Sync with portage [Fri Feb 22 16:01:47 MSK 2013].

mhiretskiy
root 11 years ago
parent 3a26c2b3ef
commit 42580a5316

@ -1,4 +1,6 @@
DIST mksh-R40f.cpio.gz 331196 SHA256 d8657102f3e9f0c432388f1c820821ebe0eee442739604293488e6266c298762 SHA512 a396ef02aecd713d44597da286bac2bdfe12f12f9712ebc21825283f3900bfca5b79125ca7e191c9970bde761e7873fc68ad3c822238e70697d65eb373560c75 WHIRLPOOL 4627639d67155cdfe09d0bff1fc16abf4111654a8538378ed4465fd71013e9562869c967bdcecf7c300712363775ef6cd67ae51c1cb52424c6a1ae36f2db68f8
DIST mksh-R41.tgz 341489 SHA256 32522287a9d4daad176dc97d420000a07c0947fdbc853004fc84f02dbdd87c91 SHA512 b28c52face5227964fee8dd60f088e4c0866c3572240a0d9529c31f49892f7589fb68db4ed58528b51e4dd7cfc1f94713755eb4cd0fc6bd257c39954f9a463f3 WHIRLPOOL b8a6d90d42311384a9384f8948e6307941994dbd8d77647c6f203ab77089624474e6809f71df4da2e6735a4e2119b6dceedd6d8f5a56eeddce10c575da7e2d29
DIST mksh-R41b.tgz 343553 SHA256 265c25ac5c06da6d346b19588b12a7d0fa4a3ec25b73eaa472924a96eaa68249 SHA512 102c25957edc575b77f27df2fd122e293ff7ae03117c21c5fbea019747a9884fd98db165cb21a88731ddeba940fb6bfb2dac1cc823b619f4ceb6b492ec28a048 WHIRLPOOL 7e4d99b0b8dbdc4c00694e99d1b1c3a114d3f85c64d7dcf409d2a176a2099be59030fc505226f8d53cf790e0808de22a5d24a856a00e74d9ce0465239a0fa91b
DIST mksh-R41c.tgz 343671 SHA256 825fc0cdf000d9862d5a5cd0b3b61a5d1f5ac2ef33edbe4d16c4c86e6fe4d799 SHA512 b4d3854daab49bb83991700159ab9a257b98c3a01bb9629adc56915cb78c360299fdd2dbadb5d7d679f13402f348ac369ddbc007d8ecdd5a94579c1815e4ba27 WHIRLPOOL 7785ae239517217e9df1f488213c9566423d6ff83687a6828de46dad467944286adeea2aeb3fc8fc568aa9f2b34eb356cff10358c0b7dab67fec83f0815d621f
DIST mksh-R42.tgz 345721 SHA256 8a45ca6a9fa228b887ca9fd7f28657f0d568a298f056700cad088064f8ead80d SHA512 5b2c950a5bf371436da8c441993ef8d14df2d90d335f08e202dc7732c9c7ba93da96cb1c841ebb37f5886b70c8468f09bbf19f65d3365762d737d48699cc3390 WHIRLPOOL 9400a3290db44eea8f404fc8feef1acda2ac78904931775c2e3b4768da5df26807d6816df59bc69a767d2caf1a37a9ffa7f2181f05f562a379b712cfadebb3d0
DIST mksh-R43.tgz 346192 SHA256 65e54a0cd4189b80cf24fdf1b1b959a707522451025cc22f7d3ba451566ffc81 SHA512 e480ba4d09d8165758e16397527cfafaeb1aa7018b01fc034bf8b76907d787b5f9975f4bd190df47314bc30d24d4db1d537d5a1ccd11cae7e0412c5e2a723f35 WHIRLPOOL 54731e9b8a8bcbac7ac74d5b7bd007a2dd87dc2b22f501712233bda1df105fc833931e9d7e52b98ab39b09627c2cad6b4166f503bf7fe961c39dd298b1039ae7

@ -0,0 +1,37 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-41c.ebuild,v 1.1 2013/02/22 08:42:22 patrick Exp $
EAPI=4
inherit eutils toolchain-funcs unpacker
DESCRIPTION="MirBSD KSH Shell"
HOMEPAGE="http://mirbsd.de/mksh"
ARC4_VERSION="1.14"
SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="app-arch/cpio"
RDEPEND=""
S="${WORKDIR}/${PN}"
src_compile() {
tc-export CC
export CPPFLAGS="${CPPFLAGS} -DMKSH_DEFAULT_PROFILEDIR=\\\"${EPREFIX}/etc\\\""
# we can't assume lto existing/enabled, so we add a fallback
sh Build.sh -r -c lto || sh Rebuild.sh || die
}
src_install() {
exeinto /bin
doexe mksh
doman mksh.1
dodoc dot.mkshrc
}
src_test() {
./test.sh || die
}

@ -0,0 +1,37 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-43.ebuild,v 1.1 2013/02/22 08:42:22 patrick Exp $
EAPI=4
inherit eutils toolchain-funcs unpacker
DESCRIPTION="MirBSD KSH Shell"
HOMEPAGE="http://mirbsd.de/mksh"
ARC4_VERSION="1.14"
SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="app-arch/cpio"
RDEPEND=""
S="${WORKDIR}/${PN}"
src_compile() {
tc-export CC
export CPPFLAGS="${CPPFLAGS} -DMKSH_DEFAULT_PROFILEDIR=\\\"${EPREFIX}/etc\\\""
# we can't assume lto existing/enabled, so we add a fallback
sh Build.sh -r -c lto || sh Rebuild.sh || die
}
src_install() {
exeinto /bin
doexe mksh
doman mksh.1
dodoc dot.mkshrc
}
src_test() {
./test.sh || die
}

@ -1,3 +1,3 @@
DIST calibre-0.9.14.tar.xz 27947396 SHA256 e9df7052902a2c5447abe4305d7cee0c8b675b52f299d6a879d232d3901059a1 SHA512 bdb25750386d692ee909c5affe1845f4098444d340f80333a6002f6a1964477ebad0fc5f80bf1c499238986cab95733a75a8051dde937babf9065ca06fdb60b4 WHIRLPOOL bce5a0486eb9bd45aed16b14df78b8472cee0da2392958889e340f2b6f9eea8e965b4a7e8e5f1fee842d76e17b25d46feb68b9d8f415a55b1bd0862b71c5b223
DIST calibre-0.9.18.tar.xz 28052268 SHA256 aa02cdd764277d049b546e0715506ab9209399d4f3ff00bcfcba299f7b7bac8c SHA512 5949785e161c20ef74ff827ecf8ad840f0b595c337430bccce4e311b56caed43c2f5b743581788078a84b406986e95b565f309f3cfb314280b3693409b52508c WHIRLPOOL 99f18f9928ae4e8598d38b4a6cff54edb99447c623be13ae6297e7b1900173282264d9c431aec70e454b94785cb01e3213e5abd93a65e092bdc817e26aaa8235
DIST calibre-0.9.19.tar.xz 28146824 SHA256 c913b8b45bcfc781cdc1a573ff6a57e6989abfcb17b8401d59cf0b9d5e8cf0d5 SHA512 00d52b9dde5d236632db7b3acb3ce68ba4aaf91bf3c10ee30554e76bf4414598bd3dd5d6472a923d7906cb5cea198a16e3c45f5ca292db396714844000a2ef82 WHIRLPOOL 056b02e08886e36706cd29859f3e9199dc049221bc7c0b49441bcfc0f5b6d7ff8277405112ff165e6690522062c69947321fdd9c47507c23542274dd5a73e5da
DIST calibre-0.9.20.tar.xz 28170112 SHA256 96075f6dbd25bf0bd26378b67d695478bd251a5ab8706cbc5907209aa6b6fcda SHA512 6bfa2e5c3b08d4201a281c3067de47d450474586355ab61fe3e4a70ab4a67164fa22b4baadaf859cc89918cc839500330c82e8501f0d52c63441b8bb1cbd4fda WHIRLPOOL 4c21bbc439ccdf2c1ff1cd6d93506d11e165387f68a9cba10f3263bfe6a70085d1ec98db7f187b51e5cc6879427fba2feb0afa2a2d1f4c570517163549546f73

@ -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-text/calibre/calibre-0.9.18.ebuild,v 1.4 2013/02/10 20:11:37 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.20.ebuild,v 1.1 2013/02/22 08:38:14 zmedico Exp $
EAPI=5
PYTHON_DEPEND=2:2.7

@ -1 +0,0 @@
DIST WashNGo-2.12.tgz 337362 SHA256 3f3f9724cbab24cbc45816be12c503064020cc9ffd585069eb835e290c10ccb7 SHA512 0a398a326b95bac6e7a7fa0292f87d45c1b6fffadccd2da8166ac976a94a7340849bbed25fcba2985eaa5e6b1c2a986c1090a0f7fc63772b458a3c3c88b2af88 WHIRLPOOL 66d0a6c3d3cd328ffb25e4269aa059b1dab81b8fa27f32760d30bdd26f83919c30a8d0d7defa18d08cd2632fdf8798f444ba528357bd5d23578f7c3868c202b0

@ -1,13 +0,0 @@
diff --git a/WASH/Utility/BulkIO.hs b/WASH/Utility/BulkIO.hs
index 2828bf4..fe8543f 100644
--- a/WASH/Utility/BulkIO.hs
+++ b/WASH/Utility/BulkIO.hs
@@ -6,7 +6,7 @@ import Ptr
import CString
import CTypes
import Foreign.Marshal.Alloc (mallocBytes, free)
-import GHC.IO (hGetBuf, hPutBuf)
+import System.IO (hGetBuf, hPutBuf)
rawGetBytes :: Handle -> Int -> IO String
rawGetBytes h n =

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

@ -1,74 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.12.ebuild,v 1.2 2010/07/12 14:23:37 slyfox Exp $
EAPI=1
CABAL_FEATURES="profile haddock lib bin"
inherit check-reqs eutils haskell-cabal
MY_PN="WashNGo"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="WASH is a family of embedded domain specific languages for programming Web applications in Haskell."
HOMEPAGE="http://www.informatik.uni-freiburg.de/~thiemann/haskell/WASH/"
SRC_URI="http://www.informatik.uni-freiburg.de/~thiemann/haskell/WASH/${MY_P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~sparc"
IUSE=""
DEPEND=">=dev-lang/ghc-6.6
dev-haskell/parsec:0
dev-haskell/regex-compat"
S="${WORKDIR}/${MY_P}"
pkg_setup() {
# There are a couple Wash modules which take forever to compile and
# cause ghc take loads of memory. We try and limit ghc's heap size
# but it still takes a lot.
einfo "Some Wash modules take a lot of RAM and a very long time to compile."
einfo "Please be patient."
# We need aproximately this much memory: (does *not* check swap)
case "${ARCH}" in
alpha|*64) CHECKREQS_MEMORY="600" ;;
*) CHECKREQS_MEMORY="300" ;;
esac
check_reqs
}
src_unpack() {
unpack ${A}
cabal-mksetup
sed -i -e "/Extensions/aGhc-Options: -O +RTS -M${CHECKREQS_MEMORY}m -RTS" \
"${S}/WASH.cabal"
echo "Ghc-Options: -O +RTS -M${CHECKREQS_MEMORY}m -RTS" \
>> "${S}/WASH.cabal"
# Add in the extra split-base deps
if version_is_at_least "6.8" "$(ghc-version)"; then
sed -i -e '/Build-Depends:/a \
,containers' \
"${S}/WASH.cabal"
fi
# dislikes parsec-3
sed -i -e 's/parsec/parsec < 3/' \
"${S}/WASH.cabal"
cd "${S}"
epatch "${FILESDIR}/wash-2.12-ghc-io.patch"
}
src_install() {
cabal_src_install
dodoc README
if use doc; then
dodoc Examples
fi
}

