diff --git a/app-benchmarks/bootchart2/bootchart2-0.14.5-r1.ebuild b/app-benchmarks/bootchart2/bootchart2-0.14.5-r1.ebuild index 169702add172..ab60ee2f81ed 100644 --- a/app-benchmarks/bootchart2/bootchart2-0.14.5-r1.ebuild +++ b/app-benchmarks/bootchart2/bootchart2-0.14.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bootchart2/bootchart2-0.14.5-r1.ebuild,v 1.1 2013/01/30 11:25:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bootchart2/bootchart2-0.14.5-r1.ebuild,v 1.2 2013/05/29 15:22:33 jlec Exp $ EAPI=5 @@ -17,7 +17,9 @@ LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="svg test X" -REQUIRED_USE="test? ( X )" +REQUIRED_USE=" + X? ( ${PYTHON_REQUIRED_USE} ) + test? ( X )" RDEPEND=" !app-benchmarks/bootchart @@ -60,7 +62,7 @@ src_install() { python_optimize "${ED}"/$(python_get_sitedir) cp pybootchartgui.py "${T}"/pybootchartgui || die - python_doscript "${T}"/pybootchartgui + python_newscript pybootchartgui.py pybootchartgui } use X && python_foreach_impl installation diff --git a/app-editors/qxmledit/qxmledit-0.8.5.ebuild b/app-editors/qxmledit/qxmledit-0.8.5.ebuild index d0771b822cfe..fb49e15ace66 100644 --- a/app-editors/qxmledit/qxmledit-0.8.5.ebuild +++ b/app-editors/qxmledit/qxmledit-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.5.ebuild,v 1.1 2013/03/15 19:10:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.5.ebuild,v 1.2 2013/05/29 10:58:16 nimiux Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug" DEPEND=">=dev-qt/qtcore-4.7:4 diff --git a/app-emulation/crossover-bin/Manifest b/app-emulation/crossover-bin/Manifest index d845cfa8faf5..2ef50298bedd 100644 --- a/app-emulation/crossover-bin/Manifest +++ b/app-emulation/crossover-bin/Manifest @@ -1,2 +1,3 @@ DIST install-crossover-12.1.2.bin 48533685 SHA256 4fe093d1535dd2e786d714483d2a033c8161d9863982df3e424630695f188da0 SHA512 8cb97bcdfb9eb0cce37ae083e0e112568659bd43cd845209fa18b80b246c69501ec7e0233526c930e001b2bf92705f31633d8c55602745ed76d071c069d7f2bc WHIRLPOOL b8736eae92fbf0f3f214ffbfafd16b0aaaa15391488a3595ec5299995c58d283b0e53bf744784e2313c41d0a3c8b72eff631e94bdea3d7f5969d04cea83c53b9 DIST install-crossover-12.2.0.bin 48619226 SHA256 ca1f7535c9838c5299fe6c83ea698b0c62aa1d201ab6ad63a46522a4b50eb8ce SHA512 1a8f371eaef48212bfa72f0b8569a30f82c2b8663f7170e6ceba525f3360e6249236d3085e60f70db1dc6560fcdf0a884f46c763369597840a59a98e44a0e343 WHIRLPOOL c3d5e77f84c444a665a7be34596ef31cb6c059ba2e70132c066c77560c49de133e7e925284019c88a3ecb526fab4264b876e87b1c4bdce580b1494433c2b3fcb +DIST install-crossover-12.2.1.bin 48623520 SHA256 9b64bdeaf0946cdb73c78fa8599ee1110ecda839e4bf577787befe269b387ee2 SHA512 8f8e6718f5a8605b05ef65cab94921d1ea7fc340767ab77aaff54e3577e1427e0d12d5a22a174c29c669bc9766ac0bcf6996c1e779eac4be391a7d8ba126738d WHIRLPOOL 95a64f822690a8a8c3cdda950699d307024f8da2a04ffc1bcb9c7aaebc3d6c488b338fe6a5f83067804fe65d21a3ee0e9a837165f8c8ca0e6d9ebde6299cac85 diff --git a/app-emulation/crossover-bin/crossover-bin-12.2.1.ebuild b/app-emulation/crossover-bin/crossover-bin-12.2.1.ebuild new file mode 100644 index 000000000000..5e17271a5fb0 --- /dev/null +++ b/app-emulation/crossover-bin/crossover-bin-12.2.1.ebuild @@ -0,0 +1,155 @@ +# Copyright 1999-2013 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.2.1.ebuild,v 1.1 2013/05/30 07:20:28 ryao Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_5,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}" + +MLIB_DEPS="amd64? ( + openal? ( app-emulation/emul-linux-x86-sdl ) + opengl? ( app-emulation/emul-linux-x86-opengl ) + scanner? ( app-emulation/emul-linux-x86-medialibs ) + v4l? ( app-emulation/emul-linux-x86-medialibs ) + app-emulation/emul-linux-x86-baselibs + app-emulation/emul-linux-x86-soundlibs + || ( + ( + >=media-libs/freetype-2.0.0[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-xlibs + ) +)" + +X86_DEPS="x86? ( + capi? ( net-dialup/capi4k-utils ) + cups? ( net-print/cups ) + gsm? ( media-sound/gsm ) + jpeg? ( virtual/jpeg ) + lcms? ( media-libs/lcms:0 ) + ldap? ( net-nds/openldap ) + gphoto2? ( media-libs/libgphoto2 ) + mp3? ( >=media-sound/mpg123-1.5.0 ) + nls? ( sys-devel/gettext ) + openal? ( media-libs/openal ) + opengl? ( + virtual/glu + virtual/opengl + ) + png? ( media-libs/libpng:0 ) + scanner? ( media-gfx/sane-backends ) + ssl? ( dev-libs/openssl:0 ) + v4l? ( media-libs/libv4l ) + media-libs/alsa-lib + >=media-libs/freetype-2.0.0 + media-libs/mesa + sys-apps/util-linux + sys-libs/zlib + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXxf86vm + x11-libs/libxcb + )" + +DEPEND="dev-lang/perl + app-arch/unzip" + +RDEPEND="${DEPEND} + !prefix? ( sys-libs/glibc ) + >=dev-python/pygtk-2.10 + dev-util/desktop-file-utils + sys-apps/dbus + !app-emulation/crossover-office-pro-bin + !app-emulation/crossover-office-bin + ${MLIB_DEPS} + ${X86_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 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/qemu/Manifest b/app-emulation/qemu/Manifest index f10fb66d22c1..f70772749b00 100644 --- a/app-emulation/qemu/Manifest +++ b/app-emulation/qemu/Manifest @@ -2,6 +2,8 @@ DIST qemu-1.4.0-4114896d.tar.xz 25852 SHA256 9df38a4a7a595093e88b63a112bb06af4bb DIST qemu-1.4.0.tar.bz2 10419510 SHA256 066297ed77408fb7588889c271a85cf3c259ad55c939315988e6062d7708eda8 SHA512 8ad0f1409d94283303abdc80e319fcfaad7818cade7c77fcba1b1adde411726ad166c5cc62a561414afb22b3bff956c4ec0cc7d0fec36542dd86dc347506ce72 WHIRLPOOL b0ecc866dd042a8af25f49419be680d7fb313230f99036ca8f22b20663da5b669cce7be89957fb583dc75bdcf73e905d7bd31904351f05d21816137c03c5be25 DIST qemu-1.4.1-a2231a9d.tar.xz 5192 SHA256 5c6dacc243f55d00817dcc4fa24555c48665719bb4a1ea9f3d3542bea7606c52 SHA512 102e751d1dc972324a835fd2f2c88431856189a98505a9f8c1993b3bc5da390fed1cda04f719040c1c62b5cf4a7715d8d9fb15d6ceb511af5cf7cccd0dab0c09 WHIRLPOOL 8c22d6300c01a4afc9000bb0ab1c5a7626b61decb356d08731c715c417808a2801c3ca8c0192851a2f5ccfe36e30fc94da193365aaf69fdfbc44956c63c61142 DIST qemu-1.4.1.tar.bz2 10417738 SHA256 75063a9326221607de3599e89fb5af80f2d8080ddc55ca253fff113843432df1 SHA512 b655d2816b9393ca30bbba2bc8a30076e1c933d593653a1f61b4d5f3aaa9b8eb390fa3aa6f3486f1d066b1e078a3d9e1a280d0e8dac68745b128ddc01ca1b149 WHIRLPOOL d45d290eb2877038f945d3aee88d28b5c81feb43b1ca4c8941b87fc225e4cfb7b7a601af8b8e639e831b7f41823b4d1723ca9149c0c072eb168907aa67e017be +DIST qemu-1.4.2-6b5934f9.tar.xz 3132 SHA256 76af332ea3a731d04d5d2d909c4372250a156993ca56046dc607a7d43caa747e SHA512 c74cc6c3485cc19809676e7dc796d9f1d5b3d12decf1f0c61a948504471ac85f8b488c1acd0400b02827b1ad6b9745a6b47317c284365122ca772a842852f27e WHIRLPOOL 50dd6e7eed3902547dfae6c6cd73505232ed8abafc523c7df7e65a02cf9b29b3e7a29f4ce286b157c027f82e198ef23dd44a83c6925204317c7bb4d6e350617b +DIST qemu-1.4.2.tar.bz2 10416877 SHA256 acae6c92b740ff89c0e31eca23338d4abd733432e51b081017757579b30ecf90 SHA512 aa296b3d06321c81b32fdd2fdcdf07f3c377123f18eadca977335592b64a4f2417eea421fe417b57e468741f707bda31ba907364d762983393272997fdef8999 WHIRLPOOL 782f3c6d8776210450a0c0ac24942d8e1c41995aeb8e910add704f8f6d95ae3392ee942c6b661d4674367d0e443453c7f29356b2b4c71be4ffed54436f90de8a DIST qemu-kvm-1.2.0-7c9a3a87.tar.xz 268436 SHA256 ed9d8f358cc82e920f6d424de25a82165503cd7e6715bc23312bc2eba6dda771 SHA512 dd5f69835c9fb00c7c36f90e83c7380ac1e3712ef8929f465ed18393da0187020f41d49963584a887199d032ec4783be14b8787c6165d723df94204a70346217 WHIRLPOOL c3e0760c6fdc68b616a0d6e654ec6fa8bdedda9a817fecd7723e168d293eb7bc864864c824b6bb3d61054a0b925302ca59a3c0850e98840dfbd0dbc06c254f82 DIST qemu-kvm-1.2.0-9489a8c0-1.tar.xz 268020 SHA256 3ac9715a6bb50d8e363ea0a225a23472d326c31189637eb7ad25fef47afe526d SHA512 9ea7da5384af22525db40fef62a480e551395907df6bf2420e1ccdaceddb24515f0e463e16e929b6da34ab0c2f0e5e567ef097f186a46c0d2fcc2d0d17fc3045 WHIRLPOOL 89ece68af896212cb9a868f6bb0d0df397d22131e3ae147f575177b39f015860ea0895a1edf938f46d3e2322182f131abc0767b07d8c05565a7ff40420f65464 DIST qemu-kvm-1.2.0.tar.gz 6839420 SHA256 e98ab96c24337e312864f2341016695ac11cb9a04be83548a8da89596d591b05 SHA512 c21354127d4585397ab400600ab1ac9aac80cc0431bbf615c8e906819075b00373f382954fbd9fa39bf6479126d8d8e3321b3713346d04abe2c249edfa4eb6fd WHIRLPOOL 3d0662b39174eee0cd8750f6bea5baf57e2dfa82b490c3f1e54f44720ddd05ad029c3011425f651e745973ddb03aaca310bc8acf9f8e656bbb8390a262f7013c diff --git a/app-emulation/qemu/qemu-1.4.2.ebuild b/app-emulation/qemu/qemu-1.4.2.ebuild new file mode 100644 index 000000000000..0f73291c94f6 --- /dev/null +++ b/app-emulation/qemu/qemu-1.4.2.ebuild @@ -0,0 +1,525 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.2.ebuild,v 1.1 2013/05/30 02:57:12 cardoe Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_REQ_USE="ncurses,readline" + +inherit eutils flag-o-matic linux-info toolchain-funcs multilib python-r1 \ + user udev fcaps + +BACKPORTS=6b5934f9 + +if [[ ${PV} = *9999* ]]; then + EGIT_REPO_URI="git://git.qemu.org/qemu.git" + inherit git-2 + SRC_URI="" + KEYWORDS="" +else + SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2 + ${BACKPORTS:+ + http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +fi + +DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools" +HOMEPAGE="http://www.qemu.org http://www.linux-kvm.org" + +LICENSE="GPL-2 LGPL-2 BSD-2" +SLOT="0" +IUSE="+aio alsa bluetooth brltty +caps +curl debug fdt iscsi +jpeg \ +kernel_linux kernel_FreeBSD mixemu ncurses opengl +png pulseaudio python \ +rbd sasl +seccomp sdl selinux smartcard spice static static-softmmu \ +static-user systemtap tci test +threads tls usbredir +uuid vde +vhost-net \ +virtfs +vnc xattr xen xfs" + +COMMON_TARGETS="i386 x86_64 alpha arm cris m68k microblaze microblazeel mips +mipsel or32 ppc ppc64 sh4 sh4eb sparc sparc64 s390x unicore32" +IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 mips64 mips64el ppcemb xtensa xtensaeb" +IUSE_USER_TARGETS="${COMMON_TARGETS} armeb ppc64abi32 sparc32plus" + +# Setup the default SoftMMU targets, while using the loops +# below to setup the other targets. +REQUIRED_USE="|| (" + +for target in ${IUSE_SOFTMMU_TARGETS}; do + IUSE="${IUSE} qemu_softmmu_targets_${target}" + REQUIRED_USE="${REQUIRED_USE} qemu_softmmu_targets_${target}" +done +REQUIRED_USE="${REQUIRED_USE} )" + +for target in ${IUSE_USER_TARGETS}; do + IUSE="${IUSE} qemu_user_targets_${target}" +done + +# Block USE flag configurations known to not work +REQUIRED_USE="${REQUIRED_USE} + static? ( static-softmmu static-user ) + static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl ) + virtfs? ( xattr )" + +# Yep, you need both libcap and libcap-ng since virtfs only uses libcap. +LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)] + sys-apps/pciutils[static-libs(+)] + sys-libs/zlib[static-libs(+)] + >=x11-libs/pixman-0.28.0[static-libs(+)] + aio? ( dev-libs/libaio[static-libs(+)] ) + caps? ( sys-libs/libcap-ng[static-libs(+)] ) + curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) + fdt? ( >=sys-apps/dtc-1.2.0[static-libs(+)] ) + jpeg? ( virtual/jpeg[static-libs(+)] ) + ncurses? ( sys-libs/ncurses[static-libs(+)] ) + png? ( media-libs/libpng[static-libs(+)] ) + rbd? ( sys-cluster/ceph[static-libs(+)] ) + sasl? ( dev-libs/cyrus-sasl[static-libs(+)] ) + sdl? ( >=media-libs/libsdl-1.2.11[static-libs(+)] ) + seccomp? ( >=sys-libs/libseccomp-1.0.1[static-libs(+)] ) + spice? ( >=app-emulation/spice-0.12.0[static-libs(+)] ) + tls? ( net-libs/gnutls[static-libs(+)] ) + uuid? ( >=sys-apps/util-linux-2.16.0[static-libs(+)] ) + vde? ( net-misc/vde[static-libs(+)] ) + xattr? ( sys-apps/attr[static-libs(+)] ) + xfs? ( sys-fs/xfsprogs[static-libs(+)] )" +RDEPEND="!static-softmmu? ( ${LIB_DEPEND//\[static-libs(+)]} ) + !app-emulation/kqemu + qemu_softmmu_targets_i386? ( + sys-firmware/ipxe + ~sys-firmware/seabios-1.7.2.1 + ~sys-firmware/sgabios-0.1_pre8 + ~sys-firmware/vgabios-0.7a + ) + qemu_softmmu_targets_x86_64? ( + sys-firmware/ipxe + ~sys-firmware/seabios-1.7.2.1 + ~sys-firmware/sgabios-0.1_pre8 + ~sys-firmware/vgabios-0.7a + ) + alsa? ( >=media-libs/alsa-lib-1.0.13 ) + bluetooth? ( net-wireless/bluez ) + brltty? ( app-accessibility/brltty ) + iscsi? ( net-libs/libiscsi ) + opengl? ( virtual/opengl ) + pulseaudio? ( media-sound/pulseaudio ) + python? ( ${PYTHON_DEPS} ) + sdl? ( media-libs/libsdl[X] ) + selinux? ( sec-policy/selinux-qemu ) + smartcard? ( dev-libs/nss !app-emulation/libcacard ) + spice? ( >=app-emulation/spice-protocol-0.12.3 ) + systemtap? ( dev-util/systemtap ) + usbredir? ( >=sys-apps/usbredir-0.6 ) + virtfs? ( sys-libs/libcap ) + xen? ( app-emulation/xen-tools )" + +DEPEND="${RDEPEND} + app-text/texi2html + =dev-lang/python-2* + virtual/pkgconfig + kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) + static-softmmu? ( ${LIB_DEPEND} ) + test? ( + dev-libs/glib[utils] + sys-devel/bc + )" + +STRIP_MASK="/usr/share/qemu/palcode-clipper" + +QA_PREBUILT=" + usr/share/qemu/openbios-ppc + usr/share/qemu/openbios-sparc64 + usr/share/qemu/openbios-sparc32 + usr/share/qemu/palcode-clipper" + +QA_WX_LOAD="usr/bin/qemu-i386 + usr/bin/qemu-x86_64 + usr/bin/qemu-alpha + usr/bin/qemu-arm + usr/bin/qemu-cris + usr/bin/qemu-m68k + usr/bin/qemu-microblaze + usr/bin/qemu-microblazeel + usr/bin/qemu-mips + usr/bin/qemu-mipsel + usr/bin/qemu-or32 + usr/bin/qemu-ppc + usr/bin/qemu-ppc64 + usr/bin/qemu-ppc64abi32 + usr/bin/qemu-sh4 + usr/bin/qemu-sh4eb + usr/bin/qemu-sparc + usr/bin/qemu-sparc64 + usr/bin/qemu-armeb + usr/bin/qemu-sparc32plus + usr/bin/qemu-s390x + usr/bin/qemu-unicore32" + +qemu_support_kvm() { + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386 \ + use qemu_softmmu_targets_ppc || use qemu_softmmu_targets_ppc64 \ + use qemu_softmmu_targets_s390x; then + return 0 + fi + + return 1 +} + +pkg_pretend() { + if use kernel_linux && kernel_is lt 2 6 25; then + eerror "This version of KVM requres a host kernel of 2.6.25 or higher." + elif use kernel_linux; then + if ! linux_config_exists; then + eerror "Unable to check your kernel for KVM support" + else + CONFIG_CHECK="~KVM ~TUN ~BRIDGE" + ERROR_KVM="You must enable KVM in your kernel to continue" + ERROR_KVM_AMD="If you have an AMD CPU, you must enable KVM_AMD in" + ERROR_KVM_AMD+=" your kernel configuration." + ERROR_KVM_INTEL="If you have an Intel CPU, you must enable" + ERROR_KVM_INTEL+=" KVM_INTEL in your kernel configuration." + ERROR_TUN="You will need the Universal TUN/TAP driver compiled" + ERROR_TUN+=" into your kernel or loaded as a module to use the" + ERROR_TUN+=" virtual network device if using -net tap." + ERROR_BRIDGE="You will also need support for 802.1d" + ERROR_BRIDGE+=" Ethernet Bridging for some network configurations." + use vhost-net && CONFIG_CHECK+=" ~VHOST_NET" + ERROR_VHOST_NET="You must enable VHOST_NET to have vhost-net" + ERROR_VHOST_NET+=" support" + + if use amd64 || use x86 || use amd64-linux || use x86-linux; then + CONFIG_CHECK+=" ~KVM_AMD ~KVM_INTEL" + fi + + use python && CONFIG_CHECK+=" ~DEBUG_FS" + ERROR_DEBUG_FS="debugFS support required for kvm_stat" + + # Now do the actual checks setup above + check_extra_config + fi + fi +} + +pkg_setup() { + enewgroup kvm 78 + + python_export_best +} + +src_prepare() { + # Alter target makefiles to accept CFLAGS set via flag-o + sed -i 's/^\(C\|OP_C\|HELPER_C\)FLAGS=/\1FLAGS+=/' \ + Makefile Makefile.target || die + + epatch "${FILESDIR}"/qemu-9999-cflags.patch + [[ -n ${BACKPORTS} ]] && \ + EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \ + epatch + + # Fix ld and objcopy being called directly + tc-export LD OBJCOPY + + # Verbose builds + MAKEOPTS+=" V=1" + + epatch_user +} + +## +# configures qemu based on the build directory and the build type +# we are using. +# +qemu_src_configure() { + debug-print-function $FUNCNAME "$@" + + local buildtype=$1 + local builddir=$2 + local conf_opts audio_opts + local static_flag="static-${buildtype}" + + conf_opts="--prefix=/usr" + conf_opts+=" --sysconfdir=/etc" + conf_opts+=" --libdir=/usr/$(get_libdir)" + conf_opts+=" --docdir=/usr/share/doc/${PF}/html" + conf_opts+=" --disable-bsd-user" + conf_opts+=" --disable-guest-agent" + conf_opts+=" --disable-strip" + conf_opts+=" --disable-werror" + conf_opts+=" --python=${PYTHON}" + + # audio options + audio_opts="oss" + use alsa && audio_opts="alsa,${audio_opts}" + use sdl && audio_opts="sdl,${audio_opts}" + use pulseaudio && audio_opts="pa,${audio_opts}" + + if [[ ${buildtype} == "user" ]]; then + conf_opts+=" --enable-linux-user" + conf_opts+=" --disable-system" + conf_opts+=" --target-list=${user_targets}" + conf_opts+=" --disable-blobs" + conf_opts+=" --disable-bluez" + conf_opts+=" --disable-curses" + conf_opts+=" --disable-kvm" + conf_opts+=" --disable-libiscsi" + conf_opts+=" $(use_enable seccomp)" + conf_opts+=" --disable-sdl" + conf_opts+=" --disable-smartcard-nss" + conf_opts+=" --disable-tools" + conf_opts+=" --disable-vde" + fi + + if [[ ${buildtype} == "softmmu" ]]; then + conf_opts+=" --disable-linux-user" + conf_opts+=" --enable-system" + conf_opts+=" --with-system-pixman" + conf_opts+=" --target-list=${softmmu_targets}" + conf_opts+=" $(use_enable bluetooth bluez)" + conf_opts+=" $(use_enable sdl)" + conf_opts+=" $(use_enable aio linux-aio)" + conf_opts+=" $(use_enable brltty brlapi)" + conf_opts+=" $(use_enable caps cap-ng)" + conf_opts+=" $(use_enable curl)" + conf_opts+=" $(use_enable fdt)" + conf_opts+=" $(use_enable iscsi libiscsi)" + conf_opts+=" $(use_enable jpeg vnc-jpeg)" + conf_opts+=" $(use_enable kernel_linux kvm)" + conf_opts+=" $(use_enable kernel_linux nptl)" + conf_opts+=" $(use_enable ncurses curses)" + conf_opts+=" $(use_enable opengl)" + conf_opts+=" $(use_enable png vnc-png)" + conf_opts+=" $(use_enable rbd)" + conf_opts+=" $(use_enable sasl vnc-sasl)" + conf_opts+=" $(use_enable seccomp)" + conf_opts+=" $(use_enable smartcard smartcard-nss)" + conf_opts+=" $(use_enable spice)" + conf_opts+=" $(use_enable tls vnc-tls)" + conf_opts+=" $(use_enable tls vnc-ws)" + conf_opts+=" $(use_enable usbredir usb-redir)" + conf_opts+=" $(use_enable uuid)" + conf_opts+=" $(use_enable vde)" + conf_opts+=" $(use_enable vhost-net)" + conf_opts+=" $(use_enable virtfs)" + conf_opts+=" $(use_enable vnc)" + conf_opts+=" $(use_enable xattr attr)" + conf_opts+=" $(use_enable xen)" + conf_opts+=" $(use_enable xen xen-pci-passthrough)" + conf_opts+=" $(use_enable xfs xfsctl)" + use mixemu && conf_opts+=" --enable-mixemu" + conf_opts+=" --audio-drv-list=${audio_opts}" + conf_opts+=" --enable-migration-from-qemu-kvm" + fi + + conf_opts+=" $(use_enable debug debug-info)" + conf_opts+=" $(use_enable debug debug-tcg)" + conf_opts+=" --enable-docs" + conf_opts+=" $(use_enable tci tcg-interpreter)" + + # Add support for SystemTAP + use systemtap && conf_opts="${conf_opts} --enable-trace-backend=dtrace" + + # Add support for static builds + use ${static_flag} && conf_opts="${conf_opts} --static --disable-pie" + + # We always want to attempt to build with PIE support as it results + # in a more secure binary. But it doesn't work with static or if + # the current GCC doesn't have PIE support. + if ! use ${static_flag} && gcc-specs-pie; then + conf_opts="${conf_opts} --enable-pie" + fi + + einfo "./configure ${conf_opts}" + cd ${builddir} + ../configure \ + --cc="$(tc-getCC)" \ + --host-cc="$(tc-getBUILD_CC)" \ + ${conf_opts} \ + || die "configure failed" + + # FreeBSD's kernel does not support QEMU assigning/grabbing + # host USB devices yet + use kernel_FreeBSD && \ + sed -E -e "s|^(HOST_USB=)bsd|\1stub|" -i "${S}"/config-host.mak +} + +src_configure() { + softmmu_targets= + user_targets= + + for target in ${IUSE_SOFTMMU_TARGETS} ; do + use "qemu_softmmu_targets_${target}" && \ + softmmu_targets="${softmmu_targets},${target}-softmmu" + done + + for target in ${IUSE_USER_TARGETS} ; do + use "qemu_user_targets_${target}" && \ + user_targets="${user_targets},${target}-linux-user" + done + + [[ -n ${softmmu_targets} ]] && \ + einfo "Building the following softmmu targets: ${softmmu_targets}" + + [[ -n ${user_targets} ]] && \ + einfo "Building the following user targets: ${user_targets}" + + if [[ -n ${softmmu_targets} ]]; then + mkdir "${S}/softmmu-build" + qemu_src_configure "softmmu" "${S}/softmmu-build" + fi + + if [[ -n ${user_targets} ]]; then + mkdir "${S}/user-build" + qemu_src_configure "user" "${S}/user-build" + fi +} + +src_compile() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" + default + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" + default + fi +} + +src_test() { + cd "${S}/softmmu-build" + emake -j1 check + emake -j1 check-report.html +} + +qemu_python_install() { + python_domodule "${S}/QMP/qmp.py" + + python_doscript "${S}/scripts/kvm/kvm_stat" + python_doscript "${S}/scripts/kvm/vmxcap" + python_doscript "${S}/QMP/qmp-shell" + python_doscript "${S}/QMP/qemu-ga-client" +} + +src_install() { + if [[ -n ${user_targets} ]]; then + cd "${S}/user-build" + emake DESTDIR="${ED}" install + + # Install binfmt handler init script for user targets + newinitd "${FILESDIR}/qemu-binfmt.initd-r1" qemu-binfmt + fi + + if [[ -n ${softmmu_targets} ]]; then + cd "${S}/softmmu-build" + emake DESTDIR="${ED}" install + + if use test; then + dohtml check-report.html + fi + + if use kernel_linux; then + udev_dorules "${FILESDIR}"/65-kvm.rules + fi + + if use qemu_softmmu_targets_x86_64 ; then + newbin "${FILESDIR}/qemu-kvm-1.4" qemu-kvm + ewarn "The deprecated '/usr/bin/kvm' symlink is no longer installed" + ewarn "You should use '/usr/bin/qemu-kvm', you may need to edit" + ewarn "your libvirt configs or other wrappers for ${PN}" + elif use x86 || use amd64; then + elog "You disabled QEMU_SOFTMMU_TARGETS=x86_64, this disables install" + elog "of the /usr/bin/qemu-kvm script." + fi + + if use python; then + python_foreach_impl qemu_python_install + fi + fi + + # Install config file example for qemu-bridge-helper + insinto "/etc/qemu" + doins "${FILESDIR}/bridge.conf" + + # Remove the docdir placed qmp-commands.txt + mv "${ED}/usr/share/doc/${PF}/html/qmp-commands.txt" "${S}/QMP/" + + cd "${S}" + dodoc Changelog MAINTAINERS TODO docs/specs/pci-ids.txt + newdoc pc-bios/README README.pc-bios + dodoc QMP/qmp-commands.txt QMP/qmp-events.txt QMP/qmp-spec.txt + + # Remove SeaBIOS since we're using the SeaBIOS packaged one + rm "${ED}/usr/share/qemu/bios.bin" + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../seabios/bios.bin /usr/share/qemu/bios.bin + fi + + # Remove vgabios since we're using the vgabios packaged one + rm "${ED}/usr/share/qemu/vgabios.bin" + rm "${ED}/usr/share/qemu/vgabios-cirrus.bin" + rm "${ED}/usr/share/qemu/vgabios-qxl.bin" + rm "${ED}/usr/share/qemu/vgabios-stdvga.bin" + rm "${ED}/usr/share/qemu/vgabios-vmware.bin" + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../vgabios/vgabios.bin /usr/share/qemu/vgabios.bin + dosym ../vgabios/vgabios-cirrus.bin /usr/share/qemu/vgabios-cirrus.bin + dosym ../vgabios/vgabios-qxl.bin /usr/share/qemu/vgabios-qxl.bin + dosym ../vgabios/vgabios-stdvga.bin /usr/share/qemu/vgabios-stdvga.bin + dosym ../vgabios/vgabios-vmware.bin /usr/share/qemu/vgabios-vmware.bin + fi + + # Remove sgabios since we're using the sgabios packaged one + rm "${ED}/usr/share/qemu/sgabios.bin" + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../sgabios/sgabios.bin /usr/share/qemu/sgabios.bin + fi + + # Remove iPXE since we're using the iPXE packaged one + rm "${ED}"/usr/share/qemu/pxe-*.rom + if use qemu_softmmu_targets_x86_64 || use qemu_softmmu_targets_i386; then + dosym ../ipxe/808610de.rom /usr/share/qemu/pxe-e1000.rom + dosym ../ipxe/80861209.rom /usr/share/qemu/pxe-eepro100.rom + dosym ../ipxe/10500940.rom /usr/share/qemu/pxe-ne2k_pci.rom + dosym ../ipxe/10222000.rom /usr/share/qemu/pxe-pcnet.rom + dosym ../ipxe/10ec8139.rom /usr/share/qemu/pxe-rtl8139.rom + dosym ../ipxe/1af41000.rom /usr/share/qemu/pxe-virtio.rom + fi +} + +pkg_postinst() { + local virtfs_caps= + + if qemu_support_kvm; then + elog "If you don't have kvm compiled into the kernel, make sure you have" + elog "the kernel module loaded before running kvm. The easiest way to" + elog "ensure that the kernel module is loaded is to load it on boot." + elog "For AMD CPUs the module is called 'kvm-amd'" + elog "For Intel CPUs the module is called 'kvm-intel'" + elog "Please review /etc/conf.d/modules for how to load these" + elog + elog "Make sure your user is in the 'kvm' group" + elog "Just run 'gpasswd -a kvm', then have re-login." + elog + fi + + virtfs_caps+="cap_chown,cap_dac_override,cap_fowner,cap_fsetid," + virtfs_caps+="cap_setgid,cap_mknod,cap_setuid" + + fcaps cap_net_admin /usr/libexec/qemu-bridge-helper + use virtfs && fcaps ${virtfs_caps} /usr/bin/virtfs-proxy-helper + + elog "The ssl USE flag was renamed to tls, so adjust your USE flags." + elog "The nss USE flag was renamed to smartcard, so adjust your USE flags." +} + +pkg_info() { + echo "Using:" + echo " $(best_version app-emulation/spice-protocol)" + echo " $(best_version sys-firmware/ipxe)" + echo " $(best_version sys-firmware/seabios)" + if has_version sys-firmware/seabios[binary]; then + echo " USE=binary" + else + echo " USE=''" + fi + echo " $(best_version sys-firmware/vgabios)" +} diff --git a/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild b/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild index ed7f3c159e42..3645cfda085d 100644 --- a/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild +++ b/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild,v 1.1 2013/05/24 15:21:28 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-laughty/lc-laughty-9999.ebuild,v 1.2 2013/05/29 08:49:09 pinkbyte Exp $ EAPI="5" @@ -14,4 +14,5 @@ IUSE="debug" DEPEND="~app-leechcraft/lc-core-${PV} dev-qt/qtdbus:4" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + virtual/leechcraft-notifier" diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-0.5.96.ebuild b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.5.96.ebuild index 1128b08168ed..b42e580ec93c 100644 --- a/app-leechcraft/leechcraft-meta/leechcraft-meta-0.5.96.ebuild +++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-0.5.96.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/leechcraft-meta-0.5.96.ebuild,v 1.1 2013/05/26 20:08:11 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/leechcraft-meta-0.5.96.ebuild,v 1.2 2013/05/29 10:52:33 pinkbyte Exp $ EAPI="4" @@ -31,7 +31,7 @@ RDEPEND=" ~app-leechcraft/lc-gacts-${PV} ~app-leechcraft/lc-glance-${PV} ~app-leechcraft/lc-historyholder-${PV} - ~app-leechcraft/lc-kinotify-${PV} + ~virtual/leechcraft-notifier-${PV} ~app-leechcraft/lc-knowhow-${PV} ~app-leechcraft/lc-lackman-${PV} ~app-leechcraft/lc-launchy-${PV} diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild b/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild index a3fb15df58fa..6138cc5479f3 100644 --- a/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild +++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild,v 1.3 2013/05/08 12:15:05 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild,v 1.5 2013/05/29 10:52:33 pinkbyte Exp $ EAPI="4" @@ -31,7 +31,7 @@ RDEPEND=" ~app-leechcraft/lc-gacts-${PV} ~app-leechcraft/lc-glance-${PV} ~app-leechcraft/lc-historyholder-${PV} - ~app-leechcraft/lc-kinotify-${PV} + ~virtual/leechcraft-notifier-${PV} ~app-leechcraft/lc-knowhow-${PV} ~app-leechcraft/lc-lackman-${PV} ~app-leechcraft/lc-launchy-${PV} diff --git a/app-misc/byobu/byobu-5.39.ebuild b/app-misc/byobu/byobu-5.39.ebuild index 855e81d9f736..a86a648f7451 100644 --- a/app-misc/byobu/byobu-5.39.ebuild +++ b/app-misc/byobu/byobu-5.39.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.39.ebuild,v 1.1 2013/05/08 10:08:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.39.ebuild,v 1.2 2013/05/29 15:28:17 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-single-r1 @@ -16,10 +17,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="screen" -RDEPEND=" - dev-libs/newt +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-libs/newt[${PYTHON_USEDEP}] screen? ( app-misc/screen ) !screen? ( app-misc/tmux )" +DEPEND="" src_prepare() { python_fix_shebang . diff --git a/app-misc/byobu/byobu-5.41-r1.ebuild b/app-misc/byobu/byobu-5.41-r1.ebuild index cb0c370c829f..e20444a18258 100644 --- a/app-misc/byobu/byobu-5.41-r1.ebuild +++ b/app-misc/byobu/byobu-5.41-r1.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.41-r1.ebuild,v 1.1 2013/05/26 09:53:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.41-r1.ebuild,v 1.3 2013/05/29 15:28:17 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-single-r1 @@ -16,10 +17,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="screen" -RDEPEND=" - dev-libs/newt +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-libs/newt[${PYTHON_USEDEP}] screen? ( app-misc/screen ) !screen? ( app-misc/tmux )" +DEPEND="" src_prepare() { python_fix_shebang . diff --git a/app-misc/byobu/byobu-5.41.ebuild b/app-misc/byobu/byobu-5.41.ebuild index 7c429997c4d3..528bfdb9c33b 100644 --- a/app-misc/byobu/byobu-5.41.ebuild +++ b/app-misc/byobu/byobu-5.41.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.41.ebuild,v 1.1 2013/05/11 06:01:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.41.ebuild,v 1.2 2013/05/29 15:28:17 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-single-r1 @@ -16,10 +17,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="screen" -RDEPEND=" - dev-libs/newt +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-libs/newt[${PYTHON_USEDEP}] screen? ( app-misc/screen ) !screen? ( app-misc/tmux )" +DEPEND="" src_prepare() { python_fix_shebang . diff --git a/app-misc/evemu/evemu-1.1.0.ebuild b/app-misc/evemu/evemu-1.1.0.ebuild index 5f2737477d95..6fb44f21ad87 100644 --- a/app-misc/evemu/evemu-1.1.0.ebuild +++ b/app-misc/evemu/evemu-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/evemu/evemu-1.1.0.ebuild,v 1.1 2013/05/23 22:47:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/evemu/evemu-1.1.0.ebuild,v 1.2 2013/05/29 08:55:40 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -17,6 +17,7 @@ LICENSE="LGPL-3 GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="python static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="app-arch/xz-utils diff --git a/app-misc/terminal-colors/Manifest b/app-misc/terminal-colors/Manifest index 6517fb8dbe5e..0ef8745f4003 100644 --- a/app-misc/terminal-colors/Manifest +++ b/app-misc/terminal-colors/Manifest @@ -1,2 +1 @@ -DIST terminal-colors-1.4.bz2 4089 SHA256 b9bb39cf3d5f3a7698dfdcfe81d1304b930a1dd6304336cc1d9661327f39b2c5 SHA512 d335f608ec128b7ec604729c3ecb94ac966dc3430bf92fe86090866d2b7fedb26806d25da71d0b432024791310ed7e5fd60d792970afa6e40321f57bc49d14c6 WHIRLPOOL 582e994cc675ba39d9c34dc49303d7b9abca1ac9f87fd9fbb862186ebeb84590cd827a31ee671fb397d94d8e47fa5228c2302469a6fe498d844f44a586f238ec DIST terminal-colors-1.5.bz2 4080 SHA256 c92de036ecfaed05f65645e3fc1736e711fab48293ddf808b2ffa9a5422acecf SHA512 628439b314b29ec3a0807bb5b3cfec4af20ea03b94f5cd4a4b9a5c4fa4f9da74eba3b972a48a3c6cdbd4a8acf55610a60e055271f4d0292566dfd239b7668d93 WHIRLPOOL 11ccde0f4838f4e8a83fb25206084432e3fdbb3be1e23f47dfbb246cb785248fc63ce8f02d24ae79c8060998e2e105532e5371719ce26e83a9252eaa671f363c diff --git a/app-misc/terminal-colors/terminal-colors-1.4.ebuild b/app-misc/terminal-colors/terminal-colors-1.4.ebuild deleted file mode 100644 index c1f59a13d81a..000000000000 --- a/app-misc/terminal-colors/terminal-colors-1.4.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/app-misc/terminal-colors/terminal-colors-1.4.ebuild,v 1.3 2012/12/13 21:34:04 radhermit Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="ncurses" - -inherit python - -DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color terminals" -HOMEPAGE="http://zhar.net/projects/shell/terminal-colors" -SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR} - -src_prepare() { - python_convert_shebangs 2 ${P} -} - -src_install() { - newbin ${P} ${PN} -} diff --git a/app-misc/terminal-colors/terminal-colors-1.5.ebuild b/app-misc/terminal-colors/terminal-colors-1.5.ebuild index 065deb5065e0..a4fa95b5ecf7 100644 --- a/app-misc/terminal-colors/terminal-colors-1.5.ebuild +++ b/app-misc/terminal-colors/terminal-colors-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/terminal-colors/terminal-colors-1.5.ebuild,v 1.1 2013/04/09 03:53:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/terminal-colors/terminal-colors-1.5.ebuild,v 1.2 2013/05/30 06:00:48 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) @@ -15,6 +15,7 @@ SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.bz2" LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" S=${WORKDIR} diff --git a/app-office/scribus/files/scribus-1.4.2-imaging.patch b/app-office/scribus/files/scribus-1.4.2-imaging.patch new file mode 100644 index 000000000000..e94e812d1353 --- /dev/null +++ b/app-office/scribus/files/scribus-1.4.2-imaging.patch @@ -0,0 +1,25 @@ + scribus/plugins/scriptplugin/scripts/FontSample.py | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/scribus/plugins/scriptplugin/scripts/FontSample.py b/scribus/plugins/scriptplugin/scripts/FontSample.py +index 0219a32..1e9be38 100644 +--- a/scribus/plugins/scriptplugin/scripts/FontSample.py ++++ b/scribus/plugins/scriptplugin/scripts/FontSample.py +@@ -154,7 +154,7 @@ if not os.path.exists(CONFIG_PATH): + + + try: +- import Image ++ from PIL import Image + except ImportError,err: + print 'You need to install Python Imaging Library (PIL).' + print 'If using gentoo then you need to emerge /dev-python/imaging' +@@ -164,7 +164,7 @@ except ImportError,err: + + + try: +- import ImageTk ++ from PIL import ImageTk + except ImportError,err: + print 'Module ImageTk not found, font preview disabled' + showPreviewPanel = 0 diff --git a/app-office/scribus/metadata.xml b/app-office/scribus/metadata.xml index 83a43683a8e9..c320019e314e 100644 --- a/app-office/scribus/metadata.xml +++ b/app-office/scribus/metadata.xml @@ -12,6 +12,8 @@ Don't install headers (only required for e.g. plug-in developers) + Add support for media-gfx/graphicsmagick + 3D redering via dev-games/openscenegraph Document tamplates Enable support for spell checking with app-text/aspell Enable support for spell checking with app-text/hunspell diff --git a/app-office/scribus/scribus-1.4.2-r3.ebuild b/app-office/scribus/scribus-1.4.2-r3.ebuild new file mode 100644 index 000000000000..e95a78bfea6f --- /dev/null +++ b/app-office/scribus/scribus-1.4.2-r3.ebuild @@ -0,0 +1,133 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.2-r3.ebuild,v 1.2 2013/05/29 09:32:40 jlec Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE=tk + +inherit cmake-utils fdo-mime multilib python-single-r1 + +DESCRIPTION="Desktop publishing (DTP) and layout program" +HOMEPAGE="http://www.scribus.net/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="aspell cairo debug examples hunspell +minimal +pdf templates" + +# a=$(ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk '{print $2}'); echo ${a} +IUSE_LINGUAS=" af ar bg br ca cs_CZ cy da_DK de de_1901 de_CH el en_AU en_GB en_US es_ES et eu fi fr gl hu id it ja ko lt_LT nb_NO nl pl_PL pt pt_BR ru sa sk_SK sl sq sr sv th_TH tr uk zh_CN zh_TW" +IUSE+=" ${IUSE_LINGUAS// / linguas_}" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +COMMON_DEPEND=" + ${PYTHON_DEPS} + dev-python/imaging[tk,${PYTHON_USEDEP}] + dev-libs/boost + dev-libs/hyphen + dev-libs/libxml2 + media-libs/fontconfig + media-libs/freetype:2 + media-libs/lcms:2 + media-libs/libpng:0 + media-libs/tiff:0 + net-print/cups + sys-libs/zlib[minizip] + dev-qt/qtcore:4 + dev-qt/qtgui:4 + virtual/jpeg + cairo? ( x11-libs/cairo[X,svg] ) + pdf? ( app-text/podofo ) + aspell? ( app-text/aspell ) + hunspell? ( app-text/hunspell )" +RDEPEND="${COMMON_DEPEND} + app-text/ghostscript-gpl" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${P}-docs.patch + "${FILESDIR}"/${P}-imaging.patch + "${FILESDIR}"/${PN}-1.4.0-minizip.patch + ) + +src_prepare() { + cat > cmake/modules/FindZLIB.cmake <<- EOF + find_package(PkgConfig) + pkg_check_modules(ZLIB minizip zlib) + SET( ZLIB_LIBRARY \${ZLIB_LIBRARIES} ) + SET( ZLIB_INCLUDE_DIR \${ZLIB_INCLUDE_DIRS} ) + MARK_AS_ADVANCED( ZLIB_LIBRARY ZLIB_INCLUDE_DIR ) + EOF + + rm scribus/{ioapi,unzip}.[ch] || die + + sed \ + -e 's:\(${CMAKE_INSTALL_PREFIX}\):./\1:g' \ + -i resources/templates/CMakeLists.txt || die + + base_src_prepare +} + +src_configure() { + local lang langs + for lang in ${IUSE_LINGUAS}; do + if use linguas_${lang}; then + langs+=",${lang}" + else + sed -e "/${lang}/d" -i scribus/doc/CMakeLists.txt || die + fi + done + + local mycmakeargs=( + -DHAVE_PYTHON=ON + -DPYTHON_INCLUDE_PATH=$(python_get_includedir) + -DPYTHON_LIBRARY="${EPREFIX}/usr/$(get_libdir)/lib${EPYTHON}.so" + -DWANT_NORPATH=ON + -DWANT_QTARTHUR=ON + -DWANT_QT3SUPPORT=OFF + -DGENTOOVERSION=${PVR} + -DWANT_GUI_LANG=${langs#,} + $(cmake-utils_use_with aspell ASPELL) + $(cmake-utils_use_with pdf PODOFO) + $(cmake-utils_use_want cairo) + $(cmake-utils_use_want debug DEBUG) + $(cmake-utils_use_want minimal NOHEADERINSTALL) + $(cmake-utils_use_want hunspell HUNSPELL) + ) + use examples || mycmakeargs+=( -DWANT_NOEXAMPLES=ON) + use templates || mycmakeargs+=( -DWANT_NOTEMPLATES=ON) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + local lang file + for lang in ${IUSE_LINGUAS}; do + file="${ED}"/usr/share/scribus/translations/scribus.${lang}.qm + if ! use linguas_${lang} && [[ -f "${file}" ]]; then + rm "${file}" || die + fi + done + + mv "${ED}"/usr/share/doc/${PF}/{en,html} || die + ln -sf html "${ED}"/usr/share/doc/${PF}/en || die + docompress -x /usr/share/doc/${PF}/en + doicon resources/icons/scribus.png + domenu scribus.desktop +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update +} diff --git a/app-office/scribus/scribus-1.4.9999.ebuild b/app-office/scribus/scribus-1.4.9999.ebuild index ae5192bd2d8f..319cc5c641fd 100644 --- a/app-office/scribus/scribus-1.4.9999.ebuild +++ b/app-office/scribus/scribus-1.4.9999.ebuild @@ -1,29 +1,34 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.9999.ebuild,v 1.4 2013/03/02 19:37:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-1.4.9999.ebuild,v 1.5 2013/05/29 09:32:40 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE=tk inherit cmake-utils fdo-mime multilib python-single-r1 subversion DESCRIPTION="Desktop publishing (DTP) and layout program" HOMEPAGE="http://www.scribus.net/" -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" SRC_URI="" ESVN_REPO_URI="svn://scribus.net/branches/Version14x/Scribus" +ESVN_PROJECT=Scribus-1.4 LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="cairo debug examples hunspell +minimal +pdf spell templates" +IUSE="aspell cairo debug examples hunspell +minimal +pdf templates" # a=$(ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk '{print $2}'); echo ${a} IUSE_LINGUAS=" af ar bg br ca cs_CZ cy da_DK de de_1901 de_CH el en_AU en_GB en_US es_ES et eu fi fr gl hu id it ja ko lt_LT nb_NO nl pl_PL pt pt_BR ru sa sk_SK sl sq sr sv th_TH tr uk zh_CN zh_TW" IUSE+=" ${IUSE_LINGUAS// / linguas_}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + COMMON_DEPEND=" + ${PYTHON_DEPS} + dev-python/imaging[tk,${PYTHON_USEDEP}] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 @@ -37,12 +42,14 @@ COMMON_DEPEND=" dev-qt/qtcore:4 dev-qt/qtgui:4 virtual/jpeg - spell? ( app-text/aspell ) + cairo? ( x11-libs/cairo[X,svg] ) pdf? ( app-text/podofo ) - cairo? ( x11-libs/cairo[X,svg] )" + aspell? ( app-text/aspell ) + hunspell? ( app-text/hunspell )" RDEPEND="${COMMON_DEPEND} app-text/ghostscript-gpl" -DEPEND="${COMMON_DEPEND}" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-1.4.2-docs.patch @@ -87,11 +94,12 @@ src_configure() { -DWANT_QT3SUPPORT=OFF -DGENTOOVERSION=${PVR} -DWANT_GUI_LANG=${langs#,} - $(cmake-utils_use_has spell ASPELL) - $(cmake-utils_use_has pdf PODOFO) + $(cmake-utils_use_with aspell ASPELL) + $(cmake-utils_use_with pdf PODOFO) $(cmake-utils_use_want cairo) - $(cmake-utils_use_want minimal NOHEADERINSTALL) $(cmake-utils_use_want debug DEBUG) + $(cmake-utils_use_want minimal NOHEADERINSTALL) + $(cmake-utils_use_want hunspell HUNSPELL) ) use examples || mycmakeargs+=( -DWANT_NOEXAMPLES=ON) use templates || mycmakeargs+=( -DWANT_NOTEMPLATES=ON) @@ -117,9 +125,11 @@ src_install() { } pkg_postinst() { + fdo-mime_desktop_database_update fdo-mime_mime_database_update } pkg_postrm() { + fdo-mime_desktop_database_update fdo-mime_mime_database_update } diff --git a/app-office/scribus/scribus-9999.ebuild b/app-office/scribus/scribus-9999.ebuild index fc7ced96e2c3..90618f96519f 100644 --- a/app-office/scribus/scribus-9999.ebuild +++ b/app-office/scribus/scribus-9999.ebuild @@ -1,29 +1,35 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-9999.ebuild,v 1.4 2013/03/02 19:37:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/scribus/scribus-9999.ebuild,v 1.5 2013/05/29 09:32:40 jlec Exp $ -EAPI=4 +EAPI=5 -PYTHON_DEPEND="2" +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE=tk -inherit cmake-utils fdo-mime multilib python subversion +inherit cmake-utils fdo-mime multilib python-single-r1 subversion DESCRIPTION="Desktop publishing (DTP) and layout program" HOMEPAGE="http://www.scribus.net/" -#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SRC_URI="" ESVN_REPO_URI="svn://scribus.net/trunk/Scribus" +ESVN_PROJECT=Scribus-1.5 LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="cairo debug examples +minimal +pdf spell templates" +IUSE="aspell cairo debug examples graphicsmagick hunspell +minimal osg +pdf templates" # a=$(ls resources/translations/po/scribus.*ts | sed -e 's:\.: :g' | awk '{print $2}'); echo ${a} -IUSE_LINGUAS=" af ar bg br ca cs_CZ cy da_DK de_1901 de_CH de el en_AU en_GB en_US es_ES et eu fi fr gl hu id it ja ko lt_LT nb_NO nl pl_PL pt_BR pt ru sa sk_SK sl sq sr sv th_TH tr uk zh_CN zh_TW" +IUSE_LINGUAS=" af ar bg br ca cs_CZ cy da_DK de de_1901 de_CH el en_AU en_GB en_US es_ES et eu fi fr gl hu id it ja ko lt_LT nb_NO nl pl_PL pt pt_BR ru sa sk_SK sl sq sr sv th_TH tr uk zh_CN zh_TW" IUSE+=" ${IUSE_LINGUAS// / linguas_}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + COMMON_DEPEND=" + ${PYTHON_DEPS} + dev-python/imaging[tk,${PYTHON_USEDEP}] + dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig @@ -32,39 +38,40 @@ COMMON_DEPEND=" media-libs/libpng:0 media-libs/tiff:0 net-print/cups - sys-libs/zlib + sys-libs/zlib[minizip] dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 virtual/jpeg - spell? ( app-text/aspell ) + cairo? ( x11-libs/cairo[X,svg] ) + graphicsmagick? ( media-gfx/graphicsmagick ) + osg? ( dev-games/openscenegraph ) pdf? ( app-text/podofo ) - cairo? ( x11-libs/cairo[X,svg] )" + aspell? ( app-text/aspell ) + hunspell? ( app-text/hunspell )" RDEPEND="${COMMON_DEPEND} app-text/ghostscript-gpl" DEPEND="${COMMON_DEPEND} - dev-libs/boost" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${PN}-1.5.0-docs.patch ) -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - src_prepare() { - if use templates; then - sed '/ADD_SUBDIRECTORY(resources\/templates)/d' -i CMakeLists.txt || die - fi - if use examples; then - sed '/ADD_SUBDIRECTORY(samples)/d' -i scribus/plugins/scriptplugin/CMakeLists.txt || die - fi + cat > cmake/modules/FindZLIB.cmake <<- EOF + find_package(PkgConfig) + pkg_check_modules(ZLIB minizip zlib) + SET( ZLIB_LIBRARY \${ZLIB_LIBRARIES} ) + SET( ZLIB_INCLUDE_DIR \${ZLIB_INCLUDE_DIRS} ) + MARK_AS_ADVANCED( ZLIB_LIBRARY ZLIB_INCLUDE_DIR ) + EOF + + rm scribus/{ioapi,unzip}.[ch] || die sed \ - -e '1i#define OF(x) x' \ - -i scribus/fileunzip.cpp scribus/unzip.h scribus/ioapi.h || die + -e 's:\(${CMAKE_INSTALL_PREFIX}\):./\1:g' \ + -i resources/templates/CMakeLists.txt || die base_src_prepare subversion_src_prepare @@ -73,30 +80,47 @@ src_prepare() { src_configure() { local lang langs for lang in ${IUSE_LINGUAS}; do - use linguas_${lang} && langs+=",${lang}" + if use linguas_${lang}; then + langs+=",${lang}" + else + sed -e "/${lang}/d" -i doc/CMakeLists.txt || die + fi done local mycmakeargs=( -DHAVE_PYTHON=ON -DPYTHON_INCLUDE_PATH=$(python_get_includedir) - -DPYTHON_LIBRARY=$(python_get_library) + -DPYTHON_LIBRARY="${EPREFIX}/usr/$(get_libdir)/lib${EPYTHON}.so" -DWANT_NORPATH=ON -DWANT_QTARTHUR=ON -DWANT_QT3SUPPORT=OFF -DGENTOOVERSION=${PVR} -DWANT_GUI_LANG=${langs#,} - $(cmake-utils_use_has spell ASPELL) - $(cmake-utils_use_has pdf PODOFO) + $(cmake-utils_use_with aspell ASPELL) + $(cmake-utils_use_with pdf PODOFO) $(cmake-utils_use_want cairo) - $(cmake-utils_use_want minimal NOHEADERINSTALL) + $(cmake-utils_use_want graphicsmagick) + $(cmake-utils_use_want osg) $(cmake-utils_use_want debug DEBUG) + $(cmake-utils_use_want minimal NOHEADERINSTALL) + $(cmake-utils_use_want hunspell HUNSPELL) ) + use examples || mycmakeargs+=( -DWANT_NOEXAMPLES=ON) + use templates || mycmakeargs+=( -DWANT_NOTEMPLATES=ON) cmake-utils_src_configure } src_install() { cmake-utils_src_install + local lang file + for lang in ${IUSE_LINGUAS}; do + file="${ED}"/usr/share/scribus/translations/scribus.${lang}.qm + if ! use linguas_${lang} && [[ -f "${file}" ]]; then + rm "${file}" || die + fi + done + mv "${ED}"/usr/share/doc/${PF}/{en,html} || die ln -sf html "${ED}"/usr/share/doc/${PF}/en || die docompress -x /usr/share/doc/${PF}/en @@ -104,17 +128,12 @@ src_install() { domenu scribus.desktop } -pkg_preinst() { - # 399595 - rm -vf "${ED}"/usr/share/doc/${PF}/en* || die - ln -sf html "${ED}"/usr/share/doc/${PF}/en - subversion_pkg_preinst -} - pkg_postinst() { + fdo-mime_desktop_database_update fdo-mime_mime_database_update } pkg_postrm() { + fdo-mime_desktop_database_update fdo-mime_mime_database_update } diff --git a/app-shells/zsh/files/zsh-5.0.2-texinfo-5.1.patch b/app-shells/zsh/files/zsh-5.0.2-texinfo-5.1.patch new file mode 100644 index 000000000000..da76df7784aa --- /dev/null +++ b/app-shells/zsh/files/zsh-5.0.2-texinfo-5.1.patch @@ -0,0 +1,179 @@ +--- zsh-5.0.2/Doc/zsh.texi ++++ zsh-5.0.2/Doc/zsh.texi +@@ -1,4 +1,3 @@ +- + \input texinfo.tex + @c %**start of header + @iftex +@@ -389,6 +388,7 @@ + + @end table + ++@noindent + The up-to-date source code is available via anonymous CVS and Git from + Sourceforge. See @t{http://sourceforge.net/projects/zsh/} for details. + A summary of instructions for the CVS and Git archives can be found at +@@ -430,8 +430,8 @@ + @item @t{} + @item @t{} + @item @t{} +-@item + @end table ++@sp 1 + + @noindent + YOU ONLY NEED TO JOIN ONE OF THE MAILING LISTS AS THEY ARE NESTED. +@@ -1080,8 +1080,8 @@ + @item @t{/etc/zshrc} + @item @t{/etc/zlogin} + @item @t{/etc/zlogout} (installation-specific - @t{/etc} is the default) +-@item + @end table ++@sp 1 + @c (avoiding a yodl bug) + + @noindent +@@ -1651,8 +1651,8 @@ + @item Errors in variable substitution syntax + @item Failure to convert characters in @t{$'}...@t{'} expressions + similar options +-@item + @end table ++@sp 1 + + @noindent + If the @t{POSIX_BUILTINS} option is set, more errors associated with +@@ -14685,8 +14685,8 @@ + used for contexts in the parameter @t{zle_highlight}, + @ref{Character Highlighting}; + for example, @t{standout} or @t{fg=red,bold}. +-@item + @end table ++@sp 1 + + @noindent + For example, +@@ -22643,8 +22643,7 @@ + described above. + + @findex _pick_variant +-@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c} +-@var{command} ] [ @t{-r} @var{name} ] ++@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c} @var{command} ] [ @t{-r} @var{name} ] + @itemx @var{label}@t{=}@var{pattern} ... @var{label} [ @var{args} ... ] + This function is used to resolve situations where a single command name + requires more than one type of handling, either because it +@@ -23260,8 +23259,8 @@ + @item @t{compctl} @t{-M} @var{match-specs} ... + @item @t{compctl} @t{-L} [ @t{-CDTM} ] [ @var{command} ... ] + @item @t{compctl} @t{+} @var{command} ... +-@item + @end table ++@sp 1 + + @noindent + Control the editor's completion behavior according to the supplied set +@@ -23405,8 +23404,8 @@ + @item [ @t{-y} @var{func-or-var} ] [ @t{-l} @var{cmd} ] [ @t{-h} @var{cmd} ] [ @t{-U} ] + @item [ @t{-t} @var{continue} ] [ @t{-J} @var{name} ] [ @t{-V} @var{name} ] + @item [ @t{-M} @var{match-spec} ] +-@item + @end table ++@sp 1 + + @noindent + The remaining @var{options} specify the type of command arguments +@@ -23838,8 +23837,8 @@ + @noindent + @table @asis + @item @t{compctl} [ @t{-CDT} ] @var{options} @t{+} @var{options} [ @t{+} ... ] [ @t{+} ] @var{command} ... +-@item + @end table ++@sp 1 + + @noindent + The form with `@t{+}' specifies alternative options. Completion is +@@ -23866,8 +23865,8 @@ + @item [ @var{command} ... ] + @item @t{compctl} [ @t{-CDT} ] @var{options} [ @t{-x} @var{pattern} @var{options} @t{-} ... @t{-}@t{-} ] + @item [ @t{+} @var{options} [ @t{-x} ... @t{-}@t{-} ] ... [@t{+}] ] [ @var{command} ... ] +-@item + @end table ++@sp 1 + + @noindent + The form with `@t{-x}' specifies extended completion for the +@@ -24980,7 +24979,7 @@ + The subcommand @t{position} writes various positions associated with + @var{targetwin} into the array named @var{array}. + These are, in order: +-@table @asis ++@itemize @bullet + @item + The y and x coordinates of the cursor relative to the top left + of @var{targetwin} +@@ -24989,7 +24988,7 @@ + screen + @item + The size of @var{targetwin} in y and x dimensions. +-@end table ++@end itemize + + @noindent + Outputting characters and strings are achieved by @t{char} and @t{string} +@@ -28870,30 +28869,37 @@ + it returns status 0 and sets elements of the associative + array @t{reply} as follows: + @table @asis +-@item timeNL()The time as a string of digits in the same units as ++@item time ++The time as a string of digits in the same units as + @t{$EPOCHSECONDS} +-@item schedtimeNL()The regularly scheduled time. This may differ from ++@item schedtime ++The regularly scheduled time. This may differ from + the actual event time @t{time} if this is a recurring event and the next + occurrence has been rescheduled. Then @t{time} gives the actual time + and @t{schedtime} the time of the regular recurrence before modification. + @item text1 + The text from the line not including the date and time of the + event, but including any @t{WARN} or @t{RPT} keywords and values. +-@item warntimeNL()Any warning time given by the @t{WARN} keyword as a string ++@item warntime ++Any warning time given by the @t{WARN} keyword as a string + of digits containing the time at which to warn in the same units as + @t{$EPOCHSECONDS}. (Note this is an absolute time, not the relative time + passed down.) Not set no @t{WARN} keyword and value were + matched. +-@item warnstrNL()The raw string matched after the @t{WARN} keyword, else unset. +-@item rpttimeNL()Any recurrence time given by the @t{RPT} keyword as a string ++@item warnstr ++The raw string matched after the @t{WARN} keyword, else unset. ++@item rpttime ++Any recurrence time given by the @t{RPT} keyword as a string + of digits containing the time of the recurrence in the same units + as @t{$EPOCHSECONDS}. (Note this is an absolute time.) Not set if + no @t{RPT} keyword and value were matched. +-@item schedrpttimeNL()The next regularly scheduled occurrence of a recurring ++@item schedrpttime ++The next regularly scheduled occurrence of a recurring + event before modification. This may differ from @t{rpttime}, which is the + actual time of the event that may have been rescheduled from the regular + time. +-@item rptstrNL()The raw string matched after the @t{RPT} keyword, else unset. ++@item rptstr ++The raw string matched after the @t{RPT} keyword, else unset. + @item text2 + The text from the line after removal of the date and any + keywords and values. +@@ -35504,8 +35510,8 @@ + @noindent + @example + zstyle+ ':foo:bar' style1 value1 \ +- + ':baz' style2 value2 \ +- + ':frob' style3 value3 ++ +':baz' style2 value2 \ ++ +':frob' style3 value3 + @end example + + @noindent diff --git a/app-shells/zsh/zsh-5.0.2-r1.ebuild b/app-shells/zsh/zsh-5.0.2-r1.ebuild index 8cdb6c5cd677..ab0fa92091c0 100644 --- a/app-shells/zsh/zsh-5.0.2-r1.ebuild +++ b/app-shells/zsh/zsh-5.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.2-r1.ebuild,v 1.1 2013/03/12 21:47:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.2-r1.ebuild,v 1.2 2013/05/29 10:26:09 radhermit Exp $ EAPI=5 @@ -59,6 +59,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-init.d-gentoo-r1.diff epatch "${FILESDIR}"/${PN}-fix-parameter-modifier-crash.patch + epatch "${FILESDIR}"/${PN}-5.0.2-texinfo-5.1.patch cp "${FILESDIR}"/zprofile-1 "${T}"/zprofile || die eprefixify "${T}"/zprofile || die @@ -164,17 +165,19 @@ src_install() { } pkg_postinst() { - # should link to http://www.gentoo.org/doc/en/zsh.xml - elog - elog "If you want to enable Portage completions and Gentoo prompt," - elog "emerge app-shells/zsh-completion and add" - elog " autoload -U compinit promptinit" - elog " compinit" - elog " promptinit; prompt gentoo" - elog "to your ~/.zshrc" - elog - elog "Also, if you want to enable cache for the completions, add" - elog " zstyle ':completion::complete:*' use-cache 1" - elog "to your ~/.zshrc" - elog + if [[ -z ${REPLACING_VERSIONS} ]] ; then + # should link to http://www.gentoo.org/doc/en/zsh.xml + elog + elog "If you want to enable Portage completions and Gentoo prompt," + elog "emerge app-shells/zsh-completion and add" + elog " autoload -U compinit promptinit" + elog " compinit" + elog " promptinit; prompt gentoo" + elog "to your ~/.zshrc" + elog + elog "Also, if you want to enable cache for the completions, add" + elog " zstyle ':completion::complete:*' use-cache 1" + elog "to your ~/.zshrc" + elog + fi } diff --git a/app-text/pelican/pelican-3.2.1.ebuild b/app-text/pelican/pelican-3.2.1.ebuild index c9aec7d0dd8e..d7caf19571db 100644 --- a/app-text/pelican/pelican-3.2.1.ebuild +++ b/app-text/pelican/pelican-3.2.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.1.ebuild,v 1.1 2013/05/22 09:00:55 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.1.ebuild,v 1.2 2013/05/29 06:10:10 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) inherit distutils-r1 @@ -21,21 +21,18 @@ DEPEND="dev-python/feedgenerator[${PYTHON_USEDEP}] dev-python/docutils[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] - dev-python/unidecode + dev-python/unidecode[${PYTHON_USEDEP}] dev-python/blinker[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] markdown? ( dev-python/markdown[${PYTHON_USEDEP}] ) virtual/python-argparse[${PYTHON_USEDEP}]" RDEPEND="" -DOCS="README.rst" +DOCS=( README.rst ) -python_install() { - distutils-r1_python_install - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r samples/* || die "failed to install examples" - fi +python_install_all() { + use examples && local EXAMPLES=( samples/. ) + distutils-r1_python_install_all } # no tests: tests/content not in tarball for 2.8.1 diff --git a/app-vim/splice/splice-1.0.1.ebuild b/app-vim/splice/splice-1.0.1.ebuild index 382c2ee0e2d3..cfed1b71c9dd 100644 --- a/app-vim/splice/splice-1.0.1.ebuild +++ b/app-vim/splice/splice-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/splice/splice-1.0.1.ebuild,v 1.1 2013/02/12 10:19:42 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/splice/splice-1.0.1.ebuild,v 1.2 2013/05/30 07:18:50 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -11,6 +11,7 @@ DESCRIPTION="vim plugin: resolve conflicts during three-way merges" HOMEPAGE="http://sjl.bitbucket.org/splice.vim/ http://vim.sourceforge.net/scripts/script.php?script_id=4026" LICENSE="MIT" KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )" diff --git a/dev-haskell/haddock/Manifest b/dev-haskell/haddock/Manifest index 9bb772da430f..5cb08ca7f032 100644 --- a/dev-haskell/haddock/Manifest +++ b/dev-haskell/haddock/Manifest @@ -1,4 +1,5 @@ DIST haddock-2.10.0.tar.gz 159750 SHA256 d107dba15e8aee5abcb540b818b5dcb8ced98bae7d0714f50192dba26cadb410 SHA512 0680ffafce7a2e6a24ae85869694ea5c590305007da07cdffd6adb8a837164452cdf2de159c9fdcba059f76fc01f30771237dbcd71dd44d04afc0d2317e28563 WHIRLPOOL b584452acbe6e1c3474c97a62b17621e1ce0ef31574845499ca8b6ebdcf54559fed2b37d1890b80b1d526cc9b45d52b51a9acf6ae0d9472e15f93c1a7ff7ef3f DIST haddock-2.13.1.tar.gz 176831 SHA256 6e5e2295cd191e43a046c12544f2f4e8b4260cfda8282d48b15a7a35d8a24e7f SHA512 2cff54f4a3676c605327a6ad926df51976e7ec2bd512e464d0bf84d24f29fa3078dd5f8006329a4a6913607717c2c45f1db2b63d9e9f655d64cbbe92e0fe35fc WHIRLPOOL d1d9202767f4d5ee68ed100f3b95c9be6bff5024b3155b3dbaf3d1d690ac9dc0be2841ef1ea960c095a30005dc2bbb16046dbc4827c6047ee50ad6b1671ae38f +DIST haddock-2.13.2-pregenerated-files.patch 206413 SHA256 dd603527692c12055d6a03c59d414f24dc43a0c56cdb815a0755126586a61f4c SHA512 447d7478365f895028fa56a06695ad71792cb3631fe06b18fb051a6d20d1c829eeff6d2c579c90d4d6b5594f245d2aa4f296bff280e5162f090b9b3f98e780c8 WHIRLPOOL 57bdf7bab4077afe003760015aa9535b4af5f2549f51db1a9d7ca87fd67faa842bd1e0adbfabceffee6ff1cb6ad9b4ec6a34b70630190e89b67900f834538e4f DIST haddock-2.13.2.tar.gz 174973 SHA256 25e7d5819d38cbb1c9b1ff967e2a4093c776c3defaa0a249c8eabba1e70892e3 SHA512 6b70f4cc659858e86919cd35a4e936215a53d23767262e25c7add5986cf21d04a761dc3581fe97c6510b3cb0c9867df3e6fa9668732b55e0e9d56b4932dca330 WHIRLPOOL ff06c0d092cdeaf2ddbffd225d30f53239523cd7d482c73f4b7a20100ebcc4e6b6c329bab5cf828ae2730503cff7709061b04cda29ea034939c5acc59191ac52 DIST haddock-2.6.1.tar.gz 128158 SHA256 626bfbc51f33ada003fbbfe1b40f3147039369e9898f8e8d2f5c1c863436ea6a SHA512 afa2c1166448f313b3031718caa25e4507b3b773dfd3af3b029ce58c3d8e0fde44f823206dac1219f61ac84589ac580cade688470abd7f53fac677caab0abff0 WHIRLPOOL e719061a8f66fec8273e59d4a99f105710d3ff2f150dae4086bac4b8fc9f365a597876669ebffbb975b9b00639bbe4645f743961de26f0b102cf4485fb00c555 diff --git a/dev-haskell/haddock/haddock-2.13.2-r1.ebuild b/dev-haskell/haddock/haddock-2.13.2-r1.ebuild new file mode 100644 index 000000000000..580d17f4d527 --- /dev/null +++ b/dev-haskell/haddock/haddock-2.13.2-r1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.13.2-r1.ebuild,v 1.1 2013/05/29 08:21:16 qnikst Exp $ + +EAPI=5 + +CABAL_FEATURES="bin lib profile haddock hscolour nocabaldep" +inherit eutils haskell-cabal pax-utils + +DESCRIPTION="A documentation-generation tool for Haskell libraries" +HOMEPAGE="http://www.haskell.org/haddock/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz + http://dev.gentoo.org/~qnikst/patches/dev-haskell-${PN}/${P}-pregenerated-files.patch + " + +LICENSE="BSD" +SLOT="0/${PV}" +# ia64 lost as we don't have ghc-7 there yet +# ppc64 needs to be rekeyworded due to xhtml not being keyworded +# x86-fbsd is lost due xhtml +KEYWORDS="~amd64 -ia64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/ghc-paths:=[profile?] + =dev-haskell/xhtml-3000.2*:=[profile?] + >=dev-lang/ghc-7.6.1:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.14" + +RESTRICT="test" # avoid depends on QC + +CABAL_EXTRA_BUILD_FLAGS="--ghc-options=-rtsopts" + +src_prepare() { + # we would like to avoid happy and alex depends + epatch "${DISTDIR}"/${P}-pregenerated-files.patch + epatch "${FILESDIR}"/${PN}-2.13.1-drop-tools.patch + # Fix: Ticket #213 Haddock fails when advanced typesystem features are used + # epatch "${FILESDIR}"/${PN}-2.13.1-renameType.patch + if use doc && [ ! -e "${S}/html" ]; then + ln -s "${S}/resources/html" "${S}/html" || die "Could not create symbolic link ${S}/html" + fi +} + +src_configure() { + # create a fake haddock executable. it'll set the right version to cabal + # configure, but will eventually get overwritten in src_compile by + # the real executable. + local exe="${S}/dist/build/haddock/haddock" + mkdir -p $(dirname "${exe}") + echo -e "#!/bin/sh\necho Haddock version ${PV}" > "${exe}" + chmod +x "${exe}" + + # we use 'nocabaldep' to use ghc's bundled Cabal + # as external one is likely to break our haddock + # (known to work on 1.16.0 and breaks on 1.16.0.1!) + haskell-cabal_src_configure \ + --with-haddock="${exe}" \ + --constraint="Cabal == $(cabal-version)" +} + +src_compile() { + # when building the (recursive..) haddock docs, change the datadir to the + # current directory, as we're using haddock inplace even if it's built to be + # installed into the system first. + haddock_datadir="${S}" haskell-cabal_src_compile +} + +src_install() { + cabal_src_install + # haddock uses GHC-api to process TH source. + # TH requires GHCi which needs mmap('rwx') (bug #299709) + pax-mark -m "${D}/usr/bin/${PN}" +} diff --git a/dev-java/commons-math/Manifest b/dev-java/commons-math/Manifest index 07248843cc00..cba787ea311b 100644 --- a/dev-java/commons-math/Manifest +++ b/dev-java/commons-math/Manifest @@ -1,2 +1,3 @@ DIST commons-math-2.0-src.tar.gz 1044286 SHA256 5c40855b63e5614fd68f77a45588c92ccd4af2e8162d9ebee3e33e225b04b802 SHA512 79a75f72a9a2588f20d51dcda4b10f9f295ac034cc572e71cc8c6d3f8ee00dc91bebdbe31a913aa043458af52c40844e1b34a81ff5dd6095c81b15af91f39d49 WHIRLPOOL 6c2babf2da49af7a89f2f703b562f3609da805be07e68899b2de77bb5a3d77cddd8d5d5994281a7c01d2b87ef6ca280e36b789d8103759542086e90fe47199b3 DIST commons-math-2.1-src.tar.gz 1099423 SHA256 f31e098afa916a7f17bd8d8a15163d761ddb54c28d8d64f7f57ce86167f2c48b SHA512 53ed8c0400402c588d824c15365ebe60bef41697ff9728270a9fdc3ac30eb60c4c397caf939ccda839eb701453d98af4eac9eae2090575fcfdee4df2d6f6045b WHIRLPOOL c36a4f6936f6f20a0aa5ad1885e563e980c6f3c02412c4b8cc26de03a6e0a122e6fa0d918992d80ef7912d74e8b9c9ee5006a29972450adbc82249453c2b3e1e +DIST commons-math3-3.2-src.tar.gz 2602474 SHA256 07992f0630aea0e973c41a34330fe8109b867fc30507b566142a62ec2e483310 SHA512 132c4725be582e25f67a955c7b3b8c7ef155606d8f4da07770464c422ded6b5e6efd1a13a6e98cff222f4fcac73606d512ee1ab9e3b1c4befcc1ba16ab68787b WHIRLPOOL 801fa951b3a0972f14bfc18482e8cd194faa276581406b15314411fb9e6d1c6c256299e2144fbffe76b4c550937dea64dc6df7f92772bf7dab0f4b70b96e309d diff --git a/dev-java/commons-math/commons-math-3.2.ebuild b/dev-java/commons-math/commons-math-3.2.ebuild new file mode 100644 index 000000000000..01d955094677 --- /dev/null +++ b/dev-java/commons-math/commons-math-3.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v 1.1 2013/05/29 12:44:02 tomwij Exp $ + +EAPI="5" + +# Tests are currently broken due to nasty -lib argument. +JAVA_PKG_IUSE="doc source" # test + +inherit java-pkg-2 java-ant-2 java-osgi + +MY_PN="${PN}3" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Lightweight, self-contained mathematics and statistics components" +HOMEPAGE="http://commons.apache.org/math/" +SRC_URI="mirror://apache/commons/math/source/${MY_P}-src.tar.gz" + +LICENSE="Apache-2.0" +SLOT="3" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=virtual/jdk-1.5" + +# Tests are currently broken due to nasty -lib argument. +# test? ( +# dev-java/ant-junit4 +# dev-java/hamcrest-core:0 +# )" + +RDEPEND=">=virtual/jre-1.5" + +S="${WORKDIR}/${MY_P}-src" + +java_prepare() { + cp "${FILESDIR}"/${P}-build.xml build.xml || die + + sed -i 's/manifest=".*MANIFEST.MF"//g' build.xml || die + sed -i '/name="Main-Class"/d' build.xml || die +} + +# Tests are currently broken due to nasty -lib argument. +# src_test() { +# java-pkg_jar-from junit-4 +# java-pkg_jar-from hamcrest-core +# ANT_TASKS="ant-junit4" eant -Djunit.jar=junit.jar test +# } + +src_install() { + java-osgi_newjar target/${MY_P}.jar ${MY_PN} ${MY_PN} "Export-Package: ${MY_PN}" + + use doc && java-pkg_dojavadoc target/apidocs + use source && java-pkg_dosrc src/main/java/org +} diff --git a/dev-java/commons-math/files/commons-math-3.2-build.xml b/dev-java/commons-math/files/commons-math-3.2-build.xml new file mode 100644 index 000000000000..905d12657e26 --- /dev/null +++ b/dev-java/commons-math/files/commons-math-3.2-build.xml @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =================================== WARNING =================================== + JUnit is not present in your $ANT_HOME/lib directory. Tests not executed. + =============================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev-java/commons-net/Manifest b/dev-java/commons-net/Manifest index 891d58af56b2..763e6549f985 100644 --- a/dev-java/commons-net/Manifest +++ b/dev-java/commons-net/Manifest @@ -1 +1,2 @@ DIST commons-net-1.4.1-src.tar.gz 229198 SHA256 fdea779f261f70b9bbec40121c830b11e3e63b6188f662f95505045ff8d44add SHA512 6ac697536eff947cd0aa828c887e9cc4046c49a593c760bbc59db7e04cf0d7456e84d22504cfa2f6915315dc061e3499382f05bd7740bf79a532a4d9d42c0da8 WHIRLPOOL 44d984c71212f7bb282a671dcd8a463f5ddf9c798f8d676b5587e2341d21a1ed681f7ca6bc91f74162008fe24fc34912aec2dba67fce6f58a3b6b3d2b129b3dc +DIST commons-net-3.2-src.tar.gz 378351 SHA256 f9fd207a28dc357a6a515c69fb83009836b7426d6c25095d70148a6cea7d1df1 SHA512 2152b0c524320702c336b21308bb8166e00487938430b83e08d65b836ab775c372c9251957c674e0bccff6815fc3ed3bdb7113a0d2a140c53f64c2f557eef2ba WHIRLPOOL 45b80205a519795652dc6708c85b1ebe52172e9c8ffe7e01a581cd6e9ebfb4a57cdb43bba30a6b25720c72c4bbce6eda8892fe272baad6b120d6231a05c41bf2 diff --git a/dev-java/commons-net/commons-net-3.2.ebuild b/dev-java/commons-net/commons-net-3.2.ebuild new file mode 100644 index 000000000000..a10e878215bf --- /dev/null +++ b/dev-java/commons-net/commons-net-3.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-3.2.ebuild,v 1.1 2013/05/29 13:28:31 tomwij Exp $ + +EAPI="5" + +# http://issues.apache.org/bugzilla/show_bug.cgi?id=37985 +RESTRICT="test" +JAVA_PKG_IUSE="doc examples source" # test + +inherit eutils java-pkg-2 java-ant-2 java-osgi + +MY_P="${P}-src" + +DESCRIPTION="The purpose of the library is to provide fundamental protocol access, not higher-level abstractions." +HOMEPAGE="http://commons.apache.org/net/" +SRC_URI="mirror://apache/commons/net/source/${MY_P}.tar.gz" + +DEPEND=">=virtual/jdk-1.5" +RDEPEND=">=virtual/jre-1.5" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +S="${WORKDIR}/${MY_P}" + +java_prepare() { + cp "${FILESDIR}"/${P}-build.xml build.xml || die + sed -i 's/depends="compile,test"/depends="compile"/' build.xml || die "Failed to disable junit" + sed -i 's/manifest=".*MANIFEST.MF"//g' build.xml || die + sed -i '/name="Main-Class"/d' build.xml || die +} + +src_install() { + java-osgi_newjar target/${P}.jar ${P} ${P} "Export-Package: ${P}" + + use doc && java-pkg_dojavadoc dist/docs/api + use examples && java-pkg_doexamples src/java/examples + use source && java-pkg_dosrc src/java/org +} diff --git a/dev-java/commons-net/files/commons-net-3.2-build.xml b/dev-java/commons-net/files/commons-net-3.2-build.xml new file mode 100644 index 000000000000..72cdd404df11 --- /dev/null +++ b/dev-java/commons-net/files/commons-net-3.2-build.xml @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =================================== WARNING =================================== + JUnit is not present in your $ANT_HOME/lib directory. Tests not executed. + =============================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev-java/fastutil/Manifest b/dev-java/fastutil/Manifest index 5fe9da9654f1..c22c8982b9b5 100644 --- a/dev-java/fastutil/Manifest +++ b/dev-java/fastutil/Manifest @@ -2,3 +2,4 @@ DIST fastutil-4.3.1-src.tar.gz 203660 SHA256 90f07cf08c8926451041e52452c3ba486f3 DIST fastutil-4.4.2-src.tar.gz 213196 SHA256 dff9d53db666a3ad6d1cb88166b05a0d38333fbb3ecd79edcbe968d38da795e7 SHA512 cb438044ee63a89e4e655a41448924d5ac1f61f48839480fc5ba2c08b6317e3e4b0f66b2581ebff73bcb7d865123539ad09029670d7e5d46664f61fe593c503b WHIRLPOOL ea834078c5c189574fd3e79f8b1189c674b31f005404f22701c1209204c7840ff340b471c521d84bd0325f8bf735bac9eb590c927134e7194f36e32925d0ac4f DIST fastutil-5.0.9-src.tar.gz 230063 SHA256 5357616b7b60e4cc3c98935a915c8ccc27c431aa7f7689c917b2e92fcaece00d SHA512 df9b4da77f5c043b0789c9890a5e15a845498026c13dc6d5706620c7ec0212864bfe338dc4ae546d774d7ef537e1a0f0032017ca0fff2c46dd18bf53d78057eb WHIRLPOOL 598ad11b36c71ae0ac396ff832b3b46b37d2a294332940dafcd005ab96820d11a77079d7a16bc24e80a26b7449c74a6e073ce0ad790ace5c4ff294cfcf594b49 DIST fastutil-5.1.3-src.tar.gz 238461 SHA256 fe95b3f66306003bdda1de018120150790205760065d7e31aa8c207c25c3a188 SHA512 67f7ac65afbfd9e5adc415ea65a3b2f334752008e994c7e1ecac334b06a98edad73da549245e39c79709df683f4384c1d0c76f7e8a8cdd428407d547ce0eea47 WHIRLPOOL 2533487909428345f35eebb845f33267f6cd81140206e721eeca1f3f7f94926dc2af9b03dcbdde35799a089ad174e5dd6a052251820558a907579e223ec3b01a +DIST fastutil-6.5.4-src.tar.gz 376688 SHA256 bc2cc6abb168856c43b9c5f6b468b1cfba4657efd0623a7d7e7800a9e01d966e SHA512 3b75d423ce9e4bb883f1baa910ed59b9ad2fc1ddf52da970f7d40eef6e0044618ce6aeaaa9daf873a256a966cd5bf850004feec21a8e7abf05cc6ac7eb6dd3fb WHIRLPOOL 5ec84a84c9be5dbfb53d69a557b0b26c0658b06b9234da4ed1614afff8ceafbcf3fe38a6b775fdc91202ad0301e2aebb70566dcd8cbae81c3828b7f18be5146d diff --git a/dev-java/fastutil/fastutil-6.5.4.ebuild b/dev-java/fastutil/fastutil-6.5.4.ebuild new file mode 100644 index 000000000000..0aa3943e9223 --- /dev/null +++ b/dev-java/fastutil/fastutil-6.5.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/fastutil/fastutil-6.5.4.ebuild,v 1.1 2013/05/29 11:10:54 tomwij Exp $ + +EAPI="5" + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="Provides faster type-specific maps, sets and lists with a small memory footprint." +SRC_URI="http://fastutil.dsi.unimi.it/${P}-src.tar.gz" +HOMEPAGE="http://fastutil.dsi.unimi.it" + +LICENSE="Apache-2.0" +SLOT="6.5" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DEPEND=">=virtual/jdk-1.5" +RDEPEND=">=virtual/jre-1.5" + +src_compile() { + emake sources + + # bug 162650 and #175578 + java-pkg_init-compiler_ + + [[ ${GENTOO_COMPILER} != "javac" ]] && export ANT_OPTS="-Xmx512m" + java-pkg-2_src_compile +} + +src_install() { + java-pkg_newjar ${P}.jar + + dodoc CHANGES README + + use doc && java-pkg_dojavadoc docs + use source && java-pkg_dosrc java/it +} diff --git a/dev-java/javax-inject/files/javax-inject-1-build.xml b/dev-java/javax-inject/files/javax-inject-1-build.xml new file mode 100644 index 000000000000..2b7e7cdd3051 --- /dev/null +++ b/dev-java/javax-inject/files/javax-inject-1-build.xml @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =================================== WARNING =================================== + JUnit is not present in your $ANT_HOME/lib directory. Tests not executed. + =============================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev-java/javax-inject/javax-inject-1-r1.ebuild b/dev-java/javax-inject/javax-inject-1-r1.ebuild new file mode 100644 index 000000000000..4efa5d89288c --- /dev/null +++ b/dev-java/javax-inject/javax-inject-1-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/javax-inject/javax-inject-1-r1.ebuild,v 1.1 2013/05/29 11:34:30 tomwij Exp $ + +EAPI="5" + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-ant-2 + +MY_P=${PN/-/.}-${PV} + +DESCRIPTION="Dependency injection for Java (JSR-330)" +HOMEPAGE="http://code.google.com/p/atinject/" +SRC_URI="http://atinject.googlecode.com/files/${MY_P}-bundle.jar" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=virtual/jdk-1.5 + app-arch/unzip" + +RDEPEND=">=virtual/jre-1.5" + +S="${WORKDIR}" + +src_unpack() { + unpack ${A} + + cd "${S}" + unzip -q ${MY_P}-sources.jar || die +} + +java_prepare() { + cp "${FILESDIR}"/${P}-build.xml build.xml || die + + sed -i 's/\(\)/\1/g' build.xml || die +} + +src_install() { + java-pkg_newjar target/javax.inject-${PV}.jar + + use doc && java-pkg_dojavadoc target/api + use source && java-pkg_dosrc javax +} diff --git a/dev-lang/swig/Manifest b/dev-lang/swig/Manifest index 7275661ceb81..cb2a49060b44 100644 --- a/dev-lang/swig/Manifest +++ b/dev-lang/swig/Manifest @@ -1,4 +1,5 @@ DIST swig-1.3.40.tar.gz 4891020 SHA256 1945b3693bcda6777bd05fef1015a0ad1a4604cde4a4a0a368b61ccfd143ac09 SHA512 bd959d29cf2d61d12dd2c5764bbd11d8fb045827267f8633ab99515175e675554c709f43a8334ce74d77e71e737118962bc5ce8fd09d3b87070ecab1133cc9d7 WHIRLPOOL 48c71d1c88271e8b2be171b159c41150460bc79bba9d40ff224fad8c1498c94e6328c89f1c2e02e294c17b0174f1e7aeddbc39c2e341c85effbbf311e87f061c +DIST swig-2.0.10.tar.gz 5302787 SHA256 d1eef329e867124ce60838b5ad07c763146b6c8f250dd22a861ead7406f78e63 SHA512 98bb7ee9a59b858ba191537c65a0e12e571fda13f7b269f8380ed32be670824a33ca2dbc61da876ca97fe73d34e1d93504fc3145e0e56bc7a4323ff9ca72685c WHIRLPOOL 51e6ab80637337f685295a7f3d5981b5784910997f6528d559289cdd1024c4be17b5ef60d1d5d94380c91ebec03949a509563252eadd7070728ebd6b20a7ca8c DIST swig-2.0.4.tar.gz 5148567 SHA256 763a117730d26f8e5ed67f5718c6c0761fbb8461680fc20269db8c0839e1ec8a SHA512 f2918a35cd73ec7da5911803f44f81fc3a2b61ff13aa0e98b930ab54c64a21032c8b73cc4ca34b3b7c5f52d0106f04ae89f49db99f7749fbb056cd5e8070f968 WHIRLPOOL 4b19a5586cb5fcaa9bf77f4b4c2b1248c0e3515bd0d12a6086056f7c6eec1640c4b555f3e8a234dc5071697f06b5ef944ee38c010789e8baa8031c7cbc9f45f5 DIST swig-2.0.8.tar.gz 5291361 SHA256 aeeefa20bbe1c03bacf23f0af9e7d6193e8b807b7585470615b71b1ee0c8ca4f SHA512 2832dd15dd0bf2f583e6b23d47f88dfb7702665656d62b5e80a03e085be38757e7ee6ca45c63af1379987677d7ee512440fe14cecfcff50782467d1e69ebec68 WHIRLPOOL 4144859e9e5d20d9fbbd5b513495736dc386585e924239d4217a195baf5b4ba338d12a1b028d5c1ea0487c1a29195dd3179cb8ab729f4a9a0eb53057f35865aa DIST swig-2.0.9.tar.gz 5307341 SHA256 586954000d297fafd7e91d1ad31089cc7e249f658889d11a44605d3662569539 SHA512 9967eb2e1733c11ceb813bfa18c8c4187ba527d45de9b2ad962f287afba9cb0e1432b921670c5fe07ed31decc2e2785a16f42f69148a4e8a1959a9b66ce2e91f WHIRLPOOL 6649934f33d36b7bf9314a7f6582245217795b6e9c36eb02436ed769f8fb06a3a038af2380f444a1311aa353d3f29c4a3159765f873d09ed90980998e0752e81 diff --git a/dev-lang/swig/swig-2.0.10.ebuild b/dev-lang/swig/swig-2.0.10.ebuild new file mode 100644 index 000000000000..655f6708d728 --- /dev/null +++ b/dev-lang/swig/swig-2.0.10.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.10.ebuild,v 1.1 2013/05/30 04:24:46 radhermit Exp $ + +EAPI=5 + +DESCRIPTION="Simplified Wrapper and Interface Generator" +HOMEPAGE="http://www.swig.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+ BSD BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="ccache doc pcre" +RESTRICT="test" + +DEPEND="pcre? ( dev-libs/libpcre ) + ccache? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" + +DOCS=( ANNOUNCE CHANGES CHANGES.current README TODO ) + +src_configure() { + econf \ + $(use_enable ccache) \ + $(use_with pcre) +} + +src_install() { + default + + if use doc ; then + dohtml -r Doc/{Devel,Manual} + fi +} diff --git a/dev-lang/v8/Manifest b/dev-lang/v8/Manifest index f62d819cf598..9d991a3c69f0 100644 --- a/dev-lang/v8/Manifest +++ b/dev-lang/v8/Manifest @@ -2,3 +2,4 @@ DIST v8-3.17.6.14.tar.bz2 10488996 SHA256 b56dda1bf648e5a77ef0da7819826ed7218be9 DIST v8-3.18.5.2.tar.bz2 10543191 SHA256 19a6e005ed4321dbd553b31b04bddf04e1e17e47dad2860039aff5fdfcc347a6 SHA512 e2c3066b3f51bce1b7b956e5385b460d5da145256622635897ad9c8a957e37ee618f30fe26077ddcbee76594779a192b5f53814efabf453bdc10ee9f33498d78 WHIRLPOOL 44f77e6c5c33371deb0de142fa018948bb86ac46d9b9dce8f7f2719a24024fa75a17b9a41af1e2d50b93fe3a638ea7a6a3349533a43e2ea74b36c547049af2f7 DIST v8-3.18.5.5.tar.bz2 10540043 SHA256 8e48503c871eb4de608453e69085bbb7636be9492db14d4ae06371ba3e004fd4 SHA512 c9ccb3dd83ed753c808a0cca1496726eaea8ff3d5608d96cdff9aece2053d73c0cc1b1f15f707deec5a55d5b744d178aebd99a979e5fe332ad033b047276529e WHIRLPOOL 95196e05518d38ee429a2647a8e5561401c3559ef9662e8bb50cd6d07d93fe760de73bf17103a4389f5a5678fa0fbd4cb64c6894ec4f9bac9009039e2d41b309 DIST v8-3.19.3.1.tar.bz2 10578275 SHA256 9722b2ee265f0e5bb26db4daf812e8d92a2997abbb0bf81ce6d56f31960ca7b1 SHA512 56888df81a53b6b802e136226b23cc081432a709d3f5097e3e33114f03574ff151b8d6929689a68062b1b2d2aaff34097606da2b24cd064353febc783e74575f WHIRLPOOL 088bb40cc7a6cd26b04118b4e430e5a1bce738871f35e6a4f583fd8d96ba8bb865a86626687ba4975076396e1c760e5b53553c0e3e031950518520861f5458d6 +DIST v8-3.19.6.1.tar.bz2 10590786 SHA256 741e8380d061fa42738f045414bb86653fbc3cac495359a2202cfefd246458f9 SHA512 2c037292e94f67f88ca5a60d108e8cccb2388e0495ca4623260e378f9b9fafef97e44ec048a56c707eaeeb1d0b03f28bea7328ed8486fc7070895984113ecfb1 WHIRLPOOL 3fa69850bcd25a1262a61dbc5da379eee5b2fe1151973a5a00ccfa5173a1c6197ae53df088b897ecf44a81941dba86611e33a28555a78dfb8de2bb7e54d33e97 diff --git a/dev-lang/v8/v8-3.19.6.1.ebuild b/dev-lang/v8/v8-3.19.6.1.ebuild new file mode 100644 index 000000000000..3add5486de17 --- /dev/null +++ b/dev-lang/v8/v8-3.19.6.1.ebuild @@ -0,0 +1,151 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.6.1.ebuild,v 1.1 2013/05/29 21:40:32 phajdan.jr Exp $ + +EAPI="5" +PYTHON_COMPAT=( python2_{6,7} ) + +inherit chromium eutils multilib multiprocessing pax-utils python-any-r1 \ + toolchain-funcs versionator + +DESCRIPTION="Google's open source JavaScript engine" +HOMEPAGE="http://code.google.com/p/v8" +SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.bz2" +LICENSE="BSD" + +soname_version="${PV}" +SLOT="0/${soname_version}" +KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos" +IUSE="neon readline" + +RDEPEND="readline? ( sys-libs/readline:0 )" +DEPEND="${PYTHON_DEPS} + ${RDEPEND}" + +src_configure() { + tc-export AR CC CXX RANLIB + export LINK=${CXX} + + local myconf="" + + # Always build v8 as a shared library with proper SONAME. + myconf+=" -Dcomponent=shared_library -Dsoname_version=${soname_version}" + + # Use target arch detection logic from bug #354601. + case ${CHOST} in + i?86-*) + myarch="ia32" + myconf+=" -Dv8_target_arch=ia32" ;; + x86_64-*) + if [[ $ABI = x86 ]] ; then + myarch="ia32" + myconf+=" -Dv8_target_arch=ia32" + else + myarch="x64" + myconf+=" -Dv8_target_arch=x64" + fi ;; + arm*-*) + myarch="arm" + myconf+=" -Dv8_target_arch=arm -Darm_fpu=" + if [[ ${CHOST} == *-hardfloat-* ]] ; then + myconf+=" -Dv8_use_arm_eabi_hardfloat=true" + else + myconf+=" -Dv8_use_arm_eabi_hardfloat=false" + fi + if [[ ${CHOST} == armv7*-* ]] ; then + myconf+=" -Darmv7=1" + else + myconf+=" -Darmv7=0" + fi + myconf+=" $(gyp_use neon arm_neon)" ;; + *) die "Unrecognized CHOST: ${CHOST}" + esac + + myconf+=" $(gyp_use readline console readline dumb)" + + # Make sure that -Werror doesn't get added to CFLAGS by the build system. + # Depending on GCC version the warnings are different and we don't + # want the build to fail because of that. + myconf+=" -Dwerror=" + + # gyp does this only for linux, but we always want to use "out" dir, or + # all else below fails due to not finding "out" dir + myconf+=" --generator-output=out" + # gyp defaults to whatever makes the most sense on the platform at hand, + # but we want to build using Makefiles, so force that + myconf+=" -f make" + + EGYP_CHROMIUM_COMMAND=build/gyp_v8 egyp_chromium ${myconf} || die +} + +src_compile() { + local makeargs=( + -C out + builddir="${S}/out/Release" + V=1 + BUILDTYPE=Release + ) + + # Build mksnapshot so we can pax-mark it. + emake "${makeargs[@]}" mksnapshot.${myarch} + pax-mark m out/Release/mksnapshot.${myarch} + + # Build everything else. + emake "${makeargs[@]}" + pax-mark m out/Release/{cctest,d8,preparser} +} + +src_test() { + LD_LIBRARY_PATH=out/Release/lib.target tools/run-tests.py \ + -j$(makeopts_jobs) \ + --no-presubmit \ + --outdir=out \ + --buildbot \ + --arch=native \ + --mode=Release \ + --progress=dots || die +} + +src_install() { + insinto /usr + doins -r include + + if [[ ${CHOST} == *-darwin* ]] ; then + # buildsystem is too horrific to get this built correctly + mkdir -p out/Release/lib.target || die + mv out/Release/libv8.so.${soname_version} \ + out/Release/lib.target/libv8$(get_libname ${soname_version}) || die + install_name_tool \ + -id "${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \ + out/Release/lib.target/libv8$(get_libname ${soname_version}) \ + || die + install_name_tool \ + -change \ + /usr/local/lib/libv8.so.${soname_version} \ + "${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \ + out/Release/d8 || die + fi + + dobin out/Release/d8 + pax-mark m "${ED}usr/bin/d8" + + dolib out/Release/lib.target/libv8$(get_libname ${soname_version}) + dosym libv8$(get_libname ${soname_version}) /usr/$(get_libdir)/libv8$(get_libname) + + dodoc AUTHORS ChangeLog +} + +# TODO: remove functions below after they are removed from chromium.eclass' +# EXPORT_FUNCTIONS . + +pkg_preinst() { + return +} + +pkg_postinst() { + return +} + +pkg_postrm() { + return +} diff --git a/dev-libs/dee/dee-1.0.14-r2.ebuild b/dev-libs/dee/dee-1.0.14-r2.ebuild index 12e3c435878e..c136de52754b 100644 --- a/dev-libs/dee/dee-1.0.14-r2.ebuild +++ b/dev-libs/dee/dee-1.0.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.0.14-r2.ebuild,v 1.4 2013/04/24 06:06:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dee/dee-1.0.14-r2.ebuild,v 1.5 2013/05/29 15:30:59 jlec Exp $ EAPI=5 @@ -19,6 +19,8 @@ LICENSE="GPL-3" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc debug examples +icu introspection static-libs test" +REQUIRED_USE="introspection? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=" dev-libs/glib:2 dev-libs/icu:= diff --git a/dev-libs/libRocket/libRocket-1.2.1.ebuild b/dev-libs/libRocket/libRocket-1.2.1.ebuild index 9fdc0fe7c5bb..bc468d627118 100644 --- a/dev-libs/libRocket/libRocket-1.2.1.ebuild +++ b/dev-libs/libRocket/libRocket-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1.ebuild,v 1.3 2013/02/02 01:15:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1.ebuild,v 1.4 2013/05/29 13:24:54 hasufell Exp $ EAPI=5 @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="python samples" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="media-libs/freetype python? ( diff --git a/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild b/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild index 01fd33069bb7..1b26d960c4ca 100644 --- a/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild +++ b/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v 1.1 2013/05/05 13:22:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v 1.2 2013/05/29 13:24:54 hasufell Exp $ EAPI=5 @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="python samples" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" media-libs/freetype[${MULTILIB_USEDEP}] diff --git a/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild b/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild index 8d2df42b211c..baae4c478a67 100644 --- a/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild +++ b/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild,v 1.2 2013/01/18 22:31:09 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110.ebuild,v 1.3 2013/05/29 13:24:54 hasufell Exp $ EAPI=5 @@ -15,6 +15,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="python samples" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="media-libs/freetype python? ( diff --git a/dev-libs/libRocket/libRocket-9999.ebuild b/dev-libs/libRocket/libRocket-9999.ebuild index e0dfe57aaae6..b4a3ae8f0645 100644 --- a/dev-libs/libRocket/libRocket-9999.ebuild +++ b/dev-libs/libRocket/libRocket-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v 1.3 2013/05/05 13:22:41 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v 1.4 2013/05/29 13:24:54 hasufell Exp $ EAPI=5 @@ -16,6 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="python samples" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" media-libs/freetype[${MULTILIB_USEDEP}] diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild index fc4ddf4d1730..a0b5635ccda8 100644 --- a/dev-libs/libdnet/libdnet-1.12.ebuild +++ b/dev-libs/libdnet/libdnet-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.4 2013/05/27 11:50:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.12.ebuild,v 1.6 2013/05/29 17:33:09 jer Exp $ EAPI=5 @@ -19,7 +19,7 @@ SRC_URI="http://libdnet.googlecode.com/files/${P}.tgz LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="ipv6 python static-libs test" #DEPEND="test? ( dev-libs/check )" @@ -27,13 +27,6 @@ RESTRICT="test" DOCS=( README THANKS TODO ) -pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - src_prepare() { # Useless copy rm -r trunk/ || die @@ -42,6 +35,7 @@ src_prepare() { -e 's/libcheck.a/libcheck.so/g' \ -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \ configure.in || die + sed -i -e 's|-L@libdir@ ||g' dnet-config.in || die use ipv6 && epatch "${WORKDIR}/${P}.ipv6-1.patch" autotools-utils_src_prepare } diff --git a/dev-libs/newt/metadata.xml b/dev-libs/newt/metadata.xml index 8a0d67b33f2b..a7d1f39f95a9 100644 --- a/dev-libs/newt/metadata.xml +++ b/dev-libs/newt/metadata.xml @@ -1,7 +1,7 @@ - - naota@gentoo.org - + + naota@gentoo.org + diff --git a/dev-libs/newt/newt-0.52.15.ebuild b/dev-libs/newt/newt-0.52.15.ebuild index 69b260f9a61a..0a7c76929301 100644 --- a/dev-libs/newt/newt-0.52.15.ebuild +++ b/dev-libs/newt/newt-0.52.15.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.1 2013/05/04 00:40:07 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.2 2013/05/29 15:32:40 jlec Exp $ EAPI="5" + PYTHON_COMPAT=( python{2_6,2_7} ) inherit eutils multilib python-r1 autotools @@ -16,13 +17,15 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="gpm tcl nls" -RDEPEND="=sys-libs/slang-2* +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" >=dev-libs/popt-1.6 + =sys-libs/slang-2* elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) tcl? ( >=dev-lang/tcl-8.5 ) " - DEPEND="${RDEPEND} ${PYTHON_DEPS}" diff --git a/dev-libs/qtkeychain/Manifest b/dev-libs/qtkeychain/Manifest new file mode 100644 index 000000000000..a1528d353616 --- /dev/null +++ b/dev-libs/qtkeychain/Manifest @@ -0,0 +1 @@ +DIST qtkeychain-0.1.0.tar.gz 12826 SHA256 1a9a8906792a500586c3119865786664474ee42d0b10295d4d6b505e764ae192 SHA512 47b8a53d24539b195d341ea505e9a2660de0a2e98bbc83f382155049d497aa15373cfefe484c73126c4ca6f3793c54596b61128be5a8ce9b082b61588f919171 WHIRLPOOL 9cb52b2827f632d20167dd9810f4af091e40916376d03e56b5e598ed700d4432d081d5c3cf96c09f2f6bdf2651d5fee7ceab732c84c5d0c9c6c157c272e6df08 diff --git a/dev-libs/qtkeychain/files/qtkeychain-0.1.0-qt5.patch b/dev-libs/qtkeychain/files/qtkeychain-0.1.0-qt5.patch new file mode 100644 index 000000000000..2ec9861fba1a --- /dev/null +++ b/dev-libs/qtkeychain/files/qtkeychain-0.1.0-qt5.patch @@ -0,0 +1,35 @@ +From 69638a5ddb725c4f8000f86546d5d41f2917fe40 Mon Sep 17 00:00:00 2001 +From: Johannes Huber +Date: Thu, 30 May 2013 00:03:45 +0200 +Subject: [PATCH] Add Qt5 build option. + +* removes automagic build when Qt4 + Qt5 is installed on system +--- + CMakeLists.txt | 10 +++++++++- + 1 file changed, 9 insertions(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index aba9032..f601a11 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -11,8 +11,16 @@ set(QTKEYCHAIN_SOVERSION 0) + set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${PROJECT_SOURCE_DIR}/cmake/Modules") + include(GNUInstallDirs) + ++option(QT5_BUILD "Build qtkeychain using the Qt5 framework" TRUE) ++ ++if(QT5_BUILD) ++ find_package(Qt5Core QUIET) ++else() ++ find_package(Qt4 REQUIRED) ++ include(${QT_USE_FILE}) ++endif() ++ + # try Qt5 first, and prefer that if found +-find_package(Qt5Core QUIET) + if (Qt5Core_FOUND) + if(UNIX AND NOT APPLE) + find_package(Qt5DBus REQUIRED) +-- +1.8.2.1 + diff --git a/dev-libs/qtkeychain/metadata.xml b/dev-libs/qtkeychain/metadata.xml new file mode 100644 index 000000000000..4a53d4889ca6 --- /dev/null +++ b/dev-libs/qtkeychain/metadata.xml @@ -0,0 +1,8 @@ + + + + + johu@gentoo.org + Johannes Huber + + diff --git a/dev-libs/qtkeychain/qtkeychain-0.1.0.ebuild b/dev-libs/qtkeychain/qtkeychain-0.1.0.ebuild new file mode 100644 index 000000000000..11113281d335 --- /dev/null +++ b/dev-libs/qtkeychain/qtkeychain-0.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/qtkeychain/qtkeychain-0.1.0.ebuild,v 1.1 2013/05/29 23:20:33 johu Exp $ + +EAPI=5 + +inherit cmake-utils + +DESCRIPTION="Qt API for storing passwords securely" +HOMEPAGE="https://github.com/frankosterfeld/qtkeychain" +SRC_URI="https://github.com/frankosterfeld/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtcore:4 + dev-qt/qtdbus:4 +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}-qt5.patch" ) + +src_configure() { + local mycmakeargs=( -DQT5_BUILD=OFF ) + + cmake-utils_src_configure +} diff --git a/dev-lisp/ecls/Manifest b/dev-lisp/ecls/Manifest index 198fa39cff00..91c0914a5345 100644 --- a/dev-lisp/ecls/Manifest +++ b/dev-lisp/ecls/Manifest @@ -3,4 +3,5 @@ DIST ecl-11.1.1.tar.gz 5898523 SHA256 28acce874e264a9e7182a2424bb7a1a3f7d834a8f2 DIST ecl-12.12.1.tgz 9006697 SHA256 54e77ce8157752eab49f8640f7d0077522d493a4d4def463af26d292e46bc297 SHA512 9ac5d61e37cf18a56b2fb572b830955ededbe72d5d9a4e32ed631cd8cb5d27804ff5c0216a41f10ac988320b0584bcc4f9b4fb23732c541ee29f422c5726b23a WHIRLPOOL 8c2b1bd61caa27442bf337ab64788806e7e20150a902fe6c6d6cc593a3350d67252f8d450e6fd1ee99456a6238891c4b383044a6e79a77fad174d5db5a668aeb DIST ecl-12.2.1.tgz 8974948 SHA256 dbb3f83c27f3d2565ca22c1c6b4ab497bbfdd0d0a7b09dee76338f378621f091 SHA512 bf9bff5bfa02c638549ab7dab28d6778c6f676c0ea3ea8b8c11f85a4e9f3cf9fae23c7ec505024b3925ae0c905fccc132729964992c6d9b1524d9dd3b92bdf1f WHIRLPOOL cc8af8a2f92b66acb8578e76b7c982a57567591967c2e2fafbe681fdb8e78725072ec83d240addc255ff29979e6a6d23d077095f094288316f5dd16325d8ffbe DIST ecl-12.7.1.tar.gz 9009087 SHA256 5709bfb92eff00ddc4bcd59375835e9421dae2d258466af75e7e8d2748e01c4d SHA512 1f4312a9b64e55b01df62b492c1d23bdb231abd28c357d18bd813481e0943a852fdaa79bc89c45d1d1da9c0e8a4e5b43c5525488280156d76cc42e0fe9e0c5fe WHIRLPOOL eb915ce3f014ac7583b4c678f9009acfab73a7ad15abe49542fe49718049804e3bc7270e3b8e8e45687738ebc1119d1a224c1b454e8feac1fc1687b2a2bf4320 +DIST ecl-13.5.1.tgz 9401163 SHA256 f91c57ce065fe9748bc8104e191e4b2dcfe854d634315fe7800dd0a613472ca2 SHA512 a09f8b824aa78e461d700eefb1a8b68b876e15d49124a397e0b5b58ad73b80f818133a7b8e48ddb83505eea2f9c5fb024de8701b527524004e336e456eb07c84 WHIRLPOOL def6de6444430e45bfff29c0716a23869e3455ba9b1cd9bfc1f02ef5c79c83df5b2280b8bada28acb1e742cdbe5c819970273386333d7c7c7c4fb48464dc6a2b DIST ecl-9.12.3.tgz 5758828 SHA256 f4f2e9d584130db9bb61bd09a676ad67c5d0f1ca8096ed781b50a2ae99c5e682 SHA512 8171d28945e5c06f55f6bc5bcf41b5370ee4d5723b3957d2c841aee1e100f3c2ca497f0651f777acd39ceaefeec2737ec254165280446fe51a4ef5cf81ef64b0 WHIRLPOOL 6ff09c048eb639b424a6b32cac88877d11d150f06a1bb482061dc8561c304afc3dbede3610a523a450a1792fd768e713c36dba04ca16501f090a803d7326dd87 diff --git a/dev-lisp/ecls/ecls-12.12.1-r5.ebuild b/dev-lisp/ecls/ecls-12.12.1-r5.ebuild new file mode 100644 index 000000000000..213c5f48b5ce --- /dev/null +++ b/dev-lisp/ecls/ecls-12.12.1-r5.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.12.1-r5.ebuild,v 1.1 2013/05/29 13:24:25 grozin Exp $ + +EAPI=5 +inherit eutils multilib + +MY_P=ecl-${PV} + +DESCRIPTION="ECL is an embeddable Common Lisp implementation." +HOMEPAGE="http://ecls.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" +RESTRICT="mirror" + +LICENSE="BSD LGPL-2" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="debug emacs gengc precisegc sse +threads +unicode X" + +CDEPEND="dev-libs/gmp + virtual/libffi + >=dev-libs/boehm-gc-7.1[threads?] + >=dev-lisp/asdf-2.33-r3:=" +DEPEND="${CDEPEND} + app-text/texi2html + emacs? ( virtual/emacs >=app-admin/eselect-emacs-1.12 )" +RDEPEND="${CDEPEND}" + +S="${WORKDIR}"/${MY_P} + +pkg_setup () { + if use gengc || use precisegc ; then + ewarn "You have enabled the generational garbage collector or" + ewarn "the precise collection routines. These features are not very stable" + ewarn "at the moment and may cause crashes." + ewarn "Don't enable them unless you know what you're doing." + fi +} + +src_prepare() { + epatch "${FILESDIR}"/${PV}-headers-gentoo.patch + epatch "${FILESDIR}"/${PV}-asdf.patch + cp "${EPREFIX}"/usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die +} + +src_configure() { + econf \ + --with-system-gmp \ + --enable-boehm=system \ + --enable-longdouble \ + --with-dffi \ + $(use_enable gengc) \ + $(use_enable precisegc) \ + $(use_with debug debug-cflags) \ + $(use_with sse) \ + $(use_enable threads) \ + $(use_with threads __thread) \ + $(use_enable unicode) \ + $(use_with X x) \ + $(use_with X clx) +} + +src_compile() { + if use emacs; then + local ETAGS=$(eselect --brief etags list | sed -ne '/emacs/{p;q}') + [[ -n ${ETAGS} ]] || die "No etags implementation found" + pushd build > /dev/null || die + emake ETAGS=${ETAGS} TAGS + popd > /dev/null + else + touch build/TAGS + fi + + #parallel make fails + emake -j1 || die "Compilation failed" +} + +src_install () { + emake DESTDIR="${D}" install || die "Installation failed" + + dodoc ANNOUNCEMENT Copyright + dodoc "${FILESDIR}"/README.Gentoo + pushd build/doc + newman ecl.man ecl.1 + newman ecl-config.man ecl-config.1 + popd +} diff --git a/dev-lisp/ecls/ecls-12.12.1-r4.ebuild b/dev-lisp/ecls/ecls-13.5.1.ebuild similarity index 90% rename from dev-lisp/ecls/ecls-12.12.1-r4.ebuild rename to dev-lisp/ecls/ecls-13.5.1.ebuild index b52cf10f3d07..5d2f4a73b8b6 100644 --- a/dev-lisp/ecls/ecls-12.12.1-r4.ebuild +++ b/dev-lisp/ecls/ecls-13.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-12.12.1-r4.ebuild,v 1.1 2013/04/20 14:33:37 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-13.5.1.ebuild,v 1.1 2013/05/29 13:24:25 grozin Exp $ EAPI=5 inherit eutils multilib @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" RESTRICT="mirror" LICENSE="BSD LGPL-2" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="debug emacs gengc precisegc sse +threads +unicode X" @@ -39,7 +39,7 @@ pkg_setup () { src_prepare() { epatch "${FILESDIR}"/${PV}-headers-gentoo.patch - cp /usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die + cp "${EPREFIX}"/usr/share/common-lisp/source/asdf/build/asdf.lisp contrib/asdf/ || die } src_configure() { diff --git a/dev-lisp/ecls/files/12.12.1-asdf.patch b/dev-lisp/ecls/files/12.12.1-asdf.patch new file mode 100644 index 000000000000..344555ccfb44 --- /dev/null +++ b/dev-lisp/ecls/files/12.12.1-asdf.patch @@ -0,0 +1,12 @@ +--- src/compile.lsp.in.orig 2013-05-23 22:24:01.858778565 +1200 ++++ src/compile.lsp.in 2013-05-23 22:24:20.478785499 +1200 +@@ -205,8 +205,7 @@ + ;;; + #+WANTS-ASDF + (build-module "asdf" +- '("ext:asdf;asdf.lisp" +- "ext:asdf;asdf-bundle.lisp") ++ '("ext:asdf;asdf.lisp") + :dir "build:ext;" + :prefix "EXT" + :builtin #+:BUILTIN-ASDF t #-:BUILTIN-ASDF nil) diff --git a/dev-lisp/ecls/files/13.5.1-headers-gentoo.patch b/dev-lisp/ecls/files/13.5.1-headers-gentoo.patch new file mode 100644 index 000000000000..958b948bac41 --- /dev/null +++ b/dev-lisp/ecls/files/13.5.1-headers-gentoo.patch @@ -0,0 +1,13 @@ +diff -r -U1 ecl-13.5.1.orig/src/h/object.h ecl-13.5.1/src/h/object.h +--- ecl-13.5.1.orig/src/h/object.h 2013-05-28 03:37:36.000000000 +0700 ++++ ecl-13.5.1/src/h/object.h 2013-05-29 19:23:34.000000000 +0700 +@@ -25,4 +25,9 @@ + ++#ifndef TRUE + #define TRUE 1 /* boolean true value */ ++#endif ++ ++#ifndef FALSE + #define FALSE 0 /* boolean false value */ ++#endif + diff --git a/dev-python/apsw/Manifest b/dev-python/apsw/Manifest index 592faf1a8ec7..bcc09bbb0093 100644 --- a/dev-python/apsw/Manifest +++ b/dev-python/apsw/Manifest @@ -4,3 +4,4 @@ DIST apsw-3.7.14.1-r1.zip 678959 SHA256 690277428925231057382150a6073c2bea8026d4 DIST apsw-3.7.15.1-r1.zip 679379 SHA256 148a1c2059457ed3c09c926a5daa2b70330b00e7036077cbb7b4f6fbf428f6da SHA512 a32c4a60177a31886baba6e236aa9cef42a8952fc0b55f8524a8c5e73cd8e8be6f558cce5f45731f9392337a2d5d7227c186d6e55fa8c91b1bf458effb64fd1f WHIRLPOOL 63a77aa8772554815ef49805e9b4a57dbb0655e91df2906d9d8de8e09b5ad7764d4a99d22db2ac1101a7ea518af265fdc1406142fa1520f4aac8823d8bd1b88e DIST apsw-3.7.15.2-r1.zip 679611 SHA256 2c0e66506aa8f0101252a3768c0592735f6b87876098774db6acfdbe32394855 SHA512 edb4b32486c3e072916475da4698142b859e93699beb217a5df0689e3ebde461a2e4a8c56fe3b1761f6c81d548e79e537edf809712528ae1277cead8c3050708 WHIRLPOOL e75f216fda2166d598149a99c1218ea7fc6aeef6c5aef7cc8f4cdb5fe6e322eb9b817c36f528fb639361518efa343f9007ffb9f2835f1d7f65acdfa2d18b0833 DIST apsw-3.7.16.2-r1.zip 657991 SHA256 cc8a05932c4416643e62c832677e4db245dedeacc0a1bc41ecf9f646f98ae42d SHA512 79bc4a619f1230a4967a620a0e622f793cdcfb42a63f21e853b187f56895ca7e90a712247d509cf44b5d56974443870c5015b803a9a61424749d02ca8e19f933 WHIRLPOOL b53b9d4349f70ca8e2a8b52ad32ae98c486d26533c560d4860c3ccf00c20ddb1eed0096e21b75537eea443ddf646bc0a8eb0a66d403d67e3c7447fe02b001bc6 +DIST apsw-3.7.17-r1.zip 659131 SHA256 4e58472b6adff5aec9830ae209d65815d0d6ca74878d6cfed7becbbadec096b7 SHA512 0b974c9daf3409572e99d9420f9da834c7a84a4f96faf16574370531e2f6d2f553b54ed776ce9b29fd75aaf5caaedcff7a01bbf60d02ebc76eaa08320952829f WHIRLPOOL 5ecaed829d15a155a9e3d59d035d27872436dec68ce97275b40bc5d2ca0951c8df210f77974768ec4d0a6aba3dbae51c513e2db237100a88f225ec04688150ca diff --git a/dev-python/apsw/apsw-3.7.17_p1.ebuild b/dev-python/apsw/apsw-3.7.17_p1.ebuild new file mode 100644 index 000000000000..260a56711eb9 --- /dev/null +++ b/dev-python/apsw/apsw-3.7.17_p1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/apsw/apsw-3.7.17_p1.ebuild,v 1.1 2013/05/30 01:07:04 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) + +inherit distutils-r1 + +MY_P=${PN}-${PV/_p/-r} + +DESCRIPTION="APSW - Another Python SQLite Wrapper" +HOMEPAGE="http://code.google.com/p/apsw/" +SRC_URI="http://apsw.googlecode.com/files/${MY_P}.zip" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-db/sqlite-${PV%_p*}[extensions]" +DEPEND="${RDEPEND} + app-arch/unzip" + +S=${WORKDIR}/${MY_P} + +PATCHES=( "${FILESDIR}"/${PN}-3.6.20.1-fix_tests.patch ) + +python_compile() { + if [[ ${EPYTHON} == python2* ]]; then + local CFLAGS="${CFLAGS} -fno-strict-aliasing" + export CFLAGS + fi + distutils-r1_python_compile --enable=load_extension +} + +src_test() { + # tests use overlapping database files + local DISTUTILS_NO_PARALLEL_BUILD=1 + distutils-r1_src_test +} + +python_test() { + "${PYTHON}" setup.py build_test_extension || die "Building of test loadable extension failed" + "${PYTHON}" tests.py -v || die +} + +python_install_all() { + distutils-r1_python_install_all + if use doc ; then + dohtml -r doc/* + fi +} diff --git a/dev-python/biplist/Manifest b/dev-python/biplist/Manifest index c722c9f21c81..3965284f0897 100644 --- a/dev-python/biplist/Manifest +++ b/dev-python/biplist/Manifest @@ -1,2 +1 @@ -DIST biplist-0.4.tar.gz 12483 SHA256 afa4fe073c2be8c349fe2ad15d0e82e63a7c8d72f1652839f40ffef1879c46a0 SHA512 130aabe37858c42174f235a4cc66e5b255c1c40bfc17b8014b3aac504361a7bbb4f32e74c642081ebdb253fe567ecd215eafc8f2123cad14d65d8b3cd1c18c97 WHIRLPOOL 629fe247e2d59071222e6cbec94f97d1a12419426e4722053f9a75079a8d155cf6ef5aa6ca0985053eb9baea22131a8471aeb0cb66d7a3f7ebff377c8eaffc43 DIST biplist-0.5.tar.gz 13306 SHA256 322405634a2d7c7ef206589d4be7f17c33c2954d4d1678b84c013bed77cf7ad1 SHA512 81be0226960caff458090c9d72586c053bbf5ac91ffa207ee8e2132b2d771447a175edf1ac08f20bd2fe13e29d2508f4ddf0f83eefd9f0cd8e2c350a3056eaa9 WHIRLPOOL 02c68d5168505f8b00ef2b839f753bceadb9868e28aa5aa1d433ff1ff2d75cb566786b32be4161af825921e1c05ed0908449f796fde1d9db0bf14278148e0d2a diff --git a/dev-python/biplist/biplist-0.4.ebuild b/dev-python/biplist/biplist-0.4.ebuild deleted file mode 100644 index ba72f1d6f8e2..000000000000 --- a/dev-python/biplist/biplist-0.4.ebuild +++ /dev/null @@ -1,25 +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/biplist/biplist-0.4.ebuild,v 1.1 2012/04/25 19:43:51 tampakrap Exp $ - -EAPI=4 -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="2.5 3.*" -DISTUTILS_SRC_TEST=nosetests -inherit distutils - -DESCRIPTION="A binary plist parser/generator for Python" -HOMEPAGE="http://pypi.python.org/pypi/biplist/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -LICENSE="BSD" -SLOT="0" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/coverage - dev-python/setuptools - test? ( dev-python/nose )" diff --git a/dev-python/biplist/biplist-0.5-r1.ebuild b/dev-python/biplist/biplist-0.5-r1.ebuild new file mode 100644 index 000000000000..13492725f5c9 --- /dev/null +++ b/dev-python/biplist/biplist-0.5-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/biplist/biplist-0.5-r1.ebuild,v 1.1 2013/05/29 07:02:47 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_6,2_7,3_2,3_3} ) +#DISTUTILS_SRC_TEST=nosetests +inherit distutils-r1 + +DESCRIPTION="A binary plist parser/generator for Python" +HOMEPAGE="http://pypi.python.org/pypi/biplist/ https://github.com/wooster/biplist" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +LICENSE="BSD" +SLOT="0" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] + dev-python/coverage[${PYTHON_USEDEP}] )" + +python_test() { + # https://github.com/wooster/biplist/issues/5 + nosetests || die "Tests failed under ${EPYTHON}" +} diff --git a/dev-python/biplist/biplist-0.5.ebuild b/dev-python/biplist/biplist-0.5.ebuild deleted file mode 100644 index b32ef310bb94..000000000000 --- a/dev-python/biplist/biplist-0.5.ebuild +++ /dev/null @@ -1,26 +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/biplist/biplist-0.5.ebuild,v 1.1 2012/06/28 06:11:53 patrick Exp $ - -EAPI=4 -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="2.5 3.*" -DISTUTILS_SRC_TEST=nosetests -inherit distutils - -DESCRIPTION="A binary plist parser/generator for Python" -HOMEPAGE="http://pypi.python.org/pypi/biplist/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -LICENSE="BSD" -SLOT="0" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/coverage - dev-python/setuptools - test? ( dev-python/nose - dev-python/six )" diff --git a/dev-python/boto/Manifest b/dev-python/boto/Manifest index 26ad3cb5ca39..c63d4464b83d 100644 --- a/dev-python/boto/Manifest +++ b/dev-python/boto/Manifest @@ -6,3 +6,4 @@ DIST boto-2.8.0.tar.gz 743925 SHA256 f520cec579a11c99b510e06d16f484ce877f5b75eea DIST boto-2.9.2.tar.gz 875951 SHA256 be7b58fb34a9ceb136c4aadcb3e1a926e8a3fde4ebcc55c940b8c69a9dcbba4a SHA512 fb384d36d1aab5cef668a7e5477fd2ea525162dd388af67115aa04f47fbe060f8683ce147e4a5d31625ee7948a8546d62465dae41911400cbdfc478e02db4cf5 WHIRLPOOL 7c1b1317f84e42659b9b020b9ba83bf225ee853cb2b6ac183796435f4e29577418fe941865a7c71ecb4bde12daae1a1d141d7f87a8a4756342fb6cfbcd1cd388 DIST boto-2.9.3.tar.gz 915218 SHA256 57ec51f2dbcfe8ef444d355096b55bfbbf6b04b34de700ff79ba7a8cf24ea39d SHA512 b1d4874b8577c258f54a5372a734f953e1ee069eb001728f1dc1d8b66c47168e547f72f749f10ac4f2c283c8f5d155269ae361fef8e6b59c2a178fa92c7f0b7f WHIRLPOOL 30bcc0e53362bd59aa76c0a4c77380a9d6effa63f5c9a3e6e4499dc0bcfee71efcb7aa6d6cd819a479f8f30ad2f410dbbeab57ff9f1f0e441acd67bb57e5057b DIST boto-2.9.4.tar.gz 916124 SHA256 9e4747923c1c92c15d330dd29427306af24f05ee2fa6eb80debde0dea1b6bd2f SHA512 051136f68b5055696647f82c111821ddf80a427a9e87681cac94d4c92950ce54f20195fb93e33b83844ee921f09db45c7b973fee60685df7df0fc44e95cb4593 WHIRLPOOL 2b054cfba368f7f97245d41a30b5a272111c58c54a847fd593cfb83d819cddfc72acba969565fc6793335166797e03502e0c78613dacb1b8c478005d973f0f50 +DIST boto-2.9.5.tar.gz 921725 SHA256 4684b9f8ef57b397954089006306d37fc595a4f6ac04882143fd7e861944cab6 SHA512 77881c5a5e8389b92e60e638fba39f534f7d5d10ab4318bdd933b3a156d6003fd7c5fb25a5d00cb5b7e90c0bd03d1e709e0a9e4c27a1889b8ca879f94391ba92 WHIRLPOOL 28eba724e037fd34831b52eaa154b9110c26737a8fbf34c98b91d427f8d1000debad19bdf6d69474705e62c79431f3d28965c8e88651d262c4d64415636fd708 diff --git a/dev-python/boto/boto-2.9.5.ebuild b/dev-python/boto/boto-2.9.5.ebuild new file mode 100644 index 000000000000..b67ddf505eba --- /dev/null +++ b/dev-python/boto/boto-2.9.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.9.5.ebuild,v 1.1 2013/05/29 08:27:16 radhermit Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Amazon Web Services API" +HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/m2crypto )" +RDEPEND="dev-python/m2crypto" + +# requires Amazon Web Services keys to pass some tests +RESTRICT="test" + +python_test() { + esetup.py test +} diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest index 13d3083be47c..08bc16d3473a 100644 --- a/dev-python/django-compressor/Manifest +++ b/dev-python/django-compressor/Manifest @@ -1 +1 @@ -DIST django-compressor-1.1.2.tar.gz 59735 SHA256 d164a428248fd62af402920bead041fd9622e76bcade80ff6e782788e8aca0bc SHA512 bfdb586d1241e509e3271a1c7a9aabc9d2e24cd15f6e3249811ace5444e89a621b079e2ca4b5ccbf502556afe3b615878d3a5fe17f97b9ef049a34c7944d42b3 WHIRLPOOL b531c0fd62e31402090d9e478ed9092a991cf1d19c1dd4f7debd306dd149e7c63e8b2949c919afd6ad66b4381d002b62107e3a3c8cf48e9600ba77d830785f1e +DIST django-compressor-1.3.tar.gz 91190 SHA256 66ff1a845a6c1b16c4cf552ee3d746033979e46cd9bd5d999d4b5dae93327a52 SHA512 73d7ed68c9050945968324eb061e8bf605c3758d4df924c8e12b326cd823b1ec92aef7b984fd282cb491ef3025a3ae5733f03063036361fdd0f1e0a23e875ea2 WHIRLPOOL aea5f2cd38f54a25b7b2f5053d7ce5d7fdead1a4d7e98a15a555cd56089641103f47bf5ba65a1e493f198c9a26f9b0086107ea8270f635954a420845a53f66f5 diff --git a/dev-python/django-compressor/django-compressor-1.1.2.ebuild b/dev-python/django-compressor/django-compressor-1.1.2.ebuild deleted file mode 100644 index 3a83763d01a4..000000000000 --- a/dev-python/django-compressor/django-compressor-1.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/django-compressor/django-compressor-1.1.2.ebuild,v 1.1 2012/04/25 12:37:22 tampakrap Exp $ - -EAPI=4 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="3.*" -inherit distutils - -MY_PN="${PN/-/_}" -DESCRIPTION="Allows to define regrouped/postcompiled content 'on the fly' inside of django template" -HOMEPAGE="http://pypi.python.org/pypi/django_compressor/" -SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -LICENSE="MIT" -SLOT="0" - -PYTHON_MODNAME="compressor" - -# tests I think worked in the live ebuild fine. It's tripping over a -# setting missing; COMPRESS_ROOT in compressor/conf.py -RESTRICT="test" -S=${WORKDIR}/${MY_PN}-${PV} - -RDEPEND="" -DEPEND="${RDEPEND} >=dev-python/django-1.1.4 - dev-python/setuptools - dev-python/django-appconf - dev-python/versiontools - test? ( dev-python/twill )" - -src_test() { - export DJANGO_SETTINGS_MODULE="django.conf" - testing() { - local test - for test in tests/tests/*.py - do - PYTHONPATH=. "$(PYTHON)" "${test}" || die "${test} failed with Python ${PYTHON_ABI}" - einfo "Test "${test}" completed OK" - done - } - python_execute_function testing -} - -src_install() { - distutils_src_install - if use doc; then - dohtml -r compressor/ - fi -} diff --git a/dev-python/django-compressor/django-compressor-1.3.ebuild b/dev-python/django-compressor/django-compressor-1.3.ebuild new file mode 100644 index 000000000000..a0459bf9261c --- /dev/null +++ b/dev-python/django-compressor/django-compressor-1.3.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-compressor/django-compressor-1.3.ebuild,v 1.1 2013/05/29 11:54:23 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +MY_PN="${PN/-/_}" +DESCRIPTION="Allows to define regrouped/postcompiled content 'on the fly' inside of django template" +HOMEPAGE="http://pypi.python.org/pypi/django_compressor/" +SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +LICENSE="MIT" +SLOT="0" + +S=${WORKDIR}/${MY_PN}-${PV} + +RDEPEND=">=dev-python/django-1.1.4[${PYTHON_USEDEP}] + >=dev-python/django-appconf-0.4[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/versiontools[${PYTHON_USEDEP}] + test? ( dev-python/twill[${PYTHON_USEDEP}] )" + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + export DJANGO_SETTINGS_MODULE="django.conf" + export SECRET_KEY="green" + local test + for test in compressor/tests/test_*.py + do + if "${PYTHON}" -c \ + "from django.conf import global_settings;global_settings.SECRET_KEY='$SECRET_KEY'" ${test} + then + einfo "Test ${test} completed under ${EPYTHON}" + else + die "${test} failed with Python ${EPYTHON}" + fi + done +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/_build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/django-tastypie/Manifest b/dev-python/django-tastypie/Manifest index 7179373c8494..ee05bfe36bd1 100644 --- a/dev-python/django-tastypie/Manifest +++ b/dev-python/django-tastypie/Manifest @@ -1 +1 @@ -DIST django-tastypie-0.9.11.tar.gz 519484 SHA256 6425f065aae6a6a3aecf6c83ed728efbd1f490ce32aabd16ddcdfb5826c74214 SHA512 3d0648a6c78a8d46e76df65d25f1886895f88000c6f039da62fe064006ccc69aadbbe5a4ba896922059750bdf0d1d79351d42f3071d278833d6b106ea191e7a4 WHIRLPOOL 029f061dd22af0317dfdc7ba356af333eee9ff78b33b74a69418a9c297a942e50b635b33f755bdbc6d24b9802e2cd4945c7c2fec3a8365a1fd3e4956cf10a208 +DIST django-tastypie-0.9.15.tar.gz 722222 SHA256 a0ac317e6b97ca152718a847729c3867a674397e5c3c335f6eed3696c8a1b016 SHA512 7a0f2ef7afe11a2b95121c7715932294cb236de65f9ba7cde4c1083a339e0790f3e3c6ecdbd70556f38baa1f23f1900e3183938aed947555b20f0d6858bb8e22 WHIRLPOOL 9bf2eed048663309e91989b85504105cf56a12dfdc5b78d43889349d7717f74779e8a40807afe155f249a63a43bb440a702129b055ba90cb27571d24c87bedd4 diff --git a/dev-python/django-tastypie/django-tastypie-0.9.11-r1.ebuild b/dev-python/django-tastypie/django-tastypie-0.9.11-r1.ebuild deleted file mode 100644 index 31cc8181fb05..000000000000 --- a/dev-python/django-tastypie/django-tastypie-0.9.11-r1.ebuild +++ /dev/null @@ -1,45 +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/django-tastypie/django-tastypie-0.9.11-r1.ebuild,v 1.1 2012/05/08 12:23:05 iksaif Exp $ - -EAPI=4 -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="3.*" -inherit distutils - -DESCRIPTION="A flexible and capable API layer for django utilising serialisers" -HOMEPAGE="http://pypi.python.org/pypi/django-tastypie/ https://github.com/toastdriven/django-tastypie" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -IUSE="bip doc digest lxml oauth yaml" - -LICENSE="BSD" -SLOT="0" -PYTHON_MODNAME="tastypie" - -RDEPEND=">=dev-python/mimeparse-0.1.3 - dev-python/python-dateutil - bip? ( dev-python/biplist ) - digest? ( dev-python/python-digest ) - oauth? ( dev-python/oauth2 dev-python/django-oauth-plus ) - lxml? ( dev-python/lxml ) - yaml? ( dev-python/pyyaml )" -DEPEND="${RDEPEND} >=dev-python/django-1.2.5 - dev-python/setuptools" - -src_compile() { - if use doc; then - emake -C docs html - fi -} - -src_install() { - distutils_src_install - if use doc; then - docompress -x usr/share/doc/${PF}/doctrees - dohtml -r docs/_build/html/ - insinto usr/share/doc/${PF}/doctrees - doins -r docs/_build/doctrees/ - fi -} diff --git a/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild b/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild new file mode 100644 index 000000000000..65214d04c219 --- /dev/null +++ b/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-tastypie/django-tastypie-0.9.15.ebuild,v 1.1 2013/05/29 07:56:40 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="A flexible and capable API layer for django utilising serialisers" +HOMEPAGE="http://pypi.python.org/pypi/django-tastypie/ https://github.com/toastdriven/django-tastypie" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +IUSE="bip doc digest lxml oauth test yaml" + +LICENSE="BSD" +SLOT="0" + +RDEPEND=">=dev-python/mimeparse-0.1.3[${PYTHON_USEDEP}] + >=dev-python/python-dateutil-1.5[${PYTHON_USEDEP}] + !=dev-python/python-dateutil-2.0 + dev-python/django[${PYTHON_USEDEP}] + bip? ( dev-python/biplist[${PYTHON_USEDEP}] ) + digest? ( dev-python/python-digest[${PYTHON_USEDEP}] ) + oauth? ( dev-python/oauth2[${PYTHON_USEDEP}] dev-python/django-oauth-plus[${PYTHON_USEDEP}] ) + lxml? ( dev-python/lxml[${PYTHON_USEDEP}] ) + yaml? ( dev-python/pyyaml[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND} >=dev-python/django-1.2.5[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/mock[${PYTHON_USEDEP}] )" + +python_compile_all() { + use doc && emake -C docs html +} + +python_test() { + export DJANGO_SETTINGS_MODULE="django.conf" + export SECRET_KEY='green' + if ! "${PYTHON}" -c \ + "from django.conf import global_settings;global_settings.SECRET_KEY='$SECRET_KEY'" \ + -m tastypie.test; then + die "test ${test} failed under ${EPYTHON}" + else + einfo "test ${test} passed under ${EPYTHON}" + fi +} + +python_install_all() { + use doc && local HTML_DOCS=( docs/_build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/django-xslt/django-xslt-0.4.5-r1.ebuild b/dev-python/django-xslt/django-xslt-0.4.5-r1.ebuild new file mode 100644 index 000000000000..cd40ecc93ff7 --- /dev/null +++ b/dev-python/django-xslt/django-xslt-0.4.5-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-xslt/django-xslt-0.4.5-r1.ebuild,v 1.2 2013/05/29 14:51:42 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz + test? ( http://dev.gentoo.org/~tampakrap/tarballs/${PN}-demoapp-0.4.5_p20120427.tar.bz2 )" + +DESCRIPTION="an XSLT template system for Django" +HOMEPAGE="http://pypi.python.org/pypi/django-xslt/" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +LICENSE="BSD" +SLOT="0" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/django[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/lxml[${PYTHON_USEDEP}] )" + +python_test() { + export SECRET_KEY="green" + pushd "${WORKDIR}/demoapp" > /dev/null + if ! "${PYTHON}" -c "from django.conf import global_settings;global_settings.SECRET_KEY='$SECRET_KEY'" \ + manage.py test; then + die "tests failed under ${EPYTHON}" + else + einfo "tests passed under ${EPYTHON}" + fi +} diff --git a/dev-python/django-xslt/django-xslt-0.4.5.ebuild b/dev-python/django-xslt/django-xslt-0.4.5.ebuild deleted file mode 100644 index eda574204894..000000000000 --- a/dev-python/django-xslt/django-xslt-0.4.5.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/django-xslt/django-xslt-0.4.5.ebuild,v 1.1 2012/04/27 13:48:21 tampakrap Exp $ - -EAPI=4 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="3.*" -inherit distutils - -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - test? ( http://dev.gentoo.org/~tampakrap/tarballs/${PN}-demoapp-0.4.5_p20120427.tar.bz2 )" - -DESCRIPTION="A configurable set of panels that display debug information" -HOMEPAGE="http://pypi.python.org/pypi/django-xslt/" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -LICENSE="BSD" -SLOT="0" -PYTHON_MODNAME="djangoxslt" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/django - dev-python/setuptools - test? ( dev-python/lxml )" - -src_test() { - testing() { - pushd "${WORKDIR}/demoapp" > /dev/null - PYTHONPATH="${S}/build-${PYTHON_ABI}/lib/" \ - "$(PYTHON)" manage.py test - popd "${WORKDIR}/demoapp" > /dev/null - } - python_execute_function testing -} diff --git a/dev-python/dnspython/dnspython-1.10.0-r1.ebuild b/dev-python/dnspython/dnspython-1.10.0-r1.ebuild new file mode 100644 index 000000000000..ff1897ac5e3b --- /dev/null +++ b/dev-python/dnspython/dnspython-1.10.0-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/dnspython/dnspython-1.10.0-r1.ebuild,v 1.1 2013/05/29 17:09:00 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="DNS toolkit for Python" +HOMEPAGE="http://www.dnspython.org/ http://pypi.python.org/pypi/dnspython" +SRC_URI="http://www.dnspython.org/kits/${PV}/${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" +IUSE="examples test" + +DEPEND="dev-python/pycrypto[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +DOCS=( ChangeLog README ) + +python_prepare_all() { + use test && DISTUTILS_IN_SOURCE_BUILD=1 + distutils-r1_python_prepare_all +} + +python_test() { + pushd "${BUILD_DIR}"/../tests &> /dev/null + local test + for test in *.py; do + if ! "${PYTHON}" ${test}; then + die "test $test failed under ${EPYTHON}" + else + einfo "test $test" + fi + done + # make some order out of the output salad + einfo "Testsuite passed under ${EPYTHON}" +} + +python_install_all() { + use examples && local EXAMPLES=( examples/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/doit/doit-0.20.0.ebuild b/dev-python/doit/doit-0.20.0.ebuild index c358fe6e0d10..2891ce766166 100644 --- a/dev-python/doit/doit-0.20.0.ebuild +++ b/dev-python/doit/doit-0.20.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.20.0.ebuild,v 1.1 2013/02/02 09:17:36 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/doit/doit-0.20.0.ebuild,v 1.2 2013/05/29 19:50:14 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) inherit eutils distutils-r1 DESCRIPTION="Automation tool" @@ -13,10 +13,35 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="" +IUSE="test" DEPEND="" -RDEPEND="dev-python/pyinotify" +RDEPEND="dev-python/pyinotify[${PYTHON_USEDEP}]" + +python_prepare_all() { + use test && DISTUTILS_IN_SOURCE_BUILD=1 + sed -e 's:from .conf:from conf:' -i tests/test_dependency.py || die + distutils-r1_python_prepare_all +} + +python_test() { + local test + # https://bitbucket.org/schettino72/doit/issue/48/test-suite-has-me-perplexed-doit-0200 + # "${PYTHON}" runtests.py # How it's supposed to work + # How it works + if [[ "${EPYTHON}" == python3* ]]; then + einfo "tests don't work for py3" + else + for test in tests/test_*.py + do + if ! "${PYTHON}" $test; then + die "Test $test failed under ${EPYTHON}" + else + einfo "Test ${test#tests/} passed under ${EPYTHON}" + fi + done + fi +} src_install() { distutils-r1_src_install diff --git a/dev-python/feedgenerator/feedgenerator-1.5.ebuild b/dev-python/feedgenerator/feedgenerator-1.5.ebuild index 5d0589082d97..dbeb56e66cc0 100644 --- a/dev-python/feedgenerator/feedgenerator-1.5.ebuild +++ b/dev-python/feedgenerator/feedgenerator-1.5.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/feedgenerator/feedgenerator-1.5.ebuild,v 1.1 2013/01/21 14:11:24 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/feedgenerator/feedgenerator-1.5.ebuild,v 1.2 2013/05/29 05:49:36 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 DESCRIPTION="Standalone version of django.utils.feedgenerator" diff --git a/dev-util/jedi/Manifest b/dev-python/jedi/Manifest similarity index 100% rename from dev-util/jedi/Manifest rename to dev-python/jedi/Manifest diff --git a/dev-util/jedi/jedi-0.5_beta5.ebuild b/dev-python/jedi/jedi-0.5_beta5.ebuild similarity index 81% rename from dev-util/jedi/jedi-0.5_beta5.ebuild rename to dev-python/jedi/jedi-0.5_beta5.ebuild index de2fb98c0ba3..429aa1968e46 100644 --- a/dev-util/jedi/jedi-0.5_beta5.ebuild +++ b/dev-python/jedi/jedi-0.5_beta5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jedi/jedi-0.5_beta5.ebuild,v 1.4 2013/05/20 08:31:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.5_beta5.ebuild,v 1.1 2013/05/30 01:16:11 radhermit Exp $ EAPI=5 diff --git a/dev-util/jedi/jedi-0.6.0.ebuild b/dev-python/jedi/jedi-0.6.0.ebuild similarity index 82% rename from dev-util/jedi/jedi-0.6.0.ebuild rename to dev-python/jedi/jedi-0.6.0.ebuild index 294c6619a5dc..56b3344cd7f3 100644 --- a/dev-util/jedi/jedi-0.6.0.ebuild +++ b/dev-python/jedi/jedi-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/jedi/jedi-0.6.0.ebuild,v 1.1 2013/05/15 17:29:32 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.6.0.ebuild,v 1.1 2013/05/30 01:16:11 radhermit Exp $ EAPI=5 diff --git a/dev-util/jedi/metadata.xml b/dev-python/jedi/metadata.xml similarity index 100% rename from dev-util/jedi/metadata.xml rename to dev-python/jedi/metadata.xml diff --git a/dev-python/markdown/markdown-2.3.1.ebuild b/dev-python/markdown/markdown-2.3.1.ebuild index 64c9db8deff8..a298be6caddf 100644 --- a/dev-python/markdown/markdown-2.3.1.ebuild +++ b/dev-python/markdown/markdown-2.3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.3.1.ebuild,v 1.1 2013/03/26 06:19:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/markdown/markdown-2.3.1.ebuild,v 1.2 2013/05/29 06:06:27 idella4 Exp $ EAPI=5 # python3.3 because of dev-python/pygments -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy{1_9,2_0} ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 diff --git a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild index 4dab3d0165d0..59eb6246f0c4 100644 --- a/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.7 2013/05/16 13:19:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.8 2013/05/29 17:18:38 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) inherit distutils-r1 @@ -20,8 +20,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" python_install_all() { - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins python2/examples/* || die "Installation of examples failed" - fi + use examples && local EXAMPLES=( python2/examples/. ) + distutils-r1_python_install_all } diff --git a/dev-python/python-keystoneclient/Manifest b/dev-python/python-keystoneclient/Manifest index 6fa1eab47fd9..e324955e69bf 100644 --- a/dev-python/python-keystoneclient/Manifest +++ b/dev-python/python-keystoneclient/Manifest @@ -1 +1 @@ -DIST python-keystoneclient-0.2.3.tar.gz 196250 SHA256 10b98946aaa98e97f032ca44848a5d84bc61d6f0b4186c635704087e72c08818 SHA512 d8a9dea1da767caf19c37fdc93c80959a83e78e8b0954b54edcffeebc4ca0bd60cc2ef716e3e4f173782d2a9bd1001825c8adab801e9dba6d3eb90c5f24f77ee WHIRLPOOL 68a5d6c640ad214924fbbad36d16cd613fe576be77d52a2a9d69346f7c9a2d7449437c53d992562233b2fda6c3c4b4c453611f7edf86c4808fbbafd02ba12e2c +DIST python-keystoneclient-0.2.4.tar.gz 194758 SHA256 1286a32cc08436410e00704177e3e5ced6ba88ac4eab62a6a55cbad7cadc6cc0 SHA512 e064e9fa7118f300467910b33fa693842db10326dd3c75701fba7edb76896c1fedbec8fbbe2f56e7260ecbfe35b4ee9fac463fcc0f93e47496a57516f708a472 WHIRLPOOL dad8fec545130c74780d1eff49642c8e0b48914a16e9ee4e7215a12d3e3a488c7b85c7d837d041caae8a7ca54570ba750f435e4c718479e8aa9abdaedf33ad6a diff --git a/dev-python/python-keystoneclient/python-keystoneclient-0.2.3-r2.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild similarity index 87% rename from dev-python/python-keystoneclient/python-keystoneclient-0.2.3-r2.ebuild rename to dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild index eead9059df1a..01099af6fc1a 100644 --- a/dev-python/python-keystoneclient/python-keystoneclient-0.2.3-r2.ebuild +++ b/dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.3-r2.ebuild,v 1.1 2013/05/24 14:54:20 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-0.2.4.ebuild,v 1.1 2013/05/29 15:40:04 prometheanfire Exp $ EAPI=5 #restricted due to packages missing and bad depends in the test ==webob-1.0.8 @@ -43,10 +43,8 @@ RDEPEND="dev-python/iso8601[${PYTHON_USEDEP}] virtual/python-argparse[${PYTHON_USEDEP}]" PATCHES=( - "${FILESDIR}/0.2.3-CVE-2013-2013.patch" - "${FILESDIR}/0.2.3-upstream-1181157.patch" - "${FILESDIR}/0.2.3-CVE-2013-2030.patch" - ) +) +# "${FILESDIR}/0.2.3-CVE-2013-2104.patch" python_test() { ${PYTHON} setup.py nosetests || die diff --git a/dev-python/unidecode/unidecode-0.04.9-r1.ebuild b/dev-python/unidecode/unidecode-0.04.9-r1.ebuild index e18be25a66e6..911ea9785667 100644 --- a/dev-python/unidecode/unidecode-0.04.9-r1.ebuild +++ b/dev-python/unidecode/unidecode-0.04.9-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9-r1.ebuild,v 1.1 2013/04/08 13:41:18 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9-r1.ebuild,v 1.2 2013/05/29 05:55:13 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy2_0 ) MY_PN=Unidecode MY_P=${MY_PN}-${PV} diff --git a/dev-ruby/jquery-rails/Manifest b/dev-ruby/jquery-rails/Manifest index 980e7d6e0c30..dcec87e7fe1b 100644 --- a/dev-ruby/jquery-rails/Manifest +++ b/dev-ruby/jquery-rails/Manifest @@ -4,3 +4,4 @@ DIST jquery-rails-2.1.3.gem 268800 SHA256 71d80b10a45fa95e61f34731311878e9f690b6 DIST jquery-rails-2.1.4.gem 301568 SHA256 03acc05e3513144c3eab7561d115507768b194ad2edd9806f9138ff0621a1f70 SHA512 864c65f4a22f7ee8db8ec5f81b75746de296329759aae8727c7b49f773f8a59afcd720b7594bb7da62db8e75f386db3c568bdfa860574c7d0f1c9adc75d1b222 WHIRLPOOL ab76aa524dd7ff01c65f4103c1caa73224961bbc19b87dcb50e8d52190dc2d6a14c73a9675d054f27f26c3e1ee6f4a4899dd44ae337c3049880a03fd030f989a DIST jquery-rails-2.2.0.gem 356864 SHA256 f2865a362ea1e1efc279a21ab896d1958ced79fef8b572879a7a03d45f9ec47c SHA512 f2106181fc029e17bed65186f1165f286a30278a7ce1e5fc69d653324177b2e6b5ead8965de52c0bf791955a724f17bae499ec75aa51247309808631a9aa0ef4 WHIRLPOOL f14528206593bebc510295887626a157aa8a2fe9e694252917e63cc3eb5b630cfdefda99e2fdb320cfb489bf702803b0d0ad35fd6fdda3f85b3ab1062773d0a8 DIST jquery-rails-2.2.1.gem 356352 SHA256 dc5d3a6ad4e6566f921d877ddc73c4b4abd2394be89fa316fe7ec9c1dcc2fac0 SHA512 969a8a319d790307d07081855224e3507806e717fb3f18b6b151a39f39bf6c2ae1c7f74c3a523734ecb6e89daa2daa3f69d8c19dd83174bbe899588b40b755dc WHIRLPOOL cc0bbcd333ce435d3e207d28d9d67c155ae79a35d429d9366b5b3a07042d49dd2a09e517aa53af21c204fd1e2be7f114c2c123d152c6e8ec540e0c579d2c6d7b +DIST jquery-rails-2.2.2.gem 356352 SHA256 060d1213164e0b12633b7c6d9f40fd5da4de8a3943010363dc09d86cd10d8345 SHA512 c35e814340129869016afb4da49bcd7e64cf771111ab77ea41bf69155faced6a7f408a614b836a5f896a86d66c7267899c07cc0b33fa999637a0067cafc98e88 WHIRLPOOL 757f148f6383e0421b60ac88986ad16939c9a2286ac06adbd60ef29bfc8677104d40e29b48ae09284d4468cdbd163d2b2d90a545240b7f51a259842f0d26b313 diff --git a/dev-ruby/jquery-rails/jquery-rails-2.2.2.ebuild b/dev-ruby/jquery-rails/jquery-rails-2.2.2.ebuild new file mode 100644 index 000000000000..177e7c52c019 --- /dev/null +++ b/dev-ruby/jquery-rails/jquery-rails-2.2.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-2.2.2.ebuild,v 1.1 2013/05/30 06:09:26 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_EXTRAINSTALL="vendor" + +RUBY_FAKEGEM_GEMSPEC="jquery-rails.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="jQuery! For Rails! So great." +HOMEPAGE="http://www.rubyonrails.org" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" + +IUSE="" + +ruby_add_rdepend ">=dev-ruby/railties-3.0 >=dev-ruby/thor-0.14" + +all_ruby_prepare() { + sed -i -e '/git ls-files/d' jquery-rails.gemspec || die +} diff --git a/dev-ruby/kramdown/Manifest b/dev-ruby/kramdown/Manifest index b08fe04cafe1..e7ae67dbbfd2 100644 --- a/dev-ruby/kramdown/Manifest +++ b/dev-ruby/kramdown/Manifest @@ -1 +1,2 @@ DIST kramdown-0.14.2.gem 278528 SHA256 4351344ebf3b986990341987320d076486d5b1b63032bdf5bfb5eb10d1a43eb7 SHA512 07f3f3b300497196463f660d3d5ec3548c91df79592320e8469a475ced70df21da921d0b00daa1410a9ee9d3ebc0bc4aa12338eabc76d1303264385d6e6f86d2 WHIRLPOOL 473669c9267ed914407214fee7c4c16cf058be4bed5cbef498728578f57fe8550fe2cf7b57889e644a269442560fb2b7b9771f16e3b0c254b20b3760139344cd +DIST kramdown-1.0.2.gem 214528 SHA256 730834b6d572ae67752f49e5670af51318a5da9a386ccbfd2a92ba29ec3a60dc SHA512 a5a65d23bf2edc935b9f356648d8966edc697f924dd5447df4d243c932e3f05a08c35d63a4bc0d3c28b941a84f97a98084dca2ded5d601477a446ea9e95e4eaa WHIRLPOOL 4d17b55a73a0240bc6aea5dbddaa4dbb4e12f293c4526be890bddeeab389d26d93be2d84b615a12e6cd81830fc4403255dd827cbfda77cf4019b09c249c64b02 diff --git a/dev-ruby/kramdown/kramdown-1.0.2.ebuild b/dev-ruby/kramdown/kramdown-1.0.2.ebuild new file mode 100644 index 000000000000..e64625e36889 --- /dev/null +++ b/dev-ruby/kramdown/kramdown-1.0.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-1.0.2.ebuild,v 1.1 2013/05/29 18:28:38 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_EXTRADOC="README.md AUTHORS CONTRIBUTERS" + +RUBY_FAKEGEM_EXTRAINSTALL="data" + +inherit ruby-fakegem + +DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition" +HOMEPAGE="http://kramdown.rubyforge.org/" + +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="latex" + +LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )" +RDEPEND+=" ${LATEX_DEPS}" +DEPEND+=" test? ( ${LATEX_DEPS} app-text/htmltidy )" + +ruby_add_bdepend "doc? ( dev-ruby/rdoc ) + test? ( >=dev-ruby/coderay-1.0.0 + >=dev-ruby/stringex-1.5.1 )" + +all_ruby_prepare() { + if ! use latex; then + # Remove latex tests. They will fail gracefully when latex isn't + # present at all, but not when components are missing (most + # notable ucs.sty). + sed -i -e '/latex -v/,/^ end/ s:^:#:' test/test_files.rb || die + fi +} + +all_ruby_install() { + all_fakegem_install + + doman man/man1/kramdown.1 +} diff --git a/dev-ruby/rdiscount/Manifest b/dev-ruby/rdiscount/Manifest index e988fad1de8c..07657d336271 100644 --- a/dev-ruby/rdiscount/Manifest +++ b/dev-ruby/rdiscount/Manifest @@ -1 +1,2 @@ DIST rdiscount-1.6.8.gem 53760 SHA256 a085178fc7d6372222af192bdc8aa8b6b24c8014f0c2a3c227a1c173f104d4df SHA512 c5322308dba7fae463fe93c6b2936f97392310bc866cbb4f3f359afb37110068859525427d15376312eb8be07657e50171f8bc0dcc52b6def88282180af48f58 WHIRLPOOL 89119f0434da74d8721d2c4044465215a8a7bed1fe194573b8a19295f4f752728a70b63f5345c7e0be5a135e6b3f4dd495801083984d7d47284ca083c1b9098c +DIST rdiscount-2.1.6.gem 65024 SHA256 0297f26df8ba56dd8b598c8c8c3796952a2fcf8e3b44f0a8f30cd8ce5fb214a0 SHA512 fad31cbe854f1b3ea468453787b218ba638ae77c4d702647f757e9ee546e46f0e5da289d8424c15a4df83295610c58f6fc3984bf496c292ae8e74ff5857ebd4b WHIRLPOOL 1158783edfeb5e449322611babfe84979f4e18cb548da523bf14c1c1d5cc5d933204be8c87c94191b270c386931ff8c2ab482f84088575c26fb82237c1121272 diff --git a/dev-ruby/rdiscount/rdiscount-2.1.6.ebuild b/dev-ruby/rdiscount/rdiscount-2.1.6.ebuild new file mode 100644 index 000000000000..dda7ae4eafa4 --- /dev/null +++ b/dev-ruby/rdiscount/rdiscount-2.1.6.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-2.1.6.ebuild,v 1.1 2013/05/29 18:38:44 graaff Exp $ + +EAPI=5 + +# Has a native extension without jruby support. +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_TEST="test:unit" + +RUBY_FAKEGEM_TASK_DOC="doc man" +RUBY_FAKEGEM_EXTRADOC="README.markdown" + +inherit multilib ruby-fakegem + +DESCRIPTION="Implementation of John Gruber's Markdown" +HOMEPAGE="http://github.com/rtomayko/rdiscount" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +ruby_add_bdepend "doc? ( app-text/ronn )" + +all_ruby_prepare() { + # Hanna is broken for us and therefore we don't have it in portage. + sed -i -e 's/hanna/rdoc/' Rakefile || die + + # Remove rule that will force a rebuild when running tests. + sed -i -e "/task 'test:unit' => \[:build\]/d" Rakefile || die + + # Provide RUBY variable no longer provided by rake. + sed -i -e "1 iRUBY=${RUBY}" Rakefile || die +} + +each_ruby_configure() { + ${RUBY} -Cext extconf.rb || die +} + +each_ruby_compile() { + emake V=1 -Cext || die + cp ext/*$(get_modname) lib/ || die +} + +all_ruby_install() { + all_fakegem_install + + doman man/rdiscount.1 +} diff --git a/dev-ruby/temple/Manifest b/dev-ruby/temple/Manifest index 26eff5232c3c..f9475e61a75c 100644 --- a/dev-ruby/temple/Manifest +++ b/dev-ruby/temple/Manifest @@ -1,2 +1,3 @@ DIST temple-0.5.5.gem 32768 SHA256 b18f8352f63d2852630dbced53958303b6ed9737bf2898f9acba48859cd27f90 SHA512 2c5c3b7b690952b62ba005cff1e6bb6d4b640a0395193ce5a8ebccf4384dbe40d97986b8810702d36bd948abff6cde5ad010a7163fad62bf67bcfea3ba40b71e WHIRLPOOL 1aa7585e6a134009dbd7501f6c022f5204035b969cfcd04bf4016a27f270f29756601c4fb0cf2f39e9f11343b45624f97a7403e03c9f4c436466d3f7f5b2b701 DIST temple-0.6.4.gem 34304 SHA256 6953db27d6de8f1a5bbafa49b997df7bc4760de3aa29b8af8321c90a6a8374ef SHA512 9b0f666537099e135552e01c6793247a15bc24e1ebcbb02dd0aba0313fd369f6ccb2e176132bdb47c0b09e36ae59dffb6e0d665c236bf1123b8329025f59aa53 WHIRLPOOL 9bc12c110fe14cf73052a868a431b3faa45115448cde2e6f7767bf395fa2d589b01d5ccaefc6438db485d8ed1d5f0fd98b1a2996764a8b874a0ee42b4720dbec +DIST temple-0.6.5.gem 35840 SHA256 6b238c39e0b7f8ef34bcd58e457da5c81e43d2abb9ee93ba34116da8f68f4bc5 SHA512 e2ff593507c4302e13f4774bd86047f5e27cb84b66864761220cd5ab63429d908cb19052ef79c64bd4a32cf73d4a02933e0d14cd889e6b7ff062e7a97a950393 WHIRLPOOL cce399a7354eccddb839abc50d25e1812ece5c26ea57789a18795484decf7dc87969cfe8c0111f49eead6c803bf8a6e6f35942dac226c86d90b1140addf8159e diff --git a/dev-ruby/temple/temple-0.6.5.ebuild b/dev-ruby/temple/temple-0.6.5.ebuild new file mode 100644 index 000000000000..b4883fd7b133 --- /dev/null +++ b/dev-ruby/temple/temple-0.6.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.6.5.ebuild,v 1.1 2013/05/30 06:00:36 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md" + +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="An abstraction and a framework for compiling templates to pure Ruby." +HOMEPAGE="http://github.com/judofyr/temple" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/tilt )" + +each_ruby_test() { + ${RUBY} -S bacon -Ilib -Itest --automatic --quiet || die +} diff --git a/dev-tcltk/expect-lite/Manifest b/dev-tcltk/expect-lite/Manifest index 7c159f2bbef6..511dc67b8ad3 100644 --- a/dev-tcltk/expect-lite/Manifest +++ b/dev-tcltk/expect-lite/Manifest @@ -11,3 +11,4 @@ DIST expect-lite_4.3.3.tar.gz 124141 SHA256 c73247c60a9046dbe58acc1816ea384dbd5c DIST expect-lite_4.4.0.tar.gz 134592 SHA256 ec8aac5ca2c3313b59d096114e7ee70368d021b82035878de63e5dbfc16c234a SHA512 b5fe25cb39d30fe0e65441e1510de4d0bd5e8374dfe4505d982d8778d4fa747d679fc5251ce330db0308a9795b8628270aabc1d52c453db648ae0bb9d7c9a922 WHIRLPOOL e73a8d13db5daed2d716a6df4e9e531daf252e39a4f3bdfb58255537b7def013339b11d90534b7ddf0a7955e03edb40129db4273d52bf6d3db3e06b7a0abf2e4 DIST expect-lite_4.4.1.tar.gz 134671 SHA256 0bec63a13b197acb1c803a3cab8f0aba56c5f5dc248a301644b30919a0fddaea SHA512 683d054f6e557ba114684de327a9c01fd27c5f2fdc6324a7f5b80846674e78bf8343b2ce804523df5a72ab4b77a973b571e9073aabf30f60ce4ba3a8946b6267 WHIRLPOOL 18c6180c9f5af73e93a0ffa29460a6a5a6c468e9734c78e34cc27c6509f4c0d91ee6cf5da072dfd78a0590582810eb3ce2ecfbe5c2df4188905eb15cd8d2bd2a DIST expect-lite_4.5.0.tar.gz 138091 SHA256 94b04307a4bb7e3feb6b042579743b02f09bff21f45740241004bde889f4a308 SHA512 6e94337b5438135117c1c2d863548b7a3bc1020a304ed510aa23f69b4dd2085db2ef57a2133d7dd374b16bf5b6ae24a58451655169e3d779fce59b98c9baf279 WHIRLPOOL 2d2cdb014ffb7e1bb5ee2c9e78fec274d8481d0a8539a2d25ed4cb6abd1214ef46d2ff1e6b2c8bc7bac8e8501a8d141e3b252588242121323d2debc4951d2869 +DIST expect-lite_4.6.0.tar.gz 142367 SHA256 1a094f42f8775190300309ac9cfa617c73e896cbc52614c1f5a770afe7dc9bd0 SHA512 b9c3e27503cf5b368cd3b6e4ce2006de67ea7779f40463c37f9eee23d1e54fcbbc3fda2bd236b97efe64f513d166a9c90f08e54f8e0f0147b4caa425ada231db WHIRLPOOL d8052531c122c83870bb86e11b66f82022e633d648bfe74604c603abd8f25ca3e6a41c033e98dd57bea3104531935cc20a0086c04efe8930bdd282f300473aff diff --git a/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild new file mode 100644 index 000000000000..203ff1e9947d --- /dev/null +++ b/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect-lite/expect-lite-4.6.0.ebuild,v 1.1 2013/05/29 06:44:05 vapier Exp $ + +DESCRIPTION="quick and easy command line automation tool built on top of expect" +HOMEPAGE="http://expect-lite.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug examples" + +RDEPEND="dev-tcltk/expect + debug? ( dev-tcltk/tclx )" + +S=${WORKDIR}/${PN}.proj + +src_install() { + dobin ${PN} || die + doman man/* || die + dodoc bashrc ChangeLog README + dohtml Docs/* + + if use examples ; then + docinto examples + dodoc examples/* || die + fi +} diff --git a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild index c9553e4202bb..8f7fe8f067b8 100644 --- a/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild +++ b/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild,v 1.1 2013/05/20 10:44:39 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/android-sdk-update-manager/android-sdk-update-manager-22.ebuild,v 1.2 2013/05/29 17:46:16 rich0 Exp $ EAPI="3" @@ -58,10 +58,10 @@ src_install(){ cp -pPR tools/* "${ED}${ANDROID_SDK_DIR}/tools" || die "failed to install tools" # Maybe this is needed for the tools directory too. - dodir "${ANDROID_SDK_DIR}"/{add-ons,docs,extras,platforms,platform-tools,samples,sources,system-images,temp} || die "failed to dodir" + dodir "${ANDROID_SDK_DIR}"/{add-ons,build-tools,docs,extras,platforms,platform-tools,samples,sources,system-images,temp} || die "failed to dodir" - fowners root:android "${ANDROID_SDK_DIR}"/{add-ons,docs,extras,platforms,platform-tools,samples,sources,system-images,temp,tools} || die - fperms 0775 "${ANDROID_SDK_DIR}"/{add-ons,docs,extras,platforms,platform-tools,samples,sources,system-images,temp,tools} || die + fowners root:android "${ANDROID_SDK_DIR}"/{add-ons,build-tools,docs,extras,platforms,platform-tools,samples,sources,system-images,temp,tools} || die + fperms 0775 "${ANDROID_SDK_DIR}"/{add-ons,build-tools,docs,extras,platforms,platform-tools,samples,sources,system-images,temp,tools} || die echo "PATH=\"${EPREFIX}${ANDROID_SDK_DIR}/tools:${EPREFIX}${ANDROID_SDK_DIR}/platform-tools\"" > "${T}/80${PN}" || die diff --git a/dev-util/coccinelle/Manifest b/dev-util/coccinelle/Manifest index e4bbd55522c7..86b50ee8ce63 100644 --- a/dev-util/coccinelle/Manifest +++ b/dev-util/coccinelle/Manifest @@ -1,3 +1 @@ -DIST coccinelle-1.0.0-rc15.tgz 3328556 SHA256 07fab4e17512925b958890bb13c0809797074f2e44a1107b0074bdcc156b9596 SHA512 d0800ac087e9acefd6fe1bd6fae5c8a912c94dd3a9ac5566b984f97ebee4f96302db00d12ec5111e75f4aa410233093115a8cd166367b25e4464c5aa0bd08993 WHIRLPOOL 63c32074102e11e89e8342d92a4ba6716b2092c7d6fab80791a677a9bce98b756674da71e4f1e441e46833c756232803bdaec8c9ce0695bb612930d21686cc91 -DIST coccinelle-1.0.0-rc16.tgz 2983187 SHA256 83ad8b2757f49e90e97571b3a5f11b5fb6772165a8a23a4a12200e3637070140 SHA512 244225ffddc3ca9a46004331c62c784cc4359f1fa10902bbfe3394a5a2b944233c21aa0ce41e6aa06828860f1697de04afc6ed6d549b2e3d06810d9ae7d8aa1d WHIRLPOOL 72122465da1ce3b6020c2335bac68a650f43f0152d783f610978072fb857a32c9168eabf55456db26bda70f9c26d0d99267282c97d92687d651fda6febb1c6b3 DIST coccinelle-1.0.0-rc17.tgz 2991126 SHA256 628d90650d504aa742e12eb371455bad8468eeed59533d6388366f173a498b61 SHA512 79f7b83458b5229e6a01e9e4a89a47862ca9a9f678e0e599b253449c07d8197194539623049920e8ce23af44d81a91d61052f542bacb40a0eda9c015b1b2e84d WHIRLPOOL dc3c1b839494cd31858bf931f5ef59bfdc3477c7b3577a99b894c99f7991474e2f6d8403b0fe6c856174b93ba8ba551cf0b96c151ebe73d09ea481c7edb2b0c7 diff --git a/dev-util/coccinelle/coccinelle-1.0.0_rc15-r1.ebuild b/dev-util/coccinelle/coccinelle-1.0.0_rc15-r1.ebuild deleted file mode 100644 index 09e4a892d8f1..000000000000 --- a/dev-util/coccinelle/coccinelle-1.0.0_rc15-r1.ebuild +++ /dev/null @@ -1,133 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc15-r1.ebuild,v 1.1 2012/08/31 21:28:13 radhermit Exp $ - -EAPI="4" -PYTHON_DEPEND="python? 2" - -inherit multilib eutils python bash-completion-r1 elisp-common autotools - -MY_P="${P/_/-}" -DESCRIPTION="Program matching and transformation engine" -HOMEPAGE="http://coccinelle.lip6.fr/" -SRC_URI="http://coccinelle.lip6.fr/distrib/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax" - -# ocaml enables ocaml scripting (uses findlib) -CDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] - dev-ml/sexplib - emacs? ( virtual/emacs ) - ocaml? ( dev-ml/findlib ) - pcre? ( dev-ml/pcre-ocaml )" - -RDEPEND="${CDEPEND} - vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )" - -# dev-texlive/texlive-fontsextra contains 'ifsym.sty' -DEPEND="${CDEPEND} - virtual/pkgconfig - doc? ( - virtual/latex-base - dev-texlive/texlive-latexextra - dev-texlive/texlive-fontsextra - )" - -REQUIRED_USE="test? ( ocaml python )" - -DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt ) - -S=${WORKDIR}/${MY_P} - -SITEFILE=50coccinelle-gentoo.el - -pkg_setup() { - if use python ; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - if use python ; then - # Fix python install location - sed -i -e "s:\$(SHAREDIR)/python:$(python_get_sitedir):" \ - -e "s:PYTHON_TARGET:PYTHON_INSTALL_TARGET:" Makefile || die - fi - - sed -i "s:^SHAREDIR=.*:SHAREDIR=/usr/$(get_libdir)/ocaml/${PN}/:" scripts/spatch.sh.in || die - - epatch "${FILESDIR}"/${PN}-1.0.0_rc14-findtool.patch - cp Makefile Makefile.orig || die - eautoreconf -} - -src_configure() { - econf \ - $(use_enable python) \ - $(use_enable ocaml) \ - $(use_enable pcre) \ - $(use_enable pcre pcre-syntax) - - sed -i -e "s:^LIBDIR=.*:LIBDIR=/usr/$(get_libdir)/ocaml/stublibs/:" \ - -e "s:^SHAREDIR=.*:SHAREDIR=/usr/$(get_libdir)/ocaml/${PN}/:" \ - Makefile.config || die - - cp Makefile.orig Makefile || die -} - -src_compile() { - emake depend - emake - - use ocamlopt && emake opt - - if use doc ; then - VARTEXFONTS="${T}"/fonts emake docs - fi - - if use emacs ; then - elisp-compile editors/emacs/cocci.el || die - fi -} - -src_test() { - source env.sh # needed for built in-place python plugin - ./spatch standard.h -parse_c -dir tests/ || die - yes | ./spatch -iso_file standard.iso -macro_file_builtins standard.h -testall || die - if use ocamlopt ; then - ./spatch.opt -iso_file standard.iso -macro_file_builtins standard.h -testall || die - fi -} - -src_install() { - default - - use doc && dodoc docs/manual/*.pdf - newbashcomp scripts/spatch.bash_completion spatch - - if use emacs ; then - elisp-install ${PN} editors/emacs/* - elisp-site-file-install "${FILESDIR}"/${SITEFILE} - fi - - if use vim-syntax ; then - newdoc editors/vim/README README-vim - rm editors/vim/README || die - insinto /usr/share/vim/vimfiles - doins -r editors/vim/* - fi - - export STRIP_MASK='*/coccinelle/spatch' -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-util/coccinelle/coccinelle-1.0.0_rc16.ebuild b/dev-util/coccinelle/coccinelle-1.0.0_rc16.ebuild deleted file mode 100644 index ddbc11922c04..000000000000 --- a/dev-util/coccinelle/coccinelle-1.0.0_rc16.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc16.ebuild,v 1.1 2012/12/13 22:11:49 radhermit Exp $ - -EAPI="4" -PYTHON_DEPEND="python? 2" - -inherit multilib eutils python bash-completion-r1 elisp-common autotools - -MY_P="${P/_/-}" -DESCRIPTION="Program matching and transformation engine" -HOMEPAGE="http://coccinelle.lip6.fr/" -SRC_URI="http://coccinelle.lip6.fr/distrib/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax" - -# ocaml enables ocaml scripting (uses findlib) -CDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] - dev-ml/sexplib - emacs? ( virtual/emacs ) - ocaml? ( dev-ml/findlib ) - pcre? ( dev-ml/pcre-ocaml )" - -RDEPEND="${CDEPEND} - vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )" - -# dev-texlive/texlive-fontsextra contains 'ifsym.sty' -DEPEND="${CDEPEND} - virtual/pkgconfig - doc? ( - virtual/latex-base - dev-texlive/texlive-latexextra - dev-texlive/texlive-fontsextra - )" - -REQUIRED_USE="test? ( ocaml python )" - -DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt ) - -S=${WORKDIR}/${MY_P} - -SITEFILE=50coccinelle-gentoo.el - -pkg_setup() { - if use python ; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - if use python ; then - # Fix python install location - sed -i -e "s:\$(SHAREDIR)/python:$(python_get_sitedir):" \ - -e "s:PYTHON_TARGET:PYTHON_INSTALL_TARGET:" Makefile || die - fi - - sed -i "s:^SHAREDIR=.*:SHAREDIR=/usr/$(get_libdir)/ocaml/${PN}/:" scripts/spatch.sh.in || die - - epatch "${FILESDIR}"/${P}-findtool.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable python) \ - $(use_enable ocaml) \ - $(use_enable pcre) \ - $(use_enable pcre pcre-syntax) - - sed -i -e "s:^LIBDIR=.*:LIBDIR=/usr/$(get_libdir)/ocaml/stublibs/:" \ - -e "s:^SHAREDIR=.*:SHAREDIR=/usr/$(get_libdir)/ocaml/${PN}/:" \ - Makefile.config || die -} - -src_compile() { - emake depend - emake - - use ocamlopt && emake opt - - if use doc ; then - VARTEXFONTS="${T}"/fonts emake docs - fi - - if use emacs ; then - elisp-compile editors/emacs/cocci.el || die - fi -} - -src_test() { - source env.sh # needed for built in-place python plugin - ./spatch standard.h -parse_c -dir tests/ || die - yes | ./spatch -iso_file standard.iso -macro_file_builtins standard.h -testall || die - if use ocamlopt ; then - ./spatch.opt -iso_file standard.iso -macro_file_builtins standard.h -testall || die - fi -} - -src_install() { - default - - use doc && dodoc docs/manual/*.pdf - newbashcomp scripts/spatch.bash_completion spatch - - if use emacs ; then - elisp-install ${PN} editors/emacs/* - elisp-site-file-install "${FILESDIR}"/${SITEFILE} - fi - - if use vim-syntax ; then - newdoc editors/vim/README README-vim - rm editors/vim/README || die - insinto /usr/share/vim/vimfiles - doins -r editors/vim/* - fi - - export STRIP_MASK='*/coccinelle/spatch' -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild b/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild index f9b3afd3f4d8..6f2eeec7bba0 100644 --- a/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild +++ b/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild,v 1.1 2013/04/24 05:58:22 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc17.ebuild,v 1.2 2013/05/30 06:03:21 radhermit Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -16,6 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" # ocaml enables ocaml scripting (uses findlib) CDEPEND=">=dev-lang/ocaml-3.10[ocamlopt?] diff --git a/dev-util/coccinelle/files/coccinelle-1.0.0_rc14-findtool.patch b/dev-util/coccinelle/files/coccinelle-1.0.0_rc14-findtool.patch deleted file mode 100644 index 56ddbdc2e307..000000000000 --- a/dev-util/coccinelle/files/coccinelle-1.0.0_rc14-findtool.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- coccinelle-1.0.0-rc14/configure.ac -+++ coccinelle-1.0.0-rc14/configure.ac -@@ -3,6 +3,8 @@ - AC_INIT([coccinelle], m4_esyscmd([cat ./version | tr -d '\n']), [cocci@diku.dk], [], [http://coccinelle.lip6.fr/]) - AC_CONFIG_MACRO_DIR([setup]) - AC_CONFIG_AUX_DIR([setup]) -+AM_INIT_AUTOMAKE -+AC_CONFIG_FILES([Makefile]) - - AC_SUBST([CONFIGURE_FLAGS], ["$*"]) - AC_SUBST([COCCI_VERSION], ["$PACKAGE_VERSION"]) ---- coccinelle-1.0.0-rc14/setup/cocci.m4 -+++ coccinelle-1.0.0-rc14/setup/cocci.m4 -@@ -285,7 +285,7 @@ - AC_SUBST([$1], [no]) - ], - [dnl find the tool -- AC_COCCI_FINDTOOL([$1],[[$]$1]) -+ AC_COCCI_FINDTOOL([$1],[$2]) - ]) - - AS_IF([test -z "[$]$1" -o "x[$]$1" = xno], diff --git a/dev-util/cucumber/cucumber-1.3.2.ebuild b/dev-util/cucumber/cucumber-1.3.2.ebuild index 01352e77ef44..64ea74690a5b 100644 --- a/dev-util/cucumber/cucumber-1.3.2.ebuild +++ b/dev-util/cucumber/cucumber-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cucumber/cucumber-1.3.2.ebuild,v 1.2 2013/05/28 13:13:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cucumber/cucumber-1.3.2.ebuild,v 1.3 2013/05/29 19:22:42 graaff Exp $ EAPI=5 USE_RUBY="ruby18 ruby19" @@ -24,7 +24,7 @@ IUSE="examples test" ruby_add_bdepend " test? ( - >=dev-ruby/rspec-2.10.0 + >=dev-ruby/rspec-2.13.0 >=dev-ruby/nokogiri-1.5.2 >=dev-ruby/spork-0.9.0 >=dev-ruby/syntax-1.0.0 diff --git a/dev-util/osc/osc-0.139.2.ebuild b/dev-util/osc/osc-0.139.2.ebuild index 099ddefa3f3d..9e798a92b39b 100644 --- a/dev-util/osc/osc-0.139.2.ebuild +++ b/dev-util/osc/osc-0.139.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild,v 1.2 2013/05/28 08:02:22 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-0.139.2.ebuild,v 1.3 2013/05/29 14:33:49 miska Exp $ EAPI=5 @@ -15,6 +15,7 @@ else EXTRA_ECLASS="obs-download" fi +DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 ${EXTRA_ECLASS} unset EXTRA_ECLASS diff --git a/dev-util/osc/osc-9999.ebuild b/dev-util/osc/osc-9999.ebuild index 4e52a5b1596c..0c6da36b2300 100644 --- a/dev-util/osc/osc-9999.ebuild +++ b/dev-util/osc/osc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.11 2013/05/28 08:02:22 miska Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/osc/osc-9999.ebuild,v 1.12 2013/05/29 14:33:49 miska Exp $ EAPI=5 @@ -15,6 +15,7 @@ else EXTRA_ECLASS="obs-download" fi +DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 ${EXTRA_ECLASS} unset EXTRA_ECLASS diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 1cb5e9de9c74..36ad926bdeef 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.216 2013/05/17 00:52:46 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.217 2013/05/30 07:15:55 radhermit Exp $ # Authors: # Jim Ramsay @@ -88,6 +88,7 @@ else python? ( ${PYTHON_DEPS} )" RDEPEND="${RDEPEND} python? ( ${PYTHON_DEPS} )" + REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" fi DEPEND="${DEPEND} diff --git a/gnome-extra/gnome-contacts/Manifest b/gnome-extra/gnome-contacts/Manifest index f5004def23a7..07c7a7b42f96 100644 --- a/gnome-extra/gnome-contacts/Manifest +++ b/gnome-extra/gnome-contacts/Manifest @@ -1,3 +1,2 @@ DIST gnome-contacts-3.6.2.tar.xz 610024 SHA256 7d1b6a8e395b15bf150062f332348549cf9deb38dfa3aad9994f70e71d8449fa SHA512 0db305697c420ac958273d24e46afa2421d43c34fd31e5d20f95d333092ce6d894abe56208cf312133e4a062d0092b1b5f3dcc2c79c1e431f3439ab9a4b81ca1 WHIRLPOOL 3659e0f0851879b5db38c822acdc000e1aa88e7b146467f70f1d1e350ef7ea93262e0ea7aee58cfcba6422afe758be70748a3439b3e300b541971f582ee68306 -DIST gnome-contacts-3.8.1.tar.xz 711604 SHA256 c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb SHA512 6a0394a7d5231e2f67b400e610ce77598e534b561b93ef47dcbc2e47e938e67798f8b4602da1a1eb4984700686e1480f52ce9088911f9be04cafae30a728ca95 WHIRLPOOL 4c9fc2125a060db731091d2fec59a0ea08c3700f6361cb632031ca366e16ea04426907432d60beb581bed1ee3c7925f98abd5bd96f50ff294a63dbce06f1011a DIST gnome-contacts-3.8.2.tar.xz 711832 SHA256 6cb3fe9e7f0f2380d77494a3408893265c42ea2a70579f0c871defbab5a7b5fa SHA512 d746a5519ddf4ef5ff0d155f2f93541484ff5279d05e7f15a5943479913ec0c029cc4f35d4a1654618b1b925a677856cfdc99597773e00bce2766e185ce9a639 WHIRLPOOL 0fb00277ae462e8d4f55ba1ac1dd206adac4455bf548fac2cf67da67198d3f3187811dfb946f0c63c8b7cc79891554051926685986712a6b638997a7220a0d5e diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.8.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.8.1.ebuild deleted file mode 100644 index b7493220ef3c..000000000000 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.8.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.1.ebuild,v 1.1 2013/04/19 20:21:38 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" -VALA_MIN_API_VERSION="0.18" - -inherit gnome2 vala - -DESCRIPTION="GNOME contact management application" -HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts" - -LICENSE="GPL-2+" -SLOT="0" -IUSE="v4l" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -VALA_DEPEND="$(vala_depend) - dev-libs/folks[vala] - gnome-base/gnome-desktop[introspection] - gnome-extra/evolution-data-server[vala] - net-libs/telepathy-glib[vala] - x11-libs/libnotify[introspection]" - -# Configure is wrong; it needs cheese-3.5.91, not 3.3.91 -RDEPEND=" - >=dev-libs/folks-0.7.3:=[eds,telepathy] - >=dev-libs/glib-2.31.10:2 - >=dev-libs/libgee-0.10:0.8 - >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts] - >=gnome-base/gnome-desktop-3.0:3= - net-libs/gnome-online-accounts - >=net-libs/telepathy-glib-0.17.5 - x11-libs/cairo:= - x11-libs/gdk-pixbuf:2 - x11-libs/libnotify:= - >=x11-libs/gtk+-3.4:3 - x11-libs/pango - v4l? ( >=media-video/cheese-3.5.91:= ) -" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17 - virtual/pkgconfig - !v4l? ( ${VALA_DEPEND} )" -# When !v4l, we regenerate the .c sources - -src_prepare() { - # Regenerate the pre-generated C sources - if ! use v4l; then - touch src/*.vala - fi - - gnome2_src_prepare - vala_src_prepare -} - -src_configure() { - gnome2_src_configure $(use_with v4l cheese) -} diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild index 5db43143511a..60b91adca516 100644 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild,v 1.1 2013/05/28 18:55:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-contacts/gnome-contacts-3.8.2.ebuild,v 1.2 2013/05/29 21:26:10 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -48,6 +48,11 @@ DEPEND="${RDEPEND} " src_prepare() { + # Regenerate the pre-generated C sources, bug #471628 + if ! use v4l; then + touch src/*.vala + fi + gnome2_src_prepare vala_src_prepare } diff --git a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild index fa63ec5d9a30..687c76e999fb 100644 --- a/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild +++ b/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild,v 1.1 2013/04/30 16:41:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist-datasources/zeitgeist-datasources-0.8.1.ebuild,v 1.2 2013/05/29 15:40:56 jlec Exp $ EAPI=5 @@ -24,7 +24,10 @@ PLUGINS_IUSE="bzr emacs firefox geany mono telepathy thunderbird tomboy vim xcha PLUGINS="bzr emacs firefox geany monodevelop telepathy thunderbird tomboy vim xchat" IUSE="${PLUGINS_IUSE} static-libs" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=" + ${PYTHON_DEPS} dev-libs/libzeitgeist x11-libs/gtk+:2 emacs? ( virtual/emacs ) diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild b/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild index 3328ba7b84e1..19d63119a5d0 100644 --- a/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild +++ b/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild,v 1.6 2013/05/16 14:09:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.12-r1.ebuild,v 1.7 2013/05/29 15:39:03 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) + AUTOTOOLS_AUTORECONF=true VALA_MIN_API_VERSION=0.18 @@ -22,9 +23,12 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+datahub +dbus downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy" -REQUIRED_USE="downloads-monitor? ( datahub )" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + downloads-monitor? ( datahub )" RDEPEND=" + ${PYTHON_DEPS} !gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[${PYTHON_USEDEP}] diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.12.ebuild b/gnome-extra/zeitgeist/zeitgeist-0.9.12.ebuild index d87939e95cdd..95fdb147a6d3 100644 --- a/gnome-extra/zeitgeist/zeitgeist-0.9.12.ebuild +++ b/gnome-extra/zeitgeist/zeitgeist-0.9.12.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.12.ebuild,v 1.7 2013/05/15 13:49:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.12.ebuild,v 1.8 2013/05/29 15:39:03 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) + AUTOTOOLS_AUTORECONF=true VALA_MIN_API_VERSION=0.18 @@ -22,9 +23,12 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+datahub +dbus downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy" -REQUIRED_USE="downloads-monitor? ( datahub )" +REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} + downloads-monitor? ( datahub )" RDEPEND=" + ${PYTHON_DEPS} !gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[${PYTHON_USEDEP}] diff --git a/gnome-extra/zeitgeist/zeitgeist-0.9.5-r1.ebuild b/gnome-extra/zeitgeist/zeitgeist-0.9.5-r1.ebuild index af1cb96caf57..6770f9d4dca7 100644 --- a/gnome-extra/zeitgeist/zeitgeist-0.9.5-r1.ebuild +++ b/gnome-extra/zeitgeist/zeitgeist-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.5-r1.ebuild,v 1.3 2013/05/15 13:49:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist/zeitgeist-0.9.5-r1.ebuild,v 1.4 2013/05/29 15:39:03 jlec Exp $ EAPI=5 @@ -23,7 +23,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+dbus extensions +fts icu nls passiv plugins sql-debug" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=" + ${PYTHON_DEPS} dev-libs/xapian[inmemory] dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/pygobject:2[${PYTHON_USEDEP}] diff --git a/kde-base/kate/kate-4.10.2.ebuild b/kde-base/kate/kate-4.10.2.ebuild index 9c1cd2fe1ba3..6d3514bcc723 100644 --- a/kde-base/kate/kate-4.10.2.ebuild +++ b/kde-base/kate/kate-4.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v 1.5 2013/05/05 10:14:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v 1.6 2013/05/29 17:37:29 kensington Exp $ EAPI=5 KDE_HANDBOOK="optional" @@ -13,10 +13,15 @@ DESCRIPTION="Kate is an MDI texteditor." KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug +plasma python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + DEPEND=" dev-libs/libxml2 dev-libs/libxslt - python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) ) + python? ( + ${PYTHON_DEPEND} + $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep katepart) diff --git a/kde-base/kate/kate-4.10.3.ebuild b/kde-base/kate/kate-4.10.3.ebuild index 0fb0aeb85dfd..53b44f0cbd0e 100644 --- a/kde-base/kate/kate-4.10.3.ebuild +++ b/kde-base/kate/kate-4.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v 1.1 2013/05/06 20:18:29 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v 1.2 2013/05/29 17:37:29 kensington Exp $ EAPI=5 KDE_HANDBOOK="optional" @@ -13,10 +13,15 @@ DESCRIPTION="Kate is an MDI texteditor." KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug +plasma python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + DEPEND=" dev-libs/libxml2 dev-libs/libxslt - python? ( $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) ) + python? ( + ${PYTHON_DEPEND} + $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}" 4.9.2-r1) + ) " RDEPEND="${DEPEND} $(add_kdebase_dep katepart) diff --git a/kde-base/krosspython/krosspython-4.10.2.ebuild b/kde-base/krosspython/krosspython-4.10.2.ebuild index 80a9803b18bd..f700beaa96d6 100644 --- a/kde-base/krosspython/krosspython-4.10.2.ebuild +++ b/kde-base/krosspython/krosspython-4.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/krosspython/krosspython-4.10.2.ebuild,v 1.5 2013/05/05 10:14:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krosspython/krosspython-4.10.2.ebuild,v 1.6 2013/05/29 14:56:46 kensington Exp $ EAPI=5 @@ -13,6 +13,8 @@ DESCRIPTION="Kross scripting framework: Python interpreter" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND}" diff --git a/kde-base/krosspython/krosspython-4.10.3.ebuild b/kde-base/krosspython/krosspython-4.10.3.ebuild index eefe739aafe0..a6b5bd56fbda 100644 --- a/kde-base/krosspython/krosspython-4.10.3.ebuild +++ b/kde-base/krosspython/krosspython-4.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/krosspython/krosspython-4.10.3.ebuild,v 1.1 2013/05/06 20:18:41 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/krosspython/krosspython-4.10.3.ebuild,v 1.2 2013/05/29 14:56:46 kensington Exp $ EAPI=5 @@ -13,6 +13,8 @@ DESCRIPTION="Kross scripting framework: Python interpreter" KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND}" diff --git a/kde-base/lokalize/lokalize-4.10.2.ebuild b/kde-base/lokalize/lokalize-4.10.2.ebuild index 0954714c8984..e2614bded769 100644 --- a/kde-base/lokalize/lokalize-4.10.2.ebuild +++ b/kde-base/lokalize/lokalize-4.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lokalize/lokalize-4.10.2.ebuild,v 1.5 2013/05/05 10:13:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lokalize/lokalize-4.10.2.ebuild,v 1.6 2013/05/29 14:49:43 kensington Exp $ EAPI=5 @@ -18,6 +18,8 @@ DESCRIPTION="KDE4 translation tool" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug semantic-desktop" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND=" >=app-text/hunspell-1.2.8 >=dev-qt/qtsql-4.5.0:4[sqlite] diff --git a/kde-base/lokalize/lokalize-4.10.3.ebuild b/kde-base/lokalize/lokalize-4.10.3.ebuild index 3b058261844c..a99fe8206538 100644 --- a/kde-base/lokalize/lokalize-4.10.3.ebuild +++ b/kde-base/lokalize/lokalize-4.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lokalize/lokalize-4.10.3.ebuild,v 1.1 2013/05/06 20:18:16 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lokalize/lokalize-4.10.3.ebuild,v 1.2 2013/05/29 14:49:43 kensington Exp $ EAPI=5 @@ -18,6 +18,8 @@ DESCRIPTION="KDE4 translation tool" KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug semantic-desktop" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND=" >=app-text/hunspell-1.2.8 >=dev-qt/qtsql-4.5.0:4[sqlite] diff --git a/kde-base/pykde4/pykde4-4.10.2.ebuild b/kde-base/pykde4/pykde4-4.10.2.ebuild index 351d45a0828a..ea5379f0bf1c 100644 --- a/kde-base/pykde4/pykde4-4.10.2.ebuild +++ b/kde-base/pykde4/pykde4-4.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.2.ebuild,v 1.6 2013/05/05 10:14:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.2.ebuild,v 1.7 2013/05/29 15:01:40 kensington Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -12,7 +12,8 @@ inherit python-r1 portability kde4-base multilib DESCRIPTION="Python bindings for KDE4" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="debug doc examples semantic-desktop test" -REQUIRED_USE="test? ( semantic-desktop )" + +REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )" # blocker added due to compatibility issues and error during compile time RDEPEND=" diff --git a/kde-base/pykde4/pykde4-4.10.3.ebuild b/kde-base/pykde4/pykde4-4.10.3.ebuild index f76e46b9aea7..bb73aa6ee768 100644 --- a/kde-base/pykde4/pykde4-4.10.3.ebuild +++ b/kde-base/pykde4/pykde4-4.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.3.ebuild,v 1.1 2013/05/06 20:17:47 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.3.ebuild,v 1.2 2013/05/29 15:01:40 kensington Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) @@ -12,7 +12,8 @@ inherit python-r1 portability kde4-base multilib DESCRIPTION="Python bindings for KDE4" KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug doc examples semantic-desktop test" -REQUIRED_USE="test? ( semantic-desktop )" + +REQUIRED_USE="${PYTHON_REQUIRED_USE} test? ( semantic-desktop )" # blocker added due to compatibility issues and error during compile time RDEPEND=" diff --git a/kde-misc/kcometen4/kcometen4-1.0.7.ebuild b/kde-misc/kcometen4/kcometen4-1.0.7.ebuild index 6317fc3afa7b..45137bf5b581 100644 --- a/kde-misc/kcometen4/kcometen4-1.0.7.ebuild +++ b/kde-misc/kcometen4/kcometen4-1.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcometen4/kcometen4-1.0.7.ebuild,v 1.5 2013/05/07 20:50:43 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcometen4/kcometen4-1.0.7.ebuild,v 1.6 2013/05/29 08:29:13 kensington Exp $ EAPI=5 @@ -18,7 +18,6 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" - ${DEPEND} $(add_kdebase_dep kscreensaver) media-libs/libart_lgpl virtual/opengl diff --git a/kde-misc/kcometen4/metadata.xml b/kde-misc/kcometen4/metadata.xml index b191bd3a0297..721dd1c8d2fa 100644 --- a/kde-misc/kcometen4/metadata.xml +++ b/kde-misc/kcometen4/metadata.xml @@ -1,8 +1,6 @@ -kde - - + kde diff --git a/media-gfx/blender/blender-2.66.ebuild b/media-gfx/blender/blender-2.66.ebuild index 4ccbbb4948aa..cdb475bccb10 100644 --- a/media-gfx/blender/blender-2.66.ebuild +++ b/media-gfx/blender/blender-2.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.66.ebuild,v 1.1 2013/03/09 23:27:28 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.66.ebuild,v 1.2 2013/05/29 13:29:28 hasufell Exp $ # TODO: # bundled-deps: eigen:3 is too old @@ -31,7 +31,7 @@ SLOT="0" LICENSE="|| ( GPL-2 BL )" KEYWORDS="~amd64 ~x86" IUSE="+boost +bullet collada colorio cycles +dds debug doc +elbeem ffmpeg fftw +game-engine jack jpeg2k ndof nls openal openmp +openexr player redcode sdl sndfile sse tiff" -REQUIRED_USE="player? ( game-engine ) redcode? ( jpeg2k ) cycles? ( boost ) nls? ( boost )" +REQUIRED_USE="${PYTHON_REQUIRED_USE} player? ( game-engine ) redcode? ( jpeg2k ) cycles? ( boost ) nls? ( boost )" RDEPEND=" ${PYTHON_DEPS} diff --git a/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild b/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild new file mode 100644 index 000000000000..efe3dfd8596d --- /dev/null +++ b/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.1 2013/05/29 13:16:15 pinkbyte Exp $ + +EAPI="5" + +PYTHON_COMPAT=( python2_{6,7} ) +inherit eutils python-r1 + +DESCRIPTION="GUI for lossless cropping of jpeg images" +HOMEPAGE="http://emergent.unpythonic.net/01248401946" +SRC_URI="http://media.unpythonic.net/emergent-files/01248401946/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${PYTHON_DEPS} + dev-python/imaging[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}] + dev-python/pygtk:2[${PYTHON_USEDEP}] +" + +S="${WORKDIR}/${PN}" + +src_prepare() { + sed -i -e '/Encoding/d' \ + -e '/Version/d' \ + -e '/MimeType/s/$/&;/' \ + -e '/Categories/s/Application;//' \ + cropgui.desktop || die 'sed on cropgui.desktop failed' + # bug 471530 + epatch "${FILESDIR}/${P}-PIL.patch" + + epatch_user +} + +install_cropgui_wrapper() { + python_domodule cropgtk.py cropgui_common.py filechooser.py cropgui.glade + make_wrapper "${PN}-${EPYTHON}" "${PYTHON} $(python_get_sitedir)/${PN}/cropgtk.py" +} + +src_install() { + local python_moduleroot="${PN}" + python_foreach_impl install_cropgui_wrapper + dosym python-exec /usr/bin/"${PN}" + + domenu "${PN}.desktop" + doicon "${PN}.png" +} diff --git a/media-gfx/freewrl/freewrl-9999.ebuild b/media-gfx/freewrl/freewrl-9999.ebuild new file mode 100644 index 000000000000..af90a948e3d4 --- /dev/null +++ b/media-gfx/freewrl/freewrl-9999.ebuild @@ -0,0 +1,148 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/freewrl/freewrl-9999.ebuild,v 1.1 2013/05/29 20:40:01 axs Exp $ + +EAPI=5 + +inherit autotools nsplugins eutils flag-o-matic java-pkg-opt-2 multilib + +if [[ ${PV} == "9999" ]]; then + inherit cvs + ECVS_SERVER="freewrl.cvs.sourceforge.net:/cvsroot/freewrl/" + ECVS_USER="anonymous" + ECVS_PASS="" + ECVS_AUTH="pserver" + ECVS_MODULE="freewrl/freex3d" + ECVS_TOP_DIR="${DISTDIR}/cvs-src/freewrl/freex3d" + S="${WORKDIR}/freewrl/freex3d" + SRC_URI= + KEYWORDS= +else + SRC_URI="mirror://sourceforge/freewrl/${P}.1.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="VRML97 and X3D compliant browser, library, and web-browser plugin" +HOMEPAGE="http://freewrl.sourceforge.net/" +LICENSE="GPL-3" +SLOT="0" +IUSE="curl debug +glew java libeai motif +nsplugin osc +sox static-libs" + +COMMONDEPEND="x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libX11 + motif? ( x11-libs/motif ) + !motif? ( x11-libs/libXaw ) + media-libs/mesa + glew? ( media-libs/glew ) + virtual/opengl + media-libs/libpng + virtual/jpeg + media-libs/imlib2 + >=media-libs/freetype-2 + media-libs/fontconfig + curl? ( net-misc/curl ) + osc? ( media-libs/liblo ) + dev-lang/spidermonkey:=" +DEPEND="${COMMONDEPEND} + virtual/pkgconfig + java? ( >=virtual/jdk-1.4 ) + nsplugin? ( net-misc/npapi-sdk )" +RDEPEND="${COMMONDEPEND} + media-fonts/dejavu + || ( media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] ) + app-arch/unzip + java? ( >=virtual/jre-1.4 ) + sox? ( media-sound/sox )" + +src_prepare() { + if [[ ${PV} != "9999" ]]; then + epatch "${FILESDIR}"/${P}-fontconfig-match.patch + epatch "${FILESDIR}"/${P}-mozjs187-config.patch + fi + epatch_user + eautoreconf +} + +src_configure() { + # list of js libs without .pc support, to disable ./configure auto-checking + local spidermonkeys=( mozilla-js xulrunner-js firefox-js firefox2-js seamonkey-js ) + # list of .pc supported spidermonkeys, to disable ./configure auto-checking + local spidermonkeys_pc=( mozjs17 mozjs187 mozjs185 ) + + local myconf="--enable-fontconfig + --without-expat + --with-x + --with-imageconvert=/usr/bin/convert + --with-unzip=/usr/bin/unzip + ${spidermonkeys[@]/#/ --disable-}" + + if has_version "=dev-lang/spidermonkey-1.8" ; then + # spidermonkey-1.8 changed the name of the lib + JAVASCRIPT_ENGINE_LIBS="-lmozjs" + else + JAVASCRIPT_ENGINE_LIBS="-ljs" + fi + if has_version dev-lang/spidermonkey[threadsafe] ; then + JAVASCRIPT_ENGINE_CFLAGS+=" -DJS_THREADSAFE $(pkg-config --cflags nspr)" + JAVASCRIPT_ENGINE_LIBS="$(pkg-config --libs nspr) ${JAVASCRIPT_ENGINE_LIBS}" + fi + export JAVASCRIPT_ENGINE_CFLAGS + export JAVASCRIPT_ENGINE_LIBS + fi + if use nsplugin; then + myconf+=" --with-plugindir=/usr/$(get_libdir)/${PLUGINS_DIR}" + myconf+=" --disable-mozilla-plugin --disable-xulrunner-plugin" + fi + econf ${myconf} \ + $(use_enable curl libcurl) \ + $(use_with glew) \ + $(use_enable debug) $(use_enable debug thread_colorized) \ + $(use_enable libeai) \ + $(use_enable java) \ + $(use_enable nsplugin plugin) \ + $(use_enable osc) \ + $(use_enable static-libs static) \ + $(use_enable sox sound) \ + $(usex sox "--with-soundconv=/usr/bin/sox") \ + $(usex motif "--with-target=motif" "--with-target=X11") \ + $(usex motif "--with-statusbar=standard" "--with-statusbar=hud") +} + +src_install() { + emake DESTDIR="${D}" install + + if use java; then + insinto /usr/share/${PN}/lib + doins src/java/java.policy + java-pkg_regjar src/java/vrml.jar + # install vrml.jar as a JRE extension + dodir /usr/java/packages/lib/ext + dosym /usr/share/${PN}/lib/vrml.jar /usr/java/packages/lib/ext/vrml.jar + if ! has_version "media-gfx/freewrl[java]" ; then + elog "Because vrml.jar requires access to sockets, you will need to incorporate the" + elog "contents of /usr/share/${PN}/lib/java.policy into your system or user's default" + elog "java policy:" + elog " cat /usr/share/${PN}/lib/java.policy >>~/.java.policy" + fi + fi + + # remove unneeded .la files (as per Flameeyes' rant) + cd "${D}" + rm "usr/$(get_libdir)"/*.la "usr/$(get_libdir)/${PLUGINS_DIR}"/*.la +} + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "By default, FreeWRL expects to find the 'firefox' binary in your include" + elog "path. If you do not have firefox installed or you wish to use a different" + elog "web browser to open links that are within VRML / X3D files, please be sure to" + elog "specify the command via your BROWSER environment variable." + fi +} diff --git a/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild b/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild index dd8744e950fe..57a4960086f7 100644 --- a/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild +++ b/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild,v 1.3 2013/05/03 22:30:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.4-r1.ebuild,v 1.4 2013/05/30 07:26:21 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -19,6 +19,7 @@ LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="dia gnome postscript inkjar lcms nls spell wmf" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" ${PYTHON_DEPS} diff --git a/media-libs/flac/Manifest b/media-libs/flac/Manifest index 64de8cf7a57a..7fe5c4f03c3a 100644 --- a/media-libs/flac/Manifest +++ b/media-libs/flac/Manifest @@ -1,2 +1,3 @@ DIST flac-1.2.1-embedded-m4.tar.bz2 8545 SHA256 a32bd229ba454be595e66fa257805951c4484aff9f8ec2116727ca2b8a48fea9 SHA512 e0aee18748ad5d47dd637597a30824fab81b70def18184471a61c5a6315df0b3dfdaa0e12f22b69ac88d0c52ec848e15b488e345a5e2920369b85c0666051c0f WHIRLPOOL c72b485a023c45643e13e2c640157a62140cb25dd09e7f646050073ec90e6ec74dc1ba93031dcce9552b55f5bdf6faab88bffb326babec2f2867317194b86030 DIST flac-1.2.1.tar.gz 2009217 SHA256 9635a44bceb478bbf2ee8a785cf6986fba525afb5fad1fd4bba73cf71f2d3edf SHA512 39b216239341fbfe210c3a2fc0d0531ecae26c425365c4b6d4fc1081e44e6dc7a9aba8d4c79cc8025386d0a7bb0d25c413c9b64cf7da9ab04ca34a56d2699787 WHIRLPOOL e38815e1c365f26a990752779bc1fb84a76d9d422cac9d66f1e55b5fcacad675006939a1d4ab72f20c36d8a80be4218a109317cc6e90f12abc9e1570dbe27319 +DIST flac-1.3.0.tar.xz 1084256 SHA256 fa2d64aac1f77e31dfbb270aeb08f5b32e27036a52ad15e69a77e309528010dc SHA512 9f62a83c2041ec6f02c0df65b796a920a0cd6ba6c2c034bb69535bca5df57ed69f96fe4bb41c0d5ccc229241d90efd2c7ec3785662b5a582a8e20e2e991e6477 WHIRLPOOL e328f41db3aa7f6404a1596ac2fddd437fefc031fc9f1ea91420104054d338029120d526ac58b2a6994811a8f2f7cc107e120789113340e48dec842ea9013196 diff --git a/media-libs/flac/files/flac-1.3.0-asneeded.patch b/media-libs/flac/files/flac-1.3.0-asneeded.patch new file mode 100644 index 000000000000..a38b3202500a --- /dev/null +++ b/media-libs/flac/files/flac-1.3.0-asneeded.patch @@ -0,0 +1,21 @@ +--- flac-1.3.0/src/flac/Makefile.am ++++ flac-1.3.0/src/flac/Makefile.am +@@ -51,7 +51,7 @@ + $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ + $(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \ + $(top_builddir)/src/libFLAC/libFLAC.la \ +- @LIBICONV@ \ ++ @LTLIBICONV@ \ + -lm + + CLEANFILES = flac.exe +--- flac-1.3.0/src/metaflac/Makefile.am ++++ flac-1.3.0/src/metaflac/Makefile.am +@@ -48,6 +48,6 @@ + $(top_builddir)/src/share/getopt/libgetopt.la \ + $(top_builddir)/src/share/utf8/libutf8.la \ + $(top_builddir)/src/libFLAC/libFLAC.la \ +- @LIBICONV@ ++ @LTLIBICONV@ + + CLEANFILES = metaflac.exe diff --git a/media-libs/flac/files/flac-1.3.0-dontbuild-examples.patch b/media-libs/flac/files/flac-1.3.0-dontbuild-examples.patch new file mode 100644 index 000000000000..5c25dd588f2b --- /dev/null +++ b/media-libs/flac/files/flac-1.3.0-dontbuild-examples.patch @@ -0,0 +1,30 @@ +--- flac-1.3.0/configure.ac ++++ flac-1.3.0/configure.ac +@@ -319,6 +319,12 @@ + fi + AC_SUBST(OGG_PACKAGE) + ++dnl Build examples? ++AC_ARG_ENABLE(examples, ++ AS_HELP_STRING([--disable-examples], [Don't build examples during make]),, ++ enable_examples="yes") ++AM_CONDITIONAL(EXAMPLES, [test "$enable_examples" = "yes"]) ++ + dnl check for i18n(internationalization); these are from libiconv/gettext + AM_ICONV + AM_LANGINFO_CODESET +--- flac-1.3.0/Makefile.am ++++ flac-1.3.0/Makefile.am +@@ -31,7 +31,11 @@ + + ACLOCAL_AMFLAGS = -I m4 + +-SUBDIRS = doc include m4 man src examples test build objs ++SUBDIRS = doc include m4 man src test build objs ++ ++if EXAMPLES ++SUBDIRS += examples ++endif + + EXTRA_DIST = \ + COPYING.FDL \ diff --git a/media-libs/flac/files/flac-1.3.0-dontbuild-tests.patch b/media-libs/flac/files/flac-1.3.0-dontbuild-tests.patch new file mode 100644 index 000000000000..0915a5976609 --- /dev/null +++ b/media-libs/flac/files/flac-1.3.0-dontbuild-tests.patch @@ -0,0 +1,66 @@ +--- flac-1.3.0/src/test_grabbag/cuesheet/Makefile.am ++++ flac-1.3.0/src/test_grabbag/cuesheet/Makefile.am +@@ -21,7 +21,7 @@ + test_cuesheet.vcproj + + AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include +-noinst_PROGRAMS = test_cuesheet ++check_PROGRAMS = test_cuesheet + test_cuesheet_SOURCES = \ + main.c + test_cuesheet_LDADD = \ +--- flac-1.3.0/src/test_grabbag/picture/Makefile.am ++++ flac-1.3.0/src/test_grabbag/picture/Makefile.am +@@ -21,7 +21,7 @@ + test_picture.vcproj + + AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include +-noinst_PROGRAMS = test_picture ++check_PROGRAMS = test_picture + test_picture_SOURCES = \ + main.c + +--- flac-1.3.0/src/test_libFLAC/Makefile.am ++++ flac-1.3.0/src/test_libFLAC/Makefile.am +@@ -22,7 +22,7 @@ + + AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src/libFLAC/include + +-noinst_PROGRAMS = test_libFLAC ++check_PROGRAMS = test_libFLAC + + if OS_IS_WINDOWS + win_utf8_lib = $(top_builddir)/src/share/win_utf8_io/libwin_utf8_io.la +--- flac-1.3.0/src/test_libFLAC++/Makefile.am ++++ flac-1.3.0/src/test_libFLAC++/Makefile.am +@@ -21,7 +21,7 @@ + test_libFLAC++.vcproj + + AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include +-noinst_PROGRAMS = test_libFLAC++ ++check_PROGRAMS = test_libFLAC++ + test_libFLAC___LDADD = \ + $(top_builddir)/src/share/grabbag/libgrabbag.la \ + $(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \ +--- flac-1.3.0/src/test_seeking/Makefile.am ++++ flac-1.3.0/src/test_seeking/Makefile.am +@@ -24,7 +24,7 @@ + + AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include + +-noinst_PROGRAMS = test_seeking ++check_PROGRAMS = test_seeking + test_seeking_LDADD = \ + $(top_builddir)/src/libFLAC/libFLAC.la + +--- flac-1.3.0/src/test_streams/Makefile.am ++++ flac-1.3.0/src/test_streams/Makefile.am +@@ -21,7 +21,7 @@ + test_streams.vcproj + + AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include +-noinst_PROGRAMS = test_streams ++check_PROGRAMS = test_streams + test_streams_SOURCES = \ + main.c + diff --git a/media-libs/flac/flac-1.3.0.ebuild b/media-libs/flac/flac-1.3.0.ebuild new file mode 100644 index 000000000000..06c7b0fa17b0 --- /dev/null +++ b/media-libs/flac/flac-1.3.0.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.3.0.ebuild,v 1.1 2013/05/29 08:30:22 radhermit Exp $ + +EAPI=5 +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_PRUNE_LIBTOOL_FILES=all + +inherit autotools-multilib + +DESCRIPTION="free lossless audio encoder and decoder" +HOMEPAGE="http://flac.sourceforge.net" +SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.xz" + +LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="3dnow altivec +cxx debug ogg sse static-libs" + +RDEPEND="ogg? ( >=media-libs/libogg-1.1.3[${MULTILIB_USEDEP}] ) + abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224 )" +DEPEND="${RDEPEND} + app-arch/xz-utils + abi_x86_32? ( dev-lang/nasm ) + !elibc_uclibc? ( sys-devel/gettext ) + virtual/pkgconfig" + +src_prepare() { + local PATCHES=( + "${FILESDIR}"/${P}-asneeded.patch + "${FILESDIR}"/${P}-dontbuild-tests.patch + "${FILESDIR}"/${P}-dontbuild-examples.patch + ) + + AT_M4DIR="m4" autotools-multilib_src_prepare +} + +src_configure() { + local myeconfargs=( + $(use_enable debug) + $(use_enable sse) + $(use_enable 3dnow) + $(use_enable altivec) + --disable-doxygen-docs + --disable-xmms-plugin + $(use_enable cxx cpplibs) + $(use_enable ogg) + --disable-examples + ) + autotools-multilib_src_configure +} + +src_test() { + if [[ ${UID} != 0 ]]; then + autotools-multilib_src_test + else + ewarn "Tests will fail if ran as root, skipping." + fi +} + +src_install() { + autotools-multilib_src_install \ + docdir=/usr/share/doc/${PF}/html +} diff --git a/media-libs/libraw/Manifest b/media-libs/libraw/Manifest index 106fa5a75c7d..7dc502a80c13 100644 --- a/media-libs/libraw/Manifest +++ b/media-libs/libraw/Manifest @@ -1,12 +1,9 @@ DIST LibRaw-0.14.7.tar.gz 1366794 SHA256 7307a607249043bb544f3ab3b3a999e1923d72fbed12e4e2239d172e522143da SHA512 b0c8753a7cd6448f3353ffd3755c159b6b0b777d7b2c0e803b04d1081e50d76083aac80218764fa9f313dc49abf4be00c8eba0b25dd89b87a38ce9085bac695f WHIRLPOOL 3b3ca15e3835d9004cb4500cbbf2e0bb575fe046b1b5649de8c49a2b25b7854c2f82547f43e863b2dddf8cd060f07687a8ac136a689e2f6357c68df8fb20decf DIST LibRaw-0.14.8.tar.gz 1373564 SHA256 ec06bfb31ccefc8618c3939aa99fa7a42b413e0ccfb24205bb7fe7eaa4ba13ac SHA512 6924080d026d7e3c9de163d49d900f54adebd58709ba03192b6052c46dc58ab94e0eb021ba8ab18000a68d73e79cc971ed7e6295071618db403901b3092829ca WHIRLPOOL ef4822667e89dbac7280beca338a356bd7c55bb9f846dd6a1dd2b030ecf087890d91b617580244ff017b2522e9a74a8d3b07601e097dbce56f5e4cabe2379618 -DIST LibRaw-0.15.0-Beta3.tar.gz 1406378 SHA256 4b70d300a3ed8a82bad5f154e96f902d02a4eff28c30e50ef9cc002d2a9f01ad SHA512 9b975a3f4f4d707051ed774c960271049df67edffeda0ccf23c6f4928d752d3821194a76f9e15eaca66d46c70e6e32fe0399c63b09cf873ddf9aa97c672576e6 WHIRLPOOL 00a1f0d584d33144d3b86fe8ee2bfc5a26420c0b7c151eb47f0100327f8f7b70a7da925f8d4de3d9d927bdd9873b9fb65898b8a86371679875a53ee7a14db10d -DIST LibRaw-0.15.0-Beta4.tar.gz 1407862 SHA256 25717cd81cb2e8a81963dbb68490e3011fbdc48bf4738ae2793b5e9a24123560 SHA512 9739e0b0644d4ee5fe33d9f82ae70f9705eb68ecf7eb090c8f3b4771529655cd7ef72fd1052adfa6b815a7a1c615404b3f98ac42e5972e5509c0af0030ee99ca WHIRLPOOL 4aaa6e2cc027517904f26f4c0faba36df3645a7a11e7f497d0ab3a4c89f50c3a1410a655fa385cd29c7bffb02df4c94973923c69d93f1ce5fea445c905131a44 +DIST LibRaw-0.15.2.tar.gz 1405341 SHA256 828eac93910f26f813f91d35f92f33a9e719c2ec8522d575b248063194b068c6 SHA512 3b0b5cfda2e8f30714ec8f413b7dd617d72046eb13ed5cbce5113e86249b1066ea217089ab7f219b30ada55c2ff0f5eb9fee243720b35826ddab728ded4a27f0 WHIRLPOOL 0d4434cd9c610948a0152be5488a3975e65f39645956944a9f9e4b39895ce4f03523eff1040dd9aa443813826b31e53068b2d11beff518110e5ec5da86a9bf65 DIST LibRaw-demosaic-pack-GPL2-0.14.7.tar.gz 31765 SHA256 4f20cb3f085204159071c2bd965f294ad6be76308a27d7a60d23f7447449cae2 SHA512 39d29833a6d2e63a2cb5366b6c7142b593130146abe31b72c95c9be9cf9892f2f75f2d127f6a17d87de8e5d2cf3a78d5892053b521e78e09b90b57d9d816c244 WHIRLPOOL 1572aca169835509114d938ff46807a8acb458464b4bfdc420fa2866c983a9e4addd95fa679a821dd8696f52c4776c7a6d4a7d82e77e1448e17d2e6b5bb37d14 DIST LibRaw-demosaic-pack-GPL2-0.14.8.tar.gz 31173 SHA256 d65f91e7c18de2a34aa0c7bcbae4ee52b75dc26d8d3cdc3fcaa00b065a58bf30 SHA512 c004ab007b6703edcf6e4f99cc2c136c8624be909ec4af855789ffd954ff8dedf8958ea36a6d2d24c8ff64482a8b43ae724159d24b01dad4f2fff27fea56a599 WHIRLPOOL 43f7fc3e3edd11cd9b89b7d94e077e11b4c22a0be5d992aa7a5ce30e537ce30849e8950e829720ffd51e0c6f768fb6ec4c7d335d984ce75afbf061348b2afbc0 -DIST LibRaw-demosaic-pack-GPL2-0.15.0-Beta3.tar.gz 31167 SHA256 cfb07a02926a3f4aa089c65648b8669496ca4c82e02dfa706a8064fd785bd7f6 SHA512 a9e2ecbd16c561944a740fae50fb0a92ffae0c21e170bcff3f0df384057b1a3263b793dd032dbcab2af67b68b906d9398072dc4384be5f4c6f28ae54aca961bc WHIRLPOOL 6c528c0d8ec1488478ffed649741583bb74cb49bd94b78d02b5d80cf2a0c521caa9debe90580e713f88729bc7c47e930886a06890f4b2aac1149aa5e733b43f9 -DIST LibRaw-demosaic-pack-GPL2-0.15.0-Beta4.tar.gz 30360 SHA256 80d465b2a0d8cec7182dd462c9820c653f4222893f8bdacc17fc85fa3bcdd3e6 SHA512 ef8df0ccd69b3ffe1594fe15e3353491ce7a3f0bec3d6e6aa81eb7860357b4281bbf34d6f15f404a3b12315d11b431f34d9fed4bbb884af4b2b158fb0a7530d7 WHIRLPOOL dc8af6a680e87d1e6cafdcf5a477d454bf31490c06d87e979d6db6d026c6728bbccbdb8816d006a1b7ac2ac7a8b4cbc2842a80c67a407b80d1332f165d6f78be +DIST LibRaw-demosaic-pack-GPL2-0.15.2.tar.gz 31475 SHA256 e1d20cdf0346060fd837d7031242a7c6b6d2d1c361d9afa9a8512b8ac73e557d SHA512 ff5fb544ce934ef1526bd6bebc4d4e488b309a8c28133c763c8df23c7feca6eef4ae46580ea3c81bcc4197504e325caf2e7afd2ee0a60152362229149a686572 WHIRLPOOL 9cbad23fd75869955a45b62216c27350fb0c4f44c246e90f9e78167454f665b482201653158d27356b7bcfd8305cc6526347aa52b347edc11e2485acc69cf9e7 DIST LibRaw-demosaic-pack-GPL3-0.14.7.tar.gz 37439 SHA256 5fe67a89849f031c4dda96442acbf7dbed036c04662c9180ad8cafb045f8c891 SHA512 06bfaf2e5036f9c2f7ab11b266c724d17a23c3fb58a5dd77f469fe4528a66812a16a67f9999f1f14b775afcdfdb120310aef7c5e466b40eae022b554bd63dbc8 WHIRLPOOL baca67059632420f25df20cda200bd3f51a4628db6732d1b1bf0dba1c6e52d57d6745c16addc8e7fe401e1686c666239154c5ca5bbdb32ff1303e12a591ee72b DIST LibRaw-demosaic-pack-GPL3-0.14.8.tar.gz 39195 SHA256 8a142b7fbe4629c7e65302945bb9d20ab09f28143a61a400199fba6a0df84f3d SHA512 ed32672f2c59ab53ccf235ec6870398b4a5389b2864c47bf20c564f09e8397abea4b612c3b7abdd491a473da295e725879caef49d0c713b1b0f4a80bb209c774 WHIRLPOOL 8525555aaac9318c54d7a85773e9b0063fc2bb7b2c94a643e66e13c9561ace299f95d48f89501407f181592b2e9d2b3ced59fabf81cdca288893641778b37db7 -DIST LibRaw-demosaic-pack-GPL3-0.15.0-Beta3.tar.gz 39049 SHA256 bcff0d04cd2a2a4633a0f3bea0a57f06bbb79b3e6ae9d74239a9b2265aff6f0e SHA512 e6733a452b3d2a300523f5988450fdaec2a3b5faec00a6ee5ee51c54d6a05eccf5276fa7587d7c03e53bee7398410de49aec6fc3688e42c3ba7ef02c16f6e667 WHIRLPOOL 2f9c524f615e17e6144bfbbd159713dfebc3cd31f94b35f2645f1eae97ecfc7d6ff2c4e60132c303d05dd070761ffc7bf607595fb3b709f548b41661f5610d0b -DIST LibRaw-demosaic-pack-GPL3-0.15.0-Beta4.tar.gz 37588 SHA256 f4f4982b8f32fed96747260b2646884aa19569221bfd3a761481ddde26d19c6f SHA512 ad41edd35dc5a9bf5114ee97179f15d5b311381ce5a4b8e4dcaa20062f7dcb47aef9f6857b2b404f68ca28a6765f039795a467c12f5a093c412f580eae962bf0 WHIRLPOOL 9a76e03ade2c1c5efb96e3adf826963a462b51482cc96302b1472de31f7a1e47b2ba740698f25e915048179c4f1dd9bbf1c2cc0a47f5b6f872012cb6c26bb566 +DIST LibRaw-demosaic-pack-GPL3-0.15.2.tar.gz 37802 SHA256 897f3625411bc3bd123fbbcb15e3c761b1eb1992e7b9ba9d5ed9466f56dbd42d SHA512 53cede535493ce75c11355f2727c441290ca1ffa84d7f366e7689b2b84bf13e70adee60c665b27a40739bb6f5f37c9bbe38d37311569327873b469a7106cca7e WHIRLPOOL 63e1257fa77f0ff371807fcff20305cce7faf591a5dd52750ebd87da02f13cb09da5a0340a9e58a4f04b01cac1f1f04332ab0e0910f15830467e7be50e52bf51 diff --git a/media-libs/libraw/libraw-0.15.0_beta3.ebuild b/media-libs/libraw/libraw-0.15.0_beta3.ebuild deleted file mode 100644 index f002fdc2883d..000000000000 --- a/media-libs/libraw/libraw-0.15.0_beta3.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/media-libs/libraw/libraw-0.15.0_beta3.ebuild,v 1.1 2013/01/10 04:20:56 radhermit Exp $ - -EAPI="5" - -inherit eutils autotools toolchain-funcs - -MY_PV="${PV/_b/-B}" -MY_P="LibRaw-${MY_PV}" - -DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital photo cameras" -HOMEPAGE="http://www.libraw.org/" -SRC_URI="http://www.libraw.org/data/${MY_P}.tar.gz - demosaic? ( http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-${MY_PV}.tar.gz - http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-${MY_PV}.tar.gz )" - -# Libraw also has it's own license, which is a pdf file and -# can be obtained from here: -# http://www.libraw.org/data/LICENSE.LibRaw.pdf -LICENSE="LGPL-2.1 CDDL GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="demosaic examples jpeg jpeg2k +lcms openmp static-libs" - -RDEPEND="jpeg? ( virtual/jpeg ) - jpeg2k? ( media-libs/jasper ) - lcms? ( media-libs/lcms:2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -DOCS=( Changelog.txt README ) - -pkg_pretend() { - if use openmp ; then - tc-has-openmp || die "Please switch to an openmp compatible compiler" - fi -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.13.4-docs.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_enable openmp) \ - $(use_enable jpeg) \ - $(use_enable jpeg2k jasper) \ - $(use_enable lcms) \ - $(use_enable examples) \ - $(use_enable demosaic demosaic-pack-gpl2) \ - $(use_enable demosaic demosaic-pack-gpl3) -} - -src_install() { - default - prune_libtool_files -} diff --git a/media-libs/libraw/libraw-0.15.0_beta4.ebuild b/media-libs/libraw/libraw-0.15.2.ebuild similarity index 89% rename from media-libs/libraw/libraw-0.15.0_beta4.ebuild rename to media-libs/libraw/libraw-0.15.2.ebuild index a2a29bbc57e9..a6eb2c7fa636 100644 --- a/media-libs/libraw/libraw-0.15.0_beta4.ebuild +++ b/media-libs/libraw/libraw-0.15.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.15.0_beta4.ebuild,v 1.1 2013/02/16 02:30:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.15.2.ebuild,v 1.1 2013/05/29 18:14:44 radhermit Exp $ EAPI=5 @@ -19,8 +19,8 @@ SRC_URI="http://www.libraw.org/data/${MY_P}.tar.gz # can be obtained from here: # http://www.libraw.org/data/LICENSE.LibRaw.pdf LICENSE="LGPL-2.1 CDDL GPL-2 GPL-3" -SLOT="0/8" # subslot = major soname version -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +SLOT="0/9" # subslot = libraw soname version +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="demosaic examples jpeg jpeg2k +lcms openmp static-libs" RDEPEND="jpeg? ( virtual/jpeg ) diff --git a/media-libs/netpbm/files/netpbm-10.61-test.patch b/media-libs/netpbm/files/netpbm-10.61-test.patch new file mode 100644 index 000000000000..efa88130c889 --- /dev/null +++ b/media-libs/netpbm/files/netpbm-10.61-test.patch @@ -0,0 +1,20 @@ +https://bugs.gentoo.org/450530 + +we disable fiascotopnm all the time, so delete the test too + +--- a/test/all-in-place.test ++++ b/test/all-in-place.test +@@ -103,13 +103,6 @@ + + + +-# Test fiascotopnm, which has a unique -v flag. +- +-${PBM_TESTPREFIX}fiascotopnm -v 2> /dev/null +- testExitStatus fiascotopnm 2 $? +- +- +- + # Test manweb and pnmmargin, which support --help. + + ${PBM_TESTPREFIX}manweb --help > /dev/null diff --git a/media-libs/netpbm/netpbm-10.61.00.ebuild b/media-libs/netpbm/netpbm-10.61.00.ebuild index 744ddfe9784e..df79a66fec6c 100644 --- a/media-libs/netpbm/netpbm-10.61.00.ebuild +++ b/media-libs/netpbm/netpbm-10.61.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.61.00.ebuild,v 1.3 2013/05/12 21:25:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/netpbm/netpbm-10.61.00.ebuild,v 1.4 2013/05/29 15:15:05 vapier Exp $ EAPI="4" @@ -55,6 +55,7 @@ netpbm_config() { src_prepare() { epatch "${FILESDIR}"/netpbm-10.31-build.patch + epatch "${FILESDIR}"/netpbm-10.61-test.patch # make sure we use system urt sed -i '/SUPPORT_SUBDIRS/s:urt::' GNUmakefile || die @@ -62,17 +63,20 @@ src_prepare() { # disable certain tests based on active USE flags local del=( - $(usex rle '' utahrle-roundtrip) + $(usex jbig '' 'jbigtopnm pnmtojbig') + $(usex rle '' 'utahrle-roundtrip') ) if [[ ${#del[@]} -gt 0 ]] ; then sed -i -r $(printf -- ' -e /%s.test/d' "${del[@]}") test/Test-Order || die fi del=( - pnmtofiasco # We always disable fiasco + pnmtofiasco fiascotopnm # We always disable fiasco + $(usex jbig '' 'jbigtopnm pnmtojbig') $(usex rle '' 'pnmtorle rletopnm') ) if [[ ${#del[@]} -gt 0 ]] ; then sed -i -r $(printf -- ' -e s/\<%s\>(:.ok)?//' "${del[@]}") test/all-in-place.{ok,test} || die + sed -i '/^$/d' test/all-in-place.ok || die fi # take care of the importinc stuff ourselves by only doing it once diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest index cbf79c9e4bea..3d4f9af63fb3 100644 --- a/media-sound/abcm2ps/Manifest +++ b/media-sound/abcm2ps/Manifest @@ -1,3 +1,4 @@ DIST abcm2ps-6.6.22.tar.gz 298108 SHA256 be3dde653a349c8875dd1c98810c7a5263ddaaee9bc99085a41749c3e53ce560 SHA512 fb7e526e7036456df8f8826c9d552de1ff9b007cdf5b5a623ac164a346cad9af07d26ed081d8693ff549cfde37fc541a02eea2d8cb45f4902b66ac05ab96f939 WHIRLPOOL e7d82037462f60ec4c9f6a8411c109eaeebae09373169d5d3b751d789c2c221d88a7062a9b6750e25b8062f999ea213f0c3d031390ea750dcfe9868469424363 DIST abcm2ps-7.5.2.tar.gz 313116 SHA256 d37ea789f63643dbab9683627e954e5c973f34206ffa7688e7833293ccc4f3ee SHA512 e005eb51757e5e483aa72cf70a8e9387cdb4dfa5e6967059b22edb90c00864ae64107618804339401a5261f4b7ee542d7453b24919b370d6a0184b9d462f1edf WHIRLPOOL 3a289e49adfe48a717275524d1d88014542f898526d614c60846b2bd9403d3ceb794bcfd250a8f1b62a840f0254091e8e59c22863664f15422716fbf0e61e42f +DIST abcm2ps-7.5.4.tar.gz 314881 SHA256 e32deab9491c95ee578dc9e6362858baa408ccd9fa0bc0350093c8408ee6b368 SHA512 34ab787c048024a43224019ddf8d02fc7aa2ed62de96607575c9b7efcea364dc46b90c3f9990db73b3ecdff7a1a30b4623b91fcc03ff860de3319fde1ecf1f7d WHIRLPOOL ff6b9b16eccbd0b6230cc3a10803291776cde90d5d0cf1979268011c950b9f68ae1bbd0ef1b6fd6258cbfa5a6aa5e265c86d355ffbf44c82c747ed519ce6a4ee DIST transpose_abc.pl 21045 SHA256 bd6960872bfbc9f71f183f36d533ea33b8cf62a6027b447f0b0b8adfa25a2848 SHA512 dc2623608a7b59d7e0c4d25160e69f696f170e9938dc3e035edbaf6f0163b4c6139892ec8734ea2aaba997507dcf32208562e898690600dc3c199046d4d151f3 WHIRLPOOL 81e327bbd76b40826adab06f7756c79c60289b21432b792c848db3ba1354528fa4f1a074cba890b6087cfac6e712427c6cbb2c9e6679c8ced22c362f6ec005f3 diff --git a/media-sound/abcm2ps/abcm2ps-7.5.4.ebuild b/media-sound/abcm2ps/abcm2ps-7.5.4.ebuild new file mode 100644 index 000000000000..0684170fa55e --- /dev/null +++ b/media-sound/abcm2ps/abcm2ps-7.5.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.5.4.ebuild,v 1.1 2013/05/29 06:48:08 radhermit Exp $ + +EAPI=5 + +DESCRIPTION="A program to convert abc files to Postscript files" +HOMEPAGE="http://moinejf.free.fr/" +SRC_URI="http://moinejf.free.fr/${P}.tar.gz + http://moinejf.free.fr/transpose_abc.pl" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="examples pango" + +RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_configure() { + econf \ + --enable-a4 \ + --enable-deco-is-roll \ + $(use_enable pango) +} + +src_install() { + dobin abcm2ps + + insinto /usr/share/${PN} + doins *.fmt + + dodoc Changes README *.txt + + if use examples ; then + docinto examples + dodoc *.{abc,eps} + docompress -x /usr/share/doc/${PF}/examples + fi + + docinto contrib + dodoc "${DISTDIR}"/transpose_abc.pl +} diff --git a/media-sound/flacon/Manifest b/media-sound/flacon/Manifest index e2eec7a5193c..ca9cf2382f08 100644 --- a/media-sound/flacon/Manifest +++ b/media-sound/flacon/Manifest @@ -1,4 +1,3 @@ -DIST flacon-0.5.7.tgz 115518 SHA256 46a2c50d37e9c67cba7ce458430217963e7f48d05b3f2b8e2bdb054cddfd0063 -DIST flacon-0.6.0.tgz 168541 SHA256 243113f9d9f922caf2f27a2bcf4e5603ca69ce03929f915642e9064d2ec13d04 DIST flacon-0.6.1.tgz 165571 SHA256 03d417efcc59f99484467060eb56d0fe1e8d634086078254e9c5df569743519f DIST flacon-0.7.2.tgz 238604 SHA256 b10cfe6d7f99c3b64082edc5bf926c1759714719ef5ec99065f92df4c7da87ac SHA512 2393765d39a6cdb711a7ad27b644866d58f633b692db268b9a7b7a46be10e80c3aa4fbea2ddbeba45a6dbeddd0fd6893f753d7725534e8906bd752426530322b WHIRLPOOL ef5f28563a9871525e72815e1c3e9b28212cedc874a9329edd72180446a790517e412043f189f439106b38c79923714e118cd185475a9540ef49dc5b5d373716 +DIST flacon-0.8.0.tgz 272910 SHA256 d2889b364ea49b19c400ce8081d829e5a37149dfdcb82d55f6ab453b679d1f85 SHA512 58b2cd57266533ae3bdd524d18c279171c3092665e20332a16c421d6931492deb6d201e2b3f818ecda7e2d50fdbe7170597b12922aa9cbe07cc24dc7b6d4d0d1 WHIRLPOOL e515de827886d95c6e67c8549ef4ec3ec6700d6d7cc9f06d9e568d79274942d37e0153b88391bedfda7d5b28fc3231ceb59a7faecd0830a01468d61c1cd5197f diff --git a/media-sound/flacon/flacon-0.5.7.ebuild b/media-sound/flacon/flacon-0.5.7.ebuild deleted file mode 100644 index 86fa04ba2737..000000000000 --- a/media-sound/flacon/flacon-0.5.7.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/flacon/flacon-0.5.7.ebuild,v 1.1 2011/09/24 18:15:13 maksbotan Exp $ - -EAPI="3" - -PYTHON_DEPEND="2" - -inherit python - -DESCRIPTION="Extracts audio tracks from audio CD image to separate tracks" -HOMEPAGE="https://code.google.com/p/flacon/" -SRC_URI="https://flacon.googlecode.com/files/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="flac mac mp3 ogg replaygain tta wavpack" - -RDEPEND=" - dev-python/PyQt4[X] - media-sound/shntool[mac?] - flac? ( media-libs/flac ) - mac? ( media-sound/mac ) - mp3? ( media-sound/lame ) - ogg? ( media-sound/vorbis-tools ) - tta? ( media-sound/ttaenc ) - wavpack? ( media-sound/wavpack ) - replaygain? ( - mp3? ( media-sound/mp3gain ) - ogg? ( media-sound/vorbisgain ) - ) -" -DEPEND="${RDEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . - - sed -e '/cd $(INST_DIR) && python -mcompileall ./d' -i Makefile || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} - -pkg_postinst() { - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} diff --git a/media-sound/flacon/flacon-0.6.0.ebuild b/media-sound/flacon/flacon-0.6.0.ebuild deleted file mode 100644 index c58cb1c35b37..000000000000 --- a/media-sound/flacon/flacon-0.6.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/media-sound/flacon/flacon-0.6.0.ebuild,v 1.1 2011/12/07 20:11:31 maksbotan Exp $ - -EAPI="4" - -PYTHON_DEPEND="2" - -inherit python - -DESCRIPTION="Extracts audio tracks from audio CD image to separate tracks" -HOMEPAGE="https://code.google.com/p/flacon/" -SRC_URI="https://flacon.googlecode.com/files/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="flac mac mp3 mp4 ogg replaygain tta wavpack" - -RDEPEND=" - dev-python/PyQt4[X] - media-sound/shntool[mac?] - flac? ( media-libs/flac ) - mac? ( media-sound/mac ) - mp3? ( media-sound/lame ) - mp4? ( media-libs/faac ) - ogg? ( media-sound/vorbis-tools ) - tta? ( media-sound/ttaenc ) - wavpack? ( media-sound/wavpack ) - replaygain? ( - mp3? ( media-sound/mp3gain ) - ogg? ( media-sound/vorbisgain ) - ) -" -DEPEND="${RDEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_convert_shebangs -r 2 . - - sed -e '/cd $(INST_DIR) && python -mcompileall ./d' -i Makefile || die -} - -src_compile() { :; } - -pkg_postinst() { - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} diff --git a/media-sound/flacon/flacon-0.7.2.ebuild b/media-sound/flacon/flacon-0.7.2.ebuild index bcaa0e2bf1ef..f453bb2ef8a0 100644 --- a/media-sound/flacon/flacon-0.7.2.ebuild +++ b/media-sound/flacon/flacon-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/flacon/flacon-0.7.2.ebuild,v 1.1 2012/08/23 15:16:36 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/flacon/flacon-0.7.2.ebuild,v 1.2 2013/05/29 10:11:23 nimiux Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="https://flacon.googlecode.com/files/${P}.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="flac mac mp3 mp4 ogg replaygain tta wavpack" RDEPEND=" diff --git a/media-sound/flacon/flacon-0.8.0.ebuild b/media-sound/flacon/flacon-0.8.0.ebuild new file mode 100644 index 000000000000..53669c763716 --- /dev/null +++ b/media-sound/flacon/flacon-0.8.0.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/flacon/flacon-0.8.0.ebuild,v 1.2 2013/05/29 13:12:57 xmw Exp $ + +EAPI="5" + +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PLOCALES="cs_CZ es_MX fr gl it pl_PL pt_BR ro_RO ru si_LK uk zh_CN zh_TW" + +inherit python-single-r1 l10n + +DESCRIPTION="Extracts audio tracks from audio CD image to separate tracks" +HOMEPAGE="https://code.google.com/p/flacon/" +SRC_URI="https://flacon.googlecode.com/files/${P}.tgz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="flac mac mp3 mp4 ogg replaygain tta wavpack" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-python/PyQt4[X,${PYTHON_USEDEP}] + dev-python/chardet[${PYTHON_USEDEP}] + media-sound/shntool[mac?] + flac? ( media-libs/flac ) + mac? ( media-sound/mac ) + mp3? ( media-sound/lame ) + mp4? ( media-libs/faac ) + ogg? ( media-sound/vorbis-tools ) + tta? ( media-sound/ttaenc ) + wavpack? ( media-sound/wavpack ) + replaygain? ( + mp3? ( media-sound/mp3gain ) + ogg? ( media-sound/vorbisgain ) + ) +" +DEPEND="${RDEPEND}" + +src_prepare() { + my_rm_loc() { + rm -v "translations/${PN}_${1}."{ts,qm} || die + } + + l10n_find_plocales_changes "translations" "${PN}_" '.qm' + l10n_for_each_disabled_locale_do my_rm_loc + + if [ -z "$(l10n_get_locales)" ]; then + sed -e '/install .*translations/d' -i Makefile || die + fi + + python_fix_shebang . + + sed -e '/cd $(INST_DIR) && python -mcompileall ./d' -i Makefile || die + + # do not use /tmp/ for tests + sed -e "s,/tmp/,${T}/," -i Makefile tests/flacon_tests.py || die +} + +src_compile() { :; } + +src_test() { + "${PYTHON}" tests/flacon_tests.py --verbose || die "Testing failed with ${PYTHON}" +} + +src_install() { + default + + python_optimize "${ED}"/usr/share/${PN} +} diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest index 775d132ca7fd..c9e46b5df738 100644 --- a/media-sound/lilypond/Manifest +++ b/media-sound/lilypond/Manifest @@ -1,5 +1,3 @@ DIST lilypond-2.14.2.tar.gz 15224418 SHA256 243a6b3845722a37083d73ed681e69ffde0b3b9c6158af20db3c0926dd982696 SHA512 e2d551eb8cfc08387519c7282c3813072da644c7e503461669fa79621af2805ac63b9924c7bb2894b2413f05e202b426d9ee0f6889e99287cc1941442342232a WHIRLPOOL 3b85ad14214726f13fe6ffda7a2ba42b10c079139c0c44ec380a8ec5c485966f88ba52184ad126957515948a6de77f884fe4e6be7696a39eec8b1aafd682ec05 DIST lilypond-2.16.2.tar.gz 16062982 SHA256 1f4326cf8f9363076a83ce3cbe35f747188084f7492000ed3a7ccc3ce60aa1cb SHA512 3ead74ddb7e51be274aa5aa607b776261ae5d0e9863ebe745451875e62a60fac2376f7e80546df66010cdec2752c271e7006275608f30ce9a2d1b88f22dc1d8d WHIRLPOOL a25539dac5e508220e1ddeeaed261b730e76fd26c5dbc0f97683b65bcbc5907ef6bfbe8c16a7f6a15d12950d4a7d547ee1716e25cdfb5b750e235c913a8ef38e -DIST lilypond-2.17.16.tar.gz 16262898 SHA256 593bcdf80753f3b60eb53ae011f8f931ec5f9b0356cc39f8cc0fee883bb1ca18 SHA512 51c326efa8bb31a4450036278159c409037465b56440c9f67b157f453ec4a23656a910a07d83e79da1b9f556ad0bd7b117ef23b3cc10b4b600ea0c7b8f9dab94 WHIRLPOOL fddd2a598d7567336201ce842a9111e5924d3d77186b7b7edc12d6641fe758f1cd970a0af0fb836beb20ebf677b4125d48468bcc68331feed9a5b3077fadf3ea -DIST lilypond-2.17.17.tar.gz 16302761 SHA256 e7583b5a97b4a44f9c81c7576af058e9a6538abf840ebc963d7c883e70a8859a SHA512 66e3cd2de13c91a994fe339e1341c682d8ac41979956cc3293bd18463017c4575cc8d95f1e0e6b694413ab93ece8d1bc7c7fe634be376749a1d3d39fb5a5ab3f WHIRLPOOL a31dfde76996603523aed349de0a760c6b2949c41b3db06f9e8a43f99fd1fc58dae4c3b18088ee36ae5d505b94e9da91512f28b193a5b822e223fafee5b3e7d4 -DIST lilypond-2.17.18.tar.gz 16307798 SHA256 6fd1f46cb17215ce9a09b7cad3ef4953bf739c2c4b7cb9cb8a92fa115062540a SHA512 09a513752faf2afa2fc35e1a5bb15250a9dfb1d132b4ba062990c1d03b8632aeda443b233c29260b2b6e1614d24eff8c74049d0bd0883e9f18b1abd14d724653 WHIRLPOOL 5039b25a43668977c860d6e937e0d1dcbda1537a4db34d31f576c8c3399c7c5b5775a0a9e3685c264a43803e39ebf9699ad63c092a4e935f285380177f7814a6 +DIST lilypond-2.17.19.tar.gz 16307961 SHA256 96db6298da19f965164230ac2e3d398ac3ca000dce61379a2d33e36942651d12 SHA512 0dead3ed9d876ab445a3c8ec020952dcba7346ddb125c4d7932e9a19fd40008cb73d03bbdf54639bf104a642812889f6815741636d2129446b51351eba64dbb1 WHIRLPOOL ab21c740237e71e13e025e7c92dee876f3b8b9fd2364339f3aceb97f345c0cb9eab00a135a56ffa0ad862816635b17e77c8fed328243cc06825bb1ed3ee3f939 diff --git a/media-sound/lilypond/lilypond-2.16.2.ebuild b/media-sound/lilypond/lilypond-2.16.2.ebuild index e7038ff1a87c..5a748848a0fe 100644 --- a/media-sound/lilypond/lilypond-2.16.2.ebuild +++ b/media-sound/lilypond/lilypond-2.16.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.16.2.ebuild,v 1.1 2013/01/14 03:04:10 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.16.2.ebuild,v 1.2 2013/05/30 07:07:58 radhermit Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -16,6 +16,7 @@ LICENSE="GPL-3 FDL-1.3" KEYWORDS="~amd64 ~hppa ~x86" LANGS=" cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] diff --git a/media-sound/lilypond/lilypond-2.17.16.ebuild b/media-sound/lilypond/lilypond-2.17.16.ebuild deleted file mode 100644 index c7eeb187c5be..000000000000 --- a/media-sound/lilypond/lilypond-2.17.16.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.17.16.ebuild,v 1.1 2013/04/16 09:18:32 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) - -inherit elisp-common autotools eutils python-single-r1 - -DESCRIPTION="GNU Music Typesetter" -SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz" -HOMEPAGE="http://lilypond.org/" - -SLOT="0" -LICENSE="GPL-3 FDL-1.3" -KEYWORDS="~amd64 ~hppa ~x86" -LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" -IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}" - -RDEPEND=">=app-text/ghostscript-gpl-8.15 - >=dev-scheme/guile-1.8.2[deprecated,regex] - media-fonts/urw-fonts - media-libs/fontconfig - media-libs/freetype:2 - >=x11-libs/pango-1.12.3 - emacs? ( virtual/emacs ) - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - app-text/t1utils - dev-lang/perl - dev-texlive/texlive-metapost - virtual/pkgconfig - media-gfx/fontforge - >=sys-apps/texinfo-4.11 - >=sys-devel/bison-2.0 - sys-devel/flex - sys-devel/gettext - sys-devel/make" - -# Correct output data for tests isn't bundled with releases -RESTRICT="test" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.17.2-tex-docs.patch - - if ! use vim-syntax ; then - sed -i -e "s/vim//" GNUmakefile.in || die - fi - - sed -i -e "s/OPTIMIZE -g/OPTIMIZE/" aclocal.m4 || die - - for lang in ${LANGS}; do - use linguas_${lang} || rm po/${lang}.po || die - done - - eautoreconf -} - -src_configure() { - # documentation generation currently not supported since it requires a newer - # version of texi2html than is currently in the tree - - econf \ - --with-ncsb-dir=/usr/share/fonts/urw-fonts \ - --disable-documentation \ - --disable-optimising \ - --disable-pipe \ - $(use_enable debug debugging) \ - $(use_enable profile profiling) -} - -src_compile() { - default - - if use emacs ; then - elisp-compile elisp/lilypond-{font-lock,indent,mode,what-beat}.el \ - || die "elisp-compile failed" - fi -} - -src_install () { - emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install - - # remove elisp files since they are in the wrong directory - rm -r "${ED}"/usr/share/emacs || die - - if use emacs ; then - elisp-install ${PN} elisp/*.{el,elc} elisp/out/*.el \ - || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el - fi - - python_fix_shebang "${ED}" - - dodoc AUTHORS.txt HACKING NEWS.txt README.txt -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/media-sound/lilypond/lilypond-2.17.18.ebuild b/media-sound/lilypond/lilypond-2.17.18.ebuild deleted file mode 100644 index 6e52c05256f1..000000000000 --- a/media-sound/lilypond/lilypond-2.17.18.ebuild +++ /dev/null @@ -1,104 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.17.18.ebuild,v 1.1 2013/05/13 07:35:31 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) - -inherit elisp-common autotools eutils python-single-r1 - -DESCRIPTION="GNU Music Typesetter" -SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz" -HOMEPAGE="http://lilypond.org/" - -SLOT="0" -LICENSE="GPL-3 FDL-1.3" -KEYWORDS="~amd64 ~hppa ~x86" -LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" -IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}" - -RDEPEND=">=app-text/ghostscript-gpl-8.15 - >=dev-scheme/guile-1.8.2[deprecated,regex] - media-fonts/urw-fonts - media-libs/fontconfig - media-libs/freetype:2 - >=x11-libs/pango-1.12.3 - emacs? ( virtual/emacs ) - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - app-text/t1utils - dev-lang/perl - dev-texlive/texlive-metapost - virtual/pkgconfig - media-gfx/fontforge - >=sys-apps/texinfo-4.11 - >=sys-devel/bison-2.0 - sys-devel/flex - sys-devel/gettext - sys-devel/make" - -# Correct output data for tests isn't bundled with releases -RESTRICT="test" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-2.17.2-tex-docs.patch - - if ! use vim-syntax ; then - sed -i -e "s/vim//" GNUmakefile.in || die - fi - - sed -i -e "s/OPTIMIZE -g/OPTIMIZE/" aclocal.m4 || die - - for lang in ${LANGS}; do - use linguas_${lang} || rm po/${lang}.po || die - done - - eautoreconf -} - -src_configure() { - # documentation generation currently not supported since it requires a newer - # version of texi2html than is currently in the tree - - econf \ - --with-ncsb-dir=/usr/share/fonts/urw-fonts \ - --disable-documentation \ - --disable-optimising \ - --disable-pipe \ - $(use_enable debug debugging) \ - $(use_enable profile profiling) -} - -src_compile() { - default - - if use emacs ; then - elisp-compile elisp/lilypond-{font-lock,indent,mode,what-beat}.el \ - || die "elisp-compile failed" - fi -} - -src_install () { - emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install - - # remove elisp files since they are in the wrong directory - rm -r "${ED}"/usr/share/emacs || die - - if use emacs ; then - elisp-install ${PN} elisp/*.{el,elc} elisp/out/*.el \ - || die "elisp-install failed" - elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el - fi - - python_fix_shebang "${ED}" - - dodoc AUTHORS.txt HACKING NEWS.txt README.txt -} - -pkg_postinst() { - use emacs && elisp-site-regen -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/media-sound/lilypond/lilypond-2.17.17.ebuild b/media-sound/lilypond/lilypond-2.17.19.ebuild similarity index 88% rename from media-sound/lilypond/lilypond-2.17.17.ebuild rename to media-sound/lilypond/lilypond-2.17.19.ebuild index 6dffa70c06cb..5a4c604ad0f5 100644 --- a/media-sound/lilypond/lilypond-2.17.17.ebuild +++ b/media-sound/lilypond/lilypond-2.17.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.17.17.ebuild,v 1.1 2013/05/09 05:57:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-2.17.19.ebuild,v 1.1 2013/05/30 07:07:58 radhermit Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) @@ -11,11 +11,12 @@ DESCRIPTION="GNU Music Typesetter" SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz" HOMEPAGE="http://lilypond.org/" -SLOT="0" LICENSE="GPL-3 FDL-1.3" +SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] @@ -44,15 +45,19 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-2.17.2-tex-docs.patch if ! use vim-syntax ; then - sed -i -e "s/vim//" GNUmakefile.in || die + sed -i 's/vim//' GNUmakefile.in || die fi - sed -i -e "s/OPTIMIZE -g/OPTIMIZE/" aclocal.m4 || die + # respect CFLAGS + sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die for lang in ${LANGS}; do use linguas_${lang} || rm po/${lang}.po || die done + # respect AR + sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die + eautoreconf } diff --git a/media-sound/lilypond/lilypond-9999.ebuild b/media-sound/lilypond/lilypond-9999.ebuild index ec6b84918d54..a7ee60637124 100644 --- a/media-sound/lilypond/lilypond-9999.ebuild +++ b/media-sound/lilypond/lilypond-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-9999.ebuild,v 1.2 2013/01/14 03:04:10 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lilypond/lilypond-9999.ebuild,v 1.3 2013/05/30 07:07:58 radhermit Exp $ -EAPI="5" +EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) inherit elisp-common autotools eutils git-2 python-single-r1 @@ -12,10 +12,11 @@ EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git" DESCRIPTION="GNU Music Typesetter" HOMEPAGE="http://lilypond.org/" -SLOT="0" LICENSE="GPL-3 FDL-1.3" -KEYWORDS="" -IUSE="debug emacs profile vim-syntax" +SLOT="0" +LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW" +IUSE="debug emacs profile vim-syntax ${LANGS// / linguas_}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] @@ -42,10 +43,18 @@ RESTRICT="test" src_prepare() { if ! use vim-syntax ; then - sed -i -e "s/vim//" GNUmakefile.in || die + sed -i 's/vim//' GNUmakefile.in || die fi - sed -i -e "s/OPTIMIZE -g/OPTIMIZE/" aclocal.m4 || die + # respect CFLAGS + sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die + + for lang in ${LANGS}; do + use linguas_${lang} || rm po/${lang}.po || die + done + + # respect AR + sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die eautoreconf } @@ -86,7 +95,7 @@ src_install () { python_fix_shebang "${ED}" - dodoc HACKING README.txt + dodoc HACKING } pkg_postinst() { diff --git a/media-sound/solfege/Manifest b/media-sound/solfege/Manifest index 580ba95aa6a6..74526f371b47 100644 --- a/media-sound/solfege/Manifest +++ b/media-sound/solfege/Manifest @@ -1,3 +1,4 @@ DIST solfege-3.20.6.tar.gz 6868796 SHA256 8c568fa6cc4f3f8a54986d28bf67c68ba69c9429b4ce1fc18e15e7e4159a06b3 SHA512 f3ded29285f9125928c2f084c8ea55b0e7b18d49219a1179e0abf4feff9e7d0a92d10990a5619fa0e403dc6c42c0bd3b802a05dce54bae4653898ae2253915ef WHIRLPOOL cf947fc05e6a27da9f0c2f5312efc7e5b6e4a049db8a88c8b72b69aa9b7cf02fb20b64fba4ff5ad36ed5fbe2bb3172b2a49654f5c293d233f3024ca869986f89 DIST solfege-3.20.8.tar.gz 6947210 SHA256 a8b781feb6fe940493cffffc63408069320b0ea4d27e16619a76f9927d19e888 SHA512 0f79b4a6b4e2ebb0a763e64277f7072c545624ca5df4d6cb8149b9cf1ed9aa3c3feb055f6afcd265e3ae0513f07805cbb05e76b3f6de766ef1cdce39ece77a4e WHIRLPOOL cf90fbee5d771c6eb6f230bf7975a157dc25e1b2ca2d34c98af6c4890b6fc053720593de400708b1b7fc19508ea8ce3d4faa280c102d83b282aa7490b604f56b DIST solfege-3.21.4.tar.gz 6858485 SHA256 9e12d142e6e964cb0f58556f0d702146957538548f91a9568b7d3a3655c821a1 SHA512 38550cfae988f8fb0932329a98334feb5688216a8c55837469a1a3aaeb73c28012b3099fa838f57d8965ee06c592c9f3884b134482851a845f834ca89b136c44 WHIRLPOOL 66e2173b7f70d915981e257f44cf19f4ffaa083f43b60a0bf5a0de07094ceeee2f4be8ac6b204461d1583600e0289bf20f63d009be5471763cb9bc6e75c952cf +DIST solfege-3.22.0.tar.gz 6856926 SHA256 7d883528f74757aa564caf31783edf1738dfa2f96636bb48ebc7d8b01acc7482 SHA512 0f2f8933cfcc7816da8b73a396ea56faba798cee3d982d329afec706f40e0808c553a669ee775f279e74a0a65d87c13a144129543c91710e3a82530d711407ac WHIRLPOOL e7073ecff9026b7c12a0b3a31031e22ff852828fa391b95e9706f6bf85392267701f069cfe26a75a21c76be80215abfc149feb247b2b5173f02f5f929f72eeab diff --git a/media-sound/solfege/solfege-3.22.0.ebuild b/media-sound/solfege/solfege-3.22.0.ebuild new file mode 100644 index 000000000000..91a00a5c15e2 --- /dev/null +++ b/media-sound/solfege/solfege-3.22.0.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/solfege/solfege-3.22.0.ebuild,v 1.1 2013/05/29 07:05:39 radhermit Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="sqlite" + +inherit python-single-r1 + +DESCRIPTION="GNU Solfege is a program written to help you practice ear training." +HOMEPAGE="http://www.solfege.org" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="alsa oss" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=dev-python/pygtk-2.12 + gnome-base/librsvg + alsa? ( dev-python/pyalsa ) + !oss? ( media-sound/timidity++ )" +DEPEND="${PYTHON_DEPS} + dev-lang/swig + sys-devel/gettext + sys-apps/texinfo + virtual/pkgconfig + dev-libs/libxslt + app-text/txt2man + >=app-text/docbook-xsl-stylesheets-1.60" + +RESTRICT="test" + +src_prepare() { + sed -i -e '/^CFLAGS/s:-I/usr/src/linux/include::' \ + solfege/soundcard/Makefile || die +} + +src_configure() { + local xslloc=$( xmlcatalog /etc/xml/catalog http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl | sed 's@file://@@' ) + + econf \ + --enable-docbook-stylesheet=${xslloc} \ + $(use_enable oss oss-sound) +} + +src_compile() { + emake skipmanual=yes +} + +src_install() { + emake DESTDIR="${ED}" nopycompile=YES skipmanual=yes install + dodoc AUTHORS *hange*og FAQ README +} diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index a3c2824726dc..2ec48fcb0d00 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.14 2013/05/03 22:09:30 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.15 2013/05/29 23:22:42 johu Exp $ EAPI=5 @@ -33,6 +33,7 @@ DEPEND=" >=dev-libs/libattica-0.4.0 dev-libs/qjson dev-libs/quazip + dev-libs/qtkeychain >=dev-qt/qtcore-${QT_MINIMAL}:4 >=dev-qt/qtdbus-${QT_MINIMAL}:4 >=dev-qt/qtgui-${QT_MINIMAL}:4 diff --git a/media-video/subdownloader/subdownloader-2.0.18.ebuild b/media-video/subdownloader/subdownloader-2.0.18.ebuild index 2c33db9376fa..bb4e1468d15f 100644 --- a/media-video/subdownloader/subdownloader-2.0.18.ebuild +++ b/media-video/subdownloader/subdownloader-2.0.18.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/subdownloader-2.0.18.ebuild,v 1.1 2013/02/16 12:05:59 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subdownloader/subdownloader-2.0.18.ebuild,v 1.2 2013/05/30 04:13:14 zerochaos Exp $ -EAPI=4 +EAPI=5 PYTHON_DEPEND="2" @@ -16,7 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -S="${WORKDIR}/subdownloader-${PV}" +#S="${WORKDIR}/subdownloader-${PV}" DEPEND=" dev-python/PyQt4 diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 04fd57f9058f..d16784d11ed6 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Wed, 29 May 2013 04:06:54 +0000 +Thu, 30 May 2013 07:37:01 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 04fd57f9058f..d16784d11ed6 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Wed, 29 May 2013 04:06:54 +0000 +Thu, 30 May 2013 07:37:01 +0000 diff --git a/metadata/md5-cache/app-benchmarks/bootchart2-0.14.5-r1 b/metadata/md5-cache/app-benchmarks/bootchart2-0.14.5-r1 index 4b1382ab8f59..6a6b252dced7 100644 --- a/metadata/md5-cache/app-benchmarks/bootchart2-0.14.5-r1 +++ b/metadata/md5-cache/app-benchmarks/bootchart2-0.14.5-r1 @@ -7,8 +7,8 @@ IUSE=svg test X python_targets_python2_6 python_targets_python2_7 python_targets KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=!app-benchmarks/bootchart X? ( dev-python/pycairo[svg?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pygtk python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) sys-apps/lsb-release -REQUIRED_USE=test? ( X ) +REQUIRED_USE=X? ( || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) ) test? ( X ) SLOT=0 SRC_URI=mirror://github/mmeeks/bootchart/bootchart2-0.14.5.tar.bz2 _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 systemd 3421a5715404244e4827acd1cf8ce654 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e7fd7f707913eefceec91f6d7785be1a +_md5_=e66ad5159bd63e12a45eef5171300bcb diff --git a/metadata/md5-cache/app-editors/gvim-7.3.266 b/metadata/md5-cache/app-editors/gvim-7.3.266 index bcb0c82e549c..7d4a7bec6356 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.266 +++ b/metadata/md5-cache/app-editors/gvim-7.3.266 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.266.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=6375142621a9c42b50380aead53f2b39 diff --git a/metadata/md5-cache/app-editors/gvim-7.3.409 b/metadata/md5-cache/app-editors/gvim-7.3.409 index 58df5625cdc8..5406733f01a8 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.409 +++ b/metadata/md5-cache/app-editors/gvim-7.3.409 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.409.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=5a469bebffb1ad4260769e190459910a diff --git a/metadata/md5-cache/app-editors/gvim-7.3.444 b/metadata/md5-cache/app-editors/gvim-7.3.444 index 3da18ec8dfd9..c42a2a8eef20 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.444 +++ b/metadata/md5-cache/app-editors/gvim-7.3.444 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.444.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=86fb332d10a61783fc2b4dca8251103c diff --git a/metadata/md5-cache/app-editors/gvim-7.3.456 b/metadata/md5-cache/app-editors/gvim-7.3.456 index 813f39a79b5c..b90a6431f6ac 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.456 +++ b/metadata/md5-cache/app-editors/gvim-7.3.456 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.456.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=413c24a82fc216011a90c6c50fc08cef diff --git a/metadata/md5-cache/app-editors/gvim-7.3.462 b/metadata/md5-cache/app-editors/gvim-7.3.462 index cfc1ddf2786b..d27150a7c98a 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.462 +++ b/metadata/md5-cache/app-editors/gvim-7.3.462 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.462.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=542809498389ddb7bd65c587152bc0d6 diff --git a/metadata/md5-cache/app-editors/gvim-7.3.487 b/metadata/md5-cache/app-editors/gvim-7.3.487 index c052492e652a..80ffadcfaf43 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.487 +++ b/metadata/md5-cache/app-editors/gvim-7.3.487 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.487.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=9a036cb4fb1a1119df1e8e02781fa6c3 diff --git a/metadata/md5-cache/app-editors/gvim-7.3.498 b/metadata/md5-cache/app-editors/gvim-7.3.498 index 83e9924119e9..638f683bce0c 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.498 +++ b/metadata/md5-cache/app-editors/gvim-7.3.498 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.498.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=d5a684704408fd2aeac91f882a3d4acb diff --git a/metadata/md5-cache/app-editors/gvim-7.3.502 b/metadata/md5-cache/app-editors/gvim-7.3.502 index ea0905c7289d..0e0ca8cedb99 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.502 +++ b/metadata/md5-cache/app-editors/gvim-7.3.502 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.502.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=268deead4078b6065d35848f29e5d1c9 diff --git a/metadata/md5-cache/app-editors/gvim-7.3.515 b/metadata/md5-cache/app-editors/gvim-7.3.515 index 586638f7e625..a52e86ec65bd 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.515 +++ b/metadata/md5-cache/app-editors/gvim-7.3.515 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.515.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=7e6da8a90d99900bb3325df5e6dff77d diff --git a/metadata/md5-cache/app-editors/gvim-7.3.537 b/metadata/md5-cache/app-editors/gvim-7.3.537 index a5b851001010..17467b0a4d07 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.537 +++ b/metadata/md5-cache/app-editors/gvim-7.3.537 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.537.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=5599e55d655ed3c91b506ccd1190455b diff --git a/metadata/md5-cache/app-editors/gvim-7.3.556 b/metadata/md5-cache/app-editors/gvim-7.3.556 index 502f67cd35f9..3b3651699b17 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.556 +++ b/metadata/md5-cache/app-editors/gvim-7.3.556 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.556.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=2d344e88f1b1d7213406d883e2c55c10 diff --git a/metadata/md5-cache/app-editors/gvim-7.3.566 b/metadata/md5-cache/app-editors/gvim-7.3.566 index 3496d1af7767..153735792c16 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.566 +++ b/metadata/md5-cache/app-editors/gvim-7.3.566 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.566.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=33181791600b7c69cea900671cf263d2 diff --git a/metadata/md5-cache/app-editors/gvim-7.3.600 b/metadata/md5-cache/app-editors/gvim-7.3.600 index 7b82bb2d5a8b..34d9b1c15e2e 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.600 +++ b/metadata/md5-cache/app-editors/gvim-7.3.600 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.600.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=7731964d53036a23949c75c3180f3aa5 diff --git a/metadata/md5-cache/app-editors/gvim-7.3.646 b/metadata/md5-cache/app-editors/gvim-7.3.646 index 971b89ebde18..f6b8fd498e55 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.646 +++ b/metadata/md5-cache/app-editors/gvim-7.3.646 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.646.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=256eaae11927cffcaf7c5e8f41052a83 diff --git a/metadata/md5-cache/app-editors/gvim-7.3.762 b/metadata/md5-cache/app-editors/gvim-7.3.762 index cdd308f516bb..fe62b0a69c1b 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.762 +++ b/metadata/md5-cache/app-editors/gvim-7.3.762 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.762.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=761eecd18ee4d0a18b9c09e990572f0a diff --git a/metadata/md5-cache/app-editors/gvim-7.3.905 b/metadata/md5-cache/app-editors/gvim-7.3.905 index 2c35a88728e9..486782709c3c 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.905 +++ b/metadata/md5-cache/app-editors/gvim-7.3.905 @@ -7,7 +7,8 @@ IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=vim RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5[threads] ) python_single_target_python2_6? ( dev-lang/python:2.6[threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[threads] ) python_single_target_python3_1? ( dev-lang/python:3.1[threads] ) python_single_target_python3_2? ( dev-lang/python:3.2[threads] ) python_single_target_python3_3? ( dev-lang/python:3.3[threads] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) +REQUIRED_USE=python? ( python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_1? ( python_targets_python3_1 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 python_single_target_python3_3 ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.905.patch.bz2 http://dev.gentoo.org/~radhermit/vim/vim-patches-7.3.905.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=6871dcd8ce30cf7d762f2288c31741ba diff --git a/metadata/md5-cache/app-editors/gvim-7.3.931 b/metadata/md5-cache/app-editors/gvim-7.3.931 index d82a7d0adf35..6b23b7ad5c73 100644 --- a/metadata/md5-cache/app-editors/gvim-7.3.931 +++ b/metadata/md5-cache/app-editors/gvim-7.3.931 @@ -7,7 +7,8 @@ IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=vim RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5[threads] ) python_single_target_python2_6? ( dev-lang/python:2.6[threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[threads] ) python_single_target_python3_1? ( dev-lang/python:3.1[threads] ) python_single_target_python3_2? ( dev-lang/python:3.2[threads] ) python_single_target_python3_3? ( dev-lang/python:3.3[threads] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) +REQUIRED_USE=python? ( python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_1? ( python_targets_python3_1 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 python_single_target_python3_3 ) ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.931.patch.bz2 http://dev.gentoo.org/~radhermit/vim/vim-patches-7.3.931.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=2d39a39275b79d8462ca63936fa5e244 diff --git a/metadata/md5-cache/app-editors/gvim-9999 b/metadata/md5-cache/app-editors/gvim-9999 index 1ca5dc1674e4..1b0632e4ff91 100644 --- a/metadata/md5-cache/app-editors/gvim-9999 +++ b/metadata/md5-cache/app-editors/gvim-9999 @@ -6,6 +6,7 @@ HOMEPAGE=http://www.vim.org/ IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 python_single_target_python3_3 nls acl cscope debug gpm perl python ruby aqua gnome gtk motif neXt netbeans LICENSE=vim RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5[threads] ) python_single_target_python2_6? ( dev-lang/python:2.6[threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[threads] ) python_single_target_python3_1? ( dev-lang/python:3.1[threads] ) python_single_target_python3_2? ( dev-lang/python:3.2[threads] ) python_single_target_python3_3? ( dev-lang/python:3.3[threads] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) +REQUIRED_USE=python? ( python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_1? ( python_targets_python3_1 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 python_single_target_python3_3 ) ) SLOT=0 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de mercurial 5fcb2f60868c283ece4cadfce78a5b24 multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de mercurial 5fcb2f60868c283ece4cadfce78a5b24 multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=82527ee5fa29c5e0124e0767518ade4c diff --git a/metadata/md5-cache/app-editors/qxmledit-0.8.5 b/metadata/md5-cache/app-editors/qxmledit-0.8.5 index 305aa48f9979..2624c10e7869 100644 --- a/metadata/md5-cache/app-editors/qxmledit-0.8.5 +++ b/metadata/md5-cache/app-editors/qxmledit-0.8.5 @@ -4,10 +4,10 @@ DESCRIPTION=Qt4 XML Editor EAPI=5 HOMEPAGE=http://code.google.com/p/qxmledit/ IUSE=debug -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=LGPL-2 RDEPEND=>=dev-qt/qtcore-4.7:4 >=dev-qt/qtgui-4.7:4 >=dev-qt/qtsql-4.7:4 >=dev-qt/qtsvg-4.7:4 >=dev-qt/qtxmlpatterns-4.7:4 SLOT=0 SRC_URI=http://qxmledit.googlecode.com/files/qxmledit-0.8.5-src.tgz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 qt4-r2 f735f67b3de93a007dbdec708b481831 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3aa1492c609c66aa382dd2060b6b36ef +_md5_=ddcf17078039802c67c7061e1dd32651 diff --git a/metadata/md5-cache/app-editors/vim-7.3.266 b/metadata/md5-cache/app-editors/vim-7.3.266 index bc9e60e9f2e0..16d63c813615 100644 --- a/metadata/md5-cache/app-editors/vim-7.3.266 +++ b/metadata/md5-cache/app-editors/vim-7.3.266 @@ -9,5 +9,5 @@ LICENSE=vim RDEPEND=python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) >=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5[threads] ) python_single_target_python2_6? ( dev-lang/python:2.6[threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[threads] ) python_single_target_python3_1? ( dev-lang/python:3.1[threads] ) python_single_target_python3_2? ( dev-lang/python:3.2[threads] ) python_single_target_python3_3? ( dev-lang/python:3.3[threads] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5[threads] ) python_single_target_python2_6? ( dev-lang/python:2.6[threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[threads] ) python_single_target_python3_1? ( dev-lang/python:3.1[threads] ) python_single_target_python3_2? ( dev-lang/python:3.2[threads] ) python_single_target_python3_3? ( dev-lang/python:3.3[threads] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5[threads] ) python_single_target_python2_6? ( dev-lang/python:2.6[threads] ) python_single_target_python2_7? ( dev-lang/python:2.7[threads] ) python_single_target_python3_1? ( dev-lang/python:3.1[threads] ) python_single_target_python3_2? ( dev-lang/python:3.2[threads] ) python_single_target_python3_3? ( dev-lang/python:3.3[threads] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.266.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=319e9326c21fb8e40822607b21e356ba diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.409 b/metadata/md5-cache/app-editors/vim-core-7.3.409 index 8bf170c78371..dd17df5cb6ea 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.409 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.409 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.409.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=dcf96d6f244e9f634fa7e0ece7008d87 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.444 b/metadata/md5-cache/app-editors/vim-core-7.3.444 index 0b979a123ef1..f709f889132d 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.444 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.444 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.444.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=0d46db4884f59dd273e98df4cfac14bd diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.456 b/metadata/md5-cache/app-editors/vim-core-7.3.456 index 0518c32d17d0..0b29966a518b 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.456 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.456 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.456.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=4cf6d922dffdc1b8953fb39dbcee6f28 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.462 b/metadata/md5-cache/app-editors/vim-core-7.3.462 index 7d2eb6337bbf..09cec7738515 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.462 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.462 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.462.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=b34fd0bd8fa8cf34e06f7bdb58df0384 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.487 b/metadata/md5-cache/app-editors/vim-core-7.3.487 index bfd8139ee28b..a7b0fe3ff062 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.487 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.487 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.487.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=641613c5438c26601c6c73bfcea910ee diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.498 b/metadata/md5-cache/app-editors/vim-core-7.3.498 index 2bcbffe0d551..65cacd14245c 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.498 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.498 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.498.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=8458f9598fc578659a30cdd991160a86 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.502 b/metadata/md5-cache/app-editors/vim-core-7.3.502 index 9e24676d03d2..21d05385c23e 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.502 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.502 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.502.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=e16c0d02c308be2eb4387c8da3827abe diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.515 b/metadata/md5-cache/app-editors/vim-core-7.3.515 index 7a13faffc8ee..c32a084b1047 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.515 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.515 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.515.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=23e3f8bb9bd50f6100bca2274905a426 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.537 b/metadata/md5-cache/app-editors/vim-core-7.3.537 index a52be788322b..4ca138d46452 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.537 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.537 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.537.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=0ef6b7843062320c667780d2ed583a71 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.556 b/metadata/md5-cache/app-editors/vim-core-7.3.556 index 7f2f337f2abc..d9103da8ed6f 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.556 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.556 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.556.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=af31745bfd5ac50ec6ff9c52d247b0f1 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.566 b/metadata/md5-cache/app-editors/vim-core-7.3.566 index cd03d48eb79c..0772651145ad 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.566 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.566 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.566.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=ffc2d5a7a31ea0aa703adf6112ed8610 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.600 b/metadata/md5-cache/app-editors/vim-core-7.3.600 index 51a1e03f3c63..bc022a461323 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.600 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.600 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.600.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=79402a9fb2ab4ce5280f8ce36250019a diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.646 b/metadata/md5-cache/app-editors/vim-core-7.3.646 index c542855aa577..094f76246a3a 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.646 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.646 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r1.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.646.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=19e6d82ccdf1e089a5b5c3c7617ee7d4 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.762 b/metadata/md5-cache/app-editors/vim-core-7.3.762 index 8a4173a94214..a4e052e655db 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.762 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.762 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r2.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.762.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=2bf84b64c4b324d878af522d45ead9c4 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.905 b/metadata/md5-cache/app-editors/vim-core-7.3.905 index 0f9eafc13b1a..45653eef1074 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.905 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.905 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r2.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.905.patch.bz2 http://dev.gentoo.org/~radhermit/vim/vim-patches-7.3.905.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=4d8b58120dd68c204b916557f347d281 diff --git a/metadata/md5-cache/app-editors/vim-core-7.3.931 b/metadata/md5-cache/app-editors/vim-core-7.3.931 index 3dee70a33802..5c8280d38b8d 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.3.931 +++ b/metadata/md5-cache/app-editors/vim-core-7.3.931 @@ -10,5 +10,5 @@ PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-core-7.3-gentoo-patches-r2.tar.bz2 http://dev.gentoo.org/~lack/vim/vim-patches-7.3.931.patch.bz2 http://dev.gentoo.org/~radhermit/vim/vim-patches-7.3.931.patch.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=a446ca9769553241367f883c93284fe9 diff --git a/metadata/md5-cache/app-editors/vim-core-9999 b/metadata/md5-cache/app-editors/vim-core-9999 index 8266fcbc2bae..701049f95a76 100644 --- a/metadata/md5-cache/app-editors/vim-core-9999 +++ b/metadata/md5-cache/app-editors/vim-core-9999 @@ -8,5 +8,5 @@ LICENSE=vim PDEPEND=!livecd? ( app-vim/gentoo-syntax ) RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) SLOT=0 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de mercurial 5fcb2f60868c283ece4cadfce78a5b24 multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim bf45dd4444e9136b0a9e8a9eb2567956 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de mercurial 5fcb2f60868c283ece4cadfce78a5b24 multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 vim a1b2d6efe909ea89d4495d4389e18239 vim-doc 1c18baeec98cec3287524cbf2fee2bd2 _md5_=2c275b9fb33348305bf6e5d223f4440b diff --git a/metadata/md5-cache/app-emulation/crossover-bin-12.2.1 b/metadata/md5-cache/app-emulation/crossover-bin-12.2.1 new file mode 100644 index 000000000000..ea55df485320 --- /dev/null +++ b/metadata/md5-cache/app-emulation/crossover-bin-12.2.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install nofetch prepare setup unpack +DEPEND=dev-lang/perl app-arch/unzip +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_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=-* ~amd64 ~x86 +LICENSE=CROSSOVER-2 +RDEPEND=dev-lang/perl app-arch/unzip !prefix? ( sys-libs/glibc ) >=dev-python/pygtk-2.10 dev-util/desktop-file-utils sys-apps/dbus !app-emulation/crossover-office-pro-bin !app-emulation/crossover-office-bin amd64? ( openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs app-emulation/emul-linux-x86-soundlibs || ( ( >=media-libs/freetype-2.0.0[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-xlibs ) ) x86? ( capi? ( net-dialup/capi4k-utils ) cups? ( net-print/cups ) gsm? ( media-sound/gsm ) jpeg? ( virtual/jpeg ) lcms? ( media-libs/lcms:0 ) ldap? ( net-nds/openldap ) gphoto2? ( media-libs/libgphoto2 ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) openal? ( media-libs/openal ) opengl? ( virtual/glu virtual/opengl ) png? ( media-libs/libpng:0 ) scanner? ( media-gfx/sane-backends ) ssl? ( dev-libs/openssl:0 ) v4l? ( media-libs/libv4l ) media-libs/alsa-lib >=media-libs/freetype-2.0.0 media-libs/mesa sys-apps/util-linux sys-libs/zlib x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp x11-libs/libXext x11-libs/libXi x11-libs/libXrandr x11-libs/libXxf86vm x11-libs/libxcb ) +RESTRICT=fetch test +SLOT=0 +SRC_URI=install-crossover-12.2.1.bin +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f unpacker 658a981a81fd7cb0767315a541bab01d +_md5_=693b3184dd8a93009bc2c3adeb2c4139 diff --git a/metadata/md5-cache/app-emulation/qemu-1.4.2 b/metadata/md5-cache/app-emulation/qemu-1.4.2 new file mode 100644 index 000000000000..bcfbc8b09632 --- /dev/null +++ b/metadata/md5-cache/app-emulation/qemu-1.4.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure info install postinst prepare pretend setup test +DEPEND=!static-softmmu? ( >=dev-libs/glib-2.0 sys-apps/pciutils sys-libs/zlib >=x11-libs/pixman-0.28.0 aio? ( dev-libs/libaio ) caps? ( sys-libs/libcap-ng ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.2.0 ) jpeg? ( virtual/jpeg ) ncurses? ( sys-libs/ncurses ) png? ( media-libs/libpng ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( >=media-libs/libsdl-1.2.11 ) seccomp? ( >=sys-libs/libseccomp-1.0.1 ) spice? ( >=app-emulation/spice-0.12.0 ) tls? ( net-libs/gnutls ) uuid? ( >=sys-apps/util-linux-2.16.0 ) vde? ( net-misc/vde ) xattr? ( sys-apps/attr ) xfs? ( sys-fs/xfsprogs ) ) !app-emulation/kqemu qemu_softmmu_targets_i386? ( sys-firmware/ipxe ~sys-firmware/seabios-1.7.2.1 ~sys-firmware/sgabios-0.1_pre8 ~sys-firmware/vgabios-0.7a ) qemu_softmmu_targets_x86_64? ( sys-firmware/ipxe ~sys-firmware/seabios-1.7.2.1 ~sys-firmware/sgabios-0.1_pre8 ~sys-firmware/vgabios-0.7a ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bluetooth? ( net-wireless/bluez ) brltty? ( app-accessibility/brltty ) iscsi? ( net-libs/libiscsi ) opengl? ( virtual/opengl ) pulseaudio? ( media-sound/pulseaudio ) python? ( python_targets_python2_5? ( dev-lang/python:2.5[ncurses,readline] ) python_targets_python2_6? ( dev-lang/python:2.6[ncurses,readline] ) python_targets_python2_7? ( dev-lang/python:2.7[ncurses,readline] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) sdl? ( media-libs/libsdl[X] ) selinux? ( sec-policy/selinux-qemu ) smartcard? ( dev-libs/nss !app-emulation/libcacard ) spice? ( >=app-emulation/spice-protocol-0.12.3 ) systemtap? ( dev-util/systemtap ) usbredir? ( >=sys-apps/usbredir-0.6 ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools ) app-text/texi2html =dev-lang/python-2* virtual/pkgconfig kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) static-softmmu? ( >=dev-libs/glib-2.0[static-libs(+)] sys-apps/pciutils[static-libs(+)] sys-libs/zlib[static-libs(+)] >=x11-libs/pixman-0.28.0[static-libs(+)] aio? ( dev-libs/libaio[static-libs(+)] ) caps? ( sys-libs/libcap-ng[static-libs(+)] ) curl? ( >=net-misc/curl-7.15.4[static-libs(+)] ) fdt? ( >=sys-apps/dtc-1.2.0[static-libs(+)] ) jpeg? ( virtual/jpeg[static-libs(+)] ) ncurses? ( sys-libs/ncurses[static-libs(+)] ) png? ( media-libs/libpng[static-libs(+)] ) rbd? ( sys-cluster/ceph[static-libs(+)] ) sasl? ( dev-libs/cyrus-sasl[static-libs(+)] ) sdl? ( >=media-libs/libsdl-1.2.11[static-libs(+)] ) seccomp? ( >=sys-libs/libseccomp-1.0.1[static-libs(+)] ) spice? ( >=app-emulation/spice-0.12.0[static-libs(+)] ) tls? ( net-libs/gnutls[static-libs(+)] ) uuid? ( >=sys-apps/util-linux-2.16.0[static-libs(+)] ) vde? ( net-misc/vde[static-libs(+)] ) xattr? ( sys-apps/attr[static-libs(+)] ) xfs? ( sys-fs/xfsprogs[static-libs(+)] ) ) test? ( dev-libs/glib[utils] sys-devel/bc ) virtual/pkgconfig filecaps? ( || ( sys-libs/libcap sys-libs/libcap-ng ) ) +DESCRIPTION=QEMU + Kernel-based Virtual Machine userland tools +EAPI=5 +HOMEPAGE=http://www.qemu.org http://www.linux-kvm.org +IUSE=+aio alsa bluetooth brltty +caps +curl debug fdt iscsi +jpeg kernel_linux kernel_FreeBSD mixemu ncurses opengl +png pulseaudio python rbd sasl +seccomp sdl selinux smartcard spice static static-softmmu static-user systemtap tci test +threads tls usbredir +uuid vde +vhost-net virtfs +vnc xattr xen xfs qemu_softmmu_targets_i386 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mipsel qemu_softmmu_targets_or32 qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_s390x qemu_softmmu_targets_unicore32 qemu_softmmu_targets_lm32 qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_ppcemb qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_user_targets_i386 qemu_user_targets_x86_64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mipsel qemu_user_targets_or32 qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_s390x qemu_user_targets_unicore32 qemu_user_targets_armeb qemu_user_targets_ppc64abi32 qemu_user_targets_sparc32plus python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 +filecaps +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +LICENSE=GPL-2 LGPL-2 BSD-2 +RDEPEND=!static-softmmu? ( >=dev-libs/glib-2.0 sys-apps/pciutils sys-libs/zlib >=x11-libs/pixman-0.28.0 aio? ( dev-libs/libaio ) caps? ( sys-libs/libcap-ng ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.2.0 ) jpeg? ( virtual/jpeg ) ncurses? ( sys-libs/ncurses ) png? ( media-libs/libpng ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( >=media-libs/libsdl-1.2.11 ) seccomp? ( >=sys-libs/libseccomp-1.0.1 ) spice? ( >=app-emulation/spice-0.12.0 ) tls? ( net-libs/gnutls ) uuid? ( >=sys-apps/util-linux-2.16.0 ) vde? ( net-misc/vde ) xattr? ( sys-apps/attr ) xfs? ( sys-fs/xfsprogs ) ) !app-emulation/kqemu qemu_softmmu_targets_i386? ( sys-firmware/ipxe ~sys-firmware/seabios-1.7.2.1 ~sys-firmware/sgabios-0.1_pre8 ~sys-firmware/vgabios-0.7a ) qemu_softmmu_targets_x86_64? ( sys-firmware/ipxe ~sys-firmware/seabios-1.7.2.1 ~sys-firmware/sgabios-0.1_pre8 ~sys-firmware/vgabios-0.7a ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bluetooth? ( net-wireless/bluez ) brltty? ( app-accessibility/brltty ) iscsi? ( net-libs/libiscsi ) opengl? ( virtual/opengl ) pulseaudio? ( media-sound/pulseaudio ) python? ( python_targets_python2_5? ( dev-lang/python:2.5[ncurses,readline] ) python_targets_python2_6? ( dev-lang/python:2.6[ncurses,readline] ) python_targets_python2_7? ( dev-lang/python:2.7[ncurses,readline] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) sdl? ( media-libs/libsdl[X] ) selinux? ( sec-policy/selinux-qemu ) smartcard? ( dev-libs/nss !app-emulation/libcacard ) spice? ( >=app-emulation/spice-protocol-0.12.3 ) systemtap? ( dev-util/systemtap ) usbredir? ( >=sys-apps/usbredir-0.6 ) virtfs? ( sys-libs/libcap ) xen? ( app-emulation/xen-tools ) +REQUIRED_USE=|| ( qemu_softmmu_targets_i386 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mipsel qemu_softmmu_targets_or32 qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_s390x qemu_softmmu_targets_unicore32 qemu_softmmu_targets_lm32 qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_ppcemb qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb ) static? ( static-softmmu static-user ) static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl ) virtfs? ( xattr ) +SLOT=0 +SRC_URI=http://wiki.qemu-project.org/download/qemu-1.4.2.tar.bz2 http://dev.gentoo.org/~cardoe/distfiles/qemu-1.4.2-6b5934f9.tar.xz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fcaps c95d1e7b4fd7f7f2a445bc9b17382679 flag-o-matic d900015de4e092f26d8c0a18b6bd60de linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=c71eb90e69a9ef3ccb5c644d23f19afc diff --git a/metadata/md5-cache/app-leechcraft/lc-laughty-9999 b/metadata/md5-cache/app-leechcraft/lc-laughty-9999 index 6be81e8cb2e3..f9a68046fafb 100644 --- a/metadata/md5-cache/app-leechcraft/lc-laughty-9999 +++ b/metadata/md5-cache/app-leechcraft/lc-laughty-9999 @@ -5,7 +5,7 @@ EAPI=5 HOMEPAGE=http://leechcraft.org/ IUSE=debug LICENSE=Boost-1.0 -RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:4 +RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:4 virtual/leechcraft-notifier SLOT=0 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de git-2 e92e09651292b1bef5656592364550f7 leechcraft b9c58708fa589445cca962a066953778 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=34ec6baa029b08c1977542488315a5e9 +_md5_=1f3fb60eb08df12c030187d868be0f3a diff --git a/metadata/md5-cache/app-leechcraft/leechcraft-meta-0.5.96 b/metadata/md5-cache/app-leechcraft/leechcraft-meta-0.5.96 index 6be5511814fa..3dbc386a6f9d 100644 --- a/metadata/md5-cache/app-leechcraft/leechcraft-meta-0.5.96 +++ b/metadata/md5-cache/app-leechcraft/leechcraft-meta-0.5.96 @@ -5,6 +5,6 @@ HOMEPAGE=http://leechcraft.org/ IUSE=kde KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=~app-leechcraft/lc-popishu-0.5.96 ~app-leechcraft/lc-monocle-0.5.96 ~app-leechcraft/lc-hotstreams-0.5.96 ~app-leechcraft/lc-lmp-0.5.96 ~app-leechcraft/lc-lastfmscrobble-0.5.96 ~app-leechcraft/lc-musiczombie-0.5.96 ~app-leechcraft/lc-touchstreams-0.5.96 ~app-leechcraft/lc-networkmonitor-0.5.96 ~app-leechcraft/lc-azoth-0.5.96 ~app-leechcraft/lc-advancednotifications-0.5.96 kde? ( ~app-leechcraft/lc-anhero-0.5.96 ) ~app-leechcraft/lc-auscrie-0.5.96 ~app-leechcraft/lc-core-0.5.96 ~app-leechcraft/lc-cstp-0.5.96 ~app-leechcraft/lc-dbusmanager-0.5.96 ~app-leechcraft/lc-gacts-0.5.96 ~app-leechcraft/lc-glance-0.5.96 ~app-leechcraft/lc-historyholder-0.5.96 ~app-leechcraft/lc-kinotify-0.5.96 ~app-leechcraft/lc-knowhow-0.5.96 ~app-leechcraft/lc-lackman-0.5.96 ~app-leechcraft/lc-launchy-0.5.96 ~app-leechcraft/lc-lemon-0.5.96 ~app-leechcraft/lc-liznoo-0.5.96 ~app-leechcraft/lc-newlife-0.5.96 ~app-leechcraft/lc-netstoremanager-0.5.96 ~app-leechcraft/lc-otlozhu-0.5.96 ~app-leechcraft/lc-qrosp-0.5.96 ~app-leechcraft/lc-pintab-0.5.96 ~app-leechcraft/lc-secman-0.5.96 ~app-leechcraft/lc-summary-0.5.96 ~app-leechcraft/lc-tabslist-0.5.96 ~app-leechcraft/lc-tabsessmanager-0.5.96 ~app-leechcraft/lc-aggregator-0.5.96 ~app-leechcraft/lc-bittorrent-0.5.96 ~app-leechcraft/lc-xproxy-0.5.96 ~app-leechcraft/lc-vrooby-0.5.96 ~virtual/leechcraft-trayarea-0.5.96 ~app-leechcraft/lc-deadlyrics-0.5.96 ~app-leechcraft/lc-dolozhee-0.5.96 ~app-leechcraft/lc-poshuku-0.5.96 ~app-leechcraft/lc-vgrabber-0.5.96 ~app-leechcraft/lc-pogooglue-0.5.96 ~app-leechcraft/lc-seekthru-0.5.96 ~app-leechcraft/lc-tpi-0.5.96 ~app-leechcraft/lc-gmailnotifier-0.5.96 ~app-leechcraft/lc-nacheku-0.5.96 ~app-leechcraft/lc-kbswitch-0.5.96 +RDEPEND=~app-leechcraft/lc-popishu-0.5.96 ~app-leechcraft/lc-monocle-0.5.96 ~app-leechcraft/lc-hotstreams-0.5.96 ~app-leechcraft/lc-lmp-0.5.96 ~app-leechcraft/lc-lastfmscrobble-0.5.96 ~app-leechcraft/lc-musiczombie-0.5.96 ~app-leechcraft/lc-touchstreams-0.5.96 ~app-leechcraft/lc-networkmonitor-0.5.96 ~app-leechcraft/lc-azoth-0.5.96 ~app-leechcraft/lc-advancednotifications-0.5.96 kde? ( ~app-leechcraft/lc-anhero-0.5.96 ) ~app-leechcraft/lc-auscrie-0.5.96 ~app-leechcraft/lc-core-0.5.96 ~app-leechcraft/lc-cstp-0.5.96 ~app-leechcraft/lc-dbusmanager-0.5.96 ~app-leechcraft/lc-gacts-0.5.96 ~app-leechcraft/lc-glance-0.5.96 ~app-leechcraft/lc-historyholder-0.5.96 ~virtual/leechcraft-notifier-0.5.96 ~app-leechcraft/lc-knowhow-0.5.96 ~app-leechcraft/lc-lackman-0.5.96 ~app-leechcraft/lc-launchy-0.5.96 ~app-leechcraft/lc-lemon-0.5.96 ~app-leechcraft/lc-liznoo-0.5.96 ~app-leechcraft/lc-newlife-0.5.96 ~app-leechcraft/lc-netstoremanager-0.5.96 ~app-leechcraft/lc-otlozhu-0.5.96 ~app-leechcraft/lc-qrosp-0.5.96 ~app-leechcraft/lc-pintab-0.5.96 ~app-leechcraft/lc-secman-0.5.96 ~app-leechcraft/lc-summary-0.5.96 ~app-leechcraft/lc-tabslist-0.5.96 ~app-leechcraft/lc-tabsessmanager-0.5.96 ~app-leechcraft/lc-aggregator-0.5.96 ~app-leechcraft/lc-bittorrent-0.5.96 ~app-leechcraft/lc-xproxy-0.5.96 ~app-leechcraft/lc-vrooby-0.5.96 ~virtual/leechcraft-trayarea-0.5.96 ~app-leechcraft/lc-deadlyrics-0.5.96 ~app-leechcraft/lc-dolozhee-0.5.96 ~app-leechcraft/lc-poshuku-0.5.96 ~app-leechcraft/lc-vgrabber-0.5.96 ~app-leechcraft/lc-pogooglue-0.5.96 ~app-leechcraft/lc-seekthru-0.5.96 ~app-leechcraft/lc-tpi-0.5.96 ~app-leechcraft/lc-gmailnotifier-0.5.96 ~app-leechcraft/lc-nacheku-0.5.96 ~app-leechcraft/lc-kbswitch-0.5.96 SLOT=0 -_md5_=c51c7c6badb11751242461ca9e13b63c +_md5_=07c3cad4b1a661dee98ab86ba46fb2ad diff --git a/metadata/md5-cache/app-leechcraft/leechcraft-meta-9999 b/metadata/md5-cache/app-leechcraft/leechcraft-meta-9999 index 73a162cebe12..093367746880 100644 --- a/metadata/md5-cache/app-leechcraft/leechcraft-meta-9999 +++ b/metadata/md5-cache/app-leechcraft/leechcraft-meta-9999 @@ -4,6 +4,6 @@ EAPI=4 HOMEPAGE=http://leechcraft.org/ IUSE=kde LICENSE=GPL-3 -RDEPEND=~app-leechcraft/lc-popishu-9999 ~app-leechcraft/lc-monocle-9999 ~app-leechcraft/lc-hotstreams-9999 ~app-leechcraft/lc-lmp-9999 ~app-leechcraft/lc-lastfmscrobble-9999 ~app-leechcraft/lc-musiczombie-9999 ~app-leechcraft/lc-touchstreams-9999 ~app-leechcraft/lc-networkmonitor-9999 ~app-leechcraft/lc-azoth-9999 ~app-leechcraft/lc-advancednotifications-9999 kde? ( ~app-leechcraft/lc-anhero-9999 ) ~app-leechcraft/lc-auscrie-9999 ~app-leechcraft/lc-core-9999 ~app-leechcraft/lc-cstp-9999 ~app-leechcraft/lc-dbusmanager-9999 ~app-leechcraft/lc-gacts-9999 ~app-leechcraft/lc-glance-9999 ~app-leechcraft/lc-historyholder-9999 ~app-leechcraft/lc-kinotify-9999 ~app-leechcraft/lc-knowhow-9999 ~app-leechcraft/lc-lackman-9999 ~app-leechcraft/lc-launchy-9999 ~app-leechcraft/lc-lemon-9999 ~app-leechcraft/lc-liznoo-9999 ~app-leechcraft/lc-newlife-9999 ~app-leechcraft/lc-netstoremanager-9999 ~app-leechcraft/lc-otlozhu-9999 ~app-leechcraft/lc-qrosp-9999 ~app-leechcraft/lc-pintab-9999 ~app-leechcraft/lc-secman-9999 ~app-leechcraft/lc-summary-9999 ~app-leechcraft/lc-tabslist-9999 ~app-leechcraft/lc-tabsessmanager-9999 ~app-leechcraft/lc-aggregator-9999 ~app-leechcraft/lc-bittorrent-9999 ~app-leechcraft/lc-xproxy-9999 ~app-leechcraft/lc-vrooby-9999 ~virtual/leechcraft-trayarea-9999 ~app-leechcraft/lc-deadlyrics-9999 ~app-leechcraft/lc-dolozhee-9999 ~app-leechcraft/lc-poshuku-9999 ~app-leechcraft/lc-vgrabber-9999 ~app-leechcraft/lc-pogooglue-9999 ~app-leechcraft/lc-seekthru-9999 ~app-leechcraft/lc-tpi-9999 ~app-leechcraft/lc-gmailnotifier-9999 ~app-leechcraft/lc-nacheku-9999 ~app-leechcraft/lc-kbswitch-9999 ~app-leechcraft/lc-xtazy-9999 +RDEPEND=~app-leechcraft/lc-popishu-9999 ~app-leechcraft/lc-monocle-9999 ~app-leechcraft/lc-hotstreams-9999 ~app-leechcraft/lc-lmp-9999 ~app-leechcraft/lc-lastfmscrobble-9999 ~app-leechcraft/lc-musiczombie-9999 ~app-leechcraft/lc-touchstreams-9999 ~app-leechcraft/lc-networkmonitor-9999 ~app-leechcraft/lc-azoth-9999 ~app-leechcraft/lc-advancednotifications-9999 kde? ( ~app-leechcraft/lc-anhero-9999 ) ~app-leechcraft/lc-auscrie-9999 ~app-leechcraft/lc-core-9999 ~app-leechcraft/lc-cstp-9999 ~app-leechcraft/lc-dbusmanager-9999 ~app-leechcraft/lc-gacts-9999 ~app-leechcraft/lc-glance-9999 ~app-leechcraft/lc-historyholder-9999 ~virtual/leechcraft-notifier-9999 ~app-leechcraft/lc-knowhow-9999 ~app-leechcraft/lc-lackman-9999 ~app-leechcraft/lc-launchy-9999 ~app-leechcraft/lc-lemon-9999 ~app-leechcraft/lc-liznoo-9999 ~app-leechcraft/lc-newlife-9999 ~app-leechcraft/lc-netstoremanager-9999 ~app-leechcraft/lc-otlozhu-9999 ~app-leechcraft/lc-qrosp-9999 ~app-leechcraft/lc-pintab-9999 ~app-leechcraft/lc-secman-9999 ~app-leechcraft/lc-summary-9999 ~app-leechcraft/lc-tabslist-9999 ~app-leechcraft/lc-tabsessmanager-9999 ~app-leechcraft/lc-aggregator-9999 ~app-leechcraft/lc-bittorrent-9999 ~app-leechcraft/lc-xproxy-9999 ~app-leechcraft/lc-vrooby-9999 ~virtual/leechcraft-trayarea-9999 ~app-leechcraft/lc-deadlyrics-9999 ~app-leechcraft/lc-dolozhee-9999 ~app-leechcraft/lc-poshuku-9999 ~app-leechcraft/lc-vgrabber-9999 ~app-leechcraft/lc-pogooglue-9999 ~app-leechcraft/lc-seekthru-9999 ~app-leechcraft/lc-tpi-9999 ~app-leechcraft/lc-gmailnotifier-9999 ~app-leechcraft/lc-nacheku-9999 ~app-leechcraft/lc-kbswitch-9999 ~app-leechcraft/lc-xtazy-9999 SLOT=0 -_md5_=e06575feb3cd75b6a84092c7866c60a7 +_md5_=83bc57f3aeaf9622bca011d6166475b0 diff --git a/metadata/md5-cache/app-misc/byobu-5.39 b/metadata/md5-cache/app-misc/byobu-5.39 index f4c80190e27e..7cbf7f0ffc10 100644 --- a/metadata/md5-cache/app-misc/byobu-5.39 +++ b/metadata/md5-cache/app-misc/byobu-5.39 @@ -2,11 +2,12 @@ DEFINED_PHASES=install prepare setup DESCRIPTION=A set of profiles for the GNU Screen console window manager (app-misc/screen) EAPI=5 HOMEPAGE=http://byobu.co -IUSE=screen python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 +IUSE=screen python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=dev-libs/newt screen? ( app-misc/screen ) !screen? ( app-misc/tmux ) +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/newt[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] screen? ( app-misc/screen ) !screen? ( app-misc/tmux ) +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=http://launchpad.net/byobu/trunk/5.39/+download/byobu_5.39.orig.tar.gz _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=2dbb9eafe2126fbb3b36fdf20ed9a314 +_md5_=9fae196a5d00bb5965b9a2dd193a5fd8 diff --git a/metadata/md5-cache/app-misc/byobu-5.41 b/metadata/md5-cache/app-misc/byobu-5.41 index 064cda3c746c..63fdc2d47739 100644 --- a/metadata/md5-cache/app-misc/byobu-5.41 +++ b/metadata/md5-cache/app-misc/byobu-5.41 @@ -2,11 +2,12 @@ DEFINED_PHASES=install prepare setup DESCRIPTION=A set of profiles for the GNU Screen console window manager (app-misc/screen) EAPI=5 HOMEPAGE=http://byobu.co -IUSE=screen python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 +IUSE=screen python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=dev-libs/newt screen? ( app-misc/screen ) !screen? ( app-misc/tmux ) +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/newt[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] screen? ( app-misc/screen ) !screen? ( app-misc/tmux ) +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=http://launchpad.net/byobu/trunk/5.41/+download/byobu_5.41.orig.tar.gz _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=a8a5b7c904b3ea5268f4292806c192ad +_md5_=0388cf90ca4f36e647af88f094a4767e diff --git a/metadata/md5-cache/app-misc/byobu-5.41-r1 b/metadata/md5-cache/app-misc/byobu-5.41-r1 index fe2bc1a6f01e..3a76ef992065 100644 --- a/metadata/md5-cache/app-misc/byobu-5.41-r1 +++ b/metadata/md5-cache/app-misc/byobu-5.41-r1 @@ -2,11 +2,12 @@ DEFINED_PHASES=install prepare setup DESCRIPTION=A set of profiles for the GNU Screen console window manager (app-misc/screen) EAPI=5 HOMEPAGE=http://byobu.co -IUSE=screen python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 +IUSE=screen python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=dev-libs/newt screen? ( app-misc/screen ) !screen? ( app-misc/tmux ) +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/newt[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] screen? ( app-misc/screen ) !screen? ( app-misc/tmux ) +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=http://launchpad.net/byobu/trunk/5.41/+download/byobu_5.41.orig.tar.gz _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=dfc4aa2bd1c60f7092f5dc68639d9265 +_md5_=0565df4a3fafc06f6db684597960c32f diff --git a/metadata/md5-cache/app-misc/evemu-1.1.0 b/metadata/md5-cache/app-misc/evemu-1.1.0 index bb1a3ea6b766..6ae45fb7009c 100644 --- a/metadata/md5-cache/app-misc/evemu-1.1.0 +++ b/metadata/md5-cache/app-misc/evemu-1.1.0 @@ -7,7 +7,8 @@ IUSE=python static-libs python_targets_python2_6 python_targets_python2_7 python KEYWORDS=~amd64 ~x86 LICENSE=LGPL-3 GPL-3 RDEPEND=python? ( python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) +REQUIRED_USE=python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 SRC_URI=http://www.freedesktop.org/software/evemu/evemu-1.1.0.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=57ef8f73e73fa9dfa23412a7d92e07a4 +_md5_=9213b3e371e356fd3efa7eab782861ea diff --git a/metadata/md5-cache/app-misc/terminal-colors-1.4 b/metadata/md5-cache/app-misc/terminal-colors-1.4 deleted file mode 100644 index 41cc61de2a47..000000000000 --- a/metadata/md5-cache/app-misc/terminal-colors-1.4 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install prepare setup -DEPEND==dev-lang/python-2* =dev-lang/python-2*[ncurses] -DESCRIPTION=A tool to display color charts for 8, 16, 88, and 256 color terminals -EAPI=4 -HOMEPAGE=http://zhar.net/projects/shell/terminal-colors -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3+ -RDEPEND==dev-lang/python-2* =dev-lang/python-2*[ncurses] -SLOT=0 -SRC_URI=http://dev.gentoo.org/~radhermit/distfiles/terminal-colors-1.4.bz2 -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=66075f70a52d25bf85ddfe52ae6b22d2 diff --git a/metadata/md5-cache/app-misc/terminal-colors-1.5 b/metadata/md5-cache/app-misc/terminal-colors-1.5 index bb054226fd3d..f6ca5859f190 100644 --- a/metadata/md5-cache/app-misc/terminal-colors-1.5 +++ b/metadata/md5-cache/app-misc/terminal-colors-1.5 @@ -5,7 +5,8 @@ HOMEPAGE=http://zhar.net/projects/shell/terminal-colors IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 python_single_target_python3_3 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3+ +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_1? ( python_targets_python3_1 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 python_single_target_python3_3 ) SLOT=0 SRC_URI=http://dev.gentoo.org/~radhermit/distfiles/terminal-colors-1.5.bz2 _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=140cc0e6f94a2be306556fa92edbfd0b +_md5_=274510fd0dc4558c608e171d5b2f6fcd diff --git a/metadata/md5-cache/app-office/scribus-1.4.2-r3 b/metadata/md5-cache/app-office/scribus-1.4.2-r3 new file mode 100644 index 000000000000..128bc1f9ee49 --- /dev/null +++ b/metadata/md5-cache/app-office/scribus-1.4.2-r3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[tk] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/imaging[tk,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] dev-qt/qtcore:4 dev-qt/qtgui:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Desktop publishing (DTP) and layout program +EAPI=5 +HOMEPAGE=http://www.scribus.net/ +IUSE=aspell cairo debug examples hunspell +minimal +pdf templates linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de linguas_de_1901 linguas_de_CH linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt linguas_pt_BR linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[tk] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/imaging[tk,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] dev-qt/qtcore:4 dev-qt/qtgui:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) app-text/ghostscript-gpl +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) +SLOT=0 +SRC_URI=mirror://sourceforge/scribus/1.4.2/scribus-1.4.2.tar.xz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=a22a88990374e7a3c02f3a46bb78945f diff --git a/metadata/md5-cache/app-office/scribus-1.4.9999 b/metadata/md5-cache/app-office/scribus-1.4.9999 index 2f740f520acb..b0e17f521986 100644 --- a/metadata/md5-cache/app-office/scribus-1.4.9999 +++ b/metadata/md5-cache/app-office/scribus-1.4.9999 @@ -1,11 +1,12 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] dev-qt/qtcore:4 dev-qt/qtgui:4 virtual/jpeg spell? ( app-text/aspell ) pdf? ( app-text/podofo ) cairo? ( x11-libs/cairo[X,svg] ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[tk] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/imaging[tk,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] dev-qt/qtcore:4 dev-qt/qtgui:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync DESCRIPTION=Desktop publishing (DTP) and layout program EAPI=5 HOMEPAGE=http://www.scribus.net/ -IUSE=cairo debug examples hunspell +minimal +pdf spell templates linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de linguas_de_1901 linguas_de_CH linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt linguas_pt_BR linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 +IUSE=aspell cairo debug examples hunspell +minimal +pdf templates linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de linguas_de_1901 linguas_de_CH linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt linguas_pt_BR linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 LICENSE=GPL-2 -RDEPEND=dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] dev-qt/qtcore:4 dev-qt/qtgui:4 virtual/jpeg spell? ( app-text/aspell ) pdf? ( app-text/podofo ) cairo? ( x11-libs/cairo[X,svg] ) app-text/ghostscript-gpl +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[tk] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/imaging[tk,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] dev-qt/qtcore:4 dev-qt/qtgui:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) app-text/ghostscript-gpl +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 subversion 869118194bbbecaa8f935e185befcdb7 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e0bfef14f998a193c1b8ecbb3bc163db +_md5_=b9972240c5f439c5038c6ec45d309445 diff --git a/metadata/md5-cache/app-office/scribus-9999 b/metadata/md5-cache/app-office/scribus-9999 index 2222d7cbb1db..50ef6f2bad1b 100644 --- a/metadata/md5-cache/app-office/scribus-9999 +++ b/metadata/md5-cache/app-office/scribus-9999 @@ -1,11 +1,12 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 virtual/jpeg spell? ( app-text/aspell ) pdf? ( app-text/podofo ) cairo? ( x11-libs/cairo[X,svg] ) dev-libs/boost sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) =dev-lang/python-2* || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[tk] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/imaging[tk,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) graphicsmagick? ( media-gfx/graphicsmagick ) osg? ( dev-games/openscenegraph ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync DESCRIPTION=Desktop publishing (DTP) and layout program -EAPI=4 +EAPI=5 HOMEPAGE=http://www.scribus.net/ -IUSE=cairo debug examples +minimal +pdf spell templates linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de_1901 linguas_de_CH linguas_de linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt_BR linguas_pt linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW +IUSE=aspell cairo debug examples graphicsmagick hunspell +minimal osg +pdf templates linguas_af linguas_ar linguas_bg linguas_br linguas_ca linguas_cs_CZ linguas_cy linguas_da_DK linguas_de linguas_de_1901 linguas_de_CH linguas_el linguas_en_AU linguas_en_GB linguas_en_US linguas_es_ES linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_id linguas_it linguas_ja linguas_ko linguas_lt_LT linguas_nb_NO linguas_nl linguas_pl_PL linguas_pt linguas_pt_BR linguas_ru linguas_sa linguas_sk_SK linguas_sl linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 LICENSE=GPL-2 -RDEPEND=dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 virtual/jpeg spell? ( app-text/aspell ) pdf? ( app-text/podofo ) cairo? ( x11-libs/cairo[X,svg] ) app-text/ghostscript-gpl =dev-lang/python-2* +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[tk] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/imaging[tk,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/boost dev-libs/hyphen dev-libs/libxml2 media-libs/fontconfig media-libs/freetype:2 media-libs/lcms:2 media-libs/libpng:0 media-libs/tiff:0 net-print/cups sys-libs/zlib[minizip] dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtwebkit:4 virtual/jpeg cairo? ( x11-libs/cairo[X,svg] ) graphicsmagick? ( media-gfx/graphicsmagick ) osg? ( dev-games/openscenegraph ) pdf? ( app-text/podofo ) aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) app-text/ghostscript-gpl +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 subversion 869118194bbbecaa8f935e185befcdb7 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=353d15f098abf2b5f0a8741f4c017a76 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 subversion 869118194bbbecaa8f935e185befcdb7 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=2f0926a16461fd0706862129ff4c3eb5 diff --git a/metadata/md5-cache/app-shells/zsh-5.0.2-r1 b/metadata/md5-cache/app-shells/zsh-5.0.2-r1 index 6aedb0f4c127..41ace5ddc299 100644 --- a/metadata/md5-cache/app-shells/zsh-5.0.2-r1 +++ b/metadata/md5-cache/app-shells/zsh-5.0.2-r1 @@ -11,4 +11,4 @@ RDEPEND=>=sys-libs/ncurses-5.1 static? ( >=sys-libs/ncurses-5.7-r4[static-libs] SLOT=0 SRC_URI=mirror://sourceforge/zsh/zsh-5.0.2.tar.bz2 ftp://ftp.zsh.org/pub/zsh-5.0.2.tar.bz2 doc? ( ftp://ftp.zsh.org/pub/zsh-5.0.2-doc.tar.bz2 ) _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=eec178ec93b4548a53f09c39a444f8f6 +_md5_=0ac34d7f73f3708fafad8746d3b96009 diff --git a/metadata/md5-cache/app-text/pelican-3.2.1 b/metadata/md5-cache/app-text/pelican-3.2.1 index ea8d9bba67e9..b31a5546b079 100644 --- a/metadata/md5-cache/app-text/pelican-3.2.1 +++ b/metadata/md5-cache/app-text/pelican-3.2.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/feedgenerator[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/docutils[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pytz[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/unidecode dev-python/blinker[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] markdown? ( dev-python/markdown[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) virtual/python-argparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DEPEND=dev-python/feedgenerator[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/jinja[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/unidecode[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/blinker[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] markdown? ( dev-python/markdown[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) virtual/python-argparse[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] DESCRIPTION=A tool to generate a static blog, with restructured text (or markdown) input files. EAPI=5 HOMEPAGE=http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican -IUSE=examples markdown python_targets_python2_7 +IUSE=examples markdown python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 KEYWORDS=~amd64 ~x86 LICENSE=AGPL-3 -RDEPEND=python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) +RDEPEND=python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/p/pelican/pelican-3.2.1.tar.gz _eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e3cdee7405afeb42f028b2d2bc7fd13c +_md5_=70241c8910d76f2c407e772b35bb0f30 diff --git a/metadata/md5-cache/app-vim/splice-1.0.1 b/metadata/md5-cache/app-vim/splice-1.0.1 index 939218de49b0..ffe4022f757f 100644 --- a/metadata/md5-cache/app-vim/splice-1.0.1 +++ b/metadata/md5-cache/app-vim/splice-1.0.1 @@ -7,7 +7,8 @@ IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_pyth KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=|| ( app-editors/vim[python] app-editors/gvim[python] ) || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=mirror://gentoo/splice-1.0.1.tar.bz2 http://dev.gentoo.org/~radhermit/vim/splice-1.0.1.tar.bz2 _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 3e2b8e3b7a061cd56a91f1583248b89f -_md5_=7d33b2a40dbee33168d657c8b5b24410 +_md5_=1f115f9a163ad433da55aa59f31ea526 diff --git a/metadata/md5-cache/dev-haskell/haddock-2.13.2-r1 b/metadata/md5-cache/dev-haskell/haddock-2.13.2-r1 new file mode 100644 index 000000000000..331c72c58464 --- /dev/null +++ b/metadata/md5-cache/dev-haskell/haddock-2.13.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare prerm setup test +DEPEND=dev-haskell/ghc-paths:=[profile?] =dev-haskell/xhtml-3000.2*:=[profile?] >=dev-lang/ghc-7.6.1:= >=dev-haskell/cabal-1.14 hscolour? ( dev-haskell/hscolour ) +DESCRIPTION=A documentation-generation tool for Haskell libraries +EAPI=5 +HOMEPAGE=http://www.haskell.org/haddock/ +IUSE=doc hscolour profile +KEYWORDS=~amd64 -ia64 ~x86 +LICENSE=BSD +RDEPEND=dev-haskell/ghc-paths:=[profile?] =dev-haskell/xhtml-3000.2*:=[profile?] >=dev-lang/ghc-7.6.1:= +RESTRICT=test +SLOT=0/2.13.2 +SRC_URI=mirror://hackage/packages/archive/haddock/2.13.2/haddock-2.13.2.tar.gz http://dev.gentoo.org/~qnikst/patches/dev-haskell-haddock/haddock-2.13.2-pregenerated-files.patch +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 ghc-package 2d57c65a8826a1c4234d2de7f1b9f486 haskell-cabal 0fe5ac58a8b877fae07bb258b762852e multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=7e38b7c36a32958cbfb24e533fb1095a diff --git a/metadata/md5-cache/dev-java/commons-math-3.2 b/metadata/md5-cache/dev-java/commons-math-3.2 new file mode 100644 index 000000000000..38e19af9fe5c --- /dev/null +++ b/metadata/md5-cache/dev-java/commons-math-3.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup +DEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 +DESCRIPTION=Lightweight, self-contained mathematics and statistics components +EAPI=5 +HOMEPAGE=http://commons.apache.org/math/ +IUSE=elibc_FreeBSD doc source elibc_FreeBSD elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) +SLOT=3 +SRC_URI=mirror://apache/commons/math/source/commons-math3-3.2-src.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 java-ant-2 65ba8d80c13cf56bad5ccec21a6b3c37 java-osgi fb81d0ede6b5759b64ec19226fe6d2f2 java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=b0ce579799bcf053e7adf0c1fbc5afa8 diff --git a/metadata/md5-cache/dev-java/commons-net-3.2 b/metadata/md5-cache/dev-java/commons-net-3.2 new file mode 100644 index 000000000000..a35edb425c1a --- /dev/null +++ b/metadata/md5-cache/dev-java/commons-net-3.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install preinst prepare setup +DEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 +DESCRIPTION=The purpose of the library is to provide fundamental protocol access, not higher-level abstractions. +EAPI=5 +HOMEPAGE=http://commons.apache.org/net/ +IUSE=elibc_FreeBSD doc examples source elibc_FreeBSD elibc_FreeBSD +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=Apache-2.0 +RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://apache/commons/net/source/commons-net-3.2-src.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 java-ant-2 65ba8d80c13cf56bad5ccec21a6b3c37 java-osgi fb81d0ede6b5759b64ec19226fe6d2f2 java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=2df5ddca361e0a137940ced0bd3bd6d1 diff --git a/metadata/md5-cache/dev-java/fastutil-6.5.4 b/metadata/md5-cache/dev-java/fastutil-6.5.4 new file mode 100644 index 000000000000..2d3fb9721f57 --- /dev/null +++ b/metadata/md5-cache/dev-java/fastutil-6.5.4 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup +DEPEND=>=virtual/jdk-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 +DESCRIPTION=Provides faster type-specific maps, sets and lists with a small memory footprint. +EAPI=5 +HOMEPAGE=http://fastutil.dsi.unimi.it +IUSE=elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) +SLOT=6.5 +SRC_URI=http://fastutil.dsi.unimi.it/fastutil-6.5.4-src.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 java-ant-2 65ba8d80c13cf56bad5ccec21a6b3c37 java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=f7d92ede1302fdc40ccaf16f3c1794d2 diff --git a/metadata/md5-cache/dev-java/javax-inject-1-r1 b/metadata/md5-cache/dev-java/javax-inject-1-r1 new file mode 100644 index 000000000000..33eef10839a5 --- /dev/null +++ b/metadata/md5-cache/dev-java/javax-inject-1-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup unpack +DEPEND=>=virtual/jdk-1.5 app-arch/unzip >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4 +DESCRIPTION=Dependency injection for Java (JSR-330) +EAPI=5 +HOMEPAGE=http://code.google.com/p/atinject/ +IUSE=elibc_FreeBSD doc source elibc_FreeBSD +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) +SLOT=0 +SRC_URI=http://atinject.googlecode.com/files/javax.inject-1-bundle.jar +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 java-ant-2 65ba8d80c13cf56bad5ccec21a6b3c37 java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=949d6dca6635e43dbb956c1eaebd5265 diff --git a/metadata/md5-cache/dev-lang/swig-2.0.10 b/metadata/md5-cache/dev-lang/swig-2.0.10 new file mode 100644 index 000000000000..1e861a920377 --- /dev/null +++ b/metadata/md5-cache/dev-lang/swig-2.0.10 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +DESCRIPTION=Simplified Wrapper and Interface Generator +EAPI=5 +HOMEPAGE=http://www.swig.org/ +IUSE=ccache doc pcre +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-3+ BSD BSD-2 +RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/swig/swig-2.0.10.tar.gz +_md5_=686e4cedd055023fe5e15f97228f784d diff --git a/metadata/md5-cache/dev-lang/v8-3.19.6.1 b/metadata/md5-cache/dev-lang/v8-3.19.6.1 new file mode 100644 index 000000000000..83943f9976f3 --- /dev/null +++ b/metadata/md5-cache/dev-lang/v8-3.19.6.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst setup test +DEPEND=|| ( dev-lang/python:2.7 dev-lang/python:2.6 ) readline? ( sys-libs/readline:0 ) >=sys-apps/sed-4 +DESCRIPTION=Google's open source JavaScript engine +EAPI=5 +HOMEPAGE=http://code.google.com/p/v8 +IUSE=neon readline +KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos +LICENSE=BSD +RDEPEND=readline? ( sys-libs/readline:0 ) +SLOT=0/3.19.6.1 +SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/v8-3.19.6.1.tar.bz2 +_eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 2424f959506320f5196de8f79fa05297 python-any-r1 7ed4a8181d62a098eaa6c8eeacf190c9 python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=7fdd572b61493180ccf8931bd2e1be20 diff --git a/metadata/md5-cache/dev-libs/dee-1.0.14-r2 b/metadata/md5-cache/dev-libs/dee-1.0.14-r2 index e71f59a4da47..4ff091a225a3 100644 --- a/metadata/md5-cache/dev-libs/dee-1.0.14-r2 +++ b/metadata/md5-cache/dev-libs/dee-1.0.14-r2 @@ -7,7 +7,8 @@ IUSE=doc debug examples +icu introspection static-libs test python_targets_pytho KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-3 RDEPEND=dev-libs/glib:2 dev-libs/icu:= introspection? ( python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) +REQUIRED_USE=introspection? ( || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) ) SLOT=0 SRC_URI=https://launchpad.net/dee/1.0/1.0.14/+download/dee-1.0.14.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca -_md5_=ae95b7aa3b7146005a40570a91dd9620 +_md5_=5e01c2109ca013d8b9a5b91583211037 diff --git a/metadata/md5-cache/dev-libs/libRocket-1.2.1 b/metadata/md5-cache/dev-libs/libRocket-1.2.1 index 652123cfed1f..ac762ddce304 100644 --- a/metadata/md5-cache/dev-libs/libRocket-1.2.1 +++ b/metadata/md5-cache/dev-libs/libRocket-1.2.1 @@ -7,7 +7,8 @@ IUSE=python samples python_targets_python2_5 python_targets_python2_6 python_tar KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=media-libs/freetype python? ( python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/boost[python,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) +REQUIRED_USE=python? ( || ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 SRC_URI=https://github.com/lloydw/libRocket/archive/release-1.2.1.tar.gz -> libRocket-1.2.1.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=bcfc87759324d69bb926c4af7709ba31 +_md5_=d50670a457ed3432ee19cb8f584a6529 diff --git a/metadata/md5-cache/dev-libs/libRocket-1.2.1_p20130110 b/metadata/md5-cache/dev-libs/libRocket-1.2.1_p20130110 index b64093487bcd..9f9d7330d443 100644 --- a/metadata/md5-cache/dev-libs/libRocket-1.2.1_p20130110 +++ b/metadata/md5-cache/dev-libs/libRocket-1.2.1_p20130110 @@ -7,7 +7,8 @@ IUSE=python samples python_targets_python2_5 python_targets_python2_6 python_tar KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=media-libs/freetype python? ( python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/boost[python,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) +REQUIRED_USE=python? ( || ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 SRC_URI=http://dev.gentoo.org/~hasufell/distfiles/libRocket-1.2.1_p20130110.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5d758a30459d2c32a23357688e6f0612 +_md5_=426dceb95d8d1d7bf83ac983996f5d4c diff --git a/metadata/md5-cache/dev-libs/libRocket-1.2.1_p20130110-r1 b/metadata/md5-cache/dev-libs/libRocket-1.2.1_p20130110-r1 index d91251d06c02..a5383e65e05a 100644 --- a/metadata/md5-cache/dev-libs/libRocket-1.2.1_p20130110-r1 +++ b/metadata/md5-cache/dev-libs/libRocket-1.2.1_p20130110-r1 @@ -7,7 +7,8 @@ IUSE=python samples python_targets_python2_5 python_targets_python2_6 python_tar KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=media-libs/freetype[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] python? ( python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/boost[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) samples? ( virtual/opengl x11-libs/libXext x11-libs/libX11 ) +REQUIRED_USE=python? ( || ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 SRC_URI=http://dev.gentoo.org/~hasufell/distfiles/libRocket-1.2.1_p20130110.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multilib-build b5fbed365a619cbb06390ac755580250 multilib-minimal bdf515a40f94b2a4d8e8741be0b1a728 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b1730c6dbee85032f1cd02831298ed2e +_md5_=517e430981bc18a4e8c2a488c1533d77 diff --git a/metadata/md5-cache/dev-libs/libRocket-9999 b/metadata/md5-cache/dev-libs/libRocket-9999 index 236c166d44a0..06794e46ac6b 100644 --- a/metadata/md5-cache/dev-libs/libRocket-9999 +++ b/metadata/md5-cache/dev-libs/libRocket-9999 @@ -6,6 +6,7 @@ HOMEPAGE=http://librocket.com/ IUSE=python samples python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 abi_x86_32 abi_x86_64 abi_x86_x32 LICENSE=MIT RDEPEND=media-libs/freetype[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] python? ( python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/boost[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) samples? ( virtual/opengl x11-libs/libXext x11-libs/libX11 ) +REQUIRED_USE=python? ( || ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de git-2 e92e09651292b1bef5656592364550f7 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multilib-build b5fbed365a619cbb06390ac755580250 multilib-minimal bdf515a40f94b2a4d8e8741be0b1a728 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=95606259d4b642fad868a8060b8bee67 +_md5_=ce9f05b75ed5b30b044e5d9a87a84f4f diff --git a/metadata/md5-cache/dev-libs/libdnet-1.12 b/metadata/md5-cache/dev-libs/libdnet-1.12 index 5170dbc8f952..bb19faef9758 100644 --- a/metadata/md5-cache/dev-libs/libdnet-1.12 +++ b/metadata/md5-cache/dev-libs/libdnet-1.12 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install prepare setup test +DEFINED_PHASES=compile configure install prepare test DEPEND=|| ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=simplified, portable interface to several low-level networking routines EAPI=5 HOMEPAGE=http://code.google.com/p/libdnet/ IUSE=ipv6 python static-libs test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=LGPL-2 RESTRICT=test SLOT=0 SRC_URI=http://libdnet.googlecode.com/files/libdnet-1.12.tgz ipv6? ( http://fragroute-ipv6.googlecode.com/files/libdnet-1.12.ipv6-1.patch.gz ) _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=eb7bf505a040a735a9a6b5dd8564e60f +_md5_=a7ac99c903b2d2eea04646d81edb1c64 diff --git a/metadata/md5-cache/dev-libs/newt-0.52.15 b/metadata/md5-cache/dev-libs/newt-0.52.15 index 179879774ae3..6f9f7b6d763d 100644 --- a/metadata/md5-cache/dev-libs/newt-0.52.15 +++ b/metadata/md5-cache/dev-libs/newt-0.52.15 @@ -1,13 +1,14 @@ DEFINED_PHASES=configure prepare -DEPEND==sys-libs/slang-2* >=dev-libs/popt-1.6 elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) tcl? ( >=dev-lang/tcl-8.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=>=dev-libs/popt-1.6 =sys-libs/slang-2* elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) tcl? ( >=dev-lang/tcl-8.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Redhat's Newt windowing toolkit development files EAPI=5 HOMEPAGE=https://fedorahosted.org/newt/ IUSE=gpm tcl nls python_targets_python2_6 python_targets_python2_7 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=LGPL-2 -RDEPEND==sys-libs/slang-2* >=dev-libs/popt-1.6 elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) tcl? ( >=dev-lang/tcl-8.5 ) +RDEPEND=>=dev-libs/popt-1.6 =sys-libs/slang-2* elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) tcl? ( >=dev-lang/tcl-8.5 ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/n/e/newt/newt-0.52.15.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c195369b2acb9e1a3429420dac752e53 +_md5_=7c6269cacaadd5ae562fc7313ab56e5a diff --git a/metadata/md5-cache/dev-libs/qtkeychain-0.1.0 b/metadata/md5-cache/dev-libs/qtkeychain-0.1.0 new file mode 100644 index 000000000000..9ef3b3f051a8 --- /dev/null +++ b/metadata/md5-cache/dev-libs/qtkeychain-0.1.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-qt/qtcore:4 dev-qt/qtdbus:4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Qt API for storing passwords securely +EAPI=5 +HOMEPAGE=https://github.com/frankosterfeld/qtkeychain +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-qt/qtcore:4 dev-qt/qtdbus:4 +SLOT=0 +SRC_URI=https://github.com/frankosterfeld/qtkeychain/archive/v0.1.0.tar.gz -> qtkeychain-0.1.0.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=18d9822f2fca9bc681ecf3abdf4222a6 diff --git a/metadata/md5-cache/dev-lisp/ecls-12.12.1-r4 b/metadata/md5-cache/dev-lisp/ecls-12.12.1-r5 similarity index 93% rename from metadata/md5-cache/dev-lisp/ecls-12.12.1-r4 rename to metadata/md5-cache/dev-lisp/ecls-12.12.1-r5 index 04c156995835..ee470df4acad 100644 --- a/metadata/md5-cache/dev-lisp/ecls-12.12.1-r4 +++ b/metadata/md5-cache/dev-lisp/ecls-12.12.1-r5 @@ -8,7 +8,7 @@ KEYWORDS=~amd64 ~ppc ~sparc ~x86 LICENSE=BSD LGPL-2 RDEPEND=dev-libs/gmp virtual/libffi >=dev-libs/boehm-gc-7.1[threads?] >=dev-lisp/asdf-2.33-r3:= RESTRICT=mirror -SLOT=0 +SLOT=0/12.12.1 SRC_URI=mirror://sourceforge/ecls/ecl-12.12.1.tgz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6580aa3dc6157ec3a3fc5e9bc6cde467 +_md5_=da526afe78bdc459e32a5779bd73bc42 diff --git a/metadata/md5-cache/dev-lisp/ecls-13.5.1 b/metadata/md5-cache/dev-lisp/ecls-13.5.1 new file mode 100644 index 000000000000..5042efb5d095 --- /dev/null +++ b/metadata/md5-cache/dev-lisp/ecls-13.5.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup +DEPEND=dev-libs/gmp virtual/libffi >=dev-libs/boehm-gc-7.1[threads?] >=dev-lisp/asdf-2.33-r3:= app-text/texi2html emacs? ( virtual/emacs >=app-admin/eselect-emacs-1.12 ) +DESCRIPTION=ECL is an embeddable Common Lisp implementation. +EAPI=5 +HOMEPAGE=http://ecls.sourceforge.net/ +IUSE=debug emacs gengc precisegc sse +threads +unicode X +KEYWORDS=~amd64 ~ppc ~sparc ~x86 +LICENSE=BSD LGPL-2 +RDEPEND=dev-libs/gmp virtual/libffi >=dev-libs/boehm-gc-7.1[threads?] >=dev-lisp/asdf-2.33-r3:= +RESTRICT=mirror +SLOT=0/13.5.1 +SRC_URI=mirror://sourceforge/ecls/ecl-13.5.1.tgz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=0740860adc461dae4d490fe89ecdd32e diff --git a/metadata/md5-cache/dev-python/apsw-3.7.17_p1 b/metadata/md5-cache/dev-python/apsw-3.7.17_p1 new file mode 100644 index 000000000000..d540955ab591 --- /dev/null +++ b/metadata/md5-cache/dev-python/apsw-3.7.17_p1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-db/sqlite-3.7.17[extensions] app-arch/unzip python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=APSW - Another Python SQLite Wrapper +EAPI=5 +HOMEPAGE=http://code.google.com/p/apsw/ +IUSE=doc python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~ppc64 ~x86 +LICENSE=ZLIB +RDEPEND=>=dev-db/sqlite-3.7.17[extensions] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=http://apsw.googlecode.com/files/apsw-3.7.17-r1.zip +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=641f6ef9e44e7a12d087130c78713103 diff --git a/metadata/md5-cache/dev-python/biplist-0.4 b/metadata/md5-cache/dev-python/biplist-0.4 deleted file mode 100644 index b38bd4850451..000000000000 --- a/metadata/md5-cache/dev-python/biplist-0.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/coverage dev-python/setuptools test? ( dev-python/nose ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( dev-python/nose ) -DESCRIPTION=A binary plist parser/generator for Python -EAPI=4 -HOMEPAGE=http://pypi.python.org/pypi/biplist/ -IUSE=test test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=mirror://pypi/b/biplist/biplist-0.4.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=86542bbbf81dba37a15c8b0a3db74245 diff --git a/metadata/md5-cache/dev-python/biplist-0.5 b/metadata/md5-cache/dev-python/biplist-0.5 deleted file mode 100644 index 430110714f6e..000000000000 --- a/metadata/md5-cache/dev-python/biplist-0.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/coverage dev-python/setuptools test? ( dev-python/nose dev-python/six ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( dev-python/nose ) -DESCRIPTION=A binary plist parser/generator for Python -EAPI=4 -HOMEPAGE=http://pypi.python.org/pypi/biplist/ -IUSE=test test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=mirror://pypi/b/biplist/biplist-0.5.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=9fc40bb4936588d6f7aab904c36218da diff --git a/metadata/md5-cache/dev-python/biplist-0.5-r1 b/metadata/md5-cache/dev-python/biplist-0.5-r1 new file mode 100644 index 000000000000..184343bf1e2b --- /dev/null +++ b/metadata/md5-cache/dev-python/biplist-0.5-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/six[python_targets_python2_6(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] test? ( dev-python/nose[python_targets_python2_6(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/coverage[python_targets_python2_6(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=A binary plist parser/generator for Python +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/biplist/ https://github.com/wooster/biplist +IUSE=test python_targets_python2_6 python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-python/six[python_targets_python2_6(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=mirror://pypi/b/biplist/biplist-0.5.tar.gz +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=9e59bc663e526ea444e1d0b75a599a9c diff --git a/metadata/md5-cache/dev-python/boto-2.9.5 b/metadata/md5-cache/dev-python/boto-2.9.5 new file mode 100644 index 000000000000..8711947c7298 --- /dev/null +++ b/metadata/md5-cache/dev-python/boto-2.9.5 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/m2crypto ) python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Amazon Web Services API +EAPI=5 +HOMEPAGE=https://github.com/boto/boto http://pypi.python.org/pypi/boto +IUSE=test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos +LICENSE=MIT +RDEPEND=dev-python/m2crypto python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/b/boto/boto-2.9.5.tar.gz +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=3c573ade87522d1db05885f866dcbbbd diff --git a/metadata/md5-cache/dev-python/django-compressor-1.1.2 b/metadata/md5-cache/dev-python/django-compressor-1.1.2 deleted file mode 100644 index 5a3ed7fee6c2..000000000000 --- a/metadata/md5-cache/dev-python/django-compressor-1.1.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=>=dev-python/django-1.1.4 dev-python/setuptools dev-python/django-appconf dev-python/versiontools test? ( dev-python/twill ) =dev-lang/python-2* -DESCRIPTION=Allows to define regrouped/postcompiled content 'on the fly' inside of django template -EAPI=4 -HOMEPAGE=http://pypi.python.org/pypi/django_compressor/ -IUSE=doc test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND==dev-lang/python-2* -RESTRICT=test -SLOT=0 -SRC_URI=mirror://pypi/d/django_compressor/django_compressor-1.1.2.tar.gz -> django-compressor-1.1.2.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=ab8487708eba58f6a30d40d940a389d8 diff --git a/metadata/md5-cache/dev-python/django-compressor-1.3 b/metadata/md5-cache/dev-python/django-compressor-1.3 new file mode 100644 index 000000000000..3b230c0b1e1b --- /dev/null +++ b/metadata/md5-cache/dev-python/django-compressor-1.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/django-1.1.4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/django-appconf-0.4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/versiontools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/twill[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Allows to define regrouped/postcompiled content 'on the fly' inside of django template +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/django_compressor/ +IUSE=doc test python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/django-1.1.4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/django-appconf-0.4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/d/django_compressor/django_compressor-1.3.tar.gz -> django-compressor-1.3.tar.gz +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6fbc70148604e611deb99a126f8a36e2 diff --git a/metadata/md5-cache/dev-python/django-tastypie-0.9.11-r1 b/metadata/md5-cache/dev-python/django-tastypie-0.9.11-r1 deleted file mode 100644 index 6e6afc995159..000000000000 --- a/metadata/md5-cache/dev-python/django-tastypie-0.9.11-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=>=dev-python/mimeparse-0.1.3 dev-python/python-dateutil bip? ( dev-python/biplist ) digest? ( dev-python/python-digest ) oauth? ( dev-python/oauth2 dev-python/django-oauth-plus ) lxml? ( dev-python/lxml ) yaml? ( dev-python/pyyaml ) >=dev-python/django-1.2.5 dev-python/setuptools || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -DESCRIPTION=A flexible and capable API layer for django utilising serialisers -EAPI=4 -HOMEPAGE=http://pypi.python.org/pypi/django-tastypie/ https://github.com/toastdriven/django-tastypie -IUSE=bip doc digest lxml oauth yaml -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=dev-python/mimeparse-0.1.3 dev-python/python-dateutil bip? ( dev-python/biplist ) digest? ( dev-python/python-digest ) oauth? ( dev-python/oauth2 dev-python/django-oauth-plus ) lxml? ( dev-python/lxml ) yaml? ( dev-python/pyyaml ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) -SLOT=0 -SRC_URI=mirror://pypi/d/django-tastypie/django-tastypie-0.9.11.tar.gz -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=6b31410ae24d2a0e5ef866ef8cd63b93 diff --git a/metadata/md5-cache/dev-python/django-tastypie-0.9.15 b/metadata/md5-cache/dev-python/django-tastypie-0.9.15 new file mode 100644 index 000000000000..c599ef513c17 --- /dev/null +++ b/metadata/md5-cache/dev-python/django-tastypie-0.9.15 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/mimeparse-0.1.3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/python-dateutil-1.5[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] !=dev-python/python-dateutil-2.0 dev-python/django[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] bip? ( dev-python/biplist[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) digest? ( dev-python/python-digest[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) oauth? ( dev-python/oauth2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/django-oauth-plus[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) lxml? ( dev-python/lxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) yaml? ( dev-python/pyyaml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) >=dev-python/django-1.2.5[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/mock[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=A flexible and capable API layer for django utilising serialisers +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/django-tastypie/ https://github.com/toastdriven/django-tastypie +IUSE=bip doc digest lxml oauth test yaml python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=dev-python/mimeparse-0.1.3[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/python-dateutil-1.5[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] !=dev-python/python-dateutil-2.0 dev-python/django[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] bip? ( dev-python/biplist[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) digest? ( dev-python/python-digest[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) oauth? ( dev-python/oauth2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/django-oauth-plus[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) lxml? ( dev-python/lxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) yaml? ( dev-python/pyyaml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/d/django-tastypie/django-tastypie-0.9.15.tar.gz +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=5b6f7faf6e79398ca0b7b9c1d8ac2a44 diff --git a/metadata/md5-cache/dev-python/django-xslt-0.4.5 b/metadata/md5-cache/dev-python/django-xslt-0.4.5 deleted file mode 100644 index 8f6658b6ef02..000000000000 --- a/metadata/md5-cache/dev-python/django-xslt-0.4.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-python/django dev-python/setuptools test? ( dev-python/lxml ) =dev-lang/python-2* -DESCRIPTION=A configurable set of panels that display debug information -EAPI=4 -HOMEPAGE=http://pypi.python.org/pypi/django-xslt/ -IUSE=test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/d/django-xslt/django-xslt-0.4.5.tar.gz test? ( http://dev.gentoo.org/~tampakrap/tarballs/django-xslt-demoapp-0.4.5_p20120427.tar.bz2 ) -_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=2fb6b72ea44fa3f996f98192b008bbec diff --git a/metadata/md5-cache/dev-python/django-xslt-0.4.5-r1 b/metadata/md5-cache/dev-python/django-xslt-0.4.5-r1 new file mode 100644 index 000000000000..e965103ca515 --- /dev/null +++ b/metadata/md5-cache/dev-python/django-xslt-0.4.5-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/django[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/lxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=an XSLT template system for Django +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/django-xslt/ +IUSE=test python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://pypi/d/django-xslt/django-xslt-0.4.5.tar.gz test? ( http://dev.gentoo.org/~tampakrap/tarballs/django-xslt-demoapp-0.4.5_p20120427.tar.bz2 ) +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6cd89c1715e9d01eefb435d7f019da09 diff --git a/metadata/md5-cache/dev-python/dnspython-1.10.0-r1 b/metadata/md5-cache/dev-python/dnspython-1.10.0-r1 new file mode 100644 index 000000000000..73e1fc50d9da --- /dev/null +++ b/metadata/md5-cache/dev-python/dnspython-1.10.0-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/pycrypto[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=DNS toolkit for Python +EAPI=5 +HOMEPAGE=http://www.dnspython.org/ http://pypi.python.org/pypi/dnspython +IUSE=examples test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris +LICENSE=ISC +RDEPEND=dev-python/pycrypto[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://www.dnspython.org/kits/1.10.0/dnspython-1.10.0.tar.gz +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=069e88b414057e2aed4eb858e3958be0 diff --git a/metadata/md5-cache/dev-python/doit-0.20.0 b/metadata/md5-cache/dev-python/doit-0.20.0 index c588adc75e6f..a5dfb060fdaf 100644 --- a/metadata/md5-cache/dev-python/doit-0.20.0 +++ b/metadata/md5-cache/dev-python/doit-0.20.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] DESCRIPTION=Automation tool EAPI=5 HOMEPAGE=http://python-doit.sourceforge.net/ http://pypi.python.org/pypi/doit -IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +IUSE=test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 KEYWORDS=~amd64 LICENSE=MIT -RDEPEND=dev-python/pyinotify python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) +RDEPEND=dev-python/pyinotify[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/d/doit/doit-0.20.0.tar.gz _eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0dea3fb42939d96b802bd90bcc299561 +_md5_=438dc22b6ddecc16727ca2b8a114ca45 diff --git a/metadata/md5-cache/dev-python/feedgenerator-1.5 b/metadata/md5-cache/dev-python/feedgenerator-1.5 index 35247ba5118a..bcd3bd4b5413 100644 --- a/metadata/md5-cache/dev-python/feedgenerator-1.5 +++ b/metadata/md5-cache/dev-python/feedgenerator-1.5 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] test? ( dev-python/six[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/pytz[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] test? ( dev-python/six[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/pytz[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] DESCRIPTION=Standalone version of django.utils.feedgenerator EAPI=5 HOMEPAGE=http://pypi.python.org/pypi/feedgenerator -IUSE=test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_pypy1_9 python_targets_pypy2_0 +IUSE=test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0 KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_pypy1_9 python_targets_pypy2_0 ) +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/f/feedgenerator/feedgenerator-1.5.tar.gz _eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=cfe9e45586472239c284feb90bfb1d0a +_md5_=7f99e30e44363b864c3894670df8df89 diff --git a/metadata/md5-cache/dev-util/jedi-0.5_beta5 b/metadata/md5-cache/dev-python/jedi-0.5_beta5 similarity index 97% rename from metadata/md5-cache/dev-util/jedi-0.5_beta5 rename to metadata/md5-cache/dev-python/jedi-0.5_beta5 index 3dd22bc4554e..8ead580f5fb9 100644 --- a/metadata/md5-cache/dev-util/jedi-0.5_beta5 +++ b/metadata/md5-cache/dev-python/jedi-0.5_beta5 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://pypi/j/jedi/jedi-0.5b5.tar.gz _eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ac2a3b6b7fe58d2f92517422e3223fe2 +_md5_=ea60e637d2d78f070259f121502cef84 diff --git a/metadata/md5-cache/dev-util/jedi-0.6.0 b/metadata/md5-cache/dev-python/jedi-0.6.0 similarity index 98% rename from metadata/md5-cache/dev-util/jedi-0.6.0 rename to metadata/md5-cache/dev-python/jedi-0.6.0 index 7d21de71e46f..a7b67ad213fa 100644 --- a/metadata/md5-cache/dev-util/jedi-0.6.0 +++ b/metadata/md5-cache/dev-python/jedi-0.6.0 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe SLOT=0 SRC_URI=mirror://pypi/j/jedi/jedi-0.6.0.tar.gz _eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=03099acadd95a0ca95d53793ebb387d9 +_md5_=d540e8433089aa2cdac30100f53a59f6 diff --git a/metadata/md5-cache/dev-python/markdown-2.3.1 b/metadata/md5-cache/dev-python/markdown-2.3.1 index df6ad9cb4550..85553c431c1b 100644 --- a/metadata/md5-cache/dev-python/markdown-2.3.1 +++ b/metadata/md5-cache/dev-python/markdown-2.3.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=test? ( dev-python/nose[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +DEPEND=test? ( dev-python/nose[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] DESCRIPTION=Python implementation of the markdown markup language EAPI=5 HOMEPAGE=http://www.freewisdom.org/projects/python-markdown http://pypi.python.org/pypi/Markdown -IUSE=doc test pygments python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_9 python_targets_pypy2_0 +IUSE=doc test pygments python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0 KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~ppc-macos ~x86-macos LICENSE=|| ( BSD GPL-2 ) -RDEPEND=pygments? ( dev-python/pygments[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_9 python_targets_pypy2_0 ) +RDEPEND=pygments? ( dev-python/pygments[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/M/Markdown/Markdown-2.3.1.tar.gz _eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=fcdbe0a0189c079f27d14f721ac8d043 +_md5_=b4e39a5c6f07f505759f7e9e701b7ef6 diff --git a/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 b/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 index a115bc3bef3c..4144ee67b79b 100644 --- a/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 +++ b/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] +DEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] DESCRIPTION=Python module used for monitoring filesystems events EAPI=5 HOMEPAGE=http://trac.dbzteam.org/pyinotify http://pypi.python.org/pypi/pyinotify -IUSE=examples python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 +IUSE=examples python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0 KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux LICENSE=MIT -RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] -REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 ) +RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0 ) SLOT=0 SRC_URI=http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.9.4.tar.gz _eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=237bb62f763f4cb6084f3ccc4c4d6b3e +_md5_=c4ad729edf1d50aa4982e7baf0fb3a9c diff --git a/metadata/md5-cache/dev-python/python-keystoneclient-0.2.3-r2 b/metadata/md5-cache/dev-python/python-keystoneclient-0.2.4 similarity index 97% rename from metadata/md5-cache/dev-python/python-keystoneclient-0.2.3-r2 rename to metadata/md5-cache/dev-python/python-keystoneclient-0.2.4 index f2526e4bf152..929d024af8aa 100644 --- a/metadata/md5-cache/dev-python/python-keystoneclient-0.2.3-r2 +++ b/metadata/md5-cache/dev-python/python-keystoneclient-0.2.4 @@ -10,6 +10,6 @@ RDEPEND=dev-python/iso8601[python_targets_python2_7(-)?,-python_single_target_py REQUIRED_USE=|| ( python_targets_python2_7 ) RESTRICT=test SLOT=0 -SRC_URI=mirror://pypi/p/python-keystoneclient/python-keystoneclient-0.2.3.tar.gz +SRC_URI=mirror://pypi/p/python-keystoneclient/python-keystoneclient-0.2.4.tar.gz _eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a601bfde623ced86b16cc1e30985a050 +_md5_=8644007663ab1d2f6e4f8b362c5f9fe0 diff --git a/metadata/md5-cache/dev-python/unidecode-0.04.9-r1 b/metadata/md5-cache/dev-python/unidecode-0.04.9-r1 index 35bcb0371a98..4afa0478213c 100644 --- a/metadata/md5-cache/dev-python/unidecode-0.04.9-r1 +++ b/metadata/md5-cache/dev-python/unidecode-0.04.9-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy2_0(-)] +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] DESCRIPTION=Module providing ASCII transliterations of Unicode text EAPI=5 HOMEPAGE=http://pypi.python.org/pypi/Unidecode -IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy2_0 +IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy2_0(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy2_0 ) +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/U/Unidecode/Unidecode-0.04.9.tar.gz _eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=20150e2e8a9a14ea6b6342683583f769 +_md5_=135ff9abdebdf9c6e4a7bf330d3efe7a diff --git a/metadata/md5-cache/dev-ruby/jquery-rails-2.2.2 b/metadata/md5-cache/dev-ruby/jquery-rails-2.2.2 new file mode 100644 index 000000000000..8711c391cb17 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/jquery-rails-2.2.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/railties-3.0[ruby_targets_ruby18] >=dev-ruby/thor-0.14[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/railties-3.0[ruby_targets_ruby19] >=dev-ruby/thor-0.14[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=jQuery! For Rails! So great. +EAPI=5 +HOMEPAGE=http://www.rubyonrails.org +IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test +KEYWORDS=~amd64 ~arm ~x86 ~x64-macos +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/railties-3.0[ruby_targets_ruby18] >=dev-ruby/thor-0.14[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/railties-3.0[ruby_targets_ruby19] >=dev-ruby/thor-0.14[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) +SLOT=2 +SRC_URI=mirror://rubygems/jquery-rails-2.2.2.gem +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=c918a21d5496ca4a8d8c05cb73bc767b diff --git a/metadata/md5-cache/dev-ruby/kramdown-1.0.2 b/metadata/md5-cache/dev-ruby/kramdown-1.0.2 new file mode 100644 index 000000000000..133cd79878b2 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/kramdown-1.0.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra ) app-text/htmltidy ) ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) test? ( >=dev-ruby/coderay-1.0.0[ruby_targets_ruby18] >=dev-ruby/stringex-1.5.1[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) test? ( >=dev-ruby/coderay-1.0.0[ruby_targets_ruby19] >=dev-ruby/stringex-1.5.1[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition +EAPI=5 +HOMEPAGE=http://kramdown.rubyforge.org/ +IUSE=latex elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) +SLOT=0 +SRC_URI=mirror://rubygems/kramdown-1.0.2.gem +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=d667d914153e51e18ffabc41fd1d5976 diff --git a/metadata/md5-cache/dev-ruby/rdiscount-2.1.6 b/metadata/md5-cache/dev-ruby/rdiscount-2.1.6 new file mode 100644 index 000000000000..2fbffd7060bd --- /dev/null +++ b/metadata/md5-cache/dev-ruby/rdiscount-2.1.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby18? ( doc? ( app-text/ronn[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( app-text/ronn[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=Implementation of John Gruber's Markdown +EAPI=5 +HOMEPAGE=http://github.com/rtomayko/rdiscount +IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 doc test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) +SLOT=0 +SRC_URI=mirror://rubygems/rdiscount-2.1.6.gem +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=1d86aa34859ea6a6df481ca7e674260d diff --git a/metadata/md5-cache/dev-ruby/temple-0.6.5 b/metadata/md5-cache/dev-ruby/temple-0.6.5 new file mode 100644 index 000000000000..b32e3616ea9b --- /dev/null +++ b/metadata/md5-cache/dev-ruby/temple-0.6.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby18? ( test? ( dev-ruby/bacon[ruby_targets_ruby18] dev-ruby/tilt[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bacon[ruby_targets_ruby19] dev-ruby/tilt[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DESCRIPTION=An abstraction and a framework for compiling templates to pure Ruby. +EAPI=5 +HOMEPAGE=http://github.com/judofyr/temple +IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) +REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) +SLOT=0 +SRC_URI=mirror://rubygems/temple-0.6.5.gem +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=e6358fb55d71d471f6757e59ac05005b diff --git a/metadata/md5-cache/dev-tcltk/expect-lite-4.6.0 b/metadata/md5-cache/dev-tcltk/expect-lite-4.6.0 new file mode 100644 index 000000000000..e88525baf831 --- /dev/null +++ b/metadata/md5-cache/dev-tcltk/expect-lite-4.6.0 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install +DESCRIPTION=quick and easy command line automation tool built on top of expect +HOMEPAGE=http://expect-lite.sourceforge.net/ +IUSE=debug examples +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=dev-tcltk/expect debug? ( dev-tcltk/tclx ) +SLOT=0 +SRC_URI=mirror://sourceforge/expect-lite/expect-lite_4.6.0.tar.gz +_md5_=59f41d913e78ac2bacb39c4ac97ed4a7 diff --git a/metadata/md5-cache/dev-util/android-sdk-update-manager-22 b/metadata/md5-cache/dev-util/android-sdk-update-manager-22 index d30f610c3804..60b052544c88 100644 --- a/metadata/md5-cache/dev-util/android-sdk-update-manager-22 +++ b/metadata/md5-cache/dev-util/android-sdk-update-manager-22 @@ -10,4 +10,4 @@ RESTRICT=mirror SLOT=0 SRC_URI=http://dl.google.com/android/android-sdk_r22-linux.tgz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b048d755f269826775e0dc2bddf967f6 +_md5_=b3b514289b60eb43174cc2505bd40196 diff --git a/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc15-r1 b/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc15-r1 deleted file mode 100644 index bc02c06b9500..000000000000 --- a/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc15-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=dev-lang/ocaml-3.10[ocamlopt?] dev-ml/sexplib emacs? ( virtual/emacs ) ocaml? ( dev-ml/findlib ) pcre? ( dev-ml/pcre-ocaml ) virtual/pkgconfig doc? ( virtual/latex-base dev-texlive/texlive-latexextra dev-texlive/texlive-fontsextra ) python? ( =dev-lang/python-2* ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Program matching and transformation engine -EAPI=4 -HOMEPAGE=http://coccinelle.lip6.fr/ -IUSE=doc emacs ocaml +ocamlopt pcre python test vim-syntax -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-lang/ocaml-3.10[ocamlopt?] dev-ml/sexplib emacs? ( virtual/emacs ) ocaml? ( dev-ml/findlib ) pcre? ( dev-ml/pcre-ocaml ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) python? ( =dev-lang/python-2* ) -REQUIRED_USE=test? ( ocaml python ) -SLOT=0 -SRC_URI=http://coccinelle.lip6.fr/distrib/coccinelle-1.0.0-rc15.tgz -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=23c7029351f55e74bc608a07e0a3c847 diff --git a/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc16 b/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc16 deleted file mode 100644 index 92b625da306b..000000000000 --- a/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc16 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=dev-lang/ocaml-3.10[ocamlopt?] dev-ml/sexplib emacs? ( virtual/emacs ) ocaml? ( dev-ml/findlib ) pcre? ( dev-ml/pcre-ocaml ) virtual/pkgconfig doc? ( virtual/latex-base dev-texlive/texlive-latexextra dev-texlive/texlive-fontsextra ) python? ( =dev-lang/python-2* ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Program matching and transformation engine -EAPI=4 -HOMEPAGE=http://coccinelle.lip6.fr/ -IUSE=doc emacs ocaml +ocamlopt pcre python test vim-syntax -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-lang/ocaml-3.10[ocamlopt?] dev-ml/sexplib emacs? ( virtual/emacs ) ocaml? ( dev-ml/findlib ) pcre? ( dev-ml/pcre-ocaml ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) python? ( =dev-lang/python-2* ) -REQUIRED_USE=test? ( ocaml python ) -SLOT=0 -SRC_URI=http://coccinelle.lip6.fr/distrib/coccinelle-1.0.0-rc16.tgz -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4b7ecea6c419d3b31f84e0348bd2d774 diff --git a/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc17 b/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc17 index 5c1d82a3c8ac..cf4e4bb0bcbb 100644 --- a/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc17 +++ b/metadata/md5-cache/dev-util/coccinelle-1.0.0_rc17 @@ -11,4 +11,4 @@ REQUIRED_USE=test? ( ocaml python ) SLOT=0 SRC_URI=http://coccinelle.lip6.fr/distrib/coccinelle-1.0.0-rc17.tgz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1beda815bdc52ec309fa3b3fce79d92a +_md5_=b38f306abe1448f349fda17a82852dc8 diff --git a/metadata/md5-cache/dev-util/cucumber-1.3.2 b/metadata/md5-cache/dev-util/cucumber-1.3.2 index 29020a81c2e3..035bbf54f530 100644 --- a/metadata/md5-cache/dev-util/cucumber-1.3.2 +++ b/metadata/md5-cache/dev-util/cucumber-1.3.2 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( test? ( >=dev-ruby/rspec-2.10.0[ruby_targets_ruby18] >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby18] >=dev-ruby/spork-0.9.0[ruby_targets_ruby18] >=dev-ruby/syntax-1.0.0[ruby_targets_ruby18] >=dev-util/aruba-0.5.2[ruby_targets_ruby18] dev-ruby/bundler[ruby_targets_ruby18] =dev-util/cucumber-1.3.2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/rspec-2.10.0[ruby_targets_ruby19] >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby19] >=dev-ruby/spork-0.9.0[ruby_targets_ruby19] >=dev-ruby/syntax-1.0.0[ruby_targets_ruby19] >=dev-util/aruba-0.5.2[ruby_targets_ruby19] dev-ruby/bundler[ruby_targets_ruby19] =dev-util/cucumber-1.3.2[ruby_targets_ruby19] ) ) test? ( ruby_targets_ruby18? ( >=dev-ruby/builder-2.1.2[ruby_targets_ruby18] >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby18] >=dev-ruby/gherkin-2.12.0[ruby_targets_ruby18] >=dev-ruby/multi_json-1.3.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/builder-2.1.2[ruby_targets_ruby19] >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby19] >=dev-ruby/gherkin-2.12.0[ruby_targets_ruby19] >=dev-ruby/multi_json-1.3.0[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) +DEPEND=ruby_targets_ruby18? ( test? ( >=dev-ruby/rspec-2.13.0[ruby_targets_ruby18] >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby18] >=dev-ruby/spork-0.9.0[ruby_targets_ruby18] >=dev-ruby/syntax-1.0.0[ruby_targets_ruby18] >=dev-util/aruba-0.5.2[ruby_targets_ruby18] dev-ruby/bundler[ruby_targets_ruby18] =dev-util/cucumber-1.3.2[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/rspec-2.13.0[ruby_targets_ruby19] >=dev-ruby/nokogiri-1.5.2[ruby_targets_ruby19] >=dev-ruby/spork-0.9.0[ruby_targets_ruby19] >=dev-ruby/syntax-1.0.0[ruby_targets_ruby19] >=dev-util/aruba-0.5.2[ruby_targets_ruby19] dev-ruby/bundler[ruby_targets_ruby19] =dev-util/cucumber-1.3.2[ruby_targets_ruby19] ) ) test? ( ruby_targets_ruby18? ( >=dev-ruby/builder-2.1.2[ruby_targets_ruby18] >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby18] >=dev-ruby/gherkin-2.12.0[ruby_targets_ruby18] >=dev-ruby/multi_json-1.3.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/builder-2.1.2[ruby_targets_ruby19] >=dev-ruby/diff-lcs-1.1.3[ruby_targets_ruby19] >=dev-ruby/gherkin-2.12.0[ruby_targets_ruby19] >=dev-ruby/multi_json-1.3.0[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) DESCRIPTION=Executable feature scenarios EAPI=5 HOMEPAGE=http://github.com/aslakhellesoy/cucumber/wikis @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ) SLOT=0 SRC_URI=mirror://rubygems/cucumber-1.3.2.gem _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a3d6a544b186699b76421fc0f49f0b1e +_md5_=bce553b180258e24713737ca2a647b9c diff --git a/metadata/md5-cache/dev-util/osc-0.139.2 b/metadata/md5-cache/dev-util/osc-0.139.2 index 5fffb6819632..d1846f19030e 100644 --- a/metadata/md5-cache/dev-util/osc-0.139.2 +++ b/metadata/md5-cache/dev-util/osc-0.139.2 @@ -1,15 +1,15 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] DESCRIPTION=Command line tool for Open Build Service EAPI=5 HOMEPAGE=http://en.opensuse.org/openSUSE:OSC -IUSE=python_targets_python2_6 python_targets_python2_7 +IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -PDEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] app-admin/sudo dev-util/obs-service-meta -RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) || ( python_targets_python2_6 python_targets_python2_7 ) +PDEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-admin/sudo dev-util/obs-service-meta +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=https://api.opensuse.org/public/source/openSUSE:Tools/osc/osc-0.139.2.tar.gz -_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 obs-download 8b22473fde39f5051ce00b61062dd086 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c3594c9b3558a252b65fc35e1e852f10 +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 obs-download 8b22473fde39f5051ce00b61062dd086 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=a19876986ab0f4dd1af4ea862f30eb46 diff --git a/metadata/md5-cache/dev-util/osc-9999 b/metadata/md5-cache/dev-util/osc-9999 index 5b9346941633..53d09c289d3b 100644 --- a/metadata/md5-cache/dev-util/osc-9999 +++ b/metadata/md5-cache/dev-util/osc-9999 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-vcs/git +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-vcs/git DESCRIPTION=Command line tool for Open Build Service EAPI=5 HOMEPAGE=http://en.opensuse.org/openSUSE:OSC -IUSE=python_targets_python2_6 python_targets_python2_7 +IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 LICENSE=GPL-2 -PDEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] app-admin/sudo dev-util/obs-service-meta -RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) || ( python_targets_python2_6 python_targets_python2_7 ) +PDEPEND=dev-python/urlgrabber[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pyxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-arch/rpm[python,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/m2crypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-admin/sudo dev-util/obs-service-meta +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 git-2 e92e09651292b1bef5656592364550f7 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=29939b6c90e122f28b381bcdcfef24d0 +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 git-2 e92e09651292b1bef5656592364550f7 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=fb476f45f17d77778b9953a82ea02b93 diff --git a/metadata/md5-cache/gnome-extra/gnome-contacts-3.8.1 b/metadata/md5-cache/gnome-extra/gnome-contacts-3.8.1 deleted file mode 100644 index b46e01d361e5..000000000000 --- a/metadata/md5-cache/gnome-extra/gnome-contacts-3.8.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/folks-0.7.3:=[eds,telepathy] >=dev-libs/glib-2.31.10:2 >=dev-libs/libgee-0.10:0.8 >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts] >=gnome-base/gnome-desktop-3.0:3= net-libs/gnome-online-accounts >=net-libs/telepathy-glib-0.17.5 x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/libnotify:= >=x11-libs/gtk+-3.4:3 x11-libs/pango v4l? ( >=media-video/cheese-3.5.91:= ) >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 virtual/pkgconfig !v4l? ( || ( dev-lang/vala:0.20 dev-lang/vala:0.18 ) dev-libs/folks[vala] gnome-base/gnome-desktop[introspection] gnome-extra/evolution-data-server[vala] net-libs/telepathy-glib[vala] x11-libs/libnotify[introspection] ) app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=GNOME contact management application -EAPI=5 -HOMEPAGE=https://live.gnome.org/Design/Apps/Contacts -IUSE=v4l -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=GPL-2+ -RDEPEND=>=dev-libs/folks-0.7.3:=[eds,telepathy] >=dev-libs/glib-2.31.10:2 >=dev-libs/libgee-0.10:0.8 >=gnome-extra/evolution-data-server-3.5.3:=[gnome-online-accounts] >=gnome-base/gnome-desktop-3.0:3= net-libs/gnome-online-accounts >=net-libs/telepathy-glib-0.17.5 x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/libnotify:= >=x11-libs/gtk+-3.4:3 x11-libs/pango v4l? ( >=media-video/cheese-3.5.91:= ) -SLOT=0 -SRC_URI=mirror://gnome/sources/gnome-contacts/3.8/gnome-contacts-3.8.1.tar.xz -_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 7976d3f4d0c0816c67033d3dcd4d9472 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c1141e3049ba0e5463ea1dbffae194f4 diff --git a/metadata/md5-cache/gnome-extra/gnome-contacts-3.8.2 b/metadata/md5-cache/gnome-extra/gnome-contacts-3.8.2 index f40895032337..7fb6d7f20212 100644 --- a/metadata/md5-cache/gnome-extra/gnome-contacts-3.8.2 +++ b/metadata/md5-cache/gnome-extra/gnome-contacts-3.8.2 @@ -10,4 +10,4 @@ RDEPEND=>=dev-libs/folks-0.7.3:=[eds,telepathy] >=dev-libs/glib-2.31.10:2 >=dev- SLOT=0 SRC_URI=mirror://gnome/sources/gnome-contacts/3.8/gnome-contacts-3.8.2.tar.xz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 7976d3f4d0c0816c67033d3dcd4d9472 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6ea310d5a5b07956741f6331f13cbdab +_md5_=70d3813bfdbf9b18b982bad91deec49f diff --git a/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12 b/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12 index f1480a1570b4..d611da70b5fb 100644 --- a/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12 +++ b/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=!gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 datahub? ( x11-libs/gtk+:3 ) extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] !gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 datahub? ( x11-libs/gtk+:3 ) extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Service to log activities and present to other apps EAPI=5 HOMEPAGE=http://launchpad.net/zeitgeist/ IUSE=+datahub +dbus downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy python_targets_python2_6 python_targets_python2_7 KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=LGPL-2+ LGPL-3+ GPL-2+ -RDEPEND=!gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 datahub? ( x11-libs/gtk+:3 ) extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) -REQUIRED_USE=downloads-monitor? ( datahub ) +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] !gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 datahub? ( x11-libs/gtk+:3 ) extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) downloads-monitor? ( datahub ) SLOT=0 SRC_URI=http://launchpad.net/zeitgeist/0.9/0.9.12/+download/zeitgeist-0.9.12.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=27c4ed86bdc897e168963b7cd6280123 +_md5_=ae3979fe89a1bb726e32d2b0a1577452 diff --git a/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12-r1 b/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12-r1 index e25652271d6c..ba86fe5d0547 100644 --- a/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12-r1 +++ b/metadata/md5-cache/gnome-extra/zeitgeist-0.9.12-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=!gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 datahub? ( x11-libs/gtk+:3 ) extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] !gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 datahub? ( x11-libs/gtk+:3 ) extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Service to log activities and present to other apps EAPI=5 HOMEPAGE=http://launchpad.net/zeitgeist/ IUSE=+datahub +dbus downloads-monitor extensions +fts icu introspection nls plugins sql-debug telepathy python_targets_python2_6 python_targets_python2_7 KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=LGPL-2+ LGPL-3+ GPL-2+ -RDEPEND=!gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 datahub? ( x11-libs/gtk+:3 ) extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) -REQUIRED_USE=downloads-monitor? ( datahub ) +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] !gnome-extra/zeitgeist-datahub dev-libs/json-glib dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 >=dev-libs/glib-2.26.0:2 >=dev-db/sqlite-3.7.11:3 datahub? ( x11-libs/gtk+:3 ) extensions? ( gnome-extra/zeitgeist-extensions ) fts? ( dev-libs/xapian[inmemory] ) icu? ( dev-libs/dee[icu?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) introspection? ( dev-libs/gobject-introspection ) plugins? ( gnome-extra/zeitgeist-datasources ) telepathy? ( net-libs/telepathy-glib ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) downloads-monitor? ( datahub ) SLOT=0 SRC_URI=http://launchpad.net/zeitgeist/0.9/0.9.12/+download/zeitgeist-0.9.12.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5be15c7bc76e6653c1fd6ddfdc46807e +_md5_=74a36bf66c919e36d878c2b10b60ea16 diff --git a/metadata/md5-cache/gnome-extra/zeitgeist-0.9.5-r1 b/metadata/md5-cache/gnome-extra/zeitgeist-0.9.5-r1 index 69d18de7446c..1131c43cd6e5 100644 --- a/metadata/md5-cache/gnome-extra/zeitgeist-0.9.5-r1 +++ b/metadata/md5-cache/gnome-extra/zeitgeist-0.9.5-r1 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/xapian[inmemory] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 dev-libs/glib:2 dev-db/sqlite:3 extensions? ( gnome-extra/zeitgeist-extensions ) icu? ( dev-libs/dee[icu?] ) passiv? ( gnome-extra/zeitgeist-datahub ) plugins? ( gnome-extra/zeitgeist-datasources ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/xapian[inmemory] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 dev-libs/glib:2 dev-db/sqlite:3 extensions? ( gnome-extra/zeitgeist-extensions ) icu? ( dev-libs/dee[icu?] ) passiv? ( gnome-extra/zeitgeist-datahub ) plugins? ( gnome-extra/zeitgeist-datasources ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Service to log activities and present to other apps EAPI=5 HOMEPAGE=http://launchpad.net/zeitgeist/ IUSE=+dbus extensions +fts icu nls passiv plugins sql-debug python_targets_python2_6 python_targets_python2_7 KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/xapian[inmemory] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 dev-libs/glib:2 dev-db/sqlite:3 extensions? ( gnome-extra/zeitgeist-extensions ) icu? ( dev-libs/dee[icu?] ) passiv? ( gnome-extra/zeitgeist-datahub ) plugins? ( gnome-extra/zeitgeist-datasources ) +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/xapian[inmemory] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyxdg[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/rdflib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] media-libs/raptor:2 dev-libs/glib:2 dev-db/sqlite:3 extensions? ( gnome-extra/zeitgeist-extensions ) icu? ( dev-libs/dee[icu?] ) passiv? ( gnome-extra/zeitgeist-datahub ) plugins? ( gnome-extra/zeitgeist-datasources ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://launchpad.net/zeitgeist/0.9/0.9.5/+download/zeitgeist-0.9.5.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6de46a84037e7b266f00660ca8c365e9 +_md5_=678417afd0e5b8abf7b07e233a194cf3 diff --git a/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.1 b/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.1 index a8c8b74cd579..93a88b7b2111 100644 --- a/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.1 +++ b/metadata/md5-cache/gnome-extra/zeitgeist-datasources-0.8.1 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-libs/libzeitgeist x11-libs/gtk+:2 emacs? ( virtual/emacs ) firefox? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) geany? ( dev-util/geany ) mono? ( dev-util/monodevelop ) telepathy? ( dev-python/telepathy-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pygobject[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) tomboy? ( app-misc/tomboy dev-dotnet/gtk-sharp dev-dotnet/mono-addins dev-dotnet/zeitgeist-sharp dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) vim? ( app-editors/vim[python] ) xchat? ( net-irc/xchat-gnome ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 dev-lang/vala:0.14 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/libzeitgeist x11-libs/gtk+:2 emacs? ( virtual/emacs ) firefox? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) geany? ( dev-util/geany ) mono? ( dev-util/monodevelop ) telepathy? ( dev-python/telepathy-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pygobject[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) tomboy? ( app-misc/tomboy dev-dotnet/gtk-sharp dev-dotnet/mono-addins dev-dotnet/zeitgeist-sharp dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) vim? ( app-editors/vim[python] ) xchat? ( net-irc/xchat-gnome ) || ( dev-lang/vala:0.20 dev-lang/vala:0.18 dev-lang/vala:0.16 dev-lang/vala:0.14 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Plugins whose work is to push activities as events into Zeitgeist daemon EAPI=5 HOMEPAGE=https://launchpad.net/zeitgeist-datasources/ http://zeitgeist-project.com/ @@ -7,8 +7,9 @@ IUSE=bzr emacs firefox geany mono telepathy thunderbird tomboy vim xchat static- KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 PDEPEND=gnome-extra/zeitgeist -RDEPEND=dev-libs/libzeitgeist x11-libs/gtk+:2 emacs? ( virtual/emacs ) firefox? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) geany? ( dev-util/geany ) mono? ( dev-util/monodevelop ) telepathy? ( dev-python/telepathy-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pygobject[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) tomboy? ( app-misc/tomboy dev-dotnet/gtk-sharp dev-dotnet/mono-addins dev-dotnet/zeitgeist-sharp dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) vim? ( app-editors/vim[python] ) xchat? ( net-irc/xchat-gnome ) +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/libzeitgeist x11-libs/gtk+:2 emacs? ( virtual/emacs ) firefox? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) geany? ( dev-util/geany ) mono? ( dev-util/monodevelop ) telepathy? ( dev-python/telepathy-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pygobject[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) tomboy? ( app-misc/tomboy dev-dotnet/gtk-sharp dev-dotnet/mono-addins dev-dotnet/zeitgeist-sharp dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) vim? ( app-editors/vim[python] ) xchat? ( net-irc/xchat-gnome ) +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=http://launchpad.net/zeitgeist-datasources/0.8/0.8.1/+download/zeitgeist-datasources-0.8.1.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 mono 203a4295c06155d318bdff9c6b2d5e1c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5142b1f956a28d75aa6387d6d5640455 +_md5_=d947b2349219308ce4573c94178166fb diff --git a/metadata/md5-cache/kde-base/kate-4.10.2 b/metadata/md5-cache/kde-base/kate-4.10.2 index c2dd157f9748..a538469071cd 100644 --- a/metadata/md5-cache/kde-base/kate-4.10.2 +++ b/metadata/md5-cache/kde-base/kate-4.10.2 @@ -7,7 +7,8 @@ IUSE=debug +plasma python python_targets_python2_7 python_targets_python3_1 pyth KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=dev-libs/libxml2 dev-libs/libxslt python? ( >=kde-base/pykde4-4.9.2-r1:4[aqua=,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?] ) >=kde-base/katepart-4.10.2:4[aqua=] >=kde-base/oxygen-icons-4.10.2:4[aqua=] handbook? ( >=kde-base/kdelibs-4.10.2:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.10.2:4[aqua=] +REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_1? ( python_targets_python3_1 ) python_single_target_python3_2? ( python_targets_python3_2 ) ^^ ( python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 ) ) SLOT=4 SRC_URI=mirror://kde/stable/4.10.2/src/kate-4.10.2.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 kde4-meta 7361710ef31f9b5d0a1f8393eb117897 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=5aa54ab0e9aaeb646b3c85fab89704c6 +_md5_=859b956a0a120dd36bf25e95e17ff2f7 diff --git a/metadata/md5-cache/kde-base/kate-4.10.3 b/metadata/md5-cache/kde-base/kate-4.10.3 index c20502a983da..4c533a2d50e7 100644 --- a/metadata/md5-cache/kde-base/kate-4.10.3 +++ b/metadata/md5-cache/kde-base/kate-4.10.3 @@ -7,7 +7,8 @@ IUSE=debug +plasma python python_targets_python2_7 python_targets_python3_1 pyth KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=dev-libs/libxml2 dev-libs/libxslt python? ( >=kde-base/pykde4-4.9.2-r1:4[aqua=,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?] ) >=kde-base/katepart-4.10.3:4[aqua=] >=kde-base/oxygen-icons-4.10.3:4[aqua=] handbook? ( >=kde-base/kdelibs-4.10.3:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.10.3:4[aqua=] +REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_1? ( python_targets_python3_1 ) python_single_target_python3_2? ( python_targets_python3_2 ) ^^ ( python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 ) ) SLOT=4 SRC_URI=mirror://kde/stable/4.10.3/src/kate-4.10.3.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 kde4-meta 7361710ef31f9b5d0a1f8393eb117897 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=e3b13ad0c7c663cbed7299ac86d5c329 +_md5_=84aa732a7748706929d055ad7b4d42af diff --git a/metadata/md5-cache/kde-base/krosspython-4.10.2 b/metadata/md5-cache/kde-base/krosspython-4.10.2 index ab294a5cacf4..d872ca5ea156 100644 --- a/metadata/md5-cache/kde-base/krosspython-4.10.2 +++ b/metadata/md5-cache/kde-base/krosspython-4.10.2 @@ -7,7 +7,8 @@ IUSE=debug python_targets_python2_5 python_targets_python2_6 python_targets_pyth KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=kde-base/oxygen-icons-4.10.2:4[aqua=] dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.10.2:4[aqua=] +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) SLOT=4 SRC_URI=mirror://kde/stable/4.10.2/src/kross-interpreters-4.10.2.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 kde4-meta 7361710ef31f9b5d0a1f8393eb117897 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=3013c2a6756e4d303f71187cc9e46562 +_md5_=3723473bd9a1d3071ace363b863d5d5e diff --git a/metadata/md5-cache/kde-base/krosspython-4.10.3 b/metadata/md5-cache/kde-base/krosspython-4.10.3 index 584b9ed8c16c..636505d056dc 100644 --- a/metadata/md5-cache/kde-base/krosspython-4.10.3 +++ b/metadata/md5-cache/kde-base/krosspython-4.10.3 @@ -7,7 +7,8 @@ IUSE=debug python_targets_python2_5 python_targets_python2_6 python_targets_pyth KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=kde-base/oxygen-icons-4.10.3:4[aqua=] dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.10.3:4[aqua=] +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) SLOT=4 SRC_URI=mirror://kde/stable/4.10.3/src/kross-interpreters-4.10.3.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 kde4-meta 7361710ef31f9b5d0a1f8393eb117897 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=bf5177d84af78bcf07c9a77ecc4c254c +_md5_=7d7bc02187012454b6ccd4af4a635a05 diff --git a/metadata/md5-cache/kde-base/lokalize-4.10.2 b/metadata/md5-cache/kde-base/lokalize-4.10.2 index f4209a7de11e..d7ceecc657ff 100644 --- a/metadata/md5-cache/kde-base/lokalize-4.10.2 +++ b/metadata/md5-cache/kde-base/lokalize-4.10.2 @@ -7,7 +7,8 @@ IUSE=debug semantic-desktop python_targets_python2_5 python_targets_python2_6 py KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=app-text/hunspell-1.2.8 >=dev-qt/qtsql-4.5.0:4[sqlite] semantic-desktop? ( >=dev-libs/soprano-2.9.0 ) >=kde-base/kdesdk-strigi-analyzer-4.10.2:4[aqua=] >=kde-base/krosspython-4.10.2:4[aqua=,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=kde-base/pykde4-4.10.2:4[aqua=,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=kde-base/oxygen-icons-4.10.2:4[aqua=] handbook? ( >=kde-base/kdelibs-4.10.2:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.10.2:4[aqua=] +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) SLOT=4 SRC_URI=mirror://kde/stable/4.10.2/src/kdesdk-4.10.2.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 kde4-meta 7361710ef31f9b5d0a1f8393eb117897 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f995231bfc3cc97143b67b38e999151d +_md5_=5546819a16eafd1e90c9e8f2c6821c7c diff --git a/metadata/md5-cache/kde-base/lokalize-4.10.3 b/metadata/md5-cache/kde-base/lokalize-4.10.3 index 6f544794389c..189843263a03 100644 --- a/metadata/md5-cache/kde-base/lokalize-4.10.3 +++ b/metadata/md5-cache/kde-base/lokalize-4.10.3 @@ -7,7 +7,8 @@ IUSE=debug semantic-desktop python_targets_python2_5 python_targets_python2_6 py KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=>=app-text/hunspell-1.2.8 >=dev-qt/qtsql-4.5.0:4[sqlite] semantic-desktop? ( >=dev-libs/soprano-2.9.0 ) >=kde-base/kdesdk-strigi-analyzer-4.10.3:4[aqua=] >=kde-base/krosspython-4.10.3:4[aqua=,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=kde-base/pykde4-4.10.3:4[aqua=,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=kde-base/oxygen-icons-4.10.3:4[aqua=] handbook? ( >=kde-base/kdelibs-4.10.3:4[aqua=,handbook] ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.10.3:4[aqua=] +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) SLOT=4 SRC_URI=mirror://kde/stable/4.10.3/src/kdesdk-4.10.3.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 kde4-meta 7361710ef31f9b5d0a1f8393eb117897 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=7d94cbf615897726daed38bc4b63638d +_md5_=c31fdf594d7ef5190c3312482ff8d547 diff --git a/metadata/md5-cache/kde-base/pykde4-4.10.2 b/metadata/md5-cache/kde-base/pykde4-4.10.2 index a40caf0e4a03..9305ab78f696 100644 --- a/metadata/md5-cache/kde-base/pykde4-4.10.2 +++ b/metadata/md5-cache/kde-base/pykde4-4.10.2 @@ -7,8 +7,8 @@ IUSE=debug doc examples semantic-desktop test python_targets_python2_5 python_ta KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5[threads] ) python_targets_python2_6? ( dev-lang/python:2.6[threads] ) python_targets_python2_7? ( dev-lang/python:2.7[threads] ) python_targets_python3_1? ( dev-lang/python:3.1[threads] ) python_targets_python3_2? ( dev-lang/python:3.2[threads] ) python_targets_python3_3? ( dev-lang/python:3.3[threads] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/sip-4.14:=[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=kde-base/kdelibs-4.10.2:4[aqua=,opengl,semantic-desktop?] semantic-desktop? ( >=kde-base/kdepimlibs-4.10.2:4[aqua=,semantic-desktop] >=dev-libs/soprano-2.9.0 ) aqua? ( >=dev-python/PyQt4-4.9.5[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),dbus,declarative,script(+),sql,svg,webkit,aqua] ) !aqua? ( >=dev-python/PyQt4-4.9.5[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),dbus,declarative,script(+),sql,svg,webkit,X] ) >=kde-base/oxygen-icons-4.10.2:4[aqua=] >=dev-qt/qtopengl-4.8.0:4 dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.10.2:4[aqua=] -REQUIRED_USE=test? ( semantic-desktop ) +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) test? ( semantic-desktop ) SLOT=4 SRC_URI=mirror://kde/stable/4.10.2/src/pykde4-4.10.2.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 portability 536c5e70c5fb252ed3b769e04aa3f05b python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=b879f843a009a320033d515ec686d9c6 +_md5_=286667564a10b69731cc426089bb91de diff --git a/metadata/md5-cache/kde-base/pykde4-4.10.3 b/metadata/md5-cache/kde-base/pykde4-4.10.3 index be1afc08d7ec..d9b8f0e7dcfc 100644 --- a/metadata/md5-cache/kde-base/pykde4-4.10.3 +++ b/metadata/md5-cache/kde-base/pykde4-4.10.3 @@ -7,8 +7,8 @@ IUSE=debug doc examples semantic-desktop test python_targets_python2_5 python_ta KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5[threads] ) python_targets_python2_6? ( dev-lang/python:2.6[threads] ) python_targets_python2_7? ( dev-lang/python:2.7[threads] ) python_targets_python3_1? ( dev-lang/python:3.1[threads] ) python_targets_python3_2? ( dev-lang/python:3.2[threads] ) python_targets_python3_3? ( dev-lang/python:3.3[threads] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=dev-python/sip-4.14:=[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] >=kde-base/kdelibs-4.10.3:4[aqua=,opengl,semantic-desktop?] semantic-desktop? ( >=kde-base/kdepimlibs-4.10.3:4[aqua=,semantic-desktop] >=dev-libs/soprano-2.9.0 ) aqua? ( >=dev-python/PyQt4-4.9.5[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),dbus,declarative,script(+),sql,svg,webkit,aqua] ) !aqua? ( >=dev-python/PyQt4-4.9.5[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),dbus,declarative,script(+),sql,svg,webkit,X] ) >=kde-base/oxygen-icons-4.10.3:4[aqua=] >=dev-qt/qtopengl-4.8.0:4 dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.10.3:4[aqua=] -REQUIRED_USE=test? ( semantic-desktop ) +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) test? ( semantic-desktop ) SLOT=4 SRC_URI=mirror://kde/stable/4.10.3/src/pykde4-4.10.3.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 portability 536c5e70c5fb252ed3b769e04aa3f05b python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f7b949c4beede56e84c59a8c9f6ed2fb +_md5_=12486e348f6f8b8335af1a5ce67ae4b5 diff --git a/metadata/md5-cache/kde-misc/kcometen4-1.0.7 b/metadata/md5-cache/kde-misc/kcometen4-1.0.7 index 2b76471bc3e8..38dc84082397 100644 --- a/metadata/md5-cache/kde-misc/kcometen4-1.0.7 +++ b/metadata/md5-cache/kde-misc/kcometen4-1.0.7 @@ -10,4 +10,4 @@ RDEPEND=>=kde-base/kscreensaver-4.10.3:4[aqua=] media-libs/libart_lgpl virtual/o SLOT=4 SRC_URI=http://www.kde-apps.org/CONTENT/content-files/87586-kcometen4-1.0.7.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=49a8e1f8a090e6f1931087ff52219a15 +_md5_=e34b44d2dfc9ab3bf41d14570d63e7fb diff --git a/metadata/md5-cache/media-gfx/blender-2.66 b/metadata/md5-cache/media-gfx/blender-2.66 index 77f94dee7aae..08a079d106bf 100644 --- a/metadata/md5-cache/media-gfx/blender-2.66 +++ b/metadata/md5-cache/media-gfx/blender-2.66 @@ -7,8 +7,8 @@ IUSE=+boost +bullet collada colorio cycles +dds debug doc +elbeem ffmpeg fftw +g KEYWORDS=~amd64 ~x86 LICENSE=|| ( GPL-2 BL ) RDEPEND=python_single_target_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python3_3(-)?,python_single_target_python3_3(+)?] dev-cpp/glog[gflags] dev-python/numpy[python_targets_python3_3(-)?,python_single_target_python3_3(+)?] >=media-libs/freetype-2.0 media-libs/glew media-libs/libpng:0 media-libs/libsamplerate sci-libs/colamd sci-libs/ldl sys-libs/zlib virtual/glu virtual/jpeg virtual/libintl virtual/opengl x11-libs/libXi x11-libs/libX11 boost? ( >=dev-libs/boost-1.44[threads(+)] ) collada? ( media-libs/opencollada ) colorio? ( media-libs/opencolorio ) cycles? ( media-libs/openimageio ) ffmpeg? ( >=virtual/ffmpeg-0.6.90[x264,mp3,encode,theora,jpeg2k?] ) fftw? ( sci-libs/fftw:3.0 ) jack? ( media-sound/jack-audio-connection-kit ) ndof? ( app-misc/spacenavd ) nls? ( virtual/libiconv ) openal? ( >=media-libs/openal-1.6.372 ) openexr? ( media-libs/openexr ) sdl? ( media-libs/libsdl[audio,joystick] ) sndfile? ( media-libs/libsndfile ) tiff? ( media-libs/tiff:0 ) -REQUIRED_USE=player? ( game-engine ) redcode? ( jpeg2k ) cycles? ( boost ) nls? ( boost ) +REQUIRED_USE=python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python3_3 ) player? ( game-engine ) redcode? ( jpeg2k ) cycles? ( boost ) nls? ( boost ) SLOT=0 SRC_URI=http://download.blender.org/source/blender-2.66.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 check-reqs 0efdf29c9002a1995388968bf54e9d3d cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=030488b08290d258aa4c951839799930 +_md5_=1b5e35689aaa0efda4007d171bf5a5c4 diff --git a/metadata/md5-cache/media-gfx/cropgui-0.1.1-r2 b/metadata/md5-cache/media-gfx/cropgui-0.1.1-r2 new file mode 100644 index 000000000000..7641eb2d23e8 --- /dev/null +++ b/metadata/md5-cache/media-gfx/cropgui-0.1.1-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install prepare +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=GUI for lossless cropping of jpeg images +EAPI=5 +HOMEPAGE=http://emergent.unpythonic.net/01248401946 +IUSE=python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/imaging[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://media.unpythonic.net/emergent-files/01248401946/cropgui_0.1.1.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=d849bd8ac5d9fd59290e89537d0ca39b diff --git a/metadata/md5-cache/media-gfx/freewrl-9999 b/metadata/md5-cache/media-gfx/freewrl-9999 new file mode 100644 index 000000000000..f0aafd98ab3e --- /dev/null +++ b/metadata/md5-cache/media-gfx/freewrl-9999 @@ -0,0 +1,11 @@ +DEFINED_PHASES=configure install postinst preinst prepare setup unpack +DEPEND=x11-libs/libXau x11-libs/libXdmcp x11-libs/libXext x11-libs/libX11 motif? ( x11-libs/motif ) !motif? ( x11-libs/libXaw ) media-libs/mesa glew? ( media-libs/glew ) virtual/opengl media-libs/libpng virtual/jpeg media-libs/imlib2 >=media-libs/freetype-2 media-libs/fontconfig curl? ( net-misc/curl ) osc? ( media-libs/liblo ) dev-lang/spidermonkey:= virtual/pkgconfig java? ( >=virtual/jdk-1.4 ) nsplugin? ( net-misc/npapi-sdk ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/unzip java? ( >=dev-java/java-config-2.1.9-r1 ) dev-vcs/cvs +DESCRIPTION=VRML97 and X3D compliant browser, library, and web-browser plugin +EAPI=5 +HOMEPAGE=http://freewrl.sourceforge.net/ +IUSE=curl debug +glew java libeai motif +nsplugin osc +sox static-libs elibc_FreeBSD java +LICENSE=GPL-3 +RDEPEND=x11-libs/libXau x11-libs/libXdmcp x11-libs/libXext x11-libs/libX11 motif? ( x11-libs/motif ) !motif? ( x11-libs/libXaw ) media-libs/mesa glew? ( media-libs/glew ) virtual/opengl media-libs/libpng virtual/jpeg media-libs/imlib2 >=media-libs/freetype-2 media-libs/fontconfig curl? ( net-misc/curl ) osc? ( media-libs/liblo ) dev-lang/spidermonkey:= media-fonts/dejavu || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) app-arch/unzip java? ( >=virtual/jre-1.4 ) sox? ( media-sound/sox ) java? ( >=dev-java/java-config-2.1.9-r1 ) +SLOT=0 +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 cvs 39a3c20f6f84050321495248c23e26c4 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 libtool b1c8688e60f9580bcb9bb46e08737eb1 mozextension ba6829881080a663d68531424a3dfbc6 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=f363ddbdb28bc327faf94b1c32cb4803 diff --git a/metadata/md5-cache/media-gfx/inkscape-0.48.4-r1 b/metadata/md5-cache/media-gfx/inkscape-0.48.4-r1 index 17314aef544b..555b6f9a7032 100644 --- a/metadata/md5-cache/media-gfx/inkscape-0.48.4-r1 +++ b/metadata/md5-cache/media-gfx/inkscape-0.48.4-r1 @@ -7,8 +7,9 @@ IUSE=dia gnome postscript inkjar lcms nls spell wmf python_targets_python2_6 pyt KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris LICENSE=GPL-2 LGPL-2.1 RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[xml] ) python_single_target_python2_7? ( dev-lang/python:2.7[xml] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=app-text/poppler-0.12.3-r3[cairo,xpdf-headers(+)] dev-cpp/glibmm >=dev-cpp/gtkmm-2.18.0:2.4 >=dev-libs/boehm-gc-6.4 >=dev-libs/glib-2.6.5 >=dev-libs/libsigc++-2.0.12 >=dev-libs/libxml2-2.6.20 >=dev-libs/libxslt-1.0.15 dev-libs/popt dev-python/lxml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] media-gfx/imagemagick[cxx] media-libs/fontconfig media-libs/freetype:2 media-libs/libpng:0 app-text/libwpd:0.9 app-text/libwpg:0.2 sci-libs/gsl x11-libs/libX11 >=x11-libs/gtk+-2.10.7:2 >=x11-libs/pango-1.4.0 gnome? ( >=gnome-base/gnome-vfs-2.0 ) lcms? ( media-libs/lcms:2 ) spell? ( app-text/aspell app-text/gtkspell:2 ) dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] media-gfx/uniconvertor dia? ( app-office/dia ) postscript? ( app-text/ghostscript-gpl ) wmf? ( media-libs/libwmf ) +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/inkscape/inkscape-0.48.4.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 7976d3f4d0c0816c67033d3dcd4d9472 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=af70aa5daa6b0e914bcea568349a053f +_md5_=0b362e57778e69b31d674bdb2774e3ec diff --git a/metadata/md5-cache/media-libs/flac-1.3.0 b/metadata/md5-cache/media-libs/flac-1.3.0 new file mode 100644 index 000000000000..3774399b966f --- /dev/null +++ b/metadata/md5-cache/media-libs/flac-1.3.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=ogg? ( >=media-libs/libogg-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224 ) app-arch/xz-utils abi_x86_32? ( dev-lang/nasm ) !elibc_uclibc? ( sys-devel/gettext ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=free lossless audio encoder and decoder +EAPI=5 +HOMEPAGE=http://flac.sourceforge.net +IUSE=3dnow altivec +cxx debug ogg sse static-libs abi_x86_32 abi_x86_64 abi_x86_x32 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=BSD FDL-1.2 GPL-2 LGPL-2.1 +RDEPEND=ogg? ( >=media-libs/libogg-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224 ) +SLOT=0 +SRC_URI=http://downloads.xiph.org/releases/flac/flac-1.3.0.tar.xz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-multilib a8b79e56608d2732028fc442ab15ffa2 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multilib-build b5fbed365a619cbb06390ac755580250 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=2fae2388d4b0cee38f53f60679619f61 diff --git a/metadata/md5-cache/media-libs/libraw-0.15.0_beta3 b/metadata/md5-cache/media-libs/libraw-0.15.0_beta3 deleted file mode 100644 index a31c3a2a7c89..000000000000 --- a/metadata/md5-cache/media-libs/libraw-0.15.0_beta3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare pretend -DEPEND=jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/jasper ) lcms? ( media-libs/lcms:2 ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=LibRaw is a library for reading RAW files obtained from digital photo cameras -EAPI=5 -HOMEPAGE=http://www.libraw.org/ -IUSE=demosaic examples jpeg jpeg2k +lcms openmp static-libs -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=LGPL-2.1 CDDL GPL-2 GPL-3 -RDEPEND=jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/jasper ) lcms? ( media-libs/lcms:2 ) -SLOT=0 -SRC_URI=http://www.libraw.org/data/LibRaw-0.15.0-Beta3.tar.gz demosaic? ( http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-0.15.0-Beta3.tar.gz http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-0.15.0-Beta3.tar.gz ) -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ef60bd43f77cc92a2694edd147105df6 diff --git a/metadata/md5-cache/media-libs/libraw-0.15.0_beta4 b/metadata/md5-cache/media-libs/libraw-0.15.2 similarity index 72% rename from metadata/md5-cache/media-libs/libraw-0.15.0_beta4 rename to metadata/md5-cache/media-libs/libraw-0.15.2 index 1c0cd9f26183..6887a9a7a44f 100644 --- a/metadata/md5-cache/media-libs/libraw-0.15.0_beta4 +++ b/metadata/md5-cache/media-libs/libraw-0.15.2 @@ -4,10 +4,10 @@ DESCRIPTION=LibRaw is a library for reading RAW files obtained from digital phot EAPI=5 HOMEPAGE=http://www.libraw.org/ IUSE=demosaic examples jpeg jpeg2k +lcms openmp static-libs -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2.1 CDDL GPL-2 GPL-3 RDEPEND=jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/jasper ) lcms? ( media-libs/lcms:2 ) -SLOT=0/8 -SRC_URI=http://www.libraw.org/data/LibRaw-0.15.0-Beta4.tar.gz demosaic? ( http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-0.15.0-Beta4.tar.gz http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-0.15.0-Beta4.tar.gz ) +SLOT=0/9 +SRC_URI=http://www.libraw.org/data/LibRaw-0.15.2.tar.gz demosaic? ( http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-0.15.2.tar.gz http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-0.15.2.tar.gz ) _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1ce7a6e720633586709c57e65c6846af +_md5_=8bc47908afaace24205d70324c86ef52 diff --git a/metadata/md5-cache/media-libs/netpbm-10.61.00 b/metadata/md5-cache/media-libs/netpbm-10.61.00 index 234e3ef6289d..7ac0b85453e6 100644 --- a/metadata/md5-cache/media-libs/netpbm-10.61.00 +++ b/metadata/md5-cache/media-libs/netpbm-10.61.00 @@ -10,4 +10,4 @@ RDEPEND=jbig? ( media-libs/jbigkit ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs SLOT=0 SRC_URI=mirror://gentoo/netpbm-10.61.00.tar.xz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4b18dfd82780698072fe4be81b25935b +_md5_=46eba8a4817c47e4cd80974070fff5a6 diff --git a/metadata/md5-cache/media-sound/abcm2ps-7.5.4 b/metadata/md5-cache/media-sound/abcm2ps-7.5.4 new file mode 100644 index 000000000000..e4af22b5502f --- /dev/null +++ b/metadata/md5-cache/media-sound/abcm2ps-7.5.4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install +DEPEND=pango? ( x11-libs/pango media-libs/freetype:2 ) virtual/pkgconfig +DESCRIPTION=A program to convert abc files to Postscript files +EAPI=5 +HOMEPAGE=http://moinejf.free.fr/ +IUSE=examples pango +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=pango? ( x11-libs/pango media-libs/freetype:2 ) +SLOT=0 +SRC_URI=http://moinejf.free.fr/abcm2ps-7.5.4.tar.gz http://moinejf.free.fr/transpose_abc.pl +_md5_=a5e638e33adce815c20a1fbf1659bcb8 diff --git a/metadata/md5-cache/media-sound/flacon-0.5.7 b/metadata/md5-cache/media-sound/flacon-0.5.7 deleted file mode 100644 index 430be71a7b05..000000000000 --- a/metadata/md5-cache/media-sound/flacon-0.5.7 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=install postinst postrm prepare setup -DEPEND=dev-python/PyQt4[X] media-sound/shntool[mac?] flac? ( media-libs/flac ) mac? ( media-sound/mac ) mp3? ( media-sound/lame ) ogg? ( media-sound/vorbis-tools ) tta? ( media-sound/ttaenc ) wavpack? ( media-sound/wavpack ) replaygain? ( mp3? ( media-sound/mp3gain ) ogg? ( media-sound/vorbisgain ) ) =dev-lang/python-2* -DESCRIPTION=Extracts audio tracks from audio CD image to separate tracks -EAPI=3 -HOMEPAGE=https://code.google.com/p/flacon/ -IUSE=flac mac mp3 ogg replaygain tta wavpack -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/PyQt4[X] media-sound/shntool[mac?] flac? ( media-libs/flac ) mac? ( media-sound/mac ) mp3? ( media-sound/lame ) ogg? ( media-sound/vorbis-tools ) tta? ( media-sound/ttaenc ) wavpack? ( media-sound/wavpack ) replaygain? ( mp3? ( media-sound/mp3gain ) ogg? ( media-sound/vorbisgain ) ) =dev-lang/python-2* -SLOT=0 -SRC_URI=https://flacon.googlecode.com/files/flacon-0.5.7.tgz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=9124d7ae5c21e47f09ff1c97cb336bec diff --git a/metadata/md5-cache/media-sound/flacon-0.6.0 b/metadata/md5-cache/media-sound/flacon-0.6.0 deleted file mode 100644 index db8b08674ce7..000000000000 --- a/metadata/md5-cache/media-sound/flacon-0.6.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile postinst postrm prepare setup -DEPEND=dev-python/PyQt4[X] media-sound/shntool[mac?] flac? ( media-libs/flac ) mac? ( media-sound/mac ) mp3? ( media-sound/lame ) mp4? ( media-libs/faac ) ogg? ( media-sound/vorbis-tools ) tta? ( media-sound/ttaenc ) wavpack? ( media-sound/wavpack ) replaygain? ( mp3? ( media-sound/mp3gain ) ogg? ( media-sound/vorbisgain ) ) =dev-lang/python-2* -DESCRIPTION=Extracts audio tracks from audio CD image to separate tracks -EAPI=4 -HOMEPAGE=https://code.google.com/p/flacon/ -IUSE=flac mac mp3 mp4 ogg replaygain tta wavpack -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 -RDEPEND=dev-python/PyQt4[X] media-sound/shntool[mac?] flac? ( media-libs/flac ) mac? ( media-sound/mac ) mp3? ( media-sound/lame ) mp4? ( media-libs/faac ) ogg? ( media-sound/vorbis-tools ) tta? ( media-sound/ttaenc ) wavpack? ( media-sound/wavpack ) replaygain? ( mp3? ( media-sound/mp3gain ) ogg? ( media-sound/vorbisgain ) ) =dev-lang/python-2* -SLOT=0 -SRC_URI=https://flacon.googlecode.com/files/flacon-0.6.0.tgz -_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=4b03c5953d0bab23aecad4644b695a85 diff --git a/metadata/md5-cache/media-sound/flacon-0.7.2 b/metadata/md5-cache/media-sound/flacon-0.7.2 index 83c2f1864c35..4404385f86c3 100644 --- a/metadata/md5-cache/media-sound/flacon-0.7.2 +++ b/metadata/md5-cache/media-sound/flacon-0.7.2 @@ -4,10 +4,10 @@ DESCRIPTION=Extracts audio tracks from audio CD image to separate tracks EAPI=4 HOMEPAGE=https://code.google.com/p/flacon/ IUSE=flac mac mp3 mp4 ogg replaygain tta wavpack -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-3 RDEPEND=dev-python/PyQt4[X] dev-python/chardet media-sound/shntool[mac?] flac? ( media-libs/flac ) mac? ( media-sound/mac ) mp3? ( media-sound/lame ) mp4? ( media-libs/faac ) ogg? ( media-sound/vorbis-tools ) tta? ( media-sound/ttaenc ) wavpack? ( media-sound/wavpack ) replaygain? ( mp3? ( media-sound/mp3gain ) ogg? ( media-sound/vorbisgain ) ) =dev-lang/python-2* SLOT=0 SRC_URI=https://flacon.googlecode.com/files/flacon-0.7.2.tgz _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=03a5114e63c7a537157fd820bde14cc6 +_md5_=eef26a8af595c0a2a7c3904527ee4c70 diff --git a/metadata/md5-cache/media-sound/flacon-0.8.0 b/metadata/md5-cache/media-sound/flacon-0.8.0 new file mode 100644 index 000000000000..062dba345582 --- /dev/null +++ b/metadata/md5-cache/media-sound/flacon-0.8.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install prepare setup test +DEPEND=python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/PyQt4[X,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/chardet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] media-sound/shntool[mac?] flac? ( media-libs/flac ) mac? ( media-sound/mac ) mp3? ( media-sound/lame ) mp4? ( media-libs/faac ) ogg? ( media-sound/vorbis-tools ) tta? ( media-sound/ttaenc ) wavpack? ( media-sound/wavpack ) replaygain? ( mp3? ( media-sound/mp3gain ) ogg? ( media-sound/vorbisgain ) ) +DESCRIPTION=Extracts audio tracks from audio CD image to separate tracks +EAPI=5 +HOMEPAGE=https://code.google.com/p/flacon/ +IUSE=flac mac mp3 mp4 ogg replaygain tta wavpack python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 linguas_cs_CZ linguas_es_MX linguas_fr linguas_gl linguas_it linguas_pl_PL linguas_pt_BR linguas_ro_RO linguas_ru linguas_si_LK linguas_uk linguas_zh_CN linguas_zh_TW +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/PyQt4[X,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/chardet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] media-sound/shntool[mac?] flac? ( media-libs/flac ) mac? ( media-sound/mac ) mp3? ( media-sound/lame ) mp4? ( media-libs/faac ) ogg? ( media-sound/vorbis-tools ) tta? ( media-sound/ttaenc ) wavpack? ( media-sound/wavpack ) replaygain? ( mp3? ( media-sound/mp3gain ) ogg? ( media-sound/vorbisgain ) ) +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) +SLOT=0 +SRC_URI=https://flacon.googlecode.com/files/flacon-0.8.0.tgz +_eclasses_=l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f +_md5_=51343c057915bb5b3edae5ccceee61ca diff --git a/metadata/md5-cache/media-sound/lilypond-2.16.2 b/metadata/md5-cache/media-sound/lilypond-2.16.2 index 8074af72d783..ab3ec4a3da13 100644 --- a/metadata/md5-cache/media-sound/lilypond-2.16.2 +++ b/metadata/md5-cache/media-sound/lilypond-2.16.2 @@ -7,8 +7,9 @@ IUSE=debug emacs profile vim-syntax linguas_cs linguas_da linguas_de linguas_el KEYWORDS=~amd64 ~hppa ~x86 LICENSE=GPL-3 FDL-1.3 RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) RESTRICT=test SLOT=0 SRC_URI=http://download.linuxaudio.org/lilypond/sources/v2.16/lilypond-2.16.2.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=69de5153b72b85298581b5f5f97cca97 +_md5_=059c3ab94592d6c49e3fec485a1166bc diff --git a/metadata/md5-cache/media-sound/lilypond-2.17.16 b/metadata/md5-cache/media-sound/lilypond-2.17.16 deleted file mode 100644 index 19c18d44ecce..000000000000 --- a/metadata/md5-cache/media-sound/lilypond-2.17.16 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup -DEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-text/t1utils dev-lang/perl dev-texlive/texlive-metapost virtual/pkgconfig media-gfx/fontforge >=sys-apps/texinfo-4.11 >=sys-devel/bison-2.0 sys-devel/flex sys-devel/gettext sys-devel/make || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=GNU Music Typesetter -EAPI=5 -HOMEPAGE=http://lilypond.org/ -IUSE=debug emacs profile vim-syntax linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_eo linguas_es linguas_fi linguas_fr linguas_it linguas_ja linguas_nl linguas_ru linguas_sv linguas_tr linguas_uk linguas_vi linguas_zh_TW python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~amd64 ~hppa ~x86 -LICENSE=GPL-3 FDL-1.3 -RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] -RESTRICT=test -SLOT=0 -SRC_URI=http://download.linuxaudio.org/lilypond/sources/v2.17/lilypond-2.17.16.tar.gz -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6cae1cd9629d2f543af90311c46f7b0f diff --git a/metadata/md5-cache/media-sound/lilypond-2.17.17 b/metadata/md5-cache/media-sound/lilypond-2.17.17 deleted file mode 100644 index 82438af4224a..000000000000 --- a/metadata/md5-cache/media-sound/lilypond-2.17.17 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup -DEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] app-text/t1utils dev-lang/perl dev-texlive/texlive-metapost virtual/pkgconfig media-gfx/fontforge >=sys-apps/texinfo-4.11 >=sys-devel/bison-2.0 sys-devel/flex sys-devel/gettext sys-devel/make || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=GNU Music Typesetter -EAPI=5 -HOMEPAGE=http://lilypond.org/ -IUSE=debug emacs profile vim-syntax linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_eo linguas_es linguas_fi linguas_fr linguas_it linguas_ja linguas_nl linguas_ru linguas_sv linguas_tr linguas_uk linguas_vi linguas_zh_TW python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~amd64 ~hppa ~x86 -LICENSE=GPL-3 FDL-1.3 -RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] -RESTRICT=test -SLOT=0 -SRC_URI=http://download.linuxaudio.org/lilypond/sources/v2.17/lilypond-2.17.17.tar.gz -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=82c5031fb1c75b7982450693cb6d626f diff --git a/metadata/md5-cache/media-sound/lilypond-2.17.18 b/metadata/md5-cache/media-sound/lilypond-2.17.19 similarity index 87% rename from metadata/md5-cache/media-sound/lilypond-2.17.18 rename to metadata/md5-cache/media-sound/lilypond-2.17.19 index c5ac8a15e118..e3a6b0b5671d 100644 --- a/metadata/md5-cache/media-sound/lilypond-2.17.18 +++ b/metadata/md5-cache/media-sound/lilypond-2.17.19 @@ -7,8 +7,9 @@ IUSE=debug emacs profile vim-syntax linguas_ca linguas_cs linguas_da linguas_de KEYWORDS=~amd64 ~hppa ~x86 LICENSE=GPL-3 FDL-1.3 RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) RESTRICT=test SLOT=0 -SRC_URI=http://download.linuxaudio.org/lilypond/sources/v2.17/lilypond-2.17.18.tar.gz +SRC_URI=http://download.linuxaudio.org/lilypond/sources/v2.17/lilypond-2.17.19.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9e678812fbf577ec7d46225afc595543 +_md5_=2f4a14d8ed6959caa52fb6ab78d28068 diff --git a/metadata/md5-cache/media-sound/lilypond-9999 b/metadata/md5-cache/media-sound/lilypond-9999 index a14626a1d698..12b0ba69273a 100644 --- a/metadata/md5-cache/media-sound/lilypond-9999 +++ b/metadata/md5-cache/media-sound/lilypond-9999 @@ -3,10 +3,11 @@ DEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex DESCRIPTION=GNU Music Typesetter EAPI=5 HOMEPAGE=http://lilypond.org/ -IUSE=debug emacs profile vim-syntax python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 +IUSE=debug emacs profile vim-syntax linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_eo linguas_es linguas_fi linguas_fr linguas_it linguas_ja linguas_nl linguas_ru linguas_sv linguas_tr linguas_uk linguas_vi linguas_zh_TW python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 LICENSE=GPL-3 FDL-1.3 RDEPEND=>=app-text/ghostscript-gpl-8.15 >=dev-scheme/guile-1.8.2[deprecated,regex] media-fonts/urw-fonts media-libs/fontconfig media-libs/freetype:2 >=x11-libs/pango-1.12.3 emacs? ( virtual/emacs ) python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) RESTRICT=test SLOT=0 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils f31a0ec0d081047cbf9c0bbb4822d831 git-2 e92e09651292b1bef5656592364550f7 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=fcf6771b0207aa5f3e0877c5fc6b37b6 +_md5_=587a8486c4f2c6b7d779d5badc1e8e40 diff --git a/metadata/md5-cache/media-sound/solfege-3.22.0 b/metadata/md5-cache/media-sound/solfege-3.22.0 new file mode 100644 index 000000000000..dd5efd709f9f --- /dev/null +++ b/metadata/md5-cache/media-sound/solfege-3.22.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare setup +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[sqlite] ) python_single_target_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-lang/swig sys-devel/gettext sys-apps/texinfo virtual/pkgconfig dev-libs/libxslt app-text/txt2man >=app-text/docbook-xsl-stylesheets-1.60 +DESCRIPTION=GNU Solfege is a program written to help you practice ear training. +EAPI=5 +HOMEPAGE=http://www.solfege.org +IUSE=alsa oss python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=GPL-3 +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[sqlite] ) python_single_target_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=dev-python/pygtk-2.12 gnome-base/librsvg alsa? ( dev-python/pyalsa ) !oss? ( media-sound/timidity++ ) +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://sourceforge/solfege/solfege-3.22.0.tar.gz +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f +_md5_=ab3801cec2183e0dd9ee4d1a24ab0735 diff --git a/metadata/md5-cache/media-sound/tomahawk-9999 b/metadata/md5-cache/media-sound/tomahawk-9999 index b5c4f34ba77a..ef22728fca14 100644 --- a/metadata/md5-cache/media-sound/tomahawk-9999 +++ b/metadata/md5-cache/media-sound/tomahawk-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=app-crypt/qca:2 >=dev-cpp/clucene-2.3.3.4 >=dev-libs/boost-1.41 >=dev-libs/libattica-0.4.0 dev-libs/qjson dev-libs/quazip >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtdbus-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 >=dev-qt/qtsql-4.7.0:4[sqlite] >=dev-qt/qtsvg-4.7.0:4 >=dev-qt/qtwebkit-4.7.0:4 >=media-libs/liblastfm-1.0.1 >=media-libs/libechonest-2.0.3 >=media-libs/phonon-4.5.0 >=media-libs/taglib-1.6.0 x11-libs/libX11 jabber? ( >=net-libs/jreen-1.1.1 ) twitter? ( net-libs/qtweetlib ) sys-devel/make >=dev-util/cmake-2.8.6 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git +DEPEND=app-crypt/qca:2 >=dev-cpp/clucene-2.3.3.4 >=dev-libs/boost-1.41 >=dev-libs/libattica-0.4.0 dev-libs/qjson dev-libs/quazip dev-libs/qtkeychain >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtdbus-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 >=dev-qt/qtsql-4.7.0:4[sqlite] >=dev-qt/qtsvg-4.7.0:4 >=dev-qt/qtwebkit-4.7.0:4 >=media-libs/liblastfm-1.0.1 >=media-libs/libechonest-2.0.3 >=media-libs/phonon-4.5.0 >=media-libs/taglib-1.6.0 x11-libs/libX11 jabber? ( >=net-libs/jreen-1.1.1 ) twitter? ( net-libs/qtweetlib ) sys-devel/make >=dev-util/cmake-2.8.6 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git DESCRIPTION=Qt playdar social music player EAPI=5 HOMEPAGE=http://tomahawk-player.org/ IUSE=debug jabber twitter LICENSE=GPL-3 BSD -RDEPEND=app-crypt/qca:2 >=dev-cpp/clucene-2.3.3.4 >=dev-libs/boost-1.41 >=dev-libs/libattica-0.4.0 dev-libs/qjson dev-libs/quazip >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtdbus-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 >=dev-qt/qtsql-4.7.0:4[sqlite] >=dev-qt/qtsvg-4.7.0:4 >=dev-qt/qtwebkit-4.7.0:4 >=media-libs/liblastfm-1.0.1 >=media-libs/libechonest-2.0.3 >=media-libs/phonon-4.5.0 >=media-libs/taglib-1.6.0 x11-libs/libX11 jabber? ( >=net-libs/jreen-1.1.1 ) twitter? ( net-libs/qtweetlib ) app-crypt/qca-ossl +RDEPEND=app-crypt/qca:2 >=dev-cpp/clucene-2.3.3.4 >=dev-libs/boost-1.41 >=dev-libs/libattica-0.4.0 dev-libs/qjson dev-libs/quazip dev-libs/qtkeychain >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtdbus-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 >=dev-qt/qtsql-4.7.0:4[sqlite] >=dev-qt/qtsvg-4.7.0:4 >=dev-qt/qtwebkit-4.7.0:4 >=media-libs/liblastfm-1.0.1 >=media-libs/libechonest-2.0.3 >=media-libs/phonon-4.5.0 >=media-libs/taglib-1.6.0 x11-libs/libX11 jabber? ( >=net-libs/jreen-1.1.1 ) twitter? ( net-libs/qtweetlib ) app-crypt/qca-ossl SLOT=0 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de git-2 e92e09651292b1bef5656592364550f7 multilib 892e597faee02a5b94eb02ab512e7622 qt4-r2 f735f67b3de93a007dbdec708b481831 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b9bd5ab35b127cc192ed86733831cf7e +_md5_=e491762039d9bdddbe001d2b7bbc1790 diff --git a/metadata/md5-cache/media-video/subdownloader-2.0.18 b/metadata/md5-cache/media-video/subdownloader-2.0.18 index 621c89a148fb..b0ea18b0b98e 100644 --- a/metadata/md5-cache/media-video/subdownloader-2.0.18 +++ b/metadata/md5-cache/media-video/subdownloader-2.0.18 @@ -1,7 +1,7 @@ DEFINED_PHASES=install prepare setup DEPEND=dev-python/PyQt4 dev-python/kaa-metadata =dev-lang/python-2* DESCRIPTION=GUI application for automatic downloading/uploading of subtitles for videofiles -EAPI=4 +EAPI=5 HOMEPAGE=http://www.subdownloader.net/ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 @@ -9,4 +9,4 @@ RDEPEND=dev-python/PyQt4 dev-python/kaa-metadata =dev-lang/python-2* SLOT=0 SRC_URI=http://launchpad.net/subdownloader/trunk/2.0.18/+download/subdownloader_2.0.18.orig.tar.gz -> subdownloader-2.0.18.tar.gz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a5117394f50f2486320f3e1489e210b8 +_md5_=02ae37628c26cbb71d4b748c3d9e6327 diff --git a/metadata/md5-cache/net-analyzer/arp-sk-0.0.16-r2 b/metadata/md5-cache/net-analyzer/arp-sk-0.0.16-r2 index 4801b52d7375..02a4f821bf86 100644 --- a/metadata/md5-cache/net-analyzer/arp-sk-0.0.16-r2 +++ b/metadata/md5-cache/net-analyzer/arp-sk-0.0.16-r2 @@ -3,10 +3,10 @@ DEPEND=>=net-libs/libnet-1.1 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/aut DESCRIPTION=A swiss knife tool for ARP EAPI=5 HOMEPAGE=http://sid.rstack.org/arp-sk/ -KEYWORDS=~amd64 ~ppc ~x86 +KEYWORDS=amd64 ~ppc ~x86 LICENSE=GPL-2 RDEPEND=>=net-libs/libnet-1.1 SLOT=0 SRC_URI=http://sid.rstack.org/arp-sk/files/arp-sk-0.0.16.tgz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=59ec502cb0c76be90008f88ce65c150c +_md5_=ceb4a30aea7594dbe535d7c391637f33 diff --git a/metadata/md5-cache/net-analyzer/tcpdump-4.4.0 b/metadata/md5-cache/net-analyzer/tcpdump-4.4.0 index efd808195c35..52c0d61a5945 100644 --- a/metadata/md5-cache/net-analyzer/tcpdump-4.4.0 +++ b/metadata/md5-cache/net-analyzer/tcpdump-4.4.0 @@ -1,4 +1,4 @@ -DEFINED_PHASES=configure install postinst prepare setup test +DEFINED_PHASES=configure install postinst setup test DEPEND=net-libs/libpcap smi? ( net-libs/libsmi ) ssl? ( >=dev-libs/openssl-0.9.6m ) test? ( || ( app-arch/sharutils sys-freebsd/freebsd-ubin ) dev-lang/perl ) DESCRIPTION=A Tool for network monitoring and data acquisition EAPI=5 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=net-libs/libpcap smi? ( net-libs/libsmi ) ssl? ( >=dev-libs/openssl-0.9.6m ) SLOT=0 SRC_URI=http://www.tcpdump.org/release/tcpdump-4.4.0.tar.gz http://www.jp.tcpdump.org/release/tcpdump-4.4.0.tar.gz -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d425ce5d007e507a529b012a2dd565a4 +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=2f261a96c7d64cff91af10ad24058a05 diff --git a/metadata/md5-cache/net-analyzer/tcpreplay-3.4.5_beta2 b/metadata/md5-cache/net-analyzer/tcpreplay-3.4.5_beta2 deleted file mode 100644 index 4ac23c3aac2f..000000000000 --- a/metadata/md5-cache/net-analyzer/tcpreplay-3.4.5_beta2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure install prepare test -DEPEND=>=sys-devel/autogen-5.9.8 dev-libs/libdnet >=net-libs/libpcap-0.9 tcpdump? ( net-analyzer/tcpdump ) pcapnav? ( net-libs/libpcapnav ) -DESCRIPTION=replay saved tcpdump or snoop files at arbitrary speeds -EAPI=4 -HOMEPAGE=http://tcpreplay.synfin.net/ -IUSE=debug pcapnav +tcpdump -KEYWORDS=~amd64 ~sparc ~x86 -LICENSE=BSD -RDEPEND=>=sys-devel/autogen-5.9.8 dev-libs/libdnet >=net-libs/libpcap-0.9 tcpdump? ( net-analyzer/tcpdump ) pcapnav? ( net-libs/libpcapnav ) -SLOT=0 -SRC_URI=http://synfin.net/tcpreplay-3.4.5beta2.tar.gz -_md5_=5e7ebd16d27bd89519b2daa5b05835a2 diff --git a/metadata/md5-cache/net-analyzer/tcpreplay-3.4.5_beta3 b/metadata/md5-cache/net-analyzer/tcpreplay-3.4.5_beta3 deleted file mode 100644 index e835cac00618..000000000000 --- a/metadata/md5-cache/net-analyzer/tcpreplay-3.4.5_beta3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare test -DEPEND=>=sys-devel/autogen-5.9.8 dev-libs/libdnet >=net-libs/libpcap-0.9 tcpdump? ( net-analyzer/tcpdump ) pcapnav? ( net-libs/libpcapnav ) -DESCRIPTION=replay saved tcpdump or snoop files at arbitrary speeds -EAPI=4 -HOMEPAGE=http://tcpreplay.synfin.net/ -IUSE=debug pcapnav +tcpdump -KEYWORDS=~amd64 ~sparc ~x86 -LICENSE=BSD -RDEPEND=>=sys-devel/autogen-5.9.8 dev-libs/libdnet >=net-libs/libpcap-0.9 tcpdump? ( net-analyzer/tcpdump ) pcapnav? ( net-libs/libpcapnav ) -SLOT=0 -SRC_URI=http://synfin.net/tcpreplay-3.4.5beta3.tar.gz -_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a34a58ea3f1165b31df5b3415f6b11ba diff --git a/metadata/md5-cache/net-analyzer/tcpreplay-3.5.0_beta1 b/metadata/md5-cache/net-analyzer/tcpreplay-3.5.0_beta1 new file mode 100644 index 000000000000..02f2dc5d65e4 --- /dev/null +++ b/metadata/md5-cache/net-analyzer/tcpreplay-3.5.0_beta1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=>=sys-devel/autogen-5.16.2[libopts] dev-libs/libdnet >=net-libs/libpcap-0.9 tcpdump? ( net-analyzer/tcpdump ) pcapnav? ( net-libs/libpcapnav ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=replay saved tcpdump or snoop files at arbitrary speeds +EAPI=5 +HOMEPAGE=http://tcpreplay.synfin.net/ +IUSE=debug pcapnav +tcpdump +KEYWORDS=~amd64 ~sparc ~x86 +LICENSE=BSD +RDEPEND=>=sys-devel/autogen-5.16.2[libopts] dev-libs/libdnet >=net-libs/libpcap-0.9 tcpdump? ( net-analyzer/tcpdump ) pcapnav? ( net-libs/libpcapnav ) +SLOT=0 +SRC_URI=http://synfin.net/tcpreplay-3.5.0beta1.tar.bz2 +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=72490bbd7cd406d0edc73afba67de5be diff --git a/metadata/md5-cache/net-firewall/shorewall-4.5.15 b/metadata/md5-cache/net-firewall/shorewall-4.5.15 index 5997af7257e3..0aa127d991de 100644 --- a/metadata/md5-cache/net-firewall/shorewall-4.5.15 +++ b/metadata/md5-cache/net-firewall/shorewall-4.5.15 @@ -4,10 +4,10 @@ DESCRIPTION=Shoreline Firewall is an iptables-based firewall for Linux. EAPI=4 HOMEPAGE=http://www.shorewall.net/ IUSE=doc -KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=net-firewall/iptables-1.2.4 sys-apps/iproute2[-minimal] dev-lang/perl =net-firewall/shorewall-core-4.5.15 SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.15/shorewall-4.5.15.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.15/shorewall-docs-html-4.5.15.tar.bz2 ) _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c564463bf3807652e12257ecda0963c2 +_md5_=b2787627e2545284eb9f49e5b05fbe5e diff --git a/metadata/md5-cache/net-firewall/shorewall-core-4.5.15 b/metadata/md5-cache/net-firewall/shorewall-core-4.5.15 index d7c005f97b6e..057abc9a9f43 100644 --- a/metadata/md5-cache/net-firewall/shorewall-core-4.5.15 +++ b/metadata/md5-cache/net-firewall/shorewall-core-4.5.15 @@ -4,10 +4,10 @@ DESCRIPTION=Core libraries of shorewall / shorewall(6)-lite EAPI=4 HOMEPAGE=http://www.shorewall.net/ IUSE=selinux -KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=net-firewall/iptables-1.2.4 sys-apps/iproute2[-minimal] dev-lang/perl dev-perl/Digest-SHA1 !=net-firewall/iptables-1.4.0 sys-apps/iproute2 >=net-firewall/shorewall-4.5.15 dev-perl/Socket6 SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.15/shorewall6-4.5.15.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall6/4.5/shorewall-4.5.15/shorewall-docs-html-4.5.15.tar.bz2 ) _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ae6d3d908e56cdf583547d799a66a81c +_md5_=092698054e811d68dd7b02050a76db8f diff --git a/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.15 b/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.15 index c08d6fe0a9d8..57c27d701083 100644 --- a/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.15 +++ b/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.15 @@ -3,10 +3,10 @@ DESCRIPTION=An iptables-based firewall whose config is handled by a normal Shore EAPI=4 HOMEPAGE=http://www.shorewall.net/ IUSE=doc -KEYWORDS=~alpha ~amd64 ~hppa ~sparc ~x86 +KEYWORDS=~alpha ~amd64 hppa ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=net-firewall/iptables-1.4.0 sys-apps/iproute2 =net-firewall/shorewall-core-4.5.15 SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.15/shorewall6-lite-4.5.15.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.15/shorewall-docs-html-4.5.15.tar.bz2 ) _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6dbc216b8c09b066fbfca3279eef5dc1 +_md5_=9021aedab42ce676fe10c0291f92d89c diff --git a/metadata/md5-cache/net-fs/netatalk-3.0.3 b/metadata/md5-cache/net-fs/netatalk-3.0.3 index c77210aa0ce1..115153be0fe5 100644 --- a/metadata/md5-cache/net-fs/netatalk-3.0.3 +++ b/metadata/md5-cache/net-fs/netatalk-3.0.3 @@ -8,9 +8,9 @@ KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd LICENSE=GPL-2 BSD PDEPEND=sys-apps/openrc RDEPEND=!app-editors/yudit dev-libs/libevent dev-libs/libgcrypt sys-apps/coreutils >=sys-libs/db-4.2.52 acl? ( sys-apps/attr sys-apps/acl ) avahi? ( net-dns/avahi[dbus] ) cracklib? ( sys-libs/cracklib ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) pam? ( virtual/pam ) ssl? ( dev-libs/openssl ) tcpd? ( sys-apps/tcp-wrappers ) utils? ( dev-lang/perl dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) -REQUIRED_USE=ldap? ( acl ) +REQUIRED_USE=ldap? ( acl ) utils? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/project/netatalk/netatalk/3.0.3/netatalk-3.0.3.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 systemd 3421a5715404244e4827acd1cf8ce654 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=75f78b8c91c3f51cef332fa520cc4c70 +_md5_=862770c12e44a359c9da77d838e00333 diff --git a/metadata/md5-cache/net-ftp/lftp-4.4.8 b/metadata/md5-cache/net-ftp/lftp-4.4.8 new file mode 100644 index 000000000000..03069c73f8db --- /dev/null +++ b/metadata/md5-cache/net-ftp/lftp-4.4.8 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure prepare +DEPEND=>=sys-libs/ncurses-5.1 >=sys-libs/readline-5.1 dev-libs/expat sys-libs/zlib socks5? ( >=net-proxy/dante-1.1.12 virtual/pam ) ssl? ( gnutls? ( >=net-libs/gnutls-1.2.3 ) openssl? ( >=dev-libs/openssl-0.9.6 ) ) =sys-devel/libtool-2* app-arch/xz-utils dev-lang/perl nls? ( sys-devel/gettext ) virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=A sophisticated ftp/sftp/http/https/torrent client and file transfer program +EAPI=5 +HOMEPAGE=http://lftp.yar.ru/ +IUSE=+gnutls nls openssl socks5 +ssl linguas_cs linguas_de linguas_es linguas_fr linguas_it linguas_ja linguas_ko linguas_pl linguas_pt_BR linguas_ru linguas_zh_CN linguas_zh_HK linguas_zh_TW +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-3 +RDEPEND=>=sys-libs/ncurses-5.1 >=sys-libs/readline-5.1 dev-libs/expat sys-libs/zlib socks5? ( >=net-proxy/dante-1.1.12 virtual/pam ) ssl? ( gnutls? ( >=net-libs/gnutls-1.2.3 ) openssl? ( >=dev-libs/openssl-0.9.6 ) ) +REQUIRED_USE=ssl? ( ^^ ( openssl gnutls ) ) +SLOT=0 +SRC_URI=ftp://ftp.yars.free.net/pub/source/lftp/lftp-4.4.8.tar.xz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=15ab4d8067ee958d27a8da262acdc8f8 diff --git a/metadata/md5-cache/net-im/gajim-0.15.3-r1 b/metadata/md5-cache/net-im/gajim-0.15.3-r1 index 876c695497c7..baa503771b77 100644 --- a/metadata/md5-cache/net-im/gajim-0.15.3-r1 +++ b/metadata/md5-cache/net-im/gajim-0.15.3-r1 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gtk+:2 >=dev-util/intltool-0.40.1 virtual/pkgconfig >=sys-devel/gettext-0.17-r1 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6[sqlite,xml] ) python_targets_python2_7? ( dev-lang/python:2.7[sqlite,xml] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gtk+:2 >=dev-util/intltool-0.40.1 virtual/pkgconfig >=sys-devel/gettext-0.17-r1 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Jabber client written in PyGTK EAPI=5 HOMEPAGE=http://www.gajim.org/ IUSE=avahi crypt dbus gnome kde idle jingle libnotify networkmanager nls spell +srv test X xhtml python_targets_python2_6 python_targets_python2_7 KEYWORDS=alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd LICENSE=GPL-3 -RDEPEND=dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gtk+:2 dev-python/pyasn1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] crypt? ( app-crypt/gnupg dev-python/pycrypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) dbus? ( dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/dbus-glib libnotify? ( dev-python/notify-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) avahi? ( net-dns/avahi[dbus,gtk,python] ) ) gnome? ( dev-python/libgnome-python dev-python/gnome-keyring-python dev-python/egg-python ) idle? ( x11-libs/libXScrnSaver ) jingle? ( net-libs/farstream:0.1[python] ) kde? ( kde-base/kwallet ) networkmanager? ( dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] net-misc/networkmanager ) spell? ( app-text/gtkspell:2 ) srv? ( || ( dev-python/libasyncns-python net-dns/bind-tools ) ) xhtml? ( dev-python/docutils ) -REQUIRED_USE=libnotify? ( dbus ) avahi? ( dbus ) +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6[sqlite,xml] ) python_targets_python2_7? ( dev-lang/python:2.7[sqlite,xml] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gtk+:2 dev-python/pyasn1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] crypt? ( app-crypt/gnupg dev-python/pycrypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) dbus? ( dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/dbus-glib libnotify? ( dev-python/notify-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) avahi? ( net-dns/avahi[dbus,gtk,python] ) ) gnome? ( dev-python/libgnome-python dev-python/gnome-keyring-python dev-python/egg-python ) idle? ( x11-libs/libXScrnSaver ) jingle? ( net-libs/farstream:0.1[python] ) kde? ( kde-base/kwallet ) networkmanager? ( dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] net-misc/networkmanager ) spell? ( app-text/gtkspell:2 ) srv? ( || ( dev-python/libasyncns-python net-dns/bind-tools ) ) xhtml? ( dev-python/docutils ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) libnotify? ( dbus ) avahi? ( dbus ) RESTRICT=test SLOT=0 SRC_URI=http://www.gajim.org/downloads/0.15/gajim-0.15.3.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=ccff68632d2b85ac5a2a1a4a26188409 +_md5_=51d470a8d6f479000eebd93a3160f847 diff --git a/metadata/md5-cache/net-im/gajim-0.15.4 b/metadata/md5-cache/net-im/gajim-0.15.4 index fa866d863c42..336f69a314b6 100644 --- a/metadata/md5-cache/net-im/gajim-0.15.4 +++ b/metadata/md5-cache/net-im/gajim-0.15.4 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gtk+:2 >=dev-util/intltool-0.40.1 virtual/pkgconfig >=sys-devel/gettext-0.17-r1 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6[sqlite,xml] ) python_targets_python2_7? ( dev-lang/python:2.7[sqlite,xml] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gtk+:2 >=dev-util/intltool-0.40.1 virtual/pkgconfig >=sys-devel/gettext-0.17-r1 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Jabber client written in PyGTK EAPI=5 HOMEPAGE=http://www.gajim.org/ IUSE=avahi crypt dbus gnome kde idle jingle libnotify networkmanager nls spell +srv test X xhtml python_targets_python2_6 python_targets_python2_7 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=GPL-3 -RDEPEND=dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gtk+:2 dev-python/pyasn1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] crypt? ( app-crypt/gnupg dev-python/pycrypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) dbus? ( dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/dbus-glib libnotify? ( dev-python/notify-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) avahi? ( net-dns/avahi[dbus,gtk,python] ) ) gnome? ( dev-python/libgnome-python dev-python/gnome-keyring-python dev-python/egg-python ) idle? ( x11-libs/libXScrnSaver ) jingle? ( net-libs/farstream:0.1[python] ) kde? ( kde-base/kwallet ) networkmanager? ( dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] net-misc/networkmanager ) spell? ( app-text/gtkspell:2 ) srv? ( || ( dev-python/libasyncns-python net-dns/bind-tools ) ) xhtml? ( dev-python/docutils ) -REQUIRED_USE=libnotify? ( dbus ) avahi? ( dbus ) +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6[sqlite,xml] ) python_targets_python2_7? ( dev-lang/python:2.7[sqlite,xml] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] x11-libs/gtk+:2 dev-python/pyasn1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyopenssl[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] crypt? ( app-crypt/gnupg dev-python/pycrypto[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) dbus? ( dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-libs/dbus-glib libnotify? ( dev-python/notify-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) avahi? ( net-dns/avahi[dbus,gtk,python] ) ) gnome? ( dev-python/libgnome-python dev-python/gnome-keyring-python dev-python/egg-python ) idle? ( x11-libs/libXScrnSaver ) jingle? ( net-libs/farstream:0.1[python] ) kde? ( kde-base/kwallet ) networkmanager? ( dev-python/dbus-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] net-misc/networkmanager ) spell? ( app-text/gtkspell:2 ) srv? ( || ( dev-python/libasyncns-python net-dns/bind-tools ) ) xhtml? ( dev-python/docutils ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) libnotify? ( dbus ) avahi? ( dbus ) RESTRICT=test SLOT=0 SRC_URI=http://www.gajim.org/downloads/0.15/gajim-0.15.4.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=1523d20d6d7092314e722c0ba82198e5 +_md5_=c823c9042cc9ecad24b915d9c4422ad4 diff --git a/metadata/md5-cache/net-irc/hexchat-2.9.4-r2 b/metadata/md5-cache/net-irc/hexchat-2.9.4-r2 index 5e5f403302aa..2928ce4deb97 100644 --- a/metadata/md5-cache/net-irc/hexchat-2.9.4-r2 +++ b/metadata/md5-cache/net-irc/hexchat-2.9.4-r2 @@ -7,8 +7,8 @@ IUSE=dbus fastscroll +gtk ipv6 libnotify libproxy nls ntlm perl +plugins plugin- KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 dbus? ( >=dev-libs/dbus-glib-0.98 ) fastscroll? ( x11-libs/libXft ) gtk? ( x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libnotify? ( x11-libs/libnotify ) nls? ( virtual/libintl ) ntlm? ( net-libs/libntlm ) perl? ( >=dev-lang/perl-5.8.0 ) plugin-sysinfo? ( sys-apps/pciutils ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) spell? ( dev-libs/libxml2 ) ssl? ( >=dev-libs/openssl-0.9.8u ) theme-manager? ( dev-lang/mono ) -REQUIRED_USE=plugin-checksum? ( plugins ) plugin-doat? ( plugins ) plugin-fishlim? ( plugins ) plugin-sysinfo? ( plugins ) +REQUIRED_USE=plugin-checksum? ( plugins ) plugin-doat? ( plugins ) plugin-fishlim? ( plugins ) plugin-sysinfo? ( plugins ) python? ( python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 SRC_URI=mirror://github/hexchat/hexchat/hexchat-2.9.4.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 mono 203a4295c06155d318bdff9c6b2d5e1c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d54f930213f39dbd748f83dfe334de2a +_md5_=637c988a4b03e467e1cf2c7914e2db82 diff --git a/metadata/md5-cache/net-irc/hexchat-2.9.5 b/metadata/md5-cache/net-irc/hexchat-2.9.5 index 493abc7a931d..40013ea14a48 100644 --- a/metadata/md5-cache/net-irc/hexchat-2.9.5 +++ b/metadata/md5-cache/net-irc/hexchat-2.9.5 @@ -7,8 +7,8 @@ IUSE=dbus fastscroll +gtk ipv6 libnotify libproxy nls ntlm perl +plugins plugin- KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 dbus? ( >=dev-libs/dbus-glib-0.98 ) fastscroll? ( x11-libs/libXft ) gtk? ( x11-libs/gtk+:2 ) libproxy? ( net-libs/libproxy ) libnotify? ( x11-libs/libnotify ) nls? ( virtual/libintl ) ntlm? ( net-libs/libntlm ) perl? ( >=dev-lang/perl-5.8.0 ) plugin-sysinfo? ( sys-apps/pciutils ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) spell? ( app-text/enchant dev-libs/libxml2 ) ssl? ( >=dev-libs/openssl-0.9.8u ) theme-manager? ( dev-lang/mono ) -REQUIRED_USE=plugin-checksum? ( plugins ) plugin-doat? ( plugins ) plugin-fishlim? ( plugins ) plugin-sysinfo? ( plugins ) +REQUIRED_USE=plugin-checksum? ( plugins ) plugin-doat? ( plugins ) plugin-fishlim? ( plugins ) plugin-sysinfo? ( plugins ) python? ( python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 SRC_URI=mirror://github/hexchat/hexchat/hexchat-2.9.5.tar.xz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 mono 203a4295c06155d318bdff9c6b2d5e1c multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=800cc48cd13f2af1f1057636e5369677 +_md5_=6271d581bc851be9ae9b41e25d1a1dcb diff --git a/metadata/md5-cache/net-libs/gupnp-0.20.1 b/metadata/md5-cache/net-libs/gupnp-0.20.3 similarity index 66% rename from metadata/md5-cache/net-libs/gupnp-0.20.1 rename to metadata/md5-cache/net-libs/gupnp-0.20.3 index 9254f7cb5d8a..6feb9584a315 100644 --- a/metadata/md5-cache/net-libs/gupnp-0.20.1 +++ b/metadata/md5-cache/net-libs/gupnp-0.20.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install prepare -DEPEND=>=net-libs/gssdp-0.13.0:0=[introspection?] >=net-libs/libsoup-2.28.2:2.4[introspection?] >=dev-libs/glib-2.24:2 dev-libs/libxml2 || ( >=sys-apps/util-linux-2.16 =dev-libs/gobject-introspection-0.6.4 ) connman? ( >=dev-libs/glib-2.28:2 >=net-misc/connman-0.80 ) networkmanager? ( >=dev-libs/glib-2.26:2 ) || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) !net-libs/gupnp-vala >=dev-util/gtk-doc-am-1 sys-devel/gettext virtual/pkgconfig app-arch/xz-utils +DEPEND=>=net-libs/gssdp-0.13.0:0=[introspection?] >=net-libs/libsoup-2.28.2:2.4[introspection?] >=dev-libs/glib-2.24:2 dev-libs/libxml2 || ( >=sys-apps/util-linux-2.16 =dev-libs/gobject-introspection-0.6.4 || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) connman? ( >=dev-libs/glib-2.28:2 >=net-misc/connman-0.80 ) networkmanager? ( >=dev-libs/glib-2.26:2 ) !net-libs/gupnp-vala >=dev-util/gtk-doc-am-1 sys-devel/gettext virtual/pkgconfig app-arch/xz-utils DESCRIPTION=An object-oriented framework for creating UPnP devs and control points EAPI=5 HOMEPAGE=http://gupnp.org/ IUSE=connman +introspection kernel_linux networkmanager KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=LGPL-2 -RDEPEND=>=net-libs/gssdp-0.13.0:0=[introspection?] >=net-libs/libsoup-2.28.2:2.4[introspection?] >=dev-libs/glib-2.24:2 dev-libs/libxml2 || ( >=sys-apps/util-linux-2.16 =dev-libs/gobject-introspection-0.6.4 ) connman? ( >=dev-libs/glib-2.28:2 >=net-misc/connman-0.80 ) networkmanager? ( >=dev-libs/glib-2.26:2 ) || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) !net-libs/gupnp-vala +RDEPEND=>=net-libs/gssdp-0.13.0:0=[introspection?] >=net-libs/libsoup-2.28.2:2.4[introspection?] >=dev-libs/glib-2.24:2 dev-libs/libxml2 || ( >=sys-apps/util-linux-2.16 =dev-libs/gobject-introspection-0.6.4 || ( dev-lang/vala:0.20[vapigen] dev-lang/vala:0.18[vapigen] dev-lang/vala:0.16[vapigen] dev-lang/vala:0.14[vapigen] ) ) connman? ( >=dev-libs/glib-2.28:2 >=net-misc/connman-0.80 ) networkmanager? ( >=dev-libs/glib-2.26:2 ) !net-libs/gupnp-vala SLOT=0/4 -SRC_URI=mirror://gnome/sources/gupnp/0.20/gupnp-0.20.1.tar.xz +SRC_URI=mirror://gnome/sources/gupnp/0.20/gupnp-0.20.3.tar.xz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 gnome.org 8fef8f967214f56e08fa92d61163d891 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 vala aa890daf29e67d32e9bff8e12ef653ca versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b5b26d9476560b953b5d1c7d775be0b4 +_md5_=5799beb551520ee0bf6046da658ced55 diff --git a/metadata/md5-cache/net-mail/getmail-4.41.0 b/metadata/md5-cache/net-mail/getmail-4.41.0 new file mode 100644 index 000000000000..dd20beff1f0e --- /dev/null +++ b/metadata/md5-cache/net-mail/getmail-4.41.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=A POP3 mail retriever with reliable Maildir and mbox delivery +EAPI=5 +HOMEPAGE=http://pyropus.ca/software/getmail/ +IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris +LICENSE=GPL-2 +RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) +SLOT=4 +SRC_URI=http://pyropus.ca/software/getmail/old-versions/getmail-4.41.0.tar.gz +_eclasses_=distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=3a9b3ca7b383aedafafb1fb0f656cfb2 diff --git a/metadata/md5-cache/net-misc/cbugzilla-0.1.1 b/metadata/md5-cache/net-misc/cbugzilla-0.1.1 index 911bcad50604..e1cc2e816775 100644 --- a/metadata/md5-cache/net-misc/cbugzilla-0.1.1 +++ b/metadata/md5-cache/net-misc/cbugzilla-0.1.1 @@ -1,12 +1,12 @@ DEFINED_PHASES=prepare -DEPEND=net-misc/curl dev-libs/libxdg-basedir || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=net-misc/curl dev-libs/libxdg-basedir app-text/htmltidy || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=CLI and C api to get data from Bugzilla EAPI=5 HOMEPAGE=https://github.com/yaccz/cbugzilla KEYWORDS=~amd64 ~x86 LICENSE=BSD -RDEPEND=net-misc/curl dev-libs/libxdg-basedir +RDEPEND=net-misc/curl dev-libs/libxdg-basedir app-text/htmltidy SLOT=0 SRC_URI=https://github.com/yaccz/cbugzilla/archive/v/0.1.1.tar.gz -> cbugzilla-0.1.1.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=ad8b386c767a87d4c075646484a7b174 +_md5_=544d2f36a333940f5caa6df7c98b73c2 diff --git a/metadata/md5-cache/net-misc/dropbox-cli-1-r1 b/metadata/md5-cache/net-misc/dropbox-cli-1-r1 index 271b29c224db..a0a716530819 100644 --- a/metadata/md5-cache/net-misc/dropbox-cli-1-r1 +++ b/metadata/md5-cache/net-misc/dropbox-cli-1-r1 @@ -6,7 +6,8 @@ IUSE=python_targets_python2_6 python_targets_python2_7 KEYWORDS=amd64 x86 LICENSE=GPL-3 RDEPEND=net-misc/dropbox python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=https://dev.gentoo.org/~hasufell/distfiles/dropbox-cli-1.py.xz _eclasses_=multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=2a8c3e2741378d9a020145518122ffd3 +_md5_=e2873cc3c7d52fdd3b7d2f40842b9151 diff --git a/metadata/md5-cache/net-news/quiterss-0.12.5 b/metadata/md5-cache/net-news/quiterss-0.12.5 index 1d50ed720381..fce1856a7b56 100644 --- a/metadata/md5-cache/net-news/quiterss-0.12.5 +++ b/metadata/md5-cache/net-news/quiterss-0.12.5 @@ -4,10 +4,10 @@ DESCRIPTION=A Qt4-based RSS/Atom feed reader EAPI=5 HOMEPAGE=http://code.google.com/p/quite-rss/ IUSE=debug linguas_cs linguas_de linguas_el_GR linguas_en linguas_es linguas_fa linguas_fr linguas_hu linguas_it linguas_ja linguas_ko linguas_lt linguas_nl linguas_pl linguas_pt_BR linguas_ru linguas_sr linguas_sv linguas_uk linguas_zh_CN linguas_zh_TW -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 RDEPEND=dev-db/sqlite:3 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsql:4[sqlite] dev-qt/qtwebkit:4 SLOT=0 SRC_URI=http://quite-rss.googlecode.com/files/QuiteRSS-0.12.5-src.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 892e597faee02a5b94eb02ab512e7622 qt4-r2 f735f67b3de93a007dbdec708b481831 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7dd74c01fc62ec87ac75b6808f934fac +_md5_=a8d0c621138054154e6d4e8bae1a20e5 diff --git a/metadata/md5-cache/net-p2p/transmission-remote-cli-1.4.7 b/metadata/md5-cache/net-p2p/transmission-remote-cli-1.4.7 deleted file mode 100644 index 74d17a4ca892..000000000000 --- a/metadata/md5-cache/net-p2p/transmission-remote-cli-1.4.7 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install -DESCRIPTION=Ncurses interface for the Transmission BitTorrent client -EAPI=5 -HOMEPAGE=https://github.com/fagga/transmission-remote-cli/ -IUSE=geoip rdns python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 -KEYWORDS=~amd64 -LICENSE=GPL-3 -RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5[ncurses] ) python_targets_python2_6? ( dev-lang/python:2.6[ncurses] ) python_targets_python2_7? ( dev-lang/python:2.7[ncurses] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-python/simplejson ) geoip? ( dev-python/geoip-python ) rdns? ( dev-python/adns-python ) -SLOT=0 -SRC_URI=https://github.com/fagga/transmission-remote-cli/archive/v1.4.7.tar.gz -> transmission-remote-cli-1.4.7.tar.gz -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=bdc28cbabef4a60b46d58476a0d74721 diff --git a/metadata/md5-cache/net-p2p/transmission-remote-cli-1.4.7-r1 b/metadata/md5-cache/net-p2p/transmission-remote-cli-1.4.7-r1 index da534530d19a..5e4665bf8480 100644 --- a/metadata/md5-cache/net-p2p/transmission-remote-cli-1.4.7-r1 +++ b/metadata/md5-cache/net-p2p/transmission-remote-cli-1.4.7-r1 @@ -6,7 +6,8 @@ IUSE=geoip rdns python_targets_python2_5 python_targets_python2_6 python_targets KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5[ncurses] ) python_targets_python2_6? ( dev-lang/python:2.6[ncurses] ) python_targets_python2_7? ( dev-lang/python:2.7[ncurses] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-python/simplejson[python_targets_python2_5(-)?,-python_single_target_python2_5(-)] ) geoip? ( dev-python/geoip-python ) rdns? ( dev-python/adns-python[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/fagga/transmission-remote-cli/archive/v1.4.7.tar.gz -> transmission-remote-cli-1.4.7.tar.gz _eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=e608e74c3e771aca90d77b4fceae9a20 +_md5_=ee53a05325835687209d72bb2d0bc4d2 diff --git a/metadata/md5-cache/net-p2p/transmission-remote-cli-1.5.0 b/metadata/md5-cache/net-p2p/transmission-remote-cli-1.5.0 index c0bb4932707e..dee895ad6ba6 100644 --- a/metadata/md5-cache/net-p2p/transmission-remote-cli-1.5.0 +++ b/metadata/md5-cache/net-p2p/transmission-remote-cli-1.5.0 @@ -6,7 +6,8 @@ IUSE=geoip rdns python_targets_python2_5 python_targets_python2_6 python_targets KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=python_targets_python2_5? ( dev-lang/python:2.5[ncurses] ) python_targets_python2_6? ( dev-lang/python:2.6[ncurses] ) python_targets_python2_7? ( dev-lang/python:2.7[ncurses] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-python/simplejson[python_targets_python2_5(-)?,-python_single_target_python2_5(-)] ) geoip? ( dev-python/geoip-python ) rdns? ( dev-python/adns-python[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) +REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/fagga/transmission-remote-cli/archive/v1.5.0.tar.gz -> transmission-remote-cli-1.5.0.tar.gz _eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=f114294b38195e792daac8722d6bfc0a +_md5_=4981cb781c49674f5b979322ba188c7f diff --git a/metadata/md5-cache/net-proxy/tinyproxy-1.8.3-r1 b/metadata/md5-cache/net-proxy/tinyproxy-1.8.3-r1 new file mode 100644 index 000000000000..b49784ff600c --- /dev/null +++ b/metadata/md5-cache/net-proxy/tinyproxy-1.8.3-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst prepare setup test +DEPEND=!minimal? ( app-text/asciidoc ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=A lightweight HTTP/SSL proxy +EAPI=5 +HOMEPAGE=http://www.banu.com/tinyproxy/ +IUSE=test debug +filter-proxy minimal reverse-proxy transparent-proxy +upstream-proxy +xtinyproxy-header +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 +LICENSE=GPL-2 +REQUIRED_USE=test? ( xtinyproxy-header ) +SLOT=0 +SRC_URI=http://www.banu.com/pub/tinyproxy/1.8/tinyproxy-1.8.3.tar.bz2 +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=0954636ce3724d9fff712e83812b7f19 diff --git a/metadata/md5-cache/net-wireless/gnuradio-3.6.4.2 b/metadata/md5-cache/net-wireless/gnuradio-3.6.4.2 new file mode 100644 index 000000000000..86bb80ae9910 --- /dev/null +++ b/metadata/md5-cache/net-wireless/gnuradio-3.6.4.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=>=dev-lang/orc-0.4.12 dev-libs/boost !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/cheetah dev-util/cppunit sci-libs/fftw:3.0 fcd? ( virtual/libusb:1 ) alsa? ( media-libs/alsa-lib ) grc? ( dev-python/lxml dev-python/numpy dev-python/pygtk:2 ) jack? ( media-sound/jack-audio-connection-kit ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( dev-python/PyQt4[X,opengl] dev-python/pyqwt:5 dev-qt/qtgui:4 ) sdl? ( media-libs/libsdl ) uhd? ( >=net-wireless/uhd-3.4.3-r1 ) wavelet? ( sci-libs/gsl ) wxwidgets? ( dev-python/wxpython:2.8 dev-python/numpy ) dev-lang/swig virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-python/sphinx ) grc? ( x11-misc/xdg-utils ) oss? ( virtual/os-headers ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) =dev-lang/python-2* +DESCRIPTION=Toolkit that provides signal processing blocks to implement software radios +EAPI=5 +HOMEPAGE=http://gnuradio.org/ +IUSE=alsa doc examples fcd filter grc jack oss performance-counters portaudio qt4 sdl uhd utils wavelet wxwidgets +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=>=dev-lang/orc-0.4.12 dev-libs/boost !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/cheetah dev-util/cppunit sci-libs/fftw:3.0 fcd? ( virtual/libusb:1 ) alsa? ( media-libs/alsa-lib ) grc? ( dev-python/lxml dev-python/numpy dev-python/pygtk:2 ) jack? ( media-sound/jack-audio-connection-kit ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( dev-python/PyQt4[X,opengl] dev-python/pyqwt:5 dev-qt/qtgui:4 ) sdl? ( media-libs/libsdl ) uhd? ( >=net-wireless/uhd-3.4.3-r1 ) wavelet? ( sci-libs/gsl ) wxwidgets? ( dev-python/wxpython:2.8 dev-python/numpy ) =dev-lang/python-2* +SLOT=0/3.6.4.2 +SRC_URI=http://gnuradio.org/releases/gnuradio/gnuradio-3.6.4.2.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=a6a7e59bf7b4c7f727cfaa220af9fdb4 diff --git a/metadata/md5-cache/net-wireless/gnuradio-3.6.5 b/metadata/md5-cache/net-wireless/gnuradio-3.6.5 new file mode 100644 index 000000000000..041551dd0a2e --- /dev/null +++ b/metadata/md5-cache/net-wireless/gnuradio-3.6.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=>=dev-lang/orc-0.4.12 dev-libs/boost !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/cheetah dev-util/cppunit sci-libs/fftw:3.0 fcd? ( virtual/libusb:1 ) alsa? ( media-libs/alsa-lib ) grc? ( dev-python/lxml dev-python/numpy dev-python/pygtk:2 ) jack? ( media-sound/jack-audio-connection-kit ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( dev-python/PyQt4[X,opengl] dev-python/pyqwt:5 dev-qt/qtgui:4 ) sdl? ( media-libs/libsdl ) uhd? ( >=net-wireless/uhd-3.4.3-r1 ) wavelet? ( sci-libs/gsl ) wxwidgets? ( dev-python/wxpython:2.8 dev-python/numpy ) dev-lang/swig virtual/pkgconfig doc? ( >=app-doc/doxygen-1.5.7.1 dev-python/sphinx ) grc? ( x11-misc/xdg-utils ) oss? ( virtual/os-headers ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) =dev-lang/python-2* +DESCRIPTION=Toolkit that provides signal processing blocks to implement software radios +EAPI=5 +HOMEPAGE=http://gnuradio.org/ +IUSE=alsa doc examples fcd filter grc jack oss performance-counters portaudio qt4 sdl uhd utils wavelet wxwidgets +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=>=dev-lang/orc-0.4.12 dev-libs/boost !<=dev-libs/boost-1.52.0-r6:0/1.52 dev-python/cheetah dev-util/cppunit sci-libs/fftw:3.0 fcd? ( virtual/libusb:1 ) alsa? ( media-libs/alsa-lib ) grc? ( dev-python/lxml dev-python/numpy dev-python/pygtk:2 ) jack? ( media-sound/jack-audio-connection-kit ) portaudio? ( >=media-libs/portaudio-19_pre ) qt4? ( dev-python/PyQt4[X,opengl] dev-python/pyqwt:5 dev-qt/qtgui:4 ) sdl? ( media-libs/libsdl ) uhd? ( >=net-wireless/uhd-3.4.3-r1 ) wavelet? ( sci-libs/gsl ) wxwidgets? ( dev-python/wxpython:2.8 dev-python/numpy ) =dev-lang/python-2* +SLOT=0/3.6.5 +SRC_URI=http://gnuradio.org/releases/gnuradio/gnuradio-3.6.5.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=48e2b9a9a3306be963cf631f05557c85 diff --git a/metadata/md5-cache/net-wireless/uhd-3.5.3 b/metadata/md5-cache/net-wireless/uhd-3.5.3 new file mode 100644 index 000000000000..8fa5f6657e6f --- /dev/null +++ b/metadata/md5-cache/net-wireless/uhd-3.5.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=virtual/libusb:1 dev-libs/boost dev-python/cheetah || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Universal Software Radio Peripheral (USRP) Hardware Driver +EAPI=4 +HOMEPAGE=http://code.ettus.com/redmine/ettus/projects/uhd/wiki +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=virtual/libusb:1 dev-libs/boost || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) +SLOT=0 +SRC_URI=https://github.com/EttusResearch/UHD-Mirror/tarball/release_003_005_003 -> EttusResearch-UHD-Mirror-3.5.3.tar.gz http://files.ettus.com/binaries/maint_images/archive/uhd-images_003.005.000-release.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=abecc8a4c50f522d2db40e46fb5a8d22 diff --git a/metadata/md5-cache/sci-biology/seqan-1.3.1-r1 b/metadata/md5-cache/sci-biology/seqan-1.3.1-r1 index f50f6948fa3e..8aa8eac0b3b9 100644 --- a/metadata/md5-cache/sci-biology/seqan-1.3.1-r1 +++ b/metadata/md5-cache/sci-biology/seqan-1.3.1-r1 @@ -1,12 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=C++ Sequence Analysis Library EAPI=5 HOMEPAGE=http://www.seqan.de/ IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD GPL-3 +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=http://ftp.seqan.de/releases/seqan-1.3.1.zip _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=120f0fe38ec14a2640e6148d4400ec34 +_md5_=9258da80d2907817770902826fe84d32 diff --git a/metadata/md5-cache/sci-biology/shrimp-2.2.3 b/metadata/md5-cache/sci-biology/shrimp-2.2.3 index 9144739c1efe..1482ed1a01cc 100644 --- a/metadata/md5-cache/sci-biology/shrimp-2.2.3 +++ b/metadata/md5-cache/sci-biology/shrimp-2.2.3 @@ -6,8 +6,9 @@ HOMEPAGE=http://compbio.cs.toronto.edu/shrimp/ IUSE=custom-cflags +sse2 python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=shrimp -RDEPEND=!sci-mathematics/cado-nfs +RDEPEND=!sci-mathematics/cado-nfs python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=http://compbio.cs.toronto.edu/shrimp/releases/SHRiMP_2_2_3.src.tar.gz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4c30bd9aef57748bdd87d8935e82a31d +_md5_=31fb87281e0b221dc5f7fbaa20fd1ce8 diff --git a/metadata/md5-cache/sci-biology/vienna-rna-2.1.1 b/metadata/md5-cache/sci-biology/vienna-rna-2.1.1 index 207d7d7a6f88..875dd0ef5e4b 100644 --- a/metadata/md5-cache/sci-biology/vienna-rna-2.1.1 +++ b/metadata/md5-cache/sci-biology/vienna-rna-2.1.1 @@ -7,7 +7,8 @@ IUSE=doc openmp python static-libs python_targets_python2_5 python_targets_pytho KEYWORDS=~amd64 ~ppc ~x86 LICENSE=vienna-rna RDEPEND=dev-lang/perl media-libs/gd doc? ( dev-texlive/texlive-latex ) python? ( python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-lang/swig ) dev-lang/perl[-build] +REQUIRED_USE=python? ( || ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 SRC_URI=http://www.tbi.univie.ac.at/~ronny/RNA/ViennaRNA-2.1.1.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 base ec46b36a6f6fd1d0b505a33e0b74e413 distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module ba21eba2562fc2643deeea95fd28665d python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f80e5c05237f47476d0ba11da421144d +_md5_=3cd8b651a4600fe1bf9cd65a284b20a8 diff --git a/metadata/md5-cache/sci-calculators/gonvert-0.2.32 b/metadata/md5-cache/sci-calculators/gonvert-0.2.32 index bc0d5b76c3e1..078f54cf00ea 100644 --- a/metadata/md5-cache/sci-calculators/gonvert-0.2.32 +++ b/metadata/md5-cache/sci-calculators/gonvert-0.2.32 @@ -1,13 +1,14 @@ DEFINED_PHASES=install setup -DEPEND=dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] DESCRIPTION=Unit conversion utility written in PyGTK EAPI=5 HOMEPAGE=http://unihedron.com/projects/gonvert/index.php IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux LICENSE=GPL-2 -RDEPEND=dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=http://unihedron.com/projects/gonvert/downloads/gonvert-0.2.32.tar.gz _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=9677906ea3fd5ddba01cad36ed0fa985 +_md5_=788c8127efa5293ad67bbe8e1065a8de diff --git a/metadata/md5-cache/sci-chemistry/acpype-389 b/metadata/md5-cache/sci-chemistry/acpype-389 index b9872a547039..3fd925316fc2 100644 --- a/metadata/md5-cache/sci-chemistry/acpype-389 +++ b/metadata/md5-cache/sci-chemistry/acpype-389 @@ -1,13 +1,14 @@ DEFINED_PHASES=install prepare -DEPEND=sci-chemistry/ambertools +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] sci-chemistry/ambertools DESCRIPTION=AnteChamber PYthon Parser interfacE EAPI=5 HOMEPAGE=http://code.google.com/p/acpype/ IUSE=python_targets_python2_6 python_targets_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux LICENSE=GPL-3 -RDEPEND=sci-chemistry/ambertools +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] sci-chemistry/ambertools +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://dev.gentoo.org/~jlec/distfiles/acpype-389.tar.xz _eclasses_=multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=c97e3ab575906db2e41dce4d6183412c +_md5_=7b42dbc214365a25021b3e56d16233de diff --git a/metadata/md5-cache/sci-chemistry/aria-2.3.2-r5 b/metadata/md5-cache/sci-chemistry/aria-2.3.2-r5 index d131f644f6a1..8d7c4db88a51 100644 --- a/metadata/md5-cache/sci-chemistry/aria-2.3.2-r5 +++ b/metadata/md5-cache/sci-chemistry/aria-2.3.2-r5 @@ -1,14 +1,15 @@ DEFINED_PHASES=compile configure install nofetch prepare setup test unpack -DEPEND=dev-tcltk/tix dev-lang/tk dev-python/numpy dev-python/matplotlib[tk] >=sci-chemistry/cns-1.2.1-r7[aria,openmp] >=sci-chemistry/ccpn-2.2 sci-chemistry/clashlist sci-chemistry/procheck sci-libs/clashscore-db +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[tk] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix dev-lang/tk dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/matplotlib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,tk] >=sci-chemistry/cns-1.2.1-r7[aria,openmp] >=sci-chemistry/ccpn-2.2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-chemistry/clashlist sci-chemistry/procheck sci-libs/clashscore-db DESCRIPTION=Automated NOE assignment and NMR structure calculation EAPI=5 HOMEPAGE=http://aria.pasteur.fr/ IUSE=examples python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=cns -RDEPEND=dev-tcltk/tix dev-lang/tk dev-python/numpy dev-python/matplotlib[tk] >=sci-chemistry/cns-1.2.1-r7[aria,openmp] >=sci-chemistry/ccpn-2.2 sci-chemistry/clashlist sci-chemistry/procheck sci-libs/clashscore-db +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6[tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[tk] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix dev-lang/tk dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/matplotlib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,tk] >=sci-chemistry/cns-1.2.1-r7[aria,openmp] >=sci-chemistry/ccpn-2.2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-chemistry/clashlist sci-chemistry/procheck sci-libs/clashscore-db +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) RESTRICT=fetch SLOT=0 SRC_URI=http://aria.pasteur.fr/archives/aria2.3.2_03.25.2013.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=4caaf0be7e0755782eca10307db57370 +_md5_=9203ed4cb36d2c43542838971974cf33 diff --git a/metadata/md5-cache/sci-chemistry/ball-1.4.1-r1 b/metadata/md5-cache/sci-chemistry/ball-1.4.1-r1 index 66a24d689c80..f3473e57897e 100644 --- a/metadata/md5-cache/sci-chemistry/ball-1.4.1-r1 +++ b/metadata/md5-cache/sci-chemistry/ball-1.4.1-r1 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=dev-cpp/eigen:3 dev-libs/boost media-libs/glew sci-libs/fftw:3.0[threads?] sci-libs/gsl sci-libs/libsvm sci-mathematics/lpsolve virtual/opengl x11-libs/libX11 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qttest:4 dev-qt/qtwebkit:4 cuda? ( dev-util/nvidia-cuda-toolkit ) mpi? ( virtual/mpi ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) sql? ( dev-qt/qtsql:4 ) webkit? ( dev-qt/qtwebkit:4 ) dev-python/sip sys-devel/bison virtual/yacc sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=dev-cpp/eigen:3 dev-libs/boost dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qttest:4 dev-qt/qtwebkit:4 media-libs/glew sci-libs/fftw:3.0[threads?] sci-libs/gsl sci-libs/libsvm sci-mathematics/lpsolve virtual/opengl x11-libs/libX11 cuda? ( dev-util/nvidia-cuda-toolkit ) mpi? ( virtual/mpi ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) sql? ( dev-qt/qtsql:4 ) webkit? ( dev-qt/qtwebkit:4 ) dev-python/sip sys-devel/bison virtual/yacc sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=Biochemical Algorithms Library EAPI=5 HOMEPAGE=http://www.ball-project.org/ IUSE=cuda mpi +python sql +threads +webkit python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2 GPL-3 -RDEPEND=dev-cpp/eigen:3 dev-libs/boost media-libs/glew sci-libs/fftw:3.0[threads?] sci-libs/gsl sci-libs/libsvm sci-mathematics/lpsolve virtual/opengl x11-libs/libX11 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qttest:4 dev-qt/qtwebkit:4 cuda? ( dev-util/nvidia-cuda-toolkit ) mpi? ( virtual/mpi ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) sql? ( dev-qt/qtsql:4 ) webkit? ( dev-qt/qtwebkit:4 ) +RDEPEND=dev-cpp/eigen:3 dev-libs/boost dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qttest:4 dev-qt/qtwebkit:4 media-libs/glew sci-libs/fftw:3.0[threads?] sci-libs/gsl sci-libs/libsvm sci-mathematics/lpsolve virtual/opengl x11-libs/libX11 cuda? ( dev-util/nvidia-cuda-toolkit ) mpi? ( virtual/mpi ) python? ( python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) sql? ( dev-qt/qtsql:4 ) webkit? ( dev-qt/qtwebkit:4 ) +REQUIRED_USE=python? ( python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 SRC_URI=http://dev.gentoo.org/~jlec/distfiles/ball-1.4.1.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3fe2274d4105b0c7ad6a88a116b50f63 +_md5_=1e8ff44be7fd92dc211b7f8c5cf0fb6f diff --git a/metadata/md5-cache/sci-chemistry/ccpn-2.2.2_p130318 b/metadata/md5-cache/sci-chemistry/ccpn-2.2.2_p130318 index 273a6d1abe33..3fdf35a81cc0 100644 --- a/metadata/md5-cache/sci-chemistry/ccpn-2.2.2_p130318 +++ b/metadata/md5-cache/sci-chemistry/ccpn-2.2.2_p130318 @@ -1,14 +1,15 @@ DEFINED_PHASES=compile install prepare setup -DEPEND=dev-lang/tk[threads] dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix =sci-libs/ccpn-data-2.2.2* sci-biology/psipred x11-libs/libXext x11-libs/libX11 opengl? ( media-libs/freeglut dev-python/pyglet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) +DEPEND=python_single_target_python2_5? ( dev-lang/python:2.5[ssl,tk] ) python_single_target_python2_6? ( dev-lang/python:2.6[ssl,tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[ssl,tk] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-lang/tk[threads] dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix =sci-libs/ccpn-data-2.2.2*[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-biology/psipred x11-libs/libXext x11-libs/libX11 opengl? ( media-libs/freeglut dev-python/pyglet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) DESCRIPTION=The Collaborative Computing Project for NMR EAPI=5 HOMEPAGE=http://www.ccpn.ac.uk/ccpn IUSE=+opengl python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=|| ( CCPN LGPL-2.1 ) -RDEPEND=dev-lang/tk[threads] dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix =sci-libs/ccpn-data-2.2.2* sci-biology/psipred x11-libs/libXext x11-libs/libX11 opengl? ( media-libs/freeglut dev-python/pyglet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) +RDEPEND=python_single_target_python2_5? ( dev-lang/python:2.5[ssl,tk] ) python_single_target_python2_6? ( dev-lang/python:2.6[ssl,tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[ssl,tk] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-lang/tk[threads] dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix =sci-libs/ccpn-data-2.2.2*[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-biology/psipred x11-libs/libXext x11-libs/libX11 opengl? ( media-libs/freeglut dev-python/pyglet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) RESTRICT=mirror SLOT=0 SRC_URI=http://www-old.ccpn.ac.uk/download/ccpnmr/analysis2.2.2.tar.gz http://dev.gentoo.org/~jlec/distfiles/ccpn-update-2.2.2-130318.patch.xz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=60ad27fadc42ef3c79c81140cc0fe56e +_md5_=9c04b478144e25976da1d8bf7bc960dc diff --git a/metadata/md5-cache/sci-chemistry/ccpn-2.2.2_p130318-r1 b/metadata/md5-cache/sci-chemistry/ccpn-2.2.2_p130318-r1 index 881d4ddebe09..07301287f1ed 100644 --- a/metadata/md5-cache/sci-chemistry/ccpn-2.2.2_p130318-r1 +++ b/metadata/md5-cache/sci-chemistry/ccpn-2.2.2_p130318-r1 @@ -1,14 +1,15 @@ DEFINED_PHASES=compile install prepare setup -DEPEND=dev-lang/tk[threads] dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix =sci-libs/ccpn-data-2.2.2*[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-biology/psipred x11-libs/libXext x11-libs/libX11 opengl? ( media-libs/freeglut dev-python/pyglet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) +DEPEND=python_single_target_python2_5? ( dev-lang/python:2.5[ssl,tk] ) python_single_target_python2_6? ( dev-lang/python:2.6[ssl,tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[ssl,tk] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-lang/tk[threads] dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix =sci-libs/ccpn-data-2.2.2*[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-biology/psipred x11-libs/libXext x11-libs/libX11 opengl? ( media-libs/freeglut dev-python/pyglet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) DESCRIPTION=The Collaborative Computing Project for NMR EAPI=5 HOMEPAGE=http://www.ccpn.ac.uk/ccpn IUSE=+opengl python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=|| ( CCPN LGPL-2.1 ) -RDEPEND=dev-lang/tk[threads] dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix =sci-libs/ccpn-data-2.2.2*[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-biology/psipred x11-libs/libXext x11-libs/libX11 opengl? ( media-libs/freeglut dev-python/pyglet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) +RDEPEND=python_single_target_python2_5? ( dev-lang/python:2.5[ssl,tk] ) python_single_target_python2_6? ( dev-lang/python:2.6[ssl,tk] ) python_single_target_python2_7? ( dev-lang/python:2.7[ssl,tk] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-lang/tk[threads] dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-tcltk/tix =sci-libs/ccpn-data-2.2.2*[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-biology/psipred x11-libs/libXext x11-libs/libX11 opengl? ( media-libs/freeglut dev-python/pyglet[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) +REQUIRED_USE=python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) RESTRICT=mirror SLOT=0 SRC_URI=http://www-old.ccpn.ac.uk/download/ccpnmr/analysis2.2.2.tar.gz http://dev.gentoo.org/~jlec/distfiles/ccpn-update-2.2.2-130318.patch.xz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=272f4e21ee1242ffc205965ecebad8b0 +_md5_=e074c63f89f60aea900973561d5bcc92 diff --git a/metadata/md5-cache/sci-chemistry/coot-0.6.2 b/metadata/md5-cache/sci-chemistry/coot-0.6.2 index d5c82617d4b1..04bcc67808c5 100644 --- a/metadata/md5-cache/sci-chemistry/coot-0.6.2 +++ b/metadata/md5-cache/sci-chemistry/coot-0.6.2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=>=sci-libs/ccp4-libs-6.1 >=sci-libs/clipper-20090520 >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn dev-lang/swig sys-devel/bc test? ( dev-scheme/greg ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool =dev-lang/python-2* +DEPEND=>=sci-libs/ccp4-libs-6.1 sci-libs/clipper >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn dev-lang/swig sys-devel/bc test? ( dev-scheme/greg ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool =dev-lang/python-2* DESCRIPTION=Crystallographic Object-Oriented Toolkit for model building, completion and validation EAPI=3 HOMEPAGE=http://www.biop.ox.ac.uk/coot/ IUSE=+openmp test KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 -RDEPEND=>=sci-libs/ccp4-libs-6.1 >=sci-libs/clipper-20090520 >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn =dev-lang/python-2* +RDEPEND=>=sci-libs/ccp4-libs-6.1 sci-libs/clipper >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn =dev-lang/python-2* SLOT=0 SRC_URI=http://www.biop.ox.ac.uk/coot/software/source/releases/coot-0.6.2.tar.gz test? ( http://dev.gentoo.org/~jlec/distfiles/greg-data-0.6.2.tar.gz ) _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=aed2d51047e96f0287a371d160b48573 +_md5_=aef8b8d527ad554e993ae400512d01f1 diff --git a/metadata/md5-cache/sci-chemistry/coot-0.6.2-r1 b/metadata/md5-cache/sci-chemistry/coot-0.6.2-r1 index 425727dd309b..2e36fd6c36b8 100644 --- a/metadata/md5-cache/sci-chemistry/coot-0.6.2-r1 +++ b/metadata/md5-cache/sci-chemistry/coot-0.6.2-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=>=sci-libs/ccp4-libs-6.1 >=sci-libs/clipper-20090520 >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn dev-lang/swig sys-devel/bc test? ( dev-scheme/greg ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool =dev-lang/python-2* +DEPEND=>=sci-libs/ccp4-libs-6.1 sci-libs/clipper >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn dev-lang/swig sys-devel/bc test? ( dev-scheme/greg ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool =dev-lang/python-2* DESCRIPTION=Crystallographic Object-Oriented Toolkit for model building, completion and validation EAPI=3 HOMEPAGE=http://www.biop.ox.ac.uk/coot/ IUSE=+openmp static-libs test KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 -RDEPEND=>=sci-libs/ccp4-libs-6.1 >=sci-libs/clipper-20090520 >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn =dev-lang/python-2* +RDEPEND=>=sci-libs/ccp4-libs-6.1 sci-libs/clipper >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn =dev-lang/python-2* SLOT=0 SRC_URI=http://www.biop.ox.ac.uk/coot/software/source/releases/coot-0.6.2.tar.gz test? ( http://dev.gentoo.org/~jlec/distfiles/greg-data-0.6.2.tar.gz ) _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a680346a7f4308767f7b0c3d820703ab +_md5_=b54a39dca2745b5634297384b6d7e4b9 diff --git a/metadata/md5-cache/sci-chemistry/coot-0.7 b/metadata/md5-cache/sci-chemistry/coot-0.7 index fc499da34681..aff4b398970a 100644 --- a/metadata/md5-cache/sci-chemistry/coot-0.7 +++ b/metadata/md5-cache/sci-chemistry/coot-0.7 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare setup test -DEPEND=>=sci-libs/ccp4-libs-6.1 >=sci-libs/clipper-20090520 >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn >=sys-devel/libtool-2.4-r2 dev-lang/swig sys-devel/bc test? ( dev-scheme/greg ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool =dev-lang/python-2* +DEPEND=>=sci-libs/ccp4-libs-6.1 sci-libs/clipper >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn >=sys-devel/libtool-2.4-r2 dev-lang/swig sys-devel/bc test? ( dev-scheme/greg ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool =dev-lang/python-2* DESCRIPTION=Crystallographic Object-Oriented Toolkit for model building, completion and validation EAPI=4 HOMEPAGE=http://www.biop.ox.ac.uk/coot/ IUSE=+openmp static-libs test KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 -RDEPEND=>=sci-libs/ccp4-libs-6.1 >=sci-libs/clipper-20090520 >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn =dev-lang/python-2* +RDEPEND=>=sci-libs/ccp4-libs-6.1 sci-libs/clipper >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 sci-libs/ssm =dev-scheme/guile-lib-0.1.6 dev-scheme/guile-www >=x11-libs/guile-gtk-2.1 dev-python/pygtk:2 >=dev-libs/gmp-4.2.2-r2 >=net-misc/curl-7.19.6 net-dns/libidn =dev-lang/python-2* SLOT=0 SRC_URI=http://www.biop.ox.ac.uk/coot/software/source/releases/coot-0.7.tar.gz test? ( http://dev.gentoo.org/~jlec/distfiles/greg-data-0.7.tar.gz ) _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=092ea069b39fa7afa1846735e96f0f41 +_md5_=10b9f72465fa2021dc338ee234662f04 diff --git a/metadata/md5-cache/sci-chemistry/openbabel-python-2.3.2 b/metadata/md5-cache/sci-chemistry/openbabel-python-2.3.2 index a65c264ca95c..90373fbc7107 100644 --- a/metadata/md5-cache/sci-chemistry/openbabel-python-2.3.2 +++ b/metadata/md5-cache/sci-chemistry/openbabel-python-2.3.2 @@ -7,7 +7,8 @@ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] !sci-chemistry/babel ~sci-chemistry/openbabel-2.3.2 sys-libs/zlib +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 SRC_URI=mirror://sourceforge/openbabel/openbabel-2.3.2.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0448726e0049df2ffa5cab0f35d22f40 +_md5_=d6eb2b96b75eae0f8b62f672bf2d1a51 diff --git a/metadata/md5-cache/sci-chemistry/pdb-tools-0.2.1 b/metadata/md5-cache/sci-chemistry/pdb-tools-0.2.1 index b4545f22ac6d..28f6f93be7f4 100644 --- a/metadata/md5-cache/sci-chemistry/pdb-tools-0.2.1 +++ b/metadata/md5-cache/sci-chemistry/pdb-tools-0.2.1 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile install prepare setup -DEPEND=virtual/fortran +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) python_single_target_pypy1_9? ( dev-python/pypy:1.9 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy1_9(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_pypy1_9(+)?] virtual/fortran DESCRIPTION=Tools for manipulating and doing calculations on wwPDB macromolecule structure files EAPI=5 HOMEPAGE=http://code.google.com/p/pdb-tools/ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_9 python_single_target_python2_6 python_single_target_python2_7 python_single_target_pypy1_9 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 -RDEPEND=virtual/fortran +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) python_single_target_pypy1_9? ( dev-python/pypy:1.9 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy1_9(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_pypy1_9(+)?] virtual/fortran +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_pypy1_9? ( python_targets_pypy1_9 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_pypy1_9 ) SLOT=0 SRC_URI=http://pdb-tools.googlecode.com/files/pdbTools_0.2.1.tar.gz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fortran-2 ea80967500d9deda5468aed13b0bfca8 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=40ec70298e79668eee5eb18e647a7d98 +_md5_=5d20de2bcb3dda171aa810507957957f diff --git a/metadata/md5-cache/sci-chemistry/pdb-tools-0.2.1-r1 b/metadata/md5-cache/sci-chemistry/pdb-tools-0.2.1-r1 index 9e01c51a2b2b..3a0e13de2793 100644 --- a/metadata/md5-cache/sci-chemistry/pdb-tools-0.2.1-r1 +++ b/metadata/md5-cache/sci-chemistry/pdb-tools-0.2.1-r1 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile install prepare setup -DEPEND=virtual/fortran +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) python_single_target_pypy1_9? ( dev-python/pypy:1.9 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy1_9(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_pypy1_9(+)?] virtual/fortran DESCRIPTION=Tools for manipulating and doing calculations on wwPDB macromolecule structure files EAPI=5 HOMEPAGE=http://code.google.com/p/pdb-tools/ IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_9 python_single_target_python2_6 python_single_target_python2_7 python_single_target_pypy1_9 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 -RDEPEND=virtual/fortran +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) python_single_target_pypy1_9? ( dev-python/pypy:1.9 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_pypy1_9(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_pypy1_9(+)?] virtual/fortran +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_pypy1_9? ( python_targets_pypy1_9 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_pypy1_9 ) SLOT=0 SRC_URI=http://pdb-tools.googlecode.com/files/pdbTools_0.2.1.tar.gz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fortran-2 ea80967500d9deda5468aed13b0bfca8 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=352271b054478cb578dafb2330e18b6f +_md5_=cf1354108b6b5a49827476175dea5029 diff --git a/metadata/md5-cache/sci-chemistry/pymol-plugins-dynamics-1.2.0 b/metadata/md5-cache/sci-chemistry/pymol-plugins-dynamics-1.2.0 index 379070764361..f8dc095307c7 100644 --- a/metadata/md5-cache/sci-chemistry/pymol-plugins-dynamics-1.2.0 +++ b/metadata/md5-cache/sci-chemistry/pymol-plugins-dynamics-1.2.0 @@ -1,11 +1,14 @@ DEFINED_PHASES=install prepare +DEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] DESCRIPTION=Molecular dynamics in Pymol EAPI=5 HOMEPAGE=https://github.com/tomaszmakarewicz/Dynamics IUSE=python_targets_python2_6 python_targets_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 +RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/tomaszmakarewicz/Dynamics/archive/v1.2.0.tar.gz -> pymol-plugins-dynamics-1.2.0.tar.gz _eclasses_=multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=229fe412f69e8f25b414902749daaff9 +_md5_=30ff7441a009f172c365853c95fe214d diff --git a/metadata/md5-cache/sci-chemistry/pymol-plugins-promol-3.0.2-r1 b/metadata/md5-cache/sci-chemistry/pymol-plugins-promol-3.0.2-r1 index 2f2fac0535d2..74898cf3fa31 100644 --- a/metadata/md5-cache/sci-chemistry/pymol-plugins-promol-3.0.2-r1 +++ b/metadata/md5-cache/sci-chemistry/pymol-plugins-promol-3.0.2-r1 @@ -5,8 +5,9 @@ HOMEPAGE=http://www.rit.edu/cos/ezviz/ProMOL_dl.html IUSE=python_targets_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux LICENSE=all-rights-reserved -RDEPEND=virtual/pmw[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sci-chemistry/pymol +RDEPEND=python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/pmw[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sci-chemistry/pymol[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gentoo/pymol-plugins-promol-3.0.2.tar.bz2 _eclasses_=multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=a2ee92b5e6743b174f0fe691a89bd2b5 +_md5_=607597f2579645fe8922df0627d6cdd0 diff --git a/metadata/md5-cache/sci-chemistry/relax-2.2.1 b/metadata/md5-cache/sci-chemistry/relax-2.2.1 index 4525bcae8a0f..6ed54ba9dc82 100644 --- a/metadata/md5-cache/sci-chemistry/relax-2.2.1 +++ b/metadata/md5-cache/sci-chemistry/relax-2.2.1 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile install prepare setup test -DEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?] >=sci-libs/bmrblib-1.0.1_pre198[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?] >=sci-libs/minfx-1.0.4_pre98[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?] sci-libs/scipy x11-libs/wxGTK:2.8[X] dev-util/scons +DEPEND=python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=sci-libs/bmrblib-1.0.1_pre198[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=sci-libs/minfx-1.0.4_pre98[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] sci-libs/scipy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] x11-libs/wxGTK:2.8[X] dev-util/scons DESCRIPTION=Molecular dynamics by NMR data analysis EAPI=5 HOMEPAGE=http://www.nmr-relax.com/ -IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_1 python_single_target_python3_2 +IUSE=python_targets_python2_7 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 -RDEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?] >=sci-libs/bmrblib-1.0.1_pre198[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?] >=sci-libs/minfx-1.0.4_pre98[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_1(+)?,python_single_target_python3_2(+)?] sci-libs/scipy x11-libs/wxGTK:2.8[X] +RDEPEND=python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=sci-libs/bmrblib-1.0.1_pre198[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=sci-libs/minfx-1.0.4_pre98[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] sci-libs/scipy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] x11-libs/wxGTK:2.8[X] +REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) SLOT=0 SRC_URI=http://download.gna.org/relax/relax-2.2.1.src.tar.bz2 _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets fb1a306837717dfa2af841ecdf929565 -_md5_=0d71639c1895719e363dc94601adf986 +_md5_=398bb3538c09a7aa160c9bdf64f21d68 diff --git a/metadata/md5-cache/sci-chemistry/relax-2.2.5 b/metadata/md5-cache/sci-chemistry/relax-2.2.5 index 37495e076748..f17af7e8eba4 100644 --- a/metadata/md5-cache/sci-chemistry/relax-2.2.5 +++ b/metadata/md5-cache/sci-chemistry/relax-2.2.5 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile install prepare setup test -DEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/wxpython sci-chemistry/molmol sci-chemistry/pymol >=sci-libs/bmrblib-1.0.1_pre198[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=sci-libs/minfx-1.0.4_pre98[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-libs/scipy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-visualization/grace sci-visualization/opendx x11-libs/wxGTK:2.8[X] dev-util/scons +DEPEND=python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] sci-chemistry/molmol sci-chemistry/pymol[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=sci-libs/bmrblib-1.0.1_pre198[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=sci-libs/minfx-1.0.4_pre98[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] sci-libs/scipy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] sci-visualization/grace sci-visualization/opendx x11-libs/wxGTK:2.8[X] dev-util/scons DESCRIPTION=Molecular dynamics by NMR data analysis EAPI=5 HOMEPAGE=http://www.nmr-relax.com/ -IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 +IUSE=python_targets_python2_7 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 -RDEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/wxpython sci-chemistry/molmol sci-chemistry/pymol >=sci-libs/bmrblib-1.0.1_pre198[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=sci-libs/minfx-1.0.4_pre98[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-libs/scipy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] sci-visualization/grace sci-visualization/opendx x11-libs/wxGTK:2.8[X] +RDEPEND=python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] dev-python/wxpython[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] sci-chemistry/molmol sci-chemistry/pymol[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=sci-libs/bmrblib-1.0.1_pre198[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] >=sci-libs/minfx-1.0.4_pre98[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] sci-libs/scipy[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] sci-visualization/grace sci-visualization/opendx x11-libs/wxGTK:2.8[X] +REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) SLOT=0 SRC_URI=http://download.gna.org/relax/relax-2.2.5.src.tar.bz2 _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets fb1a306837717dfa2af841ecdf929565 -_md5_=18341682b183de8bfbbeb00a4fc9ccdd +_md5_=e6f6271573ac5e4362ad9b6f9caf1d83 diff --git a/metadata/md5-cache/sci-chemistry/theseus-2.0.3 b/metadata/md5-cache/sci-chemistry/theseus-2.0.3 new file mode 100644 index 000000000000..dbf51c686284 --- /dev/null +++ b/metadata/md5-cache/sci-chemistry/theseus-2.0.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install prepare +DEPEND=sci-libs/gsl || ( sci-biology/probcons sci-biology/mafft sci-biology/t-coffee sci-biology/kalign sci-biology/clustalw sci-biology/muscle ) virtual/pkgconfig +DESCRIPTION=maximum likelihood superpositioning and analysis of macromolecular structures +EAPI=5 +HOMEPAGE=http://www.theseus3d.org/ +IUSE=examples +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +RDEPEND=sci-libs/gsl || ( sci-biology/probcons sci-biology/mafft sci-biology/t-coffee sci-biology/kalign sci-biology/clustalw sci-biology/muscle ) +SLOT=0 +SRC_URI=http://www.theseus3d.org/src/theseus_2.0.3.tar.gz +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f +_md5_=00293dc5122ff80d009c20130711590a diff --git a/metadata/md5-cache/sci-electronics/cirkuit-0.4.3 b/metadata/md5-cache/sci-electronics/cirkuit-0.4.3 new file mode 100644 index 000000000000..ce0f153d1dcb --- /dev/null +++ b/metadata/md5-cache/sci-electronics/cirkuit-0.4.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=>=app-text/poppler-0.12.3-r3[qt4] >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] +DESCRIPTION=An application to generate publication-ready figures +EAPI=5 +HOMEPAGE=http://wwwu.uni-klu.ac.at/magostin/cirkuit.html +IUSE=debug aqua +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=app-text/poppler-0.12.3-r3[qt4] virtual/latex-base media-libs/netpbm dev-texlive/texlive-pstricks app-text/ghostscript-gpl app-text/ps2eps media-gfx/pdf2svg >=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=dev-qt/qt3support-4.8.0:4[accessibility] >=dev-qt/qtcore-4.8.0:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.0:4 >=dev-qt/qtgui-4.8.0:4[accessibility,dbus] >=dev-qt/qtscript-4.8.0:4 >=dev-qt/qtsql-4.8.0:4[qt3support] >=dev-qt/qtsvg-4.8.0:4 >=dev-qt/qttest-4.8.0:4 >=dev-qt/qtwebkit-4.8.0:4 !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] +SLOT=4 +SRC_URI=http://wwwu.uni-klu.ac.at/magostin/src/cirkuit-0.4.3.tar.bz2 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 kde4-base 2cedb58982ff5f6a497a00d05779530a kde4-functions 597dae8331dc9b795e3a5797bf7da048 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=2c23530323170109301701c7b61b9460 diff --git a/metadata/md5-cache/sci-electronics/netgen-1.4.44 b/metadata/md5-cache/sci-electronics/netgen-1.4.44 deleted file mode 100644 index 1977e4693b57..000000000000 --- a/metadata/md5-cache/sci-electronics/netgen-1.4.44 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DEPEND=X? ( dev-lang/tcl dev-lang/tk x11-libs/libX11 ) -DESCRIPTION=LVS tool (layout versus schematic comparison) -EAPI=4 -HOMEPAGE=http://www.opencircuitdesign.com/netgen/index.html -IUSE=X -KEYWORDS=~amd64 -LICENSE=GPL-1 -RDEPEND=X? ( dev-lang/tcl dev-lang/tk x11-libs/libX11 ) -SLOT=0 -SRC_URI=http://www.opencircuitdesign.com/netgen/archive/netgen-1.4.44.tgz -_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f5be2835e7311824aa6f3fe00006c1d8 diff --git a/metadata/md5-cache/sci-electronics/netgen-1.4.42 b/metadata/md5-cache/sci-electronics/netgen-1.4.48 similarity index 92% rename from metadata/md5-cache/sci-electronics/netgen-1.4.42 rename to metadata/md5-cache/sci-electronics/netgen-1.4.48 index 66789facc656..3b7405f328e3 100644 --- a/metadata/md5-cache/sci-electronics/netgen-1.4.42 +++ b/metadata/md5-cache/sci-electronics/netgen-1.4.48 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 LICENSE=GPL-1 RDEPEND=X? ( dev-lang/tcl dev-lang/tk x11-libs/libX11 ) SLOT=0 -SRC_URI=http://www.opencircuitdesign.com/netgen/archive/netgen-1.4.42.tgz +SRC_URI=http://www.opencircuitdesign.com/netgen/archive/netgen-1.4.48.tgz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=222635fb40cfad5a6e73e9218746d8d7 +_md5_=8048297b9fa7bfa1c52c0d6b965767b3 diff --git a/metadata/md5-cache/sci-geosciences/osm-gps-map-0.7.3 b/metadata/md5-cache/sci-geosciences/osm-gps-map-0.7.3 index 478e2cfa2cd2..c05eef083f0c 100644 --- a/metadata/md5-cache/sci-geosciences/osm-gps-map-0.7.3 +++ b/metadata/md5-cache/sci-geosciences/osm-gps-map-0.7.3 @@ -7,7 +7,8 @@ IUSE=+introspection python debug python_targets_python2_6 python_targets_python2 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.16.0:2 >=net-libs/libsoup-2.4.0:2.4 >=x11-libs/cairo-1.6.0 >=x11-libs/gtk+-2.14.0:2[introspection?] x11-libs/gdk-pixbuf:2[introspection?] introspection? ( dev-libs/gobject-introspection ) python? ( python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) +REQUIRED_USE=python? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) SLOT=0 SRC_URI=http://www.johnstowers.co.nz/files/osm-gps-map/osm-gps-map-0.7.3.tar.gz python? ( http://www.johnstowers.co.nz/files/osm-gps-map/python-osmgpsmap-0.7.3.tar.gz ) _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 distutils-r1 6950481ecc2ad548f2d9d116a0936fb8 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 7976d3f4d0c0816c67033d3dcd4d9472 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c4dd4b9f46da90fd88ddf03f8b9e1074 +_md5_=478a577cb1054f90bb2853276a1cbad5 diff --git a/metadata/md5-cache/sci-geosciences/qgis-1.8.0 b/metadata/md5-cache/sci-geosciences/qgis-1.8.0 index d2208e533f3c..bc1faeee950d 100644 --- a/metadata/md5-cache/sci-geosciences/qgis-1.8.0 +++ b/metadata/md5-cache/sci-geosciences/qgis-1.8.0 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=dev-libs/expat sci-geosciences/gpsbabel >=sci-libs/gdal-1.6.1[geos,python?] sci-libs/geos sci-libs/gsl sci-libs/libspatialindex sci-libs/proj dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 x11-libs/qwt:5[svg] !bundled-libs? ( =sci-geosciences/grass-6.4.0_rc6[python?] ) postgres? ( >=dev-db/postgresql-base-8.4 ) python? ( dev-python/PyQt4[X,sql,svg,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/sip[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_5? ( dev-lang/python:2.5[sqlite] ) python_single_target_python2_6? ( dev-lang/python:2.6[sqlite] ) python_single_target_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) spatialite? ( dev-db/sqlite:3 dev-db/spatialite ) sys-devel/bison sys-devel/flex >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=python_single_target_python2_5? ( dev-lang/python:2.5[sqlite] ) python_single_target_python2_6? ( dev-lang/python:2.6[sqlite] ) python_single_target_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/expat sci-geosciences/gpsbabel >=sci-libs/gdal-1.6.1[geos,python?] sci-libs/geos sci-libs/gsl sci-libs/libspatialindex sci-libs/proj dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 x11-libs/qwt:5[svg] !bundled-libs? ( =sci-geosciences/grass-6.4.0_rc6[python?] ) postgres? ( >=dev-db/postgresql-base-8.4 ) python? ( dev-python/PyQt4[X,sql,svg,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/sip[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_5? ( dev-lang/python:2.5[sqlite] ) python_single_target_python2_6? ( dev-lang/python:2.6[sqlite] ) python_single_target_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) spatialite? ( dev-db/sqlite:3 dev-db/spatialite ) sys-devel/bison sys-devel/flex >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=User friendly Geographic Information System EAPI=5 HOMEPAGE=http://www.qgis.org/ IUSE=bundled-libs examples gps grass gsl postgres python spatialite test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=dev-libs/expat sci-geosciences/gpsbabel >=sci-libs/gdal-1.6.1[geos,python?] sci-libs/geos sci-libs/gsl sci-libs/libspatialindex sci-libs/proj dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 x11-libs/qwt:5[svg] !bundled-libs? ( =sci-geosciences/grass-6.4.0_rc6[python?] ) postgres? ( >=dev-db/postgresql-base-8.4 ) python? ( dev-python/PyQt4[X,sql,svg,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/sip[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_5? ( dev-lang/python:2.5[sqlite] ) python_single_target_python2_6? ( dev-lang/python:2.6[sqlite] ) python_single_target_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) spatialite? ( dev-db/sqlite:3 dev-db/spatialite ) +RDEPEND=python_single_target_python2_5? ( dev-lang/python:2.5[sqlite] ) python_single_target_python2_6? ( dev-lang/python:2.6[sqlite] ) python_single_target_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-libs/expat sci-geosciences/gpsbabel >=sci-libs/gdal-1.6.1[geos,python?] sci-libs/geos sci-libs/gsl sci-libs/libspatialindex sci-libs/proj dev-qt/qtcore:4 dev-qt/qtgui:4 dev-qt/qtsvg:4 dev-qt/qtsql:4 dev-qt/qtwebkit:4 x11-libs/qwt:5[svg] !bundled-libs? ( =sci-geosciences/grass-6.4.0_rc6[python?] ) postgres? ( >=dev-db/postgresql-base-8.4 ) python? ( dev-python/PyQt4[X,sql,svg,python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/sip[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_5? ( dev-lang/python:2.5[sqlite] ) python_single_target_python2_6? ( dev-lang/python:2.6[sqlite] ) python_single_target_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) spatialite? ( dev-db/sqlite:3 dev-db/spatialite ) +REQUIRED_USE=python? ( python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) ) SLOT=0 SRC_URI=http://qgis.org/downloads/qgis-1.8.0.tar.bz2 examples? ( http://download.osgeo.org/qgis/data/qgis_sample_data.tar.gz ) _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=76795acbc2dc2193d35282c243c6f2c2 +_md5_=8fc87783dc5a78d57b12b1b2dcaa5359 diff --git a/metadata/md5-cache/sci-libs/ccp4-libs-6.1.3-r12 b/metadata/md5-cache/sci-libs/ccp4-libs-6.1.3-r12 index d10eb6679ec8..a654defffe47 100644 --- a/metadata/md5-cache/sci-libs/ccp4-libs-6.1.3-r12 +++ b/metadata/md5-cache/sci-libs/ccp4-libs-6.1.3-r12 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare setup -DEPEND=!=sci-libs/cbflib-0.9.2.2 sci-libs/fftw:2.1 sci-libs/mmdb sci-libs/monomer-db sci-libs/ssm virtual/jpeg virtual/lapack virtual/blas virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/fortran sys-devel/gnuconfig +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] !=sci-libs/cbflib-0.9.2.2 sci-libs/fftw:2.1 sci-libs/mmdb sci-libs/monomer-db sci-libs/ssm virtual/jpeg virtual/lapack virtual/blas virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/fortran sys-devel/gnuconfig DESCRIPTION=Protein X-ray crystallography toolkit - Libraries EAPI=5 HOMEPAGE=http://www.ccp4.ac.uk/ IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=ccp4 -RDEPEND=!=sci-libs/cbflib-0.9.2.2 sci-libs/fftw:2.1 sci-libs/mmdb sci-libs/monomer-db sci-libs/ssm virtual/jpeg virtual/lapack virtual/blas virtual/fortran +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] !=sci-libs/cbflib-0.9.2.2 sci-libs/fftw:2.1 sci-libs/mmdb sci-libs/monomer-db sci-libs/ssm virtual/jpeg virtual/lapack virtual/blas virtual/fortran +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=ftp://ftp.ccp4.ac.uk/ccp4/6.1.3/ccp4-6.1.3-core-src.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 fortran-2 ea80967500d9deda5468aed13b0bfca8 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7d98ec4bf6ed24e7d545cd6871cb2966 +_md5_=7f0005fa528d4d890fb0056ebd0e797d diff --git a/metadata/md5-cache/sci-libs/ccp4-libs-6.1.3-r13 b/metadata/md5-cache/sci-libs/ccp4-libs-6.1.3-r13 index b11dd8360020..b805a101b2c9 100644 --- a/metadata/md5-cache/sci-libs/ccp4-libs-6.1.3-r13 +++ b/metadata/md5-cache/sci-libs/ccp4-libs-6.1.3-r13 @@ -1,13 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare setup -DEPEND=!=sci-libs/cbflib-0.9.2.2 sci-libs/fftw:2.1 sci-libs/mmdb sci-libs/monomer-db sci-libs/ssm virtual/jpeg virtual/lapack virtual/blas virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/fortran sys-devel/gnuconfig +DEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] !=sci-libs/cbflib-0.9.2.2 sci-libs/fftw:2.1 sci-libs/mmdb sci-libs/monomer-db sci-libs/ssm virtual/jpeg virtual/lapack virtual/blas virtual/pkgconfig || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool virtual/fortran sys-devel/gnuconfig DESCRIPTION=Protein X-ray crystallography toolkit - Libraries EAPI=5 HOMEPAGE=http://www.ccp4.ac.uk/ IUSE=python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=ccp4 -RDEPEND=!=sci-libs/cbflib-0.9.2.2 sci-libs/fftw:2.1 sci-libs/mmdb sci-libs/monomer-db sci-libs/ssm virtual/jpeg virtual/lapack virtual/blas virtual/fortran +RDEPEND=python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] !=sci-libs/cbflib-0.9.2.2 sci-libs/fftw:2.1 sci-libs/mmdb sci-libs/monomer-db sci-libs/ssm virtual/jpeg virtual/lapack virtual/blas virtual/fortran +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) SLOT=0 SRC_URI=ftp://ftp.ccp4.ac.uk/ccp4/6.1.3/ccp4-6.1.3-core-src.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 fortran-2 ea80967500d9deda5468aed13b0bfca8 gnuconfig ee02e61d6c68cee478e2e69214b7caef libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ff8abc197e7870af0b1554131254e72e +_md5_=1f459f169755f3f1e3a205c09785718a diff --git a/metadata/md5-cache/sci-libs/ccpn-data-2.2.2_p121112-r1 b/metadata/md5-cache/sci-libs/ccpn-data-2.2.2_p121112-r1 index fea130b12415..1fa4bf616fa0 100644 --- a/metadata/md5-cache/sci-libs/ccpn-data-2.2.2_p121112-r1 +++ b/metadata/md5-cache/sci-libs/ccpn-data-2.2.2_p121112-r1 @@ -5,9 +5,10 @@ HOMEPAGE=http://www.ccpn.ac.uk/ccpn IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=|| ( CCPN LGPL-2.1 ) -RDEPEND=! ROOTUsersGuide-5.34.07.pdf math? ( ftp://root.cern.ch/root/doc/RooFit_Users_Manual_2.91-33.pdf http://tmva.sourceforge.net/docu/TMVAUsersGuide.pdf -> TMVAUsersGuide-v4.03.pdf ) htmldoc? ( http://root.cern.ch/drupal/sites/default/files/rootdrawing-logo.png http://root.cern.ch/drupal/sites/all/themes/newsflash/images/blue/root-banner.png http://root.cern.ch/drupal/sites/all/themes/newsflash/images/info.png ) ) _eclasses_=elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa fortran-2 ea80967500d9deda5468aed13b0bfca8 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8bdd7a560b46dc7cd81b4263a2125af4 +_md5_=2a7d054649f7baead1963489677bd9e3 diff --git a/metadata/md5-cache/sci-visualization/paraview-3.98.0 b/metadata/md5-cache/sci-visualization/paraview-3.98.0 index bf88dd943e58..ed16e49567fd 100644 --- a/metadata/md5-cache/sci-visualization/paraview-3.98.0 +++ b/metadata/md5-cache/sci-visualization/paraview-3.98.0 @@ -7,8 +7,9 @@ IUSE=boost cg coprocessing doc examples ffmpeg mpi mysql nvcontrol plugins pytho KEYWORDS=~amd64 ~x86 LICENSE=paraview GPL-2 RDEPEND=dev-db/sqlite:3 dev-libs/expat dev-libs/libxml2:2 dev-libs/protobuf media-libs/freetype media-libs/libpng:0 media-libs/libtheora media-libs/tiff sci-libs/hdf5[mpi=] ~sci-libs/netcdf-4.1.3[cxx,hdf5] sys-libs/zlib virtual/jpeg virtual/opengl >=x11-libs/gl2ps-1.3.8 x11-libs/libX11 x11-libs/libXext x11-libs/libXmu x11-libs/libXt coprocessing? ( plugins? ( dev-python/PyQt4 dev-qt/qtgui:4 ) ) ffmpeg? ( virtual/ffmpeg ) mpi? ( virtual/mpi[cxx,romio] ) mysql? ( virtual/mysql ) python? ( python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/matplotlib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/sip[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] mpi? ( dev-python/mpi4py ) qt4? ( dev-python/PyQt4[opengl,webkit,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) ) qt4? ( dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qthelp:4[compat] dev-qt/qtsql:4 dev-qt/qtwebkit:4 ) sqlite? ( dev-db/sqlite ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) +REQUIRED_USE=python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) RESTRICT=mirror SLOT=0 SRC_URI=http://www.paraview.org/files/v3.98/ParaView-3.98.0-src.tgz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=0f9efbd6acf3764f8abe4ac32ec28283 +_md5_=7ad63d758566f69a136e9c6feb9a307f diff --git a/metadata/md5-cache/sci-visualization/paraview-3.98.0-r1 b/metadata/md5-cache/sci-visualization/paraview-3.98.0-r1 index 534f432d5e91..700a3380ce62 100644 --- a/metadata/md5-cache/sci-visualization/paraview-3.98.0-r1 +++ b/metadata/md5-cache/sci-visualization/paraview-3.98.0-r1 @@ -7,8 +7,9 @@ IUSE=boost cg coprocessing development doc examples ffmpeg mpi mysql nvcontrol p KEYWORDS=~amd64 ~x86 LICENSE=paraview GPL-2 RDEPEND=dev-db/sqlite:3 dev-libs/expat dev-libs/libxml2:2 dev-libs/protobuf media-libs/freetype media-libs/libpng:0 media-libs/libtheora media-libs/tiff sci-libs/hdf5[mpi=] ~sci-libs/netcdf-4.1.3[cxx,hdf5] sys-libs/zlib virtual/jpeg virtual/opengl >=x11-libs/gl2ps-1.3.8 x11-libs/libX11 x11-libs/libXext x11-libs/libXmu x11-libs/libXt coprocessing? ( plugins? ( dev-python/PyQt4 dev-qt/qtgui:4 ) ) ffmpeg? ( virtual/ffmpeg ) mpi? ( virtual/mpi[cxx,romio] ) mysql? ( virtual/mysql ) python? ( python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/matplotlib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] dev-python/sip[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] mpi? ( dev-python/mpi4py ) qt4? ( dev-python/PyQt4[opengl,webkit,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) ) qt4? ( dev-qt/qtgui:4 dev-qt/qtopengl:4 dev-qt/qthelp:4[compat] dev-qt/qtsql:4 dev-qt/qtwebkit:4 ) sqlite? ( dev-db/sqlite ) tcl? ( dev-lang/tcl ) tk? ( dev-lang/tk ) +REQUIRED_USE=python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) RESTRICT=mirror SLOT=0 SRC_URI=http://www.paraview.org/files/v3.98/ParaView-3.98.0-src.tgz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 7e219c03c7f3c029a5d1030f38aeafef python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f13eacbb1fab18bcc1f5faa772779c68 +_md5_=92c4d4a0815c4e2cd1dde6b5200f6130 diff --git a/metadata/md5-cache/sys-apps/etckeeper-0.63-r1 b/metadata/md5-cache/sys-apps/etckeeper-0.63-r1 index 56f1cd9af3ab..f59f49d2058c 100644 --- a/metadata/md5-cache/sys-apps/etckeeper-0.63-r1 +++ b/metadata/md5-cache/sys-apps/etckeeper-0.63-r1 @@ -7,7 +7,8 @@ IUSE=bazaar cron python_targets_python2_6 python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=bazaar? ( dev-vcs/bzr ) app-portage/portage-utils cron? ( virtual/cron ) bazaar? ( python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) !bazaar? ( || ( dev-vcs/git dev-vcs/mercurial dev-vcs/darcs ) ) +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://git.kitenet.net/?p=etckeeper.git;a=snapshot;h=refs/tags/0.63;sf=tgz -> etckeeper-0.63.tar.gz _eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f31a0ec0d081047cbf9c0bbb4822d831 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4ef1886b03f760931e211cb6db849e3a +_md5_=d405c8d604478d8324b9222ddc6a9b3e diff --git a/metadata/md5-cache/sys-apps/gnome-disk-utility-2.32.1-r1 b/metadata/md5-cache/sys-apps/gnome-disk-utility-2.32.1-r1 deleted file mode 100644 index 3c90e1c75fa5..000000000000 --- a/metadata/md5-cache/sys-apps/gnome-disk-utility-2.32.1-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=>=dev-libs/glib-2.22:2 >=dev-libs/dbus-glib-0.74 >=dev-libs/libunique-1:1 >=x11-libs/gtk+-2.20:2 =sys-fs/udisks-1.0*:0[remote-access?] >=dev-libs/libatasmart-0.14 >=x11-libs/libnotify-0.6.1 avahi? ( >=net-dns/avahi-0.6.25[gtk] ) gnome-keyring? ( gnome-base/libgnome-keyring ) nautilus? ( >=gnome-base/nautilus-2.24 ) sys-devel/gettext gnome-base/gnome-common app-text/docbook-xml-dtd:4.1.2 app-text/rarian app-text/gnome-doc-utils virtual/pkgconfig >=dev-util/intltool-0.35 >=dev-util/gtk-doc-am-1.13 doc? ( >=dev-util/gtk-doc-1.3 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 -DESCRIPTION=Disk Utility for GNOME using udisks -EAPI=3 -HOMEPAGE=http://git.gnome.org/browse/gnome-disk-utility -IUSE=avahi doc fat gnome-keyring nautilus remote-access -KEYWORDS=alpha amd64 arm ia64 ppc ppc64 sh sparc x86 -LICENSE=LGPL-2.1 -RDEPEND=>=dev-libs/glib-2.22:2 >=dev-libs/dbus-glib-0.74 >=dev-libs/libunique-1:1 >=x11-libs/gtk+-2.20:2 =sys-fs/udisks-1.0*:0[remote-access?] >=dev-libs/libatasmart-0.14 >=x11-libs/libnotify-0.6.1 avahi? ( >=net-dns/avahi-0.6.25[gtk] ) gnome-keyring? ( gnome-base/libgnome-keyring ) nautilus? ( >=gnome-base/nautilus-2.24 ) x11-misc/xdg-utils fat? ( sys-fs/dosfstools ) -SLOT=0 -SRC_URI=mirror://gnome/sources/gnome-disk-utility/2.32/gnome-disk-utility-2.32.1.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 7976d3f4d0c0816c67033d3dcd4d9472 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=4fa82ea9b09f790c0cc7bb1d5fe4a3db diff --git a/metadata/md5-cache/sys-apps/gnome-disk-utility-3.8.2 b/metadata/md5-cache/sys-apps/gnome-disk-utility-3.8.2 new file mode 100644 index 000000000000..73698eee33f3 --- /dev/null +++ b/metadata/md5-cache/sys-apps/gnome-disk-utility-3.8.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=dev-libs/glib-2.31:2 >=sys-fs/udisks-2.1.0:2 >=x11-libs/gtk+-3.5.8:3 >=app-crypt/libsecret-0.7 dev-libs/libpwquality >=dev-util/intltool-0.50 dev-libs/libxslt virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=Disk Utility for GNOME using udisks +EAPI=5 +HOMEPAGE=http://git.gnome.org/browse/gnome-disk-utility +IUSE=fat +gnome systemd +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.31:2 >=sys-fs/udisks-2.1.0:2 >=x11-libs/gtk+-3.5.8:3 >=app-crypt/libsecret-0.7 dev-libs/libpwquality >=media-libs/libdvdread-4.2.0 >=media-libs/libcanberra-0.1 >=x11-libs/libnotify-0.7 >=x11-themes/gnome-icon-theme-symbolic-2.91 fat? ( sys-fs/dosfstools ) gnome? ( >=gnome-base/gnome-settings-daemon-3.8 ) systemd? ( >=sys-apps/systemd-44 ) +SLOT=0 +SRC_URI=mirror://gnome/sources/gnome-disk-utility/3.8/gnome-disk-utility-3.8.2.tar.xz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 7976d3f4d0c0816c67033d3dcd4d9472 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=a8c48c70db57b13474a2a769556913b9 diff --git a/metadata/md5-cache/sys-apps/hwids-20130523 b/metadata/md5-cache/sys-apps/hwids-20130523 deleted file mode 100644 index 849787296330..000000000000 --- a/metadata/md5-cache/sys-apps/hwids-20130523 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare -DEPEND=udev? ( dev-lang/perl >=virtual/udev-197-r1 ) virtual/pkgconfig -DESCRIPTION=Hardware (PCI, USB, OUI, IAB) IDs databases -EAPI=5 -HOMEPAGE=https://github.com/gentoo/hwids -IUSE=+udev -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux -LICENSE=|| ( GPL-2 BSD ) public-domain -RDEPEND=!=app-doc/doxygen-1.7.6.1[latex,dot] ) ) ) sys-apps/ed || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=sys-libs/ncurses sys-libs/readline tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat doc? ( drmaa? ( || ( =app-doc/doxygen-1.7.6.1[latex,dot] ) ) ) sys-apps/ed =sys-devel/automake-1.12* >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Resource manager and queuing system based on OpenPBS EAPI=2 -HOMEPAGE=http://www.adaptivecomputing.com/products/torque.php +HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque IUSE=tk +crypt drmaa server +syslog doc cpusets kernel_linux KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=openpbs @@ -10,4 +10,4 @@ RDEPEND=sys-libs/ncurses sys-libs/readline tk? ( dev-lang/tk ) syslog? ( virtual SLOT=0 SRC_URI=http://www.adaptivecomputing.com/resources/downloads/torque/torque-2.3.13.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=d5bdbabf858e11cbde72c844e66cb95d +_md5_=d61361d2b8731fdea585e056054075e8 diff --git a/metadata/md5-cache/sys-cluster/torque-2.4.16 b/metadata/md5-cache/sys-cluster/torque-2.4.16 index f837a5e27132..970352828af2 100644 --- a/metadata/md5-cache/sys-cluster/torque-2.4.16 +++ b/metadata/md5-cache/sys-cluster/torque-2.4.16 @@ -1,8 +1,8 @@ DEFINED_PHASES=config configure install postinst preinst prepare setup -DEPEND=sys-libs/ncurses sys-libs/readline tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat doc? ( drmaa? ( || ( =app-doc/doxygen-1.7.6.1[latex,dot] ) ) ) sys-apps/ed || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=sys-libs/ncurses sys-libs/readline tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat doc? ( drmaa? ( || ( =app-doc/doxygen-1.7.6.1[latex,dot] ) ) ) sys-apps/ed =sys-devel/automake-1.12* >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Resource manager and queuing system based on OpenPBS EAPI=2 -HOMEPAGE=http://www.adaptivecomputing.com/products/torque.php +HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque IUSE=tk +crypt drmaa server +syslog doc cpusets kernel_linux KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=openpbs @@ -10,4 +10,4 @@ RDEPEND=sys-libs/ncurses sys-libs/readline tk? ( dev-lang/tk ) syslog? ( virtual SLOT=0 SRC_URI=http://www.adaptivecomputing.com/resources/downloads/torque/torque-2.4.16.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=928b37c534cc5ed4117b6e1516a8dc45 +_md5_=58185445a2ec382d100409c723b8ea30 diff --git a/metadata/md5-cache/sys-cluster/torque-2.5.12 b/metadata/md5-cache/sys-cluster/torque-2.5.12 index a167b27a9861..a7d9ca2121ae 100644 --- a/metadata/md5-cache/sys-cluster/torque-2.5.12 +++ b/metadata/md5-cache/sys-cluster/torque-2.5.12 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile config configure install postinst preinst prepare setup t DEPEND=sys-libs/ncurses sys-libs/readline munge? ( sys-auth/munge ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat sys-apps/ed !sys-cluster/slurm DESCRIPTION=Resource manager and queuing system based on OpenPBS EAPI=4 -HOMEPAGE=http://www.adaptivecomputing.com/products/torque.php +HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque IUSE=cpusets +crypt doc drmaa kernel_linux munge server static-libs +syslog threads tk xml KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 LICENSE=torque-2.5 @@ -10,4 +10,4 @@ RDEPEND=sys-libs/ncurses sys-libs/readline munge? ( sys-auth/munge ) tk? ( dev-l SLOT=0 SRC_URI=http://www.adaptivecomputing.com/resources/downloads/torque/torque-2.5.12.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=07ddafd3dcaa5692ddf600cc2d703f18 +_md5_=70ba7e15b0950cadcc1f86147485fb01 diff --git a/metadata/md5-cache/sys-cluster/torque-2.5.9-r1 b/metadata/md5-cache/sys-cluster/torque-2.5.9-r1 index b7f274690cb2..2fd8ab6ed976 100644 --- a/metadata/md5-cache/sys-cluster/torque-2.5.9-r1 +++ b/metadata/md5-cache/sys-cluster/torque-2.5.9-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile config configure install postinst preinst prepare setup t DEPEND=sys-libs/ncurses sys-libs/readline munge? ( sys-auth/munge ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat sys-apps/ed !sys-cluster/slurm DESCRIPTION=Resource manager and queuing system based on OpenPBS EAPI=4 -HOMEPAGE=http://www.adaptivecomputing.com/products/torque.php +HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque IUSE=cpusets +crypt doc drmaa kernel_linux munge server static-libs +syslog threads tk xml KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 LICENSE=torque-2.5 @@ -10,4 +10,4 @@ RDEPEND=sys-libs/ncurses sys-libs/readline munge? ( sys-auth/munge ) tk? ( dev-l SLOT=0 SRC_URI=http://www.adaptivecomputing.com/resources/downloads/torque/torque-2.5.9.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8a2b311e7c9d0b6bfe1cacaf3eb93a0d +_md5_=6ea14fe459d8be795a25a4b81506643d diff --git a/metadata/md5-cache/sys-cluster/torque-3.0.6-r1 b/metadata/md5-cache/sys-cluster/torque-3.0.6-r1 index e1b90e3a969e..a7a914c2324a 100644 --- a/metadata/md5-cache/sys-cluster/torque-3.0.6-r1 +++ b/metadata/md5-cache/sys-cluster/torque-3.0.6-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile config configure install postinst preinst prepare setup t DEPEND=sys-libs/ncurses sys-libs/readline munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat sys-apps/ed !sys-cluster/slurm || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Resource manager and queuing system based on OpenPBS EAPI=4 -HOMEPAGE=http://www.adaptivecomputing.com/products/torque.php +HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque IUSE=cpusets +crypt doc drmaa kernel_linux munge nvidia server static-libs +syslog threads tk KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 LICENSE=torque-2.5 @@ -10,4 +10,4 @@ RDEPEND=sys-libs/ncurses sys-libs/readline munge? ( sys-auth/munge ) nvidia? ( > SLOT=0 SRC_URI=http://www.adaptivecomputing.com/resources/downloads/torque/torque-3.0.6.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7c11ec0c4b75b50282ec943ef9df2b17 eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool b1c8688e60f9580bcb9bb46e08737eb1 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6f3c1371c564f91fb2511f286195c34a +_md5_=286f9852940b06fe8e80367805113265 diff --git a/metadata/md5-cache/sys-cluster/torque-4.1.5.1 b/metadata/md5-cache/sys-cluster/torque-4.1.5.1 new file mode 100644 index 000000000000..3f250cb6948f --- /dev/null +++ b/metadata/md5-cache/sys-cluster/torque-4.1.5.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=config configure install postinst preinst prepare setup +DEPEND=sys-libs/ncurses sys-libs/readline cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat !sys-cluster/slurm +DESCRIPTION=Resource manager and queuing system based on OpenPBS +EAPI=2 +HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque +IUSE=cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=torque-2.5 +RDEPEND=sys-libs/ncurses sys-libs/readline cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) +SLOT=0 +SRC_URI=http://www.adaptivecomputing.com/index.php?wpfb_dl=1058 -> torque-4.1.5.1.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=6928a1394efa2ed789b6ba506ebef903 diff --git a/metadata/md5-cache/sys-kernel/git-sources-3.10_rc3 b/metadata/md5-cache/sys-kernel/git-sources-3.10_rc3 new file mode 100644 index 000000000000..b90fd8e424a4 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/git-sources-3.10_rc3 @@ -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 ) +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=5 +HOMEPAGE=http://www.kernel.org +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 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.10_rc3 +SRC_URI=mirror://kernel/linux/kernel/v3.x/testing/patch-3.10-rc3.xz mirror://kernel/linux/kernel/v3.x/linux-3.9.tar.xz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 kernel-2 353d0aef1046938e432ba587875e2027 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=808b90d9ef8dc7a86959e4481de7e48b diff --git a/metadata/md5-cache/sys-kernel/openvz-sources-2.6.32.76.8 b/metadata/md5-cache/sys-kernel/openvz-sources-2.6.32.76.8 index 425101a5a83e..a287d4521df7 100644 --- a/metadata/md5-cache/sys-kernel/openvz-sources-2.6.32.76.8 +++ b/metadata/md5-cache/sys-kernel/openvz-sources-2.6.32.76.8 @@ -4,7 +4,7 @@ DESCRIPTION=Kernel sources with OpenVZ patchset EAPI=5 HOMEPAGE=http://www.openvz.org IUSE=symlink build deblob -KEYWORDS=~amd64 ~ppc64 ~sparc ~x86 +KEYWORDS=amd64 ~ppc64 ~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=2.6.32.76.8 SRC_URI=mirror://kernel/linux/kernel/v2.6/linux-2.6.32.tar.xz deblob? ( http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-2.6.32.N/deblob-2.6.32 http://www.fsfla.org/svnwiki/selibre/linux-libre//download/releases/LATEST-2.6.32.N/deblob-check -> deblob-check-2.6.32 ) http://download.openvz.org/kernel/branches/rhel6-2.6.32/042stab076.8/patches/patch-042stab076.8-combined.gz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 kernel-2 353d0aef1046938e432ba587875e2027 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=af80f177bdaec660c51e948c2a9442df +_md5_=b79f3b93f8dbecea1231e8abcae799b3 diff --git a/metadata/md5-cache/www-apache/mod_security-2.7.2 b/metadata/md5-cache/www-apache/mod_security-2.7.4 similarity index 85% rename from metadata/md5-cache/www-apache/mod_security-2.7.2 rename to metadata/md5-cache/www-apache/mod_security-2.7.4 index c30aed960ec9..17cee53bbe28 100644 --- a/metadata/md5-cache/www-apache/mod_security-2.7.2 +++ b/metadata/md5-cache/www-apache/mod_security-2.7.4 @@ -4,12 +4,12 @@ DESCRIPTION=Web application firewall and Intrusion Detection System for Apache. EAPI=4 HOMEPAGE=http://www.modsecurity.org/ IUSE=geoip curl lua jit -KEYWORDS=amd64 ppc sparc x86 +KEYWORDS=~amd64 ~ppc ~sparc ~x86 LICENSE=Apache-2.0 PDEPEND=>=www-apache/modsecurity-crs-2.2.6-r1 RDEPEND=>=dev-libs/libxml2-2.7.8 dev-libs/libpcre[jit?] lua? ( >=dev-lang/lua-5.1 ) curl? ( >=net-misc/curl-7.15.1 ) www-servers/apache[apache2_modules_unique_id] geoip? ( dev-libs/geoip ) =www-servers/apache-2* RESTRICT=test SLOT=0 -SRC_URI=http://www.modsecurity.org/tarball/2.7.2/modsecurity-apache_2.7.2.tar.gz +SRC_URI=http://www.modsecurity.org/tarball/2.7.4/modsecurity-apache_2.7.4.tar.gz _eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f -_md5_=5f3d2efcf55b9d85aacbd42e9d51ac21 +_md5_=cd45070c9b440c3705f54524fe692f8d diff --git a/metadata/md5-cache/www-apache/passenger-3.0.21 b/metadata/md5-cache/www-apache/passenger-3.0.21 new file mode 100644 index 000000000000..94197794039d --- /dev/null +++ b/metadata/md5-cache/www-apache/passenger-3.0.21 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test unpack +DEPEND=ruby_targets_ruby18? ( dev-ruby/rake[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/rake[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( >=dev-ruby/daemon_controller-1.0.0[ruby_targets_ruby18] >=dev-ruby/rack-1.0.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/daemon_controller-1.0.0[ruby_targets_ruby19] >=dev-ruby/rack-1.0.0[ruby_targets_ruby19] ) ) test? ( ruby_targets_ruby18? ( >=dev-ruby/fastthread-1.0.1[ruby_targets_ruby18] ) ) >=dev-libs/libev-3.90 net-misc/curl[ssl] doc? ( >=app-text/asciidoc-8.6.5[highlight] ) =www-servers/apache-2* ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) +DESCRIPTION=Passenger (a.k.a. mod_rails) makes deployment of Ruby on Rails applications a breeze +EAPI=5 +HOMEPAGE=http://modrails.com/ +IUSE=debug doc test test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/daemon_controller-1.0.0[ruby_targets_ruby18] >=dev-ruby/rack-1.0.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/daemon_controller-1.0.0[ruby_targets_ruby19] >=dev-ruby/rack-1.0.0[ruby_targets_ruby19] ) ruby_targets_ruby18? ( >=dev-ruby/fastthread-1.0.1[ruby_targets_ruby18] ) >=dev-libs/libev-3.90 net-misc/curl[ssl] =www-servers/apache-2* ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) +REQUIRED_USE=ruby_targets_ruby18? ( !ruby_targets_ruby19 ) ruby_targets_ruby19? ( !ruby_targets_ruby18 ) || ( ruby_targets_ruby18 ruby_targets_ruby19 ) +SLOT=0 +SRC_URI=mirror://rubyforge/passenger/passenger-3.0.21.tar.gz +_eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils f31a0ec0d081047cbf9c0bbb4822d831 flag-o-matic d900015de4e092f26d8c0a18b6bd60de java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=fab695ef48c12f0535dda69f5a008bd1 diff --git a/metadata/md5-cache/www-apps/mediawiki-1.21.0 b/metadata/md5-cache/www-apps/mediawiki-1.21.0 new file mode 100644 index 000000000000..a5159e0e06d8 --- /dev/null +++ b/metadata/md5-cache/www-apps/mediawiki-1.21.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prerm setup +DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=app-admin/webapp-config-1.50.15 +DESCRIPTION=The MediaWiki wiki web application (as used on wikipedia.org) +EAPI=5 +HOMEPAGE=http://www.mediawiki.org +IUSE=imagemagick mysql postgres sqlite vhosts +KEYWORDS=~alpha ~amd64 ~ppc ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-lang/php-5.3.2[mysql?,postgres?,session,xml,xmlreader] imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) !imagemagick? ( dev-lang/php[gd] ) sqlite? ( dev-db/sqlite:3[fts3(+)] >=dev-lang/php-5.3.2[pdo] || ( dev-lang/php[sqlite] dev-lang/php[sqlite3] ) ) virtual/httpd-php >=app-admin/webapp-config-1.50.15 +RESTRICT=test +SLOT=1.21.0 +SRC_URI=http://download.wikimedia.org/mediawiki/1.21/mediawiki-1.21.0.tar.gz +_eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 webapp 25b9b1696f5e698711f47d45c3d45e3e +_md5_=a9b3c6679eacc87a6d85fadfa71ed87f diff --git a/metadata/md5-cache/www-client/chromium-29.0.1521.3 b/metadata/md5-cache/www-client/chromium-29.0.1521.3 new file mode 100644 index 000000000000..b01eb7576f32 --- /dev/null +++ b/metadata/md5-cache/www-client/chromium-29.0.1521.3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test +DEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.17.6:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=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.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19:= media-libs/flac:= media-libs/harfbuzz:= >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) || ( dev-lang/python:2.7 dev-lang/python:2.6 ) !arm? ( >=dev-lang/nacl-toolchain-newlib-0_p9093 dev-lang/yasm ) dev-lang/perl dev-python/jinja dev-python/ply dev-python/simplejson >=dev-util/gperf-3.0.3 dev-util/ninja sys-apps/hwids >=sys-devel/bison-2.4.3 sys-devel/flex virtual/pkgconfig test? ( dev-python/pyftpdlib ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DESCRIPTION=Open-source version of Google Chrome web browser +EAPI=5 +HOMEPAGE=http://chromium.org/ +IUSE=bindist cups gnome gnome-keyring gps kerberos pulseaudio selinux +system-ffmpeg system-sqlite tcmalloc custom-cflags +linguas_am +linguas_ar +linguas_bg +linguas_bn +linguas_ca +linguas_cs +linguas_da +linguas_de +linguas_el +linguas_en_GB +linguas_es +linguas_es_LA +linguas_et +linguas_fa +linguas_fi +linguas_fil +linguas_fr +linguas_gu +linguas_he +linguas_hi +linguas_hr +linguas_hu +linguas_id +linguas_it +linguas_ja +linguas_kn +linguas_ko +linguas_lt +linguas_lv +linguas_ml +linguas_mr +linguas_ms +linguas_nb +linguas_nl +linguas_pl +linguas_pt_BR +linguas_pt_PT +linguas_ro +linguas_ru +linguas_sk +linguas_sl +linguas_sr +linguas_sv +linguas_sw +linguas_ta +linguas_te +linguas_th +linguas_tr +linguas_uk +linguas_vi +linguas_zh_CN +linguas_zh_TW test +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.17.6:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=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.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19:= media-libs/flac:= media-libs/harfbuzz:= >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts +SLOT=0 +SRC_URI=https://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1521.3-lite.tar.xz test? ( https://commondatastorage.googleapis.com/chromium-browser-official/chromium-29.0.1521.3-testdata.tar.xz ) +_eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 2424f959506320f5196de8f79fa05297 portability 536c5e70c5fb252ed3b769e04aa3f05b python-any-r1 7ed4a8181d62a098eaa6c8eeacf190c9 python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=c86979fe9cd977e37e4aa0a1083f5e77 diff --git a/metadata/md5-cache/www-client/chromium-9999-r1 b/metadata/md5-cache/www-client/chromium-9999-r1 index 15ea4cbd1458..af9eaa740340 100644 --- a/metadata/md5-cache/www-client/chromium-9999-r1 +++ b/metadata/md5-cache/www-client/chromium-9999-r1 @@ -8,4 +8,4 @@ LICENSE=BSD RDEPEND=>=app-accessibility/speech-dispatcher-0.8:= app-arch/bzip2:= app-arch/snappy:= system-sqlite? ( dev-db/sqlite:3 ) cups? ( dev-libs/libgcrypt:= >=net-print/cups-1.3.11:= ) >=dev-lang/v8-3.17.6:= =dev-lang/v8-3.19* >=dev-libs/elfutils-0.149 dev-libs/expat:= >=dev-libs/icu-49.1.1-r1:= >=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.12.3:= dev-libs/protobuf:= dev-libs/re2:= gnome? ( >=gnome-base/gconf-2.24.0:= ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) >=media-libs/alsa-lib-1.0.19 media-libs/flac:= media-libs/harfbuzz:= >=media-libs/libjpeg-turbo-1.2.0-r1:= media-libs/libpng:0= media-libs/libvpx:= >=media-libs/libwebp-0.2.0_rc1:= !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) media-libs/opus:= media-libs/speex:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( || ( >=media-video/ffmpeg-1.0:=[opus] >=media-video/libav-9.5:=[opus] ) ) sys-apps/dbus:= sys-apps/pciutils:= sys-libs/zlib:=[minizip] virtual/udev virtual/libusb:1= x11-libs/gtk+:2= x11-libs/libXinerama:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= kerberos? ( virtual/krb5 ) selinux? ( sec-policy/selinux-chromium ) !=www-client/chromium-9999 x11-misc/xdg-utils virtual/ttf-fonts SLOT=live _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic d900015de4e092f26d8c0a18b6bd60de gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 2424f959506320f5196de8f79fa05297 portability 536c5e70c5fb252ed3b769e04aa3f05b python-any-r1 7ed4a8181d62a098eaa6c8eeacf190c9 python-utils-r1 9fc80a4f06f33ede447b5647fddca301 subversion 869118194bbbecaa8f935e185befcdb7 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=2f8f5175526014826f5647db710480f2 +_md5_=ee3a1a17c508f2d86a1d0d7b12f3aa67 diff --git a/metadata/md5-cache/www-client/google-chrome-29.0.1516.3_alpha201887 b/metadata/md5-cache/www-client/google-chrome-29.0.1521.3_alpha202710 similarity index 89% rename from metadata/md5-cache/www-client/google-chrome-29.0.1516.3_alpha201887 rename to metadata/md5-cache/www-client/google-chrome-29.0.1521.3_alpha202710 index db9bb108b672..6d0319da1776 100644 --- a/metadata/md5-cache/www-client/google-chrome-29.0.1516.3_alpha201887 +++ b/metadata/md5-cache/www-client/google-chrome-29.0.1521.3_alpha202710 @@ -9,6 +9,6 @@ LICENSE=google-chrome RDEPEND=app-arch/bzip2 app-misc/ca-certificates dev-libs/atk dev-libs/expat dev-libs/glib:2 dev-libs/libgcrypt dev-libs/nspr dev-libs/nss gnome-base/gconf:2 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype net-print/cups sys-apps/dbus || ( >=sys-devel/gcc-4.4.0[-nocxx] >=sys-devel/gcc-4.4.0[cxx] ) x11-libs/cairo x11-libs/gdk-pixbuf x11-libs/gtk+:2 >=x11-libs/libX11-1.5.0 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libXrender x11-libs/libXScrnSaver x11-libs/pango x11-misc/xdg-utils !www-client/google-chrome:0 !www-client/google-chrome:beta !www-client/google-chrome:stable RESTRICT=bindist mirror strip SLOT=unstable -SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_29.0.1516.3-r201887_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_29.0.1516.3-r201887_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_29.0.1521.3-r202710_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_29.0.1521.3-r202710_i386.deb ) _eclasses_=chromium 10deb47dfb7657ba0fc7814da0bad35e eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f unpacker 658a981a81fd7cb0767315a541bab01d user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=21163e61fd51643bda40e5735ede2fa9 +_md5_=e9fd3c82fedd38227a88fed0c1650e45 diff --git a/metadata/md5-cache/www-plugins/chrome-binary-plugins-29.0.1516.3_alpha201887 b/metadata/md5-cache/www-plugins/chrome-binary-plugins-29.0.1521.3_alpha202710 similarity index 71% rename from metadata/md5-cache/www-plugins/chrome-binary-plugins-29.0.1516.3_alpha201887 rename to metadata/md5-cache/www-plugins/chrome-binary-plugins-29.0.1521.3_alpha202710 index 1e9538eac70c..b8afb4c8fd44 100644 --- a/metadata/md5-cache/www-plugins/chrome-binary-plugins-29.0.1516.3_alpha201887 +++ b/metadata/md5-cache/www-plugins/chrome-binary-plugins-29.0.1521.3_alpha202710 @@ -8,6 +8,6 @@ LICENSE=google-chrome RDEPEND=www-client/chromium !www-plugins/chrome-binary-plugins:0 !www-plugins/chrome-binary-plugins:beta !www-plugins/chrome-binary-plugins:stable RESTRICT=bindist mirror strip SLOT=unstable -SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_29.0.1516.3-r201887_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_29.0.1516.3-r201887_i386.deb ) +SRC_URI=amd64? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_29.0.1521.3-r202710_amd64.deb ) x86? ( http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-unstable/google-chrome-unstable_29.0.1521.3-r202710_i386.deb ) _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f unpacker 658a981a81fd7cb0767315a541bab01d -_md5_=f9a503a3249dd962921879f0907e03af +_md5_=7b912b79e1ad2a1c769f453a04b911f4 diff --git a/metadata/md5-cache/x11-misc/qtfm-5.5 b/metadata/md5-cache/x11-misc/qtfm-5.5 index ddd7f678a52b..c404f785ae49 100644 --- a/metadata/md5-cache/x11-misc/qtfm-5.5 +++ b/metadata/md5-cache/x11-misc/qtfm-5.5 @@ -3,10 +3,10 @@ DEPEND=sys-apps/file dev-qt/qtgui:4 DESCRIPTION=A small, lightweight file manager for desktops based on pure Qt EAPI=4 HOMEPAGE=http://www.qtfm.org/ -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 ~x86 LICENSE=GPL-2 RDEPEND=sys-apps/file dev-qt/qtgui:4 SLOT=0 SRC_URI=http://www.qtfm.org/qtfm-5.5.tar.gz?attredirects=0 -> qtfm-5.5.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib 892e597faee02a5b94eb02ab512e7622 qt4-r2 f735f67b3de93a007dbdec708b481831 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=76b2377e8405a2aa6b51837c9de5be5a +_md5_=683ca1ae0f3cf8f39bb8ff8665d0a983 diff --git a/metadata/md5-cache/x11-misc/sunflower-0.1_alpha53 b/metadata/md5-cache/x11-misc/sunflower-0.1_alpha53 index 685ceb9e1315..700f2d8e0822 100644 --- a/metadata/md5-cache/x11-misc/sunflower-0.1_alpha53 +++ b/metadata/md5-cache/x11-misc/sunflower-0.1_alpha53 @@ -7,7 +7,8 @@ IUSE=linguas_bg linguas_cs linguas_de linguas_es linguas_hu linguas_pl linguas_r KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/pygtk-2.15.0 >=dev-python/notify-python-0.1 virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://sunflower-fm.googlecode.com/files/Sunflower-0.1a-53.tgz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b5782ef335f87a33730e1f643b53c7cb +_md5_=945dd3490a6e7a145073da5e895afdf9 diff --git a/metadata/md5-cache/x11-misc/sunflower-0.1_alpha54 b/metadata/md5-cache/x11-misc/sunflower-0.1_alpha54 index 64a2e2078f3f..730a53f28100 100644 --- a/metadata/md5-cache/x11-misc/sunflower-0.1_alpha54 +++ b/metadata/md5-cache/x11-misc/sunflower-0.1_alpha54 @@ -7,7 +7,8 @@ IUSE=python_targets_python2_6 python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/pygtk-2.15.0 >=dev-python/notify-python-0.1 virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://sunflower-fm.googlecode.com/files/Sunflower-0.1a-54.tgz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b70362c75c55e0f2a57ada9258517a61 +_md5_=6860a4f6901a6c9dcf36bb5ef51562a9 diff --git a/metadata/md5-cache/x11-misc/sunflower-0.1_alpha55 b/metadata/md5-cache/x11-misc/sunflower-0.1_alpha55 index 274125280f38..3bfba7a3d64f 100644 --- a/metadata/md5-cache/x11-misc/sunflower-0.1_alpha55 +++ b/metadata/md5-cache/x11-misc/sunflower-0.1_alpha55 @@ -7,7 +7,8 @@ IUSE=python_targets_python2_6 python_targets_python2_7 KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/pygtk-2.15.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/notify-python-0.1[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://sunflower-fm.googlecode.com/files/Sunflower-0.1a-55.tgz _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multibuild 4f797e941786b6313d84053ae3e0ec96 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 094dc7421f9aea7525b85b899f67e62a python-utils-r1 9fc80a4f06f33ede447b5647fddca301 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c24876d9d94271f9ceaf7954a67f681f +_md5_=55fce94f80cdde3ddf4554b22cae50bc diff --git a/metadata/md5-cache/x11-wm/notion-3_p2013030200 b/metadata/md5-cache/x11-wm/notion-3_p2013030200 index 0c524fc2b2a9..772d78970ad4 100644 --- a/metadata/md5-cache/x11-wm/notion-3_p2013030200 +++ b/metadata/md5-cache/x11-wm/notion-3_p2013030200 @@ -1,4 +1,4 @@ -DEFINED_PHASES=install postinst prepare +DEFINED_PHASES=compile install postinst prepare DEPEND=dev-lang/lua x11-libs/libSM x11-libs/libX11 x11-libs/libXext nls? ( sys-devel/gettext ) xinerama? ( x11-libs/libXinerama ) xrandr? ( x11-libs/libXrandr ) virtual/pkgconfig DESCRIPTION=Notion is a tiling, tabbed window manager for the X window system EAPI=4 @@ -10,4 +10,4 @@ RDEPEND=dev-lang/lua x11-libs/libSM x11-libs/libX11 x11-libs/libXext nls? ( sys- SLOT=0 SRC_URI=mirror://sourceforge/notion/files/notion-3-2013030200-src.tar.bz2 _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e0fa48838b2f431dd174abfa9f4edf20 +_md5_=1cc4f652dd1b843b29237266aeb09c8f diff --git a/metadata/md5-cache/x11-wm/notion-9999 b/metadata/md5-cache/x11-wm/notion-9999 index 51f8ea4859f7..78a01cf93d46 100644 --- a/metadata/md5-cache/x11-wm/notion-9999 +++ b/metadata/md5-cache/x11-wm/notion-9999 @@ -1,4 +1,4 @@ -DEFINED_PHASES=install postinst prepare unpack +DEFINED_PHASES=compile install postinst prepare unpack DEPEND=dev-lang/lua x11-libs/libSM x11-libs/libX11 x11-libs/libXext nls? ( sys-devel/gettext ) xinerama? ( x11-libs/libXinerama ) xrandr? ( x11-libs/libXrandr ) virtual/pkgconfig dev-vcs/git DESCRIPTION=Notion is a tiling, tabbed window manager for the X window system EAPI=4 @@ -8,4 +8,4 @@ LICENSE=LGPL-2.1 RDEPEND=dev-lang/lua x11-libs/libSM x11-libs/libX11 x11-libs/libXext nls? ( sys-devel/gettext ) xinerama? ( x11-libs/libXinerama ) xrandr? ( x11-libs/libXrandr ) SLOT=0 _eclasses_=eutils f31a0ec0d081047cbf9c0bbb4822d831 git-2 e92e09651292b1bef5656592364550f7 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=07d09c6ed7960a1b7ea8c815e5812bbd +_md5_=cbffbaf63fa513992e04e1dea73dccd3 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 07cbd59a7782..cedad08eed6b 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Wed, 29 May 2013 04:06:56 +0000 +Thu, 30 May 2013 07:37:03 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 24ba155b5f6c..47175d2cdef8 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Wed May 29 04:06:54 UTC 2013 +Thu May 30 07:37:01 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 99bb951b215d..025a7a6b1b4e 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Wed, 29 May 2013 04:30:01 +0000 +Thu, 30 May 2013 08:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 8ae7c3c440c1..97b9e49d6e32 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1369800301 Wed May 29 04:05:01 2013 UTC +1369899301 Thu May 30 07:35:01 2013 UTC diff --git a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild index faab1a66d15c..3915d4e1fccd 100644 --- a/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild +++ b/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild,v 1.2 2013/05/28 12:05:40 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild,v 1.3 2013/05/29 09:19:06 nimiux Exp $ EAPI=5 inherit autotools eutils multilib @@ -11,7 +11,7 @@ SRC_URI="http://sid.rstack.org/arp-sk/files/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND=">=net-libs/libnet-1.1" RDEPEND="${DEPEND}" diff --git a/net-analyzer/tcpdump/tcpdump-4.4.0.ebuild b/net-analyzer/tcpdump/tcpdump-4.4.0.ebuild index 8765fe233c8c..0c2647ca3959 100644 --- a/net-analyzer/tcpdump/tcpdump-4.4.0.ebuild +++ b/net-analyzer/tcpdump/tcpdump-4.4.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.4.0.ebuild,v 1.1 2013/05/09 03:19:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-4.4.0.ebuild,v 1.2 2013/05/29 20:02:35 jer Exp $ EAPI=5 AUTOTOOLS_AUTO_DEPEND="no" # Only cross-compiling -inherit flag-o-matic user autotools eutils toolchain-funcs +inherit eutils flag-o-matic user DESCRIPTION="A Tool for network monitoring and data acquisition" HOMEPAGE="http://www.tcpdump.org/" @@ -46,13 +46,6 @@ pkg_setup() { enewuser tcpdump -1 -1 -1 tcpdump } -src_prepare() { - if tc-is-cross-compiler ; then - epatch "${FILESDIR}"/${P}-ssl-detect.patch - eautoreconf - fi -} - src_configure() { # tcpdump needs some optymalization. see bug #108391 ( ! is-flag -O? || is-flag -O0 ) && append-flags -O2 diff --git a/net-analyzer/tcpreplay/Manifest b/net-analyzer/tcpreplay/Manifest index 8edd1c094be6..641d16d5d57c 100644 --- a/net-analyzer/tcpreplay/Manifest +++ b/net-analyzer/tcpreplay/Manifest @@ -1,3 +1,2 @@ -DIST tcpreplay-3.4.4.tar.gz 947179 RMD160 672812755ff39b284044b08cba32c574ab2b7e70 SHA1 9e4cca81cfbfb919f8759e1a27ce1b3b963ff3b8 SHA256 7a809c58ddec86407fd6e5597ac883d7874a19bea81d716bb2b1c6e3b0e7b58f -DIST tcpreplay-3.4.5beta2.tar.gz 1886620 RMD160 d1840f1d1c1e85a708af6b9b395c52cc96456652 SHA1 340f3593683e7b026aaef8f20e1a7fcc2ddb6046 SHA256 072a5ef9997e817a78b272d4a2af70386456998de66da1fd510283b2128900f6 -DIST tcpreplay-3.4.5beta3.tar.gz 1904204 RMD160 feaadacde4fb3b9b591304b4b69d74f1c43ff84a SHA1 df4faa73e1f9e1bb277370d5652f89755ecb285f SHA256 6d4bac54173de23667f97943337f42503387e1153dcebcf6e3b6ba83063a3a6a +DIST tcpreplay-3.4.4.tar.gz 947179 SHA256 7a809c58ddec86407fd6e5597ac883d7874a19bea81d716bb2b1c6e3b0e7b58f SHA512 b129f14689d73905fa3238090de397bf845d6764e73411738a82bdf39c3d4605ad9a64e55dfca88035716704015a1cfc8b4fe097e019e30f84379f4126700cc8 WHIRLPOOL dcf25b15e7ae65980a5fa18ce2ab98c8494443c52263ce37878d6adce8f451a5404c6b7b5d2db75877528faec2331ca67e01d1b2f6faeb40f8b0b4a010f33094 +DIST tcpreplay-3.5.0beta1.tar.bz2 943865 SHA256 3b9314a23bcbb2731e2e83933e22644621b06cd6415288d190f304ca470b1137 SHA512 d2d3303f2cb3bdeb5a1be05f4fa0971ece9964e74d840d381b967af4e665cc923669e8bb16b3496ef6e867ed677b0bef16f5b4f47c8708d3d8f6c06d0d85cf48 WHIRLPOOL 5b5f7789c6530cb739c6547e55aed88b00dd2bee1045e9a1b1d3b2f5dced50e1f9fff9cf21296c0033663127d11e3af3c35d187514c7b698718132d33e402cbc diff --git a/net-analyzer/tcpreplay/tcpreplay-3.4.5_beta2.ebuild b/net-analyzer/tcpreplay/tcpreplay-3.4.5_beta2.ebuild deleted file mode 100644 index c720d2a9d752..000000000000 --- a/net-analyzer/tcpreplay/tcpreplay-3.4.5_beta2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-3.4.5_beta2.ebuild,v 1.2 2012/01/22 17:53:01 jer Exp $ - -EAPI=4 - -MY_P="${P/_/}" -DESCRIPTION="replay saved tcpdump or snoop files at arbitrary speeds" -HOMEPAGE="http://tcpreplay.synfin.net/" -SRC_URI="http://synfin.net/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="debug pcapnav +tcpdump" - -DEPEND=" - >=sys-devel/autogen-5.9.8 - dev-libs/libdnet - >=net-libs/libpcap-0.9 - tcpdump? ( net-analyzer/tcpdump ) - pcapnav? ( net-libs/libpcapnav )" - -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - echo "We don't use bundled libopts" > libopts/options.h - ./autogen.sh -} - -src_configure() { - # By default it uses static linking. Avoid that, bug 252940 - econf \ - --enable-shared \ - --enable-dynamic-link \ - --disable-local-libopts \ - $(use_with tcpdump tcpdump /usr/sbin/tcpdump) \ - $(use_with pcapnav pcapnav-config /usr/bin/pcapnav-config) \ - $(use_enable debug) -} - -src_test() { - if [[ ! ${EUID} -eq 0 ]]; then - ewarn "Some tests were disabled due to FEATURES=userpriv" - ewarn "To run all tests issue the following command as root:" - ewarn " # make -C ${S}/test" - make -C test tcpprep || die "self test failed - see ${S}/test/test.log" - else - make test || { - ewarn "Note, that some tests require eth0 iface to be UP." ; - die "self test failed - see ${S}/test/test.log" ; } - fi -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc README docs/{CHANGELOG,CREDIT,HACKING,TODO} || die -} diff --git a/net-analyzer/tcpreplay/tcpreplay-3.4.5_beta3.ebuild b/net-analyzer/tcpreplay/tcpreplay-3.5.0_beta1.ebuild similarity index 58% rename from net-analyzer/tcpreplay/tcpreplay-3.4.5_beta3.ebuild rename to net-analyzer/tcpreplay/tcpreplay-3.5.0_beta1.ebuild index 6db52be18b42..c32ee8d2bcb9 100644 --- a/net-analyzer/tcpreplay/tcpreplay-3.4.5_beta3.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-3.5.0_beta1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-3.4.5_beta3.ebuild,v 1.2 2012/04/12 04:04:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-3.5.0_beta1.ebuild,v 1.2 2013/05/29 18:37:10 jer Exp $ -EAPI=4 -inherit eutils +EAPI=5 +inherit autotools eutils flag-o-matic MY_P="${P/_/}" DESCRIPTION="replay saved tcpdump or snoop files at arbitrary speeds" HOMEPAGE="http://tcpreplay.synfin.net/" -SRC_URI="http://synfin.net/${MY_P}.tar.gz" +SRC_URI="http://synfin.net/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~sparc ~x86" IUSE="debug pcapnav +tcpdump" DEPEND=" - >=sys-devel/autogen-5.9.8 + >=sys-devel/autogen-5.16.2[libopts] dev-libs/libdnet >=net-libs/libpcap-0.9 tcpdump? ( net-analyzer/tcpdump ) @@ -27,20 +27,38 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_prepare() { - epatch "${FILESDIR}"/${PN}-3.4.4-cross-compile.patch - echo "We don't use bundled libopts" > libopts/options.h - ./autogen.sh + sed -i \ + -e '/CFLAGS=/s|-ggdb -std=gnu99|-std=gnu99|g' \ + -e 's|-O3||g' \ + -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \ + configure.ac || die + sed -i \ + -e 's|#include |#include |g' \ + src/common/sendpacket.c || die + sed -i \ + -e 's|@\([A-Z_]*\)@|$(\1)|g' \ + -e '/tcpliveplay_CFLAGS/s|$| $(LDNETINC)|g' \ + -e '/tcpliveplay_LDADD/s|$| $(LDNETLIB)|g' \ + src/Makefile.am || die + sed -i -e 's|replay_speed325|replay_sleep325|g' test/Makefile.am || die + + # Work around defines unexpectedly implemented in bundled libopts + echo "#define tSCC static char const" >> src/tcprewrite_opts.h || die + echo "#define tSCC static char const" >> src/tcpprep_opts.h || die + + eautoreconf } src_configure() { # By default it uses static linking. Avoid that, bug 252940 econf \ - --enable-shared \ - --enable-dynamic-link \ - --disable-local-libopts \ - $(use_with tcpdump tcpdump /usr/sbin/tcpdump) \ + $(use_enable debug) \ $(use_with pcapnav pcapnav-config /usr/bin/pcapnav-config) \ - $(use_enable debug) + $(use_with tcpdump tcpdump /usr/sbin/tcpdump) \ + --disable-local-libopts \ + --enable-dynamic-link \ + --enable-shared \ + --with-libdnet } src_test() { diff --git a/net-firewall/shorewall-core/shorewall-core-4.5.15.ebuild b/net-firewall/shorewall-core/shorewall-core-4.5.15.ebuild index 83c73095779d..861c109bf295 100644 --- a/net-firewall/shorewall-core/shorewall-core-4.5.15.ebuild +++ b/net-firewall/shorewall-core/shorewall-core-4.5.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.15.ebuild,v 1.1 2013/04/05 12:10:21 constanze Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-core/shorewall-core-4.5.15.ebuild,v 1.2 2013/05/29 15:24:08 jer Exp $ EAPI="4" @@ -18,7 +18,7 @@ SRC_URI="http://www1.shorewall.net/pub/shorewall/${MY_PV_TREE}/${MY_P}/${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="selinux" DEPEND=">=net-firewall/iptables-1.2.4 diff --git a/net-firewall/shorewall-lite/shorewall-lite-4.5.15.ebuild b/net-firewall/shorewall-lite/shorewall-lite-4.5.15.ebuild index 9eab13fa90be..17bb74f32698 100644 --- a/net-firewall/shorewall-lite/shorewall-lite-4.5.15.ebuild +++ b/net-firewall/shorewall-lite/shorewall-lite-4.5.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.15.ebuild,v 1.1 2013/04/05 12:12:21 constanze Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-lite/shorewall-lite-4.5.15.ebuild,v 1.2 2013/05/29 15:24:47 jer Exp $ EAPI="4" @@ -21,7 +21,7 @@ SRC_URI="http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/${P}.tar.b LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" RDEPEND="net-firewall/iptables diff --git a/net-firewall/shorewall/shorewall-4.5.15.ebuild b/net-firewall/shorewall/shorewall-4.5.15.ebuild index 9809b708cddb..7ac9f0c44663 100644 --- a/net-firewall/shorewall/shorewall-4.5.15.ebuild +++ b/net-firewall/shorewall/shorewall-4.5.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.5.15.ebuild,v 1.1 2013/04/05 12:12:11 constanze Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-4.5.15.ebuild,v 1.2 2013/05/29 15:25:09 jer Exp $ EAPI="4" @@ -20,7 +20,7 @@ SRC_URI="http://www1.shorewall.net/pub/${PN}/${MY_PV_TREE}/${MY_P}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" DEPEND=">=net-firewall/iptables-1.2.4 diff --git a/net-firewall/shorewall6-lite/shorewall6-lite-4.5.15.ebuild b/net-firewall/shorewall6-lite/shorewall6-lite-4.5.15.ebuild index 8588080489aa..8fd6b1230dee 100644 --- a/net-firewall/shorewall6-lite/shorewall6-lite-4.5.15.ebuild +++ b/net-firewall/shorewall6-lite/shorewall6-lite-4.5.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/shorewall6-lite-4.5.15.ebuild,v 1.1 2013/04/05 12:12:35 constanze Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6-lite/shorewall6-lite-4.5.15.ebuild,v 1.2 2013/05/29 15:25:56 jer Exp $ EAPI="4" @@ -21,7 +21,7 @@ SRC_URI="http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/${P}.tar.b LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~sparc ~x86" IUSE="doc" RDEPEND=">=net-firewall/iptables-1.4.0 diff --git a/net-firewall/shorewall6/shorewall6-4.5.15.ebuild b/net-firewall/shorewall6/shorewall6-4.5.15.ebuild index f76d8e934c6c..50db6edf8442 100644 --- a/net-firewall/shorewall6/shorewall6-4.5.15.ebuild +++ b/net-firewall/shorewall6/shorewall6-4.5.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6/shorewall6-4.5.15.ebuild,v 1.1 2013/04/05 12:12:28 constanze Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall6/shorewall6-4.5.15.ebuild,v 1.2 2013/05/29 15:25:35 jer Exp $ EAPI="4" @@ -21,7 +21,7 @@ SRC_URI="http://www1.shorewall.net/pub/${MY_PN}/${MY_PV_TREE}/${MY_P}/${P}.tar.b LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="doc" diff --git a/net-fs/netatalk/netatalk-3.0.3.ebuild b/net-fs/netatalk/netatalk-3.0.3.ebuild index 37113bff9cba..aba776914252 100644 --- a/net-fs/netatalk/netatalk-3.0.3.ebuild +++ b/net-fs/netatalk/netatalk-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-3.0.3.ebuild,v 1.1 2013/04/05 16:22:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/netatalk/netatalk-3.0.3.ebuild,v 1.2 2013/05/29 15:45:57 jlec Exp $ EAPI=5 @@ -47,7 +47,9 @@ PDEPEND="sys-apps/openrc" RESTRICT="test" -REQUIRED_USE="ldap? ( acl )" +REQUIRED_USE=" + ldap? ( acl ) + utils? ( ${PYTHON_REQUIRED_USE} )" DOCS=( CONTRIBUTORS NEWS VERSION AUTHORS doc/DEVELOPER ) diff --git a/net-ftp/lftp/Manifest b/net-ftp/lftp/Manifest index 17e3bc7b61f4..7c24392b75e5 100644 --- a/net-ftp/lftp/Manifest +++ b/net-ftp/lftp/Manifest @@ -1,3 +1,4 @@ DIST lftp-4.4.5.tar.xz 1429592 SHA256 b8dfd5faf64c18df9a9233d208eb61595a5b2ef29dbf3d186f3759259aee76dc SHA512 02873fb0c5b899d04b9db3a7183d7d03259a363cd4782b1ce56313240c1960819aad528031202f07d54bf7bb146f7a34bd9c5fa4870cf8df970933019298f7ce WHIRLPOOL 4d1c3227811f38e8d13b6db6967304b19d6d4adb39ff07650495ec531aeb8da4cc326422b101699706b0c1f505ff70886dc3b8723e0f2d91f23a5cfd3be7ee89 DIST lftp-4.4.6.tar.xz 1429480 SHA256 cb8c591d08ac6626a865548adb9e6263ef8af0699d93da7633ee295d762f8d50 SHA512 aaf7ea03fab63fd748d91c55f50f6ee439bcf34366a0c03e3836338b970d1a0b9e4d6f66a757bcebf43e034c26ff0d7fc04df7b1c0a38fdf63f8b55e641f5ddc WHIRLPOOL 7090d024c458fb114cb7a7cf2eeaa3cba24bbeaa4910934e59e0ed8350bcea3ce91c2a10189f816e821dcd19d7a373e0c0ae576c32f15b7c85984c38dfa59391 DIST lftp-4.4.7.tar.xz 1433524 SHA256 4d26d7e503fe1bebe151274badcffeec3a787b1654ee3de855a32c1834f7a941 SHA512 4d574fcda6b9dd5ae0f0a14d2804704c07b4a7e00cb4372cd362e7cb89ad4d9a35aa12301408e9aa8179400c5d8a1c4630f2824c3080366abc9b31aa89140817 WHIRLPOOL 6d48b627f70946535d87cee780e833602a55f7e595f01ac2589465776996c8433494e38bc9235845e5828886b8dbf81ceb94994cea402223739b00b8c9e91852 +DIST lftp-4.4.8.tar.xz 1434312 SHA256 acdb4641874c950d80c699de8814fd7f24d54557511f6fb63d88f87227fbb34d SHA512 c9bed7be0cc8b9d65eaf1f2996380f36c87739d1679216af8cced36f516019776280a2d0bbf2ed26b0ed428d08549d41772e5028753834f26d48b7919d8fe9e0 WHIRLPOOL 170aa5ca4c63710660ef936c032681b5680d200cc374858cdf14d29c51a43b8e617649563875bc326279edd6e75e1e4b0da09d3d4d3852c848a6d3b3aa2b192c diff --git a/net-ftp/lftp/lftp-4.4.8.ebuild b/net-ftp/lftp/lftp-4.4.8.ebuild new file mode 100644 index 000000000000..b4797c84e318 --- /dev/null +++ b/net-ftp/lftp/lftp-4.4.8.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.8.ebuild,v 1.1 2013/05/29 14:27:41 jer Exp $ + +EAPI=5 +inherit autotools eutils libtool + +DESCRIPTION="A sophisticated ftp/sftp/http/https/torrent client and file transfer program" +HOMEPAGE="http://lftp.yar.ru/" +SRC_URI="ftp://ftp.yars.free.net/pub/source/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + +IUSE="+gnutls nls openssl socks5 +ssl" +LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru zh_CN zh_HK zh_TW ) +IUSE+=" ${LFTP_LINGUAS[@]/#/linguas_}" + +REQUIRED_USE=" + ssl? ( ^^ ( openssl gnutls ) ) +" + +RDEPEND=" + >=sys-libs/ncurses-5.1 + >=sys-libs/readline-5.1 + dev-libs/expat + sys-libs/zlib + socks5? ( + >=net-proxy/dante-1.1.12 + virtual/pam + ) + ssl? ( + gnutls? ( >=net-libs/gnutls-1.2.3 ) + openssl? ( >=dev-libs/openssl-0.9.6 ) + ) +" + +DEPEND=" + ${RDEPEND} + =sys-devel/libtool-2* + app-arch/xz-utils + dev-lang/perl + nls? ( sys-devel/gettext ) + virtual/pkgconfig +" + +DOCS=( + BUGS ChangeLog FAQ FEATURES MIRRORS NEWS README README.debug-levels + README.dnssec README.modules THANKS TODO +) + +src_prepare() { + epatch \ + "${FILESDIR}/${PN}-4.0.2.91-lafile.patch" \ + "${FILESDIR}/${PN}-4.3.5-autopoint.patch" \ + "${FILESDIR}/${PN}-4.3.8-gets.patch" + sed -i configure.ac -e 's|^AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die + eautoreconf + elibtoolize # for Darwin bundles +} + +src_configure() { + econf \ + $(use_enable nls) \ + $(use_with gnutls) \ + $(use_with openssl openssl "${EPREFIX}"/usr) \ + $(use_with socks5 socksdante "${EPREFIX}"/usr) \ + --enable-packager-mode \ + --sysconfdir="${EPREFIX}"/etc/${PN} \ + --with-modules \ + --without-included-regex +} diff --git a/net-im/gajim/gajim-0.15.3-r1.ebuild b/net-im/gajim/gajim-0.15.3-r1.ebuild index 223bc5634814..bb2a4f1dbfd3 100644 --- a/net-im/gajim/gajim-0.15.3-r1.ebuild +++ b/net-im/gajim/gajim-0.15.3-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.15.3-r1.ebuild,v 1.8 2013/04/22 17:13:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.15.3-r1.ebuild,v 1.9 2013/05/29 11:19:38 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="sqlite xml" +PYTHON_REQ_USE="sqlite,xml" AUTOTOOLS_AUTORECONF=true @@ -23,10 +23,12 @@ KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="avahi crypt dbus gnome kde idle jingle libnotify networkmanager nls spell +srv test X xhtml" REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} libnotify? ( dbus ) avahi? ( dbus )" COMMON_DEPEND=" + ${PYTHON_DEPS} dev-python/pygtk:2[${PYTHON_USEDEP}] x11-libs/gtk+:2" DEPEND="${COMMON_DEPEND} diff --git a/net-im/gajim/gajim-0.15.4.ebuild b/net-im/gajim/gajim-0.15.4.ebuild index 47ca92cddfd1..a0fc3125c4da 100644 --- a/net-im/gajim/gajim-0.15.4.ebuild +++ b/net-im/gajim/gajim-0.15.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.15.4.ebuild,v 1.1 2013/05/26 08:54:08 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/gajim-0.15.4.ebuild,v 1.2 2013/05/29 11:19:38 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="sqlite xml" +PYTHON_REQ_USE="sqlite,xml" AUTOTOOLS_AUTORECONF=true @@ -23,10 +23,12 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="avahi crypt dbus gnome kde idle jingle libnotify networkmanager nls spell +srv test X xhtml" REQUIRED_USE=" + ${PYTHON_REQUIRED_USE} libnotify? ( dbus ) avahi? ( dbus )" COMMON_DEPEND=" + ${PYTHON_DEPS} dev-python/pygtk:2[${PYTHON_USEDEP}] x11-libs/gtk+:2" DEPEND="${COMMON_DEPEND} diff --git a/net-irc/hexchat/hexchat-2.9.4-r2.ebuild b/net-irc/hexchat/hexchat-2.9.4-r2.ebuild index a62815cfbab5..e91d7878e498 100644 --- a/net-irc/hexchat/hexchat-2.9.4-r2.ebuild +++ b/net-irc/hexchat/hexchat-2.9.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r2.ebuild,v 1.2 2013/04/03 17:59:51 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.4-r2.ebuild,v 1.3 2013/05/29 13:33:54 hasufell Exp $ EAPI=5 @@ -18,7 +18,8 @@ IUSE="dbus fastscroll +gtk ipv6 libnotify libproxy nls ntlm perl +plugins plugin REQUIRED_USE="plugin-checksum? ( plugins ) plugin-doat? ( plugins ) plugin-fishlim? ( plugins ) - plugin-sysinfo? ( plugins )" + plugin-sysinfo? ( plugins ) + python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/glib:2 dbus? ( >=dev-libs/dbus-glib-0.98 ) diff --git a/net-irc/hexchat/hexchat-2.9.5.ebuild b/net-irc/hexchat/hexchat-2.9.5.ebuild index f4bbb9a6cd5c..a98427ff2545 100644 --- a/net-irc/hexchat/hexchat-2.9.5.ebuild +++ b/net-irc/hexchat/hexchat-2.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v 1.12 2013/05/13 19:37:35 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-2.9.5.ebuild,v 1.13 2013/05/29 13:33:54 hasufell Exp $ EAPI=5 @@ -18,7 +18,8 @@ IUSE="dbus fastscroll +gtk ipv6 libnotify libproxy nls ntlm perl +plugins plugin REQUIRED_USE="plugin-checksum? ( plugins ) plugin-doat? ( plugins ) plugin-fishlim? ( plugins ) - plugin-sysinfo? ( plugins )" + plugin-sysinfo? ( plugins ) + python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="dev-libs/glib:2 dbus? ( >=dev-libs/dbus-glib-0.98 ) diff --git a/net-libs/gupnp/Manifest b/net-libs/gupnp/Manifest index 88e80fceeb3c..379c1b980f66 100644 --- a/net-libs/gupnp/Manifest +++ b/net-libs/gupnp/Manifest @@ -1,3 +1,3 @@ DIST gupnp-0.18.4.tar.xz 361524 SHA256 6b437d5711b212292c6080626b97480268310da636a6cf937ad6119291af78a1 SHA512 94d89013d58a4bf2dbe278c8d4eda8e06348a698de16c20f51d13340d81d216a7aa823fc44b535e4f3b2a5a63a4b8fc91a144e3cc1dc05b2dfe521e1afd72a22 WHIRLPOOL 6cdf3d107a8845e70f3fcba471f8d6a7bc5166862407a2c88f52a72e1d7a8399d80fbbb69ec0016edb5cddff3ff7a03e078147ffb0cfb5379258c0c494374c04 -DIST gupnp-0.20.1.tar.xz 368108 SHA256 a98ab69289742a075c9a7655650e0d1944a3886bb7851bf40ed82608a9ddac61 SHA512 02d8f4b100dc093b516482cc51f971d0b551d798da36360b5986076a5bdd9aea0ac18f7fe9356dc6757e357c2b3318ef3f8d5c71610c69dc973a7f136c053964 WHIRLPOOL 433facc1b29bb18a71e55b1d517fc4ecee851ca0c22312fd5c8c600a64b5a82445c644261a5b7c00412d2173e4ce87448338d5cf7fc2dc7258ee83705029f369 DIST gupnp-0.20.2.tar.xz 369272 SHA256 9b27b1bdd16f7f13e28e20bce85a117e577a8183f95615876a9d91f4d4a70812 SHA512 373ac6ced888befaa991f2e4d53aea13afc9dd37d9e8bd9798fef4d4123462da12ef6412d1b0163965acbc09e465c168c83f89f80c1148789642cd25a86e0135 WHIRLPOOL f53cc5510d34c59c55b9cf3b67c7791340df1bf9f35dc98aa58e2f63818901abd6afbb8ba4086d9cb9267b921ecfbc6dad86c97d0a1eb9556f97edc11c707f89 +DIST gupnp-0.20.3.tar.xz 370172 SHA256 ed7db7506506434d0fd272e3866d7ae985af5b9d7e9e5e120f8581ade90869f0 SHA512 b9c90dfc1e92cf4faae25b6c10c24fded6c8783349778a6d7aaf953f4cf777560a55483b00681556b3b6576aaec46dbb77936ff3de3bb672d16c6335c0d880ba WHIRLPOOL 7a6bdb90d530ca91ff2dfa0c488c4b6629494a5f56b92076d67645b71557e20499e14881f6dd43837e4afa1e876b23b117933c8b15fa588efc455719e556fe1e diff --git a/net-libs/gupnp/gupnp-0.20.1.ebuild b/net-libs/gupnp/gupnp-0.20.3.ebuild similarity index 84% rename from net-libs/gupnp/gupnp-0.20.1.ebuild rename to net-libs/gupnp/gupnp-0.20.3.ebuild index e42f7556c0c9..dd3b7fbf6803 100644 --- a/net-libs/gupnp/gupnp-0.20.1.ebuild +++ b/net-libs/gupnp/gupnp-0.20.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.20.1.ebuild,v 1.3 2013/04/04 01:31:52 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp/gupnp-0.20.3.ebuild,v 1.1 2013/05/29 21:41:17 pacho Exp $ EAPI="5" VALA_MIN_API_VERSION="0.14" @@ -25,12 +25,12 @@ RDEPEND=" >=sys-apps/util-linux-2.16 =dev-libs/gobject-introspection-0.6.4 ) + >=dev-libs/gobject-introspection-0.6.4 + $(vala_depend) ) connman? ( >=dev-libs/glib-2.28:2 >=net-misc/connman-0.80 ) networkmanager? ( >=dev-libs/glib-2.26:2 ) - $(vala_depend) !net-libs/gupnp-vala " DEPEND="${RDEPEND} @@ -38,6 +38,9 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig " +src_prepare() { + use introspection && vala_src_prepare +} src_configure() { local backend=unix @@ -53,7 +56,6 @@ src_configure() { } src_install() { - DOCS="AUTHORS ChangeLog NEWS README" default prune_libtool_files } diff --git a/net-mail/getmail/Manifest b/net-mail/getmail/Manifest index 278c6db4eb9e..b6767525fae0 100644 --- a/net-mail/getmail/Manifest +++ b/net-mail/getmail/Manifest @@ -2,3 +2,4 @@ DIST getmail-4.36.0.tar.gz 167801 SHA256 4cd9a4cacf898fa11253652fda3011e500495c8 DIST getmail-4.39.1.tar.gz 169004 SHA256 8b908dc7f55960a7b03ea00ae217207cd66a49acb2ae1f82390d051b6de695c7 SHA512 4aabe3b92645e4ae914c2f9bbec65ed6d58d1e076277960346116de898e570429c45abe3003893ea60be6b9fb4a86822ff72821673164593f6f62282281acaa3 WHIRLPOOL b43b614261c6cbf8a1bd741192d2dd59f50cdbc4d3a757baf1a01d581dc5321f3415e24c123277d6f7f41e0c9d0b0c10f0ad04a5ac63f293cfee8ea5ba7f64b1 DIST getmail-4.40.1.tar.gz 169440 SHA256 c2e751aa1355ca1d1d1c90e8db1c05cb3748fb55536b792d4eff87b930361964 SHA512 688fd7d8b980ec56427dc49fb58f4d4ea1903e2baeee6f474f6b6fc073ddf0ccb1c8c804eda6887149a3902b9e276adcb14d7a28260add6a38cb21016d08aa14 WHIRLPOOL a93085acd787c75f0100d0378aa286762f1ada453f49b3fb455f232efaebe78b3c2b79e03961d9d57a587213782396f64018aecd75e0a31dfe6ba7464c3391ba DIST getmail-4.40.3.tar.gz 169735 SHA256 ef2a43a2b3aef838af67156002cd2073726a14f8ace38f3c87903ce6a53ce557 SHA512 3b456db4b65825896fc87390d14b090c0b9195a417471b604ee5e219a3b6a592892cf70ebc758addd8d785528a0508e37afee46f8836b04c09a7c83193dd2e3f WHIRLPOOL bb99ea116b423af0cd0e5080b4944e5323907b71065a607e91bf5992fd7921074635236cd0001b727613bdb4e35bfee1b5c199296848a2389a3622f9d97a8bd5 +DIST getmail-4.41.0.tar.gz 169829 SHA256 c462137b508a9ad5d27e0a4249fc0a439c95a84707dfb9d7a8c07ec338377561 SHA512 97449d8e4717fc52ac91c9fe3a604973f8edbc4b0c9b5f7a09ae6ec1a62d92a91f332c65196028c46b61e4c74b9e764004b18eb388c6ac2e29493ed81a7b5a62 WHIRLPOOL e99b933be867683a4c65710fe6e37b758f852ebe8bd480beb706dd5d9016773f93ce376466137b79f7c407c14fd0b158b4b418529480b11bb0a159d05b3c966e diff --git a/net-mail/getmail/getmail-4.41.0.ebuild b/net-mail/getmail/getmail-4.41.0.ebuild new file mode 100644 index 000000000000..58688924d65f --- /dev/null +++ b/net-mail/getmail/getmail-4.41.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/getmail/getmail-4.41.0.ebuild,v 1.1 2013/05/29 08:48:45 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="A POP3 mail retriever with reliable Maildir and mbox delivery" +HOMEPAGE="http://pyropus.ca/software/getmail/" +SRC_URI="http://pyropus.ca/software/getmail/old-versions/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos ~x64-solaris" + +python_prepare_all() { + sed -i -e "s,'getmail-%s' % __version__,'${PF}'," \ + -e "/docs\/COPYING/d" "${S}"/setup.py || die + + distutils-r1_python_prepare_all +} diff --git a/net-misc/cbugzilla/cbugzilla-0.1.1.ebuild b/net-misc/cbugzilla/cbugzilla-0.1.1.ebuild index e35c4003084b..494c52d1e8bd 100644 --- a/net-misc/cbugzilla/cbugzilla-0.1.1.ebuild +++ b/net-misc/cbugzilla/cbugzilla-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cbugzilla/cbugzilla-0.1.1.ebuild,v 1.1 2013/05/28 08:19:58 yac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cbugzilla/cbugzilla-0.1.1.ebuild,v 1.2 2013/05/29 13:32:53 yac Exp $ EAPI=5 @@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="net-misc/curl - dev-libs/libxdg-basedir" + dev-libs/libxdg-basedir + app-text/htmltidy" RDEPEND="${DEPEND}" S=${WORKDIR}/${PN}-v-${PV} diff --git a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild index f7174545b020..b48525aea2a1 100644 --- a/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild,v 1.6 2013/02/14 20:20:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox-cli/dropbox-cli-1-r1.ebuild,v 1.7 2013/05/29 13:34:14 hasufell Exp $ EAPI=5 @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="net-misc/dropbox ${PYTHON_DEPS}" diff --git a/net-news/quiterss/quiterss-0.12.5.ebuild b/net-news/quiterss/quiterss-0.12.5.ebuild index e36a8290d56e..315aa4cdc4ea 100644 --- a/net-news/quiterss/quiterss-0.12.5.ebuild +++ b/net-news/quiterss/quiterss-0.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-0.12.5.ebuild,v 1.1 2013/04/26 09:51:25 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/quiterss/quiterss-0.12.5.ebuild,v 1.2 2013/05/29 11:32:35 nimiux Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://quite-rss.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="debug" DEPEND="dev-db/sqlite:3 diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild index 2b1fe15fd797..0712ee4413be 100644 --- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild +++ b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild,v 1.1 2013/02/14 23:27:11 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7-r1.ebuild,v 1.2 2013/05/29 06:44:13 xmw Exp $ EAPI=5 @@ -17,6 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="geoip rdns" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep dev-python/simplejson[$(python_gen_usedep python2_5)] python2_5) geoip? ( dev-python/geoip-python ) diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7.ebuild deleted file mode 100644 index edf18238c487..000000000000 --- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7.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/net-p2p/transmission-remote-cli/transmission-remote-cli-1.4.7.ebuild,v 1.1 2013/02/14 13:10:53 xmw Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) -PYTHON_REQ_USE="ncurses" -inherit bash-completion-r1 python-r1 - -DESCRIPTION="Ncurses interface for the Transmission BitTorrent client" -HOMEPAGE="https://github.com/fagga/transmission-remote-cli/" -SRC_URI="https://github.com/fagga/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="geoip rdns" - -RDEPEND="${PYTHON_DEPS} - python_targets_python2_5? ( dev-python/simplejson ) - geoip? ( dev-python/geoip-python ) - rdns? ( dev-python/adns-python )" - -src_install() { - python_foreach_impl python_doscript transmission-remote-cli - newbashcomp transmission-remote-cli-bash-completion.sh \ - transmission-remote-cli - doman transmission-remote-cli.1 - dodoc NEWS README.md -} diff --git a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild index 8d640ed6afa1..eb92b0ebe42a 100644 --- a/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild +++ b/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild,v 1.1 2013/03/23 08:31:10 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission-remote-cli/transmission-remote-cli-1.5.0.ebuild,v 1.2 2013/05/29 06:44:13 xmw Exp $ EAPI=5 @@ -17,6 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="geoip rdns" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep dev-python/simplejson[$(python_gen_usedep python2_5)] python2_5) geoip? ( dev-python/geoip-python ) diff --git a/net-proxy/tinyproxy/files/tinyproxy-1.8.3.initd b/net-proxy/tinyproxy/files/tinyproxy-1.8.3.initd new file mode 100644 index 000000000000..eed8f54d3d2e --- /dev/null +++ b/net-proxy/tinyproxy/files/tinyproxy-1.8.3.initd @@ -0,0 +1,41 @@ +#!/sbin/runscript +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/files/tinyproxy-1.8.3.initd,v 1.1 2013/05/29 17:48:35 flameeyes Exp $ + +get_config() { + res=$(awk '$1 == "'$1'" { s=$2 } END { print s }' "$CONFFILE") + + if [ "x$res" = "x" ]; then + echo "$2" + else + eval echo "$res" + fi +} + +: ${CONFFILE:="/etc/${SVCNAME}.conf"} + +command=/usr/sbin/tinyproxy +command_args="-c ${CONFFILE}" +pidfile=$(get_config PidFile /var/run/tinyproxy/${SVCNAME}.pid) + +depend() { + config "$CONFFILE" + + use dns + + [ "$(get_config Syslog Off)" = "On" ] && \ + use logger +} + +start_pre() { + piddir=$(dirname ${pidfile}) + + if [ "${piddir}" = "/var/run" ]; then + eerror "Please change your PidFile settings to be within the" + eerror "/var/run/tinyproxy directory" + eend 1 + else + checkpath -d -o $(get_config User tinyproxy):$(get_config Group tinyproxy) ${piddir} + fi +} diff --git a/net-proxy/tinyproxy/tinyproxy-1.8.3-r1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.8.3-r1.ebuild new file mode 100644 index 000000000000..a42382b3d6ad --- /dev/null +++ b/net-proxy/tinyproxy/tinyproxy-1.8.3-r1.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-proxy/tinyproxy/tinyproxy-1.8.3-r1.ebuild,v 1.1 2013/05/29 17:48:35 flameeyes Exp $ + +EAPI=5 +inherit autotools eutils user + +DESCRIPTION="A lightweight HTTP/SSL proxy" +HOMEPAGE="http://www.banu.com/tinyproxy/" +SRC_URI="http://www.banu.com/pub/${PN}/1.8/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test debug +filter-proxy minimal reverse-proxy + transparent-proxy +upstream-proxy +xtinyproxy-header" + +REQUIRED_USE="test? ( xtinyproxy-header )" + +DEPEND=" + !minimal? ( app-text/asciidoc ) +" +RDEPEND="" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} "" "" "" ${PN} +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.8.1-ldflags.patch + use minimal && epatch "${FILESDIR}/${PN}-1.8.1-minimal.patch" + sed -i \ + -e "s|nobody|${PN}|g" \ + -e 's|/var/run/|/run/|g' \ + etc/${PN}.conf.in || die "sed failed" + sed -i \ + -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \ + configure.ac || die + eautoreconf +} + +src_configure() { + if use minimal; then + ln -s /bin/true "${T}"/a2x + export PATH="${T}:${PATH}" + fi + econf \ + $(use_enable debug) \ + $(use_enable filter-proxy filter) \ + $(use_enable reverse-proxy reverse) \ + $(use_enable transparent-proxy transparent) \ + $(use_enable upstream-proxy upstream) \ + $(use_enable xtinyproxy-header xtinyproxy) \ + --disable-silent-rules \ + --localstatedir=/var +} + +src_test() { + # The make check target does not run the test suite + emake test +} + +src_install() { + default + + dodoc AUTHORS ChangeLog NEWS README TODO + + diropts -m0775 -o ${PN} -g ${PN} + keepdir /var/log/${PN} + + newinitd "${FILESDIR}"/${PN}-1.8.3.initd tinyproxy +} + +pkg_postinst() { + elog "For filtering domains and URLs, enable filter option in the configuration" + elog "file and add them to the filter file (one domain or URL per line)." +} diff --git a/net-wireless/gnuradio/Manifest b/net-wireless/gnuradio/Manifest index ffa6766b4ec6..f021e7a3563c 100644 --- a/net-wireless/gnuradio/Manifest +++ b/net-wireless/gnuradio/Manifest @@ -1,4 +1,6 @@ DIST gnuradio-3.6.2.tar.gz 2604075 SHA256 4ce84bf9c6591b5ddc2c384e03e40fc2f0cb8cd1add485ee2d6f26052cc6de35 SHA512 7c0dd55db478500a1e79592a4f1e1a7b938672d46f9298c8ff4edd67a919f19f0c6107d4419a3698a1fc95759871b03e441a778fcf718dd518171b01f2d35589 WHIRLPOOL 26eccc1eaadc8361be8bb79dc8768abe5f02001e07909f693eeffb1494eaad6d3355e2f780f1480737f8315aed83423beb83ab2d0e967173d1398255aab58d50 DIST gnuradio-3.6.3.tar.gz 2766447 SHA256 bf4b2d7df2c078a6fccc0cf288d12bbb7617a9f86d453028db95f05e47745c9f SHA512 b58aefba7dc04c4a4e055f6bf74a026ef6e4bf7422fdc139e2c20fbf837b60ad419090aa0eca92c79fb25228dd160a04779c4aa9fed5ff65294fad4c61fb1683 WHIRLPOOL d1e7918dd57d642a2fa2539865f0f5d8c50e9f216a7919c87ce9ff4434a216a5e90ec835ec266ab2e7e43fe8b400e998f790ca15babf64049f5262a1b992c285 DIST gnuradio-3.6.4.1.tar.gz 2920635 SHA256 0179460485516a88be7d3edb812fdb2370787917d01f71cf3be5f8af561c7f72 SHA512 a8b7fa7c518599f0319e0bdac1b818b26a323f39a977b9207f9251634879e4b9b7a52c6b6a8e3f45ff2e1a0a869de5dddd418367bd781791db7b943bcc4915e0 WHIRLPOOL 5353a3892d9ac69e10991723a35be185f2b4d3f6ff0fc082db13a31353a8ff4bf8076fc45bf5f39c3ed192b6ae69c994f8948f45f1477875df882086b25adf3f +DIST gnuradio-3.6.4.2.tar.gz 2923448 SHA256 e43f0e3127be6fa9adc024f8a0d3f158738312f6657c11281e7b51723f44d588 SHA512 2568ba7dcdb75bea796165eb25560333e094367b7a3327de23537348de4347338e9f98dd6966ccc78a3d617735cbb0c153e2386cb24c1082b79497ded8774446 WHIRLPOOL a58f03e39373accab6ec2bb6337e34c36131b23f670b0af4633423206c6214f6eef37b4debcfd070775218172fcf88332d7fa9f3ab4a431c4a786e604d59a16d DIST gnuradio-3.6.4.tar.gz 2922269 SHA256 a0e2bcfb55457cb302c440f981ff4876a7b18dc24210e90db4ae500a28e94369 SHA512 0072fd4b9176626085617a504a5749b9f278439d9cad6ee739f4a902e7b4acf1ad606d1c53343d7adba63189f1cae7eaf4eea8d24073b3f20e5dfa6211585a38 WHIRLPOOL c42b2ebe0fa33018d8206edc65368e140d2ddb942717ce189bbd2524eb0b1bf30c0f6656bd1775d1cb18eac094837d1dc52d3e67b04cf1de84f746814b10a0a5 +DIST gnuradio-3.6.5.tar.gz 3142693 SHA256 fef4760758d5991ca43c0c5da25bcd2773165499a842638834842d19b07a0546 SHA512 3b0fce36270e213acc4f38d39e7dbf0eeff3aea6c93a42134d6765fc7b618f13f137a6d699ebacc2c322e041325aad4dc3b8dc6a62fae2ec37ff16fc7bc39ee2 WHIRLPOOL 17d26f48afca37c1785b2423b0ec57c69e05da8d7c669cc1fde4508b62a712221bdec8e6eff61a1771dae22a9d028fed14357d9d75835fd86184cbb86b7878c3 diff --git a/net-wireless/gnuradio/gnuradio-3.6.4.2.ebuild b/net-wireless/gnuradio/gnuradio-3.6.4.2.ebuild new file mode 100644 index 000000000000..a24742f40027 --- /dev/null +++ b/net-wireless/gnuradio/gnuradio-3.6.4.2.ebuild @@ -0,0 +1,192 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.4.2.ebuild,v 1.1 2013/05/30 01:38:51 zerochaos Exp $ + +EAPI=5 +PYTHON_DEPEND="2" + +inherit base cmake-utils fdo-mime python + +DESCRIPTION="Toolkit that provides signal processing blocks to implement software radios" +HOMEPAGE="http://gnuradio.org/" +LICENSE="GPL-3" +SLOT="0/${PV}" + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="http://gnuradio.org/git/gnuradio.git" + inherit git-2 + KEYWORDS="" +else + SRC_URI="http://gnuradio.org/releases/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +IUSE="alsa doc examples fcd filter grc jack oss performance-counters portaudio qt4 sdl uhd utils wavelet wxwidgets" + +# bug #348206 +# comedi? ( >=sci-electronics/comedilib-0.7 ) +# boost-1.52.0 is blacklisted, bug #461578, upstream #513, boost #7669 +RDEPEND=">=dev-lang/orc-0.4.12 + dev-libs/boost + !<=dev-libs/boost-1.52.0-r6:0/1.52 + dev-python/cheetah + dev-util/cppunit + sci-libs/fftw:3.0 + fcd? ( virtual/libusb:1 ) + alsa? ( + media-libs/alsa-lib + ) + grc? ( + dev-python/lxml + dev-python/numpy + dev-python/pygtk:2 + ) + jack? ( + media-sound/jack-audio-connection-kit + ) + portaudio? ( + >=media-libs/portaudio-19_pre + ) + qt4? ( + dev-python/PyQt4[X,opengl] + dev-python/pyqwt:5 + dev-qt/qtgui:4 + ) + sdl? ( media-libs/libsdl ) + uhd? ( >=net-wireless/uhd-3.4.3-r1 ) + wavelet? ( + sci-libs/gsl + ) + wxwidgets? ( + dev-python/wxpython:2.8 + dev-python/numpy + ) +" +DEPEND="${RDEPEND} + dev-lang/swig + virtual/pkgconfig + doc? ( + >=app-doc/doxygen-1.5.7.1 + dev-python/sphinx + ) + grc? ( + x11-misc/xdg-utils + ) + oss? ( + virtual/os-headers + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-3.6.1-automagic-audio.patch +) + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + python_convert_shebangs -q -r 2 "${S}" + # Useless UI element would require qt3support, bug #365019 + sed -i '/qPixmapFromMimeSource/d' "${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die + base_src_prepare +} + +src_configure() { + # TODO: docs are installed to /usr/share/doc/${PN} not /usr/share/doc/${PF} + # SYSCONFDIR/GR_PREFSDIR default to install below CMAKE_INSTALL_PREFIX + mycmakeargs=( + $(cmake-utils_use_enable alsa GR_AUDIO_ALSA) + $(cmake-utils_use_enable doc DOXYGEN) \ + $(cmake-utils_use_enable doc SPHINX) \ + $(cmake-utils_use_enable fcd GR_FCD) \ + $(cmake-utils_use_enable filter GR_FILTER) \ + $(cmake-utils_use_enable grc GRC) \ + $(cmake-utils_use_enable jack GR_AUDIO_JACK) + $(cmake-utils_use_enable oss GR_AUDIO_OSS) + $(cmake-utils_use_enable performance-counters ENABLE_PERFORMANCE_COUNTERS) + $(cmake-utils_use_enable portaudio GR_AUDIO_PORTAUDIO) + $(cmake-utils_use_enable uhd GR_UHD) \ + $(cmake-utils_use_enable utils GR_UTILS) \ + $(cmake-utils_use_enable wavelet GR_WAVELET) \ + $(cmake-utils_use_enable wxwidgets GR_WXGUI) \ + $(cmake-utils_use_enable qt4 GR_QTGUI) \ + $(cmake-utils_use_enable sdl GR_VIDEO_SDL) \ + -DENABLE_GR_CORE=ON + -DQWT_INCLUDE_DIRS="${EPREFIX}"/usr/include/qwt5 + -DSYSCONFDIR="${EPREFIX}"/etc + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + python_clean_installation_image -q + + # Remove bad shebangs that creep back in during install + sed -i '\|#!/usr/bin/python|d' "${ED}"/usr/bin/* || die + + # Install examples to /usr/share/doc/$PF + if use examples ; then + dodir /usr/share/doc/${PF}/ + mv "${ED}"/usr/share/${PN}/examples "${ED}"/usr/share/doc/${PF}/ || die + else + # It seems that the examples are always installed + rm -rf "${ED}"/usr/share/${PN}/examples || die + fi + + # We install the mimetypes to the correct locations from the ebuild + rm -rf "${ED}"/usr/share/${PN}/grc/freedesktop || die + rm -f "${ED}"/usr/libexec/${PN}/grc_setup_freedesktop || die + + # Install icons, menu items and mime-types for GRC + if use grc ; then + local fd_path="${S}/grc/freedesktop" + insinto /usr/share/mime/packages + doins "${fd_path}/${PN}-grc.xml" + + domenu "${fd_path}/"*.desktop + doicon "${fd_path}/"*.png + fi +} + +pkg_postinst() +{ + local GRC_ICON_SIZES="32 48 64 128 256" + python_mod_optimize gnuradio + + if use grc ; then + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + for size in ${GRC_ICON_SIZES} ; do + xdg-icon-resource install --noupdate --context mimetypes --size ${size} \ + "${EROOT}/usr/share/pixmaps/grc-icon-${size}.png" application-gnuradio-grc \ + || die "icon resource installation failed" + xdg-icon-resource install --noupdate --context apps --size ${size} \ + "${EROOT}/usr/share/pixmaps/grc-icon-${size}.png" gnuradio-grc \ + || die "icon resource installation failed" + done + xdg-icon-resource forceupdate + fi +} + +pkg_postrm() +{ + local GRC_ICON_SIZES="32 48 64 128 256" + python_mod_cleanup gnuradio + + if use grc ; then + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + for size in ${GRC_ICON_SIZES} ; do + xdg-icon-resource uninstall --noupdate --context mimetypes --size ${size} \ + application-gnuradio-grc || ewarn "icon uninstall failed" + xdg-icon-resource uninstall --noupdate --context apps --size ${size} \ + gnuradio-grc || ewarn "icon uninstall failed" + + done + xdg-icon-resource forceupdate + fi +} diff --git a/net-wireless/gnuradio/gnuradio-3.6.5.ebuild b/net-wireless/gnuradio/gnuradio-3.6.5.ebuild new file mode 100644 index 000000000000..9102f004c443 --- /dev/null +++ b/net-wireless/gnuradio/gnuradio-3.6.5.ebuild @@ -0,0 +1,192 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.5.ebuild,v 1.1 2013/05/30 01:38:51 zerochaos Exp $ + +EAPI=5 +PYTHON_DEPEND="2" + +inherit base cmake-utils fdo-mime python + +DESCRIPTION="Toolkit that provides signal processing blocks to implement software radios" +HOMEPAGE="http://gnuradio.org/" +LICENSE="GPL-3" +SLOT="0/${PV}" + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="http://gnuradio.org/git/gnuradio.git" + inherit git-2 + KEYWORDS="" +else + SRC_URI="http://gnuradio.org/releases/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +IUSE="alsa doc examples fcd filter grc jack oss performance-counters portaudio qt4 sdl uhd utils wavelet wxwidgets" + +# bug #348206 +# comedi? ( >=sci-electronics/comedilib-0.7 ) +# boost-1.52.0 is blacklisted, bug #461578, upstream #513, boost #7669 +RDEPEND=">=dev-lang/orc-0.4.12 + dev-libs/boost + !<=dev-libs/boost-1.52.0-r6:0/1.52 + dev-python/cheetah + dev-util/cppunit + sci-libs/fftw:3.0 + fcd? ( virtual/libusb:1 ) + alsa? ( + media-libs/alsa-lib + ) + grc? ( + dev-python/lxml + dev-python/numpy + dev-python/pygtk:2 + ) + jack? ( + media-sound/jack-audio-connection-kit + ) + portaudio? ( + >=media-libs/portaudio-19_pre + ) + qt4? ( + dev-python/PyQt4[X,opengl] + dev-python/pyqwt:5 + dev-qt/qtgui:4 + ) + sdl? ( media-libs/libsdl ) + uhd? ( >=net-wireless/uhd-3.4.3-r1 ) + wavelet? ( + sci-libs/gsl + ) + wxwidgets? ( + dev-python/wxpython:2.8 + dev-python/numpy + ) +" +DEPEND="${RDEPEND} + dev-lang/swig + virtual/pkgconfig + doc? ( + >=app-doc/doxygen-1.5.7.1 + dev-python/sphinx + ) + grc? ( + x11-misc/xdg-utils + ) + oss? ( + virtual/os-headers + ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-3.6.1-automagic-audio.patch +) + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + python_convert_shebangs -q -r 2 "${S}" + # Useless UI element would require qt3support, bug #365019 + sed -i '/qPixmapFromMimeSource/d' "${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die + base_src_prepare +} + +src_configure() { + # TODO: docs are installed to /usr/share/doc/${PN} not /usr/share/doc/${PF} + # SYSCONFDIR/GR_PREFSDIR default to install below CMAKE_INSTALL_PREFIX + mycmakeargs=( + $(cmake-utils_use_enable alsa GR_AUDIO_ALSA) + $(cmake-utils_use_enable doc DOXYGEN) \ + $(cmake-utils_use_enable doc SPHINX) \ + $(cmake-utils_use_enable fcd GR_FCD) \ + $(cmake-utils_use_enable filter GR_FILTER) \ + $(cmake-utils_use_enable grc GRC) \ + $(cmake-utils_use_enable jack GR_AUDIO_JACK) + $(cmake-utils_use_enable oss GR_AUDIO_OSS) + $(cmake-utils_use_enable performance-counters ENABLE_PERFORMANCE_COUNTERS) + $(cmake-utils_use_enable portaudio GR_AUDIO_PORTAUDIO) + $(cmake-utils_use_enable uhd GR_UHD) \ + $(cmake-utils_use_enable utils GR_UTILS) \ + $(cmake-utils_use_enable wavelet GR_WAVELET) \ + $(cmake-utils_use_enable wxwidgets GR_WXGUI) \ + $(cmake-utils_use_enable qt4 GR_QTGUI) \ + $(cmake-utils_use_enable sdl GR_VIDEO_SDL) \ + -DENABLE_GR_CORE=ON + -DQWT_INCLUDE_DIRS="${EPREFIX}"/usr/include/qwt5 + -DSYSCONFDIR="${EPREFIX}"/etc + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + + python_clean_installation_image -q + + # Remove bad shebangs that creep back in during install + sed -i '\|#!/usr/bin/python|d' "${ED}"/usr/bin/* || die + + # Install examples to /usr/share/doc/$PF + if use examples ; then + dodir /usr/share/doc/${PF}/ + mv "${ED}"/usr/share/${PN}/examples "${ED}"/usr/share/doc/${PF}/ || die + else + # It seems that the examples are always installed + rm -rf "${ED}"/usr/share/${PN}/examples || die + fi + + # We install the mimetypes to the correct locations from the ebuild + rm -rf "${ED}"/usr/share/${PN}/grc/freedesktop || die + rm -f "${ED}"/usr/libexec/${PN}/grc_setup_freedesktop || die + + # Install icons, menu items and mime-types for GRC + if use grc ; then + local fd_path="${S}/grc/freedesktop" + insinto /usr/share/mime/packages + doins "${fd_path}/${PN}-grc.xml" + + domenu "${fd_path}/"*.desktop + doicon "${fd_path}/"*.png + fi +} + +pkg_postinst() +{ + local GRC_ICON_SIZES="32 48 64 128 256" + python_mod_optimize gnuradio + + if use grc ; then + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + for size in ${GRC_ICON_SIZES} ; do + xdg-icon-resource install --noupdate --context mimetypes --size ${size} \ + "${EROOT}/usr/share/pixmaps/grc-icon-${size}.png" application-gnuradio-grc \ + || die "icon resource installation failed" + xdg-icon-resource install --noupdate --context apps --size ${size} \ + "${EROOT}/usr/share/pixmaps/grc-icon-${size}.png" gnuradio-grc \ + || die "icon resource installation failed" + done + xdg-icon-resource forceupdate + fi +} + +pkg_postrm() +{ + local GRC_ICON_SIZES="32 48 64 128 256" + python_mod_cleanup gnuradio + + if use grc ; then + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + for size in ${GRC_ICON_SIZES} ; do + xdg-icon-resource uninstall --noupdate --context mimetypes --size ${size} \ + application-gnuradio-grc || ewarn "icon uninstall failed" + xdg-icon-resource uninstall --noupdate --context apps --size ${size} \ + gnuradio-grc || ewarn "icon uninstall failed" + + done + xdg-icon-resource forceupdate + fi +} diff --git a/net-wireless/uhd/Manifest b/net-wireless/uhd/Manifest index ccfd51ea4b33..1dabb17d6235 100644 --- a/net-wireless/uhd/Manifest +++ b/net-wireless/uhd/Manifest @@ -1,4 +1,5 @@ DIST EttusResearch-UHD-Mirror-3.4.3.tar.gz 6215038 SHA256 536b3b1ba7c9bb1b7c87c197708083b47efb3b3cdc14b841230f093fa915961b SHA512 bd028a0c1129da443e7b10ada4033cc99a6243b74640ecc5ac9b1a115b654dd3ce29a98048d33d6bced12bdda8d982d6dbdd1d64604bb74e8fa7294427e9080a WHIRLPOOL ff2af445b501e653990aa16a7f9be0d027c2cc87a435587233a69e79684cb852f3f9d39505a05746a2f5be17e3e3c756202e6cfe3a9f8da97c7cfb8e208350fb DIST EttusResearch-UHD-Mirror-3.5.0.tar.gz 6258061 SHA256 c6f8899cb891713acb436daa29d31606c73b0f46685075847430513d6ae7a789 SHA512 a5a7146a3fb5d82be20f23f02364c88a4642717ccdbda60cda51fb939c9cf768becb2e74c926be6222eea882ab775c6352c2658c0985f8f745c7cc14ad80ecf6 WHIRLPOOL f6194482f64da5563784d5608dbd72232497666aa4290d305881622fe6fc8de13df3ade00e83460483e69d1ef878d1ea8292e2f49d72b264d1dc134fab7d459b +DIST EttusResearch-UHD-Mirror-3.5.3.tar.gz 6265413 SHA256 419d8c44dc6032bd27ff8456b088bf894e800c14bc481cca810bdf6d203928ef SHA512 b8b5b2d142dce05b38830b29c10d1a65420c267424c71ec957cc15c4650081c4a2f1fe1da413dcdafd727dcb09b8eb3ef065f15eec357a54bfee679f5e22227b WHIRLPOOL 648af714751008dc208cc42ab2b6b94a91387c5e3b84e1218a19c20b475fca22edb71928e4e0c58f02a28d7562a1be21cf1746127b6c67f8454dd812c5295b2b DIST uhd-images_003.004.002-12-geb083300.tar.gz 6930847 SHA256 274c8538bde9cdb00d09b65bbd8eff3d57801bee1d03ce9d47037c313639561d SHA512 fd802d29b2a382ee31b42b57c5a558ff1f04b652d466a10619d29227742b875f656376fea8d69770688bbe5b6f03e00df8ef600a649103ed293d9d4ea2455983 WHIRLPOOL 0d248f1d6528b82ea23d18b13ece56f4915e31cb6a32a43444d648a472d511a02d3b1791b6e4028560025a795f45ed5c788dd511d706bde647ebff4f95d55a22 DIST uhd-images_003.005.000-release.tar.gz 7212387 SHA256 352fbf69fbfff03a02b5d9b3c398771db40e4c5b77f99f0fdbff67c547cc0d18 SHA512 114a890d0282b30e7846579c4320bcfc4d027097628c83289763fd9802d58e86c082e2b701934bde35eb9cec121945a9652c535ebc58dd8df5af8ae3d9f69be3 WHIRLPOOL 505dc498d28876b514afa5d74fe336ba6c0cf9fd91c85b34620616b91c0e46c734660af01ce2bca4cf95edb09e3d11bba8f9fb3e01defa061e4de615cc6e36bb diff --git a/net-wireless/uhd/uhd-3.5.3.ebuild b/net-wireless/uhd/uhd-3.5.3.ebuild new file mode 100644 index 000000000000..7af43d8272b3 --- /dev/null +++ b/net-wireless/uhd/uhd-3.5.3.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-wireless/uhd/uhd-3.5.3.ebuild,v 1.1 2013/05/30 00:28:10 zerochaos Exp $ + +EAPI=4 +PYTHON_DEPEND="2:2.6" +inherit versionator python cmake-utils + +DESCRIPTION="Universal Software Radio Peripheral (USRP) Hardware Driver" +HOMEPAGE="http://code.ettus.com/redmine/ettus/projects/uhd/wiki" + +image_version=uhd-images_00$(get_version_component_range 1).00$(get_version_component_range 2).000-release +SRC_URI="https://github.com/EttusResearch/UHD-Mirror/tarball/release_00$(get_version_component_range 1)_00$(get_version_component_range 2)_00$(get_version_component_range 3) -> EttusResearch-UHD-Mirror-$(get_version_component_range 1).$(get_version_component_range 2).$(get_version_component_range 3).tar.gz \ + http://files.ettus.com/binaries/maint_images/archive/${image_version}.tar.gz" +#https://github.com/EttusResearch/UHD-Mirror/tags +#http://files.ettus.com/binaries/master_images/archive +KEYWORDS="~amd64 ~x86" +S="${WORKDIR}"/EttusResearch-UHD-Mirror-f4c5812/host + +LICENSE="GPL-3" +SLOT="0" +IUSE="" +RDEPEND="virtual/libusb:1 + dev-libs/boost" +DEPEND="${RDEPEND} + dev-python/cheetah" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + #this may not be needed in 3.4.3 and above, please verify + sed -i 's#SET(PKG_LIB_DIR ${PKG_DATA_DIR})#SET(PKG_LIB_DIR ${LIBRARY_DIR}/uhd)#g' CMakeLists.txt +} + +src_install() { + cmake-utils_src_install + insinto /lib/udev/rules.d/ + doins "${S}"/utils/uhd-usrp.rules + insinto /usr/share/${PN} + doins -r "${WORKDIR}"/"${image_version}"/share/uhd/images +} diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 56816c728884..279c8362e459 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.97 2013/05/28 20:27:39 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.98 2013/05/29 19:16:02 graaff Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -107,7 +107,7 @@ USE="${USE} modules" # Alex Legler (30 Nov 2009) # Default Ruby build targets -RUBY_TARGETS="ruby18 ruby19" +RUBY_TARGETS="ruby19 ruby18" # Samuli Suominen (03 Dec 2009) # Enable USE cxx by default so base-system and toolchain pkgs can start using USE cxx diff --git a/profiles/desc/linguas.desc b/profiles/desc/linguas.desc index a0d7386c809b..ae220363729b 100644 --- a/profiles/desc/linguas.desc +++ b/profiles/desc/linguas.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/linguas.desc,v 1.68 2013/05/25 06:30:11 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/linguas.desc,v 1.69 2013/05/29 08:43:28 xmw Exp $ # This file contains descriptions of LINGUAS USE_EXPAND flags. @@ -175,6 +175,7 @@ sh - Serbo-Croatian locale sh_YU - Serbo-Croatian locale son - Songhai locale si - Sinhala locale +si_LK - Sinhala locale sk - Slovak locale sk_SK - Slovak locale sl - Slovenian locale diff --git a/profiles/package.mask b/profiles/package.mask index 8d8ae50efa29..90d830d72b90 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,6 +1,6 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14790 2013/05/29 02:12:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.14791 2013/05/29 18:31:11 jer 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 @@ -951,7 +951,7 @@ net-analyzer/ncrack # Peter Volkov (29 Oct 2010) # mask beta release -=net-analyzer/tcpreplay-3.4.5* +=net-analyzer/tcpreplay-3.5* # Markos Chandras (26 Oct 2010) # master branch is heavily broken at the moment. Use diff --git a/profiles/updates/2Q-2013 b/profiles/updates/2Q-2013 index 7743793ed316..7c2e69b804d9 100644 --- a/profiles/updates/2Q-2013 +++ b/profiles/updates/2Q-2013 @@ -17,3 +17,4 @@ slotmove =dev-ruby/mocha-0.10* 0 0.10 slotmove =dev-ruby/mocha-0.11* 0 0.11 slotmove =dev-ruby/mocha-0.12* 0 0.12 slotmove =dev-ruby/mocha-0.13* 0 0.13 +move dev-util/jedi dev-python/jedi diff --git a/profiles/use.local.desc b/profiles/use.local.desc index d702a1a24c82..b0cc20c43cfb 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -895,6 +895,7 @@ app-office/lyx:xetex - Add support for XeTeX typesetting app-office/rabbit:markdown - Markdown support (dev-ruby/kramdown) app-office/rabbit:tgif - tgif support (media-gfx/tgif) app-office/scribus:aspell - Enable support for spell checking with app-text/aspell +app-office/scribus:graphicsmagick - Add support for media-gfx/graphicsmagick app-office/scribus:hunspell - Enable support for spell checking with app-text/hunspell app-office/scribus:linguas_cs_CZ - Language support for cs_CZ app-office/scribus:linguas_da_DK - Language support for da_DK @@ -907,6 +908,7 @@ app-office/scribus:linguas_sa - Language support for sa app-office/scribus:linguas_sk_SK - Language support for sk_SK app-office/scribus:linguas_th_TH - Language support for th_TH app-office/scribus:minimal - Don't install headers (only required for e.g. plug-in developers) +app-office/scribus:osg - 3D redering via dev-games/openscenegraph app-office/scribus:templates - Document tamplates app-office/texmacs:netpbm - Add support for media-libs/netpbm app-office/texstudio:video - Use phonon for video embedding diff --git a/sci-biology/seqan/seqan-1.3.1-r1.ebuild b/sci-biology/seqan/seqan-1.3.1-r1.ebuild index e026ff41c871..956fbc2a4131 100644 --- a/sci-biology/seqan/seqan-1.3.1-r1.ebuild +++ b/sci-biology/seqan/seqan-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.3.1-r1.ebuild,v 1.1 2013/03/29 10:13:02 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/seqan/seqan-1.3.1-r1.ebuild,v 1.2 2013/05/29 16:07:20 jlec Exp $ EAPI=5 @@ -17,7 +17,9 @@ LICENSE="BSD GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" DEPEND="${RDEPEND}" S="${WORKDIR}"/${P}/cmake diff --git a/sci-biology/shrimp/shrimp-2.2.3.ebuild b/sci-biology/shrimp/shrimp-2.2.3.ebuild index 942dfd58cefb..82ebc0b2e464 100644 --- a/sci-biology/shrimp/shrimp-2.2.3.ebuild +++ b/sci-biology/shrimp/shrimp-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/shrimp/shrimp-2.2.3.ebuild,v 1.5 2013/02/17 11:14:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/shrimp/shrimp-2.2.3.ebuild,v 1.6 2013/05/29 16:09:53 jlec Exp $ EAPI=5 @@ -19,9 +19,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="custom-cflags +sse2" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + # file collision on /usr/bin/utils #453044 DEPEND="!sci-mathematics/cado-nfs" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + ${PYTHON_DEPS}" S=${WORKDIR}/SHRiMP_${MY_PV} diff --git a/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild b/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild index 3872a6eab80e..a1cac6a2931c 100644 --- a/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild +++ b/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild,v 1.1 2013/02/13 13:13:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild,v 1.2 2013/05/29 16:09:44 jlec Exp $ EAPI=5 @@ -19,6 +19,8 @@ LICENSE="vienna-rna" KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc openmp python static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + DEPEND=" dev-lang/perl media-libs/gd diff --git a/sci-calculators/gonvert/gonvert-0.2.32.ebuild b/sci-calculators/gonvert/gonvert-0.2.32.ebuild index 93bbdf59bc5e..1bee443a99a6 100644 --- a/sci-calculators/gonvert/gonvert-0.2.32.ebuild +++ b/sci-calculators/gonvert/gonvert-0.2.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild,v 1.1 2013/03/12 13:09:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/gonvert/gonvert-0.2.32.ebuild,v 1.2 2013/05/29 16:11:41 jlec Exp $ EAPI=5 @@ -17,7 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux" IUSE="" -DEPEND="dev-python/pygtk:2[${PYTHON_USEDEP}]" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + dev-python/pygtk:2[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/0.2.23-paths.patch ) diff --git a/sci-chemistry/acpype/acpype-389.ebuild b/sci-chemistry/acpype/acpype-389.ebuild index 38b3ef1af015..8ea3268cba4d 100644 --- a/sci-chemistry/acpype/acpype-389.ebuild +++ b/sci-chemistry/acpype/acpype-389.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/acpype/acpype-389.ebuild,v 1.1 2013/05/17 10:53:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/acpype/acpype-389.ebuild,v 1.2 2013/05/29 16:14:37 jlec Exp $ EAPI=5 @@ -17,7 +17,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" -DEPEND="sci-chemistry/ambertools" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND=" + ${PYTHON_DEPS} + sci-chemistry/ambertools" RDEPEND="${DEPEND}" src_prepare() { diff --git a/sci-chemistry/aria/aria-2.3.2-r5.ebuild b/sci-chemistry/aria/aria-2.3.2-r5.ebuild index 19329f397269..cc9f21735a85 100644 --- a/sci-chemistry/aria/aria-2.3.2-r5.ebuild +++ b/sci-chemistry/aria/aria-2.3.2-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.3.2-r5.ebuild,v 1.1 2013/05/14 12:15:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aria/aria-2.3.2-r5.ebuild,v 1.2 2013/05/29 16:14:45 jlec Exp $ EAPI=5 @@ -21,13 +21,16 @@ LICENSE="cns" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="examples" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=" + ${PYTHON_DEPS} dev-tcltk/tix dev-lang/tk - dev-python/numpy - dev-python/matplotlib[tk] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/matplotlib[${PYTHON_USEDEP},tk] >=sci-chemistry/cns-1.2.1-r7[aria,openmp] - >=sci-chemistry/ccpn-2.2 + >=sci-chemistry/ccpn-2.2[${PYTHON_USEDEP}] sci-chemistry/clashlist sci-chemistry/procheck sci-libs/clashscore-db" diff --git a/sci-chemistry/ball/ball-1.4.1-r1.ebuild b/sci-chemistry/ball/ball-1.4.1-r1.ebuild index 831304c4b767..f4046f6fcc90 100644 --- a/sci-chemistry/ball/ball-1.4.1-r1.ebuild +++ b/sci-chemistry/ball/ball-1.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 1.3 2013/03/02 23:17:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ball/ball-1.4.1-r1.ebuild,v 1.4 2013/05/29 16:17:06 jlec Exp $ EAPI=5 @@ -17,9 +17,16 @@ LICENSE="LGPL-2 GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="cuda mpi +python sql +threads +webkit" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=" dev-cpp/eigen:3 dev-libs/boost + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-qt/qtopengl:4 + dev-qt/qttest:4 + dev-qt/qtwebkit:4 media-libs/glew sci-libs/fftw:3.0[threads?] sci-libs/gsl @@ -27,11 +34,6 @@ RDEPEND=" sci-mathematics/lpsolve virtual/opengl x11-libs/libX11 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtopengl:4 - dev-qt/qttest:4 - dev-qt/qtwebkit:4 cuda? ( dev-util/nvidia-cuda-toolkit ) mpi? ( virtual/mpi ) python? ( ${PYTHON_DEPS} ) diff --git a/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild b/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild index 2cf85c858024..23a068d5cb54 100644 --- a/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild +++ b/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild,v 1.2 2013/03/22 10:38:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318-r1.ebuild,v 1.3 2013/05/29 16:18:27 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) -PYTHON_REQ_USE="ssl tk" +PYTHON_REQ_USE="ssl,tk" inherit eutils multilib portability python-single-r1 toolchain-funcs versionator @@ -25,7 +25,10 @@ LICENSE="|| ( CCPN LGPL-2.1 )" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+opengl" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=" + ${PYTHON_DEPS} dev-lang/tk[threads] dev-python/numpy[${PYTHON_USEDEP}] dev-tcltk/tix diff --git a/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild b/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild index 9d5ba37dfa11..a57c297efe6c 100644 --- a/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild +++ b/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild,v 1.1 2013/03/18 12:36:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.2.2_p130318.ebuild,v 1.2 2013/05/29 16:18:27 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python{2_5,2_6,2_7} ) -PYTHON_REQ_USE="ssl tk" +PYTHON_REQ_USE="ssl,tk" inherit eutils multilib portability python-single-r1 toolchain-funcs versionator @@ -25,11 +25,14 @@ LICENSE="|| ( CCPN LGPL-2.1 )" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="+opengl" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=" + ${PYTHON_DEPS} dev-lang/tk[threads] dev-python/numpy[${PYTHON_USEDEP}] dev-tcltk/tix - =sci-libs/ccpn-data-"${MY_MAJOR}"* + =sci-libs/ccpn-data-"${MY_MAJOR}"*[${PYTHON_USEDEP}] sci-biology/psipred x11-libs/libXext x11-libs/libX11 diff --git a/sci-chemistry/coot/coot-0.6.2-r1.ebuild b/sci-chemistry/coot/coot-0.6.2-r1.ebuild index 5d608187faed..eccde7e2bbd3 100644 --- a/sci-chemistry/coot/coot-0.6.2-r1.ebuild +++ b/sci-chemistry/coot/coot-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild,v 1.4 2012/03/07 19:33:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2-r1.ebuild,v 1.5 2013/05/29 06:17:40 jlec Exp $ EAPI=3 @@ -31,7 +31,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 SCIDEPS=" >=sci-libs/ccp4-libs-6.1 - >=sci-libs/clipper-20090520 + sci-libs/clipper >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 diff --git a/sci-chemistry/coot/coot-0.6.2.ebuild b/sci-chemistry/coot/coot-0.6.2.ebuild index 427b9d35a441..7133f854e14f 100644 --- a/sci-chemistry/coot/coot-0.6.2.ebuild +++ b/sci-chemistry/coot/coot-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v 1.11 2012/03/07 19:33:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.6.2.ebuild,v 1.12 2013/05/29 06:17:40 jlec Exp $ EAPI=3 @@ -27,7 +27,7 @@ IUSE="+openmp test" SCIDEPS=" >=sci-libs/ccp4-libs-6.1 - >=sci-libs/clipper-20090520 + sci-libs/clipper >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 diff --git a/sci-chemistry/coot/coot-0.7.ebuild b/sci-chemistry/coot/coot-0.7.ebuild index bae7ef02dc0a..fda12105b8ca 100644 --- a/sci-chemistry/coot/coot-0.7.ebuild +++ b/sci-chemistry/coot/coot-0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild,v 1.1 2012/10/06 16:19:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/coot/coot-0.7.ebuild,v 1.2 2013/05/29 06:17:40 jlec Exp $ EAPI=4 @@ -31,7 +31,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 SCIDEPS=" >=sci-libs/ccp4-libs-6.1 - >=sci-libs/clipper-20090520 + sci-libs/clipper >=sci-libs/coot-data-2 >=sci-libs/gsl-1.3 >=sci-libs/mmdb-1.23 diff --git a/sci-chemistry/coot/metadata.xml b/sci-chemistry/coot/metadata.xml index e42d0af60f42..51fdedab1b38 100644 --- a/sci-chemistry/coot/metadata.xml +++ b/sci-chemistry/coot/metadata.xml @@ -1,5 +1,5 @@ - sci-chemistry + sci-chemistry diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild index f33721f62303..d78ef90a040b 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.4 2013/02/20 19:43:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.5 2013/05/29 16:19:49 jlec Exp $ EAPI=5 @@ -17,6 +17,8 @@ SLOT="0" LICENSE="GPL-2" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND="${PYTHON_DEPS} !sci-chemistry/babel ~sci-chemistry/openbabel-${PV} diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild index 4a2e2c3b1fe9..577229c85bd5 100644 --- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild +++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.1 2013/05/10 19:57:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1-r1.ebuild,v 1.2 2013/05/29 16:20:49 jlec Exp $ EAPI=5 @@ -19,8 +19,10 @@ LICENSE="GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="" -DEPEND="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_PN}_${PV} diff --git a/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild b/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild index 62f9bdc12a11..31d4945a2009 100644 --- a/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild +++ b/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild,v 1.1 2013/04/26 10:20:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pdb-tools/pdb-tools-0.2.1.ebuild,v 1.2 2013/05/29 16:20:49 jlec Exp $ EAPI=5 @@ -19,8 +19,10 @@ LICENSE="GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="" -DEPEND="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_PN}_${PV} diff --git a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild index 6b95eb522904..2dbfbce2f366 100644 --- a/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild +++ b/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild,v 1.1 2013/05/16 09:53:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-dynamics/pymol-plugins-dynamics-1.2.0.ebuild,v 1.2 2013/05/29 16:20:55 jlec Exp $ EAPI=5 @@ -20,6 +20,11 @@ LICENSE="GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND}" + S="${WORKDIR}"/${MY_P} DOCS=( manual.odt ) diff --git a/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild b/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild index e8da65fbcd0d..50450a3a6312 100644 --- a/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild +++ b/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild,v 1.2 2013/05/20 15:55:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-plugins-promol/pymol-plugins-promol-3.0.2-r1.ebuild,v 1.3 2013/05/29 16:26:26 jlec Exp $ EAPI=5 @@ -19,9 +19,12 @@ IUSE="" RESTRCIT="mirror" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=" + ${PYTHON_DEPS} virtual/pmw[${PYTHON_USEDEP}] - sci-chemistry/pymol" + sci-chemistry/pymol[${PYTHON_USEDEP}]" DEPEND="" src_prepare() { diff --git a/sci-chemistry/relax/relax-2.2.1.ebuild b/sci-chemistry/relax/relax-2.2.1.ebuild index 999a43b65adb..4c422bcaf6e4 100644 --- a/sci-chemistry/relax/relax-2.2.1.ebuild +++ b/sci-chemistry/relax/relax-2.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-2.2.1.ebuild,v 1.1 2013/02/04 07:57:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-2.2.1.ebuild,v 1.2 2013/05/29 16:27:19 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) +PYTHON_COMPAT=( python2_7 ) WX_GTK_VER="2.8" @@ -19,11 +19,14 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=" + ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] >=sci-libs/bmrblib-1.0.1_pre198[${PYTHON_USEDEP}] >=sci-libs/minfx-1.0.4_pre98[${PYTHON_USEDEP}] - sci-libs/scipy + sci-libs/scipy[${PYTHON_USEDEP}] x11-libs/wxGTK:2.8[X]" DEPEND="${RDEPEND}" diff --git a/sci-chemistry/relax/relax-2.2.5.ebuild b/sci-chemistry/relax/relax-2.2.5.ebuild index 0c1aef0ce775..e8aa32f5dd5f 100644 --- a/sci-chemistry/relax/relax-2.2.5.ebuild +++ b/sci-chemistry/relax/relax-2.2.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-2.2.5.ebuild,v 1.2 2013/05/14 14:36:18 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/relax/relax-2.2.5.ebuild,v 1.3 2013/05/29 16:27:19 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) WX_GTK_VER="2.8" @@ -19,11 +19,14 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=" + ${PYTHON_DEPS} dev-python/numpy[${PYTHON_USEDEP}] - dev-python/wxpython + dev-python/wxpython[${PYTHON_USEDEP}] sci-chemistry/molmol - sci-chemistry/pymol + sci-chemistry/pymol[${PYTHON_USEDEP}] >=sci-libs/bmrblib-1.0.1_pre198[${PYTHON_USEDEP}] >=sci-libs/minfx-1.0.4_pre98[${PYTHON_USEDEP}] sci-libs/scipy[${PYTHON_USEDEP}] diff --git a/sci-chemistry/theseus/Manifest b/sci-chemistry/theseus/Manifest index c027f0030873..8f081d142a7b 100644 --- a/sci-chemistry/theseus/Manifest +++ b/sci-chemistry/theseus/Manifest @@ -1,2 +1,3 @@ DIST theseus_1.6.2.tar.gz 1214732 SHA256 2e23f19e8417b3ddf700168c387a9b927b1372f20ba9e983ad2880da7e43be82 SHA512 5c678fee39fd75be62c7d1f9c88da9d9eb8b34f8fc7626605aaa8fb61c8bdcd615621c088aa4eb335c2a1f607b6d2bac1c30460025bcede31fc1cbff2c1b56b0 WHIRLPOOL b4de91945ebde0a63452516c9a563dfa5fa51e80447672425bfb8a63ba2d50f669bfd273aa981d386b2d03b718e3fd65f8d66aaa21e7c409563ceba4eee6a55b DIST theseus_2.0.1.tar.gz 1227936 SHA256 7b726121332223065c8e291a0a527a16ccf7ce57e44adcce2eea742e74336f94 SHA512 fa425b2adfaeae098283f84e4c10d29ad83a580196b41bf2c651f626e05df8fc6025aa4e66ec95b44e0943cf824c1cd4b77391dcadca7062cecdf5ec78d67fac WHIRLPOOL 13de3bd194224a26f36f69d5321fcf31dac79f934844fd2ec79c6bf43b03a0cda07a6e5a7f4ea97857ea1565a3adc26bba9a0c3a118f6b00dc23c53f9ef6e622 +DIST theseus_2.0.3.tar.gz 1256818 SHA256 fa64a7ba5d9675005de745b4750593114dc97c2b855160ac5dff6c58532ea39e SHA512 77ad1378483d87f079d967e15b00274721da3a5930b5b9fe3ba28b1897d52df3fea6a9e82da7d8ab5f46050242521e943ab2a565f6369a47136f54528e5ae562 WHIRLPOOL f4a01714b174ed77e069c8be2719a9b07073715abd53deb59bc8ecc0c852905c2eb764aca4dc1fa364a46d8bb871d1742547601f04cc8df8e6613eaf92ad9f8e diff --git a/sci-chemistry/theseus/theseus-2.0.3.ebuild b/sci-chemistry/theseus/theseus-2.0.3.ebuild new file mode 100644 index 000000000000..b0f2b5a7a633 --- /dev/null +++ b/sci-chemistry/theseus/theseus-2.0.3.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/theseus/theseus-2.0.3.ebuild,v 1.1 2013/05/29 06:13:10 jlec Exp $ + +EAPI=5 + +inherit multilib toolchain-funcs + +DESCRIPTION="maximum likelihood superpositioning and analysis of macromolecular structures" +HOMEPAGE="http://www.theseus3d.org/" +SRC_URI="http://www.theseus3d.org/src/${PN}_${PV}.tar.gz" + +SLOT="0" +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="examples" + +RDEPEND=" + sci-libs/gsl + || ( + sci-biology/probcons + sci-biology/mafft + sci-biology/t-coffee + sci-biology/kalign + sci-biology/clustalw + sci-biology/muscle + )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}"/${PN}_src/ + +src_prepare() { + cat >> make.inc <<- EOF + ARCH = $(tc-getAR) + ARCHFLAGS = -rvs + RANLIB = $(tc-getRANLIB) + LOCALLIBDIR = "${EPREFIX}/usr/$(get_libdir) + SYSLIBS = $(pkg-config --libs gsl) -lpthread + LIBS = -ldistfit -lmsa -ldssplite -ldltmath -lDLTutils -ltheseus + LIBDIR = -L./lib + INSTALLDIR = "${ED}"/usr/bin + OPT = + WARN = + CFLAGS = ${CFLAGS} \$(WARN) + CC = $(tc-getCC) + EOF + + sed \ + -e 's|theseus:|theseus: libs|g' \ + -e '/-o theseus/s:$(CC):$(CC) ${LDFLAGS}:g' \ + -i Makefile || die + + sed \ + -e 's:/usr/bin/sed:sed:g' \ + -e "s:/usr/local/bin/:${EPREFIX}/usr/bin/:g" \ + -e "s:/usr/bin/:${EPREFIX}/usr/bin/:g" \ + -i theseus_align || die +} + +src_install() { + dobin theseus theseus_align + dodoc theseus_man.pdf README AUTHORS + use examples && insinto /usr/share/${PN} && doins -r examples +} diff --git a/sci-electronics/cirkuit/Manifest b/sci-electronics/cirkuit/Manifest index bd80b6a3a9af..8128c6291ce4 100644 --- a/sci-electronics/cirkuit/Manifest +++ b/sci-electronics/cirkuit/Manifest @@ -1 +1,2 @@ -DIST cirkuit-0.3.2.tar.gz 336997 SHA256 bb7f06f38f06b169b2f179a9ebf2731c2ccbe0c0c60e4f23ef12b745fae16644 +DIST cirkuit-0.3.2.tar.gz 336997 SHA256 bb7f06f38f06b169b2f179a9ebf2731c2ccbe0c0c60e4f23ef12b745fae16644 SHA512 791e8805c2f33ddb5d2a339c04e77eb4313e76497017a35cf5eed64df5bc9d7de3893380e82f61084157af29a3058eb2878f482a72d4a66929cf5ed5327aec28 WHIRLPOOL a0bb449e037c14690f81a20ef6a81dbb3994b236da692d072b6bf062ee4d00ab83245131aae2f0a856de41d41f9a60642a81dcf5c83f9aaa6d5d2acbf56bcf69 +DIST cirkuit-0.4.3.tar.bz2 379628 SHA256 ae897fe0e8822da706ffbb107ebfcd5fb21d6d807ca9a18976758d35ce83224b SHA512 880033a7f52142d474840a4d095f89f37a2181f452712bde121646850fe3954f2851fd6dfdcfdfd2ce7b0b8d630522343678e6c5d1b67cddde73b24b86c9e6a5 WHIRLPOOL 8487f0cb1a315202a6599ace899cedfd39f346844b80f8bc9022ffc7ac206972e70d7124bb9e5158033bf65661766e5485ccad8324ee14a664cab67916c5cabf diff --git a/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild b/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild new file mode 100644 index 000000000000..b4ea28a59fa2 --- /dev/null +++ b/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/cirkuit/cirkuit-0.4.3.ebuild,v 1.1 2013/05/29 09:35:00 kensington Exp $ + +EAPI=5 +inherit kde4-base + +DESCRIPTION="An application to generate publication-ready figures" +HOMEPAGE="http://wwwu.uni-klu.ac.at/magostin/cirkuit.html" +SRC_URI="http://wwwu.uni-klu.ac.at/magostin/src/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + >=app-text/poppler-0.12.3-r3[qt4] +" +RDEPEND="${DEPEND} + virtual/latex-base + media-libs/netpbm + dev-texlive/texlive-pstricks + app-text/ghostscript-gpl + app-text/ps2eps + media-gfx/pdf2svg +" + +DOCS=( Changelog README ) diff --git a/sci-electronics/netgen/Manifest b/sci-electronics/netgen/Manifest index 55fbce3a29d8..f891dd31f8b0 100644 --- a/sci-electronics/netgen/Manifest +++ b/sci-electronics/netgen/Manifest @@ -1,3 +1,2 @@ DIST netgen-1.3.11.tgz 350678 SHA256 fae44331f5c6e660fbb385d3b15178f6e69fd368eaaf78a67dda8c08078d0198 SHA512 31bc3daccc99681268935f82f282df94ea3889d24d40ef53611e2c1a14d005422d813eb614426c85ef953ae214f362b5d502f2907745f756aa2fc2b014b1cd22 WHIRLPOOL de0defa39e43e4a43fab12003b9c2c38618abf99a45576ee8c33b41938891d2df1da279046b7bcfc83df6aa7a3d427c1926b93464302431c8602c69c46809204 -DIST netgen-1.4.42.tgz 379476 SHA256 dc8d8bbed022a1fc34a373970bbf172d3ec396895cadf7c8f2048e227057e08d SHA512 1110e50810ce97ed29ae767774974c94461301af59459c3d9d4fa64155e30829ebcd54d80962cf6a6800e843ecf4744b15d0047f3090cf5c338628577aa0950f WHIRLPOOL e56f8eb518784478713a73380b5d1236abbe6b208953f2494dcc48905e0754f9c758be45963af6c357a2745252b65be85c78dc1fe8348e9c1196c0ee2510b7bf -DIST netgen-1.4.44.tgz 380765 SHA256 a790cffc1dd98af3a6647d01b9d30945eec1b78b601956d16aa6fd0a1683c08f SHA512 72771908bb1801cf805c6bf856ab752215927887db9abf21a75652b19444ab29a1d88e9907fde30718e1a1c8fb9623b5bfbfa8cc97a7d09c1243612081f02307 WHIRLPOOL 16f7161398229e403e67e6629fc5d7dbb1bc804f539b54b903e3948806c3293ae1b357f39e4ae03c36f98256733f2c1008d65ef2b438a2b21f50bec086fe8b55 +DIST netgen-1.4.48.tgz 382007 SHA256 b418608c39688e91d6107102e60fc936cc70227409aa85d05cecbbb9c05e1e11 SHA512 815767a56ea1bbe4b2a28819c3de52fc0fc09a22c0cb45877f493ba75a3c0f3c0b1d31b8e2b41582aad4f4c6f556e3afd3868cf3007077cef4e0ecb81e47c2a4 WHIRLPOOL 92c348264e6bec66a50c5aa2ced6c3fdd6a645246cf9e651a80debe4366434fdb564367c483f50824aa18771684c58a4a1f08a3b49d850988a8ff37d6bfbde90 diff --git a/sci-electronics/netgen/netgen-1.4.42.ebuild b/sci-electronics/netgen/netgen-1.4.42.ebuild deleted file mode 100644 index 29d3b22b2bf9..000000000000 --- a/sci-electronics/netgen/netgen-1.4.42.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/netgen/netgen-1.4.42.ebuild,v 1.1 2013/05/15 08:24:16 xmw Exp $ - -EAPI=4 - -inherit eutils - -DESCRIPTION="LVS tool (layout versus schematic comparison)" -HOMEPAGE="http://www.opencircuitdesign.com/netgen/index.html" -SRC_URI="http://www.opencircuitdesign.com/${PN}/archive/${P}.tgz" - -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="X" - -DEPEND="X? ( - dev-lang/tcl - dev-lang/tk - x11-libs/libX11 )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.4.40-tcl-bin-name.patch - - if $(use X) ; then - cp -r "${S}" "${WORKDIR}"/with-x || die - fi -} - -src_configure() { - cd scripts - econf --without-x - - if $(use X) ; then - cd "${WORKDIR}"/with-x/scripts || die - econf --with-x - fi -} - -src_compile() { - emake - - if $(use X) ; then - cd "${WORKDIR}"/with-x || die - emake - fi -} - -src_install() { - emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install - - if $(use X) ; then - cd "${WORKDIR}"/with-x || die - emake DESTDIR="${D}" DOCDIR=/usr/share/doc/${PF} install - fi - - dodoc Changes README TO_DO -} diff --git a/sci-electronics/netgen/netgen-1.4.44.ebuild b/sci-electronics/netgen/netgen-1.4.48.ebuild similarity index 95% rename from sci-electronics/netgen/netgen-1.4.44.ebuild rename to sci-electronics/netgen/netgen-1.4.48.ebuild index 6c41f49c3152..873a37747661 100644 --- a/sci-electronics/netgen/netgen-1.4.44.ebuild +++ b/sci-electronics/netgen/netgen-1.4.48.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/netgen/netgen-1.4.44.ebuild,v 1.1 2013/05/24 05:57:35 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/netgen/netgen-1.4.48.ebuild,v 1.1 2013/05/29 06:51:32 xmw Exp $ EAPI=4 diff --git a/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild b/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild index 951b9f0f4804..9ab433374aec 100644 --- a/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild +++ b/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild,v 1.5 2013/05/20 13:59:01 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild,v 1.6 2013/05/29 16:29:05 jlec Exp $ EAPI=5 @@ -19,6 +19,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+introspection python" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=" >=dev-libs/glib-2.16.0:2 >=net-libs/libsoup-2.4.0:2.4 diff --git a/sci-geosciences/qgis/metadata.xml b/sci-geosciences/qgis/metadata.xml index 68abd3f85b73..be2c23b6863f 100644 --- a/sci-geosciences/qgis/metadata.xml +++ b/sci-geosciences/qgis/metadata.xml @@ -1,8 +1,8 @@ - sci-geosciences - + sci-geosciences + Quantum GIS (QGIS) is a user friendly Open Source Geographic Information System (GIS). QGIS supports vector, raster, and database formats. QGIS lets you browse and create map data on your @@ -10,9 +10,9 @@ ShapeFile, geotiff). QGIS supports plugins to do things like display tracks from your GPS. - - Use internal copy of x11-libs/qwtpolar - Add support for sci-geosciences/grass - Enable Spatial DBMS over sqlite dev-db/spatialite - + + Use internal copy of x11-libs/qwtpolar + Add support for sci-geosciences/grass + Enable Spatial DBMS over sqlite dev-db/spatialite + diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild b/sci-geosciences/qgis/qgis-1.8.0.ebuild index a7e9dea3fac1..9986f23caa82 100644 --- a/sci-geosciences/qgis/qgis-1.8.0.ebuild +++ b/sci-geosciences/qgis/qgis-1.8.0.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.2 2013/03/02 23:21:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/qgis/qgis-1.8.0.ebuild,v 1.3 2013/05/29 16:31:23 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) PYTHON_REQ_USE="sqlite" + inherit eutils multilib gnome2-utils cmake-utils python-single-r1 DESCRIPTION="User friendly Geographic Information System" HOMEPAGE="http://www.qgis.org/" -SRC_URI="http://qgis.org/downloads/qgis-${PV}.tar.bz2 +SRC_URI=" + http://qgis.org/downloads/qgis-${PV}.tar.bz2 examples? ( http://download.osgeo.org/qgis/data/qgis_sample_data.tar.gz )" LICENSE="GPL-2" @@ -18,7 +20,10 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="bundled-libs examples gps grass gsl postgres python spatialite test" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=" + ${PYTHON_DEPS} dev-libs/expat sci-geosciences/gpsbabel >=sci-libs/gdal-1.6.1[geos,python?] diff --git a/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r12.ebuild b/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r12.ebuild index 1201077fd3b1..20a9c7491225 100644 --- a/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r12.ebuild +++ b/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r12.ebuild,v 1.1 2013/05/03 16:19:50 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r12.ebuild,v 1.2 2013/05/29 16:31:03 jlec Exp $ EAPI=5 @@ -36,7 +36,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + RDEPEND=" + ${PYTHON_DEPS} ! + + + + slis@gentoo.org + + diff --git a/sci-physics/root/metadata.xml b/sci-physics/root/metadata.xml index b91cfdbe4ceb..753df32731c9 100644 --- a/sci-physics/root/metadata.xml +++ b/sci-physics/root/metadata.xml @@ -1,14 +1,14 @@ - - bircoph@gmail.com - Andrew Savchenko - Maintainer. Assign bugs to him - - sci-physics - proxy-maintainers - + + bircoph@gmail.com + Andrew Savchenko + Maintainer. Assign bugs to him + + sci-physics + proxy-maintainers + ROOT Object Oriented Technologies is an object oriented data analysis framework written in C++ by the CERN. Widely used in high energy physics, but also in other data analysis applications. It @@ -16,15 +16,15 @@ statistics, serialization, optimization, linear algebra, graphics, GUI toolkit, and a complete visualization framework. - - Build ROOT using the C++11 standard. Not supported, requires sys-devel/gcc>=4.7.0 - Build the Clarens and PEAC plug-ins, to use in a GRID enabled analysis - Support for images and data from FITS files with sci-libs/cfitsio - Generate html documentation - Build all math related libraries plugins, needs sci-libs/gsl - Build the interface for sci-physics/pythia version 6.x - Build the interface for sci-physics/pythia version 8.x - Build the reflection database for the C++ interpreter - Build the interface for net-libs/xrootd - + + Build ROOT using the C++11 standard. Not supported, requires sys-devel/gcc>=4.7.0 + Build the Clarens and PEAC plug-ins, to use in a GRID enabled analysis + Support for images and data from FITS files with sci-libs/cfitsio + Generate html documentation + Build all math related libraries plugins, needs sci-libs/gsl + Build the interface for sci-physics/pythia version 6.x + Build the interface for sci-physics/pythia version 8.x + Build the reflection database for the C++ interpreter + Build the interface for net-libs/xrootd + diff --git a/sci-physics/root/root-5.34.07.ebuild b/sci-physics/root/root-5.34.07.ebuild index fe8fb11a5139..87c56060d310 100644 --- a/sci-physics/root/root-5.34.07.ebuild +++ b/sci-physics/root/root-5.34.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.07.ebuild,v 1.1 2013/05/23 23:52:31 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.34.07.ebuild,v 1.2 2013/05/29 16:39:18 jlec Exp $ EAPI=5 @@ -41,6 +41,8 @@ IUSE="+X afs avahi -c++0x doc emacs examples fits fftw graphviz htmldoc kerberos ldap +math mpi mysql odbc +opengl openmp oracle postgres prefix pythia6 pythia8 python qt4 +reflex ruby ssl xinetd xml xrootd" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + CDEPEND=" app-arch/xz-utils >=dev-lang/cfortran-4.4-r2 diff --git a/sci-visualization/paraview/metadata.xml b/sci-visualization/paraview/metadata.xml index 9afdf59b74d1..9e7bc74abb33 100644 --- a/sci-visualization/paraview/metadata.xml +++ b/sci-visualization/paraview/metadata.xml @@ -1,16 +1,16 @@ - - hasufell@gentoo.org - Julian Ospald - - - 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 - + + hasufell@gentoo.org + Julian Ospald + + + 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/sci-visualization/paraview/paraview-3.98.0-r1.ebuild b/sci-visualization/paraview/paraview-3.98.0-r1.ebuild index 98e2fc0512bb..cb6ca7d10090 100644 --- a/sci-visualization/paraview/paraview-3.98.0-r1.ebuild +++ b/sci-visualization/paraview/paraview-3.98.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-3.98.0-r1.ebuild,v 1.1 2013/05/07 15:59:53 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-3.98.0-r1.ebuild,v 1.3 2013/05/29 16:37:35 jlec Exp $ EAPI=5 @@ -21,6 +21,8 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="boost cg coprocessing development doc examples ffmpeg mpi mysql nvcontrol plugins python qt4 sqlite tcl test tk" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=" dev-db/sqlite:3 dev-libs/expat diff --git a/sci-visualization/paraview/paraview-3.98.0.ebuild b/sci-visualization/paraview/paraview-3.98.0.ebuild index 356e0c35d1f4..cae3602e3918 100644 --- a/sci-visualization/paraview/paraview-3.98.0.ebuild +++ b/sci-visualization/paraview/paraview-3.98.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-3.98.0.ebuild,v 1.4 2013/03/09 21:34:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/paraview/paraview-3.98.0.ebuild,v 1.6 2013/05/29 16:37:35 jlec Exp $ EAPI=5 @@ -21,6 +21,8 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="boost cg coprocessing doc examples ffmpeg mpi mysql nvcontrol plugins python qt4 sqlite tcl test tk" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + RDEPEND=" dev-db/sqlite:3 dev-libs/expat diff --git a/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild b/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild index 18d6bac91376..a9087b6541f8 100644 --- a/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild +++ b/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild,v 1.6 2013/01/14 22:58:43 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/etckeeper/etckeeper-0.63-r1.ebuild,v 1.7 2013/05/29 13:37:22 hasufell Exp $ EAPI=5 @@ -13,9 +13,10 @@ HOMEPAGE="http://kitenet.net/~joey/code/etckeeper/" SRC_URI="http://git.kitenet.net/?p=${PN}.git;a=snapshot;h=refs/tags/${PV};sf=tgz -> ${P}.tar.gz" LICENSE="GPL-2" -IUSE="bazaar cron" KEYWORDS="~amd64 ~x86" SLOT="0" +IUSE="bazaar cron" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" VCS_DEPEND=" dev-vcs/git diff --git a/sys-apps/gnome-disk-utility/Manifest b/sys-apps/gnome-disk-utility/Manifest index 22f4de9b2791..c154e5ca2a32 100644 --- a/sys-apps/gnome-disk-utility/Manifest +++ b/sys-apps/gnome-disk-utility/Manifest @@ -1,5 +1,5 @@ -DIST gnome-disk-utility-2.32.1.tar.bz2 2216871 SHA256 fb3f6c8962eca9706fd96e1f0b431c1284536298bc927e8413e763054c618e99 SHA512 7c812f06ffed304a59a55ffaf8a6cd24265738ccacfe05ff58e5b9d09a503b5601bf3766fb4086f78123d6f88f1bb24007d29e2a2abc203003dd2050e05a1b45 WHIRLPOOL baab95f10c5f3bbef2c3ef0588f804ac592f2d8db56ac1a9f7a8662673d848d6f5fabfe8183954e01b1dc528b09c88f53d4291841a3aaf674d4667e0ab8cd39a DIST gnome-disk-utility-3.0.2.tar.xz 2002052 SHA256 7983f12ba04e84f164d0cae54bb06ed9b3ebe6c0a1c606d63d067fc395aeb0a5 SHA512 b7e68f42d9199c74b60f32b27456b81a6351dc717e54a0dd6162b4e0af521f50deda587012a94ba2768d76dc9dda40dbf505cfea9ca94f879df5d9093fef8969 WHIRLPOOL dd13ad2e2ae57976cd1dfb0539a5dc1b845bb9c8d2feb3708b0bf8e50a3f5324df962dcff7ac937636f466257913f75f060775ba280fe56b63c6e53a243c8de3 DIST gnome-disk-utility-3.4.1.tar.xz 1108004 SHA256 54c60a3215a144a353f78742cf14221a011641244421170d7169da39f82b0129 SHA512 2b69d6c0960bfb5820946aa5340dab8ff6053292a4b49d0c24a9a41ee93186ec36a85cddb2743d3feca1ac6c63652ac3a342e74634b0d2286d5e6a229533f848 WHIRLPOOL e831e07e8c337fe8345296f3211871fff65e936fd5e4d7786a7420b5c36cbb6c70def094c715d8f68d65b3492e711eedb574ffa0347d9f0602ba50c7694286b2 DIST gnome-disk-utility-3.6.1.tar.xz 1214796 SHA256 e848bd0a5787a654e3421c904718c587e1a953fc1b43a21401ca65b329988c32 SHA512 f513cb57d0807eb38b32ee6c0e70f3303c7afbe21d39a9b8e9fa35ce49b1932985b1a989f7608fc41063d62608356a6de9c6739af6794a82dfdf8ce0f10a51ac WHIRLPOOL 940e4e514e13eeb49e3a9862e40f482aa1352b271e11287d83b197f771a6dd753ed9e193a88f8b64e078448f750d86a5891ead44ed1055d4a28f1e7f0babee18 DIST gnome-disk-utility-3.8.0.tar.xz 1363100 SHA256 2657aad8d06e5511bc34ee5ec1ff9426f70b7140b8687be528f693175759bd5e SHA512 1ad8d44bc575234e1a02a16095639143a28e1b6ca6e12629570c9a4b00c1a8e0b24784f6ecef647104fc985859cabf3ea97ce9aa7391198d5b7ec304678f2e2f WHIRLPOOL 077946534ddc7acec0fef32cd70d7c87c6070b6b4b89140a8450f5a24b617ce2caba97b660964b7b33f72aa562cf1a14bdddcc0af409016decab09143fedfb19 +DIST gnome-disk-utility-3.8.2.tar.xz 1380196 SHA256 6a64de6f40ddfebfe7566f3ef7856c1cb33fab7d21d9be43db74f014309298c3 SHA512 531f4d7b2a377d1129149157e863b756605c86e8095ea76c89ad0ce7951e8724f3257f869f1f83be99600b7b575b18d7204a13aa1f20f351cbe4691390e33a23 WHIRLPOOL 950ced3028f1163904b4f8ebb477bc21ce42daf98eebb081d2aa15aef1c2bc6851d4b05aa72c5e591050972447e4acebab86a9c5c4bd74809fc147a8d903295c diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1-r1.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1-r1.ebuild deleted file mode 100644 index 6255de56928a..000000000000 --- a/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1-r1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1-r1.ebuild,v 1.10 2012/05/04 09:17:26 jdhore Exp $ - -EAPI="3" -GCONF_DEBUG="no" - -inherit autotools eutils gnome2 - -DESCRIPTION="Disk Utility for GNOME using udisks" -HOMEPAGE="http://git.gnome.org/browse/gnome-disk-utility" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86" -IUSE="avahi doc fat gnome-keyring nautilus remote-access" - -CDEPEND=" - >=dev-libs/glib-2.22:2 - >=dev-libs/dbus-glib-0.74 - >=dev-libs/libunique-1:1 - >=x11-libs/gtk+-2.20:2 - =sys-fs/udisks-1.0*:0[remote-access?] - >=dev-libs/libatasmart-0.14 - >=x11-libs/libnotify-0.6.1 - avahi? ( >=net-dns/avahi-0.6.25[gtk] ) - gnome-keyring? ( gnome-base/libgnome-keyring ) - nautilus? ( >=gnome-base/nautilus-2.24 ) -" -RDEPEND="${CDEPEND} - x11-misc/xdg-utils - fat? ( sys-fs/dosfstools )" -DEPEND="${CDEPEND} - sys-devel/gettext - gnome-base/gnome-common - app-text/docbook-xml-dtd:4.1.2 - app-text/rarian - app-text/gnome-doc-utils - - virtual/pkgconfig - >=dev-util/intltool-0.35 - >=dev-util/gtk-doc-am-1.13 - - doc? ( >=dev-util/gtk-doc-1.3 )" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - $(use_enable avahi avahi-ui) - $(use_enable nautilus) - $(use_enable remote-access) - $(use_enable gnome-keyring)" - DOCS="AUTHORS NEWS README TODO" -} - -src_prepare() { - sed -i \ - -e '/printf/s:nautilus:xdg-open:' \ - src/palimpsest/gdu-section-volumes.c || die #350919 - - # Keep avahi optional, upstream bug #631986 - epatch "${FILESDIR}/${PN}-2.32.1-optional-avahi.patch" - - # Force GduPresentable ids to be UTF-8 to solve crashes and freezes, upstream bug #616198 - epatch "${FILESDIR}/${PN}-2.32.1-non-utf8-crash.patch" - - intltoolize --force --copy --automake || die - eautoreconf -} - -src_install() { - gnome2_src_install - find "${ED}" -name "*.la" -delete || die "remove of la files failed" -} diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.8.2.ebuild b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.8.2.ebuild new file mode 100644 index 000000000000..f2bd6470062b --- /dev/null +++ b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.8.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-3.8.2.ebuild,v 1.1 2013/05/29 21:34:47 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit gnome2 + +DESCRIPTION="Disk Utility for GNOME using udisks" +HOMEPAGE="http://git.gnome.org/browse/gnome-disk-utility" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="fat +gnome systemd" +KEYWORDS="~amd64 ~x86" + +COMMON_DEPEND=" + >=dev-libs/glib-2.31:2 + >=sys-fs/udisks-2.1.0:2 + >=x11-libs/gtk+-3.5.8:3 + >=app-crypt/libsecret-0.7 + dev-libs/libpwquality +" +RDEPEND="${COMMON_DEPEND} + >=media-libs/libdvdread-4.2.0 + >=media-libs/libcanberra-0.1 + >=x11-libs/libnotify-0.7 + >=x11-themes/gnome-icon-theme-symbolic-2.91 + fat? ( sys-fs/dosfstools ) + gnome? ( >=gnome-base/gnome-settings-daemon-3.8 ) + systemd? ( >=sys-apps/systemd-44 ) +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.50 + dev-libs/libxslt + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + $(use_enable gnome gsd-plugin) \ + $(use_enable systemd libsystemd-login) +} diff --git a/sys-apps/hwids/Manifest b/sys-apps/hwids/Manifest index 311533392956..2b44b65a29e6 100644 --- a/sys-apps/hwids/Manifest +++ b/sys-apps/hwids/Manifest @@ -1,4 +1,3 @@ DIST hwids-20130302.tar.gz 1486329 SHA256 2c8bd8f3535d0bb6a0bada65e6499af8ff5191ca2cda44de6228c05d19444708 SHA512 79fe4b62555ef37cef929a9728c093e659805822e8a63e3229bf0d8391d50ce78b8d479a670be06f3da665ed50dcb7e50e56492d3fc03b530aa19b842680b8dd WHIRLPOOL 7ecb932b2eea48b8669624732236a37413b46e0c92ce4b0b3d1e87b8a53bd4219c9db76a535280429be7db1cf5cf2a4bf2f82f77a3f6da3c3aa4bcb31e5e92f2 DIST hwids-20130329.tar.gz 1498583 SHA256 64714243c366d086e24c6da41c73053b0f0ac47e3566186717591afe4ada6600 SHA512 f5a5c004269cd0ee8c3fd6bc9c2917e856084c3a267b4e35f6d96fbdb3ea36a3f73689fe59ab661faeff852cd016601e0ccfcbf01eef384b711ba6aef323c71c WHIRLPOOL 378ba5760a083beeb5f50dcad1e7faaf7ce6c4339fd73e5c47c7a89878177ebf3d4baf4d4ef7a2966c0df436f449f792226581e277300cc7d4394396ecbf2340 -DIST hwids-20130514.tar.gz 1520174 SHA256 0c413b90db6ad05db71c1377e2d2a9147b4a051621e383e9fd6dc94f97af573a SHA512 a175cb69a00f6798b15f6144af5574e2a6fd310cc527dde045845e9b8c8973bc2d3c813b6182fd6e6fbbb674894ec005693649e56816d3c97be72d03e70b8cd8 WHIRLPOOL 88c50c55054ca317f3002c2dd0cf61b0f931fd2fdf655476fbe379cbe1d432ef280846eab49ee6b5a4214ed9c5d5d4f2404d2f1c4ef36ef220c13d4809fd9a6c -DIST hwids-20130523.tar.gz 1522551 SHA256 0cbd7f9c107894f0bd267ac01dfd512795dd6575c535504cf9c7e7572581d5e1 SHA512 92e1aa844cc7b9294ea282498c24e013108bff3dde3b5b7ef38e12fad76411b9185ca671b8659db84dba16a6e07b17b46ca49d9633158e5d17d0c11dbb623d82 WHIRLPOOL c92fcd4883cc1bc7864e7c5d23380607b3c6f2616f5cd1687091d7080aca68828928a3dbc2c6916116059229fe91ab54963f466e0c8e9d7fe0dbc371abad8894 +DIST hwids-20130529.tar.gz 1525640 SHA256 25e7604906c3f04bb31ec925bef021418c7060634882951d2a1afd27ae3a9a5a SHA512 cbfe7d350f64415da26e8d4916d19f639cb25dba10a0c998dc157bcc4b4513996e1c8e64a7d480c2a6572c9adac3e420c774f83818b3fb2fcdb9fdc3ac594717 WHIRLPOOL 9b0cc5e10a125021e9e2d3904a390064e74f092422ffa54c0d3ea5d1946a6bd4a883a71a56c38e08563c5ee1d17d4009d1481d56af2cda59d3acce1a01d36987 diff --git a/sys-apps/hwids/hwids-20130514.ebuild b/sys-apps/hwids/hwids-20130514.ebuild deleted file mode 100644 index 8236cfafa489..000000000000 --- a/sys-apps/hwids/hwids-20130514.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwids/hwids-20130514.ebuild,v 1.1 2013/05/14 22:35:19 flameeyes Exp $ - -EAPI=5 -inherit udev eutils - -DESCRIPTION="Hardware (PCI, USB, OUI, IAB) IDs databases" -HOMEPAGE="https://github.com/gentoo/hwids" -SRC_URI="https://github.com/gentoo/hwids/archive/${P}.tar.gz" - -LICENSE="|| ( GPL-2 BSD ) public-domain" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux" -IUSE="+udev" - -DEPEND="udev? ( - dev-lang/perl - >=virtual/udev-197-r1 -)" -RDEPEND="! "${file}.new" + mv "${file}.new" "${file}" || die + done + + for dir in $(find "${D}/${PBS_SERVER_HOME}" -type d); do + keepdir "${dir#${D}}" + done + + if use server; then + newinitd "${FILESDIR}"/pbs_server-init.d-munge pbs_server || die + newinitd "${FILESDIR}"/pbs_sched-init.d pbs_sched || die + fi + newinitd "${FILESDIR}"/pbs_mom-init.d-munge pbs_mom || die + newconfd "${FILESDIR}"/torque-conf.d-munge torque || die + newinitd "${FILESDIR}"/trqauthd-init.d trqauthd || die + newenvd "${FILESDIR}"/torque-env.d 25torque || die +} + +pkg_preinst() { + if [[ -f "${ROOT}etc/pbs_environment" ]]; then + cp "${ROOT}etc/pbs_environment" "${D}"/etc/pbs_environment || die + fi + + if [[ -f "${ROOT}${PBS_SERVER_HOME}/server_priv/nodes" ]]; then + cp "${ROOT}${PBS_SERVER_HOME}/server_priv/nodes" \ + "${D}"/${PBS_SERVER_HOME}/server_priv/nodes || die + fi + + echo "${PBS_SERVER_NAME}" > "${D}${PBS_SERVER_HOME}/server_name" || die + + # Fix up the env.d file to use our set server home. + sed -i \ + "s:/var/spool/torque:${PBS_SERVER_HOME}:g" "${D}"/etc/env.d/25torque \ + || die + + if use munge; then + sed -i 's,\(PBS_USE_MUNGE=\).*,\11,' "${D}"etc/conf.d/torque || die + fi +} + +pkg_postinst() { + elog " If this is the first time torque has been installed, then you are not" + elog "ready to start the server. Please refer to the documentation located at:" + elog "http://www.clusterresources.com/wiki/doku.php?id=torque:torque_wiki" + + elog " For a basic setup, you may use emerge --config ${PN}" + + elog "Important 4.0+ updates" + elog " - The on-wire protocol version has been changed." + elog " Versions of Torque before 4.0.0 are no longer able to communicate." + elog " - pbs_iff has been replaced by trqauthd, you will now need to add" + elog " trqauthd to your default runlevel." +} + +# root will be setup as the primary operator/manager, the local machine +# will be added as a node and we'll create a simple queue, batch. +pkg_config() { + local h="$(echo "${ROOT}/${PBS_SERVER_HOME}" | sed 's:///*:/:g')" + local rc=0 + + ebegin "Configuring Torque" + einfo "Using ${h} as the pbs homedir" + einfo "Using ${PBS_SERVER_NAME} as the pbs_server" + + # Check for previous configuration and bail if found. + if [ -e "${h}/server_priv/acl_svr/operators" ] \ + || [ -e "${h}/server_priv/nodes" ] \ + || [ -e "${h}/mom_priv/config" ]; then + ewarn "Previous Torque configuration detected. Press Enter to" + ewarn "continue or Control-C to abort now" + read + fi + + # pbs_mom configuration. + echo "\$pbsserver ${PBS_SERVER_NAME}" > "${h}/mom_priv/config" || die + echo "\$logevent 255" >> "${h}/mom_priv/config" || die + + if use server; then + local qmgr="${ROOT}/usr/bin/qmgr -c" + # pbs_server bails on repeated backslashes. + if ! "${ROOT}"/usr/sbin/pbs_server -f -d "${h}" -t create; then + eerror "Failed to start pbs_server" + rc=1 + else + ${qmgr} "set server operators = root@$(hostname -f)" ${PBS_SERVER_NAME} \ + && ${qmgr} "create queue batch" ${PBS_SERVER_NAME} \ + && ${qmgr} "set queue batch queue_type = Execution" ${PBS_SERVER_NAME} \ + && ${qmgr} "set queue batch started = True" ${PBS_SERVER_NAME} \ + && ${qmgr} "set queue batch enabled = True" ${PBS_SERVER_NAME} \ + && ${qmgr} "set server default_queue = batch" ${PBS_SERVER_NAME} \ + && ${qmgr} "set server resources_default.nodes = 1" ${PBS_SERVER_NAME} \ + && ${qmgr} "set server scheduling = True" ${PBS_SERVER_NAME} \ + || die + + "${ROOT}"/usr/bin/qterm -t quick ${PBS_SERVER_NAME} || rc=1 + + # Add the local machine as a node. + echo "$(hostname -f) np=1" > "${h}/server_priv/nodes" || die + fi + fi + eend ${rc} +} diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 7d7d1d1fad85..73a2229c5170 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -1,3 +1,4 @@ DIST linux-3.9.tar.xz 72104164 SHA256 60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541 SHA512 77fa521f42380409f8ab400c26f7b00e225cb075ef40834bb263325cfdcc3e65aef8511ec2fc2b50bbf4f50e226fb5ab07d7a479aaf09162adbbf318325d0790 WHIRLPOOL 668a8de30c7c3ccf6558cf0f29570f15e37ca7d599d1453afc3cab113d1b05fbd5b32646dd9ed798ceb61405a8754345da0740a53f467b825445028cda4bc698 DIST patch-3.10-rc1.xz 6754208 SHA256 961afc7fd58476eb3b095c5322bda74924587629b48ad61b0ba3cbffd15c914d SHA512 1a1fa747bcb3fe231393f2d621e19be3607a364baac61a195af2f3b6f49b670ccaa8b1060d0e5c93ea1366ae719eb7b53ef6ad6a4af84430f06e6c818ab57f7a WHIRLPOOL bd2dedcdf867e2c13fc25927ed0e65a96030316e9945f557dd3536db9a97ecffc7651e557795227bb1d192389303130d2e70bb776269c8cce86e85c50912375a DIST patch-3.10-rc2.xz 6808168 SHA256 4775983a197fb3af18b1e40a16c37cbfc78e345366a71fc0784faf022b1e574c SHA512 340e813b43668816daca5feadf08489934db5949c9aa4d4ebcb537c094619135b9b927ff47de0b1153904596e604fdfa0fd88f3ca6b7af0941b8bfb0185b2f87 WHIRLPOOL 55c5cbd5f036ca32074093a91e7ae9afb47e89568ea82e357323d6c7fb969a58dd90c43c3917cd54490d5fd7c797717b0b3bd405b6fb997b95b63e1222c93f66 +DIST patch-3.10-rc3.xz 6885784 SHA256 83056ac36bc7e25e3918898db78bbcb7378959406322c58232a4406113f5e6d6 SHA512 ffb8a354e3bb69c659fe82368926d9e8225d0b69f66a36eabdbcb02bb297c02f1c3847ea147611a3618f13180ce57c710daa73f2cd58004564189c9003fe6952 WHIRLPOOL 775a5aa84d6737224eaf2f0ad72c770cd1b05bc2da428de961bbdb35e9db650ea3b3d4f7c4b69a2be2b863917d0bd086531bab355edac27905ab2c4ebac32e1c diff --git a/sys-kernel/git-sources/git-sources-3.10_rc3.ebuild b/sys-kernel/git-sources/git-sources-3.10_rc3.ebuild new file mode 100644 index 000000000000..b26b9ae5b71c --- /dev/null +++ b/sys-kernel/git-sources/git-sources-3.10_rc3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.10_rc3.ebuild,v 1.1 2013/05/29 08:49:00 ago Exp $ + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="yes" +K_DEBLOB_AVAILABLE=0 +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +pkg_postinst() { + postinst_sources +} diff --git a/sys-kernel/openvz-sources/openvz-sources-2.6.32.76.8.ebuild b/sys-kernel/openvz-sources/openvz-sources-2.6.32.76.8.ebuild index a530b543c618..b79a28a5ef06 100644 --- a/sys-kernel/openvz-sources/openvz-sources-2.6.32.76.8.ebuild +++ b/sys-kernel/openvz-sources/openvz-sources-2.6.32.76.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.76.8.ebuild,v 1.1 2013/05/19 08:33:06 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.76.8.ebuild,v 1.2 2013/05/29 15:31:51 pva Exp $ EAPI="5" @@ -29,7 +29,7 @@ KERNEL_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.t inherit kernel-2 #detect_version -KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc64 ~sparc x86" IUSE="" DESCRIPTION="Kernel sources with OpenVZ patchset" diff --git a/www-apache/mod_security/Manifest b/www-apache/mod_security/Manifest index dc0861a5e86c..840e4f8e86de 100644 --- a/www-apache/mod_security/Manifest +++ b/www-apache/mod_security/Manifest @@ -1,2 +1,2 @@ -DIST modsecurity-apache_2.7.2.tar.gz 973141 SHA256 2fa43264e3aa024d29869eada3171a2aba19fc05180860fd84c7a6ebfd1f2854 SHA512 ff50c0bba594dc030ce5e9cd53bca9ae755ccc749b4f8adc882cb04449358888fbe613e65c2853888e2910c151c417b735d0944b3995aa5407b4ceb0dc100b3b WHIRLPOOL 080b684a22e3cac8c7a5c8e60dfdc1c4a0a760e4a0a63757d4eb89af5ccc1b29d49b40cc9e5de786364e964aa26d6d9b0e2ff148530eaa3ab3a64ef912a2e176 DIST modsecurity-apache_2.7.3.tar.gz 981947 SHA256 fa5b0a2fabe9cd6c7b35ae09a433a60da183b2cabcf26479ec40fc4a419693e4 SHA512 c1ee5f6fc5eccc8b73f07144fed7dafa42f3ad2d766a02dc1eab789cf1f39a2585f9722d0945613f7583eb40f6e255a688edf0d99ed78bdcaf5f3148ed213e37 WHIRLPOOL 477676661c1b33f3240ca506311b8343b38435de865888d2bfef1b195cf8d979f66e41e7f4c642ff79df4b5a43a30678fe404531d31ec02fd802c04f7014a7d0 +DIST modsecurity-apache_2.7.4.tar.gz 1014983 SHA256 605d6f1b03e648001ef1c7db7b18d51c01edd443b57cbbd4e298770ffdcd0eb9 SHA512 5a3bc3e2845b05e33c43fd08458a91c5dfa37ecc8583abfd5bfdb52dbd405f1c6b8b9995ede22cb41eb42dce910dba657f298ba14a9d37addabde4b0ca02d5f2 WHIRLPOOL c83a92571469cde7aab960c56b96a082c68d9ad58f5ed549e08bf4e481147d0763b4c054d598ff509474d86048c048769bdc7c9e22669d957d2d28531fef96d7 diff --git a/www-apache/mod_security/mod_security-2.7.2.ebuild b/www-apache/mod_security/mod_security-2.7.4.ebuild similarity index 96% rename from www-apache/mod_security/mod_security-2.7.2.ebuild rename to www-apache/mod_security/mod_security-2.7.4.ebuild index 5e4d188c3b5d..b7ecb2c339e1 100644 --- a/www-apache/mod_security/mod_security-2.7.2.ebuild +++ b/www-apache/mod_security/mod_security-2.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.7.2.ebuild,v 1.5 2013/02/21 16:08:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_security/mod_security-2.7.4.ebuild,v 1.1 2013/05/29 12:53:03 flameeyes Exp $ EAPI=4 @@ -16,7 +16,7 @@ SRC_URI="http://www.modsecurity.org/tarball/${PV}/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ppc sparc x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="geoip curl lua jit" DEPEND=">=dev-libs/libxml2-2.7.8 diff --git a/www-apache/passenger/Manifest b/www-apache/passenger/Manifest index 905adcf665b5..8dbe95fa6c01 100644 --- a/www-apache/passenger/Manifest +++ b/www-apache/passenger/Manifest @@ -1,3 +1,4 @@ DIST passenger-2.2.15.tar.gz 2128473 SHA256 95a9f61070d268ecaa311539d8e28b348765ca0e1528665ef928fc4b4bcc1436 SHA512 a82f7d39d0a1053fd4b63c7d1464db54d229d0b42b326afc11dddef680938f522ba20b3bbd39ebb0241407b669dcdb7478c58420ca2f2225a9b2daa03ce8c17e WHIRLPOOL 0755d39c7d5abe804c7b47fba1fe8c309f1ce6cf8f3d4c419694559538842d9b2be69bbe79a2635c86de70dc8c286d6c9f53b1f3ee44963dea24cf3502337d1d DIST passenger-3.0.17.tar.gz 2667619 SHA256 3f1380cdf8342fd3b0df344b4b95e5f7810114dd331e56ca1900eda1f5747f01 SHA512 485a2e9893c81989cd89aae2d4922da4a0391b26687286f56c9b5d2b9b1e8e8e0607376895e7a44f7073743c1ea9f7de335420407145a39b1ab275e01bc77466 WHIRLPOOL e168e599d84d841ef4655905512f4b2e17e07d396793b7ea574cc587df634f4853635b8e9f3c8fefa33a74d6fb952be03284696b0fabeb39cd887b8eaf486cd2 DIST passenger-3.0.19.tar.gz 2663368 SHA256 7a4dc7eeaca1ac81636167ebfe1cf69b18fc2f09f52a882b73c05a9e9ec12d98 SHA512 379506c1ef6eab01021a570c3420d7c50d4b3a8d1e0ab493dfa70dd58ae64190eb2bb30a6290db8385d35b4b1eaadb73a3ace998ea32c7ba20bcfe0809077f1d WHIRLPOOL 51e73bf6e0077f0e88cbbfe6a2edd5efad738880ab439ea32262536e217e053be24fe86d97462fa2d853372c7d7ccf6e088959c64de4dd6d5e1c02ab80211fd4 +DIST passenger-3.0.21.tar.gz 2657475 SHA256 82a79a2ff6803e1669ebf806ab320180990ddc096e3d30977ad1c86081b594a5 SHA512 4e92fe8cc679776531a73525ac0dd99612096c1370b4019dcda54aa928cbf6ba17c024124286342209a2b9d1ec9cb22d3783fc6bedc85cb9a0d0fb7561995eec WHIRLPOOL 11f9a5655e7ebcfd9f4a03a63d077126a0766ed7ad92e24494c3515202603782d3a8c999b4662004577d3463de68c040d783d9f93c01f95aa935289c0628780d diff --git a/www-apache/passenger/passenger-3.0.21.ebuild b/www-apache/passenger/passenger-3.0.21.ebuild new file mode 100644 index 000000000000..6fb78373f165 --- /dev/null +++ b/www-apache/passenger/passenger-3.0.21.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/passenger/passenger-3.0.21.ebuild,v 1.1 2013/05/30 06:07:45 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19" + +inherit apache-module flag-o-matic ruby-ng toolchain-funcs + +DESCRIPTION="Passenger (a.k.a. mod_rails) makes deployment of Ruby on Rails applications a breeze" +HOMEPAGE="http://modrails.com/" +SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug doc" + +ruby_add_bdepend "dev-ruby/rake" + +ruby_add_rdepend " + >=dev-ruby/daemon_controller-1.0.0 + >=dev-ruby/rack-1.0.0" + +USE_RUBY="ruby18" ruby_add_rdepend ">=dev-ruby/fastthread-1.0.1" + +CDEPEND=">=dev-libs/libev-3.90 net-misc/curl[ssl]" + +RDEPEND="${RDEPEND} ${CDEPEND}" +DEPEND="${DEPEND} ${CDEPEND} + doc? ( >=app-text/asciidoc-8.6.5[highlight] )" + +APACHE2_MOD_CONF="30_mod_${PN}-2.0.1 30_mod_${PN}" +APACHE2_MOD_DEFINE="PASSENGER" + +REQUIRED_USE+=" ruby_targets_ruby18? ( !ruby_targets_ruby19 ) + ruby_targets_ruby19? ( !ruby_targets_ruby18 )" + +need_apache2 + +pkg_setup() { + use debug && append-flags -DPASSENGER_DEBUG +} + +all_ruby_prepare() { + epatch "${FILESDIR}"/${PN}-3.0.8-gentoo.patch + epatch "${FILESDIR}"/${PN}-3.0.12-ldflags.patch + + # Change these with sed instead of a patch so that we can easily use + # the toolchain-funcs methods. + sed -i -e "s/gcc/$(tc-getCC)/" -e "s/g++/$(tc-getCXX)/" build/config.rb || die + + # Use sed here so that we can dynamically set the documentation directory. + sed -i -e "s:/usr/share/doc/phusion-passenger:/usr/share/doc/${P}:" \ + -e "s:/usr/lib/apache2/modules/mod_passenger.so:${APACHE_MODULESDIR}/mod_passenger.so:" \ + -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" \ + lib/phusion_passenger.rb || die + sed -i -e "s:/usr/lib/phusion-passenger/agents:/usr/libexec/phusion-passenger/agents:" ext/common/ResourceLocator.h || die + + # Don't install a tool that won't work in our setup. + sed -i -e '/passenger-install-apache2-module/d' lib/phusion_passenger/packaging.rb || die + rm -f bin/passenger-install-apache2-module || die "Unable to remove unneeded install script." + + # Make sure we use the system-provided version. + rm -rf ext/libev || die "Unable to remove vendored libev." + + # fix automagic use of asciidoc, bug 413469 + sed -i -e '/fakeroot/ s/+ Packaging::ASCII_DOCS//' build/packaging.rb || die +} + +each_ruby_compile() { + append-flags -fno-strict-aliasing + + APXS2="${APXS}" \ + HTTPD="${APACHE_BIN}" \ + USE_VENDORED_LIBEV="no" LIBEV_LIBS="-lev" \ + rake apache2 native_support || die "rake failed" + + if use doc; then + rake doc || die "rake doc failed" + fi +} + +each_ruby_install() { + DISTDIR="${D}" \ + APXS2="${APXS}" \ + HTTPD="${APACHE_BIN}" \ + USE_VENDORED_LIBEV="no" LIBEV_LIBS="-lev" \ + rake fakeroot || die "rake failed" + + # TODO: this will create a mess when multiple RUBY_TARGETS have been + # selected. + APACHE2_MOD_FILE="${S}/ext/apache2/mod_${PN}.so" + apache-module_src_install +} diff --git a/www-apps/mediawiki/Manifest b/www-apps/mediawiki/Manifest index 7d14bff534ad..079de5ea2255 100644 --- a/www-apps/mediawiki/Manifest +++ b/www-apps/mediawiki/Manifest @@ -2,3 +2,4 @@ DIST mediawiki-1.19.6.tar.gz 18700189 SHA256 5ac95e6c09469706d76fb0416e4923da8ae DIST mediawiki-1.19.7.tar.gz 18553532 SHA256 8c9ae7465382d2dd8053dc39ff94343b483cb92d8efd8592eb75ec156eb68b0e SHA512 617c0569809f33fbf9b5eabced4c07dfdf31ce4d2914eb77fde351f3fb8065e74a4b798085fa5f02a3c65b5e40880f2201f2db122bace3482bae7a7158d9152c WHIRLPOOL fd3e866e58a717c9d9eec7a3cdb53603e6f473fa69ff6a6bcc04d794d9ab1f208d544bbc85684a2b44d7fd7663bfa6f7cda6489cf2682d20fd5796d0b51a594f DIST mediawiki-1.20.5.tar.gz 18615470 SHA256 2335e7b1586472e3cfedd80be0f8326200fc35cc93af568a90bc6a8083f0bcb6 SHA512 f8a254f05a10f2f4a67ccb8862ab242baba2160c0090cd4e8b811e95c970340a85eccb0d51f83f2b92d1ba4d7fd43560a9bf7a3661eb3f9e495f5f63e114b58c WHIRLPOOL 5efba3bf1fd574f188173ccf36802ad5d1689a7983c44ba52f8aeb127dfab0d2a2f3faeb5eb56a7f0cf43a7a82af26e65a1673dde996d99cc528722524a600e3 DIST mediawiki-1.20.6.tar.gz 18469088 SHA256 0329eb283b2a3aa0f2136e1b371a6095ea57fcab3aba625510b3e2bbfcbeaf23 SHA512 a8c00c22916ccc20059821ce144c82e7636555620ab06a8103ac72ade05025712ccdd8d084999b2231341992bc05e07b33c3ef11527c2ca275f0e518f2683ecf WHIRLPOOL 28453740e8b0394c43560b9a7f721e5b3fddb1a46da0a52f77a016899fe6952681dfa3e6ce416b623da1c5a8aa95e6a3497399e415cab87e687093c3e0155228 +DIST mediawiki-1.21.0.tar.gz 19601115 SHA256 30f5efdc41cc08fcd89ac6169418bac0941021335d14f8d5d2f9718bc48267d9 SHA512 b6ddaca6fa7f7c149b30f3920c6cdcef51498c44a48ee7fdb8a45015de57f20933466c329601cb803e762aff374656712d93eb99b25d5127b28a588bbbf17d2f WHIRLPOOL 4ed9c85342b2efc12732e5d675b7c0392eff97cbc0470a8cf27693063a36abc6bfeb01553d7d66e7adf43027e380689447f9583798a9362d591584dd7fd71a9a diff --git a/www-apps/mediawiki/mediawiki-1.21.0.ebuild b/www-apps/mediawiki/mediawiki-1.21.0.ebuild new file mode 100644 index 000000000000..247a16fa5793 --- /dev/null +++ b/www-apps/mediawiki/mediawiki-1.21.0.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mediawiki/mediawiki-1.21.0.ebuild,v 1.1 2013/05/30 00:27:43 radhermit Exp $ + +EAPI=5 +inherit webapp versionator + +MY_BRANCH=$(get_version_component_range 1-2) + +DESCRIPTION="The MediaWiki wiki web application (as used on wikipedia.org)" +HOMEPAGE="http://www.mediawiki.org" +SRC_URI="http://download.wikimedia.org/mediawiki/${MY_BRANCH}/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" +IUSE="imagemagick mysql postgres sqlite" + +RDEPEND=">=dev-lang/php-5.3.2[mysql?,postgres?,session,xml,xmlreader] + imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) + !imagemagick? ( dev-lang/php[gd] ) + sqlite? ( + dev-db/sqlite:3[fts3(+)] + >=dev-lang/php-5.3.2[pdo] + || ( dev-lang/php[sqlite] dev-lang/php[sqlite3] ) + ) + virtual/httpd-php" + +need_httpd_cgi + +RESTRICT="test" + +src_install() { + webapp_src_preinst + + # First we install docs and then copy everything left into htdocs dir + # to avoid bugs like #236411. + + # We ensure the directories are prepared for writing. The post- + # install instructions guide the user to enable the feature. + local DOCS="FAQ HISTORY INSTALL README RELEASE-NOTES-${PV:0:4} UPGRADE" + dodoc ${DOCS} docs/*.txt + docinto php-memcached + dodoc docs/php-memcached/* + + # Clean everything not used at the site... + rm -rf ${DOCS} COPYING tests docs + find . -name Makefile -delete + # and install + insinto "${MY_HTDOCSDIR}" + doins -r . + + # If imagemagick is enabled then setup for image upload. + # We ensure the directory is prepared for writing. + if use imagemagick ; then + webapp_serverowned "${MY_HTDOCSDIR}"/images + fi + + webapp_postinst_txt en "${FILESDIR}/postinstall-1.18-en.txt" + webapp_postupgrade_txt en "${FILESDIR}/postupgrade-1.16-en.txt" + webapp_src_install +} + +pkg_postinst() { + webapp_pkg_postinst + + if [[ -n ${REPLACING_VERSIONS} ]]; then + einfo + elog "=== Consult the release notes ===" + elog "Before doing anything, stop and consult the release notes" + elog "/usr/share/doc/${PF}/RELEASE-NOTES-${PV:0:4}.bz2" + elog + elog "These detail bug fixes, new features and functionality, and any" + elog "particular points that may need to be noted during the upgrade procedure." + einfo + ewarn "Back up existing files and the database before upgrade." + ewarn "http://www.mediawiki.org/wiki/Manual:Backing_up_a_wiki" + ewarn "provides an overview of the backup process." + einfo + fi +} diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index 4111283eced9..ef773df21717 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -6,3 +6,5 @@ DIST chromium-28.0.1500.20-lite.tar.xz 113643972 SHA256 6f7cd9d477dc73e62139761f DIST chromium-28.0.1500.20-testdata.tar.xz 141046188 SHA256 5184434c575858c586b0544d639d203e56bfac64a8b93feafad5b13972d53429 SHA512 275f49644f58aa6f6dbf921705250a75ff7aa404bf606002f618e4880dfe5594a0c49f7658d5eccc94da8cde0d99a574f96aac21171027a7e30ad87b821f808b WHIRLPOOL 104d452e53929f5f102a69070c3c49395ed9e07e4116e2e45cc0669aef62664dbbc5183fdf9e562e3cf770565833fddfdf569bb4b43d18978a8cc9839cb7fef7 DIST chromium-29.0.1516.3-lite.tar.xz 117242084 SHA256 f4cfc2a79d30b1155e631d43d028539a929237d42d9ea6e8ef60d5ed8d544ff4 SHA512 2406b742c86bc1400d21a086f54e779bd7302cc9762ee5d5e03463c449f304e1f48848f354ab411a4d9c8499fbe0286a9dba6cd1bfe5e3ff0a33757d7750de5a WHIRLPOOL 58daeb601629f7040cf12ef9d041ecaafcf6a546130eaeec486aa8a1b161c8a776d7e6b5bfc65792624ccb1d1354867cd44ed94d1f474701f18068f285fb3710 DIST chromium-29.0.1516.3-testdata.tar.xz 116003424 SHA256 b843e6d8084a4d73480e0256f3bb900d333c849a978b22ef23da0fe3f226a99d SHA512 9889d76e3e67d9404dc860be51285806e088862e28775ee78d164258aee47c3266c6fbe43a7fba4971dd0b4a95aad1c3a6bdca7d38d228b4283426f5dc029c4a WHIRLPOOL 5b5931d2c07e443161c3e529ff7c32285e1e9ff869d55ad6523a9b7455148a3937841c9946f9fc27b25ba8f55b84a70ff444619aca4787e8d928124ab7d4c472 +DIST chromium-29.0.1521.3-lite.tar.xz 117883412 SHA256 9d6616d24f8533ae37fe65d155c8a3899d23261ab60b63496d95773d57e83f5b SHA512 0c993ce92f25255077c5f1306c0ac54c0d83f8eaec39aad66740425b73019a5b699f6f5b0bb9e1b74d0b3f8073deae54f4dfd0e09c0a9d80085bc708f13fa2a5 WHIRLPOOL 5f6edb9724a5f5170908d68d8870b9a4632a9632fcec9835c3772b0b3bc2c9d89ce3d57dfad39ad05dc8157b6cfeafc15a334a00c8c1a9e08d8b2ffb3376199f +DIST chromium-29.0.1521.3-testdata.tar.xz 116031060 SHA256 f01988d430921d1c84a7e54c639cb4278005c9db1cfc08c7901c6cad49bc6dc9 SHA512 eb1b017fa860e3aa9ef6e512f51ec0add9f66fe3800cffa41284bebc30a90e10811ab45ea09ba1f26561a29c34e72f892c605453ba8fbd99f1b572b5f2f01481 WHIRLPOOL ee0b8fb9ff4b9e9a3e4078e8fd74481cc312d7e064e8f27979ead511942f0c0c24bddbf604c4f89841f167ed90e868c3b3429f5e6fc7179092b8d14f7ecfac88 diff --git a/www-client/chromium/chromium-29.0.1521.3.ebuild b/www-client/chromium/chromium-29.0.1521.3.ebuild new file mode 100644 index 000000000000..67b1127f1989 --- /dev/null +++ b/www-client/chromium/chromium-29.0.1521.3.ebuild @@ -0,0 +1,545 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-29.0.1521.3.ebuild,v 1.1 2013/05/29 21:49:21 phajdan.jr Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he + hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl sr + sv sw ta te th tr uk vi zh_CN zh_TW" + +inherit chromium eutils flag-o-matic multilib multiprocessing \ + pax-utils portability python-any-r1 toolchain-funcs versionator virtualx + +DESCRIPTION="Open-source version of Google Chrome web browser" +HOMEPAGE="http://chromium.org/" +SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}-lite.tar.xz + test? ( https://commondatastorage.googleapis.com/chromium-browser-official/${P}-testdata.tar.xz )" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="bindist cups gnome gnome-keyring gps kerberos pulseaudio selinux +system-ffmpeg system-sqlite tcmalloc" + +# Native Client binaries are compiled with different set of flags, bug #452066. +QA_FLAGS_IGNORED=".*\.nexe" + +# Native Client binaries may be stripped by the build system, which uses the +# right tools for it, bug #469144 . +QA_PRESTRIPPED=".*\.nexe" + +RDEPEND=">=app-accessibility/speech-dispatcher-0.8:= + app-arch/bzip2:= + app-arch/snappy:= + system-sqlite? ( dev-db/sqlite:3 ) + cups? ( + dev-libs/libgcrypt:= + >=net-print/cups-1.3.11:= + ) + >=dev-lang/v8-3.17.6:= + =dev-lang/v8-3.19* + >=dev-libs/elfutils-0.149 + dev-libs/expat:= + >=dev-libs/icu-49.1.1-r1:= + >=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.12.3:= + dev-libs/protobuf:= + dev-libs/re2:= + gnome? ( >=gnome-base/gconf-2.24.0:= ) + gnome-keyring? ( >=gnome-base/gnome-keyring-2.28.2:= ) + gps? ( >=sci-geosciences/gpsd-3.7:=[shm] ) + >=media-libs/alsa-lib-1.0.19:= + media-libs/flac:= + media-libs/harfbuzz:= + >=media-libs/libjpeg-turbo-1.2.0-r1:= + media-libs/libpng:0= + media-libs/libvpx:= + >=media-libs/libwebp-0.2.0_rc1:= + !arm? ( !x86? ( >=media-libs/mesa-9.1:=[gles2] ) ) + media-libs/opus:= + media-libs/speex:= + pulseaudio? ( media-sound/pulseaudio:= ) + system-ffmpeg? ( || ( + >=media-video/ffmpeg-1.0:=[opus] + >=media-video/libav-9.5:=[opus] + ) ) + sys-apps/dbus:= + sys-apps/pciutils:= + sys-libs/zlib:=[minizip] + virtual/udev + virtual/libusb:1= + x11-libs/gtk+:2= + x11-libs/libXinerama:= + x11-libs/libXScrnSaver:= + x11-libs/libXtst:= + kerberos? ( virtual/krb5 ) + selinux? ( sec-policy/selinux-chromium )" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + !arm? ( + >=dev-lang/nacl-toolchain-newlib-0_p9093 + dev-lang/yasm + ) + dev-lang/perl + dev-python/jinja + dev-python/ply + dev-python/simplejson + >=dev-util/gperf-3.0.3 + dev-util/ninja + sys-apps/hwids + >=sys-devel/bison-2.4.3 + sys-devel/flex + virtual/pkgconfig + test? ( dev-python/pyftpdlib )" +RDEPEND+=" + !=www-client/chromium-9999 + x11-misc/xdg-utils + virtual/ttf-fonts" + +if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then + EBUILD_DEATH_HOOKS+=" chromium_pkg_die"; +fi + +pkg_setup() { + if [[ "${SLOT}" == "0" ]]; then + CHROMIUM_SUFFIX="" + else + CHROMIUM_SUFFIX="-${SLOT}" + fi + CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser${CHROMIUM_SUFFIX}" + + # Make sure the build system will use the right python, bug #344367. + python-any-r1_pkg_setup + + chromium_suid_sandbox_check_kernel_config + + if use bindist && ! use system-ffmpeg; then + elog "bindist enabled: H.264 video support will be disabled." + fi + if ! use bindist; then + elog "bindist disabled: Resulting binaries may not be legal to re-distribute." + fi +} + +src_prepare() { + if ! use arm; then + mkdir -p out/Release/gen/sdk/toolchain || die + # Do not preserve SELinux context, bug #460892 . + cp -a --no-preserve=context /usr/$(get_libdir)/nacl-toolchain-newlib \ + out/Release/gen/sdk/toolchain/linux_x86_newlib || die + touch out/Release/gen/sdk/toolchain/linux_x86_newlib/stamp.untar || die + fi + + epatch "${FILESDIR}/${PN}-gpsd-r0.patch" + epatch "${FILESDIR}/${PN}-system-ffmpeg-r7.patch" + + epatch_user + + # Remove most bundled libraries. Some are still needed. + find third_party -type f \! -iname '*.gyp*' \ + \! -path 'third_party/WebKit/*' \ + \! -path 'third_party/angle/*' \ + \! -path 'third_party/cacheinvalidation/*' \ + \! -path 'third_party/cld/*' \ + \! -path 'third_party/cros_system_api/*' \ + \! -path 'third_party/ffmpeg/*' \ + \! -path 'third_party/flot/*' \ + \! -path 'third_party/hunspell/*' \ + \! -path 'third_party/hyphen/*' \ + \! -path 'third_party/iccjpeg/*' \ + \! -path 'third_party/jstemplate/*' \ + \! -path 'third_party/khronos/*' \ + \! -path 'third_party/leveldatabase/*' \ + \! -path 'third_party/libjingle/*' \ + \! -path 'third_party/libphonenumber/*' \ + \! -path 'third_party/libsrtp/*' \ + \! -path 'third_party/libxml/chromium/*' \ + \! -path 'third_party/libXNVCtrl/*' \ + \! -path 'third_party/libyuv/*' \ + \! -path 'third_party/lss/*' \ + \! -path 'third_party/mesa/*' \ + \! -path 'third_party/modp_b64/*' \ + \! -path 'third_party/mongoose/*' \ + \! -path 'third_party/mt19937ar/*' \ + \! -path 'third_party/npapi/*' \ + \! -path 'third_party/openmax/*' \ + \! -path 'third_party/ots/*' \ + \! -path 'third_party/pywebsocket/*' \ + \! -path 'third_party/qcms/*' \ + \! -path 'third_party/sfntly/*' \ + \! -path 'third_party/skia/*' \ + \! -path 'third_party/smhasher/*' \ + \! -path 'third_party/sqlite/*' \ + \! -path 'third_party/tcmalloc/*' \ + \! -path 'third_party/tlslite/*' \ + \! -path 'third_party/trace-viewer/*' \ + \! -path 'third_party/undoview/*' \ + \! -path 'third_party/v8-i18n/*' \ + \! -path 'third_party/webdriver/*' \ + \! -path 'third_party/webrtc/*' \ + \! -path 'third_party/widevine/*' \ + \! -path 'third_party/x86inc/*' \ + \! -path 'third_party/zlib/google/*' \ + -delete || die + + # Remove bundled v8. + find v8 -type f \! -iname '*.gyp*' -delete || die +} + +src_configure() { + local myconf="" + + # Never tell the build system to "enable" SSE2, it has a few unexpected + # additions, bug #336871. + myconf+=" -Ddisable_sse2=1" + + # Optional tcmalloc. Note it causes problems with e.g. NVIDIA + # drivers, bug #413637. + myconf+=" $(gyp_use tcmalloc linux_use_tcmalloc)" + + # Disable glibc Native Client toolchain, we don't need it (bug #417019). + myconf+=" -Ddisable_glibc=1" + + # TODO: also build with pnacl + myconf+=" -Ddisable_pnacl=1" + + # It would be awkward for us to tar the toolchain and get it untarred again + # during the build. + myconf+=" -Ddisable_newlib_untar=1" + + # Make it possible to remove third_party/adobe. + echo > "${T}/flapper_version.h" || die + myconf+=" -Dflapper_version_h_file=${T}/flapper_version.h" + + # Use system-provided libraries. + # TODO: use_system_hunspell (upstream changes needed). + # TODO: use_system_libsrtp (bug #459932). + # TODO: use_system_ssl (http://crbug.com/58087). + # TODO: use_system_sqlite (http://crbug.com/22208). + myconf+=" + -Duse_system_bzip2=1 + -Duse_system_flac=1 + -Duse_system_harfbuzz=1 + -Duse_system_icu=1 + -Duse_system_jsoncpp=1 + -Duse_system_libevent=1 + -Duse_system_libjpeg=1 + -Duse_system_libpng=1 + -Duse_system_libusb=1 + -Duse_system_libvpx=1 + -Duse_system_libwebp=1 + -Duse_system_libxml=1 + -Duse_system_libxslt=1 + -Duse_system_minizip=1 + -Duse_system_nspr=1 + -Duse_system_opus=1 + -Duse_system_protobuf=1 + -Duse_system_re2=1 + -Duse_system_snappy=1 + -Duse_system_speex=1 + -Duse_system_v8=1 + -Duse_system_xdg_utils=1 + -Duse_system_zlib=1 + $(gyp_use system-ffmpeg use_system_ffmpeg)" + + # TODO: Use system mesa on x86, bug #457130 . + if ! use x86 && ! use arm; then + myconf+=" + -Duse_system_mesa=1" + fi + + # TODO: patch gyp so that this arm conditional is not needed. + if ! use arm; then + myconf+=" + -Duse_system_yasm=1" + fi + + # TODO: re-enable on vp9 libvpx release (http://crbug.com/174287). + myconf+=" + -Dmedia_use_libvpx=0" + + # Optional dependencies. + # TODO: linux_link_kerberos, bug #381289. + myconf+=" + $(gyp_use cups) + $(gyp_use gnome use_gconf) + $(gyp_use gnome-keyring use_gnome_keyring) + $(gyp_use gnome-keyring linux_link_gnome_keyring) + $(gyp_use gps linux_use_libgps) + $(gyp_use gps linux_link_libgps) + $(gyp_use kerberos) + $(gyp_use pulseaudio)" + + if use system-sqlite; then + elog "Enabling system sqlite. WebSQL - http://www.w3.org/TR/webdatabase/" + elog "will not work. Please report sites broken by this" + elog "to https://bugs.gentoo.org" + myconf+=" + -Duse_system_sqlite=1 + -Denable_sql_database=0" + fi + + # Use explicit library dependencies instead of dlopen. + # This makes breakages easier to detect by revdep-rebuild. + myconf+=" + -Dlinux_link_gsettings=1 + -Dlinux_link_libpci=1 + -Dlinux_link_libspeechd=1 + -Dlibspeechd_h_prefix=speech-dispatcher/" + + # TODO: use the file at run time instead of effectively compiling it in. + myconf+=" + -Dusb_ids_path=/usr/share/misc/usb.ids" + + # Enable SUID sandbox. + myconf+=" + -Dlinux_sandbox_path=${CHROMIUM_HOME}/chrome_sandbox + -Dlinux_sandbox_chrome_path=${CHROMIUM_HOME}/chrome" + + # Never use bundled gold binary. Disable gold linker flags for now. + myconf+=" + -Dlinux_use_gold_binary=0 + -Dlinux_use_gold_flags=0" + + # Always support proprietary codecs. + myconf+=" -Dproprietary_codecs=1" + + if ! use bindist && ! use system-ffmpeg; then + # Enable H.624 support in bundled ffmpeg. + myconf+=" -Dffmpeg_branding=Chrome" + fi + + # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . + # Note: these are for Gentoo use ONLY. For your own distribution, + # please get your own set of keys. Feel free to contact chromium@gentoo.org + # for more info. + myconf+=" -Dgoogle_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc + -Dgoogle_default_client_id=329227923882.apps.googleusercontent.com + -Dgoogle_default_client_secret=vgKG0NNv7GoDpbtoFNLxCUXu" + + local myarch="$(tc-arch)" + if [[ $myarch = amd64 ]] ; then + myconf+=" -Dtarget_arch=x64" + elif [[ $myarch = x86 ]] ; then + myconf+=" -Dtarget_arch=ia32" + elif [[ $myarch = arm ]] ; then + # TODO: re-enable NaCl (NativeClient). + myconf+=" -Dtarget_arch=arm + -Dsysroot= + -Darmv7=0 + -Darm_neon=0 + -Ddisable_nacl=1" + else + die "Failed to determine target arch, got '$myarch'." + fi + + # Make sure that -Werror doesn't get added to CFLAGS by the build system. + # Depending on GCC version the warnings are different and we don't want + # the build to fail because of that. + myconf+=" -Dwerror=" + + # Avoid CFLAGS problems, bug #352457, bug #390147. + if ! use custom-cflags; then + replace-flags "-Os" "-O2" + strip-flags + fi + + # Make sure the build system will use the right tools, bug #340795. + tc-export AR CC CXX RANLIB + + # Tools for building programs to be executed on the build system, bug #410883. + export AR_host=$(tc-getBUILD_AR) + export CC_host=$(tc-getBUILD_CC) + export CXX_host=$(tc-getBUILD_CXX) + export LD_host=${CXX_host} + + build/linux/unbundle/replace_gyp_files.py ${myconf} || die + egyp_chromium ${myconf} || die +} + +src_compile() { + # TODO: add media_unittests after fixing compile (bug #462546). + local test_targets="" + for x in base cacheinvalidation content crypto \ + googleurl gpu net printing sql; do + test_targets+=" ${x}_unittests" + done + + local ninja_targets="chrome chrome_sandbox chromedriver" + if use test; then + ninja_targets+=" $test_targets" + fi + + # Even though ninja autodetects number of CPUs, we respect + # user's options, for debugging with -j 1 or any other reason. + ninja -C out/Release -v -j $(makeopts_jobs) ${ninja_targets} || die + + pax-mark m out/Release/chrome + if use test; then + for x in $test_targets; do + pax-mark m out/Release/${x} + done + fi +} + +src_test() { + # For more info see bug #350349. + local mylocale='en_US.utf8' + if ! locale -a | grep -q "$mylocale"; then + eerror "${PN} requires ${mylocale} locale for tests" + eerror "Please read the following guides for more information:" + eerror " http://www.gentoo.org/doc/en/guide-localization.xml" + eerror " http://www.gentoo.org/doc/en/utf-8.xml" + die "locale ${mylocale} is not supported" + fi + + # For more info see bug #370957. + if [[ $UID -eq 0 ]]; then + die "Tests must be run as non-root. Please use FEATURES=userpriv." + fi + + runtest() { + local cmd=$1 + shift + local filter="--gtest_filter=$(IFS=:; echo "-${*}")" + einfo "${cmd}" "${filter}" + LC_ALL="${mylocale}" VIRTUALX_COMMAND="${cmd}" virtualmake "${filter}" + } + + local excluded_base_unittests=( + "ICUStringConversionsTest.*" # bug #350347 + "MessagePumpLibeventTest.*" # bug #398591 + "TimeTest.JsTime" # bug #459614 + "SecurityTest.NewOverflow" # bug #465724 + ) + runtest out/Release/base_unittests "${excluded_base_unittests[@]}" + + runtest out/Release/cacheinvalidation_unittests + + local excluded_content_unittests=( + "RendererDateTimePickerTest.*" # bug #465452 + ) + runtest out/Release/content_unittests "${excluded_content_unittests[@]}" + + runtest out/Release/crypto_unittests + runtest out/Release/googleurl_unittests + runtest out/Release/gpu_unittests + + # TODO: add media_unittests after fixing compile (bug #462546). + # runtest out/Release/media_unittests + + local excluded_net_unittests=( + "NetUtilTest.IDNToUnicode*" # bug 361885 + "NetUtilTest.FormatUrl*" # see above + "DnsConfigServiceTest.GetSystemConfig" # bug #394883 + "CertDatabaseNSSTest.ImportServerCert_SelfSigned" # bug #399269 + "CertDatabaseNSSTest.TrustIntermediateCa*" # http://crbug.com/224612 + "URLFetcher*" # bug #425764 + "HTTPSOCSPTest.*" # bug #426630 + "HTTPSEVCRLSetTest.*" # see above + "HTTPSCRLSetTest.*" # see above + "*SpdyFramerTest.BasicCompression*" # bug #465444 + ) + runtest out/Release/net_unittests "${excluded_net_unittests[@]}" + + runtest out/Release/printing_unittests + + local excluded_sql_unittests=( + "SQLiteFeaturesTest.FTS2" # bug #461286 + ) + runtest out/Release/sql_unittests "${excluded_sql_unittests[@]}" +} + +src_install() { + exeinto "${CHROMIUM_HOME}" + doexe out/Release/chrome || die + + doexe out/Release/chrome_sandbox || die + fperms 4755 "${CHROMIUM_HOME}/chrome_sandbox" + + doexe out/Release/chromedriver || die + + if ! use arm; then + doexe out/Release/nacl_helper{,_bootstrap} || die + insinto "${CHROMIUM_HOME}" + doins out/Release/nacl_irt_*.nexe || die + doins out/Release/libppGoogleNaClPluginChrome.so || die + fi + + newexe "${FILESDIR}"/chromium-launcher-r3.sh chromium-launcher.sh || die + if [[ "${CHROMIUM_SUFFIX}" != "" ]]; then + sed "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" \ + -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die + sed "s:chromium.desktop:chromium${CHROMIUM_SUFFIX}.desktop:g" \ + -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die + sed "s:plugins:plugins --user-data-dir=\${HOME}/.config/chromium${CHROMIUM_SUFFIX}:" \ + -i "${ED}"/"${CHROMIUM_HOME}"/chromium-launcher.sh || die + fi + + # It is important that we name the target "chromium-browser", + # xdg-utils expect it; bug #355517. + dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser${CHROMIUM_SUFFIX} || die + # keep the old symlink around for consistency + dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium${CHROMIUM_SUFFIX} || die + + # Allow users to override command-line options, bug #357629. + dodir /etc/chromium || die + insinto /etc/chromium + newins "${FILESDIR}/chromium.default" "default" || die + + pushd out/Release/locales > /dev/null || die + chromium_remove_language_paks + popd + + insinto "${CHROMIUM_HOME}" + doins out/Release/*.pak || die + + doins -r out/Release/locales || die + doins -r out/Release/resources || die + + newman out/Release/chrome.1 chromium${CHROMIUM_SUFFIX}.1 || die + newman out/Release/chrome.1 chromium-browser${CHROMIUM_SUFFIX}.1 || die + + if ! use system-ffmpeg; then + doexe out/Release/libffmpegsumo.so || die + fi + + # Install icons and desktop entry. + local branding size + for size in 16 22 24 32 48 64 128 256 ; do + case ${size} in + 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;; + *) branding="chrome/app/theme/chromium" ;; + esac + newicon -s ${size} "${branding}/product_logo_${size}.png" \ + chromium-browser${CHROMIUM_SUFFIX}.png + done + + local mime_types="text/html;text/xml;application/xhtml+xml;" + mime_types+="x-scheme-handler/http;x-scheme-handler/https;" # bug #360797 + mime_types+="x-scheme-handler/ftp;" # bug #412185 + mime_types+="x-scheme-handler/mailto;x-scheme-handler/webcal;" # bug #416393 + make_desktop_entry \ + chromium-browser${CHROMIUM_SUFFIX} \ + "Chromium${CHROMIUM_SUFFIX}" \ + chromium-browser${CHROMIUM_SUFFIX} \ + "Network;WebBrowser" \ + "MimeType=${mime_types}\nStartupWMClass=chromium-browser" + sed -e "/^Exec/s/$/ %U/" -i "${ED}"/usr/share/applications/*.desktop || die + + # Install GNOME default application entry (bug #303100). + if use gnome; then + dodir /usr/share/gnome-control-center/default-apps || die + insinto /usr/share/gnome-control-center/default-apps + newins "${FILESDIR}"/chromium-browser.xml chromium-browser${CHROMIUM_SUFFIX}.xml || die + if [[ "${CHROMIUM_SUFFIX}" != "" ]]; then + sed "s:chromium-browser:chromium-browser${CHROMIUM_SUFFIX}:g" -i \ + "${ED}"/usr/share/gnome-control-center/default-apps/chromium-browser${CHROMIUM_SUFFIX}.xml + fi + fi +} diff --git a/www-client/chromium/chromium-9999-r1.ebuild b/www-client/chromium/chromium-9999-r1.ebuild index 447f6be429eb..3c6c60d16320 100644 --- a/www-client/chromium/chromium-9999-r1.ebuild +++ b/www-client/chromium/chromium-9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.195 2013/05/25 00:13:09 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.196 2013/05/29 21:49:21 phajdan.jr Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -192,7 +192,7 @@ src_prepare() { touch out/Release/gen/sdk/toolchain/linux_x86_newlib/stamp.untar || die fi - epatch "${FILESDIR}/${PN}-system-ffmpeg-r6.patch" + epatch "${FILESDIR}/${PN}-system-ffmpeg-r7.patch" epatch_user diff --git a/www-client/chromium/files/chromium-system-ffmpeg-r7.patch b/www-client/chromium/files/chromium-system-ffmpeg-r7.patch new file mode 100644 index 000000000000..f3c2b96d1bb1 --- /dev/null +++ b/www-client/chromium/files/chromium-system-ffmpeg-r7.patch @@ -0,0 +1,115 @@ +--- a/media/filters/ffmpeg_glue.h ++++ b/media/filters/ffmpeg_glue.h +@@ -28,9 +28,9 @@ + #include "base/basictypes.h" + #include "base/memory/scoped_ptr.h" + #include "media/base/media_export.h" ++#include "media/ffmpeg/ffmpeg_common.h" + + struct AVFormatContext; +-struct AVIOContext; + + namespace media { + +--- a/media/ffmpeg/ffmpeg_common.cc.orig 2013-01-17 00:07:51.635057013 +0000 ++++ b/media/ffmpeg/ffmpeg_common.cc 2013-01-17 00:15:50.867406811 +0000 +@@ -85,8 +85,10 @@ + return kCodecGSM_MS; + case AV_CODEC_ID_PCM_MULAW: + return kCodecPCM_MULAW; ++#ifndef CHROMIUM_OMIT_AV_CODEC_ID_OPUS + case AV_CODEC_ID_OPUS: + return kCodecOpus; ++#endif + default: + DVLOG(1) << "Unknown audio CodecID: " << codec_id; + } +@@ -130,8 +132,10 @@ + return AV_CODEC_ID_GSM_MS; + case kCodecPCM_MULAW: + return AV_CODEC_ID_PCM_MULAW; ++#ifndef CHROMIUM_OMIT_AV_CODEC_ID_OPUS + case kCodecOpus: + return AV_CODEC_ID_OPUS; ++#endif + default: + DVLOG(1) << "Unknown AudioCodec: " << audio_codec; + } +@@ -149,8 +153,10 @@ + return kCodecMPEG4; + case AV_CODEC_ID_VP8: + return kCodecVP8; ++#ifndef CHROMIUM_OMIT_AV_CODEC_ID_VP9 + case AV_CODEC_ID_VP9: + return kCodecVP9; ++#endif + default: + DVLOG(1) << "Unknown video CodecID: " << codec_id; + } +@@ -167,8 +173,10 @@ + return AV_CODEC_ID_MPEG4; + case kCodecVP8: + return AV_CODEC_ID_VP8; ++#ifndef CHROMIUM_OMIT_AV_CODEC_ID_VP9 + case kCodecVP9: + return AV_CODEC_ID_VP9; ++#endif + default: + DVLOG(1) << "Unknown VideoCodec: " << video_codec; + } +--- a/media/filters/ffmpeg_demuxer.cc.orig 2013-05-09 18:04:25.089276403 +0000 ++++ b/media/filters/ffmpeg_demuxer.cc 2013-05-09 18:05:16.289599070 +0000 +@@ -111,12 +111,15 @@ + // Get side data if any. For now, the only type of side_data is VP8 Alpha. We + // keep this generic so that other side_data types in the future can be + // handled the same way as well. +- av_packet_split_side_data(packet.get()); + int side_data_size = 0; +- uint8* side_data = av_packet_get_side_data( ++ uint8* side_data = NULL; ++#ifndef CHROMIUM_OMIT_AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL ++ av_packet_split_side_data(packet.get()); ++ side_data = av_packet_get_side_data( + packet.get(), + AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL, + &side_data_size); ++#endif + + // If a packet is returned by FFmpeg's av_parser_parse2() the packet will + // reference inner memory of FFmpeg. As such we should transfer the packet +--- a/media/base/media_posix.cc.orig 2013-05-24 20:59:12.963046035 +0000 ++++ b/media/base/media_posix.cc 2013-05-24 20:59:50.593275882 +0000 +@@ -11,12 +11,15 @@ + #include "base/path_service.h" + #include "base/strings/stringize_macros.h" + #include "media/ffmpeg/ffmpeg_common.h" ++ ++#if !defined(USE_SYSTEM_FFMPEG) + #include "third_party/ffmpeg/ffmpeg_stubs.h" + + using third_party_ffmpeg::kNumStubModules; + using third_party_ffmpeg::kModuleFfmpegsumo; + using third_party_ffmpeg::InitializeStubs; + using third_party_ffmpeg::StubPathMap; ++#endif + + namespace media { + namespace internal { +@@ -46,6 +49,9 @@ + #endif + + bool InitializeMediaLibraryInternal(const base::FilePath& module_dir) { ++#if defined(USE_SYSTEM_FFMPEG) ++ return true; ++#else + StubPathMap paths; + + // First try to initialize with Chrome's sumo library. +@@ -61,6 +67,7 @@ + FILE_PATH_LITERAL(DSO_NAME("avformat", AVFORMAT_VERSION))).value()); + + return InitializeStubs(paths); ++#endif + } + + } // namespace internal diff --git a/www-client/google-chrome/Manifest b/www-client/google-chrome/Manifest index 65daa6a66fcc..3c96f6fc2b1b 100644 --- a/www-client/google-chrome/Manifest +++ b/www-client/google-chrome/Manifest @@ -2,5 +2,5 @@ DIST google-chrome-beta_28.0.1500.20-r201172_amd64.deb 43134500 SHA256 b31fc8fa9 DIST google-chrome-beta_28.0.1500.20-r201172_i386.deb 40903390 SHA256 5db568a05ca200dc3df64fdf8960a99b538bab3d39848f4010626523e8b08bc2 SHA512 87a744b6df6ad4ecd95486f58f08597a0e59f14cb4dc52c08ab0933430984a0dea051ba84b608fec739ab5c34754d97024e66fcb9417c7143829657747c500f2 WHIRLPOOL 5a71f875b3493dbccad4907b7fb8f8d670198542f67a226ca2e5ebbad210c56e98eba6d5cc3f06b8a1556c41b80a95ed3ab3f1dee7955e11f778e1f0cc18737c DIST google-chrome-stable_27.0.1453.93-r200836_amd64.deb 41881718 SHA256 07f8101825956ceda69b246c302b70ee76aa995775dd2676f444b1c738f244d8 SHA512 d9c0015c46f064bcc6ce940309ffe1061b792f63438f2097e245ad5805c57a9ed0b96e6c5751bcebfd6ae80a24b903e6a99ece9964f8c31ecd9eaed0ba7c5171 WHIRLPOOL 972a413f1d32483e45d49b2527ed929a660ea7870285e9f8316bbac6ad5a96c2fdf77557a443631c3ffd297c86b06777d4735fb6e7cd4b3b490125df651ddadc DIST google-chrome-stable_27.0.1453.93-r200836_i386.deb 39916868 SHA256 dadc706adbfd0985ef912a2c320dbd69b7aa7ec00d7c95872fe923ef2ef5527e SHA512 9781b9dc88401e0904f9013c61357d50b9b63c45b073735fc39d7a3ad01d19c2892296dd32d78b869ef3400dead808fd7df6fab96e911aee84e9a64c168113b6 WHIRLPOOL 2cbb78ce2509069375ba32b34e9f8400f9783adf7b64f15218746eb8c9bd60d156a5c2c08429d4a888712e0088f80b92d5d75ef35fd4146f7eb916c92ffda2be -DIST google-chrome-unstable_29.0.1516.3-r201887_amd64.deb 43364314 SHA256 7294132eb3766dd7e0ee8f10a3bc53a747fd12f49a82e7497564e8abd018f496 SHA512 8118e3068489664b6d39090469fdb5a0b3ee132b1404e514c91915312d4603216b3673834d701fca5406303396f3f3fbe9ef7d16cc195b198168f6dedd442fbf WHIRLPOOL e413d0f8aa590b836f1ad8cf8c03e954079b828ffd4bdb60743ca92f2e558e1425904a09d93f28a0dc5b200c7115ba479a914d29369c6f90793a68da7bfeff2a -DIST google-chrome-unstable_29.0.1516.3-r201887_i386.deb 41112938 SHA256 3eced97e7a2a81a7bec67c1368f0b47cf85f34a47c5802a10ef438d8507855dd SHA512 f16a9979ff6210a1142aee82bb9f867b65f08ea3d44bbc4b75eb9c35de0bca66b7e7e7f9a43ba20c1d993c2eab21466a8a373701aff770b1e715ca945c43a0c7 WHIRLPOOL 0944e8a0c1ec027faee51a06b74dd4d57b52e40b6ac27e0a74c8150fd404fdf8b14a035afd53f329fd45b79fe1da1088dd4ec9d2cd93083e0cf501775dc83235 +DIST google-chrome-unstable_29.0.1521.3-r202710_amd64.deb 43433636 SHA256 99555406ad8e4af0fd8faa389cdff8ffd9701e3aa9dc905d36533bae84605d02 SHA512 753d2b5265b7ced7f9388b531450de03d0bde868d2e338f31c14e792bb9e45c3a456425c125cb6c29fea19773977bd4878cec667d99a37b346be4c7aeb975ecc WHIRLPOOL c9c36519ff084be7d10b2e3d53e11f5be6715f54831ffec695601549201fcbc42eb8602fd60c2298bf6994406fe6d8283e77ce21b774d453e39a37d03ac55711 +DIST google-chrome-unstable_29.0.1521.3-r202710_i386.deb 41222810 SHA256 df64fb1360e3604a255f3a795719eab566c384c9b6cd45adca97f6e4e9170211 SHA512 74dc28f90741eebd371aa111992b60cf7cc2413591863e8a31825846343a23333d48b4a64836601a87f8e21b975ffc84979c7d9376029743d28911c711d4b939 WHIRLPOOL 132f27bea8675d322d9fa10fdab3986007e0275347feb9fa231e1056a4f7a64e336ee6f9ea09dfe3fea517494e57f485cd2c5b43a7ced0d72d44f120475c0923 diff --git a/www-client/google-chrome/google-chrome-29.0.1516.3_alpha201887.ebuild b/www-client/google-chrome/google-chrome-29.0.1521.3_alpha202710.ebuild similarity index 97% rename from www-client/google-chrome/google-chrome-29.0.1516.3_alpha201887.ebuild rename to www-client/google-chrome/google-chrome-29.0.1521.3_alpha202710.ebuild index b12aa81bc2a8..9f4b5fec78ab 100644 --- a/www-client/google-chrome/google-chrome-29.0.1516.3_alpha201887.ebuild +++ b/www-client/google-chrome/google-chrome-29.0.1521.3_alpha202710.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome/google-chrome-29.0.1516.3_alpha201887.ebuild,v 1.2 2013/05/27 19:34:43 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/google-chrome/google-chrome-29.0.1521.3_alpha202710.ebuild,v 1.1 2013/05/29 20:27:51 floppym Exp $ EAPI="4" diff --git a/www-plugins/chrome-binary-plugins/Manifest b/www-plugins/chrome-binary-plugins/Manifest index 65daa6a66fcc..3c96f6fc2b1b 100644 --- a/www-plugins/chrome-binary-plugins/Manifest +++ b/www-plugins/chrome-binary-plugins/Manifest @@ -2,5 +2,5 @@ DIST google-chrome-beta_28.0.1500.20-r201172_amd64.deb 43134500 SHA256 b31fc8fa9 DIST google-chrome-beta_28.0.1500.20-r201172_i386.deb 40903390 SHA256 5db568a05ca200dc3df64fdf8960a99b538bab3d39848f4010626523e8b08bc2 SHA512 87a744b6df6ad4ecd95486f58f08597a0e59f14cb4dc52c08ab0933430984a0dea051ba84b608fec739ab5c34754d97024e66fcb9417c7143829657747c500f2 WHIRLPOOL 5a71f875b3493dbccad4907b7fb8f8d670198542f67a226ca2e5ebbad210c56e98eba6d5cc3f06b8a1556c41b80a95ed3ab3f1dee7955e11f778e1f0cc18737c DIST google-chrome-stable_27.0.1453.93-r200836_amd64.deb 41881718 SHA256 07f8101825956ceda69b246c302b70ee76aa995775dd2676f444b1c738f244d8 SHA512 d9c0015c46f064bcc6ce940309ffe1061b792f63438f2097e245ad5805c57a9ed0b96e6c5751bcebfd6ae80a24b903e6a99ece9964f8c31ecd9eaed0ba7c5171 WHIRLPOOL 972a413f1d32483e45d49b2527ed929a660ea7870285e9f8316bbac6ad5a96c2fdf77557a443631c3ffd297c86b06777d4735fb6e7cd4b3b490125df651ddadc DIST google-chrome-stable_27.0.1453.93-r200836_i386.deb 39916868 SHA256 dadc706adbfd0985ef912a2c320dbd69b7aa7ec00d7c95872fe923ef2ef5527e SHA512 9781b9dc88401e0904f9013c61357d50b9b63c45b073735fc39d7a3ad01d19c2892296dd32d78b869ef3400dead808fd7df6fab96e911aee84e9a64c168113b6 WHIRLPOOL 2cbb78ce2509069375ba32b34e9f8400f9783adf7b64f15218746eb8c9bd60d156a5c2c08429d4a888712e0088f80b92d5d75ef35fd4146f7eb916c92ffda2be -DIST google-chrome-unstable_29.0.1516.3-r201887_amd64.deb 43364314 SHA256 7294132eb3766dd7e0ee8f10a3bc53a747fd12f49a82e7497564e8abd018f496 SHA512 8118e3068489664b6d39090469fdb5a0b3ee132b1404e514c91915312d4603216b3673834d701fca5406303396f3f3fbe9ef7d16cc195b198168f6dedd442fbf WHIRLPOOL e413d0f8aa590b836f1ad8cf8c03e954079b828ffd4bdb60743ca92f2e558e1425904a09d93f28a0dc5b200c7115ba479a914d29369c6f90793a68da7bfeff2a -DIST google-chrome-unstable_29.0.1516.3-r201887_i386.deb 41112938 SHA256 3eced97e7a2a81a7bec67c1368f0b47cf85f34a47c5802a10ef438d8507855dd SHA512 f16a9979ff6210a1142aee82bb9f867b65f08ea3d44bbc4b75eb9c35de0bca66b7e7e7f9a43ba20c1d993c2eab21466a8a373701aff770b1e715ca945c43a0c7 WHIRLPOOL 0944e8a0c1ec027faee51a06b74dd4d57b52e40b6ac27e0a74c8150fd404fdf8b14a035afd53f329fd45b79fe1da1088dd4ec9d2cd93083e0cf501775dc83235 +DIST google-chrome-unstable_29.0.1521.3-r202710_amd64.deb 43433636 SHA256 99555406ad8e4af0fd8faa389cdff8ffd9701e3aa9dc905d36533bae84605d02 SHA512 753d2b5265b7ced7f9388b531450de03d0bde868d2e338f31c14e792bb9e45c3a456425c125cb6c29fea19773977bd4878cec667d99a37b346be4c7aeb975ecc WHIRLPOOL c9c36519ff084be7d10b2e3d53e11f5be6715f54831ffec695601549201fcbc42eb8602fd60c2298bf6994406fe6d8283e77ce21b774d453e39a37d03ac55711 +DIST google-chrome-unstable_29.0.1521.3-r202710_i386.deb 41222810 SHA256 df64fb1360e3604a255f3a795719eab566c384c9b6cd45adca97f6e4e9170211 SHA512 74dc28f90741eebd371aa111992b60cf7cc2413591863e8a31825846343a23333d48b4a64836601a87f8e21b975ffc84979c7d9376029743d28911c711d4b939 WHIRLPOOL 132f27bea8675d322d9fa10fdab3986007e0275347feb9fa231e1056a4f7a64e336ee6f9ea09dfe3fea517494e57f485cd2c5b43a7ced0d72d44f120475c0923 diff --git a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1516.3_alpha201887.ebuild b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1521.3_alpha202710.ebuild similarity index 95% rename from www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1516.3_alpha201887.ebuild rename to www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1521.3_alpha202710.ebuild index 74a00512407f..17801eddac70 100644 --- a/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1516.3_alpha201887.ebuild +++ b/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1521.3_alpha202710.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1516.3_alpha201887.ebuild,v 1.1 2013/05/24 22:16:47 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-29.0.1521.3_alpha202710.ebuild,v 1.1 2013/05/29 20:28:30 floppym Exp $ EAPI=4 diff --git a/x11-misc/qtfm/qtfm-5.5.ebuild b/x11-misc/qtfm/qtfm-5.5.ebuild index 619fdc889545..40720acec1f1 100644 --- a/x11-misc/qtfm/qtfm-5.5.ebuild +++ b/x11-misc/qtfm/qtfm-5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/qtfm-5.5.ebuild,v 1.2 2013/03/02 23:52:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qtfm/qtfm-5.5.ebuild,v 1.3 2013/05/29 11:07:45 nimiux Exp $ EAPI=4 inherit fdo-mime qt4-r2 @@ -11,7 +11,7 @@ SRC_URI="http://www.qtfm.org/${P}.tar.gz?attredirects=0 -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" # file is for LIBS += -lmagic diff --git a/x11-misc/sunflower/sunflower-0.1_alpha53.ebuild b/x11-misc/sunflower/sunflower-0.1_alpha53.ebuild index 1fe7480e5f57..3735c5171bc3 100644 --- a/x11-misc/sunflower/sunflower-0.1_alpha53.ebuild +++ b/x11-misc/sunflower/sunflower-0.1_alpha53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha53.ebuild,v 1.1 2013/02/05 13:12:38 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha53.ebuild,v 1.2 2013/05/29 13:38:21 hasufell Exp $ EAPI=5 @@ -18,6 +18,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} diff --git a/x11-misc/sunflower/sunflower-0.1_alpha54.ebuild b/x11-misc/sunflower/sunflower-0.1_alpha54.ebuild index 65be29279994..a690386566e8 100644 --- a/x11-misc/sunflower/sunflower-0.1_alpha54.ebuild +++ b/x11-misc/sunflower/sunflower-0.1_alpha54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha54.ebuild,v 1.1 2013/03/30 00:13:14 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha54.ebuild,v 1.2 2013/05/29 13:38:21 hasufell Exp $ EAPI=5 @@ -17,6 +17,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} diff --git a/x11-misc/sunflower/sunflower-0.1_alpha55.ebuild b/x11-misc/sunflower/sunflower-0.1_alpha55.ebuild index be62ead46824..d7abc068d2df 100644 --- a/x11-misc/sunflower/sunflower-0.1_alpha55.ebuild +++ b/x11-misc/sunflower/sunflower-0.1_alpha55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha55.ebuild,v 1.1 2013/04/14 19:22:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/sunflower/sunflower-0.1_alpha55.ebuild,v 1.2 2013/05/29 13:38:21 hasufell Exp $ EAPI=5 @@ -17,6 +17,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} diff --git a/x11-wm/notion/notion-3_p2013030200.ebuild b/x11-wm/notion/notion-3_p2013030200.ebuild index 40c690fc962e..e4d542361250 100644 --- a/x11-wm/notion/notion-3_p2013030200.ebuild +++ b/x11-wm/notion/notion-3_p2013030200.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild,v 1.2 2013/05/11 07:55:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-3_p2013030200.ebuild,v 1.3 2013/05/29 06:32:20 xmw Exp $ EAPI="4" @@ -41,6 +41,8 @@ src_prepare() { -e "s:^\(VARDIR=\).*$:\1${ROOT}var/cache/${PN}:" \ -e "s:^\(X11_PREFIX=\).*:\1\$(PREFIX)/usr:" \ -i system-autodetect.mk || die + sed -e 's/gcc/$(CC)/g' \ + -i ioncore/Makefile || die export STRIPPROG=true use nls || export DEFINES=" -DCF_NO_LOCALE -DCF_NO_GETTEXT" @@ -56,6 +58,11 @@ src_prepare() { tc-export CC } +src_compile() { + emake CC="$(tc-getCC)" AR="$(tc-getAR)" \ + RANLIB="$(tc-getRANLIB)" +} + src_install() { emake DESTDIR="${D}" install diff --git a/x11-wm/notion/notion-9999.ebuild b/x11-wm/notion/notion-9999.ebuild index 2f0789034737..560c8fa573f1 100644 --- a/x11-wm/notion/notion-9999.ebuild +++ b/x11-wm/notion/notion-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.6 2013/05/11 07:55:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/notion/notion-9999.ebuild,v 1.7 2013/05/29 06:32:20 xmw Exp $ EAPI="4" @@ -41,6 +41,8 @@ src_prepare() { -e "s:^\(VARDIR=\).*$:\1${ROOT}var/cache/${PN}:" \ -e "s:^\(X11_PREFIX=\).*:\1\$(PREFIX)/usr:" \ -i system-autodetect.mk || die + sed -e 's/gcc/$(CC)/g' \ + -i ioncore/Makefile || die export STRIPPROG=true use nls || export DEFINES=" -DCF_NO_LOCALE -DCF_NO_GETTEXT" @@ -56,6 +58,11 @@ src_prepare() { tc-export CC } +src_compile() { + emake CC="$(tc-getCC)" AR="$(tc-getAR)" \ + RANLIB="$(tc-getRANLIB)" +} + src_install() { emake DESTDIR="${D}" install