Sync with portage [Sun Jul 12 02:04:34 MSK 2015].

mhiretskiy
root 9 years ago
parent 628a50c90f
commit 8eacd1a59e

@ -3,3 +3,4 @@ DIST puppet-3.7.4.tar.gz 2600191 SHA256 957c09ab253f76e624809766999da6d872f79b3a
DIST puppet-3.8.1.tar.gz 2633982 SHA256 033d99125276c7062fa5928e3de38c5e487b406530b3c50e84027b3abfd945a8 SHA512 a188c9f5baad3260c7cc2ea26d79d6655b504809deefe90a9e9ed81d3a66c1e10cc0b72b63c9ef34e5dd9266d3588cb7dc0d55e7a762f5fa5bbdc1ebe347979d WHIRLPOOL fd476519032d7b346a8813e4c73826daafc69fc4f7a8924efb35dfc6d691a7734322a7746008484df3f62f32865b23c6203f38662f354057aff5e75c20bf1965
DIST puppet-4.0.0.tar.gz 2498445 SHA256 c02a5cceb68d6c26228c242a312d68cf054233842e914e9d3aec32b38034e013 SHA512 c8ec0771105e83498f7558e1dfa8679d94cb2d526589041319f35cce214a4c8602ebf8541a15fa64ce542168d101042153815887fb8350bce0c4371c490f396f WHIRLPOOL af53d8b14b7110e6648873e9822de37a8bb17b7f635800d9a9fb1fff7df22000cd13604b45913ddddbae58b7af198c80e84c001cc8b6d1643db9ead4ece42bb7
DIST puppet-4.1.0.tar.gz 2532579 SHA256 a168ac45a7b25932dfc78bd5da3efe41363e239c7361dd5c4f91615dc17bb275 SHA512 85ba32fb3a7e9f3413f201263943411fbb6b57a4aa13461954b32c1095b06d04f26288a216c5624290cf89d09183bc86bb5f57769fe2ccadc44bf57cd601f5d3 WHIRLPOOL 5288b3204a5c5b96da4eabdee19c1156e71b3a76662d8d28fc8e43988e76ca52618d423c207c1a25d5d92638c559db76ee3c8ce336286d3a5e875c1dc538f8b8
DIST puppet-4.2.0.tar.gz 2544711 SHA256 4364162875e470b0da3642ae801440c85b7422ae31fbfa0e9938923c4826b526 SHA512 e5706076259e4c170b331ede48ef78da90a68433381412555c0267ee36cd11fc710fb5a21d190c44dbf92f85b47eb9187be67af314a50049cd8d149c69c7b591 WHIRLPOOL d102da4ffa0866c506b30bfcdce94c4ddb1c0068189624d04825ee6936a965c027146ba4f4cd66076a496869ed7e31dd05b8cc90de23d214e4f5381c7cc2f34e

