Sync with portage [Fri Jan 4 11:19:11 MSK 2013].

mhiretskiy
root 11 years ago
parent 5748a6b101
commit fbea7b1364

@ -6,3 +6,5 @@ DIST spideroak-bin-4.6.9945_amd64.deb 22739354 SHA256 28974dcd6be298fa91a1d9f998
DIST spideroak-bin-4.6.9945_x86.deb 22135372 SHA256 7dd15a12388324b59641a8f9cd1625568eec0b75ac7d9cf72b65afd6baa11c1e SHA512 2fe5dd1fe422390a55d774fd4f285d5d10342e5671e0053b7889764c1b3e67b48fbbc1eea01dafc34630496d0cc7010a11179e72c1522c6acdcdb0c8d9a3a00c WHIRLPOOL 79542052dad632713d2cdaa4e1589856ef15bf076be9568dab4e7713bf9597ffeb08eda6fa761fa4c45b1353d39de93570f0415cd6e7f846fb1c60688f40d14c
DIST spideroak-bin-4.7.9948_amd64.deb 22739294 SHA256 643fe98a02635f37b2a4122eb81679954291a53e67af959e6d24c26aa737536b SHA512 5a6de79066087adccd3d89af17cc40254809e9cd5f12ccb1daada340e7b357d33d7e25179a54f700f8100abc91fc4e16a729726d549ca624fdad0a42183314f8 WHIRLPOOL e9376610a9811c68ad3230597d66578864e095e9fde9cf77eee6808a3409e0cff6e2f0548e625cd158a37cbd256dddb54520b4354de27008003c361ecd87465b
DIST spideroak-bin-4.7.9948_x86.deb 22132538 SHA256 a7b6d44d0197e46334646db9a2015d2987cd4c9a8b77423284044092265bfa8d SHA512 45f93a40bfc2227573aabb4ae9d820fe832726dce512435e9ef34d2d82a234a729313bfb83f340a00de3955e7c08f851915626eed2d02c767dc6949e9c8f74ed WHIRLPOOL 6b4220b1c790e65e5b0ce96acd8aa459848a0c14fa9e216816ecce12fe3576601feb3e10afe036d4f537cc62c96f069043ab61a07b9e7abd5ab9568483ad975a
DIST spideroak-bin-4.8.3_amd64.deb 22342190 SHA256 8ebefdaf8560b3a7c8afeae5b2387e302d988be194902014b9d294a68ec8d5f7 SHA512 b41eed416ed8fccc29d66c0f28f2df3590f10a9cc5626c8b5fcea4c32b2c9a359ffda8b0cac7420c11864d0b40f14cefacf2a3fcd49140f2c23016a3d1354bc0 WHIRLPOOL 586f3f6864b51082501044dc0a24cf9185adb6a0f120a96cf40cd488acef17f38f0f02e280b15bc7d10c44de3aa69677a2049179575c272a928f5a6d644991e4
DIST spideroak-bin-4.8.3_x86.deb 22063548 SHA256 8db74d666b10ca11fa6d630598856ba48dbcd5bf52287d80e73a3fb623c99b40 SHA512 dd5fddc1d60be5f6ae2cacb9270d7064d549dfb1154c15e412083abb05b8008b66fe1e3935a00f5bc5f63dd5f870e8180a5d5a746c658f59ba0693f39e52b7b5 WHIRLPOOL f41cbb53d3496f3da687f42fa9a7b1ffea7488f8ce1e88b4c37ec8d08a5444fff418f0afc86acb02befaf167c7de6cbf60614046268dca3c69359113f28a060f

@ -0,0 +1,8 @@
--- usr/bin/SpiderOak.orig 2012-08-26 08:10:42.387011624 +0200
+++ usr/bin/SpiderOak 2012-08-26 08:10:48.899956298 +0200
@@ -5,4 +5,4 @@
QT_PLUGIN_PATH= ; export QT_PLUGIN_PATH
SpiderOak_EXEC_SCRIPT=$(cd `dirname $0` ; pwd)/SpiderOak
export SpiderOak_EXEC_SCRIPT
-exec "/opt/SpiderOak/lib/SpiderOak" "$@"
+exec "/opt/SpiderOak/lib/SpiderOak" --headless "$@"

