Sync with portage [Tue May 12 09:40:41 MSK 2015].

mhiretskiy
root 9 years ago
parent d136387b6b
commit 214ab2e57b

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.3.5-r3.ebuild,v 1.3 2015/05/08 12:12:30 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gkrellm/gkrellm-2.3.5-r3.ebuild,v 1.4 2015/05/11 19:50:41 zlogene Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://members.dslextreme.com/users/billw/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="2"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="gnutls hddtemp lm_sensors nls ntlm ssl kernel_FreeBSD X"
RDEPEND="

@ -1,4 +1,3 @@
DIST gnupg-1.4.18.tar.bz2 3649557 SHA256 b7b5fdda78849955e0cdbc5a085f3a08f8b7fba126c622085debb62def5d6388 SHA512 f9619ede8e0d2844774e07fb42359444c5ab8e15565a87f419f76cc3d781940c564f35f429131686fdd7559c5c2edb49506b3c0a1feecbd95438743075be3e63 WHIRLPOOL 780876be0603fd0605b192721e2bbb770ad67d98acba8ef0fd769ab3241467696da5f49a189d89600d076691bf2cedb1294ffade5c44f6d24512d6a93a6f8981
DIST gnupg-1.4.19.tar.bz2 3713811 SHA256 7f09319d044b0f6ee71fe3587bb873be701723ac0952cff5069046a78de8fd86 SHA512 cce2a83efb05f963ad0f8afd04999cc852889d46b4cad4cf399a37fd6e69f0911a5ccaa0192cb891a941cfa93125349b481efa789a127e3c0aa2c5ba53672741 WHIRLPOOL 14eaddca0981f05757aa0751b9563837efd3f5943a422d5f29e0de94eb6233b85b8848a1f4816ab7e897d6e656c7c08705115d53ed89f554604ffd2009c3c39f
DIST gnupg-2.0.26.tar.bz2 4303384 SHA256 7758e30dc382ae7a7167ed41b7f936aa50af5ea2d6fccdef663b5b750b65b8e0 SHA512 5dd23baaac764fd48abd235ed52a85a2c7fd68b98fcde45c0f294ddb3b5629e8b1bd894585fbed4e6a6cb2bc4a5552c098c3cf1a849fffa469424fd0a4fee726 WHIRLPOOL 8d9b30337957f6bfeddea29116d862ef0c0ddd06d59bc2799db236b91b2c6767aad6f37f2166fc431c5d9454eb41f49f3e261bc38d0e89361f0c467f4591cd5a
DIST gnupg-2.0.27.tar.bz2 4424679 SHA256 57646d3e4b919fa1e5c8f1c0cf5fe1215333041c493a5ebc4b8f2978dbe930f2 SHA512 b05e75f5ef9881df9472818743c175cfe3254088086f36dc0fcf3d34e61f648f1775d90d404f6c622561df5066d972aadbf99ea8ec1290e5d7f7310f4ef2989e WHIRLPOOL abb353b20655002a0957e38d2b889fb5e6a47ba7b7546e1c70fc1f97cf42deeca8f2b061678983f3a160210f4eaf7529441246df1f9f1d875f5cc090456fdfb7

@ -1,124 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.18.ebuild,v 1.10 2014/07/05 11:29:15 ago Exp $
EAPI="5"
inherit eutils flag-o-matic toolchain-funcs
ECCVER="0.2.0"
ECCVER_GNUPG="1.4.9"
ECC_PATCH="${PN}-${ECCVER_GNUPG}-ecc${ECCVER}.diff"
MY_P=${P/_/}
DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement"
HOMEPAGE="http://www.gnupg.org/"
SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib linguas_ru"
COMMON_DEPEND="
ldap? ( net-nds/openldap )
bzip2? ( app-arch/bzip2 )
zlib? ( sys-libs/zlib )
curl? ( net-misc/curl )
mta? ( virtual/mta )
readline? ( sys-libs/readline )
smartcard? ( =virtual/libusb-0* )
usb? ( =virtual/libusb-0* )"
RDEPEND="!static? ( ${COMMON_DEPEND} )
selinux? ( sec-policy/selinux-gpg )
nls? ( virtual/libintl )"
DEPEND="${COMMON_DEPEND}
dev-lang/perl
nls? ( sys-devel/gettext )"
S="${WORKDIR}/${MY_P}"
src_prepare() {
# Install RU man page in right location
sed -e "/^man_MANS =/s/ gpg\.ru\.1//" -i doc/Makefile.in || die "sed doc/Makefile.in failed"
# bug#469388
sed -i -e 's/--batch --dearmor/--homedir . --batch --dearmor/' checks/Makefile.in
# Fix PIC definitions
sed -i -e 's:PIC:__PIC__:' mpi/i386/mpih-{add,sub}1.S intl/relocatable.c \
|| die "sed PIC failed"
sed -i -e 's:if PIC:ifdef __PIC__:' mpi/sparc32v8/mpih-mul{1,2}.S || \
die "sed PIC failed"
}
src_configure() {
# Certain sparc32 machines seem to have trouble building correctly with
# -mcpu enabled. While this is not a gnupg problem, it is a temporary
# fix until the gcc problem can be tracked down.
if [ "${ARCH}" == "sparc" ] && [ "${PROFILE_ARCH}" == "sparc" ]; then
filter-flags -mcpu=supersparc -mcpu=v8 -mcpu=v7
fi
# 'USE=static' support was requested in #29299
use static && append-ldflags -static
econf \
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable ldap) \
$(use_enable mta mailto) \
--enable-hkp \
--enable-finger \
$(use_with !zlib included-zlib) \
$(use_with curl libcurl /usr) \
$(use_enable nls) \
$(use_enable bzip2) \
$(use_enable smartcard card-support) \
$(use_enable selinux selinux-support) \
--without-capabilities \
$(use_with readline) \
$(use_with usb libusb /usr) \
--enable-static-rnd=linux \
--libexecdir="${EPREFIX}/usr/libexec" \
--enable-noexecstack \
CC_FOR_BUILD=$(tc-getBUILD_CC) \
${myconf}
}
src_install() {
default
# keep the documentation in /usr/share/doc/...
rm -rf "${ED}usr/share/gnupg/FAQ" "${ED}usr/share/gnupg/faq.html" || die
dodoc AUTHORS BUGS ChangeLog NEWS PROJECTS README THANKS \
TODO VERSION doc/{FAQ,HACKING,DETAILS,OpenPGP}
exeinto /usr/libexec/gnupg
doexe tools/make-dns-cert
# install RU documentation in right location
if use linguas_ru; then
cp doc/gpg.ru.1 "${T}/gpg.1" || die
doman -i18n=ru "${T}/gpg.1"
fi
}
pkg_postinst() {
ewarn "If you are using a non-Linux system, or a kernel older than 2.6.9,"
ewarn "you MUST make the gpg binary setuid."
echo
# if use !bindist && use ecc; then
# ewarn
# ewarn "The elliptical curves patch is experimental"
# ewarn "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
# fi
elog
elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
elog
elog "If you wish to view images emerge:"
elog "media-gfx/xloadimage, media-gfx/xli or any other viewer"
elog "Remember to use photo-viewer option in configuration file to activate the right viewer"
}

