Sync with portage [Mon Apr 4 08:57:36 MSK 2016].

mhiretskiy 284
root 8 years ago
parent 81f4d8c3d5
commit 8694bbb6cc

@ -76,11 +76,9 @@ COMMON_DEPEND="
collectd_plugins_curl_xml? ( net-misc/curl dev-libs/libxml2:= )
collectd_plugins_dbi? ( dev-db/libdbi )
collectd_plugins_dns? ( net-libs/libpcap )
collectd_plugins_genericjmx? ( virtual/jre:= dev-java/java-config-wrapper )
collectd_plugins_gmond? ( sys-cluster/ganglia )
collectd_plugins_ipmi? ( >=sys-libs/openipmi-2.0.16-r1 )
collectd_plugins_iptables? ( >=net-firewall/iptables-1.4.13:= )
collectd_plugins_java? ( virtual/jre:= dev-java/java-config-wrapper )
collectd_plugins_log_logstash? ( dev-libs/yajl )
collectd_plugins_lvm? ( sys-fs/lvm2 )
collectd_plugins_memcachec? ( dev-libs/libmemcached )
@ -133,6 +131,8 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
RDEPEND="${COMMON_DEPEND}
collectd_plugins_genericjmx? ( >=virtual/jre-1.6 )
collectd_plugins_java? ( >=virtual/jre-1.6 )
collectd_plugins_syslog? ( virtual/logger )
selinux? ( sec-policy/selinux-collectd )"
@ -195,7 +195,7 @@ collectd_linux_kernel_checks() {
collectd_plugin_kernel_linux battery ACPI_BATTERY warn
# cgroups.c: /sys/fs/cgroup/
collectd_plugin_kernel_linux cgroups CONFIG_CGROUPS warn
collectd_plugin_kernel_linux cgroups CGROUPS warn
# cpufreq.c: /sys/devices/system/cpu/cpu%d/cpufreq/
collectd_plugin_kernel_linux cpufreq SYSFS warn

@ -1,3 +1,4 @@
DIST supervisor-3.1.3.tar.gz 391529 SHA256 e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282 SHA512 40795bfd1aee3eba9e51b6dc1bfcff20c42c0a42ca7ceecc35c428f7840d5d631303b7f0c4eee85375296fd4e9a48f6b405a87caf038f8ffbfe227b5160e7aa5 WHIRLPOOL da8f41907857c46633e93e1806449babd9230994a528c73946276c10387e380763b7b9fb884bb3376537d6eb55428e5873ed8e9a11cd410a3d6c8d7593907552
DIST supervisor-3.2.1.tar.gz 410461 SHA256 d6b54903aab4214664b6f2c6400f673bee3e21aec7b14d08940ed431a3ead630 SHA512 a4fa8b1729a578c36c989e91a87c0ff4d2e5487b1beb58bd0695729553b5005cf4a282c6a193330c5b352d2467597bae330a28d6e42305c8108593fbf24b1b80 WHIRLPOOL 36f798f87a73e76b8cd79d4c417a64246e77b3114142a82fc322f302deb285f625f6a1bab738cb437116665b6172a1b643fa8c765e57591500c53ed6823b3372
DIST supervisor-3.2.2.tar.gz 410884 SHA256 67b07b75bdf4529af0ed99f3940bac73d8bcdd8acb1b7cadb7314152e73b8c5f SHA512 2a4beba2bb707ce0ec90a80e212d7edc5e3a74e36675bb483100d97f75e2826538c3bf604faf07fe435e7f4c89608694a22f59293f272ea1e03f8859c0bf9da2 WHIRLPOOL 48795b0e61f9c7a295c0a807db81362d00012a91c3f37f4d2ccfa4f6c171d89219ec24c74e1ea53885353c2ae55c208ba6b6441345e89379c6159145f889a4de
DIST supervisor-3.2.3.tar.gz 411342 SHA256 3d6f0304c8ce74ab2100dfc4ab0f70050568504216f9508a81b8ed269aec9705 SHA512 53ced6e918aaf4cf780787378cf1559579c66760dc85fe07fe42554d42434ed01dc7f36b4b59bb3f56064523a51fe9f9b509bfc5d83c2306e2dcb523070c989a WHIRLPOOL 03d76d41a3c809305754e13087c183748a4c321b5e0ddf2b19a4869bffc457611946524749a80b33ee965dd52c9b9aa50212e669d87285c3201b736034b51a11

@ -0,0 +1,47 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 ) # py2 only
# xml.etree.ElementTree module required.
PYTHON_REQ_USE="xml"
inherit distutils-r1
MY_PV="${PV/_beta/b}"
DESCRIPTION="A system for controlling process state under UNIX"
HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
LICENSE="repoze ZPL BSD HPND GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
# ALL versions of meld3 match to >=meld3-0.6.5
RDEPEND="dev-python/meld3[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/mock[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${PN}-${MY_PV}"
python_compile_all() {
# Somehow the test phase is called and run on invoking a doc build; harmless
use doc && emake -C docs html
}
python_test() {
esetup.py test
}
python_install_all() {
newinitd "${FILESDIR}/init.d-r1" supervisord
newconfd "${FILESDIR}/conf.d" supervisord
use doc && local HTML_DOCS=( docs/.build/html/. )
distutils-r1_python_install_all
}

@ -1 +1,2 @@
DIST vault-0.4.1.tar.gz 2108269 SHA256 e986424d9bb0ace5450e8ed576d102f1d2d3a9d2d4c2046710aa55464a9fc296 SHA512 5b46e7f28e4b79f48bdc03ee65177a2cc3e10b71a05f34bb78f9c00ee6b4249447c39f3830ce5bfa7a8289fad5fa532420f769c21bfc33168cfed86bacc228f5 WHIRLPOOL 5b5d65931dcb381f659fa423765783a78f812420c4de29102a50da8d7215fb96e34de39f407917a12a7aa21c3bbc01c751df278676aaefdd620edf6910949dbc
DIST vault-0.5.2.tar.gz 3590947 SHA256 f68382963a339d8e078d2b5dae55f4ce45f5637903646d842e1c99dff0108c96 SHA512 38df443b3725ead5911960ab23bdc562d0b8adefb26db569d91c951f5e4e863c902a4fba6dcb56477df61754050c86bd8c252acbe2ba378a36ca87b6ef552e25 WHIRLPOOL 00eecc08eeeca090a327dd8d469e782503ff6864faf1ed493067b830422fb232fe832a7b4b7dcf4c711db104b149eb87700af0259327ba37822d7d875289c38b