@ -0,0 +1,163 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-4.2.0.ebuild,v 1.1 2015/07/11 19:00:03 prometheanfire Exp $
EAPI="5"
USE_RUBY="ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
inherit elisp-common xemacs-elisp-common eutils user ruby-fakegem versionator
DESCRIPTION="A system automation and configuration management software."
HOMEPAGE="http://puppetlabs.com/"
SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz"
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax xemacs"
ruby_add_rdepend "
dev-ruby/hiera
>=dev-ruby/rgen-0.6.5 =dev-ruby/rgen-0.6*
dev-ruby/json
augeas? ( dev-ruby/ruby-augeas )
diff? ( dev-ruby/diff-lcs )
doc? ( dev-ruby/rdoc )
ldap? ( dev-ruby/ruby-ldap )
shadow? ( dev-ruby/ruby-shadow )
sqlite? ( dev-ruby/sqlite3 )
virtual/ruby-ssl"
DEPEND="${DEPEND}
dev-lang/ruby
>=dev-ruby/facter-3.0.0
emacs? ( virtual/emacs )
xemacs? ( app-editors/xemacs )"
RDEPEND="${RDEPEND}
rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] )
selinux? (
sys-libs/libselinux[ruby]
sec-policy/selinux-puppet
)
vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 )
>=app-portage/eix-0.18.0"
SITEFILE="50${PN}-mode-gentoo.el"
pkg_setup() {
enewgroup puppet
enewuser puppet -1 -1 /var/lib/puppet puppet
}
all_ruby_prepare() {
# Avoid spec that require unpackaged json-schema.
rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
# Avoid specs that can only run in the puppet.git repository. This
# should be narrowed down to the specific specs.
rm spec/integration/parser/compiler_spec.rb || die
# Avoid failing spec that need further investigation.
rm spec/unit/module_tool/metadata_spec.rb || die
}
all_ruby_compile() {
if use emacs ; then
elisp-compile ext/emacs/puppet-mode.el
fi
if use xemacs ; then
# Create a separate version for xemacs to be able to install
# emacs and xemacs in parallel.
mkdir ext/xemacs
cp ext/emacs/* ext/xemacs/
xemacs-elisp-compile ext/xemacs/puppet-mode.el
fi
}
each_ruby_install() {
each_fakegem_install
}
all_ruby_install() {
all_fakegem_install
# systemd stuffs
insinto /usr/lib/systemd/system
doins "${WORKDIR}/all/${P}/ext/systemd/puppet.service"
doins "${WORKDIR}/all/${P}/ext/systemd/puppetmaster.service"
# tmpfiles stuff
insinto /usr/lib/tmpfiles.d
newins "${FILESDIR}/tmpfiles.d" "puppet.conf"
# openrc init stuff
newinitd "${FILESDIR}"/puppet.init-4.x puppet
newinitd "${FILESDIR}"/puppetmaster.init-4.x puppetmaster
newconfd "${FILESDIR}"/puppetmaster.confd puppetmaster
keepdir /etc/puppetlabs/puppet/ssl
keepdir /var/lib/puppet/facts
keepdir /var/lib/puppet/files
fowners -R puppet:puppet /var/lib/puppet
fperms 0750 /var/lib/puppet
fperms 0750 /etc/puppetlabs
fperms 0750 /etc/puppetlabs/puppet
fperms 0750 /etc/puppetlabs/puppet/ssl
fowners -R :puppet /etc/puppetlabs
fowners -R :puppet /var/lib/puppet
if use emacs ; then
elisp-install ${PN} ext/emacs/puppet-mode.el*
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
if use xemacs ; then
xemacs-elisp-install ${PN} ext/xemacs/puppet-mode.el*
xemacs-elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
if use ldap ; then
insinto /etc/openldap/schema; doins ext/ldap/puppet.schema
fi
# ext and examples files
for f in $(find ext examples -type f) ; do
docinto "$(dirname ${f})"; dodoc "${f}"
done
}
pkg_postinst() {
elog
elog "Please, *don't* include the --ask option in EMERGE_EXTRA_OPTS as this could"
elog "cause puppet to hang while installing packages."
elog
elog "Portage Puppet module with Gentoo-specific resources:"
elog "http://forge.puppetlabs.com/gentoo/portage"
elog
if [ "$(get_major_version $REPLACING_VERSIONS)" = "3" ]; then
elog
elog "If you're upgrading from 3.x then please move everything in /etc/puppet to"
elog "/etc/puppetlabs/puppet"
elog "Also, puppet now uses config directories for modules and manifests."
elog "See https://docs.puppetlabs.com/puppet/4.0/reference/upgrade_agent.html"
elog "and https://docs.puppetlabs.com/puppet/4.0/reference/upgrade_server.html"
elog "for more information."
elog
fi
use emacs && elisp-site-regen
use xemacs && xemacs-elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
use xemacs && xemacs-elisp-site-regen
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.5.ebuild,v 1.11 2015/06/05 12:07:06 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.5.ebuild,v 1.12 2015/07/11 20:06:26 ulm Exp $
EAPI=5
@ -71,11 +71,11 @@ src_install() {
pkg_preinst() {
# make sure that site-gentoo.el exists since site-start.el requires it
if [[ ! -d ${EROOT}${SITELISP} ]]; then
if [[ ! -f ${ED}${SITELISP}/site-gentoo.el ]]; then #554518
mv "${ED}${SITELISP}"/site-gentoo.el{.orig,} || die
else
fi
if [[ -d ${EROOT}${SITELISP} ]]; then
elisp-site-regen
rm "${ED}${SITELISP}/site-gentoo.el.orig" || die
cp "${EROOT}${SITELISP}/site-gentoo.el" "${ED}${SITELISP}/" || die
fi

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild,v 1.3 2015/07/04 18:02:29 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4-r1.ebuild,v 1.4 2015/07/11 19:07:04 zlogene Exp $
EAPI=5
@ -13,7 +13,7 @@ SRC_URI="http://ibus-handwrite.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="nls +zinnia"
RDEPEND="zinnia? ( app-i18n/zinnia app-i18n/zinnia-tomoe )

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.8.2.ebuild,v 1.3 2015/07/11 07:16:36 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.5.8.2.ebuild,v 1.5 2015/07/11 19:26:52 zlogene Exp $
EAPI="4"
@ -18,7 +18,7 @@ SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="libedit static"
RDEPEND="!static? ( libedit? ( dev-libs/libedit ) )"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/itex2mml/itex2mml-1.5.2.ebuild,v 1.1 2015/07/04 14:56:54 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/itex2mml/itex2mml-1.5.2.ebuild,v 1.2 2015/07/11 20:37:33 zlogene Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://golem.ph.utexas.edu/~distler/blog/files/itexToMML-${PV}.tar.gz"
LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE=""
S="${WORKDIR}/itexToMML/itex-src"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild,v 1.2 2015/06/26 12:15:02 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-6.3.3.ebuild,v 1.3 2015/07/11 19:19:37 zlogene Exp $
EAPI=5
GCONF_DEBUG="no"
@ -20,7 +20,7 @@ SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz https://github.co
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug doc gnome-keyring"
# glibc: deprecated mutex functions, removed in 2.36.0

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0-r1.ebuild,v 1.2 2015/06/26 14:29:19 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgadmin3/pgadmin3-1.20.0-r1.ebuild,v 1.3 2015/07/11 19:13:27 zlogene Exp $
EAPI="5"
@ -11,7 +11,7 @@ HOMEPAGE="http://www.pgadmin.org/"
SRC_URI="mirror://postgresql/${PN}/release/v${PV}/src/${P}.tar.gz"
LICENSE="POSTGRESQL"
KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
SLOT="0"
IUSE="debug +databasedesigner"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/hawknl/hawknl-1.68-r2.ebuild,v 1.7 2015/03/23 07:51:41 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-games/hawknl/hawknl-1.68-r2.ebuild,v 1.8 2015/07/11 21:42:56 mr_bones_ Exp $
EAPI=5
inherit toolchain-funcs eutils multilib
@ -21,8 +21,7 @@ S=${WORKDIR}/hawknl${PV}
src_prepare() {
epatch "${FILESDIR}"/${P}-build.patch
sed -i \
-e '/echo /d' src/makefile.linux || die
sed -i\ -e '/echo /d' src/makefile.linux || die
}
src_compile() {
@ -34,10 +33,8 @@ src_compile() {
src_install() {
emake -j1 -C src -f makefile.linux \
LIBDIR="${D}/usr/$(get_libdir)" \
INCDIR="${D}/usr/include" \
install || die
INCDIR="${D}/usr/include" install
if use doc ; then
docinto samples
dodoc samples/*
dodoc -r samples
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-3.0.5.ebuild,v 1.7 2015/06/02 05:19:23 jmorgan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-3.0.5.ebuild,v 1.8 2015/07/11 19:10:50 zlogene Exp $
EAPI=5
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3+ BSD BSD-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="ccache doc pcre"
RESTRICT="test"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.20.0.ebuild,v 1.3 2015/06/27 09:49:21 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/serd-0.20.0.ebuild,v 1.4 2015/07/11 19:15:44 zlogene Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86"
KEYWORDS="amd64 ~ppc x86"
IUSE="doc static-libs test"
RDEPEND=""

@ -0,0 +1,22 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Canary-Stability/Canary-Stability-2006.ebuild,v 1.1 2015/07/11 21:32:46 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=MLEHMANN
MODULE_VERSION=2006
inherit perl-module
DESCRIPTION="Canary to check perl compatibility for schmorp's modules"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
SRC_TEST="do parallel"

@ -0,0 +1 @@
DIST Canary-Stability-2006.tar.gz 3621 SHA256 47afc038ece0b77e212afc05656791345ac08826f6102181a429dd231720d62e SHA512 e68de850f1383e086780ccddc125243c79d391838e5bf4ede7824023f5055d9dde6d9945f84b3016c60c8d7a3c71934fc1c8c9e7b4b0fdee2bcb1e737fb5261a WHIRLPOOL 6267f74ff51d318961672592d9a6eb77ea9a882d24f54645f4aaf48307312106529eda21169e9827de644bf3e8a7a31f8da34627daa1eb70e471fc8296cf7297

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

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/Coro-6.410.0.ebuild,v 1.1 2014/12/18 20:49:19 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/Coro-6.410.0.ebuild,v 1.2 2015/07/11 21:48:05 dilfridge Exp $
EAPI=5
@ -20,6 +20,7 @@ RDEPEND="
virtual/perl-Scalar-List-Utils
>=virtual/perl-Storable-2.150.0
dev-perl/common-sense
<dev-lang/perl-5.22.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/Coro-6.420.0.ebuild,v 1.1 2015/05/01 21:11:36 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/Coro-6.420.0.ebuild,v 1.2 2015/07/11 21:48:05 dilfridge Exp $
EAPI=5
@ -20,6 +20,7 @@ RDEPEND="
virtual/perl-Scalar-List-Utils
>=virtual/perl-Storable-2.150.0
dev-perl/common-sense
<dev-lang/perl-5.22.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker

@ -1,11 +1,11 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/Coro-6.430.0.ebuild,v 1.1 2015/06/28 20:09:39 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Coro/Coro-6.470.0.ebuild,v 1.1 2015/07/11 21:48:05 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=MLEHMANN
MODULE_VERSION=6.43
MODULE_VERSION=6.47
inherit perl-module
DESCRIPTION="The only real threads in perl"
@ -20,9 +20,11 @@ RDEPEND="
virtual/perl-Scalar-List-Utils
>=virtual/perl-Storable-2.150.0
dev-perl/common-sense
<dev-lang/perl-5.22.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
dev-perl/Canary-Stability
>=virtual/perl-ExtUtils-MakeMaker-6.520.0
"
SRC_TEST="do"
SRC_TEST="do parallel"

@ -1,3 +1,3 @@
DIST Coro-6.41.tar.gz 189177 SHA256 aaffe8d389c11f36c2bb14fb3c1a5525873d86dc6b66a41e42dc50ef49552fe4 SHA512 0f628854506080681a42d455c9e5a279e6129a590345f3d70e9051c281d7457dfe711466ff2716740b319d3b925a6b55a02b24cd765292ca4f53a07cf61aace7 WHIRLPOOL 3663f189b4d162a8b1d29845111f6d420ab92f52aa028ca737d7cb718a01bd278cf3421d1d725a61a9a7cf447728cf26c6bc65698e4f30989aa3a5bc63648fd7
DIST Coro-6.42.tar.gz 189506 SHA256 5a803c6d8a2585c96a15438c53ae3d66b078cb966c20b7db12b4278b0fd06298 SHA512 a3ca165166320bddb6d66f4dd6015a6161b830aded9bb63c8ee989fe1129601cbd9d0b94fcecc6dd0402f3609b38ed62ed7f6267e8864148e4979028f7efc9d4 WHIRLPOOL c12b18c5e42b1b123eb9d010fd80327e7534312c60adb1fd61d212ddab881fb4f5dc09b7f140c4429ccf25ff3e9c0c026d29e655d5f11236c58979b16d59d329
DIST Coro-6.43.tar.gz 189794 SHA256 1f96994cc7f71f012484aeb28cbba1b211cf55e3597a4981be2e989f89ebc7b9 SHA512 ee3e7a12ec1b4e897b2eed9289b2b08187a5464c36c61433b4cf827ac3dcfd54349d0205b725ccaf5ce4c3d84514375ebec9cdc9976c3d0d08d30b41d90e877b WHIRLPOOL 5733b53c8864767d314d3313f5d1c21c3666aaaa19410360c11dc40dd21ffac2f42ee38ab0a022e8f276621f2651d0c3b35eae090165791f3078927e4ea1bafa
DIST Coro-6.47.tar.gz 191649 SHA256 c341cd0968d61948eefcb83c4fafaf3c5b81e12676c4198e3bae2dbc1ae0c00f SHA512 2ec5bd0632f5c658b6cdfc9fca100891d213ee2c182584c5724d9e0e5f6f28441d40b25cacb50fd0ae344e744f096cbfcb40fbea02f2d6e21129d39d37fa9c94 WHIRLPOOL 54fca2de51012cb7c82ff9034279bd7fa92abac025219b1b992ee2ca195b798711af07dfd66a1bac1d51cf76afc83f2c010d44e7feadd29b931e995940fb980f

@ -1,23 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-Any/JSON-Any-1.300.0-r1.ebuild,v 1.1 2014/08/26 17:28:23 axs Exp $
EAPI=5
MODULE_AUTHOR=PERIGRIN
MODULE_VERSION=1.30
inherit perl-module
DESCRIPTION="Wrapper Class for the various JSON classes"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-solaris"
IUSE=""
DEPEND="
dev-perl/JSON
>=dev-perl/JSON-XS-2.3
"
RDEPEND="${DEPEND}"
SRC_TEST=do

@ -0,0 +1,39 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON-Any/JSON-Any-1.390.0.ebuild,v 1.1 2015/07/11 20:01:30 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=ETHER
MODULE_VERSION=1.39
inherit perl-module
DESCRIPTION="Wrapper Class for the various JSON classes (DEPRECATED)"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-solaris"
IUSE="test"
RDEPEND="
virtual/perl-Carp
|| (
>=dev-perl/JSON-XS-2.3
virtual/perl-JSON-PP
dev-perl/JSON
)
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Data-Dumper
virtual/perl-File-Spec
virtual/perl-Storable
dev-perl/Test-Fatal
virtual/perl-Test-Simple
dev-perl/Test-Requires
>=dev-perl/Test-Warnings-0.9.0
dev-perl/Test-Without-Module
)
"
SRC_TEST="do parallel"

@ -1,2 +1,2 @@
DIST JSON-Any-1.30.tar.gz 19612 SHA256 40fcace8ef117cd98f1369237465b2f28331a8ae83558751705e63678b6f6a60 SHA512 d789e1e40781b0a3dd5b70e0c69fc86ff199b3f51fcc52314ac6c50a2906080743ad47b77166fd3b259f112b5e08b712f5f12f7dbd69d4b1c2c6cea9978ca903 WHIRLPOOL fdb8ac151fedc31e669d388c60cc6b0a113241e6d62779215fca11afd227c489b469549bf005a45da9e7666ff239a2baaaf2baa273091d4df696a5ef695ef683
DIST JSON-Any-1.38.tar.gz 34790 SHA256 a48af50040f92d28ccab6482002598a905553106adc8bd4441fe44811ed46656 SHA512 ad847fe9b8787c467536873d7f5061a74d4d6d5488ba053dca1c677c98e69349027ab1734601e8334f1c1c20ee0952754d2562a00694bbd0eb65dee8c333f4d4 WHIRLPOOL 91b70d25c7deacacb872dd26ae4bbdcbff7d6f3919b43d88aa334c0a092bf3a8995f3c40d7c906e8f0d1a536c2f4f8b9a4ce856bdc07f507e4eb858089d93eb7
DIST JSON-Any-1.39.tar.gz 35890 SHA256 ae49755cf3710a6a3276a37ab7d5c3e7e0c0aeb2dab354acd7682c09a77957c3 SHA512 a4e9494ef650fe6f0144fddad49962e717470390b5783ab7bed6ef1c34fa7aa3d4f8699b9967ec8ca8813f43ee8c1d594e5af4d4962929791aa95b470104cd9b WHIRLPOOL 8efd3a9530183f1647b9399b959d4100c44b1b84f6c48b7fdef798427ae20012c08133b038d5e2e79ae5bf002fdf1b280747d1c09a6b509cfd93a80053e11029

@ -0,0 +1,23 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lingua-EN-Inflect/Lingua-EN-Inflect-1.899.0.ebuild,v 1.1 2015/07/11 20:12:02 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=DCONWAY
MODULE_VERSION=1.899
inherit perl-module
DESCRIPTION='Perl module to pluralize English words'
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
DEPEND="
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
SRC_TEST="do parallel"
PREFER_BUILDPL=no

@ -1 +1,2 @@
DIST Lingua-EN-Inflect-1.895.tar.gz 48608 SHA256 9e71885dfd23e2db5bb58d1339e01227a106bf044f1a0b807b5dce26547a3f37 SHA512 f077d638840e700ebddce37952f89a002a2b67610eb86475a4e86b9f64cf89fac4b8e68c75c6739ac4fcfb4b6d5cc12491b2bf892ad08000f7bc38c509461eaf WHIRLPOOL b7cb2917631f7e49140332e712e527aa41a3570500beafecb10411eaab42536c063291e32b64d9409d5c3bee86fa1bd0859021d4b0e95825b134d77dde6d4749
DIST Lingua-EN-Inflect-1.899.tar.gz 59555 SHA256 1599a93020a2fdc0de8db14eea721df8fd772f78dedaf81081081fc93aa6a257 SHA512 5ac836f20992c68ff3edcab5c1431bd967c39295b7b950ed147157c724985b941f4c3229daf1f729219982dfe3eb3b065ca6fa0b54ecd2922ce60d887babd19c WHIRLPOOL 02a94d5eb9f98511a2603eafad66bd0d5432f9feb17bcbb7314e7a1edbed6aa57bc2867fd1b169ac5da8c7598d57b6382446d41aeaa786e4cbeaf2f29d78d826

@ -0,0 +1,29 @@
# Copyright 1999-2015 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.330.0.ebuild,v 1.1 2015/07/11 20:19:05 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=KIMRYAN
MODULE_VERSION=1.33
inherit perl-module
DESCRIPTION="routines for manipulating a person's name"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Parse-RecDescent-1
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? (
>=virtual/perl-Test-Simple-0.940.0
>=dev-perl/Test-Pod-1.40.0
dev-perl/Test-Pod-Coverage
)
"
SRC_TEST="do parallel"

@ -1 +1,2 @@
DIST Lingua-EN-NameParse-1.31.tar.gz 27615 SHA256 874e589130baae7e0f83345887f9af64a71b58cd35cc7cbb4adae5d96c9ccd85 SHA512 621656784554bace6dcda030801fe49dd0f6d7157190b07cbb06f1899c4307b3f8edbd603a075943f75650fc7d6687a243ffb8e3ffa497185c314ea4d921add4 WHIRLPOOL 408c538e4931b1f88cb2c133df123d0995417cb25a1cc5a802c75556ab5ad608039da9351557a9fab5b7afc79f9dedcefcedc3c8a634847bfaf6d2a1f652815c
DIST Lingua-EN-NameParse-1.33.tar.gz 27215 SHA256 d7754295f6f878812f7489ec74aa1af743ab15cee8f22cb014cfa990828a6ae6 SHA512 fa6fdc17053eb42d12ef9bb25a26434fb0becf2a3ae8bdc44887e0f2ab4873470520fece17637d1c34540a1b6a52f9cc0fd657692e87ed71bdfcdf5232eb9739 WHIRLPOOL 689f8115bef442cc24af1681870acb6b692cc17d8c142c8da5c7e3b422db5f0969951a9ad8a72d46a38eec88b4cac6f77c4741748e3e98374f453b5831894ab7

@ -1,17 +1,19 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Smaps/Linux-Smaps-0.100.0.ebuild,v 1.1 2013/01/21 17:30:37 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild,v 1.1 2015/07/11 20:22:19 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=OPI
MODULE_VERSION=0.10
MODULE_VERSION=0.13
inherit perl-module linux-info
DESCRIPTION="Linux::Smaps - a Perl interface to /proc/PID/smaps"
DESCRIPTION="Perl interface to /proc/PID/smaps"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
CONFIG_CHECK="~MMU ~PROC_PAGE_MONITOR"
SRC_TEST="do parallel"

@ -1,2 +1,2 @@
DIST Linux-Smaps-0.10.tar.gz 27036 SHA256 8e13a6b4c0963faae6a4cc23fde86fdfdddcadad72946f76a22165675311d897 SHA512 bd30bdd32dfc0e9ecd2ab2e9f80040830d0b38fdf6c3a6441f4371911f1545e68055de2eccf2b0c1c17c1f2c244f6fd883d3b4fd7ca9a8244afab12e8193d00f WHIRLPOOL 2c724c143c39d31b2c787237b5dbea71c7c4210b0276b11a10558c78b95cb902562eef7e666bdbcf91159269fe046b53c0a8e42c5c6f110004e6158bf35ed98e
DIST Linux-Smaps-0.12.tar.gz 29094 SHA256 87f5fa014d3f8f624b4b616382c76e69ed72f2c14d5b95c47b76bdc41501944c SHA512 dcb786198f318c513bc17f4feb0bcd92a28e0d1fa29f0c83d5fe8d3999192205a2e0a74536d7088eb2070c2bde20e3a52f5996d99f67f0a34a973658910759e5 WHIRLPOOL ab0bac6ee4ef57e6a4a6a9ddb60305d585c5322ad2443e26472e9fdac87fc8f1d93b1e79a912e269e6b2887a1599e0bbd68e362a80424ad4d992140af7ca72b0
DIST Linux-Smaps-0.13.tar.gz 32274 SHA256 b942acab1f08dd2cef4666d8039ca8422e2f795e580861bc9fa868cbb50317d3 SHA512 255665672cd675abf39d363acd1ebda47d4c5125de7463e1ccb4276ff4233a7369a610b3863f508e7231c7537e058d13b9c33072d562b173d5833b315c564a64 WHIRLPOOL 4a495c8307f5466ebb67a0f65829f0d7d274df3def93d8088ff2d9dcc3caab7f73b4a475f2c63af5c932e62b23ad8282b1e1615d22d3e2138683e96a57f525a6

@ -0,0 +1,29 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Lirc-Client/Lirc-Client-2.20.0.ebuild,v 1.1 2015/07/11 20:27:31 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=MGRIMES
MODULE_VERSION=2.02
inherit perl-module
DESCRIPTION="A client library for the Linux Infrared Remote Control (LIRC)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Carp
dev-perl/File-Path-Expand
>=dev-perl/Moo-1.0.0
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.360.0
virtual/perl-File-Spec
virtual/perl-IO
test? ( virtual/perl-Test-Simple )
"
SRC_TEST="do parallel"

@ -1 +1,2 @@
DIST Lirc-Client-1.54.tar.gz 12870 SHA256 a0b57cd2157539382d41806a6006210fb95e49bf14be07793eca8bf69c7fca8f SHA512 3643b5d9cd097bc88cfe7871db2aac0cc23c549b1cc19992d9882f5cd19cd33fc4a0dc7a4ba87bcd51bca253956650862648f987c6625efdfcc5d23abcf4d561 WHIRLPOOL 35f9c117f14a5ab087f3a9d57f4bf8792a3a7902baf98f87a24dcac4a078a998267786b0b42c18f88a15da64e26ed7f664cb64b2b6d2b417ca97084bde8dda15
DIST Lirc-Client-2.02.tar.gz 14255 SHA256 1309874204090b9710eda6e9ffb2e9b6a64ca04ef4bb0885c90a7ea221f47773 SHA512 4fc0c72b089b97ec600d2860969cfdfc85d9d0be529f37d0a15bcac30b742482f5e6f0b535623ba1ca412a5e172378987c7deed207ce634d1dacc4c47d316431 WHIRLPOOL 415ba5a82ad913216a7701482c16dc6ad2bbf1cc0e31bfca2756ed5d16b63a4ae595bbed5bb4cfe3589120254f972aba11a1ad2bebb3e16604b9243d31c21a34

@ -0,0 +1,30 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-MoreUtils/List-MoreUtils-0.413.0.ebuild,v 1.1 2015/07/11 20:31:10 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=REHSACK
MODULE_VERSION=0.413
inherit perl-module
DESCRIPTION="Provide the missing functionality from List::Util"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~s390 ~sh ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Exporter-Tiny-0.38.0
virtual/perl-XSLoader
"
DEPEND="${RDEPEND}
virtual/perl-Carp
virtual/perl-ExtUtils-MakeMaker
virtual/perl-File-Path
virtual/perl-File-Spec
virtual/perl-IPC-Cmd
test? ( >=virtual/perl-Test-Simple-0.960.0 )
"
SRC_TEST="do parallel"

@ -1,2 +1,3 @@
DIST List-MoreUtils-0.33.tar.gz 38997 SHA256 315c0b444c22b7bf207ac3c7e651d102c84a2308bfafb7a7efe095a9219494ad SHA512 e758b995438c5c5322317aab3602e89b9f683c42d403a0ac97ccd8cc20d0db1a75caefc22f34ad088314867c0bdd9c2b8264e8f2f6a43eab1421aa8c482233b5 WHIRLPOOL afd68dc7bc5ce5be3977097adc3caf2ec0857c18a989f841cb46a8d572b4b3fc8bd8cd4fb1d1e98ec8539c2f5baea49a21f68eb0b38d50a76e82da46ff734da7
DIST List-MoreUtils-0.408.tar.gz 169922 SHA256 93bf92e2dd560b90e4acdc12c24ca80ac1452e4a33bebe7860d02eda4ba3b9e1 SHA512 786fc6e613ab3d19c02ef8b6a35405634124d55ccde6d52bf0169397599d8cab3e37a7ffa5eaf2fe83ba933958197aefad89e5cf7707b75b3e70f2dae23412bf WHIRLPOOL e8db1e6fa5915acfdaba1f9ab6bb5ebe8f2afd6dd6759fd2416e4004bcd990557189f4518dd31e37d6a2d669ed21a5f019b96726ab00f91f1edd2f6b2b3b37d4
DIST List-MoreUtils-0.413.tar.gz 131313 SHA256 4d6429d5672ce74a59d6490320252cb8b5b8285db8fe9c6551a4162e5375ef37 SHA512 178c08995d2eddd75054b29cd68adb77617e92b7e56ac56a890eb7b8e04a1f8eda09f2208288d61352db563bff7da0accf58f7482906a51e03b38465ea655d17 WHIRLPOOL 843a54dc44e6698ced55e2737dc42c14327af5e76d25899e617cbec6fccceb4ddcf8ca424e641fa32be60b6b1878191ad3446c1f8477c7c751559799b3d871bc

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/locale-maketext-lexicon/locale-maketext-lexicon-0.960.0-r1.ebuild,v 1.5 2014/11/21 14:29:58 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-0.960.0-r1.ebuild,v 1.1 2015/07/11 20:36:32 dilfridge Exp $
EAPI=5

@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-Maketext-Lexicon/Locale-Maketext-Lexicon-1.0.0.ebuild,v 1.1 2015/07/11 20:45:54 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=DRTECH
MODULE_VERSION=1.00
inherit perl-module
DESCRIPTION="Use other catalog formats in Maketext"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd"
IUSE="test"
RDEPEND="
>=virtual/perl-Locale-Maketext-1.170.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
dev-perl/Test-Pod
)
"
SRC_TEST="do parallel"

@ -1 +1,2 @@
DIST Locale-Maketext-Lexicon-0.96.tar.gz 94819 SHA256 9b6edcd85bc93a6387daeacac30687ece8d5af1d4c43c7e1609f8e1d30915c76 SHA512 83d9c6503b4b31ea786c9c7c1d242c7d12df35e9aa735901b833cd582c0078a1136571841c2d7872e6e64ea8043159eb848e37f679747568d2fadfd14854b46f WHIRLPOOL 3234154a058d90e46bedd151d59a1b328b5b898c5f790a29a4026764aaa0e06add53799f4a9b0a58803027bfb04b70edcdcf7a41fe5407797aca878919e00eba
DIST Locale-Maketext-Lexicon-1.00.tar.gz 92130 SHA256 b73f6b04a58d3f0e38ebf2115a4c1532f1a4eef6fac5c6a2a449e4e14c1ddc7c SHA512 b16a4296048aa77809780f6f55e944a67ce3287708bff4fc88d8ee487a6493580a7129a740ee65c6c74fa27e4343964fa8a5269f66fffc308354e723ed4afa60 WHIRLPOOL 6ac91cf9b382651d665978912a2619038dd2d0fd6463e7c6751a405831a62fc80355dcd8b2c63d11a1af9e7175e2f7511cd068eb1d42240d218e734992391d98

@ -1 +1,2 @@
DIST Net-SMTP-SSL-1.01.tar.gz 1806 SHA256 13599c46bc7ce47fc151ace89d0625294b62154c3a20c7ff7e7614d1f2ee6289 SHA512 7d078830d088b18a7493820800e01743da4d771e8fb5f68bd5d2a6b035f4e40729adb7e5878cdd9a1a192a0c4e523a1c170e8733e30516804b16bc79d50e31ad WHIRLPOOL 3822093a14d344d36681d4acb387990507e317fa6675eb168050b3ca7b956612624965965b8a80760702726ada4879517d73db91036ba749134dfd5d83865cf4
DIST Net-SMTP-SSL-1.03.tar.gz 2271 SHA256 305d0fdd74bb7339d1928e738b247262c0f708149781c5771583b71d5625c917 SHA512 71e766274745893cb6eddc91a4b24d7b538051974a2cd93d4abd8447daec72907b482edb25e628cfa480c99af935568c4765e85ddfc951e0ec9b2de25c366bc8 WHIRLPOOL 3f16396edcfe95abe7ab9313d8067fec1508bdbabe26d0325a50cc7f1d8cb6d8736d55af77be662affa2e29695c6ab6b3a92d74b681f03044696913151592404

@ -0,0 +1,26 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SMTP-SSL/Net-SMTP-SSL-1.30.0.ebuild,v 1.1 2015/07/11 21:54:36 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=RJBS
MODULE_VERSION=1.03
inherit perl-module
DESCRIPTION="SSL support for Net::SMTP"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
virtual/perl-libnet
dev-perl/IO-Socket-SSL
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
SRC_TEST="do parallel"

@ -1 +1,2 @@
DIST PadWalker-1.96.tar.gz 15272 SHA256 df250e242f2a1009a8e9fe393b5c8b9ff4817efb345117fd6ada6a3da8380ca0 SHA512 b3fc68a457f90846c98811b0e012bcdadaac9df9077bbe3b361d82ad61d314702b735fc43551ec0d8fd566cdd0f4bae9bbc2f0af2be7f921889953b26e4150e2 WHIRLPOOL ff038f0d80e5a306e93de1154ab4fef58bc72935edcbcf27495b99156c66eb933197d4493c9bead7210d705d56e6bcb00d71974c640f59e3ca1be54761860499
DIST PadWalker-2.1.tar.gz 16096 SHA256 fd5bed56543c46ea27a04a690c0504c72192235516fd9fa9af6fd6e220555a6e SHA512 632100ef9f13def71aa496737d6a49977d311cae749a1b4827f2b965ae797357fbb5ab756ead0927f200ba8a8a62a9b6fcce3a49f3cc0c4e196855d8427502d3 WHIRLPOOL dcd7ea28fdef4f96d94c13ed2e00b6c6e878a580ef9a4f322d7649fc720f795ebc932be4b2ad51602ba270588c208b800de5db4c9cb30fa4f815225c1d7c149f

@ -0,0 +1,19 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PadWalker/PadWalker-2.100.0.ebuild,v 1.1 2015/07/11 21:50:44 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=ROBIN
MODULE_VERSION=2.1
inherit perl-module
DESCRIPTION="play with other peoples' lexical variables"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
DEPEND="virtual/perl-ExtUtils-MakeMaker"
SRC_TEST="do parallel"

@ -1,2 +1,3 @@
DIST libintl-perl-1.20.tar.gz 499899 SHA256 3036a9d2df85f200631b55a0b01082898c20819d9aabdb9b871508054bee5c67 SHA512 7d3ff7b1b48c2e5d1bcf07ce9e4519d3146acee04314709ccbfdfc54fb6d5d2583468bb72532115c423de9853364d4912c7a2ecffdd7132e5a4af59cca509db1 WHIRLPOOL 3509d0e9b4f671dd056cc53ef715bce3ae95bd02905f7ceed1aaee66d33278aeb34aa1f2166a64cbb557d2cafe9654324abc1267f0d8ab469f6dcedf7ba77e67
DIST libintl-perl-1.23.tar.gz 523571 SHA256 60da16356c2fa89a0c542c825d626c8c2811202b6002b56d8574b928a1379ffa SHA512 019ac62bbe7109db5d3525621cb026fa03955764689b81152138a7410ab4f58761d73614bd8e0a6e1424a04343ce19a1bbc7f480f5513db1da5420fa033c8030 WHIRLPOOL 61340cc639b505c47d515ec4774467549eeea7e59e5bd63d2c4835fa3446e6ef278f116dd9805f311fde0a9c0882b13aba55aaddd7de3da2f2dbc2c0ab0888db
DIST libintl-perl-1.24.tar.gz 605626 SHA256 d8d5e95f5553e1a624c3f8bf0cd42f4a46d67bcf83291d5bd6c81c9be2f261a2 SHA512 1c2c5d6d7ab21c45897195952a9f0f6ba26a9bbb7bfef0b5f3e9da282fcf94ab4ee80721164e5e3293d8abda0158e77ffbc331b8bed66aa56dd7fc7a6a91323d WHIRLPOOL e29989dd61c3d2305b1167b3242323e527d10095bd5a4185f7ab7aff4f6a5a9505f02cb244064eed0be2401a76ec00326e754254e854344e0af302aa8fc41aed

@ -0,0 +1,34 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.240.0.ebuild,v 1.1 2015/07/11 20:06:46 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=GUIDO
MODULE_VERSION=1.24
inherit perl-module
DESCRIPTION="High-Level Interface to Uniforum Message Translation"
HOMEPAGE="http://guido-flohr.net/projects/libintl-perl ${HOMEPAGE}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND="virtual/libintl"
RDEPEND=${DEPEND}
SRC_TEST=do
src_test() {
if grep -q '^de_' <( locale -a ) ; then
if grep -q '^de_AT$' <( locale -a ) ; then
perl-module_src_test
else
ewarn "Skipping tests, known broken with de_ and without de_AT"
fi
else
perl-module_src_test
fi
}

@ -1,2 +1,3 @@
DIST Math-Pari-2.01080605.tar.gz 122627 SHA256 eed553dc838973566c23b77cc30c9130802ba502e6a33969e25183bc5831ca46 SHA512 a92ff01afce8d52c5d7c4fec1a5759b5d7b786c8f359348ac8f4e7fc95be9338b990879d4d89598dc5333f79c53a92e54f6756d0e6c9a0e9e72a4dfd15b0b263 WHIRLPOOL 7e8ecc1329750019a65819af07fe3170af511a90fcae17464163bac4654d475048ad423b1f37f06d4e11e5ff1a7b803c9fe4e298ba1b39a46700efb3609385d6
DIST Math-Pari-2.010808.zip 153838 SHA256 543633b2984a71e8adee2a6130f740cc1e22aefb95ca3e886338aee9e1ae3c06 SHA512 006e77328f0d8e61b89addbb6b8b8a8adb8c8c1591a1d3cdf80f5183a5fb30bb19219cbfc2624d15ffcdb6b0dc5cff4d69e6e27eb7cb6c29796bbab36ecfda88 WHIRLPOOL ad325762b7568548f72ffe30c20544254f3eceed8ca61e6a1938d89612798ac7a9231bc507a458760a55ba96684421530d5e2922479cc1b33359757cd8ada998
DIST pari-2.3.5.tar.gz 2018097 SHA256 47ddae1af73b4476660d2a89338483949067a97ffb8758c82e8189dfa4c89d88 SHA512 0e49e6310b4c76ef3370786a13aa8cbc5bb0b7dc84ec1665866d623e6284f45db8584eea759e8b5954dc9b5c8a3e866e77a377d18073ed33f11708a7e88a4cca WHIRLPOOL 1d7f3fcfb5c4b44479ea7494536bcb7c971df721a23bca9f7bdee878cc91c5beec5353920d352142534e89bb0158bfd8ad9a431a22c90fc577676e3f8ceb8b9b

@ -0,0 +1,63 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/math-pari/math-pari-2.10.808.ebuild,v 1.1 2015/07/11 20:59:54 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=ILYAZ
MODULE_SECTION=modules
MODULE_VERSION=2.010808
MODULE_A_EXT=zip
MY_PN=Math-Pari
inherit perl-module toolchain-funcs
PARI_VER=2.3.5
DESCRIPTION="Perl interface to PARI"
SRC_URI="${SRC_URI}
http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
# Math::Pari requires that a copy of the pari source in a parallel
# directory to where you build it. It does not need to compile it, but
# it does need to be the same version as is installed, hence the hard
# DEPEND below
RDEPEND="~sci-mathematics/pari-${PARI_VER}"
DEPEND="${RDEPEND}"
S_PARI=${WORKDIR}/pari-${PARI_VER}
SRC_TEST=do
src_prepare() {
# On 64-bit hardware, these files are needed in both the 64/ and 32/
# directories for the testsuite to pass.
cd "${S_PARI}"/src/test/
for t in analyz compat ellglobalred elliptic galois graph intnum kernel \
linear nfields number objets ploth polyser program qfbsolve rfrac \
round4 stark sumiter trans ; do
i="in/${t}"
o32="32/${t}"
o64="64/${t}"
[ -f "$i" -a ! -f "$o32" ] && cp -al "$i" "$o32"
[ -f "$i" -a ! -f "$o64" ] && cp -al "$i" "$o64"
done
perl-module_src_prepare
}
src_configure() {
# Unfortunately the assembly routines math-pari has for SPARC do not appear
# to be working at current. Perl cannot test math-pari or anything that
# pulls in the math-pari module as DynaLoader cannot load the resulting
# .so files math-pari generates. As such, we have to use the generic
# non-machine specific assembly methods here.
use sparc && myconf="${myconf} machine=none"
perl-module_src_configure
}
src_compile() {
emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
}

@ -1,4 +1,3 @@
DIST Wx-0.9902.tar.gz 406639 SHA256 ea4982993de1a188d4bc130d785f10faa0fda4c8521b08b3768915d0ed8b7ebf SHA512 e6d1061319c0232b0f5109f314b88c771960aeb2ce18effd4bf040fd377edd0f9ab94f3359c318b52a40fe73bd8e1a0c9f90d87d5c23690435303e644e5bbfd3 WHIRLPOOL 59f4b30616931d3c89bd61076bbaf69592ec0facb3eb063387d8d34f004b5c42775b5bafe688d2bd5458af9556c023a6149a0e104d7ef34403eccb9c760dc353
DIST Wx-0.9915.tar.gz 476594 SHA256 6c6f93fae8400fdc6a9d791ebf81bead8dec2e773abf3ca8efc833df73304dec SHA512 1687414f86b74fda0d144ca37194aafb75182b49144a716a1c4293a64ba22860cf07306982822736ff979ff9336d6030232859add21456dd59d74aa658bcc6d5 WHIRLPOOL 2298a2298879c83521f9fa907a129e5fbf2129970a94722ce059ed6c4bba238b2dfc8e45bf3b8ce6af1f3fce8e2115beddc70def6a3a4f6f5041f7238bdf13ae
DIST Wx-0.9916.tar.gz 476639 SHA256 17f9967d63bb8fd0ea1bbdeec3a6eff1a512d53c4f6b576eca3aed00b7722c5b SHA512 2e569dff9e3dc258e7abff4e2df8f3f70b385fa3a4716e7d9c6314c02f68ff4b0256ad739b86aeea98a2e52dcc3fd6aadfe9873b8235f1fb68217ef32f1316c9 WHIRLPOOL eaa0b250abc798363735039d2462bcd0d60d10f2a6fb2802568beeaa667a63a14a2dd32f13f4b053b29cfa9521496e5ad33db788350dc0582ec449f2e37d2f41
DIST Wx-0.9917.tar.gz 485343 SHA256 1356f7830173ad17ad8bd760306ac101c05165613cb87e02d843f20c340c085a SHA512 6b06bfdd7ab883eaf8e6b3aed62ecf9105c2388be353a8c51355695543121350ead2040c51a4cf5a6ebacd1e8096cc76e9c77be0222fbc2c3ce2335028118fc8 WHIRLPOOL c907f852f977adc90b6438321151bd72aaf61b517c4e146e74848325e78bc4c5f8b64d210e4bd78d6ac23d7a51002660f21712b1b43a3e777c545926e10a020f
DIST Wx-0.9927.tar.gz 486022 SHA256 a174bd1b6a5558174697775be0ede2fb8260258d60bb6e116dfe6f56ac1d22bb SHA512 9f81b0c5f8017ca03eeb773555842d3e2b8360b20b071534f9f6501094af0f5371a0b2cfb5cd490b7ee77316ad3005183ff8c16f945393bff2d615e4d8721726 WHIRLPOOL 1210eb83969ab1ab6b89dc8b1aa7d605406276b22dcaf35bdc1a2c9d02ecbb8a1ac88ed15f9852f9e38b959215cd4d55a2747204c37f4a61ebac69b7d7ea8a5b

@ -1,29 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/wxperl-0.991.500.ebuild,v 1.1 2012/12/30 11:58:28 tove Exp $
EAPI=5
MY_PN=Wx
WX_GTK_VER="2.8"
MODULE_AUTHOR=MDOOTSON
MODULE_VERSION=0.9915
inherit wxwidgets perl-module
DESCRIPTION="Perl bindings for wxGTK"
HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-perl/Alien-wxWidgets-0.25
>=virtual/perl-File-Spec-0.82
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-ParseXS-0.22.03
>=dev-perl/ExtUtils-XSpp-0.160.200
"
MAKEOPTS="${MAKEOPTS} -j1"

@ -1,29 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/wxperl-0.991.600.ebuild,v 1.1 2013/01/20 10:10:34 tove Exp $
EAPI=5
MY_PN=Wx
WX_GTK_VER="2.8"
MODULE_AUTHOR=MDOOTSON
MODULE_VERSION=0.9916
inherit wxwidgets perl-module
DESCRIPTION="Perl bindings for wxGTK"
HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-perl/Alien-wxWidgets-0.25
>=virtual/perl-File-Spec-0.82
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-ParseXS-0.22.03
>=dev-perl/ExtUtils-XSpp-0.160.200
"
MAKEOPTS="${MAKEOPTS} -j1"

@ -0,0 +1,40 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/wxperl-0.992.700.ebuild,v 1.1 2015/07/11 21:23:41 dilfridge Exp $
EAPI=5
MY_PN=Wx
WX_GTK_VER="2.8"
MODULE_AUTHOR=MDOOTSON
MODULE_VERSION=0.9927
inherit wxwidgets virtualx perl-module
DESCRIPTION="Perl bindings for wxGTK"
HOMEPAGE="http://wxperl.sourceforge.net/ ${HOMEPAGE}"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Alien-wxWidgets-0.250.0
>=virtual/perl-File-Spec-0.820.0
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.480.0
>=virtual/perl-ExtUtils-ParseXS-3.150.0
>=dev-perl/ExtUtils-XSpp-0.160.200
>=virtual/perl-if-0.30.0
test? (
>=virtual/perl-Test-Harness-2.260.0
>=virtual/perl-Test-Simple-0.430.0
)
"
src_test() {
VIRTUALX_COMMAND=perl-module_src_test
virtualmake
}
SRC_TEST="do"

@ -4,3 +4,4 @@ DIST pbr-0.8.2.tar.gz 77790 SHA256 eef2ace8d65d5902582cbc9ad3b2ecff0e86a6f90ad48
DIST pbr-1.0.1.tar.gz 96438 SHA256 fc3d19ab844647388cc13a3df403bda872d2fc16662803d0ebcc1787d3645552 SHA512 4c4d623a558761edb5724ccb55122bf37a57a2ef48c5a2788df0d564d913a0aa59887f12da698d019e2636d70e92f45002520aeb6b7401f4b47d10c4c76b7567 WHIRLPOOL 1c08bad2d47e3805d59464a62365423fdd46a711d3ca860375962af2ba899d8e8165912f28d3c35957554116a466cbb16c57272a24eeba73d8ce0ca417c23837
DIST pbr-1.1.1.tar.gz 97607 SHA256 3d63cc8e145e5e20624859d6453d783ae1451704483ae23d3315041d65e4d423 SHA512 bf997b85ef1b1f3ff51050ca9314f48ffd3119ba0da3acfe0e97b8498eb4af5137a528a3359527c21bbbcc6425b2eebaff69177c3eecb612a1d137b020bd019c WHIRLPOOL 45c6e4ca421df003a9ec19dca500972395644a55cafa1482c8860a87baf3ffa71ef9c4180f07dfe4db3c8b2ac0ca8171233a7e54245622cd9108f5a975ec1b80
DIST pbr-1.2.0.tar.gz 99092 SHA256 1543fc3e00261369c160fc8cf700717aad15fbc1f0ea0e8dc4f372cb91a655d0 SHA512 e5adc396596f4b42a8eb569c970a3cf571b119740b9ca221dc57c6f34c088df1dbfca3c704b7dd3b2d6676d48f9eba17ddb535e28ef6ab0572206620b894c5a2 WHIRLPOOL 6baaeecc6dc7c228d76f7a8f42af19cf179540483267ea863323e09654a3faac0cabbea6dc6d83b36e0c4496cd5872f05e1e9b7f5c5a36272fc746f84e2dd504
DIST pbr-1.3.0.tar.gz 99701 SHA256 1a6f8d514fc11d2571c75c207d932c106f024f199b5f12d25f8ca022b026c59d SHA512 29f661a1d8bed6df5017bb342209e702f19e72c321952a9131d84222162599208bea67922485a87b6f3505e072d62cb13fdfcdd4fbb7c085b3476f6ff5a07df9 WHIRLPOOL 978d943efd2f582b8067a898f102005c749df8addee4ec3d6f4f4c4078e3190263ceba46409281e7bd38ab59ad12f45d3d208cfd6ba58ece72d973161dfd08e9

@ -0,0 +1,66 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-1.3.0.ebuild,v 1.1 2015/07/11 19:08:26 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
inherit distutils-r1
DESCRIPTION="Inject some useful and sensible default behaviors into setuptools"
HOMEPAGE="https://github.com/openstack-dev/pbr"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
>=dev-python/fixtures-1.3.1[${PYTHON_USEDEP}]
>=dev-python/mock-1.0[${PYTHON_USEDEP}]
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
<dev-python/sphinx-1.3[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testresources-0.2.4[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
dev-python/virtualenv[${PYTHON_USEDEP}]
)"
RDEPEND="dev-python/pip[${PYTHON_USEDEP}]"
# Requ'd for testsuite
DISTUTILS_IN_SOURCE_BUILD=1
# This normally actually belongs here.
python_prepare_all() {
# This test passes when run within the source and doesn't represent a failure, but rather
# a gentoo sandbox constraint
# Rm tests that rely upon the package being already installed and fail
sed -e s':test_console_script_develop:_&:' \
-e s':test_console_script_install:_&:' \
-e s':test_sdist_extra_files:_&:' \
-e s':test_command_hooks:_&:' \
-e s':test_sdist_git_extra_files:_&:' \
-i pbr/tests/test_core.py || die
sed -e s':test_command_hooks:_&:' \
-e s':test_global_setup_hooks:_&:' \
-i pbr/tests/test_hooks.py || die
einfo "rogue tests disabled"
distutils-r1_python_prepare_all
}
python_test() {
# Note; removed tests pass once package is emerged,
# it's the suite's design that breaks form, not the tests' intended purpose
testr init || die
testr run || die "Testsuite failed under ${EPYTHON}"
}

@ -14,7 +14,6 @@
GTK+ theme</flag>
<flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> for text shaping</flag>
<flag name="ibus">Build the IBus input method plugin</flag>
<flag name="kms">Build the KMS platform plugin</flag>
<flag name="qt3support">Enable the Qt3Support libraries for Qt4. Note that
this does not mean you can compile pure Qt3 programs with Qt4.</flag>
<flag name="trace">

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-5.4.2.ebuild,v 1.1 2015/06/17 15:21:03 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-5.4.2-r1.ebuild,v 1.1 2015/07/11 18:17:30 pesa Exp $
EAPI=5
QT5_MODULE="qtbase"
@ -12,13 +12,16 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
fi
# TODO: directfb, linuxfb, offscreen (auto-depends on X11)
# TODO: directfb, linuxfb, kms integration in eglfs
IUSE="accessibility egl eglfs evdev +gif gles2 gtkstyle +harfbuzz ibus jpeg kms +png udev +xcb"
IUSE="accessibility dbus egl eglfs evdev +gif gles2 gtkstyle
+harfbuzz ibus jpeg +png +udev +xcb"
REQUIRED_USE="
|| ( eglfs xcb )
accessibility? ( dbus xcb )
egl? ( evdev )
eglfs? ( egl )
kms? ( egl gles2 )
ibus? ( dbus )
"
RDEPEND="
@ -28,6 +31,7 @@ RDEPEND="
media-libs/freetype:2
>=sys-libs/zlib-1.2.5
virtual/opengl
dbus? ( ~dev-qt/qtdbus-${PV} )
egl? ( media-libs/mesa[egl] )
evdev? ( sys-libs/mtdev )
gtkstyle? (
@ -37,13 +41,7 @@ RDEPEND="
)
gles2? ( media-libs/mesa[gles2] )
harfbuzz? ( >=media-libs/harfbuzz-0.9.32:= )
ibus? ( ~dev-qt/qtdbus-${PV} )
jpeg? ( virtual/jpeg:0 )
kms? (
media-libs/mesa[gbm]
virtual/libudev:=
x11-libs/libdrm
)
png? ( media-libs/libpng:0= )
udev? ( virtual/libudev:= )
xcb? (
@ -58,12 +56,11 @@ RDEPEND="
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
accessibility? ( ~dev-qt/qtdbus-${PV} )
)
"
DEPEND="${RDEPEND}
evdev? ( sys-kernel/linux-headers )
test? ( ~dev-qt/qtnetwork-${PV} )
udev? ( sys-kernel/linux-headers )
"
PDEPEND="
ibus? ( app-i18n/ibus )
@ -77,6 +74,8 @@ QT5_TARGET_SUBDIRS=(
src/plugins/generic
src/plugins/imageformats
src/plugins/platforms
src/plugins/platforminputcontexts
src/plugins/platformthemes
)
QT5_GENTOO_CONFIG=(
@ -98,7 +97,6 @@ QT5_GENTOO_CONFIG=(
!harfbuzz:no-harfbuzz:
jpeg:system-jpeg:IMAGEFORMAT_JPEG
!jpeg:no-jpeg:
kms:kms:
:opengl
png:png:
png:system-png:IMAGEFORMAT_PNG
@ -114,19 +112,23 @@ QT5_GENTOO_CONFIG=(
xcb::XKB
)
pkg_setup() {
use gtkstyle && QT5_TARGET_SUBDIRS+=(src/plugins/platformthemes/gtk2)
use ibus && QT5_TARGET_SUBDIRS+=(src/plugins/platforminputcontexts/ibus)
use xcb && QT5_TARGET_SUBDIRS+=(src/plugins/platforminputcontexts/compose)
src_prepare() {
# egl_x11 is activated when both egl and xcb are enabled
use egl && QT5_GENTOO_CONFIG+=(xcb:egl_x11) || QT5_GENTOO_CONFIG+=(egl:egl_x11)
# avoid automagic dep on qtdbus
use dbus || sed -i -e 's/contains(QT_CONFIG, dbus)/false/' \
src/platformsupport/platformsupport.pro || die
qt_use_disable_mod ibus dbus \
src/plugins/platforminputcontexts/platforminputcontexts.pro
qt5-build_src_prepare
}
src_configure() {
local myconf=(
$(use accessibility && usex xcb -dbus-linked '')
$(usex ibus -dbus-linked '')
$(usex dbus -dbus-linked '')
$(qt_use egl)
$(qt_use eglfs)
$(qt_use evdev)
@ -137,7 +139,6 @@ src_configure() {
$(qt_use gtkstyle)
$(qt_use harfbuzz harfbuzz system)
$(qt_use jpeg libjpeg system)
$(qt_use kms)
-opengl $(usex gles2 es2 desktop)
$(qt_use png libpng system)
$(qt_use udev libudev)

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild,v 1.1 2015/02/01 22:59:08 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid-io/celluloid-io-0.16.2.ebuild,v 1.2 2015/07/11 20:15:09 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -17,7 +17,7 @@ IUSE=""
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~ppc64"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
ruby_add_rdepend ">=dev-ruby/celluloid-0.16.0
>=dev-ruby/nio4r-1.1.0"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.16.0.ebuild,v 1.1 2014/11/02 11:05:58 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/celluloid/celluloid-0.16.0.ebuild,v 1.2 2015/07/11 20:14:54 zlogene Exp $
EAPI=5
# rbx or jruby recommended, but only in 1.9 mode.
@ -23,7 +23,7 @@ IUSE=""
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~ppc64"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
RUBY_PATCHES=( "${P}-call-private-methods.patch" )

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild,v 1.2 2015/06/01 05:59:54 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/certificate_authority/certificate_authority-0.1.6.ebuild,v 1.3 2015/07/11 20:18:09 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc64"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild,v 1.3 2015/07/08 04:30:29 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild,v 1.4 2015/07/11 20:23:06 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/mperham/connection_pool"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc64"
KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
IUSE=""
ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dalli/dalli-2.7.4-r1.ebuild,v 1.3 2015/07/08 04:30:51 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dalli/dalli-2.7.4-r1.ebuild,v 1.4 2015/07/11 20:23:41 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -16,7 +16,7 @@ DESCRIPTION="A high performance pure Ruby client for accessing memcached servers
HOMEPAGE="https://github.com/mperham/dalli"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc64"
KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
IUSE=""
DEPEND+="${DEPEND} test? ( >=net-misc/memcached-1.4.0 )"

@ -1,14 +1,16 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.1.ebuild,v 1.1 2015/07/05 05:30:00 prometheanfire Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild,v 1.2 2015/07/11 21:58:49 prometheanfire Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
inherit cmake-utils
inherit cmake-utils ruby-ng
DESCRIPTION="A cross-platform Ruby library for retrieving facts from operating systems"
HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/"
SRC_URI="https://downloads.puppetlabs.com/facter/${P}.tar.gz"
S="${S}/all/${P}"
LICENSE="Apache-2.0"
SLOT="0"
@ -16,18 +18,19 @@ IUSE="debug test"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
CDEPEND="
>=sys-devel/gcc-4.8
>=sys-devel/gcc-4.8:*
>=dev-libs/boost-1.54
>=dev-cpp/yaml-cpp-0.5.1
dev-libs/openssl:=
sys-apps/util-linux
app-emulation/virt-what
net-misc/curl"
RDEPEND+=" ${CDEPEND}"
DEPEND+=" test? ( ${CDEPEND} )"
src_prepare() {
sed -i 's/\-Werror\ //g' vendor/leatherman/cmake/cflags.cmake || die
sed -i 's/\-Werror\ //g' "vendor/leatherman/cmake/cflags.cmake" || die
}
src_configure() {
@ -48,3 +51,13 @@ src_configure() {
fi
cmake-utils_src_configure
}
each_ruby_install() {
doruby "${D}usr/lib64/ruby/vendor_ruby/facter.rb"
}
src_install() {
cmake-utils_src_install
ruby-ng_src_install
rm -R "${D}usr/lib64/ruby/vendor_ruby" || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v 1.3 2015/04/11 08:16:39 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hitimes/hitimes-1.2.2.ebuild,v 1.4 2015/07/11 20:12:38 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/copiousfreetime/hitimes"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
all_ruby_prepare() {

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild,v 1.2 2015/06/01 06:00:32 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild,v 1.3 2015/07/11 20:18:40 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/httprb/form_data.rb"
LICENSE="MIT"
SLOT="1.0"
KEYWORDS="~amd64 ~ppc64"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
all_ruby_prepare() {

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/http-0.8.12.ebuild,v 1.2 2015/06/01 06:01:52 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http/http-0.8.12.ebuild,v 1.3 2015/07/11 20:19:14 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/tarcieri/http"
LICENSE="MIT"
SLOT="0.8"
KEYWORDS="~amd64 ~ppc64"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
ruby_add_rdepend "

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/itextomml/itextomml-1.5.2.ebuild,v 1.1 2015/07/04 15:16:29 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/itextomml/itextomml-1.5.2.ebuild,v 1.2 2015/07/11 20:38:08 zlogene Exp $
EAPI=5
@ -15,7 +15,7 @@ HOMEPAGE="http://golem.ph.utexas.edu/~distler/blog/itex2MML.html"
LICENSE="|| ( GPL-2+ MPL-1.1 LGPL-2+ )"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE=""
#Tests don't fail here

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-1.6.0.ebuild,v 1.1 2015/07/04 19:12:56 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/kramdown/kramdown-1.6.0.ebuild,v 1.2 2015/07/11 20:38:47 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -17,7 +17,7 @@ HOMEPAGE="http://kramdown.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE="latex"
LATEX_DEPS="latex? ( dev-texlive/texlive-latex dev-texlive/texlive-latexextra )"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-2.8.6.ebuild,v 1.1 2015/03/18 13:10:28 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-2.8.6.ebuild,v 1.2 2015/07/11 20:15:38 zlogene Exp $
EAPI=5
@ -21,7 +21,7 @@ HOMEPAGE="https://github.com/guard/listen"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~ppc64"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
# Block on other packages trying to install a /usr/bin/listen

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild,v 1.1 2015/07/10 06:01:10 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multi_xml/multi_xml-0.5.5.ebuild,v 1.2 2015/07/11 20:21:16 zlogene Exp $
EAPI=5
@ -18,7 +18,7 @@ DESCRIPTION="A generic swappable back-end for XML parsing"
HOMEPAGE="http://rdoc.info/gems/multi_xml"
LICENSE="MIT"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nio4r/nio4r-1.1.0.ebuild,v 1.2 2015/03/24 16:20:14 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nio4r/nio4r-1.1.0.ebuild,v 1.3 2015/07/11 20:13:12 zlogene Exp $
EAPI=5
@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/celluloid/nio4r"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
# Note that nio4r bundles a patched copy of libev, and without these

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ox-2.2.0-r1.ebuild,v 1.1 2015/07/10 05:53:47 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ox/ox-2.2.0-r1.ebuild,v 1.2 2015/07/11 20:20:38 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@ -15,7 +15,7 @@ HOMEPAGE="http://www.ohler.com/ox/ https://github.com/ohler55/ox"
SRC_URI="https://github.com/ohler55/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ritex/ritex-1.0.1.ebuild,v 1.1 2015/07/04 16:05:27 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ritex/ritex-1.0.1.ebuild,v 1.2 2015/07/11 20:38:26 zlogene Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@ -15,7 +15,7 @@ HOMEPAGE="http://masanjin.net/ritex/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend "dev-ruby/racc"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timers/timers-4.0.1.ebuild,v 1.2 2015/04/16 23:50:19 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timers/timers-4.0.1.ebuild,v 1.3 2015/07/11 20:13:47 zlogene Exp $
EAPI=5
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/tarcieri/timers"
LICENSE="MIT"
SLOT="4"
KEYWORDS="~amd64 ~ppc ~ppc64"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
ruby_add_rdepend "dev-ruby/hitimes"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1.ebuild,v 1.11 2015/06/13 19:43:23 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/games-arcade/frozen-bubble/frozen-bubble-2.2.1_beta1.ebuild,v 1.12 2015/07/11 20:39:07 dilfridge Exp $
EAPI=5
MY_P=${P/_/-}
@ -33,7 +33,7 @@ RDEPEND=">=dev-lang/perl-5.12
virtual/perl-IO"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-perl/locale-maketext-lexicon
dev-perl/Locale-Maketext-Lexicon
virtual/perl-ExtUtils-CBuilder
virtual/perl-ExtUtils-ParseXS
dev-perl/Module-Build"

@ -0,0 +1,141 @@
IMPORTANT NOTICE: PLEASE READ CAREFULLY BEFORE CONTINUING WITH YOUR INSTALLATION OF EAGLE
This license agreement ('License') is a legal agreement between you ('Licensee' or 'you') and CadSoft Computer GmbH of Pleidolfweg 15, Pleiskirchen, D-84568, Germany ('Licensor' or 'we') for this EAGLE software product ('Software'), which includes computer software and any data supplied with it (such as electronic manuals or tutorials) ('Documentation').
BY CLICKING ON THE 'YES' OR 'AGREE' BUTTON BELOW YOU AGREE TO THE TERMS OF THIS LICENSE (INCLUDING THE RELEVANT SCHEDULES TO IT) WHICH WILL BIND YOU AND ANYONE WHO USES THE COPY OF EAGLE LICENSED TO YOU. IF YOU DO NOT AGREE TO THE TERMS OF THIS LICENSE, WE ARE UNWILLING TO LICENSE THE SOFTWARE TO YOU. YOU SHOULD NOT IN THIS EVENT CLICK THE 'YES' OR 'AGREE' BUTTON AND THE INSTALLATION PROCESS WILL NOT CONTINUE. .
1. GRANT AND SCOPE OF LICENSE
1.1 In consideration of your agreeing to abide by the terms of this License, the Licensor hereby grants to you a non-exclusive, non-transferable license to use the Software and the Documentation on the terms of this License.
1.2 The terms on which you are licensed to use the Software vary according to the edition licensed to you. Please see the Schedules to this License for any terms applicable to the Software edition licensed to you which are in addition to or amend those set out below. The Schedule relevant to the edition of EAGLE licensed to you (in each case the 'Applicable Schedule') will form part of this License. In the event of any conflict between conditions 1 to 14 of this License and the provisions of the Applicable Schedule, the provisions of the Applicable Schedule will prevail.
1.3 You may:
(a) use the Software for your purposes only, either:
(i) on one computer if the License is a single-user license or the Software is for single use; or
(ii) if the License is a multi-user license, by the number of concurrent users agreed between you and us
provided that, in either case and save where prohibited in the Applicable Schedule, the Software may be installed on more than one computer or file server simultaneously provided that it is not used concurrently on more than the number of computers for which use is licensed in accordance with (i) or (ii) above, whichever is appropriate.
(b) transfer the Software from one computer to another provided it is used only on the number of computers for which use is licensed in accordance with condition 1.3 (a);
(c) make up one copy of the Software for back-up purposes only, provided that this is necessary for the activities permitted under condition 2.1;
(d) receive and use any free supplementary software code or update of the Software incorporating "patches" and corrections of errors as may be provided by us from time to time;
(e) use any Documentation in support of the use permitted under condition 1.2.
We reserve the right to use a license management tool to ensure compliance with the terms of this License. We furthermore reserve the right to use such a tool in future, for example together with an updated or upgraded version or any new release of the Software, in case the version you have bought does not include such a license management tool.
2. LICENSEE'S UNDERTAKINGS
2.1 Except as expressly set out in this License or as permitted by any local law, you undertake:
(a) not to copy the Software or Documentation except where such copying is incidental to normal use of the Software, or where it is necessary for the purpose of back-up;
(b) not to rent, lease, sub-license, loan, translate, merge, adapt, vary or modify the Software or Documentation;
(c) not to make alterations to, or modifications of, the whole or any part of the Software, nor permit the Software or any part of it to be combined with, or become incorporated in, any other programs;
(d) not to disassemble, decompile, reverse engineer or create derivative works based on the whole or any part of the Software nor attempt to do any such thing except to the extent that such actions cannot be prohibited because they are essential for the purpose of achieving inter-operability of the Software with another software program, and provided that the information obtained by you during such activities:
(i) is used only for the purpose of achieving inter-operability of the Software with another software program; and
(ii) is not unnecessarily disclosed or communicated without the Licensor's prior written consent to any third party; and
(iii) is not used to create any software which is substantially similar to the Software;
(e) to keep all copies of the Software secure and to maintain accurate and up-to-date records of the number and locations of all copies of the Software;
(f) to supervise and control use of the Software and ensure that the Software is only used in accordance with the terms of this License;
(g) to include the copyright notice of the Licensor on all copies (entire or partial) you make of the Software on any medium;
(h) to replace the current version of the Software with any updated or upgraded version or any new release provided by the Licensor under the terms of this License immediately on receipt; and
(i) not to provide or otherwise make available the Software in whole or in part (including but not limited to program listings, object and source program listings, object code and source code), in any form to any person (other than, in the case of a multi-user license only, such number of your employees or authorised representatives as are permitted to use the Software at any time under the terms of this License) without prior written consent from the Licensor.
2.2 The Licensor may at any time request you to provide a certificate of confirmation of your compliance with the terms of this License and you will provide such certificate on request.
3. SUPPORT
As any support provided for the Software is provided free of charge, we provide only such support for it as we see fit and that support may vary according to the edition of the Software licensed to you. The extent of support provided (if any) is detailed on our website or those of our associated companies. We reserve the right to change the support provided or the means by which it may be accessed or remove the support altogether at any time without notice.
4. INTELLECTUAL PROPERTY RIGHTS
4.1 You acknowledge that all intellectual property rights in the Software and the Documentation anywhere in the world belong to the Licensor, that rights in the Software are licensed (not sold) to you, and that you have no rights in, or to, the Software or the Documentation other than the right to use them in accordance with the terms of this License.
4.2 You acknowledge that you have no right to have access to the Software in source code form or in unlocked coding or with comments.
4.3 The integrity of this Software is protected by technical protection measures (TPM) so that the intellectual property rights, including copyright, in the Software of the Licensor are not misappropriated. You must not attempt in any way to remove or circumvent any such TPM, nor apply or manufacture for sale or hire, import, distribute, sell or let for hire, offer or expose for sale or hire, advertise for sale or hire or have in your possession for private or commercial purposes any means the sole intended purpose of which is to facilitate the unauthorised removal or circumvention of such TPM.
5. LIMITED WARRANTY
5.1 Further details as to the extent of any warranty applicable to the edition of the Software licensed to you are as set out in the Schedule relevant to that edition.
5.2 Save as may be set out in the Applicable Schedule, we make no representation or warranty as to the suitability or fitness for purpose of the Software, whether your purpose or any other and regardless of whether that purpose has been disclosed to us and save as above, we make no warranties or representations as to the Software or the Documentation or as to the performance, accuracy, quality, condition, completeness, compliance with statement or description of either of them and all such warranties and representations are excluded to the fullest extent permitted by law.
5.3 You acknowledge that:
(a) the Software has not been developed to meet your individual requirements, and that it is therefore your responsibility to ensure that the facilities and functions of the Software as described in the Documentation meet your requirements; and
(b) that the Software may not be free of bugs or errors, and you agree that the existence of minor errors shall not constitute a breach of this License.
5.4 It is your responsibility to ensure that you make regular and frequent back-ups of all designs, files and other work produced with Software. As set out below, we can accept no liability for any loss of designs, files or other data.
6. LICENSOR'S LIABILITY
6.1 Nothing in this License shall limit or exclude the liability of either party for death or personal injury resulting from negligence, fraud or fraudulent misrepresentation.
6.2 Subject to condition 6.1, the Licensor's liability for losses suffered by you arising out of or in connection with this License (including any liability for the acts or omissions of its employees, agents and subcontractors), however such losses may arise, whether in contract, tort (including negligence), misrepresentation or otherwise, shall be limited as set out in the Applicable Schedule and shall in any event exclude any liability for:
(a) loss of income;
(b) loss of business profits or contracts;
(c) business interruption;
(d) loss of the use of money or anticipated savings;
(e) loss of information, data or designs;
(f) loss of opportunity, goodwill or reputation;
(g) loss of, damage to or corruption of data; or
(h) any indirect or consequential loss or damage of any kind
even if such losses, claims or damages result from the Licensor's deliberate personal repudiatory breach of this License and all and any such liability is hereby expressly excluded to the fullest extent permitted by law.
6.3 This License sets out the full extent of the Licensor's obligations and liabilities in respect of the supply of the Software and Documentation. In particular, there are no conditions, warranties, representations or other terms, express or implied, that are binding on the Licensor except as specifically stated in this License. Any condition, warranty, representation or other term concerning the supply of the Software and Documentation which might otherwise be implied into, or incorporated in, this License, or any collateral contract, whether by statute, common law or otherwise, is hereby excluded to the fullest extent permitted by law.
6.4 Any reference to loss or liability arising out of or in connection with this License shall be deemed to include any loss, claim, liability or damage arising out of or in connection with the Software, its availability or otherwise, its performance, operability, functionality or in connection with the loss of any designs, data or information or the accuracy or validity of any designs produced using the Software.
7. TERMINATION
7.1 The Licensor may terminate this License immediately by written notice to you if you commit a material or persistent breach of this License which you fail to remedy (if remediable) within 14 days after the service of written notice requiring you to do so.
7.2 Upon termination for any reason:
(a) all rights granted to you under this License shall cease;
(b) you must cease all activities authorised by this License; and
(c) you must immediately delete or remove the Software from all computer equipment in your possession, and immediately destroy or return to the Licensor (at the Licensor's option) all copies of the Software then in your possession, custody or control and, in the case of destruction, certify to the Licensor that you have done so.
8. TRANSFER OF RIGHTS AND OBLIGATIONS
8.1 This License is binding on you and us, and on our respective successors and assigns.
8.2 You may not transfer, assign, charge or otherwise dispose of this License, or any of your rights or obligations arising under it, without our prior written consent.
8.3 We may transfer, assign, charge, sub-contract or otherwise dispose of this License, or any of our rights or obligations arising under it, at any time during the term of the License.
9. NOTICES
All notices given by you to us must be given to CadSoft Computer GmbH at Pleidolfweg 15, Pleiskirchen, Germany. We may give notice to you in accordance with the Applicable Schedule. Notice will be deemed received and properly served immediately when posted on the Websites or any of them, 24 hours after an e-mail is sent, or three days after the date of posting of any letter. In proving the service of any notice, it will be sufficient to prove, in the case of a letter, that such letter was properly addressed, stamped and placed in the post and, in the case of an e-mail, that such e-mail was sent to the specified e-mail address of the addressee.
10. EVENTS OUTSIDE OUR CONTROL
10.1 We will not be liable or responsible for any failure to perform, or delay in performance of, any of our obligations under this License or any unavailability of the Software that is caused by events outside our reasonable control (Force Majeure Event).
10.2 A Force Majeure Event includes any act, event, non-happening, omission or accident beyond our reasonable control and includes in particular (without limitation) the following:
(a) strikes, lock-outs or other industrial action;
(b) civil commotion, riot, invasion, terrorist attack or threat of terrorist attack, war (whether declared or not) or threat or preparation for war;
(c) fire, explosion, storm, flood, earthquake, subsidence, epidemic or other natural disaster;
(d) impossibility of the use of railways, shipping, aircraft, motor transport or other means of public or private transport;
(e) impossibility of the use of public or private telecommunications networks or
(f) the acts, decrees, legislation, regulations or restrictions of any government.
11. WAIVER
11.1 If we fail, at any time during the term of this License, to insist upon strict performance of any of your obligations under this License, or if we fail to exercise any of the rights or remedies to which we are entitled under this License, this shall not constitute a waiver of such rights or remedies and shall not relieve you from compliance with such obligations.
11.2 A waiver by us of any default shall not constitute a waiver of any subsequent default.
11.3 No waiver by us of any of these terms and conditions shall be effective unless it is expressly stated to be a waiver and is communicated to you in writing.
12. SEVERABILITY
If any of the terms of this License are determined by any competent authority to be invalid, unlawful or unenforceable to any extent, such term, condition or provision will to that extent be severed from the remaining terms, conditions and provisions which will continue to be valid to the fullest extent permitted by law.
13. ENTIRE AGREEMENT
13.1 This License and any document expressly referred to in it represents the entire agreement between us in relation to the licensing of the Software and Documentation and supersedes any prior agreement, understanding or arrangement between us, whether oral or in writing.
13.2 We each acknowledge that, in entering into this License, neither of us has relied on any representation, undertaking or promise given by the other or be implied from anything said or written in negotiations between us prior to entering into this License except as expressly stated in this License.
13.3 Neither of us shall have any remedy in respect of any untrue statement made by the other, whether orally or in writing, prior to the date we entered into this License (unless such untrue statement was made fraudulently) and the other party's only remedy shall be for breach of contract as provided in these terms and conditions.
14. LAW AND JURISDICTION
This License, its subject matter or its formation (including non-contractual disputes or claims) shall be governed by and construed in accordance with German law and submitted to the non-exclusive jurisdiction of the German courts.
SCHEDULE 1
CONDITIONS APPLICABLE TO THE LIGHT, STANDARD AND PROFESSIONAL EDITIONS OF EAGLE (TOGETHER WITH ANY OTHER COMMERCIAL EDITION OF EAGLE ISSUED BY US FROM TIME TO TIME TO WHICH THE FOLLOWING SCHEDULES DO NOT APPLY)
1 Reference in this Schedule 1 to the Software is reference to the commercial edition of EAGLE licensed to you.
2 The Licensor warrants that for a period of 30 days from the date of installation ('Warranty Period') the Software will, when properly used, perform substantially in accordance with the functions described in the Documentation (provided that the Software is properly used on the computer and with the operating system for which it was designed, as specified by us) and the Documentation correctly describes the operation of the Software in all material respects.
3 If, within the Warranty Period, you notify the Licensor in writing of any defect or fault in the Software in consequence of which it fails to perform substantially in accordance with the Documentation, and such defect or fault does not result from you having amended the Software or used it in contravention of the terms of this License, the Licensor will, at its sole option, either repair or replace the Software, provided that you make available all the information that may be necessary to help the Licensor to remedy the defect or fault, including sufficient information to enable the Licensor to recreate the defect or fault.
4 Subject to condition 6.1 and 6.2 of the License above, the Licensor's maximum aggregate liability under or in connection with this License, or any collateral contract, whether in contract, tort (including negligence) or otherwise, shall be limited to a sum equal to the amount received by us by way of license fee for the Software.
5 Subject to condition 6.1 and 6.2 of the License and clause 4 of this Schedule 1 above, the Licensor's liability for infringement of third-party intellectual property rights shall be limited to breaches of rights subsisting in the USA and/or Germany.
6 Notice in connection with this License may be given by us to you at either the e-mail, fax or postal address you provided to us or our representative at the time of order of the Software or where such information is generic and not specific to you by displaying on our website or that of any of our associated companies or undertakings.
SCHEDULE 2
CONDITIONS APPLICABLE TO THE Free Trial EDITION ONLY
1 The Free Trial edition requires access to the internet to operate. The computer on which the Free Trial edition is run must have access to the internet on each occasion on which you launch EAGLE in order for the Free Trial edition to open and operate. Reference in this Schedule 2 to the Software is reference to the Free Trial edition of EAGLE.
2 All licenses of the Free Trial edition are for single use only. The Free Trial edition may be downloaded to and used only on the computer licensed to run the Software at the time you activated the Free Trial edition.
3 The Free Trial edition is licensed for use for evaluation or not for profit purposes only. 'Evaluation' allows you to use the Software in a commercial environment but purely for the purposes of evaluating the functionality and suitability for your purposes of the Software. 'Not for profit' allows you to use the Software for personal use or in the course of your studies if you are in education or for any other not-for-profit aim. In no case must the Software be used in order to generate revenue (whether directly or by way of costs savings).
4 This license of the Software is for a period of sixty (60) days from the date of its download by you. On expiry of this sixty (60) day period, this license and your right to use the Software under it shall cease and the Software shall cease to operate. At that time you should delete the Software from any computer onto which it is loaded. You may apply to download and be licensed to use the Free Trial edition under the terms of a separate license between you and us at any time after the expiry of this license but we may apply restrictions as to the frequency with which such downloads may be available and may amend, revise, supplement or remove those restrictions from time to time. We shall endeavour to publish the terms of those restrictions on our website or those of our associated companies or undertakings or any other website(s) on which we make the Software available but shall have no liability to you in the event that we do not do so for any reason and failing to do so shall not affect the efficacy of those restrictions.
5 You acknowledge that the Software is licensed to you free of charge and that accordingly we make no representation or warranty as to:
(i) the suitability or fitness for purpose of the Software, whether your purpose or any other and regardless of whether that purpose has been disclosed to us;
(ii) the performance or functionality of the Software, whether in accordance with any statements made, materials published or the Documentation or otherwise;
(iii) the availability or functionality of any server or system to allow registration for, download or communication with the Software;
(iv) whether the Software infringes the intellectual property rights of any third party anywhere in the world.
6 You further acknowledge that the Software will not operate without access to the internet, such that the Software is able to communicate with our servers, and that it is your responsibility to ensure that you have such access at all times when starting the Software; and that that access is adequate and uninterrupted throughout the start-up process.
7 Notice in connection with this License may be given by us to you at either the e-mail or postal address you provided to us or our representative when registering to receive the Software or by displaying such notice on our website or that of any of our associated companies or undertakings or any other website(s) on which we make the Software available.
SCHEDULE 3
CONDITIONS APPLICABLE TO THE FREEWARE EDITION ONLY
1 Reference in this Schedule 3 to the Software is reference to the Freeware edition of EAGLE.
2 All licenses of the Freeware edition are for single use only.
3 The Freeware edition is licensed for use for evaluation or not for profit purposes only. 'Evaluation' allows you to use the Software in a commercial environment but purely for the purposes of evaluating the functionality and suitability for your purposes of the Software. 'Not for profit' allows you to use the Software for personal use or in the course of your studies if you are in education or for any other not-for-profit aim. In no case must the Software be used in order to generate revenue (whether directly or by way of costs savings). The Freeware edition may also be used by a PCB manufacturer to determine production data necessary for the manufacture of a PCB where that PCB manufacturer has been commissioned by the third party designer of that PCB to produce a PCB to that design on his or her behalf.
4 You acknowledge that the Software is licensed to you free of charge and that accordingly we make no representation or warranty as to:
(i) the suitability or fitness for purpose of the Software, whether your purpose or any other and regardless of whether that purpose has been disclosed to us;
(ii) the performance or functionality of the Software, whether in accordance with any statements made, materials published or the Documentation or otherwise;
(iii) whether the Software infringes the intellectual property rights of any third party anywhere in the world.
6 Notice in connection with this License may be given by us to you or by displaying such notice on our websites or that of any of our associated companies or undertakings.

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild,v 1.19 2015/06/13 19:42:37 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.4-r1.ebuild,v 1.20 2015/07/11 20:40:13 dilfridge Exp $
EAPI=5
@ -24,7 +24,7 @@ RDEPEND="
DEPEND="${RDEPEND}
perl? (
dev-perl/Module-Build
dev-perl/locale-maketext-lexicon
dev-perl/Locale-Maketext-Lexicon
)
test? (
dev-libs/glib:2

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.22.0.ebuild,v 1.2 2015/06/26 14:28:38 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.22.0.ebuild,v 1.3 2015/07/11 19:17:56 zlogene Exp $
EAPI=5
@ -21,7 +21,7 @@ SRC_URI="
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE=""
CORE_SUPPORTED_LANGUAGES="

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild,v 1.4 2015/07/09 14:17:15 yngwin Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-2.0.5.ebuild,v 1.5 2015/07/11 19:08:40 zlogene Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${MY_T}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~mips ~ppc ppc64 ~x86"
KEYWORDS="amd64 ~mips ~ppc ppc64 x86"
IUSE="alsa ffmpeg flac id3tag jack ladspa libsamplerate +libsoxr midi mp3 sbsms soundtouch twolame vamp vorbis"
RESTRICT="test"

@ -1 +1 @@
Sat, 11 Jul 2015 18:07:03 +0000
Sat, 11 Jul 2015 22:06:58 +0000

@ -1 +1 @@
Sat, 11 Jul 2015 18:07:03 +0000
Sat, 11 Jul 2015 22:06:58 +0000

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby20? ( dev-ruby/hiera[ruby_targets_ruby20] >=dev-ruby/rgen-0.6.5[ruby_targets_ruby20] =dev-ruby/rgen-0.6*[ruby_targets_ruby20] dev-ruby/json[ruby_targets_ruby20] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby20] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby20] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby20] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby20] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby20] ) virtual/ruby-ssl[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/hiera[ruby_targets_ruby21] >=dev-ruby/rgen-0.6.5[ruby_targets_ruby21] =dev-ruby/rgen-0.6*[ruby_targets_ruby21] dev-ruby/json[ruby_targets_ruby21] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby21] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby21] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby21] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby21] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby21] ) virtual/ruby-ssl[ruby_targets_ruby21] ) ) dev-lang/ruby >=dev-ruby/facter-3.0.0 emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) )
DESCRIPTION=A system automation and configuration management software.
EAPI=5
HOMEPAGE=http://puppetlabs.com/
IUSE=augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax xemacs test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 doc test test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=Apache-2.0 GPL-2
RDEPEND=ruby_targets_ruby20? ( dev-ruby/hiera[ruby_targets_ruby20] >=dev-ruby/rgen-0.6.5[ruby_targets_ruby20] =dev-ruby/rgen-0.6*[ruby_targets_ruby20] dev-ruby/json[ruby_targets_ruby20] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby20] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby20] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby20] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby20] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby20] ) virtual/ruby-ssl[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/hiera[ruby_targets_ruby21] >=dev-ruby/rgen-0.6.5[ruby_targets_ruby21] =dev-ruby/rgen-0.6*[ruby_targets_ruby21] dev-ruby/json[ruby_targets_ruby21] augeas? ( dev-ruby/ruby-augeas[ruby_targets_ruby21] ) diff? ( dev-ruby/diff-lcs[ruby_targets_ruby21] ) doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ldap? ( dev-ruby/ruby-ldap[ruby_targets_ruby21] ) shadow? ( dev-ruby/ruby-shadow[ruby_targets_ruby21] ) sqlite? ( dev-ruby/sqlite3[ruby_targets_ruby21] ) virtual/ruby-ssl[ruby_targets_ruby21] ) rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet ) vim-syntax? ( >=app-vim/puppet-syntax-3.0.1 ) >=app-portage/eix-0.18.0 ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] )
REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 )
SLOT=0
SRC_URI=http://downloads.puppetlabs.com/puppet/puppet-4.2.0.tar.gz
_eclasses_=elisp-common 9a16929c1a6aec7e1c903289983e114c eutils 9fb270e417e0e83d64ca52586c4a79de java-utils-2 8cdf065211fa6d6687bdc3f3ebe12efc multilib 62927b3db3a589b0806255f3a002d5d3 ruby-fakegem 59aa129a3b9dc9e6225a0622860d2f54 ruby-ng a1c75617b3482d513ad41d1aea8dbf8f ruby-utils a74e21a353442acf697b6c82e7df6df8 toolchain-funcs 42408102d713fbad60ca21349865edb4 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f xemacs-elisp-common 81f5b5356f3397c277e83736c42256b5
_md5_=1bd5365299a6a8fdd24981d46db91b4b

@ -10,4 +10,4 @@ PDEPEND=virtual/emacs
SLOT=0
SRC_URI=http://dev.gentoo.org/~ulm/emacs/emacs-common-gentoo-1.5.tar.xz
_eclasses_=elisp-common 9a16929c1a6aec7e1c903289983e114c eutils 9fb270e417e0e83d64ca52586c4a79de fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 multilib 62927b3db3a589b0806255f3a002d5d3 readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 42408102d713fbad60ca21349865edb4 user f54e098dd38ba1c0847a13e685b87747
_md5_=4148f53b8346a689728bf0af241169c9
_md5_=02536a0519e18755f3d511dacb5eceff

@ -4,11 +4,11 @@ DESCRIPTION=hand write recognition/input using ibus IM engine
EAPI=5
HOMEPAGE=http://code.google.com/p/ibus-handwrite/
IUSE=nls +zinnia python_targets_python2_7
KEYWORDS=amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=GPL-3
RDEPEND=zinnia? ( app-i18n/zinnia app-i18n/zinnia-tomoe ) >=app-i18n/ibus-1.3.0 >=x11-libs/gtk+-2.10 x11-libs/gtkglext
REQUIRED_USE=python_targets_python2_7
SLOT=0
SRC_URI=http://ibus-handwrite.googlecode.com/files/ibus-handwrite-2.1.4.tar.bz2
_eclasses_=autotools a9597abac7226d89ad9d010abeef6cfb autotools-utils dbce0f7913bd240fdf0ef428149855c0 eutils 9fb270e417e0e83d64ca52586c4a79de libtool 52d0e17251d04645ffaa61bfdd858944 multilib 62927b3db3a589b0806255f3a002d5d3 python-single-r1 351da1aa73960a282591217fb57c1bb8 python-utils-r1 ae9becb5d45344c01939c3f57df0d3fd toolchain-funcs 42408102d713fbad60ca21349865edb4
_md5_=c2a74f4e33c7a8738b62cebc1f851b05
_md5_=dcb98d24668db6c536f44795e2f86873

@ -4,10 +4,10 @@ DESCRIPTION=DASH is a direct descendant of the NetBSD version of ash (the Almqui
EAPI=4
HOMEPAGE=http://gondor.apana.org.au/~herbert/dash/
IUSE=libedit static
KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=BSD
RDEPEND=!static? ( libedit? ( dev-libs/libedit ) )
SLOT=0
SRC_URI=http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.8.tar.gz mirror://debian/pool/main/d/dash/dash_0.5.8-2.diff.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de flag-o-matic c9602887773166fe300444712fc7ff98 multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4
_md5_=e4ab0a910eaa75f52f3b923a285b1672
_md5_=8d4a3775454f101bd8bda3c1d252ed86

@ -2,9 +2,9 @@ DEFINED_PHASES=compile install
DESCRIPTION=A LaTeX into XHTML/MathML converter
EAPI=5
HOMEPAGE=http://golem.ph.utexas.edu/~distler/blog/itex2MML.html
KEYWORDS=~amd64
KEYWORDS=~amd64 ~x86
LICENSE=|| ( GPL-2+ MPL-1.1 LGPL-2+ )
SLOT=0
SRC_URI=http://golem.ph.utexas.edu/~distler/blog/files/itexToMML-1.5.2.tar.gz
_eclasses_=multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4
_md5_=848cecda261736d65137f061e5248189
_md5_=d15cca309601c0c6759a67566c7fe5ac

@ -4,10 +4,10 @@ DESCRIPTION=MySQL Workbench
EAPI=5
HOMEPAGE=http://dev.mysql.com/workbench/
IUSE=debug doc gnome-keyring python_targets_python2_7
KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
KEYWORDS=amd64 ~ppc x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[sqlite] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] dev-libs/glib:2 dev-cpp/atkmm dev-cpp/pangomm >=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.14:2.4 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2.20:2 gnome-base/libglade:2.0 >=x11-libs/cairo-1.5.12[glib,svg] dev-libs/libsigc++:2 dev-libs/boost >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip >=virtual/mysql-5.1 dev-libs/libpcre >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl >=dev-lang/lua-5.1[deprecated] || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) dev-libs/tinyxml[stl] dev-db/mysql-connector-c++ dev-db/vsqlite++ || ( dev-db/libiodbc dev-db/unixODBC ) gnome-keyring? ( gnome-base/libgnome-keyring ) dev-python/pexpect >=dev-python/paramiko-1.7.4 app-admin/sudo >=sys-apps/net-tools-1.60_p20120127084908
SLOT=0
SRC_URI=mirror://mysql/Downloads/MySQLGUITools/mysql-workbench-community-6.3.3-src.tar.gz https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true -> antlr-3.4-complete.jar
_eclasses_=cmake-utils 0430c386d85cec959d72640afd63ea91 eutils 9fb270e417e0e83d64ca52586c4a79de fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic c9602887773166fe300444712fc7ff98 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 45882dc8beda2ffd09ad51fb3f22b669 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 62927b3db3a589b0806255f3a002d5d3 python-single-r1 351da1aa73960a282591217fb57c1bb8 python-utils-r1 ae9becb5d45344c01939c3f57df0d3fd toolchain-funcs 42408102d713fbad60ca21349865edb4 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=a769478906749461021a5735f32588ac
_md5_=32cc890ae8807b694743ec490f44481d

@ -4,10 +4,10 @@ DESCRIPTION=wxWidgets GUI for PostgreSQL
EAPI=5
HOMEPAGE=http://www.pgadmin.org/
IUSE=debug +databasedesigner
KEYWORDS=amd64 ~ppc ~x86 ~x86-fbsd
KEYWORDS=amd64 ~ppc x86 ~x86-fbsd
LICENSE=POSTGRESQL
RDEPEND=x11-libs/wxGTK:=[X,debug=] >=dev-db/postgresql-8.4.0:= >=dev-libs/libxml2-2.6.18 >=dev-libs/libxslt-1.1
SLOT=0
SRC_URI=mirror://postgresql/pgadmin3/release/v1.20.0/src/pgadmin3-1.20.0.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4 versionator cd0bcdb170807e4a1984115e9d53a26f wxwidgets 6d6eec2685256d35511e7b6d5461bec9
_md5_=924e036c416949006e379f282aba2394
_md5_=5c9ee7b14873c74bcd4ba1c46a15bf39

@ -8,4 +8,4 @@ LICENSE=LGPL-2.1
SLOT=0
SRC_URI=http://www.sonic.net/~philf/download/HawkNL168src.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 toolchain-funcs 42408102d713fbad60ca21349865edb4
_md5_=c063abd6b9301c8dcad71ffe36653cfa
_md5_=bdbaba7824a6cdd32d61eaf5f11b2bdc

@ -4,10 +4,10 @@ DESCRIPTION=Simplified Wrapper and Interface Generator
EAPI=5
HOMEPAGE=http://www.swig.org/
IUSE=ccache doc pcre
KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=GPL-3+ BSD BSD-2
RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib )
RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/swig/swig-3.0.5.tar.gz
_md5_=9b1c78046be52e4c6fef91087c29d3b8
_md5_=8b71dd4885a47ddb26b772743a9ae004

@ -4,9 +4,9 @@ DESCRIPTION=Library for RDF syntax which supports reading and writing Turtle and
EAPI=4
HOMEPAGE=http://drobilla.net/software/serd/
IUSE=doc static-libs test
KEYWORDS=amd64 ~ppc ~x86
KEYWORDS=amd64 ~ppc x86
LICENSE=ISC
SLOT=0
SRC_URI=http://download.drobilla.net/serd-0.20.0.tar.bz2
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 python-any-r1 4756de53ea4d40471a582e898815a5c8 python-utils-r1 ae9becb5d45344c01939c3f57df0d3fd toolchain-funcs 42408102d713fbad60ca21349865edb4 waf-utils f8e7e7df15097b4ca1d9945c2653b783
_md5_=718c103a8a3db5e128312b222daa88a8
_md5_=1115da91ec79f93bc5159d2754cb6b0d

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
DESCRIPTION=Canary to check perl compatibility for schmorp's modules
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Canary-Stability/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/ML/MLEHMANN/Canary-Stability-2006.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=f09863edde526de528c31874be331078

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
DEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense <dev-lang/perl-5.22.0 virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
DESCRIPTION=The only real threads in perl
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Coro/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense dev-lang/perl:=[-build(-)]
RDEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense <dev-lang/perl-5.22.0 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/ML/MLEHMANN/Coro-6.41.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=c346de6dbc4be052b65676c4aa6682d4
_md5_=47ed275d4e195c92492e7010bc96dd0b

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
DEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense <dev-lang/perl-5.22.0 virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
DESCRIPTION=The only real threads in perl
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Coro/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense dev-lang/perl:=[-build(-)]
RDEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense <dev-lang/perl-5.22.0 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/ML/MLEHMANN/Coro-6.42.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=016f6b775f571958e46829d99442c724
_md5_=e64c8d9fc6dd59d514032c4e603db881

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
DEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense <dev-lang/perl-5.22.0 dev-perl/Canary-Stability >=virtual/perl-ExtUtils-MakeMaker-6.520.0 dev-lang/perl:=[-build(-)]
DESCRIPTION=The only real threads in perl
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Coro/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense dev-lang/perl:=[-build(-)]
RDEPEND=>=dev-perl/AnyEvent-5 >=dev-perl/Guard-0.500.0 virtual/perl-Scalar-List-Utils >=virtual/perl-Storable-2.150.0 dev-perl/common-sense <dev-lang/perl-5.22.0 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/ML/MLEHMANN/Coro-6.43.tar.gz
SRC_URI=mirror://cpan/authors/id/M/ML/MLEHMANN/Coro-6.47.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=b34c160653a0446c35d30f4d8535b3c6
_md5_=a2d8addc2590ff2c9cd94482b7bb66b8

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-perl/JSON >=dev-perl/JSON-XS-2.3 dev-lang/perl:=[-build(-)]
DESCRIPTION=Wrapper Class for the various JSON classes
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/JSON-Any/
KEYWORDS=~amd64 ~x86 ~x64-macos ~x86-solaris
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-perl/JSON >=dev-perl/JSON-XS-2.3 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PE/PERIGRIN/JSON-Any-1.30.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=f572297e7af33fac8b39606f7aae8b76

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=virtual/perl-Carp || ( >=dev-perl/JSON-XS-2.3 virtual/perl-JSON-PP dev-perl/JSON ) virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Data-Dumper virtual/perl-File-Spec virtual/perl-Storable dev-perl/Test-Fatal virtual/perl-Test-Simple dev-perl/Test-Requires >=dev-perl/Test-Warnings-0.9.0 dev-perl/Test-Without-Module ) dev-lang/perl:=[-build(-)]
DESCRIPTION=Wrapper Class for the various JSON classes (DEPRECATED)
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/JSON-Any/
IUSE=test
KEYWORDS=~amd64 ~x86 ~x64-macos ~x86-solaris
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-Carp || ( >=dev-perl/JSON-XS-2.3 virtual/perl-JSON-PP dev-perl/JSON ) dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/E/ET/ETHER/JSON-Any-1.39.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=7bc429158b5982184acf116e8b495a6b

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)]
DESCRIPTION=Perl module to pluralize English words
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Lingua-EN-Inflect/
IUSE=test
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-1.899.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=4ce42aa05a87a690fa443aa532516544

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/Parse-RecDescent-1 >=dev-perl/Module-Build-0.380.0 test? ( >=virtual/perl-Test-Simple-0.940.0 >=dev-perl/Test-Pod-1.40.0 dev-perl/Test-Pod-Coverage ) dev-lang/perl:=[-build(-)]
DESCRIPTION=routines for manipulating a person's name
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Lingua-EN-NameParse/
IUSE=test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/Parse-RecDescent-1 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/K/KI/KIMRYAN/Lingua-EN-NameParse-1.33.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=bdffbff70934146f5e99dd2d417e85be

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=dev-lang/perl:=[-build(-)]
DESCRIPTION=Linux::Smaps - a Perl interface to /proc/PID/smaps
DESCRIPTION=Perl interface to /proc/PID/smaps
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Linux-Smaps/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/O/OP/OPI/Linux-Smaps-0.10.tar.gz
SRC_URI=mirror://cpan/authors/id/O/OP/OPI/Linux-Smaps-0.13.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de linux-info 8cbc678e083c23e4ad546ca6509cf304 multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52 versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=6daf0e62f646e25a55d2cf6f0d251b7e
_md5_=4e55b2f2ca2813c864ac86add3caf4ea

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=virtual/perl-Carp dev-perl/File-Path-Expand >=dev-perl/Moo-1.0.0 >=dev-perl/Module-Build-0.360.0 virtual/perl-File-Spec virtual/perl-IO test? ( virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)]
DESCRIPTION=A client library for the Linux Infrared Remote Control (LIRC)
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Lirc-Client/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-Carp dev-perl/File-Path-Expand >=dev-perl/Moo-1.0.0 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/M/MG/MGRIMES/Lirc-Client-2.02.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=710f5313e090d5039c84671c5880b45c

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/Exporter-Tiny-0.38.0 virtual/perl-XSLoader virtual/perl-Carp virtual/perl-ExtUtils-MakeMaker virtual/perl-File-Path virtual/perl-File-Spec virtual/perl-IPC-Cmd test? ( >=virtual/perl-Test-Simple-0.960.0 ) dev-lang/perl:=[-build(-)]
DESCRIPTION=Provide the missing functionality from List::Util
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/List-MoreUtils/
IUSE=test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~s390 ~sh ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/Exporter-Tiny-0.38.0 virtual/perl-XSLoader dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/R/RE/REHSACK/List-MoreUtils-0.413.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=197cebe64999a703d3b4db26d601fdcf

@ -10,4 +10,4 @@ RDEPEND=>=virtual/perl-Locale-Maketext-1.170.0 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DR/DRTECH/Locale-Maketext-Lexicon-0.96.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=29a262733186d721ae24777d727aa927
_md5_=b2715889c3a0875b0dad4f1620973a6c

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=virtual/perl-Locale-Maketext-1.170.0 >=virtual/perl-ExtUtils-MakeMaker-6.300.0 test? ( dev-perl/Test-Pod ) dev-lang/perl:=[-build(-)]
DESCRIPTION=Use other catalog formats in Maketext
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Locale-Maketext-Lexicon/
IUSE=test
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd
LICENSE=MIT
RDEPEND=>=virtual/perl-Locale-Maketext-1.170.0 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DR/DRTECH/Locale-Maketext-Lexicon-1.00.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=30310081e159a45a9b44a6a2d9a7eb0d

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=virtual/perl-libnet dev-perl/IO-Socket-SSL virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) dev-lang/perl:=[-build(-)]
DESCRIPTION=SSL support for Net::SMTP
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Net-SMTP-SSL/
IUSE=test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=virtual/perl-libnet dev-perl/IO-Socket-SSL dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/R/RJ/RJBS/Net-SMTP-SSL-1.03.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=cc3fa783273bede6199cd9c784070296

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
DESCRIPTION=play with other peoples' lexical variables
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/PadWalker/
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/R/RO/ROBIN/PadWalker-2.1.tar.gz
_eclasses_=eutils 9fb270e417e0e83d64ca52586c4a79de multilib 62927b3db3a589b0806255f3a002d5d3 multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 9ff260c452d420630500e700913be8d8 toolchain-funcs 42408102d713fbad60ca21349865edb4 unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=4c66a93d9ac6cf9d3bfa944ce381a108

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

Loading…
Cancel
Save