Sync with portage [Mon Sep 1 19:00:39 MSK 2014].

mhiretskiy
root 10 years ago
parent 0c612826f6
commit f8adf39bfa

@ -26,3 +26,5 @@ DIST elfutils-0.158-robustify.patch 62790 SHA256 dde94387e6565803d7c8d5b4351e422
DIST elfutils-0.158.tar.bz2 4931570 SHA256 be27af5c21352f53e010342bf1c68e0b9e18232dbf3adec7e2f9b41f6bbe397d SHA512 6f27c07ad2b146d2ff857ad596f0d9150b0a041b4667f9174880a7766250ba2e52103bed9c4295e005255b683346d33d82efcda8f18f66c343df2722ca5d2ca2 WHIRLPOOL ff0c2224f9a514b83995c6f5a628e1331887e3906d3678c237c551d5572371b5a4c8bcf705f8e1389bff02bdab257460b26d8cfd3b3de2cbbc84e3f5a55445ac
DIST elfutils-0.159-portability.patch 63319 SHA256 aaaa91cc9101962cdef221b2901346921945bf6e8b7806dbf99c5c2d76dc3ae0 SHA512 043ef48ea0f2cec718d952d7137e16f34c47420b7d1788a9e1685b3543576f8d4a9f8565069709ab87a1b65d32204db01da4e0f08be51c5d8a5890c548369568 WHIRLPOOL e690f510ebe97562dbee233b146481b56fb589c7ed7e99eafd121c3990f084d6adb58fc4db0824518a84cd609a0a10a65f125697f51819b18dfcd3e691c1abd9
DIST elfutils-0.159.tar.bz2 5469000 SHA256 fffaad1ba0c4ac5c8cee56dc195746e1f1e7197ba3eba7052ad5a3635ac1242e SHA512 c58d95c90685fb0b37f728c83e9d462be2fabe1dfb7b271b3adcde5f10c532a90b07bcc1c51dd81bf768f0cd3d22fa231fafb74fb5e79098d94a566e139408ff WHIRLPOOL 71cc156658af3ea8461c4cebcf27331a3844af470e337c18a7532fd795ea91eca035ecdc74fa71e92100bf2354b9e724490eae6305cd3ab418202938a4818684
DIST elfutils-0.160-portability.patch 63302 SHA256 feb307acf472598ea7af4e4b439251613a8f5d81e804b4abf9aeca195a5d4254 SHA512 a408596fe114392034c7c6f42c4ef2e7a6bdeae346ad07c733eebe29c30d644984d775756b0395ab360c6107eab7d526cdcd0d4955eb8431cccf9ca8a278bca1 WHIRLPOOL cd415d959c8fdf16ea656de84c7e328bb98de1f9b98ba36bdafffca80a008c3673787843b876f6ddd37e1bc0d13283ed85548b5407c90120de164971cee6ae44
DIST elfutils-0.160.tar.bz2 5391252 SHA256 741b556863c069ceab2d81eb54aeda8c34f46728859704eaf9baef8503e9a9d1 SHA512 2df392739ae05e1a9ad333a02cc13e088f39370e3d14482072384b0b5285d5ba73e35562cc6c99211272f36744e657081d6d18e16e8c8519e49a51ece9151330 WHIRLPOOL afafd0c2fd2672c7b0e9cb4cdd4fc710fa38c819b7f117673e99cace7931594f03a46085a87fb4e819243572abc52f695d37cc03522bb46cdc6498be9f209582

@ -0,0 +1,72 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.160.ebuild,v 1.1 2014/09/01 09:02:16 vapier Exp $
EAPI="4"
inherit eutils flag-o-matic multilib-minimal
DESCRIPTION="Libraries/utilities to handle ELF objects (drop in replacement for libelf)"
HOMEPAGE="https://fedorahosted.org/elfutils/"
SRC_URI="https://fedorahosted.org/releases/e/l/${PN}/${PV}/${P}.tar.bz2
https://fedorahosted.org/releases/e/l/${PN}/${PV}/${PN}-portability.patch -> ${P}-portability.patch"
LICENSE="GPL-2-with-exceptions"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="bzip2 lzma nls static-libs test +threads +utils zlib"
# This pkg does not actually seem to compile currently in a uClibc
# environment (xrealloc errs), but we need to ensure that glibc never
# gets pulled in as a dep since this package does not respect virtual/libc
RDEPEND="zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] )
!dev-libs/libelf
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20130224-r11
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
>=sys-devel/flex-2.5.4a
sys-devel/m4"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.118-PaX-support.patch
epatch "${DISTDIR}"/${P}-portability.patch
use static-libs || sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in
sed -i 's:-Werror::' */Makefile.in
# some patches touch both configure and configure.ac
find -type f -exec touch -r configure {} +
}
src_configure() {
use test && append-flags -g #407135
multilib-minimal_src_configure
}
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
--disable-werror \
$(use_enable nls) \
$(use_enable threads thread-safety) \
--program-prefix="eu-" \
$(use_with zlib) \
$(use_with bzip2 bzlib) \
$(use_with lzma)
}
multilib_src_test() {
env LD_LIBRARY_PATH="${BUILD_DIR}/libelf:${BUILD_DIR}/libebl:${BUILD_DIR}/libdw:${BUILD_DIR}/libasm" \
LC_ALL="C" \
emake check || die
}
multilib_src_install_all() {
einstalldocs
dodoc NOTES
# These build quick, and are needed for most tests, so don't
# disable their building when the USE flag is disabled.
use utils || rm -rf "${ED}"/usr/bin
}

@ -1,2 +1 @@
DIST PDL-2.4.11.tar.gz 2859537 SHA256 c777ed2519d73ebde0d870e94931a2d2c57865abcee27dfec53f4412a2cac662 SHA512 014358b7d844a082552782f23d610d62b6f5bf5fccef30dc32ecad665501e278351cf3b33ceafe3387054d2063fc642b7bf56459944ee8c0c3d0d7cef3d78a2b WHIRLPOOL eb6623dce01e0f568ddcd2d399a8ddb394ab839b088347a51c5c73c8cacf91b726cd18f6692e50197ae9040eec9dcb4bc3fa7bb722c66ea316132764d40fa8d4
DIST PDL-2.4.3.tar.gz 2247010 SHA256 c1687e74f8304223ddcec59a0d0cc6322f0db43153bd00a8b9ed9fdf0eb7bcae SHA512 6253f8d44b50178c4f26dd9ad7d0faf76ee737d47cf2b623784b64fa36b745f0b56921199f64e73864a3e27a4de5993820d26c1f06f4bae6542a7f91e68f31c5 WHIRLPOOL efc4a8c7724998a719c8d54f0e9d9dbdd06dacdf189ee5a5977dfcaec9c78df7fc13fd4bc6891a25155889923611b11dc04aec696af350dc660890bc0a776f84

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.14 2014/07/21 19:02:06 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.15 2014/09/01 09:10:18 zlogene Exp $
EAPI=5
@ -14,7 +14,7 @@ DESCRIPTION="Perl Data Language for scientific computing"
LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux"
# proj support removed #497328
IUSE="+badval doc fftw fortran gd gsl hdf netpbm pdl2 pgplot plplot threads"

