Sync with portage [Wed Jan 23 11:08:22 MSK 2013].

mhiretskiy
root 11 years ago
parent 098c45e4d2
commit 67e690b0cd

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/busybox-sysklogd/busybox-sysklogd-0.1.ebuild,v 1.2 2012/12/01 00:56:12 blueness Exp $
EAPI=4
HOMEPAGE="http://www.busybox.net/"
DESCRIPTION="Busybox syslogd/klogd/logread symlinks + init-script"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="sys-apps/busybox"
RDEPEND="${DEPEND}"
S="${WORKDIR}"
pkg_setup() {
local CNT=$(busybox --list | egrep -c '^(syslogd|klogd|logread)$')
if [ ${CNT} -ne 3 ]; then
die "Missing busybox feature. You need at least 'syslogd', 'klogd' and 'logread'."
fi
}
src_install() {
dosym "busybox" "/bin/logread"
dosym "../bin/busybox" "/sbin/klogd"
dosym "../bin/busybox" "/sbin/syslogd"
newconfd "${FILESDIR}/${PN}.confd" "${PN}"
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
}

@ -1,12 +0,0 @@
# Config file for /etc/init.d/busybox-sysklogd
# run "/sbin/syslogd --help" and "/sbin/klogd --help" to see all possible options.
# activate if you need remote logging
#rc_need="net"
# Log to shared mem buffer (use logread to read it)
SYSLOGD_OPTS="-C128"
# send warnings and above to the console
KLOGD_OPTS="-c 3"

@ -1,38 +0,0 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/busybox-sysklogd/files/busybox-sysklogd.initd,v 1.1 2012/08/21 12:44:33 sbriesen Exp $
depend() {
need clock hostname
provide logger
}
start() {
local retval=0 daemon="syslogd"
ebegin "Starting busybox-sysklogd"
start-stop-daemon --start --quiet --exec /sbin/syslogd --pidfile /var/run/syslogd.pid -- ${SYSLOGD_OPTS}
retval=${?}
if [ ${retval} -eq 0 ]; then
daemon="klogd"
start-stop-daemon --start --quiet --exec /sbin/klogd -- ${KLOGD_OPTS}
retval=${?}
if [ ${retval} -ne 0 ]; then
start-stop-daemon --stop --retry 15 --quiet --exec /sbin/syslogd --pidfile /var/run/syslogd.pid
fi
fi
eend ${retval} "Failed to start ${daemon}"
}
stop() {
local retval=0 daemon="klogd"
ebegin "Stopping busybox-sysklogd"
start-stop-daemon --stop --retry 15 --quiet --exec /sbin/klogd
retval=${?}
if [ ${retval} -eq 0 ]; then
daemon="syslogd"
start-stop-daemon --stop --retry 15 --quiet --exec /sbin/syslogd --pidfile /var/run/syslogd.pid
retval=${?}
fi
eend ${retval} "Failed to stop ${daemon}"
}

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

@ -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-admin/eselect-timezone/eselect-timezone-0.2.ebuild,v 1.1 2012/11/17 02:16:29 ottxor Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-timezone/eselect-timezone-0.2.ebuild,v 1.2 2013/01/23 02:26:50 ottxor Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~ottxor/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/evtxtools/evtxtools-1.1.1.ebuild,v 1.2 2013/01/15 10:39:45 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/evtxtools/evtxtools-1.1.1.ebuild,v 1.3 2013/01/22 17:25:18 ago Exp $
EAPI=3
@ -13,7 +13,7 @@ SRC_URI="http://computer.forensikblog.de/files/evtx/${MY_PN}-${PV}.zip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="dev-perl/DateTime

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.1.4.ebuild,v 1.3 2013/01/14 12:17:07 nimiux Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.1.4.ebuild,v 1.4 2013/01/22 17:28:24 ago Exp $
EAPI=5
@ -10,7 +10,7 @@ SRC_URI="http://lsyncd.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
CDEPEND=">=dev-lang/lua-5.1[deprecated]"

@ -1,2 +1,3 @@
DIST salt-0.11.0.tar.gz 846339 SHA256 d5ecc48ff6c9a81686db59921e1b24e1c876f889214e7865f95d646ab572a3de SHA512 53c8ef06b2387b5cceb661c2b4805f6cfe84e888668169eec035f1d9edbe8587d2ff9b079e2545ae3d01ffdcf35243ca27fdebef926c830a54c5ca5567f640a4 WHIRLPOOL 5363855ac0921e0316c5435f379cc4fa0e7414e479dd7e550e44e472a61e47d9edd9100556633b6ffea13d857e46210f6cfee6c6b6c89f545b33be8a982167a7
DIST salt-0.12.0.tar.gz 943176 SHA256 854ab304c111f114b3a3c0089423cd2e022afdef43d4cd74b5b1a0016c3f64c5 SHA512 86f910e1d2b6f4fabb277de9b72a03ccaa7415915b313d38a3e0c493f982c9bf711a35409518759aab61122becf47f3a78833f83788f499aca587c5335d3191a WHIRLPOOL fd81d26f6e83997e9e1e0cab601b7b4474b11865a173ed31a1ee3d8fedd789b920c68251031f24e7988f0d8e7053e429e066a9930964b3ae696b0ef2ea75b682
DIST salt-0.12.1.tar.gz 940994 SHA256 54ef4c4ce4c002a94e3f5f530f3115d09a1e8f28a3a11c18db5c7f70d5eeba23 SHA512 3b77472d131641df2ad228c424b3f445ecf6e5f91f44f5f928a1e375ad1a97811856bef4f181e14ccd4ff70a4e3f37175b260969317d471bf6853549aa21fb97 WHIRLPOOL 24d6dac1af88f9e9577fc0088557a65f1a49801042d115849e921098ce9163dd9c02becc41371039ad60e4631d19253e3051603b1c9b05f604c1d0fa917dfef4

