Sync with portage [Sat Apr 9 13:16:57 MSK 2016].

mhiretskiy 293
root 8 years ago
parent 1f699571ff
commit 51e2fef2e4

@ -1 +1 @@
DIST calamares-2.2.tar.gz 4728472 SHA256 b75d1462a8a7bd2bdc57ec38bd3b2e0485be573d8af13d05f44df2fc7a7dcaa4 SHA512 1b612f10cba059f8991d4e0afc06a742495929ae20daf8e57d4bca94b5836cd7cd3f3db1cbf08850c8ed55a7dd5f28f42198b6e40392b3f8cc36e8da55b95ffc WHIRLPOOL b1aeb6ff5df865c679d080f6482c50c85a6aa75768729c2194a775182f98d8b78627c66e8b49063c8f60bdec1c2f56a1fd627528fbc2a13fe8117d6c933bb212
DIST calamares-2.2.1.tar.gz 4733060 SHA256 1775444f286b37994a6970e878db09bf48dfa687c57435eed05c27d3064f34fa SHA512 f6864277857cef616598526936ee91b01245aac8c4fa67cbb69bf365523177d0042c46846af4116496974d74672582a7b6b6b925a9da0aa7819ad6b238ec7980 WHIRLPOOL 0ddc38a2c8ac06892e0dbee2117e100479c28548fed792c9be9ccc547fb49247cc4c69fd88e5d503786ba93d1a1f28ef84979c2a32a97c5fb94a3952f29e9535

@ -5,7 +5,4 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
</use>
</pkgmetadata>

@ -81,6 +81,6 @@ src_install(){
fperms +x "/usr/share/${PN}/resources/app/apm/bin/node"
fperms +x "/usr/share/${PN}/resources/app/apm/node_modules/npm/bin/node-gyp-bin/node-gyp"
# Symlinking to /usr/bin
dosym "/usr/share/${PN}/resources/app/atom.sh /usr/bin/atom"
dosym "/usr/share/${PN}/resources/app/apm/bin/apm /usr/bin/apm"
dosym "/usr/share/${PN}/resources/app/atom.sh" /usr/bin/atom
dosym "/usr/share/${PN}/resources/app/apm/bin/apm" /usr/bin/apm
}

@ -1,3 +1,4 @@
DIST neovim-0.1.0.tar.gz 7644722 SHA256 e8659558103b8f5a65aac84007a12e3581b32736321778028017fd07365cfff8 SHA512 b91e5ce5561155ecb3554f56fd4371219612ed3bc35dfeb60a225eb1dbe1473fce5f573eb996bdb01fd9569f764da86493108665c98dc7555fc44f410befb00a WHIRLPOOL 33d7b88588c214ddc670a7b3cffcfd855699e90b15c5e327ac0c17972fddb73bd519b1a8eb609f8454d6c463f18764f17bc1314b6b27448c5ac4607cdbce1551
DIST neovim-0.1.1.tar.gz 7584560 SHA256 f39bcab23457c66ce0d67dcf8029743703f860413db0070f75d4f0ffad27c6c1 SHA512 7098bef9b81862f009789cff49a063d56d52d2f5c74e2fe68ad65c952c61c07eabeb6be150b369a5a179957f20187de3051caaa30b1e0cb4ec1e9e49b4e77333 WHIRLPOOL 9df0d6d59bdda2def2d8a393eec579f341256aff18c485cbb08c96637c597ee4df73a68a09105e776605194412274df2c82b78f7ca0e0bc1e20d4780fcdfa57f
DIST neovim-0.1.2.tar.gz 7610804 SHA256 549881465eff82454660ae92d857d6ffa22383d45c94c46f3753fd1b0e699247 SHA512 dc03d92ff296f3ff55225d514479f1ac201a5a65eb8a6c02e71935ca44feb8ab15897b26a2ea46e53771f902c57b027d07e02f95673268ee060c6b77c4aa90e4 WHIRLPOOL ef1253249120c89c6efc15520263c889a9972df0c11e9353dedeee112c46ee9b92355fa3dabdf2d15cb7d0416681d1c8b55a9c02266048154f3afe104fdf4ff9
DIST neovim-0.1.3.tar.gz 7636777 SHA256 7a86892d941b8829537ad46864b9a363d009ba56aeefdef2ee15ffa3eee5f92b SHA512 70c979fa06784cae4ded43c7fef7906c743729ed43a50003deec1d2ab7a800bfeab81c394893796a06d0f37811867062b2f766936c2a871f7d968b350729d4c8 WHIRLPOOL 1b3ccb589b3b2ee6d0e6bb1e2139c6ae508859637a0b075a6ccef5168386737713549abab37c7148d9d44d19be54a75587253144aaa1b4c5315408838cdaa4c5

@ -0,0 +1,75 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit cmake-utils flag-o-matic
DESCRIPTION="Vim-fork focused on extensibility and agility."
HOMEPAGE="https://neovim.io"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/neovim/neovim.git"
else
SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="Apache-2.0 vim"
SLOT="0"
IUSE="+nvimpager perl python +jemalloc"
CDEPEND="dev-lang/luajit:2
>=dev-libs/libtermkey-0.17
>=dev-libs/libuv-1.2.0
>=dev-libs/msgpack-1.0.0
>=dev-libs/unibilium-1.1.1
dev-libs/libvterm
dev-lua/lpeg
dev-lua/messagepack
jemalloc? ( dev-libs/jemalloc )
"
DEPEND="${CDEPEND}
virtual/libiconv
virtual/libintl"
RDEPEND="${CDEPEND}
perl? ( dev-lang/perl )
python? ( dev-python/neovim-python-client )"
CMAKE_BUILD_TYPE=RelWithDebInfo
src_prepare() {
# use our system vim dir
sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
-i src/nvim/globals.h || die
# add eclass to bash filetypes
sed -e 's|*.ebuild|*.ebuild,*.eclass|' -i runtime/filetype.vim || die
cmake-utils_src_prepare
}
src_configure() {
export USE_BUNDLED_DEPS=OFF
append-cflags "-Wno-error"
local mycmakeargs=(
$(cmake-utils_use_enable jemalloc JEMALLOC)
-DLIBUNIBILIUM_USE_STATIC=OFF
-DLIBTERMKEY_USE_STATIC=OFF
-DLIBVTERM_USE_STATIC=OFF
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
# install a default configuration file
insinto /etc/vim
doins "${FILESDIR}"/sysinit.vim
# conditionally install a symlink for nvimpager
if use nvimpager; then
dosym /usr/share/nvim/runtime/macros/less.sh /usr/bin/nvimpager
fi
}

@ -12,7 +12,7 @@ SRC_URI="https://github.com/magnars/dash.el/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${PN}.el-${PV}"
SITEFILE="50${PN}-gentoo.el"

@ -13,7 +13,7 @@ SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
S="${WORKDIR}/${P}/lisp"
SITEFILE="50${PN}-gentoo.el"

@ -13,7 +13,7 @@ SRC_URI="https://github.com/magit/with-editor/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
SITEFILE="50${PN}-gentoo.el"
ELISP_TEXINFO="*.texi"

@ -24,7 +24,6 @@
modifying virtual machine (VM) disk images</longdescription>
<use>
<flag name="fuse">Enable image mount support via fuse</flag>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
<flag name="erlang">Build Erlang bindings</flag>
<flag name="systemtap">Use <pkg>dev-util/systemtap</pkg> to inspect VM via "probes" way</flag>
<flag name="inspect-icons">Use <pkg>media-gfx/icoutils</pkg>for acces icon file in image and inspect it</flag>

@ -42,9 +42,13 @@ DIST wine-1.7.55-gstreamer-v5.patch.bz2 5800 SHA256 9ce03b6bc404dec4ed82208dcaa5
DIST wine-1.7.55.tar.bz2 22814631 SHA256 a148f6c9cb45a75ef1a15e60a7db9c22fce985e0e58fe1350e7931dfe5d36119 SHA512 f47025017836ce1bbf2ed69c7d7421bd8a2f33ff94ced4a5caf92f4fabdf336119c80a28aeb8ba1ebe0239871a6ac62d8af8435d220c317624c17aabc2100dd7 WHIRLPOOL c5575d2ef687caccbdb5cc09a0c6a4ba9f65ec9674cbe3f23ecfced62710dcb0019a11ff66f2ec4c2eafdb30d9891abad158ac4f865cc580a2878067de7304d7
DIST wine-1.7.8.tar.bz2 21463503 SHA256 30e17f5f863a09416f3d229666566b318dbb40f683d4ca6630012c60bb511804 SHA512 1fdaddb7909f818050854bf351d20f445cf6a5906b1bcc789c96ee8d5058c90815a91bbbc6444f3e4527748764f03ab5297585c174b433093a3354a827402fea WHIRLPOOL 3b5b18384ff04b80b936160c2c6e03676d69663c023f484981305c9272d0601b74cda5c5f7d56008b3900d702b1a4fe1929f16b1fba304a6480b076ffede663a
DIST wine-1.7.9.tar.bz2 21323337 SHA256 79f99ecc24696915439c474c4953bb77652ab53f16b41daa4da270fe43279c5a SHA512 29f8aa715ebe47c8a06bd5f6a80cac3fb75b2ca7aa81648cc8aed5461cfd825e4da68b6209ca672dce42b968521cfd9bffffaadd2d85b904b55d99687a1c83d0 WHIRLPOOL 333fee72b2a0e9d6ab8a003712c38166bd27aaff384a2b940c089ecc846f7669c59efbeb5cdc2fc87a46d63b0d29d0335873bb7c22f05913bad430b81990241a
DIST wine-1.8-gstreamer-1.0.patch.bz2 30908 SHA256 00cc1e943e2dffb7d588bb5befd444655a661bc0a0e51e49651af47e9421c501 SHA512 46901b549b1c84f7d8f8ff4485d1faf60a108cdf84feddc754739aff918e1e979b0b8a1a2604e5df6693bdfb02a3324516a187187f019bea13bc5485fc51aec9 WHIRLPOOL afe4caaf7b3d7ab07a9d8f6ea32125c1838745d399eb9ef2211c669bcd445ae5020991bd729b0460a6804fe5d44a2f42c32d94b2de32cc4b338f9391dcc6f78c
DIST wine-1.8.1.tar.bz2 22839063 SHA256 149ad3daaf8593b36c5c061285df0ec2a25e20ea48c61323be91088c4d22ca97 SHA512 e4cc3d00f28a616326f3069c7eeb94dc07759018b719bc37fe733b0f5e5d17f54ed2e877a964e9ea235362c49bf45bb3ec7072fba3d66648e6c7d55568e863cb WHIRLPOOL 8970d900c769add34a079f84c0562fca2d7e303ee9aa15de0fe2fde059de01256951c5ffeddb7b0a126599636e83d0d4ebdb8c0df5cde218fe8858e8b2451a0a
DIST wine-1.8.tar.bz2 22843418 SHA256 f33b45c18112b2071fbf9edee0e8c575407f9e2a9855ca4ee918ed33efa7c6f4 SHA512 34308e82e04dee714fdbd10f29cd6cf6326e5e6e9134f7076e58b09988211065b8c6584881b7e5dcbc9b3906a819ab8a72b612b060cb9aa50b5b67f03bdab089 WHIRLPOOL 335a48f1b34cd1038d62290e52c3189b842d4077b7cf0bcb9d003595992360dc36eac1c592d31db44598de68010f3934daa1f4bcd0a2ca74aa130a39a74f7ce3
DIST wine-1.9.4.tar.bz2 22974777 SHA256 75c1eab6b980870b367a73db6e57eb0dc9242c2be8546f94084577a0ed0bbbb8 SHA512 e7b35290ec8f451163a08e841c559698a6b7264b320058e38ac788bdde66042efbb88511b30fa38383844425eaf0b6f4ed4b8412feb843ed405cb510a4a9000c WHIRLPOOL 875e11e9163df8c3473aa7b79deb5c6783a2068e678c4008cacf730d81c2f141490264a10f4345ceadd7aba100d3fc71bdfda7858f89d966d339cc2772cd8190
DIST wine-1.9.5.tar.bz2 23034629 SHA256 fb526308e7ac5e202c0f0b663d4c7a943419d9eec766af6831caf23914300f09 SHA512 cae779353bff61c215d0969288afe6e6e5192cdf0f86f8b15073861f0a22cb6b508ceb084e9b2cb5c5c658abfec5751edf9cb48930bc97c43ecbd6953427fc07 WHIRLPOOL 7f0c29b13b67660d364b2bbc86982a92f73409cfca3e8a31817c39df36d9ad476a9762f135d85fbb947746367277576a97fb6a012f346c11454c43ef75ac9fa7
DIST wine-1.9.6.tar.bz2 23071838 SHA256 3d2b862feefd89eca954c1cbc16a28e0ce851aeea1555bc1842ffc9aab2c1557 SHA512 d56d5b18a26b4902ac0138a4358f91a027f929a3ae70346e48b529eb7f09f7f1971bdae52d6a37dabbb598771ee5754b320e39c6ef26700202bf6be90b8b101b WHIRLPOOL 544ad527ceeb9339fd7fb35d847451dbdac79da6226cf15fb2c4be01eed3babe4c5e343236c5005553084ff83ce4e274305b5f91b2bf03a6a27d695c4ece280c
DIST wine-1.9.7.tar.bz2 23101883 SHA256 49705fe02505e26ef8022c662dda702cfcd5c4fd73886e00b43d32dc2f8887ec SHA512 9946d3c69941f26e56ab78cde3c91d91debb7fc5d63f8758aa5a4e0bcdfb78c86d43f3b736b81b761bb5924479491ed00727a739e0117d3e9d5e3b8c3a90004a WHIRLPOOL 4f4f509b894c6907a8b10b08b6851406c2172d969b1133aab64afdf53de2ca21b19cdbdea555b514fb9a8df4da44356419fc2a6bef12584b271c359978070b1e
DIST wine-gentoo-2013.06.24.tar.bz2 85442 SHA256 bfbf6b25e98f717320de2ede467e3628fbc749d936b8449f8477c9dc6f41e04b SHA512 b6819889314f6a6ea16c1332f4b177c43623116763969c31b23b61754cd304dd085f5d3eafbe847159331eb97dddd9b4c10699430129ea4a71da418c1fe175f0 WHIRLPOOL 227e0ac6569736d4ad5813cef49f775dae956f4fc9255de95753d5d3cba1bf6cf3db31d23d3702bb54d2e60c5a6f779b602f0efb2096e4c827c924565b273d00
DIST wine-gentoo-2015.03.07.tar.bz2 85419 SHA256 f13f93dc49bbc33a294c4d511b6e01aec2d38bff77a1e44d07668291add1ab04 SHA512 bae1d2d5575d340d01f44008104f0e5ec0c4a4982995dec37d501594cd21d07a2b4ad4465c4273646d5bf6521996b4b82471097864be75342abe3e7d478a56bd WHIRLPOOL 0f254dd692e87a1f71dd19f6c1c8c59b8a91b994e75912a2e6e3ba5e875b85119fe497a331a95c2ce33bbf5f064143d23ee00275da92c494227de0807c9abb06
DIST wine-mono-0.0.8.msi 46967296 SHA256 3dfc23bbc29015e4e538dab8b83cb825d3248a0e5cf3b3318503ee7331115402 SHA512 d3009f2301b0a006136e880025a736f24612faa7a954956896124ec7282d35b678f02658e8be12b1c02ee217e594a2c728a9258c36ccb346b186a4781951adbd WHIRLPOOL 1d4b2e88ebab1f603326a238cc908982c7e135a33340087e8645572838d2b6034764e9fe787bb890792dea4c0531d26f9a6a811a7c200edb99ab82f975179389
@ -79,9 +83,12 @@ DIST wine-staging-1.7.52.tar.gz 9654310 SHA256 84354a10e4226b5e456abb6d5727f4514
DIST wine-staging-1.7.53.tar.gz 9638222 SHA256 438f41165987a57635694dba2f67cc435cd630581b13cafe0c85daacf37a102a SHA512 716840c44923848a28b481f6b4e422ef84fe33bef33a650c183c62be0dbec34471375fe2b1911382282f293fd5135ce133cdb775acd7df98029be2e4646b6d9e WHIRLPOOL 702555a706e50521ca6864b7b29ee4a4774fc8d770775c5186728b19e2c71ba6040ce98f86a772435c0d2f0a4363bc2a1e8f0b13ffbbe9395c072d3d89d1118c
DIST wine-staging-1.7.54.tar.gz 9647030 SHA256 b244ab05326e0a4c149beba0684afc100d44dca8e6ff606bcfee883b21b27303 SHA512 f6e58be01ba10121d6904cb238b2d91dd79cb7d14d623c00a897e655adb88332bea125cedf3fad85e680c76aacfbab16dd5035c322278155defd3b493054aa23 WHIRLPOOL 4c053ad96e67f4e82c93d3cfa9b6f885c4c3fe693946dd0e2a30cef556aac55f9dcafb5c56ced0f714f8ea9448cb4e22f144ea7f3561cfdb5bbff1b049d34f07
DIST wine-staging-1.7.55.tar.gz 9604441 SHA256 856b630fe95250e3d2dfc80588529e42e92e37f2e974ce8d3da37b39bf5cc3c3 SHA512 a6fbfa01b6d6efc75f79235aea86091c32ddf91ca300c73325c8347949c627f53ceb0fe085d6c212602797b0496d36c0a79f08eae4644a17774e95906332032d WHIRLPOOL ad232568c9df5d436a79a3557c82e231eed121356d8db1f5a3c0e7249b6c2760d87bb433ff30d6db53ce190b2d49401aa387b06f0c3f74925aefea7b1d73f112
DIST wine-staging-1.8.1.tar.gz 9598557 SHA256 12a4e54376515e2ab8ad79855ba724ba065c8de619c5da192ec528cc365f9c97 SHA512 d24bb78aed1e50ad73e742608048a68097d40e3c6563c1bd5adc2fab6abe0838dbce2d9f700ef71d876c6dfee232e97bef91bbc8f6b6c9092ff8db5a2d0f05ac WHIRLPOOL cb1400586860d4e6dad3f3bad78bdde27f8ea9fb703180533f5852368041879efe93e716df8f54bbeabba38b7d921ec0e2737bc6121c8cb5fd5af8d117d7e538
DIST wine-staging-1.8.tar.gz 9632566 SHA256 c66f3dd6a760d516affe7467c4fb2d15ea8e2f0c72bcda1982219948dcdff11b SHA512 7b030b217ed0b37b8037d782406f75fcdb681c81371eafcab87175c0e6ac8b50fc58fe364e933e79eff168c1755412276fae3f914b7c36a6937aea1f6e35b022 WHIRLPOOL 8cff5d1d4c23405b820dbf9e7f73f7bba785e04ec2d9087b0977bb7aa1e6b84c2e6c3ac2f9cc72ba3c16f2b9c8c3607ea02ef1cd52d428a2b441333a424d9a21
DIST wine-staging-1.9.4.tar.gz 9719676 SHA256 1b3c6bb3e21e549fb8657cd9a2117946b7e78140b400c614dd41b041b6dc2674 SHA512 2c81b9f0315ed4f68d1874482805c9b6d3f2f9611f6dd1477ad0632d17f66e7f5e75720e5c7cef3a873876541c9d7d212fa8803a57cbec415aca32793a734634 WHIRLPOOL 0a66f53327976dd63532b9350d64461df3dcb0ea2fdc63d3498eac94d92387cf4bd53054c693c4a902f7fbba8ad0f2fdf59682e8622f3920a9a426344c656f54
DIST wine-staging-1.9.5.tar.gz 9889302 SHA256 e12c5fb741e6c5b55b99c37d6bba1746b0f40317f27198406e63f260ede3600c SHA512 aaaf08449e956f5f2b42440f8becf7233a22f2f807041b5524fae3c25c80078b86a84e6000803e014a5d2fc089e3df78cb66f0d1fe35675ae0f4ffdfa7ba3f10 WHIRLPOOL 692da1ec383b7efbcb12c8fa4078ed9b4143eb101baa06523f5bd85c749f0b87fe9a550e4d60e3c33e3d896782c9bc957f61171d01dcadbc8847ecbbc57c40ff
DIST wine-staging-1.9.6.tar.gz 9959130 SHA256 e9eb9990aa7f3f07931bfe158c883ebad595e58239855c7f6c01758b4d195db9 SHA512 508b5cd553a8b4a293e9250af670de693992c6f6e71e9e3759408b1e8745985030fbcb78c83ae6669e73e48caf95c3a6f0c92da0a96791912d7e6c4d29a26bd2 WHIRLPOOL 2ebc3ca7ea38d2fda310567083f28b76c4f0120dce659152ccacf95eb07de3dfe8950eb9b306b1a91b30ded8e3914f5852f7928e735659c2b02eb50d82fe0fca
DIST wine-staging-1.9.7.tar.gz 10006278 SHA256 f1f0f76815c4d6f0011a6036400f2130809eb5b9b953cc505e187029a71ff69c SHA512 e90db22c03b1d8e334204b473e8bde37dddd7ba7fdb84d884a9ae12b2d70e70e150d735579dcb3df4b6b0a94269e54297b0881489ad6eebe421006dd29f0ec5f WHIRLPOOL 13b3bed7e2f8fe8f0c44d4f3d7fdaa8517ad88e03f1fd077b9fe7bb8b6ec68e247af99dbcda08f65233cb90d1c90497ef87ecb4a46cc7841e45088abb97df0fd
DIST wine_gecko-2.21-x86.msi 20871680 SHA256 f01fafa6d7aab995c38add77315c4cbc2f32f52d5d6a9350056f42b62d631fd8 SHA512 f4ca9ca5b876dc39e906991e58c6da8ef4103782f83ba781ff27556c0ebdab7fe10c14f0551e900442a5d57a2c619da6e5ed6ed42323edcdd55ce9789c4c83ac WHIRLPOOL d1db97175b047652499c97c968b71c08c5b44774423f22ae626f89b4dde3d03b46295e5caae228f1f8614209e943e8246854b478eef3abb186e8de4c341b0a0d
DIST wine_gecko-2.21-x86_64.msi 21646336 SHA256 bc370bdc899f66d98f31c4d410a6952aa82c0c9c0a0ec27f2a11243c9b412c3f SHA512 2a48a7697beba4e45816a9eff09e181de353d8c93e02a70108fa77d27136cd5cd75b21c42caa7702a09f86544669ae2bbfc6975b1fc0d7fcb20150a4bc4ea514 WHIRLPOOL 2fce9b9a190a52c173551d47428dd8b8dc54d5878682733e0006a3f06f216cd9f47a88ada49f92fa5697ece8b2942a88f937bd2722b4cb85d2c35c19bda29b85
DIST wine_gecko-2.24-x86.msi 22373888 SHA256 6e38acae87ea66e2c1e8f2f0afe88f89eed3e6e0b431cd3da38dea814b71202c SHA512 f158d28ca09bc900a2680892e7ac10770e06050a9251e1ec3a953fee0bf9b1c326e166f92fb88a4648297b6587c91a5ef5af35f267bb2ba5f679da4c8fdb6898 WHIRLPOOL bbe7a2572d89dc5e0347ba11b2014bac79fc4427d7551655313a46b147a79c1607b7f46596877c459ddaa0e202337fb3d217429ddd6a4df49ee33b373a788487

@ -0,0 +1,455 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW"
PLOCALE_BACKUP="en"
inherit autotools eutils fdo-mime flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx versionator
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://source.winehq.org/git/wine.git http://source.winehq.org/git/wine.git"
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""
#KEYWORDS=""
else
MAJOR_V=$(get_version_component_range 1-2)
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.bz2"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
fi
GV="2.40"
MV="4.5.6"
[[ ${MAJOR_V} == "1.8" ]] && SUFFIX="-unofficial"
STAGING_P="wine-staging-${PV}"
STAGING_DIR="${WORKDIR}/${STAGING_P}${SUFFIX}"
WINE_GENTOO="wine-gentoo-2015.03.07"
GST_P="wine-1.8-gstreamer-1.0"
DESCRIPTION="Free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"
SRC_URI="${SRC_URI}
gecko? (
abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86.msi )
abi_x86_64? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86_64.msi )
)
gstreamer? ( https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${GST_P}.patch.bz2 )
mono? ( https://dl.winehq.org/wine/wine-mono/${MV}/wine-mono-${MV}.msi )
https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2"
if [[ ${PV} == "9999" ]] ; then
STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
else
SRC_URI="${SRC_URI}
staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}${SUFFIX}.tar.gz -> ${STAGING_P}.tar.gz )"
fi
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test +threads +truetype +udisks v4l vaapi +X +xcomposite xinerama +xml"
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
test? ( abi_x86_32 )
elibc_glibc? ( threads )
mono? ( abi_x86_32 )
pipelight? ( staging )
s3tc? ( staging )
vaapi? ( staging )
osmesa? ( opengl )" #286560
# FIXME: the test suite is unsuitable for us; many tests require net access
# or fail due to Xvfb's opengl limitations.
RESTRICT="test"
COMMON_DEPEND="
truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
capi? ( net-dialup/capi4k-utils )
ncurses? ( >=sys-libs/ncurses-5.2:0=[${MULTILIB_USEDEP}] )
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
)
X? (
x11-libs/libXcursor[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
x11-libs/libXrandr[${MULTILIB_USEDEP}]
x11-libs/libXi[${MULTILIB_USEDEP}]
x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
)
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
opengl? (
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
netapi? ( net-fs/samba[netapi(+),${MULTILIB_USEDEP}] )
nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
odbc? ( dev-db/unixODBC:=[${MULTILIB_USEDEP}] )
osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
staging? ( sys-apps/attr[${MULTILIB_USEDEP}] )
xml? (
dev-libs/libxml2[${MULTILIB_USEDEP}]
dev-libs/libxslt[${MULTILIB_USEDEP}]
)
scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
abi_x86_32? (
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-baselibs-20140508-r14
!app-emulation/emul-linux-x86-db[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-db-20140508-r3
!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-medialibs-20140508-r6
!app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-opengl-20140508-r1
!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-sdl-20140508-r1
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-soundlibs-20140508
!app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-xlibs-20140508
)"
RDEPEND="${COMMON_DEPEND}
dos? ( games-emulation/dosbox )
perl? ( dev-lang/perl dev-perl/XML-Simple )
s3tc? ( >=media-libs/libtxc_dxtn-1.0.1-r1[${MULTILIB_USEDEP}] )
samba? ( >=net-fs/samba-3.0.25 )
selinux? ( sec-policy/selinux-wine )
udisks? ( sys-fs/udisks:2 )
pulseaudio? ( realtime? ( sys-auth/rtkit ) )"
# tools/make_requests requires perl
DEPEND="${COMMON_DEPEND}
staging? ( dev-lang/perl dev-perl/XML-Simple )
X? (
x11-proto/inputproto
x11-proto/xextproto
x11-proto/xf86vidmodeproto
)
xinerama? ( x11-proto/xineramaproto )
prelink? ( sys-devel/prelink )
>=sys-kernel/linux-headers-2.6
virtual/pkgconfig
virtual/yacc
sys-devel/flex"
# These use a non-standard "Wine" category, which is provided by
# /etc/xdg/applications-merged/wine.menu
QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop
usr/share/applications/wine-notepad.desktop
usr/share/applications/wine-uninstaller.desktop
usr/share/applications/wine-winecfg.desktop"
wine_build_environment_check() {
[[ ${MERGE_TYPE} = "binary" ]] && return 0
# bug #549768
if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) -le 2 ]]; then
einfo "Checking for gcc-5 ms_abi compiler bug ..."
$(tc-getCC) -O2 "${FILESDIR}"/pr66838.c -o "${T}"/pr66838 || die
# Run in subshell to prevent "Aborted" message
if ! ( "${T}"/pr66838 || false ) >/dev/null 2>&1; then
eerror "64-bit wine cannot be built with gcc-5.1 or initial patchset of 5.2.0"
eerror "due to compiler bugs; please re-emerge the latest gcc-5.2.x ebuild,"
eerror "or use gcc-config to select a different compiler version."
eerror "See https://bugs.gentoo.org/549768"
eerror
return 1
fi
fi
# bug #574044
if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) = 3 ]]; then
einfo "Checking for gcc-5-3 stack realignment compiler bug ..."
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 "${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of gcc-5.3"
eerror "due to compiler bugs; please re-emerge the latest gcc-5.3.x ebuild,"
eerror "or use gcc-config to select a different compiler version."
eerror "See https://bugs.gentoo.org/574044"
eerror
return 1
fi
fi
if use abi_x86_64 && [[ $(( $(gcc-major-version) * 100 + $(gcc-minor-version) )) -lt 404 ]]; then
eerror "You need gcc-4.4+ to build 64-bit wine"
eerror
return 1
fi
if use abi_x86_32 && use opencl && [[ x$(eselect opencl show 2> /dev/null) = "xintel" ]]; then
eerror "You cannot build wine with USE=opencl because intel-ocl-sdk is 64-bit only."
eerror "See https://bugs.gentoo.org/487864 for more details."
eerror
return 1
fi
}
pkg_pretend() {
wine_build_environment_check || die
}
pkg_setup() {
wine_build_environment_check || die
}
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
git-r3_src_unpack
if use staging; then
local WINE_COMMIT=${EGIT_VERSION}
EGIT_REPO_URI=${STAGING_EGIT_REPO_URI}
unset ${PN}_LIVE_REPO;
unset EGIT_COMMIT;
EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack
local STAGING_COMMIT=$("${STAGING_DIR}/patches/patchinstall.sh" --upstream-commit) || die
if [[ "${WINE_COMMIT}" != "${STAGING_COMMIT}" ]]; then
einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
einfo "Example: EGIT_COMMIT=${STAGING_COMMIT} emerge -1 wine"
fi
fi
else
unpack ${P}.tar.bz2
use staging && unpack "${STAGING_P}.tar.gz"
fi
unpack "${WINE_GENTOO}.tar.bz2"
use gstreamer && unpack "${GST_P}.patch.bz2"
l10n_find_plocales_changes "${S}/po" "" ".po"
}
src_prepare() {
local md5="$(md5sum server/protocol.def)"
local PATCHES=(
"${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
"${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
"${WORKDIR}/${GST_P}.patch"
)
if use staging; then
ewarn "Applying the Wine-Staging patchset. Any bug reports to the"
ewarn "Wine bugzilla should explicitly state that staging was used."
local STAGING_EXCLUDE=""
use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight"
# Launch wine-staging patcher in a subshell, using epatch as a backend, and gitapply.sh as a backend for binary patches
ebegin "Running Wine-Staging patch installer"
(
set -- DESTDIR="${S}" --backend=epatch --no-autoconf --all ${STAGING_EXCLUDE}
cd "${STAGING_DIR}/patches"
source "${STAGING_DIR}/patches/patchinstall.sh"
)
eend $?
# To differentiate unofficial staging releases
[[ ! -z ${SUFFIX} ]] && \
sed -i "s/(Staging)/(Staging [Unofficial])/" libs/wine/Makefile.in || die
fi
default
eautoreconf
# Modification of the server protocol requires regenerating the server requests
if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
einfo "server/protocol.def was patched; running tools/make_requests"
tools/make_requests || die #432348
fi
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
if ! use run-exes; then
sed -i '/^MimeType/d' loader/wine.desktop || die #117785
fi
# hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
cp "${WORKDIR}"/${WINE_GENTOO}/icons/oic_winlogo.ico dlls/user32/resources/ || die
l10n_get_locales > po/LINGUAS # otherwise wine doesn't respect LINGUAS
}
src_configure() {
export LDCONFIG=/bin/true
use custom-cflags || strip-flags
multilib-minimal_src_configure
}
multilib_src_configure() {
local myconf=(
--sysconfdir=/etc/wine
$(use_with alsa)
$(use_with capi)
$(use_with lcms cms)
$(use_with cups)
$(use_with ncurses curses)
$(use_with udisks dbus)
$(use_with fontconfig)
$(use_with ssl gnutls)
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
$(use_with ldap)
$(use_enable mono mscoree)
$(use_with mp3 mpg123)
$(use_with netapi)
$(use_with nls gettext)
$(use_with openal)
$(use_with opencl)
$(use_with opengl)
$(use_with osmesa)
$(use_with oss)
$(use_with pcap)
$(use_with png)
$(use_with pulseaudio pulse)
$(use_with threads pthread)
$(use_with scanner sane)
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with v4l)
$(use_with X x)
$(use_with xcomposite)
$(use_with xinerama)
$(use_with xml)
$(use_with xml xslt)
)
use staging && myconf+=(
--with-xattr
$(use_with vaapi va)
)
local PKG_CONFIG AR RANLIB
# Avoid crossdev's i686-pc-linux-gnu-pkg-config if building wine32 on amd64; #472038
# set AR and RANLIB to make QA scripts happy; #483342
tc-export PKG_CONFIG AR RANLIB
if use amd64; then
if [[ ${ABI} == amd64 ]]; then
myconf+=( --enable-win64 )
else
myconf+=( --disable-win64 )
fi
# Note: using --with-wine64 results in problems with multilib.eclass
# CC/LD hackery. We're using separate tools instead.
fi
ECONF_SOURCE=${S} \
econf "${myconf[@]}"
emake depend
}
multilib_src_test() {
# FIXME: win32-only; wine64 tests fail with "could not find the Wine loader"
if [[ ${ABI} == x86 ]]; then
if [[ $(id -u) == 0 ]]; then
ewarn "Skipping tests since they cannot be run under the root user."
ewarn "To run the test ${PN} suite, add userpriv to FEATURES in make.conf"
return
fi
WINEPREFIX="${T}/.wine-${ABI}" \
Xemake test
fi
}
multilib_src_install_all() {
local DOCS=( ANNOUNCE AUTHORS README )
local l
add_locale_docs() {
local locale_doc="documentation/README.$1"
[[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} )
}
l10n_for_each_locale_do add_locale_docs
einstalldocs
prune_libtool_files --all
emake -C "../${WINE_GENTOO}" install DESTDIR="${D}" EPREFIX="${EPREFIX}"
if use gecko ; then
insinto /usr/share/wine/gecko
use abi_x86_32 && doins "${DISTDIR}"/wine_gecko-${GV}-x86.msi
use abi_x86_64 && doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.msi
fi
if use mono ; then
insinto /usr/share/wine/mono
doins "${DISTDIR}"/wine-mono-${MV}.msi
fi
if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D}"usr/bin/{wine{dump,maker},function_grep.pl} "${D}"usr/share/man/man1/wine{dump,maker}.1 || die
fi
use abi_x86_32 && pax-mark psmr "${D}"usr/bin/wine{,-preloader} #255055
use abi_x86_64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader}
if use abi_x86_64 && ! use abi_x86_32; then
dosym /usr/bin/wine{64,} # 404331
dosym /usr/bin/wine{64,}-preloader
fi
# respect LINGUAS when installing man pages, #469418
for l in de fr pl; do
use linguas_${l} || rm -r "${D}"usr/share/man/${l}*
done
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
fdo-mime_desktop_database_update
if ! use gecko; then
ewarn "Without Wine Gecko, wine prefixes will not have a default"
ewarn "implementation of iexplore. Many older windows applications"
ewarn "rely upon the existence of an iexplore implementation, so"
ewarn "you will likely need to install an external one, like via winetricks"
fi
if ! use mono; then
ewarn "Without Wine Mono, wine prefixes will not have a default"
ewarn "implementation of .NET. Many windows applications rely upon"
ewarn "the existence of a .NET implementation, so you will likely need"
ewarn "to install an external one, like via winetricks"
fi
if use gstreamer; then
ewarn "This package uses a Gentoo specific patchset to provide"
ewarn "GStreamer 1.0 support. Any bugs related to GStreamer should"
ewarn "be filed at Gentoo's bugzilla, not upstream's."
fi
}
pkg_postrm() {
gnome2_icon_cache_update
fdo-mime_desktop_database_update
}