@ -1,92 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.21 2014/07/07 18:53:29 dilfridge Exp $
inherit perl-module eutils multilib
DESCRIPTION="PDL Perl Module"
HOMEPAGE="http://search.cpan.org/~csoe/"
SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-1+ ) public-domain PerlDL"
SLOT="0"
KEYWORDS="amd64 arm ppc x86"
IUSE="opengl badval gsl"
DEPEND=">=sys-libs/ncurses-5.2
dev-perl/Filter
virtual/perl-File-Spec
dev-perl/Inline
dev-perl/Astro-FITS-Header
>=dev-perl/ExtUtils-F77-1.13
virtual/perl-Text-Balanced
opengl? ( virtual/opengl virtual/glu )
dev-perl/Term-ReadLine-Perl
gsl? ( sci-libs/gsl )
>=sys-apps/sed-4"
mydoc="DEPENDENCIES DEVELOPMENT MANIFEST* Release_Notes TODO"
#SRC_TEST="do"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/PDL-2.4.2-makemakerfix.patch"
# Unconditional -fPIC for the lib (#55238, #180807)
epatch "${FILESDIR}/${P}-PIC.patch"
# TODO: everything in this function below this
# TODO: line really belongs in src_compile() :
# This 'fix' breaks compiles for non-opengl users
#if ! use opengl ; then
# sed -e "s:WITH_3D => undef:WITH_3D => 0:" \
# ${FILESDIR}/perldl.conf > ${S}/perldl.conf
#fi
if use badval ; then
sed -i -e "s:WITH_BADVAL => 0:WITH_BADVAL => 1:" "${S}/perldl.conf"
fi
# Turn off GSL automagic:
if use gsl ; then
sed -i -e "s:WITH_GSL => undef:WITH_GSL => 1:" "${S}/perldl.conf"
else
sed -i -e "s:WITH_GSL => undef:WITH_GSL => 0:" "${S}/perldl.conf"
fi
}
src_install() {
perl-module_src_install
dodir /usr/share/doc/${PF}/html
eval `perl '-V:version'`
PERLVERSION=${version}
eval `perl '-V:archname'`
ARCHVERSION=${archname}
mv "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/HtmlDocs/PDL \
"${D}"/usr/share/doc/${PF}/html
mydir=${D}/usr/share/doc/${PF}/html/PDL
for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/*
do
dosed ${i/${D}}
done
cp "${S}"/Doc/scantree.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/
cp "${S}"/Doc/mkhtmldoc.pl "${D}"/usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/
}
pkg_postinst() {
perl /usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/scantree.pl
elog "Building perldl.db done. You can recreate this at any time"
elog "by running"
elog "perl /usr/$(get_libdir)/perl5/vendor_perl/${PERLVERSION}/${ARCHVERSION}/PDL/Doc/scantree.pl"
epause 3
elog "PDL requires that glx and dri support be enabled in"
elog "your X configuration for certain parts of the graphics"
elog "engine to work. See your X's documentation for futher"
elog "information."
}

@ -1,4 +1,2 @@
DIST SVG-2.51.tar.gz 52590 SHA256 1b9d5e30de094954a6480c24eaad1c5bcf0583f1f1cca510dc3f9e4dbd65665d SHA512 2d9776229cb99a603d57d1386fc1953168618037d8cc8501e1d9f6ee4b01646311b9b9f530de86ec1b115a6ac1505ef9a4da110ce82753b94fba7384b2d26f2e WHIRLPOOL f7bda3dc01f0f6c7949b8f4a9ec7b24c5a9349b059ace2195514892638b746c2308e61bcdc14746eeda1f41bdb03ee5856cb624ddda74ba0c3f73fbb69d7c3a8
DIST SVG-2.53.tar.gz 53857 SHA256 1beca8aadebc249c219b2d2c7dda0a1ed4b8d76059d312b6c834e14f71f12228 SHA512 866e6d25b755dfe67e83d1e800080dbcf141c62c3ebe116d013d867e234cbcee299481a46096e61912547bb961468f285cd46e1077e647220e29fad69dc30ee6 WHIRLPOOL d32d07463bb0e24b01ff093e8a9e1f2a319043541a5eae8988a7799c2f1a2d0e10620a93351b1ed42d5773f12e81c1b79b8f40417489cc8941c2980bde98e4d9
DIST SVG-2.54.tar.gz 53926 SHA256 a8f940f6adf606e42b6e29b2130a1770c0ab213ca3cd1f51a937a520e22d5a45 SHA512 79c67cc66935fb28e0120fa36ab50dc8985ecb995cd774e51f3e9abf17c8d0a8a8c609074696474fe9277169c1c7ed5072e27757ccd0d499f3435546dbc5ac7a WHIRLPOOL 06d9e63986b77e971079de0934f374453f371f1b9db54f554384315dbe25fa3dff987e1064e3245f665498cccf0a8f46c0bc4516b12e0146b151bb498166b21b
DIST SVG-2.59.tar.gz 54926 SHA256 e1e60e590718c2de5bda17a76283fdeb137761b69da2121c03d9630257e8ba3a SHA512 2056925e19ce4410da9d7fb7ca337c47a2d866496be01d0469e0dd27882d0fca1bf0371b5f4e8e15b1974da2ed55392b2688e52eb46a4f5be2f2ba5733e7fc48 WHIRLPOOL 8b4d56101c146b64dad878f717815530b98bd9781202d2287d5478de528831fa341339367f5ccf139cb52edaac0636296c40892aff5c9b5114d213f8b7e3599d

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.540.0.ebuild,v 1.4 2013/05/16 13:18:48 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVG/SVG-2.540.0.ebuild,v 1.5 2014/09/01 12:14:16 zlogene Exp $
EAPI=5

@ -1,3 +1,4 @@
DIST multipledispatch-0.4.3.tar.gz 6591 SHA256 9d8c20ffe7f3530c9b49529ab56ec65a4759c42e19f005693bc8a188c7427255 SHA512 47b20087f4b79ca5d73f0433923abf158136e7bcf085fdd6ccbd4ba3c0e4f44087b9a92bcc77c35ac54d0c06ac71c4dc6ef20a771812e22f94e12582367d5756 WHIRLPOOL 23c24ce7f1b30ec67ea3517f35b23f52637bf894b2ee1a3c8aff071379fb36103d0703753e3fb1ebe8de625a68438156f040cf44ae384472206ffe0bc2ec4c6d
DIST multipledispatch-0.4.4.tar.gz 6851 SHA256 891f0786937536ac84d1f60bbafe4c365eafedc4d9eb3a20dd5d4b907f953614 SHA512 4e7968bf1ceab6c869159bad9d9c93bcf2644baea5aa2de9875e6ed04c101ff19398006d5e8418376aef4ef656964b85baf9b605f36db0194f0a4ef511523f6e WHIRLPOOL a6e47a534397d1d619ea0c946ee9c16bef88760e0041ee2612709aadd555f46db07dcce2efca00da730b7f282410cbf9507d5454e0ac2ab69f1bfef6f239d7fd
DIST multipledispatch-0.4.5.tar.gz 6912 SHA256 aeb5974860656de5ea488c641a86adcb965b354d1bcddf8c0a07713619ee0237 SHA512 1edde5326be770fefb94f6e1d1db96ac17602f2f4c32568d5c588fe112fa30e690d6e2f64e73cbeba9dc57bd6bd00afbd662dfa22043aa32f9d725c41fd0872f WHIRLPOOL 2f3c0ed9c988b03448b033bab223b121d0d820c6c5710e5d71a07fc438a366ac66f26f9926427b6bd6ef4b20eb3b4d8b57c702f32a88e386bea5b7d6e6744942
DIST multipledispatch-0.4.6.tar.gz 7066 SHA256 9974135f46af8f22096f0517afede26a9b2e015aed9e154c4f5e3173a447162c SHA512 90b7f0ca33abd149ce130124a6464c531698582bb831260266cca1779bf661b6868a3eaff1eab66072e84c464d3bdde517d61b970d6385f33f583fa9bc034d2c WHIRLPOOL 319f1fc7d9a6ea77f2c22a849cd7e5808c21cc792aa5168fdf3adfefe5dea65c17910245db6eb8aefdd74dd72643f3261fb67b9937c47439a897285e462fbeb8

@ -0,0 +1,19 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/multipledispatch/multipledispatch-0.4.6.ebuild,v 1.1 2014/09/01 05:40:31 patrick Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
HOMEPAGE="http://pypi.python.org/pypi/mimerender"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="dev-python/mimeparse[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

@ -1,2 +1,3 @@
DIST python3-pythondialog-3.0.1.tar.bz2 72645 SHA256 c06a5eab42c89d29e2d14471e376e68b0054e833934d8c8ba95efcb01086ba29 SHA512 c39a0c1746f612816905af47ff3c12fb293b7bd1cc732df00345bb918979c7a329e7b39536991c7920a7178f6febd9fe8b0d52b83f40eb38c62b2076e798d6ef WHIRLPOOL 3bc839d61c531cc1785f1eb84dc35915e338eae4876f2c1c3be8f901125a955786f7f4904be761ffe1fe4edd88d596bea839ce3f86ca4d75f73c53c99b605fce
DIST python3-pythondialog-3.1.0.tar.bz2 81090 SHA256 8a39f5b2ec1703649487048205512c513408dd4339df0905d512e8085ca65c84 SHA512 4bc8b7a7f82150aa3e2dd2278454ce9deb8d1c11b3102aba06cad2cd5cee1ba734433b4a9c3bc7fdacfa7539b28c6f025fa7021b2ab38c44d6db9f665cdaea26 WHIRLPOOL 8bcf0812859185ea2b87434a9aeb8cf4afac94f0ae15b212dd47ad1fbe15b2cf5ddd476303367836954ba7e36b19cde7c757b211484060e4f55d23f145a8a129
DIST pythondialog-2.7.tar.bz2 29088 SHA256 5f7dbcbd28eebadc736d957b9511a87ad5570c8fc822c8123a42e7259773cb7f SHA512 41bee85f997a97915e8af14375703e515052581d64d75ff39ce09a04552574cce3ec9128bc9897fc89e40551727adbf4c0c16f9131ae16c635b45f7642a8e9da WHIRLPOOL 9601fcbdbb311306d0757de034261a1f4592909c203b0247519c83c09a5ba393181b5fc4385d5c73cd3a6630061296dbb7e1d3ea8565ae26a47cb28978cdc8f8

@ -1,25 +1,25 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-2.7-r1.ebuild,v 1.2 2014/08/10 21:20:11 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.1.0.ebuild,v 1.1 2014/09/01 09:13:07 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_COMPAT=( python{3_2,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="A Python module for making simple text/console-mode user interfaces"
HOMEPAGE="http://pythondialog.sourceforge.net/"
SRC_URI="mirror://sourceforge/pythondialog/${P}.tar.bz2"
SRC_URI="mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
IUSE="examples"
DEPEND="dev-util/dialog"
RDEPEND="${DEPEND}"
python_prepare_all() {
sed -e "/^prefix=/d" -i setup.cfg || die "sed failed"
distutils-r1_python_prepare_all
python_install_all() {
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

@ -0,0 +1 @@
DIST typhoeus-0.6.9.gem 49152 SHA256 5979555fd430ebec72ab1f5630e8f7679979fb21984d8d9dfe3008d4f91794c8 SHA512 5063d3217f35db29d216327b6eed10d6613d018c496935e78aa8e2b10ec21f3372df11fe48155b45387767d5572efa93e74afb0bb9b10782d28e87dead0294a4 WHIRLPOOL a20d25696804d2d444fa6df145360056dd6170ace42a8cab0a84aa425ae7306173331db8ace402f4a1c596925ee8d52702bc91c967f943361a2a852170b03917

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>ruby</herd>
</pkgmetadata>

@ -0,0 +1,31 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/typhoeus/typhoeus-0.6.9.ebuild,v 1.1 2014/09/01 05:52:35 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_RECIPE_TEST="rspec"
inherit ruby-fakegem
DESCRIPTION="Typhoeus runs HTTP requests in parallel while cleanly encapsulating
handling logic."
HOMEPAGE="http://rubygems.org/gems/typhoeus/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend ">=dev-ruby/ethon-0.7.1"
ruby_add_bdepend "test? ( dev-ruby/json >=dev-ruby/faraday-0.9 >=dev-ruby/sinatra-1.3 )"
all_ruby_prepare() {
sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.10.2.ebuild,v 1.8 2014/05/15 16:44:21 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/games-fps/doomsday/doomsday-1.10.2-r1.ebuild,v 1.1 2014/09/01 07:58:26 mgorny Exp $
# TODO: fmod support broken (deng_fmod)
@ -46,7 +46,7 @@ RDEPEND="${DEPEND}
!dedicated? (
snowberry? (
${PYTHON_DEPS}
dev-lang/python-exec:0[${PYTHON_USEDEP}]
dev-lang/python-exec:2[${PYTHON_USEDEP}]
dev-python/wxpython[${PYTHON_USEDEP}]
)
)"
@ -61,9 +61,6 @@ PDEPEND="
S=${S}/${PN}
# disable python-exec:2 support, bug #484424
_PYTHON_WANT_PYTHON_EXEC2=0
pkg_setup() {
games_pkg_setup
python_export_best
@ -138,7 +135,7 @@ src_install() {
# hack around improper path handling
sed -i \
-e "s:os.chdir.*$:os.chdir('$(python_get_sitedir)/snowberry'):" \
"${D}"/"${GAMES_BINDIR}"/launch-doomsday-${EPYTHON} || die
"${D%/}$(python_get_scriptdir)"/launch-doomsday || die
}
python_foreach_impl installmodules
# remove old module dir

@ -1,53 +0,0 @@
# 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.5 2013/10/30 19:25:27 mgorny 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}
dev-lang/python-exec:0[${PYTHON_USEDEP}]"
RDEPEND="${PYTHON_DEPS}
virtual/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"
}

@ -0,0 +1,15 @@
--- leptonica-1.71.orig/configure.ac 2014-08-31 14:33:16.834598973 +0200
+++ leptonica-1.71/configure.ac 2014-09-01 10:56:59.394975447 +0200
@@ -78,10 +78,10 @@
)
)
-AS_IF([test "x$with_libopenjp2" != xno],
+AS_IF([test "x$with_libopenjpeg" != xno],
AC_CHECK_LIB([openjp2], [opj_create_decompress],
AC_DEFINE([HAVE_LIBJP2K], 1, [Define to 1 if you have libopenjp2.]) AC_SUBST([LIBJP2K_LIBS], [-lopenjp2]),
- AS_IF([test "x$with_libopenjp2" = xyes], AC_MSG_ERROR([libopenjp2 support requested but library not found]))
+ AS_IF([test "x$with_libopenjpeg" = xyes], AC_MSG_ERROR([libopenjp2 support requested but library not found]))
)
)

@ -0,0 +1,70 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71-r1.ebuild,v 1.1 2014/09/01 09:29:28 tomka Exp $
EAPI=5
AUTOTOOLS_AUTORECONF="1"
inherit eutils autotools-utils
DESCRIPTION="C library for image processing and analysis"
HOMEPAGE="http://code.google.com/p/leptonica/"
SRC_URI="http://www.leptonica.com/source/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="gif jpeg jpeg2k png tiff webp utils zlib static-libs"
# N.b. Tests need at least tiff, jpeg and maybe others to work
DEPEND="gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg )
jpeg2k? ( media-libs/openjpeg:2= )
png? ( media-libs/libpng
sys-libs/zlib
)
tiff? ( media-libs/tiff )
webp? ( media-libs/libwebp )
zlib? ( sys-libs/zlib )"
RDEPEND="${DEPEND}"
DOCS=( README version-notes )
PATCHES=( "${FILESDIR}"/"${P}"-fix-openjpeg-test.patch )
src_prepare() {
if has_version "<media-libs/openjpeg-2.1" ; then
epatch "${FILESDIR}"/"${P}"-openjpeg-2.0.patch
fi
# unhtmlize docs
local X
for X in ${DOCS[@]}; do
awk '/<\/pre>/{s--} {if (s) print $0} /<pre>/{s++}' \
"${X}.html" > "${X}" || die 'awk failed'
rm -f -- "${X}.html"
done
autotools-utils_src_prepare
}
src_configure() {
# $(use_with webp libwebp) -> unknown
# so use-flag just for pulling dependencies
# zlib handling see bug 454890
local myeconfargs=(
$(use_with gif giflib)
$(use_with jpeg)
$(use_with jpeg2k libopenjpeg)
$(use_with png libpng)
$(use_with tiff libtiff)
$(use_enable utils programs)
$(use_enable static-libs static)
)
# libpng requires zlib:
if use png && ! use zlib ; then
# Ignore users non-sensical choice of -zlib
myeconfargs+=("--with-zlib")
else
myeconfargs+=( $(use_with zlib) )
fi
autotools-utils_src_configure
}

@ -1 +1 @@
Mon, 01 Sep 2014 05:37:04 +0000
Mon, 01 Sep 2014 14:07:01 +0000

@ -1 +1 @@
Mon, 01 Sep 2014 05:37:04 +0000
Mon, 01 Sep 2014 14:07:01 +0000

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4
DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf)
EAPI=4
HOMEPAGE=https://fedorahosted.org/elfutils/
IUSE=bzip2 lzma nls static-libs test +threads +utils zlib abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux
LICENSE=GPL-2-with-exceptions
RDEPEND=zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )
SLOT=0
SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.160/elfutils-0.160.tar.bz2 https://fedorahosted.org/releases/e/l/elfutils/0.160/elfutils-portability.patch -> elfutils-0.160-portability.patch
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=caff375a3b267c061bf0f44e1d84243d

@ -4,11 +4,11 @@ DESCRIPTION=Perl Data Language for scientific computing
EAPI=5
HOMEPAGE=http://pdl.perl.org/
IUSE=+badval doc fftw fortran gd gsl hdf netpbm pdl2 pgplot plplot threads
KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
KEYWORDS=amd64 arm ppc x86 ~amd64-linux ~x86-linux
LICENSE=|| ( Artistic GPL-1+ ) public-domain PerlDL
RDEPEND=sys-libs/ncurses app-arch/sharutils dev-perl/Astro-FITS-Header dev-perl/File-Map dev-perl/Inline dev-perl/OpenGL dev-perl/TermReadKey || ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu ) virtual/perl-Data-Dumper virtual/perl-Pod-Parser virtual/perl-File-Spec virtual/perl-File-Temp dev-perl/Filter virtual/perl-Storable virtual/perl-Text-Balanced fftw? ( sci-libs/fftw:2.1 ) gd? ( media-libs/gd ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) netpbm? ( media-libs/netpbm virtual/ffmpeg ) pdl2? ( dev-perl/Devel-REPL ) pgplot? ( dev-perl/PGPLOT ) plplot? ( sci-libs/plplot ) dev-lang/perl:=[-build(-)] fortran? ( virtual/fortran )
REQUIRED_USE=plplot? ( badval )
SLOT=0
SRC_URI=mirror://cpan/authors/id/C/CH/CHM/PDL-2.4.11.tar.gz
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 fortran-2 db8710b355fc5598015c4bc3aad3bdb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module a6a2d5c77bdaeba2794b167689cafb7a toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=c34af3c43aefb9fc9807b1ae00c29556
_md5_=7c5185ab0fb0258c8dd7ebef3e987c4f

@ -1,12 +0,0 @@
DEFINED_PHASES=compile install postinst postrm preinst prerm setup test unpack
DEPEND=>=sys-libs/ncurses-5.2 dev-perl/Filter virtual/perl-File-Spec dev-perl/Inline dev-perl/Astro-FITS-Header >=dev-perl/ExtUtils-F77-1.13 virtual/perl-Text-Balanced opengl? ( virtual/opengl virtual/glu ) dev-perl/Term-ReadLine-Perl gsl? ( sci-libs/gsl ) >=sys-apps/sed-4
DESCRIPTION=PDL Perl Module
HOMEPAGE=http://search.cpan.org/~csoe/
IUSE=opengl badval gsl
KEYWORDS=amd64 arm ppc x86
LICENSE=|| ( Artistic GPL-1+ ) public-domain PerlDL
RDEPEND=>=sys-libs/ncurses-5.2 dev-perl/Filter virtual/perl-File-Spec dev-perl/Inline dev-perl/Astro-FITS-Header >=dev-perl/ExtUtils-F77-1.13 virtual/perl-Text-Balanced opengl? ( virtual/opengl virtual/glu ) dev-perl/Term-ReadLine-Perl gsl? ( sci-libs/gsl ) >=sys-apps/sed-4
SLOT=0
SRC_URI=mirror://cpan/authors/id/C/CS/CSOE/PDL-2.4.3.tar.gz
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module a6a2d5c77bdaeba2794b167689cafb7a toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=46ad7ff892fa13ab5f67731663101137

@ -10,4 +10,4 @@ RDEPEND=virtual/perl-parent dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/S/SZ/SZABGAB/SVG-2.54.tar.gz
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module a6a2d5c77bdaeba2794b167689cafb7a toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=cf4b5cf58ba13074bd88c1de4ac84b71
_md5_=f3529207e356270c51bd67dd40b450f9

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
DESCRIPTION=RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2
EAPI=5
HOMEPAGE=http://pypi.python.org/pypi/mimerender
IUSE=python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_pypy
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-python/mimeparse[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_targets_pypy )
SLOT=0
SRC_URI=mirror://pypi/m/multipledispatch/multipledispatch-0.4.6.tar.gz
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 06133990e861be0fe60c2b428fd025d9 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 8c66c6dabd0295878b68b40dbd0b087b toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=d3f9bc64fbd67d648fc76a77ea382f9d

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-util/dialog python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
DESCRIPTION=A Python module for making simple text/console-mode user interfaces
EAPI=5
HOMEPAGE=http://pythondialog.sourceforge.net/
IUSE=python_targets_python2_7
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86
LICENSE=LGPL-2
RDEPEND=dev-util/dialog python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://sourceforge/pythondialog/pythondialog-2.7.tar.bz2
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 06133990e861be0fe60c2b428fd025d9 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 8c66c6dabd0295878b68b40dbd0b087b toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=63864edd90f78cef42c88da972317336

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-util/dialog python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
DESCRIPTION=A Python module for making simple text/console-mode user interfaces
EAPI=5
HOMEPAGE=http://pythondialog.sourceforge.net/
IUSE=examples python_targets_python3_2 python_targets_python3_3 python_targets_python3_4
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86
LICENSE=LGPL-2
RDEPEND=dev-util/dialog python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)]
REQUIRED_USE=|| ( python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 )
SLOT=0
SRC_URI=mirror://sourceforge/pythondialog//3.1.0/python3-pythondialog-3.1.0.tar.bz2
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 06133990e861be0fe60c2b428fd025d9 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 8c66c6dabd0295878b68b40dbd0b087b toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=262ae0d27c0362c9e4f590094c178f7f

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/ethon-0.7.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ethon-0.7.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/ethon-0.7.1[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/json[ruby_targets_ruby19] >=dev-ruby/faraday-0.9[ruby_targets_ruby19] >=dev-ruby/sinatra-1.3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/json[ruby_targets_ruby20] >=dev-ruby/faraday-0.9[ruby_targets_ruby20] >=dev-ruby/sinatra-1.3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/json[ruby_targets_ruby21] >=dev-ruby/faraday-0.9[ruby_targets_ruby21] >=dev-ruby/sinatra-1.3[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) )
DESCRIPTION=Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
EAPI=5
HOMEPAGE=http://rubygems.org/gems/typhoeus/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/ethon-0.7.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/ethon-0.7.1[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/ethon-0.7.1[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] )
REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 )
SLOT=0
SRC_URI=mirror://rubygems/typhoeus-0.6.9.gem
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=c31053f82e078f16fb42a93bd04a3d11

@ -7,9 +7,9 @@ IUSE=dedicated fluidsynth openal snowberry +doom demo freedoom heretic hexen res
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
PDEPEND=!dedicated? ( demo? ( games-fps/doom-data ) freedoom? ( games-fps/freedoom ) resources? ( games-fps/doomsday-resources ) )
RDEPEND=dev-qt/qtcore:4 dev-qt/qtopengl:4 dev-qt/qtgui:4 net-misc/curl sys-libs/zlib !dedicated? ( media-libs/libsdl[joystick,sound] media-libs/sdl-mixer media-libs/libpng:0 virtual/opengl virtual/glu x11-libs/libX11 x11-libs/libXrandr x11-libs/libXxf86vm ) fluidsynth? ( media-sound/fluidsynth ) openal? ( media-libs/openal ) tools? ( sys-libs/ncurses ) !dedicated? ( snowberry? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wxpython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) games-misc/games-envd
RDEPEND=dev-qt/qtcore:4 dev-qt/qtopengl:4 dev-qt/qtgui:4 net-misc/curl sys-libs/zlib !dedicated? ( media-libs/libsdl[joystick,sound] media-libs/sdl-mixer media-libs/libpng:0 virtual/opengl virtual/glu x11-libs/libX11 x11-libs/libXrandr x11-libs/libXxf86vm ) fluidsynth? ( media-sound/fluidsynth ) openal? ( media-libs/openal ) tools? ( sys-libs/ncurses ) !dedicated? ( snowberry? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/wxpython[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) games-misc/games-envd
REQUIRED_USE=|| ( python_targets_python2_7 ) demo? ( doom ) freedoom? ( doom ) resources? ( doom )
SLOT=0
SRC_URI=mirror://sourceforge/deng/Doomsday%20Engine/1.10.2/doomsday-1.10.2.tar.gz
_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 confutils 2ab69b52fa6ea0c0669a47fb94b354b4 eutils 06133990e861be0fe60c2b428fd025d9 games e221fed675714bd5545b7488aed9f822 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 8c66c6dabd0295878b68b40dbd0b087b qmake-utils 40136c5fe0002a0d3937e869ae4ee0e2 qt4-r2 b40473dafd07d7c5fe4aef1c1b902f39 toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747
_md5_=6e7488fcb0ef6be7c267e10070b904e0
_md5_=898b86cb038078443acf271fa830f64a

@ -1,14 +0,0 @@
DEFINED_PHASES=install prepare
DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:0[python_targets_python2_7(-)?,-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_7
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygobject:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pygtk:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
SRC_URI=http://media.unpythonic.net/emergent-files/01248401946/cropgui_0.1.1.tar.gz
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 8c66c6dabd0295878b68b40dbd0b087b toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=72307b2d0e73133af2324b19433f5016

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/openjpeg:2= ) png? ( media-libs/libpng sys-libs/zlib ) tiff? ( media-libs/tiff ) webp? ( media-libs/libwebp ) zlib? ( sys-libs/zlib ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool
DESCRIPTION=C library for image processing and analysis
EAPI=5
HOMEPAGE=http://code.google.com/p/leptonica/
IUSE=gif jpeg jpeg2k png tiff webp utils zlib static-libs
KEYWORDS=~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86
LICENSE=Apache-2.0
RDEPEND=gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/openjpeg:2= ) png? ( media-libs/libpng sys-libs/zlib ) tiff? ( media-libs/tiff ) webp? ( media-libs/libwebp ) zlib? ( sys-libs/zlib )
SLOT=0
SRC_URI=http://www.leptonica.com/source/leptonica-1.71.tar.gz
_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 autotools-utils 3727db64c7b960903d5033280f108080 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=a334e377b85f0f1f4bebb4dcf7e774fd

@ -3,12 +3,12 @@ DEPEND=>=dev-libs/glib-2.22 >=dev-libs/gmime-2.6.7 <dev-libs/xapian-1.3 sys-libs
DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging
EAPI=5
HOMEPAGE=http://notmuchmail.org/
IUSE=bash-completion crypt debug doc emacs mutt nmbug pick python test zsh-completion python_targets_python2_7 python_targets_python3_2 python_targets_python3_3
IUSE=crypt debug doc emacs mutt nmbug pick python test python_targets_python2_7 python_targets_python3_2 python_targets_python3_3
KEYWORDS=amd64 x86
LICENSE=GPL-3
RDEPEND=>=dev-libs/glib-2.22 >=dev-libs/gmime-2.6.7 <dev-libs/xapian-1.3 sys-libs/talloc debug? ( dev-util/valgrind ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/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(-)] ) x86? ( >=dev-libs/xapian-1.2.7-r2 ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git virtual/perl-File-Temp virtual/perl-Pod-Parser ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser ) zsh-completion? ( app-shells/zsh )
RDEPEND=>=dev-libs/glib-2.22 >=dev-libs/gmime-2.6.7 <dev-libs/xapian-1.3 sys-libs/talloc debug? ( dev-util/valgrind ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/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(-)] ) x86? ( >=dev-libs/xapian-1.2.7-r2 ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git virtual/perl-File-Temp virtual/perl-Pod-Parser ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser )
REQUIRED_USE=pick? ( emacs ) python? ( || ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) ) test? ( crypt emacs python )
SLOT=0
SRC_URI=http://notmuchmail.org/releases/notmuch-0.16.tar.gz
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils 06133990e861be0fe60c2b428fd025d9 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 pax-utils 8257582809714b788173511f975d767d python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 8c66c6dabd0295878b68b40dbd0b087b toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=b51a384487b943f02604655525ca92ab
_md5_=4da60817a22aa18a8da2505e0464c1d0

@ -3,12 +3,12 @@ DEPEND=>=dev-libs/glib-2.22 >=dev-libs/gmime-2.6.7 !=dev-libs/gmime-2.6.19 <dev-
DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging
EAPI=5
HOMEPAGE=http://notmuchmail.org/
IUSE=bash-completion crypt debug doc emacs mutt nmbug python test zsh-completion python_targets_python2_7 python_targets_python3_2 python_targets_python3_3
IUSE=crypt debug doc emacs mutt nmbug python test python_targets_python2_7 python_targets_python3_2 python_targets_python3_3
KEYWORDS=amd64 x86
LICENSE=GPL-3
RDEPEND=>=dev-libs/glib-2.22 >=dev-libs/gmime-2.6.7 !=dev-libs/gmime-2.6.19 <dev-libs/xapian-1.3 sys-libs/talloc debug? ( dev-util/valgrind ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/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(-)] ) x86? ( >=dev-libs/xapian-1.2.7-r2 ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git virtual/perl-File-Temp virtual/perl-Pod-Parser ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser ) zsh-completion? ( app-shells/zsh )
RDEPEND=>=dev-libs/glib-2.22 >=dev-libs/gmime-2.6.7 !=dev-libs/gmime-2.6.19 <dev-libs/xapian-1.3 sys-libs/talloc debug? ( dev-util/valgrind ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/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(-)] ) x86? ( >=dev-libs/xapian-1.2.7-r2 ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git virtual/perl-File-Temp virtual/perl-Pod-Parser ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser )
REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) ) test? ( crypt emacs python )
SLOT=0
SRC_URI=http://notmuchmail.org/releases/notmuch-0.17.tar.gz
_eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils 06133990e861be0fe60c2b428fd025d9 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 pax-utils 8257582809714b788173511f975d767d python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 8c66c6dabd0295878b68b40dbd0b087b toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=5e48fd13ced34420f7b7118955e1cbec
_md5_=b4153774855c5ae3222c626dbe7bd730

@ -4,11 +4,11 @@ DESCRIPTION=Dropbox daemon (pretends to be GUI-less)
EAPI=5
HOMEPAGE=http://dropbox.com/
IUSE=+librsync-bundled X
KEYWORDS=~amd64 ~x86 ~x86-linux
KEYWORDS=amd64 x86 ~x86-linux
LICENSE=CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox
RDEPEND=X? ( dev-libs/glib:2 media-libs/libpng:1.2 sys-libs/zlib virtual/jpeg x11-libs/gtk+:2 x11-libs/libSM x11-libs/libXinerama x11-libs/libXxf86vm x11-libs/pango[X] x11-themes/hicolor-icon-theme ) app-arch/bzip2 dev-libs/popt !librsync-bundled? ( net-libs/librsync ) net-misc/wget >=sys-devel/gcc-4.2.0 sys-libs/zlib
RESTRICT=mirror strip
SLOT=0
SRC_URI=x86? ( http://dl-web.dropbox.com/u/17/dropbox-lnx.x86-2.10.2.tar.gz ) amd64? ( http://dl-web.dropbox.com/u/17/dropbox-lnx.x86_64-2.10.2.tar.gz )
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 gnome2-utils f658eba3cc594a21cf6eef4af47daa90 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils 8257582809714b788173511f975d767d systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=5b7f0c970a4491cc878eaa14a717447e
_md5_=f3dacef8a3d579fb6ca1d41755751d22

@ -4,10 +4,10 @@ DESCRIPTION=Gnome Partition Editor
EAPI=5
HOMEPAGE=http://gparted.sourceforge.net/
IUSE=btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs
KEYWORDS=amd64 ~arm ~ppc x86
KEYWORDS=~amd64 ~arm ~ppc ~x86
LICENSE=GPL-2
RDEPEND=>=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.22:2.4 >=dev-libs/glib-2:2 >=sys-block/parted-3.1:= !policykit? ( kde? ( kde-base/kdesu ) ) policykit? ( sys-auth/polkit ) >=sys-apps/util-linux-2.20 >=sys-fs/e2fsprogs-1.41 btrfs? ( sys-fs/btrfs-progs ) dmraid? ( >=sys-fs/lvm2-2.02.45 sys-fs/dmraid sys-fs/multipath-tools ) f2fs? ( sys-fs/f2fs-tools ) fat? ( sys-fs/dosfstools sys-fs/mtools ) hfs? ( sys-fs/diskdev_cmds virtual/udev sys-fs/hfsutils ) jfs? ( sys-fs/jfsutils ) mdadm? ( sys-fs/mdadm ) ntfs? ( >=sys-fs/ntfs3g-2011.4.12[ntfsprogs] ) reiserfs? ( sys-fs/reiserfsprogs ) reiser4? ( sys-fs/reiser4progs ) xfs? ( sys-fs/xfsprogs sys-fs/xfsdump )
SLOT=0
SRC_URI=mirror://sourceforge/gparted/gparted-0.16.2.tar.bz2
SRC_URI=mirror://sourceforge/gparted/gparted-0.19.1.tar.bz2
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 9637c29fc715b17a6328f24251129557 gnome2-utils f658eba3cc594a21cf6eef4af47daa90 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=936c14845eaf3999c80ed021ac731f1a
_md5_=3e86e0f0f4235d801e0c910d4db63c78

@ -0,0 +1,15 @@
DEFINED_PHASES=compile install postinst postrm preinst setup test unpack
DEPEND=>=sys-devel/patch-2.7.1-r3 !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 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~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.17_rc3
SRC_URI=mirror://kernel/linux/kernel/v3.x/testing/patch-3.17-rc3.xz mirror://kernel/linux/kernel/v3.x/linux-3.16.tar.xz
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 kernel-2 6fb31411472936acc8287129d3df7f43 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 4560effd96d3d2a82e50af7cf87166da python-utils-r1 8c66c6dabd0295878b68b40dbd0b087b toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=7ef5bc5a3bf5c6d745f90ab7d0c04b12

@ -0,0 +1,7 @@
DEFINED_PHASES=-
DESCRIPTION=Virtual to provide PHP-enabled webservers
EAPI=5
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
RDEPEND=|| ( dev-lang/php:5.6[fpm] dev-lang/php:5.6[apache2] dev-lang/php:5.6[cgi] )
SLOT=5.6
_md5_=86f2ed1a665e8479af9046679b8810ea

@ -8,4 +8,4 @@ RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXt x11-libs/libXpm
SLOT=0
SRC_URI=mirror://sourceforge/wmbatteries/wmbatteries-0.1.3.tar.bz2
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=14321f02090fe2e84b2accd5660214c9
_md5_=8ac8cd57828f5403a11adec2bb809f40

@ -8,4 +8,4 @@ RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXt x11-libs/libXpm
SLOT=0
SRC_URI=mirror://sourceforge/peephole/wmpeople-1.3.tar.gz
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=62b2a6a528b4e22ef770b7a9ad62348b
_md5_=579cbf67ed15c4604c980be4e2fa3e1e

@ -8,4 +8,4 @@ RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXt x11-libs/libXpm
SLOT=0
SRC_URI=http://j-z-s.com/projects/downloads/wmupmon-0.1.3.tar.bz2
_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402
_md5_=b7b2cd62ff4c9bdb70115830fda3682e
_md5_=a37543199bb68894dc2005678873f033

@ -1 +1 @@
Mon, 01 Sep 2014 05:37:07 +0000
Mon, 01 Sep 2014 14:07:04 +0000

@ -1 +1 @@
Mon Sep 1 05:37:04 UTC 2014
Mon Sep 1 14:07:01 UTC 2014

@ -1 +1 @@
Mon, 01 Sep 2014 06:00:01 +0000
Mon, 01 Sep 2014 14:30:01 +0000

@ -1 +1 @@
1409549701 Mon 01 Sep 2014 05:35:01 AM UTC UTC
1409580301 Mon 01 Sep 2014 02:05:01 PM UTC UTC

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 1.7 2014/08/28 09:37:07 aidecoe Exp $
# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 1.8 2014/09/01 07:55:36 aidecoe Exp $
EAPI=5
@ -21,8 +21,7 @@ REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt emacs python )
"
IUSE="bash-completion crypt debug doc emacs mutt nmbug pick python test
zsh-completion"
IUSE="crypt debug doc emacs mutt nmbug pick python test"
CDEPEND="
>=dev-libs/glib-2.22
@ -48,7 +47,6 @@ RDEPEND="${CDEPEND}
virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long
virtual/perl-Pod-Parser
)
zsh-completion? ( app-shells/zsh )
"
DOCS=( AUTHORS NEWS README )
@ -92,9 +90,7 @@ src_configure() {
--emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
--with-gmime-version=2.6
--zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
$(use_with bash-completion)
$(use_with emacs)
$(use_with zsh-completion)
)
econf "${myeconfargs[@]}"
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.7 2014/08/28 09:37:07 aidecoe Exp $
# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.8 2014/09/01 07:55:36 aidecoe Exp $
EAPI=5
@ -20,8 +20,7 @@ REQUIRED_USE="
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt emacs python )
"
IUSE="bash-completion crypt debug doc emacs mutt nmbug python test
zsh-completion"
IUSE="crypt debug doc emacs mutt nmbug python test"
CDEPEND="
>=dev-libs/glib-2.22
@ -48,7 +47,6 @@ RDEPEND="${CDEPEND}
virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long
virtual/perl-Pod-Parser
)
zsh-completion? ( app-shells/zsh )
"
DOCS=( AUTHORS NEWS README )
@ -89,9 +87,7 @@ src_configure() {
--emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
--with-gmime-version=2.6
--zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
$(use_with bash-completion)
$(use_with emacs)
$(use_with zsh-completion)
)
tc-export CC CXX
econf "${myeconfargs[@]}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox/dropbox-2.10.2.ebuild,v 1.1 2014/08/01 06:53:09 naota Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/dropbox/dropbox-2.10.2.ebuild,v 1.3 2014/09/01 10:47:49 pacho Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="
LICENSE="CC-BY-ND-3.0 FTL MIT LGPL-2 openssl dropbox"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-linux"
KEYWORDS="amd64 x86 ~x86-linux"
IUSE="+librsync-bundled X"
RESTRICT="mirror strip"

@ -1,2 +1,2 @@
DIST gparted-0.16.2.tar.bz2 2046838 SHA256 fc8fd3c5c2153c063bd2fdbfb54e525b72e2ceb8d060f8bb60e3386bb6f35d72 SHA512 4d02f4c66077006701bc514399a0c8132be745191d911971991125aee64d6447b198e8b8aa36e174d7f78a700d9c34bfda69762073eb4c67b260cee393b935e7 WHIRLPOOL a3bf4f7c178d19587eeb98f6b95c76958bb31cc200c87a9cc990743d97086134b1a103fb0200949bb0bb137111591ae61215723560a97b7971134bafc8fa8134
DIST gparted-0.19.0.tar.bz2 2075941 SHA256 d5ddafa1580e0cec834f63bf9e2c958b59fae700298a3edfe16a5c2438d18d15 SHA512 e986a06d3d29117aca00f32569d43771defc31bf233b69dc85f9dfdb0cc33f3269a1450dcebf2ba34d5f09ce1ef1aa61b9c033393e9c2b4c3dae62b491102495 WHIRLPOOL 05150a5526c10cd440d711cb7380aac5cf609780e6c5a92e72dab06fd327df9d1645d8bdb15a17f28330c5fc7f89bdf4669acb239168ff0bdfb405a9ce4c31fc
DIST gparted-0.19.1.tar.bz2 2070658 SHA256 8d3b5147077edbdc77fe1693daa62cc6d82c71041c558816bcff4a92f45c15f4 SHA512 87f69b220981fb8e6928b50821868982c9741490c93ff92bf8fa6e442eb53e7e7113f389a94cc1ba0af193d0686ac7a89d687e714fd3e04aee006f8dde980fbe WHIRLPOOL c0743fb2f91ffad344829e11cd8b391c83dfa51aa0c628933f97cb4cd819df6eb6d3597b74ce260cdca5054d3f20937a757031f59af652819f7c28ffac3308bb

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.16.2.ebuild,v 1.3 2013/12/08 19:40:06 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/sys-block/gparted/gparted-0.19.1.ebuild,v 1.1 2014/09/01 13:09:48 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc x86"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="btrfs dmraid f2fs fat hfs jfs kde mdadm ntfs policykit reiserfs reiser4 xfs"
# FIXME: add gpart support
@ -66,6 +66,7 @@ src_prepare() {
src_configure() {
gnome2_src_configure \
--enable-doc \
--enable-online-resize \
GKSUPROG=$(type -P true)
}

@ -1,3 +1,4 @@
DIST linux-3.16.tar.xz 80501624 SHA256 4813ad7927a7d92e5339a873ab16201b242b2748934f12cb5df9ba2cfe1d77a0 SHA512 64033e741d3f42ed06010e63e69d66e1d3d9414ef20f76834508878d4218b72619541a18ef4fd377204af2859e52198310998109b20ed9b67722586b28c9a231 WHIRLPOOL 69e5e367751185ff4e8d7c1f23c6f1e8f547fe782f581f6cf5f0bde301fa922185c8b996b815cf19fb7f14ca64042e264e87d321872ee3096adad02b1015769b
DIST patch-3.17-rc1.xz 7312516 SHA256 c336faffd7c5c2fdeb434b0ec555d602290a3e0a7ef8bf1fcb8298a49e4e24c5 SHA512 bf387d48089d935079768364b5d9aab10e8d0dfacfa33ca493126ea8ed0034a7edceac77910feafd70e025807d9203c101b140fcfa4a4cfe6b3f3aea9a5c9c50 WHIRLPOOL 0c72b0dddd3130b8f223ba47739b210d07d71b9834153549a8a79010d5007c27a609b9a96ef16dc8e8990c6196e3debf592636c8bed5c407f7dfc72ca3cb9765
DIST patch-3.17-rc2.xz 7353752 SHA256 d27e1bd2029d86098568ee2628bc9409e6a745b289c1ced35e0b369b91533591 SHA512 ae6954db51a3596463c0d59ae5369ba99f71694dd9877961435680714e7c1a8bbc9d0aa439a4c8740cccb60662db7f690557d10821dfddfa7ebf83fc55318407 WHIRLPOOL 87239023af56504960e4d017af63882bd80e8521a747b7b5df4ef1d2531c22b91f8fdbfa3b2567a78247c629394707784e3f10d14c2d5f6a5e94520570852e4f
DIST patch-3.17-rc3.xz 7471060 SHA256 1ad1c5cb99af725369877769e0ee4409b1277ed669140695dca10046ad8e0136 SHA512 7423a3eeb89de1753522aff0ab0e53e8b2e8b8e5476c930749556e7a9e900b9f724a94de8a5953f8c8459f0476a3fc66ba5a8a36cd6be1f04416b9e45fd444dd WHIRLPOOL 68fc3e21c661b692f5d4adb17c745d229493a9431b6f6ecfc2977d673db5f61b5ae91972bede465a4c002f0f24be6cd0d065ae4db2e7789a165bba9c12bbdcf6

@ -0,0 +1,39 @@
# Copyright 1999-2014 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.17_rc3.ebuild,v 1.1 2014/09/01 13:12:59 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 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""
K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and
experimental nature. If you have any issues, try a matching vanilla-sources
ebuild -- if the problem is not there, please contact the upstream kernel
developers at 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."
RDEPEND=""
DEPEND="${RDEPEND}
>=sys-devel/patch-2.7.1-r3"
pkg_postinst() {
postinst_sources
}

@ -0,0 +1,19 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.1 2014/09/01 06:26:48 olemarkus Exp $
EAPI="5"
DESCRIPTION="Virtual to provide PHP-enabled webservers"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
dev-lang/php:${SLOT}[apache2]
dev-lang/php:${SLOT}[cgi] )"
DEPEND=""

@ -1 +1 @@
DIST wmbatteries-0.1.3.tar.bz2 113695 RMD160 c887d4d7c1d465bc41e096ff7861ca9587b62f66 SHA1 5eeeab74df558d62e5c2ed97ebe5538018069907 SHA256 05d5c6236bbe18eb99c65ca4b8f851b46f886e99793c537e25fc63b0b225c3d0
DIST wmbatteries-0.1.3.tar.bz2 113695 SHA256 05d5c6236bbe18eb99c65ca4b8f851b46f886e99793c537e25fc63b0b225c3d0 SHA512 0a553f12bcf9a673d2a956da04b14fd6d80cf75f47e912f01893ec06880d63275bc31bc8bc1655a13f11dc1361e96f9023290006e134956b625401a03f92575c WHIRLPOOL 3d605604374327d41985117141246fdafcd1434c12b98b23bb17070fb05845c356d98729ead66c9f419e869280b2c033cf507e50597831ac64a393a07d6192b1

@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbatteries/wmbatteries-0.1.3.ebuild,v 1.4 2007/07/22 05:25:35 dberkholz Exp $
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbatteries/wmbatteries-0.1.3.ebuild,v 1.5 2014/09/01 13:38:23 voyageur Exp $
inherit eutils
@ -20,6 +20,6 @@ DEPEND="${RDEPEND}
x11-proto/xextproto"
src_install() {
einstall || die "Installation failed"
emake DESTDIR="${D}" install || die "Installation failed"
dodoc AUTHORS THANKS README example/wmbatteriesrc
}

@ -1 +1 @@
DIST wmpeople-1.3.tar.gz 111148 RMD160 c0b3469d3d4b7390556f1eac4cf9c8b1538deac4 SHA1 2b61d65048ace7c1e4c27e12f5430722895132af SHA256 eb91a30907e220fdd4d583751cd6468ec2cf58600e2ee613457a48817683548d
DIST wmpeople-1.3.tar.gz 111148 SHA256 eb91a30907e220fdd4d583751cd6468ec2cf58600e2ee613457a48817683548d SHA512 af01e2d43d158eab3d520ebb0b9ebd50e1b5955920e3b86d5238d9bc0313cc055001bfa44d76e1ccfe721f668b9494373f18175f2ef7d248a0e237bbefe9e129 WHIRLPOOL 2e90cdbf978a0a230615646acb1bc1ba7d53890223fa645237b50110be08eef64dfe80eb65b6eea9717765c6e83b0985c31c941c6b8d2c455cd011ad7d51f19b

@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpeople/wmpeople-1.3.ebuild,v 1.6 2007/07/22 04:40:15 dberkholz Exp $
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpeople/wmpeople-1.3.ebuild,v 1.7 2014/09/01 13:35:51 voyageur Exp $
inherit eutils
@ -23,7 +23,7 @@ DEPEND="${RDEPEND}
>=net-mail/peephole-1.2"
src_install() {
einstall || die "Installation failed"
emake DESTDIR="${D}" install || die "Installation failed"
dodoc AUTHORS ChangeLog README
}

@ -1 +1 @@
DIST wmupmon-0.1.3.tar.bz2 90108 RMD160 4b91edf57697114132dbb1a441774d59801350cf SHA1 67e0dd8ed501e3c80518afa9ef6a075e953a5c3c SHA256 7583f163fa472ec72a4f952c2ece8648a3ca709e4594b2b1591987671b0f38bc
DIST wmupmon-0.1.3.tar.bz2 90108 SHA256 7583f163fa472ec72a4f952c2ece8648a3ca709e4594b2b1591987671b0f38bc SHA512 7b87858db3eb754784eb67c379fc655bdb44efc87bd80e3588c156a8b156867ab956ecff13b954f6b2d4f75621bc5cc4a30c9e34ca95eb9807d0cf87bc76d1d7 WHIRLPOOL e5b446ffd2f7c986278805677f35fb5bc8b1a890e1c0978cedaa361e36d1c30b07d1e6ab203cd962cab83bbec9d570aaf3023b610243a2c179a540bc44740a3a

@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.8 2008/11/26 00:10:12 tcunha Exp $
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.9 2014/09/01 13:45:58 voyageur Exp $
inherit eutils
@ -27,6 +27,6 @@ src_unpack() {
}
src_install() {
einstall || die "einstall failed."
emake DESTDIR="${D}" install || die "einstall failed."
dodoc AUTHORS README THANKS ChangeLog
}

Loading…
Cancel
Save