Sync with portage [Sat Apr 21 11:12:37 MSK 2012].

mhiretskiy
root 12 years ago
parent da7a2a6e29
commit 2a3b7db74c

@ -0,0 +1,11 @@
diff -Naur keepassx-0.4.3/src/lib/random.cpp keepassx-0.4.3.new/src/lib/random.cpp
--- keepassx-0.4.3/src/lib/random.cpp 2009-06-28 16:22:31.000000000 +0200
+++ keepassx-0.4.3.new/src/lib/random.cpp 2012-04-19 00:20:15.757415510 +0200
@@ -19,6 +19,7 @@
***************************************************************************/
#include "random.h"
+#include <unistd.h>
#if defined(Q_WS_X11) || defined(Q_WS_MAC)

@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.4.3.ebuild,v 1.5 2011/04/10 04:54:59 abcd Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/keepassx/keepassx-0.4.3.ebuild,v 1.6 2012/04/20 23:05:21 tgurr Exp $
EAPI="3"
EAPI="4"
inherit qt4-r2
DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions."
DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions"
HOMEPAGE="http://keepassx.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@ -21,6 +21,8 @@ DEPEND="x11-libs/qt-core:4
|| ( >=x11-libs/libXtst-1.1.0 <x11-proto/xextproto-7.1.0 )"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}"/${P}-gcc47.patch )
src_configure() {
local conf_pch
use pch && conf_pch="PRECOMPILED=1" || conf_pch="PRECOMPILED=0"
@ -33,10 +35,10 @@ src_configure() {
src_compile() {
# workaround compile failure due to distcc, bug #214327
PATH=${PATH/\/usr\/lib\/distcc\/bin:}
emake || die "emake failed"
emake
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc changelog || die "dodoc failed"
emake DESTDIR="${D}" install
dodoc changelog
}

@ -1,3 +1,2 @@
DIST cdemu-client-1.2.0.tar.bz2 94066 RMD160 18c3dbb47cd384fdaa028dba3d22f78b3ee7c5d3 SHA1 ceee8c59ee09c034ce8e4c8561e10a7c8fe7ddd2 SHA256 e92c422e9283837e5d8a72b7815d127262d73c63e043675994f73e4bda227d33
DIST cdemu-client-1.4.0.tar.gz 119584 RMD160 f15688157c3f7a537db33c3d58b5a5500c277c4f SHA1 240d909f04f5646231406a6eef6ceee262ba0c25 SHA256 d3223c9410217f45cd1df25a85cf3dc3cf361410e31911840efc79c729202ed2
DIST cdemu-client-1.5.0.tar.bz2 97987 RMD160 1aa70e2d0be0623dfe84fb6a5ee1b491e01de516 SHA1 368320948eee567a09b24247b77ff42ea93d0497 SHA256 d4d7e3d232f799830c1c480d69f8789468552602e2737b0b0207f4d449095f99

@ -1,48 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemu/cdemu-1.2.0.ebuild,v 1.6 2011/12/31 21:22:20 tetromino Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit python
DESCRIPTION="Command-line tool for controlling the CDEmu daemon (cdemud)"
HOMEPAGE="http://cdemu.org"
SRC_URI="mirror://sourceforge/cdemu/cdemu-client-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-python/dbus-python
~app-cdr/cdemud-${PV}"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.21"
S=${WORKDIR}/cdemu-client-${PV}
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
# disable compilation of python modules
echo '#!/bin/sh' > py-compile || die
}
src_install() {
emake install DESTDIR="${D}" || die "install failed"
dodoc AUTHORS ChangeLog README
}
pkg_postinst() {
python_mod_optimize cdemu
python_need_rebuild
}
pkg_postrm() {
python_mod_cleanup cdemu
}

@ -1,3 +1,2 @@
DIST cdemu-daemon-1.2.0.tar.bz2 185441 RMD160 0bc2ea8f2fb2300231d1b97a929b8048f3691c34 SHA1 932c5400142332ee4714615d588dad0a603ee715 SHA256 ded6633e0987b2bdc7ffdb68c8e41b1f0294e5c1ddf3d48a0f4c6d116509d98d
DIST cdemu-daemon-1.4.0.tar.gz 174194 RMD160 77f633750918ccf2c4b5b299789cda730f49aee6 SHA1 b99c05c9d4c20a43a497d6e518e9041acb837a9c SHA256 369238cbcb923f3e4b54e9f5b346bea3199944344376cb7a4ea96643e1389854
DIST cdemu-daemon-1.5.0.tar.bz2 133865 RMD160 c16e988ade156d82c4343f712aed8be2e78c1224 SHA1 26a4bae051bc6c75f36b47bc663f9aed2467e1b7 SHA256 d0e122c7769ba11b640bb140657d1f31dc827904578437ac1d5aa84dcc88a74f

@ -1,42 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/cdemud-1.2.0.ebuild,v 1.5 2011/11/23 10:13:58 tetromino Exp $
EAPI="2"
DESCRIPTION="Daemon of the CDEmu optical media image mounting suite"
HOMEPAGE="http://www.cdemu.org"
SRC_URI="mirror://sourceforge/cdemu/cdemu-daemon-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="alsa pulseaudio"
RDEPEND=">dev-libs/dbus-glib-0.6
>=dev-libs/libdaemon-0.10
>=dev-libs/libmirage-1.2.0
media-libs/libao[alsa?,pulseaudio?]
>=sys-fs/vhba-1.2.1
>=sys-fs/sysfsutils-2.1.0"
DEPEND="${RDEPEND}"
S=${WORKDIR}/cdemu-daemon-${PV}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README || die
newconfd "${FILESDIR}/${PN}.conf.d-1.1.0" ${PN} || die
newinitd "${FILESDIR}/${PN}.init.d-1.1.0" ${PN} || die
}
pkg_postinst() {
elog "Either cdemu group users can start"
elog "their own daemons or you can start"
elog "a systembus style daemon, adding"
elog "${PN} to the default runlevel by"
elog " # rc-update add ${PN} default"
elog "as root. Systembus style daemons can be configured"
elog "in /etc/conf.d/{PN}"
}

@ -1,9 +0,0 @@
# Config file for /etc/init.d/cdemu-daemon
CDEMUD_DEVICES="1"
# You can use all backends libao has been built with.
# This includes for example: (<audio system> -> <driver name>)
# pulseaudio -> pulse
# alsa -> alsa
CDEMUD_AUDIO_DRIVER="null"

@ -1,24 +0,0 @@
#!/sbin/runscript
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdemud/files/cdemud.init.d-1.1.0,v 1.4 2010/02/09 06:32:08 pva Exp $
depend() {
need dbus
[ "${CDEMUD_AUDIO_DRIVER}" = alsa ] && need alsasound
}
start() {
ebegin "Loading CDemu userspace daemon"
start-stop-daemon --quiet --start \
--exec /usr/bin/cdemud -- \
-d -c /dev/vhba_ctl -n ${CDEMUD_DEVICES} -a ${CDEMUD_AUDIO_DRIVER}
eend $?
}
stop() {
ebegin "Stopping CDemu userspace daemon"
/usr/bin/cdemud -k
eend $?
}

@ -1,3 +1,2 @@
DIST gcdemu-1.2.0.tar.bz2 317098 RMD160 d4b145c827f54d1e1b38c90cc04dcdd64a690548 SHA1 51fd7c9addf9439019ee5c7966b7c449d2c34128 SHA256 02e43c003f9cc8bc8f6a5e7fd7b6e7159c69d858b229702a1c66119404af8bde
DIST gcdemu-1.4.0.tar.gz 127488 RMD160 e8747372eff629c0008518765268bb742fe4637d SHA1 aa0dc608675f6b8e3343d3200f014c6eb1e749b1 SHA256 c8a1f7b6ced6926e49315f3f69a51253ec4ec523b7bd362ddeb08408c5a505a0
DIST gcdemu-1.5.0.tar.bz2 106163 RMD160 df52b724d4f9a72363a6102bdf1481adb7ffd699 SHA1 7f29b3978a3e759dd650c1bdc8d4173ca899b794 SHA256 43f3da30eb95759618d258acd312f45a7fe4a9792952954c77b0fea9459d0c85

@ -1,33 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/gcdemu/gcdemu-1.2.0.ebuild,v 1.7 2011/11/23 10:14:58 tetromino Exp $
EAPI="1"
inherit gnome2
DESCRIPTION="Gtk+ GUI for controlling the CDEmu daemon (cdemud)"
HOMEPAGE="http://cdemu.org/"
SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="libnotify"
COMMON_DEPEND=">=dev-lang/python-2.4
>=dev-python/pygtk-2.6
>=dev-python/pygobject-2.6:2
>=dev-python/libgnome-python-2.6
>=dev-python/gnome-applets-python-2.6
dev-python/gconf-python
>=dev-python/dbus-python-0.71
>=app-cdr/cdemud-1.0.0"
DEPEND="${COMMON_DEPEND}
app-text/gnome-doc-utils
dev-util/pkgconfig
dev-util/intltool"
RDEPEND="${COMMON_DEPEND}
libnotify? ( dev-python/notify-python )"
DOCS="AUTHORS ChangeLog README"

@ -1,11 +1,5 @@
DIST ACE+TAO+CIAO-5.6.1.tar.bz2 24590534 RMD160 2ab740d3efd3b0b804ccec9c5af4ac8762afc237 SHA1 3b1ed3e4b5f8b52041af78a3179396ff9dd907c0 SHA256 3c8b70de975189abbdd0f27dec98b14b11d972185763aa3720ef1fe444c437b5
DIST ACE+TAO+CIAO-5.6.5.tar.bz2 28235274 RMD160 bcc2cb8f851d6c9d346ea111a9eecf8f8b14f802 SHA1 2dec77f253401f5ea33019da16408e42232725fd SHA256 8db1ec565bb2ca80354a740bbce18f4c5e41af888a79e7f207b0cd9f9636f571
DIST ACE+TAO+CIAO-5.7.2.tar.bz2 49824451 RMD160 b95d235ab5ce73e04296863a41b7f2fd0fcdd561 SHA1 f91012d2ac53a2e7cf0960d72cbb0b1d720b946e SHA256 5290e378c9417892e7e57eef06e74affeb6a93ba3e7c67e24e02e72c282ea37a
DIST ACE+TAO-5.6.1.tar.bz2 20388344 RMD160 ced8ec06cea29fe72bd386c8d302b8f0813bbebe SHA1 7988a95e59e32077196abc7e46338511646faade SHA256 b64257b0478949065385943915e26a49641f1fb1ca9d8f5dbf823545a916d0b6
DIST ACE+TAO-5.6.5.tar.bz2 23736201 RMD160 5a866a3d4be41bcbb68b87542cb7a73d4ddc1bae SHA1 3d0b07ed83651a32281359a2a8d233bfc9b3f9ed SHA256 8b32b5b553dfe608451a3b008d3f8d4f3dc441821804f207363cf1a622b6290d
DIST ACE+TAO-5.7.2.tar.bz2 26111373 RMD160 b0241c08ecb084d8c25198f7b30d09e408f2042b SHA1 bdeb0de58663f146f6cf8c1fe67507bdfbecfc2c SHA256 95d9bfe506bfe55e489863413d83f214d2f6948a836449ed4dce6cf8c7d05d1d
DIST ACE-5.5+TAO-1.5.tar.bz2 19518497 RMD160 a11421585630071a24d9c1f6ba2d4bdd81b25e9b SHA1 b4fc49e8fc9e3fea96d308971ebfe17a124f061e SHA256 48bac6620ceda1801cdaa9751a6b0b01be960fd34607897fb823adfe5114797d
DIST ACE-5.5.tar.bz2 7595626 RMD160 300763ae9e46975ec35fb0cbe0d9b1959058c2dc SHA1 4b80d60e56b4469ddfcb109a4ee973d0316c44ba SHA256 174f665d96edd8af2b38123e0c94039f8f429ecee99d9cb761afde1a082f5ddd
DIST ACE-5.6.1.tar.bz2 7907583 RMD160 644c6f58a33b9458b2eafe92578287a9d89cfc96 SHA1 ca788beab7074d179036e51ccd513dde53bfe2d6 SHA256 211a2448de16b0425b2d53ab6609829976b9cd55406699e97f863b6e9ff1f345
DIST ACE-5.6.5.tar.bz2 8901969 RMD160 2264ed23716dd45aa4095d2e30c4e2ff78d60a4f SHA1 9696ce572787dd586d34643a82a49d0f8808e422 SHA256 8d7d24348b0cc67a68165af0f17ee5d8ad906ec303aa2c0bbab23d931acc036f
DIST ACE-5.7.2.tar.bz2 9724175 RMD160 7e6e349dcab5587b85b6c86dda7d602b68e340f7 SHA1 f2d172a589f087be1c6299c714b6d92d9c69f9cb SHA256 e358281a93cbc932351030675fb7956875f996e0dc42cf1f499a2d5bd018e0ad

