parent
4b10bd7534
commit
de5697ca6e
@ -0,0 +1,148 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.13.3-r1.ebuild,v 1.1 2014/06/03 06:30:12 caster Exp $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
inherit java-vm-2 multilib prefix
|
||||
|
||||
dist="http://dev.gentoo.org/~caster/distfiles/"
|
||||
TARBALL_VERSION="${PV}"
|
||||
|
||||
DESCRIPTION="A Gentoo-made binary build of the IcedTea JDK"
|
||||
HOMEPAGE="http://icedtea.classpath.org"
|
||||
SRC_URI="
|
||||
amd64? ( ${dist}/${PN}-core-${TARBALL_VERSION}-amd64.tar.bz2 )
|
||||
x86? ( ${dist}/${PN}-core-${TARBALL_VERSION}-x86.tar.bz2 )
|
||||
doc? ( ${dist}/${PN}-doc-${TARBALL_VERSION}.tar.bz2 )
|
||||
examples? (
|
||||
amd64? ( ${dist}/${PN}-examples-${TARBALL_VERSION}-amd64.tar.bz2 )
|
||||
x86? ( ${dist}/${PN}-examples-${TARBALL_VERSION}-x86.tar.bz2 )
|
||||
)
|
||||
source? ( ${dist}/${PN}-src-${TARBALL_VERSION}.tar.bz2 )"
|
||||
|
||||
LICENSE="GPL-2-with-linking-exception"
|
||||
SLOT="6"
|
||||
KEYWORDS="-* ~amd64 ~x86"
|
||||
|
||||
IUSE="+X +alsa cjk +cups doc examples nsplugin selinux source webstart"
|
||||
REQUIRED_USE="nsplugin? ( X )"
|
||||
RESTRICT="strip"
|
||||
|
||||
# 423161
|
||||
QA_PREBUILT="opt/.*"
|
||||
|
||||
ALSA_COMMON_DEP="
|
||||
>=media-libs/alsa-lib-1.0.20"
|
||||
CUPS_COMMON_DEP="
|
||||
>=net-print/cups-1.4"
|
||||
X_COMMON_DEP="
|
||||
>=dev-libs/glib-2.32:2
|
||||
>=media-libs/freetype-2.4.9:2
|
||||
>=x11-libs/gtk+-2.24:2
|
||||
>=x11-libs/libX11-1.4
|
||||
>=x11-libs/libXext-1.3
|
||||
>=x11-libs/libXi-1.6
|
||||
>=x11-libs/libXtst-1.2"
|
||||
|
||||
COMMON_DEP="
|
||||
>=media-libs/giflib-4.1.6-r1
|
||||
>=media-libs/libpng-1.6:0=
|
||||
>=sys-devel/gcc-4.5.4
|
||||
>=sys-libs/glibc-2.15
|
||||
>=sys-libs/zlib-1.2.3-r1
|
||||
|| ( virtual/jpeg:62 media-libs/jpeg:62 )
|
||||
selinux? ( sec-policy/selinux-java )"
|
||||
|
||||
RDEPEND="${COMMON_DEP}
|
||||
X? (
|
||||
${X_COMMON_DEP}
|
||||
media-fonts/dejavu
|
||||
cjk? (
|
||||
media-fonts/arphicfonts
|
||||
media-fonts/baekmuk-fonts
|
||||
media-fonts/lklug
|
||||
media-fonts/lohit-fonts
|
||||
media-fonts/sazanami
|
||||
)
|
||||
)
|
||||
alsa? ( ${ALSA_COMMON_DEP} )
|
||||
cups? ( ${CUPS_COMMON_DEP} )"
|
||||
|
||||
PDEPEND="webstart? ( dev-java/icedtea-web:0 )
|
||||
nsplugin? ( dev-java/icedtea-web:0[icedtea7] )"
|
||||
|
||||
src_install() {
|
||||
local dest="/opt/${P}"
|
||||
local ddest="${ED}/${dest}"
|
||||
dodir "${dest}"
|
||||
|
||||
# Ensures HeadlessGraphicsEnvironment is used.
|
||||
if ! use X; then
|
||||
rm -r jre/lib/$(get_system_arch)/xawt || die
|
||||
fi
|
||||
|
||||
# doins can't handle symlinks.
|
||||
cp -pRP bin include jre lib man "${ddest}" || die
|
||||
|
||||
# Remove on next bump as the needed marks are already set by icedtea ebuild.
|
||||
java-vm_set-pax-markings "${ddest}"
|
||||
|
||||
dodoc ../doc/{ASSEMBLY_EXCEPTION,THIRD_PARTY_README}
|
||||
|
||||
if use doc; then
|
||||
dohtml -r ../doc/html/*
|
||||
fi
|
||||
|
||||
if use examples; then
|
||||
cp -pRP share/{demo,sample} "${ddest}" || die
|
||||
fi
|
||||
|
||||
if use source; then
|
||||
cp src.zip "${ddest}" || die
|
||||
fi
|
||||
|
||||
# Remove after next bump, handled by icedtea ebuild. Bug 390663
|
||||
cp "${FILESDIR}"/fontconfig.Gentoo.properties.src "${T}"/fontconfig.Gentoo.properties || die
|
||||
eprefixify "${T}"/fontconfig.Gentoo.properties
|
||||
insinto "${dest}"/jre/lib
|
||||
doins "${T}"/fontconfig.Gentoo.properties
|
||||
|
||||
if use webstart || use nsplugin; then
|
||||
dosym /usr/$(get_libdir)/icedtea${SLOT}-web/bin/itweb-settings ${dest}/bin/itweb-settings
|
||||
dosym /usr/$(get_libdir)/icedtea${SLOT}-web/bin/itweb-settings ${dest}/jre/bin/itweb-settings
|
||||
fi
|
||||
if use webstart; then
|
||||
dosym /usr/$(get_libdir)/icedtea${SLOT}-web/bin/javaws ${dest}/bin/javaws
|
||||
dosym /usr/$(get_libdir)/icedtea${SLOT}-web/bin/javaws ${dest}/jre/bin/javaws
|
||||
fi
|
||||
|
||||
set_java_env
|
||||
java-vm_revdep-mask "${dest}"
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
if has_version "<=dev-java/icedtea-bin-1.10.4:${SLOT}"; then
|
||||
# portage would preserve the symlink otherwise, related to bug #384397
|
||||
rm -f "${EROOT}/usr/lib/jvm/icedtea6-bin"
|
||||
elog "To unify the layout and simplify scripts, the identifier of Icedtea-bin-6*"
|
||||
elog "has changed from 'icedtea6-bin' to 'icedtea-bin-6' starting from version 6.1.10.4"
|
||||
elog "If you had icedtea6-bin as system VM, the change should be automatic, however"
|
||||
elog "build VM settings in /etc/java-config-2/build/jdk.conf are not changed"
|
||||
elog "and the same holds for any user VM settings. Sorry for the inconvenience."
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use nsplugin; then
|
||||
if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 6.1.13.3-r1 ${REPLACING_VERSIONS} ]]; then
|
||||
elog "The nsplugin for icedtea-bin is now provided by the icedtea-web package"
|
||||
elog "If you had icedtea-bin-6 nsplugin selected, you may see a related error below"
|
||||
elog "The switch should complete properly during the subsequent installation of icedtea-web"
|
||||
elog "Afterwards you may verify the output of 'eselect java-nsplugin list' and adjust accordingly'"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Set as default VM if none exists
|
||||
java-vm-2_pkg_postinst
|
||||
}
|
@ -0,0 +1,61 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.6.ebuild,v 1.1 2014/06/03 10:16:58 olemarkus Exp $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
PHP_EXT_NAME="http"
|
||||
PHP_EXT_PECL_PKG="pecl_http"
|
||||
PHP_EXT_INI="yes"
|
||||
PHP_EXT_ZENDEXT="no"
|
||||
DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"
|
||||
|
||||
USE_PHP="php5-3 php5-4"
|
||||
|
||||
inherit php-ext-pecl-r2 php-ext-source-r2
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DESCRIPTION="Extended HTTP Support for PHP."
|
||||
LICENSE="BSD-2 MIT"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-misc/curl
|
||||
sys-libs/zlib
|
||||
dev-libs/libevent
|
||||
dev-lang/php[hash,session,iconv]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
my_conf="--enable-http \
|
||||
--with-http-curl-requests \
|
||||
--with-http-zlib-compression \
|
||||
--with-http-curl-libevent \
|
||||
--with-http-magic-mime"
|
||||
|
||||
src_install() {
|
||||
php-ext-pecl-r2_src_install
|
||||
|
||||
php-ext-source-r2_addtoinifiles "http.etag.mode" "MD5"
|
||||
php-ext-source-r2_addtoinifiles "http.force_exit" "1"
|
||||
php-ext-source-r2_addtoinifiles "http.log.allowed_methods" ""
|
||||
php-ext-source-r2_addtoinifiles "http.log.cache" ""
|
||||
php-ext-source-r2_addtoinifiles "http.log.composite" ""
|
||||
php-ext-source-r2_addtoinifiles "http.log.not_found" ""
|
||||
php-ext-source-r2_addtoinifiles "http.log.redirect" ""
|
||||
php-ext-source-r2_addtoinifiles "http.only_exceptions" "0"
|
||||
php-ext-source-r2_addtoinifiles "http.persistent.handles.ident" "GLOBAL"
|
||||
php-ext-source-r2_addtoinifiles "http.persistent.handles.limit" "-1"
|
||||
php-ext-source-r2_addtoinifiles "http.request.datashare.connect" "0"
|
||||
php-ext-source-r2_addtoinifiles "http.request.datashare.cookie" "0"
|
||||
php-ext-source-r2_addtoinifiles "http.request.datashare.dns" "1"
|
||||
php-ext-source-r2_addtoinifiles "http.request.datashare.ssl" "0"
|
||||
php-ext-source-r2_addtoinifiles "http.request.methods.allowed" ""
|
||||
php-ext-source-r2_addtoinifiles "http.request.methods.custom" ""
|
||||
php-ext-source-r2_addtoinifiles "http.send.inflate.start_auto" "0"
|
||||
php-ext-source-r2_addtoinifiles "http.send.inflate.start_flags" "0"
|
||||
php-ext-source-r2_addtoinifiles "http.send.deflate.start_auto" "0"
|
||||
php-ext-source-r2_addtoinifiles "http.send.deflate.start_flags" "0"
|
||||
php-ext-source-r2_addtoinifiles "http.send.not_found_404" "1"
|
||||
}
|
@ -1,28 +1,16 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA512
|
||||
Hash: SHA256
|
||||
|
||||
DIST rpy2-2.2.6.tar.gz 167112 SHA256 7e6b3ac86edcc66e59a98d5821581e36d4bfe9552d7f2da95610b730e5f0ef28 SHA512 6ef901f7c9829ac7c574bb2ca8a986d7e5a5685167067f50d6e815f3ec0022224306dbf3ad8ee809b441ff8ad8eac53b414203d51f41e5602193e775c6b9a5cc WHIRLPOOL a7ed12874626b2f018d9da409e3f468e276247c5c7829e95abf1850a7557876606394e2766f0d0b44810ceaae0f9ac8d1a656c09008e49ceafd8d1330ba961b1
|
||||
DIST rpy2-2.3.10.tar.gz 187420 SHA256 728326d6d13107f7156f1f3d6ad3a7d6a19ae4d6801e56708e794196d5b0a509 SHA512 58013019bb71c28b0c890a599687628d94fc0a59f7071177618d8494eca485eb08ae9f7d27cf529fe973b01254c00373130b68c8ce863b69f8dcfa54bd5bf9f8 WHIRLPOOL bf8e8c19b75622eb5c923496d0ae1625f3196d3e760fbf60558f692847f0a35a3a1f2112951cb48fa5c9c111fdc145e0babe99f489aa29033b9e21edf0b6180e
|
||||
EBUILD rpy-2.2.6.ebuild 988 SHA256 391d64ebfaf12f589d8acd363a1ea143025c0ae49ccbe84e773a42c05355dcf0 SHA512 ddcb0f725edb5c9218ccfa8bacdf3ff8b184c4566bb002ea3088c9d95171570f4800654f13d136e7a20c628ec2878b23267438f512a504b86340076fe70252f1 WHIRLPOOL d6494869c5dbda9f6cddb959cd8ea2495681136f8cef62bf51b635807071f5a23a3b75a14ce9e4399f242e1bee3bb067f2d51e2957d18be7d95f83b1a4f29b03
|
||||
DIST rpy2-2.4.0.tar.gz 160914 SHA256 3cb6360d4d0af7996979f50d0347f5f74fc3fcf98e3ee8057c4c886b358d17e1 SHA512 cd6432ba2f5c4f0e8e0a49e473efd917cfd279f435dc4fa31e417a725085937126ea2435f43f2a9fdd01f2d4f53698f1684375885525fba095ad657e7890facf WHIRLPOOL f67c5ddb7fd3576bf3cc143d6be4b803e49f3b56154c2ad7689a0c90511e7d037b370fa76b64a7d8b72dd49b5850c96382bdd3f67b0145afd68959a8112150b0
|
||||
EBUILD rpy-2.3.10.ebuild 905 SHA256 eca2695fb63dbc9256d93790f17bb931a9f5ddaf7191d8fca20b90df45166e76 SHA512 48b3ffdce6a5f1e0042efed7113d01a770a0737150a14eb4542a7e6970c7f92f721de23308397ea93ede29c03764c04b8442e9de86dd74c623d6047e6d81e54d WHIRLPOOL 28bc101647d94994c9c823ef20ba14e0ef8bc89bb349c976c6129779e13e571d79388af53b76c2c198570450513ba4a72a208300a044b572dfd87eda3a30879c
|
||||
MISC ChangeLog 11857 SHA256 fc2d01347ef7e0db6454615833b45b38e11de250ead437d8b07d9482149944c3 SHA512 4c43e9bf425e56255fe3a19ba5fe16f84eac4744db0c3b769075317a91b42683e6a26b0191d3688e5819490b3b71cc5b4e6cae43231ffa3ed5be22f581500e2d WHIRLPOOL ad3a0d2f6244f23b7a58c06c7640edd70a93e3c4fee995a99a47369633dbde2a956229a55ee16f68c853ec9e26227194f101f8a782371b908976c5bbcc9e2912
|
||||
EBUILD rpy-2.4.0.ebuild 907 SHA256 4ce83df4379f67c50903fb6a5dad43a38e165b8e6608060bdd59d8d44009c612 SHA512 c470931ac4e5b6c790b5a7ea294a66855547d486c207de239ee569f4f5613e531d936da431d193702e755616e8301e581f00432c951c03bbd38ac167e8a401e0 WHIRLPOOL 0afb16045746feb1db6f546c860596fe1df030714a49c313f7106131df066a7e3d87169eb5bb638dbfec22fde53be4ec546331e8c8e1927bc27f4b8111188e79
|
||||
MISC ChangeLog 11994 SHA256 c80eb58608043bae6d46ed4336f8b7d99dcee0114fd6cfeeb73b2c5c475484cc SHA512 5fd5430e5e7d089f3c9698cfd84c4ffdf9509de5072c542871155b2cab2dbf559fc8875e82ec2c9a0ff0e177c54320ba8ef92c74c45175c21da9df894a5e3bd2 WHIRLPOOL 594053496b01b7be22dd6a2260a9e763420331783d6d7b7ece43d052df5572e81775a21b3c030a0cb394a3534a1882652944a2cc5acd32d5173935603204a96f
|
||||
MISC metadata.xml 512 SHA256 03c293717594aa787019e8716891d2eea067135a4e77d7f0a53317979087e695 SHA512 c25e12c24dd9cd06122e64975fb9760cd50dfda61f0fe808e780c466fd1b105bdba09cdebd0d4d0f529570c2cc6fac3334296bdf12208a8ff74535552af63e4d WHIRLPOOL 52b27f13223e5e1e9805913369a69ee947a295ba109e29e0c2a53b4b183c1580d56b34f83c8b96de91693d228f117d36a3b6e79bb3c02501cefea1d801d4a17a
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||
|
||||
iQJ8BAEBCgBmBQJTYOL4XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
|
||||
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQyQ0JDQjFGMzBDQ0UxMjFGNENDNDgxMDdC
|
||||
OUQ0RjIzMUJEMTU1OEFCAAoJELnU8jG9FVirMpoP/3+/3SSb6WeIfkKsyKCWohAA
|
||||
5Sp7wvtfIztLSfuzONzkA1ltdwYKw+w3navnIPfbCyPckErsEUK3xpQjNAzDe8CA
|
||||
Ur8fmiTCsl9Qs0REUWp2kcIiE6bHusxJt7RyMSAxyMnfEulwN5GjQngQwL1W/w5K
|
||||
4RhMxcboSokbRWjrMR2GA9nBPb4dwgy3KDN/sfRx+S4DGjjZdqi4Jp6zQtw4gESe
|
||||
q23ZOou5bJS+HtQk3f0Xz5KZIFnUUt4YC1Z9SuEyqhOikC7WfFTT2dyYLCOhkUuU
|
||||
ddev4FTPu3FxafmcVGXGF5tboJ+2Jk85sLZHuH5h3B1+0KqaXXmLun61TyIgya8g
|
||||
ZPJ0mPjanTckUI5gUfCtH+vcYMda3gvezw5POmqSQw82O81Yb5TYk4q3l4dGAp/d
|
||||
7fGohg/LFnzIItCQp1Qcpny9wzvovj3rNXGGIkm9EFn/B6UTjqRtF8wFIKbi2knC
|
||||
ATj4KCRWVYLE4h/zFbMeaP5y1211awBddUCtfLxkCO5Fqye2aaBtrApa0wupwJ6e
|
||||
Aa28iKeWsrKJXHAyNn+/bb0yb7IbbYEfaYd8fk2L/VyfSJh0Bm5dYYWAzNevztgz
|
||||
iu4sua1xpUP7Yb5zwoa1zEObwarcLoWeFaWJ1qfeTBLRVCwhUDUKirvnq9rzok1O
|
||||
Q7NEe6rNYvJwP04mnhyL
|
||||
=yBJD
|
||||
iEYEAREIAAYFAlONXokACgkQso7CE7gHKw2UIQCgsqUKkBYrHODvcLY8CQt6+sPH
|
||||
VSYAoNnJwypuTFbS6X3XxISiqgXLwZL0
|
||||
=rHgF
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-2.2.6.ebuild,v 1.4 2012/11/20 20:33:58 ago Exp $
|
||||
|
||||
EAPI=4
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.5 3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
MYSLOT=2
|
||||
MY_PN=${PN}${MYSLOT}
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="Python interface to the R Programming Language"
|
||||
HOMEPAGE="http://rpy.sourceforge.net/ http://pypi.python.org/pypi/rpy2"
|
||||
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
|
||||
!<=dev-python/rpy-1.0.2-r2"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PYTHON_MODNAME=${MY_PN}
|
||||
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" \
|
||||
"$(PYTHON)" -m 'rpy2.tests'
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
@ -0,0 +1,36 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/rpy-2.4.0.ebuild,v 1.1 2014/06/03 05:42:56 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MYSLOT=2
|
||||
MY_PN=${PN}${MYSLOT}
|
||||
MY_P=${MY_PN}-${PV}
|
||||
|
||||
DESCRIPTION="Python interface to the R Programming Language"
|
||||
HOMEPAGE="http://rpy.sourceforge.net/ https://pypi.python.org/pypi/rpy2"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3 GPL-2 LGPL-2.1 MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/R-3
|
||||
dev-python/numpy[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( >=dev-python/pandas-0.13[${PYTHON_USEDEP}] )"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
python_test() {
|
||||
cd "${BUILD_DIR}"/lib || die
|
||||
${PYTHON} -m 'rpy2.tests' -v || die
|
||||
}
|
@ -1,12 +1,24 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
AUX scrapy-0.14.3-runtests.patch 238 SHA256 bda972965316859b1aa26ed1ca91fa9eb5b51b9bf0ca4f74d37d3bf448c1ec79 SHA512 5903d0a6657666bb5f2acdeeeff3493167cf5767795eb58b58417555e85c3f3f66fe43c659b3126853b595ac0d0575cf24f821a7bf671ee4c1e1f218fa24bf23 WHIRLPOOL 7b23099913c8e13e9e85b36ccb032cf812eb0509a5ab70b448f45f5830f3f8205ec17e8a298fac9ec37e7f23b35c9cf6cde9eeafa74a339ddd7741f90813d7d1
|
||||
DIST scrapy-0.18.0.tar.gz 940372 SHA256 4c1fa8c3190cae8ed2bd55e928dbeef7f09f4a349913f29bd1caf14fce67b1ca SHA512 229b3f90ea46dece2ca11159e11713ab2fd2bd9c29303e59c26273c1ba9f8da1aaeb981b7b0c2d949f147b7a8d9e9cb75eebf5391de76ef4e4fc5422ed49d4f6 WHIRLPOOL fc66f2571885b2c19aadb1b19dc6ddd8917ceeea779f82595ec233f1f74fac77462e038d9d21b4849c2a12460f9e30d61e91d464e61011285e046afdc64b6c93
|
||||
DIST scrapy-0.18.1.tar.gz 941931 SHA256 8bc66519d19c12bc8446273845a6bd26b690a1b8ffcae2db801835b960001690 SHA512 a4a34d212882a4434316b50afa07679f69bc5d6615acc172afe53d6d3a2359ca12ed6e34a9a0ef79f0862bc30108e3f82193cabff36a57feafacfc5fe41989ca WHIRLPOOL dcceea31ea4e96c61c064b2e7425665c94a04b81dabcb25e850553bef63eed930d909f4c2f2d18bb45c550efcb76d69b93a16951f928ffbcea00e3a1fd53aac6
|
||||
DIST scrapy-0.18.2.tar.gz 942551 SHA256 007b39a0dab5909d22a98c5a87cac6254dd0eb6e9c9cda710f5040714dd9d618 SHA512 deb721214ab2c12a078172bf9bb7373407950603b3cd33e508153f458f44ec3ce3d4df36b801a95a245f035e7c7fde19be054b25bf490a453f85d234e77a73d8 WHIRLPOOL 494b85922f1f4a89d61e75bfe56e3a81cbd3f3c9b36101d02e9e3d9fec04d4ff8c81f9bf7a271d8ea25f6c01970bb7efeb9b164e349fc268cf8a4c9230fe51eb
|
||||
DIST scrapy-0.18.3.tar.gz 943291 SHA256 43390a5bdf9d2471e26acf17ddbd6df1861c9a116f67554285ef106960db09b0 SHA512 a6756c41baee7f535d353428d37245af496447dafba03146915c5d78b1d4599c8b4e685f6a29fe66d22d24558cd42e1c27917a52e52c04f44a66cce1d13f11bc WHIRLPOOL 6743e4dece76cfa336e9c38cbe0491090cbcb5418760ef337451ba3322abb3e31735c079c7c855057c0f1d5429fc63eeacd0c7e8ff93abe5b71c935baec24201
|
||||
DIST scrapy-0.18.4.tar.gz 943951 SHA256 c52b28247c18605c69aec67812b4d18087457c8cbc2b9bfb48d9f7da43b89078 SHA512 f1d0e0c7cd8f5603723bbe58b3a50e946f193b0e59cdce90003adda41f5ce1a9ec0da285688562b385565181d7b321adca3a715419693ab53e6c30db9fa13eab WHIRLPOOL 369ccc36b2f0859d0594abcc704f10a689584cd409f27270e3cf227bd87429cea6caa070343270f9a2378d909d44ee855801732fec9886e471bfc0dfe38ccb21
|
||||
EBUILD scrapy-0.18.0-r1.ebuild 1787 SHA256 ebb29eb92b6a54e22c669114c7b2b76e2cc6163f0b852e767dd7e441411f0369 SHA512 d2703abeb1d9cd887467f95636ab6ed1e2818ddd14353d1559fdb37debe036623665f4d63e5e06bce93c3e819ae92e6afb71629c9b82c43687ff880ebf674b75 WHIRLPOOL 550831913e960866bf09f4118ddc101f1f0dabcbf8e867cc27bdeb98abdee28e490dd3003ab120bf77b28e1301171bc1bf23612dfc274c67015cfcfb9e6500f9
|
||||
EBUILD scrapy-0.18.0.ebuild 1633 SHA256 485cc50f6c15ac7d9ad9c30eef5b5a6cb93329b6b4cccb23ab67d999335d5d28 SHA512 73bdb5955ef6a0ecc7f0e269740c6b4b72e8d0edc81f59e8329fb96c8fa80abd036d0dd2283fa20fb93fe7369b26ebcae51fcfea67b570ca8ec90a8cf8746d02 WHIRLPOOL ddda242c95cbde9f2c739b5c323a8e4e0a1ce2d86cfb3258fb6283ce79101f65bef6f3b8adcd9446b31a6d7eede464896581d8b6a35c2fc5ca287ffc34b145d6
|
||||
EBUILD scrapy-0.18.1.ebuild 1784 SHA256 91542b503296d6715133faf09b8b7b7b3e3712d1335fab81173237348cd78a71 SHA512 93c6ab734f9a1463ee3e4fcecb0b571ef21e8260ce08c341342af26dfdba317f138c0e9714bb0b0601215d459d8d2671291c5164f796fc253f1107ff50ca00aa WHIRLPOOL 243f85a3fd89161d7222945f57c0e1cb4cbd8d56e2fa5af50adfa9e46aac41f480e454269f7432b064d73268f77b59dfb4c2dba5013b692aa11ee71335444e47
|
||||
EBUILD scrapy-0.18.2.ebuild 2057 SHA256 2342b98b15683ff8f9bd2723d1495f0b5ec2ddcb60d04d01fa915e8ed13b0a94 SHA512 cec8b55c6ad1f38cccfbb00cf1497d705fd1661141f18ea17a774d821e684addc09a1cde4e53cbb35871579e9aeccca16d182c84b535b77e3134ce4693f6d4fa WHIRLPOOL de83ccae45a3d636d1e76104f07c16e27f8872020fe0541245f9eda7463d6c4a918a7d48195cce9119ccbb6d89a11e2996dfb81648993bcf8a911c8e5981897f
|
||||
EBUILD scrapy-0.18.3.ebuild 2057 SHA256 93b767d3f4df49ea36bb40f5c7cbdf30e189063f6cc1d3ad015d2b875e3a6dc6 SHA512 76baf96fe8ed9584b9662cf5cecbe541fbf0950bfbed77e7942b413c659641b472ee4bcfaec3cd6a6b0f63906b5f43a13ae2d4d2626d1706b136c80e4d4418c9 WHIRLPOOL 559d25d91120f3140c48e2a15731f20c2b30faa6447416459ef3a129d68ea2318ec25ca163ff64541eacd72588aa7b6c71d49efa6f7f9d5a9027f3b551e317e3
|
||||
MISC ChangeLog 3321 SHA256 a8f7bf8f905485e58ff19c2b11b9a97816cec84914fa28b93df87a27c147c8a6 SHA512 e382e12e3eb44ee47dd2f24873c5a6975c1cc365e78c984366bb063a01e79768d60f48c446bda341de04c876cb40640b0646d91e66f87f6f4853eb1ac5ce2559 WHIRLPOOL e84c35cd598b41b3fc8707a2665d60b6653df7ee29bd57df516e241ebd7527fbf04bb42b43958aefc4054963e3cb1f5ad636133d26bcdd6f927c7b525dc6d8fe
|
||||
EBUILD scrapy-0.18.4.ebuild 2060 SHA256 3adaf0f121145dbbe771ccb6fcaf9ce2ccda356ed8ad278013198fb9017f2edf SHA512 18df68251b5b564f3a8133ba16a0b29b22b625abf88cfdd51f78c37cefe4f44f31bf2248f703c705e6445a213611e70cb56c8a58432121aad0cd2305e833dd35 WHIRLPOOL 12929b827ef51f0535b7fa5645c01ac6dc2f7c25310de34d444375cee37b3afc04e96a72ebd5cc68658e74d44e838d6fcf350e060220b38a31cf8461009bf5a8
|
||||
MISC ChangeLog 3430 SHA256 043c60fb9473fb2d124af522dd3b0bbf51ed99e2e8c6de44a5a034aca975883c SHA512 29882bacc173e99a49eb0526d7e09d627e9f5b59abb8e92039228377ec96051b215cee3dd7699fa029bf6c4c26fbbda9fb8af7f1d43475843ddc0ce5aa12562a WHIRLPOOL d67a56114ec5d2ff569a80561e1b11fd08dd7e18cd463c642f01fd6904bc2ce906f958969a8fe22cfa1d38628c37ef9af456c8c2e4cc1e3e555f2a1b98184067
|
||||
MISC metadata.xml 415 SHA256 6cbf7bc902a788f3aca1fc94cb2451399e088a2f696f1d1a724c296505b54655 SHA512 9320286bb847c00d744e558da90f14ed9c2dc853bcadb32152b977fd4b28d2b6228aab5ed91a6ea23ad77a33d1c4713d7b7c17b8a33a8c1981267a2b9b30521a WHIRLPOOL e348fd491bfe49ede0792d9e88a8ba2caafdcd637a5403e19459c7774072cd197301fd7e95f204ebff20c02bbf8beb1516fc15990ae0a36e9439cac7d9871df0
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||
|
||||
iEYEAREIAAYFAlONcCsACgkQso7CE7gHKw17SACfT9b5Pk2Ytjrl/+HklGzCd7bB
|
||||
8sMAoLRPnkaKHibKV6AzT2QFWytkte4Y
|
||||
=gbdR
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -0,0 +1,67 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/scrapy/scrapy-0.18.4.ebuild,v 1.1 2014/06/03 06:58:12 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
PYTHON_REQ_USE="sqlite(+)"
|
||||
|
||||
inherit vcs-snapshot distutils-r1
|
||||
|
||||
DESCRIPTION="A high-level Python Screen Scraping framework"
|
||||
HOMEPAGE="http://scrapy.org http://pypi.python.org/pypi/Scrapy/"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="boto doc ibl test ssl"
|
||||
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]
|
||||
dev-libs/libxml2[python,${PYTHON_USEDEP}]
|
||||
virtual/python-imaging[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
ibl? ( dev-python/numpy[${PYTHON_USEDEP}] )
|
||||
ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
|
||||
boto? ( dev-python/boto[${PYTHON_USEDEP}] )
|
||||
dev-python/twisted-core[${PYTHON_USEDEP}]
|
||||
dev-python/twisted-conch[${PYTHON_USEDEP}]
|
||||
dev-python/twisted-mail[${PYTHON_USEDEP}]
|
||||
dev-python/twisted-web[${PYTHON_USEDEP}]
|
||||
>=dev-python/w3lib-1.2[${PYTHON_USEDEP}]
|
||||
dev-python/queuelib[${PYTHON_USEDEP}]"
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
|
||||
test? ( ${RDEPEND}
|
||||
dev-python/boto[${PYTHON_USEDEP}]
|
||||
dev-python/django[${PYTHON_USEDEP}]
|
||||
net-ftp/vsftpd
|
||||
dev-python/pillow[${PYTHON_USEDEP}] )"
|
||||
|
||||
REQUIRED_USE="test? ( ssl )"
|
||||
|
||||
python_prepare_all() {
|
||||
# Skip failing tests; https://github.com/scrapy/scrapy/issues/725
|
||||
sed -e s':test_validation:_&:' \
|
||||
-i scrapy/tests/test_djangoitem/__init__.py || die
|
||||
sed -e s':test_process_parallel_failure:_&:' \
|
||||
-i scrapy/tests/test_utils_defer.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
if use doc; then
|
||||
PYTHONPATH="${S}" emake -C docs html || die "emake html failed"
|
||||
fi
|
||||
}
|
||||
|
||||
python_test() {
|
||||
PYTHONPATH="${PWD}" bin/runtests.sh || die
|
||||
}
|
||||
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( docs/build/html/. )
|
||||
distutils-r1_python_install_all
|
||||
}
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.5.2.ebuild,v 1.1 2014/06/03 07:10:53 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
|
||||
|
||||
inherit distutils-r1 flag-o-matic
|
||||
|
||||
DESCRIPTION="Simple, fast, extensible JSON encoder/decoder for Python"
|
||||
HOMEPAGE="http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( MIT AFL-2.1 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
|
||||
|
||||
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
||||
python_compile() {
|
||||
if [[ ${EPYTHON} == python2.7 ]]; then
|
||||
local CFLAGS=${CFLAGS}
|
||||
append-cflags -fno-strict-aliasing
|
||||
fi
|
||||
distutils-r1_python_compile
|
||||
}
|
||||
|
||||
python_test() {
|
||||
esetup.py test
|
||||
}
|
@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/sqlite3dbm/sqlite3dbm-0.1.4.ebuild,v 1.4 2012/09/29 06:54:25 heroxbd Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
RESTRICT_PYTHON_ABIS="3.* 2.5-jython"
|
||||
PYTHON_USE_WITH="sqlite"
|
||||
|
||||
inherit distutils vcs-snapshot
|
||||
|
||||
DESCRIPTION="An sqlite-backed dictionary"
|
||||
HOMEPAGE="https://github.com/Yelp/sqlite3dbm http://pypi.python.org/pypi/sqlite3dbm/"
|
||||
SRC_URI="https://github.com/Yelp/${PN}/tarball/v${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="doc test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="dev-python/setuptools
|
||||
doc? ( dev-python/sphinx )
|
||||
test? ( dev-python/testify )"
|
||||
|
||||
DOCS="AUTHORS.txt CHANGES.txt README.md"
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
if use doc ; then
|
||||
emake -C docs html
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="build-${PYTHON_ABI}/lib/" testify tests
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
||||
|
||||
src_install() {
|
||||
distutils_src_install
|
||||
if use doc; then
|
||||
dohtml -r docs/_build/html/
|
||||
fi
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/tempita/tempita-0.5.3.ebuild,v 1.1 2014/06/03 08:57:35 idella4 Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
MY_PN="Tempita"
|
||||
MY_P="${MY_PN}dev-${PV}"
|
||||
|
||||
DESCRIPTION="A very small text templating language"
|
||||
HOMEPAGE="http://pythonpaste.org/tempita http://pypi.python.org/pypi/Tempita"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
DEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${PV}dev"
|
||||
# Source for tests incomplete
|
@ -1,19 +1,21 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
AUX testify-0.2.6-tests.patch 929 SHA256 e32c2063efcff255031afa35f62f2156e2710226c68d673325dd4cf7eb51ee80 SHA512 103340679a434fa27db895270133e0da85e6dd4d2dcaba6efe4c4ab9bc18e88c790f94c05236b4e5671a7262bac637870717f8ec0ccdd1a1afef871e09b7714d WHIRLPOOL 2cb001750087034e082a746884fadd8233022437247f84f4b3da396a654ac28b61d9f33cb65be8d6757d44350223b7c0eb56f6761f239fc83f84b5540b447909
|
||||
DIST testify-0.2.10.tar.gz 54421 SHA256 802f2c61378f040dcb70a3ba5ca11fea95bd30db4fd76014fb6fa10cd23e5d28 SHA512 fba9c0fcdbef994239a2e9e58ed95b4047ec7fa7d0e03ea5b1237591640bec1cedaa0fb77495d013622bff51ac1b34e65e9f0f165ee7f78e1778c888cd38ed0c WHIRLPOOL 0f36758f14e32507452ba500f77849368d5264fd97c7de7eee0a7cc0c0a94dbbbad56aa4b3964304b5b04b8780fc6b48062d3b96081582647a172c4e8eb1aa6a
|
||||
DIST testify-0.2.6.tar.gz 47408 SHA256 2022434f032e1c354bc3e224fd20781a48df1bfb0004d6b87aeea9b387c3bc5d SHA512 d0310ad80b0b6fae011bed2d7b06416cb669f50b6f8a9773ee0e31d1cd46c8a1d4b97da676f45ec1aa56fba85baabebcb5140998033209abd3da720b89fa4271 WHIRLPOOL 4fbea81c15d022192c26a9968eeab915e0b74b27b60779833999fe53197bbc19f609a9b66553d5809e3dd6a74268037d9ba979f414a1ba5f220325c8f650100d
|
||||
DIST testify-0.2.7.tar.gz 48814 SHA256 abfd329de7d0146f1bc5706028ddf8c58c8334b7bab94fd60daec6a3e02cff73 SHA512 5ef77f2d7050f0ebab35aaf83d93b3daae2fcfa6eed4eb31fe7635ff2450ab731452fec2c286d6c58375021d3231d73c55b05be42fc2e11bb35022a5e6fa1373 WHIRLPOOL 2aab37fdc3d5f9587162fc1b8cfa03be819d965aa888aadba6a2646807bb4bc7dc2392131d86f6832cba4aca84eff961b503d25f314956dded5520179c94ba0b
|
||||
DIST testify-0.2.8.tar.gz 52223 SHA256 703642f3f6e6f3913a2b10d5c508476e4428176be827ce66cbdb30d57cbd4edf SHA512 55ccf33020518a666e3864efcfb09475926fa0100e2b22b49627d7e3919a0b79cab847aa358238f039cf1fc51c22748bbe3ee8e750af9354a0ca4a87af11e89f WHIRLPOOL 0ce663793eea109bcf02cd6141d2765a71844d842855b9decf13f5dc5d30f25c2ab644499b83e15cdcb514fe188c9f5620cccb0a1c08808ce02f5a7c6c17d3b6
|
||||
DIST testify-0.2.9.tar.gz 53142 SHA256 d7ce5b96fd30b143c98cbd3bc4ee51154e4a24fce5157adb7edc8e3144507dc5 SHA512 3fcf6cfbb7730ab322091d3042bab916148388be61f517e108547b0927bc0f40435c11015af763097cc91dc6c7ba942f5a308ccd0ab1cfffc34358d0034a97a7 WHIRLPOOL 3352a4bac0810ec7898e86a9d125dca91fd74d8ab26b6d63c74c8ac95cf3549f9b649223da1c0efd57f2d69bda6b7f8e758b3107867b03930fcac773d8085808
|
||||
DIST testify-0.3.0.tar.gz 57882 SHA256 1182efebb3e9ff6c46ea4fe9761b732282bb3557099cc780cc3d4de64d6407e7 SHA512 36e5f8aff152ac9aa3bc98e5e615b9605cdff53d4aa977960025cc633dde6514dec3efa0d581b5ed2b8e852539a0935a82529423754a54bc987b75ef7fb624c3 WHIRLPOOL 2a728f534dd00d72ea8a691e540846c49bf7bcc0978043099ff6776aa233597148ad9b58abb52aa6ac02af20e41be0bc774a6ff4223269b7b379c710e5e6f42e
|
||||
DIST testify-0.3.1.tar.gz 59494 SHA256 a7a1e233ffd85f9272b463d83bedc7e6cf0d03b156c63219eaa6a2a954df69da SHA512 03a9084ec29b1cacfa9e47d208869f57322703da8eec3b2e4eb398716378179ba18090851bf8a1142d89f3df586de9d164b0022a043310358ce7defefc54a8cf WHIRLPOOL 327a1a811aa356c3dbab6c2e0840c007490dbd0395545f00d97fd9e17e6c399d783b8ca8be2fee1cd6fd520b48d542b80fb6836562382f4a442e38edf2020d20
|
||||
DIST testify-0.3.2.tar.gz 61003 SHA256 a461a1d0e62a2921000e0a9321040a1fb13a32167807db38c945a264355bb822 SHA512 2b4d6fe2ffbfadb28c0c02ab6182296af563c2dd220482cfa800ad04acaffde42dfb6024d17a838c711d14eb64e2f5f2f7e441806b1ffcccc16dd87b807c5a75 WHIRLPOOL a04bcf1320b42c72a1c298aa37c32241bf7cf4fe336b6c6321a00efcab6d170fdbbbb31aaac4e2f55096512a2458a550d03390baffacd1bf77bc2520a634ca4e
|
||||
EBUILD testify-0.2.10.ebuild 1045 SHA256 559b0539b77fcde3c6fa0772c23dfbe5a8d2944d2b6a6b0e2f8d4d0d4125334a SHA512 9a25f23aa8066d943cb5ce2940c253dec9cb1b6e9ad29e92768a32c24723241a85bf5b7026504b515b8baf987914b0321b54ed23d97397f6641c3c8fe3681db1 WHIRLPOOL 469551ba537ce0e862892f1f29e788f770dcb0f10d949e8c00431f33da349ceecb4ab3e550708dc8d3c59275da0f75a8326061c136e47c3112f9c4bbad6bfc35
|
||||
EBUILD testify-0.2.6.ebuild 1075 SHA256 713a45eda16f0e2ffe476277829d5b4a54578a1a7c03d5d4dc243a6b17695555 SHA512 0efae1853534207e5b3e14bc73917177b82cbd2a0dafe0983cb54118175eb1b35c3cbfcfe2ee2b4ca07e03a9f1e6e31553769aee1499f3d75525f0d7b110179f WHIRLPOOL 795cbf3769d5e4feba01369a691962908387f76f4d608b65c0c072dd446a7bcb3c2ba47c1adbd1a6f87ea87d63677f5954a124e380b84cf1c27d43b2967f7afc
|
||||
EBUILD testify-0.2.7.ebuild 1081 SHA256 24877d767f99ed5210e5a89af41691cd98820231228ff30205f3d7d121785d82 SHA512 dc94844467d9f8ae2e900ec434a627d72cc757ae93c4450cfbed5c1081b419d167a61c48f4cb027ac0339d4713724cc09e30138cae00928a8a6e1a14fb27b519 WHIRLPOOL 7c19a0f6808133ca54f3a15fd22acafd3ef9a2de8e1c84128de493aa8cfb84c28084dc38a70fb947e71d006408268bf9dff313f36519569532842172a25894f8
|
||||
EBUILD testify-0.2.8.ebuild 1120 SHA256 472a416fe6edda43be48dba54e5646c2280ef97633225daba8c4f975431c17e5 SHA512 ebfb80e149a1695959cd97e5f76ced68b42d88fd7dc97cba9b711a00b68d829ad45e3b9b8bb7a27e3984637247ffc658e3c6323d782961efafb4d73551d3ac5c WHIRLPOOL dc33161d4e4e5c611ad5e8c1fb576cadf5a42de67973b8dbe68c540bc029ee007baa33b9d308b236eafdd4d4e7045112ab5d1fe38c648f519441cecf21675fed
|
||||
EBUILD testify-0.2.9.ebuild 1120 SHA256 7e24322e93edada73365b3513fb0a07251f134efd01098e54f8a99e1491dfdb1 SHA512 998dc4334f2b9e279fe745cecddf11a0bda34f518e11906a285764af1daa6fcaa7846b9c50aaaece3dbac9312e6e858abff1067b940b82b322b474de2e74a581 WHIRLPOOL 9b0bb4b052c5a3cbeb15d607351a7570c496ede7fccee7e82007e656e6fab81718928dd3f9633398283cebb7a9add41da9e198be70db294b1280d69d4831e78a
|
||||
DIST testify-0.3.3.tar.gz 62149 SHA256 686c06ec91e80387919ecd7bf713ebfb2f3917db2c6d71f24e94b72de43f7a05 SHA512 5760710fb6dcd8127b7a7a4f31d023c50fbc77831ad037a8728672528bef53728bc7246ddb911404533eaa4953650b87ab4b07aeaa656f280ff32bbed64c7629 WHIRLPOOL 3d74318c75e4c72f083be910f5dc776b37be1a3eb115de528b9344ac6500287e6de154632b446cdcae6f686a51974695a90ed91d3345cee7e7a00f0561857a10
|
||||
EBUILD testify-0.3.0.ebuild 1044 SHA256 0c59523ecc1a6e51ec91ceced42aa316de1f3e34b9a06589667aed46c94cdac9 SHA512 a9c7b6be6ab9eff457ea178e164cda5b799730ddc39286c7dbca48fd12a76d14e728e215a899949ae130980a9866080dc53ff74b7b584ed4a1851820b00b5434 WHIRLPOOL b7c89c630ea5b160f184944bbdb21feae1f1200615a1dafe45db12ef68cd5d7f1ba383567d7038b0fdd02a8815f966c5b5bdc7572a140ecf4d524c87dd0e7e40
|
||||
EBUILD testify-0.3.1.ebuild 973 SHA256 5a7f29961f5cba2e4db5f47aa0d8e0e88307034b39ac79c009314180281096ce SHA512 c06eac7d454d0db61f33692929680a6e027d0a3e571024c62219ad6ea0c0f041bcccc98ed62b0ff4c6152f89ae16013ac8d6f0a87c7b383662bd5596c57e278d WHIRLPOOL 5b13eeac303027545baa9036dcabc8541d975831d3ff37b517dd3ec9cf84aee9f51849367025d9d5f1a8c21903da66be6d65d2a7d56350895133c639923db3e7
|
||||
EBUILD testify-0.3.2.ebuild 973 SHA256 fac4c05666eb3bc8de703724eea1e2b5ce8deb6182dd68b673e4bea5f8ea0197 SHA512 b69a78c3698d64eb27cf22122ca21fae2d207586b92ce5018f2115a5bcc38cb7c9d9c982b7ca9a7751ecce6e4bf095ba8db5100bd528d9d293123af1d2469207 WHIRLPOOL 0162a45a2c83a5c0ba2a4c33c87f28e441f4a8a989a81ae827dfa9a9256927bfbb35ac01c46bf1a17a2df7a4c4fc7940fbbc09aff9e12463e676658d6e2768e5
|
||||
MISC ChangeLog 1849 SHA256 9af1236066c4a6f48d86126af988d961518126b19ae6fc5c2cf5ae3d30030e65 SHA512 5f21774ec5a18315b201dcd28377b5ec323d7af509a51e86c0255c72d7ba5f706c2454f8220b88e01c5591a3f1574b592c824074c4856ab5e71bf28cc3626f85 WHIRLPOOL b024bcde20e5834fd353e442ca8c5eaee38808ed8f5e798869a55c9352c119f7084d31671f3a70fa70c57bbce5d1ad02c2336783dbf41f44270d6fc2bbe71306
|
||||
EBUILD testify-0.3.3.ebuild 992 SHA256 bed81811c31ed2a6992edc7d74532c09ee7b62d6cf582c6e5436303ccb3224d7 SHA512 56f211f96332203c59d3c6aa58ef99ba6cbf6dca295cb2cd45959055bcefdb8473036325e07bd184281a5bf1dba2a93de832df562aeb84ed4b68f3431d02573a WHIRLPOOL 7f69912248954b845c8250241ecca003518f9cff62c765b45130aa4ed6edde6c79686fc0557cb78c4aaebc4b8e1cb9802d160e27c9a97e7e4c4b018a879cf612
|
||||
MISC ChangeLog 2078 SHA256 87ed8b7ce0cf8f4e9dfd77ea4294daf27ab25fa8080dd3dd99a3c7e20e955bf2 SHA512 29a4e204f3b5365138c02e2729a3f11c26d6a2906e77a5576473f9fcc0a668f2a76be04710bbe9ddb5e9d5a9e9d235432e1949d81e5f4a4d7576e70a92bfc02a WHIRLPOOL 0a8d75a6dce57b9d79df803718a94da4e64cface63150a73830bb3c1bbf7ac1f31cbd234c00fad5c37abe8b5f53b0931f7fd87a1a3b61ee150cac23e2c492be0
|
||||
MISC metadata.xml 160 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a SHA512 7c02a1de1ddcb6b7c6378cceff0458da3a15d5381417f7cdf01874e7c372664b8899863f41b3a2fd8d6ad67ceb732dac6da0cc17575bf8e3e6d89480417c6628 WHIRLPOOL ed2795e4466eda8c804d5067c87386e269a59fe959393057ca5ddc36851e00f5210c4da1adf4bbdfdbb7d1d3d5c60aced25727ca12fdc8305d9e263a3aca9b13
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||
|
||||
iEYEAREIAAYFAlONp1sACgkQso7CE7gHKw1DMACg3T9eXity4uoCvbCi9JR71sbX
|
||||
cuoAniq6dELUm9iuGSYXqRKSa1sYKMKg
|
||||
=AtZ7
|
||||
-----END PGP SIGNATURE-----
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.6.ebuild,v 1.2 2012/05/20 13:16:37 klausman Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
# TODO: verify 2.5
|
||||
RESTRICT_PYTHON_ABIS="2.5 3.* 2.7-pypy-*"
|
||||
|
||||
inherit eutils distutils vcs-snapshot
|
||||
|
||||
DESCRIPTION="A more pythonic replacement for the unittest module and nose"
|
||||
HOMEPAGE="https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/"
|
||||
SRC_URI="https://github.com/Yelp/${PN}/tarball/${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pyyaml
|
||||
dev-python/sqlalchemy
|
||||
www-servers/tornado
|
||||
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )"
|
||||
DEPEND="dev-python/setuptools
|
||||
test? ( ${RDEPEND} )"
|
||||
|
||||
#DOCS="README.txt"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
epatch "${FILESDIR}"/${P}-tests.patch
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" bin/${PN} test
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.7.ebuild,v 1.1 2012/07/30 07:06:26 patrick Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
# TODO: verify 2.5
|
||||
RESTRICT_PYTHON_ABIS="2.5 3.* 2.7-pypy-*"
|
||||
|
||||
inherit eutils distutils vcs-snapshot
|
||||
|
||||
DESCRIPTION="A more pythonic replacement for the unittest module and nose"
|
||||
HOMEPAGE="https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/"
|
||||
SRC_URI="https://github.com/Yelp/${PN}/tarball/${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pyyaml
|
||||
dev-python/sqlalchemy
|
||||
www-servers/tornado
|
||||
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )"
|
||||
DEPEND="dev-python/setuptools
|
||||
test? ( ${RDEPEND} )"
|
||||
|
||||
#DOCS="README.txt"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
epatch "${FILESDIR}"/${PN}-0.2.6-tests.patch
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" bin/${PN} test
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.3 2012/11/29 15:53:05 idella4 Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
RESTRICT_PYTHON_ABIS="2.5 3.*"
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="2.7-pypy-1.*"
|
||||
inherit eutils distutils vcs-snapshot
|
||||
|
||||
DESCRIPTION="A more pythonic replacement for the unittest module and nose"
|
||||
HOMEPAGE="https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/"
|
||||
SRC_URI="https://github.com/Yelp/${PN}/tarball/${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pyyaml
|
||||
dev-python/sqlalchemy
|
||||
www-servers/tornado
|
||||
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )"
|
||||
DEPEND="dev-python/setuptools
|
||||
test? ( ${RDEPEND} )"
|
||||
|
||||
#DOCS="README.txt"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
# Rm rogue test, Bug #438032
|
||||
rm -f test/plugins//http_reporter_test.py
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" bin/${PN} test
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.9.ebuild,v 1.1 2013/01/14 04:06:44 patrick Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
RESTRICT_PYTHON_ABIS="2.5 3.*"
|
||||
PYTHON_TESTS_RESTRICTED_ABIS="2.7-pypy-1.*"
|
||||
inherit eutils distutils vcs-snapshot
|
||||
|
||||
DESCRIPTION="A more pythonic replacement for the unittest module and nose"
|
||||
HOMEPAGE="https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/"
|
||||
SRC_URI="https://github.com/Yelp/${PN}/tarball/${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pyyaml
|
||||
dev-python/sqlalchemy
|
||||
www-servers/tornado
|
||||
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )"
|
||||
DEPEND="dev-python/setuptools
|
||||
test? ( ${RDEPEND} )"
|
||||
|
||||
#DOCS="README.txt"
|
||||
|
||||
src_prepare() {
|
||||
distutils_src_prepare
|
||||
# Rm rogue test, Bug #438032
|
||||
rm -f test/plugins//http_reporter_test.py
|
||||
}
|
||||
|
||||
src_test() {
|
||||
testing() {
|
||||
PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" bin/${PN} test
|
||||
}
|
||||
python_execute_function testing
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mail/mail-2.6.0.ebuild,v 1.1 2014/06/03 05:31:00 graaff Exp $
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby19 ruby20 ruby21"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
||||
|
||||
RUBY_FAKEGEM_TASK_DOC=""
|
||||
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.md ROADMAP TODO.rdoc"
|
||||
|
||||
RUBY_FAKEGEM_GEMSPEC="mail.gemspec"
|
||||
|
||||
inherit ruby-fakegem versionator
|
||||
|
||||
GITHUB_USER="mikel"
|
||||
|
||||
DESCRIPTION="An email handling library"
|
||||
HOMEPAGE="https://github.com/mikel/mail"
|
||||
SRC_URI="https://github.com/${GITHUB_USER}/mail/archive/${PV}.tar.gz -> ${P}-git.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="$(get_version_component_range 1-2)"
|
||||
KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "
|
||||
>=dev-ruby/mime-types-1.16"
|
||||
|
||||
all_ruby_prepare() {
|
||||
rm Gemfile || die
|
||||
sed -i -e '/[Bb]undle/d' -e '6d' Rakefile || die "Unable to remove Bundler code."
|
||||
|
||||
# Fix up dependencies to match our own.
|
||||
sed -i -e 's/~>/>=/' mail.gemspec || die "Unable to fix up dependencies."
|
||||
}
|
@ -1,4 +1,5 @@
|
||||
DIST nokogiri-diff-0.2.0.gem 8704 SHA256 81d150ac59ac613c194fe9e4cf9122872632b7d457acae825c202b2e880e595a SHA512 9b2b6f266c9c7d01153c345567086b4cd1092a5984e6867ea81d15e00467936f296fd5e2c3ab7dc18e44d1dd2af022d250234fb4311a9be80fd3ca32b3d201ca WHIRLPOOL 6facd6cdef8d5a52a213f65365fd06457e481094561f8871c8c22817d8f71d854ae85f53fc1788f27992845ef58c544a594c57f099211b90d762dba9d71b4b86
|
||||
EBUILD nokogiri-diff-0.2.0-r1.ebuild 688 SHA256 efd0935dac5b84ad6f2cb7498b632603822e2f6bc893ec5e1151c105dcb6a17f SHA512 1447ecb098add137b03987d1687016dff7df9c9d9fbd8db6c887a9f67fbf8909fb8471a240685d221c8db9c5f3786b62a099d9df4e6e0b07056da32db26de39c WHIRLPOOL 480c974c90f88094a2f14f5940876b09694fa87f13f4194a949b1385dfef38d89548e2fa5db92e2f6a9a09eb11cebec9b585ffe7af772fa224a0650d6d1a6a88
|
||||
EBUILD nokogiri-diff-0.2.0.ebuild 678 SHA256 1341c91d371bde1e875f7d65c97ec046059ef1768f6f334029acffe9a51381ee SHA512 a8038db16f16537e81d6d0d953e77ed472f9810680c87ddde4a7377da3bd18c30f5bb11a5f6aa2b3eccd71c9196f03617e7c1ad443d669a13d500487950a438c WHIRLPOOL 22354672a93086bc4a26f6bb3113a3b92442ec73eaf274398cb25775b5c0027b9bf415b1cbaf2e32d528ad7e2182b98f03ac14e09fda8d7ff76b2842c08d0ece
|
||||
MISC ChangeLog 609 SHA256 01d5d5838e842e782d0810790e4194c17d2bf0bb6c75b8eb6e4fc94494a1fadd SHA512 a635e4df165303d146eca5f040a2a0e394a47c881ae6c3ed25fcffd9b9a019b3445bdae67a7ad8fbffcf836fb43ef19c9205f3d66707853e46b97fa0012f2af7 WHIRLPOOL ed7e0135874bac8a03f5c0920c2992b5cae210f38f4063dac2f424dc57c8d40a463e8ca5d4f38a68ace396982805cc4d4d4fe2a39829c99869c2c44ef48d8fa2
|
||||
MISC ChangeLog 749 SHA256 616c6f881c225df12def85309d5755455bcc2c28aafb24c8abc9907dbf854534 SHA512 e496808359fa30bcbe7445cac61af1e7e82ace9c9ec488e25c3aff9fe15b0c417b199aa55e30e4bcfc2a4a36db9bd3bc0db6cbb1d6f005b22b96a1447d2e3e5e WHIRLPOOL db0db0647043ec0d418ff21bc3b8a9c636e4e4ac851bd5b55b06f29d005831c84cd0844b714196c2a17b56a0eb2d703c87f86c5f1fe9509181fa4280ff54b106
|
||||
MISC metadata.xml 159 SHA256 abab7965b1f41e0acf6b54c554945c1c9fa35b5afab848d784dc58c298bc4679 SHA512 39d857a527ff3a066b0fa7a6e57f789e60178ca13c5ddaa93802b58ec8d45f47418c2ce85c389e2eed619216aca72d761651efa5a401d84357df9b24b478b3fb WHIRLPOOL ddb2c776f81935d41c9e81592c1ddbabc4f94422f44bab6e312730aa541994234a2405ea5ba2782818404a730be20dc53c9cc205efbf8f0843bd21cf839b0980
|
||||
|
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri-diff/nokogiri-diff-0.2.0-r1.ebuild,v 1.1 2014/06/03 12:07:10 p8952 Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby19 ruby20 ruby21 jruby"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
||||
RUBY_FAKEGEM_RECIPE_DOC="yard"
|
||||
RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Calculate the differences (added or removed nodes) between two XML/HTML documents"
|
||||
HOMEPAGE="https://github.com/postmodern/nokogiri-diff"
|
||||
LICENSE="MIT"
|
||||
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend ">=dev-ruby/nokogiri-1.5 >=dev-ruby/tdiff-0.3.2"
|
@ -0,0 +1,15 @@
|
||||
Copyright 2005-2014. All code is copyrighted by the respective authors.
|
||||
|
||||
Transmission can be redistributed and/or modified under the terms of
|
||||
the GNU GPLv2 (http://www.gnu.org/licenses/license-list.html#GPLv2),
|
||||
the GNU GPLv3 (http://www.gnu.org/licenses/license-list.html#GNUGPLv3),
|
||||
or any future license endorsed by Mnemosyne LLC.
|
||||
|
||||
In addition, linking to and/or using OpenSSL is allowed.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
Some of Transmission's source files have more permissive licenses.
|
||||
Those files may, of course, be used on their own under their own terms.
|
@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.8.3.ebuild,v 1.1 2014/06/03 06:42:34 radhermit Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="A program to convert abc files to Postscript files"
|
||||
HOMEPAGE="http://moinejf.free.fr/"
|
||||
SRC_URI="http://moinejf.free.fr/${P}.tar.gz
|
||||
http://moinejf.free.fr/transpose_abc.pl"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="examples pango"
|
||||
|
||||
RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--enable-a4 \
|
||||
--enable-deco-is-roll \
|
||||
$(use_enable pango)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin abcm2ps
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins *.fmt
|
||||
|
||||
dodoc Changes README *.txt
|
||||
|
||||
if use examples ; then
|
||||
docinto examples
|
||||
dodoc *.{abc,eps}
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
|
||||
docinto contrib
|
||||
dodoc "${DISTDIR}"/transpose_abc.pl
|
||||
}
|
@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-8.0.4.ebuild,v 1.1 2014/06/03 06:42:34 radhermit Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="A program to convert abc files to Postscript files"
|
||||
HOMEPAGE="http://moinejf.free.fr/"
|
||||
SRC_URI="http://moinejf.free.fr/${P}.tar.gz
|
||||
http://moinejf.free.fr/transpose_abc.pl"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="examples pango"
|
||||
|
||||
RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--enable-a4 \
|
||||
--enable-deco-is-roll \
|
||||
$(use_enable pango)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin abcm2ps
|
||||
|
||||
insinto /usr/share/${PN}
|
||||
doins *.fmt
|
||||
|
||||
dodoc Changes README *.txt
|
||||
|
||||
if use examples ; then
|
||||
docinto examples
|
||||
dodoc *.{abc,eps}
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
|
||||
docinto contrib
|
||||
dodoc "${DISTDIR}"/transpose_abc.pl
|
||||
}
|
@ -0,0 +1,336 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.3.ebuild,v 1.1 2014/06/03 06:18:01 aballier Exp $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
# Subslot: libavutil major.libavcodec major.libavformat major
|
||||
# Since FFmpeg ships several libraries, subslot is kind of limited here.
|
||||
# Most consumers will use those three libraries, if a "less used" library
|
||||
# changes its soname, consumers will have to be rebuilt the old way
|
||||
# (preserve-libs).
|
||||
# If, for example, a package does not link to libavformat and only libavformat
|
||||
# changes its ABI then this package will be rebuilt needlessly. Hence, such a
|
||||
# package is free _not_ to := depend on FFmpeg but I would strongly encourage
|
||||
# doing so since such a case is unlikely.
|
||||
FFMPEG_SUBSLOT=52.55.55
|
||||
|
||||
SCM=""
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
SCM="git-2"
|
||||
EGIT_REPO_URI="git://source.ffmpeg.org/ffmpeg.git"
|
||||
fi
|
||||
|
||||
inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}
|
||||
|
||||
DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec."
|
||||
HOMEPAGE="http://ffmpeg.org/"
|
||||
if [ "${PV#9999}" != "${PV}" ] ; then
|
||||
SRC_URI=""
|
||||
elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
|
||||
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
||||
else # Release
|
||||
SRC_URI="http://ffmpeg.org/releases/${P/_/-}.tar.bz2"
|
||||
fi
|
||||
FFMPEG_REVISION="${PV#*_p}"
|
||||
|
||||
LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )"
|
||||
SLOT="0/${FFMPEG_SUBSLOT}"
|
||||
if [ "${PV#9999}" = "${PV}" ] ; then
|
||||
KEYWORDS="~amd64 ~hppa ~mips ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
|
||||
fi
|
||||
IUSE="
|
||||
aac aacplus alsa amr amrenc bindist bluray +bzip2 cdio celt
|
||||
cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r
|
||||
gme gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k
|
||||
ladspa libass libcaca libsoxr libv4l modplug mp3 +network openal opengl
|
||||
openssl opus oss pic pulseaudio quvi rtmp schroedinger sdl speex ssh
|
||||
static-libs test theora threads truetype twolame v4l vaapi vdpau vorbis vpx
|
||||
wavpack webp X x264 x265 xvid +zlib zvbi
|
||||
"
|
||||
|
||||
ARM_CPU_FEATURES="armv5te armv6 armv6t2 neon armvfp:vfp"
|
||||
MIPS_CPU_FEATURES="mips32r2 mipsdspr1 mipsdspr2 mipsfpu"
|
||||
PPC_CPU_FEATURES="altivec"
|
||||
X86_CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext avx avx2 fma3 fma4 mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_2:sse42"
|
||||
|
||||
# String for CPU features in the useflag[:configure_option] form
|
||||
# if :configure_option isn't set, it will use 'useflag' as configure option
|
||||
CPU_FEATURES="
|
||||
${ARM_CPU_FEATURES}
|
||||
${MIPS_CPU_FEATURES}
|
||||
${PPC_CPU_FEATURES}
|
||||
${X86_CPU_FEATURES}
|
||||
"
|
||||
|
||||
for i in ${CPU_FEATURES}; do
|
||||
IUSE="${IUSE} ${i%:*}"
|
||||
done
|
||||
|
||||
FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart trasher"
|
||||
|
||||
for i in ${FFTOOLS}; do
|
||||
IUSE="${IUSE} +fftools_$i"
|
||||
done
|
||||
|
||||
RDEPEND="
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
amr? ( media-libs/opencore-amr )
|
||||
bluray? ( media-libs/libbluray )
|
||||
bzip2? ( app-arch/bzip2 )
|
||||
cdio? ( || ( dev-libs/libcdio-paranoia <dev-libs/libcdio-0.90[-minimal] ) )
|
||||
celt? ( >=media-libs/celt-0.11.1 )
|
||||
encode? (
|
||||
aac? ( media-libs/vo-aacenc )
|
||||
aacplus? ( media-libs/libaacplus )
|
||||
amrenc? ( media-libs/vo-amrwbenc )
|
||||
faac? ( media-libs/faac )
|
||||
mp3? ( >=media-sound/lame-3.98.3 )
|
||||
theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg )
|
||||
twolame? ( media-sound/twolame )
|
||||
wavpack? ( media-sound/wavpack )
|
||||
webp? ( media-libs/libwebp )
|
||||
x264? ( >=media-libs/x264-0.0.20111017:= )
|
||||
x265? ( media-libs/x265:= )
|
||||
xvid? ( >=media-libs/xvid-1.1.0 )
|
||||
)
|
||||
fdk? ( >=media-libs/fdk-aac-0.1.3 )
|
||||
flite? ( app-accessibility/flite )
|
||||
fontconfig? ( media-libs/fontconfig )
|
||||
frei0r? ( media-plugins/frei0r-plugins )
|
||||
gme? ( media-libs/game-music-emu )
|
||||
gnutls? ( >=net-libs/gnutls-2.12.16 )
|
||||
gsm? ( >=media-sound/gsm-1.0.12-r1 )
|
||||
iconv? ( virtual/libiconv )
|
||||
iec61883? ( media-libs/libiec61883 sys-libs/libraw1394 sys-libs/libavc1394 )
|
||||
ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 )
|
||||
jack? ( media-sound/jack-audio-connection-kit )
|
||||
jpeg2k? ( >=media-libs/openjpeg-1.3-r2:0 )
|
||||
libass? ( media-libs/libass )
|
||||
libcaca? ( media-libs/libcaca )
|
||||
libsoxr? ( media-libs/soxr )
|
||||
libv4l? ( media-libs/libv4l )
|
||||
modplug? ( media-libs/libmodplug )
|
||||
openal? ( >=media-libs/openal-1.1 )
|
||||
opengl? ( virtual/opengl )
|
||||
openssl? ( dev-libs/openssl )
|
||||
opus? ( media-libs/opus )
|
||||
pulseaudio? ( media-sound/pulseaudio )
|
||||
quvi? ( media-libs/libquvi:0.4 )
|
||||
rtmp? ( >=media-video/rtmpdump-2.2f )
|
||||
sdl? ( >=media-libs/libsdl-1.2.13-r1[sound,video] )
|
||||
schroedinger? ( media-libs/schroedinger )
|
||||
speex? ( >=media-libs/speex-1.2_beta3 )
|
||||
ssh? ( net-libs/libssh )
|
||||
truetype? ( media-libs/freetype:2 )
|
||||
vaapi? ( >=x11-libs/libva-0.32 )
|
||||
vdpau? ( x11-libs/libvdpau )
|
||||
vorbis? ( media-libs/libvorbis media-libs/libogg )
|
||||
vpx? ( >=media-libs/libvpx-0.9.6 )
|
||||
X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes )
|
||||
zlib? ( sys-libs/zlib )
|
||||
zvbi? ( media-libs/zvbi )
|
||||
!media-video/qt-faststart
|
||||
!media-libs/libpostproc
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=sys-devel/make-3.81
|
||||
doc? ( app-text/texi2html )
|
||||
fontconfig? ( virtual/pkgconfig )
|
||||
gnutls? ( virtual/pkgconfig )
|
||||
ieee1394? ( virtual/pkgconfig )
|
||||
ladspa? ( media-libs/ladspa-sdk )
|
||||
libv4l? ( virtual/pkgconfig )
|
||||
mmx? ( >=dev-lang/yasm-1.2 )
|
||||
rtmp? ( virtual/pkgconfig )
|
||||
schroedinger? ( virtual/pkgconfig )
|
||||
test? ( net-misc/wget )
|
||||
truetype? ( virtual/pkgconfig )
|
||||
v4l? ( sys-kernel/linux-headers )
|
||||
"
|
||||
# faac is license-incompatible with ffmpeg
|
||||
REQUIRED_USE="bindist? ( encode? ( !faac !aacplus ) !openssl )
|
||||
libv4l? ( v4l )
|
||||
fftools_cws2fws? ( zlib )
|
||||
test? ( encode )"
|
||||
|
||||
S=${WORKDIR}/${P/_/-}
|
||||
BUILD_DIR=${S}_build
|
||||
|
||||
src_prepare() {
|
||||
if [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
|
||||
export revision=git-N-${FFMPEG_REVISION}
|
||||
fi
|
||||
epatch "${FILESDIR}/ladspadl.patch"
|
||||
epatch_user
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
mkdir -p "${BUILD_DIR}"
|
||||
cd "${BUILD_DIR}"
|
||||
|
||||
local myconf="${EXTRA_FFMPEG_CONF}"
|
||||
|
||||
# options to use as use_enable in the foo[:bar] form.
|
||||
# This will feed configure with $(use_enable foo bar)
|
||||
# or $(use_enable foo foo) if no :bar is set.
|
||||
local ffuse="bzip2:bzlib cpudetection:runtime-cpudetect debug doc
|
||||
gnutls hardcoded-tables iconv network openssl sdl:ffplay vaapi
|
||||
vdpau zlib"
|
||||
use openssl && myconf="${myconf} --enable-nonfree"
|
||||
|
||||
# Encoders
|
||||
if use encode
|
||||
then
|
||||
ffuse="${ffuse} aac:libvo-aacenc amrenc:libvo-amrwbenc mp3:libmp3lame"
|
||||
for i in aacplus faac theora twolame wavpack webp x264 x265 xvid; do
|
||||
ffuse="${ffuse} ${i}:lib${i}"
|
||||
done
|
||||
|
||||
# Licensing.
|
||||
if use aac || use amrenc ; then
|
||||
myconf="${myconf} --enable-version3"
|
||||
fi
|
||||
if use aacplus || use faac ; then
|
||||
myconf="${myconf} --enable-nonfree"
|
||||
fi
|
||||
else
|
||||
myconf="${myconf} --disable-encoders"
|
||||
fi
|
||||
|
||||
# libavdevice options
|
||||
ffuse="${ffuse} cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal opengl"
|
||||
|
||||
# Indevs
|
||||
use v4l || myconf="${myconf} --disable-indev=v4l2 --disable-outdev=v4l2"
|
||||
for i in alsa oss jack ; do
|
||||
use ${i} || myconf="${myconf} --disable-indev=${i}"
|
||||
done
|
||||
ffuse="${ffuse} libv4l:libv4l2 pulseaudio:libpulse X:x11grab"
|
||||
|
||||
# Outdevs
|
||||
for i in alsa oss sdl ; do
|
||||
use ${i} || myconf="${myconf} --disable-outdev=${i}"
|
||||
done
|
||||
|
||||
# libavfilter options
|
||||
ffuse="${ffuse} flite:libflite frei0r fontconfig ladspa libass truetype:libfreetype"
|
||||
|
||||
# libswresample options
|
||||
ffuse="${ffuse} libsoxr"
|
||||
|
||||
# Threads; we only support pthread for now but ffmpeg supports more
|
||||
ffuse="${ffuse} threads:pthreads"
|
||||
|
||||
# Decoders
|
||||
ffuse="${ffuse} amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac jpeg2k:libopenjpeg"
|
||||
use amr && myconf="${myconf} --enable-version3"
|
||||
for i in bluray celt gme gsm modplug opus quvi rtmp ssh schroedinger speex vorbis vpx zvbi; do
|
||||
ffuse="${ffuse} ${i}:lib${i}"
|
||||
done
|
||||
use fdk && myconf="${myconf} --enable-nonfree"
|
||||
|
||||
for i in ${ffuse} ; do
|
||||
myconf="${myconf} $(use_enable ${i%:*} ${i#*:})"
|
||||
done
|
||||
|
||||
# CPU features
|
||||
for i in ${CPU_FEATURES}; do
|
||||
use ${i%:*} || myconf="${myconf} --disable-${i#*:}"
|
||||
done
|
||||
if use pic ; then
|
||||
myconf="${myconf} --enable-pic"
|
||||
# disable asm code if PIC is required
|
||||
# as the provided asm decidedly is not PIC for x86.
|
||||
use x86 && myconf="${myconf} --disable-asm"
|
||||
fi
|
||||
[[ ${ABI} == "x32" ]] && myconf+=" --disable-asm" #427004
|
||||
|
||||
# Try to get cpu type based on CFLAGS.
|
||||
# Bug #172723
|
||||
# We need to do this so that features of that CPU will be better used
|
||||
# If they contain an unknown CPU it will not hurt since ffmpeg's configure
|
||||
# will just ignore it.
|
||||
for i in $(get-flag march) $(get-flag mcpu) $(get-flag mtune) ; do
|
||||
[ "${i}" = "native" ] && i="host" # bug #273421
|
||||
myconf="${myconf} --cpu=${i}"
|
||||
break
|
||||
done
|
||||
|
||||
# Mandatory configuration
|
||||
myconf="
|
||||
--enable-gpl
|
||||
--enable-postproc
|
||||
--enable-avfilter
|
||||
--enable-avresample
|
||||
--disable-stripping
|
||||
${myconf}"
|
||||
|
||||
# cross compile support
|
||||
if tc-is-cross-compiler ; then
|
||||
myconf="${myconf} --enable-cross-compile --arch=$(tc-arch-kernel) --cross-prefix=${CHOST}-"
|
||||
case ${CHOST} in
|
||||
*freebsd*)
|
||||
myconf="${myconf} --target-os=freebsd"
|
||||
;;
|
||||
mingw32*)
|
||||
myconf="${myconf} --target-os=mingw32"
|
||||
;;
|
||||
*linux*)
|
||||
myconf="${myconf} --target-os=linux"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
"${S}/configure" \
|
||||
--prefix="${EPREFIX}/usr" \
|
||||
--libdir="${EPREFIX}/usr/$(get_libdir)" \
|
||||
--shlibdir="${EPREFIX}/usr/$(get_libdir)" \
|
||||
--mandir="${EPREFIX}/usr/share/man" \
|
||||
--enable-shared \
|
||||
--cc="$(tc-getCC)" \
|
||||
--cxx="$(tc-getCXX)" \
|
||||
--ar="$(tc-getAR)" \
|
||||
--optflags="${CFLAGS}" \
|
||||
--extra-cflags="${CFLAGS}" \
|
||||
--extra-cxxflags="${CXXFLAGS}" \
|
||||
$(use_enable static-libs static) \
|
||||
${myconf} || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd "${BUILD_DIR}"
|
||||
emake V=1
|
||||
|
||||
for i in ${FFTOOLS} ; do
|
||||
if use fftools_$i ; then
|
||||
emake V=1 tools/$i
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd "${BUILD_DIR}"
|
||||
emake V=1 DESTDIR="${D}" install install-man
|
||||
|
||||
for i in ${FFTOOLS} ; do
|
||||
if use fftools_$i ; then
|
||||
dobin tools/$i
|
||||
fi
|
||||
done
|
||||
|
||||
cd "${S}"
|
||||
dodoc Changelog README CREDITS doc/*.txt doc/APIchanges doc/RELEASE_NOTES
|
||||
use doc && dohtml -r doc/*
|
||||
if use examples ; then
|
||||
dodoc -r doc/examples
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cd "${BUILD_DIR}"
|
||||
LD_LIBRARY_PATH="${BUILD_DIR}/libpostproc:${BUILD_DIR}/libswscale:${BUILD_DIR}/libswresample:${BUILD_DIR}/libavcodec:${BUILD_DIR}/libavdevice:${BUILD_DIR}/libavfilter:${BUILD_DIR}/libavformat:${BUILD_DIR}/libavutil:${BUILD_DIR}/libavresample" \
|
||||
emake V=1 fate
|
||||
}
|
@ -1 +1 @@
|
||||
Tue, 03 Jun 2014 05:07:00 +0000
|
||||
Tue, 03 Jun 2014 18:37:00 +0000
|
||||
|
@ -1 +1 @@
|
||||
Tue, 03 Jun 2014 05:07:01 +0000
|
||||
Tue, 03 Jun 2014 18:37:01 +0000
|
||||
|
@ -0,0 +1,16 @@
|
||||
DEFINED_PHASES=install postinst postrm preinst prerm setup
|
||||
DEPEND==dev-java/java-config-2* || ( app-admin/eselect-java <dev-java/java-config-2.2 )
|
||||
DESCRIPTION=A Gentoo-made binary build of the IcedTea JDK
|
||||
EAPI=5
|
||||
HOMEPAGE=http://icedtea.classpath.org
|
||||
IUSE=+X +alsa cjk +cups doc examples nsplugin selinux source webstart
|
||||
KEYWORDS=-* ~amd64 ~x86
|
||||
LICENSE=GPL-2-with-linking-exception
|
||||
PDEPEND=webstart? ( dev-java/icedtea-web:0 ) nsplugin? ( dev-java/icedtea-web:0[icedtea7] )
|
||||
RDEPEND=>=media-libs/giflib-4.1.6-r1 >=media-libs/libpng-1.6:0= >=sys-devel/gcc-4.5.4 >=sys-libs/glibc-2.15 >=sys-libs/zlib-1.2.3-r1 || ( virtual/jpeg:62 media-libs/jpeg:62 ) selinux? ( sec-policy/selinux-java ) X? ( >=dev-libs/glib-2.32:2 >=media-libs/freetype-2.4.9:2 >=x11-libs/gtk+-2.24:2 >=x11-libs/libX11-1.4 >=x11-libs/libXext-1.3 >=x11-libs/libXi-1.6 >=x11-libs/libXtst-1.2 media-fonts/dejavu cjk? ( media-fonts/arphicfonts media-fonts/baekmuk-fonts media-fonts/lklug media-fonts/lohit-fonts media-fonts/sazanami ) ) alsa? ( >=media-libs/alsa-lib-1.0.20 ) cups? ( >=net-print/cups-1.4 ) =dev-java/java-config-2* || ( app-admin/eselect-java <dev-java/java-config-2.2 )
|
||||
REQUIRED_USE=nsplugin? ( X )
|
||||
RESTRICT=strip
|
||||
SLOT=6
|
||||
SRC_URI=amd64? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-core-6.1.13.3-amd64.tar.bz2 ) x86? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-core-6.1.13.3-x86.tar.bz2 ) doc? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-doc-6.1.13.3.tar.bz2 ) examples? ( amd64? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-examples-6.1.13.3-amd64.tar.bz2 ) x86? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-examples-6.1.13.3-x86.tar.bz2 ) ) source? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-src-6.1.13.3.tar.bz2 )
|
||||
_eclasses_=eutils 025442f2eecab39ad0b4e541b6e142af fdo-mime 0acfe1a88fd8751a1d5dc671168219fa java-vm-2 7dc6db7d110230640003e30e63a0b2bc multilib fac675dcccf94392371a6abee62d909f pax-utils 2424f959506320f5196de8f79fa05297 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 48b38a216afb92db6314d6c3187abea3
|
||||
_md5_=4345beb179c80977b41cfbd17053cde1
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=net-misc/curl sys-libs/zlib dev-libs/libevent dev-lang/php[hash,session,iconv] !<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.68 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 )
|
||||
DESCRIPTION=Extended HTTP Support for PHP.
|
||||
EAPI=5
|
||||
HOMEPAGE=http://pecl.php.net/pecl_http
|
||||
IUSE=php_targets_php5-3 php_targets_php5-4 php_targets_php5-3 php_targets_php5-4
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD-2 MIT
|
||||
RDEPEND=net-misc/curl sys-libs/zlib dev-libs/libevent dev-lang/php[hash,session,iconv] php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 )
|
||||
REQUIRED_USE=|| ( php_targets_php5-3 php_targets_php5-4 ) || ( php_targets_php5-3 php_targets_php5-4 )
|
||||
SLOT=0
|
||||
SRC_URI=http://pecl.php.net/get/pecl_http-1.7.6.tgz
|
||||
_eclasses_=autotools 5256b4f4c1798109f39f308f9f7eaf5f eutils 025442f2eecab39ad0b4e541b6e142af flag-o-matic 9a539029fe1d390c1828ff633baf26b5 libtool b9b3340e3a19510f0d9f05cfccbf209f multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed php-ext-pecl-r2 de1308bcf4fef59a8ee8793efc7c3051 php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 48b38a216afb92db6314d6c3187abea3
|
||||
_md5_=fa5563b0d4cb22ed8cdb875aac034a18
|
@ -1,12 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm prepare setup test
|
||||
DEPEND=>=dev-lang/R-2.8 dev-python/numpy !<=dev-python/rpy-1.0.2-r2 dev-lang/python
|
||||
DESCRIPTION=Python interface to the R Programming Language
|
||||
EAPI=4
|
||||
HOMEPAGE=http://rpy.sourceforge.net/ http://pypi.python.org/pypi/rpy2
|
||||
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 !<=dev-python/rpy-1.0.2-r2 dev-lang/python
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/r/rpy2/rpy2-2.2.6.tar.gz
|
||||
_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3
|
||||
_md5_=5674829635d2e0880aa9f09e15a02884
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-lang/R-3 dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] test? ( >=dev-python/pandas-0.13[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)]
|
||||
DESCRIPTION=Python interface to the R Programming Language
|
||||
EAPI=5
|
||||
HOMEPAGE=http://rpy.sourceforge.net/ https://pypi.python.org/pypi/rpy2
|
||||
IUSE=test python_targets_python2_7 python_targets_python3_3
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=AGPL-3 GPL-2 LGPL-2.1 MPL-1.1
|
||||
RDEPEND=>=dev-lang/R-3 dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/r/rpy2/rpy2-2.4.0.tar.gz
|
||||
_eclasses_=distutils-r1 0ffe72d093023ff4f69e4ceaf6f63e4e eutils 025442f2eecab39ad0b4e541b6e142af multibuild 46527a4656956da3d58acff72c9b59b1 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 6f0183db47dc66fccb7a6899f7209b48 python-utils-r1 8ba35e0dacf49c6cae65901d183c971f toolchain-funcs 48b38a216afb92db6314d6c3187abea3
|
||||
_md5_=b7950b8aec7be349c95a760801c10653
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) test? ( dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/libxml2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ibl? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) boto? ( dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/twisted-conch[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/twisted-mail[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/twisted-web[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/w3lib-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/queuelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/django[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] net-ftp/vsftpd dev-python/pillow[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite(+)] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
|
||||
DESCRIPTION=A high-level Python Screen Scraping framework
|
||||
EAPI=5
|
||||
HOMEPAGE=http://scrapy.org http://pypi.python.org/pypi/Scrapy/
|
||||
IUSE=boto doc ibl test ssl python_targets_python2_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD-2
|
||||
RDEPEND=dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/libxml2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ibl? ( dev-python/numpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ssl? ( dev-python/pyopenssl[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) boto? ( dev-python/boto[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/twisted-conch[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/twisted-mail[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/twisted-web[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/w3lib-1.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/queuelib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite(+)] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)]
|
||||
REQUIRED_USE=test? ( ssl ) || ( python_targets_python2_7 )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/scrapy/scrapy/archive/0.18.4.tar.gz -> scrapy-0.18.4.tar.gz
|
||||
_eclasses_=distutils-r1 0ffe72d093023ff4f69e4ceaf6f63e4e eutils 025442f2eecab39ad0b4e541b6e142af multibuild 46527a4656956da3d58acff72c9b59b1 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 6f0183db47dc66fccb7a6899f7209b48 python-utils-r1 8ba35e0dacf49c6cae65901d183c971f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
|
||||
_md5_=462ffc15a26add1c86f02ce37950914f
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
|
||||
DESCRIPTION=Simple, fast, extensible JSON encoder/decoder for Python
|
||||
EAPI=5
|
||||
HOMEPAGE=http://undefined.org/python/#simplejson http://pypi.python.org/pypi/simplejson
|
||||
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
|
||||
LICENSE=|| ( MIT AFL-2.1 )
|
||||
RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/s/simplejson/simplejson-3.5.2.tar.gz
|
||||
_eclasses_=distutils-r1 0ffe72d093023ff4f69e4ceaf6f63e4e eutils 025442f2eecab39ad0b4e541b6e142af flag-o-matic 9a539029fe1d390c1828ff633baf26b5 multibuild 46527a4656956da3d58acff72c9b59b1 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 6f0183db47dc66fccb7a6899f7209b48 python-utils-r1 8ba35e0dacf49c6cae65901d183c971f toolchain-funcs 48b38a216afb92db6314d6c3187abea3
|
||||
_md5_=191747dc1148a162003da7fe6f4dfaa8
|
@ -1,13 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm prepare setup test unpack
|
||||
DEPEND=dev-python/setuptools doc? ( dev-python/sphinx ) test? ( dev-python/testify ) dev-lang/python[sqlite] dev-lang/python
|
||||
DESCRIPTION=An sqlite-backed dictionary
|
||||
EAPI=4
|
||||
HOMEPAGE=https://github.com/Yelp/sqlite3dbm http://pypi.python.org/pypi/sqlite3dbm/
|
||||
IUSE=doc test
|
||||
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-lang/python[sqlite] dev-lang/python
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Yelp/sqlite3dbm/tarball/v0.1.4 -> sqlite3dbm-0.1.4.tar.gz
|
||||
_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
|
||||
_md5_=017cf9bf6cadd2d5d463526a9165019e
|
@ -0,0 +1,14 @@
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
|
||||
DESCRIPTION=A very small text templating language
|
||||
EAPI=5
|
||||
HOMEPAGE=http://pythonpaste.org/tempita http://pypi.python.org/pypi/Tempita
|
||||
IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy
|
||||
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
|
||||
LICENSE=MIT
|
||||
RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy )
|
||||
SLOT=0
|
||||
SRC_URI=mirror://pypi/T/Tempita/Tempitadev-0.5.3.tar.gz -> tempita-0.5.3.tar.gz
|
||||
_eclasses_=distutils-r1 0ffe72d093023ff4f69e4ceaf6f63e4e eutils 025442f2eecab39ad0b4e541b6e142af multibuild 46527a4656956da3d58acff72c9b59b1 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 6f0183db47dc66fccb7a6899f7209b48 python-utils-r1 8ba35e0dacf49c6cae65901d183c971f toolchain-funcs 48b38a216afb92db6314d6c3187abea3
|
||||
_md5_=99663e1fc3701757e3db4e75efd57fa4
|
@ -1,15 +0,0 @@
|
||||
DEFINED_PHASES=compile configure install prepare test unpack
|
||||
DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/pyyaml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/sqlalchemy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] www-servers/tornado[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
DESCRIPTION=A more pythonic replacement for the unittest module and nose
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/
|
||||
IUSE=test python_targets_python2_6 python_targets_python2_7
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/pyyaml[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/sqlalchemy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] www-servers/tornado[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
|
||||
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 )
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Yelp/testify/tarball/0.2.10 -> testify-0.2.10.tar.gz
|
||||
_eclasses_=distutils-r1 0ffe72d093023ff4f69e4ceaf6f63e4e eutils 025442f2eecab39ad0b4e541b6e142af multibuild 46527a4656956da3d58acff72c9b59b1 multilib fac675dcccf94392371a6abee62d909f multiprocessing c2d96fb38f2596209e98fceda58ba1ed python-r1 6f0183db47dc66fccb7a6899f7209b48 python-utils-r1 8ba35e0dacf49c6cae65901d183c971f toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
|
||||
_md5_=569c100e91bf2b300f6195f82e9566d6
|
@ -1,13 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm prepare setup test unpack
|
||||
DEPEND=dev-python/setuptools test? ( dev-python/pyyaml dev-python/sqlalchemy www-servers/tornado || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) ) dev-lang/python
|
||||
DESCRIPTION=A more pythonic replacement for the unittest module and nose
|
||||
EAPI=4
|
||||
HOMEPAGE=https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/pyyaml dev-python/sqlalchemy www-servers/tornado || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) dev-lang/python
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Yelp/testify/tarball/0.2.6 -> testify-0.2.6.tar.gz
|
||||
_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
|
||||
_md5_=10d1e40e260fb4395d5e1b905584ce1e
|
@ -1,13 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm prepare setup test unpack
|
||||
DEPEND=dev-python/setuptools test? ( dev-python/pyyaml dev-python/sqlalchemy www-servers/tornado || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) ) dev-lang/python
|
||||
DESCRIPTION=A more pythonic replacement for the unittest module and nose
|
||||
EAPI=4
|
||||
HOMEPAGE=https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/pyyaml dev-python/sqlalchemy www-servers/tornado || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) dev-lang/python
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Yelp/testify/tarball/0.2.7 -> testify-0.2.7.tar.gz
|
||||
_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
|
||||
_md5_=d761ef259881e555223ece4839659967
|
@ -1,13 +0,0 @@
|
||||
DEFINED_PHASES=compile install postinst postrm prepare setup test unpack
|
||||
DEPEND=dev-python/setuptools test? ( dev-python/pyyaml dev-python/sqlalchemy www-servers/tornado || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) ) dev-lang/python
|
||||
DESCRIPTION=A more pythonic replacement for the unittest module and nose
|
||||
EAPI=4
|
||||
HOMEPAGE=https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/
|
||||
IUSE=test
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=Apache-2.0
|
||||
RDEPEND=dev-python/pyyaml dev-python/sqlalchemy www-servers/tornado || ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson ) dev-lang/python
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Yelp/testify/tarball/0.2.8 -> testify-0.2.8.tar.gz
|
||||
_eclasses_=distutils 34e0f373c466bb0e97ba194735f1acf2 eutils 025442f2eecab39ad0b4e541b6e142af multilib fac675dcccf94392371a6abee62d909f python be9965681d83c3980660a2660ac95e95 toolchain-funcs 48b38a216afb92db6314d6c3187abea3 vcs-snapshot 58b766562c9fbfb3268b04e33cdf2f66
|
||||
_md5_=4e8916c4eead8c7136d024cf36a75b0e
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue