Sync with portage [Thu Apr 25 11:22:41 MSK 2013].

mhiretskiy
root 11 years ago
parent 4a94600d27
commit 775fa8bb78

@ -1,9 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r6.ebuild,v 1.10 2012/02/25 15:11:14 ssuominen Exp $
EAPI="2"
# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r6.ebuild,v 1.11 2013/04/24 17:53:43 jer Exp $
EAPI=5
inherit eutils autotools
DEBIAN_PATCH="17"
@ -21,10 +20,13 @@ DEPEND="|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 )
!app-admin/gamin"
RDEPEND="${DEPEND}"
DOCS=( AUTHORS ChangeLog INSTALL NEWS TODO README )
src_prepare() {
epatch "${WORKDIR}/${P/-/_}-${DEBIAN_PATCH}.diff"
edos2unix "${S}"/${P}/debian/patches/10_debianbug375967.patch
EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch "${S}"/${P}/debian/patches
sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
eautoreconf
}
@ -34,15 +36,12 @@ src_configure() {
}
src_install() {
emake install DESTDIR="${D}" || die
if ! use static-libs; then
rm -f "${D}"/usr/lib*/libfam.la
fi
default
prune_libtool_files
sed -i "${D}"/etc/fam.conf \
-e "s:local_only = false:local_only = true:g" \
|| die "sed fam.conf"
doinitd "${FILESDIR}/famd"
dodoc AUTHORS ChangeLog INSTALL NEWS TODO README
}

@ -1,3 +1,4 @@
DIST libguestfs-1.16.34.tar.gz 6951548 SHA256 79fdc0a5e169a90e7ab044a0d2d9585b9875ab0e105bd750aa444eae147cd3ce SHA512 1d709490189afaf841e918fdbc2aef1cc8213e5af8f2a21e8a48f37dcb94982ebe59ab7aab31f3170297d751f8c33f46b458788f89b366a577c1f0330469eb41 WHIRLPOOL c72ebbacbbee66ecacec98ed12b6a78069cb47b34da494801e8abf4732ff142dbf1c1f48d25fadea740aa988dc1bd82cf526b6b590f47b8cc275a17fe732f78f
DIST libguestfs-1.18.11.tar.gz 8008490 SHA256 5292697b503abade4146f91f8a6e7cd00ed6d5ce6c5d6cf50efee181dfb7d0eb SHA512 2d3f59d547bf76a08ac2578eccd9ffc00b3accdd3bf42ebf8724a5a16bb76f0c8a5d629ccd7f86e5e1b847234664464a19a253edc41b6daebf08723744858f79 WHIRLPOOL cb9318a13ccca732a7a5dc9919e5863efb360e8c193340a9840fa27d67613eae627d23f62ade2214f4ba8cb01be9f04fcf15edbac5346aef0e9dd64cd8ccccde
DIST libguestfs-1.20.4.tar.gz 9534467 SHA256 86e07ecf80e603c2642c3cf7f6011d02ff91a204d2562a1037861ab05f1cc209 SHA512 ea0076a0f71b3b3933b5bf1ca40d95867d538fdf6a319f8f393ca167a15230670d6152f5e5f641b78bc340bcbd124c128ecef1a6cb2c7cdf70d8c3c2cfc3abd9 WHIRLPOOL 9d89dfb08702684464a43b6f9851ad3ee651ad02d504c93f71d59f4e3d1d5ecec8a3575bf618fe02c33ba78e070d9fee83827853b306ea9bf272a7a33001cbed
DIST libguestfs-1.20.6.tar.gz 9536214 SHA256 a047bc1757db41a531b9cd40cff296a4a0c1725f7bec7e0bb8a8fc647eb9ea2d SHA512 fa9050bcfae5f2a2e592495ab860baff8191c247bdf4f9c7914ee0ff498fbfbfbe2beb6ad69ff072abc407140671d68f93d6f80ce625cc997d35a16cd7bf06c0 WHIRLPOOL 34feb0b30af064e36f5e77b3ef350ab1cf8d5170f19993917eb1b92ba4df85da271b50dc67b2bd56088b13055c904305804d865b4ec9c9fa0b64f10929582ae9