@ -1,76 +0,0 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.6.1.ebuild,v 1.2 2007/10/08 09:06:40 dragonheart Exp $
inherit toolchain-funcs
DESCRIPTION="The Adaptive Communications Environment"
HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
SRC_URI="!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 )
tao? (
!ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-${PV}.tar.bz2 )
ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-${PV}.tar.bz2 )
)"
LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64"
IUSE="X ipv6 tao ciao"
COMMON_DEPEND="dev-libs/openssl"
# TODO probably more
RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"
DEPEND="${COMMON_DEPEND}
X? ( x11-proto/xproto )"
S="${WORKDIR}/ACE_wrappers"
src_compile() {
export ACE_ROOT="${S}"
mkdir build
cd build
# This disables a silly test which fills the memory
# waiting for a bad_alloc exception and happily
# leaking memory (bug #169647)
export ace_cv_new_throws_bad_alloc_exception="yes"
ECONF_SOURCE="${S}"
econf \
--enable-lib-all \
$(use_with X) \
$(use_enable ipv6) \
|| die "econf died"
# --with-qos needs ACE_HAS_RAPI
emake static_libs=1 || die "emake failed"
}
src_install() {
cd build
emake ACE_ROOT="${S}" DESTDIR="${D}" install || die "failed to install"
insinto /usr/include/ace
doins "${S}/ace/OS.inl"
doins "${S}/ace/Select_Reactor.h"
# punt gperf stuff
rm -rf "${D}/usr/bin" "${D}/usr/share"
}
src_test() {
cd "${S}/build"
emake ACE_ROOT="${S}" check || die "self test failed"
sed -i -e "^#define PACKAGE_.*//g" /usr/include/ace/config.h
}
pkg_postinst() {
local CC_MACHINE=$($(tc-getCC) -dumpmachine)
if [ -d "/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" ]; then
ewarn "moving /usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace to"
ewarn "ace.old"
ewarn "This is required, as anything trying to compile against ACE will"
ewarn "have problems with conflicting OS.h files if this is not done."
mv "/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" \
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace.old"
fi
}

@ -1,80 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.6.5-r1.ebuild,v 1.2 2008/11/04 13:36:07 dragonheart Exp $
inherit toolchain-funcs eutils
DESCRIPTION="The Adaptive Communications Environment"
HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
SRC_URI="!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 )
tao? (
!ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-${PV}.tar.bz2 )
ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-${PV}.tar.bz2 )
)"
LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64"
IUSE="X ipv6 tao ciao"
COMMON_DEPEND="dev-libs/openssl"
# TODO probably more
RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"
DEPEND="${COMMON_DEPEND}
X? ( x11-proto/xproto )"
S="${WORKDIR}/ACE_wrappers"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/ace-missing-refcountable-header.patch
}
src_compile() {
export ACE_ROOT="${S}"
mkdir build
cd build
ECONF_SOURCE="${S}"
econf \
--enable-lib-all \
$(use_with X) \
$(use_enable ipv6) \
|| die "econf died"
# --with-qos needs ACE_HAS_RAPI
emake static_libs=1 || die "emake failed"
}
src_install() {
cd build
emake ACE_ROOT="${S}" DESTDIR="${D}" install || die "failed to install"
insinto /usr/include/ace
doins \
"${S}/ace/Svc_Conf_Token_Table.h" \
"${S}/ace/Unbounded_Set_Ex.inl" \
"${S}/ace/Unbounded_Set_Ex.h" \
"${S}/ace/Unbounded_Set_Ex.cpp"
# punt gperf stuff
rm -rf "${D}/usr/bin" "${D}/usr/share"
}
src_test() {
cd "${S}/build"
emake ACE_ROOT="${S}" check || die "self test failed"
sed -i -e "^#define PACKAGE_.*//g" /usr/include/ace/config.h
}
pkg_postinst() {
local CC_MACHINE=$($(tc-getCC) -dumpmachine)
if [ -d "/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" ]; then
ewarn "moving /usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace to"
ewarn "ace.old"
ewarn "This is required, as anything trying to compile against ACE will"
ewarn "have problems with conflicting OS.h files if this is not done."
mv "/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" \
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace.old"
fi
}

@ -1,81 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.6.5-r2.ebuild,v 1.1 2008/12/14 11:56:46 mrness Exp $
inherit toolchain-funcs eutils
DESCRIPTION="The Adaptive Communications Environment"
HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
SRC_URI="!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 )
tao? (
!ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-${PV}.tar.bz2 )
ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-${PV}.tar.bz2 )
)"
LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64"
IUSE="X ipv6 tao ciao"
COMMON_DEPEND="dev-libs/openssl"
# TODO probably more
RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"
DEPEND="${COMMON_DEPEND}
X? ( x11-proto/xproto )"
S="${WORKDIR}/ACE_wrappers"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/ace-missing-refcountable-header.patch
}
src_compile() {
export ACE_ROOT="${S}"
mkdir build
cd build
ECONF_SOURCE="${S}"
econf \
--enable-lib-all \
$(use_with X) \
$(use_enable ipv6) \
|| die "econf died"
# --with-qos needs ACE_HAS_RAPI
emake static_libs=1 || die "emake failed"
}
src_install() {
cd build
emake ACE_ROOT="${S}" DESTDIR="${D}" install || die "failed to install"
insinto /usr/include/ace
doins \
"${S}/ace/Svc_Conf_Token_Table.h" \
"${S}/ace/Unbounded_Set_Ex.inl" \
"${S}/ace/Unbounded_Set_Ex.h" \
"${S}/ace/Unbounded_Set_Ex.cpp"
# punt gperf stuff
rm -rf "${D}/usr/bin" "${D}/usr/share"
# remove PACKAGE_* definitions from installed config.h (#192676)
sed -i -e "s:^[ \t]*#define[ \t]\+PACKAGE_.*$:/\* & \*/:g" "${D}/usr/include/ace/config.h"
}
src_test() {
cd "${S}/build"
emake ACE_ROOT="${S}" check || die "self test failed"
}
pkg_postinst() {
local CC_MACHINE=$($(tc-getCC) -dumpmachine)
if [ -d "/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" ]; then
ewarn "moving /usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace to"
ewarn "ace.old"
ewarn "This is required, as anything trying to compile against ACE will"
ewarn "have problems with conflicting OS.h files if this is not done."
mv "/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" \
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace.old"
fi
}

