diff --git a/app-admin/eselect-java/eselect-java-0.1.0.ebuild b/app-admin/eselect-java/eselect-java-0.1.0.ebuild index 4bf40ede0b4b..4bf887b8d8a0 100644 --- a/app-admin/eselect-java/eselect-java-0.1.0.ebuild +++ b/app-admin/eselect-java/eselect-java-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-java/eselect-java-0.1.0.ebuild,v 1.7 2014/05/23 23:59:03 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-java/eselect-java-0.1.0.ebuild,v 1.9 2014/09/19 09:37:53 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~sera/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=" diff --git a/app-admin/rex/Manifest b/app-admin/rex/Manifest index c8b2cd19c60e..f853baccf516 100644 --- a/app-admin/rex/Manifest +++ b/app-admin/rex/Manifest @@ -3,3 +3,4 @@ DIST 0.51.2.tar.gz 219822 SHA256 280a5b6b38042c34df2409fb1a54dd231cc2820818854d7 DIST 0.52.0.tar.gz 222358 SHA256 7f72fdeffc7c2355ca03cc2fcd493c1c87f1778f6f0011924e937ace90541014 SHA512 701950636e69abc0739e98501a6a889450994b5aa246148c16e0fdd35b520e0a9000d98ff6428c1de991aba14cefa3503d3b806b973710f6940242fdd0779df8 WHIRLPOOL 04c5bed0f8a21621c275b57975e2856935f600440f9eaf7706f079037caa8585542c6e72a25478cf26a18d80611e5b0577ac1ce740453e1f0e709546d5e656eb DIST 0.52.1.tar.gz 223101 SHA256 18a4f5b6508b9e763e9f8b4f2d32454fec265e08dbccd7662119a263ac7502a7 SHA512 dae1e485a5de7d970c8ed405a036b60b96a907c44e42dafbca0202651e0010ef4429ecf47a23d7a7b16fa269b10c5497c881ddcbda786f04d1dececf3c159bdb WHIRLPOOL 8341b087f3892cac7cdc89ddba2676be85d7a2d876b94160fc9fb90dd9a4bf24c31f247bf31c2f31f5cca9b2dc4592391f07631a9c834fac22fbe6d65170d145 DIST Rex-0.45.1.tar.gz 196657 SHA256 0183ac7c201c00e1b54fc135daa35ee32ad4712491b15700c2fc1f35f87c7c5c SHA512 ede66c3373b6b8d03dd5ac3b25a31797d9e32117678a5211bf0e9c0a72697b97414ebb077220a1f8a4a3f2feff6652ea532cbe03ded06cb3f295eb03985e5695 WHIRLPOOL 8c595f2ff5e015b6d7c969497b8824a9bbf0ae0143c447c558c84daf42f534514cd0c254682ffa68f975dd84e149cd38df206688cd0ea31ff3bf832cb70da171 +DIST Rex-0.53.1.tar.gz 233320 SHA256 3897b533cb186c7428082a9605250daacb85d0254664d4fd3d2210877f4351ff SHA512 5a14013307c4955a93cc6754787b14610077d3a7055a8e80b01fe39bae6aecd9843d0f008354da9d81f91edba246016fd12871241a916880ddf51db1ee06951d WHIRLPOOL 1374013f1b35e3d270e2d624989a220ceb2340dbe3849e2668dc4e09cfd769cd94a94e8a47715ed6c15d84597d5227ddf98c56b92290a507625cf293bfa391b1 diff --git a/app-admin/rex/rex-0.53.1.ebuild b/app-admin/rex/rex-0.53.1.ebuild new file mode 100644 index 000000000000..bb352441d234 --- /dev/null +++ b/app-admin/rex/rex-0.53.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/rex/rex-0.53.1.ebuild,v 1.1 2014/09/19 05:19:58 patrick Exp $ + +EAPI=5 + +MODULE_AUTHOR=JFRIED +MODULE_VERSION=0.53.1 +MODULE_A=Rex-${PV}.tar.gz + +inherit perl-module + +DESCRIPTION="(R)?ex is a small script to ease the execution of remote commands" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-perl/Net-SSH2" +DEPEND="${RDEPEND} + dev-perl/JSON-XS + dev-perl/XML-Simple + dev-perl/Digest-SHA1 + dev-perl/Digest-HMAC + dev-perl/Expect + dev-perl/DBI + dev-perl/yaml + dev-perl/libwww-perl + dev-perl/String-Escape + dev-perl/List-MoreUtils + dev-perl/Parallel-ForkManager" + +SRC_TEST="do" + +S="${WORKDIR}/Rex-${PV}" diff --git a/app-editors/gvim/gvim-7.4.273.ebuild b/app-editors/gvim/gvim-7.4.273.ebuild index 7c27eb4ff3c2..a6c2097c9b0e 100644 --- a/app-editors/gvim/gvim-7.4.273.ebuild +++ b/app-editors/gvim/gvim-7.4.273.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.273.ebuild,v 1.8 2014/08/27 12:25:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.273.ebuild,v 1.9 2014/09/19 08:59:31 ago Exp $ EAPI=5 VIM_VERSION="7.4" @@ -17,7 +17,7 @@ else SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}" - KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi DESCRIPTION="GUI version of the Vim text editor" diff --git a/app-editors/vim-core/vim-core-7.4.273.ebuild b/app-editors/vim-core/vim-core-7.4.273.ebuild index 7e117d0fb470..5b31224abc18 100644 --- a/app-editors/vim-core/vim-core-7.4.273.ebuild +++ b/app-editors/vim-core/vim-core-7.4.273.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild,v 1.8 2014/08/27 12:25:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.4.273.ebuild,v 1.9 2014/09/19 08:59:40 ago Exp $ EAPI=5 VIM_VERSION="7.4" @@ -16,7 +16,7 @@ else SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 http://dev.gentoo.org/~radhermit/vim/${PN}-7.3-gentoo-patches-r4.tar.bz2 http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}" - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="vim and gvim shared files" diff --git a/app-editors/vim/vim-7.4.273.ebuild b/app-editors/vim/vim-7.4.273.ebuild index 22e0488a1125..f961d7181508 100644 --- a/app-editors/vim/vim-7.4.273.ebuild +++ b/app-editors/vim/vim-7.4.273.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.273.ebuild,v 1.9 2014/08/27 12:25:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.273.ebuild,v 1.10 2014/09/19 08:59:36 ago Exp $ EAPI=5 VIM_VERSION="7.4" @@ -17,7 +17,7 @@ else SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2 http://dev.gentoo.org/~radhermit/vim/${VIM_ORG_PATCHES}" - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Vim, an improved vi-style text editor" diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild index 453504303876..33731070eb98 100644 --- a/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild +++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild,v 1.15 2014/08/20 12:19:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnuplot-mode/gnuplot-mode-0.7.0.ebuild,v 1.16 2014/09/19 09:28:00 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bruceravel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc" DEPEND="doc? ( virtual/latex-base )" diff --git a/app-office/libreoffice-bin-debug/Manifest b/app-office/libreoffice-bin-debug/Manifest index ba6f78718aca..09b772754eac 100644 --- a/app-office/libreoffice-bin-debug/Manifest +++ b/app-office/libreoffice-bin-debug/Manifest @@ -1,36 +1,24 @@ -DIST amd64-debug-libreoffice-4.2.5.2.tar.xz 1017463372 SHA256 7a8678668a419674a52a891cd594b61f4d9e0188f4ba6d32740082bd4bf6419e SHA512 8f151e455043473203e7b0050072642765a00cda6fed3a2e18e00f99efa528e07c8b69ff5c504f860b3774bc6f9d4b58acead42391d75b951e7f28c9211f965e WHIRLPOOL 6fcddb58477de4d3edafd8cc35efa5a7d34af4a4497d37bba54656a4617905f9a0f73263c871a8f703fbfc6541aea24939d6f98e896801556d73dc5159de0bc0 DIST amd64-debug-libreoffice-4.2.6.3-r1.tar.xz 1018168392 SHA256 1046e8e1fe427f22e72c3ab0407874a1e92c6ae182e2c0c09e2a1430051ba4fe SHA512 920ecc4d3a8bd9908705593e27934c77230ff20d749f3fd993705d8804d30641d8966e7e5f14c7f5a09379f4811e81e92f59e9a37381d3490c2f3183b299011f WHIRLPOOL 2997a6ea13212abf1d824eeadc69eaadfcda5278e55330fd3f611a4b8b61f8b1497d0a7a8b852531a82cfc43eb0d8b520e96f0f783985625e8c4c01e37ec2311 DIST amd64-debug-libreoffice-4.2.6.3.tar.xz 1018121960 SHA256 40f6496845afb37d4aa2893eb99c2ca02dc6febf5a05140e449e2905c71aaa4e SHA512 e876f31c28d305fcbaa844ac5b1e3fa82cb5e4d4051b698cfa7a1ab7c9dee178c4e062d54a09a78f606485867314f1e26168db66be7f65da09f1b4d8ab011f92 WHIRLPOOL 732e8a41e4680e0ebfc234000e70ef8188dd23ea05a0b0ccdd17b4de2fb4050e4c8245ccb6663b67cf206f3270812995c00af2b886d80cf64ad23687ddd0ccac -DIST amd64-debug-libreoffice-gnome-4.2.5.2.xd3 5279694 SHA256 2b6cb6d3c9bbe9479004b0793cf91fe1fb5d8406282ac6f4dc96af39ec84644f SHA512 319830194975dca4a20291f4c1a18e59f96705fa68dbe5460503c5bab39c8050ce53a958532dc6ea99a8ad75411f638d76f614cc86760aa1ce53e77d9eb9fc33 WHIRLPOOL ab92fd0d312474b6e10ba68fb980bae502038b2acd2cc6e9ce593abe3c145b0c89aa5567e78e9c16e8925d8ab6da66ba6d272d57ce6d2307e9c044fb5472f1e8 DIST amd64-debug-libreoffice-gnome-4.2.6.3-r1.xd3 60552077 SHA256 27ed95942f0c03634bfaa6acbe8d61e23e2abf02276e138a29ae435c28888314 SHA512 daa2d313034b6f681c0134deac3202c610a32b38f3fb11ff9bfab752d8c40eafecf6c2b926aa5bbf719a4c39453dba486639d9141b0e8c2448363e11e99fe860 WHIRLPOOL 0d5ddd0b04e61c14c87797146cc66f1707d048cffb4a81eaacec11c16fea73615c17d3bd00a78c89f96b28a5c6eb5520a1da35e9afd94c43d86cd4ad371dbe31 DIST amd64-debug-libreoffice-gnome-4.2.6.3.xd3 61963855 SHA256 f6a6ca01ff8d4ca955d4e3e88e4322eea3e5771f8eb1f32b884c9521e8d9459c SHA512 9e3538d975c7930f2309de5981ebae705f54ac6823e52cddad0029d9c2f331746a3696f2097d6d214d8cab0194fa60a2783af8930c47f4f4050ef01d6363ebb7 WHIRLPOOL 9bedd0447ec0f2c883293542c546e3cf859fb2a7f4c3fbd6df99849c12a6e91c888ee8cf59ff70023e459376d6a7f93d313da1ba96a7dbea6365c1934653aa51 -DIST amd64-debug-libreoffice-gnome-java-4.2.5.2.xd3 469189910 SHA256 afb620c966a14eef18cbb4610b15ef91acf6bfdeedf1e3b270fafe02b7d963d4 SHA512 ccd247ec26aad12a86875abe766a54ef9d9a0adc27df722efe86c3ab2bc268dde577cb03149221c7410a7ba3def7165db6f4e02f1e09d77c9a0cea1930602b8d WHIRLPOOL 02cb3d228ce9ee7ba92b260e6ad7bed725920efb6e0507124a5716eedc8cd4eefbdba90b95ca1b7bf577f4192b488a6c6a97c17e40a1592eaeaf1764bcbc7d30 DIST amd64-debug-libreoffice-gnome-java-4.2.6.3-r1.xd3 525666884 SHA256 5837ab98fe85186b73890c0ef8d7461880409d6c332deec925907c5c8ac902f4 SHA512 3ac48c4a853697fab4bffe8c3777dd84a20f5c2d94eacf0c5bd65939b5eecff533a071be2392ab3e7c88b98e3fae8d3bc3d5b839f17efdd65aa54bfc7ae34292 WHIRLPOOL 8b13e3a719844567102d1c3eaf55d29a5cceddfc617911b50acf535a23d7da45d28594e356b659abf0cb4f9b368de1c01c1ffc1fa74f2cf1d376405c4521d98a DIST amd64-debug-libreoffice-gnome-java-4.2.6.3.xd3 527225542 SHA256 4da36c24fbbde41e7b9b5e7118736144194f9d5392f6cd5397c5869aa850ca72 SHA512 f21ddefa8496e927a15a158870acd10834ab184bfe8d597d822232a0d5aefd2b3094771ab64043ff4f749354315e9121a608cccc903f9d3d76e496b5d4bb5667 WHIRLPOOL 9076f7ae16685ae0f7bd0d7b94649f4b02fdaca5c47a1d8f9b579b812a2a0f1eb93a98c74b56c5cc6ce1376de99e9a69c0a52ffa8999745bc69866b844539732 -DIST amd64-debug-libreoffice-java-4.2.5.2.xd3 466499232 SHA256 206a4a0d05d341ed32d846ffe9336a77594f917b3cb72d5013826c974daba76d SHA512 8d8d498bdcf53203972302aa501fba09a3c7e474d3fba1c2fcc97002c33e69ce50f3c683055c99b2a2e6ff0dad66c72b0ef1e4fec11931d2ea937878368b01b5 WHIRLPOOL 1399e767c3c0df6c2fcb0decfb9541baeb8d3c18b759e0708c22da1303b037e45e5c1715bacbaa8a38aecbcad2b77ef147b7b666e8a3cf58a94b11bf9aeada63 DIST amd64-debug-libreoffice-java-4.2.6.3-r1.xd3 523394899 SHA256 f3679fdf820a4fe300f220ff022880c6773c0d058caed7e25fcb583e31ead764 SHA512 7597f110336c8e0d8165afbe681dadffc8cd0dd5b2e2f32deb865a3a35eacea77d0291104f163f48d0f552236ea18afbf464bdddafe46134c7903f0c309949b6 WHIRLPOOL 7a082e0233181dee89ed97aff5a3ffa3b49799b9ffee7c967a5891d59c69159c7bbe1a600a576e47f936eee5db769ce94e40cb60ee897a8517e9ce90c20c02b1 DIST amd64-debug-libreoffice-java-4.2.6.3.xd3 522631490 SHA256 b0477bfebf96226c868cc1eaf11d013b086a0f20047ef2c10249c144d4ef353b SHA512 0be73ece37a2560e1c1472c3ab5635d84dc29d9efd141afccd89024afe5d913451b53399ab9eb6091013f598efffdf82b63f314683ef18a3e4e2074ad7670d6c WHIRLPOOL 1ef8fab6557a7a819c9759940135c233673554591cf45304c8c0db2dc573632d2742fb9e8a6f128de24ef689a7848b6bc695b37503249350074b06242b31fe82 -DIST amd64-debug-libreoffice-kde-4.2.5.2.xd3 271409559 SHA256 1a5baf5bb9fe7669494416a762a965c67efc3f216e4ed01271097886f33cd7b7 SHA512 1519b87230f9842e3f96ef9f7db4255704f530f6ff3c2be85c899d12eb85b781868670f1d5a916bd506cb647aad992c4987bd1ddd35a5df671bd81cbb7d90a75 WHIRLPOOL e53dc0d55c04bea00a5db7d496984108932a593e9f1cb001740a3100db0f8b74f65a844890588269bf93d0f5f4e4896e17a30c525b8542e942d83021143869d1 DIST amd64-debug-libreoffice-kde-4.2.6.3-r1.xd3 328343817 SHA256 5d9bfb7769d034175e00eed5bb79b351904f6b4ecef86d781886e5b7f677a575 SHA512 1f9b34472f9a6a499b91e33d4c7dc4e30cf46d74b57ded96dba55e84be104e22d9187d5534253670ba346d345a1818c0ac4cb2d5b68652c9cf108dc1b30c732c WHIRLPOOL 5c56506b742bd274dd314a066520fc742183c230b5bb54f2476603e83b696f114129e555e517eb0d2e13a66e665d65ec97440fe4ffc43b6a4bc5588f10414e66 DIST amd64-debug-libreoffice-kde-4.2.6.3.xd3 329559073 SHA256 8d05b2ca5626f6ed369ca69d1687037275ea82d846a180c90f8898c7299670be SHA512 46e65d51531e669246e1f268894960c002a8993c657b21f258a846124c57a2414d8801fa0c39ea7ba46ea394eec1e09ff0577f848e1f67024aacdb85a1d44c84 WHIRLPOOL 84dd7f334222f22ceb27293b4c0c122b93474a6a2614134bc86eeb38569cbea24065351150155c670f6d0e921dd7611cc6195f8d4d618a9144105dba6d627f0b -DIST amd64-debug-libreoffice-kde-java-4.2.5.2.xd3 468349659 SHA256 92e7ee3130037002077c6e9df16e84745880e4a9df7706dc5b297b71669a442f SHA512 961a2d5d1143efc618984e2875008203054ef28ad80c490348b87aedd25d3d1c2fda7f479a02cd34220d72be9744ef254f12b9d42176b4e3cd9616cf1fcd3289 WHIRLPOOL c78176a8741ac93d6ede06a397cc988b16e71575865fa162b6178e582ccb90841addb0a2f50532cd151c68891bfec3d07e3128d75087ef4de35cf87bf83e157d DIST amd64-debug-libreoffice-kde-java-4.2.6.3-r1.xd3 524196341 SHA256 a8c33f763434d8d03aa8052a45434deb8769b4e11ea7171ce517fbe6671eaaeb SHA512 c18a7a1a0e7c94f3f85c038d0de9dd437886335abbe6f41b5694768756a7e18d939e576ff653b8bde78a69c625452bd334464281394e01fe6a693165b83fe2b5 WHIRLPOOL b16e8f5c71fcd8560b6c96c42d4b35bfe5172efbc9c1310b71c472d0ebe4e75098856258159666a8a71f7e56e48eebc139709246ab10a6dfbd3b397aa14403a6 DIST amd64-debug-libreoffice-kde-java-4.2.6.3.xd3 526643641 SHA256 cec399b63cca6af8e2a60e59d485762574be128b1ca66d3771cfe157ab2df892 SHA512 bc459827d92f2caa60b0dec474b8198a6e650b44338e2cd4fa78d77de39cd6aaafc985b6db23707e8dff052b103efe17f572cabe61cf3414e1b37de2c837b349 WHIRLPOOL 9dc6a796da842339311c1c85c6a60d09caef33fb87e5eb5fb0ed67413948dfd3dc7a9e8879e218a21feee6ca814cf73be32fdbec1b75fc2100d8ab33a882c8ae -DIST x86-debug-libreoffice-4.2.5.2.tar.xz 951615400 SHA256 12d17f2b2af0226c35b1d42101c5a88b7f9998b51a0c956e5117a19fde3f8306 SHA512 eb83289dcdb41f418fb8bc7e88dbd2c8b8fd157d0e75e62acdcaf72dc45697020ceb692ba438acc143860f8d3cf32ef07c0973c10d14ee5ac38eb45bb05411b2 WHIRLPOOL ef10696e3d3304e30de8ec3c1b1cd74a1825a26996b29ea1d98d7389a3400fd8a71ab4b57bc54f4864e7134b4d9d9cc776895acb0196681366bc258cfd443893 DIST x86-debug-libreoffice-4.2.6.3-r1.tar.xz 951937916 SHA256 b2257eb174b6b405a45f8c4e736d7af017a125358b4c6ec3040c063bcd226a56 SHA512 c64fec1c0aa36c98fd53c5421bd9eed09bf85df2ada9c5fcd96aceb0cc7766e33ba5dbfc71a001b73c82a1d2b316e0083c8ed6a3137201ccb2cb252b26c56e6f WHIRLPOOL 726577165eebf2f7848901a31663b4cd8575e100046ae48e9c037537b8c44b516b18e7ee31e36d94b52e64dab44ab04a11f13262338a74311c1b0b6c2365a3b5 DIST x86-debug-libreoffice-4.2.6.3.tar.xz 951949108 SHA256 0708f4d3bdefc2e60199364223d87d5de2aeb76bcf6e213e12cb3884cbaf6ff3 SHA512 d5385decec0cda81387ba75d616b47f88e18252a57990884f57b9892ef86a887bb33a0d338837abb5e2777ba196cc932ff520dd34bea5b0ea4659dbc11fcf4ca WHIRLPOOL 080f5e06dbcbe80ca5e00ff05588fddb354fa0940bdb3dbb74fa523caa90f36f158fb8a0ff99f678d14bfd90b783e4c2bfdb6c63e3533072b2e98df3e50bc878 -DIST x86-debug-libreoffice-gnome-4.2.5.2.xd3 4996704 SHA256 a41950b760a7ad909289d2acc6253ef2ed40d2e43f267da8bec56e1f6920042d SHA512 7c34800f7a3b414da8077fe13b39b4bbe40294f0c744873559b2f95f6b4619b842df9b403d415930d3e97cae6463b1c5524f97bb7d71298d6f1cdba51bb6fe3f WHIRLPOOL 97dcd5f130920d0f4df7926769c4fb70419d3c171a66112af24511ab5e69951e0970c9d97ed29be8229dbfa246945278b28a9263cf33a3fde9b4c02975c68221 DIST x86-debug-libreoffice-gnome-4.2.6.3-r1.xd3 4967291 SHA256 8147432b5dfebc5e2ce86e0a864629227b49152903f4529359f6c3dfdd73d9eb SHA512 6fb6be5ef253ddbeceafd7291de3bd043bad51ea9dcfef01994de031e8e4fdc558bcd18c62723508b20d39dffdd3d80a3299523da932403a9aa0b8a14a9ff5cb WHIRLPOOL 4eb9985ded4ed59d02fe74532cc1009b1d5c7616e536fdb4fd819a0793ef148de6ae8c705aceff22b8a33fb2e9826975c7d41b55e196f0ccdf03f9ea3ce2b3b0 DIST x86-debug-libreoffice-gnome-4.2.6.3.xd3 4967158 SHA256 6825a1d15783c828b022a8e07c7f40564510d8c2180f59e19a754a4a1ad690ac SHA512 443dedbb7cea1372d3315c9d06a43ffc2c9aa2dc79a2f3a5388e32e893f6d842fbbd02edaf2385c3a19b3e0ab46ab41ffc87e18f912a44699c18dac3d45dd260 WHIRLPOOL e361d75fef44d5863bb6953dc5ffa6b2278432f0cce69e7d1744e16fdde63fdb683334cadc22935517087421efc9dcc692ec819aab9cfb8019f0d3a9078beed9 -DIST x86-debug-libreoffice-gnome-java-4.2.5.2.xd3 423656368 SHA256 f68cf4081e0c86de18e2c51049abbbd2f863d831d0fd146f563a83adf519e7e5 SHA512 2a51c2c50aacd72aa086a0cf3f6cf94cb186988a96b0b69963b7ef5dec5dbb99df414bdc150460567653109a0b752ff53e59059c272b69793f486d2f335e6c08 WHIRLPOOL 0e48de09995607f796926a8f9dbc77685fd3dd52fe764834d95f32fab8e511b3d5ec8e9fa8dc279dd04b4394fa1976ed2ffec38ead795965382d95acf33b3fb3 DIST x86-debug-libreoffice-gnome-java-4.2.6.3-r1.xd3 422917972 SHA256 600c446d4749f9258fa01fe382ba527d61bd6382f482bdcd93e916dfd9cec4c0 SHA512 6210b88258e8e380e05de158cb4fd5340dcdd9913decccbe9326b4038fc5ea403df23ae27845da3c7c8396a7cccfbac069842ce45a2cf74de03690703d232ed1 WHIRLPOOL bdfaaa800435561f337f39da3b71fe7a9d10b91ba8b0592f798f4230e974baf260d846917d686aa2922dc513959d356e9d5c0391c3ddc7a804f5bb1d341faa68 DIST x86-debug-libreoffice-gnome-java-4.2.6.3.xd3 422903554 SHA256 07db281272f43c1b7be5af552bda45dd4efff666d9b7d50434dc09b5f37fe051 SHA512 3cbaa4241c4e4297a8ac2ea7546d634b40011768767097b026660882dc543f1fd9b0bc356874b71686c275c0a8ebffd436100478b0db9e985278ddbffe0ac406 WHIRLPOOL ca67fabd55bc9ba28073db109f4c377a056b087d37fe03677af44d0b168b4192b1a7f5472d70c51843d2e825cb3e9a76108d8a0ba031916e241a97b4ce4a52c8 -DIST x86-debug-libreoffice-java-4.2.5.2.xd3 421160965 SHA256 5fea358463e6625d1a59436a343017baf7be8f7fa6b5e0fe68afd85476345a8a SHA512 c5bba189e6c294053d8b02003156076ae24f9453763d0a4ccf90bf7ff70664e2d5467b1c84dafc4269ad9dbec4335889c24845ff39dd1da290a1694ef1ea5881 WHIRLPOOL cb9d85aef78b72988563b4619ec3b9c68b427768256f6ce1d30ab26ff07e1f510a63424f012a5b9bdddff5445713d81f63d8c8dfa0bb714a8335f4438b0d7e53 DIST x86-debug-libreoffice-java-4.2.6.3-r1.xd3 420281368 SHA256 be4f0109559457d48433d0421681d2fab83639b9d61857957c21e5eb226cb64e SHA512 32420f7e2cbe64c32a4a89fb38bcd236593301e00b87e9ee6bfe1f31ea22563216e1024d9dfe1f7cc334e892559119346767856851f6d60f3ac2ed198d2e9fd5 WHIRLPOOL ec570efba6519b0367522c310628f257c74e4c0e27ba432aee45d83ea3e2edf0463887680130276168268a0a7a1db866bdf5e40d75d7251fd36cbd7d626400f6 DIST x86-debug-libreoffice-java-4.2.6.3.xd3 420268565 SHA256 e2d719ed5ff0fe6567a314a51dc2b37dd4ebb74f91752ccc69904b50a603fcb6 SHA512 44ffd1bf879daa3b9af0653d89fcfdf7326ea5983a388f1ca8dc4e506cc7bcebe86ef37a38acd77a5ba3c778bc8d91d0e3f9308cc8b5a01d2ad0f87cc090cfe6 WHIRLPOOL 88bd20e101d1314a956129e887cfd2695701438015236fd05fcddf9940b36db1ee0f09b02454e77b8f1972fedad06d309e6cb86ee901f80d8db881939a7611df -DIST x86-debug-libreoffice-kde-4.2.5.2.xd3 250154864 SHA256 9dc864022700c561d6d4ebd2353dc5bb75828a447f4150cfb50f08fc902395c0 SHA512 3829e43e22302ff0d0b9a8f63bfab84ce7157748efad7b1750a02a045c0250d232eea5aa05b77d4f949ef2953828eeca8b23e146a93255180a73ff366a0b47bc WHIRLPOOL da1c3607d65ae3a3aa17c4b3f21f1b1bd6137c61d453667562a1d8cdc45c12e043a25a5834c2bdc67ded40f724d26491e4d42cd85aa83087a090fc53efe9f581 DIST x86-debug-libreoffice-kde-4.2.6.3-r1.xd3 250325975 SHA256 b4fcef5ca95f777ae83ca95631046b030964ac49f802e3c0cb63a461694e1295 SHA512 1d0c15013c139401fe0ac40ef484c42b982176f3630b1a69c72a719f14d8cc16197b9bfb1b328440af00d711a214721291232e7c927457d3b677729435240887 WHIRLPOOL 498abb70b2d4a3a16afacba990b6f2945d68d2755002c2344cd841eb9a3319710c94e781f02c14a0fc938afde73b966d5ca6d1c1d4600a701c8b89b2cba1d54b DIST x86-debug-libreoffice-kde-4.2.6.3.xd3 249815238 SHA256 daf788ffb66c44f494f3a6f453f9866328cc08372662253246b618024c86b70f SHA512 12e922117959ff3cdf86498f85ce216c436a0d29fe06a2887b319c9afa0ec104fc3290969b39d3ce1073a0eccfeb06e6e07c070be656a485319cdd8fbe9ff826 WHIRLPOOL 1613c9fae8fb524c97bdeb04a480c3e5bfef3bc3400fc7c4ff726390c9cd8d6fd1090d6c4d4e3b09efecb4e776d321942b7634b001cd167cd9573e6d3d490411 -DIST x86-debug-libreoffice-kde-java-4.2.5.2.xd3 422840827 SHA256 08fe2c19f164d639a49a3ab02bb421d8b1cdbfd5a0d1aca8bf7ccd6c20c53aee SHA512 a81ecf415d3dcc6fe138c38ee88dc7d8b9ec42f73f1a0d6655ecc05ad60e6916096bb52f210ef3f338214fd9e4626aed72d6730d8e6208bc5ba2fbb7addda6dc WHIRLPOOL 78639288dd2dbb8371848cbf09de9ad2b05cbef2740e6d7a494614e736f4248fa7bbdaaaf8e5618c00ef4d14572c47ed19e980fd8c9190a7a22e7d10b0ddf947 DIST x86-debug-libreoffice-kde-java-4.2.6.3-r1.xd3 421937666 SHA256 32b7222bdd8e6803a0daeb714cdeca8acde545b0088702e73436ef37aaed6454 SHA512 d7b29171e966f6558deb357976441b540e0e4e7dbf139c74956b4bcfbf9f7854cab3ca3e3064c380e171fc27b67064f715c5184e8bef2c06045423b8dc9413f1 WHIRLPOOL 423795562d276b244d9f6396218e8217d2d75f0708e0176efe928b7eb60ca53791249aabacc8af2bbe4825701013ebe5d21c313c169d6bc52ee950cd871622b8 DIST x86-debug-libreoffice-kde-java-4.2.6.3.xd3 421934649 SHA256 8e4bc16bc6b21a86611e9e6edee7f68f74ab17122a182e75c9c210396d145169 SHA512 a278248fa1e21526c34c315891e3dd527b59eb2c48ce8927d090b9262dea186e7f3472ef853a214f941129a12d82a41390011655017d365194337f276275e1a9 WHIRLPOOL 8c926794b4e9bf22c1d2c1294dfe929ded397437dedb86aae12a89b17f1bd8394afa77958d4181fc3a4cea166f4482871b585b8355efe29105349b3297f619da diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.5.2.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.5.2.ebuild deleted file mode 100644 index ca37b5d26886..000000000000 --- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.5.2.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.5.2.ebuild,v 1.4 2014/08/10 18:15:46 slyfox Exp $ - -EAPI=5 - -BASE_PACKAGENAME="debug" -BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-" -BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-" - -DESCRIPTION="LibreOffice, a full office productivity suite. Binary package, debug info" -HOMEPAGE="http://www.libreoffice.org" -SRC_URI_AMD64=" - ${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz - kde? ( - !java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 ) - java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 ) - ) - gnome? ( - !java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 ) - java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 ) - ) - !kde? ( !gnome? ( - java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 ) - ) ) -" -SRC_URI_X86=" - ${BASE_X86_URI}libreoffice-${PVR}.tar.xz - kde? ( - !java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 ) - java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 ) - ) - gnome? ( - !java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 ) - java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 ) - ) - !kde? ( !gnome? ( - java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 ) - ) ) -" - -SRC_URI=" - amd64? ( ${SRC_URI_AMD64} ) - x86? ( ${SRC_URI_X86} ) -" - -IUSE="gnome java kde" -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="-* amd64 x86" - -RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]" - -DEPEND="dev-util/xdelta:3" - -RESTRICT="test strip" - -S="${WORKDIR}" - -src_unpack() { - einfo "Uncompressing distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" - xz -cd "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die - - local patchname - use kde && patchname="-kde" - use gnome && patchname="-gnome" - use java && patchname="${patchname}-java" - - if [ -n "${patchname}" ]; then - einfo "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" - xdelta3 -d -s "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" "${WORKDIR}/tmpdist.tar" || die - mv "${WORKDIR}/tmpdist.tar" "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die - fi - - einfo "Unpacking new ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" - unpack "./${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" -} - -src_configure() { :; } - -src_compile() { :; } - -src_install() { - dodir /usr - cp -aR "${S}"/usr/* "${ED}"/usr/ || die -} diff --git a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild index 793b23ff81bb..0781d74a5240 100644 --- a/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild +++ b/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild,v 1.2 2014/09/18 10:10:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-4.2.6.3.ebuild,v 1.3 2014/09/19 08:35:21 ago Exp $ EAPI=5 @@ -47,7 +47,7 @@ SRC_URI=" IUSE="gnome java kde" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]" diff --git a/app-office/libreoffice-bin/Manifest b/app-office/libreoffice-bin/Manifest index 22f26ce756f3..7958a04dc1c1 100644 --- a/app-office/libreoffice-bin/Manifest +++ b/app-office/libreoffice-bin/Manifest @@ -1,36 +1,24 @@ -DIST amd64-bin-libreoffice-4.2.5.2.tar.xz 72147208 SHA256 71224e82b01ef5f0b9d62c6c799dc330b8d47690ccb39699f3b48768a71d6b39 SHA512 25aa83c9f8fd0f3882f604c9c311d2bedb44f6538db5d1e6d1ca8bf3475aa28e9a44d24d9c0673a24a47aba20bf787c469049b6f6920f457f6962bc893bb521b WHIRLPOOL eca2b9b4dc1209780a5e86a4c6428b78c4d56d23861ff6fd3f49061a05ea9b2b220be8dd1a761449ecedfb7bfd412d955169050ff9f57b945fa5e064c054965b DIST amd64-bin-libreoffice-4.2.6.3-r1.tar.xz 72117152 SHA256 61bde5c4913c9d3bfe5b6da226adf535e6e4db749fbe3f497262521fa9b4f41c SHA512 f62fad37c953c3bfc00ac4b3b65c62d967253199ab50befb45bf099a5c0767507696bc81f23f6cf2d66576d85d5c7c1bbf3fb980822713d93b167b68e6318f66 WHIRLPOOL 4d9fd33d02261e9e0b01759609863515bc056b5ee127681b5e5879f9173e0b01798144f2cf9478bffaab7b919c3da7a781a83ca327ac6b0753eeb96e46ff5211 DIST amd64-bin-libreoffice-4.2.6.3.tar.xz 72188452 SHA256 c8ff1ec0c45a8d3782addb6ef53773666ccc24ece6bba2692740859efb2a06d5 SHA512 fdb52f640da0b6447e27b0e978a4370871c6534aa1c71048ca5a66a559c6e76e0ee4505ddce0efb319e0e2b6155f6ded7bde376091cc4e744d952f89d7818987 WHIRLPOOL 3fa280b470d97f733a461582ff9b431be6c392178260d3ba543c55d84f8931e0522d6a136169e26ddf83ea0dca6ba3e8515dd3b56e5bc237021b9a36613283ba -DIST amd64-bin-libreoffice-gnome-4.2.5.2.xd3 419565 SHA256 7a200b748d3e6e09ea69c8d2f4b0b10a4759d96818e89fcc148776ae5c0b1639 SHA512 91ae3b9e9b00fb235c4da425bbebcc8bc77ecac6ad3f19c1f636cd675b46d28d55aac938e7878e0040da3e6fa3cca23b9b09c91339aaefd28c38995488dd87d8 WHIRLPOOL 1643cac6910296678a09022ed2eef26322360ee1617d7c94a4e89fcd759d0829a46224039aa8f74d7938fd41b8f07ea28979b4d4d9d306e2e7afe74cff63d226 DIST amd64-bin-libreoffice-gnome-4.2.6.3-r1.xd3 1417488 SHA256 c2a795f062a0343e943b6593a7be45fd246c0d79c6ecac203490cf95252836f7 SHA512 2e928712bd7279fb4df4408bf8ac6b9d50a68a4065fe4b4b40474dd4f015f32d4cbac8a9ba9b95b17fcace1a715d6d43cc0e272a8ab220e0c03b321e08c98930 WHIRLPOOL ce758aa0111855c554f826d78b73215249b0550f4e5868753536ad4e09cd4d81488bc70d518d3dae19056f48f2df5e2977a43cbbc97d2b45c8aa302e4dff209e DIST amd64-bin-libreoffice-gnome-4.2.6.3.xd3 1434657 SHA256 e87b223bf8680e9d01d7c96a89a6fca1ce19f50ee7984c0e8ecf1309744d6a32 SHA512 1eee91c46195d207d589b0606c70b1393a54d97882f2194292d0ab10d2e49f9611d7398ee39b790d98d7c3cfab82079bfa171906ab74b1ed4062790fceb2ebe2 WHIRLPOOL e95349b4f189b7ae35e56d85f0ad7e06fe7a7763604c1fde961afa3f2fa4ae07258156aabf925d4d2a9c155b01e480cac56e48ae06849f15413abdaf54087b98 -DIST amd64-bin-libreoffice-gnome-java-4.2.5.2.xd3 22719562 SHA256 3a5e6a486f1aaec9fcfedfdd9858526fd4b28f355162c0933d1245f2516f7a14 SHA512 e09f3dab572bf9972eff2ec9a5556e6ac945edbdad6f1afb7de8349949e1f42898ec154cec12dfb0cac3fefc3988e5cb911e146cb59a8b82f090c97708131094 WHIRLPOOL 88d5b8212a348f836bd0f7f8ea44b1a572156d4431dad33ed2d6d83af900ceecf1de4b32eeb347d9cbd1fc36069b387c0b780bd484c031f5b5e5ad258e6eadb7 DIST amd64-bin-libreoffice-gnome-java-4.2.6.3-r1.xd3 23013985 SHA256 00dfa1bdba2780fb136e7844b214d4ec5b7b198c71e2c75dcaf1d4b4dcde7fbf SHA512 53c8841be0bad3b605fe64c3a648bec6ec20826484df2a658e9041c355014a3450d5e01928dd5c7ccf968fe0dbb6f293c573de7fa2a8543846e98bf79ed75bfa WHIRLPOOL 51012b58ea36efe17d58bd958f3c9695968fc06c896da670506d5c362b930e67417595b1dad9379086ad36df58687ccb0c1a349823339bb236d631631e2f284b DIST amd64-bin-libreoffice-gnome-java-4.2.6.3.xd3 23909386 SHA256 f354f79798dead4d46a6e7c727f05f879db4c81238a28b822a078f6531d49116 SHA512 a9f853bd2be62c7d593201030cfe96cecdfabef83e46ed367c0e07783f938f73ff1d1c25da95226794fa09a5ecc0757fdc5ef4d34169520c22d90ad68f0be70c WHIRLPOOL 551cad0b465c12ab0cf6b6f2493068cb97331c7fc953c1c8a62a831e2ae00299de9454c2014f7f760da2cafdfd7ba94cd580482908c0f5c6959f617f014507c6 -DIST amd64-bin-libreoffice-java-4.2.5.2.xd3 22359259 SHA256 1b2c461fb5201dfbc84dc9fffe701a0371ae8bed58050cf6dba780b946550758 SHA512 dbbcc80ed202a9f20e179d07ed1eadeaccbcc6570ecba17f2776d7d2021626bcfd37b74cdbf81dfef08c7ecfe38585d35679ba673e129b2597b4ed72c336b15e WHIRLPOOL e3bd883d8f328e224a10e94ae0c4a95ddb78719072193335ce1811863ea823e71b67b82869bdb4f085ea322e626b61691fb0acd50251c712fc095da85f5d933d DIST amd64-bin-libreoffice-java-4.2.6.3-r1.xd3 22748866 SHA256 cb922f1231526f7da459efd5c103dd723f1d838d2a79ac9bcfddfbf0f04408bc SHA512 6a0d998fa8ba286becec1f9413556f4c519686e019327bcc9218f6440087705ef6a0fe825eb7104acaee8ce15e9d1f40fb74de548bd1201765492a537bc8cf09 WHIRLPOOL f2016301e485cdd0635cbcf960ce549cf6e8db742a79d52eb15bcf684c6003883ba5ae9a23859fec837944cd00ab9bf6b56501f4ddbbdfc83c3f8aab52d23f61 DIST amd64-bin-libreoffice-java-4.2.6.3.xd3 23364027 SHA256 eacd3153618b3a14b91b06a9d84fec990c9905d38ad38ea2c616288b069d3b45 SHA512 597c96427ed8bf6a896f33ca36d6e9a7e08a8070357bbde0f14ddc99cbeb979c031edf6f60d0a0ee140837bb4a2d4277c331b5319e3675f92055c320a2a7a26c WHIRLPOOL 4e081c6380d567368e4ce6a2a512d7ff2995e110960c34595db85d8e82d2097d3b518ce9a310146f19f9d475bd8b6565d43e0d2bc05e76b1990da0a37a758546 -DIST amd64-bin-libreoffice-kde-4.2.5.2.xd3 7094544 SHA256 7d2f4fae28e9dc782a34ea384ccccbd7f2a71ab954cc78dcddec9c4509230906 SHA512 084dbaf15a79d112868906f875e804ae58c632c57b5d178636666064bfc1a2e347b2b24062ec982a7b5f802aba36fd3f7da7dec6b07ee87ef90706e395a39caa WHIRLPOOL 80e8d013a16501697ad96af62725da8e4e4e8965e6ddf8fd33d86c8a0f7b65bd0b6b566f89aa7e1c44174f9f4f88df953e27edbc976eebc32abd2554518fafe3 DIST amd64-bin-libreoffice-kde-4.2.6.3-r1.xd3 7541828 SHA256 9b380be7c651cecd8c5067eb268ff94b068e50dada76d541b582c0bcb4d2c30d SHA512 466a9b97ea3d9d49f91b80752b030718b32117f28b7e5a68613e1f4f72f44641026c3bf20e8fa89695a5e150b752906a0a1a8605d925d13496dbd69a908c5a1e WHIRLPOOL 217c41173a6e88a02b28f379d30546c87bcf3fb1d351d8ac13ee8b2870f391a1a17ec1962ea4a988449cd698b4ae7d4f5ac8f40b046e7a6f584b17af7ffb942e DIST amd64-bin-libreoffice-kde-4.2.6.3.xd3 8195421 SHA256 7bf461d883c2d72a6160c7f86edb5ec560b79f648d0efbb129ac2fb239b6be1c SHA512 0434d22f08a34a0143800e4673b281a76273212d7ee3e5a0d8b53712bd447975a397fca0bd656c28ed0b44d0a4d7ea8a0f2cc4246f6ac6ec025dfd5324684136 WHIRLPOOL c83e26fa93507f188d692d0a78c8378960ce1b4316ab53260dd193a92ea6c60f4ab058ccf6bff1a0a3717eb59fbab02ee329e3cde99695d2562043e864f9bc1c -DIST amd64-bin-libreoffice-kde-java-4.2.5.2.xd3 22515791 SHA256 c9ac56cdeeb532b0a4f5bd3e09ccc02f1722702aecce10088d519c2ee9dddad2 SHA512 d062de707ee33227f670e86c8d20863f53430dc1d1e70f610d2a5b1b3cd373b0d8f987aea627829677064f85e1522b57ab2402950b6387058ef75a87d6113414 WHIRLPOOL d60bde1796cdd9b37081cf86c6f6b8ee8dc77005e32a150c550c45ad0c9c1f33a99d84d873fb741bde343265fc820aee24ab952f1acaa8825796c749c1e92961 DIST amd64-bin-libreoffice-kde-java-4.2.6.3-r1.xd3 22696460 SHA256 7f1686fc5aab08ef88bf15e5f73a267c188db2e6504ae7a272e8fe3f027aa718 SHA512 9af831f1b6f9955ef727f4bc303d4f8522e3a08c8cdb585b5c55de218e6336734014ee69bd31415945101b8d48e9a8cbd576fbc9ea5472880cc17606d2f59abd WHIRLPOOL e00e4acf89c29306419058cbb2418802ce75a4d38f645378383b28b7f0da77919fb9a5bc5dc7d3b0a312bdada84800ea56082a4fdf95bd3b83ae06b6eca47726 DIST amd64-bin-libreoffice-kde-java-4.2.6.3.xd3 23640280 SHA256 190e0660fe0498c35e545eb8c2a4338aac36ffba302baa72d12d2e314f1e7b1d SHA512 ef07d201c7db417bbcd81c47c1cfa59e9ebe01a29cdf254a0a319fa5507145423c97d4b7a52528bd3377d63cc21809f1ec9105b5f61b2b4743c3325f4d5301f0 WHIRLPOOL f8963c095a940ffe91637beb0a9f9c9ed4a364e2c9cdc922a3c8af51418a66613b5bcbb1ea684041fdca549b1f316f05a459cc6c93b4ab58e46889bba0ea44c9 -DIST x86-bin-libreoffice-4.2.5.2.tar.xz 71558168 SHA256 498c26a1c5408c510e26ffacca3d1cee2f9118d83ae8c16c81d224773ea4321e SHA512 a08929c35b9d105d9f60af0b3f2010bcc2a42c9f58117dd1e82b35f0fc18ffb57e55e31a5a904e77560f70243b44d33ca13266d51d3e813a78ec4fe655c3d569 WHIRLPOOL 8d3bead6af84142502b2e285daba8818b65809e8db1ef227871227e30ccb45f8cd08aa74fbcfe25c60b6c9ef77d0ba6d3072934337d44a468e1f73c47de9f8aa DIST x86-bin-libreoffice-4.2.6.3-r1.tar.xz 71522164 SHA256 48cf99a0215ceff68b50030ca747467353f49c43126bf3d21e118d2a776d3cc4 SHA512 611337bbcebadd50ed643ff9ca3fff07b28541d062616461fdaa60932473ffb5fdc9e9eef3b1354be43d47cb40391b9178eec7d2e9852b12914d4f592c47036e WHIRLPOOL d1ea874e156c53b4904a2623ba29f617d34e880966df67757ee41b4c1ed2b3a748193848d6a0b2168b62dc6a71b8ce44581c400384d1714f48549f27f1ea9397 DIST x86-bin-libreoffice-4.2.6.3.tar.xz 71563148 SHA256 105c5a8750ea183ec37f5909e92840bb4ab04dc2d02b7c1b2e63b44a1f9aac21 SHA512 d4fafd8d57255e0b61775b5ffe83b6345c9b88c11098285f55acd363dc08dcb6bf44ac16b49bde0d4bf477c3e60f87410d676049ef3453fffd0f600d01f74241 WHIRLPOOL 68eee8fb0003677379260359e5f5e8d9f073576c922696c9d56ed091bca7fdc8a9834a18f330779422aa39762af0d00c557593e9723d639c96c434e71f91fe10 -DIST x86-bin-libreoffice-gnome-4.2.5.2.xd3 395149 SHA256 86ba8ed9010b882c259e0764936b78bbec9b53e13716a6c5997948bf862ffcfc SHA512 e7dbee58db2d54c664547199b3c570c298bd6fd395903a6c743d00faed1d1de928e3b1aac9d59097ff5c94b4b9f2dab524377c8bdd6b53724086eb533eb1e9b4 WHIRLPOOL 655d3d1cddb4b4aef35c0d06a0bb69c32ac761ba0df7af3aec4cb4dea3f4cd240ebc5f4bc3a049878f5348968cbea81c7e28bfd71b41879be85d694a336ffc37 DIST x86-bin-libreoffice-gnome-4.2.6.3-r1.xd3 394269 SHA256 a1e9157e8c393478138996567a90c21847d49d62f00ed0b06c921193d3a269f4 SHA512 308b3fc55f0c7ca2468c49dd003d23b4d0a3ae13a32c32e17bed2c32456743bbee4acf430fc8f143707c2c5b3e4afc6b6271cc23dfc8d88bd8a13939cda2ab1e WHIRLPOOL 5cfb34d2181a36cf2fe4eb7571a589e8b76ed81884fdaec4f4e5d4d894b6d9ad924e6b7a0043fba04757c836809f79bf560c2b4b4db2ac4fd8f7119a286c530b DIST x86-bin-libreoffice-gnome-4.2.6.3.xd3 396292 SHA256 598ca8fc9aa3e7d32d409627828162e437ce9bbeedef33e7cf6b2f96414fbe06 SHA512 17192c5b0b1d9ab75690ed8dcbc9a45a5fb6a8a962e87ceecd65ba26708906fa1b4ecc97b858968aa547bb8c50115d320c7855d48602aed9740e90febe7e77b6 WHIRLPOOL 687d102039e4ccf8f1b2315e3ea208aa1d0d68f51782ce90e50dc0f9bf09bb6e3dd1a4b161d41724a2e4c09fc446097ff63ec473d5bc7199b5bc11796999cfd1 -DIST x86-bin-libreoffice-gnome-java-4.2.5.2.xd3 23016294 SHA256 14a1c383fd55f2fefd62f632cdc5cabfc4b9f025317b45e6e1d7036b1c927352 SHA512 149df4cde1ce0522e43e98e6f5f88d3913175495ca93a1d186ab62d00e760c747aa704ac05b02abb132909c36fb87683f1f5f0187f25491684c653ea9d7def5c WHIRLPOOL 413eb97e4728aa82e447410eeed7b494482b04c553d9772aac55ddea6b6068b74c00c166c297fdcd4174247c9f301f6c59438e978a0063f06b2696c5c4d04ac4 DIST x86-bin-libreoffice-gnome-java-4.2.6.3-r1.xd3 20568013 SHA256 984cdfd9d815c3137504c471882d18c6daf6033cb4e3ae3f722069819d75ab7a SHA512 2284a4393e49b26bf84847c7f999738a2c5ee57a0854ed2b5fa34f49d14f20e5246dc9bfb9837dc8b2d904777b71ef7baee6cee81149d74176a431c600055d26 WHIRLPOOL a18b12ffcacbb67c43289fc748f5180030fd2e3b0978f40536d94bbb6571e310aed5470067138922e27051a6795942b784c6932cdcf62c114a737e0c62ad3bbd DIST x86-bin-libreoffice-gnome-java-4.2.6.3.xd3 21473701 SHA256 87cff8db68468001c6324612acb4761cf94cab612ab681c7441767308dbfb80a SHA512 3a72064ec45439ee8744f0ca4e8830bbe691e00cf750bc70d258efc14bf98239ed307f596ba6d24b1068bb7bc9f5176eb48b5650b35aa914875fc9069fbf61c2 WHIRLPOOL e061b030fa765aaad115115b239f79bfb35c608afaec25e5e14df477f63e74e3ca0795f28baf8a459c5c9f0a44b33daa8c5b25900752b10d161a7bdbcea0960c -DIST x86-bin-libreoffice-java-4.2.5.2.xd3 20719209 SHA256 30c99fc9661137a8dc8d02331c1b58329228d7760cd13953a18593b98c36dc72 SHA512 d064b01f9ed019225ddead894aa95a715a22550480b8636141af08f091b7d3f61220d89e54bff350b09ff5c5455c5ae0afaff784db796f2a4e875623e40952f5 WHIRLPOOL 5d3e0dcf11615cbc10b19dc3ef00de6cfa4fa8c3b32b089c850b5b1699cac882492bda571bef45e62d6a849e13935789b693c7fd49efbacfb83989d131d4ba77 DIST x86-bin-libreoffice-java-4.2.6.3-r1.xd3 20201416 SHA256 36eb730982d752ad4c8bbf8693eaf7553eac5f85f32d2d12ff0101e5661a597f SHA512 6bad0e82f4686f8930566141278d401e4fce0f9552fb0dc29771f093a61cbba8aaca4e52054498092c17c93e38234bb2b36a45da1866e491060244d221f5cd1c WHIRLPOOL fa649688d849c6ec3faf003ea7987e3ad76819183dd723352d9fefccd607269aa4c0263a6c1a0083bab87c32c749d9c1a389c0d065ac490e41c844ab665a5e1f DIST x86-bin-libreoffice-java-4.2.6.3.xd3 20205750 SHA256 4959c7e1d1fafb034d467fd1fb6638e86e89044b00d09e68c96ffc276cb1e1b7 SHA512 e751ff77ac8e93c5b0df754a5bb1edc5288400afee60e3fdc46d9ba981ecbd2091f7a5d3cea6c1047bf27c2c5761c0b7c6c184a53d42f54de1d6a627dfd87e75 WHIRLPOOL 81d685afb6ad670bf1c3ea337f79ebe1cb4b8ed753ad9d89731bb7378b028ed5451a8bd750f241026782793f739a9978b106a1046e586a734fdadd3b51a4c098 -DIST x86-bin-libreoffice-kde-4.2.5.2.xd3 6422120 SHA256 735eb123bb31cff74451c133ab27815c1732152921addb14767e6f2d675b8133 SHA512 d1a7b5415e1c93244379bd5779062d8280ccde74c334bb08c8973923e449a0aaeaf316f112b05994e8c7dab5f5504fb6367a61812099555061a885dbab1270e8 WHIRLPOOL 55bc256b0dead49f0c8f1d2195186f3d981acd9e4b89a851df23fbaec48b00f882f05374aa7903660731d029bb9a1157e6bb08f4dd3bfe3e2b69978455ae3571 DIST x86-bin-libreoffice-kde-4.2.6.3-r1.xd3 5368343 SHA256 d74078ad35a2f46cf4dba7b7ac3a028ba9566a90475985a2890ca60b38ccdb5f SHA512 470b7df5ec058212b1ba446928cd1ab2f34fe1129567a9c3016cfe8591b743b181c775eb73b14bdd4646cbbc3d95c4083a3df29394c3b36cd7e252fd7429d13f WHIRLPOOL 54646ddbf464cba4ffd87b25f8fbc3368033abef84d62c09f001a76c67e173db0396b42fc2aba552c879e5bbd14cdd70e6bd90acf08e6cba69f4a2d6a5022d49 DIST x86-bin-libreoffice-kde-4.2.6.3.xd3 5255447 SHA256 12ae94fb64cc9ad8ce38a4004cbb04a8c61ba966a27b27ce725bad5342567608 SHA512 747be29f176a7c452121267cd2f68981ba5101e83018b1a3d739b4ad8d9e94e852d4ffdd77f5ec58fe220f580c9bc2b77aa0e33f7727a95755ab764352704d63 WHIRLPOOL 8b0714e2be8ad30b0ecc813f557c4f1d285db9a4f10f8286d9431e63f0d60263278b0dd1826bb2fe291c8181307c740bfbed508607560f9a1d7d59d2848c57af -DIST x86-bin-libreoffice-kde-java-4.2.5.2.xd3 20811408 SHA256 5600de965d2dbdf59e1554b00e3c551ec6b7ee821b42dec1272b699c8631496d SHA512 67ea9933df43ac62597f3cd921e488aed2bf1cd87178c9e3fc19466d50c5af23aa22300218b6acba4aec5a394056f9519517fdd5ce1edffda0d43df4800c7ae6 WHIRLPOOL 20bf4bdad93926ca126be227c77777105e0dc393e929acdfe92609d479b02ca5f0d2edca05e44ab06ee0f3ae7477741d9bcfd0f35205408c63da4c7fe7a6ae51 DIST x86-bin-libreoffice-kde-java-4.2.6.3-r1.xd3 20285423 SHA256 4a2a4b8e65f4c4153df400aa239371a82a2feb1d2e398cd9f65e26dff95f0089 SHA512 1eac644b0b8e2d8a5d8d462b2ccd44fea5067d3fc5f74935ccbd2ecd2d6189ed38a28760a65f5fcd84eb4748ff853935d7b2306be14a8caa12bcecac4d260cca WHIRLPOOL 0eec2f839a924340e194d87b1ec515f8b44450b65399f857bb7118a742072e01c649564ad0258e55dc9aa1cf463acdff59df1a4900a0ca19d182d4b5ac45b9d5 DIST x86-bin-libreoffice-kde-java-4.2.6.3.xd3 20297950 SHA256 602def99da43ea3f2fe6514bf611ece13df605f3c7a6cb1bbeede0f5981f2e73 SHA512 9d8aef3dc1c71ca28ddee428b09324f1ca49a8d5afb650b834b552c4d56581b917b98bb705dcb67d48edb955892804ea48a70517031aa87e4e661aed5d5374bd WHIRLPOOL 00befca3b01a741a99383aa2181e87e8471fa9a538eb2d66ed124ac36b87661860bacfa5b7daafb293a9194bc7105da1f3c7f63725a407b3257735c426e33af9 diff --git a/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild deleted file mode 100644 index e4e302a77962..000000000000 --- a/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild +++ /dev/null @@ -1,230 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.5.2.ebuild,v 1.15 2014/09/14 09:10:37 dilfridge Exp $ - -EAPI=5 - -KDE_REQUIRED="optional" -CMAKE_REQUIRED="never" - -BASE_PACKAGENAME="bin" -BASE_AMD64_URI="http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-${BASE_PACKAGENAME}-" -BASE_X86_URI="http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-${BASE_PACKAGENAME}-" - -PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) -PYTHON_REQ_USE="threads,xml" - -inherit kde4-base java-pkg-opt-2 python-single-r1 pax-utils prefix versionator - -DESCRIPTION="LibreOffice, a full office productivity suite. Binary package" -HOMEPAGE="http://www.libreoffice.org" -SRC_URI_AMD64=" - ${BASE_AMD64_URI}libreoffice-${PVR}.tar.xz - kde? ( - !java? ( ${BASE_AMD64_URI}libreoffice-kde-${PVR}.xd3 ) - java? ( ${BASE_AMD64_URI}libreoffice-kde-java-${PVR}.xd3 ) - ) - gnome? ( - !java? ( ${BASE_AMD64_URI}libreoffice-gnome-${PVR}.xd3 ) - java? ( ${BASE_AMD64_URI}libreoffice-gnome-java-${PVR}.xd3 ) - ) - !kde? ( !gnome? ( - java? ( ${BASE_AMD64_URI}libreoffice-java-${PVR}.xd3 ) - ) ) -" -SRC_URI_X86=" - ${BASE_X86_URI}libreoffice-${PVR}.tar.xz - kde? ( - !java? ( ${BASE_X86_URI}libreoffice-kde-${PVR}.xd3 ) - java? ( ${BASE_X86_URI}libreoffice-kde-java-${PVR}.xd3 ) - ) - gnome? ( - !java? ( ${BASE_X86_URI}libreoffice-gnome-${PVR}.xd3 ) - java? ( ${BASE_X86_URI}libreoffice-gnome-java-${PVR}.xd3 ) - ) - !kde? ( !gnome? ( - java? ( ${BASE_X86_URI}libreoffice-java-${PVR}.xd3 ) - ) ) -" - -SRC_URI=" - amd64? ( ${SRC_URI_AMD64} ) - x86? ( ${SRC_URI_X86} ) -" - -IUSE="gnome java kde" -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="-* amd64 x86" - -BIN_COMMON_DEPEND=" - =app-text/libexttextcat-3.4* - =app-text/libmwaw-0.2* - app-text/poppler:0/44 - dev-libs/boost:0/1.52 - dev-libs/icu:0/52 - =media-gfx/graphite2-1.2* - media-libs/harfbuzz:0/0.9.18[icu] - media-libs/libpng:0/16 - >=sys-libs/glibc-2.17 - virtual/jpeg:62 - kde? ( >=kde-base/kdelibs-4.12.5-r1:4 >=dev-qt/qtcore-4.8.5-r1:4 ) -" - -# PLEASE place any restrictions that are specific to the binary builds -# into the BIN_COMMON_DEPEND block above. -# All dependencies below this point should remain identical to those in -# the source ebuilds. - -COMMON_DEPEND=" - ${BIN_COMMON_DEPEND} - ${PYTHON_DEPS} - app-arch/zip - app-arch/unzip - >=app-text/hunspell-1.3.2-r3 - app-text/mythes - =app-text/libabw-0.0* - >=app-text/libexttextcat-3.2 - =app-text/libebook-0.0* - =app-text/libetonyek-0.0* - app-text/liblangtag - =app-text/libmspub-0.0* - =app-text/libmwaw-0.2* - =app-text/libodfgen-0.0* - app-text/libwpd:0.9[tools] - app-text/libwpg:0.2 - =app-text/libwps-0.2* - >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] - >=dev-cpp/clucene-2.3.3.4-r2 - dev-cpp/libcmis:0.4 - dev-db/unixODBC - >=dev-libs/boost-1.46:= - dev-libs/expat - >=dev-libs/hyphen-2.7.1 - >=dev-libs/icu-4.8.1.1:= - >=dev-libs/libatomic_ops-7.2d - =dev-libs/liborcus-0.5* - >=dev-libs/nspr-4.8.8 - >=dev-libs/nss-3.12.9 - >=dev-lang/perl-5.0 - >=dev-libs/openssl-1.0.0d - >=dev-libs/redland-1.0.16 - media-gfx/graphite2 - >=media-libs/fontconfig-2.8.0 - media-libs/freetype:2 - >=media-libs/harfbuzz-0.9.18:=[icu(+)] - media-libs/lcms:2 - >=media-libs/libpng-1.4 - =media-libs/libcdr-0.0* - =media-libs/libfreehand-0.0* - =media-libs/libvisio-0.0* - >=net-misc/curl-7.21.4 - 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 - net-print/cups - >=dev-libs/dbus-glib-0.92 - gnome? ( gnome-extra/evolution-data-server ) - gnome? ( gnome-base/gconf:2 ) - x11-libs/gdk-pixbuf[X] - >=x11-libs/gtk+-2.24:2 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - virtual/glu - virtual/opengl - net-libs/neon -" - -RDEPEND="${COMMON_DEPEND} - !app-office/libreoffice - !=virtual/jre-1.6 ) -" - -PDEPEND=" - =app-office/libreoffice-l10n-${PV}* -" - -DEPEND="dev-util/xdelta:3" - -# only one flavor at a time -REQUIRED_USE="kde? ( !gnome ) gnome? ( !kde )" - -RESTRICT="test strip" - -S="${WORKDIR}" - -PYTHON_UPDATER_IGNORE="1" - -pkg_pretend() { - [[ $(gcc-major-version) -lt 4 ]] || \ - ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \ - && die "Sorry, but gcc-4.4 and earlier won't work for libreoffice-bin package (see bug #387515)." -} - -pkg_setup() { - kde4-base_pkg_setup -} - -src_unpack() { - einfo "Uncompressing distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" - xz -cd "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar.xz" > "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die - - local patchname - use kde && patchname="-kde" - use gnome && patchname="-gnome" - use java && patchname="${patchname}-java" - - if [ -n "${patchname}" ]; then - einfo "Patching distfile ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar using ${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" - xdelta3 -d -s "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" "${DISTDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice${patchname}-${PVR}.xd3" "${WORKDIR}/tmpdist.tar" || die - mv "${WORKDIR}/tmpdist.tar" "${WORKDIR}/${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" || die - fi - - einfo "Unpacking new ${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" - unpack "./${ARCH}-${BASE_PACKAGENAME}-libreoffice-${PVR}.tar" -} - -src_prepare() { - cp "${FILESDIR}"/50-${PN} "${T}" - eprefixify "${T}"/50-${PN} -} - -src_configure() { :; } - -src_compile() { :; } - -src_install() { - dodir /usr - cp -aR "${S}"/usr/* "${ED}"/usr/ - - # prevent revdep-rebuild from attempting to rebuild all the time - insinto /etc/revdep-rebuild && doins "${T}/50-${PN}" -} - -pkg_preinst() { - # Cache updates - all handled by kde eclass for all environments - kde4-base_pkg_preinst -} - -pkg_postinst() { - kde4-base_pkg_postinst - - pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin - pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/unopkg.bin - - 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 -} diff --git a/app-office/libreoffice-bin/libreoffice-bin-4.2.6.3.ebuild b/app-office/libreoffice-bin/libreoffice-bin-4.2.6.3.ebuild index 3c1f6784808d..6f45691c61d1 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-4.2.6.3.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-4.2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.6.3.ebuild,v 1.11 2014/09/18 10:10:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-4.2.6.3.ebuild,v 1.12 2014/09/19 08:35:17 ago Exp $ EAPI=5 @@ -55,7 +55,7 @@ SRC_URI=" IUSE="gnome java kde" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" BIN_COMMON_DEPEND=" =app-text/libexttextcat-3.4* diff --git a/app-office/libreoffice-l10n/Manifest b/app-office/libreoffice-l10n/Manifest index 93a028e6ec7a..381cd4dba91d 100644 --- a/app-office/libreoffice-l10n/Manifest +++ b/app-office/libreoffice-l10n/Manifest @@ -1,170 +1,3 @@ -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_am.tar.gz 7068342 SHA256 2c0377d058504cd4de8a306654898211b92b09ab5d06b8ab6a8197ad649844b1 SHA512 bea2a48c9723d82ef10a1ed2d5d79dedac27deb3a560a8947375a0796fd1f8ee812950ef81053c578ffa4ec8af20e8557802367fdb0cf3d553f4fcf83c8869aa WHIRLPOOL c92ab50b91aa7d181239e414b8514b0167197ca118d4d48ddb16172ba6671f1564bc820f1089df7fa758e68e00dd20c42a1858892db9d7796fd3a207c5f721c0 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_ast.tar.gz 7987203 SHA256 4cc5cb6bc406c2b41b3ca6f9390b80cc48613e741f853a8be0ec03fb2a5f9c1d SHA512 4e42a6ff47215d2c5708ec3e85e455b373029c225e67b6eb958c7d87f15853acfd99b625379f483da163b10889a7465613f2ecbdbe1d5ae0bd12a2e128660f2f WHIRLPOOL 4e86c469d581dacc21bd394a0fa24ee16e4c075dbd4ae80a8f9e93169e6227f0e288f0c94ec5488feab48d435ec249f3582ca70207248a4ad77ef2f73314606f -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_bg.tar.gz 8233698 SHA256 691809394119698af67c78164d8d5c89c5d00bafab44f67114405e6695c9caab SHA512 f6414ed3601c58c67a662690c73725b5d935375f438886fa2899d5242949556716eb631ca47fcd10e5227463f5da09496afa96846588a6c285380b9fe71e4dc1 WHIRLPOOL f57d5a8ee477f58ff26006a8b1af129f786057f9ca53f59082dc9a155b5159497c2aadbfa96178dfcb5f3b11cc597a8fc1516b28c51c9e7f3c04cf7a4e5daaa0 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_bn-IN.tar.gz 9829496 SHA256 bb36f46415b30bb4d97731acdabce92955f17e4a43da252ec695af3f40fc3bc8 SHA512 633087ffa036b44c3f726441e285567fb6da549c5d92b4a587bd094b3973c851126d0ae715527c545ba92d11912511ce3b8fab04cf333c70616f99aa1103f4f6 WHIRLPOOL 4b707c7f79e420f0f1e18eec1d7645a5a53fb38089b5d05e317f0229f4a0e7a048200f8da532ec48d23cbe541ca9b1c3d80b6aaa0a465e728723b76b8e0dc5d7 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_bn.tar.gz 9829601 SHA256 93388dadd31fb559a4f23d06d5ae133d3e31b14bfa2f88157d8085a19e404d32 SHA512 17dd067b39c9e9a1c37516aa99286c77a8b1cd0d3f17304fa6158b31c4e397d5be7b22b809910cb1bb1121f06619c5a7b1f2419d03f2f6f131e60d8d9adc37f7 WHIRLPOOL 45c0fc84cc0eb7cf6cfcf63a612edd59f15265ef0ef0b091e9522c184df85286bf4509784e21e04870d8a40fefcff5dec327226d573598697496e2fb70830b83 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_bo.tar.gz 9492958 SHA256 ee7d96fbdb3d95520d9f2a830f1ec9d3d4e3fc8d2d798190a6e04c0e54006dd4 SHA512 ca88f9f4f0b5e48438042282273872a16adb765d3688ba54c4bd18f997ff2b3886c995fe1c1f2e92bc4a74e95d6562cdff165ac5cf76ee7346c2ef7ac979f0e9 WHIRLPOOL 6a902cf579a2fec96e6e8a01680e193338f9f11975bea7a70fe351ff9a7c279fe1397ddeef3f36cb481b6db3058147275e33ef1fe0c72b1a2e1da54a650d2680 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_bs.tar.gz 7082590 SHA256 654cfc2e8dbd3b216e6fd83e39ca55be7ac553555c03ba71411b0a7a080d9c2c SHA512 666fc82471dd4d8e0b1ac868f928704ae36336e0846bc5b9baecbd782345c1993dc8fba91e3ae261b5b4209655943f3ef6e46913b197085e659621d28c8e5db6 WHIRLPOOL ec03157e23581d5a5d96a84855177ecf8cfb24f4529e0fde29bf66991302e365acb036997a406cef756044a742519de631f35d1b412337831740fc852c8d3586 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_ca-valencia.tar.gz 7859046 SHA256 0c7f1e0772831be2c3b0085d298d93dddf6fca14b2fa26ab3103b8fe5efb0a85 SHA512 5fc4f90f87e13595d78635571ce538af1c35f7dd6b5930b2482dc6121c116e89dc6effe4b87101421dd33c0b7f50bfc670feeafd02525d977065f3a8b5b1e2f0 WHIRLPOOL 4aa06d6359e73a9b7a89a22c25d4535037aa0c329b45a963683663cc6a108ce017e7078a9601e3d357ee2b1084bba5f5a209f93f93fff3eff1ffd07c3a207c13 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_ca.tar.gz 7860876 SHA256 d1f23784ce1fcc72279d85aa22149900a813045218bc88e031ea88cce9f6bd41 SHA512 bacfdfeb968532d032624772f3d6282dfb0549d527342becb8411e07661ae4c8e0ff27731bf3f364b098850210a3cd84248d85bffce06bcd323e699fe5f58f9a WHIRLPOOL 1c69c6eca987736a4f9ac018cbd600cbf9b6aeb6b05fa9d18bce678422c6ce2db4fecd2e2d87aa0fb6b4c3038f9b446f5143db2c89f42f7b6ab4b44d6044deb3 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_cs.tar.gz 7493804 SHA256 950074edad5e0b97b17477c658d0c00bc053f10a307c56167bcc24b3b2006364 SHA512 6125e783cab60da51ea1550b26e0444c1bdad03e6f7fd765c83b2bd32d81590f252b006693cf6ff9f09d25bfef6aba75862d08104aaa90d3c963fa4177efc8dc WHIRLPOOL cf90faa5be8f3a1aae8815235fb8c3278a98fb6767eba4d4fd50208f66ad4117edcc399add3d513efec5028edf2e67f80b1a5bc04f1b5c14ea76a8002848bc9f -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_da.tar.gz 7496694 SHA256 18a6c0006134afa1b5304f4e9f3005ce021187cc2f4e9386a4f7c722def492fe SHA512 63e7dc8a57b97ebdc3dd1d0b157f0f71d7c090f10d4b163f223c5e50b94f98e4041d158e9112231a2912205ab28c837b3c21d625986c4184640f87ceb1e5b953 WHIRLPOOL b4b1c92c9e0bb9e8af15974b85c76040bb2eebf9c755b17a5bd45f13c4f34df5fea4fcfef9cffe581999b68c89178ce38161ffa1ae203c4a0cfa48cb62673359 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_de.tar.gz 8048594 SHA256 dd74491a6cf4d4b87665fa4c178ebc57df2add19347b6c514adecd79be494adb SHA512 a40ebab386255915a220f99def70b3203009aa9dd9c468f064a8c402fc1b917adaa64d5e2c7dc5bdb20f005166562c39cb999281a05f3c9e0df60af800497d6d WHIRLPOOL 67d97129255bd3a3f8b95ee67aebdab0094a237732b767241920748388d0f407126d012a7dc42c7da2332dfede4ea48460f63944f05909752269879ab9bbb3ff -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_dz.tar.gz 10417647 SHA256 ac275a7be527fdfe988e1f36e1c2414003ebbc4c7c8db2864b726da7f39ae6c1 SHA512 4c3327bb188b1a9c8246d8c6a1ab938dca8bfd7922093af76c92e2de38fd10126bb0bf974a8fe96f546800f423644a88bdac98c60e71372c2a69aa4bc153e3b1 WHIRLPOOL ea2dfa258673d4e4781245c9aac8dd30b7f8ae7454a0889424c4bbce5eb12b24e75f1827e924d5a4b6e9a1b85ea51aa87f2760f576fb98fb4e92e3a3c96fd660 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_el.tar.gz 8873602 SHA256 238b6a2f7c4f0f40996bc4e5f8e8b22d6331baadc94deb4ca22ab9dc4bf3ca84 SHA512 dbf5b46bd254909633cbc740a22e2382628fd50a1687f2ac5cf3af4a6039ba1adf141361e64a8638b82c77c67e29e09c3cd2903be2d4c8428a90fe7fd8c5873d WHIRLPOOL 67eb98b9ae1a8a45215c317f28e4ebc42c079ec821f0746d7a6ec527222c790ae94de9edef58851184af7773f1705754acd44828c151a177d7d6cce1de4871f5 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_en-GB.tar.gz 6383874 SHA256 659664136ddbfabca735491be7ec4147e3e20edfbbf7df21e8c1b5b9846f9d6a SHA512 9d26607e4fff012264ceb559aabc57ee7f1e48da238959cbf199a4008d4d07b02a39ea7a043aa1da5cb56160b62f285952842973785ae7d4e18a9aa787588fd8 WHIRLPOOL 35d5492abb4ddd9076af48ee2b1da888c6a780252546a1b6916edc06a2d5d983cdf0d72421097f0c5f48e755e567e9ccc036814baa47f0167ee8c82a9fd06c66 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_en-US.tar.gz 6422373 SHA256 55ad0510cabeff22865702abccbffde9de5c94ae3c69e986206434288d26432b SHA512 1a634fca218ab30ab8b840edad31902dcdd5d877a348c4140d4ba63c9174c9b1b71680acb2281a5b30d5c444451c417b8c44e72b95b7aeda7458da31f64b0398 WHIRLPOOL aac03c303bffffb7482e54feeee967df9be1e5280d6229a2e1ff2d0e339ecdd5ada5edd5d2cb8e474c0dbf8fc4aead00f8ec7967b0fb1c8f3cb8496c783f098f -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_en-ZA.tar.gz 6362705 SHA256 cc0d15b884eb8f6c07bb082d4856fe4df4afef88fc3c25adc466876d4d8dd89c SHA512 3f9bd899cf6ea5a949a820bd5a9e798ad47bb6d2a6862eb6423eaf3334c3703b698bf341b3e37c3eb31c8e84d5ebb74846d1411dd135d18fc21d3b220cc91867 WHIRLPOOL 6ba33995dc5120d6cbbea6307419b6f8e4819651546ac19795f152cc31759ba0bbee695e42f8f8605abf21357a7f7f0f7b2775c3d415c94f97d1ef296fc3113b -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_eo.tar.gz 6912939 SHA256 11f52eef3efcf0113b5ea8ffe2aab787c3b54464ab6992e4a13ec74c73245dd2 SHA512 3469a6cc0e601aeaaa9bc1a5753e50af3435abcc541bfbb566b07f296936849ed0c3f8fa7879d45d2e252b7f030a43502536d1714441993673f36cfdf13f1bb7 WHIRLPOOL 0566dfe085500d58c62ab7007e3a86cc54221748888958808822748bdac853d85b28e6b94264f75516c0d8b75421a37cf3da1b47123e68fe3c748f50affe9916 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_es.tar.gz 7934500 SHA256 4c857ecf3894ed3eb260f1f48d2fce8653ce58c02308f8fcdac0c6f1783085a0 SHA512 86304d58d77e497fba83324fb0a15ee029bf351963d8b78bf05cb9b49de82d92cafb1f306555a0a41787083fdcf751bf3c3200a070777f0152242939641ed301 WHIRLPOOL 52f078d5744dfaa0c26124f77cde7ae40f0cf6c8860a76474ca3842986011ec6dfb9153904b26c03db855b48ded29e592b299752e971e9af1c0ff992e03e4806 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_et.tar.gz 7425296 SHA256 1b4db9c2412214496b4717e87b1d93e90c1d92c8a279a7a975572cf6965453d5 SHA512 a845b6dbdc2f2342ad659f28492f0ea4a192c35059f0d07c572b17cdf00535595d0979366a643b0bf2857ba491e614a1f3723659116cd1dfa024681344b1111f WHIRLPOOL fa9964ac20d0af5373ff84bb3c0b73720bfc5ba40080b9edbfbacf8b1cc1a6d36f43f703dbc37a7d1a6180cca3a326a229e872dc0dc83b30e0544fe02c934b56 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_eu.tar.gz 7545974 SHA256 417b8b041c1847e7351081861b8ca3ee48f67f3a7d255c4e41de608a48946cfa SHA512 bc71a9a62fd6bad076dd796477acfbd8ae6d6fd35f73cf05666fa401d96d78d99f272e2ef9203bc9db141429db7871aee88f23c0e50f29d15d8a53f3398b2c63 WHIRLPOOL 0a0d8ecb99e69ca4e4386c1ea9bcb5f119ff5ebddee626515838726d7c025dde7e8983165f8cd6381aee20eeffbf14656cd51a56fafab4f4013086ebf322ae55 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_fi.tar.gz 7664104 SHA256 6ce4fe572c00a6278ca248c65e3f755caeaf28d964a6ef6074d8f44d24794457 SHA512 6b595eabf9c17d5fde453db7b1fa1d6970ff04726e32077bcb4e583fbddec54363d69bbc494e9e350a46293a9c2b052112368e6a86a8cc6d199a6fd3b2ed3b4a WHIRLPOOL a2782b5d0a67533feeff3c092539a0a5733bb6deae09a99a65f6f0ef1c861dacf647624e72e0dfcf21c382296e970feb2cab6c70b140c0414082119269e214c7 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_fr.tar.gz 8080770 SHA256 ecc84ff5b63535fad9de7dd34ed8d06f071c144898634ddf519be5f534f782fd SHA512 c8ac01f08133ae24d696d240c1d2769d7a8e88c5047dc00e5f2379cb73b072ed101b53091601c201c1ce2599b2a1b591c4783db1607c4468b38cfb015b1200b9 WHIRLPOOL f9bd699d8d81ae6f906296661fff71ac53274ad14bd58c3cbdc2b07eed4044aaa81cc5b62d90238afa0ad06693e53006c87456be6a7a22e8db74ce00bbc2c1b3 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_gl.tar.gz 7465348 SHA256 8d517100da9534d33c7c0de166d19f7f3184927e03336efd1e6113922c74ee66 SHA512 eb68d2b1bae9312cf76a54b6603c04314793bf56b8469e892494991c2256aea62f6c10a51f47a2b05705d6052f501fac3c58eb49b57571fd71c1b68b6d85d729 WHIRLPOOL 13dd472ce6269c2671cb70bb77f0dcbfeea6a89a817a8891536f09ce606a1012839b6c53275477eee673b49aaf118e668b1e1b695826b2995ee5b692f3da9b75 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_gu.tar.gz 6586482 SHA256 da6b93118a04c2a75c4c153aa656656d9b994a10391a047ad28f402893c38612 SHA512 b5165049a480d3ed9b537327068dce2afe86908351d9c94ad7d68573816f1ffff98160608ef953a9d9ae94109a69a70ea0245a3aa004cdbcc0afad27bd3b48b0 WHIRLPOOL 80f3ed00bbc0efa29c8853983f161dab67027709a4e432421deb1035d325c3f4370a745586858a211cc70c171e56e5f5247d8b5f6f6a562a995f161c5338e684 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_he.tar.gz 6202828 SHA256 0b08b9791acf0ea08c11063b496dc73f5b7e0ed777dc710246cae331032b55d0 SHA512 7b3207211d76ac30aa2bffa381262373a97354a7202bcc04a751588575cca5afe91319cae7ade0c5b3e79053c046c419ee9a82931d6859270271ccd3e6203205 WHIRLPOOL 65a7babc0c5492cc30a3c7c2269adddc26d1988aa219b8c163ac7a24a4fe0a83a25176cce35ae38a99d26fe90ae7979405cd0b8ac99bae1fe1840e1b565b5ea8 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_hi.tar.gz 7281108 SHA256 40c0a6d3e60f302c5a652a04caa520b6f4d65803ff1022b2e7f7c9a5fe63c4f0 SHA512 3d816bd849efa2d3bfc69f1ef80fd00bafd9211cbd2e64cc47aa92adf3986802312739eaaa9c3a8ce629be378e47ea0d4032555dc76a7213552676666daaa285 WHIRLPOOL 118608bd98caee1cf160ceacbaf504b9c93bf016c112730b8bb910ceafcb7806f60757f5f20206ed507b9b512e4b094a9fef67a7f948474e216ece6defb3624c -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_hr.tar.gz 6750976 SHA256 728af9ec89cead35c18cde3322dd183ec6fd753e86bb1d58e5bb0ecdb3ff5e26 SHA512 93acb3f01da86cd41d0c1157df0fe61e89ea33817dd905ec19619a727e746e2b71eda1b8f6d602fabcfd6a24c736972a3c4d8ac55c3575fda000fe6c7ee2667b WHIRLPOOL 3e295eaecabf2734bba124beeea5bdcdd4f68a8df6f60d25c65fe29b493c6241da19ae44113aac2d5360c19e02eeac6b90c99a6ad3d372f54edb334296f2c1cb -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_hu.tar.gz 7919565 SHA256 60d431c286d969249d2a50994a54bb363ad9d5722837ff6f40a7b66818c95322 SHA512 f5a30b038bdf7d97788c6e00ab070da57fce03f73dd5be3028056f8bd6d40b508c1f890bb6e60f7718cadf169c1dffb5666a7d4b8c8d5a6fc01e4147657d9e41 WHIRLPOOL 4a54bda38c4fe0c11f725d5901a135fe691ea3dae280f8dde077e5c97f5eed058801c9816d627db1e258bd3688a16ddc60f3820444cfc6d059d5f1d9ed7e7236 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_id.tar.gz 6697896 SHA256 6d96e04ce1db780cbdd02f539541df22e8531242fd23820a7c35425b41e98ecd SHA512 ff4463e33c3891d3453be57429609fe79ad21ec44fa8614ce63bd05b7c4f5ab2879e82a99d1bffbb5727e212bbf3ba88fb3eea8c0f69cef9f187cf4074959156 WHIRLPOOL c6d25f8047803564250dfbde3a5f1ebca83aa45e373a13addae4dfc07d3110418e36bf547594a0f57a3c027a911c0a4c60e417e79aab92c9ec71d259ff98e319 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_is.tar.gz 6798821 SHA256 503bba39770130af0a65a7d965681f0013914d10784886eacf1c443e56d07c34 SHA512 5db6bb799a76efd4e0bceeba112f1c878e5cf3b6b4ddd25daee6c124b55db679901f7aceb24e36e0f4b6f68e32a70a9874f20f5ac0993d2b9d3fdf690b341523 WHIRLPOOL 7bbd67cdbad82118997c7f4a4c1d573aa97088b1739f21190567c2d2c8197fd57d06d805165a2e0e715740258c423e78037ddd7921a0267205e8441d1143c764 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_it.tar.gz 7841935 SHA256 94cb3f06a2ef2ab7a196475ee69ca25fd50b4fbf5557fac69f98f77fc2437da8 SHA512 218052f80674d229fa126cc9a6c2385559272971c3f3a9cbbb5efe138ca46e0b48505954a57681504848e11cbe89a974ce578678cfd3ae694fa5e708b54e89fe WHIRLPOOL d30e4db6a2724ceb584fbc4efa5c512e23f28137be68cbf20a1c81977af358f3821da1313e2b2cd116f4ef295ffe8670208afacc5982dab5daa3cf11797b43f6 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_ja.tar.gz 13462529 SHA256 71cb2beca4ec9889218e1a5b22e7abf15c00a7b3b307ec1ae7509297c1c82be4 SHA512 12180b330d37d622bf64b26f3d1ef48aefc00f9de32c5221a2ea21da3246853b2d9c47f1718d2ece6c4ef49bceb8616723d0aa904bbf23b7d693cae9ec0b7f62 WHIRLPOOL 05771b3f62e58634f22ea50a8086271b78ef2687a5c3d15bdfd62fa5e4df0985d97f99571b27349de7a0a529b434eec3582df293ea0c1f9868bcac7aa273b3bf -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_ka.tar.gz 7061212 SHA256 0aad9f9426c9bf5da2b13ef975f5f01edc24c6c813813d202cce2e6f5c834979 SHA512 235a56dcbd889b35f744dd066976b8be650e354cd0e8888f7e7e26bb9302e8d193a98b2acf0746eea95322d66a277a2de3c0796f688a935d47ea66ab9c6487c2 WHIRLPOOL d7fd6c5700e6e003f0da854f2a22f0a5767774992aa3f7802c220ec98a14ebb203600126130d34f76242b13a255a90650c68d49a587cc024212b41b0c884654e -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_km.tar.gz 10299541 SHA256 486a07de768c9594f416b07303f09d6ccfcc6e3ebabc42d555e6c46b0aad217a SHA512 663a5fa182f3359971572f5c73a454c5da6bd06420b69ee147f4ec34e10ca913eeafc82aac051ce18a73fd75d07b9c3e01c10d99e866084c6dc085bf932e6f62 WHIRLPOOL a7c5ccc9d9386012b1baa117b367500ef75f04de17039ebdfaabfc9de435c018bf014d9986b84431e48c466c76c2b13bd00c08239bd9fcb9d3307d06743e9737 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_ko.tar.gz 9262173 SHA256 bb261c1821b3538ec7c407422f8a231cf35f5a29cf68a082e62c1058f932dd3b SHA512 446a547739debcc500a8b2ff4dd5ec40159991376d6dcc9d59d6b84e7263cefcb033842e2ac4a0a72590f8302ec96b834d796a7f6e115aec78c6ee235d492ad9 WHIRLPOOL 3afe72908867bbf8266a88fd331ef310d833b02811c56e0156d1dc21f44d4ab3b2468b299eae2326baca523850b15430961a366d23ae2f5ba74d2ff39fb8c224 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_mk.tar.gz 7304313 SHA256 cf43af5a52626c298ffe18eec9851a611f3e5ca60fa3aae319e9ebc7655327d2 SHA512 a4b0d6f528d5b0431a43531d8211e76f7f49e9e2a6a84eecde8f573157247869bc8565fd06f976ab56851a8d36e9e879e68c78fc1c93eec3b4c27276370f56a8 WHIRLPOOL a24597d8d5820b4fbef8740c0a2112693b560848cbb609fb6362fd06ded68f4dcece9094acf0934466b3e3a766db6614d4cfa085d10b8abab747449495f87cfe -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_nb.tar.gz 7588574 SHA256 188869cc9a5063e09cdd97d792e9dba8eb927cb15af3d90839a9120e92ccea4f SHA512 fe0c0201afef79f34802d22b2d28f2dc5f2c5be0da7f5b3ebea9b31218525f6b93451f559f0d4af38b73c30bc1265e074b07d9efc032e4b2e8806b6c1d8bfafa WHIRLPOOL e5f5773183546ebaefa64c73fe1522d52797f17a630d9466d696b1798bf861618a8a975d10088264fbcf8891b8d5a3baa9db0c133c7de32561767843ad5fe251 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_ne.tar.gz 9878529 SHA256 b1c5f365b6285866901a2fe49a7fc5141e695a3c4fd1cbd099c384e8436826d5 SHA512 379056b63ea25214bb9b64bebf4aaae5be278a0f1f5d809caa068ff829f985ece9afdcae19135a58ae5bbfba52ed18cf5e420e0b4c2b532d4cdd7c7bf771786b WHIRLPOOL 8dab1deee7faa27f394cddf85d84f1736d3d64897d0a2c37ca4dcdc8c1eec13b55e61aaf4e56d884d88c73e10f8190abac14db8a8e446d09815739740c27aacf -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_nl.tar.gz 7670744 SHA256 b7d742cef8cba759b03d8648618820e8f2117668bdd8b58152e147a5e418d6e7 SHA512 6437d8c7ec3588f729771e07a4765981dc7e439505cda6d84569868d26624ec3f21fb8539ccec43fbfbafbd041f492010ac1712d300b5cb71f2f243dae41c3ba WHIRLPOOL 75ffdeaccd908a2763693941511fb017ad46339b5a938045a2576e89a6e3e1dc5ad2e9a92c3314238fe683bcce48dcfead3aaa2c4067d46e3a113999cc534622 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_nn.tar.gz 7511342 SHA256 4ee4deaf5e2c223896c1b36de43cb410f4840167fdd3507ed5f235c9b69d9927 SHA512 dd0ae10059475653fbf6a90f7c0fc2daf5d5af268779dbdb0ca639da3b22b6c92762fcac73fb0a5d50d17955738b6084463d2f2156bf96ec289bb846055aeff0 WHIRLPOOL 6fc3cff187110c2ce6f5d5e037525eb37c39deeac09ebeb7b0b2c845a4351ac96a9c38ecd9992c10e0261bb78c0d12248d1530af45d1c551c3cccda7e87afe9a -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_om.tar.gz 7923847 SHA256 26ca73e0fa9db18b237c54043402d29f60b87e0d3ac03dee0dc20d1b0255c4fa SHA512 888231f370a6d1a9035026f0b70471f619dda4324c8494798a98223fcba7ce1986378f40aafc6b93ee14818b1a51e22f98a21b746116ea4957fd96c43e304cfb WHIRLPOOL e56a7d9588d397ef2903f99c90a63b915472585a91a38994d9c9d5d4b91e71e092fe396540b0d474a86e016baa3785a74c6bd463166b1bab7b3ae592ab7bcfec -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_pl.tar.gz 7927710 SHA256 ff2777ad294667be15da1a695c177ca6e75a07862270ff0548f82650b3b34dc9 SHA512 2e6a07a460cd891aa4c21da236258d8e51b55eb78a7cb69577c2aff3291f55601b6821de5c9d0c0b14f69627a17b7e964357a39cb8e62ac2efa0509a90408858 WHIRLPOOL d4cb4f93666be752290a479edff9e60d3c15932f92c1c5879220bdaba7e5c22e77815034ce2016dad6d2f22662b7c87894e4261570684a1d350d00b053f4ceb0 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_pt-BR.tar.gz 7679139 SHA256 cc6de2abb53ee01f2ffc3e618c5769691a5aeacc27ce060a5b760e96994e78a2 SHA512 bd168c3cc6c3bf6537667b63c9cbaa200ae53c1a12e298936f69c152ef702d1f645ade8192511ec04e4e894fd8c3302f68f016b923ebe25a7f8b878aeb81caf1 WHIRLPOOL 8003539694f1d094c894fdb1e9cc17c1a2e6fadb38606cc02384030bd5d6528f3038014dd39f71f40084419a3e0a8ce9a55d750a9f1d5719b1138b3142b42a00 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_pt.tar.gz 7618184 SHA256 99705f1aece88644f3f91aad73656024df011728c6ff6136cc16ff9813fc8b38 SHA512 fed4735135f9c5a1c759c281c47ba21f24d3bb6b36cb13d86f88eb072a48beed42055da38b21c5a71dca5da70b5686e2c6470d1548442827ed3f5e7dfc1ba2c3 WHIRLPOOL 464d79df175e38cc7b3495be47940b5415a8005a723755c6a76d09f90acb2935b2be304e591590a7dfcec8eddc97b92c824e9288690b1387216e3a0a84a3f23b -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_ru.tar.gz 8323360 SHA256 d3aa2705a270d40748fcacb74ab7258ded98f926fbb31ab54c383061c703db59 SHA512 53d58f1f42dcd2be95e05230203c1f38514b05fbbaff35d85f1627f7b64532820c8c621d4f01c3bc9305b9e62483a73fedd6ef36257cecb219cd4733f3bdf0d5 WHIRLPOOL e377f50c2490b47c6dfafc233c4a781f1fb06ca5cd166f1750beb45f491e350f670b849c48c7d790f035ab93d0ac97f7ba6f5c03cf8cb710ec0f289f07de9133 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_si.tar.gz 7170591 SHA256 d7d49a8cc45964b0889e7e0ac90b604a7565b11a0c8bc222dd5f723c2b1bbb12 SHA512 cfc2a77f47d2d1f41c6d5d65e40e04bf94d7531fd053728d6ccd2a9fb9a9b07bfda0cc3128f607805e5860d06d7594079c1c3ffbf83cc701c9261de181a5bd37 WHIRLPOOL 1966b268d2ecb9cc55c72e535d65b32da2540954c29fffab05f512c224ac64144550ab2adf938e8c74f7912902444d9850254b60b07b4863c99910e0852d9774 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_sk.tar.gz 7441844 SHA256 1a0dd31c81e27d84cdf1cc3f58813e8365b4c42ecad2f2c5b2a3f16e1446f126 SHA512 21cb39a8ba1fc82693ae563f1454be680e0c6b5c1496cf41a1b8cea5864a690daaf3cf2cf7c289574c890dfee4cbfd35accf66414689b3740cad4b37420d79f3 WHIRLPOOL b0029712775747b8315f9691ead1312bb5828b1afbe0ab3758d4f71a3541e11ba893f78c27f78ae1e855a352ab0971c74d2039bf29b5ee18f6501d37d70ab873 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_sl.tar.gz 7661904 SHA256 66a48df19c74b92b77f152254560653331e7a1decc241f3fdcf4a21385872f34 SHA512 de72f8d35303b3036328b09d4faa5a16c6713d890277a88a98d977baddde528aaf6495493b79b51e26cb56157b5c37817f2d41aacb8efdb5e2fab27ff967fb7b WHIRLPOOL 3f98a8f8f344d6fda9ded284a17d4921bfe8aa07d28c76681badc5d0acadd64fd724295a3e4831709fdd956e4c057687c1eeafba5c746cb01f3a0e1408b12838 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_sq.tar.gz 6812663 SHA256 54b4380d54f5dce0bb2c2177b4ff46d6c69f179b00d1da8032bac9d63b6a3633 SHA512 d19eac4ba20180315ba156279129c842de336e0f2b8004a6a918bb877e657aba1aecf8a36709ed3485ac8b1933bff562e839ca68e5fa3d19354a5d09c1a85df4 WHIRLPOOL 215eb3d0587506f0842112cd274767a68f6b83e3d6a62c7cb2ee1188e7c8a153c790160f028537125f6c516b04f3aa32ff25efea95435851a266738a482ffdf0 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_sv.tar.gz 7541316 SHA256 eaadd940c502c237e6df2de4dbc31a484b5884747488aa129ba06d743622622c SHA512 695fbc85acded2fdd8e58bf2b15185463e1d5c29c5e8902bb6a5da748d1341d6c1510dca477d54742ee679144dbbb3b1906f6e68c27db82a182c30861f55038c WHIRLPOOL 1ee9b0110af793227212657a47305b2cd54cc5b4dfe5bfcc05c3e3c1f9424a5f099a0aaf0e1785992de89d067fff2b2e97db42e706c7132510a604970203fd21 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_tg.tar.gz 7122286 SHA256 48cf7c57d852e29f7e0207bb519ede8cae364ccbd5d6bc5e2777f20375ed9cad SHA512 c8c9324a0be15c1a57862ed33670c4424f520c02e9d5c2919961bae190ba7075bb52cb1c4a4f147dd1c8f642011e8f1af43b92f1ac5769c6013ea6b333302de3 WHIRLPOOL f794ac10f051bf0431c4a08908514ec7f1c307c1ac50c75a90dba1df113e84c46872d4fb8adf9662cd2d1e72dcacd1d4f684d4178fac18a4602cf22f4aec46ad -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_tr.tar.gz 7865510 SHA256 e8b252bbe91a0cbb26bea87c2abd0d0a8b3aeb9bfc58639dbd5dd9115665554a SHA512 d61daab09acbf1fb563de953d475a780883180b9a2dd8306eb8a6fdf6ea253117a4d4d85cb79af5725dd4001d0013769eae382edb0eadf4d0c150413cf83bebe WHIRLPOOL 2349240850d22d4ef5cedef3c4619bb1c44ff3aae58f1d0ab5995257334d3d8f79e744b28bf39d9f87dc15a2a1b71d4ac9696f3df98650b786cb9a95d5eb2fd1 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_ug.tar.gz 6785675 SHA256 fb5cc763d9377e3dffa2cc70ea5f73ce5848d3b541c741ce0091dfefe2734e9b SHA512 192675233fcb71a9001558bc9a5daf93f1b5a5d89ca0e875310361bfc6122e00bde7799045d423cf0100aca51073fd0dfaf160b4a98a32e757bf6caaafba709d WHIRLPOOL 3ab88109446b33a530b5d57d71e087956da5ef7d9d71f3566d0b1e9f12857445f0b4e044a9c2c4d16924bffdef8947999119ba4c0302551683420ea143c275f3 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_uk.tar.gz 6932986 SHA256 e87272fe7518fcfd31b6df84d32f774ff639ca27b9c07a07ce7a968c17d9830d SHA512 52224a9528feb5ee432b5e75c2e784bdc9af0faa954f394ce1d858188a9b80f6348a0848cec1cddc8736fca99f82b9a0d3ca8af681fbfe6a65462ca492aeee40 WHIRLPOOL 74675d2d886adf9f920f1247b219cb69d0a8bf90a13aac8eee194d488414c24631297c9afcb90ade1ad05ed0eb6540fa8379ce1149deebb662fae8fd71ee4fbf -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_vi.tar.gz 8078873 SHA256 ca5302994a2e409fa7039085fff74aa4ae1033f6c2ab57ebe555dba1b1eed39d SHA512 5f6dac20eb3789c30a4865f72443e009d560fd913c743ee7a7ea089febe1238c4938c626469e50251630e8273480f55bdc9021189ee91c33b73b3d33ad0d0300 WHIRLPOOL 87b29aaeebaa4c2a2b45157ed8224b85fd81874c8eda0cdb0af7f7b1b6ae2c38a56d4b44cfda8925cb4b803c400bb4a4d9faf64c6b174c876fdecae220844cb6 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_zh-CN.tar.gz 10620532 SHA256 a586a1f04453bfb1eb9b07c21e77304e989c531847fe75334e03e0347131d7ba SHA512 d3fe9399705241af13928bec1c559f0d7f2bc98354c71bfb956e0835817b3f6c4c1ef7a4c5bebbaf8cc389bb366e7978930b1845df46a2f0410651ce8b8b02c3 WHIRLPOOL 6e5fc7418087a8e027a48d97ffef8bed7bc9ba7a12d912f4d2b5ed2dc6db9b1c8f6004f84dc4eda2d1e68a51d9ca7a087f0424a7a3e99e7b2ce2db841356f057 -DIST LibreOffice_4.2.5_Linux_x86_rpm_helppack_zh-TW.tar.gz 10701228 SHA256 ffde47f9fb67bc1c36cbe770953f6b3d62fc2a8630f6e06ec64afcd6bbd300e9 SHA512 6f539c0b821f4c5f29e8e0d8772d2b35f4a5b690f33acf25126363bf5ee466833fc5a972b84fbc51f94a58b82c404a30f3c8606d0eeeca20dda78dca9816431f WHIRLPOOL b27ccf3e0b184f5dd063eaf5b83d5a3139b65fb187a545fdc192c2906756beb6b19c8692c4623d9975f0fc8ed8347dd9aee3720ab044cd3f9316e43dfb02845c -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_af.tar.gz 1156020 SHA256 7ff467ce778ae8993377fc1fc1f2965fa819c3961ac021cd4c04f1a92bbf3744 SHA512 f6809482aff751041b74b7309272e06fb13f1cf40c8a3ac04946047c2585f7aa0c92ea860de87dbf4b05329e252d4473b477039d5498b8b805d171bdd1362077 WHIRLPOOL 450aa55c3c36c3b834e1df1a16a6c35abc1031e895ccdc5839cacd7a1fdcef0705b7d210aa921ff23fc8ff04fb6332173089288b4f33334bbab4fa634b48a654 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_am.tar.gz 558823 SHA256 a1970d9c754b9b586b5dd10370bd3e6662dff156b6d635a275927421fdc21315 SHA512 2014ad325d7e1fdc1b503850e4973eae40d86d6071818814ce514afd1dd509e51349eb3ac8ee0a3f629fdf62ef3b7032e6402988beaa586d84543ade281b0daf WHIRLPOOL 29529b174d00f779e3446e9f8b30c2957994e4de50df31cca12e16741239dddd70719f6a01084a205063d39b4a6e844535deccad7c646db3a3f760604c54bdc3 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ar.tar.gz 2295483 SHA256 28a010e65ecf6ddbdd7b167b31450cf995950078b8dee440acac3350d201d6f7 SHA512 54faafa3ed9fda29255691b40b56907fab0a3f6f7d1a91b5b498a76d44b0b722adfd44107a753ab9e25fcf73e9f04d124bc636d54dea36b6c497448a0991ee6a WHIRLPOOL 29ed8da161e9c047c7b3bd6a6c4534f266fe801734ad3e976b60a585098cad91dfb85645cf373063f0dbb1be748c35645b3c076a7f45ddb53b6f7850d369132c -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_as.tar.gz 593187 SHA256 8ebe17545fa56928cd920ddd190dca91e5e8114f5512da0202fdbf85f12717e9 SHA512 5c1df02f2d597f69a1ca4c52f29a23fd17fcd8035d0fcbd8be9beee937e30371dc768ad1c5817867c9f116dc748272730f0e04e575810695d74840017d990554 WHIRLPOOL b0d071adc41dd1884cde3e263523bcffa607c740e4942c4c222f2af1d399424ba098ed7f0e41beb69b7702dc0367cf4923832d12f44d6e8e5c8c908abbec3094 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ast.tar.gz 540529 SHA256 3ef20c25806c39447577967b98739284687afb8f5974d56c95d1ed0921b6745f SHA512 c80a09225d88bafe02d73f316bebcf05dd6ad1777e3c5619eadbcb6de572307c26817cfa38a3cf2aadef6e3cbfabe2a35ed333ea9df86483297d4cce3d641c0f WHIRLPOOL e73b71e5762f0ba6b4fdabcce06bd8db8064726d9ff5e47c90817971e696ee4cb3851cd9f5ea534786b3274b9112ce4853014842c9c1d896577e9c885ce93866 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_be.tar.gz 933293 SHA256 3e9a1a943fb1c1d79a0c39564adb2807662b027d8172420a8c0299262eaf05fc SHA512 6991f2ee087b93d25b5d53a9b429e2adfd2a3bf1f83fbdaed6b9e2896f0459a17183cd240f48bc7c57ece8b4f8602db2c3cd40d9240fab458b692ba6c571ceae WHIRLPOOL 32d6bdd72995969efa44b626b0f625a4a883aa60a3ebf05c4d15d2a4b894283ea4efa321a4c82cea8bb9928d52ea7b028c7db4254b1c86aeacd5c4cf99f6ddef -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_bg.tar.gz 2009976 SHA256 100b5e25df197fc3469c090bbf9fad4d9eba830a871c7bc4d62a5be655ff4f44 SHA512 fc20ab657c229d8e4f4563453a6b25725a186e9e44a00a2a934a4f8149f4df733135dec946f01b0b0b5dc98bc6d6033cac44013319dfd6b6e431c50d97b32e60 WHIRLPOOL 3dde3d77198d38ebe10cb3f5e50ccee95c9a051845f3ca32d894074e9fa7c37058191b71d31b607ed0f9844ac9d7de72761e6c0117b64fd6bf045ee89dcca6a2 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_bn-IN.tar.gz 585501 SHA256 5bee5424496477177fcd81a20fd05a31647826224ee6866c16ff4f8bd391ee18 SHA512 69fb0973c22fa5e15415b54da464e477daae5fd3321296d80cc8b2286550d10e419868684d89bf4671ee7c038d565fe9cc86816244589fd71556599085f59593 WHIRLPOOL 8f940dcf831a0fff79cf1d994b9cb0823370bf2faea7c7700c375b8d4c59fccf4590b989414cab9a23259797e8d5937bc604fefa7a719b3f6bfafffe58e82107 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_bn.tar.gz 951207 SHA256 24e923a31a4a151f9ea3fa6506ff629ac55ea1992710250f7a29954fd545ff86 SHA512 f6b9f2e7e34d867b0ae159c44139c83a15050f43f868fe41da50c9770daae344f5a527b8f74ff224865b9bfd13bd725f019b07d32d0484be99dbebda95496f7f WHIRLPOOL ee90454b1159888fc1d408896dd5b17a72f8349f6001a76c48d270c6eda45c78553289d48bef860c4bf02df5d91c4b01ed273a030dc8b6b2b6aa692ffb44fa76 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_bo.tar.gz 589511 SHA256 e3ab323ca835f3e7f30f5e0d5b98ffca19b96ff9917f180b096ff0760b08e016 SHA512 87daaa66de65a84d65f1d8540a974b49e24f6189e17100b136b38675460e35b79b4939b3773d7dc0bdd8c0a2fb5d4e193f5beae122a01c4e6569c40fd9495c1b WHIRLPOOL adfc67d92c327a65f2f4fe465d9582ea172ba464f70aa32e7c4b904f119f41c65462209cb526c8bb45168e6fa247abc3f5270d1c9c1b9779fc35ce793e75607e -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_br.tar.gz 1756100 SHA256 8aa93372415b079941c39809610d57c6a410634db5a1dd91b6a61a2950a42a2d SHA512 9e384676e7f744d9280bbfaee07cb965319beef6dd10ad3c4572e852772ebd58bfc5bbd24e3711757aeba66070595247f415b11bc210595d044f06c496b56df4 WHIRLPOOL 4510cf7064ef77d9d1ee375bd6c90d469ff2c0b0a280e8700a1a27998ad4b18ff007bf22c2ab5bd83695e6dee6282d210f8d5c7f439fedc97b62a71875e3b05c -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_brx.tar.gz 562926 SHA256 efe7c1c446a09b369519f8efba1abbda88e8b31f1b59c268794ba6aebe683e8c SHA512 52904b20614165e3eadb30af0ae2243b577dae848413f529fa184ee99cd79cc000afa554205d596d660d1be013e4b335270de2f187cb04bff049502461fe83f3 WHIRLPOOL 061114d60a7ff4508cdf0bbb322c7fdfd94a8442bf8e0a3840a05f9935fbc8d856b2ef5b04356be3369c6daebad2143b4352d7fb58337549b7234444f6ed6998 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_bs.tar.gz 654073 SHA256 551414603344dbfeea7a7723829bc6ddce65ad1454a21f87a90ce13bf4d34c93 SHA512 febb46a0f4fea9ff5845bdb6b2426786128c7d6cbf2fb107c4631f89af1d32d53421021fc60ecc9528eacfabb9f970d4154b84c8187daba8e8a997a651ee624b WHIRLPOOL f31317d37b3096809f18810b15e37ae944775f90f77b4405f9e9c2b92766f281618913b5fd1d3bc5b5777496e4552949061de7b607a0917e09746bcda83b28e6 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ca-valencia.tar.gz 1569816 SHA256 023aac7bac5ea9950dd681936f9e1859850d2a583cb475a7b0f18bea5bc027cc SHA512 0a7583bcc45ad8bf3b0cbb9d7eaa2a190a7377ed2c9dfb062fd6b99d11fcd0b86b3d86f7c98e2266159332bbc099b3f7e8841c94ff3199e885142331e3aad8e5 WHIRLPOOL 5f2026b2e422d7f80df2481f9fee3b162df24b15bbda4491d5ac6a73db8bfe8a6f224396114032bd4fb425635eb9d28281047e0858d8cf5155f73a19b839e2b7 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ca.tar.gz 1569196 SHA256 a32731c7f0876adb2820304dcfcfd7f46ff1a6900b891b605046d5d6a8945ac1 SHA512 bcbb9e03bd2c33451cd33e0823c665ddb6e67482b652e079e73e47f9a8cbecf7a7a9955bb47a6ee4bdd8486b278a2795ceffd1bec6dc7cd4394f362dda5e1be9 WHIRLPOOL 94d496bc3dc5df48131ed1ab48e7f132e8ff5d6fbd35ec9134bd96d09ceb52ecc6a8861b6d0d647292137616d8f0ba5120aa910402b402c5648028718cf63775 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_cs.tar.gz 2475390 SHA256 41d2faf089bf30871c64a36d6a22ddc2d2e5fec549c705b1bf4d540cd042888c SHA512 c36993352447a13a7a11a8675920799d73ec7fc16f13a7be73501cb22412efa1131f32eaf2f883464aaffcc05b84ef965aa2eee678b064ea575cbec409f869b7 WHIRLPOOL e9f524547ce9a30b5a2ab6bed8dcb1d7231c76a12e9dc6b6e7c7fe60d01777cf1b24a095bd8573c0541a40e60dd7d17124c131d704dfc8c6bfb7cb0e84f83c4c -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_cy.tar.gz 520760 SHA256 1b924bd16b329147a36c6038ca883e217270a4b5476bda387fae8d47855ceabc SHA512 a4dba1ecdd3f0bd3bcfbccc1f35a836786fafa8ae29ee0ff179a80fe34b9d3dc7eb76989cf6139c10cc8ec5a56bf429b21c665a8440eaffeefb7c36a39c60029 WHIRLPOOL fe0fa5ac8c41a4f0171ef28da45ede3a27bcd0eb6b6f7c3589873ae71a00afafd894b52818d54cd7e4cc6eb4804ea2851ddd0ba54ca2799a492722f73331fbe4 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_da.tar.gz 2432887 SHA256 31f7723e78727b0d9d56049b4fb93067bd2afe630db61aefcfd0e42421478da9 SHA512 6001ae01cd295ba1a9a375cae6adf23e6dbc6ab265c29095d44e6ef5f4487a58712fb6d7b8d91d52af1226bb10795fc532224b327877993b0d0b2b0929eb3ff7 WHIRLPOOL a4a5b13a85421a97182a569e0d283fdbb558d40307666ab378ecde4c7d1c64f563f41516e15fbc0ce630f0951dc53d346ecc4365997cfe3c5ddf3385ac8e192d -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_de.tar.gz 14156613 SHA256 2f9401c9f41340bb0980e298c50e9405c40269e73468ed1f7d1db159bb6346c4 SHA512 0b234781cfed59c6b3d496062c0a645fbbf5bc830aa56fb68d4eaf038de053347935b673fd6d677c15b45d62419c7f6b1305bbbb2cd4c46de082489c00ff7a85 WHIRLPOOL e665b0d22ca1a4b69a855be251489240c7546cc266fb1a73d224829af2a597af7c4682def7e08eb79746cb453b837b763e106f0a6e8ee6f41b2a0ed90c8bafaa -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_dgo.tar.gz 568688 SHA256 7915d568bc69fd9eb95c08421904099eff699977391a79e9ad3b45656881d92f SHA512 022b404a4c4fe3a2f2a024423941007d0503c26b79709d0fb9a1a239c64745ee5edd02aad3c3ffc779e71599f6aac07f9207575d07c1fb952909c3e4d5761d4e WHIRLPOOL dc5e884fcb401c125c8e8817909ed2ffbd79fb2875d2b5048fa7cb005a991ae78caf22a6730c28f4dbacdf800ee90957663dda608dea44a052e0b2a032d035ed -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_dz.tar.gz 595948 SHA256 5c901d001a65650226cf28d4165fe955621f7ef1b1f5265c4ad365c011248615 SHA512 77cc5c385c870823f884fd923835f8e8aedd8172c550b0d5a74a8bb524cfecf192042d3f64b88528c083d402777bf006e1e45562cb047f7c00b367d4d80d01f9 WHIRLPOOL 942e54ffdcbbd8fd0296030aac58d04928a22c729cfd6a392365f72cad6f4aea9cc0e6a71bbbd625a358e7df3153572277e5fc4e4a7632bf2bf92b6736e216ae -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_el.tar.gz 2129807 SHA256 4eaa277b14aec16d21856cdac405f2ad5803da3538eb2be5793fdf6b6dfaee32 SHA512 b6e3241278e8d2784ea7c658fed988374a63b3ae2bb7d047639932effb49b23b3218e51fd09e067e4bbbdfbb599d02b371fc2d10f3524732400a09437a681f6e WHIRLPOOL a9665489ee97ba56ec6006894d1bbb9d09c454daa305e1bf0b189efbf25d4367ac3fc95f73855bcb87b605551701275926f2134ac22ed5ba7e3f2557e0634bf6 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_en-GB.tar.gz 7157880 SHA256 3234732763160effd3a607be4fd367e0b8aaf4d7802f3295eaf8c433fa27d06e SHA512 a977c209b9633b5eb8a3d3dfa330a487f27e87052cf9e5726557bb5025c4a82a611c47c3e0f2ab17052c72fc24fa4c0ea43f6eeb6336069a2138ab0d3fcd26ca WHIRLPOOL d5e58a2d72e2115d37ef6c47c1fcee983701a715ff213d0c9cb4cb32d06f6e091c5a20dfc15bb22d95a37f9b113494bafae89b0f52c5e1291e63fff26ddf5b5c -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_en-ZA.tar.gz 7068249 SHA256 c504894f2b77a67230dd339b039d2f889b435917b2709ebf1c9e852960b13a93 SHA512 c1bc1d290c1030196bbaa7473837db446fdbdbb453bcc8d27953a23d49573a4304b3b773420296a67ac70f28082ce3a3be03b8098b273a1e0b48e6bc023de6f5 WHIRLPOOL 26d87e6164c5ec9cb9562d25e9a3d19bd3d06e9c82d2fe7f13bca953e4fdb33ba41e176c37a90f8be6f7eeb7d1c8c4639a474772038276dd0be0274c0cad8ea9 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_eo.tar.gz 517996 SHA256 152241a0e99d0e3d379a514c79efb8ce5765219a66154124fbc08edef760a89e SHA512 244098c5eb21b08fb2675c9be4c841c01e6a580d2f5c87fb558d40130f535e989db92f41ab21b29b47ed85024ae33426c3a91e826a29502395cd726bf4723aa3 WHIRLPOOL 71d5620d225af102295baf6337dd701c0e7f0b41799f2075cd6c411f6cc617528ac23d49d5e0bd7f07abe84db7c5910805ec8a098ae9c15d8096a35173b4fb08 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_es.tar.gz 1994871 SHA256 a86009470b9f38e2c66e73a82e821a1703baf36e797e237b5519deda6585b4f5 SHA512 52fdd15817ebf3b64daf4ab5196b9aeb2eff3f8678de7ca206988fb1119b354f27f8935461cc2ee783858c526d91f1d48503514d21572a640624a786e6d37de1 WHIRLPOOL 8cfb9ad99b2823746f8cc061293b7d62ad4204bfcca5b0fd9727cc96c5cde090fe0658f0bb0402f7f268a7025bbdbff7ee60d321b0cc10f90f9338b35c8330bd -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_et.tar.gz 1429764 SHA256 f8b043bc5fe1dafbe22e50b0800a841c2bc766b8fe5f165d30bb83f0e965872a SHA512 4f21f512c4f7c11a0467efd9621b76500c7f678f39c48952dbd3636302897f3469df95244f740480d517a0edc66b44c556ef804fc33321b7a781a56136f8664c WHIRLPOOL 1dbc473a47ee78bffa4eade45a3a6a13691ae330ac4c26217f4cb6aa777526c3db72d41160622e61ab1f9b0248a31ba3fe0451dfaef78b0ada5ec2e4677d8a46 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_eu.tar.gz 524533 SHA256 2570cc160099386151405d5aa50a00d19b8e929c04e5802a0a80a5f6b6d11240 SHA512 ac98cbcc083451d4ad600cf4f4d05a5b482c921ef68ef0808a80027138101098d1f1e246ed0554103cf8e9a000d31d67f047d887d4f10dc06b3927e808734cdd WHIRLPOOL c343617e905ee844d3a04d6bb05188eb8e2e30e1ae2b70ad3fde44b317a5107e70b9635b79bc1bf6d68cab18dfd1aa1dffdd14a6672287be6dfb0da320204f71 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_fa.tar.gz 552660 SHA256 abb6452823a3592bd8dbc4c623d6b5c17b643b77fa157b68bb108d4c03c66722 SHA512 be2edda81b883e1e035feb8f3364b159bbad6d491338e7ca4e76d7d3db6fbfe317e11a5f9cdb49ea37261e9f7f09d8c036b33c8991b508be0da1d806b5bbd1c4 WHIRLPOOL cdb7cb004f3d886a9a79db86f64e66c4bfe6fee16df3875894d288195769bf0ac56bd3fa45a0667a7d2f330524c3af4e43c848bc2e131c891a3c6870912d5d6f -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_fi.tar.gz 528036 SHA256 5f26fb7956da4f87622cccda1d9ce556225d17a8c260d99085981083c78dfc5d SHA512 2d27f9c79122a98e1240057c51d620b99a65c011f3897db5fea4be582ef399ac50b94ae19fb670e4cecb61b413f349ee994d82f06a641435030794c4642bbc59 WHIRLPOOL b9615e3f1a5a1a718423920cc0255d0b0ce0b674e71c102fdc89e2f39f021fef265fede9c34fb46ab04464c1e8d92e9dea35d25f3beac6718e4d2ac979848371 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_fr.tar.gz 2842300 SHA256 91f6e64fabaaf6af769001148958334ed67c1c634dbb75d1bfbf5951f9a18b86 SHA512 24d2b191d40c2543fb0c9bf78e089f80900d06718cc43dea528fe39156fbf2a6f6d0fd645bcd201d26b66555f81579ad86f584aceaf393f23076ac6535b5cf20 WHIRLPOOL 8d5d7ea62790c72ab1fc9d055b07e87e15372dadd161df6a51437afc6ccf6ed9404e759192f726e8b5733c30d928e6371f369dbe6f3693626c6a60b3fa1b0b49 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ga.tar.gz 543830 SHA256 6d2e63cc6eba6b6390895c46ae9bf46a1917f5994c9938736ce0b07bb4e286a2 SHA512 d1a2f65115b1025a0f4d3ddcfc9ed7eb3834557c4c91dbb35d4a721a6e4d972bfd2888f2c8349c8933ac300bc4106bf70ae34939c116d614f71b93f6ddf62b56 WHIRLPOOL a71d80b4dfc3ac01ec1bc353216b4f0dcdefb031e9f960a8206247a39be19a3bcdb92bcc32fe73e057515042ecacf2fb69fcdd82cad3f081ea2f1f4e5c14aca3 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_gd.tar.gz 988723 SHA256 0de1c89384aeaa2dc29a7f61bd116f2c1c36bbba3fb29784f3431ed616349ee9 SHA512 fc92bc2fe04aed2492b187df818e2e18f3b2bf672b05fea7de2a7be4be6381cb0a0244b93265266c02458e6856bee30ab688c01a68a7eaf4fc569c24642bd4f4 WHIRLPOOL 9c3e64a5a1e8276ddb307555bb8a40d7423611f71a1213f9fab9e0f49e2d1fbd5892098c3ebb4a1fbf8921c9191100fd4da59c9ae4de7343f19ddac4ab488ac3 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_gl.tar.gz 1090967 SHA256 25f261cd0312ce882979b7df3288557d8058982535ba9614dd732985f4625658 SHA512 cb449f8d5ffdf26c9b7da5041a56ba6522195b13739bfe4c5f00eb4c2355a34d274da74647422d6b5f3e32078b57df5756a04a28ca1ec47ebdecb0e8683d6475 WHIRLPOOL 555f2de2047c777c66ef876110bb78bb7bd6c94726d9cb9108a0f73927672899b51727b87df37ea9691df914e747a137f2e8a8180d8fb3cceeb078690d7d5446 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_gu.tar.gz 1228914 SHA256 b8f2bc96c56104d14cbb54bf85ea05e8c1da7a67db7befb3c3a6798c7c3b65f6 SHA512 089abf11b4675b67279147ab38b7db5a2e62baa99ca1c8108f048ff43d8344eae2ddc0e910756bb5868a3eb4863becd869ae18508c9babe36c7a384f83c75c45 WHIRLPOOL 8f00dc400b8dffaa71f67e575ba34581ff50757995fa1a7a031ce059aa536576220e12f125b0a6e508d0d83ac0601c5cb0aa33f99e9350b9745ff447e7844323 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_he.tar.gz 1618695 SHA256 636b5cdc35dfaeafc36c35e7b41f031e6d08d0ddd2acfde1be441efa07dd6b80 SHA512 ce19246f835d891b0237e68dc6d757e74d8212fd60d80c5cba74c490751def4401e67243398747842822a29e89855fd30372a6bbabd9376caea268e5d2a2b9e7 WHIRLPOOL 781b21cbe0937ee428a657153970733994089fd2c76f294e498529521acedd02978b90553e4b948c072d010e6dd1e89295449ad7037d0c389b956b8d3f013522 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_hi.tar.gz 657594 SHA256 ec8c680dcb23c7b1c1cf29f6802c9825ff751b321df3c5882907653daf9f7247 SHA512 64b64f59d323d253f3b7428e740b65c68a77395fe124bec69526f9c4f13ad99f3821e0cce332cd5fa019b3c41b18221e3ca2d5dd211ed7a517442c86fcf11bb8 WHIRLPOOL faf72fcbf0bcc5c9a2e89f340405a8f6d09684c358b547784fcc9077c0b81d7649729a7fc5cfa3f28b48c7c97b3ff55f1f13b46385d513454e308ce0051b4819 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_hr.tar.gz 1291808 SHA256 88e8a083ab1633af3fb27904ff808e1031640776d36e5e8f017accc283f359da SHA512 1038f1f75e9b330aa8c19429461be25b864f48393e03106f379dc5cfaab6ac0adf11c1b21cefc8fbb04e9d58a9c5c6b9b257379412607e3d00e2bd8e472832ab WHIRLPOOL 102f316187a7ee12da2c04f26e2d8b062e7dec4023cead023c8ffbfdc71d487cd05b6002292b39b635da82aff9bac76283091cdf6faf07f36f8e1d8af5cfef3d -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_hu.tar.gz 2736542 SHA256 99391364d37a5c84a4cea227a17b9721bcbcf9098977194e1e4357b659cb1b1c SHA512 d38f264bdb0841e85b300a93d0b4dc9849cabe4cb87c1e2e49a540fe17f67ce74f6eaf50472eed6f10f41055a4c6c33d990b720aa760d3ad176769d1c27ee642 WHIRLPOOL adc89ccacab699e78b746a3ecfb8e83f4b15e7b39f6af038e9cb4948588d510b83528a00d781ff03b1abe13ff178f8c160c4d934d04dfcf4d139667668f61e97 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_id.tar.gz 516250 SHA256 2b6ff0a1d6cb9a1be63df32531f26ae173c08f9db37fe929adf8073b50d9df95 SHA512 96367f6f4c8aa584e41c4c0d57bfee76e64a508b353b397f834cd0ecbd0ea635d459edd049736b646b0a0a95059041f2dea4830aa0d5ba7a52b0a4278a42546a WHIRLPOOL 2ae43f4a7b18d632b11c03cbd72ff694693341567dcad2cd1184e33c8a1af52c6f76cad4de4279a0ed1fbbc225f1ca3b3930fdb6042640690db142f6643ed1b4 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_is.tar.gz 1227942 SHA256 df1ac73d643d5f368fb7b81e20caa63858c04362cba6b199530cd1c6d1028a85 SHA512 9644c35525945bfca15ce9000da72ca0f13ae9fd8e9c149111b4edddc1e6fb07a40a1c4b02ffd7e250e9ba5758dcbb9ff61b2fe33e7206938eb21ba385d52f96 WHIRLPOOL 86efe86af47e0c296206e6ca80cf402de96c0e90aeb5f1108d7e0da4f7c7a68eff40f1c93f6131da06e4faf5d59225b360b7deaee61fe0c0d8d710ec2974da97 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_it.tar.gz 1859655 SHA256 99dce25d0a503b6277b23281bb01f488894b967c2e34da7beeacd4eabb5a20de SHA512 e19b86d8a87687665c51d4534fa1904cbb5f3883c7b07fd598b167b598b053ed101a32321b0abf1c4c890b5cf591ddd7a57ead83c7bef39d7c4dd5c52473ecae WHIRLPOOL a9c3e9e8c5ff67e48d7d73e86f751abc795b2ce5f641083074e8ffa951ea1de87e7ac41ab4a1390f292a751d9338105512a693484264d946cc57d6e5984787b0 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ja.tar.gz 615979 SHA256 fd7ca488f9c6881c49fc4e24da26f340349dc434242500a8dba163efe56ead37 SHA512 80c5db18411ecfdc9ac30064cf8a475e61e9ddde455c7a86753f3317386886a1530f5d5a77378630dc7975aacdcef9cb1f1a8d6fd1594e90670310ff230de8d2 WHIRLPOOL bb3d5240ba5cfc66deb715e4429efca228f7c60850b2b4a99f27f7fcbb207f6effaffccfbf9429d309bbdb8733224bebf5176912d22e4cbf998216d040508874 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ka.tar.gz 573474 SHA256 ccab53c04d428a64e5a64f98deed2db2f8251dd77e58c2dd44720f2b127b0f20 SHA512 9eb25ae62ae50f600a5503681ccd5d7b6033aa8c800287854c936b119ca0569d4338d4510f40acf271a3e2ee4acace2e0e528db159b6cff399b11b19cf05898d WHIRLPOOL ea4e3fc2ebe469426d3e9b73eb7d0e3ad0343bb9aca76056aa8b7de8b7ad722bdf190fd8ba8bb0bdedc9de9f25a56005003c86f0d39d1967fda57def906ec81b -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_kk.tar.gz 575921 SHA256 bbec7a6ddb1dde4dabfca92d4ccf210ed5c502db7e53fdf00845ae31815997e9 SHA512 6fb95419303f6cff950d3723a0ca40e8022f3ed72d6c78ce9bec5017554d75f1745f7950b46b40fddececb9a34fd1acecfe8a6a03a32959f18fc345b920d620a WHIRLPOOL da116c5cebdacad1d1d152ae713398e68dcfaca09c846262f8d3732a7a95698ae77326631baf1a5bb83527a4989ae91eb1124d461309f918ff375232433c424e -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_km.tar.gz 680585 SHA256 d209527c49593c47d3f202bf4a90c62c55f9e052648b02c9c53e58a9d6c0a434 SHA512 695b60bfa109540a78eaed804f519ee8f5b68a81ca59de414ad318d33bea37a7603d968646804070c7a09b8554a42806012b777ed4bcf5eeb99948add72ae284 WHIRLPOOL 44aad14124b6e41d179af0f03bb556e56e4815ff2fb31d79a1725829cbeb48afbc0e3d80503970e813e325edc200bcbd20739a76c2c72f7bd995897a60ff5c26 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_kmr-Latn.tar.gz 542740 SHA256 77fb1af98a15bb0f5335496956abab50a91265581422c9e248ec155044f5892e SHA512 d64240603bdf191dd6e927d64b9e8c4be30cded7152081336c2e724350207f8811ec83642307719f48cf7f515270955cbc08014d124dc9f4b80ae6f2d78bab1a WHIRLPOOL b9d67b057e3c055dad612afe22ca01005cbad245a1ef7e384432e4921c3fccd64d90d55b53b2ce7d4474ac180173b9a488bc0a5b4d81b37170a0cb26fe472925 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_kn.tar.gz 598015 SHA256 9e83e14baaccd33444cc042121014520ef961f3c4b9a32556a239bfea3847917 SHA512 41753cf7c871f5eb1d56c94c5195a425c5be865a1a2fe4864a39c3a7cf6af460f044b30e61a3162d49ace2eb9a698b482daeb9d57789ece2915748fb8cef66c6 WHIRLPOOL ff1d7b7d82ddb5a24e95c4a724c95809ca557bcee70c8497bacf258aedae04a33b66f0cde09230271c725b79bca517437a144cbeb912a8c3667fbe2698701a35 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ko.tar.gz 611867 SHA256 c40eb71b7ecfb782b3711514763b783c5f674d731766eaf84e993259be2116c6 SHA512 0774c2b5e75f5381eba0e5c495e88452c0754691acdc056c485882259813dfb444f29a95af9bb153689dce4580920db86898bd7c2b7af3b5f8a78167f606f52a WHIRLPOOL d46f236c4d8850ad1a2c88c9683a8613dea1f9f5c1ecb4e0715422794a4a60fa000b95be1e13ed930de8494c70379b9c42652c2356c8c09fef73c142ddce6f48 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_kok.tar.gz 562513 SHA256 42fb9aec16ba8c2d1d0edd5a7b924ec6f67b014270008b002c74b9528324acb0 SHA512 494e791c97303042f6379c82db402917600b00e650bc07dcc7aa12fe0a71eb1cd553e71e679419186bf4899f0724d1ab51eccad74004980b56575e7c955b125f WHIRLPOOL aa45a8d90521fbefa2fee1aa471f1b61162a3d4d07d9bec3d38cddab625f27f0d3ab9437a42db5c0b4286bca950421c4a37436ccbdcba3189831367e6b11cbb9 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ks.tar.gz 565669 SHA256 4158eab3db74fefcb9634ddf82651dc5b66aaf77672300243523d17fff07499e SHA512 07081d4a31c807967e832d5cd90c6e1a3bdea3fb69da9e2e10e3ebf269b716a7be76dee18ec5d55d725686b64e18054c740c9518a0d73e04879b3c91fe314a74 WHIRLPOOL 9f988b32467ee65bf97b3cc775dc6170c9f30286135bf8fbf024e8abf0ba5c7d6083f77b903fcc4c82902387c988407159a2982d2a03d5a1e977d70d5c24e49e -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_lb.tar.gz 512174 SHA256 522f539f966ef177b8e0569c4e7feeec11c8cfcefd55fddf95ae08c7dfb205da SHA512 e29c6b70199c7debcbc3e26b8e0a6f513ac7cddf72c158f3480096c032825731dfde264ed446c8015712814490ce72ad5926b230a73c542e551b595ecc8ff419 WHIRLPOOL 0b2082041d3ca5285e4fc1cd6e4e37de8212193022a1a97092aa630ce044d3866478bfba8cb4965f928275d7490d656cfadf9c9b34eaf885f910dca9f12ca0f4 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_lo.tar.gz 605698 SHA256 b86b6836544d19608ab6bc6622b1848eb3bd9b08a81c2289d382518cd52733f1 SHA512 6ffc43618c5f0b0bee772a0409b5e6a89036513f75441e4905b6ef07109c3f0693182f1393008dbce87970981c446f06a7f003fa0d8fb9280899dcdaea45c638 WHIRLPOOL 0c416169007a4b2e22f81026df10c0d702ba0432bede6744e317d3e7cd4c64eee120287154a98ab3f8f5dad2600b120ee667205c2ed5a182a8b806f4bfb60660 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_lt.tar.gz 870837 SHA256 8257a59e8d4f78966b578c5ae1e0628cc0e508bbfb254c1ccaccc6597466148a SHA512 678776c81b8cdbbda57b65b1e579b773160ec0917ef6776b1006528c43a6cdce95d352d140a9d1f5090f5c3817002a66fcba19b1b03fdc0630201149d7b26a23 WHIRLPOOL 3357e2e9c197205d7005097c8871857e101354afdba97a39c108887e0cfd3631472e694cc146f247900167fb7f0675872f30433db011b357a973e59d2db3bcfc -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_lv.tar.gz 1289889 SHA256 fc143aafe4e995e8977dc1c2d2f2b67921352060bf740e2eb095bd29b01f5c9b SHA512 b67185ae51dc83962e23bf86381547a5ef4395aae2e8eb99a781bcb6b911b9ec4d67b9da87179800e4301e48dcec87455f5d07f83d3be2c2365a44de83c4e387 WHIRLPOOL 186237c89ec788086e6569cbad47c2ba789e6c2928649a63c5a706ec23b049811138c39af610c0a0a06cd3be697a9bb00e54e7d00b263464c4b02c2f26101285 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_mai.tar.gz 569031 SHA256 ffcb2ff6dfd523229b60481920cb15859a746a17c06278f09a489d992db31bcf SHA512 07dd08d0ab969c970dbd7e3fe7c373b6fdd00f8d8a084ef97c6de8915bf7e97b5002163e2e2b00ee2514031e59bbee1e35736bd9dc33165d1f1cd9922ba579e1 WHIRLPOOL 3569e3dd09fc1c5488de5ef9b2272ab1a79958ef5fb940851f7ade971adbca882247ecfa1b96ba691b761adee8b2c1a37ed47ca0cc3739e266145266bc3fbc8f -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_mk.tar.gz 569162 SHA256 8cb82aae92ac4d48efaa754168f0d7669c903a85b9ec62a4629c286de6179830 SHA512 d3d25ca87898feabdf11b98ddd89d1be82caec816d23eac8bc1f692a74c20be67540b2db8171d9b09c99b2565cf533e9832014c3e9dcb1aeeb5fb8c65cf09172 WHIRLPOOL c6411b379109f42e29489dba92d6ac2c7472be1a4d8f311802eca9c148773cd6cdbdaede67a70713368f0c2b2f1e077d5e3eb52415574a472ff56aa72949b343 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ml.tar.gz 608010 SHA256 cecea1bc3a7873efd34b73bdd151cdc2a7eed9aa8f67172842d77f4c0179ff4b SHA512 c1d9e3583c7f187d0dc83fdd31b7c23a8e5e39a9f406839d298505fe713e7c6eaf0ed7eca38ac28728f1d3882631dc5f024f4fdbc3a11d22200f05590789ae68 WHIRLPOOL 75f97ed93ded2096891e196380d09f2c711ceed676f78036a1843d61128b612692052355c72c5fdd016fa6519d52a8352560f2a864bad96679344f199bfbfecd -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_mn.tar.gz 657662 SHA256 00b4f7fab127f44c2ce09553edcf417167f8df25a7afd7724db064b419d5f84d SHA512 6c7423851bc8e444d0b121793fde102be27da6231ba7a6d332bbd51ce5635cde952ec1bc8d0a148448875e426143c7f8a756dd09cc4575ef02011523fcb84324 WHIRLPOOL 57fe719a5eb29c8226e61fb4b9393b081ec9fbf6abc2f90646d605a68b0e7acd6b5b0e5ce3655dd5dd5e44f47c91fd72627f0d407570447401771e6519f28234 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_mni.tar.gz 565926 SHA256 a977d6ac9ec780ed9036540ec49a01137cdb1e2c9a216c3be92b95835e3422be SHA512 661fa090e8c2f7be23042f8e223f8b72aed18712eb7afd256b240fdbc6869be939b4d7965885127c1a078d5bfa604c1679b1322bdffe2a03546baf21be53884c WHIRLPOOL 824bb0c02aa214ff04573e8fa63a52c053822f78083c8a10f2e487a43957cbe77af25986f4a50decaf373e081d54abd1a17a9e0f0d815e6031a7cbec1a4c3327 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_mr.tar.gz 593749 SHA256 c0a8f1b6dfb8e914ab0eeb70d6c8aa97f53e94f3605206e174fabc5a8f2c6856 SHA512 fc820c4282e77699c556b3b5521de47d70469897a69440312894a053b3908058a5db3d59309b065cdf3de940fadb606dfe4bc1b964152b972ff450dea5e4633d WHIRLPOOL 73ff110e820d7fd188cd11cd5faaafb1030d2c8135191b36f43f9851bd1fe3fd0539a64e1f49608fac05885170eeef24d4a449a707b2b6e72bab4ce284762b3d -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_my.tar.gz 606646 SHA256 ae90393fd980b4130f4ab2edb96c84948fcc711f9a207f1f061f906ec61672f8 SHA512 bf42a6aa8146aad2c7ddda15ce67e608010ca14fe2ee47b0f76ab0db8d7f5e24296e011fc78de35c6805d816a3ba0e508d5cc7a43f80c58b5217c9b5e07abce8 WHIRLPOOL 052c9c3db392a55cce2228a0fcda4fc6505fce952594042dcccaa4022483909443b0fee6ba2fcc3839fb9b84b6195ff8f1f357e75a4f730ee9e96369d6299bbe -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_nb.tar.gz 3521227 SHA256 b33f39748f63358750b19c62084954a0f84e46fcec3469824298cb86353dcf1e SHA512 4e4fac0551e7fe870aa5d3a34a47c253558cc431d5289ff2bcfdaeda950e6180b8f62e48b26fc243441491f5ccc7a1e95ffc877ffc302a2c57deb6b9bb282420 WHIRLPOOL 932c00f41c71841c49673b2e338b83329568cfaccfbd488a63c6fe6368fb5cb87bb40d759abe1e97e620d560c0ef995c6e8aa623159b97e7f77eeeac608261b2 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ne.tar.gz 968140 SHA256 ab2f97e7685b37c46b49dc9d23f97832b4704228b78a3fee196c89e805ec855b SHA512 d579c1323ed2519cdc79ff902e5631f886a2296dac0aa10aa4320ca1c0ce29c947595ed94de8085188c105a09a038fb4f8be437efea0dfae95d67f8f75844bee WHIRLPOOL 0b7d1368a6b05ee0bc131899d484830bdf6f7d994498bf5c85c2d84d9c891afafd71229424fe2cbbaf586b66a137beab6addff6b990e53255203e1eb8c30d1ab -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_nl.tar.gz 1313727 SHA256 2224f4f2a1b180325d8044c4849909cd87238d70481de2fade0941a1c286c1be SHA512 f59d7dd3f139a057a5318748f727f574c2d497eee5a08d6d66c9ff7c5bdf9cc01f2324ce8f4f61bb1ec3f064ff37f32be2d588f58c4f58dee440a84d22144921 WHIRLPOOL 9ee803a630de23d38818e4d6795681789de783409b3a603810d6152cb450b719d17a7e61d7926d2b6f5d89a05e36d6edb2227f4470fc7d4fb8c842d64d4e2cf0 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_nn.tar.gz 3521046 SHA256 5584337b18ec8c640fe5018ad74aecf4d60905455af73e923fe2f218e545b49f SHA512 f7a846e5aa1cf3f00402a75d120a45f6d6b556bbb5914b51ffcbc5da1d853bed5980f12c38173b5e66979150702f0c43e6b50efe6e1172f0937667314774c4bf WHIRLPOOL df6e845fc0be2e0f4834e3b9dc1353820493d5b34dc3816ea5d3bdb6318209302511a8a8cd58655eb762064861e8ea88961feb4a8f1f9bc5f2dbf2e0145b04d9 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_nr.tar.gz 540918 SHA256 32a62e608ce71d1491a03b1ace538c79de37c63fe0a9480792da0c28993475bf SHA512 343b84b5cb641959e747b6696757e12e871a8d3b03e88ac687e200f821fe58ab47820d525f3b50512eea7539605c4abbc4ac5f15e2cad556f6ff85e3a75c0a57 WHIRLPOOL 736922c5391cacc3cefb831e0d0b8d26867f1f937b9c80cf259b92e8c4bd302be02956ec3203df44fdd845ee9c6427648db4ebc462926bb16b0035a08013d2c0 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_nso.tar.gz 538390 SHA256 c0fd70de0e72260b05f3e04b60da12f80bf970b7d75d0d5eb4abd5f958f550e9 SHA512 5380cf6b03520a9b518cd56fb2cea258811ab415624142598a3ef1063625d6cbd703cdecb7fdc21780d64d9c294fbaef46494fd29901a8d381ca492fa0e22001 WHIRLPOOL 770ade711666ec2f966c7b5ab1e8ccb4ac555503ed1e5649c6bb73fefe365dc621284f18869a987920e07d63a9dcda4115d3087613a1f926acce1a5d7e786109 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_oc.tar.gz 733591 SHA256 ed76561897003c0d5a5a48d2badebf5732a99c883ac6503083520ea8778dc591 SHA512 47508f908de54454f80d13f3c3534da746bb376578d2c5f9c4295e6bd16283266dc5ff50dbc6f2d98ce066caeb4e92e34f8e2ce604b6b73955bd84b0664613a9 WHIRLPOOL ffcfb584006db72e3cd8b8442adff23a64222e02a343242c7cf4e0122cdfcd7665eef772d38f82e5b8e1d9ff98c266fc066b4185948c2812beb2307ad722758b -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_om.tar.gz 527232 SHA256 5917679198e6f6ad14fa7e2675cecebd34e27c88d6f477746b497d4eb0cb0ccb SHA512 a6fe85b41a6ae1fe8918f26c00d7456b607f7d5a70334841dd35268d57d44dc3c09031407cb5b020cd43240781eb28c488bc526a89f8e6ed1cdd2cca0f888c20 WHIRLPOOL fac361de40eaa34a014aa2dbcc080d250ef0778a3cacce25c7481579b3610ecb0cf3dd1d1e76186d2660277df232387f667168ed051ada27c64ca0fa1bd21d34 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_or.tar.gz 590087 SHA256 6f26e611021047f7ae008d295950871815c74e7ee363ca9117927cd6f645b679 SHA512 313715c50ffd7ece8bd0c0d3e86ce8e5a8a62ccdd138322f3080c7578085d35814b2ec266cdfb23771d6b350e718349aa532f05cab870b92f5a28b0b4981ba58 WHIRLPOOL bf77be1f88c679357d113597b411098fb7f50af2bc1216be3ca1d015f83b3593a6c43602d555127b481a89af80a2c96c81e9be087e102d2521fd267f8f3dafb7 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_pa-IN.tar.gz 570978 SHA256 602f652f9294690cd548a62c217d0ee4d224badd8c09f055c37b737ffe33c4e7 SHA512 a9731e7a4c20212f8d750642d51661c9b78ccb417028d9ff7bf1c701634fc82d9d21573f182be110d5527762c526bb1be8236f00b77f3cc78d0cf2208b257b51 WHIRLPOOL 45143cfdf9554ff83f522dedbaea91b7bdbbee40e847eb74dc22b8787dc6a4a43e21ed06238bc09d92c035f486181f773d85a3293e489cbefabcd8d2479c7f7e -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_pl.tar.gz 3319988 SHA256 9f00fb5c85aabdc045c3c60a2b9af6eceb7d464923c88b0218ce8c44f4238826 SHA512 95c25f8e1837e392ab47f969f6f7856cf1c6e1dd8a2e0798e6aede308679775d9e4b1b8f6ec3fa82f6b1ec3659a506fe277ab166896f452a6878fb1797601a7c WHIRLPOOL 8ced5eee2898a9da424919302b92151cb012df48f44ee5d5bd7a7a429cad7405b5619376b799531b904ff3e7a4a9c46ef876fa482ac6ea14eb96757844033fed -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_pt-BR.tar.gz 2601365 SHA256 ac85e72aee1a48602953566e7101dc8c49d83085e373749876a0979b2ce6d7ae SHA512 edb46d5530dc2218e904a28bbc3ffe6f14cd7eb541885fd17fe441100733a9233125bcf90b42abf29a9cbab6e370754aef87f99fc6ae4fe4f7004476f2d04ed2 WHIRLPOOL eec95ed59f5e8fea5be53e9ed5842a9abaa9d8d5cde4de49d0d442313bcad4e9c013bb4c46fdb6a6da87c0ec1497026535de848b663b25ee7bf246278fbb730a -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_pt.tar.gz 1170793 SHA256 e73ffbe3d17129f0ed77552134c9385bb7e0a00ae7120082232a871e66d9296f SHA512 4246f5cc36d0f81b565493add80da5fb4afab722903958867f9b915525558fdc6a95d67632c86e6c8dc4c4b5dfce21ec9f267264cd1ffa177a6e7a6c7e27eb2d WHIRLPOOL 9cb3230e6be149f10d27150e4caeefad3471b3cb041bee694bd58d2b7f22c2eae5a26c3bfd62747e75ce4f6733dd40a5ee617f1adcaae65b0455337657e86cb5 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ro.tar.gz 2397321 SHA256 00e3266a72527a6ec3fb3ff6d3f1f875f6573bf6407854e22790544e9c3dc1ee SHA512 cca0a147906e5488b90d9386931e5e6e4cb803c339365d1e75a9db5e55f82f724a5e680f834dc3ea38fd3684e95e37c10e7594ed47405f5daf8761dc17487cf0 WHIRLPOOL 0b7a3980aaae93e61ee4ac757242b496b4b7c0d76999ec318e16612e86015bdd2a043c479b742037c9a1b42cb9550cbaa0f9216e4c93b989cfcaaeedeb033da5 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ru.tar.gz 1688773 SHA256 d4bc59d8729b7317203433811893e0e55a6d4fe27046664f2adcae9e7a84efd5 SHA512 5062926cf7264d5c9f473e221cb75b1a601cc1a0dee150533fffd24979bfc6fedbd570bab9cc9e8047cd9a9466b9f9cdf6c5f783403651d476d30694784a0cda WHIRLPOOL 2aedfad5367b335d50fa4648d8e405962d45b9f7f608d64e33373ce9f1b2d7f830e08a2e2350522147c5f152eec1ce54c2b87c5b766fc6e10d96db8c6df32611 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_rw.tar.gz 533012 SHA256 da75a660e6dcdd3d1ff2c15e6c592d6e8b4a984780c7fb6a5f8e6c8443f161eb SHA512 a4e67d497c101ddabe5aceb8c9a20930c8a12a6362f78b1757cac905901aafbb61465597c03ba06670d0898792f085151cfd4833a526100fe3018bfd9231448e WHIRLPOOL 27041c56d29fc89a7db640b1ecbb8abec85f435f0e2375c6aadad8994ba3dda32bf9353e9399754626a73f22405178d1a9c550d73812dbf9c53fc734521365c2 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sa-IN.tar.gz 570657 SHA256 b770b597272cbafcacc33f37c171c5291d8420c96757d5427431c664552a7a5c SHA512 ce18ee09f8d5491990604863591a04ecbd0f32d70bba38bab7e53ffd4eaddcb3b7991a13cbf0810ec4ebfa0e31d2c8b6582090cf8a407123ba2e76ded953fe46 WHIRLPOOL 80c7f8b430e33d2cd9a969c095fab5032c6544e2d50cfa1f9094e6fc6b74128eaff52048a74009f003ef42cb2aceced537e0597cb775a3ffbc335c61bdac71f4 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sat.tar.gz 559131 SHA256 7646ae42961eca4b2957be83ea7396681dada13dd69ae2168fd222cf30856b36 SHA512 50165d0cc1153ea4353aa07f573002c4de126afb403fb5d95e68387f3347417e786ea750d60708fa2dd2595f44b8116394c99f7776f55c7846ee4b6845524228 WHIRLPOOL 0b864b7eb6c65de354b091c5c63edca07631866bb52ad1b56f11382eaac6fa039f9d4e8116a75bde743b006a8394fd7e673b418e15667bf2dda0d5dbf79cc891 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sd.tar.gz 556406 SHA256 aa54b01bb77318e94207cb785a696b7cb0f6e72b5a929f27a41d9dd10c3a3c90 SHA512 1ef8f6c5148c79f0c46d430c578af4270521df0c4689a987afee3367d7450ec01b8a5773e6ce94767232befa92319842dbc556ca345d8118403d5f191d6b9a38 WHIRLPOOL e6144060b3a9c071fdfa583f16c40645abc3d340b775f08e2900f621f4a44f1610e2e8f145213c9655a3f8b7163e078f8cd7d561c945dd2a6f5f07cd525a58bf -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_si.tar.gz 872492 SHA256 060e7042e53aab225e16aa8dae75be2a7fd50de6c4fd5e963975d71ec7ffbcaa SHA512 c35f99c95ddc4d89a2e4299dd2b2d54f2bb14376c03c64558ed1542e24ad8212e179e7e9ae6339792a115db9de9134c19e19c1b0692952a95089b34f95d27f94 WHIRLPOOL 9cccc5ae647814173da11c40fada5906fc56ab206666ebae9d794699554127b4be1df58c487a1883b6ba91013fb49e6484d08a4a159cddaa18d69cd69eb755b7 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sid.tar.gz 532770 SHA256 9595b2631be3f85e3bb05c15a7db0b54e209591030ef01b261f2f6e85ccd5e47 SHA512 47bf66c5ad052ce9307165284642fec4fe9b00fc6dea8a8a613a58efb19a1184b447743cfb7af915744aabcdc95887d47de32732272b7795218d469a201987df WHIRLPOOL 9580d6fa035635d0a967ca16d15b36b6bd56f821ed61ce7344543569df1e9b790502a90fcc925261493db4f8be1ee7d2d40a9490da99717ffc1a4ba8b76b474b -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sk.tar.gz 1824897 SHA256 0ce6640f5ae8282b345d545fa8523a4a43da7ef7bf198d5df3da9969556217b7 SHA512 4b9843abbe6826b296f208e7dd7c8c55af03ff1b5fa61c6684d7db8e7804eb9404b77fe5a53a653123421daa4a1d3b8834df88cc8eb211c867a1a0a46582a42b WHIRLPOOL a87c6ce586ee38306b5ef2185e07868ffdf0c2cef99964e5fcff86a5ae04b78082f49dd671e77b9ef5806b8db043d498527dc3cb28fbb3e13f347fc9cec836d8 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sl.tar.gz 2170448 SHA256 2327fb9dfc817de9e994cc5c5663b8a118cabd40790686d5e992bd55b2b4ddd3 SHA512 8ac927f698f31c9d4266614c60a00fd9b07d097c7aa68a0acb00ce4b5988eee800395f1d4e2b55de43f161a004ed6c49b4360d287ed127e8a65a07edf5cd08de WHIRLPOOL fb664f26c2638bd89c7e0e69a2bceafe954f37d8d62201a0ae5927c1d9fc75c023dad9b09f8fadbe9d31d735d1944c4d3ee3155209a370fa3a7b55d08cff3f3e -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sq.tar.gz 537879 SHA256 784daca5ee5d4b5924bc7eb8e9074a6373513ec314a3af43c93d7959ad90c10e SHA512 c93a66d8fb416b929174d728f091b2094944aa2fd3b6625225d9d99644a30091b16fe8261316a7ccf011ccc6d3452c1d163cdad5e9f34ac4feda2939d7f8ef87 WHIRLPOOL c3b3b571015be4c9783715f2ab405955043d8ee4c0e95c9581c505f9fc50a1ebd1be5e87ea2aeceb718dce23b8f218ad1d7fee59c8d5824e65b36bd657e4dc98 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sr-Latn.tar.gz 1733409 SHA256 cc850edb63f9de468af7aaad766a17c82279dc946e5f4308cc409a06bf32b16b SHA512 ce3fd526e97a5ec7657f8d5489251c34de2282b8826a18e6c3d2773f90aad5200912f012c50d6a0699681cbe9d98085a3b5132eb52e60dd04efb7125a7cb6a3d WHIRLPOOL f65b800ce68446ca2075d9145f13f732cb03e53ac5d7220069df4b5651b57de25a6a1762c68a0d5d2833ce2e5832447ff52cedbc5cde22340341c2c92ee59ef5 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sr.tar.gz 1770814 SHA256 24df1096a45e40c629eae394492a5c2680d3bc8482e0bdb30a49f386607f7abe SHA512 5e859670b8b466922b4fdd1a12aa04d2ff8be03e0b556eeeccbc85c4858f6f2bc4b1e17c5c11193c9e6ff02ae281723f2d6eba1216755e1a25bfeb1ce5eacd5b WHIRLPOOL 0a2aa0ad1d5f2f835d84f04ac70e08c8c28d0f3eb9a07401babd9f80908cbe706e3ba09e3701a5325d8d2e3864ffeea195c3a828f0eaa78dfb9b09d9ab1897dd -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ss.tar.gz 539069 SHA256 3ed0890a1cba68378555296889b2ebf25c5713036a83ea7b04230bcd49835b6c SHA512 d4391201acde5e393d7b6f2769e2fbc36085ca4c9548d2f37935323d1dd4ea8827a1bb08734a3363d01f655081cd84dbfa5d2d2536dd5ec45c230bb48ddf6b4a WHIRLPOOL e45ebbd671d8187bc1932109816f790adfdc3b42931065a3844c6a9f7d0cfacf1e5972e05e3cc01d625cb1d1ea1c4c3fd6d958fe30305aff5129657df7a045bd -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_st.tar.gz 537855 SHA256 5a64a23e367834722388a5b925fa140617115dcada8e25b8ef530264662b8591 SHA512 de953077c818d205c63d53491dcca7c7a5152f36ce8d5e4c2aee44f161b44862baff80cc8302305890434b776fd0d9a43bf80ecd005bda45d45198c2ec30efdc WHIRLPOOL 07afd9e987196450b12f47a5c492ba0f9bc3f374f747513c506975efcf881b0d515f694a41613f333aca2ea80eb35fd0072d5f915d51688b099a06e6ea3483dc -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sv.tar.gz 2265198 SHA256 227f2f0e8b719f39a3c14338180de1a426f105c9a8c6821772a9d791d7600ac1 SHA512 713b3838e5eb2bdbf3b39fcd9c46f96443a74d6f8ca2c4fc0c8de01da63520c555affea6c5c98b48dcc8ebba2d54918dcde6d5f2d5ffb76b7df6fcd5a674115c WHIRLPOOL 11bc430ab7104b3c3087bc4a99171ce3084112327181f8b3ca682eff175d062c99218a53698b8591d793babc6f784c4811da98973b49567cd5b1328d3e19e972 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_sw-TZ.tar.gz 522499 SHA256 273f4c31b43329787dd5c339fe1126c3f595750ce97538737014106d037f8ae8 SHA512 304b7759cf62f93c1ce3662a01840c0b6b515091c503abefbdf18b766c67b5a0ae0dd7134b40a1a792fd32d090258f11ab56abae0598c10f60a52187420e7da7 WHIRLPOOL 5dd4988905ec464b9ee60bf0494b29a76101e118756eca4c517c664051511c93d5793188cb8bc3b11915f7bf0b4c3f09236642740e3ad9aa53d9ae1005a79d79 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ta.tar.gz 592527 SHA256 c1180712e95cd9b9c657a4912f3c3cb12b629090c815ca745505382ef851cf90 SHA512 bd0bb0db1afdda501f74ae056261b87be2620d158d837e990d5ff5d25f828b3e1b88f571efa1dedef0f0a4dbeb2f4381479664d890c90a19d19ac3a9f40b45c2 WHIRLPOOL eb1be8b34c1713833e6725105a46c8a2c6f29435dca880464fe13bcaa38574c0c581e9fcbaa24b1306e37654c91cbb71810c9211ff3803c2bc4fc7de90a33948 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_te.tar.gz 1153577 SHA256 4c2608b27c7022de06afb03cb8e6c1f0edd5564918ae43a994d85bfeee658a86 SHA512 e5a42c6ec1ba8ea8751e7101786df3f3e6610cc1d2531dc4370b3a4cfa3f58e1b8f0720adb20ee01ac9e98b9b31a2eafe0d3448a561658ab4c4182dfa539ebfe WHIRLPOOL 3f450d1151f179995840b67ee5fba98bfe6cc9cafe72c1ebe59a1fadac3b1418ecb16571866eb6181705db7ae023b2aed1187559445474fe5632f85899d57357 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_tg.tar.gz 558190 SHA256 5ed1df563b931bd85bdbc2079707d6d5be69ead32afd2834bf767abf082fc799 SHA512 38d53f8f99ea7d82f8df987c95eed9a7c2c06bc2ff4f1bba3648ce0f690510793d56a283d402ef1cb4b3dca62e2f204c7a848b3ebcb432a7249464c7097d69e1 WHIRLPOOL 6cfca313128b6160bf7bbf07b4617c5460cb80012567078fa8cc90335c2e311d42c4ae03dacfcd14a5109db5ef17d0b7fdd993072b7de9e88a1497438eb6d321 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_th.tar.gz 733026 SHA256 1c92a296892b61b07efef0033e86ed84077cd7e5dbfaf4a7b966a09a885b6f64 SHA512 9772b5e2e004b42f3ad6e3d994a7f00e7a624a82055b34628c671c23335b13b015a025db26abf878ee20cddc6f66c867b3d203030b85957604beeb896a3aa7d9 WHIRLPOOL 975c9cd9b049ee1f21ccad4e5073fb93bb8ca959c833b1ad7a27c183e09d4ddc6a00e52b2abf07e8f404a710ef24fdbcd1cb75ece4d53412e6fb2095f1c33fa6 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_tn.tar.gz 527164 SHA256 35b1e8f22066bb8087b5270586c1868ddd39d6c1d4996aba5b5e664976972bb1 SHA512 3e10a043a671a92b9ba6c7fee54f044080846890f5ac79bc1dcadd3625cb2833f6572b02815873f1a7390f2119d3c53cc2bafa68c4621350ed56f5b89232ded3 WHIRLPOOL acfbd91c6fe1441476e8d1762d2090e3ca8e2aca46bca450b12fa7fc27429484c6f83fb8501ed99000511750d0e08ed3e085cc2fb4bc6d4f4f654d44f30c0e79 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_tr.tar.gz 560989 SHA256 216b67f77d42d5caf1deef4c6a8fb4ac087dff95038655d8e463644768e03300 SHA512 9e040e38de5e443452e1763ba4a5bb1e92f63d5bfe717f157c8aa75d8a0886b8d609e298f1475db06e5a1162c190ef209aa1654e36137ad942b256aa11e4398c WHIRLPOOL b24bfebcfcc8dc3b6adc8d532f43ab1b7f20a9cc1d004e2b1fb17d06ebb87a0a3c5ae746df01a11d6424fa68574cb6cf99be7b9f49c53db39f15f60fa6817ccf -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ts.tar.gz 539615 SHA256 9c839336a7177f3b33ee0d84d5b803bc951b29de0d725457583c2082e5746f9f SHA512 ace5aff360c41d940c50c83ddba0fe2fe8d1265209de3c76e98a93ee92c9eb049a70b0249461f3a91a777b59333db2835e9ce291b919f747e89dbde75b58b044 WHIRLPOOL 3ad5039e5e51ad6296ab95c9d3f8acbfa277395ce4b09ccdf6ec901af1262004e5f33b6eeac51587c35c36b3b256f2661a7836d449f440962a9715b7a8f2750c -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_tt.tar.gz 533621 SHA256 08cf819e718e0221e76e638278c3e7371a5bf3ca65e019134d44747a4002617d SHA512 faec9066185681693831e82f69f6e2a59291e363a86d469eea0489cd011351c88bccaaa54010685030cd08b51c37288d3feaa93688ae278b6bc9f44368bee2a3 WHIRLPOOL a273ec253d9fd95be24dca138d7f18bf4c6c5c9c8db36d458e972ef0e1eb1c330786a90b7f290787e05749094188c40122c452b67405381a4ac0937101fa63e0 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ug.tar.gz 566391 SHA256 19edafa4e2d3eb7e07922ac20def05ca81fd7c2dafbeb9baafb33babe406b374 SHA512 86c92764c18b8740235421e3f2aad7d4da9af6f9ac0895040d58ad77e31b2fa7db0f705f43289e7fe2d6d8402c8da4e2a068488f3ef567a5ec027792d098f631 WHIRLPOOL 5c0b3aee9a94ccfeb771c0b22c7a93797ce4378c9bc3d4d9ee617d63a318645860d2ffff183ad987999b52e399a65e4cfd5ce39bdf8110bebcd6944bfcbc548d -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_uk.tar.gz 1410128 SHA256 814aecfc3937d798024754ceb18f7b5c894b7339fd444f10fffe4e1d072fd4f9 SHA512 991ed3a2217483db0228117bb70dbb49b74b667b97517bbf5e0a57dd43fc0e395ff501cfc660a09f69a3f31184a32847ca4b1af4d78452d55ef2eadfde28a11e WHIRLPOOL 4e1e8d9ed403af3f415081f1a231989809db1a8880785a08c1193de6ef905e4684c911631c5b355bd87e52df90cdd10b7bb3487f0428e6f933dfb08f31b9f597 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_uz.tar.gz 528345 SHA256 f015dbd07127f463cbc31b71286f20cc026b2cf9db187e3bf4d38d1a6b810635 SHA512 2d88bf0da59ddc7d6b478e1da13e4c8528d4fd7f1fee7b105b89f92f40c26548423db1520010ac8962ddab622d8510c8f899d17bc856eaf47cc1fe57012b7608 WHIRLPOOL b431d2db0aa7d672fca78f9a6bd7e6bedabc9546fa17aae592fcee504268f1fe9c349a23369bda786c465d6b02706d183909579c4ff249ad0a94c8cee3be8d26 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_ve.tar.gz 541767 SHA256 1800f44d4f3817099beefef81152da3ea692e3c2cd5305f2b3cdc96d650d22db SHA512 121e835d9e074c13a46048265730fae7bd8b6ef7ac7ba431654b0d3c6c9e63b6dc5594fca1502dc114da6cc0beef04b1368c9f2edd66615b05a5293c5c08f5a6 WHIRLPOOL 89a8ce0115ede1138079bcb7f51282464191b6e03c252d1426626f8b508943d789f6d8f4f70c07b780fc6ef309209782e47681a3100cf7844b86afc84bd28b12 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_vi.tar.gz 561086 SHA256 44a89a3577289e3bf83a5633f996c29096c35e4a8c899785104f47f8b7e16be0 SHA512 3c6b4d8c65fc7d0a04db9c52e7ae53233af769fbd19c122d84cd8ea4237370cbea6b512a2f9dc6bc16311370ee92673b86bfd8995e21cff281b9289c68fe127d WHIRLPOOL 93a3f71807c844f2544dcc5db3cd5a3cd585e76a98fc6af53d5273cfdaea8f5fb1d6a7701c89c6a9b1998ca8fdd76ed2cefc5c1c920eed3b19dfe9103d4184fe -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_xh.tar.gz 550618 SHA256 08b38a94546f642e4812d685883a1a4f59cf029558e1d409c9cb1864de7d4b58 SHA512 5c84d0fe7f2b8078bdbfe1019def41672432a71d12e08d57c9af426596d70d9bf710e34aee6387551ffa53a6edc184d27786d7814eb9501c0a9647452d402629 WHIRLPOOL d8f87141bdc52c59658382bebd4977757f7b1c0b98defacbeb212d5c1f338f4f3454a6daa2c9f0d04e3fc0d8508aea02f7a9a5fda9a89576b0d03edc6913f157 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_zh-CN.tar.gz 597199 SHA256 c5cec4abb21569d4ff708962497d7c732551a70f3e6c246ac3825bbae9f21be7 SHA512 c6d85e965fe68c99645cd7031991d7233379c0db9e7cf0111f5460591e76c79e78f06fb9230cd4185abb0572da8caf908c7eb09c7ac0e6055426b588b525c1fe WHIRLPOOL 3d83d784ca66f3532bb50049d84d8a3c668c0191d899a26b1eea7797efcb77f56f1a8a14828bd88d6bc3ef810b6eb6287028581735e5d6823cb78bfd00a14de9 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_zh-TW.tar.gz 594788 SHA256 a50c4e324522fddbea30f7ecd47c51458e65d26916bc17acb88283e34608eacd SHA512 c15426484938bffd1eea7dc98b178d72729e88fdacf405c3daba5f718c39b28d4f2c414f72984bcc0b3fb56d03274fb507feb51b5a0a0eb5e4984eead06aa1fd WHIRLPOOL f3e9bd95b2fabeca53a6735fa4deb7a6325c2616ba637142f000e363ed7d4de98e011c28010d992216865a790780334c0a0f0f0d281f881e328481dd1b0c8182 -DIST LibreOffice_4.2.5_Linux_x86_rpm_langpack_zu.tar.gz 550068 SHA256 58d2468c15f3458740a661c449e51298ff0c13e74d5388d36be863379e138c95 SHA512 fa6962951b5b041754ba1f46b23c5c25dbcce9064bbc72c1c15c12a6c85c6087a370385cb04e961422b74f3cd09c329cb39ed3d5128974ee7c29c6831492e65f WHIRLPOOL 6c528c48bc0f2312e2f188a05d19008b3523a279e561fdf15887b37add0e96724efc5c3ae8cc1c9150388864afb7b57bb505057e70e9bd90dcc8be5e0eb1ee21 DIST LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_am.tar.gz 7067417 SHA256 9aac3ff7390015cedb2c4ed655a5ce83da9bffa9e97871a9f7847da968c11c15 SHA512 1974476bda39158532093000bdc457ee1008d30fb6d00573d21d1a12f70ff4f7c57457740178bfd1f9dbf36185a9ee00abb4a2c69f5f40bc40ba261a87df084b WHIRLPOOL 9633f4be562b3d627dad8cf6822bfd552ed4c841f5c27720351f2a0a7591bfbe95a13668f1b2fa3674b1ed58638f729530942e75665826092ed1d941fa68f45f DIST LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ast.tar.gz 7986128 SHA256 159dca814ea2816458e02dbc8886c6fd9902d5a932e82f8ceb23e683b94e82a9 SHA512 7a689953f759a816a38029ed89554aef9b465c050aa453a63cae318ab40ce4115943d516f955698108686e1c07ea36791acd116652590ef82752dedd2497b104 WHIRLPOOL d4e380c8afa78c96dd6134b16a6c4e1fbff604037591cc73158af36f4140159ee8e8bf86471bd395ada90d1c15969cc3ed5da8b355e8324db9a9a09a912b8850 DIST LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_bg.tar.gz 8232769 SHA256 18fe0a6efac8518414b7b936471617ad6e6eb125abbd2afc4783e31550e7b84c SHA512 a3b66f0408c8faca4951154d7a98c067e6f4ce7f7b2c25742e819954be1f9c4c71b0fe4c70beedc278fefb785c56fffbe84e9e27046e52596e95606199ce3986 WHIRLPOOL 4bd891fdc5d2289443d99a508a323e13030f65d2a0b560b36808718c1e5b1f01f5501811e682740b1fa258a344bfa83122ffc0dc97214a90627bf7b74395d86a diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-4.2.5.2.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-4.2.5.2.ebuild deleted file mode 100644 index 576e9e19fab6..000000000000 --- a/app-office/libreoffice-l10n/libreoffice-l10n-4.2.5.2.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2014 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.2.5.2.ebuild,v 1.4 2014/08/10 18:16:21 slyfox 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 ~ppc 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/ -} diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.3-r1.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.3-r1.ebuild index a766ec034e09..c991608fe39b 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.3-r1.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.3-r1.ebuild,v 1.2 2014/09/18 10:10:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.2.6.3-r1.ebuild,v 1.3 2014/09/19 08:35:26 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ BASE_SRC_URI="http://download.documentfoundation.org/${PN/-l10n/}/stable/${MY_PV LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux" IUSE="offlinehelp" # diff --git a/app-office/libreoffice/Manifest b/app-office/libreoffice/Manifest index ff3abb3d7857..af9e5b96dd96 100644 --- a/app-office/libreoffice/Manifest +++ b/app-office/libreoffice/Manifest @@ -7,10 +7,8 @@ DIST 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip 1521926 SHA256 1fb458d6aab0 DIST OpenCOLLADA-master-6509aa13af.tar.bz2 9691335 SHA256 8f25d429237cde289a448c82a0a830791354ccce5ee40d77535642e46367d6c4 SHA512 e24c14775c180f52dfaa08c499ce2577062a6617500318bf8e017cae3af32427b73e8ac97fbbaee408e6bb16dcff5cff3ed96f7175ae1b8617ad18b73e45c830 WHIRLPOOL c9b7bdebaa1daca2b6d855133b4b140756d29a8d79e36990826c81821d02339440eb32a77062a9234e3d2966a05f0412c853ed437b14ac5c2e7d1221d15aa444 DIST a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip 23150 SHA256 75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870 SHA512 2d3835f7ac356805025cafedcad97faa48d0f5da386e6ac7b7451030059df8e2fdb0861ade07a576ebf9fb5b88a973585ab0437944b06aac9289d6898ba8586a WHIRLPOOL 60b98d9af2c83c0cf12a5a60ba30957d335b8b967cac07971e1edbc787b9caecd4b3c5bb480e8b38fe8109c1cf74439ebafae130c976182c2c15399f38f5d28c DIST d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz 16525605 SHA256 1f188ac03a8aa4663223eca8c82f91a55293d066d67127082e29a7dba1a98c9f SHA512 d08a7fe432e8df47d1d8992a45bb5f33149cb75b90eb74b2f2e457628d21a94b17eae0045096b053d2a866bf7710c775581c3e417b5dfaf66601aa18071b7305 WHIRLPOOL 95dc6ec0fb293c3538c1d51241283edf4e21647dcfd10229233ab7c3f13f7c78e6bb02c4d292a7cd2a2ec95575d775f0395e837bbc88ab4ddbaa5adfd62be2f0 -DIST libreoffice-4.2.5.2.tar.xz 123615344 SHA256 4bf7898d7d0ba918a8f6668eff0904a549e5a2de837854716e6d996f121817d5 SHA512 e08aab26f79fdebbaac542a12f19e9eaa6b515802b12e9fb866036f6002b60503bc0fddd443a232c92c14d1e1fbbf7e9cc684142af5ac7558ff1907881ee7d7c WHIRLPOOL 3d43fdca47a16d2d5d8a4df955b89d69c6107453e8321219ce513ef741e6ce6ba329d84914f83f328ef2421df6e7d3dff6c5dbca3bc2b34abdc795cf67309601 DIST libreoffice-4.2.6.3.tar.xz 123839476 SHA256 d954b9fd0df1e51d5441254ae932262b3f4a06ff3275f1a97dea1b369d4f8f9a SHA512 689bb422285bc4db479d940d87e8cc12a2aeb7c410a9928f12ec853ad05b89729b7a893f546318c68c30eb6759db081a194746a5baa7185ddf4074465503629f WHIRLPOOL cdb9a91b71cd04e3d9d8744c0ac433cb49c720ae36000ef107f0bd4e1ce0ef83589413f63dcb13f7484b6aa4428e1c714893a9158aaab152e51c6019cbda1ad9 DIST libreoffice-4.3.1.2.tar.xz 152392464 SHA256 a53d3af47d0fccf8b33de31c00158a89dc137a8edfe2b546c9c379f7822f3268 SHA512 62bedc21e18fffa4a345e5840bc349381d00991714ca023561cadbc0e306a141b062fc882d8ccfb32e6b48b453140976366c428e84830df77797eeb3c32508ea WHIRLPOOL bbcfa9c3b69e4ac015d84ead7bd8438d487e956009aaa2b0a70f6f04d47aa981ec7b19ecf0899c66c317f291b65d6a34f1a692b3d2f15ac18fceec682b000d04 DIST libreoffice-branding-gentoo-0.8.tar.xz 151568 SHA256 22722121be062742624e0634beae92289c75e6a99ed507d3bf0a05c5164e3c69 SHA512 785031a699b1d1895ce4b50ffc3ddf645f3a0ef9acdf37facfd18cf75db9484cb8f53a50abb63d6006ead76a80b6ff5aa99661063245ebb84bd64013d713de7f WHIRLPOOL 1f36652a52d501d6548cfa9aa013b3e3a1867aa2b0693d2274cf7816d4aa4e0cde3c7096cc71ed47cf74e5f96da2757bf537f553021f8fd86939accb227bf538 -DIST libreoffice-help-4.2.5.2.tar.xz 1855424 SHA256 bb306643a337c6184cf1663afa8bd0f891ae28b5db6c0290c0eea5819f6d73cd SHA512 ba3e350736e3c51b7dd7a8f8c3f819eb19728bbd73eeb031375ca43bee3dfc0aacba19e919c9bf8f9ff2ac82f4fb82ded90d23c3a30912412564913315f7e24a WHIRLPOOL 1c047f8c98cb252fa28b5f67f7a13244f2112e9bdde06af58796657f228ec315d8ca42a6b91433cbf5c997a6f0660c7187634333ef3f11941817da97e5da6862 DIST libreoffice-help-4.2.6.3.tar.xz 1855444 SHA256 892a78b667f5b1d771920c71bb010a7b1e537d965007591288094ae1e37bf21f SHA512 7eb441bd8e07485a3f003a3317a050c2a9a623d63b42ccbd1dd8e8fa387ab3ea8155e6a2ee135c829a851517a2bfe1ca78d89927ba4afe2f5cc6a59d14e5de80 WHIRLPOOL 217b634e51695465f4ff8e78145a7b4030b634c37f7daf0f8c46fc13db72dc9fdbb9ea8c4b669fd0c7a61fa5a1b75386cf966e3f351534a33691a817baac9e6e DIST libreoffice-help-4.3.1.2.tar.xz 1855104 SHA256 dfb567c42a9943888454594b91ef587cc68c9825d974d6cd979f98a3a8fb1be0 SHA512 d99be6a5229d92c86aa301962a301ffb1b560a3e518979b7eab4bfa50e32b82c68f13630384abea63ba884335d8782d6518f76e73f5e8adeda6912214851e339 WHIRLPOOL fe27e6744e0072d9aa58c5defcca4c62bbbffaa62ccfafe7204427126a88c0730caafc02137bc77ffa6f8d1b2286c4bf9f1582f486348a92bcd7790516e60da7 diff --git a/app-office/libreoffice/libreoffice-4.2.5.2.ebuild b/app-office/libreoffice/libreoffice-4.2.5.2.ebuild deleted file mode 100644 index 314bf2b80a58..000000000000 --- a/app-office/libreoffice/libreoffice-4.2.5.2.ebuild +++ /dev/null @@ -1,589 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.2.5.2.ebuild,v 1.19 2014/09/14 09:11:47 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-2" -inherit base autotools bash-completion-r1 check-reqs eutils java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs flag-o-matic nsplugins ${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+=" 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 +cups dbus debug eds firebird gnome gstreamer +gtk -gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc +webdav" - -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 ~ppc 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.0* - >=app-text/libexttextcat-3.2 - =app-text/libebook-0.0* - =app-text/libetonyek-0.0* - app-text/liblangtag - =app-text/libmspub-0.0* - =app-text/libmwaw-0.2* - =app-text/libodfgen-0.0* - app-text/libwpd:0.9[tools] - app-text/libwpg:0.2 - =app-text/libwps-0.2* - >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] - >=dev-cpp/clucene-2.3.3.4-r2 - dev-cpp/libcmis:0.4 - dev-db/unixODBC - >=dev-libs/boost-1.46:= - dev-libs/expat - >=dev-libs/hyphen-2.7.1 - >=dev-libs/icu-4.8.1.1:= - >=dev-libs/libatomic_ops-7.2d - =dev-libs/liborcus-0.5* - >=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/harfbuzz-0.9.18:=[icu(+)] - media-libs/lcms:2 - >=media-libs/libpng-1.4 - =media-libs/libcdr-0.0* - =media-libs/libfreehand-0.0* - =media-libs/libvisio-0.0* - >=net-misc/curl-7.21.4 - 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 - bluetooth? ( net-wireless/bluez ) - cups? ( net-print/cups ) - dbus? ( >=dev-libs/dbus-glib-0.92 ) - eds? ( gnome-extra/evolution-data-server ) - firebird? ( >=dev-db/firebird-2.5 ) - 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 ) - opengl? ( - virtual/glu - virtual/opengl - ) - postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) - telepathy? ( - dev-libs/glib:2 - >=net-libs/telepathy-glib-0.18.0 - >=x11-libs/gtk+-2.24:2 - ) - webdav? ( net-libs/neon ) -" - -RDEPEND="${COMMON_DEPEND} - !app-office/libreoffice-bin - !app-office/libreoffice-bin-debug - !=virtual/jre-1.6 ) - vlc? ( media-video/vlc ) -" - -if [[ ${PV} != *9999* ]]; then - PDEPEND="~app-office/libreoffice-l10n-${PV}" -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/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.10.3:= - virtual/pkgconfig - 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 - 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}-3.7-system-pyuno.patch" - - # staged for git master - "${FILESDIR}/${PN}-4.2.0.4-curl-config.patch" -) - -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - bluetooth? ( dbus ) - 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-base; 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_PROJECT="${PN}/${mod}" - EGIT_SOURCEDIR="${WORKDIR}/${P}" - [[ ${mod} != core ]] && EGIT_SOURCEDIR="${WORKDIR}/${PN}-${mod}-${PV}" - EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}/${mod}" - EGIT_NOUNPACK="true" - git-2_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_PROJECT EGIT_SOURCEDIR 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) - - # 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 scripting/source/pyprov/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 - local jbs=$(sed -ne 's/.*\(-j[[:space:]]*\|--jobs=\)\([[:digit:]]\+\).*/\2/;T;p' <<< "${MAKEOPTS}") - - # recheck that there is some value in jobs - [[ -z ${jbs} ]] && jbs="1" - - # 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-{afms,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-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=${jbs} \ - --with-system-ucpp \ - --with-vendor="Gentoo Foundation" \ - --with-x \ - --without-afms \ - --without-fonts \ - --without-myspell-dicts \ - --without-help \ - --with-helppack-integration \ - --without-sun-templates \ - $(use_enable bluetooth sdremote-bluetooth) \ - $(use_enable cups) \ - $(use_enable debug) \ - $(use_enable dbus) \ - $(use_enable eds evolution2) \ - $(use_enable firebird firebird-sdbc) \ - $(use_enable gnome gconf) \ - $(use_enable gnome gio) \ - $(use_enable gnome lockdown) \ - $(use_enable gstreamer) \ - $(use_enable gtk) \ - $(use_enable gtk3) \ - $(use_enable kde kde4) \ - $(use_enable mysql ext-mariadb-connector) \ - $(use_enable odk) \ - $(use_enable opengl) \ - $(use_enable postgres postgresql-sdbc) \ - $(use_enable telepathy) \ - $(use_enable vba) \ - $(use_enable vlc) \ - $(use_enable webdav neon) \ - $(use_with java) \ - $(use_with mysql system-mysql-cppconn) \ - $(use_with odk doxygen) \ - ${internal_libs} \ - ${java_opts} \ - ${ext_opts} -} - -src_compile() { - # 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} - rm -rf "${ED}"/etc/ - - if use branding; then - insinto /usr/$(get_libdir)/${PN}/program - newins "${WORKDIR}/branding-sofficerc" sofficerc - echo "CONFIG_PROTECT=/usr/$(get_libdir)/${PN}/program/sofficerc" > "${ED}"/etc/env.d/99${PN} - fi - - # symlink the nsplugin to proper location - # use gtk && inst_plugin /usr/$(get_libdir)/libreoffice/program/libnpsoplugin.so - - # 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/ - - 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 -} diff --git a/app-office/libreoffice/libreoffice-4.2.6.3.ebuild b/app-office/libreoffice/libreoffice-4.2.6.3.ebuild index 5d6ea59a5e48..c90e30802dc4 100644 --- a/app-office/libreoffice/libreoffice-4.2.6.3.ebuild +++ b/app-office/libreoffice/libreoffice-4.2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.2.6.3.ebuild,v 1.11 2014/09/18 20:59:56 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-4.2.6.3.ebuild,v 1.12 2014/09/19 08:35:12 ago Exp $ EAPI=5 @@ -89,7 +89,7 @@ unset lo_xt LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" [[ ${PV} == *9999* ]] || \ -KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux" COMMON_DEPEND=" ${PYTHON_DEPS} diff --git a/app-text/tesseract/tesseract-3.03_rc1.ebuild b/app-text/tesseract/tesseract-3.03_rc1.ebuild index 09605561f766..ad0d1d9566cc 100644 --- a/app-text/tesseract/tesseract-3.03_rc1.ebuild +++ b/app-text/tesseract/tesseract-3.03_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.03_rc1.ebuild,v 1.4 2014/08/30 17:55:26 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.03_rc1.ebuild,v 1.5 2014/09/19 09:28:27 ago Exp $ EAPI=5 @@ -64,7 +64,7 @@ SRC_URI="http://dev.gentoo.org/~tomka/files/${PN}-3.03-rc1.tar.gz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ppc64 ~sparc ~x86" IUSE="doc examples jpeg png tiff -webp +scrollview static-libs linguas_ar linguas_bg linguas_ca linguas_chr linguas_cs linguas_de linguas_da linguas_el linguas_es linguas_fi linguas_fr linguas_he linguas_hi linguas_hu linguas_id linguas_it linguas_jp linguas_ko linguas_lt linguas_lv linguas_nl linguas_no linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_th linguas_tl linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW osd" diff --git a/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild b/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild index 525bd89151ce..e3fec3f10340 100644 --- a/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild +++ b/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild,v 1.4 2014/08/13 15:26:42 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cairo/cairo-0.12.5.0-r1.ebuild,v 1.5 2014/09/19 08:56:46 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86" IUSE="+pdf +postscript +svg" RDEPEND="dev-haskell/mtl:=[profile?] diff --git a/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild b/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild index 46f44dd46c6b..b2b271046ecf 100644 --- a/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild +++ b/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild,v 1.5 2011/03/23 20:04:02 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/glassfish-deployment-api/glassfish-deployment-api-1.2.ebuild,v 1.6 2014/09/19 06:37:31 mgorny Exp $ EAPI="2" JAVA_PKG_IUSE="source" @@ -29,9 +29,6 @@ S="${WORKDIR}/glassfish/deployment-api/" EANT_BUILD_TARGET="all" src_prepare() { - default - - cd "${S}" epatch "${FILESDIR}/${P}-build.xml.patch" } diff --git a/dev-java/java-config/java-config-2.2.0.ebuild b/dev-java/java-config/java-config-2.2.0.ebuild index 005e21e67212..3935ef348bc1 100644 --- a/dev-java/java-config/java-config-2.2.0.ebuild +++ b/dev-java/java-config/java-config-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.9 2014/05/23 23:59:57 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.11 2014/09/19 09:37:57 ago Exp $ EAPI="5" @@ -15,7 +15,7 @@ SRC_URI="http://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="2" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" # baselayout-java is added as a dep till it can be added to eclass. diff --git a/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild b/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild index 604f2b83d725..01250aa1d154 100644 --- a/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild +++ b/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild,v 1.4 2014/07/20 09:20:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-mysql/jdbc-mysql-5.1.26.ebuild,v 1.5 2014/09/19 09:10:47 ago Exp $ EAPI="5" @@ -19,7 +19,7 @@ SRC_URI="mirror://mysql/Downloads/Connector-J/${MY_P}.tar.gz" LICENSE="GPL-2-with-MySQL-FLOSS-exception" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="c3p0 log4j" diff --git a/dev-lang/moarvm/Manifest b/dev-lang/moarvm/Manifest index 26263be3cf9e..066b6527cf5e 100644 --- a/dev-lang/moarvm/Manifest +++ b/dev-lang/moarvm/Manifest @@ -1,2 +1,3 @@ DIST MoarVM-2014.07.tar.gz 2208093 SHA256 9659d18d6e63b95ee64f4d8ced9d7cd156f3d4867abdac6173c109fed2bdaabb SHA512 de7cb593446b952776a9a3dc6bb84e5b3fb5eafd25d59101d44f85fd7a9ac2cc24e2b1720cd3cbce65fd490ec85c4c56da6b92d9a1c7233816ff7b082754a500 WHIRLPOOL 0adff0a3607b1885510a2e3df9ea82dd36b1e73898c66025ebcf23c209ff8fdd5a1de6a3127569ef60f48f4bceac62a32bd2d63af0818a926cd10b20e321fec3 DIST MoarVM-2014.08.tar.gz 2375244 SHA256 1c213fdb3813351d7591d61eb11662ccc93d8fa4b4b9c66daf18f97dda74f7c5 SHA512 5f76b9450205d39e37032ff8664bb6309b3ab75308e63cdba330787bf0d15401b9d583fee15e7f5c117c05321040f27148b2cae34f1ff884c252232ebcfe9394 WHIRLPOOL ebb048cd8ca68f1e5456aacd21f2ce267e632da2f97effbb760ad668b0a8a3b6103c010f792a55f396deaa11b61db1270b2d207cf2d6725f318984d0cb09c1c3 +DIST MoarVM-2014.09.tar.gz 2506918 SHA256 5d37b621323176f8c6eaacc1395326e6e5dcf4f34c938910597661cb175a6d3a SHA512 7c7b330219861f01b30480ad6a8a5315444e068475065cb2d0efb2a24847eaffc461346664ede596fdc20ea33e93330681dda77d7a69e3db73e1f213ae827d8d WHIRLPOOL ea13ad3a2df10d2b1f91343a71109ad88829623d86e03124dd825f4e04a9aecaf545205c01fa15452463ac21066420b8a24753e10bc46524e6f8c553d2dc4976 diff --git a/dev-lang/moarvm/moarvm-2014.09.ebuild b/dev-lang/moarvm/moarvm-2014.09.ebuild new file mode 100644 index 000000000000..2270e08dc12d --- /dev/null +++ b/dev-lang/moarvm/moarvm-2014.09.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.09.ebuild,v 1.1 2014/09/19 05:59:56 patrick Exp $ + +EAPI=5 + +inherit eutils multilib + +MY_PN="MoarVM" + +DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6" +HOMEPAGE="http://moarvm.org" +SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="dev-libs/libuv" +DEPEND="${RDEPEND} + dev-lang/perl" + +S="${WORKDIR}/MoarVM-${PV}" + +src_configure() { + perl Configure.pl --prefix="${D}/usr"|| die +} + +src_install() { + emake install +} diff --git a/dev-lang/nqp/Manifest b/dev-lang/nqp/Manifest index 1cc050563d9f..3168e65a55f8 100644 --- a/dev-lang/nqp/Manifest +++ b/dev-lang/nqp/Manifest @@ -1,2 +1,3 @@ DIST nqp-2014.07.tar.gz 5199246 SHA256 aaff0091b266881dfde50ba7f42082b5c1a87b51319eb90dc174324f0ef2bd6a SHA512 4d8d6a49e76285ad57015ac2df61e3935dc25f10fb9815c3c4ea64631fdef68a93569331fa31c647a1bdcec1793b23091e0a66b69e4882f933cb3b98ac00803a WHIRLPOOL 3a09c79fffd8559a9bd3989fbbd8d07331a79eecafa1ed0cfdac6a9f6e008c68b308b87d995d0a4e60c215147f7a790eff053688e5779e3a807c607be3745ed2 DIST nqp-2014.08.tar.gz 5205442 SHA256 97e6d07a66e601fb223e48154a9a5e7302bdc9fff4c682356523bebb3a4c03cd SHA512 675f9d9a8435d8d10072117e25c8d7ecd90a045e8c14458ed4836cb0fbe83729c9d7d4fe27f32bc8ef9fd294eb8d9c199f706228424d8d854d796eeac47cb132 WHIRLPOOL 773ecf8717934d4a981881d1147953e6a07c11f974bdc52149ddd6c0f51dbd4d5a32fc737e5d17f54f03c67630d83bd3f0fb1b866b4f147f1ed90aaf22392674 +DIST nqp-2014.09.tar.gz 5204639 SHA256 5f4b83f07b40162ce8499334e365107a9f79fcb1d04eb502a0277bef196dcfef SHA512 5be1f92cfa186ccccd1109b3038c662d9a2fd2e547bd20956567b0f88ffcfc588bc23d6b3079c5d20920aba1769d83b39c411129c9aa0bd1fbbf62d7b1ffe26b WHIRLPOOL 15840019b0acf6354a34c4e0e3e6701c87a4993f29a4a7df8bb1dec70e0f587aeb67645380e42010ad7c49028d3f683f6613476d09fe64a8def3a6def1938c17 diff --git a/dev-lang/nqp/nqp-2014.09.ebuild b/dev-lang/nqp/nqp-2014.09.ebuild new file mode 100644 index 000000000000..7630f18d1731 --- /dev/null +++ b/dev-lang/nqp/nqp-2014.09.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.09.ebuild,v 1.1 2014/09/19 06:28:27 patrick Exp $ + +EAPI=5 + +inherit eutils multilib + +# hrm, doesn't look happy +RESTRICT="test" + +GITCRAP=a09a4e9 +PARROT_VERSION="6.7.0" + +DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler" +HOMEPAGE="http://rakudo.org/" +SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="doc +parrot java moar" +REQUIRED_USE="|| ( parrot java moar )" + +RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}:=[unicode] ) + java? ( >=virtual/jre-1.7 ) + moar? ( =dev-lang/moarvm-${PV} )" +DEPEND="${RDEPEND} + java? ( >=virtual/jdk-1.7 ) + dev-lang/perl" + +S=${WORKDIR}/perl6-nqp-${GITCRAP} + +src_configure() { + use java && myconf+="jvm," + use parrot && myconf+="parrot," + use moar && myconf+="moar," + perl Configure.pl --backend=${myconf} --prefix=/usr || die + # dirty hack to make dyncall not fail + sed -i -e 's/-Werror=missing-prototypes//' Makefile || die + sed -i -e 's/-Werror=missing-declarations//' Makefile || die + sed -i -e 's/-Werror=strict-prototypes//' Makefile || die +} + +src_compile() { + emake -j1 || die +} + +src_test() { + emake -j1 test || die +} + +src_install() { + emake DESTDIR="${ED}" install || die + + dodoc CREDITS README.pod || die + + if use doc; then + dodoc -r docs/* || die + fi +} diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest index 374b5d23876b..0c8ecd50716a 100644 --- a/dev-lang/parrot/Manifest +++ b/dev-lang/parrot/Manifest @@ -5,3 +5,4 @@ DIST parrot-6.4.0.tar.gz 4601456 SHA256 025bfe953211d09af6a4d80b13b4e7fef2bfaa05 DIST parrot-6.5.0.tar.gz 4615454 SHA256 249047f8fc2041ce460d3524547c10faf4462facdffd6b4f9b42f250640c79de SHA512 a1be39a3c65134c190d63b4c711c6d8f94c064f5454b0f12bac1f698598ecffa079a101bbb8eb4cc4e30be2d6257093a6afb99ada4c478cf990de2574667d408 WHIRLPOOL f13f46b194a9d4e31db4e289b3c1baac0b0276fd40027423b8c891ab5e6d4da1eb1e2b10d52329280fc70cdf0a9d82ed3606a51f7e238ae9b34d1424e3dd1c77 DIST parrot-6.6.0.tar.gz 4623984 SHA256 6d21d3b733d980ab7cb8ee699c59e2b782d8a9c8c0e2cb06d929767e61024ace SHA512 a576c135ef40da42a127b1b30d0ffc30998db80b0505ac35e035f037beb65139f90d6a35328e5ebf8d59c9a8c43f5f2ac4ff1774166e80bf2e5787c1432c3ca9 WHIRLPOOL a726d1df75968c382d44b8fcb693e06c2c4dabf71bceec16a49f912a60b87d5dfab58c40aa87e8390e920062b4d6fea29d8fa6cb3389870205ac64999ccb29b3 DIST parrot-6.7.0.tar.gz 4613520 SHA256 04b0ee976c61100af993f8830863ccfee9eada6bf2b9c224850653d470dc9da2 SHA512 dd80ba10468fea5ddc3ce34cccf633a7d717901580f04792ec3f5414c6a45b83b7862b81801a24c77d1f9054be1a9a3303c19adf1393454234b4ea352ca07935 WHIRLPOOL e5ad834ca0f4743cb1bbe03af018f7abdef86ecc82e56330b86bf8d264a89eff23fd6dc582d5048a03675bcfdd6f7becf0bbc9553f2ba1d700a74eb046da1b51 +DIST parrot-6.8.0.tar.gz 4625363 SHA256 986a0e543e660e83595a3c477b7b7f065099edb559d74c56f61d88e216042f4e SHA512 f6bbb1576b2ea24379e4ec5778456754be41b01edf39c7b965124c195b16a7ac636f6000e168003310ded5eb420e16bb3881201a82a7d327fd0ff849ae7ca816 WHIRLPOOL 91bd7d1273a2ec8519ef63ee0d5b074e73d566c4f79f75dc4d13eb86574bf02b357ca364495441453c22463de930dcdcd78cdcf229b2281a5ea3ba8d02af39c3 diff --git a/dev-lang/parrot/parrot-6.8.0.ebuild b/dev-lang/parrot/parrot-6.8.0.ebuild new file mode 100644 index 000000000000..bb50e0f67926 --- /dev/null +++ b/dev-lang/parrot/parrot-6.8.0.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-6.8.0.ebuild,v 1.1 2014/09/19 05:37:11 patrick Exp $ + +EAPI=5 + +inherit eutils multilib + +# weird failures +RESTRICT="test" + +DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +HOMEPAGE="http://www.parrot.org/" +SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" + +LICENSE="Artistic-2" +SLOT="0/6.1.0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre" + +RDEPEND="sys-libs/readline + opengl? ( media-libs/freeglut ) + nls? ( sys-devel/gettext ) + unicode? ( >=dev-libs/icu-2.6:= ) + gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) + gmp? ( >=dev-libs/gmp-4.1.4 ) + ssl? ( dev-libs/openssl ) + pcre? ( dev-libs/libpcre ) + doc? ( dev-perl/JSON )" + +DEPEND="dev-lang/perl[doc?] + ${RDEPEND}" + +src_configure() { + myconf="--disable-rpath" + use unicode || myconf+=" --without-icu" + use ssl || myconf+=" --without-crypto" + use gdbm || myconf+=" --without-gdbm" + use nls || myconf+=" --without-gettext" + use gmp || myconf+=" --without-gmp" + use opengl || myconf+=" --without-opengl" + use pcre || myconf+=" --without-pcre" + + perl Configure.pl \ + --ccflags="${CFLAGS}" \ + --linkflags="${LDFLAGS}" \ + --prefix="${EPREFIX}"/usr \ + --libdir="${EPREFIX}"/usr/$(get_libdir) \ + --mandir="${EPREFIX}"/usr/share/man \ + --sysconfdir="${EPREFIX}"/etc \ + --sharedstatedir="${EPREFIX}"/var/lib/parrot \ + $myconf || die +} + +src_compile() { + export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"${S}"/blib/lib + # occasionally dies in parallel make + emake -j1 || die + if use doc ; then + emake -j1 html || die + fi +} + +src_test() { + emake -j1 test || die +} + +src_install() { + emake -j1 install-dev DESTDIR="${D}" DOC_DIR="${EPREFIX}/usr/share/doc/${PF}" || die + dodoc CREDITS DONORS.pod PBC_COMPAT PLATFORMS RESPONSIBLE_PARTIES TODO || die + if use examples; then + insinto "/usr/share/doc/${PF}/examples" + doins -r examples/* || die + fi + if use doc; then + insinto "/usr/share/doc/${PF}/editor" + doins -r editor || die + cd docs/html + dohtml -r developer.html DONORS.pod.html index.html ops.html parrotbug.html pdds.html \ + pmc.html tools.html docs src tools || die + fi +} diff --git a/dev-lang/rakudo/Manifest b/dev-lang/rakudo/Manifest index e1542be05e49..5b9bb104cf1e 100644 --- a/dev-lang/rakudo/Manifest +++ b/dev-lang/rakudo/Manifest @@ -1,2 +1,3 @@ DIST rakudo-2014.07.tar.gz 1416280 SHA256 a782f05f60b5d14f8d339afd04588a5e25a700eb459a4854d6efbb830f1be670 SHA512 30fb50577b3d8c2384bcf1d8c81d49a237f05890886833ea25c26ade103bbee57380a6f4e6e73e44120bdaa932a1cc970eefc6d56c260365782d17e7bc70e0e0 WHIRLPOOL cb91654b5418c4e3b49a2b545123d14aadbec50cb44db99c6b996eaf6916409338a72ad4e38c705105ce2eab7aaa24e75fba45d8be2809e525b417dc6443eb97 DIST rakudo-2014.08.tar.gz 1428360 SHA256 4cf87db3158a8278cbdf3ffe8549cc73605ad3c6e102f6db9e4d313f493b0609 SHA512 1133a4a3efe1c3bba318d9d93675815f4ad020b1bfb8c6579412a742f41b1453117660a6940f0bc4cf60c213e5f7045516780f41256c974441116d3987e576eb WHIRLPOOL 8addb8b7748e1e143a52c9c3867fb6791cf25d4f142cc21e955db74432cc661b5dcda1bff9d4f68934fac80c108775d6235b1ed9f67dee80a7b6d61118221960 +DIST rakudo-2014.09.tar.gz 1449116 SHA256 f913aee56d0ae3766177db71fc89f0c4873688c6f144baa4bed1d67875c503ea SHA512 92401ad779afec7194fd05ee518035e951bd59a3dcb15586f3d571d17e5d00f7d9855901ac8fcd533d394627a5540493aec5547644b83b6b337cde4b3af059c9 WHIRLPOOL 309c8d3e5db6758e21fcc09fd02b82416bb60369fa93c4fddeeef15cd0b071ae53c94473bb4bf330443521361738b2e0cae6f6f6b4fe28af0b413b706e742209 diff --git a/dev-lang/rakudo/rakudo-2014.09.ebuild b/dev-lang/rakudo/rakudo-2014.09.ebuild new file mode 100644 index 000000000000..3eeac71d2bd7 --- /dev/null +++ b/dev-lang/rakudo/rakudo-2014.09.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2014.09.ebuild,v 1.1 2014/09/19 06:41:36 patrick Exp $ + +EAPI=5 + +PARROT_VERSION="6.7.0" + +inherit eutils multilib + +DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine" +HOMEPAGE="http://rakudo.org/" +SRC_URI="http://rakudo.org/downloads/${PN}/${P}.tar.gz" + +LICENSE="Artistic-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc +parrot java moar" + +RDEPEND=">=dev-lang/parrot-${PARROT_VERSION}:=[unicode] + >=dev-lang/nqp-${PV}[parrot?,java?,moar?]" +DEPEND="${RDEPEND} + dev-lang/perl" + +src_prepare() { + sed -i "s,\$(DOCDIR)/rakudo$,&-${PVR}," tools/build/Makefile-Parrot.in || die +} + +src_configure() { + use parrot && myconf+="parrot," + use java && myconf+="jvm," + use moar && myconf+="moar," + perl Configure.pl --backends=${myconf} --prefix=/usr || die +} + +src_test() { + emake -j1 test || die +} + +src_install() { + emake -j1 DESTDIR="${ED}" install || die + + dodoc CREDITS README.md docs/ChangeLog docs/ROADMAP || die + + if use doc; then + dohtml -A svg docs/architecture.html docs/architecture.svg || die + dodoc docs/*.pod || die + docinto announce + dodoc docs/announce/* || die + fi +} diff --git a/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild b/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild index 6ec3f8b721b8..8596a1e47b5a 100644 --- a/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild +++ b/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.7 2014/09/18 15:15:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.4-r2.ebuild,v 1.8 2014/09/19 09:32:31 jer Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://eyed3.nicfit.net/releases/${P}.tgz" LICENSE="GPL-2" SLOT="0.7" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0" diff --git a/dev-python/paver/paver-1.2.2.ebuild b/dev-python/paver/paver-1.2.2.ebuild index d6cd18416747..92de080dcde7 100644 --- a/dev-python/paver/paver-1.2.2.ebuild +++ b/dev-python/paver/paver-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/paver/paver-1.2.2.ebuild,v 1.8 2014/09/18 15:00:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/paver/paver-1.2.2.ebuild,v 1.9 2014/09/19 09:32:02 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86" IUSE="test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-ruby/allison/allison-2.0.3-r1.ebuild b/dev-ruby/allison/allison-2.0.3-r1.ebuild deleted file mode 100644 index 579813f640a2..000000000000 --- a/dev-ruby/allison/allison-2.0.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/allison-2.0.3-r1.ebuild,v 1.14 2014/08/05 16:00:37 mrueg Exp $ - -EAPI=2 -USE_RUBY="ruby19 jruby" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" -RUBY_FAKEGEM_EXTRAINSTALL="cache" - -inherit ruby-fakegem - -DESCRIPTION="A modern, pretty RDoc template" -HOMEPAGE="http://fauna.github.com/fauna/allison/files/README.html" - -LICENSE="AFL-3.0" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-solaris" -IUSE="" - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r contrib -} diff --git a/dev-ruby/allison/allison-2.0.3-r2.ebuild b/dev-ruby/allison/allison-2.0.3-r2.ebuild index fc3967e8be1a..630210282622 100644 --- a/dev-ruby/allison/allison-2.0.3-r2.ebuild +++ b/dev-ruby/allison/allison-2.0.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/allison-2.0.3-r2.ebuild,v 1.12 2014/08/15 17:53:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/allison-2.0.3-r2.ebuild,v 1.14 2014/09/19 09:22:29 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" @@ -18,7 +18,7 @@ HOMEPAGE="http://fauna.github.com/fauna/allison/files/README.html" LICENSE="AFL-3.0" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-solaris" IUSE="" all_ruby_install() { diff --git a/dev-ruby/echoe/Manifest b/dev-ruby/echoe/Manifest index 28527f910800..df59a8e3e9ce 100644 --- a/dev-ruby/echoe/Manifest +++ b/dev-ruby/echoe/Manifest @@ -1,3 +1,2 @@ -DIST echoe-4.6.3.gem 28672 SHA256 fe9f6e3742ec69d6afb81ce0dc61664ab0625c87d42e99556a98bb868cb2c68d SHA512 0716f13901001f86316695228898e3db00e55750d01e3263bb1a10c4c3dbfaf92febaa0dc23b46804599e054e3a8fe11866fe81e8fa28316e8ef9a2823510f0b WHIRLPOOL b4c888618935527c17fceb828415011047c46ca0c78671a9b9e0372b6f730215b157f1244bd2e0d9c01b8a42723c52ab872f8cfbdd2beb2fae485fa337856c5c DIST echoe-4.6.5.gem 32256 SHA256 254b7e10c06445474556bf41cf548774829dff5a1c892d1be42c7db311f06231 SHA512 19b6ecb715f73619b66d0277057675f77fab843abb88fc49b22e8a89709245a9cf405c9fcbf1c951ae26afe61ec488bcd439f5d90acd50684067930b7b45009b WHIRLPOOL 65c1e43104c0917f95acd511e8356087ae0371f0a660b34605d33dd33ae9672bb5161420dc1405eabe89f0366c1fbe81ffb8c40df47323972e6c5533379d3fbe DIST echoe-4.6.6.gem 32256 SHA256 7015203492355938175f2e8be7245c66cca7af47a4a644826d60730f13194225 SHA512 1a221f1dcfe208fe487aa56318e73067cfc0ba834152cc052942c064b7e973b0d1dce4bad5e72a315b4e3f71a4262e55c4dd4d259793e3195171ce4712622cef WHIRLPOOL 470739646141a3d31d80cedd8a02b77c8081f0a30ced81a2ff9c8efd1287c72ad38594604f2c50fa1b11752a989b0420666ee97d2c34dd754351866cda70c0b3 diff --git a/dev-ruby/echoe/echoe-4.6.3.ebuild b/dev-ruby/echoe/echoe-4.6.3.ebuild deleted file mode 100644 index 912c8e8c6ac1..000000000000 --- a/dev-ruby/echoe/echoe-4.6.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.3.ebuild,v 1.13 2014/08/28 02:41:06 mrueg Exp $ - -EAPI=2 - -USE_RUBY="ruby19 jruby" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="docs" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README" - -RUBY_FAKEGEM_EXTRAINSTALL="vendor" - -RUBY_FAKEGEM_GEMSPEC="echoe.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Packaging tool that provides Rake tasks for common operations" -HOMEPAGE="https://github.com/evan/echoe" - -LICENSE="AFL-3.0 MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/allison dev-ruby/rubyforge )" -ruby_add_rdepend "dev-ruby/rubyforge dev-ruby/allison >=dev-ruby/rake-0.9.2 >=dev-ruby/rdoc-3.6.1" - -all_ruby_prepare() { - # gemcutter is an optional dependency that is not important for - # Gentoo itself. - sed -i '/gemcutter/d' echoe.gemspec || die -} diff --git a/dev-ruby/echoe/echoe-4.6.5.ebuild b/dev-ruby/echoe/echoe-4.6.5.ebuild index 9ceba987814c..e0ebf0dd5ce3 100644 --- a/dev-ruby/echoe/echoe-4.6.5.ebuild +++ b/dev-ruby/echoe/echoe-4.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.11 2014/08/28 02:41:06 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/echoe/echoe-4.6.5.ebuild,v 1.13 2014/09/19 09:22:25 ago Exp $ EAPI=5 @@ -23,7 +23,7 @@ HOMEPAGE="https://github.com/evan/echoe" LICENSE="AFL-3.0 MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/allison dev-ruby/rubyforge )" diff --git a/dev-ruby/ffi/ffi-1.9.3-r1.ebuild b/dev-ruby/ffi/ffi-1.9.3-r1.ebuild new file mode 100644 index 000000000000..c3d4bb0a572d --- /dev/null +++ b/dev-ruby/ffi/ffi-1.9.3-r1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3-r1.ebuild,v 1.1 2014/09/19 05:48:05 graaff Exp $ + +EAPI=5 + +# jruby → unneeded, this is part of the standard JRuby distribution, and +# would just install a dummy. +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_TEST="specs" + +RUBY_FAKEGEM_TASK_DOC="doc:yard" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Ruby extension for programmatically loading dynamic libraries" +HOMEPAGE="http://wiki.github.com/ffi/ffi" + +SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}.tgz" + +IUSE="" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" + +RDEPEND+=" virtual/libffi" +DEPEND+=" virtual/libffi" + +ruby_add_bdepend "dev-ruby/rake-compiler dev-ruby/yard + test? ( dev-ruby/rspec:2 )" + +ruby_add_rdepend "virtual/ruby-threads" + +all_ruby_prepare() { + sed -i -e '/tasks/ s:^:#:' \ + -e '/Gem::Tasks/,/end/ s:^:#:' Rakefile || die + + # Fix Makefile for tests + sed -i -e '/CCACHE :=/ s:^:#:' \ + -e 's/-O2//' \ + -e 's/^CFLAGS =/CFLAGS +=/' libtest/GNUmakefile || die +} + +each_ruby_compile() { + ${RUBY} -S rake compile || die "compile failed" + ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed" +} + +each_ruby_test() { + CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${RUBY} -S rake specs || die +} + +all_ruby_install() { + all_fakegem_install + + docinto examples + dodoc samples/* +} diff --git a/dev-ruby/ffi/ffi-1.9.3.ebuild b/dev-ruby/ffi/ffi-1.9.3.ebuild index 98279247924e..f5fc0beb2123 100644 --- a/dev-ruby/ffi/ffi-1.9.3.ebuild +++ b/dev-ruby/ffi/ffi-1.9.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.9 2014/08/13 18:46:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.9.3.ebuild,v 1.11 2014/09/19 09:28:13 jer Exp $ EAPI=5 # jruby → unneeded, this is part of the standard JRuby distribution, and # would just install a dummy. -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="specs" @@ -24,7 +24,7 @@ SRC_URI="http://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${PN}-git-${PV}.t IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND+=" virtual/libffi" DEPEND+=" virtual/libffi" diff --git a/dev-ruby/hoe/Manifest b/dev-ruby/hoe/Manifest index 04e199f329e0..05f96cd9bdbe 100644 --- a/dev-ruby/hoe/Manifest +++ b/dev-ruby/hoe/Manifest @@ -1,4 +1,3 @@ -DIST hoe-2.12.5.gem 122880 SHA256 600ab263807c229b6ee98d1d1a2b48f46d329ccff30458822729b6d686be10f2 SHA512 6f00b40ad16165d4f4dccfc7bf2a01448e7f91a50eedd52df9e6b7381b1589a8a497b0fc936c3cefe96f0ad125dfe056fb9ca841e0d3833bf2f3bcaea725ac75 WHIRLPOOL 27a8285b73fca19c4305cae12a669e17908d0154c4973fa05711fba1543e602c3f1cf3f193816e3f3f0775fcc8115a0f197a6e81d0ef2fdabf50e744cb06e3b8 DIST hoe-2.13.0.gem 122880 SHA256 ab1f5d55301a9e92d34e58d9063c7d28abaf61223292ff04c1a869bb57786eed SHA512 70bce367990e82b00fef4958e1878726c2c53d0011f82b4e0e370b998f2a774d606ec813de1094662d668616cf71f7a6a1e7b46aebf1347d3c140485a38cc405 WHIRLPOOL 9f3823f6d95146d9a768c8c7186c6bc09fa4fadb087bf52a4ceb98f683a6ab3bb74910191d8fce68e700c7fcdf4c3d974503cae6fec885f6d83c27bd0617e699 DIST hoe-3.11.0.gem 129536 SHA256 3d9143316730d7d625336b8a2b0844423b950355fe407b30383ffc5a0c3c1e81 SHA512 3c1aa6a321f197db16d75860e934b40d3f09d60581b945ea401222f2f7a1b79ca135a5d8ae359eaf4fb997d0462150b2605abc6cc3792295eacd08ab200baa9c WHIRLPOOL cf9b37bb3c7cd4fe9a35c4606c17fa235e351b2f5e2a4eb8a6f4c71ba7677afb126003b57e48e4c74f829247d78174d080b9e912eecffaf961097539c2be52d2 DIST hoe-3.12.0.gem 130048 SHA256 2102325882d9bace24b6c5479ae80cb9a372da1568710dd00dbbde45405a39d8 SHA512 badef4c7ee1ffb5e15942bfa25463fefaa6c1e50f1b1f9de805791ad600ef7fa4433fe7fd9581faacf857c686a9fd24fdc6bb055b6fcaae6f8d8b08631904379 WHIRLPOOL 2e3f3371a3a89c0e156721e88f8c5d9107a359bfe77e80b40c3956885cb5fb8ddf86e487af6f4b7fa0bb9b9cb8c2333e5fe84bb12b8bfd84c74ec18cae8c45b8 diff --git a/dev-ruby/hoe/hoe-2.12.5.ebuild b/dev-ruby/hoe/hoe-2.12.5.ebuild deleted file mode 100644 index 7653cd846578..000000000000 --- a/dev-ruby/hoe/hoe-2.12.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.12.5.ebuild,v 1.13 2014/08/05 16:00:43 mrueg Exp $ - -EAPI=2 -USE_RUBY="ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="docs" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt" - -RUBY_FAKEGEM_EXTRAINSTALL="template" - -inherit ruby-fakegem - -DESCRIPTION="Hoe extends rake to provide full project automation" -HOMEPAGE="http://seattlerb.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/rdoc )" -# - also requires dev-ruby/hoe-seattlerb for 1.9; -# - dev-ruby/gemcutter is an optional dependency at both runtime and -# test-time, at least for us; -# - rubyforge is loaded at runtime when needed, so we don't strictly -# depend on it at runtime, but we need it for tests (for now); -ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )" - -ruby_add_rdepend ">=dev-ruby/rake-0.8.7" - -all_ruby_prepare() { - # Make test regexp more lenient to cover the way we name the binaries. - sed -i -e 's/sudo gem/sudo .?gem/' -e 's/\^gem/^.?gem/' test/test_hoe.rb || die -} diff --git a/dev-ruby/hoe/hoe-2.13.0-r1.ebuild b/dev-ruby/hoe/hoe-2.13.0-r1.ebuild index e2c173eff338..54f36163e472 100644 --- a/dev-ruby/hoe/hoe-2.13.0-r1.ebuild +++ b/dev-ruby/hoe/hoe-2.13.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild,v 1.10 2014/08/15 17:20:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0-r1.ebuild,v 1.12 2014/09/19 09:22:37 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" @@ -19,7 +19,7 @@ HOMEPAGE="http://seattlerb.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # - also requires dev-ruby/hoe-seattlerb for 1.9; diff --git a/dev-ruby/listen/listen-0.7.3-r1.ebuild b/dev-ruby/listen/listen-0.7.3-r1.ebuild index b3e515ff3058..dfacb7a3ed78 100644 --- a/dev-ruby/listen/listen-0.7.3-r1.ebuild +++ b/dev-ruby/listen/listen-0.7.3-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.7.3-r1.ebuild,v 1.2 2014/08/05 16:00:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.7.3-r1.ebuild,v 1.3 2014/09/19 05:38:39 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_RECIPE_TEST="rspec" diff --git a/dev-ruby/listen/listen-0.7.3-r2.ebuild b/dev-ruby/listen/listen-0.7.3-r2.ebuild new file mode 100644 index 000000000000..2446b1f0a5d4 --- /dev/null +++ b/dev-ruby/listen/listen-0.7.3-r2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.7.3-r2.ebuild,v 1.1 2014/09/19 05:38:39 graaff Exp $ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21 jruby" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Listens to file modifications and notifies you about the changes" +HOMEPAGE="https://github.com/guard/listen" +SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}-git.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0" + +all_ruby_prepare() { + # Avoid a spec with incorrect stubbing. + sed -i -e '/loads all the registerd dependencies/,/ end/ s:^:#:' \ + -e '/return true when dependencies are loaded/,/ end/ s:^:#:' \ + spec/listen/dependency_manager_spec.rb || die +} diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild new file mode 100644 index 000000000000..d640f8b714df --- /dev/null +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5-r1.ebuild,v 1.1 2014/09/19 05:41:08 graaff Exp $ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21 jruby" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_TASK_DOC="yard" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_EXTRAINSTALL="VERSION" + +RUBY_FAKEGEM_GEMSPEC="rb-inotify.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A thorough inotify wrapper for Ruby using FFI" +HOMEPAGE="https://github.com/nex3/rb-inotify" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos" +IUSE="" + +ruby_add_rdepend "virtual/ruby-ffi" + +ruby_add_bdepend "doc? ( dev-ruby/yard )" + +all_ruby_prepare() { + # Avoid unneeded dependency on jeweler. + sed -i -e '/:build/ s:^:#:' -e '/module Jeweler/,/^end/ s:^:#:' -e '/class Jeweler/,/^end/ s:^:#:' Rakefile || die + + # Remove mandatory markup processor from yard options, bug 436112. + sed -i -e '/maruku/d' .yardopts || die +} + +each_ruby_prepare() { + case ${RUBY} in + *jruby) + # jruby has a native implementation and should not list ffi + # in the gemspec. + sed -i -e '/ffi/d' rb-inotify.gemspec || die + ;; + *) + ;; + esac +} diff --git a/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild index e0e38ae181ec..b79560ce22c3 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.2 2014/08/05 16:00:29 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-inotify/rb-inotify-0.9.5.ebuild,v 1.3 2014/09/19 05:41:08 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild b/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild deleted file mode 100644 index 036016047cc9..000000000000 --- a/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r2.ebuild,v 1.15 2014/04/05 14:40:38 mrueg Exp $ - -EAPI=2 - -USE_RUBY="ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" - -inherit ruby-fakegem - -DESCRIPTION="Simplistic script which automates a limited set of rubyforge operations" -HOMEPAGE="http://codeforpeople.rubyforge.org/rubyforge/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_rdepend '>=dev-ruby/json-1.1.7' - -ruby_add_bdepend " - doc? ( dev-ruby/hoe ) - test? ( - virtual/ruby-ssl - dev-ruby/hoe - )" - -all_ruby_prepare() { - sed -i 's/json_pure/json/' "${WORKDIR}"/all/metadata || die "Unable to fix metadata." -} diff --git a/dev-ruby/rubyforge/rubyforge-2.0.4-r3.ebuild b/dev-ruby/rubyforge/rubyforge-2.0.4-r3.ebuild index d9861d46c309..cd6ffcbd364f 100644 --- a/dev-ruby/rubyforge/rubyforge-2.0.4-r3.ebuild +++ b/dev-ruby/rubyforge/rubyforge-2.0.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r3.ebuild,v 1.10 2014/08/15 17:20:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubyforge/rubyforge-2.0.4-r3.ebuild,v 1.12 2014/09/19 09:22:33 ago Exp $ EAPI=5 @@ -17,7 +17,7 @@ HOMEPAGE="http://codeforpeople.rubyforge.org/rubyforge/" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 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 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/json-1.1.7' diff --git a/dev-ruby/sass/sass-3.2.19.ebuild b/dev-ruby/sass/sass-3.2.19.ebuild index fb20630a7902..53c0cd84bffd 100644 --- a/dev-ruby/sass/sass-3.2.19.ebuild +++ b/dev-ruby/sass/sass-3.2.19.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.19.ebuild,v 1.2 2014/08/05 16:00:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.19.ebuild,v 1.3 2014/09/19 05:30:53 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="doc" diff --git a/dev-scheme/racket/racket-5.3.6.ebuild b/dev-scheme/racket/racket-5.3.6.ebuild index 1e67fe5b41a0..be063cc38e41 100644 --- a/dev-scheme/racket/racket-5.3.6.ebuild +++ b/dev-scheme/racket/racket-5.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/racket/racket-5.3.6.ebuild,v 1.4 2014/08/27 12:25:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/racket/racket-5.3.6.ebuild,v 1.5 2014/09/19 08:59:44 ago Exp $ EAPI="4" @@ -17,7 +17,7 @@ EGIT_REPO_URI="git://git.racket-lang.org/plt.git" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ~x86" +KEYWORDS="amd64 ppc ppc64 ~x86" IUSE="backtrace cairo doc futures jit places plot threads X" RDEPEND="dev-db/sqlite:3 x11-libs/cairo[X?] virtual/libffi" diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild index 568490499ace..f9a7cea0ac23 100644 --- a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild +++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild,v 1.4 2014/09/17 06:48:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.14.ebuild,v 1.5 2014/09/19 09:14:35 jlec Exp $ EAPI=5 @@ -62,6 +62,7 @@ src_prepare() { -e "/LINK/s:g++:$(tc-getCXX) ${LDFLAGS}:g" \ -e "/CC/s:gcc:$(tc-getCC):g" \ -e "/GCC/s:g++:$(tc-getCXX):g" \ + -e "/NVCC /s|\(:=\).*|:= ${EPREFIX}/opt/cuda/bin/nvcc|g" \ -e "/ CFLAGS/s|\(:=\)|\1 ${CFLAGS}|g" \ -e "/ CXXFLAGS/s|\(:=\)|\1 ${CXXFLAGS}|g" \ -e "/NVCCFLAGS/s|\(:=\)|\1 ${NVCCFLAGS} |g" \ diff --git a/media-gfx/qrencode/qrencode-3.4.3.ebuild b/media-gfx/qrencode/qrencode-3.4.3.ebuild index 2afd502d3362..624171e12d0c 100644 --- a/media-gfx/qrencode/qrencode-3.4.3.ebuild +++ b/media-gfx/qrencode/qrencode-3.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.4.3.ebuild,v 1.10 2014/07/27 11:08:52 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/qrencode/qrencode-3.4.3.ebuild,v 1.11 2014/09/19 09:11:48 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://fukuchi.org/works/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ppc64 x86 ~x86-fbsd" IUSE="" RDEPEND="media-libs/libpng" diff --git a/media-libs/leptonica/leptonica-1.70.ebuild b/media-libs/leptonica/leptonica-1.70.ebuild index 4e50d3ac5877..4fe7ab4f48b8 100644 --- a/media-libs/leptonica/leptonica-1.70.ebuild +++ b/media-libs/leptonica/leptonica-1.70.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.70.ebuild,v 1.4 2014/08/30 17:54:58 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.70.ebuild,v 1.5 2014/09/19 09:28:23 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.leptonica.com/source/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~mips ~ppc ppc64 ~sparc ~x86" IUSE="gif jpeg png tiff webp utils zlib static-libs" DEPEND="gif? ( media-libs/giflib ) diff --git a/media-libs/libxtract/libxtract-0.6.6.ebuild b/media-libs/libxtract/libxtract-0.6.6.ebuild index bad000d55e29..68d5968fde9f 100644 --- a/media-libs/libxtract/libxtract-0.6.6.ebuild +++ b/media-libs/libxtract/libxtract-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/libxtract-0.6.6.ebuild,v 1.3 2014/03/07 21:33:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/libxtract-0.6.6.ebuild,v 1.4 2014/09/19 09:27:39 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="http://github.com/downloads/jamiebullock/LibXtract/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="doc fftw static-libs" RDEPEND="fftw? ( sci-libs/fftw:3.0 )" diff --git a/media-libs/openjpeg/openjpeg-1.5.2.ebuild b/media-libs/openjpeg/openjpeg-1.5.2.ebuild index 68392f2a9ad0..8bff67cc5c51 100644 --- a/media-libs/openjpeg/openjpeg-1.5.2.ebuild +++ b/media-libs/openjpeg/openjpeg-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-1.5.2.ebuild,v 1.10 2014/09/13 17:38:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/openjpeg/openjpeg-1.5.2.ebuild,v 1.11 2014/09/19 10:30:56 ago Exp $ EAPI=5 inherit multilib cmake-utils multilib-minimal @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}.mirror/${P}.tar.gz" LICENSE="BSD-2" SLOT="0/5" # based on SONAME -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs test" RDEPEND="media-libs/lcms:2= diff --git a/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild b/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild index 554cf3f36dca..efbca575fb9b 100644 --- a/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild +++ b/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild,v 1.3 2014/03/07 21:33:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vamp-libxtract-plugins/vamp-libxtract-plugins-0.6.6.20121204.ebuild,v 1.4 2014/09/19 09:27:43 ago Exp $ EAPI=2 inherit eutils multilib toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://code.soundsoftware.ac.uk/attachments/download/618/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="" RDEPEND="=sci-libs/fftw-3* diff --git a/media-sound/xwax/xwax-1.5.ebuild b/media-sound/xwax/xwax-1.5.ebuild index 81ad3c1da91d..b8da14f99444 100644 --- a/media-sound/xwax/xwax-1.5.ebuild +++ b/media-sound/xwax/xwax-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-1.5.ebuild,v 1.3 2014/09/14 22:11:48 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/xwax/xwax-1.5.ebuild,v 1.4 2014/09/19 08:58:30 ago Exp $ EAPI=5 inherit toolchain-funcs user @@ -11,7 +11,7 @@ SRC_URI="http://www.xwax.co.uk/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ppc64 x86" IUSE="alsa jack oss cdda mp3 +fallback" REQUIRED_USE="|| ( cdda mp3 fallback ) || ( alsa jack oss )" diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 3321eb2fb7f5..ee977aa75d9f 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Fri, 19 Sep 2014 05:07:00 +0000 +Fri, 19 Sep 2014 10:37:03 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 8f92ab0b9fe9..ee977aa75d9f 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 19 Sep 2014 05:07:01 +0000 +Fri, 19 Sep 2014 10:37:03 +0000 diff --git a/metadata/md5-cache/app-admin/eselect-java-0.1.0 b/metadata/md5-cache/app-admin/eselect-java-0.1.0 index 5fc6de36b39d..81bc933a2207 100644 --- a/metadata/md5-cache/app-admin/eselect-java-0.1.0 +++ b/metadata/md5-cache/app-admin/eselect-java-0.1.0 @@ -2,10 +2,10 @@ DEFINED_PHASES=- DESCRIPTION=A set of eselect modules for Java EAPI=5 HOMEPAGE=http://www.gentoo.org/proj/en/java/ -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 PDEPEND=>=virtual/jre-1.5 RDEPEND=!app-admin/eselect-ecj !app-admin/eselect-maven !=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 x11-libs/libXext x11-libs/libXt acl? ( kernel_linux? ( sys-apps/acl ) ) !aqua? ( gtk? ( >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0 ) !motif? ( neXt? ( x11-libs/neXtaw ) !neXt? ( x11-libs/libXaw ) ) ) ) cscope? ( dev-util/cscope ) lua? ( luajit? ( dev-lang/luajit ) !luajit? ( dev-lang/lua[deprecated] ) ) nls? ( virtual/libintl ) perl? ( dev-lang/perl ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) selinux? ( sys-libs/libselinux ) session? ( x11-libs/libSM ) tcl? ( dev-lang/tcl ) REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ^^ ( python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 python_single_target_python3_4 ) ) luajit? ( lua ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2 http://dev.gentoo.org/~radhermit/vim/vim-patches-7.4.273.patch.bz2 _eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 06133990e861be0fe60c2b428fd025d9 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f vim-doc 1c18baeec98cec3287524cbf2fee2bd2 -_md5_=3d0f79a58a67cc5a18afd34a3bdcf7c4 +_md5_=f2103f143eaad7d1a68a198bc05ca0cf diff --git a/metadata/md5-cache/app-editors/vim-7.4.273 b/metadata/md5-cache/app-editors/vim-7.4.273 index 6e216595172a..37688d3fcd64 100644 --- a/metadata/md5-cache/app-editors/vim-7.4.273 +++ b/metadata/md5-cache/app-editors/vim-7.4.273 @@ -4,11 +4,11 @@ DESCRIPTION=Vim, an improved vi-style text editor EAPI=5 HOMEPAGE=http://www.vim.org/ IUSE=X acl cscope debug gpm lua luajit minimal nls perl python racket ruby selinux tcl vim-pager python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 python_single_target_python3_4 -KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=vim RDEPEND=>=app-admin/eselect-vi-1.1 >=sys-libs/ncurses-5.2-r2 nls? ( virtual/libintl ) acl? ( kernel_linux? ( sys-apps/acl ) ) cscope? ( dev-util/cscope ) gpm? ( >=sys-libs/gpm-1.19.3 ) lua? ( luajit? ( dev-lang/luajit ) !luajit? ( dev-lang/lua[deprecated] ) ) !minimal? ( ~app-editors/vim-core-7.4.273 dev-util/ctags ) perl? ( dev-lang/perl ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2[threads] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) racket? ( dev-scheme/racket ) ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) ) selinux? ( sys-libs/libselinux ) tcl? ( dev-lang/tcl ) X? ( x11-libs/libXt ) REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ^^ ( python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 python_single_target_python3_4 ) ) luajit? ( lua ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2 http://dev.gentoo.org/~radhermit/vim/vim-patches-7.4.273.patch.bz2 _eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 06133990e861be0fe60c2b428fd025d9 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f vim-doc 1c18baeec98cec3287524cbf2fee2bd2 -_md5_=4dda7a15b54049d1c2e96702bd13a92a +_md5_=44d0a60efd9c0a57fe82bd36112c0e87 diff --git a/metadata/md5-cache/app-editors/vim-core-7.4.273 b/metadata/md5-cache/app-editors/vim-core-7.4.273 index d5b45795f559..d33d16864109 100644 --- a/metadata/md5-cache/app-editors/vim-core-7.4.273 +++ b/metadata/md5-cache/app-editors/vim-core-7.4.273 @@ -4,10 +4,10 @@ DESCRIPTION=vim and gvim shared files EAPI=5 HOMEPAGE=http://www.vim.org/ IUSE=nls acl minimal -KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=vim PDEPEND=!minimal? ( app-vim/gentoo-syntax ) SLOT=0 SRC_URI=ftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2 http://dev.gentoo.org/~radhermit/vim/vim-core-7.3-gentoo-patches-r4.tar.bz2 http://dev.gentoo.org/~radhermit/vim/vim-patches-7.4.273.patch.bz2 _eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 06133990e861be0fe60c2b428fd025d9 flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f vim-doc 1c18baeec98cec3287524cbf2fee2bd2 -_md5_=864a1f14df612a1acf47d508ee7e6c38 +_md5_=d773f1d9f0a148bacbff8e645074a9b0 diff --git a/metadata/md5-cache/app-emacs/gnuplot-mode-0.7.0 b/metadata/md5-cache/app-emacs/gnuplot-mode-0.7.0 index dc23482470af..29979140c874 100644 --- a/metadata/md5-cache/app-emacs/gnuplot-mode-0.7.0 +++ b/metadata/md5-cache/app-emacs/gnuplot-mode-0.7.0 @@ -4,10 +4,10 @@ DESCRIPTION=Gnuplot mode for Emacs EAPI=5 HOMEPAGE=http://xafs.org/BruceRavel/GnuplotMode IUSE=doc -KEYWORDS=alpha amd64 arm hppa ia64 ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=GPL-2+ RDEPEND=sci-visualization/gnuplot[-emacs(-)] >=virtual/emacs-23 SLOT=0 SRC_URI=https://github.com/bruceravel/gnuplot-mode/archive/0.7.0.tar.gz -> gnuplot-mode-0.7.0.tar.gz _eclasses_=elisp b7ff113c97bf466ace6f3235f80af600 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=0c833d7fc06bbc463741fa1a5fb27432 +_md5_=5752addcf366c7a21ef029a7dc93733f diff --git a/metadata/md5-cache/app-office/libreoffice-4.2.5.2 b/metadata/md5-cache/app-office/libreoffice-4.2.5.2 deleted file mode 100644 index 025093312964..000000000000 --- a/metadata/md5-cache/app-office/libreoffice-4.2.5.2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes =app-text/libabw-0.0* >=app-text/libexttextcat-3.2 =app-text/libebook-0.0* =app-text/libetonyek-0.0* app-text/liblangtag =app-text/libmspub-0.0* =app-text/libmwaw-0.2* =app-text/libodfgen-0.0* app-text/libwpd:0.9[tools] app-text/libwpg:0.2 =app-text/libwps-0.2* >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d =dev-libs/liborcus-0.5* >=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/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 =media-libs/libcdr-0.0* =media-libs/libfreehand-0.0* =media-libs/libvisio-0.0* >=net-misc/curl-7.21.4 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 bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) 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 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) >=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.10.3:= virtual/pkgconfig 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 x11-libs/libXt x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( >=virtual/jdk-1.6 >=dev-java/ant-core-1.7 ) odk? ( >=app-doc/doxygen-1.8.4 ) test? ( dev-util/cppunit ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4[-phonon] >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) app-arch/unzip -DESCRIPTION=LibreOffice, a full office productivity suite -EAPI=5 -HOMEPAGE=http://www.libreoffice.org -IUSE=bluetooth +branding +cups dbus debug eds firebird gnome gstreamer +gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc +webdav libreoffice_extensions_nlpsolver libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher elibc_FreeBSD java aqua kde python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 -KEYWORDS=amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux -LICENSE=|| ( LGPL-3 MPL-1.1 ) -PDEPEND=~app-office/libreoffice-l10n-4.2.5.2 -RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes =app-text/libabw-0.0* >=app-text/libexttextcat-3.2 =app-text/libebook-0.0* =app-text/libetonyek-0.0* app-text/liblangtag =app-text/libmspub-0.0* =app-text/libmwaw-0.2* =app-text/libodfgen-0.0* app-text/libwpd:0.9[tools] app-text/libwpg:0.2 =app-text/libwps-0.2* >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d =dev-libs/liborcus-0.5* >=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/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 =media-libs/libcdr-0.0* =media-libs/libfreehand-0.0* =media-libs/libvisio-0.0* >=net-misc/curl-7.21.4 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 bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) 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 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !=virtual/jre-1.6 ) vlc? ( media-video/vlc ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4[-phonon] >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) -REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 ) bluetooth? ( dbus ) 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 ) -SLOT=0 -SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-4.2.5.2.tar.xz http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-help-4.2.5.2.tar.xz http://download.documentfoundation.org/libreoffice/src/4.2.5//libreoffice-4.2.5.2.tar.xz http://download.documentfoundation.org/libreoffice/src/4.2.5//libreoffice-help-4.2.5.2.tar.xz http://download.documentfoundation.org/libreoffice/old/4.2.5.2//libreoffice-4.2.5.2.tar.xz http://download.documentfoundation.org/libreoffice/old/4.2.5.2//libreoffice-help-4.2.5.2.tar.xz http://dev-www.libreoffice.org/src//d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) -_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 check-reqs a7f404bfb16e0a996700c5d3ac4edad3 eutils 06133990e861be0fe60c2b428fd025d9 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 gnome2-utils f658eba3cc594a21cf6eef4af47daa90 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 kde4-base 4eedf91460a42478a541aa78b13f9779 kde4-functions 492237eb2823bdc02bc769530501f0ea libtool 52d0e17251d04645ffaa61bfdd858944 mozextension ba6829881080a663d68531424a3dfbc6 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 8257582809714b788173511f975d767d python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f3ec6194d3f38b800e138d3364888210 diff --git a/metadata/md5-cache/app-office/libreoffice-4.2.6.3 b/metadata/md5-cache/app-office/libreoffice-4.2.6.3 index 73b015f74859..754c08c65cd4 100644 --- a/metadata/md5-cache/app-office/libreoffice-4.2.6.3 +++ b/metadata/md5-cache/app-office/libreoffice-4.2.6.3 @@ -4,7 +4,7 @@ DESCRIPTION=LibreOffice, a full office productivity suite EAPI=5 HOMEPAGE=http://www.libreoffice.org IUSE=bluetooth +branding +cups dbus debug eds firebird gnome gstreamer +gtk gtk3 jemalloc kde mysql odk opengl postgres telepathy test +vba vlc +webdav libreoffice_extensions_nlpsolver libreoffice_extensions_scripting-beanshell libreoffice_extensions_scripting-javascript libreoffice_extensions_wiki-publisher elibc_FreeBSD java aqua kde python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 -KEYWORDS=amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux LICENSE=|| ( LGPL-3 MPL-1.1 ) PDEPEND=~app-office/libreoffice-l10n-4.2.6.3 RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes =app-text/libabw-0.0* >=app-text/libexttextcat-3.2 =app-text/libebook-0.0* =app-text/libetonyek-0.0* app-text/liblangtag =app-text/libmspub-0.0* =app-text/libmwaw-0.2* =app-text/libodfgen-0.0* app-text/libwpd:0.9[tools] app-text/libwpg:0.2 =app-text/libwps-0.2* >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d =dev-libs/liborcus-0.5* >=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/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 =media-libs/libcdr-0.0* =media-libs/libfreehand-0.0* =media-libs/libvisio-0.0* >=net-misc/curl-7.21.4 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 bluetooth? ( net-wireless/bluez ) cups? ( net-print/cups ) dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) firebird? ( >=dev-db/firebird-2.5 ) 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 ) opengl? ( virtual/glu virtual/opengl ) postgres? ( >=dev-db/postgresql-base-9.0[kerberos] ) telepathy? ( dev-libs/glib:2 >=net-libs/telepathy-glib-0.18.0 >=x11-libs/gtk+-2.24:2 ) webdav? ( net-libs/neon ) !app-office/libreoffice-bin !app-office/libreoffice-bin-debug !=virtual/jre-1.6 ) vlc? ( media-video/vlc ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.7.4:4[accessibility] >=dev-qt/qtcore-4.7.4:4[qt3support,ssl] >=dev-qt/qtdbus-4.7.4:4 >=dev-qt/designer-4.7.4:4[-phonon] >=dev-qt/qtgui-4.7.4:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.7.4:4 >=dev-qt/qtsql-4.7.4:4[qt3support] >=dev-qt/qtsvg-4.7.4:4 >=dev-qt/qttest-4.7.4:4 >=dev-qt/qtwebkit-4.7.4:4 >=kde-base/kdelibs-4.4:4[aqua=] ) @@ -12,4 +12,4 @@ REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) python SLOT=0 SRC_URI=branding? ( http://dev.gentoo.org/~dilfridge/distfiles/libreoffice-branding-gentoo-0.8.tar.xz ) http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-4.2.6.3.tar.xz http://dev-builds.libreoffice.org/pre-releases/src/libreoffice-help-4.2.6.3.tar.xz http://download.documentfoundation.org/libreoffice/src/4.2.6//libreoffice-4.2.6.3.tar.xz http://download.documentfoundation.org/libreoffice/src/4.2.6//libreoffice-help-4.2.6.3.tar.xz http://download.documentfoundation.org/libreoffice/old/4.2.6.3//libreoffice-4.2.6.3.tar.xz http://download.documentfoundation.org/libreoffice/old/4.2.6.3//libreoffice-help-4.2.6.3.tar.xz http://dev-www.libreoffice.org/src//d62650a6f908e85643e557a236ea989c-vigra1.6.0.tar.gz http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) libreoffice_extensions_wiki-publisher? ( http://dev-www.libreoffice.org/src//a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) libreoffice_extensions_scripting-javascript? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 check-reqs a7f404bfb16e0a996700c5d3ac4edad3 eutils 06133990e861be0fe60c2b428fd025d9 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 gnome2-utils f658eba3cc594a21cf6eef4af47daa90 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 kde4-base 4eedf91460a42478a541aa78b13f9779 kde4-functions 492237eb2823bdc02bc769530501f0ea libtool 52d0e17251d04645ffaa61bfdd858944 mozextension ba6829881080a663d68531424a3dfbc6 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 nsplugins 7ea51b2f6cbd5b36b9c0163cc3ee03a2 pax-utils 8257582809714b788173511f975d767d python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=373d3ecd8e6abf5f32703227e1181055 +_md5_=ee8ba5700d1647ed8b5e964740e828b7 diff --git a/metadata/md5-cache/app-office/libreoffice-bin-4.2.5.2 b/metadata/md5-cache/app-office/libreoffice-bin-4.2.5.2 deleted file mode 100644 index d7f0da72eb4d..000000000000 --- a/metadata/md5-cache/app-office/libreoffice-bin-4.2.5.2 +++ /dev/null @@ -1,16 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack -DEPEND=dev-util/xdelta:3 >=sys-apps/sed-4 kde? ( dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4[-phonon] >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] ) java? ( >=dev-java/java-config-2.1.9-r1 ) -DESCRIPTION=LibreOffice, a full office productivity suite. Binary package -EAPI=5 -HOMEPAGE=http://www.libreoffice.org -IUSE=gnome java kde aqua kde elibc_FreeBSD java python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 -KEYWORDS=-* amd64 x86 -LICENSE=LGPL-3 -PDEPEND==app-office/libreoffice-l10n-4.2.5.2* -RDEPEND==app-text/libexttextcat-3.4* =app-text/libmwaw-0.2* app-text/poppler:0/44 dev-libs/boost:0/1.52 dev-libs/icu:0/52 =media-gfx/graphite2-1.2* media-libs/harfbuzz:0/0.9.18[icu] media-libs/libpng:0/16 >=sys-libs/glibc-2.17 virtual/jpeg:62 kde? ( >=kde-base/kdelibs-4.12.5-r1:4 >=dev-qt/qtcore-4.8.5-r1:4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes =app-text/libabw-0.0* >=app-text/libexttextcat-3.2 =app-text/libebook-0.0* =app-text/libetonyek-0.0* app-text/liblangtag =app-text/libmspub-0.0* =app-text/libmwaw-0.2* =app-text/libodfgen-0.0* app-text/libwpd:0.9[tools] app-text/libwpg:0.2 =app-text/libwps-0.2* >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d =dev-libs/liborcus-0.5* >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16 media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 =media-libs/libcdr-0.0* =media-libs/libfreehand-0.0* =media-libs/libvisio-0.0* >=net-misc/curl-7.21.4 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 net-print/cups >=dev-libs/dbus-glib-0.92 gnome? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 ) x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 virtual/glu virtual/opengl net-libs/neon !app-office/libreoffice !=virtual/jre-1.6 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4[-phonon] >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] ) java? ( >=dev-java/java-config-2.1.9-r1 ) -REQUIRED_USE=kde? ( !gnome ) gnome? ( !kde ) -RESTRICT=test strip -SLOT=0 -SRC_URI=amd64? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-4.2.5.2.tar.xz kde? ( !java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-kde-4.2.5.2.xd3 ) java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-kde-java-4.2.5.2.xd3 ) ) gnome? ( !java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-gnome-4.2.5.2.xd3 ) java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-gnome-java-4.2.5.2.xd3 ) ) !kde? ( !gnome? ( java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-java-4.2.5.2.xd3 ) ) ) ) x86? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-4.2.5.2.tar.xz kde? ( !java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-kde-4.2.5.2.xd3 ) java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-kde-java-4.2.5.2.xd3 ) ) gnome? ( !java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-gnome-4.2.5.2.xd3 ) java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-gnome-java-4.2.5.2.xd3 ) ) !kde? ( !gnome? ( java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-java-4.2.5.2.xd3 ) ) ) ) -_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 gnome2-utils f658eba3cc594a21cf6eef4af47daa90 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 kde4-base 4eedf91460a42478a541aa78b13f9779 kde4-functions 492237eb2823bdc02bc769530501f0ea multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils 8257582809714b788173511f975d767d prefix 21058c21ca48453d771df15500873ede python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=04d5cdbf8a7ffa5a31c093d8219d570c diff --git a/metadata/md5-cache/app-office/libreoffice-bin-4.2.6.3 b/metadata/md5-cache/app-office/libreoffice-bin-4.2.6.3 index 294d6164d0bf..35adf5e73625 100644 --- a/metadata/md5-cache/app-office/libreoffice-bin-4.2.6.3 +++ b/metadata/md5-cache/app-office/libreoffice-bin-4.2.6.3 @@ -4,7 +4,7 @@ DESCRIPTION=LibreOffice, a full office productivity suite. Binary package EAPI=5 HOMEPAGE=http://www.libreoffice.org IUSE=gnome java kde aqua kde elibc_FreeBSD java python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 -KEYWORDS=-* amd64 ~x86 +KEYWORDS=-* amd64 x86 LICENSE=LGPL-3 PDEPEND==app-office/libreoffice-l10n-4.2.6.3* RDEPEND==app-text/libexttextcat-3.4* =app-text/libmwaw-0.2* app-text/poppler:0/44 dev-libs/boost:0/1.52 dev-libs/icu:0/52 =media-gfx/graphite2-1.2* media-libs/harfbuzz:0/0.9.18[icu] media-libs/libpng:0/16 >=sys-libs/glibc-2.19-r1 virtual/jpeg:62 kde? ( >=kde-base/kdelibs-4.12.5-r2:4 >=dev-qt/qtcore-4.8.5-r2:4 >=dev-qt/qtgui-4.8.5-r3:4 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads,xml] ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3[threads,xml] ) python_single_target_python3_4? ( dev-lang/python:3.4[threads,xml] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes =app-text/libabw-0.0* >=app-text/libexttextcat-3.2 =app-text/libebook-0.0* =app-text/libetonyek-0.0* app-text/liblangtag =app-text/libmspub-0.0* =app-text/libmwaw-0.2* =app-text/libodfgen-0.0* app-text/libwpd:0.9[tools] app-text/libwpg:0.2 =app-text/libwps-0.2* >=app-text/poppler-0.16:=[xpdf-headers(+),cxx] >=dev-cpp/clucene-2.3.3.4-r2 dev-cpp/libcmis:0.4 dev-db/unixODBC >=dev-libs/boost-1.46:= dev-libs/expat >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1.1:= >=dev-libs/libatomic_ops-7.2d =dev-libs/liborcus-0.5* >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.16 media-gfx/graphite2 >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 >=media-libs/libpng-1.4 =media-libs/libcdr-0.0* =media-libs/libfreehand-0.0* =media-libs/libvisio-0.0* >=net-misc/curl-7.21.4 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 net-print/cups >=dev-libs/dbus-glib-0.92 gnome? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 ) x11-libs/gdk-pixbuf[X] >=x11-libs/gtk+-2.24:2 media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 virtual/glu virtual/opengl net-libs/neon !app-office/libreoffice !=virtual/jre-1.6 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=dev-qt/qt3support-4.8.5:4[accessibility] >=dev-qt/qtcore-4.8.5:4[qt3support,ssl] >=dev-qt/qtdbus-4.8.5:4 >=dev-qt/designer-4.8.5:4[-phonon] >=dev-qt/qtgui-4.8.5:4[accessibility,dbus(+)] >=dev-qt/qtscript-4.8.5:4 >=dev-qt/qtsql-4.8.5:4[qt3support] >=dev-qt/qtsvg-4.8.5:4 >=dev-qt/qttest-4.8.5:4 >=dev-qt/qtwebkit-4.8.5:4 >=kde-base/kdelibs-4.4:4[aqua=] ) java? ( >=dev-java/java-config-2.1.9-r1 ) @@ -13,4 +13,4 @@ RESTRICT=test strip SLOT=0 SRC_URI=amd64? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-4.2.6.3.tar.xz kde? ( !java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-kde-4.2.6.3.xd3 ) java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-kde-java-4.2.6.3.xd3 ) ) gnome? ( !java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-gnome-4.2.6.3.xd3 ) java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-gnome-java-4.2.6.3.xd3 ) ) !kde? ( !gnome? ( java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-bin-libreoffice-java-4.2.6.3.xd3 ) ) ) ) x86? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-4.2.6.3.tar.xz kde? ( !java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-kde-4.2.6.3.xd3 ) java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-kde-java-4.2.6.3.xd3 ) ) gnome? ( !java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-gnome-4.2.6.3.xd3 ) java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-gnome-java-4.2.6.3.xd3 ) ) !kde? ( !gnome? ( java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-bin-libreoffice-java-4.2.6.3.xd3 ) ) ) ) _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 gnome2-utils f658eba3cc594a21cf6eef4af47daa90 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 kde4-base 4eedf91460a42478a541aa78b13f9779 kde4-functions 492237eb2823bdc02bc769530501f0ea multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils 8257582809714b788173511f975d767d prefix 21058c21ca48453d771df15500873ede python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=f718d5f3f91c0b03d6d2117c8d138b77 +_md5_=e25527f6345a1a71fc71bb30d79b44a2 diff --git a/metadata/md5-cache/app-office/libreoffice-bin-debug-4.2.5.2 b/metadata/md5-cache/app-office/libreoffice-bin-debug-4.2.5.2 deleted file mode 100644 index 7401a5b585d6..000000000000 --- a/metadata/md5-cache/app-office/libreoffice-bin-debug-4.2.5.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install unpack -DEPEND=dev-util/xdelta:3 -DESCRIPTION=LibreOffice, a full office productivity suite. Binary package, debug info -EAPI=5 -HOMEPAGE=http://www.libreoffice.org -IUSE=gnome java kde -KEYWORDS=-* amd64 x86 -LICENSE=LGPL-3 -RDEPEND==app-office/libreoffice-bin-4.2.5.2[gnome=,java=,kde=] -RESTRICT=test strip -SLOT=0 -SRC_URI=amd64? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-4.2.5.2.tar.xz kde? ( !java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-kde-4.2.5.2.xd3 ) java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-kde-java-4.2.5.2.xd3 ) ) gnome? ( !java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-gnome-4.2.5.2.xd3 ) java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-gnome-java-4.2.5.2.xd3 ) ) !kde? ( !gnome? ( java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-java-4.2.5.2.xd3 ) ) ) ) x86? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-4.2.5.2.tar.xz kde? ( !java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-kde-4.2.5.2.xd3 ) java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-kde-java-4.2.5.2.xd3 ) ) gnome? ( !java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-gnome-4.2.5.2.xd3 ) java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-gnome-java-4.2.5.2.xd3 ) ) !kde? ( !gnome? ( java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-java-4.2.5.2.xd3 ) ) ) ) -_md5_=96663ce90889f9f584e88fff0a42f5ff diff --git a/metadata/md5-cache/app-office/libreoffice-bin-debug-4.2.6.3 b/metadata/md5-cache/app-office/libreoffice-bin-debug-4.2.6.3 index 2af19e13d58e..1c87f660b74f 100644 --- a/metadata/md5-cache/app-office/libreoffice-bin-debug-4.2.6.3 +++ b/metadata/md5-cache/app-office/libreoffice-bin-debug-4.2.6.3 @@ -4,10 +4,10 @@ DESCRIPTION=LibreOffice, a full office productivity suite. Binary package, debug EAPI=5 HOMEPAGE=http://www.libreoffice.org IUSE=gnome java kde -KEYWORDS=-* amd64 ~x86 +KEYWORDS=-* amd64 x86 LICENSE=LGPL-3 RDEPEND==app-office/libreoffice-bin-4.2.6.3[gnome=,java=,kde=] RESTRICT=test strip SLOT=0 SRC_URI=amd64? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-4.2.6.3.tar.xz kde? ( !java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-kde-4.2.6.3.xd3 ) java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-kde-java-4.2.6.3.xd3 ) ) gnome? ( !java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-gnome-4.2.6.3.xd3 ) java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-gnome-java-4.2.6.3.xd3 ) ) !kde? ( !gnome? ( java? ( http://packages.gentooexperimental.org/packages/amd64-libreoffice/amd64-debug-libreoffice-java-4.2.6.3.xd3 ) ) ) ) x86? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-4.2.6.3.tar.xz kde? ( !java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-kde-4.2.6.3.xd3 ) java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-kde-java-4.2.6.3.xd3 ) ) gnome? ( !java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-gnome-4.2.6.3.xd3 ) java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-gnome-java-4.2.6.3.xd3 ) ) !kde? ( !gnome? ( java? ( http://packages.gentooexperimental.org/packages/x86-libreoffice/x86-debug-libreoffice-java-4.2.6.3.xd3 ) ) ) ) -_md5_=b5b6cb2f485f443e5e1259cbd0587154 +_md5_=2f363ca6202b347d87fabc61dcb9a015 diff --git a/metadata/md5-cache/app-office/libreoffice-l10n-4.2.5.2 b/metadata/md5-cache/app-office/libreoffice-l10n-4.2.5.2 deleted file mode 100644 index 017d86e99500..000000000000 --- a/metadata/md5-cache/app-office/libreoffice-l10n-4.2.5.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=app-arch/rpm2targz-9.0.0.3g -DESCRIPTION=Translations for the Libreoffice suite -EAPI=5 -HOMEPAGE=http://www.libreoffice.org -IUSE=offlinehelp linguas_am linguas_ast linguas_bg linguas_bn_IN linguas_bn linguas_bo linguas_bs linguas_ca_valencia linguas_ca linguas_cs linguas_da linguas_de linguas_dz linguas_el linguas_en_GB linguas_en linguas_en_ZA linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ka linguas_km linguas_ko linguas_mk linguas_nb linguas_ne linguas_nl linguas_nn linguas_om linguas_pl linguas_pt_BR linguas_pt linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sv linguas_tg linguas_tr linguas_ug linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_af linguas_ar linguas_as linguas_be linguas_br linguas_brx linguas_cy linguas_dgo linguas_fa linguas_ga linguas_gd linguas_kk linguas_kmr_Latn linguas_kn linguas_kok linguas_ks linguas_lb linguas_lo linguas_lt linguas_lv linguas_mai linguas_ml linguas_mn linguas_mni linguas_mr linguas_my linguas_nr linguas_nso linguas_oc linguas_or linguas_pa_IN linguas_ro linguas_rw linguas_sa_IN linguas_sat linguas_sd linguas_sid linguas_sr_Latn linguas_sr linguas_ss linguas_st linguas_sw_TZ linguas_ta linguas_te linguas_th linguas_tn linguas_ts linguas_tt linguas_uz linguas_ve linguas_xh linguas_zu -KEYWORDS=amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux -LICENSE=|| ( LGPL-3 MPL-1.1 ) -RDEPEND=app-text/hunspell -RESTRICT=strip -SLOT=0 -SRC_URI=linguas_am? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_am.tar.gz ) ) linguas_ast? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_ast.tar.gz ) ) linguas_bg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_bg.tar.gz ) ) linguas_bn_IN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_bn-IN.tar.gz ) ) linguas_bn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_bn.tar.gz ) ) linguas_bo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_bo.tar.gz ) ) linguas_bs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_bs.tar.gz ) ) linguas_ca_valencia? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_ca-valencia.tar.gz ) ) linguas_ca? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_ca.tar.gz ) ) linguas_cs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_cs.tar.gz ) ) linguas_da? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_da.tar.gz ) ) linguas_de? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_de.tar.gz ) ) linguas_dz? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_dz.tar.gz ) ) linguas_el? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_el.tar.gz ) ) linguas_en_GB? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_en-GB.tar.gz ) ) linguas_en? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_en-US.tar.gz ) ) linguas_en_ZA? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_en-ZA.tar.gz ) ) linguas_eo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_eo.tar.gz ) ) linguas_es? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_es.tar.gz ) ) linguas_et? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_et.tar.gz ) ) linguas_eu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_eu.tar.gz ) ) linguas_fi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_fi.tar.gz ) ) linguas_fr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_fr.tar.gz ) ) linguas_gl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_gl.tar.gz ) ) linguas_gu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_gu.tar.gz ) ) linguas_he? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_he.tar.gz ) ) linguas_hi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_hi.tar.gz ) ) linguas_hr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_hr.tar.gz ) ) linguas_hu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_hu.tar.gz ) ) linguas_id? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_id.tar.gz ) ) linguas_is? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_is.tar.gz ) ) linguas_it? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_it.tar.gz ) ) linguas_ja? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_ja.tar.gz ) ) linguas_ka? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_ka.tar.gz ) ) linguas_km? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_km.tar.gz ) ) linguas_ko? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_ko.tar.gz ) ) linguas_mk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_mk.tar.gz ) ) linguas_nb? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_nb.tar.gz ) ) linguas_ne? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_ne.tar.gz ) ) linguas_nl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_nl.tar.gz ) ) linguas_nn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_nn.tar.gz ) ) linguas_om? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_om.tar.gz ) ) linguas_pl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_pl.tar.gz ) ) linguas_pt_BR? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_pt-BR.tar.gz ) ) linguas_pt? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_pt.tar.gz ) ) linguas_ru? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_ru.tar.gz ) ) linguas_si? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_si.tar.gz ) ) linguas_sk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_sk.tar.gz ) ) linguas_sl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_sl.tar.gz ) ) linguas_sq? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_sq.tar.gz ) ) linguas_sv? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_sv.tar.gz ) ) linguas_tg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_tg.tar.gz ) ) linguas_tr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_tr.tar.gz ) ) linguas_ug? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_ug.tar.gz ) ) linguas_uk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_uk.tar.gz ) ) linguas_vi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_vi.tar.gz ) ) linguas_zh_CN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_zh-CN.tar.gz ) ) linguas_zh_TW? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_helppack_zh-TW.tar.gz ) ) linguas_am? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_am.tar.gz ) linguas_ast? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ast.tar.gz ) linguas_bg? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_bg.tar.gz ) linguas_bn_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_bn-IN.tar.gz ) linguas_bn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_bn.tar.gz ) linguas_bo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_bo.tar.gz ) linguas_bs? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_bs.tar.gz ) linguas_ca_valencia? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ca-valencia.tar.gz ) linguas_ca? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ca.tar.gz ) linguas_cs? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_cs.tar.gz ) linguas_da? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_da.tar.gz ) linguas_de? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_de.tar.gz ) linguas_dz? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_dz.tar.gz ) linguas_el? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_el.tar.gz ) linguas_en_GB? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_en-GB.tar.gz ) linguas_en_ZA? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_en-ZA.tar.gz ) linguas_eo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_eo.tar.gz ) linguas_es? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_es.tar.gz ) linguas_et? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_et.tar.gz ) linguas_eu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_eu.tar.gz ) linguas_fi? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_fi.tar.gz ) linguas_fr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_fr.tar.gz ) linguas_gl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_gl.tar.gz ) linguas_gu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_gu.tar.gz ) linguas_he? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_he.tar.gz ) linguas_hi? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_hi.tar.gz ) linguas_hr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_hr.tar.gz ) linguas_hu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_hu.tar.gz ) linguas_id? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_id.tar.gz ) linguas_is? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_is.tar.gz ) linguas_it? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_it.tar.gz ) linguas_ja? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ja.tar.gz ) linguas_ka? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ka.tar.gz ) linguas_km? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_km.tar.gz ) linguas_ko? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ko.tar.gz ) linguas_mk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_mk.tar.gz ) linguas_nb? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_nb.tar.gz ) linguas_ne? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ne.tar.gz ) linguas_nl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_nl.tar.gz ) linguas_nn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_nn.tar.gz ) linguas_om? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_om.tar.gz ) linguas_pl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_pl.tar.gz ) linguas_pt_BR? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_pt-BR.tar.gz ) linguas_pt? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_pt.tar.gz ) linguas_ru? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ru.tar.gz ) linguas_si? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_si.tar.gz ) linguas_sk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sk.tar.gz ) linguas_sl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sl.tar.gz ) linguas_sq? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sq.tar.gz ) linguas_sv? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sv.tar.gz ) linguas_tg? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_tg.tar.gz ) linguas_tr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_tr.tar.gz ) linguas_ug? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ug.tar.gz ) linguas_uk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_uk.tar.gz ) linguas_vi? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_vi.tar.gz ) linguas_zh_CN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_zh-CN.tar.gz ) linguas_zh_TW? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_zh-TW.tar.gz ) linguas_af? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_af.tar.gz ) linguas_ar? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ar.tar.gz ) linguas_as? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_as.tar.gz ) linguas_be? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_be.tar.gz ) linguas_br? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_br.tar.gz ) linguas_brx? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_brx.tar.gz ) linguas_cy? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_cy.tar.gz ) linguas_dgo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_dgo.tar.gz ) linguas_fa? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_fa.tar.gz ) linguas_ga? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ga.tar.gz ) linguas_gd? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_gd.tar.gz ) linguas_kk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_kk.tar.gz ) linguas_kmr_Latn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_kmr-Latn.tar.gz ) linguas_kn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_kn.tar.gz ) linguas_kok? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_kok.tar.gz ) linguas_ks? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ks.tar.gz ) linguas_lb? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_lb.tar.gz ) linguas_lo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_lo.tar.gz ) linguas_lt? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_lt.tar.gz ) linguas_lv? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_lv.tar.gz ) linguas_mai? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_mai.tar.gz ) linguas_ml? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ml.tar.gz ) linguas_mn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_mn.tar.gz ) linguas_mni? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_mni.tar.gz ) linguas_mr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_mr.tar.gz ) linguas_my? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_my.tar.gz ) linguas_nr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_nr.tar.gz ) linguas_nso? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_nso.tar.gz ) linguas_oc? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_oc.tar.gz ) linguas_or? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_or.tar.gz ) linguas_pa_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_pa-IN.tar.gz ) linguas_ro? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ro.tar.gz ) linguas_rw? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_rw.tar.gz ) linguas_sa_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sa-IN.tar.gz ) linguas_sat? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sat.tar.gz ) linguas_sd? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sd.tar.gz ) linguas_sid? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sid.tar.gz ) linguas_sr_Latn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sr-Latn.tar.gz ) linguas_sr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sr.tar.gz ) linguas_ss? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ss.tar.gz ) linguas_st? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_st.tar.gz ) linguas_sw_TZ? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_sw-TZ.tar.gz ) linguas_ta? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ta.tar.gz ) linguas_te? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_te.tar.gz ) linguas_th? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_th.tar.gz ) linguas_tn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_tn.tar.gz ) linguas_ts? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ts.tar.gz ) linguas_tt? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_tt.tar.gz ) linguas_uz? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_uz.tar.gz ) linguas_ve? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_ve.tar.gz ) linguas_xh? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_xh.tar.gz ) linguas_zu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.5/rpm/x86/LibreOffice_4.2.5_Linux_x86_rpm_langpack_zu.tar.gz ) -_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf rpm b94b54b44f14d6bee3e966c8f5c86fba toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=88794fa17cc0e69db10bd966a3f773bc diff --git a/metadata/md5-cache/app-office/libreoffice-l10n-4.2.6.3-r1 b/metadata/md5-cache/app-office/libreoffice-l10n-4.2.6.3-r1 index 9bdeda243aff..86cde32fc5e1 100644 --- a/metadata/md5-cache/app-office/libreoffice-l10n-4.2.6.3-r1 +++ b/metadata/md5-cache/app-office/libreoffice-l10n-4.2.6.3-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Translations for the Libreoffice suite EAPI=5 HOMEPAGE=http://www.libreoffice.org IUSE=offlinehelp linguas_am linguas_ast linguas_bg linguas_bn_IN linguas_bn linguas_bo linguas_bs linguas_ca_valencia linguas_ca linguas_cs linguas_da linguas_de linguas_dz linguas_el linguas_en_GB linguas_en linguas_en_ZA linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ka linguas_km linguas_ko linguas_mk linguas_nb linguas_ne linguas_nl linguas_nn linguas_om linguas_pl linguas_pt_BR linguas_pt linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sv linguas_tg linguas_tr linguas_ug linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_af linguas_ar linguas_as linguas_be linguas_br linguas_brx linguas_cy linguas_dgo linguas_fa linguas_ga linguas_gd linguas_kk linguas_kmr_Latn linguas_kn linguas_kok linguas_ks linguas_lb linguas_lo linguas_lt linguas_lv linguas_mai linguas_ml linguas_mn linguas_mni linguas_mr linguas_my linguas_nr linguas_nso linguas_oc linguas_or linguas_pa_IN linguas_ro linguas_rw linguas_sa_IN linguas_sat linguas_sd linguas_sid linguas_sr_Latn linguas_sr linguas_ss linguas_st linguas_sw_TZ linguas_ta linguas_te linguas_th linguas_tn linguas_ts linguas_tt linguas_uz linguas_ve linguas_xh linguas_zu -KEYWORDS=amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux LICENSE=|| ( LGPL-3 MPL-1.1 ) RDEPEND=app-text/hunspell RESTRICT=strip SLOT=0 SRC_URI=linguas_am? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_am.tar.gz ) ) linguas_ast? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ast.tar.gz ) ) linguas_bg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_bg.tar.gz ) ) linguas_bn_IN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_bn-IN.tar.gz ) ) linguas_bn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_bn.tar.gz ) ) linguas_bo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_bo.tar.gz ) ) linguas_bs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_bs.tar.gz ) ) linguas_ca_valencia? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ca-valencia.tar.gz ) ) linguas_ca? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ca.tar.gz ) ) linguas_cs? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_cs.tar.gz ) ) linguas_da? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_da.tar.gz ) ) linguas_de? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_de.tar.gz ) ) linguas_dz? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_dz.tar.gz ) ) linguas_el? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_el.tar.gz ) ) linguas_en_GB? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_en-GB.tar.gz ) ) linguas_en? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_en-US.tar.gz ) ) linguas_en_ZA? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_en-ZA.tar.gz ) ) linguas_eo? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_eo.tar.gz ) ) linguas_es? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_es.tar.gz ) ) linguas_et? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_et.tar.gz ) ) linguas_eu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_eu.tar.gz ) ) linguas_fi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_fi.tar.gz ) ) linguas_fr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_fr.tar.gz ) ) linguas_gl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_gl.tar.gz ) ) linguas_gu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_gu.tar.gz ) ) linguas_he? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_he.tar.gz ) ) linguas_hi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_hi.tar.gz ) ) linguas_hr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_hr.tar.gz ) ) linguas_hu? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_hu.tar.gz ) ) linguas_id? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_id.tar.gz ) ) linguas_is? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_is.tar.gz ) ) linguas_it? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_it.tar.gz ) ) linguas_ja? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ja.tar.gz ) ) linguas_ka? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ka.tar.gz ) ) linguas_km? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_km.tar.gz ) ) linguas_ko? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ko.tar.gz ) ) linguas_mk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_mk.tar.gz ) ) linguas_nb? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_nb.tar.gz ) ) linguas_ne? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ne.tar.gz ) ) linguas_nl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_nl.tar.gz ) ) linguas_nn? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_nn.tar.gz ) ) linguas_om? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_om.tar.gz ) ) linguas_pl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_pl.tar.gz ) ) linguas_pt_BR? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_pt-BR.tar.gz ) ) linguas_pt? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_pt.tar.gz ) ) linguas_ru? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ru.tar.gz ) ) linguas_si? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_si.tar.gz ) ) linguas_sk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_sk.tar.gz ) ) linguas_sl? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_sl.tar.gz ) ) linguas_sq? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_sq.tar.gz ) ) linguas_sv? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_sv.tar.gz ) ) linguas_tg? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_tg.tar.gz ) ) linguas_tr? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_tr.tar.gz ) ) linguas_ug? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_ug.tar.gz ) ) linguas_uk? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_uk.tar.gz ) ) linguas_vi? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_vi.tar.gz ) ) linguas_zh_CN? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_zh-CN.tar.gz ) ) linguas_zh_TW? ( offlinehelp? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_helppack_zh-TW.tar.gz ) ) linguas_am? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_am.tar.gz ) linguas_ast? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ast.tar.gz ) linguas_bg? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_bg.tar.gz ) linguas_bn_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_bn-IN.tar.gz ) linguas_bn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_bn.tar.gz ) linguas_bo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_bo.tar.gz ) linguas_bs? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_bs.tar.gz ) linguas_ca_valencia? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ca-valencia.tar.gz ) linguas_ca? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ca.tar.gz ) linguas_cs? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_cs.tar.gz ) linguas_da? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_da.tar.gz ) linguas_de? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_de.tar.gz ) linguas_dz? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_dz.tar.gz ) linguas_el? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_el.tar.gz ) linguas_en_GB? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_en-GB.tar.gz ) linguas_en_ZA? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_en-ZA.tar.gz ) linguas_eo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_eo.tar.gz ) linguas_es? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_es.tar.gz ) linguas_et? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_et.tar.gz ) linguas_eu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_eu.tar.gz ) linguas_fi? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_fi.tar.gz ) linguas_fr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_fr.tar.gz ) linguas_gl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_gl.tar.gz ) linguas_gu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_gu.tar.gz ) linguas_he? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_he.tar.gz ) linguas_hi? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_hi.tar.gz ) linguas_hr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_hr.tar.gz ) linguas_hu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_hu.tar.gz ) linguas_id? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_id.tar.gz ) linguas_is? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_is.tar.gz ) linguas_it? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_it.tar.gz ) linguas_ja? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ja.tar.gz ) linguas_ka? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ka.tar.gz ) linguas_km? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_km.tar.gz ) linguas_ko? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ko.tar.gz ) linguas_mk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_mk.tar.gz ) linguas_nb? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_nb.tar.gz ) linguas_ne? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ne.tar.gz ) linguas_nl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_nl.tar.gz ) linguas_nn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_nn.tar.gz ) linguas_om? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_om.tar.gz ) linguas_pl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_pl.tar.gz ) linguas_pt_BR? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_pt-BR.tar.gz ) linguas_pt? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_pt.tar.gz ) linguas_ru? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ru.tar.gz ) linguas_si? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_si.tar.gz ) linguas_sk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sk.tar.gz ) linguas_sl? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sl.tar.gz ) linguas_sq? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sq.tar.gz ) linguas_sv? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sv.tar.gz ) linguas_tg? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_tg.tar.gz ) linguas_tr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_tr.tar.gz ) linguas_ug? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ug.tar.gz ) linguas_uk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_uk.tar.gz ) linguas_vi? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_vi.tar.gz ) linguas_zh_CN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_zh-CN.tar.gz ) linguas_zh_TW? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_zh-TW.tar.gz ) linguas_af? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_af.tar.gz ) linguas_ar? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ar.tar.gz ) linguas_as? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_as.tar.gz ) linguas_be? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_be.tar.gz ) linguas_br? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_br.tar.gz ) linguas_brx? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_brx.tar.gz ) linguas_cy? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_cy.tar.gz ) linguas_dgo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_dgo.tar.gz ) linguas_fa? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_fa.tar.gz ) linguas_ga? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ga.tar.gz ) linguas_gd? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_gd.tar.gz ) linguas_kk? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_kk.tar.gz ) linguas_kmr_Latn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_kmr-Latn.tar.gz ) linguas_kn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_kn.tar.gz ) linguas_kok? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_kok.tar.gz ) linguas_ks? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ks.tar.gz ) linguas_lb? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_lb.tar.gz ) linguas_lo? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_lo.tar.gz ) linguas_lt? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_lt.tar.gz ) linguas_lv? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_lv.tar.gz ) linguas_mai? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_mai.tar.gz ) linguas_ml? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ml.tar.gz ) linguas_mn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_mn.tar.gz ) linguas_mni? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_mni.tar.gz ) linguas_mr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_mr.tar.gz ) linguas_my? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_my.tar.gz ) linguas_nr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_nr.tar.gz ) linguas_nso? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_nso.tar.gz ) linguas_oc? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_oc.tar.gz ) linguas_or? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_or.tar.gz ) linguas_pa_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_pa-IN.tar.gz ) linguas_ro? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ro.tar.gz ) linguas_rw? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_rw.tar.gz ) linguas_sa_IN? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sa-IN.tar.gz ) linguas_sat? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sat.tar.gz ) linguas_sd? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sd.tar.gz ) linguas_sid? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sid.tar.gz ) linguas_sr_Latn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sr-Latn.tar.gz ) linguas_sr? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sr.tar.gz ) linguas_ss? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ss.tar.gz ) linguas_st? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_st.tar.gz ) linguas_sw_TZ? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_sw-TZ.tar.gz ) linguas_ta? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ta.tar.gz ) linguas_te? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_te.tar.gz ) linguas_th? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_th.tar.gz ) linguas_tn? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_tn.tar.gz ) linguas_ts? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ts.tar.gz ) linguas_tt? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_tt.tar.gz ) linguas_uz? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_uz.tar.gz ) linguas_ve? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_ve.tar.gz ) linguas_xh? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_xh.tar.gz ) linguas_zu? ( http://download.documentfoundation.org/libreoffice/stable/4.2.6/rpm/x86/LibreOffice_4.2.6-secfix_Linux_x86_rpm_langpack_zu.tar.gz ) _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf rpm b94b54b44f14d6bee3e966c8f5c86fba toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=73eced16310ae57bcc986d0f0b7d80cf +_md5_=1b777adcb7679290aedd3078a88a92c4 diff --git a/metadata/md5-cache/app-text/tesseract-3.03_rc1 b/metadata/md5-cache/app-text/tesseract-3.03_rc1 index 4d225b1e2cb2..9eae86a363e6 100644 --- a/metadata/md5-cache/app-text/tesseract-3.03_rc1 +++ b/metadata/md5-cache/app-text/tesseract-3.03_rc1 @@ -4,10 +4,10 @@ DESCRIPTION=An OCR Engine that was developed at HP and now at Google EAPI=5 HOMEPAGE=http://code.google.com/p/tesseract-ocr/ IUSE=doc examples jpeg png tiff -webp +scrollview static-libs linguas_ar linguas_bg linguas_ca linguas_chr linguas_cs linguas_de linguas_da linguas_el linguas_es linguas_fi linguas_fr linguas_he linguas_hi linguas_hu linguas_id linguas_it linguas_jp linguas_ko linguas_lt linguas_lv linguas_nl linguas_no linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_th linguas_tl linguas_tr linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW osd -KEYWORDS=~alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm ~mips ~ppc ppc64 ~sparc ~x86 LICENSE=Apache-2.0 RDEPEND=>=media-libs/leptonica-1.70[zlib,tiff?,jpeg?,png?,webp?] SLOT=0 SRC_URI=http://dev.gentoo.org/~tomka/files/tesseract-3.03-rc1.tar.gz http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.eng.tar.gz doc? ( http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.02-doc-html.tar.gz ) linguas_ar? ( http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.ara.tar.gz ) linguas_bg? ( http://tesseract-ocr.googlecode.com/files/bul.traineddata.gz ) linguas_ca? ( http://tesseract-ocr.googlecode.com/files/cat.traineddata.gz ) linguas_chr? ( http://tesseract-ocr.googlecode.com/files/chr.traineddata.gz ) linguas_cs? ( http://tesseract-ocr.googlecode.com/files/ces.traineddata.gz ) linguas_de? ( http://tesseract-ocr.googlecode.com/files/deu.traineddata.gz http://tesseract-ocr.googlecode.com/files/deu-frak.traineddata.gz ) linguas_da? ( http://tesseract-ocr.googlecode.com/files/dan.traineddata.gz http://tesseract-ocr.googlecode.com/files/dan-frak.traineddata.gz ) linguas_el? ( http://tesseract-ocr.googlecode.com/files/ell.traineddata.gz ) linguas_es? ( http://tesseract-ocr.googlecode.com/files/spa.traineddata.gz ) linguas_fi? ( http://tesseract-ocr.googlecode.com/files/fin.traineddata.gz ) linguas_fr? ( http://tesseract-ocr.googlecode.com/files/fra.traineddata.gz ) linguas_he? ( http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.heb.tar.gz http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.heb-com.tar.gz ) linguas_hi? ( http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.hin.tar.gz ) linguas_hu? ( http://tesseract-ocr.googlecode.com/files/hun.traineddata.gz ) linguas_id? ( http://tesseract-ocr.googlecode.com/files/ind.traineddata.gz ) linguas_it? ( http://tesseract-ocr.googlecode.com/files/ita.traineddata.gz ) linguas_jp? ( http://tesseract-ocr.googlecode.com/files/jpn.traineddata.gz ) linguas_ko? ( http://tesseract-ocr.googlecode.com/files/kor.traineddata.gz ) linguas_lt? ( http://tesseract-ocr.googlecode.com/files/lit.traineddata.gz ) linguas_lv? ( http://tesseract-ocr.googlecode.com/files/lav.traineddata.gz ) linguas_nl? ( http://tesseract-ocr.googlecode.com/files/nld.traineddata.gz ) linguas_no? ( http://tesseract-ocr.googlecode.com/files/nor.traineddata.gz ) linguas_pl? ( http://tesseract-ocr.googlecode.com/files/pol.traineddata.gz ) linguas_pt? ( http://tesseract-ocr.googlecode.com/files/por.traineddata.gz ) linguas_ro? ( http://tesseract-ocr.googlecode.com/files/ron.traineddata.gz ) linguas_ru? ( http://tesseract-ocr.googlecode.com/files/rus.traineddata.gz ) linguas_sk? ( http://tesseract-ocr.googlecode.com/files/slk.traineddata.gz http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.slk-frak.tar.gz ) linguas_sl? ( http://tesseract-ocr.googlecode.com/files/slv.traineddata.gz ) linguas_sr? ( http://tesseract-ocr.googlecode.com/files/srp.traineddata.gz ) linguas_sv? ( http://tesseract-ocr.googlecode.com/files/swe.traineddata.gz http://tesseract-ocr.googlecode.com/files/swe-frak.traineddata.gz ) linguas_th? ( http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.tha.tar.gz ) linguas_tl? ( http://tesseract-ocr.googlecode.com/files/tgl.traineddata.gz ) linguas_tr? ( http://tesseract-ocr.googlecode.com/files/tur.traineddata.gz ) linguas_uk? ( http://tesseract-ocr.googlecode.com/files/ukr.traineddata.gz ) linguas_vi? ( http://tesseract-ocr.googlecode.com/files/vie.traineddata.gz ) linguas_zh_CN? ( http://tesseract-ocr.googlecode.com/files/chi_sim.traineddata.gz ) linguas_zh_TW? ( http://tesseract-ocr.googlecode.com/files/chi_tra.traineddata.gz ) osd? ( http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.01.osd.tar.gz ) _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 autotools-utils 3727db64c7b960903d5033280f108080 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=25292f300bf1bb31c1623f3c409e0197 +_md5_=8fd1d3d7e5ad1e79d156e3f6eb5fa5d8 diff --git a/metadata/md5-cache/dev-haskell/cairo-0.12.5.0-r1 b/metadata/md5-cache/dev-haskell/cairo-0.12.5.0-r1 index 2c9625800e39..166d8150b757 100644 --- a/metadata/md5-cache/dev-haskell/cairo-0.12.5.0-r1 +++ b/metadata/md5-cache/dev-haskell/cairo-0.12.5.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Binding to the Cairo library EAPI=5 HOMEPAGE=http://projects.haskell.org/gtk2hs/ IUSE=+pdf +postscript +svg doc hscolour profile -KEYWORDS=~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86 LICENSE=BSD RDEPEND=dev-haskell/mtl:=[profile?] >=dev-haskell/utf8-string-0.2:=[profile?] =dev-lang/ghc-6.10.4:= x11-libs/cairo[svg?] SLOT=0/0.12.5.0 SRC_URI=mirror://hackage/packages/archive/cairo/0.12.5.0/cairo-0.12.5.0.tar.gz _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal b6154aeaa4dfbbc6d8a66d7f739c22d1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=9bdf3c8c0f5b8912c8bcb238ade30090 +_md5_=18b6e399ccb7bfc4af33a62aaa5c6d95 diff --git a/metadata/md5-cache/dev-java/glassfish-deployment-api-1.2 b/metadata/md5-cache/dev-java/glassfish-deployment-api-1.2 index 475d178c043c..811aca250c8a 100644 --- a/metadata/md5-cache/dev-java/glassfish-deployment-api-1.2 +++ b/metadata/md5-cache/dev-java/glassfish-deployment-api-1.2 @@ -10,4 +10,4 @@ RDEPEND=>=virtual/jre-1.5 >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip SLOT=1.2 SRC_URI=http://download.java.net/javaee5/v2ur2/promoted/source/glassfish-v2ur2-b04-src.zip _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-ant-2 5f5bada6517ed26bc25083134e42b146 java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=61260ab1cef9b5f211ea83f20a385211 +_md5_=d23acaa55deb2e4e1866588a5d99c369 diff --git a/metadata/md5-cache/dev-java/java-config-2.2.0 b/metadata/md5-cache/dev-java/java-config-2.2.0 index f8abc275f210..8c7702b7b840 100644 --- a/metadata/md5-cache/dev-java/java-config-2.2.0 +++ b/metadata/md5-cache/dev-java/java-config-2.2.0 @@ -4,11 +4,11 @@ DESCRIPTION=Java environment configuration query tool EAPI=5 HOMEPAGE=http://www.gentoo.org/proj/en/java/ IUSE=python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-java/java-config-wrapper-0.15 sys-apps/baselayout-java sys-apps/portage python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=2 SRC_URI=http://dev.gentoo.org/~sera/distfiles/java-config-2.2.0.tar.bz2 _eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 06133990e861be0fe60c2b428fd025d9 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=19351bdae9a463290c1a352279dfbb64 +_md5_=5ec3488ca0c5121d334567faae73fa61 diff --git a/metadata/md5-cache/dev-java/jdbc-mysql-5.1.26 b/metadata/md5-cache/dev-java/jdbc-mysql-5.1.26 index 5de1961b494b..b104972bd141 100644 --- a/metadata/md5-cache/dev-java/jdbc-mysql-5.1.26 +++ b/metadata/md5-cache/dev-java/jdbc-mysql-5.1.26 @@ -4,11 +4,11 @@ DESCRIPTION=MySQL JDBC driver EAPI=5 HOMEPAGE=http://www.mysql.com/products/connector/j/ IUSE=c3p0 log4j elibc_FreeBSD source elibc_FreeBSD -KEYWORDS=amd64 ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~ppc ppc64 x86 LICENSE=GPL-2-with-MySQL-FLOSS-exception RDEPEND=>=virtual/jre-1.6 dev-java/slf4j-api:0 log4j? ( dev-java/log4j:0 ) c3p0? ( dev-java/c3p0:0 ) >=dev-java/java-config-2.1.9-r1 source? ( app-arch/zip ) >=dev-java/gnu-classpath-0.98-r1:0.98 RESTRICT=test SLOT=0 SRC_URI=mirror://mysql/Downloads/Connector-J/mysql-connector-java-5.1.26.tar.gz _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-ant-2 5f5bada6517ed26bc25083134e42b146 java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=c87d1b9f9da9212d6dd3a4de5c51de27 +_md5_=902e342d236937dcac212fa638126804 diff --git a/metadata/md5-cache/dev-lang/moarvm-2014.09 b/metadata/md5-cache/dev-lang/moarvm-2014.09 new file mode 100644 index 000000000000..a1396f325380 --- /dev/null +++ b/metadata/md5-cache/dev-lang/moarvm-2014.09 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=dev-libs/libuv dev-lang/perl +DESCRIPTION=A 6model-based VM for NQP and Rakudo Perl 6 +EAPI=5 +HOMEPAGE=http://moarvm.org +IUSE=doc +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=dev-libs/libuv +SLOT=0 +SRC_URI=http://moarvm.org/releases/MoarVM-2014.09.tar.gz +_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=4378a0095900e705c5b923b187fefebe diff --git a/metadata/md5-cache/dev-lang/nqp-2014.09 b/metadata/md5-cache/dev-lang/nqp-2014.09 new file mode 100644 index 000000000000..7197a0e68560 --- /dev/null +++ b/metadata/md5-cache/dev-lang/nqp-2014.09 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install test +DEPEND=parrot? ( >=dev-lang/parrot-6.7.0:=[unicode] ) java? ( >=virtual/jre-1.7 ) moar? ( =dev-lang/moarvm-2014.09 ) java? ( >=virtual/jdk-1.7 ) dev-lang/perl +DESCRIPTION=Not Quite Perl, a Perl 6 bootstrapping compiler +EAPI=5 +HOMEPAGE=http://rakudo.org/ +IUSE=doc +parrot java moar +KEYWORDS=~x86 ~amd64 +LICENSE=Artistic-2 +RDEPEND=parrot? ( >=dev-lang/parrot-6.7.0:=[unicode] ) java? ( >=virtual/jre-1.7 ) moar? ( =dev-lang/moarvm-2014.09 ) +REQUIRED_USE=|| ( parrot java moar ) +RESTRICT=test +SLOT=0 +SRC_URI=http://github.com/perl6/nqp/tarball/2014.09 -> nqp-2014.09.tar.gz +_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=2b0ac8dfda320495d91283b602a67d90 diff --git a/metadata/md5-cache/dev-lang/parrot-6.8.0 b/metadata/md5-cache/dev-lang/parrot-6.8.0 new file mode 100644 index 000000000000..23c868d35c32 --- /dev/null +++ b/metadata/md5-cache/dev-lang/parrot-6.8.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install test +DEPEND=dev-lang/perl[doc?] sys-libs/readline opengl? ( media-libs/freeglut ) nls? ( sys-devel/gettext ) unicode? ( >=dev-libs/icu-2.6:= ) gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) gmp? ( >=dev-libs/gmp-4.1.4 ) ssl? ( dev-libs/openssl ) pcre? ( dev-libs/libpcre ) doc? ( dev-perl/JSON ) +DESCRIPTION=Virtual machine designed to efficiently compile and execute bytecode for dynamic languages +EAPI=5 +HOMEPAGE=http://www.parrot.org/ +IUSE=opengl nls doc examples gdbm gmp ssl +unicode pcre +KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=Artistic-2 +RDEPEND=sys-libs/readline opengl? ( media-libs/freeglut ) nls? ( sys-devel/gettext ) unicode? ( >=dev-libs/icu-2.6:= ) gdbm? ( >=sys-libs/gdbm-1.8.3-r1 ) gmp? ( >=dev-libs/gmp-4.1.4 ) ssl? ( dev-libs/openssl ) pcre? ( dev-libs/libpcre ) doc? ( dev-perl/JSON ) +RESTRICT=test +SLOT=0/6.1.0 +SRC_URI=ftp://ftp.parrot.org/pub/parrot/releases/all/6.8.0/parrot-6.8.0.tar.gz +_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=a0e58d6411d2693862fada3087c9da47 diff --git a/metadata/md5-cache/dev-lang/rakudo-2014.09 b/metadata/md5-cache/dev-lang/rakudo-2014.09 new file mode 100644 index 000000000000..e322706909c5 --- /dev/null +++ b/metadata/md5-cache/dev-lang/rakudo-2014.09 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=>=dev-lang/parrot-6.7.0:=[unicode] >=dev-lang/nqp-2014.09[parrot?,java?,moar?] dev-lang/perl +DESCRIPTION=A Perl 6 implementation built on the Parrot virtual machine +EAPI=5 +HOMEPAGE=http://rakudo.org/ +IUSE=doc +parrot java moar +KEYWORDS=~amd64 ~x86 +LICENSE=Artistic-2 +RDEPEND=>=dev-lang/parrot-6.7.0:=[unicode] >=dev-lang/nqp-2014.09[parrot?,java?,moar?] +SLOT=0 +SRC_URI=http://rakudo.org/downloads/rakudo/rakudo-2014.09.tar.gz +_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 +_md5_=9492a3a52908b299705061443507efac diff --git a/metadata/md5-cache/dev-python/eyeD3-0.7.4-r2 b/metadata/md5-cache/dev-python/eyeD3-0.7.4-r2 index 20c5365952ce..f91e1de8010b 100644 --- a/metadata/md5-cache/dev-python/eyeD3-0.7.4-r2 +++ b/metadata/md5-cache/dev-python/eyeD3-0.7.4-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Module for manipulating ID3 (v1 + v2) tags in Python EAPI=5 HOMEPAGE=http://eyed3.nicfit.net/ IUSE=python_targets_python2_7 -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris LICENSE=GPL-2 RDEPEND=!=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0.7 SRC_URI=http://eyed3.nicfit.net/releases/eyeD3-0.7.4.tgz _eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 06133990e861be0fe60c2b428fd025d9 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=da7bcc569e41e74dee1b6654cd752909 +_md5_=c923d2e7f2942035b3ccaa6cbb0cdaa0 diff --git a/metadata/md5-cache/dev-python/paver-1.2.2 b/metadata/md5-cache/dev-python/paver-1.2.2 index c5123a3e70b2..60b415ae63ea 100644 --- a/metadata/md5-cache/dev-python/paver-1.2.2 +++ b/metadata/md5-cache/dev-python/paver-1.2.2 @@ -4,11 +4,11 @@ DESCRIPTION=Python-based software project scripting tool along the lines of Make EAPI=5 HOMEPAGE=http://www.blueskyonmars.com/projects/paver/ http://pypi.python.org/pypi/Paver IUSE=test python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 LICENSE=BSD RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy ) SLOT=0 SRC_URI=mirror://pypi/P/Paver/Paver-1.2.2.tar.gz _eclasses_=distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 06133990e861be0fe60c2b428fd025d9 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 75e5c82b55dcb208a0a8f4ab8847e731 python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=511c4d782963b6dfcc9336fd0595c670 +_md5_=b45ee4ba29a0aea779fae12001c92f36 diff --git a/metadata/md5-cache/dev-ruby/allison-2.0.3-r1 b/metadata/md5-cache/dev-ruby/allison-2.0.3-r1 deleted file mode 100644 index a70cebf6a4b1..000000000000 --- a/metadata/md5-cache/dev-ruby/allison-2.0.3-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=A modern, pretty RDoc template -EAPI=2 -HOMEPAGE=http://fauna.github.com/fauna/allison/files/README.html -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_jruby test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-solaris -LICENSE=AFL-3.0 -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -SLOT=0 -SRC_URI=mirror://rubygems/allison-2.0.3.gem -_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=833034fbe299308d9d23e54782c635fe diff --git a/metadata/md5-cache/dev-ruby/allison-2.0.3-r2 b/metadata/md5-cache/dev-ruby/allison-2.0.3-r2 index 83779ccec647..ac76d485801f 100644 --- a/metadata/md5-cache/dev-ruby/allison-2.0.3-r2 +++ b/metadata/md5-cache/dev-ruby/allison-2.0.3-r2 @@ -4,11 +4,11 @@ DESCRIPTION=A modern, pretty RDoc template EAPI=5 HOMEPAGE=http://fauna.github.com/fauna/allison/files/README.html IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc x86 ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-solaris LICENSE=AFL-3.0 RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/allison-2.0.3.gem _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=9f1e5e10aede4f78e37ed2506922f2d8 +_md5_=6259cc497c79e07d7c575874aa73781e diff --git a/metadata/md5-cache/dev-ruby/echoe-4.6.3 b/metadata/md5-cache/dev-ruby/echoe-4.6.3 deleted file mode 100644 index 525e723a5b91..000000000000 --- a/metadata/md5-cache/dev-ruby/echoe-4.6.3 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( dev-ruby/allison[ruby_targets_ruby19] dev-ruby/rubyforge[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/allison[ruby_targets_jruby] dev-ruby/rubyforge[ruby_targets_jruby] ) ) test? ( ruby_targets_ruby19? ( dev-ruby/rubyforge[ruby_targets_ruby19] dev-ruby/allison[ruby_targets_ruby19] >=dev-ruby/rake-0.9.2[ruby_targets_ruby19] >=dev-ruby/rdoc-3.6.1[ruby_targets_ruby19] ) ruby_targets_jruby? ( dev-ruby/rubyforge[ruby_targets_jruby] dev-ruby/allison[ruby_targets_jruby] >=dev-ruby/rake-0.9.2[ruby_targets_jruby] >=dev-ruby/rdoc-3.6.1[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=Packaging tool that provides Rake tasks for common operations -EAPI=2 -HOMEPAGE=https://github.com/evan/echoe -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_jruby doc test -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris -LICENSE=AFL-3.0 MIT -RDEPEND=ruby_targets_ruby19? ( dev-ruby/rubyforge[ruby_targets_ruby19] dev-ruby/allison[ruby_targets_ruby19] >=dev-ruby/rake-0.9.2[ruby_targets_ruby19] >=dev-ruby/rdoc-3.6.1[ruby_targets_ruby19] ) ruby_targets_jruby? ( dev-ruby/rubyforge[ruby_targets_jruby] dev-ruby/allison[ruby_targets_jruby] >=dev-ruby/rake-0.9.2[ruby_targets_jruby] >=dev-ruby/rdoc-3.6.1[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -SLOT=0 -SRC_URI=mirror://rubygems/echoe-4.6.3.gem -_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=788cb72437021c84370d2f27e76863fe diff --git a/metadata/md5-cache/dev-ruby/echoe-4.6.5 b/metadata/md5-cache/dev-ruby/echoe-4.6.5 index 798e04da89d6..7768997009ea 100644 --- a/metadata/md5-cache/dev-ruby/echoe-4.6.5 +++ b/metadata/md5-cache/dev-ruby/echoe-4.6.5 @@ -4,11 +4,11 @@ DESCRIPTION=Packaging tool that provides Rake tasks for common operations EAPI=5 HOMEPAGE=https://github.com/evan/echoe IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test -KEYWORDS=alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=AFL-3.0 MIT RDEPEND=ruby_targets_ruby19? ( dev-ruby/rubyforge[ruby_targets_ruby19] dev-ruby/allison[ruby_targets_ruby19] >=dev-ruby/rake-0.9.2[ruby_targets_ruby19] >=dev-ruby/rdoc-3.6.1[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/rubyforge[ruby_targets_ruby20] dev-ruby/allison[ruby_targets_ruby20] >=dev-ruby/rake-0.9.2[ruby_targets_ruby20] >=dev-ruby/rdoc-3.6.1[ruby_targets_ruby20] ) ruby_targets_jruby? ( dev-ruby/rubyforge[ruby_targets_jruby] dev-ruby/allison[ruby_targets_jruby] >=dev-ruby/rake-0.9.2[ruby_targets_jruby] >=dev-ruby/rdoc-3.6.1[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/echoe-4.6.5.gem _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d665458aebea51a7408063b0f41df844 +_md5_=a8889b666f3efa417004eaba52e0edcf diff --git a/metadata/md5-cache/dev-ruby/ffi-1.9.3 b/metadata/md5-cache/dev-ruby/ffi-1.9.3 index b555e55719e7..d7b5e2712b43 100644 --- a/metadata/md5-cache/dev-ruby/ffi-1.9.3 +++ b/metadata/md5-cache/dev-ruby/ffi-1.9.3 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=virtual/libffi ruby_targets_ruby19? ( dev-ruby/rake-compiler[ruby_targets_ruby19] dev-ruby/yard[ruby_targets_ruby19] test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( dev-ruby/rake-compiler[ruby_targets_ruby20] dev-ruby/yard[ruby_targets_ruby20] test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( dev-ruby/rake-compiler[ruby_targets_ruby21] dev-ruby/yard[ruby_targets_ruby21] test? ( dev-ruby/rspec:2[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-threads[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-threads[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DEPEND=virtual/libffi ruby_targets_ruby19? ( dev-ruby/rake-compiler[ruby_targets_ruby19] dev-ruby/yard[ruby_targets_ruby19] test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( dev-ruby/rake-compiler[ruby_targets_ruby20] dev-ruby/yard[ruby_targets_ruby20] test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) test? ( ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-threads[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) DESCRIPTION=Ruby extension for programmatically loading dynamic libraries EAPI=5 HOMEPAGE=http://wiki.github.com/ffi/ffi -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 doc test test +KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=BSD -RDEPEND=virtual/libffi ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-threads[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-threads[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +RDEPEND=virtual/libffi ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-threads[ruby_targets_ruby20] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) SLOT=0 SRC_URI=http://github.com/ffi/ffi/archive/1.9.3.tar.gz -> ffi-git-1.9.3.tgz _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e415276e290491a24294ff85cd4d0b4f +_md5_=5cfee7c1d97dc0b796cd418e7de61284 diff --git a/metadata/md5-cache/dev-ruby/ffi-1.9.3-r1 b/metadata/md5-cache/dev-ruby/ffi-1.9.3-r1 new file mode 100644 index 000000000000..ade71834366e --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ffi-1.9.3-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=virtual/libffi ruby_targets_ruby19? ( dev-ruby/rake-compiler[ruby_targets_ruby19] dev-ruby/yard[ruby_targets_ruby19] test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( dev-ruby/rake-compiler[ruby_targets_ruby20] dev-ruby/yard[ruby_targets_ruby20] test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( dev-ruby/rake-compiler[ruby_targets_ruby21] dev-ruby/yard[ruby_targets_ruby21] test? ( dev-ruby/rspec:2[ruby_targets_ruby21] ) ) test? ( ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-threads[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-threads[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ) +DESCRIPTION=Ruby extension for programmatically loading dynamic libraries +EAPI=5 +HOMEPAGE=http://wiki.github.com/ffi/ffi +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +LICENSE=BSD +RDEPEND=virtual/libffi ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-threads[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-threads[ruby_targets_ruby21] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=0 +SRC_URI=http://github.com/ffi/ffi/archive/1.9.3.tar.gz -> ffi-git-1.9.3.tgz +_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=d86784fa00da148831c2d5b4d04e9cfc diff --git a/metadata/md5-cache/dev-ruby/hoe-2.12.5 b/metadata/md5-cache/dev-ruby/hoe-2.12.5 deleted file mode 100644 index 6ac398586045..000000000000 --- a/metadata/md5-cache/dev-ruby/hoe-2.12.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rdoc[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rdoc[ruby_targets_ruby19] dev-ruby/minitest[ruby_targets_ruby19] >=dev-ruby/rubyforge-2.0.4[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rdoc[ruby_targets_jruby] dev-ruby/minitest[ruby_targets_jruby] >=dev-ruby/rubyforge-2.0.4[ruby_targets_jruby] ) ) test? ( ruby_targets_ruby19? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/rake-0.8.7[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=Hoe extends rake to provide full project automation -EAPI=2 -HOMEPAGE=http://seattlerb.rubyforge.org/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_jruby doc test test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/rake-0.8.7[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -SLOT=0 -SRC_URI=mirror://rubygems/hoe-2.12.5.gem -_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=20c1bebfe26076dffb0e6799dcce09ad diff --git a/metadata/md5-cache/dev-ruby/hoe-2.13.0-r1 b/metadata/md5-cache/dev-ruby/hoe-2.13.0-r1 index ce1f9b331f98..15b9f557133e 100644 --- a/metadata/md5-cache/dev-ruby/hoe-2.13.0-r1 +++ b/metadata/md5-cache/dev-ruby/hoe-2.13.0-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Hoe extends rake to provide full project automation EAPI=5 HOMEPAGE=http://seattlerb.rubyforge.org/ IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] >=dev-ruby/rdoc-3.10[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby20] >=dev-ruby/rdoc-3.10[ruby_targets_ruby20] ) ruby_targets_jruby? ( >=dev-ruby/rake-0.8.7[ruby_targets_jruby] >=dev-ruby/rdoc-3.10[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/hoe-2.13.0.gem _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=0e11eea87d4155bf921d8e91b1b8b923 +_md5_=a0b49faab5d553626acf63734e3bf0d6 diff --git a/metadata/md5-cache/dev-ruby/listen-0.7.3-r1 b/metadata/md5-cache/dev-ruby/listen-0.7.3-r1 index ab08498d170e..d1dfbb105b81 100644 --- a/metadata/md5-cache/dev-ruby/listen-0.7.3-r1 +++ b/metadata/md5-cache/dev-ruby/listen-0.7.3-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby21] ) ruby_targets_jruby? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby20] ) ruby_targets_jruby? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) DESCRIPTION=Listens to file modifications and notifies you about the changes EAPI=5 HOMEPAGE=https://github.com/guard/listen -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby test test +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby test test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby21] ) ruby_targets_jruby? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby ) +RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby20] ) ruby_targets_jruby? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=https://github.com/guard/listen/archive/v0.7.3.tar.gz -> listen-0.7.3-git.tgz _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=520039e40a83f6b027023a44bceec727 +_md5_=53e20bd8256311d8ca922c3bdfbf4059 diff --git a/metadata/md5-cache/dev-ruby/listen-0.7.3-r2 b/metadata/md5-cache/dev-ruby/listen-0.7.3-r2 new file mode 100644 index 000000000000..14f050977567 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/listen-0.7.3-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby21] ) ruby_targets_jruby? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rspec:2[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=Listens to file modifications and notifies you about the changes +EAPI=5 +HOMEPAGE=https://github.com/guard/listen +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos +LICENSE=MIT +RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_ruby21] ) ruby_targets_jruby? ( >=dev-ruby/rb-inotify-0.9.0[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby ) +SLOT=0 +SRC_URI=https://github.com/guard/listen/archive/v0.7.3.tar.gz -> listen-0.7.3-git.tgz +_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=f825c28b375d623f39d73f34a0bdced8 diff --git a/metadata/md5-cache/dev-ruby/rb-inotify-0.9.5 b/metadata/md5-cache/dev-ruby/rb-inotify-0.9.5 index 99754cdc6919..3b873b05f359 100644 --- a/metadata/md5-cache/dev-ruby/rb-inotify-0.9.5 +++ b/metadata/md5-cache/dev-ruby/rb-inotify-0.9.5 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( virtual/ruby-ffi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ffi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-ffi[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/ruby-ffi[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/yard[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DEPEND=test? ( ruby_targets_ruby19? ( virtual/ruby-ffi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ffi[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/ruby-ffi[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/yard[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) DESCRIPTION=A thorough inotify wrapper for Ruby using FFI EAPI=5 HOMEPAGE=https://github.com/nex3/rb-inotify -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby doc test +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( virtual/ruby-ffi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ffi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-ffi[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/ruby-ffi[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby ) +RDEPEND=ruby_targets_ruby19? ( virtual/ruby-ffi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ffi[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/ruby-ffi[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/rb-inotify-0.9.5.gem _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=cd723a9cd374b7b89cc9ac49f5cf030c +_md5_=178a7bb53be06356b12852b8a91a6a76 diff --git a/metadata/md5-cache/dev-ruby/rb-inotify-0.9.5-r1 b/metadata/md5-cache/dev-ruby/rb-inotify-0.9.5-r1 new file mode 100644 index 000000000000..0cbf522f8ecd --- /dev/null +++ b/metadata/md5-cache/dev-ruby/rb-inotify-0.9.5-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( virtual/ruby-ffi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ffi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-ffi[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/ruby-ffi[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/yard[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) +DESCRIPTION=A thorough inotify wrapper for Ruby using FFI +EAPI=5 +HOMEPAGE=https://github.com/nex3/rb-inotify +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby doc test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos +LICENSE=MIT +RDEPEND=ruby_targets_ruby19? ( virtual/ruby-ffi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ffi[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-ffi[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/ruby-ffi[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_jruby ) +SLOT=0 +SRC_URI=mirror://rubygems/rb-inotify-0.9.5.gem +_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=d52e68c0be5316e1616071d44e8268aa diff --git a/metadata/md5-cache/dev-ruby/rubyforge-2.0.4-r2 b/metadata/md5-cache/dev-ruby/rubyforge-2.0.4-r2 deleted file mode 100644 index e494486f9d73..000000000000 --- a/metadata/md5-cache/dev-ruby/rubyforge-2.0.4-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/json-1.1.7[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/json-1.1.7[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/hoe[ruby_targets_ruby19] ) test? ( virtual/ruby-ssl[ruby_targets_ruby19] dev-ruby/hoe[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/hoe[ruby_targets_jruby] ) test? ( virtual/ruby-ssl[ruby_targets_jruby] dev-ruby/hoe[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ) -DESCRIPTION=Simplistic script which automates a limited set of rubyforge operations -EAPI=2 -HOMEPAGE=http://codeforpeople.rubyforge.org/rubyforge/ -IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_jruby doc test test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/json-1.1.7[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/json-1.1.7[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) -SLOT=0 -SRC_URI=mirror://rubygems/rubyforge-2.0.4.gem -_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e3586c90965dbe9c371e9611c265ad6e diff --git a/metadata/md5-cache/dev-ruby/rubyforge-2.0.4-r3 b/metadata/md5-cache/dev-ruby/rubyforge-2.0.4-r3 index aeba8ae35cb4..1d24fc180d9b 100644 --- a/metadata/md5-cache/dev-ruby/rubyforge-2.0.4-r3 +++ b/metadata/md5-cache/dev-ruby/rubyforge-2.0.4-r3 @@ -4,11 +4,11 @@ DESCRIPTION=Simplistic script which automates a limited set of rubyforge operati EAPI=5 HOMEPAGE=http://codeforpeople.rubyforge.org/rubyforge/ IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby doc test test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 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 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby19? ( >=dev-ruby/json-1.1.7[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/json-1.1.7[ruby_targets_ruby20] ) ruby_targets_jruby? ( >=dev-ruby/json-1.1.7[ruby_targets_jruby] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/rubyforge-2.0.4.gem _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem 738ee4b7f8b16d4a734b4d37717db89b ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=fefa1ccd6ca0219ff5dc9e7e1dd46c32 +_md5_=ceb2b828d59714c6c02a141221859032 diff --git a/metadata/md5-cache/dev-ruby/sass-3.2.19 b/metadata/md5-cache/dev-ruby/sass-3.2.19 index 47fe40413772..365902931793 100644 --- a/metadata/md5-cache/dev-ruby/sass-3.2.19 +++ b/metadata/md5-cache/dev-ruby/sass-3.2.19 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby21] ) ) ruby_targets_jruby? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_jruby] ) ) test? ( ruby_targets_ruby19? ( >=dev-ruby/listen-0.7.2:0[ruby_targets_ruby19] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby20] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby21] !!=dev-ruby/listen-0.7.2:0[ruby_targets_jruby] !!=dev-ruby/yard-0.5.3[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby20] ) ) ruby_targets_jruby? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_jruby] ) ) test? ( ruby_targets_ruby19? ( >=dev-ruby/listen-0.7.2:0[ruby_targets_ruby19] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby20] !!=dev-ruby/listen-0.7.2:0[ruby_targets_jruby] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby19] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby20] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby21] !!=dev-ruby/listen-0.7.2:0[ruby_targets_jruby] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby19] !!=dev-ruby/listen-0.7.2:0[ruby_targets_ruby20] !!=dev-ruby/listen-0.7.2:0[ruby_targets_jruby] !!=media-libs/libxtract-0.6.6 media-libs/vamp-plugin-sdk DESCRIPTION=Low-level feature extraction plugins using Jamie Bullock's libxtract library to provide around 50 spectral and other features EAPI=2 HOMEPAGE=http://www.vamp-plugins.org/ -KEYWORDS=amd64 ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~ppc ppc64 x86 LICENSE=GPL-2 RDEPEND==sci-libs/fftw-3* >=media-libs/libxtract-0.6.6 media-libs/vamp-plugin-sdk SLOT=0 SRC_URI=http://code.soundsoftware.ac.uk/attachments/download/618/vamp-libxtract-plugins-0.6.6.20121204.tar.gz _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=9050977157bc81b33dcbc275348aecc8 +_md5_=a98d771650de20907905a25e6a72eccb diff --git a/metadata/md5-cache/media-sound/xwax-1.5 b/metadata/md5-cache/media-sound/xwax-1.5 index 4b7227dace27..04888e7ee716 100644 --- a/metadata/md5-cache/media-sound/xwax-1.5 +++ b/metadata/md5-cache/media-sound/xwax-1.5 @@ -4,11 +4,11 @@ DESCRIPTION=Digital vinyl emulation software EAPI=5 HOMEPAGE=http://www.xwax.co.uk/ IUSE=alsa jack oss cdda mp3 +fallback -KEYWORDS=amd64 ~ppc ~ppc64 x86 +KEYWORDS=amd64 ~ppc ppc64 x86 LICENSE=GPL-2 RDEPEND=sys-libs/glibc sys-libs/pam media-libs/libsdl media-libs/sdl-ttf media-fonts/dejavu alsa? ( media-libs/alsa-lib ) jack? ( media-sound/jack-audio-connection-kit ) cdda? ( media-sound/cdparanoia ) mp3? ( media-sound/mpg123 ) fallback? ( virtual/ffmpeg ) REQUIRED_USE=|| ( cdda mp3 fallback ) || ( alsa jack oss ) SLOT=0 SRC_URI=http://www.xwax.co.uk/releases/xwax-1.5.tar.gz _eclasses_=multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 -_md5_=8ca205b6b1418192e228386f8d369603 +_md5_=92d8e24c084efe7e4e3af55c37570658 diff --git a/metadata/md5-cache/net-analyzer/fping-2.4_beta2_p161-r2 b/metadata/md5-cache/net-analyzer/fping-2.4_beta2_p161-r2 index 0f788e140359..8056f9df7b07 100644 --- a/metadata/md5-cache/net-analyzer/fping-2.4_beta2_p161-r2 +++ b/metadata/md5-cache/net-analyzer/fping-2.4_beta2_p161-r2 @@ -4,9 +4,9 @@ DESCRIPTION=A utility to ping multiple hosts at once EAPI=5 HOMEPAGE=http://fping.sourceforge.net/ http://packages.qa.debian.org/f/fping.html IUSE=ipv6 -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=fping SLOT=0 SRC_URI=mirror://debian/pool/main/f/fping/fping_2.4b2-to-ipv6.orig.tar.gz mirror://debian/pool/main/f/fping/fping_2.4b2-to-ipv6-16.1.diff.gz _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 06133990e861be0fe60c2b428fd025d9 flag-o-matic 75e24bac8423c515dd9c5717f08feb83 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=3d6d17733566ddbc59794fc41d4dabc1 +_md5_=4690c2366bdf213658a07539697a6f41 diff --git a/metadata/md5-cache/net-analyzer/fping-3.0 b/metadata/md5-cache/net-analyzer/fping-3.0 deleted file mode 100644 index 54ddce282439..000000000000 --- a/metadata/md5-cache/net-analyzer/fping-3.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile configure install prepare -DESCRIPTION=A utility to ping multiple hosts at once -EAPI=4 -HOMEPAGE=http://fping.org/ -IUSE=ipv6 -KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos -LICENSE=fping -SLOT=0 -SRC_URI=http://fping.org/dist/fping-3.0.tar.gz -_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=b9e11e0689bdbdf884063619b59db7ef diff --git a/metadata/md5-cache/net-analyzer/fping-3.10 b/metadata/md5-cache/net-analyzer/fping-3.10 index 90221b609344..ff83801ace07 100644 --- a/metadata/md5-cache/net-analyzer/fping-3.10 +++ b/metadata/md5-cache/net-analyzer/fping-3.10 @@ -3,8 +3,8 @@ DESCRIPTION=A utility to ping multiple hosts at once EAPI=5 HOMEPAGE=http://fping.org/ IUSE=ipv6 suid -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=fping SLOT=0 SRC_URI=http://fping.org/dist/fping-3.10.tar.gz -_md5_=f7c3e7265871099c9314e686613a8abd +_md5_=288845856ad39ab45eb37931953efef0 diff --git a/metadata/md5-cache/net-analyzer/fping-3.9 b/metadata/md5-cache/net-analyzer/fping-3.9 index 07c58179246a..37b51cc87eb2 100644 --- a/metadata/md5-cache/net-analyzer/fping-3.9 +++ b/metadata/md5-cache/net-analyzer/fping-3.9 @@ -3,8 +3,8 @@ DESCRIPTION=A utility to ping multiple hosts at once EAPI=5 HOMEPAGE=http://fping.org/ IUSE=ipv6 suid -KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=fping SLOT=0 SRC_URI=http://fping.org/dist/fping-3.9.tar.gz -_md5_=16a9b35919ad8f254a70ecd83f60c8d3 +_md5_=e975623e8b7ece1cf75cff087c5157ee diff --git a/metadata/md5-cache/net-analyzer/nagios-core-3.5.1 b/metadata/md5-cache/net-analyzer/nagios-core-3.5.1 index 2c45edf93f75..9cf9d518a7c1 100644 --- a/metadata/md5-cache/net-analyzer/nagios-core-3.5.1 +++ b/metadata/md5-cache/net-analyzer/nagios-core-3.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=Nagios Core - Check daemon, CGIs, docs EAPI=5 HOMEPAGE=http://www.nagios.org/ IUSE=debug lighttpd perl +web vim-syntax apache2 -KEYWORDS=alpha amd64 ~arm ~arm64 hppa ppc ppc64 ~sparc x86 +KEYWORDS=alpha amd64 ~arm ~arm64 hppa ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=virtual/mailx web? ( >=media-libs/gd-1.8.3-r5[jpeg,png] lighttpd? ( www-servers/lighttpd dev-lang/php[cgi] ) apache2? ( || ( dev-lang/php[apache2] dev-lang/php[cgi] ) ) ) perl? ( >=dev-lang/perl-5.6.1-r7 ) !net-analyzer/nagios-imagepack vim-syntax? ( app-vim/nagios-syntax ) apache2? ( =www-servers/apache-2* ) SLOT=0 SRC_URI=mirror://sourceforge/nagios/nagios-3.5.1.tar.gz _eclasses_=depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 -_md5_=3d3d87f4e05b83274267e39b79b2b80b +_md5_=519454401893f557a3cf32ed924b7ea4 diff --git a/metadata/md5-cache/net-analyzer/net-snmp-5.7.3_pre5-r1 b/metadata/md5-cache/net-analyzer/net-snmp-5.7.3_pre5-r1 index bcc87846c676..4b124d0893da 100644 --- a/metadata/md5-cache/net-analyzer/net-snmp-5.7.3_pre5-r1 +++ b/metadata/md5-cache/net-analyzer/net-snmp-5.7.3_pre5-r1 @@ -4,7 +4,7 @@ DESCRIPTION=Software for generating and retrieving SNMP data EAPI=5 HOMEPAGE=http://net-snmp.sourceforge.net/ IUSE=bzip2 doc elf ipv6 mfd-rewrites minimal perl python rpm selinux ssl tcpd X zlib lm_sensors ucd-compat pci netlink mysql python_targets_python2_7 python_single_target_python2_7 -KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 LICENSE=HPND BSD GPL-2 RDEPEND=ssl? ( >=dev-libs/openssl-0.9.6d ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) rpm? ( app-arch/rpm dev-libs/popt ) bzip2? ( app-arch/bzip2 ) zlib? ( >=sys-libs/zlib-1.1.4 ) elf? ( dev-libs/elfutils ) python? ( dev-python/setuptools[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) pci? ( sys-apps/pciutils ) lm_sensors? ( sys-apps/lm_sensors ) netlink? ( dev-libs/libnl:3 ) mysql? ( virtual/mysql ) perl? ( X? ( dev-perl/perl-tk ) !minimal? ( dev-perl/TermReadKey ) ) selinux? ( sec-policy/selinux-snmp ) dev-lang/perl:=[-build(-)] REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) ) rpm? ( bzip2 zlib ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/net-snmp/net-snmp/5.7.3-pre-releases/net-snmp-5.7.3.pre5.tar.gz http://dev.gentoo.org/~jer/net-snmp-5.7.3-patches-1.tar.xz _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module a6a2d5c77bdaeba2794b167689cafb7a python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=aa8b104e539a6a95d4c8de109bdcbe6b +_md5_=4c83dcdc6609b624a0f4fb5c8a28eec4 diff --git a/metadata/md5-cache/net-analyzer/wireshark-1.12.1 b/metadata/md5-cache/net-analyzer/wireshark-1.12.1 index 112e63345da5..7f00ab306ed9 100644 --- a/metadata/md5-cache/net-analyzer/wireshark-1.12.1 +++ b/metadata/md5-cache/net-analyzer/wireshark-1.12.1 @@ -4,11 +4,11 @@ DESCRIPTION=A network protocol analyzer formerly known as ethereal EAPI=5 HOMEPAGE=http://www.wireshark.org/ IUSE=adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap portaudio +qt4 selinux smi ssl zlib +filecaps -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2.14:2 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) crypt? ( dev-libs/libgcrypt:0 ) caps? ( sys-libs/libcap ) geoip? ( dev-libs/geoip ) gtk3? ( x11-libs/gdk-pixbuf x11-libs/pango x11-misc/xdg-utils x11-libs/gtk+:3 ) kerberos? ( virtual/krb5 ) lua? ( >=dev-lang/lua-5.1 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 x11-misc/xdg-utils ) selinux? ( sec-policy/selinux-wireshark ) smi? ( net-libs/libsmi ) ssl? ( net-libs/gnutls ) zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) REQUIRED_USE=ssl? ( crypt ) SLOT=0/1.12.1 SRC_URI=http://www.wireshark.org/download/src/all-versions/wireshark-1.12.1.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 06133990e861be0fe60c2b428fd025d9 fcaps c247b6885e1ff14f794a0eb65fb1e8ec libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 qmake-utils 40136c5fe0002a0d3937e869ae4ee0e2 qt4-r2 b40473dafd07d7c5fe4aef1c1b902f39 toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 -_md5_=31e03194031357cde5f0c79e68da206d +_md5_=6ed4f0111adac53e40125a67948b1e77 diff --git a/metadata/md5-cache/net-firewall/shorewall-4.5.21.9 b/metadata/md5-cache/net-firewall/shorewall-4.5.21.9 index 9c795e4c9efb..083266f2576b 100644 --- a/metadata/md5-cache/net-firewall/shorewall-4.5.21.9 +++ b/metadata/md5-cache/net-firewall/shorewall-4.5.21.9 @@ -4,10 +4,10 @@ DESCRIPTION=The Shoreline Firewall, commonly known as Shorewall, is a high-level EAPI=5 HOMEPAGE=http://www.shorewall.net/ IUSE=doc -KEYWORDS=alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=>=dev-lang/perl-5.10 virtual/perl-Digest-SHA =net-firewall/shorewall-core-4.5.21.9 >=net-firewall/iptables-1.4.20 >=sys-apps/iproute2-3.8.0[-minimal] >=sys-devel/bc-1.06.95 SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-4.5.21.9.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-docs-html-4.5.21.9.tar.bz2 ) _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=eea58c655fdb2629e2bfcd96fc257d74 +_md5_=0514ec90a679620e655d1cee82c2da5f diff --git a/metadata/md5-cache/net-firewall/shorewall-core-4.5.21.9 b/metadata/md5-cache/net-firewall/shorewall-core-4.5.21.9 index 87c5b5c1809b..8afbe1893908 100644 --- a/metadata/md5-cache/net-firewall/shorewall-core-4.5.21.9 +++ b/metadata/md5-cache/net-firewall/shorewall-core-4.5.21.9 @@ -4,10 +4,10 @@ DESCRIPTION=Core libraries of shorewall / shorewall(6)-lite EAPI=5 HOMEPAGE=http://www.shorewall.net/ IUSE=selinux -KEYWORDS=alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=>=dev-lang/perl-5.10 virtual/perl-Digest-SHA !=sec-policy/selinux-shorewall-2.20130424-r2 ) >=net-firewall/iptables-1.4.20 >=sys-apps/iproute2-3.8.0[-minimal] >=sys-devel/bc-1.06.95 >=sys-apps/coreutils-8.20 SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-core-4.5.21.9.tar.bz2 _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=38adcc7ba7781b369e7d0be9de2f36b7 +_md5_=fdea85c01329315cba14abcb9a5e3dde diff --git a/metadata/md5-cache/net-firewall/shorewall-init-4.5.21.9 b/metadata/md5-cache/net-firewall/shorewall-init-4.5.21.9 index f4359f7a07f3..5d79c092a841 100644 --- a/metadata/md5-cache/net-firewall/shorewall-init-4.5.21.9 +++ b/metadata/md5-cache/net-firewall/shorewall-init-4.5.21.9 @@ -3,10 +3,10 @@ DEPEND=>=sys-apps/coreutils-8.20 DESCRIPTION=Component to secure a Shorewall-protected system at boot time prior to bringing up the network EAPI=5 HOMEPAGE=http://www.shorewall.net/ -KEYWORDS=alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/coreutils-8.20 || ( =net-firewall/shorewall-4.5.21.9 =net-firewall/shorewall6-4.5.21.9 =net-firewall/shorewall-lite-4.5.21.9 =net-firewall/shorewall6-lite-4.5.21.9 ) SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-init-4.5.21.9.tar.bz2 _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=9bf9551153a72a2628f65b1befbcbb9c +_md5_=7bf3563eb2a7211b6113eca266390c1c diff --git a/metadata/md5-cache/net-firewall/shorewall-lite-4.5.21.9 b/metadata/md5-cache/net-firewall/shorewall-lite-4.5.21.9 index ecade38610b6..f257348d990c 100644 --- a/metadata/md5-cache/net-firewall/shorewall-lite-4.5.21.9 +++ b/metadata/md5-cache/net-firewall/shorewall-lite-4.5.21.9 @@ -4,10 +4,10 @@ DESCRIPTION=An iptables-based firewall whose config is handled by a normal Shore EAPI=5 HOMEPAGE=http://www.shorewall.net/ IUSE=doc -KEYWORDS=alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND==net-firewall/shorewall-core-4.5.21.9 >=net-firewall/iptables-1.4.20 >=sys-apps/iproute2-3.8.0[-minimal] SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-lite-4.5.21.9.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-docs-html-4.5.21.9.tar.bz2 ) _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=59270c61dc1ecc0f9b6852d3b3d8ff83 +_md5_=77542ab0c3deeee5e785671c77f5d688 diff --git a/metadata/md5-cache/net-firewall/shorewall6-4.5.21.9 b/metadata/md5-cache/net-firewall/shorewall6-4.5.21.9 index 0510cae4091e..ff7839a7e2b1 100644 --- a/metadata/md5-cache/net-firewall/shorewall6-4.5.21.9 +++ b/metadata/md5-cache/net-firewall/shorewall6-4.5.21.9 @@ -4,10 +4,10 @@ DESCRIPTION=The Shoreline Firewall, commonly known as Shorewall, IPv6 component EAPI=5 HOMEPAGE=http://www.shorewall.net/ IUSE=doc -KEYWORDS=alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND==net-firewall/shorewall-4.5.21.9 >=net-firewall/iptables-1.4.20[ipv6] >=sys-apps/iproute2-3.8.0[-minimal] >=dev-perl/Socket6-0.230.0 SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall6-4.5.21.9.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-docs-html-4.5.21.9.tar.bz2 ) _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=2ff634c99669248e3e5c9758e72c79a5 +_md5_=0b364f6c57129002dea473ad81c00676 diff --git a/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.21.9 b/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.21.9 index 0c1586310296..cdf682d5646d 100644 --- a/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.21.9 +++ b/metadata/md5-cache/net-firewall/shorewall6-lite-4.5.21.9 @@ -4,10 +4,10 @@ DESCRIPTION=An iptables-based firewall whose config is handled by a normal Shore EAPI=5 HOMEPAGE=http://www.shorewall.net/ IUSE=doc -KEYWORDS=alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 +KEYWORDS=alpha amd64 hppa ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND==net-firewall/shorewall-core-4.5.21.9 >=net-firewall/iptables-1.4.20[ipv6] >=sys-apps/iproute2-3.8.0[-minimal] >=dev-perl/Socket6-0.230.0 SLOT=0 SRC_URI=http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall6-lite-4.5.21.9.tar.bz2 doc? ( http://www1.shorewall.net/pub/shorewall/4.5/shorewall-4.5.21/shorewall-docs-html-4.5.21.9.tar.bz2 ) _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf prefix 21058c21ca48453d771df15500873ede systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=1af9da193df219c2a63e278d21faf4ce +_md5_=6d036d64c84b80fca6c5a451692b3a89 diff --git a/metadata/md5-cache/net-libs/gnutls-3.2.18 b/metadata/md5-cache/net-libs/gnutls-3.2.18 new file mode 100644 index 000000000000..d3ed230ce165 --- /dev/null +++ b/metadata/md5-cache/net-libs/gnutls-3.2.18 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare test +DEPEND=>=dev-libs/libtasn1-2.14 >=dev-libs/nettle-2.7[gmp] dev-libs/gmp sys-devel/autogen crywrap? ( net-dns/libidn ) dane? ( net-dns/unbound ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( virtual/libintl ) pkcs11? ( >=app-crypt/p11-kit-0.19.2 ) zlib? ( >=sys-libs/zlib-1.2.3.1 ) >=sys-devel/automake-1.11.6 virtual/pkgconfig doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) test? ( app-misc/datefudge ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DESCRIPTION=A TLS 1.2 and SSL 3.0 implementation for the GNU project +EAPI=5 +HOMEPAGE=http://www.gnutls.org/ +IUSE=+cxx +crywrap dane doc examples guile nls pkcs11 static-libs test zlib linguas_en linguas_cs linguas_de linguas_fi linguas_fr linguas_it linguas_ms linguas_nl linguas_pl linguas_sv linguas_uk linguas_vi linguas_zh_CN +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-3 LGPL-3 +RDEPEND=>=dev-libs/libtasn1-2.14 >=dev-libs/nettle-2.7[gmp] dev-libs/gmp sys-devel/autogen crywrap? ( net-dns/libidn ) dane? ( net-dns/unbound ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( virtual/libintl ) pkcs11? ( >=app-crypt/p11-kit-0.19.2 ) zlib? ( >=sys-libs/zlib-1.2.3.1 ) +SLOT=0 +SRC_URI=mirror://gnupg/gnutls/v3.2/gnutls-3.2.18.tar.xz +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=e5e9d5bb3cfdffb403df09e4db2b50b0 diff --git a/metadata/md5-cache/net-libs/gnutls-3.3.8 b/metadata/md5-cache/net-libs/gnutls-3.3.8 new file mode 100644 index 000000000000..c9839738ff98 --- /dev/null +++ b/metadata/md5-cache/net-libs/gnutls-3.3.8 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/libtasn1-3.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/nettle-2.7[gmp,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/gmp-5.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/autogen crywrap? ( net-dns/libidn ) dane? ( >=net-dns/unbound-1.4.20[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( >=virtual/libintl-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pkcs11? ( >=app-crypt/p11-kit-0.19.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=sys-devel/automake-1.11.6 >=virtual/pkgconfig-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-apps/texinfo-5.2 doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) test? ( app-misc/datefudge ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool +DESCRIPTION=A TLS 1.2 and SSL 3.0 implementation for the GNU project +EAPI=5 +HOMEPAGE=http://www.gnutls.org/ +IUSE=+cxx +crywrap dane doc examples guile nls pkcs11 static-libs test zlib linguas_en linguas_cs linguas_de linguas_fi linguas_fr linguas_it linguas_ms linguas_nl linguas_pl linguas_sv linguas_uk linguas_vi linguas_zh_CN abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=GPL-3 LGPL-3 +RDEPEND=>=dev-libs/libtasn1-3.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/nettle-2.7[gmp,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/gmp-5.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] sys-devel/autogen crywrap? ( net-dns/libidn ) dane? ( >=net-dns/unbound-1.4.20[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( >=virtual/libintl-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pkcs11? ( >=app-crypt/p11-kit-0.19.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0 +SRC_URI=mirror://gnupg/gnutls/v3.3/gnutls-3.3.8.tar.xz +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=74e7167cf6cee6c6538eee3186c1a478 diff --git a/metadata/md5-cache/net-misc/asterisk-11.11.0 b/metadata/md5-cache/net-misc/asterisk-11.11.0 deleted file mode 100644 index 7327881c3cfd..000000000000 --- a/metadata/md5-cache/net-misc/asterisk-11.11.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile config configure install postinst prepare setup unpack -DEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) !net-libs/openh323 !net-libs/pjsip voicemail_storage_imap? ( virtual/imap-c-client ) virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool -DESCRIPTION=Asterisk: A Modular Open Source PBX System -EAPI=5 -HOMEPAGE=http://www.asterisk.org/ -IUSE=+voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap alsa bluetooth calendar +caps cluster curl dahdi debug doc freetds gtalk http iconv ilbc jabber ldap libedit lua mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp span speex srtp static syslog vorbis -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -PDEPEND=net-misc/asterisk-core-sounds net-misc/asterisk-extra-sounds net-misc/asterisk-moh-opsound -RDEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) syslog? ( virtual/logger ) -REQUIRED_USE=gtalk? ( jabber ) ^^ ( voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ) voicemail_storage_odbc? ( odbc ) -SLOT=0 -SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.11.0.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.11.tar.bz2 -_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=7a50e4f1042273f5a46803fd3f08ef11 diff --git a/metadata/md5-cache/net-misc/asterisk-11.12.0 b/metadata/md5-cache/net-misc/asterisk-11.12.1 similarity index 97% rename from metadata/md5-cache/net-misc/asterisk-11.12.0 rename to metadata/md5-cache/net-misc/asterisk-11.12.1 index 3bb3758a3559..37fe9c872acd 100644 --- a/metadata/md5-cache/net-misc/asterisk-11.12.0 +++ b/metadata/md5-cache/net-misc/asterisk-11.12.1 @@ -10,6 +10,6 @@ PDEPEND=net-misc/asterisk-core-sounds net-misc/asterisk-extra-sounds net-misc/as RDEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) syslog? ( virtual/logger ) REQUIRED_USE=gtalk? ( jabber ) ^^ ( voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ) voicemail_storage_odbc? ( odbc ) SLOT=0 -SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.12.0.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.12.tar.bz2 +SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.12.1.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.12.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=8a34da910cc0825d359a19d4b1fba2ba +_md5_=83855ad9a7c65ff91686199cd2124789 diff --git a/metadata/md5-cache/net-misc/asterisk-12.3.2 b/metadata/md5-cache/net-misc/asterisk-12.3.2 deleted file mode 100644 index 76ec14b46e8f..000000000000 --- a/metadata/md5-cache/net-misc/asterisk-12.3.2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile config configure install postinst prepare setup unpack -DEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/jansson dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) !net-libs/openh323 !net-libs/pjsip voicemail_storage_imap? ( virtual/imap-c-client ) virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool -DESCRIPTION=Asterisk: A Modular Open Source PBX System -EAPI=5 -HOMEPAGE=http://www.asterisk.org/ -IUSE=+voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap alsa bluetooth calendar +caps cluster curl dahdi debug doc freetds gtalk http iconv ilbc jabber ldap libedit lua mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp span speex srtp static syslog vorbis -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -PDEPEND=net-misc/asterisk-core-sounds net-misc/asterisk-extra-sounds net-misc/asterisk-moh-opsound -RDEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/jansson dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) syslog? ( virtual/logger ) -REQUIRED_USE=gtalk? ( jabber ) ^^ ( voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ) voicemail_storage_odbc? ( odbc ) -SLOT=0 -SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-12.3.2.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.11.tar.bz2 -_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=9d5dfc7105d02ce87eb77f91e5693857 diff --git a/metadata/md5-cache/net-misc/asterisk-12.4.0 b/metadata/md5-cache/net-misc/asterisk-12.4.0 deleted file mode 100644 index 73cb2d2f5c44..000000000000 --- a/metadata/md5-cache/net-misc/asterisk-12.4.0 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile config configure install postinst prepare setup unpack -DEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/jansson dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) !net-libs/openh323 !net-libs/pjsip voicemail_storage_imap? ( virtual/imap-c-client ) virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool -DESCRIPTION=Asterisk: A Modular Open Source PBX System -EAPI=5 -HOMEPAGE=http://www.asterisk.org/ -IUSE=+voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap alsa bluetooth calendar +caps cluster curl dahdi debug doc freetds gtalk http iconv ilbc jabber ldap libedit lua mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp span speex srtp static syslog vorbis -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -PDEPEND=net-misc/asterisk-core-sounds net-misc/asterisk-extra-sounds net-misc/asterisk-moh-opsound -RDEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/jansson dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) syslog? ( virtual/logger ) -REQUIRED_USE=gtalk? ( jabber ) ^^ ( voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ) voicemail_storage_odbc? ( odbc ) -SLOT=0 -SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-12.4.0.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.11.tar.bz2 -_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=28bcd91e5243653f0826dd7ef78c59fa diff --git a/metadata/md5-cache/net-misc/asterisk-12.5.0 b/metadata/md5-cache/net-misc/asterisk-12.5.1 similarity index 97% rename from metadata/md5-cache/net-misc/asterisk-12.5.0 rename to metadata/md5-cache/net-misc/asterisk-12.5.1 index 9e12ba70bcf6..824fc6818b1b 100644 --- a/metadata/md5-cache/net-misc/asterisk-12.5.0 +++ b/metadata/md5-cache/net-misc/asterisk-12.5.1 @@ -10,6 +10,6 @@ PDEPEND=net-misc/asterisk-core-sounds net-misc/asterisk-extra-sounds net-misc/as RDEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/jansson dev-libs/libxml2 dev-libs/openssl sys-libs/ncurses sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) jabber? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql-base ) radius? ( net-dialup/radiusclient-ng ) selinux? ( sec-policy/selinux-asterisk ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp ) vorbis? ( media-libs/libvorbis ) syslog? ( virtual/logger ) REQUIRED_USE=gtalk? ( jabber ) ^^ ( voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ) voicemail_storage_odbc? ( odbc ) SLOT=0 -SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-12.5.0.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.12.tar.bz2 +SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-12.5.1.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.12.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e2e06c4d72bb759fcf8298c05c3022d0 +_md5_=7d67aca122d01dc2ede2c6c2ed1bd61e diff --git a/metadata/md5-cache/net-misc/youtube-dl-2014.09.16 b/metadata/md5-cache/net-misc/youtube-dl-2014.09.18 similarity index 94% rename from metadata/md5-cache/net-misc/youtube-dl-2014.09.16 rename to metadata/md5-cache/net-misc/youtube-dl-2014.09.18 index 30053e299020..7a4e68a157ce 100644 --- a/metadata/md5-cache/net-misc/youtube-dl-2014.09.16 +++ b/metadata/md5-cache/net-misc/youtube-dl-2014.09.18 @@ -9,6 +9,6 @@ LICENSE=public-domain RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 ) SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2014.09.16/youtube-dl-2014.09.16.tar.gz +SRC_URI=http://youtube-dl.org/downloads/2014.09.18/youtube-dl-2014.09.18.tar.gz _eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=bec00f856f1643591823e365d2014632 +_md5_=0489cc33b21dc17d2e7d72295648991a diff --git a/metadata/md5-cache/net-misc/youtube-dl-2014.09.16.1 b/metadata/md5-cache/net-misc/youtube-dl-2014.09.19 similarity index 94% rename from metadata/md5-cache/net-misc/youtube-dl-2014.09.16.1 rename to metadata/md5-cache/net-misc/youtube-dl-2014.09.19 index 7f5761d8cd2b..66e788ea66f0 100644 --- a/metadata/md5-cache/net-misc/youtube-dl-2014.09.16.1 +++ b/metadata/md5-cache/net-misc/youtube-dl-2014.09.19 @@ -9,6 +9,6 @@ LICENSE=public-domain RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] REQUIRED_USE=python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 ) SLOT=0 -SRC_URI=http://youtube-dl.org/downloads/2014.09.16.1/youtube-dl-2014.09.16.1.tar.gz +SRC_URI=http://youtube-dl.org/downloads/2014.09.19/youtube-dl-2014.09.19.tar.gz _eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 distutils-r1 90e7008a7d21e3b1597bea444bb85827 eutils 06133990e861be0fe60c2b428fd025d9 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=fa3541fe0ff881f15766c68d07b5a117 +_md5_=5897250ca8c111ebb3ec1aa44b4fc9ab diff --git a/metadata/md5-cache/net-nds/openldap-2.4.39 b/metadata/md5-cache/net-nds/openldap-2.4.39 new file mode 100644 index 000000000000..a559eda602bc --- /dev/null +++ b/metadata/md5-cache/net-nds/openldap-2.4.39 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare setup test +DEPEND=icu? ( dev-libs/icu:= ) ssl? ( !gnutls? ( >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gnutls? ( >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) sasl? ( dev-libs/cyrus-sasl:= ) !minimal? ( sys-devel/libtool tcpd? ( sys-apps/tcp-wrappers ) odbc? ( !iodbc? ( dev-db/unixODBC ) iodbc? ( dev-db/libiodbc ) ) slp? ( net-libs/openslp ) perl? ( dev-lang/perl[-build(-)] ) samba? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) smbkrb5passwd? ( dev-libs/openssl app-crypt/heimdal ) kerberos? ( virtual/krb5 ) cxx? ( dev-libs/cyrus-sasl:= ) ) selinux? ( sec-policy/selinux-ldap ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r3 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) sys-apps/groff ssl? ( dev-libs/openssl ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 sys-devel/libtool virtual/pkgconfig +DESCRIPTION=LDAP suite of application and development tools +EAPI=5 +HOMEPAGE=http://www.OpenLDAP.org/ +IUSE=crypt icu samba slp tcpd experimental minimal +berkdb overlays perl gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux smbkrb5passwd kerberos -cxx abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 ssl +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=OPENLDAP +RDEPEND=icu? ( dev-libs/icu:= ) ssl? ( !gnutls? ( >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gnutls? ( >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) sasl? ( dev-libs/cyrus-sasl:= ) !minimal? ( sys-devel/libtool tcpd? ( sys-apps/tcp-wrappers ) odbc? ( !iodbc? ( dev-db/unixODBC ) iodbc? ( dev-db/libiodbc ) ) slp? ( net-libs/openslp ) perl? ( dev-lang/perl[-build(-)] ) samba? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) smbkrb5passwd? ( dev-libs/openssl app-crypt/heimdal ) kerberos? ( virtual/krb5 ) cxx? ( dev-libs/cyrus-sasl:= ) ) selinux? ( sec-policy/selinux-ldap ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r3 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +REQUIRED_USE=cxx? ( sasl ) +SLOT=0 +SRC_URI=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.39.tgz mirror://gentoo/rfc2307bis.schema-20140524 +_eclasses_=autotools ebea507d219855923e3438c953cf4ab8 db-use 82d0e62839f20e1e0d5a2259abd5316f eutils 06133990e861be0fe60c2b428fd025d9 flag-o-matic 75e24bac8423c515dd9c5717f08feb83 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 ssl-cert b53367370fde96e19beca78050a47c61 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=ef54fc1ace2000aa82ddf2805cdaf651 diff --git a/metadata/md5-cache/net-print/cups-1.7.5 b/metadata/md5-cache/net-print/cups-1.7.5 index f37f6c8bb81e..c527a2368813 100644 --- a/metadata/md5-cache/net-print/cups-1.7.5 +++ b/metadata/md5-cache/net-print/cups-1.7.5 @@ -4,7 +4,7 @@ DESCRIPTION=The Common Unix Printing System EAPI=5 HOMEPAGE=http://www.cups.org/ IUSE=acl dbus debug gnutls java kerberos lprng-compat pam python selinux +ssl static-libs systemd +threads usb X xinetd zeroconf +linguas_ca +linguas_es +linguas_fr +linguas_it +linguas_ja +linguas_pt_BR +linguas_ru abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 python_targets_python2_7 python_single_target_python2_7 elibc_FreeBSD java -KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint +KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint LICENSE=GPL-2 PDEPEND=app-text/ghostscript-gpl[cups] app-text/poppler[utils] >=net-print/cups-filters-1.0.43 RDEPEND=app-text/libpaper acl? ( kernel_linux? ( sys-apps/acl sys-apps/attr ) ) dbus? ( >=sys-apps/dbus-1.6.18-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) java? ( >=virtual/jre-1.6 ) kerberos? ( >=virtual/krb5-0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !lprng-compat? ( !net-print/lprng ) pam? ( virtual/pam ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_single_target_python2_7(+)?] ) selinux? ( sec-policy/selinux-cups ) ssl? ( gnutls? ( >=dev-libs/libgcrypt-1.5.3:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !gnutls? ( >=dev-libs/openssl-1.0.1h-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) usb? ( virtual/libusb:1 ) X? ( x11-misc/xdg-utils ) xinetd? ( sys-apps/xinetd ) zeroconf? ( >=net-dns/avahi-0.6.31-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) java? ( >=dev-java/java-config-2.1.9-r1 ) @@ -13,4 +13,4 @@ RESTRICT=test SLOT=0 SRC_URI=http://www.cups.org/software/1.7.5/cups-1.7.5-source.tar.bz2 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 base 87f7447ccfc06fd0729ff4684e11e0d6 eutils 06133990e861be0fe60c2b428fd025d9 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 75e24bac8423c515dd9c5717f08feb83 gnome2-utils f658eba3cc594a21cf6eef4af47daa90 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 pam aa1ebb3ab720ea04dbbdd6eaaf9554ed python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0f1760274637a138b99bb649202ea402 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=a71225d23808bb2fa7eab4dab875471b +_md5_=e54272ef89b5a06f7e95fa7b1dfff567 diff --git a/metadata/md5-cache/sys-apps/baselayout-java-0.1.0 b/metadata/md5-cache/sys-apps/baselayout-java-0.1.0 index 3c50cdcf2db1..aad5579193cc 100644 --- a/metadata/md5-cache/sys-apps/baselayout-java-0.1.0 +++ b/metadata/md5-cache/sys-apps/baselayout-java-0.1.0 @@ -3,10 +3,10 @@ DEPEND=>=sys-apps/sed-4 DESCRIPTION=Baselayout for Java EAPI=5 HOMEPAGE=http://www.gentoo.org/proj/en/java/ -KEYWORDS=amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=!=sys-libs/ncurses-5.7-r7 ) kernel_linux? ( sys-apps/util-linux ) ) SLOT=0 SRC_URI=mirror://sourceforge/gptfdisk/gptfdisk-0.8.10.tar.gz _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 flag-o-matic 75e24bac8423c515dd9c5717f08feb83 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 -_md5_=d8d8258e7a0ede5c13cbad141aae7cf6 +_md5_=1a4c0fef5789ea6fc92fb566f5a71246 diff --git a/metadata/md5-cache/sys-cluster/torque-4.2.9 b/metadata/md5-cache/sys-cluster/torque-4.2.9 new file mode 100644 index 000000000000..3dc63b6e3fc4 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/torque-4.2.9 @@ -0,0 +1,13 @@ +DEFINED_PHASES=config configure install postinst preinst prepare setup +DEPEND=sys-libs/ncurses sys-libs/readline cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat !sys-cluster/slurm +DESCRIPTION=Resource manager and queuing system based on OpenPBS +EAPI=5 +HOMEPAGE=http://www.adaptivecomputing.com/products/open-source/torque +IUSE=cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=torque-2.5 +RDEPEND=sys-libs/ncurses sys-libs/readline cpusets? ( sys-apps/hwloc ) munge? ( sys-auth/munge ) nvidia? ( >=x11-drivers/nvidia-drivers-275 ) tk? ( dev-lang/tk ) syslog? ( virtual/logger ) !games-util/qstat crypt? ( net-misc/openssh ) !crypt? ( net-misc/netkit-rsh ) +SLOT=0 +SRC_URI=http://www.adaptivecomputing.com/index.php?wpfb_dl=2849 -> torque-4.2.9.tar.gz +_eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 flag-o-matic 75e24bac8423c515dd9c5717f08feb83 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=b5aed10db5bddca53dc73fc547d7a093 diff --git a/metadata/md5-cache/sys-fs/cryptsetup-1.6.5 b/metadata/md5-cache/sys-fs/cryptsetup-1.6.5 index 166b103aea2f..8968d6119f5e 100644 --- a/metadata/md5-cache/sys-fs/cryptsetup-1.6.5 +++ b/metadata/md5-cache/sys-fs/cryptsetup-1.6.5 @@ -4,11 +4,11 @@ DESCRIPTION=Tool to setup encrypted devices with dm-crypt EAPI=5 HOMEPAGE=http://code.google.com/p/cryptsetup/ IUSE=+gcrypt kernel nettle openssl nls python reencrypt static static-libs udev urandom python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 LICENSE=GPL-2+ RDEPEND=static-libs? ( dev-libs/libgpg-error[static-libs(+)] dev-libs/popt[static-libs(+)] sys-apps/util-linux[static-libs(+)] gcrypt? ( dev-libs/libgcrypt:0=[static-libs(+)] ) nettle? ( >=dev-libs/nettle-2.4[static-libs(+)] ) openssl? ( dev-libs/openssl[static-libs(+)] ) sys-fs/lvm2[static-libs(+)] sys-libs/e2fsprogs-libs[static-libs(+)] udev? ( virtual/libudev[static-libs(+)] ) ) dev-libs/libgpg-error dev-libs/popt sys-apps/util-linux gcrypt? ( dev-libs/libgcrypt:0= ) nettle? ( >=dev-libs/nettle-2.4 ) openssl? ( dev-libs/openssl ) sys-fs/lvm2 sys-libs/e2fsprogs-libs udev? ( virtual/libudev ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?] ) REQUIRED_USE=^^ ( gcrypt kernel nettle openssl ) python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) ^^ ( python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 ) ) static? ( !gcrypt ) SLOT=0 SRC_URI=mirror://kernel/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.5.tar.xz _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 eutils 06133990e861be0fe60c2b428fd025d9 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-single-r1 a71a169a881e0a11d04a7fe12dc39f6e python-utils-r1 47dda904cf91c61f45b564d9f834fde1 toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=257b1566cc55cfc050b9d45b78e420c5 +_md5_=61a298314ad78326f707453c07912a04 diff --git a/metadata/md5-cache/sys-fs/udev-216 b/metadata/md5-cache/sys-fs/udev-216 index 8a7736d3773b..5fa130c06bd6 100644 --- a/metadata/md5-cache/sys-fs/udev-216 +++ b/metadata/md5-cache/sys-fs/udev-216 @@ -4,7 +4,7 @@ DESCRIPTION=Linux dynamic and persistent device naming support (aka userspace de EAPI=5 HOMEPAGE=http://www.freedesktop.org/wiki/Software/systemd IUSE=acl doc +firmware-loader gudev introspection +kmod selinux static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 -KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 LICENSE=LGPL-2.1 MIT GPL-2 PDEPEND=>=sys-apps/hwids-20140304[udev] >=sys-fs/udev-init-scripts-26 RDEPEND=>=sys-apps/util-linux-2.20 acl? ( sys-apps/acl ) gudev? ( >=dev-libs/glib-2.34.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.38 ) kmod? ( >=sys-apps/kmod-16 ) selinux? ( >=sys-libs/libselinux-2.1.9 ) !=sys-apps/util-linux-2.20 acl? ( sys-apps/acl ) gudev? ( >=dev-libs/gli RESTRICT=test SLOT=0 _eclasses_=autotools ebea507d219855923e3438c953cf4ab8 bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils 06133990e861be0fe60c2b428fd025d9 git-2 2027b81a576527fa16bece425941e094 git-r3 6ebae45064cb04482f3c702632dd9528 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multibuild 46527a4656956da3d58acff72c9b59b1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 9eb4b5fb858228316d8bb32ada51f6a5 multilib-minimal 5bbdc77877c1aa3c6bd89ca3f9196d11 multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0f1760274637a138b99bb649202ea402 udev da001465a2e939c93f7ae16947ce3438 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=b38c4d8cebc37e3a95a7a7ba2c397e6f +_md5_=b94ce79241d1faf1aee00384ad4480a0 diff --git a/metadata/md5-cache/virtual/ruby-ffi-2 b/metadata/md5-cache/virtual/ruby-ffi-2 index 00a1c9e30220..2638c8ee42be 100644 --- a/metadata/md5-cache/virtual/ruby-ffi-2 +++ b/metadata/md5-cache/virtual/ruby-ffi-2 @@ -3,8 +3,8 @@ DEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lan DESCRIPTION=Virtual ebuild for the Ruby ffi library EAPI=2 IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_jruby -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris RDEPEND=ruby_targets_ruby19? ( dev-ruby/ffi[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/ffi[ruby_targets_ruby20] ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_jruby? ( dev-java/jruby ) SLOT=0 _eclasses_=eutils 06133990e861be0fe60c2b428fd025d9 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-ng 14f0490e24cbad7c17cece628b3d111e toolchain-funcs 0f1760274637a138b99bb649202ea402 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=816c958bdda1a3943800b65525c0e2a9 +_md5_=8fa1544a94a11c6ff2768d64c92ed6a3 diff --git a/metadata/md5-cache/x11-libs/qwt-6.1.0 b/metadata/md5-cache/x11-libs/qwt-6.1.0 index 2bca015f84ef..b9687190818d 100644 --- a/metadata/md5-cache/x11-libs/qwt-6.1.0 +++ b/metadata/md5-cache/x11-libs/qwt-6.1.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=!"${S}"/sounds/sounds.xml - - # That NATIVE_ARCH chatter really is quite bothersome - sed -i 's/NATIVE_ARCH=/NATIVE_ARCH=0/' build_tools/menuselect-deps || die "Unable to squelch noisy build system" - - # Compile menuselect binary for optional components - emake menuselect.makeopts - - # Broken functionality is forcibly disabled (bug #360143) - menuselect/menuselect --disable chan_misdn menuselect.makeopts - menuselect/menuselect --disable chan_ooh323 menuselect.makeopts - - # Utility set is forcibly enabled (bug #358001) - menuselect/menuselect --enable smsq menuselect.makeopts - menuselect/menuselect --enable streamplayer menuselect.makeopts - menuselect/menuselect --enable aelparse menuselect.makeopts - menuselect/menuselect --enable astman menuselect.makeopts - - # this is connected, otherwise it would not find - # ast_pktccops_gate_alloc symbol - menuselect/menuselect --enable chan_mgcp menuselect.makeopts - menuselect/menuselect --enable res_pktccops menuselect.makeopts - - # SSL is forcibly enabled, IAX2 & DUNDI are expected to be available - menuselect/menuselect --enable pbx_dundi menuselect.makeopts - menuselect/menuselect --enable func_aes menuselect.makeopts - menuselect/menuselect --enable chan_iax2 menuselect.makeopts - - # SQlite3 is now the main database backend, enable related features - menuselect/menuselect --enable cdr_sqlite3_custom menuselect.makeopts - menuselect/menuselect --enable cel_sqlite3_custom menuselect.makeopts - - # The others are based on USE-flag settings - use_select() { - local state=$(use "$1" && echo enable || echo disable) - shift # remove use from parameters - - while [[ -n $1 ]]; do - menuselect/menuselect --${state} "$1" menuselect.makeopts - shift - done - } - - use_select alsa chan_alsa - use_select bluetooth chan_mobile - use_select calendar res_calendar res_calendar_{caldav,ews,exchange,icalendar} - use_select cluster res_corosync - use_select curl func_curl res_config_curl res_curl - use_select dahdi app_dahdibarge app_dahdiras chan_dahdi codec_dahdi res_timing_dahdi - use_select freetds {cdr,cel}_tds - use_select gtalk chan_motif - use_select http res_http_post - use_select iconv func_iconv - use_select jabber res_xmpp - use_select ilbc codec_ilbc format_ilbc - use_select ldap res_config_ldap - use_select lua pbx_lua - use_select mysql app_mysql cdr_mysql res_config_mysql - use_select odbc cdr_adaptive_odbc res_config_odbc {cdr,cel,res,func}_odbc - use_select osplookup app_osplookup - use_select oss chan_oss - use_select postgres {cdr,cel}_pgsql res_config_pgsql - use_select radius {cdr,cel}_radius - use_select snmp res_snmp - use_select span res_fax_spandsp - use_select speex {codec,func}_speex - use_select srtp res_srtp - use_select syslog cdr_syslog - use_select vorbis format_ogg_vorbis - - # Voicemail storage ... - for vmst in ${IUSE_VOICEMAIL_STORAGE/+/}; do - if use ${vmst}; then - menuselect/menuselect --enable $(echo ${vmst##*_} | tr '[:lower:]' '[:upper:]')_STORAGE menuselect.makeopts - fi - done - - if use debug; then - for o in DONT_OPTIMIZE DEBUG_THREADS BETTER_BACKTRACES; do - menuselect/menuselect --enable $o menuselect.makeopts - done - fi -} - -src_compile() { - ASTLDFLAGS="${LDFLAGS}" emake -} - -src_install() { - mkdir -p "${D}"usr/$(get_libdir)/pkgconfig || die - emake DESTDIR="${D}" installdirs - emake DESTDIR="${D}" install - - if use radius; then - insinto /etc/radiusclient-ng/ - doins contrib/dictionary.digium - fi - if use samples; then - emake DESTDIR="${D}" samples - for conffile in "${D}"etc/asterisk/*.* - do - chown asterisk:asterisk $conffile - chmod 0660 $conffile - done - einfo "Sample files have been installed" - else - einfo "Skipping installation of sample files..." - rm -f "${D}"var/lib/asterisk/mohmp3/* || die - rm -f "${D}"var/lib/asterisk/sounds/demo-* || die - rm -f "${D}"var/lib/asterisk/agi-bin/* || die - rm -f "${D}"etc/asterisk/* || die - fi - rm -rf "${D}"var/spool/asterisk/voicemail/default || die - - # keep directories - diropts -m 0770 -o asterisk -g asterisk - keepdir /etc/asterisk - keepdir /var/lib/asterisk - keepdir /var/spool/asterisk - keepdir /var/spool/asterisk/{system,tmp,meetme,monitor,dictate,voicemail} - diropts -m 0750 -o asterisk -g asterisk - keepdir /var/log/asterisk/{cdr-csv,cdr-custom} - - newinitd "${FILESDIR}"/1.8.0/asterisk.initd7 asterisk - newconfd "${FILESDIR}"/1.8.0/asterisk.confd asterisk - - # install the upgrade documentation - # - dodoc README UPGRADE* BUGS CREDITS - - # install extra documentation - # - if use doc - then - dodoc doc/*.txt - dodoc doc/*.pdf - fi - - # install SIP scripts; bug #300832 - # - dodoc "${FILESDIR}/1.6.2/sip_calc_auth" - dodoc "${FILESDIR}/1.8.0/find_call_sip_trace.sh" - dodoc "${FILESDIR}/1.8.0/find_call_ids.sh" - dodoc "${FILESDIR}/1.6.2/call_data.txt" - - # install logrotate snippet; bug #329281 - # - insinto /etc/logrotate.d - newins "${FILESDIR}/1.6.2/asterisk.logrotate3" asterisk -} - -pkg_postinst() { - # - # Announcements, warnings, reminders... - # - einfo "Asterisk has been installed" - echo - elog "If you want to know more about asterisk, visit these sites:" - elog "http://www.asteriskdocs.org/" - elog "http://www.voip-info.org/wiki-Asterisk" - echo - elog "http://www.automated.it/guidetoasterisk.htm" - echo - elog "Gentoo VoIP IRC Channel:" - elog "#gentoo-voip @ irc.freenode.net" - echo - echo - elog "Please read the Asterisk 11 upgrade document:" - elog "https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+11" -} - -pkg_config() { - einfo "Do you want to reset file permissions and ownerships (y/N)?" - - read tmp - tmp="$(echo $tmp | tr '[:upper:]' '[:lower:]')" - - if [[ "$tmp" = "y" ]] ||\ - [[ "$tmp" = "yes" ]] - then - einfo "Resetting permissions to defaults..." - - for x in spool run lib log; do - chown -R asterisk:asterisk "${ROOT}"var/${x}/asterisk - chmod -R u=rwX,g=rwX,o= "${ROOT}"var/${x}/asterisk - done - - chown -R root:asterisk "${ROOT}"etc/asterisk - chmod -R u=rwX,g=rwX,o= "${ROOT}"etc/asterisk - - einfo "done" - else - einfo "skipping" - fi -} diff --git a/net-misc/asterisk/asterisk-11.12.0.ebuild b/net-misc/asterisk/asterisk-11.12.1.ebuild similarity index 99% rename from net-misc/asterisk/asterisk-11.12.0.ebuild rename to net-misc/asterisk/asterisk-11.12.1.ebuild index b577f2dea4aa..474036024f36 100644 --- a/net-misc/asterisk/asterisk-11.12.0.ebuild +++ b/net-misc/asterisk/asterisk-11.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.12.0.ebuild,v 1.2 2014/09/18 10:29:46 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-11.12.1.ebuild,v 1.1 2014/09/19 10:14:30 chainsaw Exp $ EAPI=5 inherit autotools base eutils linux-info multilib user diff --git a/net-misc/asterisk/asterisk-12.3.2.ebuild b/net-misc/asterisk/asterisk-12.3.2.ebuild deleted file mode 100644 index 822aaffe2fa4..000000000000 --- a/net-misc/asterisk/asterisk-12.3.2.ebuild +++ /dev/null @@ -1,321 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-12.3.2.ebuild,v 1.2 2014/09/18 10:29:46 chainsaw Exp $ - -EAPI=5 -inherit autotools base eutils linux-info multilib user - -MY_P="${PN}-${PV/_/-}" - -DESCRIPTION="Asterisk: A Modular Open Source PBX System" -HOMEPAGE="http://www.asterisk.org/" -SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz - mirror://gentoo/gentoo-asterisk-patchset-3.11.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE_VOICEMAIL_STORAGE=" - +voicemail_storage_file - voicemail_storage_odbc - voicemail_storage_imap -" -IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl dahdi debug doc freetds gtalk http iconv ilbc jabber ldap libedit lua mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp span speex srtp static syslog vorbis" -IUSE_EXPAND="VOICEMAIL_STORAGE" -REQUIRED_USE="gtalk? ( jabber ) - ^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} ) - voicemail_storage_odbc? ( odbc ) -" - -EPATCH_SUFFIX="patch" -EPATCH_EXCLUDE="08-tls-certificate-chaining-support.patch" -PATCHES=( "${WORKDIR}/asterisk-patchset" ) - -RDEPEND="dev-db/sqlite:3 - dev-libs/popt - dev-libs/jansson - dev-libs/libxml2 - dev-libs/openssl - sys-libs/ncurses - sys-libs/zlib - alsa? ( media-libs/alsa-lib ) - bluetooth? ( net-wireless/bluez ) - calendar? ( net-libs/neon - dev-libs/libical - dev-libs/iksemel ) - caps? ( sys-libs/libcap ) - cluster? ( sys-cluster/corosync ) - curl? ( net-misc/curl ) - dahdi? ( >=net-libs/libpri-1.4.12_beta2 - net-misc/dahdi-tools ) - freetds? ( dev-db/freetds ) - gtalk? ( dev-libs/iksemel ) - http? ( dev-libs/gmime:2.6 ) - iconv? ( virtual/libiconv ) - ilbc? ( dev-libs/ilbc-rfc3951 ) - jabber? ( dev-libs/iksemel ) - ldap? ( net-nds/openldap ) - libedit? ( dev-libs/libedit ) - lua? ( dev-lang/lua ) - mysql? ( virtual/mysql ) - newt? ( dev-libs/newt ) - odbc? ( dev-db/unixODBC ) - osplookup? ( net-libs/osptoolkit ) - portaudio? ( media-libs/portaudio ) - postgres? ( dev-db/postgresql-base ) - radius? ( net-dialup/radiusclient-ng ) - selinux? ( sec-policy/selinux-asterisk ) - snmp? ( net-analyzer/net-snmp ) - span? ( media-libs/spandsp ) - speex? ( media-libs/speex ) - srtp? ( net-libs/libsrtp ) - vorbis? ( media-libs/libvorbis )" - -DEPEND="${RDEPEND} - !net-libs/openh323 - !net-libs/pjsip - voicemail_storage_imap? ( virtual/imap-c-client ) - virtual/pkgconfig -" - -RDEPEND="${RDEPEND} - syslog? ( virtual/logger )" - -PDEPEND="net-misc/asterisk-core-sounds - net-misc/asterisk-extra-sounds - net-misc/asterisk-moh-opsound" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - CONFIG_CHECK="~!NF_CONNTRACK_SIP" - local WARNING_NF_CONNTRACK_SIP="SIP (NAT) connection tracking is enabled. Some users - have reported that this module dropped critical SIP packets in their deployments. You - may want to disable it if you see such problems." - check_extra_config - - enewgroup asterisk - enewgroup dialout 20 - enewuser asterisk -1 -1 /var/lib/asterisk "asterisk,dialout" -} - -src_prepare() { - base_src_prepare - AT_M4DIR=autoconf eautoreconf -} - -src_configure() { - local vmst - - econf \ - --libdir="/usr/$(get_libdir)" \ - --localstatedir="/var" \ - --with-crypto \ - --with-gsm=internal \ - --with-popt \ - --with-ssl \ - --with-z \ - --without-pwlib \ - $(use_with caps cap) \ - $(use_with http gmime) \ - $(use_with newt) \ - $(use_with portaudio) - - # Blank out sounds/sounds.xml file to prevent - # asterisk from installing sounds files (we pull them in via - # asterisk-{core,extra}-sounds and asterisk-moh-opsound. - >"${S}"/sounds/sounds.xml - - # That NATIVE_ARCH chatter really is quite bothersome - sed -i 's/NATIVE_ARCH=/NATIVE_ARCH=0/' build_tools/menuselect-deps || die "Unable to squelch noisy build system" - - # Compile menuselect binary for optional components - emake menuselect.makeopts - - # Broken functionality is forcibly disabled (bug #360143) - menuselect/menuselect --disable chan_misdn menuselect.makeopts - menuselect/menuselect --disable chan_ooh323 menuselect.makeopts - - # Utility set is forcibly enabled (bug #358001) - menuselect/menuselect --enable smsq menuselect.makeopts - menuselect/menuselect --enable streamplayer menuselect.makeopts - menuselect/menuselect --enable aelparse menuselect.makeopts - menuselect/menuselect --enable astman menuselect.makeopts - - # this is connected, otherwise it would not find - # ast_pktccops_gate_alloc symbol - menuselect/menuselect --enable chan_mgcp menuselect.makeopts - menuselect/menuselect --enable res_pktccops menuselect.makeopts - - # SSL is forcibly enabled, IAX2 & DUNDI are expected to be available - menuselect/menuselect --enable pbx_dundi menuselect.makeopts - menuselect/menuselect --enable func_aes menuselect.makeopts - menuselect/menuselect --enable chan_iax2 menuselect.makeopts - - # SQlite3 is now the main database backend, enable related features - menuselect/menuselect --enable cdr_sqlite3_custom menuselect.makeopts - menuselect/menuselect --enable cel_sqlite3_custom menuselect.makeopts - - # The others are based on USE-flag settings - use_select() { - local state=$(use "$1" && echo enable || echo disable) - shift # remove use from parameters - - while [[ -n $1 ]]; do - menuselect/menuselect --${state} "$1" menuselect.makeopts - shift - done - } - - use_select alsa chan_alsa - use_select bluetooth chan_mobile - use_select calendar res_calendar res_calendar_{caldav,ews,exchange,icalendar} - use_select cluster res_corosync - use_select curl func_curl res_config_curl res_curl - use_select dahdi app_dahdibarge app_dahdiras chan_dahdi codec_dahdi res_timing_dahdi - use_select freetds {cdr,cel}_tds - use_select gtalk chan_motif - use_select http res_http_post - use_select iconv func_iconv - use_select jabber res_xmpp - use_select ilbc codec_ilbc format_ilbc - use_select ldap res_config_ldap - use_select lua pbx_lua - use_select mysql app_mysql cdr_mysql res_config_mysql - use_select odbc cdr_adaptive_odbc res_config_odbc {cdr,cel,res,func}_odbc - use_select osplookup app_osplookup - use_select oss chan_oss - use_select postgres {cdr,cel}_pgsql res_config_pgsql - use_select radius {cdr,cel}_radius - use_select snmp res_snmp - use_select span res_fax_spandsp - use_select speex {codec,func}_speex - use_select srtp res_srtp - use_select syslog cdr_syslog - use_select vorbis format_ogg_vorbis - - # Voicemail storage ... - for vmst in ${IUSE_VOICEMAIL_STORAGE/+/}; do - if use ${vmst}; then - menuselect/menuselect --enable $(echo ${vmst##*_} | tr '[:lower:]' '[:upper:]')_STORAGE menuselect.makeopts - fi - done - - if use debug; then - for o in DONT_OPTIMIZE DEBUG_THREADS BETTER_BACKTRACES; do - menuselect/menuselect --enable $o menuselect.makeopts - done - fi -} - -src_compile() { - ASTLDFLAGS="${LDFLAGS}" emake -} - -src_install() { - mkdir -p "${D}"usr/$(get_libdir)/pkgconfig || die - emake DESTDIR="${D}" installdirs - emake DESTDIR="${D}" install - - if use radius; then - insinto /etc/radiusclient-ng/ - doins contrib/dictionary.digium - fi - if use samples; then - emake DESTDIR="${D}" samples - for conffile in "${D}"etc/asterisk/*.* - do - chown asterisk:asterisk $conffile - chmod 0660 $conffile - done - einfo "Sample files have been installed" - else - einfo "Skipping installation of sample files..." - rm -f "${D}"var/lib/asterisk/mohmp3/* || die - rm -f "${D}"var/lib/asterisk/sounds/demo-* || die - rm -f "${D}"var/lib/asterisk/agi-bin/* || die - rm -f "${D}"etc/asterisk/* || die - fi - rm -rf "${D}"var/spool/asterisk/voicemail/default || die - - # keep directories - diropts -m 0770 -o asterisk -g asterisk - keepdir /etc/asterisk - keepdir /var/lib/asterisk - keepdir /var/spool/asterisk - keepdir /var/spool/asterisk/{system,tmp,meetme,monitor,dictate,voicemail} - diropts -m 0750 -o asterisk -g asterisk - keepdir /var/log/asterisk/{cdr-csv,cdr-custom} - - newinitd "${FILESDIR}"/1.8.0/asterisk.initd7 asterisk - newconfd "${FILESDIR}"/1.8.0/asterisk.confd asterisk - - # install the upgrade documentation - # - dodoc README UPGRADE* BUGS CREDITS - - # install extra documentation - # - if use doc - then - dodoc doc/*.txt - dodoc doc/*.pdf - fi - - # install SIP scripts; bug #300832 - # - dodoc "${FILESDIR}/1.6.2/sip_calc_auth" - dodoc "${FILESDIR}/1.8.0/find_call_sip_trace.sh" - dodoc "${FILESDIR}/1.8.0/find_call_ids.sh" - dodoc "${FILESDIR}/1.6.2/call_data.txt" - - # install logrotate snippet; bug #329281 - # - insinto /etc/logrotate.d - newins "${FILESDIR}/1.6.2/asterisk.logrotate3" asterisk -} - -pkg_postinst() { - # - # Announcements, warnings, reminders... - # - einfo "Asterisk has been installed" - echo - elog "If you want to know more about asterisk, visit these sites:" - elog "http://www.asteriskdocs.org/" - elog "http://www.voip-info.org/wiki-Asterisk" - echo - elog "http://www.automated.it/guidetoasterisk.htm" - echo - elog "Gentoo VoIP IRC Channel:" - elog "#gentoo-voip @ irc.freenode.net" - echo - echo - elog "Please read the Asterisk 12 upgrade document:" - elog "https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+12" -} - -pkg_config() { - einfo "Do you want to reset file permissions and ownerships (y/N)?" - - read tmp - tmp="$(echo $tmp | tr '[:upper:]' '[:lower:]')" - - if [[ "$tmp" = "y" ]] ||\ - [[ "$tmp" = "yes" ]] - then - einfo "Resetting permissions to defaults..." - - for x in spool run lib log; do - chown -R asterisk:asterisk "${ROOT}"var/${x}/asterisk - chmod -R u=rwX,g=rwX,o= "${ROOT}"var/${x}/asterisk - done - - chown -R root:asterisk "${ROOT}"etc/asterisk - chmod -R u=rwX,g=rwX,o= "${ROOT}"etc/asterisk - - einfo "done" - else - einfo "skipping" - fi -} diff --git a/net-misc/asterisk/asterisk-12.4.0.ebuild b/net-misc/asterisk/asterisk-12.4.0.ebuild deleted file mode 100644 index 17036e792b4f..000000000000 --- a/net-misc/asterisk/asterisk-12.4.0.ebuild +++ /dev/null @@ -1,321 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-12.4.0.ebuild,v 1.2 2014/09/18 10:29:46 chainsaw Exp $ - -EAPI=5 -inherit autotools base eutils linux-info multilib user - -MY_P="${PN}-${PV/_/-}" - -DESCRIPTION="Asterisk: A Modular Open Source PBX System" -HOMEPAGE="http://www.asterisk.org/" -SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz - mirror://gentoo/gentoo-asterisk-patchset-3.11.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE_VOICEMAIL_STORAGE=" - +voicemail_storage_file - voicemail_storage_odbc - voicemail_storage_imap -" -IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl dahdi debug doc freetds gtalk http iconv ilbc jabber ldap libedit lua mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp span speex srtp static syslog vorbis" -IUSE_EXPAND="VOICEMAIL_STORAGE" -REQUIRED_USE="gtalk? ( jabber ) - ^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} ) - voicemail_storage_odbc? ( odbc ) -" - -EPATCH_SUFFIX="patch" -EPATCH_EXCLUDE="08-tls-certificate-chaining-support.patch" -PATCHES=( "${WORKDIR}/asterisk-patchset" ) - -RDEPEND="dev-db/sqlite:3 - dev-libs/popt - dev-libs/jansson - dev-libs/libxml2 - dev-libs/openssl - sys-libs/ncurses - sys-libs/zlib - alsa? ( media-libs/alsa-lib ) - bluetooth? ( net-wireless/bluez ) - calendar? ( net-libs/neon - dev-libs/libical - dev-libs/iksemel ) - caps? ( sys-libs/libcap ) - cluster? ( sys-cluster/corosync ) - curl? ( net-misc/curl ) - dahdi? ( >=net-libs/libpri-1.4.12_beta2 - net-misc/dahdi-tools ) - freetds? ( dev-db/freetds ) - gtalk? ( dev-libs/iksemel ) - http? ( dev-libs/gmime:2.6 ) - iconv? ( virtual/libiconv ) - ilbc? ( dev-libs/ilbc-rfc3951 ) - jabber? ( dev-libs/iksemel ) - ldap? ( net-nds/openldap ) - libedit? ( dev-libs/libedit ) - lua? ( dev-lang/lua ) - mysql? ( virtual/mysql ) - newt? ( dev-libs/newt ) - odbc? ( dev-db/unixODBC ) - osplookup? ( net-libs/osptoolkit ) - portaudio? ( media-libs/portaudio ) - postgres? ( dev-db/postgresql-base ) - radius? ( net-dialup/radiusclient-ng ) - selinux? ( sec-policy/selinux-asterisk ) - snmp? ( net-analyzer/net-snmp ) - span? ( media-libs/spandsp ) - speex? ( media-libs/speex ) - srtp? ( net-libs/libsrtp ) - vorbis? ( media-libs/libvorbis )" - -DEPEND="${RDEPEND} - !net-libs/openh323 - !net-libs/pjsip - voicemail_storage_imap? ( virtual/imap-c-client ) - virtual/pkgconfig -" - -RDEPEND="${RDEPEND} - syslog? ( virtual/logger )" - -PDEPEND="net-misc/asterisk-core-sounds - net-misc/asterisk-extra-sounds - net-misc/asterisk-moh-opsound" - -S="${WORKDIR}/${MY_P}" - -pkg_setup() { - CONFIG_CHECK="~!NF_CONNTRACK_SIP" - local WARNING_NF_CONNTRACK_SIP="SIP (NAT) connection tracking is enabled. Some users - have reported that this module dropped critical SIP packets in their deployments. You - may want to disable it if you see such problems." - check_extra_config - - enewgroup asterisk - enewgroup dialout 20 - enewuser asterisk -1 -1 /var/lib/asterisk "asterisk,dialout" -} - -src_prepare() { - base_src_prepare - AT_M4DIR=autoconf eautoreconf -} - -src_configure() { - local vmst - - econf \ - --libdir="/usr/$(get_libdir)" \ - --localstatedir="/var" \ - --with-crypto \ - --with-gsm=internal \ - --with-popt \ - --with-ssl \ - --with-z \ - --without-pwlib \ - $(use_with caps cap) \ - $(use_with http gmime) \ - $(use_with newt) \ - $(use_with portaudio) - - # Blank out sounds/sounds.xml file to prevent - # asterisk from installing sounds files (we pull them in via - # asterisk-{core,extra}-sounds and asterisk-moh-opsound. - >"${S}"/sounds/sounds.xml - - # That NATIVE_ARCH chatter really is quite bothersome - sed -i 's/NATIVE_ARCH=/NATIVE_ARCH=0/' build_tools/menuselect-deps || die "Unable to squelch noisy build system" - - # Compile menuselect binary for optional components - emake menuselect.makeopts - - # Broken functionality is forcibly disabled (bug #360143) - menuselect/menuselect --disable chan_misdn menuselect.makeopts - menuselect/menuselect --disable chan_ooh323 menuselect.makeopts - - # Utility set is forcibly enabled (bug #358001) - menuselect/menuselect --enable smsq menuselect.makeopts - menuselect/menuselect --enable streamplayer menuselect.makeopts - menuselect/menuselect --enable aelparse menuselect.makeopts - menuselect/menuselect --enable astman menuselect.makeopts - - # this is connected, otherwise it would not find - # ast_pktccops_gate_alloc symbol - menuselect/menuselect --enable chan_mgcp menuselect.makeopts - menuselect/menuselect --enable res_pktccops menuselect.makeopts - - # SSL is forcibly enabled, IAX2 & DUNDI are expected to be available - menuselect/menuselect --enable pbx_dundi menuselect.makeopts - menuselect/menuselect --enable func_aes menuselect.makeopts - menuselect/menuselect --enable chan_iax2 menuselect.makeopts - - # SQlite3 is now the main database backend, enable related features - menuselect/menuselect --enable cdr_sqlite3_custom menuselect.makeopts - menuselect/menuselect --enable cel_sqlite3_custom menuselect.makeopts - - # The others are based on USE-flag settings - use_select() { - local state=$(use "$1" && echo enable || echo disable) - shift # remove use from parameters - - while [[ -n $1 ]]; do - menuselect/menuselect --${state} "$1" menuselect.makeopts - shift - done - } - - use_select alsa chan_alsa - use_select bluetooth chan_mobile - use_select calendar res_calendar res_calendar_{caldav,ews,exchange,icalendar} - use_select cluster res_corosync - use_select curl func_curl res_config_curl res_curl - use_select dahdi app_dahdibarge app_dahdiras chan_dahdi codec_dahdi res_timing_dahdi - use_select freetds {cdr,cel}_tds - use_select gtalk chan_motif - use_select http res_http_post - use_select iconv func_iconv - use_select jabber res_xmpp - use_select ilbc codec_ilbc format_ilbc - use_select ldap res_config_ldap - use_select lua pbx_lua - use_select mysql app_mysql cdr_mysql res_config_mysql - use_select odbc cdr_adaptive_odbc res_config_odbc {cdr,cel,res,func}_odbc - use_select osplookup app_osplookup - use_select oss chan_oss - use_select postgres {cdr,cel}_pgsql res_config_pgsql - use_select radius {cdr,cel}_radius - use_select snmp res_snmp - use_select span res_fax_spandsp - use_select speex {codec,func}_speex - use_select srtp res_srtp - use_select syslog cdr_syslog - use_select vorbis format_ogg_vorbis - - # Voicemail storage ... - for vmst in ${IUSE_VOICEMAIL_STORAGE/+/}; do - if use ${vmst}; then - menuselect/menuselect --enable $(echo ${vmst##*_} | tr '[:lower:]' '[:upper:]')_STORAGE menuselect.makeopts - fi - done - - if use debug; then - for o in DONT_OPTIMIZE DEBUG_THREADS BETTER_BACKTRACES; do - menuselect/menuselect --enable $o menuselect.makeopts - done - fi -} - -src_compile() { - ASTLDFLAGS="${LDFLAGS}" emake -} - -src_install() { - mkdir -p "${D}"usr/$(get_libdir)/pkgconfig || die - emake DESTDIR="${D}" installdirs - emake DESTDIR="${D}" install - - if use radius; then - insinto /etc/radiusclient-ng/ - doins contrib/dictionary.digium - fi - if use samples; then - emake DESTDIR="${D}" samples - for conffile in "${D}"etc/asterisk/*.* - do - chown asterisk:asterisk $conffile - chmod 0660 $conffile - done - einfo "Sample files have been installed" - else - einfo "Skipping installation of sample files..." - rm -f "${D}"var/lib/asterisk/mohmp3/* || die - rm -f "${D}"var/lib/asterisk/sounds/demo-* || die - rm -f "${D}"var/lib/asterisk/agi-bin/* || die - rm -f "${D}"etc/asterisk/* || die - fi - rm -rf "${D}"var/spool/asterisk/voicemail/default || die - - # keep directories - diropts -m 0770 -o asterisk -g asterisk - keepdir /etc/asterisk - keepdir /var/lib/asterisk - keepdir /var/spool/asterisk - keepdir /var/spool/asterisk/{system,tmp,meetme,monitor,dictate,voicemail} - diropts -m 0750 -o asterisk -g asterisk - keepdir /var/log/asterisk/{cdr-csv,cdr-custom} - - newinitd "${FILESDIR}"/1.8.0/asterisk.initd7 asterisk - newconfd "${FILESDIR}"/1.8.0/asterisk.confd asterisk - - # install the upgrade documentation - # - dodoc README UPGRADE* BUGS CREDITS - - # install extra documentation - # - if use doc - then - dodoc doc/*.txt - dodoc doc/*.pdf - fi - - # install SIP scripts; bug #300832 - # - dodoc "${FILESDIR}/1.6.2/sip_calc_auth" - dodoc "${FILESDIR}/1.8.0/find_call_sip_trace.sh" - dodoc "${FILESDIR}/1.8.0/find_call_ids.sh" - dodoc "${FILESDIR}/1.6.2/call_data.txt" - - # install logrotate snippet; bug #329281 - # - insinto /etc/logrotate.d - newins "${FILESDIR}/1.6.2/asterisk.logrotate3" asterisk -} - -pkg_postinst() { - # - # Announcements, warnings, reminders... - # - einfo "Asterisk has been installed" - echo - elog "If you want to know more about asterisk, visit these sites:" - elog "http://www.asteriskdocs.org/" - elog "http://www.voip-info.org/wiki-Asterisk" - echo - elog "http://www.automated.it/guidetoasterisk.htm" - echo - elog "Gentoo VoIP IRC Channel:" - elog "#gentoo-voip @ irc.freenode.net" - echo - echo - elog "Please read the Asterisk 12 upgrade document:" - elog "https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+12" -} - -pkg_config() { - einfo "Do you want to reset file permissions and ownerships (y/N)?" - - read tmp - tmp="$(echo $tmp | tr '[:upper:]' '[:lower:]')" - - if [[ "$tmp" = "y" ]] ||\ - [[ "$tmp" = "yes" ]] - then - einfo "Resetting permissions to defaults..." - - for x in spool run lib log; do - chown -R asterisk:asterisk "${ROOT}"var/${x}/asterisk - chmod -R u=rwX,g=rwX,o= "${ROOT}"var/${x}/asterisk - done - - chown -R root:asterisk "${ROOT}"etc/asterisk - chmod -R u=rwX,g=rwX,o= "${ROOT}"etc/asterisk - - einfo "done" - else - einfo "skipping" - fi -} diff --git a/net-misc/asterisk/asterisk-12.5.0.ebuild b/net-misc/asterisk/asterisk-12.5.1.ebuild similarity index 99% rename from net-misc/asterisk/asterisk-12.5.0.ebuild rename to net-misc/asterisk/asterisk-12.5.1.ebuild index 98e6b248ddce..a1663927d6cc 100644 --- a/net-misc/asterisk/asterisk-12.5.0.ebuild +++ b/net-misc/asterisk/asterisk-12.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-12.5.0.ebuild,v 1.2 2014/09/18 10:29:46 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/asterisk-12.5.1.ebuild,v 1.1 2014/09/19 10:14:30 chainsaw Exp $ EAPI=5 inherit autotools base eutils linux-info multilib user diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest index b44fc1e8cdbd..96794fde2b32 100644 --- a/net-misc/youtube-dl/Manifest +++ b/net-misc/youtube-dl/Manifest @@ -1,3 +1,3 @@ DIST youtube-dl-2014.07.15.tar.gz 881673 SHA256 2274535bb4822af0c6a384d352b85d7c724fe9bd371d9bdd428bba4b1493bd02 SHA512 f1ec3b368559ed79c8b03621f6a27344069af9d4bb62023de5a30dfa571f863d0fc50cd874db63d9867e1c1b04a79a7e127cc13081c73705dcdc17b624fd986b WHIRLPOOL e1954e4a3217ad3a248eb7996169fec5e545fa56d60db7359a159df7a2c4da521a2e27f0eedf08ba90db1379f1248cb5be09f4daffaf58fb82ef143980cfaa3e -DIST youtube-dl-2014.09.16.1.tar.gz 1040609 SHA256 4ca2d48ef7f75b6055519389298831abdf9a191ad81098a6175fd11a544594b4 SHA512 4de5fe26b1fd432259a2e17960870e4996a79697388efcc4543ec3088764d5717a8d5d46362a07e9212be19d9e81eb712b9f54ac52ca1b0d924480709c8eb835 WHIRLPOOL f17c8be462dc4870cf0e826539d60cf167b45076e6e4404537a37bc8388cb5ef2da560aa789352ae2c8b5498cdf12f461d23ad0ff8f9f7ff314d6934f2e264b9 -DIST youtube-dl-2014.09.16.tar.gz 1038539 SHA256 9c7067a421750e94dc6006df52019e5375591f91f4c8bb06a9d8c382159ee206 SHA512 1a32ad0757cdb3eb813df4d866b2b44b80d32202140649b79ea0d3e68fff930b04645000adc4d3adcd0c28ea1b22e60b31cabee63c02609ad378e76704c8664e WHIRLPOOL adb35fddbb2d8f6a1c2694a1d65bb0716ce05ec129a7e1e501a4ee34b9702513eceeab50faa3cd3354567c365d43ec684266a395694c2ef3e61a026ea059acca +DIST youtube-dl-2014.09.18.tar.gz 1043436 SHA256 032617d45fb278cb70dfcaefd6a69c29961d42a9db6363376a64d1a3b2c8f58e SHA512 6e97f28c2c6fead1f3db1de879e0e70494b0ba742c3ce2499470bc226f8eb8d3dbde271e1dce904a12eb12fd6569626567b124b70184f2bca2bb5d099fee4795 WHIRLPOOL 3839df3f51713ef031bfb3e1bb13855861e6b864c86d293b8d6c0af971c0586f9edfeac8b17f5cd925258682bfc5bde6c9b0aee0844527c6ff70ea8be678fb85 +DIST youtube-dl-2014.09.19.tar.gz 1045254 SHA256 9308b5def3a27065c444b1563ebbcb4c58325732f963fe700613ecfd754ed677 SHA512 780eed78a7fb72740310bb1bbedc765cd82b1c0152b923e0fb2c9cd64ab932fc7a53359585791d4ded4d097491cfea61fe10a744ccb64c6b22e4ef771e26efff WHIRLPOOL 6904d3c6d13c6e36cf6b136383939e51bc77c2f7674a06543ca25be3eea5cb87e784cdf8ed409f11e1cd8f02c31a69e7a2cc9cf381eb38020f85cac4244b5ba6 diff --git a/net-misc/youtube-dl/youtube-dl-2014.09.16.ebuild b/net-misc/youtube-dl/youtube-dl-2014.09.18.ebuild similarity index 96% rename from net-misc/youtube-dl/youtube-dl-2014.09.16.ebuild rename to net-misc/youtube-dl/youtube-dl-2014.09.18.ebuild index 487416ef8827..7ee073a85b53 100644 --- a/net-misc/youtube-dl/youtube-dl-2014.09.16.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2014.09.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.09.16.ebuild,v 1.1 2014/09/16 13:07:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.09.18.ebuild,v 1.1 2014/09/19 07:28:47 jer Exp $ EAPI=5 diff --git a/net-misc/youtube-dl/youtube-dl-2014.09.16.1.ebuild b/net-misc/youtube-dl/youtube-dl-2014.09.19.ebuild similarity index 96% rename from net-misc/youtube-dl/youtube-dl-2014.09.16.1.ebuild rename to net-misc/youtube-dl/youtube-dl-2014.09.19.ebuild index dd9d7ffc8a4a..6680d747cd37 100644 --- a/net-misc/youtube-dl/youtube-dl-2014.09.16.1.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2014.09.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.09.16.1.ebuild,v 1.1 2014/09/17 08:49:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2014.09.19.ebuild,v 1.1 2014/09/19 09:20:57 jer Exp $ EAPI=5 diff --git a/net-nds/openldap/Manifest b/net-nds/openldap/Manifest index 01d0231a1866..f9e4ca56bc07 100644 --- a/net-nds/openldap/Manifest +++ b/net-nds/openldap/Manifest @@ -6,6 +6,7 @@ DIST openldap-2.4.28.tgz 5436340 SHA256 332ab5b13dbc0f85b1112d7a6f3485069108bfbd DIST openldap-2.4.30.tgz 5440261 SHA256 fc013e528616f8578d9f221409c48af9b8937a62005e0bec88f6f1c4c8ff3d81 SHA512 89f032b069dc54cfe0c3149b85c5fedaf89b6b706c368da22852fed51c2574cb703823db1f4c52a9422d5274d4e70497f270fd558985675ab274d6025678c6f3 WHIRLPOOL 86009c7c269f9a0db93ba72e0aec04c15a5f89f39601468a2064fa814815d50a86e8a812979e060361a4f342ec5f21077d0ac5cc837d0c6b3e7af6dd926bc296 DIST openldap-2.4.35.tgz 5486240 SHA256 16100374c147df0d82a5c52ca60da5eca1a5ea8b5a187467d40a78e3691e9eeb SHA512 b39232b4bab7ecb0ae14961adaa555590ca24ecbaeb3d94ea251e2de3bf7425ce364a2a488f9745fae17f106cdf198c852c73b5f2b910d329c598db435d6b31d WHIRLPOOL dccdbb7e858da3a5a6bec31956e13acac3ec604c4d40b88ff64ea9741feb32e70e7a9113f0e147996728214f494f8a858a55cbf6ceb1d5a8c6cc27e4aed44629 DIST openldap-2.4.38.tgz 5506085 SHA256 88209a3599ec5d9354fc09bbe29b99db1ffa1b612127c06bad0c5265d0b31fd1 SHA512 df7b6b2b84102ba996f84575396c7505ada851b5f09841fd821d34fd8d62580f85ecc655e2cd3965730b44d6919d64864f56b23791f38b411d142d345f250666 WHIRLPOOL bb6a19b353f9dcde07afe78052ce9d5db5a2aaa09236b69d22da0879e74c4de8587312bad66939702db30af779f7ee9720ad792b73d225f004a1a90d80a6fed1 +DIST openldap-2.4.39.tgz 5509060 SHA256 8267c87347103fef56b783b24877c0feda1063d3cb85d070e503d076584bf8a7 SHA512 7b5ef2a69f79f0901a06f8be4ab50afc3b3e98ab1ea74a421569443d32cb43d3cf773d3f028fb5fb39908c09ee172cb4770ecc5882754877a59d29bf8f8cc059 WHIRLPOOL 90ac4cff185855d569a8033a3e35a251d75e4a2805bcfa5ba5b3605ec88b2fc244b0e95aabd33c47c9846f29c95a17e1be43650442987f6abc043667e06f15cd DIST rfc2307bis.schema-20100722 9718 SHA256 c61c72e04b45d1e774de1e4084fb2a596210307fc94fe6532b257cdae283b86b SHA512 f71ec7f5ebf826524ef263c2d7e1fc17b7238bd82c3118bfdae2eddbb00e9777ea918c644f0416e818cf60f44807555a0ca48c20cc8738fcbf1675cff7292f17 WHIRLPOOL 77dd13ebbb87f44298cda6f48940662d288a7bf6fbcde3ad88656eee00b470fee11d8ecbd5a6008d3ca3263c48447b30310393881922a258d81722a56e05deb7 DIST rfc2307bis.schema-20120525 11922 SHA256 41f90e2eafab34925b8223887fa378fc4bbb2801937fdfd3e5a8cf3517229c38 SHA512 cf313fcbbc79d2d1085f7547ed277f58605d931592d70298204f80f40092bf6450561162178e23add2fa5baf19c0b8fff82f69fbf9c2fde6744e9f29f4dac699 WHIRLPOOL b5dd02f0a5ab183b2f981995d886a6e193ec37c0247195a5eb30bc622aa8762130a053f6cad76923bffd55635e0c4e0904aabf0c1124dc9d69080d33f3f53e1c DIST rfc2307bis.schema-20140524 12262 SHA256 6cd8154ad86be1d6bb88a79c303dc10a49bce4ce7d21bb417a951d6496df30b1 SHA512 83b89a1deeefc8566b97e7e865b9b6d04541099cbdf719e24538a7d27d61b6209e87ab9003a9f140bd9afd018ec569e71721e3a24090e1902c8b6659d2ba103e WHIRLPOOL 40cef24529fb4bfc1661d03088eccdb17d9056d696b2bf0e698fa248d03f508ba776784bf8abbaffb5f4c2c59b59b29525b4be2babc978fed681e5e3c88073de diff --git a/net-nds/openldap/openldap-2.4.39.ebuild b/net-nds/openldap/openldap-2.4.39.ebuild new file mode 100644 index 000000000000..d15b9cc2ee7f --- /dev/null +++ b/net-nds/openldap/openldap-2.4.39.ebuild @@ -0,0 +1,750 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/openldap-2.4.39.ebuild,v 1.1 2014/09/19 06:27:15 robbat2 Exp $ + +EAPI="5" + +inherit db-use eutils flag-o-matic multilib multilib-minimal ssl-cert versionator toolchain-funcs autotools user systemd + +BIS_PN=rfc2307bis.schema +BIS_PV=20140524 +BIS_P="${BIS_PN}-${BIS_PV}" + +DESCRIPTION="LDAP suite of application and development tools" +HOMEPAGE="http://www.OpenLDAP.org/" + +# mirrors are mostly not working, using canonical URI +SRC_URI="ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${P}.tgz + mirror://gentoo/${BIS_P}" + +LICENSE="OPENLDAP" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" + +IUSE_DAEMON="crypt icu samba slp tcpd experimental minimal" +IUSE_BACKEND="+berkdb" +IUSE_OVERLAY="overlays perl" +IUSE_OPTIONAL="gnutls iodbc sasl ssl odbc debug ipv6 +syslog selinux" +IUSE_CONTRIB="smbkrb5passwd kerberos" +IUSE_CONTRIB="${IUSE_CONTRIB} -cxx" +IUSE="${IUSE_DAEMON} ${IUSE_BACKEND} ${IUSE_OVERLAY} ${IUSE_OPTIONAL} ${IUSE_CONTRIB}" + +REQUIRED_USE="cxx? ( sasl )" + +# openssl is needed to generate lanman-passwords required by samba +RDEPEND="icu? ( dev-libs/icu:= ) + ssl? ( !gnutls? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) + gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) ) + sasl? ( dev-libs/cyrus-sasl:= ) + !minimal? ( + sys-devel/libtool + tcpd? ( sys-apps/tcp-wrappers ) + odbc? ( !iodbc? ( dev-db/unixODBC ) + iodbc? ( dev-db/libiodbc ) ) + slp? ( net-libs/openslp ) + perl? ( dev-lang/perl[-build(-)] ) + samba? ( dev-libs/openssl ) + berkdb? ( sys-libs/db ) + smbkrb5passwd? ( + dev-libs/openssl + app-crypt/heimdal ) + kerberos? ( virtual/krb5 ) + cxx? ( dev-libs/cyrus-sasl:= ) + ) + selinux? ( sec-policy/selinux-ldap ) + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140508-r3 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" +DEPEND="${RDEPEND} + sys-apps/groff" + +# for tracking versions +OPENLDAP_VERSIONTAG=".version-tag" +OPENLDAP_DEFAULTDIR_VERSIONTAG="/var/lib/openldap-data" + +MULTILIB_WRAPPED_HEADERS=( + # USE=cxx + /usr/include/LDAPAsynConnection.h + /usr/include/LDAPAttrType.h + /usr/include/LDAPAttribute.h + /usr/include/LDAPAttributeList.h + /usr/include/LDAPConnection.h + /usr/include/LDAPConstraints.h + /usr/include/LDAPControl.h + /usr/include/LDAPControlSet.h + /usr/include/LDAPEntry.h + /usr/include/LDAPEntryList.h + /usr/include/LDAPException.h + /usr/include/LDAPExtResult.h + /usr/include/LDAPMessage.h + /usr/include/LDAPMessageQueue.h + /usr/include/LDAPModList.h + /usr/include/LDAPModification.h + /usr/include/LDAPObjClass.h + /usr/include/LDAPRebind.h + /usr/include/LDAPRebindAuth.h + /usr/include/LDAPReferenceList.h + /usr/include/LDAPResult.h + /usr/include/LDAPSaslBindResult.h + /usr/include/LDAPSchema.h + /usr/include/LDAPSearchReference.h + /usr/include/LDAPSearchResult.h + /usr/include/LDAPSearchResults.h + /usr/include/LDAPUrl.h + /usr/include/LDAPUrlList.h + /usr/include/LdifReader.h + /usr/include/LdifWriter.h + /usr/include/SaslInteraction.h + /usr/include/SaslInteractionHandler.h + /usr/include/StringList.h + /usr/include/TlsOptions.h +) + +openldap_filecount() { + local dir="$1" + find "${dir}" -type f ! -name '.*' ! -name 'DB_CONFIG*' | wc -l +} + +openldap_find_versiontags() { + # scan for all datadirs + openldap_datadirs="" + if [ -f "${EROOT}"/etc/openldap/slapd.conf ]; then + openldap_datadirs="$(awk '{if($1 == "directory") print $2 }' ${EROOT}/etc/openldap/slapd.conf)" + fi + openldap_datadirs="${openldap_datadirs} ${OPENLDAP_DEFAULTDIR_VERSIONTAG}" + + einfo + einfo "Scanning datadir(s) from slapd.conf and" + einfo "the default installdir for Versiontags" + einfo "(${OPENLDAP_DEFAULTDIR_VERSIONTAG} may appear twice)" + einfo + + # scan datadirs if we have a version tag + openldap_found_tag=0 + have_files=0 + for each in ${openldap_datadirs}; do + CURRENT_TAGDIR=${ROOT}`echo ${each} | sed "s:\/::"` + CURRENT_TAG=${CURRENT_TAGDIR}/${OPENLDAP_VERSIONTAG} + if [ -d ${CURRENT_TAGDIR} ] && [ ${openldap_found_tag} == 0 ] ; then + einfo "- Checking ${each}..." + if [ -r ${CURRENT_TAG} ] ; then + # yey, we have one :) + einfo " Found Versiontag in ${each}" + source ${CURRENT_TAG} + if [ "${OLDPF}" == "" ] ; then + eerror "Invalid Versiontag found in ${CURRENT_TAGDIR}" + eerror "Please delete it" + eerror + die "Please kill the invalid versiontag in ${CURRENT_TAGDIR}" + fi + + OLD_MAJOR=`get_version_component_range 2-3 ${OLDPF}` + + [ $(openldap_filecount ${CURRENT_TAGDIR}) -gt 0 ] && have_files=1 + + # are we on the same branch? + if [ "${OLD_MAJOR}" != "${PV:0:3}" ] ; then + ewarn " Versiontag doesn't match current major release!" + if [[ "${have_files}" == "1" ]] ; then + eerror " Versiontag says other major and you (probably) have datafiles!" + echo + openldap_upgrade_howto + else + einfo " No real problem, seems there's no database." + fi + else + einfo " Versiontag is fine here :)" + fi + else + einfo " Non-tagged dir ${each}" + [ $(openldap_filecount ${each}) -gt 0 ] && have_files=1 + if [[ "${have_files}" == "1" ]] ; then + einfo " EEK! Non-empty non-tagged datadir, counting `ls -a ${each} | wc -l` files" + echo + + eerror + eerror "Your OpenLDAP Installation has a non tagged datadir that" + eerror "possibly contains a database at ${CURRENT_TAGDIR}" + eerror + eerror "Please export data if any entered and empty or remove" + eerror "the directory, installation has been stopped so you" + eerror "can take required action" + eerror + eerror "For a HOWTO on exporting the data, see instructions in the ebuild" + eerror + openldap_upgrade_howto + die "Please move the datadir ${CURRENT_TAGDIR} away" + fi + fi + einfo + fi + done + [ "${have_files}" == "1" ] && einfo "DB files present" || einfo "No DB files present" + + # Now we must check for the major version of sys-libs/db linked against. + SLAPD_PATH=${EROOT}/usr/$(get_libdir)/openldap/slapd + if [ "${have_files}" == "1" -a -f "${SLAPD_PATH}" ]; then + OLDVER="$(/usr/bin/ldd ${SLAPD_PATH} \ + | awk '/libdb-/{gsub("^libdb-","",$1);gsub(".so$","",$1);print $1}')" + NEWVER="$(use berkdb && db_findver sys-libs/db)" + local fail=0 + if [ -z "${OLDVER}" -a -z "${NEWVER}" ]; then + : + # Nothing wrong here. + elif [ -z "${OLDVER}" -a -n "${NEWVER}" ]; then + eerror " Your existing version of OpenLDAP was not built against" + eerror " any version of sys-libs/db, but the new one will build" + eerror " against ${NEWVER} and your database may be inaccessible." + echo + fail=1 + elif [ -n "${OLDVER}" -a -z "${NEWVER}" ]; then + eerror " Your existing version of OpenLDAP was built against" + eerror " sys-libs/db:${OLDVER}, but the new one will not be" + eerror " built against any version and your database may be" + eerror " inaccessible." + echo + fail=1 + elif [ "${OLDVER}" != "${NEWVER}" ]; then + eerror " Your existing version of OpenLDAP was built against" + eerror " sys-libs/db:${OLDVER}, but the new one will build against" + eerror " ${NEWVER} and your database would be inaccessible." + echo + fail=1 + fi + [ "${fail}" == "1" ] && openldap_upgrade_howto + fi + + echo + einfo + einfo "All datadirs are fine, proceeding with merge now..." + einfo +} + +openldap_upgrade_howto() { + eerror + eerror "A (possible old) installation of OpenLDAP was detected," + eerror "installation will not proceed for now." + eerror + eerror "As major version upgrades can corrupt your database," + eerror "you need to dump your database and re-create it afterwards." + eerror + eerror "Additionally, rebuilding against different major versions of the" + eerror "sys-libs/db libraries will cause your database to be inaccessible." + eerror "" + d="$(date -u +%s)" + l="/root/ldapdump.${d}" + i="${l}.raw" + eerror " 1. /etc/init.d/slurpd stop ; /etc/init.d/slapd stop" + eerror " 2. slapcat -l ${i}" + eerror " 3. egrep -v '^(entry|context)CSN:' <${i} >${l}" + eerror " 4. mv /var/lib/openldap-data/ /var/lib/openldap-data-backup/" + eerror " 5. emerge --update \=net-nds/${PF}" + eerror " 6. etc-update, and ensure that you apply the changes" + eerror " 7. slapadd -l ${l}" + eerror " 8. chown ldap:ldap /var/lib/openldap-data/*" + eerror " 9. /etc/init.d/slapd start" + eerror "10. check that your data is intact." + eerror "11. set up the new replication system." + eerror + if [ "${FORCE_UPGRADE}" != "1" ]; then + die "You need to upgrade your database first" + else + eerror "You have the magical FORCE_UPGRADE=1 in place." + eerror "Don't say you weren't warned about data loss." + fi +} + +pkg_setup() { + if ! use sasl && use cxx ; then + die "To build the ldapc++ library you must emerge openldap with sasl support" + fi + # Bug #322787 + if use minimal && ! has_version "net-nds/openldap" ; then + einfo "No datadir scan needed, openldap not installed" + elif use minimal && has_version "net-nds/openldap" && built_with_use net-nds/openldap minimal ; then + einfo "Skipping scan for previous datadirs as requested by minimal useflag" + else + openldap_find_versiontags + fi + + enewgroup ldap 439 + enewuser ldap 439 -1 /usr/$(get_libdir)/openldap ldap +} + +src_prepare() { + # ensure correct SLAPI path by default + sed -i -e 's,\(#define LDAPI_SOCK\).*,\1 "'"${EPREFIX}"'/var/run/openldap/slapd.sock",' \ + "${S}"/include/ldap_defaults.h + + epatch "${FILESDIR}"/${PN}-2.4.17-gcc44.patch + + epatch \ + "${FILESDIR}"/${PN}-2.2.14-perlthreadsfix.patch \ + "${FILESDIR}"/${PN}-2.4.15-ppolicy.patch + + # bug #116045 - still present in 2.4.28 + epatch "${FILESDIR}"/${PN}-2.4.35-contrib-smbk5pwd.patch + # bug #408077 - samba4 + epatch "${FILESDIR}"/${PN}-2.4.35-contrib-samba4.patch + + # bug #189817 + epatch "${FILESDIR}"/${PN}-2.4.11-libldap_r.patch + + # bug #233633 + epatch "${FILESDIR}"/${PN}-2.4.17-fix-lmpasswd-gnutls-symbols.patch + + # bug #281495 + epatch "${FILESDIR}"/${PN}-2.4.28-gnutls-gcrypt.patch + + # bug #294350 + epatch "${FILESDIR}"/${PN}-2.4.6-evolution-ntlm.patch + + # unbreak /bin/sh -> dash + epatch "${FILESDIR}"/${PN}-2.4.28-fix-dash.patch + + # bug #420959 + epatch "${FILESDIR}"/${PN}-2.4.31-gcc47.patch + + # bug #421463 + epatch "${FILESDIR}"/${PN}-2.4.33-gnutls.patch + + cd "${S}"/build || die + einfo "Making sure upstream build strip does not do stripping too early" + sed -i.orig \ + -e '/^STRIP/s,-s,,g' \ + top.mk || die "Failed to block stripping" + + # wrong assumption that /bin/sh is /bin/bash + sed -i \ + -e 's|/bin/sh|/bin/bash|g' \ + "${S}"/tests/scripts/* || die "sed failed" + + cd "${S}" || die + AT_NOEAUTOMAKE=yes eautoreconf +} + +build_contrib_module() { + # + cd "${S}/contrib/slapd-modules/$1" || die + einfo "Compiling contrib-module: $3" + # Make sure it's uppercase + local define_name="$(echo "SLAPD_OVER_${1}" | LC_ALL=C tr '[:lower:]' '[:upper:]')" + "${lt}" --mode=compile --tag=CC \ + "${CC}" \ + -D${define_name}=SLAPD_MOD_DYNAMIC \ + -I"${BUILD_DIR}"/include \ + -I../../../include -I../../../servers/slapd ${CFLAGS} \ + -o ${2%.c}.lo -c $2 || die "compiling $3 failed" + einfo "Linking contrib-module: $3" + "${lt}" --mode=link --tag=CC \ + "${CC}" -module \ + ${CFLAGS} \ + ${LDFLAGS} \ + -rpath "${EPREFIX}"/usr/$(get_libdir)/openldap/openldap \ + -o $3.la ${2%.c}.lo || die "linking $3 failed" +} + +src_configure() { + #Fix for glibc-2.8 and ucred. Bug 228457. + append-flags -D_GNU_SOURCE + + # Bug 408001 + use elibc_FreeBSD && append-cppflags -DMDB_DSYNC=O_SYNC -DMDB_FDATASYNC=fsync + + # connectionless ldap per bug #342439 + append-cppflags -DLDAP_CONNECTIONLESS + + multilib-minimal_src_configure +} + +multilib_src_configure() { + local myconf=() + + use debug && myconf+=( $(use_enable debug) ) + + # ICU usage is not configurable + export ac_cv_header_unicode_utypes_h="$(multilib_is_native_abi && use icu && echo yes || echo no)" + + if ! use minimal && multilib_is_native_abi; then + local CPPFLAGS=${CPPFLAGS} + + # re-enable serverside overlay chains per bug #296567 + # see ldap docs chaper 12.3.1 for details + myconf+=( --enable-ldap ) + + # backends + myconf+=( --enable-slapd ) + if use berkdb ; then + einfo "Using Berkeley DB for local backend" + myconf+=( --enable-bdb --enable-hdb ) + # We need to include the slotted db.h dir for FreeBSD + append-cppflags -I$(db_includedir) + else + ewarn + ewarn "Note: if you disable berkdb, you can only use remote-backends!" + ewarn + myconf+=( --disable-bdb --disable-hdb ) + fi + for backend in dnssrv ldap meta monitor null passwd relay shell sock; do + myconf+=( --enable-${backend}=mod ) + done + + myconf+=( $(use_enable perl perl mod) ) + + myconf+=( $(use_enable odbc sql mod) ) + if use odbc ; then + local odbc_lib="unixodbc" + if use iodbc ; then + odbc_lib="iodbc" + append-cppflags -I"${EPREFIX}"/usr/include/iodbc + fi + myconf+=( --with-odbc=${odbc_lib} ) + fi + + # slapd options + myconf+=( + $(use_enable crypt) + $(use_enable slp) + $(use_enable samba lmpasswd) + $(use_enable syslog) + ) + if use experimental ; then + myconf+=( + --enable-dynacl + --enable-aci=mod + ) + fi + for option in aci cleartext modules rewrite rlookups slapi; do + myconf+=( --enable-${option} ) + done + + # slapd overlay options + # Compile-in the syncprov, the others as module + myconf+=( --enable-syncprov=yes ) + use overlays && myconf+=( --enable-overlays=mod ) + + else + myconf+=( + --disable-slapd + --disable-bdb + --disable-hdb + --disable-overlays + --disable-syslog + ) + fi + + # basic functionality stuff + myconf+=( + $(use_enable ipv6) + $(multilib_native_use_with sasl cyrus-sasl) + $(multilib_native_use_enable sasl spasswd) + $(use_enable tcpd wrappers) + ) + + local ssl_lib="no" + if use ssl || ( ! use minimal && use samba ) ; then + ssl_lib="openssl" + use gnutls && ssl_lib="gnutls" + fi + + myconf+=( --with-tls=${ssl_lib} ) + + for basicflag in dynamic local proctitle shared static; do + myconf+=( --enable-${basicflag} ) + done + + tc-export AR CC CXX + ECONF_SOURCE=${S} \ + STRIP=/bin/true \ + econf \ + --libexecdir="${EPREFIX}"/usr/$(get_libdir)/openldap \ + "${myconf[@]}" + emake depend +} + +src_configure_cxx() { + # This needs the libraries built by the first build run. + # So we have to run it AFTER the main build, not just after the main + # configure. + local myconf_ldapcpp=( + --with-ldap-includes="${S}"/include + ) + + mkdir -p "${BUILD_DIR}"/contrib/ldapc++ || die + cd "${BUILD_DIR}/contrib/ldapc++" || die + + local LDFLAGS=${LDFLAGS} CPPFLAGS=${CPPFLAGS} + append-ldflags -L"${BUILD_DIR}"/libraries/liblber/.libs \ + -L"${BUILD_DIR}"/libraries/libldap/.libs + append-cppflags -I"${BUILD_DIR}"/include + ECONF_SOURCE=${S}/contrib/ldapc++ \ + econf "${myconf_ldapcpp[@]}" \ + CC="${CC}" \ + CXX="${CXX}" +} + +multilib_src_compile() { + tc-export AR CC CXX + emake CC="${CC}" AR="${AR}" SHELL="${EPREFIX}"/bin/bash + local lt="${BUILD_DIR}/libtool" + export echo="echo" + + if ! use minimal && multilib_is_native_abi ; then + if use cxx ; then + einfo "Building contrib library: ldapc++" + src_configure_cxx + cd "${BUILD_DIR}/contrib/ldapc++" || die + emake \ + CC="${CC}" CXX="${CXX}" + fi + + if use smbkrb5passwd ; then + einfo "Building contrib-module: smbk5pwd" + cd "${S}/contrib/slapd-modules/smbk5pwd" || die + + emake \ + DEFS="-DDO_SAMBA -DDO_KRB5 -DDO_SHADOW" \ + KRB5_INC="$(krb5-config --cflags)" \ + LDAP_BUILD="${BUILD_DIR}" \ + CC="${CC}" libexecdir="${EPREFIX}/usr/$(get_libdir)/openldap" + fi + + if use overlays ; then + einfo "Building contrib-module: samba4" + cd "${S}/contrib/slapd-modules/samba4" || die + + emake \ + LDAP_BUILD="${BUILD_DIR}" \ + CC="${CC}" libexecdir="/usr/$(get_libdir)/openldap" + fi + + if use kerberos ; then + cd "${S}/contrib/slapd-modules/passwd" || die + einfo "Compiling contrib-module: pw-kerberos" + "${lt}" --mode=compile --tag=CC \ + "${CC}" \ + -I"${BUILD_DIR}"/include \ + -I../../../include \ + ${CFLAGS} \ + $(krb5-config --cflags) \ + -DHAVE_KRB5 \ + -o kerberos.lo \ + -c kerberos.c || die "compiling pw-kerberos failed" + einfo "Linking contrib-module: pw-kerberos" + "${lt}" --mode=link --tag=CC \ + "${CC}" -module \ + ${CFLAGS} \ + ${LDFLAGS} \ + -rpath "${EPREFIX}"/usr/$(get_libdir)/openldap/openldap \ + -o pw-kerberos.la \ + kerberos.lo || die "linking pw-kerberos failed" + fi + # We could build pw-radius if GNURadius would install radlib.h + cd "${S}/contrib/slapd-modules/passwd" || die + einfo "Compiling contrib-module: pw-netscape" + "${lt}" --mode=compile --tag=CC \ + "${CC}" \ + -I"${BUILD_DIR}"/include \ + -I../../../include \ + ${CFLAGS} \ + -o netscape.lo \ + -c netscape.c || die "compiling pw-netscape failed" + einfo "Linking contrib-module: pw-netscape" + "${lt}" --mode=link --tag=CC \ + "${CC}" -module \ + ${CFLAGS} \ + ${LDFLAGS} \ + -rpath "${EPREFIX}"/usr/$(get_libdir)/openldap/openldap \ + -o pw-netscape.la \ + netscape.lo || die "linking pw-netscape failed" + + build_contrib_module "addpartial" "addpartial-overlay.c" "addpartial-overlay" + build_contrib_module "allop" "allop.c" "overlay-allop" + build_contrib_module "allowed" "allowed.c" "allowed" + build_contrib_module "autogroup" "autogroup.c" "autogroup" + build_contrib_module "denyop" "denyop.c" "denyop-overlay" + build_contrib_module "dsaschema" "dsaschema.c" "dsaschema-plugin" + # lastmod may not play well with other overlays + build_contrib_module "lastmod" "lastmod.c" "lastmod" + build_contrib_module "nops" "nops.c" "nops-overlay" + build_contrib_module "trace" "trace.c" "trace" + # build slapi-plugins + cd "${S}/contrib/slapi-plugins/addrdnvalues" || die + einfo "Building contrib-module: addrdnvalues plugin" + "${CC}" -shared \ + -I"${BUILD_DIR}"/include \ + -I../../../include \ + ${CFLAGS} \ + -fPIC \ + ${LDFLAGS} \ + -o libaddrdnvalues-plugin.so \ + addrdnvalues.c || die "Building libaddrdnvalues-plugin.so failed" + + fi +} + +multilib_src_test() { + if multilib_is_native_abi; then + cd tests || die + make tests || die "make tests failed" + fi +} + +multilib_src_install() { + local lt="${BUILD_DIR}/libtool" + emake DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install + + if ! use minimal && multilib_is_native_abi; then + # openldap modules go here + # TODO: write some code to populate slapd.conf with moduleload statements + keepdir /usr/$(get_libdir)/openldap/openldap/ + + # initial data storage dir + keepdir /var/lib/openldap-data + use prefix || fowners ldap:ldap /var/lib/openldap-data + fperms 0700 /var/lib/openldap-data + + echo "OLDPF='${PF}'" > "${ED}${OPENLDAP_DEFAULTDIR_VERSIONTAG}/${OPENLDAP_VERSIONTAG}" + echo "# do NOT delete this. it is used" >> "${ED}${OPENLDAP_DEFAULTDIR_VERSIONTAG}/${OPENLDAP_VERSIONTAG}" + echo "# to track versions for upgrading." >> "${ED}${OPENLDAP_DEFAULTDIR_VERSIONTAG}/${OPENLDAP_VERSIONTAG}" + + # use our config + rm "${ED}"etc/openldap/slapd.conf + insinto /etc/openldap + newins "${FILESDIR}"/${PN}-2.3.34-slapd-conf slapd.conf + configfile="${ED}"etc/openldap/slapd.conf + + # populate with built backends + ebegin "populate config with built backends" + for x in "${ED}"usr/$(get_libdir)/openldap/openldap/back_*.so; do + elog "Adding $(basename ${x})" + sed -e "/###INSERTDYNAMICMODULESHERE###$/a# moduleload\t$(basename ${x})" -i "${configfile}" + done + sed -e "s:###INSERTDYNAMICMODULESHERE###$:# modulepath\t${EPREFIX}/usr/$(get_libdir)/openldap/openldap:" -i "${configfile}" + use prefix || fowners root:ldap /etc/openldap/slapd.conf + fperms 0640 /etc/openldap/slapd.conf + cp "${configfile}" "${configfile}".default + eend + + # install our own init scripts and systemd unit files + newinitd "${FILESDIR}"/slapd-initd-2.4.28-r1 slapd + newconfd "${FILESDIR}"/slapd-confd-2.4.28-r1 slapd + systemd_dounit "${FILESDIR}"/slapd.service + systemd_install_serviced "${FILESDIR}"/slapd.service.conf + systemd_newtmpfilesd "${FILESDIR}"/slapd.tmpfilesd slapd.conf + + if [[ $(get_libdir) != lib ]]; then + sed -e "s,/usr/lib/,/usr/$(get_libdir)/," -i \ + "${ED}"/etc/init.d/slapd \ + "${ED}"/usr/lib/systemd/system/slapd.service || die + fi + # If built without SLP, we don't need to be before avahi + use slp \ + || sed -i \ + -e '/before/{s/avahi-daemon//g}' \ + "${ED}"etc/init.d/slapd + + if use cxx ; then + einfo "Install the ldapc++ library" + cd "${BUILD_DIR}/contrib/ldapc++" || die + emake DESTDIR="${D}" libexecdir="${EPREFIX}/usr/$(get_libdir)/openldap" install + cd "${S}"/contrib/ldapc++ || die + newdoc README ldapc++-README + fi + + if use smbkrb5passwd ; then + einfo "Install the smbk5pwd module" + cd "${S}/contrib/slapd-modules/smbk5pwd" || die + emake DESTDIR="${D}" \ + LDAP_BUILD="${BUILD_DIR}" \ + libexecdir="${EPREFIX}/usr/$(get_libdir)/openldap" install + newdoc README smbk5pwd-README + fi + + if use overlays ; then + einfo "Install the samba4 module" + cd "${S}/contrib/slapd-modules/samba4" || die + emake DESTDIR="${D}" \ + LDAP_BUILD="${BUILD_DIR}" \ + libexecdir="/usr/$(get_libdir)/openldap" install + newdoc README samba4-README + fi + + einfo "Installing contrib modules" + cd "${S}/contrib/slapd-modules" || die + for l in */*.la; do + "${lt}" --mode=install cp ${l} \ + "${ED}"usr/$(get_libdir)/openldap/openldap || \ + die "installing ${l} failed" + done + + docinto contrib + newdoc addpartial/README addpartial-README + newdoc allop/README allop-README + doman allop/slapo-allop.5 + newdoc autogroup/README autogroup-README + newdoc denyop/denyop.c denyop-denyop.c + newdoc dsaschema/README dsaschema-README + doman lastmod/slapo-lastmod.5 + doman nops/slapo-nops.5 + newdoc passwd/README passwd-README + cd "${S}/contrib/slapi-plugins" || die + insinto /usr/$(get_libdir)/openldap/openldap + doins */*.so + docinto contrib + newdoc addrdnvalues/README addrdnvalues-README + + insinto /etc/openldap/schema + newins "${DISTDIR}"/${BIS_P} ${BIS_PN} + fi +} + +multilib_src_install_all() { + dodoc ANNOUNCEMENT CHANGES COPYRIGHT README "${FILESDIR}"/DB_CONFIG.fast.example + docinto rfc ; dodoc doc/rfc/*.txt +} + +pkg_preinst() { + # keep old libs if any + preserve_old_lib /usr/$(get_libdir)/{liblber,libldap_r,liblber}-2.3$(get_libname 0) +} + +pkg_postinst() { + if ! use minimal ; then + # You cannot build SSL certificates during src_install that will make + # binary packages containing your SSL key, which is both a security risk + # and a misconfiguration if multiple machines use the same key and cert. + if use ssl; then + install_cert /etc/openldap/ssl/ldap + use prefix || chown ldap:ldap "${EROOT}"etc/openldap/ssl/ldap.* + ewarn "Self-signed SSL certificates are treated harshly by OpenLDAP 2.[12]" + ewarn "Self-signed SSL certificates are treated harshly by OpenLDAP 2.[12]" + ewarn "add 'TLS_REQCERT never' if you want to use them." + fi + + if use prefix; then + # Warn about prefix issues with slapd + eerror "slapd might NOT be usable on Prefix systems as it requires root privileges" + eerror "to start up, and requires that certain files directories be owned by" + eerror "ldap:ldap. As Prefix does not support changing ownership of files and" + eerror "directories, you will have to manually fix this yourself." + fi + + # These lines force the permissions of various content to be correct + use prefix || chown ldap:ldap "${EROOT}"var/run/openldap + chmod 0755 "${EROOT}"var/run/openldap + use prefix || chown root:ldap "${EROOT}"etc/openldap/slapd.conf{,.default} + chmod 0640 "${EROOT}"etc/openldap/slapd.conf{,.default} + use prefix || chown ldap:ldap "${EROOT}"var/lib/openldap-data + fi + + elog "Getting started using OpenLDAP? There is some documentation available:" + elog "Gentoo Guide to OpenLDAP Authentication" + elog "(http://www.gentoo.org/doc/en/ldap-howto.xml)" + elog "---" + elog "An example file for tuning BDB backends with openldap is" + elog "DB_CONFIG.fast.example in /usr/share/doc/${PF}/" + + preserve_old_lib_notify /usr/$(get_libdir)/{liblber,libldap,libldap_r}-2.3$(get_libname 0) +} diff --git a/net-print/cups/cups-1.7.5.ebuild b/net-print/cups/cups-1.7.5.ebuild index 1ddef0135ce5..b28c68eff45b 100644 --- a/net-print/cups/cups-1.7.5.ebuild +++ b/net-print/cups/cups-1.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.5.ebuild,v 1.10 2014/09/14 07:51:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.5.ebuild,v 1.11 2014/09/19 10:31:01 ago Exp $ EAPI=5 @@ -21,10 +21,10 @@ if [[ ${PV} == *9999 ]]; then if [[ ${PV} != 9999 ]]; then EGIT_BRANCH=branch-${PV/.9999} fi - KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86" + KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" else SRC_URI="http://www.cups.org/software/${MY_PV}/${MY_P}-source.tar.bz2" - KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint" + KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~m68k-mint" fi DESCRIPTION="The Common Unix Printing System" diff --git a/profiles/thirdpartymirrors b/profiles/thirdpartymirrors index 329c3b4098c8..a80b6ef71dfa 100644 --- a/profiles/thirdpartymirrors +++ b/profiles/thirdpartymirrors @@ -2,7 +2,7 @@ alsaproject ftp://ftp.alsa-project.org/pub ftp://mirrors.go-parts.com/alsa/ ftp://ftp.task.gda.pl/pub/linux/misc/alsa/ ftp://gd.tuwien.ac.at/opsys/linux/alsa/ http://mirrors.zerg.biz/alsa/ http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/ http://alsa.cybermirror.org/ http://alsa.mirror.fr/ http://gd.tuwien.ac.at/opsys/linux/alsa/ apache http://www.eu.apache.org/dist/ http://www.us.apache.org/dist/ http://mirrors.dcarsat.com.ar/apache/ http://apache.xfree.com.ar/ http://apache.dattatec.com/ http://mirror.overthewire.com.au/pub/apache/ http://apache.mirror.uber.com.au/ http://mirror.mel.bkb.net.au/pub/apache/ http://mirror.ventraip.net.au/apache/ ftp://gd.tuwien.ac.at/pub/infosys/servers/http/apache/dist/ http://tweedo.com/mirror/apache/ http://mirrors.ispros.com.bd/apache/ http://ftp.byfly.by/pub/apache.org/ ftp://apache.belnet.be/mirrors/ftp.apache.org/ http://apache.belnet.be/ http://apache.cu.be/ http://ftp.unicamp.br/pub/apache/ http://apache.igor.onlinedirect.bg/ http://apache.cbox.biz/ ftp://apache.mirror.iweb.ca/ http://apache.mirror.iweb.ca/ ftp://apache.mirror.rafal.ca/pub/apache/ http://apache.mirror.rafal.ca/ ftp://apache.sunsite.ualberta.ca/pub/apache/ http://apache.sunsite.ualberta.ca/ ftp://mirror.csclub.uwaterloo.ca/apache/ http://mirror.csclub.uwaterloo.ca/apache/ http://apache.parentingamerica.com/ http://apache.mirror.vexxhost.com/ http://apache.mirror.nexicom.net/ http://mirrors.cnnic.cn/apache/ http://apache.dataguru.cn/ http://mirror.bit.edu.cn/apache/ http://mirror.bjtu.edu.cn/apache/ http://mirrors.tuna.tsinghua.edu.cn/apache/ http://mirror.esocc.com/apache/ http://apache.etoak.com/ http://apache.fayea.com/apache-mirror/ ftp://mirrors.ucr.ac.cr/apache/ http://mirrors.ucr.ac.cr/apache/ http://ftp.carnet.hr/misc/apache/ ftp://mirror.hosting90.cz/apache/ http://mirror.hosting90.cz/apache/ http://apache.miloslavbrada.cz/ http://mirrors.rackhosting.com/apache/ http://ftp.download-by.net/apache/ http://mirrors.dotsrc.org/apache/ http://servingzone.com/mirrors/apache/ ftp://ftp.funet.fi/pub/mirrors/apache.org/ http://www.nic.funet.fi/pub/mirrors/apache.org/ http://apache.opensourcemirror.com/ http://apache.mirrors.multidist.eu/ http://wwwftp.ciril.fr/pub/apache/ http://apache.crihan.fr/dist/ ftp://mirrors.ircam.fr/pub/apache/ http://mirrors.ircam.fr/pub/apache/ http://mirrors.linsrv.net/apache/ ftp://mir1.ovh.net/ftp.apache.org/dist/ http://mir2.ovh.net/ftp.apache.org/dist/ http://apache.websitebeheerjd.nl/ http://apache.lauf-forum.at/ http://apache.mirror.clusters.cc/ http://mirror3.layerjet.com/apache/ http://mirror.softaculous.com/apache/ http://apache.mirror.digionline.de/ ftp://ftp.fu-berlin.de/unix/www/apache/ ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/ ftp://mirror.netcologne.de/apache.org/ http://mirror.netcologne.de/apache.org/ http://apache.openmirror.de/ ftp://ftp.halifax.rwth-aachen.de/apache/ http://ftp.halifax.rwth-aachen.de/apache/ http://mirror.serversupportforum.de/apache/ http://mirror.synyx.de/apache/ ftp://ftp.uni-erlangen.de/pub/mirrors/apache/ http://apache.imsam.info/ ftp://ftp.heikorichter.name/pub/apache/ http://ftp.heikorichter.name/pub/apache/ http://mirror.arcor-online.net/www.apache.org/ http://mirror.derwebwolf.net/apache/ http://apache.mirror.iphh.net/ http://artfiles.org/apache.org/ http://apache.lehtivihrea.org/ http://mirror.lwnetwork.org.uk/APACHE/ http://apache.forthnet.gr/ ftp://ftp.forthnet.gr/pub/www/apache/ http://apache.otenet.gr/dist/ http://apache.tsl.gr/ http://apache.cc.uoc.gr/ ftp://ftp.cc.uoc.gr/mirrors/apache/ http://apache.01link.hk/ http://ftp.cuhk.edu.hk/pub/packages/apache.org/ http://apache.communilink.net/ http://mirrors.devlib.org/apache/ ftp://crysys.hit.bme.hu/pub/apache/ ftp://xenia.sote.hu/pub/mirrors/www.apache.org/ http://xenia.sote.hu/ftp/mirrors/www.apache.org/ http://ftp.heanet.ie/mirrors/www.apache.org/dist/ http://apache.spd.co.il/ http://apache.mivzakim.net/ http://it.apache.contactlab.it/ ftp://mirror.nohup.it/apache/ http://mirror.nohup.it/apache/ http://apache.panu.it/ ftp://ftp.panu.it/pub/mirrors/apache/ ftp://cis.uniroma2.it/unix/packages/APACHE/ http://apache.fis.uniroma2.it/ http://apache.fastbull.org/ http://ftp.jaist.ac.jp/pub/apache/ ftp://ftp.meisei-u.ac.jp/mirror/apache/dist/ http://ftp.meisei-u.ac.jp/mirror/apache/dist/ http://ftp.yz.yamagata-u.ac.jp/pub/network/apache/ http://ftp.tsukuba.wide.ad.jp/software/apache/ ftp://ftp.kddilabs.jp/infosystems/apache/ http://ftp.kddilabs.jp/infosystems/apache/ ftp://ftp.riken.jp/net/apache/ http://ftp.riken.jp/net/apache/ http://apache.mirror.cdnetworks.com/ http://mirror.apache-kr.org/ http://mirrors.webhostinggeeks.com/apache/ http://apache.mirror.telecom.li/ http://apache.mirror.serveriai.lt/ ftp://apache.mirror.vu.lt/apache/ http://apache.mirror.vu.lt/apache/ http://apache.webxcreen.org/ http://apache.mirror.1000mbps.com/ http://mirrors.sendthisfile.com/apache/ http://apache.mirror1.spango.com/ http://mirrors.supportex.net/apache/ http://apache.hippo.nl/ http://ftp.nluug.nl/internet/apache/ ftp://apache.proserve.nl/apache/ http://apache.proserve.nl/ http://apache.cs.uu.nl/dist/ ftp://ftp.cs.uu.nl/mirror/apache.org/dist/ http://apache.xl-mirror.nl/ http://apache.insync.za.net/ ftp://apache.uib.no/pub/apache/ http://apache.uib.no/ http://apache.vianett.no/ http://apache.komsys.org/ ftp://stingray.cyber.net.pk/apache/ http://stingray.cyber.net.pk/pub/apache/ ftp://ftp.task.gda.pl/pub/www/apache/dist/ http://ftp.ps.pl/pub/apache/ ftp://mirrors.fe.up.pt/pub/apache/ http://mirrors.fe.up.pt/pub/apache/ ftp://ftp.hostingromania.ro/mirrors/apache.org/ http://mirrors.hostingromania.ro/apache.org/ http://apache-mirror.rbc.ru/pub/apache/ http://www.sai.msu.su/apache/ http://mirrors.isu.net.sa/pub/apache/ ftp://mirror.sbb.rs/apache/ http://mirror.sbb.rs/apache/ http://mirror.nus.edu.sg/apache/ http://tux.rainside.sk/apache/ http://www.apache.si/ http://apache.saix.net/ http://apache.is.co.za/ http://apache.rediris.es/ http://ftp.udc.es/apache/ http://apache.mirrors.spacedump.net/ ftp://ftp.sunet.se/pub/www/servers/apache/dist/ ftp://mirror.switch.ch/mirror/apache/dist/ http://mirror.switch.ch/mirror/apache/dist/ ftp://ftp.twaren.net/Unix/Web/apache/ http://ftp.twaren.net/Unix/Web/apache/ ftp://apache.cdpa.nsysu.edu.tw/Unix/Web/apache/ http://apache.cdpa.nsysu.edu.tw/ http://apache.stu.edu.tw/ ftp://ftp.stu.edu.tw/Unix/Web/apache/ http://ftp.tc.edu.tw/pub/Apache/ http://ftp.mirror.tw/pub/apache/ http://mirrors.issp.co.th/apache/ ftp://ftp.itu.edu.tr/Mirror/Apache/ http://ftp.itu.edu.tr/Mirror/Apache/ http://mirror.ucu.ac.ug/apache/ http://apache.cp.if.ua/ http://apache-mirror.telesys.org.ua/ http://apache.ip-connect.vn.ua/ http://mirror.catn.com/pub/apache/ http://apache.mirror.anlx.net/ http://apache.mirrors.timporter.net/ ftp://ftp.mirrorservice.org/sites/ftp.apache.org/ http://www.mirrorservice.org/sites/ftp.apache.org/ http://mirror.ox.ac.uk/sites/rsync.apache.org/ http://mirrors.ukfast.co.uk/sites/ftp.apache.org/ http://apache.mesi.com.ar/ http://www.bizdirusa.com/mirrors/apache/ http://www.carfab.com/apachesoftware/ http://mirror.cogentco.com/pub/apache/ http://mirrors.gigenet.com/apache/ http://apache.mirrors.hoobly.com/ ftp://linux-files.com/apache/ http://www.linuxtourist.com/apache/ http://www.motorlogy.com/apache/ http://download.nextag.com/apache/ ftp://apache.mirrors.pair.com/ http://apache.mirrors.pair.com/ http://www.poolsaboveground.com/apache/ http://mirror.sdunix.com/apache/ http://apache.spinellicreations.com/ http://mirror.symnds.com/software/Apache/ http://apache.tradebit.com/pub/ http://www.trieuvan.com/apache/ http://mirror.cc.columbia.edu/pub/software/apache/ http://www.gtlib.gatech.edu/pub/apache/ http://www.eng.lsu.edu/mirrors/apache/ http://psg.mtu.edu/pub/apache/ ftp://apache.cs.utah.edu/apache.org/ http://apache.cs.utah.edu/ http://apache.mirrors.lucidnetworks.net/ http://mirror.metrocast.net/apache/ http://mirror.nexcess.net/apache/ http://mirror.olnevhost.net/pub/apache/ ftp://mirror.reverse.net/pub/apache/ http://mirror.reverse.net/pub/apache/ http://mirrors.sonic.net/apache/ http://mirror.tcpdiag.net/apache/ ftp://apache.mirrors.tds.net/pub/apache.org/ http://apache.mirrors.tds.net/ http://apache.claz.org/ http://mirrors.ibiblio.org/apache/ http://apache.osuosl.org/ ftp://ftp.osuosl.org/pub/apache/ http://apache.petsads.us/ http://mirrors.digipower.vn/apache/ berlios http://download2.berlios.de http://download.berlios.de -cpan http://search.cpan.org/CPAN http://www.cpan.org +cpan http://cpan.metacpan.org http://search.cpan.org/CPAN http://www.cpan.org cran http://cran.au.r-project.org http://cran.r-project.org http://cran.us.r-project.org debian http://ftp.au.debian.org/debian http://ftp.at.debian.org/debian http://ftp.be.debian.org/debian http://ftp.ba.debian.org/debian http://ftp.br.debian.org/debian http://ftp.bg.debian.org/debian http://ftp.ca.debian.org/debian http://ftp.cl.debian.org/debian http://ftp.hr.debian.org/debian http://ftp.cz.debian.org/debian http://ftp.dk.debian.org/debian http://ftp.ee.debian.org/debian http://ftp.fi.debian.org/debian http://ftp.fr.debian.org/debian http://ftp2.fr.debian.org/debian http://ftp.de.debian.org/debian http://ftp2.de.debian.org/debian http://ftp.uk.debian.org/debian http://ftp.gr.debian.org/debian http://ftp.hk.debian.org/debian http://ftp.hu.debian.org/debian http://ftp.is.debian.org/debian http://ftp.ie.debian.org/debian http://ftp.it.debian.org/debian http://ftp.jp.debian.org/debian http://ftp2.jp.debian.org/debian http://ftp.kr.debian.org/debian http://ftp.mx.debian.org/debian http://ftp.nl.debian.org/debian http://ftp.nc.debian.org/debian http://ftp.nz.debian.org/debian http://ftp.no.debian.org/debian http://ftp.pl.debian.org/debian http://ftp.pt.debian.org/debian http://ftp.ro.debian.org/debian http://ftp.ru.debian.org/debian http://ftp.sk.debian.org/debian http://ftp.si.debian.org/debian http://ftp.es.debian.org/debian http://ftp.se.debian.org/debian http://ftp.ch.debian.org/debian http://ftp.tw.debian.org/debian http://ftp.th.debian.org/debian http://ftp.tr.debian.org/debian http://ftp.ua.debian.org/debian http://ftp.us.debian.org/debian fedora-dev http://mirror.aarnet.edu.au/pub/fedora/linux http://mirror.internode.on.net/pub/fedora/linux http://mirror.pacific.net.au/linux/fedora/linux http://ftp.belnet.be/linux/fedora/linux http://gulus.usherbrooke.ca/pub/distro/fedora/linux http://sunsite.mff.cuni.cz/MIRRORS/fedora.redhat.com/linux http://ftp.fi.muni.cz/pub/linux/fedora/linux http://mirror.karneval.cz/pub/linux/fedora/linux http://ftp-stud.hs-esslingen.de/pub/fedora/linux http://fedora.tu-chemnitz.de/pub/linux/fedora/linux http://ftp.uni-bayreuth.de/linux/fedora/linux ftp://ftp.uni-bayreuth.de/pub/linux/fedora/linux http://www.jur-linux.org/download/fedora http://ftp.crc.dk/fedora/linux ftp://ftp.crc.dk/pub/mirrors/fedora/linux http://ftp.cica.es/fedora/linux http://ftp.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux ftp://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux http://mirrors.ircam.fr/pub/fedora/linux ftp://ftp.proxad.net/mirrors/fedora.redhat.com/fedora/linux http://ftp.lip6.fr/ftp/pub/linux/distributions/fedora http://fr2.rpmfind.net/linux/fedora ftp://ftp.ciril.fr/pub/linux/fedora/linux http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux ftp://ftp.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux ftp://ftp.otenet.gr/pub/linux/fedora/linux http://ftp.rhnet.is/pub/fedora/linux http://ftp.iij.ad.jp/pub/linux/fedora http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux http://ftp.SURFnet.nl/pub/os/Linux/distr/fedora/linux ftp://ftp.tudelft.nl/pub/Linux/download.fedora.redhat.com/linux ftp://alviss.et.tudelft.nl/pub/fedora/linux ftp://ftp.pbone.net/pub/fedora/linux http://ftp.ps.pl/pub/Linux/fedora-linux http://sunsite.icm.edu.pl/pub/Linux/fedora/linux http://mirror.yandex.ru/fedora/linux http://ftp.chg.ru/pub/Linux/fedora/linux http://ftp.upjs.sk/pub/fedora/linux ftp://ftp.linux.org.tr/pub/fedora/linux http://fedora.mirror.iweb.ca http://limestone.uoregon.edu/ftp/fedora/linux ftp://limestone.uoregon.edu/fedora/linux ftp://mirror.cs.princeton.edu/pub/mirrors/fedora/linux http://mirror.cc.vt.edu/pub/fedora/linux http://mirrors.kernel.org/fedora ftp://ftp.applios.net/pub/fedora/linux http://mirror.linux.duke.edu/pub/fedora/linux http://mirror.hiwaay.net/pub/fedora/linux http://linux.nssl.noaa.gov/fedora/linux http://www.gtlib.gatech.edu/pub/fedora.redhat/linux ftp://ftp.gtlib.gatech.edu/pub/fedora.redhat/linux http://ftp.linux.ncsu.edu/pub/fedora/linux http://kdeforge.unl.edu/mirrors/fedora/linux http://mirrors.cat.pdx.edu/fedora/linux http://mirrors.usc.edu/pub/linux/distributions/fedora/linux ftp://ftp.cse.buffalo.edu/pub/Linux/fedora/linux ftp://fedora.bu.edu http://fedora.mirrors.tds.net/pub/fedora diff --git a/sys-apps/baselayout-java/baselayout-java-0.1.0.ebuild b/sys-apps/baselayout-java/baselayout-java-0.1.0.ebuild index c06146aa48c3..301804ea493c 100644 --- a/sys-apps/baselayout-java/baselayout-java-0.1.0.ebuild +++ b/sys-apps/baselayout-java/baselayout-java-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-java/baselayout-java-0.1.0.ebuild,v 1.7 2014/05/23 23:57:55 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-java/baselayout-java-0.1.0.ebuild,v 1.9 2014/09/19 09:37:49 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~sera/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="!result); ++#else ++ fprintf(stderr, "Tcl_Init error: %s", ++ Tcl_GetStringResult(interp)); ++#endif + } + + #if TCLX +@@ -2216,8 +2221,14 @@ tcl_init(void) + if (Tclx_Init(interp) == TCL_ERROR) + { + #endif ++ ++#if TCL_MAJOR_VERSION <=8 && TCL_MINOR_VERSION < 6 + fprintf(stderr, "Tclx_Init error: %s", + interp->result); ++#else ++ fprintf(stderr, "Tclx_Init error: %s", ++ Tcl_GetStringResult(interp)); ++#endif + } + + #endif /* TCLX */ +@@ -2328,15 +2339,22 @@ void tcl_run( + + if (f_opt && Tcl_EvalFile(interp, script) != TCL_OK) + { +- char *trace; ++ const char *trace; + + trace = (char *)Tcl_GetVar(interp, "errorInfo", 0); + + if (trace == NULL) ++#if TCL_MAJOR_VERSION <=8 && TCL_MINOR_VERSION < 6 + trace = interp->result; + + fprintf(stderr, "%s: TCL error @ line %d: %s\n", + script, interp->errorLine, trace); ++#else ++ trace = Tcl_GetStringResult(interp); ++ ++ fprintf(stderr, "%s: TCL error @ line %d: %s\n", ++ script, Tcl_GetErrorLine(interp), trace); ++#endif + } + + Tcl_DeleteInterp(interp); +diff --git a/src/scheduler.tcl/pbs_tclWrap.c b/src/scheduler.tcl/pbs_tclWrap.c +index 3eea0b0..7d0d610 100644 +--- a/src/scheduler.tcl/pbs_tclWrap.c ++++ b/src/scheduler.tcl/pbs_tclWrap.c +@@ -935,8 +935,13 @@ int PBS_ReRun( + + if (argc != 2) + { ++#if TCL_MAJOR_VERSION <=8 && TCL_MINOR_VERSION < 6 + sprintf(interp->result, + "%s: wrong # args: job_id", argv[0]); ++#else ++ Tcl_SetObjResult(interp, Tcl_ObjPrintf( ++ "%s: wrong # args: job_id", argv[0])); ++#endif + return TCL_ERROR; + } + +@@ -947,11 +952,19 @@ int PBS_ReRun( + return TCL_OK; + } + ++#if TCL_MAJOR_VERSION <=8 && TCL_MINOR_VERSION < 6 + interp->result = strdup("0"); ++#else ++ Tcl_SetResult(interp, "0", TCL_STATIC); ++#endif + + if (pbs_rerunjob_err(connector, strdup(argv[1]), extend, &local_errno)) + { ++#if TCL_MAJOR_VERSION <=8 && TCL_MINOR_VERSION < 6 + interp->result = strdup("-1"); ++#else ++ Tcl_SetResult(interp, "-1", TCL_STATIC); ++#endif + msg = pbs_geterrmsg(connector); + sprintf(log_buffer, "%s (%d)", msg ? msg : fail, local_errno); + log_err(-1, argv[0], log_buffer); diff --git a/sys-cluster/torque/torque-4.2.9.ebuild b/sys-cluster/torque/torque-4.2.9.ebuild new file mode 100644 index 000000000000..7565dc147e9a --- /dev/null +++ b/sys-cluster/torque/torque-4.2.9.ebuild @@ -0,0 +1,220 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.2.9.ebuild,v 1.1 2014/09/19 06:46:17 jlec Exp $ + +EAPI=5 + +inherit flag-o-matic eutils linux-info + +DESCRIPTION="Resource manager and queuing system based on OpenPBS" +HOMEPAGE="http://www.adaptivecomputing.com/products/open-source/torque" +# TODO: hopefully moving to github tags soon +# http://www.supercluster.org/pipermail/torquedev/2013-May/004519.html +SRC_URI="http://www.adaptivecomputing.com/index.php?wpfb_dl=2849 -> ${P}.tar.gz" + +LICENSE="torque-2.5" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk" + +DEPEND_COMMON=" + sys-libs/ncurses + sys-libs/readline + cpusets? ( sys-apps/hwloc ) + munge? ( sys-auth/munge ) + nvidia? ( >=x11-drivers/nvidia-drivers-275 ) + tk? ( dev-lang/tk ) + syslog? ( virtual/logger ) + !games-util/qstat" + +DEPEND="${DEPEND_COMMON} + !sys-cluster/slurm" + +RDEPEND="${DEPEND_COMMON} + crypt? ( net-misc/openssh ) + !crypt? ( net-misc/netkit-rsh )" + +pkg_setup() { + PBS_SERVER_HOME="${PBS_SERVER_HOME:-/var/spool/${PN}}" + + # Find a Torque server to use. Check environment, then + # current setup (if any), and fall back on current hostname. + if [ -z "${PBS_SERVER_NAME}" ]; then + if [ -f "${ROOT}${PBS_SERVER_HOME}/server_name" ]; then + PBS_SERVER_NAME="$(<${ROOT}${PBS_SERVER_HOME}/server_name)" + else + PBS_SERVER_NAME=$(hostname -f) + fi + fi + + USE_CPUSETS="--disable-cpuset" + if use cpusets; then + if ! use kernel_linux; then + einfo + elog " Torque currently only has support for cpusets in linux." + elog "Assuming you didn't really want this USE flag." + einfo + else + linux-info_pkg_setup + if ! linux_config_exists || ! linux_chkconfig_present CPUSETS; then + einfo + elog " Torque support for cpusets will require that you recompile" + elog "your kernel with CONFIG_CPUSETS enabled." + einfo + fi + USE_CPUSETS="--enable-cpuset" + fi + fi +} + +src_prepare() { + # Unused and causes breakage when switching from glibc to tirpc. + # https://github.com/adaptivecomputing/torque/pull/148 + sed -i '/rpc\/rpc\.h/d' src/lib/Libnet/net_client.c || die + + # We install to a valid location, no need to muck with ld.so.conf + # --without-loadlibfile is supposed to do this for us... + sed -i '/mk_default_ld_lib_file || return 1/d' buildutils/pbs_mkdirs.in || die + + epatch "${FILESDIR}"/${P}-tcl8.6.patch +} + +src_configure() { + local myconf="--with-rcp=mom_rcp" + + use crypt && myconf="--with-rcp=scp" + + econf \ + $(use_enable tk gui) \ + $(use_enable syslog) \ + $(use_enable server) \ + $(use_enable drmaa) \ + $(use_enable munge munge-auth) \ + $(use_enable nvidia nvidia-gpus) \ + --with-server-home=${PBS_SERVER_HOME} \ + --with-environ=/etc/pbs_environment \ + --with-default-server=${PBS_SERVER_NAME} \ + --disable-gcc-warnings \ + --with-tcp-retry-limit=2 \ + --without-loadlibfile \ + ${USE_CPUSETS} \ + ${myconf} +} + +src_install() { + local dir + + DOCS=( CHANGELOG README.* Release_Notes ) + use doc && DOCS+=( doc/admin_guide.ps doc/*.pdf ) + + default + + # The build script isn't alternative install location friendly, + # So we have to fix some hard-coded paths in tclIndex for xpbs* to work + for file in $(find "${ED}" -iname tclIndex); do + sed \ + -e "s/${ED//\// }/ /" \ + -i "${file}" || die + done + + for dir in $(find "${ED}/${PBS_SERVER_HOME}" -type d); do + keepdir "${dir#${ED}}" + done + + if use server; then + newinitd "${FILESDIR}"/pbs_server-init.d-munge pbs_server + newinitd "${FILESDIR}"/pbs_sched-init.d pbs_sched + fi + newinitd "${FILESDIR}"/pbs_mom-init.d-munge pbs_mom + newconfd "${FILESDIR}"/${PN}-conf.d-munge ${PN} + newinitd "${FILESDIR}"/trqauthd-init.d trqauthd + newenvd "${FILESDIR}"/${PN}-env.d 25${PN} +} + +pkg_preinst() { + if [[ -f "${ROOT}etc/pbs_environment" ]]; then + cp "${ROOT}etc/pbs_environment" "${ED}"/etc/pbs_environment || die + fi + + if [[ -f "${ROOT}${PBS_SERVER_HOME}/server_priv/nodes" ]]; then + cp \ + "${EROOT}${PBS_SERVER_HOME}/server_priv/nodes" \ + "${ED}/${PBS_SERVER_HOME}/server_priv/nodes" || die + fi + + echo "${PBS_SERVER_NAME}" > "${ED}${PBS_SERVER_HOME}/server_name" || die + + # Fix up the env.d file to use our set server home. + sed \ + -e "s:/var/spool/${PN}:${PBS_SERVER_HOME}:g" \ + -i "${ED}"/etc/env.d/25${PN} || die + + if use munge; then + sed -i 's,\(PBS_USE_MUNGE=\).*,\11,' "${ED}"/etc/conf.d/${PN} || die + fi +} + +pkg_postinst() { + elog " If this is the first time torque has been installed, then you are not" + elog "ready to start the server. Please refer to the documentation located at:" + elog "http://www.clusterresources.com/wiki/doku.php?id=torque:torque_wiki" + echo "" + elog " For a basic setup, you may use emerge --config ${PN}" + echo "" + if [[ -z "${REPLACING_VERSIONS}" ]] || [[ ${REPLACING_VERSIONS} < 4 ]]; then + elog "Important 4.0+ updates" + elog " - The on-wire protocol version has been changed." + elog " Versions of Torque before 4.0.0 are no longer able to communicate." + elog " - pbs_iff has been replaced by trqauthd, you will now need to add" + elog " trqauthd to your default runlevel." + fi +} + +# root will be setup as the primary operator/manager, the local machine +# will be added as a node and we'll create a simple queue, batch. +pkg_config() { + local h="$(echo "${ROOT}/${PBS_SERVER_HOME}" | sed 's:///*:/:g')" + local rc=0 + + ebegin "Configuring Torque" + einfo "Using ${h} as the pbs homedir" + einfo "Using ${PBS_SERVER_NAME} as the pbs_server" + + # Check for previous configuration and bail if found. + if [ -e "${h}/server_priv/acl_svr/operators" ] \ + || [ -e "${h}/server_priv/nodes" ] \ + || [ -e "${h}/mom_priv/config" ]; then + ewarn "Previous Torque configuration detected. Press Enter to" + ewarn "continue or Control-C to abort now" + read + fi + + # pbs_mom configuration. + echo "\$pbsserver ${PBS_SERVER_NAME}" > "${h}/mom_priv/config" || die + echo "\$logevent 255" >> "${h}/mom_priv/config" || die + + if use server; then + local qmgr="${EROOT}/usr/bin/qmgr -c" + # pbs_server bails on repeated backslashes. + if ! "${EROOT}"/usr/sbin/pbs_server -f -d "${h}" -t create; then + eerror "Failed to start pbs_server" + rc=1 + else + ${qmgr} "set server operators = root@$(hostname -f)" ${PBS_SERVER_NAME} \ + && ${qmgr} "create queue batch" ${PBS_SERVER_NAME} \ + && ${qmgr} "set queue batch queue_type = Execution" ${PBS_SERVER_NAME} \ + && ${qmgr} "set queue batch started = True" ${PBS_SERVER_NAME} \ + && ${qmgr} "set queue batch enabled = True" ${PBS_SERVER_NAME} \ + && ${qmgr} "set server default_queue = batch" ${PBS_SERVER_NAME} \ + && ${qmgr} "set server resources_default.nodes = 1" ${PBS_SERVER_NAME} \ + && ${qmgr} "set server scheduling = True" ${PBS_SERVER_NAME} \ + || die + + "${EROOT}"/usr/bin/qterm -t quick ${PBS_SERVER_NAME} || rc=1 + + # Add the local machine as a node. + echo "$(hostname -f) np=1" > "${h}/server_priv/nodes" || die + fi + fi + eend ${rc} +} diff --git a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild index 364effe422a5..cff2bebbcfa3 100644 --- a/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild,v 1.9 2014/09/13 11:38:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-1.6.5.ebuild,v 1.10 2014/09/19 08:58:50 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -14,7 +14,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/v$(get_version_component_range 1-2)/$ LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" CRYPTO_BACKENDS="+gcrypt kernel nettle openssl" # we don't support nss since it doesn't allow cryptsetup to be built statically # and it's missing ripemd160 support so it can't provide full backward compatibility diff --git a/sys-fs/udev/udev-216.ebuild b/sys-fs/udev/udev-216.ebuild index 52557bde7a27..90162210aef6 100644 --- a/sys-fs/udev/udev-216.ebuild +++ b/sys-fs/udev/udev-216.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-216.ebuild,v 1.4 2014/09/17 14:09:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-216.ebuild,v 1.5 2014/09/19 09:00:14 ssuominen Exp $ EAPI=5 @@ -18,7 +18,7 @@ else http://dev.gentoo.org/~ssuominen/${P}-patches-${patchset}.tar.xz http://dev.gentoo.org/~williamh/dist/${P}-patches-${patchset}.tar.xz" fi - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 46aded15fbf6..187839ee6858 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.319 2014/08/31 14:14:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.320 2014/09/19 08:55:21 ssuominen Exp $ EAPI=5 @@ -88,15 +88,23 @@ check_default_rules() { } pkg_setup() { - CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET ~!FW_LOADER_USER_HELPER" - linux-info_pkg_setup + if [[ ${MERGE_TYPE} != buildonly ]]; then + CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET ~!FW_LOADER_USER_HELPER" + linux-info_pkg_setup - # CONFIG_FHANDLE was introduced by 2.6.39 - local MINKV=2.6.39 + # CONFIG_FHANDLE was introduced by 2.6.39 + local MINKV=2.6.39 - if kernel_is -lt ${MINKV//./ }; then - eerror "Your running kernel is too old to run this version of ${P}" - eerror "You need to upgrade kernel at least to ${MINKV}" + if kernel_is -lt ${MINKV//./ }; then + eerror "Your running kernel is too old to run this version of ${P}" + eerror "You need to upgrade kernel at least to ${MINKV}" + fi + + if kernel_is -lt 3 7; then + ewarn "Your running kernel is too old to have firmware loader and" + ewarn "this version of ${P} doesn't have userspace firmware loader" + ewarn "If you need firmware support, you need to upgrade kernel at least to 3.7" + fi fi } diff --git a/virtual/ruby-ffi/ruby-ffi-2.ebuild b/virtual/ruby-ffi/ruby-ffi-2.ebuild index e8c951c56c78..e736152a1ad9 100644 --- a/virtual/ruby-ffi/ruby-ffi-2.ebuild +++ b/virtual/ruby-ffi/ruby-ffi-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ffi/ruby-ffi-2.ebuild,v 1.6 2014/08/13 18:47:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ffi/ruby-ffi-2.ebuild,v 1.7 2014/09/19 09:28:46 jer Exp $ EAPI=2 USE_RUBY="ruby19 ruby20 jruby" @@ -13,7 +13,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="ruby_targets_ruby19? ( dev-ruby/ffi[ruby_targets_ruby19] ) diff --git a/x11-libs/qwt/Manifest b/x11-libs/qwt/Manifest index 293a7ce58644..9e525a251c25 100644 --- a/x11-libs/qwt/Manifest +++ b/x11-libs/qwt/Manifest @@ -1,3 +1,4 @@ DIST qwt-5.2.3.tar.bz2 1983725 SHA256 37feaf306753230b0d8538b4ff9b255c6fddaa3d6609ec5a5cc39a5a4d020ab7 SHA512 60545712790699b145a54baba4c40802d9a58bf5f68f997faed5027db6773a801097be8675e00b2af1de568e36e2e498db0a0310ac4877fd9f2b52871409dd49 WHIRLPOOL 01969f3e52c687b8db211c81c0865762fe908e49255f3517fc4731a8d3e6e1c738a8d18b8a43d8035314832693277cdc6303db2c5151be1385238812e6248ff6 DIST qwt-6.0.0.tar.bz2 2723203 SHA256 d041d63029ea5f6a64d06be9bfe788e5d8bed8bac1fa129d82466aa09ab4092e SHA512 ccf662bebdef92581b14e5d0e4cf729f803c88345e9fcc7c2da0a64c55cc282386bf2eedc9bac948c74ca47b8453c7dfdeb2847b4d4cb9bdd6d1273875c6db12 WHIRLPOOL 4dee762cb956eb207f8d1fac0fc183e928783f0b1921ba87b216cf0d6dbaffa5231b902e608efaca4c9e17be92698ed2463e4c79d6306bfbd3056645143a0250 DIST qwt-6.1.0.tar.bz2 3468850 SHA256 a7e3d9f1db917d186a973c5f04a316bc9607c7c35794d7a16de323aba5e17402 SHA512 5c5c8309debad1829cb59cf1c941b66306153a25b2027d674a2cfa5a150bfdd3823a1b6ed9df3b326bacc1dc7d1b6c301b1fd5bcebf7ff51cfa74b76a55f30bc WHIRLPOOL 590e0078c724c1df7e9f2705f8be08973b8ea8f8aa338f1e782946360dd88c04a6b0003971eb93a6321bdcc778d73d651ee3d4c512d318d846f69a9484963964 +DIST qwt-6.1.1.tar.bz2 3531116 SHA256 9ac2a7f1f699a24cbd4c69b0128ce387bdfa9ed93b689c0ff4387cbc11d7c17f SHA512 7205c618ff0562aab201c3e64d181ba958695afd409b41a51880e871161ce5c932b46c7eda8110779f4fcdfb6caade15b261e64cef62b9b67b58796615f2dba1 WHIRLPOOL a0c50f9c0ce71b058f18f1f776147e719110491ece4bb5ea92a4890218378122a292c02c4405e097f9a5c5a321194c341c2e8b0e8b3bbf2ddac07803c0b8cb4e diff --git a/x11-libs/qwt/qwt-6.1.0.ebuild b/x11-libs/qwt/qwt-6.1.0.ebuild index 732ff05806a8..e73ca3342a4d 100644 --- a/x11-libs/qwt/qwt-6.1.0.ebuild +++ b/x11-libs/qwt/qwt-6.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.1.0.ebuild,v 1.10 2014/01/06 09:41:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-6.1.0.ebuild,v 1.11 2014/09/19 10:22:13 jlec Exp $ EAPI=5 @@ -19,7 +19,7 @@ IUSE="doc examples mathml static-libs svg" DEPEND=" ! qwtconfig.pri <<-EOF + QWT_INSTALL_LIBS = "${EPREFIX}/usr/$(get_libdir)" + QWT_INSTALL_HEADERS = "${EPREFIX}/usr/include/qwt6" + QWT_INSTALL_DOCS = "${EPREFIX}/usr/share/doc/${PF}" + QWT_CONFIG += QwtPlot QwtWidgets QwtDesigner QwtPkgConfig + VERSION = ${PV/_*} + QWT_VERSION = ${PV/_*} + QWT_INSTALL_PLUGINS = "${EPREFIX}/usr/$(get_libdir)/qt4/plugins/designer" + QWT_INSTALL_FEATURES = "${EPREFIX}/usr/share/qt4/mkspecs/features" + EOF + + use mathml && echo "QWT_CONFIG += QwtMathML" >> qwtconfig.pri + use svg && echo "QWT_CONFIG += QwtSvg" >> qwtconfig.pri + + cat > qwtbuild.pri <<-EOF + QWT_CONFIG += qt warn_on thread release no_keywords + EOF + + sed \ + -e 's/target doc/target/' \ + -e "/^TARGET/s:(qwt):(qwt6):g" \ + -i src/src.pro || die + + sed \ + -e '/qwtAddLibrary/s:(qwt):(qwt6):g' \ + -i qwt.prf designer/designer.pro examples/examples.pri \ + textengines/mathml/qwtmathml.prf textengines/textengines.pri || die + + MULTIBUILD_VARIANTS=( ) + use static-libs && MULTIBUILD_VARIANTS+=( static ) + MULTIBUILD_VARIANTS+=( shared ) + + qt4-r2_src_prepare + + multibuild_copy_sources + preparation() { + [[ ${MULTIBUILD_VARIANT} == shared ]] && \ + echo "QWT_CONFIG += QwtDll" >> "${BUILD_DIR}"/qwtconfig.pri + } + + multibuild_foreach_variant preparation +} + +src_configure() { + multibuild_parallel_foreach_variant run_in_build_dir qt4-r2_src_configure +} + +src_compile() { + multibuild_foreach_variant run_in_build_dir qt4-r2_src_compile +} + +src_test() { + testing() { + cd examples || die + eqmake4 examples.pro + emake + } + multibuild_foreach_variant run_in_build_dir testing +} + +src_install () { + rm -f doc/man/*/{_,deprecated}* || die + multibuild_foreach_variant run_in_build_dir qt4-r2_src_install + + use doc && dohtml -r doc/html/* + + if use examples; then + # don't build examples - fix the qt files to build once installed + cat > examples/examples.pri <<-EOF + include( qwtconfig.pri ) + TEMPLATE = app + MOC_DIR = moc + INCLUDEPATH += "${EPREFIX}/usr/include/qwt6" + DEPENDPATH += "${EPREFIX}/usr/include/qwt6" + LIBS += -lqwt6 + EOF + sed -i -e 's:../qwtconfig:qwtconfig:' examples/examples.pro || die + cp *.pri examples/ || die + insinto /usr/share/${PN}6 + doins -r examples + fi +}