@ -0,0 +1,153 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libguestfs/libguestfs-1.20.6.ebuild,v 1.1 2013/04/24 18:03:00 maksbotan Exp $
EAPI="5"
WANT_LIBTOOL=latest
AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit bash-completion-r1 autotools-utils versionator eutils \
multilib linux-info perl-module
MY_PV_1="$(get_version_component_range 1-2)"
MY_PV_2="$(get_version_component_range 2)"
[[ $(( $(get_version_component_range 2) % 2 )) -eq 0 ]] && SD="stable" || SD="development"
DESCRIPTION="Tools for accessing, inspect and modifying virtual machine (VM) disk images"
HOMEPAGE="http://libguestfs.org/"
SRC_URI="http://libguestfs.org/download/${MY_PV_1}-${SD}/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2"
SLOT="0/${MY_PV_1}"
KEYWORDS="~amd64"
IUSE="erlang +fuse debug ocaml doc +perl ruby static-libs
selinux systemtap introspection inspect-icons test lua"
# Failires - doc
COMMON_DEPEND="
sys-libs/ncurses
sys-devel/gettext
>=app-misc/hivex-1.3.1
dev-libs/libpcre
app-arch/cpio
dev-lang/perl
app-cdr/cdrkit
>=app-emulation/qemu-1.2.2[qemu_user_targets_x86_64,qemu_softmmu_targets_x86_64,tci,systemtap?,selinux?,filecaps]
sys-apps/fakeroot
sys-apps/file
app-emulation/libvirt
dev-libs/libxml2:2
>=sys-apps/fakechroot-2.8
>=app-admin/augeas-0.7.1
sys-fs/squashfs-tools
dev-libs/libconfig
dev-libs/libpcre
sys-libs/readline
>=sys-libs/db-4.6
perl? ( virtual/perl-ExtUtils-MakeMaker
>=dev-perl/Sys-Virt-0.2.4
virtual/perl-Getopt-Long
virtual/perl-Data-Dumper
dev-perl/libintl-perl
>=app-misc/hivex-1.3.1[perl?]
dev-perl/String-ShellQuote
)
fuse? ( sys-fs/fuse )
introspection? (
>=dev-libs/gobject-introspection-1.30.0
dev-libs/gjs
)
selinux? ( sys-libs/libselinux sys-libs/libsemanage )
systemtap? ( dev-util/systemtap )
ocaml? ( dev-lang/ocaml[ocamlopt]
dev-ml/findlib[ocamlopt]
dev-ml/ocaml-gettext
)
erlang? ( dev-lang/erlang )
inspect-icons? ( media-libs/netpbm
media-gfx/icoutils
)
virtual/acl
sys-libs/libcap
lua? ( dev-lang/lua )
"
DEPEND="${COMMON_DEPEND}
dev-util/gperf
doc? ( app-text/po4a )
ruby? ( dev-lang/ruby virtual/rubygems dev-ruby/rake )
"
RDEPEND="${COMMON_DEPEND}
app-emulation/libguestfs-appliance
"
PATCHES=("${FILESDIR}"/1.20/0*.patch )
DOCS=(AUTHORS BUGS ChangeLog HACKING README ROADMAP TODO)
pkg_setup () {
CONFIG_CHECK="~KVM ~VIRTIO"
[ -n "${CONFIG_CHECK}" ] && check_extra_config;
}
src_prepare() {
autotools-utils_src_prepare
}
src_configure() {
# Disable feature test for kvm for more reason
# i.e: not loaded module in __build__ time,
# build server not supported kvm, etc. ...
#
# In fact, this feature is virtio support and requires
# configured kernel.
export vmchannel_test=no
local myeconfargs=(
$(use_enable test gcc-warnings)
--disable-appliance
--disable-daemon
--with-extra="-gentoo"
--with-readline
--disable-php
--disable-python
--without-java
$(use_enable perl)
$(use_enable fuse)
$(use_enable ocaml)
$(use_enable ruby)
--disable-haskell
$(use_enable doc)
$(use_enable introspection gobject)
$(use_enable erlang)
$(use_enable systemtap probes)
$(use_enable lua)
)
autotools-utils_src_configure
}
src_compile() {
autotools-utils_src_compile
}
src_test() {
autotools-utils_src_test
}
src_install() {
strip-linguas -i po
autotools-utils_src_install "LINGUAS=""${LINGUAS}"""
dobashcomp "${D}/etc"/bash_completion.d/guestfish-bash-completion.sh
rm -fr "${D}/etc"/bash* || die
use perl && fixlocalpod
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.19.13.ebuild,v 1.6 2012/06/17 17:36:00 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.19.13.ebuild,v 1.7 2013/04/24 20:15:36 jer Exp $
EAPI=4
inherit autotools eutils
@ -32,6 +32,7 @@ src_prepare() {
sed -i \
-e '/GTK_DISABLE_DEPRECATED/ d' \
-e '/^GENTOO_CFLAGS=/s|".*"|"${CFLAGS}"|g' \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
configure.in || die #357343
eautoreconf
}

@ -1 +1,2 @@
DIST atkmm-2.22.6.tar.xz 562892 SHA256 0a74295106b9e3ae552b169eb4e098b8b825c4115045b9d5134a6c79a238aeb6 SHA512 69d5b3b2131658d7ffd5be86bcb0a5966fe9446a7cae1138cb2849d5ccf64f58fc9cc16cc7cb2c5b883bb441966980c8acaa7566d23771f9334919ca27c28942 WHIRLPOOL 92a6afeb9968355bdc423df8017ba061764a02dd2c7adf66ace507eda0a3f1f9e6b79443978323b7a49fc4bf87c2f7becada97a8db6564ff24a8ccffb3504bf7
DIST atkmm-2.22.7.tar.xz 392184 SHA256 bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b SHA512 8d34f30325b984c829b0354ea9ab85cc7edfdd1b4f160322122637c51542f43aa71f1e80adf1a54f9e2fcdd16172e118b61c3759b296824ab3a6cc3f0d4ffed2 WHIRLPOOL 6bf6dc505b38ad9b7d8c955065c2cf084283d1f57fdc459d1019c60913ee02ae9df5ec6c70e1abb914542d0724f08690a44a0ffa07bcf05409baabd985fbfed5

@ -0,0 +1,31 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/atkmm/atkmm-2.22.7.ebuild,v 1.1 2013/04/24 18:50:57 pacho Exp $
EAPI=5
GCONF_DEBUG="no"
#GNOME2_LA_PUNT="yes"
inherit gnome2
DESCRIPTION="C++ interface for the ATK library"
HOMEPAGE="http://www.gtkmm.org"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="
>=dev-cpp/glibmm-2.26.0:2[doc?]
>=dev-libs/atk-1.12
dev-libs/libsigc++:2
!<dev-cpp/gtkmm-2.22.0
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"
src_configure() {
gnome2_src_configure $(use_enable doc documentation)
}

@ -1,9 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild,v 1.1 2013/04/02 18:55:41 jer Exp $
EAPI="5"
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9-r1.ebuild,v 1.2 2013/04/24 16:50:22 jer Exp $
EAPI=5
inherit eutils autotools-multilib
DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files"
@ -18,12 +17,16 @@ IUSE="+cxx examples static-libs"
DEPEND="
sys-devel/libtool
sys-devel/bison"
RDEPEND=""
PATCHES=( "${FILESDIR}/${P}-out-of-source-build.patch" )
AUTOTOOLS_AUTORECONF="1"
src_prepare() {
sed -i configure.ac -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die
autotools-multilib_src_prepare
}
src_configure() {
local myeconfargs=(
$(use_enable cxx)

@ -1,3 +1,2 @@
DIST libevent-2.0.21-stable.tar.gz 850772 SHA256 22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5 SHA512 fbcdd12af9313ecc0f2988eb46ef03906b1c3aff96871a165eb8eae2cb650b1a3bb420dccf3a6bc3cdc192436d8dfc2ce67a7cc7d9e586f27be1fa52dd62dfa1 WHIRLPOOL e1d2571235770251b8a2d3f1565238909df307d7de2bb86eefeca136c76eba5f645cea951ec58fdc4f2e6bcd70b74d128ddf7df5aec4ee164fb2c6c52136989e
DIST libevent-2.1.1-alpha.tar.gz 901846 SHA256 26ce17d91938fda67a98811d5c1360a6063b26fd3474e2b7b585c4db0e5d3eae SHA512 ef7b91888ad91fafa801016aad309d07ae296dc455386072071939d60aa73ae3b2837f60bf52fed4ece69ff6aafc3fa4c818a5b111f2a639096af03f4010209b WHIRLPOOL 6e9a208c38f958d1fbde97068fceedc86ef12c99a2ca7eb76988590624b8f4500068ea59098c15801dc99402702140e6fffe29b95af311afa96b739bafafdd62
DIST libevent-2.1.2-alpha.tar.gz 910871 SHA256 039023e2ed00cbf222e33092d3be9ca34f3817b8513c751ae29d0265af9e4945 SHA512 1879d2a208c6e4e5d2fdf9b199e0929cc57b528856f1215163b6b410da5af5982a361efd262c9f3ff29ddf5239249609855e4837994371e66806ac6b51920e84 WHIRLPOOL b909cb61c5a25c93bb8f0a35594730bea357d34f3db892e319ec8a1c8906b8bdaf0477c8b151b50fcf82c3c8a7dbb6bf9ed45a11f39b0d0d4d38e9ed0c57fe86

@ -1,9 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21.ebuild,v 1.15 2013/02/24 18:05:50 ago Exp $
EAPI="2"
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.0.21.ebuild,v 1.16 2013/04/24 15:01:32 jer Exp $
EAPI=5
inherit eutils libtool
MY_P="${P}-stable"
@ -25,6 +24,8 @@ RDEPEND="
S=${WORKDIR}/${MY_P}
DOCS=( README ChangeLog )
src_prepare() {
elibtoolize
@ -48,9 +49,6 @@ src_test() {
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc README ChangeLog
if ! use static-libs; then
rm -f "${D}"/usr/lib*/libevent*.la
fi
default
prune_libtool_files
}

@ -1,56 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.1.1.ebuild,v 1.5 2012/10/15 11:47:19 jer Exp $
EAPI=4
inherit eutils libtool
MY_P="${P}-alpha"
DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor"
HOMEPAGE="http://monkey.org/~provos/libevent/"
SRC_URI="mirror://sourceforge/levent/files/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+ssl static-libs test"
DEPEND="ssl? ( dev-libs/openssl )"
RDEPEND="
${DEPEND}
!<=dev-libs/9libs-1.0
"
S=${WORKDIR}/${MY_P}
src_prepare() {
elibtoolize
# don't waste time building tests/samples
sed -i \
-e 's|^\(SUBDIRS =.*\)sample test\(.*\)$|\1\2|' \
Makefile.in || die "sed Makefile.in failed"
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable ssl openssl)
}
src_test() {
# The test suite doesn't quite work (see bug #406801 for the latest
# installment in a riveting series of reports).
:
# emake -C test check | tee "${T}"/tests
}
DOCS="README ChangeLog*"
src_install() {
default
if ! use static-libs; then
rm -f "${D}"/usr/lib*/libevent*.la
fi
}

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.1.2.ebuild,v 1.2 2012/11/19 21:12:52 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-2.1.2.ebuild,v 1.3 2013/04/24 15:01:32 jer Exp $
EAPI=4
EAPI=5
inherit eutils libtool
MY_P="${P}-alpha"
@ -50,7 +50,5 @@ DOCS="README ChangeLog*"
src_install() {
default
if ! use static-libs; then
rm -f "${D}"/usr/lib*/libevent*.la
fi
prune_libtool_files
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-2.33-r4.ebuild,v 1.2 2013/04/24 12:10:08 grozin Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-2.33-r4.ebuild,v 1.3 2013/04/25 03:04:24 grozin Exp $
EAPI=5
inherit eutils
@ -19,7 +19,8 @@ SLOT="0/${PVR}"
DEPEND="!dev-lisp/cl-${PN}
!dev-lisp/asdf-binary-locations
!dev-lisp/gentoo-init
!<dev-lisp/asdf-2.33-r3"
!<dev-lisp/asdf-2.33-r3
doc? ( <sys-apps/texinfo-5.0 virtual/texi2dvi )"
RDEPEND=""
PDEPEND="~dev-lisp/uiop-${PV}"

@ -0,0 +1 @@
DIST librg-utils-perl-1.0.43.tar.gz 222433 SHA256 961dda0196688e156a0702ff4609067a3454199ee1e537a5b9229ebe9310a260 SHA512 90480f8292e09277263808036e729b2e7e692a186b682466f491d5be90e5fa2accc11b1a1b694b32113b91af4ad56e9ccdf25e6c596759b9c4d45322687c1fa1 WHIRLPOOL d14dd27e9796022d9c0d76f87d0fa735ce5ae067476b01dc998ca592f564fdcce721430fb6dc4125a2f7d25bc8a1b345dcc99798ea8fdf0d2140c2eddcc95756

@ -0,0 +1,38 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/librg-utils-perl/librg-utils-perl-1.0.43.ebuild,v 1.2 2013/04/24 15:13:21 jlec Exp $
EAPI=5
inherit perl-module
DESCRIPTION="Parsers and format conversion utilities used by (e.g.) profphd"
HOMEPAGE="http://rostlab.org/"
SRC_URI="ftp://rostlab.org/librg-utils-perl/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
dev-perl/List-MoreUtils"
DEPEND="${RDEPEND}
sci-libs/profphd-utils
virtual/perl-Module-Build
"
src_configure() {
econf
perl-module_src_configure
}
src_install() {
rm mat/Makefile* || die
perl-module_src_install
insinto /usr/share/${PN}
doins -r mat
exeinto /usr/share/${PN}
doexe *.pl dbSwiss
doman blib/libdoc/*
}

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

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.8-r1.ebuild,v 1.1 2013/02/05 22:42:52 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.8-r1.ebuild,v 1.3 2013/04/24 21:22:08 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
@ -20,12 +20,12 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="
dev-python/numpy
dev-python/matplotlib
dev-python/pyfits
dev-python/pywcs"
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
virtual/pyfits[${PYTHON_USEDEP}]
virtual/pywcs[${PYTHON_USEDEP}]"
DEPEND="
dev-python/numpy
dev-python/numpy[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
${RDEPEND}

@ -1,42 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/aplpy/aplpy-0.9.8.ebuild,v 1.4 2012/08/02 18:07:23 bicatali Exp $
EAPI=4
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
MYP=APLpy-${PV}
DESCRIPTION="Astronomical Plotting Library in Python"
HOMEPAGE="http://aplpy.github.com/ http://pypi.python.org/pypi/APLpy"
SRC_URI="mirror://github/${PN}/${PN}/${MYP}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/numpy
dev-python/matplotlib
dev-python/pyfits
dev-python/pywcs"
DEPEND="dev-python/numpy
test? (
dev-python/pytest
${RDEPEND}
)"
RESTRICT_PYTHON_ABIS="3.*"
S="${WORKDIR}/${MYP}"
src_test() {
testing() {
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" runtests.py
}
python_execute_function testing
}

@ -1,15 +1,15 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/asciitable-0.8.0-r1.ebuild,v 1.1 2013/02/12 01:15:31 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/asciitable-0.8.0-r1.ebuild,v 1.2 2013/04/24 21:05:37 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="An extensible ASCII table reader"
HOMEPAGE="http://pypi.python.org/pypi/asciitable http://cxc.harvard.edu/contrib/asciitable"
HOMEPAGE="http://cxc.harvard.edu/contrib/asciitable"
SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
LICENSE="GPL-2"

@ -1,27 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/asciitable/asciitable-0.8.0.ebuild,v 1.4 2012/08/02 18:09:06 bicatali Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="An extensible ASCII table reader"
HOMEPAGE="http://pypi.python.org/pypi/asciitable http://cxc.harvard.edu/contrib/asciitable"
SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-python/numpy"
DEPEND="${RDEPEND}"
src_install() {
distutils_src_install
dodoc CHANGES
}

@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-astronomy</herd>
<longdescription lang="en">asciitable is a Python module that can read a wide range of ASCII
<herd>sci-astronomy</herd>
<longdescription lang="en">
asciitable is a Python module that can read a wide range of ASCII
table formats used in astronomy, via a built-in extension reader
class.</longdescription>
<upstream>
<remote-id type="pypi">asciitable</remote-id>
</upstream>
class.
</longdescription>
<upstream>
<remote-id type="pypi">asciitable</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,37 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/atpy/atpy-0.9.6-r1.ebuild,v 1.1 2013/04/24 22:45:29 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
MYPN=ATpy
MYP="${MYPN}-${PV}"
DESCRIPTION="Astronomical tables support for Python"
HOMEPAGE="http://atpy.github.com"
SRC_URI="mirror://github/${PN}/${PN}/${MYP}.tar.gz"
DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
dev-python/asciitable[${PYTHON_USEDEP}]
fits? ( virtual/pyfits[${PYTHON_USEDEP}] )
hdf5? ( dev-python/h5py[${PYTHON_USEDEP}] )
mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
postgres? ( dev-db/pygresql )
votable? ( virtual/pyvo[${PYTHON_USEDEP}] )"
IUSE="+fits hdf5 mysql postgres sqlite +votable"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-3"
S="${WORKDIR}/${MYP}"
python_test() {
PYTHONPATH="${BUILD_DIR}/lib" "${EPYTHON}" test/unittests.py || die
}

@ -14,11 +14,14 @@
and PostgreSQL.
</longdescription>
<use>
<flag name="fits">
Enable support for reading and FITS with <pkg>dev-python/pyfits</pkg>.
</flag>
<flag name="votable">
Enable support for reading and VOTABLE with <pkg>dev-python/vo</pkg>.
</flag>
<flag name="fits">
Enable support for reading and FITS with <pkg>dev-python/pyfits</pkg>.
</flag>
<flag name="votable">
Enable support for reading and VOTABLE with <pkg>dev-python/vo</pkg>.
</flag>
</use>
<upstream>
<remote-id type="pypi">ATpy</remote-id>
</upstream>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r3.ebuild,v 1.1 2013/04/21 20:33:22 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r3.ebuild,v 1.2 2013/04/24 16:23:58 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@ -84,7 +84,7 @@ python_install() {
}
python_install_all() {
use doc && local HTML_DOCS=( docs/. )
use doc && local HTML_DOCS=( Docs/. )
use examples && local EXAMPLES=( Scripts/. )
distutils-r1_python_install_all

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild,v 1.1 2013/04/16 08:37:44 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild,v 1.2 2013/04/24 19:04:57 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_8,1_9,2_0} )
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
inherit distutils-r1 eutils
DESCRIPTION="A unittest extension offering automatic test suite discovery and easy test authoring"

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.6.ebuild,v 1.1 2013/04/22 21:52:53 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.6.ebuild,v 1.2 2013/04/24 21:20:51 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 multilib
XPAPV=2.1.14
@ -21,7 +21,7 @@ IUSE=""
DEPEND=">=x11-libs/xpa-${XPAPV}"
RDEPEND="${DEPEND}
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pyfits[${PYTHON_USEDEP}]"
virtual/pyfits[${PYTHON_USEDEP}]"
DOCS=(changelog README)

@ -1,2 +1,3 @@
DIST pyfits-2.4.0.tar.gz 284236 SHA256 40c21106b86ad01264780409ecb2c8102e80c3eaf2085224f370fc7b3b07ea22 SHA512 cdbcf8b4e178cde8723eb9386a52e59c9d66462479491d0b0ae1d436c91cc476748c00e837477acf9a46791cd4a7517ff649434c33c225ba8a396148e4485fa1 WHIRLPOOL 2c22a63bd180ad68bf3001d539c403147eecc01dc5537f9c1b0be582c79dd87297f91f33809dec6c9f5906396d409af5b4495ef0b68fe6cc03d816a51a286e50
DIST pyfits-3.1.1.tar.gz 775299 SHA256 5c87a050dc9ea8c1572c09f8ab46f59cc77b7b11cd7d41af35ae46939e32813a SHA512 9fe25a4d92245e07cab2a8bdc490a9bad3ad0f4f9f2e8d24e93710fe2bdf4d98f0a7167a23396861637c6ec6df25c3d306f678edc922f6aac5a6412f06de4147 WHIRLPOOL f45851f9a506d6245f1aa1f69c513430744f771c4e808050b3f8aa24f3450d735ebc18204bf5e6a16d8288f1479b8658887c8a689d605ac4bbdaa57475912cb4
DIST pyfits-3.1.2.tar.gz 790908 SHA256 f0e41b5c2db37d97ccb05d2057ece8fd1d18804722707114b5cd34beb736d2f0 SHA512 a73a2dabe2148b538aa12e685dc2fdd3d7c46c0e971e6d2e9793d41de8e30aad3171c955fc403a00717462987b0fb32b5b67ccd5baedf147ad21b419db512b53 WHIRLPOOL b5ca58c106fc13db0fc2d707946736e7d26576efea7d2dcd9606afdbee6020c582da618efa13397ddcfa56596b08a8ade5ac78b0a4326288132924bbc72655a1

@ -1,42 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-3.1.1.ebuild,v 1.1 2013/01/30 04:01:19 patrick Exp $
EAPI=4
PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 2.7-pypy-* 3.3"
DISTUTILS_SRC_TEST=nosetests
inherit distutils eutils
DESCRIPTION="Provides an interface to FITS formatted files under python"
HOMEPAGE="http://www.stsci.edu/resources/software_hardware/pyfits http://pypi.python.org/pypi/pyfits"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-python/numpy
dev-python/setuptools
!dev-python/astropy"
DEPEND="${RDEPEND}
dev-python/stsci-distutils
dev-python/d2to1"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.0.8-debundle_zlib.patch
distutils_src_prepare
}
src_test() {
testing() {
nosetests -w "$(ls -d build-${PYTHON_ABI}/lib*)"
}
python_execute_function testing
}

@ -0,0 +1,32 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfits/pyfits-3.1.2.ebuild,v 1.1 2013/04/24 19:13:43 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_2,3_3} )
inherit distutils-r1 eutils
DESCRIPTION="Provides an interface to FITS formatted files under python"
HOMEPAGE="http://www.stsci.edu/resources/software_hardware/pyfits"
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
!dev-python/astropy"
DEPEND="${RDEPEND}
dev-python/stsci-distutils[${PYTHON_USEDEP}]
dev-python/d2to1[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}"/${PN}-3.0.8-debundle_zlib.patch )
python_test() {
cd "${BUILD_DIR}"/lib* || die
nosetests || die
}

@ -81,7 +81,7 @@
-""" % (WCSVERSION, determine_64_bit_int()))
-write_if_different(join(srcroot, 'src', 'wcsconfig.h'), h_file.getvalue())
+WCSLIB = pkgconfig('wcslib')
+WCSVERSION = WCSLIB['version'][0]
+WCSVERSION = Popen(["pkg-config --modversion"],stdout=PIPE, shell=True).communicate()[0].split()
######################################################################
# GENERATE DOCSTRINGS IN C

@ -0,0 +1,41 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pywcs/pywcs-1.11-r1.ebuild,v 1.1 2013/04/24 22:42:52 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1 eutils
WCS_V=4.8.2
MYP=${P}-${WCS_V}
DESCRIPTION="Python routines for handling the FITS World Coordinate System"
HOMEPAGE="https://trac6.assembla.com/astrolib/wiki"
SRC_URI="http://stsdas.stsci.edu/astrolib/${MYP}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="
>=sci-astronomy/wcslib-${WCS_V}
virtual/pkgconfig"
RDEPEND="
>=sci-astronomy/wcslib-${WCS_V}
virtual/pyfits
!dev-python/astropy"
# missing data to run tests
RESTRICT=test
S="${WORKDIR}/${MYP}"
python_prepare_all(){
epatch "${FILESDIR}"/${P}-wcslib.patch
}
python_test() {
nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${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/dev-python/socketpool/socketpool-0.5.2-r1.ebuild,v 1.3 2013/02/10 15:07:44 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/socketpool/socketpool-0.5.2-r1.ebuild,v 1.4 2013/04/24 21:03:52 maekke Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
@ -11,7 +11,7 @@ DESCRIPTION="A simple Python socket pool"
HOMEPAGE="http://github.com/benoitc/socketpool/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="examples"
LICENSE="MIT"
SLOT="0"

@ -1,3 +1 @@
DIST stsci.distutils-0.3.1.tar.gz 26288 SHA256 fdd3408e9b6f3f95cfd4b59b997617c64046d3d1d2f726f67ccc69683d6892a8 SHA512 894672e1a1d6bcc1e217f2ee7b378d142844e3464487d15e7bec9b8ae9456423d7b073d74594696196f51c64c7db6e16ca0971c9631014a78f216604ccac4deb WHIRLPOOL cc6133ef68130b8d4fc331397846e291df6aeddb69508b01fbfa7716a1001c107f446bcc68b2adf5ce2df22fef35e573bd1b13a58eb91bc807f951a25e28024d
DIST stsci.distutils-0.3.2.tar.gz 47012 SHA256 47cf2d86232061ba3727c59846af9463d334a5c110e58c5573626e02c1d70aa8 SHA512 fddf4bfcc635df46bba1697707e9c1d3800c71a502868deecf1c7cc1c8a4063588d8a29b662cdc68ced08d608402a65424f19c98a515940ec257cc5239f66596 WHIRLPOOL da132df7cfa8dcd662b69886151ba0df552e48df50846a30e764b29ae106d535b9cb7a4a6f96906a159bfc1d94a81d650090378593242516d39b21e48d2da705
DIST stsci.distutils-0.3.tar.gz 42482 SHA256 5af743b67f908fda5d7ebffa2e96d2ff1d7843b6755965a98275f7547d384c06 SHA512 e25672fe00a11f9fdbf8c6286d5f625a29811aa7cbce01b1aea73e28b71d569c6eda99a962175267c477e99325f0397fbb3c6bec4622dba27e8868eaf2350ed2 WHIRLPOOL 7c3fe3f0f8354bd44e7150c8b30d4d8cef350a912ffd0edead6b12d847565e2c8814dde34a66b53842f47cad0cc3c8d6dad44841ce02e8ef870d6163f6476d02

@ -5,7 +5,8 @@
<herd>sci-astronomy</herd>
<longdescription>
This package contains utilities used to package some of STScI's Python
projects; specifically those projects that comprise stsci_python and Astrolib.
projects; specifically those projects that comprise stsci_python and
Astrolib.
It currently consists mostly of some setup_hook scripts meant for use with
distutils2/packaging and/or d2to1, and a customized easy_install command
meant for use with distribute.

@ -1,27 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.1.ebuild,v 1.1 2012/07/19 16:04:30 bicatali Exp $
EAPI=3
SUPPORT_PYTHON_ABIS="1"
MY_PN=${PN/-/.}
MY_P=${MY_PN}-${PV}
inherit distutils
DESCRIPTION="Utilities used to package some of STScI's Python projects"
HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python
http://pypi.python.org/pypi/stsci.distutils/"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools
dev-python/d2to1"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}

@ -1,18 +1,17 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild,v 1.1 2013/04/19 07:12:54 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.2-r1.ebuild,v 1.3 2013/04/24 21:01:38 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
MY_PN=${PN/-/.}
MY_P=${MY_PN}-${PV}
inherit distutils-r1
DESCRIPTION="Utilities used to package some of STScI's Python projects"
HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python
http://pypi.python.org/pypi/stsci.distutils/"
HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
@ -24,4 +23,4 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/d2to1[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
S="${WORKDIR}/${MY_P}"

@ -1,27 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.2.ebuild,v 1.1 2013/04/02 07:55:52 patrick Exp $
EAPI=3
SUPPORT_PYTHON_ABIS="1"
MY_PN=${PN/-/.}
MY_P=${MY_PN}-${PV}
inherit distutils
DESCRIPTION="Utilities used to package some of STScI's Python projects"
HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python
http://pypi.python.org/pypi/stsci.distutils/"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools
dev-python/d2to1"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}

@ -1,27 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild,v 1.4 2012/06/26 23:56:30 bicatali Exp $
EAPI=3
SUPPORT_PYTHON_ABIS="1"
MY_PN=${PN/-/.}
MY_P=${MY_PN}-${PV}
inherit distutils
DESCRIPTION="Utilities used to package some of STScI's Python projects"
HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python
http://pypi.python.org/pypi/stsci.distutils/"
SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools
dev-python/d2to1"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}

@ -1 +1,2 @@
DIST vo-0.8.tar.gz 1245366 SHA256 440a22bd1c805d5e0bbd0a75b26a4247d41200d9e4dc4a72621304ccaa488837 SHA512 1bfd3293ee58af1084b4a752181f6c9c3a2352ec48892cab6b679f739d95e89a6dab7e08400f6a67d179d9663fcde3ef3d9b63f7858dcc2517c5b494e3f58515 WHIRLPOOL cd53ba3acab6f29fc2fcddee824e509664d79134584b9d5722d38ef22ee90f193c59d6e3ac0d04800ac393c8fd3c1eb6dd1ba1ac753fc8b3f88c39d9d2b2763e
DIST wfpc2_all.xml.gz 4010839 SHA256 e3315762626281adcf28913831528e40bcb09abb8c7a41e456cc44c7ce6109b7 SHA512 76ddfe7c0604a7c806f0e97ef7702b00f942e248549b3b57ad92845f5b55eb14bd13e511543c88af6bbca24a2343acc76de3557cf94d2d2bf1b7845403f12bd6 WHIRLPOOL 5663cc144e6726ca4cad9024390b675c63eac49487d4d96298fdb2baefd6d7d508c0e95c381ab5169f805626b691bffaaea54249dc14cd258f8b7a3cf8c3cb41

@ -0,0 +1,45 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/vo/vo-0.8-r1.ebuild,v 1.1 2013/04/24 19:07:33 bicatali Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
inherit distutils-r1 eutils
DESCRIPTION="Python module to read VO tables into a numpy array"
HOMEPAGE="https://trac6.assembla.com/astrolib/wiki"
SRC_URI="http://stsdas.stsci.edu/astrolib/${P}.tar.gz
test? ( http://svn6.assembla.com/svn/astrolib/trunk/vo/test/wfpc2_all.xml.gz )"
IUSE="examples test"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="BSD"
RDEPEND="
dev-libs/expat
!dev-python/astropy"
DEPEND="${RDEPEND}"
# slow and buggy tests
RESTRICT="test"
python_prepare_all() {
epatch "${FILESDIR}"/${PN}-0.6-expat.patch
use test && cp "${WORKDIR}"/wfpc2_all.xml test
}
python_test() {
cd test || die
ln -s "${S}"/lib/data "${BUILD_DIR}/lib/vo/data" || die
PYTHONPATH="${BUILD_DIR}/lib" "${EPYTHON}" benchmarks.py || die
}
python_install_all() {
if use examples; then
insinto /usr/share/doc/${PF}/
doins -r examples
fi
}

@ -0,0 +1,71 @@
From 937da0f2604ea208ec56517c5a41e582f316a246 Mon Sep 17 00:00:00 2001
From: Cyprien Nicolas <cyp@fulax.fr>
Date: Thu, 18 Apr 2013 23:45:23 +0200
Subject: [PATCH] Fix texinfo files for makeinfo-5.1
---
doc/ref/api-options.texi | 2 +-
doc/ref/api-utility.texi | 2 +-
doc/ref/fdl.texi | 2 +-
doc/ref/gh.texi | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi
index 7b7a6e0..6ce7291 100644
--- a/doc/ref/api-options.texi
+++ b/doc/ref/api-options.texi
@@ -377,9 +377,9 @@ configure @emph{reading}, @emph{printing}, @emph{debugging} or
* User level options interfaces::
* Reader options::
* Printing options::
-* Debugger options::
* Evaluator options::
* Evaluator trap options::
+* Debugger options::
* Examples of option use::
@end menu
diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi
index 4a90212..9a4f3cc 100644
--- a/doc/ref/api-utility.texi
+++ b/doc/ref/api-utility.texi
@@ -657,7 +657,7 @@ Return 1 if @var{x} is a Scheme-level hook, 0 otherwise.
@end deftypefn
-@subsubsection Handling Scheme-level hooks from C code
+@subsubheading Handling Scheme-level hooks from C code
Here is an example of how to handle Scheme-level hooks from C code using
the above functions.
diff --git a/doc/ref/fdl.texi b/doc/ref/fdl.texi
index 17fe148..4866055 100644
--- a/doc/ref/fdl.texi
+++ b/doc/ref/fdl.texi
@@ -408,7 +408,7 @@ as a draft) by the Free Software Foundation.
@end enumerate
@page
-@appendixsubsec ADDENDUM: How to use this License for your documents
+@appendixsec ADDENDUM: How to use this License for your documents
To use this License in a document you have written, include a copy of
the License in the document and put the following copyright and
diff --git a/doc/ref/gh.texi b/doc/ref/gh.texi
index 95dfd92..bbd3af1 100644
--- a/doc/ref/gh.texi
+++ b/doc/ref/gh.texi
@@ -995,8 +995,8 @@ These correspond to the Scheme @code{(cons a b)} and @code{(list l0 l1
@deftypefun SCM gh_car (SCM @var{obj})
@deftypefunx SCM gh_cdr (SCM @var{obj})
-@dots{}
-
+@deftypefunx SCM gh_c[ad][ad]r (SCM @var{obj})
+@deftypefunx SCM gh_c[ad][ad][ad]r (SCM @var{obj})
@deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj})
These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}
@end deftypefun
--
1.8.2.1

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.8-r1.ebuild,v 1.14 2013/02/20 23:36:45 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile/guile-1.8.8-r1.ebuild,v 1.16 2013/04/24 22:53:08 pchrist Exp $
EAPI=3
inherit eutils autotools flag-o-matic elisp-common
@ -28,9 +28,13 @@ SLOT="12"
MAJOR="1.8"
src_prepare() {
#
epatch "${FILESDIR}/${P}-fix_guile-config.patch" \
"${FILESDIR}"/${P}-gcc46.patch
"${FILESDIR}/${P}-gcc46.patch" \
"${FILESDIR}/${P}-makeinfo-5.patch"
sed \
-e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g" \
-e "/AM_PROG_CC_STDC/d" \
-i guile-readline/configure.in
eautoreconf
}

@ -1,2 +1,3 @@
DIST aruba-0.4.11.gem 62464 SHA256 d5629b0d48b3e9e3cc8636d5f6aee752dd57005eee88c9f2b1c6f9749c105204 SHA512 cbd6c41468175e4bce8289c4e504b9389af0f027389b02753eb2e3ff11996c7d0efe6307b62825421d1738e7f48692a74cb364535332a1d7ebfbb379694bb5d3 WHIRLPOOL 3006b07a41058e464d22a4406d3fb81fa9468a3b65034b28fbb6a54ac5c242ef39246905b9ddccdd33bac3aeeb60bb27dee1f09568b2fe831fe3e655b7a929a0
DIST aruba-0.5.1.gem 66048 SHA256 677a770c35b1fcf3963312c8938a7ccfa3cbbf2240bf2583ec5e5f0ad973f43e SHA512 b4acbddc1fa43e6dc11ad762cd5e158fda7727f3b0e05d04f4f5c805c04e03058ea50f83afed0e8bcdeb8f338851038f5f5865c4bb34e04930049fb1f0b4fb75 WHIRLPOOL c9953413f318603325c39ecebbdfe28817eed3701c12d834d1528fb96089615234aff4d5f93742edff84a21fe347f2e461ae3abe24a9d3ec18186c340f3cc103
DIST aruba-0.5.2.gem 67584 SHA256 bc29a1a2a42342c9357a0415b8050aace05c31f1a8ea0b73d7cd970cc5895a55 SHA512 dabb0e78df1d34edf441f7b4a8bf9550ad975f5c87acdea5fb64e479e8c28275b711897fd910de3f046f249c71014c36c3e1dd4667e101be4248339120e0919e WHIRLPOOL ed9d61f4ce275504a23267a5d9eb7c261347ff1be3e56b5a37196c69b0d39ed4cd8d2b92cef4bedb6a7148f737bc303ffef9659983268e2249e82db804002f54

@ -0,0 +1,41 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.5.2.ebuild,v 1.1 2013/04/25 06:28:17 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_RECIPE_TEST="cucumber"
RUBY_FAKEGEM_EXTRADOC="History.md README.md"
RUBY_FAKEGEM_GEMSPEC="aruba.gemspec"
inherit ruby-fakegem
DESCRIPTION="Cucumber steps for driving out command line applications."
HOMEPAGE="https://github.com/cucumber/aruba"
LICENSE="MIT"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"
IUSE=""
DEPEND="${DEPEND} test? ( sys-devel/bc )"
RDEPEND="${RDEPEND}"
ruby_add_rdepend "
>=dev-ruby/childprocess-0.3.6 =dev-ruby/childprocess-0.3*
>=dev-ruby/rspec-expectations-2.7:2
>=dev-util/cucumber-1.1.1"
ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.7:2 >=dev-ruby/bcat-0.6.1 )"
all_ruby_prepare() {
# Remove bundler-related code.
sed -i -e '/[Bb]undler/d' Rakefile || die
rm Gemfile || die
# Remove references to git ls-files.
sed -i -e '/git ls-files/d' aruba.gemspec || die
}

@ -1 +1,2 @@
DIST ninja-ide-2.1.1.tar.gz 737456 SHA256 534a891dfdaa262fd6465d2d72672eb29e494401968ba31c483f9eab31f3d5a8 SHA512 4ecc9e09ce9e68fa3a883f326a59d6c5fc2c52e2b8e936da0d3c57974b76ce11d1c171bcbce29ab676818efedab10bf282d28e2d43eed4c00d1b9d1d1807e48c WHIRLPOOL 7b42097df4725b3747e6c774c1ff206dae0344f860ffea1ac8bc2212a2042cfb66b8f33a799c395ed58bbbd8348f5045e09720f549b0974b65ba80509980d1af
DIST ninja-ide-2.2.tar.gz 763910 SHA256 2f2a46f33a81229ebc63b34cc52e76625ce62a9be0f107c4c3b91ba3c159a409 SHA512 311fd94a2595ff962cd41bc7e84dd1d9d9b8feb2ea0ffdbbbd52735661f48d0a3e97eaca50a83100f66e37043b9554ca67fdd64853111c85b3a54c085b953bcb WHIRLPOOL 735cbedae901a1ce298cde67f26288f03df621fb698660eb9e7431e314a064473f12fe3a6ac89e7bc2352e2ca2b77d5e3ac4f6b4d00fc250183cf0d552d8f559

@ -0,0 +1,27 @@
From: Julian Ospald <hasufell@gentoo.org>
Date: Wed Apr 24 21:05:44 UTC 2013
Subject: fix compatibility with python:2.6
--- ninja_ide/core/file_manager.py
+++ ninja_ide/core/file_manager.py
@@ -26,7 +26,7 @@
from ninja_ide.core import settings
-if sys.version_info.major == 3:
+if sys.version_info[0] == 3:
python3 = True
else:
python3 = False
--- ninja_ide/gui/editor/editor.py
+++ ninja_ide/gui/editor/editor.py
@@ -68,7 +68,7 @@
logger = NinjaLogger('ninja_ide.gui.editor.editor')
-if sys.version_info.major == 3:
+if sys.version_info[0] == 3:
python3 = True
else:
python3 = False

@ -0,0 +1,9 @@
--- ninja_tests/core/examples/file_for_tests.py
+++ ninja_tests/core/examples/file_for_tests.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
-print 'testing'
-print 'ñandú testing'
+print('testing')
+print('ñandú testing')

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r3.ebuild,v 1.1 2013/01/22 19:24:20 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r3.ebuild,v 1.2 2013/04/24 22:03:25 hasufell Exp $
# XXX: tests
@ -21,9 +21,9 @@ IUSE=""
RDEPEND="
dev-python/PyQt4[webkit]
dev-python/simplejson
dev-python/pyinotify
virtual/python-argparse[${PYTHON_USEDEP}]"
virtual/python-argparse[${PYTHON_USEDEP}]
virtual/python-json[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-lang.patch )

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r5.ebuild,v 1.1 2013/03/12 19:38:33 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r5.ebuild,v 1.2 2013/04/24 22:03:25 hasufell Exp $
# XXX: tests
@ -21,9 +21,9 @@ IUSE=""
RDEPEND="
dev-python/PyQt4[webkit,${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/pyinotify[${PYTHON_USEDEP}]
virtual/python-argparse[${PYTHON_USEDEP}]"
virtual/python-argparse[${PYTHON_USEDEP}]
virtual/python-json[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
PATCHES=(

@ -0,0 +1,47 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.2.ebuild,v 1.1 2013/04/24 22:02:20 hasufell Exp $
# XXX: tests
EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 python3_1 python3_2 python3_3 )
inherit eutils gnome2-utils distutils-r1 vcs-snapshot
DESCRIPTION="Ninja-IDE Is Not Just Another IDE"
HOMEPAGE="http://www.ninja-ide.org"
SRC_URI="https://github.com/ninja-ide/ninja-ide/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/PyQt4[webkit,${PYTHON_USEDEP}]
dev-python/pyinotify[${PYTHON_USEDEP}]
virtual/python-argparse[${PYTHON_USEDEP}]
virtual/python-json[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-syntax.patch "${FILESDIR}"/${P}-python2_6.patch )
python_install_all() {
distutils-r1_python_install_all
newicon -s 256 icon.png ${PN}.png
make_desktop_entry ${PN} "NINJA-IDE"
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

@ -1,8 +1,8 @@
DIST UrbanTerror42_full011.zip 1506115174 SHA256 29a95fd962d9499076f859cf0c4814e65c143f4b5dcef8f699140c5a8676fad6 SHA512 e9055ddb5e5fb9a5225a878cad8e6d0b840a60237dce7012eac1029468cc2912692304d954ca858769d0d9e9d21edae9a10edaebdd2c70ae913f15a9624cfa73 WHIRLPOOL 5740abac02d6d27286279b9f2fec4da4b3d9b7fe46b3526185416e6a8daa78ef7c9d344697b336846aa323fe52e3b0079e607d0a29dd20f58b5b4174d4512838
DIST UrbanTerror42_full012.zip 1529738026 SHA256 5b66e623ae5d065f8fb265e581c3640d3010af30457344874f4970d2d9092e6a SHA512 23d8ac966f6f0fbd52b633b31fc0f333151be0e64b8698b424e9f7a3524034339dd66e95c33ed1e1f451e22baa2522d30fdbc83091a3340b2ed42a55908f31ee WHIRLPOOL b438efe82d621b1800445e30c5eae5df4cfbe8ee02f1c8f58a5e33f0cf3d8261628f2100bb0e7d2782bdba0f578dcd6e626e1d3c775124d304c1c22246bad77a
DIST UrbanTerror42_full_009.zip 1316330716 SHA256 7090820ad72cbeb556402da637a770943e64523a0eb30a3d78c8f25ed9c7025f SHA512 95241facd437224541dc0d1af5c4412b7e3ebb49a1f75f4ef7c9c779fb8ef57f8e0d9e58b71f927c9a6125a6dfbb01bcad79706cf8b84e659bd90c8e514dd1f6 WHIRLPOOL 595a9ece67a0cc7f9718f2329c50daef055e7c9794ad709186e7ab94a4cbbbfc704cbc44801c7bfa7127aad7396001beb1afcb6bc077bb64336223df3f04d95c
DIST UrbanTerror_41_FULL.zip 754307397 SHA256 5706957783d0e4e77fcc4bbbc2df83aefc0f9a6388f6a63b60947e84f9ed265f SHA512 4ff729df5472b9bd3138e62fe2e03c794dd9293ba08106c026a120d6c9971ea2420c3e81abb99e2b2ae8a082a07e96468154958b36a770cce0e931f9a499e623 WHIRLPOOL 4752ff4455d2c69fcc732ee4035b097aed852e55bf1077c59e650297f69b87ea59ff53573b653f22843ffe7fe35e524eb66f1033049dcc364ca554bf875dad18
DIST ioq3-1807-urt-251210-git-nobumpy.tar.xz 276824 SHA256 9f14d629f2a9c8fe0a593b5a08d1ceadec6a22c387806d9e5f50e22a537c2b74 SHA512 e190f60d9c3275d285c75ba2947734cf9f555d373618a37f3b38464d10fa85a4af6460918676b18a96885fe7280c856f6c9877175dbbe82929f5f7c1704fc6a3 WHIRLPOOL 104960ca4066726cdd5dbd0d4d93998e6fc648c4e969109b3a1634232f6d4e3556c3107dd0f78860444ed3635bd3f4a979cb67d90a650b1dd8f51175b9b8e10d
DIST ioquake3-1807.tar.bz2 7054317 SHA256 10d3fcee3cf41a063e686048740417c8d58496f3dff5745f897a8803318850c2 SHA512 5fe54b628c66bd8becab259d133825e762a0814c7060c8d1f48e2b662f07f80e50fba8c7ae0677b02e231eae59eba65e143eb802baa79a7de89a7a612ae9682d WHIRLPOOL 03ed102b386b33ceff1588966409f1d4c6be1d980b40cac0eda1d2a7e763e45b3cd21a9817f77d60157cf741f4d7479926aac118f5972bb7d5fd6bc72517faa8
DIST release-4.2.007.tar.gz 26640879 SHA256 96f39ad2b952b38d1fc53dd04198352fe0b396eb2a3fb696a827199222902989 SHA512 1b57a94b986e159672b7befc49771df1c5cb1637757c4e4502ca276c6d067004cac047eee0de53ad15a68c87ffb2ad995517a028f66fe3c646f3335c74866802 WHIRLPOOL a8a54c586a3e533c0090d38d1708999212e6e1e338cd97b56b3cb4a9520fed7fd8b72c8fc898e8673097b0d46a98b62f42ddbcd02d6bb908bd7ce67a9e985101
DIST urbanterror-4.2.011.tar.gz 25868317 SHA256 76003e68eb93dc64948d9c2de08422e73d874d8d5e2e166eaeba603b24c34a38 SHA512 f5e820f4ca52d48320a44a1163e22f1447c4974dc65bf865ad69d58b105e84b788ecd99767d9dce1b2d65d15c96ad2e742d97d3171f45e4e79068cb3faf61fc4 WHIRLPOOL bff1b122a121a9b51763063a893b9fcb8862244ff6fa2b272270e23892214ac7ef59fd35f821d9189a115984cde024693ef2c57ab5fe38ecc822bc7e4da1efda
DIST urbanterror-4.2.012.tar.gz 25867411 SHA256 d46a2f9895e196fb64d59c1cd81384a9851e60f1abb7701f2cde50771cbf99d8 SHA512 6f070983ff2b9c2da0764819f09ec4da01f4e9ea7d27a9ad55cd15d8a924c88757b5020fe8b87dc0f162ce485fe22e0fab075a187cb10225efa561e036222983 WHIRLPOOL 082a6a04d30c8ed24a0a82f9b99b500d4224d806962ca73812b653df13a810105920613f7ecfe6ba06cddccfaed057167d46347ba866eef84095ef7ea2943073
DIST urbanterror.svg 1592 SHA256 0d7eb12a8fe8380e0d89199621414dd56ecdfe8a8b99eec5b95d925294521de9 SHA512 ff789b35d9b1a2282485495b0d1918c7169906aeac094e7a33c7d77cd51d4787733400e1b9851ce19b38e886508d5fdd09f6cfc96b37a5b41bd0cf403e456b98 WHIRLPOOL 281413cfeb881466c2d8b882d0aa4dcf19013630a462775345c69e78a0cb86c7efed14f5d22b453c89648da682ab5e98e3579a1c975994a8e90b9fb22c37892c

@ -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/urbanterror/urbanterror-4.2.011.ebuild,v 1.2 2013/04/12 20:08:43 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-fps/urbanterror/urbanterror-4.2.012.ebuild,v 1.1 2013/04/24 21:53:59 hasufell Exp $
EAPI=5
@ -16,7 +16,7 @@ LICENSE="GPL-2 Q3AEULA"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+curl debug dedicated openal +sdl server smp vorbis"
#RESTRICT="mirror"
RESTRICT="mirror"
RDEPEND="
!dedicated? (

@ -0,0 +1 @@
DIST gnome-getting-started-docs-3.8.1.tar.xz 65927440 SHA256 6406888a15af31db6d64025997d29592b2d10439637e63b319a8f50540764192 SHA512 9b1f9a01d7f9ef9df0233fd8aebae359d81701dc4ba175cc10577143e89e2a80cfe1640d33d7fbd1c53e4f2564e51d34523fbb8043a82804517b111259463186 WHIRLPOOL c0a3423ab3aa6afbac1817ce20016bcf41dbdf6af851e1d0eec49438488bc7e63bd0b55b0342cd93445fe945c4d56670cdc3849e3e4b2aa955a262e6e4acd6e4

@ -0,0 +1,25 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-getting-started-docs/gnome-getting-started-docs-3.8.1.ebuild,v 1.1 2013/04/24 20:17:48 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="Help a new user get started in GNOME"
HOMEPAGE="https://help.gnome.org/"
LICENSE="CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="gnome-extra/gnome-user-docs"
DEPEND="app-text/yelp-tools
dev-util/itstool
sys-devel/gettext
virtual/pkgconfig"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"

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

@ -1,2 +1,3 @@
DIST gorm-1.2.16.tar.gz 820986 SHA256 81461eece7410cd2d1f7f90faf8c9bc1be149ef7acbfbcc6a7a5ed1f54c07430
DIST gorm-1.2.18.tar.gz 684967 SHA256 38371d32c0dece862acdf94eb1ce3735eaffc35c3bf16c762b985a6f75ddffee SHA512 3187cf65a92681bec9964efc96d1023ab8b366244159a9de5e491437117d6336fd86247c60c1a2840f73ba32be93f48cc0a600260b60769d4ccd51953b3ed455 WHIRLPOOL aa8cdc3ebfe3c69b7969448cc8d21547f593817953c96e2772463e885f3316b6c1e90a91789bc14e02dba14633850389575b9c7c19d1f9c89694be6b5f743238
DIST gorm-1.2.20.tar.gz 691424 SHA256 1428bee51999e1915017a1d283a6ad73a94cabdddb7a0d5ad0e9f79bec92d6c0 SHA512 6e5f8be10921c91728d51e5d96a46a794c23510fd69fe3f099f59d32442668011bc037113c27a8e571626c606f1892c0813479195f57bdf6966e1fa8f8b4e217 WHIRLPOOL 8da1beafd99408029884a84153290bbbf2d3509b0b07ec3dc54d30cac5182db11925ebe5b4fd5362e278714f93ec90d3c165f90c3b8d855e2a37e500928e688f

@ -0,0 +1,27 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/gorm-1.2.20.ebuild,v 1.1 2013/04/24 17:37:51 voyageur Exp $
EAPI=5
inherit gnustep-2
DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep"
HOMEPAGE="http://www.gnustep.org/experience/Gorm.html"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND=">=gnustep-base/gnustep-gui-0.22.0"
RDEPEND="${DEPEND}"
src_prepare() {
sed -i -e "/DOCUMENT_NAME =.*/a \Gorm_DOC_INSTALL_DIR=Developer/Gorm" \
-e "/DOCUMENT_TEXT_NAME =.*/a \ANNOUNCE_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
-e "/DOCUMENT_TEXT_NAME =.*/a \README_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
-e "/DOCUMENT_TEXT_NAME =.*/a \NEWS_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
-e "/DOCUMENT_TEXT_NAME =.*/a \INSTALL_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \
Documentation/GNUmakefile
}

@ -1,2 +1,3 @@
DIST Zipper-1.3.tar.gz 470821 SHA256 fd6df5f8aef351282147a2820bd39b4b8c7561e42e743008c19e3f733d678931
DIST Zipper-1.4.tar.gz 77505 SHA256 845af38826811d844d666efe6269c1f8555913d907027d98cb347df940006941 SHA512 ca43dac6f8a562ab4d8f7c8d7401f409f32146961cbf475d625244fb7f352ac5c32e1ac987280c9d409d3acc6f2cc8173a8f6392360e8d86432f115d90a3c357 WHIRLPOOL 4a7eaa7a1ef76f8ece00786235b16bcb4fd12e0e79c407fdec4c075183ca57b18c49d6f88d286ff385d68092aea5ee46fd2c2f91039fc02766aa52e6f906c8d7
DIST Zipper-1.5.tar.gz 81557 SHA256 3ecf9cd7e2242c62e38a4933ce4f3da35e90f52ca94ac030a1f2a717e6561392 SHA512 4b3353c0513f6fb4431778d03a4f980a592d19bbb3dcaface5c618b88a9c76bb7d067cca38fe20ccafc6c3636cd6b2e17b2a2e273673b2ba1153faa6f68ef348 WHIRLPOOL fe45e34d9f56a0b5dafc5a16c3bf29b2601a6bcb9c49c4a3bf40980264702c7e99c0d9579f27e02472d51a4d88e54eb1f1be40e4c938d73657e863912e381145

@ -0,0 +1,17 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/zipper/zipper-1.5.ebuild,v 1.1 2013/04/24 17:54:16 voyageur Exp $
EAPI=5
inherit gnustep-2
S=${WORKDIR}/${P/z/Z}
DESCRIPTION="Zipper is a tool for inspecting and extracting compressed archives"
HOMEPAGE="http://gap.nongnu.org/zipper"
SRC_URI="http://savannah.nongnu.org/download/gap/${P/z/Z}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

@ -1,2 +1,3 @@
DIST gnustep-base-1.24.0.tar.gz 2947759 SHA256 e07040e85a6bf3e89a9d66424a40dc8d3be749fbe7c0c98942cff5e4f35a6b11 SHA512 9232fed3439ee5e514e9c9194ef61ca8f1fbef294dc292e0b8ea0dd782e0e73ffda263f1a9e951e04d5dd379efae609f1f1a6ad4c9a606905a45b5daaa389049 WHIRLPOOL 9ed2f604829573efa91a212a9fe7bd7fa54f25cd8328e2d96ca86a57bbbcacd5bf1f6846ccf8aacc16190699cc43b58e5d2cc1c7dcafdf3e99ecaaae1f11b057
DIST gnustep-base-1.24.3.tar.gz 3397779 SHA256 559d87c430846fa17816ea78c1c18a5df8f70f9d17f5c13abede9c66e50e252c SHA512 e712ac46c08b72a3be7210ad745f8378265a21f626f1e8748ba781503394df91b45ec3e1cd050159325c570689d34cf75423419078582212ff3d98c551ac06aa WHIRLPOOL 5babfe80b7fd99d184360f575a7e5c8bd935d92cc614b4788f78ce8e1f6cf7aa9c2f796785f68dba19e09fd7eeb9c30abe8c8479218aed6c866a48dec0c57908
DIST gnustep-base-1.24.4.tar.gz 3424321 SHA256 193b939c76bd3ef8fb08a41fb08677d85c072b9352d648f1744d8a7361859d40 SHA512 37cff2c962d48bf715c0c31d7d96a06f7853af9a8ecca48a18b8890e368d060298acb9ac4b6bd135d2d2171a211170e7a5a6dcff3bfef72bfc378c377ec8426d WHIRLPOOL 4eb192f4bbfb72deb7ec3b2ab49ad797ff6450b13eddfcc2537142a6fb3c7151ea5f39215dac7980d4dbe75316346845a2fcf465074f20527015e0d408ffdf71

@ -0,0 +1,74 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-base/gnustep-base-1.24.4.ebuild,v 1.1 2013/04/24 17:22:44 voyageur Exp $
EAPI=5
inherit eutils gnustep-base
DESCRIPTION="A library of general-purpose, non-graphical Objective C objects."
HOMEPAGE="http://www.gnustep.org"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE="+icu +libffi ssl zeroconf"
RDEPEND="${GNUSTEP_CORE_DEPEND}
>=gnustep-base/gnustep-make-2.6.0
icu? ( >=dev-libs/icu-4.0:= )
!libffi? ( dev-libs/ffcall
gnustep-base/gnustep-make[-native-exceptions] )
libffi? ( virtual/libffi )
ssl? ( net-libs/gnutls )
>=dev-libs/libxml2-2.6
>=dev-libs/libxslt-1.1
>=dev-libs/gmp-4.1
>=dev-libs/openssl-0.9.7
>=sys-libs/zlib-1.2
zeroconf? ( net-dns/avahi )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
egnustep_env
local myconf
if use libffi;
then
myconf="--enable-libffi --disable-ffcall --with-ffi-include=$(pkg-config --variable=includedir libffi)"
else
myconf="--disable-libffi --enable-ffcall"
fi
myconf="$myconf $(use_enable icu)"
myconf="$myconf $(use_enable ssl tls)"
myconf="$myconf $(use_enable zeroconf)"
myconf="$myconf --with-xml-prefix=${EPREFIX}/usr"
myconf="$myconf --with-gmp-include=${EPREFIX}/usr/include --with-gmp-library=${EPREFIX}/usr/lib"
myconf="$myconf --with-default-config=${EPREFIX}/etc/GNUstep/GNUstep.conf"
econf $myconf
}
src_install() {
# We need to set LD_LIBRARY_PATH because the doc generation program
# uses the gnustep-base libraries. Since egnustep_env "cleans the
# environment" including our LD_LIBRARY_PATH, we're left no choice
# but doing it like this.
egnustep_env
egnustep_install
if use doc ; then
export LD_LIBRARY_PATH="${S}/Source/obj:${LD_LIBRARY_PATH}"
egnustep_doc
fi
egnustep_install_config
}
pkg_postinst() {
ewarn "The shared library version has changed in this release."
ewarn "You will need to recompile all Applications/Tools/etc in order"
ewarn "to use this library. Please run revdep-rebuild to do so"
}

@ -1,2 +1,3 @@
DIST gnustep-gui-0.22.0.tar.gz 2734733 SHA256 201a02da45a3ad2285fee6a6fcc7c8a463632e27d3175d7293e2290e573fca5d SHA512 b9704ac2147f9154acf4077fa8fe691180966535789d2495409d8688738597af1e025eebb5397180a680d3aeb285233608de05b5ec89cb2f7ef2b152865a7afb WHIRLPOOL 6929a40ff6bcbe60bcda79783549127483aa1384bc54dafcd0a14089dcae70d0815afaa1b6ea0e83c77b90595c7fbffcbb696890e69676b30a6e7894113b1c7f
DIST gnustep-gui-0.23.0.tar.gz 2771544 SHA256 222886988dd4a94852d7c2d71bce4ef575c7c4a13cdaa4b4588ffb45a9f1a62e SHA512 76c1e37e06cd052c046a512217448c32c100b9823764a7ddb93a2f15537424f9db981675f73c3efda5296c4d77497fedc89216fb8f537bef96516b0424af30f5 WHIRLPOOL 65dd47c11dd9dff48fcfee17fcfc7763e7bf7ad4f721839f48a5daed9fc2c4ac055d6d60ec8a9b32492de626cb5c492fc8e98deaf69fc4373557c8e80d12af52
DIST gnustep-gui-0.23.1.tar.gz 2776304 SHA256 417df23ac58e57d6b447e42849106f60c556bce13000e868d0713a7979817cab SHA512 ece579f134f21d8cca5645b026bb8bf260c397e7e5a8481c3a6e518fe5d0a6a449b7ddf80a4a9259451cfbb4df4e68eb6055d454237065d7076db4b56d9619f4 WHIRLPOOL 7d251adfcc615532b17a69fbc3d28a6f550df12dce6c2194bb254774807abfbb59466c3b47f4ae1545ad1b277f00f1908c8ada3ea4e99eee08c88cffdb3bd2e2

@ -0,0 +1,60 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.23.1.ebuild,v 1.1 2013/04/24 17:33:29 voyageur Exp $
EAPI=5
inherit gnustep-base multilib
DESCRIPTION="Library of GUI classes written in Obj-C"
HOMEPAGE="http://www.gnustep.org/"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="cups gif jpeg png speech"
DEPEND="${GNUSTEP_CORE_DEPEND}
app-text/aspell
>=gnustep-base/gnustep-base-1.24.0
media-libs/audiofile
>=media-libs/tiff-3
x11-libs/libXt
cups? ( >=net-print/cups-1.1 )
gif? ( >=media-libs/giflib-4.1 )
jpeg? ( virtual/jpeg )
png? ( >=media-libs/libpng-1.2 )
speech? ( app-accessibility/flite )"
RDEPEND="${DEPEND}"
src_prepare() {
gnustep-base_src_prepare
# remove hardcoded -g -Werror, bug #378179
sed -i -e 's/-g -Werror//' \
Tools/say/GNUmakefile \
Tools/speech/GNUmakefile \
|| die
}
src_configure() {
egnustep_env
local myconf=
use gif && myconf="--disable-ungif --enable-libgif"
econf \
$(use_enable cups) \
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable speech) \
--with-tiff-include="${EPREFIX}"/usr/include \
--with-tiff-library="${EPREFIX}"/usr/$(get_libdir) \
${myconf}
}
pkg_postinst() {
ewarn "The shared library version has changed in this release."
ewarn "You will need to recompile all Applications/Tools/etc in order"
ewarn "to use this library. Please run revdep-rebuild to do so"
}

@ -1 +1,2 @@
DIST dbuskit-0.1.tar.bz2 430580 RMD160 f375fabd1919cd40dd8b3391a5df82065204293b SHA1 611851dfd2e58f4f4a658d1a3a8d2d2f70c53d2f SHA256 8a6c7ea00a393f43e8cf0dd2337bc6b58e8f542b42568324f996a2070de3380c
DIST dbuskit-0.1.1.tar.gz 706783 SHA256 3995867173148663cec6d98010b1c23e5fec827ff6b801f1ae6a4e9949b0f7b5 SHA512 1d98a05bda7558ebca80c5a4985009bdcb2f875c25f44872a2ae589793deb2d6d832c91e3eeaed7846980f5921a6a543efd04db3f7b228a0d0bae37cdc5ccfae WHIRLPOOL 5172636a3d64d721cd21022ebf67866d81b9309c81152683bf1285ee66b67f58068b543bab13f7cfbcb08952ffab6c7e7ecd9129ee1ebac950e3c11077751502
DIST dbuskit-0.1.tar.bz2 430580 SHA256 8a6c7ea00a393f43e8cf0dd2337bc6b58e8f542b42568324f996a2070de3380c

@ -0,0 +1,26 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/dbuskit/dbuskit-0.1.1.ebuild,v 1.1 2013/04/24 17:50:33 voyageur Exp $
EAPI=5
inherit gnustep-2
DESCRIPTION="framework that interfaces Objective-C applications with the D-Bus IPC service"
HOMEPAGE="http://www.gnustep.org"
SRC_URI="http://download.gna.org/gnustep/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=sys-apps/dbus-1.2.1"
RDEPEND="${DEPEND}"
src_prepare() {
if ! use doc; then
# Remove doc target
sed -i -e "/SUBPROJECTS/s/Documentation//" GNUmakefile \
|| die "doc sed failed"
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.26-r2.ebuild,v 1.1 2013/04/04 18:36:26 je_fro Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.26-r2.ebuild,v 1.2 2013/04/25 06:01:26 ssuominen Exp $
EAPI=5
@ -27,8 +27,10 @@ pkg_setup() {
}
src_prepare() {
epatch "${FILESDIR}"/1.0.25-extraneous-cflags.diff
epatch "${FILESDIR}"/1.0.26-r2.types-fix.diff
epatch \
"${FILESDIR}"/1.0.25-extraneous-cflags.diff \
"${FILESDIR}"/1.0.26-r2.types-fix.diff
sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die #466980
eautoreconf
# if eautoreconf'd with recent autoconf, then epunt_cxx is
# unncessary wrt #460974

@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild,v 1.22 2013/03/03 08:37:45 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/jbig2dec/jbig2dec-0.11-r1.ebuild,v 1.23 2013/04/24 17:52:03 ssuominen Exp $
EAPI=4
EAPI=5
inherit autotools eutils
DESCRIPTION="A decoder implementation of the JBIG2 image compression format"
@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~x86-solaris"
IUSE="png static-libs test"
RDEPEND="png? ( >=media-libs/libpng-1.2:0 )"
RDEPEND="png? ( media-libs/libpng:0= )"
DEPEND="${RDEPEND}
test? ( app-arch/unzip )"
@ -25,6 +25,7 @@ RESTRICT="test"
DOCS="CHANGES README"
src_prepare() {
sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #466998
epatch "${FILESDIR}"/${P}-libpng15.patch
eautoreconf
@ -43,5 +44,5 @@ src_configure() {
src_install() {
default
find "${ED}" -name '*.la' -exec rm -f {} +
prune_libtool_files
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/liblqr/liblqr-0.4.2.ebuild,v 1.1 2013/03/31 13:22:49 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/liblqr/liblqr-0.4.2.ebuild,v 1.2 2013/04/24 20:23:49 hwoarang Exp $
EAPI="5"
@ -11,14 +11,10 @@ SRC_URI="http://liblqr.wikidot.com/local--files/en:download-page/${PN}-1-${PV}.t
LICENSE="|| ( GPL-3 LGPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc"
IUSE=""
RDEPEND="dev-libs/glib"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=$WORKDIR/${PN}-1-${PV}
src_configure() {
econf $(use_enable doc install-man)
}

@ -22,8 +22,8 @@ index db1d012..3e11588 100644
- [use_projectm=yes])
+ [use_projectm=auto])
+
+AC_ARG_WITH([projectm-presets-dir], [
+ [AS_HELP_STRING([--with-projectm-presets-dir], [
+AC_ARG_WITH([projectm-presets-dir],
+ [AS_HELP_STRING([--with-projectm-presets-dir],
+ [path to ProjectM presets to incude in default list (default is bundled path)])],
+ [projectm_presets_dir=$withval],
+ [projectm_presets_dir=bundled])

@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v 1.1 2013/03/29 09:41:14 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-video/noad/noad-0.7.3-r1.ebuild,v 1.2 2013/04/25 05:03:28 ssuominen Exp $
EAPI=5
inherit autotools eutils
inherit autotools eutils toolchain-funcs
DESCRIPTION="Mark commercial Breaks in VDR records"
HOMEPAGE="http://noad.heliohost.org/"
@ -12,13 +12,14 @@ SRC_URI="http://noad.heliohost.org/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ffmpeg imagemagick"
IUSE="ffmpeg"
DEPEND="media-libs/libmpeg2:=
RDEPEND="media-gfx/imagemagick:=
media-libs/libmpeg2:=
ffmpeg? ( virtual/ffmpeg )
imagemagick? ( media-gfx/imagemagick:= )
!media-plugins/vdr-markad"
RDEPEND="${DEPEND}"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
EPATCH_FORCE=yes EPATCH_SUFFIX=diff EPATCH_SOURCE="${FILESDIR}"/patches-${PV%.*}.x epatch
@ -29,26 +30,34 @@ src_prepare() {
sed -i -e '/CXXFLAGS.*O3/d' configure.ac || die #426746
sed -i \
-e "s:-lMagick++:$($(tc-getPKG_CONFIG) --libs-only-l Magick++):" \
Makefile.am || die #467134
# FIXME: --with-tools, markpics will compile but showindex won't!
sed -i \
-e '/^noinst_PROGRAMS/s:@TOOLSRC@::' \
-e '/^EXTRA_PROGRAMS/s:showindex::' \
Makefile.am || die
# ld: audiotools.o: undefined reference to symbol 'av_free@@LIBAVUTIL_51'
if use ffmpeg; then
sed -i -e 's:-lavcodec:& -lavutil:' configure.ac || die
fi
eautoreconf
}
src_configure() {
econf \
$(use_with imagemagick magick) \
--with-magick \
--with-mpeginclude=/usr/include/mpeg2dec \
--with-tools \
$(usex ffmpeg '--with-ffmpeg --with-ffmpeginclude=/usr/include' '')
}
src_install() {
dobin noad # showindex
use imagemagick && dobin markpics
dobin noad markpics # showindex
dodoc README INSTALL
# example scripts are installed as dokumentation

@ -1 +1 @@
Wed, 24 Apr 2013 13:06:57 +0000
Thu, 25 Apr 2013 06:36:57 +0000

@ -1 +1 @@
Wed, 24 Apr 2013 13:06:57 +0000
Thu, 25 Apr 2013 06:36:57 +0000

@ -1,7 +1,7 @@
DEFINED_PHASES=configure install prepare
DEPEND=|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) !app-admin/gamin || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=FAM, the File Alteration Monitor
EAPI=2
EAPI=5
HOMEPAGE=http://oss.sgi.com/projects/fam/
IUSE=static-libs
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86
@ -10,4 +10,4 @@ RDEPEND=|| ( net-nds/rpcbind >=net-nds/portmap-5b-r6 ) !app-admin/gamin
SLOT=0
SRC_URI=ftp://oss.sgi.com/projects/fam/download/stable/fam-2.7.0.tar.gz mirror://debian/pool/main/f/fam/fam_2.7.0-17.diff.gz
_eclasses_=autotools 0dc7b870a088cde4081c57cc7b394ad2 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a015f8231bf3dd75b2b28fc58d269cd3
_md5_=356bb185e65c7811a05e802f6cea2f5d

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=sys-libs/ncurses sys-devel/gettext >=app-misc/hivex-1.3.1 dev-libs/libpcre app-arch/cpio dev-lang/perl app-cdr/cdrkit >=app-emulation/qemu-1.2.2[qemu_user_targets_x86_64,qemu_softmmu_targets_x86_64,tci,systemtap?,selinux?,filecaps] sys-apps/fakeroot sys-apps/file app-emulation/libvirt dev-libs/libxml2:2 >=sys-apps/fakechroot-2.8 >=app-admin/augeas-0.7.1 sys-fs/squashfs-tools dev-libs/libconfig dev-libs/libpcre sys-libs/readline >=sys-libs/db-4.6 perl? ( virtual/perl-ExtUtils-MakeMaker >=dev-perl/Sys-Virt-0.2.4 virtual/perl-Getopt-Long virtual/perl-Data-Dumper dev-perl/libintl-perl >=app-misc/hivex-1.3.1[perl?] dev-perl/String-ShellQuote ) fuse? ( sys-fs/fuse ) introspection? ( >=dev-libs/gobject-introspection-1.30.0 dev-libs/gjs ) selinux? ( sys-libs/libselinux sys-libs/libsemanage ) systemtap? ( dev-util/systemtap ) ocaml? ( dev-lang/ocaml[ocamlopt] dev-ml/findlib[ocamlopt] dev-ml/ocaml-gettext ) erlang? ( dev-lang/erlang ) inspect-icons? ( media-libs/netpbm media-gfx/icoutils ) virtual/acl sys-libs/libcap lua? ( dev-lang/lua ) dev-util/gperf doc? ( app-text/po4a ) ruby? ( dev-lang/ruby virtual/rubygems dev-ruby/rake ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-lang/perl[-build]
DESCRIPTION=Tools for accessing, inspect and modifying virtual machine (VM) disk images
EAPI=5
HOMEPAGE=http://libguestfs.org/
IUSE=erlang +fuse debug ocaml doc +perl ruby static-libs selinux systemtap introspection inspect-icons test lua
KEYWORDS=~amd64
LICENSE=GPL-2 LGPL-2
RDEPEND=sys-libs/ncurses sys-devel/gettext >=app-misc/hivex-1.3.1 dev-libs/libpcre app-arch/cpio dev-lang/perl app-cdr/cdrkit >=app-emulation/qemu-1.2.2[qemu_user_targets_x86_64,qemu_softmmu_targets_x86_64,tci,systemtap?,selinux?,filecaps] sys-apps/fakeroot sys-apps/file app-emulation/libvirt dev-libs/libxml2:2 >=sys-apps/fakechroot-2.8 >=app-admin/augeas-0.7.1 sys-fs/squashfs-tools dev-libs/libconfig dev-libs/libpcre sys-libs/readline >=sys-libs/db-4.6 perl? ( virtual/perl-ExtUtils-MakeMaker >=dev-perl/Sys-Virt-0.2.4 virtual/perl-Getopt-Long virtual/perl-Data-Dumper dev-perl/libintl-perl >=app-misc/hivex-1.3.1[perl?] dev-perl/String-ShellQuote ) fuse? ( sys-fs/fuse ) introspection? ( >=dev-libs/gobject-introspection-1.30.0 dev-libs/gjs ) selinux? ( sys-libs/libselinux sys-libs/libsemanage ) systemtap? ( dev-util/systemtap ) ocaml? ( dev-lang/ocaml[ocamlopt] dev-ml/findlib[ocamlopt] dev-ml/ocaml-gettext ) erlang? ( dev-lang/erlang ) inspect-icons? ( media-libs/netpbm media-gfx/icoutils ) virtual/acl sys-libs/libcap lua? ( dev-lang/lua ) app-emulation/libguestfs-appliance dev-lang/perl[-build]
SLOT=0/1.20
SRC_URI=http://libguestfs.org/download/1.20-stable/libguestfs-1.20.6.tar.gz
_eclasses_=autotools 0dc7b870a088cde4081c57cc7b394ad2 autotools-utils 7c1dc0608214b369c4dc38ab6427e729 base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=49a1b0f1d5170d4b1eb96e3729be9ede

@ -10,4 +10,4 @@ RDEPEND=>=x11-libs/gtk+-2.24:2 >=dev-libs/glib-2 x11-libs/gdk-pixbuf x11-libs/pa
SLOT=0
SRC_URI=mirror://sourceforge/gentoo/gentoo-0.19.13.tar.gz
_eclasses_=autotools 0dc7b870a088cde4081c57cc7b394ad2 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=fb98640a144856856aca931e56d94489
_md5_=bb07a27bb41a3803be7bf1c5475fc70e

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack
DEPEND=>=dev-cpp/glibmm-2.26.0:2[doc?] >=dev-libs/atk-1.12 dev-libs/libsigc++:2 !<dev-cpp/gtkmm-2.22.0 virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4
DESCRIPTION=C++ interface for the ATK library
EAPI=5
HOMEPAGE=http://www.gtkmm.org
IUSE=doc
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris
LICENSE=LGPL-2.1
RDEPEND=>=dev-cpp/glibmm-2.26.0:2[doc?] >=dev-libs/atk-1.12 dev-libs/libsigc++:2 !<dev-cpp/gtkmm-2.22.0
SLOT=0
SRC_URI=mirror://gnome/sources/atkmm/2.22/atkmm-2.22.7.tar.xz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 96ca31031ada9967bcf96a4fd8977ae4 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=80e3669c1e445f7572332d29c5aef0a7

@ -9,4 +9,4 @@ LICENSE=LGPL-2.1
SLOT=0
SRC_URI=http://www.hyperrealm.com/libconfig/libconfig-1.4.9.tar.gz
_eclasses_=autotools 0dc7b870a088cde4081c57cc7b394ad2 autotools-multilib 3ca3ffaa40575becc8cfd0cc6aeb1080 autotools-utils 7c1dc0608214b369c4dc38ab6427e729 eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 64d8186c893b4ba109fe29c632a72a58 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=15219a2b6b308352b22aec6d1b91a8ee
_md5_=5cc90ff0f1ced3a63a2cdca86d0098c2

@ -1,7 +1,7 @@
DEFINED_PHASES=configure install prepare test
DEPEND=ssl? ( dev-libs/openssl )
DESCRIPTION=A library to execute a function when a specific event occurs on a file descriptor
EAPI=2
EAPI=5
HOMEPAGE=http://libevent.org/
IUSE=+ssl static-libs test
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
@ -10,4 +10,4 @@ RDEPEND=ssl? ( dev-libs/openssl ) !<=dev-libs/9libs-1.0
SLOT=0
SRC_URI=mirror://github/libevent/libevent/libevent-2.0.21-stable.tar.gz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d1d3090349f3790624ea0b33dc8b4995
_md5_=d7ee7e8be779becda9c2004e9c6bfa85

@ -1,13 +0,0 @@
DEFINED_PHASES=configure install prepare test
DEPEND=ssl? ( dev-libs/openssl )
DESCRIPTION=A library to execute a function when a specific event occurs on a file descriptor
EAPI=4
HOMEPAGE=http://monkey.org/~provos/libevent/
IUSE=+ssl static-libs test
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=BSD
RDEPEND=ssl? ( dev-libs/openssl ) !<=dev-libs/9libs-1.0
SLOT=0
SRC_URI=mirror://sourceforge/levent/files/libevent-2.1.1-alpha.tar.gz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=01b9d568e26668d3cf67835cb064289b

@ -1,7 +1,7 @@
DEFINED_PHASES=configure install prepare test
DEPEND=ssl? ( dev-libs/openssl )
DESCRIPTION=A library to execute a function when a specific event occurs on a file descriptor
EAPI=4
EAPI=5
HOMEPAGE=http://libevent.org/
IUSE=+ssl static-libs test
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
@ -10,4 +10,4 @@ RDEPEND=ssl? ( dev-libs/openssl ) !<=dev-libs/9libs-1.0
SLOT=0
SRC_URI=mirror://github/libevent/libevent/libevent-2.1.2-alpha.tar.gz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a80bfefe0033746a375676b9ecfb1cb7
_md5_=46965de70392c34e3cb3548d0355837e

@ -1,5 +1,5 @@
DEFINED_PHASES=compile install
DEPEND=!dev-lisp/cl-asdf !dev-lisp/asdf-binary-locations !dev-lisp/gentoo-init !<dev-lisp/asdf-2.33-r3
DEPEND=!dev-lisp/cl-asdf !dev-lisp/asdf-binary-locations !dev-lisp/gentoo-init !<dev-lisp/asdf-2.33-r3 doc? ( <sys-apps/texinfo-5.0 virtual/texi2dvi )
DESCRIPTION=ASDF is Another System Definition Facility for Common Lisp
EAPI=5
HOMEPAGE=http://common-lisp.net/project/asdf/
@ -10,4 +10,4 @@ PDEPEND=~dev-lisp/uiop-2.33
SLOT=0/2.33-r4
SRC_URI=http://common-lisp.net/project/asdf/archives/asdf-2.33.tar.gz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=1f3c46e7e6868c9a08df0b6546109245
_md5_=2d8b1160bf12cac7ea3b21817c9ad93e

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-perl/List-MoreUtils sci-libs/profphd-utils virtual/perl-Module-Build dev-lang/perl[-build]
DESCRIPTION=Parsers and format conversion utilities used by (e.g.) profphd
EAPI=5
HOMEPAGE=http://rostlab.org/
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
RDEPEND=dev-perl/List-MoreUtils dev-lang/perl[-build]
SLOT=0
SRC_URI=ftp://rostlab.org/librg-utils-perl/librg-utils-perl-1.0.43.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 36e6377b0e31856b6d62af831661c4f3 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b3b5a6985c628672941a4d489af4697d

@ -1,13 +0,0 @@
DEFINED_PHASES=compile install postinst postrm prepare setup test
DEPEND=dev-python/numpy test? ( dev-python/pytest dev-python/numpy dev-python/matplotlib dev-python/pyfits dev-python/pywcs ) =dev-lang/python-2*
DESCRIPTION=Astronomical Plotting Library in Python
EAPI=4
HOMEPAGE=http://aplpy.github.com/ http://pypi.python.org/pypi/APLpy
IUSE=test
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-3
RDEPEND=dev-python/numpy dev-python/matplotlib dev-python/pyfits dev-python/pywcs =dev-lang/python-2*
SLOT=0
SRC_URI=mirror://github/aplpy/aplpy/APLpy-0.9.8.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=65ca1436b7715159b20bfdfcddc596ed

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/numpy test? ( dev-python/pytest[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/numpy dev-python/matplotlib dev-python/pyfits dev-python/pywcs ) python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
DEPEND=dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/pytest[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/matplotlib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/pyfits[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/pywcs[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
DESCRIPTION=Astronomical Plotting Library in Python
EAPI=5
HOMEPAGE=http://aplpy.github.com/
IUSE=test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7
IUSE=test python_targets_python2_6 python_targets_python2_7
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-3
RDEPEND=dev-python/numpy dev-python/matplotlib dev-python/pyfits dev-python/pywcs python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
RDEPEND=dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/matplotlib[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/pyfits[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/pywcs[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=mirror://github/aplpy/aplpy/APLpy-0.9.8.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=dc0aea2bd618b819111d5d73b283603a
_md5_=1f766451bc347419b2cbd366d9089436

@ -1,13 +0,0 @@
DEFINED_PHASES=compile install postinst postrm prepare test
DEPEND=dev-python/numpy dev-lang/python test? ( dev-python/nose )
DESCRIPTION=An extensible ASCII table reader
EAPI=3
HOMEPAGE=http://pypi.python.org/pypi/asciitable http://cxc.harvard.edu/contrib/asciitable
IUSE=test
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
RDEPEND=dev-python/numpy dev-lang/python
SLOT=0
SRC_URI=mirror://pypi/a/asciitable/asciitable-0.8.0.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=e62a88e2e67f23d0bd0d19cb74dd9a60

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] test? ( dev-python/nose[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] ) 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 ) 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_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)]
DEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] test? ( dev-python/nose[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
DESCRIPTION=An extensible ASCII table reader
EAPI=5
HOMEPAGE=http://pypi.python.org/pypi/asciitable http://cxc.harvard.edu/contrib/asciitable
IUSE=test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2
HOMEPAGE=http://cxc.harvard.edu/contrib/asciitable
IUSE=test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
RDEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] 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 ) 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_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)]
RDEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
SLOT=0
SRC_URI=mirror://pypi/a/asciitable/asciitable-0.8.0.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b17a1ff690a2f37fa2650a8581f2241d
_md5_=ace5ac9b48b33e13be26755232fc8d1b

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6[sqlite] ) python_targets_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
DESCRIPTION=Astronomical tables support for Python
EAPI=5
HOMEPAGE=http://atpy.github.com
IUSE=+fits hdf5 mysql postgres sqlite +votable python_targets_python2_6 python_targets_python2_7
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-3
RDEPEND=dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/asciitable[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] fits? ( virtual/pyfits[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) hdf5? ( dev-python/h5py[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) mysql? ( dev-python/mysql-python[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) postgres? ( dev-db/pygresql ) votable? ( virtual/pyvo[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[sqlite] ) python_targets_python2_7? ( dev-lang/python:2.7[sqlite] ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=mirror://github/atpy/atpy/ATpy-0.9.6.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=dbc3941cd94637026700d0689b9ede33

@ -11,4 +11,4 @@ REQUIRED_USE=test? ( jpeg tiff zlib )
SLOT=0
SRC_URI=http://www.effbot.org/downloads/Imaging-1.1.7.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d73f35f3f162e325ed21444db39a23cf
_md5_=dd28e2e48e9f066f36573102cf8df12c

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=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_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_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_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_pypy1_9(-),-python_single_target_pypy2_0(-)] doc? ( >=dev-python/sphinx-0.6 ) test? ( dev-python/twisted dev-python/unittest2 ) 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_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_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_pypy1_9(-),-python_single_target_pypy2_0(-)]
DEPEND=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_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] doc? ( >=dev-python/sphinx-0.6 ) test? ( dev-python/twisted dev-python/unittest2 ) python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)]
DESCRIPTION=A unittest extension offering automatic test suite discovery and easy test authoring
EAPI=5
HOMEPAGE=http://pypi.python.org/pypi/nose http://readthedocs.org/docs/nose/ https://bitbucket.org/jpellerin/nose
IUSE=doc examples test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_9 python_targets_pypy2_0
IUSE=doc examples test python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
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_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_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_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_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_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_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_pypy1_9(-),-python_single_target_pypy2_0(-)]
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_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)]
SLOT=0
SRC_URI=mirror://pypi/n/nose/nose-1.3.0.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ea31f121f6f529b49521f00e46808b66
_md5_=664c7c9c14a479492b49de208c9d2006

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=x11-libs/xpa-2.1.14 python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
DEPEND=>=x11-libs/xpa-2.1.14 python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
DESCRIPTION=Python interface to XPA to communicate with DS9
EAPI=5
HOMEPAGE=http://hea-www.harvard.edu/RD/ds9/pyds9/
IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7
IUSE=python_targets_python2_6 python_targets_python2_7
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=>=x11-libs/xpa-2.1.14 dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyfits[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
RDEPEND=>=x11-libs/xpa-2.1.14 dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/pyfits[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)]
SLOT=0
SRC_URI=http://hea-www.harvard.edu/RD/download/pyds9/pyds9-1.6.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=86359f080921b2fe3bd7c306436f55fe
_md5_=e0ebc866e24019f4c158bddba3446b8f

@ -1,13 +0,0 @@
DEFINED_PHASES=compile install postinst postrm prepare setup test
DEPEND=dev-python/numpy dev-python/setuptools !dev-python/astropy dev-python/stsci-distutils dev-python/d2to1 || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* ) test? ( dev-python/nose )
DESCRIPTION=Provides an interface to FITS formatted files under python
EAPI=4
HOMEPAGE=http://www.stsci.edu/resources/software_hardware/pyfits http://pypi.python.org/pypi/pyfits
IUSE=test
KEYWORDS=~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-python/numpy dev-python/setuptools !dev-python/astropy || ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-3.1* =dev-lang/python-2.7* =dev-lang/python-2.6* )
SLOT=0
SRC_URI=mirror://pypi/p/pyfits/pyfits-3.1.1.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 eutils 36e6377b0e31856b6d62af831661c4f3 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5d69489246c3bf74d5e806635360ef4e

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] !dev-python/astropy dev-python/stsci-distutils[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/d2to1[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
DESCRIPTION=Provides an interface to FITS formatted files under python
EAPI=5
HOMEPAGE=http://www.stsci.edu/resources/software_hardware/pyfits
IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3
KEYWORDS=~amd64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-python/numpy[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] !dev-python/astropy 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_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
SLOT=0
SRC_URI=mirror://pypi/p/pyfits/pyfits-3.1.2.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b5fdc3aeb501448c26dee43310655fef

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=sci-astronomy/wcslib-4.8.2 virtual/pkgconfig python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
DESCRIPTION=Python routines for handling the FITS World Coordinate System
EAPI=5
HOMEPAGE=https://trac6.assembla.com/astrolib/wiki
IUSE=python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=>=sci-astronomy/wcslib-4.8.2 virtual/pyfits !dev-python/astropy python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
RESTRICT=test
SLOT=0
SRC_URI=http://stsdas.stsci.edu/astrolib/pywcs-1.11-4.8.2.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e7a5ac9914e4c86d402ed114f73649ec

@ -4,10 +4,10 @@ DESCRIPTION=A simple Python socket pool
EAPI=5
HOMEPAGE=http://github.com/benoitc/socketpool/
IUSE=examples python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_9 python_targets_pypy2_0
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=MIT
RDEPEND=dev-python/gevent python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)]
SLOT=0
SRC_URI=mirror://pypi/s/socketpool/socketpool-0.5.2.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=51520c395b5b5ed8214d9d7c9327d4ed
_md5_=f02a69fa25cac06ce74320164330af13

@ -1,12 +0,0 @@
DEFINED_PHASES=compile install postinst postrm prepare
DEPEND=dev-python/setuptools dev-python/d2to1 dev-lang/python
DESCRIPTION=Utilities used to package some of STScI's Python projects
EAPI=3
HOMEPAGE=http://www.stsci.edu/resources/software_hardware/stsci_python http://pypi.python.org/pypi/stsci.distutils/
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-python/setuptools dev-python/d2to1 dev-lang/python
SLOT=0
SRC_URI=mirror://pypi/s/stsci.distutils/stsci.distutils-0.3.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=25197b881c0738decaa2783335e7dd2d

@ -1,12 +0,0 @@
DEFINED_PHASES=compile install postinst postrm prepare
DEPEND=dev-python/setuptools dev-python/d2to1 dev-lang/python
DESCRIPTION=Utilities used to package some of STScI's Python projects
EAPI=3
HOMEPAGE=http://www.stsci.edu/resources/software_hardware/stsci_python http://pypi.python.org/pypi/stsci.distutils/
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-python/setuptools dev-python/d2to1 dev-lang/python
SLOT=0
SRC_URI=mirror://pypi/s/stsci.distutils/stsci.distutils-0.3.1.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=260f814c8a8281883ddcab79dbbcd05e

@ -1,12 +0,0 @@
DEFINED_PHASES=compile install postinst postrm prepare
DEPEND=dev-python/setuptools dev-python/d2to1 dev-lang/python
DESCRIPTION=Utilities used to package some of STScI's Python projects
EAPI=3
HOMEPAGE=http://www.stsci.edu/resources/software_hardware/stsci_python http://pypi.python.org/pypi/stsci.distutils/
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-python/setuptools dev-python/d2to1 dev-lang/python
SLOT=0
SRC_URI=mirror://pypi/s/stsci.distutils/stsci.distutils-0.3.2.tar.gz
_eclasses_=distutils 77fc6005d2dfcc7bdb5ec363a49d9912 multilib 892e597faee02a5b94eb02ab512e7622 python dd56675d8e9f7e85d815a28c87383141 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=7f6a9584ae4f5da2009fa8cee20d27ad

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_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_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/d2to1[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_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_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_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_pypy1_9(-),-python_single_target_pypy2_0(-)]
DEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/d2to1[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)]
DESCRIPTION=Utilities used to package some of STScI's Python projects
EAPI=5
HOMEPAGE=http://www.stsci.edu/resources/software_hardware/stsci_python http://pypi.python.org/pypi/stsci.distutils/
IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_9 python_targets_pypy2_0
HOMEPAGE=http://www.stsci.edu/resources/software_hardware/stsci_python
IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_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_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/d2to1[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_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_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_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_pypy1_9(-),-python_single_target_pypy2_0(-)]
RDEPEND=dev-python/setuptools[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] dev-python/d2to1[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_5(-)?,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)]
SLOT=0
SRC_URI=mirror://pypi/s/stsci.distutils/stsci.distutils-0.3.2.tar.gz
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e61bde54db942e257d29c9d2b87483e5
_md5_=ceb3fbbfab2584b52ae5fe95fa5bbe4a

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-libs/expat !dev-python/astropy python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
DESCRIPTION=Python module to read VO tables into a numpy array
EAPI=5
HOMEPAGE=https://trac6.assembla.com/astrolib/wiki
IUSE=examples test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=dev-libs/expat !dev-python/astropy python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
RESTRICT=test
SLOT=0
SRC_URI=http://stsdas.stsci.edu/astrolib/vo-0.8.tar.gz test? ( http://svn6.assembla.com/svn/astrolib/trunk/vo/test/wfpc2_all.xml.gz )
_eclasses_=distutils-r1 28f569122728e4a4b52d45c00fc45fff eutils 36e6377b0e31856b6d62af831661c4f3 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 1abc4a4828358a8fc1c4d65e74ae4a19 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=11daf6eb52ddbc593286041efcb90740

@ -11,4 +11,4 @@ RESTRICT=!regex? ( test )
SLOT=12
SRC_URI=mirror://gnu/guile/guile-1.8.8.tar.gz
_eclasses_=autotools 0dc7b870a088cde4081c57cc7b394ad2 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils 36e6377b0e31856b6d62af831661c4f3 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=997bff1f66ff1287deefec6dc092e9fa
_md5_=46fe3e0583ae96844b20aae3329e9216

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

Loading…
Cancel
Save