@ -1,2 +1,3 @@
DIST billiard-2.7.3.18.tar.gz 125092 SHA256 3ec1c17ff0c51ebb03ec3dea4629f81617424c937360ce1e5ba930dea147b659 SHA512 976db60981cc2e011dac9b43ac81ddbc6a2d51dc7d4b18ed72be8f879f34175cd6351c6f52a219448f7614aecf71f5f9e26393b8653de5bf714aca89e3f051b8 WHIRLPOOL 983d5c44d25a188a6a3a95767e9a9e52b0543a6f6f1b79942b9b587f5149aa5f49d47a866193b5348aad020f8f144846d3d234b703c2a3068cf6c7478227af80
DIST billiard-2.7.3.19.tar.gz 125515 SHA256 0e0fcf9a7cf44bf7634614070d117a23ef9ac945b6c55ed454b43f5a85adc2db SHA512 4d0938ac276996433a20401e29f286555b850517e07c3747c0417a21dc1b4edc74e7e360db18915f9707c1e9c8b32b6a8ceb3016df1d6da91d5165b59bd7a947 WHIRLPOOL 8b953a283a89d49afde6229ead41919a42e4f2039d42025f6ec8c56bb3d1bb4b14ebd4be2ac98a1c7769810185b33f28ff48bc7a63a5dfb8b705238a5cd70e93
DIST billiard-2.7.3.20.tar.gz 125674 SHA256 7f828599fc5ed67e9588ff2341e96fd8cf975d2479c51bd6bf9a26df65ad200e SHA512 76f62567e471aa7841d7fd281e3680b4a011f6b5c72d744576ded0640777da341c0bcb01722711e223bc0278d510b4a4a05ef68b554a982141dcdd4d768cd789 WHIRLPOOL e96eb730a13a90106140b76a3d4a8f387621ce4c2c1ee151222b6091cef22f81db4f6152bef9fbd58e8aa128affc91bf28fd0f7c32c87185b179e88b74e1047e

@ -0,0 +1,25 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/billiard/billiard-2.7.3.20.ebuild,v 1.1 2013/02/22 08:11:01 patrick Exp $
EAPI="4"
PYTHON_DEPEND="*:2.5"
RESTRICT_PYTHON_ABIS="2.4"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="Python multiprocessing fork"
HOMEPAGE="http://pypi.python.org/pypi/billiard https://github.com/celery/billiard"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools"

@ -1,4 +1,5 @@
DIST celery-3.0.11.tar.gz 1218453 SHA256 cf21361896a095bc602fe531b56fe6b58961233053fac43952abdeaa569e4951 SHA512 ddb2bddb6170670d6e95541c84ab5c7567f208ff347352e08303c309c4572baf4182f5220833fdae72f5cbe3b672d3e5373e9fc6d3250d7aaa5bf882f6f14abb WHIRLPOOL 09ec8aa9edc7d66ba21fd1ebba13177e9aaa9f2f822b9c7ae1dbcd0dd972cdb88c6e33f0b05692c34e85b9884499c98732e15bc10024a43a38094b797a1ac869
DIST celery-3.0.12.tar.gz 1218262 SHA256 716a465327ded5048893d518eafdade5eb09eb9d941e6efdbdaaac73b0251d3d SHA512 4ce7da636b52b0f87d46444c27ac1c6ba2e6afc1cd3378829e1a01c01f18adf6ed91e64e08ff19a52833071df58dbf6d452ffcfd008a4fe1ce57ccbff0bb0ed6 WHIRLPOOL 5d045eb19394d09b6816d60a745508565d75775b814225939ee9e252b0690cca2b4b73850a970ba98a6c3ad21bede1747d297b7a8e757bb0cb8d366ced275650
DIST celery-3.0.13.tar.gz 1223019 SHA256 1a8d045c94bfda832db2afbc786e8c99ac0e094d6019a5d89c8adfe04f396d6a SHA512 20bfa638893497f1bbb29859fa0b6f488341aa07d0243da7a713642b9723825de7f747dca09d0f5544dddc7b9595775e947ce247d03204f4080be51d5e3a4955 WHIRLPOOL ac699c0900631138247fccf0de4f13ed8f508e3edb2c5fd01582d36e96ebbdb80bdd9fae00b9c2984f6088cf14cda30114335ebdc1afc5a8da3981a3e541bffe
DIST celery-3.0.14.tar.gz 1229097 SHA256 57006a6e477282a2e55ace498729bf13218ac2c7ad5d9d920ad86b2469458df2 SHA512 df98a4a5661a005ed295339f527aef15e7d25c625904bb60bf3e305f40136c21ecd30d557cffe71b1888214e28099205df31e56e26d1d698e4b1366c11cbb722 WHIRLPOOL 29e984da6d5120ac31f04e5bf789ed1163d0726351725921d8c776a2fea1dd10e83a64a9979149f3bd2690884908f3963c7caa0374e49ca33fc7098aed8dda57
DIST celery-3.0.9.tar.gz 1213486 SHA256 5ca0156feb7de5fec47e0aa8e275039cb78e1f32842b59635c786a877e45b1de SHA512 df38f0cacec52bb146dbd538eef1cc548aca71e36c4db9f94ddc84bbc8dd226d89898a6ccbc3a2799afef2a8a1c79d2aca5591e6b4c7fa3b858983ce4058927c WHIRLPOOL e62f8e899b90d77297240433210cef129890b64dd27c1669d0ca95334c231d4f6bcc4bf3e842c1b27a41da9dbe8adb19113db9b86c6e50fb886a7deadff4319f

@ -0,0 +1,90 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/celery/celery-3.0.14.ebuild,v 1.1 2013/02/22 08:20:07 patrick Exp $
EAPI="4"
# Not broken but unsupported; dev-python/redis-py doesn't
# support python3 which is a dep in tests. pypy fails just 1 test
PYTHON_TESTS_RESTRICTED_ABIS="3.* 2.7-pypy-*"
PYTHON_DEPEND="*:2.7"
RESTRICT_PYTHON_ABIS="2.[5-6]"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils eutils
DESCRIPTION="Celery is an open source asynchronous task queue/job queue based on distributed message passing."
HOMEPAGE="http://celeryproject.org/ http://pypi.python.org/pypi/celery"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples sql test"
# jython would need: threadpool, simplejson
# python2.5 would need: ordereddict, test? unittest2
# python2.6 would need: multiprocessing, test? simplejson
RDEPEND=">=dev-python/kombu-2.4.7
<dev-python/kombu-3.0
sql? ( dev-python/sqlalchemy )
dev-python/python-dateutil
>=dev-python/anyjson-0.3.3
virtual/pyparsing
>=dev-python/billiard-2.7.3.17
dev-python/pytz
"
DEPEND="${RDEPEND}
test? (
dev-python/gevent
>=dev-python/mock-0.7.0
virtual/python-unittest2
dev-python/pyopenssl
dev-python/nose-cover3
dev-python/sqlalchemy
dev-python/pymongo
dev-python/redis-py
dev-db/redis
)
doc? (
dev-python/docutils
dev-python/sphinx
dev-python/jinja
dev-python/sphinxcontrib-issuetracker
dev-python/sqlalchemy
)
dev-python/setuptools"
src_test() {
testing() {
nosetests --py3where build-${PYTHON_ABI}/lib/${PN}/tests
}
python_execute_function testing
}
src_compile() {
distutils_src_compile
dodocs() {
echo "test $PYTHON_ABI"
if [[ "${PYTHON_ABI}" == "2.7" ]]; then
mkdir docs/.build || die
PYTHONPATH="${S}/doc:${S}/build-${PYTHON_ABI}"/lib emake -C docs html
fi
}
use doc && python_execute_function dodocs
}
src_install() {
distutils_src_install --install-scripts="/usr/bin"
# Main celeryd init.d and conf.d
newinitd "${FILESDIR}/celery.initd" celery
newconfd "${FILESDIR}/celery.confd" celery
if use examples; then
insinto usr/share/doc/${P}/
doins -r examples
fi
use doc && dohtml -r docs/.build/html/
}

@ -1,2 +1,3 @@
DIST django-recaptcha-0.0.4.tar.gz 8081 SHA256 09c095129107068f588f3689e0130d63d1c8e35cfe1f4dadb1a8cbfd5bdb9602 SHA512 e45bfd2609ccec3cf29e2cbc4e630c3e8b60a218d707e70a7d2ea2869d055fe0fedddd6fc9cb06e700bf5e0c03a2902987fc98418a0c2ac8f8babad243c68c8a WHIRLPOOL 94a3f07acb2357cad4e5f9bb8cb3fdf718965d92ed82e2038a3d3ba8b07da2bc9151d1d45664a00de4412db58dbfae23923f802b7ffc33b36fe3984f3ba2dd1b
DIST django-recaptcha-0.0.5.tar.gz 7398 SHA256 d64fbb9125fa6ee99dffc6c6003b7e2266684d4af7dfa2a283c2c8c0c220086b SHA512 6bc315a4adfe7dadae67e19c3c16e4d3bcfe5893c1190e8c59c57593a5e657a9b22d4663bca7879f8221f6a6f072a2ad2788e78da17a9a5d50096cb87e62f1ab WHIRLPOOL f12b176c4c36caca84a3e45a80cd46d721f4fc5dd555f9458923f1bf994342cf37232e91fd0060c186e1bef1a93cfb66978b1abf589eeeb9e2672d3b89f25376
DIST django-recaptcha-0.0.6.tar.gz 7614 SHA256 15e17c331a9a6ac7c8159c2866fb6b58d9561a55db3694393e3cbad9e2494202 SHA512 152a62c914a10ff511a17c4e0a5accffac6f5043ee6516b81c5fe69d9271e7982f5df7cf96d4e1668fbfaa47600ed95cae818037a25756786092f4a9e9301ae2 WHIRLPOOL bbc4de11b0384b067343f6a7e8f06627b781ccc91cb43adbff3a399983eabeeea1596d7552d35791b0b80ccf31582bf3e83e38b4fdd885b1dfa2087750eb9483