@ -0,0 +1,72 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit fcaps golang-vcs-snapshot systemd user
EGO_PN="github.com/hashicorp/${PN}/..."
DESCRIPTION="A tool for managing secrets"
HOMEPAGE="https://vaultproject.io/"
SRC_URI="https://${EGO_PN%/*}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
LICENSE="MPL-2.0"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="test"
DEPEND=""
RDEPEND=""
STRIP_MASK="*.a"
S="${WORKDIR}/${P}"
FILECAPS=(
-m 755 'cap_ipc_lock=+ei' usr/bin/${PN}
)
pkg_setup() {
enewgroup ${PN}
enewuser ${PN} -1 -1 -1 ${PN}
}
src_compile() {
GOPATH=${S} GO15VENDOREXPERIMENT=1 \
go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" || die
}
src_install() {
local x
dodoc "${S}"/src/${EGO_PN%/*}/{CHANGELOG.md,CONTRIBUTING.md,README.md}
newinitd "${FILESDIR}/${PN}.initd" "${PN}"
newconfd "${FILESDIR}/${PN}.confd" "${PN}"
systemd_dounit "${FILESDIR}/${PN}.service"
keepdir /etc/${PN}.d
insinto /etc/${PN}.d
doins "${FILESDIR}/"*.json.example
keepdir /var/log/${PN}
fowners ${PN}:${PN} /var/log/${PN}
dobin "${S}/bin/${PN}"
rm -rf "${S}"/{src,pkg/$(go env GOOS)_$(go env GOARCH)}/${EGO_PN%/*}/vendor
find "${S}"/src/${EGO_PN%/*} -mindepth 1 -maxdepth 1 -type f -delete || die
while read -r -d '' x; do
x=${x#${S}/src}
[[ -d ${S}/pkg/$(go env GOOS)_$(go env GOARCH)/${x} ||
-f ${S}/pkg/$(go env GOOS)_$(go env GOARCH)/${x}.a ]] && continue
rm -rf "${S}"/src/${x}
done < <(find "${S}"/src/${EGO_PN%/*} -mindepth 1 -maxdepth 1 -type d -print0)
insopts -m0644 -p # preserve timestamps for bug 551486
insinto $(dirname "$(get_golibdir)/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}")
doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}
insinto $(dirname "$(get_golibdir)/src/${EGO_PN%/*}")
doins -r "${S}"/src/${EGO_PN%/*}
}

@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz
LICENSE="Info-ZIP"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="bzip2 natspec unicode"
DEPEND="bzip2? ( app-arch/bzip2 )

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
<use>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<!-- maintainer-needed -->
<longdescription lang="en">
</longdescription>
</pkgmetadata>

@ -1 +1 @@
DIST kfoldersync-3.1.3.tar.xz 34152 SHA256 138b546e8976e6f78e1f68f3f2b2754bd17cefab847c4aba9173bf1bd8450bf1 SHA512 e0ac9337a266621a7500dbfd28e69d496eb3f11ddbf6f59fbade156578dd22b5a11eadf7068fe358461fc5c0d8a34aea225628bc69794b6d9e341bf43ad18638 WHIRLPOOL ad63cfecdec0b97bd28e249f8393810b09fff899168e17fa6e23baa3ad91ca7494f871b53495f363e7a7422dc1bffccc6a628b08920ba76cc716ccc83d463d30
DIST kfoldersync-3.1.4.tar.xz 33808 SHA256 d9d5438b5af7609f2fb049590c6cc8ad5c7670c67514d8f06c63a2c47f8763f4 SHA512 bf70b536c2bcbe41a8fa41dbb8650b8c6b5c50ffc9dfbc06325bc86d1bf0b27d41f636a74238eeafc3c9dc5523c9550cfc6591b73ee9b45f80f39e8dfbcb09b7 WHIRLPOOL 578e1f3200d91aeec06752e7d75ce001da2cf61b845aabf4e7df9d0eef69b2c37a4c1f1a2ca421350e7d38e0dec537ba45b7ebb1f16dfe554629d3920c633382

@ -12,7 +12,7 @@ HOMEPAGE="http://kde-apps.org/content/show.php/KFolderSync?content=164092"
SRC_URI="http://kde-apps.org/CONTENT/content-files/164092-${PN}-${PV}.tar.xz -> ${P}.tar.xz"
LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="

@ -4,3 +4,5 @@ DIST spideroak-bin-5.2.0_amd64.deb 20284404 SHA256 f9b452f891796fcd1046c4a955d2b
DIST spideroak-bin-5.2.0_x86.deb 19641884 SHA256 f4689dcc0630e4b46b039c64a16e291d740cc245b7507863ae5938473f504c30 SHA512 e98041b98c77e011774abe5b832c9a2ee4ecd179864bd39aacdb439f906110797f9f96e7326a394a6da0cbb88650c242da51060b501de0c379a0efdb75594403 WHIRLPOOL bf96a2cd8f3bbf6ab2ec26c532546b8c40dda09a1902075332fb2c8787af4a4a1808094fb6e7fb90f27c9da2d480b1129e235fa656c76bd1acbfd3b8bbda90d5
DIST spideroak-bin-6.0.1_amd64.deb 26718286 SHA256 7baa2573756ce174fbdff882be21de2306580de12d31cf760b706da72efdb711 SHA512 28551b5a5e7824e06c17a7f53a9218d82a18ddc9c9ba3bd19361eef02d02afb795ee75d4aad9819ff87de78193edca1015efcea0c65e36bcdfad9d9bdf96f819 WHIRLPOOL dd34a78a675beb8c08c7c36abc6fb65182dcb24ec9a446cc6fc6bb8114f457c2383743305eb3d5886ddb0d9cc3a4dc3489d75fef2226947660f19624b81b5098
DIST spideroak-bin-6.0.1_x86.deb 26232394 SHA256 084013d54c335e74fb853b74f54ac1ca2a90d96338cb6e3dbdf4f83dc718c611 SHA512 b94363fa66338be4af70ac753c7aac0e80dac6bea2a23310075de4e77c950fb67a63e9c6aa14734f00d49ea8a537b788379d3599dfa874fddc9f7455e805f773 WHIRLPOOL 7a735006f179ef1421cc071ebe7118650a6052f5563735beb290021420ef75730f2f105d2606f42a4721d48775eced463e9ca9da58315efae2b9e5c95087bf98
DIST spideroak-bin-6.1.3_amd64.deb 26655852 SHA256 65ecab3096e6de675fd9facf81f387775c2419158112c4914447fa0af07d8015 SHA512 f9d4e4178721609ec4a544ac8b84e581088ad9be5aaf3aa68de12e2d7e17d7c148d9a619917b69ecfd9c08087d1987b0b67081673b81f56908089caa9ab0edc5 WHIRLPOOL 6751d84d9739bc66f189b52cf944544213f10e978b9e2cb1b85fcf1303fb4ae0373d7bf9633638586cceea659c2448a442b459fdaefc7306854f8b1f58c189d9
DIST spideroak-bin-6.1.3_x86.deb 26173318 SHA256 50fd7d442291bb9ec64d51308444c83b7d76d55bafcc3e9f5d3009e6a49eee0f SHA512 0ddf1be909b44042e3fe0f7e791558e50c649a3d4472c3a05c78835c593d6db3369c0e862b79f2a4812232503346defc1c889fbc4c701a125d3364810b524481 WHIRLPOOL 2e19e4ac0f9028acea19eb2f395faba2031959c09544c07a7f10c690f67317558ac0fbdf2e1fe1b52a922e4ac9480486348b0c4cf053b03336018d3aef7f2dab

@ -0,0 +1,94 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
inherit eutils unpacker
SRC_URI_BASE="https://spideroak.com/getbuild?platform=ubuntu"
DESCRIPTION="Secure free online backup, storage, access and sharing system"
HOMEPAGE="https://spideroak.com"
SRC_URI="x86? ( ${SRC_URI_BASE}&arch=i386&version=${PV} -> ${P}_x86.deb )
amd64? ( ${SRC_URI_BASE}&arch=x86_64&version=${PV} -> ${P}_amd64.deb )"
RESTRICT="mirror strip"
LICENSE="spideroak"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="dbus X"
DEPEND="dev-util/patchelf"
RDEPEND="
app-crypt/mit-krb5[keyutils]
dbus? ( sys-apps/dbus )
X? (
media-libs/fontconfig
media-libs/freetype:2
dev-libs/glib:2
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXmu
x11-libs/libXrender
x11-libs/libXt
)
"
S=${WORKDIR}
QA_PREBUILT="*"
src_prepare() {
# Set RPATH for preserve-libs handling (bug #400979).
cd "${S}/opt/SpiderOakONE/lib" || die
local x
for x in `find` ; do
# Use \x7fELF header to separate ELF executables and libraries
[[ -f ${x} && $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue
patchelf --set-rpath '$ORIGIN' "${x}" || \
die "patchelf failed on ${x}"
done
}
src_install() {
#install the wrapper script
exeinto /usr/bin
doexe usr/bin/SpiderOakONE
# inotify_dir_watcher needs to be marked executable, bug #453266
#chmod a+rx opt/SpiderOakONE/lib/inotify_dir_watcher
#install the executable
exeinto /opt/SpiderOakONE/lib
doexe opt/SpiderOakONE/lib/SpiderOakONE
doexe opt/SpiderOakONE/lib/inotify_dir_watcher
rm -f opt/SpiderOakONE/lib/{SpiderOakONE,inotify_dir_watcher}
#install the prebundled libraries
insinto /opt/SpiderOakONE
doins -r opt/SpiderOakONE/lib
#install the config files
use dbus || rm -rf etc/dbus-1
insinto /
doins -r etc
#install the manpage
doman usr/share/man/man1/SpiderOakONE.1.gz
if use X; then
domenu usr/share/applications/SpiderOakONE.desktop
doicon usr/share/pixmaps/SpiderOakONE.png
fi
}
pkg_postinst() {
if ! use X; then
einfo "For instructions on running SpiderOakONE without a GUI, please read the FAQ:"
einfo " https://spideroak.com/faq/questions/62/how_do_i_install_spideroak_on_a_headless_linux_server/"
einfo " https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/"
fi
}

@ -1,3 +1,3 @@
DIST docker-compose-1.5.1.tar.gz 104331 SHA256 df5e885fd758a2b5983574d6718b5a07f92c7166c5706dc6ff88687d27bfaf55 SHA512 be6678c27b73516e14bf80255e52bde72517bd65a91f1be2393a15f0f0b87ff9ddd785e22016a9a5e1a68d5e6b9be395a96d60b7bc862f24647adf81752b9baa WHIRLPOOL 0b1312cb0d99a7cf02d8a88a7b00f3105f497c1cfa0ac3b32b369cd3984f2b1eaa8ea2c9e2e5a70ada3a371fb8a774245b75eaf5a7665170398df5f703793311
DIST docker-compose-1.5.2.tar.gz 106583 SHA256 79aa7e2e6ef9ab1936f8777476ffd4bb329875ec3d3664d239896d2f2a3c4f4f SHA512 be671503bbb91fdb5fdf9ff593f28d290d1c65738d055629d8252cf4c4eea7f5931a1e1d6d7a0b27640166671ecb095b413cb694b768437be3ec207e059f4ccc WHIRLPOOL bb12df93739329b9577db41a317a22976dc97ca1d1d3dd72e2ff4b8c245caf106f1aab466d42ffa7b9e6a7bf6f628f8977d2700460591051dade074535f0175e
DIST docker-compose-1.6.2.tar.gz 128730 SHA256 264e2cbdd3fa314ba75f2681d10b0cff8d989a62979c1ba42d15a6d4c4002482 SHA512 7254a7e88b9030eeac87c1c6abfeea12e978519cc4e0236e37537c3143198d448e504107b1599b355a3c75e03e0acbd6fe552d0ff482cd3e91772d759a85544a WHIRLPOOL 3755ef9c189bd08f5bb810bf527041393ab788dcd302e6f1553989de73375ba34e062d2b21c10b144132ce9eb3997310b683b1b5b46aaf992fedfaa652deb6b2
DIST docker-compose-1.7.0_rc1.tar.gz 140008 SHA256 ae4777e14fa64d2016f2dcbca34b39e2976150ca324241b68b5a82f753ee08ef SHA512 3405f59fae198633f7bb8ac8d9c94294d221751a551a91a96ac131f520cabec068a5aa4ba502c5e8eb9a3907e6f8527de2e39a12a66980ad978cb5b7d96cac06 WHIRLPOOL 82e2226a0fdf06b25da3da27ddf53739c0e583e290ce94747298c75aee5f8f37b353d1bcf1fe7e57e20daa53637ac36d9fb1787e8243176c7108f38e5a697b42

@ -1,15 +1,17 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_COMPAT=( python2_7 python3_4 )
inherit bash-completion-r1 distutils-r1
inherit bash-completion-r1 distutils-r1 vcs-snapshot
MY_PV=${PV//_/}
DESCRIPTION="Multi-container orchestration for Docker"
HOMEPAGE="https://www.docker.com/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -18,9 +20,11 @@ IUSE="test"
CDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/dockerpty-0.3.4[${PYTHON_USEDEP}]
<dev-python/dockerpty-0.4[${PYTHON_USEDEP}]
>=dev-python/docker-py-1.5.0[${PYTHON_USEDEP}]
>=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}]
<dev-python/cached-property-2[${PYTHON_USEDEP}]
>=dev-python/dockerpty-0.4.1[${PYTHON_USEDEP}]
<dev-python/dockerpty-0.5[${PYTHON_USEDEP}]
>=dev-python/docker-py-1.7.2[${PYTHON_USEDEP}]
<dev-python/docker-py-2[${PYTHON_USEDEP}]
>=dev-python/docopt-0.6.1[${PYTHON_USEDEP}]
<dev-python/docopt-0.7[${PYTHON_USEDEP}]

@ -13,7 +13,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"

@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"

@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"

@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"

@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit eutils flag-o-matic linux-info multilib pam prefix python-single-r1 \
systemd user versionator
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x86-solaris"
SLOT="$(get_version_component_range 1-2)"

@ -20,7 +20,7 @@ SRC_URI="doc? ( https://sqlite.org/2016/${PN}-doc-${DOC_PV}.zip )
LICENSE="public-domain"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug doc icu +readline secure-delete static-libs tcl test tools"
RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] )

@ -1,3 +1,2 @@
DIST alex-3.1.2.tar.gz 101215 SHA256 1d14eb255c44f440f04876c496ed5db24aba8d05b45d665463633afe92361e6d SHA512 21874caf41412d926866b0450db9e29984d1df076d277a2325b3d0b80114e039462ab766b0964177f98d9b625635e219489271ab2853e39f1fef3e7d6caa8660 WHIRLPOOL f38c2381d5587bb11754011c31104477a4fbc577f9fd469eab9b255e74a0efe093a25538296093bdf4a0369e545402865fff8c92f20ec3982d83113c761a46ce
DIST alex-3.1.3.tar.gz 99868 SHA256 8d41a6e72a016155f00c846f7146ab4b27fe9640668a4b592d6a9b856f970a92 SHA512 f09f720627b9f2cae5d9d3a99488c2249e82c9310f0a436bccbd5238bd3215fae287706ee6f7530533c801348bdbfebc9fd54cafc15a75d528462b2ee987eb3c WHIRLPOOL 8bdaaa8ee0e4f431603f2e299a83b3d0c30b46bfe19863a04c487687afe377ec5df34ba411c3669412cc406e30ab4e176afad51491ea1612bd19ab620a99f1f1
DIST alex-3.1.7.tar.gz 103624 SHA256 89a1a13da6ccbeb006488d9574382e891cf7c0567752b330cc8616d748bf28d1 SHA512 0c4e87011617d8f8ad7cdf32b91e3ecc65ad66ea378c8086de8cbeb7ae3b37df478fb834e3bc453e3448fcae9d03b19ce9844bba35ad66a3cdf6e912790fe0a1 WHIRLPOOL d8f0a87afab475805fc56f6c2cc35c786c9a8431cdcf93b00677546e1c2e895e3828d100559dbd693a501dcc30d0c62d89132d7d35ba6a8ea80e97133afa18e2

@ -1,73 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.3.4.9999
CABAL_FEATURES="bin test-suite"
inherit autotools haskell-cabal
DESCRIPTION="Alex is a tool for generating lexical analysers in Haskell"
HOMEPAGE="http://www.haskell.org/alex/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86"
IUSE="doc"
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
>=dev-haskell/quickcheck-2
>=dev-lang/ghc-6.10.4
doc? ( ~app-text/docbook-xml-dtd-4.2
app-text/docbook-xsl-stylesheets
>=dev-libs/libxslt-1.1.2 )"
src_prepare() {
# drop depend on itself and happy, otherwise cabal tries to regenerate it
rm src/{Scan.x,Parser.y} || die
for f in Scan Parser; do
mv "${S}/dist/build/alex/alex-tmp/$f.hs" "${S}"/src/ || die
done
if use doc; then
cd "${S}/doc/"
eautoreconf
fi
}
src_configure() {
# make sure we don't accidentally use those
# installed in system
haskell-cabal_src_configure \
--with-alex=false \
--with-happy=false
if use doc; then
cd "${S}/doc/"
econf
fi
}
src_compile() {
cabal_src_compile
if use doc; then
emake -C "${S}/doc/" -j1
fi
}
src_install() {
cabal_src_install
if use doc; then
doman "${S}/doc/alex.1"
dohtml -r "${S}/doc/alex/"
fi
dodoc README
}

@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE="doc"
RDEPEND=""

@ -12,9 +12,6 @@
Also have primitive support for Diffie Hellman, and ElGamal encryption
</longdescription>
<use>
<flag name="benchmark">Build benchmarks.</flag>
</use>
<upstream>
<remote-id type="github">vincenthz/hs-crypto-pubkey</remote-id>
</upstream>

@ -0,0 +1 @@
DIST disk-free-space-0.1.0.1.tar.gz 2771 SHA256 f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f SHA512 7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a WHIRLPOOL 23c05349fa94ccace257c449097d7238615d14fd75ab9b59a1676a26865a11d53a315a9d8fd70747b05c5d10651acc4dc5122a656dc3ce65ca4d500576c23d2e

@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.4.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Retrieve information about disk space usage"
HOMEPAGE="https://github.com/redneb/disk-free-space"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
A cross-platform library for retrieving information about disk space usage.
</longdescription>
</pkgmetadata>

@ -0,0 +1 @@
DIST magic-1.1.tar.gz 4318 SHA256 b21c3b69f57b64199c1d7be0ac8ea1d02d698be59943058f6a2d642ea57ce082 SHA512 f400396b0f82f9655376ac72e721badcf60c356c8594b4b67922890f55bac8e15b7aa856fdf61942c40b2622bdc231914994968af3b98d353bf50aed09ebbef5 WHIRLPOOL 2979ed4441b2e2219c56d530e062665e0960c47c3081474f3f6fabd66c6624c43adc6bbbc3a12ec56d7e2b44bfcd0acc723a8d1078eef5e4e9878c60184cc840

@ -0,0 +1,26 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.4.4
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Interface to C file/magic library"
HOMEPAGE="http://hackage.haskell.org/package/magic"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
sys-apps/file
"
DEPEND="${RDEPEND}
dev-haskell/cabal
"

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
This package provides a Haskell interface to the C libmagic library.
With it, you can determine the type of a file by examining its contents
rather than its name. The Haskell interface provides a full-featured
binding.
</longdescription>
</pkgmetadata>

@ -0,0 +1 @@
DIST mountpoints-1.0.2.tar.gz 13505 SHA256 67fcdf64fdb8111f58939c64b168a9dfa519d7068e0f439887d739866f18d5c2 SHA512 763b58944ef4422641d4ce92d7a61c79fa95cdae9795e48db194ce10df622a3e079670099daa35f7bb51d4d10ee54ccc411105eb918bab2327d54571d9bd9060 WHIRLPOOL 4d95ef2df2ab3451db796e7044f63f24b782756a74f738750ef5077219fdee1265ee2296e6d55526e43623c01f43e1d11665a1afc349a6bca7e15f61676cabb9

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>haskell@gentoo.org</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
Lists currently mounted filesystems.
Works on: Linux, BSD, Mac OS X, Android
</longdescription>
</pkgmetadata>

@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
# ebuild generated by hackport 0.4.7.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="list mount points"
HOMEPAGE="http://hackage.haskell.org/package/mountpoints"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"

@ -48,7 +48,6 @@
</longdescription>
<use>
<flag name="template-haskell">Enable template haskell.</flag>
<flag name="th">Enable template haskell.</flag>
</use>
<upstream>
<remote-id type="github">ekmett/reflection</remote-id>

@ -1 +1 @@
DIST JAMonAll_103005.zip 143825 SHA256 23eceb23264c4643846372c6454f9406d2435aeaf840a183033d9fa50176c9ab SHA512 bb4b7fbd108a0612ceb59486c985f32ffa4c9dd158fe6d6c307357d3ab76c53dfa87ed691295a9de9172744e46c6a01c2ed976d3959834e1665fbbc36dcafb97 WHIRLPOOL 53aa936d313f32e052609173dd94de9bc8b659babcca8af71f4729e646989fb44d25a49f442db792dcb1bde762c40f3b46db69d9c075f659125d233dfdf1e015
DIST jamonapi-2_81.tar.gz 23149879 SHA256 7b88d90fc284375cb329569570a3c125f41590c95422239aaf661a5260b8004e SHA512 09fba65aec2754f8a1b85dd7f5691b8bae5c4f1c852dd69cddb3642a594bb44baa5b6a3c611657041d6ce2cc37c824a111adeaa929761e3983d43d7080ce05b1 WHIRLPOOL f2f281c491fe80602040086844f64ddbf99ba03334f734c9ad0a3d039903c13480a21f5eaf10acd991c252a589a0f2155d651f7015a7c728d8184125e08a7a15

@ -1,54 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!---
@author: Saleem Abdulrasool <compnerd@gentoo.org>
@date: 5/9/2005
@revision: 1.0_alpha
@notes: Call using the following: ant -f build.xml -Dproject.name=${project name} -Dpackage.name=${package name}
-->
<project name="Gentoo_Builder" default="jar" basedir=".">
<property name="src" value="src"/>
<property name="build" value="build"/>
<property name="dist" value="dist"/>
<property name="pkg" value="${package.name}"/>
<property name="jar" value="${project.name}.jar"/>
<!-- Override any defined properties -->
<property file="build.properties"/>
<target name="init">
<tstamp/>
<mkdir dir="${build}"/>
<mkdir dir="${dist}"/>
<mkdir dir="${dist}/doc"/>
</target>
<target name="compile" depends="init">
<javac srcdir="${src}" destdir="${build}" classpath="${classpath}"/>
</target>
<target name="manifest" depends="init">
<manifest file="${build}/MANIFEST.MF" mode="update">
<attribute name="Built-By" value="Gentoo Portage"/>
</manifest>
</target>
<target name="jar" depends="compile,manifest">
<jar jarfile="${dist}/${jar}" manifest="${build}/MANIFEST.MF">
<fileset dir="${build}"/>
</jar>
</target>
<target name="javadoc" depends="compile">
<javadoc destdir="${dist}/doc/api">
<fileset dir="${src}"/>
</javadoc>
</target>
<target name="clean">
<delete dir="${build}"/>
<delete dir="${dist}"/>
</target>
</project>

@ -1,41 +0,0 @@
diff -ru Code/com/jamonapi/utils/CommandIterator.java Code-patched/com/jamonapi/utils/CommandIterator.java
--- Code/com/jamonapi/utils/CommandIterator.java 2004-01-29 22:42:34.000000000 -0500
+++ Code-patched/com/jamonapi/utils/CommandIterator.java 2005-11-04 08:52:30.000000000 -0500
@@ -38,8 +38,8 @@
/** Iterate through an Enumeration passing the Command object each element in the Collection **/
- public static void iterate(Enumeration enum, Command command)throws Exception {
- iterate(new EnumIterator(enum) , command);
+ public static void iterate(Enumeration my_enum, Command command)throws Exception {
+ iterate(new EnumIterator(my_enum) , command);
}
/** Iterate passing each Command each Object that is being iterated **/
diff -ru Code/com/jamonapi/utils/EnumIterator.java Code-patched/com/jamonapi/utils/EnumIterator.java
--- Code/com/jamonapi/utils/EnumIterator.java 2004-01-29 22:42:34.000000000 -0500
+++ Code-patched/com/jamonapi/utils/EnumIterator.java 2005-11-04 08:52:10.000000000 -0500
@@ -6,18 +6,18 @@
public class EnumIterator extends java.lang.Object implements java.util.Iterator {
- Enumeration enum;
+ Enumeration my_enum;
- public EnumIterator(Enumeration enum) {
- this.enum=enum;
+ public EnumIterator(Enumeration my_enum) {
+ this.my_enum=my_enum;
}
public boolean hasNext() {
- return enum.hasMoreElements();
+ return my_enum.hasMoreElements();
}
public Object next() {
- return enum.nextElement();
+ return my_enum.nextElement();
}
public void remove() {

@ -1,52 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
JAVA_PKG_IUSE="doc"
inherit java-pkg-2 java-ant-2 eutils
MY_PN="JAMon"
MY_PV="103005"
DESCRIPTION="Java API to monitor production applications"
HOMEPAGE="http://www.javaperformancetuning.com/tools/jamon/index.shtml"
SRC_URI="mirror://sourceforge/jamonapi/${MY_PN}All_${MY_PV}.zip"
LICENSE="BSD"
SLOT="1"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=virtual/jre-1.4
java-virtuals/servlet-api:2.3"
DEPEND=">=virtual/jdk-1.4
app-arch/unzip
${RDEPEND}"
S="${WORKDIR}"
java_prepare() {
rm ${MY_PN}.{j,w}ar || die
epatch "${FILESDIR}"/${P}-java1.5.patch
mv Code src || die
# No provided ant script! Bad upstream, bad!
cp "${FILESDIR}"/build-1.0.xml build.xml || die
}
src_compile() {
eant jar $(use_doc) \
-Dproject.name=${PN} \
-Dclasspath=$(java-pkg_getjars servlet-api-2.3)
}
src_install() {
java-pkg_dojar dist/${PN}.jar
use doc && java-pkg_dojavadoc dist/doc/api
}

@ -0,0 +1,82 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
MY_PN="${PN}api"
MY_PV="${PV//./_}"
MY_P="${MY_PN}-${MY_PV}"
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Java API to monitor production applications"
HOMEPAGE="http://www.jamonapi.com/"
SRC_URI="https://github.com/stevensouza/${MY_PN}/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="2"
KEYWORDS="~amd64 ~x86"
IUSE="test"
CDEPEND="dev-java/log4j:0
java-virtuals/interceptor-api:0
java-virtuals/servlet-api:3.0
www-servers/tomcat:7"
RDEPEND="${CDEPEND}
>=virtual/jre-1.7
dev-db/hsqldb:0
dev-java/jakarta-oro:2.0"
DEPEND="${CDEPEND}
>=virtual/jdk-1.7
test? (
dev-db/hsqldb:0
dev-java/assertj-core:2
dev-java/junit:4
dev-java/mockito:0
dev-java/objenesis:0
)"
S="${WORKDIR}/${MY_P}"
JAVA_GENTOO_CLASSPATH="interceptor-api,log4j,servlet-api-3.0,tomcat-7"
JAVA_SRC_DIR="${PN}/src/main/java"
WAR_DIR="jamon_war/src/main/webapp"
java_prepare() {
# No Jetty or Hazelcast packaged right now and Spring is ancient.
find \( -name "*Jetty*.java" -o -name "*Hazelcast*.java" \) -exec rm -v {} + || die
rm -rv ./jamon/src/test/java/com/jamonapi/distributed/JamonDataPersisterFactoryTest.java \
./jamon/src/{main,test}/java/com/jamonapi/aop/spring || die
# Keep fdsapi and xss-html-filter bundled as we lack packages.
rm -v ${WAR_DIR}/WEB-INF/lib/{hsqldb,jakarta-oro}*.jar || die
}
src_compile() {
java-pkg-simple_src_compile
jar cf ${PN}.war -C ${WAR_DIR} . || die
}
src_install() {
java-pkg-simple_src_install
java-pkg_dowar ${PN}.war
dodoc designnotes.txt README.md
# hsqldb used by JSP files, oro used by fdsapi.
java-pkg_register-dependency hsqldb,jakarta-oro-2.0
}
src_test() {
cd jamon/src/test/java || die
local CP=".:../resources:${S}/${PN}.jar:$(java-pkg_getjars assertj-core-2,hsqldb,junit-4,mockito,objenesis,${JAVA_GENTOO_CLASSPATH})"
local TESTS=$(find * -name "*Test.java")
TESTS="${TESTS//.java}"
TESTS="${TESTS//\//.}"
ejavac -cp "${CP}" -d . $(find * -name "*.java")
ejunit4 -classpath "${CP}" ${TESTS}
}

@ -10,6 +10,7 @@
developers to easily monitor production applications
</longdescription>
<upstream>
<remote-id type="github">stevensouza/jamonapi</remote-id>
<remote-id type="sourceforge">jamonapi</remote-id>
</upstream>
</pkgmetadata>

@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE="test"
DEPEND="test? ( sys-apps/portage[${PYTHON_USEDEP}] )"

@ -1,29 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
# jython depends on java-config, so don't add it or things will break
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Java environment configuration query tool"
HOMEPAGE="https://www.gentoo.org/proj/en/java/"
SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
# baselayout-java is added as a dep till it can be added to eclass.
RDEPEND="
>=dev-java/java-config-wrapper-0.15
sys-apps/baselayout-java
sys-apps/portage"
python_test() {
esetup.py test
}

@ -5,9 +5,6 @@
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<use>
<flag name="spring">Build support for the spring framework</flag>
</use>
<upstream>
<remote-id type="google-code">spymemcached</remote-id>
</upstream>

@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@ -16,11 +16,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="spring"
CDEPEND="dev-java/log4j:0
dev-java/slf4j-api:0
spring? ( dev-java/spring-beans:3.2 )"
dev-java/slf4j-api:0"
DEPEND=">=virtual/jdk-1.5
${CDEPEND}"
@ -33,9 +30,5 @@ S="${WORKDIR}"
JAVA_GENTOO_CLASSPATH="log4j,slf4j-api"
java_prepare() {
if use spring; then
JAVA_GENTOO_CLASSPATH+=",spring-beans-3.2"
else
rm net/spy/memcached/spring/MemcachedClientFactoryBean.java || die
fi
rm net/spy/memcached/spring/MemcachedClientFactoryBean.java || die
}

@ -2,4 +2,3 @@ DIST libcec-2.1.3.tar.gz 1087121 SHA256 2aa88451b528184b02077ee8c6cd10e2f89121a6
DIST libcec-2.1.4.tar.gz 1093796 SHA256 79bef5232a5c9ab987ca3a2d4bfcaeb80480fd26f502dc1a996fe845d90fe147 SHA512 e2107b2003e003de8efea4b46a7776516652a2b27a0e0983a763324b3ac1ed2995cb0adb76e2f450bea72a1a0bdecfc5b3408fa702c74189204d694f5e9d2d8a WHIRLPOOL 4b8120755cf08dbc7ae8f2a5314f6c4e0c2ddc059b138ab594a26f7ac931cb34536a5bb2894a65902f1ba093007c1b08abeaf4306edef95059af8c85edad3e99
DIST libcec-2.2.0.tar.gz 1099150 SHA256 fd4f47a18d6e0f4b9e6f5831280207ee2b2a5fc2741ae32ae09ad12a8aa52917 SHA512 7932a45e581e207aa651e9fe72450fda52b0441fb48e40e971a530f9d5d26b87e6446322393750d85bae223519dc2a73613352a3fe42939eff2c5f8863a09cd7 WHIRLPOOL ff8581c21e280fda6333aec840cbc08fd8d23ffa795fe173076d1863c0b8fdc86fb7838c2035940dac61362ec1c74054e6e450fff7ba5426ff57a2016c6eab83
DIST libcec-3.0.1.tar.gz 1117284 SHA256 7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e SHA512 b579853d2d20d1007cb9128c8bb457da7c0c0138bba82fd45b05971be9c2232af6a064ab0a4f88bab10f6bda23baefffc43e717ad08b86bba3cf05c211ac5ee4 WHIRLPOOL 46583c7c8b45613a152fe37536992186a6929733dccde0399bed0cc86d07bb6e14da58ae42a12ee1ca192a2716b95b48bda9722749abfd40418b5f0f067f7a40
DIST libcec-3.1.0.tar.gz 1097121 SHA256 09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921 SHA512 e06f65d85ee268ec23380186d11e53f3e477bf25b955c9314cc13555eedeffee902dc8a0f3005248250c584760ab68c461b087b305dc4ef463da628ee1ab433b WHIRLPOOL 05e60255d00a897a53f042263ae73f61999875fe508a2fc6334cc00b62442d7e991a0f6a742acab440119ccdd34dfc842d97efe4fcb1a697181e76e3a0b414f8

@ -1,69 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_7 python3_4 )
inherit cmake-utils eutils linux-info python-single-r1
DESCRIPTION="Library for communicating with the Pulse-Eight USB HDMI-CEC Adaptor"
HOMEPAGE="http://libcec.pulse-eight.com"
SRC_URI="https://github.com/Pulse-Eight/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="cubox exynos python raspberry-pi +xrandr"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="virtual/udev
dev-libs/lockdev
dev-libs/libplatform
raspberry-pi? ( >=media-libs/raspberrypi-userland-0_pre20160305-r1 )
xrandr? ( x11-libs/libXrandr )"
DEPEND="${RDEPEND}
virtual/pkgconfig
python? (
dev-lang/swig
${PYTHON_DEPS}
)"
CONFIG_CHECK="~USB_ACM"
S="${WORKDIR}/${PN}-${P}"
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
# Do not hardcode the python libpath #577612
sed -i \
-e '/DESTINATION/s:lib/python${PYTHON_VERSION}/dist-packages:${PYTHON_SITEDIR}:' \
src/libcec/cmake/CheckPlatformSupport.cmake || die
cmake-utils_src_prepare
use python || comment_add_subdirectory "src/pyCecClient"
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_useno python SKIP_PYTHON_WRAPPER)
$(cmake-utils_use_has exynos EXYNOS_API)
$(cmake-utils_use_has cubox TDA955X_API)
$(cmake-utils_use_has raspberry-pi RPI_API)
)
use python && mycmakeargs+=( -DPYTHON_SITEDIR="$(python_get_sitedir)" )
# raspberrypi-userland itself does not provide .pc file so using
# bcm_host.pc instead
if use raspberry-pi ; then
mycmakeargs+=( \
-DRPI_INCLUDE_DIR=$(pkg-config --variable=includedir bcm_host) \
-DRPI_LIB_DIR=$(pkg-config --variable=libdir bcm_host) )
fi
cmake-utils_src_configure
}

@ -27,20 +27,25 @@ RDEPEND="
python? ( ${PYTHON_DEPS} )
"
DEPEND="${RDEPEND}
>=sys-devel/boost-m4-0.4_p20160328
>=dev-util/mdds-0.12.0:0=
"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
PATCHES=(
"${FILESDIR}/${PN}-0.9.1-typo.patch"
"${FILESDIR}/${PN}-0.9.1-python-optional.patch"
)
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
eapply_user
default
eapply "${FILESDIR}/${PN}-0.9.1-typo.patch" \
"${FILESDIR}/${PN}-0.9.1-python-optional.patch"
# fixes bug 576462, which is due to an outdated bundled boost.m4
rm m4/boost.m4 || die
eautoreconf
}

@ -1,2 +1,4 @@
DIST cmucl-20e-x86-linux.tar.bz2 18861880 SHA256 94dc1c0ddcaa915f83cdc23462a4cc3c4af98d64fe42e79d7c5232225b149480 SHA512 1eee852b2a11733d0fac2c046137ccd099370bf208be71becc03710e832510b288768f557e326b1ce95cba16490413142e607fd71346e20e5f8592b51d86b0fe WHIRLPOOL 765476aeb037b782380b33fb8e7ae137bb38544547b427c54c23661122552108e8940413c55003c31ba05b4729bb18f99f5b462742cbd9c1c7426f0c04e26863
DIST cmucl-21a-x86-linux.tar.bz2 10870693 SHA256 02d00c025723e7a2fa7a44e43d3f27ec39c9b871ea0332e472a439ada2620d71 SHA512 7f7d327e47b01dcee1cbb05aae826ef7c64d4d192d7d32d1aba51c8839a06d65942fff5d4c7dbccc955e1e233d2065d83d078266327caee07201e9dce59c39ee WHIRLPOOL 50e64b6d03464c9fc7015d3d6829949ab4bc41f69b890a82f36096f89d63da989197deaa7164c687d781b70ca2a7b23e3e23f9605bdb986f5a94553e9aa664c0
DIST cmucl-src-20e.tar.bz2 6147575 SHA256 b18fd27b67321a0c00f2019bbb18557f239062ba947080149ed42e30f72ae7cd SHA512 d04f6ac7335572198d37d5df00934edfc82495294446cc5420dada4f2df44009f0983b438d6f10ce5bb02e46fd89df985da5eee3e91a6a75d98e9f86240c0dcc WHIRLPOOL babb020bacf474e1cea4bc865ba7352686ff5d92d01dd4d44d121b101ac328da6cd3e63798a2086ce29ba260fdbefc26f5f7d496ecb0af9566cb1cbdbb3846bf
DIST cmucl-src-21a.tar.bz2 8195492 SHA256 41604a4f828a134dbf8a58623f45bd81b76ae05fc5c4cea5ccb74edfdc9e3167 SHA512 74b077732030dbc3681aadcf9c802fd5b399362c9653b972063e49eb0a2ad528d02d6dde74107210c94c94dc7e9664472c2d072a6ae6f75e7e8c4cf847987e3b WHIRLPOOL 8799e9a2171ef1a9eebce4deaed8aaaa3e2b5e0970ca158020792cc5d864f71525c175b2e9530f8faeee8d1c49a14b04803ed1aa83dc1247c2005a80f5fc972e

@ -0,0 +1,93 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit eutils toolchain-funcs multilib
MY_PV=${PV:0:3}
DESCRIPTION="CMU Common Lisp is an implementation of ANSI Common Lisp"
HOMEPAGE="http://www.cons.org/cmucl/"
SRC_URI="http://common-lisp.net/project/cmucl/downloads/release/${MY_PV}/cmucl-src-${MY_PV}.tar.bz2
http://common-lisp.net/project/cmucl/downloads/release/${MY_PV}/cmucl-${MY_PV}-x86-linux.tar.bz2"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86"
IUSE="X source"
CDEPEND=">=dev-lisp/asdf-2.33-r3:=
x11-libs/motif:0"
DEPEND="${CDEPEND}
sys-devel/bc"
RDEPEND="${CDEPEND}"
S="${WORKDIR}"
TARGET=linux-4
src_prepare() {
epatch "${FILESDIR}"/${MY_PV}-execstack-fixes.patch
epatch "${FILESDIR}"/${MY_PV}-customize-lisp-implementation-version.patch
epatch "${FILESDIR}"/${MY_PV}-build.patch
cp /usr/share/common-lisp/source/asdf/build/asdf.lisp src/contrib/asdf/ || die
}
src_compile() {
local cmuopts buildimage
if use X; then
cmuopts=""
else
cmuopts="-u"
fi
buildimage="bin/lisp -batch"
env CC="$(tc-getCC)" bin/build.sh -v "-gentoo-${PR}" -C "" -o "${buildimage}" ${cmuopts} || die "Cannot build the compiler"
# Compile up the asdf and defsystem modules
${TARGET}/lisp/lisp -noinit -nositeinit -batch << EOF || die
(in-package :cl-user)
(setf (ext:search-list "target:")
'("$TARGET/" "src/"))
(setf (ext:search-list "modules:")
'("target:contrib/"))
(compile-file "modules:asdf/asdf")
(compile-file "modules:defsystem/defsystem")
EOF
}
src_install() {
env MANDIR=share/man/man1 DOCDIR=share/doc/${PF} \
bin/make-dist.sh -S -g -G root -O root ${TARGET} ${MY_PV} x86 linux \
|| die "Cannot build installation archive"
# Necessary otherwise tar will fail
dodir /usr
pushd "${D}"/usr > /dev/null
tar xzpf "${WORKDIR}"/cmucl-${MY_PV}-x86-linux.tar.gz \
|| die "Cannot install main system"
if use X ; then
tar xzpf "${WORKDIR}"/cmucl-${MY_PV}-x86-linux.extra.tar.gz \
|| die "Cannot install extra files"
fi
if use source; then
# Necessary otherwise tar will fail
dodir /usr/share/common-lisp/source/${PN}
cd "${D}"/usr/share/common-lisp/source/${PN}
tar --strip-components 1 -xzpf "${WORKDIR}"/cmucl-src-${MY_PV}.tar.gz \
|| die "Cannot install sources"
fi
popd > /dev/null
# Install site config file
sed "s,@PF@,${PF},g ; s,@VERSION@,$(date +%F),g" \
< "${FILESDIR}"/site-init.lisp.in \
> "${D}"/usr/$(get_libdir)/cmucl/site-init.lisp \
|| die "Cannot fix site-init.lisp"
insinto /etc/common-lisp
doins "${FILESDIR}"/cmuclrc || die "Failed to install cmuclrc"
}

@ -0,0 +1,22 @@
diff -r -U2 21a.orig/bin/build.sh 21a/bin/build.sh
--- 21a.orig/bin/build.sh 2015-05-19 07:42:40.000000000 +0600
+++ 21a/bin/build.sh 2016-04-03 20:54:08.597016537 +0600
@@ -40,5 +40,5 @@
ENABLE4="yes"
-version=20f
+version=21a
SRCDIR=src
BINDIR=bin
@@ -145,10 +145,9 @@
$TOOLDIR/load-world.sh $TARGET "$VERSION" || { echo "Failed: $TOOLDIR/load-world.sh"; exit 1; }
- $TARGET/lisp/lisp -batch -noinit -nositeinit $FPU_MODE < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit $FPU_MODE"; exit 1; }
+ $TARGET/lisp/lisp -batch -noinit -nositeinit < /dev/null || { echo "Failed: $TARGET/lisp/lisp -batch -noinit"; exit 1; }
return 0;
fi
}
-FPU_MODE=
BUILDWORLD="$TOOLDIR/build-world.sh"
BUILD_POT="yes"

@ -0,0 +1,16 @@
diff -ur cmucl.orig/src/code/misc.lisp cmucl/src/code/misc.lisp
--- cmucl.orig/src/code/misc.lisp 2011-10-25 05:31:39.000000000 +0200
+++ cmucl/src/code/misc.lisp 2012-01-31 21:46:49.441273068 +0100
@@ -187,8 +187,10 @@
(defun lisp-implementation-version ()
"Returns a string describing the implementation version."
- (format nil "~A (~X~A)" *lisp-implementation-version* c:byte-fasl-file-version
- #+unicode _" Unicode" #-unicode ""))
+ (format nil "~X~A~A"
+ c:byte-fasl-file-version
+ #+unicode "-unicode" #-unicode ""
+ *lisp-implementation-version*))
(defun machine-instance ()
"Returns a string giving the name of the local machine."

@ -0,0 +1,118 @@
diff -Naur work.old/src/lisp/alpha-assem.S work/src/lisp/alpha-assem.S
--- work.old/src/lisp/alpha-assem.S 2003-03-06 11:13:09.000000000 -0300
+++ work/src/lisp/alpha-assem.S 2010-05-10 00:06:34.000000000 -0300
@@ -297,3 +297,7 @@
function_end_breakpoint_end:
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
diff -Naur work.old/src/lisp/amd64-assem.S work/src/lisp/amd64-assem.S
--- work.old/src/lisp/amd64-assem.S 2004-07-27 19:03:53.000000000 -0300
+++ work/src/lisp/amd64-assem.S 2010-05-10 00:06:34.000000000 -0300
@@ -1051,3 +1051,7 @@
.end
#endif /* LINKAGE_TABLE */
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
diff -Naur work.old/src/lisp/backtrace.c work/src/lisp/backtrace.c
--- work.old/src/lisp/backtrace.c 2009-06-11 13:04:01.000000000 -0300
+++ work/src/lisp/backtrace.c 2010-05-10 00:06:22.000000000 -0300
@@ -3,6 +3,8 @@
* Simple backtrace facility. More or less from Rob's lisp version.
*/
+#include "os-common.h"
+
#include <stdio.h>
#include <signal.h>
#include "lisp.h"
diff -Naur work.old/src/lisp/hppa-assem.S work/src/lisp/hppa-assem.S
--- work.old/src/lisp/hppa-assem.S 2002-08-23 14:05:35.000000000 -0300
+++ work/src/lisp/hppa-assem.S 2010-05-10 00:06:34.000000000 -0300
@@ -460,3 +460,7 @@
.export function_end_breakpoint_end
function_end_breakpoint_end
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
diff -Naur work.old/src/lisp/linux-stubs.S work/src/lisp/linux-stubs.S
--- work.old/src/lisp/linux-stubs.S 2005-08-17 00:40:16.000000000 -0300
+++ work/src/lisp/linux-stubs.S 2010-05-10 00:06:34.000000000 -0300
@@ -995,3 +995,7 @@
/* doe(yperr_string) */
/* doe(ypprot_err) */
#endif /* defined(LINKAGE_TABLE) && !defined(__FreeBSD__) */
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
diff -Naur work.old/src/lisp/lisp.c work/src/lisp/lisp.c
--- work.old/src/lisp/lisp.c 2009-07-13 16:41:54.000000000 -0300
+++ work/src/lisp/lisp.c 2010-05-10 00:05:55.000000000 -0300
@@ -5,6 +5,9 @@
*
*/
+#include "os-common.h"
+#include <time.h>
+
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
diff -Naur work.old/src/lisp/mips-assem.S work/src/lisp/mips-assem.S
--- work.old/src/lisp/mips-assem.S 2002-08-23 14:01:02.000000000 -0300
+++ work/src/lisp/mips-assem.S 2010-05-10 00:06:34.000000000 -0300
@@ -402,3 +402,7 @@
move v0, a1
j _restore_state
.end save_state
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
diff -Naur work.old/src/lisp/os-common.h work/src/lisp/os-common.h
--- work.old/src/lisp/os-common.h 1969-12-31 21:00:00.000000000 -0300
+++ work/src/lisp/os-common.h 2010-05-10 00:06:22.000000000 -0300
@@ -0,0 +1 @@
+char* convert_lisp_string(char *c_string, void *lisp_string, int len);
diff -Naur work.old/src/lisp/ppc-assem.S work/src/lisp/ppc-assem.S
--- work.old/src/lisp/ppc-assem.S 2006-02-25 01:35:58.000000000 -0300
+++ work/src/lisp/ppc-assem.S 2010-05-10 00:06:34.000000000 -0300
@@ -721,3 +721,7 @@
SET_SIZE(fpu_restore)
#endif
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
diff -Naur work.old/src/lisp/sparc-assem.S work/src/lisp/sparc-assem.S
--- work.old/src/lisp/sparc-assem.S 2003-10-23 23:57:00.000000000 -0300
+++ work/src/lisp/sparc-assem.S 2010-05-10 00:06:34.000000000 -0300
@@ -837,3 +837,7 @@
* End:
*/
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
diff -Naur work.old/src/lisp/x86-assem.S work/src/lisp/x86-assem.S
--- work.old/src/lisp/x86-assem.S 2008-12-24 02:36:40.000000000 -0200
+++ work/src/lisp/x86-assem.S 2010-05-10 00:06:34.000000000 -0300
@@ -798,3 +798,7 @@
ENDFUNC(undefined_foreign_symbol_trap)
#endif /* LINKAGE_TABLE */
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif

@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@ -13,10 +13,10 @@ DESCRIPTION="Building, finding and using wxWidgets binaries"
SLOT="0"
KEYWORDS="amd64 ~ia64 x86"
IUSE="gstreamer test"
IUSE="gstreamer opengl test"
RDEPEND="
>=x11-libs/wxGTK-3:3.0[X,tiff,gstreamer=]
>=x11-libs/wxGTK-3:3.0[gstreamer=,opengl=,tiff,X]
>=dev-perl/Module-Pluggable-2.600.0
"
DEPEND="${RDEPEND}

@ -0,0 +1,27 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="ZEFRAM"
DIST_VERSION=0.012
inherit perl-module
DESCRIPTION="details of the floating point data type"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="virtual/perl-Carp
virtual/perl-Exporter
virtual/perl-parent"
DEPEND="${RDEPEND}
dev-perl/Module-Build
test? ( virtual/perl-Test-Simple )"
src_test() {
perl_rm_files "t/pod_syn.t" "t/pod_cvg.t"
perl-module_src_test
}

@ -0,0 +1 @@
DIST Data-Float-0.012.tar.gz 26213 SHA256 698ecb092a3284e260cd3c3208408feb791d7d0f06a02673f9125ab2d51cc2d8 SHA512 2ea314a1ee94189200262dcd15e6786d27bb010b8ca6e56e3214b4c2f80932f92d4227b2209a981fc7d3e7a8927624ced49d703349933d24c0f66b2a48c3d7f4 WHIRLPOOL 3154c87b39e80415b078ae073d2dcf8c10f291e764bf80c21b946fe4b369768f46825125fb52e64eabcfcde5a3f1009d8a11cb4cd84326a72c070d608adaf802

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Data-Float</remote-id>
<remote-id type="cpan-module">Data::Float</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,20 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=GAAS
DIST_VERSION=1.05
inherit perl-module
DESCRIPTION="Determine the locale encoding"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND=">=virtual/perl-Encode-2.0.0"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )"

@ -1 +1,2 @@
DIST Encode-Locale-1.03.tar.gz 6846 SHA256 f76337e0933225914111fcc3319ff4db359b1abfd1aa56dff2df5378db0e2d55 SHA512 f236a8d8dbf9c3af8cc382cb963e82bea289aa6ea57d5c36bf71c7cc0ba498ef1237357512418b7859723f865094057a827bd8043ad74b41a96e611a8ffebc0a WHIRLPOOL 159fbd4a3975c73aac1c353b0e3ba275f611e26c5f987df3364c05bfab44fb02b5f88d013d1f6bf449af890c6de483d0ed924a1db6f6f72e6e5e4f25f0a3c63a
DIST Encode-Locale-1.05.tar.gz 8355 SHA256 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1 SHA512 68ed5732fd3645eca2ea54080067677a48f90fc5a594a1b453a322f3127e67a984d539cb5fd41ac63a03b9dab693c070b65e3c70a2a677dc61b4634f3e212d06 WHIRLPOOL 7cc9e4f5611d352a4e8824dcffd2fcdf328ec9f2b54b63ca9f2fd8b5b8cd2f3824e3e7761f044215716c50cab4b64a7569b2afb0f54462ad5495c33db448ce60

@ -0,0 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=DAVIDO
DIST_VERSION=0.11
inherit perl-module
DESCRIPTION="Guess C++ compiler and flags"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/Capture-Tiny
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Path
virtual/perl-Data-Dumper
virtual/perl-ExtUtils-Manifest
virtual/perl-File-Spec
virtual/perl-Test-Simple
dev-perl/Module-Build
)
"

@ -0,0 +1 @@
DIST ExtUtils-CppGuess-0.11.tar.gz 6794 SHA256 c70ce0d29476d76d9dea310850a270721e312eb79eb9bfd0a842c510b2855273 SHA512 68039779106386efb20cd6e9125d5882e20257f6a1b1f830b32c9f4df70f66a0cf1706f573e4c80159488526656732ede844b37edbf3f1d4a111898eca66fa9e WHIRLPOOL 265e29e8b3a92078e46f64c8f3aea758bcd566d0dc373e1262799ffa24a24755a184add912a64c197424fb645964699cccd200e21f1aea3c3f94cb77ff6ffa46

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">ExtUtils-CppGuess</remote-id>
<remote-id type="cpan-module">ExtUtils::CppGuess</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,20 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=SMUELLER
DIST_VERSION=1.05
inherit perl-module
DESCRIPTION="A set of useful typemaps"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=virtual/perl-ExtUtils-ParseXS-3.180.300"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.400.0
test? ( virtual/perl-Test-Simple )"

@ -0,0 +1 @@
DIST ExtUtils-Typemaps-Default-1.05.tar.gz 9327 SHA256 3dfaf5837ebfdc007895bfca84c3c2e76d589a7d336400e8dfb3243d818215de SHA512 91f3f5e3abfe2532a38bfb097d06e5a4145c84729a906af5269353f92b19bfcb86ac5c664067dc3adad405bbc8d0b43071180da4e6575e468b7b946d6c44e949 WHIRLPOOL e33d47c237e1501492e3c25b0e5026a829bc4f1558ecc90289a231ed78c7862f1b4abaf77a3454016c7e86ef54bbc4849b431a82bff32a9bbc9c3c288da7cc1e

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">ExtUtils-Typemaps-Default</remote-id>
<remote-id type="cpan-module">ExtUtils::Typemaps::Basic</remote-id>
<remote-id type="cpan-module">ExtUtils::Typemaps::Default</remote-id>
<remote-id type="cpan-module">ExtUtils::Typemaps::ObjectMap</remote-id>
<remote-id type="cpan-module">ExtUtils::Typemaps::STL</remote-id>
<remote-id type="cpan-module">ExtUtils::Typemaps::STL::List</remote-id>
<remote-id type="cpan-module">ExtUtils::Typemaps::STL::String</remote-id>
<remote-id type="cpan-module">ExtUtils::Typemaps::STL::Vector</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,44 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=MATTN
DIST_VERSION=0.20
inherit perl-module
DESCRIPTION="Perl implementation of GNTP Protocol (Client Part)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test examples"
RDEPEND="
examples? ( virtual/perl-Encode )
>=dev-perl/Crypt-CBC-2.290.0
>=dev-perl/Data-UUID-0.149.0
>=virtual/perl-Digest-MD5-2.360.0
>=virtual/perl-Digest-SHA-5.450.0
virtual/perl-IO
dev-perl/IO-Socket-PortState
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
virtual/perl-File-Spec
virtual/perl-CPAN-Meta"
src_test() {
my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}
if ! has 'network' ${my_test_control}; then
einfo "Network testing disabled"
perl_rm_files "t/01_simple.t"
fi
perl-module_src_test
}
src_install() {
perl-module_src_install
if use examples; then
docompress -x /usr/share/doc/${PF}/examples
dodoc -r examples
fi
}

@ -0,0 +1 @@
DIST Growl-GNTP-0.20.tar.gz 23374 SHA256 b1c9795b72c750ca6bb69cfa7e50e78e429a8e1972d7cb9ed7ee1ec769311d94 SHA512 a8acd7cd9a46a8c81bc34a7076f379735ca9712bedbb7c8451aea6049113c477310093ac39e5f83c9b4a0b31f0ae4df25bb5cf682e4a7f0e113edb15e84c1977 WHIRLPOOL dbe87d2149e60d167b55472145a0187d7ac2ff383bcf2f34ab93e3d4ab1736cce1288f15547e13d88337a08ddd4c56142ce5f1c8fd95227915520e4354a4a9f6

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Growl-GNTP</remote-id>
<remote-id type="cpan-module">Growl::GNTP</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,19 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=DMUEY
DIST_VERSION=0.03
inherit perl-module
DESCRIPTION="Perl extension for checking the open or closed status of a port"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="virtual/perl-IO"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )"