@ -0,0 +1,444 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
AUTOTOOLS_AUTORECONF=1
PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW"
PLOCALE_BACKUP="en"
inherit autotools-utils eutils fdo-mime flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx versionator
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://source.winehq.org/git/wine.git http://source.winehq.org/git/wine.git"
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""
#KEYWORDS=""
else
MAJOR_V=$(get_version_component_range 1-2)
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.bz2"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
fi
GV="2.44"
MV="4.6.0"
[[ ${MAJOR_V} == "1.8" ]] && SUFFIX="-unofficial"
STAGING_P="wine-staging-${PV}"
STAGING_DIR="${WORKDIR}/${STAGING_P}${SUFFIX}"
WINE_GENTOO="wine-gentoo-2015.03.07"
DESCRIPTION="Free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"
SRC_URI="${SRC_URI}
gecko? (
abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86.msi )
abi_x86_64? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86_64.msi )
)
mono? ( https://dl.winehq.org/wine/wine-mono/${MV}/wine-mono-${MV}.msi )
https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2"
if [[ ${PV} == "9999" ]] ; then
STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
else
SRC_URI="${SRC_URI}
staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}${SUFFIX}.tar.gz -> ${STAGING_P}.tar.gz )"
fi
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test +threads +truetype +udisks v4l vaapi +X +xcomposite xinerama +xml"
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
test? ( abi_x86_32 )
elibc_glibc? ( threads )
pipelight? ( staging )
s3tc? ( staging )
vaapi? ( staging )
osmesa? ( opengl )" #286560
# FIXME: the test suite is unsuitable for us; many tests require net access
# or fail due to Xvfb's opengl limitations.
RESTRICT="test"
COMMON_DEPEND="
truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
capi? ( net-dialup/capi4k-utils )
ncurses? ( >=sys-libs/ncurses-5.2:0=[${MULTILIB_USEDEP}] )
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
)
X? (
x11-libs/libXcursor[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
x11-libs/libXrandr[${MULTILIB_USEDEP}]
x11-libs/libXi[${MULTILIB_USEDEP}]
x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
)
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
opengl? (
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
netapi? ( net-fs/samba[netapi(+),${MULTILIB_USEDEP}] )
nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
odbc? ( dev-db/unixODBC:=[${MULTILIB_USEDEP}] )
osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
staging? ( sys-apps/attr[${MULTILIB_USEDEP}] )
xml? (
dev-libs/libxml2[${MULTILIB_USEDEP}]
dev-libs/libxslt[${MULTILIB_USEDEP}]
)
scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
abi_x86_32? (
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-baselibs-20140508-r14
!app-emulation/emul-linux-x86-db[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-db-20140508-r3
!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-medialibs-20140508-r6
!app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-opengl-20140508-r1
!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-sdl-20140508-r1
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-soundlibs-20140508
!app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-xlibs-20140508
)"
RDEPEND="${COMMON_DEPEND}
dos? ( games-emulation/dosbox )
perl? ( dev-lang/perl dev-perl/XML-Simple )
s3tc? ( >=media-libs/libtxc_dxtn-1.0.1-r1[${MULTILIB_USEDEP}] )
samba? ( >=net-fs/samba-3.0.25 )
selinux? ( sec-policy/selinux-wine )
udisks? ( sys-fs/udisks:2 )
pulseaudio? ( realtime? ( sys-auth/rtkit ) )"
# tools/make_requests requires perl
DEPEND="${COMMON_DEPEND}
staging? ( dev-lang/perl dev-perl/XML-Simple )
X? (
x11-proto/inputproto
x11-proto/xextproto
x11-proto/xf86vidmodeproto
)
xinerama? ( x11-proto/xineramaproto )
prelink? ( sys-devel/prelink )
>=sys-kernel/linux-headers-2.6
virtual/pkgconfig
virtual/yacc
sys-devel/flex"
# These use a non-standard "Wine" category, which is provided by
# /etc/xdg/applications-merged/wine.menu
QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop
usr/share/applications/wine-notepad.desktop
usr/share/applications/wine-uninstaller.desktop
usr/share/applications/wine-winecfg.desktop"
wine_build_environment_check() {
[[ ${MERGE_TYPE} = "binary" ]] && return 0
# bug #549768
if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) -le 2 ]]; then
einfo "Checking for gcc-5 ms_abi compiler bug ..."
$(tc-getCC) -O2 "${FILESDIR}"/pr66838.c -o "${T}"/pr66838 || die
# Run in subshell to prevent "Aborted" message
if ! ( "${T}"/pr66838 || false ) >/dev/null 2>&1; then
eerror "64-bit wine cannot be built with gcc-5.1 or initial patchset of 5.2.0"
eerror "due to compiler bugs; please re-emerge the latest gcc-5.2.x ebuild,"
eerror "or use gcc-config to select a different compiler version."
eerror "See https://bugs.gentoo.org/549768"
eerror
return 1
fi
fi
# bug #574044
if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) = 3 ]]; then
einfo "Checking for gcc-5-3 stack realignment compiler bug ..."
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 "${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of gcc-5.3"
eerror "due to compiler bugs; please re-emerge the latest gcc-5.3.x ebuild,"
eerror "or use gcc-config to select a different compiler version."
eerror "See https://bugs.gentoo.org/574044"
eerror
return 1
fi
fi
if use abi_x86_64 && [[ $(( $(gcc-major-version) * 100 + $(gcc-minor-version) )) -lt 404 ]]; then
eerror "You need gcc-4.4+ to build 64-bit wine"
eerror
return 1
fi
if use abi_x86_32 && use opencl && [[ x$(eselect opencl show 2> /dev/null) = "xintel" ]]; then
eerror "You cannot build wine with USE=opencl because intel-ocl-sdk is 64-bit only."
eerror "See https://bugs.gentoo.org/487864 for more details."
eerror
return 1
fi
}
pkg_pretend() {
wine_build_environment_check || die
}
pkg_setup() {
wine_build_environment_check || die
}
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
git-r3_src_unpack
if use staging; then
local WINE_COMMIT=${EGIT_VERSION}
EGIT_REPO_URI=${STAGING_EGIT_REPO_URI}
unset ${PN}_LIVE_REPO;
unset EGIT_COMMIT;
EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack
local STAGING_COMMIT=$("${STAGING_DIR}/patches/patchinstall.sh" --upstream-commit) || die
if [[ "${WINE_COMMIT}" != "${STAGING_COMMIT}" ]]; then
einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
einfo "Example: EGIT_COMMIT=${STAGING_COMMIT} emerge -1 wine"
fi
fi
else
unpack ${P}.tar.bz2
use staging && unpack "${STAGING_P}.tar.gz"
fi
unpack "${WINE_GENTOO}.tar.bz2"
l10n_find_plocales_changes "${S}/po" "" ".po"
}
src_prepare() {
local md5="$(md5sum server/protocol.def)"
local PATCHES=(
"${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${PN}-1.9.5-multilib-portage.patch #395615
"${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
)
if use staging; then
ewarn "Applying the Wine-Staging patchset. Any bug reports to the"
ewarn "Wine bugzilla should explicitly state that staging was used."
local STAGING_EXCLUDE=""
use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight"
# Launch wine-staging patcher in a subshell, using epatch as a backend, and gitapply.sh as a backend for binary patches
ebegin "Running Wine-Staging patch installer"
(
set -- DESTDIR="${S}" --backend=epatch --no-autoconf --all ${STAGING_EXCLUDE}
cd "${STAGING_DIR}/patches"
source "${STAGING_DIR}/patches/patchinstall.sh"
)
eend $?
# To differentiate unofficial staging releases
[[ ! -z ${SUFFIX} ]] && \
sed -i "s/(Staging)/(Staging [Unofficial])/" libs/wine/Makefile.in || die
fi
autotools-utils_src_prepare
# Modification of the server protocol requires regenerating the server requests
if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
einfo "server/protocol.def was patched; running tools/make_requests"
tools/make_requests || die #432348
fi
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
if ! use run-exes; then
sed -i '/^MimeType/d' loader/wine.desktop || die #117785
fi
# hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
cp "${WORKDIR}"/${WINE_GENTOO}/icons/oic_winlogo.ico dlls/user32/resources/ || die
l10n_get_locales > po/LINGUAS # otherwise wine doesn't respect LINGUAS
}
src_configure() {
export LDCONFIG=/bin/true
use custom-cflags || strip-flags
multilib-minimal_src_configure
}
multilib_src_configure() {
local myconf=(
--sysconfdir=/etc/wine
$(use_with alsa)
$(use_with capi)
$(use_with lcms cms)
$(use_with cups)
$(use_with ncurses curses)
$(use_with udisks dbus)
$(use_with fontconfig)
$(use_with ssl gnutls)
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
$(use_with ldap)
$(use_enable mono mscoree)
$(use_with mp3 mpg123)
$(use_with netapi)
$(use_with nls gettext)
$(use_with openal)
$(use_with opencl)
$(use_with opengl)
$(use_with osmesa)
$(use_with oss)
$(use_with pcap)
$(use_with png)
$(use_with pulseaudio pulse)
$(use_with threads pthread)
$(use_with scanner sane)
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with v4l)
$(use_with X x)
$(use_with xcomposite)
$(use_with xinerama)
$(use_with xml)
$(use_with xml xslt)
)
use staging && myconf+=(
--with-xattr
$(use_with vaapi va)
)
local PKG_CONFIG AR RANLIB
# Avoid crossdev's i686-pc-linux-gnu-pkg-config if building wine32 on amd64; #472038
# set AR and RANLIB to make QA scripts happy; #483342
tc-export PKG_CONFIG AR RANLIB
if use amd64; then
if [[ ${ABI} == amd64 ]]; then
myconf+=( --enable-win64 )
else
myconf+=( --disable-win64 )
fi
# Note: using --with-wine64 results in problems with multilib.eclass
# CC/LD hackery. We're using separate tools instead.
fi
ECONF_SOURCE=${S} \
econf "${myconf[@]}"
emake depend
}
multilib_src_test() {
# FIXME: win32-only; wine64 tests fail with "could not find the Wine loader"
if [[ ${ABI} == x86 ]]; then
if [[ $(id -u) == 0 ]]; then
ewarn "Skipping tests since they cannot be run under the root user."
ewarn "To run the test ${PN} suite, add userpriv to FEATURES in make.conf"
return
fi
WINEPREFIX="${T}/.wine-${ABI}" \
Xemake test
fi
}
multilib_src_install_all() {
local DOCS=( ANNOUNCE AUTHORS README )
local l
add_locale_docs() {
local locale_doc="documentation/README.$1"
[[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} )
}
l10n_for_each_locale_do add_locale_docs
einstalldocs
prune_libtool_files --all
emake -C "../${WINE_GENTOO}" install DESTDIR="${D}" EPREFIX="${EPREFIX}"
if use gecko ; then
insinto /usr/share/wine/gecko
use abi_x86_32 && doins "${DISTDIR}"/wine_gecko-${GV}-x86.msi
use abi_x86_64 && doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.msi
fi
if use mono ; then
insinto /usr/share/wine/mono
doins "${DISTDIR}"/wine-mono-${MV}.msi
fi
if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D}"usr/bin/{wine{dump,maker},function_grep.pl} "${D}"usr/share/man/man1/wine{dump,maker}.1 || die
fi
use abi_x86_32 && pax-mark psmr "${D}"usr/bin/wine{,-preloader} #255055
use abi_x86_64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader}
if use abi_x86_64 && ! use abi_x86_32; then
dosym /usr/bin/wine{64,} # 404331
dosym /usr/bin/wine{64,}-preloader
fi
# respect LINGUAS when installing man pages, #469418
for l in de fr pl; do
use linguas_${l} || rm -r "${D}"usr/share/man/${l}*
done
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
fdo-mime_desktop_database_update
if ! use gecko; then
ewarn "Without Wine Gecko, wine prefixes will not have a default"
ewarn "implementation of iexplore. Many older windows applications"
ewarn "rely upon the existence of an iexplore implementation, so"
ewarn "you will likely need to install an external one, like via winetricks"
fi
if ! use mono; then
ewarn "Without Wine Mono, wine prefixes will not have a default"
ewarn "implementation of .NET. Many windows applications rely upon"
ewarn "the existence of a .NET implementation, so you will likely need"
ewarn "to install an external one, like via winetricks"
fi
}
pkg_postrm() {
gnome2_icon_cache_update
fdo-mime_desktop_database_update
}

@ -0,0 +1,444 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
AUTOTOOLS_AUTORECONF=1
PLOCALES="ar bg ca cs da de el en en_US eo es fa fi fr he hi hr hu it ja ko lt ml nb_NO nl or pa pl pt_BR pt_PT rm ro ru sk sl sr_RS@cyrillic sr_RS@latin sv te th tr uk wa zh_CN zh_TW"
PLOCALE_BACKUP="en"
inherit autotools-utils eutils fdo-mime flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx versionator
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://source.winehq.org/git/wine.git http://source.winehq.org/git/wine.git"
EGIT_BRANCH="master"
inherit git-r3
SRC_URI=""
#KEYWORDS=""
else
MAJOR_V=$(get_version_component_range 1-2)
SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}/${P}.tar.bz2"
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
fi
GV="2.44"
MV="4.6.0"
[[ ${MAJOR_V} == "1.8" ]] && SUFFIX="-unofficial"
STAGING_P="wine-staging-${PV}"
STAGING_DIR="${WORKDIR}/${STAGING_P}${SUFFIX}"
WINE_GENTOO="wine-gentoo-2015.03.07"
DESCRIPTION="Free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"
SRC_URI="${SRC_URI}
gecko? (
abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86.msi )
abi_x86_64? ( https://dl.winehq.org/wine/wine-gecko/${GV}/wine_gecko-${GV}-x86_64.msi )
)
mono? ( https://dl.winehq.org/wine/wine-mono/${MV}/wine-mono-${MV}.msi )
https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2"
if [[ ${PV} == "9999" ]] ; then
STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
else
SRC_URI="${SRC_URI}
staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}${SUFFIX}.tar.gz -> ${STAGING_P}.tar.gz )"
fi
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg +lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner selinux +ssl staging test +threads +truetype +udisks v4l vaapi +X +xcomposite xinerama +xml"
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
test? ( abi_x86_32 )
elibc_glibc? ( threads )
pipelight? ( staging )
s3tc? ( staging )
vaapi? ( staging )
osmesa? ( opengl )" #286560
# FIXME: the test suite is unsuitable for us; many tests require net access
# or fail due to Xvfb's opengl limitations.
RESTRICT="test"
COMMON_DEPEND="
truetype? ( >=media-libs/freetype-2.0.0[${MULTILIB_USEDEP}] )
capi? ( net-dialup/capi4k-utils )
ncurses? ( >=sys-libs/ncurses-5.2:0=[${MULTILIB_USEDEP}] )
udisks? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
fontconfig? ( media-libs/fontconfig:=[${MULTILIB_USEDEP}] )
gphoto2? ( media-libs/libgphoto2:=[${MULTILIB_USEDEP}] )
openal? ( media-libs/openal:=[${MULTILIB_USEDEP}] )
gstreamer? (
media-libs/gstreamer:1.0[${MULTILIB_USEDEP}]
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
)
X? (
x11-libs/libXcursor[${MULTILIB_USEDEP}]
x11-libs/libXext[${MULTILIB_USEDEP}]
x11-libs/libXrandr[${MULTILIB_USEDEP}]
x11-libs/libXi[${MULTILIB_USEDEP}]
x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
)
xinerama? ( x11-libs/libXinerama[${MULTILIB_USEDEP}] )
alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
cups? ( net-print/cups:=[${MULTILIB_USEDEP}] )
opencl? ( virtual/opencl[${MULTILIB_USEDEP}] )
opengl? (
virtual/glu[${MULTILIB_USEDEP}]
virtual/opengl[${MULTILIB_USEDEP}]
)
gsm? ( media-sound/gsm:=[${MULTILIB_USEDEP}] )
jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
netapi? ( net-fs/samba[netapi(+),${MULTILIB_USEDEP}] )
nls? ( sys-devel/gettext[${MULTILIB_USEDEP}] )
odbc? ( dev-db/unixODBC:=[${MULTILIB_USEDEP}] )
osmesa? ( media-libs/mesa[osmesa,${MULTILIB_USEDEP}] )
pcap? ( net-libs/libpcap[${MULTILIB_USEDEP}] )
pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
staging? ( sys-apps/attr[${MULTILIB_USEDEP}] )
xml? (
dev-libs/libxml2[${MULTILIB_USEDEP}]
dev-libs/libxslt[${MULTILIB_USEDEP}]
)
scanner? ( media-gfx/sane-backends:=[${MULTILIB_USEDEP}] )
ssl? ( net-libs/gnutls:=[${MULTILIB_USEDEP}] )
png? ( media-libs/libpng:0=[${MULTILIB_USEDEP}] )
v4l? ( media-libs/libv4l[${MULTILIB_USEDEP}] )
vaapi? ( x11-libs/libva[X,${MULTILIB_USEDEP}] )
xcomposite? ( x11-libs/libXcomposite[${MULTILIB_USEDEP}] )
abi_x86_32? (
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-baselibs-20140508-r14
!app-emulation/emul-linux-x86-db[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-db-20140508-r3
!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-medialibs-20140508-r6
!app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-opengl-20140508-r1
!app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-sdl-20140508-r1
!app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-soundlibs-20140508
!app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
!<app-emulation/emul-linux-x86-xlibs-20140508
)"
RDEPEND="${COMMON_DEPEND}
dos? ( games-emulation/dosbox )
perl? ( dev-lang/perl dev-perl/XML-Simple )
s3tc? ( >=media-libs/libtxc_dxtn-1.0.1-r1[${MULTILIB_USEDEP}] )
samba? ( >=net-fs/samba-3.0.25 )
selinux? ( sec-policy/selinux-wine )
udisks? ( sys-fs/udisks:2 )
pulseaudio? ( realtime? ( sys-auth/rtkit ) )"
# tools/make_requests requires perl
DEPEND="${COMMON_DEPEND}
staging? ( dev-lang/perl dev-perl/XML-Simple )
X? (
x11-proto/inputproto
x11-proto/xextproto
x11-proto/xf86vidmodeproto
)
xinerama? ( x11-proto/xineramaproto )
prelink? ( sys-devel/prelink )
>=sys-kernel/linux-headers-2.6
virtual/pkgconfig
virtual/yacc
sys-devel/flex"
# These use a non-standard "Wine" category, which is provided by
# /etc/xdg/applications-merged/wine.menu
QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop
usr/share/applications/wine-notepad.desktop
usr/share/applications/wine-uninstaller.desktop
usr/share/applications/wine-winecfg.desktop"
wine_build_environment_check() {
[[ ${MERGE_TYPE} = "binary" ]] && return 0
# bug #549768
if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) -le 2 ]]; then
einfo "Checking for gcc-5 ms_abi compiler bug ..."
$(tc-getCC) -O2 "${FILESDIR}"/pr66838.c -o "${T}"/pr66838 || die
# Run in subshell to prevent "Aborted" message
if ! ( "${T}"/pr66838 || false ) >/dev/null 2>&1; then
eerror "64-bit wine cannot be built with gcc-5.1 or initial patchset of 5.2.0"
eerror "due to compiler bugs; please re-emerge the latest gcc-5.2.x ebuild,"
eerror "or use gcc-config to select a different compiler version."
eerror "See https://bugs.gentoo.org/549768"
eerror
return 1
fi
fi
# bug #574044
if use abi_x86_64 && [[ $(gcc-major-version) = 5 && $(gcc-minor-version) = 3 ]]; then
einfo "Checking for gcc-5-3 stack realignment compiler bug ..."
# Compile in subshell to prevent "Aborted" message
if ! ( $(tc-getCC) -O2 -mincoming-stack-boundary=3 "${FILESDIR}"/pr69140.c -o "${T}"/pr69140 || false ) >/dev/null 2>&1; then
eerror "Wine cannot be built with this version of gcc-5.3"
eerror "due to compiler bugs; please re-emerge the latest gcc-5.3.x ebuild,"
eerror "or use gcc-config to select a different compiler version."
eerror "See https://bugs.gentoo.org/574044"
eerror
return 1
fi
fi
if use abi_x86_64 && [[ $(( $(gcc-major-version) * 100 + $(gcc-minor-version) )) -lt 404 ]]; then
eerror "You need gcc-4.4+ to build 64-bit wine"
eerror
return 1
fi
if use abi_x86_32 && use opencl && [[ x$(eselect opencl show 2> /dev/null) = "xintel" ]]; then
eerror "You cannot build wine with USE=opencl because intel-ocl-sdk is 64-bit only."
eerror "See https://bugs.gentoo.org/487864 for more details."
eerror
return 1
fi
}
pkg_pretend() {
wine_build_environment_check || die
}
pkg_setup() {
wine_build_environment_check || die
}
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
git-r3_src_unpack
if use staging; then
local WINE_COMMIT=${EGIT_VERSION}
EGIT_REPO_URI=${STAGING_EGIT_REPO_URI}
unset ${PN}_LIVE_REPO;
unset EGIT_COMMIT;
EGIT_CHECKOUT_DIR=${STAGING_DIR} git-r3_src_unpack
local STAGING_COMMIT=$("${STAGING_DIR}/patches/patchinstall.sh" --upstream-commit) || die
if [[ "${WINE_COMMIT}" != "${STAGING_COMMIT}" ]]; then
einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
einfo "Example: EGIT_COMMIT=${STAGING_COMMIT} emerge -1 wine"
fi
fi
else
unpack ${P}.tar.bz2
use staging && unpack "${STAGING_P}.tar.gz"
fi
unpack "${WINE_GENTOO}.tar.bz2"
l10n_find_plocales_changes "${S}/po" "" ".po"
}
src_prepare() {
local md5="$(md5sum server/protocol.def)"
local PATCHES=(
"${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726
"${FILESDIR}"/${PN}-1.9.5-multilib-portage.patch #395615
"${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386
"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
)
if use staging; then
ewarn "Applying the Wine-Staging patchset. Any bug reports to the"
ewarn "Wine bugzilla should explicitly state that staging was used."
local STAGING_EXCLUDE=""
use pipelight || STAGING_EXCLUDE="${STAGING_EXCLUDE} -W Pipelight"
# Launch wine-staging patcher in a subshell, using epatch as a backend, and gitapply.sh as a backend for binary patches
ebegin "Running Wine-Staging patch installer"
(
set -- DESTDIR="${S}" --backend=epatch --no-autoconf --all ${STAGING_EXCLUDE}
cd "${STAGING_DIR}/patches"
source "${STAGING_DIR}/patches/patchinstall.sh"
)
eend $?
# To differentiate unofficial staging releases
[[ ! -z ${SUFFIX} ]] && \
sed -i "s/(Staging)/(Staging [Unofficial])/" libs/wine/Makefile.in || die
fi
autotools-utils_src_prepare
# Modification of the server protocol requires regenerating the server requests
if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
einfo "server/protocol.def was patched; running tools/make_requests"
tools/make_requests || die #432348
fi
sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
if ! use run-exes; then
sed -i '/^MimeType/d' loader/wine.desktop || die #117785
fi
# hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
cp "${WORKDIR}"/${WINE_GENTOO}/icons/oic_winlogo.ico dlls/user32/resources/ || die
l10n_get_locales > po/LINGUAS # otherwise wine doesn't respect LINGUAS
}
src_configure() {
export LDCONFIG=/bin/true
use custom-cflags || strip-flags
multilib-minimal_src_configure
}
multilib_src_configure() {
local myconf=(
--sysconfdir=/etc/wine
$(use_with alsa)
$(use_with capi)
$(use_with lcms cms)
$(use_with cups)
$(use_with ncurses curses)
$(use_with udisks dbus)
$(use_with fontconfig)
$(use_with ssl gnutls)
$(use_enable gecko mshtml)
$(use_with gphoto2 gphoto)
$(use_with gsm)
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
$(use_with ldap)
$(use_enable mono mscoree)
$(use_with mp3 mpg123)
$(use_with netapi)
$(use_with nls gettext)
$(use_with openal)
$(use_with opencl)
$(use_with opengl)
$(use_with osmesa)
$(use_with oss)
$(use_with pcap)
$(use_with png)
$(use_with pulseaudio pulse)
$(use_with threads pthread)
$(use_with scanner sane)
$(use_enable test tests)
$(use_with truetype freetype)
$(use_with v4l)
$(use_with X x)
$(use_with xcomposite)
$(use_with xinerama)
$(use_with xml)
$(use_with xml xslt)
)
use staging && myconf+=(
--with-xattr
$(use_with vaapi va)
)
local PKG_CONFIG AR RANLIB
# Avoid crossdev's i686-pc-linux-gnu-pkg-config if building wine32 on amd64; #472038
# set AR and RANLIB to make QA scripts happy; #483342
tc-export PKG_CONFIG AR RANLIB
if use amd64; then
if [[ ${ABI} == amd64 ]]; then
myconf+=( --enable-win64 )
else
myconf+=( --disable-win64 )
fi
# Note: using --with-wine64 results in problems with multilib.eclass
# CC/LD hackery. We're using separate tools instead.
fi
ECONF_SOURCE=${S} \
econf "${myconf[@]}"
emake depend
}
multilib_src_test() {
# FIXME: win32-only; wine64 tests fail with "could not find the Wine loader"
if [[ ${ABI} == x86 ]]; then
if [[ $(id -u) == 0 ]]; then
ewarn "Skipping tests since they cannot be run under the root user."
ewarn "To run the test ${PN} suite, add userpriv to FEATURES in make.conf"
return
fi
WINEPREFIX="${T}/.wine-${ABI}" \
Xemake test
fi
}
multilib_src_install_all() {
local DOCS=( ANNOUNCE AUTHORS README )
local l
add_locale_docs() {
local locale_doc="documentation/README.$1"
[[ ! -e ${locale_doc} ]] || DOCS+=( ${locale_doc} )
}
l10n_for_each_locale_do add_locale_docs
einstalldocs
prune_libtool_files --all
emake -C "../${WINE_GENTOO}" install DESTDIR="${D}" EPREFIX="${EPREFIX}"
if use gecko ; then
insinto /usr/share/wine/gecko
use abi_x86_32 && doins "${DISTDIR}"/wine_gecko-${GV}-x86.msi
use abi_x86_64 && doins "${DISTDIR}"/wine_gecko-${GV}-x86_64.msi
fi
if use mono ; then
insinto /usr/share/wine/mono
doins "${DISTDIR}"/wine-mono-${MV}.msi
fi
if ! use perl ; then # winedump calls function_grep.pl, and winemaker is a perl script
rm "${D}"usr/bin/{wine{dump,maker},function_grep.pl} "${D}"usr/share/man/man1/wine{dump,maker}.1 || die
fi
use abi_x86_32 && pax-mark psmr "${D}"usr/bin/wine{,-preloader} #255055
use abi_x86_64 && pax-mark psmr "${D}"usr/bin/wine64{,-preloader}
if use abi_x86_64 && ! use abi_x86_32; then
dosym /usr/bin/wine{64,} # 404331
dosym /usr/bin/wine{64,}-preloader
fi
# respect LINGUAS when installing man pages, #469418
for l in de fr pl; do
use linguas_${l} || rm -r "${D}"usr/share/man/${l}*
done
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
fdo-mime_desktop_database_update
if ! use gecko; then
ewarn "Without Wine Gecko, wine prefixes will not have a default"
ewarn "implementation of iexplore. Many older windows applications"
ewarn "rely upon the existence of an iexplore implementation, so"
ewarn "you will likely need to install an external one, like via winetricks"
fi
if ! use mono; then
ewarn "Without Wine Mono, wine prefixes will not have a default"
ewarn "implementation of .NET. Many windows applications rely upon"
ewarn "the existence of a .NET implementation, so you will likely need"
ewarn "to install an external one, like via winetricks"
fi
}
pkg_postrm() {
gnome2_icon_cache_update
fdo-mime_desktop_database_update
}

@ -24,8 +24,9 @@ fi
GV="2.44"
MV="4.6.0"
[[ ${MAJOR_V} == "1.8" ]] && SUFFIX="-unofficial"
STAGING_P="wine-staging-${PV}"
STAGING_DIR="${WORKDIR}/${STAGING_P}"
STAGING_DIR="${WORKDIR}/${STAGING_P}${SUFFIX}"
WINE_GENTOO="wine-gentoo-2015.03.07"
DESCRIPTION="Free implementation of Windows(tm) on Unix"
HOMEPAGE="http://www.winehq.org/"
@ -41,7 +42,7 @@ if [[ ${PV} == "9999" ]] ; then
STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
else
SRC_URI="${SRC_URI}
staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )"
staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}${SUFFIX}.tar.gz -> ${STAGING_P}.tar.gz )"
fi
LICENSE="LGPL-2.1"
@ -262,7 +263,12 @@ src_prepare() {
source "${STAGING_DIR}/patches/patchinstall.sh"
)
eend $?
# To differentiate unofficial staging releases
[[ ! -z ${SUFFIX} ]] && \
sed -i "s/(Staging)/(Staging [Unofficial])/" libs/wine/Makefile.in || die
fi
autotools-utils_src_prepare
# Modification of the server protocol requires regenerating the server requests

@ -12,7 +12,6 @@
<use>
<flag name="autostart">Enable XDG-compatible autostart of Fcitx</flag>
<flag name="enchant">Enable Enchant backend (using <pkg>app-text/enchant</pkg>) for spelling hinting</flag>
<flag name="introspection">Enable support for GObject Introspection</flag>
<flag name="gtk">Install input method module for GTK+ 2</flag>
<flag name="gtk2">Install input method module for GTK+ 2</flag>
<flag name="gtk3">Install input method module for GTK+ 3</flag>

@ -13,8 +13,6 @@ developers to develop input method easily.
<use>
<flag name="gconf">Enable support for <pkg>gnome-base/gconf</pkg></flag>
<flag name="gtk3">Enable support for gtk+3</flag>
<flag name="vala">Enable support for <pkg>dev-lang/vala</pkg></flag>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
<flag name="deprecated">install the deprecated ibus python library</flag>
</use>
<upstream>

@ -5,9 +5,6 @@
<email>cjk@gentoo.org</email>
<name>Cjk</name>
</maintainer>
<use>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
</use>
<upstream>
<remote-id type="github">ueno/libskk</remote-id>
</upstream>

