Sync with portage [Sun Aug 18 16:10:42 MSK 2013].

mhiretskiy
root 11 years ago
parent e60a0fe6af
commit 5d23e0ddda

@ -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/puppet/puppet-2.7.23.ebuild,v 1.3 2013/08/16 19:43:31 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-2.7.23.ebuild,v 1.4 2013/08/17 16:21:39 jer Exp $
EAPI="4"
USE_RUBY="ruby18 ruby19"
@ -18,7 +18,7 @@ SRC_URI="http://www.puppetlabs.com/downloads/puppet/${P}.tar.gz"
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
IUSE="augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs"
KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
KEYWORDS="amd64 hppa ~ppc ~sparc x86"
ruby_add_rdepend "
>=dev-ruby/facter-1.5.6

@ -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-crypt/sbsigntool/sbsigntool-0.6.ebuild,v 1.1 2012/12/24 00:25:41 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/sbsigntool/sbsigntool-0.6.ebuild,v 1.2 2013/08/17 19:48:00 ago Exp $
EAPI="4"
@ -10,7 +10,7 @@ SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.t
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/openssl

@ -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-emulation/qemu/qemu-9999.ebuild,v 1.57 2013/08/16 14:05:22 cardoe Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.58 2013/08/17 21:32:54 slyfox Exp $
EAPI=5
@ -328,7 +328,8 @@ qemu_src_configure() {
conf_opts+=" $(use_enable xfs xfsctl)"
use mixemu && conf_opts+=" --enable-mixemu"
conf_opts+=" --audio-drv-list=${audio_opts}"
conf_opts+=" --enable-migration-from-qemu-kvm"
# Gentoo-specific opts
[[ ${PV} = *9999* ]] || conf_opts+=" --enable-migration-from-qemu-kvm"
fi
conf_opts+=" $(use_enable debug debug-info)"

@ -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/pdfpc/pdfpc-3.1.1.ebuild,v 1.2 2013/07/09 19:58:20 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/pdfpc/pdfpc-3.1.1.ebuild,v 1.3 2013/08/17 19:47:34 ago Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="mirror://github/davvil/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="app-text/poppler:=[cairo]

@ -1,2 +1,3 @@
DIST calibre-0.9.42.tar.xz 29351712 SHA256 6cd64b54b4c0b696d9a6cfd50527c10cbd7b473a622f2e0f2e2ef81be680fe1f SHA512 22087645893e8626d107093d0308dfeb5a965664f6d3fe326930d663f01ad0873a32af9180de499bca1cf4c07c4634e88c952c27c35368466a1b492f24fcf829 WHIRLPOOL 2cfb0185119a3ed2c52e837028d314094d3b7a458d21a638478e3b066cde5183ed6d5d0a2bae1ddcee5aed53a231c848a57f0fe799fba00efeafda788a400eb2
DIST calibre-0.9.43.tar.xz 29382264 SHA256 5b2d56d5ff80cdd19472123afc1054938993251e61b0d85d49744396ad7ba5da SHA512 a90117258d39a21ad83605e488e5142060138cc884d2df6ffc9264b78e4a21c8255b8e8b4441cb061117e78cae7fcb8c50887c0732fcbf0b3eda3f35290d3653 WHIRLPOOL 96f04f4a881c47bacf061c54ddf325ca5b876a862ca2e98a2b83e08f8f816ed3a9d3fc9227c0205d717c7c1bd8e3d9ebd64d3a65b178a7d4281631271f43ca27
DIST calibre-0.9.44.tar.xz 29429172 SHA256 927199fda0b11f13a9045c9ad6295d888f0c72cfaa1ebe166f2b3ae4d18441a7 SHA512 0751800201215ac40487615eea02b79458035c2e613c08a9e2f0b9a146d4be35586608c7da94bdbf18c44388a3e7ccaa6e2d22fbb64519d929627ffdffbae019 WHIRLPOOL e94f8840e933d6498108cbd0939bd6d719f76dc1d34047aa4264ce51eb1f36fe139087c0c5b5cd88575e4c5ba10f771e4bb3e45c9a127b5419f344ad4a653027

@ -0,0 +1,224 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.44.ebuild,v 1.1 2013/08/17 18:14:07 zmedico Exp $
EAPI=5
inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs
DESCRIPTION="Ebook management application."
HOMEPAGE="http://calibre-ebook.com/"
SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz"
# Restrict mirror due non-free prs500 fonts (bug #470212).
RESTRICT="mirror"
LICENSE="
GPL-3+
GPL-3
GPL-2+
GPL-2
GPL-1+
LGPL-3+
LGPL-2.1+
LGPL-2.1
BSD
MIT
Old-MIT
Apache-2.0
public-domain
|| ( Artistic GPL-1+ )
CC-BY-3.0
OFL-1.1
PSF-2
unRAR
"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="+udisks"
COMMON_DEPEND="
>=app-text/podofo-0.8.2:=
>=app-text/poppler-0.12.3-r3:=[qt4,xpdf-headers(+)]
>=dev-lang/python-2.7.1:2.7[sqlite,ssl]
>=dev-libs/chmlib-0.40:=
>=dev-libs/icu-4.4:=
>=dev-python/beautifulsoup-3.0.5:python-2
dev-python/netifaces
dev-python/python-dateutil
>=dev-python/dnspython-1.6.0
>=dev-python/cssselect-0.7.1
>=dev-python/cssutils-0.9.9
>=dev-python/dbus-python-0.82.2
virtual/python-imaging
>=dev-python/lxml-2.2.1
>=dev-python/mechanize-0.1.11
>=dev-python/python-dateutil-1.4.1
>=dev-python/PyQt4-4.9.1[X,svg,webkit]
media-fonts/liberation-fonts
>=media-gfx/imagemagick-6.5.9[jpeg,png]
>=media-libs/freetype-2:=
>=media-libs/libwmf-0.2.8
>=media-libs/libmtp-1.1.4:=
virtual/libusb:1=
dev-qt/qtdbus:4=
dev-qt/qtsvg:4=
>=x11-misc/xdg-utils-1.0.2-r2"
RDEPEND="${COMMON_DEPEND}
udisks? ( || ( sys-fs/udisks:2 sys-fs/udisks:0 ) )"
DEPEND="${COMMON_DEPEND}
>=dev-python/setuptools-0.6_rc5"
S=${WORKDIR}/${PN}
src_prepare() {
# Fix outdated version constant.
#sed -e "s#\\(^numeric_version =\\).*#\\1 (${PV//./, })#" \
# -i src/calibre/constants.py || \
# die "sed failed to patch constants.py"
# Avoid sandbox violation in /usr/share/gnome/apps when linux.py
# calls xdg-* (bug #258938).
sed -e "s|'xdg-desktop-menu', 'install'|\\0, '--mode', 'user'|" \
-e "s|check_call(\\['xdg-desktop-menu', 'forceupdate'\\])|#\\0|" \
-e "s|\\(CurrentDir(tdir)\\), \\\\\$|\\1:|" \
-e "s|PreserveMIMEDefaults():||" \
-e "s|xdg-icon-resource install|\\0 --mode user|" \
-e "s|cc(\\['xdg-desktop-menu', 'forceupdate'\\])|#\\0|" \
-e "s|xdg-mime install|\\0 --mode user|" \
-i src/calibre/linux.py || die "sed failed to patch linux.py"
# Disable unnecessary privilege dropping for bug #287067.
sed -e "s:if os.geteuid() == 0:if False and os.geteuid() == 0:" \
-i setup/install.py || die "sed failed to patch install.py"
sed -e "/^ self\\.check_call(qmc + \\[.*\\.pro'\\])$/a\
\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ self.check_call(['sed', \
'-e', 's|^CFLAGS .*|\\\\\\\\0 ${CFLAGS}|', \
'-e', 's|^CXXFLAGS .*|\\\\\\\\0 ${CXXFLAGS}|', \
'-e', 's|^LFLAGS .*|\\\\\\\\0 ${LDFLAGS}|', \
'-i', 'Makefile'])" \
-i setup/extensions.py || die "sed failed to patch extensions.py"
# no_updates: do not annoy user with "new version is availible all the time
# disable_plugins: walking sec-hole, wait for upstream to use GHNS interface
epatch \
"${FILESDIR}/${PN}-no_updates_dialog.patch" \
"${FILESDIR}/${PN}-disable_plugins.patch"
# Remove non-free fonts (bug #470212).
rm -r resources/fonts/prs500 || die
}
src_install() {
# Bypass kbuildsycoca and update-mime-database in order to
# avoid sandbox violations if xdg-mime tries to call them.
cat - > "${T}/kbuildsycoca" <<-EOF
#!${BASH}
exit 0
EOF
cp "${T}"/{kbuildsycoca,update-mime-database}
chmod +x "${T}"/{kbuildsycoca,update-mime-database}
# Unset DISPLAY in order to prevent xdg-mime from triggering a sandbox
# violation with kbuildsycoca as in bug #287067, comment #13.
export -n DISPLAY
# Bug #352625 - Some LANGUAGE values can trigger the following ValueError:
# File "/usr/lib/python2.6/locale.py", line 486, in getdefaultlocale
# return _parse_localename(localename)
# File "/usr/lib/python2.6/locale.py", line 418, in _parse_localename
# raise ValueError, 'unknown locale: %s' % localename
#ValueError: unknown locale: 46
export -n LANGUAGE
# Bug #295672 - Avoid sandbox violation in ~/.config by forcing
# variables to point to our fake temporary $HOME.
export HOME="${T}/fake_homedir"
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_DATA_HOME="${HOME}/.local/share"
export CALIBRE_CONFIG_DIRECTORY="${XDG_CONFIG_HOME}/calibre"
mkdir -p "${XDG_CONFIG_HOME}" "${CALIBRE_CONFIG_DIRECTORY}"
tc-export CC CXX
# Bug #334243 - respect LDFLAGS when building calibre-mount-helper
export OVERRIDE_CFLAGS="$CFLAGS" OVERRIDE_LDFLAGS="$LDFLAGS"
local libdir=$(get_libdir)
[[ -n $libdir ]] || die "get_libdir returned an empty string"
# Bug #472690 - Avoid sandbox violation for /dev/dri/card0.
local x
for x in /dev/dri/card[0-9] ; do
[[ -e ${x} ]] && addpredict ${x}
done
dodir "/usr/$(get_libdir)/python2.7/site-packages" # for init_calibre.py
PATH=${T}:${PATH} PYTHONPATH=${S}/src${PYTHONPATH:+:}${PYTHONPATH} \
"${EPREFIX}"/usr/bin/python2.7 setup.py install \
--root="${D}" \
--prefix="${EPREFIX}/usr" \
--libdir="${EPREFIX}/usr/${libdir}" \
--staging-root="${ED}usr" \
--staging-libdir="${ED}usr/${libdir}" || die
grep -rlZ "${ED}" "${ED}" | xargs -0 sed -e "s:${D}:/:g" -i ||
die "failed to fix harcoded \$D in paths"
# Remove dummy calibre-mount-helper which is unused since calibre-0.8.25
# due to bug #389515 (instead, calibre now calls udisks via dbus).
rm "${ED}usr/bin/calibre-mount-helper" || die
# The menu entries end up here due to '--mode user' being added to
# xdg-* options in src_prepare.
dodir /usr/share/mime/packages
chmod -fR a+rX,u+w,g-w,o-w "${HOME}"/.local
mv "${HOME}"/.local/share/mime/packages/* "${ED}"usr/share/mime/packages/ ||
die "failed to register mime types"
dodir /usr/share/icons
mv "${HOME}"/.local/share/icons/* "${ED}"usr/share/icons/ ||
die "failed to install icon files"
sed -e 's:^Name=calibre %F$:Name=calibre:' \
-e 's:^Exec=calibre$:Exec=calibre %F:' \
-i "${HOME}"/.local/share/applications/calibre-gui.desktop || die
domenu "${HOME}"/.local/share/applications/*.desktop ||
die "failed to install .desktop menu files"
dobashcomp "${ED}"usr/etc/bash_completion.d/calibre
rm -r "${ED}"usr/etc/bash_completion.d
find "${ED}"usr/etc -type d -empty -delete
cd "${ED}"/usr/share/calibre/fonts/liberation || die
local x
for x in * ; do
[[ -f ${EROOT}usr/share/fonts/liberation-fonts/${x} ]] || continue
ln -sf "../../../fonts/liberation-fonts/${x}" "${x}" || die
done
einfo "Converting python shebangs"
while read -r -d $'\0' ; do
local shebang=$(head -n1 "$REPLY")
if [[ ${shebang} == "#!"*python* ]] ; then
sed -i -e "1s:.*:#!${EPREFIX}/usr/bin/python2.7:" "$REPLY" || \
die "sed failed"
fi
done < <(find "${ED}" -type f -print0)
einfo "Compiling python modules"
"${EPREFIX}"/usr/bin/python2.7 -m compileall -q -f \
-d "${EPREFIX}"/usr/lib/calibre "${ED}"usr/lib/calibre || die
newinitd "${FILESDIR}"/calibre-server.init calibre-server
newconfd "${FILESDIR}"/calibre-server.conf calibre-server
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

@ -1,2 +1,3 @@
DIST phpMyAdmin-3.5.3-all-languages.tar.xz 3663564 SHA256 4d2573d2cad3abc67997361ee3d5bf05cf2c3c6b8fb1b2c611030d32ec0db826 SHA512 a64fffebf4bd2e95a5c6fe2cc305e7e5352a2a6f87eeb0de64c8e1fb1c9146ec0c81960dc7d7b024d79b39144fd9289650773cad5f1639a9741fa58b5deed63f WHIRLPOOL d53d0582b1615690ec0a9dd0d29dac638d194e1cf0aa7c083ae9677881fba36da25a635021ad0a6347c4db79b28049b3c37edbe261b258a360c275c78e5c378f
DIST phpMyAdmin-3.5.8-all-languages.tar.xz 3744780 SHA256 0766acb45d862ca802b5d3018f240bdd0a14749e21f40ebabe51bf25d6088409 SHA512 8f35eeb56b5ece95fd51cb58e93b212ea7390cd096f131d716a7e554dd3f38d6210dea4c218b5f6607a38184b978806e64ff040006a870bc8c6156db6a4b7e9b WHIRLPOOL 266fee6200009891029e07b232bcb257d523c7626969abf53096435d0e36198dd32771ca54679922ca3dafc6aca420182781c21551bd153421f3b1949d51fd98
DIST phpMyAdmin-4.0.5-all-languages.tar.xz 4572884 SHA256 f4df1190441ce5e094183cfadf8aec4af3a4f131339599e6380a1c6ac0a11fe4 SHA512 fea613e28b5124ac8a53e5158f19bed66e576a7f021671ff85ab7522e73974d99b51fc3a84345d99ce81cb7aaa5751ff473b7e609def1edd46df26c78866da6d WHIRLPOOL 41749912e2f9ff81bbb839308bca87a4a4f373241cd40638644e7a9390bbf48512efb6b57bfae36c1ddfb73e1f447681a4e7d39530b1f9cb9ba36cc1e8691ab8

@ -0,0 +1,61 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-4.0.5.ebuild,v 1.1 2013/08/17 23:59:02 a3li Exp $
EAPI="4"
inherit eutils webapp depend.php
MY_PV=${PV/_/-}
MY_P="phpMyAdmin-${MY_PV}-all-languages"
DESCRIPTION="Web-based administration for MySQL database in PHP"
HOMEPAGE="http://www.phpmyadmin.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
IUSE="setup"
RDEPEND="
dev-lang/php[crypt,ctype,filter,json,session,unicode]
|| (
dev-lang/php[mysqli]
dev-lang/php[mysql]
)
"
need_httpd_cgi
need_php_httpd
S="${WORKDIR}"/${MY_P}
pkg_setup() {
webapp_pkg_setup
}
src_install() {
webapp_src_preinst
dodoc README RELEASE-DATE-${MY_PV} ChangeLog || die
rm -f LICENSE README* RELEASE-DATE-${MY_PV}
if ! use setup; then
rm -rf setup || die "Cannot remove setup utility"
elog "The phpMyAdmin setup utility has been removed."
elog "It is a regular target of various exploits. If you need it, set USE=setup."
else
elog "You should consider disabling the setup USE flag"
elog "to exclude the setup utility if you don't use it."
elog "It regularly is the target of various exploits."
fi
insinto "${MY_HTDOCSDIR#${EPREFIX}}"
doins -r .
webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php
webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt
webapp_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/dev-java/itext/itext-2.1.5-r2.ebuild,v 1.1 2013/08/15 13:45:51 tomwij Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.1.5-r2.ebuild,v 1.3 2013/08/17 13:07:10 ago Exp $
EAPI="4"
@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/itext/${DISTFILE}
LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="cjk rtf rups"
BCV="1.45"

@ -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-lang/php/php-5.3.27.ebuild,v 1.8 2013/08/06 12:35:05 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.27.ebuild,v 1.9 2013/08/18 03:04:56 patrick Exp $
EAPI=5
@ -256,7 +256,7 @@ php_install_ini() {
# SAPI-specific handling
if [[ "${sapi}" == "fpm" ]] ; then
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
einfo "Installing FPM CGI config file php-fpm.conf"
insinto "${PHP_INI_DIR#${EPREFIX}}"
newins "${FILESDIR}/php-fpm-r${PHP_FPM_CONF_VER}.conf" php-fpm.conf
@ -402,7 +402,7 @@ src_configure() {
my_conf+=" $(use_with sqlite sqlite /usr) "
use sqlite && my_conf+=" $(use_enable unicode sqlite-utf8)"
fi
my_conf+="
my_conf+="
$(use_with sqlite sqlite3 /usr)
$(use_with sybase-ct sybase-ct /usr)
$(use_enable sysvipc sysvmsg )
@ -551,9 +551,9 @@ src_configure() {
my_conf="${my_conf} --with-pcre-regex=/usr --with-pcre-dir=/usr"
# Catch CFLAGS problems
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Support user-passed configuration parameters
my_conf="${my_conf} ${EXTRA_ECONF:-}"
@ -806,4 +806,3 @@ pkg_postinst() {
pkg_prerm() {
eselect php cleanup
}

@ -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-lang/php/php-5.4.17.ebuild,v 1.12 2013/08/16 19:45:16 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.17.ebuild,v 1.13 2013/08/18 03:04:56 patrick Exp $
EAPI=5
@ -255,7 +255,7 @@ php_install_ini() {
# SAPI-specific handling
if [[ "${sapi}" == "fpm" ]] ; then
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
einfo "Installing FPM CGI config file php-fpm.conf"
insinto "${PHP_INI_DIR#${EPREFIX}}"
newins "${FILESDIR}/php-fpm-r${PHP_FPM_CONF_VER}.conf" php-fpm.conf
@ -537,9 +537,9 @@ src_configure() {
my_conf="${my_conf} --with-pcre-regex=${EPREFIX}/usr --with-pcre-dir=${EPREFIX}/usr"
# Catch CFLAGS problems
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Support user-passed configuration parameters
my_conf="${my_conf} ${EXTRA_ECONF:-}"

@ -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-lang/php/php-5.4.18.ebuild,v 1.1 2013/08/16 11:50:22 olemarkus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.18.ebuild,v 1.2 2013/08/18 03:04:56 patrick Exp $
EAPI=5
@ -255,7 +255,7 @@ php_install_ini() {
# SAPI-specific handling
if [[ "${sapi}" == "fpm" ]] ; then
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
einfo "Installing FPM CGI config file php-fpm.conf"
insinto "${PHP_INI_DIR#${EPREFIX}}"
newins "${FILESDIR}/php-fpm-r${PHP_FPM_CONF_VER}.conf" php-fpm.conf
@ -537,9 +537,9 @@ src_configure() {
my_conf="${my_conf} --with-pcre-regex=${EPREFIX}/usr --with-pcre-dir=${EPREFIX}/usr"
# Catch CFLAGS problems
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Support user-passed configuration parameters
my_conf="${my_conf} ${EXTRA_ECONF:-}"

@ -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-lang/php/php-5.5.1-r1.ebuild,v 1.2 2013/08/14 11:22:41 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.1-r1.ebuild,v 1.3 2013/08/18 03:04:56 patrick Exp $
EAPI=5
@ -250,7 +250,7 @@ php_install_ini() {
# SAPI-specific handling
if [[ "${sapi}" == "fpm" ]] ; then
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
einfo "Installing FPM CGI config file php-fpm.conf"
insinto "${PHP_INI_DIR#${EPREFIX}}"
newins "${FILESDIR}/php-fpm-r${PHP_FPM_CONF_VER}.conf" php-fpm.conf
@ -519,9 +519,9 @@ src_configure() {
my_conf="${my_conf} --with-pcre-regex=${EPREFIX}/usr --with-pcre-dir=${EPREFIX}/usr"
# Catch CFLAGS problems
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Support user-passed configuration parameters
my_conf="${my_conf} ${EXTRA_ECONF:-}"

@ -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-lang/php/php-5.5.1.ebuild,v 1.4 2013/08/14 11:22:41 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.1.ebuild,v 1.5 2013/08/18 03:04:56 patrick Exp $
EAPI=5
@ -247,7 +247,7 @@ php_install_ini() {
# SAPI-specific handling
if [[ "${sapi}" == "fpm" ]] ; then
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
einfo "Installing FPM CGI config file php-fpm.conf"
insinto "${PHP_INI_DIR#${EPREFIX}}"
newins "${FILESDIR}/php-fpm-r${PHP_FPM_CONF_VER}.conf" php-fpm.conf
@ -516,9 +516,9 @@ src_configure() {
my_conf="${my_conf} --with-pcre-regex=${EPREFIX}/usr --with-pcre-dir=${EPREFIX}/usr"
# Catch CFLAGS problems
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Support user-passed configuration parameters
my_conf="${my_conf} ${EXTRA_ECONF:-}"

@ -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-lang/php/php-5.5.2.ebuild,v 1.1 2013/08/17 12:46:25 olemarkus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.2.ebuild,v 1.2 2013/08/18 03:04:56 patrick Exp $
EAPI=5
@ -247,7 +247,7 @@ php_install_ini() {
# SAPI-specific handling
if [[ "${sapi}" == "fpm" ]] ; then
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
einfo "Installing FPM CGI config file php-fpm.conf"
insinto "${PHP_INI_DIR#${EPREFIX}}"
newins "${FILESDIR}/php-fpm-r${PHP_FPM_CONF_VER}.conf" php-fpm.conf
@ -516,9 +516,9 @@ src_configure() {
my_conf="${my_conf} --with-pcre-regex=${EPREFIX}/usr --with-pcre-dir=${EPREFIX}/usr"
# Catch CFLAGS problems
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Fixes bug #14067.
# Changed order to run it in reverse for bug #32022 and #12021.
replace-cpu-flags "k6*" "i586"
# Support user-passed configuration parameters
my_conf="${my_conf} ${EXTRA_ECONF:-}"

@ -1,5 +1,5 @@
DIST v8-3.18.5.14.tar.bz2 10545347 SHA256 abd1d6fe04cbe36b6d315ae3c20a1c35ca61f9460969d269606782a124a10b91 SHA512 4a04d2fa7e90da7509dac1f136019647d545524018a0f96f582289179c09fc81ebaacf62abbf946d254ef94e4fe9ea43b09092dd9a9ac9da96012efec27df027 WHIRLPOOL e212f4b694dfccd89251a20763958da72cc1f50503d93c7a445db7cab757531893d8b8e1c5a601a5206324872fadea31fa769f8952d69dd32440c1fb20e71e27
DIST v8-3.19.18.18.tar.bz2 10616036 SHA256 ffd33b977b0167246739469bf486780a0ffc5b76b49c061f9d1a9c61377df7ab SHA512 ac59b2571a45d10ab2870f53af9968f1002d4f19fb212bb78b46f0a49ba2da1ae600877e61230df1d78f2452f65febbb9f50a658cb7bebcb521be465bfe77cb2 WHIRLPOOL 4734a5c9f4d0cd1bed5c1c4ab7a542d178a1ab8f2f84dde105da31045f8d154be0b61980097d823e580d8e8e909fefcdb2b6972734e40c0edf8d0b810ef5af3e
DIST v8-3.19.18.9.tar.bz2 10627411 SHA256 08c1f279e938dd9742e5a3c6faf7ad116c56ef65a8b76e6b003cf6d995bd9157 SHA512 b844c88147147386ca645ef8832a0af93f0ba456617864ba62af4851c509d75c5b3fb153881d67930cfc9f426017a84ce7587435aa7dc82c7a03915ea45641fe WHIRLPOOL a436f7b48efd9ee2b0ba95a17c7bf946c6f264065ea1c3f2e271dcfd535684ef693923b73de97fb003cf4f58041a2c9d466c3496696331a36eee503f273053ae
DIST v8-3.19.18.19.tar.bz2 10621763 SHA256 4230036b4e64d0a03dc3ab913ac0eb8c73b87c62cec9694de37dfd41a3fece8f SHA512 dfb385452acbf82bad046437605c42259b5df0d1a7c0019e3997f7f4e491e1384860e14aa7c561a0d8a0485c4fa934c4a026befc5197100f88560bea05082400 WHIRLPOOL 705f82a3a69a02c8f754075f88885bb85321fe1586937484b584eeda575ad5e7b712d642c4cbdef2ee77feb5b04f82510b3d0bd7f7a98ed4d4723dede5aae05e
DIST v8-3.20.12.1.tar.bz2 46726943 SHA256 b70e70539246421796188af63cd40448e59fd7d970a29843adbd8bba82432ab3 SHA512 faa8040f0be3a45dafaee8aa46e6f20db65a59be5eacd32c5d2bf6dfd405923f769fd8c8d6af4b2bb9438e4c788862618eaf8ce969c22681424c30163d84d15e WHIRLPOOL 79f8dd71bc8fa92b6222198c4defbe8c164ef780271d4f39cd3694e9b3f4829af9ccc0d9f04eb2aa4f348f768d09b83210fa5b6c0f2b23f22a25f986e04a1ebf
DIST v8-3.20.8.2.tar.bz2 46565730 SHA256 692132a9c1e692917d7cb86fbd764a2525da9252e4ddc84912b5d3226abe71a0 SHA512 4ed1b4ebed9fa72467a522681c079858d2e81163b74fb1511fc82200b76b1cafb0ca4024d5a1255c5916d36861fb518137e84a93571549e61fc544b756c78320 WHIRLPOOL 730e874bf0a611cbaf7c5951e57ef8e187fb4e275a1bf2cfe0d9b611ed5265ab5ad4fc00aa86cd155c32e04d6d265149652e798356f72227af11273a938e3e8b
DIST v8-3.20.15.5.tar.bz2 46722474 SHA256 229abf6f5c1e111b65ff218377511be6ce6c2cb94f71c719c4d13d17f7c1e014 SHA512 c9b28bc8a39b8bbe5ed6257eb4866d5eb3ae1481885b947fd98080444f562c3c18eb22790d7928f284ef74df89fc0dde2a528123f9ce90b3b3776ef73c6ac5f8 WHIRLPOOL 70e420367914606145e81402ac760836087cf6769ffcfe42cc530e111303b7e5a80ba3fdabaa1c6a2efb16b1b00d7785d72e8cec6fed747245fe8e31ad291a7d

@ -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-lang/v8/v8-3.18.5.14.ebuild,v 1.3 2013/07/31 08:47:17 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.18.5.14.ebuild,v 1.4 2013/08/18 03:12:49 steev Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@ -46,7 +46,7 @@ src_configure() {
fi ;;
arm*-*)
myarch="arm"
myconf+=" -Dv8_target_arch=arm -Darm_fpu="
myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
if [[ ${CHOST} == *-hardfloat-* ]] ; then
myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
else

@ -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-lang/v8/v8-3.19.18.18.ebuild,v 1.1 2013/08/09 03:44:33 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.18.18.ebuild,v 1.2 2013/08/18 03:12:49 steev Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@ -46,7 +46,7 @@ src_configure() {
fi ;;
arm*-*)
myarch="arm"
myconf+=" -Dv8_target_arch=arm -Darm_fpu="
myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
if [[ ${CHOST} == *-hardfloat-* ]] ; then
myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
else

@ -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-lang/v8/v8-3.19.18.9.ebuild,v 1.1 2013/07/10 00:41:14 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.18.19.ebuild,v 1.2 2013/08/18 03:12:49 steev Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@ -46,7 +46,7 @@ src_configure() {
fi ;;
arm*-*)
myarch="arm"
myconf+=" -Dv8_target_arch=arm -Darm_fpu="
myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
if [[ ${CHOST} == *-hardfloat-* ]] ; then
myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
else

@ -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-lang/v8/v8-3.20.12.1.ebuild,v 1.1 2013/08/13 03:56:22 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.12.1.ebuild,v 1.2 2013/08/18 03:12:49 steev Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@ -52,7 +52,7 @@ src_configure() {
fi ;;
arm*-*)
myarch="arm"
myconf+=" -Dv8_target_arch=arm -Darm_fpu="
myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
if [[ ${CHOST} == *-hardfloat-* ]] ; then
myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
else

@ -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-lang/v8/v8-3.20.8.2.ebuild,v 1.1 2013/07/31 04:34:22 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.15.5.ebuild,v 1.2 2013/08/18 03:12:49 steev Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@ -52,7 +52,7 @@ src_configure() {
fi ;;
arm*-*)
myarch="arm"
myconf+=" -Dv8_target_arch=arm -Darm_fpu="
myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
if [[ ${CHOST} == *-hardfloat-* ]] ; then
myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
else

@ -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-lang/v8/v8-9999.ebuild,v 1.47 2013/07/31 04:34:22 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.48 2013/08/18 03:12:49 steev Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
@ -60,7 +60,7 @@ src_configure() {
fi ;;
arm*-*)
myarch="arm"
myconf+=" -Dv8_target_arch=arm -Darm_fpu="
myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
if [[ ${CHOST} == *-hardfloat-* ]] ; then
myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
else

@ -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-ml/camlp5/camlp5-6.07_p1.ebuild,v 1.2 2013/02/07 19:32:09 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.07_p1.ebuild,v 1.3 2013/08/17 19:47:41 ago Exp $
EAPI="5"
@ -13,7 +13,7 @@ SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${MY_P}.tgz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="doc +ocamlopt"
DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]"

@ -0,0 +1,39 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Bio-SamTools/Bio-SamTools-1.380.0.ebuild,v 1.1 2013/08/17 14:02:59 patrick Exp $
EAPI=4
MODULE_AUTHOR=LDS
MODULE_VERSION=1.38
inherit perl-module
DESCRIPTION="Read SAM/BAM database files"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sci-biology/bioperl
>=sci-biology/samtools-0.1.16"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-CBuilder
virtual/perl-Module-Build
"
SRC_TEST=do
src_prepare() {
sed \
-e 's|my $HeaderFile = "bam.h";|my $HeaderFile = "bam/bam.h";|' \
-e 's|my $LibFile = "libbam.a";|my $LibFile = "libbam.so";|' \
-i Build.PL || die
sed \
-e 's|#include "bam.h"|#include "bam/bam.h"|' \
-e 's|#include "sam.h"|#include "bam/sam.h"|' \
-e 's|#include "khash.h"|#include "bam/khash.h"|' \
-e 's|#include "faidx.h"|#include "bam/faidx.h"|' \
-i lib/Bio/DB/Sam.xs c_bin/bam2bedgraph.c || die
perl-module_src_prepare
}

@ -1,2 +1,3 @@
DIST Bio-SamTools-1.33.tar.gz 332340 SHA256 b908b829b76097b4ee8015fe0271a2bd56a1bbaa2ca6698a96c741d80d2dfc70 SHA512 946407ee7bed66c43ce56c7e68fb4d2b790caa0d97aa8645e4243147e14a1ad1c4d96ce3a566d5520163328fd9934926b246473a1efbfd4cac32b1c7663e9a1e WHIRLPOOL d1a92ad3ae11e8441c59433180584921313fdacfe0e5e1ffe7afd0677fc723541889719b9ac428d81be1f48f90391633e07cfab1a2ffe7f6eb5f076eb60cc8af
DIST Bio-SamTools-1.37.tar.gz 335234 SHA256 27d60817018512c95f516b1c7328434756c9d651b200e2dcaf62f6c82f1ca220 SHA512 43a535b33a171f9faaf50d1cc9ca9c653dd8f4e3d7c030d3f5a839cefea19c6bb8e518d96605ef57cae195a6f98f55ced954be84f0b4a3c1c45b0290380e1ffe WHIRLPOOL 55c36936e0e45884332a54de4df07a0d3ed16fe4ace663e47eeb167aeeddeba9ef605acb2ecfcc62d2e813cb891cc8ad40488da7ae9b771dc15f7d5e428c4de7
DIST Bio-SamTools-1.38.tar.gz 335379 SHA256 c74137c1637624941ba445b0a6079b6136b84ec0c2352a3049eb41c5519405ef SHA512 b33631402dc2edb807ba65a1c1e34e18ebd95313eb380c515b40e73ffd9ce67e9d0099bfd86841756fa8af5ef1d500a84e248ccbce23921afadb6e24fec6a5be WHIRLPOOL bfa7ba26e605922697d0612eb599c5b1bf0e7987f949e1bd45b5d6b234d6374d20f5204ca59b3614d252bba52819243e0c0d0fc9498483b0150b6b29d8479d69

@ -1,24 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Date-ISO/Date-ISO-1.300.0.ebuild,v 1.3 2012/03/19 19:39:52 armin76 Exp $
EAPI=4
MODULE_AUTHOR=RBOW
MODULE_VERSION=1.30
inherit perl-module
DESCRIPTION="Date::ICal subclass that handles ISO format dates"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 ppc x86"
IUSE=""
RDEPEND="dev-perl/Date-Leapyear
virtual/perl-Test-Simple
dev-perl/Date-ICal
virtual/perl-Memoize"
DEPEND="${RDEPEND}"
SRC_TEST="do"

@ -1 +0,0 @@
DIST Date-ISO-1.30.tar.gz 7928 SHA256 ce069cedb950f5af7397ab3db5f46fd284effcf1545261436a81071de883c637 SHA512 7569dff66de95423a9aefcd3012ba1c20adb572cee5259d20593effa8d349d7f7e054f9984e17005449d8f62deb3fa197bb809775cc876e90e8861145d0e32c2 WHIRLPOOL 837539ca4cda9d7d1bcce41494197a5a9cc17e993af71206d2c4be6a1f3f8947de7ac7d69dd537d66961296ea534455417530f1a303cfe1c4c89a8f7cf5ef911

@ -1,9 +0,0 @@
<?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">Date-ISO</remote-id>
<remote-id type="cpan-module">Date::ISO</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,26 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Exception-Class/Exception-Class-1.370.0.ebuild,v 1.1 2013/08/17 13:48:53 patrick Exp $
EAPI=4
MODULE_AUTHOR=DROLSKY
MODULE_VERSION=1.37
inherit perl-module
DESCRIPTION="A module that allows you to declare real exception classes in Perl"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
IUSE=""
RDEPEND="
>=dev-perl/Class-Data-Inheritable-0.20.0
>=dev-perl/Devel-StackTrace-1.200.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.310.0
"
SRC_TEST="do"

@ -1,3 +1,4 @@
DIST Exception-Class-1.32.tar.gz 23702 SHA256 9bd0945929b0e2f5511eba3851265cd2ec7f1dc7412967755b5dc4b80fde9478 SHA512 94cdcd3a0732de7cb10e49dec76221f8eb8d8eace424ba4f2d9aa2b2523c7dd91342e62394d9f5500c792f7d08ff238a35836a0bd9c5b1cdae22034eb0f32567 WHIRLPOOL 0cedf9eed83ef7d7bafbc5fe4d1fa9d48fc9d2d2145a20370971aa18f8eb6a5bde17a701ee2b6eec23c6ad33cc61aa2308b1f239f6b09640966533c92ee9b6fd
DIST Exception-Class-1.35.tar.gz 23162 SHA256 63296f58b803408c62d2af78387b8fada41d8bb0a4ae74ea3f79f5b87e1e6e04 SHA512 e620b5023d1677971f738416f883a1c4cab6e32978f13d919c73ab8435b6017fd3bdb40c090fa70d75c449eade9f1f6333131f56504e2b6fd0d413e83a17af5f WHIRLPOOL 0fde61d365493dec46382a42b2e0153893ebd6e50c99a3b682bc6340ffbd80da69f5e222bd901827e0218c33c15d2a87d504aaeb8a35e75382fb01670f25c47d
DIST Exception-Class-1.36.tar.gz 22902 SHA256 d69891f9509ce2103756561d36ee459e475662ab5f8caae82b37aa269e74082c SHA512 865c7500c0c070c71f7b019333c35a9cf6d617df3f7add7f412d3da871181066fd2d95ffdff6ffa04855d9da91d552b35568642986a940216414442bd5dabdad WHIRLPOOL 48146f5640cd065db97a8f01b62d1922aa921b1c16b7d3b5190a42a6fd18d86303ef15cc446ffe553e57e00b449fdf26c7b884f2f6ccab942757513e009f5421
DIST Exception-Class-1.37.tar.gz 26457 SHA256 838b93c90a0bbd73d819dc7d3d854559880120b6878976fe2ab90a141d10cedc SHA512 611895065102e4dfb40667841af0aaec436128deba8b52627b50320ddfcc191ca1c83a5084f7c4de582137790b1527791bbcfea93b24bc5095f1150a9d6bae3e WHIRLPOOL a7ee68032f1f691053cc1eb5d7b710f4e528b1f3ba994fdd5cf3e8a3bd958bbb39fdd1ad2de7924c2a85e3a08044e1df43fca009d8297af578b4c649a9e46afe

@ -0,0 +1,23 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ImageInfo/ImageInfo-1.360.0.ebuild,v 1.1 2013/08/17 13:54:48 patrick Exp $
EAPI=5
MY_PN=Image-Info
MODULE_AUTHOR=SREZIC
MODULE_VERSION=1.36
inherit perl-module
DESCRIPTION="The Perl Image-Info Module"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND=">=dev-perl/IO-String-1.01
dev-perl/XML-LibXML
dev-perl/XML-Simple"
RDEPEND="${DEPEND}"
SRC_TEST="do"

@ -1,3 +1,4 @@
DIST Image-Info-1.32.tar.gz 224783 SHA256 0ee396f74b6d4441e42bbb0b997c321305d5a660c6af4db3fa1329900ebbd350 SHA512 d7bf9f7cf51e5f0889b79b95c14feecef797e0a082e1dc84dbe46b7f679d1eb39990df268f418bd96c1d0b132583cce7e662f52e5ebc30297ac84c7b73087ffb WHIRLPOOL 7d0a9e6b936239b0951625f334b25c46728d9d453ac2c887cae96c9cf380d6a6eb4ae7dd9a7c2f83aaef46357d83ff5f559658130fb4e652000004f74a9499cd
DIST Image-Info-1.33.tar.gz 208927 SHA256 9bce4c2432fd91042583e1a6a8213b5f022555307c8a7f191c47bdeb9db3e5f3 SHA512 b14e48375e91e195c4c10fe30b5c9792ac4321e247866f8f3f7fa4965316b4cb766f065a7c4c1fb31e89e73014d44057b60a2422d69a2cada0cfb263664bbeea WHIRLPOOL 8cffb035c7e4f2e5089b425071d90055cf4eb43ca5c31113f6853952eaa0d66b7f70ba98d5f3326cb5aba905e1cd34917178f5eb8ca27e739234e3ba416c264b
DIST Image-Info-1.34.tar.gz 211385 SHA256 e8cd058bc5be384c408bbaf71407989ce6680bb0519ad6187d229ccdd14c686a SHA512 3547c9f3c4c14b478fee4da88fb3b6d70f1aea55a20abfd590e896d3e369997667ffdab723ae0ae6df8d37595ba2357fa92c8991ce3ab5dd575c0901802875e9 WHIRLPOOL 8bf69aeb883d229a2d3f5b5ff1fad1c123d5789cedd1587f874315ea4abb6fca8e029fb3ba6ceba363b1385499202511716b76287d8a972f05e689b7c9a32c24
DIST Image-Info-1.36.tar.gz 260867 SHA256 5f02738fa0e8885d5968ff299d194acdd419a7fbad1ec07ad7391cab012635e8 SHA512 e0e94be4d546fa630089180873db82f10065d53025409944855052bac63c5c56a813dd520de2206e07e468941b5d4857a836c6a8a1208af4f9c0dfd1a01eb8ef WHIRLPOOL 5ccd4ec321ec178d3e4356c8ea7cae1743b40c724fb20af990cdb1907406ea6b9c63e522fae19b2f346e849f790a9707ef5325c9a8c7bbf37b1023481cb5aa47

@ -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/Lingua-EN-NameParse/Lingua-EN-NameParse-1.310.0.ebuild,v 1.1 2013/08/17 14:18:02 patrick Exp $
EAPI=4
MODULE_AUTHOR=KIMRYAN
MODULE_VERSION=1.31
inherit perl-module
DESCRIPTION="Manipulate persons name"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="dev-perl/Parse-RecDescent"
DEPEND="${RDEPEND}
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)"
SRC_TEST="do"

@ -1 +1,2 @@
DIST Lingua-EN-NameParse-1.30.tar.gz 22774 SHA256 88a118f432343fd39d6a49bf3d67b7da86ba8a58a62fa6c24d9e3d0b09a6e9eb SHA512 0276567ec18959f658b6d22e4e269e42ae7dc548902bdba792eb57a0f7d14ae3d31b524bd40c06335d56fa9f9ab92432543d4c39846afa84a817f827b82bdf57 WHIRLPOOL a4a14205fd3ea235214193102729c02c59543aa6daac4c8751da6936153e808a544f03e8911f3ae03f45686364a4c7ad71a7c3b03771a6cf4a11d7ed0b5d8d58
DIST Lingua-EN-NameParse-1.31.tar.gz 27615 SHA256 874e589130baae7e0f83345887f9af64a71b58cd35cc7cbb4adae5d96c9ccd85 SHA512 621656784554bace6dcda030801fe49dd0f6d7157190b07cbb06f1899c4307b3f8edbd603a075943f75650fc7d6687a243ffb8e3ffa497185c314ea4d921add4 WHIRLPOOL 408c538e4931b1f88cb2c133df123d0995417cb25a1cc5a802c75556ab5ad608039da9351557a9fab5b7afc79f9dedcefcedc3c8a634847bfaf6d2a1f652815c

@ -0,0 +1,25 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Charset/MARC-Charset-1.340.0.ebuild,v 1.1 2013/08/17 14:07:21 patrick Exp $
EAPI=4
MODULE_AUTHOR=GMCHARLT
MODULE_VERSION=1.34
inherit perl-module
DESCRIPTION="convert MARC-8 encoded strings to UTF-8"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="
dev-lang/perl[gdbm]
dev-perl/XML-SAX
dev-perl/Class-Accessor
"
DEPEND="${RDEPEND}
test? ( dev-perl/Test-Pod )"
SRC_TEST=do

@ -1 +1,2 @@
DIST MARC-Charset-1.33.tar.gz 190024 SHA256 5ba98157b632337a4ae982af35604883d1cf32ca7b2d8dec6f41828685332799 SHA512 7f0ed382262555ba345461da70bbfa3672aeb79a395a1c736288607419b9266fb4e016a6e318d12000cdfd5affbf2bb1804a8e2c1c89c41a3a1666400805d9d9 WHIRLPOOL 1a76c580980f10d8283d6142cc2a672aa1f3fbe2a034c3316d83c9dade1f4d53e012798d5bb8e8c910e1f67c63ef28452ce7c74550b6a86954231ce3e8babd25
DIST MARC-Charset-1.34.tar.gz 191865 SHA256 d131b79153ecfe91877c883e6f2f209c72196169d87312e5b0c0f24837eb1ac7 SHA512 6e016f1ecd886c75bf64153a15acdfa973ebdee1f7d69be42c758aa8539c4f5a08839b0990e9d749973282911f645f6a18ac580f9de347a00cd2236f6398694b WHIRLPOOL fc233a13453ef32930f4aff8a9d79779b364c1ee4fc5471b401bb6768c317a836cab674c2b3c4697ab87bc5b3204c9ab6e2783244dce47be726b398cba2ed78f

@ -1,2 +1,3 @@
DIST Nmap-Parser-1.21.tar.gz 38942 SHA256 8ba5ade800c42aaddf638150d94a54fab4329c014d6fef09d06e2e72003c9a7c SHA512 ed966831b00ad26f669b129df44c8b2f2987da69f538e5adef7ccfe3e6d7e738b275035446c5d9101529fc186fc113f100c436543684c47035803afbd95ae5d6 WHIRLPOOL dc6a6db563ad0b0f5ca9318481b3cbbe7ff8953fa59e79e107a0b82ff28da26b7513491111eb10859a8ce6b92096e49e97f400e617c43540fd9b3415f240e924
DIST Nmap-Parser-1.3.tar.gz 41171 SHA256 d9932bf60de25f3d6516c08f9d280d067bc6ad1c47f6a453a53fc6431fc9da28 SHA512 aae1b3bcc13d27c27c7d91e19b8bcf96b9b52b417447bf54e08a63100877ee9253ede4f4a65ba5e3e74f6690c00947980ab6deb5e4b8d223b99d02f4b864eb19 WHIRLPOOL b19fb1246c81d2fa94c2e1493ba6c8439f3ce3f28baa332fe6c8c32be782338c8d99c9b8d0e964e9d5187f7bedad0204f69f40621ab3ec9b54c30e3cfe999d0b
DIST Nmap-Parser-1.31.tar.gz 41123 SHA256 92290ca5962edc66bdd91ee598d04b57e81f9f44b8735866f7a27b0d0e0aecb6 SHA512 156932f4cad124579d419d18917ab0307271eded5de5aa31ad155ee6ac5923c4d86e860361546ab5431c6b9a8e38d5b4757807b3d077362f6f7db84b68e06519 WHIRLPOOL 27bcb6e812e0f26267a4cd599489d3470536c19bcf49ede3aa16558886071d962c1164c40318c73a7f8eb506cdd1106776a5bf8f569dc0d2627706ba93559445

@ -0,0 +1,23 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/Nmap-Parser-1.310.0.ebuild,v 1.1 2013/08/17 14:25:27 patrick Exp $
EAPI=5
MODULE_AUTHOR=APERSAUD
MODULE_VERSION=1.31
inherit perl-module
DESCRIPTION="Nmap::Parser - parse nmap scan data with perl"
HOMEPAGE="http://nmapparser.wordpress.com/ http://code.google.com/p/nmap-parser/ ${HOMEPAGE}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="virtual/perl-Storable
>=dev-perl/XML-Twig-3.16"
DEPEND="${RDEPEND}"
SRC_TEST="do"

@ -1 +1,2 @@
DIST SOAP-Lite-0.715.tar.gz 233829 SHA256 77d837c405e9ff0d665532673c3e3f978e95e543d22d167323334a929eeb0145 SHA512 e83258c4058bfa25f27a6e920ea15a4e180fafdaf1084de7923bb939ffc017350ae565d9c1a76d3c749c051428734f292b2f5d14a93ed8a9d948a2bc3887b0e5 WHIRLPOOL 16b9741c1aae699e6df76ef28301f5130575869ad1c453fd6be6292b555e53f5e28474518d86390637360712ebabfd31fcc27ae4ddf92ca6124e2cbe08326c7c
DIST SOAP-Lite-1.04.tar.gz 222598 SHA256 30dd8240cc79e58d3fa4d314f9bde174ca90a481ab5904f58c84bc8812bc7887 SHA512 3f9ac332ff1b914b9de155c9662f46838aaec8c0a45b29f8eac383286eea63bebfc6a4a5124dec14292176c45c6cc35ba06657a03cc0d3b1331fe9a9d6f17eaa WHIRLPOOL 5d1a9e595d83eaf82a2be4cb2a0afaf8c1fbe744433ab1e70e40ef8e522cb54e11ce0917ea1858a55d353da86290f95137690e2021d78f842c9ff4537f3df3c0

@ -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/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0.ebuild,v 1.1 2013/08/17 13:33:07 patrick Exp $
EAPI=4
MODULE_AUTHOR=PHRED
MODULE_VERSION=1.04
inherit perl-module eutils
DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
IUSE="jabber ssl"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
myconf="${myconf} --noprompt"
# TESTS ARE DISABLED ON PURPOSE
# This module attempts to access an external website for validation
# of the MIME::Parser - not only is that bad practice in general,
# but in this particular case the external site isn't even valid anymore# -mpc
# 24/10/04
SRC_TEST="do"
DEPEND="
dev-perl/Class-Inspector
dev-perl/XML-Parser
dev-perl/libwww-perl
virtual/perl-libnet
dev-perl/MIME-Lite
virtual/perl-MIME-Base64
ssl? ( dev-perl/Crypt-SSLeay )
jabber? ( dev-perl/Net-Jabber )
ssl? ( dev-perl/IO-Socket-SSL )
virtual/perl-IO-Compress
>=dev-perl/MIME-tools-5.413
virtual/perl-version
"
RDEPEND="${DEPEND}"
src_test() {
has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2
perl-module_src_test
}

@ -1,2 +1,3 @@
DIST Set-Object-1.28.tar.gz 72530 SHA256 f3c5b47f5c773aba0f6fe8ade8519a81763dda8674317d484f159bb6e7805118 SHA512 690ee086b0a1465b373e6773f7d4a1d54349ce09b99b3a4e30454cb70ccd3a5b38867519a59769373b226f11a53d5177f61c068c1066d7f50bcdcac571f6fc8e WHIRLPOOL 6306b380edb8eb99733e172dadfb8d9ece5938861a618f9705bfb0701b3060a70bf85f205424975507bd439cf07b3f833ec75431ae40f432948c5e587f146eb6
DIST Set-Object-1.29.tar.gz 70370 SHA256 b7c6760013a1394be2569ce3889572e8e25ad607ea8449149cd7ff3d9a88e0ee SHA512 1b05be2389537fe65733bb975bbca53ec854c929b06a4a69183619d6fd3aca0ea417d9541cf28da76a4bbce2659e78815014e5396f52222a0248c68e8c7b2849 WHIRLPOOL 7bc8e07c7c32241e3950826093f31fe5f8708cd720bf0b365eccf4b658d50943b584050f9cf8bd611b3d9046bf14403563a9540aa40838b9908edff2d591313c
DIST Set-Object-1.31.tar.gz 75019 SHA256 a7497a7f99fb3e7e3f434c5cdccf3a64c63c2e97504bba22a80a43d3a62ad13a SHA512 57c9d97e1b10c766b652b74d8262e1a809df28f4f214a40344c077cd479fa26efdf1c63f2e5bb954d1502fac53153fa2fdcec8a98015d9320959266dcdef57c3 WHIRLPOOL 63fb958589d00d7663af236658f032ab387c6c974460d79420395ff2c2ce163f098a561dd5635e89f9d45ddfc234b81a079cb5c186f5d2928cb3312b225f8782

@ -0,0 +1,18 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-Object/Set-Object-1.310.0.ebuild,v 1.1 2013/08/17 14:21:45 patrick Exp $
EAPI=5
MODULE_AUTHOR=RURBAN
MODULE_VERSION=1.31
inherit perl-module
DESCRIPTION="set of objects and strings"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_TEST=do

@ -1,2 +1,3 @@
DIST Test-WWW-Mechanize-1.28.tar.gz 18564 SHA256 ac1c6990f3b12ad8237af574701f9af5db0de7dd0a7175b69b65e11a4df703c1 SHA512 1706e8c0ee2d90dcb87b2156ec361a52641b7031cfdfb139a421d9753f5880c1fee1f3642359d115a66fd6a125439411f7e0bc274ef39eeacd398dd223745638 WHIRLPOOL 29b6c54d0ac5576460e4c29be8fe041ac4f7b4b187d65fdb452c6446a10731df1016ed898dda48e3b9f44652b0dcc6c8daae96cdac0ac578678a330aa1f1f375
DIST Test-WWW-Mechanize-1.42.tar.gz 25726 SHA256 05cd8e23714d5e9278b46cb341f8b7b2496b860c45578513327450cf2f80e0e7 SHA512 6a74381b57dd46f6696190606039549f83e36a1cb0f1575624823f88e791fa262bdeb6fb1ddeeb61a09fcbc821646c4762b6067438536739e3f3bfe040032e2e WHIRLPOOL 5e231f4984ef5804aa70c41b31e9f14017786735ef8c69a23b6fe84ae5343b8483125d6d0cbe96d63c007297802362eb3add0156499de95b2c05188e0ef11820
DIST Test-WWW-Mechanize-1.44.tar.gz 25824 SHA256 58d00b999b3c7f1eae879d54e112fb3c7525d25517cb10f81a87e92d88905718 SHA512 ab6f8c210a42ef14cd83bc4644a338f76d2e0c908855fe4fbf03b2dc3376476e418b5e71a080cf889b0c6a8f20185def1b54568e1cb2ba130fe484516614393d WHIRLPOOL bb1756cd1980ade7274aeaf9c93ff1bc71526d374f1fe2f87390ed60a60c5f85c51a9eac27e5611c217432d7daf4c07c5d9a44fb1fa334988973772ddbbdaab3

@ -0,0 +1,33 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-WWW-Mechanize/Test-WWW-Mechanize-1.440.0.ebuild,v 1.1 2013/08/17 13:32:07 patrick Exp $
EAPI=4
MODULE_AUTHOR=PETDANCE
MODULE_VERSION=1.44
inherit perl-module
DESCRIPTION="Testing-specific WWW::Mechanize subclass"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND="
>=dev-perl/WWW-Mechanize-1.680.0
dev-perl/Carp-Assert-More
dev-perl/URI
>=dev-perl/Test-LongString-0.150.0
"
DEPEND="${RDEPEND}
test? (
>=virtual/perl-Test-Simple-0.960.0
>=dev-perl/HTTP-Server-Simple-0.350.0
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)
"
SRC_TEST="do"

@ -1 +1,2 @@
DIST Text-CSV-1.21.tar.gz 58647 SHA256 845bd10486d2124abcce62c681431c842efe1d0025f3c18ced60082d071a2302 SHA512 8f4192ebedd3080622c957bdaea8320ee9d7074f1c28108dd9680dfe4ddcbb955b55fad7a7900c710649c9f1a4a36eb70e6b65d4c82a01df505cd9ef9d3163f2 WHIRLPOOL 941207471a9725a1f2200a50b204ebe38997c4cd9e4225d376312830668b72bcec88530345b28972c8bc700ef81d5617a6cb6ea0c3ea6aef12b679e09b9da113
DIST Text-CSV-1.32.tar.gz 62294 SHA256 b49fea66d75a1419a76b0b2b30144d97e1f69728928c06ed08405874fd8ff9af SHA512 c6f510bc14884300795c93c192581960712ce4c9757785a33991adddbffa78a65263b2497755f2a4492537b3484b823d24ca23642f03954b84b0ed815043239c WHIRLPOOL 54f4ccc785fd585080e223bb3705f44f863741d120b9b47038d9616bafbdfa581f26dbbf74506b99674a1b18966687637c769a13bb2fc63fac9fca7f00daed45

@ -0,0 +1,20 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.320.0.ebuild,v 1.1 2013/08/17 14:09:22 patrick Exp $
EAPI=4
MODULE_AUTHOR=MAKAMAKA
MODULE_VERSION=1.32
inherit perl-module
DESCRIPTION="Manipulate comma-separated value strings"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
RDEPEND=""
DEPEND="test? ( dev-perl/Test-Pod )"
SRC_TEST=do

@ -1,2 +1,3 @@
DIST Glib-1.262.tar.gz 283989 SHA256 2a4755e06de4f0e517b94c887757a5b36e0a1c9a21a95fd5b444e2cf02545db1 SHA512 73768bbf39e0cff843cc149826fae8da2fa49a6f9a312ed4ffd4a3b133dc8f525b476946daf878e4c8a8667adb214a8767a838f37c24de45237e00abdbbd77eb WHIRLPOOL ba92a74282921df23b0057e22b38c777f8e1d9537e34530f6c3e39b023a65a16a4fee584bbac3bef2344396c9126b317a9e2c82b7da7dc778f6ee2c4d7306a9b
DIST Glib-1.280.tar.gz 285478 SHA256 392cf0c1442dc7e2d6e75ad4788e955f939cdbdd2c3441a760c4d650e44df1b9 SHA512 7a1b4c0374da3bf4a83fffe5306241b52cba7f3ca7cd58bed2cc298a5fd4c7a0d1cfd648719ca0440f44a9f1cb1f4fbd7f296617a6e85c27d22c95a4b7cce852 WHIRLPOOL b8aa06cc823af7cd5f2f35b93763d4204120bf5e44e0a9f7b386afa51fc470501314ae9cb8529e897460b5f3b5ed4f2ba6ffad5f7ba67117b2aa85c37d4692a8
DIST Glib-1.301.tar.gz 284547 SHA256 1df55a02c4d173ff4e417503b67e6d7896409966a1560d3bb2b4e50f658a9376 SHA512 f69de4bd9d3ecca0018d1f8a2fddb81a88529580ddbede3beaf2d3f9c2867eb127e8c1f7433f5bc2933a6adbe6265390c7e4d46592357a8414efbef6f4d9c2e7 WHIRLPOOL 27fccd60371629ec0d65822e8ada2af3c8d2da24bc4c8482413888303fc9fab41ea167375a783d3dafede75db95c4bcbf03cfbcde0f4e85f094d4d5491da4fb5

@ -0,0 +1,27 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/glib-perl/glib-perl-1.301.0.ebuild,v 1.1 2013/08/17 14:26:28 patrick Exp $
EAPI=5
MY_PN=Glib
MODULE_AUTHOR=XAOC
MODULE_VERSION=1.301
inherit perl-module
DESCRIPTION="Glib - Perl wrappers for the GLib utility and Object libraries"
HOMEPAGE="http://gtk2-perl.sf.net/ ${HOMEPAGE}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
RDEPEND=">=dev-libs/glib-2"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-perl/extutils-pkgconfig-1.0.0
>=dev-perl/extutils-depends-0.300.0
"
SRC_TEST="do"

@ -1,2 +1,3 @@
DIST Net-SSH-Perl-1.34.tar.gz 114507 SHA256 6e8dd1a03f8673d6d210a0c9adf44067b0e4e741c63b47b8e9db2257973425b6 SHA512 6d9246a4ee799d18d79301d79b0325daa6fa4563dd8a5567b9aae80da6c12eb2b7b2476000fe75ce9943bd8b666fa7c631fff993368f22ba3e7fac149451feb6 WHIRLPOOL 53b3e2445749112cae3989035f8de5c7bb4c755aa93554e441fb24bf02ab057b0aadce58de1e5ef6c826f0f4558ae9d59148b30ae082f5269e4b4c8759c1a636
DIST Net-SSH-Perl-1.35.tar.gz 113835 SHA256 198558d2a434dda9263f78b03458b2cad9756bc3de082b7297f200d1b5d8a116 SHA512 5b934b63111ea23fa62228192482d84811fbe6be80701b5a67a486ae84795f5bc031ceb0e7b31f1bc1b031aaf26f5f90d6bab1fdd355949de2d5f423041dd06d WHIRLPOOL 1b8dd779ece32a50e0ddfec7a16de3c2138ca73f39609b9444be1d3d4b26e8c1c24706217d0813386d68a2bbe11005d8635f52830d660409697d3241fc587912
DIST Net-SSH-Perl-1.36.tar.gz 117219 SHA256 18c84300105ada6617f840b2e9a233a4584a2e86c3706ba536f7d2fa0e4969da SHA512 4157d10a8dc107af17ab711102dea79b4b0b598d6c15d6f350f3a2eaf9be917c4410885d38de0dab4bbf1277875f03d5b10ca7350ba1300fdffc385c430c588f WHIRLPOOL 1cea741e7b9583c6deca11882d11e6dedf909695c457f3e6f8f2032e89cc9a7442ea14289491693d2112ee32e06b62419f4c7fef1a21ea721276fd0ed4f16447

@ -0,0 +1,40 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/net-ssh-perl/net-ssh-perl-1.360.0.ebuild,v 1.1 2013/08/17 14:08:55 patrick Exp $
EAPI=4
MY_PN=Net-SSH-Perl
MODULE_AUTHOR=SCHWIGON
MODULE_VERSION=1.36
inherit perl-module
DESCRIPTION="Perl client Interface to SSH"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~x86"
IUSE=""
DEPEND="
virtual/perl-Digest-MD5
>=dev-perl/string-crc32-1.2
>=dev-perl/Math-GMP-1.04
>=dev-perl/math-pari-2.001804
>=dev-perl/Digest-SHA1-2.10
dev-perl/Digest-HMAC
dev-perl/crypt-dh
>=dev-perl/crypt-dsa-0.11
virtual/perl-MIME-Base64
>=dev-perl/convert-pem-0.05
dev-perl/Crypt-Blowfish
dev-perl/Crypt-DES
dev-perl/crypt-idea
dev-perl/Crypt-OpenSSL-RSA
dev-perl/crypt-rsa
dev-perl/digest-bubblebabble"
RDEPEND="${DEPEND}"
#src_compile() {
# echo "" | perl-module_src_compile
#}
SRC_TEST=do

@ -0,0 +1,67 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.11-r1.ebuild,v 1.1 2013/08/17 21:20:30 mgorny Exp $
EAPI=5
# py2.6 requires ordereddict that's not packaged for Gentoo
PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )
inherit distutils-r1
MY_PN="Chameleon"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Fast HTML/XML template compiler for Python"
HOMEPAGE="http://chameleon.repoze.org http://pypi.python.org/pypi/Chameleon"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
python_prepare_all() {
# https://github.com/malthe/chameleon/commit/710e0dba76da2
cat > MANIFEST.in <<_EOF_ || die
recursive-include src/chameleon/tests/inputs *
recursive-include src/chameleon/tests/outputs *
_EOF_
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake html
}
python_test() {
esetup.py test
}
python_install_all() {
use doc && local HTML_DOCS=( _build/html/{[a-z]*,_static} )
distutils-r1_python_install_all
# delete_tests_and_incompatible_modules() {
# rm -fr "${ED}$(python_get_sitedir)/chameleon/tests"
#
# if [[ "$(python_get_version -l --major)" == "3" ]]; then
# rm -f "${ED}$(python_get_sitedir)/chameleon/"{benchmark.py,py25.py}
# fi
#
# if [[ $(python_get_version -l) == "2.5" ]]; then
# echo "raise SyntaxError" > \
# "${ED}$(python_get_sitedir -b)/chameleon/py26.py"
# fi
# }
# python_execute_function -q delete_tests_and_incompatible_modules
#
}

@ -0,0 +1 @@
DIST flask-peewee-0.6.5.tar.gz 702466 SHA256 7b39fac44b86e057a44fc059193e444cefbf3aa7807ba3022fa090ac50ce89c2 SHA512 4e1f01d78d1c778cd95a784920d8cfbddc712b8224d93cd0dfe566ee007b781dc4b353bb27c4240475234660363b2b77093d504bf5ef90f358e116f8373020d5 WHIRLPOOL 14e89a5cdf83dbebe377eead7fefcbc56463c889f753fb56198808f0c739c67a68e39c8ff3ad0a304d0843f99147a9771bf0769a731ad28e2d07d28ae084824f

@ -0,0 +1,32 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-peewee/flask-peewee-0.6.5.ebuild,v 1.1 2013/08/18 02:59:11 patrick Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
RESTRICT="test" # broken
DESCRIPTION="Flask integration layer for the Peewee ORM"
HOMEPAGE="https://pypi.python.org/pypi/Flask-Admin"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/peewee
test? (
dev-python/nose[${PYTHON_USEDEP}]
)
"
python_test() {
nosetests || die "Testing failed with ${EPYTHON}"
}

@ -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,3 +1,4 @@
DIST Logbook-0.4.1.tar.gz 96055 SHA256 5aef26127b55187c8109492c10f71f67c2706e940681f7e374cbeacfc90ed3ab SHA512 7eb92b6ed01a0b88bafa5057cd22e42129f3d7c8e52a994287ad5e0680562fd565e2029bb685a0db1f09a9d325321c385bf607ab04a5dd94a536ea37d1903970 WHIRLPOOL 2997c1de17e677492e014196517e91a6980506828cdbab06a4a8057dcd8582d15c1e5f830116306cd7d27b75c9d528973dd6203cda9c0b7dd197acb34f44d696
DIST Logbook-0.4.tar.gz 65470 SHA256 3f5942e841c3b77e1b0b00a4cca4197db76bd0fe0356851f30f0a58a9494ba66 SHA512 dd066bc7332cac975cc655918a0e09b6cbe310fdf97d8b8a2d4246be435c06d16d48085a771adf2a12206b2ea5248506d34727b7b3783c07a4d37cdd859652dd WHIRLPOOL 22d501be6eea0733e9ed9634663bca73b7e1c7d2154d98660fe501cebba7820f3f602b18f04ef5c0db70b99cc63ad2d3a3b1e630d7df64d0505abafb1d68ffcd
DIST logbook-0.4.2.tar.gz 99723 SHA256 fa1f96672c3f1b6f71f9eb5dcb152e488c11310cec46371c793440955cffa6e8 SHA512 17c05967df9333fb3b42a6dd2cbb0ee356878ea8dc38ef19b2bdbc39c5bf7f49e52841b36f8857c3a0013e79bd41f6b1334f25d466207f8073df97ee96a73a03 WHIRLPOOL 880b85c0f1077a3a980816e48468aa9f8fa76df185694692717e4b08d1e07164d4b4c8ea8ca9fec9f47214ad8927a518d68914a8aadf9311bb7a88f83b0fa5b1
DIST logbook-0.5.0.tar.gz 99117 SHA256 b67b8ac7972163a2eb00f2462b474d4f149449fccb1015d61467baf279499f9f SHA512 60f7849acf686ffe4d071da6a833c227606b06194bb0c4bb67172a71cbca3c1cb2f56fb690dca8a28037d1323b66f489d050f647ba67117b074215c57641b39b WHIRLPOOL 9b2aad3f786db2c741d878b977975793ea655c4303629089061fe7010b4f3d08ff97fd4d1ac6d3503dc79255e64b208c03920078ef3294982569a512cf7eafca

@ -0,0 +1,50 @@
From 41dc7b9af1841b0005051ad81ab36ed2e062d663 Mon Sep 17 00:00:00 2001
From: Rotem Yaari <vmalloc@gmail.com>
Date: Sat, 17 Aug 2013 22:43:39 +0300
Subject: [PATCH] #91: Fix broken tests on pypy
---
.travis.yml | 1 +
tests/test_logbook.py | 2 +-
tox.ini | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index ee3f457..b0aaea6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ python:
- "2.6"
- "2.7"
- "3.3"
+ - "pypy"
install:
# this fixes SemLock issues on travis
diff --git a/tests/test_logbook.py b/tests/test_logbook.py
index 6d1a301..a1da11c 100644
--- a/tests/test_logbook.py
+++ b/tests/test_logbook.py
@@ -99,7 +99,7 @@ def make_record():
errormsg = str(caught.exception)
self.assertRegexpMatches(errormsg,
- "Could not format message with provided arguments: Invalid (?:format specifier)|(?:conversion specification)")
+ "Could not format message with provided arguments: Invalid (?:format specifier)|(?:conversion specification)|(?:format spec)")
self.assertIn("msg='Hello {foo:invalid}'", errormsg)
self.assertIn('args=()', errormsg)
self.assertIn("kwargs={'foo': 42}", errormsg)
diff --git a/tox.ini b/tox.ini
index 694cd51..2b52a28 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py26,py27,py33,docs
+envlist=py26,py27,py33,pypy,docs
[testenv]
commands=
--
1.8.1.6

@ -0,0 +1,39 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/logbook/logbook-0.5.0.ebuild,v 1.1 2013/08/18 08:46:31 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_3} pypy2_0 )
inherit distutils-r1
DESCRIPTION="A logging replacement for Python"
HOMEPAGE="http://packages.python.org/Logbook/ http://pypi.python.org/pypi/Logbook"
SRC_URI="https://github.com/mitsuhiko/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
DISTUTILS_IN_SOURCE_BUILD=1
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( virtual/python-json[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}] )
doc? ( >=dev-python/sphinx-1.1.3-r3[${PYTHON_USEDEP}] )"
PATCHES=( "${FILESDIR}"/${PN}-0.4.2-objectsinv.patch \
"${FILESDIR}"/${PN}-0.5-pypy-test-fix.patch )
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
nosetests -w tests || die "Tests failed under ${EPYTHON}"
}
python_install_all() {
use doc && HTML_DOCS=( docs/_build/html/. )
distutils-r1_python_install_all
}

@ -1,3 +1,4 @@
DIST matplotlib-1.1.1.tar.gz 33704843 SHA256 63b275eb8d98903264557ffbd6ec0fee2c31b5badb3678fce1ac7044594620ab SHA512 838977c1f57f9cfd10a3cd8935a5640bca25135b2176cb83286f309d57690cca7d6ec78c552c04067b3ded10f0358b92bb2387c018ecdb38ac30f661c4a67588 WHIRLPOOL d0fcc5a7f4d54c12a5b227b78b3977bb6822a61cf50f17d057458dab616ca293201d78e3ec5f1cb8722ee8a262ae2a252cb967a6bf24f7803841fb24831c4a96
DIST matplotlib-1.2.0.tar.gz 36893347 SHA256 48fdb3b8f27010bc81ccf3925032768d499f82be979d9b6edccc4e2cced4dcaf SHA512 5b1a0fb52dcb21ca5f0ab71c8a49550e1e8cf633552ec6598dc43f0b32c03422bf5af65b30118c163231ecdddfd40846909336f16da318959106076e80a3fad0 WHIRLPOOL 586001ebb8e03bba9c83d30cc875db564d8c7091e086e343a8221123f2ccb3252110a3e2962045ba3a7bddc0b1362fba375f3138f8ae50dcc25338f60c8bf4a0
DIST matplotlib-1.2.1.tar.gz 38446200 SHA256 52e18972aed85f30b05cef41778ec77685df6012f0598cd216e996de9b9ea29b SHA512 497f91725eaf361bdb9bdf38db2bff5068a77038f1536df193db64c9b887e3b0d967486daee722eda6e2c4e60f034eee030673e53d07bf0db0f3f7c0ef3bd208 WHIRLPOOL 9760409051c567411520a5fb26f38cbe8bf1d62353cf82b32b3bdf3ab41f24964632fff68d9dda120bb0be8442a8661e2887383e6d9aaef41b39e8762819e99c
DIST matplotlib-1.3.0.tar.gz 42098180 SHA256 3e37044911245d7d881ddab0152cfec463c597b9a207c7f87021b8f40e1cbd98 SHA512 990e3a155ca7a9d329c41a43b44a9625f717205e81157c668a8f3f2ad5459ed3fed8c9bd85e7f81c509e0628d2192a262d4aa30c8bfc348bb67ed60a0362505a WHIRLPOOL f144b12ec8c0900ae20d39e0b01376ba52886dd7ded2d0b36a16ff0d59c0f9af946c95e3bb3fec7e4a589326ec6986afee70ff0905739e1912469122f45029a6

@ -0,0 +1,195 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.3.0.ebuild,v 1.1 2013/08/17 23:27:32 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_REQ_USE='tk?'
inherit distutils-r1 eutils flag-o-matic
DESCRIPTION="Pure python plotting library with matlab like syntax"
HOMEPAGE="http://matplotlib.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
IUSE="cairo doc excel examples fltk gtk gtk3 latex qt4 test tk wxwidgets"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
# Main license: matplotlib
# Some modules: BSD
# matplotlib/backends/qt4_editor: MIT
# Fonts: BitstreamVera, OFL-1.1
LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
# #456704 -- a lot of py2-only deps
PY2_USEDEP=$(python_gen_usedep 'python2*')
PY32_USEDEP=$(python_gen_usedep python{3_2,3_3})
COMMON_DEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/python-dateutil:0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
media-fonts/stix-fonts
media-libs/freetype:2
media-libs/libpng:0
gtk? ( dev-python/pygtk[${PY2_USEDEP}] )
wxwidgets? ( dev-python/wxpython:2.8[${PY2_USEDEP}] )"
# internal copy of pycxx highly patched
# dev-python/pycxx
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
doc? (
app-text/dvipng
virtual/python-imaging[${PY2_USEDEP},${PY32_USEDEP}]
dev-python/ipython
dev-python/numpydoc[${PY2_USEDEP}]
dev-python/xlwt[${PY2_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
dev-texlive/texlive-latexextra
dev-texlive/texlive-fontsrecommended
dev-texlive/texlive-latexrecommended
media-gfx/graphviz[cairo]
)
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND="${COMMON_DEPEND}
virtual/pyparsing[${PYTHON_USEDEP}]
cairo? ( dev-python/pycairo[${PYTHON_USEDEP}] )
excel? ( dev-python/xlwt[${PY2_USEDEP}] )
fltk? ( dev-python/pyfltk[${PY2_USEDEP}] )
gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}]
x11-libs/gtk+:3[introspection] )
latex? (
virtual/latex-base
app-text/ghostscript-gpl
app-text/dvipng
app-text/poppler[utils]
dev-texlive/texlive-fontsrecommended
)
qt4? ( || ( dev-python/PyQt4[X,${PYTHON_USEDEP}] dev-python/pyside[X,${PYTHON_USEDEP}] ) )"
PY2_FLAGS="|| ( $(python_gen_useflags python2*) )"
REQUIRED_USE="doc? ( ${PY2_FLAGS} )
excel? ( ${PY2_FLAGS} )
fltk? ( ${PY2_FLAGS} )
gtk? ( ${PY2_FLAGS} )
wxwidgets? ( ${PY2_FLAGS} )"
RESTRICT="mirror"
# A few C++ source files are written to srcdir.
# Other than that, the ebuild shall be fit for out-of-source build.
DISTUTILS_IN_SOURCE_BUILD=1
use_setup() {
local uword="${2:-${1}}"
if use ${1}; then
echo "${uword} = True"
echo "${uword}agg = True"
else
echo "${uword} = False"
echo "${uword}agg = False"
fi
}
python_prepare_all() {
sed -i -e 's/matplotlib.pyparsing_py[23]/pyparsing/g' \
lib/matplotlib/{mathtext,fontconfig_pattern}.py \
|| die "sed pyparsing failed"
distutils-r1_python_prepare_all
}
python_configure_all() {
append-flags -fno-strict-aliasing
}
python_configure() {
mkdir -p "${BUILD_DIR}" || die
# create setup.cfg (see setup.cfg.template for any changes).
# common switches.
cat > "${BUILD_DIR}"/setup.cfg <<-EOF
[provide_packages]
pytz = False
dateutil = False
[gui_support]
$(use_setup cairo)
$(use_setup qt4)
$(use_setup tk)
EOF
if [[ ${EPYTHON} == python3* ]]; then
cat >> "${BUILD_DIR}"/setup.cfg <<-EOF
six = True
fltk = False
fltkagg = False
gtk = False
gtkagg = False
wx = False
wxagg = False
EOF
else
cat >> "${BUILD_DIR}"/setup.cfg <<-EOF
six = False
$(use_setup fltk)
$(use_setup gtk)
$(use_setup wxwidgets wx)
EOF
fi
}
wrap_setup() {
local MPLSETUPCFG=${BUILD_DIR}/setup.cfg
export MPLSETUPCFG
# Note: remove build... if switching to out-of-source build
"${@}" build --build-lib="${BUILD_DIR}"/build/lib
}
python_compile() {
wrap_setup distutils-r1_python_compile
}
python_compile_all() {
if use doc; then
cd doc || die
# necessary for in-source build
local -x PYTHONPATH="${BUILD_DIR}"/build/lib:${PYTHONPATH}
unset DISPLAY # bug #278524
VARTEXFONTS="${T}"/fonts \
"${PYTHON}" ./make.py --small html || die
fi
}
python_test() {
wrap_setup distutils_install_for_testing
cd "${TMPDIR}" || die
"${PYTHON}" -c "
import sys, matplotlib as m
sys.exit(0 if m.test(verbosity=2) else 1)
" || die "Tests fail with ${EPYTHON}"
}
python_install() {
wrap_setup distutils-r1_python_install
}
python_install_all() {
use doc && local HTML_DOCS=( doc/build/html/. )
distutils-r1_python_install_all
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

@ -1,3 +1,2 @@
DIST mozinfo-0.3.3.tar.gz 5048 SHA256 236398de92fef2e6fdc1d858295c305027b5b2512cd64665ec7665fbe125fa6c SHA512 f45225fc6cc65e5a0630314ead77240c0db67c17c0be20cf1a2a346a87dbf8a1844ff059ded4afac4c44dba6abf428ec2b1c3a0a7771714981ee549ee9e4fb3f WHIRLPOOL 1967f204505b7e8ddb8bda1823432eb550bfa76a2ba3a40b14e329ff85b1fe0d30b3a060cdddff8320138d2cc90fd0252b8aba944e06a0d50e0f4732726ac5dd
DIST mozinfo-0.4.tar.gz 4579 SHA256 80c0b0f2120336685a0ee072a00b18a7726f696dd2c9168987dbe1f786d1cb95 SHA512 201cc900517d4257bab5625e6684671d5a4cc38228ba3593eaae44193aed1b2c5f611e2e6b3c4019595dc0ef2a55bce05435b7f108a4c5885ac8a8eaef22ad8c WHIRLPOOL 81553450fe0de7a485387a0d3ffc3ae96755d31a5a05398faec80c27572b64d0485525e7fa38797e5aafe4c6ac8f748fbd8b9a97cfe89291250d0f811cdabde0
DIST mozinfo-0.5.tar.gz 3639 SHA256 97f1362f77dbeaf9bdf62fb59642a9c620f8eb20759709fa35da1590a6952bd5 SHA512 427354f2a917b9c4558b0269ece0b5af06902dab208977429a77bccdbe79ce49ae1c024daeac79fe1c18e440f8246d0f4cc4f59bce53e58796abd231b750a923 WHIRLPOOL cfa2dcc5c01f313f073805a5e9171694e3593f23ec2661b08989b8389fcb523190c179d0a8f9aff1ad2308e896887752b772c450bdb38995f330475864dfe84c
DIST mozinfo-0.6.tar.gz 4003 SHA256 114c9c6c096f466611a54480d058273d812bd3386b5316b6d154dd8e8c20643b SHA512 1efecb266d709485d34bdf96c63d65bde966e378175f1fec8773e27f1df69be92ded622e5d7ab58ff57c7087d396294f800b0e0a6e2d7a427d7dfdd31eb70867 WHIRLPOOL 5ea241bd6a5f18a645746c7518e0262c18d09fc3f873e434540471d5439635913120328ae5bf8f505cf902027bc978e701c7c52d4fc98433c924248d40d62343

@ -1,23 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mozinfo/mozinfo-0.4.ebuild,v 1.1 2012/10/30 07:03:23 patrick Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
DESCRIPTION="File for interface to transform introspected system information to a format pallatable to Mozilla"
HOMEPAGE="https://wiki.mozilla.org/Auto-tools http://pypi.python.org/pypi/mozinfo"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools
dev-python/simplejson"
RDEPEND="${DEPEND}"

@ -1,13 +1,11 @@
# 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/mozinfo/mozinfo-0.3.3.ebuild,v 1.2 2012/04/22 18:30:04 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/mozinfo/mozinfo-0.6.ebuild,v 1.1 2013/08/17 15:46:17 idella4 Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils
inherit distutils-r1
DESCRIPTION="File for interface to transform introspected system information to a format pallatable to Mozilla"
HOMEPAGE="https://wiki.mozilla.org/Auto-tools http://pypi.python.org/pypi/mozinfo"
@ -18,8 +16,6 @@ KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools
dev-python/simplejson"
RDEPEND="${DEPEND}"
PYTHON_MODNAME="mozinfo.py"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/mozfile-0.6[${PYTHON_USEDEP}]"

@ -0,0 +1,64 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.6-r1.ebuild,v 1.1 2013/08/18 10:42:18 mgorny Exp $
EAPI=5
# Note: ~networkx-1.6 is required by sage-on-gentoo overlay
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="Python tools to manipulate graphs and complex networks"
HOMEPAGE="http://networkx.lanl.gov http://pypi.python.org/pypi/networkx"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc examples test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pygraphviz[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]
)
test? (
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
)"
RDEPEND="
examples? (
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pygraphviz[${PYTHON_USEDEP}]
virtual/pyparsing[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
)"
python_compile_all() {
if use doc; then
sed \
-e "s:^\t\./:\t${PYTHON} :g" \
-i doc/Makefile || die
emake -C doc html
fi
}
python_test() {
nosetests || die
}
python_install_all() {
# Oh my.
rm -r "${ED}"usr/share/doc/${P} || die
use doc && local HTML_DOCS=( doc/build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

@ -1,50 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.6.ebuild,v 1.4 2012/12/31 13:02:58 mgorny Exp $
EAPI="3"
PYTHON_DEPEND="*:2.6"
#SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
inherit distutils
DESCRIPTION="Python tools to manipulate graphs and complex networks"
HOMEPAGE="http://networkx.lanl.gov http://pypi.python.org/pypi/networkx"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc examples"
DEPEND="dev-python/setuptools
doc? (
dev-python/matplotlib
dev-python/pygraphviz
dev-python/sphinx
)"
RDEPEND="examples? (
dev-python/matplotlib
dev-python/pygraphviz
virtual/pyparsing
dev-python/pyyaml
sci-libs/scipy
)"
src_compile() {
distutils_src_compile
if use doc; then
# PYTHONPATH is necessary to use networkx to be installed.
cd "${S}/doc" && PYTHONPATH="${S}" make html \
|| die "doc compilation failed"
fi
}
src_install() {
distutils_src_install
rm -f "${ED}"usr/share/doc/${PF}/{INSTALL,LICENSE}.txt
use examples || rm -r "${ED}"usr/share/doc/${PF}/examples
use doc && dohtml -r doc/build/html/*
}

@ -1,55 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.7-r1.ebuild,v 1.2 2012/12/31 13:02:58 mgorny Exp $
EAPI=4
PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.*"
DISTUTILS_SRC_TEST=nosetests
inherit distutils
DESCRIPTION="Python tools to manipulate graphs and complex networks"
HOMEPAGE="http://networkx.lanl.gov http://pypi.python.org/pypi/networkx"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x86-linux ~x86-macos"
IUSE="doc examples"
DEPEND="dev-python/setuptools
doc? (
dev-python/matplotlib
dev-python/pygraphviz
dev-python/sphinx
)
test? ( dev-python/matplotlib
sci-libs/scipy
)"
RDEPEND="examples? (
dev-python/matplotlib
dev-python/pygraphviz
virtual/pyparsing
dev-python/pyyaml
sci-libs/scipy
)"
src_compile() {
distutils_src_compile
if use doc; then
# PYTHONPATH is necessary to use networkx to be installed.
cd "${S}/doc" && PYTHONPATH="${S}" make html \
|| die "doc compilation failed"
fi
}
src_install() {
distutils_src_install
rm -f "${ED}"usr/share/doc/${PF}/{INSTALL,LICENSE}.txt || die
use examples || rm -r "${ED}"usr/share/doc/${PF}/examples
use doc && dohtml -r doc/build/html/*
}

@ -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/networkx/networkx-1.7-r2.ebuild,v 1.1 2013/04/26 09:50:14 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.7-r2.ebuild,v 1.3 2013/08/18 10:38:07 mgorny Exp $
EAPI=5
@ -36,28 +36,27 @@ RDEPEND="
virtual/pyparsing[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
)"
)"
python_compile_all() {
if use doc; then
elog "Building docs"
# PYTHONPATH is necessary to use networkx to be installed.
cd "${S}"/doc || die
sed \
-e "s:^\t\./:\t${PYTHON} :g" \
-i Makefile || die
pwd
PYTHONPATH="${S}:${PYTHONPATH}" make html \
|| die "doc compilation failed"
-i doc/Makefile || die
emake -C doc html
fi
}
python_test() {
nosetests || die
}
python_install_all() {
distutils-r1_python_install_all
# Oh my.
rm -r "${ED}"usr/share/doc/${P} || die
rm -f "${ED}"usr/share/doc/${PF}/{INSTALL,LICENSE}.txt || die
if ! use examples; then
rm -r "${ED}"usr/share/doc/${P}/examples || die
fi
use doc && dohtml -r doc/build/html/*
use doc && local HTML_DOCS=( doc/build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

@ -1,52 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/networkx/networkx-1.7.ebuild,v 1.2 2012/12/31 13:02:58 mgorny Exp $
EAPI=4
PYTHON_DEPEND="*:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.5 2.7-pypy-*"
DISTUTILS_SRC_TEST=nosetests
inherit distutils
DESCRIPTION="Python tools to manipulate graphs and complex networks"
HOMEPAGE="http://networkx.lanl.gov http://pypi.python.org/pypi/networkx"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~ppc-macos ~x86-linux ~x86-macos"
IUSE="doc examples"
DEPEND="dev-python/setuptools
doc? (
dev-python/matplotlib
dev-python/pygraphviz
dev-python/sphinx
)"
RDEPEND="examples? (
dev-python/matplotlib
dev-python/pygraphviz
virtual/pyparsing
dev-python/pyyaml
sci-libs/scipy
)"
src_compile() {
distutils_src_compile
if use doc; then
# PYTHONPATH is necessary to use networkx to be installed.
cd "${S}/doc" && PYTHONPATH="${S}" make html \
|| die "doc compilation failed"
fi
}
src_install() {
distutils_src_install
rm -f "${ED}"usr/share/doc/${PF}/{INSTALL,LICENSE}.txt || die
use examples || rm -r "${ED}"usr/share/doc/${PF}/examples
use doc && dohtml -r doc/build/html/*
}

@ -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/nose/nose-1.3.0.ebuild,v 1.15 2013/08/03 09:45:39 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.0.ebuild,v 1.16 2013/08/18 07:50:19 mgorny Exp $
EAPI=5
@ -78,11 +78,10 @@ python_install() {
}
python_install_all() {
local EXAMPLES=( examples/. )
distutils-r1_python_install_all
if use doc; then
dohtml -r -A txt doc/.build/html/*
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
dohtml -r -A txt doc/.build/html/.
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-python/nose/nose-9999.ebuild,v 1.4 2013/08/07 11:21:50 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-9999.ebuild,v 1.5 2013/08/18 07:50:19 mgorny Exp $
EAPI=5
@ -87,11 +87,10 @@ python_install() {
}
python_install_all() {
local EXAMPLES=( examples/. )
distutils-r1_python_install_all
if use doc; then
dohtml -r -A txt doc/.build/html/*
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
dohtml -r -A txt doc/.build/html/.
fi
}

@ -0,0 +1 @@
DIST numpydoc-0.4.tar.gz 28972 SHA256 20e07c60766a7a044f228de5bdcc0d10b84a9f0b460e0c09422a4f60ef21ff8f SHA512 980c3f56562b0faff4a8f453faff36d8ed92ca7241174c16fe0cc7d60e0d250e6674b6dc2aa98906922f5ccdd0800222b724f759d96174648147ca12e710e574 WHIRLPOOL 8eac57ebcc2eca69b89f98c053332380d902fc1d20dc46bf06768150f14e48b5cf77c203ebf4001766fde05ba9c80ad3bc94ce105ac9e32466c58fc48c64fdad

@ -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>

@ -0,0 +1,26 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numpydoc/numpydoc-0.4.ebuild,v 1.1 2013/08/17 23:19:36 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Sphinx extension to support docstrings in Numpy format"
HOMEPAGE="https://pypi.python.org/pypi/numpydoc"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~arm ~ppc ~ppc-macos ~ppc64 ~x64-macos ~x86 ~x86-freebsd ~x86-linux ~x86-macos"
IUSE="test"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/sphinx[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
python_test() {
nosetests || die "Testing failed with ${EPYTHON}"
}

@ -0,0 +1,29 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iwscan/python-iwscan-20080402-r1.ebuild,v 1.1 2013/08/17 21:47:11 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1 flag-o-matic
DESCRIPTION="A Python extension for iwscan access"
HOMEPAGE="http://projects.otaku42.de/browser/python-iwscan"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="net-wireless/wireless-tools"
RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${P}-wireless-tools-30.patch"
)
python_configure_all() {
append-flags -fno-strict-aliasing
}

@ -0,0 +1,21 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-wpactrl/python-wpactrl-20081102-r1.ebuild,v 1.1 2013/08/17 21:54:20 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="A Python extension for wpa_supplicant/hostapd control interface access"
HOMEPAGE="http://projects.otaku42.de/wiki/PythonWpaCtrl"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="|| ( GPL-2 BSD )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""

@ -1 +0,0 @@
DIST tg-widgets-lightbox-2.0.tar.gz 50803 SHA256 9f5572a5c7291454f6161c7d4780b886f58b8280027f7b084fb23a616195d76e SHA512 910dd0f06faa2c447c1a05f7d04da77f0ecbb0aaa827cb0ab8ac3893211c9baf5385d9f74f84412c392c3ff553542fa76cf6b8071f9849f6ce8d3d35fe6fa9e2 WHIRLPOOL 43e6ee5ee3efb8688def6bc6644cabf2d136b2ff0c07559f51dbbd386d898b77018088711698e1ae06c7dcb1a3b3652eb942bfbddba5e81c6852344351ddc616

@ -1,22 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/tg-widgets-lightbox/tg-widgets-lightbox-2.0.ebuild,v 1.3 2011/04/12 16:19:25 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit distutils
DESCRIPTION="TurboGears widget wrapper for the Lightbox JavaScript library"
HOMEPAGE="http://www.turbogears.org/widgets/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="dev-python/turbogears
dev-python/tg-widgets-scriptaculous"
DEPEND="${RDEPEND}"
PYTHON_MODNAME="lightbox"

@ -1 +0,0 @@
DIST tg-widgets-scriptaculous-1.6.2.tar.gz 44275 SHA256 dc188231ed38b41e9c72eb64c59998408a97b1f37dc4048f1067db768958e51a SHA512 bf2d7ca031212acb74ea9160b19c9263a03a57d73870405c5dbd1caadb73aa8877229914d6992d54914b1c755fd6e964bb7317a0ed94d97e8e5c92a93e430d1a WHIRLPOOL 0a2693426cb7d0820536ebd8d4499fb75a624536ad328ab964d58ef4f983bdd4abcb944f669052ff32d80f4bfbd5795c9eeb6751a1aa716804dffd446216deac

@ -1,21 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/tg-widgets-scriptaculous/tg-widgets-scriptaculous-1.6.2.ebuild,v 1.3 2011/04/12 16:20:27 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
inherit distutils
DESCRIPTION="TurboGears widget wrapper for the Scriptaculous JavaScript library"
HOMEPAGE="http://www.turbogears.org/widgets/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RDEPEND="dev-python/turbogears"
DEPEND="${RDEPEND}"
PYTHON_MODNAME="scriptaculous"

@ -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-ruby/RubyInline/RubyInline-3.12.2.ebuild,v 1.1 2013/04/27 06:08:07 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.2.ebuild,v 1.3 2013/08/17 19:47:27 ago Exp $
EAPI=5
@ -17,7 +17,7 @@ HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="doc test"
ruby_add_rdepend dev-ruby/zentest

@ -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-ruby/mysql-ruby/mysql-ruby-2.9.1.ebuild,v 1.5 2013/05/16 15:38:11 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mysql-ruby/mysql-ruby-2.9.1.ebuild,v 1.6 2013/08/17 14:00:21 jer Exp $
EAPI=4
USE_RUBY="ruby18 ruby19"
@ -19,7 +19,7 @@ HOMEPAGE="http://www.tmtm.org/en/mysql/ruby/"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="amd64 ~hppa ~mips ppc ppc64 x86 ~x86-fbsd"
KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~x86-fbsd"
IUSE="test"
DEPEND="virtual/mysql[-static]"

@ -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-ruby/sary-ruby/sary-ruby-1.2.0-r3.ebuild,v 1.3 2012/10/07 16:49:11 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sary-ruby/sary-ruby-1.2.0-r3.ebuild,v 1.4 2013/08/17 14:01:25 jer Exp $
EAPI="2"
# jruby: mkmf issue
@ -12,7 +12,7 @@ HOMEPAGE="http://sary.sourceforge.net/"
SRC_URI="http://sary.sourceforge.net/${P}.tar.gz"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~x86"
SLOT="0"
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-vcs/subversion/subversion-1.7.11.ebuild,v 1.3 2013/08/16 19:43:14 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.11.ebuild,v 1.4 2013/08/17 16:22:50 jer Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Subversion GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-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 ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf"
COMMON_DEPEND=">=dev-db/sqlite-3.4[threadsafe(+)]

@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.4 2013/05/09 14:11:01 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.5 2013/08/18 00:48:51 hasufell Exp $
# TODO: unbundle allegro on amd64 when multilib support
# TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname)
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="beathazard-installer_03-08-13"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
KEYWORDS="-* amd64 x86"
IUSE="bundled-libs"
RESTRICT="bindist fetch splitdebug"
@ -31,15 +31,14 @@ RDEPEND="
app-emulation/emul-linux-x86-xlibs
)
x86? (
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXcursor
x11-libs/libXinerama
x11-libs/libXrandr
!bundled-libs? (
media-libs/allegro:5
media-libs/libpng:1.2
virtual/jpeg
x11-libs/gtk+:2
)
)"
@ -59,7 +58,6 @@ src_unpack() {
src_prepare() {
if ! use bundled-libs ; then
einfo "Removing bundled libs..."
use x86 && { rm -v all/hge_lib/liballegro* || die ; }
rm -v all/hge_lib/libjpeg.so* all/hge_lib/libpng12.so*
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-action/solar2/solar2-1.10.ebuild,v 1.3 2013/05/09 14:11:36 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-action/solar2/solar2-1.10.ebuild,v 1.5 2013/08/18 00:25:18 hasufell Exp $
# TODO: - unbundle libmono for 64bit
# - unbundling libSDL_mixer breaks the game
@ -19,7 +19,7 @@ SRC_URI="${GAMEBALL} ${ICONFILE}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
KEYWORDS="-* amd64 x86"
IUSE="bundled-libs"
RESTRICT="bindist fetch splitdebug"
@ -67,7 +67,7 @@ src_prepare() {
# no mono 32bit libs on amd64 yet
rm -v lib/libmad.so* lib/libmikmod.so* lib/libopenal.so* || die
else
rm -v lib/libmad.so* lib/libmikmod.so* lib/libopenal.so* lib/libmono.so* || die
rm -v lib/libmad.so* lib/libmikmod.so* lib/libopenal.so* lib/libmono-2.0.so* || die
fi
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-action/super-hexagon/super-hexagon-16.ebuild,v 1.1 2013/05/10 18:47:23 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-action/super-hexagon/super-hexagon-16.ebuild,v 1.2 2013/08/18 00:30:09 hasufell Exp $
# we use bundled glew, cause slotting 1.6 does not give us
# much benefit for one consumer
@ -15,7 +15,7 @@ SRC_URI="${PN}-linux-${PV}-bin-1366677959"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
KEYWORDS="-* amd64 x86"
IUSE="bundled-libs"
RESTRICT="bindist fetch splitdebug"

@ -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-misc/little-inferno/little-inferno-20130509.ebuild,v 1.2 2013/07/16 16:21:35 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-misc/little-inferno/little-inferno-20130509.ebuild,v 1.3 2013/08/18 00:27:50 hasufell Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="LittleInferno-${PV}.sh"
LICENSE="Gameplay-Group-EULA"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
KEYWORDS="-* amd64 x86"
IUSE="bundled-libs"
RESTRICT="bindist fetch bundled-libs? ( splitdebug )"

@ -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-rpg/avadon/avadon-1.0.4.ebuild,v 1.1 2013/06/24 20:34:54 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-rpg/avadon/avadon-1.0.4.ebuild,v 1.2 2013/08/18 00:20:16 hasufell Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="avadon-black-fortress_${PV}_all.run"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="-* amd64 x86"
IUSE=""
RESTRICT="fetch bindist"

@ -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-rpg/sumwars/sumwars-0.5.6-r2.ebuild,v 1.9 2013/03/29 16:55:07 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-rpg/sumwars/sumwars-0.5.6-r2.ebuild,v 1.10 2013/08/17 20:30:45 calchan Exp $
EAPI=4
@ -22,8 +22,8 @@ done
unset L
RDEPEND="
>=dev-games/cegui-0.7.6-r1[ogre]
!>=dev-games/cegui-0.8
!<dev-games/cegui-0.7.6-r1
<dev-games/cegui-0.8[ogre]
>=dev-games/ogre-1.7.4-r1[freeimage,opengl]
!>=dev-games/ogre-1.9
dev-games/ois

@ -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/gnome-base/gdm/gdm-3.8.3.1.ebuild,v 1.5 2013/07/28 17:35:18 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.8.3.1.ebuild,v 1.6 2013/08/18 03:08:44 patrick Exp $
EAPI="5"
GNOME2_LA_PUNT="yes"
@ -99,7 +99,7 @@ DOC_CONTENTS="
To make GDM start at boot, run:\n
# systemctl enable gdm.service\n
\n
For passwordless login to unlock your keyring, you need to install
For passwordless login to unlock your keyring, you need to install
sys-auth/pambase with USE=gnome-keyring and set an empty password
on your keyring. Use app-crypt/seahorse for that.
"

@ -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/kde-base/kdm/kdm-4.11.0.ebuild,v 1.1 2013/08/14 20:24:26 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/kdm-4.11.0-r1.ebuild,v 1.1 2013/08/18 10:21:34 dilfridge Exp $
EAPI=5
@ -98,9 +98,7 @@ src_install() {
insinto /etc/logrotate.d
newins "${FILESDIR}"/kdm-logrotate kdm
if use systemd; then
systemd_dounit "${FILESDIR}"/kdm.service
fi
systemd_dounit "${FILESDIR}"/kdm.service
}
pkg_postinst() {

@ -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/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.2 2013/07/11 15:36:09 kensington Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.3 2013/08/17 19:47:53 ago Exp $
EAPI=5
@ -16,7 +16,7 @@ SRC_URI="http://tellico-project.org/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="amd64 ~ppc ~x86"
IUSE="addressbook cddb debug pdf scanner taglib v4l xmp yaz"
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/media-gfx/imagemagick/imagemagick-6.8.6.8.ebuild,v 1.2 2013/08/15 09:57:38 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/imagemagick/imagemagick-6.8.6.8.ebuild,v 1.3 2013/08/17 19:48:19 ago Exp $
EAPI=5
inherit multilib toolchain-funcs versionator libtool flag-o-matic eutils
@ -13,7 +13,7 @@ SRC_URI="mirror://${PN}/${MY_P}.tar.xz"
LICENSE="imagemagick"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="autotrace bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q64 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib"
RESTRICT="perl? ( userpriv )"

@ -1 +1 @@
DIST k3d-source-0.7.11.0.tar.gz 7692200 RMD160 41c31d12fe82e92be75a309660ed3811d1aa02df SHA1 cef63043c7bd8d7a130689e9b53d1023280e2978 SHA256 c6364cb9e989f2ac2412541c2a4368279b23e728822ab7e6b5390d579dd49008
DIST k3d-source-0.7.11.0.tar.gz 7692200 SHA256 c6364cb9e989f2ac2412541c2a4368279b23e728822ab7e6b5390d579dd49008

@ -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/media-gfx/k3d/k3d-0.7.11.0-r1.ebuild,v 1.12 2012/06/08 02:19:43 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3d/k3d-0.7.11.0-r1.ebuild,v 1.13 2013/08/18 03:08:40 patrick Exp $
EAPI="2"
@ -72,7 +72,7 @@ src_prepare() {
-e '/PKG_CHECK_MODULES/s:libpng12:libpng:' \
cmake/modules/K3DFindPNG.cmake || die
epatch "${FILESDIR}"/${P}-libpng14.patch \
epatch "${FILESDIR}"/${P}-libpng14.patch
epatch "${FILESDIR}"/${P}-fix-potfiles.patch \
"${FILESDIR}"/${P}-cuda.patch \

@ -1 +1 @@
Sat, 17 Aug 2013 13:36:58 +0000
Sun, 18 Aug 2013 11:06:57 +0000

@ -1 +1 @@
Sat, 17 Aug 2013 13:36:59 +0000
Sun, 18 Aug 2013 11:06:57 +0000

@ -4,11 +4,11 @@ DESCRIPTION=A system automation and configuration management software
EAPI=4
HOMEPAGE=http://puppetlabs.com/
IUSE=augeas diff doc emacs ldap minimal rrdtool selinux shadow sqlite3 vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test
KEYWORDS=amd64 ~hppa ~ppc ~sparc x86
KEYWORDS=amd64 hppa ~ppc ~sparc x86
LICENSE=Apache-2.0 GPL-2
RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/facter-1.5.6[ruby_targets_ruby18] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby18] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby18] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby18] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby18] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby18] ) virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/facter-1.5.6[ruby_targets_ruby19] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby19] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby19] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby19] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby19] ) sqlite3? ( dev-ruby/sqlite3[ruby_targets_ruby19] ) virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9[yaml] ) emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) >=app-portage/eix-0.18.0 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] )
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 )
SLOT=0
SRC_URI=http://www.puppetlabs.com/downloads/puppet/puppet-2.7.23.tar.gz
_eclasses_=elisp-common e458159843970583a1bef608e88aa55a eutils 63afaaed8aa819fdcb814c7cd39495a2 java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 6e366daedf25d7020291916549562bbf ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xemacs-elisp-common 81f5b5356f3397c277e83736c42256b5
_md5_=5aebf84ca7827e652a1a852643b331c9
_md5_=0b8cb12b2f81beb5117d29029c458f34

@ -3,9 +3,9 @@ DEPEND=dev-libs/openssl sys-apps/util-linux sys-apps/help2man sys-boot/gnu-efi v
DESCRIPTION=Utilities for signing and verifying files for UEFI Secure Boot
EAPI=4
HOMEPAGE=http://packages.ubuntu.com/quantal/sbsigntool
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 ~x86
LICENSE=GPL-3
RDEPEND=dev-libs/openssl sys-apps/util-linux
SLOT=0
SRC_URI=https://launchpad.net/ubuntu/+archive/primary/+files/sbsigntool_0.6.orig.tar.gz
_md5_=1a5c91fcb2c205b2778315da2be9538c
_md5_=86332d0c52fed04767c22e1d2cb64f40

@ -9,4 +9,4 @@ RDEPEND=!static-softmmu? ( >=dev-libs/glib-2.0 sys-apps/pciutils sys-libs/zlib >
REQUIRED_USE=|| ( qemu_softmmu_targets_i386 qemu_softmmu_targets_x86_64 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mipsel qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_or32 qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_s390x qemu_softmmu_targets_unicore32 qemu_softmmu_targets_lm32 qemu_softmmu_targets_moxie qemu_softmmu_targets_ppcemb qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_user_targets_i386 qemu_user_targets_x86_64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mipsel qemu_user_targets_mips64 qemu_user_targets_mips64el qemu_user_targets_or32 qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_s390x qemu_user_targets_unicore32 qemu_user_targets_armeb qemu_user_targets_mipsn32 qemu_user_targets_mipsn32el qemu_user_targets_ppc64abi32 qemu_user_targets_sparc32plus ) python? ( || ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) ) static? ( static-softmmu static-user ) static-softmmu? ( !alsa !pulseaudio !bluetooth !opengl !gtk ) virtfs? ( xattr )
SLOT=0
_eclasses_=eutils 63afaaed8aa819fdcb814c7cd39495a2 fcaps 832d0c7d930e7df835c19b5d0a5f6f4b flag-o-matic d900015de4e092f26d8c0a18b6bd60de git-2 e92e09651292b1bef5656592364550f7 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multibuild c2f33b0eedd7bcfd5bc226baa8da7837 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 32798682168185fa4a903cb655c89f1d python-utils-r1 e3288ba49a9a4406c283001e4d284aad readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=17b319aed9159012edebd3dd2877720d
_md5_=c038311a4f1932fb23f1976a90f64b90

@ -3,10 +3,10 @@ DEPEND=app-text/poppler:=[cairo] dev-libs/glib:2 dev-libs/libgee:0 gnome-base/li
DESCRIPTION=Presenter console with multi-monitor support for PDF files
EAPI=5
HOMEPAGE=http://davvil.github.com/pdfpc/
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 ~x86
LICENSE=GPL-2
RDEPEND=app-text/poppler:=[cairo] dev-libs/glib:2 dev-libs/libgee:0 gnome-base/librsvg x11-libs/gtk+:2
SLOT=0
SRC_URI=mirror://github/davvil/pdfpc/pdfpc-3.1.1.tgz
_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 63afaaed8aa819fdcb814c7cd39495a2 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 7ffd28a8c7eea27218865352bfd3ab2f user d0a4d0735a6c0183d707ca919bd72f28
_md5_=8eb176a8122fb986cf766352be593756
_md5_=5177420fdd43633b07a66428544259c3

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

Loading…
Cancel
Save