@ -0,0 +1 @@
DIST IO-Socket-PortState-0.03.tar.gz 3380 SHA256 9b6272699d2afd6f65aaa118e2613da28a9f3ba7a80c30bd0cfb16619db131bc SHA512 84353b041558b5401f207d350b66ef696a9f3b23bddb845da76a98b072fe64f9761eb9f10e797744b5241d5eac606769ecc24cdfefb16669f446cf21968220e4 WHIRLPOOL 65dca6d2719d8446161f2b0ad85d6a08f63658039fb98aeb9883ed7ff731080c4b841b7966c3ed5549bad20bc0a94eec8c19ef25e3ab07d3a06aab23b5bd99b9

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">IO-Socket-PortState</remote-id>
<remote-id type="cpan-module">IO::Socket::PortState</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Math-BigInt-Lite-0.14.tar.gz 44517 SHA256 0ae0d1fdfbfe0d1801f3fd99d1958a61958f1d50ce4d38acca735e85ef3035ef SHA512 abee57d6497566f8dfa32d273f0ef9cf914ed57b9397c61455695cbfc141fce8f1ccd2c65a2043ec0d4843dc0a1cde978a0b8b05bcc12e71a7438cd379a462c5 WHIRLPOOL a64b379303cf26d048975087082aec768fbac1e46d9bcf03a6d43de0206f2fb2e649fe041628ea2fb90eae14f23d5778c246fb53c01ebd491f26e8362038c307