@ -334,3 +334,171 @@ DIST LibreOffice_5.1.1.3_Linux_x86_rpm_langpack_xh.tar.gz 504315 SHA256 a14952cb
DIST LibreOffice_5.1.1.3_Linux_x86_rpm_langpack_zh-CN.tar.gz 575863 SHA256 ed83f26fd4264a8a7f6b9ad5200a80df1a35c0022840b881906a20febc1466e7 SHA512 b988069435bd06bb7b85e09de2771ee50a35033873f30ca881a462d339821164db6c33e04d3389cd3a7ab7fe9d2568e49fa013af3791fb9edb163fd465bf21e5 WHIRLPOOL 762f7b429dc9709b63e3b92268b5ee1f2c6a456499a899789eb09cba9a930cdfaa75d90df45eafb3d4bb23256988ba333a8764a826a3260d1ad75267edfb017b
DIST LibreOffice_5.1.1.3_Linux_x86_rpm_langpack_zh-TW.tar.gz 572775 SHA256 0ccea824f91b2f70b9337eb5b8ab2fcc5264b987f31381a05ac6f1d197693ae2 SHA512 51894f8326e2d21f36c56254c13e007e6e6949f1e7c68b3b71572a5813f8252c1e15721b706ab20a6c0c42d7d913b9e623498eb1c5b7033951dd4be2709c5f71 WHIRLPOOL 3c0b18e0527f1c750ad1befe0a9f3010ebd31aec13390648c7b95ed3abbeb9428316e1393c491182422712afb28085b4be13fedaea8dbe7741269ca82b600b78
DIST LibreOffice_5.1.1.3_Linux_x86_rpm_langpack_zu.tar.gz 506160 SHA256 b5cbe78cf50776b6e6115b15d1f25f367d49a58b24b077364006089962d182a0 SHA512 e85cc67ca98e537bdae684d19bbfc70d7dda75ba602f57c983aa4ff5e8e39e5c5d9d24cd8f04e7ee07e10b757e74af6db158bcff19b79fab5825ee2c53f4c1c7 WHIRLPOOL 4eedf72373e098d1276382ca9cd2ef18debad2e97faca18de5b4514f4d3c4dda8e3e43d2bd8958dd646f2d36b13bb983cc6b87185b7ad64622cdf30a08b0fb21
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_am.tar.gz 7616805 SHA256 bdaa70c44fb26941313488fb5e75e305f916ddb3afc5e7b7f65b21a66e60150e SHA512 54f2b6b47a58f22b2c91c5f59705c0ac2c095270bb73dd5146eacb0c4e8d85eb672091916c7ca0d5facf7259c4411612db8a7b37b3708c1c4b945bb72748977e WHIRLPOOL 7a41710f743a0ed4364849aaf793e2148396d108a215c2289e86e5c10d596a394682e0317f64cce033781688b58ae4443ea7354416f05434474268ea1ed0e8db
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_ast.tar.gz 8092054 SHA256 ea0a2f94b121a0bf44a515f28c75d6f59e65a9ebbeee1764a935b1eaf627e7f4 SHA512 db84004299f4499fa085fee0732ff200063f446a7b688cae7a6e435ab22e3e7e2c75ab900523840535e254f801eaf8e961a6de738cf9fe3000ce22a78fcab106 WHIRLPOOL e6698f82d3355bdb36a1218687f1b731c7baccb3e7ef77bded63e67b5e888d35cdd245a2b9f929e9843625de5f363c3b8bc755afe2ac6c00f82e19033b3dd682
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_bg.tar.gz 8325334 SHA256 284ede03e632820e0cee436bf419f6b5c11100f255ebe4b4d2cdb9527d9d56ea SHA512 122f57902daa3e7bd53fd107a2967d8fb4ea373d59283ceb4e682c0ec96377697de3f289b4f9aa291b2385f4fb3334bbc27e07ddac6b9206ae08208a7cd4b66b WHIRLPOOL 09de43bbdf7f71abd8a199aaa4ff2d741d5a826e47c9e7878a128633e60cdfad7da927c327ca5c8b1c6d1edb40aa28a3bb74f80a0299df35939b616353b1f6de
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_bn-IN.tar.gz 9831239 SHA256 ff5a53088bc2f99c7adb15597c7aadfdeed2dce09d0aae889b36b50426db4819 SHA512 de8ca5c3c7d0fdb840e2cadbd73d96460686f84efe4d06a64053e685de2a1cd6f33e0a5d6b6b5e1f01be7235b77aeb079423804281b527097ee3495da40e2917 WHIRLPOOL 96cd1dd78a73b163bc75d5e98aa27883e5e9a98e9c703fc5c8dc8143deb5b542ae8ce4b0212ffe561a6ad881c2f0fc8dba22a7de6f5f80b321cd4c60cfb83c4d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_bn.tar.gz 9831378 SHA256 d84220c03447b2ec86c80e311e8709f36f0633d749663b6aa6a0c98b40372cc4 SHA512 0dab86d6def73f1d428a851f91731acc581dcd4e93f2833b5febc01c40fb62d45b98999ed49ad237aabc22e2e5048e7ea3538e86c1cd4e2f8212c1ad69177c54 WHIRLPOOL 1e92e381365bbee1a7ed7e0d6c9efb091ea82e0e8adf5dc17400a4f43893df11a756728245da55c93120bf1507ecc87cb0a48098bed89214eb84eb871d2f06e5
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_bo.tar.gz 9493913 SHA256 4cd6d6e30458fbbb4815e3d94d0413745e05a50db4d587826265ff7a4f09c03c SHA512 be19c84246354f4cb0d1f94518458e58a65c3888df561fa19e89486fbb8f54c4054c9cdd54413c12c7acd8f98b32bce4501cde4690e1936c5e99781fd477d2d7 WHIRLPOOL 45a82b05773cc7f26a3133c4557780a43c5b9e14829f8c055eaa0a50660b428e5349d233f29050167d46f894ffbf4121beec65736f738776c9d39bf2a29ee0d5
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_bs.tar.gz 7132001 SHA256 c95c2d303da3e61a0dd72a05045886f1dd48078fd8d7feeeea85836fbed94b1e SHA512 5ca4b2c4b0bc13dbd4e312d75af969a90b7064d017030df7719f2174a1d574cf1089bcf83ce969c555949b12644851c3ccfbd2897bca83111ade07dad325a65f WHIRLPOOL cfb861f41c9cfea14a5070d62af733732e51035b20e42aed5d60496ffe043423f4ef9de28d249c1b9933f1a3566747a5888bb2abbd431c9d5414aeef05352f59
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_ca-valencia.tar.gz 7963399 SHA256 d9f021a0306d9ba0cf09fd93e41fa59197433177ebbc8a076a161beab210995b SHA512 a417dd0dac4f37210fca9f4a3b19d888e3a52e6115444f1a54f9803ede6ffa65530abefcb704608d8934d2e19369657b5800eef171c0414f94146abc26bfce3c WHIRLPOOL fef632dfae0fd37f74f4a03bd25322aee26f7b1e5513657cfe7256fb25a4a6139131027126bc24d417fed90599ae8d4214494fa6708dfb51244c351251209db5
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_ca.tar.gz 7952516 SHA256 72d49a3108b5c963ca6f121437d7f153781c77c7ef157db0bda8cade38733537 SHA512 f0cc6d0e9aa3746ecd571941634b745e73cfed613727fe56e248eb56609c078b03c1bdd6777324d32763b156e2c40bcf0cda2bb8cf25af85695b1b9427b6eb9b WHIRLPOOL f2ab07a5c7fa0dcd4432c08ea775eed9467b227fda75960d5d6a564a2b6a62c64a41b6b3bf69f39ee39ce564e19f0b2e6e20a46c07f2b890901c4c5f744f354d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_cs.tar.gz 7582449 SHA256 50659e389b9ea51502e171421f196904abce1a3a54acfa7ee3a96e67a8e12036 SHA512 1b6ec83d2df7f5fd95ed6c665a2bdb1ae6a74270cda0d905a06245094ea7f84c090f074869f2cb95216debafcd57220749692cc64232dc0e70ca505245b4c208 WHIRLPOOL ac88be320e2c1037f8615ad48eea8e6e72fa9fe98e17583359688b3387344f07221409d51c94b78057fc124569194aa26626c25fd55ba9fbd2af08871180c93b
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_da.tar.gz 7585111 SHA256 615884e0e9d304dcce843f380a590e10b2ebf2b45e808256441fc4179d07424e SHA512 37fec521591e4fdd048d4f5139efec83894a6389208ea3e01c4493420b3cfdb2d28d8bf87bd55f7b4364c48ad68d9c931b0404123a2a76f5c086280f20a91b5e WHIRLPOOL 43ea68252ff8addd70022086eeb30496eacfdb3f98362cb756e8095a17dc820dbb8d1dceba5ce24b8423a0350773897f4f9ff48e277d7c60fe6f723a12de17c9
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_de.tar.gz 8141462 SHA256 233c67b7ab8a08f56c98c7c50e5eb8c33bee60c8f40a90f0b433abc747b21237 SHA512 76da779bbff10f2a11e0d3b81cf380896ac0131d823b6296bfd7f0fe2bb72aa70df4c6e786cc1b1492855c0a9bc660914d262de64436b6cd579ebe5ffc0ea321 WHIRLPOOL 19b99208db97fd386613d5ef4b5969ccb87380faa78a5731a9a857b2ce4b343973b58d4801c371f846bc4eb120e86616c05f73158b6cd70226d4e64545dbdbad
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_dz.tar.gz 10383764 SHA256 8dd7a632798385f55495ea2c8a0d471cdbc3f885bb662b12e2928f3feb4ffd87 SHA512 8607fd666aee60cfd67f70254fcb0cd262cc3ea82736dde26c6763d869c3c93a26234fe6c70e5109ffe4f711b2cf225cf859d34d81b3e651d308cb28ebac03ea WHIRLPOOL d0dfc69111bae7c06ef2416b465d6832d7b3ee9504a0623506f7d69396312b6918bef3bb0de7a3973f55b7573f0600cb9af7c46915fa22475610982486e6f14f
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_el.tar.gz 8972874 SHA256 fb87f55f69424e6a9a31fce62f169cf6b47a34db13ebbd7724f6a39a3a7e7fd2 SHA512 0a7662ccd908032f7c1afcae765cc26963187734b49f6625fb01c2465cf445028dd4e32d3a8c4511d9f9adf5d5425ab31e106c7366031d9949f385aa3f084af1 WHIRLPOOL 32f3e0a707b4d28bc62e3a4e43aeb723b5b5425fdcb18e0ce388063d0fdefdf90e630f89608245e134b465fae05b03d705d1e02169f16d038859a8c3892b6b3d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_en-GB.tar.gz 6441903 SHA256 eaff41aef21aaa6c98ed4a59433076bca8ab27df98cfbde17dc8af0730f2c4c5 SHA512 9b4637b56d13552401963008a3bf9639d9cb3ea24f821df4cc6a31febe0f6e00dcbdb6c202f4511f3a011e7e92560f193c6fac049e5d9328a56cceb3dde109ee WHIRLPOOL 75e6b3c1e96dff55c9e4a03ac3990e56b670bd4c9677fcf8dd6ac57e0a309ec71b8875dbba7c9f734212de86ef02ca55fdb7e8e24320febd61926bb41b099d19
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_en-US.tar.gz 6486244 SHA256 bbce39f0e8c07cff96c575848230afcb7657574ebc339a8f0bdfecbea933c030 SHA512 f16e4b3906f2db04b797ee41b5eb80a59e17029830fb4125d04a2441deefda1baa0bad2f6ec4d622c5de50000ca71503f7424922b40e17896764c4ef1047db18 WHIRLPOOL 90faf233bff774352bcb8bd5b8810b3a4a6e484e8fe8da0093f6b5a1e0a76b059762951580afbebcdbeb118d69cb3bf31e0b1ae60196fc97e5e2f3cbc7b7968d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_en-ZA.tar.gz 6431535 SHA256 3b0ebf78a09713cc0c0130e37bcdfb74a04cab1dd9977af8f91cd6a70a48b358 SHA512 e0d9ec6ce7d34355aa9cccb6ffe34328662acc77aea0cb141acca9e824696706d2e09848b8d4f13bd25fac39a04a76de77bb13410cc398e3363d21082d48ec3b WHIRLPOOL 65c22128c92555c00404e1b99bd6b31ff8fad7f636dd92261dfef2547e9985af54a2559c52235b7efaafab1554f5928aaaa8a0349b95c002e28a22b85d7e0bd4
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_eo.tar.gz 7013825 SHA256 07217c7ff0031532b8f1e266533d4294862879bdf572b4430ce5bd61e4d1127d SHA512 6acd86ce2c6e154a4aaaab8177871358ef1822ff463dd4b4b60433a04a4a0632374cc5930608e4799fe8a03a8fa03f54c1334af1a18771a60201cb6f66418f5d WHIRLPOOL d29aff207b904a4ae5a3967ec2728a8fe928a34b6d346ecfd72f11dac1a8072642af4e1c84013101a7d1caf955e54e816077b6116a46b992bf28f91ebcddc03a
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_es.tar.gz 7995652 SHA256 0049a3022007de2eef39d280141a099bb6ec663f1f1c177e73e674542b5cd902 SHA512 db23dc9eff963926e33cf1e14f302c6f61d013c6903216d5ad5479d338a5c3bddf48cac9431838f125e7a8a761bb9553a8629d1a2e1a93c3d974d535efde8177 WHIRLPOOL 3f2de85195983421a5eb006f38d94d726c679d2860b7f6763e956025f6163615168f92807e4a473e7401dc06c97b304e86b504eda4147bf9a1c73734d4a09df9
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_et.tar.gz 7514187 SHA256 44b7ded714b074dce5ec94b070682eaec4bb0a6e2f7645a2281636d02bad9df0 SHA512 4c918b4fc16219c6cc770c309bb08bed2509c9734fa8433b089b98596926f6118ae72adaf65959428a440cc89ea72ea79c0018211738203f83b68e9452f86d24 WHIRLPOOL e20f8a960e25dd395a7cb9b968998d99cfc68ae3ca873530eef6ebf96a4889e733ac42dc7351c94883dfba2581269c75f18efa72ac8823d7113e48dfc8e7f75e
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_eu.tar.gz 7658798 SHA256 dacfb9574f0ee436fa8c4664b629f08aa2fedde2205adeec164f6059ceb586d1 SHA512 869c6e3ba379fcac40db28776180b229945e35575df95fe07128a68539ba97fb170596327070cb8f038df6abbcba2694f0e06380f4fe0c7175ac7b196dbaa102 WHIRLPOOL 40a0c9e3fc9ff50226c8ceb9d63169cee10321fc3403baad5866f1813ba65f7afb6e3a0bddf8a683d478508fe92f7545ef8bc027f6338e5e47632aa4e8ae55ba
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_fi.tar.gz 7795474 SHA256 2cb21dedd9b79492aad5e76b68abcd4d0186cb78fbcfb2739dc93cc310155c10 SHA512 537941f51d32c25848eb0f700e43ce792a8cf2a3bfb996f374d76af1aa2bb01dbb65f1d051a358db3cef9d220f88e72a1dc370b9d39c3928dbd3c042de85c9b3 WHIRLPOOL ff32c1e423db9c30d049337c6dfaf60608c235e7d3a2095a14ce0225a089448e9b6d149fb0ce45726f1fcbaacfdbda0c043fe148506296b9984eb593f8cb7777
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_fr.tar.gz 8180967 SHA256 f9d76980e96377887f0adffde1c03ebe96395d012481964ba13c9107c38733d7 SHA512 6aae68b666c330c84f7ace5d857ec38b098ace1877bca3d2e3cea7832f7a8919c6858731ed230d48525ebc27e12c6774dda2d7bd4a0bd090db83b8d790b48f7d WHIRLPOOL 67644dfeb774653eb8f688d5a59e5627dab1bda346f41dfe3102cc80ae5c677b47d1448ba4221217dba621e4c725bd06152686ae61531cbdf48c8ed594efd8a0
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_gl.tar.gz 7730896 SHA256 766d329daf6001eb95ef2525d09ecce2140f7a03f86b45623f93a81782dca55e SHA512 c60627f751f3d1377e307bf1761849cb16470637bf80618db0753910511572fc5dafc3ebaa9a35fc3ba6728de41ba0c6650bad6f4aab4a262be0b9b4637bcf87 WHIRLPOOL c860cbe86c6658469b72f12789bec0cdafdd72be8cdbc71a7b35255211e3328b5a0720922dc6ccee304e26a4a5d2b987f8a06854f263259a646f57537b898087
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_gu.tar.gz 6654130 SHA256 f473e11b30417475888808df379f7a82df39d7421537fa836584484d05949118 SHA512 f802985f5a55f213e585d0dfe310a3fb2815fdc98cae50695e850064a1f5af822e68f3e142708b2108c563d5e6c790627da194ed716af1228df79b3020c7fba5 WHIRLPOOL 2f4080403fc2f8fb615f1b73c7a29ec8ece414322b7ca0c74ff62e57d6ad3d58df8c8ec807c90597aea1f5ecc9fe1e8d4f875791c90cef852d5b550d27898a69
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_he.tar.gz 6269276 SHA256 20ca4e01477f4ac09e7ebfa9c401ee7c8f5a2979d84cad6fdd8a6fee0ed34f78 SHA512 555f6855b887ec30e72a6c05f410425549ae71b292e10808e948d49717de0fd47492338e0beb57653eb648fd839a3089bd3cec031ddf23e0b9edd46d56e3bf1a WHIRLPOOL 2d72068a7d4bf8048fbd38ed56bd552951f7ef7469de4f715f568c2ef1af41382f65c1021dc36850a7ca470751c7b0055cba56e29a3c5ab2fa27be6ee1fb3373
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_hi.tar.gz 7333993 SHA256 180f83aaaf81b74dcdbada8c20cf5d9646a6af17794ed539d33be5c5b1c39c42 SHA512 2652b6d3143c0d7a75c81247d5a4d23a872403701699bc4e160183c5c78b7c5cd3a94ff7cb1d9c813f0ee002ff045e29178685429fb38cd55eec59ebd30b19a9 WHIRLPOOL a6703dfbf0ba9c34b00b733dce51b828b45f6e7ae834b1c0c09be13746b5637095bb5d1a5cd531fefcc2cb5323e809194afdc028739b3b1477b2e80a70ca802d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_hr.tar.gz 6817942 SHA256 7dc3db79b3dd318c2cbecf24ed51e06b0fb285ef76c4a21476116835b068ed90 SHA512 da44da860de33509a21e8f969fd08b47f6e4471ff6833b71fccf41f985527db755626fba420c9241314531e11b93e61a7665d2f9c3f5cda0687875d5c32accf0 WHIRLPOOL d885e98c85c56386234290f3e4d8f626c33a176018bb9061309a56ece4dbcef7dd756113cbd66d5ad28a2415b6791cf70bae1cf8a2331f012e771d3182e1aa1f
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_hu.tar.gz 8010076 SHA256 87289135b710a1a625361bfe1836eb68be5a1358660c9878c505db9ac1b84959 SHA512 b04e13099cef984b982a9b130f8103285d34c4afe80004ad77a5b272b17de28d0fb001f1669bdc7c14e9c005606ad809783a22b6b2c7d773b6bf5972ec19bffb WHIRLPOOL 5b8ce199ddf9a5cfebc57fb1acce7eec6be0082428166d497e7aed18162775a8bedabda0bc6c29d8596cae40ec12c3210a96aca083537b5e84eba675b8847a45
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_id.tar.gz 6813494 SHA256 51a7130149e6ca3c33ef30272fb6a228a9102af97e4b9f04ddfbaca9653c207f SHA512 a42361ee6a50ccb238e4d1d7427037898da30b3e811b0d3d95cc9b68914325d0ecf61a0fd8a29d008251059170752ab7d1faac07673bd1e2b6989e43c48f26ad WHIRLPOOL 70846b0c4d44a9a6050630c66f4493339d9da54402b2107c5b77048766e06ca893cdfa070eae68bd23e6c88aae1d1fa1d2b2e19f17ed4de8bddf9491e061ff66
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_is.tar.gz 6921600 SHA256 0c6a53d6b32d49c567ea9e1d18a8804dfa33f06af55c9308ff2dcb06352d7f53 SHA512 30ddeabffbbba70120c862724804a7bafbbee47e6d12ac147fb82158ed3bed97b6c350443d90fbbe11952a18a1919664fb19219afa8a574c855315f68361be18 WHIRLPOOL f009977be12a1634ba38ff1d56e4a89abcbf756e5b38fb836aa2bbbc85df668ac6a8076f07ee58b08acb07ba954e46b02ac2071617f720f13c97b6a12a72221e
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_it.tar.gz 7934205 SHA256 50e5d9bc4749bb5d5624002fc943d7919516e6c847b2374a75767e90e03a6a6c SHA512 ddb9b9331a6705ef150d9c5bf3db37ce2e9226d53d9816da17cccc46419e5b629f7f37ba3d6410f91b4ac8308ba88226259d944b1870a2909d1b99989b94cffd WHIRLPOOL 9039bfc6458e732495c9847bb146e5e90adbddd57317204d8e626e4f685817c3f1677c048edb3e428b389fc70d08af30e6e3679a3c9936ad711692b13b75c5e8
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_ja.tar.gz 13443631 SHA256 c0675e66139748af709981e0ada46cab0d9815f56434105a59d7c8bdb16a6d5e SHA512 94d3d3e8cb0247bb122fb20eba6cb0f62a4e16c4638ef51c50de910b866246f3ef28dd90d0b81d8f9530a327d72b87bea77b24cd184215d0f21641546b9c80d5 WHIRLPOOL 28ecdb83bf1828449e917ffa2eaee2ddeb425fa085fffd9a001d5f44fc889d6376ec843e455ab235c8036b7834c3958b56f87d9417d12d32247114ecbaf24fbc
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_ka.tar.gz 7122558 SHA256 6e563518bfa78920bb5fe0f7d6485a6a78b63dd6fecc2d448ec4fa38225120a7 SHA512 572b07087f7930e6b4b6f7c2eec48d4d3b6843509939b1f2ce4b8f88ba0498dc3c708ecd8dcb3b6da4cfb5624cfb28bb0946f4135866d7143bafe30946c3529e WHIRLPOOL c127b141a61b329384dcad9a27447a8c842662e78d188c42a8048640067f79cafa7d4c5c6fccaf63f67065005041e807ba50eee23cc06025c70df02f24431955
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_km.tar.gz 10372278 SHA256 2f53f958d1ce57c0cc706f70aea91c3097cb44c1759c3c404d58ad4671dd3865 SHA512 5fafd4edcb1b1e9096281f14d347e566aeef1c93a8564a6015fed86481e587efc0e7b057f0183646be9b2f3595d3f3c90614dc1d4da1340966c472bdb14cedec WHIRLPOOL 4c58787e90e49e5a9d8134e8d90e89b35e6d3852a076d3ed1e396dfaedef677fe10a007b42c31d301153b19f13f156a34478a8498a2097624cf8310f9c5b0156
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_ko.tar.gz 9378806 SHA256 315d4e6eed65488706b14fc557dbac6d02c9dbef0ab4a57abf6f239d3c30a553 SHA512 ed8042347e6ee285fab820ad79b6d5f41e9e609b4c7bc248829ec2dfd24956104011d15a8081af8e31b615a185fcdeae7c6881c7ae6bcdc54b08acc3ecdb936f WHIRLPOOL 1963d2172ac6799ab4b04efd849d3542e383e1fb58a6f1ba9d90614f925451ec7806d58f0ec021706dd63db21c64a180f3187adc3eb86f1e3d69a37580fb801a
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_mk.tar.gz 7357785 SHA256 9f711e1e8a5649d576eb2fd90eaecc13c1a5cb9d2a629d0a529480bdec349b7c SHA512 48dc0b32742dc8d898d1c6052f48a4a65076f834e2bbaf62072a570602addeb77091dd370d6f72e1f9c0f25a6280e40bd314df86f361c9f5730a83a34b79aa70 WHIRLPOOL b9def48450f75a3cd346b4589a91912ef90711fa9ef1e6956f4b1d054e8d76c891b3831c31efe1853bdf7c0b6f5aab7c83e02e2751a4cab8ab0f62f7fec34104
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_nb.tar.gz 7671548 SHA256 ad1184a879b9f28b6dddf9cc5b6072847a5608fa1ffb8fe68cd4648ba2706e32 SHA512 78cef63b4b018eb5fa7121cab78b2961f373a49e0490fb2b4c3c572be3893a3c659323a5e5d5d3a2dcd895576a1a078576d886106edeed958a5a898719951e0b WHIRLPOOL e35fa24ebe63fc97d7be5343ca5ca6484aceed919fa1d392a6466c2b57c3fc746bee4b986444aacfa4d8de6a3f924037066344624d37dc41aa13e9090ce64da0
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_ne.tar.gz 9858875 SHA256 361afe2c71e634745e5c0567cb3be20b87eb120ed2fd6382e1def747c00ea011 SHA512 7057a72350eae29519f58051c6f990a618448c7a4dd73573229e3eb827c466a60187de6c1da24a58baa3a06ca2422d6daef7b9f57aa779a4912e6afcae535ae6 WHIRLPOOL 3af78e861b49174b4b264a53f85987e58d1ae957d629ae6243e3f5cbfc3ea3c451fe45ae9a001a6e8325c07141d297f558bc752179d41a1e03937aee3164d940
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_nl.tar.gz 7750545 SHA256 e915e37fb77b25b24e4e62e45af64ae94324dbff795fbe12faee24a718662874 SHA512 fcd52092b96fa28f1d590319b3a67ec200b08003f0ba74c3f37573768d8037b6e50ae1099e4f79c485d63b75a87f56727c516325cd88e5551f8cb6ffaf641da0 WHIRLPOOL f707ddf0892bc1ed05bf1b98304b4a5bf8b1cf8c40df6547c7dedf58b1b2dfd960d8ce190ee71d760ce1ca7ded059d8584ccec6aaf2d5c524614e3f794ee2fa5
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_nn.tar.gz 7623686 SHA256 04d92b011a19b90bcde5a601d6bab92b7475659f1830de37e4673af2c2e9809e SHA512 1c6066ff72cdd356765d818defb9a14c046ba8562700f57c963ff0a783f6f3498417d97bfd728ffa5df16098d0403acbe78a684dcee1366f2d2d991ac1d82139 WHIRLPOOL af38e2a0855727fb25c650545995dbf9d8c8b6cc2024f78e1e94ee765247d9721b20d0173410079944c67e3ebaebc747af005cc17a6dd141dab3397a98995e91
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_om.tar.gz 8002768 SHA256 1d98a80991168de84d8a7bd26b2fd6f13ae1bb3ad1370ab33dd28eba92df41fa SHA512 5276e08aa383d8da08658814c46c5d83d5cebef83d156055ad375b00b88ccad42ee4164e38acbb923d30c1e4a21c7def26ba086a356b087ecc97bb58b05bcc4d WHIRLPOOL ec72f65b51514f44bb85627d053f4d3f3284ab3437a9bddd30b621d151cc7ee6bb18ceeb666d052430bf28151a7d897ff0c09a1395f6e4386425c9e3c4fad555
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_pl.tar.gz 8045883 SHA256 c2cbe19e2a128b86812d6da58155ce286df3c45689d1cb1a454bfdf1b5d82e3b SHA512 2bbefa955df1027c6a617fc7205b0c0ff9a2cc49e5bd576df6c26840a6ea5ab6e73fac8bea9b8b40baa4a6e40a41837e5f75ef3728ec3a6039833dcc8a2acaed WHIRLPOOL 9b23c4e975d507bf2d72236cc3b4757bbe01fbfd5b1973ca2d0b06c83ff99e7b2a709ec42eae423ef40d0a17cf4968b4a387d3b200a6cc273e3b298aa2c82e68
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_pt-BR.tar.gz 7759332 SHA256 e86b83c35b7e2b67a34e138469fbd367578b4ecef4cf2ea83ec468a32160e17c SHA512 2c67f767ab53ce107a3c8553439b287f84e31287e97725edbbd79d754e73dd26498d7cf5d3b4675e691fed2bc79cbd7d1f9b35ae1aa2305281f42cfdde6c005d WHIRLPOOL 66cb2284344437fe7fead82a87502c33f8d8fa3f7718747c640bae0a319bb7715328dea9d9f65c0279853063a90a2dceac122beff52434b302f64338eaf8a6be
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_pt.tar.gz 7687666 SHA256 53ad7bdb0574d28c53a65b04198602747c4e23664f878093e82752ae18cdc64c SHA512 51a2f8415c2d9ca7b12ab238179a9ee34fecdf159b225ded4e3516e31b8cfc38df663ff03f759535f906b02781174edac92664ef8518cd19261054f1d063cd3a WHIRLPOOL 83bd93f60ca41ed728a4e4f5b1b62fc41d5d0a48954223d8f8f3c4bda285f70c2f815f2a03645f698519e0c9ac54c21f51bdf3b6f0b700022045fc26b4cdeaa9
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_ru.tar.gz 8427484 SHA256 a5e2a7c43829c413b63665c651313dabe56142d5ae76d9d2a91a1356db0cb3ce SHA512 a5fec191d30241fd6099925d08051791b44f16e2a7c6ee85cf7da76bfbf63251fc168827b7cb0bb048eac4ff9344b52727c21177ade4a469a0482f09f18be5eb WHIRLPOOL 3fc996d10d906eb5e9512c1c8f6cfafaebf6a2317f0eb1b0e8a2b34272a3377c91f35fa7e6d903e4cf847295224ceb0252ef555cad80f2cfb032267ca3ed74b1
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_si.tar.gz 7210186 SHA256 ab816a313fa696e7b364c37d5877546705f5937dd78c7cf227a8a0453729ffb0 SHA512 60f3cffd9bb21c8c621f0ad11587cc4e5726d38bc8e5784cda8e369bf0a5e97e4bdb0717becd004fae17abbd1508d9fc230866c9af2d5d48a47cdcff2dc8399a WHIRLPOOL b67e1b79163ed5bf73e469fd0800294667d4ad0d73d1b85b4e12e2ffe70e0a36d70adbb38833aebe76ca42e58b2c4476baf651c1139bd7ae3603c11421565ed1
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_sk.tar.gz 7512031 SHA256 f993bb611d61acbeca3ce6afdedb21a8e14ebf998cc23b8205e7c5c20c42bf17 SHA512 75f217e0d5bb7bf18d320b38a2a927db609f070a0b297d55e03725373e4f09b1dbeeb33690ff4789d3be1674556113aa4426cb78350a0579e630b3d449d4ea45 WHIRLPOOL e01e41fc89b442d15f74d776adb87791bc3231bd304ca7e35faadd867ebe6172e9910ccf1ac43cdcfb044cd89a69c77652abd637271b45602a630b2ae5d93650
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_sl.tar.gz 7755012 SHA256 2bfa20caf117c4e2cab5d1ab7674a027fbc868b698304d969f1cd2c1160c6f3b SHA512 6644f9d15a515830d255599ab96d139a54836bddff02618454bfe5566bb1c1939820fd672ebee32acc8e0c06a34355fa8af0a86f0cb494d78443c6e846b87bdb WHIRLPOOL 70a9c8500a1e974c7d48dd192b0b3272428de1f2201b08d735cc900e7d9b2f473622825883ad7008985da13418056113e7ad7ec775cb5810636fa0c62d8dfffe
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_sq.tar.gz 6857493 SHA256 12204dadc6c0d218eb6f1f9fe5b4163a82b801d4bc276da4cb3df9191adfc42f SHA512 4c9e2f2968e67bb4ecc26f37e21ecd01be7c038db76c06d6d63406fd6f5ba55eeec261b7e4e33373e51982274571ed44b637143890bf211f2ae585a4ced84325 WHIRLPOOL 111454b5f3a04ffa87d404a3aac004239dee971951230612fcea33109bd133dca0690a5019aa0fc020070fa3738bbc0700fd5338956a26d5ffdbd3ef5171fc00
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_sv.tar.gz 7689800 SHA256 5331f51fea77e1aa3480a31a5fbdf24988c02865e732635b2b15a6595b2a1d6f SHA512 73e0f035f8cf659c1424432f353f354b678b2f36d6ac43ec4af0976c7b0760ee448104b55b37efa508be4690d89971bf846b9f8f95f6ab4710c51fb2c408086a WHIRLPOOL c25d829acc823f506b18c7e8a3e6efe7e7be5d1422e9e5f61995b8de4e0ee0d405bd7f41f7999c18ad331578a44463be0b5bb5b03fef40f1c9ea4483c47e1be1
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_tg.tar.gz 7191655 SHA256 bea1466c53984e98d46f46ddfe335bd1ac09fe42d10b803d3bc097195eb27165 SHA512 3f0eec7cff69af3bfb185a8b9e8e91f4ba2e83bed3f30c398c070456a79e142645991e3e50a76f9a65be19881aa5d00e17cc0678168e18542aaceca50aef58c2 WHIRLPOOL 9ae37fb71536c3fe6117e101afc37387d5858853717ef34fda21f4eca982db48022a3029e63b6799d1ef9842c7dc2f5ccac9ec62fcc0b40a4ea3ba3e0225545d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_tr.tar.gz 7943469 SHA256 9234ec29c731a79fb72c9d49d464304b1368eba572dd9b7c601ff752c45f9945 SHA512 d304274ff190c6fd1756d4a6a1133d9ab25b7bbc95905ea1720c2ab3600d865404bdaa36d4dd9668f0ab7f32c3d1fbddefc5209d623b46138a27e2d8f77f7f46 WHIRLPOOL 45be3b38991da260af3580a7c4d657cb4ec37158fd6c5ecff232e8817c5e7ee2cd996708d6bcd0921960c4d929026e7bfab9ac524abb0cada142c797837654ec
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_ug.tar.gz 6846729 SHA256 382cf0c8ea6248a5af0a5f0a336ac5ec34b4d35e531e96471e1eb5fb8051c5b2 SHA512 8e80c2848147219f88568b955533bd5e9552db864267940e0de8f7d5250132ddc79aa756d288a632a13ac0d5266871f729725b86fdfd8e9d16c83f7e2e1bd278 WHIRLPOOL 8650c2bb58abe0d67b07d64b40ea6ef729e0ffdcead95a7240de511c377575886cac05f7a4ec5438db8f7e983420ed61685dfd16ca7b0a494ffc75c6d632ccfa
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_uk.tar.gz 7336361 SHA256 9151ede9326efe5aeb9f6dbdc1eaddd03ffa79579558d1d4fbcab39858794c9b SHA512 97219a26ed6b7deeaf23b21c0a43561a7f69904721c2f41b7f3bfe5bfe634f5bd2b02028dfa79948b3611d9bbbf5299e2d57e92dbead356f9b16aced06458162 WHIRLPOOL 15756fc829d18cf3ab06237f5f12a526adbc6148bee55952f8b399e2c08fc2dabfd23861794d63ce9147374d27834085556b931ea10f0101592302ac80b012de
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_vi.tar.gz 8157351 SHA256 36030f6d3717b1bf651dd00a02f734f275486dd9809c5cd75c16c6bac8b2ee2b SHA512 16a38c31e70875a0f8f5dcfe8a03fd90598b142868a66ad0fdf4b0111d41dfc22b4a0ea12dfe2c1c948ab95281e6719dbbe8314c148821d019768cd662a90b29 WHIRLPOOL d6f17e7ad3aac22b4fcf2c7a7be67affdfae0291235276dc355db3d04cfa9697bc70d013e9434e5d855b6f642f624a0bf064e310a1f4922b4ba19e33dd233b0d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_zh-CN.tar.gz 10724017 SHA256 02f0d08bc2bc29a55cb045d68f6bd848b571af6146ce9e478b4dee2ff2e5455b SHA512 2b88cd631ac84c344265684c671ce54b5c08b816b98d75f7e581ddfdc0ca32f94f18dbeaeb480b49657f5bdaf7fbf2045ce4cee8bbc0db3e3c586db8640bc6fc WHIRLPOOL ce8ec830a2af798ff58bf254e01019c640e8fceea6185ff98155d6647b00a19a168dc86f461ac3b95f81de30bd865699fae3cd98e3a1e17cc8e4829b314379ba
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_helppack_zh-TW.tar.gz 10761651 SHA256 f69c54a0dd4d214eb2975610bb9a1a8d600f89a2132a2c5b1aecbb9386c67d64 SHA512 4a9a63854501f91bcfe428cd9357e10da2599bba699fedd347e2c27082e2dcd414600da6ef8e8ecba95d524b1cbff3f0e300e3fd7ffd631532277b8e867e0eb7 WHIRLPOOL 66dc919a867198bea2e71c967af78500bdfe3a6c677e3f7e467233316e553bc3905c9479f309cac43cf5335a01b788589de81eaf3b9a6df216d7d6eb8159cb76
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_af.tar.gz 1116534 SHA256 025e98f4f7268a45bc98e9c339d5a3f8c34f7236b052031239549b2fe5e739fa SHA512 30c16020f6877aaa83309d82302507673b643db6c115efc4e7b5bc7a250b5fb7e44f3362af9318d4df1a2c0aa62008de2ae71dd1ed0e4f2013244117d9766cc1 WHIRLPOOL 31730803cd6264cd7786f5fee695e62fb3968b43c273029e637e45b14d7d06d82d087df59890850061dc846d9c25330078666c995f5d11812c3e1455eadf1c81
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_am.tar.gz 523342 SHA256 feb205c6731bbc946a51b8d9b0e9580ae384e8316b823d54a2b8dbc018b95d9b SHA512 88139417182bf5c57c0b8fbd2305fd8bfa70e4b3e82ae5233e24df7a9f61bad383c30f49165470a11a0ec84b3eb25c2e8efcb43a9410964e5767841ee3802596 WHIRLPOOL c2b32619d6148ff4215d1c3cdf108b89005087caf27ea93c5d49a7907e5f4e862ef04d19977ac173af1e53f038c95bd4ff6d0ea5753a3cf23d939e0080e374e1
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ar.tar.gz 2265084 SHA256 26b5bde6dbbe1a084e2b042179d6186888d2d3c210acf186aaec5338c783f18e SHA512 944c9b4d6ba1f8ef1f085634c285aa53e9ad902feb3c67d9a4066565c8304ecfcba47cae32297d776d6ed2f882104dac7231bffe97e95d401c75f2a877d10f97 WHIRLPOOL 098880d86c678eb82e0e0ae613eab4e0220f0a8ff052308433f69b65ed6e1618f7d74f6d2044374bc2288a460a8b55a87f4a347039bc78b672f4b2f19cc0bbd8
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_as.tar.gz 550037 SHA256 172b9ff74ed14445be522da40e0c391b169086c607405bc5f8aafa921e316a7a SHA512 fe4bdf11dd0f4f698bb2601cdec66f3532ce811580865c303ba4079dfd58a7f420fe197debda333970a47d475fec94e6805218e33ba5f4e34c8331d89ed749f4 WHIRLPOOL 703519947ad5be8d14c517f4ea0a5dee25c85fa0feb7264b7418f7423485ba2ed9d19a52ffc34bd5c4785191448424235b0f1cbe539ba0d25ecf867844ccf76a
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ast.tar.gz 505217 SHA256 b59af1ea3956edbab14de554738c32fa07c17ea7d86c5d4ca62d5a957bf89be4 SHA512 9c1c54fde3bceae5829b05b6df63593d1bbe1d3b0737234f4a2f2412e8e13051169efa4b75639f1dd29d8ba1c2323139eb70656a5393d844fb817477e33a5ad6 WHIRLPOOL b9c2478e7c0f2197704ae17b2d9f4d93a12212799563f1105096f905f3443beff998641f108594fa93d51ffec6f8e3113e8a7191dc55b9087632fa7a189cd0ba
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_be.tar.gz 884838 SHA256 72f4c5deadd31421ba6e2fb3608d06a9969e879e68e94a62bad807bb334536e0 SHA512 5f18398e57e3263af951ef63708002908e84f585a43e577e07d102214183e491ad301a0b4f09b79abc7a16cf1c28f6a6e95f1c51a0c1f5361590835b24545a01 WHIRLPOOL 07617bc3d5af7fb4e2a95558504780580edf6d57be5b94e8e48e5be617a4ba4c78316240eb61efb10ef759a158966f59035d8fe273eebf01fe870df9d7fd2faf
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_bg.tar.gz 1966527 SHA256 e1ecfb08b6dcd5ebacc28b0044bd046b2a276d0b7ce0962e97bd237835d0bd39 SHA512 b2042045ad3743ef535539f5cd81c616fe95c055612cf9f8567a464efea131e1c12ea3e58ee05ee56e5fa4fad33003dae5ea2220155715d640a172bbe5781525 WHIRLPOOL b20fe78a8fcd07c0ec7bb0e14b373d06583ac064694c95cf867f3570d0c68d24aa9f6ff5048f1f410aaf32cf82aac1fc8160660e612c1fea26093f30d00596f8
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_bn-IN.tar.gz 556798 SHA256 23234fdd4f25badb53b2c692383d071c0961abf2d3190dfefdb2675ce4b1ea5f SHA512 bba59371fad7b505e923e069e654348956de05eeed8ffb550405665ca5dcbd8caac40273874c2d218d6d886a6132d812d0cf49eeca440a3439ba2a43f7b63f5f WHIRLPOOL 916687ba473d6da06f5ef0da1ad58a43118edf38db06d3697bdeebeb2f19aeaf5a61de1a1dceaa7f9a0aaf55f190b647288ecbf8967f7be6f30fbe35bb84c338
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_bn.tar.gz 903533 SHA256 28c6eecbebf3444afeeb2662e9a298ddf171d9628084e91dee4eeeafa1e415b0 SHA512 2d196ec997a9f062e13a0658650b7c0f7817ca8e17e0f6ba2906e0671880d99a6e422671ff52822420a23edbaa8e7c0c520efb163f8622d97fa2b0eaf8f3f208 WHIRLPOOL 824dd2add9891d6dea7fd7f7244abf6e0e7cf3bedb8e4430eebc65cbf369498fd8d927ea852aeb5dba68fca6982ae5c7682a7a689d22a1f64d33e03d2737c822
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_bo.tar.gz 538815 SHA256 094855b41bbb649ecc1729e051df16f8775f97e46900e1d1f9fc333cf6976c75 SHA512 b605e23ce2919e246c87a4e48a63d03ca7a860cc454aaa8074802f755b2e3745d42f33124d0d7c5cbe5ffe18fd2fae3b7d3ddfb09a023b00c84a095818f9e5b8 WHIRLPOOL 51e5ebb58ef3cf9fa62d203ef8f22754187f2bc2991a3c58734edeebdcb7f79007fc3ac7fcb3f055e05c2e39e9a33e084fad65bb8f7b25a56c5d4af8ca535a1b
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_br.tar.gz 1721378 SHA256 0016959267a2c6d90b30ebd07afe2cc4ee2d447b0808cc96f248e9449776e33c SHA512 b9fc081d5ebeca44467cf97e48a9bb0b251fa7508b127e34b11f21cc12c67ef0ddd2dadc2b3e23bbf7ef35a5d10e8a10ccaf316f145b3732fc6104d812f49b61 WHIRLPOOL 89eb7364248e3e3120d1746c09e20376c62b0a02a7449c08dded761cd6e8f76ef66f1ea4b0fd3a1459db67fdf5993acca827b1542a6f9d0daf6733a4966b2a5e
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_brx.tar.gz 518816 SHA256 1f620fa03f1618bae6e956c6df1c70a63b2f4d04cbe5282d83cc8a61b6a2a61c SHA512 f0e3a295daf02d8ec5dc2cc7f3f702f031c747a06112cafbc9628ff8820f9f05c6196aef6dec8a7b5a4143055def6b0605c243295c44f8ad768b2e84b13fbfcc WHIRLPOOL 93762c2b5d1318017786e4392bf10f1372fe1a021cf005815a1f82c293d5f527b6289a47acdd2034a0631085fa7e225b90aaa8ecbb45f6bbf3d62b7e3eef7f35
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_bs.tar.gz 619704 SHA256 4d0e4d16ca97bd6db631c05ed29ebe3c0f373c3e6acc5f6b1cb89b1dea0f8d1b SHA512 085f5092343590a0218ae4dda07f0fdd2dd35f2e3c8c4fe3804985aabbad7d2cb54e1c827a0a6fd297475f3352242b6f69ef2b624f78934b738a766ed5025f26 WHIRLPOOL efdabec2876779f71d30455aec2f55d0a059dba990457a1b34ed50b44f7736e02e6b19666d611c417bfc838d680c35469865c6d70da3c8ab46b8d8ad29960bde
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ca-valencia.tar.gz 1774849 SHA256 8994f52fd51fca52a12fb156984491559e75efc223e4f5de0baaba3838e7405a SHA512 65b009c314b807e21540457db705edb7191d3e1f0290ec825d8ec970c1d6b55eb60734d7513ad19ed7a7ec4908b1bef02dbb73956ecf15931f288d8e6f914875 WHIRLPOOL 082d4ccc2ca912980b8ca400836da31b5213b861d34f0565a395ffed2e3ff272dbd1b5120e82b18b30181f49b9196d29aeb52c5e80b8c7e34bfaae5f35815433
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ca.tar.gz 1776230 SHA256 840f9632643fa6f7aae6dc06c29d16ec48aaf667717e9eb1ef20f98b5755e584 SHA512 bf41cc00517cef2b81ca26faba8fd95ea6845b11abf9be4b9d764e03f449002272b996606c76fb8c4492a0b58be3cb2fc5747ca1b21e266586992f479085fda3 WHIRLPOOL 59b19cbf3e88ef3b8782344551fd53a3c5c6e30a346e1dd12cb7a9dd097e84c747066913c0826fc39fa76bdc1c5eadc130ee8c271abad089471958f42349685c
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_cs.tar.gz 1239195 SHA256 7ca05a2ec00818ce4c42d51a855b5e872b58aa85f2f131afe0275f48d2455ad3 SHA512 fadf0cb03aeec19c20fc6f73e6545be15b5011e07ae67954b9b53ce6d223653110c66babd2b6077d30b1907ba9bd6146f5b5d6f470a43e960e0ad3aece15b0fb WHIRLPOOL fc76f0aefa1ed9479ec35449962b6fc6844e4e5da642859aff30954298ee22a04f274e09a21edc00553f7ca50426cc0967847f1f3e3e728dbcadb7cf9667cd70
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_cy.tar.gz 484952 SHA256 678539f5855a929edd26d4f6a8f8e4044ff223ac76d36d714f49159c7f245574 SHA512 83d7930aad4fc447b1d62faa166351d547af551bd86b0407e357f90c1445e594d4aea575692c07f98885ed8294693be4e41189f0f45b905245738f309bdba7d6 WHIRLPOOL d0cfec39fdb7ef6ad497fa9399c27fcc5d290c28b84f8c689182ca4b1e229efbcbe096a7fbb9c218d5a5ac5e6d7c338443839aa9866d9df6be0f59d08881a971
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_da.tar.gz 2388937 SHA256 5b4f6f5f32dfc797987a65da783c14615d59b1f04abbedd7a84f4e07694bd17a SHA512 989cfd7723992acb0f619fc93a99cb00cbae4ab231efa76f9ab9d8a31a783b9994594d9c603a1fbf43750258c28a6431b78f7bed9f5703d751fb4931fc324766 WHIRLPOOL 7ff67a27568ee6f4ad2861dba27346b3a8857b36de66cd4f40a0531ef2120a21e2e1672c30c52fbe2228c095d4b0c41cffbba566c6446eb8f2a8d9d6eb5874ce
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_de.tar.gz 18842995 SHA256 bd60dfbbb490a4c17778bdd745a992d8fca6414b4e0505370d158f604856037d SHA512 6d54e9e7bce457e390f730c1e6ceb31f74407763643ade7d6db462a14b383ec7ce7044ee3802ab553093f98e1753bc24b6607fa59c752c760e7f190de4fe5012 WHIRLPOOL 1500b4eb0cc4e3c59bf4b71364c4d5035ff160eeb72c9a475992d495566e0f856582389b6950acc649c1397678029b61cb1c356fca8bab1c447622cb2a5e551e
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_dgo.tar.gz 549648 SHA256 bb6d9383e01fbca51c893accf02ad976f8c4365b80424455cc723d0cfd5ec756 SHA512 3d9133123824caf82bedd06864b662f24bca85088d4e708c9bc2a8de3f75a5d93be24f5eec0b2d50e0b66d5c8b3101e23f74e154c8911ea7f9046d7daabc6088 WHIRLPOOL 731926a1b0e029fe363c5ac3945b57cdbf8c984502f1af4e687cd75cc0b0093b41cdaeb32c059455fb98f75d5b0966fa3e8d2b1b2700a039b877134b4122f895
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_dz.tar.gz 545126 SHA256 6b5f5e7ef03d1311bac4ca94995aa20a544fdba58f62c71ab0b01a5fdd0ba8e2 SHA512 441852c144b13b1905c4a23841b502932fd71ba648bf41756c22a0e56e486c596b00facff3edea17e44030e9fb2a6602dd74d0f5869768a5d1c479400884c61b WHIRLPOOL 3de7e30edf2db387b7eed30b7080c02e146d0d30ca0e671b21538babacab2593ffea2b0d5d2c7bafccc9d4dd186f1ba3254b77e5313addc1f897168c4ecce03c
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_el.tar.gz 2582586 SHA256 a74c0865e75e1dc331bac957edfe10337b5eab728554c8d3ad31427e98e16f63 SHA512 8f4dc2a4c8cc1efbe31b8bd84e451d5a2e08ffbf3c9d6f06511111922b1c7d63eaf6edbcc22e1490519d33ec4196609b50e8bc94d5c275481b49e2cea03c02cf WHIRLPOOL c62d6e3c86ee5eeebf72f0e03d3d8ac7f99445b54504de3ab564b60a7f88348eeb964da6625238712c0bb5327c3f4463a255705197e985cff79065b3719de1f2
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_en-GB.tar.gz 7122182 SHA256 54ee89d3d66b16e3134081f8a2b447fc508e3491deee5198290bb7d6a49c784f SHA512 91c461aa53d1d6a6d0c59b9503b5e3b89a243827366bc1fc266d6c2ae26ff6ed81e873175ecf46b2411714a1e16b9ebb3ffa92b910aa2172bbf4b8510848808c WHIRLPOOL 5803e1ce16c9655b540dcd9d750c7ef3ab5576550464cd5b1dec5fae0b98a5c808239abee14b1427ec5feb36343ba9a0edb1ff2c4b9f13770e767f5be59d73eb
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_en-ZA.tar.gz 7039640 SHA256 531bcd39301069044e0d600ee1acee994c145fd07763490c891be4acb24213ba SHA512 c00b6f2f0ff1326ec7bf56be431ddd78483cbc04888556d75851379e413f11eebd7e8f699d806f5d675214e17bd5449ea01a28c08ddaf2332c5a2075cef645fa WHIRLPOOL 3da1eb45991a5a0c3f8adeda3806a011d4c44672ef28f4c0060e43aa62e8f016eb4eed437d019e899b525d66941036dfefa2b343b3d20dfa2654e5b111b053d8
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_eo.tar.gz 481569 SHA256 8e8a474f2baaa34b3d9efe214568a396d2159b9cfb3bf4fe133f180824373a51 SHA512 4bf6503b243a445620af76d627a978bf3f27c3202f7922a227ea1b0b0dc26e79c5c6b472dd76a85dd46c797a8fc3e87ef897fe4c54defc7b9d2bfdc56dbbf26f WHIRLPOOL 2e4b5620b73a19ada4c8a1748bf9a86e16e2586124b435599633ab9e14abbc9192327d2d46751b26984ac429969f20272238309efb3de5ef20c94996c752cddd
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_es.tar.gz 2026833 SHA256 aba56a0a663b6234a5169f0be929e8dbbf6361d3e1c17ac8d306a103b974507d SHA512 e019a02bcfb80f9ae1a75653e16f739cbb9c2d91962e6fde95e084701de2efccbc3f757f5897cae7f26ad230af4b7a9717b1e4422eca4ffebcfedb84d915081b WHIRLPOOL 0b25e0b352f8c0d3c2c26fa8af6e4de2d67f85a3953eec1a837d2dc7095692e235a899d920db316d03001486e380df01e0379fb14018691a9a30d1947a103273
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_et.tar.gz 1391722 SHA256 1049a833aff4326cd8a548778d92e0df77e213d89d37fc756e36c31df0e693d3 SHA512 d93303184df1c04597592c5d5b51567cbd92baecedbb7f6f73c8a4399a54eb1a5ea2ede1f18c460fc341a09840691b03f40540bd39abeb107fa82d584cd46d7d WHIRLPOOL b18a620e59d741f51f413572cc727ff89890bac059054e5e2e4152868b1dae477aa92d3a57d9c058a69a6102c7032270096f1d2112b7249bc4a5d3a5cfdc9cdb
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_eu.tar.gz 489223 SHA256 0dd196a42d5bcae1443867adc690721772c44a27c457afe88d96f21060aa7423 SHA512 868c3583e0786060fcb9b3ac8b5360cf54d6446276e1cffa348e1c03f22ddffbeea4f5e506513225f57f21d2104974db8778af6d638683ba2beaf9d6b394c130 WHIRLPOOL 77f2c2fe2f09491af329dc5e78fdadc7f33acc01c9761901c3010dc026b9594afca0f93f298ce12ff121f93f4d21112a5dcd456149e7516ff979ba700f4c277d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_fa.tar.gz 513335 SHA256 9b66064616e4e9836e143f5ac7f054644e3fce06af41fde913530e6684925168 SHA512 541c688097de37542a048019ee65d324de3ef337049f176e70c58391794a9c4b603c9de33ca3a62d0e3471ea04d7eb75cd993de5a532237fb66d9472ff7d5203 WHIRLPOOL 04673d45af3524add19fcfd4b6ed8323638c2bb4cc29ebcdb00771b8f7954d60776d14ba4ec5b7c96317f7a4dbcb924127744282f8bd829da46875177e789562
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_fi.tar.gz 497462 SHA256 4a77e5fafe55737f17420bb79ea82e2fa10c5d6b7399b5b797537edd3e008483 SHA512 bdbc412787fcf54b51b06f4d9e07ba5da9b287c49f24203ff36d4e964ff0b1e1fcef96e47d19161b0c533523ef50c6dac4366e49b04c0bc66551c09bb6f0e87c WHIRLPOOL d0ee978416a9a15474790917af09487f643a855795ecd551c4166743ee7ac5ba24dd87556b9311caa11a3d05e28ebe41a2f827344b14b46f10a9d2c82ce2206a
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_fr.tar.gz 2820859 SHA256 6fceed9c3dab2835e8cc8081330ab2fea94dbf87e9d1bf40278c20d324a921cd SHA512 4f6f5c6e5ffbd8ad0d4b9c90e64803715de1922a2de0c90530a19f1a20d3f0e5be733293038756bfea85374391e95cee9222b737bd211b06b378c17938e42073 WHIRLPOOL a3365bcbc9beabe8a64c40c85722ad2169634312232a5378dc92877f4aaee9f957f274804751b32a04b56a46ab48dacc3b989b58e4ce472cbfdef5f54a5b75bf
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ga.tar.gz 507167 SHA256 2a8f0879ddcedb1b4aa3bcbfb661d5401fbbea1ce60ca30e4eacfb9b787594ea SHA512 920ac2d0030a076bc396ea773d6921cf1272b4543cc45eb9c062612d7a5908db8343dc4b15e9c483342f716554c9ac0f05e6f1b5911908aae7dc31ca1ae4fc8f WHIRLPOOL fe8ca68cd1b4a32ca6e3cd373aced41c9394937f244600b783131a7d47275b1a6349ef7ff1f1137807ae2b125058dcfb6ddb6f30c3d1772e23db42e215b3731d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_gd.tar.gz 1086840 SHA256 2007f168622def2de98d1e1338dbeb5121bd0bbeaa2e7cd43244b31f7548a519 SHA512 f4ecbefca75e80c28b04b290b92c0170dec1a4ab8d3e12b99f9be71ee788ffcdc1b287dadd021aab8ca8f15155d6e0f716dc88d44e3a060521d6a91de28576de WHIRLPOOL 83786dfbb36ebe31e684f39840c1be8c29d7cfbe5537c68c8d246710e0147465b5c0154f05a56947a098c689deba4cfc6063bcd5fd9728e30acd80709a9bf782
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_gl.tar.gz 1055197 SHA256 00502e8e1ac2ce47cb7352b72fcde01ef223330616cde3fc455ec58821aba6e5 SHA512 d17066b528232c422addfbe0e12bfe19552fbd23d915d2c7b6de2df6b1fad95d0895b2f5589f2124670738b820aa139da37ae2d9aaa64f15669843f022eaa8c5 WHIRLPOOL 93c2fb0929802034b1e9c4c4020ab7882bb35c0be902e349d844ce287cae56825d469bcf802828affedad022730fa3d16d745f4e661b1a05b7c95855c68d97dc
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_gu.tar.gz 1193938 SHA256 6389389ce6a480be08925a887f39d435d1d901b17a38938038b26a7f39037348 SHA512 91768c81ba922300a7ce2c2748298c994d3c0b484c05963b2376ff99f93c259f98b5120aca72115a1a90df8ea75b5439adce866751dd297e524e30a469382ecd WHIRLPOOL 451a301467f6ffa0d9e529aa5fbd2fb8c3dc6b722dd68f10fb3a550a836bdbf0451fd1ee8cb2513bc85aec6be2d62d24ce71790d0dcb856444fe05e8ca9e62ca
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_gug.tar.gz 504677 SHA256 9beedaf2807f2deec062f87da23b9ed8fd3c9a75ada7f7059e01d9379079f6af SHA512 ea2f7f9c0c89c9d056926570a7d6f04aa19ce9d623399784c7b3414627dda3fa2ec053eab6e4f523985d3b005331fbf36868f14639466e3f60a739060bc6b9c7 WHIRLPOOL 535d4fa795b43ace90de2b5654b71b2ca2ef63fd9f90242b0605f0c82b2f1cccccc47d9885c548b7c509e3c71706265dc45a7fb6409b0292fef1f8f6fbf16b68
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_he.tar.gz 1584064 SHA256 d1d5438e9e88aed9a2f38d1b4f85020cc1d46e62481aefd68a178761bfcc5e68 SHA512 149c5d8fa430b922e2446de47c91da732768fce8ebbe3b4df3fbcab11f72495d258cec40b7ba4e6e70419f4684ae298d042cadcfcfb5b4e83682ef5cf33d2f6a WHIRLPOOL e7b8a4a03ddfb4abb8eac2147d04c42f26f953da0ecc50d206522c473261c36849ae89b91609aea7907a02edf2c4e30de8c06a3681de69cbfbf4bf30fa5a4c56
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_hi.tar.gz 613590 SHA256 85c490a72f48f84cbd0d6487d2908139920923c7681c015fc6a4a11de4ac2ab0 SHA512 dbf27d8d105da2cb239b18ac3caceb7a670889966fbe6fc95d588178cd7b2a88b319c435682fd75c56c464076ebec92d64c040c63dde91aca9924e8ad94d2383 WHIRLPOOL 604f280a12ffcdca2d49d1bc94a9e8846ffc9b852f5d655f50a528c04822f4d777652120be79a087a02efdc03380f402aa6f377f64eac77fa36eeb84c281aa61
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_hr.tar.gz 1112336 SHA256 11d6d185c4375bdf637856d4f15b1a89b8f29d01a94400355fade51c8e9a590e SHA512 c71d680ce7eb66b376a649258dba3ff5541257a7ca418672164fbe2564dd3a20027fbc43ac7457728f711226f37200550907e73188a4a519062f20ed24ffc3ab WHIRLPOOL fd65faa5a1d5669700f1f539f200bb54b2b86ed22adeed57d81f4bfd98475fb4d944d28e54564f14634f3615159cb06bac892d3f03bdc51c1455856e5fbe88ef
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_hu.tar.gz 2719536 SHA256 476421422f75c9df7819cbd4b7d01b2df7a438688812c5ba565c1df6a324aff1 SHA512 942700cec8ae2337a53de7569f15d5265aaf26879eefe944cb2fd27f5bda727e40431c7120cb99a9ed7b9675300eb76272836d6ad68adb273de3ec16f366ef13 WHIRLPOOL 717733662d944eff712f751700b1fbbcc34e12b51c294745ce0ee4774f14b8b085dbb01c2d2e219ac1f35bc2937bfc79861c350f4f6e31ab80ec728796c375cd
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_id.tar.gz 482921 SHA256 d201fc5a07ed7676e9e336b292d7d26f51bdebca930683f54e10d832e3e299bc SHA512 4a780d0799e386143f509ee5dda9eaaceca4a3cfb127bb6d0cd72875f32311fe90a7626d7a607bef3b0d1479354ec2c1a8b6a6c4e38e281e1b7d8afb36e99997 WHIRLPOOL d080c9146569cf6f5b0061dcaf27f96da8e16a76c2d05948fec7d32459d952f2dcfc4e53ac7250dd0e8460b0f5b1033879cc371ac2ac1d58bcf198130b395247
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_is.tar.gz 1225006 SHA256 6a0618984c03cd1d9d1f34ff99d763589ab3644b14526559a624a8b430f2bd12 SHA512 ccddc35bf4b9f23cb588ce44f0b9c9cc1c977a8eb5d91aca85d59b8dda5b022a66f6bdc0cb54cac24024d4ec6853be93d12a36441727107947b3633523b5409d WHIRLPOOL b2354efa67ab9f52b6605b141b503b6377da6f9234dc131973de07124497735a97cd5aeffd236e042e501a73c55cf6faa5acbe61400ae72e966369cbf4aa7e8d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_it.tar.gz 1827811 SHA256 610df66d3800994d30ccbb5739ca5f5b219495eb93ba84cca2e8500b42555b57 SHA512 6c21cd2d624e045807513e34c949d973a220fc50f4c7a3ed69ab10b71e9fbf7db3d5e09dff3f440e42be91a859746d7dead87543a3e31b0371268458a3edc12d WHIRLPOOL 18721ba3002162e87d02e749c445519b8655b17a19295ae77e4693a42e60d768ea0bdef0dff08dc931c78cd08dfde224823829f0e6fb90cd8a993c869f0ea2c3
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ja.tar.gz 591069 SHA256 721b8c904ade8861ac0790835aa4b2d28642b4bbb7152dcdc83e702c6838d8d2 SHA512 9016f276b35f18a767d0314a16d7f28915952164e4a0bc9f47fbaa2f567a39157b9eb8459191939198b0a3b4a073eb6fe40c1085e76990ec21a5d5b976a528bb WHIRLPOOL 417a77b83431960055be82af53dec12032540d7f42eab0e3f93525afb3d65e1ec6de020bb6f613b65b174780d968920a61f409d89b00abef2d4eef7ecd5a19fc
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ka.tar.gz 526396 SHA256 141cc00c5e67b0581cc11d60467545bbd8aab5eaeaa5e9efe97e8f43f45861b9 SHA512 daa0ee59cef36aaaa3758a83aab963681c5f04e575469ba5d69efd6a8858eef83076418389e7e322d2b650622bea4a9768a77e17d6418f7d411f8d4a3a554963 WHIRLPOOL 1c3ae383cd94b41d5a86a97876a736a042882df4f06aec0e20a71e05ddcf8e10d82aa5a9886915c303621331408319947e8676fc4e8e343c08f2dd097bee2f43
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_kk.tar.gz 538730 SHA256 963f66b0ab5ef3c2338c2b10fea9d41a36df22ae9629e3a46755789c92e6508d SHA512 c7a4eab75300278806497a7751504a2b9762a8ec040ec72d60c4e07fba536fe3a9016e6c3f63d90c67cbc93fa000828663848c5787ad16045ce08b138b754242 WHIRLPOOL 36ac9f65929da6b726026db704e35c9f9dcb72e3dbf5b14de8b04311385d12a2cdfb1372f45f388050a35f6ed07b2d75e0071984e2a22d3c8f2c0b86398a2ac7
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_km.tar.gz 646122 SHA256 950391b6eca57beca3d7ceb91fcfc894c451de342eb3e431963b16b7346fabcf SHA512 e12ba8c91646b2a332553fae021a076ae1637085fbe8213583b8571bd5bc3de4315a9e66fa87a61a81327bde079fbace62c278941009e31f30f1664d4adab7c3 WHIRLPOOL ce02f6016d07eefcd9bb824e9b4b82ad2a41cc77965486699f5823c8c9b8e40787db9e9e6a237e7149dbc1a5e4ca7e85d460ddc4ce1c2ffe3787e0d3497482fb
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_kmr-Latn.tar.gz 499578 SHA256 1fb8c8e8a8d70d32c0fa724a3e98a3142e665ebb00359f8143719c9ee7148e7f SHA512 476cf8f3ae6244f08d726a8e1fb47f91e993c2e25df3d7ae6d668a354648dd0fe5aa519c4062dabb1f1353f53c38964cdc0fb787cb18779b9004b12abe7c088c WHIRLPOOL cdd6961d15c6108178be71af0daddfa575c20d4c05e1e4b9377de8f347bfa90c143efb221989387582b2a7c665ef9430a006db8777a01fe60337e16a4269f593
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_kn.tar.gz 557914 SHA256 257a0d7a8ab77950c59c3fb10de7df3a854396b591b1e01ea3c20926cbd06152 SHA512 db7b9636d6e69f615b0e377f82def339e00d34d90dde97cebbe29f9091d12b52d5df79325ddbe4700c3ed61610228989d80aef7cb9a5a308b010cafcb49ae30c WHIRLPOOL c3756d1f3839fee1bbb0f1ac63828e2c1059129d7e4996a8944ba14296e9ef1025a4e25e7820fc12d8ab81ac987412a07bbaea5fe44364387cf5f6bff1b6ef1c
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ko.tar.gz 584523 SHA256 e5f046408cfaefef7ca35fefd2bd22a84b300338d62e502ac569c83f9a4cae5d SHA512 07e355d63e31a6aeb58c9abfe3a1abb4507fec43096ab4c9694dbcec0f27e2ca83a63910da9d550b580abda445c4092323cad0779171f3c1a347cee36bee34ca WHIRLPOOL 46a4391447cbc3f91fcee24609283340952abae97d7d85e637ad6f75583cfa88a79ad7e23b0bb42d4a1a50abc9a1429e621c7f3094cfe609a34b556f9e15b8f3
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_kok.tar.gz 541509 SHA256 7c2a0335da58ba2c933173a6049f8e773b59e3d807f7f8e87eb7960591d4d22d SHA512 fce7cdc46270e84e1cb5856eb5e6b6427c4754bbf41f9b3521a6d5428f1741794ee43089c1da4a5c64f738cbe4a53ff152e9462ec3a3fe459eeeb28c5e4592b5 WHIRLPOOL eb68832b1e1264631e00fc4f84a370216faff951bcc7ba37f8378ebf3bda23a974e0f5bf6bb0639980de63d22e1b3876932aa4a0ba68e6b5d0d805bb57f14476
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ks.tar.gz 519464 SHA256 403ce628c8f19fbeab938e49e12dcde380f2b8592990d8caca9b074a25ca5d12 SHA512 1dba61f3557b1e2afc4160b0e4ff99358a48fa55066064791d030040250ca5b6bc0c9fe5b2ec0472928aa4477f1aef149b395ffeba4ff9db6a08a33ccc91bd26 WHIRLPOOL 751b2659e096cd9f4015162f4744446bbaca0cbefb47385bf0b77875f4aadb70bc5a91d0c2d7be20c5f0bca6da049adf29c1ed05fda50595246aef24e74114ae
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_lb.tar.gz 469717 SHA256 83f01ff80cfb6859ce9bc77c434282b1cb87fdab1caad58b5975dc24143c348c SHA512 4a607e6d79f99b2df6b1ce9282806e79e45433679985b1b0369c5c5d4911ab377263581e3bb44739f90194ce76bd5e013107c1a5a50ad66cea74ccec48dfbafd WHIRLPOOL fe465cbb25ce240c4ea4c5fc3ee99d72c146244641144dcbc74746780ef876a41725b94f2ed98d39996a13fdfb6186dc3ecf506172afad4e3f6b1a85178453a6
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_lo.tar.gz 563260 SHA256 20064e4236dd78932074daac6f8180ecc08573703c92d6b6712e04051b65b263 SHA512 a01ed7233d3a2604afc7b146ca3dff6f92f0d4ba480e94717ed7d0ebc99f442f4c68ca25c1da35e3f50e676863084a59a3e14a1054a81784991c553befae70ed WHIRLPOOL da22dea3cd9b801d2214fefe8eb439368f8802c16ea2ea6d0e19be5a42849eb0b3ce2a6322349b314e1ec8a97fafbb2b6c8d4d6d5966ce9f9e88a05862010826
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_lt.tar.gz 837831 SHA256 76993a07616c304e56f243e36f4dc8a7ec7fad1fcb9499c7502c99907a312bb5 SHA512 351a9fbc32ba3a6ac2b581acb230a9586a0cd1e155a6b9076cd7b470b99caac982011eb1db1ef105ecd676e1d73f0bd280301a05a6a62170006f8b1b00bb0b46 WHIRLPOOL 9c6a47281cac0b5e3ee62e66747f7eb71eafded64c42a6b5eec30e7c318e7d0c54ae29431697c9d592836fa7f452ece0c5af584972fe2f12c9021394e375c38c
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_lv.tar.gz 1252510 SHA256 0d2905dc29025d63eb2807ed18c055c985251c7332618e3ba4be55813ed1f4be SHA512 1a1f6a4cd2c370dd4368b3de757772bc99f778b15f3b431d4f580e96512f8df72c9f2b3d535bbdcba4b97a3bc4b80240a25a74db6ef6b8c1de2fa69444f12fd6 WHIRLPOOL 1785be7feb18b43c724fb9e919a5d66b61bf7af42dae55eee3279d310550ad1d9486e148f59c49e20ce90694f92f68e82fa197eb2e1521ced0a3b0621fd657ca
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_mai.tar.gz 522925 SHA256 9eb7fb221e6669e4c4924e3827ec41deeda06269e7aeed31d91e2b41826a01c3 SHA512 f65c84f15ecce07417ac71935961342944f1c97e1e896b3dcb213c35af69765155867627b1925216494a7581b740c9cb1cd89f42f2253e6e243e3d7d09e4102c WHIRLPOOL 7bc9ba8700707b58e9f266cb6916b701b58037f7446f942d4e6d0de7387358f262b2840dd720ed71b8d431d073f5b18b0e1582a994cce5782ed2853d5a62edb4
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_mk.tar.gz 523024 SHA256 50746a886a43ab47774ce39f6666e35ba97a72e10425a95a909c9dd2e7eda55c SHA512 0a4001d35404a2cee378cd8716d6872329fc76366895528ead4d27b2b1b6a4d5c51e8e21d73274350a103239e0f5df631393a4af0d4a05011b73a5162c137413 WHIRLPOOL 65e2182d61f067411fbd611f9f5841b20c5cdd89a63ae4bc6e75248971aba6b195c121c9801123fb588689f70c7359cad01fc6d12c121635270deac1fc964f62
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ml.tar.gz 564320 SHA256 0f26283eab2683d1f758ed3731fed2a2fa97990abbed1de43b52752e422b2aa5 SHA512 6ce23a1e778c2880aac6cc86c3f19f0b4a0e34464ec1db6057f899df8b5316ee9a0ef2ba5f8ea0567e41d486dd8d1215df498d446a3cc995d52c3199fce942b5 WHIRLPOOL d2ceebebdbd95b7ffcd1502f479bd0c1fc9526a2d47714cb3027c50e55bbe122120c7ee6b6ff942d7562c28fc54bd27d23dccbe4fcebe0404ece9f447698942b
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_mn.tar.gz 611475 SHA256 d3b6d6163315fab170d23344b7419dd634efd60c9a87ce5389101e1f78e7a282 SHA512 30d8dbe57419bcd0ac9ee458bb1a270d12d408588ae059ecd15c254f9b34a2f9ab749a39c55d8f48c6fea67b46b51fcc12c966e8f2a52e0b67d53127560c187c WHIRLPOOL 1758a496d93f38fc34247431886d5e3bc8a36b4df0b4fc9eadec6ac676f6484c1bf8f1c5fe4cf8a79d404d7ef83ca8356a6ee31654270336423d726fef64d79d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_mni.tar.gz 534029 SHA256 826132a0f428b223deeff28663161eabd67b604689fac5f011024df8a998770d SHA512 e466393189f5665904ab41bd8847b193114bc86b68185c0490b8b2325eb2f251e7ed99b546d194c55f921f90ae453804d6fbb90903b61302fb4f5f8d173d7a95 WHIRLPOOL fc2dc23c4ffb66daa71e4daddec1091f1007ccf074329b53a9c7145d3cff374067e53cea4518eef77bf634ad529061f3b306d6ea26e2661c7e42fcef39455be8
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_mr.tar.gz 557229 SHA256 27e2bbb41eb1798fc39cbbaea631727d62cfcd7a8ccbc66588d181ca5237b852 SHA512 e9bf5036d9c609080ac3e680b9a0850e8d0a0de40efdc256f9dd1bb187a2719fbb8cf705e142357eabe3639d2245686a924cccde3afc380341ad3107f49e0f6b WHIRLPOOL b237485c5bc4759a70e293b2b6e43b3488a0c30fc022cf5a79be9c01ae049f2abcee7bbb5e4b538aec43f5affa96ece5e850b1f0b332be5d0e386b24146dcb98
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_my.tar.gz 554936 SHA256 989d7f784f02369fda684e688e95b38ea7b5ee49cf0db331105474f88e688208 SHA512 487936a678404b5fa24d4350c4605780d109910806dd12253ae77fb338dba6ad0cb382f622929a11575056477065e8a204510e0126ea582c8863a397cd5892ac WHIRLPOOL 8fcd229d84409e1abea6e869cb41889fc9c2611617102a798bc6f818ace214267beef0e082c5593795b5857efff8f2ad152d7be2146ed9b0a8bd503ff9e28912
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_nb.tar.gz 3484795 SHA256 d74fa0b5820d6eafb522ed6fe919d7148902eacff5ad0f431ce2424d8ab95e8f SHA512 8c2c0f0b5d9444251eb7e064f950f6d5998ec05d6b849889c1e0bcc2ff4a51abbe92c296acabbce80246a263c31a3ed6170bdb142d945ec688b678a7422cd91f WHIRLPOOL 19fd7af7a504d360476cb79aa64ec03fe58603eb75c2480964f51c13f31c012133db63dae2f21e268efdc58dd69328eb7640809e81e177046631779c302b63cd
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ne.tar.gz 922999 SHA256 acdb8a8f635bb39efc50fbacff04f3f33c6ab09fb2a93cd7ba4cffb6be788ac3 SHA512 2bf8da005f2d1e5623b117be7c07717cb8c92b03529f6dbbcc62ead871de98d8842a122b50bdb31fd3754c107949a643e523886fd6c4709f6fb0f6c48ddd64ee WHIRLPOOL 9cf69efc73a41da7f2d2ad35db2057f4291967d71af9a624118b6e8eec0e3f0dd9994441aa52abe330ef7409701055cfe3a13b75098fe48b1f99ac03d38f794a
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_nl.tar.gz 1285679 SHA256 e35aa0bface78ea8d6e7f20809254294a4e9cf2e79f404b7920e83c1e60587fc SHA512 9f9c24d7b95d74281075830ef5a1ee2e0358897e8de9ccf4c1db8d416bf7e38944f292622abc2e2c3e692fc3e127dfaceda780d0efbc309176304af9f843967d WHIRLPOOL 36ac5ae289ba885c57bbfb29315742af35ae051ac09c9639dd3418c864bf034d8d136ade1ed08072653a2e1aa8fcb80ffddf310ecd9941fa87a7f4646701ea31
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_nn.tar.gz 3485205 SHA256 c2f919c596bb07a72c0d7d1dbb957e9e6d8913f7859b984479264eae7d3e7385 SHA512 5171d9ca0c2b560f393f7a20064f88a9f5a46b8373030c966c0769502f7a8b94dbce82a4c2d171d6a2c450553ff0b87d6a8ae312807d1804984267a7cf64bc22 WHIRLPOOL 366d51bda6de881b0c79e6d7251eca6257a6b7468fed4975ade06018e0d7d80832b35819ac00816c265c4fdc3542a4c5e97757020b8188d388d3e5132e6041d2
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_nr.tar.gz 499164 SHA256 1bab62eebf63fde2838c327f039fd0b262f47cf381b88e0460ed6365085a058e SHA512 73b7aaebc3900d9817e151b28ece04b932ea8b0da4f4578c9503a921f968affc709f8c5642a8c7a04b3a864df1827e99eb0f6d900c02c7445a4a96d892742a2b WHIRLPOOL 0289dabe14b5ab95c5d6a311d99f4959bbd08d3f5d32f05eb9210abefdf846e24adf1ca266cf7bcf036a7e81469156a3e9a02bfe0761b00c680d3b1fb888e8b7
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_nso.tar.gz 495480 SHA256 9ac0f2c2b5456317cc87d6b83db97895aa1f135ffb7975e35add70ef694a654e SHA512 c984556c045b6552faec475d13717fda1779f0fe68f87aa01940b5d88afef48119f2473c1473d6d798c1949e9ace827009abb777ae90d6e9c1e04ca702aa9efa WHIRLPOOL ea62b6b35387baa00d4f46a9f233c2a3754835441ef378fd9fc31b1f02c7d2a80209981ad11be5c3e86ce4726c76ccba1855470b1cf8ec010ff564f84a5cd7ec
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_oc.tar.gz 697707 SHA256 2e83e109b188f210f0c8f87f6bd0133fa51720f988d5ba12f40e3799de9f3fee SHA512 a86b2f5c84aa1a8b7745a3f52d127ae88fb51ee2ba7b40def609327d831ccea2d68dcdf6b7ef93db18fb126c2002ede114b6021343c361bc18abb0fb062a50c6 WHIRLPOOL 62c000d02d7ab0a5775018564d28b928732cf6bb279c182e42e564b118d9def0d8fee2b86927bb2ab23a0690eb18a2be076fc223c7e0be23d34554976c3edefd
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_om.tar.gz 489633 SHA256 df98b0624e4e299c0f56a7ec74ffdae199db681919bc21d792f75f490be23728 SHA512 35301b2f703701e381695b3fdd38b111f5c853d6d562e6b0957e8e84cc5fa2d80ca804494f946338fbf26fe16c536d8dc84d5d7e5696d0170e735f0961d40816 WHIRLPOOL 4f6935c473c3957b3627f2f2270331c24e35d6be27d046a7a8670e1f40239aa9c52479c66b746795190713001489f248acc0531dd5ee5bd33aa3f8d01413ad4f
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_or.tar.gz 557666 SHA256 8d788a1dc683a04bc2fbd7fbc3b8ebf1c07ec2d5a43a946988bad538f56e9f33 SHA512 d647559fa597b5b12ad7c0e6af07953a895e6f201f97fa0b653e2922337f8e2ebc8c6c820ce0b5e7dc25b6db8685f7151ac00c19e0002122cb4a40e5e454d8d7 WHIRLPOOL 8e987c71383d212aaf388febbb7f6a4fc7b9b63adbb43be64034cec415058628e7ef1b3165039be522b996f8644126be01ba4be9040a9638dc5fa36a7a96f640
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_pa-IN.tar.gz 526394 SHA256 eb258a9690cb0234a61f440bd015b166e1c1d8f36fd4d22a6013cd886458f492 SHA512 9032a10e474f65e9f921acf203762a0f00ca2cbfc3154c90df3b06c1516e07aaf8540a21a5e3deca30b35c25c8c5c0cb8795dda3938efdf8fda9c8a6aabd2c64 WHIRLPOOL c5e437d7d65d53aee0b978ac6c1bb3b09955cc565b244ca2c7f887ade4b9179122c0caf88db97d0d2e09eae735ecd159818252865c91473ab07d160fae2ffa3a
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_pl.tar.gz 3280003 SHA256 59f7151b13154ac908bd9f98e8d4ace60c9f57b2e7d32119d679ddde9e50fa85 SHA512 0f11a380ac075cd4890bb11a27313a927bb1a2e6943b5c8dcffc06051330795d8e41623f5c72535c6d1430b6f5e3aed95a2b42221bc6f2e1c4270edc058dc212 WHIRLPOOL 8ea461caa6a85429379113fe71dccbf48b440ebd35261d70304e8cb1ed7b71892407e75e4094c737e26917681381789a35d77d63041663845e3cc14969c91014
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_pt-BR.tar.gz 2578783 SHA256 607a49afdec8664d1073478d4037073193b861d3389c6a7a61ab1a13ce0c5da8 SHA512 ec9ce52b8a3e1999585f4d3928b2f76143367e28459401c4f95115ef073a18856beaeffa8038b73b7b8d20caee82c2f9fa4c2815b846ebaf682968586bf96a5e WHIRLPOOL 8edacc293fdafb558254096cc1cb16df19b682261070ff06063964058c48c54634215da4c8b1c3e12c50b54904867f726f18a2db466a68345718d07e3390f66f
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_pt.tar.gz 1131960 SHA256 3dfebc06203cc7965bc721c7a2d9d9a5156f8c7410cd0e06df095a31792ed695 SHA512 02d84898bec05f1572bc7644021cf248b64be541f3dd38cb5534fd005f087a2458ba5f7d04bb9fb9bc0d2353d39e4da464e7cec96013ecd2a4cc5dbf13955d30 WHIRLPOOL e39d6e1cd544d632073515454e2c1119ccc94b0aa986b23a32b2733ac0e407afae4dac313b541d4a938e8573e4c7bf66a92694e28e6dd3c54bb3af46f1c2f938
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ro.tar.gz 2364296 SHA256 86b724bbfa42fc592b9002c1948fe67f2b0c15ec83e568924f47469361984a36 SHA512 56717df8f35f81a5972ddcfcbbd1fd6f6837934af5bcabec08895351403d0767a72b3b26d5eaf3c3cd909ba6258614a9069227de70bd89352b50d2b2b87f6543 WHIRLPOOL 4d8027819087a60d4419c021368927a38bb74dc0d986e5329451be37a87707b7a1605dfb008d3520176c15877ff229568c1fcc0acbe244b78f6226c97fe845e7
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ru.tar.gz 1653922 SHA256 4335b456a2917d05a8c7db1a3506b7cf3d1425ea5889aa814dbd6aea63f74030 SHA512 ab64ac3dc5ac1931cf8c00f1a788b97fc346168a571c47b67767166be63f5314bd77df5dab8fca2270b243da25372f1b977774a81df95fc4edaf1e3e1f44050c WHIRLPOOL ea21bc2a3d8ca21819b03135dda6d8661c1eae04d4cd2dd2504b90a868b95c1467ff987c687acf47b8b4843fdb756ad00243de34b5b4d3cc8f4004311a6e5f96
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_rw.tar.gz 491962 SHA256 77397ae2d15a501cfc6921cf7b43098028dd105807f299774b5e15127b4b5a4e SHA512 cc1a5b2ab81db029b7c83c6912fd3169f7491a99e47f5b604b0bd11d625d85edd158c347561e659110e7c548d498fb35942909515d99f2f4915d282873510b8b WHIRLPOOL 482f7cd99909bda43669dabaa79e53536b776ce566f25cadf4510556de76ad25294f3ff76fe331a29e46919424d09d3cc560768e7392a672fd8c654e031695c8
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sa-IN.tar.gz 542473 SHA256 9df5d96711b899844e36871f5524ecc95535166e05ea9ddd62876f28c4a72192 SHA512 ab274ef7b299b75889efe135a65058f77dd9740a493086bce0a74cd864805f19d679209a68a6a0667dc108b685ff0b94a3f94347a070e9b915837bad4f520467 WHIRLPOOL 9853a52dbfbdb31f2554964f51c9dadef6a075f181453ace4eb7f95900e29ffd34e608f742d7b83ed847c5ee0c28fede0d94cc5b96126264050bcf4aaee55c3b
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sat.tar.gz 583971 SHA256 69fe838df45c0849734a5779844e595cab8bd3d77ba6cff6fc37f43ecda4f436 SHA512 1a87ebb7f8318ca7058fc6b23fa30b34a6c6c185604cfc3542318772bd3990f1bc078ff22c4d0e6591899a46948bc96fd1ea10d74a337e01c1f1bcda9786e910 WHIRLPOOL c928956598f5bdaad4b972b83fd041b7605027222bca1c6ae38c5735b3102ebbb1230994c7ce0b2e84f189b2b33bb564c49682b062206311f976f7bcdbf2e47c
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sd.tar.gz 535039 SHA256 b631e695f82690cceea0d547fd63da54c4e74e4d49a89509bc39e7cb55c40176 SHA512 a1cf457b5d73a4e56c2de44eff710d3493a13c5eeb306d1373fb7689ad8498ef6d1013910bbef4796e288bc5d7912e2aba2bde872e3807019cc17fd941b00da2 WHIRLPOOL b761df30fcdcb96a252652756e6f4dc33b44ec22041dbb6b92a1da59c6fb07d034157bf8cc2fa8b5ede5a4658fa0ceee4aae4ce0ce75606ad8bc88ab998db4ea
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_si.tar.gz 825754 SHA256 ea3976d5c0f38eafcccc5e70d8ec8b9f06d6c87564d6a751b44366f269fa582d SHA512 4d8ea0401f0026b5a84895a480beb34412e01b9c4c23cbe8dab00ee8e5e38beb7640ea798a1d7d9a3f4b108bd1b1547384cccf1937e8362a96b4fddb062cb720 WHIRLPOOL 4915ce09c1f47202a66e8e4249fafecc7349558ac0d1036cfa56c246cc7c2da8b84029d387add9930e2e358a1bec22849f61f60559c521ceac710c60c55c8c43
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sid.tar.gz 495175 SHA256 72d7b287a80f53c31d0ba0c2cdee4d08e17d424211c964c53eede7de7a3c7022 SHA512 5c15766e2bcae8a9d55c78ae9a8ee0844ff92c3401ac9fcb131f6026535ebb37f7ee58ac0a5c2a5c5f2789d6a3145797177c680b4142517ea414bc518bc9b9d7 WHIRLPOOL 690a47281dc0d09cc0489e4ed49c38e7a3452ce1fadcbc2af5fc30ade4cb3ac1680fb05e7adab9659e81c596d40eb19de637d100844530ef4795a680cfe47af0
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sk.tar.gz 1785192 SHA256 d31998a43703a19fd0fa52008e3c2679a173e9c112222acca7802beb7b8b7b19 SHA512 d99b9df18634c26a627a0c5fec8ffefd1065c0ddf91295a2e576f2731eb7dc0d7a3b179913142375f12550d9d1b2989705ccdd1dc9106e4ff7f9313d89d46b03 WHIRLPOOL 145f2aad40e92c07021f40b8b9c0a0ffdd5d41c0e74945e6373855312a83ac4dbaef8be31ec310779ecdcd32eca40b202b3009e2850502eafce58930bfee57df
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sl.tar.gz 2163448 SHA256 954641a771c251bce83bd7bddaecdd2119be5a50dfb70d4844c08dc8e2aecee0 SHA512 64ba3f00828d0310141d673f5c971e35205f4eb4ba062a6e911934ed24552c1fe1e55edfd4ceecc6ef4257971e71d9bddd0e6a3bcde26611a610ce4760a4dbfc WHIRLPOOL ee9a8aa3fd383b48d123d078b94daf645ff99c5421be9a2d7ccb14feecb457b9eaf7b10030bc9fd14222d090928674d6c59a1b70a50ab4331ae26c57ed9fefc1
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sq.tar.gz 510117 SHA256 dfea1634416a8633d40c97740675d35fb480c24c90476fae9c5eb60f94117cf1 SHA512 4dfe9d429bf09f6d2459d6e7288603dd5428ed7992fc4087ab1ddc4975d91b2366601355d362fdd00069436bba368d8e6d6207cbd017fe668e04e56ec810ad5b WHIRLPOOL e580beaba1d56df20d9f6222fa67ba6303b9d5aee18be6efa270cb43049dec14989da3e314593401f47641c1f31ae44c49c55cedf9385db049e1bd18395730fb
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sr-Latn.tar.gz 1685874 SHA256 bc80aef263562206c98c7bfa6fba3b18368473c659b3632e761210e8db1d6805 SHA512 e4dd7c2f20a026a795761bf2cef2393f5af4014838ec2d2f0e37ed09223342427852d5cf159020d72a6f8f84289eea392470360fdb99dfe92a616618a9b03c3b WHIRLPOOL 5948aa1febb49e715673d3fe2e49992febc30d728f75fc8d37a3733332835d687ff57ad531f78f93ff9fa64a8d0b32a79de03e979b90ef9731f0e20acdf42632
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sr.tar.gz 1714574 SHA256 da2bd44bc38030633aa537449ee642e440a00d71ba98315f0414736c8d161b16 SHA512 5c2ad0ed09b3463367fe073af7321754d9db17c7e2b00af00c67fe7392c0b2bb42ff076ed30849205248f6ee3831facc0711204d3d97d103ce8c5e5f91d09deb WHIRLPOOL 8343e05e9533222bfb83b966db60a8bcb0052bdbbf11ffd5f32d7f9affe7f1db96632152f4cb09baab04137f92c516f411a144b60b92f3e91210a6b228c204c4
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ss.tar.gz 496782 SHA256 79e99fa1e3aa323ef919ea819242fabad44ad6e3f1143e75d6a11e56d571ed08 SHA512 c9fc3a9324fda3ea10627887529d97a07c76cdb04fa8f96292402b102f19e8873b9dd2415671dc3dcc947d30080dcf9b6085f087484511502e0ab0e8cea0c289 WHIRLPOOL d8cfa266fc029f81292d9b68155000916d17be421b413404f84237de8254a061cf75a0c2a18558a445a42257ab5f5cdc6c12f5394b8078464698746ce52940eb
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_st.tar.gz 495830 SHA256 a1d978d92f63ceac0914c295fc25d09311b389c0eaa7515740b7e56b822347d0 SHA512 b91713e49b94ebad252d19e556fd73f2121040b358f66db30f1ad1ff4a881689b57cd10d45ca71c4fd2e4ace7e52cc11ac66c94e92e0d31e5116d6a043543bde WHIRLPOOL 2f066338bd7974b4444543b5add7ac90cad219534eb236aa716eb9c9e6d89f384aa2100f33ea678d5b8e28f3626856cf9b2983cddd6ee413a685703275c57d27
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sv.tar.gz 2366749 SHA256 b70418ec8ca539aacecd3140b87a4e082799afe147b5849e510ea8341b64320b SHA512 4c69748d5bba074a8e7f96cd49992be412f2566cc9c1da7ddcd6b886e9872f5d8955bbcfe2aa25b1bfa7920767b08d1663e8245963d1e06cb437befed88df960 WHIRLPOOL 89b9423442789f7133e81e2842141b33620c2d29724f4eef4b013a729b424882b6fe1642ab2361cfdec961efeb9e630cbf1240a6bf2b8cf8028d3045a8f5a6c3
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_sw-TZ.tar.gz 482279 SHA256 11dc2022833e71d76314d1ee13fc28a3655055ca761c3a4df88c16407c744383 SHA512 20aae056c59bccdef3510c48f8f61efca20ec8d9e9a779e1477bb263b8f24e133ff8cfd390e4adab79ff0074dd98fb6e46f7235aca74e91d5ef4808fce055295 WHIRLPOOL 23337829205ef917f3cf72967ec94b1a7511906765dd8259e3f0ee46ef69f0fc59f592d56530c698c92ad9bc77f6bbe9d623ad23d2512910d88f5cec703fcae8
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ta.tar.gz 552360 SHA256 549413f6277eae033bdf6885420a95afc5ec62a2c8264c2db3b3b290a3fc1ae2 SHA512 474762ae5c0767e5a38bfcdb8b412bc3ff77de57ac4c56c9e9b842e42f0b82291a1a19f1c2d150dfc0f90405865fab448b26e51cf9624ab10ef5e2a406e8ea3b WHIRLPOOL 1392e99128ac5680a73dcec0d0a293a84fd714348b5c175bba1fd716731f0c04f3e9f5e82977330349bcd3bd16c05ef328e4376d5553fcc6b33f82134fc34c94
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_te.tar.gz 1108152 SHA256 ffcf1560692b8f011fc266556dd88a314f9d103124ae0a3be332b6fa136683cd SHA512 a9688f91ba871acd47b55c56acd2a4106c1a69fa9df11c5a1859eb33faf38a53221b9b8a3bcd93e2247ea1f7ac1da6ffd3fd2687f09ce583804826949018ab39 WHIRLPOOL e575cdd5d4e32330927d8736cc215334dcfeb8a2c8194ab6d2b08c6ac7e6fa7c492097057340641ff59a3754da1ddda58c37cbfed5201be5f3952be4c74e0b30
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_tg.tar.gz 513714 SHA256 f32683ae0709c3682ff53c28ec18ada5ba3bc170c7b4f891ab400c08ce5dec82 SHA512 109b1844fa9cd4a755fb14d2d7fb74ca4d6b6b55f5651d488ac834df317189794e510a50f900c380a72e722be8ff7ea89e9cc574c8c75936b5a0461053035dad WHIRLPOOL d41dd58ed3acf39eef6d94e1b64f144929245c2b2d69712fa0e9945b3323438f60aac7a9c2fdc35a82eef6e8d3ba7856c433a207ae20d3a6b17f50d987df9bfa
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_th.tar.gz 694496 SHA256 4b96d6d93c1a2e384a14359ddd7cf7bfdf3d4c6ac4eb820623a25f65c6de0aab SHA512 73057f45fed8244a65134a84a32e6481bfb850508872debcd4366a410b2ea8bceba4e4711a860176f1651935fae01fab39fa89d701ff3e4f9f3a010ace2d69b1 WHIRLPOOL 09b4584d96e8ca3ea04e51416633c08a46bdbfc01ba3fd30ef63635fe56de6eb68a3fbe8cbf8a86539377bf2c7d4462b93e10eb764ac533542daaf9ad34061e5
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_tn.tar.gz 487476 SHA256 850479f4ecd4b5be87dcc3f42dc7e38d083b5a214a8d90c418c9bc83fc62b039 SHA512 11543cc328387890c0e68a2b259c2dd12d17ba18efe94495154a37028193e4a71ef5b757573f9621b9ae532afbe1bc355e789c491819734ebac404334a05c6c3 WHIRLPOOL 54384e823d6335899089fe8813de00165bd5b3f22a7d7680f50df0b7ee3d596f1f9f3c821d0a1ae6c1a5999e4a61ceb9e337b007a6573674b03abcddf3f822bf
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_tr.tar.gz 536220 SHA256 405f445f109034477856beba1120d69a1c848444f61d52303ceb38381cbc9b86 SHA512 9b54f238872f64c5dd2175280d0b0f8afac98abd0f0c41408a980e143a9944bc2dc4c8f9c9254e487cfb0356a315fb51b08436da0ed629451d9b37f1980b7360 WHIRLPOOL 22c2db586872b9d92aff889181e2fae666dd314ff4bffedfb1ff80efedcdbd1d3fdf30cb6c5c264e3004519d879c2e750ece109b9dbb45559f9b0cbdf1ec3853
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ts.tar.gz 497988 SHA256 93b7120042c01c52d0c5d3d47bf9a9c52219eb8795243daa6ff4d2611d3a7b2d SHA512 3eb694a1df08e761efe66cfcd6dd03ad97ff448554d7d016f92ada31acd965e7d71e6a2ceb4dbe15b68322993687fe0427862c77b7013c78954b878b2f4cef72 WHIRLPOOL 3afdb903107a32d877a8c13463acd302ab787378f1f3109b6ff643ac31e200fc4b8f956e4372226d0cb8bcbc747e1143357708a3ffa61d778233d9eadfcaadf9
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_tt.tar.gz 486818 SHA256 1a523d3e310329a8ec2b3f96c940bbbfeef28657ab34f154785189c0feb4ac33 SHA512 ed0efa150517af9c8df41b81543364efcef11b653a87dfa4a42cee628db3a696de3b2954cff4bd7416e0130bd4f46ce51c99390cf52c7608c849f5f9780478ef WHIRLPOOL d8483dd4ce20f203390abc14fc812a78df750e72cfebaa286439ed812b7c4439290783c06e87a9e282f558e1dc8828bc510f2c11a11dbbe85043bd0737f78c86
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ug.tar.gz 526611 SHA256 5666c797f34a867a73727b025a06165b6c153eb2cf4ffae060aa19a7d7b63b78 SHA512 0e624223881f5e1e2b67b299dac6b58b9d253181894ccf4cf67e0406ae0c486506f4769b6ea2a8384bbb74d7f8b2734e9cd1f22ca0e36221a56bd85b3971daa9 WHIRLPOOL 07823c640b6760fbf21eb4e17e2f2c3cc066397c312d50d5c0c77ef59fa2facac8ae04175ce5beb193d37abecfd38b4d7cf5de0b34940188000b16194c8f917f
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_uk.tar.gz 1375480 SHA256 0ddc4a634fcbb7da0aa9392a00d5aa31d5ca9ff32151fbdbf1e34c22266ce3e7 SHA512 7f63140e487c090e0ba6ff61d3441a05e5c98809a185d371c2ec3a0996b5db73d51eaf950fc07c0bcc36c2463b4605d737521092042d7622c0fa252e8bca51cc WHIRLPOOL 91cfb0c7464435aaefb245b18c4064fe5f7da6c91e6123ba6a1a74f916d75d4387f9f9c92e9788d060ee5f0b4150cca019556199c22e5de6c83a9745ae08bcfc
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_uz.tar.gz 487813 SHA256 fe3cb07a1421cdc6c1b68977a5c443379e4db75e05ae2c58bb563c12065471d4 SHA512 bf265dfab729180d290bfa3392db2089488550ee87a4d00341e2d250d3ee96b64b873dffdc57af0f6b94d7c27f4248ba293c5a5e60d8cd8e7d671cfb6ee23774 WHIRLPOOL 473e84b7d1cf0fc88172c0ba555f358d0a594181f85f79684b137e7da9a32c5e53fc213406e0d8288951aaf28dd365a0c3bc8d86d642549d14e4a599c7dd65a7
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_ve.tar.gz 499101 SHA256 65370d83e59edb8d8c4e6bbd16244fc3a181b61f66daad976ed52e01abc08f2a SHA512 8458dd892d868212553fa53d66e85b788417968201a26ab8c8c7169ba04d75d6cb803df31c8d939c6bccdc84f6039d69ea3d700b536ebce14942a80acfccf63a WHIRLPOOL d110ec21337b939f99e7516688a0de9f601b66450e8f7482f6ef48463b3b1d7c38065c68022f678fceae5c05d86a8b00eeb4ea057f70d51ad05e357f4a70b756
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_vi.tar.gz 527350 SHA256 5d2d64334e711a7616408e47522e2a6b1297e1f07bd1066456adb8a8f7956149 SHA512 eec06bf94ec1a1770260343d5bf94aac3665910609e32490fa681971e7288096d70275a3f8ea76cca700a40db9dac1e41d249d81936d11bee8c33458d46ab009 WHIRLPOOL 3a8fdced5f01980dd9e8f2458565f63ebf7b8104b9a2a3cd145f0a4bf97d34c6250d58c3c4fcdd8bfac66de237b34eb1be3d115c8fc95cd4790d59ce00446a2d
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_xh.tar.gz 504038 SHA256 2ebbf8d1fd55c469f5ba612be7237e40a78194ccb993f6a02445b5127463c727 SHA512 b475a4dd19c2b30ac5b5231dca40c6e2b28ca2a33fb4da6d97eb153040491b1c8085db2d917f7c4c74c6d100ba2ae219d09778a7c4dfb31fe7cb2037a3755f01 WHIRLPOOL 93148c1e0cf622ba64a185bf4b552704c7baa96eb0b4633c65f3bd054f83b2a5215add9f8e1b6d242f6b11cd3f3d77c2d6a80418cdf8aa77fb537ef32f8f92e3
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_zh-CN.tar.gz 575087 SHA256 b08c60c6eee07a8496dadd0001be72970b83b4bb56201451e8561d6964f6b23c SHA512 4d69e3aaa244813862435ee88d9c79c54e554e02fbf60c143f070c1673752eea09b499cb98ca5b18d490ee67349b8b4524e2fbc3d815e69cafef48af9971113f WHIRLPOOL 0d651c5bc331516f2e421e553efd19f16cb038346511bc355e8bac855f21191a36ac3da85910be166e3ae91b3b624f743e48bbab7dae24b9c5d2b6b66ca50de9
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_zh-TW.tar.gz 573004 SHA256 3de5f3aea107e1b03ca3e18dbeee5c3245133255a565027cb4f2fb31cb620c65 SHA512 dde695d46818c0cc1c943353bd453f874b55ab115a234fdae2d1a0137e4c7672a508c84e8d692ab7547c0f7dbbc7e645377cd6b7399c1dd7e7b42fb7fff133b9 WHIRLPOOL e3bc83cadbf02d58e96d0daeda421d18464c8de7b51651667e19ac85386ba48958f66935bf1d95af994532be44d7963a5c404756775ebb7771704f1215e06f72
DIST LibreOffice_5.1.2.2_Linux_x86_rpm_langpack_zu.tar.gz 505346 SHA256 5231682102a931cf526a72bf9f1c8675f0c27f4488191f24a196a7db5b3f4c49 SHA512 6c596365b018eb86a9c5ae5e6f947370596d5468f436dc6c68b956e836a3a15042017ef028da1c1bd4ed337f1c6245580532f632a7903bd88786e444725934ec WHIRLPOOL a09a510c7a86ee6076d71ca4f68493ee54c5257a8422a50e75dc4080f0dc751d65f721c775780f0abaa5ebacbefa41698ba9bd7310b2114bba93cf372866bcd6