@ -0,0 +1,24 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ccad5d1..304c0aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -190,6 +190,9 @@ add_library ( ${JUFFLIB} SHARED
target_link_libraries ( ${JUFFLIB}
${QT_LIBRARIES}
)
+if (ENCA_FOUND)
+ target_link_libraries( ${JUFFLIB} ${ENCA_LIBRARIES} )
+endif (ENCA_FOUND)
add_library ( ${QSCI_ENGINE} SHARED
${juffed_qsci_SRCS}
@@ -277,9 +280,6 @@ target_link_libraries ( ${JUFFED}
${QT_LIBRARIES}
${QT_QTNETWORK_LIBRARY}
)
-if (ENCA_FOUND)
- target_link_libraries( ${JUFFED} ${ENCA_LIBRARIES} )
-endif (ENCA_FOUND)
if ( UNIX )
set(CMAKE_CXX_FLAGS "-Wall -Werror -Wextra")

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.8 2015/04/01 18:26:45 nativemad Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/juffed/juffed-0.10.ebuild,v 1.9 2015/05/11 14:58:52 pesa Exp $
EAPI=5
@ -15,25 +15,31 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="debug"
RDEPEND="app-i18n/enca
RDEPEND="
app-i18n/enca
dev-qt/qtcore:4
dev-qt/qtgui:4
dev-qt/qtsingleapplication[qt4(+),X]
x11-libs/qscintilla:="
x11-libs/qscintilla:=
"
DEPEND="${RDEPEND}"
DOCS=( ChangeLog README )
src_prepare() {
sed "/set(CMAKE_CXX_FLAGS/d" -i CMakeLists.txt || die
PATCHES=(
# bug 540554
"${FILESDIR}/0.10-link-libjuff-against-libenca.patch"
)
src_prepare() {
cmake-utils_src_prepare
sed -i -e '/set(CMAKE_CXX_FLAGS/d' CMakeLists.txt || die
}
src_configure() {
local mycmakeargs=(
-DUSE_SYSTEM_QTSINGLEAPPLICATION=ON
)
cmake-utils_src_configure
}

@ -1,2 +1,3 @@
DIST scite352.tgz 2277393 SHA256 d1b9a12f1b8ea80f28564a1695146a59b4a03099c8ca8693e3a9ce02bb0a2836 SHA512 01bf36dbb4d02f3693a759f778110b913dfbb733d0a5d006c5de78cb627c3511e821b62fa0a410174c09917a09d41d9a94535a14b7a4c77801eafaace15a586d WHIRLPOOL ee39f57944ef60182a3ac8a409cfd4829cfdee85a7b9b91b2722bd3d9d8b2a6f480cd8db1281826f4a9543575ae99dfc66cfe905592a2acae9ad7728d5862695
DIST scite354.tgz 2301246 SHA256 96041bb6a3aed321e353db7c8fcde720b99cab98cbfa2ef62a5e07dd523e1495 SHA512 213f9d3ac359541f8ae2ec6166770b6cd20631ffc82e9de3b0a23753c2913f232544b4a8001a697042ff7bb4dec72f1d0b1148124fea386d925a7d394b8995e7 WHIRLPOOL 348c64b4d7019935cac018d1f2fcb8aac4713762ffdd766c309a8d7114bbe58f769709a3e5d8d446d58f60f8715d4b1e0ef04dc36b69096d7f9ce0f2c7d50a30
DIST scite355.tgz 2302137 SHA256 20515597ac986f1727c97bda2c27d88487ddb79cfe330b0b890b5e25330b7d9f SHA512 cdd9d3aa621f5d31632cfb9f71524255a4b47b70a654bf4bc8a25a76f8a2dbe098a48e0cd4587ced8ca8455be7e809973e212fcbcde5b62087aa0f9528f7f40d WHIRLPOOL c901804481042b859be68f44ab728544e97975d61219a4bb576ba3da00bd663c8877e9b23b981a0295d759cae3e9afd037d981923086c6850ff29f01c43ec9f6

@ -0,0 +1,85 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.5.5.ebuild,v 1.1 2015/05/11 08:58:39 dlan Exp $
EAPI="5"
inherit toolchain-funcs eutils
MY_PV=${PV//./}
DESCRIPTION="A very powerful editor for programmers"
HOMEPAGE="http://www.scintilla.org/SciTE.html"
SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="HPND lua? ( MIT )"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux"
IUSE="lua"
RDEPEND="dev-libs/glib:2
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/gdk-pixbuf
x11-libs/pango
lua? ( >=dev-lang/lua-5:0= )"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-apps/sed-4"
S="${WORKDIR}/${PN}/gtk"
src_prepare() {
cd "${WORKDIR}/scintilla/gtk"
sed -i makefile \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e "s#-Os##" \
|| die "error patching makefile"
cd "${WORKDIR}/scite/gtk"
sed -i makefile \
-e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \
|| die "error patching makefile"
cd "${S}"
sed -i makefile \
-e 's#usr/local#usr#g' \
-e 's#/gnome/apps/Applications#/applications#' \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e 's#${D}##' \
-e 's#-g root#-g 0#' \
-e "s#-Os##" \
|| die "error patching makefile"
}
src_compile() {
emake -C ../../scintilla/gtk AR="$(tc-getAR)"
if use lua; then
emake
else
emake NO_LUA=1
fi
}
src_install() {
dodir /usr/bin
dodir /usr/share/{pixmaps,applications}
emake prefix="${ED}/usr" install
# we have to keep this because otherwise it'll break upgrading
mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
dosym /usr/bin/scite /usr/bin/SciTE
# replace .desktop file with our own working version
rm -f "${ED}/usr/share/applications/SciTE.desktop" || die
domenu "${FILESDIR}/scite.desktop"
doman ../doc/scite.1
dodoc ../README
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r4.ebuild,v 1.6 2015/04/26 16:51:39 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-eselect/eselect-php/eselect-php-0.7.1-r4.ebuild,v 1.7 2015/05/11 19:54:14 zlogene Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~olemarkus/eselect-php/eselect-php-${PV}.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 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 ~arm64 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"
IUSE="fpm apache2"
DEPEND=">=app-admin/eselect-1.2.4

@ -332,3 +332,170 @@ DIST LibreOffice_4.4.2_Linux_x86_rpm_langpack_xh.tar.gz 505754 SHA256 433a08698f
DIST LibreOffice_4.4.2_Linux_x86_rpm_langpack_zh-CN.tar.gz 575545 SHA256 bc2bbce23e4ae79b53fbd045aafc2854a631ffc0e3dbd067b8560ce325448eeb SHA512 3a9e3c96c304a1800318ba5c08e378bd1e3d9a0fd7bfebc1d428a68fab4cba40ef7b343ea4298d894a1af5b1971567092a04b93edbf35438553098c47475daf4 WHIRLPOOL cc641558eae595b391c8f22bff0117699ba069eb51c0ec77d5e86672ef75ea9ebe96732631db22f174eab18f49f3bd397de0fbf7a06208b6790dba92c6131358
DIST LibreOffice_4.4.2_Linux_x86_rpm_langpack_zh-TW.tar.gz 574012 SHA256 506b954e3649902ada1f19ec6798a1cdb6c3ac745d387473158d1958de6fe726 SHA512 2b8f38dadae1314a8d15e9c1007adcd0276be8c79990d9c84b232599d284defbaa164edf2ededc6daacb80ead93f2fd13eefe70b33f6d69824b3ddf93fb9d2cd WHIRLPOOL 1c1a5ceedd318a361a25d557ef4cf3b656a18e77022f31e029d3c58ce6fd0465e3420e654b6406872fcb2eb6ead83efbf2a9d3f388ca59bbed462220eb69cd2d
DIST LibreOffice_4.4.2_Linux_x86_rpm_langpack_zu.tar.gz 508637 SHA256 f8f8558e85663197e6071c0fd96a7d823da6660ab64e6278411a6589eae71018 SHA512 e30af61af1284d45babdf4cf91f7f8723bccb6436f634a20a7a9737660d07161bd5619c787170469691858087565b0f21261b791c1d4223a3f382d1333cacf4b WHIRLPOOL 5081910b9203c508c17b875de8bdd1cfb71c3046f8833f8353f69803aaf4c0c4c0fa1305f954b4ffd69fefb2eac99cb85bc35742e8d804d6bd263b2b625f1c28
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_am.tar.gz 7129044 SHA256 a4985c8a802ce7badebbdd6c8130ec358b6df7e7bd2bcc101ad3e6d23064e136 SHA512 063c3cf39109ef86764f04efde38e1b5e84a9c410e971234ea0d59d93ae1af07885448ffc5a0006aa51d466ed9dad0f523fedb856b3a8e5fe39ea1a31143b38a WHIRLPOOL eeb16c113058d77e62fe942da2ef9c7c650a00bd80259af6face4d317d0c6a772a5ab0b3001fa0ef280e9cb343613eca43bbd514f6b2d59613bece921cc8b747
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_ast.tar.gz 8025682 SHA256 1a301c0f1ab59d00b5b5129878789ca4ed048b25177f572463366497921a0d60 SHA512 1bb03716d4038b51a1cece60d4ed2a091d16a699a058f01165282dbb7af24b35dc5b7fa20fa15c7b0a7bff188578e1296c374e88c3a877e9812166c71f6f418c WHIRLPOOL 75a9cd7edd934722a1a154284460c98155ce62852732e4825cc49bea544536cd4c8705b76e76f316027fdbadfffe5bfb79895a37bcfe65b0c62975ae1dfe0e74
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_bg.tar.gz 8259318 SHA256 57456e99a835f669d1a1115b8d875261ecffba4bf82eb0f773410376c4163ddf SHA512 271c079d15be0a6562c64a50db671b9ba8b0eea663362fc03684d07eead9fd0c486bdd8209eea7cfbabcd348473e1e1b3c415553f6c8b79f17977e864522cf92 WHIRLPOOL e295b5e74fe8f071d83107a6a0902c5d2e288145c61b9f566d6dc3ee6d685262fe2dcb4d1242c5fdedec0e1707e414ff1c84545b0270461ca2e87056ef964788
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_bn-IN.tar.gz 9826983 SHA256 5a2547467cf0adb37693341047898b937bc88cdd2609e0b323bb404e86837230 SHA512 e78a4eee1860f000cb6b69ecbcca99b9a307804e02ba79d0421acdcf98481f5e6a8ccada7243a357f300f63d059dc37d3e9dbd3c7e2c7298c89c66476ae8d817 WHIRLPOOL 4558337412cf42a4db71b56f9832d4cf953807571c9bfd70204ace46abd978b24bcd7b82e157a86bb8bc3130332382d22ec46bf5cc9ed10c0cff44632dc809a6
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_bn.tar.gz 9826440 SHA256 ef8dff3f89ea51bf88819f69eaa3b1e246d73e9418793a14f99834b24ffe133f SHA512 5c68f0d7d099ce288cb666dfd0ff4bad0419ec8a156d80891bb735c0f997d2fd821bba92f7007c8e7e6abefa42b4ad0be889a50aaa47a36397fd4ef681f81336 WHIRLPOOL cb7baa43e11e5ee7f99ea79f6f7d2ce5790865d647477aa061393cdf926724618ac55e0080a5e729e73d276356f16cb7d4d1ff105573d46185ac4f3db88823b5
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_bo.tar.gz 9494578 SHA256 d61fada6e175ac10d7b2f5ea8ce69b599fda09a7564ee3cb0b97cbd0921f55be SHA512 cd9c6dc90cf4079c5b5e92c44427d9a8d6f824bb93e01a4aa2bcedb9347b1aa78064f4eb51b1786a26b10ff4e839d0402886b353939a6d16ed3dd69fa74daede WHIRLPOOL c093010d6cc4a4c925a7cc5e3a322a362da4b43e1472a5809fe2abcc71541869027f69c2ce1b331a189bbb3d8c2365212ca0f5c13ed5ac863cba8ee7c7791c6f
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_bs.tar.gz 7098364 SHA256 5e38acb474e19467dcb7688f2d2579c72c094414ede827f5d259ce50b90511aa SHA512 fd65e890975aad13ee91acecc6d78a7231b7cbdfba1cca4a04bd0b22d177529d6211caf4dba08490c45277bd88388b4648e01848645a3abe35757866754ec838 WHIRLPOOL bec2a25eaef2999a4469b8cf31fd2e42a718c1b53a9b5048bfd0f46d9c92c18d4ae70bb4a0fd2474efa9cd22817672dda833eb22670de2c698e819b1c26dc34e
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_ca-valencia.tar.gz 7897847 SHA256 6e85a4c416a271d9976edeac3fe4551214805d313e6fed77828313c436e06548 SHA512 2112ec544396a82c7e2cf85d090d63024d21755af55da00407c01634abedde2b6689fcd8f281fb760e7c44c0e987e68ab3d3b3cec5ce061f94518dfc571d46db WHIRLPOOL affc84f1f799cd59d5efcff73f7193b552397e5b2c1b1f7bc8a9590d8ad7582a6e7511d5894fb22a325a27df6dbfb5bc5be836ebea5043300b7fade334f26518
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_ca.tar.gz 7889133 SHA256 b95ae91c00d6c4c8696ac0a951239794a77a2224c4b3aa656ce0268040e9eba5 SHA512 fd157a0d327e2f96d203418acf5fbf6c14c8ed7bc3dcaa4b07ca515f2e19745b9cdfffcb0a500cd90b80558ce78baec9e74b61a9fdc056cba0bf965f75439f28 WHIRLPOOL 84e0dbd0bd15712cf628937c697c29c6be74e44860d490efceeebf8797841cee16dd80b7320b34ec75aaf0658a1a47207e1967095a2b5cde6a71dacf38ec50e4
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_cs.tar.gz 7516031 SHA256 2e1979a29bb4016047e2e79f252f4ef94fc3527d7fb8b02c044d720545a3a6e3 SHA512 3c5b5f459159245c5c15aa55f2c768bbc5d75c126cd7ff6e64439c9f73022e32c6ad2b87c83fb41b38675d1f91554bdbf48dfc582d707dec27f22cae153da749 WHIRLPOOL 726ae5984e26a6f35ad4d243af7491be2ceb6c432b4cd8cc05efbdd2d85627040367f65ddc2eb26c6d3c9bc7e58b1e2399a76e9ad5101f32968dbb516cae1f55
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_da.tar.gz 7517095 SHA256 60c304fd9d076b7243086211b0383daef9545148d2be0a79b79a1f73ebff099b SHA512 4f34f1cb4493163ec3f81f9038712e3695aa721e0d44d1549c80d570b046b147f40d991e9951fb61af498d7eacc8d3746556f7c98ad9606630963ade01e5934e WHIRLPOOL d5b9e7d0a1a5172d490098571df3781476c62bb969f1915f53f6af4d76256baac5d91e6db0509b98175537529816dfbbe8bf0c1bb81b877263a7714541de9fbf
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_de.tar.gz 8071579 SHA256 aadabe2ed7f73a63f5c35c6b98632529b3bec7e4a7fa8f7ddc330aaea05a4829 SHA512 08ac0e075f363cb3bd8e583fbb935f88e8452582b86ba03470e408b497ea7ef6da8a189477edb2a3956e3a6ce0148e5cb00541cbebb940c41baae2e89864eee3 WHIRLPOOL b62d9145840f0ca7c898f5836c8148f013ad9eb0f8efdfb6d11a26db16f54019aab7353cff278484a01cd0af1bdcc00762b8fd10ad783918f9c5ff36864e4014
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_dz.tar.gz 10405631 SHA256 1706a3ff24a63c336e735b0a2d35a5007ac5c8d5b86ce5f8889b99b0b12dab6c SHA512 8fb6849d48e2947433b8b243005a1f3a5265b0a3fe78817a3e7cdd193b94b82f992b4a99a725087fc1ca7fa76f33daad327a7ae714f9293c2d06972f642c20fe WHIRLPOOL 2d0464d59b831970817db7d277fdcbe08359dc6cbe17881904a810dc1911397f977c4293b1471d085ee520a9d26ddc45345e2132ce7a759a0ca7d6d75ac2b612
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_el.tar.gz 8902870 SHA256 fb930fc61a195df16d37eab35fe81a094691b2d93c903e49296670e8435cabb4 SHA512 7d633ef0f3013e80bedd7cd1735858e743e0168a886bc6b16943662ca5b86a3624f87153d1e60b90118961beb81654fbb25e264937ec29d796325f5df03424ba WHIRLPOOL 66bdf25864a8279f1db422747312b237a4b7949c7d380c6e884106cecfde443a60e4011bc9a2adeda068ae8b113f2c9e7de8ad7010efb659dda5c20765d8df98
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_en-GB.tar.gz 6394683 SHA256 9a763c3058b820706cf2c755605ff897bbdd7dbfbf6d396470002e2906aa3747 SHA512 f4d2dc0870482c85f5d51f1c67435d2122eabfdd9e08ceaeae7f09a0c49a267232787841162a2a44a15c585b4a1cd32fd469c7aa72ac555df7d19208ec935789 WHIRLPOOL cf78b0629a58a7568aef625a748e6fbb65146e68d902fce5d3e6f0a0110a1172fe57dadc2fbba084a9e0a0d2406afec656f25446a63a054aed41a82d32e2ee65
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_en-US.tar.gz 6434252 SHA256 0290991d6ff92216769b1f0339e97947a115f2d157e8424e62f3c4d02d90ae6b SHA512 37536a148901628d986c869b4acf47df0380d75aa184ec3f61afafcce43120dabb8e68050cf1515adf9b6af45a3e28008c40970775fd478f2284ca8bc72d2e9a WHIRLPOOL 5f86e14fbe977c99a0b42e5c0aa0bc6ef2ec3b5798ae685d40524e606dc850139237041c7e74fdb2af08139b8180759ccc2c42f4e539a863b9eff8918b21e64c
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_en-ZA.tar.gz 6374773 SHA256 fa0c1296d9459da452a3168a1585b94db070ac5fb2e30f98c0dfdaa2b574c488 SHA512 6b5ad138d35f305b37791fc92a26b0dd94107dc89feb8ccafad312ebdd9162d363c5f10de880870f74971e86b7f400f8042d9cbd2623d96ca7320ba706ba22a4 WHIRLPOOL c620a06ffe1bddb093cd2b07a747bbacb6fea848c797cdbcf421f20d21cc6557b000b6e67301cf4b7bedb7805acf1c5021565662002e090e2d3332f20a3b9f12
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_eo.tar.gz 6925003 SHA256 5fb37b4c73beeb8e0099572ab2dc33cb722f3ff62a7bf1bbd155451f7fef8011 SHA512 c429be88ae9c3d0cd28dd18654ac3ac7c6f8e98cc09e00c1decfbd9c6d3bb6983e431732cc847dafa2173305fea313b77012bc2d542d1b35aef2c40470809132 WHIRLPOOL 355e3b18b36452ef196e4a4c53922bb9bc1856658ae31f4be79590cf7c20988d34dc0a7b2afdf8bc390f479720e995960a3c0af8d58b67d24eb7d0e114cc7e21
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_es.tar.gz 7935097 SHA256 fb61e7cfe11ec61e397251cf9d7945d2627eb33fdb30ef3ecef6ad9c1488a345 SHA512 ef5a6ed21a795d986333216b2f2f7fef257b8674a27252642ec6396a4109270ae0ea07420cb243d9317141f592b3181f1d8f68630e1bad2a1cc676e6ed03615c WHIRLPOOL 09584ae459d4a970444c308df05b4fc454d94967c0ffb04d4eacb6fa60a1a9f8406a859f3ab4b1f7d0315aa08013be092011b79031245bf76b86300bb2f6538f
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_et.tar.gz 7446092 SHA256 9da384571c46fc7837057863fe737518d6baf32f02fe3444aee18ab17f886b94 SHA512 46df4caa072f50832b8ae8bb6a31513fed1b9c2a6e8ccc3f0131293e15560e61d7c91bb84f9acb635969bedc8869a578cbd9a23edf7e8e63f678585992d617bc WHIRLPOOL da4f4f54e04d455f01df541487ee664ad273c8ac9c34d68b4befce22262423c7d42a05cbaf4d7f3bdb8560e9896bce75dffdc8768063999410ec38aa6c6e0af4
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_eu.tar.gz 7578968 SHA256 7b24bf53197d48f55d226a32f252c9fd017f1c4318f1ef40f7ca224a574d6c0a SHA512 d9eaff5c0ba364435cfa79fc1edb9cdd6dd75d109d768246130e933f250a046055f452f4f5b754a433143ed96fbf884c457c9e2a039d7cf0e72fbb8d79d3f2d5 WHIRLPOOL 65ba36734e203276cc2c8a42a092691d6a9c06251a41d3e5fa5c9ab0e99f467847ff0c8d1bf40f2c7cd578d62bbc18d0bab3b0fcf42be32b4c30ce6f4c0c2c37
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_fi.tar.gz 7688086 SHA256 8462735a1ee7130e5f0cb2b085cafd3fb17d5599fd21e250e9d14ad7c397551c SHA512 cada2e1a6e55f1afd921e96d04d347723795045d8ce878b75dbc41a723e8b0c73fe8047f8b0358dd3b8672fbed2e279a66acdb562454a5b822ffaf95cd649e68 WHIRLPOOL 7aab1a10814c64cf4d7da66a254c9bf011867181e5b57ffe1df81d3bc16655f248e3c18723216b41f6ce99754bae3f96f6c2570f916216b162ebd5630f18eddf
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_fr.tar.gz 8106878 SHA256 20db8b8c1a743a2531456dd267a339380b70c252b88f939f0b1412cf975e5695 SHA512 d1a44fff46d43795dda7a74676d96a70e51f18365d51f38df27d55963d11ead02284b6be9dedd6262de06fd8746c7417fbb2156442f4185addbb82d74c260c10 WHIRLPOOL 330842b452a09851681e0831c95babb1266666b8bd9c7365be426b31e3de72d703eac591b19d69120624e680bdb149756e83b0e14ce1141f34dc9037c36a58b8
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_gl.tar.gz 7636191 SHA256 272927318c4e8856f85d4b06e8d8e0e6273c140e224cc164311593c277bde64b SHA512 db6b5c0ded9fae494a44fff783c90ad9006a37b2c2059586982da94b93cbff95efe5e4d540e07297b17b8f1b9e7a084172d928536016d6aa1dbb06345c56c41f WHIRLPOOL b84d0fe2bd7728bdd30719ad1c3867624752e7a588ac02663907e31eae9a22a9b616a88db24a1c71d0dfce03755382781119f369bd5e6edc6e339a3bca5d0b81
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_gu.tar.gz 6600878 SHA256 39f6fa064206d3b50a1267d0865f151be545b147f9622d754361920dac318c3a SHA512 184ef1f31f84a1abb12dece386b488e0799fab2c9af041f3dc7990fd2ac2209a56bcec464c0a16a502a363e36651d0be631368a29e19830de44c6b23b6b2314c WHIRLPOOL 7a218b7153fa50cac853861267d8a523cc094822bc3e7edb3c525e5b68f879f90e16f59ec449ba852ffe43fc992bee94b8e4afcd7e1c4cda219400c30a084376
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_he.tar.gz 6216440 SHA256 12ffe4966f30225ffe74e7ce134b5402edfbd4689f141edf0672716801db6083 SHA512 8bca6579dcb7df7408ac3333fadb1738c1b16cb78b2dd74a13aeda530544530016a97eb335a50a797b78b773aad25e7741d1df468dbd2d6f87a75f0ab903686c WHIRLPOOL 696743f431cf1defaee7b5bf2511f037c5c4cfbab19be25c37a1c652f21f969a780058fcc6844ed5fc36466107a2be586a4e5a20f5c599774580b3769d1671ea
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_hi.tar.gz 7287690 SHA256 c0d4073d7040321083feb21eb6bac57b2e5d88328a9552d90eb62d485470b737 SHA512 0c3e2b1b54430407ea6c3041631cc0c2d1ec003f4aa449dd8943651ddc1338fc600458a904d1d44323d1d93234847ae1fcb41c3d2d0bf7052734cbd3437c56ff WHIRLPOOL 24598abf08554e845315df535f44dd803ee5c23d69f0ee59236889c1744d5d3661650d77abb5a47a9ccc20a064a96ebc0f0b8eea996a41e9cdcb7c94fa411653
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_hr.tar.gz 6772138 SHA256 cc1d8175ba69367d13988e09a824f5e849a9efcdd8c504623418dcf323178e68 SHA512 e25b2a3f6b5956e5a907a4c0e39b6e1acbbc1d64f58cfd1c1186c949c96f649549e805e6136393043c1961d3ee5a5206f54badeb90aca17a7b7363317aeb3cb9 WHIRLPOOL 60f2b2b70ded8b3b5a8e83169e24c41a431d627185f64b3bcde61b57d825848622264958d12c8dce259a4041a80eaa3da8ee9420d75d34b2ff66f7e8057c3015
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_hu.tar.gz 7944037 SHA256 6a435a6ac80e895b1455897b1086bd349fcb2412551f8303a0448a88607ae23a SHA512 0dd7565a06cfafdc56bac051203da963ff2897172adfe05b037ccb6af0cd914e71589217b9cd51c3c3cd69b67164c05e8db2fad00c73ba0539f56af2c4230220 WHIRLPOOL c56208bf02f4fe5e048be0b03d20e2c6117160e9492096e073fa18114bd1451655e6e7e222eca4cbd64675d5c6e5c3b46b8fd08c0ae7799f8c5bbcf9fdb49125
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_id.tar.gz 6761084 SHA256 39053d9c6f51e8672d76ada81da4ef2f5d31b6c7fcbd519d35adb192fd4a0bfc SHA512 bff68a54fc21302e7367caa928b703818a4889827f0cfce500c89fba5cb0f3a822a6eade54ee6e108c3caf39388634559f294294f0907eee145bb2231b59826c WHIRLPOOL c2cb4e63ab3bbe1407eaa7dabae15e3b3ade432208fbfcc8977b66630e8f09771c34969fb8a92ab085885ecb46574ca626266c86daec5caaa0ad4b16ba6355b7
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_is.tar.gz 6813688 SHA256 1e2eea7368c4d212a1f636e5563af0bc49be81b4aa8188eab1e9658f9ae9b6f6 SHA512 ea7760dddb048400b855574c7dd73cc272b827ab238cd4358290dab23759c0e06a98dc9061140e0a8a42210b0ce501f64f05e2b88a84cc7eeb14f8bb8b1c375c WHIRLPOOL a2e183cfcdeecd68747a63c959c8e4b54600d88cd8425960c11c6f20751d1b006bbe26af66d26a2f865f574553214dde7c54d507ed37ced645a51aa35d6ec585
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_it.tar.gz 7862196 SHA256 2c3619dcb4d115e7eab6378557041cc5f4be54bc9bbe5ebb099869349fe952b2 SHA512 ef95f3216c5704889d6d3bf44818d1e159bdc3b6255693256d50c051a600ebacb968ffec20bcd82c0786121885e029c593fea37edc5c0bd10835dfd578226b04 WHIRLPOOL 1f77ffc0e48e34ab8c7abc353d2773a905aa20257097cc976b72a1f853ddeac922cfec641396c11e29d095ac994193618ecfbeae91786b127ce8f30d65037bdb
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_ja.tar.gz 13462218 SHA256 0beba2cfd632fe6430270ed6ca7e63a7cb01fadcb67b4d75fb2884c0cad2f623 SHA512 2315a51e723be30f1f9a92274b4fae5fbf4648f06f474a49ae9cf3a6ebe4ed5a1b9e6ce44e9a5fd30072e4bd7a399a0d15557c0f577f9c1bdc5488b9c9bcbd2e WHIRLPOOL bbf69fca5478c617ce561bdb781ac2cbdd37a7d151758d9ca3fb109ba4e71e60a5038437cfb0bbd1783935d271279a7a514cdcea805d56118d95a36c410da44f
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_ka.tar.gz 7078434 SHA256 49019ace5d4dad7ab84b3ca0fee56d5723971b3040ae7dbbc8c45922ac5264f2 SHA512 f10ac56a8aecfffae073a55d299ba71f3fa34e32664a6472586d17d91d31031fe1d0c39761dcaf6476a7de36b355e5f0b77ed9cdcb58825f2838a600f42521d7 WHIRLPOOL 81f9ed8d3b314865ffed99e703d9230ea6cb4f8b78961b5cd766ef0fc790fb85bded1779cb9220ca165b2710034448e028669dcc89c96e7cf576a82d20ddf472
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_km.tar.gz 10335120 SHA256 8b7b9dd35030b89d1c9ed7780bde89085f05243991f45dce150b1827b1f31f88 SHA512 7863ed3754e11e0244e4104446a52bb9ebf7ff5a43c2fc94f1140a30ab49bb1fdd6c11f0e805aad900be9774b02abb96e4d8b6b759cd19966114758c471c17fb WHIRLPOOL c4834e482648aea16a0879fabc607c50775301279b71fa4056bfb81255b1d6bf273efc7c2ae860416dadf0da35c05a4ad2cae01329981d7d569352f56c4f6a95
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_ko.tar.gz 9303135 SHA256 5f04df163617f5bc7f6484593afed09ec637ee80a140255d8d281702cada4a45 SHA512 2c55874997bbe474bd3bc2a6cb4eefb4a468fe39b71012fb36a1a76df1d6e2952035da35c4b2f8552b3b66189f24119118df30171b1ebb83671042948bc33a14 WHIRLPOOL 00547cfa6634f9347ba433eb7d09b6fe1bc551b357513570d00678caae64973f80ae2b3709a05473e34b2c28d3656bc4dd647b99c8a60fe1b4b57c9fefb7f108
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_mk.tar.gz 7315655 SHA256 4a914c7c2259638099199db44102bdc13234d989239fab3e77a9c0ffeeef1aea SHA512 7a87bcc0a592e897689cbfe88cc7a856a3ac5dbbaa4c4a7f861ac1bfd514c8d777ab52de45dbb86000675fba36387580b825e59e647d718d61ca770f1b515851 WHIRLPOOL 140f42507ae57919f79bff9384c542367091d0ab3da712a21525822212c53c8d24ddb0fb0e4836310f4ff2d9d22b48fc8e129e8434a260d1043d7c3517c3ef46
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_nb.tar.gz 7611284 SHA256 fca3f89688ba4ccd87207a5ef13dd3952a3c6f7dae036d62911f9bde29ffeb8b SHA512 6aeffb9ee8c214ee7424837574d82d4b2fae27211c81976c25d9ec9174130e79e0d5f6a70a2cf07d10fe22455e4cbae92f0b997eaab499356718ff4b83f2606d WHIRLPOOL 6c66f32347e7d81e25901aa725b7b1ae50b29064fc19fbf3322fada34c0017a21873fc2ac2532dc877b418db37003aa8c5617612a14028dd385fa69864d1dc6d
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_ne.tar.gz 9877002 SHA256 887d3fbd0243e0fd7ac05997217d8cb74c43e0199b173f6740f5884a66cd4ddd SHA512 d354819f1fa842ad9857d3074e2187d17b01056c518f9e08535a2bb84a28e31d72956d18bfe27e6cb5a552c2dd74200100a5b07effa2c80d0c02e6ebd93dfa5a WHIRLPOOL e609cf864298647f86fbdf003c464be053b0584fc1b0de82fd4cfd83d7b1a346574c951b960defd8805c4bb991cc38613c0191faa6534b53adbcca91dee8e329
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_nl.tar.gz 7682928 SHA256 803bf485da0ae6eb02186bc282d1d923428a17433032ab855ffb17c1a0bba9e6 SHA512 980080aafcd40b3feaf32bf199979a147e29de784937182f1d1a2cf2d2d9175fe6ed0dfbb55c4338532fd26eb2100519526161caa61b9caa41111ce0885cfc26 WHIRLPOOL af96312e11277c1f9c36e60a6bc6b24027674469af923dbfb43d0f91da53a9671b5ae233acd2a63a57180b7070b304252e80df934ea444fb5a89a73c565225ad
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_nn.tar.gz 7570753 SHA256 f14fa55f66c13a3e37094cd2100e3e5462f83388e555a065dd42a96e955e440d SHA512 193b50100c219408f28d7cebf32a0d79603bfc752f32af99149ffed08728c7692ce3f4df025aa54b68ec18ba5f83f4849fa6db35d017375f27216ce8c4fa91ff WHIRLPOOL 6446441416219d0083167816a08c3c06fa62714b5236bb454ae38d7aaf9506860e37ee15d1ffda95cd784e396c573ea6560f007ea1d6292e2b6cdf6bdc0ab8a2
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_om.tar.gz 7947029 SHA256 25da13e9641cc05c6aade3218132d0a7dff3a34fcebb449da1674210a974d6a7 SHA512 0e8d300e1c5ca567108eed3308ad34ef5e9e89727214f2676371ea6556f9b919089c23772cfa1013ad48900b6a1ca9e4bb2251ba522c10ac1bcd50742f9df7f6 WHIRLPOOL 23b0dc5017eb7edc7f2e6f3272a97f5fa0f7faf024d0043ebcc7fb2423cb4014ce8b90f5d16563e10de69faca2ef0c9d7b2c502ce1914d10b40be812e872796d
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_pl.tar.gz 7963875 SHA256 540eb1b8118d9e770873bdd7b840ae31628ca12c6743e564d99066c993ba3ac8 SHA512 fc80d5b192dbd5c0c00bb573e9ef264c3897fd5b8d7b3293ae9059345e67236bfa67f21704306180091eb6438fc6516e93495cd9941f9d5656298cb4a53505bd WHIRLPOOL cfd5790632283562705c52154b781d30c1329cf87c34e34211dfdc572b2b094f41bfcaaf7206f8b80121f29de37151c20630413f8dbc2897f49453b773c2c35d
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_pt-BR.tar.gz 7702187 SHA256 27bd621c68d8fe8dac478f878740b3bfa8db6d4dad6b383ba38debfbd574865b SHA512 028f7bf11051376dc2184766a72463403d17e025b6bd49e35766ce96f234b9bed122315ddd5d6946d6dffa267a0f96150d08f5e410b919960abe8992acaed532 WHIRLPOOL c5714286196b371249331be0a460b9598a74171b9f3ad0b550061043f45405fa172f8af788c62919877095aabf8b03026eacf62772b7549ba3a14639989228ce
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_pt.tar.gz 7632552 SHA256 972f61f46fdcdd9d7863db8799fce3b2b26072f5abdab37ac63042e8af9030b7 SHA512 225cc4d058377d05dc9714a6057621c2620523382e6287cf18f860a229df7a5067f66a82e4ffd5b09871ea59184564550c2f66cd5f176e1abea7dd4f5cb0d7c1 WHIRLPOOL ad724be39af9d5f0e0ca7c089583e8af64f8f9c589ea37725b522e3da923ca1cb26dd69b7a35f2885c90b868f12c3afb7da6baaf8de6bb8ffed7de3fb0d23552
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_ru.tar.gz 8358923 SHA256 8de0a98d7121b699407ffaf05d13450410f2fad3a2be97554c66ce6f67cda3c3 SHA512 74581055a9018abe832529befbba664941aa35bc1cf56707645a2045bce33652393b33ff25172526f85222c20956fbdc6d7e15bc3423a839e53da2dab3d95940 WHIRLPOOL 13433c6b2cd5fc89dc17bb284b3821a2a7db292ce9bd0bd57a78ebc1392a132299554679340f8f41358b4e0798ddfc00c0fa2afa6498bedbcfac7b7a264b6b3a
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_si.tar.gz 7182418 SHA256 d71b21164e12f4810fb32e91ed1bdefe34fc784f43d6a545f4c7522164a66553 SHA512 6d86fa28a754272707fba14e5dda1dd1915f2dff55b6a1d807a0ed9484dfd0da9940540ab9e1d4f2aefacbb493e6ad10a4a414aeadbadb78d929be77d5a1754d WHIRLPOOL 8a75cda948312259ff53210f6c0a3d06ebf35b2652b0ada82420226357a45d1f2b5f293d35890f2918373b7a7aa5ba440fba956184807a04e78c4d7824c89e74
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_sk.tar.gz 7454808 SHA256 0df3e40f63053855c0cedf62302f37447622fc938533dc9cf0b4ecf0de4cd28a SHA512 df36ee9447ab48d2add81a48edd6cda3132bdbfab4e3e62b98b28fb075151f96405df2e01c2ba870de22cd9463aff9e9642a77805dd22ecaebb33ff19c662819 WHIRLPOOL 3e4038f883567c378aa4da17f93bb5370453cc78f181d83fe4ecac6fd8a05b58e74d0dcd49dc639a864d54b7f5652dc12caadda993c1c589c782d3c0bcb4b0bd
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_sl.tar.gz 7688950 SHA256 eb34983b5bca70efa907934184ece145a93f036fc053d58958dd09f4d37c5a58 SHA512 220809f252f80125f49e158770b7ce073de6945e661e792f301b96988fb51ff645b8c4f2461171da905a2b5f273572384d6b195e21af808c3da97cca46fbbadf WHIRLPOOL 5ebc3c492ceb99f72e9c2cbba19ff52421f44e0e936d80eacd9b167f87e17cf38e78f6f3bd45bcdcb887fb0b019637429466019d59c3b8d4f7bb0ea6825bb7a5
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_sq.tar.gz 6829463 SHA256 8d75dece001040ebc5dc9774cd22fccfec24e34af365202025b051d24b7cc96e SHA512 207dd78851ef5f09a17651ba66d3e925d0b66bc87b9cf3c80a2a170365ecce62277647f90a4e52f15a1c93ca6e6f39d36ec9f033002d12bea9244cd283245684 WHIRLPOOL 8b3bf395de963c4783e5eef042d2f2f27580d1b668697ab7cc644843560a35b06ea2475556685e0c68eb37380166f1326446366e628f5b05ed069d879bd0ae14
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_sv.tar.gz 7589319 SHA256 c9ad73497d667736f27e0927acc383218de2fbc8d770c85ab159c0fc781ecef5 SHA512 4e86a8a2789807d4756e75def35d06071035e498a38851e0773e0c022a53b6542c3770207f20803bbcfe523010dd5cbd90498c8e6d6d1a221cfbdd30245fea54 WHIRLPOOL f2860d8d7c9c10629f962117f07490d9b083b7ed92249f7b329d67d37655797cc219e661e62f036f8c0d483aeec179bfd46acffcb4ef33169820063f0668463d
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_tg.tar.gz 7140903 SHA256 e95a3711bd49c738e69a8d0626503ebba58f7e574aea0bc511f7edf38862ca84 SHA512 0f65120ce7c721289ddca85775801e735f3a91850452a03114c3a3b73fe52df536fb37dbcf86201229877d8db183e33a385a84c128877f498de6aca1af116d83 WHIRLPOOL f7e8e13c277d72479d062197956d4bd00562d6030fbea1461c1a0ddec04f5c5d29bac595585bf1e610ced9c8825152a9d79c5a6b0d4a895dc2f6f61d6a4a0649
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_tr.tar.gz 7848753 SHA256 f4d65d57e2c965e5b43d6ea2d6002091d3033287d2bf2c3cfc528163a567d8e2 SHA512 7de8527414e67e5ebe513cf0cb51f9e3e29e70712128ec3c68268e0c8157f7cc0b851059681de6bc56260dc853ebefadb9a6699c66adcc7cead1aeb2daba81f9 WHIRLPOOL f869f784e9945f155f9b8c26b96825dd44c696f345c34fca5484f5aca9a50cc930d75b54e35591c0618460bebd805688fc827146755607dc0fb378ef279ee6f5
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_ug.tar.gz 6798866 SHA256 266ab28a87dd4d2736e5094c51137d914523bddf4c70647f933575089130fc5a SHA512 852f139925258b2fbd887656eade761299e1f4ab0b7bb68efe700bed352301d3649e4aa30a2df3111104968e28860a6d30f551f94ffee9559ad37dc72c90ac98 WHIRLPOOL f25434195073786c05484fb25a7f8c454438897cb26c0aacb157cb844d256d37861d09bef3385da29245c1504a8370a84db2b7e296833e626392b77a996cd17b
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_uk.tar.gz 7237032 SHA256 40d1c8d1484894d96e698ab25af91116757bb827cf5d1b51441c44fd8222a27d SHA512 cbfab646c1d115763bff6dd71631ba0a72ea7f839147c0571692655f5f9352f6302797e5550d71a20384916b323e9cae5982fa20f7c02172a1bd7be8458261ea WHIRLPOOL 7048f38b90f90f169fdf34ba2bbf9ec162254d8052664e1fc87215d686f9565fd44c765c3bd3491ba2a984bbb76cbf5726b41306ff55b053673ffe5e98895399
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_vi.tar.gz 8112586 SHA256 fe415d3d8b6b310a7d4351690b75df3f37a52406a4a0b086bc4948a6ba1ddbb3 SHA512 8b809e3604fabcdef5ccdd9d7d1ed88cc5d3e8d438c5bdff8a98e110cdb3bfe39acad0241c32262226eab4f15a12b9313d7c21fbbb34563b3d1cdfc8d480bd55 WHIRLPOOL 209dd61fe72bd31223eeeea2db4823adad12347cf9806814645135fe3e3bfb6b59c7db6b66caf04f696c4fca61c84ac66606b742f1fe75472d78e2ef189a01b6
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_zh-CN.tar.gz 10659558 SHA256 758a874021a054a1e9b13a0c07432d345991d67e526735ce3a5025f1e60b5b98 SHA512 d5b5fa7231aee011cc0abb03442fc0daff3feb1e866511c46a46038141a87a7d99e7e0babd21963aaf30910937497c00c28436daf97d6ce2ea76f47867a52266 WHIRLPOOL bc3a62694012e79a50827d83c4d283efdfca14c2e662233164a754bca19dbc5c0a86b2aea8001640519eed895312542ea4187ce23fbaf8e65dae6b851d6df2bc
DIST LibreOffice_4.4.3_Linux_x86_rpm_helppack_zh-TW.tar.gz 10720505 SHA256 0a4ce2dd58ad2c01fcf94af1bffb6e021bbe3e504ec9a8a25b3671ebf9973354 SHA512 1f8a6df8429121a9808daa540bf8d273de45b9a9f5b017e72c5bc2ea84caa51f42dee1ee0e59b26955d163b49ee79a383a9ce3fa6b0b84416997036ebd1118a4 WHIRLPOOL 02852a28a08cc74b8345b0189147afabeced2cb3c265a48a9fb6f6ef813b3c4dc33971596675028764d2c8c0fc1766d9bc9c9f9ac228bfe87a73462c942d11dd
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_af.tar.gz 1119209 SHA256 ad914adaf01c682031cc0bdd169625e9670480e60c06022eda90d338c9b14844 SHA512 7adb9b92748cdd6567943e1af6bcaa849a46bc90aa60caf675443cc68c81dea0a262d406180f7903a2f7b8466a6a8a7db12d16442436a144acfd694206418704 WHIRLPOOL 706696a41b6aea68060c9b8d9041b4a919691f46b3273196931e31ab8b042222a6494a10f65ce0783c3641b53b49a3632a0ce2ed8bedfe0629194851c59c4525
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_am.tar.gz 524456 SHA256 0d535011ae00f42bfb96b080684363ec53be9eeb4a5d277bbf244cd915b7e6b5 SHA512 94786e648af850f05231c4cbd4fcbb955ee880e922c8751212b9f64b64d6c07bc51e8d2ef54f3a4f60c0b4c40fb8c5f344c52251c4ded37833d243ab45cc5ef5 WHIRLPOOL c77e77b0a1901558ae89de74a5447f9a303f28c8e03d04ccd9a3db0d70e4f1477cfe3c07d18e4a193b3272ca3be3bb58c9100f8ed245536d1fa592f513cb20df
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ar.tar.gz 2264073 SHA256 66e001960d95f386f6f37d4fc4425707d623ace9df3146ca2efc5bc416219240 SHA512 fdf0f6cb0a3b0d3aab60856b0320525206be83140a5de62fd6b58db5ed3a5c9566854d7fabb63d1c805ca3dba20e7f00723d31602e57d726f2d36422e4877791 WHIRLPOOL 0c0069ccdd0ab5da67944644b389f47344961fe1fcdd5e28055430e797078fd2ffd9ef3440818992a8b40d36439e393f7fc15842fe4828f9b5be030e857d911d
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_as.tar.gz 551292 SHA256 afefc87836b4b792b6c46dba2695afe8ab2c59d204a9c450fdccfeff3f5d515d SHA512 cd4cf13b4aeacdffbf145d69e881ee66331ff274be97004a48d0fe04e71e9be932a1c4855c41e36188f1f67c54d6c74ee4f69e061cc5b0a6d52514790739fb22 WHIRLPOOL b22be93c6bbdd3809757bb6fa937728c1175236102b521e781176ec869d2e5d38b3d9e456c4ac254ef7fe1db5cf86a5d7eb8e157bac5cbb1a53ffffc6dd014c0
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ast.tar.gz 508203 SHA256 947cd28d91455f1d4c168240404ef6ab88df88e21e6d7ff25b56b73a48512cf4 SHA512 0d6fb7844f2179feec184c5ef82f99b18024200dfda85ef8718668da94e61c2d8b6695b2e90695e88842cdf204045895d348a2c0d38489b160d1a83c451dfbe1 WHIRLPOOL 76bfef34f03faf158256aa3e3f70e86de39553458eb0a9978bc0f884f6b6e9f3594f23cb0dc80ad6fc3c4613d93ac8fb0e8e27e89f2ea6cb2411b525f202aa28
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_be.tar.gz 887893 SHA256 aa61452bcca913918b72806bb88aa5d068cb8e393faa1b959cd9d8f71a0f186e SHA512 b4f3433ab381275545e90775d6ff7b9859d540ca78a1d1859e2c5ad784b98bafa24e02f40bdc6e28dca0eefbba308f11a54721046c8103a9a205272685dd319a WHIRLPOOL 51b4af7e735614233ba6c8fa861243345022ce980a147fa0c4ba65b3d39f8a0224645dbdc2c5945be1e32ba51646855ecc83cde71e15ed4899918febc502b29a
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_bg.tar.gz 1968277 SHA256 cfbc89184ee4a1887cef87795dc5efc712bd0cc2820d87455b336407df269f71 SHA512 aa86e37ec4a1a37e7847f6109a8e86bbd8609022269a28cba4b57098bac5c0bed7fbdddc69f74bbf9ab0fec30c4ebb452fb987c86854eb446afb6813f2cede92 WHIRLPOOL 189301f80b5f6e8dc4dcbc407a9542f0e4e2a7230a2314bdd8813d2f3542fc278b21e686b83850bf3675c8a1eeea98d8cfd75041360eeb55abd1b1cec5bcd63e
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_bn-IN.tar.gz 556868 SHA256 b7aaeadd3726f7380d7dc123fafe6d2f27375cd07c99657d25c9f986ccc69af8 SHA512 13cc25558870a3d07d6fa3a1c23bfe1e5df0613b14b39b5c3bb971cfef3a8fb77b42f81602101b9c61679885eab95057145c197ee772265ee87b84726c240658 WHIRLPOOL 6c0291d48bf2c07b6a8a8393bf8fc5cc1a878d8d013d8abb02ec544f372d0d972e9e07fc99b114a09079dbd0b860ab1b19b8ab47121b9348ffd4f4517713083b
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_bn.tar.gz 906821 SHA256 cc7e7fe83566e6ada8291cccbe88d95ee25efb45a0567f7deb76af5dca76f833 SHA512 11e3c070556fb6cd9b2adc07456c2f11de0225099b12e8bc54d6105f2a873ab05c48a10a211f906f509d3986a63e2f11d0545a2a81105158321a9a622c00de06 WHIRLPOOL 4befc16fcfcb75e3604ca6caafc63f01575a88e229c9cb7f735f4c80660f27755378b22647c5d12d9a4bfbaec71d5bb735405cf562326ed6393167fdf6bb1370
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_bo.tar.gz 539327 SHA256 8f79f3fa182460fe9a78a7e45a1583bc32480f6f7b317296a1c5b3f5e3d31745 SHA512 c21379d3b4a7a0f7d1f8d2ce7103a19148cb8a6590c39abe1e5b2248357263a38f78397e6b287e8639f1fff257a9c8f7c7227d03d4ccdb569ceac2bde3056837 WHIRLPOOL 362e513798eb92856546cce5f6f3b957caf186af27b087689312ae1184ae10d5cac59c42ffdf7b49f2b71982e8dac79b814deaec0f846b4aea4a05341e9d4bfd
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_br.tar.gz 1721593 SHA256 594b1544a4efa177e48ceedf75aaebafb1dd556ce01e6272183ae77d0132cc5f SHA512 8dbfe1a34ecf1513c7e002b1e88e9a4fbe5dbfcb2ad2fdef4c898159c3e968252d8f730a9db13961c79d9ec28494fe3c3fb4b95e4a436cf9efacaca389bed8d1 WHIRLPOOL b38c07759b68d84ad06a231ef35efad5aefde6de26eff906d965b29864fb1b586f7b9e54ff40ce295fab5eec8ad8aa68421ef7d67cf601a72aecec7b7c466f9a
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_brx.tar.gz 519720 SHA256 1eb9cb7d8b22aaeccb088dfd93efd80d26c4c7a5629d2ecf094357e5c34b4057 SHA512 057763dc1b7471b3c22d880217e28f86e7855f20cdbfa1bedca4e69cea779a9c9d8035c89a84778211a9feffcab32cb84a8f927127940acb10c1d1f598278089 WHIRLPOOL 4c8d564de362dd52054dd616a53d333a1a0338482b07a5647811274050e1814b0b77271042d7b1b474896a34d838762621359e2bab964af92cb5b672ccba0b88
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_bs.tar.gz 622128 SHA256 e7ac62ba12eff2e1d98359bee6791fa520107e11cc47b005d5e13b0f7799cbf3 SHA512 6ab06694c15f616c4764e6d09ed48bb119d6a18c5d60f845732d80efbd62f323e61f01dceb5f277fc8804969bb5186c16ea953ae417d135881663447ac2cbb28 WHIRLPOOL 60d84cc53d7a5dfaa1f079973457a6cffd7fab621b5c7d1f1ae009df0ba08cec04bc52cdb5cea28f1096200b971b1ae08b7c0eebed3f0d39db1d362c21eba244
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ca-valencia.tar.gz 1531726 SHA256 f83647a93bdc05f7e0208ee4cb7b7673d4335db9bb59b494ae2b4413311608f2 SHA512 db3768d43eb5e9d5adfe966235ffdd17906c6da615c7a0fed82ed5322845a7d45f937b03a7672b761cb149714b64358d392a04d596617e8b859533c965be9ff6 WHIRLPOOL 3d47db51986288d6836e92017c359259b853044c2e30ba58ff9a30e24c6fe3524a399b0aa62abc95f11b2ce110800ab8815831665d701f367941cb68870129d1
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ca.tar.gz 1534293 SHA256 4833f1bfc94c43bd5578e7eb337789348dc4e6a5d19ad913876c611dba52be4f SHA512 57a8151f67ad59c9b1ac9f0ed5e589b386b87091ae841da9e7585eaddf40a1acdc24a58d77ba4c8ed4eee6d6795370d0353cd0137c28116bdc117a5ce25b9590 WHIRLPOOL e0ff132ea62d89468fabe6db6de0e65e6193a4267779a65766a9694a8d1e363cbb81546919e990ccf05d2f6709cb730142adcdef6dc91cb154aaeff9557cb228
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_cs.tar.gz 2052199 SHA256 0871332f1e4185dc9169c39cdd453259140d230156a24fc1ea01d2fea8aa2a9a SHA512 4c9544da400ec6b937790642d4450d4aa5f970e876d04e599b49cef217d8b2f88d48da3adb29378ae9672e473fecfb35dc32e66c45ca754ef199f42c3e561387 WHIRLPOOL 4dd7e20a6c517daacc2e1291e95fc629216add10b190a123bf6d9e96454a2f0c3358a99b7e24a57a011923936bac6b43fe6e6b4a503a49c9e9f68b94f4841224
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_cy.tar.gz 486500 SHA256 9d9570f568c8c3a4cf008175070391320e44a9c03af2640424ae41b6c36b363c SHA512 47b0e64fdffffe6040581b8665b282e0dde306cb3694a8cf872c954ebecc1198dd0dc3c78e727a5faf3d600f23a1d82a445f21cdaa8e157fa34223788cc633a3 WHIRLPOOL 5b7e556e97c616b8b512b5e58467daadba560b9d414056f4aa573df60e6915fd6f978116d50281a39eba04fefe1fbf7dba2647f8e8131023e3019ffc4c7d66e5
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_da.tar.gz 2402900 SHA256 6fb3706c0e8ba1a30f3a932c4c508cbbdd8fd2192a62ad660d5740af56eb55fc SHA512 00a1967a12a17707e8af624c20a11b2704748579d6217b6baec87b499820d41b611f2cb8736442bf6f3f9c090d6053754eda6a0e89175b0976f8eb4e01b8fe26 WHIRLPOOL a67200c95876a5892564c3d21d7c9384ba14fafb15fa76390243a8d035959f8903fa18c4cd86324f1c7870e59673de74f5b82011c1f2874629e0d1e12786dec7
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_de.tar.gz 14126209 SHA256 9b4cff5d7109a01696dfeaf9e0fae0283b008534c6236fb706100ca2e568d436 SHA512 4f5ab26acf864ab046818f6aec5f5c0e02e0a755a62b7cd97a26f556324a16f9ad1c8c8a4d4ee1d2b41ca6296136807c02c3d64296ebdf88e46385da2a10123f WHIRLPOOL 09e2304f4d026d27700c6a5057867af398f6bb7b9fd7b35476cf119ecbc2df0f64b3f37d42f9ec8cc5e85141852941517f7ca4cd3e2d01039f6ecbf7759010fa
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_dgo.tar.gz 551554 SHA256 73f78b89b536e10ba533a2e4c40c8cf070a17e77afcad444893de97c7127ce5b SHA512 53002ea55ac9a93b1e4d81e375fec0269f6262b49da861470d65ed15dc80b71a340e5205e6c89eb945c6a8f2dbb614d02b1203e6c25f27969244052e66aba585 WHIRLPOOL 2ede39b233f4231d839b1ff93dc78d5a8826779a1ba58c8a441c1f1d8a7fc6426f49a2973f0ca7d24802b4b8dbcb5dd8afa51e5440e528acefdb7b43e7d43194
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_dz.tar.gz 544876 SHA256 789d8084f4e25ee1766805d3ab1d91e7d9a668916b6b4e082344a9ce8cd1466b SHA512 59a97ab732870ef3e50f8ca6f140043446d397ba82d9e3f01be7aa050a13196b22f5efa8c5814be6dc7091aa4f5247df8e8f054d4f7ccd0d5dd063c770d55147 WHIRLPOOL eefa29b90f52700358eb22e268ae2ac79d7668144b3208db7ef706cd24674deca9c2864c92ef28e75820f4b10a85dc41604581daa39b9e07cbb5421b456fdfdc
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_el.tar.gz 2093598 SHA256 e1473f990cfb33f71043e90ae1ff76ba861717d624157e71affe300f760663ea SHA512 80ee7f372d4f6270b050f2b29a2d8b863846c60bec39bfca0a1d1b8ef8cfc24b9c400d0d1e08c81a11353999e75cd3f459091ba66cce0833c68e2730ff8a85a6 WHIRLPOOL 62669b0eaf39a73a01cffc4762452d4b1f574edd36981b9cd8a35d9e9f143d6c064bd7ac7e1b1689d11a2b86b3f54bbe1437a6f79df7856beb776f4856b6581a
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_en-GB.tar.gz 7122897 SHA256 b6aae7d63539dfbf00602c549980608cc353aa04ff9ae36afc3096b3452e94d8 SHA512 c9ea7084a185e54c9cc7e1da836791c63610457f6c29edbdf0868a4778def9fa9ffc6bd06b3f526c4c33a17e1a46ba1c9deb988a298ab4c1a10fed2bd3a78cb2 WHIRLPOOL 59b02d7e82ba40a54a2f572ff5e3a9ae627307b0c390a7e01ca269a6466c1b1f2aa44cefc10b90e7405cfd70c69fc0c562908bac8457c57fd03994cc6b3350d5
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_en-ZA.tar.gz 7038532 SHA256 01b1c9ff7ce3c001491b6d00fc4fc711cbc1bcabc2d05b4c5314c50acb36d0e2 SHA512 d14fedf79f9e05113ac35058df42b514a244e9ac830da16bdaacb4741d28c181b3b7d1c2e4a010f028ed6683de7d912f5c8f651cf2175066434921d18dece53c WHIRLPOOL 3eacf8054b807f1ef64677185bf0e20935ad408b944895de111434d9fc5a260a279f13426bdea114fd08c4defc0b1d2c4c092cf542160589ceb788677b903cd2
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_eo.tar.gz 483235 SHA256 b8344ae710b13acad08f26635aae08739f478fa50462dfce87a01c6b4c942c3d SHA512 022968959758fe92bfd0c1c5054069e4583c16ebca074930afa8f9876d60e8c25f90a9e546ce8ba9db659ae9cde35c94fd8fa9a570a96d2c05eb668aa3070592 WHIRLPOOL ff39a32468189e3b1834f33a6a9a0ad92f0908c38ca6fa358472af4c53c49a65cd0b824a6489fa29939e8177a0b41450ea04447ceb277b0cb0edfa5b3eb00095
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_es.tar.gz 1963653 SHA256 43558b1f4761a071c45cc83d65d504aaf30fd72056cd86390dc1b132a03795d3 SHA512 637487236c3528d8174f7f35a550d8824e352a5ffcccca8eca40e9ad3e6f6d4d9c11b92d6b702f24811cd503d263b89355ab1850c0829029dce970edbc52fc27 WHIRLPOOL bb3b0b9b71376fa6743ba1925d64b0fc1b34749479d0e56b93370f7f9eb4e5b30781995ce1add388e1892d26885ad7c1ef639c9d8cb26fe0c7396306bbb1d97e
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_et.tar.gz 1392416 SHA256 bc57014d4ec562eb5f633ef6b59a148630a08778d7f45cb0b6089f232077e9e2 SHA512 768e8ae0a9c3f2f071239b957fa9d74c4a1b68af4d8d682bde90911c1ce0c1cd8424f5e4fb185c9f04ad107fed65a8bbec4de140cf9107a3fbc50475a535b7b1 WHIRLPOOL 51f7fe4c5c1a5226694cc6d39c1211496017fe432ec2a831373f05b6e89c08125663c3e3a0ab23abebeff85f4e080e9c8f54f861b3b2c5f5e3505d75bcff8973
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_eu.tar.gz 489801 SHA256 881667c7ce724510bc5dbc3714c49ca1cc2244278384731a09c7ccf34bb19211 SHA512 2c35eb43854c5860ad4f870ad0f544993268edabb1e14f89f09c33df379320c21d65d1b3c733d9d688174627776f1c48cffd5b5695f310d78827ca0362c61e69 WHIRLPOOL 7ddcdec5d2d45579a386343b03981f138fedf2027be91d767ddc9b04ee2e93334eb34883bbe9a977a89c89b8d146f8dfa2a9df07668a1165c9e4d10c0e22347d
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_fa.tar.gz 514068 SHA256 31730be6abf78f8a144def817b31ae282552cd77e81a77ec11a4fc5e473d8de1 SHA512 018b6179929f3d575d903309ee66bce296ae4e372ebf4f8755e205ed022f19b020684e4b3f09468432e03d87c639124fab7130cf2061c2e2d5d2a513dcb366e9 WHIRLPOOL 90880ddcb13e20d20fa6fd122bf8e166ecdb4b603affae451a757f9dc8a064c5f0477d6fc44b8a75b245ca34b9fae7cf5a7210be03642715af48c079c2ebea1d
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_fi.tar.gz 499171 SHA256 94df6875b49967cdbf4864769e020b6ac13c42aa9f802e916a3fd448ce736a85 SHA512 791a36083c57535dcd7b2d9171c0cc34f996fb191d0da8faa4aea6e5d4260ec7102b0641c5592890c854c21caf8fe9470f2094bfefb8a10dc06fa560832c6338 WHIRLPOOL 7c4b56fcfec53d93f4d6116a02849d4b2e260e6b1e887341ed3f60f03777bed9d28facccdc7cc74c2e3abff4c14a4a8f83555cffd2f0a864647559b4cf4d374e
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_fr.tar.gz 2816624 SHA256 94974ce5bbe18c76445a9e636c51c3284d66b518ef0a6ce92296d6d8e78a2915 SHA512 400864a20c2fb1c520c4ada81e5975ad717c042741edbfdc264f63f9f36e8e9b51f34b961c4cc882c241758cc4d96611329658b2719ba01aab0e539c7096aa6b WHIRLPOOL 6be69b97e87ca33d56f9c9b09ec952b2ca80cc8972f1d03cf12a41c86dbd2bdf75a34f43d543a0df4455fe337da93a8d91c3dc558ac123b96a6edef1454e3f40
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ga.tar.gz 508674 SHA256 e9808404304beb359ed50f4bf3214cc33bb8f7f913259a12b1f55b6632c7aded SHA512 3ea3ab8a783c9b67bef977d389d8859ed2fc647b2c31311ac08a79633747c1f2728c5c5484d464d17270e7e4985914a2c0dc29c51c9f2dcd6f17101e9b71a573 WHIRLPOOL 348bbee2e7b429765a8389f088900054daa9afc8a52320e26d8dc64de516dd3b317d0fade9df676deadaf264077150de842e459c32456d04838c7cbae6edb036
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_gd.tar.gz 1087004 SHA256 c9474dbf190afb6a03258f48e127eef5751156644b9798c699bd022a2bb18576 SHA512 4e75eeb1c5f180b16baa9e7d10593b3a37e34e3be4071481895cf44153b618ff76f8e6b436b5d86d75b321929bd015783e3d2dcffb8ac1737ba23a3256830e51 WHIRLPOOL 4c562d9a297835ac3dd8a302dcd0742b60ef29f6686cad4be63f2903728e0ae10d7397512828f15f62621f480ff5aa26ac976a33c0d7beaa5565d1df5510db61
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_gl.tar.gz 1057191 SHA256 c737f90b01dc42a3ecf5b6728f7302aa03ee4e3a1068e9a5f370f8f5c8423aaa SHA512 2b361cb0967fcda13c78f3c87dd23533292805f7620dc1c17a10e62198b3f8d784ffaa4c8fb46e5e3e52348d5ff192caf1a5041a6ed3b862400e8def6285e5b6 WHIRLPOOL aa89d6a518816d366ed813ddc95e8ccc4b559e67b70326c8464e93cf9662d92c9e58631634d6052d31183c1d7ee86ea6bf500bbb29f6c43efaedb2728bf1eaef
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_gu.tar.gz 1195447 SHA256 7af09b9e120c148115e07dd95d901fe5ad7b4232682b767ca890d6ff993853b4 SHA512 fd753154b9fa96f29cf4735c2dd122ef8e00c702bdf92a2aaadfaec9163dcc3307c44af6bf1d3c1fc0912c77173cd04acc1f8397359a79823845f2b4d3db2aa9 WHIRLPOOL 5ac8331d8a6496379574670097ec99165bf89f256022ce265e8c3926d09b97381f2bfe72a15a167ee40f0ae3b9fe1075f21de7100c1d64f9e2eb3c2f6f3ed08c
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_he.tar.gz 1585198 SHA256 5ab310a461e545a01dfbf53139c4d359696f84b8e0df2888f614bffcc95cfb50 SHA512 d5f1f8b6df620d10cf29e942b40c8f0827ca457754cf76afaf62c1ff6104cedeeed220fc49c55dc4baaf82d453ace949be97cb171153a0860a2232ca023da8ba WHIRLPOOL f9ebf5f2e6c4f1a473e4d507fbdb312c55379208f73be35bb0f5aff7eb03aea8d2f551f5eed5ca11e23ca3257d6fb609cb9cd4c4d57685103f0df1750d27333b
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_hi.tar.gz 616201 SHA256 fe0efd5a8983cf8fe042c9ea9b1dd78745aa1d8c39e1ac26442d357cd1ed0fc1 SHA512 a5f2bf46d22f5c7e3897eddd974e319be0b68eacffb12d9ea243f6ba565fd063c18fb19f171b8c19079d91756c4b3d054eb5ecd458f24f87a227c57248858e0b WHIRLPOOL e7f818239bcb041af6d14dd9147ecf3b3235c98eca04fd354c9e2c5c0b3e315db873aa625cd0e0052437580150178a1e75212ade8aa18f37828b63ccbd748a31
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_hr.tar.gz 1260616 SHA256 4127c6c8913e7715f911887ed92775f925416d35b47207389d126f069eca20ce SHA512 253e27abc24969ce43f5ed92285806de5adf068e59976e7f28e1ae074d53171b7509519cf95485f1b0c012fa917a31d9a4adf3a897e75cd59884053a76d7de51 WHIRLPOOL 60996c9e2a2c6e0cc58a6efe94dfd3b314340cc26a0210e9794496bd24c1a1db6cf35d4a3a52c13cf509df6fe2451d295294a7dd852d66f1fcf7f00d2264e096
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_hu.tar.gz 2715329 SHA256 bf6840a40713b84f0a7617c656b4034cd7ae99c55d6e471061a9a7661b673e44 SHA512 63ec7cc543f7ec6dc54075443ed845d35703d8b928f69eaaa31605cdfb728d8f78f391bf4ac7a38d07e0881dfbd88d6a7c4421fa5cfc6d1a69bc2fc86d0b8b4b WHIRLPOOL bc94908c3202153d0e5b0b70febd10f2fc63aa1d717cd34aad71ab0285df4b64dd8e031bec9866c94d9bbf4d56461f2016e37a10fba0f8c2a31179415d0e42ec
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_id.tar.gz 482498 SHA256 f62034f42f379d17b826fbd3bd4012ae7571e29d380df549f2203d83345c2a3c SHA512 6067661d0c1c2d4f42774b04c12b63f61994cef944db3378d407bb8b4d0a6a19bad78ba14cee4b550c070deaac2b830a55e177d0eea5245f7e6a6f862589499e WHIRLPOOL ce5666ca020700eefc3c7fb4990081cbe4beefc83254b46414d2c911bc37d09f7c8756d6e998fec36ebdce70024246c21e9a4aa0a5ac77f526ea801d935a9942
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_is.tar.gz 1197054 SHA256 7ee277934641badcbfde406e3cee432583a821331324b44465be57d088c21a98 SHA512 6afe218240011dc8b7bbbd2d940c1945e0385f0d1c357c15fd83a9b2464a6f865ebbf2dd37754a3f59ff0a198681dc90951c1059bb10dedbadaa0aeb058e0b99 WHIRLPOOL ffd737f3a6ecdde27d4590359f2d3b0c27bfcab00f8ca9fdc4466a35880ab1407942c55452a9518b189cadc047ee6a1f8c0298bec4f07639adb682ce0b9f78bb
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_it.tar.gz 1829363 SHA256 0b39bacb42b1032471082e36a061fdae97449fe7bfa5a6ed59be6160624952c2 SHA512 cb4487edebd25b7678c9e3d52e2c1c9720bb026d738c802346a2eac2d81c8580a1f093b99f98c472c368a5536d58c1ad087314f803f466047e01ee32289424e2 WHIRLPOOL 1edf97a9ca055010a4b2e186946002052af6c728b20ad97f2bfd92f218e021aed34e6ef248d3df6e9f01dc7ced013704d7711b41e4a2f937e48c7a0f26800aa2
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ja.tar.gz 591944 SHA256 4ede1f2297c30ec77d7d8ce4185d8c59815f5f1845836074f24064f4671cea48 SHA512 9bbf4d3a6543a33e225dc323b7ecc231b0b547c121812fce0f8bd77fa56c7127a4202ff356aa5cd3800e2e45551989563bee2a5f7a8468cb3b007a3b43d0e92c WHIRLPOOL f23ab732dab7db7bad2fff903cb57493c4516b63868eef8cc518289d7e9dfe85246d005873f6c9fed78612fcc520b1554200b347c5f4a28b64e300c883983dfe
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ka.tar.gz 527254 SHA256 77b80f6d0c856073e8b63b381b0b662aab6147c24629e1f458a0441aafd3b0b5 SHA512 dde94d397f2b381f4f7b578487db56e5ff65192ece5aa91ff3ac0007008e271ae74e7054840ad0b48fb976b9adbe06f0096d46ff6c27efe188d412625a1a1a95 WHIRLPOOL 7adaaeb84e6c671dce33d744e3acf185a8cef0c306a36e7e1477cd51fb77335c1c605b0f7e93ab259ee45a4d4d058d001ba657025d0fb9fa41a1c2f5613a5190
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_kk.tar.gz 539507 SHA256 7a1731640d73ed997a8609b418a65686fbf03be4493f54a60e04b212f2c685ff SHA512 eb84db609c9000fbabac8fbccfbc7431fceded35f68ced1d0239a5dd60709c7972a01de6de879a926a1fb3d475d13a7fb9d8fcd0c9eea5e21bf1b52f86b6b87a WHIRLPOOL 4f5fb11d80f2e1a0d2774808121066883677af9ad078a116e3244b94e962894e7b1a6c50d289fa43faca87a4fb3770768768df9b618451d50341b42c8e078b9f
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_km.tar.gz 646133 SHA256 1c427fd4a71c0434223631ac9964ecf8af391f53f58420e788982f10c77a16b4 SHA512 60b5f504ab91dcd8865b7015eccd520bca00afb7b814bef1b8a7bfca8091e119fb2a56aa72b9f10ba6e5adc096a5996fb76780ab20f34b816d776bb5f9a8991c WHIRLPOOL 0909dcbcf72895d872cb826f84eb0f76579f5fc9f136a595cbeb5416bdf4b61a46e154362dfd6bd6bdb8bf1814c11f6b952b5771748dda6362f399c5bc2aafc3
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_kmr-Latn.tar.gz 501544 SHA256 927e38615a46dc3075fd8fb8aff46de3af582f7639ff9f8468013203ef56548c SHA512 4eab9f81875c7e45427ff0c5207762467722df7da72b53d1e378619467aa75182d9ef90197060717635c8039fbc83f53967c57afd7d718e43819e4414f84d435 WHIRLPOOL c608193c3db62194f095758704e291eec1ca8eab931620f7a055844d18628fdd4052f4cc9aa2cfcad9d522cf97e856b70efaa960a39cef8efa27c3afb1edf560
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_kn.tar.gz 547372 SHA256 f08280485e8935696b78339256dbb63a67a431e6efd215c004bfc12df72245be SHA512 978e300a9c3a5b929baaad64a6249cfb451ebb38934658288ec6f17b80380e4cf54998f488461b327606f8ab8910454ce4e789ea6668ccec33181bec6789e382 WHIRLPOOL d3fef9a353ce5568cf6801e1f76e8f4437e9bb86150d95150dcf9b7a19e2d13442face72fb6e388d5b27d2e39158086db07c17ddb1dfe2b83fe7d794f54f1724
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ko.tar.gz 589175 SHA256 ef796f870d1b4164c48e312f9967d7bc923dd90a27789f0fdf57a7c18ab90b12 SHA512 fd223afaf73ad1acf3332a5169052d4c01a52a50b4584ed0f41acd630f57c42b15baf7750645ea4dc60463e9a1875da73802a347d59d751adb9099fddee03d56 WHIRLPOOL 98bc796c299343db541974004f23a5ee42d4c0d055e824c079ae331a5cef625dfe09bb08d57c232414926bfa1b122d72ab66b429469e6704e8443b135021e07c
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_kok.tar.gz 542768 SHA256 0ae3361f069d33f01f39fb6b89a125c6b1cd19b211043cfb630ca4c5693a789b SHA512 3540694aeac447f70c74efaef4f788e38a9742f8e1635e5de14f7e1e2243e5bcdcf2bbe4fa0e7c322a735978b508a7e39a5db1468114ef498d909f2b084ca4e4 WHIRLPOOL 054e1cbffbcd4f33590bd1ccc7cacbbe23b03918a7fe400f76e0658e1ef03ad49adc5e1266c5d7a995e70eeda20eddaa9f1689e4b93830fd685bc612ab85f118
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ks.tar.gz 520191 SHA256 9cf3cab88cf345eebcb181f1fc9f4be707a6a2bf55aaec711b1c81e435e7b3dc SHA512 cfa16c3fb23f85ea1e0574b811624b886381ccf11ac449ee56b99d3a12275f0c3913704f3b9b9a5a94b3f7f7fa3d3310fe8e79fbf52a02654ee7dd78f58ecfd5 WHIRLPOOL 95abc4851f52a5e6588a1259a89b9e1ea79e8807ec90cb22516af383d6198b9c155bb49c69b66c51e0842c7fb012bea8d56823be81ead3c520bab92ad45e49ae
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_lb.tar.gz 475964 SHA256 a93b6a45ae21678ba2f88c02e24790da06a3e5a6374e2b878655be7c80a5b261 SHA512 ce803b131ae665efbdb687e53e134f3c0f26936af9583409ae9e6c76c9263e6d3e40ba7eaff6b19ec5abba481246d7ebcd704a6ad69d92a59774c0dbb0fcfaeb WHIRLPOOL 89ee8bb1b88b086be3e1f3b6f0672a6a62ddd8e2f709234c830df12a1c83b7344e421eb93467f1badf4f7c31b3b1d1447cac4db30517c13ffd3a40ae4fd3ef14
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_lo.tar.gz 563555 SHA256 97d7a6383592c30933af7e981c3b605e6dfb2a1330662b7492a6bf1a12a3806e SHA512 c033318df6c03c501629a7f898d03a0bff4f4686932ffbfa1431c89ee59ee5be586b9999bf7740421b003f020119aaef64541386fe80855ea7e86f345f9361f7 WHIRLPOOL 0d917f9212ef1bb980eb02be32df06e5f7ee83b42ba7de80db0c13ee2336fa7a80e37eed6c3d1071650b33850d9e229d4000f345a64d59d6ed7f9be046e4cb78
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_lt.tar.gz 840259 SHA256 a8dffac7a0be8111dd8c386105bf0f9f003de8448d0364bdf8693abe3c3deeef SHA512 3c89298d93a3ee46dd87b0bcea0631a064886cc1a9c8b9c777544053b727b820a89ae2fccf0d944a72345034bc2309e846bbe3d750a00669d7f1bc04eca6d9a9 WHIRLPOOL 5d79c3fe2248fedc28891a2fa1ee775556ed4b0efb883302a5fa390b6070928d05e0d513a3efc161f36b1f869ae92c03c9f64217104b233b91b3bd413f0c6e18
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_lv.tar.gz 1254595 SHA256 e6ade8e70933e89371f7a5bab62520ee8a6740fb0dae0727c7cf56f14316e47a SHA512 a4f202127a74cb921bc9aed70d55959f88b48403f10856b8bea16a258f0ad74ed1fcada06a517602d903a0c8c217f567153c487832724579c66f5b33811e609a WHIRLPOOL c9ee57b26a034c9f5683a787f2e3341a1a1e4f66c49a4f005a8aa465ed7b97054f75bcda15f6d0e5e996d561219a39bfe41c4ab0f8e700b4ef22984789a1285f
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_mai.tar.gz 523796 SHA256 935775a842ca58508f7c0c5dfcb2230a2caf565a0c6090b0171016090591f38f SHA512 49db010a48bee23a0670ca158c7e1f9293e172aa7f5281e641e8a0e3bafd9692a80cdc69352bf5cff4fa4bc33614a68eff3cb1d939731946c90f3a5c1ff1a31f WHIRLPOOL be1ac60b60c00767ad9a94fe28fb5d2d000da17ba1c9b2ff91fefea06e11fd266ce4d6fff10618e359e895b8b43f10406210e701f48f7e82e4336ce0ffb27f1b
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_mk.tar.gz 524164 SHA256 822cb6eb0c965dd43e94a80b790097a33ffcaf7b2ff2f127a90b5087d4f94d37 SHA512 ce340ddbd9afd811a5b55422c9ebf3fdff908c6687881fe687e84077d8614d8ff8a8ad6f22a4983fb22f6ef6bd0b3a0145f04f8ff9072278eaf7338936bbb5ae WHIRLPOOL d84d85f065365385cc1022b29a4b86577cb709030aa1f12c3d7536031c1527f5babb933aafa5f0cfee611a96f5e50ba0fcf05e25fa872a087e536d90735d6cb5
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ml.tar.gz 563704 SHA256 c2990b7103e498ae6622e43b9700a0259794bb13c09affecf9ab4e1cbde8f3f1 SHA512 84a5512db0dd2f983e4e51ef4a4cfd40ac724c7f6ab436a5789e2f7b74a60abb445ef5caae08101aac3e01d2d882b6da3f38cfec62f231f144a31e6b2d3e766b WHIRLPOOL 43eca0373b790fe9968c3723aa957e43153e3be78251ffbeec8190163c0cca741e9f4116c7c7fe29dcb094f20f601e33bfcc46e18e51d6209f488d36f8e6945a
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_mn.tar.gz 606561 SHA256 9feaab5bc4bd42d776765d5a359264035395a776a158f475d91ffdaab8a4733a SHA512 f4cb673fba5cf2416587596d258ddabc12befbe6e4f9fd5a91c55a3e0f89d38a67ddf4f46fd5555b084586deebf5b1524042caeb826911ee6a0a1b81112719a2 WHIRLPOOL 63612df055e363bb8f186a110a8a14224c60ca89169cc06b49103c0ac8089abb7f0f6faf239f85a3fb2c39272969f38ff274b9dd755cafe91ec01a0a1c9ca6d4
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_mni.tar.gz 535759 SHA256 54699dbb35aa9d0604c519b365bd6cf21e2cfc56ef75d3a229b044057d64a7fd SHA512 a58a35d6e153c0257e79619f3593a8f2a264083da062ac980e5a8c4d477849dc8760301cbb7533e931f221515c09856d68c33ea9a91e073cda504ea67f98b2f8 WHIRLPOOL ea1e782a47b09962ba43d0c696b0025191a6af93edb25cf38974db75db1c55846a44fe415639a0ee74782e456bb8567916096cff3b83c5d4bb56847b6635de30
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_mr.tar.gz 559281 SHA256 35cb8e77eba788590be6bc070cdecc8a7bd87dbc13be33fde6d86db8ab210dd6 SHA512 bacc3290bedaa3d267401c7d4504170d360119ab7dc868ed9f97c2e1ab26b861dfb0703aeb7672b3eb5e220227d86281917074cad10e663b437568cf898c861c WHIRLPOOL 6e55de3289d21d2cbabb18f806d4c263d3efc2ff0e271ead29052bc8fbd7ea38a1954d97b6ebaff26fa69fd8f86e4a79ddfb650395782c77754c51ba7031467c
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_my.tar.gz 557935 SHA256 121e51ae7d275d84c23c3db6bce73d561584c715041dc371584541b68b5a04b7 SHA512 07d3c5e043433141511df8e077b3e637e625f696b1b5449f9ce541f86c0162100866afc5a7cb757ced41a6dc11f11168d53b22f0fdf258d88772de0dfdbb334d WHIRLPOOL a940c54c8f589e648f97a28e70f0941d8773778333cbd2de9ca430fa1cade84d2363dd64c94fda061642581b16ed6acd37374836d21c25e486bb0ac1c88a9423
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_nb.tar.gz 3488101 SHA256 b2d77c45eb593d2839008efda8b0a2f5bfaa46144406ac17744b3135327c964e SHA512 8b42077c64e741ec88e64d73c17627940b848489b90102f8150cb7827b162632af81e1f849a873231ed2c4ca041b289532f91bb9e5f3bda3d2271d940d56cff5 WHIRLPOOL bdc6b89677085e5fd724f3f1d7d27bd4317cf4a59eb64633c0e95a6796f91fdda0c93a8697dd4811c7d9bb09dcd61263afa050d4e9d7c8d2f812de7aaeba8046
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ne.tar.gz 924133 SHA256 c249f7ca9d897d45aef4a80fdc94ca69b595e6dbcd49990916acbb3c50d67f21 SHA512 8a844c3e1eacf72f5fcc8bcaee0f610caad57245e46038e2adde9dbf862112bb0c6aa49301abdc4ea8414fb998134e10cfbe5f908c3f49d1be723c2eb610db2a WHIRLPOOL 97a38752449e71aac3a2c182d2c169eb663eb020229f29c52ed011c85f2d4022b5ba069a2caf411b205a9dcb411ff4be20df4aa0d980be82a85f101d82697f0e
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_nl.tar.gz 1287039 SHA256 765057d03462ceb196116d29fac882d1c470d6848156c38fb61dc63daf3bd381 SHA512 bd9335165c924ea58966d15fc6c0fc0fa151197f3f771b5211ae560319dfb831a7346b84f2101b9e03e6862d4960fc1ba3ed3f0836972e5264e4e6ddbfd04139 WHIRLPOOL 137493a598c64a9ff7f5881d940b18e088b51ece4067a9c2299153db8e202a1425f41d31cddcd2a1c9d5858c7dd47ee66f2b63c73f32cf347327efd362868d3e
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_nn.tar.gz 3486554 SHA256 ad523b4d8bc20d074ff4af22ee249b5c114c0f923e809a4c729d4d0acd9ec935 SHA512 3a78eb8baac79a685dd5ae022247f05e9df091e7f389c962c5fe7684b7c702f91179c742f2513c0c4218dac8379748dc560267a87b4cc4b1ca59cd43a38a61ec WHIRLPOOL 219ac6c93be9b7b37ba7be90a3f65bbbf2218f7f39cbf0f7815229188732df309411b36689d2844461dba3443db58b056b6fbcd5cd9c71ef92aa84e4017ecc29
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_nr.tar.gz 499227 SHA256 3b5d3ccf367b91b9a2cea1a91b26967bd477330823a8ee3baefa0cc625fffa86 SHA512 77619e1310c93527f81412b86226e7f376271345f7edc802e5badc3fa5e611acba4b59ca847d5f8365e7270efd371020644f8a213aeaeac23849a142fb95fc6a WHIRLPOOL 49930818aa4fca6987b41bdb62ec5e9df97aa490aa0eb2de5d92a40b6bfb2f59dbe1c8e097e86deb20d6171360ce3a07ed01f723dcdbeeda09e3352952f6c029
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_nso.tar.gz 498013 SHA256 8aa582da8039c57b7272b65c01b3989735a348940659008f4190e01a004c2f2e SHA512 da63004ba470816d105a639337be8bd77e339c5626849435ddc2363a032af1512a95285e000d6c3cc34889ebf538599e80711a9a8c7eda65102b2a5daecd3139 WHIRLPOOL ea68b4f64aee4bbef4eb80444f5717111dddb76c443361e21bb16737744722ee308503424e42bddb4a1256554528ff6750740b92fe1c785ae04ea86015240171
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_oc.tar.gz 700539 SHA256 03b5978739cb57946f14d746d465f9f5aa4e3d824f78ba275a3883e1b8356736 SHA512 18faca372f43f506be74970d3e2284f2816262876efaaf4488798db38786d35d0d1714bef0f7d575f2d399598c33f3f6561cd912521e9ef56ab6814aad8b7be6 WHIRLPOOL 2ebbf50960586a6dfe9b8497f32e21f73e637cd62c92de3e1ac7ff98984bce56355d08371ffcd46998293a9fd5dd1e92900a9095ddb23f869defdd4aef1a9544
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_om.tar.gz 491646 SHA256 5d9638d0f2f0599842186257b689cfe7a95486d05eafe5f9157a13763d8bf759 SHA512 a34153e163ad5804725fa4b1639da57330bb0651ea0aae71df1f77b2274578366a103894ca53a507bf6e60c1ad9ec96129759efc8a49a2b9072a2464e93eed55 WHIRLPOOL 99e35253a8ae2fa279e02a4e5213fe9f6a15cd900322776b70cf8149b5801d10b2d29b76d0b6620e7a85bd59a7a620c2aae82020e86149a753644b5402fb5a82
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_or.tar.gz 555839 SHA256 41891debe3d7414c12b4f9f7f94a1b8f1e907f77c07057fdd59c6618b513dfcb SHA512 a14a10e7b525fca8149eedfbc1928fa9748bc3c1ae25e3dd924a60c0548ed2068e360cabeb1654dc96fed62f525c6abef2182af4240d8b1de614cb00366dfc24 WHIRLPOOL c62b8e54e806460f9ed62d97d7aae754a46cc31995343e4f6c3cbbd6d60588bffdde08ee633684125b287b0fe93d28c82ce431943c4b66b441d0c0c60abc11ba
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_pa-IN.tar.gz 529631 SHA256 1fb8e565c528b18d671f0e11909ac22abede694229a94c93ef2ec6be63cdd86f SHA512 3124d555838357c46b09bc88ed3b1ca9ceb5e47e45a54eaef52b6fa7936389d2fc639622d83c7ce78fdf47a13867bf3b276ccb06c937af111538e57324ed1d50 WHIRLPOOL f482bf180a9f2fd10dd231fddc1c801085a0b83fc2e987aba523dea443228cf7b12f96845f840b9e362adf3b52ea63ffea6b9505ce4b45e00271d3686e8e3f4c
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_pl.tar.gz 3282969 SHA256 7fe8dcde19588bb2914f890c2fb90d3d5ac98b94062a62ea21ab7f4bc93f02c8 SHA512 bc295b0ae5735a1f07cfc5cc604649fa59a08122920f6dff4ff67dd564dfe1ed7e1db8f839e8805adf861ed2f321c3d8218ccc835738e63889b4e6b0bd5b26d4 WHIRLPOOL 343995f9719c082ecd085d3886e2580967bcbccbef2dff6d4af2d7ca29c938e92c267a50eec4091ddc6777606dc3f3d2e153fbe6dc9eac782631fa6c0b0dfaf0
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_pt-BR.tar.gz 2579067 SHA256 ed295413880a3f9d26ef63aed2a55eb92d7f92f87b22e554876ff960c4fc7925 SHA512 9a43f3e359d65863bf266309d7e6b49e59f971ecbbe22a7bd964be94c5bfb5c88fbbf2767f8ad4b9e5b7150071963811e43967c813426f375d450eb120852548 WHIRLPOOL 4396d69605c5b6d114346e09e815bae99dd9c1281951f89b842cb12da8af39eb972a53ddfc27107322588a5e66ea780d227961b05646aa9c13f37c5e76fe7ffd
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_pt.tar.gz 1132483 SHA256 d9a745e876f5af7933720d2219079997aec61a616ae90f68770066f4ccf2ed2c SHA512 703bbbeaa787c4b26d0a18b003dff1c931a8fbd0271fb3061532dbe7dc5b0ec981dfd2ceba7463db5755dacf213f77745c7e22395c748113016accd6a33b887a WHIRLPOOL d584f29081bc2fa6e750a289dcc6110dfd381403519e98bd80f01d50cca7ccd9166c9afd56c2017cb0aa8a248ae3e65d3992ec3d69360149f2346d7b78bf204e
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ro.tar.gz 2368380 SHA256 8f3c4b9e75b89be84cfbe341e82587b81d23178b7fed961a3a69bf526235903f SHA512 7006cb0d323db26734f1a4207b5231c779d7386f2f3e8c97c14b0fff7f7470489c2dbcc5af655ffe02c3e9269dcdfb7b5269c87be3957e13d0d5ec75ce33c93e WHIRLPOOL ccc4df111c34308565100e05d4e011409e365c9d12a6bc033d2053cdf5b07f5e2f447e9d6d35d3d57a112158030dfed617342491de8a91b717f6a74680472df4
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ru.tar.gz 1652385 SHA256 d392b4c0ebfb96ddc256a1063acdea536c148b956bb2002416fd2a9be0ec8bf3 SHA512 c5d707a891f8d9e8801474017d04da88b80be7da29ed022b464a273f2ab942b61737e9c3ac5947fba207006c247a06cfe8a835d547bab6fc6a8a495634529696 WHIRLPOOL 1b1c77d9784b41bfe241a8628444491988387e8266e0ec1dea6cbdfe51cfff15217ad83d4ecba0661f181e17f0ad341534ec06e36f717c12756c2a228d7edebe
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_rw.tar.gz 493813 SHA256 1d604e7a75ec4f518988122e4a19d2d09bd20a4c238f8117856e5b5b0956b8d2 SHA512 87f8695597e381c0edb25308c40bf13771886f521f510d9ed59a10c77678cac0e6bdb0346ebbacab5b53b62f536ca1b2b2e2e6ed5540c8d4d80e32346df6cece WHIRLPOOL 2e01d0dec0f0dfb9d2cd378a8a8eead2bf88c449a980a3ad54ca13262d19c1a17131db44edadd6227a9d7fc91ef6f5c5b62e356ad624b2cc5a5e4f1c7744d25c
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sa-IN.tar.gz 544623 SHA256 ae58ee777aae5af2eca679a23fe1fe0f5e6a5d786298b1c1e6194cf1e8aa48e6 SHA512 012b3ed72eafb98721678cd6c8ec7f0d3a5e50ee28ca3273563565b5e37ae9467e33a38af457a447afe1924f2e165b349a2dd9dc88e86cf21d6f98e63b677eb1 WHIRLPOOL 20d1cf46b4884b76af1b633e27646902a35371f0861b3c5dc2850139a7690db834c0261dd003c95beae96dbf24fc33ac19d7cb0f9203bac7838b0923ca4c843b
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sat.tar.gz 586712 SHA256 78a0a97b1a721c8f129b925d2d67f8a21776a7593e24c412b1f8f155b09b0a27 SHA512 5d7854c2f409f59aa1801e9ffc0fc56830804034b949081839a8f37610002e315b1b7dc5175bc0fab6c97b594fdadb0a20dc2de310a426ae97ef596e9b5e2444 WHIRLPOOL 920b18c34d95b5a2be51451caed724d3db1fd8913d736006ad37244e70f7ba2b78042ba1b5aaa5eb22036ce60d0fb2fb350231381b1c3bb2a43ff299cbf9a9a2
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sd.tar.gz 536750 SHA256 0356d313c7a2ce040aeb3aaca0428e521a3739d13ace15cee9db9263ae77d3ed SHA512 3c41fb5f002380532b777ddc8de398e49274246655698a3642412c3576bcce79d474f3e7b13d13799202aca99077a8b39e0170f3fe6b1847310ab6e99c558772 WHIRLPOOL 0d466ac13c309c4b6c3ec6aeecd189110c68f4e34c186d421be3d857a4c73caac1539433eecd7349f80624b46ca54c3094761f026c560050cb9b9813cbb7eaa7
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_si.tar.gz 826985 SHA256 f8fd8b3067b8359838bc8b2468326f4e9308f31e617d31bd768035fcf8ccfdec SHA512 7fb4c7047c8a6a81cf294938edc63f9bb107a3c26bed4da55c98202ee5b24f2da6153daa1c3c4f64186e9da55be1de3682e40ef98510d73288aa2bac2db1ed69 WHIRLPOOL 73e5b2b159c0361a5b561ed4d3bb6823e961dc8480caf297aaca1290c309d7243c840283ca166d05a1c1a3d6cce19a6a721d062add781f6c17718106fee9cd4e
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sid.tar.gz 498648 SHA256 c13596523ca92043a48ec8423c466a83f6627edbd632c1ca5d884a9c09c88293 SHA512 84ff5f4647d384eeaedd7b7e6acda304c0bbadcf9b730dfa7076819ea0c9cdba6f91dbff51088b9b31faa2c54d4882c4df38e334c44dcf228c775886a5815286 WHIRLPOOL f37c946abed76910945b4085a01c612d792ff3cde9889fc5b9009527f4c2e71e41c839f1eb68f74120128c2f923dc997300992dbcb63b5fecff215cab22c17b9
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sk.tar.gz 1787163 SHA256 16adc52f2f84b470f9d790c8c732d8d5f3520ef4a5a2f491a23eaf6ee0a36076 SHA512 2eea534c940a31cf20d6ddc3cdc1c56d68746dedc020da6168226801237f1026d113e7aee5751dfe5317669d65b69b94988440b3105412d5d184e957c17498cd WHIRLPOOL 246601f838e96d52898045d12a64a8051a86234af65317f84a78ee7737a445e175b910d006ef276ab5e423fd6d3ed140b896ff2bb768166682e674ebc9a4b242
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sl.tar.gz 2142087 SHA256 69c3084b02a7b3b3284e6a5826398081c8f16a3682983a6573e860dd609b3007 SHA512 a128ad94e3a538badc3b99486fabec297badabd75178c06f83937cd40450f11779c929f8e5a3b879c0dd31043bc842904167b6367f03d21ca27042154e01a39a WHIRLPOOL fba7721c41ab5bee61b72bae172b5810f23802c6190666412d6b02532910c8fc2ceec8b9884d6c56f357ed4b28631ee0c970fd3aa65ee7f65d719cb9a0bb4238
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sq.tar.gz 512348 SHA256 507a28a2a8aa197d27a3d8839366f8305e39c08a5717024803a9f28712839cea SHA512 e564f17dc0878fa44f6e056a9f06981c961fc908068d3c288d476b15c01c028533b8c24e525736e55439ed8267ee756ecdb5c687ffc1f56c1f2c2b99dcf79f46 WHIRLPOOL c7d85cf9530332d8628dde2e734e4aac93374138c9e0e156f43a3c959cde2acd835662056bf481f5f68392e6f1d06543e9e125de7a17a1049c19c0b3e0edfe05
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sr-Latn.tar.gz 1695820 SHA256 c217579f1701c37df8b0319792bdb9468e50ab7f7249abedd09d04cc69935a86 SHA512 cb2dd81cd16e560a5ee3d16ee4149683e2071745f543a7be5b1767ab67b0859e2a06deb00702432f463c10f74170dcc6d7995fb5748b24de3e383dddcb8eff10 WHIRLPOOL 5c77189124ed71b83166ed5347e3d171296d80055fa336109e31ea146eec3d4a454b3b0f874d30b7d3dc6efe5fa96829929cfbecc1b1cb57552e4556688025b9
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sr.tar.gz 1725298 SHA256 e980cee2c2c2ea27419a992963bb0367dbf1fd64b3af0673dc90f3b082942201 SHA512 4fa80a2425d91a85ab39e39431c3c6beb5f9accbb8d356d5d9a247f3ea8c8d82a1cd703da9a66cd2c1ed5b787c396bc40c662cfbfbc9b39f5146d8be8de0add6 WHIRLPOOL a5102f58e5fe9a9e87251e3cd1258858d139088a86484ead457dddc4df1da58cf409d62653044f36f9fca237a4c0da0b2bf122b240f326d17f91b8eee175a38c
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ss.tar.gz 498194 SHA256 18bf9f2ff78cee17d0528ee6cae019df9cb54c11da1607f68b36c07799bdabdf SHA512 fceb2cf5ff669e817aa948e65a804d150fdf7e62af5e89e4a530b03d360129af54c8a8b83fbd7ac4b081ca4cb1921d64449ac4dcdce681e5b2a39af0afb87f52 WHIRLPOOL ff846ce8116f03bc5188b80610565d27b909235cb84bea993f0ddcc3b3c57f4c024e26f383aeb3529d2b03580061cc1a37c6237dfd831e9dce136c89754c2e72
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_st.tar.gz 496878 SHA256 3b63c5b241da3d0313c8b6a1de58e436a1dbb5b6e2c770690430d12a80030241 SHA512 3446d06f9fadf49918021a1dcdca6357c40b30c2362eab33a5a43f534a43f72692cd68ef131e3f1da185bfb4fd54c63426fc16838a66c99f86249bca01728f16 WHIRLPOOL d890c7f30673f7cf2e104d7d59d759a5b95b62f1d175442913c6d63279e16d853594721ba10e001d1659d0f9eddb886c38adf685b0ac5260fad85a3f0b018b2a
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sv.tar.gz 2301683 SHA256 123e75702d58b6c954e316ca2a185c62a947b264b35b186610fce8b579a847f8 SHA512 3d925c2b49030f5983aea2b6379a27cc5f1e37dbb83e823c09540e9e321d8d8d7f065c5705e17ff98a47c108c3612c26f2f96f0dea9e469bcc33ce12d4cf088d WHIRLPOOL b809da5912e6271b7395c1a7c94826b16f06ce18a8c90b2d2a5a5abd7a2d516a688e43f0ea7c6a9ac8a36e4cf00e94be48bf0b78df1a3421798bf96d6112bd64
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_sw-TZ.tar.gz 485537 SHA256 e250ab9b66a2b0bbc7346ee205f2b345fd8e2bbe9f2a09ca13a2534d70a8d9da SHA512 e9456de75a336857165a0814c6eccebad1a283ebe9f34b6df915b3b1678e5bbe4ada62185de44d0912190c2f4efb1ed1f2f47f279b082e06c836e6696ea634dd WHIRLPOOL 1b766fb5b776d62b55d352bb00d2abf89298618b90330c530f3e47553f1fc9fe000cf01f9f8fa8a52056d147ced56553a7f6d43b93dd6f881e946d0bc2e2f55f
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ta.tar.gz 552462 SHA256 1e68b8ff5c799312874a3d67ec12afae9839d9b63377adf081ce2949b92072f6 SHA512 6dcb6d491da2a9b19d19b9d154040e4d9e76663fd14d2bb5b746ce05257090fef248a48424bcafe483af0323a27020d0d1ca7aadcb23d9dce9f68e5c4d13435c WHIRLPOOL e1b74d804d974be6c1e33f2222a8f5f5eea4b3c86ecf7a89054ab00306bb8b3ffd3846432be702530a08759a820ca4574f6022dbcaec207c76cc856c5be6dbd3
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_te.tar.gz 1109062 SHA256 1fe360b64be22d13f0f1d24953b486c8b76e8eb14caca3d199ebcdc4278f6873 SHA512 bb97c5ee4aaa4b496a5ca5da2eb33947bd8132deb9547a5b51af5e68eaca26014d7b0b889a40792a0101b0326d457a2b4f1e462db0b8c8f1c38f06b577f007e1 WHIRLPOOL d488f588a3ffbafdec4f6b11f146f1d21823d8b1c376a08019af366a59b3c65305f44b9d15c8e292c9d63c06a9ddfff34750a3a09dfa3954688d91d325c22f19
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_tg.tar.gz 514863 SHA256 592138f5a495eca79c272730178440724c8f6841209ddb4e43e7b371c5c1712e SHA512 c795c465e307f8c7bcd2881b8eda9b22dd96728c6528e8f79dc6937cab3367b95d49fd43358237d868f305e0eb975f8ee65c34355c4101161f3cbe4aca37a16d WHIRLPOOL ec996706bd04f52f53ffc767c350eb2a3057d85559534d2ef1f9eaf45ad74d0db84edde5ba3dddf079cb6d196aae1f27aa30cec3bff4131c23ee7650ed57f2d0
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_th.tar.gz 696175 SHA256 e29cd090c4d703f9298e95fcee26fac7ac218479826c5230d618e13318c6c8d2 SHA512 23d09c37b354dfa40087804797d21196510adbdedd5c6535df92e5433669fb0fb95969721439947b62f678693b5ed01232c955893eefa120de7516260523a16b WHIRLPOOL 56c425d73d59f4096599e1a3adfec91a055cecc6f8da1163f9e05177b3c9f21c4bc5ef649e08fb94a6b2ff0d94ec2495ada9f4feda12bb881045febbf524e085
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_tn.tar.gz 488916 SHA256 81dcc7ed112d14a009460ae34c39f5f1fdf0a65a003d9643188938841c71439a SHA512 47916c0cc21b9aadff55b2398613ad821606daef1e6d53a87cee37ed674a313ef60e411daf5560f537a05d38d792b5130eb768117579ca53cc8aff0f37c21bd2 WHIRLPOOL 5c5bc8e139368ce8e23d1816de0c7f3c9c06eb0bb276f33abe27131155d6efb74034428dc50ac12eb956106f99319b7c5491f01f557dc89e17ecbb5be02455b2
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_tr.tar.gz 537178 SHA256 5da69a8ffafee3b2f4e54e3f92e5231c8b51656ca21c1053627a254f72fedeb2 SHA512 92c43d78c99a8095adac4655603f666439351c4ca8c07f2d39baa6a2eb3ac13059678021e6522cccca060d762996248418ed3575fe8c7fd3ad44c7e86fbc2c37 WHIRLPOOL 2164af5bf97d8d07bd83d57d60a55dc1c3dd4880d6e4c2ca3080ea4543a2c55d5b25f02e43f18ce4d666830cb41703b8b3e2f33bed32a847bd05a612f063c1bc
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ts.tar.gz 498109 SHA256 5ad34e57f98929fe239dce57be65240214cbab0c723e5dbb4228125b64fcc4f9 SHA512 510312544f84b60b8d580195d5c7d9086a7011a39c5e8e5110f6f499a7d0e2ffa47d726823919b511a10e681103fc26c6eb916a1a85d89ab088635342de97b7f WHIRLPOOL 94067e4fecd0e8157dad227afc55f6e6c0b8a374dfe8f9740f3fdb3ee57be0a2dbc27bd1d56539a16c4bbffe388cb0822d3c6434b3d1323d39d6b33c87c93200
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_tt.tar.gz 494349 SHA256 6075292a3b3a69d705cab75b833dcb51b898fe092df1d1d6388b07a4f41af772 SHA512 356a8613b7ccf5c0a292c6c20bb31011b54164833dc4026a6932149115d32459e74bb8a329f51c6bc6f413be4cb281e70cc14999b0df0bb59b8e8dff6e58b94b WHIRLPOOL 925c0581f10d294129f2829275b55723e47a3ec54a5c2c5e6c03987f4c158915f77da3cecbbd558711b99cfcf90c6b6a674beef102373967d2733c98998b4719
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ug.tar.gz 528783 SHA256 e2e7953215c31f9065ee2dc7f1bb2403579de73ddb7f3a17faa8f3a21b671dee SHA512 d322ddb4c6216df14867c15a14f31f7025c6ea80bad9c3f346c60d23352cdaf92f70f78dde39dfc2def723b17e575c4f3191cdc3a6a1d3c6f67b21a9a1e96a18 WHIRLPOOL 042df1b37e3c67b3a32c9bc0168598cc6d3c06f0de38c572b2f7688cf995d9531f1179c89f0a47eb64805071f87f53ad87aaf45931165fddd55e66d2fe8da209
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_uk.tar.gz 1376204 SHA256 8a2b459aed3db23362fbb9dadf686a408e3e65cec9438548a4a34944ccaa0d83 SHA512 528198f7e97eb9fe5e180efb100792b9125691b5766c684abbd0d431557ed5e6cb5cd264ef04c86da3c2b2712b6f07c9d8c35470059c076ba0468f959a3bc426 WHIRLPOOL 4c049f7f4aa1fbcc0bde203e46bb3285c4348740c928c9c049f096bb76d746254c55ffdb44c61f3647c5740e67f48e80c9b2f2b5bc7c4e165968fd124c060000
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_uz.tar.gz 489049 SHA256 cef7b25ff2df0210206c1abb282f2d10e909928394236adce935b3a8ecc4901e SHA512 1b1de75ce1e4a95b60c60c6d0ab77c5feddc2c730c13ef52375a43fdf4dea79e0087308048af6fb5eff66c851887c157888b02e916b3890b441b42a2a316053e WHIRLPOOL 881452ca530a105b1b8cf78a921cd5d9015d9dc4ab10b22991aed7a1c0ab5e03c6d19599311fae814a0798e1d2c2d5240693b8e87d6541c159c0b7d0d7fb1cf4
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_ve.tar.gz 500543 SHA256 3fc18cf49c5d8331f404e06b5f74f9838ae86be8730122ff53f29f4811f6fd61 SHA512 d39778c19e23c9d6062388f171f525894ee6e3180e5eb14c0a57dbd71252dbd0b6e75f5afe1c1101b8484856fc475dd97baaca6b5f1c0c12287d81dd8807a667 WHIRLPOOL 949bb792192216f4fab46694eb841b718dac41a920a87fdda9cab6fd8406d4e9f2ffbe5c433238e64b1095ca6cee0e309ffe4d6c78b649acdb17a82211aa34f7
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_vi.tar.gz 530259 SHA256 b5b39d6949056f13f54929563f3f0abec7d1d5e053b8821ef95b1670568c06dc SHA512 0ea6991b7bfdcdea7b1e1889311541913e7198ba025d1e98cf3b243f6315ff489686d131161d9a0516f1519f705498a5cdbc4f0d6187143253e0710e555a52d8 WHIRLPOOL 22ddd4d10df918b7ec41de751b175a77822c31dbddefdfb0dbda50b5661d5328545cd890d2ef35cbaacfe3ec637a6077b46a6b262d508454c79c34f48d91fd02
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_xh.tar.gz 505647 SHA256 a2537604c4e1d65dd75074c683a35c6f10201f6092ef36a915f0586a06d72d35 SHA512 695f4eba4fa8c9077a9f1dc6187fccaabd4b2155ba2f0e0aa7836c2ed9a65cfa383824e32351944bfeff234fbcf8c74c9c310c7a0dab6456aad38523039398f6 WHIRLPOOL 60aeeb22fa2bbb62b995b33fdc60f697b8d5b7092929354bcc7148b550f6ae855d1568ecde94abd827e531b44a10f502dcd649d18b89d2b3d4f21522f51c3086
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_zh-CN.tar.gz 575454 SHA256 2d7e5c5e7d81b516e1958dd3ab88dc65b6fba3362aa00f5794a4216de95a59c0 SHA512 507504fbf045fa35f5be57c2a2690f4432ec5d848bc4a68eb500e2634010938235dc8f0dbbc000b776a3baa6687fe68069a799672f3fbaf374c64c07c1d4a9d7 WHIRLPOOL e9cf931041180ed2626895664111b887fc68f0c883f4999e6717ecc9a0a2b116e6717b787424317d5d9c1d9e67768dab89a6205459257c8459c5904899d3b322
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_zh-TW.tar.gz 573624 SHA256 5f2828eeee7562f8a67750ba804ff94355ee08cf88bc936b003b37f5a793f87e SHA512 519ceb6eb152b3ee916ffc9e27c9fa57e2697463b349eaf3f6d7ac97e4cb4346f206f8183b5b7f4fb9ae0f5a69702d1f297b8494745db0e8348cb6ff39f105a6 WHIRLPOOL c62e2107c6d00692834009986574e925e942a319bcf15975bb4d283fe85d2d1416febc341601e6c5c0daba59f0b1f1589bc05a168a83677d091dad55b4c91371
DIST LibreOffice_4.4.3_Linux_x86_rpm_langpack_zu.tar.gz 508608 SHA256 0a9b2d4031783077a4abfab8bf4e2ab52e3410f471b5f82b7091938a055ed284 SHA512 dcfd103710e7a07ddd3a860479269c93ff5b67e69abf07bbd8e785dc113e17b8dfeee945d927d26966f67e33f7081c924955c11181fc6bd86508f51468d972d7 WHIRLPOOL 9a943dad0609b637fc37a4178ca9efa183188de5135133b25a996b0bce36932ec3afc93d8ceaddd14ac1cf38bc17c7b30e26000f0e90765f36d9ec684899db31

@ -0,0 +1,90 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.4.3.2.ebuild,v 1.1 2015/05/11 21:11:50 dilfridge Exp $
EAPI=5
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="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 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}/x86/LibreOffice_${MY_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}/x86/LibreOffice_${MY_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_unpack() {
default
local lang dir rpmdir i
local ooextused=()
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}\""
# First remove dictionaries, we want to use system ones.
rm -rf "${S}/${rpmdir}/"*dict*.rpm
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_prepare() { :; }
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/
}

@ -8,6 +8,8 @@ DIST a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip 23150 SHA256 75823776fb51
DIST d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz 16525605 SHA256 1f188ac03a8aa4663223eca8c82f91a55293d066d67127082e29a7dba1a98c9f SHA512 d08a7fe432e8df47d1d8992a45bb5f33149cb75b90eb74b2f2e457628d21a94b17eae0045096b053d2a866bf7710c775581c3e417b5dfaf66601aa18071b7305 WHIRLPOOL 95dc6ec0fb293c3538c1d51241283edf4e21647dcfd10229233ab7c3f13f7c78e6bb02c4d292a7cd2a2ec95575d775f0395e837bbc88ab4ddbaa5adfd62be2f0
DIST libreoffice-4.4.1.2.tar.xz 164055640 SHA256 4ed40b6554674dc0b010af0599b94066334fe80f3dc8a3fb34543f9d847b475d SHA512 0a7166ec0f3ce920e3473af14bb48568e88cb03f4c9a9d1c93fde70ca7f8518fcbb2e9e1df3177ed05408253b1737f7702e714553dd0c05c110a71ac27deace6 WHIRLPOOL ec85d5e56d4d96fdcc48d9a855c394d64404d189ae6e3f34ee8c1cab5226608dee78f29664d9f2fd2747357debe0505377189520594e0b19b8264cd00ac87990
DIST libreoffice-4.4.2.2.tar.xz 164167136 SHA256 7d1cae6c6e03854c53d415ad7a8d445b734e5929a056330c5938c1f5073a2e36 SHA512 b13f44745cda2e149e8deb4f962e77e684e8e972c1e42483198b1e93f5ca1c067a06ee4f81dc24c5ae42a0c2d299aa3cf30bfbe9d119414f59bd7c7d4828f696 WHIRLPOOL 79e05f763024d760e79762c8032df99e56b9526739c7d42fa30ca18fe734f4d7748aed5dc0866275bd84a762e1f25b2848524f764a21e247d3a9a534b8277237
DIST libreoffice-4.4.3.2.tar.xz 164320100 SHA256 ad6154c157e07adee2271cfc722a116065a2e7261ee7d93fc796f76703e88966 SHA512 4842acfb07c887063fe82484cb1ced2ac59a4f670fc0a26fc2665ca53fc2d87e221a680284c3c7c62cfb02b7044baa8aba855c33488d7a89d5faa0ccd23a4104 WHIRLPOOL d38ef073016dcd3c624a6969298b25fda49d13c8dc7729df1cdcb962f7d65c5469e69149ec695c5cb7a2378a0d47112d2ffc0f337e0ab4582260f0a65c9186c9
DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 SHA256 22722121be062742624e0634beae92289c75e6a99ed507d3bf0a05c5164e3c69 SHA512 785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f WHIRLPOOL 1f36652a52d501d6548cfa9aa013b3e3a1867aa2b0693d2274cf7816d4aa4e0cde3c7096cc71ed47cf74e5f96da2757bf537f553021f8fd86939accb227bf538
DIST libreoffice-help-4.4.1.2.tar.xz 1875832 SHA256 07be8ca80e3552668f496584c2d9fbc3cce8a5e3947531c62c67bdf1bbb95d10 SHA512 a955c512535f85bfd21b03fa17c6431e7190002497c66f39022a0a37c022a81c6a07da2b212d9a844b11c28d0802f8ac75086ebfeff51d36ef962394c911d4e8 WHIRLPOOL 04d9f0794fd3677a5642197dd7abcb2e6d687adf4c6320ea2ddfc2a4fdaba3f07e18d04ac489a2e73c9c8fc247bc50aaa9f2bbc672664d4c03a7992eb31af720
DIST libreoffice-help-4.4.2.2.tar.xz 1875932 SHA256 70728d257d92eeab7ef35354961bcc3b7b15ec036ad9a4022715df364860221a SHA512 fa8d0bbc80c0bf974ee19d4b23d0154e44cfa8382df6a5660dacbb67744f86ca2a94b6742f215b676867998ea88a4b0af7b77668582f9f87d6256bd8d4f40bd9 WHIRLPOOL 99544ba425162d59d7539b70767d75e345f35c9bbbf68693c8255afe896ec1ad8ee09f36c273dc28fc3cf6ba507fc5277978b58d0d9d234f38f4b1c5c36f35b5
DIST libreoffice-help-4.4.3.2.tar.xz 1875884 SHA256 e10d43de0478d2aa939131e46cb8f7144e0302ee61e06a60732da9b9a03e3526 SHA512 f0c47876686beafbdbb324ea816bbf301f49a9b18fcb7468c77b85afd9eee8951e4973f762c4eac07141b436fe7ff91b8edd9309c3b032f0eabfefdd12ec5b7c WHIRLPOOL 6c284938ed0269020f3f28cc554dbec3bcc30a0c16141ffa0f2529888e0f7008cfe2cbc40153aa5badbbbbde86764a470fd7ee439e0c180a165f48d30250f107

@ -0,0 +1,613 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.4.3.2.ebuild,v 1.1 2015/05/11 21:14:26 dilfridge Exp $
EAPI=5
KDE_REQUIRED="optional"
QT_MINIMAL="4.7.4"
KDE_SCM="git"
CMAKE_REQUIRED="never"
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
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 base 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="LibreOffice, 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_SRC+=" ${ADDONS_URI}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz" # modifies source code
ADDONS_SRC+=" collada? ( ${ADDONS_URI}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2 )"
ADDONS_SRC+=" java? ( ${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )"
ADDONS_SRC+=" libreoffice_extensions_wiki-publisher? ( ${ADDONS_URI}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip )" # no release for 8 years, should we package it?
ADDONS_SRC+=" libreoffice_extensions_scripting-javascript? ( ${ADDONS_URI}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip )" # Does not build with 1.6 rhino at all
ADDONS_SRC+=" libreoffice_extensions_scripting-javascript? ( ${ADDONS_URI}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip )" # requirement of rhino
ADDONS_SRC+=" odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )" # not packageable
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 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.2
>=app-text/libebook-0.1.1
>=app-text/libetonyek-0.1.1
app-text/liblangtag
>=app-text/libmspub-0.1.0
>=app-text/libmwaw-0.3.4
>=app-text/libodfgen-0.1.0
app-text/libwpd:0.10[tools]
app-text/libwpg:0.3
>=app-text/libwps-0.3.0
>=app-text/poppler-0.16:=[xpdf-headers(+),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.7.0
>=dev-libs/librevenge-0.0.1
>=dev-libs/nspr-4.8.8
>=dev-libs/nss-3.12.9
>=dev-lang/perl-5.0
>=dev-libs/openssl-1.0.0d:0
>=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]
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? ( gnome-extra/evolution-data-server )
firebird? ( >=dev-db/firebird-2.5 )
gltf? ( media-libs/libgltf )
gnome? ( gnome-base/gconf:2 )
gtk? (
x11-libs/gdk-pixbuf[X]
>=x11-libs/gtk+-2.24:2
)
gtk3? ( >=x11-libs/gtk+-3.2: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 )
libreoffice_extensions_wiki-publisher? (
dev-java/commons-codec:0
dev-java/commons-httpclient:3
dev-java/commons-lang:2.1
dev-java/commons-logging:0
dev-java/tomcat-servlet-api:3.0
)
mysql? ( >=dev-db/mysql-connector-c++-1.1.0 )
postgres? ( >=dev-db/postgresql-9.0:*[kerberos] )
telepathy? (
dev-libs/glib:2
>=net-libs/telepathy-glib-0.18.0
>=x11-libs/gtk+-2.24:2
)
"
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) $(add_kdebase_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.11.2:=
media-libs/glm
net-misc/npapi-sdk
>=sys-apps/findutils-4.4.2
sys-devel/bison
sys-apps/coreutils
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 )
"
PATCHES=(
# not upstreamable stuff
"${FILESDIR}/${PN}-4.4-system-pyuno.patch"
# from master branch
"${FILESDIR}/${PN}-4.4.0.3-telepathy-build-fix.patch"
"${FILESDIR}/${PN}-4.4.1.2-add-kde4-open-url-script.patch"
"${FILESDIR}/${PN}-4.4.1.2-improve-KDE4FilePicker.patch"
"${FILESDIR}/${PN}-4.3.5.2-remove-bashisms.patch" # bug 525454
)
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
bluetooth? ( dbus )
collada? ( gltf )
gnome? ( gtk )
eds? ( gnome )
telepathy? ( gtk )
libreoffice_extensions_nlpsolver? ( java )
libreoffice_extensions_scripting-beanshell? ( java )
libreoffice_extensions_scripting-javascript? ( java )
libreoffice_extensions_wiki-publisher? ( java )
"
CHECKREQS_MEMORY="512M"
CHECKREQS_DISK_BUILD="6G"
pkg_pretend() {
local pgslot
if [[ ${MERGE_TYPE} != binary ]]; then
check-reqs_pkg_pretend
if [[ $(gcc-major-version) -lt 4 ]] || \
( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ]] ) \
; then
eerror "Compilation with gcc older than 4.6 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
pgslot=$(postgresql-config show)
if [[ ${pgslot//.} < 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 mod2 dest tmplfile tmplname mypv
[[ -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
for mod in ${MODULES}; do
mypv=${PV/.9999}
[[ ${mypv} != ${PV} ]] && EGIT_BRANCH="${PN}-${mypv/./-}"
EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
[[ ${mod} != core ]] && EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-${mod}-${PV}"
EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${mod}"
git-r3_src_unpack
if [[ ${mod} != core ]]; then
mod2=${mod}
# mapping does not match on help
[[ ${mod} == help ]] && mod2="helpcontent2"
mkdir -p "${S}/${mod2}/" || die
mv -n "${WORKDIR}/${PN}-${mod}-${PV}"/* "${S}/${mod2}" || die
rm -rf "${WORKDIR}/${PN}-${mod}-${PV}"
fi
done
unset EGIT_CHECKOUT_DIR EGIT_REPO_URI EGIT_BRANCH
fi
}
src_prepare() {
# optimization flags
export GMAKE_OPTIONS="${MAKEOPTS}"
# System python 2.7 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
# patchset
if [[ -n ${PATCHSET} ]]; then
EPATCH_FORCE="yes" \
EPATCH_SOURCE="${WORKDIR}/${PATCHSET/.tar.xz/}" \
EPATCH_SUFFIX="patch" \
epatch
fi
base_src_prepare
AT_M4DIR="m4" eautoreconf
# hack in the autogen.sh
touch autogen.lastrun
# system pyuno mess
sed \
-e "s:%eprefix%:${EPREFIX}:g" \
-e "s:%libdir%:$(get_libdir):g" \
-i pyuno/source/module/uno.py \
-i 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 lo_ext
local ext_opts
# 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)"
if use libreoffice_extensions_wiki-publisher; then
java_opts+="
--with-commons-codec-jar=$(java-pkg_getjar commons-codec commons-codec.jar)
--with-commons-httpclient-jar=$(java-pkg_getjar commons-httpclient-3 commons-httpclient.jar)
--with-commons-lang-jar=$(java-pkg_getjar commons-lang-2.1 commons-lang.jar)
--with-commons-logging-jar=$(java-pkg_getjar commons-logging commons-logging.jar)
--with-servlet-api-jar=$(java-pkg_getjar tomcat-servlet-api-3.0 servlet-api.jar)
"
fi
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-gnome-vfs: old gnome virtual fs support
# --disable-kdeab: kde3 adressbook
# --disable-kde: kde3 support
# --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-gnome-vfs \
--disable-gstreamer-0-10 \
--disable-report-builder \
--disable-kdeab \
--disable-kde \
--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 gconf) \
$(use_enable gnome gio) \
$(use_enable gnome lockdown) \
$(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"
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}
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 -rf "${ED}"/usr/share/mimelnk/
# FIXME: Hack add missing file
insinto /usr/$(get_libdir)/${PN}/program
doins "${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
use java || \
ewarn 'If you plan to use lbase application you should enable java or you will get various crashes.'
}
pkg_postrm() {
kde4-base_pkg_postrm
}

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer><email>maintainer-needed@gentoo.org</email></maintainer>
<maintainer>
<email>heroxbd@gentoo.org</email>
<name>Benda Xu</name>
</maintainer>
<longdescription>An SGML System Conforming to International Standard ISO 8879.</longdescription>
</pkgmetadata>

@ -0,0 +1,76 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/opensp/opensp-1.5.2-r4.ebuild,v 1.1 2015/05/12 05:28:13 heroxbd Exp $
EAPI=5
WANT_AUTOMAKE='1.13'
inherit eutils flag-o-matic autotools
MY_P=${P/opensp/OpenSP}
DESCRIPTION="A free, object-oriented toolkit for SGML parsing and entity management"
HOMEPAGE="http://openjade.sourceforge.net/"
SRC_URI="mirror://sourceforge/openjade/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc nls static-libs test"
DEPEND="nls? ( sys-devel/gettext )
doc? (
app-text/xmlto
app-text/docbook-xml-dtd:4.1.2
)
test? (
app-text/docbook-xml-dtd:4.5
app-text/openjade
app-text/sgml-common
)"
RDEPEND=""
S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${P}-fix-segfault.patch
use prefix && eautoreconf
}
src_configure() {
# The following filters are taken from openjade's ebuild. See bug #100828.
# Please note! Opts are disabled. If you know what you're doing
# feel free to remove this line. It may cause problems with
# docbook-sgml-utils among other things.
#ALLOWED_FLAGS="-O -O1 -O2 -pipe -g -march"
strip-flags
econf \
--enable-http \
--enable-default-catalog="${EPREFIX}"/etc/sgml/catalog \
--enable-default-search-path="${EPREFIX}"/usr/share/sgml \
--datadir="${EPREFIX}"/usr/share/sgml/${P} \
$(use_enable nls) \
$(use_enable doc doc-build) \
$(use_enable static-libs static)
}
src_compile() {
emake pkgdocdir="${EPREFIX}"/usr/share/doc/${PF}
}
src_test() {
# Skipping tests known not to work
emake SHOWSTOPPERS= check
SANDBOX_PREDICT="${SANDBOX_PREDICT%:/}"
}
src_install() {
emake \
DESTDIR="${D}" \
pkgdocdir="${EPREFIX}"/usr/share/doc/${PF} \
install
prune_libtool_files
dodoc AUTHORS BUGS ChangeLog NEWS README
}

@ -1,4 +1,2 @@
DIST mysql-extras-20150113-1853Z.tar.bz2 1494439 SHA256 420553dc8557d0622ad762ee6924900acc74fd4f367fd3840acab03114fada4d SHA512 b1252d905b71a6f42484eaa796ebcd2f0769affc566e6c277ef3bc0ef9bc446a1c22aac3faa48ef7b9305056a1302b37d7ef86b547c44514528a5956ce61d372 WHIRLPOOL d14f0d88358eb0bbd2c338052ec086ab8260988497ef09da934365ded3c30c7e905ea936a0c9817ccb49d1f6e3408b3f6a438455a2455c65c2f26a9fc6367ff3
DIST percona-server-5.6.22-71.0.tar.gz 33992150 SHA256 0a7269a71e009bc802adef1dd3502562f22b881b7f88823ca84c987724dcf10c SHA512 b427473c130a39fc2985801a28d5c31295ad50c8ca7ebdd864d6c55389a0b095cef8eb47ebdc09d79e3aff6505b75bd9241442151ee87f986237b8a3be7873b0 WHIRLPOOL a89fb19498a0c74b4d3ad90ff047601524e9ba76513351433cdcd68ebe5524cc52f0ab1a54ae665b686562d55cb7c0df92ccb6be57709b2733aba4973f3b82ec
DIST percona-server-5.6.22-72.0.tar.gz 34022879 SHA256 24eba36d13fbdd6c29528c32dc69b6767f0bacfba37d9de6b9637fdddccb314d SHA512 bbcaf5af03617f6aeb500d0aa17879ae3a7574d9a3959e37e4e74cb6226ce07d671b9ffdb611326fb066ed33150b9e299f95945282951adfbfe6e915574c59ed WHIRLPOOL c11216114fef6d0a1d6fa35eb1760209675d18dfd20dd4517b9eb8059cf8fe4d65a7405e38f514f1a45ae5d657120aa1691b2a9d8cdfdc70be4463a152ccd698
DIST percona-server-5.6.23-72.1.tar.gz 34049056 SHA256 5382630b98dd05f72e372ede5535ddcad2e389b594311a69f03a3d95f68d4907 SHA512 4b59add413d85b81639b2c43a41dbedfc1dbacbe914249c8c6b6cc8d35d2906359ea0c149aa55e113fd2bcc7b7dfe34e7ea57264f60d84e2bee392860d80ebd0 WHIRLPOOL d2a43540ed739982efd941295a4adac4acf2e6b9cbc4ca05509aac980a98849833fdaa36bf8a758459c11374cb1ca73e7853f8ce032592544dc578a9f4f2a04e
DIST percona-server-5.6.24-72.2.tar.gz 34099689 SHA256 5aa6469f3a55fe0fd1cfe315f2f9cacb0ce318620086c93821c9000d6e25c0de SHA512 46e013b272d96d995af48e0a55c94e7ded1a2cf6e8a4e3c7e1674171ac288e2b211e5761eecbe6f0cacf40a026dccbf102f517745c7c07865165fe3a8e922088 WHIRLPOOL ee200bbf7454c16afb349713ea031e4d8acf4fab2fe3d594336443997c683c0d987704c6a300451d6b77df271e32905ca892753320666438ca797a484a499856

@ -1,132 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/percona-server/percona-server-5.6.22.71.0.ebuild,v 1.1 2015/01/14 01:55:07 grknight Exp $
EAPI="5"
MY_EXTRAS_VER="20150113-1853Z"
inherit toolchain-funcs mysql-multilib
# only to make repoman happy. it is really set in the eclass
IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''
DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="${RDEPEND}"
# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt
# Official test instructions:
# USE='extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild percona-server-X.X.XX.ebuild \
# digest clean package
multilib_src_test() {
if ! multilib_is_native_abi ; then
einfo "Server tests not available on non-native abi".
return 0;
fi
local TESTDIR="${CMAKE_BUILD_DIR}/mysql-test"
local retstatus_unit
local retstatus_tests
# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost"
if ! use "minimal" ; then
if [[ $UID -eq 0 ]]; then
die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root."
fi
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
addpredict /this-dir-does-not-exist/t9.MYI
# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
# Ensure that parallel runs don't die
export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
# Enable parallel testing, auto will try to detect number of cores
# You may set this by hand.
# The default maximum is 8 unless MTR_MAX_PARALLEL is increased
export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
# create directories because mysqladmin might right out of order
mkdir -p "${T}"/var-tests{,/log}
# These are failing in Percona 5.6 for now and are believed to be
# false positives:
#
# main.information_schema, binlog.binlog_statement_insert_delayed,
# main.mysqld--help-notwin, binlog.binlog_mysqlbinlog_filter
# perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt
# funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test:
# segfaults at random under Portage only, suspect resource limits.
#
# main.percona_bug1289599
# Looks to be a syntax error in the test file itself
#
# main.variables main.myisam main.merge_recover
# fails due to ulimit not able to open enough files (needs 5000)
#
# main.mysqlhotcopy_archive main.mysqlhotcopy_myisam
# Called with bad parameters should be reported upstream
for t in main.mysql_client_test \
binlog.binlog_statement_insert_delayed main.information_schema \
main.mysqld--help-notwin binlog.binlog_mysqlbinlog_filter \
perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers \
main.variables main.myisam main.merge_recover \
main.percona_bug1289599 main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
mysql-multilib_disable_test "$t" "False positives in Gentoo"
done
# Run mysql tests
pushd "${TESTDIR}"
# Set file limits higher so tests run
ulimit -n 3000
# run mysql-test tests
perl mysql-test-run.pl --force --vardir="${T}/var-tests" \
--testcase-timeout=30
retstatus_tests=$?
[[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
popd
# Cleanup is important for these testcases.
pkill -9 -f "${S}/ndb" 2>/dev/null
pkill -9 -f "${S}/sql" 2>/dev/null
failures=""
[[ $retstatus_unit -eq 0 ]] || failures="${failures} test-unit"
[[ $retstatus_tests -eq 0 ]] || failures="${failures} tests"
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
[[ -z "$failures" ]] || die "Test failures: $failures"
einfo "Tests successfully completed"
else
einfo "Skipping server tests due to minimal build."
fi
}

@ -1,132 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/percona-server/percona-server-5.6.22.72.0.ebuild,v 1.1 2015/02/09 20:06:49 grknight Exp $
EAPI="5"
MY_EXTRAS_VER="20150113-1853Z"
inherit toolchain-funcs mysql-multilib
# only to make repoman happy. it is really set in the eclass
IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''
DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
RDEPEND="${RDEPEND}"
# Please do not add a naive src_unpack to this ebuild
# If you want to add a single patch, copy the ebuild to an overlay
# and create your own mysql-extras tarball, looking at 000_index.txt
# Official test instructions:
# USE='extraengine perl ssl static-libs community' \
# FEATURES='test userpriv -usersandbox' \
# ebuild percona-server-X.X.XX.ebuild \
# digest clean package
multilib_src_test() {
if ! multilib_is_native_abi ; then
einfo "Server tests not available on non-native abi".
return 0;
fi
local TESTDIR="${CMAKE_BUILD_DIR}/mysql-test"
local retstatus_unit
local retstatus_tests
# Bug #213475 - MySQL _will_ object strenously if your machine is named
# localhost. Also causes weird failures.
[[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost"
if ! use "minimal" ; then
if [[ $UID -eq 0 ]]; then
die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root."
fi
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
addpredict /this-dir-does-not-exist/t9.MYI
# Run CTest (test-units)
cmake-utils_src_test
retstatus_unit=$?
[[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
# Ensure that parallel runs don't die
export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
# Enable parallel testing, auto will try to detect number of cores
# You may set this by hand.
# The default maximum is 8 unless MTR_MAX_PARALLEL is increased
export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
# create directories because mysqladmin might right out of order
mkdir -p "${T}"/var-tests{,/log}
# These are failing in Percona 5.6 for now and are believed to be
# false positives:
#
# main.information_schema, binlog.binlog_statement_insert_delayed,
# main.mysqld--help-notwin, binlog.binlog_mysqlbinlog_filter
# perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt
# funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers
# fails due to USE=-latin1 / utf8 default
#
# main.mysql_client_test:
# segfaults at random under Portage only, suspect resource limits.
#
# main.percona_bug1289599
# Looks to be a syntax error in the test file itself
#
# main.variables main.myisam main.merge_recover
# fails due to ulimit not able to open enough files (needs 5000)
#
# main.mysqlhotcopy_archive main.mysqlhotcopy_myisam
# Called with bad parameters should be reported upstream
for t in main.mysql_client_test \
binlog.binlog_statement_insert_delayed main.information_schema \
main.mysqld--help-notwin binlog.binlog_mysqlbinlog_filter \
perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers \
main.variables main.myisam main.merge_recover \
main.percona_bug1289599 main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
mysql-multilib_disable_test "$t" "False positives in Gentoo"
done
# Run mysql tests
pushd "${TESTDIR}"
# Set file limits higher so tests run
ulimit -n 3000
# run mysql-test tests
perl mysql-test-run.pl --force --vardir="${T}/var-tests" \
--testcase-timeout=30
retstatus_tests=$?
[[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
popd
# Cleanup is important for these testcases.
pkill -9 -f "${S}/ndb" 2>/dev/null
pkill -9 -f "${S}/sql" 2>/dev/null
failures=""
[[ $retstatus_unit -eq 0 ]] || failures="${failures} test-unit"
[[ $retstatus_tests -eq 0 ]] || failures="${failures} tests"
has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
[[ -z "$failures" ]] || die "Test failures: $failures"
einfo "Tests successfully completed"
else
einfo "Skipping server tests due to minimal build."
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/percona-server/percona-server-5.6.23.72.1.ebuild,v 1.1 2015/03/07 03:57:20 grknight Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/percona-server/percona-server-5.6.24.72.2.ebuild,v 1.1 2015/05/11 16:50:38 grknight Exp $
EAPI="5"
MY_EXTRAS_VER="20150113-1853Z"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild,v 1.5 2014/12/28 15:25:15 titanofold Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild,v 1.6 2015/05/11 20:42:13 pacho Exp $
EAPI=4
@ -14,16 +14,16 @@ SRC_URI="mirror://gentoo/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="cgi clutter dbi doc editline google gui http image jabber libffi libxml2
IUSE="cgi clutter dbi doc editline google gui http image libffi libxml2
lzo md5sum ncurses ogg opengl postgres pcre python readline sha1 sndfile sockets
sqlite3 syslog theora threads truetype twitter vorbis zlib"
sqlite syslog theora threads truetype twitter vorbis xmpp zlib"
DEPEND="clutter? ( media-libs/clutter )
dbi? ( dev-db/libdbi )
editline? ( dev-libs/libedit )
image? ( virtual/jpeg
media-libs/tiff
media-libs/libpng )
jabber? ( net-libs/loudmouth )
xmpp? ( net-libs/loudmouth )
libffi? ( virtual/libffi )
libxml2? ( dev-libs/libxml2 )
lzo? ( dev-libs/lzo )
@ -34,7 +34,7 @@ DEPEND="clutter? ( media-libs/clutter )
postgres? ( dev-db/postgresql[server] )
readline? ( sys-libs/readline )
sndfile? ( media-libs/libsndfile )
sqlite3? ( >=dev-db/sqlite-3.0.0 )
sqlite? ( >=dev-db/sqlite-3.0.0 )
theora? ( media-libs/libtheora )
truetype? ( media-libs/freetype )
vorbis? ( media-libs/libvorbis )
@ -60,7 +60,7 @@ src_configure() {
$(cmake-utils_use_enable gui FLUX)
$(cmake-utils_use_enable google GOOGLESEARCH)
$(cmake-utils_use_enable http HTTPCLIENT)
$(cmake-utils_use_enable jabber LOUDMOUTH)
$(cmake-utils_use_enable xmpp LOUDMOUTH)
$(cmake-utils_use_enable image IMAGE)
$(cmake-utils_use_enable libxml2 LIBXML2)
$(cmake-utils_use_enable lzo LZO)
@ -75,7 +75,7 @@ src_configure() {
$(cmake-utils_use_enable sndfile LIBSNDFILE)
$(cmake-utils_use_enable sha1 SHA1)
$(cmake-utils_use_enable sockets SOCKET)
$(cmake-utils_use_enable sqlite3 SQLITE3)
$(cmake-utils_use_enable sqlite SQLITE3)
$(cmake-utils_use_enable syslog SYSLOG)
$(cmake-utils_use_enable theora THEORA)
$(cmake-utils_use_enable threads THREADS)

@ -1,3 +1,2 @@
DIST rubinius-1.2.4-20110705.tar.gz 9880126 SHA256 d474fb6f50292bff5211aaa80b1cead1fb3ed5c7c49223c51fddb8ffc5c3f23d SHA512 8211bfe88f7646dcf4fe696686cc3d0dd06ed02a11f261368c8431257061aed6f5d5bb87197fc9d0c71fca6f2b7671145984104d2e96cc5bf1a9651f1e6fb1c0 WHIRLPOOL 5cbcbc7975cd9032b750dc48b94b5377ff33d87bfb89175d783e899443ef33b6f9bcf476ff476e71e42ec046f492b046994e1c1137e758512e58b97af840c754
DIST rubinius-2.2.9.tar.bz2 11409258 SHA256 7b01a7f2508167e73b5273b4e55e6616fc7fd975e79c84c4d2e3ef83d849d2ce SHA512 d2e4c87ec53d3ccb0e7e4ad54d1bd5532a31dea90868cfe78f0d00d6efd844a11025c282952d4d5e9d6faf380d3afc50c8dee643efe0c381f5d88f291ca127d7 WHIRLPOOL 2d0dc7477d959556004f94a101009ccbdbda5dc0012e90e5f1ffb07b1eb02541fc8e12440f4d5098d81ad17dc0bf409ef6bec565776b95e70b816ba44ab8aab3
DIST rubinius-2.3.0.tar.bz2 11531929 SHA256 9953c3af5e9694540859eaf55164a38d0c32c3ad35457e4351d20c28a25fecaa SHA512 d0f3dd5e3b891bff2eb79b7810c6041e15fbbf0606c379f89575cefd829ac7a394b0c12ed3c5a4d452730797bc0a2c6c82646a19a078b56dcac7acad015a4559 WHIRLPOOL fab8930ed07070d771ba5f382ca084637e3fe64604fe6b67a3f8afaf55509e58e80c7f008effaf6d5de40b3da209604e30c1622df9414f5f640a4d3866d85423
DIST rubinius-2.5.3.tar.bz2 11636033 SHA256 9af4d6e9d1e78a586579c86b9eb9a082cb863885d4a7cf33989d73280461e5fc SHA512 b923446d325dc3ce5ad28af9ee527607fae3259b85e85aeff97c1bebbb4520daf70616957b1c0ded900ed19e59025826dee66977c19cd2a2d4e9a0296811eb20 WHIRLPOOL 9ec26e62fde5d55153ce8f7fc8b57297fc365f94fc43d18c1a99c94823999494653e5d44ad1a27e31ae0803fc0c2d23d04fea7c7669210754236a9aa38e68b19

@ -1,81 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-2.2.9.ebuild,v 1.1 2014/06/12 06:17:02 graaff Exp $
EAPI=5
inherit eutils flag-o-matic multilib versionator
DESCRIPTION="A re-implementation of the Ruby VM designed for speed"
HOMEPAGE="http://rubini.us"
SRC_URI="http://releases.rubini.us/${P}.tar.bz2"
LICENSE="BSD"
KEYWORDS="~amd64"
SLOT="0"
IUSE="+llvm"
RDEPEND="
llvm? ( >=sys-devel/llvm-3.2 )
dev-libs/openssl
sys-libs/ncurses
sys-libs/readline
dev-libs/libyaml
virtual/libffi
sys-libs/zlib
"
DEPEND="${RDEPEND}
=dev-ruby/rake-10*
dev-ruby/bundler
"
pkg_setup() {
unset RUBYOPT
}
src_prepare() {
# src_test will wait until all processes are reaped, so tune down
# the long sleep process a bit.
sed -i -e 's/sleep 1000/sleep 300/' spec/ruby/core/io/popen_spec.rb || die
# Drop error CFLAGS per Gentoo policy.
sed -i -e '/Werror/ s:^:#:' rakelib/blueprint.rb || die
bundle --local || die
}
src_configure() {
#Rubinius uses a non-autoconf ./configure script which balks at econf
INSTALL="${EPREFIX}/usr/bin/install -c" ./configure --skip-prebuilt \
--prefix /usr/$(get_libdir) \
--mandir /usr/share/man \
--without-rpath \
--with-vendor-zlib \
$(use_enable llvm) \
|| die "Configure failed"
}
src_compile() {
rake build || die "Compilation failed"
}
src_test() {
rake spec || die "Tests failed"
einfo "Waiting for forked processes to die"
}
src_install() {
# The install phase tries to determine if there are relevant
addpredict /usr/local/lib64/ruby
local minor_version=$(get_version_component_range 1-2)
local librbx="usr/$(get_libdir)/rubinius"
DESTDIR="${D}" rake install || die "Installation failed"
dosym /${librbx}/${minor_version}/bin/rbx /usr/bin/rbx || die "Couldn't make rbx symlink"
insinto /${librbx}/${minor_version}/site
doins "${FILESDIR}/auto_gem.rb" || die "Couldn't install rbx auto_gem.rb"
RBX_RUNTIME="${S}/runtime" RBX_LIB="${S}/lib" bin/rbx compile "${D}/${librbx}/${minor_version}/site/auto_gem.rb" || die "Couldn't bytecompile auto_gem.rb"
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-2.3.0.ebuild,v 1.2 2014/11/10 20:55:40 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/rubinius-2.5.3.ebuild,v 1.2 2015/05/11 19:19:04 graaff Exp $
EAPI=5
inherit eutils flag-o-matic multilib versionator
@ -16,9 +16,9 @@ IUSE="+llvm"
RDEPEND="
llvm? ( >=sys-devel/llvm-3.2 )
dev-libs/openssl
dev-libs/openssl:0
sys-libs/ncurses
sys-libs/readline
sys-libs/readline:0
dev-libs/libyaml
virtual/libffi
sys-libs/zlib
@ -78,7 +78,7 @@ src_install() {
RBXOPT="-Xsystem.log=/dev/null" DESTDIR="${D}" rake install || die "Installation failed"
dosym /${librbx}/${minor_version}/bin/rbx /usr/bin/rbx || die "Couldn't make rbx symlink"
dosym /${librbx}/bin/rbx /usr/bin/rbx || die "Couldn't make rbx symlink"
insinto /${librbx}/${minor_version}/site
doins "${FILESDIR}/auto_gem.rb" || die "Couldn't install rbx auto_gem.rb"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v 1.5 2014/06/28 17:53:37 zerochaos Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-9999.ebuild,v 1.6 2015/05/11 16:21:27 mgorny Exp $
EAPI=5
@ -46,7 +46,7 @@ done
insinto /usr/lib/go/
doins -r "${S}/pkg"
insinto "/usr/lib/go/src/pkg/${GO_PN}/"
insinto "/usr/lib/go/src/${GO_PN}/"
#for this ebuild, to fix bug #503324 I have limited what is installed
#another possible solution would have been using adddeny to the
#hide installed filed during build

@ -0,0 +1,33 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-usb/go-usb-9999.ebuild,v 1.1 2015/05/11 16:25:31 mgorny Exp $
EAPI=5
inherit git-r3 multilib
DESCRIPTION="CGO bindings for libusb"
HOMEPAGE="https://github.com/hanwen/usb"
EGIT_REPO_URI="https://github.com/hanwen/usb.git"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=">=dev-lang/go-1.4"
RDEPEND=""
# Tests require a connected mtp device
RESTRICT="test"
GO_PN="/usr/lib/go/src/github.com/hanwen/usb"
src_install() {
insinto "${GO_PN}"
doins *.go LICENSE || die "Install failed"
}
src_test() {
go test -ldflags '-extldflags=-fno-PIC' ${GO_PN} || die
}

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

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild,v 1.1 2015/05/07 19:49:14 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild,v 1.2 2015/05/11 14:05:57 mgorny Exp $
EAPI=5
VALA_MIN_API_VERSION="0.16"
@ -20,8 +20,8 @@ IUSE="+introspection"
RDEPEND="
>=dev-libs/dbus-glib-0.98[${MULTILIB_USEDEP}]
>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
>=dev-libs/libdbusmenu-0.6.2[gtk3,${MULTILIB_USEDEP}]
>=dev-libs/libindicator-12.10.0:3[${MULTILIB_USEDEP}]
>=dev-libs/libdbusmenu-0.6.2[gtk,${MULTILIB_USEDEP}]
>=dev-libs/libindicator-12.10.0:0[${MULTILIB_USEDEP}]
x11-libs/gtk+:2[${MULTILIB_USEDEP}]
introspection? ( >=dev-libs/gobject-introspection-1 )
"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/mpc-1.0.2-r1.ebuild,v 1.7 2015/04/26 20:09:54 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/mpc-1.0.2-r1.ebuild,v 1.8 2015/05/11 19:36:46 zlogene Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
DEPEND=">=dev-libs/gmp-4.3.2[${MULTILIB_USEDEP},static-libs?]

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p6.ebuild,v 1.2 2015/03/19 23:07:42 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8z_p6.ebuild,v 1.3 2015/05/11 19:25:24 zlogene Exp $
# this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME for ABI compat
@ -18,7 +18,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz"
LICENSE="openssl"
SLOT="0.9.8"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="bindist gmp kerberos cpu_flags_x86_sse2 test zlib"
RESTRICT="!bindist? ( bindist )"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1m.ebuild,v 1.5 2015/05/06 07:06:08 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.1m.ebuild,v 1.6 2015/05/11 19:25:24 zlogene Exp $
EAPI="4"
@ -14,7 +14,7 @@ SRC_URI="mirror://openssl/source/${P}.tar.gz
LICENSE="openssl"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE="bindist gmp kerberos rfc3779 cpu_flags_x86_sse2 static-libs test +tls-heartbeat vanilla zlib"
RESTRICT="!bindist? ( bindist )"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild,v 1.2 2015/01/31 21:06:36 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.040.0-r1.ebuild,v 1.3 2015/05/11 20:56:13 pacho Exp $
EAPI=5
@ -10,7 +10,7 @@ inherit perl-module eutils
DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
IUSE="jabber ssl"
IUSE="ssl xmpp"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
@ -32,7 +32,7 @@ DEPEND="
dev-perl/MIME-Lite
virtual/perl-MIME-Base64
ssl? ( dev-perl/Crypt-SSLeay )
jabber? ( dev-perl/Net-Jabber )
xmpp? ( dev-perl/Net-Jabber )
ssl? ( dev-perl/IO-Socket-SSL )
virtual/perl-IO-Compress
>=dev-perl/MIME-tools-5.413

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild,v 1.2 2015/04/03 08:57:45 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP-Lite/SOAP-Lite-1.140.0.ebuild,v 1.3 2015/05/11 20:56:13 pacho Exp $
EAPI=5
@ -10,7 +10,7 @@ inherit perl-module eutils
DESCRIPTION="Simple and lightweight interface to the SOAP protocol (sic) both on client and server side"
IUSE="jabber ssl test"
IUSE="ssl test xmpp"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
@ -31,7 +31,7 @@ RDEPEND="
dev-perl/LWP-Protocol-https
dev-perl/Crypt-SSLeay
)
jabber? ( dev-perl/Net-Jabber )
xmpp? ( dev-perl/Net-Jabber )
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker

@ -1,4 +1,3 @@
DIST PyQt-x11-gpl-4.10.3.tar.gz 11187362 SHA256 a713bebef394213b2c9e1fe0cad5699b869dc356bba50766e069013eba8bf630 SHA512 4edd3539e1855bc3358dcba866433e53d4b9444b867c14cc27115cf5a6c123b0af3bb0bae3085f6d71a31f0b6716da40809ac4ffcaaff415673ed7462f1a0420 WHIRLPOOL 675e324993e8f9a3b2a0a8975c9f1e2af9cd315073a68e6649a8de04e8e8a905d756be2c138a8c19b4ec16a75c7b118b32a3ffc27f8399953599a1b88ac76fad
DIST PyQt-x11-gpl-4.11.1.tar.gz 11118850 SHA256 df9d7358d70748efa5b84fa3fe9e182a80c39ac590157daaabcc2618df176da3 SHA512 3851d4e61d9c6a0c62cbfd2a08153972fa3446c1982fc925796eb1d4c6524e7054cdb14ed2f4566386727e9e0cf67246765de19fab79152b0834477452681113 WHIRLPOOL 17e23997afcf06b99028d0d2115bc9328848acaaa1b6bcd8ec7397409ab2001d5fa29ca08bf42e0cef6dcd0441d0cff04e349fa8913a2b0fc86da878b79b5a5d
DIST PyQt-x11-gpl-4.11.2.tar.gz 11120742 SHA256 05dfc4060d25f81e5d45fb020ad59d21af7dc4c01ace4d2b37f3b49493d03f6e SHA512 c849a28070aed1ab55a407da7b3386d5c899e5ada3c8b21b50f8182193a9f6fb53c7ef9ad02b2b261fd3ce901fb2a0189fe4266dd20cf6036bc2c8047f47ba79 WHIRLPOOL 0106a5c4f1f91e79280da3ff834ef61285cf6b8a18cb3d48df7ab969c28b35f76fbdfa648401f8d1e128feee139fcd7eb74edc0fd9ee17ff7a04f28855563eaf
DIST PyQt-x11-gpl-4.11.3.tar.gz 11120237 SHA256 853780dcdbe2e6ba785d703d059b096e1fc49369d3e8d41a060be874b8745686 SHA512 48264bed71a0c9662c2903a7cf1ed0263f18b3b69e5b9639b6a006f3cf72bc9766e786788c46046546d1676b221ed2ab29d2ec7fe57057ea9b84cede5ee7622c WHIRLPOOL 1c0f7ecd9f845ec1887ebd0c5b4473bc9be19c074aa8d0c3203c7ccdc0fbd16c4f247f80ba81ab491ef06cefaae704adb1da5da99d658826e941db398c920570

@ -1,210 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.2.ebuild,v 1.2 2014/12/31 12:53:58 kensington Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit eutils multibuild python-r1 qmake-utils toolchain-funcs
DESCRIPTION="Python bindings for the Qt toolkit"
HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ https://pypi.python.org/pypi/PyQt4"
if [[ ${PV} == *_pre* ]]; then
MY_P="PyQt-x11-gpl-snapshot-${PV%_pre*}-${REVISION}"
SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${MY_P}.tar.gz"
else
MY_P="PyQt-x11-gpl-${PV}"
SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
fi
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="X dbus debug declarative designer doc examples help kde multimedia opengl phonon script scripttools sql svg webkit xmlpatterns"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
declarative? ( X )
designer? ( X )
help? ( X )
multimedia? ( X )
opengl? ( X )
phonon? ( X )
scripttools? ( X script )
sql? ( X )
svg? ( X )
webkit? ( X )
"
# Minimal supported version of Qt.
QT_PV="4.8.5:4"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/sip-4.16:=[${PYTHON_USEDEP}]
>=dev-qt/qtcore-${QT_PV}
X? (
>=dev-qt/qtgui-${QT_PV}
>=dev-qt/qttest-${QT_PV}
)
dbus? (
>=dev-python/dbus-python-0.80[${PYTHON_USEDEP}]
>=dev-qt/qtdbus-${QT_PV}
)
declarative? ( >=dev-qt/qtdeclarative-${QT_PV} )
designer? ( >=dev-qt/designer-${QT_PV} )
help? ( >=dev-qt/qthelp-${QT_PV} )
multimedia? ( >=dev-qt/qtmultimedia-${QT_PV} )
opengl? ( >=dev-qt/qtopengl-${QT_PV} )
phonon? (
kde? ( media-libs/phonon[qt4] )
!kde? ( || ( >=dev-qt/qtphonon-${QT_PV} media-libs/phonon[qt4] ) )
)
script? ( >=dev-qt/qtscript-${QT_PV} )
sql? ( >=dev-qt/qtsql-${QT_PV} )
svg? ( >=dev-qt/qtsvg-${QT_PV} )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
xmlpatterns? ( >=dev-qt/qtxmlpatterns-${QT_PV} )
"
DEPEND="${RDEPEND}
dbus? ( virtual/pkgconfig )
"
S=${WORKDIR}/${MY_P}
src_prepare() {
# Support qreal on arm architecture (bug 322349).
use arm && epatch "${FILESDIR}/${PN}-4.7.3-qreal_float_support.patch"
# Allow building against KDE's phonon (bug 433944 and others).
sed -i \
-e "s:VideoWidget()\":&, extra_include_dirs=[\"${EPREFIX}/usr/include/qt4/QtGui\"]:" \
-e "s:^\s\+generate_code(\"phonon\":&, extra_include_dirs=[\"${EPREFIX}/usr/include/phonon\"]:" \
configure.py || die
if ! use dbus; then
sed -i -e 's/^\(\s\+\)check_dbus()/\1pass/' configure.py || die
fi
python_copy_sources
preparation() {
if [[ ${EPYTHON} == python3.* ]]; then
rm -fr pyuic/uic/port_v2
else
rm -fr pyuic/uic/port_v3
fi
}
python_foreach_impl run_in_build_dir preparation
}
pyqt4_use_enable() {
use $1 && echo --enable=${2:-Qt$(tr 'a-z' 'A-Z' <<< ${1:0:1})${1:1}}
}
src_configure() {
configuration() {
local myconf=(
"${PYTHON}" configure.py
--confirm-license
--bindir="${EPREFIX}/usr/bin"
--destdir="$(python_get_sitedir)"
--sipdir="${EPREFIX}/usr/share/sip"
--assume-shared
--no-timestamp
--qsci-api
$(use debug && echo --debug)
--enable=QtCore
--enable=QtNetwork
--enable=QtXml
$(pyqt4_use_enable X QtGui)
$(pyqt4_use_enable X QtTest)
$(pyqt4_use_enable dbus QtDBus)
$(pyqt4_use_enable declarative)
$(pyqt4_use_enable designer) $(use designer || echo --no-designer-plugin)
$(pyqt4_use_enable help)
$(pyqt4_use_enable multimedia)
$(pyqt4_use_enable opengl QtOpenGL)
$(pyqt4_use_enable phonon phonon)
$(pyqt4_use_enable script)
$(pyqt4_use_enable scripttools QtScriptTools)
$(pyqt4_use_enable sql)
$(pyqt4_use_enable svg)
$(pyqt4_use_enable webkit QtWebKit)
$(pyqt4_use_enable xmlpatterns QtXmlPatterns)
AR="$(tc-getAR) cqs"
CC="$(tc-getCC)"
CFLAGS="${CFLAGS}"
CFLAGS_RELEASE=
CXX="$(tc-getCXX)"
CXXFLAGS="${CXXFLAGS}"
CXXFLAGS_RELEASE=
LINK="$(tc-getCXX)"
LINK_SHLIB="$(tc-getCXX)"
LFLAGS="${LDFLAGS}"
LFLAGS_RELEASE=
RANLIB=
STRIP=
)
echo "${myconf[@]}"
"${myconf[@]}" || die
local mod
for mod in QtCore \
$(use X && echo QtGui) \
$(use dbus && echo QtDBus) \
$(use declarative && echo QtDeclarative) \
$(use designer && echo QtDesigner) \
$(use opengl && echo QtOpenGL); do
# Run eqmake4 inside the qpy subdirectories to respect
# CC, CXX, CFLAGS, CXXFLAGS, LDFLAGS and avoid stripping.
pushd qpy/${mod} > /dev/null || return
eqmake4 $(ls w_qpy*.pro)
popd > /dev/null || return
# Fix insecure runpaths.
sed -i -e "/^LFLAGS\s*=/ s:-Wl,-rpath,${BUILD_DIR}/qpy/${mod}::" \
${mod}/Makefile || die "failed to fix rpath for ${mod}"
done
# Avoid stripping of libpythonplugin.so.
if use designer; then
pushd designer > /dev/null || return
eqmake4 python.pro
popd > /dev/null || return
fi
}
python_parallel_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
# INSTALL_ROOT is used by designer/Makefile, other Makefiles use DESTDIR.
emake DESTDIR="${tmp_root}" INSTALL_ROOT="${tmp_root}" install
python_doexe "${tmp_root}${EPREFIX}"/usr/bin/pyuic4
rm "${tmp_root}${EPREFIX}"/usr/bin/pyuic4 || die
multibuild_merge_root "${tmp_root}" "${D}"
python_optimize
}
python_foreach_impl run_in_build_dir installation
dodoc NEWS THANKS
if use doc; then
dodoc -r doc/html
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.3.ebuild,v 1.2 2015/01/09 01:27:25 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.11.3.ebuild,v 1.3 2015/05/11 18:00:13 pesa Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@ -36,7 +36,7 @@ QT_PV="4.8.5:4"
RDEPEND="
${PYTHON_DEPS}
>=dev-python/sip-4.16.4:=[${PYTHON_USEDEP}]
>=dev-python/sip-4.16.6:=[${PYTHON_USEDEP}]
>=dev-qt/qtcore-${QT_PV}
X? ( >=dev-qt/qtgui-${QT_PV} )
dbus? (
@ -82,20 +82,16 @@ pyqt_use_enable() {
}
src_configure() {
local qmake_path=${EPREFIX}/usr/$(get_libdir)/qt4/bin/qmake
[[ ! -x ${qmake_path} ]] && qmake_path=${EPREFIX}/usr/bin/qmake
configuration() {
local myconf=(
"${PYTHON}"
"${S}"/configure-ng.py
$(use debug && echo --debug --trace)
--verbose
--confirm-license
--qmake="${qmake_path}"
--qmake="$(qt4_get_bindir)"/qmake
--destdir="$(python_get_sitedir)"
--assume-shared
--no-timestamp
--qsci-api
$(use debug && echo --debug)
--enable=QtCore
--enable=QtNetwork
--enable=QtXml

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.1.ebuild,v 1.1 2015/03/02 03:19:23 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt5/PyQt5-5.4.1.ebuild,v 1.2 2015/05/11 17:40:26 pesa Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@ -90,13 +90,12 @@ src_configure() {
local myconf=(
"${PYTHON}"
"${S}"/configure.py
$(use debug && echo --debug --trace)
--verbose
--confirm-license
--qmake="${EPREFIX}/usr/$(get_libdir)/qt5/bin/qmake"
--qmake="$(qt5_get_bindir)"/qmake
--destdir="$(python_get_sitedir)"
--assume-shared
--no-timestamp
--qsci-api
$(use debug && echo --debug)
--enable=QtCore
--enable=QtXml
$(pyqt_use_enable dbus QtDBus)

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<longdescription>
<herd>python</herd>
<longdescription>
The ReportLab Toolkit is a Python library for generating
PDFs and graphics.
</longdescription>
<upstream>
<remote-id type="pypi">reportlab</remote-id>
</upstream>
<upstream>
<remote-id type="pypi">reportlab</remote-id>
</upstream>
</pkgmetadata>

@ -1,8 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.1.44-r1.ebuild,v 1.6 2015/05/08 17:11:42 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-3.1.44-r1.ebuild,v 1.7 2015/05/11 15:16:37 jlec Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
# Tests crash with pypy
@ -10,7 +11,8 @@ inherit distutils-r1 flag-o-matic prefix
DESCRIPTION="Tools for generating printable PDF documents from any data source"
HOMEPAGE="http://www.reportlab.com/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
SRC_URI="
mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip"
LICENSE="BSD"
@ -19,7 +21,7 @@ KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-lin
IUSE="doc examples"
RDEPEND="
>=dev-python/pillow-2.4.0[${PYTHON_USEDEP}]
>=dev-python/pillow-2.4.0[tiff,${PYTHON_USEDEP}]
>=dev-python/pip-1.4.1[${PYTHON_USEDEP}]
>=dev-python/setuptools-2.2[${PYTHON_USEDEP}]
media-fonts/dejavu

@ -1,3 +1,3 @@
DIST urllib3-1.10.1.tar.gz 129860 SHA256 631c6c52e8db04530e5b248ba4c1ce1aac100e2722bfbfdd35f212cf2783acb2 SHA512 078436f83adc7c93606bcafe3937bbd24b683051aa551e6de24d9555e2d7579473ca6a364932fd2fee0ac6910b6d2c3d4349da8c59461c024eac7a0b57c4a509 WHIRLPOOL 0ccc7af64f1517f58ff6e9bbc893fbe203b034256c1730b2a1ef9329825d67bdd2c448ccd328fdd5a0898c2cdc8f116e35be2948e58bb72f451b704d8df83227
DIST urllib3-1.10.3.tar.gz 136894 SHA256 ce1bb9a3f103610a062ace3ae6e56ebf2fa0fbeb5c395d601c64d8a7e6df180b SHA512 d36280a29f1580565e79c58991d4ecf2cd69d2b262950bb90c1b0f89f225b6b3cee556914b6a7b3031dd074af8ae6187e6a3641ad8591c6b870203c33d40b113 WHIRLPOOL 5042b1c7e3c156d26c83a770636d9e7a9cf45b638f1b8733603afa255fe1a3ac03abb6447ba5e3f1ad98d7a449fe164c374ab5e131566b15e7c9281ba39677bc
DIST urllib3-1.10.tar.gz 128200 SHA256 25b4a7fbbd9112e0190f31f8877aa0523caeab8630872ad1bbddaba01cdd6599 SHA512 32f9162f82a676146fae6bba462d21eb81635d8660ca4676b5e8dd3d18b68525a265695c646f06c099a78c24d9b108f0610d3e17f20578d473771bebd42cc52d WHIRLPOOL a8a84b79fd0edeecdd19eaef0ee809d1c5d842ff6bcf089df9a1111744a2f42bec1a366b76b6e7334a51cad83d42b166f133a4156bbbfb7be24518353ee71081
DIST urllib3-1.9.1.tar.gz 171086 SHA256 d858379ef5988d4534bb8909432d697422100aaff272299d661339836b6dae9b SHA512 c972e4dc9dabf6378da75e0abce5e53bec29624f2dc0faff3c8ce762474d490da6aec7d2e374c57d0d18e640311845750eb257fc7829ac9d25a3d9c957c59c6f WHIRLPOOL 666b82e712939b3ff5dfe109ba0498c16dbea7f2c0f0c2e1c317cf7e6f03711ce4a9468bb72327abe7821aa75c0257d30dbce5c196ba59215df3dba4084c7360

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.1.ebuild,v 1.1 2015/03/17 09:32:55 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v 1.2 2015/05/12 05:47:04 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@ -59,7 +59,14 @@ python_test() {
# test_https_connection_read_timeout is found to hang and
# test_verified is found to fail under py2.7 and pypy.
# upstream by their own admission describe the tests as flakey
nosetests -v || die "Tests fail with ${EPYTHON}"
# __init__.py uses a local import requiring use of PYTHONPATH=blank to offset
# Currently requires disabling FEATURES=network-sandbox (in make.conf)
# Failures currently occur under py2.7 with this disabled. After joint testing
# it's planned for this to have further investigation.
# Further adjustments to this phase to come
PYTHONPATH= nosetests -v ./test/ || die "Tests fail with ${EPYTHON}"
}
python_install_all() {

@ -1 +1,2 @@
DIST WebOb-1.4.1.tar.gz 671495 SHA256 12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db SHA512 71be0389018289884158c5f3b99d1e1185bd29ab975ea59008fd71bf1188d25130e1852422dcedf7ffe3303d87caf02d62a143229b9ae196dd62f64deb7f7328 WHIRLPOOL d2803552592813c4b5ea4291e9a3aac6aa26397b903a8372f8e1fd601d46fb5f7105dcfd42e14de974a352e75945bf61945e0f36928d6a3fd8afa8bdd195d35b
DIST WebOb-1.4.tar.gz 633302 SHA256 0819838204e2a6823e42bf2227898fdf3f306f7619bf328e25855a0d1ca20399 SHA512 0cf1a21b7d863c355e445f0e9f898ffb1c4c39099532a86d830c1be5d84efc0c6f3e8151a283cfd1cb5bebcb1fe78a2b6b269cbc130863679a017565a2539a37 WHIRLPOOL abfc696b7f50a74edd3d84099365f802f5be0eddf56a1c128f6e026c30bdeddc1b58c6bb45d4281ee4fb3d7937888d8065b01f93a363c82cd9cd1834eb2378da

@ -0,0 +1,44 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webob/webob-1.4.1.ebuild,v 1.1 2015/05/12 00:42:01 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
MY_PN=WebOb
MY_P=${MY_PN}-${PV}
DESCRIPTION="WSGI request and response object"
HOMEPAGE="http://webob.org/ http://pypi.python.org/pypi/WebOb"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}] )"
RDEPEND=""
S=${WORKDIR}/${MY_P}
python_compile_all() {
if use doc; then
"${PYTHON}" setup.py build_sphinx || die
fi
}
python_test() {
nosetests -w tests || die "Tests fail with ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
distutils-r1_python_install_all
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/assistant-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:22:22 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/assistant-4.8.6-r1.ebuild,v 1.2 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
fi
IUSE="webkit"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/designer-4.8.6-r1.ebuild,v 1.3 2015/04/15 03:37:17 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/designer-4.8.6-r1.ebuild,v 1.4 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
DESIGNER_PLUGINS="declarative phonon qt3support webkit"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/linguist-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:34:48 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/linguist-4.8.6-r1.ebuild,v 1.2 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="Graphical tool for translating Qt applications"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/pixeltool/pixeltool-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:35:00 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/pixeltool/pixeltool-4.8.6-r1.ebuild,v 1.2 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="Qt screen magnifier"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
fi
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbusviewer/qdbusviewer-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:35:13 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbusviewer/qdbusviewer-4.8.6-r1.ebuild,v 1.2 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/qt3support-4.8.6-r1.ebuild,v 1.2 2015/04/15 03:39:54 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt3support/qt3support-4.8.6-r1.ebuild,v 1.3 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The Qt3Support module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="+accessibility"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtbearer/qtbearer-4.8.6-r1.ebuild,v 1.2 2015/04/15 03:40:03 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtbearer/qtbearer-4.8.6-r1.ebuild,v 1.3 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The network bearer plugins for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
fi
IUSE="connman networkmanager"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild,v 1.3 2015/03/03 07:29:23 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild,v 1.4 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${P}.tar.xz"
LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86"
IUSE="qt5 test"
DEPEND="qt5? ( test? (

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v 1.2 2015/05/10 00:48:20 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v 1.3 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="Cross-platform application development framework"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="+glib iconv icu qt3support ssl"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/qtdbus-4.8.6-r1.ebuild,v 1.2 2015/04/15 03:44:07 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/qtdbus-4.8.6-r1.ebuild,v 1.3 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The DBus module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-4.8.6-r1.ebuild,v 1.2 2015/04/15 03:46:51 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-4.8.6-r1.ebuild,v 1.3 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The Declarative module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
fi
IUSE="+accessibility qt3support webkit"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/qtdemo-4.8.6-r1.ebuild,v 1.2 2014/12/31 13:11:33 kensington Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/qtdemo-4.8.6-r1.ebuild,v 1.3 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="Demonstration module and examples for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos"
KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos"
fi
IUSE="dbus declarative kde multimedia opengl openvg phonon webkit xmlpatterns"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.6-r4.ebuild,v 1.2 2015/05/09 20:14:21 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-4.8.6-r4.ebuild,v 1.3 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI+=" http://dev.gentoo.org/~pesa/patches/${PN}-systemtrayicon-plugin-syste
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="+accessibility cups egl +glib gtkstyle mng nas nis qt3support tiff trace xinerama +xv"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/qthelp-4.8.6-r3.ebuild,v 1.2 2015/05/07 01:13:18 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qthelp/qthelp-4.8.6-r3.ebuild,v 1.3 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -16,7 +16,7 @@ SRC_URI+="
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
fi
IUSE="compat doc"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/qtmultimedia-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:37:05 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtmultimedia/qtmultimedia-4.8.6-r1.ebuild,v 1.2 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The Multimedia module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
fi
IUSE="alsa"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.6-r1.ebuild,v 1.2 2015/04/15 04:28:47 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.6-r1.ebuild,v 1.3 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The OpenGL module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:37:28 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild,v 1.2 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The OpenVG module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="qt3support"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtphonon/qtphonon-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:37:39 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtphonon/qtphonon-4.8.6-r1.ebuild,v 1.2 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The Phonon module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="dbus qt3support"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.6-r2.ebuild,v 1.1 2015/05/10 00:53:08 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-4.8.6-r2.ebuild,v 1.2 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The QtScript module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="+jit"

@ -1,8 +1,8 @@
INCLUDEPATH *= $$[QT_INSTALL_HEADERS]/QtSolutions
greaterThan(QT_MAJOR_VERSION, 4) {
LIBS *= -lQt$${QT_MAJOR_VERSION}Solutions_SingleCoreApplication-2.6
QT *= widgets
LIBS *= -lQt$${QT_MAJOR_VERSION}Solutions_SingleApplication-2.6
} else {
LIBS *= -lQtSolutions_SingleCoreApplication-2.6
LIBS *= -lQtSolutions_SingleApplication-2.6
}
QT *= network
CONFIG *= qtlockedfile

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r3.ebuild,v 1.3 2015/05/10 15:50:11 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsingleapplication/qtsingleapplication-2.6.1_p20130904-r4.ebuild,v 1.1 2015/05/11 15:44:05 pesa Exp $
EAPI=5

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/qtsql-4.8.6-r1.ebuild,v 1.4 2015/04/15 04:37:21 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/qtsql-4.8.6-r1.ebuild,v 1.5 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The SQL module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="freetds mysql oci8 odbc postgres qt3support +sqlite"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/qtsvg-4.8.6-r1.ebuild,v 1.2 2015/04/15 04:38:50 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/qtsvg-4.8.6-r1.ebuild,v 1.3 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The SVG module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="+accessibility"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qttest/qttest-4.8.6-r1.ebuild,v 1.1 2014/11/15 02:38:30 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qttest/qttest-4.8.6-r1.ebuild,v 1.2 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The QtTest module for unit testing Qt applications and libraries"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qttranslations/qttranslations-4.8.6-r1.ebuild,v 1.3 2015/04/07 23:15:12 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qttranslations/qttranslations-4.8.6-r1.ebuild,v 1.4 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="Translation files for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.8.6-r1.ebuild,v 1.2 2015/04/26 23:01:54 pesa Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebkit/qtwebkit-4.8.6-r1.ebuild,v 1.3 2015/05/11 14:59:35 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The WebKit module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="+gstreamer icu +jit"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/qtxmlpatterns-4.8.6-r1.ebuild,v 1.2 2015/04/15 04:43:23 dlan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/qtxmlpatterns-4.8.6-r1.ebuild,v 1.3 2015/05/11 14:59:36 zlogene Exp $
EAPI=5
@ -11,7 +11,7 @@ DESCRIPTION="The XmlPatterns module for the Qt toolkit"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE=""

@ -1,2 +1,3 @@
DIST acts_as_list-0.6.0.gem 16896 SHA256 5bf8f131c5872be26a3b8a8b1302b1484bf880cd4daa6340c12af3c87bd09ba5 SHA512 88e8781dbb47e947b4658987fa0a17535a71c7e7967c38cf929498702cfee550e55b983b5f5d4f85a6f1128fe6916fbbdf5ff7901bb23d17544d3497cc684111 WHIRLPOOL 28f954cfc9ae1494cc95d8259cd4d9c57e09ffb55aaa460717eb524b16c0e8a0420ec9252265eeecad94066a9a57af36d148b7586dc4b3e67bfc29aa2279e0fc
DIST acts_as_list-0.7.0.gem 17920 SHA256 4c2be07814d0c83fee226f87fff53a6f0797103e1d804d75ad4b3bbe5d0ba869 SHA512 c12ffb1d707987505be5f1a89e55b5cb8eda823842383088dd7579ef3baf07be1bf90a6f5f9cc50307d189529edb9ecf77865fcf7fa140454b92560d3ccc158d WHIRLPOOL 058c3b8b9151dadf1930cd7e1fae4533222e8bf3faf677d9abc002e859ac750a637c86947aa38185daa568e452decce6c7cec1dcced5a8365b83d79e5007e08b
DIST acts_as_list-0.7.2.gem 18944 SHA256 a49748ee8e384094cbfa6858a465eb3f00ac866181e34f37ef3f350d4a281d95 SHA512 c007f28dec299564fec586062c7f22f8a096accecf558669efbab663aadde0642ec2fbf9b899540db13d02641ccbfc40b7970e8e5598bbeabdf7a43d3e1f8df5 WHIRLPOOL 7911fd53f1f1d6cc057615b1eb7140eba92a25badc144957c36a73ae56a8cd9cb3362f15622c7cfc018fd397ff17b1aac32a0b551c829988b9553db89c6e0bce

@ -0,0 +1,41 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/acts_as_list/acts_as_list-0.7.2.ebuild,v 1.1 2015/05/12 05:31:37 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
inherit ruby-fakegem
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
DESCRIPTION="Capabilities for sorting and reordering a number of objects in a list"
HOMEPAGE="https://github.com/swanandp/acts_as_list"
LICENSE="MIT"
SLOT="3"
KEYWORDS="~amd64 ~x86 ~x86-macos"
IUSE=""
ruby_add_rdepend ">=dev-ruby/activerecord-3:*"
ruby_add_bdepend "
test? (
dev-ruby/test-unit:2
dev-ruby/activerecord:3.2[sqlite3]
)"
all_ruby_prepare() {
rm Gemfile || die
sed -i -e '/[Bb]undler/d' Rakefile || die
sed -i -e '1,9 s:^:#:' test/helper.rb || die
sed -i -e '/git ls/d' ${RUBY_FAKEGEM_GEMSPEC} || die
# Tests currently only pass on rails 3.
sed -e '1igem "activerecord", "~>3.2.0"' -i test/helper.rb || die
}

@ -3,3 +3,4 @@ DIST bundler-1.7.3.gem 299520 SHA256 d2cfd2cb30a14bbaab0cef7917d220d6285d6eaed02
DIST bundler-1.7.4.gem 301568 SHA256 09414b2dedd098bab278a46bd9a10b9cf6b409e06bb90f40ae001d60fe015388 SHA512 59e8fdc93a006069c550249707b686474b2eed7397448788450bb23382158b168e138adc91d5bb317309b54589dc4406080bc39f3e3cd319514b2c7433f5e0d8 WHIRLPOOL 672355c3bafc34bed3eb366c033faa023d3f0b9aef837c6c5822222e233a794d25095ef46c97c320d49defdd184a8081d5e49dd14a12f094ebc5c619a823a9bc
DIST bundler-1.8.7.tar.gz 290114 SHA256 4f84a38a355cc466ebdd75ac578949cacfa0c18bae39439dbb3c78790b03d80e SHA512 c1471e1a738168393c19eff02040870eac863dd6f9533824abb2115c829f015c6a8c919fcdbca4f770b3e539044d7f652ef768cb9a7771a92e34f4512d7c107a WHIRLPOOL 4d1ce585fdc5141c8a367296045806b6be30cf4b00f0ea8415c0f16effd9747803529c28726465ad1e8d29b77f9e4392533856cba850ddef2a479bcb4283fd35
DIST bundler-1.8.8.tar.gz 290336 SHA256 6c290bbf87ceab5ca2c91ee9af3e7f65f17e27a95e47182b4d7129e1506bd9c2 SHA512 bf93a4031c89fe9bbdcde77010446de10dff019bf12a6cdd71ea1f7155d8cb7701ecac8a3adae196806242d298d0a0f9806288b370d253dcd0f0e0c47b415a97 WHIRLPOOL d75055407236f4bee045c917d47caa356aabb004bfc2258cbf07c74143461e3192588409ab9a4700adf6e2c1a8f46d894f60c008fc65647c93564020e95ca09f
DIST bundler-1.8.9.tar.gz 290462 SHA256 9ecbe18147b990e8c5c7f299e9bc7b63eb274f54b05134ad334e0abeb943f733 SHA512 2e3378e2c329c53eb6e578b496e1fb332c4f96eca58299e59dd8cb7f5d3b78f43bc6bf96c452cbeb99a0459c016a824248f907b58dcc2081490e4f59ea7a32ba WHIRLPOOL 887a72075093405dd5c94902865589e4946d70f1cc390725e8ae35f6a36cdc2bdd05b9c27958a5c2497d6f42011791c2432f15ab45e1ccbc8c7f0d7da37799c9

@ -0,0 +1,69 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.8.9.ebuild,v 1.1 2015/05/11 18:17:38 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
#RUBY_FAKEGEM_RECIPE_TEST="rspec"
# No documentation task
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md ISSUES.md UPGRADING.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="An easy way to vendor gem dependencies"
HOMEPAGE="https://github.com/carlhuda/bundler"
SRC_URI="https://github.com/carlhuda/bundler/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
ruby_add_rdepend virtual/rubygems
ruby_add_bdepend "doc? ( app-text/ronn )"
# ruby_add_bdepend "test? ( app-text/ronn )"
# The specs require a number of gems to be installed in a temporary
# directory, but this requires network access. All tests should still
# pass with network access.
RESTRICT="test"
RDEPEND+=" dev-vcs/git"
all_ruby_prepare() {
# Bundler only supports running the specs from git:
# https://github.com/carlhuda/bundler/issues/issue/738
sed -i -e '/when Bundler is bundled/,/^ end/ s:^:#:' spec/runtime/setup_spec.rb || die
# Fails randomly and no clear cause can be found. Might be related
# to bug 346357. This was broken in previous releases without a
# failing spec, so patch out this spec for now since it is not a
# regression.
sed -i -e '/works when you bundle exec bundle/,/^ end/ s:^:#:' spec/install/deploy_spec.rb || die
# Remove unneeded git dependency from gemspec, which we need to use
# for bug 491826
sed -i -e '/files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die
# Avoid specs that are not compatible with all rspec versions.
sed -e '/has no malformed whitespace/,/^ end/ s:^:#:' \
-e '/uses double-quotes consistently/,/^ end/ s:^:#:' \
-i spec/quality_spec.rb || die
# Avoid spec failing with git 2.0.
sed -i -e '/on releasing/,/^ end/ s:^:#:' spec/bundler/gem_helper_spec.rb || die
}
each_ruby_compile() {
if use doc ; then
${RUBY} -S rake man:build
fi
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/pdf-inspector-1.2.0.ebuild,v 1.1 2014/11/02 18:41:56 mrueg Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pdf-inspector/pdf-inspector-1.2.0.ebuild,v 1.2 2015/05/12 05:40:39 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
RUBY_FAKEGEM_TASK_TEST=""

@ -1,3 +1,5 @@
DIST android-ndk-10d-amd64.7z 459151600 SHA256 812949f9299afd4b91890863054dc42f6547b6d485211d5f0faca9f286685df6 SHA512 b2ba10d7757ed7189b4e6dc2ecd38fce0c32dc6701151542b9e225e890faee84dded30dd4e907b0e42473e2a6df8ef4d46f37514edc270a04e1129d9c9e677fa WHIRLPOOL 6eddc1401db7d2766335f8a9ddc2dbe395999a1e210855e23ee7b3c5f65ff1e56859c8cdcaff598acd52f8ffe30e148e6ff2e6e2f712d1e4f69fb350a8d3a174
DIST android-ndk-10d-x86.7z 449997190 SHA256 c0d07e5ce2fff13b5eb456c10e99527184c9139e798cb7fd1adfadafa65cb696 SHA512 8d66229f6f07d6fba00650a96267c3c4a8308d296d9f13aa359af34ad49f57ba3a02e39f14d2b04609816e5f28ed939e71024043a0f08dc3711895a42e39f771 WHIRLPOOL 482ea86675f2b983669d30e508a21d813a7b03eb19c98696017591ecebf78102f5549df2b4be2d29c301b0b2dfc774b2057248facc2f395beec7f04326841e62
DIST android-ndk-r8b-linux-x86.tar.bz2 160466240 SHA256 4309c6e8f6bc48bfda7a4b339dc792e926f18ed765bedda7727bb6778937dad0 SHA512 a7a4bb00a16a473cec33c185f21b386d72a4d1dc1294f86bfeff95de70c45e0a9b357ac53d482a3b0e8dfc527de9d561e2b121c199c9149662bd4f05e6bef1b2 WHIRLPOOL c799cc7cc06baafb67b4630debebf458513d203998e1fae1b9395daaa8d5998e71468c3a0e43cacb1ec959ae854a016c4407129ed86c3d5a2fd0e3162bc1c395
DIST android-ndk-r8c-linux-x86.tar.bz2 179945337 SHA256 1d3c463bb33e1c429771745e7e287321f9ebecc8eb30d0e514396508887b9ba4 SHA512 317d6786a33bc94ef9bf983c7836284e74442521a7f1aaa653f1b1c3d2d6428633fb410ac219b90f21ee6a89493a006eebb77fd7ae00889d1e4c5408162bbb89 WHIRLPOOL d30902cfd65a6402bdae28a332f6ef8ba9f94a30eebc8e39ccea3d7e01ab82eeb95c787bfd13d78fd043e0e37bf5d5b66b61bfd4f23781aa4b1a605f23fd1f23
DIST android-ndk-r8d-linux-x86.tar.bz2 254644383 SHA256 29b9e1cc0aade159f1b2e0ebf7f53dfbe3e4e43f96387f43f28b1cfce5c707e5 SHA512 76fba8f76325338a29df24c071ab838cde4457de302b91f9c461913b1e26a14aae11c41fbfbb98071c698ffe949d0909ed20a43bc5072141e3c075ce3252480f WHIRLPOOL 206906094bcd84b0a502e28ceda2593add269ced8724e5873951c6094b1fb8c7d3a90704119c140687725ee97f7b216fc506e1a592b1d69b86177b515f561082

@ -0,0 +1,67 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/android-ndk/android-ndk-10d.ebuild,v 1.1 2015/05/11 15:35:59 zx2c4 Exp $
EAPI=5
DESCRIPTION="Open Handset Alliance's Android NDK (Native Dev Kit)"
HOMEPAGE="http://developer.android.com/sdk/ndk/"
SRC_URI="x86? ( http://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86.bin -> ${P}-x86.7z )
amd64? ( http://dl.google.com/android/ndk/${PN}-r${PV}-linux-x86_64.bin -> ${P}-amd64.7z )"
LICENSE="android"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror strip installsources test"
DEPEND="app-arch/p7zip"
RDEPEND=">=dev-util/android-sdk-update-manager-10
>=sys-devel/make-3.81"
S="${WORKDIR}/${PN}-r${PV}"
ANDROID_NDK_DIR="opt/${PN}"
QA_PREBUILT="*"
src_configure() {
:
}
src_compile() {
:
}
src_install() {
dodir "/${ANDROID_NDK_DIR}"
cp -pPR * "${ED}/${ANDROID_NDK_DIR}" || die
fowners -R root:android "/${ANDROID_NDK_DIR}"
fperms 0775 "/${ANDROID_NDK_DIR}/"{,build,docs,platforms,samples}
fperms 0775 "/${ANDROID_NDK_DIR}/"{sources,tests,toolchains}
dodir "/${ANDROID_NDK_DIR}/out"
fowners root:android "/${ANDROID_NDK_DIR}/out"
fperms 3775 "/${ANDROID_NDK_DIR}/out"
ANDROID_PREFIX="${EPREFIX}/${ANDROID_NDK_DIR}"
ANDROID_PATH="${EPREFIX}/${ANDROID_NDK_DIR}"
for i in toolchains/*/prebuilt/linux-*/bin
do
ANDROID_PATH="${ANDROID_PATH}:${ANDROID_PREFIX}/${i}"
done
printf '%s' \
"PATH=\"${ANDROID_PATH}\"" \
$'\n' \
> "${T}/80${PN}" || die
doenvd "${T}/80${PN}"
echo "SEARCH_DIRS_MASK=\"${EPREFIX}/${ANDROID_NDK_DIR}\"" \
> "${T}/80${PN}" || die
insinto "/etc/revdep-rebuild"
doins "${T}/80${PN}"
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.3.6.ebuild,v 1.4 2015/05/02 10:08:00 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.3.6.ebuild,v 1.5 2015/05/11 17:55:03 zlogene Exp $
EAPI=5
@ -33,7 +33,7 @@ if [[ ${PV} != *9999 ]]; then
${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
fi
LICENSE="GPL-2"

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/tests/distutils-r1.sh,v 1.3 2015/05/11 17:35:52 ulm Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/tests/git-r3.sh,v 1.6 2015/05/11 17:35:52 ulm Exp $
source tests-common.sh

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/tests/git-r3_GIT_DIR.sh,v 1.2 2015/05/11 17:35:52 ulm Exp $
source tests-common.sh

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/tests/git-r3_subrepos.sh,v 1.2 2015/05/11 17:35:52 ulm Exp $
source tests-common.sh

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/tests/python-utils-r1.sh,v 1.13 2015/05/11 17:35:52 ulm Exp $
EAPI=5
source tests-common.sh

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/tests/scons-utils.sh,v 1.5 2015/05/11 17:35:52 ulm Exp $
source tests-common.sh

@ -1,4 +1,7 @@
#!/bin/bash
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/tests/tests-common.sh,v 1.15 2015/05/11 17:34:39 ulm Exp $
if ! source /lib/gentoo/functions.sh ; then
echo "Missing functions.sh. Please install sys-apps/gentoo-functions!" 1>&2

@ -1,2 +1 @@
DIST chessx-1.3.0.tgz 4094756 SHA256 cb39e624c6c668ff55b74a1f87d372c429bfdeb52bbd685186c21d7f4dbdec69 SHA512 6831cf8f7fd3fd8aa5692f51025520ab10a569070bd59bec3906a0b90a4ce2d1171d898eee7562e5fe5f1a8802b3452491e31a6f11f5bdbfee0a1dd0f65593bb WHIRLPOOL 53e2f37739bfb723032605f6eaa55119b04029b930e7ace15f1e4c010a13dfea2aad0c3d8f4b223ca35f6925b29d0e5239be754c3741b178835758f533ce5708
DIST chessx-1.3.2.tgz 4107133 SHA256 b136cf56d37d34867cdb9538176e1703b14f61b3384885b6f100580d0af0a3ff SHA512 a8047b240e793323876615c9d83711a2b28a3855f4e0be9a1823d6a86f9d5155d001c9e44c9ddc2d2da5b87d6c4f2583cfcb49ed96aa7341dca2dceaec6f4e8f WHIRLPOOL 2fcc8dc2f89457b4a7f55cadf70e6b0c4267215e916f0acbaf85135c5240bc34bce207f4e697be7a69c3f0bcab721d0c12c15f4bf07841fc0dcf65e0ce16fefd

@ -1,42 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/chessx/chessx-1.3.0.ebuild,v 1.2 2015/04/24 14:25:56 mr_bones_ Exp $
EAPI=5
inherit eutils qmake-utils games
DESCRIPTION="Qt5-based Chess Database Utility"
HOMEPAGE="http://chessx.sourceforge.net/"
SRC_URI="http://sourceforge.net/projects/chessx/files/chessx/${PV}/${P}.tgz"
LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+ ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-qt/qtprintsupport:5
dev-qt/qtsvg:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
dev-qt/qtmultimedia:5
dev-qt/qtxml:5
sys-libs/zlib"
DEPEND="${RDEPEND}
dev-qt/linguist-tools"
src_prepare() {
epatch "${FILESDIR}"/${P}-zlib.patch
}
src_configure() {
eqmake5
}
src_install() {
dogamesbin release/${PN}
dodoc ChangeLog TODO
doicon data/images/${PN}.png
domenu unix/chessx.desktop
prepgamesdirs
}

@ -1,35 +0,0 @@
--- chessx-1.2.2/src/quazip/ioapi.h
+++ chessx-1.2.2-patched/src/quazip/ioapi.h
@@ -1,3 +1,4 @@
+#define OF(x) x
/* ioapi.h -- IO base function header for compress/uncompress .zip
files using zlib + zip or unzip API
--- chessx-1.2.2/src/quazip/unzip.c
+++ chessx-1.2.2-patched/src/quazip/unzip.c
@@ -1,3 +1,4 @@
+#define OF(x) x
/* unzip.c -- IO for uncompress .zip files using zlib
Version 1.01e, February 12th, 2005
--- chessx-1.2.2/src/quazip/unzip.h
+++ chessx-1.2.2-patched/src/quazip/unzip.h
@@ -1,3 +1,4 @@
+#define OF(x) x
/* unzip.h -- IO for uncompress .zip files using zlib
Version 1.01e, February 12th, 2005
--- chessx-1.2.2/src/quazip/zip.c
+++ chessx-1.2.2-patched/src/quazip/zip.c
@@ -1,3 +1,4 @@
+#define OF(x) x
/* zip.c -- IO on .zip files using zlib
Version 1.01e, February 12th, 2005
--- chessx-1.2.2/src/quazip/zip.h
+++ chessx-1.2.2-patched/src/quazip/zip.h
@@ -1,3 +1,4 @@
+#define OF(x) x
/* zip.h -- IO for compress .zip files using zlib
Version 1.01e, February 12th, 2005

@ -1,237 +0,0 @@
POV-Ray Licence Agreement
GENERAL LICENSE AGREEMENT
FOR PERSONAL USE
Persistence of Vision Ray Tracer (POV-Ray)
Version 3.6 License and Terms & Conditions of Use
version of 1 February 2005
(also known as POVLEGAL.DOC)
Please read through the terms and conditions of this license carefully. This
license is a binding legal agreement between you, the 'User' (an individual
or single entity) and Persistence of Vision Raytracer Pty. Ltd. ACN 105 891
870 (herein also referred to as the "Company"), a company incorporated in the
state of Victoria, Australia, for the product known as the "Persistence of
Vision Ray Tracer", also referred to herein as 'POV-Ray'.
YOUR ATTENTION IS PARTICULARLY DRAWN TO THE DISCLAIMER OF WARRANTY AND NO
LIABILITY AND INDEMNITY PROVISIONS. TO USE THE PERSISTENCE OF VISION RAY
TRACER ("POV-RAY") YOU MUST AGREE TO BE BOUND BY THE TERMS AND CONDITIONS SET
OUT IN THIS DOCUMENT. IF YOU DO NOT AGREE TO ALL THE TERMS AND CONDITIONS OF
USE OF POV-RAY SET OUT IN THIS LICENSE AGREEMENT, OR IF SUCH TERMS AND
CONDITIONS ARE NOT BINDING ON YOU IN YOUR JURISDICTION, THEN YOU MAY NOT USE
POV-RAY IN ANY MANNER. THIS GENERAL LICENSE AGREEMENT MUST ACCOMPANY ALL
POV-RAY FILES WHETHER IN THEIR OFFICIAL OR CUSTOM VERSION FORM. IT MAY NOT BE
REMOVED OR MODIFIED. THIS GENERAL LICENSE AGREEMENT GOVERNS THE USE OF
POV-RAY WORLDWIDE. THIS DOCUMENT SUPERSEDES AND REPLACES ALL PREVIOUS GENERAL
LICENSES.
INTRODUCTION
This document pertains to the use of the Persistence of Vision Ray Tracer
(also known as POV-Ray). It applies to all POV-Ray program source files,
executable (binary) files, scene files, documentation files, help files,
bitmaps and other POV-Ray files contained in official Company archives,
whether in full or any part thereof, and are herein referred to as the
"Software". The Company reserves the right to revise these rules in future
versions and to make additional rules to address new circumstances at any
time. Such rules, when made, will be posted in a revised license file, the
latest version of which is available from the Company website at
http://www.povray.org/povlegal.html.
USAGE PROVISIONS
Subject to the terms and conditions of this agreement, permission is granted
to the User to use the Software and its associated files to create and render
images. The creator of a scene file retains all rights to any scene files
they create, and any images generated by the Software from them. Subject to
the other terms of this license, the User is permitted to use the Software in
a profit-making enterprise, provided such profit arises primarily from use of
the Software and not from distribution of the Software or a work including
the Software in whole or part.
Please refer to http://www.povray.org/povlegal.html for licenses covering
distribution of the Software and works including the Software.
The User is also granted the right to use the scene files, fonts, bitmaps,
and include files distributed in the INCLUDE and SCENES\INCDEMO sub-
directories of the Software in their own scenes. Such permission does not
extend to any other files in the SCENES directory or its sub-directories. The
SCENES files are for the User's enjoyment and education but may not be the
basis of any derivative works unless the file in question explicitly grants
permission to do such.
This licence does not grant any right of re-distribution or use in any manner
other than the above. The Company has separate license documents that apply
to other uses (such as re-distribution via the internet or on CD) ; please
visit http://www.povray.org/povlegal.html for links to these. In particular
you are advised that the sale, lease, or rental of the Software in any form
without written authority from the Company is explicitly prohibited.
Notwithstanding anything in the the balance of this licence agreement,
nothing in this licence agreement permits the installation or use of the
Software in conjunction with any product (including software) produced
or distributed by any party who is, or has been, in violation of this
licence agreement or of the distribution licence
(http://www.povray.org/distribution-license.html)
(or any earlier or later versions of those documents) unless:
a. the Company has explicitly released that party in writing from the
consequences of their non compliance; or
b. both of the following are true:
i. the installation or use of the Software is without the User
being aware of the abovementioned violation; and
ii. the installation or use of the Software is not a result (whether
direct or indirect) of any request or action of the abovementioned
party (or any of its products), any agent of that party (or any of
their products), or any person(s) involved in supplying any such
product to the User.
COPYRIGHT
Copyright © 1991-2003, Persistence of Vision Team.
Copyright © 2003-2004, Persistence of Vision Raytracer Pty. Ltd.
Windows version Copyright © 1996-2003, Christopher Cason.
Copyright subsists in this Software which is protected by Australian and
international copyright laws. The Software is NOT PUBLIC DOMAIN.
Nothing in this agreement shall give you any rights in respect of the
intellectual property of the Company and you acknowledge that you do not
acquire any rights in respect of such intellectual property rights. You
acknowledge that the Software is the valuable intellectual property of the
Company and that if you use, modify or distribute the Software for
unauthorized purposes or in an unauthorized manner (or cause or allow the
forgoing to occur), you will be liable to the Company for any damages it may
suffer (and which you acknowledge it may suffer) as well as statutory damages
to the maximum extent permitted by law and also that you may be liable to
criminal prosecution. You indemnify the Company and the authors of the
Software for every single consequence flowing from the aforementioned events.
DISCLAIMER OF WARRANTY
This Software is provided on an "AS IS" basis, without warranty of any kind,
express or implied, including without limitation, any implied warranties of
merchantability, fitness for a particular purpose and non-infringement of
intellectual property of any third party. This Software has inherent
limitations including design faults and programming bugs. The entire risk as
to the quality and performance of the Software is borne by you, and it is
your responsibility to ensure that it does what you require it to do prior to
using it for any purpose (other than testing it), and prior to distributing
it in any fashion. Should the Software prove defective, you agree that you
alone assume the entire cost resulting in any way from such defect.
This disclaimer of warranty constitutes an essential and material term of
this agreement. If you do not or cannot accept this, or if it is
unenforceable in your jurisdiction, then you may not use the Software in any
manner.
NO LIABILITY
When you use the Software you acknowledge and accept that you do so at your
sole risk. You agree that under no circumstances shall you have any claim
against the Company or anyone associated directly or indirectly with the
Company whether as employee, subcontractor, agent, representative,
consultant, licensee or otherwise ("Company Associates") for any loss,
damages, harm, injury, expense, work stoppage, loss of business information,
business interruption, computer failure or malfunction which may be suffered
by you or by any third party from any cause whatsoever, howsoever arising, in
connection with your use or distribution of the Software even where the
Company were aware, or ought to have been aware, of the potential of such
loss. Damages referred to above shall include direct, indirect, general,
special, incidental, punitive and/or consequential.
This disclaimer of liability constitutes an essential and material term of
this agreement. If you do not or cannot accept this, or if it is
unenforceable in your jurisdiction, then you may not use the Software.
INDEMNITY
You indemnify the Company and Company Associates and hold them harmless
against any claims which may arise from any loss, damages, harm, injury,
expense, work stoppage, loss of business information, business interruption,
computer failure or malfunction, which may be suffered by you or any other
party whatsoever as a consequence of any act or omission of the Company
and/or Company Associates, whether negligent or not, arising out of your use
and/or distribution of the Software, or from any other cause whatsoever,
howsoever arising, in connection with the Software. These provisions are
binding on your estate, heirs, executors, legal successors, administrators,
parents and/or guardians.
This indemnification constitutes an essential and material term of this
agreement. If you do not or cannot accept this, or if it is unenforceable in
your jurisdiction, then you may not use the Software.
HIGH RISK ACTIVITIES
This Software and the output produced by this Software is not fault-tolerant
and is not designed, manufactured or intended for use as on-line control
equipment in hazardous environments requiring fail-safe performance, in which
the failure of the Software could lead or directly or indirectly to death,
personal injury, or severe physical or environmental damage ("High Risk
Activities"). The Company specifically disclaims any express or implied
warranty of fitness for High Risk Activities and explicitly prohibits the use
of the Software for such purposes.
CRYPTOGRAPHIC SIGNING OF DOCUMENTS
Changes to this Agreement and documents issued under its authority may be
cryptographically signed by the POV-Ray Team Co-ordinator's private PGP key.
In the absence of evidence to the contrary, such documents shall be considered,
under the terms of this Agreement, to be authentic provided the signature is
valid. The master copy of this Agreement at http://www.povray.org/povlegal.html
will also be signed by the current version of the team-coordinator's key.
The public key for the POV-Ray Team-coordinator can be retrieved from the
location https://secure.povray.org/keys/. The current fingerprint for it is
B4DD 932A C080 C3A3 6EA2 9952 DB04 4A74 9901 4518.
MISCELLANEOUS
This Agreement constitutes the complete agreement concerning this license.
Any changes to this agreement must be in writing and may take the form of
notifications by the Company to you, or through posting notifications on the
Company website. THE USE OF THIS SOFTWARE BY ANY PERSON OR ENTITY IS
EXPRESSLY MADE CONDITIONAL ON THEIR ACCEPTANCE OF THE TERMS SET FORTH HEREIN.
Except where explicitly stated otherwise herein, if any provision of this
Agreement is found to be invalid or unenforceable, the invalidity or
unenforceability of such provision shall not affect the other provisions of
this agreement, and all provisions not affected by such invalidity or
unenforceability shall remain in full force and effect. In such cases you
agree to attempt to substitute for each invalid or unenforceable provision a
valid or enforceable provision which achieves to the greatest extent
possible, the objectives and intention of the invalid or unenforceable
provision. The validity and interpretation of this agreement will be governed
by the laws of Australia in the state of Victoria (except for conflict of law
provisions).
CONTACT INFORMATION
License inquiries can be made via email; please use the following address
(but see below prior to emailing) :
team-coord-[three-letter month]-[four-digit year]@povray.org
for example, team-coord-jun-2004@povray.org should be used if at the time you
send the email it is the month of June 2004. The changing email addresses are
necessary to combat spam and email viruses. Old email addresses may be deleted
at our discretion.
Note that the above address may change for reasons other than that given above;
please check the version of this document at http://www.povray.org/povlegal.html
for the current address. Note that your inability or failure to contact us
for any reason is not an excuse for violating this licence.
Do NOT send any attachments of any sort other than by prior arrangement.
EMAIL MESSAGES INCLUDING ATTACHMENTS WILL BE DELETED UNREAD.
The following postal address is only for official license business. Please
note that it is preferred that initial queries about licensing be made via
email ; postal mail should only be used when email is not possible, or when
written documents are being exchanged by prior arrangement.
Persistence of Vision Raytracer Pty. Ltd.
PO Box 407
Williamstown,
Victoria 3016
Australia

@ -1,2 +1,3 @@
DIST Mail-SpamAssassin-3.3.2.tar.bz2 1006577 SHA256 c7239b4b4ef04ba5e2d5aedb9156850146ed3fa47c88f0a0757f08e22f93a205 SHA512 3baabfacd2f3ac1debc2bbcdc0b2109ad51f6b176b9a6d037e14999c430150f0922469f777e7d35311ab819eb20905b55c00aa58f1c3c8d5f881d173dd441cbd WHIRLPOOL 5751d7285ffd29c041056f15ff6c85f66ecf6b9e806558623716ad8826124e1f92096f0e8b00016158b4a965927bde7e9e5ed48984ee956906175431e8a45ee5
DIST Mail-SpamAssassin-3.4.0.tar.bz2 1065544 SHA256 553b39bae969b4ba20854c0a0fa1eba2a6aa0f4e103b530e0da4e152cdce4714 SHA512 4a04604a0331a9c23cd10d4fb58e5ca5d3e592bbeffacf0f89b379e5b46118f8b1500d671606a2407115f90fb633a713c8ed557f0db155f4645e263175b0946c WHIRLPOOL 401d61a0ab8bd906b14effb0125aeb3b1a87cdd115484b0787410a03208208e6dfb3c7a440c82ff2334c093555ac7e4eae8b9fc735de5e503f1396a172cec927
DIST Mail-SpamAssassin-3.4.1.tar.bz2 2710985 SHA256 a0c1c9808f0684b389594eb8b2ccbace6486546593493f9308c9554563d14651 SHA512 91d50e2ce6520e3e1c7bc66da133a0815be34ced15e26b6e6c17af5a03d5c62f41d8086f25f65084d6634497148cf5439977d7d4a44d7c3e307535beac6629af WHIRLPOOL 1465fcbc0456c9a671087d395c2a9998e3852a47153a0f6770158a2a311196490274c620aab89e2a6ff163defa72b8e785032f9450e7903df355544d957e8908

@ -0,0 +1,221 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamassassin/spamassassin-3.4.1.ebuild,v 1.1 2015/05/11 16:42:23 robbat2 Exp $
EAPI=5
inherit perl-module toolchain-funcs eutils systemd readme.gentoo
MY_P=Mail-SpamAssassin-${PV//_/-}
S=${WORKDIR}/${MY_P}
DESCRIPTION="An extensible mail filter which can identify and tag spam"
HOMEPAGE="http://spamassassin.apache.org/"
SRC_URI="mirror://apache/spamassassin/source/${MY_P}.tar.bz2"
LICENSE="Apache-2.0 GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="+bayes berkdb qmail ssl doc ldap mysql postgres sqlite ipv6"
# You can do without a database unless you need the Bayes features.
REQUIRED_USE="bayes? ( || ( berkdb mysql postgres sqlite ) )"
DEPEND=">=dev-lang/perl-5.8.8-r8
virtual/perl-MIME-Base64
>=virtual/perl-Pod-Parser-1.510.0-r2
virtual/perl-Storable
virtual/perl-Time-HiRes
>=dev-perl/HTML-Parser-3.43
>=dev-perl/Mail-DKIM-0.37
>=dev-perl/Net-DNS-0.53
dev-perl/Digest-SHA1
dev-perl/libwww-perl
>=virtual/perl-Archive-Tar-1.23
app-crypt/gnupg
>=virtual/perl-IO-Zlib-1.04
>=dev-util/re2c-0.12.0
dev-perl/Mail-SPF
>=dev-perl/NetAddr-IP-4.0.1
dev-perl/Geo-IP
dev-perl/Encode-Detect
dev-perl/Net-Patricia
ssl? (
dev-perl/IO-Socket-SSL
dev-libs/openssl
)
berkdb? (
virtual/perl-DB_File
)
ldap? ( dev-perl/perl-ldap )
mysql? (
dev-perl/DBI
dev-perl/DBD-mysql
)
postgres? (
dev-perl/DBI
dev-perl/DBD-Pg
)
sqlite? (
dev-perl/DBI
dev-perl/DBD-SQLite
)
ipv6? (
|| ( dev-perl/IO-Socket-INET6
virtual/perl-IO-Socket-IP )
)"
RDEPEND="${DEPEND}"
SRC_TEST="do"
src_prepare() {
# Merged upstream
#epatch "${FILESDIR}/net-dns-0.76_compatibility.patch"
perl-module_src_prepare
}
src_configure() {
# - Set SYSCONFDIR explicitly so we can't get bitten by bug 48205 again
# (just to be sure, nobody knows how it could happen in the first place).
myconf="SYSCONFDIR=${EPREFIX}/etc"
myconf+=" DATADIR=${EPREFIX}/usr/share/spamassassin"
# If ssl is enabled, spamc can be built with ssl support.
if use ssl; then
myconf+=" ENABLE_SSL=yes"
else
myconf+=" ENABLE_SSL=no"
fi
# Set the path to the Perl executable explictly. This will be used to
# create the initial sharpbang line in the scripts and might cause
# a versioned app name end in there, see
# <http://bugs.gentoo.org/show_bug.cgi?id=62276>
myconf+=" PERL_BIN=${EPREFIX}/usr/bin/perl"
# Setting the following env var ensures that no questions are asked.
perl-module_src_configure
# Configure spamc
emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" spamc/Makefile
}
src_compile() {
export PERL_MM_USE_DEFAULT=1
# Now compile all the stuff selected.
perl-module_src_compile
if use qmail; then
emake spamc/qmail-spamc
fi
}
src_install () {
perl-module_src_install
# Create the stub dir used by sa-update and friends
keepdir /var/lib/spamassassin
# Move spamd to sbin where it belongs.
dodir /usr/sbin
mv "${ED}"/usr/bin/spamd "${ED}"/usr/sbin/spamd || die "move spamd failed"
if use qmail; then
dobin spamc/qmail-spamc
fi
ln -s mail/spamassassin "${ED}"/etc/spamassassin || die
# Disable plugin by default
sed -i -e 's/^loadplugin/\#loadplugin/g' \
"${ED}"/etc/mail/spamassassin/init.pre \
|| die "failed to disable plugins by default"
# Add the init and config scripts.
newinitd "${FILESDIR}"/3.3.1-spamd.init spamd
newconfd "${FILESDIR}"/3.0.0-spamd.conf spamd
systemd_newunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service
systemd_install_serviced "${FILESDIR}"/${PN}.service.conf
if use postgres; then
sed -i -e 's:@USEPOSTGRES@::' "${ED}/etc/init.d/spamd" || die
dodoc sql/*_pg.sql
else
sed -i -e '/@USEPOSTGRES@/d' "${ED}/etc/init.d/spamd" || die
fi
if use mysql; then
sed -i -e 's:@USEMYSQL@::' "${ED}/etc/init.d/spamd" || die
dodoc sql/*_mysql.sql
else
sed -i -e '/@USEMYSQL@/d' "${ED}/etc/init.d/spamd" || die
fi
dodoc NOTICE TRADEMARK CREDITS INSTALL.VMS UPGRADE USAGE \
sql/README.bayes sql/README.awl procmailrc.example sample-nonspam.txt \
sample-spam.txt spamd/PROTOCOL spamd/README.vpopmail \
spamd-apache2/README.apache
# Rename some docu files so they don't clash with others
newdoc spamd/README README.spamd
newdoc sql/README README.sql
newdoc ldap/README README.ldap
if use qmail; then
dodoc spamc/README.qmail
fi
insinto /etc/mail/spamassassin/
insopts -m0400
newins "${FILESDIR}"/secrets.cf secrets.cf.example
cat <<-EOF > "${T}/local.cf.example"
# Sensitive data, such as database connection info, should be stored in
# /etc/mail/spamassassin/secrets.cf with appropriate permissions
EOF
insopts -m0644
doins "${T}/local.cf.example"
}
pkg_postinst() {
elog "If you plan on using the -u flag to spamd, please read the notes"
elog "in /etc/conf.d/spamd regarding the location of the pid file."
elog
elog "If you build ${PN} with optional dependancy support,"
elog "you can enable them in /etc/mail/spamassassin/init.pre"
elog
elog "You need to configure your database to be able to use Bayes filter"
elog "with database backend, otherwise it will still use (and need) the"
elog "Berkeley DB support."
elog "Look at the sql/README.bayes file in the documentation directory"
elog "for how to configure it."
elog
elog "If you plan to use Vipul's Razor, note that versions up to and"
elog "including version 2.82 include a bug that will slow down the entire"
elog "perl interpreter. Version 2.83 or later fixes this."
elog "If you do not plan to use this plugin, be sure to comment out"
elog "its loadplugin line in /etc/mail/spamassassin/v310.pre."
elog
elog "The DKIM plugin is now enabled by default for new installs,"
elog "if the perl module Mail::DKIM is installed."
elog "However, installation of SpamAssassin will not overwrite existing"
elog ".pre configuration files, so to use DKIM when upgrading from a"
elog "previous release that did not use DKIM, a directive:"
elog
elog "loadplugin Mail::SpamAssassin::Plugin::DKIM"
elog "will need to be uncommented in file 'v312.pre', or added"
elog "to some other .pre file, such as local.pre."
elog
ewarn "Rules are no longer included with SpamAssassin out of the box".
ewarn "You will need to immediately run sa-update, or download"
ewarn "the additional rules .tgz package and run sa-update --install"
ewarn "with it, to get a ruleset."
elog
elog "If you run sa-update and receive a GPG validation error."
elog "Then you need to import an updated sa-update key."
elog "sa-update --import /usr/share/spamassassin/sa-update-pubkey.txt"
elog
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ilmbase-2.1.0.ebuild,v 1.9 2015/04/19 06:59:45 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/ilmbase/ilmbase-2.1.0.ebuild,v 1.10 2015/05/11 19:48:45 zlogene Exp $
EAPI=5
inherit autotools-multilib
@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/11" # 11 from SONAME
KEYWORDS="alpha amd64 -arm hppa ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
KEYWORDS="alpha amd64 -arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
IUSE="static-libs"
DOCS=( AUTHORS ChangeLog NEWS README )

@ -1,2 +1,3 @@
DIST imlib2-1.4.5.tar.gz 986785 SHA256 6e809413a571f82b9e67aeaf5577a1245a034c866ae5fa83c191a227f60cc7a0 SHA512 6c3bceec39ffcb7515925c3eb4199834295732a1cc9cfa307aa8610e2565e770edfc5464ca983d1d95570bd9bac09c989e0751fa39b07cf794c0c5dce4262edf WHIRLPOOL 53c003601ca6f89927794af0f0ba48f31cce31504061b71f68f0d67b0c4266d2617a24df467af2a03d485d129ad6de745382338addf39f70810ec71db6b0833c
DIST imlib2-1.4.6.tar.gz 971792 SHA256 17cc128c0e61974d59c423b59d0fb5cb85c97169adf5b05184cc58f7c87b4f4e SHA512 8c49f2c9a4b997b536ab7553ffd80b764eccf95c6926a90c10390463e353df27c0e52345bdea9ac8fbefae3e29274022e6a8c0944f406a449293a06192a95fe5 WHIRLPOOL 98ff99fb216a867f60287b369a0b05bf5eea2da23ee8bec14f105f1805f12b035f3ff03ede0bc5909eec178b09e285b5bb0ab0c394487502aa893a94a34da90c
DIST imlib2-1.4.7.tar.gz 1027716 SHA256 48e98337a560d8904f685447f41c43914fec1f8cd3745a9fd86cba9fd24a6563 SHA512 24728586bf0d2a289fdaa7d05385a059b10092f3f777691881f01d6c9e4aa8f893ebb7bc04933644a9f62163cc649272851f1189f72aee83035816caca3a73a2 WHIRLPOOL 662c671b723f4df8267d84607b74bc76b6790d2a694a2e7b3bef084403ae8f41761813455a404c4886dbf3b7b7782534c17677b1ac81bdccf24120a3d07714e1

@ -0,0 +1,68 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.7.ebuild,v 1.1 2015/05/11 16:31:48 vapier Exp $
EAPI="4"
EGIT_SUB_PROJECT="legacy"
EGIT_URI_APPEND=${PN}
if [[ ${PV} != "9999" ]] ; then
EKEY_STATE="snap"
fi
inherit enlightenment toolchain-funcs multilib-minimal
DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"
HOMEPAGE="http://www.enlightenment.org/"
IUSE="bzip2 gif jpeg cpu_flags_x86_mmx mp3 png static-libs tiff X zlib"
RDEPEND="=media-libs/freetype-2*[${MULTILIB_USEDEP}]
bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )
gif? ( >=media-libs/giflib-4.1.6-r3[${MULTILIB_USEDEP}] )
png? ( >=media-libs/libpng-1.6.10:0[${MULTILIB_USEDEP}] )
jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
tiff? ( >=media-libs/tiff-4.0.3-r6:0[${MULTILIB_USEDEP}] )
X? (
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
)
mp3? ( >=media-libs/libid3tag-0.15.1b-r3[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
png? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
X? (
>=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]
>=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
)"
multilib_src_configure() {
# imlib2 has diff configure options for x86/amd64 mmx
if [[ $(tc-arch) == amd64 ]]; then
E_ECONF+=( $(use_enable cpu_flags_x86_mmx amd64) --disable-mmx )
else
E_ECONF+=( --disable-amd64 $(use_enable cpu_flags_x86_mmx mmx) )
fi
[[ $(gcc-major-version) -ge 4 ]] && E_ECONF+=( --enable-visibility-hiding )
ECONF_SOURCE="${S}" \
E_ECONF+=(
$(use_enable static-libs static)
$(use_with X x)
$(use_with jpeg)
$(use_with png)
$(use_with tiff)
$(use_with gif)
$(use_with zlib)
$(use_with bzip2)
$(use_with mp3 id3)
)
enlightenment_src_configure
}
multilib_src_install() {
enlightenment_src_install
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.8.0.ebuild,v 1.1 2015/05/11 06:59:06 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.8.0.ebuild,v 1.2 2015/05/11 09:22:06 aballier Exp $
EAPI=5
@ -42,7 +42,7 @@ src_prepare() {
export JDK_HOME="$(java-config -g JAVA_HOME)"
# don't install a duplicate jar file
sed -i '/^jar_DATA/d' src/Makefile.am || die
sed -i '/^jar_DATA/d' Makefile.am || die
java-pkg-opt-2_src_prepare
fi
@ -84,7 +84,7 @@ multilib_src_install() {
fi
if multilib_is_native_abi && use java; then
java-pkg_dojar "${BUILD_DIR}"/src/.libs/${PN}-j2se-${PV}.jar
java-pkg_dojar "${BUILD_DIR}"/.libs/${PN}-j2se-${PV}.jar
doenvd "${FILESDIR}"/90${PN}
fi
}

@ -0,0 +1,67 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libchamplain/libchamplain-0.12.10-r1.ebuild,v 1.1 2015/05/11 21:32:49 eva Exp $
EAPI="5"
GCONF_DEBUG=no
VALA_MIN_API_VERSION=0.14
VALA_USE_DEPEND=vapigen
inherit gnome2 vala
DESCRIPTION="Clutter based world map renderer"
HOMEPAGE="https://wiki.gnome.org/Projects/libchamplain"
SLOT="0.12"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug +gtk +introspection vala"
REQUIRED_USE="vala? ( introspection )"
RDEPEND="
dev-db/sqlite:3
dev-libs/glib:2
>=media-libs/clutter-1.12:1.0[introspection?]
media-libs/cogl:=
>=net-libs/libsoup-2.34:2.4
x11-libs/cairo
gtk? (
x11-libs/gtk+:3[introspection?]
media-libs/clutter-gtk:1.0 )
introspection? ( dev-libs/gobject-introspection )
"
DEPEND="${RDEPEND}
dev-util/gtk-doc-am
virtual/pkgconfig
vala? ( $(vala_depend) )
"
# segfaults with vala:0.12
# vala-0.14.2-r1 required for bug #402013
src_prepare() {
# Fix documentation slotability
sed \
-e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-${SLOT}/" \
-i docs/reference/Makefile.{am,in} || die "sed (1) failed"
sed \
-e "s/^DOC_MODULE.*/DOC_MODULE = ${PN}-gtk-${SLOT}/" \
-i docs/reference-gtk/Makefile.{am,in} || die "sed (2) failed"
mv "${S}"/docs/reference/${PN}{,-${SLOT}}-docs.sgml || die "mv (1) failed"
mv "${S}"/docs/reference-gtk/${PN}-gtk{,-${SLOT}}-docs.sgml || die "mv (2) failed"
use vala && vala_src_prepare
gnome2_src_prepare
}
src_configure() {
# Vala demos are only built, so just disable them
gnome2_src_configure \
--disable-maemo \
--disable-memphis \
--disable-static \
--disable-vala-demos \
$(use_enable debug) \
$(use_enable gtk) \
$(use_enable introspection)
}

@ -0,0 +1,30 @@
From 916b00af31981a0729e05a92ae212f05279e730f Mon Sep 17 00:00:00 2001
From: Gilles Caulier <caulier.gilles@gmail.com>
Date: Sat, 21 Mar 2015 14:57:53 +0100
Subject: [PATCH] apply patch #91657 to fix libkface histogram DB table grawing
at each registration of data. CCBUGS: 338176
---
libkface/recognition-opencv-lbph/lbphfacemodel.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libkface/recognition-opencv-lbph/lbphfacemodel.cpp b/libkface/recognition-opencv-lbph/lbphfacemodel.cpp
index 72a3635..af8c6a5 100644
--- a/libkface/recognition-opencv-lbph/lbphfacemodel.cpp
+++ b/libkface/recognition-opencv-lbph/lbphfacemodel.cpp
@@ -160,9 +160,12 @@ void LBPHFaceModel::setHistograms(const QList<OpenCVMatData>& histograms, const
newHistograms.push_back(histogram.toMat());
}
+ m_histogramMetadata.clear();
+
foreach (const LBPHistogramMetadata& metadata, histogramMetadata)
{
newLabels.push_back(metadata.identity);
+ m_histogramMetadata << metadata;
}
std::vector<cv::Mat> currentHistograms = ptr()->get<std::vector<cv::Mat> >("histograms");
--
2.3.6

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-4.7.0.ebuild,v 1.1 2015/02/21 10:32:21 kensington Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-4.7.0-r1.ebuild,v 1.1 2015/05/11 13:55:05 kensington Exp $
EAPI=5
@ -24,3 +24,5 @@ DEPEND=">=media-libs/opencv-2.4.9"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}/extra/${PN}
PATCHES=( "${FILESDIR}/${P}-histogram.patch" )

@ -1,9 +1,7 @@
DIST MesaLib-10.2.8.tar.bz2 7113716 SHA256 1ef9ad3f241788d454f2ff8c9d65b6849dfc31c8fe91f70fd2930b81c8af1398 SHA512 dc0e3ece2195be22b3d0e062fd541b049aac190b5cad36dd1ccf745148d2e958cdb7c99ea5280859169ad46624aee0bedeb585bde8d93f52dd9236fec5c1250b WHIRLPOOL b54cddecbea167bd501f75c3590050d1cddf44b5a3caa9ce9b8565c6dfc10ce6ba9cae58ff8155e9d1e2aed1656dc596d62a5a026dc11d27ce962c9fd1d9d13e
DIST MesaLib-10.3.7.tar.bz2 7287153 SHA256 43c6ced15e237cbb21b3082d7c0b42777c50c1f731d0d4b5efb5231063fb6a5b SHA512 bbc027c4146c42aaa160990f5281c71a342d32c10ba56f91da1a60dd4cb7d620ff49b72553d24bc1d87470e2baf9be81b5bdee9abe49d6acc57902fccb9e2e5f WHIRLPOOL 7fa32e70c6aabb84a06f2f852f77eac839aea08726c442742b3d3abdb94a0fd9f033439ab0cb16865f4ee14e1538cb86937856bbdfd1f9090e8e7c43eac52e03
DIST MesaLib-10.4.4.tar.bz2 7507100 SHA256 f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c SHA512 72d289d051bcb676ea93714c73f43e3decddaf1877e39bc7b9f092946b79d4e9c40dd534187a9eae81c844f8f9843bc6d0a804e5f22fae0cafc2b482859c7357 WHIRLPOOL ec89fcf5ac70170d8253a7b5d41dd0f46dc666e1b39d6b981d1a0169fbe360efa26c6f550c5391122baf1745f70786bc8a6a6b5d070404a455374aa358800e04
DIST MesaLib-10.4.6.tar.bz2 7520024 SHA256 d8baedd20e79ccd98a5a7b05e23d59a30892e68de1fcc057ca6873dafca02735 SHA512 1a379de8471f9154aa1348c15d24a56788e42b666094d63aa5dc8bffd1ed87c1ab50fb95adac010a92d832be4ec1be60b712179ad1ec99869ee653ccb576f50e WHIRLPOOL 45ff4f46a9c165c2cd3f49696f9d972216fdbc27051287d4eea4210f25631fb1faca517a714cc50229c463be1628dfbf71ba689d02ed3b3d52bfc71683fe667e
DIST MesaLib-7.10.3.tar.bz2 6056837 SHA256 1e701fc839b872677ddca9ed8784d754c9da1fbeda98173980e06aa7df0e85c0 SHA512 aa1f5f068b305fae5519e11cad2db9c6dc647d3122252bbcb210f13ac6ef1b667ae750344898bca7c5bfae94934db05eff915cb7417a59590e6d3ba230817aa8 WHIRLPOOL 5c2adda647936ed4163a4e4d5afad8344eb576712f9432f697aa0fc22ca17d7aaf0aeb6ad2d4e7e0825dc27cae570660332450778f8091e9b27aad2865c9b5fc
DIST mesa-10.5.1.tar.xz 6973916 SHA256 ffc51943d15c6812ee7611d053d8980a683fbd6a4986cff567b12cc66637d679 SHA512 71d7154b6950637f14289f8f4e6a846636264a3b794a47b2774e685e2ddf36593d4291ff9e5e24b302ce7d35b925702b1373ea11249bdb8c51537e0411ca9003 WHIRLPOOL 8c3768ca0a82655b1c7fc6cbe4625f1dceb935e9933dddacc36ca917f7773ee42a78e4c48be0116d52528665169207fba8f5f0b3ee58c2cf3970b328bd831648
DIST mesa-10.5.2.tar.xz 6975500 SHA256 2f4b6fb77c3e7d6f861558d0884a3073f575e1e673dad8d1b0624e78e9c4dd44 SHA512 306c242ea0df54cf3e491bafa85da5687c0be35ffa24c5fde8bff5134b0b952667677e3f83fa68aa44a47fd298e2072ad5a7e7e1ad0b79f56bc1d88b8738e614 WHIRLPOOL f08d0e5afc97c98ac479d33a5a9a6f5665da83f173413b9e8b7f0fc0eec8e9bb0eb1e34884c62b561185bfb708966df93579025d21918108d59dbc9d654deaa0
DIST mesa-10.5.4.tar.xz 6988284 SHA256 b51e723f3a20d842c88a92d809435b229fc4744ca0dbec0317d9d4a3ac4c6803 SHA512 e8268b5a28eeafe03d8d8e4a1b3865e5b4a05501507d5b623f7d4c542ade3d8fa6fef2a2b6c05d6aaefa81de26365ab6bb895a0ba2a1d9c05dd1fd701bdab5f5 WHIRLPOOL 91e83f526e50aac2047f944e89a11b38b5fb9bad2617148da5a5bb90502600e0933fb3d7c68bf3ef5f23be89aa3d76d58433a92cfc39649aaa523ab80d25f1be
DIST mesa-10.5.5.tar.xz 6989964 SHA256 4ac4e4ea3414f1cadb1467f2f173f9e56170d31e8674f7953a46f0549d319f28 SHA512 d339f598bfdbe14388d3213b166bed5f89e67535b0ccc09d47f434e2669ed3c5d4c23a1c86f3e180d90e8ba1175f9de24f62b16364f072ac6bb695b57e519b61 WHIRLPOOL d824732ed0f6dd2377b183e8676f8b1e7685f078ed5e3f6a536157ac272928a190c710dc8d77b5e89bcff83ccd2d8f805ea6cf6413780fa6420d704e5bcd84b0
DIST mesa-7.10.1-gentoo-patches-01.tar.bz2 5488 SHA256 31cd4f6d1a0a70249c40452919074856d120cd473a01a8457e3dc147a1b622d8 SHA512 c62b45b32e396e67f629003fc5242b7b4df054b8e20b5237489212bc4f0171534915a02fc9efa68965068121d10660b5cd92a419efabe33fd4596a97a39249c2 WHIRLPOOL 5f171959e3a31f5c38438b4806ce371bb8fdf1c7a87501865e4ed5d5ab284cda9568b7773005997d7a1cff151f95e64c027b36c0be48a4dd288a7ab8b5f69b97

@ -1,505 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.4.4.ebuild,v 1.9 2015/04/08 17:59:35 mgorny Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
EXPERIMENTAL="true"
fi
PYTHON_COMPAT=( python2_7 )
inherit base autotools multilib multilib-minimal flag-o-matic \
python-any-r1 toolchain-funcs pax-utils ${GIT_ECLASS}
OPENGL_DIR="xorg-x11"
MY_PN="${PN/m/M}"
MY_P="${MY_PN}-${PV/_/-}"
MY_SRC_P="${MY_PN}Lib-${PV/_/-}"
FOLDER="${PV/_rc*/}"
DESCRIPTION="OpenGL-like graphic library for Linux"
HOMEPAGE="http://mesa3d.sourceforge.net/"
#SRC_PATCHES="mirror://gentoo/${P}-gentoo-patches-01.tar.bz2"
if [[ $PV = 9999* ]]; then
SRC_URI="${SRC_PATCHES}"
else
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_SRC_P}.tar.bz2
${SRC_PATCHES}"
fi
# The code is MIT/X11.
# GLES[2]/gl[2]{,ext,platform}.h are SGI-B-2.0
LICENSE="MIT SGI-B-2.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
RESTRICT="!bindist? ( bindist )"
INTEL_CARDS="i915 i965 ilo intel"
RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
VIDEO_CARDS="${INTEL_CARDS} ${RADEON_CARDS} freedreno nouveau vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
IUSE="${IUSE_VIDEO_CARDS}
bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm
+nptl opencl osmesa pax_kernel openmax pic r600-llvm-compiler selinux
+udev vaapi vdpau wayland xvmc xa kernel_FreeBSD"
REQUIRED_USE="
d3d9? ( dri3 gallium )
llvm? ( gallium )
opencl? (
gallium
llvm
video_cards_r600? ( r600-llvm-compiler )
video_cards_radeon? ( r600-llvm-compiler )
video_cards_radeonsi? ( r600-llvm-compiler )
)
openmax? ( gallium )
gles1? ( egl )
gles2? ( egl )
r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeonsi video_cards_radeon ) )
vaapi? ( gallium )
vdpau? ( gallium )
wayland? ( egl gbm )
xa? ( gallium )
video_cards_freedreno? ( gallium )
video_cards_intel? ( || ( classic gallium ) )
video_cards_i915? ( || ( classic gallium ) )
video_cards_i965? ( classic )
video_cards_ilo? ( gallium )
video_cards_nouveau? ( || ( classic gallium ) )
video_cards_radeon? ( || ( classic gallium ) )
video_cards_r100? ( classic )
video_cards_r200? ( classic )
video_cards_r300? ( gallium llvm )
video_cards_r600? ( gallium )
video_cards_radeonsi? ( gallium llvm )
video_cards_vmware? ( gallium )
${PYTHON_REQUIRED_USE}
"
LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.56"
# keep correct libdrm and dri2proto dep
# keep blocks in rdepend for binpkg
RDEPEND="
!<x11-base/xorg-server-1.7
!<=x11-proto/xf86driproto-2.0.3
abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
classic? ( app-eselect/eselect-mesa )
gallium? ( app-eselect/eselect-mesa )
>=app-eselect/eselect-opengl-1.3.0
udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
>=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] )
dri3? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] )
>=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
>=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
>=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}]
>=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}]
llvm? (
video_cards_radeonsi? ( || (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
) )
video_cards_r600? ( || (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
) )
!video_cards_r600? (
video_cards_radeon? ( || (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
) )
)
>=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
<sys-devel/llvm-3.6
)
opencl? (
app-eselect/eselect-opencl
dev-libs/libclc
|| (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
)
)
openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] )
vdpau? ( >=x11-libs/libvdpau-0.7:=[${MULTILIB_USEDEP}] )
wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] )
xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )
${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,${MULTILIB_USEDEP}]
"
for card in ${INTEL_CARDS}; do
RDEPEND="${RDEPEND}
video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
"
done
for card in ${RADEON_CARDS}; do
RDEPEND="${RDEPEND}
video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] )
"
done
DEPEND="${RDEPEND}
${PYTHON_DEPS}
llvm? (
r600-llvm-compiler? ( sys-devel/llvm[video_cards_radeon] )
video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
)
opencl? (
>=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
>=sys-devel/clang-3.4.2:=[${MULTILIB_USEDEP}]
>=sys-devel/gcc-4.6
)
sys-devel/bison
sys-devel/flex
sys-devel/gettext
virtual/pkgconfig
>=x11-proto/dri2proto-2.8-r1:=[${MULTILIB_USEDEP}]
dri3? (
>=x11-proto/dri3proto-1.0:=[${MULTILIB_USEDEP}]
>=x11-proto/presentproto-1.0:=[${MULTILIB_USEDEP}]
)
>=x11-proto/glproto-1.4.17-r1:=[${MULTILIB_USEDEP}]
>=x11-proto/xextproto-7.2.1-r1:=[${MULTILIB_USEDEP}]
>=x11-proto/xf86driproto-2.1.1-r1:=[${MULTILIB_USEDEP}]
>=x11-proto/xf86vidmodeproto-2.3.1-r1:=[${MULTILIB_USEDEP}]
"
S="${WORKDIR}/${MY_P}"
EGIT_CHECKOUT_DIR=${S}
# It is slow without texrels, if someone wants slow
# mesa without texrels +pic use is worth the shot
QA_EXECSTACK="usr/lib*/libGL.so*"
QA_WX_LOAD="usr/lib*/libGL.so*"
# Think about: ggi, fbcon, no-X configs
pkg_setup() {
# workaround toc-issue wrt #386545
use ppc64 && append-flags -mminimal-toc
# warning message for bug 459306
if use llvm && has_version sys-devel/llvm[!debug=]; then
ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm"
ewarn "detected! This can cause problems. For details, see bug 459306."
fi
python-any-r1_pkg_setup
}
src_unpack() {
default
[[ $PV = 9999* ]] && git-r3_src_unpack
}
src_prepare() {
# apply patches
if [[ ${PV} != 9999* && -n ${SRC_PATCHES} ]]; then
EPATCH_FORCE="yes" \
EPATCH_SOURCE="${WORKDIR}/patches" \
EPATCH_SUFFIX="patch" \
epatch
fi
# fix for hardened pax_kernel, bug 240956
[[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch
# Solaris needs some recent POSIX stuff in our case
if [[ ${CHOST} == *-solaris* ]] ; then
sed -i -e "s/-DSVR4/-D_POSIX_C_SOURCE=200112L/" configure.ac || die
fi
base_src_prepare
eautoreconf
multilib_copy_sources
}
multilib_src_configure() {
local myconf
if use classic; then
# Configurable DRI drivers
driver_enable swrast
# Intel code
driver_enable video_cards_i915 i915
driver_enable video_cards_i965 i965
if ! use video_cards_i915 && \
! use video_cards_i965; then
driver_enable video_cards_intel i915 i965
fi
# Nouveau code
driver_enable video_cards_nouveau nouveau
# ATI code
driver_enable video_cards_r100 radeon
driver_enable video_cards_r200 r200
if ! use video_cards_r100 && \
! use video_cards_r200; then
driver_enable video_cards_radeon radeon r200
fi
fi
if use egl; then
myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") "
fi
if use gallium; then
myconf+="
$(use_enable d3d9 nine)
$(use_enable llvm gallium-llvm)
$(use_enable openmax omx)
$(use_enable r600-llvm-compiler)
$(use_enable vaapi va)
$(use_enable vdpau)
$(use_enable xa)
$(use_enable xvmc)
"
gallium_enable swrast
gallium_enable video_cards_vmware svga
gallium_enable video_cards_nouveau nouveau
gallium_enable video_cards_i915 i915
gallium_enable video_cards_ilo ilo
if ! use video_cards_i915 && \
! use video_cards_i965; then
gallium_enable video_cards_intel i915
fi
gallium_enable video_cards_r300 r300
gallium_enable video_cards_r600 r600
gallium_enable video_cards_radeonsi radeonsi
if ! use video_cards_r300 && \
! use video_cards_r600; then
gallium_enable video_cards_radeon r300 r600
fi
gallium_enable video_cards_freedreno freedreno
# opencl stuff
if use opencl; then
myconf+="
$(use_enable opencl)
--with-clang-libdir="${EPREFIX}/usr/lib"
"
fi
fi
# x86 hardened pax_kernel needs glx-rts, bug 240956
if use pax_kernel; then
myconf+="
$(use_enable x86 glx-rts)
"
fi
# on abi_x86_32 hardened we need to have asm disable
if [[ ${ABI} == x86* ]] && use pic; then
myconf+=" --disable-asm"
fi
# build fails with BSD indent, bug #428112
use userland_GNU || export INDENT=cat
econf \
--enable-dri \
--enable-glx \
--enable-shared-glapi \
$(use_enable !bindist texture-float) \
$(use_enable debug) \
$(use_enable dri3) \
$(use_enable egl) \
$(use_enable gbm) \
$(use_enable gles1) \
$(use_enable gles2) \
$(use_enable nptl glx-tls) \
$(use_enable osmesa) \
$(use_enable !udev sysfs) \
--enable-llvm-shared-libs \
--with-dri-drivers=${DRI_DRIVERS} \
--with-gallium-drivers=${GALLIUM_DRIVERS} \
PYTHON2="${PYTHON}" \
${myconf}
}
multilib_src_install() {
emake install DESTDIR="${D}"
if use classic || use gallium; then
ebegin "Moving DRI/Gallium drivers for dynamic switching"
local gallium_drivers=( i915_dri.so i965_dri.so r300_dri.so r600_dri.so swrast_dri.so )
keepdir /usr/$(get_libdir)/dri
dodir /usr/$(get_libdir)/mesa
for x in ${gallium_drivers[@]}; do
if [ -f "$(get_libdir)/gallium/${x}" ]; then
mv -f "${ED}/usr/$(get_libdir)/dri/${x}" "${ED}/usr/$(get_libdir)/dri/${x/_dri.so/g_dri.so}" \
|| die "Failed to move ${x}"
fi
done
if use classic; then
emake -C "${BUILD_DIR}/src/mesa/drivers/dri" DESTDIR="${D}" install
fi
for x in "${ED}"/usr/$(get_libdir)/dri/*.so; do
if [ -f ${x} -o -L ${x} ]; then
mv -f "${x}" "${x/dri/mesa}" \
|| die "Failed to move ${x}"
fi
done
pushd "${ED}"/usr/$(get_libdir)/dri || die "pushd failed"
ln -s ../mesa/*.so . || die "Creating symlink failed"
# remove symlinks to drivers known to eselect
for x in ${gallium_drivers[@]}; do
if [ -f ${x} -o -L ${x} ]; then
rm "${x}" || die "Failed to remove ${x}"
fi
done
popd
eend $?
fi
if use opencl; then
ebegin "Moving Gallium/Clover OpenCL implementation for dynamic switching"
local cl_dir="/usr/$(get_libdir)/OpenCL/vendors/mesa"
dodir ${cl_dir}/{lib,include}
if [ -f "${ED}/usr/$(get_libdir)/libOpenCL.so" ]; then
mv -f "${ED}"/usr/$(get_libdir)/libOpenCL.so* \
"${ED}"${cl_dir}
fi
if [ -f "${ED}/usr/include/CL/opencl.h" ]; then
mv -f "${ED}"/usr/include/CL \
"${ED}"${cl_dir}/include
fi
eend $?
fi
if use openmax; then
echo "XDG_DATA_DIRS=\"${EPREFIX}/usr/share/mesa/xdg\"" > "${T}/99mesaxdgomx"
doenvd "${T}"/99mesaxdgomx
keepdir /usr/share/mesa/xdg
fi
}
multilib_src_install_all() {
prune_libtool_files --all
einstalldocs
if use !bindist; then
dodoc docs/patents.txt
fi
# Install config file for eselect mesa
insinto /usr/share/mesa
newins "${FILESDIR}/eselect-mesa.conf.9.2" eselect-mesa.conf
}
multilib_src_test() {
if use llvm; then
local llvm_tests='lp_test_arit lp_test_arit lp_test_blend lp_test_blend lp_test_conv lp_test_conv lp_test_format lp_test_format lp_test_printf lp_test_printf'
pushd src/gallium/drivers/llvmpipe >/dev/null || die
emake ${llvm_tests}
pax-mark m ${llvm_tests}
popd >/dev/null || die
fi
emake check
}
pkg_postinst() {
# Switch to the xorg implementation.
echo
eselect opengl set --use-old ${OPENGL_DIR}
# Select classic/gallium drivers
if use classic || use gallium; then
eselect mesa set --auto
fi
# Switch to mesa opencl
if use opencl; then
eselect opencl set --use-old ${PN}
fi
# run omxregister-bellagio to make the OpenMAX drivers known system-wide
if use openmax; then
ebegin "Registering OpenMAX drivers"
BELLAGIO_SEARCH_PATH="${EPREFIX}/usr/$(get_libdir)/libomxil-bellagio0" \
OMX_BELLAGIO_REGISTRY=${EPREFIX}/usr/share/mesa/xdg/.omxregister \
omxregister-bellagio
eend $?
fi
# warn about patent encumbered texture-float
if use !bindist; then
elog "USE=\"bindist\" was not set. Potentially patent encumbered code was"
elog "enabled. Please see patents.txt for an explanation."
fi
local using_radeon r_flag
for r_flag in ${RADEON_CARDS}; do
if use video_cards_${r_flag}; then
using_radeon=1
break
fi
done
if [[ ${using_radeon} = 1 ]] && ! has_version media-libs/libtxc_dxtn; then
elog "Note that in order to have full S3TC support, it is necessary to install"
elog "media-libs/libtxc_dxtn as well. This may be necessary to get nice"
elog "textures in some apps, and some others even require this to run."
fi
}
pkg_prerm() {
if use openmax; then
rm "${EPREFIX}"/usr/share/mesa/xdg/.omxregister
fi
}
# $1 - VIDEO_CARDS flag
# other args - names of DRI drivers to enable
# TODO: avoid code duplication for a more elegant implementation
driver_enable() {
case $# in
# for enabling unconditionally
1)
DRI_DRIVERS+=",$1"
;;
*)
if use $1; then
shift
for i in $@; do
DRI_DRIVERS+=",${i}"
done
fi
;;
esac
}
gallium_enable() {
case $# in
# for enabling unconditionally
1)
GALLIUM_DRIVERS+=",$1"
;;
*)
if use $1; then
shift
for i in $@; do
GALLIUM_DRIVERS+=",${i}"
done
fi
;;
esac
}

@ -1,457 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild,v 1.5 2015/04/08 17:59:35 mgorny Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
EXPERIMENTAL="true"
fi
PYTHON_COMPAT=( python2_7 )
inherit autotools multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS}
OPENGL_DIR="xorg-x11"
MY_P="${P/_/-}"
FOLDER="${PV/_rc*/}"
DESCRIPTION="OpenGL-like graphic library for Linux"
HOMEPAGE="http://mesa3d.sourceforge.net/"
if [[ $PV == 9999* ]]; then
SRC_URI=""
else
SRC_URI="ftp://ftp.freedesktop.org/pub/mesa/${FOLDER}/${MY_P}.tar.xz"
fi
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
RESTRICT="!bindist? ( bindist )"
INTEL_CARDS="i915 i965 ilo intel"
RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi"
VIDEO_CARDS="${INTEL_CARDS} ${RADEON_CARDS} freedreno nouveau vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
IUSE="${IUSE_VIDEO_CARDS}
bindist +classic d3d9 debug +dri3 +egl +gallium +gbm gles1 gles2 +llvm
+nptl opencl osmesa pax_kernel openmax pic selinux +udev vaapi vdpau
wayland xvmc xa kernel_FreeBSD"
REQUIRED_USE="
d3d9? ( dri3 gallium )
llvm? ( gallium )
opencl? ( gallium llvm )
openmax? ( gallium )
gles1? ( egl )
gles2? ( egl )
vaapi? ( gallium )
vdpau? ( gallium )
wayland? ( egl gbm )
xa? ( gallium )
video_cards_freedreno? ( gallium )
video_cards_intel? ( classic )
video_cards_i915? ( || ( classic gallium ) )
video_cards_i965? ( classic )
video_cards_ilo? ( gallium )
video_cards_nouveau? ( || ( classic gallium ) )
video_cards_radeon? ( || ( classic gallium ) )
video_cards_r100? ( classic )
video_cards_r200? ( classic )
video_cards_r300? ( gallium )
video_cards_r600? ( gallium )
video_cards_radeonsi? ( gallium llvm )
video_cards_vmware? ( gallium )
${PYTHON_REQUIRED_USE}
"
LIBDRM_DEPSTRING=">=x11-libs/libdrm-2.4.57"
# keep correct libdrm and dri2proto dep
# keep blocks in rdepend for binpkg
RDEPEND="
!<x11-base/xorg-server-1.7
!<=x11-proto/xf86driproto-2.0.3
abi_x86_32? ( !app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
classic? ( app-eselect/eselect-mesa )
gallium? ( app-eselect/eselect-mesa )
>=app-eselect/eselect-opengl-1.3.0
udev? ( kernel_linux? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] ) )
>=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
gbm? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] )
dri3? ( >=virtual/libudev-215:=[${MULTILIB_USEDEP}] )
>=x11-libs/libX11-1.6.2:=[${MULTILIB_USEDEP}]
>=x11-libs/libxshmfence-1.1:=[${MULTILIB_USEDEP}]
>=x11-libs/libXdamage-1.1.4-r1:=[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2:=[${MULTILIB_USEDEP}]
>=x11-libs/libXxf86vm-1.1.3:=[${MULTILIB_USEDEP}]
>=x11-libs/libxcb-1.9.3:=[${MULTILIB_USEDEP}]
llvm? (
video_cards_radeonsi? ( || (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
) )
video_cards_r600? ( || (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
) )
!video_cards_r600? (
video_cards_radeon? ( || (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
) )
)
>=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
)
opencl? (
app-eselect/eselect-opencl
dev-libs/libclc
|| (
>=dev-libs/elfutils-0.155-r1:=[${MULTILIB_USEDEP}]
>=dev-libs/libelf-0.8.13-r2:=[${MULTILIB_USEDEP}]
)
)
openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
vaapi? ( >=x11-libs/libva-0.35.0:=[${MULTILIB_USEDEP}] )
vdpau? ( >=x11-libs/libvdpau-0.7:=[${MULTILIB_USEDEP}] )
wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] )
xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )
${LIBDRM_DEPSTRING}[video_cards_freedreno?,video_cards_nouveau?,video_cards_vmware?,${MULTILIB_USEDEP}]
"
for card in ${INTEL_CARDS}; do
RDEPEND="${RDEPEND}
video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_intel] )
"
done
for card in ${RADEON_CARDS}; do
RDEPEND="${RDEPEND}
video_cards_${card}? ( ${LIBDRM_DEPSTRING}[video_cards_radeon] )
"
done
DEPEND="${RDEPEND}
${PYTHON_DEPS}
llvm? (
video_cards_radeonsi? ( sys-devel/llvm[video_cards_radeon] )
)
opencl? (
>=sys-devel/llvm-3.4.2:=[${MULTILIB_USEDEP}]
>=sys-devel/clang-3.4.2:=[${MULTILIB_USEDEP}]
>=sys-devel/gcc-4.6
)
sys-devel/bison
sys-devel/flex
$(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
sys-devel/gettext
virtual/pkgconfig
>=x11-proto/dri2proto-2.8-r1:=[${MULTILIB_USEDEP}]
dri3? (
>=x11-proto/dri3proto-1.0:=[${MULTILIB_USEDEP}]
>=x11-proto/presentproto-1.0:=[${MULTILIB_USEDEP}]
)
>=x11-proto/glproto-1.4.17-r1:=[${MULTILIB_USEDEP}]
>=x11-proto/xextproto-7.2.1-r1:=[${MULTILIB_USEDEP}]
>=x11-proto/xf86driproto-2.1.1-r1:=[${MULTILIB_USEDEP}]
>=x11-proto/xf86vidmodeproto-2.3.1-r1:=[${MULTILIB_USEDEP}]
"
S="${WORKDIR}/${MY_P}"
EGIT_CHECKOUT_DIR=${S}
# It is slow without texrels, if someone wants slow
# mesa without texrels +pic use is worth the shot
QA_EXECSTACK="usr/lib*/libGL.so*"
QA_WX_LOAD="usr/lib*/libGL.so*"
pkg_setup() {
# warning message for bug 459306
if use llvm && has_version sys-devel/llvm[!debug=]; then
ewarn "Mismatch between debug USE flags in media-libs/mesa and sys-devel/llvm"
ewarn "detected! This can cause problems. For details, see bug 459306."
fi
python-any-r1_pkg_setup
}
src_prepare() {
# fix for hardened pax_kernel, bug 240956
[[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch
epatch "${FILESDIR}"/${P}-fstat-include.patch
eautoreconf
}
multilib_src_configure() {
local myconf
if use classic; then
# Configurable DRI drivers
driver_enable swrast
# Intel code
driver_enable video_cards_i915 i915
driver_enable video_cards_i965 i965
if ! use video_cards_i915 && \
! use video_cards_i965; then
driver_enable video_cards_intel i915 i965
fi
# Nouveau code
driver_enable video_cards_nouveau nouveau
# ATI code
driver_enable video_cards_r100 radeon
driver_enable video_cards_r200 r200
if ! use video_cards_r100 && \
! use video_cards_r200; then
driver_enable video_cards_radeon radeon r200
fi
fi
if use egl; then
myconf+="--with-egl-platforms=x11$(use wayland && echo ",wayland")$(use gbm && echo ",drm") "
fi
if use gallium; then
myconf+="
$(use_enable d3d9 nine)
$(use_enable llvm gallium-llvm)
$(use_enable openmax omx)
$(use_enable vaapi va)
$(use_enable vdpau)
$(use_enable xa)
$(use_enable xvmc)
"
gallium_enable swrast
gallium_enable video_cards_vmware svga
gallium_enable video_cards_nouveau nouveau
gallium_enable video_cards_i915 i915
gallium_enable video_cards_ilo ilo
if ! use video_cards_i915 && \
! use video_cards_i965; then
gallium_enable video_cards_intel i915
fi
gallium_enable video_cards_r300 r300
gallium_enable video_cards_r600 r600
gallium_enable video_cards_radeonsi radeonsi
if ! use video_cards_r300 && \
! use video_cards_r600; then
gallium_enable video_cards_radeon r300 r600
fi
gallium_enable video_cards_freedreno freedreno
# opencl stuff
if use opencl; then
myconf+="
$(use_enable opencl)
--with-clang-libdir="${EPREFIX}/usr/lib"
"
fi
fi
# x86 hardened pax_kernel needs glx-rts, bug 240956
if use pax_kernel; then
myconf+="
$(use_enable x86 glx-rts)
"
fi
# on abi_x86_32 hardened we need to have asm disable
if [[ ${ABI} == x86* ]] && use pic; then
myconf+=" --disable-asm"
fi
# build fails with BSD indent, bug #428112
use userland_GNU || export INDENT=cat
ECONF_SOURCE="${S}" \
econf \
--enable-dri \
--enable-glx \
--enable-shared-glapi \
$(use_enable !bindist texture-float) \
$(use_enable d3d9 nine) \
$(use_enable debug) \
$(use_enable dri3) \
$(use_enable egl) \
$(use_enable gbm) \
$(use_enable gles1) \
$(use_enable gles2) \
$(use_enable nptl glx-tls) \
$(use_enable osmesa) \
$(use_enable !udev sysfs) \
--enable-llvm-shared-libs \
--with-dri-drivers=${DRI_DRIVERS} \
--with-gallium-drivers=${GALLIUM_DRIVERS} \
PYTHON2="${PYTHON}" \
${myconf}
}
multilib_src_install() {
emake install DESTDIR="${D}"
if use classic || use gallium; then
ebegin "Moving DRI/Gallium drivers for dynamic switching"
local gallium_drivers=( i915_dri.so i965_dri.so r300_dri.so r600_dri.so swrast_dri.so )
keepdir /usr/$(get_libdir)/dri
dodir /usr/$(get_libdir)/mesa
for x in ${gallium_drivers[@]}; do
if [ -f "$(get_libdir)/gallium/${x}" ]; then
mv -f "${ED}/usr/$(get_libdir)/dri/${x}" "${ED}/usr/$(get_libdir)/dri/${x/_dri.so/g_dri.so}" \
|| die "Failed to move ${x}"
fi
done
if use classic; then
emake -C "${BUILD_DIR}/src/mesa/drivers/dri" DESTDIR="${D}" install
fi
for x in "${ED}"/usr/$(get_libdir)/dri/*.so; do
if [ -f ${x} -o -L ${x} ]; then
mv -f "${x}" "${x/dri/mesa}" \
|| die "Failed to move ${x}"
fi
done
pushd "${ED}"/usr/$(get_libdir)/dri || die "pushd failed"
ln -s ../mesa/*.so . || die "Creating symlink failed"
# remove symlinks to drivers known to eselect
for x in ${gallium_drivers[@]}; do
if [ -f ${x} -o -L ${x} ]; then
rm "${x}" || die "Failed to remove ${x}"
fi
done
popd
eend $?
fi
if use opencl; then
ebegin "Moving Gallium/Clover OpenCL implementation for dynamic switching"
local cl_dir="/usr/$(get_libdir)/OpenCL/vendors/mesa"
dodir ${cl_dir}/{lib,include}
if [ -f "${ED}/usr/$(get_libdir)/libOpenCL.so" ]; then
mv -f "${ED}"/usr/$(get_libdir)/libOpenCL.so* \
"${ED}"${cl_dir}
fi
if [ -f "${ED}/usr/include/CL/opencl.h" ]; then
mv -f "${ED}"/usr/include/CL \
"${ED}"${cl_dir}/include
fi
eend $?
fi
if use openmax; then
echo "XDG_DATA_DIRS=\"${EPREFIX}/usr/share/mesa/xdg\"" > "${T}/99mesaxdgomx"
doenvd "${T}"/99mesaxdgomx
keepdir /usr/share/mesa/xdg
fi
}
multilib_src_install_all() {
prune_libtool_files --all
einstalldocs
if use !bindist; then
dodoc docs/patents.txt
fi
# Install config file for eselect mesa
insinto /usr/share/mesa
newins "${FILESDIR}/eselect-mesa.conf.9.2" eselect-mesa.conf
}
multilib_src_test() {
if use llvm; then
local llvm_tests='lp_test_arit lp_test_arit lp_test_blend lp_test_blend lp_test_conv lp_test_conv lp_test_format lp_test_format lp_test_printf lp_test_printf'
pushd src/gallium/drivers/llvmpipe >/dev/null || die
emake ${llvm_tests}
pax-mark m ${llvm_tests}
popd >/dev/null || die
fi
emake check
}
pkg_postinst() {
# Switch to the xorg implementation.
echo
eselect opengl set --use-old ${OPENGL_DIR}
# Select classic/gallium drivers
if use classic || use gallium; then
eselect mesa set --auto
fi
# Switch to mesa opencl
if use opencl; then
eselect opencl set --use-old ${PN}
fi
# run omxregister-bellagio to make the OpenMAX drivers known system-wide
if use openmax; then
ebegin "Registering OpenMAX drivers"
BELLAGIO_SEARCH_PATH="${EPREFIX}/usr/$(get_libdir)/libomxil-bellagio0" \
OMX_BELLAGIO_REGISTRY=${EPREFIX}/usr/share/mesa/xdg/.omxregister \
omxregister-bellagio
eend $?
fi
# warn about patent encumbered texture-float
if use !bindist; then
elog "USE=\"bindist\" was not set. Potentially patent encumbered code was"
elog "enabled. Please see patents.txt for an explanation."
fi
if ! has_version media-libs/libtxc_dxtn; then
elog "Note that in order to have full S3TC support, it is necessary to install"
elog "media-libs/libtxc_dxtn as well. This may be necessary to get nice"
elog "textures in some apps, and some others even require this to run."
fi
}
pkg_prerm() {
if use openmax; then
rm "${EPREFIX}"/usr/share/mesa/xdg/.omxregister
fi
}
# $1 - VIDEO_CARDS flag
# other args - names of DRI drivers to enable
# TODO: avoid code duplication for a more elegant implementation
driver_enable() {
case $# in
# for enabling unconditionally
1)
DRI_DRIVERS+=",$1"
;;
*)
if use $1; then
shift
for i in $@; do
DRI_DRIVERS+=",${i}"
done
fi
;;
esac
}
gallium_enable() {
case $# in
# for enabling unconditionally
1)
GALLIUM_DRIVERS+=",$1"
;;
*)
if use $1; then
shift
for i in $@; do
GALLIUM_DRIVERS+=",${i}"
done
fi
;;
esac
}

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

Loading…
Cancel
Save