@ -1,76 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.6.5.ebuild,v 1.1 2008/06/20 14:21:27 dragonheart Exp $
inherit toolchain-funcs
DESCRIPTION="The Adaptive Communications Environment"
HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html"
SRC_URI="!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.tar.bz2 )
tao? (
!ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-${PV}.tar.bz2 )
ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-${PV}.tar.bz2 )
)"
LICENSE="BSD as-is"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64"
IUSE="X ipv6 tao ciao"
COMMON_DEPEND="dev-libs/openssl"
# TODO probably more
RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"
DEPEND="${COMMON_DEPEND}
X? ( x11-proto/xproto )"
S="${WORKDIR}/ACE_wrappers"
src_compile() {
export ACE_ROOT="${S}"
mkdir build
cd build
# This disables a silly test which fills the memory
# waiting for a bad_alloc exception and happily
# leaking memory (bug #169647)
#export ace_cv_new_throws_bad_alloc_exception="yes"
ECONF_SOURCE="${S}"
econf \
--enable-lib-all \
$(use_with X) \
$(use_enable ipv6) \
|| die "econf died"
# --with-qos needs ACE_HAS_RAPI
emake static_libs=1 || die "emake failed"
}
src_install() {
cd build
emake ACE_ROOT="${S}" DESTDIR="${D}" install || die "failed to install"
insinto /usr/include/ace
doins "${S}/ace/OS.inl"
doins "${S}/ace/Select_Reactor.h"
# punt gperf stuff
rm -rf "${D}/usr/bin" "${D}/usr/share"
}
src_test() {
cd "${S}/build"
emake ACE_ROOT="${S}" check || die "self test failed"
sed -i -e "^#define PACKAGE_.*//g" /usr/include/ace/config.h
}
pkg_postinst() {
local CC_MACHINE=$($(tc-getCC) -dumpmachine)
if [ -d "/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" ]; then
ewarn "moving /usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace to"
ewarn "ace.old"
ewarn "This is required, as anything trying to compile against ACE will"
ewarn "have problems with conflicting OS.h files if this is not done."
mv "/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace" \
"/usr/$(get_libdir)/gcc-lib/${CC_MACHINE}/$(gcc-fullversion)/include/ace.old"
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.7.2.ebuild,v 1.2 2010/07/13 00:19:11 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.7.2.ebuild,v 1.3 2012/04/20 19:30:22 pacho Exp $
inherit toolchain-funcs eutils
@ -33,6 +33,8 @@ src_unpack() {
if has_version ">=dev-libs/openssl-1.0.0"; then
sed -i -e 's:SSL_METHOD:const SSL_METHOD:' configure || die
fi
sed -i -e 's/-O3//' configure || die
}
src_compile() {

@ -0,0 +1,27 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild,v 1.1 2012/04/20 19:20:40 tove Exp $
EAPI=4
MODULE_AUTHOR=DANIEL
MODULE_VERSION=0.07
inherit perl-module
DESCRIPTION="Seamless DB schema up- and downgrades"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-perl/File-Slurp
virtual/perl-File-Spec
dev-perl/DBI
dev-perl/Class-Accessor"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? (
dev-perl/DBD-SQLite
)"
SRC_TEST=do

@ -1 +1,2 @@
DIST DBIx-Migration-0.06.tar.gz 5595 RMD160 fa94476135ca414bdef0f492b829da18095224c2 SHA1 92d78cbe35abb95a593d2879e6c9f3170ccb91c5 SHA256 9c6fc8566d9f980b1b0afcadd0045a367161e74d05cb679e794524a73b0a9d07
DIST DBIx-Migration-0.07.tar.gz 5602 RMD160 d5f3df53c20fa827924e12dc1a82dcaf0e16e396 SHA1 e207e77235fe26cfbbed6a73ea38317ef9d3e43f SHA256 7ffb6ba3cf654bc8b84c163b336b2e108f5332a3db39d612c270ed063dcdc142

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.730.0.ebuild,v 1.1 2012/03/18 09:41:05 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.730.0.ebuild,v 1.2 2012/04/21 02:18:03 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=DROLSKY
MODULE_VERSION=0.73
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="A date and time object"

@ -0,0 +1,31 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DateTime/DateTime-0.740.0.ebuild,v 1.1 2012/04/21 02:18:03 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=DROLSKY
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="A date and time object"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Params-Validate-0.76
>=virtual/perl-Time-Local-1.04
>=dev-perl/DateTime-TimeZone-1.09
>=dev-perl/DateTime-Locale-0.44
dev-perl/Math-Round
"
DEPEND="${RDEPEND}
virtual/perl-Module-Build
test? (
dev-perl/Test-Fatal
)
"
SRC_TEST="do"

@ -2,3 +2,4 @@ DIST DateTime-0.55.tar.gz 198203 RMD160 5049db8b9ce3526caa87c8ed6f3b5411f0b97d82
DIST DateTime-0.70.tar.gz 177418 RMD160 2f407f04e924efe8ceb3de08901aad28da404f8b SHA1 016bd671ea2f135a8bd4f6a8ad06fa2ceaf585be SHA256 26084f067b2055e6286cd27c97e8a7298fbec251bfeee55df8886c835ff5e779
DIST DateTime-0.72.tar.gz 170910 RMD160 3dbed542212e1b2176976c758942a53027bdb1bd SHA1 0fb0179a3d689ce7da703f13180083ccd12b6228 SHA256 b05a90f2010cd97f2c6dcb3c58b54c792f703390073787319d9a4db91e940459
DIST DateTime-0.73.tar.gz 171082 RMD160 0c02b296b2c10ed1f3c04943ac517fe0794dc2de SHA1 a6162cf7996f7c3b970fb0d4efb6a389a39b85c3 SHA256 088f8f9b4418640a12709b4b1eb8ab5c0521da05303ee596536798bc3a24bd8b
DIST DateTime-0.74.tar.gz 171130 RMD160 edad8b939c49924b8ed7f73176d64bce2c0cb1d0 SHA1 853bb737a14a5d65fcc974728339a65752e71b16 SHA256 1e23cdb8425f61ea64da4fd136b5f7a3f5fa258a39303a24e1e34c1b88a54b71

@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Remove/File-Remove-1.500.0.ebuild,v 1.1 2011/08/05 18:19:58 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Remove/File-Remove-1.500.0.ebuild,v 1.2 2012/04/21 02:20:44 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=ADAMK
MODULE_VERSION=1.50
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Remove files and directories"

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Remove/File-Remove-1.510.0.ebuild,v 1.8 2012/04/17 21:54:06 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Remove/File-Remove-1.510.0.ebuild,v 1.9 2012/04/21 02:20:44 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=ADAMK
MODULE_VERSION=1.51
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Remove files and directories"

@ -0,0 +1,20 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Remove/File-Remove-1.520.0.ebuild,v 1.1 2012/04/21 02:20:44 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=ADAMK
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Remove files and directories"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND=">=virtual/perl-File-Spec-0.84"
DEPEND="${RDEPEND}"
SRC_TEST="do"

@ -1,3 +1,4 @@
DIST File-Remove-1.42.tar.gz 27592 RMD160 4dbc9d092e436984c876126fe716027a9a5ff8b5 SHA1 09d2bf0d6a86155e17fe4a82e177d5f1c31d39e2 SHA256 2ec2643c4e1a721965ed70ce184b72ae831c82b577420612a59eba8a0ce2a504
DIST File-Remove-1.50.tar.gz 36224 RMD160 06424c49e6b2b625fa7ca7a54eb21596445927f0 SHA1 13c3ca54d946c77c9df9e8624b74bb4d72b91f30 SHA256 3e712fc9cd0605610e992aaf9bbe05aea53dae2b4076bb1f5ac07065ad6a2293
DIST File-Remove-1.51.tar.gz 36904 RMD160 d176fbe63aa62cc1cbcc86996483d8de2374aff0 SHA1 7a2e6f2e993dd0bcb9872baf04fee621fe111f13 SHA256 edf68d44a05b330e04677b9f861fcfe17f0263fe6f88058f5fcd9fd00533fdeb
DIST File-Remove-1.52.tar.gz 38230 RMD160 968344ad7b06b574fff9567e1755a0047a79ad05 SHA1 35594cf6bbdb36d9082167f578d3a7f0b51f5dae SHA256 4154dc574b8a9a3a555d323f152ac742363c6a69c1f61de15b72728813550bdd

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/IO-AIO-4.120.0.ebuild,v 1.1 2012/03/02 00:01:21 robbat2 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/IO-AIO-4.120.0.ebuild,v 1.2 2012/04/21 02:23:26 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=MLEHMANN
MODULE_VERSION=4.12
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Asynchronous Input/Output"

@ -0,0 +1,20 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-AIO/IO-AIO-4.150.0.ebuild,v 1.1 2012/04/21 02:23:26 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=MLEHMANN
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Asynchronous Input/Output"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="dev-perl/common-sense"
RDEPEND="${DEPEND}"
SRC_TEST="do"

@ -5,3 +5,4 @@ DIST IO-AIO-3.6.tar.gz 107887 RMD160 c39c2b47d6372ffcc07bb3bd1e15810f497b8cef SH
DIST IO-AIO-3.65.tar.gz 108151 RMD160 9f27eadfcd516fcbe8193d5c5f07fc5fc7a723a5 SHA1 53ca905d39475d54a3fe5683a35d2508a2d05cdb SHA256 c06451cb798c788c64cd632c0b083960ca09ef655743127c635aac83827fdf36
DIST IO-AIO-3.71.tar.gz 111141 RMD160 bdaa2665e2eb33486aadc71f8237b9de80d794c7 SHA1 726043b461eb3e3e4c60c10027175627d9e7dd49 SHA256 b294c083c7b874e6e38e15c3ca1328340f827b33d3a17c2047085ee69dcdf26a
DIST IO-AIO-4.12.tar.gz 134537 RMD160 cc7bc510d9d3d895b55b4ce662a1422d64826c5c SHA1 bc22d1e635c6530a83a9622fef551db18533cd0b SHA256 07d2619c522e7cfe83caffa0f2b77de8567d1bb4c82cc9768d283bedbd604667
DIST IO-AIO-4.15.tar.gz 140637 RMD160 13095220800547da8958a0f3301bf603c9a07c8e SHA1 27b321bc60a070945b6bae190e9f549e6678f15f SHA256 01d6d560250facc1c64b921b4aaf3c3fe40954d37a2a034a43b10d03743b2dcc

@ -1,2 +1,3 @@
DIST MogileFS-Client-Async-0.015.tar.gz 69683 RMD160 83744763e84dd1f26aa69ce7b9e749dcd8bc1d0e SHA1 4b03fe91782a7f6b91aa9c193d7c578ba48fbe93 SHA256 4bd8e4d20c606a2361119413c990e3d859f842a9bf039bb0c446aae635be2741
DIST MogileFS-Client-Async-0.018.tar.gz 23696 RMD160 8024248a089ae6ae85bd1c9f90747ef735b6cb8a SHA1 dc3a871c48205be71c162160620576692caaca92 SHA256 5793f568d15c0882e49d2d83eefaa8586f4c6aa5640348a8ff206d344cfb3dda
DIST MogileFS-Client-Async-0.022.tar.gz 24713 RMD160 e2b18b1f0185588de0cdef9ab781161cca01bc7b SHA1 fc1c642b9311bf86166763b5768dfe375dd7f997 SHA256 1869e1fd4a25b5570bb1bae3c225a83abde6b4e4b183c07e1ccaa8fd4a04d3ff

@ -0,0 +1,27 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.022.0.ebuild,v 1.1 2012/04/21 02:25:58 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=DLAMBLEY
MODULE_VERSION=${PV%.0}
inherit perl-module
DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-perl/IO-AIO
dev-perl/AnyEvent
dev-perl/AnyEvent-HTTP
dev-perl/File-Slurp
>=dev-perl/MogileFS-Client-1.16
dev-perl/Try-Tiny
dev-perl/namespace-clean"
DEPEND="${RDEPEND}"
# Tests only available if you have a local mogilefsd on 127.0.0.1:7001
#SRC_TEST="do"

@ -6,3 +6,4 @@ DIST MogileFS-Client-1.12.tar.gz 23049 RMD160 b89780a51ff04075f815645fae8d8e15c1
DIST MogileFS-Client-1.13.tar.gz 22780 RMD160 7cd1c96180503f548436088b00e8de8db97c33f7 SHA1 459b5219b573625808082ed6df901d3f6c2f1584 SHA256 95128b6468a15b2712fdac0bac5922e1cbdb51707de2c877906b2c0a51ad0d07
DIST MogileFS-Client-1.14.tar.gz 23378 RMD160 17647de69a020f745ecd8291c8ff388d391ca629 SHA1 261bca81d322ffa490ae5c7e7f34591a8baf5dd7 SHA256 eb5305a0656d3445f491e6bbdedafa8e031c144a4a63742c59a58fa8fc095a58
DIST MogileFS-Client-1.15.tar.gz 23477 RMD160 6b94433791378c089ed6a28ba86995d4651e09c1 SHA1 87aecce311cf42a4f64b10368660fbad4016efde SHA256 54edb7620b4bd1d01253150422a340e1a64c845ea178a51d78ad5ed570a726bb
DIST MogileFS-Client-1.16.tar.gz 23528 RMD160 a1aa8c1b4ce41fa92e96659ef148a040cb2fb400 SHA1 810fc6bd43276cd979a746e37ad1118953e89c3f SHA256 a1bd67c2af01353d3556b239006a02a61a50f01369d5f5e24290ec3c82511f91

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.150.0.ebuild,v 1.1 2012/01/29 08:35:39 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.150.0.ebuild,v 1.2 2012/04/21 02:24:49 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=DORMANDO
MODULE_VERSION=1.15
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Client library for the MogileFS distributed file system"

@ -0,0 +1,22 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.160.0.ebuild,v 1.1 2012/04/21 02:24:49 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=DORMANDO
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Client library for the MogileFS distributed file system"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=dev-perl/IO-stringy-2.110
dev-perl/libwww-perl"
DEPEND="${RDEPEND}"
# Tests only available if you have a local mogilefsd on 127.0.0.1:7001
#SRC_TEST="do"

@ -8,3 +8,4 @@ DIST MogileFS-Utils-2.19.tar.gz 38484 RMD160 46e615679e35e08799eeb6f106ff6eb44ef
DIST MogileFS-Utils-2.20.tar.gz 38524 RMD160 55c8313caf8686b1a95884bbbdb9501ad38fdc1d SHA1 9ff8b55ad0866f9ab44f1aee13713112799c019d SHA256 e4b704f150d4901b20265e62e006abcf78ae9a4854ec604b607fbf04a8f2d027
DIST MogileFS-Utils-2.21.tar.gz 38662 RMD160 ad97fa43905be987e5e1036fd2cc62e2aca2b1b3 SHA1 5d12d8fd03fd2bb466186d52a9cabc5053e7a7ec SHA256 346c37ce6525596c1c48a220c26b4bf855dedb4498c344db99e1476f7a4489e3
DIST MogileFS-Utils-2.22.tar.gz 39361 RMD160 0384a698d405d6afcf70e3a2a5c5a1eed2568e5d SHA1 55ca7412f5c05c0160f8841eec029babb9088329 SHA256 c1fc4cc8d2d689fbcf6ae323c42cfe1d6785f374a586a9a6a01f1db78f02b90e
DIST MogileFS-Utils-2.23.tar.gz 39660 RMD160 4edf3bf9872299adec3b584181cc194686cd8343 SHA1 bfd787b269248a5d8491acdba12ee8f7430dcf4c SHA256 2b6ef41721e8ccfcfdfba115794b00f1469b51d0f1b7ae2a373c4cd20e0dbff8

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.220.0.ebuild,v 1.1 2012/01/29 08:33:44 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.220.0.ebuild,v 1.2 2012/04/21 02:26:53 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=DORMANDO
MODULE_VERSION=2.22
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Server for the MogileFS distributed file system"

@ -0,0 +1,20 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Utils/MogileFS-Utils-2.230.0.ebuild,v 1.1 2012/04/21 02:26:53 robbat2 Exp $
EAPI=4
MODULE_AUTHOR=DORMANDO
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Server for the MogileFS distributed file system"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="virtual/perl-IO-Compress
dev-perl/libwww-perl
>=dev-perl/MogileFS-Client-1.16"
DEPEND="${RDEPEND}"

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/mogilefs-server/mogilefs-server-2.600.0.ebuild,v 1.1 2012/04/20 18:17:11 robbat2 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/mogilefs-server/mogilefs-server-2.600.0.ebuild,v 1.2 2012/04/21 02:29:20 robbat2 Exp $
EAPI=4
MY_PN=MogileFS-Server
MODULE_AUTHOR=DORMANDO
MODULE_VERSION=${PV:0:4}
MODULE_VERSION=${PV%0.0}
inherit perl-module
DESCRIPTION="Server for the MogileFS distributed file system"
@ -25,10 +25,10 @@ RDEPEND="dev-perl/Net-Netmask
>=dev-perl/Danga-Socket-1.61
>=dev-perl/Sys-Syscall-0.22
>=dev-perl/Perlbal-1.790
dev-perl/IO-AIO
>=dev-perl/IO-AIO-4
dev-perl/libwww-perl
>=dev-perl/MogileFS-Client-1.14
>=dev-perl/MogileFS-Utils-2.20
>=dev-perl/MogileFS-Client-1.16
>=dev-perl/MogileFS-Utils-2.23
dev-perl/Cache-Memcached
mysql? ( dev-perl/DBD-mysql )
postgres? ( dev-perl/DBD-Pg )

@ -0,0 +1,31 @@
From 865a813078c1b447713aeb1f1bb860c441a88365 Mon Sep 17 00:00:00 2001
From: Jon Salz <jsalz@chromium.org>
Date: Fri, 20 Apr 2012 02:41:50 +0800
Subject: [PATCH] Fix importing of nested modules.
https://github.com/joshmarshall/jsonrpclib/issues/15
---
jsonrpclib/jsonclass.py | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/jsonrpclib/jsonclass.py b/jsonrpclib/jsonclass.py
index 298c3da..1d86d5f 100644
--- a/jsonrpclib/jsonclass.py
+++ b/jsonrpclib/jsonclass.py
@@ -129,6 +129,13 @@ def load(obj):
except ImportError:
raise TranslationError('Could not import %s from module %s.' %
(json_class_name, json_module_tree))
+
+ # The returned class is the top-level module, not the one we really
+ # want. (E.g., if we import a.b.c, we now have a.) Walk through other
+ # path components to get to b and c.
+ for i in json_module_parts[1:]:
+ temp_module = getattr(temp_module, i)
+
json_class = getattr(temp_module, json_class_name)
# Creating the object...
new_obj = None
--
1.7.3.4

@ -0,0 +1,33 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/jsonrpclib-0_pre20110820-r1.ebuild,v 1.1 2012/04/20 19:43:57 vapier Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/joshmarshall/jsonrpclib.git"
inherit git-2
else
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~x86"
fi
DESCRIPTION="python implementation of the JSON-RPC spec (1.0 and 2.0)"
HOMEPAGE="https://github.com/joshmarshall/jsonrpclib"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
dev-python/simplejson"
src_prepare() {
epatch "${FILESDIR}"/${PN}-fix-nested-imports.patch
distutils_src_prepare
}

@ -1 +1,2 @@
DIST mkpythonproj-1.7.tar.gz 35372 RMD160 7ae195763d013a52343bdb3bbb152bbd713785a5 SHA1 9917b1783cc3158615db32e5378e76232c9c3e92 SHA256 725f3cb3ead276af246eadfccf5e69a75966d87929de2b616933d11a07a08113
DIST mkpythonproj-1.8.tar.gz 34676 RMD160 5973e0e81e62e19eb665d728b9fd9c8e7d5e4c33 SHA1 53cceceafffff024b9fd04c24a7e3e53eeb1af6d SHA256 6593318a2340f651f12313c3a70e2de1ae38b4f55abe6298cb056d8db583af07

@ -0,0 +1,32 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mkpythonproj/mkpythonproj-1.8.ebuild,v 1.1 2012/04/20 22:35:07 neurogeek Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="Creates the framework for a new Python project or script."
HOMEPAGE="http://www.seanet.com/~hgg9140/comp/mkpythonproj/doc/index.html"
SRC_URI="http://www.seanet.com/~hgg9140/comp/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND=""
RDEPEND=""
PYTHON_MODNAME="mkproj"
src_install() {
distutils_src_install
if use doc; then
dohtml -r doc/*html
fi
}

@ -0,0 +1 @@
DIST pandas-0.7.3.tar.gz 1446120 RMD160 dcc44a524faf983849dfddeaadd8eb63f33e0958 SHA1 a0efd656bd9c3fc88cc1eb64d10049e58a0a876f SHA256 b770599f37fe7ee3d30755c48c8a0916e7cc4e04fbb8d531eb2536b408b05d0d

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<longdescription lang='en'>
Pandas is a Python package providing fast, flexible, and expressive
data structures designed to make working with "relational" or
"labeled" data both easy and intuitive. It aims to be the
fundamental high-level building block for doing practical, real
world data analysis in Python.
</longdescription>
<use>
<flag name='excel'>Pull a few Python packages Microsoft Excel i/o</flag>
<flag name='R'>Enable support for R via <pkg>dev-python/rpy</pkg></flag>
</use>
</pkgmetadata>

@ -0,0 +1,61 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.7.3.ebuild,v 1.1 2012/04/20 19:44:30 bicatali Exp $
EAPI=4
# python cruft
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"
# python 3 might be working but does not pass nose tests
RESTRICT_PYTHON_ABIS="2.4 3.*"
inherit distutils
DESCRIPTION="Powerful data structures for data analysis and statistics"
HOMEPAGE="http://pandas.sourceforge.net/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="doc examples excel R"
CDEPEND="dev-python/numpy
dev-python/python-dateutil"
DEPEND="${CDEPEND}
doc? (
dev-python/ipython
dev-python/rpy
dev-python/sphinx
sci-libs/scikits_statsmodels
)"
RDEPEND="${CDEPEND}
dev-python/matplotlib
dev-python/pytables
dev-python/pytz
sci-libs/scikits_statsmodels
sci-libs/scipy
excel? (
dev-python/openpyxl
dev-python/xlrd
dev-python/xlwt
)
R? ( dev-python/rpy )"
src_compile() {
distutils_src_compile
if use doc; then
cd doc
"$(PYTHON -f)" make.py html || die
fi
}
src_install() {
distutils_src_install
use doc && dohtml -r doc/build/html
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

@ -0,0 +1,27 @@
From 38cf669e27fab9de187eb11dabd7d85d73d5f470 Mon Sep 17 00:00:00 2001
From: Jon Salz <jsalz@chromium.org>
Date: Fri, 20 Apr 2012 02:22:46 +0800
Subject: [PATCH] Process remaining bytes in the body, if any.
https://github.com/Lawouach/WebSocket-for-Python/issues/46
---
ws4py/client/__init__.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/ws4py/client/__init__.py b/ws4py/client/__init__.py
index aa4c8f2..29b1357 100644
--- a/ws4py/client/__init__.py
+++ b/ws4py/client/__init__.py
@@ -71,6 +71,9 @@ class WebSocketBaseClient(WebSocket):
self.handshake_ok()
+ if body != '':
+ self.process(body)
+
@property
def handshake_headers(self):
parts = urlsplit(self.url)
--
1.7.3.4

@ -0,0 +1,41 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ws4py/ws4py-0.2.1-r1.ebuild,v 1.1 2012/04/20 19:37:03 vapier Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit distutils eutils
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git"
inherit git-2
else
inherit vcs-snapshot
SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/tarball/v${PV} -> ${P}-src.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi
DESCRIPTION="WebSocket support for Python"
HOMEPAGE="https://github.com/Lawouach/WebSocket-for-Python"
LICENSE="BSD"
SLOT="0"
IUSE=""
#IUSE="client server"
# The gevent package isn't in the tree yet.
#RDEPEND="client? ( >=dev-python/gevent-0.13.6 )
# server? ( >=dev-python/gevent-0.13.6 )"
DEPEND=""
src_prepare() {
epatch "${FILESDIR}"/${P}-process-data.patch
distutils_src_prepare
}
src_install() {
distutils_src_install
#use client || rm -rf "${ED}$(python_get_sitedir)"/ws4py/client
#use server || rm -rf "${ED}$(python_get_sitedir)"/ws4py/server
rm -rf "${ED}$(python_get_sitedir)"/ws4py/{client,server}
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.7.7.ebuild,v 1.1 2012/04/19 10:10:19 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/xlrd/xlrd-0.7.7.ebuild,v 1.2 2012/04/20 19:42:05 bicatali Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~x86-linux ~sparc-solaris ~x86-solaris"
KEYWORDS="~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~x86-linux ~sparc-solaris ~x86-solaris"
IUSE=""
DEPEND=""

@ -1,3 +1,2 @@
DIST desktop-file-utils-0.18.tar.bz2 256340 RMD160 5e4e5b2d7ca2e645e44fa6f1b94ffa2489d1f568 SHA1 9169aee9dfe8b2fcd2debdd1029fcc57a7500586 SHA256 d9449956c1c8caa75281a3322b2bb433db42610942f0ceeaa65ccd9636c04231
DIST desktop-file-utils-0.19.tar.xz 99808 RMD160 1de90ba754b3d459a0143a865625aecafbdd691b SHA1 090fd123f090e173edfa4514c5c32bf77c34ec45 SHA256 1f805c44fc6943d2d9d2acfe2aa4c6edc1fa17b1807e4e950c8ce50111ddc81b
DIST desktop-file-utils-0.20.tar.xz 124388 RMD160 5242a9629242fae9c01342d5b3f084f82ef4019f SHA1 0be40d8ad20e9dc56c2649bd64ee30b36198ccd7 SHA256 a7507379859cc483f1c64fbdb569f722c75e3af7c3f91bcdc239ff9dacd24f49

@ -1,54 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.18.ebuild,v 1.7 2011/12/02 22:05:32 ssuominen Exp $
EAPI=4
inherit elisp-common eutils
DESCRIPTION="Command line utilities to work with desktop menu entries"
HOMEPAGE="http://freedesktop.org/wiki/Software/desktop-file-utils"
SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="emacs"
RDEPEND=">=dev-libs/glib-2.12:2
emacs? ( virtual/emacs )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
SITEFILE=50${PN}-gentoo.el
DOCS=( AUTHORS ChangeLog HACKING NEWS README )
src_prepare() {
epatch "${FILESDIR}"/${P}-unity.patch
sed -i -e '/SUBDIRS =/s:misc::' Makefile.in || die
}
src_configure() {
econf "$(use_with emacs lispdir "${SITELISP}"/${PN})"
}
src_compile() {
default
use emacs && elisp-compile misc/desktop-entry-mode.el
}
src_install() {
default
if use emacs; then
elisp-install ${PN} misc/*.el misc/*.elc || die
elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die
fi
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,53 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.20.ebuild,v 1.1 2012/03/06 08:45:59 ssuominen Exp $
EAPI=4
inherit elisp-common
DESCRIPTION="Command line utilities to work with desktop menu entries"
HOMEPAGE="http://freedesktop.org/wiki/Software/desktop-file-utils"
SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="emacs"
RDEPEND=">=dev-libs/glib-2.12
emacs? ( virtual/emacs )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
SITEFILE=50${PN}-gentoo.el
DOCS=( AUTHORS ChangeLog HACKING NEWS README )
src_prepare() {
sed -i -e '/SUBDIRS =/s:misc::' Makefile.in || die
}
src_configure() {
econf "$(use_with emacs lispdir "${SITELISP}"/${PN})"
}
src_compile() {
default
use emacs && elisp-compile misc/desktop-entry-mode.el
}
src_install() {
default
if use emacs; then
elisp-install ${PN} misc/*.el misc/*.elc || die
elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die
fi
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,22 +0,0 @@
From 47322e554cc5388a3e6325f36b7d07a13f124594 Mon Sep 17 00:00:00 2001
From: Vincent Untz <vuntz@gnome.org>
Date: Thu, 31 Mar 2011 16:28:44 +0000
Subject: Add Unity to list of registered environments
See http://lists.freedesktop.org/archives/xdg/2011-March/011856.html
---
diff --git a/src/validate.c b/src/validate.c
index 04bc8d0..9c399a3 100644
--- a/src/validate.c
+++ b/src/validate.c
@@ -338,7 +338,7 @@ static struct {
};
static const char *show_in_registered[] = {
- "GNOME", "KDE", "LXDE", "ROX", "XFCE", "Old"
+ "GNOME", "KDE", "LXDE", "ROX", "Unity", "XFCE", "Old"
};
static struct {
--
cgit v0.9.0.2-2-gbebe

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.390 2012/04/16 14:40:16 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.391 2012/04/20 19:35:37 vapier Exp $
# @ECLASS: eutils.eclass
# @MAINTAINER:
@ -230,13 +230,21 @@ EPATCH_SOURCE="${WORKDIR}/patch"
EPATCH_SUFFIX="patch.bz2"
# @VARIABLE: EPATCH_OPTS
# @DESCRIPTION:
# Default options for patch:
# Options to pass to patch. Meant for ebuild/package-specific tweaking
# such as forcing the patch level (-p#) or fuzz (-F#) factor. Note that
# for single patch tweaking, you can also pass flags directly to epatch.
EPATCH_OPTS=""
# @VARIABLE: EPATCH_COMMON_OPTS
# @DESCRIPTION:
# Common options to pass to `patch`. You probably should never need to
# change these. If you do, please discuss it with base-system first to
# be sure.
# @CODE
# -g0 - keep RCS, ClearCase, Perforce and SCCS happy #24571
# --no-backup-if-mismatch - do not leave .orig files behind
# -E - automatically remove empty files
# @CODE
EPATCH_OPTS="-g0 -E --no-backup-if-mismatch"
EPATCH_COMMON_OPTS="-g0 -E --no-backup-if-mismatch"
# @VARIABLE: EPATCH_EXCLUDE
# @DESCRIPTION:
# List of patches not to apply. Note this is only file names,
@ -257,7 +265,7 @@ EPATCH_MULTI_MSG="Applying various patches (bugfixes/updates) ..."
EPATCH_FORCE="no"
# @FUNCTION: epatch
# @USAGE: [patches] [dirs of patches]
# @USAGE: [options] [patches] [dirs of patches]
# @DESCRIPTION:
# epatch is designed to greatly simplify the application of patches. It can
# process patch files directly, or directories of patches. The patches may be
@ -265,8 +273,12 @@ EPATCH_FORCE="no"
# the -p option as epatch will automatically attempt -p0 to -p5 until things
# apply successfully.
#
# If you do not specify any options, then epatch will default to the directory
# specified by EPATCH_SOURCE.
# If you do not specify any patches/dirs, then epatch will default to the
# directory specified by EPATCH_SOURCE.
#
# Any options specified that start with a dash will be passed down to patch
# for this specific invocation. As soon as an arg w/out a dash is found, then
# arg processing stops.
#
# When processing directories, epatch will apply all patches that match:
# @CODE
@ -294,6 +306,18 @@ epatch() {
unset P4CONFIG P4PORT P4USER # keep perforce at bay #56402
# First process options. We localize the EPATCH_OPTS setting
# from above so that we can pass it on in the loop below with
# any additional values the user has specified.
local EPATCH_OPTS=( ${EPATCH_OPTS[*]} )
while [[ $# -gt 0 ]] ; do
case $1 in
-*) EPATCH_OPTS+=( "$1" ) ;;
*) break ;;
esac
shift
done
# Let the rest of the code process one user arg at a time --
# each arg may expand into multiple patches, and each arg may
# need to start off with the default global EPATCH_xxx values
@ -337,6 +361,10 @@ epatch() {
die "Cannot find \$EPATCH_SOURCE!"
fi
# Now that we know we're actually going to apply something, merge
# all of the patch options back in to a single variable for below.
EPATCH_OPTS="${EPATCH_COMMON_OPTS} ${EPATCH_OPTS[*]}"
local PIPE_CMD
case ${EPATCH_SUFFIX##*\.} in
xz) PIPE_CMD="xz -dc" ;;

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/unpacker.eclass,v 1.6 2012/04/05 03:20:42 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/unpacker.eclass,v 1.7 2012/04/21 05:45:29 vapier Exp $
# @ECLASS: unpacker.eclass
# @MAINTAINER:
@ -253,8 +253,27 @@ unpack_deb() {
unpack_banner "${deb}"
ar x "${deb}"
unpack ./data.tar*
# on AIX ar doesn't work out as their ar used a different format
# from what GNU ar (and thus what .deb files) produce
if [[ -n ${EPREFIX} ]] ; then
{
read # global header
[[ ${REPLY} = "!<arch>" ]] || die "${deb} does not seem to be a deb archive"
local f timestamp uid gid mode size magic
while read f timestamp uid gid mode size magic ; do
[[ -n ${f} && -n ${size} ]] || continue # ignore empty lines
if [[ ${f} = "data.tar"* ]] ; then
head -c "${size}" > "${f}"
else
head -c "${size}" > /dev/null # trash it
fi
done
} < "${deb}"
else
ar x "${deb}"
fi
unpacker ./data.tar*
}
# @FUNCTION: _unpacker

@ -1 +1,2 @@
DIST love-0.7.2-linux-src.tar.gz 900209 RMD160 e976925fd67e5c7714438c5135b516fb9c9bdc9a SHA1 876f527fc6908a6dd462080aa599ffa1ad47afa5 SHA256 a57adcb0cbdc390a9bd8e2fe477bc175799b9ffd3486e01f859a36bf27f7f268
DIST love-0.8.0-linux-src.tar.gz 1027356 RMD160 6dcb62db2fcc41d7a5b4e705f5e7bf6ea89b6835 SHA1 8c6ad95b7b0e3c6530b4778b9523f126ba9c9d90 SHA256 9167ca1cc7893ff1fdcf3b6fc7e2a88be10d899075a513942420fe8f94668ecc

@ -0,0 +1,48 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-0.8.0.ebuild,v 1.1 2012/04/20 22:56:19 chithanh Exp $
EAPI=3
inherit games
if [[ ${PV} == 9999* ]]; then
inherit autotools mercurial
EHG_REPO_URI="https://bitbucket.org/rude/${PN}"
SRC_URI=""
KEYWORDS=""
else
SRC_URI="mirror://bitbucket/rude/${PN}/downloads/${P}-linux-src.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="A framework for 2D games in Lua"
HOMEPAGE="http://love2d.org/"
LICENSE="ZLIB"
SLOT="0"
IUSE=""
RDEPEND="dev-games/physfs
dev-lang/lua
media-libs/devil[mng,tiff]
media-libs/freetype
media-libs/libmodplug
media-libs/libsdl[joystick,opengl]
media-libs/libvorbis
media-libs/openal
media-sound/mpg123
virtual/opengl"
DEPEND="${RDEPEND}
media-libs/libmng
media-libs/tiff"
DOCS=( "readme.md" "changes.txt" )
src_prepare() {
if [[ ${PV} == 9999* ]]; then
sh platform/unix/gen-makefile || die
mkdir platform/unix/m4 || die
eautoreconf
fi
}

@ -1,14 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-9999.ebuild,v 1.3 2012/04/17 15:06:21 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/games-engines/love/love-9999.ebuild,v 1.4 2012/04/20 22:56:19 chithanh Exp $
EAPI=3
inherit games
DESCRIPTION="A framework for 2D games in Lua"
HOMEPAGE="http://love2d.org/"
if [[ ${PV} == 9999* ]]; then
inherit autotools mercurial
EHG_REPO_URI="https://bitbucket.org/rude/${PN}"
@ -19,6 +16,9 @@ else
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="A framework for 2D games in Lua"
HOMEPAGE="http://love2d.org/"
LICENSE="ZLIB"
SLOT="0"
IUSE=""
@ -40,7 +40,9 @@ DEPEND="${RDEPEND}
DOCS=( "readme.md" "changes.txt" )
src_prepare() {
sh platform/unix/gen-makefile || die
mkdir platform/unix/m4 || die
eautoreconf
if [[ ${PV} == 9999* ]]; then
sh platform/unix/gen-makefile || die
mkdir platform/unix/m4 || die
eautoreconf
fi
}

@ -1,8 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/codecgraph/codecgraph-20120114.ebuild,v 1.1 2012/04/20 10:55:52 chainsaw Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/codecgraph/codecgraph-20120114.ebuild,v 1.3 2012/04/20 20:33:43 floppym Exp $
EAPI=4
PYTHON_DEPEND="2"
inherit base python
@ -21,7 +22,7 @@ DEPEND="${RDEPEND}
PATCHES=( "${FILESDIR}/${PV}-makefile-prefix.diff" )
src_install() {
make DESTDIR="${ED}" install || die
emake DESTDIR="${D}" install
dodoc codecs.txt README BUGS IDEAS
python_convert_shebangs -r 2 "${ED}"
}

@ -5,14 +5,14 @@ mirror://sourceforge/keepassx/keepassx-0.4.3.tar.gz
http://keepassx.sourceforge.net/
GPL-2
Qt password manager compatible with its Win32 and Pocket PC versions.
Qt password manager compatible with its Win32 and Pocket PC versions
amd64 ppc x86 ~amd64-linux ~x86-linux
base eutils multilib qt4-r2 toolchain-funcs user
debug pch
3
4
compile configure install prepare unpack

@ -1,22 +0,0 @@
dev-python/dbus-python ~app-cdr/cdemud-1.2.0 >=dev-util/intltool-0.21 =dev-lang/python-2*
dev-python/dbus-python ~app-cdr/cdemud-1.2.0 =dev-lang/python-2*
0
mirror://sourceforge/cdemu/cdemu-client-1.2.0.tar.bz2
http://cdemu.org
GPL-2
Command-line tool for controlling the CDEmu daemon (cdemud)
amd64 x86
multilib python toolchain-funcs
3
install postinst postrm prepare setup

@ -1,22 +0,0 @@
>dev-libs/dbus-glib-0.6 >=dev-libs/libdaemon-0.10 >=dev-libs/libmirage-1.2.0 media-libs/libao[alsa?,pulseaudio?] >=sys-fs/vhba-1.2.1 >=sys-fs/sysfsutils-2.1.0
>dev-libs/dbus-glib-0.6 >=dev-libs/libdaemon-0.10 >=dev-libs/libmirage-1.2.0 media-libs/libao[alsa?,pulseaudio?] >=sys-fs/vhba-1.2.1 >=sys-fs/sysfsutils-2.1.0
0
mirror://sourceforge/cdemu/cdemu-daemon-1.2.0.tar.bz2
http://www.cdemu.org
GPL-2
Daemon of the CDEmu optical media image mounting suite
amd64 x86
alsa pulseaudio
2
install postinst

@ -1,22 +0,0 @@
>=dev-lang/python-2.4 >=dev-python/pygtk-2.6 >=dev-python/pygobject-2.6:2 >=dev-python/libgnome-python-2.6 >=dev-python/gnome-applets-python-2.6 dev-python/gconf-python >=dev-python/dbus-python-0.71 >=app-cdr/cdemud-1.0.0 app-text/gnome-doc-utils dev-util/pkgconfig dev-util/intltool >=sys-apps/sed-4
>=dev-lang/python-2.4 >=dev-python/pygtk-2.6 >=dev-python/pygobject-2.6:2 >=dev-python/libgnome-python-2.6 >=dev-python/gnome-applets-python-2.6 dev-python/gconf-python >=dev-python/dbus-python-0.71 >=app-cdr/cdemud-1.0.0 libnotify? ( dev-python/notify-python )
0
mirror://sourceforge/cdemu/gcdemu-1.2.0.tar.bz2
http://cdemu.org/
GPL-2
Gtk+ GUI for controlling the CDEmu daemon (cdemud)
amd64 x86
eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib toolchain-funcs user versionator
libnotify debug
1
compile install postinst postrm preinst unpack

@ -1,22 +0,0 @@
dev-libs/openssl X? ( x11-proto/xproto )
dev-libs/openssl X? ( x11-libs/libXt x11-libs/libXaw )
0
!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-5.6.1.tar.bz2 ) tao? ( !ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-5.6.1.tar.bz2 ) ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-5.6.1.tar.bz2 ) )
http://www.cs.wustl.edu/~schmidt/ACE.html
BSD as-is
The Adaptive Communications Environment
~x86 ~sparc ~ppc ~alpha ~amd64
multilib toolchain-funcs
X ipv6 tao ciao
compile install postinst test

@ -1,22 +0,0 @@
dev-libs/openssl X? ( x11-proto/xproto )
dev-libs/openssl X? ( x11-libs/libXt x11-libs/libXaw )
0
!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-5.6.5.tar.bz2 ) tao? ( !ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-5.6.5.tar.bz2 ) ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-5.6.5.tar.bz2 ) )
http://www.cs.wustl.edu/~schmidt/ACE.html
BSD as-is
The Adaptive Communications Environment
~x86 ~sparc ~ppc ~alpha ~amd64
multilib toolchain-funcs
X ipv6 tao ciao
compile install postinst test

@ -1,22 +0,0 @@
dev-libs/openssl X? ( x11-proto/xproto )
dev-libs/openssl X? ( x11-libs/libXt x11-libs/libXaw )
0
!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-5.6.5.tar.bz2 ) tao? ( !ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-5.6.5.tar.bz2 ) ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-5.6.5.tar.bz2 ) )
http://www.cs.wustl.edu/~schmidt/ACE.html
BSD as-is
The Adaptive Communications Environment
~x86 ~sparc ~ppc ~alpha ~amd64
eutils multilib toolchain-funcs user
X ipv6 tao ciao
compile install postinst test unpack

@ -1,22 +0,0 @@
dev-libs/openssl X? ( x11-proto/xproto )
dev-libs/openssl X? ( x11-libs/libXt x11-libs/libXaw )
0
!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-5.6.5.tar.bz2 ) tao? ( !ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO-5.6.5.tar.bz2 ) ciao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE+TAO+CIAO-5.6.5.tar.bz2 ) )
http://www.cs.wustl.edu/~schmidt/ACE.html
BSD as-is
The Adaptive Communications Environment
~x86 ~sparc ~ppc ~alpha ~amd64
eutils multilib toolchain-funcs user
X ipv6 tao ciao
compile install postinst test unpack

@ -0,0 +1,22 @@
dev-perl/File-Slurp virtual/perl-File-Spec dev-perl/DBI dev-perl/Class-Accessor virtual/perl-Module-Build test? ( dev-perl/DBD-SQLite ) dev-lang/perl[-build]
dev-perl/File-Slurp virtual/perl-File-Spec dev-perl/DBI dev-perl/Class-Accessor dev-lang/perl[-build]
0
mirror://cpan/authors/id/D/DA/DANIEL/DBIx-Migration-0.07.tar.gz
http://search.cpan.org/dist/DBIx-Migration/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
Seamless DB schema up- and downgrades
~amd64 ~x86
base eutils multilib perl-module toolchain-funcs user
test
4
compile configure install prepare test unpack

@ -0,0 +1,22 @@
>=dev-perl/Params-Validate-0.76 >=virtual/perl-Time-Local-1.04 >=dev-perl/DateTime-TimeZone-1.09 >=dev-perl/DateTime-Locale-0.44 dev-perl/Math-Round virtual/perl-Module-Build test? ( dev-perl/Test-Fatal ) dev-lang/perl[-build]
>=dev-perl/Params-Validate-0.76 >=virtual/perl-Time-Local-1.04 >=dev-perl/DateTime-TimeZone-1.09 >=dev-perl/DateTime-Locale-0.44 dev-perl/Math-Round dev-lang/perl[-build]
0
mirror://cpan/authors/id/D/DR/DROLSKY/DateTime-0.74.tar.gz
http://search.cpan.org/dist/DateTime/
Artistic-2
A date and time object
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
base eutils multilib perl-module toolchain-funcs user
test
4
compile configure install prepare test unpack

@ -0,0 +1,22 @@
>=virtual/perl-File-Spec-0.84 dev-lang/perl[-build]
>=virtual/perl-File-Spec-0.84 dev-lang/perl[-build]
0
mirror://cpan/authors/id/A/AD/ADAMK/File-Remove-1.52.tar.gz
http://search.cpan.org/dist/File-Remove/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
Remove files and directories
~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris
base eutils multilib perl-module toolchain-funcs user
4
compile configure install prepare test unpack

@ -0,0 +1,22 @@
dev-perl/common-sense dev-lang/perl[-build]
dev-perl/common-sense dev-lang/perl[-build]
0
mirror://cpan/authors/id/M/ML/MLEHMANN/IO-AIO-4.15.tar.gz
http://search.cpan.org/dist/IO-AIO/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
Asynchronous Input/Output
~amd64 ~ppc ~x86
base eutils multilib perl-module toolchain-funcs user
4
compile configure install prepare test unpack

@ -0,0 +1,22 @@
>=dev-perl/IO-stringy-2.110 dev-perl/libwww-perl dev-lang/perl[-build]
>=dev-perl/IO-stringy-2.110 dev-perl/libwww-perl dev-lang/perl[-build]
0
mirror://cpan/authors/id/D/DO/DORMANDO/MogileFS-Client-1.16.tar.gz
http://search.cpan.org/dist/MogileFS-Client/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
Client library for the MogileFS distributed file system
~amd64 ~ppc ~x86
base eutils multilib perl-module toolchain-funcs user
4
compile configure install prepare test unpack

@ -0,0 +1,22 @@
dev-perl/IO-AIO dev-perl/AnyEvent dev-perl/AnyEvent-HTTP dev-perl/File-Slurp >=dev-perl/MogileFS-Client-1.16 dev-perl/Try-Tiny dev-perl/namespace-clean dev-lang/perl[-build]
dev-perl/IO-AIO dev-perl/AnyEvent dev-perl/AnyEvent-HTTP dev-perl/File-Slurp >=dev-perl/MogileFS-Client-1.16 dev-perl/Try-Tiny dev-perl/namespace-clean dev-lang/perl[-build]
0
mirror://cpan/authors/id/D/DL/DLAMBLEY/MogileFS-Client-Async-0.022.tar.gz
http://search.cpan.org/dist/MogileFS-Client-Async/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
MogileFS Client using AnyEvent non-blocking IO
~amd64 ~x86
base eutils multilib perl-module toolchain-funcs user
4
compile configure install prepare test unpack

@ -0,0 +1,22 @@
virtual/perl-IO-Compress dev-perl/libwww-perl >=dev-perl/MogileFS-Client-1.16 dev-lang/perl[-build]
virtual/perl-IO-Compress dev-perl/libwww-perl >=dev-perl/MogileFS-Client-1.16 dev-lang/perl[-build]
0
mirror://cpan/authors/id/D/DO/DORMANDO/MogileFS-Utils-2.23.tar.gz
http://search.cpan.org/dist/MogileFS-Utils/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
Server for the MogileFS distributed file system
~amd64 ~ppc ~x86
base eutils multilib perl-module toolchain-funcs user
4
compile configure install prepare test unpack

@ -1,5 +1,5 @@
dev-perl/Net-Netmask >=dev-perl/Danga-Socket-1.61 >=dev-perl/Sys-Syscall-0.22 >=dev-perl/Perlbal-1.790 dev-perl/IO-AIO dev-perl/libwww-perl >=dev-perl/MogileFS-Client-1.14 >=dev-perl/MogileFS-Utils-2.20 dev-perl/Cache-Memcached mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) sqlite? ( dev-perl/DBD-SQLite ) dev-lang/perl[-build]
dev-perl/Net-Netmask >=dev-perl/Danga-Socket-1.61 >=dev-perl/Sys-Syscall-0.22 >=dev-perl/Perlbal-1.790 dev-perl/IO-AIO dev-perl/libwww-perl >=dev-perl/MogileFS-Client-1.14 >=dev-perl/MogileFS-Utils-2.20 dev-perl/Cache-Memcached mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) sqlite? ( dev-perl/DBD-SQLite ) dev-lang/perl[-build]
dev-perl/Net-Netmask >=dev-perl/Danga-Socket-1.61 >=dev-perl/Sys-Syscall-0.22 >=dev-perl/Perlbal-1.790 >=dev-perl/IO-AIO-4 dev-perl/libwww-perl >=dev-perl/MogileFS-Client-1.16 >=dev-perl/MogileFS-Utils-2.23 dev-perl/Cache-Memcached mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) sqlite? ( dev-perl/DBD-SQLite ) dev-lang/perl[-build]
dev-perl/Net-Netmask >=dev-perl/Danga-Socket-1.61 >=dev-perl/Sys-Syscall-0.22 >=dev-perl/Perlbal-1.790 >=dev-perl/IO-AIO-4 dev-perl/libwww-perl >=dev-perl/MogileFS-Client-1.16 >=dev-perl/MogileFS-Utils-2.23 dev-perl/Cache-Memcached mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg ) sqlite? ( dev-perl/DBD-SQLite ) dev-lang/perl[-build]
0
mirror://cpan/authors/id/D/DO/DORMANDO/MogileFS-Server-2.60.tar.gz

@ -0,0 +1,22 @@
dev-lang/python
dev-python/simplejson dev-lang/python
0
mirror://gentoo/jsonrpclib-0_pre20110820.tar.bz2
https://github.com/joshmarshall/jsonrpclib
Apache-2.0
python implementation of the JSON-RPC spec (1.0 and 2.0)
~amd64 ~arm ~x86
distutils eutils multilib python toolchain-funcs user
4
compile install postinst postrm prepare setup

@ -0,0 +1,22 @@
=dev-lang/python-2*
=dev-lang/python-2*
0
http://www.seanet.com/~hgg9140/comp/download/mkpythonproj-1.8.tar.gz
http://www.seanet.com/~hgg9140/comp/mkpythonproj/doc/index.html
GPL-2
Creates the framework for a new Python project or script.
~amd64 ~x86
distutils multilib python toolchain-funcs
doc
3
compile install postinst postrm prepare

@ -0,0 +1,22 @@
dev-python/numpy dev-python/python-dateutil doc? ( dev-python/ipython dev-python/rpy dev-python/sphinx sci-libs/scikits_statsmodels ) dev-lang/python test? ( dev-python/nose )
dev-python/numpy dev-python/python-dateutil dev-python/matplotlib dev-python/pytables dev-python/pytz sci-libs/scikits_statsmodels sci-libs/scipy excel? ( dev-python/openpyxl dev-python/xlrd dev-python/xlwt ) R? ( dev-python/rpy ) dev-lang/python
0
mirror://pypi/p/pandas/pandas-0.7.3.tar.gz
http://pandas.sourceforge.net/
BSD
Powerful data structures for data analysis and statistics
~amd64 ~x86
distutils multilib python toolchain-funcs
doc examples excel R test
4
compile install postinst postrm prepare setup test

@ -0,0 +1,22 @@
=dev-lang/python-2*
=dev-lang/python-2*
0
https://github.com/Lawouach/WebSocket-for-Python/tarball/v0.2.1 -> ws4py-0.2.1-src.tar.gz
https://github.com/Lawouach/WebSocket-for-Python
BSD
WebSocket support for Python
~amd64 ~arm ~x86
distutils eutils multilib python toolchain-funcs user vcs-snapshot
4
compile install postinst postrm prepare setup unpack

@ -6,7 +6,7 @@ mirror://pypi/x/xlrd/xlrd-0.7.7.tar.gz
http://pypi.python.org/pypi/xlrd
BSD
Library for developers to extract data from Microsoft Excel (tm) spreadsheet files
~amd64 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~x86-linux ~sparc-solaris ~x86-solaris
~amd64 ~x86 ~ppc-aix ~hppa-hpux ~ia64-hpux ~x86-interix ~x86-linux ~sparc-solaris ~x86-solaris
distutils multilib python toolchain-funcs

@ -1,22 +0,0 @@
>=dev-libs/glib-2.12:2 emacs? ( virtual/emacs ) dev-util/pkgconfig
>=dev-libs/glib-2.12:2 emacs? ( virtual/emacs )
0
http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.18.tar.bz2
http://freedesktop.org/wiki/Software/desktop-file-utils
GPL-2
Command line utilities to work with desktop menu entries
alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
elisp-common eutils multilib toolchain-funcs user
emacs
4
compile configure install postinst postrm prepare

@ -1,22 +0,0 @@
>=dev-libs/glib-2.12 emacs? ( virtual/emacs ) dev-util/pkgconfig
>=dev-libs/glib-2.12 emacs? ( virtual/emacs )
0
http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-0.20.tar.xz
http://freedesktop.org/wiki/Software/desktop-file-utils
GPL-2
Command line utilities to work with desktop menu entries
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
elisp-common
emacs
4
compile configure install postinst postrm prepare

@ -0,0 +1,22 @@
dev-games/physfs dev-lang/lua media-libs/devil[mng,tiff] media-libs/freetype media-libs/libmodplug media-libs/libsdl[joystick,opengl] media-libs/libvorbis media-libs/openal media-sound/mpg123 virtual/opengl media-libs/libmng media-libs/tiff
dev-games/physfs dev-lang/lua media-libs/devil[mng,tiff] media-libs/freetype media-libs/libmodplug media-libs/libsdl[joystick,opengl] media-libs/libvorbis media-libs/openal media-sound/mpg123 virtual/opengl
0
mirror://bitbucket/rude/love/downloads/love-0.8.0-linux-src.tar.gz
http://love2d.org/
ZLIB
A framework for 2D games in Lua
~amd64 ~x86
base eutils games multilib toolchain-funcs user
3
compile configure install postinst preinst prepare setup unpack

@ -5,7 +5,7 @@ dev-games/physfs dev-lang/lua media-libs/devil[mng,tiff] media-libs/freetype med
http://love2d.org/
ZLIB
Based on the libtool eclass
A framework for 2D games in Lua
autotools base eutils games libtool mercurial multilib toolchain-funcs user

@ -1,5 +1,5 @@
media-gfx/graphviz media-gfx/imagemagick
media-gfx/graphviz
media-gfx/graphviz media-gfx/imagemagick =dev-lang/python-2*
media-gfx/graphviz =dev-lang/python-2*
0
http://helllabs.org/codecgraph/codecgraph-20120114.tar.gz

@ -1,22 +0,0 @@
!net-misc/rarpd ssl? ( dev-libs/openssl ) idn? ( net-dns/libidn ) sys-fs/sysfsutils virtual/os-headers
!net-misc/rarpd ssl? ( dev-libs/openssl ) idn? ( net-dns/libidn ) sys-fs/sysfsutils
0
http://www.skbuff.net/iputils/iputils-s20100418.tar.bz2 mirror://gentoo/iputils-s20100418-manpages.tar.bz2
http://www.linux-foundation.org/en/Net:Iputils
BSD
Network monitoring tools including ping and ping6
alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux
eutils flag-o-matic multilib toolchain-funcs user
doc idn ipv6 SECURITY_HAZARD ssl static
compile install unpack

@ -1,22 +0,0 @@
!net-misc/rarpd ssl? ( dev-libs/openssl ) idn? ( net-dns/libidn ) sys-fs/sysfsutils virtual/os-headers
!net-misc/rarpd ssl? ( dev-libs/openssl ) idn? ( net-dns/libidn ) sys-fs/sysfsutils
0
http://www.skbuff.net/iputils/iputils-s20101006.tar.bz2 mirror://gentoo/iputils-s20101006-manpages.tar.bz2
http://www.linux-foundation.org/en/Net:Iputils
BSD
Network monitoring tools including ping and ping6
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux
eutils flag-o-matic multilib toolchain-funcs user
doc idn ipv6 SECURITY_HAZARD ssl static
2
compile install prepare

@ -1,22 +0,0 @@
!net-misc/rarpd ssl? ( dev-libs/openssl ) idn? ( net-dns/libidn ) virtual/os-headers
!net-misc/rarpd ssl? ( dev-libs/openssl ) idn? ( net-dns/libidn )
0
http://www.skbuff.net/iputils/iputils-s20101006.tar.bz2 mirror://gentoo/iputils-s20101006-manpages.tar.bz2
http://www.linux-foundation.org/en/Net:Iputils
BSD
Network monitoring tools including ping and ping6
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux
eutils flag-o-matic multilib toolchain-funcs user
doc idn ipv6 SECURITY_HAZARD ssl static
2
compile install prepare

@ -0,0 +1,22 @@
app-text/libpaper acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) dbus? ( sys-apps/dbus ) java? ( >=virtual/jre-1.6 ) jpeg? ( virtual/jpeg:0 ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap[ssl?,gnutls?] ) pam? ( virtual/pam ) perl? ( dev-lang/perl ) png? ( >=media-libs/libpng-1.4.3:0 ) slp? ( >=net-libs/openslp-1.0.4 ) ssl? ( gnutls? ( dev-libs/libgcrypt net-libs/gnutls ) !gnutls? ( >=dev-libs/openssl-0.9.8g ) ) systemd? ( sys-apps/systemd ) tiff? ( >=media-libs/tiff-3.5.5:0 ) usb? ( virtual/libusb:0 ) X? ( x11-misc/xdg-utils ) xinetd? ( sys-apps/xinetd ) dev-util/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 dev-lang/perl[-build] python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) java? ( >=dev-java/java-config-2.1.9-r1 ) !<sys-apps/systemd-29-r4 !=sys-apps/systemd-37-r1
app-text/libpaper acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) dbus? ( sys-apps/dbus ) java? ( >=virtual/jre-1.6 ) jpeg? ( virtual/jpeg:0 ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap[ssl?,gnutls?] ) pam? ( virtual/pam ) perl? ( dev-lang/perl ) png? ( >=media-libs/libpng-1.4.3:0 ) slp? ( >=net-libs/openslp-1.0.4 ) ssl? ( gnutls? ( dev-libs/libgcrypt net-libs/gnutls ) !gnutls? ( >=dev-libs/openssl-0.9.8g ) ) systemd? ( sys-apps/systemd ) tiff? ( >=media-libs/tiff-3.5.5:0 ) usb? ( virtual/libusb:0 ) X? ( x11-misc/xdg-utils ) xinetd? ( sys-apps/xinetd ) dev-lang/perl[-build] python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) java? ( >=dev-java/java-config-2.1.9-r1 )
0
mirror://easysw/cups/1.5.2/cups-1.5.2-source.tar.bz2 http://dev.gentoo.org/~dilfridge/distfiles/cups-1.5.2-ipp-r8950.patch.bz2 http://dev.gentoo.org/~dilfridge/distfiles/cups-1.5.2-avahi.patch.bz2
test
http://www.cups.org/
GPL-2
The Common Unix Printing System
~amd64 ~arm ~hppa ~ppc ~x86
autotools base eutils fdo-mime flag-o-matic gnome2-utils java-pkg-opt-2 java-utils-2 libtool linux-info multilib pam perl-module python systemd toolchain-funcs user versionator
acl avahi dbus debug +filters gnutls java +jpeg kerberos ldap pam perl +png python slp +ssl static-libs systemd +threads +tiff usb X xinetd linguas_da linguas_de linguas_es linguas_eu linguas_fi linguas_fr linguas_id linguas_it linguas_ja linguas_ko linguas_nl linguas_no linguas_pl linguas_pt linguas_pt_BR linguas_ru linguas_sv linguas_zh linguas_zh_TW elibc_FreeBSD java
app-text/ghostscript-gpl[cups] >=app-text/poppler-0.12.3-r3[utils] filters? ( net-print/foomatic-filters )
4
compile configure install postinst postrm preinst prepare setup test unpack

@ -1,22 +0,0 @@
sys-libs/zlib dev-libs/ace dev-libs/libsigc++:2 X? ( dev-cpp/gtkmm:2.4 ) dev-libs/boost dev-util/scons dev-util/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 ) sys-devel/libtool
sys-libs/zlib dev-libs/ace dev-libs/libsigc++:2 X? ( dev-cpp/gtkmm:2.4 ) dev-libs/boost
0
mirror://sourceforge/bfilter/bfilter-1.1.4.tar.gz
test
http://bfilter.sourceforge.net/
GPL-2
An ad-filtering web proxy featuring an effective heuristic ad-detection algorithm
amd64 sparc x86
autotools eutils libtool multilib toolchain-funcs user
X debug
1
compile install postinst preinst setup unpack

@ -12,7 +12,7 @@ X debug
2
4
configure install postinst preinst prepare

@ -0,0 +1,22 @@
dev-lang/perl[-build]
dev-lang/perl[-build]
0
mirror://cpan/authors/id/R/RR/RRA/Term-ANSIColor-3.02.tar.gz
http://search.cpan.org/dist/Term-ANSIColor/
|| ( Artistic GPL-1 GPL-2 GPL-3 )
Color screen output using ANSI escape sequences.
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
alternatives base eutils multilib perl-module toolchain-funcs user
4
compile configure install postinst postrm prepare test unpack

@ -1,22 +0,0 @@
app-arch/bzip2 dev-libs/glib:2 libnet? ( <net-libs/libnet-1.1.5 ) net-misc/curl net-misc/iputils || ( net-misc/netkit-telnetd net-misc/telnet-bsd ) dev-libs/libxml2 !<sys-cluster/heartbeat-3.0 doc? ( dev-libs/libxslt app-text/docbook-xsl-stylesheets ) || ( >=sys-devel/automake-1.11.1:1.11 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
app-arch/bzip2 dev-libs/glib:2 libnet? ( <net-libs/libnet-1.1.5 ) net-misc/curl net-misc/iputils || ( net-misc/netkit-telnetd net-misc/telnet-bsd ) dev-libs/libxml2 !<sys-cluster/heartbeat-3.0
0
http://hg.linux-ha.org/glue/archive/glue-1.0.7.tar.bz2
http://www.linux-ha.org/wiki/Cluster_Glue
GPL-2
Library pack for Heartbeat / Pacemaker
amd64 hppa x86
autotools base eutils libtool multilib toolchain-funcs user
doc libnet static-libs
2
compile configure install postinst prepare setup unpack

@ -0,0 +1,22 @@
0
mirror://sourceforge/fuse/fuse-2.9.0.tar.gz
http://fuse.sourceforge.net
GPL-2
An interface for filesystems implemented in userspace.
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
eutils libtool linux-info multilib toolchain-funcs user versionator
kernel_linux kernel_FreeBSD static-libs
kernel_FreeBSD? ( sys-fs/fuse4bsd )
4
configure install prepare setup

@ -1,22 +0,0 @@
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) sys-fs/udev sys-fs/sysfsutils
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) sys-fs/udev sys-fs/sysfsutils
0
http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-0.4.7.tar.bz2
http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=Home
GPL-2
Device mapper target autoconfig
~amd64 ~x86
eutils multilib toolchain-funcs user
compile install preinst unpack

@ -1,22 +0,0 @@
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) sys-fs/udev sys-fs/sysfsutils
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) sys-fs/udev sys-fs/sysfsutils
0
http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-0.4.7.tar.bz2
http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=Home
GPL-2
Device mapper target autoconfig
amd64 x86
eutils multilib toolchain-funcs user
compile install preinst unpack

@ -1,22 +0,0 @@
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) sys-fs/udev dev-libs/libaio
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) sys-fs/udev dev-libs/libaio
0
http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-0.4.8.tar.bz2
http://christophe.varoqui.free.fr/
GPL-2
Device mapper target autoconfig
amd64 ppc ppc64 x86 ~arm
eutils multilib toolchain-funcs user
compile install postinst preinst unpack

@ -1,22 +0,0 @@
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) >=sys-fs/udev-124 dev-libs/libaio
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) >=sys-fs/udev-124 dev-libs/libaio
0
http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-0.4.9.tar.bz2
http://christophe.varoqui.free.fr/
GPL-2
Device mapper target autoconfig
~amd64 ~arm ~ppc ~ppc64 ~x86
eutils multilib toolchain-funcs user
2
compile install postinst preinst prepare

@ -1,22 +0,0 @@
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) >=sys-fs/udev-124 dev-libs/libaio !<sys-apps/baselayout-2
|| ( >=sys-fs/lvm2-2.02.45 >=sys-fs/device-mapper-1.00.19-r1 ) >=sys-fs/udev-124 dev-libs/libaio !<sys-apps/baselayout-2
0
http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-0.4.9.tar.bz2
http://christophe.varoqui.free.fr/
GPL-2
Device mapper target autoconfig
~amd64 ~arm ~ppc ~ppc64 ~x86
eutils multilib toolchain-funcs user
2
compile install postinst preinst prepare

@ -0,0 +1,22 @@
~perl-core/Term-ANSIColor-3.20.0
0
Virtual for Term-ANSIColor
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
-

@ -0,0 +1,22 @@
>=dev-libs/glib-2.16:2 >=gnome-extra/libgsf-1.14.9 >=dev-libs/libxml2-2.4.12:2 >=x11-libs/pango-1.8.1 >=x11-libs/cairo-1.2[svg] x11-libs/libXext x11-libs/libXrender >=x11-libs/gtk+-2.16:2 gnome? ( >=gnome-base/gconf-2:2 ) >=dev-util/pkgconfig-0.18 >=dev-util/intltool-0.35 doc? ( >=dev-util/gtk-doc-1.11 ) dev-util/gtk-doc-am gnome-base/gnome-common || ( >=sys-devel/automake-1.11.1:1.11 ) >=sys-devel/autoconf-2.68 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4
>=dev-libs/glib-2.16:2 >=gnome-extra/libgsf-1.14.9 >=dev-libs/libxml2-2.4.12:2 >=x11-libs/pango-1.8.1 >=x11-libs/cairo-1.2[svg] x11-libs/libXext x11-libs/libXrender >=x11-libs/gtk+-2.16:2 gnome? ( >=gnome-base/gconf-2:2 )
0.8
mirror://gnome/sources/goffice/0.8/goffice-0.8.17.tar.xz
http://git.gnome.org/browse/goffice/
GPL-2
A library of document-centric objects and utilities
~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris
autotools eutils fdo-mime flag-o-matic gnome.org gnome2 gnome2-utils libtool multilib toolchain-funcs user versionator
doc gnome
4
compile configure install postinst postrm preinst prepare setup unpack

@ -0,0 +1,22 @@
dev-libs/libxml2 >=gnome-base/libglade-2 media-libs/netpbm x11-apps/appres x11-apps/xwininfo x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXmu x11-libs/libXrandr x11-libs/libXt x11-libs/libXxf86misc x11-libs/libXxf86vm jpeg? ( virtual/jpeg ) new-login? ( gdm? ( gnome-base/gdm ) !gdm? ( || ( x11-misc/lightdm kde-base/kdm ) ) ) opengl? ( virtual/opengl ) pam? ( virtual/pam ) xinerama? ( x11-libs/libXinerama ) dev-util/intltool dev-util/pkgconfig sys-devel/bc sys-devel/gettext x11-proto/recordproto x11-proto/scrnsaverproto x11-proto/xextproto x11-proto/xf86miscproto x11-proto/xf86vidmodeproto xinerama? ( x11-proto/xineramaproto ) || ( >=sys-devel/automake-1.11.1:1.11 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
dev-libs/libxml2 >=gnome-base/libglade-2 media-libs/netpbm x11-apps/appres x11-apps/xwininfo x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXmu x11-libs/libXrandr x11-libs/libXt x11-libs/libXxf86misc x11-libs/libXxf86vm jpeg? ( virtual/jpeg ) new-login? ( gdm? ( gnome-base/gdm ) !gdm? ( || ( x11-misc/lightdm kde-base/kdm ) ) ) opengl? ( virtual/opengl ) pam? ( virtual/pam ) xinerama? ( x11-libs/libXinerama ) perl? ( dev-lang/perl dev-perl/libwww-perl virtual/perl-Digest-MD5 )
0
http://www.jwz.org/xscreensaver/xscreensaver-5.15.tar.gz
http://www.jwz.org/xscreensaver/
BSD
A modular screen saver and locker for the X Window System
~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris
autotools eutils flag-o-matic libtool multilib pam toolchain-funcs user
gdm jpeg new-login opengl pam +perl suid xinerama
gdm? ( new-login )
4
configure install prepare

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

Loading…
Cancel
Save