@ -0,0 +1,91 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit rpm eutils multilib versionator
MY_PV=$(get_version_component_range 1-3)
DESCRIPTION="Translations for the Libreoffice suite"
HOMEPAGE="http://www.libreoffice.org"
BASE_SRC_URI_TESTING="http://download.documentfoundation.org/${PN/-l10n/}/testing/${MY_PV}/rpm"
BASE_SRC_URI_STABLE="http://download.documentfoundation.org/${PN/-l10n/}/stable/${MY_PV}/rpm"
LICENSE="|| ( LGPL-3 MPL-1.1 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="offlinehelp"
#
# when changing the language lists, please be careful to preserve the spaces (bug 491728)
#
LANGUAGES_HELP=" am ast bg bn_IN bn bo bs ca_valencia ca cs da de dz el en_GB en en_ZA eo es et eu fi fr gl gu he hi hr hu id is it ja ka km ko mk nb ne nl nn om pl pt_BR pt ru si sk sl sq sv tg tr ug uk vi zh_CN zh_TW "
LANGUAGES="${LANGUAGES_HELP}af ar as be br brx cy dgo fa ga gd gug kk kmr_Latn kn kok ks lb lo lt lv mai ml mn mni mr my nr nso oc or pa_IN ro rw sa_IN sat sd sid sr_Latn sr ss st sw_TZ ta te th tn ts tt uz ve xh zu "
for lang in ${LANGUAGES_HELP}; do
helppack=""
[[ ${lang} == en ]] && lang2=${lang/en/en_US} || lang2=${lang}
helppack="offlinehelp? ( ${BASE_SRC_URI_STABLE}/x86/LibreOffice_${MY_PV}_Linux_x86_rpm_helppack_${lang2/_/-}.tar.gz -> LibreOffice_${PV}_Linux_x86_rpm_helppack_${lang2/_/-}.tar.gz ${BASE_SRC_URI_TESTING}/x86/LibreOffice_${PV}_Linux_x86_rpm_helppack_${lang2/_/-}.tar.gz )"
SRC_URI+=" linguas_${lang}? ( ${helppack} )"
done
for lang in ${LANGUAGES}; do
langpack=""
[[ ${lang} == en ]] \
|| langpack="${BASE_SRC_URI_STABLE}/x86/LibreOffice_${MY_PV}_Linux_x86_rpm_langpack_${lang/_/-}.tar.gz -> LibreOffice_${PV}_Linux_x86_rpm_langpack_${lang/_/-}.tar.gz ${BASE_SRC_URI_TESTING}/x86/LibreOffice_${PV}_Linux_x86_rpm_langpack_${lang/_/-}.tar.gz"
[[ -z ${langpack} ]] || SRC_URI+=" linguas_${lang}? ( ${langpack} )"
IUSE+=" linguas_${lang}"
done
unset lang helppack langpack lang2
RDEPEND+="app-text/hunspell"
RESTRICT="strip"
S="${WORKDIR}"
src_prepare() {
default
local lang dir rpmdir
# First remove dictionaries, we want to use system ones.
find "${S}" -name *dict*.rpm -delete || die "Failed to remove dictionaries"
for lang in ${LANGUAGES}; do
# break away if not enabled; paludis support
use_if_iuse linguas_${lang} || continue
dir=${lang/_/-}
# for english we provide just helppack, as translation is always there
if [[ ${lang} != en ]]; then
rpmdir="LibreOffice_${PV}_Linux_x86_rpm_langpack_${dir}/RPMS/"
[[ -d ${rpmdir} ]] || die "Missing directory: ${rpmdir}"
rpm_unpack ./${rpmdir}/*.rpm
fi
if [[ "${LANGUAGES_HELP}" =~ " ${lang} " ]] && use offlinehelp; then
[[ ${lang} == en ]] && dir="en-US"
rpmdir="LibreOffice_${PV}_Linux_x86_rpm_helppack_${dir}/RPMS/"
[[ -d ${rpmdir} ]] || die "Missing directory: ${rpmdir}"
rpm_unpack ./${rpmdir}/*.rpm
fi
done
}
src_configure() { :; }
src_compile() { :; }
src_install() {
local dir="${S}"/opt/${PN/-l10n/}$(get_version_component_range 1-2)/
# Condition required for people that do not install anything eg no linguas
# or just english with no offlinehelp.
if [[ -d "${dir}" ]] ; then
insinto /usr/$(get_libdir)/${PN/-l10n/}/
doins -r "${dir}"/*
fi
# remove extensions that are in the l10n for some weird reason
rm -rf "${ED}"usr/$(get_libdir)/${PN/-l10n/}/share/extensions/ || \
die "Failed to remove extensions"
}

@ -5,10 +5,12 @@ DIST 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip 9796 SHA256 64585ac36a81291
DIST 4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 555291 SHA256 b0adb8e71aef80751b999c9c055e419a625c4a05184e407aef2aee28752ad8cb SHA512 1e8a39205f21206d239871bd636f17768eb3997e08ba065c1111a537564bec2b4e97bcb2f7cd9e652a1d9b4f31cb0662010303c393aedc84b920bb5f41b27be8 WHIRLPOOL d809712c3fcaca922d64f67a14d9dc3e750ecf359687c7ba0e8c6c7fc7750e43721a21ce29d5a3b0b87b83bfe7b71947e701ba4aed0a337ec35ecbb22d8dec34
DIST 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip 1521926 SHA256 1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753 SHA512 ec5ae23c8fe2f5efc377f7a9665039afadf28b4d8f2791379296766a5fbc9a3bf7548f9b0e3b3b07762229ec733a92ccbb69791ee0318c9c6f78f8e847253d3f WHIRLPOOL 8e446eb44188046b0e90694feba232f42c2e9f13d0f43783a18de37c94b86ff919b994931125c5d8001ecd320c1f4db5da482847304aa61646600a3bb33144b4
DIST a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip 23150 SHA256 75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870 SHA512 2d3835f7ac356805025cafedcad97faa48d0f5da386e6ac7b7451030059df8e2fdb0861ade07a576ebf9fb5b88a973585ab0437944b06aac9289d6898ba8586a WHIRLPOOL 60b98d9af2c83c0cf12a5a60ba30957d335b8b967cac07971e1edbc787b9caecd4b3c5bb480e8b38fe8109c1cf74439ebafae130c976182c2c15399f38f5d28c
DIST d37daeccb841e5a457b9476d613a6012-xmlsec1-1.2.17.tar.gz 1731324 SHA256 f2d96dab0f4b0ebc505506a7a53bf0a621b7af815b67d2f4e07ef0f657c1f13f SHA512 f2575c82ba3a9c2341a78f80bc83869141a626337558538d4c044d920b6dbbda206aab533fff04183ff7f8bcb50495dbc0d3522fddf0a0d4589f60bf052ed45d WHIRLPOOL 273032ed4edefdff2fb8ffb63ae00418913d9bbac9a08ae2cfdbd8eaa81e69f19f18cdce2a88923a1d8ef326c246141e766422da34ea8ddadef9358ed56a0544
DIST d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz 16525605 SHA256 1f188ac03a8aa4663223eca8c82f91a55293d066d67127082e29a7dba1a98c9f SHA512 d08a7fe432e8df47d1d8992a45bb5f33149cb75b90eb74b2f2e457628d21a94b17eae0045096b053d2a866bf7710c775581c3e417b5dfaf66601aa18071b7305 WHIRLPOOL 95dc6ec0fb293c3538c1d51241283edf4e21647dcfd10229233ab7c3f13f7c78e6bb02c4d292a7cd2a2ec95575d775f0395e837bbc88ab4ddbaa5adfd62be2f0
DIST fe664ba5f01ebfaeb0ab5deeb0b2249e-xmlsec1-1.2.19.tar.gz 1766298 SHA256 2fc8f7c9fadb0f6c565bf304de798a875fc719005c20169f8e88028b20c8aac0 SHA512 9d391658902e163261a61474fc0415ee0f25732dc4a98d2012459294674f7984212607febc10cdf5f5b6255932c4ad51a23d0a7b868990439812f5e276fd1a89 WHIRLPOOL 57795d4ac05727867680f7f81d50203fe7603d4a804650db7fafcbe48f8af1c5ef10a021218b3edaebc1dcc06653536f8545d2601a61e32c699701716e3353c5
DIST libreoffice-5.0.5.2.tar.xz 167135308 SHA256 1ee729db840cf98bb00fed8c65550ccd6ced03123e3befcc511fe8df6f671b88 SHA512 f469d2faccd3e445324b0e8219a8a31b4dc8314a9b0559bfff06dd422eb6e6a9194dd4777391e71daa9bddf362cccca958defe165805f91e8334f95f36a011d2 WHIRLPOOL df4d74171c95f57a1a0fc7d25b7668abde5bb4eb8b326fd2179b4f311f5e63408919ca69bf2efe7effb2700488e11a0b4dc2059a5ce9c6a2de81d8f80314f598
DIST libreoffice-5.1.1.3.tar.xz 175820100 SHA256 2c5afb77e10daaf02b0521f0a3027345a9cfc02fa7a152f4a2e5d7a74abc8e38 SHA512 5aa5be15732808cce56eeb9274de35c15b31b56995ebbb9dfbfc19be23798576889e7276f42cb95cf9b8b1e0f755943ceb1994525bbbaedc24a28ac3345c6fe6 WHIRLPOOL b79ded47ed673f82df2bdbe1689b8d7fe272072e797868e2712d0f5b14f3cc8cd1cc5ac6437e695e48630504d4630e4e83b3bc03a8ed6f432bfbe7707a7dd078
DIST libreoffice-5.1.2.2.tar.xz 173763036 SHA256 54ecdc9e0201a64fb6a0898b2e5ebd6c6e22c36965e3eb797ae351219e441781 SHA512 0b2d9d2f91b40fc6eda67d9d6a16f95391f985be8ffa43e8f577c42bc0c1228e2c14de4dfbdef808a6edd61985903d5e12e0696ef43f522e78ee123c1d5f01e8 WHIRLPOOL 059f6f558c5cf3881b2ce5fee1c9ef0286c315481fd17dc7129aaf8ede97ca1759c8b821c1575ad4457e670e54241409e48e54bd1e8d62c8401cf5067ef81226
DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 SHA256 22722121be062742624e0634beae92289c75e6a99ed507d3bf0a05c5164e3c69 SHA512 785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f WHIRLPOOL 1f36652a52d501d6548cfa9aa013b3e3a1867aa2b0693d2274cf7816d4aa4e0cde3c7096cc71ed47cf74e5f96da2757bf537f553021f8fd86939accb227bf538
DIST libreoffice-help-5.0.5.2.tar.xz 1882884 SHA256 6664496d23d3e7e56dbca22b7cd9a2cf66e0e91609a20976870e0e235540c02a SHA512 63a27a160a98360d04f062c4a9b123ed0e89a4e081aaa03e50b0df7ef04c4396977401f909541a5f3510a3c2d7dbfc4c52839a1a4adc1a29bae8dd6a8056a170 WHIRLPOOL b9aae3d2f622ebb27bd9943d8111ec9c3fcfc77b35b1b93f294ed8fe7106ab001a10260c7f9ed45b5f9ca65229d15f25a3a92f6000682b6ae651c0cf16e81fed
DIST libreoffice-help-5.1.1.3.tar.xz 1904764 SHA256 ce5df97b26d25bf73cf29f122f9f453ca54055ce37a8bb3dc25e4c298b5d3da9 SHA512 2d2400850e0e734df8eb884df2edfabd6dd31c1ef8f43652feca3cc573c1acf6d73716eadf3ded39e2b15f010ec486835830f020aec7b47529064d5cdab4fde0 WHIRLPOOL 1a39adf1b424876b58a5ad8c3e3e625c0e54ad525d93d309698fed33549c40cae00543311f68fe22e39b9f871587811b6867633e741724d61e994d6ad8518cb2
DIST libreoffice-help-5.1.2.2.tar.xz 1900736 SHA256 dc4d9fd6ca78ad89069ca1f0187f274c9cd83fb8849716193d25bce6ca072953 SHA512 5868e9ec51ac841372cdc8aa7b257082d04269ecd3c2724ddd9f6da36a1a0549eb6bedc2e71a205543f8a23b36df7cebd937a316b22c2be778a1d2f7e4d9df41 WHIRLPOOL c7565974995b4a95894b59263595f82c6980c2c8e4b3aa37fb787c4ad369774b128062a32dcf14c4f1dc60339c469e47acc9ba3b193ea6e2de6a1d4e38cc21a6

@ -0,0 +1,580 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
KDE_REQUIRED="optional"
QT_MINIMAL="4.7.4"
KDE_SCM="git"
CMAKE_REQUIRED="never"
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_REQ_USE="threads,xml"
# experimental ; release ; old
# Usually the tarballs are moved a lot so this should make
# everyone happy.
DEV_URI="
http://dev-builds.libreoffice.org/pre-releases/src
http://download.documentfoundation.org/libreoffice/src/${PV:0:5}/
http://download.documentfoundation.org/libreoffice/old/${PV}/
"
EXT_URI="http://ooo.itc.hu/oxygenoffice/download/libreoffice"
ADDONS_URI="http://dev-www.libreoffice.org/src/"
BRANDING="${PN}-branding-gentoo-0.8.tar.xz"
# PATCHSET="${P}-patchset-01.tar.xz"
[[ ${PV} == *9999* ]] && SCM_ECLASS="git-r3"
inherit multiprocessing autotools bash-completion-r1 check-reqs eutils java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs flag-o-matic versionator ${SCM_ECLASS}
unset SCM_ECLASS
DESCRIPTION="A full office productivity suite"
HOMEPAGE="http://www.libreoffice.org"
SRC_URI="branding? ( http://dev.gentoo.org/~dilfridge/distfiles/${BRANDING} )"
[[ -n ${PATCHSET} ]] && SRC_URI+=" http://dev.gentooexperimental.org/~scarabeus/${PATCHSET}"
# Split modules following git/tarballs
# Core MUST be first!
# Help is used for the image generator
MODULES="core help"
# Only release has the tarballs
if [[ ${PV} != *9999* ]]; then
for i in ${DEV_URI}; do
for mod in ${MODULES}; do
if [[ ${mod} == core ]]; then
SRC_URI+=" ${i}/${P}.tar.xz"
else
SRC_URI+=" ${i}/${PN}-${mod}-${PV}.tar.xz"
fi
done
unset mod
done
unset i
fi
unset DEV_URI
# Really required addons
# These are bundles that can't be removed for now due to huge patchsets.
# If you want them gone, patches are welcome.
ADDONS_SRC=(
"${ADDONS_URI}/d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz"
"${ADDONS_URI}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz" # modifies source code
"collada? ( ${ADDONS_URI}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 )"
"java? ( ${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )"
# no release for 8 years, should we package it?
"libreoffice_extensions_wiki-publisher? ( ${ADDONS_URI}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip )"
# Does not build with 1.6 rhino at all
"libreoffice_extensions_scripting-javascript? ( ${ADDONS_URI}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip )"
# requirement of rhino
"libreoffice_extensions_scripting-javascript? ( ${ADDONS_URI}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip )"
# not packageable
"odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )"
)
SRC_URI+=" ${ADDONS_SRC[*]}"
unset ADDONS_URI
unset EXT_URI
unset ADDONS_SRC
IUSE="bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer
+gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc"
LO_EXTS="nlpsolver scripting-beanshell scripting-javascript wiki-publisher"
# Unpackaged separate extensions:
# diagram: lo has 0.9.5 upstream is weirdly patched 0.9.4 -> wtf?
# hunart: only on ooo extensions -> fubared download path somewhere on sf
# numbertext, typo, validator, watch-window: ^^
# oooblogger: no homepage or anything
# Extensions that need extra work:
for lo_xt in ${LO_EXTS}; do
IUSE+=" libreoffice_extensions_${lo_xt}"
done
unset lo_xt
LICENSE="|| ( LGPL-3 MPL-1.1 )"
SLOT="0"
[[ ${PV} == *9999* ]] || \
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
COMMON_DEPEND="
${PYTHON_DEPS}
app-arch/zip
app-arch/unzip
>=app-text/hunspell-1.3.2-r3
app-text/mythes
>=app-text/libabw-0.1.0
>=app-text/libexttextcat-3.4.4
>=app-text/libebook-0.1
>=app-text/libetonyek-0.1
app-text/liblangtag
>=app-text/libmspub-0.1.0
>=app-text/libmwaw-0.3.1
>=app-text/libodfgen-0.1.0
app-text/libwpd:0.10[tools]
app-text/libwpg:0.3
>=app-text/libwps-0.4
>=app-text/poppler-0.16:=[cxx]
>=dev-cpp/clucene-2.3.3.4-r2
=dev-cpp/libcmis-0.5*
dev-db/unixODBC
>=dev-libs/boost-1.55:=
dev-libs/expat
>=dev-libs/hyphen-2.7.1
>=dev-libs/icu-4.8.1.1:=
=dev-libs/liborcus-0.9*
>=dev-libs/librevenge-0.0.1
>=dev-libs/nspr-4.8.8
>=dev-libs/nss-3.12.9
>=dev-lang/perl-5.0
!libressl? ( >=dev-libs/openssl-1.0.0d:0 )
libressl? ( dev-libs/libressl )
>=dev-libs/redland-1.0.16
media-gfx/graphite2
>=media-libs/fontconfig-2.8.0
media-libs/freetype:2
>=media-libs/glew-1.10
>=media-libs/harfbuzz-0.9.18:=[icu(+)]
media-libs/lcms:2
>=media-libs/libpng-1.4:0=
>=media-libs/libcdr-0.1.0
>=media-libs/libfreehand-0.1.0
media-libs/libpagemaker
>=media-libs/libvisio-0.1.0
>=net-misc/curl-7.21.4
net-libs/neon
net-nds/openldap
sci-mathematics/lpsolve
virtual/jpeg:0
>=x11-libs/cairo-1.10.0[X,-xlib-xcb]
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXrender
virtual/glu
virtual/opengl
bluetooth? ( net-wireless/bluez )
coinmp? ( sci-libs/coinor-mp )
collada? ( >=media-libs/opencollada-1.2.2_p20150207 )
cups? ( net-print/cups )
dbus? ( >=dev-libs/dbus-glib-0.92 )
eds? (
dev-libs/glib:2
gnome-extra/evolution-data-server
)
firebird? ( >=dev-db/firebird-2.5 )
gltf? ( media-libs/libgltf )
gtk? (
x11-libs/gdk-pixbuf[X]
>=x11-libs/gtk+-2.24:2
)
gtk3? (
dev-libs/glib:2
dev-libs/gobject-introspection
>=x11-libs/gtk+-3.8:3
)
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
)
jemalloc? ( dev-libs/jemalloc )
libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 )
libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 )
mysql? ( >=dev-db/mysql-connector-c++-1.1.0 )
postgres? ( >=dev-db/postgresql-9.0:*[kerberos] )
telepathy? ( >=net-libs/telepathy-glib-0.18.0 )
"
RDEPEND="${COMMON_DEPEND}
!app-office/libreoffice-bin
!app-office/libreoffice-bin-debug
!<app-office/openoffice-bin-3.4.0-r1
!app-office/openoffice
media-fonts/libertine
media-fonts/liberation-fonts
media-fonts/urw-fonts
java? ( >=virtual/jre-1.6 )
kde? ( $(add_kdeapps_dep kioclient) )
vlc? ( media-video/vlc )
"
if [[ ${PV} != *9999* ]]; then
PDEPEND="=app-office/libreoffice-l10n-$(get_version_component_range 1-2)*"
else
# Translations are not reliable on live ebuilds
# rather force people to use english only.
PDEPEND="!app-office/libreoffice-l10n"
fi
# FIXME: cppunit should be moved to test conditional
# after everything upstream is under gbuild
# as dmake execute tests right away
DEPEND="${COMMON_DEPEND}
>=dev-libs/libatomic_ops-7.2d
>=dev-libs/libxml2-2.7.8
dev-libs/libxslt
dev-perl/Archive-Zip
dev-util/cppunit
>=dev-util/gperf-3
dev-util/intltool
>=dev-util/mdds-0.12.0:0=
media-libs/glm
net-misc/npapi-sdk
sys-devel/bison
sys-devel/flex
sys-devel/gettext
!<sys-devel/make-3.82
sys-devel/ucpp
sys-libs/zlib
virtual/pkgconfig
x11-libs/libXt
x11-libs/libXtst
x11-proto/randrproto
x11-proto/xextproto
x11-proto/xineramaproto
x11-proto/xproto
java? (
>=virtual/jdk-1.6
>=dev-java/ant-core-1.7
)
odk? ( >=app-doc/doxygen-1.8.4 )
test? ( dev-util/cppunit )
"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
bluetooth? ( dbus )
collada? ( gltf )
eds? ( gnome )
gnome? ( gtk )
telepathy? ( gtk )
libreoffice_extensions_nlpsolver? ( java )
libreoffice_extensions_scripting-beanshell? ( java )
libreoffice_extensions_scripting-javascript? ( java )
libreoffice_extensions_wiki-publisher? ( java )
"
PATCHES=(
# not upstreamable stuff
"${FILESDIR}/${PN}-4.4-system-pyuno.patch"
)
CHECKREQS_MEMORY="512M"
if [[ ${MERGE_TYPE} != binary ]] && is-flagq "-g*" && ! is-flagq "-g*0" ; then
CHECKREQS_DISK_BUILD="22G"
elif [[ ${MERGE_TYPE} != binary ]] ; then
CHECKREQS_DISK_BUILD="6G"
fi
pkg_pretend() {
use java || \
ewarn "If you plan to use lbase application you should enable java or you will get various crashes."
if [[ ${MERGE_TYPE} != binary ]]; then
check-reqs_pkg_pretend
if [[ $(gcc-major-version) -lt 4 ]] || {
[[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 7 ]]; }
then
eerror "Compilation with gcc older than 4.7 is not supported"
die "Too old gcc found."
fi
fi
# Ensure pg version but we have to be sure the pg is installed (first
# install on clean system)
if use postgres && has_version dev-db/postgresql; then
local pgslot=$(postgresql-config show)
if [[ ${pgslot//.} -lt 90 ]] ; then
eerror "PostgreSQL slot must be set to 9.0 or higher."
eerror " postgresql-config set 9.0"
die "PostgreSQL slot is not set to 9.0 or higher."
fi
fi
}
pkg_setup() {
java-pkg-opt-2_pkg_setup
kde4-base_pkg_setup
python-single-r1_pkg_setup
[[ ${MERGE_TYPE} != binary ]] && check-reqs_pkg_setup
}
src_unpack() {
local mod
[[ -n ${PATCHSET} ]] && unpack ${PATCHSET}
use branding && unpack "${BRANDING}"
if [[ ${PV} != *9999* ]]; then
unpack "${P}.tar.xz"
for mod in ${MODULES}; do
[[ ${mod} == core ]] && continue
unpack "${PN}-${mod}-${PV}.tar.xz"
done
else
local base_uri branch checkout mypv
base_uri="git://anongit.freedesktop.org"
for mod in ${MODULES}; do
branch="master"
mypv=${PV/.9999}
[[ ${mypv} != ${PV} ]] && branch="${PN}-${mypv/./-}"
git-r3_fetch "${base_uri}/${PN}/${mod}" "refs/heads/${branch}"
[[ ${mod} != core ]] && checkout="${S}/${mod}"
[[ ${mod} == help ]] && checkout="helpcontent2" # doesn't match on help
git-r3_checkout "${base_uri}/${PN}/${mod}" ${checkout}
done
fi
}
src_prepare() {
[[ -n ${PATCHSET} ]] && eapply "${WORKDIR}/${PATCHSET/.tar.xz/}"
eapply "${PATCHES[@]}"
eapply_user
AT_M4DIR="m4" eautoreconf
# hack in the autogen.sh
touch autogen.lastrun
# system pyuno mess
sed -i \
-e "s:%eprefix%:${EPREFIX}:g" \
-e "s:%libdir%:$(get_libdir):g" \
pyuno/source/module/uno.py \
pyuno/source/officehelper.py || die
# sed in the tests
sed -i \
-e "s#all : build unitcheck#all : build#g" \
solenv/gbuild/Module.mk || die
sed -i \
-e "s#check: dev-install subsequentcheck#check: unitcheck slowcheck dev-install subsequentcheck#g" \
-e "s#Makefile.gbuild all slowcheck#Makefile.gbuild all#g" \
Makefile.in || die
if use branding; then
# hack...
mv -v "${WORKDIR}/branding-intro.png" "${S}/icon-themes/galaxy/brand/intro.png" || die
fi
}
src_configure() {
local java_opts
local internal_libs
local ext_opts
# optimization flags
export GMAKE_OPTIONS="${MAKEOPTS}"
# System python enablement:
export PYTHON_CFLAGS=$(python_get_CFLAGS)
export PYTHON_LIBS=$(python_get_LIBS)
if use collada; then
export OPENCOLLADA_CFLAGS="-I/usr/include/opencollada/COLLADABaseUtils -I/usr/include/opencollada/COLLADAFramework -I/usr/include/opencollada/COLLADASaxFrameworkLoader -I/usr/include/opencollada/GeneratedSaxParser"
export OPENCOLLADA_LIBS="-L /usr/$(get_libdir)/opencollada -lOpenCOLLADABaseUtils -lOpenCOLLADAFramework -lOpenCOLLADASaxFrameworkLoader -lGeneratedSaxParser"
fi
# sane: just sane.h header that is used for scan in writer, not
# linked or anything else, worthless to depend on
# vigra: just uses templates from there
# it is serious pain in the ass for packaging
# should be replaced by boost::gil if someone interested
internal_libs+="
--without-system-sane
--without-system-vigra
"
# libreoffice extensions handling
for lo_xt in ${LO_EXTS}; do
if [[ "${lo_xt}" == "scripting-beanshell" || "${lo_xt}" == "scripting-javascript" ]]; then
ext_opts+=" $(use_enable libreoffice_extensions_${lo_xt} ${lo_xt})"
else
ext_opts+=" $(use_enable libreoffice_extensions_${lo_xt} ext-${lo_xt})"
fi
done
if use java; then
# hsqldb: system one is too new
java_opts="
--without-junit
--without-system-hsqldb
--with-ant-home="${ANT_HOME}"
--with-jdk-home=$(java-config --jdk-home 2>/dev/null)
--with-jvm-path="${EPREFIX}/usr/lib/"
"
use libreoffice_extensions_scripting-beanshell && \
java_opts+=" --with-beanshell-jar=$(java-pkg_getjar bsh bsh.jar)"
use libreoffice_extensions_scripting-javascript && \
java_opts+=" --with-rhino-jar=$(java-pkg_getjar rhino-1.6 js.jar)"
fi
# system headers/libs/...: enforce using system packages
# --enable-cairo: ensure that cairo is always required
# --enable-graphite: disabling causes build breakages
# --enable-*-link: link to the library rather than just dlopen on runtime
# --enable-release-build: build the libreoffice as release
# --disable-fetch-external: prevent dowloading during compile phase
# --disable-systray: quickstarter does not actually work at all so do not
# promote it
# --enable-extension-integration: enable any extension integration support
# --without-{fonts,myspell-dicts,ppsd}: prevent install of sys pkgs
# --disable-report-builder: too much java packages pulled in without pkgs
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}/" \
--with-system-headers \
--with-system-libs \
--with-system-jars \
--with-system-dicts \
--enable-cairo-canvas \
--enable-graphite \
--enable-largefile \
--enable-mergelibs \
--enable-neon \
--enable-python=system \
--enable-randr \
--enable-randr-link \
--enable-release-build \
--disable-hardlink-deliver \
--disable-ccache \
--disable-crashdump \
--disable-dependency-tracking \
--disable-epm \
--disable-fetch-external \
--disable-gstreamer-0-10 \
--disable-report-builder \
--disable-online-update \
--disable-systray \
--with-alloc=$(use jemalloc && echo "jemalloc" || echo "system") \
--with-build-version="Gentoo official package" \
--enable-extension-integration \
--with-external-dict-dir="${EPREFIX}/usr/share/myspell" \
--with-external-hyph-dir="${EPREFIX}/usr/share/myspell" \
--with-external-thes-dir="${EPREFIX}/usr/share/myspell" \
--with-external-tar="${DISTDIR}" \
--with-lang="" \
--with-parallelism=$(makeopts_jobs) \
--with-system-ucpp \
--with-vendor="Gentoo Foundation" \
--with-x \
--without-fonts \
--without-myspell-dicts \
--without-help \
--with-helppack-integration \
--without-sun-templates \
$(use_enable bluetooth sdremote-bluetooth) \
$(use_enable coinmp) \
$(use_enable collada) \
$(use_enable cups) \
$(use_enable debug) \
$(use_enable dbus) \
$(use_enable eds evolution2) \
$(use_enable firebird firebird-sdbc) \
$(use_enable gltf) \
$(use_enable gnome gio) \
$(use_enable gstreamer gstreamer-1-0) \
$(use_enable gtk) \
$(use_enable gtk3) \
$(use_enable kde kde4) \
$(use_enable mysql ext-mariadb-connector) \
$(use_enable odk) \
$(use_enable postgres postgresql-sdbc) \
$(use_enable telepathy) \
$(use_enable vlc) \
$(use_with coinmp system-coinmp) \
$(use_with collada system-opencollada) \
$(use_with gltf system-libgltf) \
$(use_with java) \
$(use_with mysql system-mysql-cppconn) \
$(use_with odk doxygen) \
${internal_libs} \
${java_opts} \
${ext_opts}
}
src_compile() {
# more and more LO stuff tries to use OpenGL, including tests during build
# bug 501508, bug 540624, bug 545974 and probably more
addpredict /dev/dri
addpredict /dev/ati
addpredict /dev/nvidiactl
# hack for offlinehelp, this needs fixing upstream at some point
# it is broken because we send --without-help
# https://bugs.freedesktop.org/show_bug.cgi?id=46506
(
grep "^export" "${S}/config_host.mk" > "${T}/config_host.mk" || die
source "${T}/config_host.mk" 2&> /dev/null
local path="${WORKDIR}/helpcontent2/source/auxiliary/"
mkdir -p "${path}" || die
echo "perl \"${S}/helpcontent2/helpers/create_ilst.pl\" -dir=icon-themes/galaxy/res/helpimg > \"${path}/helpimg.ilst\""
perl "${S}/helpcontent2/helpers/create_ilst.pl" \
-dir=icon-themes/galaxy/res/helpimg \
> "${path}/helpimg.ilst"
[[ -s "${path}/helpimg.ilst" ]] || \
ewarn "The help images list is empty, something is fishy, report a bug."
)
local target
use test && target="build" || target="build-nocheck"
# this is not a proper make script
make ${target} || die
}
src_test() {
make unitcheck || die
make slowcheck || die
}
src_install() {
# This is not Makefile so no buildserver
make DESTDIR="${D}" distro-pack-install -o build -o check || die
# Fix bash completion placement
newbashcomp "${ED}"etc/bash_completion.d/libreoffice.sh ${PN}
bashcomp_alias \
libreoffice \
unopkg loimpress lobase localc lodraw lomath lowriter lofromtemplate loweb loffice
rm -rf "${ED}"etc/ || die
if use branding; then
insinto /usr/$(get_libdir)/${PN}/program
newins "${WORKDIR}/branding-sofficerc" sofficerc
dodir /etc/env.d
echo "CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc" > "${ED}"etc/env.d/99${PN} || die
fi
# Hack for offlinehelp, this needs fixing upstream at some point.
# It is broken because we send --without-help
# https://bugs.freedesktop.org/show_bug.cgi?id=46506
insinto /usr/$(get_libdir)/libreoffice/help
doins xmlhelp/util/*.xsl
# Remove desktop files for support to old installs that can't parse mime
rm -r "${ED}"usr/share/mimelnk/ || die
# FIXME: Hack add missing file
exeinto /usr/$(get_libdir)/${PN}/program
doexe "${S}"/instdir/program/libsaxlo.so
pax-mark -m "${ED}"usr/$(get_libdir)/libreoffice/program/soffice.bin
pax-mark -m "${ED}"usr/$(get_libdir)/libreoffice/program/unopkg.bin
}
pkg_preinst() {
# Cache updates - all handled by kde eclass for all environments
kde4-base_pkg_preinst
}
pkg_postinst() {
kde4-base_pkg_postinst
}
pkg_postrm() {
kde4-base_pkg_postrm
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_REQUIRED="optional"
QT_MINIMAL="4.7.4"
@ -255,9 +255,6 @@ REQUIRED_USE="
"
PATCHES=(
# submitted upstream
"${FILESDIR}/${PN}-5.1.0.3-isnan.patch"
# not upstreamable stuff
"${FILESDIR}/${PN}-4.4-system-pyuno.patch"
)
@ -271,8 +268,6 @@ elif [[ ${MERGE_TYPE} != binary ]] ; then
fi
pkg_pretend() {
local pgslot
use java || \
ewarn "If you plan to use lbase application you should enable java or you will get various crashes."
@ -290,7 +285,7 @@ pkg_pretend() {
# Ensure pg version but we have to be sure the pg is installed (first
# install on clean system)
if use postgres && has_version dev-db/postgresql; then
pgslot=$(postgresql-config show)
local pgslot=$(postgresql-config show)
if [[ ${pgslot//.} -lt 90 ]] ; then
eerror "PostgreSQL slot must be set to 9.0 or higher."
eerror " postgresql-config set 9.0"
@ -335,16 +330,9 @@ src_unpack() {
}
src_prepare() {
# patchset
if [[ -n ${PATCHSET} ]]; then
EPATCH_FORCE="yes" \
EPATCH_SOURCE="${WORKDIR}/${PATCHSET/.tar.xz/}" \
EPATCH_SUFFIX="patch" \
epatch
fi
epatch "${PATCHES[@]}"
epatch_user
[[ -n ${PATCHSET} ]] && eapply "${WORKDIR}/${PATCHSET/.tar.xz/}"
eapply "${PATCHES[@]}"
eapply_user
AT_M4DIR="m4" eautoreconf
# hack in the autogen.sh
@ -374,7 +362,6 @@ src_prepare() {
src_configure() {
local java_opts
local internal_libs
local lo_ext
local ext_opts
# optimization flags

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_REQUIRED="optional"
QT_MINIMAL="4.7.4"
@ -59,7 +59,7 @@ unset DEV_URI
# These are bundles that can't be removed for now due to huge patchsets.
# If you want them gone, patches are welcome.
ADDONS_SRC=(
"${ADDONS_URI}/d37daeccb841e5a457b9476d613a6012-xmlsec1-1.2.17.tar.gz" # modifies source code
"${ADDONS_URI}/fe664ba5f01ebfaeb0ab5deeb0b2249e-xmlsec1-1.2.19.tar.gz" # modifies source code
"collada? ( ${ADDONS_URI}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 )"
"java? ( ${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )"
# no release for 8 years, should we package it?
@ -266,8 +266,6 @@ elif [[ ${MERGE_TYPE} != binary ]] ; then
fi
pkg_pretend() {
local pgslot
use java || \
ewarn "If you plan to use lbase application you should enable java or you will get various crashes."
@ -285,7 +283,7 @@ pkg_pretend() {
# Ensure pg version but we have to be sure the pg is installed (first
# install on clean system)
if use postgres && has_version dev-db/postgresql; then
pgslot=$(postgresql-config show)
local pgslot=$(postgresql-config show)
if [[ ${pgslot//.} -lt 90 ]] ; then
eerror "PostgreSQL slot must be set to 9.0 or higher."
eerror " postgresql-config set 9.0"
@ -330,16 +328,9 @@ src_unpack() {
}
src_prepare() {
# patchset
if [[ -n ${PATCHSET} ]]; then
EPATCH_FORCE="yes" \
EPATCH_SOURCE="${WORKDIR}/${PATCHSET/.tar.xz/}" \
EPATCH_SUFFIX="patch" \
epatch
fi
epatch "${PATCHES[@]}"
epatch_user
[[ -n ${PATCHSET} ]] && eapply "${WORKDIR}/${PATCHSET/.tar.xz/}"
eapply "${PATCHES[@]}"
eapply_user
AT_M4DIR="m4" eautoreconf
# hack in the autogen.sh
@ -368,7 +359,6 @@ src_prepare() {
src_configure() {
local java_opts
local lo_ext
local ext_opts
# optimization flags

@ -5,9 +5,6 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
</use>
<upstream>
<remote-id type="sourceforge">gtkspell</remote-id>
</upstream>

@ -5,9 +5,6 @@
<email>office@gentoo.org</email>
<name>Gentoo Office project</name>
</maintainer>
<use>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
</use>
<upstream>
<remote-id type="bitbucket">tagoh/liblangtag</remote-id>
</upstream>

@ -0,0 +1,26 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit vim-plugin
DESCRIPTION="vim plugin: interface with grep, find and id-utils"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1062"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""
VIM_PLUGIN_HELPURI="${HOMEPAGE}"
DEPEND=""
RDEPEND="
${DEPEND}
>=app-vim/genutils-1.18
>=app-vim/multvals-3.6.1
>=app-vim/cmdalias-1.0"
src_compile() {
default
}

@ -0,0 +1,17 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
VIM_SPELL_LANGUAGE="Polish"
inherit vim-spell
LICENSE="CC-BY-SA-2.0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
src_compile() {
default
}

@ -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,36 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="JUEL is an implementation of the Unified Expression Language (EL), a part of JSP 2.1 (JSR-245)"
HOMEPAGE="http://juel.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
RDEPEND=">=virtual/jre-1.6"
DEPEND=">=virtual/jdk-1.6
app-arch/unzip"
java_prepare() {
rm -v *.jar || die "Unable to remove jars"
}
EANT_BUILD_TARGET="jars"
EANT_DOC_TARGET="apidoc"
src_install() {
java-pkg_newjar "${P}.jar"
use doc && java-pkg_dojavadoc doc/api
use source && java-pkg_dosrc src/api/* src/impl/*
}

@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
KEYWORDS="amd64 ppc64 x86"
IUSE=""

@ -1,36 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="JUEL is an implementation of the Unified Expression Language (EL), a part of JSP 2.1 (JSR-245)"
HOMEPAGE="http://juel.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=virtual/jre-1.5"
DEPEND=">=virtual/jdk-1.5
app-arch/unzip"
src_unpack() {
unpack ${A}
cd "${S}"
rm -v *.jar || die "Unable to remove jars"
}
EANT_BUILD_TARGET="jars"
EANT_DOC_TARGET="apidoc"
src_install() {
java-pkg_newjar "${P}.jar"
use doc && java-pkg_dojavadoc doc/api
use source && java-pkg_dosrc src/api/* src/impl/*
}

@ -1,2 +1,3 @@
DIST xml-commons-external-1.3.04.tar.bz2 659665 SHA256 4fde2dbe7707ebcec2b10f4d0214f6f30f608ab6c62b7833e183177ed6dd4dc8 SHA512 8bc71a0850e751ae4a5057833d57b2235734facbae43c733b0a9d86e5be99af016b737f12f5566c736f71374a709dee9954089db8fbeff4fb4cbb236a9fd6abb WHIRLPOOL df6004b449cae74d8e81c079c29bd2f9fed58df2ed65e488094c59c4cd687245a4b0bb6576874535ef61d7228c1e70e418518e0cf9387aa1e068584346751b3f
DIST xml-commons-external-1.4.01.jar 656529 SHA256 5db8b94589e334283e01075458cfae920995e37ab997cb3b475fd0667b3158b2 SHA512 f00773eec613453d0e1b7b0857b01c51d1926079f38e172953c4ef0350f063439acc8b5967f947c8d15a73e5d53e8887c3bf30122d5f7c553bcef349e5a8cb9a WHIRLPOOL e6b2690218e5ed0dd8794acefe28b0b1b7f099725a65ccd01c36f06dd717ea2d5f3e6f35ae757060dce4974486fc75e9082cfc449ec7a44ff72705895743c5ce
DIST xml-commons-external-1.4.01.tar.bz2 683486 SHA256 37adf00788ea7716062ef86c2bf61d46eed4dfb71f0f7e4be1117ab6d47bf305 SHA512 fe22afb25e17b69a5416025ea812348af83474c26dcf88613ebc7b5f1288af9a73428b3f70544907afae4ba9dacb2aa7b8e5e2375d0aa712fe9d4e672d2e02db WHIRLPOOL 3d15e8dab2b966521f01b40b7a34c638f27ec7a9c256bd52b8804376f1f33425c5d5994cbb332201f8e739bcdef6662f9decd26ce7d31e6655132598465b8589

@ -0,0 +1,27 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-pkg-simple
MY_PN="xml-apis"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Externally-defined set of standard interfaces, namely DOM, SAX, and JAXP"
HOMEPAGE="http://xerces.apache.org/xml-commons/components/external/"
SRC_URI="https://repo1.maven.org/maven2/${MY_PN}/${MY_PN}/${PV}/${MY_P}-sources.jar -> ${P}.jar"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="1.4"
IUSE=""
RDEPEND="
>=virtual/jre-1.6"
DEPEND="
>=virtual/jdk-1.6
source? ( app-arch/zip )"

@ -6,7 +6,7 @@ EAPI=5
inherit eutils autotools flag-o-matic versionator depend.apache apache-module db-use libtool systemd
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
function php_get_uri ()
{

@ -6,7 +6,7 @@ EAPI=5
inherit eutils autotools flag-o-matic versionator depend.apache apache-module libtool systemd
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
function php_get_uri ()
{

@ -1,14 +1,14 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
VIRTUALX_REQUIRED="test"
inherit cmake-utils virtualx
DESCRIPTION="C++ string template engine based on the Django template system"
HOMEPAGE="http://www.gitorious.org/grantlee/pages/Home"
HOMEPAGE="https://github.com/steveire/grantlee"
SRC_URI="http://downloads.grantlee.org/${P}.tar.gz"
LICENSE="LGPL-2.1"
@ -48,7 +48,7 @@ src_compile() {
}
src_test() {
VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
virtx cmake-utils_src_test
}
src_install() {

@ -5,9 +5,6 @@
<email>ssuominen@gentoo.org</email>
<name>Samuli Suominen</name>
</maintainer>
<use>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
</use>
<upstream>
<remote-id type="github">engla/keybinder</remote-id>
</upstream>

@ -8,7 +8,6 @@
<use>
<flag name="gtk" restrict="&gt;=dev-libs/libdbusmenu-12.10.2-r2">Enable support for GTK+2</flag>
<flag name="gtk3">Enable support for GTK+3</flag>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
</use>
<upstream>
<remote-id type="launchpad">dbusmenu</remote-id>

@ -5,9 +5,6 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
<use>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection</flag>
</use>
<upstream>
<remote-id type="launchpad">libindicate</remote-id>
</upstream>

@ -8,8 +8,4 @@
<longdescription lang="en">
Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.
</longdescription>
<use>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
for introspection</flag>
</use>
</pkgmetadata>

@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EAPI=6
KDE_PUNT_BOGUS_DEPS="true"
KDE_TEST="forceoptional"
inherit kde5
DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
@ -20,10 +20,10 @@ DEPEND="
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_kdeapps_dep kaccounts-integration)
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
net-libs/accounts-qt
"
RDEPEND="${DEPEND}"

@ -1 +1,2 @@
DIST Net-Z3950-ZOOM-1.28.tar.gz 66800 SHA256 c8fef9e47cc7d4783966623efbf3e843d719cc93c4b5df9706b7e81b533d976a SHA512 647ec0e7e572a10307be76c469781423f3cdd176c9d968bc93746f22570b11208dc3364e8835fa1840dfb10de7a5df0d683ff06aeae2f1a67db13a8f810871eb WHIRLPOOL 8da19d7e452fdab0ad898fdad8c06c49643907e0cb5ee18b203bb44a45315ef9dca68e5c17bc4d4b214d1e48b9f3ecd568e80571cdafe2bbb1d27de35d778993
DIST Net-Z3950-ZOOM-1.30.tar.gz 67042 SHA256 0e8872435ac36dbb67b7f6ecb54ed7e2698522815d76c79a4432eef1573928d9 SHA512 6511786d9d25070eb370313428b25e32120b4d591e1dbe585933b57e210423ea5b599bfdd995e65682a0963854b0ad7143c80d90b81f1e511c3ed23e44b6a7cc WHIRLPOOL 01fcbe96dc7111efc76412315f31f492ab6d8678f297fbf76bcd4145cd9a1ed8c36653f18c67bd35e9b4fbd396ea488cf5b951732af3424e9af0f47251120dbb

@ -0,0 +1,21 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR=MIRK
DIST_VERSION=1.30
inherit perl-module
DESCRIPTION="Perl extension for invoking the ZOOM-C API"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="
dev-perl/MARC-Record
>=dev-libs/yaz-4
"
DEPEND="${RDEPEND}"

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

@ -1,23 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=APERSAUD
MODULE_VERSION=1.3
inherit perl-module
DESCRIPTION="Nmap::Parser - parse nmap scan data with perl"
HOMEPAGE="http://nmapparser.wordpress.com/ https://code.google.com/p/nmap-parser/ ${HOMEPAGE}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="virtual/perl-Storable
>=dev-perl/XML-Twig-3.16"
DEPEND="${RDEPEND}"
SRC_TEST="do"

@ -1,2 +1 @@
DIST Object-Enum-0.072.tar.gz 21537 SHA256 3105340c97d7bd40b5d2de4d6d542b717fb32b9fc5e23eb77b25e31cfa6b2231 SHA512 c0c726b733b178288c9bc109bcb06e08dbba9444f809b53e4ab525bc15fab14c983a7e80f905163d59f414b0c6d0d0bf24cc25bd7ffb96aac3f6d4a58c333053 WHIRLPOOL d81845331ddc9ec37526b94f8201c0dda39652a9c553042bc72073ca4b404f08dfffbe5cf6c3268676612461a4eead50db047076006ff04195b9b8083d77c7d0
DIST Object-Enum-0.075.tar.gz 13292 SHA256 f103d2a535d268f2a48a4ee202546f07f036612d09d2de2ca0641b5b165004c6 SHA512 75e69101a99ba49aec584654b0e2017c2b4dd86ff0f5f3afde398644730ed2c1860292ccad937028cc19fde3e33a6bd1e8feddd6b05a687a8762b9dc85112d77 WHIRLPOOL 59f6771fdd2c7d92a97d76400867ae7aee85f0de1b5b04facacf8183c5f8f4e60fc6c899fa95ef33d77fc84c9a28807a0336b5acc7129e9d42364e86cacb53bc

@ -1,21 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=HDP
MODULE_VERSION=0.072
inherit perl-module
DESCRIPTION="Replacement for if (\$foo eq 'bar')"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-perl/Sub-Install
dev-perl/Sub-Exporter
dev-perl/Class-Data-Inheritable
dev-perl/Class-Accessor"
RDEPEND="${DEPEND}"

@ -1,2 +1 @@
DIST PyQt-gpl-5.5.1.tar.gz 3705749 SHA256 0a70ef94fbffcf674b0dde024aae2a2a7a3f5a8c42806109ff7df2c941bd8386 SHA512 ed9a4f30a50c0879f25b6a0841247f3f0de86942b55c1de9efea963bfbf64ee963a9e5c09be036ff2dec76164863b3b6235e45e8662776425f15378fa0abeab4 WHIRLPOOL 199a36ff1ee3689a76d0aae9d2bee586f9de3a0e3cf23c5b625c1f62b5f19311450afd9d009cbdb4f5be63ba024326c63ff0e6c9ea515216c686db9d8e07bcb3
DIST PyQt-gpl-5.5.tar.gz 3675521 SHA256 cdd1bb55b431acdb50e9210af135428a13fb32d7b1ab86e972ac7101f6acd814 SHA512 84e591da37032763f961e546250fa1da617e3f9b08c8586e0764d1ecf09fb0eed03b6e602742fa6921a7dd6f10db3255cb834770dba606613bf9897f5276bf43 WHIRLPOOL bcfa7e113ddb692b7d035671f47fcf92300e4ff4048e1c6c44724de0f1b3255d0b4901b88d05cc229263f003c45a6fda4a518127a05484a3cc2b487269c28ca2

@ -1,179 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit eutils multibuild multilib python-r1 qmake-utils
DESCRIPTION="Python bindings for the Qt framework"
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
https://pypi.python.org/pypi/PyQt5"
MY_PN="PyQt-gpl"
if [[ ${PV} == *_pre* ]]; then
MY_P=${MY_PN}-${PV%_pre*}-snapshot-${REVISION}
SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz"
else
MY_P=${MY_PN}-${PV}
SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
fi
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm ~x86"
# TODO: QtBluetooth, QtLocation, QtNfc, QtWebEngineWidgets
IUSE="dbus debug declarative designer doc examples gles2 gui help multimedia
network opengl positioning printsupport sensors serialport sql svg
testlib webchannel webkit websockets widgets x11extras xmlpatterns"
# The requirements below were extracted from configure.py
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
positioning? ( gui )
sensors? ( gui )
serialport? ( gui )
sql? ( widgets )
testlib? ( widgets )
webchannel? ( network )
"
# Minimal supported version of Qt.
QT_PV="5.4.2:5"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/sip-4.16.6:=[${PYTHON_USEDEP}]
>=dev-qt/qtcore-${QT_PV}
>=dev-qt/qtxml-${QT_PV}
dbus? (
dev-python/dbus-python[${PYTHON_USEDEP}]
>=dev-qt/qtdbus-${QT_PV}
)
declarative? ( >=dev-qt/qtdeclarative-${QT_PV}[widgets?] )
designer? ( >=dev-qt/designer-${QT_PV} )
gui? ( >=dev-qt/qtgui-${QT_PV}[gles2=] )
help? ( >=dev-qt/qthelp-${QT_PV} )
multimedia? ( >=dev-qt/qtmultimedia-${QT_PV}[widgets?] )
network? ( >=dev-qt/qtnetwork-${QT_PV} )
opengl? ( >=dev-qt/qtopengl-${QT_PV} )
positioning? ( >=dev-qt/qtpositioning-${QT_PV} )
printsupport? ( >=dev-qt/qtprintsupport-${QT_PV} )
sensors? ( >=dev-qt/qtsensors-${QT_PV} )
serialport? ( >=dev-qt/qtserialport-${QT_PV} )
sql? ( >=dev-qt/qtsql-${QT_PV} )
svg? ( >=dev-qt/qtsvg-${QT_PV} )
testlib? ( >=dev-qt/qttest-${QT_PV} )
webchannel? ( >=dev-qt/qtwebchannel-${QT_PV} )
webkit? ( >=dev-qt/qtwebkit-${QT_PV}[printsupport] )
websockets? ( >=dev-qt/qtwebsockets-${QT_PV} )
widgets? ( >=dev-qt/qtwidgets-${QT_PV} )
x11extras? ( >=dev-qt/qtx11extras-${QT_PV} )
xmlpatterns? ( >=dev-qt/qtxmlpatterns-${QT_PV} )
"
DEPEND="${RDEPEND}
dbus? ( virtual/pkgconfig )
"
S=${WORKDIR}/${MY_P}
src_prepare() {
# Avoid automagic dependency.
use dbus || rm -fr dbus
}
pyqt_use_enable() {
use "$1" || return
if [[ $# -eq 1 ]]; then
echo --enable=Qt$(tr 'a-z' 'A-Z' <<< ${1:0:1})${1:1}
else
shift
echo ${@/#/--enable=}
fi
}
src_configure() {
configuration() {
local myconf=(
"${PYTHON}"
"${S}"/configure.py
$(use debug && echo --debug --trace)
--verbose
--confirm-license
--qmake="$(qt5_get_bindir)"/qmake
--destdir="$(python_get_sitedir)"
--qsci-api
--enable=QtCore
--enable=QtXml
$(pyqt_use_enable dbus QtDBus)
$(pyqt_use_enable declarative QtQml QtQuick $(usex widgets QtQuickWidgets ''))
$(usex declarative '' --no-qml-plugin)
$(pyqt_use_enable designer)
$(usex designer '' --no-designer-plugin)
$(pyqt_use_enable gui)
$(pyqt_use_enable gui $(use gles2 && echo _QOpenGLFunctions_ES2 || echo _QOpenGLFunctions_{2_0,2_1,4_1_Core}))
$(pyqt_use_enable help)
$(pyqt_use_enable multimedia QtMultimedia $(usex widgets QtMultimediaWidgets ''))
$(pyqt_use_enable network)
$(pyqt_use_enable opengl QtOpenGL)
$(pyqt_use_enable positioning)
$(pyqt_use_enable printsupport QtPrintSupport)
$(pyqt_use_enable sensors)
$(pyqt_use_enable serialport QtSerialPort)
$(pyqt_use_enable sql)
$(pyqt_use_enable svg)
$(pyqt_use_enable testlib QtTest)
$(pyqt_use_enable webchannel QtWebChannel)
$(pyqt_use_enable webkit QtWebKit QtWebKitWidgets)
$(pyqt_use_enable websockets QtWebSockets)
$(pyqt_use_enable widgets)
$(pyqt_use_enable x11extras QtX11Extras)
$(pyqt_use_enable xmlpatterns QtXmlPatterns)
)
echo "${myconf[@]}"
"${myconf[@]}" || die
eqmake5 -recursive ${PN}.pro
}
python_foreach_impl run_in_build_dir configuration
}
src_compile() {
python_foreach_impl run_in_build_dir default
}
src_install() {
installation() {
local tmp_root=${D%/}/tmp
emake INSTALL_ROOT="${tmp_root}" install
local uic_dir=${tmp_root}$(python_get_sitedir)/${PN}/uic
if python_is_python3; then
rm -r "${uic_dir}"/port_v2 || die
else
rm -r "${uic_dir}"/port_v3 || die
fi
python_doexe "${tmp_root}${EPREFIX}"/usr/bin/pyuic5
rm "${tmp_root}${EPREFIX}"/usr/bin/pyuic5 || die
multibuild_merge_root "${tmp_root}" "${D}"
python_optimize
}
python_foreach_impl run_in_build_dir installation
dodoc ChangeLog NEWS
if use doc; then
dodoc -r doc/html
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

@ -3,3 +3,4 @@ DIST neovim-python-client-0.0.38.tar.xz 38524 SHA256 40599735f14dc6f715fbdc3b8e9
DIST neovim-python-client-0.1.0.tar.gz 43142 SHA256 2a9a1f07bd6d5617b1b85ee1772feed9aabd1f7a6ddb24664a48896c7db6121a SHA512 31d9c7ac32513871d7121a07269c643da97bba76469de0756aa3b71db3ff70b638d56b4da8b91d550ca41be6f53d2bd3e320e9c751ee5a6ce4e6230bd423b41a WHIRLPOOL 9192eff0dec934e949e201e425ee3bb316988078e9887290735b15b7c44f7a27a81556909f963e58414adf65e89354bcc26b9c7e7b1d372f73eff1d27cb6f901
DIST neovim-python-client-0.1.2.tar.gz 43428 SHA256 2d85a493194b5dfbc08cad1fd2e252f7ad35b65eb826dd61f67f4fecfc8476b2 SHA512 a050cd7fcc3ab9863bd777331a6ebce3b9ac110682c445ca3e18a59ef4296b4da486a2586ae8be36f4fc6c9ac5e0d5513c19d06f2783bdf37554f37ca547c908 WHIRLPOOL d5f08178bc8738fcdae7c50a43d4e58731ce8665e93d6b8e905c6a83e1b6fe0655dabc9c5ee96a1415b84710ec043f25cea72761af3fe4977d96b862ca81bb31
DIST neovim-python-client-0.1.5.tar.gz 39600 SHA256 e330ad562ae787e85fd881142cb993e80e8dabe6737b40e51a625fb4347e2509 SHA512 fced36987164ae378d79284b4ca1ed198e50ee089fd5f6222b3462405174161a79d1bc27c83ca593626f7635b52c943a15ae338086afc9dab86f5fabb5eb0cd6 WHIRLPOOL a6ce1d19aed92518232d02e1ba47a4243530e28f8d85acfc30604c039084a3764ce350245825380e2ebc59246763c029958bd283afbe59ed7d024f4cd1168d0e
DIST neovim-python-client-0.1.7.tar.gz 39735 SHA256 398d36c194548d5636eb5d33ba86b083495ab888fc7f03243c8c42d064ec1aa8 SHA512 f1d5f834163eb62338afddbb4d4de418cc6cdec77cfe8c8785a9206bce11016216c0c3e38a4113d75b58f3ea02cd665c916eb30b5a3987c52321b8cfde833e85 WHIRLPOOL 102e56c7b8db49f05014b175a01c648377669b82eb2780351eada741eca8fa31d666b8dce16426dfd70efff62f510faec828b9adca7d49e932ae64a0c497e91b

@ -0,0 +1,28 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="Python client for Neovim"
HOMEPAGE="https://github.com/neovim/python-client"
SRC_URI="https://github.com/neovim/python-client/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
>=dev-python/msgpack-0.4.0[${PYTHON_USEDEP}]
virtual/python-greenlet[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/trollius[${PYTHON_USEDEP}]' python{2_7,3_3})
"
RDEPEND="
${DEPEND}
=app-editors/neovim-0.1.3
"
S="${WORKDIR}/python-client-${PV}"

@ -1,2 +1,3 @@
DIST activeldap-3.2.2.gem 218624 SHA256 2c8f1c5ca5d32ef6c98cc9ad00933a10b3ed9fc0d77eaea504a5615e6e37ece0 SHA512 f3a802fa1e05b2140fc0c14035ce4ec7037496a2de50908a1143bf3a2c89cf9de6a339ead075b38e7f8b8f7f78314cfd9fe414b64e71e89bdd8dce6b9ab7a1ad WHIRLPOOL a07beca35e89738cc1fa39c5cfd193a63240708ab857812795fe02c148e73ef2e9e1865e286d82608c8fbbf78e4f87c6afc66f8a506b0de51550a0dd006bff6a
DIST activeldap-4.0.5.gem 224768 SHA256 bcae4c7eea8250c3daf819209c7f269d531dc7741c68e8e5d57cad2bc951a49d SHA512 bf311997d96e90af796e70870a8b24da884547d6f8db7658a5093470261e6fd70585bca527f21447397aee1f1baaa91c79117884efbf70f4d976adcde025db80 WHIRLPOOL ea5adf3256ff99478a2a2d4aa6e0d856c8e9c27a269a22fe6d1856439d40d869a563c789c5aa10a8b61da2d7bc7193ba93cae1bc51b598633bd2429ae3e124ba
DIST activeldap-4.0.6.gem 225280 SHA256 2b3660db97d49569eb514d1ab81a01eb3bbed7427cb95f38fef53eac3227be3e SHA512 03053e3798b557c73c3a0918b72d1d3c2cada4da3475913ef17a6f9f2f1ac1e102052459ef1a6d8c25ce41382b64c1a3097ccba1c768497a33a3a971b9778d3b WHIRLPOOL 4a9d282c8042feeeda3119c524e42fe783fafb1c040e09a5e7099c3a934ace0db9babed286334d125ed6e162fcbfc2284398e883f1285ae56176affc65f3abbd

@ -0,0 +1,40 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.textile TODO doc/text/*"
RUBY_FAKEGEM_EXTRAINSTALL="po"
inherit ruby-fakegem
MY_P="${P/ruby-/}"
DESCRIPTION="ActiveLDAP provides an activerecord inspired object oriented interface to LDAP"
HOMEPAGE="https://github.com/activeldap/activeldap"
LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64"
IUSE=""
# Most tests require a live LDAP server to run.
RESTRICT="test"
ruby_add_rdepend "
>dev-ruby/activemodel-4.0.0:*
dev-ruby/locale
dev-ruby/ruby-gettext
dev-ruby/gettext_i18n_rails
|| ( >=dev-ruby/ruby-ldap-0.8.2 dev-ruby/ruby-net-ldap )"
all_ruby_install() {
all_fakegem_install
dodoc doc/text/*
insinto /usr/share/doc/${PF}
doins -r examples
}

@ -1,4 +1,3 @@
DIST capybara-1.1.4.gem 72192 SHA256 33073d7e4920a3e74c61ec46d1afe655eb0f3361187113c5e146df498e4611ed SHA512 102738031281d0fabd645fa6d941cf0a9ddd56f90d53d7cc1c8a7b03a37b6af8f4cddd178e6fc07d6751a539a5039cf20502eabdd49e8001793601bb312b47a3 WHIRLPOOL 81eff318acfdc0806c9f8d4e212068edd57694d44db1e29bbefaa7a4db162f3a2354374d6ab97ad7c2372ff9e6f6bb864ed483050facad5c298c2223a39c63cc
DIST capybara-2.5.0.gem 240640 SHA256 755c32b0ba828b2671ca63605cce4e4c3b494b16e91bf4f99e445975488ebc61 SHA512 30431cc78c16a26f850ef1a1d60af4c9934ce89ffa3ed9c305af903640a66dc78e831614c22ed7725bf23d70e5de6b50b6c1d23cc3e33c815e73a2f1117dc13c WHIRLPOOL cb1dded65c7a789a46df0a86fbaf1f3104a4ece86133b8003c8c6ac18b8d6ed4d86f50310fe7d5a4d523393258c9bbf636c088d00f2a9d8f751390ed08d02bca
DIST capybara-2.6.0.gem 220160 SHA256 a34de24ef02b2cd42367f580a8b005e3793fb0a6a53a71d7d8c267ec1a1472fc SHA512 d7b2006565bb3118f5c16d2bf50aa833f56bd862b00b3dc483d09e1f1474f5882b3121d69ae0699c90f950589b8d673f384e20b93f1eee663dbfd76801ce2993 WHIRLPOOL d9da6ec338df9d2eda4019df877f66d68329a8027f00331f5f2fab6f9ffd051c0ada0843dcf27d93843f818619367a220092dfea47708a4c2e1dfc8b51690c2a
DIST capybara-2.6.2.gem 220160 SHA256 dc03b0065090b6f7a41fc242d15f06ea5bc97337620fa8fbd2a541ce8b3ac752 SHA512 a50de9bf3e09270a8ad4739326ecb938901e098caa7610cb5daa3df7d79753dcbe77beca60237d3a0536e0e6518af517dc6d96e9fea37d19ceb89a6f6905969d WHIRLPOOL 509b8963f5ea7808f4ebf1c24a34bcfa8b27374f900d63a2c07a44367e48e2208e30477f92e058d2b8724ce063c8f03b76046303a98d9325ce03d5405400b40f
DIST capybara-2.7.0.gem 227328 SHA256 645f6c2edddd6d90cab56cb471f262a222db566f38c7dc1e08477f2b00f6d8ec SHA512 522970c329d3e48265ce65329d8c0b11133364b69beb141d943f4336eb5b87d0f8327c4a5e976fa71f80c3ff84796ce9750eb05f73a18073672fe3f667344828 WHIRLPOOL 33ce95e2d4e9dbe118916291f7a4cb491f8dfc8178a68d6b7fbbd0c4f688f7af86342ce592d45fd7616ad8eb2e01a97d23f41bdb145ff986ba2bac26471856af

@ -1,45 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_EXTRADOC="History.md README.md"
# Rake tasks are not distributed in the gem.
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
inherit virtualx ruby-fakegem
DESCRIPTION="Capybara aims to simplify the process of integration testing Rack applications"
HOMEPAGE="https://github.com/jnicklas/capybara"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="2"
IUSE="test"
DEPEND="${DEPEND} test? ( www-client/firefox )"
ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/launchy >=dev-ruby/selenium-webdriver-2.0 )"
ruby_add_rdepend "
>=dev-ruby/mime-types-1.16:*
>=dev-ruby/nokogiri-1.3.3
>=dev-ruby/rack-1.0.0:*
>=dev-ruby/rack-test-0.5.4
>=dev-ruby/xpath-2.0.0:2"
all_ruby_prepare() {
sed -i -e '/bundler/d' -e '/pry/d' spec/spec_helper.rb || die
# Avoid window-manager specific tests (sizes are specific for fluxbox)
sed -i -e '/#maximize/,/^ end/ s:^:#:' lib/capybara/spec/session/window/window_spec.rb || die
}
each_ruby_test() {
VIRTUALX_COMMAND="${RUBY} -Ilib -S rspec spec"
virtualmake || die "Tests failed."
}

@ -26,6 +26,7 @@ DEPEND="${DEPEND} test? ( www-client/firefox )"
ruby_add_bdepend "test? ( dev-ruby/rspec:3 dev-ruby/launchy >=dev-ruby/selenium-webdriver-2.0 )"
ruby_add_rdepend "
dev-ruby/addressable
>=dev-ruby/mime-types-1.16:*
>=dev-ruby/nokogiri-1.3.3
>=dev-ruby/rack-1.0.0:*

@ -4,7 +4,7 @@
EAPI=5
USE_RUBY="ruby20 ruby21"
USE_RUBY="ruby20 ruby21 ruby22"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="Readme.md"

@ -1,41 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng
DESCRIPTION="RFC 2229 client in Ruby"
HOMEPAGE="http://www.caliban.org/ruby/ruby-dict.shtml"
SRC_URI="http://www.caliban.org/files/ruby/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
RUBY_PATCHES=( "${PN}-ruby19.patch" )
each_ruby_test() {
ewarn "Tests will use network connection"
${RUBY} -Ilib ./rdict test || die
}
each_ruby_install() {
doruby lib/dict.rb || die "doruby failed"
}
all_ruby_install() {
dobin rdict
dodoc README Changelog TODO doc/rfc2229.txt
dohtml doc/dict.html doc/rdict.html
# This would probably need a 3rb section..
# doman doc/dict.3
doman doc/rdict.1
}

@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
inherit ruby-ng
@ -14,7 +14,7 @@ SRC_URI="http://www.caliban.org/files/ruby/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
RUBY_PATCHES=( "${PN}-ruby19.patch" )

@ -1,32 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby19 ruby20"
inherit ruby-ng
DESCRIPTION="A Romaji <-> Kana conversion library for Ruby"
HOMEPAGE="http://0xcc.net/ruby-romkan/"
SRC_URI="http://0xcc.net/ruby-romkan/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DOCS="ChangeLog *.rd"
RUBY_PATCHES=( "${FILESDIR}/${PN}-ruby19.patch" )
each_ruby_test() {
${RUBY} -I. -Ke test.rb < /dev/null || die "test failed"
}
each_ruby_install() {
doruby romkan.rb
}
all_ruby_install() {
dodoc ${DOCS}
}

@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
inherit ruby-ng
@ -12,7 +12,7 @@ HOMEPAGE="http://0xcc.net/ruby-romkan/"
SRC_URI="http://0xcc.net/ruby-romkan/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DOCS="ChangeLog *.rd"

@ -3,7 +3,7 @@
# $Id$
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22"
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_EXTRADOC="README.md"

@ -51,6 +51,7 @@ REQUIRED_USE=${PYTHON_REQUIRED_USE}
PATCHES=(
"${FILESDIR}/catalyst-2.0.18-Do-notuntarwith--acls.patch"
"${FILESDIR}/catalyst-2.0.18-fix-quotes.patch"
"${FILESDIR}/catalyst-2.0.18-remove-machine-id.patch"
)
pkg_setup() {

@ -0,0 +1,25 @@
From fbf94254a714c8d72840faee42cf348eb69b1a43 Mon Sep 17 00:00:00 2001
From: "Anthony G. Basile" <blueness@gentoo.org>
Date: Fri, 8 Apr 2016 17:58:15 -0400
Subject: [PATCH] targets/support/chroot-functions.sh: remove machine-id for
systemd stages
---
targets/support/chroot-functions.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
index 6c1a31c..67874a0 100755
--- a/targets/support/chroot-functions.sh
+++ b/targets/support/chroot-functions.sh
@@ -223,6 +223,7 @@ cleanup_stages() {
stage1|stage2|stage3|system)
rm -f /var/lib/portage/world
touch /var/lib/portage/world
+ rm -f /etc/machine-id
;;
*)
echo "Skipping removal of world file for ${clst_target}"
--
2.7.3

@ -330,8 +330,9 @@ src_compile() {
fi
if [[ ${CHOST} == *-darwin* ]]; then
cd "${S}"/contrib/credential/osxkeychain || die "cd credential/osxkeychain"
git_emake || die "emake credential-osxkeychain"
cd "${S}"/contrib/credential/osxkeychain || die
git_emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" \
|| die "emake credential-osxkeychain"
fi
cd "${S}"/Documentation

@ -330,8 +330,9 @@ src_compile() {
fi
if [[ ${CHOST} == *-darwin* ]]; then
cd "${S}"/contrib/credential/osxkeychain || die "cd credential/osxkeychain"
git_emake || die "emake credential-osxkeychain"
cd "${S}"/contrib/credential/osxkeychain || die
git_emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" \
|| die "emake credential-osxkeychain"
fi
cd "${S}"/Documentation

@ -330,8 +330,9 @@ src_compile() {
fi
if [[ ${CHOST} == *-darwin* ]]; then
cd "${S}"/contrib/credential/osxkeychain || die "cd credential/osxkeychain"
git_emake || die "emake credential-osxkeychain"
cd "${S}"/contrib/credential/osxkeychain || die
git_emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" \
|| die "emake credential-osxkeychain"
fi
cd "${S}"/Documentation

@ -330,8 +330,9 @@ src_compile() {
fi
if [[ ${CHOST} == *-darwin* ]]; then
cd "${S}"/contrib/credential/osxkeychain || die "cd credential/osxkeychain"
git_emake || die "emake credential-osxkeychain"
cd "${S}"/contrib/credential/osxkeychain || die
git_emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" \
|| die "emake credential-osxkeychain"
fi
cd "${S}"/Documentation

@ -330,8 +330,9 @@ src_compile() {
fi
if [[ ${CHOST} == *-darwin* ]]; then
cd "${S}"/contrib/credential/osxkeychain || die "cd credential/osxkeychain"
git_emake || die "emake credential-osxkeychain"
cd "${S}"/contrib/credential/osxkeychain || die
git_emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" \
|| die "emake credential-osxkeychain"
fi
cd "${S}"/Documentation

@ -5,7 +5,4 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
</use>
</pkgmetadata>

@ -5,7 +5,4 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
</use>
</pkgmetadata>

@ -18,7 +18,7 @@ DEPEND="
RDEPEND="
!<kde-apps/kde4-l10n-${PV}
!kde-apps/kde4-l10n[-minimal]
!<kde-apps/kdepim-l10n-${PV}
!<kde-apps/kdepim-l10n-${PV}:5
!<kde-apps/ktp-l10n-${PV}
"

@ -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$
@ -8,10 +8,18 @@ inherit kde4-base
DESCRIPTION="SANE Library interface for KDE"
KEYWORDS="amd64 x86"
IUSE="debug"
IUSE="debug minimal"
LICENSE="LGPL-2"
DEPEND="
media-gfx/sane-backends
"
RDEPEND="${DEPEND}"
src_install() {
kde4-base_src_install
if use minimal ; then
rm -r "${ED}"usr/share/icons || die
fi
}

@ -2,3 +2,4 @@ DIST rspamd-1.1.3.tar.xz 1357696 SHA256 8604e980a81d6586d18d02f90236c83384754ef1
DIST rspamd-1.1.4.tar.xz 1357172 SHA256 7186d0448aaddc1e347af580e7ec14e34ff38859db99bf2173139a6bbc18821d SHA512 de4afb82beba9d8d28a6cf6d7eb222806671fcca51114b9668fe0484c5a2b0680763d3fe6095cb7d4b301991a5f17effef6cfbf70d6d98c8e79476bbdb8b6ee3 WHIRLPOOL 0dab7e399a9319e82c1cacbf856cf4977376f78b12aa7de563912f6a5ed6280a8ec2b2bd0a07fe46dc684112b725717fb4fb9031b9d9d69ac2da59ba98724dea
DIST rspamd-1.2.0.tar.xz 1406832 SHA256 1a287608787bfdd59137ae511bafeaca3c4d2faf23aa1c628bdf84d7da6d8505 SHA512 0c0b1c5151ee3633e40b5730a303658263b9e0d174614e92af1dedef7352f71daa524f8d9df04fc6b21d0a73bceeba18a930a6483d4fac0ef412686c36ce1b79 WHIRLPOOL 3e080c2bec4cfef9ebb952446b203ca287c0c1aeedc6baadae1e61fa452fc9a7ef729279378fe7ca1af65af251fc1a1cf6f3cfe1c8c0ccebb042922b1a1f8656
DIST rspamd-1.2.1.tar.xz 1407348 SHA256 fa4379d047c2b8f029500db69a6c2e8e2ca36f6b187ea49ee5e8892c5236392a SHA512 95666417eb4f3dd3e5153b5b578efdf926014f084be556c7e471c50e386d7bb453f8c11935bcb8af2e0a86550452d39d54fb6630762ca621c6179af4977a5386 WHIRLPOOL 03b0dcc44b9c7718764c6fc81a2109e99cae16734dd5edcb5c49e6047d2877e37e005814e7390b1a3d5fa8991b4f3e50f5d42f9b6a550b753b5dc9dbb871aa1f
DIST rspamd-1.2.2.tar.xz 1409272 SHA256 3e46509194f28ac36dc1d9a24d68afffed6e20e1a5e0cdb8573ec4fdd80eec73 SHA512 ef2c425d279a1c5d16c7b319d859bf3c8546a9705f313a194d1e536a2cc2adf139f44b95578ca44195845de158783035af3c0424e60b864ccfa233b041cce68f WHIRLPOOL 0443f8e1d4193ad220411c744429137b84aea9679bb54b218b96f4f00f8205e8134255501a10e5c37770ba0c8171e38201ecee365ee928885d6c43c88ac76459

@ -0,0 +1,62 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit cmake-utils user
DESCRIPTION="Rapid spam filtering system"
SRC_URI="https://rspamd.com/downloads/${P}.tar.xz"
HOMEPAGE="https://github.com/vstakhov/rspamd"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+jit"
DEPEND="dev-libs/openssl:0
jit? (
dev-libs/libpcre[jit]
dev-lang/luajit:2
)
!jit? (
dev-libs/libpcre[-jit]
>=dev-lang/lua-5.1:0
)
dev-libs/libevent
dev-db/sqlite:3
dev-libs/glib:2
dev-libs/gmime
sys-apps/file
virtual/libiconv"
RDEPEND="${DEPEND}"
pkg_setup() {
enewgroup rspamd
enewuser rspamd -1 -1 /var/lib/rspamd rspamd
}
src_configure() {
local mycmakeargs=(
-DCONFDIR=/etc/rspamd
-DRUNDIR=/var/run/rspamd
-DDBDIR=/var/lib/rspamd
-DLOGDIR=/var/log/rspamd
-DENABLE_LUAJIT=$(usex jit ON OFF)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
newinitd "${FILESDIR}/rspamd.init-r1" rspamd
dodir /var/lib/rspamd
dodir /var/log/rspamd
fowners rspamd:rspamd /var/lib/rspamd /var/log/rspamd
insinto /etc/logrotate.d
newins "${FILESDIR}/rspamd.logrotate" rspamd
}

@ -5,10 +5,8 @@
<email>sping@gentoo.org</email>
</maintainer>
<use>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for introspection.</flag>
<flag name="lensfun">Enable support for <pkg>media-libs/lensfun</pkg>.</flag>
<flag name="umfpack">Enable sparse solving via <pkg>sci-libs/umfpack</pkg>.</flag>
<flag name="vala">Enable bindings for <pkg>dev-lang/vala</pkg></flag>
<flag name="webp">Enable support for <pkg>media-libs/libwebp</pkg></flag>
</use>
</pkgmetadata>

@ -5,8 +5,4 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
<flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
for introspection</flag>
</use>
</pkgmetadata>

@ -5,8 +5,4 @@
<email>sci-geosciences@gentoo.org</email>
<name>Gentoo Geosciences Project</name>
</maintainer>
<use>
<flag name="introspection">Use dev-libs/gobject-introspection for introspection</flag>
<flag name="vala">Add support for Vala</flag>
</use>
</pkgmetadata>

@ -98,8 +98,8 @@ src_prepare() {
-e 's:DEFINES += CHECK_UPGRADED:#DEFINES += CHECK_UPGRADED:' \
-i "${S}"/src/smplayer.pro || die "sed failed"
# Turn off nasty share widget
sed -e 's:DEFINES += SHAREWIDGET:#DEFINES += SHAREWIDGET:' \
# Turn off intrusive share widget
sed -e 's:DEFINES += SHARE_WIDGET:#DEFINES += SHARE_WIDGET:' \
-i "${S}"/src/smplayer.pro || die "sed failed"
# Turn off youtube support (which pulls in extra dependencies) if unwanted

@ -1 +1 @@
Fri, 08 Apr 2016 07:39:06 +0000
Sat, 09 Apr 2016 09:42:57 +0000

@ -1 +1 @@
Fri, 08 Apr 2016 07:39:06 +0000
Sat, 09 Apr 2016 09:42:57 +0000

@ -9,6 +9,6 @@ LICENSE=GPL-3
RDEPEND=python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=kde-frameworks/kconfig-5.18.0:5 >=kde-frameworks/kcoreaddons-5.18.0:5 >=kde-frameworks/ki18n-5.18.0:5 >=kde-frameworks/kparts-5.18.0:5 >=kde-frameworks/kservice-5.18.0:5 >=kde-frameworks/solid-5.18.0:5 >=dev-qt/linguist-tools-5.5.1:5 >=dev-qt/qtdbus-5.5.1:5 >=dev-qt/qtgui-5.5.1:5 >=dev-qt/qtquick1-5.5.1:5 >=dev-qt/qtsvg-5.5.1:5 >=dev-qt/qtwidgets-5.5.1:5 >=dev-cpp/yaml-cpp-0.5.1 >=dev-libs/boost-1.55:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] sys-apps/dbus sys-apps/dmidecode sys-auth/polkit-qt[qt5] >=sys-libs/kpmcore-2.1.0 app-admin/sudo dev-libs/libatasmart net-misc/rsync sys-apps/gptfdisk >=sys-block/parted-3.0 || ( sys-boot/grub:2 sys-boot/gummiboot ) sys-boot/os-prober sys-fs/squashfs-tools sys-fs/udisks:2[systemd] virtual/udev[systemd] networkmanager? ( net-misc/networkmanager ) upower? ( sys-power/upower ) >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.5.1:5
REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 )
SLOT=5
SRC_URI=https://github.com/calamares/calamares/releases/download/v2.2/calamares-2.2.tar.gz
SRC_URI=https://github.com/calamares/calamares/releases/download/v2.2.1/calamares-2.2.1.tar.gz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 kde5 3fea92522c55e77439360caf8eb91554 kde5-functions 324130c9b06b57d5e15a6fb1c713d305 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=9a151653ef31c4a94d2e1db9b9dd8a21

@ -10,4 +10,4 @@ RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/atom/atom/archive/v1.6.2.tar.gz -> 1.6.2.tar.gz
_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=dc88fbe0de7b3ed4b896dd35ccfd3b1b
_md5_=f0626c84937e51e6848e5a86d2e60279

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-lang/luajit:2 >=dev-libs/libtermkey-0.17 >=dev-libs/libuv-1.2.0 >=dev-libs/msgpack-1.0.0 >=dev-libs/unibilium-1.1.1 dev-libs/libvterm dev-lua/lpeg dev-lua/messagepack jemalloc? ( dev-libs/jemalloc ) virtual/libiconv virtual/libintl sys-devel/make >=dev-util/cmake-2.8.12
DESCRIPTION=Vim-fork focused on extensibility and agility.
EAPI=5
HOMEPAGE=https://neovim.io
IUSE=+nvimpager perl python +jemalloc
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0 vim
RDEPEND=dev-lang/luajit:2 >=dev-libs/libtermkey-0.17 >=dev-libs/libuv-1.2.0 >=dev-libs/msgpack-1.0.0 >=dev-libs/unibilium-1.1.1 dev-libs/libvterm dev-lua/lpeg dev-lua/messagepack jemalloc? ( dev-libs/jemalloc ) perl? ( dev-lang/perl ) python? ( dev-python/neovim-python-client )
SLOT=0
SRC_URI=https://github.com/neovim/neovim/archive/v0.1.3.tar.gz -> neovim-0.1.3.tar.gz
_eclasses_=cmake-utils 422bbd1bee2557490177a34dbe0a662b eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=033d2a58494698c18974a162d0035948

@ -3,10 +3,10 @@ DEPEND=>=virtual/emacs-23
DESCRIPTION=A modern list library for Emacs
EAPI=5
HOMEPAGE=https://github.com/magnars/dash.el
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-3+
RDEPEND=>=virtual/emacs-23
SLOT=0
SRC_URI=https://github.com/magnars/dash.el/archive/2.12.1.tar.gz -> dash-2.12.1.tar.gz
_eclasses_=elisp 7e36316fe822639d5a29fa10d5529eb9 elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=f6aa3d3ea1bb0b5173e99ce0673a46e7
_md5_=8101b9ac5af8bdd5efb878a120ef5de9

@ -3,10 +3,10 @@ DEPEND=>=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0 >=virtual/emacs-24
DESCRIPTION=A Git porcelain inside Emacs
EAPI=5
HOMEPAGE=http://magit.vc/
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-3+
RDEPEND=>=app-emacs/dash-2.12.1 >=app-emacs/with-editor-2.5.0 >=dev-vcs/git-1.9.4 >=virtual/emacs-24
SLOT=0
SRC_URI=https://github.com/magit/magit/releases/download/2.6.0/magit-2.6.0.tar.gz
_eclasses_=elisp 7e36316fe822639d5a29fa10d5529eb9 elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=947ab83971e6059e7a81ac159e7275e3
_md5_=aa6913c63190a5bab85d23093112687b

@ -3,10 +3,10 @@ DEPEND=>=app-emacs/dash-2.12.1 >=virtual/emacs-24
DESCRIPTION=Use the Emacsclient as the $EDITOR of child processes
EAPI=5
HOMEPAGE=http://magit.vc/manual/with-editor
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-3+
RDEPEND=!!<app-emacs/magit-2.5.0 >=app-emacs/dash-2.12.1 >=virtual/emacs-24
SLOT=0
SRC_URI=https://github.com/magit/with-editor/archive/v2.5.0.tar.gz -> with-editor-2.5.0.tar.gz
_eclasses_=elisp 7e36316fe822639d5a29fa10d5529eb9 elisp-common 9f56c4e9bf1282dbfc2a5a09e1124e74 eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb
_md5_=d04165068012314b9cc447e8735efcf3
_md5_=6f5591a8c9dc53d59bda1a54d174c671

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -11,4 +11,4 @@ RESTRICT=test
SLOT=0
SRC_URI=gecko? ( abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/2.44/wine_gecko-2.44-x86.msi ) abi_x86_64? ( https://dl.winehq.org/wine/wine-gecko/2.44/wine_gecko-2.44-x86_64.msi ) ) mono? ( https://dl.winehq.org/wine/wine-mono/4.6.0/wine-mono-4.6.0.msi ) https://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2015.03.07.tar.bz2
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 ef66dfc3db09f327af21cf32f140fb2b gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 l10n 714aaf78929eade946da5eaff7d2001a libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=3c65af3a915a8d44de80cf1fc17facab
_md5_=b9238463df67097f19e943eafdf31b4d

@ -0,0 +1,15 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack
DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libabw-0.1.0 >=app-text/libexttextcat-3.4.4 >=app-text/libebook-0.1 >=app-text/libetonyek-0.1 app-text/liblangtag >=app-text/libmspub-0.1.0 >=app-text/libmwaw-0.3.1 >=app-text/libodfgen-0.1.0 app-text/libwpd:0.10[tools] app-text/libwpg:0.3 >=app-text/libwps-0.4 >=app-text/poppler-0.16:=[cxx] >=dev-cpp/clucene-2.3.3.4-r2 =dev-cpp/libcmis-0.5* dev-db/unixODBC >=dev-libs/boost-1.55:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= =dev-libs/liborcus-0.9* >=dev-libs/librevenge-0.0.1 >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/glew-1.10 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4:0= >=media-libs/libcdr-0.1.0 >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker >=media-libs/libvisio-0.1.0 >=net-misc/curl-7.21.4 net-libs/neon net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X,-xlib-xcb] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu virtual/opengl bluetooth? ( net-wireless/bluez ) coinmp? ( sci-libs/coinor-mp ) collada? ( >=media-libs/opencollada-1.2.2_p20150207 ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( dev-libs/glib:2 gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( dev-libs/glib:2 dev-libs/gobject-introspection >=x11-libs/gtk+-3.8:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) postgres? ( >=dev-db/postgresql-9.0:*[kerberos] ) telepathy? ( >=net-libs/telepathy-glib-0.18.0 ) >=dev-libs/libatomic_ops-7.2d >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.12.0:0= media-libs/glm net-misc/npapi-sdk sys-devel/bison sys-devel/flex sys-devel/gettext !<sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib virtual/pkgconfig x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 java? ( >=dev-java/java-config-2.2.0 ) >=sys-apps/sed-4 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] )
DESCRIPTION=A full office productivity suite
EAPI=6
HOMEPAGE=http://www.libreoffice.org
IUSE=bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc libreoffice_extensions_nlpsolver libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher elibc_FreeBSD java aqua kde python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
LICENSE=|| ( LGPL-3 MPL-1.1 )
PDEPEND==app-office/libreoffice-l10n-5.1*
RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libabw-0.1.0 >=app-text/libexttextcat-3.4.4 >=app-text/libebook-0.1 >=app-text/libetonyek-0.1 app-text/liblangtag >=app-text/libmspub-0.1.0 >=app-text/libmwaw-0.3.1 >=app-text/libodfgen-0.1.0 app-text/libwpd:0.10[tools] app-text/libwpg:0.3 >=app-text/libwps-0.4 >=app-text/poppler-0.16:=[cxx] >=dev-cpp/clucene-2.3.3.4-r2 =dev-cpp/libcmis-0.5* dev-db/unixODBC >=dev-libs/boost-1.55:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= =dev-libs/liborcus-0.9* >=dev-libs/librevenge-0.0.1 >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/glew-1.10 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4:0= >=media-libs/libcdr-0.1.0 >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker >=media-libs/libvisio-0.1.0 >=net-misc/curl-7.21.4 net-libs/neon net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X,-xlib-xcb] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu virtual/opengl bluetooth? ( net-wireless/bluez ) coinmp? ( sci-libs/coinor-mp ) collada? ( >=media-libs/opencollada-1.2.2_p20150207 ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( dev-libs/glib:2 gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( dev-libs/glib:2 dev-libs/gobject-introspection >=x11-libs/gtk+-3.8:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) postgres? ( >=dev-db/postgresql-9.0:*[kerberos] ) telepathy? ( >=net-libs/telepathy-glib-0.18.0 ) !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !<app-office/openoffice-bin-3.4.0-r1 !app-office/openoffice media-fonts/libertine media-fonts/liberation-fonts media-fonts/urw-fonts java? ( >=virtual/jre-1.6 ) kde? ( >=kde-apps/kioclient-4.4:4[aqua=] ) vlc? ( media-video/vlc ) java? ( >=dev-java/java-config-2.2.0 ) kde? ( kde-frameworks/oxygen-icons ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] )
REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) bluetooth? ( dbus ) collada? ( gltf ) eds? ( gnome ) gnome? ( gtk ) telepathy? ( gtk ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) libreoffice_extensions_scripting-javascript? ( java ) libreoffice_extensions_wiki-publisher? ( java )
SLOT=0
SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-5.1.2.2.tar.xz http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-help-5.1.2.2.tar.xz http://download.documentfoundation.org/libreoffice/src/5.1.2//libreoffice-5.1.2.2.tar.xz http://download.documentfoundation.org/libreoffice/src/5.1.2//libreoffice-help-5.1.2.2.tar.xz http://download.documentfoundation.org/libreoffice/old/5.1.2.2//libreoffice-5.1.2.2.tar.xz http://download.documentfoundation.org/libreoffice/old/5.1.2.2//libreoffice-help-5.1.2.2.tar.xz http://dev-www.libreoffice.org/src//d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz collada? ( http://dev-www.libreoffice.org/src//4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 kde4-base 98acb5fdc583ece9b41bbe16d2a05585 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=b650c0f8cd7fbb9bcccf17b413fc0a5d

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack
DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libabw-0.1.0 >=app-text/libexttextcat-3.4.4 >=app-text/libebook-0.1 >=app-text/libetonyek-0.1 app-text/liblangtag >=app-text/libmspub-0.1.0 >=app-text/libmwaw-0.3.1 >=app-text/libodfgen-0.1.0 app-text/libwpd:0.10[tools] app-text/libwpg:0.3 >=app-text/libwps-0.4 >=app-text/poppler-0.16:=[cxx] >=dev-cpp/clucene-2.3.3.4-r2 =dev-cpp/libcmis-0.5* dev-db/unixODBC >=dev-libs/boost-1.55:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= =dev-libs/liborcus-0.9* >=dev-libs/librevenge-0.0.1 >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/glew-1.10 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4:0= >=media-libs/libcdr-0.1.0 >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker >=media-libs/libvisio-0.1.0 >=net-misc/curl-7.21.4 net-libs/neon net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X,-xlib-xcb] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu virtual/opengl bluetooth? ( net-wireless/bluez ) coinmp? ( sci-libs/coinor-mp ) collada? ( >=media-libs/opencollada-1.2.2_p20150207 ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( dev-libs/glib:2 gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( dev-libs/glib:2 dev-libs/gobject-introspection >=x11-libs/gtk+-3.8:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) postgres? ( >=dev-db/postgresql-9.0:*[kerberos] ) telepathy? ( >=net-libs/telepathy-glib-0.18.0 ) >=dev-libs/libatomic_ops-7.2d >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool >=dev-util/mdds-0.12.0:0= media-libs/glm net-misc/npapi-sdk sys-devel/bison sys-devel/flex sys-devel/gettext !<sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib virtual/pkgconfig x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 java? ( >=dev-java/java-config-2.2.0 ) >=sys-apps/sed-4 >=dev-vcs/git-1.8.2.1 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] )
DESCRIPTION=A full office productivity suite
EAPI=5
EAPI=6
HOMEPAGE=http://www.libreoffice.org
IUSE=bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc libreoffice_extensions_nlpsolver libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher elibc_FreeBSD java aqua kde python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5
LICENSE=|| ( LGPL-3 MPL-1.1 )
@ -11,4 +11,4 @@ REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_4
SLOT=0
SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-www.libreoffice.org/src//d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz collada? ( http://dev-www.libreoffice.org/src//4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 ef66dfc3db09f327af21cf32f140fb2b gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 kde4-base 98acb5fdc583ece9b41bbe16d2a05585 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=900095e692db703ace618a4889b8b36d
_md5_=b650c0f8cd7fbb9bcccf17b413fc0a5d

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack
DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libabw-0.1.0 >=app-text/libexttextcat-3.4.4 >=app-text/libebook-0.1 >=app-text/libetonyek-0.1 app-text/liblangtag >=app-text/libmspub-0.1.0 >=app-text/libmwaw-0.3.1 >=app-text/libodfgen-0.1.0 app-text/libwpd:0.10[tools] app-text/libwpg:0.3 >=app-text/libwps-0.4 >=app-text/poppler-0.16:=[cxx] >=dev-cpp/clucene-2.3.3.4-r2 =dev-cpp/libcmis-0.5* dev-db/unixODBC >=dev-libs/boost-1.55:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/liborcus-0.11.1 >=dev-libs/librevenge-0.0.1 >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/glew-1.10 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4:0= >=media-libs/libcdr-0.1.0 >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker >=media-libs/libvisio-0.1.0 >=net-misc/curl-7.21.4 net-libs/neon net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X,-xlib-xcb] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu virtual/opengl bluetooth? ( net-wireless/bluez ) coinmp? ( sci-libs/coinor-mp ) collada? ( >=media-libs/opencollada-1.2.2_p20150207 ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( dev-libs/glib:2 gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( dev-libs/glib:2 dev-libs/gobject-introspection >=x11-libs/gtk+-3.8:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) postgres? ( >=dev-db/postgresql-9.0:*[kerberos] ) telepathy? ( >=net-libs/telepathy-glib-0.18.0 ) >=dev-libs/libatomic_ops-7.2d >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds:1= media-libs/glm sys-devel/bison sys-devel/flex sys-devel/gettext !<sys-devel/make-3.82 sys-devel/ucpp sys-libs/zlib virtual/pkgconfig x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 java? ( >=dev-java/java-config-2.2.0 ) >=sys-apps/sed-4 >=dev-vcs/git-1.8.2.1 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] )
DESCRIPTION=A full office productivity suite
EAPI=5
EAPI=6
HOMEPAGE=http://www.libreoffice.org
IUSE=bluetooth +branding coinmp collada +cups dbus debug eds firebird gltf gnome gstreamer +gtk gtk3 jemalloc kde libressl mysql odk postgres telepathy test vlc libreoffice_extensions_nlpsolver libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher elibc_FreeBSD java aqua kde python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5
LICENSE=|| ( LGPL-3 MPL-1.1 )
@ -9,6 +9,6 @@ PDEPEND=!app-office/libreoffice-l10n
RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) python_single_target_python3_5? ( dev-lang/python:3.5[threads,xml] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libabw-0.1.0 >=app-text/libexttextcat-3.4.4 >=app-text/libebook-0.1 >=app-text/libetonyek-0.1 app-text/liblangtag >=app-text/libmspub-0.1.0 >=app-text/libmwaw-0.3.1 >=app-text/libodfgen-0.1.0 app-text/libwpd:0.10[tools] app-text/libwpg:0.3 >=app-text/libwps-0.4 >=app-text/poppler-0.16:=[cxx] >=dev-cpp/clucene-2.3.3.4-r2 =dev-cpp/libcmis-0.5* dev-db/unixODBC >=dev-libs/boost-1.55:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/liborcus-0.11.1 >=dev-libs/librevenge-0.0.1 >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 !libressl? ( >=dev-libs/openssl-1.0.0d:0 ) libressl? ( dev-libs/libressl ) >=dev-libs/redland-1.0.16 media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/glew-1.10 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4:0= >=media-libs/libcdr-0.1.0 >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker >=media-libs/libvisio-0.1.0 >=net-misc/curl-7.21.4 net-libs/neon net-nds/openldap sci-mathematics/lpsolve virtual/jpeg:0 >=x11-libs/cairo-1.10.0[X,-xlib-xcb] x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender virtual/glu virtual/opengl bluetooth? ( net-wireless/bluez ) coinmp? ( sci-libs/coinor-mp ) collada? ( >=media-libs/opencollada-1.2.2_p20150207 ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( dev-libs/glib:2 gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) gltf? ( media-libs/libgltf ) gtk? ( x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 ) gtk3? ( dev-libs/glib:2 dev-libs/gobject-introspection >=x11-libs/gtk+-3.8:3 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) jemalloc? ( dev-libs/jemalloc ) libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 ) libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) postgres? ( >=dev-db/postgresql-9.0:*[kerberos] ) telepathy? ( >=net-libs/telepathy-glib-0.18.0 ) !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !<app-office/openoffice-bin-3.4.0-r1 !app-office/openoffice media-fonts/libertine media-fonts/liberation-fonts media-fonts/urw-fonts java? ( >=virtual/jre-1.6 ) kde? ( >=kde-apps/kioclient-4.4:4[aqua=] ) vlc? ( media-video/vlc ) java? ( >=dev-java/java-config-2.2.0 ) kde? ( kde-frameworks/oxygen-icons ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4 >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] )
REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) bluetooth? ( dbus ) collada? ( gltf ) eds? ( gnome ) gnome? ( gtk ) telepathy? ( gtk ) libreoffice_extensions_nlpsolver? ( java ) libreoffice_extensions_scripting-beanshell? ( java ) libreoffice_extensions_scripting-javascript? ( java ) libreoffice_extensions_wiki-publisher? ( java )
SLOT=0
SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-www.libreoffice.org/src//d37daeccb841e5a457b9476d613a6012-xmlsec1-1.2.17.tar.gz collada? ( http://dev-www.libreoffice.org/src//4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )
SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-www.libreoffice.org/src//fe664ba5f01ebfaeb0ab5deeb0b2249e-xmlsec1-1.2.19.tar.gz collada? ( http://dev-www.libreoffice.org/src//4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 check-reqs aee25bdf4e2f459af86d17f7c41dcdf6 eutils 9d81603248f2ba3ec59124320d123e5e fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic d270fa247153df66074f795fa42dba3e git-r3 ef66dfc3db09f327af21cf32f140fb2b gnome2-utils c6dcdf3a2c22b578b16adb945dc85c35 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 kde4-base 98acb5fdc583ece9b41bbe16d2a05585 kde4-functions 88bc45dff8c885002aca6e4c0adbe541 libtool 4890219c51da247200223277f993e054 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 pax-utils ecf634cba91bb9591a8fdb6f6145f1bb python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 2e6826f6a93ad2acf904eecf5b5fb6d2 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 86c9305a59b3e0459e7fbef3a5f30b96 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=eec0e281f3b962a21d4af6e60ed0efe7
_md5_=6315027854667524f995b3c8908865e3

File diff suppressed because one or more lines are too long

@ -0,0 +1,12 @@
DEFINED_PHASES=compile install postinst postrm
DEPEND=|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
DESCRIPTION=vim plugin: interface with grep, find and id-utils
EAPI=6
HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=1062
KEYWORDS=~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86
LICENSE=GPL-2
RDEPEND=>=app-vim/genutils-1.18 >=app-vim/multvals-3.6.1 >=app-vim/cmdalias-1.0 || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
SLOT=0
SRC_URI=mirror://gentoo/greputils-2.8.tar.bz2 https://dev.gentoo.org/~radhermit/vim/greputils-2.8.tar.bz2
_eclasses_=vim-doc 1b0813c9dadf2431c96854a8d46f5eaf vim-plugin 1bbfc3364a7588372fb4c21734f0cd96
_md5_=a469d1f7d78765bfcea0c582773f6528

@ -0,0 +1,12 @@
DEFINED_PHASES=compile install postinst
DEPEND=|| ( >=app-editors/vim-7_alpha >=app-editors/gvim-7_alpha )
DESCRIPTION=vim spell files: Polish (pl)
EAPI=6
HOMEPAGE=http://www.vim.org/
KEYWORDS=~amd64 ~ppc ~sparc ~x86
LICENSE=CC-BY-SA-2.0
RDEPEND=|| ( >=app-editors/vim-7_alpha >=app-editors/gvim-7_alpha )
SLOT=0
SRC_URI=mirror://gentoo/vim-spell-pl-20060218.tar.bz2
_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb vim-spell ebf364fc019342579ed49ee7619e0ba2
_md5_=79e1f8a1ff6f5ffd037cdbfccb0c4acb

@ -4,10 +4,10 @@ DESCRIPTION=A SQL Database Engine in a C Library
EAPI=5
HOMEPAGE=https://sqlite.org/
IUSE=debug doc icu +readline secure-delete static-libs tcl test tools abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
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
LICENSE=public-domain
RDEPEND=icu? ( dev-libs/icu:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) readline? ( sys-libs/readline:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tcl? ( dev-lang/tcl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tools? ( dev-lang/tcl:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] )
SLOT=3
SRC_URI=doc? ( https://sqlite.org/2016/sqlite-doc-3120000.zip ) tcl? ( https://sqlite.org/2016/sqlite-src-3120000.zip ) test? ( https://sqlite.org/2016/sqlite-src-3120000.zip ) tools? ( https://sqlite.org/2016/sqlite-src-3120000.zip ) !tcl? ( !test? ( !tools? ( https://sqlite.org/2016/sqlite-autoconf-3120000.tar.gz ) ) )
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils 9d81603248f2ba3ec59124320d123e5e flag-o-matic d270fa247153df66074f795fa42dba3e libtool 4890219c51da247200223277f993e054 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=5ec17a01ee7bacbda45d0f481c51e50e
_md5_=6aaf8deb7d77974869e9eb71c4954a80

@ -1,13 +0,0 @@
DEFINED_PHASES=compile install preinst setup unpack
DEPEND=>=virtual/jdk-1.5 app-arch/unzip >=dev-java/java-config-2.2.0 source? ( app-arch/zip ) >=dev-java/ant-core-1.8.2 >=dev-java/javatoolkit-0.3.0-r2
DESCRIPTION=JUEL is an implementation of the Unified Expression Language (EL), a part of JSP 2.1 (JSR-245)
EAPI=0
HOMEPAGE=http://juel.sourceforge.net/
IUSE=elibc_FreeBSD doc source elibc_FreeBSD
KEYWORDS=amd64 x86
LICENSE=Apache-2.0
RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.2.0 source? ( app-arch/zip )
SLOT=0
SRC_URI=mirror://sourceforge/juel/juel-2.1.0.zip
_eclasses_=eutils 9d81603248f2ba3ec59124320d123e5e java-ant-2 7c5d0c274d390745f5033754a319f515 java-pkg-2 b02dc1e46b3648e467b5fbdf7857cf28 java-utils-2 4f0e83a2c108b9f3d74ecebf32e2f483 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs d513d423d449877e49d99af3f7af7acb versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=ab29854b7b631039affa438bdd7d221e

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

Loading…
Cancel
Save