@ -0,0 +1,66 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/salt-0.12.1.ebuild,v 1.1 2013/01/22 21:51:46 chutzpah Exp $
EAPI=5
PYTHON_COMPAT=(python{2_6,2_7})
inherit eutils distutils-r1
DESCRIPTION="Salt is a remote execution and configuration manager."
HOMEPAGE="http://saltstack.org/"
if [[ ${PV} == 9999* ]]; then
inherit git-2
EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
EGIT_BRANCH="develop"
SRC_URI=""
KEYWORDS=""
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~x86 ~amd64"
fi
LICENSE="Apache-2.0"
SLOT="0"
IUSE="ldap libvirt mongodb mysql openssl redis test"
RDEPEND=">=dev-python/pyzmq-2.1.9
dev-python/msgpack
dev-python/pyyaml
dev-python/m2crypto
dev-python/pycrypto
dev-python/pycryptopp
dev-python/jinja
ldap? ( dev-python/python-ldap )
openssl? ( dev-python/pyopenssl )
libvirt? ( app-emulation/libvirt[python] )
mongodb? ( dev-python/pymongo )
mysql? ( dev-python/mysql-python )
redis? ( dev-python/redis-py )"
DEPEND="test? (
dev-python/virtualenv
${RDEPEND}
)"
src_prepare() {
sed -i '/install_requires=/ d' setup.py || die "sed failed"
distutils-r1_src_prepare
}
src_install() {
distutils-r1_src_install
for s in minion master syndic; do
newinitd "${FILESDIR}"/${s}-initd-1 salt-${s}
newconfd "${FILESDIR}"/${s}-confd-1 salt-${s}
done
dodoc README.rst AUTHORS
}
python_test() {
SHELL="/bin/bash" ./tests/runtests.py --unit-tests --no-report || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p3.ebuild,v 1.9 2013/01/21 19:19:07 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p3.ebuild,v 1.10 2013/01/22 17:34:33 ago Exp $
EAPI=4
@ -23,7 +23,7 @@ SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
# 3-clause BSD license
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
IUSE="ldap nls pam offensive selinux skey"
DEPEND="pam? ( virtual/pam )

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.8.3-r1.ebuild,v 1.4 2013/01/21 14:08:03 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.8.3-r1.ebuild,v 1.5 2013/01/22 17:33:21 ago Exp $
EAPI=4
inherit eutils toolchain-funcs
@ -11,7 +11,7 @@ SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ppc ~x86"
KEYWORDS="amd64 hppa ppc x86"
IUSE=""
DEPEND="sys-libs/ncurses"

@ -1,29 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.8.3.ebuild,v 1.6 2012/02/05 18:22:23 armin76 Exp $
EAPI="3"
inherit toolchain-funcs
DESCRIPTION="interactive who-like program that displays information about users currently logged on in real time"
HOMEPAGE="http://wizard.ae.krakow.pl/~mike/"
SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ppc x86"
IUSE=""
DEPEND="sys-libs/ncurses"
RDEPEND="${DEPEND}"
src_prepare() {
tc-export CC
}
src_install() {
dobin src/${PN} || die "dobin failed"
doman ${PN}.1
dodoc AUTHORS ChangeLog README TODO
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.20.ebuild,v 1.3 2013/01/16 15:01:32 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-backup/duplicity/duplicity-0.6.20.ebuild,v 1.4 2013/01/22 17:28:36 ago Exp $
EAPI="4"
@ -16,7 +16,7 @@ SRC_URI="http://code.launchpad.net/${PN}/0.6-series/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="s3"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/backlite-1.0.3-r1.ebuild,v 1.3 2013/01/17 18:42:37 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-cdr/backlite/backlite-1.0.3-r1.ebuild,v 1.4 2013/01/22 17:30:36 ago Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/k9copy/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="mplayer"
# According to the author of backlite/k9copy libdvdread and libdvdnav are

@ -0,0 +1,17 @@
diff -ru john-1.7.9.orig/src/gost_plug.c john-1.7.9/src/gost_plug.c
--- john-1.7.9.orig/src/gost_plug.c 2013-01-20 16:15:45.464000001 +0000
+++ john-1.7.9/src/gost_plug.c 2013-01-20 16:16:06.104000001 +0000
@@ -531,7 +531,6 @@
}
#endif
-#ifndef __GLIBC__
void rhash_u32_swap_copy(void* to, int index, const void* from, size_t length) {
size_t i;
unsigned int *pO, *pI;
@@ -542,4 +541,3 @@
*pO++ = bswap_32(*pI++);
}
}
-#endif

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild,v 1.6 2013/01/20 13:10:06 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/johntheripper/johntheripper-1.7.9-r6.ebuild,v 1.7 2013/01/22 21:09:06 zerochaos Exp $
EAPI="4"
@ -141,6 +141,8 @@ src_prepare() {
# fix typo in jumbo patch
sed -i 's:All15:All5:' run/john.conf || die
# fix compile on ppc (only needed for jumbo-7)
epatch "${FILESDIR}/${P}-ppc-compile-fix.patch"
fi
cd src

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2.ebuild,v 1.3 2013/01/16 14:55:22 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ssh-multiadd/ssh-multiadd-1.3.2.ebuild,v 1.4 2013/01/22 17:25:07 ago Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://code.fluffytapeworm.com/projects/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~x86"
KEYWORDS="amd64 ppc x86"
IUSE="X"
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/devmanual-9999.ebuild,v 1.2 2013/01/21 20:02:24 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/app-doc/devmanual/devmanual-9999.ebuild,v 1.3 2013/01/22 19:01:19 hwoarang Exp $
EAPI=5
@ -30,4 +30,10 @@ pkg_postinst() {
elog "offline mode, point your browser to the following url:"
elog "/usr/share/doc/devmanual-9999/html/index.html"
elog
elog "The offline version of the devmanual does not include the"
elog "documentation for the eclasses. If you need it, then emerge"
elog "the following package:"
elog
elog "app-portage/eclass-manpages"
elog
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.87.ebuild,v 1.4 2013/01/16 18:55:29 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.87.ebuild,v 1.5 2013/01/22 17:31:45 ago Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3+ FDL-1.3+"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE="preview-latex"
DEPEND="virtual/latex-base

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild,v 1.8 2013/01/21 16:08:20 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.20.ebuild,v 1.9 2013/01/22 17:31:18 ago Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
DOCS="ChangeLog keyword-generation.sh"
ELISP_TEXINFO="${PN}.texi"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v 1.3 2013/01/16 15:02:19 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20121209.ebuild,v 1.5 2013/01/22 19:56:56 jer Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/libewf/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ~x86"
KEYWORDS="amd64 hppa ppc x86"
# upstream bug #2597171, pyewf has implicit declarations
#IUSE="debug python rawio unicode"
IUSE="debug ewf rawio static-libs unicode"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.13-r3.ebuild,v 1.10 2013/01/21 16:23:35 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/enca/enca-1.13-r3.ebuild,v 1.12 2013/01/22 17:32:57 ago Exp $
EAPI="4"
@ -13,7 +13,7 @@ SRC_URI="http://dl.cihar.com/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="doc +recode"
DEPEND="recode? ( >=app-text/recode-3.6_p15 )"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.13.ebuild,v 1.8 2013/01/21 16:03:13 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/colordiff/colordiff-1.0.13.ebuild,v 1.9 2013/01/22 17:30:25 ago Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://www.colordiff.org/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86 ~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND="sys-apps/diffutils"

@ -1,3 +1,4 @@
DIST emelfm2-0.7.5.tar.bz2 1055510 SHA256 6dcd2ca2695f0ceb442a8390558580a19d4fb66d1d89e2b103696a6d4e68ac2c SHA512 b6deb404fe952fb33987afc0a862143da1ea6885053b0b713b3035bdd11960dadbb3e487fd526a4de1fdb57809e576d979ab59e89844791f66795a6d3b67e1c8 WHIRLPOOL b1641c4dc606fef74e6e48b6425213e992747f1164a36d4fcca80288ffc15cdcf5876cd200d32138771d3c11d1d03bfd5b48b4b76e0be6c96a6baf09de216718
DIST emelfm2-0.8.0.tar.bz2 1085861 SHA256 85baadcf3d52d77eb8a44a325a444d52cf25164b1151c641dc2b36eb68e333e3 SHA512 02b1068a01b97b43fa315714d806f7ee8d7269840d226c2ff2ed0044f0f6ac1c9b8a26628423080136bb7f98603b71445f5c490f84e7f9dc7390ef0a11797882 WHIRLPOOL b378d91d3ce1a27fbc42f0816fd5e96e36ccb049c8784754738f8c9391fd845657637c49e8a8c68afa3cd2531c8f3816113afb2ad51c8476a29d0d05a02beb27
DIST emelfm2-0.8.1.tar.bz2 1098199 SHA256 d38355628360e6bcdb69ef4affff03dd9f7cc9bd25c999b18b648a23c6f8bba7 SHA512 0f371459b8e4ca96beb45a8ed04ea2b757356c938cbd6927244abadc01f4c89f39ca50b8a86c4ff97e5c2d068405c1969c1d028a2fba650ec9326c39bb39a65f WHIRLPOOL 1dbe7848c44a79afb40a1c663503ad57a257d1b55b4e24e1cc0c7efd3bbe0be94e3a5ba9228bc1ee1933ad967b42492ecba7e2849a33a00d188592b6b3f26a72
DIST emelfm2-0.8.2.tar.bz2 1117651 SHA256 230bf59f2bbf22d56f434bb9b5e7a2eb9bb7c608fc0b6749dd462a8b6f5fe881 SHA512 231875baa83ae6279ed6ff9a62b14a67456336009317b644c251610891cac43e7901f5afb5e654309ccb61173d908d2cc5f6a1706304d29ba66d7255bb304e2a WHIRLPOOL dc3d1e9b9306b3b8818837fb0cafee3806f39e84b1f3beea1f9e719962d3fede9cd23018cc57f746c2805b79f5f126f0b10e935edfefb3c4d0da481f58b3dc8b

@ -0,0 +1,86 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/emelfm2/emelfm2-0.8.2.ebuild,v 1.1 2013/01/22 17:07:51 jer Exp $
EAPI=5
inherit eutils multilib toolchain-funcs
DESCRIPTION="A file manager that implements the popular two-pane design"
HOMEPAGE="http://emelfm2.net/"
SRC_URI="http://emelfm2.net/rel/${P}.tar.bz2"
LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl ansi fam gimp kernel_linux nls policykit spell udev"
EMELFM2_LINGUAS=( de fr ja pl ru zh_CN )
IUSE+=" ${EMELFM2_LINGUAS[@]/#/linguas_}"
COMMON_DEPEND=">=dev-libs/glib-2.26:2
>=x11-libs/gtk+-2.12:2
acl? ( sys-apps/acl )
gimp? ( media-gfx/gimp )
policykit? ( sys-auth/polkit )
spell? ( >=app-text/gtkspell-2.0.14:2 )"
RDEPEND="${COMMON_DEPEND}
udev? ( sys-fs/udisks:0 )"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
RESTRICT="test"
src_prepare() {
sed -i \
-e 's:dbus-glib-1::' \
-e 's:@$(CC):$(CC):g' \
-e 's:@$(BIN_MSGFMT):$(BIN_MSGFMT):g' \
Makefile || die
local lingua
for lingua in ${EMELFM2_LINGUAS[@]}; do
use linguas_${lingua} || mv po/${lingua}.po{,.unwanted}
done
}
src_configure() {
emel_use() {
use ${1} && echo "${2}=1" || echo "${2}=0"
}
#363813
myemelconf=(
$(emel_use acl WITH_ACL)
$(emel_use ansi WITH_OUTPUTSTYLES)
$(emel_use gimp WITH_THUMBS)
$(emel_use kernel_linux WITH_KERNELFAM)
$(emel_use nls I18N)
$(emel_use policykit WITH_POLKIT)
$(emel_use spell EDITOR_SPELLCHECK)
$(emel_use udev WITH_DEVKIT)
DOCS_VERSION=1
GTK3=0
STRIP=0
WITH_TRANSPARENCY=1
)
}
src_compile() {
tc-export CC
emake \
LIB_DIR="/usr/$(get_libdir)" \
PREFIX="/usr" \
${myemelconf[@]}
}
src_install() {
emake \
LIB_DIR="${D}/usr/$(get_libdir)" \
PREFIX="${D}/usr" \
${myemelconf[@]} \
$( use nls && echo install_i18n ) \
install
newicon icons/${PN}_48.png ${PN}.png
}

@ -2,4 +2,5 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>desktop-misc</herd>
<use><flag name='ansi'>Add support for ANSI escape sequences</flag></use>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2011 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/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild,v 1.3 2011/07/13 19:45:41 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.1.0.ebuild,v 1.4 2013/01/22 19:34:25 wired Exp $
EAPI="3"
@ -20,7 +20,7 @@ fi
DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux"
HOMEPAGE="http://github.com/thewtex/tmux-mem-cpu-load/"
LICENSE="as-is"
LICENSE="Apache-2.0"
SLOT="0"
src_prepare() {

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.4 2013/01/16 15:03:20 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.30.ebuild,v 1.5 2013/01/22 17:30:00 ago Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="http://www.lightandmatter.com/when/when.tar.gz -> ${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
DEPEND="dev-lang/perl"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.0.0.ebuild,v 1.10 2013/01/21 15:57:41 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.0.0.ebuild,v 1.11 2013/01/22 15:48:01 jer Exp $
EAPI="4"
SUPPORT_PYTHON_ABIS="1"
@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bazaar cvs darcs +git mercurial subversion test"
COMMON_DEPS="dev-lang/python"

@ -0,0 +1,15 @@
Index: htmlc-2.21.0/config/Makefile.in
===================================================================
--- htmlc-2.21.0.orig/config/Makefile.in
+++ htmlc-2.21.0/config/Makefile.in
@@ -35,8 +35,8 @@ MANDIR = \$(PREFIXINSTALLDIR)/man/man\$(
# The Caml compilers (those defaults should be OK)
CAMLDEP = ocamldep
-CAMLBYT = ocamlc -w A -warn-error A -g
-CAMLBIN = ocamlopt -w A -warn-error A -inline 10000
+CAMLBYT = ocamlc -w A -g
+CAMLBIN = ocamlopt -w A -inline 10000
CAMLYAC = ocamlyacc -v
CAMLLEX = ocamllex

@ -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-text/htmlc/htmlc-2.21.0.ebuild,v 1.4 2012/07/24 10:51:37 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/htmlc/htmlc-2.21.0.ebuild,v 1.5 2013/01/23 00:50:46 aballier Exp $
EAPI=3
@ -22,6 +22,7 @@ RDEPEND="${DEPEND}"
src_prepare() {
has_version '>=dev-lang/ocaml-3.12' && epatch "${FILESDIR}/${P}-ocaml312.patch"
epatch "${FILESDIR}/${P}-werror.patch"
}
src_configure() {

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.20.5.ebuild,v 1.8 2013/01/21 15:58:39 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.20.5.ebuild,v 1.10 2013/01/22 18:13:00 jer Exp $
EAPI=4
@ -11,7 +11,7 @@ HOMEPAGE="http://poppler.freedesktop.org/"
SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz"
LICENSE="GPL-2"
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 ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
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 ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE="cairo cjk curl cxx debug doc +introspection jpeg jpeg2k +lcms png qt4 tiff +utils"

@ -1,38 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/tree/tree-1.6.0.ebuild,v 1.11 2011/12/29 21:52:30 halcy0n Exp $
EAPI=4
inherit toolchain-funcs flag-o-matic bash-completion-r1
DESCRIPTION="Lists directories recursively, and produces an indented listing of files."
HOMEPAGE="http://mama.indstate.edu/users/ice/tree/"
SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
src_prepare() {
sed -i \
-e 's:LINUX:__linux__:' tree.c \
|| die "sed failed"
mv doc/tree.1.fr doc/tree.fr.1
}
src_compile() {
append-lfs-flags
emake \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS} ${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}" \
XOBJS="$(use elibc_uclibc && echo strverscmp.o)"
}
src_install() {
dobin tree
doman doc/tree*.1
dodoc CHANGES README*
newbashcomp "${FILESDIR}"/${PN}.bashcomp ${PN}
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/zencoding-vim/zencoding-vim-0.80.ebuild,v 1.2 2013/01/14 19:36:35 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/zencoding-vim/zencoding-vim-0.80.ebuild,v 1.3 2013/01/22 17:29:48 ago Exp $
EAPI=5
@ -9,7 +9,7 @@ inherit vim-plugin
DESCRIPTION="vim plugin: HTML and CSS hi-speed coding"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2981 http://mattn.github.com/zencoding-vim/"
LICENSE="BSD"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
VIM_PLUGIN_HELPFILES="zencoding.txt"

@ -1,3 +1,2 @@
DIST irrlicht-1.7.2.zip 24603866 SHA256 be1de9a850a94eaa5cc57a6014de5ab5304a364d45ce504315b5442be3e0d01d SHA512 395df6700e5a779aff04acc2add13bdcc4c7f62cb1cfac41370be284846560b50cf3913c7a577e9f366f21ce31b19f5a6eb5ac2d19288396727fe3b6da71a84f WHIRLPOOL 92a6b166f9e2a13dc9e1385555399c4f2d5405b5b386ba235d1b471060286e1d4ba7beda7e8ab3cab95c6ba54f294a9d12c0de9eeed8845f951e10c013735c65
DIST irrlicht-1.7.3.zip 16344294 SHA256 7230c1210a169944f815a79a975fabf2c0db0d3181dd62345b9fac9095ae026d SHA512 554c1b09ea9f591eb8f4346b8b66df15d3bd7339f29bfaadc076121ba7a5771116f15ec977e4fd226b346dd8c176dc7903dcfb4002c0a5a80671cbaafe54cab8 WHIRLPOOL 53bcdb60a2ed38e04cc77a91d6f61d8a5c0725a6c91b900748d7b8435a1b3e89ba33b41874d0f57c763a33e4617e79fac8f9e2890728a08f451e6448e4962d85
DIST irrlicht-1.8.zip 23674513 SHA256 f8756c3cf83f16f41eb1eca8f4ebb530f0e8fd572443905e3d8eb8f09445a642 SHA512 07aa6e49252f073e352fbd715b77d171b6d25d22e6b0faccaf7328b28693e6851f37498cfb4094f7b09d122170c491571431bf8f698828e82c2aa9d7ff792af7 WHIRLPOOL b021cc06fb216a9add40ad70beac22f41f2902f0b053713491c80057c04f05f9f45e19c282c109850235d7db89675ffaa7f5170b0b83f2b8918a0915ee43837d

@ -1,29 +0,0 @@
--- include/IrrCompileConfig.h.old
+++ include/IrrCompileConfig.h
@@ -176,7 +176,7 @@
//! Define _IRR_USE_NON_SYSTEM_JPEG_LIB_ to let irrlicht use the jpeglib which comes with irrlicht.
/** If this is commented out, Irrlicht will try to compile using the jpeg lib installed in the system.
This is only used when _IRR_COMPILE_WITH_LIBJPEG_ is defined. */
-#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
+//#define _IRR_USE_NON_SYSTEM_JPEG_LIB_
//! Define _IRR_COMPILE_WITH_LIBPNG_ to enable compiling the engine using libpng.
@@ -187,7 +187,7 @@
//! Define _IRR_USE_NON_SYSTEM_LIBPNG_ to let irrlicht use the libpng which comes with irrlicht.
/** If this is commented out, Irrlicht will try to compile using the libpng installed in the system.
This is only used when _IRR_COMPILE_WITH_LIBPNG_ is defined. */
-#define _IRR_USE_NON_SYSTEM_LIB_PNG_
+//#define _IRR_USE_NON_SYSTEM_LIB_PNG_
//! Define _IRR_D3D_NO_SHADER_DEBUGGING to disable shader debugging in D3D9
@@ -348,7 +348,7 @@
/** If this is commented out, Irrlicht will try to compile using the zlib
installed on the system. This is only used when _IRR_COMPILE_WITH_ZLIB_ is
defined. */
-#define _IRR_USE_NON_SYSTEM_ZLIB_
+//#define _IRR_USE_NON_SYSTEM_ZLIB_
//! Define _IRR_COMPILE_WITH_ZIP_ENCRYPTION_ if you want to read AES-encrypted ZIP archives
#define _IRR_COMPILE_WITH_ZIP_ENCRYPTION_
//! Define _IRR_COMPILE_WITH_BZIP2_ if you want to support bzip2 compressed zip archives

@ -1,572 +0,0 @@
--- examples/Demo/Makefile
+++ examples/Demo/Makefile
@@ -2,7 +2,7 @@
Target = Demo
Sources = CDemo.cpp CMainMenu.cpp main.cpp
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -Wall -O3 -ffast-math
ifeq ($(HOSTTYPE), x86_64)
@@ -13,7 +13,7 @@
# target specific settings
all_linux: SYSTEM=Linux
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/$(SYSTEM) -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lpng -ljpeg
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32: LDFLAGS = -L../../lib/$(SYSTEM) -lIrrlicht -lopengl32 -lglu32 -lm
--- examples/14.Win32Window/Makefile
+++ examples/14.Win32Window/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/12.TerrainRendering/Makefile
+++ examples/12.TerrainRendering/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/11.PerPixelLighting/Makefile
+++ examples/11.PerPixelLighting/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/08.SpecialFX/Makefile
+++ examples/08.SpecialFX/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/06.2DGraphics/Makefile
+++ examples/06.2DGraphics/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/04.Movement/Makefile
+++ examples/04.Movement/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,14 +17,14 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32: CPPFLAGS += -D__GNUWIN32__ -D_WIN32 -DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/16.Quake3MapShader/Makefile
+++ examples/16.Quake3MapShader/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/15.LoadIrrFile/Makefile
+++ examples/15.LoadIrrFile/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/02.Quake3Map/Makefile
+++ examples/02.Quake3Map/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,7 +17,7 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht
static_win32: LDFLAGS += -lgdi32 -lopengl32 -ld3dx9d -lwinmm -lm
@@ -25,7 +25,7 @@
static_win32 all_win32 clean_win32: SYSTEM=Win32-gcc
static_win32 all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32 static_win32:
$(warning Building...)
--- examples/19.MouseAndJoystick/Makefile
+++ examples/19.MouseAndJoystick/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
#CXXFLAGS = -O3 -ffast-math
CXXFLAGS = -g -Wall
@@ -17,14 +17,14 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32: CPPFLAGS += -D__GNUWIN32__ -D_WIN32 -DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/13.RenderToTexture/Makefile
+++ examples/13.RenderToTexture/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/10.Shaders/Makefile
+++ examples/10.Shaders/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/09.Meshviewer/Makefile
+++ examples/09.Meshviewer/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/21.Quake3Explorer/Makefile
+++ examples/21.Quake3Explorer/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp sound.cpp q3factory.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
#CXXFLAGS = -O3 -ffast-math
CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/03.CustomSceneNode/Makefile
+++ examples/03.CustomSceneNode/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/20.ManagedLights/Makefile
+++ examples/20.ManagedLights/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
#CXXFLAGS = -O3 -ffast-math
CXXFLAGS = -g -Wall
@@ -17,14 +17,14 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32: CPPFLAGS += -D__GNUWIN32__ -D_WIN32 -DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/05.UserInterface/Makefile
+++ examples/05.UserInterface/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/01.HelloWorld/Makefile
+++ examples/01.HelloWorld/Makefile
@@ -7,9 +7,9 @@
# List of source files, separated by spaces
Sources := main.cpp
# Path to Irrlicht directory, should contain include/ and lib/
-IrrlichtHome := ../..
+IrrlichtHome := /usr
# Path for the executable. Note that Irrlicht.dll should usually also be there for win32 systems
-BinPath = ../../bin/$(SYSTEM)
+BinPath = ../../bin
# general compiler settings (might need to be set when compiling the lib, too)
# preprocessor flags, e.g. defines and include paths
@@ -24,7 +24,7 @@
#no changes necessary below this line
####
-CPPFLAGS = -I$(IrrlichtHome)/include -I/usr/X11R6/include $(USERCPPFLAGS)
+CPPFLAGS = -I/usr/include/irrlicht $(USERCPPFLAGS)
CXXFLAGS = $(USERCXXFLAGS)
LDFLAGS = $(USERLDFLAGS)
@@ -32,8 +32,8 @@
all: all_linux
# target specific settings
-all_linux all_win32 static_win32: LDFLAGS += -L$(IrrlichtHome)/lib/$(SYSTEM) -lIrrlicht
-all_linux: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lXext -lX11
+all_linux all_win32 static_win32: LDFLAGS += -lIrrlicht
+all_linux: LDFLAGS += -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -lpng -ljpeg
all_linux clean_linux: SYSTEM=Linux
all_win32 clean_win32 static_win32: SYSTEM=Win32-gcc
all_win32 clean_win32 static_win32: SUF=.exe
--- examples/18.SplitScreen/Makefile
+++ examples/18.SplitScreen/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)
--- examples/07.Collision/Makefile
+++ examples/07.Collision/Makefile
@@ -5,7 +5,7 @@
Sources = main.cpp
# general compiler settings
-CPPFLAGS = -I../../include -I/usr/X11R6/include
+CPPFLAGS = -I/usr/include/irrlicht
CXXFLAGS = -O3 -ffast-math
#CXXFLAGS = -g -Wall
@@ -17,13 +17,13 @@
endif
# target specific settings
-all_linux: LDFLAGS = -L/usr/X11R6/lib$(LIBSELECT) -L../../lib/Linux -lIrrlicht -lGL -lXxf86vm -lXext -lX11
+all_linux: LDFLAGS = -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljpeg -lpng
all_linux clean_linux: SYSTEM=Linux
all_win32: LDFLAGS = -L../../lib/Win32-gcc -lIrrlicht -lopengl32 -lm
all_win32 clean_win32: SYSTEM=Win32-gcc
all_win32 clean_win32: SUF=.exe
# name of the binary - only valid for targets which set SYSTEM
-DESTPATH = ../../bin/$(SYSTEM)/$(Target)$(SUF)
+DESTPATH = ../../bin/$(Target)$(SUF)
all_linux all_win32:
$(warning Building...)

@ -1,10 +0,0 @@
--- ./source/Irrlicht/Makefile.orig
+++ ./source/Irrlicht/Makefile
@@ -75,7 +75,6 @@
LIB_PATH = ../../lib/$(SYSTEM)
INSTALL_DIR = /usr/local/lib
sharedlib install: SHARED_LIB = libIrrlicht.so
-staticlib sharedlib: LDFLAGS += --no-export-all-symbols --add-stdcall-alias
sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm
staticlib sharedlib: CXXINCS += -I/usr/X11R6/include

@ -1,46 +0,0 @@
--- irrlicht-1.7.2.orig/source/Irrlicht/CImageLoaderPNG.cpp
+++ irrlicht-1.7.2/source/Irrlicht/CImageLoaderPNG.cpp
@@ -162,7 +162,7 @@
if (BitDepth < 8)
{
if (ColorType==PNG_COLOR_TYPE_GRAY || ColorType==PNG_COLOR_TYPE_GRAY_ALPHA)
- png_set_gray_1_2_4_to_8(png_ptr);
+ png_set_expand_gray_1_2_4_to_8(png_ptr);
else
png_set_packing(png_ptr);
}
--- irrlicht-1.7.2.orig/source/Irrlicht/Makefile
+++ irrlicht-1.7.2/source/Irrlicht/Makefile
@@ -39,11 +39,7 @@
IRRIOOBJ = CFileList.o CFileSystem.o CLimitReadFile.o CMemoryFile.o CReadFile.o CWriteFile.o CXMLReader.o CXMLWriter.o CZipReader.o CPakReader.o CNPKReader.o CTarReader.o CMountPointReader.o irrXML.o CAttributes.o lzma/LzmaDec.o
IRROTHEROBJ = CIrrDeviceSDL.o CIrrDeviceLinux.o CIrrDeviceConsole.o CIrrDeviceStub.o CIrrDeviceWin32.o CIrrDeviceFB.o CLogger.o COSOperator.o Irrlicht.o os.o
IRRGUIOBJ = CGUIButton.o CGUICheckBox.o CGUIComboBox.o CGUIContextMenu.o CGUIEditBox.o CGUIEnvironment.o CGUIFileOpenDialog.o CGUIFont.o CGUIImage.o CGUIInOutFader.o CGUIListBox.o CGUIMenu.o CGUIMeshViewer.o CGUIMessageBox.o CGUIModalScreen.o CGUIScrollBar.o CGUISpinBox.o CGUISkin.o CGUIStaticText.o CGUITabControl.o CGUITable.o CGUIToolBar.o CGUIWindow.o CGUIColorSelectDialog.o CDefaultGUIElementFactory.o CGUISpriteBank.o CGUIImageList.o CGUITreeView.o
-ZLIBOBJ = zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/deflate.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o zlib/uncompr.o zlib/zutil.o
-JPEGLIBOBJ = jpeglib/jcapimin.o jpeglib/jcapistd.o jpeglib/jccoefct.o jpeglib/jccolor.o jpeglib/jcdctmgr.o jpeglib/jchuff.o jpeglib/jcinit.o jpeglib/jcmainct.o jpeglib/jcmarker.o jpeglib/jcmaster.o jpeglib/jcomapi.o jpeglib/jcparam.o jpeglib/jcprepct.o jpeglib/jcsample.o jpeglib/jctrans.o jpeglib/jdapimin.o jpeglib/jdapistd.o jpeglib/jdatadst.o jpeglib/jdatasrc.o jpeglib/jdcoefct.o jpeglib/jdcolor.o jpeglib/jddctmgr.o jpeglib/jdhuff.o jpeglib/jdinput.o jpeglib/jdmainct.o jpeglib/jdmarker.o jpeglib/jdmaster.o jpeglib/jdmerge.o jpeglib/jdpostct.o jpeglib/jdsample.o jpeglib/jdtrans.o jpeglib/jerror.o jpeglib/jfdctflt.o jpeglib/jfdctfst.o jpeglib/jfdctint.o jpeglib/jidctflt.o jpeglib/jidctfst.o jpeglib/jidctint.o jpeglib/jmemmgr.o jpeglib/jmemnobs.o jpeglib/jquant1.o jpeglib/jquant2.o jpeglib/jutils.o jpeglib/jcarith.o jpeglib/jdarith.o jpeglib/jaricom.o
-LIBPNGOBJ = libpng/png.o libpng/pngerror.o libpng/pngget.o libpng/pngmem.o libpng/pngpread.o libpng/pngread.o libpng/pngrio.o libpng/pngrtran.o libpng/pngrutil.o libpng/pngset.o libpng/pngtrans.o libpng/pngwio.o libpng/pngwrite.o libpng/pngwtran.o libpng/pngwutil.o
LIBAESGM = aesGladman/aescrypt.o aesGladman/aeskey.o aesGladman/aestab.o aesGladman/fileenc.o aesGladman/hmac.o aesGladman/prng.o aesGladman/pwd2key.o aesGladman/sha1.o aesGladman/sha2.o
-BZIP2OBJ = bzip2/blocksort.o bzip2/huffman.o bzip2/crctable.o bzip2/randtable.o bzip2/bzcompress.o bzip2/decompress.o bzip2/bzlib.o
# Next variable is for additional scene nodes etc. of customized Irrlicht versions
EXTRAOBJ =
@@ -54,18 +50,16 @@
###############
#Compiler flags
-CXXINCS = -I../../include -Izlib -Ijpeglib -Ilibpng
+CXXINCS = -I../../include
CPPFLAGS += $(CXXINCS) -DIRRLICHT_EXPORTS=1
CXXFLAGS += -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing
ifndef NDEBUG
CXXFLAGS += -g -D_DEBUG
-else
-CXXFLAGS += -fexpensive-optimizations -O3
endif
ifdef PROFILE
CXXFLAGS += -pg
endif
-CFLAGS := -O3 -fexpensive-optimizations -DPNG_THREAD_UNSAFE_OK -DPNG_NO_MMX_CODE -DPNG_NO_MNG_FEATURES
+CFLAGS += -DPNG_THREAD_UNSAFE_OK -DPNG_NO_MMX_CODE -DPNG_NO_MNG_FEATURES
sharedlib sharedlib_osx: CXXFLAGS += -fPIC
sharedlib sharedlib_osx: CFLAGS += -fPIC

@ -1,40 +0,0 @@
--- source/Irrlicht/CImageLoaderPNG.cpp
+++ source/Irrlicht/CImageLoaderPNG.cpp
@@ -28,7 +28,7 @@
static void png_cpexcept_error(png_structp png_ptr, png_const_charp msg)
{
os::Printer::log("PNG FATAL ERROR", msg, ELL_ERROR);
- longjmp(png_ptr->jmpbuf, 1);
+ longjmp(png_jmpbuf(png_ptr), 1);
}
// PNG function for file reading
@@ -37,7 +37,7 @@
png_size_t check;
// changed by zola {
- io::IReadFile* file=(io::IReadFile*)png_ptr->io_ptr;
+ io::IReadFile* file=(io::IReadFile*)png_get_io_ptr(png_ptr);
check=(png_size_t) file->read((void*)data,(u32)length);
// }
--- source/Irrlicht/CImageWriterPNG.cpp
+++ source/Irrlicht/CImageWriterPNG.cpp
@@ -35,7 +35,7 @@
static void png_cpexcept_error(png_structp png_ptr, png_const_charp msg)
{
os::Printer::log("PNG FATAL ERROR", msg, ELL_ERROR);
- longjmp(png_ptr->jmpbuf, 1);
+ longjmp(png_jmpbuf(png_ptr), 1);
}
// PNG function for file writing
@@ -43,7 +43,7 @@
{
png_size_t check;
- io::IWriteFile* file=(io::IWriteFile*)png_ptr->io_ptr;
+ io::IWriteFile* file=(io::IWriteFile*)png_get_io_ptr(png_ptr);
check=(png_size_t) file->write((const void*)data,(u32)length);
if (check != length)

@ -1,61 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.7.2.ebuild,v 1.6 2011/09/15 03:18:02 ssuominen Exp $
EAPI=2
inherit eutils toolchain-funcs
DESCRIPTION="open source high performance realtime 3D engine written in C++"
HOMEPAGE="http://irrlicht.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="doc"
RDEPEND="virtual/jpeg
media-libs/libpng
app-arch/bzip2
virtual/opengl
x11-libs/libX11"
DEPEND="${RDEPEND}
app-arch/unzip
x11-proto/xproto
x11-proto/xf86vidmodeproto"
S=${WORKDIR}/${P}/source/Irrlicht
src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
cd ../..
edos2unix include/IrrCompileConfig.h
epatch \
"${FILESDIR}"/${P}-config.patch \
"${FILESDIR}"/${P}-demoMake.patch \
"${FILESDIR}"/${P}-gcc46.patch \
"${FILESDIR}"/${P}-libpng15.patch
sed -i \
-e 's:\.\./\.\./media:../media:g' \
$(grep -rl '\.\./\.\./media' examples) \
|| die 'sed failed'
}
src_compile() {
tc-export CXX CC AR
emake sharedlib staticlib || die "emake failed"
}
src_install() {
cd ../..
dolib.a lib/Linux/libIrrlicht.a || die
dolib.so lib/Linux/libIrrlicht.so* || die
insinto /usr/include/${PN}
doins include/* || die
dodoc changes.txt readme.txt
if use doc ; then
insinto /usr/share/doc/${PF}
doins -r examples media || die
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.ebuild,v 1.1 2012/12/07 23:43:23 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.ebuild,v 1.2 2013/01/22 18:17:13 mr_bones_ Exp $
EAPI=5
inherit eutils multilib toolchain-funcs

@ -1,3 +1 @@
DIST mercator-0.3.0.tar.gz 410127 SHA256 6b12acda4e86fad0987fcd4ec18b79faa01605ef5ef71b7d8261691d3f8835e9 SHA512 a18eea5d4aba7e3253ecce66b131939f775021897cf2ac5ba5aa3d704791455a1a6e12f0c218677b604d94e50a17e77c095430f5c990ed2b49e583c6e055dd12 WHIRLPOOL 0ebc0a0bc8623a3277ad72a10f6662ea5bdb1c3962475d1985e0d33d369c4727d25e9d25fda2255d93c4ee66df1e44e08e55e3d0551dafb21f8bf116565d7364
DIST mercator-0.3.1.tar.gz 403569 SHA256 74964cfbc62c26d3a3141c41864213b2fe189e699ad05d798b6d36b9048e5bd5 SHA512 3df3fbce2b4b7db3db5b59a50fd25ed32848d1f6849a5c066cb76f77047bca0b8cacbfd517b3651e26011caa570e1e4777b565d916676389f869c564a2ec07a2 WHIRLPOOL 0825d96aa4b8b687cae1c2dd975336c0892a682222534bd2b793484e407b19adda1e4e7be5d24767f0e38ff9c0438890ef73a00a3dd2b8391ae33ad335f83482
DIST mercator-0.3.2.tar.gz 432442 SHA256 5388299694545b266d0c232fc7124ec52d88fef69159b0acd38919fd1095fcc1 SHA512 8e1d390ea708dfd8ec8b4f818c6e72a82436250e57e716b75145b67602f4ea32b3b0839dc4554a893e9190976639389567bd6d20eab590127e078ed9a1ea1d27 WHIRLPOOL eafad9675bf0cab99ade8237a148015e6ba923ea6fad8973111c8de2f141ad86800ea96123de611aae4693e738e257a075b981414e5048a5fe52771e28001bfb

@ -1,11 +0,0 @@
--- Mercator/TerrainMod.cpp.old 2012-02-26 21:30:39.000000000 +0100
+++ Mercator/TerrainMod.cpp 2012-02-26 21:29:58.000000000 +0100
@@ -40,6 +40,8 @@
s.removeMod(this);
}
+template class ShapeTerrainMod<WFMath::Polygon >;
+
template class LevelTerrainMod<WFMath::Ball >;
template class LevelTerrainMod<WFMath::Polygon >;
template class LevelTerrainMod<WFMath::RotBox >;

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.3.0.ebuild,v 1.7 2012/05/03 06:35:31 jdhore Exp $
EAPI=2
inherit base
DESCRIPTION="WorldForge library primarily aimed at terrain."
HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/mercator"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE="doc"
SLOT="0"
RDEPEND="dev-games/wfmath"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_compile() {
base_src_compile
use doc && base_src_compile docs
}
src_install() {
use doc && HTML_DOCS=( doc/html/* )
base_src_install
find "${D}" -type f -name '*.la' -exec rm {} + || die
}

@ -1,33 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.3.1.ebuild,v 1.3 2012/12/26 01:24:50 jdhore Exp $
EAPI=2
inherit base
DESCRIPTION="WorldForge library primarily aimed at terrain."
HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/mercator"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE="doc"
SLOT="0"
RDEPEND=">=dev-games/wfmath-1"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
src_compile() {
base_src_compile
use doc && base_src_compile docs
}
src_install() {
use doc && HTML_DOCS=( doc/html/* )
base_src_install
find "${D}" -type f -name '*.la' -exec rm {} + || die
}

@ -1,3 +1 @@
DIST physfs-2.0.1.tar.gz 671467 SHA256 1ee9891d9d34db4bcf78ae31f321fdb948c12e233ca04c690cae032968dbf45d SHA512 439ce7d18c6a01fcf5706043dd7d5f0af0f2eafd1691394acebdaa9b477d858b482cdeb4bbfe93281e49f2f0c404ee5717ad885e603c910af44b0b4a6906ac69 WHIRLPOOL 54f5bbf737aa9e9838dce7762f5d5fd2028a0d934efe8ea6c801735a9b6b0787104370a9bd2deddadd27fe2e9bf51e9669a9fb4fd97326ea693e7ef4de722a1e
DIST physfs-2.0.2.tar.gz 671700 SHA256 ae296d3148228e03fd56cc9ea58af02f87dcbb1fadef125c18b709ab37f0bc09 SHA512 51f9ff696f390dd457cb1bf8b8c5bd38ae202874a71b68ab311950803fea5e3b28cfe95716da7a593fe4b77963727156bf2bcc509738f5cb9b417f5cc1f21f54 WHIRLPOOL e6a4a07a6083c6ea988fa21944e05abc23805f9031ab5a878759eafbf4d0a92685642e513ea0056df0b9817c534b7f3d1335c75ca16be1ca5bc0deccb42bf4b8
DIST physfs-2.0.3.tar.bz2 560628 SHA256 ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69 SHA512 47eff0c81b8dc3bb526766b0a8ad2437d2951867880116d6e6e8f2ec1490e263541fb741867fed6517cc3fa8a9c5651b36e3e02a499f19cfdc5c7261c9707e80 WHIRLPOOL 30362f92d5702842142c08c3183a384876a03e9e3e400364b0fa59c99ffee994667c1ad08fe633ef146e98301789a980a3419f60a18b24b9c341bb74144ccc73

@ -1,61 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-2.0.1.ebuild,v 1.7 2010/10/15 12:41:05 ranger Exp $
EAPI=2
inherit cmake-utils
DESCRIPTION="Abstraction layer for filesystem and archive access"
HOMEPAGE="http://icculus.org/physfs/"
SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc grp hog mvl qpak static-libs wad +zip"
RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"
src_prepare() {
sed -i \
-e 's:-Werror::' \
-e '/DESTINATION/s:lib:lib${LIB_SUFFIX}:' \
CMakeLists.txt \
|| die "sed failed"
# make sure these libs aren't used
rm -rf lzma zlib*
}
src_configure() {
local mycmakeargs="
-DPHYSFS_ARCHIVE_7Z=OFF
-DPHYSFS_BUILD_SHARED=ON
-DPHYSFS_BUILD_TEST=OFF
-DPHYSFS_BUILD_WX_TEST=OFF
-DPHYSFS_INTERNAL_ZLIB=OFF
$(cmake-utils_use static-libs PHYSFS_BUILD_STATIC)
$(cmake-utils_use grp PHYSFS_ARCHIVE_GRP)
$(cmake-utils_use hog PHYSFS_ARCHIVE_HOG)
$(cmake-utils_use mvl PHYSFS_ARCHIVE_MVL)
$(cmake-utils_use wad PHYSFS_ARCHIVE_WAD)
$(cmake-utils_use qpak PHYSFS_ARCHIVE_QPAK)
$(cmake-utils_use zip PHYSFS_ARCHIVE_ZIP)"
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
if use doc ; then
doxygen || die "doxygen failed"
fi
}
src_install() {
local DOCS="CHANGELOG.txt CREDITS.txt TODO.txt"
local HTML_DOCS=$(use doc && echo docs/html/*)
cmake-utils_src_install
}

@ -1,60 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-2.0.2-r1.ebuild,v 1.7 2012/09/03 15:28:40 chithanh Exp $
EAPI=2
inherit cmake-utils
DESCRIPTION="Abstraction layer for filesystem and archive access"
HOMEPAGE="http://icculus.org/physfs/"
SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc grp hog mvl qpak static-libs wad +zip"
RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"
src_prepare() {
sed -i \
-e 's:-Werror::' \
CMakeLists.txt \
|| die "sed failed"
# make sure these libs aren't used
rm -rf lzma zlib*
}
src_configure() {
local mycmakeargs="
-DPHYSFS_ARCHIVE_7Z=OFF
-DPHYSFS_BUILD_SHARED=ON
-DPHYSFS_BUILD_TEST=OFF
-DPHYSFS_BUILD_WX_TEST=OFF
-DPHYSFS_INTERNAL_ZLIB=OFF
$(cmake-utils_use static-libs PHYSFS_BUILD_STATIC)
$(cmake-utils_use grp PHYSFS_ARCHIVE_GRP)
$(cmake-utils_use hog PHYSFS_ARCHIVE_HOG)
$(cmake-utils_use mvl PHYSFS_ARCHIVE_MVL)
$(cmake-utils_use wad PHYSFS_ARCHIVE_WAD)
$(cmake-utils_use qpak PHYSFS_ARCHIVE_QPAK)
$(cmake-utils_use zip PHYSFS_ARCHIVE_ZIP)"
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
if use doc ; then
doxygen || die "doxygen failed"
fi
}
src_install() {
local DOCS="CHANGELOG.txt CREDITS.txt TODO.txt"
local HTML_DOCS=$(use doc && echo docs/html/*)
cmake-utils_src_install
}

@ -2,12 +2,17 @@ DIST icedtea-bin-core-6.1.11.5-amd64.tar.bz2 32980753 SHA256 ca12b761f7c299e7485
DIST icedtea-bin-core-6.1.11.5-x86.tar.bz2 33919404 SHA256 bd086dbf01347fcf88a0217278e3c1a30178f596f8a0e49b5b2e7f4b24ddb7d9 SHA512 b2b42639cda25d3bb49d2383c99c65994e99c976cbc0a1094153ed34b0b95a71bba597dc41fb71ab83dcca5dfb144d347efb90f7ba0db6f443d1b5a87c60848b WHIRLPOOL 454ab0b6ec212aee75e3d4bbef299eb4cb4efd39e527502c63407bbab5559c2a6dbee8e9260ada9e6ab175646002e762704514540ac69dc829f49f3ff9701671
DIST icedtea-bin-core-7.2.3.3-amd64.tar.bz2 48848494 SHA256 3cfdd8d83190892a1540e84daa3c7e454889e151537e708737a413b10ede54ec SHA512 f7238cef43d725e33ec8e27a2ae13500eff2446d393e3704c5c7beb27ffad1bbc52cd13bbbb4ae527702aca56c9b7650a5076b387d760a7f6a0763b439c2a41c WHIRLPOOL eb95a76a9ef25e52f0cc64f2c16ad2d7d8758026cb4c627681b5841e35bc86614a7a9c5a6a6b4d710c4eac50972f9524780e54a65ec041e2fddc1a20c6108f8a
DIST icedtea-bin-core-7.2.3.3-x86.tar.bz2 49962247 SHA256 d0ad8f8f1f74de7bef59a8284d23e63bb601ba369a86014303b33cf2abcf8bcd SHA512 84efff48a8d3eb5a3c749f7c806c90d1d02e672868dd27573c760ba85b149bbca8979d4a329110d07aa66980e3b33445e261b81554e756a3df802bdee4c61f25 WHIRLPOOL f236132ef0f6ba364789f4cbb6c4451869764028d34c078cb796ee142eb97c8c21ca0a0ff1ebf6410f9c96d0745de21e9dbab78bcf4b7d8c29b1e64fd8544019
DIST icedtea-bin-core-7.2.3.4-amd64.tar.bz2 48853325 SHA256 89a367e81aaa627a632c35092be7c1089795d8c90f92c83803593ac7d9b01f07 SHA512 2c8b25bc8a4a017bdec06e8a49a14d724d900d08f77e0bfc7e39db5c66bbf17611741ebf6d58ee392afe69dda03eed78dee9c92deb46f832420ffdaf9d0a31f2 WHIRLPOOL 4e15a074cc1f0895ee78fac052b4d9e9b809cce73fa585499b09a051c0a8e11128afa21cfce9a6bd993479279036c270758b03e1cac6f5fa27ca9a26d41de535
DIST icedtea-bin-core-7.2.3.4-x86.tar.bz2 49964720 SHA256 df223947302274db0f78c6d3f1ac7d751a06b8fc53051b3eeecbc13735de189e SHA512 6d15ba18be1541727ba61d75ea19a65726bff419caf99217f3c1a6f466f9281087f8268fb37c85d4643f96e114f3ec957e33984f922a466adb0678993a4b0add WHIRLPOOL b2a8e817aab965045cefae27da8975c7bfee1028c50a1e8f1e82d9b09ac28870c6f1e5399ddcc877e17951771a731b15a13fca6799d4dca6e9504f7ae9526569
DIST icedtea-bin-doc-6.1.11.5.tar.bz2 11636975 SHA256 0b5dacb7c5873d58c31870090a641cd0df58424478eff2d72499d1af4db35ba3 SHA512 0ffb517a23ee0b9a3876ed7113e86377a16b6bdca6aafc02aa5eb1343ef3bb958c3c255ff0e0958619ac1ebf5c993239ea736ef07204148cdb62b2ce4d5f7569 WHIRLPOOL ef4c53462f666b5202c43d44533b1991406cddc6243f9c2ac60ca8f4634f6f6636caf55a7d49c66851c13a4067013075816bf3f30b72b51aa208dc62852b40e6
DIST icedtea-bin-doc-7.2.3.3.tar.bz2 12533982 SHA256 9f251b1a743f75891ea771de4c6f3f1e250f221f600c59b481cc992ba908fb8a SHA512 cc658427f612c0434411774c47a1e500e56e927f9e77db0685bcdb1e763c6540b286f054f1d2a4f2aeb7db27d02a7e09dbf0b4c1a8fabd9297801ca8608ce006 WHIRLPOOL 31b6fcbfa988001ece3a1dc9dfde679169cf773660c3a5817143f504fb5906b09baa7220e0f4dcb7bccc7a9f84fd5639448b94085e26d040ac67b5811481880d
DIST icedtea-bin-doc-7.2.3.4.tar.bz2 12535391 SHA256 a7e586bec57f5d29126b2ca4d89b192b33eb2991413e42e7e7f0c14afd922032 SHA512 93cd8559f5adfd0ddfa9b50d9a759ecad47a545b33554208a2ef0a32a454a437f1795146dfe7323dfe89ae02e8905145fd7e88daaa87f48f7ae6eab63b510db3 WHIRLPOOL f0d2f04c592c5bc72c1ffbb2b47cd911eb4ec1831ce63e81c21e1e087251d06fdca72851ce3c029ce8d935652466d13d72d148ec6fcf3b1c7d0675ee2ae1d7a8
DIST icedtea-bin-examples-6.1.11.5-amd64.tar.bz2 2164804 SHA256 ddfab3fed17111cd766592ed34a3846447a4ea2f779d173f3b7a8e2d0be02286 SHA512 659b32184cbb393cfe925382b8169d2afdd7a68b492aace19ca13e14b76498da042c5a8c0e4e1302098d5b0a7d735beda2d1e2035e43a29abed2d41f737f7726 WHIRLPOOL 13b7373d71fad319fffd1e1d3158f23dd643c4ad78c44c8c0ffe500dee4abbcabf2842a01441efd5625c390519e3c6676a8f912e9c1d4885bbe0bea9210edb8c
DIST icedtea-bin-examples-6.1.11.5-x86.tar.bz2 2133703 SHA256 4f48a3aa286fc3083f2aaa7e3605bb85c26fea286acfcf800f49e685298593ee SHA512 c01e3b6c323f5ad9163bcd1d27f07cce66cf72f54bc5a2c93240bb7e53a48137fddd9ceab82413aef6781fe1ff79019bb87f2fdecd25a5df685cca9f89957392 WHIRLPOOL 1976e26e211dfa12c30063f2951d91d90c15ead0d1897fcf636451b0f024feff2d691b0f96e440284d7c0d5291af976bae77d4a5c5258c77904f9084302f64f5
DIST icedtea-bin-examples-7.2.3.3-amd64.tar.bz2 2334417 SHA256 f02e6492f9dbfcf70e04b6fa4ef1e0d883c7e3751f16f6dd2c734ce981880124 SHA512 1585e22d5f87446e1c937d6e012025adc39b737bba81aebb52b0ec996e00d8fa20faeda37158f12fe55bfbdf8bdb64539719aabd8f2439112a8e67e17f0e311b WHIRLPOOL a2ef26ee0101249c93ce332742485feaa2df32cdd6ffbf5506ef163f75cb3bb7c28b605350c3b2c15a9a8ac5deacecf0ada4e90099b47bb058e34514faa494c1
DIST icedtea-bin-examples-7.2.3.3-x86.tar.bz2 2313601 SHA256 61ef2242b646235006bc06451c9620d11b289e4a857286ae20283330545d919b SHA512 77af4a58cbb0a120c898a7cdeec30b4b1f55a74479cdab7801ab274814e5546d2dd2b8c154aedd70edd4aa226eb83538fd23a9fa16481303fc039fe5f5866201 WHIRLPOOL 432d82f02331225d6b70e17676f7fb989e290e915a18db7bf363ec1a35e60a6e470db369632eaeb1b9d8194ae488a49ff9665680d1a949ee94763dd1e0d6e1fd
DIST icedtea-bin-examples-7.2.3.4-amd64.tar.bz2 2334377 SHA256 42d6cb0deb2402a7faf26efee6b6dfae4439d74d04db57252a3f38f71c93ac21 SHA512 5b9d26726ee5279f927ada923356b3799ae4f8750bf6c61b03333d19b543d406617756a76d2717283ab629a85a29cea01a6382e0a03520bd9e3c2bf8ffaa7813 WHIRLPOOL 646769aa2207ae87db6b446d0c6f9b3fee5299357ded72f2889587c949eaafd1d25d4dd2c0cbf018ce02eb995cb9948407505432159ec7545b21d7d40b6d6e18
DIST icedtea-bin-examples-7.2.3.4-x86.tar.bz2 2314133 SHA256 3018b9c4552b2ef6b44491c8e6003bde75e497e626ec1abf81138c3dad4222a4 SHA512 f54901d8fab1fe8dbf1ce681e38be84e21db87b8b34f040aafefe4c51f7aa0efe8692a6f571a106200a576f7203c9f76b6cff8d0f9dc085e1fa5739f83a6f3c6 WHIRLPOOL 8617fddbd6083d17fd70357b064bb0c509b15ef3af42fc5e3a0170eb8fd765b78f265ffeab8f3ee6cad4f5fbdad58a7cf7c371ee9ead22786f13c40633f65f98
DIST icedtea-bin-nsplugin-6.1.11.5-amd64.tar.bz2 1008682 SHA256 92d960861834d3a8731e4a2f9589dcab4ba8c70e250b0deb63b96582ab33b731 SHA512 05cff934639baece960552938a0f52ac2cc0e5f14bd82ca9922b59870542e0a1d1d1e40a758aa5e77595ff7fad41d3bcf6ca368a9a097eb86fc2b5a424b89276 WHIRLPOOL e4994b44b3044deece2c36862500ffb15e19362e4aec0ad5a856cbb2006d55cedd554155e09153fc15f2c3431b0c90305a59521a256ce402a0e1af731cd98561
DIST icedtea-bin-nsplugin-6.1.11.5-r1-amd64.tar.bz2 1013352 SHA256 3dd3e219228a3175b4a2f3e806b8aed12082a91ceb712816e860d4021e2d50a9 SHA512 7447db5197e1f57d7a28f7be9b5b6648f1925e430805ae528b5e650736e2b0907d759c07d06058a909c2ecf22827f10ef303f89dea76a57c76855dd02589156f WHIRLPOOL 21dc25df621a66bd494bcd74edf069b823ba7ddc5d07482fd50dbb4e6f8bfd2793441d0d0742f2363d84c50b3d7b83a270b1ed3968913fc27a863e0a4051d019
DIST icedtea-bin-nsplugin-6.1.11.5-r1-x86.tar.bz2 1007184 SHA256 29a9964aea2c2f3ddeae8f63c03154489e09433014696e0d46ec637582f117e1 SHA512 ea3f690cfd6a974a99f902238beb661fae0506b89ea4cf4778574e4ca101a027780a387de8bad2b739bad8161cd2b7478e27a2d58a4716ca09e33674a772e667 WHIRLPOOL 0e5cf7213650f20d5d0ffaf135e92c2540b5edd6d99d241971ee05c55c59cc5150430df9b28cc6d9f3c9a5ca74a5bb5da06864733e61e792793b5d67ee5d1bfe
@ -16,5 +21,8 @@ DIST icedtea-bin-nsplugin-7.2.3.3-amd64.tar.bz2 1042904 SHA256 f3d3b9547260a992b
DIST icedtea-bin-nsplugin-7.2.3.3-r1-amd64.tar.bz2 1048025 SHA256 344e9229d62326d28e176ef1dfa2ac8c82e9d11045e45a6e984e037aa91bd403 SHA512 c75d4763662c6fdfbfc7bbc4170c8c790e47d4e61c386a99f245440a1c9f3193e40aabc688c10b9540c615cd90abd34d25d0c45b54390bcd307c27159f413937 WHIRLPOOL a660f6c92484c7845d985618aec40e41addc9328408f249148353074e5af75f179e69f3395c58f82f6094b1fde56f8a584c95ef8b85882e705c38efe1a01063c
DIST icedtea-bin-nsplugin-7.2.3.3-r1-x86.tar.bz2 1041691 SHA256 cb71e282b902c8012c49edc2d645980586334b0d34ad718b0f8f637dca3bb02b SHA512 03d6921945001370da18f12fcb1d09e0b3188cab2dfae9e215f74398b2f1f8e4a4acc3fae40e88338fc48b818cd431203ed0123813affb99d84a88c8144e8239 WHIRLPOOL 933ce65adee634cd4b176c38119d68aa079ef69faf64c70dab7cb65e35b3a3c8d738ed82c0e12114258a85c7481cc1aafe3c06a57452e03dea8dca1b3eb9feb0
DIST icedtea-bin-nsplugin-7.2.3.3-x86.tar.bz2 1036471 SHA256 f5bfe521cfe7a88f3d51f38c71e3fdf2bdb36f584f3dc792cb4fd92fc39d934e SHA512 bf5c1f9f6a6e918e096938889aff94d54eb8b0e7e89847475f6a4f4045d65b752ffeeea42040ba64ec057e091a704d6143b0e85d12a84ff0eed8bf52c1fbf78e WHIRLPOOL d331440494dd7f5ede97ccf2441617f6a05752363c395032f88675ee969a52ba79c47e6e13474ac191f17a4474060a66f6d1dd4292f791e6b9e32a3bfa24ac5f
DIST icedtea-bin-nsplugin-7.2.3.4-amd64.tar.bz2 1048078 SHA256 e3ab61516f6c37872168e4937687f7d4dba194bb8c383141533e87f25dc43e5f SHA512 9dcad66c628aa1699968b9f1943a37ddd8555f630d6b85fb9fce6b1024cdd77d4de38d980ed8d57d3285cc25e0ff946db1bce0a1d25eea813e7c5b9e77e6992a WHIRLPOOL e1427a3a27ce4a440a4217a26e496daaa3935f2110b469e3037b47c47a31e05e0248c42b2e800924c2b64f11d5c778537596ad6574f0664acfef153ed78812ff
DIST icedtea-bin-nsplugin-7.2.3.4-x86.tar.bz2 1041899 SHA256 9d4351ecc9a4b54b1049ffda9387d9d282b178df9c3a66256925f83a4bd8fec6 SHA512 18c3b530eb64311a304f4e1a23647106f0c8b51f3c275672df06d5643dacce5eaab0073e017259046571e02dc3314fbd1734e50c1495954682780b06f7325183 WHIRLPOOL a7e1b83d42309b1e6bb365930b0db01f601e5332e802ab9397cf0183e9ccf58570125a746b3fcfb9d463ed8341f41bce38e7338b0e96b025e1bac6edb93abd81
DIST icedtea-bin-src-6.1.11.5.tar.bz2 40863162 SHA256 f6108917d2fdfcf201f991fde861df8107978198dd37463f9d2a5e2d7d563074 SHA512 fc0e6a6cd4857abb7c757b14dcb77724e13df85151ef0bcb8f8013e58919f5d7f6ba7ee601e36f99f6f43eee83ac1c74ec567ea64daf7d2d706b60561340d793 WHIRLPOOL 02e7a60a374597561d35c9381872b046de6fb087d5a48dfb2de2097afe4222e1e004e02048229eda7c2561375ab9fbff78eaa193623b825c07158e52237b0290
DIST icedtea-bin-src-7.2.3.3.tar.bz2 41285893 SHA256 d781856b75d062480db486945c3a8408078a3a0ef80fe58dae6ac3dc9fa65abb SHA512 0d08e9282fe9e5ca1ae4ce8d866ee85d49f8d53f8c8dca6fe7fc198fb74fd28b6ec84ec8ca74c78d8da8a764c62ab544769cc5b1afa305edbcaad702a956e4c8 WHIRLPOOL 618218c213dce7ab6193c98d6b6fce481c66945aaefbe21cdc3ca8f8c791d8bfa20e40d939e0bbdd18aee8ae151bd0469777c71c96c1d038c635e94f94e84973
DIST icedtea-bin-src-7.2.3.4.tar.bz2 41284713 SHA256 1830eaa0c8e91a13c6ba0a439f9735de53534ac5b6c5f0569d4cbc10d19607dc SHA512 8289c40d26fefb742fc5b85801286b7ab85f620ee5e2b5605dbc80a931bbcd0daa04ff04a9df3d8e9663bf85e8a33f1b37c7756ae0880de2d6a7e72813f9b24d WHIRLPOOL 873ecc60baecbef9eaacf3410637dd3debd3c5a6c04287e4654075a91cdfff8660148a47d9a88b208365b4dd6bcd810b64f0ad881db39f9f70309ad195397f06

@ -0,0 +1,142 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.3.4.ebuild,v 1.1 2013/01/22 22:17:08 caster Exp $
EAPI="4"
inherit java-vm-2 multilib prefix
dist="http://dev.gentoo.org/~caster/distfiles/"
TARBALL_VERSION="${PV}"
PLUGIN_VERSION="${PVR}"
DESCRIPTION="A Gentoo-made binary build of the IcedTea JDK"
HOMEPAGE="http://icedtea.classpath.org"
SRC_URI="
amd64? ( ${dist}/${PN}-core-${TARBALL_VERSION}-amd64.tar.bz2 )
x86? ( ${dist}/${PN}-core-${TARBALL_VERSION}-x86.tar.bz2 )
doc? ( ${dist}/${PN}-doc-${TARBALL_VERSION}.tar.bz2 )
examples? (
amd64? ( ${dist}/${PN}-examples-${TARBALL_VERSION}-amd64.tar.bz2 )
x86? ( ${dist}/${PN}-examples-${TARBALL_VERSION}-x86.tar.bz2 )
)
nsplugin? (
amd64? ( ${dist}/${PN}-nsplugin-${PLUGIN_VERSION}-amd64.tar.bz2 )
x86? ( ${dist}/${PN}-nsplugin-${PLUGIN_VERSION}-x86.tar.bz2 )
)
source? ( ${dist}/${PN}-src-${TARBALL_VERSION}.tar.bz2 )"
LICENSE="GPL-2-with-linking-exception"
SLOT="7"
KEYWORDS="-* ~amd64 ~x86"
IUSE="+X +alsa cjk +cups doc examples nsplugin source"
REQUIRED_USE="nsplugin? ( X )"
RESTRICT="strip"
# 423161
QA_PREBUILT="opt/.*"
ALSA_COMMON_DEP="
>=media-libs/alsa-lib-1.0.20"
CUPS_COMMON_DEP="
>=net-print/cups-1.4"
X_COMMON_DEP="
>=dev-libs/atk-1.30.0
>=dev-libs/glib-2.20.5:2
>=media-libs/fontconfig-2.6.0-r2:1.0
>=media-libs/freetype-2.3.9:2
>=x11-libs/cairo-1.8.8
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-2.20.1:2
>=x11-libs/libX11-1.3
>=x11-libs/libXext-1.1
>=x11-libs/libXi-1.3
x11-libs/libXrender
>=x11-libs/libXtst-1.1
>=x11-libs/pango-1.24.5"
COMMON_DEP="
>=media-libs/giflib-4.1.6-r1
media-libs/lcms:2
>=media-libs/libpng-1.5
>=sys-devel/gcc-4.3
>=sys-libs/glibc-2.11.2
>=sys-libs/zlib-1.2.3-r1
virtual/jpeg"
# cups is needed for X. #390945 #390975
RDEPEND="${COMMON_DEP}
X? (
${CUPS_COMMON_DEP}
${X_COMMON_DEP}
media-fonts/dejavu
cjk? (
media-fonts/arphicfonts
media-fonts/baekmuk-fonts
media-fonts/lklug
media-fonts/lohit-fonts
media-fonts/sazanami
)
)
alsa? ( ${ALSA_COMMON_DEP} )
cups? ( ${CUPS_COMMON_DEP} )"
src_install() {
local dest="/opt/${P}"
local ddest="${ED}/${dest}"
dodir "${dest}"
# Ensures HeadlessGraphicsEnvironment is used.
if ! use X; then
rm -r jre/lib/$(get_system_arch)/xawt || die
fi
# doins can't handle symlinks.
cp -pRP bin include jre lib man "${ddest}" || die
# Remove on next bump as the needed marks are already set by icedtea ebuild.
java-vm_set-pax-markings "${ddest}"
dodoc ../doc/{ASSEMBLY_EXCEPTION,THIRD_PARTY_README}
if use doc; then
dohtml -r ../doc/html/*
fi
if use examples; then
cp -pRP share/{demo,sample} "${ddest}" || die
fi
if use source; then
cp src.zip "${ddest}" || die
fi
if use nsplugin; then
cp -pPR ../icedtea-web-bin-${SLOT} "${ddest}"/.. || die
install_mozilla_plugin "/opt/icedtea-web-bin-${SLOT}/$(get_libdir)/IcedTeaPlugin.so"
docinto icedtea-web
dodoc ../doc/icedtea-web/*
fi
# Remove after next bump, handled by icedtea ebuild. Bug 390663
cp "${FILESDIR}"/fontconfig.Gentoo.properties.src "${T}"/fontconfig.Gentoo.properties || die
eprefixify "${T}"/fontconfig.Gentoo.properties
insinto "${dest}"/jre/lib
doins "${T}"/fontconfig.Gentoo.properties
set_java_env
java-vm_revdep-mask "${dest}"
java-vm_sandbox-predict /proc/self/coredump_filter
}
pkg_postinst() {
# Set as default VM if none exists
java-vm-2_pkg_postinst
if use nsplugin && [[ -z ${REPLACING_VERSIONS} ]]; then
elog "The icedtea-bin-${SLOT} browser plugin can be enabled using eselect java-nsplugin"
elog "Note that the plugin works only in browsers based on xulrunner-1.9.1+"
elog "such as Firefox 3.5+ and recent Chromium versions."
fi
}

@ -1,3 +1,2 @@
DIST nasm-2.10.01.tar.bz2 813979 SHA256 ac9b37d265c35492ab1bc29dd5a4f3da11b42dd9fea7a31d95f6cb4c812bda84 SHA512 f028bde12deb8ddb558a4c37581874011c4083a0b3121581978735f8098a143321a99e0f2013bb6d045810dad51f933632508deea28d8428f7552f822813872e WHIRLPOOL efd048f8242e1ed31bbe476a69b262a5856bab50010dcada31f94df40bf0a2f3fcc8a3bca8811acc33c8c9cc9b18a2772b4a14804e15c235956c52685dc01754
DIST nasm-2.10.05.tar.bz2 814524 SHA256 de5af263ce344d3a89711c61802e3ad8a4e14a61d539f521f7554cdbbe04ed0f SHA512 0a0a8752dcea6b1d205c265f72d7bbd56c90f8ea1438af3839696d21523cda7ac98441ad148c3ca0f0f3b18d83c989213d6e4366cf479b300749879e0c0fcbf0 WHIRLPOOL 1c9e19dccb9c5d5484ccc5a664dc4b5532d7cc1f80b3551ad06b1e6cf796ce845a075f678240a95c171e96321dd4bea0deb35af856ea48f8546d37760ea00da8
DIST nasm-2.10.07.tar.xz 680892 SHA256 d08ca2c0a9d141c0d279774e933e24bcc01dbb6dc20416ad8d9672a08019376f SHA512 400504dd0ed9131112d5d38ca8cad2f7070fed98f3fd2cb32600ebe784e645532f98a9ac80ed4a5656b5a975a6af5db350954eb407e2a97b475dc57cf8f20a4f WHIRLPOOL 1b19931fd482b703d746df2a8b630f99e3aea18916995eee9427110118bf10bf6892855eabdf1c2d9bbac32a289169b942d85a0b3492841409f1b09c65ef1659

@ -1,44 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.01.ebuild,v 1.3 2012/07/19 18:11:11 hwoarang Exp $
EAPI=2
inherit flag-o-matic
DESCRIPTION="groovy little assembler"
HOMEPAGE="http://nasm.sourceforge.net/"
SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"
DEPEND="dev-lang/perl
doc? ( app-text/ghostscript-gpl sys-apps/texinfo )"
RDEPEND=""
S=${WORKDIR}/${P/_}
src_configure() {
strip-flags
econf
}
src_compile() {
emake nasmlib.o || die
emake all || die
if use doc ; then
emake doc || die
fi
}
src_install() {
emake INSTALLROOT="${D}" install install_rdf || die
dodoc AUTHORS CHANGES ChangeLog README TODO
if use doc ; then
doinfo doc/info/*
dohtml doc/html/*
dodoc doc/nasmdoc.*
fi
}

@ -1 +1 @@
DIST bcm2835-1.11.tar.gz 223921 SHA256 0726234a88f77c5ac6d5a4d062635c33fc314cedc8aa9a27f46f67d99790a77b SHA512 ef9a304ac74625121e982f94ea5b259e5e5baf74cac7a46965af9f455c143659e6f9e9b570f426b8e75b579ed281addfc2e5861bfb2abf61239333ed381c5526 WHIRLPOOL 00c9d25a5f8d84cbfd3bfa6b4101a128dea258479f0b744e4ffb467ce79a49719e2486cc347bf13db78a699f643186c985ec875b64b3f8a55982bf239eceae43
DIST bcm2835-1.17.tar.gz 226402 SHA256 9107b8595f732a0df1fd36c6102fb837630ab61a69f4ac2ed32562ca21ac193f SHA512 2843242ba3da2ff669fa7b495954d3e9641fb6877318958e28b5e480744f0d0bc3c2f5ee6d068967a6ddf1b276af9c12a27aa2eb14ec4bc20105a3343b14f329 WHIRLPOOL 871dfe172afc78375e760cb95cb7d0b80940441cfbe4417feb455c8a89b3d0faeb894cac344c584cabb38f888a57a00c528af4c890c5decc289e4aae584db8c0

@ -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/dev-libs/bcm2835/bcm2835-1.11.ebuild,v 1.1 2012/10/31 23:45:06 chithanh Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/bcm2835/bcm2835-1.17.ebuild,v 1.1 2013/01/22 18:50:12 chithanh Exp $
EAPI=4

@ -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-perl/AnyEvent/AnyEvent-7.40.0.ebuild,v 1.4 2013/01/21 16:09:37 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/AnyEvent/AnyEvent-7.40.0.ebuild,v 1.5 2013/01/22 17:32:30 ago Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Provides a uniform interface to various event loops"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc ~x86 ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~x86-solaris"
IUSE=""
SRC_TEST="do"

@ -0,0 +1,28 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CPAN-Meta-Check/CPAN-Meta-Check-0.4.0.ebuild,v 1.1 2013/01/22 18:55:27 tove Exp $
EAPI=5
MODULE_AUTHOR=LEONT
MODULE_VERSION=0.004
inherit perl-module
DESCRIPTION='Verify requirements in a CPAN::Meta object'
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=virtual/perl-CPAN-Meta-2.120.920
>=virtual/perl-CPAN-Meta-Requirements-2.120.920
virtual/perl-Module-Metadata
"
DEPEND="${RDEPEND}
test? (
dev-perl/Test-Differences
)
"
SRC_TEST="do"

@ -0,0 +1 @@
DIST CPAN-Meta-Check-0.004.tar.gz 11746 SHA256 fa38cf1a37d31fe08d53be7626ddf3024bda8178ab5ac32ad4815cc0dc5b9e31 SHA512 651905e815ac4f004a9fc7fda678d265d2b629bc11fe2ad234c0c85531de505bea13f7f64f455ef3790860870599b5365d6a40ad1d0ecf714c90c1cdc78c9a97 WHIRLPOOL 101bcf217cebb6d31f05fa04e0c57bbf8845619053fc606e2669f97243972b24709638e27b7982285404a87574fd8d5b7d53bf6f82c515e746133ab873445ab6

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">CPAN-Meta-Check</remote-id>
<remote-id type="cpan-module">CPAN::Meta::Check</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-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.010.0.ebuild,v 1.2 2013/01/14 09:50:10 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/FLV-AudioExtractor/FLV-AudioExtractor-0.010.0.ebuild,v 1.3 2013/01/22 17:30:10 ago Exp $
EAPI=5
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Extract audio from Flash Videos"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="virtual/perl-ExtUtils-MakeMaker"

@ -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/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.5 2012/10/19 10:42:30 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.11.ebuild,v 1.6 2013/01/22 17:08:18 bicatali Exp $
EAPI=4
@ -15,13 +15,14 @@ DESCRIPTION="Perl Data Language for scientific computing"
LICENSE="Artistic as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+badval doc fftw fortran gd gsl hdf netpbm opengl pdl2 proj pgplot plplot threads"
IUSE="+badval doc fftw fortran gd gsl hdf netpbm pdl2 proj pgplot plplot threads"
RDEPEND="sys-libs/ncurses
app-arch/sharutils
dev-perl/Astro-FITS-Header
dev-perl/File-Map
dev-perl/Inline
dev-perl/OpenGL
dev-perl/TermReadKey
|| ( dev-perl/Term-ReadLine-Perl dev-perl/Term-ReadLine-Gnu )
virtual/perl-Data-Dumper
@ -38,7 +39,6 @@ RDEPEND="sys-libs/ncurses
netpbm? ( media-libs/netpbm virtual/ffmpeg )
pdl2? ( dev-perl/Devel-REPL )
proj? ( <sci-libs/proj-4.8 )
opengl? ( dev-perl/OpenGL )
pgplot? ( dev-perl/PGPLOT )
plplot? ( sci-libs/plplot )"
@ -71,6 +71,7 @@ src_prepare() {
src_configure() {
sed -i \
-e '/USE_POGL/s/=>.*/=> 1,/' \
-e "/WITH_3D/s/=>.*/=> 1,/" \
-e "/HTML_DOCS/s/=>.*/=> $(use doc && echo 1 || echo 0),/" \
-e "/WITH_BADVAL/s/=>.*/=> $(use badval && echo 1|| echo 0),/" \
-e "/WITH_DEVEL_REPL/s/=>.*/=> $(use pdl2 && echo 1 || echo 0),/" \
@ -78,7 +79,6 @@ src_configure() {
-e "/WITH_GSL/s/=>.*/=> $(use gsl && echo 1 || echo 0),/" \
-e "/WITH_GD/s/=>.*/=> $(use gd && echo 1 || echo 0),/" \
-e "/WITH_HDF/s/=>.*/=> $(use hdf && echo 1 || echo 0),/" \
-e "/WITH_3D/s/=>.*/=> $(use opengl && echo 1 || echo 0),/" \
-e "/WITH_MINUIT/s/=>.*/=> $(use fortran && echo 1|| echo 0),/" \
-e "/WITH_PGPLOT/s/=>.*/=> $(use pgplot && echo 1 || echo 0),/" \
-e "/WITH_PLPLOT/s/=>.*/=> $(use plplot && echo 1 || echo 0),/" \
@ -96,7 +96,7 @@ src_test() {
src_install() {
perl-module_src_install
cp Doc/{scantree.pl,mkhtmldoc.pl} \
"${D}"/${VENDOR_ARCH}/PDL/Doc/ || die
"${ED}"/${VENDOR_ARCH}/PDL/Doc/ || die
}
pkg_postinst() {

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci</herd>
<herd>perl</herd>
<longdescription lang="en">
<herd>sci</herd>
<herd>perl</herd>
<longdescription lang="en">
The Perl Data Language gives standard perl the ability to compactly
store and speedily manipulate the large N-dimensional data arrays
which are the bread and butter of scientific computing. The idea
@ -12,201 +12,201 @@
can write simple perl expressions to manipulate entire numerical
arrays all at once.
</longdescription>
<use>
<flag name="badval">Enable bad values support</flag>
<flag name="hdf">Enable HDF (version 4) format support</flag>
<flag name="netpbm">Enable NETPBM and MPEG support</flag>
<flag name="pdl2">Build pdf2 shell (requires Devel-REPL)</flag>
<flag name="proj">Enable projection support</flag>
<flag name="pgplot">Enable PGPLOT plotting capabilities</flag>
<flag name="plplot">Enable plplot plotting capabilities</flag>
</use>
<upstream>
<remote-id type="cpan">PDL</remote-id>
<remote-id type="cpan-module">C::StructObj</remote-id>
<remote-id type="cpan-module">C::StructType</remote-id>
<remote-id type="cpan-module">C::Type</remote-id>
<remote-id type="cpan-module">C::Var</remote-id>
<remote-id type="cpan-module">Inline::MakePdlppInstallable</remote-id>
<remote-id type="cpan-module">Inline::Pdlpp</remote-id>
<remote-id type="cpan-module">NullHandle</remote-id>
<remote-id type="cpan-module">PDL</remote-id>
<remote-id type="cpan-module">PDL::Basic</remote-id>
<remote-id type="cpan-module">PDL::Bench</remote-id>
<remote-id type="cpan-module">PDL::CallExt</remote-id>
<remote-id type="cpan-module">PDL::Char</remote-id>
<remote-id type="cpan-module">PDL::Constants</remote-id>
<remote-id type="cpan-module">PDL::Core::Dev</remote-id>
<remote-id type="cpan-module">PDL::Dbg</remote-id>
<remote-id type="cpan-module">PDL::Demos::Cartography_demo</remote-id>
<remote-id type="cpan-module">PDL::Demos::General</remote-id>
<remote-id type="cpan-module">PDL::Demos::PGPLOT_OO_demo</remote-id>
<remote-id type="cpan-module">PDL::Demos::PGPLOT_demo</remote-id>
<remote-id type="cpan-module">PDL::Demos::Routines</remote-id>
<remote-id type="cpan-module">PDL::Demos::Transform_demo</remote-id>
<remote-id type="cpan-module">PDL::Demos::TriD1</remote-id>
<remote-id type="cpan-module">PDL::Demos::TriD2</remote-id>
<remote-id type="cpan-module">PDL::Demos::TriDGallery</remote-id>
<remote-id type="cpan-module">PDL::DiskCache</remote-id>
<remote-id type="cpan-module">PDL::Doc</remote-id>
<remote-id type="cpan-module">PDL::Doc::Perldl</remote-id>
<remote-id type="cpan-module">PDL::Exporter</remote-id>
<remote-id type="cpan-module">PDL::Filter::Gaussian</remote-id>
<remote-id type="cpan-module">PDL::Filter::LinPred</remote-id>
<remote-id type="cpan-module">PDL::Filter::LinSmooth</remote-id>
<remote-id type="cpan-module">PDL::Filter::Linear</remote-id>
<remote-id type="cpan-module">PDL::Filter::SavGol</remote-id>
<remote-id type="cpan-module">PDL::Fit::LM</remote-id>
<remote-id type="cpan-module">PDL::Fit::Linfit</remote-id>
<remote-id type="cpan-module">PDL::Fit::Polynomial</remote-id>
<remote-id type="cpan-module">PDL::Func</remote-id>
<remote-id type="cpan-module">PDL::GraphEvolver</remote-id>
<remote-id type="cpan-module">PDL::GraphEvolverOLD</remote-id>
<remote-id type="cpan-module">PDL::Graphics2D</remote-id>
<remote-id type="cpan-module">PDL::Graphics::LUT</remote-id>
<remote-id type="cpan-module">PDL::Graphics::Limits</remote-id>
<remote-id type="cpan-module">PDL::Graphics::Limits::DSet</remote-id>
<remote-id type="cpan-module">PDL::Graphics::OpenGL::OO</remote-id>
<remote-id type="cpan-module">PDL::Graphics::OpenGL::Perl::OpenGL</remote-id>
<remote-id type="cpan-module">PDL::Graphics::PGPLOT</remote-id>
<remote-id type="cpan-module">PDL::Graphics::PGPLOT::Window</remote-id>
<remote-id type="cpan-module">PDL::Graphics::PGPLOTOptions</remote-id>
<remote-id type="cpan-module">PDL::Graphics::State</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ArcBall</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ArcBowl</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ArcCone</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Basic</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::BoundingBox</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ButtonControl</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ContourPolygonize</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Contours</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Control3D</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::CylindricalEquidistantAxes</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Description</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::EuclidAxes</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::EventHandler</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GL::Window</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GObject</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GObject_Lattice</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GPObject</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GoBoard</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Graph</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Image</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Labels</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Lattice</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::LineStrip</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Lines</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::LinesFOOOLD</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Logo</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Material</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::MathGraph</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Mesh</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::OOGL</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Object</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::OneTransformation</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Points</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::PolarStereoAxes</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Polygonize</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::QuaterController</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Quaternion</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SCLattice</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SLattice</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SLattice_S</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::STrigrid</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::STrigrid_S</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Scale</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ScaleController</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SimpleController</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SimpleScaler</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Spheres</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::StupidPolygonize</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Surface</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Transformation</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Translation</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::VRML</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::VRML::Parameter</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::VRML::URL</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::VRMLObject</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ViewPort</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Window</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRML</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRML::Protos</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRMLNode</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRMLPdlNode</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRMLProto</remote-id>
<remote-id type="cpan-module">PDL::IO::Dicom</remote-id>
<remote-id type="cpan-module">PDL::IO::Dumper</remote-id>
<remote-id type="cpan-module">PDL::IO::FITS</remote-id>
<remote-id type="cpan-module">PDL::IO::FastRaw</remote-id>
<remote-id type="cpan-module">PDL::IO::FlexRaw</remote-id>
<remote-id type="cpan-module">PDL::IO::HDF</remote-id>
<remote-id type="cpan-module">PDL::IO::Pic</remote-id>
<remote-id type="cpan-module">PDL::Interpolate</remote-id>
<remote-id type="cpan-module">PDL::Interpolate::Slatec</remote-id>
<remote-id type="cpan-module">PDL::Lite</remote-id>
<remote-id type="cpan-module">PDL::LiteF</remote-id>
<remote-id type="cpan-module">PDL::Lvalue</remote-id>
<remote-id type="cpan-module">PDL::Matrix</remote-id>
<remote-id type="cpan-module">PDL::MyInlineMod</remote-id>
<remote-id type="cpan-module">PDL::NiceSlice</remote-id>
<remote-id type="cpan-module">PDL::Opt::Simplex</remote-id>
<remote-id type="cpan-module">PDL::Options</remote-id>
<remote-id type="cpan-module">PDL::PP</remote-id>
<remote-id type="cpan-module">PDL::PP::Access</remote-id>
<remote-id type="cpan-module">PDL::PP::BackCodeThreadLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::BadAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::BadSwitch</remote-id>
<remote-id type="cpan-module">PDL::PP::BadVarAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::Block</remote-id>
<remote-id type="cpan-module">PDL::PP::Code</remote-id>
<remote-id type="cpan-module">PDL::PP::ComplexThreadLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::GenericLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::GentypeAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::Ind</remote-id>
<remote-id type="cpan-module">PDL::PP::Loop</remote-id>
<remote-id type="cpan-module">PDL::PP::MacroAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::NaNSupport</remote-id>
<remote-id type="cpan-module">PDL::PP::OtherAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PDLStateBadAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PPBadAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PdlAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PdlDimsObj</remote-id>
<remote-id type="cpan-module">PDL::PP::PdlParObj</remote-id>
<remote-id type="cpan-module">PDL::PP::PhysPointerAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PointerAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::ReSizeAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::InsertName</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::MakeComp</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns::EmptyString</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns::NULL</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns::One</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns::Zero</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Substitute</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Substitute::Usual</remote-id>
<remote-id type="cpan-module">PDL::PP::Signature</remote-id>
<remote-id type="cpan-module">PDL::PP::SimpleThreadLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::SizeAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::ThreadLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::TypeConv</remote-id>
<remote-id type="cpan-module">PDL::PP::Types</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Plugin::CleanErrors</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Plugin::NiceSlice</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Plugin::PDLCommands</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Plugin::PrintControl</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Profile::Perldl2</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Script</remote-id>
<remote-id type="cpan-module">PDL::Pod::Parser</remote-id>
<remote-id type="cpan-module">PDL::Pod::Select</remote-id>
<remote-id type="cpan-module">PDL::Pod::Usage</remote-id>
<remote-id type="cpan-module">PDL::PodParser</remote-id>
<remote-id type="cpan-module">PDL::Reduce</remote-id>
<remote-id type="cpan-module">PDL::Transform::Cartography</remote-id>
<remote-id type="cpan-module">StrHandle</remote-id>
<remote-id type="cpan-module">SymTab</remote-id>
<remote-id type="cpan-module">Win32::DDE::Netscape</remote-id>
<remote-id type="cpan-module">XS</remote-id>
</upstream>
<use>
<flag name="badval">Enable bad values support</flag>
<flag name="hdf">Enable HDF (version 4) format support</flag>
<flag name="netpbm">Enable NETPBM and MPEG support</flag>
<flag name="pdl2">Build pdf2 shell (requires Devel-REPL)</flag>
<flag name="proj">Enable projection support</flag>
<flag name="pgplot">Enable PGPLOT plotting capabilities</flag>
<flag name="plplot">Enable plplot plotting capabilities</flag>
</use>
<upstream>
<remote-id type="cpan">PDL</remote-id>
<remote-id type="cpan-module">C::StructObj</remote-id>
<remote-id type="cpan-module">C::StructType</remote-id>
<remote-id type="cpan-module">C::Type</remote-id>
<remote-id type="cpan-module">C::Var</remote-id>
<remote-id type="cpan-module">Inline::MakePdlppInstallable</remote-id>
<remote-id type="cpan-module">Inline::Pdlpp</remote-id>
<remote-id type="cpan-module">NullHandle</remote-id>
<remote-id type="cpan-module">PDL</remote-id>
<remote-id type="cpan-module">PDL::Basic</remote-id>
<remote-id type="cpan-module">PDL::Bench</remote-id>
<remote-id type="cpan-module">PDL::CallExt</remote-id>
<remote-id type="cpan-module">PDL::Char</remote-id>
<remote-id type="cpan-module">PDL::Constants</remote-id>
<remote-id type="cpan-module">PDL::Core::Dev</remote-id>
<remote-id type="cpan-module">PDL::Dbg</remote-id>
<remote-id type="cpan-module">PDL::Demos::Cartography_demo</remote-id>
<remote-id type="cpan-module">PDL::Demos::General</remote-id>
<remote-id type="cpan-module">PDL::Demos::PGPLOT_OO_demo</remote-id>
<remote-id type="cpan-module">PDL::Demos::PGPLOT_demo</remote-id>
<remote-id type="cpan-module">PDL::Demos::Routines</remote-id>
<remote-id type="cpan-module">PDL::Demos::Transform_demo</remote-id>
<remote-id type="cpan-module">PDL::Demos::TriD1</remote-id>
<remote-id type="cpan-module">PDL::Demos::TriD2</remote-id>
<remote-id type="cpan-module">PDL::Demos::TriDGallery</remote-id>
<remote-id type="cpan-module">PDL::DiskCache</remote-id>
<remote-id type="cpan-module">PDL::Doc</remote-id>
<remote-id type="cpan-module">PDL::Doc::Perldl</remote-id>
<remote-id type="cpan-module">PDL::Exporter</remote-id>
<remote-id type="cpan-module">PDL::Filter::Gaussian</remote-id>
<remote-id type="cpan-module">PDL::Filter::LinPred</remote-id>
<remote-id type="cpan-module">PDL::Filter::LinSmooth</remote-id>
<remote-id type="cpan-module">PDL::Filter::Linear</remote-id>
<remote-id type="cpan-module">PDL::Filter::SavGol</remote-id>
<remote-id type="cpan-module">PDL::Fit::LM</remote-id>
<remote-id type="cpan-module">PDL::Fit::Linfit</remote-id>
<remote-id type="cpan-module">PDL::Fit::Polynomial</remote-id>
<remote-id type="cpan-module">PDL::Func</remote-id>
<remote-id type="cpan-module">PDL::GraphEvolver</remote-id>
<remote-id type="cpan-module">PDL::GraphEvolverOLD</remote-id>
<remote-id type="cpan-module">PDL::Graphics2D</remote-id>
<remote-id type="cpan-module">PDL::Graphics::LUT</remote-id>
<remote-id type="cpan-module">PDL::Graphics::Limits</remote-id>
<remote-id type="cpan-module">PDL::Graphics::Limits::DSet</remote-id>
<remote-id type="cpan-module">PDL::Graphics::OpenGL::OO</remote-id>
<remote-id type="cpan-module">PDL::Graphics::OpenGL::Perl::OpenGL</remote-id>
<remote-id type="cpan-module">PDL::Graphics::PGPLOT</remote-id>
<remote-id type="cpan-module">PDL::Graphics::PGPLOT::Window</remote-id>
<remote-id type="cpan-module">PDL::Graphics::PGPLOTOptions</remote-id>
<remote-id type="cpan-module">PDL::Graphics::State</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ArcBall</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ArcBowl</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ArcCone</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Basic</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::BoundingBox</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ButtonControl</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ContourPolygonize</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Contours</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Control3D</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::CylindricalEquidistantAxes</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Description</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::EuclidAxes</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::EventHandler</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GL::Window</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GObject</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GObject_Lattice</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GPObject</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::GoBoard</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Graph</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Image</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Labels</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Lattice</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::LineStrip</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Lines</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::LinesFOOOLD</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Logo</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Material</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::MathGraph</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Mesh</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::OOGL</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Object</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::OneTransformation</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Points</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::PolarStereoAxes</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Polygonize</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::QuaterController</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Quaternion</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SCLattice</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SLattice</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SLattice_S</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::STrigrid</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::STrigrid_S</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Scale</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ScaleController</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SimpleController</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::SimpleScaler</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Spheres</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::StupidPolygonize</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Surface</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Transformation</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Translation</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::VRML</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::VRML::Parameter</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::VRML::URL</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::VRMLObject</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::ViewPort</remote-id>
<remote-id type="cpan-module">PDL::Graphics::TriD::Window</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRML</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRML::Protos</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRMLNode</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRMLPdlNode</remote-id>
<remote-id type="cpan-module">PDL::Graphics::VRMLProto</remote-id>
<remote-id type="cpan-module">PDL::IO::Dicom</remote-id>
<remote-id type="cpan-module">PDL::IO::Dumper</remote-id>
<remote-id type="cpan-module">PDL::IO::FITS</remote-id>
<remote-id type="cpan-module">PDL::IO::FastRaw</remote-id>
<remote-id type="cpan-module">PDL::IO::FlexRaw</remote-id>
<remote-id type="cpan-module">PDL::IO::HDF</remote-id>
<remote-id type="cpan-module">PDL::IO::Pic</remote-id>
<remote-id type="cpan-module">PDL::Interpolate</remote-id>
<remote-id type="cpan-module">PDL::Interpolate::Slatec</remote-id>
<remote-id type="cpan-module">PDL::Lite</remote-id>
<remote-id type="cpan-module">PDL::LiteF</remote-id>
<remote-id type="cpan-module">PDL::Lvalue</remote-id>
<remote-id type="cpan-module">PDL::Matrix</remote-id>
<remote-id type="cpan-module">PDL::MyInlineMod</remote-id>
<remote-id type="cpan-module">PDL::NiceSlice</remote-id>
<remote-id type="cpan-module">PDL::Opt::Simplex</remote-id>
<remote-id type="cpan-module">PDL::Options</remote-id>
<remote-id type="cpan-module">PDL::PP</remote-id>
<remote-id type="cpan-module">PDL::PP::Access</remote-id>
<remote-id type="cpan-module">PDL::PP::BackCodeThreadLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::BadAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::BadSwitch</remote-id>
<remote-id type="cpan-module">PDL::PP::BadVarAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::Block</remote-id>
<remote-id type="cpan-module">PDL::PP::Code</remote-id>
<remote-id type="cpan-module">PDL::PP::ComplexThreadLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::GenericLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::GentypeAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::Ind</remote-id>
<remote-id type="cpan-module">PDL::PP::Loop</remote-id>
<remote-id type="cpan-module">PDL::PP::MacroAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::NaNSupport</remote-id>
<remote-id type="cpan-module">PDL::PP::OtherAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PDLStateBadAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PPBadAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PdlAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PdlDimsObj</remote-id>
<remote-id type="cpan-module">PDL::PP::PdlParObj</remote-id>
<remote-id type="cpan-module">PDL::PP::PhysPointerAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::PointerAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::ReSizeAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::InsertName</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::MakeComp</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns::EmptyString</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns::NULL</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns::One</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Returns::Zero</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Substitute</remote-id>
<remote-id type="cpan-module">PDL::PP::Rule::Substitute::Usual</remote-id>
<remote-id type="cpan-module">PDL::PP::Signature</remote-id>
<remote-id type="cpan-module">PDL::PP::SimpleThreadLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::SizeAccess</remote-id>
<remote-id type="cpan-module">PDL::PP::ThreadLoop</remote-id>
<remote-id type="cpan-module">PDL::PP::TypeConv</remote-id>
<remote-id type="cpan-module">PDL::PP::Types</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Plugin::CleanErrors</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Plugin::NiceSlice</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Plugin::PDLCommands</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Plugin::PrintControl</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Profile::Perldl2</remote-id>
<remote-id type="cpan-module">PDL::Perldl2::Script</remote-id>
<remote-id type="cpan-module">PDL::Pod::Parser</remote-id>
<remote-id type="cpan-module">PDL::Pod::Select</remote-id>
<remote-id type="cpan-module">PDL::Pod::Usage</remote-id>
<remote-id type="cpan-module">PDL::PodParser</remote-id>
<remote-id type="cpan-module">PDL::Reduce</remote-id>
<remote-id type="cpan-module">PDL::Transform::Cartography</remote-id>
<remote-id type="cpan-module">StrHandle</remote-id>
<remote-id type="cpan-module">SymTab</remote-id>
<remote-id type="cpan-module">Win32::DDE::Netscape</remote-id>
<remote-id type="cpan-module">XS</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Test-CheckDeps-0.002.tar.gz 10964 SHA256 2696298bbf0720af39ea3b82db583ec280db0dcb2c9b85574a85aaf8744fb53a SHA512 ddaeee6b6d489faf1128d82a339c632ba5ea504da3d5d25892f02cc6455a44da9957fa963af6726812d58b5f6dc8547bfd7f42efab17aa2603314966815e28f5 WHIRLPOOL 84f8a518d70c080aad996e68020fdb2f427c149c8284bbbfa76a5557d12500292fc72498fac4e4a129588ffeddcf6e623b8baf4b511820be2aaa5e2d19629319

@ -0,0 +1,24 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild,v 1.1 2013/01/22 18:56:19 tove Exp $
EAPI=5
MODULE_AUTHOR=LEONT
MODULE_VERSION=0.002
inherit perl-module
DESCRIPTION='Check for presence of dependencies'
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
virtual/perl-CPAN-Meta
dev-perl/CPAN-Meta-Check
virtual/perl-Module-Metadata
"
DEPEND="${RDEPEND}"
SRC_TEST="do"

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Test-CheckDeps</remote-id>
<remote-id type="cpan-module">Test::CheckDeps</remote-id>
</upstream>
</pkgmetadata>

@ -1,3 +1,4 @@
DIST Flask-Script-0.3.1.tar.gz 33908 SHA256 95ec034511c6698e58f279021bee7cfaca3c80394ae709e5bf1ea47db9b65b90 SHA512 bdeda290957b3201b7cc1c80d4dafa75133d8c0682e4e159aeef8fd42434bca18e818c2c9d58189c5a2b2816a50e665af5909386670d7823728dc7c5bfa0ed5c WHIRLPOOL 01c6d012b846e8eb9fd379cdc23d2f96010df0a540824b007513be9060ddc6d8c22a09ba1fbea45727a233be0fc7a5fb86f2f618f6b2215bcabe3646540420b4
DIST Flask-Script-0.3.3.tar.gz 34368 SHA256 0bef01f1a9419d3c2c69856729a2effebb9080a488c4cc4f22464c8045d55acc SHA512 73e5c75665bb1d0a155c675c46b0145bf9a5e95dc5da05a688fbaaea80c57d8e3d6737c0fa84c7e352c4dab53db4eacdbb16cd7216d28e2367394bf7b21aca4a WHIRLPOOL 1fc0171b4ece9de340011aa200118fd24c02c5b6cbf52602d83ddec5f36215b155aaf1600d2eca984f9ac3eb6c9001b2c188d598fa7be245016ad1de210af257
DIST Flask-Script-0.5.1.tar.gz 156966 SHA256 497d9c9057f69cf8808348a7a40f1b4b126f1d82a5b308fc2c5c9dd667e006b4 SHA512 1863e140e8d773276de812609389f71fe542ea2b342cb37e3758d9154a1284260ff15aeb2ae7865d734e55382b7225ee667f4613a78038d66b386b9ce83fbb51 WHIRLPOOL 4cda3eacd613077d3ac8c9550103107b96ac87d5f91600aef60f74b38df2cead74b5463260fba99a8e0e74cb7856ddce4a725746ef5325e45016d56d9d5e1af6
DIST Flask-Script-0.5.3.tar.gz 36784 SHA256 c0920b4aa351951a10c780439d51deea5ac80ed43d42d8e45aceba2094eaa682 SHA512 a6dee74b3faa66e53f9f1bb84a6efcce21703ec460edbc47951aa27a25d40d07a260bd410a7e003dddd725ec9276949c7bd611f8b5789175cd6f87b50d14ecd1 WHIRLPOOL 045f1f71709620a229a234657c37162f67482bc546ea5487850122767a4596486a949120a28421198c5c4bb89c24ba8ca920c0e4359d4af88d6158e1753db904

@ -0,0 +1,44 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-script/flask-script-0.5.3.ebuild,v 1.1 2013/01/22 11:58:45 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
inherit distutils-r1
MY_PN="Flask-Script"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Flask support for writing external scripts."
HOMEPAGE="http://packages.python.org/Flask-Script/ http://pypi.python.org/pypi/Flask-Script"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
RDEPEND="dev-python/flask
virtual/python-argparse[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
python_compile_all() {
if use doc; then
einfo "Generation of documentation by" ${PYTHON}
PYTHONPATH=".." emake -C docs html || die "Generation of documentation failed"
fi
}
python_test() {
nosetests -v || die
}
python_install_all() {
use doc && dohtml -r docs/_build/html/
dodoc README.rst
}

@ -1,2 +1,3 @@
DIST python-hglib-0.1.tar.gz 24412 SHA256 f9e031e50d19ee59d2f40e51794b1ecb69db41b3faa52bda8e3abb8d53babf9e SHA512 fb12c3552d93c9be7b269048bbabc0433ad38b624c5532a3ea52ea1d1566f94dc471601aaeb9ab622aef6153e5a83cd3d7abd73343d8d4e52d460c5e624a934c WHIRLPOOL 4986dcc0848a236e540f30545c0e8c583df83fccb6336c4e80b6e417bd386fcf932d89834808099db81b049cf16577539179bf9b786e624de6b7bf7d15d3afad
DIST python-hglib-0.2.tar.gz 27427 SHA256 34cc341a12354a6239d4cd1d4a692aefe534428b4e556f64966129678e243fac SHA512 73de2c99406a38f85273931597525cec4ebef55b93712adca3b0bfea8ca3fc99446e5d6495817e9ad55cf4d48feb7fb49734675c4cc8938db8d4a5225d30eca7 WHIRLPOOL 9eb51851745403247851cdc369d1edc0b16105547af90f89d57abd0a640c4db9353d1f7d2598ba47bfcaba55618b8a6ec3941285be7bf5f2c522726ad4f4c47c
DIST python-hglib-0.3.tar.gz 27469 SHA256 16d821354c1d068a68b2029e3863d687d8753eaeb001fd4bcf65ceb07c0d3e6e SHA512 d67de9567256e6f1649e4f3f7dfee63371d5f00fd3fd4f92426198f862e97c57f70e827d19f4e5e1929ad85ef2ce7aa5a0596b101cafdac71672e97dc115b397 WHIRLPOOL bfce04929ab92c8f0bc6086e83147182f038e5dd0370fc0efcf28a6cdd0604f28788a9a4e227057af289adaab635f765f41fb375aabe7b06e709f9ed47aa47bf

@ -0,0 +1,30 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/hglib-0.3.ebuild,v 1.1 2013/01/22 13:43:20 idella4 Exp $
EAPI=5
PYTHON_COMPAT="python2_7"
PYTHON_USE_WITH="threads"
MY_P="python-${P}"
MY_PN="python-${PN}"
inherit distutils-r1
DESCRIPTION="Library for using the Mercurial Command Server from Python"
HOMEPAGE="http://mercurial.selenic.com/"
SRC_URI="mirror://pypi/p/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-vcs/mercurial-1.9"
DEPEND="test? ( dev-python/nose )"
S=${WORKDIR}/${MY_P}
python_test() {
${PYTHON} test.py
}

@ -0,0 +1,41 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/icalendar/icalendar-3.2-r1.ebuild,v 1.1 2013/01/22 16:58:43 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
MY_PN="collective-${PN}"
DESCRIPTION="Package used for parsing and generating iCalendar files (RFC 2445)."
HOMEPAGE="http://github.com/collective/icalendar"
SRC_URI="mirror://pypi/i/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE="doc test"
DOCS="README.rst"
RDEPEND=""
DEPEND="dev-python/setuptools
doc? ( dev-python/sphinx
dev-python/pytz )
test? ( virtual/python-unittest2[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-1.5 )"
python_compile_all() {
if use doc; then
pushd docs > /dev/null
emake text
popd > /dev/null
DOCS=( ${DOCS} docs/_build/text/*.txt )
fi
}
python_test() {
nosetests -v src/icalendar/tests
}

@ -0,0 +1,36 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ipaddr/ipaddr-2.1.10-r1.ebuild,v 1.1 2013/01/22 20:17:31 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="Python IP address manipulation library"
HOMEPAGE="http://code.google.com/p/ipaddr-py/ http://pypi.python.org/pypi/ipaddr"
SRC_URI="http://ipaddr-py.googlecode.com/files/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
DOCS=( README RELEASENOTES )
DISTUTILS_IN_SOURCE_BUILD=1
python_prepare() {
if [[ ${EPYTHON} == python3* ]]; then
2to3 -n -w --no-diffs *.py || die
fi
}
python_test() {
cd "${BUILD_DIR}" || die
PYTHONPATH=build/lib \
"${PYTHON}" ipaddr_test.py || die "Tests fail with ${EPYTHON}"
}

@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<herd>python</herd>
<maintainer>
<email>andreis.vinogradovs@gmail.com</email>
</maintainer>

@ -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/paramiko/paramiko-1.9.0.ebuild,v 1.9 2013/01/21 15:59:31 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/paramiko/paramiko-1.9.0.ebuild,v 1.10 2013/01/22 17:22:10 ago Exp $
EAPI="4"
PYTHON_DEPEND="2"
@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
IUSE="doc examples"
RDEPEND=">=dev-python/pycrypto-2.1"

@ -0,0 +1 @@
DIST pdfrw-0.1.tar.gz 30366 SHA256 8a85cb87b888c030d87cc3fce10ad93e5f99e721b80b99bf50e29a074c048f83 SHA512 16b79beec6281c499c03106dbf91e17aaf060966f9deef1983155a37dcde64b4e5dac16db89d29e6e9aca4897bb61be109fef5c6d87bd986bfd40f2f149c3d31 WHIRLPOOL 49c0250565309c66c184f6eb106c61b847dcd1cf54f725742cd643d5339a9154b78b5135c1be4b233f713b2f8aa72e7149eb634b262a488533f5e79e49572794

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>sbriesen@gentoo.org</email>
<name>Stefan Briesenick</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">pdfrw</remote-id>
</upstream>
</pkgmetadata>

@ -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/dev-python/pdfrw/pdfrw-0.1.ebuild,v 1.1 2013/01/22 16:34:23 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="PDF file reader/writer library"
HOMEPAGE="https://code.google.com/p/pdfrw/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

@ -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/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.2 2013/01/18 23:10:21 chutzpah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinotify/pyinotify-0.9.4-r1.ebuild,v 1.3 2013/01/22 19:48:35 chutzpah Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
@ -19,9 +19,9 @@ IUSE="examples"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
src_prepare() {
epatch "${FILESDIR}"/${P}-workaround-sandbox-bug.patch
distutils-r1_src_prepare
python_prepare() {
local pythonver=${EPYTHON#python}
[[ ${pythonver//./} -ge 33 ]] && epatch "${FILESDIR}"/${P}-workaround-sandbox-bug.patch
}
python_install_all() {

@ -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/python-exec/python-exec-0.2.ebuild,v 1.3 2013/01/19 10:21:12 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.2.ebuild,v 1.4 2013/01/22 19:58:35 jer Exp $
EAPI=5
@ -16,7 +16,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
append_impl() {

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

@ -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/dev-python/pythong/pythong-2.1.5-r1.ebuild,v 1.6 2012/02/22 07:34:34 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.5-r1.ebuild,v 1.7 2013/01/22 19:06:03 jlec Exp $
EAPI="3"
PYTHON_USE_WITH="tk"
@ -26,7 +26,7 @@ IUSE="doc"
S="${WORKDIR}/${MY_PN}-${MY_PV}"
RDEPEND=">=dev-lang/tk-8.3.4
>=dev-python/pmw-1.2"
>=dev-python/pmw-1.2:0"
DEPEND="${RDEPEND}"
src_prepare() {

@ -1 +1,3 @@
DIST pfbfer-20070710.zip 677333 SHA256 fb1462ff6ce8efae58a0c496f0537c5ac16d4895c68f1640c2973db574ddb376 SHA512 6fd4a5d955464b10d13a7b748703450c1fe120d5ed09e8cfa1b4dfa9c183c59fe001df29433af551796b0df62544b7ddc364f9bb1bdcc2cd300434340ffcc4f2 WHIRLPOOL 5aad616d063cab1862d77fbbf9f625f20c4bcbf09e45688719e312c1e8d3815f1b295d290b78f6c4789919cef39856ec223c30a2e424eeb1c8137cccc5ceb90f
DIST reportlab-2.5.tar.gz 1917306 SHA256 805152084cc8421104a5e1e705482a1034598ecb4c266670dfba31996de6ff69 SHA512 9fd043aeb94e1531156b40766e262af2976ef1f55009eaf42ea713d8cde0452ed1c17bbb98d28babf24177552ef9a1d2e9d149ac1f4db904ab806c20114f8766 WHIRLPOOL e7edf7a58be0267319af5672fd8394b93142787c15d43d47d9ebf14d7fd3149edce38699dabde823cf3a5662a948ede008929c820fb1c3cdf0fc29479cebe720
DIST reportlab-2.6.tar.gz 1954170 SHA256 76c3cda08f6eac9b0adf0e3c86202fe5e9cb075c00503bef5760cd9e75ec34ff SHA512 d1173231ec6924c225808607edd287b11095cda1856554ff42efb5911285b766f43b79d8747ea2867221aa5c158455ee864dbe903ceffeae535938d2fef59131 WHIRLPOOL ff177ec570d581eee76f9a54ee95b16c928a1351e85f1906baa36aa270dda6ea41d4da6441274cf4eee00624b5ddb2eb855bf4792b1cba658cc4729399598358

@ -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/dev-python/reportlab/reportlab-2.5-r1.ebuild,v 1.2 2012/12/06 17:37:57 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.5-r1.ebuild,v 1.3 2013/01/22 20:28:47 floppym Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -10,8 +10,9 @@ RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils eutils versionator
DESCRIPTION="Tools for generating printable PDF documents from any data source."
HOMEPAGE="http://www.reportlab.org/ http://pypi.python.org/pypi/reportlab"
SRC_URI="http://www.reportlab.org/ftp/${P}.tar.gz"
HOMEPAGE="http://www.reportlab.com/ http://pypi.python.org/pypi/reportlab"
SRC_URI="http://www.reportlab.com/ftp/${P}.tar.gz
http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip"
LICENSE="BSD"
SLOT="0"
@ -26,6 +27,12 @@ RDEPEND="${DEPEND}"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
src_unpack() {
unpack ${P}.tar.gz
cd ${P}/src/reportlab/fonts || die
unpack pfbfer-20070710.zip
}
src_prepare() {
distutils_src_prepare

@ -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/dev-python/reportlab/reportlab-2.5.ebuild,v 1.8 2012/02/22 07:18:29 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.5.ebuild,v 1.10 2013/01/22 21:30:43 floppym Exp $
EAPI="3"
PYTHON_DEPEND="2"

@ -0,0 +1,77 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.2 2013/01/22 20:42:20 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
# Tests crash with pypy
inherit distutils-r1 eutils flag-o-matic
DESCRIPTION="Tools for generating printable PDF documents from any data source."
HOMEPAGE="http://www.reportlab.com/ http://pypi.python.org/pypi/reportlab"
SRC_URI="http://www.reportlab.com/ftp/${P}.tar.gz
http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-fbsd ~x86-linux"
IUSE="doc examples"
RDEPEND="dev-python/imaging
media-fonts/ttf-bitstream-vera
media-libs/libart_lgpl
sys-libs/zlib"
DEPEND="${RDEPEND}
app-arch/unzip"
DISTUTILS_NO_PARALLEL_BUILD=1
src_unpack() {
unpack ${P}.tar.gz
cd ${P}/src/reportlab/fonts || die
unpack pfbfer-20070710.zip
}
python_prepare_all() {
sed -i \
-e 's|/usr/lib/X11/fonts/TrueType/|/usr/share/fonts/ttf-bitstream-vera/|' \
-e 's|/usr/local/Acrobat|/opt/Acrobat|g' \
-e 's|%(HOME)s/fonts|%(HOME)s/.fonts|g' \
src/reportlab/rl_config.py || die "sed failed"
epatch "${FILESDIR}/${PN}-2.2_qa_msg.patch"
rm -fr src/rl_addons/renderPM/libart_lgpl
epatch "${FILESDIR}/${PN}-2.4-external_libart_lgpl.patch"
epatch "${FILESDIR}/${PN}-2.5-pypy-implicit-PyArg_NoArgs.patch"
}
src_compile() {
append-cflags -fno-strict-aliasing
distutils-r1_src_compile
}
python_compile_all() {
if use doc; then
cd docs || die
"${PYTHON}" genAll.py || die "docs generation failed"
fi
}
python_test() {
cd tests || die
"${PYTHON}" runAll.py || die
}
python_install_all() {
use doc && dodoc docs/*.pdf
if use examples; then
insinto /usr/share/doc/${PF}
doins -r demos
insinto /usr/share/doc/${PF}/tools/pythonpoint
doins -r tools/pythonpoint/demos
fi
}

@ -0,0 +1,42 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/rst2pdf-0.93-r1.ebuild,v 1.1 2013/01/22 21:55:43 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
inherit distutils-r1
DESCRIPTION="Tool for transforming reStructuredText to PDF using ReportLab"
HOMEPAGE="http://rst2pdf.ralsina.com.ar/ http://pypi.python.org/pypi/rst2pdf"
SRC_URI="http://rst2pdf.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/docutils[${PYTHON_USEDEP}]
dev-python/imaging[${PYTHON_USEDEP}]
dev-python/pdfrw[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/reportlab-2.4[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
python_install_all() {
dodoc doc/*.pdf
doman doc/rst2pdf.1
}
pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
elog "rst2pdf can work with the following packages for additional functionality:"
elog " dev-python/sphinx - versatile documentation creation"
elog " dev-python/pythonmagick - image processing with ImageMagick"
elog " dev-python/matplotlib - mathematical formulae"
elog " media-gfx/uniconvertor - vector image format conversion"
elog "It can also use wordaxe for hyphenation, but this package is not"
elog "available in the portage tree yet. Please refer to the manual"
elog "installed in /usr/share/doc/${PF}/ for more information."
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/dev-tex/luatex/luatex-0.70.1-r1.ebuild,v 1.11 2013/01/21 16:02:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.70.1-r1.ebuild,v 1.13 2013/01/22 19:24:02 jer Exp $
EAPI=4
@ -13,7 +13,7 @@ SRC_URI="http://foundry.supelec.fr/gf/download/frsrelease/392/1730/${PN}-beta-${
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="dev-libs/zziplib

@ -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/byacc/byacc-20121003.ebuild,v 1.8 2013/01/21 16:02:49 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/byacc/byacc-20121003.ebuild,v 1.10 2013/01/22 19:22:43 jer Exp $
EAPI=5
@ -10,7 +10,7 @@ SRC_URI="ftp://invisible-island.net/byacc/${P}.tgz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DOCS=( ACKNOWLEDGEMENTS AUTHORS CHANGES NEW_FEATURES NOTES README )

@ -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/dev-util/cwdiff/cwdiff-0.2.3.ebuild,v 1.1 2012/12/22 00:29:07 ottxor Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.3.ebuild,v 1.2 2013/01/23 02:17:57 ottxor Exp $
EAPI=4
@ -11,7 +11,7 @@ RESTRICT="primaryuri"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-macos"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-macos"
IUSE="a2ps mercurial"
DEPEND=""

@ -1,48 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja-ide/ninja-ide-2.1.1-r1.ebuild,v 1.2 2012/10/29 16:36:35 mgorny Exp $
# XXX: tests
EAPI=4
PYTHON_COMPAT="python2_6 python2_7"
inherit eutils gnome2-utils python-distutils-ng 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]
dev-python/simplejson
dev-python/pyinotify
virtual/python-argparse"
DEPEND="${RDEPEND}"
python_prepare_all() {
epatch "${FILESDIR}"/${P}-lang.patch
}
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,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-r2.ebuild,v 1.2 2013/01/06 18:15:01 hasufell Exp $
# $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 $
# XXX: tests
@ -8,7 +8,7 @@ EAPI=5
PYTHON_COMPAT=( python2_6 python2_7 )
inherit gnome2-utils distutils-r1 vcs-snapshot
inherit eutils gnome2-utils distutils-r1 vcs-snapshot
DESCRIPTION="Ninja-IDE Is Not Just Another IDE"
HOMEPAGE="http://www.ninja-ide.org"
@ -21,7 +21,6 @@ IUSE=""
RDEPEND="
dev-python/PyQt4[webkit]
dev-python/argparse
dev-python/simplejson
dev-python/pyinotify
virtual/python-argparse[${PYTHON_USEDEP}]"

@ -0,0 +1,124 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-4.2.9-r2.ebuild,v 1.1 2013/01/22 17:57:40 jlec Exp $
EAPI=5
inherit cuda unpacker versionator
MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
DISTRO=ubuntu11.04
DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
HOMEPAGE="http://developer.nvidia.com/cuda"
CURI="http://developer.download.nvidia.com/compute/cuda/${MYD}/rel/toolkit"
SRC_URI="
amd64? ( ${CURI}/cudatoolkit_${PV}_linux_64_${DISTRO}.run )
x86? ( ${CURI}/cudatoolkit_${PV}_linux_32_${DISTRO}.run )"
SLOT="0"
LICENSE="NVIDIA"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debugger doc eclipse profiler"
DEPEND=""
RDEPEND="${DEPEND}
|| (
sys-devel/gcc:4.4
sys-devel/gcc:4.5
sys-devel/gcc:4.6
)
!<=x11-drivers/nvidia-drivers-270.41
debugger? ( sys-libs/libtermcap-compat )
profiler? ( >=virtual/jre-1.6 )"
S="${WORKDIR}"
QA_PREBUILT="opt/cuda/*"
pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
:
}
src_prepare() {
local cuda_supported_gcc dfiles files
cuda_supported_gcc="4.4 4.5 4.6"
sed \
-e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \
"${FILESDIR}"/cuda-config.in > "${T}"/cuda-config || die
dfiles="install-linux.pl libnvvp/jre run_files"
use amd64 && dfiles+=" cuda-installer.pl"
for files in ${dfiles}; do
if [[ -e ${files} ]]; then
find ${files} -delete || die
fi
done
}
src_install() {
local i
local remove="doc"
local cudadir=/opt/cuda
local ecudadir="${EPREFIX}"${cudadir}
if use doc; then
dodoc doc/*{txt,pdf}
dohtml -r doc/{*.html,html}
fi
use debugger || remove+=" bin/cuda-gdb extras/Debugger"
if use profiler; then
# hack found in install-linux.pl
cat > bin/nvvp <<- EOF
#!${EPREFIX}bin/sh
LD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:${ecudadir}/lib:${ecudadir}/lib64 \
UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 ${ecudadir}/libnvvp/nvvp
EOF
chmod a+x bin/nvvp
else
use eclipse || remove+=" libnvvp"
remove+=" extras/CUPTI"
fi
for i in ${remove}; do
if [[ -e ${i} ]]; then
find ${i} -delete || die
fi
done
dodir ${cudadir}
mv * "${ED}"${cudadir}
cat > "${T}"/99cuda <<- EOF
PATH=${ecudadir}/bin:${ecudadir}/libnvvp
ROOTPATH=${ecudadir}/bin
LDPATH=${ecudadir}/lib$(use amd64 && echo "64:${ecudadir}/lib")
EOF
doenvd "${T}"/99cuda
dobin "${T}"/cuda-config
}
pkg_postinst() {
local a b
a="$(version_sort $(cuda-config -s))"; a=( $a )
# greatest supported version
b=${a[${#a[@]}-1]}
# if gcc and if not gcc-version is at least greatesst supported
if [[ $(tc-getCC) == *gcc* ]] && \
! version_is_at_least $(gcc-version) ${b}; then
echo
ewarn "gcc >= ${b} will not work with CUDA"
ewarn "Make sure you set an earlier version of gcc with gcc-config"
ewarn "or append --compiler-bindir= pointing to a gcc bindir like"
ewarn "--compiler-bindir=${EPREFIX}/usr/*pc-linux-gnu/gcc-bin/gcc${b}"
ewarn "to the nvcc compiler flags"
echo
fi
}

@ -0,0 +1,127 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-5.0.35-r2.ebuild,v 1.1 2013/01/22 17:57:40 jlec Exp $
EAPI=5
inherit cuda unpacker versionator
MYD=$(get_version_component_range 1)_$(get_version_component_range 2)
DISTRO=fedora16-1
DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)"
HOMEPAGE="http://developer.nvidia.com/cuda"
CURI="http://developer.download.nvidia.com/compute/cuda/${MYD}/rel-update-1/installers/"
SRC_URI="
amd64? ( ${CURI}/cuda_${PV}_linux_64_${DISTRO}.run )
x86? ( ${CURI}/cuda_${PV}_linux_32_${DISTRO}.run )"
SLOT="0"
LICENSE="NVIDIA"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debugger doc eclipse profiler"
DEPEND=""
RDEPEND="${DEPEND}
sys-devel/gcc:4.6[cxx]
!<=x11-drivers/nvidia-drivers-270.41
debugger? ( sys-libs/libtermcap-compat )
profiler? ( >=virtual/jre-1.6 )"
S="${WORKDIR}"
QA_PREBUILT="opt/cuda/*"
pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
:
}
src_unpack() {
unpacker
unpacker run_files/cudatoolkit*run
}
src_prepare() {
local cuda_supported_gcc
cuda_supported_gcc="4.6"
sed \
-e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \
"${FILESDIR}"/cuda-config.in > "${T}"/cuda-config || die
}
src_install() {
local i j
local remove="doc jre run_files install-linux.pl "
local cudadir=/opt/cuda
local ecudadir="${EPREFIX}"${cudadir}
dodoc doc/*txt
if use doc; then
dodoc doc/pdf/*
dohtml -r doc/html/*
fi
use debugger || remove+=" bin/cuda-gdb extras/Debugger"
use eclipse || remove+=" libnsight"
use amd64 || remove+=" cuda-installer.pl"
if use profiler; then
# hack found in install-linux.pl
for j in nvpp nsight; do
cat > bin/${i} <<- EOF
#!${EPREFIX}bin/sh
LD_LIBRARY_PATH=\${LD_LIBRARY_PATH}:${ecudadir}/lib:${ecudadir}/lib64 \
UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 ${ecudadir}/libnvvp/${i}
EOF
chmod a+x bin/${i}
done
else
use eclipse || remove+=" libnvvp"
remove+=" extras/CUPTI"
fi
for i in ${remove}; do
ebegin "Cleaning ${i}..."
if [[ -e ${i} ]]; then
find ${i} -delete || die
eend
else
eend $1
fi
done
dodir ${cudadir}
mv * "${ED}"${cudadir}
cat > "${T}"/99cuda <<- EOF
PATH=${ecudadir}/bin:${ecudadir}/libnvvp
ROOTPATH=${ecudadir}/bin
LDPATH=${ecudadir}/lib$(use amd64 && echo "64:${ecudadir}/lib")
EOF
doenvd "${T}"/99cuda
dobin "${T}"/cuda-config
}
pkg_postinst() {
local a b
a="$(version_sort $(cuda-config -s))"; a=( $a )
# greatest supported version
b=${a[${#a[@]}-1]}
# if gcc and if not gcc-version is at least greatesst supported
if [[ $(tc-getCC) == *gcc* ]] && \
! version_is_at_least $(gcc-version) ${b}; then
echo
ewarn "gcc >= ${b} will not work with CUDA"
ewarn "Make sure you set an earlier version of gcc with gcc-config"
ewarn "or append --compiler-bindir= pointing to a gcc bindir like"
ewarn "--compiler-bindir=${EPREFIX}/usr/*pc-linux-gnu/gcc-bin/gcc${b}"
ewarn "to the nvcc compiler flags"
echo
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/games-board/pokerth/pokerth-1.0.ebuild,v 1.1 2013/01/22 06:26:09 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/games-board/pokerth/pokerth-1.0.ebuild,v 1.2 2013/01/22 19:55:16 mr_bones_ Exp $
EAPI=5
inherit flag-o-matic eutils qt4-r2 games
@ -17,6 +17,7 @@ IUSE="dedicated"
RDEPEND="dev-db/sqlite:3
dev-libs/boost[threads(+)]
dev-libs/protobuf
dev-libs/libgcrypt
dev-libs/tinyxml[stl]
net-libs/libircclient

@ -1,2 +1,2 @@
DIST xmille_2.0-12.diff.gz 6041 RMD160 d84b2141a2dd2919b1ec237aeeba2b7a1482e3b1 SHA1 61d9fc25baaf7d0f3033b5123760cc92072e19d5 SHA256 a5266f279a680d600b7c97a6d691d6e69eee03737349f64e29d1b21791ea242d
DIST xmille_2.0.orig.tar.gz 68178 RMD160 b691da81e9ba60b3f2d7931aa12703e7ebcacf01 SHA1 46b9857bcd4a86260d8fcfae26ae54ce55bc24bd SHA256 52a621f9adb55bbed06e72981ab8efdafecda2d301068513ec9a815d21456abb
DIST xmille_2.0-12.diff.gz 6041 SHA256 a5266f279a680d600b7c97a6d691d6e69eee03737349f64e29d1b21791ea242d SHA512 8f8a71ce6f4359b4d8fbecd0e6149783abc4ded07da485c91c67784fd6c4988d074ad9bda7a8a47689ffe379dd8d20f9968ef7e6998ed22b735c51a2fae5828d WHIRLPOOL e2bedc1a243cde9103a36996b42d4be6d188705583e75fa79a4ead54b0fd4e4ed4699dc998431423760bd3c5253edc202b55a097af935041516b5026c13464c0
DIST xmille_2.0.orig.tar.gz 68178 SHA256 52a621f9adb55bbed06e72981ab8efdafecda2d301068513ec9a815d21456abb SHA512 028740785dfc13b4088810855358b9dab75fbb79221dd4218ef0c19550c2180fe92e553d0a474bf45091b4008988e1a093a6d5bac99fe1ccafcaec3429cd0e8b WHIRLPOOL 8204509fa66552634e35508093b0c18253afd93fd3d2c2e2401d370b03cedb5be02e19c8b7974cac4df087953716032b2a1d547ff07b52e8d968276abfcfe585

@ -0,0 +1,46 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0-r2.ebuild,v 1.1 2013/01/22 17:23:31 hasufell Exp $
EAPI=5
inherit eutils toolchain-funcs games
DEB_PATCH_VER="12"
DESCRIPTION="Mille Bournes card game"
HOMEPAGE="http://www.milleborne.info/"
SRC_URI="mirror://debian/pool/main/x/xmille/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/x/xmille/${PN}_${PV}-${DEB_PATCH_VER}.diff.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="x11-libs/libXext"
DEPEND="${RDEPEND}
app-text/rman
x11-misc/imake"
S=${WORKDIR}/${P}.orig
PATCHES=( "${WORKDIR}"/${PN}_${PV}-${DEB_PATCH_VER}.diff )
src_configure() {
xmkmf || die
}
src_compile() {
emake -j1 \
AR="$(tc-getAR) clq" \
RANLIB="$(tc-getRANLIB)" \
CC="$(tc-getCC)" \
CDEBUGFLAGS="${CFLAGS}" \
EXTRA_LDOPTIONS="${LDFLAGS}"
}
src_install() {
dogamesbin xmille
dodoc CHANGES README
newman xmille.man xmille.6
prepgamesdirs
}

@ -1 +1,2 @@
DIST advancescan-1.14.tar.gz 303166 SHA256 9a49f95d2a946f73dace5ecdb97e1913400e3214785a6362e9af3f42dc9ca869 SHA512 763a740c4d3e13dc064c4cdd6c732231d4629a379f6810c685958f68b14eaaaac18231fb582be5dd93c5de0afd78f9e6f8374b43f5628639ae4b60291f2331d0 WHIRLPOOL 5f73e74b427eafd51f438cc16c5ab032c33bc728dede9850db4fc47f2480d44e03c2b6cb251ff895da4df0c39b701e653cc5392ca7fbba4c87cab3640659d536
DIST advancescan-1.16.tar.gz 316895 SHA256 2fe238442f82bdb2b45704898183b7ae3297bf9d75a4d33dbbd8cacec0c70fc2 SHA512 6d359c160d54a0a1cd13db10f5fc9986fae4f1151e205024e40c21b0f933723351907156faec22a92561ad523151e3b7d4ff70a6eebbb6152bd3767063a31031 WHIRLPOOL 8772c7e0d8fc3fbeb333fd2bf79191e745c1f979d9ac2d798419448b844c15d5e926fc30cc6d4353a119142f9657816d749ab11eb4e7c1d85a0e0ccee4ea403f

@ -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/games-emulation/advancescan/advancescan-1.16.ebuild,v 1.1 2013/01/22 18:20:18 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
DESCRIPTION="A command line rom manager for MAME, MESS, AdvanceMAME, AdvanceMESS and Raine"
HOMEPAGE="http://advancemame.sourceforge.net/scan-readme.html"
SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-libs/expat
sys-libs/zlib"
src_prepare() {
rm -rf expat
epatch "${FILESDIR}"/${P}-sys-expat.patch
eautoreconf
}
src_install() {
dogamesbin advscan advdiff || die
dodoc AUTHORS HISTORY README doc/*.txt advscan.rc.linux
doman doc/{advscan,advdiff}.1
dohtml doc/*.html
prepgamesdirs
}

@ -0,0 +1,77 @@
--- configure.ac
+++ configure.ac
@@ -30,6 +30,7 @@
# Checks for libraries.
AC_CHECK_LIB([z], [adler32], [], [AC_MSG_ERROR([the libz library is missing])])
+AC_CHECK_LIB([expat], [XML_Parse], [], [AC_MSG_ERROR([the expat library is missing])])
# Checks for header files.
AC_HEADER_STDC
--- gamexml.cc
+++ gamexml.cc
@@ -22,7 +22,7 @@
#include "game.h"
#include "strcov.h"
-#include "expat/expat.h"
+#include <expat.h>
#include <string>
#include <iostream>
--- Makefile.am
+++ Makefile.am
@@ -18,10 +18,7 @@
siglock.cc \
getopt.c \
snprintf.c \
- lib/readinfo.c \
- expat/xmlrole.c \
- expat/xmlparse.c \
- expat/xmltok.c
+ lib/readinfo.c
advscan_SOURCES = \
scan.cc \
@@ -43,10 +40,7 @@
siglock.cc \
getopt.c \
snprintf.c \
- lib/readinfo.c \
- expat/xmlrole.c \
- expat/xmlparse.c \
- expat/xmltok.c
+ lib/readinfo.c
EXTRA_DIST = advscan.rc.linux advscan.rc.dos \
README AUTHORS HISTORY INSTALL COPYING \
@@ -82,28 +76,7 @@
portable.h \
lib/readinfo.h \
lib/endianrw.h \
- lib/extra.h \
- expat/COPYING \
- expat/README \
- expat/ascii.h \
- expat/asciitab.h \
- expat/expat-1.95.8.diff \
- expat/expat.h \
- expat/iasciitab.h \
- expat/expatcfg.h \
- expat/expat_external.h \
- expat/internal.h \
- expat/latin1tab.h \
- expat/nametab.h \
- expat/utf8tab.h \
- expat/xmlparse.c \
- expat/xmlrole.c \
- expat/xmlrole.h \
- expat/xmltok.c \
- expat/xmltok.h \
- expat/xmltok_impl.c \
- expat/xmltok_impl.h \
- expat/xmltok_ns.c
+ lib/extra.h
man_MANS = doc/advscan.1 doc/advdiff.1

@ -1,2 +1,2 @@
DIST dgen-sdl-1.23.tar.gz 340556 SHA256 44396b3b324433187cf7082d1059cd9f519f02accddd667e627a57ff8514d436
DIST dgen-sdl-1.30.tar.gz 608549 SHA256 2ecd364ff64d4ba759b7159d73e1bb8f289f6d5a4b7dfa021d4ab5cbc6443b86 SHA512 bb112c885d54a01082e2585837aba4f084012e86d5244c483f77d091572b6dda7c98769c47ac93cf92e59ad4731af0516a45dd92270fb23aefa0c91c12942f40 WHIRLPOOL 15abacb96d6ccbf9506bb61a51597d7e057baeeccc5b75df3f1167a612b46bc2b7fa8d64b64ef07f9e8043af6eb2906d391a6e2d2a7fb5691c9a6c0e3146a061
DIST dgen-sdl-1.31.tar.gz 643281 SHA256 efc61733dae4f5f5e74930a25f5632ff5732ecbcabf50f189c10e5e024c5fb45 SHA512 93258632f4843bcf08c4f3735ba5f39dd82e1d660a71d2df1039fe9e5e2ed1b4f10388556d5406c96ad064026badb6b8a0b3bfdab6d781ce14bb0dcce617710d WHIRLPOOL ef4cabe5746d1044b8498f4673efae55de678e75e455558b755103f7b0299fffefae47bf6935488da241c80e030a1d823dabfb56342e04b77677ea03ce678dd1

@ -1,47 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/dgen-sdl/dgen-sdl-1.23.ebuild,v 1.14 2010/04/26 15:06:56 mr_bones_ Exp $
EAPI=2
inherit eutils games
DESCRIPTION="A Linux/SDL-Port of the famous DGen MegaDrive/Genesis-Emulator"
HOMEPAGE="http://tamentis.com/projects/dgen/"
SRC_URI="http://tamentis.com/projects/dgen/files/${P}.tar.gz"
LICENSE="dgen-sdl"
SLOT="0"
KEYWORDS="x86"
IUSE="X mmx opengl"
RDEPEND="media-libs/libsdl
opengl? ( virtual/opengl )
!media-gfx/fondu"
DEPEND="${RDEPEND}
X? ( x11-misc/imake )
dev-lang/nasm"
PATCHES=(
# gcc34.patch for bug #116113
# gcc4.patch for bug #133203
"${FILESDIR}/${P}-gcc34.patch"
"${FILESDIR}/${P}-gcc4.patch"
)
src_configure() {
egamesconf \
$(use_with opengl) \
$(use_with X x) \
$(use_with mmx)
}
src_compile() {
emake -C musa m68kops.h || die
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README sample.dgenrc
prepgamesdirs
}

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

Loading…
Cancel
Save