@ -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/django-recaptcha/django-recaptcha-0.0.6.ebuild,v 1.1 2013/02/22 08:53:16 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
PYTHON_MODNAME="captcha"
inherit distutils
DESCRIPTION="Django recaptcha form field/widget app"
HOMEPAGE="http://github.com/praekelt/django-recaptcha http://pypi.python.org/pypi/django-recaptcha"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools"
# Test not supported, missing dependency
# test? ( >=dev-python/django-setuptest-0.0.6 )

@ -1,2 +1,3 @@
DIST h5py-2.1.0.tar.gz 896131 SHA256 625bd47f5b45361fc4549ab3c45c883f49ffc03d54ca294fdbb70f6223b41af0 SHA512 b3290c498191684781ca5286ab454eb1bd045e8d894f5b86fb86beb88f174e22ac3ab008fb02d6562051d9fa6a9593920cab433223f6d5473999913223b8e183 WHIRLPOOL c081dde62ee1ba3f57266382900415756eda1827e0dd0226f3a56cbe8d0459c4b951aa9543b97a5cb56fac8909ab4708639e91e366c7f653ce0a654fe2376ea9
DIST h5py-2.1.1.tar.gz 984939 SHA256 6e4f135268436cda1dc19a081dc5384d431057344fa1121a886016cd8c89c716 SHA512 57acf583514ba580293b0a3c53b8c1f05bb753589106c1a2f979b13dc5d014eb667f04d664e68ab8641ff85c76b6478435e6e02d87b92910d5164bbf17dcc5f0 WHIRLPOOL 58550440da2db1cd9e5e4a139d24ef2eb72521d1997f69f4ffe12084a16b569219cc9490d2f72babebdc51d2b4265e8ecd1c0872517d66d4d26546f37fadfa53
DIST h5py-2.1.2.tar.gz 985537 SHA256 26679852da555db57478b3c65f0ba3e60e2e6c642e6952481e5af85cf59ec5bd SHA512 15ca0209e8d8f172cb0708a2de946fbbde8551d9bebc4a95fa7ae31558457a7f43249d5289d7675490c577deb4e0153698fd2407644078bf30bd5ab10135fce3 WHIRLPOOL dd4bbb3f3ac8a6dd9fcf51b2de53fa1d575ff29a67c2c5b9d9a6cc07267f12c0e36d03db0e29e206306d550ae9f56c6e562b29def3d797f553165edc04a9a374

@ -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-python/h5py/h5py-2.1.2.ebuild,v 1.1 2013/02/22 06:22:37 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 flag-o-matic
DESCRIPTION="A simple Python interface to HDF5 files"
HOMEPAGE="http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
sci-libs/hdf5
dev-python/numpy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )"
python_prepare_all() {
append-cflags -fno-strict-aliasing
}

@ -1,3 +1,4 @@
DIST http-parser-0.7.12.tar.gz 139542 SHA256 fc590df48e5a11dda20b9dd682ce3f4cbd7ae7a6f2eada0564fc0562e3f83b53 SHA512 883cc3201dcda0e516855ba7a1d1c8c27c4404fa1d6c62318c065fb6034d301db140df9131936ca512386e24c9519133077571a6033e905638dcd4c5774e4d10 WHIRLPOOL 7187ef0abfd38438d2c6724a37879e4cc907ed61d71e6ad29853b6e29a38898b0f3ca44585919149e1e257e4f6fdcee66ae8d3cca9f1240e4ae7259a8d7385af
DIST http-parser-0.7.5.tar.gz 131576 SHA256 282b5e4d61bb3b97416afb5f92328a51da7c39a9ff35e3757f287c66ec0a95da SHA512 5f7c6997296353fed65063ec7d99ae0163cd948f66e9b1dc1aa6416a5f11f9f69b5a9a7c70ba6569d535a1fcb7dde8ea88f51a6fe8e11d7270519fabc352f8d4 WHIRLPOOL 613d64b0bd9a9452e0aacc1e10493c59d53b97ae1be6de6471941fba02a335a93132b9897d4f82f775ec1582668d30d9abbab38ecfa42652299acf20f1af4ea3
DIST http-parser-0.7.8.tar.gz 70007 SHA256 18e19052fcdbf243cc7258f9cfa77cc7f69b4950ccbcc2579bcd195c15e61502 SHA512 40b6f12cceca27494688365dd606d2c668b23876644bbe7f30a69e7a1d3b6d19003ac3eb80e403649ffcdd8f2023fb058b278b5a37cc2a3be4daab4649e91a4c WHIRLPOOL 875f36edc6d520d2d579890a87981905b405b996f256487fe56ad6ee863440d362be21f319dea8e9e9a8f378842c220ca7cdb56dc0e06b62619afe6872a4e1a8
DIST http-parser-0.8.1.tar.gz 150213 SHA256 b0584869b735f7a39a3d3a1699d1307f43143a032a8f21b48d2c2e815da0afde SHA512 77df8b6773eb6753b92e313ff624e97dbe15f76fd7eb5c05f56cef3a8207abd816f6648297a3e7baa53c478ae7ce122abce441fc22dd675853b7d5ddc3b29163 WHIRLPOOL 2a8ca54c608cfb9161f8e9162aef432ec018ae846986538281ad4ed1df1bb5b282e208c362f8c0cbf9dc6cd31f8d609f6f73df5250bedc4b4d23f2c37cf42fcc

@ -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-python/http-parser/http-parser-0.8.1.ebuild,v 1.1 2013/02/22 05:31:21 patrick Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="2.5 *-jython"
inherit distutils eutils
DESCRIPTION="HTTP request/response parser for python in C"
HOMEPAGE="http://github.com/benoitc/http-parser"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools
dev-python/cython"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
src_install() {
distutils_src_install
if use examples; then
docompress -x usr/share/doc/${P}/examples
insinto usr/share/doc/${P}
doins -r examples/
fi
}

@ -1,3 +1,4 @@
DIST icalendar-2.2.tar.gz 152855 SHA256 58974feeb8a6f8daf14fa8b093eb90a1aca4dff59d83ae96a7a8b8d9d66016a3 SHA512 61a6d18a7e9d3d6b825454752bb8d68f01e834db7989bb82467b49d43ab99184b2d3cbf52ce25fc7b6a16028f5b53b8ccf2798dfd168abf4ed305c6eed40ecd7 WHIRLPOOL a2ccd510ef77ac8375cb759682c9fb6378efca5783f17b4fbf163f0b0da7580af3cc41c67756ccdd18b84b19ff94b1989ff4817a45d7f639ccf6dc04b296569a
DIST icalendar-3.1.tar.gz 50530 SHA256 35fc6b618b93f7e6dfc6e16ce2e2012fa540264b385761e6405cf3cd2972a3ad SHA512 f108cedc85d66b0b6fa0c72f6068748fb129a5929a72eb56096ba0066f9121da960f3f034f9218add335e5e0b08564379a2edb878d2ac09bdf40c6f3365fb74f WHIRLPOOL 4bc6ec93632a7eb52c1311da98822246cdf922fb8ea87623a1db13dc5eb2226c05aed35f5295d26ff9155cf8a37331fe077b5ac8e4d586e21a52d2ad27cb264b
DIST icalendar-3.2.tar.gz 67177 SHA256 d6b212bb2fc1123fe6e47464d13e3b120e6523bcb9e27468b8744e2d9b5ab076 SHA512 c29d5e7c34753b04183651601679bdb232dc93bfaa887ba209ac26e09943bad822306adc6271efe4be25a0c926637b729b8204d09fa4274a347cb88a9344d81c WHIRLPOOL 15e76c300158d63c5b9a9fab36770f4fa6f3a2942f5737661982b58c5e6d6edc03d204d19a57c8506290def9181f6062a43a2ebe7d48f26e7e93f39d8e386bb1
DIST icalendar-3.3.tar.gz 60268 SHA256 68ac21ff1ac30a4a66f05817fb4ac3bc2af3c15e3eae68d5d5164963a17ee5bd SHA512 0ccdbb3f06f65c694491512900f8b8421be8b2cea2ea4ca34348167ff3c9c6586658b35f8c16392d711da26a98ae2b5c5ee910b63ab79263feea70395e57d1c1 WHIRLPOOL 46861423770c66635a3388e05371351712f69bbf99dadd7ab0574c4772605d37a97170cc967328eb136c09ed1927a835f6129eae8e5f9353bc058196bdfdf64a

