diff --git a/app-admin/perl-cleaner/Manifest b/app-admin/perl-cleaner/Manifest index 53e571680c9e..2a09abaeeeae 100644 --- a/app-admin/perl-cleaner/Manifest +++ b/app-admin/perl-cleaner/Manifest @@ -1,3 +1,2 @@ DIST perl-cleaner-2.16.tar.bz2 6069 SHA256 b54f7bd0dc8e60c08ac3de242cf157c21dbce1cfb8fc9c525b3d6cca88915ae3 SHA512 d2e03e473754b7730a6275cc743414fbb48a9fcb6a7a7dbef1fae73acb609b1b9f06eb33261505e1309fc79074303b7c29b6bd80b3bc79b40d27fc94d9b2cb09 WHIRLPOOL d240e0946a924a4d4984a2c7cc82e54de91e3c05ebf6a29fe154a557ff475da3503eb99a054f26ceda13ec61b87b8b2fe63c367c441b2b3cb6f7c34cf14f3165 -DIST perl-cleaner-2.18.tar.bz2 6719 SHA256 43ee3b071f8f21410e8586500af90681363248695801c46ec37dfe3fbecc25d7 SHA512 d6216e4246a59a5d9c08bfec5763e4566736c1641f17ad45df84392169622b94edec242f3fc37b65ad767330fc0a64967c94fc520697da056f735909132e4ede WHIRLPOOL c77590201847002ce943caaa9c495eea9411586f541ed4607f229496f066cc63f40993e0a5aed89ed10b36b5d8e509943a9c89e953531c1854725eb260221243 DIST perl-cleaner-2.19.tar.bz2 6558 SHA256 03c50ffcfa70081501584de3fc33f634d7a0404ff6adee50c85af6323dc476fa SHA512 404fb5742af929a41f5033dbba066ebcfa1e1bee3f5340d3f732e3eb5cae4dd6d427cca8b6e1ec23e6154c14c36a2e6154be17ec98022422cf44c50984e74973 WHIRLPOOL 64816a6f28299370bc9e5a0469062746d7c6b93ad83f98e3a7656bd5515fb82e16375fadaf1c76b01a901220b4844ef236f744026dcf8489dea859621aec6ea8 diff --git a/app-admin/perl-cleaner/perl-cleaner-2.18.ebuild b/app-admin/perl-cleaner/perl-cleaner-2.18.ebuild deleted file mode 100644 index e99cb0c88f2a..000000000000 --- a/app-admin/perl-cleaner/perl-cleaner-2.18.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/perl-cleaner/perl-cleaner-2.18.ebuild,v 1.1 2014/12/13 20:24:15 dilfridge Exp $ - -EAPI=5 - -DESCRIPTION="User land tool for cleaning up old perl installs" -HOMEPAGE="http://www.gentoo.org/proj/en/perl/" - -if [[ "${PV}" == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="http://github.com/gentoo-perl/perl-cleaner.git" -else - SRC_URI="mirror://gentoo/${P}.tar.bz2 http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -[[ "${PV}" == "9999" ]] && DEPEND="sys-apps/help2man" - -RDEPEND="app-shells/bash - || ( >=sys-apps/coreutils-8.15 app-misc/realpath sys-freebsd/freebsd-bin ) - dev-lang/perl - || ( - ( sys-apps/portage app-portage/portage-utils ) - sys-apps/pkgcore - sys-apps/paludis - ) -" - -src_install() { - dosbin perl-cleaner - doman perl-cleaner.1 -} diff --git a/app-cdr/xbiso/files/xbiso-0.6.1-libs.patch b/app-cdr/xbiso/files/xbiso-0.6.1-libs.patch new file mode 100644 index 000000000000..5b48ba674230 --- /dev/null +++ b/app-cdr/xbiso/files/xbiso-0.6.1-libs.patch @@ -0,0 +1,21 @@ +--- configure.in.orig 2014-12-02 18:56:23.000000000 +0300 ++++ configure.in 2014-12-02 19:09:46.724190436 +0300 +@@ -6,13 +6,13 @@ + + dnl Checks for libraries. + dnl Replace `main' with a function in -lftp: +-AC_CHECK_LIB(ftp, main,[LIBS="-DUSE_FTP -lftp"],AC_MSG_WARN([Warning libftp not found ftp features disabled])) + AC_CHECK_LIB(m, ceil,[LIBS="$LIBS -lm"],AC_MSG_ERROR([Error mlib is required])) +-AC_ARG_ENABLE(ftp, +-[ ++AC_ARG_ENABLE([ftp], ++ AS_HELP_STRING([--disable-ftp],[Disables all ftp features and libftp dependencies])) + +- --disable-ftp Disables all ftp features and libftp dependencies +-],[LIBS=""]) ++AS_IF([test "x$enable_ftp" != "xno"], [ ++ AC_SEARCH_LIBS([FtpInit],[ftp],[CPPFLAGS+="-DUSE_FTP"],AC_MSG_ERROR([libftp not found])) ++]) + + dnl Checks for header files. + AC_CONFIG_HEADERS([config.h:config.h.in]) diff --git a/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild b/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild new file mode 100644 index 000000000000..8cca0f593471 --- /dev/null +++ b/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.1-r2.ebuild,v 1.1 2015/01/10 06:01:22 bircoph Exp $ + +EAPI=5 +inherit autotools eutils flag-o-matic + +DESCRIPTION="Xbox xdvdfs ISO extraction utility" +HOMEPAGE="http://sourceforge.net/projects/xbiso/" +SRC_URI="mirror://sourceforge/xbiso/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="ftp" + +RDEPEND="ftp? ( +Date: Wed, 7 Jan 2015 14:43:37 +0200 +Subject: [PATCH] Add more EC conditionals + +Upstream bug: +https://sourceforge.net/p/xca/patches/16/ + +--- + lib/pki_scard.cpp | 12 ++++++++++++ + widgets/MW_help.cpp | 2 +- + widgets/NewKey.cpp | 2 +- + 3 files changed, 14 insertions(+), 2 deletions(-) + +diff --git a/lib/pki_scard.cpp b/lib/pki_scard.cpp +index 444c81d..547c932 100644 +--- a/lib/pki_scard.cpp ++++ b/lib/pki_scard.cpp +@@ -237,7 +237,9 @@ pk11_attlist pki_scard::objectAttributesNoId(EVP_PKEY *pk, bool priv) const + QByteArray ba; + RSA *rsa = pk->pkey.rsa; + DSA *dsa = pk->pkey.dsa; ++#ifndef OPENSSL_NO_EC + EC_KEY *ec = pk->pkey.ec; ++#endif + + pk11_attlist attrs(pk11_attr_ulong(CKA_CLASS, + priv ? CKO_PRIVATE_KEY : CKO_PUBLIC_KEY)); +@@ -254,6 +256,7 @@ pk11_attlist pki_scard::objectAttributesNoId(EVP_PKEY *pk, bool priv) const + pk11_attr_data(CKA_SUBPRIME, dsa->q, false) << + pk11_attr_data(CKA_BASE, dsa->g, false); + break; ++#ifndef OPENSSL_NO_EC + case EVP_PKEY_EC: + ba = i2d_bytearray(I2D_VOID(i2d_ECPKParameters), + EC_KEY_get0_group(ec)); +@@ -261,6 +264,7 @@ pk11_attlist pki_scard::objectAttributesNoId(EVP_PKEY *pk, bool priv) const + attrs << pk11_attr_ulong(CKA_KEY_TYPE, CKK_EC) << + pk11_attr_data(CKA_EC_PARAMS, ba); + break; ++#endif + default: + throw errorEx(QString("Unkown Keytype %d").arg(pk->type)); + +@@ -330,7 +334,9 @@ void pki_scard::store_token(slotid slot, EVP_PKEY *pkey) + QByteArray ba; + RSA *rsa = pkey->pkey.rsa; + DSA *dsa = pkey->pkey.dsa; ++#ifndef OPENSSL_NO_EC + EC_KEY *ec = pkey->pkey.ec; ++#endif + pk11_attlist pub_atts; + pk11_attlist priv_atts; + QList objects; +@@ -381,6 +387,7 @@ void pki_scard::store_token(slotid slot, EVP_PKEY *pkey) + priv_atts << pk11_attr_data(CKA_VALUE, dsa->priv_key, false); + pub_atts << pk11_attr_data(CKA_VALUE, dsa->pub_key, false); + break; ++#ifndef OPENSSL_NO_EC + case EVP_PKEY_EC: { + /* Public Key */ + BIGNUM *point; +@@ -410,6 +417,7 @@ void pki_scard::store_token(slotid slot, EVP_PKEY *pkey) + EC_KEY_get0_private_key(ec)); + break; + } ++#endif + default: + throw errorEx(QString("Unkown Keytype %d").arg(pkey->type)); + +@@ -459,11 +467,13 @@ QList pki_scard::possibleHashNids() + case CKM_DSA_SHA1: nids << NID_sha1; break; + } + break; ++#ifndef OPENSSL_NO_EC + case EVP_PKEY_EC: + switch (mechanism) { + case CKM_ECDSA_SHA1: nids << NID_sha1; break; + } + break; ++#endif + } + } + if (nids.count() == 0) { +@@ -473,7 +483,9 @@ QList pki_scard::possibleHashNids() + NID_sha384 << NID_sha512 << NID_ripemd160; + break; + case EVP_PKEY_DSA: ++#ifndef OPENSSL_NO_EC + case EVP_PKEY_EC: ++#endif + nids << NID_sha1; + break; + } +diff --git a/widgets/MW_help.cpp b/widgets/MW_help.cpp +index 67faa2a..c13c309 100644 +--- a/widgets/MW_help.cpp ++++ b/widgets/MW_help.cpp +@@ -65,7 +65,7 @@ void MainWindow::about() + } + #endif + #else +- brainpool = "(Elliptic Curve Cryptography support disabled)" ++ brainpool = "(Elliptic Curve Cryptography support disabled)"; + #endif + openssl = SSLeay_version(SSLEAY_VERSION); + qt = qVersion(); +diff --git a/widgets/NewKey.cpp b/widgets/NewKey.cpp +index 824456d..0dba2c2 100644 +--- a/widgets/NewKey.cpp ++++ b/widgets/NewKey.cpp +@@ -79,8 +79,8 @@ class keyListItem + */ + ec_flags = CKF_EC_F_P | CKF_EC_F_2M; + } +- } + #endif ++ } + printname = QString("%1 #%2 (%3 Key of %4 - %5 bits)"). + arg(ti.label()).arg(ti.serial()). + arg(tl->name). +-- +2.0.5 + diff --git a/app-crypt/xca/xca-1.1.0.ebuild b/app-crypt/xca/xca-1.1.0.ebuild index a7e8eaee2809..b83bc9ea4a85 100644 --- a/app-crypt/xca/xca-1.1.0.ebuild +++ b/app-crypt/xca/xca-1.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-1.1.0.ebuild,v 1.1 2014/12/21 20:07:18 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-1.1.0.ebuild,v 1.2 2015/01/09 21:28:43 alonbl Exp $ EAPI="5" @@ -21,6 +21,7 @@ DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-1.0.0-desktop.patch + epatch "${FILESDIR}"/${P}-ec.patch } src_configure() { diff --git a/app-editors/diakonos/Manifest b/app-editors/diakonos/Manifest index 0f57af213e94..b14a59980b35 100644 --- a/app-editors/diakonos/Manifest +++ b/app-editors/diakonos/Manifest @@ -1 +1 @@ -DIST diakonos-0.9.2.tar.bz2 101516 SHA256 064cb7318c7e8d5b038c5c1c75c79f677045a4809a1fa343d1322d9ef8476970 SHA512 6c4b25d80b77c1161c65ac41d68a74d92e85180c74f49997c09def879d602bac93b04b57bf95edbc8701a57297275a82a43d184ad5c98f73265b83fd92da1d53 WHIRLPOOL 7543a01907560e18aa00d9d6f912857d6bec5afa96bd5d1b020c5e4801cc8b4b1a87a50c2463187a7ac6f2b52a1af9014b34592fcfd897025c6d752f4f273b84 +DIST diakonos-0.9.4.tar.bz2 102282 SHA256 9da8d3846c15f2568a77431bb5fe9ee76a890c982cebb745050f2e864d7916d0 SHA512 8aab6173c40b9a182853977ed7631c391a10d3339918fa96866da8c9fa8e36e40f1c5093465c734a9ce36a69c5d994d6b2d1c0306f1e57bff708fd7a64a62db7 WHIRLPOOL 3dc625942653135a55905f173f566a2627cdaf03ac2c9c00f80bc12cf0947864c3689d9aa3174f779370914d71cc2781984a2de03d1573cac2ff5eaa291179c0 diff --git a/app-editors/diakonos/diakonos-0.9.2.ebuild b/app-editors/diakonos/diakonos-0.9.4.ebuild similarity index 85% rename from app-editors/diakonos/diakonos-0.9.2.ebuild rename to app-editors/diakonos/diakonos-0.9.4.ebuild index dd543ac9744d..a21e34482fbf 100644 --- a/app-editors/diakonos/diakonos-0.9.2.ebuild +++ b/app-editors/diakonos/diakonos-0.9.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/diakonos/diakonos-0.9.2.ebuild,v 1.1 2014/02/22 10:56:27 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/diakonos/diakonos-0.9.4.ebuild,v 1.1 2015/01/10 00:36:05 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby20 ruby21" inherit ruby-ng DESCRIPTION="A Linux editor for the masses" diff --git a/app-emacs/multi-term/Manifest b/app-emacs/multi-term/Manifest new file mode 100644 index 000000000000..42b05776065d --- /dev/null +++ b/app-emacs/multi-term/Manifest @@ -0,0 +1 @@ +DIST multi-term-1.2.el.xz 7876 SHA256 8fbc1b1f08b4905eab33187d6a2eb82399308a98092f39eeb4f4c12849bce3b3 SHA512 4041c7fa61aa6840aaad67d13a3e73717c2f9cbb4df68c4ba450c454d65aa4f3b3da749c346d0b06ac1ccf0c43b52dde771335148e03f66bbc561d84ba452180 WHIRLPOOL 02beb9b6d64ea4bda1fcb1a40e0f994c4bc50f4e80ad1f9fc4a448f9da2e3f6efa82e6931447478d09cc2695e3f719a5119435f01ad0149131a17506b387fd25 diff --git a/app-emacs/multi-term/files/50multi-term-gentoo.el b/app-emacs/multi-term/files/50multi-term-gentoo.el new file mode 100644 index 000000000000..0552079e24d9 --- /dev/null +++ b/app-emacs/multi-term/files/50multi-term-gentoo.el @@ -0,0 +1,7 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'multi-term "multi-term" + "Create new term buffer. +Will prompt you shell name when you type `C-u' before this command." t) +(autoload 'multi-term-dedicated-open "multi-term" + "Open dedicated `multi-term' window. +Will prompt you shell name when you type `C-u' before this command." t) diff --git a/app-emacs/multi-term/metadata.xml b/app-emacs/multi-term/metadata.xml new file mode 100644 index 000000000000..df4301f0f4a7 --- /dev/null +++ b/app-emacs/multi-term/metadata.xml @@ -0,0 +1,8 @@ + + + +emacs + + mjo@gentoo.org + + diff --git a/app-emacs/multi-term/multi-term-1.2.ebuild b/app-emacs/multi-term/multi-term-1.2.ebuild new file mode 100644 index 000000000000..019fbb07f7f3 --- /dev/null +++ b/app-emacs/multi-term/multi-term-1.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/multi-term/multi-term-1.2.ebuild,v 1.1 2015/01/10 19:33:22 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Manage multiple terminal buffers in Emacs" +HOMEPAGE="http://www.emacswiki.org/emacs/MultiTerm" +# Taken from http://www.emacswiki.org/emacs/download/${PN}.el +SRC_URI="http://dev.gentoo.org/~mjo/distfiles/${P}.el.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" diff --git a/app-i18n/man-pages-ru/Manifest b/app-i18n/man-pages-ru/Manifest index 65997c46867a..e4ffbd3d406a 100644 --- a/app-i18n/man-pages-ru/Manifest +++ b/app-i18n/man-pages-ru/Manifest @@ -1,2 +1,3 @@ DIST man-pages-ru_3.54-2171-1790-20131020.tar.bz2 764794 SHA256 ff2140c48bfcdce930189a9122ed2eda9e61170352daa48dac2a2fa4bc51dc5a SHA512 3dc4194fef836b3fb4fdcc85de0b80f29a805d0ca5a88207e11a2296726b2bd0023853c986dba4ae61a533cef7372314b05fb476d55d84007fc1355ebf8c5494 WHIRLPOOL cbc305f57b866ddff58e3730311d8534eb64bc726760eb89f60c0fbe66154a3ac6a8fbbd6d9a8fc71748a2a7cc7977c87ee6a2545c270a9c6b7a47d2034a521d DIST man-pages-ru_3.56-2172-1866-20140202.tar.bz2 833650 SHA256 23f7387dfcf0431c20d915584f07033648fda534d5b9228a62323aedb3b89cca SHA512 6b765585041bb52cddf1c5707240840d26dfe2d4eee9fa7b3ed156c7e863a112f95fb6af75aa95f9b1dff29a2178e2adfe714048b221853d83c7dc26075d4839 WHIRLPOOL 1114c9389e135ed8de1bcf386a2ac9f8116d8fd4b4418770e698cf00e65e90941be116cb7d2f3f438cacfbd2881e156934c7b91dcbe6c3585bdc57f3fecb6a03 +DIST man-pages-ru_3.71-2209-1992-20140911.tar.bz2 1009646 SHA256 b6f599776a175c7fff8b8b37be8be0ab8ecd5df55c382b7a687dcf6bca8d478f SHA512 c6585323ef9cece674fe4144ff1e73e2d4d831e3f8766b5091f57b7e7c13d9c68c446323515f85f4c7fd956987e40d1d22a81c0cba21593133030e1f968fde12 WHIRLPOOL a41d141be4d6d9663829ccbced477bec11adad718cd95098c74e37e82b2317c38251dc399b7531454e48ce9d56604870c0a372f24eb8e6ab2b36a56dbf8b910f diff --git a/app-i18n/man-pages-ru/man-pages-ru-3.56.2172.1866.20140202.ebuild b/app-i18n/man-pages-ru/man-pages-ru-3.56.2172.1866.20140202.ebuild index 66feb83a6511..816277f35da0 100644 --- a/app-i18n/man-pages-ru/man-pages-ru-3.56.2172.1866.20140202.ebuild +++ b/app-i18n/man-pages-ru/man-pages-ru-3.56.2172.1866.20140202.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-ru/man-pages-ru-3.56.2172.1866.20140202.ebuild,v 1.1 2014/02/05 10:01:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-ru/man-pages-ru-3.56.2172.1866.20140202.ebuild,v 1.4 2015/01/10 21:15:58 pinkbyte Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.tar.bz2" LICENSE="FDL-1.3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" DEPEND="" RDEPEND="virtual/man" diff --git a/app-i18n/man-pages-ru/man-pages-ru-3.71.2209.1992.20140911.ebuild b/app-i18n/man-pages-ru/man-pages-ru-3.71.2209.1992.20140911.ebuild new file mode 100644 index 000000000000..a9df9f12c7d4 --- /dev/null +++ b/app-i18n/man-pages-ru/man-pages-ru-3.71.2209.1992.20140911.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-ru/man-pages-ru-3.71.2209.1992.20140911.ebuild,v 1.3 2015/01/10 19:21:52 zlogene Exp $ + +EAPI="5" + +inherit versionator + +MY_PV="$(replace_version_separator 1 . $(replace_all_version_separators -))" + +DESCRIPTION="A collection of Russian translations of Linux manual pages" +HOMEPAGE="http://man-pages-ru.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.tar.bz2" + +LICENSE="FDL-1.3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + +DEPEND="" +RDEPEND="virtual/man" + +S="${WORKDIR}/${PN}_${MY_PV}" + +src_install() { + insinto /usr/share/man/ru + doins -r man* + dodoc README +} diff --git a/app-misc/byobu/Manifest b/app-misc/byobu/Manifest index bb9e1d5d2766..5149bd49517c 100644 --- a/app-misc/byobu/Manifest +++ b/app-misc/byobu/Manifest @@ -1,2 +1,3 @@ DIST byobu_5.86.orig.tar.gz 654210 SHA256 aadeed5929bbb79f55491b79baa480933503da34abc83accc1069ddf2e20e6a8 SHA512 e811423714427ae8d781428a225344fa8909584cdb8d369645a00fea12da2740cbb18ca55e7e587d03eb3074b107576b8e9dd3eb5c36b0d01c2b31d77d559ceb WHIRLPOOL 57fa959816e8fc0f0267bdded3497f1b4024aa83e9850c2752dff0cdc4f21df02edc5b8c91ca8dd94c3ff60162786c4bf6f1c5d433599f0fa75d235ad20dee51 DIST byobu_5.87.orig.tar.gz 654269 SHA256 10fbbc337a36f462b4208efac0f731217227018e6ea0fb8b534ca4d561f16923 SHA512 726b34ff82322e699e85a9d136bd1aab4c272852895891c03feeae8d32350560de31bbb24bc2f8bf101da7a57044183cf837e70da5d5975ea79a5395dfc77288 WHIRLPOOL 3562575fda1492fbb6587ae34108d521b617fae45dd6f50754e34cb062553904064a275f7853d99dc421068f4e1774c5f9f97aa96df93b0b9423a47a5bf1d97f +DIST byobu_5.88.orig.tar.gz 658438 SHA256 3a793e47935af278368fdbcb4512308946c3bf2ff985d615a02aea45338865aa SHA512 ee604d51fa39c13021d5190a66100484e2880e1357e0993e4498f5e38f77b1a29e1f1a96fe6cb49a9926c60cf07f10c567bd6b3b9eefd43e0c4715ec29eccd12 WHIRLPOOL 8366204a97f1507087749df23cc79a5c9f13b908a65f7455bced9ba4b0de13b833cd0792676965ecf220f8d28ad8087a60ea7ba7a73541852a7bf1918335e772 diff --git a/app-misc/byobu/byobu-5.88.ebuild b/app-misc/byobu/byobu-5.88.ebuild new file mode 100644 index 000000000000..7525975cf799 --- /dev/null +++ b/app-misc/byobu/byobu-5.88.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-5.88.ebuild,v 1.1 2015/01/10 23:02:23 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit python-single-r1 + +DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)" +HOMEPAGE="http://byobu.co" +SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P/-/_}.orig.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="screen" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + dev-libs/newt[${PYTHON_USEDEP}] + screen? ( app-misc/screen ) + !screen? ( app-misc/tmux )" + +src_prepare() { + python_fix_shebang . + + # Set default system backend to screen + if use screen ; then + sed -i -e 's/#\(BYOBU_BACKEND\).*/\1="screen"/' etc/byobu/backend || die + fi +} + +src_install() { + default + + # Create symlinks for backends + dosym ${PN} /usr/bin/${PN}-screen + dosym ${PN} /usr/bin/${PN}-tmux + + docompress -x /usr/share/doc/${PN} +} diff --git a/app-misc/gcalcli/Manifest b/app-misc/gcalcli/Manifest index 99a1616b2b59..5383329dace9 100644 --- a/app-misc/gcalcli/Manifest +++ b/app-misc/gcalcli/Manifest @@ -1 +1 @@ -DIST gcalcli-2.4.2.tar.gz 1667739 SHA256 bcfaada7092fd988a23659cd285ec40919541bae2d9516daefcbd278f78bbc3b SHA512 ae0d4ddb4befa43df5ebbe434d44719522246725b2950549fcf43969038fcbab76012ee0855c02cb623bfd75351bf7b854ca6f74c34cbc57ca9a28e6d467bed1 WHIRLPOOL 2c58c276b6cc18d2768e9dd9dd88564a84427e6685f3f3809c66b9f0608bc2d60a3a81b961ea1dc6b1d4713ca200402a4cd3fbb5b5f34772cf4b012d364c2926 +DIST gcalcli-3.2.tar.gz 1672457 SHA256 9b3465be8e64c291ffe4582f8cb779a7025c700e6a83aae74722d87a3b88d55a SHA512 a2e0d9aea2f27eaee3796acfbfdc08b88a7792002b10f0e44b0db1187a7ecd50aa97f78df7236038c8c18bc1b6dacbfa4b26db6bfb5762c880415c10a5364d83 WHIRLPOOL 66b8e954c5d4527e2725d0f07786262f4365f356e3ef893aa8253d07c41523b5f9c71bffd03acc02b27c57001f0c1e7b3cd92fea7396974b8898b4940abff6fb diff --git a/app-misc/gcalcli/gcalcli-2.4.2.ebuild b/app-misc/gcalcli/gcalcli-3.2.ebuild similarity index 81% rename from app-misc/gcalcli/gcalcli-2.4.2.ebuild rename to app-misc/gcalcli/gcalcli-3.2.ebuild index e971f9297576..40b86e7e328b 100644 --- a/app-misc/gcalcli/gcalcli-2.4.2.ebuild +++ b/app-misc/gcalcli/gcalcli-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gcalcli/gcalcli-2.4.2.ebuild,v 1.6 2014/03/31 20:30:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gcalcli/gcalcli-3.2.ebuild,v 1.1 2015/01/11 05:41:32 robbat2 Exp $ EAPI=5 # google-api-python-client only supports these diff --git a/app-misc/physlock/Manifest b/app-misc/physlock/Manifest index 48abce0c6b9d..8cf53ecab6c7 100644 --- a/app-misc/physlock/Manifest +++ b/app-misc/physlock/Manifest @@ -1,2 +1,3 @@ DIST physlock-0.4.3.tar.gz 12834 SHA256 16c0cff09c06a0c701e6ff6f074690280ff3d14cc02980a007eb66bd93fff1f2 SHA512 bdaa335b9fbc15cc5206f195075c2d2425933012d0fe1a52244bf1137e2af11faa9d0194b3ea46158230991a56c398a9d5dc8f56eee9716306c88adbd28ddd47 WHIRLPOOL 418be6340b98630e5d0d2dd22f2972b7ca3edd241b0fd025349adb5d6af01abffae1e628556bc88793174c25769ed2ecf4a77032928a6afed860e58663444e3a DIST physlock-0.4.4.tar.gz 12711 SHA256 792b9167cbda178a04f8cdc490c49529405356d26bb87e5367ef2a964a17b476 SHA512 ed24132c7f41a6dc26c3182dcd1f19155b4e36dcc5f3030a7f9fed61ccf83b764ceb18ed48ff46c6c8972f3fc514c7e6031cf7ae8057602a24dc737950e72c13 WHIRLPOOL e96491208cfc37d3415c540d7257d757556ededdf3b5c5d1caca368b8fc3d457d7bc3bec6bea7c517943b51adf1c260a187533d86ed9abcee4cd866072a3d9ca +DIST physlock-0.4.5.tar.gz 12804 SHA256 5ddb42553142c5e2b8744d086bb8f5bf131a29fc58b8886e825b80e6a456961c SHA512 ab2e71bdc0004d97e3742cf8155602c036dafa22156147cc3cd4050c1665e54d4ca04ee8dc1f763e6369a5d6592524cbc8e10c56870905a1b13385640f4ec476 WHIRLPOOL e770cc9e4448c3407c12d51e1bb2d1fec5f74cdc5be4d6503fa89a297b3a40b7f5bb67466fbb641e2af249339aacdf2abb5de9ac145482c1b283604abbb51533 diff --git a/app-misc/physlock/physlock-0.4.5.ebuild b/app-misc/physlock/physlock-0.4.5.ebuild new file mode 100644 index 000000000000..f6a3d0ce4c22 --- /dev/null +++ b/app-misc/physlock/physlock-0.4.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/physlock/physlock-0.4.5.ebuild,v 1.1 2015/01/10 07:03:14 radhermit Exp $ + +EAPI=5 + +inherit toolchain-funcs eutils + +DESCRIPTION="lightweight Linux console locking tool" +HOMEPAGE="https://github.com/muennich/physlock" +SRC_URI="https://github.com/muennich/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-0.4.4-makefile.patch + tc-export CC +} + +src_install() { + emake DESTDIR="${D}" PREFIX=/usr install +} diff --git a/app-text/pdfshuffler/files/pdfshuffler-PyPDF2.patch b/app-text/pdfshuffler/files/pdfshuffler-PyPDF2.patch new file mode 100644 index 000000000000..8228c1765143 --- /dev/null +++ b/app-text/pdfshuffler/files/pdfshuffler-PyPDF2.patch @@ -0,0 +1,18 @@ +diff -r -U2 pdfshuffler-0.6.0.orig/pdfshuffler/pdfshuffler.py pdfshuffler-0.6.0/pdfshuffler/pdfshuffler.py +--- pdfshuffler-0.6.0.orig/pdfshuffler/pdfshuffler.py 2012-04-28 21:15:17.000000000 +0700 ++++ pdfshuffler-0.6.0/pdfshuffler/pdfshuffler.py 2015-01-11 02:10:02.952809411 +0600 +@@ -72,5 +72,13 @@ + + import poppler #for the rendering of pdf pages +-from pyPdf import PdfFileWriter, PdfFileReader ++ ++try: ++ from PyPDF2 import PdfFileWriter, PdfFileReader ++except ImportError: ++ try: ++ from pyPdf import PdfFileWriter, PdfFileReader ++ except ImportError: ++ print('Neither PyPDF2 nor pyPdf found') ++ sys.exit(1) + + from pdfshuffler_iconview import CellRendererImage diff --git a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild new file mode 100644 index 000000000000..3dea8df41d9c --- /dev/null +++ b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild,v 1.1 2015/01/10 20:52:17 grozin Exp $ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 fdo-mime gnome2-utils + +DESCRIPTION="GUI app that can merge or split pdfs and rotate, crop and rearrange their pages" +HOMEPAGE="http://sourceforge.net/projects/pdfshuffler/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="|| ( dev-python/PyPDF2 dev-python/pyPdf ) + dev-python/python-poppler" +RDEPEND="${DEPEND}" + +DOCS="ChangeLog README TODO AUTHORS" +PATCHES=( "${FILESDIR}"/${PN}-PyPDF2.patch ) + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + gnome2_icon_cache_update +} diff --git a/dev-cpp/lucene++/Manifest b/dev-cpp/lucene++/Manifest new file mode 100644 index 000000000000..be8f88d9c859 --- /dev/null +++ b/dev-cpp/lucene++/Manifest @@ -0,0 +1 @@ +DIST lucene++-3.0.6.tar.gz 1529066 SHA256 3e7092a4935e0d1ad5c6d7ac8f3c6ed2f53e51321237ce83744bbf02e0d61519 SHA512 c65aac4cdc92b4593a7d9996273047ff68cc097b755bacdd424266ffcf9143b491ef91123b8e78d9f1fba3d9ac39078a0c2c97c22a39f646f84a0fef0f2956ef WHIRLPOOL 7064b69214d62e05986c78fee2873222c85c2a7a4c892fcc29a5b47f0b1cb67e64789f3665dc3b8ca3628daf28e05c331a99cd0111062683e9323a6827e7ebf5 diff --git a/dev-cpp/lucene++/files/lucene++-3.0.6-disable-demos.patch b/dev-cpp/lucene++/files/lucene++-3.0.6-disable-demos.patch new file mode 100644 index 000000000000..ba5deca413c8 --- /dev/null +++ b/dev-cpp/lucene++/files/lucene++-3.0.6-disable-demos.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 9217c21..d4e7b86 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -118,7 +118,7 @@ enable_testing() + + add_subdirectory(src/core) + add_subdirectory(src/contrib) +-add_subdirectory(src/demo) ++#add_subdirectory(src/demo) + add_subdirectory(src/test) + + ################################# diff --git a/dev-cpp/lucene++/files/lucene++-3.0.6-disable-tests.patch b/dev-cpp/lucene++/files/lucene++-3.0.6-disable-tests.patch new file mode 100644 index 000000000000..1fae17e71d30 --- /dev/null +++ b/dev-cpp/lucene++/files/lucene++-3.0.6-disable-tests.patch @@ -0,0 +1,42 @@ +Forwarded: https://github.com/luceneplusplus/LucenePlusPlus/pull/64 +Author: Gianfranco Costamagna +Description: Disabling tests until we find a proper way for building and including gtest + In the next release this might become possible, after commit 83356d9681fb52 + https://github.com/luceneplusplus/LucenePlusPlus/commit/83356d9681fb52a4c190d2cf033279006c1bf57d +Last-Update: 2014-08-25 +--- a/CMakeExternal.txt ++++ b/CMakeExternal.txt +@@ -1,5 +1,6 @@ + # Enable ExternalProject CMake module + include(ExternalProject) ++find_package(Subversion REQUIRED) + + # main directory for external projects + set_directory_properties(PROPERTIES EP_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ThirdParty) +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -49,7 +49,6 @@ + # bootstrap + #################################### + +-find_package(Subversion REQUIRED) + find_package(Threads REQUIRED) + find_package(Boost COMPONENTS + date_time +@@ -114,13 +113,13 @@ + ${CMAKE_CURRENT_BINARY_DIR}/include + ) + +-include(CMakeExternal.txt) +-enable_testing() ++#include(CMakeExternal.txt) ++#enable_testing() + + add_subdirectory(src/core) + add_subdirectory(src/contrib) + #add_subdirectory(src/demo) +-add_subdirectory(src/test) ++#add_subdirectory(src/test) + + ################################# + # install pkg-config file diff --git a/dev-cpp/lucene++/files/lucene++-3.0.6-fix-installing-headers.patch b/dev-cpp/lucene++/files/lucene++-3.0.6-fix-installing-headers.patch new file mode 100644 index 000000000000..f9ccc84eccd3 --- /dev/null +++ b/dev-cpp/lucene++/files/lucene++-3.0.6-fix-installing-headers.patch @@ -0,0 +1,39 @@ +From: rezso +Date: Mon, 19 May 2014 09:20:40 +0100 +Subject: [PATCH] fix installing lucene++ headers in 3.0.6 + +Origin: upstream, https://github.com/luceneplusplus/LucenePlusPlus/commit/994f03cf736229044a168835ae7387696041658f +Description: backport upstream patch to fix missing headers install + +Index: lucene++-3.0.6/CMakeLists.txt +=================================================================== +--- lucene++-3.0.6.orig/CMakeLists.txt ++++ lucene++-3.0.6/CMakeLists.txt +@@ -139,6 +139,14 @@ if(NOT WIN32) + DESTINATION ${LIB_DESTINATION}/pkgconfig) + endif() + ++################################# ++# install Config.h ++################################# ++install( ++ FILES ++ "${CMAKE_CURRENT_BINARY_DIR}/include/Config.h" ++ DESTINATION include/lucene++) ++ + #################################### + # custom targets + #################################### +Index: lucene++-3.0.6/src/core/CMakeLists.txt +=================================================================== +--- lucene++-3.0.6.orig/src/core/CMakeLists.txt ++++ lucene++-3.0.6/src/core/CMakeLists.txt +@@ -20,7 +20,7 @@ file(GLOB_RECURSE lucene_internal_header + ) + + file(GLOB_RECURSE lucene_headers +- include/*.h ++ "${lucene++_SOURCE_DIR}/include/*.h" + ) + + add_definitions(-DLPP_BUILDING_LIB) diff --git a/dev-cpp/lucene++/lucene++-3.0.6.ebuild b/dev-cpp/lucene++/lucene++-3.0.6.ebuild new file mode 100644 index 000000000000..b45dc6e6fef2 --- /dev/null +++ b/dev-cpp/lucene++/lucene++-3.0.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/lucene++/lucene++-3.0.6.ebuild,v 1.1 2015/01/10 13:37:49 johu Exp $ + +EAPI=5 + +MY_P="LucenePlusPlus-rel_${PV}" +inherit cmake-utils multilib + +DESCRIPTION="C++ port of Java Lucene library, a high-performance, full-featured text search engine" +HOMEPAGE="https://github.com/luceneplusplus/LucenePlusPlus" +SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="|| ( LGPL-3 Apache-2.0 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="dev-libs/boost:=" +RDEPEND="${DEPEND}" + +RESTRICT="test" + +S="${WORKDIR}/${MY_P}" + +DOCS=( AUTHORS README.rst ) + +PATCHES=( + "${FILESDIR}/${P}-disable-demos.patch" + "${FILESDIR}/${P}-disable-tests.patch" + "${FILESDIR}/${P}-fix-installing-headers.patch" +) + +src_configure() { + local mycmakeargs=( + -DLIB_DESTINATION=$(get_libdir) + ) + cmake-utils_src_configure +} diff --git a/dev-cpp/lucene++/metadata.xml b/dev-cpp/lucene++/metadata.xml new file mode 100644 index 000000000000..06ee9b592b0b --- /dev/null +++ b/dev-cpp/lucene++/metadata.xml @@ -0,0 +1,12 @@ + + + + + johu@gentoo.org + Johannes Huber + + + luceneplusplus/luceneplusplus + + + diff --git a/dev-db/mysql/mysql-5.6.22.ebuild b/dev-db/mysql/mysql-5.6.22.ebuild index 515f0c1125a4..3d19f719a2e1 100644 --- a/dev-db/mysql/mysql-5.6.22.ebuild +++ b/dev-db/mysql/mysql-5.6.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.1 2014/12/04 01:27:44 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.22.ebuild,v 1.2 2015/01/10 04:13:21 grknight Exp $ EAPI="5" @@ -90,6 +90,11 @@ multilib_src_test() { # rpl.rpl_plugin_load # fails due to included file not listed in expected result # appears to be poor planning + # + # main.mysqlhotcopy_archive main.mysqlhotcopy_myisam + # fails due to bad cleanup of previous tests when run in parallel + # The tool is deprecated anyway + # Bug 532288 for t in \ binlog.binlog_mysqlbinlog_filter \ binlog.binlog_statement_insert_delayed \ @@ -102,6 +107,7 @@ multilib_src_test() { perfschema.binlog_edge_mix \ perfschema.binlog_edge_stmt \ rpl.rpl_plugin_load \ + main.mysqlhotcopy_archive main.mysqlhotcopy_myisam \ ; do mysql-multilib_disable_test "$t" "False positives in Gentoo" done diff --git a/dev-haskell/pandoc-citeproc/files/pandoc-citeproc-0.6-ghc-7.10.patch b/dev-haskell/pandoc-citeproc/files/pandoc-citeproc-0.6-ghc-7.10.patch new file mode 100644 index 000000000000..cee2d93bc213 --- /dev/null +++ b/dev-haskell/pandoc-citeproc/files/pandoc-citeproc-0.6-ghc-7.10.patch @@ -0,0 +1,115 @@ +--- pandoc-citeproc-0.6-orig/src/Text/CSL/Pandoc.hs 2014-09-22 14:04:21.000000000 +1000 ++++ pandoc-citeproc-0.6/src/Text/CSL/Pandoc.hs 2015-01-10 11:57:26.900041860 +1100 +@@ -201,10 +201,10 @@ + && isEndPunct c -> True + (c:_) | isEndPunct c -> True + | otherwise -> False +- where isEndPunct c = c `elem` ".,;:!?" ++ where isEndPunct c = c `elem` (".,;:!?" :: String) + + startWithPunct :: [Inline] -> Bool +-startWithPunct = and . map (`elem` ".,;:!?") . headInline ++startWithPunct = and . map (`elem` (".,;:!?" :: String)) . headInline + + deNote :: Pandoc -> Pandoc + deNote = topDown go +@@ -324,7 +324,7 @@ + sp <- option "" (pSpace >> return " ") + r <- many1 (notFollowedBy pSpace >> notFollowedBy pLocatorPunct >> anyToken) + let s = stringify r +- guard $ any isDigit s || all (`elem` "IVXLCM") s ++ guard $ any isDigit s || all (`elem` ("IVXLCM" :: String)) s + return $ punct ++ sp ++ s + + pDigit :: Parsec [Inline] st () +--- pandoc-citeproc-0.6-orig/src/Text/CSL/Proc.hs 2014-09-22 14:04:21.000000000 +1000 ++++ pandoc-citeproc-0.6/src/Text/CSL/Proc.hs 2015-01-10 11:56:18.797456065 +1100 +@@ -288,7 +288,7 @@ + case ys of + Formatted [] -> xs + Formatted (Note _ : _) -> xs <> ys +- Formatted (Str [c]:_) | c `elem` ", ;:" -> xs <> ys ++ Formatted (Str [c]:_) | c `elem` (", ;:" :: String) -> xs <> ys + _ -> xs <> Formatted [Space] <> ys + formatAuth = formatOutput . localMod + formatCits = (if isNote then toNote else id) . +@@ -328,7 +328,7 @@ + | otherwise = id + where + isPunct' [] = False +- isPunct' xs = all (`elem` ".,;:!? ") xs ++ isPunct' xs = all (`elem` (".,;:!? " :: String)) xs + check o = case cleanOutput o of + [] -> ONull + x -> case trim' x of +--- pandoc-citeproc-0.6-orig/src/Text/CSL/Eval/Names.hs 2014-09-22 14:04:21.000000000 +1000 ++++ pandoc-citeproc-0.6/src/Text/CSL/Eval/Names.hs 2015-01-10 11:55:41.839119783 +1100 +@@ -1,4 +1,4 @@ +-{-# LANGUAGE PatternGuards #-} ++{-# LANGUAGE PatternGuards, FlexibleContexts #-} + ----------------------------------------------------------------------------- + -- | + -- Module : Text.CSL.Eval.Names +--- pandoc-citeproc-0.6-orig/src/Text/CSL/Eval.hs 2014-09-22 14:04:21.000000000 +1000 ++++ pandoc-citeproc-0.6/src/Text/CSL/Eval.hs 2015-01-10 11:55:23.090597159 +1100 +@@ -1,4 +1,4 @@ +-{-# LANGUAGE PatternGuards #-} ++{-# LANGUAGE PatternGuards, FlexibleContexts #-} + ----------------------------------------------------------------------------- + -- | + -- Module : Text.CSL.Eval +--- pandoc-citeproc-0.6-orig/src/Text/CSL/Parser.hs 2014-09-22 14:04:21.000000000 +1000 ++++ pandoc-citeproc-0.6/src/Text/CSL/Parser.hs 2015-01-10 11:54:59.755477862 +1100 +@@ -144,7 +144,7 @@ + + parseCslTerm :: Cursor -> CslTerm + parseCslTerm cur = +- let body = unpack $ T.dropAround (`elem` " \t\r\n") $ ++ let body = unpack $ T.dropAround (`elem` (" \t\r\n" :: String)) $ + T.concat $ cur $/ content + in CT + { cslTerm = stringAttr "name" cur +--- pandoc-citeproc-0.6-orig/src/Text/CSL/Style.hs 2014-09-22 14:04:21.000000000 +1000 ++++ pandoc-citeproc-0.6/src/Text/CSL/Style.hs 2015-01-10 11:53:23.641828264 +1100 +@@ -130,7 +130,7 @@ + -- this is needed for versions of pandoc that don't turn + -- a span with font-variant:small-caps into a SmallCaps element: + where handleSmallCapsSpans (Span ("",[],[("style",sty)]) ils) +- | filter (`notElem` " \t;") sty == "font-variant:small-caps" = ++ | filter (`notElem` (" \t;" :: String)) sty == "font-variant:small-caps" = + SmallCaps ils + handleSmallCapsSpans x = x + +@@ -206,15 +206,15 @@ + appendWithPunct (Formatted left) (Formatted right) = + Formatted $ + case concat [lastleft, firstright] of +- [' ',d] | d `elem` ",.:;" -> initInline left ++ right +- [c,d] | c `elem` " ,.:;", d == c -> left ++ tailInline right +- [c,'.'] | c `elem` ",.!:;?" -> left ++ tailInline right +- [c,':'] | c `elem` ",!:;?" -> left ++ tailInline right -- Mich.: 2005 +- [c,'!'] | c `elem` ",.!:;?" -> left ++ tailInline right +- [c,'?'] | c `elem` ",.!:;?" -> left ++ tailInline right +- [c,';'] | c `elem` ",:;" -> left ++ tailInline right -- et al.; +- [':',c] | c `elem` ",.!:;?" -> left ++ tailInline right +- [';',c] | c `elem` ",.!:;?" -> left ++ tailInline right ++ [' ',d] | d `elem` (",.:;" :: String) -> initInline left ++ right ++ [c,d] | c `elem` (" ,.:;" :: String), d == c -> left ++ tailInline right ++ [c,'.'] | c `elem` (",.!:;?" :: String) -> left ++ tailInline right ++ [c,':'] | c `elem` (",!:;?" :: String) -> left ++ tailInline right -- Mich.: 2005 ++ [c,'!'] | c `elem` (",.!:;?" :: String) -> left ++ tailInline right ++ [c,'?'] | c `elem` (",.!:;?" :: String) -> left ++ tailInline right ++ [c,';'] | c `elem` (",:;" :: String) -> left ++ tailInline right -- et al.; ++ [':',c] | c `elem` (",.!:;?" :: String) -> left ++ tailInline right ++ [';',c] | c `elem` (",.!:;?" :: String) -> left ++ tailInline right + -- ".;" -> right -- e.g. et al.; + _ -> left ++ right + where lastleft = lastInline left +--- pandoc-citeproc-0.6-orig/src/Text/CSL/Util.hs 2014-09-22 14:04:21.000000000 +1000 ++++ pandoc-citeproc-0.6/src/Text/CSL/Util.hs 2015-01-10 11:51:31.789057499 +1100 +@@ -1,4 +1,4 @@ +-{-# LANGUAGE ScopedTypeVariables, PatternGuards #-} ++{-# LANGUAGE ScopedTypeVariables, PatternGuards, FlexibleContexts #-} + module Text.CSL.Util + ( safeRead + , readNum diff --git a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild b/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild index f43ae449ba56..9df6fafc14bc 100644 --- a/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild +++ b/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild,v 1.1 2014/12/14 08:46:43 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild,v 1.2 2015/01/10 09:18:55 gienah Exp $ EAPI=5 @@ -8,7 +8,7 @@ EAPI=5 #hackport: flags: -small_base CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal +inherit base haskell-cabal DESCRIPTION="Supports using pandoc with citeproc" HOMEPAGE="http://hackage.haskell.org/package/pandoc-citeproc" @@ -46,6 +46,8 @@ DEPEND="${RDEPEND} >=dev-haskell/cabal-1.12 " +PATCHES=("${FILESDIR}/${PN}-0.6-ghc-7.10.patch") + src_configure() { # workaround bug on ghc-7.6.3: # > [13 of 24] Compiling Text.CSL.Input.Bibtex ... diff --git a/dev-haskell/project-template/Manifest b/dev-haskell/project-template/Manifest index aca5b8a95982..ca49d2ade055 100644 --- a/dev-haskell/project-template/Manifest +++ b/dev-haskell/project-template/Manifest @@ -1,3 +1,2 @@ -DIST project-template-0.1.3.tar.gz 3930 SHA256 b5b6251ce85f1e2bcd3a99c7b85257e0a793eda61e72adbd05eda8a447244cdb SHA512 e39aad03bfee9b78ac0a0a59388cf0001dab941986ad284561a3ffbb6ce6aa0b8fc6ee20a676bb0bf4c1b5d452644e8dae4f10d5fe7070e074a5140fc6d292a0 WHIRLPOOL fefdd2bf92556ce327ba33071f63152dc02434a98ce4b36af818ea9984c20835fa9a3e047a600e7c60bb52c4da56e1aee7d320416060625ff3c37c62edd804ca DIST project-template-0.1.4.1.tar.gz 4483 SHA256 8b16b378f3852d9ba8f2531a8c97515a2a2bc6e762c1437c5b9cb53f89425def SHA512 bab39792688fec9f3c1d279dd5d24d75fed443d39da2126c05acd1ee98b736fbed87f7a0b342f0a4c1a3f55db1fbb2cd5f4be7ed646ea0202fe590705e342100 WHIRLPOOL cb8c13c0ebe7932e51ef02d1974e0e9b8ed4a2b4fc218c05becd4ee6eda5169a59bc6a29b93cbc7dbaca48422ee14a7700fdcf93f5be53291fea5ea647673467 DIST project-template-0.1.4.2.tar.gz 4479 SHA256 792a42909acfb0c1810beff32906c7dd338cc127002d0d05a160bbf38c1ec282 SHA512 19e96c6ce93f4232262ee72807d726001ac2dbb21c78b40658f219d314383844fd9400a7cc208d0472a99597b3038b1b8304d92417a491ff5a9619d3a6cbad7e WHIRLPOOL 5d356b0b4a58af4b427bfbde3c5b262de7c7e06fe07847dc3740e07d68c14153685df0f2acc8281e0adcbfd244218a91cff40d7887b511be42ee7f4bee55fcdc diff --git a/dev-haskell/project-template/project-template-0.1.3.ebuild b/dev-haskell/project-template/project-template-0.1.3.ebuild deleted file mode 100644 index 67f32a8b5210..000000000000 --- a/dev-haskell/project-template/project-template-0.1.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/project-template/project-template-0.1.3.ebuild,v 1.1 2013/08/26 12:38:06 qnikst Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Specify Haskell project templates and generate files" -HOMEPAGE="https://github.com/fpco/haskell-ide" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-haskell/base64-bytestring:=[profile?] - dev-haskell/base64-conduit:=[profile?] - >=dev-haskell/classy-prelude-0.4:=[profile?] - >=dev-haskell/conduit-0.5.4:=[profile?] - >=dev-haskell/mtl-2.0:=[profile?] - >=dev-haskell/resourcet-0.4.3:=[profile?] - >=dev-haskell/system-fileio-0.3:=[profile?] - >=dev-haskell/system-filepath-0.4:=[profile?] - >=dev-haskell/text-0.11:=[profile?] - >=dev-haskell/transformers-0.2:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - test? ( >=dev-haskell/hspec-1.3 - dev-haskell/quickcheck - ) - >=dev-haskell/cabal-1.8" - -RESTRICT=test # Text.ProjectTemplate: create/unpack: - is idempotent FAILED [1] diff --git a/dev-haskell/sha/sha-1.6.4.1.ebuild b/dev-haskell/sha/sha-1.6.4.1-r1.ebuild similarity index 53% rename from dev-haskell/sha/sha-1.6.4.1.ebuild rename to dev-haskell/sha/sha-1.6.4.1-r1.ebuild index d074fd2dff93..da5b57c95443 100644 --- a/dev-haskell/sha/sha-1.6.4.1.ebuild +++ b/dev-haskell/sha/sha-1.6.4.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/sha-1.6.4.1.ebuild,v 1.1 2014/07/02 13:27:56 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/sha-1.6.4.1-r1.ebuild,v 1.1 2015/01/10 03:19:50 mjo Exp $ EAPI=5 -# ebuild generated by hackport 0.4.2.9999 +# ebuild generated by hackport 0.4.4.9999 #hackport: flags: +decoderinterface CABAL_FEATURES="bin lib profile haddock hoogle hscolour" @@ -22,11 +22,14 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="exe test" -RDEPEND=">=dev-haskell/binary-0.7:=[profile?] /dev/null || die + + CFLAGS="" CXXFLAGS="" ASFLAGS="" LDFLAGS="" \ + CC="$(tc-getBUILD_CC)" CXX="$(tc-getBUILD_CXX)" AR="$(tc-getBUILD_AR)" \ + RANLIB="$(tc-getBUILD_RANLIB)" LD="$(tc-getBUILD_LD)" \ + "${S}"/configure --disable-renaming --disable-debug \ + --disable-samples --enable-static || die + emake + + popd >/dev/null || die + fi + + multilib-minimal_src_configure +} + +multilib_src_configure() { + local myeconfargs=( + --disable-renaming + --disable-samples + $(use_enable debug) + $(use_enable static-libs static) + ) + + multilib_is_native_abi && myeconfargs+=( + $(use_enable examples samples) + ) + tc-is-cross-compiler && myeconfargs+=( + --with-cross-build="${WORKDIR}"/host + ) + + # icu tries to use clang by default + tc-export CC CXX + + ECONF_SOURCE=${S} \ + econf "${myeconfargs[@]}" +} + +multilib_src_compile() { + default + + if multilib_is_native_abi && use doc; then + doxygen -u Doxyfile || die + doxygen Doxyfile || die + fi +} + +multilib_src_test() { + # INTLTEST_OPTS: intltest options + # -e: Exhaustive testing + # -l: Reporting of memory leaks + # -v: Increased verbosity + # IOTEST_OPTS: iotest options + # -e: Exhaustive testing + # -v: Increased verbosity + # CINTLTST_OPTS: cintltst options + # -e: Exhaustive testing + # -v: Increased verbosity + emake -j1 VERBOSE="1" check +} + +multilib_src_install() { + default + + if multilib_is_native_abi && use doc; then + dohtml -p api -r doc/html/ + fi +} + +multilib_src_install_all() { + einstalldocs + dohtml ../readme.html +} diff --git a/dev-libs/libnl/libnl-3.2.25.ebuild b/dev-libs/libnl/libnl-3.2.25.ebuild index a13e8923fcf0..589cfa08ab05 100644 --- a/dev-libs/libnl/libnl-3.2.25.ebuild +++ b/dev-libs/libnl/libnl-3.2.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25.ebuild,v 1.6 2014/12/27 19:24:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25.ebuild,v 1.7 2015/01/10 20:41:24 klausman Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} ) @@ -16,7 +16,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="static-libs python utils" RDEPEND="python? ( ${PYTHON_DEPS} ) diff --git a/dev-libs/protobuf-c/Manifest b/dev-libs/protobuf-c/Manifest index 0663fddfcbfb..72723eb83b72 100644 --- a/dev-libs/protobuf-c/Manifest +++ b/dev-libs/protobuf-c/Manifest @@ -1,3 +1,4 @@ DIST protobuf-c-0.15.tar.gz 500911 SHA256 8fcb538e13a5431c46168fc8f2e6ad2574e2db9b684c0c72b066e24f010a0036 SHA512 a51b9977ca4a6a73dffe92c7f8f5526f5dd3561b5139df290bafe5093d0fd6ace701d9fa1ee92a9dc8394960efd48f739c44ac17a74a7acd8c365d63e6312e9e WHIRLPOOL 3fd2ab0e0008dfabb7d21e30601422fee5b069981d015eff5ada5857621904f339c63f09eedeb6271a8b35a4570e4dad614f58888bfb708e43c5991f6af8568a DIST protobuf-c-1.0.1.tar.gz 448519 SHA256 e1b2989684ac51e62f8b7de8739c381717b27c7cf4410c7a7e39b958afd3cd74 SHA512 2974e098f8c2f49e6338fcb179cedefdb9651ef1ec53fbd1ce39d4a2778246a65f60fbfc30263d775cf830453e168ff0617a78f042a02660e21315cb57f2231c WHIRLPOOL 2df825bc6a7141bda78f24c9e2cee911cb09bd272b980a3e1299d4b322e02aa7e374e2917db8d07ce9009bbfc5dfd319c89f6067073e85646342336cb9da6087 DIST protobuf-c-1.0.2.tar.gz 449923 SHA256 db771f7b0e76d5bb14140a50df4a32553288fd3e701b60e90e034e22f411ef76 SHA512 d748712f4216015802ffeff1072266da98ba9d9a4dfdaecd1c1b9d76f15403112b5cc2563a54390653c5eb82d7b51caf4c1f595cf1287bcbb123efb646e12f33 WHIRLPOOL 7a18446fc7ea27c10cbc0393f96859f237fcf29c962e982270b8f4cd10e27366b42cc38d418e973d4295e41e7da522fc577df296063e8f723a51415a6783d48d +DIST protobuf-c-1.1.0.tar.gz 453852 SHA256 9a973fc04aac003f9cf2b5a90ac4b8fa294cacb4e3f0796d3b5a789a5ad46c07 SHA512 50e0a9df1152e468c1bda88f67836fbe88e1ad711b3e6517265cdf715d89c2e15e7fb48c46ad4e163c978e54c899712e7a6e5e9b8bf7145cfdbc04947e0dcb34 WHIRLPOOL b22dbbcd5647ed17f4298e7dd1942ac77e7b295c24e98a0faf0a7bd2770dce268e0b3675b30c61863bfd100811c4c26f2a2fc6c21d53eba7ffb1ad008ba8834f diff --git a/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild b/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild new file mode 100644 index 000000000000..4479ba20a3f9 --- /dev/null +++ b/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/protobuf-c/protobuf-c-1.1.0.ebuild,v 1.1 2015/01/10 06:48:13 radhermit Exp $ + +EAPI=5 + +inherit autotools-multilib + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +DESCRIPTION="code generator and runtime libraries to use Protocol Buffers (protobuf) from pure C" +HOMEPAGE="https://github.com/protobuf-c/protobuf-c/" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="static-libs" + +RDEPEND=">=dev-libs/protobuf-2.6.0[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + virtual/pkgconfig[${MULTILIB_USEDEP}]" + +S=${WORKDIR}/${MY_P} diff --git a/dev-perl/Clone/Clone-0.370.0.ebuild b/dev-perl/Clone/Clone-0.370.0.ebuild new file mode 100644 index 000000000000..5c30ce3f4a6c --- /dev/null +++ b/dev-perl/Clone/Clone-0.370.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Clone/Clone-0.370.0.ebuild,v 1.1 2015/01/09 22:45:08 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=GARU +MODULE_VERSION=0.37 +inherit perl-module + +DESCRIPTION="Recursively copy Perl datatypes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" + +SRC_TEST="do" +mymake='OPTIMIZE=${CFLAGS}' diff --git a/dev-perl/Clone/Manifest b/dev-perl/Clone/Manifest index b410173b68af..2485e867c972 100644 --- a/dev-perl/Clone/Manifest +++ b/dev-perl/Clone/Manifest @@ -1,2 +1,3 @@ DIST Clone-0.35.tar.gz 13288 SHA256 3d3d9eabfa6022dac8c9111097bebc7731e2e184457b5b55580bd5a3f6ef214a SHA512 fab8cf708ea3b03852d2eabaac638f5f017d8d1c06621f9573e1227554c2aa19bfa7cc8b90f6273baf966df4b85905fd95b8d7110227c8a5d75664f692ae4c92 WHIRLPOOL 432c432dcdcd812c92b0d71a67266e40dfba3ad799b7a3d6f7f42cdca4b3a04f9471c8a6b3e7b7c54f6a7392daaa08bcbf02bd61872478f51a06aef5fd70e794 DIST Clone-0.36.tar.gz 13132 SHA256 03def6e82579cd405f75574a5e8e7590063fa0a753a0df6a53be194289a020c5 SHA512 288db517cf0c7f3a91be1991189e2ddae73d939097cbdb0709c1c64f8b2418faf161fd61eaead561093fc2bec1984039ff42397f6f8dd6dcdedff723febc223a WHIRLPOOL c160330a5cd02599069762888e2675142b5cdb58893fb6ce64e66511d0d160f1ca3db41bb26302a2d0dbdd34391fea71d0fdf6cd63e7df26e6befaacfec1ee29 +DIST Clone-0.37.tar.gz 13369 SHA256 d9f251e6f01deaac3d29df1b8422b83dca972af999cd3f6ae456e0fc6f87cd9d SHA512 a47760938d826c28d6db2b3486238acff255c6e1c77ec797e93b4a9350a3cd5c3e730352f00675589594e4ec250ceb978990a10156669813933debce93f59266 WHIRLPOOL 7edd99560e83e0d0ea62e02b9f0409d305b565bd5ccd6e8ac6be6cc6b8db318081451b256cad98325ccb49dd12dcfa80d6f3629eee56a74134d1d7dcac2f10cd diff --git a/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.6.0-r1.ebuild b/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.6.0-r1.ebuild index 0f8094d13f3b..6d8bc6970bc8 100644 --- a/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.6.0-r1.ebuild +++ b/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.6.0-r1.ebuild,v 1.1 2014/08/26 18:22:46 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Gentoo-PerlMod-Version/Gentoo-PerlMod-Version-0.6.0-r1.ebuild,v 1.2 2015/01/11 03:36:08 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Convert arbitrary Perl Modules' versions into normalised Gentoo versions" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~mips ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~x86" IUSE="test" RDEPEND=" diff --git a/dev-perl/Term-ProgressBar/Manifest b/dev-perl/Term-ProgressBar/Manifest index bde8dddbdf4b..4652d9b553d1 100644 --- a/dev-perl/Term-ProgressBar/Manifest +++ b/dev-perl/Term-ProgressBar/Manifest @@ -1,2 +1,3 @@ DIST Term-ProgressBar-2.14.tar.gz 15979 SHA256 c651b7ce918c10e1e8ab024c5dcb4e97ac843700473c3136983de9b87e3d92a1 SHA512 c079a5169c5704bf9327bb789ec5176548a37648c675506b4ca2fe7a8116d421572cdf94839c08b9e1f8ed2c449345146251d332c41e554775ca39644a7a2d7b WHIRLPOOL 54be15bb759e2b548415c0df714d7724c88a652067acbcb453faf3abd425bcce45d6dcd0245259426015962c5e4a9b4c0d0aea4a5d21cd516f92858078c660ff DIST Term-ProgressBar-2.15.tar.gz 17126 SHA256 34c7639ac16bc2d07abfc3f53262067c1fed7d764177288bf87eac727103f711 SHA512 358d035c76836e88462ebb1ad39c3b27cd7f19c27de9eb404802b648705a2ffbafee5725f444297a460b309f2a94f5310a7b9ddf16f6aaf9a69e7e29d89e67dd WHIRLPOOL 700b58cc79746efa56ae68c45bb044a015c2a4bc9a95b7023aae1b5ff089cf1d5953bfe904e776cab50f24565788adbf5aa037ba335eb1ac5bcf4e150c16a106 +DIST Term-ProgressBar-2.16.tar.gz 17053 SHA256 3da80a51b9ceb2cdc5c9541996ee4b507112b18710abbd820681ec0e73234132 SHA512 90e656dde33a7c1fde199590db2c5305c465d9567307cc4bf612b236626dcc97561782df908e54ba735985f67495b3fcbac6757a79dc4bd1fbb2052b8c16c279 WHIRLPOOL 3ab8103952d5afc07a6ea7c6ac790e157321edb4b1aad2fc5308eadf0bc18d59fa7a44edb7abd97ebbefa06af79cafc7cb90ee2f212f9419c546dc8b314303cb diff --git a/dev-perl/Term-ProgressBar/Term-ProgressBar-2.160.0.ebuild b/dev-perl/Term-ProgressBar/Term-ProgressBar-2.160.0.ebuild new file mode 100644 index 000000000000..1095669a5393 --- /dev/null +++ b/dev-perl/Term-ProgressBar/Term-ProgressBar-2.160.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Term-ProgressBar/Term-ProgressBar-2.160.0.ebuild,v 1.1 2015/01/09 22:59:43 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=SZABGAB +MODULE_VERSION=2.16 +inherit perl-module + +DESCRIPTION="Perl module for Term-ProgressBar" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" +IUSE="test" + +RDEPEND=" + dev-perl/Class-MethodMaker + dev-perl/TermReadKey +" +DEPEND="${RDEPEND} + test? ( + >=dev-perl/Test-Exception-0.310.0 + >=dev-perl/Capture-Tiny-0.130.0 + ) +" + +SRC_TEST="do" diff --git a/dev-perl/extutils-depends/Manifest b/dev-perl/extutils-depends/Manifest index 66c62fbb6616..46a880d33e2d 100644 --- a/dev-perl/extutils-depends/Manifest +++ b/dev-perl/extutils-depends/Manifest @@ -1,2 +1,3 @@ DIST ExtUtils-Depends-0.306.tar.gz 13180 SHA256 45258bcb83cd130e90a5f8ff19c1b69063f894634b01140f69d550d92b2c2369 SHA512 3f9771767d070589429fd4b37b2edf6f98040ae003d804f615727c6ae6a8fd47909099298125d772e58cfef31c8cb976289a77cdf97548ef21f06946a61a2de4 WHIRLPOOL ed35a1103e7462b3c319c785d7524d87d89575ce3978075769bef353d748ff228ffa441237c9830b14458837a3351988a73f596e61a39f7e974c7b8f62b76f34 DIST ExtUtils-Depends-0.308.tar.gz 13917 SHA256 81f92f15d769dc77697fdceb7d3aad961768b0c00fac87099a5b9f2d1d82e3e6 SHA512 56d9dbdfe51fb13e47891b13518dac85e5a775a23aebda0df785bdeb6c81683f0f89d04c7b038c39d5463067df21e889fd9d002dd7bb1814f589121db2f97f85 WHIRLPOOL 6f845ac65872da7bcc99ee5839719431be49310a7cd994375e0469fbc1b9a99d77ea71cb3d7906ae6e1c4910abe22afcaffb6b1b901c8184cac609ee25933be7 +DIST ExtUtils-Depends-0.403.tar.gz 17928 SHA256 3963e9bc3910b38f402bfdc97fff1f2c87a38db8e5efc20f75f080358bc0594c SHA512 428c49a16a69a2209d08cfaaa1bd57bce3b60a9423f0ef63d41a437cf88a84667d0f78279c6ede02f2b5ac9e69a11620ee77dccb5eb9e985cbb767389298b286 WHIRLPOOL 5bd0f3fded996824825b037ee6d53974ed5726cce3bdd4643c899459b7830b6ca4380a035bbbe258739a4a502d65dc2e940f72da42f789c55323ad059861328f diff --git a/dev-perl/extutils-depends/extutils-depends-0.403.0.ebuild b/dev-perl/extutils-depends/extutils-depends-0.403.0.ebuild new file mode 100644 index 000000000000..dedd71878cc4 --- /dev/null +++ b/dev-perl/extutils-depends/extutils-depends-0.403.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-depends/extutils-depends-0.403.0.ebuild,v 1.1 2015/01/09 22:31:12 zlogene Exp $ + +EAPI=5 + +MY_PN=ExtUtils-Depends +MODULE_AUTHOR=XAOC +MODULE_VERSION=0.403 +inherit perl-module + +DESCRIPTION="Easily build XS extensions that depend on XS extensions" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="" + +SRC_TEST="do parallel" diff --git a/dev-php/ffmpeg-php/Manifest b/dev-php/ffmpeg-php/Manifest index 8deee0f035bc..e69de29bb2d1 100644 --- a/dev-php/ffmpeg-php/Manifest +++ b/dev-php/ffmpeg-php/Manifest @@ -1 +0,0 @@ -DIST ffmpeg-php-0.6.0.tbz2 275557 SHA256 ec8a9847e0f4d5101a5afedb7dac318e9a13f099865215ae99d08d56add9b141 SHA512 837c854870886486683cf9d3ac2de376f0b4067487d68d4f5c685dd0bd4d306e406334821140bd1fab2d48105e7ee17956db70f2f70fb9bec4dcea14a2104127 WHIRLPOOL b390017ae6d7db3a7e40847468abfb9c151571e878545d02550c854d1f319add693cf87afe3391b03f3f2399a78ac225c0dcc28cdfbac2b58baa8ba8ef871605 diff --git a/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r2.ebuild b/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r2.ebuild deleted file mode 100644 index 0d9735643cfb..000000000000 --- a/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r2.ebuild,v 1.6 2014/08/10 20:59:42 slyfox Exp $ - -EAPI="5" - -PHP_EXT_NAME="ffmpeg" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-3 php5-4" - -inherit php-ext-source-r2 eutils - -KEYWORDS="amd64 x86" - -DESCRIPTION="PHP extension that provides access to movie info" -HOMEPAGE="http://sourceforge.net/projects/ffmpeg-php/" -SRC_URI="mirror://sourceforge/ffmpeg-php/${P}.tbz2" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="virtual/ffmpeg - dev-lang/php[gd]" -RDEPEND="${DEPEND}" - -# The test breaks with the test movie, but it the same code works fine with -# other movies - -RESTRICT="test" - -DOCS="CREDITS ChangeLog EXPERIMENTAL TODO" - -src_prepare() { - for slot in $(php_get_slots) ; do - cd "${WORKDIR}/${slot}" - epatch "${FILESDIR}/${P}-avutil50.patch" - epatch "${FILESDIR}/${P}-ffmpeg.patch" - epatch "${FILESDIR}/${P}-log.patch" - epatch "${FILESDIR}/${P}-php5-4.patch" - epatch "${FILESDIR}/${P}-ffincludes.patch" - epatch "${FILESDIR}/${P}-ffmpeg1.patch" - done - php-ext-source-r2_src_prepare -} diff --git a/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild b/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild deleted file mode 100644 index 9f3596f0197b..000000000000 --- a/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/ffmpeg-php/ffmpeg-php-0.6.0-r3.ebuild,v 1.3 2015/01/04 08:10:23 ago Exp $ - -EAPI="5" - -PHP_EXT_NAME="ffmpeg" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" - -USE_PHP="php5-6 php5-5 php5-4" - -inherit php-ext-source-r2 eutils - -KEYWORDS="amd64 x86" - -DESCRIPTION="PHP extension that provides access to movie info" -HOMEPAGE="http://sourceforge.net/projects/ffmpeg-php/" -SRC_URI="mirror://sourceforge/ffmpeg-php/${P}.tbz2" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="virtual/ffmpeg - dev-lang/php[gd]" -RDEPEND="${DEPEND}" - -# The test breaks with the test movie, but it the same code works fine with -# other movies - -RESTRICT="test" - -DOCS="CREDITS ChangeLog EXPERIMENTAL TODO" - -src_prepare() { - for slot in $(php_get_slots) ; do - cd "${WORKDIR}/${slot}" - epatch "${FILESDIR}/${P}-avutil50.patch" - epatch "${FILESDIR}/${P}-ffmpeg.patch" - epatch "${FILESDIR}/${P}-log.patch" - epatch "${FILESDIR}/${P}-php5-4.patch" - epatch "${FILESDIR}/${P}-ffincludes.patch" - epatch "${FILESDIR}/${P}-ffmpeg1.patch" - epatch "${FILESDIR}/${P}-api.patch" - done - php-ext-source-r2_src_prepare -} diff --git a/dev-php/igbinary/igbinary-1.1.1-r2.ebuild b/dev-php/igbinary/igbinary-1.1.1-r2.ebuild index 86c0899a444e..9d29e762b316 100644 --- a/dev-php/igbinary/igbinary-1.1.1-r2.ebuild +++ b/dev-php/igbinary/igbinary-1.1.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.1.1-r2.ebuild,v 1.4 2013/06/25 13:00:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.1.1-r2.ebuild,v 1.6 2015/01/11 03:32:17 grknight Exp $ EAPI="5" PHP_EXT_NAME="igbinary" diff --git a/dev-php/pecl-apcu/Manifest b/dev-php/pecl-apcu/Manifest index e780d6c7a132..461af9fe7476 100644 --- a/dev-php/pecl-apcu/Manifest +++ b/dev-php/pecl-apcu/Manifest @@ -1,3 +1 @@ -DIST APCu-4.0.1.tgz 105861 SHA256 d9d22fdb69a43118da2bd8c120bfc34da7dff89b9327beb52ded4d1aa73e266f SHA512 64d92ee59b3e404514420c48cbe73e2ae41d3b3cd97a68724b29dc00302dbee8ea465211f52fbc5e116c6a3afb3b4eb69b07eeaef5b038294debb5a541fa9415 WHIRLPOOL ce7725e7f5fd268a6f17b51a3610b50a7d96fc6a0bc72d9f1b80445ec586cac433cb42ee1f5ca4336b321bd69b0886bcf8b4f83a6a51d0355045552bea5a180b -DIST APCu-4.0.6.tgz 119689 SHA256 4c757df0b90e855a1f9cf160d8d697f53f74e60f44bd93080cfb12f838d1027e SHA512 dc9be4bef7ede76f8fe94b49c106f64e3d6b1a52d2f5ca12e00b01b689fe60f6d74790768c45ec085957443c5d7b96249ab9d0a3de93282fe38e829e974bda29 WHIRLPOOL fb8c0a9e655ae274e3a11cd401d42516a0bdaed314f7aedc35a9f90ed921935c832aa6339f89d9259630fac7f93adde00bf5964097edb21301a6ad936215200f DIST APCu-4.0.7.tgz 118670 SHA256 178a731ee3435b451f1144bc4a63c9d70d4909a2c434e17c6e07db554df90bd6 SHA512 50db51358c9268cc5fdd0d48fb444be9e9356f1690bc1ae021a9618c8819ce8873bf4502fe87a10467ffda2ef38267ccca2af55152b064400c69a8da92b7e98b WHIRLPOOL 3c721753764d6f3adbf6090710aafdb29d78b3d55e718c0101d7cad993b51d7b335931c61f120f8dad4623fe16cad9f13952367934968599ed15dd9c744b9725 diff --git a/dev-php/pecl-apcu/pecl-apcu-4.0.1-r1.ebuild b/dev-php/pecl-apcu/pecl-apcu-4.0.1-r1.ebuild deleted file mode 100644 index 084fc5fc5c60..000000000000 --- a/dev-php/pecl-apcu/pecl-apcu-4.0.1-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.1-r1.ebuild,v 1.4 2014/08/10 21:00:54 slyfox Exp $ - -EAPI=5 - -PHP_EXT_NAME="apcu" -PHP_EXT_PECL_PKG="APCu" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="CHANGELOG INSTALL NOTICE TECHNOTES.txt TODO" - -USE_PHP="php5-5 php5-3 php5-4" - -S="${WORKDIR}/apcu-${PV}" -PHP_EXT_S="${WORKDIR}/apcu-${PV}" - -inherit php-ext-pecl-r2 confutils eutils - -S="${WORKDIR}/apcu-${PV}" - -KEYWORDS="amd64 x86" - -DESCRIPTION="Stripped down version of APC supporting only user cache" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="+mmap" - -DEPEND="" -RDEPEND="${DEPEND}" - -LOCKS="pthreadmutex pthreadrw spinlock semaphore" - -LUSE="" -for l in ${LOCKS}; do - LUSE+="lock_${l} " -done - -IUSE+=" ${LUSE/lock_pthreadrw/+lock_pthreadrw}" - -REQUIRED_USE="^^ ( $LUSE )" - -src_configure() { - my_conf="--enable-apcu" - use mmap || my_conf+=" --disable-apcu-mmap" - - enable_extension_enable "apcu-rwlocks" "lock_pthreadrw" 0 - - php-ext-source-r2_src_configure -} - -src_install() { - php-ext-pecl-r2_src_install - - dodir "${PHP_EXT_SHARED_DIR}" - insinto "${PHP_EXT_SHARED_DIR}" - doins apc.php -} - -pkg_postinst() { - elog "The apc.php file shipped with this release of pecl-apcu was" - elog "installed into ${PHP_EXT_SHARED_DIR}/." -} diff --git a/dev-php/pecl-apcu/pecl-apcu-4.0.6.ebuild b/dev-php/pecl-apcu/pecl-apcu-4.0.6.ebuild deleted file mode 100644 index 59a8ebffcc78..000000000000 --- a/dev-php/pecl-apcu/pecl-apcu-4.0.6.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.6.ebuild,v 1.1 2014/09/30 15:33:28 grknight Exp $ - -EAPI=5 - -PHP_EXT_NAME="apcu" -PHP_EXT_PECL_PKG="APCu" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="CHANGELOG INSTALL NOTICE TECHNOTES.txt TODO" - -USE_PHP="php5-6 php5-5 php5-4" - -S="${WORKDIR}/apcu-${PV}" -PHP_EXT_S="${WORKDIR}/apcu-${PV}" - -inherit php-ext-pecl-r2 confutils eutils - -S="${WORKDIR}/apcu-${PV}" - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Stripped down version of APC supporting only user cache" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="+mmap" - -DEPEND="" -RDEPEND="${DEPEND}" - -LOCKS="pthreadmutex pthreadrw spinlock semaphore" - -LUSE="" -for l in ${LOCKS}; do - LUSE+="lock_${l} " -done - -IUSE+=" ${LUSE/lock_pthreadrw/+lock_pthreadrw}" - -REQUIRED_USE="^^ ( $LUSE )" - -src_configure() { - my_conf="--enable-apcu" - use mmap || my_conf+=" --disable-apcu-mmap" - - enable_extension_enable "apcu-rwlocks" "lock_pthreadrw" 0 - - php-ext-source-r2_src_configure -} - -src_install() { - php-ext-pecl-r2_src_install - - dodir "${PHP_EXT_SHARED_DIR}" - insinto "${PHP_EXT_SHARED_DIR}" - doins apc.php -} - -pkg_postinst() { - elog "The apc.php file shipped with this release of pecl-apcu was" - elog "installed into ${PHP_EXT_SHARED_DIR}/." -} diff --git a/dev-php/pecl-http/Manifest b/dev-php/pecl-http/Manifest index 71b32c058091..1529ed995423 100644 --- a/dev-php/pecl-http/Manifest +++ b/dev-php/pecl-http/Manifest @@ -1,2 +1 @@ -DIST pecl_http-1.7.5.tgz 174624 SHA256 6be7648f1c738484b5645ac38b671c93a27e99d9c5dc67331acce056dacf34c1 SHA512 43cd2398897ae6cc2b081ca9729c953680ec665b2dd79ba0af248ff110a99b64478ddba8c20bebacd753624e069a9c1c72ca176cd018052d146bdbd4c39cdcc6 WHIRLPOOL 8ce3b68c69b1d00517853d437b2700cb629b7f61edee2e9107358ad559f0b67c9387e0b745d63dd26719d62cd85d6158b47ad45a046fe2b753ec9e1323bfcc59 DIST pecl_http-1.7.6.tgz 174722 SHA256 e87207a7dcd713bef0eb3701b552e0d173fbd73dbd52f9d3968851112e899983 SHA512 e548073e08d106c9ee633dc00c2728845e3a1403c065134a0e8111899b52dacb7175cea836e19da8cf2b7f42fe58c084602003bb79f16d529bc109c39a78bbca WHIRLPOOL 778bd7f1a0bb1698c4a6a8745a40ea5c757ade6cfc027b99bd10f92cc3b111ceb7887a582216c8a303a2ce8edfc90c653b4c055b057691f873c2e3dbd78f740a diff --git a/dev-php/pecl-http/pecl-http-1.7.5.ebuild b/dev-php/pecl-http/pecl-http-1.7.5.ebuild deleted file mode 100644 index 4488ce5943e7..000000000000 --- a/dev-php/pecl-http/pecl-http-1.7.5.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.5.ebuild,v 1.4 2014/08/10 21:02:04 slyfox Exp $ - -EAPI="5" - -PHP_EXT_NAME="http" -PHP_EXT_PECL_PKG="pecl_http" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt" - -USE_PHP="php5-3 php5-4" - -inherit php-ext-pecl-r2 php-ext-source-r2 - -KEYWORDS="amd64 x86" - -DESCRIPTION="Extended HTTP Support for PHP" -LICENSE="BSD-2 MIT" -SLOT="0" -IUSE="" - -DEPEND="net-misc/curl - sys-libs/zlib - dev-libs/libevent - dev-lang/php[hash,session,iconv] - " -RDEPEND="${DEPEND}" - -my_conf="--enable-http \ - --with-http-curl-requests \ - --with-http-zlib-compression \ - --with-http-curl-libevent \ - --with-http-magic-mime" - -src_install() { - php-ext-pecl-r2_src_install - - php-ext-source-r2_addtoinifiles "http.etag.mode" "MD5" - php-ext-source-r2_addtoinifiles "http.force_exit" "1" - php-ext-source-r2_addtoinifiles "http.log.allowed_methods" "" - php-ext-source-r2_addtoinifiles "http.log.cache" "" - php-ext-source-r2_addtoinifiles "http.log.composite" "" - php-ext-source-r2_addtoinifiles "http.log.not_found" "" - php-ext-source-r2_addtoinifiles "http.log.redirect" "" - php-ext-source-r2_addtoinifiles "http.only_exceptions" "0" - php-ext-source-r2_addtoinifiles "http.persistent.handles.ident" "GLOBAL" - php-ext-source-r2_addtoinifiles "http.persistent.handles.limit" "-1" - php-ext-source-r2_addtoinifiles "http.request.datashare.connect" "0" - php-ext-source-r2_addtoinifiles "http.request.datashare.cookie" "0" - php-ext-source-r2_addtoinifiles "http.request.datashare.dns" "1" - php-ext-source-r2_addtoinifiles "http.request.datashare.ssl" "0" - php-ext-source-r2_addtoinifiles "http.request.methods.allowed" "" - php-ext-source-r2_addtoinifiles "http.request.methods.custom" "" - php-ext-source-r2_addtoinifiles "http.send.inflate.start_auto" "0" - php-ext-source-r2_addtoinifiles "http.send.inflate.start_flags" "0" - php-ext-source-r2_addtoinifiles "http.send.deflate.start_auto" "0" - php-ext-source-r2_addtoinifiles "http.send.deflate.start_flags" "0" - php-ext-source-r2_addtoinifiles "http.send.not_found_404" "1" -} diff --git a/dev-php/pecl-imagick/Manifest b/dev-php/pecl-imagick/Manifest index ea74a26444fc..cb70d9ca2f29 100644 --- a/dev-php/pecl-imagick/Manifest +++ b/dev-php/pecl-imagick/Manifest @@ -1,3 +1,2 @@ -DIST imagick-3.1.0RC2.tgz 93264 SHA256 0dbb7e5df61845f8eab68505711b9efcdc98cfaff96dcb982c7f8931dd9e8a31 SHA512 68d51e521f9a3d7e2a71247d7a03e821d8e2b6f9b20fddcdbac8dc40be6d236557580bfd7fb51d8bd2a0aafd5a70c71dee9e0414ec7cd06e9649c0f8898e1e5b WHIRLPOOL 99b845dc9fc78e3469eaf57c19ddcb4bbfe04e790cd6df87859e2795748b085e4f60e21cae565c94a631ce449f9161371e81cd72610522f8f16f799de2920abe DIST imagick-3.1.2.tgz 94657 SHA256 528769ac304a0bbe9a248811325042188c9d16e06de16f111fee317c85a36c93 SHA512 d30e129cc4b61e34830b34261671bf92579c355f36924a802952524119bf07b0e0d59fe2ad361a4caa0322f959bed669b82d1f12a531b106648ccf9d22b4fba3 WHIRLPOOL 99309fb01a43d369d6a348c623afedfa291470ff0299b38faa949ff9da4654af0ceef6d67d7b7889b6b50bcaf17c4893a6b719b3c7afaa4fc1c87eef79ea4dc9 DIST imagick-3.2.0RC1.tgz 163503 SHA256 a5f1ea34b9a21f48ea0b978d11a3cac32c53306482097c63324f7ecd9b157b5e SHA512 2c898f5aceb8ef7cb1e2a6b3fc6c5f909afda1891ff67b53a2b7904fac528d0f444d5e655c117c91e261a31d7fb94781eb14d7e38a6365d923c28bdceba7b6ea WHIRLPOOL 38ade896bac904488da04627bdd321beecbb6f44d8cd352168128ecf222f40e4149fe2a99fd027a6789fd9c4a0411215ec5fa1e2e8d717442c66322d9ab67025 diff --git a/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc2.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc2.ebuild deleted file mode 100644 index a59c56f11040..000000000000 --- a/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc2.ebuild,v 1.6 2014/08/10 21:02:21 slyfox Exp $ - -EAPI=4 - -PHP_EXT_NAME="imagick" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -DOCS="TODO" - -MY_PV="${PV/_/}" -MY_PV="${MY_PV/rc/RC}" -PECL_PKG_V="${PECL_PKG}-${MY_PV}" -FILENAME="${PECL_PKG_V}.tgz" -S="${WORKDIR}/${PECL_PKG_V}" - -USE_PHP="php5-5 php5-3 php5-4" - -inherit php-ext-pecl-r2 - -KEYWORDS="amd64 x86" - -DESCRIPTION="PHP wrapper for the ImageMagick library" -LICENSE="PHP-3.01" -SLOT="0" -IUSE="examples" - -DEPEND=">=media-gfx/imagemagick-6.2.4" -RDEPEND="${DEPEND}" - -SRC_URI="http://pecl.php.net/get/${FILENAME}" - -my_conf="--with-imagick=/usr" - -src_prepare() { - local slot - for slot in $(php_get_slots) ; do - cd "${WORKDIR}/${slot}" - epatch "${FILESDIR}/remove-header-check.patch" - done - php-ext-source-r2_src_prepare -} diff --git a/dev-python/authres/Manifest b/dev-python/authres/Manifest index 9e2502c5a78b..1fe6d1ccacda 100644 --- a/dev-python/authres/Manifest +++ b/dev-python/authres/Manifest @@ -1,8 +1,2 @@ -DIST authres-0.401.tar.gz 15278 SHA256 1da49151c1326805cd12b9ca47895310f646187763211d4e52f6b86862fd9cd0 SHA512 d5bd3c562c2d8e700b766ed017b0ff766bd789f441b77be744d9d40013ee532f37bf16a413d74e752c27771919c6b31b7c20a03bd1967b15f1e26f87112f0009 WHIRLPOOL 73633c7c828a6c7366fd594c9532a58b2314c2cc78a71a837eb47e88595f1bfb5aba5778c82bd081f12c383cbe24fee62c59a12c0fd2fdad642fae3292911ef3 -DIST authres-0.402.tar.gz 15512 SHA256 cba2dbe39c3cbed5129246055f5f3c9e0e1e2a5b4c2536e4fc721c4905dce679 SHA512 8b3506ee274d3501d07cd51a82a2b146ed39dffd0adcfa552aef40248d30ec89a74678f97ee52bf6e583c7368099b0163b5c10ddf0a11464d7a55923e5c1f8c4 WHIRLPOOL 465b284349f3482e6b4e79123f36c677141cda84b7adb83812da47d100afd2a0e7c294d70ff7c9d243cd941d9262adc31eea1ef30f54d51bac9e46f97801433c -DIST authres-0.500.tar.gz 17246 SHA256 6d7e79d00013b98b6547695c6896fcd5ac8d6bf8a6c2c9af347c69f21d3db145 SHA512 070a34dd84d9d5d7f74defbda0679f2d2de053b03ccfd022060bd63dd3add9855d95be63d772fdb6695b22363368733886cd8bf5ab490d3ee06190a30caaddd3 WHIRLPOOL 77e9a85c253aa5d664671c1965dd0881eb80df0aaa63a23f95c21692608a3a12498317a41bf77badc1467325441301a73334b4d4de48689ab9e0bd0faa7c0717 -DIST authres-0.501.tar.gz 27991 SHA256 3021e6d0bd9ccacc06731b96e409ae7fbb8d36b153330d8921e8c6168454abac SHA512 fc4bd7b47df52e72556c57c5d6e2bd2fb81c50cf615bcf127476f58591b36afe2781d1c15da813c4156e60c195fe26ac6b2509d8622e753384f5070f36775980 WHIRLPOOL aab5f5ef07b416f3b88739cfe636fc5251e67e9d8f31280c536636408d0f87b955d7de4d7db0abe7c50c167998b47f1ea9f1b979d716a65ab9fa3ac5b3a7acbb -DIST authres-0.600.tar.gz 16614 SHA256 4bfdff4a51d217c54f611edba14a63417e8563ee15a7cf3e1df9b01e32ebb48a SHA512 d60ea4c061ff82ef9649f668453148e7b467681d3c890aa6241915cd853f38e77c7f5819ddcbddf97ca6c29355effe9ae288b6ad5d3d1fdbb5ff00bcb7b1bcd3 WHIRLPOOL 742c8aac11ef3d7973fa8de6047f36bff32a6f6f0692acb68df67a7339047848af43a6d82882933347627fc7b53c8cf65f1b6b2ba2a32f931ace37cd273eae86 -DIST authres-0.601.tar.gz 17800 SHA256 7710b9635a0547e0c4b37963f9edc08849e3d1caf5d7951e47761999c71e09fc SHA512 683fd8485a0fdb65eb7ac06b3a6330864c2d4a1c57bd3d9e77c02867927fb093c9d5360abc6841b98050f9ea0c976e7637a5ac5862e3f6ecc6803945ac570de7 WHIRLPOOL 1bb8d00b5bf0340275eb75a7b5ca625038e1213af33cf6127254bf5ffc33d2f488030f420b09f2485efad0909407cb8be491ba91bdecd57fab984fa2ba7ab8d9 DIST authres-0.602.tar.gz 17971 SHA256 41cea7fcc3387e381b520053dbbba1825598b6cb9d45c505ae466d7a2a27edc3 SHA512 3113a23baecf7bb0483e450cd22271eca0e756a772c366e77d36682bec764e528c0befad682f346026aad669b17dc85337f9994f8480535d7184e5a92c0be512 WHIRLPOOL 609e980f1f4b9142fe88272d75a9cbeb187abcb457552bc5e3d8ed9d3a920d3c188b23b93b8037df4b1a2cadd11e0612f3f7c1535c6337334de5ae2ca3ca8b1a DIST authres-0.701.tar.gz 18878 SHA256 4536c485ab8da667be84361b040e626d025cc8b3cb5ad7ef156a7764bf9a9b12 SHA512 e4482a8c5494a550a76a0d0b8b0d406d257da271d8fae901569a960d2f90ec616c5de48a578240e831c29f9345d128ecc9cba6f05befbb03f5cd90b4c26af422 WHIRLPOOL cbca8127df9ac573bdb653f22869450184cfd05221aa17a28726183e17572f4cde85b255b6e3583336aa87383e34a1999f4a647c1bac8eb91bc70075b0d0669e diff --git a/dev-python/authres/authres-0.401.ebuild b/dev-python/authres/authres-0.401.ebuild deleted file mode 100644 index 5f0f6a7e6f05..000000000000 --- a/dev-python/authres/authres-0.401.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.401.ebuild,v 1.2 2012/05/09 03:18:11 floppym Exp $ - -EAPI=4 -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5" - -inherit distutils - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS="CHANGES README" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" \ - -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return - } - python_execute_function testing -} diff --git a/dev-python/authres/authres-0.402.ebuild b/dev-python/authres/authres-0.402.ebuild deleted file mode 100644 index 7e5446c35056..000000000000 --- a/dev-python/authres/authres-0.402.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.402.ebuild,v 1.3 2013/02/26 10:59:26 ago Exp $ - -EAPI=4 -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5" - -inherit distutils - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="amd64 x86" -SLOT="0" -IUSE="" - -DOCS="CHANGES README" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" \ - -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return - } - python_execute_function testing -} diff --git a/dev-python/authres/authres-0.500.ebuild b/dev-python/authres/authres-0.500.ebuild deleted file mode 100644 index 266d7b194168..000000000000 --- a/dev-python/authres/authres-0.500.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.500.ebuild,v 1.1 2013/02/22 03:37:01 patrick Exp $ - -EAPI=4 -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5" - -inherit distutils - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS="CHANGES README" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" \ - -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return - } - python_execute_function testing -} diff --git a/dev-python/authres/authres-0.501.ebuild b/dev-python/authres/authres-0.501.ebuild deleted file mode 100644 index 3a70d8a01db2..000000000000 --- a/dev-python/authres/authres-0.501.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.501.ebuild,v 1.3 2014/03/31 21:02:13 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS=( CHANGES README ) - -python_test() { - "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return -} diff --git a/dev-python/authres/authres-0.600.ebuild b/dev-python/authres/authres-0.600.ebuild deleted file mode 100644 index 84398cb59ffd..000000000000 --- a/dev-python/authres/authres-0.600.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.600.ebuild,v 1.3 2014/03/31 21:02:13 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS=( CHANGES README ) - -python_test() { - "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return -} diff --git a/dev-python/authres/authres-0.601.ebuild b/dev-python/authres/authres-0.601.ebuild deleted file mode 100644 index f78169fe7648..000000000000 --- a/dev-python/authres/authres-0.601.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/authres/authres-0.601.ebuild,v 1.3 2014/03/31 21:02:13 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Authentication Results Header Module" -HOMEPAGE="https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="" - -DOCS=( CHANGES README ) - -python_test() { - "${PYTHON}" -c "import sys, ${PN}, doctest; f, t = doctest.testfile('${PN}/tests'); \ - sys.exit(bool(f))" || return -} diff --git a/dev-python/axiom/Manifest b/dev-python/axiom/Manifest index 843dfd69ce6e..03c6ca9089a7 100644 --- a/dev-python/axiom/Manifest +++ b/dev-python/axiom/Manifest @@ -1,3 +1,2 @@ DIST Axiom-0.6.0.tar.gz 197148 SHA256 0c3e5586c91df966f2c1b2031db870ee6b73bdd0517f9a7dab764ef0943e548c SHA512 493aa981d6bfa4ee12cd57fe6272bb00b123f6eed9d6a07923e5f391fd7d5fc4cc1c1025fe6eaf67d1e0da75e8293695abd2e4e9895ef06f02eff6517357a0d6 WHIRLPOOL d2c5c465ae80e0265c44c19b02b6cf7cca97f0f244f8271a296b3274ef87532ec2ea29aba8b5262a46ecf9813cee666280bc045af42f2687aba5a8472027242a -DIST Axiom-0.7.0.tar.gz 440345 SHA256 25e8e54bb0a357bce92d0f46b800d66b31e7692685e899d639243a05832770bb SHA512 4a77df5cac1ff80bb4847922061d2f50897b609f67bdfd4366d40b80baa95d6ddb184314ce816e01c1a3df7a8013d1fa9ae6cf8d08ac864c101e42cb42cb11a3 WHIRLPOOL 6e7e5cc098c9eb5ca4f1a2fa71bd2d678d7ff533d39515a24bc1454a3677552ce5cc6a3a0046dc60a6a2705d4b3aaa90c0baa2a2773549fa267fc7782ad88590 -DIST Axiom-0.7.1.tar.gz 200683 SHA256 4699e6cdaecbe178d553bed4cb2ee623238da18e218838e92867a99addfc2c2e SHA512 b2a366436982e93429877a80306e38706978d519b16119440161ceae5f858bc953030819ccdad20906b32b5bd4faa7e392f2d5b3dfb4d4d9a15e5ace75a9c270 WHIRLPOOL 77de680a0bd29852797e4910cc4fa87b417b40f72ede7dee62b73f960460823b823fb285f54fb9ce98e885464e2a9708aadd287c498300cd04d600b1eb4b35ae +DIST Axiom-0.7.2.tar.gz 201850 SHA256 a9e82a2288ac8b465bbeb2b97b567f5eea7d4856924c3e9bb74dcbad466e2ff6 SHA512 b8aba9b1b69141ad93759255f8eb169d815565d4b5b5f813b9afadb1158960ead859c896c2f26797fa1953c5cc35729dfbbb942077530402372030f85e85f3a5 WHIRLPOOL 9dd38b9f2d1f7fb3c245c6f829c6075ed09515dc9b5b88ba4ad881ad633a91ef24b021a2bbab198d77ed58f19a2ce9e89e5846b6865ede8adb7844cf3a18f1ed diff --git a/dev-python/axiom/axiom-0.7.0.ebuild b/dev-python/axiom/axiom-0.7.0.ebuild deleted file mode 100644 index bf858230a1c4..000000000000 --- a/dev-python/axiom/axiom-0.7.0.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-python/axiom/axiom-0.7.0.ebuild,v 1.3 2014/08/10 21:07:14 slyfox Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="sqlite" - -inherit twisted-r1 - -DESCRIPTION="Object database implemented on top of SQLite" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodAxiom http://pypi.python.org/pypi/Axiom" -SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND=">=dev-python/epsilon-0.6.0-r2[${PYTHON_USEDEP}] - dev-python/twisted-core[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}/${PN}-0.5.30-sqlite3_3.6.4.patch" ) - -TWISTED_PLUGINS+=( axiom.plugins ) - -python_install() { - distutils-r1_python_install - - touch "${D}$(python_get_sitedir)"/axiom/plugins/dropin.cache || die -} - -python_test() { - py.test ${PN}/test/ || die "testsuite failed under ${EPYTHON}" -} diff --git a/dev-python/axiom/axiom-0.7.1.ebuild b/dev-python/axiom/axiom-0.7.2.ebuild similarity index 67% rename from dev-python/axiom/axiom-0.7.1.ebuild rename to dev-python/axiom/axiom-0.7.2.ebuild index ea765c9b5cc9..d588df522616 100644 --- a/dev-python/axiom/axiom-0.7.1.ebuild +++ b/dev-python/axiom/axiom-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.7.1.ebuild,v 1.2 2014/08/10 21:07:14 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/axiom/axiom-0.7.2.ebuild,v 1.1 2015/01/11 07:12:49 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -15,13 +15,11 @@ SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" +IUSE="" RDEPEND=">=dev-python/epsilon-0.7.0[${PYTHON_USEDEP}] >=dev-python/twisted-core-13.2.0[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - test? ( dev-python/pytest[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${PN}-0.5.30-sqlite3_3.6.4.patch" ) @@ -32,7 +30,3 @@ python_install() { touch "${D}$(python_get_sitedir)"/axiom/plugins/dropin.cache || die } - -python_test() { - py.test ${PN}/test/ || die "testsuite failed under ${EPYTHON}" -} diff --git a/dev-python/boto/Manifest b/dev-python/boto/Manifest index 4db54ce5890b..3ab99a72dbcc 100644 --- a/dev-python/boto/Manifest +++ b/dev-python/boto/Manifest @@ -15,3 +15,4 @@ DIST boto-2.28.0.tar.gz 7101691 SHA256 c1599e66174a6cab633cb6bf5ec2590cce104c23d DIST boto-2.29.1.tar.gz 7105487 SHA256 eed223541b8e7901fe848e5050b6f369603f792fd8bc1b0590960626b728fe17 SHA512 1297aaf993dfbacdd78d368cf3429044b0704486706380a5f316fc3c49a50710bc0357dcfbc78daeb88058eb243a657d96c9dac19fd50a8eedf5f54afa7c760d WHIRLPOOL 76e2e9d749c8d65aa713692ad31b00dccea45d95e3bc9ddf1e0fbc74cc4d6daf0667bab5fe917e872789d4ee464058cad0c1468b2c1ae01ce4c772014ef8a246 DIST boto-2.31.1.tar.gz 7078455 SHA256 dadccbe69a9f8d858506bb9b14ff288fa91b81dec1fefd8867792324b8cb33f3 SHA512 473f8c83dfe73ee9d5a3cb694793b99543264a7ef3b54346d11a5136e8b26b40fb8b1d7c9a23deaf34fb962ddf90923c6399f7cc3c8d6a1f5aa492d9a070393c WHIRLPOOL 6ac0cf73c4216ef18cecf591c7108651f1e1636d6863c5f31378965e9f7453dc42b36de032bcdee7956ba98694e1e706ef086df6923782b6266b5f9e09a072a9 DIST boto-2.34.0.tar.gz 7302242 SHA256 33baab022ecb803414ad0d6cf4041d010cfc2755ff8acc3bea7b32e77ba98be0 SHA512 5784ab3eb785784fa348f9f572d8e885d297d0e569f503229f0ae3aa66389699c9fe21cd1737e20a9683735dc4e7a765aa2345b013c75a3292ed5995f20699d2 WHIRLPOOL 33c42d3f012410e9f3acead7293073dfea3e97cffa93248d735a76266480ab912935d8300839ef742820f1ed1a093dbf5555c163bd8ee34cf28f09a62a01dff5 +DIST boto-2.35.1.tar.gz 1367029 SHA256 62604f0fdf68a2b9a6c6bd5111c82e10281b498695152d21f56c9e4a0691d45d SHA512 4be15cbb4ccc9f984fed11213ce1e64fefe7adbc747314dc0030928f2876b55322344f325228d95209e0411ef22fe1a3bede91ffbf3e9eed1a1a2d2507bff92d WHIRLPOOL 060f3e2483a3a5be26b67a2a94df2f88a9eccb3f62cc4020e26b7ac0111d30d938638641f4c83c71095602d5b79e365de6211f884b4adbeacf6d7187bb04d071 diff --git a/dev-python/boto/boto-2.35.1.ebuild b/dev-python/boto/boto-2.35.1.ebuild new file mode 100644 index 000000000000..6cbaf565bb06 --- /dev/null +++ b/dev-python/boto/boto-2.35.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/boto-2.35.1.ebuild,v 1.2 2015/01/10 06:17:48 radhermit Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Amazon Web Services API" +HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +# requires Amazon Web Services keys to pass some tests +RESTRICT="test" + +python_test() { + "${PYTHON}" tests/test.py -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/chameleon/Manifest b/dev-python/chameleon/Manifest index a04bda019296..9f2fc0b4cea3 100644 --- a/dev-python/chameleon/Manifest +++ b/dev-python/chameleon/Manifest @@ -1,2 +1,3 @@ DIST Chameleon-2.16.tar.gz 200838 SHA256 87c82d657fbc1b47decbe605a6f6105d9190cb19e924b59262cfdfa03e7a512d SHA512 a6f1491a11e55231ed5304b297d749dd590f1d0340732e00d20e4af1b311df297df2a72cc79f0e4949e5ac00acb9dec29dcb50423facb2b3bcff6ad3d1d75350 WHIRLPOOL 7ed76fbb05f3c413d86f42b45ef73d5b333718031434273e512db43eae69900abfee7b10deff78f360131d50a1093e22786ca01b8eb5984ac5ac5330ba1f7eb1 DIST Chameleon-2.18.tar.gz 201784 SHA256 b1dddb4d6c19c3464dafdc157ce50b7bdc172c9a1a04b8a5d8173d615f2b6885 SHA512 f58a8610f10902082950e35a260f44ea5bdb89c58a1812a411b87379c430efac66b44cb681abf980044494421d35d97865a9b16448b34c3813faaa3b25e348ea WHIRLPOOL e0bba8f3a8d9f826c53dd62b613ae926fc98185b00c32d37a3327c8f4383e3323d1a1cbebc4ac22098618a4ea653f78b6cdfe299e82a21471680ba46bdb24f1d +DIST Chameleon-2.19.tar.gz 202197 SHA256 744070535f8e85a277aef07b0a98256aec5bf6a0d9b909686ce571eb26914491 SHA512 7e90ccf5f53000b94452b8c343cf232d4bc48857dd33ea19bf44e6732033851459a0761cc0f2af5851b11f5c1cd698679ef541cbaa895373f59d66717b3fc267 WHIRLPOOL 6c24d006a707f2b3e2a0b2df5ee2fc52314a5c830fbb8096429ac40dc43e932ddcc38fbeef5886066f848f10076ea8a171a557f995c7b1df16bdf709a858ee4f diff --git a/dev-python/chameleon/chameleon-2.19.ebuild b/dev-python/chameleon/chameleon-2.19.ebuild new file mode 100644 index 000000000000..18a7f5dd525f --- /dev/null +++ b/dev-python/chameleon/chameleon-2.19.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.19.ebuild,v 1.1 2015/01/11 08:13:30 idella4 Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) + +inherit distutils-r1 + +MY_PN="Chameleon" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Fast HTML/XML template compiler for Python" +HOMEPAGE="http://chameleon.repoze.org http://pypi.python.org/pypi/Chameleon" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="repoze" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +python_compile_all() { + use doc && emake html +} + +python_test() { + esetup.py test +} + +python_install_all() { + use doc && local HTML_DOCS=( _build/html/{[a-z]*,_static} ) + + distutils-r1_python_install_all +} diff --git a/dev-python/colorama/Manifest b/dev-python/colorama/Manifest index 5137a47ed690..c5477999c938 100644 --- a/dev-python/colorama/Manifest +++ b/dev-python/colorama/Manifest @@ -1,4 +1,2 @@ -DIST colorama-0.2.4.tar.gz 13070 SHA256 ab2a1f39493a7cfe61b919ec3c6c204f593db2bf3818a70f6f0aa6b8b0a52e55 SHA512 89e3c439d097972454a0337af23a87c7400b32a0aa968719ed6f14b77f245dec8ed73643e626266d206dcfaf5ef0c45e843eda9270135454c1c9190a810bfcbc WHIRLPOOL 3bcc2a658946c7f80e3b058b3cbc251858f40579770c97bf070f7f911deb5a2a1fb30056e51704c0565c1654f27445e4cdfd954501687365a08fb38ff15d97c0 -DIST colorama-0.2.7.tar.gz 18513 SHA256 37dc4e718795a6c5d172de35dab1a278625f78c49883519e337834ff40dddde5 SHA512 6ed350b0e1fa3d60775643ee1437b6277478cebf92e5f7de346a79dc1b038fb72b1dd16cf5c0ef87c6cb0b6627eda3a00b57fdc8d62cc5a9431856d3668d1507 WHIRLPOOL ec6443afe43ab7227102fbb1508d7837535dbe07f8ffb62d1c3394e348a6cd5647f86aba20168f8a9fef0d29f39435969284d5c02b419e33aa613b9c335d1bc2 -DIST colorama-0.3.1.tar.gz 21107 SHA256 012261ba542a5b18076cac0eaa3892ebe6098e170591e08a8fc0fbf8ab3d5c90 SHA512 4fdffac10099ba47948145e3c37a1345b71ef5a5b728ec4b5d23ed8f3e0eb8a19be2814be0421b144eba1a5b99a0f4b80d9cb2f34653c87fd33adc5dae45436e WHIRLPOOL 543a095a5252e31ed9a5e0d9542183d0297f86bb91a12f72cd512727417f93957f62834ae32213f1f8e9502fa04c4597c3e9424094df093248bb711561f43bf2 DIST colorama-0.3.2.tar.gz 18343 SHA256 218862857d74ff781c2caf44629a7d72b88bbb8a2b0aa0f4f1eb8666f8305c11 SHA512 1fe6d72a4f56ef1adb96f70b1721223937647a2f22648bececf7ad05710d82bede767ebd00e9267db0f874ddbe3ec852b82408794b80ea803c888dcfcd9b9532 WHIRLPOOL b49b276772798ba0b606f0b109d8eef1aaeaa6103e143765f75c3c9275b5e94a06aefd05856e0534372fcf0e3da10b236eac8f1f0b4962ec297beff0cfafe059 +DIST colorama-0.3.3.tar.gz 22765 SHA256 eb21f2ba718fbf357afdfdf6f641ab393901c7ca8d9f37edd0bee4806ffa269c SHA512 8e6177ea60ab8f1267ce982f23803a9d2eb0c4550d7eac4776416d62a99d1ce03254fc64cc959ca95e2409ceeff081d4d19359c383e969dfb921b44c56914495 WHIRLPOOL e5fe6c0046b558abdde260d9d89e3cbe197165f99fb4f7134c14fff95e6c1e92b3472a95001d847ab58e8445c87f21774a71f629771593934ea070838c765461 diff --git a/dev-python/colorama/colorama-0.2.4-r1.ebuild b/dev-python/colorama/colorama-0.2.4-r1.ebuild deleted file mode 100644 index f60c95ab9b4d..000000000000 --- a/dev-python/colorama/colorama-0.2.4-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.2.4-r1.ebuild,v 1.3 2014/03/31 20:52:11 mgorny Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 python3_2 pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Makes ANSI escape character sequences, for producing colored -terminal text and cursor positioning." -HOMEPAGE="http://code.google.com/p/colorama/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/colorama/colorama-0.2.7.ebuild b/dev-python/colorama/colorama-0.2.7.ebuild deleted file mode 100644 index 1d4be278a212..000000000000 --- a/dev-python/colorama/colorama-0.2.7.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.2.7.ebuild,v 1.6 2014/04/03 06:27:28 radhermit Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Makes ANSI escape character sequences, for producing colored -terminal text and cursor positioning." -HOMEPAGE="http://code.google.com/p/colorama/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" diff --git a/dev-python/colorama/colorama-0.3.1.ebuild b/dev-python/colorama/colorama-0.3.3.ebuild similarity index 80% rename from dev-python/colorama/colorama-0.3.1.ebuild rename to dev-python/colorama/colorama-0.3.3.ebuild index eccaee5563fb..b92eb152aa67 100644 --- a/dev-python/colorama/colorama-0.3.1.ebuild +++ b/dev-python/colorama/colorama-0.3.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.3.1.ebuild,v 1.2 2014/08/10 21:08:46 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/colorama/colorama-0.3.3.ebuild,v 1.1 2015/01/11 08:50:37 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 diff --git a/dev-python/lockfile/Manifest b/dev-python/lockfile/Manifest index 233f5e1260e3..e1bb4de6d544 100644 --- a/dev-python/lockfile/Manifest +++ b/dev-python/lockfile/Manifest @@ -1,2 +1,2 @@ -DIST lockfile-0.8.tar.gz 8825 SHA256 e6e20ec66ceaea2cf81c675216d68f11b3d15a855fe6c64a26ef983b399afd7a SHA512 6a854639e1628a9c484fbd543a217814a5c3f02e6887fee1060cff729372d360cb2fe96d50048bd85187add9ca573d7a37de7c57aa40080f3c66eaa55f30b1bc WHIRLPOOL 584e2a5101cfe2bb7fb89690c566398ecf3bd205699a4d448681168b92174e300ca4312c43cbd62c2bbf595d8924d70fa82b943e1be465cb5a01caafe6229c52 +DIST lockfile-0.10.2.tar.gz 20662 SHA256 9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1 SHA512 7d70bcf7c343228f144687dd2cbc47a525034a68134fa626077d08308e6abce80559e36e9f65859d4c46873c712f62e1d6bb2aeec422d337332b65caf2e430a8 WHIRLPOOL d23a0b99da2304d9c884e69df7fbae4e507d7bab35fe450f2062aba44b4c85fd2c1585012cd02a56c886b50c44fb5a470afe13546f828297c498c3a8551eda86 DIST lockfile-0.9.1.tar.gz 16949 SHA256 88d8ea8d435ee5691117a87d1ca8fed2f8da881eb145295bf6895ac2c416e95d SHA512 1f7e2b13c42df730339e653a361bf4b85a289d62ed9277f159ab454b1e951d922884086299912472236ce0772d5eceebab7e0c6407590bb2ccbe9c56b664de05 WHIRLPOOL 543bc9ad7e937feba52c6132eee3356a9a229c8866f4f605f8399343a676fc98f62bf33f121c4f8dcbac8e18f38168561d34119efea5e30b53427a7e7283055d diff --git a/dev-python/lockfile/lockfile-0.10.2.ebuild b/dev-python/lockfile/lockfile-0.10.2.ebuild new file mode 100644 index 000000000000..f8cbeb5c53ae --- /dev/null +++ b/dev-python/lockfile/lockfile-0.10.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.10.2.ebuild,v 1.1 2015/01/10 17:54:59 djc Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Platform-independent file locking module" +HOMEPAGE="http://launchpad.net/pylockfile http://pypi.python.org/pypi/lockfile" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="doc test" + +DEPEND="dev-python/pbr[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + test? ( dev-python/nose[${PYTHON_USEDEP}] )" +RDEPEND="" + +DOCS=( ACKS README RELEASE-NOTES ) + +python_compile_all() { + if use doc; then + einfo "Generation of documentation" + emake -C doc html || die "Generation of documentation failed" + fi +} + +python_test() { + # "${PYTHON}" test/test_lockfile.py yeilds no informative coverage output + nosetests || die "test_lockfile failed under ${EPYTHON}" +} + +python_install_all() { + use doc && local HTML_DOCS=( doc/.build/html/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/lockfile/lockfile-0.8-r1.ebuild b/dev-python/lockfile/lockfile-0.8-r1.ebuild deleted file mode 100644 index 19cd3e197142..000000000000 --- a/dev-python/lockfile/lockfile-0.8-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.8-r1.ebuild,v 1.2 2014/08/20 14:05:28 armin76 Exp $ - -EAPI="5" -PYTHON_COMPAT=( python2_6 python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Platform-independent file locking module" -HOMEPAGE="http://code.google.com/p/pylockfile/ http://pypi.python.org/pypi/lockfile http://smontanaro.dyndns.org/python/" -SRC_URI="http://pylockfile.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" -RDEPEND="" - -DOCS=( ACKS README RELEASE-NOTES ) - -python_compile() { - distutils-r1_python_compile - - if use doc; then - einfo "Generation of documentation" - cd doc - emake html || die "Generation of documentation failed" - fi -} - -src_install() { - distutils-r1_python_install_all - - if use doc; then - cd doc/.build/html - docinto html - cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed" - fi -} diff --git a/dev-python/lockfile/lockfile-0.8.ebuild b/dev-python/lockfile/lockfile-0.8.ebuild deleted file mode 100644 index 15bfef0c3110..000000000000 --- a/dev-python/lockfile/lockfile-0.8.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.8.ebuild,v 1.5 2014/08/20 14:05:28 armin76 Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit distutils - -DESCRIPTION="Platform-independent file locking module" -HOMEPAGE="http://code.google.com/p/pylockfile/ http://pypi.python.org/pypi/lockfile http://smontanaro.dyndns.org/python/" -SRC_URI="http://pylockfile.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" -IUSE="doc" - -DEPEND="doc? ( dev-python/sphinx )" -RDEPEND="" - -DOCS="ACKS README RELEASE-NOTES" - -src_compile() { - distutils_src_compile - - if use doc; then - einfo "Generation of documentation" - cd doc - emake html || die "Generation of documentation failed" - fi -} - -src_install() { - distutils_src_install - - if use doc; then - cd doc/.build/html - docinto html - cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed" - fi -} diff --git a/dev-python/lockfile/lockfile-0.9.1.ebuild b/dev-python/lockfile/lockfile-0.9.1.ebuild deleted file mode 100644 index f629cba80cac..000000000000 --- a/dev-python/lockfile/lockfile-0.9.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lockfile/lockfile-0.9.1.ebuild,v 1.7 2014/08/20 14:05:28 armin76 Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 3.*" - -inherit distutils - -DESCRIPTION="Platform-independent file locking module" -HOMEPAGE="http://code.google.com/p/pylockfile/ http://pypi.python.org/pypi/lockfile http://smontanaro.dyndns.org/python/" -SRC_URI="http://pylockfile.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm ppc ~sparc x86" -IUSE="doc" - -DEPEND="doc? ( dev-python/sphinx )" -RDEPEND="" - -DOCS="ACKS README RELEASE-NOTES" - -src_compile() { - distutils_src_compile - - if use doc; then - einfo "Generation of documentation" - cd doc - emake html || die "Generation of documentation failed" - fi -} - -src_install() { - distutils_src_install - - if use doc; then - cd doc/.build/html - docinto html - cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed" - fi -} diff --git a/dev-python/lockfile/metadata.xml b/dev-python/lockfile/metadata.xml index 90c5f8cdf4b6..45e559da998a 100644 --- a/dev-python/lockfile/metadata.xml +++ b/dev-python/lockfile/metadata.xml @@ -3,6 +3,6 @@ python - pylockfile + lockfile diff --git a/dev-python/msgpack/Manifest b/dev-python/msgpack/Manifest index 17af147f68b9..5d40a885aab8 100644 --- a/dev-python/msgpack/Manifest +++ b/dev-python/msgpack/Manifest @@ -3,3 +3,4 @@ DIST msgpack-python-0.3.0.tar.gz 97932 SHA256 fb6ed5144a9fe2b58d46f8f276417d48dd DIST msgpack-python-0.4.0.tar.gz 111411 SHA256 d078094f0b29b2b93cb96a76febc70fbe90ae4eb131ff60a6dc038edda92c278 SHA512 00d5ff5bffb290b01e790c47dec73cefd23020101d16308034ae7ca4e08cb4ed7d2491530cc10069ffb420c3f7e65a130410cd778497c74913711bdd6f7ad15c WHIRLPOOL b6b686a3da80f14b32c0b7087ad2ae14ff1de9c1428948ef7c3d2dd8efcbfd297589e2ffe41080f0ac22a41d2b759494d49f6f81318cf41033388bdb0cb1a02a DIST msgpack-python-0.4.1.tar.gz 111597 SHA256 63b944fe47c31155dc2239c22eb28eb282baef57de921408748eb9171291adf0 SHA512 0024ac3fd90a6c2cadd672c2512bd343a0b149c4efc078326a0a0efeeab04bd15342dc56507bacfd7dbd6e108bef81423accd048c03c47342b676790a72558f5 WHIRLPOOL 89f167a3cdc9c99301c14963227922e56bc4a3357214103fa620823b73d0f9f1bd372cdf0044a1149bfe947f6ca71ebf497a09b402d81de61c55822a85243d1f DIST msgpack-python-0.4.2.tar.gz 114043 SHA256 0476e8fdd79e5b648b349bd0edebf06e41271ee29421ef7adb12cdbe55dac2a9 SHA512 73cae17c08d34bd721828b1759b998372600e26fdfc62c16cb571b5cb41bf1a65ef98af65db0e48da229461f835aa17a547b03b25f407f570e493d8f363ab507 WHIRLPOOL 272ac48cb24f93efcbafaecbe3e947ac379bd01fc4913663a02bfa9bba41b75830b54090394017dabc4d4585bdf426ce69038202298ba9edad38bb3d5acda0be +DIST msgpack-python-0.4.4.tar.gz 113908 SHA256 9988ea0cb9dc9d6505e088f1f43d1cf25c9f4d769b4b106ab56e3261438bde36 SHA512 f661ed3830c2e1286de829ed736f07217193377b4065c056b3db28e208d09ee8a875e2356e7e8b97392def581d3a51f176d83899ddb5d56e459cd1095f68ca0d WHIRLPOOL c2784ba4e241a186df497b8ca565fa11a9a7b6629131367a01394543a57079aaaa690b62b13121c8352ce7d926ec78b057d071453558eca2f9efdf75efc30035 diff --git a/dev-python/msgpack/msgpack-0.4.4.ebuild b/dev-python/msgpack/msgpack-0.4.4.ebuild new file mode 100644 index 000000000000..490a6bda8f74 --- /dev/null +++ b/dev-python/msgpack/msgpack-0.4.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/msgpack/msgpack-0.4.4.ebuild,v 1.1 2015/01/10 06:58:07 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 + +MY_PN="${PN}-python" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="MessagePack (de)serializer for Python" +HOMEPAGE="http://msgpack.org https://github.com/msgpack/msgpack-python/ https://pypi.python.org/pypi/msgpack-python/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/six[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +S=${WORKDIR}/${MY_P} + +python_test() { + py.test test || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/oslo-utils/Manifest b/dev-python/oslo-utils/Manifest index 5d8557a4e670..a7651d46a9a6 100644 --- a/dev-python/oslo-utils/Manifest +++ b/dev-python/oslo-utils/Manifest @@ -1,2 +1,3 @@ DIST oslo.utils-1.0.0.tar.gz 32719 SHA256 4d1fdb896eb7a690ddf2a04b47c347caefaf1117bb2be83723546fbaa5141864 SHA512 09c6b759f39eb90ec382f68f3cf70e600847bdc6c44802a82e279a10be75587fe5e67f5e5b136ab6ac338b69ff484a869dbf236e0e46fc72a90ca69619a53c9b WHIRLPOOL 470720887a248afc953c691ba8e659fb010b3b59708992a34387814487b3077f723879f603d931d1a14efd87fe95f868103ca7beaa8bb78c97a9510c28e8364c DIST oslo.utils-1.1.0.tar.gz 40359 SHA256 f12dfba246ff52e94ec005d5c5862c0300e6cd295ceb953b37b876571a544dc1 SHA512 6b6ffc086e88c0222e9931c78680f15f021b9e9bb211bcb9b4114cc62f47b5bf85846b58e7b792355c7bfe1c01dddcb78871f981fde719360c3889daa85a5ddc WHIRLPOOL f44c34acdecd1d4bd495c60e65d41cebdaa7ef1a39fc4a749a339161ec428e3d274462e34fa8729aa2e7bcdc1f0de66e8d3f87c022c6c91425f1778ca7bef145 +DIST oslo.utils-1.2.1.tar.gz 54946 SHA256 9cd8bcde345554582fd12c6daab81a7327a90c72861aa644e8b7b3fbfed5deba SHA512 f928afe21ef908cb6f20beb42502c4709827fdcc7e44f81fd5adeb4ac8faf07649c813824702e0a1972e8100ec894f441017dfc3a887f1b56afd4bfa24846803 WHIRLPOOL c91b4e2eb283b46df6341d7f52ca61ee20b286c84afd8ca8a287627a7d3be914b343c9fd1ea141e02f2c7179c96921ab38c6d094666ba3979dc639fa5fb2e4f7 diff --git a/dev-python/oslo-utils/oslo-utils-1.2.1.ebuild b/dev-python/oslo-utils/oslo-utils-1.2.1.ebuild new file mode 100644 index 000000000000..9c16e0792903 --- /dev/null +++ b/dev-python/oslo-utils/oslo-utils-1.2.1.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-utils/oslo-utils-1.2.1.ebuild,v 1.1 2015/01/11 00:19:12 alunduil Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +MY_PN=${PN/-/.} + +DESCRIPTION="Oslo Utility library" +HOMEPAGE="http://launchpad.net/oslo" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +CDEPEND=" + >=dev-python/pbr-0.6[${PYTHON_USEDEP}] + !~dev-python/pbr-0.7[${PYTHON_USEDEP}] + python - - djc@gentoo.org - Dirkjan Ochtman - python-daemon diff --git a/dev-python/python-daemon/python-daemon-2.0.1.ebuild b/dev-python/python-daemon/python-daemon-2.0.1.ebuild new file mode 100644 index 000000000000..8cab345a5325 --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.0.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/python-daemon-2.0.1.ebuild,v 1.1 2015/01/10 19:41:44 djc Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE="http://pypi.python.org/pypi/python-daemon" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + )" + +DOCS=( ChangeLog ) + +python_test() { + esetup.py test +} diff --git a/dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild b/dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild index a4a8e98f7587..66c4e8cf3ae4 100644 --- a/dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild +++ b/dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild,v 1.3 2014/12/28 09:51:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nbxmpp/python-nbxmpp-0.5.1.ebuild,v 1.4 2015/01/10 20:58:27 nimiux Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://python-nbxmpp.gajim.org/downloads/${TAG} -> ${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" S="${WORKDIR}"/nbxmpp-${PV} diff --git a/dev-python/stripogram/stripogram-1.5.ebuild b/dev-python/stripogram/stripogram-1.5-r1.ebuild similarity index 62% rename from dev-python/stripogram/stripogram-1.5.ebuild rename to dev-python/stripogram/stripogram-1.5-r1.ebuild index e4c9b78786b6..7ec6e84cabb5 100644 --- a/dev-python/stripogram/stripogram-1.5.ebuild +++ b/dev-python/stripogram/stripogram-1.5-r1.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/stripogram-1.5.ebuild,v 1.1 2010/12/26 20:21:49 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/stripogram/stripogram-1.5-r1.ebuild,v 1.1 2015/01/10 00:23:53 idella4 Exp $ -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +EAPI=5 +PYTHON_COMPAT=( python2_7 ) -inherit distutils +inherit distutils-r1 DESCRIPTION="Strip-o-Gram HTML Conversion Library" HOMEPAGE="http://pypi.python.org/pypi/stripogram" @@ -18,5 +16,5 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" IUSE="" -DEPEND="dev-python/setuptools" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" diff --git a/dev-python/testoob/testoob-1.15-r1.ebuild b/dev-python/testoob/testoob-1.15-r1.ebuild new file mode 100644 index 000000000000..21cd6503cf13 --- /dev/null +++ b/dev-python/testoob/testoob-1.15-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/testoob/testoob-1.15-r1.ebuild,v 1.1 2015/01/10 00:43:01 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Advanced Python testing framework" +HOMEPAGE="http://testoob.sourceforge.net/ http://pypi.python.org/pypi/testoob" +SRC_URI="mirror://sourceforge/testoob/${P}.tar.bz2" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="pdf threads" + +DEPEND="" +RDEPEND="pdf? ( dev-python/reportlab[${PYTHON_USEDEP}] ) + threads? ( dev-python/twisted-core[${PYTHON_USEDEP}] )" + +DOCS="docs/*" + +src_test() { + testing() { + PATH="build-${PYTHON_ABI}/scripts-${PYTHON_ABI}:${PATH}" PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" tests/alltests.py + } + python_execute_function testing +} diff --git a/dev-python/tgmochikit/tgmochikit-1.4.2.ebuild b/dev-python/tgmochikit/tgmochikit-1.4.2-r1.ebuild similarity index 56% rename from dev-python/tgmochikit/tgmochikit-1.4.2.ebuild rename to dev-python/tgmochikit/tgmochikit-1.4.2-r1.ebuild index c5653594c9e8..8811b34f2a35 100644 --- a/dev-python/tgmochikit/tgmochikit-1.4.2.ebuild +++ b/dev-python/tgmochikit/tgmochikit-1.4.2-r1.ebuild @@ -1,14 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/tgmochikit/tgmochikit-1.4.2.ebuild,v 1.3 2014/08/10 21:23:30 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/tgmochikit/tgmochikit-1.4.2-r1.ebuild,v 1.1 2015/01/10 00:54:45 idella4 Exp $ -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" +EAPI=5 +PYTHON_COMPAT=( python2_7 ) -inherit distutils +inherit distutils-r1 MY_PN="tgMochiKit" MY_P="${MY_PN}-${PV}" @@ -20,11 +17,14 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="|| ( AFL-2.1 MIT )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="test" -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND}" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" +RDEPEND="" S="${WORKDIR}/${MY_P}" -DOCS="ChangeLog README.txt" +python_test() { + nosetests || die "tests failed" +} diff --git a/dev-python/translate-toolkit/Manifest b/dev-python/translate-toolkit/Manifest index 71465c852555..ea4778905b16 100644 --- a/dev-python/translate-toolkit/Manifest +++ b/dev-python/translate-toolkit/Manifest @@ -1,2 +1,2 @@ DIST translate-toolkit-1.10.0.tar.bz2 4201705 SHA256 2db825cd039648b4f29c1530334f22dc25fe85ea2cefa4b393488aefd76554b1 SHA512 bdc85ab5c1f86ccd274842efbaccc6ca69828630aef9afaed54b809327111ede7ccaa7e0916332659de85b9fb1e819c8f99b0f6d3f96117b0aa99a03757225a3 WHIRLPOOL cca3d3eec0ebeac8885c4ec3463d76a26147054590dae80d7139294feadb9c4e3a949269d4471adae8c80a8ccdbeca1a9c86704a9b0a9ee7c83c51c3fcd3f830 -DIST translate-toolkit-1.9.0.tar.bz2 2782257 SHA256 58997d5783a1bbf3592c899012df840dab1438b51af8d4810dc36d2d3463e75a SHA512 1280f037a491905e1a53e9ee4635fdbe5f8e2afe30b3b384bdbf62be26a35560153698bb8dedb170899b3570878397bef69f0895ebae3ec5c930f22f713e9a35 WHIRLPOOL 11505941d236d0a973e0fb4247d26048052e047be229eeb7c455a165626d8a76afbb847df7fb7cd32680fdff6aff049b28a743011fd11ab6a0a60aae5e03dd00 +DIST translate-toolkit-1.12.0.tar.bz2 5329772 SHA256 11e332f2a29d8644364b4ca79b4ac079df328626ec8c27ac0e8cc454696719ca SHA512 c84424790ad66492dec97a5ec5601f5ffa68d23b219836def998847449b902970ac32fcb7d06455365e00c7b06f49d7dedda5257275bf7e845b16100153922dd WHIRLPOOL 866eb62056a30c8042d96a1ec06a23e56c2a5121dd66234a8b0889193548fff962d4c56700bb50a01c793e2443d49e33a02d92d5b53513f6c7b0805af827decf diff --git a/dev-python/translate-toolkit/translate-toolkit-1.12.0.ebuild b/dev-python/translate-toolkit/translate-toolkit-1.12.0.ebuild new file mode 100644 index 000000000000..f9df6e91f24b --- /dev/null +++ b/dev-python/translate-toolkit/translate-toolkit-1.12.0.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/translate-toolkit/translate-toolkit-1.12.0.ebuild,v 1.1 2015/01/10 06:57:57 idella4 Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 + +DESCRIPTION="Toolkit to convert between many translation formats" +HOMEPAGE="http://translate.sourceforge.net" +SRC_URI="mirror://sourceforge/translate/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="doc +html +ical +ini +subtitles" + +RDEPEND=" + app-text/iso-codes + sys-devel/gettext + dev-python/lxml[${PYTHON_USEDEP}] + >=dev-python/python-levenshtein-0.10.2[${PYTHON_USEDEP}] + !=dev-python/python-levenshtein-0.11.0[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/diff-match-patch[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + html? ( dev-python/utidylib[${PYTHON_USEDEP}] ) + ical? ( dev-python/vobject[${PYTHON_USEDEP}] ) + ini? ( dev-python/iniparse[${PYTHON_USEDEP}] )" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + ${RDEPEND}" + +python_prepare_all() { + # Prevent unwanted d'loading in doc build + sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/conf.py + + distutils-r1_python_prepare_all + mkdir man +} + +python_compile_all() { + use doc && emake -C docs html +} + +python_install_all() { + use doc && local HTML_DOCS=( "${S}"/docs/_build/html/. ) + distutils-r1_python_install_all + rm -Rf docs || die + + local filename binary + einfo "Generating man pages..." + for binary in "${D}"/usr/bin/*; do + filename=$(basename "${binary}") + ${file} --man > "${S}"/man/${filename}.1 2> /dev/null + done + # doman doesn't want to work + insinto /usr/share/man + doins man/*.1 +} + +python_install() { + distutils-r1_python_install + + if ! use html; then + rm "${D}"/usr/bin/html2po || die + rm "${D}"/usr/bin/po2html || die + fi + if ! use ical; then + rm "${D}"/usr/bin/ical2po || die + rm "${D}"/usr/bin/po2ical || die + fi + if ! use ini; then + rm "${D}"/usr/bin/ini2po || die + rm "${D}"/usr/bin/po2ini || die + fi + if ! use subtitles; then + rm "${D}"/usr/bin/sub2po || die + rm "${D}"/usr/bin/po2sub || die + fi +} diff --git a/dev-python/translate-toolkit/translate-toolkit-1.9.0.ebuild b/dev-python/translate-toolkit/translate-toolkit-1.9.0.ebuild deleted file mode 100644 index 3b39cb1af26c..000000000000 --- a/dev-python/translate-toolkit/translate-toolkit-1.9.0.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/translate-toolkit/translate-toolkit-1.9.0.ebuild,v 1.6 2012/05/24 12:53:04 johu Exp $ - -EAPI=3 - -PYTHON_USE_WITH="sqlite" -PYTHON_DEPEND="2:2.6" -PYTHON_MODNAME=translate - -inherit distutils python - -DESCRIPTION="Toolkit to convert between many translation formats" -HOMEPAGE="http://translate.sourceforge.net" -SRC_URI="mirror://sourceforge/translate/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="doc +html +ical +ini +subtitles" - -RDEPEND=" - app-text/iso-codes - dev-python/lxml - dev-python/python-levenshtein - sys-devel/gettext - html? ( dev-python/utidylib ) - ical? ( dev-python/vobject ) - ini? ( dev-python/iniparse ) -" -DEPEND="${RDEPEND}" - -src_install() { - local filename binary - - dohtml -r translate/doc/{index.html,README,user} || die - use doc && { dohtml -r translate/doc/api/* || die ; } - rm -Rf translate/doc || die - - distutils_src_install - - if ! use html; then - rm "${ED}"/usr/bin/html2po || die - rm "${ED}"/usr/bin/po2html || die - fi - if ! use ical; then - rm "${ED}"/usr/bin/ical2po || die - rm "${ED}"/usr/bin/po2ical || die - fi - if ! use ini; then - rm "${ED}"/usr/bin/ini2po || die - rm "${ED}"/usr/bin/po2ini || die - fi - if ! use subtitles; then - rm "${ED}"/usr/bin/sub2po || die - rm "${ED}"/usr/bin/po2sub || die - fi - - einfo "Generating man pages..." - for binary in "${ED}"/usr/bin/*; do - filename=$(basename "${binary}") - PYTHONPATH=${WORKDIR}/${PF}:${PYTHONPATH} - - if ${file} --man > "${T}/${filename}.1" 2> /dev/null; then - doman "${T}/${filename}.1" || die - fi - done -} diff --git a/dev-python/turbocheetah/turbocheetah-1.0.ebuild b/dev-python/turbocheetah/turbocheetah-1.0-r1.ebuild similarity index 53% rename from dev-python/turbocheetah/turbocheetah-1.0.ebuild rename to dev-python/turbocheetah/turbocheetah-1.0-r1.ebuild index 5ea63fda2c6f..98372f50b0c9 100644 --- a/dev-python/turbocheetah/turbocheetah-1.0.ebuild +++ b/dev-python/turbocheetah/turbocheetah-1.0-r1.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbocheetah/turbocheetah-1.0.ebuild,v 1.4 2014/08/10 21:23:37 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbocheetah/turbocheetah-1.0-r1.ebuild,v 1.1 2015/01/10 07:46:39 idella4 Exp $ -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="nosetests" +EAPI=5 -inherit distutils +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 +#DISTUTILS_SRC_TEST="nosetests" MY_PN="TurboCheetah" MY_P="${MY_PN}-${PV}" @@ -20,10 +19,15 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="test" -RDEPEND=">=dev-python/cheetah-1.0" -DEPEND="${RDEPEND} - dev-python/setuptools" +RDEPEND=">=dev-python/cheetah-2.0.1[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" + +python_test() { + nosetests || die "test failed" +} diff --git a/dev-python/turbokid/turbokid-1.0.5.ebuild b/dev-python/turbokid/turbokid-1.0.5-r1.ebuild similarity index 55% rename from dev-python/turbokid/turbokid-1.0.5.ebuild rename to dev-python/turbokid/turbokid-1.0.5-r1.ebuild index f7336ed07b9b..ef48dffa1e0a 100644 --- a/dev-python/turbokid/turbokid-1.0.5.ebuild +++ b/dev-python/turbokid/turbokid-1.0.5-r1.ebuild @@ -1,14 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/turbokid-1.0.5.ebuild,v 1.2 2010/12/26 15:48:05 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/turbokid/turbokid-1.0.5-r1.ebuild,v 1.1 2015/01/11 00:14:40 idella4 Exp $ -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -DISTUTILS_SRC_TEST="setup.py" +EAPI=5 +PYTHON_COMPAT=( python2_7 ) -inherit distutils +inherit distutils-r1 MY_PN="TurboKid" MY_P="${MY_PN}-${PV}" @@ -24,7 +21,11 @@ IUSE="test" S="${WORKDIR}/${MY_P}" -RDEPEND=">=dev-python/kid-0.9.6" -DEPEND="${RDEPEND} - dev-python/setuptools - test? ( dev-python/nose )" +RDEPEND=">=dev-python/kid-0.9.6[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( ${RDEPEND} + dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + esetup.py test +} diff --git a/dev-qt/qtchooser/Manifest b/dev-qt/qtchooser/Manifest index 049987321a5c..da8277d8904b 100644 --- a/dev-qt/qtchooser/Manifest +++ b/dev-qt/qtchooser/Manifest @@ -1 +1 @@ -DIST qtchooser-0_p20140613.tar.xz 30920 SHA256 c536f0cc31aa432215413e04a4cf145c9e6c077c865f2eb9a85b18c6d3fd74a5 SHA512 f4c6f306389eb1c04b962edd493269f286da2bb484101fe581c97af23653d9c9086caf0632193b5d1e6110d870db81c5b2c1b3eec349c4429879347223d33d2c WHIRLPOOL c3bacb8b3f58d52b7c32ba80000da06d7aa70de058e5d3e23236191934c016e822abf2f39c7d27522c2c7fe1c45e74557b303151b352bd6c82786747b6ccbd18 +DIST qtchooser-0_p20150102.tar.xz 30936 SHA256 7b6d622d3a57a1467c57b4ca368220540085698cb7ad226ed782931599e85757 SHA512 15e08f1aaa22ba45d41adda57b9da76f3667d15ab92448b6a95b44287e5043fcae368ddcea1e2b84565d3a96edacbcd68bc515054ffaa81dde4064c9a992dbae WHIRLPOOL 4617444cf9764a82f10f3ff8fdf1102d9c5fdd76c77966c661a5256a98221117696ffccf83ed5b961a53d7b5ff5e0a7f6454627a6ab43427583edf9e3660a1bb diff --git a/dev-qt/qtchooser/qtchooser-0_p20140613.ebuild b/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild similarity index 94% rename from dev-qt/qtchooser/qtchooser-0_p20140613.ebuild rename to dev-qt/qtchooser/qtchooser-0_p20150102.ebuild index 757608361cdd..02caad27bba4 100644 --- a/dev-qt/qtchooser/qtchooser-0_p20140613.ebuild +++ b/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20140613.ebuild,v 1.5 2014/12/30 17:42:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20150102.ebuild,v 1.1 2015/01/09 22:06:42 pesa Exp $ EAPI=5 diff --git a/dev-ruby/ffaker/Manifest b/dev-ruby/ffaker/Manifest index cb51302a213d..6ef90ff72c92 100644 --- a/dev-ruby/ffaker/Manifest +++ b/dev-ruby/ffaker/Manifest @@ -1,3 +1,4 @@ DIST ffaker-1.23.0.gem 183808 SHA256 b1ce527c8e81870c6a77f9972b89a09258bcd019b400b432e7d20fe07768eb22 SHA512 1ddb846353e9933dfdac72b444b8310c75a95b31876fc92ebdc665aa988fbbb8d977d70f3b383574715ddbc0e42994a59c683388f2111d00018d030fcc7e40b0 WHIRLPOOL 033acd77d07ed5f041960d6cb64d9660b487c3e4149273ac8150f2287d2080cc15c73c131cba8f7eb487999d83b21e4f7b39852d079df329924954f2eadfe78f DIST ffaker-1.24.0.gem 188928 SHA256 d90168ca5c57891b0c847f8211defa7ccf4d6de0f5a0873c706c58a7c6d67431 SHA512 34ab549e7293198b8701d47f925282bc0ae884dda63c8d68cff1b30e004fd7d1589a20d04ec28ebd9fff811a500431ed0cc8d6e4307f3ad3439893df06512c1c WHIRLPOOL 5b7c179eec30e4cfe0ae818530773dc2cd87a4003ea09e0a41911dd6d57e24602e3f17b80a83e41fae1aa9517dcfa483b1206cdb7f6c2f7b1c82feb1ced4d748 DIST ffaker-1.25.0.gem 211968 SHA256 b20b95df61d4bd63ccfadbeb83b3282a3791958ac5698240b25828b8dbbbba93 SHA512 0891c3486cda9ba3bee7a1ed059275cf9ad31b678f201319d24fbdb085170558fad3196dde78b5a76874680f4cb18eea9223836d3456f83f778b3257850130e7 WHIRLPOOL 8a02d393a1290cb03deb1ed0560f9135851aa7ae3c194f46df9e94354d1c55e84e9e3e34d3179c7f661f07babce76d726cbe634d900303b272705bd44a2ea282 +DIST ffaker-1.30.0.gem 213504 SHA256 4d7adfd1b86a0b852df7b76e1cb8562843f1a79afc51b50c4a0733a7e9516eb0 SHA512 463b125bd03addabac7254358e598f62a49cf0d0e72ef10bc62689902da4943a367a1da12978d72a1c9f7e8e47aee798f341e43a9411f31ab79c8766ff4df9f3 WHIRLPOOL 91c93e83d896b1644e92526d4863446ff793365a9c3f29cf78a960d1ee0d5c4b574aa28e2605bfb755ce4e5ebe156df4d197d3e9859ee002de1b745ca636028e diff --git a/dev-ruby/ffaker/ffaker-1.30.0.ebuild b/dev-ruby/ffaker/ffaker-1.30.0.ebuild new file mode 100644 index 000000000000..98534301b260 --- /dev/null +++ b/dev-ruby/ffaker/ffaker-1.30.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffaker/ffaker-1.30.0.ebuild,v 1.1 2015/01/10 22:10:47 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md" +RUBY_FAKEGEM_RECIPE_DOC="yard" + +inherit ruby-fakegem + +DESCRIPTION="Faster Faker, generates dummy data" +HOMEPAGE="https://github.com/emmanueloga/ffaker" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/test-unit:2 )" diff --git a/dev-ruby/flog/Manifest b/dev-ruby/flog/Manifest index 94a32b9e6365..2a9eadd7e130 100644 --- a/dev-ruby/flog/Manifest +++ b/dev-ruby/flog/Manifest @@ -1 +1,2 @@ DIST flog-4.3.0.gem 25600 SHA256 8c6ccdf4d7627b67e0c5133efc98a883e76341d7ee69dbf6bcc3e849d42eb0a5 SHA512 479c495dd98b2e2da1eae33f6070a089637e04892ce4bf257ac29b12f4ba440b540ce7a273e9e633164d1f52f94d7cd9c827c02cfe4cf81ce025a1f725fe004d WHIRLPOOL 3b6b11a9daedfedc9eaad5888a3081154837e92d2dcddd18a7e5c22b546fa3b2382203e94f773b05ee2a7e6216af3725e464dd7f48255d9592c6f12e289ed2ec +DIST flog-4.3.1.gem 25600 SHA256 6793fbdfe94f2fe6da634c4a1965268b357111e1c9dd8b2ea93b8846a5a6c74b SHA512 9f09529379eee489eb0c719546f9f9ea17801d74c5eff67fe11948e5477e257f3b2875a0d4ced0496686335fcb58b7a8d06e55c97f1fe522db63937dcfe99353 WHIRLPOOL 89c69d7a4b47253fbdb92993d2b425c0d4600db3af09a5613c86bcecf5e0e852ed91385cb7f094d4138653812164ebec2c57d775b7b5fd1d6191d2edc3eb4afb diff --git a/dev-ruby/flog/flog-4.3.1.ebuild b/dev-ruby/flog/flog-4.3.1.ebuild new file mode 100644 index 000000000000..e68b453a9a47 --- /dev/null +++ b/dev-ruby/flog/flog-4.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/flog-4.3.1.ebuild,v 1.1 2015/01/10 22:11:37 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" + +inherit ruby-fakegem + +DESCRIPTION="Flog reports the most tortured code in an easy to read pain report" +HOMEPAGE="http://ruby.sadi.st/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest )" + +ruby_add_rdepend ">dev-ruby/ruby_parser-3.1.0:3 + >=dev-ruby/sexp_processor-4.4:4" + +each_ruby_test() { + ${RUBY} -Ilib test/test_flog.rb || die +} diff --git a/dev-ruby/hoe-seattlerb/Manifest b/dev-ruby/hoe-seattlerb/Manifest index d9be63505d7e..e2015c473cc8 100644 --- a/dev-ruby/hoe-seattlerb/Manifest +++ b/dev-ruby/hoe-seattlerb/Manifest @@ -1,2 +1,3 @@ DIST hoe-seattlerb-1.3.2.gem 12288 SHA256 0a1be5e97fcbf4dc5972fe3c440b096e58325d3dc01b2e8a21559939d72d140e SHA512 24077c570d0030742bc7690c063ab14dcadefea7649821a147ee91a887c649a5ee560ae9c8935de870bcd5366958bbcfd04a1cba1ad0d79550bb4e1a8117e1b8 WHIRLPOOL 07dea3ecb7d24e957d44ee77bd7f85d224e7acd77f7de99cdf2ca87e654eb9ddddf3947f116983d326f42299ef83d056949531b77e21694e839c2912d08cb9e0 DIST hoe-seattlerb-1.3.3.gem 14336 SHA256 e19db4ce70375aa0f71b9e38f06d97411b71ed2be99ceb5d328b2d56555dceba SHA512 35f335a3582d8941518df7e37c7e591535f86197b1e03674bf1ec8c7f3cdec5d980639f0e082c1453bf074c4d80127412d328686044803a09401cccbe667945b WHIRLPOOL 01f9813746c1430e65ea4a592aeee701eeb1cb372a549c3d7243604bfbb2e7f67cc6a974ffa557b358efc51efcefe46c8d4ba57393cddfb2f147b23e1e2a2dd7 +DIST hoe-seattlerb-1.3.4.gem 14336 SHA256 48390e18948cdd1efa13af1f5be56239547e88f7d7267e26e5f335823f3fdf79 SHA512 5e968611f3826fcea8f1a896b1883e07d5cf8d02bb20d0de2d8c7bacc0538163b5996d0a2f41dc8f892c4629bfc9e2630f14b374d73fa0b13daa2ca5de3433cc WHIRLPOOL 4390688cd888e26921b830b13bf2fefa351d342c7998df75c1e9ccae2f436a2296ead64576cbab7b3145077cccc99bed7a73310a720c69a1539664003e0dc789 diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.4.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.4.ebuild new file mode 100644 index 000000000000..172d1616e356 --- /dev/null +++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.3.4.ebuild,v 1.1 2015/01/10 22:09:02 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +# no tests present +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" + +inherit ruby-fakegem + +DESCRIPTION="Hoe plugins providing tasks used by seattle.rb" +HOMEPAGE="http://seattlerb.rubyforge.org/hoe-seattlerb" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +all_ruby_prepare() { + # Not a real fix, but otherwise USE="doc" breaks and defaulte license is MIT + sed -i -e "/license/d" Rakefile || die +} diff --git a/dev-ruby/json/Manifest b/dev-ruby/json/Manifest index 0cce1af0dd09..9a4296ea5882 100644 --- a/dev-ruby/json/Manifest +++ b/dev-ruby/json/Manifest @@ -1,2 +1,3 @@ DIST json-1.8.0.gem 148992 SHA256 87e49cccff3fb2091c53141a605956e8d9a252cda43128714f9fdb51d0ca1729 SHA512 7a8ae0d975e10be06d1026df6c9736e8e724814ea7ef8c92b512c60fd7b4ac18e46a9f44615f57407e58decebc4891e2e97b78a177f7e283cc540619264c4400 WHIRLPOOL 159cd8d1cf95d6f7ca5ed16ec294015f873453a1ec8f9eb3667442c0ca582487e5dfcd78d2106c72c5a3563e1ace5b69f2c256c05a35630f09c3499b95f12505 DIST json-1.8.1.gem 148992 SHA256 961bfbbfa9fda1e857e9c791e964e6664e0d43bf687b19669dfbc7cdbc5e0200 SHA512 ad729c00a9f7b4940e077a151a1e74f054d9df5bff8bac996634b3df3eb42ad7c732035c4bbb40de92816c3989339b113c4fecebd36ee3f5c301b76169fe4fb7 WHIRLPOOL 01c7444598612055b73dd0cc3f803210b9936028523dd446f3a1808b3e87fa94825c4daf1267472945898def78ce7cf851d9325d2235aa7008d3bba470839e40 +DIST json-1.8.2.gem 152064 SHA256 256f73d107635f54e3dd84daba65da7b08f9d6a6e6aeb046db6a46b98bd8fb7f SHA512 5c94ec2c5378f7f54cd87a2e265b058e80031d2dd29daf14639c80ba0ac285a527ab7961f5a2cd1e483f455fd8f8c88575950822b7b2d431aa7b2b9c8be819c1 WHIRLPOOL dc17e0c011523434ed29e428a2658ebe58d08df8252e7ee8990882b6d17c19354b3e4ba6985a2a45e4b94932ad265698197ba64ef891f38d3be154da4edde8cb diff --git a/dev-ruby/json/json-1.8.2.ebuild b/dev-ruby/json/json-1.8.2.ebuild new file mode 100644 index 000000000000..306d7b1ed6db --- /dev/null +++ b/dev-ruby/json/json-1.8.2.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.2.ebuild,v 1.1 2015/01/10 06:51:48 graaff Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README.rdoc README-json-jruby.markdown" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_GEMSPEC="json.gemspec" + +inherit multilib ruby-fakegem + +DESCRIPTION="A JSON implementation as a Ruby extension" +HOMEPAGE="https://github.com/flori/json" +LICENSE="|| ( Ruby GPL-2 )" + +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" +SLOT="0" +IUSE="" + +RDEPEND="${RDEPEND}" +DEPEND="${DEPEND} + dev-util/ragel" + +ruby_add_bdepend "dev-ruby/rake" + +all_ruby_prepare() { + # Avoid building the extension twice! + # And use rdoc instead of sdoc which we don't have packaged + # And don't call git to list files. We're using the pregenerated spec anyway. + sed -i \ + -e 's| => :compile||' \ + -e 's| => :clean||' \ + -e 's|sdoc|rdoc|' \ + -e 's|`git ls-files`|""|' \ + Rakefile || die "rakefile fix failed" + + # Remove hardcoded and broken -O setting. + sed -i -e '/^ \(if\|unless\)/,/^ end/ s:^:#:' \ + -e '/^unless/,/^end/ s:^:#:' ext/json/ext/*/extconf.rb || die +} + +each_ruby_compile() { + # Since 1.5.0 a Java extension is provided but it does not compile. + if [[ $(basename ${RUBY}) != "jruby" ]]; then + ${RUBY} -S rake compile || die "extension compile failed" + fi +} + +each_ruby_test() { + JSON=pure \ + ${RUBY} -Iext:lib -S testrb tests/test_*.rb || die "pure ruby tests failed" + + if [[ $(basename ${RUBY}) != "jruby" ]]; then + JSON=ext \ + ${RUBY} -Iext:lib -S testrb tests/test_*.rb || die "ext ruby tests failed" + fi +} + +each_ruby_install() { + each_fakegem_install + if [[ $(basename ${RUBY}) != "jruby" ]]; then + ruby_fakegem_newins ext/json/ext/generator$(get_modname) lib/json/ext/generator$(get_modname) + ruby_fakegem_newins ext/json/ext/parser$(get_modname) lib/json/ext/parser$(get_modname) + fi +} diff --git a/dev-ruby/json_pure/Manifest b/dev-ruby/json_pure/Manifest index 83dacc50ba1b..ddd2dbccdddb 100644 --- a/dev-ruby/json_pure/Manifest +++ b/dev-ruby/json_pure/Manifest @@ -1 +1,2 @@ DIST json_pure-1.8.1.gem 148992 SHA256 324b3fa4223a9b8c0b915aa70cae2e5e91e25958981d428c0ee4053a4a3060ff SHA512 f635b127cf6ba4af07b8bd133696021e3f47e41b743d5a874af7481679a7031a2c3c9ae8bddbe7d84ff72c929da1302b9cf863a075fda6aeca08688d2032a282 WHIRLPOOL 907942de1d8b3324b461813252193c31f7a74e1472a2b42aababb6075236339586cbf04cd34293870197a558eae73bfe2067bbd6186a7273a2c218ef0a96bfcd +DIST json_pure-1.8.2.gem 152064 SHA256 8ad0679bb83045d6a442ac8d511b61bc5651ae4c3536ace91cd100bdb04355ee SHA512 615fcb823379f8de3e12c093cce33d582373c73ef5edc843657996530fb62d58a4126d6ba771198d1a35500bb3803e415daf1a950043c8b827e439fb690c87f9 WHIRLPOOL a47dad42558aef7eba14ae25288fe3dc591ab975a4a37d8a8d3b799df36cccadacee1f69bd69789721cbec6ebd9a78504cf19a0d6685fddcbe6496564b9ba643 diff --git a/dev-ruby/json_pure/json_pure-1.8.2.ebuild b/dev-ruby/json_pure/json_pure-1.8.2.ebuild new file mode 100644 index 000000000000..98a073fdcbd5 --- /dev/null +++ b/dev-ruby/json_pure/json_pure-1.8.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json_pure/json_pure-1.8.2.ebuild,v 1.1 2015/01/10 22:12:52 mrueg Exp $ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21" +RUBY_FAKEGEM_RECIPE_TEST="rake" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +inherit multilib ruby-fakegem + +DESCRIPTION="A JSON implementation in pure Ruby" +HOMEPAGE="http://flori.github.com/json" + +LICENSE="Ruby-BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +ruby_add_bdepend "test? ( + dev-ruby/sdoc + dev-ruby/permutation +)" + +each_ruby_configure() { + ${RUBY} -Cext/json/ext/generator extconf.rb || die + ${RUBY} -Cext/json/ext/parser extconf.rb || die +} + +each_ruby_compile() { + emake V=1 -Cext/json/ext/generator + emake V=1 -Cext/json/ext/parser + cp ext/json/ext/generator/generator$(get_modname) lib/ || die + cp ext/json/ext/parser/parser$(get_modname) lib/ || die +} + +each_ruby_test() { + env JSON=pure ${RUBY} -S rake test_pure || die + env JSON=ext ${RUBY} -S rake test_ext || die +} diff --git a/dev-ruby/minitest/Manifest b/dev-ruby/minitest/Manifest index 949dda0ebf71..fc054d0fa6c0 100644 --- a/dev-ruby/minitest/Manifest +++ b/dev-ruby/minitest/Manifest @@ -2,3 +2,4 @@ DIST minitest-4.7.5.gem 57856 SHA256 3e0ac720a6d0787b4c822514739319493e187400e99 DIST minitest-5.3.3.gem 67072 SHA256 b17c560235e6ab96ed243d7a821e4370af1316ad7a845188d22c56d7d71302d4 SHA512 e1ea2cea5b61231b3074aea1dfb15b104a4e8a6b361d274194b6876401c29f839be618eb7c0448a42bc51ce57f0c2fcd84a72d1b0e0ba034ec5ffe6fbf2ae509 WHIRLPOOL 66c72352b2cdeeeec494be4b2b0aac49153bce9d37c0dbcc9bb0eec4f4759d3f61fd12bbbda0a2a7f26bb75741033a4208da02f1f1a892ff3819bb597218d45f DIST minitest-5.4.3.gem 68608 SHA256 a41b54b1c6e64b102fe78bf265045896845c38177a10bdb32d04caf4e06542f3 SHA512 2a2df1502e449732d39da377c262d8c481e5b6399b39781c5d55fb0c3065f3dc4cdd326794a16731b2dbc970c40b4dc1399929913fcc2dd1f8ffb1f78df81a9f WHIRLPOOL c58bcc6ed3ead20ac4c6a8782a77686b2df13954b3a3a849730f40f150c21ba6052bcd2d78e9ce5f8f593c37a69f3502cceb0398bd58dcc87c99639bba854335 DIST minitest-5.5.0.gem 68608 SHA256 0277c07738303b7184410a561cafb0252c66cb28f3784ea17e5640876811f8cf SHA512 fca7b6a01694a6bae3ce91a5c1eaae2bed9edf9c7bcfd0e923511005b333085c0dcbc0754369f8dd329814441275d51b70934782c16b46e55807d11f6a745831 WHIRLPOOL 5915b38151f109b4a9ab384e3540f5ff96fb4bee009393126569a0b8d04f3f9031d95ac3fbaba9cf82fbc52ea8f10e165b150c52366bcac6734575cefc9f8d6c +DIST minitest-5.5.1.gem 68608 SHA256 d63b3136cc48295a1e80b6a3fb3638c3024e632ce53107ad3cc3f3fa32b012c1 SHA512 20763183a6170758705a9110c5e963e6baa210fb449335e529cefa5325f3fa8abdb30cb3e47eec051c4cc72b8f581e6e729748f5c0e28dedfad8f80e21cbc1ae WHIRLPOOL b0f88bc0151fea3eda5cc68c1eacaac3cfaa9001e4cd40ae9de88e3aa434e99653bbac94b0f6dac3cb7f2204460da04439aaed340f3b897a105ecd3e992418e0 diff --git a/dev-ruby/minitest/minitest-5.5.1.ebuild b/dev-ruby/minitest/minitest-5.5.1.ebuild new file mode 100644 index 000000000000..335afa0e1d80 --- /dev/null +++ b/dev-ruby/minitest/minitest-5.5.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.5.1.ebuild,v 1.1 2015/01/10 21:55:37 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt" + +inherit ruby-fakegem + +DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit" +HOMEPAGE="https://github.com/seattlerb/minitest" + +LICENSE="MIT" +SLOT="5" +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="doc test" + +each_ruby_prepare() { + case ${RUBY} in + *rbx) + # Avoid a single failing test for rbx while we are testing + # and bootstrapping it. + sed -i -e '/test_mock_args_does_not_raise/,/^ end/ s:^:#:' test/minitest/test_minitest_mock.rb || die + ;; + *) + ;; + esac +} + +each_ruby_test() { + ${RUBY} -Ilib:test:. -e "Dir['**/test_*.rb'].each{|f| require f}" || die "Tests failed" +} diff --git a/dev-ruby/net-ssh/Manifest b/dev-ruby/net-ssh/Manifest index d9b9bdf13022..6fe5b110dfea 100644 --- a/dev-ruby/net-ssh/Manifest +++ b/dev-ruby/net-ssh/Manifest @@ -2,3 +2,4 @@ DIST net-ssh-git-2.4.0.tgz 135388 SHA256 d2e41ca9fd63c6235d556efd030b8bc0f515f95 DIST net-ssh-git-2.7.0.tgz 162416 SHA256 e3ff750efe855a325c76570b66e02c4db746f6a4760205a0c6f9264fd2ab5b64 SHA512 3c7fc123b71916435c95e648fffc77f424bd84b72ddcdae1e017dd9444fe92c58df84811586ec58e86705c1269f1ee0d5e4a68124ed2628e2dc80541bd9d64cf WHIRLPOOL 1663fb5f23e066788e5da39b32e2ca1ed16f920e2ed115009746362b31c49a42816d245fd298f31fcaffe7af60b3e1c78c4bf449ce4780a7c2117a9a7cec5171 DIST net-ssh-git-2.8.0.tgz 164483 SHA256 313c63f205f72469aa48d25690b8f98c14cbe0bf90ed2d577191599d609a5b4f SHA512 b16394cdd8d0e3c92f5b22fc882615ef7309606b5d8a413711dda9b76f628c74bc29bad96f0166d31d9de55c14bed1df178053e2d8afa47d78d5d8053e70a631 WHIRLPOOL 1dc057363d847df650e8e704f50bbbe095859f4bda1e617c86f234da28bfbaf57ea5a65ea9b48ea3c999e0dc02a7345bb6a060820509f75bb17aeb6aa521963a DIST net-ssh-git-2.9.0.tgz 165699 SHA256 5f682fde2f0c50c58481430463d473d3e419b2cf9a7ee4ebaa15d2971c82a4a6 SHA512 19c777399448d588e0e46ac0a08839f778cf096afa1a991eaf57b208ab0caac0da65434e139114cd2cb8b30106b5db684cd3c65bd2c86a0adc7307aadd117dda WHIRLPOOL ea3365d53e08a224eaae2f2374dc1e2ba9670a7e60f0428571bf873417f293b72ee0ff9e8384dbbf5be90f44fcf94e0b5ec1aded77f744dc6faf705e27b1cc89 +DIST net-ssh-git-2.9.2.tgz 170078 SHA256 5a657655c76feeb22e726ca54e9d422ed2a7825bedf64c505b4765c6f8ef3105 SHA512 c60ccbf8bc387405c36c230ba4702400841e5f6cc19c99b17d6eba86e97cc65f853839fa322d8f70654bbdb2a2be9ffa5952ab2cab25bb90ed76f54711091206 WHIRLPOOL 29d4780129f77582c2d702c784fa1b1b6c57fae88e4f93401031496abf03e590d10623854767d813cfe60e3f40fb7dc24d162256425691d2d69fb0c77287da30 diff --git a/dev-ruby/net-ssh/net-ssh-2.9.2.ebuild b/dev-ruby/net-ssh/net-ssh-2.9.2.ebuild new file mode 100644 index 000000000000..af4401b7f03d --- /dev/null +++ b/dev-ruby/net-ssh/net-ssh-2.9.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.9.2.ebuild,v 1.1 2015/01/11 07:04:12 graaff Exp $ + +EAPI=5 + +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_TEST="" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc THANKS.txt" +RUBY_FAKEGEM_EXTRAINSTALL="support" + +inherit ruby-fakegem + +DESCRIPTION="Non-interactive SSH processing in pure Ruby" +HOMEPAGE="http://net-ssh.rubyforge.org/" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> net-ssh-git-${PV}.tgz" + +LICENSE="GPL-2" +SLOT="2.6" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="test" + +ruby_add_rdepend "virtual/ruby-ssl" +ruby_add_bdepend "test? ( dev-ruby/test-unit:2 >=dev-ruby/mocha-0.13 )" + +each_ruby_test() { + ${RUBY} -Ilib:test test/test_all.rb || die "Tests failed." +} diff --git a/dev-ruby/parser/Manifest b/dev-ruby/parser/Manifest index a8a77c9b4fec..8ffb65881cfb 100644 --- a/dev-ruby/parser/Manifest +++ b/dev-ruby/parser/Manifest @@ -1,2 +1,2 @@ DIST parser-2.2.0.1.gem 367616 SHA256 3f046a1e62c0a790c9ed168b29b85fa57e89ff47181cfc57ef167695393b5af8 SHA512 539c478cbc0968577ef42c8e371379509a486ff3752f0dd12c302ce485ec5852306d78a4bb1fd94cf47d5aad62ac0d384d12a24290c1f6b58808e4b2dfd5c97d WHIRLPOOL 698356eea52bd76b133992dd474cf9557526f5b81b4d680e763d4acf0b6289e062c4ed3bf43df5c82a8baf2b151f6036690b886993f78222ffe31761b1d2b984 -DIST parser-2.2.0.gem 367616 SHA256 288d88608ed359048a5d91b81d2ea55c8dbe5c40f26827ae939f9f9b6416c627 SHA512 a399166b72aec8869578ac8bfda89f0569dec8dad493ef45194c095b2b37a6c09d60ed63651dbb65cf869a016ee2b343cc0773c6834d9f55989af7e0b3b5e3bc WHIRLPOOL 45b1914ab5a2c32c4f98a581dc4265acdcf87e53f40443b0061b1033f8ffc7837807e612b6c7a126a2f068efa8ceb8f82caf0f07f1161a9e09972ed0ad8fcb07 +DIST parser-2.2.0.2.gem 367616 SHA256 9f26134fbe301e0f1b2896d6cf5d2831410f445d24f784935fd7e453badc0b11 SHA512 fe55c747c24b488e7b1679edf524b366c7f02c9f02c0a2c5aa2d5e98d6e651cef9151e12eef2dc7ba16d94c148a83e2a8f89a1cd99a2f151488f61ba78ccd1f4 WHIRLPOOL 108567c5042075c2b33a7a86178ad41d531a4c293d474a5dfc2bd618b138eaaae7cbef1b1dd29c370fe64fbbd5b620943038c690ca70943c53c1f085f8471378 diff --git a/dev-ruby/parser/parser-2.2.0.ebuild b/dev-ruby/parser/parser-2.2.0.2.ebuild similarity index 89% rename from dev-ruby/parser/parser-2.2.0.ebuild rename to dev-ruby/parser/parser-2.2.0.2.ebuild index 258f9cab9d74..198189abb07a 100644 --- a/dev-ruby/parser/parser-2.2.0.ebuild +++ b/dev-ruby/parser/parser-2.2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/parser-2.2.0.ebuild,v 1.1 2014/12/27 14:30:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parser/parser-2.2.0.2.ebuild,v 1.1 2015/01/10 22:14:18 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" diff --git a/dev-ruby/psych/Manifest b/dev-ruby/psych/Manifest index 2090de4e22db..41611a4b2ec5 100644 --- a/dev-ruby/psych/Manifest +++ b/dev-ruby/psych/Manifest @@ -1,3 +1,2 @@ -DIST psych-2.0.5.gem 124928 SHA256 4f8458fbf1628df11e973d62a1ca7d3817a3bb11214aadc984d8caf9c05ec55e SHA512 59d424e35dc700b349ee6d1304577dbe3b1acff20c98a553cc915ec0334aa2003ff623e1a5e61913d53522bac92000adbe0f65d97f1702a6c30d1deea52b48ff WHIRLPOOL af9629da97f06e2c2830c6a8132952b0cce583f6266120ff89a7655050680f7d8c55abda440555bd9b0e1e6086f54de623debbaa91e19349359a5adb949ee8c7 -DIST psych-2.0.6.gem 125440 SHA256 dd3d8662d682e771bc2205b44de7e241c30869eca8395a02776aca878d678d00 SHA512 d3eaa9e081922482281b4c790db59efd3864aa39d538f88fe10d2f29a8e0c381efd24fe8c438a2e3ecaa1c92909806f79bf3dd2b2a6c2c815a585830d225bc7e WHIRLPOOL b614b21d9477912cdfe34b380440b4d21f73b3536c889c744a251ba676fcd4e3382e23fa910d7aec8ddc1522cb99de09e50618bd8ee970c14be15ab0511c6611 DIST psych-2.0.8.gem 125952 SHA256 0dcaf5c3c5c34ad7389079240723f9e2fa28924b358a2fdb862b7ed3c11d8116 SHA512 bc58304b482b71e04bc16bf34cc99f1bb9e8ef4b1ced7b54c195510f710dfb3741dff2651d692967b52aa05fc820e357c2091f300963027b00ec860fedbdad41 WHIRLPOOL 4a5ce82744bff597a7bab1de305290fbfa127c75296ceb454c71eec2c4bc114b2749bad5e1a8cff45f91cf05f9ddbda9b09403363718c38e858bd06e2efde2c9 +DIST psych-2.0.9.gem 126976 SHA256 3e32440c4262e421a7b0c23cf1739530ed152f8da191ecf0c8245be3923f3ce6 SHA512 2c0cec4c16e37f6b6420daecac4e1d1023d52674be1f431c76b744e62a1c15c74b2dde4c27d0cf5306e060d3562fc08d0f96ab23f344dbe7ab154cc7c2bdc01e WHIRLPOOL 679eccc1f69320c3e1e36ee3401c1d64380102d14c7a237ad8026b5c60258f7cf09ca2b9563911f2a1015411902f2a78956be484cd255dced7208066e0ccc7a5 diff --git a/dev-ruby/psych/psych-2.0.6.ebuild b/dev-ruby/psych/psych-2.0.6.ebuild deleted file mode 100644 index 2f13fdadd402..000000000000 --- a/dev-ruby/psych/psych-2.0.6.ebuild +++ /dev/null @@ -1,39 +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/psych/psych-2.0.6.ebuild,v 1.1 2014/09/17 05:24:46 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" - -inherit multilib ruby-fakegem - -DESCRIPTION="A libyaml wrapper for Ruby" -HOMEPAGE="https://github.com/tenderlove/psych" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND+=" dev-libs/libyaml" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" - -each_ruby_configure() { - ${RUBY} -Cext/${PN} extconf.rb || die -} - -each_ruby_compile() { - emake V=1 -Cext/${PN} - cp ext/${PN}/${PN}$(get_modname) lib/ || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test:test/${PN} test/${PN}/test_*.rb || die - ${RUBY} -Ilib:test:test/${PN} test/${PN}/nodes/*.rb || die - ${RUBY} -Ilib:test:test/${PN} test/${PN}/visitors/*.rb || die - ${RUBY} -Ilib:test:test/${PN} test/${PN}/json/*.rb || die -} diff --git a/dev-ruby/psych/psych-2.0.5.ebuild b/dev-ruby/psych/psych-2.0.9.ebuild similarity index 54% rename from dev-ruby/psych/psych-2.0.5.ebuild rename to dev-ruby/psych/psych-2.0.9.ebuild index 8ee79ed4781d..8dccba16e02f 100644 --- a/dev-ruby/psych/psych-2.0.5.ebuild +++ b/dev-ruby/psych/psych-2.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/psych/psych-2.0.5.ebuild,v 1.2 2014/06/27 21:53:06 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/psych/psych-2.0.9.ebuild,v 1.1 2015/01/10 22:01:21 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -18,9 +18,13 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND+=" dev-libs/libyaml" +DEPEND+=" >=dev-libs/libyaml-0.1.6" -ruby_add_bdepend "test? ( dev-ruby/minitest )" +ruby_add_bdepend "test? ( >=dev-ruby/minitest-4.0:0 )" + +all_ruby_prepare() { + sed -i -e '1igem "minitest", "~>4.0"' test/psych/helper.rb || die +} each_ruby_configure() { ${RUBY} -Cext/${PN} extconf.rb || die @@ -32,8 +36,5 @@ each_ruby_compile() { } each_ruby_test() { - ${RUBY} -Ilib:test:test/${PN} test/${PN}/test_*.rb || die - ${RUBY} -Ilib:test:test/${PN} test/${PN}/nodes/*.rb || die - ${RUBY} -Ilib:test:test/${PN} test/${PN}/visitors/*.rb || die - ${RUBY} -Ilib:test:test/${PN} test/${PN}/json/*.rb || die + ${RUBY} -Ilib:test:test/${PN} -S testrb test/${PN}/test_*.rb test/${PN}/{nodes,visitors,json}/test_*.rb || die } diff --git a/dev-ruby/rack-test/Manifest b/dev-ruby/rack-test/Manifest index dd61ac5d9fe0..ca15e830b0ec 100644 --- a/dev-ruby/rack-test/Manifest +++ b/dev-ruby/rack-test/Manifest @@ -1 +1,2 @@ DIST rack-test-0.6.2.gem 22528 SHA256 7e920b6aac888e4a3846e5997fb1cbf456bdb5846322b58dc31697a54a38b306 SHA512 9c14d75eafea93afb02c4e8fc438f7c653cfe816058560a458a092591214a7fd185b2d76eed7b398e16d72f763e8c7ae0a869c3a29df075102845074568d8ef0 WHIRLPOOL b29abfc46a091aa4ded7bcdc2c68c79720aa42889246bb4df0b52bedf5415ee72f09592bf9af41477544ce34d452e4a7b3c56d9431879a99b58cda7729622865 +DIST rack-test-0.6.3.gem 23552 SHA256 ff60b122e2940e32e94a2e4a61bceb8d9c99a97c1817ecc47e535522b02cdd40 SHA512 a5ad0f20130eedc153515127d2483cb1322c230ab772307943ec6eb295706f3aab26c8599cba69323b3cdc5692b284ba0609d8db957ade7085a95d94ccdf8b41 WHIRLPOOL 033543478a05cd4703a1600f84e7ca74bb7813f3a3bf38afd29784285130b18c5bb0d2fb1fea9aff57bc7f458856969ffc27f8b72dddea20fa79fef9d8ef6189 diff --git a/dev-ruby/rack-test/rack-test-0.6.3.ebuild b/dev-ruby/rack-test/rack-test-0.6.3.ebuild new file mode 100644 index 000000000000..8e362e36785f --- /dev/null +++ b/dev-ruby/rack-test/rack-test-0.6.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.3.ebuild,v 1.1 2015/01/10 22:06:41 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +# no documentation is generable, it needs hanna, which is broken +RUBY_FAKEGEM_TASK_DOC="" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" + +inherit versionator ruby-fakegem + +DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps" +HOMEPAGE="http://github.com/brynary/rack-test" + +LICENSE="MIT" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +ruby_add_rdepend '>=dev-ruby/rack-1.0' +ruby_add_bdepend " + test? ( >=dev-ruby/sinatra-1.2.6 )" + +all_ruby_prepare() { + rm Gemfile* || die + sed -i -e '/bundler/d' -e '/[Cc]ode[Cc]limate/d' spec/spec_helper.rb || die +} diff --git a/dev-ruby/ruby-opengl/Manifest b/dev-ruby/ruby-opengl/Manifest index e03cfe58c64b..b22fb9529574 100644 --- a/dev-ruby/ruby-opengl/Manifest +++ b/dev-ruby/ruby-opengl/Manifest @@ -1,3 +1,2 @@ DIST opengl-0.8.0.gem 458240 SHA256 cf6bed386dcf59749e089c3b9c4bfa9e7dae125b2e83d157e497ef332afcfd23 SHA512 cbae860fe5a486dfa6ff5f4a2d381cc000ae89f3ac386885416c2cab7e03266f017e456ce95ea83c559784e6ab50e18a947003bad9e420fcabed3ab63abd9965 WHIRLPOOL a3ae1f2ca9f22836b7376b1fff3e464eae4984bdd6a167e0a379f09e02f1b09a78962617572511f09261e5edcd3a01210cb43cb3d57b1f8b9186a3dc2e2ff3c0 -DIST opengl-0.9.0.gem 443904 SHA256 4a7e7e9f9445f3dea075630011315043bafaf75337f758e3b4e9d5c64a85f046 SHA512 1cd675706406354843c1cafe3fd129867f3f38c555cbc765ec7c27b5748f48428f6eb46d9f5f2109fea41ed88d53a54dae2b01b352d575552ec7884636d46682 WHIRLPOOL 7d29a868c5b5e706f38112afe2a4addf2674201202780ef2211fc39e800fb97096d169c858e66563259726747d17335df3d44f9b48f524e8ee0c0fd528079484 -DIST opengl-0.9.1.gem 444416 SHA256 23c6aba093a2f03089cff426b0a623d6f86f6b3ae95587348c6566dd1e359dbc SHA512 ce22f8375ae0916f38137bc6b15120caf27e1b639f254e4760d8e5222d2ad2cc97c247a9d257df7040bd7c928392ae981ee081ff0b1f2d4992e4ee86487a4f97 WHIRLPOOL 761169c2cc1182319f206581173331ca9734fffcbf431052e7b39769d0be6a2125d4483c898cb1d768618913ef5e5e8921c3dc0a2317e6965bd655580638c1f7 +DIST opengl-0.9.2.gem 444416 SHA256 cf421841af7c8beb9768aaf755124e17a09f726ea7c91af0f8cd92941036f2cb SHA512 0a7fe8d064e90df5b0507d667d30c3158671861c944086660470f23950606bb821e431735067dfbb2f9b97ebf68041b4937d4330907c4aa3daeb21d5b7e61c37 WHIRLPOOL 7d014cbfa7c0b3eaa206ad9a3c29e78f1cb03f170a10aa5a537fc8504176e794144591131b2ff0db029907b2ba9204b6a47c59ce733d6f2a4c7c8667a08743f4 diff --git a/dev-ruby/ruby-opengl/ruby-opengl-0.9.0.ebuild b/dev-ruby/ruby-opengl/ruby-opengl-0.9.0.ebuild deleted file mode 100644 index 0a31e69703f7..000000000000 --- a/dev-ruby/ruby-opengl/ruby-opengl-0.9.0.ebuild +++ /dev/null @@ -1,50 +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/ruby-opengl/ruby-opengl-0.9.0.ebuild,v 1.1 2014/03/26 20:37:29 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_TASK_DOC="" - -# Two tests fails but the README already indicates that this may not -# work. Additionally these tests require access to video devices such as -# /dev/nvidiactl. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_NAME="opengl" - -RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" - -inherit multilib ruby-fakegem - -DESCRIPTION="OpenGL / GLUT bindings for ruby" -HOMEPAGE="http://ruby-opengl.rubyforge.org/ https://github.com/larskanis/opengl" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" - -IUSE="" - -DEPEND+=" virtual/opengl - media-libs/freeglut" -RDEPEND+=" virtual/opengl - media-libs/freeglut" - -each_ruby_configure() { - ${RUBY} -Cext/opengl extconf.rb || die -} - -each_ruby_compile() { - emake -C ext/opengl V=1 - - cp ext/*/*$(get_modname) lib/ || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF}/examples - doins -r examples/* -} diff --git a/dev-ruby/ruby-opengl/ruby-opengl-0.9.1.ebuild b/dev-ruby/ruby-opengl/ruby-opengl-0.9.2.ebuild similarity index 91% rename from dev-ruby/ruby-opengl/ruby-opengl-0.9.1.ebuild rename to dev-ruby/ruby-opengl/ruby-opengl-0.9.2.ebuild index 5aa17fffc235..e5b509c383de 100644 --- a/dev-ruby/ruby-opengl/ruby-opengl-0.9.1.ebuild +++ b/dev-ruby/ruby-opengl/ruby-opengl-0.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ruby-opengl-0.9.1.ebuild,v 1.1 2014/10/08 05:41:32 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ruby-opengl-0.9.2.ebuild,v 1.1 2015/01/10 22:16:47 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" diff --git a/dev-ruby/temple/Manifest b/dev-ruby/temple/Manifest index e594c289ce1e..0141ac4b943e 100644 --- a/dev-ruby/temple/Manifest +++ b/dev-ruby/temple/Manifest @@ -1,3 +1,3 @@ DIST temple-0.6.8.gem 36352 SHA256 160a3f38e275c9238ff1266b2ea5a7402844a46f1f70bb126a6ad1017bd9db76 SHA512 003583a2be5b65c488c0e5a41f25a15e87d9390ab8ede6f0f44ec073fe802622a3e169f8dfdd0751dc3bb128371c23a6eee4696376620845f70cdcb986bec6c5 WHIRLPOOL bd45fb1932dd4ee470d454f25b5751312a2d0d6565e33addc9f1fbb2e5e99a1f4ec6ac3dce1ff51f3e8df70e88e27db1cd151ac72a941a1cad009657b16fbce7 -DIST temple-0.7.3.gem 36352 SHA256 d0fa9337fbc6871ddcc36311ace0e11ba05886fcbe3d912aeeaff7e5f698095e SHA512 079e3459a09925dd42ec8e3b02dac86661c64cd20c8c4666560d16279c278b643fd8870935c98db9a4055fe582345881ef40e6ed8a0981c6a6cb67ebb1d442a0 WHIRLPOOL 8bca8f377814b36c9656fa24784324f738f02f3dc77ab23f89ca652ba8e545f80d98f7c63fde0832e5501c29768cbfae3245bd66daa53ab803edafd2f6b44a90 DIST temple-0.7.4.gem 36352 SHA256 3cf146921d9fe86355bc4af40040fe0f8555766139c91562a70e858fb213d5b6 SHA512 7e26adec512d645b56769150734a74cfffce96e21a637355e9eb32713f2301720e0dc9b48ce33a89d2e14d2d67ebf369ccba7e3300dd7727e2955a8d54d2aaee WHIRLPOOL 29ed146819dbe8be18bb14d6a6f71b025760c9ef34c6da5d742d846b04cdafd59ee009f0045259a5d5c14022aa912f53cc1333dd51f1cb565b8584b55092fe80 +DIST temple-0.7.5.gem 36352 SHA256 e59e5e9221d0a135c89ffc5eb657a29e1c930483fd386d33b9ab340c0d3a95af SHA512 74c4dbff899ddf9c0edf2ba5732b843fe676166ad1fef59bd41c60ca49710e0f18df4f745aa85ec9f8e16062c0445feac8223786a2492dd7d091674cba648538 WHIRLPOOL 6c4bdfdffa402f22c8ed70818b03b0a17ddde6d6d3899867cd8f997afaf763bf7584adf7d14f5a0e0cf04418057ba9a3803a4b1699f7ef25388ab47b3b190a09 diff --git a/dev-ruby/temple/temple-0.7.3.ebuild b/dev-ruby/temple/temple-0.7.5.ebuild similarity index 79% rename from dev-ruby/temple/temple-0.7.3.ebuild rename to dev-ruby/temple/temple-0.7.5.ebuild index 18b31f1e8773..0dab0837b677 100644 --- a/dev-ruby/temple/temple-0.7.3.ebuild +++ b/dev-ruby/temple/temple-0.7.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.7.3.ebuild,v 1.2 2014/12/09 11:05:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/temple/temple-0.7.5.ebuild,v 1.1 2015/01/10 22:00:59 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" diff --git a/dev-vcs/mercurial/Manifest b/dev-vcs/mercurial/Manifest index f4a44161b718..af6bb9ad2b24 100644 --- a/dev-vcs/mercurial/Manifest +++ b/dev-vcs/mercurial/Manifest @@ -1,6 +1,2 @@ -DIST mercurial-2.4.2.tar.gz 3613392 SHA256 cc21083d7eab4caa8159b941e36c7229acbb6d41a26a7bed21a771b3f63dedf3 SHA512 642dbcc9de6662e563059cafadbd4a0f1b4d6cebad48b2bfc7160571fad950a0110456be52690f1aeef6b91a4f6ac1edf6fc3607d1f590337a60c4b2bcab4625 WHIRLPOOL 64b7f5d620ed132849318e270bc97a0bed99f8be16d1c65da0a38dab47cf3f20bbe0f6b1b9ab145ca6df70c48ba70814df5c0c6c8fa07b271fcda251bb7c9ddf -DIST mercurial-2.8.2.tar.gz 3839304 SHA256 c8a5baa21140c6cd6749c3b52b5e5e4a14b6b8ee7c518d9d9de09b1952efbe6f SHA512 9db5a8ed7b38c95db8bafac3efffb1735619ceb80564342bf1eb25be124f10075b8238d38a62b5cf34786a0463237e30619750c06220e2ab025f8da933b28844 WHIRLPOOL 25af73e866046225f211db1651a1b64214287609ae15b19fe383ee55ee50313779219f5424386aff124d70a658612c653958c7a2f69e150557133f8abb4dd2b7 -DIST mercurial-3.1.2.tar.gz 3983825 SHA256 5dbe5ceb3707e378528dc9346af280919760aa1a8bcc27be12c1fe2bafa78d3a SHA512 883c39b2e3063283585fc279a0709a95c6e5ab9af2df6777319678db05af43d61120659e631a3cc239d951f0ea57e583ac74ad56b779b343dd1feb2e2f077ec2 WHIRLPOOL 41999193869306fc90cb0401b65e01697c8838ea8d3ed2e53b24634d53b7b6c367078294078665ef3c9f18fbe9c40be354102e0ca93e8eec3f911862e2a470ba -DIST mercurial-3.2.1.tar.gz 4072756 SHA256 26418276fbc36850782f1f4feb30da4a83800b48493082985c4d3ac29ad0ca0f SHA512 d104d8a3c4b78bd2416276e5ead0ff0e3d1af13fa1910f246e7fe9dfdd0fc074f67bd08cfffd9df2b9e9fe9ba7b924dae8c45ba5d20711162b7ef9d3dcaceaf7 WHIRLPOOL 8ebf7ff4daaafe07d5bc60ce078e30fe5e17cfe1adbbb0e62f98077df0faf8b6049c1926765fbc224e085f0d7bdb871b88bb4c5bd153dcd37e1e551142c3b0e2 -DIST mercurial-3.2.2.tar.gz 4075999 SHA256 afdef765e260d96f7a168d913ced15e0b0673fd7f7508dae3a81b5c7845a218c SHA512 a80d8a75f917b113634b581bea05616b16a8f8dc101b68cb06ea8ab4ac5c41dce66e166c7a67aa4b8cd1f0309e4e9a9654b85891ec0b231516c1fcf211a07c30 WHIRLPOOL e9d7e9f03573ca0a3b385072026ae2d229d62d9e13cd9d235f9f4bc4c2e25a38b7bb916c0de3cbd49dbb14334778af8d3399883c24c0516b7a91b0251ada9951 DIST mercurial-3.2.3.tar.gz 4078011 SHA256 c4369320e276d78aada1b5936e96c7bbbbb8154cfba725ef4e8757dcedeaf1ef SHA512 eba8e9a1f807132614d2229a6ed38840aa55a80859a504c8fa7c500572e73a1b8a33d4a26ec0e1b9c0202f5ec592d29bf4b6bd1d95f069d2ecda342d28e31569 WHIRLPOOL 586743d7960673f97cf88232a529528ce0a6e3fd2a94256ba5b528a292669111d06a9f3ecc95f10ad590374691dbdb18538f927e7b6510c3b965973646585837 +DIST mercurial-3.2.4.tar.gz 4078698 SHA256 08d4169d02fd24819a7b3203ba85ccf5037dc646e082eb1b21b3c87ed576f6bc SHA512 20f39489ca8c3a619f86e9a4c81908fe38890d55908d8194f61ea697770cbe48425b5aedf5483fa08a5297c52a746c8efde524930fb45c4f8fd778d8278557c9 WHIRLPOOL a4472a0611b427269391cdb62902d41559910146857ba6c4a63a3574cff61823ef5f99f71096469e1151bf2804f09ac04f1cb1fb3712c302c14af41f86e9cc79 diff --git a/dev-vcs/mercurial/mercurial-2.4.2.ebuild b/dev-vcs/mercurial/mercurial-2.4.2.ebuild deleted file mode 100644 index 5974091360b5..000000000000 --- a/dev-vcs/mercurial/mercurial-2.4.2.ebuild +++ /dev/null @@ -1,142 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.4.2.ebuild,v 1.12 2013/07/26 10:54:22 polynomial-c Exp $ - -EAPI=3 -PYTHON_DEPEND="2" -PYTHON_USE_WITH="threads" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" - -inherit bash-completion-r1 elisp-common eutils distutils - -DESCRIPTION="Scalable distributed SCM" -HOMEPAGE="http://mercurial.selenic.com/" -SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="bugzilla emacs gpg test tk zsh-completion" - -RDEPEND="bugzilla? ( dev-python/mysql-python ) - gpg? ( app-crypt/gnupg ) - tk? ( dev-lang/tk ) - zsh-completion? ( app-shells/zsh ) - app-misc/ca-certificates" -DEPEND="emacs? ( virtual/emacs ) - test? ( app-arch/unzip - dev-python/pygments )" - -PYTHON_CFLAGS=( - "2.* + -fno-strict-aliasing" - "* - -ftracer -ftree-vectorize" -) - -PYTHON_MODNAME="${PN} hgext" -SITEFILE="70${PN}-gentoo.el" - -src_prepare() { - distutils_src_prepare - # fix up logic that won't work in Gentoo Prefix (also won't outside in - # certain cases), bug #362891 - sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die -} - -src_compile() { - distutils_src_compile - if use emacs; then - cd "${S}"/contrib || die - elisp-compile mercurial.el || die "elisp-compile failed!" - fi - rm -rf contrib/{win32,macosx} || die -} - -src_install() { - distutils_src_install - python_convert_shebangs 2 contrib/hg-ssh - - newbashcomp contrib/bash_completion hg || die - - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - newins contrib/zsh_completion _hg || die - fi - - rm -f doc/*.?.txt || die - dodoc CONTRIBUTORS README doc/*.txt || die - cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die - - dobin hgeditor || die - dobin contrib/hgk || die - dobin contrib/hg-ssh || die - - rm -f contrib/hgk contrib/hg-ssh || die - - rm -f contrib/bash_completion || die - cp -r contrib "${ED}"/usr/share/doc/${PF}/ || die - doman doc/*.? || die - - cat > "${T}/80mercurial" <<-EOF -HG="${EPREFIX}/usr/bin/hg" -EOF - doenvd "${T}/80mercurial" || die - - if use emacs; then - elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} - fi - - insinto /etc/mercurial/hgrc.d - doins "${FILESDIR}/cacerts.rc" -} - -src_test() { - cd "${S}/tests/" || die - rm -rf *svn* || die # Subversion tests fail with 1.5 - rm -f test-archive* || die # Fails due to verbose tar output changes - rm -f test-convert-baz* || die # GNU Arch baz - rm -f test-convert-cvs* || die # CVS - rm -f test-convert-darcs* || die # Darcs - rm -f test-convert-git* || die # git - rm -f test-convert-mtn* || die # monotone - rm -f test-convert-tla* || die # GNU Arch tla - rm -f test-doctest* || die # doctest always fails with python 2.5.x - rm -f test-largefiles* || die # tends to time out - if [[ ${EUID} -eq 0 ]]; then - einfo "Removing tests which require user privileges to succeed" - rm -f test-command-template* || die # Test is broken when run as root - rm -f test-convert* || die # Test is broken when run as root - rm -f test-lock-badness* || die # Test is broken when run as root - rm -f test-permissions* || die # Test is broken when run as root - rm -f test-pull-permission* || die # Test is broken when run as root - rm -f test-clone-failure* || die - rm -f test-journal-exists* || die - rm -f test-repair-strip* || die - fi - - testing() { - local testdir="${T}/tests-${PYTHON_ABI}" - rm -rf "${testdir}" || die - "$(PYTHON)" run-tests.py --tmpdir="${testdir}" - } - python_execute_function testing -} - -pkg_postinst() { - distutils_pkg_postinst - use emacs && elisp-site-regen - - elog "If you want to convert repositories from other tools using convert" - elog "extension please install correct tool:" - elog " dev-vcs/cvs" - elog " dev-vcs/darcs" - elog " dev-vcs/git" - elog " dev-vcs/monotone" - elog " dev-vcs/subversion" -} - -pkg_postrm() { - distutils_pkg_postrm - use emacs && elisp-site-regen -} diff --git a/dev-vcs/mercurial/mercurial-2.8.2.ebuild b/dev-vcs/mercurial/mercurial-2.8.2.ebuild deleted file mode 100644 index c34aaef26545..000000000000 --- a/dev-vcs/mercurial/mercurial-2.8.2.ebuild +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.8.2.ebuild,v 1.8 2014/08/13 09:17:21 ago Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="threads" - -inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic - -DESCRIPTION="Scalable distributed SCM" -HOMEPAGE="http://mercurial.selenic.com/" -SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="bugzilla emacs gpg test tk zsh-completion" - -RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) - gpg? ( app-crypt/gnupg ) - tk? ( dev-lang/tk ) - zsh-completion? ( app-shells/zsh ) - app-misc/ca-certificates" -DEPEND="emacs? ( virtual/emacs ) - test? ( app-arch/unzip - dev-python/pygments[${PYTHON_USEDEP}] )" - -SITEFILE="70${PN}-gentoo.el" - -python_prepare_all() { - # fix up logic that won't work in Gentoo Prefix (also won't outside in - # certain cases), bug #362891 - sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die - - distutils-r1_python_prepare_all -} - -python_configure_all() { - strip-flags -ftracer -ftree-vectorize - # Note: make it impl-conditional if py3 is supported - append-flags -fno-strict-aliasing - - "${PYTHON}" setup.py build_mo || die -} - -python_compile_all() { - rm -r contrib/{win32,macosx} || die - if use emacs; then - cd contrib || die - elisp-compile mercurial.el || die "elisp-compile failed!" - fi -} - -python_install_all() { - distutils-r1_python_install_all - - newbashcomp contrib/bash_completion hg - - if use zsh-completion ; then - insinto /usr/share/zsh/site-functions - newins contrib/zsh_completion _hg - fi - - rm -f doc/*.?.txt - dodoc CONTRIBUTORS - cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die - - dobin hgeditor - dobin contrib/hgk - python_foreach_impl python_doscript contrib/hg-ssh - - if use emacs; then - elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} - fi - - local RM_CONTRIB=(hgk hg-ssh bash_completion zsh_completion wix buildrpm plan9 - *.el mercurial.spec) - for f in ${RM_CONTRIB[@]}; do - rm -rf contrib/$f || die - done - - dodoc -r contrib - docompress -x /usr/share/doc/${PF}/contrib - doman doc/*.? - - cat > "${T}/80mercurial" <<-EOF -HG="${EPREFIX}/usr/bin/hg" -EOF - doenvd "${T}/80mercurial" - - insinto /etc/mercurial/hgrc.d - doins "${FILESDIR}/cacerts.rc" -} - -src_test() { - cd tests || die - rm -rf *svn* || die # Subversion tests fail with 1.5 - rm -f test-archive* || die # Fails due to verbose tar output changes - rm -f test-convert-baz* || die # GNU Arch baz - rm -f test-convert-cvs* || die # CVS - rm -f test-convert-darcs* || die # Darcs - rm -f test-convert-git* || die # git - rm -f test-convert-mtn* || die # monotone - rm -f test-convert-tla* || die # GNU Arch tla - rm -f test-doctest* || die # doctest always fails with python 2.5.x - rm -f test-largefiles* || die # tends to time out - if [[ ${EUID} -eq 0 ]]; then - einfo "Removing tests which require user privileges to succeed" - rm -f test-command-template* || die # Test is broken when run as root - rm -f test-convert* || die # Test is broken when run as root - rm -f test-lock-badness* || die # Test is broken when run as root - rm -f test-permissions* || die # Test is broken when run as root - rm -f test-pull-permission* || die # Test is broken when run as root - rm -f test-clone-failure* || die - rm -f test-journal-exists* || die - rm -f test-repair-strip* || die - fi - - cd .. || die - distutils-r1_src_test -} - -python_test() { - local TEST_DIR - - rm -rf "${TMPDIR}"/test - distutils_install_for_testing - cd tests || die - "${PYTHON}" run-tests.py --verbose \ - --tmpdir="${TMPDIR}"/test \ - --with-hg="${TEST_DIR}"/scripts/hg \ - || die "Tests fail with ${EPYTHON}" -} - -pkg_postinst() { - use emacs && elisp-site-regen - - elog "If you want to convert repositories from other tools using convert" - elog "extension please install correct tool:" - elog " dev-vcs/cvs" - elog " dev-vcs/darcs" - elog " dev-vcs/git" - elog " dev-vcs/monotone" - elog " dev-vcs/subversion" -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-vcs/mercurial/mercurial-3.1.2.ebuild b/dev-vcs/mercurial/mercurial-3.1.2.ebuild deleted file mode 100644 index ac6ab054436e..000000000000 --- a/dev-vcs/mercurial/mercurial-3.1.2.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.1.2.ebuild,v 1.1 2014/10/12 12:19:25 djc Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="threads" - -inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic - -DESCRIPTION="Scalable distributed SCM" -HOMEPAGE="http://mercurial.selenic.com/" -SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="bugzilla emacs gpg test tk" - -RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) - gpg? ( app-crypt/gnupg ) - tk? ( dev-lang/tk ) - app-misc/ca-certificates" -DEPEND="emacs? ( virtual/emacs ) - test? ( app-arch/unzip - dev-python/pygments[${PYTHON_USEDEP}] )" - -SITEFILE="70${PN}-gentoo.el" - -PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" ) - -python_prepare_all() { - # fix up logic that won't work in Gentoo Prefix (also won't outside in - # certain cases), bug #362891 - sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die - - distutils-r1_python_prepare_all -} - -python_configure_all() { - strip-flags -ftracer -ftree-vectorize - # Note: make it impl-conditional if py3 is supported - append-flags -fno-strict-aliasing - - "${PYTHON}" setup.py build_mo || die -} - -python_compile_all() { - rm -r contrib/{win32,macosx} || die - if use emacs; then - cd contrib || die - elisp-compile mercurial.el || die "elisp-compile failed!" - fi -} - -python_install_all() { - distutils-r1_python_install_all - - newbashcomp contrib/bash_completion hg - - insinto /usr/share/zsh/site-functions - newins contrib/zsh_completion _hg - - rm -f doc/*.?.txt - dodoc CONTRIBUTORS - cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die - - dobin hgeditor - dobin contrib/hgk - python_foreach_impl python_doscript contrib/hg-ssh - - if use emacs; then - elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} - fi - - local RM_CONTRIB=(hgk hg-ssh bash_completion zsh_completion wix buildrpm plan9 - *.el mercurial.spec) - for f in ${RM_CONTRIB[@]}; do - rm -r contrib/$f || die - done - - dodoc -r contrib - docompress -x /usr/share/doc/${PF}/contrib - doman doc/*.? - - cat > "${T}/80mercurial" <<-EOF -HG="${EPREFIX}/usr/bin/hg" -EOF - doenvd "${T}/80mercurial" - - insinto /etc/mercurial/hgrc.d - doins "${FILESDIR}/cacerts.rc" -} - -src_test() { - pushd tests &>/dev/null || die - rm -rf *svn* # Subversion tests fail with 1.5 - rm -f test-archive* # Fails due to verbose tar output changes - rm -f test-convert-baz* # GNU Arch baz - rm -f test-convert-cvs* # CVS - rm -f test-convert-darcs* # Darcs - rm -f test-convert-git* # git - rm -f test-convert-mtn* # monotone - rm -f test-convert-tla* # GNU Arch tla - #rm -f test-doctest* # doctest always fails with python 2.5.x - rm -f test-largefiles* # tends to time out - - popd &>/dev/null || die - distutils-r1_src_test -} - -python_test() { - local TEST_DIR - - rm -rf "${TMPDIR}"/test - distutils_install_for_testing - cd tests || die - "${PYTHON}" run-tests.py --verbose \ - --tmpdir="${TMPDIR}"/test \ - --with-hg="${TEST_DIR}"/scripts/hg \ - || die "Tests fail with ${EPYTHON}" -} - -pkg_postinst() { - use emacs && elisp-site-regen - - elog "If you want to convert repositories from other tools using convert" - elog "extension please install correct tool:" - elog " dev-vcs/cvs" - elog " dev-vcs/darcs" - elog " dev-vcs/git" - elog " dev-vcs/monotone" - elog " dev-vcs/subversion" -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-vcs/mercurial/mercurial-3.2.2.ebuild b/dev-vcs/mercurial/mercurial-3.2.2.ebuild deleted file mode 100644 index 2240a3866f1c..000000000000 --- a/dev-vcs/mercurial/mercurial-3.2.2.ebuild +++ /dev/null @@ -1,140 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.2.ebuild,v 1.1 2014/12/02 08:57:49 djc Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="threads" - -inherit bash-completion-r1 elisp-common eutils distutils-r1 flag-o-matic - -DESCRIPTION="Scalable distributed SCM" -HOMEPAGE="http://mercurial.selenic.com/" -SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="bugzilla emacs gpg test tk" - -RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) - gpg? ( app-crypt/gnupg ) - tk? ( dev-lang/tk ) - app-misc/ca-certificates" -DEPEND="emacs? ( virtual/emacs ) - test? ( app-arch/unzip - dev-python/pygments[${PYTHON_USEDEP}] )" - -SITEFILE="70${PN}-gentoo.el" - -PATCHES=( "${FILESDIR}/${PN}-3.0.1-po_fixes.patch" ) - -python_prepare_all() { - # fix up logic that won't work in Gentoo Prefix (also won't outside in - # certain cases), bug #362891 - sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die - - distutils-r1_python_prepare_all -} - -python_configure_all() { - strip-flags -ftracer -ftree-vectorize - # Note: make it impl-conditional if py3 is supported - append-flags -fno-strict-aliasing - - "${PYTHON}" setup.py build_mo || die -} - -python_compile_all() { - rm -r contrib/{win32,macosx} || die - if use emacs; then - cd contrib || die - elisp-compile mercurial.el || die "elisp-compile failed!" - fi -} - -python_install_all() { - distutils-r1_python_install_all - - newbashcomp contrib/bash_completion hg - - insinto /usr/share/zsh/site-functions - newins contrib/zsh_completion _hg - - rm -f doc/*.?.txt - dodoc CONTRIBUTORS - cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die - - dobin hgeditor - dobin contrib/hgk - python_foreach_impl python_doscript contrib/hg-ssh - - if use emacs; then - elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} - fi - - local RM_CONTRIB=(hgk hg-ssh bash_completion zsh_completion wix buildrpm plan9 - *.el mercurial.spec) - for f in ${RM_CONTRIB[@]}; do - rm -r contrib/$f || die - done - - dodoc -r contrib - docompress -x /usr/share/doc/${PF}/contrib - doman doc/*.? - - cat > "${T}/80mercurial" <<-EOF -HG="${EPREFIX}/usr/bin/hg" -EOF - doenvd "${T}/80mercurial" - - insinto /etc/mercurial/hgrc.d - doins "${FILESDIR}/cacerts.rc" -} - -src_test() { - pushd tests &>/dev/null || die - rm -rf *svn* # Subversion tests fail with 1.5 - rm -f test-archive* # Fails due to verbose tar output changes - rm -f test-convert-baz* # GNU Arch baz - rm -f test-convert-cvs* # CVS - rm -f test-convert-darcs* # Darcs - rm -f test-convert-git* # git - rm -f test-convert-mtn* # monotone - rm -f test-convert-tla* # GNU Arch tla - #rm -f test-doctest* # doctest always fails with python 2.5.x - rm -f test-largefiles* # tends to time out - - popd &>/dev/null || die - distutils-r1_src_test -} - -python_test() { - local TEST_DIR - - rm -rf "${TMPDIR}"/test - distutils_install_for_testing - cd tests || die - "${PYTHON}" run-tests.py --verbose \ - --tmpdir="${TMPDIR}"/test \ - --with-hg="${TEST_DIR}"/scripts/hg \ - || die "Tests fail with ${EPYTHON}" -} - -pkg_postinst() { - use emacs && elisp-site-regen - - elog "If you want to convert repositories from other tools using convert" - elog "extension please install correct tool:" - elog " dev-vcs/cvs" - elog " dev-vcs/darcs" - elog " dev-vcs/git" - elog " dev-vcs/monotone" - elog " dev-vcs/subversion" -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/dev-vcs/mercurial/mercurial-3.2.1.ebuild b/dev-vcs/mercurial/mercurial-3.2.4.ebuild similarity index 97% rename from dev-vcs/mercurial/mercurial-3.2.1.ebuild rename to dev-vcs/mercurial/mercurial-3.2.4.ebuild index f13489262bcf..6819593f9581 100644 --- a/dev-vcs/mercurial/mercurial-3.2.1.ebuild +++ b/dev-vcs/mercurial/mercurial-3.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.1.ebuild,v 1.1 2014/11/16 10:18:22 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.4.ebuild,v 1.1 2015/01/11 09:36:42 djc Exp $ EAPI=5 diff --git a/games-action/gltron/gltron-0.70-r1.ebuild b/games-action/gltron/gltron-0.70-r1.ebuild index ddef6f6fd01a..cae60888adb3 100644 --- a/games-action/gltron/gltron-0.70-r1.ebuild +++ b/games-action/gltron/gltron-0.70-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v 1.9 2015/01/01 18:20:35 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70-r1.ebuild,v 1.10 2015/01/10 19:46:47 mr_bones_ Exp $ -EAPI=4 +EAPI=5 inherit eutils games DESCRIPTION="3d tron, just like the movie" @@ -22,7 +22,7 @@ DEPEND="virtual/opengl media-libs/sdl-sound[vorbis,mikmod] media-libs/smpeg media-libs/libmikmod" -RDEPEND="${DEPEND}" +RDEPEND=${DEPEND} src_prepare() { epatch \ @@ -31,8 +31,7 @@ src_prepare() { "${FILESDIR}"/${P}-debian.patch sed -i \ -e '/^gltron_LINK/s/$/ $(LDFLAGS)/' \ - Makefile.in \ - || die 'sed failed' + Makefile.in || die } src_configure() { diff --git a/games-puzzle/ksokoban/Manifest b/games-puzzle/ksokoban/Manifest new file mode 100644 index 000000000000..d5785c0c6cef --- /dev/null +++ b/games-puzzle/ksokoban/Manifest @@ -0,0 +1 @@ +DIST ksokoban-0.5.0_pre20120725.tar.xz 345344 SHA256 fb1c47e37b7d6297960f67377f9bac0deb9c4b132c251c02cdd75d1935bc2b5c SHA512 b7a962a5915bb6f10ecb85dfaae20b009a6c40ba0312e02d12b654e196bdef82159e7f0d6fca17b1befaa1cb17db1a9268822904cdf9bdc8bd1bacf2202b460c WHIRLPOOL 3026b04a4a50da8097a926949ab80e736d0f77f814f437aa87a39c6b5805ab0636cb6dde5a1ab74a76b56ce17b44176bf393c5ffe66e86314b30b77ae9921b4c diff --git a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20120725.ebuild b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20120725.ebuild new file mode 100644 index 000000000000..4422b7ac9a9d --- /dev/null +++ b/games-puzzle/ksokoban/ksokoban-0.5.0_pre20120725.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ksokoban/ksokoban-0.5.0_pre20120725.ebuild,v 1.2 2015/01/10 04:15:32 bircoph Exp $ + +EAPI=5 + +if [[ ${PV} == "9999" ]]; then + inherit mercurial + EHG_REPO_URI="http://hg.code.sf.net/p/ksokoban/code" +else + SRC_URI="http://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +inherit cmake-utils +DESCRIPTION="The japanese warehouse keeper game" +HOMEPAGE="https://sourceforge.net/projects/ksokoban/" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="kde-base/kdelibs:4" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}" + +CMAKE_IN_SOURCE_BUILD="yes" + +src_prepare() { + sed -i 's/%m//' "data/${PN}.desktop" || die "sed for desktop file failed" +} + +# source lacks install target +src_install() { + dobin ksokoban + dodoc AUTHORS NEWS TODO + domenu "data/${PN}.desktop" + for i in 16 22 32 48 64 128; do + doicon -s "${i}" "data/hi${i}-app-${PN}.png" + done +} diff --git a/games-puzzle/ksokoban/ksokoban-9999.ebuild b/games-puzzle/ksokoban/ksokoban-9999.ebuild new file mode 100644 index 000000000000..207b16147a6f --- /dev/null +++ b/games-puzzle/ksokoban/ksokoban-9999.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ksokoban/ksokoban-9999.ebuild,v 1.2 2015/01/10 04:15:32 bircoph Exp $ + +EAPI=5 + +if [[ ${PV} == "9999" ]]; then + inherit mercurial + EHG_REPO_URI="http://hg.code.sf.net/p/ksokoban/code" +else + SRC_URI="http://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +inherit cmake-utils +DESCRIPTION="The japanese warehouse keeper game" +HOMEPAGE="https://sourceforge.net/projects/ksokoban/" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="kde-base/kdelibs:4" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}" + +CMAKE_IN_SOURCE_BUILD="yes" + +src_prepare() { + sed -i 's/%m//' "data/${PN}.desktop" || die "sed for desktop file failed" +} + +# source lacks install target +src_install() { + dobin ksokoban + dodoc AUTHORS NEWS TODO + domenu "data/${PN}.desktop" + for i in 16 22 32 48 64 128; do + doicon -s "${i}" "data/hi${i}-app-${PN}.png" + done +} diff --git a/games-puzzle/ksokoban/metadata.xml b/games-puzzle/ksokoban/metadata.xml new file mode 100644 index 000000000000..2b2f1635f4e7 --- /dev/null +++ b/games-puzzle/ksokoban/metadata.xml @@ -0,0 +1,7 @@ + + + + + bircoph@gentoo.org + + diff --git a/games-simulation/openttd/Manifest b/games-simulation/openttd/Manifest index 01440938d080..328aa8577163 100644 --- a/games-simulation/openttd/Manifest +++ b/games-simulation/openttd/Manifest @@ -1,2 +1,3 @@ DIST openttd-1.3.3-source.tar.gz 9643325 SHA256 a21f9f5321ac70ffd2c0dbbb52021f00d4a55f66951e148e08fdcde4475c2d5c SHA512 d82d1f2b7653082a374c6a87cfef162dbf22032ff7e37fa2ab63c0cb1b570ee1a1bd01eec651459a38f79cc044cfb002c51180ebc7f859c6588746f9c80644a7 WHIRLPOOL 60b5be8eed979f01a490f739b36ae1198c0105c19cfc4ed76e79e8e6dd3d726b0d598a931b877f673244bf5c5a43510035c900821fffa18ed557d628b07b5c92 DIST openttd-1.4.2-source.tar.gz 10066038 SHA256 3dcdbf6d4368bbbc3caeb1d0f06a26231580ebcdf3ac8abc6923be6043bb5e35 SHA512 9a356b3c1f56589a48cb80fdb0cfb9170d996a8301f3f541bc743a484315f71736ebf8354fc5576c3e02e6d7a724fe90cfb4811aeac0e67462ae02e805c0f9da WHIRLPOOL 7de171aef7d63a4340076f47647d8915969348d126031ebf7ef506161814eb15be69eeb962e58e264439a88012b3b5b30c6c47983633dcbd8c296aba010abb50 +DIST openttd-1.4.4-source.tar.gz 9726516 SHA256 e5b6b72e37b796ae8b532cd8c96bd27cb6c6b58ecc0e9a5a17a0a80442b5c36d SHA512 52ff5f52b511c3e222a0231c902b0763611f64d5c003c99e1c50af951688458c5c56bdc002ddd1e3c936ed920f64054e68074994fd273d2f3614a3779bad66e1 WHIRLPOOL dd7ac08a337df4554683f0f9275bb50cca169206b38f7ebfa20b6ec8a62125c8c38d444c78bd6a6230095a65e6e02b477fe8734d8b0e6ee9025008ed8058bbd8 diff --git a/games-simulation/openttd/files/openttd-1.4.4-cflags.patch b/games-simulation/openttd/files/openttd-1.4.4-cflags.patch new file mode 100644 index 000000000000..bb7f768b3798 --- /dev/null +++ b/games-simulation/openttd/files/openttd-1.4.4-cflags.patch @@ -0,0 +1,42 @@ +--- openttd-1.4.4/config.lib ++++ openttd-1.4.4/config.lib +@@ -1450,12 +1450,6 @@ + CFLAGS="-I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations -mcpu=604 -fno-inline -mstring -mmultiple $CFLAGS" + LDFLAGS="$LDFLAGS -noixemul" + fi +- +- if [ "$enable_profiling" = "0" ]; then +- # -fomit-frame-pointer and -pg do not go well together (gcc errors they are incompatible) +- CFLAGS="-fomit-frame-pointer $CFLAGS" +- fi +- CFLAGS="-O2 $CFLAGS" + else + OBJS_SUBDIR="debug" + +@@ -1466,14 +1460,6 @@ + CFLAGS="$CFLAGS -G0" + fi + fi +- if [ $enable_debug -ge 2 ]; then +- CFLAGS="$CFLAGS -fno-inline" +- fi +- if [ $enable_debug -ge 3 ]; then +- CFLAGS="$CFLAGS -O0" +- else +- CFLAGS="$CFLAGS -O2" +- fi + fi + + if [ $enable_debug -le 2 ]; then +@@ -1498,11 +1484,6 @@ + CFLAGS="$CFLAGS -fno-expensive-optimizations" + fi + +- if [ "$enable_profiling" != "0" ]; then +- CFLAGS="$CFLAGS -pg" +- LDFLAGS="$LDFLAGS -pg" +- fi +- + if [ "$with_threads" = "0" ]; then + CFLAGS="$CFLAGS -DNO_THREADS" + fi diff --git a/games-simulation/openttd/files/openttd-1.4.4-freetype.patch b/games-simulation/openttd/files/openttd-1.4.4-freetype.patch new file mode 100644 index 000000000000..96f1f6205567 --- /dev/null +++ b/games-simulation/openttd/files/openttd-1.4.4-freetype.patch @@ -0,0 +1,31 @@ +Index: trunk/src/fontcache.cpp +=================================================================== +--- trunk/src/fontcache.cpp (revision 27020) ++++ trunk/src/fontcache.cpp (revision 27079) +@@ -537,6 +537,6 @@ + + /* Add 1 pixel for the shadow on the medium font. Our sprite must be at least 1x1 pixel */ +- int width = max(1, slot->bitmap.width + (this->fs == FS_NORMAL)); +- int height = max(1, slot->bitmap.rows + (this->fs == FS_NORMAL)); ++ unsigned int width = max(1U, (unsigned int)slot->bitmap.width + (this->fs == FS_NORMAL)); ++ unsigned int height = max(1U, (unsigned int)slot->bitmap.rows + (this->fs == FS_NORMAL)); + + /* Limit glyph size to prevent overflows later on. */ +@@ -554,6 +554,6 @@ + /* Draw shadow for medium size */ + if (this->fs == FS_NORMAL && !aa) { +- for (int y = 0; y < slot->bitmap.rows; y++) { +- for (int x = 0; x < slot->bitmap.width; x++) { ++ for (unsigned int y = 0; y < (unsigned int)slot->bitmap.rows; y++) { ++ for (unsigned int x = 0; x < (unsigned int)slot->bitmap.width; x++) { + if (aa ? (slot->bitmap.buffer[x + y * slot->bitmap.pitch] > 0) : HasBit(slot->bitmap.buffer[(x / 8) + y * slot->bitmap.pitch], 7 - (x % 8))) { + sprite.data[1 + x + (1 + y) * sprite.width].m = SHADOW_COLOUR; +@@ -564,6 +564,6 @@ + } + +- for (int y = 0; y < slot->bitmap.rows; y++) { +- for (int x = 0; x < slot->bitmap.width; x++) { ++ for (unsigned int y = 0; y < (unsigned int)slot->bitmap.rows; y++) { ++ for (unsigned int x = 0; x < (unsigned int)slot->bitmap.width; x++) { + if (aa ? (slot->bitmap.buffer[x + y * slot->bitmap.pitch] > 0) : HasBit(slot->bitmap.buffer[(x / 8) + y * slot->bitmap.pitch], 7 - (x % 8))) { + sprite.data[x + y * sprite.width].m = FACE_COLOUR; diff --git a/games-simulation/openttd/openttd-1.4.4.ebuild b/games-simulation/openttd/openttd-1.4.4.ebuild new file mode 100644 index 000000000000..b2ba4eb643a7 --- /dev/null +++ b/games-simulation/openttd/openttd-1.4.4.ebuild @@ -0,0 +1,178 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.4.4.ebuild,v 1.1 2015/01/10 05:38:19 mr_bones_ Exp $ + +EAPI=5 +inherit eutils gnome2-utils games + +DESCRIPTION="OpenTTD is a clone of Transport Tycoon Deluxe" +HOMEPAGE="http://www.openttd.org/" +SRC_URI="http://binaries.openttd.org/releases/${PV}/${P}-source.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png sse +timidity +truetype zlib" +RESTRICT="test" # needs a graphics set in order to test + +DEPEND="!dedicated? ( + media-libs/libsdl[sound,X,video] + icu? ( dev-libs/icu:= ) + truetype? ( + media-libs/fontconfig + media-libs/freetype:2 + sys-libs/zlib + ) + ) + lzo? ( dev-libs/lzo:2 ) + iconv? ( virtual/libiconv ) + png? ( media-libs/libpng ) + zlib? ( sys-libs/zlib )" +RDEPEND="${DEPEND}" +PDEPEND=" + !dedicated? ( + openmedia? ( + games-misc/openmsx + games-misc/opensfx + ) + aplaymidi? ( media-sound/alsa-utils ) + !aplaymidi? ( timidity? ( media-sound/timidity++ ) ) + ) + openmedia? ( >=games-misc/opengfx-0.4.7 )" + +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-cflags.patch \ + "${FILESDIR}"/${P}-freetype.patch + sed -i \ + -e '/Keywords/s/$/;/' \ + media/openttd.desktop.in || die +} + +src_configure() { + # there is an allegro interface available as well as sdl, but + # the configure for it looks broken so the sdl interface is + # always built instead. + local myopts=" --without-allegro" + + # libtimidity not needed except for some embedded platform + # nevertheless, it will be automagically linked if it is + # installed. Hence, we disable it. + myopts+=" --without-libtimidity" + + use debug && myopts+=" --enable-debug=3" + + if use dedicated ; then + myopts+=" --enable-dedicated" + else + use aplaymidi && myopts+=" --with-midi='/usr/bin/aplaymidi'" + myopts+=" + $(use_with truetype freetype) + $(use_with icu) + --with-sdl" + fi + if use png || { use !dedicated && use truetype; } || use zlib ; then + myopts+=" --with-zlib" + else + myopts+=" --without-zlib" + fi + + # configure is a hand-written bash-script, so econf will not work. + # It's all built as C++, upstream uses CFLAGS internally. + CFLAGS="" ./configure \ + --disable-strip \ + --prefix-dir="${EPREFIX}" \ + --binary-dir="${GAMES_BINDIR}" \ + --data-dir="${GAMES_DATADIR}/${PN}" \ + --install-dir="${D}" \ + --icon-dir=/usr/share/pixmaps \ + --menu-dir=/usr/share/applications \ + --icon-theme-dir=/usr/share/icons/hicolor \ + --man-dir=/usr/share/man/man6 \ + --doc-dir=/usr/share/doc/${PF} \ + --menu-group="Game;Simulation;" \ + ${myopts} \ + $(use_with iconv) \ + $(use_with png) \ + $(use_with sse) \ + $(use_with lzo liblzo2) \ + || die +} + +src_compile() { + emake VERBOSE=1 +} + +src_install() { + emake DESTDIR="${D}" install + if use dedicated ; then + newinitd "${FILESDIR}"/${PN}.initd ${PN} + rm -rf "${ED}"/usr/share/{applications,icons,pixmaps} + fi + rm -f "${ED}"/usr/share/doc/${PF}/COPYING + prepgamesdirs +} + +pkg_preinst() { + games_pkg_preinst + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + games_pkg_postinst + + if ! use lzo ; then + elog "OpenTTD was built without 'lzo' in USE. While 'lzo' is not" + elog "required, disabling it does mean that loading old savegames" + elog "or scenarios from ancient versions (~0.2) will fail." + elog + fi + + if use dedicated ; then + ewarn "Warning: The init script will kill all running openttd" + ewarn "processes when triggered, including any running client sessions!" + else + if use aplaymidi ; then + elog "You have emerged with 'aplaymidi' for playing MIDI." + elog "This option is for those with a hardware midi device," + elog "or who have set up ALSA to handle midi ports." + elog "You must set the environment variable ALSA_OUTPUT_PORTS." + elog "Available ports can be listed by using 'aplaymidi -l'." + else + if ! use timidity ; then + elog "OpenTTD was built with neither 'aplaymidi' nor 'timidity'" + elog "in USE. Music may or may not work in-game. If you happen" + elog "to have timidity++ installed, music will work so long" + elog "as it remains installed, but OpenTTD will not depend on it." + fi + fi + if ! use openmedia ; then + elog + elog "OpenTTD was compiled without the 'openmedia' USE flag." + elog + elog "In order to play, you must at least install:" + elog "games-misc/opengfx, and games-misc/opensfx, or copy the " + elog "following 6 files from a version of Transport Tycoon Deluxe" + elog "(windows or DOS) to ~/.openttd/data/ or" + elog "${GAMES_DATADIR}/${PN}/data/." + elog + elog "From the WINDOWS version you need: " + elog "sample.cat trg1r.grf trgcr.grf trghr.grf trgir.grf trgtr.grf" + elog "OR from the DOS version you need: " + elog "SAMPLE.CAT TRG1.GRF TRGC.GRF TRGH.GRF TRGI.GRF TRGT.GRF" + elog + elog "File names are case sensitive, but should work either with" + elog "all upper or all lower case names" + elog + elog "In addition, in-game music will be unavailable: for music," + elog "install games-misc/openmsx, or use the in-game download" + elog "functionality to get a music set" + elog + fi + fi +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/gnome-extra/nm-applet/Manifest b/gnome-extra/nm-applet/Manifest index 8599e9650b7f..5a035906b9bf 100644 --- a/gnome-extra/nm-applet/Manifest +++ b/gnome-extra/nm-applet/Manifest @@ -1,2 +1,3 @@ DIST network-manager-applet-0.9.10.0.tar.xz 1274656 SHA256 f5c26c692f538dc0145dc7d46d3d390754fad73d0ff06861c074c61f3dc54eca SHA512 d9472bb6613fa8feb7bbde15932542adcfdb99897d6f1376ea4d511a6ff785debb0b4dd630deb7dc6ba2c244ca2487a00cd8c758274a914d61864370226e2b1d WHIRLPOOL 8f03dabe55a29d24cb0959b4a36c63ca31a4866e6af04dbc8e0eed575c148d674d583d5e039721e9a6eed7a0115943d130dea9b0bce39ec167a3376a92b00365 DIST network-manager-applet-0.9.8.10.tar.xz 1234720 SHA256 46fee9a1e667d1826e6a94bb6bd2e6bdbde535fc995e534542f5f7e8b8dae0cb SHA512 c943eff9eaba1f28ad9101c659d4e3da72d6190dd7fd58f3c3d54bcc53c21ec33247aee6dc7a3d7348efd905876f699c39fb3f64cf46f5f627a3976deaa06fa2 WHIRLPOOL 070e4fc914f5db60fc5e66884c7a1868a49cc011556685c9f64505e55d7c59ac749f9828c8fdf31c1e5e727b640943ea9663c6ef0139adb634f64097c4b4f243 +DIST network-manager-applet-1.0.0.tar.xz 1312480 SHA256 5fede8d2060002c695fbba07e59cbc7db90a39a3378bb9690274c205d2503152 SHA512 d1d4ea0f93dacf4068b46df5823c8d53cc792e4796ee592f538f00d3fb1f2c06e5624fafc45e1fd63f3301e5fe44fa2793bf33b428577bb662ac511e641ae970 WHIRLPOOL b53ee8aef1943d390cf05fbb75f78fbd87094fc5876b76bac3dfc37d7d3826dbbf10d76f414a68b190ee05ec7fd27f67a7be4ff794820b34e967aca7b0d86b71 diff --git a/gnome-extra/nm-applet/nm-applet-1.0.0.ebuild b/gnome-extra/nm-applet/nm-applet-1.0.0.ebuild new file mode 100644 index 000000000000..e6cb1ce3368e --- /dev/null +++ b/gnome-extra/nm-applet/nm-applet-1.0.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-1.0.0.ebuild,v 1.1 2015/01/10 14:54:29 pacho Exp $ + +EAPI=5 +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +GNOME_ORG_MODULE="network-manager-applet" + +inherit gnome2 + +DESCRIPTION="GNOME applet for NetworkManager" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="bluetooth +introspection modemmanager" +KEYWORDS="~alpha ~amd64 ~arm ~sparc ~x86" + +RDEPEND=" + app-crypt/libsecret + >=dev-libs/glib-2.32:2 + >=dev-libs/dbus-glib-0.88 + >=sys-apps/dbus-1.4.1 + >=sys-auth/polkit-0.96-r1 + >=x11-libs/gtk+-3.4:3[introspection?] + >=x11-libs/libnotify-0.7.0 + + app-text/iso-codes + >=net-misc/networkmanager-1.0.0[introspection?] + net-misc/mobile-broadband-provider-info + + bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6:= ) + introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) + modemmanager? ( >=net-misc/modemmanager-0.7.990 ) + virtual/freedesktop-icon-theme + virtual/notification-daemon + virtual/libgudev:= +" +DEPEND="${RDEPEND} + virtual/pkgconfig + >=dev-util/intltool-0.40 +" + +src_configure() { + gnome2_src_configure \ + --disable-more-warnings \ + --disable-static \ + --disable-migration \ + --localstatedir=/var \ + $(use_with bluetooth) \ + $(use_enable introspection) \ + $(use_with modemmanager modem-manager-1) +} diff --git a/kde-frameworks/threadweaver/threadweaver-5.6.0.ebuild b/kde-frameworks/threadweaver/threadweaver-5.6.0.ebuild index 878477f3b4a3..1b233e584c25 100644 --- a/kde-frameworks/threadweaver/threadweaver-5.6.0.ebuild +++ b/kde-frameworks/threadweaver/threadweaver-5.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/threadweaver/threadweaver-5.6.0.ebuild,v 1.1 2015/01/09 18:25:31 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/threadweaver/threadweaver-5.6.0.ebuild,v 1.2 2015/01/11 02:56:16 mrueg Exp $ EAPI=5 @@ -11,6 +11,9 @@ LICENSE="LGPL-2+" KEYWORDS=" ~amd64 ~x86" IUSE="" +RDEPEND="dev-qt/qtwidgets:5" +DEPEND="${RDEPEND}" + src_prepare() { comment_add_subdirectory benchmarks kde5_src_prepare diff --git a/mail-client/mutt/Manifest b/mail-client/mutt/Manifest index 8d403e217c03..bffeba6c5359 100644 --- a/mail-client/mutt/Manifest +++ b/mail-client/mutt/Manifest @@ -1,5 +1,4 @@ DIST mutt-1.5.22-gentoo-patches-r2.tar.bz2 81259 SHA256 d4ec35bfaf51276645feb9a7808455e6970aa2c171ed9767d2c6c2f3c9c60f5c SHA512 99b5c37dcd74aabc6c8673321aa13d00dab6bf82ad593ede920897921d633903d1de7fc4a80e04cccf0a5d7673560cb7a4e94830fcae27b60d696cb65315ba50 WHIRLPOOL c164faa5822a8181497a57526dcfe123e2fd5d0aa4db76c702a3794a1adb0fdb56377c4471464828617e44beadd7cd7509c2145fb7ae038b753b61be826bf6ba DIST mutt-1.5.22.tar.gz 3782237 SHA256 8feae890ed0758a5108bafaef27bd8fc9c378675acf25a3c620f2c7b7540f3a7 SHA512 96edfafa9460bbaff1c5a78f40735599f53e08f794866822558d59e351646b1d2045afbf97000012a6d9f261649e9b473c01f89ade542712120f9213c657b0a1 WHIRLPOOL 4c13c6f667a8990b933c8e25f43e96ba0562785b4038776949abea45454a1621bf1bb9351a52bec3d69909b9dc643de7f7ba383119f1ab8b20cea77d0bad1da9 -DIST mutt-1.5.23-gentoo-patches-r2.tar.bz2 87389 SHA256 5d1affbaa353a5e5e10aafe805e962f30a259e96f3448205a414b4e92131402f SHA512 93c95411f99f5dfc96478ed749622105da660102a9fdcd0365caf93138b800b27879633fed53f0b6bb4f712bb0b82d523ce307464fdf6c2e78f2353d73818ff3 WHIRLPOOL 9371116119ae4b04539c9e6049f3745a0536a9a28ae1a6d8acdfedb9e60b7fa131d914ccbee10578c8ac59f343ca8469d05af4b2a777b4cbc4543fb6702650dd -DIST mutt-1.5.23-gentoo-patches-r4.tar.bz2 124120 SHA256 1e37cc92735ae4105a560c96212a90568956e90241a84c3262b77fc1f5c2689e SHA512 88afbb2d119875e32b531ffe381f12be19c9994bd6d91716246d2bcec6c0733a52f505b01bc05ed5ae50247b3d52a79bf5bf0bc5a509a740facab4df2cd94373 WHIRLPOOL 490393ddf828bf760081b1dfcab52870af4512ecbe9aeede4d67f565c0a22f9cb4ebf620e9536ea4572229b771d0ec316b294d9236da115baf0673d1a6f1c8cc +DIST mutt-1.5.23-gentoo-patches-r5.tar.bz2 127745 SHA256 a2c457071b17fc1886c8f0d24728df388c5c90eed3276783db061b92212786f3 SHA512 8f89abcca7048a24f5e37190b479f724eb51eb6a1703bc419c9f200f4ad1cb544fa7283ea6d76519f002aed26c9c2f54bd14e89b845001755a0b98e3317b39f8 WHIRLPOOL 04843ec6df35a34b2f601caaff60c6cd2fe16ab66946c6ab0a3be0ff4570743fdc365f7fb28c00c16b6d88e299d0b1b8fac86e8936474e170d1f0d2331209e2c DIST mutt-1.5.23.tar.gz 3782032 SHA256 3af0701e57b9e1880ed3a0dee34498a228939e854a16cdccd24e5e502626fd37 SHA512 f1b4a7230253651857f61bd7215cce870a613012f613d4c907d401556083726c8ed7d429d57a8bf858c3b5b23683380d4c1494540d86ca80813e22cb6b95bc1e WHIRLPOOL b5a676d204aece8c572d57a027fa5a402b7afe8e5b7d4c83b2d1b1612eb0ac5cb58cd225757732a017f03444e0ea42dacffcf1cf2d46c18ae92d7d3306059c61 diff --git a/mail-client/mutt/mutt-1.5.23-r2.ebuild b/mail-client/mutt/mutt-1.5.23-r2.ebuild deleted file mode 100644 index a2b0f2956dd3..000000000000 --- a/mail-client/mutt/mutt-1.5.23-r2.ebuild +++ /dev/null @@ -1,250 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r2.ebuild,v 1.3 2014/11/02 08:31:58 swift Exp $ - -EAPI="5" - -inherit eutils flag-o-matic autotools - -PATCHSET_REV="-r2" - -DESCRIPTION="A small but very powerful text-based mail client" -HOMEPAGE="http://www.mutt.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - mirror://bitbucket/${PN}/${PN}/downloads/${P}.tar.gz - ftp://ftp.mutt.org/mutt/devel/${P}.tar.gz - mirror://gentoo/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2 - http://dev.gentoo.org/~grobian/distfiles/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2" -IUSE="berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos mbox nls nntp pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -CDEPEND=" - app-misc/mime-types - nls? ( virtual/libintl ) - tokyocabinet? ( dev-db/tokyocabinet ) - !tokyocabinet? ( - qdbm? ( dev-db/qdbm ) - !qdbm? ( - gdbm? ( sys-libs/gdbm ) - !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) - ) - ) - imap? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) - sasl? ( >=dev-libs/cyrus-sasl-2 ) - ) - kerberos? ( virtual/krb5 ) - pop? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) - sasl? ( >=dev-libs/cyrus-sasl-2 ) - ) - smtp? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) - sasl? ( >=dev-libs/cyrus-sasl-2 ) - ) - idn? ( net-dns/libidn ) - gpg? ( >=app-crypt/gpgme-0.9.0 ) - smime? ( >=dev-libs/openssl-0.9.6 ) - slang? ( sys-libs/slang ) - !slang? ( >=sys-libs/ncurses-5.2 ) -" -DEPEND="${CDEPEND} - net-mail/mailbase - doc? ( - dev-libs/libxml2 - dev-libs/libxslt - app-text/docbook-xsl-stylesheets - || ( www-client/lynx www-client/w3m www-client/elinks ) - )" -RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-mutt ) -" -PATCHDIR="${WORKDIR}"/${P}-gentoo-patches${PATCHSET_REV} - -src_prepare() { - # Post-release hot-fixes grabbed from HG, this is what all following - # patches are based on in my Mercurial patchqueue (mq). - # If you ever take over or need to modify patches here, just check - # out the gentoo branch(es) of Gentoo's Mutt Mercurial clone, and - # the patchqueue as it'll save you a lot of work. - # http://prefix.gentooexperimental.org:8000/mutt/ - # http://prefix.gentooexperimental.org:8000/mutt-patches/ - for rev in $(eval echo {0..${PR#r}}) ; do - local revpatch="${PATCHDIR}"/mutt-gentoo-${PV}-r${rev}.patch - [[ -e ${revpatch} ]] && \ - epatch "${revpatch}" - done - # fix compilation with ncurses[tinfo], #459260 - epatch "${PATCHDIR}"/ncurses-tinfo.patch - - # this patch is non-generic and only works because we use a sysconfdir - # different from the one used by the mailbase ebuild - use prefix && epatch "${PATCHDIR}"/prefix-mailcap.patch - - # must have fixes to compile or behave correctly, upstream - # ignores, disagrees or simply doesn't respond/apply - epatch "${PATCHDIR}"/bdb-prefix.patch # fix bdb detection - # same category, but functional bits - epatch "${PATCHDIR}"/dont-reveal-bbc.patch - - # the big feature patches that upstream doesn't want to include, but - # nearly every distro has due to their usefulness - for p in "${PATCHDIR}"/[0-9][0-9]-*.patch ; do - epatch "${p}" - done - - # we conditionalise this one, simply because it has considerable - # impact on the code - if use sidebar ; then - epatch "${PATCHDIR}"/sidebar.patch - epatch "${PATCHDIR}"/sidebar-utf8.patch - epatch "${PATCHDIR}"/sidebar-dotpathsep.patch - fi - - local upatches= - # allow user patches - epatch_user && upatches=" with user patches" - - # patch version string for bug reports - sed -i -e 's/"Mutt %s (%s)"/"Mutt %s (%s, Gentoo '"${PVR}${upatches}"')"/' \ - muttlib.c || die "failed patching in Gentoo version" - - # many patches touch the buildsystem, we always need this - AT_M4DIR="m4" eautoreconf - - # the configure script contains some "cleverness" whether or not to setgid - # the dotlock program, resulting in bugs like #278332 - sed -i -e 's/@DOTLOCK_GROUP@//' \ - Makefile.in || die "sed failed" - - # don't just build documentation (lengthy process, with big dependencies) - if use !doc ; then - sed -i -e '/SUBDIRS =/s/doc//' Makefile.in || die - fi -} - -src_configure() { - local myconf=" - $(use_enable crypt pgp) \ - $(use_enable debug) \ - $(use_enable gpg gpgme) \ - $(use_enable imap) \ - $(use_enable nls) \ - $(use_enable nntp) \ - $(use_enable pop) \ - $(use_enable smime) \ - $(use_enable smtp) \ - $(use_with idn) \ - $(use_with kerberos gss) \ - $(use slang && echo --with-slang) \ - --enable-compressed \ - --enable-external-dotlock \ - --enable-nfs-fix \ - --sysconfdir=${EPREFIX}/etc/${PN} \ - --with-curses \ - --with-docdir=${EPREFIX}/usr/share/doc/${PN}-${PVR} \ - --with-regex \ - --with-exec-shell=${EPREFIX}/bin/sh" - - case $CHOST in - *-solaris*) - # Solaris has no flock in the standard headers - myconf="${myconf} --enable-fcntl --disable-flock" - ;; - *) - myconf="${myconf} --disable-fcntl --enable-flock" - ;; - esac - - # mutt prioritizes gdbm over bdb, so we will too. - # hcache feature requires at least one database is in USE. - if use tokyocabinet; then - myconf="${myconf} --enable-hcache \ - --with-tokyocabinet --without-qdbm --without-gdbm --without-bdb" - elif use qdbm; then - myconf="${myconf} --enable-hcache \ - --without-tokyocabinet --with-qdbm --without-gdbm --without-bdb" - elif use gdbm ; then - myconf="${myconf} --enable-hcache \ - --without-tokyocabinet --without-qdbm --with-gdbm --without-bdb" - elif use berkdb; then - myconf="${myconf} --enable-hcache \ - --without-tokyocabinet --without-qdbm --without-gdbm --with-bdb" - else - myconf="${myconf} --disable-hcache \ - --without-tokyocabinet --without-qdbm --without-gdbm --without-bdb" - fi - - # there's no need for gnutls, ssl or sasl without socket support - if use pop || use imap || use smtp ; then - if use gnutls; then - myconf="${myconf} --with-gnutls" - elif use ssl; then - myconf="${myconf} --with-ssl" - fi - # not sure if this should be mutually exclusive with the other two - myconf="${myconf} $(use_with sasl)" - else - myconf="${myconf} --without-gnutls --without-ssl --without-sasl" - fi - - if use mbox; then - myconf="${myconf} --with-mailpath=${EPREFIX}/var/spool/mail" - else - myconf="${myconf} --with-homespool=Maildir" - fi - - econf ${myconf} || die "configure failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" - if use mbox; then - insinto /etc/mutt - newins "${FILESDIR}"/Muttrc.mbox Muttrc - else - insinto /etc/mutt - doins "${FILESDIR}"/Muttrc - fi - - # A newer file is provided by app-misc/mime-types. So we link it. - rm "${ED}"/etc/${PN}/mime.types - dosym /etc/mime.types /etc/${PN}/mime.types - - # A man-page is always handy, so fake one - if use !doc; then - emake -C doc DESTDIR="${D}" muttrc.man || die - # make the fake slightly better, bug #413405 - sed -e 's#@docdir@/manual.txt#http://www.mutt.org/doc/devel/manual.html#' \ - -e 's#in @docdir@,#at http://www.mutt.org/,#' \ - -e "s#@sysconfdir@#${EPREFIX}/etc/${PN}#" \ - -e "s#@bindir@#${EPREFIX}/usr/bin#" \ - doc/mutt.man > mutt.1 - cp doc/muttbug.man flea.1 - cp doc/muttrc.man muttrc.5 - doman mutt.1 flea.1 muttrc.5 - else - # nuke manpages that should be provided by an MTA, bug #177605 - rm "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 \ - || ewarn "failed to remove files, please file a bug" - fi - - if use !prefix ; then - fowners root:mail /usr/bin/mutt_dotlock - fperms g+s /usr/bin/mutt_dotlock - fi - - dodoc BEWARE COPYRIGHT ChangeLog NEWS OPS* PATCHES README* TODO VERSION -} - -pkg_postinst() { - echo - elog "If you are new to mutt you may want to take a look at" - elog "the Gentoo QuickStart Guide to Mutt E-Mail:" - elog " http://www.gentoo.org/doc/en/guide-to-mutt.xml" - echo -} diff --git a/mail-client/mutt/mutt-1.5.23-r4.ebuild b/mail-client/mutt/mutt-1.5.23-r5.ebuild similarity index 98% rename from mail-client/mutt/mutt-1.5.23-r4.ebuild rename to mail-client/mutt/mutt-1.5.23-r5.ebuild index 100f9454b571..e102cb8e4bba 100644 --- a/mail-client/mutt/mutt-1.5.23-r4.ebuild +++ b/mail-client/mutt/mutt-1.5.23-r5.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r4.ebuild,v 1.2 2014/11/02 08:31:58 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r5.ebuild,v 1.1 2015/01/10 20:42:04 grobian Exp $ EAPI="5" inherit eutils flag-o-matic autotools -PATCHSET_REV="-r4" +PATCHSET_REV="-r5" DESCRIPTION="A small but very powerful text-based mail client" HOMEPAGE="http://www.mutt.org/" diff --git a/media-gfx/entangle/entangle-0.6.0.ebuild b/media-gfx/entangle/entangle-0.6.0.ebuild index 8987b1d8a273..0ab3d0a556f0 100644 --- a/media-gfx/entangle/entangle-0.6.0.ebuild +++ b/media-gfx/entangle/entangle-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.6.0.ebuild,v 1.1 2014/12/30 19:12:20 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.6.0.ebuild,v 1.2 2015/01/10 10:56:06 mgorny Exp $ EAPI=5 @@ -17,14 +17,14 @@ IUSE="" DEPEND=">=dev-libs/glib-2.26:2 >=x11-libs/gdk-pixbuf-2.12.0:2 - >=x11-libs/gtk+-3.3.18:3 + >=x11-libs/gtk+-3.3.18:3[introspection] virtual/libgudev:= >=dev-libs/dbus-glib-0.60 >=dev-libs/gobject-introspection-0.9.3 >=media-libs/libgphoto2-2.4.11:= media-libs/lcms:2 >=dev-libs/libpeas-1.2.0[gtk] - >=media-libs/gexiv2-0.4 + >=media-libs/gexiv2-0.4[introspection] >=x11-libs/libXext-1.3.0 >=x11-themes/gnome-icon-theme-symbolic-3.0.0 >=media-libs/libraw-0.9.0" @@ -40,10 +40,3 @@ G2CONF+=" --disable-static" DOCS=( AUTHORS ChangeLog NEWS README ) - -src_prepare() { - gnome2_src_prepare - - has_version '>=media-libs/libgphoto2-2.5.0' && \ - epatch "${FILESDIR}"/${P}+libgphoto2-2.5.0.patch -} diff --git a/media-gfx/entangle/files/entangle-0.5.0+libgphoto2-2.5.0.patch b/media-gfx/entangle/files/entangle-0.5.0+libgphoto2-2.5.0.patch deleted file mode 100644 index 83013be446c4..000000000000 --- a/media-gfx/entangle/files/entangle-0.5.0+libgphoto2-2.5.0.patch +++ /dev/null @@ -1,129 +0,0 @@ -Index: entangle-0.5.0/configure.ac -=================================================================== ---- entangle-0.5.0.orig/configure.ac -+++ entangle-0.5.0/configure.ac -@@ -28,7 +28,7 @@ GDK_PIXBUF_REQUIRED=2.12.0 - AC_SUBST(GDK_PIXBUF_REQUIRED) - GTK_REQUIRED=3.0.0 - AC_SUBST(GTK_REQUIRED) --GPHOTO2_REQUIRED=2.4.11 -+GPHOTO2_REQUIRED=2.5.0 - AC_SUBST(GPHOTO2_REQUIRED) - GUDEV_REQUIRED=145 - AC_SUBST(GUDEV_REQUIRED) -Index: entangle-0.5.0/src/backend/entangle-camera.c -=================================================================== ---- entangle-0.5.0.orig/src/backend/entangle-camera.c -+++ entangle-0.5.0/src/backend/entangle-camera.c -@@ -543,15 +543,14 @@ const char *entangle_camera_get_port(Ent - - static unsigned int do_entangle_camera_progress_start(GPContext *ctx G_GNUC_UNUSED, - float target, -- const char *format, -- va_list args, -+ const char *txt, - void *data) - { - EntangleCamera *cam = data; - EntangleCameraPrivate *priv = cam->priv; - - if (priv->progress) -- entangle_progress_start(priv->progress, target, format, args); -+ entangle_progress_start(priv->progress, target, txt); - - return 0; /* XXX what is this actually useful for ? */ - } -@@ -588,15 +587,14 @@ static void entangle_camera_reset_last_e - } - - static void do_entangle_camera_error(GPContext *ctx G_GNUC_UNUSED, -- const char *fmt, -- va_list args, -+ const char *txt, - void *data) - { - EntangleCamera *cam = data; - EntangleCameraPrivate *priv = cam->priv; - - entangle_camera_reset_last_error(cam); -- priv->lastError = g_strdup_vprintf(fmt, args); -+ priv->lastError = g_strdup(txt); - ENTANGLE_DEBUG("Got error %s", priv->lastError); - } - -Index: entangle-0.5.0/src/backend/entangle-progress.c -=================================================================== ---- entangle-0.5.0.orig/src/backend/entangle-progress.c -+++ entangle-0.5.0/src/backend/entangle-progress.c -@@ -23,11 +23,11 @@ - #include "entangle-debug.h" - #include "entangle-progress.h" - --void entangle_progress_start(EntangleProgress *prog, float target, const char *format, va_list args) -+void entangle_progress_start(EntangleProgress *prog, float target, const char *txt) - { - g_return_if_fail(ENTANGLE_IS_PROGRESS(prog)); - -- ENTANGLE_PROGRESS_GET_INTERFACE(prog)->start(prog, target, format, args); -+ ENTANGLE_PROGRESS_GET_INTERFACE(prog)->start(prog, target, txt); - } - - void entangle_progress_update(EntangleProgress *prog, float current) -Index: entangle-0.5.0/src/backend/entangle-progress.h -=================================================================== ---- entangle-0.5.0.orig/src/backend/entangle-progress.h -+++ entangle-0.5.0/src/backend/entangle-progress.h -@@ -38,14 +38,14 @@ typedef struct _EntangleProgressInterfac - struct _EntangleProgressInterface { - GTypeInterface parent; - -- void (*start) (EntangleProgress *prog, float target, const char *format, va_list args); -+ void (*start) (EntangleProgress *prog, float target, const char *txt); - void (*update) (EntangleProgress *prog, float current); - void (*stop) (EntangleProgress *prog); - }; - - GType entangle_progress_get_type(void); - --void entangle_progress_start(EntangleProgress *prog, float target, const char *format, va_list args); -+void entangle_progress_start(EntangleProgress *prog, float target, const char *txt); - void entangle_progress_update(EntangleProgress *prog, float current); - void entangle_progress_stop(EntangleProgress *prog); - -Index: entangle-0.5.0/src/frontend/entangle-camera-manager.c -=================================================================== ---- entangle-0.5.0.orig/src/frontend/entangle-camera-manager.c -+++ entangle-0.5.0/src/frontend/entangle-camera-manager.c -@@ -1091,14 +1091,13 @@ static void do_camera_file_preview(Entan - } - - --static void do_entangle_camera_progress_start(EntangleProgress *iface, float target, const char *format, va_list args) -+static void do_entangle_camera_progress_start(EntangleProgress *iface, float target, const char *txt) - { - g_return_if_fail(ENTANGLE_IS_CAMERA_MANAGER(iface)); - - EntangleCameraManager *manager = ENTANGLE_CAMERA_MANAGER(iface); - EntangleCameraManagerPrivate *priv = manager->priv; - GtkWidget *mtr; -- char *txt; - GtkWidget *operation; - - gdk_threads_enter(); -@@ -1107,16 +1106,12 @@ static void do_entangle_camera_progress_ - mtr = GTK_WIDGET(gtk_builder_get_object(priv->builder, "toolbar-progress")); - operation = GTK_WIDGET(gtk_builder_get_object(priv->builder, "toolbar-operation")); - -- txt = g_strdup_vprintf(format, args); -- - gtk_widget_set_tooltip_text(mtr, txt); - gtk_progress_bar_set_text(GTK_PROGRESS_BAR(mtr), txt); - gtk_progress_bar_set_fraction(GTK_PROGRESS_BAR(mtr), 0); - - gtk_widget_show(operation); - -- g_free(txt); -- - gdk_threads_leave(); - } - diff --git a/media-gfx/gif2png/Manifest b/media-gfx/gif2png/Manifest index 8dff5c83211b..4ca003d9333d 100644 --- a/media-gfx/gif2png/Manifest +++ b/media-gfx/gif2png/Manifest @@ -1,2 +1,3 @@ +DIST gif2png-2.5.10.tar.gz 138944 SHA256 c5a43875b3c616ce102462d8c23cd09c13c9e0c234d9d7df4e4eae7ccee5494d SHA512 3ca1c0d41a38b4b628f929afa231b8f67079f9998210e63b68e4438379a5d70b64d332f7e0786fb199ef866e188f5095c0d0d4570ec9da829aeac63c8918ad3e WHIRLPOOL 668dcc30a9644495f45c3ae93d08a4463290b79b1fd7f5cca6a1813da75e696ecaea1be93fd6278557d8b2760172d44b29f572e492f673bafd2d5a4f9d010a3f DIST gif2png-2.5.8.tar.gz 128373 SHA256 f962c6d1a76d6ec376cd380112235901dc0c130cc134db5e65a3408b4904ff18 SHA512 050c516c125efda315e6bc7e4fadcdd612a9596bd1e6f611865a457efb06153a45516eca343422e15ad75b1219f82ec855f03781285df411590008f5a67e0554 WHIRLPOOL 7e1e69e4f74b12033a30ef9ec86be2d454e9ce2b138af38a5a1e6438f1a264dad5d4ab02e79be089d89b7fa8694c371e6e18e4e81dc84bd0fb4e60f1049f4fc4 DIST gif2png-2.5.9.tar.gz 137750 SHA256 c8406b7c0c08f504952a1719e04f2366ee44c888c0edfac3a63fea2ab05b64c7 SHA512 0632f1b4b96a1e4b5567101fbac36db55e658503977c8c875d75d9c1db5b374deba5afbda5507585b6b79242781fd70afc477e686458cc124adb8e1b29860c1e WHIRLPOOL c4777997a3222ca209dcb10a21503130a2a691f2c5b3deb8e27f800048e502199a2ab66cc417fbec306a7f7f26eb63ac33c2b224e8f3230fd325179e0fc0b901 diff --git a/media-gfx/gif2png/gif2png-2.5.10.ebuild b/media-gfx/gif2png/gif2png-2.5.10.ebuild new file mode 100644 index 000000000000..8d1319818221 --- /dev/null +++ b/media-gfx/gif2png/gif2png-2.5.10.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gif2png/gif2png-2.5.10.ebuild,v 1.1 2015/01/10 22:56:33 radhermit Exp $ + +EAPI=5 + +DESCRIPTION="Converts images from gif format to png format" +HOMEPAGE="http://catb.org/~esr/gif2png/" +SRC_URI="http://catb.org/~esr/${PN}/${P}.tar.gz" + +LICENSE="ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" + +RDEPEND=">=media-libs/libpng-1.2:0 + sys-libs/zlib" +DEPEND="${RDEPEND}" + +DOCS="AUTHORS NEWS README" diff --git a/media-gfx/gifsicle/Manifest b/media-gfx/gifsicle/Manifest index 2c1ebeddbc73..edfac09c6a57 100644 --- a/media-gfx/gifsicle/Manifest +++ b/media-gfx/gifsicle/Manifest @@ -3,3 +3,4 @@ DIST gifsicle-1.70.tar.gz 262069 SHA256 8ed2afd9771a78b8afdc2c2f61c548e184fa0cc0 DIST gifsicle-1.78.tar.gz 279592 SHA256 a36c4fe7492b52768ae9edc6f9ce40742c979e67a406b92889924e819e2ef737 SHA512 500a75fbfb21aecaf86e429eaa869cadaa46c2a3413f72123850e9d7b0ac126d991c831247450667e9d1ed7310c1a4ed5ff512e25c2fd0307164f8ef2b3b2633 WHIRLPOOL 931b1801870ac6fd1eff7943896e97325816dacc497119ae17412ba100a11b9b56dd9e1b362efb0fef1a9dc47f596b2e1d6d84fcd5a303c1886c273ba1c914b0 DIST gifsicle-1.83.tar.gz 562494 SHA256 bf9e94b186dec957d93db1292f4b021a5f5e4c835f412988cd063279bd450eeb SHA512 6de96c5a2f26f1d6838a2ef6d7527bb3c9859334b905fb22ef16dc66ce25e81f8420c7d8fd6b1cc3d889088ea1c1eb8e3b2731a5e86ecf4cd23c5cd3eeeb0e34 WHIRLPOOL d5033d67eed7ea7d0e5d19df860da1d074c3b55933f17dc7958f9b22d99f89699fd17d5ae9d95f38bf683ec4c495e793d26354e7cae0b93e4685f1670d73b881 DIST gifsicle-1.86.tar.gz 563638 SHA256 b0046d5e619240de00a6401e0056843cd57006f674e2babe0e9013e0dcb47394 SHA512 d55609e5d71f63ec13c1eed6a9071d756f07c765d2496d468cc7291e3b9e29304be1c3a5b0e822d9dc2df29ac489bafca2650d226d5b3c51dad74dd22c725a13 WHIRLPOOL 90228030b3a75c284faa0dab42b88ce220d4bf229d17fe2b88de5af91eab4b80dfbb0fe090ce50d91a186076659e43185b27e9d176f9187966ff571d77295a34 +DIST gifsicle-1.87.tar.gz 565438 SHA256 470abe3cacaa40cd98ea0d4dc37574148700b50cbf58bbb0ecd120fc0e8c191d SHA512 78373733aab9458c6cd8ffedb5dbbd6929243927d39e4576e3b05f9d1ee98353774d1b967b0386e1c54fdbc9a7f12f18f08ba0b7613194fe07f891f62f337698 WHIRLPOOL 674c876d7beccdb9bf27eb47c6986ca73317c601dc259a9de5950cf961f3451516a93c443cb36d56c1fb174a9546248055e23b849aba1ee1639a9f8f1a7320ea diff --git a/media-gfx/gifsicle/gifsicle-1.87.ebuild b/media-gfx/gifsicle/gifsicle-1.87.ebuild new file mode 100644 index 000000000000..6c1f3e54d612 --- /dev/null +++ b/media-gfx/gifsicle/gifsicle-1.87.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gifsicle/gifsicle-1.87.ebuild,v 1.1 2015/01/10 22:58:19 radhermit Exp $ + +EAPI=5 + +DESCRIPTION="A command-line tool for creating, editing, and getting information about GIF images and animations" +HOMEPAGE="http://www.lcdf.org/~eddietwo/gifsicle/" +SRC_URI="http://www.lcdf.org/~eddietwo/${PN}/${P}.tar.gz" + +LICENSE="GPL-2 MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="X" + +RDEPEND="X? ( x11-libs/libX11 x11-libs/libXt )" +DEPEND="${RDEPEND} + X? ( x11-proto/xproto )" + +src_configure() { + local myconf + use X || myconf='--disable-gifview' + + econf ${myconf} +} diff --git a/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild b/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild index a6e7cc80cd6f..a63d7010af02 100644 --- a/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild +++ b/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild,v 1.5 2014/12/31 17:06:09 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild,v 1.6 2015/01/10 21:00:08 klausman Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=yes @@ -13,7 +13,7 @@ SRC_URI="http://fontconfig.org/release/${P}.tar.bz2" LICENSE="MIT" SLOT="1.0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="doc static-libs" # Purposefully dropped the xml USE flag and libxml2 support. Expat is the diff --git a/media-libs/giflib/Manifest b/media-libs/giflib/Manifest index 938368eeceaa..7fa74b7abe5c 100644 --- a/media-libs/giflib/Manifest +++ b/media-libs/giflib/Manifest @@ -2,3 +2,4 @@ DIST giflib-4.1.6.tar.bz2 506050 SHA256 e1c1ced9c5bc8f93ef0faf0a8c7717abf784d10a DIST giflib-4.2.3.tar.bz2 560968 SHA256 0ac8d56726f77c8bc9648c93bbb4d6185d32b15ba7bdb702415990f96f3cb766 SHA512 f582fafa3ccb0f9ae6f040df0e33469a26fb275437f8615c39af613523ef5f3b09003ed3419f62880200606edfbe08b5aa3ba18a4d615ecd8da27331aec16b36 WHIRLPOOL b23ef64d227eb5219a9a1143cdafea6cb0aea12409fc18a686d5bf2d5241f97ac1c8f8bb76b0c99a5fd60fcff45fc092a2226a6b54ee24a2ec3841765a102447 DIST giflib-5.0.6.tar.bz2 621073 SHA256 8909839ccbdfca75cfbe6a4db907b55978e11fb268a8f3cde24bd923a0f669ea SHA512 117e20319f2df32bdf094678cdececad2b6f33a40baff172d4df68ade86547825ebca81186071bff51e60126692df84dbd7bb5cc4877ba68448f7c47a2cc2491 WHIRLPOOL e9c0bce41f36c00a87ce119310f39ae9ba8af8b7fa029ce8481d9ed81aa9ef1e417fb7236d5e3ea0c93d7b40ce07876100515051628b504506ec0d1fffe00bad DIST giflib-5.1.0.tar.bz2 621155 SHA256 5aec694f1c68132e6af499a621996b5a1fc219f4bbe19ab2ba972b3f95188d1b SHA512 5e32fe6fb69298a3ba06842b33cadf33409a8ca92eef3625cedd40cfd99535a994eaa8beae0eff4fa82747937b851af5d5f895c9e58368d6b703df5e2b0bb245 WHIRLPOOL a0c2e3cf291a5f94cdf853f2d65972de3cb5575b4f1d1e61470408006eabc87e21291bd3ea0d8af586690d756059acbafb62018caaba82ad390a44a0c0a64066 +DIST giflib-5.1.1.tar.bz2 654389 SHA256 391014aceb21c8b489dc7b0d0b6a917c4e32cc014ce2426d47ca376d02fe2ffc SHA512 9d9cba004c1402c7c547b7a7f35485fe03b0bc3637102b9eba96d1dea2984415fccdff4a6463215af82e2d3817d75bdd64ae7a96d4acc98b4904e5e5f352dd3e WHIRLPOOL 17a8876e6663e3f4b5623da1d2eb3c86ffd59d84edcb1291b358300b51eb21996987fe68ebce79892547972c87a8bf31e44ec5e5cd1a1f293102e679441bbedc diff --git a/media-libs/giflib/giflib-5.1.1.ebuild b/media-libs/giflib/giflib-5.1.1.ebuild new file mode 100644 index 000000000000..940ca4233e4f --- /dev/null +++ b/media-libs/giflib/giflib-5.1.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/giflib/giflib-5.1.1.ebuild,v 1.1 2015/01/10 23:00:55 radhermit Exp $ + +EAPI=5 + +inherit eutils libtool autotools-multilib + +DESCRIPTION="Library to handle, display and manipulate GIF images" +HOMEPAGE="http://sourceforge.net/projects/giflib/" +SRC_URI="mirror://sourceforge/giflib/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0/7" +# Needs testing first. +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="static-libs" + +RDEPEND=" + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r1 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] + )" +DEPEND="${RDEPEND}" + +src_prepare() { + elibtoolize +} + +src_configure() { + local myeconfargs=( + # No need for xmlto as they ship generated files. + ac_cv_prog_have_xmlto=no + + $(use_enable static-libs static) + ) + + autotools-multilib_src_configure +} + +src_install() { + autotools-multilib_src_install + + # for static libs the .la file is required if built with +X + use static-libs || prune_libtool_files --all + + doman doc/*.1 + dodoc doc/*.txt + dohtml -r doc +} diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild b/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild new file mode 100644 index 000000000000..503089769b4c --- /dev/null +++ b/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild,v 1.1 2015/01/10 14:15:26 eva Exp $ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit eutils gstreamer python-r1 + +DESCRIPTION="A GStreamer based RTSP server" +HOMEPAGE="http://people.freedesktop.org/~wtay/" +SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${PN/-server/}-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0.10" +KEYWORDS="~amd64 ~x86" +IUSE="examples +introspection nls python static-libs test vala" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S="${WORKDIR}/${P/-server/}" + +# ./configure is broken, so PYGOBJECT_REQ must be defined +PYGOBJECT_REQ=2.11.2 + +# FIXME: check should depend on USE=test but check is losy +# libxml2 required in python binding +RDEPEND=" + >=dev-libs/glib-2.10.0:2[${MULTILIB_USEDEP}] + dev-libs/libxml2:2[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=dev-python/pygobject-${PYGOBJECT_REQ}:2[${PYTHON_USEDEP}] + >=media-libs/gstreamer-0.10.29:0.10[introspection?,${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-base-0.10.29:0.10[introspection?,${MULTILIB_USEDEP}] + + introspection? ( >=dev-libs/gobject-introspection-0.6.3 ) + python? ( dev-python/gst-python:0.10[${PYTHON_USEDEP}] ) + vala? ( dev-lang/vala ) +" +DEPEND="${RDEPEND} + >=dev-libs/check-0.9.2 + >=dev-util/gtk-doc-am-1.3 + virtual/pkgconfig + nls? ( >=sys-devel/gettext-0.17 ) +" + +# Does not provide any unittest +RESTRICT="test" + +src_prepare() { + if ! use test; then + # don't waste time building tests + sed -e 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' \ + -i Makefile.am Makefile.in \ + || die + fi + + # don't waste time building examples + sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \ + -i Makefile.am Makefile.in \ + || die +} + +multilib_src_configure() { + if use python ; then + python_setup + fi + + # debug: only adds -g to CFLAGS + # docbook: nothing behing that switch + gstreamer_multilib_src_configure \ + --disable-docbook \ + --disable-gtk-doc \ + $(multilib_native_use_enable introspection) \ + $(use_enable nls) \ + $(use_enable static-libs static) \ + $(use_enable vala) \ + PYTHON=$(multilib_native_usex python "${PYTHON}" false) \ + PYGOBJECT_REQ=${PYGOBJECT_REQ} + + # work-around gtk-doc out-of-source brokedness + if multilib_is_native_abi ; then + ln -s "${S}"/docs/libs/${d}/html docs/libs/${d}/html || die + fi +} + +multilib_src_install() { + emake install DESTDIR="${D}" + # Handle broken upstream modifications to defaults of gtk-doc + emake install -C docs/libs DESTDIR="${D}" + prune_libtool_files +} + +multilib_src_install_all() { + einstalldocs + + if use examples ; then + insinto /usr/share/doc/${PF}/examples + doins "${S}"/examples/*.c + fi +} diff --git a/media-libs/libmediainfo/Manifest b/media-libs/libmediainfo/Manifest index a60c2bf56908..823b88b9d76c 100644 --- a/media-libs/libmediainfo/Manifest +++ b/media-libs/libmediainfo/Manifest @@ -2,3 +2,4 @@ DIST libmediainfo_0.7.65.tar.bz2 1030927 SHA256 afda2ab23ff25278c502f6ab2a4adcad DIST libmediainfo_0.7.67.tar.bz2 1051454 SHA256 d5204f5bcb1fb07954ecc59eb639e85975bc3fcc83b77fb47689a558a1e24a74 SHA512 f2842298ac8c64c7e23f4f127d04a4543b16cc0f07c9ac376152f9d3440373cde0ede3ac5c537aa4fe0d34d38ed283d10a726454a8fb0847f80944b1b2cfb426 WHIRLPOOL 9c5fc8f968d4a3492f8baa51071e952e2c7f620cab31ed5d15acf2f7c8b246cb1a559b1f6503730e394af282c9b0dcdd59cc43d61ca53a09df31eef32870cc2c DIST libmediainfo_0.7.70.tar.bz2 1612851 SHA256 fcc694aea336392ce0c4a11da700c641357561f25d83f17b8d8224e2474405c5 SHA512 e5d9cb9a4b25eadd68b407b6f2809d1b335341d9281e75eab3fa80a7887d3c0240ef631971ef42e6d59c9248b62285ee46b921345ea409b5f42600061fb7ce47 WHIRLPOOL 7e444f3a5c59e48df5f98a1eb7a5ba13690b1e7d5211fc0bbcf804abd2843b59ec3651940a7259d3d339e15cbd79b2525bdf11b2fbbf4420d881364c126d07cc DIST libmediainfo_0.7.71.tar.bz2 1627639 SHA256 e2d23c3c40b24e0df9fb79fa72d769e685b1f857a43b84b28cb7b463353e1b21 SHA512 5fa7460e08f83222061a1334de01014d840d5027d4aeee47bb546c438846e03ffa84838086bb89cb55e4373254c3bab8cd4dc83a6a1fdcec1ca4cc4af50f312c WHIRLPOOL c8c721a2b01bb18511a1da8e157303ac168cdefd5fa042dcbccff47465d2ef4a18986c0af895dad960b338f05445a20739be76225693b8ece902cbd80f0d7657 +DIST libmediainfo_0.7.72.tar.bz2 1640978 SHA256 a61e3d58521a6b771e45eea7f7ab8b807d4e356aa2bdce639088faa3d253aed9 SHA512 67679fada3c78426abdb394ee68b6ec5b3d59bec56fd6803c5700a6c6ee02e0cb3d2a61fc15375b44d81400337ec2944fb9d2fe5321643743f4299c0af9463a6 WHIRLPOOL 08876bbe1bb3bfa2fcfe405e7b16069bc04a844f198654309eca712d393eaf4c71fc3129323144738cd5268d897d0f28f12c1af4369c8210ba6c9dff3a7dbf32 diff --git a/media-libs/libmediainfo/libmediainfo-0.7.72.ebuild b/media-libs/libmediainfo/libmediainfo-0.7.72.ebuild new file mode 100644 index 000000000000..3c4e5c42d099 --- /dev/null +++ b/media-libs/libmediainfo/libmediainfo-0.7.72.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmediainfo/libmediainfo-0.7.72.ebuild,v 1.1 2015/01/10 01:12:41 radhermit Exp $ + +EAPI=5 + +inherit autotools eutils flag-o-matic multilib + +MY_PN="MediaInfo" +DESCRIPTION="MediaInfo libraries" +HOMEPAGE="http://mediaarea.net/mediainfo/" +SRC_URI="mirror://sourceforge/mediainfo/${PN}_${PV}.tar.bz2" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="curl doc mms static-libs" + +RDEPEND="sys-libs/zlib + dev-libs/tinyxml2:= + >=media-libs/libzen-0.4.28[static-libs=] + curl? ( net-misc/curl ) + mms? ( >=media-libs/libmms-0.6.1[static-libs=] )" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( app-doc/doxygen )" + +S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library + +src_prepare() { + sed -i 's:-O2::' configure.ac || die + append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0 + + epatch "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch + + eautoreconf +} + +src_configure() { + econf \ + --enable-shared \ + --with-libtinyxml2 \ + $(use_with curl libcurl) \ + $(use_with mms libmms) \ + $(use_enable static-libs static) \ + $(use_enable static-libs staticlibs) +} + +src_compile() { + default + + if use doc; then + cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc + doxygen Doxyfile || die + fi +} + +src_install() { + default + + edos2unix ${PN}.pc #414545 + insinto /usr/$(get_libdir)/pkgconfig + doins ${PN}.pc + + for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag Text Video; do + insinto /usr/include/${MY_PN}/${x} + doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h + done + + insinto /usr/include/${MY_PN}DLL + doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h + + dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt + if use doc; then + dohtml -r "${WORKDIR}"/${MY_PN}Lib/Doc/* + fi + + prune_libtool_files +} diff --git a/media-sound/kwave/Manifest b/media-sound/kwave/Manifest index 5d60682cedc7..b03f6f5ab76e 100644 --- a/media-sound/kwave/Manifest +++ b/media-sound/kwave/Manifest @@ -1,2 +1,3 @@ DIST kwave-0.8.10-1.tar.bz2 2955781 SHA256 82f6cd2b256fbeb94fadd0b7920671e69a4ba2649b9bcb2bdaab8dc834b757bc SHA512 c6421b9ccb03e198cffd745e7f77553014f9148930dfc09e59a5ff02ba5c36cd17ad2835f76033b3edd517f006bd164fd1def6fa0f7189177c62012acbfc380a WHIRLPOOL f325a160887c33589faf0316adc34740096f67de288d56506c57da74357379ab8866d3b5ee0d31537fbc6ac250f67612f18f6b2d5ea8ec4c28d73c3da5251566 DIST kwave-0.8.12-1.tar.bz2 3692668 SHA256 88c1fb9fd55b6a7fe230d3257268f8c91d5b6ddd6106b4a1d791bb671e6d4b0b SHA512 1ee182054b2e35aa6e40c8c8a51589eda615a019578f41b001d470bdc1809970e5bd78772c4c87c5a482dbe72e08b5ae5992457e9aa83fbb92225408e9f3f10d WHIRLPOOL 0934e743372a00b92a9fd3ec697d68ea267b41bf491dedbc72a139ed42da7b7db0bd4cfad9355b9498a06865b672cd87b2d8c94959fd45a45a7cf509a0889b2a +DIST kwave-0.8.99-2.tar.bz2 4111307 SHA256 94ad5d5d526714c5c496cf2f83d4e1aa34081997f574b465cd1972e5cba377f2 SHA512 390c08a2b8e540deb15d59a97dd210c6ce051cb2faa2002f60fb9ba03460978c633050688c16ed6e12442c40eef57710aa4ac7268964a045e35a2ac5c637cbdc WHIRLPOOL 66ade430c4f29934fd41576368fa8ff685c3cae5ebf14a006496641373efdb05aa1b6327522e76b04ba95b847f8bad97390830d13afe72c77b9e6e5ec41f2f5c diff --git a/media-sound/kwave/kwave-0.8.10.ebuild b/media-sound/kwave/kwave-0.8.10.ebuild index a3b58f7e06be..2dc0eb9efe02 100644 --- a/media-sound/kwave/kwave-0.8.10.ebuild +++ b/media-sound/kwave/kwave-0.8.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.10.ebuild,v 1.6 2014/12/31 13:18:45 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.10.ebuild,v 1.7 2015/01/10 10:52:08 johu Exp $ EAPI=5 diff --git a/media-sound/kwave/kwave-0.8.12.ebuild b/media-sound/kwave/kwave-0.8.12.ebuild index af3fbf669586..b24bb2035d57 100644 --- a/media-sound/kwave/kwave-0.8.12.ebuild +++ b/media-sound/kwave/kwave-0.8.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.12.ebuild,v 1.3 2014/12/31 13:18:45 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.12.ebuild,v 1.4 2015/01/10 10:52:08 johu Exp $ EAPI=5 diff --git a/media-sound/kwave/kwave-0.8.99.ebuild b/media-sound/kwave/kwave-0.8.99.ebuild new file mode 100644 index 000000000000..32bfe7619c37 --- /dev/null +++ b/media-sound/kwave/kwave-0.8.99.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.99.ebuild,v 1.1 2015/01/10 10:52:08 johu Exp $ + +EAPI=5 + +KDE_LINGUAS="cs de es fr" +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="A sound editor for KDE that can edit many types of audio files" +HOMEPAGE="http://kwave.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}-2.tar.bz2" + +LICENSE="BSD GPL-2 LGPL-2 + handbook? ( FDL-1.2 )" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="alsa debug flac mp3 opus oss phonon pulseaudio vorbis" + +RDEPEND=" + media-libs/audiofile:= + >=sci-libs/fftw-3 + media-libs/libsamplerate + alsa? ( media-libs/alsa-lib ) + flac? ( media-libs/flac ) + mp3? ( + media-libs/id3lib + media-libs/libmad + || ( media-sound/lame media-sound/twolame media-sound/toolame ) + ) + opus? ( + media-libs/libogg + media-libs/opus + ) + phonon? ( media-libs/phonon[qt4] ) + pulseaudio? ( media-sound/pulseaudio ) + vorbis? ( + media-libs/libogg + media-libs/libvorbis + ) +" +DEPEND="${RDEPEND} + $(add_kdebase_dep poxml extras) + || ( media-gfx/imagemagick[png,svg] media-gfx/graphicsmagick[imagemagick,png,svg] ) +" + +DOCS=( AUTHORS CHANGES LICENSES README TODO ) + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with alsa) + $(cmake-utils_use_with handbook DOC) + $(cmake-utils_use_with flac) + $(cmake-utils_use_with mp3) + $(cmake-utils_use_with vorbis OGG_VORBIS) + $(cmake-utils_use_with opus OGG_OPUS) + $(cmake-utils_use_with oss) + $(cmake-utils_use_with phonon) + $(cmake-utils_use_with pulseaudio) + $(cmake-utils_use debug) + ) + + kde4-base_src_configure +} diff --git a/media-sound/pulseaudio/metadata.xml b/media-sound/pulseaudio/metadata.xml index a35e6505ff9e..e70a1e57171d 100644 --- a/media-sound/pulseaudio/metadata.xml +++ b/media-sound/pulseaudio/metadata.xml @@ -67,5 +67,11 @@ Build with sys-apps/systemd support to replace standalone ConsoleKit. + + Build with native HSP backend for bluez 5. + + + Build with oFono HFP backend for bluez 5, requires net-misc/ofono. + diff --git a/media-sound/pulseaudio/pulseaudio-5.0-r7.ebuild b/media-sound/pulseaudio/pulseaudio-5.0-r7.ebuild index 881954363250..a32c090fcd8f 100644 --- a/media-sound/pulseaudio/pulseaudio-5.0-r7.ebuild +++ b/media-sound/pulseaudio/pulseaudio-5.0-r7.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r7.ebuild,v 1.1 2015/01/08 14:05:50 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r7.ebuild,v 1.2 2015/01/10 11:09:59 mgorny Exp $ EAPI="5" -inherit autotools bash-completion-r1 eutils flag-o-matic linux-info readme.gentoo systemd user versionator udev multilib-minimal +inherit autotools bash-completion-r1 eutils flag-o-matic gnome2-utils linux-info readme.gentoo systemd user versionator udev multilib-minimal DESCRIPTION="A networked sound server with an advanced plugin system" HOMEPAGE="http://www.pulseaudio.org/" @@ -120,6 +120,7 @@ pkg_pretend() { } pkg_setup() { + gnome2_environment_reset linux-info_pkg_setup enewgroup audio 18 # Just make sure it exists diff --git a/media-sound/pulseaudio/pulseaudio-5.99.2.ebuild b/media-sound/pulseaudio/pulseaudio-5.99.2-r1.ebuild similarity index 91% rename from media-sound/pulseaudio/pulseaudio-5.99.2.ebuild rename to media-sound/pulseaudio/pulseaudio-5.99.2-r1.ebuild index 654d49293cf1..898960127ee0 100644 --- a/media-sound/pulseaudio/pulseaudio-5.99.2.ebuild +++ b/media-sound/pulseaudio/pulseaudio-5.99.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.99.2.ebuild,v 1.1 2015/01/05 17:56:32 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.99.2-r1.ebuild,v 1.1 2015/01/09 22:15:38 zerochaos Exp $ EAPI="5" inherit autotools bash-completion-r1 eutils flag-o-matic linux-info readme.gentoo systemd user versionator udev multilib-minimal @@ -21,11 +21,14 @@ KEYWORDS="" # +alsa-plugin as discussed in bug #519530 IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm +glib -gnome gtk ipv6 jack libsamplerate lirc neon +orc oss qt4 realtime ssl systemd -system-wide tcpd test +udev +webrtc-aec +X xen zeroconf" + gnome gtk ipv6 jack libsamplerate lirc native-headset neon ofono-headset + +orc oss qt4 realtime ssl systemd system-wide tcpd test +udev + +webrtc-aec +X xen zeroconf" # See "*** BLUEZ support not found (requires D-Bus)" in configure.ac -REQUIRED_USE="bluetooth? ( dbus )" +REQUIRED_USE="bluetooth? ( dbus ) + ofono-headset? ( bluetooth ) + native-headset? ( bluetooth )" # libpcre needed in some cases, bug #472228 RDEPEND=" @@ -62,6 +65,7 @@ RDEPEND=" udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) + ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 @@ -69,7 +73,7 @@ RDEPEND=" webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd:0=[${MULTILIB_USEDEP}] ) - dev-libs/json-c[${MULTILIB_USEDEP}] + >=dev-libs/json-c-0.11[${MULTILIB_USEDEP}] abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 @@ -197,6 +201,8 @@ multilib_src_configure() { $(use_enable ssl openssl) $(use_enable webrtc-aec) $(use_enable xen) + $(use_enable native-headset bluez5-native-headset) + $(use_enable ofono-headset bluez5-ofono-headset) $(use_with caps) $(use_with equalizer fftw) --disable-adrian-aec @@ -358,4 +364,14 @@ pkg_postinst() { elog "This will build the equalizer module, but the 'qpaeq' tool" elog "which is required to set equalizer levels will not work." fi + + if use native-headset && use ofono-headset; then + elog "You have enabled both native and ofono headset profiles. The runtime decision" + elog "which to use is done via the 'headset' argument of module-bluetooth-discover." + fi + + if use libsamplerate; then + elog "The libsamplerate based resamplers are now deprecated, because they offer no" + elog "particular advantage over speex. Upstream suggests disabling them." + fi } diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest index 6891cce6ebae..250a0d1eaffa 100644 --- a/media-video/ffmpeg/Manifest +++ b/media-video/ffmpeg/Manifest @@ -6,3 +6,4 @@ DIST ffmpeg-1.2.6.tar.bz2 5970714 SHA256 29d454de3458cf327df246cc2a2ef0fa09cb88a DIST ffmpeg-2.2.11.tar.bz2 7033561 SHA256 5938c460977ec3c09cacd9b98f78787948d6086eb30a65b43e09c2b8fb89541b SHA512 160fdf769922c05bf10e708fdf88777a14087cf771a03d2eb7d74b2bffe43b7a6fdbd9d7b6e5dd4676f107ca80b0bb9ab92efa8a131a35212c0d7ecb30e183e3 WHIRLPOOL 65a170a97351e6ee5fcc57da71d00d1645e03b52f2a5a99e5fafbe5089e50fc4495b02d99705205f8c6e197390b9ca8cfbc6d702412b447edbe204076fde43ee DIST ffmpeg-2.5.1.tar.bz2 7672133 SHA256 03cf50b2f9109548e466f144c960b37031ffc1b9fab96382b4b26b7607c7ef52 SHA512 09f77f501d67b3bda325c25dce8bd4a76b2a7acd54d1bee8e2e37a26f8d8fa46b6843bd77ec33b2ab5d50e573da98695e50c9082bd91c2220a9d6de37fa258b5 WHIRLPOOL 24399ed0a44429d585377d458f7833698751311bcbb7bd7f98197a2661e817d4fe9b37d87f602670fbbb108d51e94f43a880ea85519750f18aaf4957749f7dd0 DIST ffmpeg-2.5.2.tar.bz2 7675420 SHA256 9edf17e7c280cbcfca4bc4219b1c22f760a61ec6a3f39ef26e3e2ad4cd24465e SHA512 ef6ee74d69e314252bca2024fe12468d6634426059ad6c70a7c6a2e61a9bdce32002bb72e0fd659ba8cb65dc77f5117afd74d0b4f6aed6e3adb6efa6b3f12ef1 WHIRLPOOL 41ab7959ae9c5c2bf1738e708689f31c3b99e6f1400f8772ee3f17599137e94e8b44fccb2289eb27e0f9bf01b5a0816772981279ffa8ccea53fdde2ac00a880c +DIST ffmpeg-2.5.3.tar.bz2 7678005 SHA256 9d383d7ef9dffe6980849a93accfef848e197fdac9b1fbd02fca2798f863411a SHA512 3293bc12e1516d5856244bc57702d8a759b5becd40d4786162dd9812cb57618ee6a8d177604925019fb631afc9ee4ccfe55b148fca7389444858c2bf77499c2c WHIRLPOOL a2592a432ebcf55df7c41a76629db23449b3c2fc946acaf8aac30ef407f9fd3b46c0bb9dce59c81b63109a16a1326a9b8a84344a0caa4a370592aa2989457f7b diff --git a/media-video/ffmpeg/ffmpeg-2.5.3.ebuild b/media-video/ffmpeg/ffmpeg-2.5.3.ebuild new file mode 100644 index 000000000000..326d123856ae --- /dev/null +++ b/media-video/ffmpeg/ffmpeg-2.5.3.ebuild @@ -0,0 +1,379 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.5.3.ebuild,v 1.1 2015/01/10 11:24:50 aballier Exp $ + +EAPI="5" + +# Subslot: libavutil major.libavcodec major.libavformat major +# Since FFmpeg ships several libraries, subslot is kind of limited here. +# Most consumers will use those three libraries, if a "less used" library +# changes its soname, consumers will have to be rebuilt the old way +# (preserve-libs). +# If, for example, a package does not link to libavformat and only libavformat +# changes its ABI then this package will be rebuilt needlessly. Hence, such a +# package is free _not_ to := depend on FFmpeg but I would strongly encourage +# doing so since such a case is unlikely. +FFMPEG_SUBSLOT=54.56.56 + +SCM="" +if [ "${PV#9999}" != "${PV}" ] ; then + SCM="git-2" + EGIT_REPO_URI="git://source.ffmpeg.org/ffmpeg.git" +fi + +inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs ${SCM} + +DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec" +HOMEPAGE="http://ffmpeg.org/" +if [ "${PV#9999}" != "${PV}" ] ; then + SRC_URI="" +elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot + SRC_URI="mirror://gentoo/${P}.tar.bz2" +else # Release + SRC_URI="http://ffmpeg.org/releases/${P/_/-}.tar.bz2" +fi +FFMPEG_REVISION="${PV#*_p}" + +LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) ) samba? ( GPL-3 )" +SLOT="0/${FFMPEG_SUBSLOT}" +if [ "${PV#9999}" = "${PV}" ] ; then + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +fi +IUSE=" + aac aacplus alsa amr amrenc bindist bluray bs2b +bzip2 cdio celt + cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r + fribidi gme gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack + jpeg2k ladspa libass libcaca libsoxr libv4l lzma modplug mp3 +network + openal opengl openssl opus oss pic pulseaudio quvi rtmp samba schroedinger + sdl speex ssh static-libs test theora threads truetype twolame v4l vaapi + vdpau vorbis vpx wavpack webp X x264 x265 xcb xvid +zlib zvbi + " + +ARM_CPU_FEATURES="armv5te armv6 armv6t2 neon armvfp:vfp" +MIPS_CPU_FEATURES="mips32r2 mipsdspr1 mipsdspr2 mipsfpu" +PPC_CPU_FEATURES="altivec" +X86_CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext avx avx2 fma3 fma4 mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_2:sse42 xop" + +# String for CPU features in the useflag[:configure_option] form +# if :configure_option isn't set, it will use 'useflag' as configure option +CPU_FEATURES=" + ${ARM_CPU_FEATURES} + ${MIPS_CPU_FEATURES} + ${PPC_CPU_FEATURES} + ${X86_CPU_FEATURES} +" + +for i in ${CPU_FEATURES}; do + IUSE="${IUSE} ${i%:*}" +done + +FFTOOLS="aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart trasher" + +for i in ${FFTOOLS}; do + IUSE="${IUSE} +fftools_$i" +done + +RDEPEND=" + alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) + amr? ( >=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}] ) + bluray? ( >=media-libs/libbluray-0.3.0-r1[${MULTILIB_USEDEP}] ) + bs2b? ( >=media-libs/libbs2b-3.1.0-r1[${MULTILIB_USEDEP}] ) + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-r1[${MULTILIB_USEDEP}] ) + celt? ( >=media-libs/celt-0.11.1-r1[${MULTILIB_USEDEP}] ) + encode? ( + aac? ( >=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}] ) + aacplus? ( >=media-libs/libaacplus-2.0.2-r1[${MULTILIB_USEDEP}] ) + amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}] ) + faac? ( >=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}] ) + mp3? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) + theora? ( + >=media-libs/libtheora-1.1.1[encode,${MULTILIB_USEDEP}] + >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] + ) + twolame? ( >=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}] ) + wavpack? ( >=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}] ) + webp? ( >=media-libs/libwebp-0.3.0[${MULTILIB_USEDEP}] ) + x264? ( >=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}] ) + x265? ( >=media-libs/x265-1.2:=[${MULTILIB_USEDEP}] ) + xvid? ( >=media-libs/xvid-1.3.2-r1[${MULTILIB_USEDEP}] ) + ) + fdk? ( >=media-libs/fdk-aac-0.1.3[${MULTILIB_USEDEP}] ) + flite? ( >=app-accessibility/flite-1.4-r4[${MULTILIB_USEDEP}] ) + fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) + frei0r? ( media-plugins/frei0r-plugins ) + fribidi? ( >=dev-libs/fribidi-0.19.6[${MULTILIB_USEDEP}] ) + gme? ( >=media-libs/game-music-emu-0.6.0[${MULTILIB_USEDEP}] ) + gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP}] ) + gsm? ( >=media-sound/gsm-1.0.13-r1[${MULTILIB_USEDEP}] ) + iconv? ( >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] ) + iec61883? ( + >=media-libs/libiec61883-1.2.0-r1[${MULTILIB_USEDEP}] + >=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}] + >=sys-libs/libavc1394-0.5.4-r1[${MULTILIB_USEDEP}] + ) + ieee1394? ( + >=media-libs/libdc1394-2.2.1[${MULTILIB_USEDEP}] + >=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}] + ) + jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}] ) + jpeg2k? ( >=media-libs/openjpeg-1.5.0:0[${MULTILIB_USEDEP}] ) + libass? ( >=media-libs/libass-0.10.2[${MULTILIB_USEDEP}] ) + libcaca? ( >=media-libs/libcaca-0.99_beta18-r1[${MULTILIB_USEDEP}] ) + libsoxr? ( >=media-libs/soxr-0.1.0[${MULTILIB_USEDEP}] ) + libv4l? ( >=media-libs/libv4l-0.9.5[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1[${MULTILIB_USEDEP}] ) + modplug? ( >=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}] ) + openal? ( >=media-libs/openal-1.15.1[${MULTILIB_USEDEP}] ) + opengl? ( >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] ) + openssl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) + opus? ( >=media-libs/opus-1.0.2-r2[${MULTILIB_USEDEP}] ) + pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + quvi? ( media-libs/libquvi:0.4[${MULTILIB_USEDEP}] ) + rtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] ) + samba? ( >=net-fs/samba-3.6.23-r1[${MULTILIB_USEDEP}] ) + schroedinger? ( >=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}] ) + sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,${MULTILIB_USEDEP}] ) + speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) + ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] ) + truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) + vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] ) + vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] ) + vorbis? ( + >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] + >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] + ) + vpx? ( >=media-libs/libvpx-1.2.0_pre20130625[${MULTILIB_USEDEP}] ) + X? ( + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] + ) + xcb? ( x11-libs/libxcb[${MULTILIB_USEDEP}] ) + zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) + zvbi? ( >=media-libs/zvbi-0.2.35[${MULTILIB_USEDEP}] ) + !media-video/qt-faststart + !media-libs/libpostproc +" + +DEPEND="${RDEPEND} + >=sys-devel/make-3.81 + doc? ( app-text/texi2html ) + fontconfig? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + gnutls? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] ) + libv4l? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + mmx? ( >=dev-lang/yasm-1.2 ) + rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + test? ( net-misc/wget sys-devel/bc ) + truetype? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] ) + v4l? ( sys-kernel/linux-headers ) +" + +RDEPEND="${RDEPEND} + abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20140508-r3 + !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" + +# faac is license-incompatible with ffmpeg +REQUIRED_USE="bindist? ( encode? ( !faac !aacplus ) !openssl ) + libv4l? ( v4l ) + fftools_cws2fws? ( zlib ) + test? ( encode )" + +S=${WORKDIR}/${P/_/-} + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/libavutil/avconfig.h +) + +src_prepare() { + if [[ "${PV%_p*}" != "${PV}" ]] ; then # Snapshot + export revision=git-N-${FFMPEG_REVISION} + fi + epatch_user +} + +multilib_src_configure() { + local myconf=( ${EXTRA_FFMPEG_CONF} ) + + # options to use as use_enable in the foo[:bar] form. + # This will feed configure with $(use_enable foo bar) + # or $(use_enable foo foo) if no :bar is set. + local ffuse=( + bzip2:bzlib cpudetection:runtime-cpudetect debug doc + gnutls hardcoded-tables iconv lzma network openssl samba:libsmbclient + sdl:ffplay vaapi vdpau X:xlib xcb:libxcb xcb:libxcb-shm xcb:libxcb-xfixes zlib + ) + use openssl && myconf+=( --enable-nonfree ) + use samba && myconf+=( --enable-version3 ) + + # Encoders + if use encode + then + ffuse+=( aac:libvo-aacenc amrenc:libvo-amrwbenc mp3:libmp3lame ) + for i in aacplus faac theora twolame wavpack webp x264 x265 xvid; do + ffuse+=( ${i}:lib${i} ) + done + + # Licensing. + if use aac || use amrenc ; then + myconf+=( --enable-version3 ) + fi + if use aacplus || use faac ; then + myconf+=( --enable-nonfree ) + fi + else + myconf+=( --disable-encoders ) + fi + + # libavdevice options + ffuse+=( cdio:libcdio iec61883:libiec61883 ieee1394:libdc1394 libcaca openal opengl ) + + # Indevs + use v4l || myconf+=( --disable-indev=v4l2 --disable-outdev=v4l2 ) + for i in alsa oss jack ; do + use ${i} || myconf+=( --disable-indev=${i} ) + done + ffuse+=( libv4l:libv4l2 pulseaudio:libpulse X:x11grab ) + + # Outdevs + for i in alsa oss sdl ; do + use ${i} || myconf+=( --disable-outdev=${i} ) + done + + # libavfilter options + ffuse+=( bs2b:libbs2b flite:libflite frei0r fribidi:libfribidi fontconfig ladspa libass truetype:libfreetype ) + + # libswresample options + ffuse+=( libsoxr ) + + # Threads; we only support pthread for now but ffmpeg supports more + ffuse+=( threads:pthreads ) + + # Decoders + ffuse+=( amr:libopencore-amrwb amr:libopencore-amrnb fdk:libfdk-aac jpeg2k:libopenjpeg ) + use amr && myconf+=( --enable-version3 ) + for i in bluray celt gme gsm modplug opus quvi rtmp ssh schroedinger speex vorbis vpx zvbi; do + ffuse+=( ${i}:lib${i} ) + done + use fdk && myconf+=( --enable-nonfree ) + + for i in "${ffuse[@]}" ; do + myconf+=( $(use_enable ${i%:*} ${i#*:}) ) + done + + # (temporarily) disable non-multilib deps + if ! multilib_is_native_abi; then + for i in frei0r ; do + myconf+=( --disable-${i} ) + done + fi + + # CPU features + for i in ${CPU_FEATURES}; do + use ${i%:*} || myconf+=( --disable-${i#*:} ) + done + if use pic ; then + myconf+=( --enable-pic ) + # disable asm code if PIC is required + # as the provided asm decidedly is not PIC for x86. + [[ ${ABI} == x86 ]] && myconf+=( --disable-asm ) + fi + [[ ${ABI} == x32 ]] && myconf+=( --disable-asm ) #427004 + + # Try to get cpu type based on CFLAGS. + # Bug #172723 + # We need to do this so that features of that CPU will be better used + # If they contain an unknown CPU it will not hurt since ffmpeg's configure + # will just ignore it. + for i in $(get-flag mcpu) $(get-flag mtune) $(get-flag march) ; do + [[ ${i} = native ]] && i="host" # bug #273421 + myconf+=( --cpu=${i} ) + break + done + + # Mandatory configuration + myconf=( + --enable-gpl + --enable-postproc + --enable-avfilter + --enable-avresample + --disable-stripping + "${myconf[@]}" + ) + + # cross compile support + if tc-is-cross-compiler ; then + myconf+=( --enable-cross-compile --arch=$(tc-arch-kernel) --cross-prefix=${CHOST}- ) + case ${CHOST} in + *freebsd*) + myconf+=( --target-os=freebsd ) + ;; + mingw32*) + myconf+=( --target-os=mingw32 ) + ;; + *linux*) + myconf+=( --target-os=linux ) + ;; + esac + fi + + set -- "${S}/configure" \ + --prefix="${EPREFIX}/usr" \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ + --shlibdir="${EPREFIX}/usr/$(get_libdir)" \ + --mandir="${EPREFIX}/usr/share/man" \ + --enable-shared \ + --cc="$(tc-getCC)" \ + --cxx="$(tc-getCXX)" \ + --ar="$(tc-getAR)" \ + --optflags="${CFLAGS}" \ + --extra-cflags="${CFLAGS}" \ + --extra-cxxflags="${CXXFLAGS}" \ + $(use_enable static-libs static) \ + "${myconf[@]}" + echo "${@}" + "${@}" || die +} + +multilib_src_compile() { + emake V=1 + + if multilib_is_native_abi; then + for i in ${FFTOOLS} ; do + if use fftools_${i} ; then + emake V=1 tools/${i} + fi + done + fi +} + +multilib_src_install() { + emake V=1 DESTDIR="${D}" install install-man + + if multilib_is_native_abi; then + for i in ${FFTOOLS} ; do + if use fftools_${i} ; then + dobin tools/${i} + fi + done + fi +} + +multilib_src_install_all() { + dodoc Changelog README.md CREDITS doc/*.txt doc/APIchanges + [ -f "RELEASE_NOTES" ] && dodoc "RELEASE_NOTES" + use doc && dohtml -r doc/* + if use examples ; then + dodoc -r doc/examples + docompress -x /usr/share/doc/${PF}/examples + fi +} + +multilib_src_test() { + LD_LIBRARY_PATH="${BUILD_DIR}/libpostproc:${BUILD_DIR}/libswscale:${BUILD_DIR}/libswresample:${BUILD_DIR}/libavcodec:${BUILD_DIR}/libavdevice:${BUILD_DIR}/libavfilter:${BUILD_DIR}/libavformat:${BUILD_DIR}/libavutil:${BUILD_DIR}/libavresample" \ + emake V=1 fate +} diff --git a/media-video/mediainfo/Manifest b/media-video/mediainfo/Manifest index a828c5deda49..aafa79dee8c2 100644 --- a/media-video/mediainfo/Manifest +++ b/media-video/mediainfo/Manifest @@ -2,3 +2,4 @@ DIST mediainfo_0.7.65.tar.bz2 2246510 SHA256 f035ae99eb160b1dd312944357467163130 DIST mediainfo_0.7.67.tar.bz2 1138374 SHA256 fad1256d7607e233948df7709702cf550c791a7f01373f5d3a01028900b039c7 SHA512 d4b937808b778851866f7230cd81c4f85866c8d6b44b4534e90d9e4345e89b7be57de588de89d94ffc82ae11d5d0b6bc7203368ffc46e67a051e78933b6ed743 WHIRLPOOL d17b035e0d50581c5d77c72319a70ff546d938f332d6d092f49ea5a08f7131e285df72de6f1273679319ffaf5b1de23f3bbe214245fd249fd9d5077526a0e940 DIST mediainfo_0.7.70.tar.bz2 1145770 SHA256 a079c55b19089361957f8c486a4af905cee719296504cded827b23ab2a63989f SHA512 bb2b476394b0f3454c01fe08e48a88183e5ea9e28e5a2185a739c30c385e8bbd4b3b7258e701e15bbc8168de7ba7634eb0f8dbc284ac3128d05fd0fb391eecc6 WHIRLPOOL e06ded6d7cc2c7f6db01a5989b85eb96286d28cfc0780e433b83a9a23f3b49a64d6a70a0be3ea8450a56d5ff2b7eb5c13871783b2ddb75c82b92f3f86e14835f DIST mediainfo_0.7.71.tar.bz2 1289870 SHA256 d849018c5ef1944a59727973dc7bbe212fdf9408c798d917e145b7b241f5c069 SHA512 da3e061247ee56518dfaeb2e7ff2b3177741e3ccddb75cbbef09c1fa9ecc3cd8003071f689f4b17c486d4bac05560e1315e51086a830d1f74489fdf942b76f58 WHIRLPOOL 6cd728b52a7ac74094a966d4cb671a5b87b3b888be0572f1ea8dfe41b3d4118c8a42fdfe7b6a1cefb193cc1fb59fba39811a9ff8eeb79da3b7ba51a1e666b770 +DIST mediainfo_0.7.72.tar.bz2 1293016 SHA256 2173f7e5224233374925ee60ba99d37519e2f7402e2145177c76e3f899a85813 SHA512 e40c16a4dd5c9bd35d6424d6ab962d39f863633726d0deec1a7c37a122778a5b4dcc390a821aeda7bba2b84ff3f6e19d6cae744839dc31b15f08d1c2245bf12b WHIRLPOOL 144f669c69fd29aa9fe3b306ed897362c6adf013f920cb8ca852a6dccdbf626879b07432f422d80679a4ac0325c16a42f95017fba4ff40dd634fe7177961f45e diff --git a/media-video/mediainfo/mediainfo-0.7.72.ebuild b/media-video/mediainfo/mediainfo-0.7.72.ebuild new file mode 100644 index 000000000000..168c123e3b6f --- /dev/null +++ b/media-video/mediainfo/mediainfo-0.7.72.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.72.ebuild,v 1.1 2015/01/10 01:13:10 radhermit Exp $ + +EAPI=5 +WX_GTK_VER="3.0" + +inherit eutils autotools wxwidgets multilib + +DESCRIPTION="MediaInfo supplies technical and tag information about media files" +HOMEPAGE="http://mediaarea.net/mediainfo/" +SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.bz2" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="curl mms wxwidgets" + +RDEPEND="sys-libs/zlib + media-libs/libzen + ~media-libs/lib${P}[curl=,mms=] + wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/MediaInfo + +pkg_setup() { + TARGETS="CLI" + use wxwidgets && TARGETS+=" GUI" +} + +src_prepare() { + local target + for target in ${TARGETS}; do + cd "${S}"/Project/GNU/${target} + sed -i -e "s:-O2::" configure.ac + eautoreconf + done +} + +src_configure() { + local target + for target in ${TARGETS}; do + cd "${S}"/Project/GNU/${target} + local args="" + [[ ${target} == "GUI" ]] && args="--with-wxwidgets --with-wx-gui" + econf ${args} + done +} + +src_compile() { + local target + for target in ${TARGETS}; do + cd "${S}"/Project/GNU/${target} + default + done +} +src_install() { + local target + for target in ${TARGETS}; do + cd "${S}"/Project/GNU/${target} + default + dodoc "${S}"/History_${target}.txt + if [[ ${target} == "GUI" ]]; then + newicon "${S}"/Source/Resource/Image/MediaInfo.png ${PN}.png + make_desktop_entry ${PN}-gui MediaInfo ${PN} "AudioVideo;GTK" + fi + done +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 3c184a94c702..5c520c3dc7b3 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Fri, 09 Jan 2015 21:07:00 +0000 +Sun, 11 Jan 2015 10:36:50 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 3c184a94c702..50235f297139 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 09 Jan 2015 21:07:00 +0000 +Sun, 11 Jan 2015 10:36:51 +0000 diff --git a/metadata/md5-cache/app-admin/perl-cleaner-2.18 b/metadata/md5-cache/app-admin/perl-cleaner-2.18 deleted file mode 100644 index 6c788f87eb63..000000000000 --- a/metadata/md5-cache/app-admin/perl-cleaner-2.18 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install -DESCRIPTION=User land tool for cleaning up old perl installs -EAPI=5 -HOMEPAGE=http://www.gentoo.org/proj/en/perl/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=GPL-2 -RDEPEND=app-shells/bash || ( >=sys-apps/coreutils-8.15 app-misc/realpath sys-freebsd/freebsd-bin ) dev-lang/perl || ( ( sys-apps/portage app-portage/portage-utils ) sys-apps/pkgcore sys-apps/paludis ) -SLOT=0 -SRC_URI=mirror://gentoo/perl-cleaner-2.18.tar.bz2 http://dev.gentoo.org/~dilfridge/distfiles/perl-cleaner-2.18.tar.bz2 -_md5_=f3efa33c02cc4a57fd807ff75c762313 diff --git a/metadata/md5-cache/app-cdr/xbiso-0.6.1-r2 b/metadata/md5-cache/app-cdr/xbiso-0.6.1-r2 new file mode 100644 index 000000000000..5628253ebcc2 --- /dev/null +++ b/metadata/md5-cache/app-cdr/xbiso-0.6.1-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=ftp? ( =sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Xbox xdvdfs ISO extraction utility +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/xbiso/ +IUSE=ftp +KEYWORDS=~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2 +RDEPEND=ftp? ( =app-crypt/gnupg-2.0.0 =dev-python/pyGPG-9999[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(-)] =dev-python/ssl-fetch-9999[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(-)] dev-python/snakeoil[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-crypt/gentoo-keys python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] +RDEPEND=app-crypt/gnupg =dev-python/pyGPG-9999[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(-)] =dev-python/ssl-fetch-9999[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(-)] dev-python/snakeoil[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-crypt/gentoo-keys-201501052117 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 _eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 git-r3 6ebae45064cb04482f3c702632dd9528 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=756fc485ecd9900e651532c12c20e06d +_md5_=595b58c4e8f1065e7e34f33bdf5295bb diff --git a/metadata/md5-cache/app-crypt/gkeys-gen-0.1 b/metadata/md5-cache/app-crypt/gkeys-gen-0.1 deleted file mode 100644 index 8e98acdfe5c0..000000000000 --- a/metadata/md5-cache/app-crypt/gkeys-gen-0.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] -DESCRIPTION=Tool for generating OpenPGP/GPG keys using a specifications file -EAPI=5 -HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Gentoo-keys -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=app-crypt/gnupg dev-python/snakeoil[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(-)] dev-python/pygpgme[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-crypt/gkeys-0.1[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(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) -SLOT=0 -SRC_URI=http://dev.gentoo.org/~dolsen/releases/gkeys-gen/gkeys-gen-0.1.tar.bz2 -_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=529623956f571b7749385479114ef91e diff --git a/metadata/md5-cache/app-crypt/gkeys-gen-0.1-r1 b/metadata/md5-cache/app-crypt/gkeys-gen-0.1-r1 index 91fd2f3d85be..2ed41cb2bbef 100644 --- a/metadata/md5-cache/app-crypt/gkeys-gen-0.1-r1 +++ b/metadata/md5-cache/app-crypt/gkeys-gen-0.1-r1 @@ -6,9 +6,9 @@ HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Gentoo-keys IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=app-crypt/gnupg dev-python/snakeoil[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(-)] dev-python/pygpgme[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-crypt/gkeys-0.1[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(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] +RDEPEND=app-crypt/gnupg dev-python/snakeoil[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(-)] dev-python/pygpgme[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-crypt/gkeys-0.1*[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(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 SRC_URI=http://dev.gentoo.org/~dolsen/releases/gkeys-gen/gkeys-gen-0.1.tar.bz2 _eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=398a188fdf352e5a19ac4004b26b62f5 +_md5_=c3137da3d9686a08f13b8ce59a34c2c1 diff --git a/metadata/md5-cache/app-crypt/gkeys-gen-9999 b/metadata/md5-cache/app-crypt/gkeys-gen-9999 index eebb6e2d801a..cca0911380b6 100644 --- a/metadata/md5-cache/app-crypt/gkeys-gen-9999 +++ b/metadata/md5-cache/app-crypt/gkeys-gen-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install postinst prepare test unpack DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] >=dev-vcs/git-1.8.2.1 -DESCRIPTION=An OpenPGP/GPG tool for generating keys to spec +DESCRIPTION=Tool for generating OpenPGP/GPG keys using a specifications file EAPI=5 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Gentoo-keys IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 LICENSE=GPL-2 -RDEPEND=>=app-crypt/gnupg-2.0.0 dev-python/snakeoil[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(-)] dev-python/pygpgme[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-crypt/gkeys-9999[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(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] +RDEPEND=app-crypt/gnupg dev-python/snakeoil[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(-)] dev-python/pygpgme[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-crypt/gkeys-9999[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(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 _eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 git-r3 6ebae45064cb04482f3c702632dd9528 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=0b009ab2e94025fda16297984872fbde +_md5_=8723dd6a5ca4f1b9fac68775d616213f diff --git a/metadata/md5-cache/app-crypt/xca-1.1.0 b/metadata/md5-cache/app-crypt/xca-1.1.0 index 5df3f059b36f..dd25f2d35d38 100644 --- a/metadata/md5-cache/app-crypt/xca-1.1.0 +++ b/metadata/md5-cache/app-crypt/xca-1.1.0 @@ -10,4 +10,4 @@ RDEPEND=>=dev-libs/openssl-0.9.8[bindist=] dev-qt/qtgui:4 SLOT=0 SRC_URI=mirror://sourceforge/xca/xca-1.1.0.tar.gz _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=64151191d119dd44ed1d22decf600761 +_md5_=a6d0cb12e2fe5d3a5811a262241b443c diff --git a/metadata/md5-cache/app-editors/diakonos-0.9.2 b/metadata/md5-cache/app-editors/diakonos-0.9.2 deleted file mode 100644 index b7172874179e..000000000000 --- a/metadata/md5-cache/app-editors/diakonos-0.9.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby19? ( doc? ( dev-ruby/yard[ruby_targets_ruby19] ) test? ( dev-ruby/bacon[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) test? ( dev-ruby/bacon[ruby_targets_ruby20] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) -DESCRIPTION=A Linux editor for the masses -EAPI=5 -HOMEPAGE=http://diakonos.pist0s.ca -IUSE=doc test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) -REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ) -SLOT=0 -SRC_URI=http://diakonos.pist0s.ca/archives/diakonos-0.9.2.tar.bz2 -_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=d1a728cca4175be52c13def6c406b370 diff --git a/metadata/md5-cache/app-editors/diakonos-0.9.4 b/metadata/md5-cache/app-editors/diakonos-0.9.4 new file mode 100644 index 000000000000..d97d5038e8f3 --- /dev/null +++ b/metadata/md5-cache/app-editors/diakonos-0.9.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby20? ( doc? ( dev-ruby/yard[ruby_targets_ruby20] ) test? ( dev-ruby/bacon[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/yard[ruby_targets_ruby21] ) test? ( dev-ruby/bacon[ruby_targets_ruby21] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) +DESCRIPTION=A Linux editor for the masses +EAPI=5 +HOMEPAGE=http://diakonos.pist0s.ca +IUSE=doc test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ) +SLOT=0 +SRC_URI=http://diakonos.pist0s.ca/archives/diakonos-0.9.4.tar.bz2 +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=eac72c9b3a179682f245ec7834fe2bed diff --git a/metadata/md5-cache/app-emacs/multi-term-1.2 b/metadata/md5-cache/app-emacs/multi-term-1.2 new file mode 100644 index 000000000000..526e85036c41 --- /dev/null +++ b/metadata/md5-cache/app-emacs/multi-term-1.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack +DEPEND=>=virtual/emacs-23 +DESCRIPTION=Manage multiple terminal buffers in Emacs +EAPI=5 +HOMEPAGE=http://www.emacswiki.org/emacs/MultiTerm +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3+ +RDEPEND=>=virtual/emacs-23 +SLOT=0 +SRC_URI=http://dev.gentoo.org/~mjo/distfiles/multi-term-1.2.el.xz +_eclasses_=elisp b7ff113c97bf466ace6f3235f80af600 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=0fdf224248a97203cebcad93f9aa1c8d diff --git a/metadata/md5-cache/app-i18n/man-pages-ru-3.56.2172.1866.20140202 b/metadata/md5-cache/app-i18n/man-pages-ru-3.56.2172.1866.20140202 index cf27562aa3b2..015f51c124fb 100644 --- a/metadata/md5-cache/app-i18n/man-pages-ru-3.56.2172.1866.20140202 +++ b/metadata/md5-cache/app-i18n/man-pages-ru-3.56.2172.1866.20140202 @@ -2,10 +2,10 @@ DEFINED_PHASES=install DESCRIPTION=A collection of Russian translations of Linux manual pages EAPI=5 HOMEPAGE=http://man-pages-ru.sourceforge.net/ -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux LICENSE=FDL-1.3 RDEPEND=virtual/man SLOT=0 SRC_URI=mirror://sourceforge/man-pages-ru/man-pages-ru_3.56-2172-1866-20140202.tar.bz2 _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=65acacae624c69abf46a4ddefc192ff9 +_md5_=06d71e156237a9bc9ef9988934df7f7b diff --git a/metadata/md5-cache/app-i18n/man-pages-ru-3.71.2209.1992.20140911 b/metadata/md5-cache/app-i18n/man-pages-ru-3.71.2209.1992.20140911 new file mode 100644 index 000000000000..b47dc99a50df --- /dev/null +++ b/metadata/md5-cache/app-i18n/man-pages-ru-3.71.2209.1992.20140911 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DESCRIPTION=A collection of Russian translations of Linux manual pages +EAPI=5 +HOMEPAGE=http://man-pages-ru.sourceforge.net/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=FDL-1.3 +RDEPEND=virtual/man +SLOT=0 +SRC_URI=mirror://sourceforge/man-pages-ru/man-pages-ru_3.71-2209-1992-20140911.tar.bz2 +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=5bd2645b6e989cc079b16f307193e876 diff --git a/metadata/md5-cache/app-misc/byobu-5.88 b/metadata/md5-cache/app-misc/byobu-5.88 new file mode 100644 index 000000000000..3bf900a3bc08 --- /dev/null +++ b/metadata/md5-cache/app-misc/byobu-5.88 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install prepare setup +DESCRIPTION=A set of profiles for the GNU Screen console window manager (app-misc/screen) +EAPI=5 +HOMEPAGE=http://byobu.co +IUSE=screen python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=>=dev-lang/python-2.7.5-r2:2.7 dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] dev-libs/newt[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] screen? ( app-misc/screen ) !screen? ( app-misc/tmux ) +REQUIRED_USE=python_targets_python2_7 +SLOT=0 +SRC_URI=http://launchpad.net/byobu/trunk/5.88/+download/byobu_5.88.orig.tar.gz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 ed2ee20dc74a34be60f5b1b500e92a5b python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=87fd8b6ddfe73f83305ec248b74f7e28 diff --git a/metadata/md5-cache/app-misc/gcalcli-2.4.2 b/metadata/md5-cache/app-misc/gcalcli-3.2 similarity index 82% rename from metadata/md5-cache/app-misc/gcalcli-2.4.2 rename to metadata/md5-cache/app-misc/gcalcli-3.2 index 0abc451df276..b8ba664c05f9 100644 --- a/metadata/md5-cache/app-misc/gcalcli-2.4.2 +++ b/metadata/md5-cache/app-misc/gcalcli-3.2 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=dev-python/python-dateutil dev-python/google-api-python-client dev-python/gdata dev-python/vobject SLOT=0 -SRC_URI=https://github.com/insanum/gcalcli/archive/v2.4.2.tar.gz -> gcalcli-2.4.2.tar.gz +SRC_URI=https://github.com/insanum/gcalcli/archive/v3.2.tar.gz -> gcalcli-3.2.tar.gz _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ef155b99c87f9eb4d6f6fc24d0239bdc +_md5_=0b57b3af0d5a20f6141bb855a11240b5 diff --git a/metadata/md5-cache/app-misc/physlock-0.4.5 b/metadata/md5-cache/app-misc/physlock-0.4.5 new file mode 100644 index 000000000000..d7a091264972 --- /dev/null +++ b/metadata/md5-cache/app-misc/physlock-0.4.5 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install prepare +DESCRIPTION=lightweight Linux console locking tool +EAPI=5 +HOMEPAGE=https://github.com/muennich/physlock +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2 +SLOT=0 +SRC_URI=https://github.com/muennich/physlock/archive/v0.4.5.tar.gz -> physlock-0.4.5.tar.gz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=69ecd56d39a7e4f84eccc1774fb5d324 diff --git a/metadata/md5-cache/app-text/pdfshuffler-0.6.0-r1 b/metadata/md5-cache/app-text/pdfshuffler-0.6.0-r1 new file mode 100644 index 000000000000..bca32ec84b9f --- /dev/null +++ b/metadata/md5-cache/app-text/pdfshuffler-0.6.0-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=|| ( dev-python/PyPDF2 dev-python/pyPdf ) dev-python/python-poppler python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=sys-apps/sed-4 +DESCRIPTION=GUI app that can merge or split pdfs and rotate, crop and rearrange their pages +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/pdfshuffler/ +IUSE=python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=|| ( dev-python/PyPDF2 dev-python/pyPdf ) dev-python/python-poppler python_targets_python2_7? ( >=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 +SRC_URI=mirror://sourceforge/pdfshuffler/pdfshuffler-0.6.0.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=8bf31d2140778d81790ad6a92b4f5066 diff --git a/metadata/md5-cache/dev-cpp/lucene++-3.0.6 b/metadata/md5-cache/dev-cpp/lucene++-3.0.6 new file mode 100644 index 000000000000..be86ca0a716f --- /dev/null +++ b/metadata/md5-cache/dev-cpp/lucene++-3.0.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-libs/boost:= sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=C++ port of Java Lucene library, a high-performance, full-featured text search engine +EAPI=5 +HOMEPAGE=https://github.com/luceneplusplus/LucenePlusPlus +IUSE=debug +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( LGPL-3 Apache-2.0 ) +RDEPEND=dev-libs/boost:= +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.6.tar.gz -> lucene++-3.0.6.tar.gz +_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=35f937a6834fdc820493990c576c77d4 diff --git a/metadata/md5-cache/dev-db/mysql-5.6.22 b/metadata/md5-cache/dev-db/mysql-5.6.22 index 78f2e4e4ae74..510739971e3f 100644 --- a/metadata/md5-cache/dev-db/mysql-5.6.22 +++ b/metadata/md5-cache/dev-db/mysql-5.6.22 @@ -12,4 +12,4 @@ REQUIRED_USE=tcmalloc? ( !jemalloc ) jemalloc? ( !tcmalloc ) minimal? ( !cluster SLOT=0 SRC_URI=http://downloads.mysql.com/archives/mysql-5.6/mysql-5.6.22.tar.gz mirror://mysql/Downloads/MySQL-5.6/mysql-5.6.22.tar.gz mirror://gentoo/mysql-extras-20141203-2105Z.tar.bz2 http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20141203-2105Z.tar.bz2 http://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20141203-2105Z.tar.bz2 http://dev.gentoo.org/~grknight/distfiles/mysql-extras-20141203-2105Z.tar.bz2 _eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 mysql-cmake 1bc60850e6eb816ed20370329cfe5331 mysql-multilib 5693e12764b90a7385eeaf3a67fe241e mysql_fx ab94d85c3c822792c72f7eeff96f2365 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=a787b68a3a11852ed58ee78e73480b8f +_md5_=9733b0c74f3063aca25c7fcc8f0f16f5 diff --git a/metadata/md5-cache/dev-haskell/pandoc-citeproc-0.6 b/metadata/md5-cache/dev-haskell/pandoc-citeproc-0.6 index 21c0c3d25c7b..d9bcd04c84c4 100644 --- a/metadata/md5-cache/dev-haskell/pandoc-citeproc-0.6 +++ b/metadata/md5-cache/dev-haskell/pandoc-citeproc-0.6 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install postinst postrm setup test +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack DEPEND=>=app-text/pandoc-1.12.1:=[profile?] >=dev-haskell/aeson-0.7:=[profile?] =dev-haskell/pandoc-types-1.12.3:=[profile?] dev-haskell/parsec:=[profile?] dev-haskell/split:=[profile?] dev-haskell/syb:=[profile?] dev-haskell/tagsoup:=[profile?] >=dev-haskell/temporary-1.1:=[profile?] dev-haskell/text:=[profile?] >=dev-haskell/vector-0.10:=[profile?] =dev-haskell/xml-conduit-1.2:=[profile?] =dev-haskell/yaml-0.8.8.2:=[profile?] >=dev-lang/ghc-7.4.1:= bibutils? ( >=dev-haskell/hs-bibutils-0.3:=[profile?] ) unicode_collation? ( dev-haskell/text-icu:=[profile?] ) !unicode_collation? ( dev-haskell/rfc5051:=[profile?] ) >=dev-haskell/cabal-1.12 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 DESCRIPTION=Supports using pandoc with citeproc EAPI=5 @@ -10,5 +10,5 @@ RDEPEND=>=app-text/pandoc-1.12.1:=[profile?] >=dev-haskell/aeson-0.7:=[profile?] RESTRICT=test SLOT=0/0.6 SRC_URI=mirror://hackage/packages/archive/pandoc-citeproc/0.6/pandoc-citeproc-0.6.tar.gz -_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 ghc-package 29f14cf665461bc19b8724d1842b0b3a haskell-cabal f398638b447d3821846f2e2abbc33c1b multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=66a805be21c9d89df082fc911afe5188 +_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils f99a767f569b1f0731b3a1edd17c1d11 ghc-package 29f14cf665461bc19b8724d1842b0b3a haskell-cabal f398638b447d3821846f2e2abbc33c1b multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=3e5e56b173c3cb3409b639cd55bf5776 diff --git a/metadata/md5-cache/dev-haskell/project-template-0.1.3 b/metadata/md5-cache/dev-haskell/project-template-0.1.3 deleted file mode 100644 index 6ee2209f9247..000000000000 --- a/metadata/md5-cache/dev-haskell/project-template-0.1.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm setup test -DEPEND=dev-haskell/base64-bytestring:=[profile?] dev-haskell/base64-conduit:=[profile?] >=dev-haskell/classy-prelude-0.4:=[profile?] >=dev-haskell/conduit-0.5.4:=[profile?] >=dev-haskell/mtl-2.0:=[profile?] >=dev-haskell/resourcet-0.4.3:=[profile?] >=dev-haskell/system-fileio-0.3:=[profile?] >=dev-haskell/system-filepath-0.4:=[profile?] >=dev-haskell/text-0.11:=[profile?] >=dev-haskell/transformers-0.2:=[profile?] >=dev-lang/ghc-6.10.4:= test? ( >=dev-haskell/hspec-1.3 dev-haskell/quickcheck ) >=dev-haskell/cabal-1.8 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 -DESCRIPTION=Specify Haskell project templates and generate files -EAPI=5 -HOMEPAGE=https://github.com/fpco/haskell-ide -IUSE=doc hscolour profile test -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=dev-haskell/base64-bytestring:=[profile?] dev-haskell/base64-conduit:=[profile?] >=dev-haskell/classy-prelude-0.4:=[profile?] >=dev-haskell/conduit-0.5.4:=[profile?] >=dev-haskell/mtl-2.0:=[profile?] >=dev-haskell/resourcet-0.4.3:=[profile?] >=dev-haskell/system-fileio-0.3:=[profile?] >=dev-haskell/system-filepath-0.4:=[profile?] >=dev-haskell/text-0.11:=[profile?] >=dev-haskell/transformers-0.2:=[profile?] >=dev-lang/ghc-6.10.4:= -RESTRICT=test -SLOT=0/0.1.3 -SRC_URI=mirror://hackage/packages/archive/project-template/0.1.3/project-template-0.1.3.tar.gz -_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 ghc-package 29f14cf665461bc19b8724d1842b0b3a haskell-cabal f398638b447d3821846f2e2abbc33c1b multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=b2ded27c819276b93b242756b86376c2 diff --git a/metadata/md5-cache/dev-haskell/sha-1.6.4.1 b/metadata/md5-cache/dev-haskell/sha-1.6.4.1-r1 similarity index 58% rename from metadata/md5-cache/dev-haskell/sha-1.6.4.1 rename to metadata/md5-cache/dev-haskell/sha-1.6.4.1-r1 index 83d958856fb1..0fed56199d79 100644 --- a/metadata/md5-cache/dev-haskell/sha-1.6.4.1 +++ b/metadata/md5-cache/dev-haskell/sha-1.6.4.1-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm setup test -DEPEND=>=dev-haskell/binary-0.7:=[profile?] =dev-lang/ghc-7.4.1:= >=dev-haskell/cabal-1.8 doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 +DEPEND=>=dev-haskell/binary-0.7:=[profile?] >=dev-lang/ghc-7.4.1:= >=dev-haskell/cabal-1.8 test? ( >=dev-haskell/quickcheck-2.5:2=[profile?] =dev-haskell/test-framework-0.8.0.3:=[profile?] >=dev-haskell/test-framework-quickcheck2-0.3.0.2:=[profile?] ) doc? ( dev-haskell/haddock ) hscolour? ( dev-haskell/hscolour ) >=dev-haskell/cabal-1.1.4 DESCRIPTION=Implementations of the SHA suite of message digest functions EAPI=5 HOMEPAGE=http://hackage.haskell.org/package/SHA IUSE=exe test doc hscolour profile KEYWORDS=~amd64 ~x86 ~amd64-linux LICENSE=BSD -RDEPEND=>=dev-haskell/binary-0.7:=[profile?] =dev-lang/ghc-7.4.1:= +RDEPEND=>=dev-haskell/binary-0.7:=[profile?] >=dev-lang/ghc-7.4.1:= SLOT=0/1.6.4.1 SRC_URI=mirror://hackage/packages/archive/SHA/1.6.4.1/SHA-1.6.4.1.tar.gz _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 ghc-package 29f14cf665461bc19b8724d1842b0b3a haskell-cabal f398638b447d3821846f2e2abbc33c1b multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=82e1bd4dbec998bd8c18ae32b5f2f605 +_md5_=7026a9d7e560ae2cfcea87ae9c6630d8 diff --git a/metadata/md5-cache/dev-haskell/warp-3.0.0.3 b/metadata/md5-cache/dev-haskell/warp-3.0.0.3 index 004b442c255b..29f72891f5ba 100644 --- a/metadata/md5-cache/dev-haskell/warp-3.0.0.3 +++ b/metadata/md5-cache/dev-haskell/warp-3.0.0.3 @@ -7,7 +7,8 @@ IUSE=+allow-sendfilefd warp-debug doc hscolour profile test KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=>=dev-haskell/blaze-builder-0.3.3:=[profile?] =dev-haskell/case-insensitive-0.2:=[profile?] dev-haskell/http-date:=[profile?] >=dev-haskell/http-types-0.8.5:=[profile?] >=dev-haskell/network-2.3:=[profile?] >=dev-haskell/simple-sendfile-0.2.7:=[profile?] =dev-haskell/streaming-commons-0.1.2:=[profile?] dev-haskell/text:=[profile?] >=dev-haskell/unix-compat-0.2:=[profile?] dev-haskell/void:=[profile?] >=dev-haskell/wai-3.0:=[profile?] =dev-lang/ghc-7.4.1:= allow-sendfilefd? ( dev-haskell/hashable:=[profile?] ) +RESTRICT=test SLOT=0/3.0.0.3 SRC_URI=mirror://hackage/packages/archive/warp/3.0.0.3/warp-3.0.0.3.tar.gz _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 ghc-package 29f14cf665461bc19b8724d1842b0b3a haskell-cabal f398638b447d3821846f2e2abbc33c1b multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=2448f0d6b3d1149fc67ebdfbdf1bf1df +_md5_=1ef1705ef3f7313b929c7308f9df7a1a diff --git a/metadata/md5-cache/dev-lang/xsb-3.5.0 b/metadata/md5-cache/dev-lang/xsb-3.5.0 new file mode 100644 index 000000000000..8d7ad7ad52a7 --- /dev/null +++ b/metadata/md5-cache/dev-lang/xsb-3.5.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install preinst prepare setup +DEPEND=curl? ( net-misc/curl ) iodbc? ( dev-db/libiodbc ) java? ( >=virtual/jdk-1.4 ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) pcre? ( dev-libs/libpcre ) xml? ( dev-libs/libxml2 ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 java? ( >=dev-java/java-config-2.1.9-r1 ) +DESCRIPTION=XSB is a logic programming and deductive database system +EAPI=2 +HOMEPAGE=http://xsb.sourceforge.net +IUSE=curl debug iodbc java mysql odbc pcre threads xml elibc_FreeBSD java +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 LGPL-2 +RDEPEND=curl? ( net-misc/curl ) iodbc? ( dev-db/libiodbc ) java? ( >=virtual/jdk-1.4 ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) pcre? ( dev-libs/libpcre ) xml? ( dev-libs/libxml2 ) java? ( >=dev-java/java-config-2.1.9-r1 ) +SLOT=0 +SRC_URI=http://xsb.sourceforge.net/downloads/XSB350.tar.gz mirror://gentoo/xsb-3.5.0-gentoo-patchset-0.tar.gz +_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=f5f4daa63e3463312db00ffc3f04e3ac diff --git a/metadata/md5-cache/dev-libs/icu-53.1-r2 b/metadata/md5-cache/dev-libs/icu-53.1-r2 new file mode 100644 index 000000000000..1bcf36dbb137 --- /dev/null +++ b/metadata/md5-cache/dev-libs/icu-53.1-r2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=doc? ( app-doc/doxygen[dot] ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=International Components for Unicode +EAPI=5 +HOMEPAGE=http://www.icu-project.org/ +IUSE=debug doc examples 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 ~amd64-fbsd ~x86-fbsd +LICENSE=BSD +SLOT=0/53 +SRC_URI=http://download.icu-project.org/files/icu4c/53.1/icu4c-53_1-src.tgz +_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=4ea1f4c26bb190c28d412e82b942bd5a diff --git a/metadata/md5-cache/dev-libs/libnl-3.2.25 b/metadata/md5-cache/dev-libs/libnl-3.2.25 index 30a81d977749..59c1aaa8a678 100644 --- a/metadata/md5-cache/dev-libs/libnl-3.2.25 +++ b/metadata/md5-cache/dev-libs/libnl-3.2.25 @@ -4,11 +4,11 @@ DESCRIPTION=A collection of libraries providing APIs to netlink protocol based L EAPI=5 HOMEPAGE=http://www.infradead.org/~tgr/libnl/ IUSE=static-libs python utils python_targets_python2_7 python_targets_python3_3 python_targets_python3_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 -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux LICENSE=LGPL-2.1 utils? ( GPL-2 ) RDEPEND=python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140508-r5 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) ) SLOT=3 SRC_URI=http://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz _eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=a8ceda3e8524801904d3b0ff259b9287 +_md5_=63089333bda4a60a1b3a182314fa3015 diff --git a/metadata/md5-cache/dev-libs/protobuf-c-1.1.0 b/metadata/md5-cache/dev-libs/protobuf-c-1.1.0 new file mode 100644 index 000000000000..67ae1e841efc --- /dev/null +++ b/metadata/md5-cache/dev-libs/protobuf-c-1.1.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/protobuf-2.6.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(-)?] virtual/pkgconfig[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(-)?] +DESCRIPTION=code generator and runtime libraries to use Protocol Buffers (protobuf) from pure C +EAPI=5 +HOMEPAGE=https://github.com/protobuf-c/protobuf-c/ +IUSE=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=~amd64 ~arm ~x86 +LICENSE=BSD-2 +RDEPEND=>=dev-libs/protobuf-2.6.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +SLOT=0 +SRC_URI=https://github.com/protobuf-c/protobuf-c/releases/download/v1.1.0/protobuf-c-1.1.0.tar.gz +_eclasses_=autotools ae13678d52af6816cb92f952594d882a autotools-multilib 037c4046d25f29e78dd44dccabd5d66b autotools-utils 3727db64c7b960903d5033280f108080 eutils f99a767f569b1f0731b3a1edd17c1d11 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=aff00a8b3cd509d6303e18c019a306df diff --git a/metadata/md5-cache/dev-perl/Clone-0.370.0 b/metadata/md5-cache/dev-perl/Clone-0.370.0 new file mode 100644 index 000000000000..90b2ce0fe82e --- /dev/null +++ b/metadata/md5-cache/dev-perl/Clone-0.370.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-lang/perl:=[-build(-)] +DESCRIPTION=Recursively copy Perl datatypes +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Clone/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/G/GA/GARU/Clone-0.37.tar.gz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 4e599aab78ebadca09ce51369fa9019d toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 +_md5_=c1544583f2b147623cefecdd6cbcd23f diff --git a/metadata/md5-cache/dev-perl/Gentoo-PerlMod-Version-0.6.0-r1 b/metadata/md5-cache/dev-perl/Gentoo-PerlMod-Version-0.6.0-r1 index 0ba61d931b54..b9401cb30240 100644 --- a/metadata/md5-cache/dev-perl/Gentoo-PerlMod-Version-0.6.0-r1 +++ b/metadata/md5-cache/dev-perl/Gentoo-PerlMod-Version-0.6.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Convert arbitrary Perl Modules' versions into normalised Gentoo vers EAPI=5 HOMEPAGE=http://search.cpan.org/dist/Gentoo-PerlMod-Version/ IUSE=test -KEYWORDS=~alpha ~amd64 ~arm ~mips ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~x86 LICENSE=|| ( Artistic GPL-1+ ) RDEPEND=dev-perl/List-MoreUtils dev-perl/Sub-Exporter >=virtual/perl-version-0.770.0 dev-lang/perl:=[-build(-)] SLOT=0 SRC_URI=mirror://cpan/authors/id/K/KE/KENTNL/Gentoo-PerlMod-Version-0.6.0.tar.gz _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 4e599aab78ebadca09ce51369fa9019d toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 -_md5_=322adf32d4c83ec359e6c1cb12670c70 +_md5_=a9efd37fab61f74f98301ba818495216 diff --git a/metadata/md5-cache/dev-perl/Term-ProgressBar-2.160.0 b/metadata/md5-cache/dev-perl/Term-ProgressBar-2.160.0 new file mode 100644 index 000000000000..274aba62d40d --- /dev/null +++ b/metadata/md5-cache/dev-perl/Term-ProgressBar-2.160.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-perl/Class-MethodMaker dev-perl/TermReadKey test? ( >=dev-perl/Test-Exception-0.310.0 >=dev-perl/Capture-Tiny-0.130.0 ) dev-lang/perl:=[-build(-)] +DESCRIPTION=Perl module for Term-ProgressBar +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/Term-ProgressBar/ +IUSE=test +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-perl/Class-MethodMaker dev-perl/TermReadKey dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SZ/SZABGAB/Term-ProgressBar-2.16.tar.gz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 4e599aab78ebadca09ce51369fa9019d toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 +_md5_=718c957a41b6676283c8facc2b583e75 diff --git a/metadata/md5-cache/dev-perl/extutils-depends-0.403.0 b/metadata/md5-cache/dev-perl/extutils-depends-0.403.0 new file mode 100644 index 000000000000..2e61e9ba062d --- /dev/null +++ b/metadata/md5-cache/dev-perl/extutils-depends-0.403.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-lang/perl:=[-build(-)] +DESCRIPTION=Easily build XS extensions that depend on XS extensions +EAPI=5 +HOMEPAGE=http://search.cpan.org/dist/ExtUtils-Depends/ +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=dev-lang/perl:=[-build(-)] +SLOT=0 +SRC_URI=mirror://cpan/authors/id/X/XA/XAOC/ExtUtils-Depends-0.403.tar.gz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 4e599aab78ebadca09ce51369fa9019d toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52 +_md5_=438a015893e832feafef6abf8d85402a diff --git a/metadata/md5-cache/dev-php/ffmpeg-php-0.6.0-r2 b/metadata/md5-cache/dev-php/ffmpeg-php-0.6.0-r2 deleted file mode 100644 index 02f84e704281..000000000000 --- a/metadata/md5-cache/dev-php/ffmpeg-php-0.6.0-r2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=virtual/ffmpeg dev-lang/php[gd] !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -DESCRIPTION=PHP extension that provides access to movie info -EAPI=5 -HOMEPAGE=http://sourceforge.net/projects/ffmpeg-php/ -IUSE=php_targets_php5-3 php_targets_php5-4 -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=virtual/ffmpeg dev-lang/php[gd] php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -REQUIRED_USE=|| ( php_targets_php5-3 php_targets_php5-4 ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/ffmpeg-php/ffmpeg-php-0.6.0.tbz2 -_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=b970677d14427a06cd31440e3fbd248e diff --git a/metadata/md5-cache/dev-php/ffmpeg-php-0.6.0-r3 b/metadata/md5-cache/dev-php/ffmpeg-php-0.6.0-r3 deleted file mode 100644 index e5f99154cc09..000000000000 --- a/metadata/md5-cache/dev-php/ffmpeg-php-0.6.0-r3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install prepare unpack -DEPEND=virtual/ffmpeg dev-lang/php[gd] !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -DESCRIPTION=PHP extension that provides access to movie info -EAPI=5 -HOMEPAGE=http://sourceforge.net/projects/ffmpeg-php/ -IUSE=php_targets_php5-6 php_targets_php5-5 php_targets_php5-4 -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=virtual/ffmpeg dev-lang/php[gd] php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -REQUIRED_USE=|| ( php_targets_php5-6 php_targets_php5-5 php_targets_php5-4 ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/ffmpeg-php/ffmpeg-php-0.6.0.tbz2 -_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=7a32c27048c5b0edbd771d1b5e4ca231 diff --git a/metadata/md5-cache/dev-php/igbinary-1.1.1-r2 b/metadata/md5-cache/dev-php/igbinary-1.1.1-r2 index 8baaeddd956b..f812cf2a9a35 100644 --- a/metadata/md5-cache/dev-php/igbinary-1.1.1-r2 +++ b/metadata/md5-cache/dev-php/igbinary-1.1.1-r2 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( php_targets_php5-5 php_targets_php5-3 php_targets_php5-4 ) SLOT=0 SRC_URI=http://opensource.dynamoid.com/igbinary-1.1.1.tar.gz _eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=f1ee9868d5f79cc6fde1df7698a7a7ba +_md5_=9a3323c53a2749fb5bd58117f25fe1e1 diff --git a/metadata/md5-cache/dev-php/pecl-apcu-4.0.1-r1 b/metadata/md5-cache/dev-php/pecl-apcu-4.0.1-r1 deleted file mode 100644 index 11d3140c5a3a..000000000000 --- a/metadata/md5-cache/dev-php/pecl-apcu-4.0.1-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=!=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -DESCRIPTION=Stripped down version of APC supporting only user cache -EAPI=5 -HOMEPAGE=http://pecl.php.net/APCu -IUSE=+mmap lock_pthreadmutex +lock_pthreadrw lock_spinlock lock_semaphore php_targets_php5-5 php_targets_php5-3 php_targets_php5-4 -KEYWORDS=amd64 x86 -LICENSE=PHP-3.01 -RDEPEND=php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -REQUIRED_USE=^^ ( lock_pthreadmutex lock_pthreadrw lock_spinlock lock_semaphore ) || ( php_targets_php5-5 php_targets_php5-3 php_targets_php5-4 ) -SLOT=0 -SRC_URI=http://pecl.php.net/get/APCu-4.0.1.tgz -_eclasses_=autotools ae13678d52af6816cb92f952594d882a confutils 2ab69b52fa6ea0c0669a47fb94b354b4 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf php-ext-pecl-r2 de1308bcf4fef59a8ee8793efc7c3051 php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=c13993e060ad4a686dc9ddb0807ed8dc diff --git a/metadata/md5-cache/dev-php/pecl-apcu-4.0.6 b/metadata/md5-cache/dev-php/pecl-apcu-4.0.6 deleted file mode 100644 index c95e8874faa3..000000000000 --- a/metadata/md5-cache/dev-php/pecl-apcu-4.0.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test unpack -DEPEND=!=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -DESCRIPTION=Stripped down version of APC supporting only user cache -EAPI=5 -HOMEPAGE=http://pecl.php.net/APCu -IUSE=+mmap lock_pthreadmutex +lock_pthreadrw lock_spinlock lock_semaphore php_targets_php5-6 php_targets_php5-5 php_targets_php5-4 -KEYWORDS=~amd64 ~x86 -LICENSE=PHP-3.01 -RDEPEND=php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -REQUIRED_USE=^^ ( lock_pthreadmutex lock_pthreadrw lock_spinlock lock_semaphore ) || ( php_targets_php5-6 php_targets_php5-5 php_targets_php5-4 ) -SLOT=0 -SRC_URI=http://pecl.php.net/get/APCu-4.0.6.tgz -_eclasses_=autotools ae13678d52af6816cb92f952594d882a confutils 2ab69b52fa6ea0c0669a47fb94b354b4 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf php-ext-pecl-r2 de1308bcf4fef59a8ee8793efc7c3051 php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=5b2019634d277d00d31b030d90e1bbfa diff --git a/metadata/md5-cache/dev-php/pecl-http-1.7.5 b/metadata/md5-cache/dev-php/pecl-http-1.7.5 deleted file mode 100644 index 281a8e3c14ab..000000000000 --- a/metadata/md5-cache/dev-php/pecl-http-1.7.5 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=net-misc/curl sys-libs/zlib dev-libs/libevent dev-lang/php[hash,session,iconv] !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -DESCRIPTION=Extended HTTP Support for PHP -EAPI=5 -HOMEPAGE=http://pecl.php.net/pecl_http -IUSE=php_targets_php5-3 php_targets_php5-4 php_targets_php5-3 php_targets_php5-4 -KEYWORDS=amd64 x86 -LICENSE=BSD-2 MIT -RDEPEND=net-misc/curl sys-libs/zlib dev-libs/libevent dev-lang/php[hash,session,iconv] php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -REQUIRED_USE=|| ( php_targets_php5-3 php_targets_php5-4 ) || ( php_targets_php5-3 php_targets_php5-4 ) -SLOT=0 -SRC_URI=http://pecl.php.net/get/pecl_http-1.7.5.tgz -_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf php-ext-pecl-r2 de1308bcf4fef59a8ee8793efc7c3051 php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=43c6e4d10c88188b55e4b7436dbb39e9 diff --git a/metadata/md5-cache/dev-php/pecl-imagick-3.1.0_rc2 b/metadata/md5-cache/dev-php/pecl-imagick-3.1.0_rc2 deleted file mode 100644 index adf41da98652..000000000000 --- a/metadata/md5-cache/dev-php/pecl-imagick-3.1.0_rc2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=media-gfx/imagemagick-6.2.4 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -DESCRIPTION=PHP wrapper for the ImageMagick library -EAPI=4 -HOMEPAGE=http://pecl.php.net/imagick -IUSE=examples php_targets_php5-5 php_targets_php5-3 php_targets_php5-4 -KEYWORDS=amd64 x86 -LICENSE=PHP-3.01 -RDEPEND=>=media-gfx/imagemagick-6.2.4 php_targets_php5-5? ( dev-lang/php:5.5 ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) -REQUIRED_USE=|| ( php_targets_php5-5 php_targets_php5-3 php_targets_php5-4 ) -SLOT=0 -SRC_URI=http://pecl.php.net/get/imagick-3.1.0RC2.tgz -_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf php-ext-pecl-r2 de1308bcf4fef59a8ee8793efc7c3051 php-ext-source-r2 39437168059a2166e012420b3ba12815 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=5ee05cb76dd72b701398d46c44a3587d diff --git a/metadata/md5-cache/dev-python/authres-0.401 b/metadata/md5-cache/dev-python/authres-0.401 deleted file mode 100644 index 1fee248b9cec..000000000000 --- a/metadata/md5-cache/dev-python/authres-0.401 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-lang/python -DESCRIPTION=Authentication Results Header Module -EAPI=4 -HOMEPAGE=https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/a/authres/authres-0.401.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=2869c520bf3c66acf697c458c4c83467 diff --git a/metadata/md5-cache/dev-python/authres-0.402 b/metadata/md5-cache/dev-python/authres-0.402 deleted file mode 100644 index e20ab1dfd406..000000000000 --- a/metadata/md5-cache/dev-python/authres-0.402 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-lang/python -DESCRIPTION=Authentication Results Header Module -EAPI=4 -HOMEPAGE=https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres -KEYWORDS=amd64 x86 -LICENSE=Apache-2.0 -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/a/authres/authres-0.402.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ef1ba4b84cc6ac5aad28c7eb7eebad99 diff --git a/metadata/md5-cache/dev-python/authres-0.500 b/metadata/md5-cache/dev-python/authres-0.500 deleted file mode 100644 index 3bd034b42456..000000000000 --- a/metadata/md5-cache/dev-python/authres-0.500 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=dev-lang/python -DESCRIPTION=Authentication Results Header Module -EAPI=4 -HOMEPAGE=https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/a/authres/authres-0.500.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=21fb6d451884fbd3e5d973689ad951c1 diff --git a/metadata/md5-cache/dev-python/authres-0.501 b/metadata/md5-cache/dev-python/authres-0.501 deleted file mode 100644 index 7d561dbd85ac..000000000000 --- a/metadata/md5-cache/dev-python/authres-0.501 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=Authentication Results Header Module -EAPI=5 -HOMEPAGE=https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/a/authres/authres-0.501.tar.gz -_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=e7d2eecdc295c0ff32ed987807557862 diff --git a/metadata/md5-cache/dev-python/authres-0.600 b/metadata/md5-cache/dev-python/authres-0.600 deleted file mode 100644 index eba0596d4325..000000000000 --- a/metadata/md5-cache/dev-python/authres-0.600 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=Authentication Results Header Module -EAPI=5 -HOMEPAGE=https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/a/authres/authres-0.600.tar.gz -_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=1d2be75abe0312e246e2add1a043258d diff --git a/metadata/md5-cache/dev-python/authres-0.601 b/metadata/md5-cache/dev-python/authres-0.601 deleted file mode 100644 index 62b12a0961e7..000000000000 --- a/metadata/md5-cache/dev-python/authres-0.601 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -DESCRIPTION=Authentication Results Header Module -EAPI=5 -HOMEPAGE=https://launchpad.net/authentication-results-python http://pypi.python.org/pypi/authres -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_pypy -KEYWORDS=~amd64 ~x86 -LICENSE=Apache-2.0 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) 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_3(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/a/authres/authres-0.601.tar.gz -_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=4d11f02fa4c2019866dff3def5b116d3 diff --git a/metadata/md5-cache/dev-python/axiom-0.7.0 b/metadata/md5-cache/dev-python/axiom-0.7.0 deleted file mode 100644 index acc2c7fc6073..000000000000 --- a/metadata/md5-cache/dev-python/axiom-0.7.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=>=dev-python/epsilon-0.6.0-r2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Object database implemented on top of SQLite -EAPI=5 -HOMEPAGE=http://divmod.org/trac/wiki/DivmodAxiom http://pypi.python.org/pypi/Axiom -IUSE=test python_targets_python2_7 -KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 -LICENSE=MIT -RDEPEND=>=dev-python/epsilon-0.6.0-r2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/A/Axiom/Axiom-0.7.0.tar.gz -_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac twisted-r1 8e3123a6498c5da6dd9d8135b3655efd versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=1bd4bc6eaa50d73c206d51876d4206ea diff --git a/metadata/md5-cache/dev-python/axiom-0.7.1 b/metadata/md5-cache/dev-python/axiom-0.7.2 similarity index 73% rename from metadata/md5-cache/dev-python/axiom-0.7.1 rename to metadata/md5-cache/dev-python/axiom-0.7.2 index 742138adfe82..91b2002a5f97 100644 --- a/metadata/md5-cache/dev-python/axiom-0.7.1 +++ b/metadata/md5-cache/dev-python/axiom-0.7.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=>=dev-python/epsilon-0.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-core-13.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/pyopenssl-0.13[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DEPEND=>=dev-python/epsilon-0.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-core-13.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] DESCRIPTION=Object database implemented on top of SQLite EAPI=5 HOMEPAGE=http://divmod.org/trac/wiki/DivmodAxiom http://pypi.python.org/pypi/Axiom -IUSE=test python_targets_python2_7 +IUSE=python_targets_python2_7 KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT RDEPEND=>=dev-python/epsilon-0.7.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/twisted-core-13.2.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=mirror://pypi/A/Axiom/Axiom-0.7.1.tar.gz +SRC_URI=mirror://pypi/A/Axiom/Axiom-0.7.2.tar.gz _eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac twisted-r1 8e3123a6498c5da6dd9d8135b3655efd versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e18a25f1e0610590be2e7b4211241657 +_md5_=e22de7eb34fc99f889d84b4e6209259f diff --git a/metadata/md5-cache/dev-python/boto-2.35.1 b/metadata/md5-cache/dev-python/boto-2.35.1 new file mode 100644 index 000000000000..a1792c170441 --- /dev/null +++ b/metadata/md5-cache/dev-python/boto-2.35.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[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(-)] test? ( dev-python/nose[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(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] +DESCRIPTION=Amazon Web Services API +EAPI=5 +HOMEPAGE=https://github.com/boto/boto http://pypi.python.org/pypi/boto +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=MIT +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/b/boto/boto-2.35.1.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=e12e14b74a8b25c23d29c2648dc013f5 diff --git a/metadata/md5-cache/dev-python/chameleon-2.19 b/metadata/md5-cache/dev-python/chameleon-2.19 new file mode 100644 index 000000000000..5e241da91af6 --- /dev/null +++ b/metadata/md5-cache/dev-python/chameleon-2.19 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] doc? ( dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Fast HTML/XML template compiler for Python +EAPI=5 +HOMEPAGE=http://chameleon.repoze.org http://pypi.python.org/pypi/Chameleon +IUSE=doc test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~amd64 ~x86 +LICENSE=repoze +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +SLOT=0 +SRC_URI=mirror://pypi/C/Chameleon/Chameleon-2.19.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=b1d507958d8f7e7d0a8ef67f7d663bef diff --git a/metadata/md5-cache/dev-python/colorama-0.2.4-r1 b/metadata/md5-cache/dev-python/colorama-0.2.4-r1 deleted file mode 100644 index c79e7e7d2d7a..000000000000 --- a/metadata/md5-cache/dev-python/colorama-0.2.4-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] -DESCRIPTION=Makes ANSI escape character sequences, for producing colored terminal text and cursor positioning. -EAPI=5 -HOMEPAGE=http://code.google.com/p/colorama/ -IUSE=python_targets_python2_7 python_targets_pypy -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/c/colorama/colorama-0.2.4.tar.gz -_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=dd23d9d5096ff5ed41961615a2da3f45 diff --git a/metadata/md5-cache/dev-python/colorama-0.2.7 b/metadata/md5-cache/dev-python/colorama-0.2.7 deleted file mode 100644 index 05402fd8b46d..000000000000 --- a/metadata/md5-cache/dev-python/colorama-0.2.7 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -DESCRIPTION=Makes ANSI escape character sequences, for producing colored terminal text and cursor positioning. -EAPI=5 -HOMEPAGE=http://code.google.com/p/colorama/ -IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=BSD -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) -SLOT=0 -SRC_URI=mirror://pypi/c/colorama/colorama-0.2.7.tar.gz -_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=3c46c564d469cdb6b90914cac5fe2918 diff --git a/metadata/md5-cache/dev-python/colorama-0.3.1 b/metadata/md5-cache/dev-python/colorama-0.3.3 similarity index 95% rename from metadata/md5-cache/dev-python/colorama-0.3.1 rename to metadata/md5-cache/dev-python/colorama-0.3.3 index 3a8e578fbf5a..726f64f12b85 100644 --- a/metadata/md5-cache/dev-python/colorama-0.3.1 +++ b/metadata/md5-cache/dev-python/colorama-0.3.3 @@ -9,6 +9,6 @@ LICENSE=BSD RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) SLOT=0 -SRC_URI=mirror://pypi/c/colorama/colorama-0.3.1.tar.gz +SRC_URI=mirror://pypi/c/colorama/colorama-0.3.3.tar.gz _eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=85c27c764e27d79e147bf5855a9e9253 +_md5_=5ab7265a76a571879388b9ded437eff7 diff --git a/metadata/md5-cache/dev-python/lockfile-0.10.2 b/metadata/md5-cache/dev-python/lockfile-0.10.2 new file mode 100644 index 000000000000..ba705e126f33 --- /dev/null +++ b/metadata/md5-cache/dev-python/lockfile-0.10.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/pbr[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(-)] doc? ( dev-python/sphinx[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(-)] ) test? ( dev-python/nose[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(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] +DESCRIPTION=Platform-independent file locking module +EAPI=5 +HOMEPAGE=http://launchpad.net/pylockfile http://pypi.python.org/pypi/lockfile +IUSE=doc test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~arm ~ppc ~x86 +LICENSE=MIT +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +SLOT=0 +SRC_URI=mirror://pypi/l/lockfile/lockfile-0.10.2.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=25680d90151d1a24f854516af3d15073 diff --git a/metadata/md5-cache/dev-python/lockfile-0.8 b/metadata/md5-cache/dev-python/lockfile-0.8 deleted file mode 100644 index 00b06ffba13a..000000000000 --- a/metadata/md5-cache/dev-python/lockfile-0.8 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=doc? ( dev-python/sphinx ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -DESCRIPTION=Platform-independent file locking module -EAPI=3 -HOMEPAGE=http://code.google.com/p/pylockfile/ http://pypi.python.org/pypi/lockfile http://smontanaro.dyndns.org/python/ -IUSE=doc -KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86 -LICENSE=MIT -RDEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -SLOT=0 -SRC_URI=http://pylockfile.googlecode.com/files/lockfile-0.8.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=1c2c75b05e77c998a98d85ea166a023d diff --git a/metadata/md5-cache/dev-python/lockfile-0.9.1 b/metadata/md5-cache/dev-python/lockfile-0.9.1 deleted file mode 100644 index f155b56c1506..000000000000 --- a/metadata/md5-cache/dev-python/lockfile-0.9.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=doc? ( dev-python/sphinx ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -DESCRIPTION=Platform-independent file locking module -EAPI=3 -HOMEPAGE=http://code.google.com/p/pylockfile/ http://pypi.python.org/pypi/lockfile http://smontanaro.dyndns.org/python/ -IUSE=doc -KEYWORDS=amd64 arm ppc ~sparc x86 -LICENSE=MIT -RDEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) -SLOT=0 -SRC_URI=http://pylockfile.googlecode.com/files/lockfile-0.9.1.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=01383a9502c672f4d5d76f174fd3b215 diff --git a/metadata/md5-cache/dev-python/msgpack-0.4.4 b/metadata/md5-cache/dev-python/msgpack-0.4.4 new file mode 100644 index 000000000000..b0fc158fec7d --- /dev/null +++ b/metadata/md5-cache/dev-python/msgpack-0.4.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] test? ( dev-python/six[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +DESCRIPTION=MessagePack (de)serializer for Python +EAPI=5 +HOMEPAGE=http://msgpack.org https://github.com/msgpack/msgpack-python/ https://pypi.python.org/pypi/msgpack-python/ +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=Apache-2.0 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) +SLOT=0 +SRC_URI=mirror://pypi/m/msgpack-python/msgpack-python-0.4.4.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=f1672cdcb8821eaa0af6b017d18ca153 diff --git a/metadata/md5-cache/dev-python/oslo-utils-1.2.1 b/metadata/md5-cache/dev-python/oslo-utils-1.2.1 new file mode 100644 index 000000000000..6fc23e6001f6 --- /dev/null +++ b/metadata/md5-cache/dev-python/oslo-utils-1.2.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[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(-)] >=dev-python/pbr-0.6[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(-)] !~dev-python/pbr-0.7[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(-)] =dev-python/fixtures-0.3.14[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(-)] =dev-python/hacking-0.9.1[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(-)] >=dev-python/mock-1.0[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(-)] >=dev-python/oslotest-1.2.0[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(-)] >=dev-python/subunit-0.0.18[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(-)] >=dev-python/testrepository-0.0.18[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(-)] >=dev-python/testscenarios-0.4[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(-)] >=dev-python/testtools-0.9.36[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(-)] !~dev-python/testtools-1.2.0[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(-)] ) doc? ( >=dev-python/oslo-sphinx-2.2.0[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(-)] >=dev-python/sphinx-1.1.2[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(-)] !~dev-python/sphinx-1.2.0[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(-)] =dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] +DESCRIPTION=Oslo Utility library +EAPI=5 +HOMEPAGE=http://launchpad.net/oslo +IUSE=doc test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=dev-python/Babel-1.3[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(-)] >=dev-python/iso8601-0.1.9[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(-)] >=dev-python/netaddr-0.7.12[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(-)] >=dev-python/netifaces-0.10.4[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(-)] >=dev-python/oslo-i18n-1.0.0[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(-)] >=dev-python/six-1.7.0[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(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/o/oslo.utils/oslo.utils-1.2.1.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=f7ee9ba70f1047d47975a26821a3f01f diff --git a/metadata/md5-cache/dev-python/psutil-2.2.0 b/metadata/md5-cache/dev-python/psutil-2.2.0 new file mode 100644 index 000000000000..09a053903264 --- /dev/null +++ b/metadata/md5-cache/dev-python/psutil-2.2.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +DESCRIPTION=Retrieve information on running processes and system utilization +EAPI=5 +HOMEPAGE=https://github.com/giampaolo/psutil https://pypi.python.org/pypi/psutil/ +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy +KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_pypy(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_pypy ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/p/psutil/psutil-2.2.0.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=ce8d138ab8bda569629f890cc807ca73 diff --git a/metadata/md5-cache/dev-python/pysnmp-4.1.16a b/metadata/md5-cache/dev-python/pysnmp-4.1.16a deleted file mode 100644 index 95afd9da321b..000000000000 --- a/metadata/md5-cache/dev-python/pysnmp-4.1.16a +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-python/setuptools =dev-lang/python-2* -DESCRIPTION=SNMP library -EAPI=3 -HOMEPAGE=http://pysnmp.sf.net/ http://pypi.python.org/pypi/pysnmp -IUSE=examples -KEYWORDS=~amd64 ~ia64 ppc ~sparc x86 -LICENSE=BSD -RDEPEND=>=dev-python/pyasn1-0.0.13_alpha dev-python/pycrypto =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/p/pysnmp/pysnmp-4.1.16a.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=41e023fc0ea118c25f0fe7cc9408e2ea diff --git a/metadata/md5-cache/dev-python/pysnmp-4.1.16c b/metadata/md5-cache/dev-python/pysnmp-4.1.16c deleted file mode 100644 index 20d2ff383ea4..000000000000 --- a/metadata/md5-cache/dev-python/pysnmp-4.1.16c +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-python/setuptools =dev-lang/python-2* -DESCRIPTION=SNMP library -EAPI=3 -HOMEPAGE=http://pysnmp.sf.net/ http://pypi.python.org/pypi/pysnmp -IUSE=examples -KEYWORDS=~amd64 ~ia64 ~ppc ~sparc ~x86 -LICENSE=BSD -RDEPEND=>=dev-python/pyasn1-0.0.13_alpha dev-python/pycrypto =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/p/pysnmp/pysnmp-4.1.16c.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=b55bdb7f9b8e84064e75d54be003fde5 diff --git a/metadata/md5-cache/dev-python/pysnmp-4.2.1 b/metadata/md5-cache/dev-python/pysnmp-4.2.1 deleted file mode 100644 index 60300d143ebd..000000000000 --- a/metadata/md5-cache/dev-python/pysnmp-4.2.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-python/setuptools =dev-lang/python-2* -DESCRIPTION=SNMP library -EAPI=3 -HOMEPAGE=http://pysnmp.sf.net/ http://pypi.python.org/pypi/pysnmp -IUSE=examples -KEYWORDS=~amd64 ~ia64 ~ppc ~sparc ~x86 -LICENSE=BSD -RDEPEND=>=dev-python/pyasn1-0.1.2 dev-python/pycrypto =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/p/pysnmp/pysnmp-4.2.1.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=e8c4b24d59c3bdcbed5b5b697ecf2ee2 diff --git a/metadata/md5-cache/dev-python/pysnmp-4.2.2 b/metadata/md5-cache/dev-python/pysnmp-4.2.2 deleted file mode 100644 index 42da71a6b34b..000000000000 --- a/metadata/md5-cache/dev-python/pysnmp-4.2.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-python/setuptools dev-lang/python -DESCRIPTION=SNMP library -EAPI=3 -HOMEPAGE=http://pysnmp.sf.net/ http://pypi.python.org/pypi/pysnmp -IUSE=examples -KEYWORDS=~amd64 ~ia64 ~ppc ~sparc ~x86 -LICENSE=BSD -RDEPEND=>=dev-python/pyasn1-0.1.2 dev-python/pycrypto dev-lang/python -SLOT=0 -SRC_URI=mirror://pypi/p/pysnmp/pysnmp-4.2.2.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=d7115241d0b27cde9845408e01e5c29f diff --git a/metadata/md5-cache/dev-python/python-daemon-2.0.1 b/metadata/md5-cache/dev-python/python-daemon-2.0.1 new file mode 100644 index 000000000000..1bb9e7c16fc9 --- /dev/null +++ b/metadata/md5-cache/dev-python/python-daemon-2.0.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/lockfile-0.9[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(-)] dev-python/setuptools[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(-)] test? ( >=dev-python/unittest2-0.8.0[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(-)] >=dev-python/mock-1.0[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(-)] dev-python/testtools[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(-)] >=dev-python/testscenarios-0.4[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(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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(-)] +DESCRIPTION=Library to implement a well-behaved Unix daemon process +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/python-daemon +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=PSF-2 +RDEPEND=>=dev-python/lockfile-0.9[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(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +SLOT=0 +SRC_URI=mirror://pypi/p/python-daemon/python-daemon-2.0.1.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=e93fee4aa905206fa65a6cad18dfb58f diff --git a/metadata/md5-cache/dev-python/python-nbxmpp-0.5.1 b/metadata/md5-cache/dev-python/python-nbxmpp-0.5.1 index e853e870f63c..86c9d1571557 100644 --- a/metadata/md5-cache/dev-python/python-nbxmpp-0.5.1 +++ b/metadata/md5-cache/dev-python/python-nbxmpp-0.5.1 @@ -4,11 +4,11 @@ DESCRIPTION=Python library to use Jabber/XMPP networks in a non-blocking way EAPI=5 HOMEPAGE=http://python-nbxmpp.gajim.org/ IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 -KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=BSD RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_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_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) SLOT=0 SRC_URI=http://python-nbxmpp.gajim.org/downloads/6 -> python-nbxmpp-0.5.1.tar.gz _eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=326bfd97675a26ac91a26168f48b8dfa +_md5_=bf0bd3af81a9cd49315427a79af7ccc0 diff --git a/metadata/md5-cache/dev-python/stripogram-1.5 b/metadata/md5-cache/dev-python/stripogram-1.5 deleted file mode 100644 index 12dba3043872..000000000000 --- a/metadata/md5-cache/dev-python/stripogram-1.5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare -DEPEND=dev-python/setuptools =dev-lang/python-2* -DESCRIPTION=Strip-o-Gram HTML Conversion Library -EAPI=3 -HOMEPAGE=http://pypi.python.org/pypi/stripogram -KEYWORDS=~amd64 ~ia64 ~ppc ~x86 -LICENSE=MIT -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/s/stripogram/stripogram-1.5.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=9cc587908cc036720e40f0c032bbeab4 diff --git a/metadata/md5-cache/dev-python/lockfile-0.8-r1 b/metadata/md5-cache/dev-python/stripogram-1.5-r1 similarity index 52% rename from metadata/md5-cache/dev-python/lockfile-0.8-r1 rename to metadata/md5-cache/dev-python/stripogram-1.5-r1 index 74f56a626e5b..ceb58dcb6b61 100644 --- a/metadata/md5-cache/dev-python/lockfile-0.8-r1 +++ b/metadata/md5-cache/dev-python/stripogram-1.5-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=doc? ( dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Platform-independent file locking module +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Strip-o-Gram HTML Conversion Library EAPI=5 -HOMEPAGE=http://code.google.com/p/pylockfile/ http://pypi.python.org/pypi/lockfile http://smontanaro.dyndns.org/python/ -IUSE=doc python_targets_python2_7 -KEYWORDS=~amd64 ~arm ~ppc ~sparc ~x86 +HOMEPAGE=http://pypi.python.org/pypi/stripogram +IUSE=python_targets_python2_7 +KEYWORDS=~amd64 ~ia64 ~ppc ~x86 LICENSE=MIT RDEPEND=python_targets_python2_7? ( >=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 -SRC_URI=http://pylockfile.googlecode.com/files/lockfile-0.8.tar.gz +SRC_URI=mirror://pypi/s/stripogram/stripogram-1.5.tar.gz _eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=5b10e4fceab41b788529866e81b47752 +_md5_=e6de9e50a32104833b80332a761ac5a5 diff --git a/metadata/md5-cache/dev-python/testoob-1.15-r1 b/metadata/md5-cache/dev-python/testoob-1.15-r1 new file mode 100644 index 000000000000..d5358b022192 --- /dev/null +++ b/metadata/md5-cache/dev-python/testoob-1.15-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Advanced Python testing framework +EAPI=5 +HOMEPAGE=http://testoob.sourceforge.net/ http://pypi.python.org/pypi/testoob +IUSE=pdf threads python_targets_python2_7 +KEYWORDS=~amd64 ~ia64 ~ppc ~sparc ~x86 +LICENSE=Apache-2.0 +RDEPEND=pdf? ( dev-python/reportlab[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) threads? ( dev-python/twisted-core[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=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 +SRC_URI=mirror://sourceforge/testoob/testoob-1.15.tar.bz2 +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=55eff3b37900da09ebadbc36e0f3940d diff --git a/metadata/md5-cache/dev-python/tgmochikit-1.4.2 b/metadata/md5-cache/dev-python/tgmochikit-1.4.2 deleted file mode 100644 index 00bb57f50810..000000000000 --- a/metadata/md5-cache/dev-python/tgmochikit-1.4.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-python/setuptools =dev-lang/python-2* test? ( dev-python/nose ) -DESCRIPTION=MochiKit packaged as TurboGears widgets -EAPI=3 -HOMEPAGE=http://pypi.python.org/pypi/tgMochiKit -IUSE=test -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( AFL-2.1 MIT ) -RDEPEND=dev-python/setuptools =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/t/tgMochiKit/tgMochiKit-1.4.2.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=3ab2bd74e088407020751616cb03c40f diff --git a/metadata/md5-cache/dev-python/tgmochikit-1.4.2-r1 b/metadata/md5-cache/dev-python/tgmochikit-1.4.2-r1 new file mode 100644 index 000000000000..cec4bee8700c --- /dev/null +++ b/metadata/md5-cache/dev-python/tgmochikit-1.4.2-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=MochiKit packaged as TurboGears widgets +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/tgMochiKit +IUSE=test python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( AFL-2.1 MIT ) +RDEPEND=python_targets_python2_7? ( >=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 +SRC_URI=mirror://pypi/t/tgMochiKit/tgMochiKit-1.4.2.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=16772aa300137f1cffb5e56c67a78fed diff --git a/metadata/md5-cache/dev-python/translate-toolkit-1.12.0 b/metadata/md5-cache/dev-python/translate-toolkit-1.12.0 new file mode 100644 index 000000000000..7e8d9db7efcf --- /dev/null +++ b/metadata/md5-cache/dev-python/translate-toolkit-1.12.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] app-text/iso-codes sys-devel/gettext dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-levenshtein-0.10.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !=dev-python/python-levenshtein-0.11.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/diff-match-patch[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] html? ( dev-python/utidylib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ical? ( dev-python/vobject[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ini? ( dev-python/iniparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Toolkit to convert between many translation formats +EAPI=5 +HOMEPAGE=http://translate.sourceforge.net +IUSE=doc +html +ical +ini +subtitles python_targets_python2_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=app-text/iso-codes sys-devel/gettext dev-python/lxml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=dev-python/python-levenshtein-0.10.2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] !=dev-python/python-levenshtein-0.11.0[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/six[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/diff-match-patch[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/sphinx[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] html? ( dev-python/utidylib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ical? ( dev-python/vobject[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ini? ( dev-python/iniparse[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[sqlite] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=mirror://sourceforge/translate/translate-toolkit-1.12.0.tar.bz2 +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=947afe50345b0cc37fd2cacbfe8cf9c1 diff --git a/metadata/md5-cache/dev-python/translate-toolkit-1.9.0 b/metadata/md5-cache/dev-python/translate-toolkit-1.9.0 deleted file mode 100644 index 70cfee17f23a..000000000000 --- a/metadata/md5-cache/dev-python/translate-toolkit-1.9.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup -DEPEND=app-text/iso-codes dev-python/lxml dev-python/python-levenshtein sys-devel/gettext html? ( dev-python/utidylib ) ical? ( dev-python/vobject ) ini? ( dev-python/iniparse ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) || ( =dev-lang/python-2.7*[sqlite] =dev-lang/python-2.6*[sqlite] ) -DESCRIPTION=Toolkit to convert between many translation formats -EAPI=3 -HOMEPAGE=http://translate.sourceforge.net -IUSE=doc +html +ical +ini +subtitles -KEYWORDS=amd64 x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=app-text/iso-codes dev-python/lxml dev-python/python-levenshtein sys-devel/gettext html? ( dev-python/utidylib ) ical? ( dev-python/vobject ) ini? ( dev-python/iniparse ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) || ( =dev-lang/python-2.7*[sqlite] =dev-lang/python-2.6*[sqlite] ) -SLOT=0 -SRC_URI=mirror://sourceforge/translate/translate-toolkit-1.9.0.tar.bz2 -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ad8513c5237bf943c92b2bb1c6a491ea diff --git a/metadata/md5-cache/dev-python/turbocheetah-1.0 b/metadata/md5-cache/dev-python/turbocheetah-1.0 deleted file mode 100644 index 47666de1fcf3..000000000000 --- a/metadata/md5-cache/dev-python/turbocheetah-1.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=>=dev-python/cheetah-1.0 dev-python/setuptools =dev-lang/python-2* test? ( dev-python/nose ) -DESCRIPTION=TurboGears plugin to support use of Cheetah templates -EAPI=3 -HOMEPAGE=http://docs.turbogears.org/TurboCheetah http://pypi.python.org/pypi/TurboCheetah -IUSE=test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=>=dev-python/cheetah-1.0 =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/T/TurboCheetah/TurboCheetah-1.0.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=76870f6c683443bd837f4132f16110cd diff --git a/metadata/md5-cache/dev-python/turbocheetah-1.0-r1 b/metadata/md5-cache/dev-python/turbocheetah-1.0-r1 new file mode 100644 index 000000000000..815399c15668 --- /dev/null +++ b/metadata/md5-cache/dev-python/turbocheetah-1.0-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( >=dev-python/cheetah-2.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=TurboGears plugin to support use of Cheetah templates +EAPI=5 +HOMEPAGE=http://docs.turbogears.org/TurboCheetah http://pypi.python.org/pypi/TurboCheetah +IUSE=test python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/cheetah-2.0.1[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=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 +SRC_URI=mirror://pypi/T/TurboCheetah/TurboCheetah-1.0.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=c5cb266cf96f58418cf0bf5d72cf54f7 diff --git a/metadata/md5-cache/dev-python/turbokid-1.0.5 b/metadata/md5-cache/dev-python/turbokid-1.0.5 deleted file mode 100644 index a29263d503c0..000000000000 --- a/metadata/md5-cache/dev-python/turbokid-1.0.5 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=>=dev-python/kid-0.9.6 dev-python/setuptools test? ( dev-python/nose ) =dev-lang/python-2* -DESCRIPTION=Python template plugin that supports Kid templates -EAPI=3 -HOMEPAGE=http://pypi.python.org/pypi/TurboKid -IUSE=test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=>=dev-python/kid-0.9.6 =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/T/TurboKid/TurboKid-1.0.5.tar.gz -_eclasses_=distutils 92e738ea29389cb3f34778d7a349ac71 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ba6e92437a6288af803e8e74b0c0a372 diff --git a/metadata/md5-cache/dev-python/turbokid-1.0.5-r1 b/metadata/md5-cache/dev-python/turbokid-1.0.5-r1 new file mode 100644 index 000000000000..9372f636c4e4 --- /dev/null +++ b/metadata/md5-cache/dev-python/turbokid-1.0.5-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( >=dev-python/kid-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Python template plugin that supports Kid templates +EAPI=5 +HOMEPAGE=http://pypi.python.org/pypi/TurboKid +IUSE=test python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/kid-0.9.6[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=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 +SRC_URI=mirror://pypi/T/TurboKid/TurboKid-1.0.5.tar.gz +_eclasses_=distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 eutils f99a767f569b1f0731b3a1edd17c1d11 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=ed9b4387125b19c68cd8bfeb92f88eec diff --git a/metadata/md5-cache/dev-qt/qtchooser-0_p20140613 b/metadata/md5-cache/dev-qt/qtchooser-0_p20150102 similarity index 90% rename from metadata/md5-cache/dev-qt/qtchooser-0_p20140613 rename to metadata/md5-cache/dev-qt/qtchooser-0_p20150102 index 10f7d70a9007..29741c6bf887 100644 --- a/metadata/md5-cache/dev-qt/qtchooser-0_p20140613 +++ b/metadata/md5-cache/dev-qt/qtchooser-0_p20150102 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~hppa ~mips ~x86 LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=!dev-ruby/ruby_parser-3.1.0:3[ruby_targets_ruby19] >=dev-ruby/sexp_processor-4.4:4[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >dev-ruby/ruby_parser-3.1.0:3[ruby_targets_ruby20] >=dev-ruby/sexp_processor-4.4:4[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >dev-ruby/ruby_parser-3.1.0:3[ruby_targets_ruby21] >=dev-ruby/sexp_processor-4.4:4[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/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[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=Flog reports the most tortured code in an easy to read pain report +EAPI=5 +HOMEPAGE=http://ruby.sadi.st/ +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby19? ( >dev-ruby/ruby_parser-3.1.0:3[ruby_targets_ruby19] >=dev-ruby/sexp_processor-4.4:4[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >dev-ruby/ruby_parser-3.1.0:3[ruby_targets_ruby20] >=dev-ruby/sexp_processor-4.4:4[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >dev-ruby/ruby_parser-3.1.0:3[ruby_targets_ruby21] >=dev-ruby/sexp_processor-4.4:4[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=mirror://rubygems/flog-4.3.1.gem +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=f2e9a5b003554a9095d04c5c7d0f165d diff --git a/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.4 b/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.4 new file mode 100644 index 000000000000..f7a0d0e6b884 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/hoe-seattlerb-1.3.4 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=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_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) 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_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Hoe plugins providing tasks used by seattle.rb +EAPI=5 +HOMEPAGE=http://seattlerb.rubyforge.org/hoe-seattlerb +IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 doc test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=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_ruby22? ( dev-lang/ruby:2.2 ) 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_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=0 +SRC_URI=mirror://rubygems/hoe-seattlerb-1.3.4.gem +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=889d19e19f3da19b5140bc128b0d5707 diff --git a/metadata/md5-cache/dev-ruby/json-1.8.2 b/metadata/md5-cache/dev-ruby/json-1.8.2 new file mode 100644 index 000000000000..82038ad67119 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/json-1.8.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=dev-util/ragel ruby_targets_ruby19? ( dev-ruby/rake[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/rake[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/rake[ruby_targets_ruby21] ) ruby_targets_ruby22? ( dev-ruby/rake[ruby_targets_ruby22] ) 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_ruby22? ( dev-lang/ruby:2.2 ) 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_ruby22? ( doc? ( dev-ruby/rake[ruby_targets_ruby22] ) ) 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_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) 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_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=A JSON implementation as a Ruby extension +EAPI=5 +HOMEPAGE=https://github.com/flori/json +IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 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 +LICENSE=|| ( Ruby GPL-2 ) +RDEPEND=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_ruby22? ( dev-lang/ruby:2.2 ) 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_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=0 +SRC_URI=mirror://rubygems/json-1.8.2.gem +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=5a1a8661660e7c982e2f0bd582a06c12 diff --git a/metadata/md5-cache/dev-ruby/json_pure-1.8.2 b/metadata/md5-cache/dev-ruby/json_pure-1.8.2 new file mode 100644 index 000000000000..01bb999ab6fc --- /dev/null +++ b/metadata/md5-cache/dev-ruby/json_pure-1.8.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby19? ( test? ( dev-ruby/sdoc[ruby_targets_ruby19] dev-ruby/permutation[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/sdoc[ruby_targets_ruby20] dev-ruby/permutation[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/sdoc[ruby_targets_ruby21] dev-ruby/permutation[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/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[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=A JSON implementation in pure Ruby +EAPI=5 +HOMEPAGE=http://flori.github.com/json +IUSE=doc elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +KEYWORDS=~amd64 +LICENSE=Ruby-BSD +RDEPEND=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=mirror://rubygems/json_pure-1.8.2.gem +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=9fa2e55bcafe9c7df30905ab93d4a35b diff --git a/metadata/md5-cache/dev-ruby/minitest-5.5.1 b/metadata/md5-cache/dev-ruby/minitest-5.5.1 new file mode 100644 index 000000000000..d20421fd240b --- /dev/null +++ b/metadata/md5-cache/dev-ruby/minitest-5.5.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=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_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) 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_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) 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_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) 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_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and slow test/unit +EAPI=5 +HOMEPAGE=https://github.com/seattlerb/minitest +IUSE=doc test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 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 +LICENSE=MIT +RDEPEND=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_ruby22? ( dev-lang/ruby:2.2 ) 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_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=5 +SRC_URI=mirror://rubygems/minitest-5.5.1.gem +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=3f7754242eed541aaa4d53e65836ae36 diff --git a/metadata/md5-cache/dev-ruby/net-ssh-2.9.2 b/metadata/md5-cache/dev-ruby/net-ssh-2.9.2 new file mode 100644 index 000000000000..c76232e3ab3d --- /dev/null +++ b/metadata/md5-cache/dev-ruby/net-ssh-2.9.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ssl[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-ssl[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby19] >=dev-ruby/mocha-0.13[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby20] >=dev-ruby/mocha-0.13[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/test-unit:2[ruby_targets_ruby21] >=dev-ruby/mocha-0.13[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? ( 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=Non-interactive SSH processing in pure Ruby +EAPI=5 +HOMEPAGE=http://net-ssh.rubyforge.org/ +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/ruby-ssl[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/ruby-ssl[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=2.6 +SRC_URI=https://github.com/net-ssh/net-ssh/archive/v2.9.2.tar.gz -> net-ssh-git-2.9.2.tgz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=1f72d97b48518c02bfa89ad06734ceae diff --git a/metadata/md5-cache/dev-ruby/parser-2.2.0 b/metadata/md5-cache/dev-ruby/parser-2.2.0.2 similarity index 97% rename from metadata/md5-cache/dev-ruby/parser-2.2.0 rename to metadata/md5-cache/dev-ruby/parser-2.2.0.2 index 81765a81baab..f47ce045bab3 100644 --- a/metadata/md5-cache/dev-ruby/parser-2.2.0 +++ b/metadata/md5-cache/dev-ruby/parser-2.2.0.2 @@ -9,6 +9,6 @@ LICENSE=MIT RDEPEND=ruby_targets_ruby19? ( dev-ruby/ast[ruby_targets_ruby19] dev-ruby/slop:3[ruby_targets_ruby19] ) ruby_targets_ruby20? ( dev-ruby/ast[ruby_targets_ruby20] dev-ruby/slop:3[ruby_targets_ruby20] ) ruby_targets_ruby21? ( dev-ruby/ast[ruby_targets_ruby21] dev-ruby/slop:3[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=mirror://rubygems/parser-2.2.0.gem +SRC_URI=mirror://rubygems/parser-2.2.0.2.gem _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=014e9c44094a1419d994d62f720eecdb +_md5_=9690cb33488a8798c9f7780d55de9af7 diff --git a/metadata/md5-cache/dev-ruby/psych-2.0.5 b/metadata/md5-cache/dev-ruby/psych-2.0.5 deleted file mode 100644 index ea88fad95cf6..000000000000 --- a/metadata/md5-cache/dev-ruby/psych-2.0.5 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=dev-libs/libyaml ruby_targets_ruby19? ( test? ( dev-ruby/minitest[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/minitest[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/minitest[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/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[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=A libyaml wrapper for Ruby -EAPI=5 -HOMEPAGE=https://github.com/tenderlove/psych -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=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=mirror://rubygems/psych-2.0.5.gem -_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=2261eeca0169c049c4fb145c068d7ffc diff --git a/metadata/md5-cache/dev-ruby/psych-2.0.6 b/metadata/md5-cache/dev-ruby/psych-2.0.6 deleted file mode 100644 index 9a12d0d3fe5d..000000000000 --- a/metadata/md5-cache/dev-ruby/psych-2.0.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=dev-libs/libyaml ruby_targets_ruby19? ( test? ( dev-ruby/minitest[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/minitest[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/minitest[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/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[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=A libyaml wrapper for Ruby -EAPI=5 -HOMEPAGE=https://github.com/tenderlove/psych -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=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=mirror://rubygems/psych-2.0.6.gem -_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=7a7fcdb0c362b44f328520dfb34203d0 diff --git a/metadata/md5-cache/dev-ruby/psych-2.0.9 b/metadata/md5-cache/dev-ruby/psych-2.0.9 new file mode 100644 index 000000000000..35b27370c018 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/psych-2.0.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=>=dev-libs/libyaml-0.1.6 ruby_targets_ruby19? ( test? ( >=dev-ruby/minitest-4.0:0[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/minitest-4.0:0[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/minitest-4.0:0[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/rdoc[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( dev-ruby/rdoc[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=A libyaml wrapper for Ruby +EAPI=5 +HOMEPAGE=https://github.com/tenderlove/psych +IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 doc test test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=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=mirror://rubygems/psych-2.0.9.gem +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=b79a4cc8e505249552cebbb3b97b17e0 diff --git a/metadata/md5-cache/dev-ruby/rack-test-0.6.3 b/metadata/md5-cache/dev-ruby/rack-test-0.6.3 new file mode 100644 index 000000000000..38c152e368c7 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/rack-test-0.6.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/rack-1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rack-1.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rack-1.0[ruby_targets_ruby21] ) ) ruby_targets_ruby19? ( test? ( >=dev-ruby/sinatra-1.2.6[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/sinatra-1.2.6[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/sinatra-1.2.6[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? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby19] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby20] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby21] >=dev-ruby/rspec-core-2.14.8-r2[ruby_targets_ruby21] ) ) ruby_targets_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=Rack::Test is a small, simple testing API for Rack apps +EAPI=5 +HOMEPAGE=http://github.com/brynary/rack-test +IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 test test +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~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/rack-1.0[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/rack-1.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/rack-1.0[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.6 +SRC_URI=mirror://rubygems/rack-test-0.6.3.gem +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=e53ff493baef9563b733fd4c06a27544 diff --git a/metadata/md5-cache/dev-ruby/ruby-opengl-0.9.0 b/metadata/md5-cache/dev-ruby/ruby-opengl-0.9.0 deleted file mode 100644 index 6ca949575be9..000000000000 --- a/metadata/md5-cache/dev-ruby/ruby-opengl-0.9.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=virtual/opengl media-libs/freeglut 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] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ) -DESCRIPTION=OpenGL / GLUT bindings for ruby -EAPI=5 -HOMEPAGE=http://ruby-opengl.rubyforge.org/ https://github.com/larskanis/opengl -IUSE=elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 test -KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 -LICENSE=MIT -RDEPEND=virtual/opengl media-libs/freeglut 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=mirror://rubygems/opengl-0.9.0.gem -_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=892e156946a14c313e09390239195cf2 diff --git a/metadata/md5-cache/dev-ruby/ruby-opengl-0.9.1 b/metadata/md5-cache/dev-ruby/ruby-opengl-0.9.2 similarity index 95% rename from metadata/md5-cache/dev-ruby/ruby-opengl-0.9.1 rename to metadata/md5-cache/dev-ruby/ruby-opengl-0.9.2 index d20b4e544a0a..53d32271150b 100644 --- a/metadata/md5-cache/dev-ruby/ruby-opengl-0.9.1 +++ b/metadata/md5-cache/dev-ruby/ruby-opengl-0.9.2 @@ -9,6 +9,6 @@ LICENSE=MIT RDEPEND=virtual/opengl media-libs/freeglut 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=mirror://rubygems/opengl-0.9.1.gem +SRC_URI=mirror://rubygems/opengl-0.9.2.gem _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=a23eaed3296eabbd3d4f5b5d988f42df +_md5_=70294704e58a5b4e5369b7725a6f1827 diff --git a/metadata/md5-cache/dev-ruby/temple-0.7.3 b/metadata/md5-cache/dev-ruby/temple-0.7.5 similarity index 95% rename from metadata/md5-cache/dev-ruby/temple-0.7.3 rename to metadata/md5-cache/dev-ruby/temple-0.7.5 index 36a4a4f8e09d..39cd8192c846 100644 --- a/metadata/md5-cache/dev-ruby/temple-0.7.3 +++ b/metadata/md5-cache/dev-ruby/temple-0.7.5 @@ -9,6 +9,6 @@ LICENSE=MIT RDEPEND=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=mirror://rubygems/temple-0.7.3.gem +SRC_URI=mirror://rubygems/temple-0.7.5.gem _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 java-utils-2 f02d3e4777b404c719a5a6479c37c6e3 multilib 3bf24e6abb9b76d9f6c20600f0b716bf ruby-fakegem d4f8591e9b20b106327e9d143eb13da5 ruby-ng c79a9fd7644eefe8009be02a82648e1f toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=07c50319d75198ad970a4876eee49156 +_md5_=351868082bf1afaff329d3ab5aa8abb7 diff --git a/metadata/md5-cache/dev-vcs/mercurial-2.4.2 b/metadata/md5-cache/dev-vcs/mercurial-2.4.2 deleted file mode 100644 index 00712828902d..000000000000 --- a/metadata/md5-cache/dev-vcs/mercurial-2.4.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare setup test -DEPEND=emacs? ( virtual/emacs ) test? ( app-arch/unzip dev-python/pygments ) =dev-lang/python-2* =dev-lang/python-2*[threads] -DESCRIPTION=Scalable distributed SCM -EAPI=3 -HOMEPAGE=http://mercurial.selenic.com/ -IUSE=bugzilla emacs gpg test tk zsh-completion -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=bugzilla? ( dev-python/mysql-python ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) zsh-completion? ( app-shells/zsh ) app-misc/ca-certificates =dev-lang/python-2* =dev-lang/python-2*[threads] -SLOT=0 -SRC_URI=http://mercurial.selenic.com/release/mercurial-2.4.2.tar.gz -_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 distutils 92e738ea29389cb3f34778d7a349ac71 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=980e836de7aacc8dabe0ef7825a1b6b5 diff --git a/metadata/md5-cache/dev-vcs/mercurial-2.8.2 b/metadata/md5-cache/dev-vcs/mercurial-2.8.2 deleted file mode 100644 index e0a378f29496..000000000000 --- a/metadata/md5-cache/dev-vcs/mercurial-2.8.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=emacs? ( virtual/emacs ) test? ( app-arch/unzip dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Scalable distributed SCM -EAPI=5 -HOMEPAGE=http://mercurial.selenic.com/ -IUSE=bugzilla emacs gpg test tk zsh-completion python_targets_python2_7 -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=bugzilla? ( dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) zsh-completion? ( app-shells/zsh ) app-misc/ca-certificates python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://mercurial.selenic.com/release/mercurial-2.8.2.tar.gz -_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=3a4e48c50cbc0b105fbfce7e75180f0e diff --git a/metadata/md5-cache/dev-vcs/mercurial-3.2.1 b/metadata/md5-cache/dev-vcs/mercurial-3.2.1 deleted file mode 100644 index 0739416bc6d7..000000000000 --- a/metadata/md5-cache/dev-vcs/mercurial-3.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=emacs? ( virtual/emacs ) test? ( app-arch/unzip dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Scalable distributed SCM -EAPI=5 -HOMEPAGE=http://mercurial.selenic.com/ -IUSE=bugzilla emacs gpg test tk python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=bugzilla? ( dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) app-misc/ca-certificates python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://mercurial.selenic.com/release/mercurial-3.2.1.tar.gz -_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=38521d7bb049e4b6fd4544d04b520cbd diff --git a/metadata/md5-cache/dev-vcs/mercurial-3.2.2 b/metadata/md5-cache/dev-vcs/mercurial-3.2.2 deleted file mode 100644 index a2438359af66..000000000000 --- a/metadata/md5-cache/dev-vcs/mercurial-3.2.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test -DEPEND=emacs? ( virtual/emacs ) test? ( app-arch/unzip dev-python/pygments[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Scalable distributed SCM -EAPI=5 -HOMEPAGE=http://mercurial.selenic.com/ -IUSE=bugzilla emacs gpg test tk python_targets_python2_7 -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=bugzilla? ( dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) app-misc/ca-certificates python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=http://mercurial.selenic.com/release/mercurial-3.2.2.tar.gz -_eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=d2b15730609077dba1bc9b5148fec58e diff --git a/metadata/md5-cache/dev-vcs/mercurial-3.1.2 b/metadata/md5-cache/dev-vcs/mercurial-3.2.4 similarity index 94% rename from metadata/md5-cache/dev-vcs/mercurial-3.1.2 rename to metadata/md5-cache/dev-vcs/mercurial-3.2.4 index 099339a6d4ee..77faefd5c58d 100644 --- a/metadata/md5-cache/dev-vcs/mercurial-3.1.2 +++ b/metadata/md5-cache/dev-vcs/mercurial-3.2.4 @@ -9,6 +9,6 @@ LICENSE=GPL-2 RDEPEND=bugzilla? ( dev-python/mysql-python[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) app-misc/ca-certificates python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads] ) dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=http://mercurial.selenic.com/release/mercurial-3.1.2.tar.gz +SRC_URI=http://mercurial.selenic.com/release/mercurial-3.2.4.tar.gz _eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 distutils-r1 6d697abf6c0c1d32af2c025a6b75e775 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=8012c7dbfe47bd84820c6bbc707d1491 +_md5_=6eeaef216cbedc0b5ff03d8fb00511eb diff --git a/metadata/md5-cache/games-action/gltron-0.70-r1 b/metadata/md5-cache/games-action/gltron-0.70-r1 index fbdd061b6ae9..11de02047edf 100644 --- a/metadata/md5-cache/games-action/gltron-0.70-r1 +++ b/metadata/md5-cache/games-action/gltron-0.70-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=virtual/opengl media-libs/libpng media-libs/libsdl[sound,video] media-libs/sdl-mixer[vorbis] media-libs/sdl-sound[vorbis,mikmod] media-libs/smpeg media-libs/libmikmod DESCRIPTION=3d tron, just like the movie -EAPI=4 +EAPI=5 HOMEPAGE=http://gltron.sourceforge.net/ KEYWORDS=amd64 ppc x86 LICENSE=GPL-2 @@ -9,4 +9,4 @@ RDEPEND=virtual/opengl media-libs/libpng media-libs/libsdl[sound,video] media-li SLOT=0 SRC_URI=mirror://sourceforge/gltron/gltron-0.70-source.tar.gz mirror://gentoo/gltron.png _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils f99a767f569b1f0731b3a1edd17c1d11 games bc8839608d26ccd57ca4f2f01c67460f multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 -_md5_=f27837fff802af1fb6a21f3bf4e39f89 +_md5_=d75956c97bbbca4ee9224f1d2a9c9687 diff --git a/metadata/md5-cache/games-puzzle/ksokoban-0.5.0_pre20120725 b/metadata/md5-cache/games-puzzle/ksokoban-0.5.0_pre20120725 new file mode 100644 index 000000000000..cfc7c1897a97 --- /dev/null +++ b/metadata/md5-cache/games-puzzle/ksokoban-0.5.0_pre20120725 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=kde-base/kdelibs:4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=The japanese warehouse keeper game +EAPI=5 +HOMEPAGE=https://sourceforge.net/projects/ksokoban/ +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=kde-base/kdelibs:4 +SLOT=0 +SRC_URI=http://dev.gentoo.org/~bircoph/distfiles/ksokoban-0.5.0_pre20120725.tar.xz +_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=9f94cca016de5de931a8309a07bee0fa diff --git a/metadata/md5-cache/games-puzzle/ksokoban-9999 b/metadata/md5-cache/games-puzzle/ksokoban-9999 new file mode 100644 index 000000000000..a9a3ae0865f0 --- /dev/null +++ b/metadata/md5-cache/games-puzzle/ksokoban-9999 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=kde-base/kdelibs:4 dev-vcs/mercurial sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=The japanese warehouse keeper game +EAPI=5 +HOMEPAGE=https://sourceforge.net/projects/ksokoban/ +LICENSE=GPL-2 +RDEPEND=kde-base/kdelibs:4 +SLOT=0 +_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 mercurial 2fbda5894dda6392b71334ee9a92de0b multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=b36b60e198f715f2eb1afcf67edad0e5 diff --git a/metadata/md5-cache/games-simulation/openttd-1.4.4 b/metadata/md5-cache/games-simulation/openttd-1.4.4 new file mode 100644 index 000000000000..57c769f4f7e9 --- /dev/null +++ b/metadata/md5-cache/games-simulation/openttd-1.4.4 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack +DEPEND=!dedicated? ( media-libs/libsdl[sound,X,video] icu? ( dev-libs/icu:= ) truetype? ( media-libs/fontconfig media-libs/freetype:2 sys-libs/zlib ) ) lzo? ( dev-libs/lzo:2 ) iconv? ( virtual/libiconv ) png? ( media-libs/libpng ) zlib? ( sys-libs/zlib ) >=sys-apps/sed-4 +DESCRIPTION=OpenTTD is a clone of Transport Tycoon Deluxe +EAPI=5 +HOMEPAGE=http://www.openttd.org/ +IUSE=aplaymidi debug dedicated iconv icu lzo +openmedia +png sse +timidity +truetype zlib +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=!dedicated? ( openmedia? ( games-misc/openmsx games-misc/opensfx ) aplaymidi? ( media-sound/alsa-utils ) !aplaymidi? ( timidity? ( media-sound/timidity++ ) ) ) openmedia? ( >=games-misc/opengfx-0.4.7 ) +RDEPEND=!dedicated? ( media-libs/libsdl[sound,X,video] icu? ( dev-libs/icu:= ) truetype? ( media-libs/fontconfig media-libs/freetype:2 sys-libs/zlib ) ) lzo? ( dev-libs/lzo:2 ) iconv? ( virtual/libiconv ) png? ( media-libs/libpng ) zlib? ( sys-libs/zlib ) games-misc/games-envd +RESTRICT=test +SLOT=0 +SRC_URI=http://binaries.openttd.org/releases/1.4.4/openttd-1.4.4-source.tar.gz +_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 eutils f99a767f569b1f0731b3a1edd17c1d11 games bc8839608d26ccd57ca4f2f01c67460f gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 +_md5_=79d555af8333853e89fab18565f86fd7 diff --git a/metadata/md5-cache/gnome-extra/nm-applet-1.0.0 b/metadata/md5-cache/gnome-extra/nm-applet-1.0.0 new file mode 100644 index 000000000000..82429695874d --- /dev/null +++ b/metadata/md5-cache/gnome-extra/nm-applet-1.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=app-crypt/libsecret >=dev-libs/glib-2.32:2 >=dev-libs/dbus-glib-0.88 >=sys-apps/dbus-1.4.1 >=sys-auth/polkit-0.96-r1 >=x11-libs/gtk+-3.4:3[introspection?] >=x11-libs/libnotify-0.7.0 app-text/iso-codes >=net-misc/networkmanager-1.0.0[introspection?] net-misc/mobile-broadband-provider-info bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6:= ) introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) modemmanager? ( >=net-misc/modemmanager-0.7.990 ) virtual/freedesktop-icon-theme virtual/notification-daemon virtual/libgudev:= virtual/pkgconfig >=dev-util/intltool-0.40 app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=GNOME applet for NetworkManager +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager +IUSE=bluetooth +introspection modemmanager +KEYWORDS=~alpha ~amd64 ~arm ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=app-crypt/libsecret >=dev-libs/glib-2.32:2 >=dev-libs/dbus-glib-0.88 >=sys-apps/dbus-1.4.1 >=sys-auth/polkit-0.96-r1 >=x11-libs/gtk+-3.4:3[introspection?] >=x11-libs/libnotify-0.7.0 app-text/iso-codes >=net-misc/networkmanager-1.0.0[introspection?] net-misc/mobile-broadband-provider-info bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6:= ) introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) modemmanager? ( >=net-misc/modemmanager-0.7.990 ) virtual/freedesktop-icon-theme virtual/notification-daemon virtual/libgudev:= +SLOT=0 +SRC_URI=mirror://gnome/sources/network-manager-applet/1.0/network-manager-applet-1.0.0.tar.xz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=67ef43ff10aba3f539e38acd804b4224 diff --git a/metadata/md5-cache/kde-frameworks/threadweaver-5.6.0 b/metadata/md5-cache/kde-frameworks/threadweaver-5.6.0 index ef69f2bcfc44..ad2f874e3463 100644 --- a/metadata/md5-cache/kde-frameworks/threadweaver-5.6.0 +++ b/metadata/md5-cache/kde-frameworks/threadweaver-5.6.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.6.0 doc? ( >=kde-frameworks/kapidox-5.6 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-libs/extra-cmake-modules-1.6.0 doc? ( >=kde-frameworks/kapidox-5.6 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.3.0:5 ) >=dev-qt/qtcore-5.3.0:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=Framework for managing threads using job and queue-based interfaces EAPI=5 HOMEPAGE=http://www.kde.org/ IUSE=doc debug test KEYWORDS=~amd64 ~x86 LICENSE=LGPL-2+ -RDEPEND=>=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 +RDEPEND=dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 >=dev-qt/qtcore-5.3.0:5 SLOT=5/5.6 SRC_URI=mirror://kde/stable/frameworks/5.6/threadweaver-5.6.0.tar.xz _eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic c263990f1b677b0f0be0a3299f179762 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde5 a488263d3a8020761de6c098816e4ef7 kde5-functions 387824d97cb3ded6a9727b25d2f3c948 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=8c53b9c48dca3fa48a601d7679084803 +_md5_=77cd7d89fe53f4fc31468bdd6c299627 diff --git a/metadata/md5-cache/mail-client/mutt-1.5.23-r4 b/metadata/md5-cache/mail-client/mutt-1.5.23-r4 deleted file mode 100644 index 4652b4722c29..000000000000 --- a/metadata/md5-cache/mail-client/mutt-1.5.23-r4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare -DEPEND=app-misc/mime-types nls? ( virtual/libintl ) tokyocabinet? ( dev-db/tokyocabinet ) !tokyocabinet? ( qdbm? ( dev-db/qdbm ) !qdbm? ( gdbm? ( sys-libs/gdbm ) !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) ) ) imap? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) kerberos? ( virtual/krb5 ) pop? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) smtp? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) idn? ( net-dns/libidn ) gpg? ( >=app-crypt/gpgme-0.9.0 ) smime? ( >=dev-libs/openssl-0.9.6 ) slang? ( sys-libs/slang ) !slang? ( >=sys-libs/ncurses-5.2 ) net-mail/mailbase doc? ( dev-libs/libxml2 dev-libs/libxslt app-text/docbook-xsl-stylesheets || ( www-client/lynx www-client/w3m www-client/elinks ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=A small but very powerful text-based mail client -EAPI=5 -HOMEPAGE=http://www.mutt.org/ -IUSE=berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos mbox nls nntp pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=app-misc/mime-types nls? ( virtual/libintl ) tokyocabinet? ( dev-db/tokyocabinet ) !tokyocabinet? ( qdbm? ( dev-db/qdbm ) !qdbm? ( gdbm? ( sys-libs/gdbm ) !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) ) ) imap? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) kerberos? ( virtual/krb5 ) pop? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) smtp? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) idn? ( net-dns/libidn ) gpg? ( >=app-crypt/gpgme-0.9.0 ) smime? ( >=dev-libs/openssl-0.9.6 ) slang? ( sys-libs/slang ) !slang? ( >=sys-libs/ncurses-5.2 ) selinux? ( sec-policy/selinux-mutt ) -SLOT=0 -SRC_URI=mirror://sourceforge/mutt/mutt-1.5.23.tar.gz mirror://bitbucket/mutt/mutt/downloads/mutt-1.5.23.tar.gz ftp://ftp.mutt.org/mutt/devel/mutt-1.5.23.tar.gz mirror://gentoo/mutt-1.5.23-gentoo-patches-r4.tar.bz2 http://dev.gentoo.org/~grobian/distfiles/mutt-1.5.23-gentoo-patches-r4.tar.bz2 -_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=411a581026d84e8ad1481cc8646da82d diff --git a/metadata/md5-cache/mail-client/mutt-1.5.23-r2 b/metadata/md5-cache/mail-client/mutt-1.5.23-r5 similarity index 95% rename from metadata/md5-cache/mail-client/mutt-1.5.23-r2 rename to metadata/md5-cache/mail-client/mutt-1.5.23-r5 index 70282b601b1e..ac4bae14ade6 100644 --- a/metadata/md5-cache/mail-client/mutt-1.5.23-r2 +++ b/metadata/md5-cache/mail-client/mutt-1.5.23-r5 @@ -8,6 +8,6 @@ KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=app-misc/mime-types nls? ( virtual/libintl ) tokyocabinet? ( dev-db/tokyocabinet ) !tokyocabinet? ( qdbm? ( dev-db/qdbm ) !qdbm? ( gdbm? ( sys-libs/gdbm ) !gdbm? ( berkdb? ( >=sys-libs/db-4 ) ) ) ) imap? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) kerberos? ( virtual/krb5 ) pop? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) smtp? ( gnutls? ( >=net-libs/gnutls-1.0.17 ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6 ) ) sasl? ( >=dev-libs/cyrus-sasl-2 ) ) idn? ( net-dns/libidn ) gpg? ( >=app-crypt/gpgme-0.9.0 ) smime? ( >=dev-libs/openssl-0.9.6 ) slang? ( sys-libs/slang ) !slang? ( >=sys-libs/ncurses-5.2 ) selinux? ( sec-policy/selinux-mutt ) SLOT=0 -SRC_URI=mirror://sourceforge/mutt/mutt-1.5.23.tar.gz mirror://bitbucket/mutt/mutt/downloads/mutt-1.5.23.tar.gz ftp://ftp.mutt.org/mutt/devel/mutt-1.5.23.tar.gz mirror://gentoo/mutt-1.5.23-gentoo-patches-r2.tar.bz2 http://dev.gentoo.org/~grobian/distfiles/mutt-1.5.23-gentoo-patches-r2.tar.bz2 +SRC_URI=mirror://sourceforge/mutt/mutt-1.5.23.tar.gz mirror://bitbucket/mutt/mutt/downloads/mutt-1.5.23.tar.gz ftp://ftp.mutt.org/mutt/devel/mutt-1.5.23.tar.gz mirror://gentoo/mutt-1.5.23-gentoo-patches-r5.tar.bz2 http://dev.gentoo.org/~grobian/distfiles/mutt-1.5.23-gentoo-patches-r5.tar.bz2 _eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ce0b41d1858ae9eb88fcca9a7d2af87b +_md5_=8bb5cd77de967e881fcfa4ff7a5d4b7c diff --git a/metadata/md5-cache/media-gfx/entangle-0.6.0 b/metadata/md5-cache/media-gfx/entangle-0.6.0 index 1a81ab8a0cf4..f3bff1888152 100644 --- a/metadata/md5-cache/media-gfx/entangle-0.6.0 +++ b/metadata/md5-cache/media-gfx/entangle-0.6.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=dev-libs/glib-2.26:2 >=x11-libs/gdk-pixbuf-2.12.0:2 >=x11-libs/gtk+-3.3.18:3 virtual/libgudev:= >=dev-libs/dbus-glib-0.60 >=dev-libs/gobject-introspection-0.9.3 >=media-libs/libgphoto2-2.4.11:= media-libs/lcms:2 >=dev-libs/libpeas-1.2.0[gtk] >=media-libs/gexiv2-0.4 >=x11-libs/libXext-1.3.0 >=x11-themes/gnome-icon-theme-symbolic-3.0.0 >=media-libs/libraw-0.9.0 virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DEPEND=>=dev-libs/glib-2.26:2 >=x11-libs/gdk-pixbuf-2.12.0:2 >=x11-libs/gtk+-3.3.18:3[introspection] virtual/libgudev:= >=dev-libs/dbus-glib-0.60 >=dev-libs/gobject-introspection-0.9.3 >=media-libs/libgphoto2-2.4.11:= media-libs/lcms:2 >=dev-libs/libpeas-1.2.0[gtk] >=media-libs/gexiv2-0.4[introspection] >=x11-libs/libXext-1.3.0 >=x11-themes/gnome-icon-theme-symbolic-3.0.0 >=media-libs/libraw-0.9.0 virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 DESCRIPTION=Tethered Camera Control & Capture EAPI=5 HOMEPAGE=http://entangle-photo.org/ IUSE=debug KEYWORDS=~amd64 LICENSE=GPL-3 -RDEPEND=>=dev-libs/glib-2.26:2 >=x11-libs/gdk-pixbuf-2.12.0:2 >=x11-libs/gtk+-3.3.18:3 virtual/libgudev:= >=dev-libs/dbus-glib-0.60 >=dev-libs/gobject-introspection-0.9.3 >=media-libs/libgphoto2-2.4.11:= media-libs/lcms:2 >=dev-libs/libpeas-1.2.0[gtk] >=media-libs/gexiv2-0.4 >=x11-libs/libXext-1.3.0 >=x11-themes/gnome-icon-theme-symbolic-3.0.0 >=media-libs/libraw-0.9.0 +RDEPEND=>=dev-libs/glib-2.26:2 >=x11-libs/gdk-pixbuf-2.12.0:2 >=x11-libs/gtk+-3.3.18:3[introspection] virtual/libgudev:= >=dev-libs/dbus-glib-0.60 >=dev-libs/gobject-introspection-0.9.3 >=media-libs/libgphoto2-2.4.11:= media-libs/lcms:2 >=dev-libs/libpeas-1.2.0[gtk] >=media-libs/gexiv2-0.4[introspection] >=x11-libs/libXext-1.3.0 >=x11-themes/gnome-icon-theme-symbolic-3.0.0 >=media-libs/libraw-0.9.0 SLOT=0 SRC_URI=http://entangle-photo.org/download/sources/entangle-0.6.0.tar.gz _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=c4a2d32eb70b7c2fe7503c3f92fd9138 +_md5_=918c5143d268f79126a9fd5d2166d731 diff --git a/metadata/md5-cache/media-gfx/gif2png-2.5.10 b/metadata/md5-cache/media-gfx/gif2png-2.5.10 new file mode 100644 index 000000000000..9d5f58e90707 --- /dev/null +++ b/metadata/md5-cache/media-gfx/gif2png-2.5.10 @@ -0,0 +1,11 @@ +DEFINED_PHASES=- +DEPEND=>=media-libs/libpng-1.2:0 sys-libs/zlib +DESCRIPTION=Converts images from gif format to png format +EAPI=5 +HOMEPAGE=http://catb.org/~esr/gif2png/ +KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos +LICENSE=ZLIB +RDEPEND=>=media-libs/libpng-1.2:0 sys-libs/zlib +SLOT=0 +SRC_URI=http://catb.org/~esr/gif2png/gif2png-2.5.10.tar.gz +_md5_=98cfe2c4365e2ec10202e6f9032a848b diff --git a/metadata/md5-cache/media-gfx/gifsicle-1.87 b/metadata/md5-cache/media-gfx/gifsicle-1.87 new file mode 100644 index 000000000000..1fb2d195c82d --- /dev/null +++ b/metadata/md5-cache/media-gfx/gifsicle-1.87 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure +DEPEND=X? ( x11-libs/libX11 x11-libs/libXt ) X? ( x11-proto/xproto ) +DESCRIPTION=A command-line tool for creating, editing, and getting information about GIF images and animations +EAPI=5 +HOMEPAGE=http://www.lcdf.org/~eddietwo/gifsicle/ +IUSE=X +KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=GPL-2 MIT +RDEPEND=X? ( x11-libs/libX11 x11-libs/libXt ) +SLOT=0 +SRC_URI=http://www.lcdf.org/~eddietwo/gifsicle/gifsicle-1.87.tar.gz +_md5_=487a5a7c0456e6d8c94560f11fca85f0 diff --git a/metadata/md5-cache/media-libs/fontconfig-2.11.1-r2 b/metadata/md5-cache/media-libs/fontconfig-2.11.1-r2 index 1601ba25bb28..f914e0b78ae4 100644 --- a/metadata/md5-cache/media-libs/fontconfig-2.11.1-r2 +++ b/metadata/md5-cache/media-libs/fontconfig-2.11.1-r2 @@ -4,11 +4,11 @@ DESCRIPTION=A library for configuring and customizing font access EAPI=5 HOMEPAGE=http://fontconfig.org/ IUSE=doc 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 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT PDEPEND=!x86-winnt? ( app-admin/eselect-fontconfig ) virtual/ttf-fonts RDEPEND=>=dev-libs/expat-2.1.0-r3[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(-)?] >=media-libs/freetype-2.5.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(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] ) SLOT=1.0 SRC_URI=http://fontconfig.org/release/fontconfig-2.11.1.tar.bz2 _eclasses_=autotools ae13678d52af6816cb92f952594d882a autotools-multilib 037c4046d25f29e78dd44dccabd5d66b autotools-utils 3727db64c7b960903d5033280f108080 eutils f99a767f569b1f0731b3a1edd17c1d11 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 readme.gentoo 106edea5533517715013de909a333abd toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=512eb86dcb58ec251d49b6398bef5bdd +_md5_=1fc063f017cc300b49857a26ac4f1b84 diff --git a/metadata/md5-cache/media-libs/giflib-5.1.1 b/metadata/md5-cache/media-libs/giflib-5.1.1 new file mode 100644 index 000000000000..0f583d6a2b19 --- /dev/null +++ b/metadata/md5-cache/media-libs/giflib-5.1.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +DESCRIPTION=Library to handle, display and manipulate GIF images +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/giflib/ +IUSE=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 +LICENSE=MIT +RDEPEND=abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20140406-r1 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) +SLOT=0/7 +SRC_URI=mirror://sourceforge/giflib/giflib-5.1.1.tar.bz2 +_eclasses_=autotools ae13678d52af6816cb92f952594d882a autotools-multilib 037c4046d25f29e78dd44dccabd5d66b autotools-utils 3727db64c7b960903d5033280f108080 eutils f99a767f569b1f0731b3a1edd17c1d11 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=ca894e2a35dbe10812fa1d225924f4f2 diff --git a/metadata/md5-cache/media-libs/gst-rtsp-server-0.10.8-r1 b/metadata/md5-cache/media-libs/gst-rtsp-server-0.10.8-r1 new file mode 100644 index 000000000000..f2801f3991f8 --- /dev/null +++ b/metadata/md5-cache/media-libs/gst-rtsp-server-0.10.8-r1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/glib-2.10.0:2[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/libxml2:2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-),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-python/pygobject-2.11.2:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=media-libs/gstreamer-0.10.29:0.10[introspection?,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(-)?] >=media-libs/gst-plugins-base-0.10.29:0.10[introspection?,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-0.6.3 ) python? ( dev-python/gst-python:0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) vala? ( dev-lang/vala ) >=dev-libs/check-0.9.2 >=dev-util/gtk-doc-am-1.3 virtual/pkgconfig nls? ( >=sys-devel/gettext-0.17 ) >=sys-apps/sed-4 >=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(-)?] nls? ( >=sys-devel/gettext-0.17 ) >=dev-libs/glib-2.38.2-r1:2[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(-)?] >=media-libs/gstreamer-0.10.36-r2:0.10[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-gstplugins[-abi_x86_32(-)] ) +DESCRIPTION=A GStreamer based RTSP server +EAPI=5 +HOMEPAGE=http://people.freedesktop.org/~wtay/ +IUSE=examples +introspection nls python static-libs test vala 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 nls python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.10.0:2[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/libxml2:2[python,python_targets_python2_7(-)?,-python_single_target_python2_7(-),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-python/pygobject-2.11.2:2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] >=media-libs/gstreamer-0.10.29:0.10[introspection?,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(-)?] >=media-libs/gst-plugins-base-0.10.29:0.10[introspection?,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-0.6.3 ) python? ( dev-python/gst-python:0.10[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) vala? ( dev-lang/vala ) >=dev-libs/glib-2.38.2-r1:2[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(-)?] >=media-libs/gstreamer-0.10.36-r2:0.10[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-gstplugins[-abi_x86_32(-)] ) +REQUIRED_USE=python? ( || ( python_targets_python2_7 ) ) +RESTRICT=test +SLOT=0.10 +SRC_URI=http://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-0.10.8.tar.bz2 +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 gstreamer 0474e1ccd0ec25ab5b10fe5068e382d8 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 python-r1 5e9a53457b774d41e731613823baeb37 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=fb3e181c4de1833dd4f40ded1b3fef67 diff --git a/metadata/md5-cache/media-libs/libmediainfo-0.7.72 b/metadata/md5-cache/media-libs/libmediainfo-0.7.72 new file mode 100644 index 000000000000..f1eee3d4f295 --- /dev/null +++ b/metadata/md5-cache/media-libs/libmediainfo-0.7.72 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=sys-libs/zlib dev-libs/tinyxml2:= >=media-libs/libzen-0.4.28[static-libs=] curl? ( net-misc/curl ) mms? ( >=media-libs/libmms-0.6.1[static-libs=] ) virtual/pkgconfig doc? ( app-doc/doxygen ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=MediaInfo libraries +EAPI=5 +HOMEPAGE=http://mediaarea.net/mediainfo/ +IUSE=curl doc mms static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=sys-libs/zlib dev-libs/tinyxml2:= >=media-libs/libzen-0.4.28[static-libs=] curl? ( net-misc/curl ) mms? ( >=media-libs/libmms-0.6.1[static-libs=] ) +SLOT=0 +SRC_URI=mirror://sourceforge/mediainfo/libmediainfo_0.7.72.tar.bz2 +_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=f19f86eb757840420e46e315c26d36c9 diff --git a/metadata/md5-cache/media-sound/kwave-0.8.10 b/metadata/md5-cache/media-sound/kwave-0.8.10 index b5ae81d6e14f..eb722e6fc555 100644 --- a/metadata/md5-cache/media-sound/kwave-0.8.10 +++ b/metadata/md5-cache/media-sound/kwave-0.8.10 @@ -10,4 +10,4 @@ RDEPEND=media-libs/audiofile:= >=sci-libs/fftw-3 media-libs/libsamplerate alsa? SLOT=4 SRC_URI=mirror://sourceforge/kwave/kwave-0.8.10-1.tar.bz2 _eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic c263990f1b677b0f0be0a3299f179762 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde4-base deaaf624bd641762a3432753e86f1a6a kde4-functions 492237eb2823bdc02bc769530501f0ea multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=b49c3508413c2b84fa0fa7ab5329947f +_md5_=afb8d4624d6d22e283cdbf1ce441c29d diff --git a/metadata/md5-cache/media-sound/kwave-0.8.12 b/metadata/md5-cache/media-sound/kwave-0.8.12 index 80fd47b5a727..4563a093932e 100644 --- a/metadata/md5-cache/media-sound/kwave-0.8.12 +++ b/metadata/md5-cache/media-sound/kwave-0.8.12 @@ -10,4 +10,4 @@ RDEPEND=media-libs/audiofile:= >=sci-libs/fftw-3 media-libs/libsamplerate alsa? SLOT=4 SRC_URI=mirror://sourceforge/kwave/kwave-0.8.12-1.tar.bz2 _eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic c263990f1b677b0f0be0a3299f179762 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde4-base deaaf624bd641762a3432753e86f1a6a kde4-functions 492237eb2823bdc02bc769530501f0ea multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=7a8f6f831233681e00856149d7d8f5b1 +_md5_=ecb301f9413609448f74594cc3b0a45b diff --git a/metadata/md5-cache/media-sound/kwave-0.8.99 b/metadata/md5-cache/media-sound/kwave-0.8.99 new file mode 100644 index 000000000000..19e47c06130f --- /dev/null +++ b/metadata/md5-cache/media-sound/kwave-0.8.99 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DEPEND=media-libs/audiofile:= >=sci-libs/fftw-3 media-libs/libsamplerate alsa? ( media-libs/alsa-lib ) flac? ( media-libs/flac ) mp3? ( media-libs/id3lib media-libs/libmad || ( media-sound/lame media-sound/twolame media-sound/toolame ) ) opus? ( media-libs/libogg media-libs/opus ) phonon? ( media-libs/phonon[qt4] ) pulseaudio? ( media-sound/pulseaudio ) vorbis? ( media-libs/libogg media-libs/libvorbis ) >=kde-base/poxml-4.4:4[aqua=,extras] || ( media-gfx/imagemagick[png,svg] media-gfx/graphicsmagick[imagemagick,png,svg] ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc virtual/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) handbook? ( app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets ) 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=] +DESCRIPTION=A sound editor for KDE that can edit many types of audio files +EAPI=5 +HOMEPAGE=http://kwave.sourceforge.net/ +IUSE=alsa debug flac mp3 opus oss phonon pulseaudio vorbis linguas_cs linguas_de linguas_es linguas_fr +handbook aqua +KEYWORDS=~amd64 ~x86 +LICENSE=BSD GPL-2 LGPL-2 handbook? ( FDL-1.2 ) +RDEPEND=media-libs/audiofile:= >=sci-libs/fftw-3 media-libs/libsamplerate alsa? ( media-libs/alsa-lib ) flac? ( media-libs/flac ) mp3? ( media-libs/id3lib media-libs/libmad || ( media-sound/lame media-sound/twolame media-sound/toolame ) ) opus? ( media-libs/libogg media-libs/opus ) phonon? ( media-libs/phonon[qt4] ) pulseaudio? ( media-sound/pulseaudio ) vorbis? ( media-libs/libogg media-libs/libvorbis ) || ( kde-apps/oxygen-icons >=kde-base/oxygen-icons-4.4:4[aqua=] ) linguas_cs? ( || ( kde-apps/kde-l10n[linguas_cs(+)] >=kde-base/kde-l10n-4.4:4[aqua=,linguas_cs(+)] ) ) linguas_de? ( || ( kde-apps/kde-l10n[linguas_de(+)] >=kde-base/kde-l10n-4.4:4[aqua=,linguas_de(+)] ) ) linguas_es? ( || ( kde-apps/kde-l10n[linguas_es(+)] >=kde-base/kde-l10n-4.4:4[aqua=,linguas_es(+)] ) ) linguas_fr? ( || ( kde-apps/kde-l10n[linguas_fr(+)] >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fr(+)] ) ) handbook? ( >=kde-base/kdelibs-4.4:4[aqua=,handbook] ) 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=] +SLOT=4 +SRC_URI=mirror://sourceforge/kwave/kwave-0.8.99-2.tar.bz2 +_eclasses_=cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic c263990f1b677b0f0be0a3299f179762 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde4-base deaaf624bd641762a3432753e86f1a6a kde4-functions 492237eb2823bdc02bc769530501f0ea multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=61bcc798bf010c7d57c0ac39da9b6bba diff --git a/metadata/md5-cache/media-sound/pulseaudio-5.0-r7 b/metadata/md5-cache/media-sound/pulseaudio-5.0-r7 index 7e598313d8a9..a0af120eea55 100644 --- a/metadata/md5-cache/media-sound/pulseaudio-5.0-r7 +++ b/metadata/md5-cache/media-sound/pulseaudio-5.0-r7 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.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(-)?] X? ( >=x11-libs/libX11-1.4.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(-)?] >=x11-libs/libxcb-1.6[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(-)?] x11-libs/libSM[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(-)?] x11-libs/libICE[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(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.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(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd: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(-)?] ) dev-libs/json-c[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-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 sys-devel/m4 doc? ( app-doc/doxygen ) test? ( dev-libs/check ) X? ( x11-proto/xproto[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(-)?] >=x11-libs/libXtst-1.0.99.2[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/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool >=sys-devel/gettext-0.18.1 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig +DEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.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(-)?] X? ( >=x11-libs/libX11-1.4.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(-)?] >=x11-libs/libxcb-1.6[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(-)?] x11-libs/libSM[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(-)?] x11-libs/libICE[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(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.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(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd: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(-)?] ) dev-libs/json-c[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-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 sys-devel/m4 doc? ( app-doc/doxygen ) test? ( dev-libs/check ) X? ( x11-proto/xproto[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(-)?] >=x11-libs/libXtst-1.0.99.2[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/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool >=sys-devel/gettext-0.18.1 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 virtual/pkgconfig virtual/pkgconfig DESCRIPTION=A networked sound server with an advanced plugin system EAPI=5 HOMEPAGE=http://www.pulseaudio.org/ @@ -11,5 +11,5 @@ RDEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-li REQUIRED_USE=bluetooth? ( dbus ) SLOT=0 SRC_URI=http://freedesktop.org/software/pulseaudio/releases/pulseaudio-5.0.tar.xz -_eclasses_=autotools ae13678d52af6816cb92f952594d882a bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 readme.gentoo 106edea5533517715013de909a333abd systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac udev da001465a2e939c93f7ae16947ce3438 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=b8c219758d23df22f35154ebb8b7b2ed +_eclasses_=autotools ae13678d52af6816cb92f952594d882a bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 readme.gentoo 106edea5533517715013de909a333abd systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac udev da001465a2e939c93f7ae16947ce3438 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=4a9ad8b1ed8b30ceeffd98e89cd23dc7 diff --git a/metadata/md5-cache/media-sound/pulseaudio-5.99.2 b/metadata/md5-cache/media-sound/pulseaudio-5.99.2-r1 similarity index 68% rename from metadata/md5-cache/media-sound/pulseaudio-5.99.2 rename to metadata/md5-cache/media-sound/pulseaudio-5.99.2-r1 index a9615b49318c..a47672a51ed6 100644 --- a/metadata/md5-cache/media-sound/pulseaudio-5.99.2 +++ b/metadata/md5-cache/media-sound/pulseaudio-5.99.2-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst prepare pretend setup test -DEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.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(-)?] X? ( >=x11-libs/libX11-1.4.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(-)?] >=x11-libs/libxcb-1.6[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(-)?] x11-libs/libSM[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(-)?] x11-libs/libICE[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(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.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(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd: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(-)?] ) dev-libs/json-c[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-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 sys-devel/m4 doc? ( app-doc/doxygen ) test? ( dev-libs/check ) X? ( x11-proto/xproto[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(-)?] >=x11-libs/libXtst-1.0.99.2[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/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool >=sys-devel/gettext-0.18.1 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig +DEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.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(-)?] X? ( >=x11-libs/libX11-1.4.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(-)?] >=x11-libs/libxcb-1.6[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(-)?] x11-libs/libSM[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(-)?] x11-libs/libICE[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(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.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(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd: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(-)?] ) >=dev-libs/json-c-0.11[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-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 sys-devel/m4 doc? ( app-doc/doxygen ) test? ( dev-libs/check ) X? ( x11-proto/xproto[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(-)?] >=x11-libs/libXtst-1.0.99.2[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/libatomic_ops virtual/pkgconfig system-wide? ( || ( dev-util/unifdef sys-freebsd/freebsd-ubin ) ) dev-util/intltool >=sys-devel/gettext-0.18.1 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig DESCRIPTION=A networked sound server with an advanced plugin system EAPI=5 HOMEPAGE=http://www.pulseaudio.org/ -IUSE=+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm +glib gnome gtk ipv6 jack libsamplerate lirc neon +orc oss qt4 realtime ssl systemd system-wide tcpd test +udev +webrtc-aec +X xen zeroconf 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 +IUSE=+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm +glib gnome gtk ipv6 jack libsamplerate lirc native-headset neon ofono-headset +orc oss qt4 realtime ssl systemd system-wide tcpd test +udev +webrtc-aec +X xen zeroconf 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 LICENSE=!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 ) PDEPEND=alsa? ( alsa-plugin? ( >=media-plugins/alsa-plugins-1.0.27-r1[pulseaudio] ) ) -RDEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.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(-)?] X? ( >=x11-libs/libX11-1.4.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(-)?] >=x11-libs/libxcb-1.6[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(-)?] x11-libs/libSM[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(-)?] x11-libs/libICE[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(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.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(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd: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(-)?] ) dev-libs/json-c[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-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 equalizer? ( qt4? ( dev-python/PyQt4[dbus] ) ) system-wide? ( alsa? ( media-sound/alsa-utils ) bluetooth? ( net-wireless/bluez:= ) ) -REQUIRED_USE=bluetooth? ( dbus ) +RDEPEND=|| ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.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(-)?] X? ( >=x11-libs/libX11-1.4.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(-)?] >=x11-libs/libxcb-1.6[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(-)?] x11-libs/libSM[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(-)?] x11-libs/libICE[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(-)?] x11-libs/libXtst[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(-)?] ) caps? ( >=sys-libs/libcap-2.22-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(-)?] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.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(-)?] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers[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(-)?] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.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(-)?] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[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(-)?] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? ( sys-auth/rtkit ) equalizer? ( sci-libs/fftw:3.0 ) ofono-headset? ( >=net-misc/ofono-1.13 ) orc? ( >=dev-lang/orc-0.4.9 ) ssl? ( dev-libs/openssl ) >=media-libs/speex-1.2_rc1 gdbm? ( sys-libs/gdbm ) webrtc-aec? ( media-libs/webrtc-audio-processing ) xen? ( app-emulation/xen-tools ) systemd? ( sys-apps/systemd: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(-)?] ) >=dev-libs/json-c-0.11[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-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) dev-libs/libltdl:0 equalizer? ( qt4? ( dev-python/PyQt4[dbus] ) ) system-wide? ( alsa? ( media-sound/alsa-utils ) bluetooth? ( net-wireless/bluez:= ) ) +REQUIRED_USE=bluetooth? ( dbus ) ofono-headset? ( bluetooth ) native-headset? ( bluetooth ) SLOT=0 SRC_URI=http://freedesktop.org/software/pulseaudio/releases/pulseaudio-5.99.2.tar.xz _eclasses_=autotools ae13678d52af6816cb92f952594d882a bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 readme.gentoo 106edea5533517715013de909a333abd systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac udev da001465a2e939c93f7ae16947ce3438 user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=9718516ec6255aa9093ce3fd9ca1e6ba +_md5_=c14dd7d13901af82112dacf476f96f69 diff --git a/metadata/md5-cache/media-video/ffmpeg-2.5.3 b/metadata/md5-cache/media-video/ffmpeg-2.5.3 new file mode 100644 index 000000000000..69209645a606 --- /dev/null +++ b/metadata/md5-cache/media-video/ffmpeg-2.5.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.2[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(-)?] ) amr? ( >=media-libs/opencore-amr-0.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(-)?] ) bluray? ( >=media-libs/libbluray-0.3.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(-)?] ) bs2b? ( >=media-libs/libbs2b-3.1.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(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[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(-)?] ) cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-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(-)?] ) celt? ( >=media-libs/celt-0.11.1-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(-)?] ) encode? ( aac? ( >=media-libs/vo-aacenc-0.1.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(-)?] ) aacplus? ( >=media-libs/libaacplus-2.0.2-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(-)?] ) amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-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(-)?] ) faac? ( >=media-libs/faac-1.28-r3[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(-)?] ) mp3? ( >=media-sound/lame-3.99.5-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(-)?] ) theora? ( >=media-libs/libtheora-1.1.1[encode,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(-)?] >=media-libs/libogg-1.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(-)?] ) twolame? ( >=media-sound/twolame-0.3.13-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(-)?] ) wavpack? ( >=media-sound/wavpack-4.60.1-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(-)?] ) webp? ( >=media-libs/libwebp-0.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(-)?] ) x264? ( >=media-libs/x264-0.0.20130506:=[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(-)?] ) x265? ( >=media-libs/x265-1.2:=[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(-)?] ) xvid? ( >=media-libs/xvid-1.3.2-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(-)?] ) ) fdk? ( >=media-libs/fdk-aac-0.1.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(-)?] ) flite? ( >=app-accessibility/flite-1.4-r4[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(-)?] ) fontconfig? ( >=media-libs/fontconfig-2.10.92[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(-)?] ) frei0r? ( media-plugins/frei0r-plugins ) fribidi? ( >=dev-libs/fribidi-0.19.6[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(-)?] ) gme? ( >=media-libs/game-music-emu-0.6.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(-)?] ) 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(-)?] ) gsm? ( >=media-sound/gsm-1.0.13-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(-)?] ) iconv? ( >=virtual/libiconv-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(-)?] ) iec61883? ( >=media-libs/libiec61883-1.2.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-libs/libraw1394-2.1.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-libs/libavc1394-0.5.4-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(-)?] ) ieee1394? ( >=media-libs/libdc1394-2.2.1[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-libs/libraw1394-2.1.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(-)?] ) jack? ( >=media-sound/jack-audio-connection-kit-0.121.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(-)?] ) jpeg2k? ( >=media-libs/openjpeg-1.5.0: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(-)?] ) libass? ( >=media-libs/libass-0.10.2[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(-)?] ) libcaca? ( >=media-libs/libcaca-0.99_beta18-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(-)?] ) libsoxr? ( >=media-libs/soxr-0.1.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(-)?] ) libv4l? ( >=media-libs/libv4l-0.9.5[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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-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(-)?] ) modplug? ( >=media-libs/libmodplug-0.8.8.4-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(-)?] ) openal? ( >=media-libs/openal-1.15.1[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(-)?] ) opengl? ( >=virtual/opengl-7.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(-)?] ) openssl? ( >=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(-)?] ) opus? ( >=media-libs/opus-1.0.2-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(-)?] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-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(-)?] ) quvi? ( media-libs/libquvi:0.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(-)?] ) rtmp? ( >=media-video/rtmpdump-2.4_p20131018[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(-)?] ) samba? ( >=net-fs/samba-3.6.23-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(-)?] ) schroedinger? ( >=media-libs/schroedinger-1.0.11-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(-)?] ) sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,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(-)?] ) speex? ( >=media-libs/speex-1.2_rc1-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(-)?] ) ssh? ( >=net-libs/libssh-0.5.5[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(-)?] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[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(-)?] ) vaapi? ( >=x11-libs/libva-1.2.1-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(-)?] ) vdpau? ( >=x11-libs/libvdpau-0.7[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(-)?] ) vorbis? ( >=media-libs/libvorbis-1.3.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(-)?] >=media-libs/libogg-1.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(-)?] ) vpx? ( >=media-libs/libvpx-1.2.0_pre20130625[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(-)?] ) X? ( >=x11-libs/libX11-1.6.2[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(-)?] >=x11-libs/libXext-1.3.2[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(-)?] >=x11-libs/libXfixes-5.0.1[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(-)?] >=x11-libs/libXv-1.0.10[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(-)?] ) xcb? ( x11-libs/libxcb[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(-)?] ) zvbi? ( >=media-libs/zvbi-0.2.35[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(-)?] ) !media-video/qt-faststart !media-libs/libpostproc >=sys-devel/make-3.81 doc? ( app-text/texi2html ) fontconfig? ( >=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(-)?] ) gnutls? ( >=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(-)?] ) ieee1394? ( >=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(-)?] ) ladspa? ( >=media-libs/ladspa-sdk-1.13-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(-)?] ) libv4l? ( >=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(-)?] ) mmx? ( >=dev-lang/yasm-1.2 ) rtmp? ( >=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(-)?] ) schroedinger? ( >=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(-)?] ) test? ( net-misc/wget sys-devel/bc ) truetype? ( >=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(-)?] ) v4l? ( sys-kernel/linux-headers ) +DESCRIPTION=Complete solution to record, convert and stream audio and video. Includes libavcodec +EAPI=5 +HOMEPAGE=http://ffmpeg.org/ +IUSE=aac aacplus alsa amr amrenc bindist bluray bs2b +bzip2 cdio celt cpudetection debug doc +encode examples faac fdk flite fontconfig frei0r fribidi gme gnutls gsm +hardcoded-tables +iconv iec61883 ieee1394 jack jpeg2k ladspa libass libcaca libsoxr libv4l lzma modplug mp3 +network openal opengl openssl opus oss pic pulseaudio quvi rtmp samba schroedinger sdl speex ssh static-libs test theora threads truetype twolame v4l vaapi vdpau vorbis vpx wavpack webp X x264 x265 xcb xvid +zlib zvbi armv5te armv6 armv6t2 neon armvfp mips32r2 mipsdspr1 mipsdspr2 mipsfpu altivec 3dnow 3dnowext avx avx2 fma3 fma4 mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_2 xop +fftools_aviocat +fftools_cws2fws +fftools_ffescape +fftools_ffeval +fftools_ffhash +fftools_fourcc2pixfmt +fftools_graph2dot +fftools_ismindex +fftools_pktdumper +fftools_qt-faststart +fftools_trasher 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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) ) samba? ( GPL-3 ) +RDEPEND=alsa? ( >=media-libs/alsa-lib-1.0.27.2[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(-)?] ) amr? ( >=media-libs/opencore-amr-0.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(-)?] ) bluray? ( >=media-libs/libbluray-0.3.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(-)?] ) bs2b? ( >=media-libs/libbs2b-3.1.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(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[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(-)?] ) cdio? ( >=dev-libs/libcdio-paranoia-0.90_p1-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(-)?] ) celt? ( >=media-libs/celt-0.11.1-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(-)?] ) encode? ( aac? ( >=media-libs/vo-aacenc-0.1.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(-)?] ) aacplus? ( >=media-libs/libaacplus-2.0.2-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(-)?] ) amrenc? ( >=media-libs/vo-amrwbenc-0.1.2-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(-)?] ) faac? ( >=media-libs/faac-1.28-r3[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(-)?] ) mp3? ( >=media-sound/lame-3.99.5-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(-)?] ) theora? ( >=media-libs/libtheora-1.1.1[encode,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(-)?] >=media-libs/libogg-1.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(-)?] ) twolame? ( >=media-sound/twolame-0.3.13-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(-)?] ) wavpack? ( >=media-sound/wavpack-4.60.1-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(-)?] ) webp? ( >=media-libs/libwebp-0.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(-)?] ) x264? ( >=media-libs/x264-0.0.20130506:=[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(-)?] ) x265? ( >=media-libs/x265-1.2:=[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(-)?] ) xvid? ( >=media-libs/xvid-1.3.2-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(-)?] ) ) fdk? ( >=media-libs/fdk-aac-0.1.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(-)?] ) flite? ( >=app-accessibility/flite-1.4-r4[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(-)?] ) fontconfig? ( >=media-libs/fontconfig-2.10.92[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(-)?] ) frei0r? ( media-plugins/frei0r-plugins ) fribidi? ( >=dev-libs/fribidi-0.19.6[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(-)?] ) gme? ( >=media-libs/game-music-emu-0.6.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(-)?] ) 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(-)?] ) gsm? ( >=media-sound/gsm-1.0.13-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(-)?] ) iconv? ( >=virtual/libiconv-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(-)?] ) iec61883? ( >=media-libs/libiec61883-1.2.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-libs/libraw1394-2.1.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-libs/libavc1394-0.5.4-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(-)?] ) ieee1394? ( >=media-libs/libdc1394-2.2.1[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-libs/libraw1394-2.1.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(-)?] ) jack? ( >=media-sound/jack-audio-connection-kit-0.121.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(-)?] ) jpeg2k? ( >=media-libs/openjpeg-1.5.0: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(-)?] ) libass? ( >=media-libs/libass-0.10.2[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(-)?] ) libcaca? ( >=media-libs/libcaca-0.99_beta18-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(-)?] ) libsoxr? ( >=media-libs/soxr-0.1.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(-)?] ) libv4l? ( >=media-libs/libv4l-0.9.5[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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-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(-)?] ) modplug? ( >=media-libs/libmodplug-0.8.8.4-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(-)?] ) openal? ( >=media-libs/openal-1.15.1[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(-)?] ) opengl? ( >=virtual/opengl-7.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(-)?] ) openssl? ( >=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(-)?] ) opus? ( >=media-libs/opus-1.0.2-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(-)?] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-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(-)?] ) quvi? ( media-libs/libquvi:0.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(-)?] ) rtmp? ( >=media-video/rtmpdump-2.4_p20131018[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(-)?] ) samba? ( >=net-fs/samba-3.6.23-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(-)?] ) schroedinger? ( >=media-libs/schroedinger-1.0.11-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(-)?] ) sdl? ( >=media-libs/libsdl-1.2.15-r4[sound,video,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(-)?] ) speex? ( >=media-libs/speex-1.2_rc1-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(-)?] ) ssh? ( >=net-libs/libssh-0.5.5[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(-)?] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[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(-)?] ) vaapi? ( >=x11-libs/libva-1.2.1-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(-)?] ) vdpau? ( >=x11-libs/libvdpau-0.7[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(-)?] ) vorbis? ( >=media-libs/libvorbis-1.3.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(-)?] >=media-libs/libogg-1.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(-)?] ) vpx? ( >=media-libs/libvpx-1.2.0_pre20130625[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(-)?] ) X? ( >=x11-libs/libX11-1.6.2[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(-)?] >=x11-libs/libXext-1.3.2[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(-)?] >=x11-libs/libXfixes-5.0.1[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(-)?] >=x11-libs/libXv-1.0.10[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(-)?] ) xcb? ( x11-libs/libxcb[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(-)?] ) zvbi? ( >=media-libs/zvbi-0.2.35[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(-)?] ) !media-video/qt-faststart !media-libs/libpostproc abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20140508-r3 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) +REQUIRED_USE=bindist? ( encode? ( !faac !aacplus ) !openssl ) libv4l? ( v4l ) fftools_cws2fws? ( zlib ) test? ( encode ) +SLOT=0/54.56.56 +SRC_URI=http://ffmpeg.org/releases/ffmpeg-2.5.3.tar.bz2 +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=f8945cbf60d8fc3bb5bd09e06f475ae6 diff --git a/metadata/md5-cache/media-video/mediainfo-0.7.72 b/metadata/md5-cache/media-video/mediainfo-0.7.72 new file mode 100644 index 000000000000..0dc3fb85036e --- /dev/null +++ b/metadata/md5-cache/media-video/mediainfo-0.7.72 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare setup +DEPEND=sys-libs/zlib media-libs/libzen ~media-libs/libmediainfo-0.7.72[curl=,mms=] wxwidgets? ( x11-libs/wxGTK:3.0[X] ) virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=MediaInfo supplies technical and tag information about media files +EAPI=5 +HOMEPAGE=http://mediaarea.net/mediainfo/ +IUSE=curl mms wxwidgets +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=sys-libs/zlib media-libs/libzen ~media-libs/libmediainfo-0.7.72[curl=,mms=] wxwidgets? ( x11-libs/wxGTK:3.0[X] ) +SLOT=0 +SRC_URI=mirror://sourceforge/mediainfo/mediainfo_0.7.72.tar.bz2 +_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac wxwidgets 6d6eec2685256d35511e7b6d5461bec9 +_md5_=63d5a03a7f2c210778e81002d6a27a28 diff --git a/metadata/md5-cache/net-analyzer/traceroute-2.0.20 b/metadata/md5-cache/net-analyzer/traceroute-2.0.20 index 9e45a712f867..c7c674342ec6 100644 --- a/metadata/md5-cache/net-analyzer/traceroute-2.0.20 +++ b/metadata/md5-cache/net-analyzer/traceroute-2.0.20 @@ -3,10 +3,10 @@ DESCRIPTION=Utility to trace the route of IP packets EAPI=5 HOMEPAGE=http://traceroute.sourceforge.net/ IUSE=static -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-2 LGPL-2.1 RDEPEND=!=dev-lang/lua-5.1 ) jit? ( dev-lang/luajit ) >=net-dns/libidn-1.1 >=dev-libs/openssl-0.9.8 >=dev-lua/luaexpat-1.3.0 dev-lua/luafilesystem ipv6? ( >=dev-lua/luasocket-3 ) !ipv6? ( dev-lua/luasocket ) libevent? ( >=dev-lua/luaevent-0.4.3 ) mysql? ( dev-lua/luadbi[mysql] ) postgres? ( dev-lua/luadbi[postgres] ) sqlite? ( dev-lua/luadbi[sqlite] ) ssl? ( dev-lua/luasec ) zlib? ( dev-lua/lua-zlib ) SLOT=0 SRC_URI=http://prosody.im/tmp/0.9.7/prosody-0.9.7.tar.gz _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multilib 3bf24e6abb9b76d9f6c20600f0b716bf systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=609f8b54e9f505c9672826c0a2d51da8 +_md5_=94d763d49b759e03b1c9f5b368854a3d diff --git a/metadata/md5-cache/net-irc/irssi-otr-1.0.0 b/metadata/md5-cache/net-irc/irssi-otr-1.0.0 new file mode 100644 index 000000000000..cb0ce4d2f7c5 --- /dev/null +++ b/metadata/md5-cache/net-irc/irssi-otr-1.0.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-libs/glib-2.22.0:2 >=dev-libs/libgcrypt-1.2.0:0 >=net-libs/libotr-4.1.0 >=net-irc/irssi-0.8.15 virtual/pkgconfig +DESCRIPTION=Off-The-Record messaging (OTR) for irssi +EAPI=5 +HOMEPAGE=https://github.com/cryptodotis/irssi-otr +KEYWORDS=~amd64 ~hppa ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.22.0:2 >=dev-libs/libgcrypt-1.2.0:0 >=net-libs/libotr-4.1.0 >=net-irc/irssi-0.8.15 +SLOT=0 +SRC_URI=https://github.com/cryptodotis/irssi-otr/archive/v1.0.0.tar.gz -> irssi-otr-1.0.0.tar.gz +_eclasses_=autotools ae13678d52af6816cb92f952594d882a autotools-utils 3727db64c7b960903d5033280f108080 eutils f99a767f569b1f0731b3a1edd17c1d11 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=20809ce388ccbc19dc525565800b7dba diff --git a/metadata/md5-cache/net-libs/libotr-4.0.0 b/metadata/md5-cache/net-libs/libotr-4.0.0 deleted file mode 100644 index 68980437968a..000000000000 --- a/metadata/md5-cache/net-libs/libotr-4.0.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=- -DEPEND=>=dev-libs/libgcrypt-1.2:0 dev-libs/libgpg-error -DESCRIPTION=(OTR) Messaging allows you to have private conversations over instant messaging -EAPI=5 -HOMEPAGE=https://otr.cypherpunks.ca -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos -LICENSE=GPL-2 -RDEPEND=>=dev-libs/libgcrypt-1.2:0 dev-libs/libgpg-error -SLOT=0 -SRC_URI=https://otr.cypherpunks.ca/libotr-4.0.0.tar.gz -_md5_=e9dd8bfca539cae94fba365d97037320 diff --git a/metadata/md5-cache/net-misc/dhcpcd-6.4.7 b/metadata/md5-cache/net-misc/dhcpcd-6.4.7 index 25cf57e97cad..3d41a0beaaee 100644 --- a/metadata/md5-cache/net-misc/dhcpcd-6.4.7 +++ b/metadata/md5-cache/net-misc/dhcpcd-6.4.7 @@ -4,10 +4,10 @@ DESCRIPTION=A fully featured, yet light weight RFC2131 compliant DHCP client EAPI=5 HOMEPAGE=http://roy.marples.name/projects/dhcpcd/ IUSE=elibc_glibc ipv6 kernel_linux +udev -KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=BSD-2 RDEPEND=udev? ( virtual/udev ) SLOT=0 SRC_URI=http://roy.marples.name/downloads/dhcpcd/dhcpcd-6.4.7.tar.bz2 _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=7bd6910fe0b2045ce0391e379ca93ed6 +_md5_=9926b73f460efc4f1417fec729bb0e4b diff --git a/metadata/md5-cache/net-misc/netifrc-0.3.0 b/metadata/md5-cache/net-misc/netifrc-0.3.0 index ec3391999b19..cb31690f61d1 100644 --- a/metadata/md5-cache/net-misc/netifrc-0.3.0 +++ b/metadata/md5-cache/net-misc/netifrc-0.3.0 @@ -7,6 +7,6 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh LICENSE=BSD-2 RDEPEND=sys-apps/gentoo-functions SLOT=0 -SRC_URI=http://dev.gentoo.org/~robbat2/dist/netifrc-0.3.0.tar.bz2 +SRC_URI=http://dev.gentoo.org/~robbat2/distfiles/netifrc-0.3.0.tar.bz2 _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=31ad8234aa429473b537338fa1bcadde +_md5_=20c6d43df948af121c6a4908aa711747 diff --git a/metadata/md5-cache/net-misc/netifrc-9999 b/metadata/md5-cache/net-misc/netifrc-9999 index 5c0154f6d945..967997b26234 100644 --- a/metadata/md5-cache/net-misc/netifrc-9999 +++ b/metadata/md5-cache/net-misc/netifrc-9999 @@ -7,4 +7,4 @@ LICENSE=BSD-2 RDEPEND=sys-apps/gentoo-functions SLOT=0 _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 git-r3 6ebae45064cb04482f3c702632dd9528 multilib 3bf24e6abb9b76d9f6c20600f0b716bf systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=111472315ee51930fc4e2164fcea6123 +_md5_=c22b22630ec27ea78e2b45a689a72aac diff --git a/metadata/md5-cache/net-misc/networkmanager-1.0.0 b/metadata/md5-cache/net-misc/networkmanager-1.0.0 new file mode 100644 index 000000000000..0eaf11b557f9 --- /dev/null +++ b/metadata/md5-cache/net-misc/networkmanager-1.0.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=sys-apps/dbus-1.2 >=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2.32:2 >=dev-libs/libnl-3.2.8:3= >=sys-auth/polkit-0.106 net-libs/libndp >=net-libs/libsoup-2.26:2.4= net-misc/iputils sys-libs/readline >=virtual/libgudev-165:= bluetooth? ( >=net-wireless/bluez-5 ) connection-sharing? ( net-dns/dnsmasq[dhcp] net-firewall/iptables ) gnutls? ( dev-libs/libgcrypt:0= net-libs/gnutls:= ) modemmanager? ( >=net-misc/modemmanager-0.7.991 ) ncurses? ( >=dev-libs/newt-0.52.15 ) nss? ( >=dev-libs/nss-3.11:= ) dhclient? ( =net-misc/dhcp-4*[client] ) dhcpcd? ( >=net-misc/dhcpcd-4.0.0_rc3 ) introspection? ( >=dev-libs/gobject-introspection-0.10.3 ) ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] net-dialup/rp-pppoe ) resolvconf? ( net-dns/openresolv ) systemd? ( >=sys-apps/systemd-209:0= ) teamd? ( >=net-misc/libteam-1.9 ) zeroconf? ( net-dns/avahi:=[autoipd] ) || ( sys-power/upower sys-power/upower-pm-utils >=sys-apps/systemd-209 ) dev-util/gtk-doc-am >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 >=sys-kernel/linux-headers-2.6.29 virtual/pkgconfig vala? ( || ( dev-lang/vala:0.26[vapigen(+)] dev-lang/vala:0.24[vapigen(+)] dev-lang/vala:0.22[vapigen(+)] dev-lang/vala:0.20[vapigen(+)] ) ) test? ( || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/dbus-python[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/pygobject:2[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) ) !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 virtual/pkgconfig test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) virtual/pkgconfig +DESCRIPTION=Universal network configuration daemon for laptops, desktops, servers and virtualization hosts +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager +IUSE=bluetooth connection-sharing consolekit +dhclient dhcpcd gnutls +introspection kernel_linux +nss +modemmanager ncurses +ppp resolvconf selinux systemd teamd test vala +wext +wifi zeroconf test +KEYWORDS=~alpha ~amd64 ~arm ~sparc ~x86 +LICENSE=GPL-2+ +RDEPEND=>=sys-apps/dbus-1.2 >=dev-libs/dbus-glib-0.100 >=dev-libs/glib-2.32:2 >=dev-libs/libnl-3.2.8:3= >=sys-auth/polkit-0.106 net-libs/libndp >=net-libs/libsoup-2.26:2.4= net-misc/iputils sys-libs/readline >=virtual/libgudev-165:= bluetooth? ( >=net-wireless/bluez-5 ) connection-sharing? ( net-dns/dnsmasq[dhcp] net-firewall/iptables ) gnutls? ( dev-libs/libgcrypt:0= net-libs/gnutls:= ) modemmanager? ( >=net-misc/modemmanager-0.7.991 ) ncurses? ( >=dev-libs/newt-0.52.15 ) nss? ( >=dev-libs/nss-3.11:= ) dhclient? ( =net-misc/dhcp-4*[client] ) dhcpcd? ( >=net-misc/dhcpcd-4.0.0_rc3 ) introspection? ( >=dev-libs/gobject-introspection-0.10.3 ) ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] net-dialup/rp-pppoe ) resolvconf? ( net-dns/openresolv ) systemd? ( >=sys-apps/systemd-209:0= ) teamd? ( >=net-misc/libteam-1.9 ) zeroconf? ( net-dns/avahi:=[autoipd] ) || ( sys-power/upower sys-power/upower-pm-utils >=sys-apps/systemd-209 ) consolekit? ( sys-auth/consolekit ) wifi? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] ) +REQUIRED_USE=modemmanager? ( ppp ) ^^ ( nss gnutls ) ^^ ( dhclient dhcpcd ) +SLOT=0 +SRC_URI=mirror://gnome/sources/NetworkManager/1.0/NetworkManager-1.0.0.tar.xz +_eclasses_=autotools ae13678d52af6816cb92f952594d882a bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-any-r1 da352ea9da8eb9bf158d56cca65d6c82 python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 readme.gentoo 106edea5533517715013de909a333abd systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac udev da001465a2e939c93f7ae16947ce3438 user f54e098dd38ba1c0847a13e685b87747 vala a41415fe361172827ed11b6a32ee38fb versionator cd0bcdb170807e4a1984115e9d53a26f virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_md5_=145d7e916fdfb8078a600aadb78cb03d diff --git a/metadata/md5-cache/net-misc/networkmanager-openconnect-0.9.8.6 b/metadata/md5-cache/net-misc/networkmanager-openconnect-0.9.8.6 deleted file mode 100644 index 542afa81b225..000000000000 --- a/metadata/md5-cache/net-misc/networkmanager-openconnect-0.9.8.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=>=net-misc/networkmanager-0.9.8:= >=dev-libs/dbus-glib-0.74 dev-libs/libxml2:2 gnome-base/libgnome-keyring >=net-misc/openconnect-3.02:= gtk? ( >=x11-libs/gtk+-2.91.4:3 gnome-base/gnome-keyring gnome-base/libgnome-keyring ) sys-devel/gettext dev-util/intltool virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=NetworkManager OpenConnect plugin -EAPI=5 -HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager -IUSE=gtk -KEYWORDS=amd64 x86 -LICENSE=GPL-2+ -RDEPEND=>=net-misc/networkmanager-0.9.8:= >=dev-libs/dbus-glib-0.74 dev-libs/libxml2:2 gnome-base/libgnome-keyring >=net-misc/openconnect-3.02:= gtk? ( >=x11-libs/gtk+-2.91.4:3 gnome-base/gnome-keyring gnome-base/libgnome-keyring ) -SLOT=0 -SRC_URI=mirror://gnome/sources/NetworkManager-openconnect/0.9/NetworkManager-openconnect-0.9.8.6.tar.xz -_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=8b4a2bd105d12414c3e53a5e8b8282c6 diff --git a/metadata/md5-cache/net-misc/networkmanager-openconnect-1.0.0 b/metadata/md5-cache/net-misc/networkmanager-openconnect-1.0.0 new file mode 100644 index 000000000000..a633507587e8 --- /dev/null +++ b/metadata/md5-cache/net-misc/networkmanager-openconnect-1.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=app-crypt/libsecret >=net-misc/networkmanager-0.9.10:= >=dev-libs/glib-2.32:2 >=dev-libs/dbus-glib-0.74 dev-libs/libxml2:2 >=net-misc/openconnect-3.02:= gtk? ( >=x11-libs/gtk+-3.4:3 ) sys-devel/gettext dev-util/intltool virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=NetworkManager OpenConnect plugin +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager +IUSE=gtk +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=app-crypt/libsecret >=net-misc/networkmanager-0.9.10:= >=dev-libs/glib-2.32:2 >=dev-libs/dbus-glib-0.74 dev-libs/libxml2:2 >=net-misc/openconnect-3.02:= gtk? ( >=x11-libs/gtk+-3.4:3 ) +SLOT=0 +SRC_URI=mirror://gnome/sources/NetworkManager-openconnect/1.0/NetworkManager-openconnect-1.0.0.tar.xz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=dc3f3006f7983a2572882f73e724baf6 diff --git a/metadata/md5-cache/net-misc/networkmanager-openswan-0.9.8.4 b/metadata/md5-cache/net-misc/networkmanager-openswan-0.9.8.4 deleted file mode 100644 index 59308700f3ac..000000000000 --- a/metadata/md5-cache/net-misc/networkmanager-openswan-0.9.8.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare -DEPEND=>=net-misc/networkmanager-0.9.8:= >=dev-libs/dbus-glib-0.74 || ( net-misc/openswan net-misc/libreswan ) gtk? ( >=x11-libs/gtk+-3.0.0:3 gnome-base/gnome-keyring gnome-base/libgnome-keyring ) sys-devel/gettext dev-util/intltool virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 -DESCRIPTION=NetworkManager Openswan plugin -EAPI=5 -HOMEPAGE=http://www.gnome.org/projects/NetworkManager/ -IUSE=gtk -KEYWORDS=amd64 x86 -LICENSE=GPL-2+ -RDEPEND=>=net-misc/networkmanager-0.9.8:= >=dev-libs/dbus-glib-0.74 || ( net-misc/openswan net-misc/libreswan ) gtk? ( >=x11-libs/gtk+-3.0.0:3 gnome-base/gnome-keyring gnome-base/libgnome-keyring ) -SLOT=0 -SRC_URI=mirror://gnome/sources/NetworkManager-openswan/0.9/NetworkManager-openswan-0.9.8.4.tar.xz -_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=2a32ab6f5b28fa975b444deb23fbf458 diff --git a/metadata/md5-cache/net-misc/networkmanager-openswan-1.0.0 b/metadata/md5-cache/net-misc/networkmanager-openswan-1.0.0 new file mode 100644 index 000000000000..2a48c301050b --- /dev/null +++ b/metadata/md5-cache/net-misc/networkmanager-openswan-1.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=dev-libs/glib-2.32:2 >=dev-libs/libnl-3.2.8:3 >=net-misc/networkmanager-0.9.10:= >=dev-libs/dbus-glib-0.74 || ( net-misc/openswan net-misc/libreswan ) gtk? ( app-crypt/libsecret >=x11-libs/gtk+-3.4:3 ) sys-devel/gettext dev-util/intltool virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=NetworkManager Openswan plugin +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager +IUSE=gtk +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/glib-2.32:2 >=dev-libs/libnl-3.2.8:3 >=net-misc/networkmanager-0.9.10:= >=dev-libs/dbus-glib-0.74 || ( net-misc/openswan net-misc/libreswan ) gtk? ( app-crypt/libsecret >=x11-libs/gtk+-3.4:3 ) +SLOT=0 +SRC_URI=mirror://gnome/sources/NetworkManager-openswan/1.0/NetworkManager-openswan-1.0.0.tar.xz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=b26cec006cc91aff3e1b13fae209b02d diff --git a/metadata/md5-cache/net-misc/networkmanager-openvpn-1.0.0 b/metadata/md5-cache/net-misc/networkmanager-openvpn-1.0.0 new file mode 100644 index 000000000000..da870b7a8164 --- /dev/null +++ b/metadata/md5-cache/net-misc/networkmanager-openvpn-1.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.32:2 >=net-misc/networkmanager-0.9.10:= >=net-misc/openvpn-2.1_rc9 gtk? ( app-crypt/libsecret >=gnome-extra/nm-applet-0.9.9.0 >=x11-libs/gtk+-3.4:3 ) sys-devel/gettext >=dev-util/intltool-0.35 virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=NetworkManager OpenVPN plugin +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager +IUSE=gtk test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.32:2 >=net-misc/networkmanager-0.9.10:= >=net-misc/openvpn-2.1_rc9 gtk? ( app-crypt/libsecret >=gnome-extra/nm-applet-0.9.9.0 >=x11-libs/gtk+-3.4:3 ) +SLOT=0 +SRC_URI=mirror://gnome/sources/NetworkManager-openvpn/1.0/NetworkManager-openvpn-1.0.0.tar.xz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=0014f84570d7c31f67a7a90488640c20 diff --git a/metadata/md5-cache/net-misc/networkmanager-pptp-1.0.0 b/metadata/md5-cache/net-misc/networkmanager-pptp-1.0.0 new file mode 100644 index 000000000000..dcdb03557d56 --- /dev/null +++ b/metadata/md5-cache/net-misc/networkmanager-pptp-1.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=net-misc/networkmanager-0.9.10:= >=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.32:2 net-dialup/ppp:= net-dialup/pptpclient gtk? ( app-crypt/libsecret >=gnome-extra/nm-applet-0.9.9.0 >=x11-libs/gtk+-3.4:3 ) sys-devel/gettext dev-util/intltool virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=NetworkManager PPTP plugin +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager +IUSE=gtk +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2+ +RDEPEND=>=net-misc/networkmanager-0.9.10:= >=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.32:2 net-dialup/ppp:= net-dialup/pptpclient gtk? ( app-crypt/libsecret >=gnome-extra/nm-applet-0.9.9.0 >=x11-libs/gtk+-3.4:3 ) +SLOT=0 +SRC_URI=mirror://gnome/sources/NetworkManager-pptp/1.0/NetworkManager-pptp-1.0.0.tar.xz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=5925e93958d77237f9d332fd00c2cca1 diff --git a/metadata/md5-cache/net-misc/networkmanager-vpnc-1.0.0 b/metadata/md5-cache/net-misc/networkmanager-vpnc-1.0.0 new file mode 100644 index 000000000000..03f955c75804 --- /dev/null +++ b/metadata/md5-cache/net-misc/networkmanager-vpnc-1.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=net-misc/networkmanager-0.9.10:= >=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.32:2 >=net-misc/vpnc-0.5 gtk? ( app-crypt/libsecret >=gnome-extra/nm-applet-0.9.9.0 >=x11-libs/gtk+-3.4:3 ) sys-devel/gettext dev-util/intltool virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=NetworkManager VPNC plugin +EAPI=5 +HOMEPAGE=https://wiki.gnome.org/Projects/NetworkManager +IUSE=gtk test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2+ +RDEPEND=>=net-misc/networkmanager-0.9.10:= >=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.32:2 >=net-misc/vpnc-0.5 gtk? ( app-crypt/libsecret >=gnome-extra/nm-applet-0.9.9.0 >=x11-libs/gtk+-3.4:3 ) +SLOT=0 +SRC_URI=mirror://gnome/sources/NetworkManager-vpnc/1.0/NetworkManager-vpnc-1.0.0.tar.xz +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 29582087e5f16ca16b1c6815c2ae2b65 gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f +_md5_=363c0f269d028411507ff7e9c49a4b6e diff --git a/metadata/md5-cache/net-misc/strongswan-5.2.1 b/metadata/md5-cache/net-misc/strongswan-5.2.2 similarity index 95% rename from metadata/md5-cache/net-misc/strongswan-5.2.1 rename to metadata/md5-cache/net-misc/strongswan-5.2.2 index 516945a0f8b5..afefc3637720 100644 --- a/metadata/md5-cache/net-misc/strongswan-5.2.1 +++ b/metadata/md5-cache/net-misc/strongswan-5.2.2 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 LICENSE=GPL-2 RSA DES RDEPEND=!net-misc/openswan gmp? ( >=dev-libs/gmp-4.1.5 ) gcrypt? ( dev-libs/libgcrypt:0 ) caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) ldap? ( net-nds/openldap ) openssl? ( >=dev-libs/openssl-0.9.8[-bindist] ) mysql? ( virtual/mysql ) sqlite? ( >=dev-db/sqlite-3.3.1 ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) strongswan_plugins_unbound? ( net-dns/unbound ) virtual/logger sys-apps/iproute2 !net-misc/libreswan SLOT=0 -SRC_URI=http://download.strongswan.org/strongswan-5.2.1.tar.bz2 +SRC_URI=http://download.strongswan.org/strongswan-5.2.2.tar.bz2 _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 linux-info 2b8c53f6065bdee2d757472215a3088f multilib 3bf24e6abb9b76d9f6c20600f0b716bf systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=f47bc6981037d923153e9ab8a813e180 +_md5_=498513ada2799ee6980cfdd9a1c5d5e9 diff --git a/metadata/md5-cache/net-misc/whois-5.1.5 b/metadata/md5-cache/net-misc/whois-5.1.5 index 68f2fdb8dedf..8322d5aea4aa 100644 --- a/metadata/md5-cache/net-misc/whois-5.1.5 +++ b/metadata/md5-cache/net-misc/whois-5.1.5 @@ -4,11 +4,11 @@ DESCRIPTION=improved Whois Client EAPI=4 HOMEPAGE=http://www.linux.it/~md/software/ IUSE=iconv idn nls -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=iconv? ( virtual/libiconv ) idn? ( net-dns/libidn ) nls? ( virtual/libintl ) RESTRICT=test SLOT=0 SRC_URI=mirror://debian/pool/main/w/whois/whois_5.1.5.tar.xz _eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=017bd2afa5eaf8a5022e8ae9de3afd1e +_md5_=714271fc8c7195d970a054b9a2731d24 diff --git a/metadata/md5-cache/net-p2p/bitcoin-qt-0.8.6 b/metadata/md5-cache/net-p2p/bitcoin-qt-0.8.6-r1 similarity index 86% rename from metadata/md5-cache/net-p2p/bitcoin-qt-0.8.6 rename to metadata/md5-cache/net-p2p/bitcoin-qt-0.8.6-r1 index 2f51413781da..d64ebacd2c31 100644 --- a/metadata/md5-cache/net-p2p/bitcoin-qt-0.8.6 +++ b/metadata/md5-cache/net-p2p/bitcoin-qt-0.8.6-r1 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] <=dev-libs/leveldb-1.12.0[-snappy] dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) >=app-shells/bash-4.1 >=sys-apps/sed-4 +DEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) >=app-shells/bash-4.1 >=sys-apps/sed-4 DESCRIPTION=An end-user Qt4 GUI for the Bitcoin crypto-currency EAPI=4 HOMEPAGE=http://bitcoin.org/ IUSE=1stclassmsg dbus ipv6 kde +qrcode upnp linguas_af_ZA linguas_ar linguas_bg linguas_bs linguas_ca linguas_ca_ES linguas_cs linguas_cy linguas_da linguas_de linguas_el_GR linguas_en linguas_eo linguas_es linguas_es_CL linguas_et linguas_eu_ES linguas_fa linguas_fa_IR linguas_fi linguas_fr linguas_fr_CA linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_it linguas_ja linguas_la linguas_lt linguas_lv_LV linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro_RO linguas_ru linguas_sk linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_zh_CN linguas_zh_TW KEYWORDS=~amd64 ~arm ~x86 LICENSE=MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 ) -RDEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] <=dev-libs/leveldb-1.12.0[-snappy] dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) +RDEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) SLOT=0 SRC_URI=https://github.com/bitcoin/bitcoin/archive/v0.8.6.tar.gz -> bitcoin-v0.8.6.tgz 1stclassmsg? ( http://luke.dashjr.org/programs/bitcoin/files/bitcoind/luke-jr/1stclassmsg/0.8.2-1stclassmsg.patch.xz ) _eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 db-use 82d0e62839f20e1e0d5a2259abd5316f eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde4-functions 492237eb2823bdc02bc769530501f0ea multilib 3bf24e6abb9b76d9f6c20600f0b716bf qmake-utils 9e0174de733aecba0a7e66b2b01841d2 qt4-r2 7199e3db5b5908325487d379c6f67cf0 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=3284d18439fcfe9c9cb0a5c5da852867 +_md5_=40087a42777969b2abcbef4711d92926 diff --git a/metadata/md5-cache/net-p2p/bitcoin-qt-0.9.2.1 b/metadata/md5-cache/net-p2p/bitcoin-qt-0.9.2.1 deleted file mode 100644 index 83843bc37c50..000000000000 --- a/metadata/md5-cache/net-p2p/bitcoin-qt-0.9.2.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] dev-libs/protobuf qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) >=app-shells/bash-4.1 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 -DESCRIPTION=An end-user Qt4 GUI for the Bitcoin crypto-currency -EAPI=4 -HOMEPAGE=http://bitcoin.org/ -IUSE=dbus kde +qrcode test upnp linguas_ach linguas_af_ZA linguas_ar linguas_be_BY linguas_bg linguas_bs linguas_ca linguas_ca@valencia linguas_ca_ES linguas_cmn linguas_cs linguas_cy linguas_da linguas_de linguas_el_GR linguas_en linguas_eo linguas_es linguas_es_CL linguas_es_DO linguas_es_MX linguas_es_UY linguas_et linguas_eu_ES linguas_fa linguas_fa_IR linguas_fi linguas_fr linguas_fr_CA linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_id_ID linguas_it linguas_ja linguas_ka linguas_kk_KZ linguas_ko_KR linguas_ky linguas_la linguas_lt linguas_lv_LV linguas_mn linguas_ms_MY linguas_nb linguas_nl linguas_pam linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro_RO linguas_ru linguas_sah linguas_sk linguas_sl_SI linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_ur_PK linguas_uz@Cyrl linguas_vi linguas_vi_VN linguas_zh_HK linguas_zh_CN linguas_zh_TW -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 ) -RDEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] dev-libs/protobuf qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) -SLOT=0 -SRC_URI=https://github.com/bitcoin/bitcoin/archive/v0.9.2.1.tar.gz -> bitcoin-v0.9.2.1.tgz -_eclasses_=autotools ae13678d52af6816cb92f952594d882a base 87f7447ccfc06fd0729ff4684e11e0d6 db-use 82d0e62839f20e1e0d5a2259abd5316f eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde4-functions 492237eb2823bdc02bc769530501f0ea libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf qmake-utils 9e0174de733aecba0a7e66b2b01841d2 qt4-r2 7199e3db5b5908325487d379c6f67cf0 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=37677026e98eea65afbdd9e3217714bf diff --git a/metadata/md5-cache/net-p2p/bitcoin-qt-0.9.3 b/metadata/md5-cache/net-p2p/bitcoin-qt-0.9.3-r1 similarity index 94% rename from metadata/md5-cache/net-p2p/bitcoin-qt-0.9.3 rename to metadata/md5-cache/net-p2p/bitcoin-qt-0.9.3-r1 index c37168226d37..6970d4237506 100644 --- a/metadata/md5-cache/net-p2p/bitcoin-qt-0.9.3 +++ b/metadata/md5-cache/net-p2p/bitcoin-qt-0.9.3-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm prepare test unpack -DEPEND=>=dev-libs/boost-1.52.0[threads(+)] dev-libs/openssl:0[-bindist] dev-libs/protobuf qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) >=app-shells/bash-4.1 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 +DEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] dev-libs/protobuf qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) >=app-shells/bash-4.1 !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 DESCRIPTION=An end-user Qt4 GUI for the Bitcoin crypto-currency EAPI=4 HOMEPAGE=http://bitcoin.org/ IUSE=1stclassmsg dbus kde ljr ljr-antispam +qrcode test upnp linguas_ach linguas_af_ZA linguas_ar linguas_be_BY linguas_bg linguas_bs linguas_ca linguas_ca@valencia linguas_ca_ES linguas_cmn linguas_cs linguas_cy linguas_da linguas_de linguas_el_GR linguas_en linguas_eo linguas_es linguas_es_CL linguas_es_DO linguas_es_MX linguas_es_UY linguas_et linguas_eu_ES linguas_fa linguas_fa_IR linguas_fi linguas_fr linguas_fr_CA linguas_gl linguas_gu_IN linguas_he linguas_hi_IN linguas_hr linguas_hu linguas_id_ID linguas_it linguas_ja linguas_ka linguas_kk_KZ linguas_ko_KR linguas_ky linguas_la linguas_lt linguas_lv_LV linguas_mn linguas_ms_MY linguas_nb linguas_nl linguas_pam linguas_pl linguas_pt_BR linguas_pt_PT linguas_ro_RO linguas_ru linguas_sah linguas_sk linguas_sl_SI linguas_sq linguas_sr linguas_sv linguas_th_TH linguas_tr linguas_uk linguas_ur_PK linguas_uz@Cyrl linguas_vi linguas_vi_VN linguas_zh_HK linguas_zh_CN linguas_zh_TW KEYWORDS=~amd64 ~arm ~x86 LICENSE=MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 ) -RDEPEND=>=dev-libs/boost-1.52.0[threads(+)] dev-libs/openssl:0[-bindist] dev-libs/protobuf qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) +RDEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] dev-libs/protobuf qrcode? ( media-gfx/qrencode ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 ) REQUIRED_USE=1stclassmsg? ( ljr ) ljr-antispam? ( ljr ) SLOT=0 SRC_URI=https://github.com/bitcoin/bitcoin/archive/v0.9.3.tar.gz -> bitcoin-v0.9.3.tgz ljr? ( http://luke.dashjr.org/programs/bitcoin/files/bitcoind/luke-jr/0.9.x/0.9.3.ljr20141002/bitcoin-0.9.3.ljr20141002.patch.xz ) _eclasses_=autotools ae13678d52af6816cb92f952594d882a base 87f7447ccfc06fd0729ff4684e11e0d6 db-use 82d0e62839f20e1e0d5a2259abd5316f eutils f99a767f569b1f0731b3a1edd17c1d11 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 5cdfd22a2163c9d3a891648bd19453a7 kde4-functions 492237eb2823bdc02bc769530501f0ea libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf qmake-utils 9e0174de733aecba0a7e66b2b01841d2 qt4-r2 7199e3db5b5908325487d379c6f67cf0 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=456b75e403c1ccca804e1e88fdde3aaa +_md5_=cb579502bfec6dc5f4f3f9c285e5bc6a diff --git a/metadata/md5-cache/net-p2p/bitcoind-0.8.6-r1 b/metadata/md5-cache/net-p2p/bitcoind-0.8.6-r2 similarity index 77% rename from metadata/md5-cache/net-p2p/bitcoind-0.8.6-r1 rename to metadata/md5-cache/net-p2p/bitcoind-0.8.6-r2 index 13d86c02b68a..0a2e9a87386d 100644 --- a/metadata/md5-cache/net-p2p/bitcoind-0.8.6-r1 +++ b/metadata/md5-cache/net-p2p/bitcoind-0.8.6-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install prepare setup test -DEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] <=dev-libs/leveldb-1.12.0[-snappy] >=app-shells/bash-4.1 sys-apps/sed virtual/pkgconfig +DEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb >=app-shells/bash-4.1 sys-apps/sed virtual/pkgconfig DESCRIPTION=Original Bitcoin crypto-currency wallet for automated services EAPI=4 HOMEPAGE=http://bitcoin.org/ -IUSE=bash-completion examples ipv6 logrotate upnp +IUSE=examples ipv6 logrotate upnp KEYWORDS=~amd64 ~arm ~x86 LICENSE=MIT ISC GPL-2 -RDEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] <=dev-libs/leveldb-1.12.0[-snappy] +RDEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) sys-libs/db:4.8[cxx] virtual/bitcoin-leveldb SLOT=0 SRC_URI=https://github.com/bitcoin/bitcoin/archive/v0.8.6.tar.gz -> bitcoin-v0.8.6.tgz _eclasses_=bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 db-use 82d0e62839f20e1e0d5a2259abd5316f eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=919d0ceb5cabf5aef3b3688c38f4b0f6 +_md5_=01762faaac590c9dac11c5850229cf9a diff --git a/metadata/md5-cache/net-p2p/bitcoind-0.9.2.1 b/metadata/md5-cache/net-p2p/bitcoind-0.9.2.1 deleted file mode 100644 index b045dba49967..000000000000 --- a/metadata/md5-cache/net-p2p/bitcoind-0.9.2.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare setup test -DEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) wallet? ( sys-libs/db:4.8[cxx] ) virtual/bitcoin-leveldb >=app-shells/bash-4.1 sys-apps/sed !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig -DESCRIPTION=Original Bitcoin crypto-currency wallet for automated services -EAPI=4 -HOMEPAGE=http://bitcoin.org/ -IUSE=examples logrotate test upnp +wallet -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=MIT ISC GPL-2 -RDEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) wallet? ( sys-libs/db:4.8[cxx] ) virtual/bitcoin-leveldb -SLOT=0 -SRC_URI=https://github.com/bitcoin/bitcoin/archive/v0.9.2.1.tar.gz -> bitcoin-v0.9.2.1.tgz -_eclasses_=autotools ae13678d52af6816cb92f952594d882a bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 db-use 82d0e62839f20e1e0d5a2259abd5316f eutils f99a767f569b1f0731b3a1edd17c1d11 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=4e3ed87df57aa173e0dd114ed81c992d diff --git a/metadata/md5-cache/net-p2p/bitcoind-0.9.3 b/metadata/md5-cache/net-p2p/bitcoind-0.9.3-r1 similarity index 89% rename from metadata/md5-cache/net-p2p/bitcoind-0.9.3 rename to metadata/md5-cache/net-p2p/bitcoind-0.9.3-r1 index 9115e78c5cb0..1c6a74d3fc5a 100644 --- a/metadata/md5-cache/net-p2p/bitcoind-0.9.3 +++ b/metadata/md5-cache/net-p2p/bitcoind-0.9.3-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=configure install prepare setup test -DEPEND=>=dev-libs/boost-1.52.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) wallet? ( sys-libs/db:4.8[cxx] ) virtual/bitcoin-leveldb >=app-shells/bash-4.1 sys-apps/sed !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig +DEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) wallet? ( sys-libs/db:4.8[cxx] ) virtual/bitcoin-leveldb >=app-shells/bash-4.1 sys-apps/sed !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig DESCRIPTION=Original Bitcoin crypto-currency wallet for automated services EAPI=4 HOMEPAGE=http://bitcoin.org/ IUSE=examples ljr ljr-antispam logrotate test upnp +wallet KEYWORDS=~amd64 ~arm ~x86 LICENSE=MIT ISC GPL-2 -RDEPEND=>=dev-libs/boost-1.52.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) wallet? ( sys-libs/db:4.8[cxx] ) virtual/bitcoin-leveldb +RDEPEND=>=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate ) upnp? ( net-libs/miniupnpc ) wallet? ( sys-libs/db:4.8[cxx] ) virtual/bitcoin-leveldb REQUIRED_USE=ljr-antispam? ( ljr ) SLOT=0 SRC_URI=https://github.com/bitcoin/bitcoin/archive/v0.9.3.tar.gz -> bitcoin-v0.9.3.tgz ljr? ( http://luke.dashjr.org/programs/bitcoin/files/bitcoind/luke-jr/0.9.x/0.9.3.ljr20141002/bitcoin-0.9.3.ljr20141002.patch.xz ) _eclasses_=autotools ae13678d52af6816cb92f952594d882a bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 db-use 82d0e62839f20e1e0d5a2259abd5316f eutils f99a767f569b1f0731b3a1edd17c1d11 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f -_md5_=e50b719d0170cfce6f816b47a65b69dc +_md5_=a1ed8fa0ed455a12ccedf6459cb64b6b diff --git a/metadata/md5-cache/sci-visualization/opendx-4.4.4-r5 b/metadata/md5-cache/sci-visualization/opendx-4.4.4-r5 new file mode 100644 index 000000000000..20e71762c956 --- /dev/null +++ b/metadata/md5-cache/sci-visualization/opendx-4.4.4-r5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=x11-libs/libXmu x11-libs/libXi x11-libs/libXp x11-libs/libXpm >=x11-libs/motif-2.3:0 virtual/opengl virtual/glu szip? ( sci-libs/szip ) hdf? ( sci-libs/hdf ) cdf? ( sci-libs/cdf ) netcdf? ( sci-libs/netcdf ) tiff? ( media-libs/tiff ) imagemagick? ( media-gfx/imagemagick ) virtual/pkgconfig !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=3D data visualization tool +EAPI=5 +HOMEPAGE=http://www.opendx.org/ +IUSE=hdf cdf netcdf tiff imagemagick szip smp +KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux +LICENSE=IBM +RDEPEND=x11-libs/libXmu x11-libs/libXi x11-libs/libXp x11-libs/libXpm >=x11-libs/motif-2.3:0 virtual/opengl virtual/glu szip? ( sci-libs/szip ) hdf? ( sci-libs/hdf ) cdf? ( sci-libs/cdf ) netcdf? ( sci-libs/netcdf ) tiff? ( media-libs/tiff ) imagemagick? ( media-gfx/imagemagick ) +SLOT=0 +SRC_URI=http://opendx.sdsc.edu/source/dx-4.4.4.tar.gz +_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=52a4cde1a00f20038af63d1b3d306be8 diff --git a/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r13 b/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r13 new file mode 100644 index 000000000000..c38fd1113058 --- /dev/null +++ b/metadata/md5-cache/sys-libs/uclibc-0.9.33.2-r13 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install postinst setup test unpack +DESCRIPTION=C library for developing embedded Linux systems +HOMEPAGE=http://www.uclibc.org/ +IUSE=debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp crosscompile_opts_headers-only savedconfig +KEYWORDS=-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86 +LICENSE=LGPL-2 +RESTRICT=strip +SLOT=0 +SRC_URI=http://uclibc.org/downloads/uClibc-0.9.33.2.tar.bz2 mirror://gentoo/uClibc-0.9.33.2-patches-15.tar.bz2 +_eclasses_=eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multilib 3bf24e6abb9b76d9f6c20600f0b716bf portability a45c088f246ef5091e029f6285d7ce42 savedconfig 5313100f525c41f6c72c6e04edeb4f65 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=ef547a8253080f166c82c4ec683d73ab diff --git a/metadata/md5-cache/www-apache/mod_wsgi-4.4.5 b/metadata/md5-cache/www-apache/mod_wsgi-4.4.5 new file mode 100644 index 000000000000..a00be6ac56fa --- /dev/null +++ b/metadata/md5-cache/www-apache/mod_wsgi-4.4.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst setup +DEPEND==www-servers/apache-2* +DESCRIPTION=An Apache2 module for running Python WSGI applications +EAPI=5 +HOMEPAGE=http://code.google.com/p/modwsgi/ +IUSE=python_targets_python3_3 python_targets_python3_4 python_targets_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python2_7 +KEYWORDS=~amd64 ~ppc ~x86 +LICENSE=Apache-2.0 +RDEPEND==www-servers/apache-2* +SLOT=0 +SRC_URI=https://github.com/GrahamDumpleton/mod_wsgi/archive/4.4.5.tar.gz -> mod_wsgi-4.4.5.tar.gz +_eclasses_=apache-module 5c4c90da2d68c2dc8391666824f1293c depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils f99a767f569b1f0731b3a1edd17c1d11 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 ed2ee20dc74a34be60f5b1b500e92a5b python-utils-r1 7d5f4ad9ba85664d8c5f56041a70f4c3 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=828f5fc8a5c87643bcc4d7b8008e04b1 diff --git a/metadata/md5-cache/www-apps/phpsysinfo-3.1.17 b/metadata/md5-cache/www-apps/phpsysinfo-3.1.17 new file mode 100644 index 000000000000..6477a28c3abd --- /dev/null +++ b/metadata/md5-cache/www-apps/phpsysinfo-3.1.17 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install postinst prerm setup +DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=app-admin/webapp-config-1.50.15 +DESCRIPTION=phpSysInfo is a nice package that will display your system stats via PHP +EAPI=5 +HOMEPAGE=http://rk4an.github.com/phpsysinfo/ +IUSE=vhosts +KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=virtual/httpd-php dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode] >=app-admin/webapp-config-1.50.15 +SLOT=3.1.17 +SRC_URI=https://github.com/rk4an/phpsysinfo/archive/v3.1.17.tar.gz -> phpsysinfo-3.1.17.tar.gz +_eclasses_=webapp 25b9b1696f5e698711f47d45c3d45e3e +_md5_=4b7f427b4f77f99c076a3d83ca628c48 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.12.4-r3 b/metadata/md5-cache/x11-base/xorg-server-1.12.4-r3 index afef22df45b3..e2384c9e31d7 100644 --- a/metadata/md5-cache/x11-base/xorg-server-1.12.4-r3 +++ b/metadata/md5-cache/x11-base/xorg-server-1.12.4-r3 @@ -4,7 +4,7 @@ DESCRIPTION=X.Org X servers EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux tslib +udev static-libs doc -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.12 ) RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) @@ -12,4 +12,4 @@ REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) SLOT=0/1.12.4 SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.12.4.tar.bz2 mirror://gentoo/xorg-server-1.12-cve-2014-8091..8103.patches.tar.xz _eclasses_=autotools ae13678d52af6816cb92f952594d882a autotools-utils 3727db64c7b960903d5033280f108080 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f xorg-2 69479ff7a35a30e863a475568d29b9be -_md5_=b432451a1ae6d75056f13a34db907397 +_md5_=b0795b7f11136a1881f5d67beb766ccf diff --git a/metadata/md5-cache/x11-base/xorg-server-1.15.2-r1 b/metadata/md5-cache/x11-base/xorg-server-1.15.2-r1 index a4d3b1c48193..7f472a5244be 100644 --- a/metadata/md5-cache/x11-base/xorg-server-1.15.2-r1 +++ b/metadata/md5-cache/x11-base/xorg-server-1.15.2-r1 @@ -4,7 +4,7 @@ DESCRIPTION=X.Org X servers EAPI=5 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux +suid tslib +udev unwind static-libs doc -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=MIT PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.15 ) RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/libxshmfence-1.1 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.3.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-9.2.0[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) unwind? ( sys-libs/libunwind ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) @@ -12,4 +12,4 @@ REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) SLOT=0/1.15.2 SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.15.2.tar.bz2 mirror://gentoo/xorg-server-1.16-cve-2014-8091..8103.patches.tar.xz _eclasses_=autotools ae13678d52af6816cb92f952594d882a autotools-utils 3727db64c7b960903d5033280f108080 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f xorg-2 69479ff7a35a30e863a475568d29b9be -_md5_=1635a7b61dfbda2933101221d60a3b8e +_md5_=d1b197c86ce2a16a3405c2432e46f3a7 diff --git a/metadata/md5-cache/x11-libs/motif-2.3.4-r3 b/metadata/md5-cache/x11-libs/motif-2.3.4-r3 new file mode 100644 index 000000000000..17cd0bfe3a6c --- /dev/null +++ b/metadata/md5-cache/x11-libs/motif-2.3.4-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-motif[-abi_x86_32(-)] ) >=x11-libs/libX11-1.6.2[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(-)?] >=x11-libs/libXext-1.3.2[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(-)?] >=x11-libs/libXmu-1.1.1-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(-)?] >=x11-libs/libXp-1.0.2[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(-)?] >=x11-libs/libXt-1.1.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(-)?] jpeg? ( >=virtual/jpeg-0-r2: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(-)?] ) png? ( >=media-libs/libpng-1.6.10: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(-)?] ) unicode? ( >=virtual/libiconv-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(-)?] ) xft? ( >=media-libs/fontconfig-2.10.92[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(-)?] >=x11-libs/libXft-2.3.1-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/flex || ( dev-util/byacc sys-freebsd/freebsd-ubin ) x11-misc/xbitmaps !=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=The Motif user interface component toolkit +EAPI=5 +HOMEPAGE=http://sourceforge.net/projects/motif/ http://motif.ics.com/ +IUSE=examples jpeg +motif22-compatibility png static-libs unicode xft 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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=LGPL-2.1+ MIT +RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-motif[-abi_x86_32(-)] ) >=x11-libs/libX11-1.6.2[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(-)?] >=x11-libs/libXext-1.3.2[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(-)?] >=x11-libs/libXmu-1.1.1-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(-)?] >=x11-libs/libXp-1.0.2[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(-)?] >=x11-libs/libXt-1.1.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(-)?] jpeg? ( >=virtual/jpeg-0-r2: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(-)?] ) png? ( >=media-libs/libpng-1.6.10: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(-)?] ) unicode? ( >=virtual/libiconv-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(-)?] ) xft? ( >=media-libs/fontconfig-2.10.92[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(-)?] >=x11-libs/libXft-2.3.1-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(-)?] ) +SLOT=0 +SRC_URI=mirror://sourceforge/project/motif/Motif%202.3.4%20Source%20Code/motif-2.3.4-src.tgz mirror://gentoo/motif-2.3.4-patches-1.tar.xz +_eclasses_=autotools ae13678d52af6816cb92f952594d882a eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac +_md5_=bfa34f08bd7ae7564efa1f8e21f27be6 diff --git a/metadata/md5-cache/x11-misc/virtualgl-2.3.3 b/metadata/md5-cache/x11-misc/virtualgl-2.3.3 index 8c5b82f9db78..d4667cc7f426 100644 --- a/metadata/md5-cache/x11-misc/virtualgl-2.3.3 +++ b/metadata/md5-cache/x11-misc/virtualgl-2.3.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=ssl? ( dev-libs/openssl ) media-libs/libjpeg-turbo x11-libs/libX11 x11-libs/libXext x11-libs/libXv amd64? ( abi_x86_32? ( || ( >=media-libs/libjpeg-turbo-1.3.0-r3[abi_x86_32] app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) || ( ( >=x11-libs/libX11-1.6.2[abi_x86_32] >=x11-libs/libXext-1.3.2[abi_x86_32] >=x11-libs/libXv-1.0.10[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs[-abi_x86_32] ) || ( ( >=virtual/glu-9.0-r1[abi_x86_32] >=virtual/opengl-7.0-r1[abi_x86_32] ) app-emulation/emul-linux-x86-opengl[-abi_x86_32] ) ) ) virtual/glu virtual/opengl sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) virtual/pkgconfig +DEPEND=ssl? ( dev-libs/openssl[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(-)?] ) media-libs/libjpeg-turbo[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(-)?] x11-libs/libX11[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(-)?] x11-libs/libXext[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(-)?] x11-libs/libXv[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(-)?] amd64? ( abi_x86_32? ( || ( >=media-libs/libjpeg-turbo-1.3.0-r3[abi_x86_32] app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) || ( ( >=x11-libs/libX11-1.6.2[abi_x86_32] >=x11-libs/libXext-1.3.2[abi_x86_32] >=x11-libs/libXv-1.0.10[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs[-abi_x86_32] ) || ( ( >=virtual/glu-9.0-r1[abi_x86_32] >=virtual/opengl-7.0-r1[abi_x86_32] ) app-emulation/emul-linux-x86-opengl[-abi_x86_32] ) ) ) virtual/glu[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(-)?] virtual/opengl[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/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) virtual/pkgconfig DESCRIPTION=Run OpenGL applications remotely with full 3D hardware acceleration EAPI=5 HOMEPAGE=http://www.virtualgl.org/ IUSE=ssl 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=amd64 x86 LICENSE=LGPL-2.1 wxWinLL-3.1 FLTK -RDEPEND=ssl? ( dev-libs/openssl ) media-libs/libjpeg-turbo x11-libs/libX11 x11-libs/libXext x11-libs/libXv amd64? ( abi_x86_32? ( || ( >=media-libs/libjpeg-turbo-1.3.0-r3[abi_x86_32] app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) || ( ( >=x11-libs/libX11-1.6.2[abi_x86_32] >=x11-libs/libXext-1.3.2[abi_x86_32] >=x11-libs/libXv-1.0.10[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs[-abi_x86_32] ) || ( ( >=virtual/glu-9.0-r1[abi_x86_32] >=virtual/opengl-7.0-r1[abi_x86_32] ) app-emulation/emul-linux-x86-opengl[-abi_x86_32] ) ) ) virtual/glu virtual/opengl +RDEPEND=ssl? ( dev-libs/openssl[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(-)?] ) media-libs/libjpeg-turbo[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(-)?] x11-libs/libX11[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(-)?] x11-libs/libXext[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(-)?] x11-libs/libXv[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(-)?] amd64? ( abi_x86_32? ( || ( >=media-libs/libjpeg-turbo-1.3.0-r3[abi_x86_32] app-emulation/emul-linux-x86-baselibs[-abi_x86_32] ) || ( ( >=x11-libs/libX11-1.6.2[abi_x86_32] >=x11-libs/libXext-1.3.2[abi_x86_32] >=x11-libs/libXv-1.0.10[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs[-abi_x86_32] ) || ( ( >=virtual/glu-9.0-r1[abi_x86_32] >=virtual/opengl-7.0-r1[abi_x86_32] ) app-emulation/emul-linux-x86-opengl[-abi_x86_32] ) ) ) virtual/glu[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(-)?] virtual/opengl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] SLOT=0 SRC_URI=mirror://sourceforge/virtualgl/VirtualGL/2.3.3/VirtualGL-2.3.3.tar.gz _eclasses_=cmake-multilib ca4c6ecda3062bf851d951987568fdae cmake-utils 0e29eadbd656185bce30d2449ab48035 eutils f99a767f569b1f0731b3a1edd17c1d11 flag-o-matic c263990f1b677b0f0be0a3299f179762 multibuild 6d4858dc00f8bc51caf3f957f8430eb0 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multilib-build 0983c7893df461213a05f791cc7dea6d multilib-minimal 13dd976916c35a1e2c8d170e840c7018 systemd 090342761f573a8280dd5aa6b0345f3b toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac -_md5_=ad8a08a93aed72a3c825bdccab977780 +_md5_=7b8f617ec74c31c00099ace2ad3ec474 diff --git a/metadata/md5-cache/x11-plugins/pidgin-otr-4.0.0 b/metadata/md5-cache/x11-plugins/pidgin-otr-4.0.0 deleted file mode 100644 index bbbb5eff2e79..000000000000 --- a/metadata/md5-cache/x11-plugins/pidgin-otr-4.0.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=- -DEPEND=dev-libs/libgcrypt:0 net-im/pidgin[gtk] >=net-libs/libotr-4.0.0 x11-libs/gtk+:2 dev-util/intltool virtual/pkgconfig -DESCRIPTION=(OTR) Messaging allows you to have private conversations over instant messaging -EAPI=5 -HOMEPAGE=http://www.cypherpunks.ca/otr/ -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=dev-libs/libgcrypt:0 net-im/pidgin[gtk] >=net-libs/libotr-4.0.0 x11-libs/gtk+:2 -SLOT=0 -SRC_URI=http://www.cypherpunks.ca/otr/pidgin-otr-4.0.0.tar.gz -_md5_=2f73418296b7b73d401153cbad852bed diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 1dfc99c92b68..e14794630160 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Fri, 09 Jan 2015 21:07:03 +0000 +Sun, 11 Jan 2015 10:36:54 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index 6a1256e37cee..00dc8b58b93d 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Fri Jan 9 21:07:00 UTC 2015 +Sun Jan 11 10:36:50 UTC 2015 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 7f2efc33e940..90940f6bf173 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Fri, 09 Jan 2015 21:30:01 +0000 +Sun, 11 Jan 2015 11:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index f3a6f7f998ba..c2ac4aa1de10 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1420837501 Fri 09 Jan 2015 09:05:01 PM UTC UTC +1420972501 Sun 11 Jan 2015 10:35:01 AM UTC UTC diff --git a/net-analyzer/traceroute/traceroute-2.0.20.ebuild b/net-analyzer/traceroute/traceroute-2.0.20.ebuild index e3e13ed934e7..fcc6d77ad7ea 100644 --- a/net-analyzer/traceroute/traceroute-2.0.20.ebuild +++ b/net-analyzer/traceroute/traceroute-2.0.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.20.ebuild,v 1.7 2014/12/07 20:28:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.20.ebuild,v 1.8 2015/01/10 20:44:32 klausman Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="static" RDEPEND="!=libotr-4.1.0 is required due to critical bugfix +# d748757e581b74e7298df155ad49174cb914102b, see README.md +RDEPEND=" + >=dev-libs/glib-2.22.0:2 + >=dev-libs/libgcrypt-1.2.0:0 + >=net-libs/libotr-4.1.0 + >=net-irc/irssi-0.8.15" + +DEPEND="${RDEPEND} + virtual/pkgconfig" + +AUTOTOOLS_AUTORECONF="yes" +DOCS=( README.md ) +PATCHES=( "${FILESDIR}/${P}-cflags.patch" ) diff --git a/net-libs/libotr/Manifest b/net-libs/libotr/Manifest index 628cf504e2da..393fde54b534 100644 --- a/net-libs/libotr/Manifest +++ b/net-libs/libotr/Manifest @@ -1,3 +1,2 @@ DIST libotr-3.2.1.tar.gz 414684 SHA256 d428eaa584984baa09450cca07742e0ac8fc62401f3a1c556e3025023369cdf4 SHA512 7dfac85cb7dd1a95481330ecf3bfe54477a9de7e20370919386e8aa9553e374a2d3587d7b4bb654d1a30bd1c47e41c577f7b78f4007c5cb97f2f6a2c63078899 WHIRLPOOL 96593df2cc3f5e5e606e14170c3706b1dc17f2142821d827d2e5ae1473b923eacc95909f489f18a700539e07de2042e39df36157f724ba79916591c8ccca594b -DIST libotr-4.0.0.tar.gz 441441 SHA256 3f911994409898e74527730745ef35ed75c352c695a1822a677a34b2cf0293b4 SHA512 3f0a549bb615d6ff486db0efcc82fc6ad17c5860740c760315d5c81d298b00648d11f9da69c65b9859111d2150e4d10062aeb8611810f11e1da1ce62f07f02b6 WHIRLPOOL 29614fd709358d5363b2204c38e5fc6984acb56c880ae05706b464bddb7832f0a6e9af03a689135423909e26cdaecb2ca1a13f9c02c21a4477149432dfcd6aef DIST libotr-4.1.0.tar.gz 576771 SHA256 4fdb891940ec89d300190a98f69a9138248dcb8c8d337633fb981b8d0a9cd930 SHA512 3c6a6bf8ee64467484519187d1bc86001d5ae6ceb169e9c828f7750a1db3dadfef677b828a5d292e5caa12f874711df4fd2db977d48dc968e9f0edc2eab58e3e WHIRLPOOL ffd9f0ae542a2013554547ca37059cba91f3c5b4966a870d5df6f82a794da4aee318c3e1d1dbd23405a67990f9aee750281d6083d1ded59048191981dc59af16 diff --git a/net-libs/libotr/libotr-4.0.0.ebuild b/net-libs/libotr/libotr-4.0.0.ebuild deleted file mode 100644 index b21ae7587eb7..000000000000 --- a/net-libs/libotr/libotr-4.0.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-4.0.0.ebuild,v 1.4 2014/03/01 22:31:38 mgorny Exp $ - -EAPI=5 - -DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" -HOMEPAGE="https://otr.cypherpunks.ca" -SRC_URI="https://otr.cypherpunks.ca/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=">=dev-libs/libgcrypt-1.2:0 - dev-libs/libgpg-error" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ChangeLog NEWS README UPGRADING ) diff --git a/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild b/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild index 65f03442a988..f439d34e866f 100644 --- a/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild,v 1.7 2014/10/10 20:11:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.7.ebuild,v 1.8 2015/01/10 21:06:54 klausman Exp $ EAPI=5 @@ -11,7 +11,7 @@ else MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.bz2" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi diff --git a/net-misc/netifrc/netifrc-0.3.0.ebuild b/net-misc/netifrc/netifrc-0.3.0.ebuild index d5326aef22a8..eed21dbc0777 100644 --- a/net-misc/netifrc/netifrc-0.3.0.ebuild +++ b/net-misc/netifrc/netifrc-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild,v 1.1 2015/01/09 17:30:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-0.3.0.ebuild,v 1.3 2015/01/11 06:03:13 floppym Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then #EGIT_REPO_URI="git://github.com/gentoo/netifrc" # Alternate inherit git-r3 else - SRC_URI="http://dev.gentoo.org/~robbat2/dist/${P}.tar.bz2" + SRC_URI="http://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi @@ -54,7 +54,7 @@ src_install() { # Install the service file LIBEXECDIR=${EPREFIX}/lib/${PN} UNIT_DIR="$(systemd_get_unitdir)" - sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service" > "${T}/net_at.service" + sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > "${T}/net_at.service" || die systemd_newunit "${T}/net_at.service" 'net@.service' dosym "${UNIT_DIR}/net@.service" "${UNIT_DIR}/net@lo.service" } diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-9999.ebuild index c78452cd227a..804663f296c9 100644 --- a/net-misc/netifrc/netifrc-9999.ebuild +++ b/net-misc/netifrc/netifrc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.9 2015/01/09 17:30:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.10 2015/01/11 06:03:13 floppym Exp $ EAPI=5 @@ -54,7 +54,7 @@ src_install() { # Install the service file LIBEXECDIR=${EPREFIX}/lib/${PN} UNIT_DIR="$(systemd_get_unitdir)" - sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service" > "${T}/net_at.service" + sed "s:@LIBEXECDIR@:${LIBEXECDIR}:" "${S}/systemd/net_at.service.in" > "${T}/net_at.service" || die systemd_newunit "${T}/net_at.service" 'net@.service' dosym "${UNIT_DIR}/net@.service" "${UNIT_DIR}/net@lo.service" } diff --git a/net-misc/networkmanager-openconnect/Manifest b/net-misc/networkmanager-openconnect/Manifest index b0d2cc18eb22..a683a723e2e4 100644 --- a/net-misc/networkmanager-openconnect/Manifest +++ b/net-misc/networkmanager-openconnect/Manifest @@ -1,2 +1,2 @@ DIST NetworkManager-openconnect-0.9.10.0.tar.xz 438008 SHA256 8007d70a6943388bfa141f99fc4da9965fd122cf2741512ce0cf9c0f9c78331a SHA512 0543db106524e66782ce51854bfe29e2e0317e9e0de1d303c4c8a0e021d2cd04defa9421fffada8d5f6a4cd79672bf4dd7683415102c0ce85a9dea4132ad2f55 WHIRLPOOL a16a34214186c9446b31ccce87248007fef33b44073bf740dae1494ba5fec52d3814601680b2b1288ee02dcca4d57099e49b38717ef4ef14865bdcbe1de7d6b8 -DIST NetworkManager-openconnect-0.9.8.6.tar.xz 403596 SHA256 b549a9579b6aa189501bf0fcb046844c75bb1e5699ae5ddfca2296a58d0c9b07 SHA512 941c55602636f1e6c12f26c79e48e1d589a368dccb53c33001c6186481e04a3a593cc8fef9c3cb1ed9c439bd997d328450746984c6932db04b1841ce16a87587 WHIRLPOOL b207f96b9b80e4913ae217d50f302f2a2bdb60227fa566a0fafb76a3f931126ef7f9a1a2dd2d37e6d8ea8fdd8d4fad341dd3df4ea9651bd03fd5b093e599eca2 +DIST NetworkManager-openconnect-1.0.0.tar.xz 465812 SHA256 06f322f8efe9b882b19dcaa4314049171fd38701e902f688cbdcacfd21d23f5f SHA512 3a919750e865bf51213bba99cf141255a04e4452facca7ac40115cb9c66b5767e1831b11f10b3d93901f6d794aca22cf55ed80e2e061d8c38548727d0831eac5 WHIRLPOOL 0f3609a1d36f9e1a1859e2fe4c1a650bac7226eea5904b67190af85987ada9b075707d22cce4fb07880ce4da9ddca0fb1c08bd13b76a1343c08630a523b30039 diff --git a/net-misc/networkmanager-openconnect/networkmanager-openconnect-0.9.8.6.ebuild b/net-misc/networkmanager-openconnect/networkmanager-openconnect-1.0.0.ebuild similarity index 70% rename from net-misc/networkmanager-openconnect/networkmanager-openconnect-0.9.8.6.ebuild rename to net-misc/networkmanager-openconnect/networkmanager-openconnect-1.0.0.ebuild index e53b9d7c9b67..5be738ab3fa4 100644 --- a/net-misc/networkmanager-openconnect/networkmanager-openconnect-0.9.8.6.ebuild +++ b/net-misc/networkmanager-openconnect/networkmanager-openconnect-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-openconnect/networkmanager-openconnect-0.9.8.6.ebuild,v 1.4 2014/06/24 01:29:57 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-openconnect/networkmanager-openconnect-1.0.0.ebuild,v 1.1 2015/01/10 15:00:39 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,21 +13,18 @@ HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="gtk" RDEPEND=" - >=net-misc/networkmanager-0.9.8:= + app-crypt/libsecret + >=net-misc/networkmanager-0.9.10:= + >=dev-libs/glib-2.32:2 >=dev-libs/dbus-glib-0.74 dev-libs/libxml2:2 - gnome-base/libgnome-keyring >=net-misc/openconnect-3.02:= - gtk? ( - >=x11-libs/gtk+-2.91.4:3 - gnome-base/gnome-keyring - gnome-base/libgnome-keyring - )" - + gtk? ( >=x11-libs/gtk+-3.4:3 ) +" DEPEND="${RDEPEND} sys-devel/gettext dev-util/intltool @@ -38,7 +35,6 @@ src_configure() { gnome2_src_configure \ --disable-more-warnings \ --disable-static \ - --with-gtkver=3 \ $(use_with gtk gnome) \ $(use_with gtk authdlg) } diff --git a/net-misc/networkmanager-openswan/Manifest b/net-misc/networkmanager-openswan/Manifest index c0a079575852..bfc0afa37223 100644 --- a/net-misc/networkmanager-openswan/Manifest +++ b/net-misc/networkmanager-openswan/Manifest @@ -1,2 +1,3 @@ DIST NetworkManager-openswan-0.9.8.4.tar.xz 301068 SHA256 b11bbfeb2eb2efe6392a94f4b8f41efc3c79a947ed2eff3f0881d5bcd2edf107 SHA512 0e32005d979923add3db42333f6bf3f5e6759cde9436a4f6deb9e21f0ec227b5fe91467dbb2e4d95ed576cbfef016096123e36684af006b4b38ed141cc3eab20 WHIRLPOOL d211035e4d2d1ba068a3fed2b09d6177114c1fd90253a8518064fff6b859144441fc42b5388db7ae5b61731d8713dc8c79bcd2caa4490fba0135677f7bfafe25 +DIST NetworkManager-openswan-1.0.0.tar.xz 306000 SHA256 baac8816c95cc8d50aa00cbe8a78d8ddeb0b8ce710367e7e776ef36dd80c97fd SHA512 c39a9d21bca6d1a831cdbbe58115801d317e0d3f62f2298d04333a940e425220915e5803fe8e32b9e18a78584acb7e978b885546ab99d15895f9a7281c2cd337 WHIRLPOOL 54dec450f81ddbc9f8554daa2f27d228fc7edd64b72dad2ee203a88b4a61e1955063b8d3680ed3d7660f67b138d9db340e5ac2c352b4fde7228589d44b4c137e DIST networkmanager-openswan-0.9.8.4-patches.tar.bz2 11604 SHA256 fbf01743fa6cd0cb8986a218d54e5da5d0eb8caed92f05f8aa68a87de07b4a0b SHA512 f488b5c25011ef5af2e862f2f9885b1529448303da47ca611339e8b5929be2212d4dcacc08e5b8075ef3f57ed1bd0f09d163e0582b14dcbf2a81b2dc12cc77b0 WHIRLPOOL d36dd8b68ec70e57ce2aea79ed50aa47e071416396de3a85f6fcdf3c0b722952265608695dc62d2e78f9c51c03a9279edf92386d635d09acdf7ed371f7600e2a diff --git a/net-misc/networkmanager-openswan/networkmanager-openswan-0.9.8.4.ebuild b/net-misc/networkmanager-openswan/networkmanager-openswan-1.0.0.ebuild similarity index 50% rename from net-misc/networkmanager-openswan/networkmanager-openswan-0.9.8.4.ebuild rename to net-misc/networkmanager-openswan/networkmanager-openswan-1.0.0.ebuild index b75b85963a20..8f017e9bfb83 100644 --- a/net-misc/networkmanager-openswan/networkmanager-openswan-0.9.8.4.ebuild +++ b/net-misc/networkmanager-openswan/networkmanager-openswan-1.0.0.ebuild @@ -1,49 +1,42 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-openswan/networkmanager-openswan-0.9.8.4.ebuild,v 1.5 2014/06/24 01:26:10 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-openswan/networkmanager-openswan-1.0.0.ebuild,v 1.1 2015/01/10 15:14:49 pacho Exp $ EAPI="5" +GCONF_DEBUG="no" GNOME_ORG_MODULE="NetworkManager-${PN##*-}" -inherit gnome.org gnome2-utils +inherit gnome2 DESCRIPTION="NetworkManager Openswan plugin" -HOMEPAGE="http://www.gnome.org/projects/NetworkManager/" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="gtk" RDEPEND=" - >=net-misc/networkmanager-0.9.8:= + >=dev-libs/glib-2.32:2 + >=dev-libs/libnl-3.2.8:3 + >=net-misc/networkmanager-0.9.10:= >=dev-libs/dbus-glib-0.74 || ( net-misc/openswan net-misc/libreswan ) gtk? ( - >=x11-libs/gtk+-3.0.0:3 - gnome-base/gnome-keyring - gnome-base/libgnome-keyring - )" - + app-crypt/libsecret + >=x11-libs/gtk+-3.4:3 + ) +" DEPEND="${RDEPEND} sys-devel/gettext dev-util/intltool - virtual/pkgconfig" - -src_prepare() { - gnome2_disable_deprecation_warning - default -} + virtual/pkgconfig +" src_configure() { - econf \ + gnome2_src_configure \ --disable-more-warnings \ --disable-static \ --with-dist-version=Gentoo \ - --with-gtkver=3 \ $(use_with gtk gnome) } - -src_install() { - default - prune_libtool_files --modules -} diff --git a/net-misc/networkmanager-openvpn/Manifest b/net-misc/networkmanager-openvpn/Manifest index f9082e3ca2d0..29b347a3430b 100644 --- a/net-misc/networkmanager-openvpn/Manifest +++ b/net-misc/networkmanager-openvpn/Manifest @@ -1,2 +1,3 @@ DIST NetworkManager-openvpn-0.9.10.0.tar.xz 400648 SHA256 7b65e738a189758b090eca7a2da63d444776c89adb979e71bcc3a982a1ff140d SHA512 89ba98c3c5e1598d4619b2199e3f4030d3b130e0b738478da28b0b6ccbb5083763b8709b1b2a61d8e847522eff09a25d56da8eadd2016e22e8838077d02f0e88 WHIRLPOOL 568acc5eb72bf701bad5822f99be19677e1ea4c2545f4503d7ba9885378902bcdb0ed68b5c074f1b79adf7a30fa5f2cb0d3813fbb7258e50bd9e6b7f84cb3e53 DIST NetworkManager-openvpn-0.9.8.4.tar.xz 395816 SHA256 af8c52b6a61af3c178eed1ea8f1d4704bea87331fde43deb3d4aafe1821e6687 SHA512 e0b5f0dd4eb07adbc4d07dac4d3a2dd19f9154bb5eb654d2ae0ab4c9dce2f351c65e3b4edfd9635ac254b14cf5bed0aecf659b98f410d932ecd22b0363677e70 WHIRLPOOL b9c2a32325224d1e293ddf9072a69892ba41c253b0b493640fd5f6d048cbe93609c6252408a3ef148707d51cf512155ba24bddb5df8757dacafed1f8927f340f +DIST NetworkManager-openvpn-1.0.0.tar.xz 406752 SHA256 d0ad918c8d3736b690f0ed031c03251829fa110aa339e0e531e47100551f1bf0 SHA512 f9034b4b5cccc990e361cc446e42397b12114437e639a31008cac03804dd66a5b27b69dcc72b4ba1d3beaba256f0ab8ed4f50a8a1503f224828251aae5131570 WHIRLPOOL 532d8561abf3c1acc8f068747e99492dde393b8a287f257e4a17f23ee62b2fd13e9bc03f97825f58f654b09021cb2a309977268cd07dd7649125c945d5fbfc7f diff --git a/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.0.0.ebuild b/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.0.0.ebuild new file mode 100644 index 000000000000..b496c42d90cb --- /dev/null +++ b/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.0.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-openvpn/networkmanager-openvpn-1.0.0.ebuild,v 1.1 2015/01/10 15:24:59 pacho Exp $ + +EAPI=5 +GCONF_DEBUG="no" +GNOME_ORG_MODULE="NetworkManager-${PN##*-}" + +inherit eutils gnome2 + +DESCRIPTION="NetworkManager OpenVPN plugin" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gtk test" + +RDEPEND=" + >=dev-libs/dbus-glib-0.74 + >=dev-libs/glib-2.32:2 + >=net-misc/networkmanager-0.9.10:= + >=net-misc/openvpn-2.1_rc9 + gtk? ( + app-crypt/libsecret + >=gnome-extra/nm-applet-0.9.9.0 + >=x11-libs/gtk+-3.4:3 + )" + +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.35 + virtual/pkgconfig +" + +src_prepare() { + # Test will fail if the machine doesn't have a particular locale installed + # FAIL: (tls-import-data) unexpected 'ca' secret value, upstream bug #742708 + sed '/test_non_utf8_import (plugin, test_dir)/ d' \ + -i properties/tests/test-import-export.c || die "sed failed" + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-more-warnings \ + --disable-static \ + --with-dist-version=Gentoo \ + $(use_with gtk gnome) \ + $(use_with test tests) +} diff --git a/net-misc/networkmanager-pptp/Manifest b/net-misc/networkmanager-pptp/Manifest index 10e1af9fdf43..9bee52c22174 100644 --- a/net-misc/networkmanager-pptp/Manifest +++ b/net-misc/networkmanager-pptp/Manifest @@ -1,2 +1,3 @@ DIST NetworkManager-pptp-0.9.10.0.tar.xz 350984 SHA256 564b16c9b2821a1d2ede06f56f4db5cb0d62ccb35f87c92ad6c636ed48e0af58 SHA512 97ed2840e3615d9131319e752536fd5ed30d8fe1e3084fd82ec963f5efa30ff627cd30d1c21cc6382ea58c2edd4422d3ce597d170bb26c2471d044c19c19b2c8 WHIRLPOOL 932d9eeb9f2dce7cb528e5fd6f841208f09454830365ae99c1afa9c26bc05a6049a1b50c52b66d61a3eec9ef976f3eee2b9a9b01ed57b9a9b822c01430c96aa1 DIST NetworkManager-pptp-0.9.8.4.tar.xz 353004 SHA256 97ba8f6f726056c3b8e0e1c8d2ab3d32791cadd7c3a38e0478fb2bd3ecafdce8 SHA512 86138cb91b22596c075575cad7ad6c5c9efa3cc6d3491bb148b6ba79007968764b6043c3b89d1034b6825d25f2cf56158f9f278d5a2c12636e34c541384e5489 WHIRLPOOL 2ce9389bbc3623748f74e706389ae7b6969aa82fe0c63dcc6293721b90d373d4046a7a89c09e26a80531724b7208eba49871b139924141969dddb519f9e6884d +DIST NetworkManager-pptp-1.0.0.tar.xz 351716 SHA256 200d5c65cdae248d3b4d0daa76a4f8bc1432376ed4da7afedd5085bb0da7ee76 SHA512 554811d19324fa73406b6a37f0bcb8694f076e25eedb8f2ba6ac4acda4d2890bb4af750d6ec14df3a0ee330f137f385f40fa8ccb579c6d712a08d9aba9080b77 WHIRLPOOL cfd0e7cce0a049123d05e60acde1122569e0f80f414f4b0b89a74107f3898db4a95205f6e0646fe687fb4a3927682faae0fa1937b7634df30bc4db65fd75e04a diff --git a/net-misc/networkmanager-pptp/networkmanager-pptp-1.0.0.ebuild b/net-misc/networkmanager-pptp/networkmanager-pptp-1.0.0.ebuild new file mode 100644 index 000000000000..b0dcca07fe78 --- /dev/null +++ b/net-misc/networkmanager-pptp/networkmanager-pptp-1.0.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-pptp/networkmanager-pptp-1.0.0.ebuild,v 1.1 2015/01/10 15:27:36 pacho Exp $ + +EAPI=5 +GCONF_DEBUG="no" +GNOME_ORG_MODULE="NetworkManager-${PN##*-}" + +inherit gnome2 + +DESCRIPTION="NetworkManager PPTP plugin" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gtk" + +RDEPEND=" + >=net-misc/networkmanager-0.9.10:= + >=dev-libs/dbus-glib-0.74 + >=dev-libs/glib-2.32:2 + net-dialup/ppp:= + net-dialup/pptpclient + gtk? ( + app-crypt/libsecret + >=gnome-extra/nm-applet-0.9.9.0 + >=x11-libs/gtk+-3.4:3 + )" + +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/intltool + virtual/pkgconfig +" + +src_configure() { + local myconf + # Same hack as net-dialup/pptpd to get proper plugin dir for ppp, bug #519986 + local PPPD_VER=`best_version net-dialup/ppp` + PPPD_VER=${PPPD_VER#*/*-} #reduce it to ${PV}-${PR} + PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision + myconf="${myconf} --with-pppd-plugin-dir=/usr/$(get_libdir)/pppd/${PPPD_VER}" + + gnome2_src_configure \ + --disable-more-warnings \ + --disable-static \ + --with-dist-version=Gentoo \ + $(use_with gtk gnome) \ + ${myconf} +} diff --git a/net-misc/networkmanager-vpnc/Manifest b/net-misc/networkmanager-vpnc/Manifest index b0af205b688a..0fd83b16673a 100644 --- a/net-misc/networkmanager-vpnc/Manifest +++ b/net-misc/networkmanager-vpnc/Manifest @@ -1,2 +1,3 @@ DIST NetworkManager-vpnc-0.9.10.0.tar.xz 348824 SHA256 cf9168876602af8d56c79c888ce168b62485dc65bb7690a86ce5f4603eb48774 SHA512 0291f605cbbc15ddc54ccc60f9249ff6f62e4724944a5a22183580cc66db28dcda75bee49cb1c2964a35e126fb9b956d9ffd1cbd1a7fe058ecd798464ad6cd9a WHIRLPOOL 32b74d78807a7989fbccb2bb044886626776e3860de69f72b5b661a7a5a92772b732cdc683a1c0c483e261df5a8584c7b4f9a1f87b262a5eb1cab606a8fab2f5 DIST NetworkManager-vpnc-0.9.8.6.tar.xz 348168 SHA256 40306cd713d4e6e9df6a520d2992664d22173b3327e94df45a6dac23f0a8abd6 SHA512 ccd44a5a55caa46d950a1afca393987820fcd60f13a921599d6fa47d09508c5e72cc58861824b0d83376bd4cf3105f0ef1163d2b88afe72ea467f5f8f6a8ab1d WHIRLPOOL 292abff615e239460702f9eba44cdbfd2ab7710674f695e1772cc0b8d9ee3b7eff548ac0216b2ca43695d3c4c109c02b528d929ff6aedbef7a3725b64a7e77e0 +DIST NetworkManager-vpnc-1.0.0.tar.xz 356224 SHA256 5ed0413932cd2d6100dc8b95e11ce18c44a182d81aca1dfd0400a6e419359894 SHA512 c3b99e5c8bab084fe47684dc991044c1fab65e36a91c9df9dafde1a78dadffdecce12b001206ad4351638ae5a2518381a7952346908baa7346c2eaa2e3b41e93 WHIRLPOOL 66dc5aee71004ca58de871f4f1f4b416d41c37959bdc5b345d088e39ba12fd37bc34a65f98b37c728d16f48488011f4b0c39ca9cd09d4b1394ad4c99dd76baf9 diff --git a/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.0.0.ebuild b/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.0.0.ebuild new file mode 100644 index 000000000000..8abfae7b8e7a --- /dev/null +++ b/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.0.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager-vpnc/networkmanager-vpnc-1.0.0.ebuild,v 1.1 2015/01/10 15:30:42 pacho Exp $ + +EAPI=5 +GCONF_DEBUG="no" +GNOME_ORG_MODULE="NetworkManager-${PN##*-}" + +inherit gnome2 + +DESCRIPTION="NetworkManager VPNC plugin" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gtk test" + +RDEPEND=" + >=net-misc/networkmanager-0.9.10:= + >=dev-libs/dbus-glib-0.74 + >=dev-libs/glib-2.32:2 + >=net-misc/vpnc-0.5 + gtk? ( + app-crypt/libsecret + >=gnome-extra/nm-applet-0.9.9.0 + >=x11-libs/gtk+-3.4:3 + ) +" +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/intltool + virtual/pkgconfig +" + +src_prepare() { + # Test will fail if the machine doesn't have a particular locale installed + # upstream bug #742708 + sed '/test_non_utf8_import (plugin/ d' \ + -i properties/tests/test-import-export.c || die "sed failed" + + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure \ + --disable-more-warnings \ + --disable-static \ + --with-dist-version=Gentoo \ + $(use_with gtk gnome) \ + $(use_with test tests) +} diff --git a/net-misc/networkmanager/Manifest b/net-misc/networkmanager/Manifest index c2a0c087f081..76f5312d4942 100644 --- a/net-misc/networkmanager/Manifest +++ b/net-misc/networkmanager/Manifest @@ -1,2 +1,3 @@ DIST NetworkManager-0.9.10.1_pre20141101.tar.xz 2507248 SHA256 5f2e61c74713ce9ebb755c23c9aca279f321eb924247c282bdd50c2c8337fe40 SHA512 0cc4ec34e5933229a9b25e25b26d7619ac1a61275cd4c33a658c98578e6a27d4d2b1337c1e839467c625739a6ae2175ab6d883c4bfbe35642dbbafb7b11a421d WHIRLPOOL 1d0fb976ffc26aba74fc8b8bee081efc236ea647da0970a5564730522f2f837bfa5cd0853268d5098126810a4429b2ff7840f9cf66e6faa3bd5829b175679681 DIST NetworkManager-0.9.8.10.tar.xz 2015492 SHA256 064d27223d3824859df12e1fb25b787fec1c68bbc864dc52a0289b9211c4c972 SHA512 8688b8dceadf87d26b76bdda76ecb0b383ecaa7991487e6f6ddc150cf311f2f0cb3487afd91f19ecde2925585e8d53c8761fd45743f25c488eff6a7811ca4200 WHIRLPOOL 29c4f2189eb812c23e8c1cfbce728c525282ad3f04d3c9c25b3a80a043c95f2a9419fa71ac6f8a59d7abde8a30275e68e3ef615b74f78c07846757d92f114e1c +DIST NetworkManager-1.0.0.tar.xz 3210884 SHA256 3a66afec670c975edd9832e620b725a5f16ed267a1b9e1b2d51ef27250d85947 SHA512 7089496ce31bfdffe99c0f031b6326734d2e36b3bb9a2ed0ecbe3dad64bff0dc993b2e6bcac770b31bcfe634833bd8dbabc23d128356dbba8243a6d8fc489a5e WHIRLPOOL df928cb0a9be0782b1f853d808273f798ca62be5f0fd650caf033fb16b98ef696c7f90eaed90488ef7f6a9e607cf74cd865848523fbbf08cd26487e98b4a455a diff --git a/net-misc/networkmanager/files/networkmanager-1.0.0-find-helpers.patch b/net-misc/networkmanager/files/networkmanager-1.0.0-find-helpers.patch new file mode 100644 index 000000000000..a84909c8253e --- /dev/null +++ b/net-misc/networkmanager/files/networkmanager-1.0.0-find-helpers.patch @@ -0,0 +1,23 @@ +From 6f643d2761650e53fd3b647526110a8473138b5d Mon Sep 17 00:00:00 2001 +From: Thomas Haller +Date: Thu, 8 Jan 2015 11:55:50 +0100 +Subject: core: add /bin to the default search path + +https://bugzilla.gnome.org/show_bug.cgi?id=742576 +(cherry picked from commit abbca50ca9d552a28eca792f12ec618df6128fff) + +diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c +index 2c291cd..6747b65 100644 +--- a/src/NetworkManagerUtils.c ++++ b/src/NetworkManagerUtils.c +@@ -814,6 +814,7 @@ const char *const NM_PATHS_DEFAULT[] = { + "/sbin/", + "/usr/sbin/", + "/usr/local/sbin/", ++ "/bin/", + "/usr/bin/", + "/usr/local/bin/", + NULL, +-- +cgit v0.10.2 + diff --git a/net-misc/networkmanager/files/networkmanager-1.0.0-lto-switch.patch b/net-misc/networkmanager/files/networkmanager-1.0.0-lto-switch.patch new file mode 100644 index 000000000000..5d66c3393c71 --- /dev/null +++ b/net-misc/networkmanager/files/networkmanager-1.0.0-lto-switch.patch @@ -0,0 +1,36 @@ +From cda2802fe960737abb4623166ca4f75a63b5fe5a Mon Sep 17 00:00:00 2001 +From: Thomas Haller +Date: Thu, 8 Jan 2015 12:01:32 +0100 +Subject: build: fix --enable-lto configure option to allow disabling option + explicitly + +When specifying '--enable-lto=anything' or '--disable-lto', +the configure script would always set enable_lto=yes. + +The only way to disable lto, was *not* specifying the +configure option. + +https://bugzilla.gnome.org/show_bug.cgi?id=742575 +(cherry picked from commit 6eccfda0face594f86dea495d2ed2546b0d37e77) + +diff --git a/configure.ac b/configure.ac +index b6bf38e..b407686 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -821,10 +821,11 @@ AM_CONDITIONAL(BUILD_NMTUI, test "$build_nmtui" = yes) + + NM_COMPILER_WARNINGS + +-AC_ARG_ENABLE(lto, AS_HELP_STRING([--enable-lto], [Enable Link Time Optimization for smaller size (default: no)]), +- [enable_lto=yes], [enable_lto=no]) ++AC_ARG_ENABLE(lto, AS_HELP_STRING([--enable-lto], [Enable Link Time Optimization for smaller size (default: no)])) + if (test "${enable_lto}" = "yes"); then + CFLAGS="-flto $CFLAGS" ++else ++ enable_lto='no' + fi + + +-- +cgit v0.10.2 + diff --git a/net-misc/networkmanager/networkmanager-1.0.0.ebuild b/net-misc/networkmanager/networkmanager-1.0.0.ebuild new file mode 100644 index 000000000000..6a8ad98be94b --- /dev/null +++ b/net-misc/networkmanager/networkmanager-1.0.0.ebuild @@ -0,0 +1,300 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/networkmanager/networkmanager-1.0.0.ebuild,v 1.1 2015/01/10 14:51:52 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="no" +GNOME_ORG_MODULE="NetworkManager" +GNOME2_LA_PUNT="yes" +VALA_MIN_API_VERSION="0.18" +VALA_USE_DEPEND="vapigen" + +# Tests need python2, https://bugzilla.gnome.org/show_bug.cgi?id=739448 +PYTHON_COMPAT=( python2_7 ) + +inherit autotools bash-completion-r1 eutils gnome2 linux-info multilib python-any-r1 systemd \ + user readme.gentoo toolchain-funcs vala versionator virtualx udev + +DESCRIPTION="Universal network configuration daemon for laptops, desktops, servers and virtualization hosts" +HOMEPAGE="https://wiki.gnome.org/Projects/NetworkManager" + +LICENSE="GPL-2+" +SLOT="0" # add subslot if libnm-util.so.2 or libnm-glib.so.4 bumps soname version + +IUSE="bluetooth connection-sharing consolekit +dhclient dhcpcd gnutls +introspection \ +kernel_linux +nss +modemmanager ncurses +ppp resolvconf selinux systemd teamd test \ +vala +wext +wifi zeroconf" # wimax + +KEYWORDS="~alpha ~amd64 ~arm ~sparc ~x86" + +REQUIRED_USE=" + modemmanager? ( ppp ) + ^^ ( nss gnutls ) + ^^ ( dhclient dhcpcd ) +" + +# gobject-introspection-0.10.3 is needed due to gnome bug 642300 +# wpa_supplicant-0.7.3-r3 is needed due to bug 359271 +# TODO: Qt support? +COMMON_DEPEND=" + >=sys-apps/dbus-1.2 + >=dev-libs/dbus-glib-0.100 + >=dev-libs/glib-2.32:2 + >=dev-libs/libnl-3.2.8:3= + >=sys-auth/polkit-0.106 + net-libs/libndp + >=net-libs/libsoup-2.26:2.4= + net-misc/iputils + sys-libs/readline + >=virtual/libgudev-165:= + bluetooth? ( >=net-wireless/bluez-5 ) + connection-sharing? ( + net-dns/dnsmasq[dhcp] + net-firewall/iptables ) + gnutls? ( + dev-libs/libgcrypt:0= + net-libs/gnutls:= ) + modemmanager? ( >=net-misc/modemmanager-0.7.991 ) + ncurses? ( >=dev-libs/newt-0.52.15 ) + nss? ( >=dev-libs/nss-3.11:= ) + dhclient? ( =net-misc/dhcp-4*[client] ) + dhcpcd? ( >=net-misc/dhcpcd-4.0.0_rc3 ) + introspection? ( >=dev-libs/gobject-introspection-0.10.3 ) + ppp? ( >=net-dialup/ppp-2.4.5:=[ipv6] net-dialup/rp-pppoe ) + resolvconf? ( net-dns/openresolv ) + systemd? ( >=sys-apps/systemd-209:0= ) + teamd? ( >=net-misc/libteam-1.9 ) + zeroconf? ( net-dns/avahi:=[autoipd] ) + || ( sys-power/upower sys-power/upower-pm-utils >=sys-apps/systemd-209 ) +" +RDEPEND="${COMMON_DEPEND} + consolekit? ( sys-auth/consolekit ) + wifi? ( >=net-wireless/wpa_supplicant-0.7.3-r3[dbus] ) +" +DEPEND="${COMMON_DEPEND} + dev-util/gtk-doc-am + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 + >=sys-kernel/linux-headers-2.6.29 + virtual/pkgconfig + vala? ( $(vala_depend) ) + test? ( + $(python_gen_any_dep ' + dev-python/dbus-python[${PYTHON_USEDEP}] + dev-python/pygobject:2[${PYTHON_USEDEP}]') + ) +" + +sysfs_deprecated_check() { + ebegin "Checking for SYSFS_DEPRECATED support" + + if { linux_chkconfig_present SYSFS_DEPRECATED_V2; }; then + eerror "Please disable SYSFS_DEPRECATED_V2 support in your kernel config and recompile your kernel" + eerror "or NetworkManager will not work correctly." + eerror "See http://bugs.gentoo.org/333639 for more info." + die "CONFIG_SYSFS_DEPRECATED_V2 support detected!" + fi + eend $? +} + +pkg_pretend() { + if use kernel_linux; then + get_version + if linux_config_exists; then + sysfs_deprecated_check + else + ewarn "Was unable to determine your kernel .config" + ewarn "Please note that if CONFIG_SYSFS_DEPRECATED_V2 is set in your kernel .config, NetworkManager will not work correctly." + ewarn "See http://bugs.gentoo.org/333639 for more info." + fi + + fi +} + +pkg_setup() { + enewgroup plugdev +} + +src_prepare() { + DOC_CONTENTS="To modify system network connections without needing to enter the + root password, add your user account to the 'plugdev' group." + + # Find arping in our paths, upstream bug #742576 (from 1.0 branch) + epatch "${FILESDIR}"/${PN}-1.0.0-find-helpers.patch + + # Fix lto configure switch, upstream bug #742575 (from 1.0 branch) + epatch "${FILESDIR}"/${PN}-1.0.0-lto-switch.patch + + # Force use of /run, avoid eautoreconf, upstream bug #737139 + sed -e 's:$localstatedir/run/:/run/:' -i configure || die + + use vala && vala_src_prepare + + epatch_user # don't remove, users often want custom patches for NM + + eautoreconf + gnome2_src_prepare +} + +src_configure() { + local myconf + + # Same hack as net-dialup/pptpd to get proper plugin dir for ppp, bug #519986 + if use ppp; then + local PPPD_VER=`best_version net-dialup/ppp` + PPPD_VER=${PPPD_VER#*/*-} #reduce it to ${PV}-${PR} + PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision + myconf="${myconf} --with-pppd-plugin-dir=/usr/$(get_libdir)/pppd/${PPPD_VER}" + fi + + # unit files directory needs to be passed only when systemd is enabled, + # otherwise systemd support is not disabled completely, bug #524534 + use systemd && myconf="${myconf} "$(systemd_with_unitdir)"" + + # TODO: enable wimax when we have a libnl:3 compatible revision of it + # wimax will be removed, bug #522822 + # ifnet plugin always disabled until someone volunteers to actively + # maintain and fix it + gnome2_src_configure \ + --disable-more-warnings \ + --disable-static \ + --localstatedir=/var \ + --disable-lto \ + --disable-config-plugin-ibft \ + --disable-ifnet \ + --without-netconfig \ + --with-dbus-sys-dir=/etc/dbus-1/system.d \ + --with-udev-dir="$(get_udevdir)" \ + --with-config-plugins-default=keyfile \ + --with-iptables=/sbin/iptables \ + --with-libsoup=yes \ + --enable-concheck \ + --with-crypto=$(usex nss nss gnutls) \ + --with-session-tracking=$(usex systemd systemd $(usex consolekit consolekit no)) \ + --with-suspend-resume=$(usex systemd systemd upower) \ + $(use_enable bluetooth bluez5-dun) \ + $(use_enable introspection) \ + $(use_enable ppp) \ + --disable-wimax \ + $(use_with dhclient) \ + $(use_with dhcpcd) \ + $(use_with modemmanager modem-manager-1) \ + $(use_with ncurses nmtui) \ + $(use_with resolvconf) \ + $(use_with selinux) \ + $(use_enable teamd teamdctl) \ + $(use_enable test tests) \ + $(use_enable vala) \ + --without-valgrind \ + $(use_with wext) \ + ${myconf} +} + +src_test() { + python_setup + Xemake check +} + +src_install() { + # Install completions at proper place, bug #465100 + gnome2_src_install completiondir="$(get_bashcompdir)" + + readme.gentoo_create_doc + + newinitd "${FILESDIR}/init.d.NetworkManager" NetworkManager + newconfd "${FILESDIR}/conf.d.NetworkManager" NetworkManager + + # /var/run/NetworkManager is used by some distros, but not by Gentoo + rmdir -v "${ED}/var/run/NetworkManager" || die "rmdir failed" + + # Need to keep the /etc/NetworkManager/dispatched.d for dispatcher scripts + keepdir /etc/NetworkManager/dispatcher.d + + # Provide openrc net dependency only when nm is connected + exeinto /etc/NetworkManager/dispatcher.d + newexe "${FILESDIR}/10-openrc-status-r4" 10-openrc-status + sed -e "s:@EPREFIX@:${EPREFIX}:g" \ + -i "${ED}/etc/NetworkManager/dispatcher.d/10-openrc-status" || die + + keepdir /etc/NetworkManager/system-connections + chmod 0600 "${ED}"/etc/NetworkManager/system-connections/.keep* # bug #383765 + + # Allow users in plugdev group to modify system connections + insinto /usr/share/polkit-1/rules.d/ + doins "${FILESDIR}/01-org.freedesktop.NetworkManager.settings.modify.system.rules" +} + +pkg_postinst() { + gnome2_pkg_postinst + readme.gentoo_print_elog + + if [[ -e "${EROOT}etc/NetworkManager/nm-system-settings.conf" ]]; then + ewarn "The ${PN} system configuration file has moved to a new location." + ewarn "You must migrate your settings from ${EROOT}/etc/NetworkManager/nm-system-settings.conf" + ewarn "to ${EROOT}etc/NetworkManager/NetworkManager.conf" + ewarn + ewarn "After doing so, you can remove ${EROOT}etc/NetworkManager/nm-system-settings.conf" + fi + + # The polkit rules file moved to /usr/share + old_rules="${EROOT}etc/polkit-1/rules.d/01-org.freedesktop.NetworkManager.settings.modify.system.rules" + if [[ -f "${old_rules}" ]]; then + case "$(md5sum ${old_rules})" in + 574d0cfa7e911b1f7792077003060240* ) + # Automatically delete the old rules.d file if the user did not change it + elog + elog "Removing old ${old_rules} ..." + rm -f "${old_rules}" || eerror "Failed, please remove ${old_rules} manually" + ;; + * ) + elog "The ${old_rules}" + elog "file moved to /usr/share/polkit-1/rules.d/ in >=networkmanager-0.9.4.0-r4" + elog "If you edited ${old_rules}" + elog "without changing its behavior, you may want to remove it." + ;; + esac + fi + + # ifnet plugin was disabled for systemd users with 0.9.8.6 version + # and for all people with 0.9.10.0-r1 (see ChangeLog for full explanations) + if use systemd; then + if ! version_is_at_least 0.9.8.6 ${REPLACING_VERSIONS}; then + ewarn "Ifnet plugin won't be used with systemd support enabled" + ewarn "as it is meant to be used with openRC and can cause collisions" + ewarn "(like bug #485658)." + ewarn "Because of this, you will likely need to reconfigure some of" + ewarn "your networks. To do this you can rely on Gnome control center," + ewarn "nm-connection-editor or nmtui tools for example once updated" + ewarn "NetworkManager version is installed." + fi + else + if ! version_is_at_least 0.9.10.0-r1 ${REPLACING_VERSIONS}; then + ewarn "Ifnet plugin is now disabled because of it being unattended" + ewarn "and unmaintained for a long time, leading to some unfixed bugs" + ewarn "and new problems appearing. We will now use upstream 'keyfile'" + ewarn "plugin." + ewarn "Because of this, you will likely need to reconfigure some of" + ewarn "your networks. To do this you can rely on Gnome control center," + ewarn "nm-connection-editor or nmtui tools for example once updated" + ewarn "NetworkManager version is installed." + fi + fi + + # NM fallbacks to plugin specified at compile time (upstream bug #738611) + # but still show a warning to remember people to have cleaner config file + if [[ -e "${EROOT}etc/NetworkManager/NetworkManager.conf" ]]; then + if grep plugins "${EROOT}etc/NetworkManager/NetworkManager.conf" | grep -q ifnet; then + ewarn + ewarn "You seem to use 'ifnet' plugin in ${EROOT}etc/NetworkManager/NetworkManager.conf" + ewarn "Since it won't be used, you will need to stop setting ifnet plugin there." + ewarn + fi + fi + + # NM shows lots of errors making nmcli neither unusable, bug #528748 upstream bug #690457 + if grep -r "psk-flags=1" "${EROOT}"/etc/NetworkManager/; then + ewarn "You have psk-flags=1 setting in above files, you will need to" + ewarn "either reconfigure affected networks or, at least, set the flag" + ewarn "value to '0'." + fi +} diff --git a/net-misc/strongswan/Manifest b/net-misc/strongswan/Manifest index 73e6c04aa9da..0b4a2646f26b 100644 --- a/net-misc/strongswan/Manifest +++ b/net-misc/strongswan/Manifest @@ -1,2 +1,2 @@ DIST strongswan-5.1.3.tar.bz2 3807212 SHA256 84e46d5ce801e1b874e2bfba8d21dbd78b432e23b7fb1f4f2d637359e7a183a8 SHA512 05f4afbf778de54c593692a8117a5fae05c0539cdb7545bc53657deb32d09bec7e0aef07d509dc682af15d57adf569242715447bc1a87785c1f80a21076cb8cb WHIRLPOOL f808f47879504c09364ad326e404555f60754980f728121de80d41645e06bf740b2814eb39ae8a3d9239b83de68978d3281ac6f2fdfd68d1c14ac3447c9f9c6b -DIST strongswan-5.2.1.tar.bz2 4075576 SHA256 ea51ab33b5bb39fecaf10668833a9936583b42145948ae9da1ab98f74e939215 SHA512 4240e60b6dc6610e0cee697e3c8683a4d0af533f41e28fc78b2c2b88498f9980514d6ea4875229f2249a58ec05823486a23c29b008fe6442a6ec61b091098107 WHIRLPOOL 3d25576ebd6db417aae5b3ab5671b6d13831cf9c39f29f241159b044edcfc68b548137037fc039753705997202cd360e87e7154dfc01c86d013f923d9fc00832 +DIST strongswan-5.2.2.tar.bz2 4169095 SHA256 cf2fbfdf200a5eced796f00dc11fea67ce477d38c54d5f073ac6c51618b172f4 SHA512 80ae5551d16e8ddcff71426c1ec996388f32cec8a027f722e8f5151cdd67f09d65705a702ff8c3f2702dca6470e525eb2af2459f7ced9d5923570a331491d534 WHIRLPOOL e968131c6372111154f3b0f376ebbfa35668ba21bab8bd179f48130822e257eb5c3fcd80b80a341fd7489dcd023718ccf15921575c42ea8d7656b7bd2485a1d5 diff --git a/net-misc/strongswan/strongswan-5.2.1.ebuild b/net-misc/strongswan/strongswan-5.2.2.ebuild similarity index 98% rename from net-misc/strongswan/strongswan-5.2.1.ebuild rename to net-misc/strongswan/strongswan-5.2.2.ebuild index 7d1fa9a8b9ba..6e07121b07ef 100644 --- a/net-misc/strongswan/strongswan-5.2.1.ebuild +++ b/net-misc/strongswan/strongswan-5.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.2.1.ebuild,v 1.1 2014/10/26 13:13:00 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.2.2.ebuild,v 1.1 2015/01/11 09:02:58 gurligebis Exp $ EAPI=5 inherit eutils linux-info systemd user diff --git a/net-misc/whois/whois-5.1.5.ebuild b/net-misc/whois/whois-5.1.5.ebuild index 82922bfc9c5e..5fd9fd6aa75d 100644 --- a/net-misc/whois/whois-5.1.5.ebuild +++ b/net-misc/whois/whois-5.1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild,v 1.4 2014/10/10 20:13:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/whois/whois-5.1.5.ebuild,v 1.5 2015/01/10 21:10:27 klausman Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/w/whois/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="iconv idn nls" RESTRICT="test" #59327 diff --git a/net-p2p/bitcoin-qt/Manifest b/net-p2p/bitcoin-qt/Manifest index 45bcf7a05c13..bb7d7533e103 100644 --- a/net-p2p/bitcoin-qt/Manifest +++ b/net-p2p/bitcoin-qt/Manifest @@ -2,5 +2,4 @@ DIST 0.8.2-1stclassmsg.patch.xz 1788 SHA256 ae871cbd949abb6c6c57eade016b2945ea95 DIST bitcoin-0.9.3.ljr20141002.patch.xz 23320 SHA256 d0a480e11159d597a36e300398c858b5713de78d4f00295b46aa6612ed4b28cc SHA512 b6f225c1e6fc4b1b0b53084d62ff6a57af3b45ea48064fb790b51a081bd1a2333ad5ebffdd443da47babac76ca7394d3ccb645fb3e5e532252409de32a3cb768 WHIRLPOOL 2cdb0a3e3b8407ef11a9f6a56c47ca51c38eb7adbf1b0ceaf1b7fec00118a75892782f66a4c85e54f43e3a3107d1b4e3c799eb1171dff8eb9db69d162cde650a DIST bitcoin-v0.8.5.tgz 3181865 SHA256 39f170aa29292d530371d287f2036aa372d1e255cf46c29588b8c5a3afedcea4 SHA512 ac605f202b4b8c2fc3574517018817d7ac6ac9296040052db67232b0fd136446895986e25f1b4aa6a888a0ec510ad2a69bf09c65b95deba1d9b2ea6ece62d9c7 WHIRLPOOL cfe8839fd5bc6e22cfe485c63e2a7f261c8817c0d090766ae2dac6303612a977ebea87df2df473a5cebaaee9a2712b8a97aa3f6613f88732be06b7a9fa18351b DIST bitcoin-v0.8.6.tgz 3194026 SHA256 26fd485823ee15a823ca51a5ac7ed8664079ef15356a030e74a01f1a7a157170 SHA512 88e1d5dece485beaa95571016f41239db616323508038ea59d0fa3608639c03af06c0d782df3bf5a67d45d25c976bc07b977504ca6390e147e3b8605f3d3ce86 WHIRLPOOL 86a5118dda3f68226d30794bc1b363a75479fd55648146e4347017416d730c23ef4168553a5e70d95466157bf89055def81647790fe414d6182c1baf3e397344 -DIST bitcoin-v0.9.2.1.tgz 5242673 SHA256 7cadbadd90485b7302b86ce041db576aad650f6c621d3a552d09e7231d3fcfd8 SHA512 059be086bacfe39c0983dc4ae768349b8d9213b3cd7b60157c7606a25b8b3156e0ffb86e28711550e20b1e6f692bfed021aa1d4ec583496189fa821fc547ad92 WHIRLPOOL ef828956423b8f2170b6a2f2f861d6c2deab59ba312757c52a20cc6c0381129a30b6e927a82f86f6d4c2ee5fd4344c90cb5fbfc4ba2936d03c25fa9e8bfe3a16 DIST bitcoin-v0.9.3.tgz 4788997 SHA256 3ed92e8323cb4187cae015457c7c5920a5c658438f01c6c45f0ce3aabf9bd428 SHA512 cf6ff5bc586b0614b4e74e1c18b30e8f443f03db348382492e49c70ec31a0ef3a4d1989b34a8fdce289788c894b48b72b94d2562e497220453b668dc28ce0d66 WHIRLPOOL 6ce18de9a2b24cedd88e110088d0747452f8403b6239df9212b673e4a893e059bdea2640b13b6fde659a866d4a6a3b4fa62dde3adbf957b80104d41c0e4aeb18 diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild similarity index 93% rename from net-p2p/bitcoin-qt/bitcoin-qt-0.8.6.ebuild rename to net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild index 75320e5e2196..6ad921cc9ca5 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 2010-2014 Gentoo Foundation +# Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6.ebuild,v 1.3 2014/07/30 14:27:41 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.8.6-r1.ebuild,v 1.1 2015/01/10 17:19:55 blueness Exp $ EAPI=4 @@ -34,7 +34,7 @@ RDEPEND=" net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - <=dev-libs/leveldb-1.12.0[-snappy] + virtual/bitcoin-leveldb dev-qt/qtgui:4 dbus? ( dev-qt/qtdbus:4 @@ -49,6 +49,7 @@ DOCS="doc/README.md doc/release-notes.md" S="${WORKDIR}/${MyP}" src_prepare() { + epatch "${FILESDIR}/0.8-openssl-101k.patch" use 1stclassmsg && epatch "${WORKDIR}/0.8.2-1stclassmsg.patch" epatch "${FILESDIR}/0.8.2-sys_leveldb.patch" rm -r src/leveldb @@ -118,6 +119,8 @@ src_install() { newins "share/pixmaps/bitcoin.ico" "${PN}.ico" make_desktop_entry "${PN} %u" "Bitcoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/bitcoin;\nTerminal=false" + dodoc doc/README.md doc/release-notes.md + dodoc doc/assets-attribution.txt doman contrib/debian/manpages/bitcoin-qt.1 if use kde; then diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.9.2.1.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.9.2.1.ebuild deleted file mode 100644 index 37e6e8a01430..000000000000 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.9.2.1.ebuild +++ /dev/null @@ -1,126 +0,0 @@ -# Copyright 2010-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.9.2.1.ebuild,v 1.7 2014/11/13 18:31:37 blueness Exp $ - -EAPI=4 - -DB_VER="4.8" - -LANGS="ach af_ZA ar be_BY bg bs ca ca@valencia ca_ES cmn cs cy da de el_GR en eo es es_CL es_DO es_MX es_UY et eu_ES fa fa_IR fi fr fr_CA gl gu_IN he hi_IN hr hu id_ID it ja ka kk_KZ ko_KR ky la lt lv_LV mn ms_MY nb nl pam pl pt_BR pt_PT ro_RO ru sah sk sl_SI sq sr sv th_TH tr uk ur_PK uz@Cyrl vi vi_VN zh_HK zh_CN zh_TW" -inherit autotools db-use eutils fdo-mime gnome2-utils kde4-functions qt4-r2 user versionator - -MyPV="${PV/_/}" -MyPN="bitcoin" -MyP="${MyPN}-${MyPV}" - -DESCRIPTION="An end-user Qt4 GUI for the Bitcoin crypto-currency" -HOMEPAGE="http://bitcoin.org/" -SRC_URI="https://github.com/${MyPN}/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyPN}-v${PV}.tgz -" - -LICENSE="MIT ISC GPL-3 LGPL-2.1 public-domain || ( CC-BY-SA-3.0 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="$IUSE dbus kde +qrcode test upnp" - -RDEPEND=" - >=dev-libs/boost-1.41.0[threads(+)] - dev-libs/openssl:0[-bindist] - dev-libs/protobuf - qrcode? ( - media-gfx/qrencode - ) - upnp? ( - net-libs/miniupnpc - ) - sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - virtual/bitcoin-leveldb - dev-qt/qtgui:4 - dbus? ( - dev-qt/qtdbus:4 - ) -" -DEPEND="${RDEPEND} - >=app-shells/bash-4.1 -" - -S="${WORKDIR}/${MyP}" - -src_prepare() { - epatch "${FILESDIR}/0.9.0-sys_leveldb.patch" - rm -r src/leveldb - - local filt= yeslang= nolang= - - for lan in $LANGS; do - if [ ! -e src/qt/locale/bitcoin_$lan.ts ]; then - ewarn "Language '$lan' no longer supported. Ebuild needs update." - fi - done - - for ts in $(ls src/qt/locale/*.ts) - do - x="${ts/*bitcoin_/}" - x="${x/.ts/}" - if ! use "linguas_$x"; then - nolang="$nolang $x" - rm "$ts" - filt="$filt\\|$x" - else - yeslang="$yeslang $x" - fi - done - filt="bitcoin_\\(${filt:2}\\)\\.\(qm\|ts\)" - sed "/${filt}/d" -i 'src/qt/bitcoin.qrc' - sed "s/locale\/${filt}/bitcoin.qrc/" -i 'src/qt/Makefile.am' - einfo "Languages -- Enabled:$yeslang -- Disabled:$nolang" - - eautoreconf -} - -src_configure() { - econf \ - --disable-ccache \ - $(use_with dbus qtdbus) \ - $(use_with upnp miniupnpc) $(use_enable upnp upnp-default) \ - $(use_with qrcode qrencode) \ - $(use_enable test tests) \ - --with-system-leveldb \ - --without-cli --without-daemon \ - --with-gui -} - -src_test() { - emake check -} - -src_install() { - emake DESTDIR="${D}" install - - insinto /usr/share/pixmaps - newins "share/pixmaps/bitcoin.ico" "${PN}.ico" - make_desktop_entry "${PN} %u" "Bitcoin-Qt" "/usr/share/pixmaps/${PN}.ico" "Qt;Network;P2P;Office;Finance;" "MimeType=x-scheme-handler/bitcoin;\nTerminal=false" - - dodoc doc/README.md doc/release-notes.md - dodoc doc/assets-attribution.md doc/tor.md - doman contrib/debian/manpages/bitcoin-qt.1 - - if use kde; then - insinto /usr/share/kde4/services - doins contrib/debian/bitcoin-qt.protocol - fi -} - -update_caches() { - gnome2_icon_cache_update - fdo-mime_desktop_database_update - buildsycoca -} - -pkg_postinst() { - update_caches -} - -pkg_postrm() { - update_caches -} diff --git a/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3.ebuild b/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild similarity index 95% rename from net-p2p/bitcoin-qt/bitcoin-qt-0.9.3.ebuild rename to net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild index 7ed245b9cc65..e2ac19255231 100644 --- a/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3.ebuild +++ b/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 2010-2014 Gentoo Foundation +# Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3.ebuild,v 1.3 2014/11/13 18:31:37 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.9.3-r1.ebuild,v 1.1 2015/01/10 17:19:55 blueness Exp $ EAPI=4 @@ -31,7 +31,7 @@ REQUIRED_USE=" ljr-antispam? ( ljr ) " RDEPEND=" - >=dev-libs/boost-1.52.0[threads(+)] + >=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] dev-libs/protobuf qrcode? ( @@ -54,6 +54,7 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MyP}" src_prepare() { + epatch "${FILESDIR}/0.9-openssl-101k.patch" if use ljr; then epatch "${WORKDIR}/${LJR_PATCH}" use ljr-antispam || epatch "${FILESDIR}/0.9.x-ljr_noblacklist.patch" diff --git a/net-p2p/bitcoin-qt/files/0.8-openssl-101k.patch b/net-p2p/bitcoin-qt/files/0.8-openssl-101k.patch new file mode 100644 index 000000000000..5eaaba9a5788 --- /dev/null +++ b/net-p2p/bitcoin-qt/files/0.8-openssl-101k.patch @@ -0,0 +1,31 @@ +diff --git a/src/key.cpp b/src/key.cpp +index 75114c6..7fcb17d 100644 +--- a/src/key.cpp ++++ b/src/key.cpp +@@ -376,11 +376,23 @@ bool CKey::SetCompactSignature(uint256 hash, const std::vector& v + + bool CKey::Verify(uint256 hash, const std::vector& vchSig) + { +- // -1 = error, 0 = bad sig, 1 = good +- if (ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), &vchSig[0], vchSig.size(), pkey) != 1) ++ if (vchSig.empty()) + return false; + +- return true; ++ // New versions of OpenSSL will reject non-canonical DER signatures. de/re-serialize first. ++ unsigned char *norm_der = NULL; ++ ECDSA_SIG *norm_sig = ECDSA_SIG_new(); ++ const unsigned char* sigptr = &vchSig[0]; ++ d2i_ECDSA_SIG(&norm_sig, &sigptr, vchSig.size()); ++ int derlen = i2d_ECDSA_SIG(norm_sig, &norm_der); ++ ECDSA_SIG_free(norm_sig); ++ if (derlen <= 0) ++ return false; ++ ++ // -1 = error, 0 = bad sig, 1 = good ++ bool ret = ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), norm_der, derlen, pkey) == 1; ++ OPENSSL_free(norm_der); ++ return ret; + } + + bool CKey::VerifyCompact(uint256 hash, const std::vector& vchSig) diff --git a/net-p2p/bitcoin-qt/files/0.9-openssl-101k.patch b/net-p2p/bitcoin-qt/files/0.9-openssl-101k.patch new file mode 100644 index 000000000000..80f64887425b --- /dev/null +++ b/net-p2p/bitcoin-qt/files/0.9-openssl-101k.patch @@ -0,0 +1,31 @@ +diff --git a/src/key.cpp b/src/key.cpp +index 5b261bb..a845ba1 100644 +--- a/src/key.cpp ++++ b/src/key.cpp +@@ -227,10 +227,23 @@ public: + } + + bool Verify(const uint256 &hash, const std::vector& vchSig) { +- // -1 = error, 0 = bad sig, 1 = good +- if (ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), &vchSig[0], vchSig.size(), pkey) != 1) ++ if (vchSig.empty()) + return false; +- return true; ++ ++ // New versions of OpenSSL will reject non-canonical DER signatures. de/re-serialize first. ++ unsigned char *norm_der = NULL; ++ ECDSA_SIG *norm_sig = ECDSA_SIG_new(); ++ const unsigned char* sigptr = &vchSig[0]; ++ d2i_ECDSA_SIG(&norm_sig, &sigptr, vchSig.size()); ++ int derlen = i2d_ECDSA_SIG(norm_sig, &norm_der); ++ ECDSA_SIG_free(norm_sig); ++ if (derlen <= 0) ++ return false; ++ ++ // -1 = error, 0 = bad sig, 1 = good ++ bool ret = ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), norm_der, derlen, pkey) == 1; ++ OPENSSL_free(norm_der); ++ return ret; + } + + bool SignCompact(const uint256 &hash, unsigned char *p64, int &rec) { diff --git a/net-p2p/bitcoind/Manifest b/net-p2p/bitcoind/Manifest index 23b2f738393e..e5c4c81f2dec 100644 --- a/net-p2p/bitcoind/Manifest +++ b/net-p2p/bitcoind/Manifest @@ -1,5 +1,4 @@ DIST bitcoin-0.9.3.ljr20141002.patch.xz 23320 SHA256 d0a480e11159d597a36e300398c858b5713de78d4f00295b46aa6612ed4b28cc SHA512 b6f225c1e6fc4b1b0b53084d62ff6a57af3b45ea48064fb790b51a081bd1a2333ad5ebffdd443da47babac76ca7394d3ccb645fb3e5e532252409de32a3cb768 WHIRLPOOL 2cdb0a3e3b8407ef11a9f6a56c47ca51c38eb7adbf1b0ceaf1b7fec00118a75892782f66a4c85e54f43e3a3107d1b4e3c799eb1171dff8eb9db69d162cde650a DIST bitcoin-v0.8.5.tgz 3181865 SHA256 39f170aa29292d530371d287f2036aa372d1e255cf46c29588b8c5a3afedcea4 SHA512 ac605f202b4b8c2fc3574517018817d7ac6ac9296040052db67232b0fd136446895986e25f1b4aa6a888a0ec510ad2a69bf09c65b95deba1d9b2ea6ece62d9c7 WHIRLPOOL cfe8839fd5bc6e22cfe485c63e2a7f261c8817c0d090766ae2dac6303612a977ebea87df2df473a5cebaaee9a2712b8a97aa3f6613f88732be06b7a9fa18351b DIST bitcoin-v0.8.6.tgz 3194026 SHA256 26fd485823ee15a823ca51a5ac7ed8664079ef15356a030e74a01f1a7a157170 SHA512 88e1d5dece485beaa95571016f41239db616323508038ea59d0fa3608639c03af06c0d782df3bf5a67d45d25c976bc07b977504ca6390e147e3b8605f3d3ce86 WHIRLPOOL 86a5118dda3f68226d30794bc1b363a75479fd55648146e4347017416d730c23ef4168553a5e70d95466157bf89055def81647790fe414d6182c1baf3e397344 -DIST bitcoin-v0.9.2.1.tgz 5242673 SHA256 7cadbadd90485b7302b86ce041db576aad650f6c621d3a552d09e7231d3fcfd8 SHA512 059be086bacfe39c0983dc4ae768349b8d9213b3cd7b60157c7606a25b8b3156e0ffb86e28711550e20b1e6f692bfed021aa1d4ec583496189fa821fc547ad92 WHIRLPOOL ef828956423b8f2170b6a2f2f861d6c2deab59ba312757c52a20cc6c0381129a30b6e927a82f86f6d4c2ee5fd4344c90cb5fbfc4ba2936d03c25fa9e8bfe3a16 DIST bitcoin-v0.9.3.tgz 4788997 SHA256 3ed92e8323cb4187cae015457c7c5920a5c658438f01c6c45f0ce3aabf9bd428 SHA512 cf6ff5bc586b0614b4e74e1c18b30e8f443f03db348382492e49c70ec31a0ef3a4d1989b34a8fdce289788c894b48b72b94d2562e497220453b668dc28ce0d66 WHIRLPOOL 6ce18de9a2b24cedd88e110088d0747452f8403b6239df9212b673e4a893e059bdea2640b13b6fde659a866d4a6a3b4fa62dde3adbf957b80104d41c0e4aeb18 diff --git a/net-p2p/bitcoind/bitcoind-0.8.6-r1.ebuild b/net-p2p/bitcoind/bitcoind-0.8.6-r2.ebuild similarity index 90% rename from net-p2p/bitcoind/bitcoind-0.8.6-r1.ebuild rename to net-p2p/bitcoind/bitcoind-0.8.6-r2.ebuild index f74c25f5e2fb..9df9333f6443 100644 --- a/net-p2p/bitcoind/bitcoind-0.8.6-r1.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.8.6-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 2010-2014 Gentoo Foundation +# Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.6-r1.ebuild,v 1.1 2014/02/21 14:22:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.6-r2.ebuild,v 1.1 2015/01/10 17:02:08 blueness Exp $ -EAPI="4" +EAPI=4 DB_VER="4.8" @@ -20,7 +20,7 @@ SRC_URI="https://github.com/${MyPN}/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyPN}-v LICENSE="MIT ISC GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="bash-completion examples ipv6 logrotate upnp" +IUSE="examples ipv6 logrotate upnp" RDEPEND=" >=dev-libs/boost-1.41.0[threads(+)] @@ -32,7 +32,7 @@ RDEPEND=" net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - <=dev-libs/leveldb-1.12.0[-snappy] + virtual/bitcoin-leveldb " DEPEND="${RDEPEND} >=app-shells/bash-4.1 @@ -48,6 +48,7 @@ pkg_setup() { } src_prepare() { + epatch "${FILESDIR}/0.8-openssl-101k.patch" epatch "${FILESDIR}/0.8.2-sys_leveldb.patch" rm -r src/leveldb @@ -106,9 +107,7 @@ src_install() { dodoc doc/README.md doc/release-notes.md doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5} - if use bash-completion; then - newbashcomp contrib/${PN}.bash-completion ${PN} - fi + newbashcomp contrib/${PN}.bash-completion ${PN} if use examples; then docinto examples diff --git a/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild b/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild deleted file mode 100644 index b7e7e8349b71..000000000000 --- a/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 2010-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 1.5 2014/11/13 18:41:27 blueness Exp $ - -EAPI=4 - -DB_VER="4.8" - -inherit autotools bash-completion-r1 db-use eutils user versionator systemd - -MyPV="${PV/_/}" -MyPN="bitcoin" -MyP="${MyPN}-${MyPV}" - -DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services" -HOMEPAGE="http://bitcoin.org/" -SRC_URI="https://github.com/${MyPN}/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyPN}-v${PV}.tgz -" - -LICENSE="MIT ISC GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="examples logrotate test upnp +wallet" - -RDEPEND=" - >=dev-libs/boost-1.41.0[threads(+)] - dev-libs/openssl:0[-bindist] - logrotate? ( - app-admin/logrotate - ) - upnp? ( - net-libs/miniupnpc - ) - wallet? ( - sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - ) - virtual/bitcoin-leveldb -" -DEPEND="${RDEPEND} - >=app-shells/bash-4.1 - sys-apps/sed -" - -S="${WORKDIR}/${MyP}" - -pkg_setup() { - local UG='bitcoin' - enewgroup "${UG}" - enewuser "${UG}" -1 -1 /var/lib/bitcoin "${UG}" -} - -src_prepare() { - epatch "${FILESDIR}/0.9.0-sys_leveldb.patch" - rm -r src/leveldb - eautoreconf -} - -src_configure() { - econf \ - --disable-ccache \ - $(use_with upnp miniupnpc) $(use_enable upnp upnp-default) \ - $(use_enable test tests) \ - $(use_enable wallet) \ - --with-system-leveldb \ - --without-cli \ - --without-gui -} - -src_test() { - emake check -} - -src_install() { - emake DESTDIR="${D}" install - - insinto /etc/bitcoin - newins "${FILESDIR}/bitcoin.conf" bitcoin.conf - fowners bitcoin:bitcoin /etc/bitcoin/bitcoin.conf - fperms 600 /etc/bitcoin/bitcoin.conf - - newconfd "${FILESDIR}/bitcoin.confd" ${PN} - newinitd "${FILESDIR}/bitcoin.initd-r1" ${PN} - systemd_dounit "${FILESDIR}/bitcoind.service" - - keepdir /var/lib/bitcoin/.bitcoin - fperms 700 /var/lib/bitcoin - fowners bitcoin:bitcoin /var/lib/bitcoin/ - fowners bitcoin:bitcoin /var/lib/bitcoin/.bitcoin - dosym /etc/bitcoin/bitcoin.conf /var/lib/bitcoin/.bitcoin/bitcoin.conf - - dodoc doc/README.md doc/release-notes.md - dodoc doc/assets-attribution.md doc/tor.md - doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5} - - newbashcomp contrib/${PN}.bash-completion ${PN} - - if use examples; then - docinto examples - dodoc -r contrib/{bitrpc,pyminer,qos,spendfrom,tidy_datadir.sh} - fi - - if use logrotate; then - insinto /etc/logrotate.d - newins "${FILESDIR}/bitcoind.logrotate" bitcoind - fi -} diff --git a/net-p2p/bitcoind/bitcoind-0.9.3.ebuild b/net-p2p/bitcoind/bitcoind-0.9.3-r1.ebuild similarity index 93% rename from net-p2p/bitcoind/bitcoind-0.9.3.ebuild rename to net-p2p/bitcoind/bitcoind-0.9.3-r1.ebuild index 0d9cc09b0d1f..eb9d0b1bd5fa 100644 --- a/net-p2p/bitcoind/bitcoind-0.9.3.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.9.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 2010-2014 Gentoo Foundation +# Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.3.ebuild,v 1.3 2014/11/13 18:41:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.3-r1.ebuild,v 1.1 2015/01/10 17:02:08 blueness Exp $ EAPI=4 @@ -29,7 +29,7 @@ REQUIRED_USE=" ljr-antispam? ( ljr ) " RDEPEND=" - >=dev-libs/boost-1.52.0[threads(+)] + >=dev-libs/boost-1.41.0[threads(+)] dev-libs/openssl:0[-bindist] logrotate? ( app-admin/logrotate @@ -56,6 +56,7 @@ pkg_setup() { } src_prepare() { + epatch "${FILESDIR}/0.9-openssl-101k.patch" if use ljr; then epatch "${WORKDIR}/${LJR_PATCH}" use ljr-antispam || epatch "${FILESDIR}/0.9.x-ljr_noblacklist.patch" @@ -100,7 +101,7 @@ src_install() { dosym /etc/bitcoin/bitcoin.conf /var/lib/bitcoin/.bitcoin/bitcoin.conf dodoc doc/README.md doc/release-notes.md - dodoc doc/assets-attribution.md doc/tor.md + dodoc doc/tor.md doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5} newbashcomp contrib/${PN}.bash-completion ${PN} diff --git a/net-p2p/bitcoind/files/0.8-openssl-101k.patch b/net-p2p/bitcoind/files/0.8-openssl-101k.patch new file mode 100644 index 000000000000..5eaaba9a5788 --- /dev/null +++ b/net-p2p/bitcoind/files/0.8-openssl-101k.patch @@ -0,0 +1,31 @@ +diff --git a/src/key.cpp b/src/key.cpp +index 75114c6..7fcb17d 100644 +--- a/src/key.cpp ++++ b/src/key.cpp +@@ -376,11 +376,23 @@ bool CKey::SetCompactSignature(uint256 hash, const std::vector& v + + bool CKey::Verify(uint256 hash, const std::vector& vchSig) + { +- // -1 = error, 0 = bad sig, 1 = good +- if (ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), &vchSig[0], vchSig.size(), pkey) != 1) ++ if (vchSig.empty()) + return false; + +- return true; ++ // New versions of OpenSSL will reject non-canonical DER signatures. de/re-serialize first. ++ unsigned char *norm_der = NULL; ++ ECDSA_SIG *norm_sig = ECDSA_SIG_new(); ++ const unsigned char* sigptr = &vchSig[0]; ++ d2i_ECDSA_SIG(&norm_sig, &sigptr, vchSig.size()); ++ int derlen = i2d_ECDSA_SIG(norm_sig, &norm_der); ++ ECDSA_SIG_free(norm_sig); ++ if (derlen <= 0) ++ return false; ++ ++ // -1 = error, 0 = bad sig, 1 = good ++ bool ret = ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), norm_der, derlen, pkey) == 1; ++ OPENSSL_free(norm_der); ++ return ret; + } + + bool CKey::VerifyCompact(uint256 hash, const std::vector& vchSig) diff --git a/net-p2p/bitcoind/files/0.9-openssl-101k.patch b/net-p2p/bitcoind/files/0.9-openssl-101k.patch new file mode 100644 index 000000000000..80f64887425b --- /dev/null +++ b/net-p2p/bitcoind/files/0.9-openssl-101k.patch @@ -0,0 +1,31 @@ +diff --git a/src/key.cpp b/src/key.cpp +index 5b261bb..a845ba1 100644 +--- a/src/key.cpp ++++ b/src/key.cpp +@@ -227,10 +227,23 @@ public: + } + + bool Verify(const uint256 &hash, const std::vector& vchSig) { +- // -1 = error, 0 = bad sig, 1 = good +- if (ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), &vchSig[0], vchSig.size(), pkey) != 1) ++ if (vchSig.empty()) + return false; +- return true; ++ ++ // New versions of OpenSSL will reject non-canonical DER signatures. de/re-serialize first. ++ unsigned char *norm_der = NULL; ++ ECDSA_SIG *norm_sig = ECDSA_SIG_new(); ++ const unsigned char* sigptr = &vchSig[0]; ++ d2i_ECDSA_SIG(&norm_sig, &sigptr, vchSig.size()); ++ int derlen = i2d_ECDSA_SIG(norm_sig, &norm_der); ++ ECDSA_SIG_free(norm_sig); ++ if (derlen <= 0) ++ return false; ++ ++ // -1 = error, 0 = bad sig, 1 = good ++ bool ret = ECDSA_verify(0, (unsigned char*)&hash, sizeof(hash), norm_der, derlen, pkey) == 1; ++ OPENSSL_free(norm_der); ++ return ret; + } + + bool SignCompact(const uint256 &hash, unsigned char *p64, int &rec) { diff --git a/net-proxy/dante/metadata.xml b/net-proxy/dante/metadata.xml index d8e2b2621797..11217cab087e 100644 --- a/net-proxy/dante/metadata.xml +++ b/net-proxy/dante/metadata.xml @@ -1,6 +1,6 @@ -maintainer-needed@gentoo.org +robbat2@gentoo.org A free socks4, socks5 and msproxy implementation diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index f0d163b5315a..167a8def629a 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 1.174 2014/12/23 23:15:01 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 1.175 2015/01/10 14:50:39 pacho Exp $ + +# Pacho Ramos (10 Jan 2014) +# Missing keywords +net-misc/networkmanager teamd # Gilles Dartiguelongue (23 Dec 2014) # New dependencies for wayland support in Gnome 3.14 diff --git a/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask b/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask index 3df9074533b4..1ad2a06e055e 100644 --- a/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask +++ b/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v 1.30 2014/12/16 14:55:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/no-emul-linux-x86/package.use.stable.mask,v 1.32 2015/01/10 13:53:08 pacho Exp $ # Michał Górny (14 Sep 2014) # on behalf of gx86-multilib project @@ -120,6 +120,7 @@ dev-qt/qtsql -abi_x86_32 dev-qt/qtsvg -abi_x86_32 dev-qt/qtwebkit -abi_x86_32 dev-qt/qtxmlpatterns -abi_x86_32 +dev-util/cunit -abi_x86_32 dev-util/pkgconfig -abi_x86_32 gnome-base/gconf -abi_x86_32 gnome-base/gnome-vfs -abi_x86_32 @@ -481,6 +482,7 @@ x11-libs/pango -abi_x86_32 x11-libs/pangox-compat -abi_x86_32 x11-libs/pixman -abi_x86_32 x11-libs/xvba-video -abi_x86_32 +x11-misc/virtualgl -abi_x86_32 x11-proto/compositeproto -abi_x86_32 x11-proto/damageproto -abi_x86_32 x11-proto/fixesproto -abi_x86_32 diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index bf0b704ded8d..4d9cf5d20742 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.104 2014/12/16 14:55:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.stable.mask,v 1.106 2015/01/10 13:53:08 pacho Exp $ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -142,6 +142,7 @@ dev-qt/qtsql abi_x86_32 dev-qt/qtsvg abi_x86_32 dev-qt/qtwebkit abi_x86_32 dev-qt/qtxmlpatterns abi_x86_32 +dev-util/cunit abi_x86_32 dev-util/pkgconfig abi_x86_32 gnome-base/gconf abi_x86_32 gnome-base/gnome-vfs abi_x86_32 @@ -503,6 +504,7 @@ x11-libs/pango abi_x86_32 x11-libs/pangox-compat abi_x86_32 x11-libs/pixman abi_x86_32 x11-libs/xvba-video abi_x86_32 +x11-misc/virtualgl abi_x86_32 x11-proto/compositeproto abi_x86_32 x11-proto/damageproto abi_x86_32 x11-proto/fixesproto abi_x86_32 diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index 19083a7f0694..5b07d60b4492 100644 --- a/profiles/arch/arm/package.mask +++ b/profiles/arch/arm/package.mask @@ -1,34 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.mask,v 1.33 2014/11/20 01:52:50 pesa Exp $ - -# Davide Pesavento (20 Nov 2014) -# Qt4 multilib ebuilds, masked until dev-qt/qtchooser -# gets keyworded. See bug 529196. -=dev-qt/assistant-4.8.6* -=dev-qt/designer-4.8.6* -=dev-qt/linguist-4.8.6* -=dev-qt/pixeltool-4.8.6* -=dev-qt/qdbusviewer-4.8.6* -=dev-qt/qt3support-4.8.6* -=dev-qt/qtbearer-4.8.6* -=dev-qt/qtcore-4.8.6* -=dev-qt/qtdbus-4.8.6* -=dev-qt/qtdeclarative-4.8.6* -=dev-qt/qtdemo-4.8.6* -=dev-qt/qtgui-4.8.6* -=dev-qt/qthelp-4.8.6* -=dev-qt/qtmultimedia-4.8.6* -=dev-qt/qtopengl-4.8.6* -=dev-qt/qtopenvg-4.8.6* -=dev-qt/qtphonon-4.8.6* -=dev-qt/qtscript-4.8.6* -=dev-qt/qtsql-4.8.6* -=dev-qt/qtsvg-4.8.6* -=dev-qt/qttest-4.8.6* -=dev-qt/qttranslations-4.8.6* -=dev-qt/qtwebkit-4.8.6* -=dev-qt/qtxmlpatterns-4.8.6* +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.mask,v 1.34 2015/01/09 22:11:08 pesa Exp $ # Zac Medico (09 Aug 2011) # Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index cc631d949d88..63d2d3359583 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.156 2014/12/23 23:15:14 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.157 2015/01/10 14:50:39 pacho Exp $ + +# Pacho Ramos (10 Jan 2014) +# Missing keywords +net-misc/networkmanager teamd # Gilles Dartiguelongue (23 Dec 2014) # New dependencies for wayland support in Gnome 3.14 diff --git a/profiles/arch/mips/package.mask b/profiles/arch/mips/package.mask index 62bab948fede..0c9ce9760461 100644 --- a/profiles/arch/mips/package.mask +++ b/profiles/arch/mips/package.mask @@ -1,34 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/package.mask,v 1.24 2014/11/20 01:56:23 pesa Exp $ - -# Davide Pesavento (20 Nov 2014) -# Qt4 multilib ebuilds, masked until dev-qt/qtchooser -# gets keyworded. See bug 529196. -=dev-qt/assistant-4.8.6* -=dev-qt/designer-4.8.6* -=dev-qt/linguist-4.8.6* -=dev-qt/pixeltool-4.8.6* -=dev-qt/qdbusviewer-4.8.6* -=dev-qt/qt3support-4.8.6* -=dev-qt/qtbearer-4.8.6* -=dev-qt/qtcore-4.8.6* -=dev-qt/qtdbus-4.8.6* -=dev-qt/qtdeclarative-4.8.6* -=dev-qt/qtdemo-4.8.6* -=dev-qt/qtgui-4.8.6* -=dev-qt/qthelp-4.8.6* -=dev-qt/qtmultimedia-4.8.6* -=dev-qt/qtopengl-4.8.6* -=dev-qt/qtopenvg-4.8.6* -=dev-qt/qtphonon-4.8.6* -=dev-qt/qtscript-4.8.6* -=dev-qt/qtsql-4.8.6* -=dev-qt/qtsvg-4.8.6* -=dev-qt/qttest-4.8.6* -=dev-qt/qttranslations-4.8.6* -=dev-qt/qtwebkit-4.8.6* -=dev-qt/qtxmlpatterns-4.8.6* +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/package.mask,v 1.25 2015/01/09 22:17:22 pesa Exp $ # Mask pam_ldap and nss_ldap - openldap dep missing. sys-auth/pam_ldap diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 9f349e8cf7cc..432961a3b9b5 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 1.181 2014/12/23 23:15:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 1.182 2015/01/10 14:50:39 pacho Exp $ + +# Pacho Ramos (10 Jan 2014) +# Missing keywords +net-misc/networkmanager teamd # Gilles Dartiguelongue (23 Dec 2014) # New dependencies for wayland support in Gnome 3.14 diff --git a/profiles/default/linux/uclibc/arm/package.mask b/profiles/default/linux/uclibc/arm/package.mask deleted file mode 100644 index 64480a17d022..000000000000 --- a/profiles/default/linux/uclibc/arm/package.mask +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/arm/package.mask,v 1.1 2014/11/20 02:07:15 pesa Exp $ - -# Davide Pesavento (20 Nov 2014) -# Qt4 multilib ebuilds, masked until dev-qt/qtchooser -# gets keyworded. See bug 529196. -=dev-qt/assistant-4.8.6* -=dev-qt/designer-4.8.6* -=dev-qt/linguist-4.8.6* -=dev-qt/pixeltool-4.8.6* -=dev-qt/qdbusviewer-4.8.6* -=dev-qt/qt3support-4.8.6* -=dev-qt/qtbearer-4.8.6* -=dev-qt/qtcore-4.8.6* -=dev-qt/qtdbus-4.8.6* -=dev-qt/qtdeclarative-4.8.6* -=dev-qt/qtdemo-4.8.6* -=dev-qt/qtgui-4.8.6* -=dev-qt/qthelp-4.8.6* -=dev-qt/qtmultimedia-4.8.6* -=dev-qt/qtopengl-4.8.6* -=dev-qt/qtopenvg-4.8.6* -=dev-qt/qtphonon-4.8.6* -=dev-qt/qtscript-4.8.6* -=dev-qt/qtsql-4.8.6* -=dev-qt/qtsvg-4.8.6* -=dev-qt/qttest-4.8.6* -=dev-qt/qttranslations-4.8.6* -=dev-qt/qtwebkit-4.8.6* -=dev-qt/qtxmlpatterns-4.8.6* diff --git a/profiles/default/linux/uclibc/mips/package.mask b/profiles/default/linux/uclibc/mips/package.mask index 0476cdf6f583..cc9dcc5c65b8 100644 --- a/profiles/default/linux/uclibc/mips/package.mask +++ b/profiles/default/linux/uclibc/mips/package.mask @@ -1,34 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/package.mask,v 1.2 2014/11/20 02:07:15 pesa Exp $ - -# Davide Pesavento (20 Nov 2014) -# Qt4 multilib ebuilds, masked until dev-qt/qtchooser -# gets keyworded. See bug 529196. -=dev-qt/assistant-4.8.6* -=dev-qt/designer-4.8.6* -=dev-qt/linguist-4.8.6* -=dev-qt/pixeltool-4.8.6* -=dev-qt/qdbusviewer-4.8.6* -=dev-qt/qt3support-4.8.6* -=dev-qt/qtbearer-4.8.6* -=dev-qt/qtcore-4.8.6* -=dev-qt/qtdbus-4.8.6* -=dev-qt/qtdeclarative-4.8.6* -=dev-qt/qtdemo-4.8.6* -=dev-qt/qtgui-4.8.6* -=dev-qt/qthelp-4.8.6* -=dev-qt/qtmultimedia-4.8.6* -=dev-qt/qtopengl-4.8.6* -=dev-qt/qtopenvg-4.8.6* -=dev-qt/qtphonon-4.8.6* -=dev-qt/qtscript-4.8.6* -=dev-qt/qtsql-4.8.6* -=dev-qt/qtsvg-4.8.6* -=dev-qt/qttest-4.8.6* -=dev-qt/qttranslations-4.8.6* -=dev-qt/qtwebkit-4.8.6* -=dev-qt/qtxmlpatterns-4.8.6* +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/uclibc/mips/package.mask,v 1.3 2015/01/09 22:19:34 pesa Exp $ # # Broken packages diff --git a/profiles/package.mask b/profiles/package.mask index 43627521681e..26833b7f54b2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16279 2015/01/09 18:21:59 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16282 2015/01/10 21:32:26 pinkbyte Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -29,6 +29,38 @@ ## app-misc/some-package #--- END OF EXAMPLES --- + +# Sergey Popov (11 Jan 2015) +# Upstream support is discontinued(last release in 2005) +# Has some opened bugs - #369653, #448958 +# Removal in 30 days +net-dialup/gtk-imonc + +# Chí-Thanh Christopher Nguyễn (10 Jan 2015) +# obsolete and vulnerable, bug #532086 +# removal in 30 days +=x11-base/xorg-server-1.9* +=x11-base/xorg-server-1.10* +=x11-base/xorg-server-1.11* +=x11-base/xorg-server-1.13* +=x11-base/xorg-server-1.14* + +# Chí-Thanh Christopher Nguyễn (10 Jan 2015) +# requires obsolete and vulnerable xorg-server, bug #532086 +# removal in 30 days +x11-drivers/psb-firmware +x11-drivers/xf86-input-citron +x11-drivers/xf86-video-cyrix +x11-drivers/xf86-video-impact +x11-drivers/xf86-video-nsc +x11-drivers/xf86-video-sunbw2 +x11-libs/libdrm-poulsbo +x11-libs/xpsb-glx + +# Tim Harder (10 Jan 2015) +# Masked until protobuf-2.6.0 is unmasked +>=dev-libs/protobuf-c-1.1.0 + # Anthony G. Basile (9 Jan 2015) # p.mask the -9999 version =dev-misc/i2pd-9999 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 9d94308f5340..7db4aa31773a 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -4155,6 +4155,8 @@ media-sound/pulseaudio:equalizer - Enable the equalizer module (requires sci-lib media-sound/pulseaudio:gdbm - Use sys-libs/gdbm to store PulseAudio databases. Recommended for desktop usage. This flag causes the whole package to be licensed under GPL-2 or later. media-sound/pulseaudio:glib - Add support to dev-libs/glib-based mainloop for the libpulse client library, to allow using libpulse on glib-based programs. media-sound/pulseaudio:gnome - Use GConf to store user preferences on streams and so on. Don't enable this flag if you want to use a system wide instance. If unsure, enable this flag. +media-sound/pulseaudio:native-headset - Build with native HSP backend for bluez 5. +media-sound/pulseaudio:ofono-headset - Build with oFono HFP backend for bluez 5, requires net-misc/ofono. media-sound/pulseaudio:oss - Enable OSS sink/source (output/input). Deprecated, upstream does not support this on systems where other sink/source systems are available (i.e.: Linux). The padsp wrapper is now always build if the system supports OSS at all. media-sound/pulseaudio:realtime - Makes PulseAudio use RealtimeKit (sys-auth/rtkit) to get real-time priority while running. media-sound/pulseaudio:ssl - Use dev-libs/openssl to provide support for RAOP (AirPort) streaming. diff --git a/sci-visualization/opendx/opendx-4.4.4-r5.ebuild b/sci-visualization/opendx/opendx-4.4.4-r5.ebuild new file mode 100644 index 000000000000..c3db79b2a267 --- /dev/null +++ b/sci-visualization/opendx/opendx-4.4.4-r5.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/opendx/opendx-4.4.4-r5.ebuild,v 1.1 2015/01/10 21:31:16 bircoph Exp $ + +EAPI=5 + +MYP=dx-${PV} +inherit eutils flag-o-matic autotools multilib + +DESCRIPTION="3D data visualization tool" +HOMEPAGE="http://www.opendx.org/" +SRC_URI="http://opendx.sdsc.edu/source/${MYP}.tar.gz" + +LICENSE="IBM" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="hdf cdf netcdf tiff imagemagick szip smp" + +RDEPEND="x11-libs/libXmu + x11-libs/libXi + x11-libs/libXp + x11-libs/libXpm + >=x11-libs/motif-2.3:0 + virtual/opengl + virtual/glu + szip? ( sci-libs/szip ) + hdf? ( sci-libs/hdf ) + cdf? ( sci-libs/cdf ) + netcdf? ( sci-libs/netcdf ) + tiff? ( media-libs/tiff ) + imagemagick? ( media-gfx/imagemagick )" + +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}/${MYP}" + +src_prepare() { + epatch "${FILESDIR}/${PN}-4.3.2-sys.h.patch" + epatch "${FILESDIR}/${P}-installpaths.patch" + epatch "${FILESDIR}/${P}-xdg.patch" + epatch "${FILESDIR}/${P}-gcc43.patch" + epatch "${FILESDIR}/${P}-dx-errno.patch" + epatch "${FILESDIR}/${P}-libtool.patch" + epatch "${FILESDIR}/${P}-concurrent-make-fix.patch" + epatch "${FILESDIR}/${P}-open.patch" + epatch "${FILESDIR}/${P}-szip.patch" + epatch "${FILESDIR}/${P}-null.patch" + eautoreconf +} + +src_configure() { + # check flag filtering + # with gcc 3.3.2 I had an infinite loop on src/exec/libdx/zclipQ.c + append-flags -fno-strength-reduce + + # (#82672) + filter-flags -finline-functions + replace-flags -O3 -O2 + + # opendx uses this variable + unset ARCH + + # javadx is currently broken. we may try to fix it someday. + econf \ + --libdir="${EPREFIX}"/usr/$(get_libdir) \ + --with-x \ + --without-javadx \ + $(use_with szip szlib) \ + $(use_with cdf) \ + $(use_with netcdf) \ + $(use_with hdf) \ + $(use_with tiff) \ + $(use_with imagemagick magick) \ + $(use_enable smp smp-linux) +} + +src_install() { + default + newicon src/uipp/ui/icon50.xpm ${PN}.xpm + make_desktop_entry dx "Open Data Explorer" +} diff --git a/sys-libs/uclibc/Manifest b/sys-libs/uclibc/Manifest index 3725a4ac8c77..d3c077282520 100644 --- a/sys-libs/uclibc/Manifest +++ b/sys-libs/uclibc/Manifest @@ -4,6 +4,7 @@ DIST uClibc-0.9.33.2-patches-11.tar.bz2 24310 SHA256 f6d9728fea5f2a7290261816aa9 DIST uClibc-0.9.33.2-patches-12.tar.bz2 27137 SHA256 3582de8f2df50dd70b639ed3be61d68bc6d79c1cf1d6e8528358fdc915bbe3ff SHA512 6b6ffafd2cd7f39636df0a73f223cb8045df1f2e1c5737007ff6161ed1247eb1a7ca8a1923f69551b2bbac16292939c8f8e6692ab9c6160f50a6533bf8b68637 WHIRLPOOL bd966ec003c99d47b74d671dcf13328cd01c58352ec13cfeb56e05f3b6b50cef893d6207e4096b5cfdf39c0ca143900a3ac4e5b0a72fb64a887fb6acc0b57ae6 DIST uClibc-0.9.33.2-patches-13.tar.bz2 28146 SHA256 80c3e53927bd5c850b2b9ae7ba43e489b50cd7e7d05174074f22fc81eda448b6 SHA512 60d82b67dc3451593a6ab221087c5fea47fab2016821fd3011affa133f1dc84660f46d70821b678a018fb7329928147eaff9722de9157fb99d44893ab5a10319 WHIRLPOOL 820ae31c449347ef9e47916831ee77b2adb968ffb9ab6e6b1072eea9c05efed2ec5a2245ffd6df7abd1f66f5214f5388adf22f656c3405bdc29108c0b2a71451 DIST uClibc-0.9.33.2-patches-14.tar.bz2 28773 SHA256 3d2adac6d27db2a6d9c0ed93eb19e97a1a2fa24835a6bfc102767cd6dea3971b SHA512 45fdbceedf0e80bb0adafad37d1d5ca3ff4315def576bb2570bc26abebcdb60125ee01fb69cdfe72353bac4a664e1e9c7af0671b84f48f546ac32dabbea49e3e WHIRLPOOL 899c5f4781eaa5291ff755221a3895dc4c563ac32ea48ab9bad8715373c91a06e23b9512d65fab093ce5d6e658727fcfa613393b40bccc5b1b5a93e1a42b1906 +DIST uClibc-0.9.33.2-patches-15.tar.bz2 31298 SHA256 a1f5b1c100bee1218d24fe27aa00ed9996588448b9ccd4df85ad365d1993d8a7 SHA512 79a1982506f198598a955533e6d7c738f87a3fa74225b2b6ab32bd636642e683d024ad0860d28fe2b42fe6b2c982f4172f950caa62f31761a19e4a49116d5d36 WHIRLPOOL 6272ccf3a1340dde0b754fec996ec2063b45250828f2bedb4ea6e59f8a30e009395ff794b99c46b887e9d71c1499fc1543fa60c1cc09b6169efc9e9161bd880c DIST uClibc-0.9.33.2-patches-2.tar.bz2 2854 SHA256 a43192a582ad5428daaceec23aaf096ac037a723eb79724aa716f3850674fecd SHA512 f7ef2bc1a2498e2215828c52003a4ddc4ebe79dd43def367398fad7895c5e5ce9ae4ce68e51141193ef7d47d0727ed477c7b00fbb95b47cd6f251aacbd15048c WHIRLPOOL 80bd9de5b4c5eb671a462a094cd016d0931885ca4604a489017cc36ae5d960a5f08cb72185011d796d5bf9c4809ed2331416ca9b0dae00991ac1e998fc31f7c9 DIST uClibc-0.9.33.2-patches-3.tar.bz2 4002 SHA256 2c06d1f80c8b7e5b0ef60571720273e2ccc55551a3dacc9ed5f7c04e9eda7018 SHA512 935dded858fbd4ce7317bdd1c097f26d8752bd241c12c9b1420e621bb80e59d8f74f84a8ae4df86bb07a03b2354e6c8ce4ba980aaa6d9be63c5e518da393db52 WHIRLPOOL d72989fbc7c700191b5703591bff4ff39ba6a3bb9c230cefb11c21cb2cd5f3f25bd52e8f6783bc651bd273d15146246491923bb1c357ce117da496910acefe6e DIST uClibc-0.9.33.2-patches-5.tar.bz2 10084 SHA256 9c9814360470b1ff3308a85fe8a61ce35eb57c288301b7244450b894f9627a29 SHA512 efd70db740d090d4791e4afc33db2a26df9151ca5be8bcd499ce65d33222af784cb11cbc1f6a4288cab5a4ad1b686488ce836bb62629a9c04f643d40706ac917 WHIRLPOOL b88c36d0eb3f3398a5e96d155cdd8d1b3f6c02ecba4d3f7b167f35c983cf6098e3795839f3f8e0564a91d364c6e2aa0408adcc4647af2143be51a892f2508b27 diff --git a/sys-libs/uclibc/uclibc-0.9.33.2-r13.ebuild b/sys-libs/uclibc/uclibc-0.9.33.2-r13.ebuild new file mode 100644 index 000000000000..096143caeb86 --- /dev/null +++ b/sys-libs/uclibc/uclibc-0.9.33.2-r13.ebuild @@ -0,0 +1,348 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.33.2-r13.ebuild,v 1.1 2015/01/10 16:26:20 blueness Exp $ + +inherit eutils flag-o-matic multilib toolchain-funcs savedconfig +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://git.busybox.net/uClibc" + inherit git-2 +fi + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} +if [[ ${CTARGET} == ${CHOST} ]] ; then + if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then + export CTARGET=${CATEGORY/cross-} + fi +fi + +MY_P=uClibc-${PV} +DESCRIPTION="C library for developing embedded Linux systems" +HOMEPAGE="http://www.uclibc.org/" +if [[ ${PV} != "9999" ]] ; then + PATCH_VER="15" + SRC_URI="http://uclibc.org/downloads/${MY_P}.tar.bz2 + ${PATCH_VER:+mirror://gentoo/${MY_P}-patches-${PATCH_VER}.tar.bz2}" + KEYWORDS="-* ~amd64 ~arm ~m68k ~mips ~ppc ~sh ~sparc ~x86" +fi + +LICENSE="LGPL-2" +SLOT="0" +IUSE="debug hardened iconv ipv6 nptl rpc ssp uclibc-compat wordexp crosscompile_opts_headers-only" +RESTRICT="strip" + +S=${WORKDIR}/${MY_P} + +is_crosscompile() { + [[ ${CHOST} != ${CTARGET} ]] +} +alt_build_kprefix() { + if [[ ${CBUILD} == ${CHOST} && ${CTARGET} == ${CHOST} ]] ; then + echo /usr/include + else + echo /usr/${CTARGET}/usr/include + fi +} + +just_headers() { + use crosscompile_opts_headers-only && is_crosscompile +} + +uclibc_endian() { + # XXX: this wont work for a toolchain which is bi-endian, but we + # dont have any such thing at the moment, so not a big deal + touch "${T}"/endian.s + $(tc-getAS ${CTARGET}) "${T}"/endian.s -o "${T}"/endian.o + case $(file "${T}"/endian.o) in + *" MSB "*) echo "BIG";; + *" LSB "*) echo "LITTLE";; + *) echo "NFC";; + esac + rm -f "${T}"/endian.{s,o} +} + +pkg_setup() { + if [ ${CTARGET} = ${CHOST} ] ; then + case ${CHOST} in + *-uclinux*|*-uclibc*) ;; + *) die "Use sys-devel/crossdev to build a uclibc toolchain" ;; + esac + fi +} + +check_cpu_opts() { + case ${CTARGET} in + # Need to handle $ABI here w/mips. + mips[1234]*) export UCLIBC_CPU="MIPS_ISA_${CTARGET:4:1}";; + sh[2345]*) export UCLIBC_CPU="SH${CTARGET:2:1}";; + i[3456]86*) export UCLIBC_CPU="${CTARGET:1:1}86";; + # XXX: Should figure out how to handle sparc. + esac + + if use nptl ; then + case ${CTARGET} in + i386*) + die "Your target has no support for NPTL" + ;; + esac + fi +} + +kconfig_q_opt() { + local flag=$1; shift + case ${flag} in + y|n) ;; + *) flag=$(usex ${flag} y n) ;; + esac + + local var="defs_${flag}" + eval "${var}+=( $* )" +} + +get_opt() { + ( + unset ${1} + . ${2:-"${S}"/.config} + echo ${!1} + ) +} + +src_oldconfig() { + yes "" 2>/dev/null | emake -s oldconfig >/dev/null +} +src_config() { + restore_config .config + if [ -f .config ]; then + src_oldconfig + return 0 + else + ewarn "Could not locate user configfile, so we will save a default one" + fi + + emake ARCH=${target} defconfig >/dev/null || die + + local defs_{y,n} defs + + defs=( + DO{DEBUG_PT,ASSERTS} + SUPPORT_LD_DEBUG_EARLY + UCLIBC_HAS_PROFILING + ) + kconfig_q_opt n "${defs[@]}" + kconfig_q_opt debug DODEBUG SUPPORT_LD_DEBUG + + sed -i -e '/ARCH_.*_ENDIAN/d' .config + kconfig_q_opt y "ARCH_WANTS_$(uclibc_endian)_ENDIAN" + + if [[ ${CTARGET} == arm* ]] ; then + kconfig_q_opt n CONFIG_ARM_OABI + kconfig_q_opt y CONFIG_ARM_EABI + fi + + defs=( + MALLOC_GLIBC_COMPAT + DO_C99_MATH + UCLIBC_HAS_{CTYPE_CHECKED,WCHAR,HEXADECIMAL_FLOATS,GLIBC_CUSTOM_PRINTF,FOPEN_EXCLUSIVE_MODE,GLIBC_CUSTOM_STREAMS,PRINTF_M_SPEC} + UCLIBC_HAS_FENV + UCLIBC_HAS_{N,}FTW + UCLIBC_HAS_GNU_GLOB + UCLIBC_HAS_LIBUTIL + UCLIBC_HAS_PROGRAM_INVOCATION_NAME + UCLIBC_HAS_RESOLVER_SUPPORT + UCLIBC_HAS_TZ_FILE_READ_MANY + UCLIBC_HAS_UTMPX + UCLIBC_SUPPORT_AI_ADDRCONFIG + UCLIBC_SUSV3_LEGACY + UCLIBC_SUSV3_LEGACY_MACROS + UCLIBC_SUSV4_LEGACY + UCLIBC_USE_NETLINK + PTHREADS_DEBUG_SUPPORT + ) + kconfig_q_opt y "${defs[@]}" + kconfig_q_opt n UCLIBC_HAS_CTYPE_UNSAFE + kconfig_q_opt n UCLIBC_HAS_LOCALE + kconfig_q_opt n HAS_NO_THREADS + kconfig_q_opt ipv6 UCLIBC_HAS_IPV6 + kconfig_q_opt nptl UCLIBC_HAS_THREADS_NATIVE + kconfig_q_opt !nptl LINUXTHREADS_OLD + kconfig_q_opt rpc UCLIBC_HAS_{,{FULL,REENTRANT}_}RPC + kconfig_q_opt wordexp UCLIBC_HAS_WORDEXP + kconfig_q_opt uclibc-compat UCLIBC_HAS_LIB{NSL,RESOLV}_STUB COMPAT_ATEXIT + + # we need to do it independently of hardened to get ssp.c built into libc + kconfig_q_opt y UCLIBC_HAS_SSP + kconfig_q_opt n UCLIBC_HAS_SSP_COMPAT + kconfig_q_opt y UCLIBC_HAS_ARC4RANDOM + kconfig_q_opt n PROPOLICE_BLOCK_ABRT + kconfig_q_opt y PROPOLICE_BLOCK_SEGV + + # arm/mips do not emit PT_GNU_STACK, but if we enable this here + # it will be emitted as RWE, ppc has to be checked, x86 needs it + # this option should be used independently of hardened + if has $(tc-arch) x86 || has $(tc-arch) ppc ; then + kconfig_q_opt y UCLIBC_BUILD_NOEXECSTACK + else + kconfig_q_opt n UCLIBC_BUILD_NOEXECSTACK + fi + kconfig_q_opt y UCLIBC_BUILD_RELRO + kconfig_q_opt hardened UCLIBC_BUILD_PIE + kconfig_q_opt hardened UCLIBC_BUILD_NOW + kconfig_q_opt !ssp SSP_QUICK_CANARY + kconfig_q_opt ssp UCLIBC_BUILD_SSP + + local def + for def in 1 2 ; do + # Run twice as some config opts depend on others being enabled first. + for def in ${defs_y[@]} ; do + sed -i -e "s:.*\<${def}\>.*set:${def}=y:g" .config + done + for def in ${defs_n[@]} ; do + sed -i -e "s:${def}=y:# ${def} is not set:g" .config + done + src_oldconfig + done + + einfo "Enabled options:" + for def in ${defs_y[@]} ; do + einfo " " $(grep "^${def}=y" .config || echo "could not find ${def}") + done + einfo "Disabled options:" + for def in ${defs_n[@]} ; do + einfo " " $(grep "^# ${def} is not set" .config || echo "could not find ${def}") + done + + # setup build and run paths + sed -i \ + -e "/^CROSS_COMPILER_PREFIX/s:=.*:=\"${CTARGET}-\":" \ + -e "/^KERNEL_HEADERS/s:=.*:=\"$(alt_build_kprefix)\":" \ + -e "/^SHARED_LIB_LOADER_PREFIX/s:=.*:=\"/$(get_libdir)\":" \ + -e "/^DEVEL_PREFIX/s:=.*:=\"/usr\":" \ + -e "/^RUNTIME_PREFIX/s:=.*:=\"/\":" \ + -e "/^UCLIBC_EXTRA_CFLAGS/s:=.*:=\"${UCLIBC_EXTRA_CFLAGS}\":" \ + .config || die + + src_oldconfig +} + +src_unpack() { + if [[ ${PV} == "9999" ]] ; then + git-2_src_unpack + else + unpack ${A} + fi + cd "${S}" + if [[ -n ${PATCH_VER} ]] ; then + EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch + fi + + epatch_user + + check_cpu_opts + + echo + einfo "Runtime Prefix: /" + einfo "Devel Prefix: /usr" + einfo "Kernel Prefix: $(alt_build_kprefix)" + einfo "CBUILD: ${CBUILD}" + einfo "CHOST: ${CHOST}" + einfo "CTARGET: ${CTARGET}" + einfo "CPU: ${UCLIBC_CPU:-default}" + einfo "ENDIAN: $(uclibc_endian)" + echo + + ########## CPU SELECTION ########## + + local target=$(tc-arch) config_target + case ${target} in + amd64) target="x86_64";; + arm) target="arm"; config_target="GENERIC_ARM";; + avr) target="avr32";; + mips) target="mips"; config_target="MIPS_ISA_1";; + ppc) target="powerpc";; + sh) target="sh"; config_target="SH4";; + x86) target="i386"; config_target="486";; + esac + if [[ -n ${config_target} ]] ; then + sed -i -e "s:default CONFIG_${config_target}:default CONFIG_${UCLIBC_CPU:-${config_target}}:" \ + extra/Configs/Config.${target} || die + fi + sed -i -e "s:^HOSTCC.*=.*:HOSTCC=$(tc-getBUILD_CC):" Rules.mak + + src_config + + if use iconv ; then + # Run after make clean, otherwise files removed + find ./extra/locale/charmaps -name "*.pairs" > extra/locale/codesets.txt + if [[ ! -f /etc/locale.gen ]] ; then + # See ./extra/locale/LOCALES for examples + die "Please create an appropriate /etc/locale.gen for locale support" + fi + echo -e "@euro e\n@cyrillic c\n#---\nUTF-8 yes\n8-BIT yes\n#---\n\n" > ./extra/locale/locales.txt + cat /etc/locale.gen >> ./extra/locale/locales.txt + fi +} + +src_compile() { + emake headers || die + just_headers && return 0 + + emake || die + if is_crosscompile ; then + emake -C utils hostutils || die + else + emake utils || die + fi +} + +src_test() { + is_crosscompile && return 0 + + # assert test fails on pax/grsec enabled kernels - normal + # vfork test fails in sandbox (both glibc/uclibc) + emake UCLIBC_ONLY=1 check || die +} + +src_install() { + local sysroot=${D} + is_crosscompile && sysroot+="/usr/${CTARGET}" + + local target="install" + just_headers && target="install_headers" + emake DESTDIR="${sysroot}" ${target} || die + + save_config .config + + # remove files coming from kernel-headers + rm -rf "${sysroot}"/usr/include/{linux,asm*} + + # Make sure we install the sys-include symlink so that when + # we build a 2nd stage cross-compiler, gcc finds the target + # system headers correctly. See gcc/doc/gccinstall.info + if is_crosscompile ; then + dosym usr/include /usr/${CTARGET}/sys-include + if ! just_headers && [[ -n $(get_opt HAVE_SHARED) ]] ; then + newbin utils/ldconfig.host ${CTARGET}-ldconfig || die + newbin utils/ldd.host ${CTARGET}-ldd || die + fi + return 0 + fi + + emake DESTDIR="${D}" install_utils || die + dobin extra/scripts/getent + dodoc Changelog* README TODO docs/*.txt DEDICATION.mjn3 +} + +pkg_postinst() { + is_crosscompile && return 0 + + if [ ! -e "${ROOT}"/etc/TZ ] ; then + ewarn "Please remember to set your timezone in /etc/TZ" + mkdir -p "${ROOT}"/etc + echo "UTC" > "${ROOT}"/etc/TZ + fi + [ "${ROOT}" != "/" ] && return 0 + # update cache before reloading init + ldconfig + # reload init ... + /sbin/telinit U 2>/dev/null +} diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest index cd080a389dcb..b06592ca6879 100644 --- a/www-apache/mod_wsgi/Manifest +++ b/www-apache/mod_wsgi/Manifest @@ -2,3 +2,4 @@ DIST mod_wsgi-3.5.tar.gz 135875 SHA256 f0674c38f0f568ece55610bcc6a775c179835c4cb DIST mod_wsgi-4.2.7.tar.gz 580276 SHA256 20de6b4c3a061253e28e8d236d54439929483d01b18fd9b73760577d27407b63 SHA512 0ac969f604ca5658b93b18b3c117c72bcbffbfbe3daaf6303fdb923199ec0d2af8d2958ebba1eb8a00e8887a3649533adc201053075769164db7e4a9908c2062 WHIRLPOOL 32e3361603fbe11e87aecc09f70e8302f61647daff0d5090e5922d4a53c2960a75e3a5580b6d7216c40e4eab9147b204907cabe519f7494e17a673c47af62d31 DIST mod_wsgi-4.3.0.tar.gz 590804 SHA256 a14d5fe18e7f75598977a0d75340507839c0bccac2b05610fe73f8a795c211e5 SHA512 4cd24cad6d082d6d19fb0567fc6ddb2660a144a5d5174cf68a173a0847aae775b9642e34faba15453ea6cdc04bd88e2924dda5524ae4a63dd2cbc1f93c2664fd WHIRLPOOL 6e259e101637b1c9b0134c08ffb0d99d213a990b383a2cc53d437bb52be9c08ecf6e1b29e133578c0650be4c001be3f747ce7c07f0bf8264c2015c3413769688 DIST mod_wsgi-4.4.2.tar.gz 608903 SHA256 ef8a04a1d26046d0653c34347ad458a45c8c0b54808ae6bdd7c77fe2bedc45d1 SHA512 f923b8c48876ff746f743305ecc5c4c3049438268d0f133a095ceecd1e9ecf5d80abb21185e900ea2933fbf93e68650e78aa77b84121fd6046c2b7150170f58f WHIRLPOOL 80d6468f2549ba9c13fdfc39d0e6d07ffebab996695ffb1d2dc61fcd8ff8f60cf059c727cf2c2b4453ad5e1a9416d284088836e8b2582bbedc70b627b1f3542a +DIST mod_wsgi-4.4.5.tar.gz 612839 SHA256 f9b54247f1d6cac9d4c2095af88a712b7a5fe20e11e335cb1ffb98584e02ec44 SHA512 2f8caaef803ff42df24816f12d0602504a9ad90a012acd021de41c6c2a67cee0c33bc0029366d4ae1483340e2ca8dcfb0b74e36e5c25a36a61cb7ce5d90a755f WHIRLPOOL 610d9130dec946fecc40700f6d60f6713c46a038b52e0fc85d8adcee96b3b39fc5836942da48d89256d5e23e9bacebf63b633487733902da3345f1366a254973 diff --git a/www-apache/mod_wsgi/metadata.xml b/www-apache/mod_wsgi/metadata.xml index 924fefbd69d3..c68086bc257d 100644 --- a/www-apache/mod_wsgi/metadata.xml +++ b/www-apache/mod_wsgi/metadata.xml @@ -6,6 +6,6 @@ Dirkjan Ochtman - modwsgi + mod_wsgi diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.5.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.5.ebuild new file mode 100644 index 000000000000..1c09c9f5e436 --- /dev/null +++ b/www-apache/mod_wsgi/mod_wsgi-4.4.5.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_wsgi/mod_wsgi-4.4.5.ebuild,v 1.1 2015/01/11 08:29:17 djc Exp $ + +EAPI="5" + +PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 ) +PYTHON_REQ_USE="threads" + +inherit apache-module eutils python-single-r1 + +DESCRIPTION="An Apache2 module for running Python WSGI applications" +HOMEPAGE="http://code.google.com/p/modwsgi/" +SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +APACHE2_MOD_CONF="70_${PN}" +APACHE2_MOD_DEFINE="WSGI" +APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so" + +DOCFILES="README.rst" + +need_apache2 + +src_configure() { + econf --with-apxs=${APXS} --with-python=${PYTHON} +} + +src_compile() { + default +} diff --git a/www-apps/phpsysinfo/Manifest b/www-apps/phpsysinfo/Manifest index c598f3b947b6..d78e4f85d848 100644 --- a/www-apps/phpsysinfo/Manifest +++ b/www-apps/phpsysinfo/Manifest @@ -2,6 +2,7 @@ DIST phpsysinfo-3.0.19.tar.gz 495301 SHA256 1387ff95cff8686ea95f99c2dc6fd6b9fcd6 DIST phpsysinfo-3.0.20.tar.gz 499573 SHA256 029889ba102848dfa33be2472e9f06472eff1b4c05017c9e9cb48a022c900660 SHA512 81853f94cc0b4ef8d0e394179b82b51f69dd3c9f0d9dbeb5c702d2824984a03e0caaa92682d6177c57181fcaaf55b1708e3c0a578cc4eddeb00b4530ba866d11 WHIRLPOOL c8872685ccafc0a6f7c208fffa280dc24d497085bd79d3b5a8a44e9fef8b2113b167bddbcd550d85b4adf081717e112988cc5bed70379e5c7f21ffeba2ba47a5 DIST phpsysinfo-3.1.11.tar.gz 732174 SHA256 c016ba76988e0f0a087ccd277915b91db623869dc8066729c98bef9e928c592c SHA512 5e57cb743d636a2072892f111aaf08d396ab4edf1d6ca53df4e5ed645c73dde805087c29df9af754d5f11739a1563df9c25502d6ccb4130dc36a2eed0391d8a8 WHIRLPOOL 5244d7721323615995002c642eaac8f4e99d9738d30a0dd710bbfcf6df67509e7d3eaf6d9746a50268ae2bc9c8d32b1d219c12c7da31b963aaba325b1220dad8 DIST phpsysinfo-3.1.12.tar.gz 749150 SHA256 c9d7331317751e94e7169223859c337873898a3107dfa97c6195adc8c520ecee SHA512 437a771e589691259117fc6a9e96697d862f907814b607aec86cdc5e6a5d3dcaa3f9c18e5235dc0a9e896c34bc28df9e6c0c662babdcf0654c6e69803c0764ab WHIRLPOOL e2bf9aa84fe1b87be85f10f6c6925197c26a4ad9e95947a8495a48cfed2af254a54717a242fb9eb0bb4cdfad9d53dbca650e2505b1cd29124c5e90d04eff2722 +DIST phpsysinfo-3.1.17.tar.gz 807879 SHA256 0eaeaf1ece54986526650b55868c455cffb9da594f81d483226396d956b11601 SHA512 ed946e9c4d82292e1da6c8e719a5dd1e74def8a8a42b314dd22ef34d4becec0fee52fe5b8d3cbe8fc0fdbf1f412d971db43c9813a92bb6695a2fa0b0de11454e WHIRLPOOL 81bbbc4146285bd983134877ae49718bcb001a8ab2c9d830ce9a264868367126cdecd375b8f32030c67ffcacda20efd79bf0dafa4d888778eefd8438b0a58cd7 DIST phpsysinfo-3.1.3.tar.gz 615391 SHA256 46dbe7f873193c3f22b8c042b2b507c1db97eb891c6b6cccfe60a49da38d7e25 SHA512 76c7e2ceec31eff8a5b3deabee9a807093086a3f6cdfbe5263f1f090c7b23e3effec9838c51b27a341661e1069df97e2a4dd3b9d9686688711ad82957143c70e WHIRLPOOL 8037d3ff0e391cd609a4325197d072bb2189c3f65ccf343a84ab7d5923355b9edd14f8403159d683da6d513a6545d0593cbbf1199f3e7e645cdb59728720ddca DIST phpsysinfo-3.1.4.tar.gz 635795 SHA256 4e2308bf91d53a75788c498712d784b0b494c0d28edbd1b93bbbfa857f5d5938 SHA512 a34e77422ab508f26218fa97025dc55fc625768b26bfa8babaa95774298beaee8ca20d6e0787ceb3e79e1059f75bed9b3b85b28de3c42e06fd3174ea8fee27ea WHIRLPOOL 4541fe35eac925f66647960a858fd9924d7353a0b8d17c8895f714ee4b6eca789cde057b6bf97b3350b46d64fae08cd3367fb438fb9c9e61ff97f430c7d92523 DIST phpsysinfo-3.1.8.tar.gz 666052 SHA256 ceabf57b7781ca90b2967e8f054e74b993988bfaa67f95e5cf039cba0fe80146 SHA512 044f94e907a3e30c7e7f1a0ecb44709035aaa39cefba34792d64dbe81d079022618613ff65081e07166d4d5e39295dc6d58a59a3d8a50945d214f31bb1577a3f WHIRLPOOL 07999e273f96f494aac179414bb2cfd98c59dd92ea5d4b7d1e8d44cf1424bb8e8ae63745750282cb6a7a84a4fd0a416e30c7fd518d36de1d08e143c8cefa13ed diff --git a/www-apps/phpsysinfo/phpsysinfo-3.1.17.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.1.17.ebuild new file mode 100644 index 000000000000..920ed8e4afb5 --- /dev/null +++ b/www-apps/phpsysinfo/phpsysinfo-3.1.17.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-3.1.17.ebuild,v 1.1 2015/01/10 03:00:19 radhermit Exp $ + +EAPI=5 + +inherit webapp + +DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP" +HOMEPAGE="http://rk4an.github.com/phpsysinfo/" +SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" + +RDEPEND="virtual/httpd-php + dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode]" + +need_httpd_cgi + +src_install() { + webapp_src_preinst + + dodoc CHANGELOG.md README* + rm CHANGELOG.md COPYING README* .gitignore .travis.yml || die + + insinto "${MY_HTDOCSDIR}" + doins -r . + newins phpsysinfo.ini{.new,} + + webapp_configfile "${MY_HTDOCSDIR}"/phpsysinfo.ini + webapp_src_install +} diff --git a/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild b/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild index ae6d68072bef..c815f6334097 100644 --- a/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild +++ b/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild,v 1.1 2015/01/08 15:55:31 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.12.4-r3.ebuild,v 1.2 2015/01/10 21:53:45 zlogene Exp $ EAPI=5 @@ -10,7 +10,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver" DESCRIPTION="X.Org X servers" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" SRC_URI="${SRC_URI} mirror://gentoo/${PN}-1.12-cve-2014-8091..8103.patches.tar.xz" diff --git a/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild b/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild index bb5ff93f6bdb..5fd1fb535cc5 100644 --- a/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild +++ b/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild,v 1.1 2015/01/08 15:55:31 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.15.2-r1.ebuild,v 1.2 2015/01/10 21:53:45 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver" DESCRIPTION="X.Org X servers" SLOT="0/${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" SRC_URI="${SRC_URI} mirror://gentoo/${PN}-1.16-cve-2014-8091..8103.patches.tar.xz" diff --git a/x11-libs/motif/motif-2.3.4-r3.ebuild b/x11-libs/motif/motif-2.3.4-r3.ebuild new file mode 100644 index 000000000000..1d7bda8c2b58 --- /dev/null +++ b/x11-libs/motif/motif-2.3.4-r3.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r3.ebuild,v 1.1 2015/01/10 20:13:35 ulm Exp $ + +EAPI=5 + +inherit autotools eutils flag-o-matic multilib toolchain-funcs multilib-minimal + +DESCRIPTION="The Motif user interface component toolkit" +HOMEPAGE="http://sourceforge.net/projects/motif/ + http://motif.ics.com/" +SRC_URI="mirror://sourceforge/project/motif/Motif%20${PV}%20Source%20Code/${P}-src.tgz + mirror://gentoo/${P}-patches-1.tar.xz" + +LICENSE="LGPL-2.1+ MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="examples jpeg +motif22-compatibility png static-libs unicode xft" + +RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-motif[-abi_x86_32(-)] ) + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXmu-1.1.1-r1[${MULTILIB_USEDEP}] + >=x11-libs/libXp-1.0.2[${MULTILIB_USEDEP}] + >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] + jpeg? ( >=virtual/jpeg-0-r2:0=[${MULTILIB_USEDEP}] ) + png? ( >=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}] ) + unicode? ( >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] ) + xft? ( + >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] + >=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}] + )" + +DEPEND="${RDEPEND} + sys-devel/flex + || ( dev-util/byacc sys-freebsd/freebsd-ubin ) + x11-misc/xbitmaps" + +src_prepare() { + EPATCH_SUFFIX=patch epatch + epatch_user + + # disable compilation of demo binaries + sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/[ \t\n\\]*demos//;}' Makefile.am + + # add X.Org vendor string to aliases for virtual bindings + echo -e '"The X.Org Foundation"\t\t\t\t\tpc' >>bindings/xmbind.alias + + AT_M4DIR=. eautoreconf + + # get around some LANG problems in make (#15119) + LANG=C + + # bug #80421 + filter-flags -ftracer + + # feel free to fix properly if you care + append-flags -fno-strict-aliasing + + # for Solaris Xos_r.h :( + [[ ${CHOST} == *-solaris2.11 ]] \ + && append-cppflags -DNEED_XOS_R_H -DHAVE_READDIR_R_3 + + if use !elibc_glibc && use !elibc_uclibc && use unicode; then + # libiconv detection in configure script doesn't always work + # http://bugs.motifzone.net/show_bug.cgi?id=1423 + export LIBS="${LIBS} -liconv" + fi + + # "bison -y" causes runtime crashes #355795 + export YACC=byacc + + # remember the name of the C compiler for the native ABI + MY_NATIVE_CC=$(tc-getCC) +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" econf \ + --with-x \ + $(use_enable static-libs static) \ + $(use_enable motif22-compatibility) \ + $(use_enable unicode utf8) \ + $(use_enable xft) \ + $(use_enable jpeg) \ + $(use_enable png) +} + +multilib_src_compile() { + # The wmluiltok build tool is linked with libfl.a, so always + # compile it for the native ABI + emake -C tools/wml CC="${MY_NATIVE_CC}" LIBS="-lfl" wmluiltok + emake +} + +multilib_src_install() { + emake DESTDIR="${D}" install + + if multilib_is_native_abi && use examples; then + emake -C demos DESTDIR="${D}" install-data + dodir /usr/share/doc/${PF}/demos + mv "${ED}"/usr/share/Xm/* "${ED}"/usr/share/doc/${PF}/demos || die + fi +} + +multilib_src_install_all() { + # mwm default configs + insinto /usr/share/X11/app-defaults + newins "${FILESDIR}"/Mwm.defaults Mwm + + # cleanup + rmdir "${ED}"/usr/share/Xm || die + prune_libtool_files + + dodoc BUGREPORT ChangeLog README RELEASE RELNOTES TODO +} diff --git a/x11-misc/virtualgl/virtualgl-2.3.3.ebuild b/x11-misc/virtualgl/virtualgl-2.3.3.ebuild index 14a16700e45d..686f5143392b 100644 --- a/x11-misc/virtualgl/virtualgl-2.3.3.ebuild +++ b/x11-misc/virtualgl/virtualgl-2.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/virtualgl/virtualgl-2.3.3.ebuild,v 1.4 2014/07/18 17:35:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/virtualgl/virtualgl-2.3.3.ebuild,v 1.5 2015/01/10 13:50:26 pacho Exp $ EAPI=5 inherit cmake-multilib multilib systemd @@ -19,11 +19,11 @@ KEYWORDS="amd64 x86" IUSE="ssl" RDEPEND=" - ssl? ( dev-libs/openssl ) - media-libs/libjpeg-turbo - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXv + ssl? ( dev-libs/openssl[${MULTILIB_USEDEP}] ) + media-libs/libjpeg-turbo[${MULTILIB_USEDEP}] + x11-libs/libX11[${MULTILIB_USEDEP}] + x11-libs/libXext[${MULTILIB_USEDEP}] + x11-libs/libXv[${MULTILIB_USEDEP}] amd64? ( abi_x86_32? ( || ( >=media-libs/libjpeg-turbo-1.3.0-r3[abi_x86_32] @@ -45,8 +45,8 @@ RDEPEND=" app-emulation/emul-linux-x86-opengl[-abi_x86_32] ) ) ) - virtual/glu - virtual/opengl + virtual/glu[${MULTILIB_USEDEP}] + virtual/opengl[${MULTILIB_USEDEP}] " DEPEND="${RDEPEND}" diff --git a/x11-plugins/pidgin-otr/Manifest b/x11-plugins/pidgin-otr/Manifest index cc63bc8ec390..5a18075fc992 100644 --- a/x11-plugins/pidgin-otr/Manifest +++ b/x11-plugins/pidgin-otr/Manifest @@ -1,3 +1,2 @@ DIST pidgin-otr-3.2.1.tar.gz 409238 SHA256 ce17e9769e3853076d80645adafaa866e7d7188f988d28a9793afc32c85cb979 SHA512 97ae7362c153fecaf838b5aade2ed57cceb7b6204049e851c07b7d9460c8dcf3a3955efc33821deaf3435103f874a285e9868204bbed64e793f0edaecabe37fa WHIRLPOOL 063f5768c6fd35b50656a7540be110f064ae7c01c1838b74a9481700aade78131497ffe10606f01ba803f07d5c1a73de3b53e943091bec44a09f69b8f3789017 -DIST pidgin-otr-4.0.0.tar.gz 459591 SHA256 d56b3f092dbe9ee6597641c7d2dd294884dc04ba47aaf4ec571cd54977df4691 SHA512 5f74da77d0c72576bb4a510b41bc70f041ab2555554b4d37376073f2edee8e1021c153cf5cc3d32bd276bdee643e9e7d881026628240a8757e5f8974c200f3d7 WHIRLPOOL 80c58c166669b39655471f23a3c186cb29bbb8d0d08f1f6b458132712bc9818fc8da9c07d4580e51398591fe0375df625b8a1e985836994f6fba5122cb1e8426 DIST pidgin-otr-4.0.1.tar.gz 496879 SHA256 1b781f48c27bcc9de3136c0674810df23f7d6b44c727dbf4dfb24067909bf30a SHA512 359cde727a92964eadb4d795cf6442634c6b35471c68eeadd6b70d9da0ece7440b03a593d7b509d1ca99f50a06777c1e11557af3a55c1660d38cccf9dccbc259 WHIRLPOOL 389c7857aeedc0d0646c3298e2ec38204a2738601d82364493a917994c045bd25b64079e0afa19422089d4ef511306f3b76f42baf5c027bdc49f434ec064f38e diff --git a/x11-plugins/pidgin-otr/pidgin-otr-4.0.0.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-4.0.0.ebuild deleted file mode 100644 index 27ce367a7c85..000000000000 --- a/x11-plugins/pidgin-otr/pidgin-otr-4.0.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-4.0.0.ebuild,v 1.3 2014/03/01 22:24:05 mgorny Exp $ - -EAPI=5 - -DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging" -HOMEPAGE="http://www.cypherpunks.ca/otr/" -SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="dev-libs/libgcrypt:0 - net-im/pidgin[gtk] - >=net-libs/libotr-4.0.0 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README )