@ -0,0 +1,30 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="FLORA"
DIST_VERSION=0.14
inherit perl-module
DESCRIPTION="What BigInts are before they become big"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=virtual/perl-Math-BigInt-1.940.0
>=virtual/perl-Math-BigRat-0.190.0"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
test? ( >=virtual/perl-Test-Simple-0.520.0 )"
src_test() {
local bad_files=( "t/pod_cov.t" "t/pod.t" );
einfo "t/bigintpm.t is broken: https://rt.cpan.org/Public/Bug/Display.html?id=75667";
bad_files+=( "t/bigintpm.t" );
perl_rm_files "${bad_files[@]}";
perl-module_src_test;
}

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Math-BigInt-Lite</remote-id>
<remote-id type="cpan-module">Math::BigInt::Lite</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Math-Factor-XS-0.40.tar.gz 62370 SHA256 f594f5f107ac1b6f2f1af76b7711121dbd7043cc7bad0bad1cdbfc3186239833 SHA512 3b7c2df63f02585ea5508217fa93292db74ed5c94e379dc6ef9b9887c6b5cdccf76f36e30b71e50848cfe698a262d99049918075b28ac44d07aabf7fb7d799b3 WHIRLPOOL 63af1db5a9b33942dbe69b0b7ae300917eb9e25ecc19ee08d6f4dd4f2c38b1a0f17d6fa705dfbf0cabf652a0309989eb96e1c585088bb60e0fa3f3530759fd11