@ -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-python/icalendar/icalendar-3.3.ebuild,v 1.1 2013/02/22 08:26:04 patrick Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
MY_PN="collective-${PN}"
DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 2445)."
HOMEPAGE="http://github.com/collective/icalendar"
SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="doc test"
DOCS="README.rst"
RDEPEND=""
DEPEND="dev-python/setuptools
doc? ( dev-python/sphinx
dev-python/pytz )
test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-1.5 )"
python_compile_all() {
if use doc; then
pushd docs > /dev/null
emake text
popd > /dev/null
DOCS=( ${DOCS} docs/_build/text/*.txt )
fi
}
python_test() {
nosetests -v src/icalendar/tests
}

@ -1,3 +1,4 @@
DIST kombu-1.0.4.tar.gz 201925 SHA256 a876b9dd923e2d719afa7491e6d7a90829ebc9d836d8c4f71332984042693140 SHA512 fd321400c8b28d445f7665322671f2311b336d8ef94ca26ebcaf2d30b02a81d312564b863a873cda2df9b5f0f62a28bfe10b52fc21ffa89b3e66a4caa9fb1df7 WHIRLPOOL 0f1d4e918d194860798292d28e6f9a21b5ee6939a5ad2bd6966aaa2d77c171d5531006ba206fcef8fdd264e53799a7aa2ff7958158b69076796f9cd4489ae5a5
DIST kombu-2.4.10.tar.gz 291204 SHA256 211cb68b133578338aac0990d31d9255ed54b5f1861fb2cd54c1bb28bdbc8a6e SHA512 e2d10d2d3c13072b079e29f12094b9a88e55f58e1368da1ebc0eedface3c1e0bdd5d3d7ac00469027051b61c3285a30f7b6d47a0fe8345d8bf04cb2a7b1f8748 WHIRLPOOL 6e4324dbabc1a61c7f4596e6bd54d750fc6f39f28e364c13213f130149a070153bd36fd76e2fef3ceaea4ded4cd79b3cc1c3708a2da20be4c5f1d06a2fa3bc6c
DIST kombu-2.5.4.tar.gz 300506 SHA256 92cfb82af1d3e8753258d660003769461b75abe0f1a03d720709a211042f358b SHA512 5b6ba84de66f3b86b68778d1473cae4ddbab96f27aedb0906d258b496be3180fcd72c387bf76e46f98f899090cd1f9d25e38a8278b903759127a3e411c581604 WHIRLPOOL c94b54b35536a287ebd16b7f18634a918cba03702d38ccc70391671cce3e29e1a1ef7218bb853bad205eaa58740a3f990af80df8d71fed7f3e507f345dc358c7
DIST kombu-2.5.6.tar.gz 301670 SHA256 01c0ba72782535df913b519d6509835f8210b4dbfde652d3a1c6f545d737beb9 SHA512 f67354d71ce5f187aa7e914e3e1336ec7b1deb2cba376784b7c9998eb5d12daf4510d0071670f4d3039e8b0b570fed772558b28a37d1680af29721e7aafa7791 WHIRLPOOL 3057c8835cab3dc6ac3ecce8cd36279c61d1b1a40b44cf506fc61d82b41d5d0c3b57cb514d33640010ca313a8d5a4efa60f4bb4a326e0e2b2effed44738d8571

@ -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/dev-python/kombu/kombu-2.5.6.ebuild,v 1.1 2013/02/22 08:05:02 patrick Exp $
EAPI="4"
PYTHON_TESTS_RESTRICTED_ABIS="3.* 2.7-pypy-*"
PYTHON_DEPEND="*:2.7"
RESTRICT_PYTHON_ABIS="2.[56]"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="AMQP Messaging Framework for Python"
HOMEPAGE="http://pypi.python.org/pypi/kombu https://github.com/celery/kombu"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="amqplib doc examples test"
RDEPEND=">=dev-python/anyjson-0.3.3
amqplib? ( >=dev-python/amqplib-1.0.2 )
>=dev-python/py-amqp-1.0.6"
DEPEND="${RDEPEND}
test? ( dev-python/nose-cover3
dev-python/mock
dev-python/simplejson
dev-python/anyjson
dev-python/redis-py
dev-python/pymongo
dev-python/msgpack )
doc? ( dev-python/sphinx
dev-python/django
dev-python/beanstalkc
dev-python/couchdb-python )
dev-python/setuptools"
src_compile() {
distutils_src_compile
local SPHINXBUILD
if use doc; then
if python2.7 -c "import django.conf" &> /dev/null; then
# This will force sphinx-build to use python2.7
local EPYTHON=python2.7
export EPYTHON
else
die "kombu docs failed installation"
fi
einfo "building docs for kombu with python2.7"
PYTHONPATH="${S}" emake -C docs html
fi
}
src_test() {
testing() {
nosetests --py3where build-${PYTHON_ABI}/lib/${PN}/tests
}
python_execute_function testing
}
src_install() {
distutils_src_install
if use examples; then
docompress -x usr/share/doc/${P}/examples/
insinto usr/share/doc/${PF}/
doins -r examples/
fi
use doc && dohtml -r docs/.build/html/
}

@ -1,2 +1,3 @@
DIST mygpoclient-1.5.tar.gz 30719 SHA256 bd3f31fa082965e3005cf725a09444bcc77600de355e1ee795e7af53fcae568b SHA512 5cd17af5b0bbe38c2f6d40775022e619362cfd2fafb2500856c0239dc237ca34e8a274b888c96913c81ac90caf6ffaa3f31e40a0290fee20d6c3b5ff0e1fcf12 WHIRLPOOL 244e56d6ce3dd82db9c9c43b1f160906bd8350c49f82d28481aa0bc71e895fa4204ddd667ce99acdd76f5ea1a7340b83cb268c1c186fbcd5718e391ca751ed6a
DIST mygpoclient-1.6.tar.gz 32203 SHA256 0554bf1ab2fe4c6b7c3a7c1cdac7088be4427e77c4b63d797e722789d90c7cf7 SHA512 b7a3dd5b85258df1fc0487b9afaf52d52f5e76e3980e2f94f025228d7fdfb5ccce79f91585bbbb3f519b67eb0957772612b38c58207ff2cbcad3f3b7c0e66a28 WHIRLPOOL 932b83cd763f5e9267792762e5dad748f976b0de5372ca757d748290ba27bad00a0519bdddac09ad15757c98daa5d695f864b0c81ae3e591f0d0569498201837
DIST mygpoclient-1.7.tar.gz 35890 SHA256 6a0b7b1fe2b046875456e14eda3e42430e493bf2251a64481cf4fd1a1e21a80e SHA512 95e5920799300590830be6fba9d48fcd0398cab9eb07e34c9f07254f01f0fd483a3f117434a536c82fa8b1c846017919c9e3cbb7e848109912d9c38a347f896c WHIRLPOOL bb325dc6d824c7f8bc46d216011607314485f8065277e40b4521360b0fcf23b9c66804cf173a9f21d4000621df158c48c7f1f4f57f1fc175c70df1bff5338a25

@ -0,0 +1,48 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mygpoclient/mygpoclient-1.7.ebuild,v 1.1 2013/02/22 05:57:48 patrick Exp $
EAPI=3
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="A gpodder.net client library"
HOMEPAGE="http://thp.io/2010/mygpoclient/"
SRC_URI="http://thp.io/2010/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/simplejson"
DEPEND="${RDEPEND}
test? (
dev-python/coverage
dev-python/minimock
)"
src_prepare() {
distutils_src_prepare
# Disable tests requring network connection.
rm -f mygpoclient/http_test.py
}
src_test() {
distutils_src_test --cover-erase --with-coverage --with-doctest --cover-package=mygpoclient
}
src_install() {
distutils_src_install
delete_tests() {
rm -f "${ED}$(python_get_sitedir)/mygpoclient/"*_test.py
}
python_execute_function -q delete_tests
}

@ -2,4 +2,5 @@ DIST pep8-1.2.tar.gz 28194 SHA256 be6a5739f201e020dbcd073439a01d75b7a3547ac88006
DIST pep8-1.3.3.tar.gz 33591 SHA256 f0697c178f9e1c9ed5071fd1a9a8a99269cf2f66f9ff9a2a0d5d895f0d88210f SHA512 b82486f51c6b47bd7412c1baef620ae40b2bcd22f9ceb35f825c53ca3d85e8e9b67885c9448a91d34de1b409d508fc9aedfc43915d5b2e465c505c06a9431cb8 WHIRLPOOL 293ffcf9aabce7b9198505bdc6f25c946ef044e1a97199d534fd5dad16c15018de0143ac31ad6f8236987031e028a0a3e001ba189d472c74cfbde5e668091143
DIST pep8-1.3.tar.gz 32387 SHA256 58dff3f15b5fd15714b9689d1eb461df780fa06cfb29687554aa4bc6d79e7320 SHA512 65ad21208e10a8b3422a4d69c901f2360462d8605086bae801db81bfe6991c30da1401b4b7b81edffb0d8dd9a36387d353d4ac0ed3b799fc5f1c40cf8fe8f573 WHIRLPOOL 5320f50cb2ef74d72c6115d69bb7771bdbf7ef3e5653ef1f2e9abff7faae8ef6d3b4756cea8256f89341e8bf34c56f9b9bb139c3987103e9b3439d90ca5bbd90
DIST pep8-1.4.1.tar.gz 54945 SHA256 071dbe7109114f0dc3fb5f779f64bb3d08ff51b00a7ebb8dc8aee19f1a95b7f3 SHA512 18d51a99a499d2341fefd4710575f20d7b59e87bfa26394468f3c3df3ed234193268f4ba4342716d2b9a9afd3afb86510d679266d1553b4874582ea5b88ff17b WHIRLPOOL 6828d0912926c8f1b15025a67e38220da3a078377d8837193dec5a97dc8c69969a1c4d0b2b9043af55aa19b638ff1df2847160c94f839c1b89b08c511807e598
DIST pep8-1.4.2.tar.gz 59715 SHA256 30b373fe9859c39fd1ea3afb67e1894934a73b7b3ed8cb7505e4f5903b88bc8c SHA512 2830b0d66335bd51a63e6fba62443465c20f0653d47f0a7de953639f8dac3efbd32cf18580892b34575c3ee8074c9790d738858ccaf4b0447941c66e7fef630f WHIRLPOOL df6e1430357792efcc0e538318a8a208d3b25c371ddc85aea097eb551e039eb38b0d40731f2693d59b47f38d35bd29f8a13eb454cc25bcaa9d3f7a56c72574a9
DIST pep8-1.4.tar.gz 54417 SHA256 3fbaedba1f61b40760366325825dc36a8fb60a86690f4bec2e1da2e807cbb187 SHA512 dfe357534f924badee5ad88ec9de60d856af29a6332bcacb73ef994f9ca24c7dea8964596dedc45914b82099754c28a66d475c6df716a7e3629706e5cd78ea97 WHIRLPOOL cc276a9219bb49b5a9bb24d6a11b6adb6c3d4020570dd49f972dd9083a41ee2e8964d39e43629c92dba9d4db31c783e73d8c9ccd53dc87515168f7cac6a7fd19

@ -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-python/pep8/pep8-1.4.2.ebuild,v 1.1 2013/02/22 05:52:15 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="Python style guide checker"
HOMEPAGE="http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
DOCS=( CHANGES.txt )
python_test() {
PYTHONPATH="${S}" "${PYTHON}" pep8.py -v --testsuite=testsuite || die
PYTHONPATH="${S}" "${PYTHON}" pep8.py --doctest -v || die
}

@ -1 +1,2 @@
DIST amqp-1.0.6.tar.gz 69511 SHA256 fcc667a4e160c770fc41bd2b9b635ba0963db3dfd277491a8a10f8ccfba13e4f SHA512 40d1b9a2e692b1a89bdf7ffd098010437ecc6c51c7c7da6271283d199d47950be3f709370deb583ee8c4d2f7396789618ffeda8903f67bdc399d0b0902a2ebd6 WHIRLPOOL 476695f1c72ffa106ba73f6e4fe2dba796feca1ad7d2f72c7c2e1e750586eefe01c083f9d422d99e2a7ecf8df0f12e14d9630a490bd2f7ec9ff32e95af69cc05
DIST amqp-1.0.8.tar.gz 69976 SHA256 cc91d7aa03c6777454fda5e1631426952103b072c68a02c5bb7b17945e28f94b SHA512 cbe3261bf4378ccbb9bb31a72db4567654ae3f84d953bfe0c9b4443a52e05e056ff598dbf1966ef935b172ef8a655be4370f4d93fa0c591d2ca8b9ac60965396 WHIRLPOOL 9417571344673ea80e3048d3694f4fe644e33a5e5f62c3457d7d27277f8323dae36e5bc0207c7f853e40f7dd305cf77bfd14567860fe921f9fcdc9b25c83212a

@ -0,0 +1,63 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py-amqp/py-amqp-1.0.8.ebuild,v 1.1 2013/02/22 05:46:08 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
inherit distutils-r1
MY_PN="amqp"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Low-level AMQP client for Python (fork of amqplib)"
HOMEPAGE="https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples extras"
RDEPEND=""
DEPEND="${RDEPEND}"
python_prepare_all() {
local PATCHES=(
"${FILESDIR}/${PN}-1.0.6_disable_socket_tests.patch"
)
distutils-r1_python_prepare_all
}
python_test() {
cp -r -l funtests "${BUILD_DIR}"/ || die
cd "${BUILD_DIR}" || die
if [[ ${EPYTHON} == python3.* ]]; then
# Notes:
# -W is not supported by python3.1
# -n causes Python to write into hardlinked files
2to3 --no-diffs -w funtests || die
fi
"${PYTHON}" funtests/run_all.py || ewarn "Tests fail with ${EPYTHON}"
}
python_install_all() {
distutils-r1_python_install_all
dodoc -r docs/.
if use examples; then
docinto examples
dodoc -r demo/.
docompress -x /usr/share/doc/${PF}/examples
fi
if use extras; then
insinto /usr/share/${PF}
doins -r extra
fi
}

@ -1,2 +1,3 @@
DIST python-twitter-0.8.1.tar.gz 67265 SHA256 cf793bdfe5d028f7646f80190a491f150574159ab3a968364b1e18e6e2d38b27 SHA512 5ad3810843fe0db0104d60f18a459e37c6d178c0c01389f693ad68d74d78ea66935372af26ebb2757a011f1d1cb5ee5eee5d51c5d71869ad9ff28ae83f3b5024 WHIRLPOOL c01dda0408df4bd2571882bdf46233495ef4a92fc59836989ea94608c563dc8fdb0cd5768c5dc1b07c5299ee140a3b5674631fe0dac0dec0309dff626e8419e2
DIST python-twitter-0.8.2.tar.gz 63648 SHA256 b7fb64877c5d53457a44899f5aa35ae073a1c3587b35f3f2661656e2fff8f72e SHA512 b1e52e18d8c40857fb30424ae1eff1e5167d84010eb7c43cdde30bfa065c33bbc26b5e6a91ba1a33508045b8bfde900c12b9146a4f3fbe9ab97175660dbf2624 WHIRLPOOL 7b6aef607661071f3b7e55074671fe8f265d643e59ea6bad33d5b14c95ed243a960cd811adb274fb7b30326d57c9ee055465796af303f814540c8c789e47efcf
DIST python-twitter-0.8.5.tar.gz 67180 SHA256 4d19d815078bb9e68f93eeae62a02a09f895bbbb294ff3fa18f137077b522433 SHA512 a864f8fea9c14f4172058659828eddd30051c585582a2a8ed8ea3e1d414b2883c6fc0c919e28dc878f7bbf6f2a2fb4190fe147a0a8392c316bc36abae27584e3 WHIRLPOOL 5cebba86f9aeffc072ab571a473ec5248a38455dcc07f9193ee606cc35b525ef779841d742fe0445c99556dd9de5a9c16723c7bf38a1531ced2a35845f12f852

@ -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/python-twitter/python-twitter-0.8.5.ebuild,v 1.1 2013/02/22 05:42:09 patrick Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
DESCRIPTION="This library provides a pure python interface for the Twitter API"
HOMEPAGE="http://code.google.com/p/python-twitter/"
SRC_URI="http://python-twitter.googlecode.com/files/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"
IUSE="examples"
RDEPEND="dev-python/oauth2
dev-python/simplejson"
DEPEND="${RDEPEND}
dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"
DOCS="CHANGES README.md"
PYTHON_MODNAME="twitter.py"
src_prepare() {
distutils_src_prepare
# Delete internal copy of simplejson.
rm -fr simplejson
}
#Test are disabled because they are broken.
#See http://code.google.com/p/python-twitter/issues/detail?id=196 for details.
#src_test() {
# testing() {
# PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" twitter_test.py
# }
# python_execute_function testing
#}
src_install() {
distutils_src_install
dohtml doc/twitter.html
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins examples/*
fi
}

@ -1,2 +1,3 @@
DIST rpy2-2.2.6.tar.gz 167112 SHA256 7e6b3ac86edcc66e59a98d5821581e36d4bfe9552d7f2da95610b730e5f0ef28 SHA512 6ef901f7c9829ac7c574bb2ca8a986d7e5a5685167067f50d6e815f3ec0022224306dbf3ad8ee809b441ff8ad8eac53b414203d51f41e5602193e775c6b9a5cc WHIRLPOOL a7ed12874626b2f018d9da409e3f468e276247c5c7829e95abf1850a7557876606394e2766f0d0b44810ceaae0f9ac8d1a656c09008e49ceafd8d1330ba961b1
DIST rpy2-2.3.1.tar.gz 178310 SHA256 a842acffb98f25102937422795a372a7759e63dbb1e60fdbba9e6b83f61fee8a SHA512 3af2c51cd68daa1a9148a81cce29f4f24e50e3ea99deb8d633e29460cb16fa174b1e8185fef1e00fb8e0cdea2ae1ffd77bb6f73c098fb5af50711900f068d8af WHIRLPOOL 34dd9221921e6eefd5cf1db123e344e45c51763e3c6f92ea12f09d9aab9da4d850f341eb535d593982b25a22c313a11b8d810dd35f777d0bf9b1e583395dc66e
DIST rpy2-2.3.2.tar.gz 179001 SHA256 53693664fadb07e9b09bc328960da8520c476ab3399aa0c95021e2cdfd1f1a1a SHA512 3a15d642470a52b33509d877d6a8ac1679cd664a2fc99f9bff85bc5e3ff3f0d24ec64a177185604a00735332c0bc418449ede86470cf8f7ca1ea901c95a5a9f0 WHIRLPOOL 8f234ce106aea9df496f4ae7f701be3ff5a12406b16e455fa0474be37f01d24337a0662b0841bda1e8f7525ce7c496133a00e32f42760eacd472ea16a233b95c

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<herd>sci</herd>
<longdescription lang="en">
<herd>python</herd>
<herd>sci</herd>
<longdescription lang="en">
RPy provides a robust Python interface to the R programming
language. It can manage R objects and can execute arbitrary R
functions. All the errors from the R language are converted to
Python exceptions.
</longdescription>
<upstream>
<remote-id type="pypi">rpy2</remote-id>
</upstream>
<upstream>
<remote-id type="pypi">rpy2</remote-id>
</upstream>
</pkgmetadata>

@ -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-python/rpy/rpy-2.3.2.ebuild,v 1.1 2013/02/22 09:17:22 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit distutils-r1
MYSLOT=2
MY_PN=${PN}${MYSLOT}
MY_P=${MY_PN}-${PV}
PYTHON_MODNAME=${MY_PN}
DESCRIPTION="Python interface to the R Programming Language"
HOMEPAGE="http://rpy.sourceforge.net/"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
>=dev-lang/R-2.8
dev-python/numpy[${PYTHON_USEDEP}]
!<=dev-python/rpy-1.0.2-r2"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
python_test() {
${PYTHON} -m 'rpy2.tests' || die
}

@ -1,3 +1,4 @@
DIST selenium-webdriver-2.26.0.gem 2094080 SHA256 0a67038cf228788c91123468ea032a78c0adbccf6ada7149c545763eb5c9f255 SHA512 278113461ef46f55eaa23b146e062f8cf0d29e8cf226d7c5fc0f52041ba32b5e6b354a2de8a7164924bf58b73684e5f8ddcf651e2605c30011fcbecadf47b0eb WHIRLPOOL 6bf07f87b2da64ef777a5122b752c7db26c6a677c1d6c174b3df4bd5db2b625e7a6e9dc95d8ec1e1ffa293593b81912d674c76b1b718db75501db2d4c4bf2c54
DIST selenium-webdriver-2.27.2.gem 2094080 SHA256 32531ca236156e2d6b7118d1c3b70814b540bb2a52701b489810b72578464020 SHA512 143d1647735b0cea66cc54cc5f9f8ff1cd8789a4b3e89cdf5338f60630eb32d97e71fb0d5d0b4c9c0fd1f4229819a2491a4955a601710644f0446ae14a856386 WHIRLPOOL db9b7652598d42a77ac5798a3d1528942db926da786665f8ffffd2fc334c91cca9132fdb245d5a124035042dc2395b3fdb096732b42e018476711e98528c21d8
DIST selenium-webdriver-2.29.0.gem 2117632 SHA256 92715a71a49e55b3a8e237d413c0d7e85f330e3461a5020fc05cd514eef2ae30 SHA512 fdb6c8b1ef9858de527612a8367dafb4aaddf2d332bfc86865c7989e42ef496ee2e99fdade55a6062e804e2ea80bef63c907256cc97c4210f722441f7d06960c WHIRLPOOL 711cb75b03b2ecf92524655a8be3f254dbd8f6a35a8c46931343d62ceef272352e3b4e447d8012ad42faf384b188beaf6c09cc96b1e08d97a57e56408818b784
DIST selenium-webdriver-2.30.0.gem 2117632 SHA256 619ba7852882cabfc18b081cb023180f76f0e9aba135bada9a1ef952d3467df9 SHA512 e7e14e6cd8a382b5d29b1462b128a0bbcc5f4be02c745cadbe62e37b59d470becfc0fcb3a4ba5e40057d1158abecc172a9d3e72d47c52a94f5a7bc7d462c1ada WHIRLPOOL 60ed0b309e37f625fe458bb6d7d7735dfb12b828650ad22cbb540a4942c841b54636dc79267be921ee44eb8e744009891bdea7eb979ff59522362b61d74a57b6

@ -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-ruby/selenium-webdriver/selenium-webdriver-2.30.0.ebuild,v 1.1 2013/02/22 06:51:35 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ree18"
# NOTE: this package contains precompiled code. It appears that all
# source code can be found at http://code.google.com/p/selenium/ but the
# repository is not organized in a way so that we can easily rebuild the
# suited shared object. We'll just try our luck with the precompiled
# objects for now.
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGES README"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
inherit ruby-fakegem
DESCRIPTION="This gem provides Ruby bindings for WebDriver."
HOMEPAGE="http://gemcutter.org/gems/selenium-webdriver"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/childprocess-0.2.5
>=dev-ruby/multi_json-1.0.4
dev-ruby/rubyzip"
all_ruby_prepare() {
# Make websocket a development dependency since it is only needed
# for the safari driver which we don't support on Gentoo.
sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' ../metadata || die
}

@ -1 +1 @@
Fri, 22 Feb 2013 05:06:51 +0000
Fri, 22 Feb 2013 10:36:53 +0000

@ -1 +1 @@
Fri, 22 Feb 2013 05:06:51 +0000
Fri, 22 Feb 2013 10:36:54 +0000

@ -0,0 +1,11 @@
DEFINED_PHASES=compile install test unpack
DEPEND=app-arch/cpio
DESCRIPTION=MirBSD KSH Shell
EAPI=4
HOMEPAGE=http://mirbsd.de/mksh
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
SLOT=0
SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R41c.tgz
_eclasses_=eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=82fa792b82fe978ef5f100023e5d68c9

@ -0,0 +1,11 @@
DEFINED_PHASES=compile install test unpack
DEPEND=app-arch/cpio
DESCRIPTION=MirBSD KSH Shell
EAPI=4
HOMEPAGE=http://mirbsd.de/mksh
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
SLOT=0
SRC_URI=http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R43.tgz
_eclasses_=eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=43e676f5b335c735d84a8fec125f93af

@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=app-text/podofo-0.8.2:= >=app-text/poppler-0.12.3-r3:=[qt4,xpdf-headers(+)] >=dev-libs/chmlib-0.40:= >=dev-libs/icu-4.4:= >=dev-python/beautifulsoup-3.0.5:python-2 dev-python/netifaces dev-python/python-dateutil >=dev-python/dnspython-1.6.0 >=dev-python/cssselect-0.7.1 >=dev-python/cssutils-0.9.9 >=dev-python/dbus-python-0.82.2 >=dev-python/imaging-1.1.6 >=dev-python/lxml-2.2.1 >=dev-python/mechanize-0.1.11 >=dev-python/python-dateutil-1.4.1 >=dev-python/PyQt4-4.9.1[X,svg,webkit] media-fonts/liberation-fonts >=media-gfx/imagemagick-6.5.9[jpeg,png] >=media-libs/freetype-2:= >=media-libs/libwmf-0.2.8 >=media-libs/libmtp-1.1.4:= virtual/libusb:1= x11-libs/qt-dbus:4= x11-libs/qt-svg:4= >=x11-misc/xdg-utils-1.0.2-r2 udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) ) =dev-lang/python-2.7* =dev-lang/python-2.7*[ssl,sqlite]
SLOT=0
SRC_URI=http://sourceforge.net/projects/calibre/files/0.9.18/calibre-0.9.18.tar.xz
SRC_URI=http://sourceforge.net/projects/calibre/files/0.9.20/calibre-0.9.20.tar.xz
_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils f2731576962f01811c9573b3323fa374 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=689aa3b40a666663975b8a209d41e15f
_md5_=018859949a7685e58aa48e9790350811

@ -1,13 +0,0 @@
DEFINED_PHASES=compile install postinst prerm setup test unpack
DEPEND=>=dev-lang/ghc-6.6 dev-haskell/parsec:0 dev-haskell/regex-compat doc? ( dev-haskell/haddock ) >=dev-haskell/cabal-1.1.4
DESCRIPTION=WASH is a family of embedded domain specific languages for programming Web applications in Haskell.
EAPI=1
HOMEPAGE=http://www.informatik.uni-freiburg.de/~thiemann/haskell/WASH/
IUSE=doc profile
KEYWORDS=~amd64 ~x86 ~sparc
LICENSE=BSD
RDEPEND=>=dev-lang/ghc-6.6 dev-haskell/parsec:0 dev-haskell/regex-compat
SLOT=0
SRC_URI=http://www.informatik.uni-freiburg.de/~thiemann/haskell/WASH/WashNGo-2.12.tgz
_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils f2731576962f01811c9573b3323fa374 ghc-package f8674c44668a01a8b05d66a7c140008b haskell-cabal a2a8de4cff4a18a175b08057c65a7c4d multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=fdf99fae56b1a3a198bbf2baf8e8a83d

@ -0,0 +1,14 @@
DEFINED_PHASES=compile install postinst postrm prepare setup test
DEPEND=dev-python/setuptools || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) test? ( dev-python/nose )
DESCRIPTION=Python multiprocessing fork
EAPI=4
HOMEPAGE=http://pypi.python.org/pypi/billiard https://github.com/celery/billiard
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=|| ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
RESTRICT=test
SLOT=0
SRC_URI=mirror://pypi/b/billiard/billiard-2.7.3.20.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=29316b7e039c64275bc90282ef47ab95

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst postrm prepare setup test
DEPEND=>=dev-python/kombu-2.4.7 <dev-python/kombu-3.0 sql? ( dev-python/sqlalchemy ) dev-python/python-dateutil >=dev-python/anyjson-0.3.3 virtual/pyparsing >=dev-python/billiard-2.7.3.17 dev-python/pytz test? ( dev-python/gevent >=dev-python/mock-0.7.0 virtual/python-unittest2 dev-python/pyopenssl dev-python/nose-cover3 dev-python/sqlalchemy dev-python/pymongo dev-python/redis-py dev-db/redis ) doc? ( dev-python/docutils dev-python/sphinx dev-python/jinja dev-python/sphinxcontrib-issuetracker dev-python/sqlalchemy ) dev-python/setuptools || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* ) test? ( dev-python/nose )
DESCRIPTION=Celery is an open source asynchronous task queue/job queue based on distributed message passing.
EAPI=4
HOMEPAGE=http://celeryproject.org/ http://pypi.python.org/pypi/celery
IUSE=doc examples sql test test
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=>=dev-python/kombu-2.4.7 <dev-python/kombu-3.0 sql? ( dev-python/sqlalchemy ) dev-python/python-dateutil >=dev-python/anyjson-0.3.3 virtual/pyparsing >=dev-python/billiard-2.7.3.17 dev-python/pytz || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* )
SLOT=0
SRC_URI=mirror://pypi/c/celery/celery-3.0.14.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=cfcbee123e2a49967ae4c3ca1a9c47c6

@ -0,0 +1,12 @@
DEFINED_PHASES=compile install postinst postrm prepare
DEPEND=dev-python/setuptools =dev-lang/python-2*
DESCRIPTION=Django recaptcha form field/widget app
EAPI=3
HOMEPAGE=http://github.com/praekelt/django-recaptcha http://pypi.python.org/pypi/django-recaptcha
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND==dev-lang/python-2*
SLOT=0
SRC_URI=mirror://pypi/d/django-recaptcha/django-recaptcha-0.0.6.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=be02165e34b059001b2d7ae1f75985f6

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sci-libs/hdf5 dev-python/numpy[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? ( virtual/python-unittest2[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 simple Python interface to HDF5 files
EAPI=5
HOMEPAGE=http://h5py.alfven.org/ http://code.google.com/p/h5py/ http://pypi.python.org/pypi/h5py
IUSE=test python_targets_python2_6 python_targets_python2_7
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=sci-libs/hdf5 dev-python/numpy[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(-)]
SLOT=0
SRC_URI=http://h5py.googlecode.com/files/h5py-2.1.2.tar.gz
_eclasses_=distutils-r1 c1131fe0edfa126f6b87c238f28da659 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 048b50bedc7713734694d95a872490a6 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a61ed5a5adb7824f6df338a099824cf5

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst postrm prepare setup
DEPEND=dev-python/setuptools dev-python/cython dev-lang/python
DESCRIPTION=HTTP request/response parser for python in C
EAPI=4
HOMEPAGE=http://github.com/benoitc/http-parser
IUSE=examples
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-lang/python
SLOT=0
SRC_URI=mirror://pypi/h/http-parser/http-parser-0.8.1.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=bd7a894264f8fd8bd49c6984007fd22e

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/setuptools doc? ( dev-python/sphinx dev-python/pytz ) test? ( virtual/python-unittest2[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? ( 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=Package used for parsing and generating iCalendar files (RFC 2445).
EAPI=5
HOMEPAGE=http://github.com/collective/icalendar
IUSE=doc test python_targets_python2_6 python_targets_python2_7
KEYWORDS=~amd64 ~x86 ~x86-fbsd
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(-)]
SLOT=0
SRC_URI=mirror://pypi/i/icalendar/icalendar-3.3.tar.gz
_eclasses_=distutils-r1 c1131fe0edfa126f6b87c238f28da659 eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 048b50bedc7713734694d95a872490a6 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=36af041dcd1b6ac9e9517d055b44119a

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst postrm prepare setup test
DEPEND=>=dev-python/anyjson-0.3.3 amqplib? ( >=dev-python/amqplib-1.0.2 ) >=dev-python/py-amqp-1.0.6 test? ( dev-python/nose-cover3 dev-python/mock dev-python/simplejson dev-python/anyjson dev-python/redis-py dev-python/pymongo dev-python/msgpack ) doc? ( dev-python/sphinx dev-python/django dev-python/beanstalkc dev-python/couchdb-python ) dev-python/setuptools || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* ) test? ( dev-python/nose )
DESCRIPTION=AMQP Messaging Framework for Python
EAPI=4
HOMEPAGE=http://pypi.python.org/pypi/kombu https://github.com/celery/kombu
IUSE=amqplib doc examples test test
KEYWORDS=~amd64 ~x86
LICENSE=BSD
RDEPEND=>=dev-python/anyjson-0.3.3 amqplib? ( >=dev-python/amqplib-1.0.2 ) >=dev-python/py-amqp-1.0.6 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* )
SLOT=0
SRC_URI=mirror://pypi/k/kombu/kombu-2.5.6.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=aa074ff81078f9b323a4d6e96111ecb1

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst postrm prepare test
DEPEND=dev-python/simplejson test? ( dev-python/coverage dev-python/minimock ) =dev-lang/python-2* test? ( dev-python/nose )
DESCRIPTION=A gpodder.net client library
EAPI=3
HOMEPAGE=http://thp.io/2010/mygpoclient/
IUSE=test test
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-python/simplejson =dev-lang/python-2*
SLOT=0
SRC_URI=http://thp.io/2010/mygpoclient/mygpoclient-1.7.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=e2e0fde880b9eb2e73b4b2662451bbb9

@ -0,0 +1,13 @@
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_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_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=Python style guide checker
EAPI=5
HOMEPAGE=http://github.com/jcrocholl/pep8 http://pypi.python.org/pypi/pep8
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
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
LICENSE=MIT
RDEPEND=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_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_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(-)]
SLOT=0
SRC_URI=mirror://pypi/p/pep8/pep8-1.4.2.tar.gz
_eclasses_=distutils-r1 c1131fe0edfa126f6b87c238f28da659 eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 048b50bedc7713734694d95a872490a6 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7108b76c7e221c775b1207a283567ef9

@ -0,0 +1,13 @@
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 ) 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_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)]
DESCRIPTION=Low-level AMQP client for Python (fork of amqplib)
EAPI=5
HOMEPAGE=https://github.com/celery/py-amqp http://pypi.python.org/pypi/amqp/
IUSE=examples extras python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_9 python_targets_pypy2_0
KEYWORDS=~amd64 ~x86
LICENSE=LGPL-3
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_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_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)]
SLOT=0
SRC_URI=mirror://pypi/a/amqp/amqp-1.0.8.tar.gz
_eclasses_=distutils-r1 c1131fe0edfa126f6b87c238f28da659 eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 048b50bedc7713734694d95a872490a6 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e031e1619522242f5ee02f1f8cf8f221

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst postrm prepare
DEPEND=dev-python/oauth2 dev-python/simplejson dev-python/setuptools dev-lang/python
DESCRIPTION=This library provides a pure python interface for the Twitter API
EAPI=2
HOMEPAGE=http://code.google.com/p/python-twitter/
IUSE=examples
KEYWORDS=~amd64 ~x86 ~x64-macos
LICENSE=Apache-2.0
RDEPEND=dev-python/oauth2 dev-python/simplejson dev-lang/python
SLOT=0
SRC_URI=http://python-twitter.googlecode.com/files/python-twitter-0.8.5.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib ded93e450747134a079e647d888aa80b python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=0d53bf44e9a6942b298966de1bd35b26

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-lang/R-2.8 dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] !<=dev-python/rpy-1.0.2-r2 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_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
DESCRIPTION=Python interface to the R Programming Language
EAPI=5
HOMEPAGE=http://rpy.sourceforge.net/
IUSE=python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2 LGPL-2.1 MPL-1.1
RDEPEND=>=dev-lang/R-2.8 dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] !<=dev-python/rpy-1.0.2-r2 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_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
SLOT=0
SRC_URI=mirror://pypi/r/rpy2/rpy2-2.3.2.tar.gz
_eclasses_=distutils-r1 c1131fe0edfa126f6b87c238f28da659 eutils f2731576962f01811c9573b3323fa374 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 048b50bedc7713734694d95a872490a6 python-utils-r1 120bfd06803274b3d1b986d506302851 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8ead20217a07505c5b73ee4f19b0173c

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby18] dev-ruby/rubyzip[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby19] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby19] dev-ruby/rubyzip[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ree18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ree18] dev-ruby/rubyzip[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
DESCRIPTION=This gem provides Ruby bindings for WebDriver.
EAPI=5
HOMEPAGE=http://gemcutter.org/gems/selenium-webdriver
IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby18] dev-ruby/rubyzip[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ruby19] >=dev-ruby/multi_json-1.0.4[ruby_targets_ruby19] dev-ruby/rubyzip[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/childprocess-0.2.5[ruby_targets_ree18] >=dev-ruby/multi_json-1.0.4[ruby_targets_ree18] dev-ruby/rubyzip[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
SLOT=0
SRC_URI=mirror://rubygems/selenium-webdriver-2.30.0.gem
_eclasses_=eutils f2731576962f01811c9573b3323fa374 java-utils-2 dcda71e114d638cdf01db57b8445337d multilib ded93e450747134a079e647d888aa80b ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=c4f213a434144e9a592a39f645b5183d

@ -4,11 +4,11 @@ DESCRIPTION=Tools for Managing Linux CIFS Client Filesystems
EAPI=4
HOMEPAGE=http://wiki.samba.org/index.php/LinuxCIFS_utils
IUSE=ads +caps caps-ng creds upcall
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux
LICENSE=GPL-3
RDEPEND=!net-fs/mount-cifs !<net-fs/samba-3.6_rc1 ads? ( sys-libs/talloc virtual/krb5 sys-apps/keyutils ) caps? ( sys-libs/libcap ) caps-ng? ( sys-libs/libcap-ng ) creds? ( sys-apps/keyutils ) upcall? ( sys-apps/keyutils sys-libs/talloc virtual/krb5 )
REQUIRED_USE=^^ ( caps caps-ng )
SLOT=0
SRC_URI=ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/cifs-utils-5.8.tar.bz2
_eclasses_=confutils 2ab69b52fa6ea0c0669a47fb94b354b4 eutils f2731576962f01811c9573b3323fa374 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=06144848727ab3137ef67f9b4cbecb53
_md5_=972ccea3f5a383a1f22d3fc797db878e

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare
DEPEND=app-arch/unzip sys-devel/flex sys-devel/bison sys-libs/zlib gnutls? ( net-libs/gnutls ) ssl? ( dev-libs/openssl ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=A cross-platform open source C and C++ SDK to ease the development of SOAP/XML Web services
EAPI=4
HOMEPAGE=http://gsoap2.sourceforge.net
IUSE=doc debug examples ipv6 gnutls +ssl
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2 gSOAP
SLOT=0
SRC_URI=mirror://sourceforge/gsoap2/gsoap_2.8.14.zip
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils f2731576962f01811c9573b3323fa374 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e701e4475b2a73e0e3df60b1d6b98127

@ -10,4 +10,4 @@ RDEPEND=mpi? ( virtual/mpi ) fortran? ( virtual/fortran )
SLOT=2.1
SRC_URI=http://www.fftw.org/fftw-2.1.5.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de fortran-2 19652e219ec9b62d7d89735821d7afb6 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=22614f64804f61fcbb6e98c276e86283
_md5_=3c2139e1b9506b2318ce4be30be4af51

@ -10,4 +10,4 @@ RDEPEND=fortran? ( virtual/fortran )
SLOT=3.0
SRC_URI=http://www.fftw.org/fftw-3.2.2.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de fortran-2 19652e219ec9b62d7d89735821d7afb6 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=886c6830961afbb36da933b9d8a984fc
_md5_=d9885b46ebffda1fda5d79ce22fe6608

@ -10,4 +10,4 @@ RDEPEND=fortran? ( virtual/fortran )
SLOT=3.0
SRC_URI=http://www.fftw.org/fftw-3.2.2.tar.gz
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de fortran-2 19652e219ec9b62d7d89735821d7afb6 libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ddded8e8250c7a0c3decc5b843a7d95d
_md5_=75234b129b85a094eed9c80ee64fda37

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack
DEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) >=x11-proto/dri2proto-2.6 x11-proto/resourceproto || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig dri? ( x11-proto/xf86driproto x11-proto/glproto x11-proto/dri2proto ) x11-proto/fontsproto x11-proto/randrproto x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess
DESCRIPTION=X.Org driver for Intel cards
EAPI=5
HOMEPAGE=http://xorg.freedesktop.org/
IUSE=glamor +sna +udev uxa xvmc dri
KEYWORDS=~amd64 ~x86 ~amd64-fbsd -x86-fbsd
LICENSE=MIT
RDEPEND=x11-libs/libXext x11-libs/libXfixes >=x11-libs/pixman-0.27.1 >=x11-libs/libdrm-2.4.29[video_cards_intel] glamor? ( x11-libs/glamor ) sna? ( >=x11-base/xorg-server-1.10 ) udev? ( virtual/udev ) xvmc? ( x11-libs/libXvMC >=x11-libs/libxcb-1.5 x11-libs/xcb-util ) x11-base/xorg-server:= dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess
REQUIRED_USE=|| ( glamor sna uxa )
SLOT=0
SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-2.21.3.tar.bz2
_eclasses_=autotools cf83655b19ed98f9ea3b44f4572b51a3 autotools-utils 8e8226b720d010eea0f1cf1cf63711d1 eutils f2731576962f01811c9573b3323fa374 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib ded93e450747134a079e647d888aa80b multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 d30f1102ace76e02c79c9d0a62f13ca3
_md5_=535ab6f5ed261dc89f3e77d3810bb13c

@ -1 +1 @@
Fri, 22 Feb 2013 05:06:53 +0000
Fri, 22 Feb 2013 10:36:56 +0000

@ -1 +1 @@
Fri Feb 22 05:06:51 UTC 2013
Fri Feb 22 10:36:53 UTC 2013

@ -1 +1 @@
Fri, 22 Feb 2013 05:30:01 +0000
Fri, 22 Feb 2013 11:00:01 +0000

@ -1 +1 @@
1361509501 Fri Feb 22 05:05:01 2013 UTC
1361529301 Fri Feb 22 10:35:01 2013 UTC

@ -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/net-fs/cifs-utils/cifs-utils-5.8-r1.ebuild,v 1.1 2012/12/04 07:23:02 dev-zero Exp $
# $Header: /var/cvsroot/gentoo-x86/net-fs/cifs-utils/cifs-utils-5.8-r1.ebuild,v 1.2 2013/02/22 09:04:02 zmedico Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~arm-linux ~x86-linux"
IUSE="ads +caps caps-ng creds upcall"
DEPEND="!net-fs/mount-cifs
@ -45,6 +45,7 @@ pkg_setup() {
}
src_configure() {
ROOTSBINDIR="${EPREFIX}"/sbin \
econf \
$(use_enable ads cifsupcall) \
$(use_with caps libcap) \
@ -60,7 +61,7 @@ src_install() {
default
# remove empty directory
use upcall || rmdir "${D}/usr/sbin"
use upcall || rmdir "${ED}/usr/sbin"
}
pkg_postinst() {

@ -3,4 +3,5 @@ DIST gsoap_2.8.10.zip 19156778 SHA256 fddfd59ba9b0236daa59d1ced9149cb827d446e0a2
DIST gsoap_2.8.11.zip 19460326 SHA256 8de57a0ae5957cee01e46e3d166cfedf7f5d0b5dae797fe3d8b01c777567534c SHA512 1172dda4eda31160f3e55db4377b5d8698f3532aa270492dd5c38c046405511a6ab8299943b961ea96fe37550bb0b84b4e886b0aa32325cf4b24be2c295102fa WHIRLPOOL ba63f3ae5b722fc2c483c998e51c4348494e11ae2e2ad41fa1e939f0f84d2fb4a0acc3bcd78c078c17267163a1e39e7b93ea5f2f84c703a19216ce8a69afbe7d
DIST gsoap_2.8.12.zip 19974348 SHA256 51eef118544fa846f4d2dea2eedf91c84c46a1abeafc5eee3dcff783f4015a00 SHA512 7f162936d8d331d94b0aa52042c512167198a8de5a279747f49494b0f17442feb4db2ac5abff54e46350562e774b6bdddc577049f7cb59807cab29b12d797a87 WHIRLPOOL 7557396a154405606b2b2a962ac5f19d4853a792c8f96333576e6229506c9fedd8c5652cc1560566dfb51203362063566d2780becb1e1bb0ca2714fabe0a0330
DIST gsoap_2.8.13.zip 20702407 SHA256 7c5b3fad129faf7416a9ee210bf392a0b7d686cd067d43cd0f22c26874d6a425 SHA512 c6ca7e38580ca8d8d24edff29568bdb98f2e7c11772d5aa9aa1507b9180482e008aebd5d625044dece2a31de58839e0295ec883ab37a6a2af64b94cbb9b0a98c WHIRLPOOL 6db539bbce14204b6dee21eb5dae348b8b53f22eccfc2d81b06ce1fc829778067714ed8ef9f413dd5a8c21626151d8821788b93eb2d6df3c2fb896cff698d6e4
DIST gsoap_2.8.14.zip 20701073 SHA256 ea3467637bc7226f710ba6af674cd51a15abfb292be13f9ca3e9ac1aed4c3a34 SHA512 da11913c311c1ec1f156b14b69bfa03010c2dcfa5b265505b0b39ef9f80e6dad1d2e9d39e70170f86fa93a2029ba4250a44fc838df1d299864caf1d3bf4873c9 WHIRLPOOL 1b9dad3630c4f18caed07538e9e4ad971bedf2576c688c7f8ab93b3ba884270a9017da17611648b1642c47511b1d996c60cd92590d9c8c143c7e1182b0e86f84
DIST gsoap_2.8.9.zip 18955364 SHA256 24ff4a4c3b2470149febfd9d2d22127a267e9e92f4a5dd1ad2b16d07da62a7d5 SHA512 cba30527862f1d6a8e7f82553af0f00aa5abdda26cd2c052b32417251374671d63d3afc3a31152c7355722c0d7db414825ae98cfb5645263fbbea634794d01e6 WHIRLPOOL b0dbeb9cba3c97fe7cd68646a715c8c5851c14c3b080291153a65755b973ec3ef49b27725564bed16cb53c3b50516d252526736edd8fb625e4f003e91f8b5ecb

@ -0,0 +1,72 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gsoap/gsoap-2.8.14.ebuild,v 1.1 2013/02/22 09:06:24 patrick Exp $
EAPI=4
inherit autotools eutils
MY_P="${PN}-2.8"
DESCRIPTION="A cross-platform open source C and C++ SDK to ease the development of SOAP/XML Web services"
HOMEPAGE="http://gsoap2.sourceforge.net"
SRC_URI="mirror://sourceforge/gsoap2/gsoap_${PV}.zip"
LICENSE="GPL-2 gSOAP"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc debug examples ipv6 gnutls +ssl"
DEPEND="app-arch/unzip
sys-devel/flex
sys-devel/bison
sys-libs/zlib
gnutls? ( net-libs/gnutls )
ssl? ( dev-libs/openssl )"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
src_prepare() {
# Fix Pre-ISO headers
epatch "${FILESDIR}/${PN}-2.7.10-fedora-install_soapcpp2_wsdl2h_aux.patch"
eautoreconf
}
src_configure() {
local myconf=
use ssl || myconf+="--disable-ssl "
use gnutls && myconf+="--enable-gnutls "
use ipv6 && myconf+="--enable-ipv6 "
econf \
${myconf} \
$(use_enable debug) \
$(use_enable examples samples)
}
src_compile() {
emake -j1
}
src_install() {
emake DESTDIR="${D}" install
# yes, we also install the license-file since
# it contains info about how to apply the licenses
dodoc *.txt
dohtml changelog.html
find "${D}"/usr/ -name "*.la" -exec rm {} \;
if use examples; then
rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o
insinto /usr/share/doc/${PF}/examples
doins -r gsoap/samples/*
fi
if use doc; then
dohtml -r gsoap/doc/*
fi
}

@ -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-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.14 2012/10/18 21:42:09 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.15 2013/02/22 10:11:14 jlec Exp $
EAPI=4
@ -32,7 +32,7 @@ pkg_setup() {
if use x86; then
is-flag "-fomit-frame-pointer" || append-flags "-fomit-frame-pointer"
fi
if use openmp && [[ $(tc-getCC) == *gcc* ]] && ! $(tc-has-openmp); then
if use openmp && [[ $(tc-getCC) == *gcc* ]] && ! tc-has-openmp; then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
ewarn "If you want to build fftw with OpenMP, abort now,"
ewarn "and switch CC to an OpenMP capable compiler"

@ -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-libs/fftw/fftw-3.2.2-r2.ebuild,v 1.3 2012/10/18 21:42:09 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2-r2.ebuild,v 1.4 2013/02/22 10:11:14 jlec Exp $
EAPI=2
@ -26,7 +26,7 @@ pkg_setup() {
elif use threads; then
FFTW_THREADS="--enable-threads --disable-openmp"
fi
if use openmp && ! tc-has-openmp; then
if use openmp && [[ $(tc-getCC) == *gcc* ]] && ! tc-has-openmp; then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
ewarn "If you want to build fftw with OpenMP, abort now,"
ewarn "and switch CC to an OpenMP capable compiler"

@ -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-libs/fftw/fftw-3.2.2.ebuild,v 1.18 2012/10/18 21:42:09 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.19 2013/02/22 10:11:14 jlec Exp $
EAPI=2
@ -26,7 +26,7 @@ pkg_setup() {
elif use threads; then
FFTW_THREADS="--enable-threads --disable-openmp"
fi
if use openmp && ! tc-has-openmp; then
if use openmp && [[ $(tc-getCC) == *gcc* ]] && ! tc-has-openmp; then
ewarn "You are using gcc and OpenMP is only available with gcc >= 4.2 "
ewarn "If you want to build fftw with OpenMP, abort now,"
ewarn "and switch CC to an OpenMP capable compiler"

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang="en">
<herd>sci</herd>
<longdescription lang="en">
The Fastest Fourier Transform in the West is a C subroutine library
for computing the Discrete Fourier Transform (DFT) in one or more
dimensions, of both real and complex data, and of arbitrary input
@ -11,16 +11,16 @@
that FFTW's performance is typically superior to that of other
publicly available FFT software.
</longdescription>
<use>
<flag name="avx">Adds support for Advanced Vector Extensions</flag>
<flag name="float">Link default library to single precision instead of
<use>
<flag name="avx">Adds support for Advanced Vector Extensions</flag>
<flag name="float">Link default library to single precision instead of
double (symlinks only and fftw-2.1)</flag>
<flag name="fma">Use the Fused Multiply Add instruction set (fma3/fma4 either one)</flag>
<flag name="paired-single">Adds support for pair-single optimizations of mips</flag>
<flag name="quad">Build quadruple precision lib</flag>
<flag name="zbus">Adds support for ZBus cycle-counter of mips</flag>
</use>
<upstream>
<remote-id type="freecode">fftw</remote-id>
</upstream>
<flag name="fma">Use the Fused Multiply Add instruction set (fma3/fma4 either one)</flag>
<flag name="paired-single">Adds support for pair-single optimizations of mips</flag>
<flag name="quad">Build quadruple precision lib</flag>
<flag name="zbus">Adds support for ZBus cycle-counter of mips</flag>
</use>
<upstream>
<remote-id type="freecode">fftw</remote-id>
</upstream>
</pkgmetadata>

@ -4,4 +4,5 @@ DIST xf86-video-intel-2.20.19.tar.bz2 1665703 SHA256 b9b20efe3118beaaa0f71954c94
DIST xf86-video-intel-2.20.2.tar.bz2 1559622 SHA256 4c30cce0b5f7b427d76898c439f2c9fd31a8b45babd8ef82ec4c0004ae0a26a9 SHA512 bbb5bd42a31b67003ef440ce55593bc78feaf20a31bbf68b1152ad4dffbbb7f9a3581e63775024829d21260fc2d4e363fa47d9dba404e7a44bfced418eb6a940 WHIRLPOOL 40bd264ed3636be8117d7e2036bc044a4bdc074997765c851ce2097685e11cd241ff34cbf6611710e20f45210d0a5a81d61c96eaf6d33af48e44ed8104b63247
DIST xf86-video-intel-2.21.0.tar.bz2 1690400 SHA256 d872adef06cbf1a4434811baad4b8a18feacc6633b59b36557e8d7db7161081c SHA512 45a0c743e8631e933987275affdf8a0bb14e54bbdd17f914216b27327a4b3fed6c535ed4b707bd1ab8bb367b3e45c96b07c7dac2358bd9c45648e5a768363a39 WHIRLPOOL eeb45facd4168049072dcbf588b6846d2b551bc7b3db8c956bddcccb00215ca53c82623ef3c6801878374cf47eb91c83cf6ebe4e9b668e815333e90e7297e8b2
DIST xf86-video-intel-2.21.2.tar.bz2 1696958 SHA256 2e6890ecacc715caa5459581b00b63152e08646ea1b76330bf79b996a139d850 SHA512 50f903b8cc50ed5683cc8df31674fcc8d53686cc122115be8a997a03cb141ca13db74dbc4b9b1642d3c6f0e37b36a1ea489e553571c4363672bde45d1251627e WHIRLPOOL cdc95ce88b36c07248450c8b7a01c9cfcf409aa8b0e14e6ec72d5a877468924cb4314fb2a1a4269ebf3d71731af9bf592705886df8d9b95f3203f686a377d5cf
DIST xf86-video-intel-2.21.3.tar.bz2 1699891 SHA256 1ce672a042226dba776649e9067827c24fbb27383c78919a372265bb0d939dbb SHA512 513d35936a223cc2b75e415554e99d747e2e00f8bf5dc57b99b9962311d15d27ad8753358768708de487e381bf2207987fe1fadf23d866484fc07c51f0f9adfb WHIRLPOOL e7ca4534f2de68bb821ffea375d1f067d5fe1c42148bb43f8ebf980b41b82fb6c40f2bc904c4b50f2ac095f8c3eb1e203ab6b7cb67031da06fd1beba21519d5e
DIST xf86-video-intel-2.9.1.tar.bz2 789001 SHA256 95347c88854c2b41c07ab3bcdfadd1b8d27fb181a20520f185892877eb8d9d76 SHA512 62a7c1852b2d0b89be93536e7852caf398fc743e11a12c5071baed5e767b29c382ff5eb9d6c3ab453fc4d94aa16245b607ef33b94198bf7c7626746772fcc290 WHIRLPOOL 7e61c5d1396829aa354c9fdfbe5a21723171390d86b3307a2a331061e128a9866408993410090fe5d607609d245c55843633730bc4521e9cb0ec478c8d6ede1c

@ -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/x11-drivers/xf86-video-intel/xf86-video-intel-2.21.3.ebuild,v 1.1 2013/02/22 07:10:44 remi Exp $
EAPI=5
XORG_DRI=dri
inherit linux-info xorg-2
DESCRIPTION="X.Org driver for Intel cards"
KEYWORDS="~amd64 ~x86 ~amd64-fbsd -x86-fbsd"
IUSE="glamor +sna +udev uxa xvmc"
REQUIRED_USE="|| ( glamor sna uxa )"
RDEPEND="x11-libs/libXext
x11-libs/libXfixes
>=x11-libs/pixman-0.27.1
>=x11-libs/libdrm-2.4.29[video_cards_intel]
glamor? (
x11-libs/glamor
)
sna? (
>=x11-base/xorg-server-1.10
)
udev? (
virtual/udev
)
xvmc? (
x11-libs/libXvMC
>=x11-libs/libxcb-1.5
x11-libs/xcb-util
)
"
DEPEND="${RDEPEND}
>=x11-proto/dri2proto-2.6
x11-proto/resourceproto"
src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable dri)
$(use_enable glamor)
$(use_enable sna)
$(use_enable uxa)
$(use_enable udev)
$(use_enable xvmc)
)
xorg-2_src_configure
}
pkg_postinst() {
if linux_config_exists \
&& ! linux_chkconfig_present DRM_I915_KMS; then
echo
ewarn "This driver requires KMS support in your kernel"
ewarn " Device Drivers --->"
ewarn " Graphics support --->"
ewarn " Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->"
ewarn " <*> Intel 830M, 845G, 852GM, 855GM, 865G (i915 driver) --->"
ewarn " i915 driver"
ewarn " [*] Enable modesetting on intel by default"
echo
fi
}
Loading…
Cancel
Save