@ -0,0 +1,99 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/spideroak-bin/spideroak-bin-4.8.3.ebuild,v 1.1 2013/01/04 03:31:48 blueness Exp $
EAPI="4"
inherit eutils
SRC_URI_BASE="https://spideroak.com/getbuild?platform=ubuntu"
DESCRIPTION="An easy, secure and consolidated free online backup, storage, access and sharing system."
HOMEPAGE="https://spideroak.com"
SRC_URI="x86? ( ${SRC_URI_BASE}&arch=i386&version=${PV} -> ${P}_x86.deb )
amd64? ( ${SRC_URI_BASE}&arch=x86_64&version=${PV} -> ${P}_amd64.deb )"
RESTRICT="mirror strip"
LICENSE="spideroak"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus headless"
DEPEND="dev-util/patchelf"
RDEPEND="
app-crypt/mit-krb5[keyutils]
dbus? ( sys-apps/dbus )
!headless? (
media-libs/fontconfig
media-libs/freetype:2
dev-libs/glib:2
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXmu
x11-libs/libXrender
x11-libs/libXt
)
"
S=${WORKDIR}
QA_PREBUILT="*"
src_unpack() {
unpack ${A}
unpack ./data.tar.gz
rm -f control.tar.gz data.tar.gz debian-binary
rm -f usr/share/doc/spideroak/copyright
}
src_prepare() {
use headless && epatch "${FILESDIR}"/${PF}-headless.patch
# Set RPATH for preserve-libs handling (bug #400979).
cd "${S}/opt/SpiderOak/lib" || die
local x
for x in `find` ; do
# Use \x7fELF header to separate ELF executables and libraries
[[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue
patchelf --set-rpath '$ORIGIN' "${x}" || \
die "patchelf failed on ${x}"
done
}
src_install() {
#install the wrapper script
exeinto /usr/bin
doexe usr/bin/SpiderOak
#install the executable
exeinto /opt/SpiderOak/lib
doexe opt/SpiderOak/lib/SpiderOak
rm -f opt/SpiderOak/lib/SpiderOak
#install the prebundled libraries
insinto /opt/SpiderOak
doins -r opt/SpiderOak/lib
#install the config files
use dbus || rm -rf etc/dbus-1
insinto /
doins -r etc
#install the manpage
doman usr/share/man/man1/SpiderOak.1.gz
if ! use headless ; then
domenu usr/share/applications/spideroak.desktop
doicon usr/share/pixmaps/SpiderOak.png
fi
}
pkg_postinst() {
if use headless; then
einfo "For instructions on running SpiderOak without a GUI, please read the FAQ:"
einfo " https://spideroak.com/faq/questions/62/how_do_i_install_spideroak_on_a_headless_linux_server/"
einfo " https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/"
fi
}

@ -1,2 +1,3 @@
DIST xca-0.9.0.tar.gz 688445 SHA256 6f0c9a23281752b47a2bf8ee5e56486a5eec948462bb2f3528c3a1379975432d SHA512 ac336b718ac6dd02ae4422bd38e0fd68542e5e3af989c98a535fe74e116151d4404fc4d8c12f14fa30f4f1cafc5e66abddfbb70568e3a348090e5921918e1e5a WHIRLPOOL 6f9af58385be26f553f226a726e3e07472db20adc6c971ecca6511b909507701b9759f5217b2c96dae946140c0d67fe116ad08a33178f9c845c373f99e71731e
DIST xca-0.9.1.tar.gz 754570 SHA256 e5562d9af4e03e5e730a85a9ca4eb80386288f18f84de24bb9ff0dfcc7110cbc SHA512 2b8b2f6d704b6a9ce3230970f5f734b035bb00215411ae09783b313910dabe75e7675cf9738b084b2a795c0daa092e95246583d53e66e56e505f635b9d1f16a4 WHIRLPOOL a472cc2a34f34d5e93f0a5b9b044ea5353932de1f7d6ccc28f36e064160f342d148988e595d3866835cfb6455d51bc4f48131e84bc9533dab915521cbe89c723
DIST xca-0.9.3.tar.gz 755165 SHA256 6842b50c8b4478070d8af743cb72aee1f53a2c4ff2b8285fcec5f856119cc6ba SHA512 ec9ad88a9b3a48b72a5c00d6bb8893cb1fab5841bfb91d310730795a47909ff0428ab4df2ffa55abfe964efbd07eff5871b4cb5711f6c6d82351f64e718610bf WHIRLPOOL 3eadb63a9b3c8b4266b7f79226fdf70cfc27bdbea89e5ae3c3fd902d2720c5c8ff9634f856bec614c7a4313f73ed01aa8b009ac20f5481f2999a44a6a7423ae3

@ -0,0 +1,12 @@
--- misc/xca.desktop 2012-05-12 05:37:14.000000000 -0400
+++ xca.desktop.new 2013-01-03 19:43:35.877856711 -0500
@@ -7,7 +7,7 @@
Comment[fi]=Graafinen X.509-varmenteiden hallintatyökalu
Comment[fr]=Création et gestion de certificats conformes à la norme X.509
Exec=xca %F
-Icon=xca-32x32.xpm
+Icon=xca-32x32
Terminal=false
-Categories=Application;Utility;Qt;
+Categories=Utility;Qt;
MimeType=application/x-xca-database;application/x-xca-template;application/x-x509-ca-cert;application/pkcs10;application/x-pkcs7-certificates;application/x-pkcs12;

@ -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/app-crypt/xca/xca-0.9.3.ebuild,v 1.1 2013/01/04 00:49:09 c1pher Exp $
EAPI="4"
inherit eutils toolchain-funcs
DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists"
HOMEPAGE="http://www.hohnstaedt.de/xca.html"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc"
RDEPEND=">=dev-libs/openssl-0.9.8[-bindist]
x11-libs/qt-gui:4"
DEPEND="${RDEPEND}
doc? ( app-text/linuxdoc-tools )"
src_prepare() {
# http://sourceforge.net/tracker/index.php?func=detail&aid=1800298&group_id=62274&atid=500028
epatch "${FILESDIR}"/${PN}-0.9.0-qt_detection.patch
epatch "${FILESDIR}"/${PN}-0.9.1-ldflags.patch
epatch "${FILESDIR}"/${P}-desktop.patch
}
src_configure() {
local LINUXDOC
use doc || LINUXDOC='touch $@ && true'
QTDIR="${EPREFIX}/usr" \
STRIP="true" \
LINUXDOC="${LINUXDOC}" \
CC="$(tc-getCXX)" \
LD="$(tc-getLD)" \
CFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}" \
prefix="${EPREFIX}/usr" \
docdir="${EPREFIX}/usr/share/doc/${PF}" \
./configure || die "configure failed"
}
src_install() {
emake destdir="${D}" mandir="share/man" install
dodoc AUTHORS
insinto /etc/xca
doins misc/*.txt
}

@ -1,10 +1,10 @@
--- mspdebug-0.21/util/sport.c.orig
--- mspdebug-0.21/util/sport.c
+++ mspdebug-0.21/util/sport.c
@@ -20,6 +20,8 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
+#include <time.h>
+#include <sys/time.h>
+#include <sys/select.h>
#include "sport.h"

@ -0,0 +1 @@
DIST graph-tool-2.2.19.tar.bz2 29546336 SHA256 7caf1d120cffe8080dcfb2d6880b47bfee05a84956ee73a5300d167864df9e7b SHA512 8adf432756b1558f68c16ef31f81f1fba9d3b51f1729315e83c295148fc3cb874ccd00da1841ea330407cc49c64a7395fa1f2b6440bb0da4d28c56b690bf4c41 WHIRLPOOL a11e9cefda1ea14a69b90da1288ce0f73bf7674de9781b650e369a70bdb8409d13aa8b1bf44555ed35f2b2d84f17152876491f031454bd9499e17a3de378283b

@ -0,0 +1,81 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-2.2.19.ebuild,v 1.1 2013/01/04 01:18:49 radhermit Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit eutils toolchain-funcs python-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.skewed.de/graph-tool"
inherit git-2
KEYWORDS=""
else
SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs"
HOMEPAGE="http://graph-tool.skewed.de/"
LICENSE="GPL-3"
SLOT="0"
IUSE="+cairo openmp"
CDEPEND=">=dev-libs/boost-1.46.0[python]
dev-libs/expat
dev-python/numpy
sci-libs/scipy
sci-mathematics/cgal
cairo? (
dev-cpp/cairomm
dev-python/pycairo
)"
RDEPEND="${CDEPEND}
dev-python/matplotlib
media-gfx/graphviz[python]"
DEPEND="${CDEPEND}
dev-cpp/sparsehash
virtual/pkgconfig"
# most machines don't have enough ram for parallel builds
MAKEOPTS="${MAKEOPTS} -j1"
pkg_pretend() {
if use openmp ; then
tc-has-openmp || die "Please switch to an openmp compatible compiler"
fi
}
src_prepare() {
>py-compile
python_copy_sources
}
src_configure() {
python_foreach_impl run_in_build_dir \
econf \
--disable-static \
--disable-optimization \
$(use_enable openmp) \
$(use_enable cairo)
}
src_compile() {
python_foreach_impl run_in_build_dir default
}
src_install() {
python_foreach_impl run_in_build_dir default
prune_libtool_files --modules
# remove unwanted extra docs
rm -r "${ED}"/usr/usr || die
}
run_in_build_dir() {
pushd "${BUILD_DIR}" > /dev/null
"$@"
popd > /dev/null
}

@ -0,0 +1,81 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/graph-tool/graph-tool-9999.ebuild,v 1.1 2013/01/04 01:18:49 radhermit Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
inherit eutils toolchain-funcs python-r1
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.skewed.de/graph-tool"
inherit git-2
KEYWORDS=""
else
SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="An efficient python module for manipulation and statistical analysis of graphs"
HOMEPAGE="http://graph-tool.skewed.de/"
LICENSE="GPL-3"
SLOT="0"
IUSE="+cairo openmp"
CDEPEND=">=dev-libs/boost-1.46.0[python]
dev-libs/expat
dev-python/numpy
sci-libs/scipy
sci-mathematics/cgal
cairo? (
dev-cpp/cairomm
dev-python/pycairo
)"
RDEPEND="${CDEPEND}
dev-python/matplotlib
media-gfx/graphviz[python]"
DEPEND="${CDEPEND}
dev-cpp/sparsehash
virtual/pkgconfig"
# most machines don't have enough ram for parallel builds
MAKEOPTS="${MAKEOPTS} -j1"
pkg_pretend() {
if use openmp ; then
tc-has-openmp || die "Please switch to an openmp compatible compiler"
fi
}
src_prepare() {
>py-compile
python_copy_sources
}
src_configure() {
python_foreach_impl run_in_build_dir \
econf \
--disable-static \
--disable-optimization \
$(use_enable openmp) \
$(use_enable cairo)
}
src_compile() {
python_foreach_impl run_in_build_dir default
}
src_install() {
python_foreach_impl run_in_build_dir default
prune_libtool_files --modules
# remove unwanted extra docs
rm -r "${ED}"/usr/usr || die
}
run_in_build_dir() {
pushd "${BUILD_DIR}" > /dev/null
"$@"
popd > /dev/null
}

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

@ -1,2 +1,3 @@
DIST pyxattr-0.5.0.tar.gz 19578 SHA256 0d7bdf92cba5eb528f82f0e77af7db6a517c9fe615a46714c7c88ea44d33c2ea SHA512 f0c2ae061826204d7c1934fe18dd642c108360a25aa3762324d0d59dc4434622d756c3256e0ee31c5159d8289c4e6848c9fc9089e4d95f8add0cd597b9fca0aa WHIRLPOOL 5ca6f8ef3f42357105f9afafa444e08e7039719c5a1b1aca73086197f2d116616d28aa7db011bc8a779ee88e7ebb4c0045499a07940bcaf78a1a26a113432189
DIST pyxattr-0.5.1.tar.gz 25103 SHA256 b8b5cecc689716d7b89e5ea6522d205109addf5bc530f4ecd1bf4133a373b34a SHA512 265cf65eaf0d72b3ccff74cc08833670f2fde1753b52fad9e0e56ff2187566c353193018d6f35b2fc92c8a85274fa381466aeb523a5751b9f06f8d596a979333 WHIRLPOOL 3c120d33e3953b60611550d551437b962d00bb34a537a4ee6da8cc38539953936f287c70af1c17de7e5520d2c0e24e4240c1fb0d6a5581ebc21eb87f935e8d1e
DIST pyxattr-0.5.2.tar.gz 25335 SHA256 19accb3927a833b36b1fb0fddeae45c32b08715cce38b1b106faff22c4ba79d9 SHA512 8dfe6583b1bb54c1674ca90ea99ad50d7ad51b858a1f40bfd4a3660fcba71b59540e5957bb601d816e82c9fec91985394f51193e5a2452c4b1b27cb5edf51e2f WHIRLPOOL 70c7943af623eb0bf9e727aa6b1104cd72f3ffef48e28b5ed3d6471d0ccd44b743a583b996d8d49016e542b9bc8f2f0bd79bd3c14bb81167ad7e442d7590521a

@ -0,0 +1,43 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.2.ebuild,v 1.1 2013/01/03 23:09:50 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
inherit distutils-r1 eutils
DESCRIPTION="Python interface to xattr"
HOMEPAGE="http://pyxattr.k1024.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
http://pyxattr.k1024.org/downloads/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="sys-apps/attr"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_prepare_all() {
sed -i -e 's:, "-Werror"::' setup.py || die
distutils-r1_python_prepare_all
}
src_test() {
# Perform the tests in /var/tmp; that location is more likely
# to have xattr support than /tmp which is often tmpfs.
export TESTDIR=/var/tmp
einfo 'Please note that the tests fail if xattrs are not supported'
einfo 'by the filesystem used for /var/tmp.'
distutils-r1_src_test
}
python_test() {
nosetests || die "Tests fail with ${EPYTHON}"
}

@ -0,0 +1,30 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/yenc/yenc-0.4.0-r1.ebuild,v 1.3 2013/01/04 01:15:59 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="Module providing raw yEnc encoding/decoding"
HOMEPAGE="http://www.golug.it/yenc.html"
SRC_URI="http://www.golug.it/pub/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# Remove forced CFLAG on setup.py
PATCHES=( "${FILESDIR}"/${PN}-remove-cflags.patch )
DOCS=( README TODO CHANGES doc/${PN}-draft.1.3.txt )
python_test() {
"${PYTHON}" test/test.py || die "Test failed."
}
src_test() {
# Tests use a constant temp file.
DISTUTILS_NO_PARALLEL_BUILD=1 distutils-r1_src_test
}

@ -0,0 +1 @@
DIST plan9port-20121219.tgz 54175831 SHA256 289a355f0dee5900ece427a5360a510879e305e31c02f76dfe0495629ff38824 SHA512 6086fc3330327a36059fc2ce4170a3b7abac7562d141206e305dff20ec970d11d7fffe3d72848bd6def66179b70908444b638f10064e10f7f97a8e4630438892 WHIRLPOOL eb859377af45b053d1ebcf8132ecc043f1d60c0f30f6a6b59db1cc1f9a899b61432179d6d67129c4400a0bb7c935f9a341bb4111de4d5daf15888c949b343f41

@ -0,0 +1,19 @@
Defining int errno; resuls in the following error on amd64:
ld: errno: TLS definition in /lib64/libc.so.6 section .tbss mismatches
non-TLS reference in main.o
Patch by Alex Efros:
http://code.swtch.com/plan9port/issue/39/
--- plan9/src/cmd/9660srv/main.c
+++ plan9.new/src/cmd/9660srv/main.c
@@ -38,7 +38,7 @@
uchar mdata[Maxiosize];
char fdata[Maxfdata];
uchar statbuf[STATMAX];
-int errno;
+#include <errno.h>
extern Xfsub *xsublist[];

@ -0,0 +1,54 @@
Remove unneeded executable stack
Assembly routines in libthread and libmp use an executable stack by
default. This is not needed and can be removed using --noexecstack.
The plan9port 9a wrapper wrapper needs to be modified to pass flags to the
underlying assembler first though..
Patch by Andy Spencer
http://code.swtch.com/plan9port/issue/76/
--- a/bin/9a
+++ b/bin/9a
@@ -1,10 +1,5 @@
#!/bin/sh
-if [ $# != 1 ]; then
- echo 'usage: 9a file.s' 1>&2
- exit 1
-fi
-
test -f $PLAN9/config && . $PLAN9/config
aflags=""
@@ -17,5 +12,16 @@ Darwin-*x86_64*)
;;
esac
-out=`echo $1 | sed 's/\.s$//;s/$/.o/'`
-exec as $aflags -o $out $1
+for arg; do
+ case $arg in
+ -*)
+ opts="$opts $arg"
+ ;;
+ *.s)
+ src=$arg
+ dst=$(echo $arg | sed 's/\.s/\.o/')
+ ;;
+ esac
+done
+
+exec as $aflags $opts -o $dst $src
--- a/src/mkhdr
+++ b/src/mkhdr
@@ -30,7 +30,7 @@ AR=9ar
INSTALL=install
CFLAGS=
LDFLAGS=
-AFLAGS=
+AFLAGS=--noexecstack
CLEANFILES=
NUKEFILES=
YACC=9 yacc

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>andy753421@gmail.com</email>
</maintainer>
<maintainer>
<email>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
<longdescription>
Plan9Port is a set of Plan 9 utilities ported to the POSIX
environment - also know as Plan 9 from User Space.
</longdescription>
</pkgmetadata>

@ -0,0 +1,76 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/plan9port/plan9port-20121219.ebuild,v 1.2 2013/01/04 04:06:41 blueness Exp $
EAPI="4"
inherit eutils
DESCRIPTION="Port of many Plan 9 programs and libraries"
HOMEPAGE="http://swtch.com/plan9port/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tgz"
LICENSE="9base"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-apps/xauth"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}"
PLAN9=/usr/lib/plan9
src_prepare()
{
epatch "${FILESDIR}/${PN}-"{9660srv-errno,noexecstack}".patch"
# Fix paths, done in place of ./INSTALL -c
einfo "Fixing hard-coded /usr/local/plan9 paths"
grep --null -l -r '/usr/local/plan9' |
xargs --null sed -i "s!/usr/local/plan9!${PLAN9}!g"
}
src_compile() {
# Convert -j5 to NPROC=5 for mk
export NPROC="$(echo "$MAKEOPTS" | sed -r -n 's/.*(^| )-j([0-9]*).*/\2/p')"
# The INSTALL script builds mk then [re]builds everything using that
einfo "Compiling Plan 9 from User Space can take a very long time"
einfo "depending on the speed of your computer. Please be patient!"
./INSTALL -b
}
src_install() {
dodir "${PLAN9}"
# P9P's man does not handle compression
docompress -x $PLAN9/man
# do* plays with the executable bit, and we should not modify them
cp -a * "${D}/${PLAN9}"
# build the environment variables and install them in env.d
cat > "${T}/30plan9" <<-EOF
PLAN9="${PLAN9}"
PATH="${PLAN9}/bin"
ROOTPATH="${PLAN9}/bin"
MANPATH="${PLAN9}/man"
EOF
doenvd "${T}/30plan9"
}
pkg_postinst() {
elog "Plan 9 from User Space has been successfully installed into"
elog "${PLAN9}. Your PLAN9 and PATH environment variables have"
elog "also been appropriately set, please use env-update and"
elog "source /etc/profile to bring that into immediate effect."
elog
elog "Please note that ${PLAN9}/bin has been appended to the"
elog "*end* or your PATH to prevent conflicts. To use the Plan9"
elog "versions of common UNIX tools, use the absolute path:"
elog "${PLAN9}/bin or the 9 command (eg: 9 troff)"
elog
elog "Please report any bugs to bugs.gentoo.org, NOT Plan9Port."
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.35 2013/01/02 21:12:44 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.36 2013/01/04 03:12:44 floppym Exp $
# @ECLASS: distutils-r1
# @MAINTAINER:
@ -326,6 +326,7 @@ distutils-r1_python_install() {
# python likes to compile any module it sees, which triggers sandbox
# failures if some packages haven't compiled their modules yet.
addpredict "$(python_get_sitedir)"
addpredict /usr/lib/portage/pym
local root=${D}/_${EPYTHON}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.34 2013/01/02 21:12:44 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.35 2013/01/04 01:26:22 floppym Exp $
# @ECLASS: python-r1
# @MAINTAINER:
@ -382,6 +382,10 @@ _python_check_USE_PYTHON() {
# is installed.
if [[ ! ${py2+1} && ${dis_py2} ]]; then
debug-print "${FUNCNAME}: -> all py2 versions disabled"
if ! has python2_7 "${PYTHON_COMPAT[@]}"; then
debug-print "${FUNCNAME}: ---> package does not support 2.7"
return 0
fi
if has_version '=dev-lang/python-2*'; then
debug-print "${FUNCNAME}: ---> but =python-2* installed!"
return 1
@ -389,6 +393,10 @@ _python_check_USE_PYTHON() {
fi
if [[ ! ${py3+1} && ${dis_py3} ]]; then
debug-print "${FUNCNAME}: -> all py3 versions disabled"
if ! has python3_2 "${PYTHON_COMPAT[@]}"; then
debug-print "${FUNCNAME}: ---> package does not support 3.2"
return 0
fi
if has_version '=dev-lang/python-3*'; then
debug-print "${FUNCNAME}: ---> but =python-3* installed!"
return 1

@ -1,8 +1 @@
DIST frobtads-0.13.tar.gz 1513088 SHA256 0996f1453cc6b650e108d58e762037f25c4ecf5f4d784bbc52d7316b1ff69a29
DIST frobtads-1.0.tar.gz 1513973 SHA256 504f0b20546c7be04a60c94bf6125991fc1902b6141963c69753de16b4a42e9c SHA512 0c79fefa4700cb9a20bf305296621265b9cb001ece5ec14887a7dcf5b6e54bee87a9d60a15799371893e93f96d4036a237a7294229a42f9af03f9a6a50a0abe3 WHIRLPOOL bf926096e47d90638809f748403bad5e141d8ec4af8bf3cc38f602251be96e9680f857928029f49b8756e3159868857d9327a4b50696bf64197880c16671cab3
DIST frobtads-1.2.1.tar.gz 5203115 SHA256 4c7da491d39b9ff4640e561e97e97e4ae5e7be7bd2041ed632d600e4326c48e5 SHA512 a8367fa830dae0aebeac0c49471283c6db7de60e18f5e904056eadad3329ec2f263462a64db3179066f10bd2712778309d09583474b03615e48c5f34365f4b1e WHIRLPOOL ed44f60bf763cd3dcac5891a002d8c6bc215d82f41b7e530127b6de5d6da9d99c38a2139457cb518ea2dc37438ae43614ddf4c202472708971255aaf907a89da
DIST frobtads-1.2.2.tar.gz 5213193 SHA256 f2802f6b8b2fb1e2a2c46cdec92b32e7135b6aceb3054a588eb9ebb9434a186e SHA512 14c0c8a624632b00a7615e643f592eac2d6a0a523f9e019527e9ae8f04402cc4ee1568417bacbfdfd31df6452536a65e012ba0f0d3cced8ba6901988e7a5bc42 WHIRLPOOL ffdd10df65bdd11512c115d8ef0a9a990fa31220628b437eb351eddd2a260fd51d838096cd9860c737861f941e18c148b85a15388c2544e047f6f2ef589ae9b3
DIST frobtads-t2compiler-0.13.tar.gz 131422 SHA256 49c759e960eed12b98016d13a8e954080614c13fb2dde10d7119571d8e7dcd61
DIST frobtads-t2compiler-1.0.tar.gz 131319 SHA256 3f67e45f86905f53f9947b0512de53729dd219d1df8743d6c3e5d4404a0b0af6 SHA512 dc3f135a9429b833d471582eceedd109eb1b7b43a6d685814afe0bc677a0b0f70eb57914744feb1f62455b6c67ffa30fa7bc121ca8fc30cab46ee51b1ca50258 WHIRLPOOL 435e0ed350b97100f368dc0a1dc182016abcf2c2f3f9a9a1a20e8f781a833bee411032a316cd349c483dc40a864f5fea29b6c73de6e5a8310965034aee9a1a1b
DIST frobtads-t3compiler-0.13.tar.gz 2203638 SHA256 eb3a0ea14b72f133282bc0944a3f5b9359c138ecb0329ac2551304b299811221
DIST frobtads-t3compiler-1.0.tar.gz 2206632 SHA256 049691706e9ed8b2e81914dfc831003eb476483c462939da802a2769725ea16a SHA512 cd3562cf66da50a12dd0f1406e5764c34533e576d969d135bfb8c9d513ed82750431f9289b4bec7aa84c3449a110e9ce28a331f9fb90a4ef17741d225ce942f6 WHIRLPOOL b6d7ca56f6fe1dea7c27bd9fc508912b6a69303cda87cae4bba0795210e0026deedad63fc1eee4ec40a2599488e1e5af257f7ac5316e47da428eb93ce50af814

@ -1,16 +0,0 @@
From: Julian Ospald <hasufell@gentoo.org>
Date: Thu Aug 23 17:57:20 UTC 2012
Subject: build system
fix underlinking
--- configure.ac
+++ configure.ac
@@ -631,6 +631,7 @@
#
AM_CONDITIONAL([NO_TLS], [test x$ac_cv_tls = xnone])
+LIBS="$LIBS -lpthread"
#
# Generate the output files.

@ -1,57 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/frobtads-0.13.ebuild,v 1.2 2009/10/29 14:41:58 maekke Exp $
EAPI=2
inherit flag-o-matic games
DESCRIPTION="Curses-based interpreter and development tools for TADS 2 and TADS 3 text adventures"
HOMEPAGE="http://www.tads.org/frobtads.htm"
SRC_URI="http://www.tads.org/frobtads/${P}.tar.gz
tads2compiler? ( http://www.tads.org/frobtads/${PN}-t2compiler-${PV}.tar.gz )
tads3compiler? ( http://www.tads.org/frobtads/${PN}-t3compiler-${PV}.tar.gz )"
LICENSE="TADS2 TADS3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug tads2compiler tads3compiler"
RESTRICT="!tads3compiler? ( test )"
DEPEND="sys-libs/ncurses"
src_unpack() {
unpack ${A}
if use tads2compiler; then
mv t2compiler/* "${S}"/t2compiler || die "mv t2compiler failed"
fi
if use tads3compiler; then
mv t3compiler/* "${S}"/t3compiler || die "mv t3compiler failed"
fi
}
src_configure() {
append-cxxflags -fno-strict-aliasing
egamesconf $(use_enable debug t3debug) || die "egamesconf failed"
}
src_test() {
if use debug; then
emake -j1 check || die "TADS 3 compiler test suite failed"
fi
emake -j1 sample || die "Failed to build test game"
./frob -i plain -p samples/sample.t3 <<- END_FROB_TEST
save
testsave.sav
restore
testsave.sav
END_FROB_TEST
[[ $? -eq 0 ]] || die "Failed to run test game"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc doc/{AUTHORS,BUGS,ChangeLog,NEWS,README,SRC_GUIDELINES,THANKS}
prepgamesdirs
}

@ -1,57 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/frobtads-1.0.ebuild,v 1.4 2011/09/04 17:46:48 phajdan.jr Exp $
EAPI=2
inherit flag-o-matic games
DESCRIPTION="Curses-based interpreter and development tools for TADS 2 and TADS 3 text adventures"
HOMEPAGE="http://www.tads.org/frobtads.htm"
SRC_URI="http://www.tads.org/frobtads/${P}.tar.gz
tads2compiler? ( http://www.tads.org/frobtads/${PN}-t2compiler-${PV}.tar.gz )
tads3compiler? ( http://www.tads.org/frobtads/${PN}-t3compiler-${PV}.tar.gz )"
LICENSE="TADS2 TADS3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="debug tads2compiler tads3compiler"
RESTRICT="!tads3compiler? ( test )"
DEPEND="sys-libs/ncurses"
src_unpack() {
unpack ${A}
if use tads2compiler; then
mv t2compiler/* "${S}"/t2compiler || die "mv t2compiler failed"
fi
if use tads3compiler; then
mv t3compiler/* "${S}"/t3compiler || die "mv t3compiler failed"
fi
}
src_configure() {
append-cxxflags -fno-strict-aliasing -fpermissive
egamesconf $(use_enable debug t3debug) || die "egamesconf failed"
}
src_test() {
if use debug; then
emake -j1 check || die "TADS 3 compiler test suite failed"
fi
emake -j1 sample || die "Failed to build test game"
./frob -i plain -p samples/sample.t3 <<- END_FROB_TEST
save
testsave.sav
restore
testsave.sav
END_FROB_TEST
[[ $? -eq 0 ]] || die "Failed to run test game"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS}
prepgamesdirs
}

@ -1,60 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-engines/frobtads/frobtads-1.2.1.ebuild,v 1.1 2012/08/23 19:48:06 hasufell Exp $
EAPI=4
inherit autotools eutils flag-o-matic games
DESCRIPTION="Curses-based interpreter and development tools for TADS 2 and TADS 3 text adventures"
HOMEPAGE="http://www.tads.org/frobtads.htm"
SRC_URI="http://www.tads.org/frobtads/${P}.tar.gz"
LICENSE="TADS2 TADS3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug tads2compiler tads3compiler"
RESTRICT="!tads3compiler? ( test )"
RDEPEND="net-misc/curl
sys-libs/ncurses"
DEPEND="${RDEPEND}"
DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} )
src_prepare() {
epatch "${FILESDIR}"/${P}-underlinking.patch
eautoreconf
}
src_configure() {
append-cxxflags -fno-strict-aliasing -fpermissive
append-cflags -fno-strict-aliasing
egamesconf \
--disable-silent-rules \
$(use_enable debug t3debug) \
$(use_enable debug error-checking) \
$(use_enable tads2compiler t2-compiler) \
$(use_enable tads3compiler t3-compiler)
}
src_test() {
# FIXME: make check broken
# if use debug; then
# emake -j1 check
# fi
emake -j1 sample
./frob -i plain -p samples/sample.t3 <<- END_FROB_TEST
save
testsave.sav
restore
testsave.sav
END_FROB_TEST
[[ $? -eq 0 ]] || die "Failed to run test game"
}
src_install() {
default
prepgamesdirs
}

@ -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/games-fps/quake3/quake3-9999.ebuild,v 1.23 2013/01/03 22:23:10 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-9999.ebuild,v 1.25 2013/01/03 23:12:10 pinkbyte Exp $
# quake3-9999 -> latest git
# quake3-9999.REV -> use git REV
@ -74,6 +74,9 @@ src_compile() {
# are otherwise ignored.
append-flags ${CPPFLAGS}
# Workaround for used zlib macro, wrt bug #449510
append-flags -DOF=_Z_OF
# OPTIMIZE is disabled in favor of CFLAGS.
#
# TODO: BUILD_CLIENT_SMP=$(buildit smp)
@ -103,7 +106,7 @@ src_compile() {
}
src_install() {
dodoc BUGS ChangeLog id-readme.txt md4-readme.txt NOTTODO README TODO || die
dodoc BUGS ChangeLog id-readme.txt md4-readme.txt NOTTODO README rend2-readme.txt TODO voip-readme.txt || die
if use voice ; then
dodoc voip-readme.txt || die
fi
@ -123,6 +126,12 @@ src_install() {
fi
done
# Install renderer libraries, wrt bug #449510
# this should be done through 'dogameslib', but
# for this some files need to be patched
exeinto "${GAMES_DATADIR}/${PN}"
doexe renderer*.so || die 'install renderers failed'
prepgamesdirs
}

@ -1 +1,2 @@
DIST libdiscid-0.2.2.tar.gz 347907 RMD160 200703a02cb47d19f478b9a9c83e01a22737f491 SHA1 103ead94eeb8bea04ad92ab15ed6832be9b3fad9 SHA256 974b5d5ab23fb45910a4fe171045a22a749cd8cb9833168f7178839993a58402
DIST libdiscid-0.2.2.tar.gz 347907 SHA256 974b5d5ab23fb45910a4fe171045a22a749cd8cb9833168f7178839993a58402
DIST libdiscid-0.3.0.tar.gz 344348 SHA256 94ae143a98fbe74f1ba6c39a8d4f28785cfaa86ef5669b394d4d0baa3138ee53 SHA512 51900e3a22d20041a6bab70ab62ab501523d8d13f459f5af81cbef95f954483ed9bdd86f2167efcad44c3d283a4f26ac0e0fa55609f71fbe7e67435bb9245db9 WHIRLPOOL dcde078f6cde8f58f2bdae1f6675c8104e952876896ccf5852aa22fdb347aa5f84514ba0c9e4755f2776ec8b20036e9b4b3e05c832cd12736b16a963b6c859b3

@ -0,0 +1,18 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdiscid/libdiscid-0.3.0.ebuild,v 1.1 2013/01/04 05:35:45 radhermit Exp $
EAPI=5
inherit autotools-utils
DESCRIPTION="Client library to create MusicBrainz enabled tagging applications"
HOMEPAGE="http://musicbrainz.org/doc/libdiscid"
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="static-libs"
DOCS=( AUTHORS ChangeLog examples/discid.c README )

@ -1 +1 @@
Thu, 03 Jan 2013 22:36:52 +0000
Fri, 04 Jan 2013 06:36:51 +0000

@ -1 +1 @@
Thu, 03 Jan 2013 22:36:52 +0000
Fri, 04 Jan 2013 06:36:51 +0000

@ -10,5 +10,5 @@ RDEPEND=>=app-accessibility/at-spi2-core-2.1.5:2 >=dev-python/pygobject-2.90.3:3
REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://gnome/sources/accerciser/3.6/accerciser-3.6.2.tar.xz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=f7db53de5665881bc04fc6dab345d046

@ -10,5 +10,5 @@ RDEPEND=>=app-accessibility/at-spi2-atk-2.5.91:2 >=app-accessibility/at-spi2-cor
REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://gnome/sources/orca/3.6/orca-3.6.3.tar.xz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=92a2837da667e82b2e3043058a78741f

@ -10,5 +10,5 @@ RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6?,python_
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/eclean-kernel/downloads/eclean-kernel-0.3.1.tar.bz2
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ed4bde1b93908d13129786057add0baa

@ -10,5 +10,5 @@ RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6?,python_
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/eclean-kernel/downloads/eclean-kernel-0.3.2.tar.bz2
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=c0bdefaabdd20d3411ef4686c9e8549b

@ -8,5 +8,5 @@ LICENSE=BSD
RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=82b2fcf06763fe755b0930789a387b03

@ -10,5 +10,5 @@ RDEPEND=>=dev-python/pyzmq-2.1.9 dev-python/msgpack dev-python/pyyaml dev-python
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://pypi/s/salt/salt-0.11.0.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=14d8ea7a045eadc77824d8a34c7bae07

@ -8,5 +8,5 @@ LICENSE=Apache-2.0
RDEPEND=>=dev-python/pyzmq-2.1.9 dev-python/msgpack dev-python/pyyaml dev-python/m2crypto dev-python/pycrypto dev-python/pycryptopp dev-python/jinja ldap? ( dev-python/python-ldap ) openssl? ( dev-python/pyopenssl ) libvirt? ( app-emulation/libvirt[python] ) mongodb? ( dev-python/pymongo ) mysql? ( dev-python/mysql-python ) redis? ( dev-python/redis-py ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=be3dabf664a573f05e9bea7575e4ca3a

@ -0,0 +1,14 @@
DEFINED_PHASES=install postinst prepare unpack
DEPEND=dev-util/patchelf
DESCRIPTION=An easy, secure and consolidated free online backup, storage, access and sharing system.
EAPI=4
HOMEPAGE=https://spideroak.com
IUSE=dbus headless
KEYWORDS=~amd64 ~x86
LICENSE=spideroak
RDEPEND=app-crypt/mit-krb5[keyutils] dbus? ( sys-apps/dbus ) !headless? ( media-libs/fontconfig media-libs/freetype:2 dev-libs/glib:2 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXmu x11-libs/libXrender x11-libs/libXt )
RESTRICT=mirror strip
SLOT=0
SRC_URI=x86? ( https://spideroak.com/getbuild?platform=ubuntu&arch=i386&version=4.8.3 -> spideroak-bin-4.8.3_x86.deb ) amd64? ( https://spideroak.com/getbuild?platform=ubuntu&arch=x86_64&version=4.8.3 -> spideroak-bin-4.8.3_amd64.deb )
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=135c8378f05a030f20a5694dc11d9aa9

@ -0,0 +1,13 @@
DEFINED_PHASES=configure install prepare
DEPEND=>=dev-libs/openssl-0.9.8[-bindist] x11-libs/qt-gui:4 doc? ( app-text/linuxdoc-tools )
DESCRIPTION=A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists
EAPI=4
HOMEPAGE=http://www.hohnstaedt.de/xca.html
IUSE=doc
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
LICENSE=BSD
RDEPEND=>=dev-libs/openssl-0.9.8[-bindist] x11-libs/qt-gui:4
SLOT=0
SRC_URI=mirror://sourceforge/xca/xca-0.9.3.tar.gz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7968d4181519a073157526b033eba346

@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/diffmask/downloads/diffmask-0.3.3.tar.bz2
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7d329495b16fb1582382759cc9e5f4a6

@ -8,5 +8,5 @@ LICENSE=BSD
RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4baca293872cf280d34c623f248d4ef7

@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/flaggie/downloads/flaggie-0.2.tar.bz2
_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=9e7776d9a18949831ec0401cf923ceb0

@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/flaggie/downloads/flaggie-0.2.tar.bz2
_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e0836a0d07027b6338bee91114cfc68e

@ -8,5 +8,5 @@ LICENSE=BSD
RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f7e3cc1fdb51a4da2f9c00f3a021944a

@ -8,5 +8,5 @@ LICENSE=GPL-2
RDEPEND=sys-apps/portage !<=app-portage/gentoolkit-dev-0.2.7 || ( >=sys-apps/coreutils-8.15 app-misc/realpath sys-freebsd/freebsd-bin ) sys-apps/gawk sys-apps/grep virtual/python-argparse[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6[xml] ) python_targets_python2_7? ( dev-lang/python:2.7[xml] ) python_targets_python3_1? ( dev-lang/python:3.1[xml] ) python_targets_python3_2? ( dev-lang/python:3.2[xml] ) python_targets_python3_3? ( dev-lang/python:3.3[xml] ) python_targets_pypy1_9? ( dev-python/pypy:1.9[xml] )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=eca1ce1cb50ba715e952134174777746

@ -11,5 +11,5 @@ RDEPEND=|| ( sys-apps/pkgcore >=sys-apps/portage-2.1.10.3 >=sys-apps/paludis-0.6
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/gentoopm/downloads/gentoopm-0.2.6.tar.bz2
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=48f578b6a8927736949ec4da76b86ee8

@ -11,5 +11,5 @@ RDEPEND=|| ( sys-apps/pkgcore >=sys-apps/portage-2.1.10.3 >=sys-apps/paludis-0.6
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/gentoopm/downloads/gentoopm-0.2.7.tar.bz2
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=82d97953e38e792a02cd02b608ca7526

@ -9,5 +9,5 @@ PDEPEND=app-admin/eselect-package-manager
RDEPEND=|| ( sys-apps/pkgcore >=sys-apps/portage-2.1.10.3 >=sys-apps/paludis-0.64.2[python-bindings] ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5dc9b055e41b0a4be50b478f20b7b36c

@ -10,5 +10,5 @@ RDEPEND=app-portage/flaggie[python_targets_python2_6?,python_targets_python2_7?,
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/install-mask/downloads/install-mask-0.0.2.tar.bz2
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=418ef37f3eee3d913211144400644571

@ -8,5 +8,5 @@ LICENSE=BSD
RDEPEND=app-portage/flaggie[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/lxml[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] 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 )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8479948b0bdbd6feba561008f7d40176

@ -10,5 +10,5 @@ RDEPEND=>=app-portage/gentoopm-0.2.1[python_targets_python2_6?,python_targets_py
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/smart-live-rebuild/downloads/smart-live-rebuild-1.2.5.tar.bz2
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=636e09ec50539a4dedc7be6a900afccc

@ -10,5 +10,5 @@ RDEPEND=>=app-portage/gentoopm-0.2.1[python_targets_python2_6?,python_targets_py
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 )
SLOT=0
SRC_URI=mirror://bitbucket/mgorny/smart-live-rebuild/downloads/smart-live-rebuild-1.3.tar.bz2
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=c7774bf644203de86e8cb10058ddf2da

@ -8,5 +8,5 @@ LICENSE=BSD-2
RDEPEND=>=app-portage/gentoopm-0.2.1[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] 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 )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=69ca1324e0110599f5ed630cc443eb1f

@ -10,5 +10,5 @@ RDEPEND=|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/py
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=0
SRC_URI=https://github.com/openembedded/bitbake/archive/1.17.0.tar.gz -> bitbake-1.17.0.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887
_md5_=557cedb0f8816092cfbde4422e19ddcf

@ -8,5 +8,5 @@ LICENSE=GPL-2
RDEPEND=|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] >=dev-python/pysqlite-2.3.2 ) dev-python/ply dev-python/progressbar dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 )
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887
_md5_=3dc0df0bcdd511620d75ccbb5738ab1c

@ -12,5 +12,5 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe
RESTRICT=test
SLOT=2
SRC_URI=mirror://gentoo/java-config-2.1.12.tar.bz2
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4a55bcd32368e6f05fbc75fbfb55a822

@ -10,5 +10,5 @@ RDEPEND=icu? ( >=dev-libs/icu-3.6:= ) !icu? ( virtual/libiconv ) mpi? ( || ( sys
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=mirror://sourceforge/boost/boost_1_52_0.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=e005e0219168af1030870ef3172eb4ee

@ -10,5 +10,5 @@ RDEPEND=>=sys-libs/cracklib-2.8:= pam? ( virtual/pam ) python? ( dev-python/pyth
REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
SRC_URI=https://fedorahosted.org/releases/l/i/libpwquality/libpwquality-1.2.0.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b2e28ff0623db58f4e58d4edba3804e1

@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib:= icu? ( dev-libs/icu:= ) lzma? ( app-arch/xz-utils:= ) py
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=2
SRC_URI=ftp://xmlsoft.org/libxml2/libxml2-2.8.0.tar.gz test? ( http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2002-01-16/xsts-2002-01-16.tar.gz http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2004-01-14/xsts-2004-01-14.tar.gz http://www.w3.org/XML/Test/xmlts20080827.tar.gz ) http://dev.gentoo.org/~tetromino/distfiles/libxml2/libxml2-2.8.0-namespace-node-patches.tar.bz2
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=86d1b85835ca72985ba8e807697d1531

@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib:= icu? ( dev-libs/icu:= ) lzma? ( app-arch/xz-utils:= ) py
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=2
SRC_URI=ftp://xmlsoft.org/libxml2/libxml2-2.9.0.tar.gz test? ( http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2002-01-16/xsts-2002-01-16.tar.gz http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2004-01-14/xsts-2004-01-14.tar.gz http://www.w3.org/XML/Test/xmlts20080827.tar.gz )
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a8948bf290a27336d8ce13da65b14d52

@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/libxml2-2.8.0:2 crypt? ( >=dev-libs/libgcrypt-1.1.42:= ) pyth
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=0
SRC_URI=ftp://xmlsoft.org/libxslt/libxslt-1.1.28.tar.gz
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=1b1074bdcf67e78873a6648e13020e05

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_7?,-python_single_target_p
REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://pypi/3/3to2/3to2-1.0.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8f05ad0ee65fe3e5aa48eb144de1825b

@ -10,5 +10,5 @@ RDEPEND=dev-python/pytz[python_targets_python2_5?,python_targets_python2_6?,pyth
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=http://ftp.edgewall.com/pub/babel/Babel-0.9.6.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=af2c1550e6fd962631ff1b8cfa980ed2

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python3_1 python_targets_python2_7 python_targets_python3_2 )
SLOT=0
SRC_URI=http://argparse.googlecode.com/files/argparse-1.2.1.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e8329203e77cd31719efe08b2c7ebb87

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python3_1 )
SLOT=0
SRC_URI=http://argparse.googlecode.com/files/argparse-1.2.1.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=56c9d409d19ebeca9849c3f249273433

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=mirror://pypi/c/charade/charade-1.0.1.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=82f0178cc1ec1da22e05f7650cac8cdf

@ -10,5 +10,5 @@ RDEPEND=dev-python/pytest[python_targets_python2_7?,python_targets_python3_2?,py
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=mirror://pypi/c/cov-core/cov-core-1.7.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5ba5db8c4f4bbc97a563c5871e0c04a1

@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 )
SLOT=0
SRC_URI=mirror://pypi/c/coverage/coverage-3.5.3.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=85e01fd369e7ec926cd7fe8aa034b596

@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/dbus-glib-0.100:= >=sys-apps/dbus-1.6:= dev-python/python-exe
REQUIRED_USE=doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.1.1.tar.gz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=401122064f7ce9f400c1b67fcc0771f7

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=mirror://pypi/d/decorator/decorator-3.4.0.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=369e23406cbc5518b7901961088ac258

@ -10,5 +10,5 @@ RDEPEND=dev-python/pygments[python_targets_python2_5?,python_targets_python2_6?,
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://sourceforge/docutils/docutils-0.10.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f58b0e578483e43486c1c63d7be5ce17

@ -10,5 +10,5 @@ RDEPEND=dev-python/pygments[python_targets_python2_5?,python_targets_python2_6?,
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://sourceforge/docutils/docutils-0.9.1.tar.gz glep? ( mirror://gentoo/glep-0.4-r1.tbz2 )
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=781b6a9c082097cb63cf0287c3664cf9

@ -9,5 +9,5 @@ RDEPEND=>=dev-python/docutils-0.10[python_targets_python2_5?,python_targets_pyth
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://gentoo/glep-0.4-r1.tbz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ad745069c0efe2dd362d98114334303e

@ -10,5 +10,5 @@ RDEPEND=dev-python/docutils[python_targets_python2_5?,python_targets_python2_6?,
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://sourceforge/epydoc/epydoc-3.0.1.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=9f0d836a9f36cac6c6b04ad334649800

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare pretend
DEPEND=>=dev-libs/boost-1.46.0[python] dev-libs/expat dev-python/numpy sci-libs/scipy sci-mathematics/cgal cairo? ( dev-cpp/cairomm dev-python/pycairo ) dev-cpp/sparsehash virtual/pkgconfig
DESCRIPTION=An efficient python module for manipulation and statistical analysis of graphs
EAPI=5
HOMEPAGE=http://graph-tool.skewed.de/
IUSE=+cairo openmp python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=>=dev-libs/boost-1.46.0[python] dev-libs/expat dev-python/numpy sci-libs/scipy sci-mathematics/cgal cairo? ( dev-cpp/cairomm dev-python/pycairo ) dev-python/matplotlib media-gfx/graphviz[python]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=http://downloads.skewed.de/graph-tool/graph-tool-2.2.19.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=56b82845ba7fe0f9afda296873793f08

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare pretend unpack
DEPEND=>=dev-libs/boost-1.46.0[python] dev-libs/expat dev-python/numpy sci-libs/scipy sci-mathematics/cgal cairo? ( dev-cpp/cairomm dev-python/pycairo ) dev-cpp/sparsehash virtual/pkgconfig dev-vcs/git
DESCRIPTION=An efficient python module for manipulation and statistical analysis of graphs
EAPI=5
HOMEPAGE=http://graph-tool.skewed.de/
IUSE=+cairo openmp python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3
LICENSE=GPL-3
RDEPEND=>=dev-libs/boost-1.46.0[python] dev-libs/expat dev-python/numpy sci-libs/scipy sci-mathematics/cgal cairo? ( dev-cpp/cairomm dev-python/pycairo ) dev-python/matplotlib media-gfx/graphviz[python]
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=93638b3e102f4b685872a02f2bed5b88

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://pypi/h/hcs_utils/hcs_utils-1.3.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=61f2eddc174eb1db96fd1f25146273d4

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://pypi/h/hgtools/hgtools-2.0.2.zip
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e357316cb87bd1516d285d2552ac99bd

@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targe
RESTRICT=test
SLOT=0
SRC_URI=http://httplib2.googlecode.com/files/httplib2-0.7.7.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5557b6d001cb868776a595458d478667

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_7?,python_targets_python3_
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=mirror://pypi/j/jsonschema/jsonschema-0.7.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ad7fdc1d4b1ba23c082cdb073216931e

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://pypi/k/keyring/keyring-1.0.zip
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=caae55d8a89b138564cef82f85e4bcca

@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_pypy1_9 )
SLOT=0
SRC_URI=ftp://ftp.logilab.org/pub/common/logilab-common-0.58.3.tar.gz mirror://pypi/l/logilab-common/logilab-common-0.58.3.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d541de2e09a3e4983555a1e8a2b7a35a

@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/libxml2-2.7.2 >=dev-libs/libxslt-1.1.15 >=dev-python/beautifu
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=http://codespeak.net/lxml/lxml-3.0.1.tgz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=cb59c359829976b9a2699ef0e41eba5f

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://pypi/M/MarkupSafe/MarkupSafe-0.15.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a307bd0f3dd813bb3afb6de33c04a0ab

@ -10,5 +10,5 @@ RDEPEND=>=net-libs/miniupnpc-1.7 dev-python/python-exec[python_targets_python2_6
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_9 )
SLOT=0
SRC_URI=http://miniupnp.free.fr/files/miniupnpc-1.7.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d23ac3342e41aecfeebf23ae0e4673d5

@ -10,5 +10,5 @@ RDEPEND=coverage? ( dev-python/coverage[python_targets_python2_5?,python_targets
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 )
SLOT=0
SRC_URI=mirror://pypi/n/nose/nose-1.1.2.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=350972f1b48599335d830ddfba04d9aa

@ -10,5 +10,5 @@ RDEPEND=dev-python/coverage[python_targets_python2_5?,python_targets_python2_6?,
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 )
SLOT=0
SRC_URI=mirror://pypi/n/nose/nose-1.2.1.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=912cc7735f5a4b316a854181c68cef06

@ -8,5 +8,5 @@ LICENSE=LGPL-2.1
RDEPEND=dev-python/coverage[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,python_targets_pypy2_0?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,python_targets_pypy2_0?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,python_targets_pypy2_0?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 )
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=403e1a1fbf0764f1a165ef161bc9d22a

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://pypi/p/passlib/passlib-1.6.1.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=612872e8f37abf46113b417cc3ec550e

@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 )
SLOT=0
SRC_URI=mirror://pypi/p/pep8/pep8-1.4.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=93e9e9ea5fe0308c1fbda2eed7671cf6

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://pypi/p/pexpect/pexpect-2.4.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ef58afdc07a1a8ddf5c6737a4efa7f85

@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 )
SLOT=0
SRC_URI=mirror://pypi/p/py/py-1.4.12.zip
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=70283140dc3418cb887d79270bfee0a4

@ -8,5 +8,5 @@ LICENSE=BSD
RDEPEND=>=app-crypt/gnupg-2.0.0 dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 )
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7e95b1ff2e440431dafbcfd27767cb27

@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe
RESTRICT=test
SLOT=0
SRC_URI=mirror://gnome/sources/pyatspi/2.6/pyatspi-2.6.0.tar.xz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=8802694ac3484f72c9d62af31468571d

@ -10,5 +10,5 @@ RDEPEND=dev-libs/crypto++ dev-python/python-exec[python_targets_python2_5?,pytho
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 )
SLOT=0
SRC_URI=mirror://pypi/p/pycryptopp/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887
_md5_=5307cdd648efa7e28193d2cc737a9072

@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6
REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
SRC_URI=mirror://pypi/P/Pygments/Pygments-1.5.tar.gz
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=0dad571a62eb80ce48475b989d5c2d96

@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.31.0:2 >=dev-libs/gobject-introspection-1.31.20 virtua
REQUIRED_USE=test? ( cairo ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 )
SLOT=3
SRC_URI=mirror://gnome/sources/pygobject/3.2/pygobject-3.2.2.tar.xz
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86
_md5_=c8a8bea8555fdcdf51250f0c7860174a

@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.31.0:2 >=dev-libs/gobject-introspection-1.34.1.1 virtu
REQUIRED_USE=test? ( cairo ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 )
SLOT=3
SRC_URI=mirror://gnome/sources/pygobject/3.4/pygobject-3.4.2.tar.xz
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86
_md5_=f534b16bf5854cdd212e0fb8cf4b33eb

@ -8,5 +8,5 @@ LICENSE=BSD
RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 )
REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 )
SLOT=0
_eclasses_=distutils-r1 4a9cf491d41852340c12bb849e4aa2d4 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 00ec62ac136d86ef7f7e56f0ac923cc6 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_eclasses_=distutils-r1 eca0da22dc3e2cec884967e6890820f3 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0661ba85002f844a1ed2817d70e35380 python-utils-r1 14e4a156ef8ed443f0b143f759da395e toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=1c3417c882238683d73dfcc27e68fb27

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save