@ -0,0 +1,32 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="KRYDE"
DIST_VERSION=0.40
inherit perl-module
DESCRIPTION="Factorize numbers and calculate matching multiplications"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-perl/boolean
dev-perl/List-MoreUtils
dev-perl/Params-Validate
virtual/perl-Carp
virtual/perl-Exporter
virtual/perl-Scalar-List-Utils
virtual/perl-XSLoader"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.400.0
virtual/perl-ExtUtils-CBuilder
test? ( virtual/perl-Test-Simple )"
src_test() {
perl_rm_files "t/pod.t" "t/pod-coverage.t"
perl-module_src_test
}

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Math-Factor-XS</remote-id>
<remote-id type="cpan-module">Math::Factor::XS</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Math-Libm-1.00.tar.gz 4554 SHA256 bfd309f283ac8cb9bf00af8c7c3a10bf25abfd642861c2022efaff0a4a52c276 SHA512 17a1f38e32a82ec9a0307033920559dfe554fdae43b9fefffd7dc0ff690b6c5018079bded8554135da8546ccaf8dc0890e7e9b9a1e3845e53d46c993cec11540 WHIRLPOOL 09220baab48f6e907db3f7cca0770a85c7c3ae0c76bfe9d02058d848f388eb0594616cf17f04670ebfcbfbc6937e5031ebbc739b3bb607faf2bdb96903a1f4c0

@ -0,0 +1,20 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="DSLEWART"
DIST_VERSION="1.00"
inherit perl-module
DESCRIPTION="wrapper to libm functions"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="virtual/perl-AutoLoader
virtual/perl-Carp"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker"

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Math-Libm</remote-id>
<remote-id type="cpan-module">Math::Libm</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Math-NumSeq-71.tar.gz 824620 SHA256 53ab83bb14fdd3d5c37e3165d64fba87ca845e33c3d9dfcf2882e5e60c11884a SHA512 2679d6b28523b172e1ac4b48b018e896c083d1d45227fd0bd4d156c6dc2862edb234888701ce4019234a7cff888cf84bf72b4e8ebd2f5d78fb5ae12c8374ce2d WHIRLPOOL 4b5c135383a7135c642bae553086262879d89b0d2047d3b4f8ec00fcd2bec7fbd1d4585696402fd8eefaffc410c97dc2b3948894e163815c142f1275983dca4c

@ -0,0 +1,46 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=KRYDE
DIST_VERSION=71
inherit perl-module
DESCRIPTION="number sequences (for example from OEIS)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test examples"
RDEPEND="
dev-perl/File-HomeDir
virtual/perl-File-Spec
virtual/perl-File-Temp
virtual/perl-Scalar-List-Utils
>=dev-perl/Math-Factor-XS-0.400.0
dev-perl/Math-Libm
>=dev-perl/Math-Prime-XS-0.260.0
virtual/perl-Module-Load
>=dev-perl/Module-Pluggable-4.700.0
dev-perl/Module-Util
>=dev-perl/constant-defer-1.0.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Data-Float
virtual/perl-Test
)
"
# Note: Examples need extra deps, but they're not critical LATER
src_install() {
perl-module_src_install
if use examples; then
docompress -x /usr/share/doc/${PF}/examples
docinto examples
dodoc -r examples/other/*
fi
}

@ -0,0 +1,149 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Math-NumSeq</remote-id>
<remote-id type="cpan-module">Math::NumSeq</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Abundant</remote-id>
<remote-id type="cpan-module">Math::NumSeq::AlgebraicContinued</remote-id>
<remote-id type="cpan-module">Math::NumSeq::All</remote-id>
<remote-id type="cpan-module">Math::NumSeq::AllDigits</remote-id>
<remote-id type="cpan-module">Math::NumSeq::AllPrimeFactors</remote-id>
<remote-id type="cpan-module">Math::NumSeq::AlmostPrimes</remote-id>
<remote-id type="cpan-module">Math::NumSeq::AsciiSelf</remote-id>
<remote-id type="cpan-module">Math::NumSeq::BalancedBinary</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Base::Array</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Base::Cache</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Base::Digits</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Base::IterateIth</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Base::IteratePred</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Base::Sparse</remote-id>
<remote-id type="cpan-module">Math::NumSeq::BaumSweet</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Beastly</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Catalan</remote-id>
<remote-id type="cpan-module">Math::NumSeq::CollatzSteps</remote-id>
<remote-id type="cpan-module">Math::NumSeq::ConcatNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Cubes</remote-id>
<remote-id type="cpan-module">Math::NumSeq::CullenNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DedekindPsiCumulative</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DedekindPsiSteps</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DeletablePrimes</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DigitCount</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DigitCountHigh</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DigitCountLow</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DigitLength</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DigitLengthCumulative</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DigitProduct</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DigitProductSteps</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DigitSum</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DigitSumModulo</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DivisorCount</remote-id>
<remote-id type="cpan-module">Math::NumSeq::DuffinianNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Emirps</remote-id>
<remote-id type="cpan-module">Math::NumSeq::ErdosSelfridgeClass</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Even</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Expression</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Factorials</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Fibbinary</remote-id>
<remote-id type="cpan-module">Math::NumSeq::FibbinaryBitCount</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Fibonacci</remote-id>
<remote-id type="cpan-module">Math::NumSeq::FibonacciRepresentations</remote-id>
<remote-id type="cpan-module">Math::NumSeq::FibonacciWord</remote-id>
<remote-id type="cpan-module">Math::NumSeq::File</remote-id>
<remote-id type="cpan-module">Math::NumSeq::FractionDigits</remote-id>
<remote-id type="cpan-module">Math::NumSeq::GolayRudinShapiro</remote-id>
<remote-id type="cpan-module">Math::NumSeq::GolayRudinShapiroCumulative</remote-id>
<remote-id type="cpan-module">Math::NumSeq::GoldbachCount</remote-id>
<remote-id type="cpan-module">Math::NumSeq::GolombSequence</remote-id>
<remote-id type="cpan-module">Math::NumSeq::HafermanCarpet</remote-id>
<remote-id type="cpan-module">Math::NumSeq::HappyNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::HappySteps</remote-id>
<remote-id type="cpan-module">Math::NumSeq::HarshadNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::HofstadterFigure</remote-id>
<remote-id type="cpan-module">Math::NumSeq::JugglerSteps</remote-id>
<remote-id type="cpan-module">Math::NumSeq::KlarnerRado</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Kolakoski</remote-id>
<remote-id type="cpan-module">Math::NumSeq::LemoineCount</remote-id>
<remote-id type="cpan-module">Math::NumSeq::LiouvilleFunction</remote-id>
<remote-id type="cpan-module">Math::NumSeq::LucasNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::LuckyNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::MaxDigitCount</remote-id>
<remote-id type="cpan-module">Math::NumSeq::MephistoWaltz</remote-id>
<remote-id type="cpan-module">Math::NumSeq::MobiusFunction</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Modulo</remote-id>
<remote-id type="cpan-module">Math::NumSeq::MoranNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Multiples</remote-id>
<remote-id type="cpan-module">Math::NumSeq::NumAronson</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Odd</remote-id>
<remote-id type="cpan-module">Math::NumSeq::OEIS</remote-id>
<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue</remote-id>
<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin</remote-id>
<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::BuiltinTable</remote-id>
<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::FractionDigits</remote-id>
<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::ZZ_Files</remote-id>
<remote-id type="cpan-module">Math::NumSeq::OEIS::File</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Palindromes</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Pell</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Perrin</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PisanoPeriod</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PisanoPeriodSteps</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PolignacObstinate</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Polygonal</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PowerFlip</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Powerful</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PowerPart</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PrimeFactorCount</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PrimeIndexOrder</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PrimeIndexPrimes</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Primes</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Primorials</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Pronic</remote-id>
<remote-id type="cpan-module">Math::NumSeq::ProthNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PythagoreanHypots</remote-id>
<remote-id type="cpan-module">Math::NumSeq::RadixConversion</remote-id>
<remote-id type="cpan-module">Math::NumSeq::RadixWithoutDigit</remote-id>
<remote-id type="cpan-module">Math::NumSeq::RepdigitAny</remote-id>
<remote-id type="cpan-module">Math::NumSeq::RepdigitRadix</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Repdigits</remote-id>
<remote-id type="cpan-module">Math::NumSeq::ReReplace</remote-id>
<remote-id type="cpan-module">Math::NumSeq::ReRound</remote-id>
<remote-id type="cpan-module">Math::NumSeq::ReverseAdd</remote-id>
<remote-id type="cpan-module">Math::NumSeq::ReverseAddSteps</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Runs</remote-id>
<remote-id type="cpan-module">Math::NumSeq::SelfLengthCumulative</remote-id>
<remote-id type="cpan-module">Math::NumSeq::SophieGermainPrimes</remote-id>
<remote-id type="cpan-module">Math::NumSeq::SpiroFibonacci</remote-id>
<remote-id type="cpan-module">Math::NumSeq::SqrtContinued</remote-id>
<remote-id type="cpan-module">Math::NumSeq::SqrtContinuedPeriod</remote-id>
<remote-id type="cpan-module">Math::NumSeq::SqrtDigits</remote-id>
<remote-id type="cpan-module">Math::NumSeq::SqrtEngel</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Squares</remote-id>
<remote-id type="cpan-module">Math::NumSeq::StarNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::SternDiatomic</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Tetrahedral</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Totient</remote-id>
<remote-id type="cpan-module">Math::NumSeq::TotientCumulative</remote-id>
<remote-id type="cpan-module">Math::NumSeq::TotientPerfect</remote-id>
<remote-id type="cpan-module">Math::NumSeq::TotientSteps</remote-id>
<remote-id type="cpan-module">Math::NumSeq::TotientStepsSum</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Triangular</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Tribonacci</remote-id>
<remote-id type="cpan-module">Math::NumSeq::TwinPrimes</remote-id>
<remote-id type="cpan-module">Math::NumSeq::UlamSequence</remote-id>
<remote-id type="cpan-module">Math::NumSeq::UndulatingNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::WoodallNumbers</remote-id>
<remote-id type="cpan-module">Math::NumSeq::Xenodromes</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Math-PlanePath-122.tar.gz 1290711 SHA256 edcf64f5cb9e4cca6dd6ee88c285551ee5151438c041cdeb41a4af88f184452f SHA512 06983ab17b50da9a6872a0c154e433736720c40fc2f845de606f7089697d00d22bc1b9a8580292258af0d3d6e1133363ec2894269ed472f1fb4e52f0af2709ed WHIRLPOOL 23576d1f5d74dd5753ac236a4cf4fc1de6df25950746c78211408389e3845f3bfe3610b7f2005ff2f20c4b8874ee1977498cf027e392b3de37f9f9296ac19a22

@ -0,0 +1,36 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="KRYDE"
DIST_VERSION="122"
inherit perl-module
DESCRIPTION="Mathematical paths through the 2-D plane"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gmp test examples"
RDEPEND="gmp? ( dev-perl/Math-BigInt-GMP )
dev-perl/Math-Libm
dev-perl/Math-NumSeq
>=dev-perl/constant-defer-5.0.0
virtual/perl-Scalar-List-Utils
virtual/perl-Math-BigInt"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test
dev-perl/Math-BigInt-Lite
dev-perl/Number-Fraction )"
src_install() {
perl-module_src_install
if use examples; then
docompress -x /usr/share/doc/${PF}/examples
dodoc -r examples
fi
}

@ -0,0 +1,144 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Math-PlanePath</remote-id>
<remote-id type="cpan-module">Math::NumSeq::OEIS::Catalogue::Plugin::PlanePath</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PlanePathCoord</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PlanePathDelta</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PlanePathN</remote-id>
<remote-id type="cpan-module">Math::NumSeq::PlanePathTurn</remote-id>
<remote-id type="cpan-module">Math::PlanePath</remote-id>
<remote-id type="cpan-module">Math::PlanePath::AlternatePaper</remote-id>
<remote-id type="cpan-module">Math::PlanePath::AlternatePaperMidpoint</remote-id>
<remote-id type="cpan-module">Math::PlanePath::AnvilSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::AR2W2Curve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::ArchimedeanChords</remote-id>
<remote-id type="cpan-module">Math::PlanePath::AztecDiamondRings</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Base::Digits</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Base::Generic</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Base::NSEW</remote-id>
<remote-id type="cpan-module">Math::PlanePath::BetaOmega</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CellularRule</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CellularRule190</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CellularRule54</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CellularRule57</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CfracDigits</remote-id>
<remote-id type="cpan-module">Math::PlanePath::ChanTree</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CincoCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Columns</remote-id>
<remote-id type="cpan-module">Math::PlanePath::ComplexMinus</remote-id>
<remote-id type="cpan-module">Math::PlanePath::ComplexPlus</remote-id>
<remote-id type="cpan-module">Math::PlanePath::ComplexRevolving</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CoprimeColumns</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Corner</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CornerReplicate</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CretanLabyrinth</remote-id>
<remote-id type="cpan-module">Math::PlanePath::CubicBase</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DekkingCentres</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DekkingCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DiagonalRationals</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Diagonals</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DiagonalsAlternating</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DiagonalsOctant</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DiamondArms</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DiamondSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DigitGroups</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DivisibleColumns</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DragonCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DragonMidpoint</remote-id>
<remote-id type="cpan-module">Math::PlanePath::DragonRounded</remote-id>
<remote-id type="cpan-module">Math::PlanePath::FactorRationals</remote-id>
<remote-id type="cpan-module">Math::PlanePath::FibonacciWordFractal</remote-id>
<remote-id type="cpan-module">Math::PlanePath::File</remote-id>
<remote-id type="cpan-module">Math::PlanePath::FilledRings</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Flowsnake</remote-id>
<remote-id type="cpan-module">Math::PlanePath::FlowsnakeCentres</remote-id>
<remote-id type="cpan-module">Math::PlanePath::FractionsTree</remote-id>
<remote-id type="cpan-module">Math::PlanePath::GcdRationals</remote-id>
<remote-id type="cpan-module">Math::PlanePath::GosperIslands</remote-id>
<remote-id type="cpan-module">Math::PlanePath::GosperReplicate</remote-id>
<remote-id type="cpan-module">Math::PlanePath::GosperSide</remote-id>
<remote-id type="cpan-module">Math::PlanePath::GrayCode</remote-id>
<remote-id type="cpan-module">Math::PlanePath::GreekKeySpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::HeptSpiralSkewed</remote-id>
<remote-id type="cpan-module">Math::PlanePath::HexArms</remote-id>
<remote-id type="cpan-module">Math::PlanePath::HexSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::HexSpiralSkewed</remote-id>
<remote-id type="cpan-module">Math::PlanePath::HilbertCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::HilbertSides</remote-id>
<remote-id type="cpan-module">Math::PlanePath::HilbertSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::HIndexing</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Hypot</remote-id>
<remote-id type="cpan-module">Math::PlanePath::HypotOctant</remote-id>
<remote-id type="cpan-module">Math::PlanePath::ImaginaryBase</remote-id>
<remote-id type="cpan-module">Math::PlanePath::ImaginaryHalf</remote-id>
<remote-id type="cpan-module">Math::PlanePath::KnightSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::KochCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::KochelCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::KochPeaks</remote-id>
<remote-id type="cpan-module">Math::PlanePath::KochSnowflakes</remote-id>
<remote-id type="cpan-module">Math::PlanePath::KochSquareflakes</remote-id>
<remote-id type="cpan-module">Math::PlanePath::LTiling</remote-id>
<remote-id type="cpan-module">Math::PlanePath::MPeaks</remote-id>
<remote-id type="cpan-module">Math::PlanePath::MultipleRings</remote-id>
<remote-id type="cpan-module">Math::PlanePath::OctagramSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::PeanoCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::PentSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::PentSpiralSkewed</remote-id>
<remote-id type="cpan-module">Math::PlanePath::PixelRings</remote-id>
<remote-id type="cpan-module">Math::PlanePath::PowerArray</remote-id>
<remote-id type="cpan-module">Math::PlanePath::PyramidRows</remote-id>
<remote-id type="cpan-module">Math::PlanePath::PyramidSides</remote-id>
<remote-id type="cpan-module">Math::PlanePath::PyramidSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::PythagoreanTree</remote-id>
<remote-id type="cpan-module">Math::PlanePath::QuadricCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::QuadricIslands</remote-id>
<remote-id type="cpan-module">Math::PlanePath::QuintetCentres</remote-id>
<remote-id type="cpan-module">Math::PlanePath::QuintetCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::QuintetReplicate</remote-id>
<remote-id type="cpan-module">Math::PlanePath::R5DragonCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::R5DragonMidpoint</remote-id>
<remote-id type="cpan-module">Math::PlanePath::RationalsTree</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Rows</remote-id>
<remote-id type="cpan-module">Math::PlanePath::SacksSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::SierpinskiArrowhead</remote-id>
<remote-id type="cpan-module">Math::PlanePath::SierpinskiArrowheadCentres</remote-id>
<remote-id type="cpan-module">Math::PlanePath::SierpinskiCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::SierpinskiCurveStair</remote-id>
<remote-id type="cpan-module">Math::PlanePath::SierpinskiTriangle</remote-id>
<remote-id type="cpan-module">Math::PlanePath::SquareArms</remote-id>
<remote-id type="cpan-module">Math::PlanePath::SquareReplicate</remote-id>
<remote-id type="cpan-module">Math::PlanePath::SquareSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::Staircase</remote-id>
<remote-id type="cpan-module">Math::PlanePath::StaircaseAlternating</remote-id>
<remote-id type="cpan-module">Math::PlanePath::TerdragonCurve</remote-id>
<remote-id type="cpan-module">Math::PlanePath::TerdragonMidpoint</remote-id>
<remote-id type="cpan-module">Math::PlanePath::TerdragonRounded</remote-id>
<remote-id type="cpan-module">Math::PlanePath::TheodorusSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::TriangleSpiral</remote-id>
<remote-id type="cpan-module">Math::PlanePath::TriangleSpiralSkewed</remote-id>
<remote-id type="cpan-module">Math::PlanePath::TriangularHypot</remote-id>
<remote-id type="cpan-module">Math::PlanePath::UlamWarburton</remote-id>
<remote-id type="cpan-module">Math::PlanePath::UlamWarburtonQuarter</remote-id>
<remote-id type="cpan-module">Math::PlanePath::VogelFloret</remote-id>
<remote-id type="cpan-module">Math::PlanePath::WunderlichMeander</remote-id>
<remote-id type="cpan-module">Math::PlanePath::WunderlichSerpentine</remote-id>
<remote-id type="cpan-module">Math::PlanePath::WythoffArray</remote-id>
<remote-id type="cpan-module">Math::PlanePath::WythoffPreliminaryTriangle</remote-id>
<remote-id type="cpan-module">Math::PlanePath::ZOrderCurve</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Math-Prime-XS-0.26.tar.gz 61354 SHA256 d595728a2a537edb22818f0050e0ff7c99b19f958386585715e777409b57f1e1 SHA512 4054114b320e15c349c6620fcd8b2ae6a94b590f2be2a6301577dae09aef3058f901cafd669ea9846c0b7adaaad46e18552cdf147c8412b297d96d5f3bbd6fa4 WHIRLPOOL ad30005deb6184acaf97d7558bd72cf4d89f3268bcce23479937e80a5dae407d6791a12c13523e0031ed027d476bef61bfd00ea12adb73d0ff36f34437f1bc9b

@ -0,0 +1,31 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="KRYDE"
DIST_VERSION=0.26
inherit perl-module
DESCRIPTION="Detect and calculate prime numbers with deterministic tests"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-perl/boolean
dev-perl/Params-Validate
virtual/perl-Carp
virtual/perl-Exporter
virtual/perl-Scalar-List-Utils
virtual/perl-XSLoader"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? ( virtual/perl-Test-Simple )
virtual/perl-ExtUtils-CBuilder"
src_test() {
perl_rm_files "t/pod.t" "t/pod-coverage.t"
perl-module_src_test
}

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tomboy64@sina.cn</email>
<name>Proxy-Maintainer; please assign him to bugs.</name>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Gentoo Proxy Maintainers Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Math-Prime-XS</remote-id>
<remote-id type="cpan-module">Math::Prime::XS</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1 @@
DIST Module-Build-WithXSpp-0.14.tar.gz 14103 SHA256 53b3c8c8fdbd50fc3dad3d19da20f1b6414ef70665b9311710c802969e746934 SHA512 2d334656128fe9e4b2e06ce23fc33b81bd4302477dcca2ac2cf87a74cbd4d160c7875e2a252e85116dc17a6e9ee53d43457a7d50e0cdd33d3514ad47eac4554c WHIRLPOOL 617ab44960c975551d62bb1f61a2c9a4f503edb0454f00bc3b21bd8a19ad6a8d31480324d71382979f3f368d93d1fd463d5480b91841929acd9cc14739857a78

@ -0,0 +1,24 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="SMUELLER"
DIST_VERSION=0.14
inherit perl-module
DESCRIPTION="XS++ enhanced flavour of Module::Build"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-perl/ExtUtils-CppGuess-0.40.0
>=dev-perl/ExtUtils-XSpp-0.110.0
virtual/perl-Digest-MD5
virtual/perl-ExtUtils-CBuilder
>=virtual/perl-ExtUtils-ParseXS-2.220.500
>=dev-perl/Module-Build-0.260.0"
DEPEND="${RDEPEND}
test? ( virtual/perl-Test-Simple )"

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

Loading…
Cancel
Save