diff --git a/Manifest.files.gz b/Manifest.files.gz index c998f63b8614..b9b5702a3e59 100644 Binary files a/Manifest.files.gz and b/Manifest.files.gz differ diff --git a/app-accessibility/Manifest.gz b/app-accessibility/Manifest.gz index da62e3146dcc..73be54ee9cda 100644 Binary files a/app-accessibility/Manifest.gz and b/app-accessibility/Manifest.gz differ diff --git a/app-accessibility/brltty/brltty-5.2-r1.ebuild b/app-accessibility/brltty/brltty-5.2-r1.ebuild index 8b9f34c0e4f9..3622819ef62d 100644 --- a/app-accessibility/brltty/brltty-5.2-r1.ebuild +++ b/app-accessibility/brltty/brltty-5.2-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) FINDLIB_USE="ocaml" @@ -42,11 +42,17 @@ DEPEND="virtual/pkgconfig RDEPEND="java? ( >=virtual/jre-1.4 ) ${COMMON_DEP}" +HTML_DOCS=( "${S}"/Documents/Manual-BrlAPI/. ) + +PATCHES=( + "${FILESDIR}"/${PN}-5.2-fix-ldflags.patch + "${FILESDIR}"/${PN}-5.2-udev.patch + "${FILESDIR}"/${PN}-5.2-respect-AR.patch + "${FILESDIR}"/${PN}-5.2-sysmacros.patch +) + src_prepare() { - epatch "${FILESDIR}"/${P}-fix-ldflags.patch \ - "${FILESDIR}"/${P}-udev.patch \ - "${FILESDIR}"/${P}-respect-AR.patch \ - "${FILESDIR}"/${P}-sysmacros.patch + default java-pkg-opt-2_src_prepare @@ -163,30 +169,29 @@ src_install() { libdir="$(get_libdir)" mkdir -p "${D}"/usr/${libdir}/ - mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/ + mv "${D}"/${libdir}/*.a "${D}"/usr/${libdir}/ || die gen_usr_ldscript libbrlapi.so - cd Documents - mv Manual-BRLTTY/English/BRLTTY.txt BRLTTY-en.txt - mv Manual-BRLTTY/French/BRLTTY.txt BRLTTY-fr.txt - mv Manual-BrlAPI/English/BrlAPI.txt BrlAPI-en.txt + cd Documents || die + mv Manual-BRLTTY/English/BRLTTY.txt BRLTTY-en.txt || die + mv Manual-BRLTTY/French/BRLTTY.txt BRLTTY-fr.txt || die + mv Manual-BrlAPI/English/BrlAPI.txt BrlAPI-en.txt || die dodoc CONTRIBUTORS ChangeLog HISTORY README* TODO BRLTTY-*.txt - dohtml -r Manual-BRLTTY if use doc; then - dohtml -r Manual-BrlAPI dodoc BrlAPI-*.txt + HTML_DOCS="Manual-BRLTTY" einstalldocs fi - keepdir /var/lib/brlapi - rmdir "${D}/run/brltty" - rmdir "${D}/run" + keepdir /var/lib/BrlAPI + rmdir "${D}/run/brltty" || die + rmdir "${D}/run" || die } pkg_postinst() { elog - elog please be sure "${ROOT}"etc/brltty.conf is correct for your system. + elog "please be sure ${ROOT}etc/brltty.conf is correct for your system." elog - elog To make brltty start on boot, type this command as root: + elog "To make brltty start on boot, type this command as root:" elog - elog rc-update add brltty boot + elog "rc-update add brltty boot" } diff --git a/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch b/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch index 95451dc98b77..c5698a2b9399 100644 --- a/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch +++ b/app-accessibility/brltty/files/brltty-5.2-respect-AR.patch @@ -1,6 +1,5 @@ -diff -Naur brltty-5.2/Programs/Makefile.in brltty-5.2-new/Programs/Makefile.in ---- brltty-5.2/Programs/Makefile.in 2014-11-06 07:28:41.000000000 -0800 -+++ brltty-5.2-new/Programs/Makefile.in 2014-11-20 05:41:57.144219093 -0800 +--- a/Programs/Makefile.in ++++ b/Programs/Makefile.in @@ -434,7 +434,7 @@ [ ! -f lib.def ] || mv lib.def $(API_DEF) diff --git a/app-accessibility/brltty/files/brltty-5.2-udev.patch b/app-accessibility/brltty/files/brltty-5.2-udev.patch index dbbc29897662..e6d56603b013 100644 --- a/app-accessibility/brltty/files/brltty-5.2-udev.patch +++ b/app-accessibility/brltty/files/brltty-5.2-udev.patch @@ -1,6 +1,5 @@ -diff -Naur brltty-5.2/Autostart/Udev/udev.rules brltty-5.2-new/Autostart/Udev/udev.rules ---- brltty-5.2/Autostart/Udev/udev.rules 2014-11-06 07:28:41.000000000 -0800 -+++ brltty-5.2-new/Autostart/Udev/udev.rules 2014-11-20 05:28:44.404885312 -0800 +--- a/Autostart/Udev/udev.rules ++++ b/Autostart/Udev/udev.rules @@ -182,20 +182,22 @@ # FreedomScientific [Focus Blue] ENV{PRODUCT}=="f4e/114/*", ENV{BRLTTY_BRAILLE_DRIVER}="fs", GOTO="brltty_usb_run" diff --git a/app-accessibility/epos/epos-2.5.37-r2.ebuild b/app-accessibility/epos/epos-2.5.37-r2.ebuild index 6f6c90eff6be..65a83ff55fef 100644 --- a/app-accessibility/epos/epos-2.5.37-r2.ebuild +++ b/app-accessibility/epos/epos-2.5.37-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils autotools +inherit autotools DESCRIPTION="language independent text-to-speech system" -HOMEPAGE="http://epos.ure.cas.cz/" +HOMEPAGE="http://epos.ufe.cz/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" @@ -18,12 +18,15 @@ DEPEND=">=app-text/sgmltools-lite-3.0.3-r9 dev-util/byacc" RDEPEND="" -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc43.patch \ - "${FILESDIR}"/${P}-gcc45.patch \ - "${FILESDIR}"/${P}-gcc47.patch \ - "${FILESDIR}"/${P}-disable-tests.patch +PATCHES=( + "${FILESDIR}"/${PN}-2.5.37-gcc43.patch + "${FILESDIR}"/${PN}-2.5.37-gcc45.patch + "${FILESDIR}"/${PN}-2.5.37-gcc47.patch + "${FILESDIR}"/${PN}-2.5.37-disable-tests.patch +) +src_prepare() { + default sed -i -e "s/CCC/#CCC/" configure.ac || die eautoreconf diff --git a/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch b/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch index a877ca68486b..7556e7995a15 100644 --- a/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch +++ b/app-accessibility/epos/files/epos-2.5.37-disable-tests.patch @@ -1,6 +1,5 @@ -diff -uNr epos-2.5.37.org/src/tests/Makefile.am epos-2.5.37/src/tests/Makefile.am ---- epos-2.5.37.org/src/tests/Makefile.am 2012-04-14 00:38:56.000000000 -0400 -+++ epos-2.5.37/src/tests/Makefile.am 2012-04-14 00:39:10.000000000 -0400 +--- a/src/tests/Makefile.am ++++ b/src/tests/Makefile.am @@ -1,11 +1,9 @@ ## Process this file with automake run in the top directory to yield Makefile.in diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc43.patch b/app-accessibility/epos/files/epos-2.5.37-gcc43.patch index 4a61b5ffd04b..c8b1dee857ad 100644 --- a/app-accessibility/epos/files/epos-2.5.37-gcc43.patch +++ b/app-accessibility/epos/files/epos-2.5.37-gcc43.patch @@ -1,5 +1,5 @@ ---- epos-2.5.37.orig/src/nnet/neural.cc -+++ epos-2.5.37/src/nnet/neural.cc +--- a/src/nnet/neural.cc ++++ b/src/nnet/neural.cc @@ -38,7 +38,7 @@ #include #include @@ -9,8 +9,8 @@ #include /* ---- epos-2.5.37.orig/arch/win/service/install.cpp -+++ epos-2.5.37/arch/win/service/install.cpp +--- a/arch/win/service/install.cpp ++++ b/arch/win/service/install.cpp @@ -23,7 +23,7 @@ #include #include "service.h" diff --git a/app-accessibility/epos/files/epos-2.5.37-gcc45.patch b/app-accessibility/epos/files/epos-2.5.37-gcc45.patch index 70af1db94407..cbc056dded9f 100644 --- a/app-accessibility/epos/files/epos-2.5.37-gcc45.patch +++ b/app-accessibility/epos/files/epos-2.5.37-gcc45.patch @@ -2,8 +2,8 @@ Fixing build with gcc 4.5 http://bugs.gentoo.org/show_bug.cgi?id=318585 ---- src/nnet/neural_parse.yy -+++ src/nnet/neural_parse.yy +--- a/src/nnet/neural_parse.yy ++++ b/src/nnet/neural_parse.yy @@ -255,7 +255,7 @@ int yyerror (char *s) diff --git a/app-accessibility/flite/files/flite-1.4-audio-interface.patch b/app-accessibility/flite/files/flite-1.4-audio-interface.patch index bc8d25b89bc3..d50428edd5af 100644 --- a/app-accessibility/flite/files/flite-1.4-audio-interface.patch +++ b/app-accessibility/flite/files/flite-1.4-audio-interface.patch @@ -1,5 +1,5 @@ ---- configure.in 2009-08-15 06:46:38.000000000 +1000 -+++ configure.in 2011-08-30 00:53:26.000000000 +1000 +--- a/configure.in ++++ b/configure.in @@ -304,7 +304,6 @@ [ --with-audio with specific audio support (none linux freebsd etc) ], AUDIODRIVER=$with_audio ) diff --git a/app-accessibility/flite/files/flite-1.4-ldflags.patch b/app-accessibility/flite/files/flite-1.4-ldflags.patch index f9295fb853b7..fd8f49059e76 100644 --- a/app-accessibility/flite/files/flite-1.4-ldflags.patch +++ b/app-accessibility/flite/files/flite-1.4-ldflags.patch @@ -1,6 +1,5 @@ -diff -Naur flite-1.4-release/config/common_make_rules flite-1.4-release.new/config/common_make_rules ---- flite-1.4-release/config/common_make_rules 2009-07-30 14:52:56.000000000 +0000 -+++ flite-1.4-release.new/config/common_make_rules 2011-03-26 20:22:59.000000000 +0000 +--- a/config/common_make_rules ++++ b/config/common_make_rules @@ -68,7 +68,7 @@ FLITELIBS = $(BUILDDIR)/lib/libflite.a @@ -19,8 +18,8 @@ diff -Naur flite-1.4-release/config/common_make_rules flite-1.4-release.new/conf @ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_VERSION}` `basename $@.${PROJECT_SHLIB_VERSION}` ) @ (cd $(LIBDIR) && ln -s `basename $@.${PROJECT_SHLIB_VERSION}` `basename $@` ) @ rm -rf shared_os ---- flite-1.4-release/tools/Makefile~ 2009-08-22 20:19:01.000000000 +0100 -+++ flite-1.4-release.new/tools/Makefile 2013-01-20 20:06:34.259527220 +0000 +--- a/tools/Makefile ++++ b/tools/Makefile @@ -62,9 +62,9 @@ LOCAL_CLEAN = $(BINDIR)/find_sts $(BINDIR)/flite_sort diff --git a/app-accessibility/flite/flite-1.4-r4.ebuild b/app-accessibility/flite/flite-1.4-r4.ebuild index 536b8f83eea6..54ce1000b6a8 100644 --- a/app-accessibility/flite/flite-1.4-r4.ebuild +++ b/app-accessibility/flite/flite-1.4-r4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit autotools eutils multilib-minimal +EAPI=6 +inherit autotools multilib-minimal DESCRIPTION="Flite text to speech engine" HOMEPAGE="http://www.speech.cs.cmu.edu/flite/index.html" @@ -18,6 +18,14 @@ RDEPEND="${DEPEND}" S=${WORKDIR}/${P}-release +PATCHES=( + "${FILESDIR}"/${PN}-1.4-tempfile.patch + "${FILESDIR}"/${PN}-1.4-fix-parallel-builds.patch + "${FILESDIR}"/${PN}-1.4-respect-destdir.patch + "${FILESDIR}"/${PN}-1.4-ldflags.patch + "${FILESDIR}"/${PN}-1.4-audio-interface.patch +) + get_audio() { if use alsa; then echo alsa @@ -29,11 +37,8 @@ get_audio() { } src_prepare() { - epatch "${FILESDIR}"/${P}-tempfile.patch - epatch "${FILESDIR}"/${P}-fix-parallel-builds.patch - epatch "${FILESDIR}"/${P}-respect-destdir.patch - epatch "${FILESDIR}"/${P}-ldflags.patch - epatch "${FILESDIR}"/${P}-audio-interface.patch + default + sed -i main/Makefile \ -e '/-rpath/s|$(LIBDIR)|$(INSTALLLIBDIR)|g' \ || die @@ -61,7 +66,7 @@ multilib_src_install_all() { dodoc ACKNOWLEDGEMENTS README if ! use static-libs; then - rm -rf "${D}"/usr/lib*/*.a + find "${ED}" -name '*.a' ! -name '*.dll.a' -delete || die fi } diff --git a/app-accessibility/julius/files/julius-4.2.2-install.patch b/app-accessibility/julius/files/julius-4.2.2-install.patch index d40b6c69fdcc..e8260d9ef0c6 100644 --- a/app-accessibility/julius/files/julius-4.2.2-install.patch +++ b/app-accessibility/julius/files/julius-4.2.2-install.patch @@ -2,8 +2,8 @@ From: Julian Ospald Date: Sun Mar 31 20:38:49 UTC 2013 Subject: respect DESTDIR ---- julius-4.2.2/libsent/Makefile.in -+++ julius-4.2.2/libsent/Makefile.in +--- a/libsent/Makefile.in ++++ b/libsent/Makefile.in @@ -144,16 +144,16 @@ install: install.lib install.include install.bin @@ -27,8 +27,8 @@ Subject: respect DESTDIR clean: $(RM) *~ src/*/*~ src/*/*.o src/*/*/*.o src/*/*/*/*.o src/*/*/*/*/*.o include/sent/*~ ---- julius-4.2.2/libjulius/Makefile.in -+++ julius-4.2.2/libjulius/Makefile.in +--- a/libjulius/Makefile.in ++++ b/libjulius/Makefile.in @@ -90,16 +90,16 @@ install: install.lib install.include install.bin @@ -52,8 +52,8 @@ Subject: respect DESTDIR depend: makedepend -- $(CFLAGS) -- $(OBJSENT) ---- julius-4.2.2/julius/Makefile.in -+++ julius-4.2.2/julius/Makefile.in +--- a/julius/Makefile.in ++++ b/julius/Makefile.in @@ -61,8 +61,8 @@ install: install.bin @@ -65,8 +65,8 @@ Subject: respect DESTDIR depend: makedepend -- $(CFLAGS) -- $(OBJSENT) ---- julius-4.2.2/mkbingram/Makefile.in -+++ julius-4.2.2/mkbingram/Makefile.in +--- a/mkbingram/Makefile.in ++++ b/mkbingram/Makefile.in @@ -32,8 +32,8 @@ install: install.bin @@ -78,8 +78,8 @@ Subject: respect DESTDIR clean: $(RM) $(OBJ) ---- julius-4.2.2/mkbinhmm/Makefile.in -+++ julius-4.2.2/mkbinhmm/Makefile.in +--- a/mkbinhmm/Makefile.in ++++ b/mkbinhmm/Makefile.in @@ -32,8 +32,8 @@ install: install.bin @@ -91,8 +91,8 @@ Subject: respect DESTDIR clean: $(RM) mkbinhmm.o mkbinhmmlist.o ---- julius-4.2.2/adinrec/Makefile.in -+++ julius-4.2.2/adinrec/Makefile.in +--- a/adinrec/Makefile.in ++++ b/adinrec/Makefile.in @@ -36,8 +36,8 @@ install: install.bin @@ -104,8 +104,8 @@ Subject: respect DESTDIR ############################################################ ---- julius-4.2.2/adintool/Makefile.in -+++ julius-4.2.2/adintool/Makefile.in +--- a/adintool/Makefile.in ++++ b/adintool/Makefile.in @@ -36,8 +36,8 @@ install: install.bin @@ -117,8 +117,8 @@ Subject: respect DESTDIR ############################################################ ---- julius-4.2.2/mkgshmm/Makefile.in -+++ julius-4.2.2/mkgshmm/Makefile.in +--- a/mkgshmm/Makefile.in ++++ b/mkgshmm/Makefile.in @@ -23,8 +23,8 @@ install: install.bin @@ -130,8 +130,8 @@ Subject: respect DESTDIR ############################################################ ---- julius-4.2.2/mkss/Makefile.in -+++ julius-4.2.2/mkss/Makefile.in +--- a/mkss/Makefile.in ++++ b/mkss/Makefile.in @@ -36,8 +36,8 @@ install: install.bin @@ -143,8 +143,8 @@ Subject: respect DESTDIR ############################################################ ---- julius-4.2.2/jcontrol/Makefile.in -+++ julius-4.2.2/jcontrol/Makefile.in +--- a/jcontrol/Makefile.in ++++ b/jcontrol/Makefile.in @@ -31,19 +31,19 @@ install: install.bin @@ -169,8 +169,8 @@ Subject: respect DESTDIR + $(RM) $(TARGET) $(TARGET).exe jucontrol $(RM) config.status $(RM) Makefile ---- julius-4.2.2/gramtools/accept_check/Makefile.in -+++ julius-4.2.2/gramtools/accept_check/Makefile.in +--- a/gramtools/accept_check/Makefile.in ++++ b/gramtools/accept_check/Makefile.in @@ -36,8 +36,8 @@ install: install.bin @@ -182,8 +182,8 @@ Subject: respect DESTDIR ############################################################ ---- julius-4.2.2/gramtools/dfa_determinize/Makefile.in -+++ julius-4.2.2/gramtools/dfa_determinize/Makefile.in +--- a/gramtools/dfa_determinize/Makefile.in ++++ b/gramtools/dfa_determinize/Makefile.in @@ -35,8 +35,8 @@ install: install.bin @@ -195,8 +195,8 @@ Subject: respect DESTDIR ############################################################ ---- julius-4.2.2/gramtools/dfa_minimize/Makefile.in -+++ julius-4.2.2/gramtools/dfa_minimize/Makefile.in +--- a/gramtools/dfa_minimize/Makefile.in ++++ b/gramtools/dfa_minimize/Makefile.in @@ -34,8 +34,8 @@ install: install.bin @@ -208,8 +208,8 @@ Subject: respect DESTDIR ############################################################ ---- julius-4.2.2/gramtools/generate/Makefile.in -+++ julius-4.2.2/gramtools/generate/Makefile.in +--- a/gramtools/generate/Makefile.in ++++ b/gramtools/generate/Makefile.in @@ -35,8 +35,8 @@ install: install.bin @@ -221,8 +221,8 @@ Subject: respect DESTDIR ############################################################ ---- julius-4.2.2/gramtools/gram2sapixml/Makefile.in -+++ julius-4.2.2/gramtools/gram2sapixml/Makefile.in +--- a/gramtools/gram2sapixml/Makefile.in ++++ b/gramtools/gram2sapixml/Makefile.in @@ -17,8 +17,8 @@ install: install.bin @@ -234,8 +234,8 @@ Subject: respect DESTDIR clean: echo nothing to do ---- julius-4.2.2/gramtools/mkdfa/Makefile.in -+++ julius-4.2.2/gramtools/mkdfa/Makefile.in +--- a/gramtools/mkdfa/Makefile.in ++++ b/gramtools/mkdfa/Makefile.in @@ -18,13 +18,13 @@ install: @@ -254,8 +254,8 @@ Subject: respect DESTDIR clean: (cd $(SUBDIR); $(MAKE) clean) ---- julius-4.2.2/gramtools/mkdfa/mkfa-1.44-flex/Makefile.in -+++ julius-4.2.2/gramtools/mkdfa/mkfa-1.44-flex/Makefile.in +--- a/gramtools/mkdfa/mkfa-1.44-flex/Makefile.in ++++ b/gramtools/mkdfa/mkfa-1.44-flex/Makefile.in @@ -43,8 +43,8 @@ install: install.bin @@ -267,8 +267,8 @@ Subject: respect DESTDIR clean: $(RM) *.o *~ core ---- julius-4.2.2/gramtools/nextword/Makefile.in -+++ julius-4.2.2/gramtools/nextword/Makefile.in +--- a/gramtools/nextword/Makefile.in ++++ b/gramtools/nextword/Makefile.in @@ -36,8 +36,8 @@ install: install.bin @@ -280,8 +280,8 @@ Subject: respect DESTDIR ############################################################ ---- julius-4.2.2/gramtools/yomi2voca/Makefile.in -+++ julius-4.2.2/gramtools/yomi2voca/Makefile.in +--- a/gramtools/yomi2voca/Makefile.in ++++ b/gramtools/yomi2voca/Makefile.in @@ -17,8 +17,8 @@ install: install.bin @@ -293,8 +293,8 @@ Subject: respect DESTDIR clean: echo nothing to do ---- julius-4.2.2/generate-ngram/Makefile.in -+++ julius-4.2.2/generate-ngram/Makefile.in +--- a/generate-ngram/Makefile.in ++++ b/generate-ngram/Makefile.in @@ -33,8 +33,8 @@ install: install.bin @@ -306,8 +306,8 @@ Subject: respect DESTDIR clean: $(RM) $(OBJ) *~ core ---- julius-4.2.2/jclient-perl/Makefile.in -+++ julius-4.2.2/jclient-perl/Makefile.in +--- a/jclient-perl/Makefile.in ++++ b/jclient-perl/Makefile.in @@ -17,8 +17,8 @@ install: install.bin @@ -319,8 +319,8 @@ Subject: respect DESTDIR clean: echo nothing to do ---- julius-4.2.2/man/Makefile.in -+++ julius-4.2.2/man/Makefile.in +--- a/man/Makefile.in ++++ b/man/Makefile.in @@ -19,16 +19,16 @@ install: install.man install.man.ja diff --git a/app-accessibility/julius/files/julius-4.2.2-ldflags.patch b/app-accessibility/julius/files/julius-4.2.2-ldflags.patch index a5c3645a52f1..716b7bbfb021 100644 --- a/app-accessibility/julius/files/julius-4.2.2-ldflags.patch +++ b/app-accessibility/julius/files/julius-4.2.2-ldflags.patch @@ -1,5 +1,5 @@ ---- julius-4.2.2/jcontrol/Makefile.in -+++ julius-4.2.2/jcontrol/Makefile.in +--- a/jcontrol/Makefile.in ++++ b/jcontrol/Makefile.in @@ -14,7 +14,7 @@ CC=@CC@ CFLAGS=@CFLAGS@ diff --git a/app-accessibility/julius/julius-4.2.2.ebuild b/app-accessibility/julius/julius-4.2.2.ebuild index 7cf68ebb5a72..6c41e4be6171 100644 --- a/app-accessibility/julius/julius-4.2.2.ebuild +++ b/app-accessibility/julius/julius-4.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Large Vocabulary Continuous Speech Recognition Engine" HOMEPAGE="http://julius.sourceforge.jp/" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge.jp/julius/56549/${P}.tar.gz" LICENSE="julius" SLOT="0" KEYWORDS="amd64 x86" -IUSE="+alsa oss portaudio pulseaudio sndfile" +IUSE="+alsa l10n_ja oss portaudio pulseaudio sndfile" REQUIRED_USE="^^ ( alsa oss portaudio pulseaudio )" RDEPEND=" @@ -27,15 +27,15 @@ RDEPEND=" DEPEND="${RDEPEND} sys-devel/flex" +PATCHES=( + "${FILESDIR}"/${PN}-4.2.2-install.patch + "${FILESDIR}"/${PN}-4.2.2-ldflags.patch +) + pkg_setup() { tc-export CC CXX } -src_prepare() { - epatch "${FILESDIR}"/${P}-install.patch \ - "${FILESDIR}"/${P}-ldflags.patch -} - src_configure() { local mymic i for i in alsa oss portaudio pulseaudio ; do @@ -49,7 +49,7 @@ src_configure() { src_install() { default - if ! has ja ${LINGUAS} ; then + if ! use l10n_ja ; then rm -r "${ED}"/usr/share/man/ja || die fi } diff --git a/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild b/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild index 656deca16230..692e2dbd2edc 100644 --- a/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild +++ b/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 DESCRIPTION="A voice enabled application to bring your desktop under your command" HOMEPAGE="http://perlbox.sourceforge.net/" diff --git a/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch similarity index 61% rename from app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch rename to app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch index f18761aff89e..fb2852b61c0e 100644 --- a/app-accessibility/powiedz/files/powiedz-dsp-handle-fix.patch +++ b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch @@ -1,6 +1,5 @@ -diff -urN aaa/powiedz/aufile.c powiedz/aufile.c ---- aaa/powiedz/aufile.c 2003-08-30 20:57:37.000000000 +0200 -+++ powiedz/aufile.c 2003-08-31 14:02:42.000000000 +0200 +--- a/aufile.c ++++ b/aufile.c @@ -217,8 +217,7 @@ audio_open(int samp_rate,int disp) { diff --git a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild index 1a1157f50c2c..fc5fe347bd92 100644 --- a/app-accessibility/powiedz/powiedz-1.0-r2.ebuild +++ b/app-accessibility/powiedz/powiedz-1.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Polish speech synthesizer based on rsynth" HOMEPAGE="http://kadu.net/index.php?page=download&lang=en" @@ -16,9 +16,9 @@ IUSE="" S=${WORKDIR}/${PN} -src_prepare() { - epatch "${FILESDIR}"/${PN}-dsp-handle-fix.patch -} +PATCHES=( + "${FILESDIR}"/${PN}-1.0-dsp-handle-fix.patch +) src_compile() { emake -f Makefile_plain LDLIBS="-lm" CFLAGS="${CFLAGS}" DEFS="" CC=$(tc-getCC) diff --git a/app-admin/Manifest.gz b/app-admin/Manifest.gz index 901a7b74e0d3..d8693204e4c7 100644 Binary files a/app-admin/Manifest.gz and b/app-admin/Manifest.gz differ diff --git a/app-admin/apache-tools/Manifest b/app-admin/apache-tools/Manifest index 918c246d7cb3..0036e53218cf 100644 --- a/app-admin/apache-tools/Manifest +++ b/app-admin/apache-tools/Manifest @@ -1,3 +1,4 @@ +DIST httpd-2.2.34.tar.bz2 5779739 BLAKE2B 8cdd41fb5d1880da4a1cfef252b4682f613b938594057ea4c9665d3881a50b298fb7339c1ceb3dafc215aa927048f99d500f2d29c125016d5766954be9b632b4 SHA512 e6dac5865a48533c025fe17523ee74d68c3a23f9512c9441b78a140e33cfb6835573eb049b0ad424eb5c5ca78a1915778c54e8a409da95fbdd3890cb99e08240 DIST httpd-2.4.27.tar.bz2 6527394 BLAKE2B 50a650eb2edd121dac860ff555273290010d7e85bf4d5fbe3683f82e1928dde99ebfabc42186436f5052a66555a73d8b797b114c76c123faa31b9f51575d0bbb SHA512 7e7e8070715b74cb6890096a74e194f4c6a49c14bda685b1ad832e84312f1ac4316ea03a430e679502bfd8e1853aefa544ee002a20d0f7e994b9a590c74bc42c DIST httpd-2.4.29.tar.bz2 6567926 BLAKE2B 01a83212941abad548f73fc144f9731ff51e0ed8f975e76cb994247601f7c2f89a3f862e011638afb77988eda0ef2b543634fb6bc45b583e9bdba2c30e565731 SHA512 840982fd3d21463bc5c1747f211dfacf3abdf634d149e49bb49fd2e5deda140de602dbdf31e1bbe5337a48f718ab2261c408e83a8dd39a9291ee7b6b7a85639a DIST httpd-2.4.33.tar.bz2 6934765 BLAKE2B 4ff266b85358e3100c8064c84c89db0235e6f46bb4b308e6b3bf642a9c0815eb6a731ee12e3d8ea2bf31a5d5e6621152452f1e8a9625755689f552f2473b1955 SHA512 e74b2b3346d67be45a8bc8a7cbb8eabf5c403a5cfe5797a976f94a539529843fbcdf03b9ca0548816b2cf37f4ce0eb301f8d5af25b1270fdf8dd9f5bf0585269 diff --git a/app-admin/apache-tools/apache-tools-2.2.34.ebuild b/app-admin/apache-tools/apache-tools-2.2.34.ebuild new file mode 100644 index 000000000000..e7272e344834 --- /dev/null +++ b/app-admin/apache-tools/apache-tools-2.2.34.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit flag-o-matic eutils + +DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm" +HOMEPAGE="https://httpd.apache.org/" +SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="ssl" +RESTRICT="test" + +RDEPEND="=dev-libs/apr-1* + =dev-libs/apr-util-1* + dev-libs/expat + dev-libs/libpcre + kernel_linux? ( sys-apps/util-linux ) + ssl? ( dev-libs/openssl:0= ) + !/dev/null || die + for i in *; do + dosym /usr/sbin/${i} /usr/sbin/${i}2 + done + popd >/dev/null || die + + # Provide a symlink for ab-ssl + if use ssl; then + dosym /usr/sbin/ab /usr/sbin/ab-ssl + dosym /usr/sbin/ab /usr/sbin/ab2-ssl + fi + + # make htpasswd accessible for non-root users + dosym /usr/sbin/htpasswd /usr/bin/htpasswd + dosym /usr/sbin/htdigest /usr/bin/htdigest + + dodoc "${S}"/CHANGES +} diff --git a/app-admin/apache-tools/files/apache-tools-2.2.20-Makefile.patch b/app-admin/apache-tools/files/apache-tools-2.2.20-Makefile.patch new file mode 100644 index 000000000000..7bc39527790c --- /dev/null +++ b/app-admin/apache-tools/files/apache-tools-2.2.20-Makefile.patch @@ -0,0 +1,41 @@ +=== modified file 'support/Makefile.in' +--- a/support/Makefile.in ++++ b/support/Makefile.in +@@ -1,9 +1,10 @@ + DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \ +- logresolve.pl phf_abuse_log.cgi split-logfile envvars-std ++ logresolve.pl phf_abuse_log.cgi split-logfile + + CLEAN_TARGETS = suexec + +-PROGRAMS = htpasswd htdigest rotatelogs logresolve ab htdbm htcacheclean httxt2dbm $(NONPORTABLE_SUPPORT) ++PROGRAMS = htpasswd htdigest rotatelogs logresolve ab htdbm htcacheclean httxt2dbm \ ++ $(NONPORTABLE_SUPPORT) log_server_status split-logfile dbmmanage + TARGETS = $(PROGRAMS) + + PROGRAM_LDADD = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS) +@@ -12,22 +13,13 @@ + include $(top_builddir)/build/rules.mk + + install: +- @test -d $(DESTDIR)$(bindir) || $(MKINSTALLDIRS) $(DESTDIR)$(bindir) + @test -d $(DESTDIR)$(sbindir) || $(MKINSTALLDIRS) $(DESTDIR)$(sbindir) +- @test -d $(DESTDIR)$(libexecdir) || $(MKINSTALLDIRS) $(DESTDIR)$(libexecdir) +- @cp -p $(top_builddir)/server/httpd.exp $(DESTDIR)$(libexecdir) +- @for i in apxs apachectl dbmmanage; do \ ++ @for i in $(PROGRAMS) ; do \ + if test -f "$(builddir)/$$i"; then \ + cp -p $$i $(DESTDIR)$(sbindir); \ + chmod 755 $(DESTDIR)$(sbindir)/$$i; \ + fi ; \ + done +- @if test -f "$(builddir)/envvars-std"; then \ +- cp -p envvars-std $(DESTDIR)$(sbindir); \ +- if test ! -f $(DESTDIR)$(sbindir)/envvars; then \ +- cp -p envvars-std $(DESTDIR)$(sbindir)/envvars ; \ +- fi ; \ +- fi + + htpasswd_OBJECTS = htpasswd.lo + htpasswd: $(htpasswd_OBJECTS) + diff --git a/app-admin/fleet/Manifest b/app-admin/fleet/Manifest index 2d10bcef7394..9baad0eeb4ad 100644 --- a/app-admin/fleet/Manifest +++ b/app-admin/fleet/Manifest @@ -1,3 +1 @@ -DIST fleet-0.11.5.tar.gz 456152 BLAKE2B b5c4d2763b39a1dff41f72b2cafb4e91aab0b78a57ad638ca0f5512a189e592be8f4776d3a96ccda18b1ecc34df73044b3274b8e550579bbac6b38c84bee0682 SHA512 1d97e386430db948d8730ec26b7d55a1dad00343600400bf21f9a1cb855e068063244ffe55774e72920c210181ff80bd9706ec99fd9eeb2ac28be14bba1dfbf9 -DIST fleet-0.11.8.tar.gz 443257 BLAKE2B 4b6d7a19e6d5e2dbc6460ba9df003945fca4bac57c111533339ae1eb06fc1caca585fb11511a6943258fddb8383f636f6c44df52118d77b5f3ca5538e3b038ca SHA512 637332716928efba0f49af1234cfccd1d3979982ad974eb86980263230db5f2bce4eed5dcd80546e371653678e3d3ec448edb50d04b8f336d7402525dfb4ef2f DIST fleet-1.0.0.tar.gz 4865693 BLAKE2B 33991c25ff2f7bf4307a9a3d2a6274b08a358d8041f641eb33b68946a2e682caae8b20643ac2735f447398cd305b9e3a77370ad6fc2ebe26b12c2f290a03e1e6 SHA512 77f38b605e37499e31effd82c3c4f0efd6adda73e9ded86db68efcd19a34bdc44b9f6f88b7fc94f7ea4f55b2027a1270d3c87897bf12b121614384a91bd9a3cf diff --git a/app-admin/fleet/fleet-0.11.5.ebuild b/app-admin/fleet/fleet-0.11.5.ebuild deleted file mode 100644 index b983d3184a10..000000000000 --- a/app-admin/fleet/fleet-0.11.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -EGO_PN="github.com/coreos/fleet" - -inherit systemd vcs-snapshot - -DESCRIPTION="A Distributed init System" -HOMEPAGE="https://github.com/coreos/fleet" -SRC_URI="https://github.com/coreos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc examples test" - -DEPEND=" - >=dev-lang/go-1.4:= - test? ( dev-go/go-tools ) -" -RDEPEND="" - -src_compile() { - ./build || die 'Build failed' -} - -src_test() { - ./test || die 'Tests failed' -} - -src_install() { - dobin "${S}"/bin/fleetd - dobin "${S}"/bin/fleetctl - - systemd_dounit "${FILESDIR}"/fleet.service - systemd_dounit "${FILESDIR}"/fleet.socket - - dodoc README.md - use doc && dodoc -r Documentation - use examples && dodoc -r examples - - insinto /etc/${PN} - newins "${PN}".conf.sample "${PN}".conf -} diff --git a/app-admin/fleet/fleet-0.11.8.ebuild b/app-admin/fleet/fleet-0.11.8.ebuild deleted file mode 100644 index 2de9c9d839c5..000000000000 --- a/app-admin/fleet/fleet-0.11.8.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -EGO_PN="github.com/coreos/fleet" - -inherit systemd vcs-snapshot - -DESCRIPTION="A Distributed init System" -HOMEPAGE="https://github.com/coreos/fleet" -SRC_URI="https://github.com/coreos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc examples test" - -DEPEND=" - >=dev-lang/go-1.4:= - test? ( dev-go/go-tools ) -" -RDEPEND="" - -src_compile() { - ./build || die 'Build failed' -} - -src_test() { - ./test || die 'Tests failed' -} - -src_install() { - dobin "${S}"/bin/fleetd - dobin "${S}"/bin/fleetctl - - systemd_dounit "${FILESDIR}"/fleet.service - systemd_dounit "${FILESDIR}"/fleet.socket - - dodoc README.md - use doc && dodoc -r Documentation - use examples && dodoc -r examples - - insinto /etc/${PN} - newins "${PN}".conf.sample "${PN}".conf -} diff --git a/app-admin/kube-bench/Manifest b/app-admin/kube-bench/Manifest index 7a966df71f4e..16a5bf7d9d2f 100644 --- a/app-admin/kube-bench/Manifest +++ b/app-admin/kube-bench/Manifest @@ -21,4 +21,3 @@ DIST github.com-spf13-jwalterweatherman-12bd96e66386c1960ab0f74ced1362f66f552f7b DIST github.com-spf13-pflag-4c012f6dcd9546820e378d0bdda4d8fc772cdfea.tar.gz 40078 BLAKE2B 4a15afdf122a58dd006d57da88176fd2804d98706ac3d8c496dc14b084851288dd28bad95f7871d738f0487db46aa7969dffbdf005c14fc6f46bcd0ad7e0f673 SHA512 4f4d606bfe94ea51a6cde535f16078602f1d63bd2896aed52bb53b3d219510ab38ad4bdc692da2eb355c9361041d7322db6424f63783bcc367343a1666cdf297 DIST github.com-spf13-viper-25b30aa063fc18e48662b86996252eabdcf2f0c7.tar.gz 30849 BLAKE2B 8e66dbb5c90c47e66ea72848d86602861791fe3198ce6cde5ea87330f15dd19cdd249788bebc31b2a66577c20edeef01c8beb59a4140d57167c4b13d33118a04 SHA512 4acd37411683d753d81d839e83c2257bc424c42b8e295868da84cb045db131be063b0e5a0fb88c587332582f356186659d5a181e65ae1838e868576543c1fecd DIST kube-bench-0.0.11.tar.gz 175361 BLAKE2B 844e252ccf270561154f1bab9c02144ff10a0594d71a2cd6e63a828ecabee2132a8756848642c475bfa705f360a5d69812519f705ad7c4717d5a4bf9d84cbd1b SHA512 52debf132bae38588f0b49c54f07d2550fc254665a0549b7369fb34b6884724624a44d14e6ea1120dc0c2586f2647b56d30e66695f2d8829c3f26ec5f2443f38 -DIST kube-bench-0.0.8.tar.gz 175035 BLAKE2B 55b80833c7bd5d69ffee312495693718b529f95473280648ff475c5193a3830a4062c2a253317b292d78a5f2a87917721e6bfe81a988376b62ddb2703ceb3eda SHA512 dfdecd10e942f44a4fd2a87ac96d3e0139112c018293a5021fa0a631b37a6d2177a766318058b60926ee6f7fbe232f677206f89b0c2d31022f935ba4d1e7a9cf diff --git a/app-admin/kube-bench/kube-bench-0.0.8.ebuild b/app-admin/kube-bench/kube-bench-0.0.8.ebuild deleted file mode 100644 index 01b95b2a0ede..000000000000 --- a/app-admin/kube-bench/kube-bench-0.0.8.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGO_PN="github.com/aquasecurity/kube-bench" - -EGO_VENDOR=( - "github.com/fatih/color 570b54cabe6b8eb0bc2dfce68d964677d63b5260" - "github.com/fsnotify/fsnotify 4da3e2cfbabc9f751898f250b49f2439785783a1" - "github.com/golang/glog 23def4e6c14b4da8ac2ed8007337bc5eb5007998" - "github.com/hashicorp/hcl 23c074d0eceb2b8a5bfdbb271ab780cde70f05a8" - "github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75" - "github.com/jinzhu/gorm 5174cc5c242a728b435ea2be8a2f7f998e15429b" - "github.com/jinzhu/inflection 1c35d901db3da928c72a72d8458480cc9ade058f" - "github.com/lib/pq 83612a56d3dd153a94a629cd64925371c9adad78" - "github.com/magiconair/properties 49d762b9817ba1c2e9d0c69183c2b4a8b8f1d934" - "github.com/mattn/go-colorable 5411d3eea5978e6cdc258b30de592b60df6aba96" - "github.com/mattn/go-isatty 57fdcb988a5c543893cc61bce354a6e24ab70022" - "github.com/mitchellh/mapstructure 06020f85339e21b2478f756a78e295255ffa4d6a" - "github.com/pelletier/go-toml 0131db6d737cfbbfb678f8b7d92e55e27ce46224" - "github.com/spf13/afero 57afd63c68602b63ed976de00dd066ccb3c319db" - "github.com/spf13/cast acbeb36b902d72a7a4c18e8f3241075e7ab763e4" - "github.com/spf13/cobra 7b2c5ac9fc04fc5efafb60700713d4fa609b777b" - "github.com/spf13/jwalterweatherman 12bd96e66386c1960ab0f74ced1362f66f552f7b" - "github.com/spf13/pflag 4c012f6dcd9546820e378d0bdda4d8fc772cdfea" - "github.com/spf13/viper 25b30aa063fc18e48662b86996252eabdcf2f0c7" - "golang.org/x/sys e24f485414aeafb646f6fca458b0bf869c0880a1 github.com/golang/sys" - "golang.org/x/text e19ae1496984b1c655b8044a65c0300a3c878dd3 github.com/golang/text" - "gopkg.in/yaml.v2 c95af922eae69f190717a0b7148960af8c55a072 github.com/go-yaml/yaml" -) - -inherit golang-build golang-vcs-snapshot bash-completion-r1 - -ARCHIVE_URI="https://github.com/aquasecurity/kube-bench/archive/v${PV}.tar.gz -> ${P}.tar.gz - ${EGO_VENDOR_URI}" -KEYWORDS="~amd64" - -DESCRIPTION="Kubernetes Bench for Security runs the CIS Kubernetes Benchmark" -HOMEPAGE="https://github.com/aquasecurity/kube-bench" -SRC_URI="${ARCHIVE_URI}" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -RESTRICT="test" - -src_compile() { - pushd src/${EGO_PN} || die - GOPATH="${S}" go build -o ${PN} . || die - popd || die -} - -src_install() { - dobin src/${EGO_PN}/${PN} - insinto /etc/kube-bench - doins -r src/${EGO_PN}/cfg -} diff --git a/app-admin/puppet-lint/Manifest b/app-admin/puppet-lint/Manifest index 491c32008053..1430ba0f968b 100644 --- a/app-admin/puppet-lint/Manifest +++ b/app-admin/puppet-lint/Manifest @@ -1,2 +1,2 @@ DIST puppet-lint-2.3.3.gem 84992 BLAKE2B 57b6d6332b7d26daf193ba983ff1e5d560cf4f902f1b476de3b1f7254755851397685d7b435dd7365f81e1427d91ca47ffa889a9d87a14e1c4720e44aa2b7996 SHA512 9203e8d29cb4a5c5abf8279598599db4a9063d33d7b7d6c76f8ebf09c3ba539f6035083b5438bae2b0fda1d16880ffcb69a2776ebce7f54bc1a1430c2ceb0d68 -DIST puppet-lint-2.3.4.gem 86016 BLAKE2B 4e7c0da6bb77558312b389be68ee17a75a2dffa795eb0a985101177f45ac362d0a4bf70804198b82f981bcc2023768503f7362799a2853ea2e159071853c5dfc SHA512 27ef230b337ffffeae8395efa2329ad150b7f0a21bfff1b2e5ee4807dd088705723d9887ae3c166eeb8daa61337d2efd5907fcb5c86c6cfb0a42c0fc30dfd7ba +DIST puppet-lint-2.3.5.gem 86528 BLAKE2B 7455c729cb0512cb26838439c854c70d2581f2102594ac60d76a34f9839b0bb7dbab65beb87369419dc0e66583bfac1ad9f22d65ee3ee9bf35aa3c37e8f0d1b9 SHA512 5e1978c5438869c12c2151e76fe6cea12c447d9f59f1fbbc90fb80e61c7ff9c220be85f70cf95dec2380cd35205ffec0473cc7eda0db21b94a30b533d4214707 diff --git a/app-admin/puppet-lint/puppet-lint-2.3.4.ebuild b/app-admin/puppet-lint/puppet-lint-2.3.5.ebuild similarity index 100% rename from app-admin/puppet-lint/puppet-lint-2.3.4.ebuild rename to app-admin/puppet-lint/puppet-lint-2.3.5.ebuild diff --git a/app-arch/Manifest.gz b/app-arch/Manifest.gz index 5cd45991a360..9e0ebd016c95 100644 Binary files a/app-arch/Manifest.gz and b/app-arch/Manifest.gz differ diff --git a/app-arch/lzop/lzop-1.04.ebuild b/app-arch/lzop/lzop-1.04.ebuild index 76216b04f65e..b86e82a2a5df 100644 --- a/app-arch/lzop/lzop-1.04.ebuild +++ b/app-arch/lzop/lzop-1.04.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://www.lzop.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-libs/lzo-2" diff --git a/app-arch/zstd/Manifest b/app-arch/zstd/Manifest index a558e54f2985..f43001fc2393 100644 --- a/app-arch/zstd/Manifest +++ b/app-arch/zstd/Manifest @@ -1,6 +1,4 @@ -DIST zstd-1.1.0.tar.gz 716327 BLAKE2B 042b9d46f3e58d7ce5ac8fd427b1682ec62cfb326ac7c7408f564f69957f406bb466dcd619b7efaf24dfbffd17f1b5002c06c1b25a0576f171724fc9d8759553 SHA512 9fe72081d333b58d5c8f27f13bd01ab0d729984215b75690282770aa769aab6879b88177aa2b45d8ce2869bf1b360f3a828ca00aa3646a7cc57285a4e167d71f DIST zstd-1.1.3.tar.gz 845902 BLAKE2B f8896d467c255dd0dfd348aee0d8b8a13b1551ee0e526db0f4b8939654ce5bd40f0a0273109880b27196d2b4fc4b381464f102fe1f736956f6c830205c601087 SHA512 6c025ca3899d0487bf2b4a9b333b47c6e2bb525ae3fc7328cc040f50d6f3c53a1bb9bd17e104352ddbc7b96b240c250c60d5be99e0a980332dbd3c518b2a81e1 -DIST zstd-1.2.0.tar.gz 1300584 BLAKE2B 3bde619cde6a6cf6ea83c86ba8ad2c7aa0cfecbf606aec0695ae809f438712fc0114d8a245deaf153faf130564d31522a15d1fef96357c5a90728b963399e4de SHA512 b21910c6bdcfad3199c07b9f70f7c049062ebd1cce9249dd33c36153e29f24dd9e796ddbc2f37846b9f508c14b0d0f67651fd8d2bdce558128f20bdfff50a7df -DIST zstd-1.3.0.tar.gz 1469911 BLAKE2B c62e467c1ba2b6a13aca79f939bf0c63e25eb1168ba3b8908720cad245f2f61e39c214edecaafa6201af4f9c8d1875d24f08b8aa6df6f42ba083dce7cc2e94c0 SHA512 5eb9e001e14d3342e76eb57b672c636fd56839ba8fc0ba9a751484ea93389c72c494ad2125dc2f9be1f72481f3af34568477123f7e9d3c7504e061e4c083cb30 DIST zstd-1.3.2.tar.gz 1618939 BLAKE2B 1bb8c9ac0a521230e1507380afd5346e9cbd5b850c9a6516ef2fcf3e339e90ad1dc6adda13b7eb2d75630a788903ed12732a41fde065601ad879cca36c677125 SHA512 e2848d08b38d2fe98cd327611044bdac2f948547124321c8d63d5bdc2e6694d623c40c7bcc7d499fa83531f9cb92ddcb8be67614a49f855a9103f0ee6af0985c DIST zstd-1.3.3.tar.gz 1857232 BLAKE2B 45b737b8798fa6982b22163553e38fbe77143d5562032a8f5f5593225ea07fee277b27c06c00670196b59030a4919d819d562bf9e1e185aadc755d0563b251bb SHA512 72b63f96f65ca987cdc82c24354f7665c7dc3b2563cb0646f355c34bf8f090d8a0759729f8beaba8317272bdab34749f934055707b25cfd69c98a9fdcfbc59ae +DIST zstd-1.3.4.tar.gz 2059958 BLAKE2B b1d332a35066fb00e32c6dccebd5ad1065bcc3c7d0dd07d8408e5a2c2641dcdbc388e053ce8d15f9e261255e80f018a172d6e103b5c2f5a2ebb555333ac5f15d SHA512 d3c8c1dfabd251b03205b64eff97898c1e2ca457191b1f6257450e6d2675451a68aa0bc2220b2c65baa69a6997d98490612779d95b3325320c0a3202810ae554 diff --git a/app-arch/zstd/files/zstd-1.1.0-fix_build_system.patch b/app-arch/zstd/files/zstd-1.1.0-fix_build_system.patch deleted file mode 100644 index 75531c409974..000000000000 --- a/app-arch/zstd/files/zstd-1.1.0-fix_build_system.patch +++ /dev/null @@ -1,79 +0,0 @@ -diff --git a/lib/Makefile b/lib/Makefile -index 4fb8ed9..ec5436d 100644 ---- a/lib/Makefile -+++ b/lib/Makefile -@@ -63,17 +63,17 @@ all: clean libzstd - - libzstd: $(ZSTD_FILES) - @echo compiling static library -- @$(CC) $(FLAGS) -c $^ -- @$(AR) rcs $@.a *.o -+ $(CC) $(FLAGS) -c $^ -+ $(AR) rcs $@.a *.o - @echo compiling dynamic library $(LIBVER) -- @$(CC) $(FLAGS) -shared $^ -fPIC $(SONAME_FLAGS) -o $@.$(SHARED_EXT_VER) -+ $(CC) $(FLAGS) -shared $^ -fPIC $(SONAME_FLAGS) -o $@.$(SHARED_EXT_VER) - @echo creating versioned links -- @ln -sf $@.$(SHARED_EXT_VER) $@.$(SHARED_EXT_MAJOR) -- @ln -sf $@.$(SHARED_EXT_VER) $@.$(SHARED_EXT) -+ ln -sf $@.$(SHARED_EXT_VER) $@.$(SHARED_EXT_MAJOR) -+ ln -sf $@.$(SHARED_EXT_VER) $@.$(SHARED_EXT) - - clean: -- @rm -f core *.o *.a *.gcda *.$(SHARED_EXT) *.$(SHARED_EXT).* libzstd.pc -- @rm -f decompress/*.o -+ rm -f core *.o *.a *.gcda *.$(SHARED_EXT) *.$(SHARED_EXT).* libzstd.pc -+ rm -f decompress/*.o - @echo Cleaning library completed - - #------------------------------------------------------------------------ -@@ -83,22 +83,22 @@ ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly - libzstd.pc: - libzstd.pc: libzstd.pc.in - @echo creating pkgconfig -- @sed -e 's|@PREFIX@|$(PREFIX)|' \ -+ sed -e 's|@PREFIX@|$(PREFIX)|' \ - -e 's|@LIBDIR@|$(LIBDIR)|' \ - -e 's|@INCLUDEDIR@|$(INCLUDEDIR)|' \ - -e 's|@VERSION@|$(VERSION)|' \ - $< >$@ - --install: libzstd libzstd.pc -- @install -d -m 755 $(DESTDIR)$(LIBDIR)/pkgconfig/ $(DESTDIR)$(INCLUDEDIR)/ -- @install -m 755 libzstd.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR)/libzstd.$(SHARED_EXT_VER) -- @cp -a libzstd.$(SHARED_EXT_MAJOR) $(DESTDIR)$(LIBDIR) -- @cp -a libzstd.$(SHARED_EXT) $(DESTDIR)$(LIBDIR) -- @cp -a libzstd.pc $(DESTDIR)$(LIBDIR)/pkgconfig/ -- @install -m 644 libzstd.a $(DESTDIR)$(LIBDIR)/libzstd.a -- @install -m 644 zstd.h $(DESTDIR)$(INCLUDEDIR)/zstd.h -- @install -m 644 common/zbuff.h $(DESTDIR)$(INCLUDEDIR)/zbuff.h -- @install -m 644 dictBuilder/zdict.h $(DESTDIR)$(INCLUDEDIR)/zdict.h -+install: libzstd.pc -+ install -d -m 755 $(DESTDIR)$(LIBDIR)/pkgconfig/ $(DESTDIR)$(INCLUDEDIR)/ -+ install -m 755 libzstd.$(SHARED_EXT_VER) $(DESTDIR)$(LIBDIR)/libzstd.$(SHARED_EXT_VER) -+ cp -a libzstd.$(SHARED_EXT_MAJOR) $(DESTDIR)$(LIBDIR) -+ cp -a libzstd.$(SHARED_EXT) $(DESTDIR)$(LIBDIR) -+ cp -a libzstd.pc $(DESTDIR)$(LIBDIR)/pkgconfig/ -+ install -m 644 libzstd.a $(DESTDIR)$(LIBDIR)/libzstd.a -+ install -m 644 zstd.h $(DESTDIR)$(INCLUDEDIR)/zstd.h -+ install -m 644 common/zbuff.h $(DESTDIR)$(INCLUDEDIR)/zbuff.h -+ install -m 644 dictBuilder/zdict.h $(DESTDIR)$(INCLUDEDIR)/zdict.h - @echo zstd static and shared library installed - - uninstall: -diff --git a/programs/Makefile b/programs/Makefile -index 6e78d0e..993d138 100644 ---- a/programs/Makefile -+++ b/programs/Makefile -@@ -21,11 +21,7 @@ MANDIR = $(PREFIX)/share/man/man1 - - ZSTDDIR = ../lib - --ifeq ($(shell $(CC) -v 2>&1 | grep -c "gcc version "), 1) --ALIGN_LOOP = -falign-loops=32 --else - ALIGN_LOOP = --endif - - CPPFLAGS= -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/dictBuilder - CFLAGS ?= -O3 diff --git a/app-arch/zstd/zstd-1.1.0.ebuild b/app-arch/zstd/zstd-1.1.0.ebuild deleted file mode 100644 index c120d6aa6675..000000000000 --- a/app-arch/zstd/zstd-1.1.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="zstd fast compression library" -HOMEPAGE="http://facebook.github.io/zstd/" -SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -PATCHES=( "${FILESDIR}/${P}-fix_build_system.patch" ) - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - AR="$(tc-getAR)" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" zstd - - emake -C lib \ - CC="$(tc-getCC)" \ - AR="$(tc-getAR)" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" libzstd -} - -src_install() { - emake \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" install - einstalldocs - - if ! use static-libs; then - rm "${ED%/}"/usr/$(get_libdir)/libzstd.a || die - fi -} diff --git a/app-arch/zstd/zstd-1.2.0.ebuild b/app-arch/zstd/zstd-1.2.0.ebuild deleted file mode 100644 index d110bfff7091..000000000000 --- a/app-arch/zstd/zstd-1.2.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="zstd fast compression library" -HOMEPAGE="https://facebook.github.io/zstd/" -SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="static-libs" - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - AR="$(tc-getAR)" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" zstd - - emake -C lib \ - CC="$(tc-getCC)" \ - AR="$(tc-getAR)" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" libzstd -} - -src_install() { - emake \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" \ - LIBDIR="${EPREFIX}/usr/$(get_libdir)" install - einstalldocs - - if ! use static-libs; then - rm "${ED%/}"/usr/$(get_libdir)/libzstd.a || die - fi -} diff --git a/app-arch/zstd/zstd-1.3.0.ebuild b/app-arch/zstd/zstd-1.3.4.ebuild similarity index 88% rename from app-arch/zstd/zstd-1.3.0.ebuild rename to app-arch/zstd/zstd-1.3.4.ebuild index 10e57a167eb2..63e5ab864115 100644 --- a/app-arch/zstd/zstd-1.3.0.ebuild +++ b/app-arch/zstd/zstd-1.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,9 +9,9 @@ DESCRIPTION="zstd fast compression library" HOMEPAGE="https://facebook.github.io/zstd/" SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" +LICENSE="|| ( BSD GPL-2 )" SLOT="0/1" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="static-libs" RDEPEND="app-arch/xz-utils" diff --git a/app-backup/Manifest.gz b/app-backup/Manifest.gz index a709d31fdd82..2674bd96805e 100644 Binary files a/app-backup/Manifest.gz and b/app-backup/Manifest.gz differ diff --git a/app-backup/bacula/bacula-9.0.6-r2.ebuild b/app-backup/bacula/bacula-9.0.6-r2.ebuild index ee84ae457c09..114a9ebd4b42 100644 --- a/app-backup/bacula/bacula-9.0.6-r2.ebuild +++ b/app-backup/bacula/bacula-9.0.6-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 libressl logwatch mysql postgres qt5 readline +sqlite ssl static tcpd vim-syntax X" DEPEND=" diff --git a/app-crypt/Manifest.gz b/app-crypt/Manifest.gz index e4c75e80c0f7..e5449096bd2a 100644 Binary files a/app-crypt/Manifest.gz and b/app-crypt/Manifest.gz differ diff --git a/app-crypt/acme-tiny/Manifest b/app-crypt/acme-tiny/Manifest index b176bea3185c..4bc5473e28cd 100644 --- a/app-crypt/acme-tiny/Manifest +++ b/app-crypt/acme-tiny/Manifest @@ -1,2 +1 @@ -DIST acme-tiny-0_p20170917.tar.gz 10516 BLAKE2B e9d4ae170579cd5379dbb4d900d051bc1789ac994eb491aafb9952cd004b3e3feed20ef505f88587035f3f16163e7965a1b3883caaaa8c2327fca6be0240a17f SHA512 0bfb0d064f21f9d89e3c5863f33c7326c02948a42e2c8dc11c7b5baaf5e0dfcaeba0ad461b2ad12e292cc14f64b44f331f11b56dda6592a4663baf0714048700 -DIST acme-tiny-4.0.0.tar.gz 11934 BLAKE2B 2303fcd4e14d75cb7b36426f9ffe7e5f989d886be16b322aea2f8b40937e8c1a850704869570911ff7365a9545f5e41006f4e655ba207db9a7105ec3d59c8c32 SHA512 45f3469fbfa8b57c5755595823a6d08fd977c29d948b618ab6bd9c4feba4910bdcc1540757ba78bcdcd7e01c6f7451f4e8aec951a0ae118ab6597a1714f30691 +DIST acme-tiny-4.0.3.tar.gz 12662 BLAKE2B 6a17d0597731a5c8c1b260fa47396cb5bf8a223f44c8e498532b6e90a2ded35c5fcae058a8682e59ab060c1eeb27e09c8db8588e1d72cfd75b65f867d3e94f9a SHA512 bd37d4f878f2851c8e88acb78699b855cfd306928e2d70ef1d35dc9883d44dae3c7622e2114b1d5c4e0c5865b61ad3958a776467ab45eaedb0cf612530ca5dc7 diff --git a/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild b/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild deleted file mode 100644 index 5dc8c71c35e5..000000000000 --- a/app-crypt/acme-tiny/acme-tiny-0_p20170917.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit distutils-r1 - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/diafygi/${PN}.git" - KEYWORDS="" -elif [[ ${PV} =~ 0_p* ]]; then - HASH="4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32" - SRC_URI="https://github.com/diafygi/${PN}/archive/${HASH}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-${HASH}" -else - SRC_URI="https://github.com/diafygi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="A tiny, auditable script for Let's Encrypt's ACME Protocol" -HOMEPAGE="https://github.com/diafygi/acme-tiny" - -LICENSE="MIT" -SLOT="0" - -IUSE="minimal" - -DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" -RDEPEND="dev-libs/openssl:0" - -PATCHES=( "${FILESDIR}/${PN}-PR50-setup.py.patch" ) - -pkg_setup() { - if [[ ${PV} != 9999 ]]; then - export SETUPTOOLS_SCM_PRETEND_VERSION="0.1.dev79+n${HASH:0:7}.d$(date +%Y%m%d)" - fi -} - -src_prepare() { - if ! use minimal; then - PATCHES+=( - "${FILESDIR}/${PN}-PR87-readmefix.patch" - "${FILESDIR}/${PN}-PR101-contactinfo.patch" - ) - fi - distutils-r1_src_prepare -} diff --git a/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild similarity index 66% rename from app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild rename to app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild index c36ebd5cd3c8..b9815c348094 100644 --- a/app-crypt/acme-tiny/acme-tiny-4.0.0.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-4.0.3.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit distutils-r1 +inherit distutils-r1 eapi7-ver if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -20,8 +20,7 @@ HOMEPAGE="https://github.com/diafygi/acme-tiny" LICENSE="MIT" SLOT="0" - -IUSE="minimal" +IUSE="" DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" RDEPEND="dev-libs/openssl:0" @@ -33,11 +32,17 @@ pkg_setup() { } src_prepare() { - if ! use minimal; then - local PATCHES=( - "${FILESDIR}/${PN}-PR87-readmefix.patch" - "${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch" - ) - fi + sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die + distutils-r1_src_prepare } + +pkg_postinst() { + for v in ${REPLACING_VERSIONS}; do + if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then + einfo "The --account-email flag has been changed to --contact and" + einfo "has different syntax." + einfo "Please update your scripts accordingly" + fi + done +} diff --git a/app-crypt/acme-tiny/acme-tiny-9999.ebuild b/app-crypt/acme-tiny/acme-tiny-9999.ebuild index c36ebd5cd3c8..b9815c348094 100644 --- a/app-crypt/acme-tiny/acme-tiny-9999.ebuild +++ b/app-crypt/acme-tiny/acme-tiny-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit distutils-r1 +inherit distutils-r1 eapi7-ver if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -20,8 +20,7 @@ HOMEPAGE="https://github.com/diafygi/acme-tiny" LICENSE="MIT" SLOT="0" - -IUSE="minimal" +IUSE="" DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]" RDEPEND="dev-libs/openssl:0" @@ -33,11 +32,17 @@ pkg_setup() { } src_prepare() { - if ! use minimal; then - local PATCHES=( - "${FILESDIR}/${PN}-PR87-readmefix.patch" - "${FILESDIR}/${PN}-4.0.0-PR101-contactinfo.patch" - ) - fi + sed -i 's|#!/usr/bin/sh|#!/bin/sh|g' README.md || die + distutils-r1_src_prepare } + +pkg_postinst() { + for v in ${REPLACING_VERSIONS}; do + if ver_test "$v" "-lt" "4.0.3" || ver_test "$v" "-ge" "9999"; then + einfo "The --account-email flag has been changed to --contact and" + einfo "has different syntax." + einfo "Please update your scripts accordingly" + fi + done +} diff --git a/app-crypt/acme-tiny/files/acme-tiny-4.0.0-PR101-contactinfo.patch b/app-crypt/acme-tiny/files/acme-tiny-4.0.0-PR101-contactinfo.patch deleted file mode 100644 index 447ed5f5f9b5..000000000000 --- a/app-crypt/acme-tiny/files/acme-tiny-4.0.0-PR101-contactinfo.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- a/acme_tiny.py 2018-03-16 02:37:41.989372265 -0400 -+++ b/acme_tiny.py 2018-03-16 02:53:28.365319918 -0400 -@@ -12,7 +12,7 @@ - LOGGER.addHandler(logging.StreamHandler()) - LOGGER.setLevel(logging.INFO) - --def get_crt(account_key, csr, acme_dir, log=LOGGER, CA=DEFAULT_CA, disable_check=False, directory_url=DEFAULT_DIRECTORY_URL): -+def get_crt(account_key, csr, acme_dir, account_email, log=LOGGER, CA=DEFAULT_CA, disable_check=False, directory_url=DEFAULT_DIRECTORY_URL): - directory, acct_headers, alg, jwk = None, None, None, None # global variables - - # helper functions - base64 encode for jose spec -@@ -107,6 +107,8 @@ - # create account and set the global key identifier - log.info("Registering account...") - reg_payload = {"termsOfServiceAgreed": True} -+ if account_email: -+ reg_payload["contact"] = ["mailto:"+account_email] - account, code, acct_headers = _send_signed_request(directory['newAccount'], reg_payload, "Error registering") - log.info("Registered!" if code == 201 else "Already registered!") - -@@ -185,10 +187,12 @@ - parser.add_argument("--disable-check", default=False, action="store_true", help="disable checking if the challenge file is hosted correctly before telling the CA") - parser.add_argument("--directory-url", default=DEFAULT_DIRECTORY_URL, help="certificate authority directory url, default is Let's Encrypt") - parser.add_argument("--ca", default=DEFAULT_CA, help="DEPRECATED! USE --directory-url INSTEAD!") -+ parser.add_argument("--account-email", help="contact e-mail address") - - args = parser.parse_args(argv) - LOGGER.setLevel(args.quiet or LOGGER.level) -- signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca, disable_check=args.disable_check, directory_url=args.directory_url) -+ signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, -+ args.account_email, log=LOGGER, CA=args.ca, disable_check=args.disable_check, directory_url=args.directory_url) - sys.stdout.write(signed_crt) - - if __name__ == "__main__": # pragma: no cover diff --git a/app-crypt/acme-tiny/files/acme-tiny-PR101-contactinfo.patch b/app-crypt/acme-tiny/files/acme-tiny-PR101-contactinfo.patch deleted file mode 100644 index 63727840d8e3..000000000000 --- a/app-crypt/acme-tiny/files/acme-tiny-PR101-contactinfo.patch +++ /dev/null @@ -1,97 +0,0 @@ -From 86083e6f79c6af99a59d8ee27c61f5d9b407f436 Mon Sep 17 00:00:00 2001 -From: Phiber2000 -Date: Thu, 10 Mar 2016 16:43:54 +0100 -Subject: [PATCH 1/3] added contact key in payload and email parameter - ---- - acme_tiny.py | 12 ++++++++---- - 1 file changed, 8 insertions(+), 4 deletions(-) - -diff --git a/acme_tiny.py b/acme_tiny.py -index 34a1863..bd79321 100644 ---- a/acme_tiny.py -+++ b/acme_tiny.py -@@ -12,7 +12,7 @@ - LOGGER.addHandler(logging.StreamHandler()) - LOGGER.setLevel(logging.INFO) - --def get_crt(account_key, csr, acme_dir, log=LOGGER, CA=DEFAULT_CA): -+def get_crt(account_key, csr, acme_dir, account_email, log=LOGGER, CA=DEFAULT_CA): - # helper function base64 encode for jose spec - def _b64(b): - return base64.urlsafe_b64encode(b).decode('utf8').replace("=", "") -@@ -80,10 +80,13 @@ def _send_signed_request(url, payload): - - # get the certificate domains and expiration - log.info("Registering account...") -- code, result = _send_signed_request(CA + "/acme/new-reg", { -+ payload = { - "resource": "new-reg", - "agreement": json.loads(urlopen(CA + "/directory").read().decode('utf8'))['meta']['terms-of-service'], -- }) -+ } -+ if account_email: -+ payload["contact"] = ["mailto:"+account_email] -+ code, result = _send_signed_request(CA + "/acme/new-reg", payload) - if code == 201: - log.info("Registered!") - elif code == 409: -@@ -188,10 +191,11 @@ def main(argv): - parser.add_argument("--acme-dir", required=True, help="path to the .well-known/acme-challenge/ directory") - parser.add_argument("--quiet", action="store_const", const=logging.ERROR, help="suppress output except for errors") - parser.add_argument("--ca", default=DEFAULT_CA, help="certificate authority, default is Let's Encrypt") -+ parser.add_argument("--account-email", help="contact e-mail address") - - args = parser.parse_args(argv) - LOGGER.setLevel(args.quiet or LOGGER.level) -- signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca) -+ signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, args.account_email, log=LOGGER, CA=args.ca) - sys.stdout.write(signed_crt) - - if __name__ == "__main__": # pragma: no cover - -From b128ae1289b106e1ddf20d3787a431d8ea949cf3 Mon Sep 17 00:00:00 2001 -From: Phiber2000 -Date: Thu, 10 Mar 2016 19:27:17 +0100 -Subject: [PATCH 2/3] code style correction - ---- - acme_tiny.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/acme_tiny.py b/acme_tiny.py -index bd79321..cea57ee 100644 ---- a/acme_tiny.py -+++ b/acme_tiny.py -@@ -85,7 +85,7 @@ def _send_signed_request(url, payload): - "agreement": json.loads(urlopen(CA + "/directory").read().decode('utf8'))['meta']['terms-of-service'], - } - if account_email: -- payload["contact"] = ["mailto:"+account_email] -+ payload["contact"] = ["mailto:{0}".format(account_email)] - code, result = _send_signed_request(CA + "/acme/new-reg", payload) - if code == 201: - log.info("Registered!") - -From 90eac8d6f22e858168ead32f00f13e7c997b64fc Mon Sep 17 00:00:00 2001 -From: Phiber2000 -Date: Thu, 10 Mar 2016 19:33:21 +0100 -Subject: [PATCH 3/3] updated email argument helptext - ---- - acme_tiny.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/acme_tiny.py b/acme_tiny.py -index cea57ee..930cd43 100644 ---- a/acme_tiny.py -+++ b/acme_tiny.py -@@ -191,7 +191,7 @@ def main(argv): - parser.add_argument("--acme-dir", required=True, help="path to the .well-known/acme-challenge/ directory") - parser.add_argument("--quiet", action="store_const", const=logging.ERROR, help="suppress output except for errors") - parser.add_argument("--ca", default=DEFAULT_CA, help="certificate authority, default is Let's Encrypt") -- parser.add_argument("--account-email", help="contact e-mail address") -+ parser.add_argument("--account-email", help="set contact e-mail address, leave empty to keep current") - - args = parser.parse_args(argv) - LOGGER.setLevel(args.quiet or LOGGER.level) diff --git a/app-crypt/acme-tiny/files/acme-tiny-PR50-setup.py.patch b/app-crypt/acme-tiny/files/acme-tiny-PR50-setup.py.patch deleted file mode 100644 index c7e2c08a7c6e..000000000000 --- a/app-crypt/acme-tiny/files/acme-tiny-PR50-setup.py.patch +++ /dev/null @@ -1,150 +0,0 @@ -From 9bc3865d8c86392ca115ffb64a9389e92e00e861 Mon Sep 17 00:00:00 2001 -From: Jonas Haag -Date: Tue, 29 Dec 2015 14:14:49 +0100 -Subject: [PATCH 1/3] Add setup.py - ---- - acme_tiny.py | 2 +- - setup.py | 28 ++++++++++++++++++++++++++++ - tests/__init__.py | 1 + - tests/test_install.py | 24 ++++++++++++++++++++++++ - 4 files changed, 54 insertions(+), 1 deletion(-) - create mode 100644 setup.py - create mode 100644 tests/test_install.py - -diff --git a/acme_tiny.py b/acme_tiny.py -index f54db0c..ca9ad3d 100644 ---- a/acme_tiny.py -+++ b/acme_tiny.py -@@ -165,7 +165,7 @@ def _send_signed_request(url, payload): - return """-----BEGIN CERTIFICATE-----\n{0}\n-----END CERTIFICATE-----\n""".format( - "\n".join(textwrap.wrap(base64.b64encode(result).decode('utf8'), 64))) - --def main(argv): -+def main(argv=None): - parser = argparse.ArgumentParser( - formatter_class=argparse.RawDescriptionHelpFormatter, - description=textwrap.dedent("""\ -diff --git a/setup.py b/setup.py -new file mode 100644 -index 0000000..9ed597e ---- /dev/null -+++ b/setup.py -@@ -0,0 +1,28 @@ -+from setuptools import setup -+ -+setup( -+ name="acme-tiny", -+ version="1.0.0", -+ url="https://github.com/diafygi/acme-tiny", -+ author="Daniel Roesler", -+ author_email="diafygi@gmail.com", -+ description="A tiny script to issue and renew TLS certs from Let's Encrypt", -+ license="MIT", -+ py_modules=['acme_tiny'], -+ entry_points={'console_scripts': [ -+ 'acme-tiny = acme_tiny:main', -+ ]}, -+ classifiers = [ -+ 'Development Status :: 5 - Production/Stable', -+ 'Intended Audience :: System Administrators' -+ 'License :: OSI Approved :: MIT License', -+ 'Operating System :: OS Independent', -+ 'Programming Language :: Python', -+ 'Programming Language :: Python :: 2', -+ 'Programming Language :: Python :: 2.7', -+ 'Programming Language :: Python :: 3', -+ 'Programming Language :: Python :: 3.3', -+ 'Programming Language :: Python :: 3.4', -+ 'Programming Language :: Python :: 3.5', -+ ] -+) -diff --git a/tests/__init__.py b/tests/__init__.py -index ce89619..5ade34c 100644 ---- a/tests/__init__.py -+++ b/tests/__init__.py -@@ -1 +1,2 @@ - from .test_module import TestModule -+from .test_install import TestInstall -diff --git a/tests/test_install.py b/tests/test_install.py -new file mode 100644 -index 0000000..005f36c ---- /dev/null -+++ b/tests/test_install.py -@@ -0,0 +1,24 @@ -+import unittest -+import os -+import tempfile -+import shutil -+import subprocess -+ -+ -+class TestInstall(unittest.TestCase): -+ def setUp(self): -+ self.tempdir = tempfile.mkdtemp() -+ subprocess.check_call(["virtualenv", self.tempdir]) -+ -+ def tearDown(self): -+ shutil.rmtree(self.tempdir) -+ -+ def virtualenv_bin(self, cmd): -+ return os.path.join(self.tempdir, "bin", cmd) -+ -+ def test_install(self): -+ subprocess.check_call([self.virtualenv_bin("python"), "setup.py", "install"]) -+ -+ def test_cli(self): -+ self.test_install() -+ subprocess.check_call([self.virtualenv_bin("acme-tiny"), "-h"]) - -From cdf1bde83d6b640a8896722557386b6d9b6a9fbb Mon Sep 17 00:00:00 2001 -From: Rob Speed -Date: Wed, 10 Feb 2016 21:53:24 -0500 -Subject: [PATCH 2/3] Added setuptools_scm for automatic versioning based on - tags. - ---- - setup.py | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index 9ed597e..7ec7ef1 100644 ---- a/setup.py -+++ b/setup.py -@@ -2,7 +2,7 @@ - - setup( - name="acme-tiny", -- version="1.0.0", -+ use_scm_version=True, - url="https://github.com/diafygi/acme-tiny", - author="Daniel Roesler", - author_email="diafygi@gmail.com", -@@ -12,6 +12,7 @@ - entry_points={'console_scripts': [ - 'acme-tiny = acme_tiny:main', - ]}, -+ setup_requires=['setuptools_scm'], - classifiers = [ - 'Development Status :: 5 - Production/Stable', - 'Intended Audience :: System Administrators' - -From edcaee1fa841d49a3fa488288faa8e6573269413 Mon Sep 17 00:00:00 2001 -From: Matthias Bach -Date: Mon, 22 Feb 2016 22:53:06 +0100 -Subject: [PATCH 3/3] Mark wheels of acme-tiny as universal - -Ensure that wheels created from the acme-tiny source are marked as universal. ---- - setup.cfg | 2 ++ - 1 file changed, 2 insertions(+) - create mode 100644 setup.cfg - -diff --git a/setup.cfg b/setup.cfg -new file mode 100644 -index 0000000..434559d ---- /dev/null -+++ b/setup.cfg -@@ -0,0 +1,2 @@ -+[wheel] -+universal=True diff --git a/app-crypt/acme-tiny/files/acme-tiny-PR87-readmefix.patch b/app-crypt/acme-tiny/files/acme-tiny-PR87-readmefix.patch deleted file mode 100644 index 1f576d50c755..000000000000 --- a/app-crypt/acme-tiny/files/acme-tiny-PR87-readmefix.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 85df9d1217341893ab6dbbe58fb7c878e15d832b Mon Sep 17 00:00:00 2001 -From: Jakub Wilk -Date: Wed, 24 Feb 2016 22:10:01 +0100 -Subject: [PATCH] renew_cert.sh: fix unusual shebang - -sh is normally lives in /bin, not in /usr/bin. ---- - README.md | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/README.md b/README.md -index dfa562c..5c83a67 100644 ---- a/README.md -+++ b/README.md -@@ -171,7 +171,7 @@ for example script). - - Example of a `renew_cert.sh`: - ```sh --#!/usr/bin/sh -+#!/bin/sh - python /path/to/acme_tiny.py --account-key /path/to/account.key --csr /path/to/domain.csr --acme-dir /var/www/challenges/ > /tmp/signed.crt || exit - wget -O - https://letsencrypt.org/certs/lets-encrypt-x1-cross-signed.pem > intermediate.pem - cat /tmp/signed.crt intermediate.pem > /path/to/chained.pem diff --git a/app-crypt/dehydrated/Manifest b/app-crypt/dehydrated/Manifest index 6906aa698095..135968836426 100644 --- a/app-crypt/dehydrated/Manifest +++ b/app-crypt/dehydrated/Manifest @@ -1,2 +1,3 @@ DIST dehydrated-0.3.1.tar.gz 71375 BLAKE2B 9ab014d0a4cc744081bd8aa134c460408da7f9936f1c41ef890bcebc70282fa61828620be3850cbb02f5b59b4e4fd32bdc41395340aa3673f906f154ca0877b9 SHA512 34b57edc6ab950c2c0163795ef45d6fa104dcf02978bbfa325da63f7d844176ecf20cb8d7604cfedc6b2f47d8c12ce1db5b37f532eda7fffa194b4603e4ee3b9 DIST dehydrated-0.4.0.tar.gz 74005 BLAKE2B ad55b7c53be0bc0c08ff372171638e9739a6213062b45c36e6ca5bce205b35d097bcffb6d1db6cd9c01f46a6ea31143cd2713bffb5e19f91041969e96a3cc337 SHA512 3c8c0f2fab57a432b69451f8372c02666dd953985679d12a2af9f6b917335b5b10a1196699106e317660039178ce1139a4d5455d4825a152b6911596fba16738 +DIST dehydrated-0.6.1.tar.gz 76693 BLAKE2B 5ecca2942aedc024e87e7b5aac05d836adbbc8bb1dfb38bfcd396a63e9d3e8637d625e279c4e5a47514c0b4f27006226dad7257a620da49c426c256e5267a33d SHA512 c3ef92da4e0e12100d267422eb2667607842f6fb0fe10cbc4d10aee9b5137d292db2348eca34b1f492e21c6c325dcbb595a9ab4de634e4d4a43346be1e2ce0ad diff --git a/app-crypt/dehydrated/dehydrated-0.6.1.ebuild b/app-crypt/dehydrated/dehydrated-0.6.1.ebuild new file mode 100644 index 000000000000..a04c83040fd4 --- /dev/null +++ b/app-crypt/dehydrated/dehydrated-0.6.1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit user + +DESCRIPTION="a client for signing certificates with an ACME-server" +HOMEPAGE="https://github.com/lukas2511/dehydrated" +SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="virtual/cron" +RDEPEND=" + ${DEPEND} + app-shells/bash + net-misc/curl +" + +src_configure() { + default + sed -i 's,^#CONFIG_D=.*,CONFIG_D="/etc/dehydrated/config.d",' docs/examples/config || die "could not set config (CONFIG_D)" +} + +src_install() { + dobin "${PN}" + insinto "/etc/${PN}" + doins docs/examples/{config,domains.txt,hook.sh} + dodoc docs/*.md + + insinto /etc/"${PN}"/config.d + doins "${FILESDIR}"/00_gentoo.sh + + insinto "/etc/cron.d" + newins "${FILESDIR}"/cron "${PN}" + + dodir /etc/"${PN}"/config.d + keepdir /etc/"${PN}"/config.d + + default +} + +pkg_preinst() { + enewgroup "${PN}" + enewuser "${PN}" -1 -1 /var/lib/"${PN}" "${PN}" +} + +pkg_postinst() { + if [[ "${REPLACING_VERSIONS}" =~ (0\.3\.1|0\.4\.0) ]]; then + ewarn "" + ewarn "The new default BASEDIR is now '/var/lib/dehydrated'" + ewarn "Please consider migrating your data with a command like" + ewarn "" + ewarn " 'mv -v /etc/dehydrated/{accounts,archive,certs,lock} /var/lib/dehydrated'" + ewarn "" + ewarn "and make sure BASEDIR is set to '/var/lib/dehydrated'" + ewarn "" + fi + einfo "See /etc/dehydrated/config for configuration." + einfo "After finishing setup you should enable the cronjob in /etc/cron.d/dehydrated." +} diff --git a/app-crypt/dehydrated/metadata.xml b/app-crypt/dehydrated/metadata.xml index 87c8df609c97..146b3f01d685 100644 --- a/app-crypt/dehydrated/metadata.xml +++ b/app-crypt/dehydrated/metadata.xml @@ -4,6 +4,10 @@ mschiff@gentoo.org + + whissi@gentoo.org + Thomas Deutschmann + lukas2511/dehydrated diff --git a/app-dicts/Manifest.gz b/app-dicts/Manifest.gz index 3d23ef1f835a..5227ee58401d 100644 Binary files a/app-dicts/Manifest.gz and b/app-dicts/Manifest.gz differ diff --git a/app-dicts/freedict-deu-eng/freedict-deu-eng-1.0.ebuild b/app-dicts/freedict-deu-eng/freedict-deu-eng-1.0.ebuild index cb20a2c3691b..7918050aae69 100644 --- a/app-dicts/freedict-deu-eng/freedict-deu-eng-1.0.ebuild +++ b/app-dicts/freedict-deu-eng/freedict-deu-eng-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + FORLANG="German" TOLANG="English" inherit freedict diff --git a/app-dicts/freedict-eng-fra/freedict-eng-fra-1.0.ebuild b/app-dicts/freedict-eng-fra/freedict-eng-fra-1.0.ebuild index 297140b19580..4709e7c0ba3f 100644 --- a/app-dicts/freedict-eng-fra/freedict-eng-fra-1.0.ebuild +++ b/app-dicts/freedict-eng-fra/freedict-eng-fra-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + FORLANG="English" TOLANG="French" inherit freedict diff --git a/app-dicts/freedict-eng-ita/freedict-eng-ita-1.0.ebuild b/app-dicts/freedict-eng-ita/freedict-eng-ita-1.0.ebuild index 7d0e1255a81e..b4a3f490fbeb 100644 --- a/app-dicts/freedict-eng-ita/freedict-eng-ita-1.0.ebuild +++ b/app-dicts/freedict-eng-ita/freedict-eng-ita-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + KEYWORDS="alpha ~amd64 ~hppa ~mips ppc sparc x86" FORLANG="English" diff --git a/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild b/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild index d398132bee39..ee1b392fcd3b 100644 --- a/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild +++ b/app-dicts/freedict-eng-swe/freedict-eng-swe-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + KEYWORDS="alpha ~amd64 ~hppa ~mips ppc sparc x86" FORLANG="English" diff --git a/app-dicts/freedict-fra-eng/freedict-fra-eng-1.0.ebuild b/app-dicts/freedict-fra-eng/freedict-fra-eng-1.0.ebuild index 0a243c6d9915..f796f9e6e037 100644 --- a/app-dicts/freedict-fra-eng/freedict-fra-eng-1.0.ebuild +++ b/app-dicts/freedict-fra-eng/freedict-fra-eng-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + KEYWORDS="alpha ~amd64 ~hppa ~mips ppc sparc x86" FORLANG="French" diff --git a/app-dicts/freedict-ita-eng/freedict-ita-eng-1.0.ebuild b/app-dicts/freedict-ita-eng/freedict-ita-eng-1.0.ebuild index 695e9dbf519c..4231cb0c1f4e 100644 --- a/app-dicts/freedict-ita-eng/freedict-ita-eng-1.0.ebuild +++ b/app-dicts/freedict-ita-eng/freedict-ita-eng-1.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + KEYWORDS="alpha ~amd64 ~hppa ~mips ppc sparc x86" FORLANG="Italian" diff --git a/app-editors/Manifest.gz b/app-editors/Manifest.gz index 713bfef5626c..b91d36da3030 100644 Binary files a/app-editors/Manifest.gz and b/app-editors/Manifest.gz differ diff --git a/app-editors/gvim/metadata.xml b/app-editors/gvim/metadata.xml index bd2205f57da1..aa4ea747bcc9 100644 --- a/app-editors/gvim/metadata.xml +++ b/app-editors/gvim/metadata.xml @@ -7,7 +7,6 @@ Enable GTK+3 interface - Use dev-lang/luajit instead of dev-lang/lua Include netbeans external editor integration support Enable support for Scheme using dev-scheme/racket diff --git a/app-editors/neovim/metadata.xml b/app-editors/neovim/metadata.xml index 158212f33e00..57f11481bec1 100644 --- a/app-editors/neovim/metadata.xml +++ b/app-editors/neovim/metadata.xml @@ -11,8 +11,6 @@ Use dev-libs/jemalloc for allocations Enable support for remote options using nvr Build the neovim unix tui - Use dev-lang/luajit instead of - dev-lang/lua neovim/neovim diff --git a/app-editors/vim/metadata.xml b/app-editors/vim/metadata.xml index fb8e0f11fb37..f65afcd7454c 100644 --- a/app-editors/vim/metadata.xml +++ b/app-editors/vim/metadata.xml @@ -6,7 +6,6 @@ Gentoo Vim Project - Use dev-lang/luajit instead of dev-lang/lua Enable support for Scheme using dev-scheme/racket Enable terminal emulation support Install vimpager and vimmanpager links diff --git a/app-editors/vis/Manifest b/app-editors/vis/Manifest index 3432526a0ce1..54cce819aac0 100644 --- a/app-editors/vis/Manifest +++ b/app-editors/vis/Manifest @@ -1,2 +1,2 @@ -DIST vis-0.4.tar.gz 381046 BLAKE2B 612d9f17c5ffb00be9e5c14da0d52257e55e53250cb9ba80750feaf5d90caa53aed0f02e32413a10f161e121019cf758902158ddeac09c2516d18779f4264cda SHA512 d8fcf667ecad7b32752d6c5dbd004544e1a9283775d54d93c24ce8f314b98154aed5c6014cc03223d8427c2b1e3fd0d4b348dfa12ce30236fddd93b34521ee5f -DIST vis-test-0.2.tar.gz 97770 BLAKE2B 9f8e31eb70ab8f9ce089f66ef29520e8250e02de375f9f8f0e33722c6a392bc6e04e7122728826708b305fb439c2b39f7fe3e233d7be162930aa46bf31bdb005 SHA512 892effa08c80c75e78eeb993ba8a0ddc110cc6f654fa1bf970454c35c839e9467b0ab41578f49af1fba0514c61f887fa044b9d01ab58f4dd749582a9550a2c29 +DIST vis-0.5.tar.gz 390461 BLAKE2B e628891c48dbbd11ed706768a3c625ffe9edf4fea3cd77452b4b41ae0d50194a31647e4cc945b69fb3af8fe7fd76ebf5f7afd8c2baa356f5f9fd3cc04be129ca SHA512 fe6b0394006562177efdf06713d7b95cd12fabf90b171c262eb2620d2b0944e73d3d8bb61f4f0d43d32154f0490c338bbc161a89455b14bb8a9d22cd75097780 +DIST vis-test-0.3.tar.gz 97814 BLAKE2B f62b216df3d846bb8bfdb14f6092309b55f6571cbc980e7a9aed46b1672fbaa65c007ac4617266dff3d5ad0293e3f5e7bd8390252817ebcdd6f64edb350f82ee SHA512 5f68a70cf6f1fb64f9b50c1a56940c966f205e51240c7dd1175bc15f3e42b475fb6842a53e36547113955c2efa359de0cc71e0800305b0e45881c319a14564e5 diff --git a/app-editors/vis/vis-0.4.ebuild b/app-editors/vis/vis-0.5.ebuild similarity index 80% rename from app-editors/vis/vis-0.4.ebuild rename to app-editors/vis/vis-0.5.ebuild index 7d45b495cee2..33e87890b268 100644 --- a/app-editors/vis/vis-0.4.ebuild +++ b/app-editors/vis/vis-0.5.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -MY_PTV=0.2 +MY_PTV=0.3 DESCRIPTION="modern, legacy free, simple yet efficient vim-like editor" HOMEPAGE="https://github.com/martanne/vis" -SRC_URI="https://github.com/martanne/vis/archive/v${PV}.tar.gz -> ${P}.tar.gz - test? ( https://github.com/martanne/vis-test/archive/v${MY_PTV}.tar.gz -> vis-test-${MY_PTV}.tar.gz )" +SRC_URI="https://github.com/martanne/vis/releases/download/v${PV}/vis-v${PV}.tar.gz -> ${P}.tar.gz + test? ( https://github.com/martanne/vis-test/releases/download/v${MY_PTV}/vis-test-${MY_PTV}.tar.gz -> vis-test-${MY_PTV}.tar.gz )" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64 ~x86" @@ -22,6 +22,8 @@ DEPEND="dev-libs/libtermkey RDEPEND="${DEPEND} app-eselect/eselect-vi" +S="${WORKDIR}/vis-v${PV}" + src_prepare() { if use test; then rm -r test || die diff --git a/app-emulation/Manifest.gz b/app-emulation/Manifest.gz index 00432396e60c..53dd7a6bce0d 100644 Binary files a/app-emulation/Manifest.gz and b/app-emulation/Manifest.gz differ diff --git a/app-emulation/kompose/Manifest b/app-emulation/kompose/Manifest index d3d199b437e5..10ba99521516 100644 --- a/app-emulation/kompose/Manifest +++ b/app-emulation/kompose/Manifest @@ -1,3 +1,2 @@ DIST kompose-1.10.0.tar.gz 5232838 BLAKE2B 145938e68ede3f956cf0a2c08066ec49257527357c1c032d265b39fc00f4c07da26fcc90f1e8999a755345715332dfb5f6df82f15e817c8460f2c9038ebbc1a5 SHA512 578348c5907344b47bac17b9d6a9d8c4ba5cce9fbe72ad3b65af60dcfb985bd39ee2973308dbfa45d4bd78467fa330621c16624cc7d92287b943ac02d0ae3e45 -DIST kompose-1.8.0.tar.gz 5230179 BLAKE2B 47f2770eb527bb3b40e1734f9e5173ce4de55ef55460f624dcb22374d94d4a4ae650d82db6508dd0e441535c03da8a0f61d7600425e44604b580ecff493ba987 SHA512 4e618f9e9adc65abd2be503dd28b6d7761945a99788e910cc072d04b6088e953152f9354fe168fe7bf22252f698b957e2cc23440d242bed62c4b7415dc513e33 -DIST kompose-1.9.0.tar.gz 5229558 BLAKE2B 41c168dea0311ea4663b4056ec10a0a446f0c714a0d32cb6e75d4cb680335acb31d164d390fbde487856c268fb671a7d2e4238de2a542fd54e64e9c3ce693d41 SHA512 72d575bb79fea88de54740ed7a4809b68781b3473431c2c11213a32b9ff3dc9340ef49ea8009ff6f7f16dce8f36565a91b8c28ab45bc860d53075f42f3fde66b +DIST kompose-1.11.0.tar.gz 5233209 BLAKE2B 335281a1d311a41ef288236bc6796c2f8a70c7dfb7fc131f8baaaa845597f24c3e8200a67fad0d893f8f0da6f21c0eb6fc7fd416634e78cdd0212390ae814f26 SHA512 635297df08a6af107949bd39d3f8fb1a00eb1c1b7584b1f1e451a291df657709fb0998d155d6f4a6c12e3b716a7a8194eac57f654d8ad3f8f8f9b91011398aaa diff --git a/app-emulation/kompose/kompose-1.9.0.ebuild b/app-emulation/kompose/kompose-1.11.0.ebuild similarity index 97% rename from app-emulation/kompose/kompose-1.9.0.ebuild rename to app-emulation/kompose/kompose-1.11.0.ebuild index e1e0a9633e62..7d65e15046a5 100644 --- a/app-emulation/kompose/kompose-1.9.0.ebuild +++ b/app-emulation/kompose/kompose-1.11.0.ebuild @@ -6,7 +6,7 @@ inherit golang-build golang-vcs-snapshot EGO_PN="github.com/kubernetes/kompose" EGIT_COMMIT="v${PV}" -KOMPOSE_COMMIT="093c756" +KOMPOSE_COMMIT="39ad614" ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" diff --git a/app-emulation/kompose/kompose-1.8.0.ebuild b/app-emulation/kompose/kompose-1.8.0.ebuild deleted file mode 100644 index 402f0a13667c..000000000000 --- a/app-emulation/kompose/kompose-1.8.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit golang-build golang-vcs-snapshot - -EGO_PN="github.com/kubernetes/kompose" -EGIT_COMMIT="v${PV}" -KOMPOSE_COMMIT="0c0c027" -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="Tool to move from docker-compose to Kubernetes" -HOMEPAGE="https://github.com/kubernetes/kompose https://kompose.io" -SRC_URI="${ARCHIVE_URI}" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="hardened" - -RESTRICT="test" - -src_compile() { - export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" - GOPATH="${S}" go build -v -ldflags="-X github.com/kubernetes/kompose/cmd.GITCOMMIT=${COMPOSE_KOMMIT}" -o bin/kompose src/${EGO_PN}/main.go || die -} - -src_install() { - dobin bin/* - dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,ROADMAP,CHANGELOG,CONTRIBUTING}.md} -} diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild similarity index 95% rename from app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild rename to app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild index 48d524aa357e..4a7c49b1c148 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit linux-info +inherit autotools linux-info MY_P="${P/_*/}" PATCHSET="${P/*_p/}" @@ -40,7 +40,12 @@ ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is r PATCHES=( "${WORKDIR}"/patches - ) +) + +src_prepare() { + default + eautoreconf +} src_configure() { local opt=() diff --git a/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild b/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild index b6ff8ddbe87f..9a057370c6ba 100644 --- a/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild +++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-5.6.0_p595.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils rpm linux-info DESCRIPTION="XenServer Virtual Machine Tools" -HOMEPAGE="http://www.citrix.com/" +HOMEPAGE="https://www.citrix.com/" PV_BASE=${PV/_*} PV_FULL=${PV/_p/-} SRC_URI="http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm" diff --git a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild index b1b54c8ccde8..c8993996dc9b 100644 --- a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild +++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.1.0_p1033.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils rpm linux-info DESCRIPTION="XenServer Virtual Machine Tools" -HOMEPAGE="http://www.citrix.com/" +HOMEPAGE="https://www.citrix.com/" PV_BASE=${PV/_*} PV_FULL=${PV/_p/-} SRC_URI="http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm" diff --git a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild index 1d5f3d03a174..d3211b5fdcf1 100644 --- a/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild +++ b/app-emulation/xe-guest-utilities/xe-guest-utilities-6.2.0_p1120.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils rpm linux-info DESCRIPTION="XenServer Virtual Machine Tools" -HOMEPAGE="http://www.citrix.com/" +HOMEPAGE="https://www.citrix.com/" PV_BASE=${PV/_*} PV_FULL=${PV/_p/-} SRC_URI="http://updates.vmd.citrix.com/XenServer/${PV_BASE}/rhel4x/SRPMS/xe-guest-utilities-${PV_FULL}.src.rpm" diff --git a/app-eselect/Manifest.gz b/app-eselect/Manifest.gz index 960cd732ea13..8a2691c57e3a 100644 Binary files a/app-eselect/Manifest.gz and b/app-eselect/Manifest.gz differ diff --git a/app-eselect/eselect-repository/eselect-repository-3.ebuild b/app-eselect/eselect-repository/eselect-repository-3.ebuild index ac259369298f..74fd81626a35 100644 --- a/app-eselect/eselect-repository/eselect-repository-3.ebuild +++ b/app-eselect/eselect-repository/eselect-repository-3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mgorny/eselect-repository/archive/v${PV}.tar.gz -> $ LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm ~x86" IUSE="" RDEPEND="${PYTHON_DEPS} diff --git a/app-eselect/eselect-repository/metadata.xml b/app-eselect/eselect-repository/metadata.xml index 05976b9731ae..684b0b02f001 100644 --- a/app-eselect/eselect-repository/metadata.xml +++ b/app-eselect/eselect-repository/metadata.xml @@ -8,4 +8,5 @@ mgorny/eselect-repository + diff --git a/app-i18n/Manifest.gz b/app-i18n/Manifest.gz index 7b170edbc907..37b6ebc88d47 100644 Binary files a/app-i18n/Manifest.gz and b/app-i18n/Manifest.gz differ diff --git a/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild b/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild index b3af5b6c6a20..74dc6719ee3f 100644 --- a/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild +++ b/app-i18n/uchardet/uchardet-0.0.6-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/uchardet/releases/${P}.tar.xz" LICENSE="|| ( MPL-1.1 GPL-2+ LGPL-2.1+ )" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86" IUSE="cpu_flags_x86_sse2 static-libs test" PATCHES=( "${FILESDIR}/${P}-enforce-IEEE-float-precision-r1.patch" ) diff --git a/app-metrics/Manifest.gz b/app-metrics/Manifest.gz new file mode 100644 index 000000000000..98ded2bc9e9c Binary files /dev/null and b/app-metrics/Manifest.gz differ diff --git a/app-admin/bind_exporter/Manifest b/app-metrics/bind_exporter/Manifest similarity index 100% rename from app-admin/bind_exporter/Manifest rename to app-metrics/bind_exporter/Manifest diff --git a/app-admin/bind_exporter/bind_exporter-0.2.0_p20180307.ebuild b/app-metrics/bind_exporter/bind_exporter-0.2.0_p20180307.ebuild similarity index 100% rename from app-admin/bind_exporter/bind_exporter-0.2.0_p20180307.ebuild rename to app-metrics/bind_exporter/bind_exporter-0.2.0_p20180307.ebuild diff --git a/app-admin/bind_exporter/files/bind_exporter.confd b/app-metrics/bind_exporter/files/bind_exporter.confd similarity index 100% rename from app-admin/bind_exporter/files/bind_exporter.confd rename to app-metrics/bind_exporter/files/bind_exporter.confd diff --git a/app-admin/bind_exporter/files/bind_exporter.initd b/app-metrics/bind_exporter/files/bind_exporter.initd similarity index 100% rename from app-admin/bind_exporter/files/bind_exporter.initd rename to app-metrics/bind_exporter/files/bind_exporter.initd diff --git a/app-admin/bind_exporter/metadata.xml b/app-metrics/bind_exporter/metadata.xml similarity index 100% rename from app-admin/bind_exporter/metadata.xml rename to app-metrics/bind_exporter/metadata.xml diff --git a/app-admin/elasticsearch_exporter/Manifest b/app-metrics/elasticsearch_exporter/Manifest similarity index 100% rename from app-admin/elasticsearch_exporter/Manifest rename to app-metrics/elasticsearch_exporter/Manifest diff --git a/app-admin/elasticsearch_exporter/elasticsearch_exporter-1.0.2.ebuild b/app-metrics/elasticsearch_exporter/elasticsearch_exporter-1.0.2.ebuild similarity index 100% rename from app-admin/elasticsearch_exporter/elasticsearch_exporter-1.0.2.ebuild rename to app-metrics/elasticsearch_exporter/elasticsearch_exporter-1.0.2.ebuild diff --git a/app-admin/elasticsearch_exporter/files/elasticsearch_exporter.confd b/app-metrics/elasticsearch_exporter/files/elasticsearch_exporter.confd similarity index 100% rename from app-admin/elasticsearch_exporter/files/elasticsearch_exporter.confd rename to app-metrics/elasticsearch_exporter/files/elasticsearch_exporter.confd diff --git a/app-admin/elasticsearch_exporter/files/elasticsearch_exporter.initd b/app-metrics/elasticsearch_exporter/files/elasticsearch_exporter.initd similarity index 100% rename from app-admin/elasticsearch_exporter/files/elasticsearch_exporter.initd rename to app-metrics/elasticsearch_exporter/files/elasticsearch_exporter.initd diff --git a/app-admin/elasticsearch_exporter/metadata.xml b/app-metrics/elasticsearch_exporter/metadata.xml similarity index 100% rename from app-admin/elasticsearch_exporter/metadata.xml rename to app-metrics/elasticsearch_exporter/metadata.xml diff --git a/app-metrics/metadata.xml b/app-metrics/metadata.xml new file mode 100644 index 000000000000..25becdd97f49 --- /dev/null +++ b/app-metrics/metadata.xml @@ -0,0 +1,8 @@ + + + + + The app-metrics category contains software generating, transforming or consuming application, service and system metrics. + + + diff --git a/app-admin/mongodb_exporter/Manifest b/app-metrics/mongodb_exporter/Manifest similarity index 100% rename from app-admin/mongodb_exporter/Manifest rename to app-metrics/mongodb_exporter/Manifest diff --git a/app-admin/mongodb_exporter/files/mongodb_exporter.confd b/app-metrics/mongodb_exporter/files/mongodb_exporter.confd similarity index 100% rename from app-admin/mongodb_exporter/files/mongodb_exporter.confd rename to app-metrics/mongodb_exporter/files/mongodb_exporter.confd diff --git a/app-admin/mongodb_exporter/files/mongodb_exporter.initd b/app-metrics/mongodb_exporter/files/mongodb_exporter.initd similarity index 100% rename from app-admin/mongodb_exporter/files/mongodb_exporter.initd rename to app-metrics/mongodb_exporter/files/mongodb_exporter.initd diff --git a/app-admin/mongodb_exporter/metadata.xml b/app-metrics/mongodb_exporter/metadata.xml similarity index 100% rename from app-admin/mongodb_exporter/metadata.xml rename to app-metrics/mongodb_exporter/metadata.xml diff --git a/app-admin/mongodb_exporter/mongodb_exporter-0.4.0.ebuild b/app-metrics/mongodb_exporter/mongodb_exporter-0.4.0.ebuild similarity index 100% rename from app-admin/mongodb_exporter/mongodb_exporter-0.4.0.ebuild rename to app-metrics/mongodb_exporter/mongodb_exporter-0.4.0.ebuild diff --git a/app-admin/nginx-vts-exporter/Manifest b/app-metrics/nginx-vts-exporter/Manifest similarity index 100% rename from app-admin/nginx-vts-exporter/Manifest rename to app-metrics/nginx-vts-exporter/Manifest diff --git a/app-admin/nginx-vts-exporter/files/nginx-vts-exporter.confd b/app-metrics/nginx-vts-exporter/files/nginx-vts-exporter.confd similarity index 100% rename from app-admin/nginx-vts-exporter/files/nginx-vts-exporter.confd rename to app-metrics/nginx-vts-exporter/files/nginx-vts-exporter.confd diff --git a/app-admin/nginx-vts-exporter/files/nginx-vts-exporter.initd b/app-metrics/nginx-vts-exporter/files/nginx-vts-exporter.initd similarity index 100% rename from app-admin/nginx-vts-exporter/files/nginx-vts-exporter.initd rename to app-metrics/nginx-vts-exporter/files/nginx-vts-exporter.initd diff --git a/app-admin/nginx-vts-exporter/metadata.xml b/app-metrics/nginx-vts-exporter/metadata.xml similarity index 100% rename from app-admin/nginx-vts-exporter/metadata.xml rename to app-metrics/nginx-vts-exporter/metadata.xml diff --git a/app-admin/nginx-vts-exporter/nginx-vts-exporter-0.10.0.ebuild b/app-metrics/nginx-vts-exporter/nginx-vts-exporter-0.10.0.ebuild similarity index 100% rename from app-admin/nginx-vts-exporter/nginx-vts-exporter-0.10.0.ebuild rename to app-metrics/nginx-vts-exporter/nginx-vts-exporter-0.10.0.ebuild diff --git a/app-metrics/prometheus-mysqld_exporter/Manifest b/app-metrics/prometheus-mysqld_exporter/Manifest new file mode 100644 index 000000000000..fe49b6e44fd9 --- /dev/null +++ b/app-metrics/prometheus-mysqld_exporter/Manifest @@ -0,0 +1 @@ +DIST prometheus-mysqld_exporter-0.10.0.tar.gz 971604 BLAKE2B ec077b7b6a15f6173e5cc04e741c51c4d26a214601da8eb1aede49ee325f52bea2140b8e5b3bdbc2a1e527e40c95099dca2a57501d44a26e787cdc330f4aa8b8 SHA512 0a7b0ff537ad59a9b64aa18dfe1d1eb9253b12ae566d5c151555fbd4457b7e65890b6569632b452ae317b3acbfa94c12d96f6fb6e4f982b9b2161fc4747330f5 diff --git a/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd new file mode 100644 index 000000000000..811a48f31af9 --- /dev/null +++ b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.confd @@ -0,0 +1,26 @@ +# /etc/conf.d/prometheus-mysqld_exporter + +# PID file +#EXPORTER_PIDFILE="/run/${RC_SVCNAME}.pid" + +# The termination timeout (start-stop-daemon parameter "retry") ensures +# that the service will be terminated within a given time (60 + 5 seconds +# per default) when you are stopping the service. +#EXPORTER_TERMTIMEOUT="TERM/60/KILL/5" + +# User to run exporter as +#EXPORTER_USER="prometheus-mysqld_exporter" + +# User group to run exporter as +#EXPORTER_GROUP="prometheus-mysqld_exporter" + +# You can use this configuration option to pass additional options to the +# start-stop-daemon, see start-stop-daemon(8) for more details. +# Per default we wait 1000ms after we have started the service to ensure +# that the daemon is really up and running. +#EXPORTER_SSDARGS="--wait 1000" + +# Exporter flags +# See `prometheus-mysqld-exporter --help` for more details +EXPORTER_FLAGS="-log.level=info" +#EXPORTER_FLAGS="${EXPORTER_FLAGS} -yourAdditionalFlag" diff --git a/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.initd b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.initd new file mode 100644 index 000000000000..10a7ac1f1ab3 --- /dev/null +++ b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.initd @@ -0,0 +1,68 @@ +#!/sbin/openrc-run +# Copyright 2016-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +description="Prometheus exporter for MySQL server metrics" + +EXPORTER_FLAGS=${EXPORTER_FLAGS:-""} +EXPORTER_USER=${EXPORTER_USER:-"prometheus-mysqld_exporter"} +EXPORTER_GROUP=${EXPORTER_GROUP:-prometheus-mysqld_exporter} +EXPORTER_PIDFILE=${EXPORTER_PIDFILE:-"/run/${RC_SVCNAME}.pid"} +EXPORTER_SSDARGS=${EXPORTER_SSDARGS:-"--wait 1000"} +EXPORTER_TERMTIMEOUT=${EXPORTER_TERMTIMEOUT:-"TERM/60/KILL/5"} + +command="/usr/bin/mysqld_exporter" +command_args="${EXPORTER_FLAGS}" +command_background="true" +start_stop_daemon_args="${EXPORTER_SSDARGS}" +start_stop_daemon_args="${start_stop_daemon_args} --user ${EXPORTER_USER}" +start_stop_daemon_args="${start_stop_daemon_args} --group ${EXPORTER_GROUP}" + +# We are forcing log files because upstream is going to remove syslog support :/ +start_stop_daemon_args="${start_stop_daemon_args} --stdout /var/log/mysqld_exporter/${RC_SVCNAME}.log" +start_stop_daemon_args="${start_stop_daemon_args} --stderr /var/log/mysqld_exporter/${RC_SVCNAME}.log" + +getconfig() { + local key="$1" + local value_default="$2" + local value= + + if service_started; then + value="$(service_get_value "${key}")" + fi + + if [ -z "${value}" ]; then + # Value not explicitly set + echo "${value_default}" + else + echo "${value}" + fi + + return 0 +} + +pidfile="$(getconfig pidfile ${EXPORTER_PIDFILE})" +retry="$(getconfig retry ${EXPORTER_TERMTIMEOUT})" + +configtest() { + if test "${command_args#*config\.my-cnf}" = "${command_args}"; then + local _default_config_file="/var/lib/mysqld_exporter/.my.cnf" + if [ ! -s "${_default_config_file}" ]; then + eerror "No MySQL credentials found in \"${_default_config_file}\"!" + eerror "Either create that file and add credentials or specify another file via \"-config.my-cnf\" flag." + return 1 + fi + fi + + return 0 +} + +depend() { + after net +} + +start_pre() { + if [ "${RC_CMD}" != "restart" ]; then + configtest || return 1 + fi +} diff --git a/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.logrotate b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.logrotate new file mode 100644 index 000000000000..ec360d7ab4cd --- /dev/null +++ b/app-metrics/prometheus-mysqld_exporter/files/prometheus-mysqld_exporter.logrotate @@ -0,0 +1,5 @@ +/var/log/mysqld_exporter/*.log { + missingok + notifempty + size 30k +} diff --git a/app-metrics/prometheus-mysqld_exporter/metadata.xml b/app-metrics/prometheus-mysqld_exporter/metadata.xml new file mode 100644 index 000000000000..adebc721a7e3 --- /dev/null +++ b/app-metrics/prometheus-mysqld_exporter/metadata.xml @@ -0,0 +1,11 @@ + + + + + whissi@gentoo.org + Thomas Deutschmann + + + prometheus/mysqld_exporter + + diff --git a/app-metrics/prometheus-mysqld_exporter/prometheus-mysqld_exporter-0.10.0.ebuild b/app-metrics/prometheus-mysqld_exporter/prometheus-mysqld_exporter-0.10.0.ebuild new file mode 100644 index 000000000000..c7e66857e6ad --- /dev/null +++ b/app-metrics/prometheus-mysqld_exporter/prometheus-mysqld_exporter-0.10.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +inherit user golang-build golang-vcs-snapshot + +EGO_PN="github.com/prometheus/mysqld_exporter" +EGIT_COMMIT="v${PV/_rc/-rc.}" +MYSQLD_EXPORTER_COMMIT="8068006" +ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Prometheus exporter for MySQL server metrics" +HOMEPAGE="https://github.com/prometheus/mysqld_exporter" +SRC_URI="${ARCHIVE_URI}" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +DEPEND="dev-util/promu" + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 /var/lib/mysqld_exporter ${PN} +} + +src_prepare() { + default + sed -i -e "s/{{.Revision}}/${MYSQLD_EXPORTER_COMMIT}/" src/${EGO_PN}/.promu.yml || die +} + +src_compile() { + pushd src/${EGO_PN} || die + mkdir -p bin || die + GOPATH="${S}" promu build -v --prefix mysqld_exporter || die + popd || die +} + +src_install() { + pushd src/${EGO_PN} || die + dobin mysqld_exporter/mysqld_exporter + dodoc {README,CHANGELOG,CONTRIBUTING}.md + popd || die + + keepdir /var/lib/mysqld_exporter /var/log/mysqld_exporter + fowners ${PN}:${PN} /var/lib/mysqld_exporter /var/log/mysqld_exporter + fperms 0770 /var/lib/mysqld_exporter + + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + + insinto /etc/logrotate.d/ + newins "${FILESDIR}"/${PN}.logrotate ${PN} +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + # This is a new installation + elog "Create \"${EROOT%/}/var/lib/mysqld_exporter/.my.cnf\" to read MySQL credentials from file." + fi +} diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index 3f7eb01324b6..66361fc01234 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/dtach/dtach-0.9.ebuild b/app-misc/dtach/dtach-0.9.ebuild index 4a89386b4e9c..9e4f81999c93 100644 --- a/app-misc/dtach/dtach-0.9.ebuild +++ b/app-misc/dtach/dtach-0.9.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd" IUSE="" src_install() { diff --git a/app-misc/geneweb/Manifest b/app-misc/geneweb/Manifest index 5e15f834958f..ce02b368b59e 100644 --- a/app-misc/geneweb/Manifest +++ b/app-misc/geneweb/Manifest @@ -1,4 +1,2 @@ -DIST geneweb-6.07-reduce-utf8.ml.patch.gz 185409 BLAKE2B 38cebdd34860cb92e9b7320c8b0fba4631c2ab6d6f30d7649f6eabc345cc4604426c37baa94fe614988facd97fed7b2e07360175fec6ce0b86b5ff79d4874750 SHA512 d6b71fc6d3a1488f6e96e65ab0c942c08b9e0307b2d06c9bb97fde0c2e35af2fb4b52011024e67550e608603eacfaf5ee312c99c9228edfedc2dbe82745de227 DIST geneweb-6.08-ocaml-4.patch.gz 22259 BLAKE2B c3471b44bae06db04f51f4fbfacaf5d93388f79673686d0fdd988df482f836bd49f853c5acb3b94c39f890b7d9bd8d118b4042100c466a06a2e57227da9eee3b SHA512 333a9ca899bf454e1c534f6c890b5cbe842821573b39e9d0e432cfbdf30dbe3a495a5ecb5a9b4a00882ee51bbb3ec1ca4b417e34050a7f84e434d0424c126def DIST geneweb-6.08.tar.gz 1791450 BLAKE2B 35fcd0a4087892b992b87dd4fb54b458be0e300042a237458fdeea9a4a9b8649f93261d896d6b7ad19b681b95b343013d99d99027d86b1796f74cab916178d32 SHA512 7f1d552342e8a5b05961be75c1afb768853f22cc7eb4477fa63d6a3af29ea852862ce043ae89cd1589ede20fe561ad7d77ab757cc1ecb26ce1473f0e3621b835 -DIST gw-6.07-src.tgz 1855016 BLAKE2B 9ba23961607b399a1d731e163605744f79136af40a51a61cd80f2af04a3c3d388fdc3444c33c740e0c6b4137df0cbfd6145759c50c7c8a7d04b472a5d4505a17 SHA512 719884af80809b25946175731ae20b280e13f6e18471903d2222928c11838a2a92a43f03dd8152b7b01dfcaf45fbd942035f4b54f049899ea134cd161cfc971d diff --git a/app-misc/geneweb/files/geneweb-6.07-gentoo.patch b/app-misc/geneweb/files/geneweb-6.07-gentoo.patch deleted file mode 100644 index a7cdff7a44c5..000000000000 --- a/app-misc/geneweb/files/geneweb-6.07-gentoo.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- setup/setup.ml.old 2007-08-07 19:25:13.000000000 +0200 -+++ setup/setup.ml 2007-08-07 19:24:59.000000000 +0200 -@@ -5,8 +5,8 @@ - - value port = ref 2316; - value default_lang = ref "en"; --value setup_dir = ref "."; --value bin_dir = ref ""; -+value setup_dir = ref "/usr/share/geneweb"; -+value bin_dir = ref "/usr/bin"; - value lang_param = ref ""; - value only_file = ref ""; - ---- tools/Makefile.inc.unix.old 2008-04-23 15:22:50.000000000 +0200 -+++ tools/Makefile.inc.unix 2008-04-23 15:23:04.000000000 +0200 -@@ -5,11 +5,11 @@ - CAMLP5F=-DUNIX - CAMLP5D=+camlp5 - LIBUNIX=-cclib -lunix --OCAMLC=ocamlc.opt -warn-error A --OCAMLOPT=ocamlopt.opt -warn-error A -+OCAMLC=ocamlc.opt -+OCAMLOPT=ocamlopt.opt - OCAMLI= - OCAMLD= --STRIP=strip -+STRIP=true - RM=/bin/rm -f - EXE= - STATIC=-ccopt -static diff --git a/app-misc/geneweb/files/geneweb-6.07-parallellbuild.patch b/app-misc/geneweb/files/geneweb-6.07-parallellbuild.patch deleted file mode 100644 index cb1a5b0125e9..000000000000 --- a/app-misc/geneweb/files/geneweb-6.07-parallellbuild.patch +++ /dev/null @@ -1,68 +0,0 @@ ---- wserver/Makefile.old 2011-03-11 13:47:04.000000000 +0100 -+++ wserver/Makefile 2011-03-11 13:47:20.000000000 +0100 -@@ -4,8 +4,10 @@ - - OBJS=wserver.cmo - --all:: pa_macro5.cmo $(OBJS) -+all:: pa_macro5.cmo -+ $(MAKE) $(OBJS) --opt:: pa_macro5.cmo $(OBJS:.cmo=.cmx) -+opt:: pa_macro5.cmo -+ $(MAKE) $(OBJS:.cmo=.cmx) - - pa_macro5.cmo: pa_macro5.ml - camlp5r pa_extend.cmo q_MLast.cmo -o pa_macro5.ppo pa_macro5.ml ---- src/Makefile.old 2013-04-18 21:29:52.727049806 +0200 -+++ src/Makefile 2013-04-18 21:30:58.838414496 +0200 -@@ -153,6 +153,8 @@ - ) | \ - sort | uniq | grep -v '^$$' > i18n - -+config.cmi: gwdb.cmi -+ - always: - - depend: ---- src/.depend.old 2014-07-17 09:18:26.882149121 +0200 -+++ src/.depend 2014-07-17 09:19:07.981770328 +0200 -@@ -162,7 +162,7 @@ - mutil.cmx notesLinks.cmx progrBar.cmx secure.cmx select.cmx - history.cmo: adef.cmi buff.cmo config.cmi date.cmi def.cmi gutil.cmi \ - gwdb.cmi hutil.cmi mutil.cmi secure.cmi templ.cmi templAst.cmi util.cmi \ -- history_diff.cmi ../wserver/wserver.cmi history.cmi -+ history_diff.cmo ../wserver/wserver.cmi history.cmi - history.cmx: adef.cmx buff.cmx config.cmi date.cmx def.cmi gutil.cmx \ - gwdb.cmx hutil.cmx mutil.cmx secure.cmx templ.cmx templAst.cmi util.cmx \ - history_diff.cmx ../wserver/wserver.cmx history.cmi ---- ged2gwb/.depend.old 2014-07-17 09:23:02.119612299 +0200 -+++ ged2gwb/.depend 2014-07-17 09:23:53.987134380 +0200 -@@ -1,7 +1,7 @@ - ged2gwb2.cmo: ../src/adef.cmi ../src/ansel.cmo ../src/argl.cmo \ - ../src/buff.cmo ../src/calendar.cmi ../src/db2link.cmi ../src/def.cmi \ - ../src/futil.cmi ../src/gwcomp.cmi ../src/lock.cmi ../src/mutil.cmi \ -- ../src/name.cmi ../src/secure.cmi ./utf8.cmi -+ ../src/name.cmi ../src/secure.cmi ./utf8.cmo - ged2gwb2.cmx: ../src/adef.cmx ../src/ansel.cmx ../src/argl.cmx \ - ../src/buff.cmx ../src/calendar.cmx ../src/db2link.cmx ../src/def.cmi \ - ../src/futil.cmx ../src/gwcomp.cmx ../src/lock.cmx ../src/mutil.cmx \ -@@ -10,7 +10,7 @@ - ../src/buff.cmo ../src/calendar.cmi ../src/check.cmi \ - ../src/checkItem.cmi ../src/dbdisk.cmi ../src/def.cmi ../src/gwdb.cmi \ - ../src/lock.cmi ../src/mutil.cmi ../src/name.cmi ../src/outbase.cmi \ -- ../src/secure.cmi ./utf8.cmi -+ ../src/secure.cmi ./utf8.cmo - ged2gwb.cmx: ../src/adef.cmx ../src/ansel.cmx ../src/argl.cmx \ - ../src/buff.cmx ../src/calendar.cmx ../src/check.cmx \ - ../src/checkItem.cmx ../src/dbdisk.cmi ../src/def.cmi ../src/gwdb.cmx \ ---- Makefile.old 2014-10-30 08:36:50.308668062 +0100 -+++ Makefile 2014-10-30 08:37:13.204451602 +0100 -@@ -65,7 +65,7 @@ - - distrib: new_distrib wrappers - --wrappers: -+wrappers: new_distrib - if test "$(CAMLP5F)" = "-DWIN95"; then \ - echo -ne 'setlocal enableextensions\r\n' > $(DESTDIR)/gwd.bat; \ - echo -ne 'md bases\r\n' >> $(DESTDIR)/gwd.bat; \ diff --git a/app-misc/geneweb/geneweb-6.07.ebuild b/app-misc/geneweb/geneweb-6.07.ebuild deleted file mode 100644 index 77ac63d3ce37..000000000000 --- a/app-misc/geneweb/geneweb-6.07.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils user - -MY_PN=gw -MY_PV=${PV/./-} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Genealogy software program with a Web interface" -HOMEPAGE="http://opensource.geneanet.org/projects/geneweb" -SRC_URI="http://opensource.geneanet.org/attachments/download/240/${MY_P}-src.tgz - mirror://gentoo/${P}-reduce-utf8.ml.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+ocamlopt" - -RDEPEND="dev-lang/ocaml[ocamlopt?] - dev-ml/camlp5[ocamlopt?]" -DEPEND="${RDEPEND} - !net-p2p/ghostwhitecrab" - -S=${WORKDIR}/gw-${PV}-src - -src_prepare() { - esvn_clean - epatch "${FILESDIR}"/${P}-gentoo.patch \ - "${FILESDIR}"/${P}-parallellbuild.patch \ - ../${P}-reduce-utf8.ml.patch -} - -src_compile() { - if use ocamlopt; then - emake - else - emake OCAMLC=ocamlc OCAMLOPT=ocamlopt out - # If using bytecode we dont want to strip the binary as it would remove - # the bytecode and only leave ocamlrun... - export STRIP_MASK="*/bin/*" - fi -} - -src_install() { - dodoc ICHANGES - emake distrib - # Install doc - cd distribution - dodoc CHANGES.txt - # Install binaries - cd gw - dobin gwc gwc1 gwc2 consang gwd gwu update_nldb ged2gwb ged2gwb2 gwb2ged gwsetup - insinto /usr/lib/${PN} - doins -r gwtp_tmp/* - dodoc a.gwf - insinto /usr/share/${PN} - doins -r etc images lang setup gwd.arg only.txt - - cd ../.. - - # Install binaries - dobin src/check_base - # Install manpages - doman man/* - - # Install doc - insinto /usr/share/doc/${PF}/contrib - doins -r contrib/{gwdiff,misc} - - newinitd "${FILESDIR}/geneweb.initd" geneweb - newconfd "${FILESDIR}/geneweb.confd" geneweb -} - -pkg_postinst() { - enewuser geneweb "" "/bin/bash" /var/lib/geneweb - einfo "A CGI program has been installed in /usr/lib/${PN}. Follow the" - einfo "instructions on the README in that directory to use it" - einfo "For 64 bits architecture you need to rebuild the database" - einfo "\"gwu foo > foo.gw \" will save the database (use the previous" - einfo "version to do that). \"gwc2 foo.gw -o bar \" will restore it " - einfo "(usiing the current package)" -} diff --git a/app-misc/geneweb/geneweb-6.08-r1.ebuild b/app-misc/geneweb/geneweb-6.08-r1.ebuild index fd05d1690573..7c3a88555903 100644 --- a/app-misc/geneweb/geneweb-6.08-r1.ebuild +++ b/app-misc/geneweb/geneweb-6.08-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,8 +11,9 @@ SRC_URI="https://github.com/geneweb/geneweb/archive/v6.08.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+ocamlopt" +RESTRICT="strip" RDEPEND="dev-lang/ocaml[ocamlopt?] dev-ml/camlp5[ocamlopt?]" @@ -31,7 +32,6 @@ src_compile() { emake OCAMLC=ocamlc OCAMLOPT=ocamlopt out # If using bytecode we dont want to strip the binary as it would remove # the bytecode and only leave ocamlrun... - export STRIP_MASK="*/bin/*" fi } diff --git a/app-misc/mc/mc-4.8.20-r2.ebuild b/app-misc/mc/mc-4.8.20-r2.ebuild index 5b6a3787b528..9b920e68246d 100644 --- a/app-misc/mc/mc-4.8.20-r2.ebuild +++ b/app-misc/mc/mc-4.8.20-r2.ebuild @@ -67,7 +67,7 @@ src_configure() { --enable-charset --enable-vfs --with-homedir=$(usex xdg 'XDG' '.mc') - --with-screen=$(usex slang 'slang' "ncurses$(usex unicode 'w')") + --with-screen=$(usex slang 'slang' "ncurses$(usex unicode 'w' '')") $(use_enable kernel_linux vfs-undelfs) $(use_enable mclib) $(use_enable nls) diff --git a/app-portage/Manifest.gz b/app-portage/Manifest.gz index 6b80d68e3915..b4826dbc7c2b 100644 Binary files a/app-portage/Manifest.gz and b/app-portage/Manifest.gz differ diff --git a/app-portage/eclass-manpages/Manifest b/app-portage/eclass-manpages/Manifest index 74b912bd2fac..c30cd3580b17 100644 --- a/app-portage/eclass-manpages/Manifest +++ b/app-portage/eclass-manpages/Manifest @@ -1,2 +1 @@ -DIST eclass-manpages-20180119.tar.xz 459484 BLAKE2B 99464007c42b3d9ccc98e991b9872f32450927e6fbf46aa85023c86689e0db5bc5e87788bc69a7306846f55341045acf81ff409768dcce9af2695699d93873df SHA512 dd5c05eb195fe1d895b397b4a165169abf68c6f3abadb40720ac3a8134e55efb2f623e2b5892e88a128c456ca36321863571a1929b76204b432c5dc710094c0e DIST eclass-manpages-20180302.tar.xz 454568 BLAKE2B 2d09a44e33efe0a302d4bdfaa3189e6ca0d373c84518e58bfb62824c00f83e865660c42cb0df597902d253241d9cbdac468add16ad19f94edd925460701c9f4f SHA512 17878001c9d70c69b9260541ac87cf642da0f0c5adbb77b3df2f614331e29af6af90b64950c9d95a2bc76d4b24180b46575d02a602956b721e3b03b93ee251e0 diff --git a/app-portage/eclass-manpages/eclass-manpages-20180119.ebuild b/app-portage/eclass-manpages/eclass-manpages-20180119.ebuild deleted file mode 100644 index ba2852161332..000000000000 --- a/app-portage/eclass-manpages/eclass-manpages-20180119.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -DESCRIPTION="Collection of Gentoo eclass manpages" -HOMEPAGE="https://www.gentoo.org/" -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -# Keep the keywords stabled. No need to change to ~arch. -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" - -DEPEND="app-arch/xz-utils" - -# How to create a snapshot and upload it to your dev-space: -# -# mkdir eclass-manpages-$(date +%Y%m%d) -# cp "$(portageq get_repo_path / gentoo)"/eclass/*.eclass eclass-manpages-$(date +%Y%m%d)/ -# tar -cf eclass-manpages-$(date +%Y%m%d).tar eclass-manpages-$(date +%Y%m%d) -# xz -e eclass-manpages-$(date +%Y%m%d).tar -# scp eclass-manpages-$(date +%Y%m%d).tar.xz dev.gentoo.org:public_html/distfiles/ -# -# Then copy the ebuild and update your name in SRC_URI ;-). - -src_compile() { - env ECLASSDIR="${S}" bash "${FILESDIR}"/eclass-to-manpage.sh || die -} - -src_install() { - doman *.5 -} diff --git a/app-portage/gemato/Manifest b/app-portage/gemato/Manifest index d57a033c45d5..c0f7d092d720 100644 --- a/app-portage/gemato/Manifest +++ b/app-portage/gemato/Manifest @@ -1,3 +1 @@ -DIST gemato-11.2.tar.gz 66260 BLAKE2B 94b7f4a6718314e767676589b10addb05d52133e7e860b257cb558f31ffea27c88bc06bfd2fed7268bfd34179aaee77a9a6e7ffd3bd3fc4e43987e719d809f1e SHA512 61c5a8dccbb99c5ff7880a4e3d26a3f468a70e9622b7aebf53d312cc7105ec7c9abb04d00acdfa9cac29c4779b267abc35074272b7c921f8221d18383b0d445c -DIST gemato-12.0.tar.gz 66625 BLAKE2B 736593356edb10c3e46f70dc12c91712d263f6814e6b786fd63219f05d55eda8f305309d24b7043d969aad5e394b590c3e054f2e91a4d9cc539fdc809e13e1ff SHA512 a7a31e55574e15754ed8cce65a9bbd41fe16f71a641ebc2e5054c8dfacc10c21f22b580edbe3cc001253b4ab7276d02b6dfe81b30e68e009bd24d22b2dd100ed DIST gemato-12.1.tar.gz 66807 BLAKE2B 7a6155f337d382bdea7fb4f0bbcb0982e8d4237502dfa7fd8006754bc15e2bfe1f58f133f8cc24ee39eaf947e0770f9ff0672769daa0f03d790ef88958877417 SHA512 7d6287b335121d38859e43ce0818ebb86c51105ed836594f0540fda5ff683a6e58ce09b7dad9cea0667e6379cca6902225b095a3d0922a12cd8c62a36b11386c diff --git a/app-portage/gemato/gemato-11.2.ebuild b/app-portage/gemato/gemato-11.2.ebuild deleted file mode 100644 index ed441c24063e..000000000000 --- a/app-portage/gemato/gemato-11.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# pyblake2 & pysha3 are broken with pypy3 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) -PYTHON_REQ_USE='threads(+)' -inherit distutils-r1 - -DESCRIPTION="Stand-alone Manifest generation & verification tool" -HOMEPAGE="https://github.com/mgorny/gemato" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-fbsd" -IUSE="+blake2 bzip2 +gpg lzma sha3 test" - -MODULE_RDEPEND=" - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) ) - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) ) - gpg? ( app-crypt/gnupg ) - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) ) - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )" - -RDEPEND="${MODULE_RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${MODULE_RDEPEND} )" - -python_test() { - esetup.py test -} diff --git a/app-portage/gemato/gemato-12.0.ebuild b/app-portage/gemato/gemato-12.0.ebuild deleted file mode 100644 index 41600021c7a3..000000000000 --- a/app-portage/gemato/gemato-12.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# pyblake2 & pysha3 are broken with pypy3 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) -PYTHON_REQ_USE='threads(+)' -inherit distutils-r1 - -DESCRIPTION="Stand-alone Manifest generation & verification tool" -HOMEPAGE="https://github.com/mgorny/gemato" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-fbsd" -IUSE="+blake2 bzip2 +gpg lzma sha3 test" - -MODULE_RDEPEND=" - blake2? ( $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) ) - bzip2? ( $(python_gen_cond_dep 'dev-python/bz2file[${PYTHON_USEDEP}]' python2_7 pypy) ) - gpg? ( app-crypt/gnupg ) - lzma? ( $(python_gen_cond_dep 'dev-python/backports-lzma[${PYTHON_USEDEP}]' python2_7 pypy) ) - sha3? ( $(python_gen_cond_dep 'dev-python/pysha3[${PYTHON_USEDEP}]' python{2_7,3_4,3_5} pypy{,3}) )" - -RDEPEND="${MODULE_RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( ${MODULE_RDEPEND} )" - -python_test() { - esetup.py test -} diff --git a/app-portage/smart-live-rebuild/Manifest b/app-portage/smart-live-rebuild/Manifest index d288a32b338c..8adebff45125 100644 --- a/app-portage/smart-live-rebuild/Manifest +++ b/app-portage/smart-live-rebuild/Manifest @@ -1,2 +1 @@ -DIST smart-live-rebuild-1.3.4.1.tar.bz2 15980 BLAKE2B 3dad5930cae1ffaf4f62acc8364e1aa6793c46e0bb16d19b1c41e23c7d777a7d8dfd68706b7d1f93c2301def659a5cd27256d5abfa0ddeca5c6430b9dd04c3cb SHA512 65b864532e662d0fa032962673c2c2d6c1e21c557c82e295591086aea22de90ca9fed0e90bb0da0f6926ab19176a04ab41ee80c88dd8c5c05c3751c30ca39a92 DIST smart-live-rebuild-1.3.5.tar.bz2 16004 BLAKE2B fa1fcb13c739ef15b343de3460b029a311a4c08be3ec44ff5c0c89fef4d07fde7fa5558444b25ce234d64b03465b4a401593600f3fec5cbbfba76bdc76fcca34 SHA512 46933334c8c46a056c837e60a5d8aed30a35b1ddd20d7c0f03e813f6cac11cc2dc9469674b1e9c23d94c9ebc474e5eacc7aa0e8f82492554a7f49b438ed740d2 diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild deleted file mode 100644 index d6076ad37afd..000000000000 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.4.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Check live packages for updates and emerge them as necessary" -HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/" -SRC_URI="https://github.com/mgorny/smart-live-rebuild/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm ~mips x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} - -python_install_all() { - distutils-r1_python_install_all - - insinto /etc/portage - newins smart-live-rebuild.conf{.example,} - insinto /usr/share/portage/config/sets - newins sets.conf.example ${PN}.conf -} diff --git a/app-shells/Manifest.gz b/app-shells/Manifest.gz index 0ad69335f028..a988b19a5bbf 100644 Binary files a/app-shells/Manifest.gz and b/app-shells/Manifest.gz differ diff --git a/app-shells/bash-completion/bash-completion-2.7-r2.ebuild b/app-shells/bash-completion/bash-completion-2.7-r2.ebuild deleted file mode 100644 index 7dc8c87f2ac9..000000000000 --- a/app-shells/bash-completion/bash-completion-2.7-r2.ebuild +++ /dev/null @@ -1,127 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -BASHCOMP_P=bashcomp-2.0.2 -inherit versionator - -DESCRIPTION="Programmable Completion for bash" -HOMEPAGE="https://github.com/scop/bash-completion" -SRC_URI="https://github.com/scop/bash-completion/releases/download/${PV}/${P}.tar.xz - https://bitbucket.org/mgorny/bashcomp2/downloads/${BASHCOMP_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris" -IUSE="test" -# Multiple test failures, need to investigate the exact problem -RESTRICT="test" - -# completion collision with net-fs/mc -RDEPEND=">=app-shells/bash-4.3_p30-r1 - sys-apps/miscfiles - !app-eselect/eselect-bashcomp - !!net-fs/mc" -DEPEND="app-arch/xz-utils - test? ( - ${RDEPEND} - app-misc/dtach - dev-util/dejagnu - dev-tcltk/tcllib - )" -PDEPEND=">=app-shells/gentoo-bashcomp-20140911" - -# Remove unwanted completions. -STRIP_COMPLETIONS=( - # Slackware package stuff, quite generic names cause collisions - # (e.g. with sys-apps/pacman) - explodepkg installpkg makepkg pkgtool removepkg upgradepkg - - # Debian/Red Hat network stuff - ifdown ifup ifstatus - - # Installed in app-editors/vim-core - xxd - - # Now-dead symlinks to deprecated completions - hd ncal - - # Installed by sys-apps/util-linux-2.28 - mount umount mount.linux umount.linux - - # Installed by sys-apps/util-linux-2.31 - rfkill -) - -src_prepare() { - eapply "${WORKDIR}/${BASHCOMP_P}/${PN}"-2.1_p*.patch - # Bug 543100, update bug 601194 - eapply "${FILESDIR}/${PN}-2.1-escape-characters-r1.patch" - eapply_user -} - -src_test() { - # Tests need an interactive shell, #477066 - # idea stolen from: - # http://pkgs.fedoraproject.org/cgit/rpms/bash-completion.git/tree/bash-completion.spec - - # real-time output of the log ;-) - touch "${T}/dtach-test.log" || die - tail -f "${T}/dtach-test.log" & - local tail_pid=${!} - - nonfatal dtach -N "${T}/dtach.sock" \ - bash -c 'emake check &> "${T}"/dtach-test.log; echo ${?} > "${T}"/dtach-test.out' - - kill "${tail_pid}" - [[ -f ${T}/dtach-test.out ]] || die "Unable to run tests" - [[ $(<"${T}"/dtach-test.out) == 0 ]] || die "Tests failed" -} - -src_install() { - # work-around race conditions, bug #526996 - mkdir -p "${ED}"/usr/share/bash-completion/{completions,helpers} || die - - emake DESTDIR="${D}" profiledir="${EPREFIX}"/etc/bash/bashrc.d install - - local file - for file in "${STRIP_COMPLETIONS[@]}"; do - rm "${ED}"/usr/share/bash-completion/completions/${file} || die - done - # remove deprecated completions (moved to other packages) - rm "${ED}"/usr/share/bash-completion/completions/_* || die - - dodoc AUTHORS CHANGES CONTRIBUTING.md README.md - - # install the eselect module - insinto /usr/share/eselect/modules - doins "${WORKDIR}/${BASHCOMP_P}/bashcomp.eselect" - doman "${WORKDIR}/${BASHCOMP_P}/bashcomp.eselect.5" -} - -pkg_postinst() { - local v - for v in ${REPLACING_VERSIONS}; do - if ! version_is_at_least 2.1-r90 ${v}; then - ewarn "For bash-completion autoloader to work, all completions need to" - ewarn "be installed in /usr/share/bash-completion/completions. You may" - ewarn "need to rebuild packages that installed completions in the old" - ewarn "location. You can do this using:" - ewarn - ewarn "$ find ${EPREFIX}/usr/share/bash-completion -maxdepth 1 -type f '!' -name 'bash_completion' -exec emerge -1v {} +" - ewarn - ewarn "After the rebuild, you should remove the old setup symlinks:" - ewarn - ewarn "$ find ${EPREFIX}/etc/bash_completion.d -type l -delete" - fi - done - - if has_version 'app-shells/zsh'; then - elog - elog "If you are interested in using the provided bash completion functions with" - elog "zsh, valuable tips on the effective use of bashcompinit are available:" - elog " http://www.zsh.org/mla/workers/2003/msg00046.html" - elog - fi -} diff --git a/app-shells/bash-completion/metadata.xml b/app-shells/bash-completion/metadata.xml index b55bf3f4971d..2bb3ef236242 100644 --- a/app-shells/bash-completion/metadata.xml +++ b/app-shells/bash-completion/metadata.xml @@ -21,6 +21,7 @@ most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis. + mgorny/bashcomp2 scop/bash-completion diff --git a/app-shells/fish/metadata.xml b/app-shells/fish/metadata.xml index f4443c79761f..63e32b90e712 100644 --- a/app-shells/fish/metadata.xml +++ b/app-shells/fish/metadata.xml @@ -9,4 +9,12 @@ polynomial-c@gentoo.org Lars Wendler + + Smart and user-friendly command line shell for macOS, Linux, and the rest of the family. + It includes features like syntax highlighting, autosuggest-as-you-type, + and fancy tab completions that just work, with no configuration required. + + + fish-shell/fish-shell + diff --git a/app-shells/mpv-bash-completion/metadata.xml b/app-shells/mpv-bash-completion/metadata.xml index 9c81b8770e4c..1d75e0fd49a8 100644 --- a/app-shells/mpv-bash-completion/metadata.xml +++ b/app-shells/mpv-bash-completion/metadata.xml @@ -9,9 +9,6 @@ proxy-maint@gentoo.org Proxy Maintainers - - Use dev-lang/luajit instead of dev-lang/lua - https://github.com/2ion/mpv-bash-completion/releases 2ion/mpv-bash-completion diff --git a/app-text/Manifest.gz b/app-text/Manifest.gz index cd9230772daa..61911e8249ca 100644 Binary files a/app-text/Manifest.gz and b/app-text/Manifest.gz differ diff --git a/app-text/convmv/Manifest b/app-text/convmv/Manifest index 65eb03fb0a81..2b209844456d 100644 --- a/app-text/convmv/Manifest +++ b/app-text/convmv/Manifest @@ -1,3 +1,2 @@ -DIST convmv-2.01.tar.gz 29375 BLAKE2B 3e8c4a5db981a4ef1b1fb1339c0f7d680bc917964984ec9355c51ffb7855ccdd13922a3077d4669a0a70d21862e084cda1dbb21be7538ca966a0dcca55d1a8c9 SHA512 e82957bcc1462b17c5f667e85caf0d2e8c407fb48afc6faa957f45626cbfa58c141de05f43cc810e8d4abbadc4cc01bf87ee64c157fece20fafed07ad04cc48c -DIST convmv-2.03.tar.gz 29688 BLAKE2B 8fe7b0164bf05e49bd0035c6b708822539f9eecf355f005bf56ae352ee7cb56aef9fcd7047d0a9f3829715c24c6ac00ef7f7c42c822879bf382eabd00f9bf2c3 SHA512 21f71d8009ee0f8e6b67f439809d2330e3c1a4073be8e5ad565829b89327115d25235d7f6019d96ee9f93d83e33df0869b19ad7cdd4cf8777e0ebecec437147f DIST convmv-2.04.tar.gz 30082 BLAKE2B 51521e5e44c635b72c406b6b732850e7f5e50b64d30bfd8770ca1ab49e3fd10d45447114f8adbf8b79fd381dfaf6b4782246d3e10aae471a49a52a20c8ce0405 SHA512 987411047af0b1e952cd11937c70ddd972b2e3534f4fcc6c659243dedef69af4aad90ceaa3789aec6bad6cba0999c38839451f90844b171773165b6e5899f6ac +DIST convmv-2.05.tar.gz 30680 BLAKE2B b0d4bb14995e42e55fa34cbdaa8cb8881e48972abb296af44eebfdf76664e837b05398e0cc4e9208ddee41213bc1dd7f11c3f503e39f9a6791d08797864776a1 SHA512 7fb0d1e2b64c3105c48d8a2cbb59fa4ea23202f17abc7cbf63acfca785683f00955fdcb03517e9dd8fe01be0171458ab2583e1c52d62c6081684462b0fec4125 diff --git a/app-text/convmv/convmv-2.01.ebuild b/app-text/convmv/convmv-2.01.ebuild deleted file mode 100644 index b310046d8922..000000000000 --- a/app-text/convmv/convmv-2.01.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="convert filenames to utf8 or any other charset" -HOMEPAGE="https://j3e.de/linux/convmv" -SRC_URI="https://j3e.de/linux/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" - -src_prepare() { - default - sed -i -e "1s|#!/usr|#!${EPREFIX}/usr|" convmv || die -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}"/usr install - dodoc CREDITS Changes TODO VERSION -} - -src_test() { - unpack ./testsuite.tar - - cd "${S}"/suite - ./dotests.sh || die "Tests failed" -} diff --git a/app-text/convmv/convmv-2.04.ebuild b/app-text/convmv/convmv-2.04.ebuild index 16fb1ffa4d0a..b63b14e8de57 100644 --- a/app-text/convmv/convmv-2.04.ebuild +++ b/app-text/convmv/convmv-2.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://www.j3e.de/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" DEPEND="dev-lang/perl" diff --git a/app-text/convmv/convmv-2.03.ebuild b/app-text/convmv/convmv-2.05.ebuild similarity index 83% rename from app-text/convmv/convmv-2.03.ebuild rename to app-text/convmv/convmv-2.05.ebuild index e0947974882f..59f68eebfee8 100644 --- a/app-text/convmv/convmv-2.03.ebuild +++ b/app-text/convmv/convmv-2.05.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="convert filenames to utf8 or any other charset" -HOMEPAGE="https://j3e.de/linux/convmv" -SRC_URI="https://j3e.de/linux/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.j3e.de/linux/convmv/" +SRC_URI="https://www.j3e.de/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -28,6 +28,6 @@ src_install() { src_test() { unpack ./testsuite.tar - cd "${S}"/suite + cd "${S}"/suite || die ./dotests.sh || die "Tests failed" } diff --git a/app-text/openlp/openlp-2.4.2.ebuild b/app-text/openlp/openlp-2.4.2.ebuild index eb72deb54d74..bc37f2d34a1d 100644 --- a/app-text/openlp/openlp-2.4.2.ebuild +++ b/app-text/openlp/openlp-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ PYTHON_REQ_USE='sqlite' inherit distutils-r1 DESCRIPTION="Free church presentation software" -HOMEPAGE="http://openlp.org/" +HOMEPAGE="https://openlp.org/" SRC_URI="https://get.openlp.org/${PV}/OpenLP-${PV}.tar.gz" LICENSE="GPL-2" diff --git a/app-text/texlive/texlive-2017.ebuild b/app-text/texlive/texlive-2017.ebuild index 7348bdfa473e..e05547b4564a 100644 --- a/app-text/texlive/texlive-2017.ebuild +++ b/app-text/texlive/texlive-2017.ebuild @@ -14,9 +14,9 @@ IUSE="cjk context detex dvi2tty extra epspdf games graphics humanities jadetex luatex metapost music pdfannotextractor png pstricks publishers science tex4ht texi2html truetype xetex xindy xml X" -LANGS="af ar as bg bn br ca cs cy da de el en en-GB eo es et eu fa fi fr ga gl - gu he hi hr hsb hu hy ia id is it ja ko kn la lo lt lv ml mn mr nb nl nn no - or pa pl pt rm ro ru sa sco sk sl sq sr sv ta te th tk tr uk vi zh" +LANGS="af ar as bg bn br ca cs cy da de el en eo es et eu fa fi fr ga gl gu he + hi hr hsb hu hy ia id is it ja ko kn la lo lt lv ml mn mr nb nl nn no or pa + pl pt rm ro ru sa sco sk sl sq sr sv ta te th tk tr uk vi zh" for X in ${LANGS}; do IUSE="${IUSE} l10n_${X}" @@ -87,8 +87,7 @@ RDEPEND="${DEPEND} app-text/passivetex ) jadetex? ( >=app-text/jadetex-3.13-r2 ) - l10n_af? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} - >=${TEXLIVE_CAT}/texlive-langother-${PV} ) + l10n_af? ( >=${TEXLIVE_CAT}/texlive-langother-${PV} ) l10n_ar? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) l10n_fa? ( >=${TEXLIVE_CAT}/texlive-langarabic-${PV} ) l10n_hy? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) @@ -105,7 +104,6 @@ RDEPEND="${DEPEND} l10n_da? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) l10n_nl? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) l10n_en? ( >=${TEXLIVE_CAT}/texlive-langenglish-${PV} ) - l10n_en-GB? ( >=${TEXLIVE_CAT}/texlive-langenglish-${PV} ) l10n_fi? ( >=${TEXLIVE_CAT}/texlive-langeuropean-${PV} ) l10n_eu? ( >=${TEXLIVE_CAT}/texlive-langfrench-${PV} ) l10n_fr? ( >=${TEXLIVE_CAT}/texlive-langfrench-${PV} ) diff --git a/dev-cpp/Manifest.gz b/dev-cpp/Manifest.gz index 8fd8facad357..5cdf6ae75814 100644 Binary files a/dev-cpp/Manifest.gz and b/dev-cpp/Manifest.gz differ diff --git a/dev-cpp/libjson-rpc-cpp/Manifest b/dev-cpp/libjson-rpc-cpp/Manifest index 29d36353b7ee..35423b5d5a07 100644 --- a/dev-cpp/libjson-rpc-cpp/Manifest +++ b/dev-cpp/libjson-rpc-cpp/Manifest @@ -1,2 +1 @@ -DIST libjson-rpc-cpp-0.7.0.tar.gz 141665 BLAKE2B d52a5062fb16d2c356b1b6f8bd3576694bbaaf4908d3979c51e99ae31da2e503c90132674a43fcb1010ad3b5e04f839be6770225419879e5cf0f362f2b12ebf6 SHA512 f7547271040382cd2ac96a31eb81d891b016e4d0c33a3ba3e659c2de2e55136e7e243dd2d959c6d8a64ccba7ebd9f9e28070d710a6770c29f81c0750ffad9e3a DIST libjson-rpc-cpp-1.1.0.tar.gz 179442 BLAKE2B cfbfe703d1a3d4ccaf6d4d475a7c1686c8f7afc28b025d6fd3bfebdc41cff2b944e6600e68073c1b7e7c0a2463cbf6e9724cf618c5d481bf7a4600019b529922 SHA512 bf34eedb196b1e214292976036a00e933f8a9b4325441ea2e4ae049a7c818014a68dd9d2f22d01588f5e6d1e9f465c73a133b0fd8282f8cf78a05a493f4c461b diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.7.0.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.7.0.ebuild deleted file mode 100644 index 26d68e2e5f1b..000000000000 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-0.7.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="JSON-RPC (1.0 & 2.0) framework for C++" -HOMEPAGE="https://github.com/cinemast/libjson-rpc-cpp" -SRC_URI="https://github.com/cinemast/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc +http-client +http-server +stubgen test" - -RDEPEND=" - dev-libs/jsoncpp:= - http-client? ( net-misc/curl:= ) - http-server? ( net-libs/libmicrohttpd:= ) - stubgen? ( dev-libs/argtable:= )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - test? ( dev-cpp/catch )" - -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( - -DHTTP_CLIENT=$(usex http-client) - -DHTTP_SERVER=$(usex http-server) - # they are not installed - -DCOMPILE_EXAMPLES=OFF - -DCOMPILE_STUBGEN=$(usex stubgen) - -DCOMPILE_TESTS=$(usex test) - -DCATCH_INCLUDE_DIR="${EPREFIX}/usr/include/catch" - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - use doc && emake -C "${BUILD_DIR}" doc -} - -src_test() { - # Tests fail randomly when run in parallel - local MAKEOPTS=-j1 - cmake-utils_src_test -} - -src_install() { - cmake-utils_src_install - - use doc && dodoc -r "${BUILD_DIR}"/doc/html -} diff --git a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0.ebuild b/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0.ebuild deleted file mode 100644 index c43516bb1916..000000000000 --- a/dev-cpp/libjson-rpc-cpp/libjson-rpc-cpp-1.1.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="JSON-RPC (1.0 & 2.0) framework for C++" -HOMEPAGE="https://github.com/cinemast/libjson-rpc-cpp" -SRC_URI="https://github.com/cinemast/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/1" -KEYWORDS="~amd64 ~x86" -IUSE="doc +http-client +http-server redis-client redis-server +stubgen test" - -RDEPEND=" - dev-libs/jsoncpp:= - http-client? ( net-misc/curl:= ) - http-server? ( net-libs/libmicrohttpd:= ) - redis-client? ( dev-libs/hiredis:= ) - redis-server? ( dev-libs/hiredis:= ) - stubgen? ( dev-libs/argtable:= )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen ) - test? ( dev-cpp/catch )" - -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( - -DHTTP_CLIENT=$(usex http-client) - -DHTTP_SERVER=$(usex http-server) - -DREDIS_CLIENT=$(usex redis-client) - -DREDIS_SERVER=$(usex redis-server) - # they are not installed - -DCOMPILE_EXAMPLES=OFF - -DCOMPILE_STUBGEN=$(usex stubgen) - -DCOMPILE_TESTS=$(usex test) - -DCATCH_INCLUDE_DIR="${EPREFIX}/usr/include/catch" - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - use doc && emake -C "${BUILD_DIR}" doc -} - -src_test() { - # Tests fail randomly when run in parallel - local MAKEOPTS=-j1 - cmake-utils_src_test -} - -src_install() { - cmake-utils_src_install - - use doc && dodoc -r "${BUILD_DIR}"/doc/html -} diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz index 5e15e9fb414d..2fdf5b26e732 100644 Binary files a/dev-db/Manifest.gz and b/dev-db/Manifest.gz differ diff --git a/dev-db/redis/metadata.xml b/dev-db/redis/metadata.xml index 872bd8ba741e..19c095efc2a0 100644 --- a/dev-db/redis/metadata.xml +++ b/dev-db/redis/metadata.xml @@ -14,6 +14,5 @@ Use tcmalloc from dev-util/google-perftools for allocations. - Use dev-lang/luajit instead of dev-lang/lua diff --git a/dev-lang/Manifest.gz b/dev-lang/Manifest.gz index 4f56014a677c..73d014606a0a 100644 Binary files a/dev-lang/Manifest.gz and b/dev-lang/Manifest.gz differ diff --git a/dev-lang/mono-basic/Manifest b/dev-lang/mono-basic/Manifest new file mode 100644 index 000000000000..856d6807ad1a --- /dev/null +++ b/dev-lang/mono-basic/Manifest @@ -0,0 +1 @@ +DIST mono-basic-4.6.tar.bz2 2051520 BLAKE2B 0fc4961e9beb0894dcc081ecd06abf8a2e1c3d1aa6bb129b72d2c87ab15e9e779c0305f030515b18bd218ac595cd03ebad2fef5403dfc5aeb7a58b8886d085a0 SHA512 a8b50f9fa0d2e7533429722e584f42ee3e3794e1e013a2ca75b616b2b7b8c755dbe0722187b5e0982b9ebb8b5d22310a21fcfd55a6c027ee6eadcc7887e106d9 diff --git a/dev-lang/mono-basic/metadata.xml b/dev-lang/mono-basic/metadata.xml new file mode 100644 index 000000000000..54d5423c4060 --- /dev/null +++ b/dev-lang/mono-basic/metadata.xml @@ -0,0 +1,12 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/dev-lang/mono-basic/mono-basic-4.6.ebuild b/dev-lang/mono-basic/mono-basic-4.6.ebuild new file mode 100644 index 000000000000..2a72f461d326 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-4.6.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit mono-env + +DESCRIPTION="Visual Basic Compiler and Runtime" +HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/" + +KEYWORDS="-* ~amd64 ~x86" +LICENSE="LGPL-2 MIT" +SLOT="0" diff --git a/dev-libs/Manifest.gz b/dev-libs/Manifest.gz index 05130e8b83ec..176b23118d6d 100644 Binary files a/dev-libs/Manifest.gz and b/dev-libs/Manifest.gz differ diff --git a/dev-libs/efl/Manifest b/dev-libs/efl/Manifest index 539662bf66a6..832bc5c0909b 100644 --- a/dev-libs/efl/Manifest +++ b/dev-libs/efl/Manifest @@ -1,2 +1,3 @@ DIST efl-1.17.0.tar.xz 43485360 BLAKE2B 97a79bda40658eac6e50886a01821bb8c98d6f56d18fcd51dc3827154506064bec3bf665c8f471919aedb03ae83ce4045293afa9a0bf8d3eaf947221ef7cba9e SHA512 e4f28f938daf4ec1cb3d761407a443e401b59c6bb0f9fa6cd771dbd256b95f4a32a5f9e6bd8ad8328708a382f732e67abd1a23c7be2ff222f08bc8135a2435da DIST efl-1.18.4.tar.xz 64609944 BLAKE2B b36e5ee7c64a57772c5826e990a85110fffc3488e605d72515d4db7a6ec56eee25eb68c7136840f24cb8cdcdc8d7050e2825c17f0e4c5566db7d9ec2c96fd557 SHA512 2cfdcde8b5adb93310e75e4923e3845392bed97563ca1a68f4537e346b51f59acefaa85a425bdbb5619e5bfd6c9ff92b4bd1888b5d4ddd8db94c8a555e3934c9 +DIST efl-1.20.7.tar.xz 65509444 BLAKE2B f58f7daf850ef9983fe4b3a10a3ceb137be7f7ae32c71f476498f677de690bfcc7c16aea5032168a42aa6b5f97d1fb5ca51dafc69d80e2a9262f4d78220a8562 SHA512 c1bf18b74316cf9bd0bc16635c216ca0d8005b2ded1c014b22590388e37368343e5e5318f526dcb042cfce8ab2c7a82655e4718cbcac5dd1ed0d2522a7a2d7de diff --git a/dev-libs/efl/efl-1.20.7.ebuild b/dev-libs/efl/efl-1.20.7.ebuild new file mode 100644 index 000000000000..9641b4080cd7 --- /dev/null +++ b/dev-libs/efl/efl-1.20.7.ebuild @@ -0,0 +1,346 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="5" + +MY_P=${P/_/-} + +if [[ "${PV}" == "9999" ]] ; then + EGIT_SUB_PROJECT="core" + EGIT_URI_APPEND="${PN}" +elif [[ *"${PV}" == *"_pre"* ]] ; then + MY_P=${P%%_*} + SRC_URI="https://download.enlightenment.org/pre-releases/${MY_P}.tar.xz" +else + SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz" + KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +fi + +inherit enlightenment gnome2-utils pax-utils xdg-utils + +DESCRIPTION="Enlightenment Foundation Libraries all-in-one package" + +LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB" +IUSE="avahi +bmp dds connman debug drm +eet egl examples fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz hyphen +ico ibus ivi jpeg2k libressl libuv luajit neon opengl ssl pdf physics pixman postscript +ppm +psd pulseaudio raw scim sdl sound svg systemd tga tgv tiff tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpresent xpm" + +REQUIRED_USE=" + ?? ( opengl gles ) + fbcon? ( !tslib ) + gles? ( + || ( X wayland ) + !sdl + egl + ) + gnutls? ( ssl ) + ibus? ( glib ) + libressl? ( ssl ) + opengl? ( || ( X sdl wayland ) ) + pulseaudio? ( sound ) + sdl? ( opengl ) + vnc? ( X fbcon ) + wayland? ( egl !opengl gles ) + xim? ( X ) +" + +RDEPEND=" + avahi? ( net-dns/avahi ) + connman? ( net-misc/connman ) + drm? ( + >=dev-libs/libinput-0.8 + media-libs/mesa[gbm] + >=x11-libs/libdrm-2.4 + >=x11-libs/libxkbcommon-0.3.0 + ) + fontconfig? ( >=media-libs/fontconfig-2.5.0 ) + fribidi? ( >=dev-libs/fribidi-0.19.2 ) + gif? ( media-libs/giflib:= ) + glib? ( dev-libs/glib:2 ) + ssl? ( + gnutls? ( >=net-libs/gnutls-3.3.6 ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) + ) + gstreamer? ( + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + ) + harfbuzz? ( >=media-libs/harfbuzz-0.9.0 ) + hyphen? ( dev-libs/hyphen ) + ibus? ( >=app-i18n/ibus-1.4 ) + jpeg2k? ( media-libs/openjpeg:0 ) + libuv? ( dev-libs/libuv ) + luajit? ( >=dev-lang/luajit-2.0.0 ) + !luajit? ( dev-lang/lua:* ) + pdf? ( >=app-text/poppler-0.45.0[cxx] ) + physics? ( >=sci-physics/bullet-2.80 ) + pixman? ( x11-libs/pixman ) + postscript? ( app-text/libspectre ) + media-libs/libpng:0= + pulseaudio? ( media-sound/pulseaudio ) + raw? ( media-libs/libraw ) + scim? ( app-i18n/scim ) + sdl? ( + >=media-libs/libsdl2-2.0.0 + virtual/opengl + ) + sound? ( media-libs/libsndfile ) + svg? ( + >=gnome-base/librsvg-2.36.0 + >=x11-libs/cairo-1.0.0 + ) + systemd? ( >=sys-apps/systemd-209 ) + tiff? ( media-libs/tiff:0= ) + tslib? ( x11-libs/tslib ) + unwind? ( sys-libs/libunwind ) + valgrind? ( dev-util/valgrind ) + vlc? ( media-video/vlc ) + vnc? ( net-libs/libvncserver ) + wayland? ( + >=dev-libs/wayland-1.11.0 + >=x11-libs/libxkbcommon-0.6.0 + media-libs/mesa[gles2,wayland] + ) + webp? ( media-libs/libwebp ) + X? ( + >=media-libs/freetype-2.5.0.1 + x11-libs/libXcursor + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXinerama + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libXScrnSaver + + opengl? ( + x11-libs/libX11 + x11-libs/libXrender + virtual/opengl + ) + + gles? ( + x11-libs/libX11 + x11-libs/libXrender + virtual/opengl + xpresent? ( x11-libs/libXpresent ) + ) + ) + xine? ( >=media-libs/xine-lib-1.1.1 ) + xpm? ( x11-libs/libXpm ) + + sys-apps/dbus + >=sys-apps/util-linux-2.20.0 + sys-libs/zlib + virtual/jpeg:0= + + !dev-libs/ecore + !dev-libs/edbus + !dev-libs/eet + !dev-libs/eeze + !dev-libs/efreet + !dev-libs/eina + !dev-libs/eio + !dev-libs/embryo + !dev-libs/eobj + !dev-libs/ephysics + !media-libs/edje + !media-libs/elementary + !media-libs/emotion + !media-libs/ethumb + !media-libs/evas + !media-plugins/emotion_generic_players + !media-plugins/evas_generic_loaders +" +#external lz4 support currently broken because of unstable ABI/API +# app-arch/lz4 + +#soft blockers added above for binpkg users +#hard blocks are needed for building +CORE_EFL_CONFLICTS=" + !!dev-libs/ecore + !!dev-libs/edbus + !!dev-libs/eet + !!dev-libs/eeze + !!dev-libs/efreet + !!dev-libs/eina + !!dev-libs/eio + !!dev-libs/embryo + !!dev-libs/eobj + !!dev-libs/ephysics + !!media-libs/edje + !!media-libs/emotion + !!media-libs/ethumb + !!media-libs/evas +" + +DEPEND=" + ${CORE_EFL_CONFLICTS} + + ${RDEPEND} + doc? ( app-doc/doxygen ) +" + +S=${WORKDIR}/${MY_P} + +pkg_setup() { + # Get clean environment, see bug 557408 + xdg_environment_reset + chown portage:portage -R "${HOME}" +} + +src_prepare() { + enlightenment_src_prepare + + # Remove stupid sleep command. + # Also back out gnu make hack that causes regen of Makefiles. + # Delete var setting that causes the build to abort. + sed -i \ + -e '/sleep 10/d' \ + -e '/^#### Work around bug in automake check macro$/,/^#### Info$/d' \ + -e '/BARF_OK=/s:=.*:=:' \ + configure || die + + # Upstream doesn't offer a configure flag. #611108 + if ! use unwind ; then + sed -i \ + -e 's:libunwind libunwind-generic:xxxxxxxxxxxxxxxx:' \ + configure || die + fi +} + +src_configure() { + if use ssl && use gnutls ; then + einfo "You enabled both USE=ssl and USE=gnutls, but only one can be used;" + einfo "gnutls has been selected for you." + fi + if use opengl && use gles ; then + einfo "You enabled both USE=opengl and USE=gles, but only one can be used;" + einfo "opengl has been selected for you." + fi + + E_ECONF=( + --with-profile=$(usex debug debug release) + --with-net-control=$(usex connman connman none) + --with-crypto=$(usex gnutls gnutls $(usex ssl openssl none)) + --with-x11=$(usex X xlib none) + $(use_with X x) + --with-opengl=$(usex opengl full $(usex gles es none)) + --with-glib=$(usex glib) + --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb + + $(use_enable avahi) + $(use_enable bmp image-loader-bmp) + $(use_enable bmp image-loader-wbmp) + $(use_enable dds image-loader-dds) + $(use_enable drm) + $(use_enable drm elput) + $(use_enable doc) + $(use_enable eet image-loader-eet) + $(use_enable egl) + $(use_enable examples always-build-examples) + $(use_enable fbcon fb) + $(use_enable fontconfig) + $(use_enable fribidi) + $(use_enable gif image-loader-gif) + $(use_enable gstreamer gstreamer1) + $(use_enable harfbuzz) + $(use_enable hyphen) + $(use_enable ico image-loader-ico) + $(use_enable ibus) + $(use_enable ivi wayland-ivi-shell) + $(use_enable jpeg2k image-loader-jp2k) + $(use_enable libuv) + $(use_enable !luajit lua-old) + $(use_enable neon) + $(use_enable nls) + $(use_enable pdf poppler) + $(use_enable physics) + $(use_enable pixman) + $(use_enable pixman pixman-font) + $(use_enable pixman pixman-rect) + $(use_enable pixman pixman-line) + $(use_enable pixman pixman-poly) + $(use_enable pixman pixman-image) + $(use_enable pixman pixman-image-scale-sample) + --enable-image-loader-png + $(use_enable postscript spectre) + $(use_enable ppm image-loader-pmaps) + $(use_enable psd image-loader-psd) + $(use_enable pulseaudio) + $(use_enable raw libraw) + $(use_enable scim) + $(use_enable sdl) + $(use_enable sound audio) + $(use_enable svg librsvg) + $(use_enable systemd) + $(use_enable tga image-loader-tga) + $(use_enable tgv image-loader-tgv) + $(use_enable tiff image-loader-tiff) + $(use_enable tslib) + $(use_enable v4l v4l2) + $(use_enable valgrind) + $(use_enable vlc libvlc) + $(use_with vlc generic_vlc) + $(use_enable vnc vnc-server) + $(use_enable wayland) + $(use_enable webp image-loader-webp) + $(use_enable xcf) + $(use_enable xim) + $(use_enable xine) + $(use_enable xpm image-loader-xpm) + --enable-cserve + --enable-image-loader-generic + --enable-image-loader-jpeg + + --disable-tizen + --disable-gesture + --disable-gstreamer + --enable-xinput2 + --disable-xinput22 + --enable-libmount + + # currently no JavaScript engine builds. Therefore: + --with-js=none + + # external lz4 support currently broken because of unstable ABI/API + #--enable-liblz4 + ) + + use fbcon && use egl && E_ECONF="${E_ECONF} --enable-eglfs" + use X && use xpresent && E_ECONF="${E_ECONF} --enable xpresent" + + enlightenment_src_configure +} + +src_compile() { + if host-is-pax && use luajit ; then + # We need to build the lua code first so we can pax-mark it. #547076 + local target='_e_built_sources_target_gogogo_' + printf '%s: $(BUILT_SOURCES)\n' "${target}" >> src/Makefile || die + emake -C src "${target}" + emake -C src bin/elua/elua + pax-mark m src/bin/elua/.libs/elua + fi + enlightenment_src_compile +} + +src_install() { + MAKEOPTS+=" -j1" + + enlightenment_src_install +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_mimeinfo_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_mimeinfo_database_update +} diff --git a/dev-libs/efl/metadata.xml b/dev-libs/efl/metadata.xml index 24801d968fbe..6474ac10c672 100644 --- a/dev-libs/efl/metadata.xml +++ b/dev-libs/efl/metadata.xml @@ -7,6 +7,7 @@ Enable WBMP image loader + Enable DDS image loader Enable DRM engine Enable Eet image loader Enable EGL rendering @@ -14,8 +15,12 @@ Enable the OpenGL ES GL implementation Enable dev-libs/glib support Enable complex text shaping and layout support + Enable text hyphenation support Enable Intelligent Input Bus Enable Ico image loader + Enable ivi-shell support + Enable dev-libs/libuv support + USE dev-lang/lua instead of dev-lang/luajit USE dev-lang/lua instead of dev-lang/luajit Enable Bullet physics effects and support Enable PixMan for software rendering @@ -23,10 +28,14 @@ Enable PSD image loader Enable Smart Common Input Method Enable Tga image loader + Enable TGV image loader Enable x11-libs/tslib for touchscreen events Enable debug support via sys-libs/libunwind Enable usage of dev-util/valgrind in debug + Enable media-video/vlc support Enable WebP image loader + Enable XCF image loader Enable X Input Method + Enable x11-libs/libXpresent support diff --git a/dev-libs/jsoncpp/Manifest b/dev-libs/jsoncpp/Manifest index dd2b0ca606a0..2af18dd83a02 100644 --- a/dev-libs/jsoncpp/Manifest +++ b/dev-libs/jsoncpp/Manifest @@ -1,4 +1,2 @@ -DIST jsoncpp-0.10.2.tar.gz 197188 BLAKE2B eeca1bbccab98f9da0d1158d19cab0079b9a025ea53494795531de53206256d083703e2d1f0ab68e68f5f6f7427a28b3ffe04078a9fb26a775fd086783e2997f SHA512 8e451e3ba37094445ab098d5b9f7236ac84e2f15d98e2039c565e609b757c2383e91850bd86aca507ca5cd2f733fedc484bb7760eeeee7fe9bace71d97ae0d2e -DIST jsoncpp-0.10.6.tar.gz 200213 BLAKE2B 3b643a4c672c150ab235473010894674d1577b33b23dbe3cb1e951ddfb5ed59574ddca750f38278afbcf74de44c62d09888ee61e0e756b2a406fe663292a3d7d SHA512 9fcf584d14c31fc135c9789b36c02c5985daecc7396eb21912d5ea3e757d1fd0d516d7a060e14b4955c73f6b4aa256529281da908726919236fa65310de9f1aa DIST jsoncpp-1.8.1.tar.gz 210629 BLAKE2B 5f9a7f51b463784c5a74a78b7189800a37797f233b1d5a66d34edc0689c77a2b96b230c0ed4dfc749401087c551dd5659a6d152e09342ca92250ce9ea91a293e SHA512 4203826fca4c366b51d28ffc928399c914ffaba8be1cada64ff118b5742e6b469d3fc3e59344587d851447857b479794c5697d4fd11a9a55b32a3a7a801b745b DIST jsoncpp-1.8.4.tar.gz 200226 BLAKE2B bbfa8cf7b6cfa6af34762b54de2da0e919849c65b1093b29f7a7ac437524d8b3cf07b42926b250489e9a289105df971fad798f3e73f908fac3e2f52a4e5467b3 SHA512 f70361a3263dd8b9441374a9a409462be1426c0d6587c865171a80448ab73b3f69de2b4d70d2f0c541764e1e6cccc727dd53178347901f625ec6fb54fb94f4f1 diff --git a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild b/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild deleted file mode 100644 index 282e25c214ac..000000000000 --- a/dev-libs/jsoncpp/jsoncpp-0.10.2-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils python-any-r1 - -DESCRIPTION="C++ JSON reader and writer" -HOMEPAGE="https://github.com/open-source-parsers/jsoncpp" -SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( public-domain MIT )" -SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="doc test" - -DEPEND=" - doc? ( - app-doc/doxygen - ${PYTHON_DEPS} - ) - test? ( - ${PYTHON_DEPS} - )" -RDEPEND="" - -RESTRICT="!test? ( test )" - -PATCHES=( - # fix broken path subst in .pc file - "${FILESDIR}"/jsoncpp-1.6.2-fix-pkgconfig.patch - "${FILESDIR}/${P}-arm.patch" -) - -pkg_setup() { - if use doc || use test; then - python-any-r1_pkg_setup - fi -} - -src_configure() { - local mycmakeargs=( - -DJSONCPP_WITH_TESTS=$(usex test) - -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF - -DJSONCPP_WITH_CMAKE_PACKAGE=ON - - -DBUILD_SHARED_LIBS=ON - # Follow Debian, Ubuntu, Arch convention for headers location - # bug #452234 - -DINCLUDE_INSTALL_DIR="${EPREFIX}"/usr/include/jsoncpp - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - if use doc; then - "${EPYTHON}" doxybuild.py --doxygen=/usr/bin/doxygen || die - fi -} - -src_test() { - emake -C "${BUILD_DIR}" jsoncpp_check -} - -src_install() { - cmake-utils_src_install - - if use doc; then - dohtml dist/doxygen/jsoncpp*/* - fi -} diff --git a/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild b/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild deleted file mode 100644 index 52631dc51550..000000000000 --- a/dev-libs/jsoncpp/jsoncpp-0.10.6.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils python-any-r1 - -DESCRIPTION="C++ JSON reader and writer" -HOMEPAGE="https://github.com/open-source-parsers/jsoncpp" -SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="|| ( public-domain MIT )" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc test" - -DEPEND=" - doc? ( - app-doc/doxygen - ${PYTHON_DEPS} - ) - test? ( - ${PYTHON_DEPS} - )" -RDEPEND="" - -RESTRICT="!test? ( test )" - -pkg_setup() { - if use doc || use test; then - python-any-r1_pkg_setup - fi -} - -src_configure() { - local mycmakeargs=( - -DJSONCPP_WITH_TESTS=$(usex test) - -DJSONCPP_WITH_POST_BUILD_UNITTEST=OFF - -DJSONCPP_WITH_CMAKE_PACKAGE=ON - - -DBUILD_SHARED_LIBS=ON - -DBUILD_STATIC_LIBS=OFF - # Follow Debian, Ubuntu, Arch convention for headers location - # bug #452234 - -DINCLUDE_INSTALL_DIR="${EPREFIX}"/usr/include/jsoncpp - ) - - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - - if use doc; then - "${EPYTHON}" doxybuild.py --doxygen=/usr/bin/doxygen || die - fi -} - -src_test() { - emake -C "${BUILD_DIR}" jsoncpp_check -} - -src_install() { - cmake-utils_src_install - - if use doc; then - docinto html - dodoc -r dist/doxygen/jsoncpp*/. - fi -} diff --git a/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild b/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild index 7f4ed846b3fe..618e11c41dda 100644 --- a/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-1.8.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/open-source-parsers/${PN}/archive/${PV}.tar.gz -> ${ LICENSE="|| ( public-domain MIT )" SLOT="0/19" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd" IUSE="doc test" DEPEND=" diff --git a/dev-libs/libgit2/Manifest b/dev-libs/libgit2/Manifest index 50c47683256e..07d8d96f7711 100644 --- a/dev-libs/libgit2/Manifest +++ b/dev-libs/libgit2/Manifest @@ -1,2 +1,3 @@ DIST libgit2-0.26.2.tar.gz 4706513 BLAKE2B e11a7043d3f1b0a13d04129b7052d60beb401bc87f583f63dc514251dda001b622d8a7b5c7b65b8d6364244e4b15e09bd4ef789b120ef13214cd0430af8c76c1 SHA512 4601b4a09f2c70b41361eab5549d3f758ab5a62742e4ae0b07df0cf4f8d7b66a2eae09a1db410afcce0f6436162dbc4f8cbe97b08de1807960ddfce02e5d695b DIST libgit2-0.26.3.tar.gz 4728289 BLAKE2B b437732cb30d85487a7a1a16efd41d19fe7677635ae07393094cd2931a0fb6673f41b14122793a31dd317e27936df9844fcb2444ba916469e4673f42e9db04f6 SHA512 abcd3a904bed05c1f200be2ffbc2c44cebd1b548459ee834d5635c5eaf7bcd551a4993bcc1cb9fbeae9ea990c5ebc07655007ff4e623fa7c697f326c0ce12c3e +DIST libgit2-0.27.0.tar.gz 4761312 BLAKE2B 4b39ab7609b8031751cff826523a6989872d2a8508b3928461680f03e5e5e2db0782f396e03c69d6d484568958d4eb018a41ebdd4502555c41bf5b7b9756cd82 SHA512 1304f0b6182e1e6e7fccbec1a568aefb662e144a1aea4fff5901f3c012ff0f3d28720f17d19b9a1bc6c892c32fe602766fe98a15538a94a468d65d3e4a1680ca diff --git a/dev-libs/libgit2/libgit2-0.27.0.ebuild b/dev-libs/libgit2/libgit2-0.27.0.ebuild new file mode 100644 index 000000000000..456ded8f18df --- /dev/null +++ b/dev-libs/libgit2/libgit2-0.27.0.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~ppc-macos" +fi + +DESCRIPTION="A linkable library for Git" +HOMEPAGE="https://libgit2.github.com/" + +LICENSE="GPL-2-with-linking-exception" +SLOT="0/27" +IUSE="+curl examples gssapi libressl +ssh test +threads trace" + +RDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + sys-libs/zlib + net-libs/http-parser:= + curl? ( + !libressl? ( net-misc/curl:=[curl_ssl_openssl(-)] ) + libressl? ( net-misc/curl:=[curl_ssl_libressl(-)] ) + ) + gssapi? ( virtual/krb5 ) + ssh? ( net-libs/libssh2 ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +DOCS=( AUTHORS CONTRIBUTING.md CONVENTIONS.md README.md ) + +src_prepare() { + # skip online tests + sed -i '/libgit2_clar/s/-ionline/-xonline/' tests/CMakeLists.txt || die + + cmake-utils_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DLIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)" + -DBUILD_CLAR=$(usex test) + -DENABLE_TRACE=$(usex trace) + -DUSE_GSSAPI=$(usex gssapi) + -DUSE_SSH=$(usex ssh) + -DTHREADSAFE=$(usex threads) + -DCURL=$(usex curl) + ) + cmake-utils_src_configure +} + +src_test() { + if [[ ${EUID} -eq 0 ]] ; then + # repo::iterator::fs_preserves_error fails if run as root + # since root can still access dirs with 0000 perms + ewarn "Skipping tests: non-root privileges are required for all tests to pass" + else + local TEST_VERBOSE=1 + cmake-utils_src_test + fi +} + +src_install() { + cmake-utils_src_install + + if use examples ; then + find examples -name '.gitignore' -delete || die + dodoc -r examples + docompress -x /usr/share/doc/${PF}/examples + fi +} diff --git a/dev-libs/libgit2/libgit2-9999.ebuild b/dev-libs/libgit2/libgit2-9999.ebuild index 677c3a9a8184..456ded8f18df 100644 --- a/dev-libs/libgit2/libgit2-9999.ebuild +++ b/dev-libs/libgit2/libgit2-9999.ebuild @@ -17,7 +17,7 @@ DESCRIPTION="A linkable library for Git" HOMEPAGE="https://libgit2.github.com/" LICENSE="GPL-2-with-linking-exception" -SLOT="0/26" +SLOT="0/27" IUSE="+curl examples gssapi libressl +ssh test +threads trace" RDEPEND=" diff --git a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild index 71803c6cb7fe..ead15aa6969b 100644 --- a/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild +++ b/dev-libs/libpeas/libpeas-1.20.0-r1.ebuild @@ -14,7 +14,7 @@ LICENSE="LGPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux" -IUSE="+gtk glade jit lua +python" +IUSE="+gtk glade lua luajit +python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" @@ -24,8 +24,8 @@ RDEPEND=" gtk? ( >=x11-libs/gtk+-3:3[introspection] ) lua? ( >=dev-lua/lgi-0.9.0 - jit? ( >=dev-lang/luajit-2:2 ) - !jit? ( =dev-lang/lua-5.1*:0 ) ) + luajit? ( >=dev-lang/luajit-2:2 ) + !luajit? ( =dev-lang/lua-5.1*:0 ) ) python? ( ${PYTHON_DEPS} >=dev-python/pygobject-3.2:3[${PYTHON_USEDEP}] ) @@ -65,7 +65,7 @@ src_configure() { # lua $(use_enable lua lua5.1) - $(use_enable $(usex jit lua jit) luajit) + $(use_enable $(usex luajit lua luajit) luajit) ) gnome2_src_configure "${myconf[@]}" diff --git a/dev-libs/libtasn1/libtasn1-4.13.ebuild b/dev-libs/libtasn1/libtasn1-4.13.ebuild index 0edf27643ccf..78d4c86457d9 100644 --- a/dev-libs/libtasn1/libtasn1-4.13.ebuild +++ b/dev-libs/libtasn1/libtasn1-4.13.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" SLOT="0/6" # subslot = libtasn1 soname version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs valgrind" DEPEND=">=dev-lang/perl-5.6 diff --git a/dev-lua/Manifest.gz b/dev-lua/Manifest.gz index f05dc114d7a3..9feb81014b5d 100644 Binary files a/dev-lua/Manifest.gz and b/dev-lua/Manifest.gz differ diff --git a/dev-lua/busted/busted-2.0_rc12_p1.ebuild b/dev-lua/busted/busted-2.0_rc12_p1.ebuild index 4b4980f1a936..41c3cdf8d32f 100644 --- a/dev-lua/busted/busted-2.0_rc12_p1.ebuild +++ b/dev-lua/busted/busted-2.0_rc12_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:=" diff --git a/dev-lua/dkjson/dkjson-2.5.ebuild b/dev-lua/dkjson/dkjson-2.5.ebuild index ea06f9be6bea..b8f56f74d4e2 100644 --- a/dev-lua/dkjson/dkjson-2.5.ebuild +++ b/dev-lua/dkjson/dkjson-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ SRC_URI="http://dkolf.de/src/dkjson-lua.fsl/tarball/${P}.tar.gz?uuid=release_2_5 LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:= diff --git a/dev-lua/lpeg/metadata.xml b/dev-lua/lpeg/metadata.xml index 8bc501c65d7d..fb7b91969e10 100644 --- a/dev-lua/lpeg/metadata.xml +++ b/dev-lua/lpeg/metadata.xml @@ -13,8 +13,4 @@ lluixhi@gmail.com Aric Belsito - - Use dev-lang/luajit instead of - dev-lang/lua - diff --git a/dev-lua/lua-openssl/metadata.xml b/dev-lua/lua-openssl/metadata.xml index 8d55d018568a..f4da03ad0c56 100644 --- a/dev-lua/lua-openssl/metadata.xml +++ b/dev-lua/lua-openssl/metadata.xml @@ -9,10 +9,6 @@ proxy-maint@gentoo.org Proxy Maintainers - - Use dev-lang/luajit instead of - dev-lang/lua - zhaozg/lua-openssl diff --git a/dev-lua/lua-term/lua-term-0.3.ebuild b/dev-lua/lua-term/lua-term-0.3.ebuild index 043d32b8ee0a..037375caad33 100644 --- a/dev-lua/lua-term/lua-term-0.3.ebuild +++ b/dev-lua/lua-term/lua-term-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/hoelzro/lua-term/archive/${MY_PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:=" diff --git a/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild b/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild index 4a11763929bb..5e6044f1a704 100644 --- a/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild +++ b/dev-lua/lua_cliargs/lua_cliargs-3.0_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/amireh/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:=" diff --git a/dev-lua/luacheck/luacheck-0.20.0.ebuild b/dev-lua/luacheck/luacheck-0.20.0.ebuild index b45c1fc3ae27..290bfa76538d 100644 --- a/dev-lua/luacheck/luacheck-0.20.0.ebuild +++ b/dev-lua/luacheck/luacheck-0.20.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/mpeterv/luacheck/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64" IUSE="doc luajit test" RDEPEND=" diff --git a/dev-lua/luacheck/metadata.xml b/dev-lua/luacheck/metadata.xml index b79aded448ba..76ed9960fb57 100644 --- a/dev-lua/luacheck/metadata.xml +++ b/dev-lua/luacheck/metadata.xml @@ -9,8 +9,4 @@ proxy-maint@gentoo.org Proxy Maintainers - - Use dev-lang/luajit instead of - dev-lang/lua - diff --git a/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild b/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild index 34c0065754f1..74f10dd0168c 100644 --- a/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild +++ b/dev-lua/luafilesystem/luafilesystem-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/keplerproject/luafilesystem/archive/v${MY_PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="luajit" RDEPEND=" diff --git a/dev-lua/luafilesystem/metadata.xml b/dev-lua/luafilesystem/metadata.xml index fb533186d653..59f1123dc93b 100644 --- a/dev-lua/luafilesystem/metadata.xml +++ b/dev-lua/luafilesystem/metadata.xml @@ -11,7 +11,4 @@ LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. - - Use dev-lang/luajit instead of dev-lang/lua - diff --git a/dev-lua/luaossl/metadata.xml b/dev-lua/luaossl/metadata.xml index fbef89369fe2..9988694cece1 100644 --- a/dev-lua/luaossl/metadata.xml +++ b/dev-lua/luaossl/metadata.xml @@ -9,10 +9,6 @@ jakub@jirutka.cz Jakub Jirutka - - Use dev-lang/luajit instead of - dev-lang/lua - wahern/luaossl diff --git a/dev-lua/luassert/luassert-1.7.10.ebuild b/dev-lua/luassert/luassert-1.7.10.ebuild index cc60c96aaf5c..04b5eaa223f9 100644 --- a/dev-lua/luassert/luassert-1.7.10.ebuild +++ b/dev-lua/luassert/luassert-1.7.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/Olivine-Labs/luassert/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="luajit test" CDEPEND=" diff --git a/dev-lua/luassert/metadata.xml b/dev-lua/luassert/metadata.xml index 8f62d93090bd..0c230917f9a9 100644 --- a/dev-lua/luassert/metadata.xml +++ b/dev-lua/luassert/metadata.xml @@ -9,10 +9,6 @@ Adds a framework that allows registering new assertions without compromising builtin assertion functionality. - - Use dev-lang/luajit instead of - dev-lang/lua - Olivine-Labs/luassert diff --git a/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild b/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild index b73375f328a1..0c31ed8fe044 100644 --- a/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild +++ b/dev-lua/luasystem/luasystem-0.2.0_p0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/LuaDist2/luasystem/archive/${MY_PV}.tar.gz -> LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:=" diff --git a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild index 9819c7397116..90276833982d 100644 --- a/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild +++ b/dev-lua/mediator_lua/mediator_lua-1.1.2_p0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:=" diff --git a/dev-lua/messagepack/metadata.xml b/dev-lua/messagepack/metadata.xml index 5291ff50f05e..c1744fe7fc5b 100644 --- a/dev-lua/messagepack/metadata.xml +++ b/dev-lua/messagepack/metadata.xml @@ -1,10 +1,5 @@ - - - Use the lua just-in-time compiler dev-lang/luajit instead of - dev-lang/lua - - + diff --git a/dev-lua/mpack/metadata.xml b/dev-lua/mpack/metadata.xml index 3fbadc712f7a..9afcf4848c6b 100644 --- a/dev-lua/mpack/metadata.xml +++ b/dev-lua/mpack/metadata.xml @@ -9,10 +9,6 @@ proxy-maint@gentoo.org Proxy Maintainers - - Use dev-lang/luajit instead of - dev-lang/lua - tarruda/libmpack diff --git a/dev-lua/say/metadata.xml b/dev-lua/say/metadata.xml index 382dfdc0f2bd..3f45427ec3a2 100644 --- a/dev-lua/say/metadata.xml +++ b/dev-lua/say/metadata.xml @@ -8,10 +8,6 @@ Useful for internationalization. - - Use dev-lang/luajit instead of - dev-lang/lua - Olivine-Labs/say diff --git a/dev-lua/say/say-1.3_p1-r1.ebuild b/dev-lua/say/say-1.3_p1-r1.ebuild index e5c2c5512d0e..ec131a0436f2 100644 --- a/dev-lua/say/say-1.3_p1-r1.ebuild +++ b/dev-lua/say/say-1.3_p1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="luajit test" RDEPEND=" diff --git a/dev-perl/Manifest.gz b/dev-perl/Manifest.gz index 1b2cb163d977..528ba089278d 100644 Binary files a/dev-perl/Manifest.gz and b/dev-perl/Manifest.gz differ diff --git a/dev-perl/XML-LibXSLT/Manifest b/dev-perl/XML-LibXSLT/Manifest index 6783923529d6..2523ea74bbc3 100644 --- a/dev-perl/XML-LibXSLT/Manifest +++ b/dev-perl/XML-LibXSLT/Manifest @@ -1,2 +1,3 @@ DIST XML-LibXSLT-1.94.tar.gz 114015 BLAKE2B e16cebbfc5e126dc56482845af4f21b70c62ef08eb14bc79f678fca35d418858b33d69adc411836f4d81cdb7dde8fb535b9f4855a947deab60ec1d77a4edd9d5 SHA512 52b3ec6ef0556d9dde8320acbea01fe36e219bc62ed2d9e0cbe2f8f402bfc3f42ca1e28a6e047e69f501982fe4ba40d23fcfbce9399388c9f28a0d8804fc5f73 DIST XML-LibXSLT-1.95.tar.gz 114231 BLAKE2B 792ceab8dd2e185c8c3c9a4a6981817ccb667006de588b9a8047eca8c27c63ed73e2aa5629314b723585fa2ca37f468bbacd2ff1d7596e9ca446aca56b412197 SHA512 06a1c9896a391be2588995f25520da05f086b3fa79109884131525a0d76a7b375e0c5a2febf8a79a888f3a9bd25b5eb39064de1baeffafcfe18f5576c9c54e19 +DIST XML-LibXSLT-1.96.tar.gz 114068 BLAKE2B 2225e387e9e877578be51a9a6c8c3612490e79c2cec366dd2fdc64710ce67200f5ab7109742197abcdc311f9a1bf16b42a40c7e7df4d669b638de4ee49782866 SHA512 7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6 diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild new file mode 100644 index 000000000000..245d3796b38e --- /dev/null +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=1.96 +inherit perl-module + +DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +RDEPEND=" + virtual/perl-Encode + >=dev-perl/XML-LibXML-1.700.0 + >=dev-libs/libxslt-1.1.28 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + virtual/pkgconfig +" +PERL_RM_FILES=( + "t/cpan-changes.t" "t/pod.t" + "t/style-trailing-space.t" +) +PATCHES=( + "${FILESDIR}/${PN}-1.96-entityexpandtest.patch" +) diff --git a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch b/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch new file mode 100644 index 000000000000..3826ba5dc5d3 --- /dev/null +++ b/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch @@ -0,0 +1,29 @@ +From a70778f1e263bce11b8749353a7a6a99e3f721fb Mon Sep 17 00:00:00 2001 +From: Kent Fredric +Date: Tue, 27 Mar 2018 16:00:45 +1300 +Subject: Force entity expansion + +Gentoo's XML::LibXML does not expand entities on its own by default +and has to be configured to do so. + +Bug: https://bugs.gentoo.org/623192 +--- + t/06entities.t | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/t/06entities.t b/t/06entities.t +index 32bc395..3d5e791 100644 +--- a/t/06entities.t ++++ b/t/06entities.t +@@ -9,7 +9,7 @@ use XML::LibXSLT; + my $parser = XML::LibXML->new(); + my $xslt = XML::LibXSLT->new(); + +-# $parser->expand_entities(1); ++$parser->expand_entities(1); + + my $source = $parser->parse_string(qq{ + foo}); +-- +2.16.2 + diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz index 814438d6e80a..8637f79680de 100644 Binary files a/dev-python/Manifest.gz and b/dev-python/Manifest.gz differ diff --git a/dev-python/brython/Manifest b/dev-python/brython/Manifest index 599ef0fcb217..ea2a6d340caf 100644 --- a/dev-python/brython/Manifest +++ b/dev-python/brython/Manifest @@ -2,3 +2,4 @@ DIST brython-3.3.3.zip 10040987 BLAKE2B a6a238ac6189e9170653c1987db46f2e0735f25d DIST brython-3.3.4.zip 10047374 BLAKE2B ba4719476206fd71f412d646deb6a7eea3a0aef930814d7fa3589a3e736818f2bc7edf7f642998ae1471da87e3ad05ce89fd9dd32d569267ba45174543e4e520 SHA512 818181e040eefaeffd1e8866af471626ff5874fd99c3ee9fcc09c46a4b4b836619045a2712a8e16121a1132c86407b0676a8125e707eff4c7e867851cf20cecd DIST brython-3.3.5.tar.gz 9215864 BLAKE2B 985671d9d60396101b01813b151798d57ca8b7e6450c9a0eae2f14e65cf06cd12e416715219128ac17ff8fa66f1aa3e736dcbfb17537140b7373598d4c873eb1 SHA512 5226d01e4d0f824885329403e2d9b80dd0bec3ed456102f54fcb3900ff08508e3268111b51b892687db21f2936d4feb4bfd328775812206790bcccb4d9e366a8 DIST brython-3.4.0.tar.gz 9303732 BLAKE2B 18ef80ce4390f052b6743a545236f57339378ebb3df5e51cf56385fc6c25e43a8e40fe4887d86d8390475c3e02e148188c9be1622fbda4938031559a3fb72bf1 SHA512 4533dd07293efd96b8e6d8f690decb65bbe6c511654f2872b4751e549e4fae0bd48ac80f80983d1b5c7ec029b8df455dec83ba544286dd84c64124d55fdd68e1 +DIST brython-3.5.0.tar.gz 9232597 BLAKE2B a01c01cf0e67589bd58312e05eb56b11b7905c19e2ac62b895d3352ff9aa0eba141a52437ab12a1aec43e63d07714b56822db2aa82bec89b46c2c9f8b0980c45 SHA512 a0ba2e66712fdf41d64fee4f832d1e620a965099cb506660268d43c9ff00c808d853ac7b7373bad9bfc16f3ec7b60066ed6ba28c33d7df151624169b272951cc diff --git a/dev-python/brython/brython-3.5.0.ebuild b/dev-python/brython/brython-3.5.0.ebuild new file mode 100644 index 000000000000..50f67db89823 --- /dev/null +++ b/dev-python/brython/brython-3.5.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit webapp python-single-r1 + +DESCRIPTION="A Python 3 implementation for client-side web programming" +HOMEPAGE="http://www.brython.info" +SRC_URI="https://github.com/${PN}-dev/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +need_httpd_cgi + +pkg_setup() { + webapp_pkg_setup + python-single-r1_pkg_setup +} + +src_install() { + dodoc LICENCE.txt README.md + rm -v LICENCE.txt README.md bower.json .{git*,tra*} server.py || die + + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r . + + webapp_src_install +} diff --git a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild index 23e0d26b393e..69c23ce38739 100644 --- a/dev-python/enzyme/enzyme-0.4.1-r2.ebuild +++ b/dev-python/enzyme/enzyme-0.4.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='xml(+)' inherit distutils-r1 diff --git a/dev-python/enzyme/enzyme-9999.ebuild b/dev-python/enzyme/enzyme-9999.ebuild index c9d243a749c9..3c717ab3550d 100644 --- a/dev-python/enzyme/enzyme-9999.ebuild +++ b/dev-python/enzyme/enzyme-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE='xml(+)' inherit distutils-r1 git-r3 diff --git a/dev-python/guessit/guessit-2.1.4.ebuild b/dev-python/guessit/guessit-2.1.4.ebuild index 98774b237126..b991bcb90ea8 100644 --- a/dev-python/guessit/guessit-2.1.4.ebuild +++ b/dev-python/guessit/guessit-2.1.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild index 8c6ead3c27e3..7cc74ef41be7 100644 --- a/dev-python/guessit/guessit-9999.ebuild +++ b/dev-python/guessit/guessit-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 git-r3 diff --git a/dev-python/pyblake2/Manifest b/dev-python/pyblake2/Manifest index a4ccf78d2fbc..28d0d5891578 100644 --- a/dev-python/pyblake2/Manifest +++ b/dev-python/pyblake2/Manifest @@ -1,2 +1 @@ -DIST pyblake2-0.9.3.tar.gz 130641 BLAKE2B 5165f104b5d6bc10bf8b72177b4ad08db55e1a92ad1f04efae2c3d73b6f3f52a0962cfb23832a5f5c1ed9d75c7c3a04be9c37643e381abfc7a2f843fefb43151 SHA512 6336a7f7e79bd3e6ff7f8ff4d279ae170e86f1464b9fa9e7ea7f0dbbac6fcc044caf225111e065f9cd9cdeea0f81fae8d373e1f65be3e418929f53fad063205e DIST pyblake2-1.1.0.tar.gz 125855 BLAKE2B 46af4c24882040bbdd221f90e06652918798e4555c0a7307a596ca4c9ed3147f00297269a44d174782c2b0402eac03ecf5387b1c5a16efb57d036730b58b2630 SHA512 e13c7e4f3a35155cbf531e337895349ec01f0ac36908a4e746cecec063601adfc8a73a7961a9c310d01d3231f44f08d2cc92e891e9cb87659bc7170b9fee6102 diff --git a/dev-python/pyblake2/pyblake2-0.9.3-r1.ebuild b/dev-python/pyblake2/pyblake2-0.9.3-r1.ebuild deleted file mode 100644 index 9245471a8a72..000000000000 --- a/dev-python/pyblake2/pyblake2-0.9.3-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) -inherit distutils-r1 flag-o-matic toolchain-funcs - -DESCRIPTION="BLAKE2 hash function extension module" -HOMEPAGE="https://github.com/dchest/pyblake2 https://pypi.python.org/pypi/pyblake2" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="CC0-1.0" -SLOT="0" -KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -blake2_impl() { - local code=' -#if defined(__XOP__) - HAVE_XOP -#elif defined(__AVX__) - HAVE_AVX -#elif defined(__SSSE3__) - HAVE_SSSE3 -#elif defined(__SSE2__) - HAVE_SSE2 -#endif -' - local res=$($(tc-getCC) -E -P ${CFLAGS} - <<<"${code}") - - case ${res} in - *HAVE_XOP*) echo XOP;; - # this does not actually do anything but implicitly enabled SSE4.1... - *HAVE_AVX*) echo AVX;; - *HAVE_SSSE3*) echo SSSE3;; - # note: SSE2 is 2.5x slower than pure REGS, so we ignore it - #*HAVE_SSE2*) echo SSE2;; - *) echo REGS;; - esac -} - -python_prepare_all() { - # uncomment the implementation of choice - sed -i -e "/BLAKE2_COMPRESS_$(blake2_impl)/s:^#::" setup.py || die - - distutils-r1_python_prepare_all -} - -python_configure_all() { - # reported to break stuff, https://bugs.gentoo.org/638428 - append-flags -fno-tree-vectorize -} - -python_test() { - "${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/pysha3/pysha3-1.0.2.ebuild b/dev-python/pysha3/pysha3-1.0.2.ebuild deleted file mode 100644 index 2d74cbfc8274..000000000000 --- a/dev-python/pysha3/pysha3-1.0.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -inherit distutils-r1 - -DESCRIPTION="SHA-3 (Keccak) for Python 2.7 - 3.5" -HOMEPAGE="https://github.com/tiran/pysha3 https://pypi.python.org/pypi/pysha3" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" - -LICENSE="CC0-1.0 PSF-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -} diff --git a/dev-ros/Manifest.gz b/dev-ros/Manifest.gz index 4194acf3ea6b..3ca53a66eea8 100644 Binary files a/dev-ros/Manifest.gz and b/dev-ros/Manifest.gz differ diff --git a/dev-ros/combined_robot_hw/Manifest b/dev-ros/combined_robot_hw/Manifest index 75efbc1a88d3..11f89d506db6 100644 --- a/dev-ros/combined_robot_hw/Manifest +++ b/dev-ros/combined_robot_hw/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/combined_robot_hw/combined_robot_hw-0.14.0.ebuild b/dev-ros/combined_robot_hw/combined_robot_hw-0.14.0.ebuild new file mode 100644 index 000000000000..9bb0b92638d0 --- /dev/null +++ b/dev-ros/combined_robot_hw/combined_robot_hw-0.14.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Combined Robot HW class" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-ros/hardware_interface-0.11 + dev-ros/pluginlib + dev-libs/tinyxml2:= + dev-ros/roscpp + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/combined_robot_hw_tests/Manifest b/dev-ros/combined_robot_hw_tests/Manifest index 75efbc1a88d3..11f89d506db6 100644 --- a/dev-ros/combined_robot_hw_tests/Manifest +++ b/dev-ros/combined_robot_hw_tests/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.0.ebuild b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.0.ebuild new file mode 100644 index 000000000000..e23c205a4524 --- /dev/null +++ b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.14.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Combined Robot HW class tests" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/combined_robot_hw + dev-ros/controller_manager + dev-ros/controller_manager_tests + dev-ros/hardware_interface + dev-ros/roscpp + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" diff --git a/dev-ros/controller_interface/Manifest b/dev-ros/controller_interface/Manifest index 75efbc1a88d3..11f89d506db6 100644 --- a/dev-ros/controller_interface/Manifest +++ b/dev-ros/controller_interface/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/controller_interface/controller_interface-0.14.0.ebuild b/dev-ros/controller_interface/controller_interface-0.14.0.ebuild new file mode 100644 index 000000000000..e8684ba4ea1c --- /dev/null +++ b/dev-ros/controller_interface/controller_interface-0.14.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Interface base class for controllers" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/hardware_interface + dev-ros/pluginlib +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/controller_manager/Manifest b/dev-ros/controller_manager/Manifest index 75efbc1a88d3..11f89d506db6 100644 --- a/dev-ros/controller_manager/Manifest +++ b/dev-ros/controller_manager/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/controller_manager/controller_manager-0.14.0.ebuild b/dev-ros/controller_manager/controller_manager-0.14.0.ebuild new file mode 100644 index 000000000000..a0f15d6da1aa --- /dev/null +++ b/dev-ros/controller_manager/controller_manager-0.14.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="The controller manager" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/controller_interface + >=dev-ros/controller_manager_msgs-0.10.0[${CATKIN_MESSAGES_PYTHON_USEDEP},${CATKIN_MESSAGES_CXX_USEDEP}] + >=dev-ros/hardware_interface-0.10.0 + dev-ros/realtime_tools + dev-ros/pluginlib + dev-libs/tinyxml2:= + dev-ros/rospy[${PYTHON_USEDEP}] + dev-ros/roslib[${PYTHON_USEDEP}] + dev-ros/rosparam[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" diff --git a/dev-ros/controller_manager_msgs/Manifest b/dev-ros/controller_manager_msgs/Manifest index 75efbc1a88d3..11f89d506db6 100644 --- a/dev-ros/controller_manager_msgs/Manifest +++ b/dev-ros/controller_manager_msgs/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/controller_manager_msgs/controller_manager_msgs-0.14.0.ebuild b/dev-ros/controller_manager_msgs/controller_manager_msgs-0.14.0.ebuild new file mode 100644 index 000000000000..6139986be33e --- /dev/null +++ b/dev-ros/controller_manager_msgs/controller_manager_msgs-0.14.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) +CATKIN_HAS_MESSAGES=yes +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" + +inherit ros-catkin + +DESCRIPTION="The controller manager" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/rospy[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/dev-ros/controller_manager_tests/Manifest b/dev-ros/controller_manager_tests/Manifest index 75efbc1a88d3..11f89d506db6 100644 --- a/dev-ros/controller_manager_tests/Manifest +++ b/dev-ros/controller_manager_tests/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/controller_manager_tests/controller_manager_tests-0.14.0.ebuild b/dev-ros/controller_manager_tests/controller_manager_tests-0.14.0.ebuild new file mode 100644 index 000000000000..e78a04991c3d --- /dev/null +++ b/dev-ros/controller_manager_tests/controller_manager_tests-0.14.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Tests for the controller manager" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/controller_manager[${PYTHON_USEDEP}] + dev-ros/controller_interface + dev-ros/control_toolbox + dev-libs/boost:= + dev-libs/console_bridge:= +" +DEPEND="${RDEPEND} + test? ( + dev-ros/rostest[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + dev-ros/rosservice[${PYTHON_USEDEP}] + )" diff --git a/dev-ros/hardware_interface/Manifest b/dev-ros/hardware_interface/Manifest index 75efbc1a88d3..11f89d506db6 100644 --- a/dev-ros/hardware_interface/Manifest +++ b/dev-ros/hardware_interface/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/hardware_interface/hardware_interface-0.14.0.ebuild b/dev-ros/hardware_interface/hardware_interface-0.14.0.ebuild new file mode 100644 index 000000000000..eaae5e2ef40b --- /dev/null +++ b/dev-ros/hardware_interface/hardware_interface-0.14.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Hardware Interface base class" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="dev-ros/roscpp" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest )" diff --git a/dev-ros/joint_limits_interface/Manifest b/dev-ros/joint_limits_interface/Manifest index b524dbf62fcb..c257756e5f85 100644 --- a/dev-ros/joint_limits_interface/Manifest +++ b/dev-ros/joint_limits_interface/Manifest @@ -6,3 +6,4 @@ DIST ros_control-0.11.4.tar.gz 647356 BLAKE2B 80d28f716f9c581a2003506e62ca9efeae DIST ros_control-0.11.5.tar.gz 647031 BLAKE2B 36cea814c190c036c31f584f84d0eedb9dc3c69e269b6aaaefacd8757bf29627f9665768af3ad497872429aeae9882ae73b08d146392b3606ae51fc06f9231ca SHA512 78840dbcc4ce544b778bd31f34aa94dce65fef4768e06aa9e5ed1363665ba14fc9fdf82cc85b2c6fe0e07ccdf9213be89f30a62e6ae3fd896aa55baee06de034 DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/joint_limits_interface/joint_limits_interface-0.14.0.ebuild b/dev-ros/joint_limits_interface/joint_limits_interface-0.14.0.ebuild new file mode 100644 index 000000000000..9f9f5afce787 --- /dev/null +++ b/dev-ros/joint_limits_interface/joint_limits_interface-0.14.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="Interface for enforcing joint limits" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/roscpp + dev-ros/hardware_interface + dev-libs/urdfdom + dev-ros/urdf +" +DEPEND="${RDEPEND} + test? ( dev-ros/rostest dev-cpp/gtest )" diff --git a/dev-ros/roslint/Manifest b/dev-ros/roslint/Manifest index 0e77faa3924e..13f0d1672a52 100644 --- a/dev-ros/roslint/Manifest +++ b/dev-ros/roslint/Manifest @@ -1,2 +1,3 @@ DIST roslint-0.11.0.tar.gz 97432 BLAKE2B d923759663726689fd2c94af21ec74a800825636c71fbcce178be3bc559e63cb67c040fefce0c3e420d09899010f6f059143dc22d236e511eae815584849e015 SHA512 42a77c30f3e34f284852178d5debd802ca7ee5720821b8441f7f702093f46f16ea371713966087eb402cc161ac1c0698cd398d7d5c2fa636dc41f857471fbb0c DIST roslint-0.11.1.tar.gz 97481 BLAKE2B d42e4998f2a51d6bebe9060745dce2ed3b3299725762445621cdb0464acfe17454ddfa747ebbc7a7e5c3482a18d905d3a930cfb2f7bef20ce5ef90987788e92d SHA512 5cb0ce8de001565e33e8d96a8f71df0f80792851abdb1ff68663f5672b5a3c6ea193a3083e6074b182a245de364c153007fa105dc2cdd900ed60d4f9cb799483 +DIST roslint-0.11.2.tar.gz 97537 BLAKE2B 3460ecff57588ad0579fba96bd77b45ab86b7c4a160209a8515f3c4881290528e8ca138522df3f9a76f00d3e24d66d91ca78292510a1ae7024bed6cd2f8151f9 SHA512 0aa80b679bf38ed503ab06227bc3c949f5b5473d0a6b0b0c496ae8b37611ae7edb8a42bbb1b0398a9b3428a23934a6805da04fd29668aab93c212f87aa224b2b diff --git a/dev-ros/roslint/roslint-0.11.2.ebuild b/dev-ros/roslint/roslint-0.11.2.ebuild new file mode 100644 index 000000000000..c659c0c20ce9 --- /dev/null +++ b/dev-ros/roslint/roslint-0.11.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/roslint" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) + +inherit ros-catkin + +DESCRIPTION="Performs static checking of Python or C++ source code for errors and standards compliance" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/dev-ros/rqt_bag/Manifest b/dev-ros/rqt_bag/Manifest index 16e78b8b2a5c..3db28191d640 100644 --- a/dev-ros/rqt_bag/Manifest +++ b/dev-ros/rqt_bag/Manifest @@ -1,2 +1,2 @@ DIST rqt_bag-0.4.11.tar.gz 50276 BLAKE2B b393c935701a713b462b8035c765c6b4570a95447c846dfb052ddd4d4e4c2aba407dde96c584fdc85d58cf2eb1d7b290c34cf337beb425225aa629bc8555154f SHA512 d345d4a1900b06bdf7649e0123780ad33f116dffe832f3492029ba3a25843984014cb2c7ac2d848df7c4c9683f14c14d3f9acb528e4ed04a12d3dd017b5df9c1 -DIST rqt_bag-0.4.9.tar.gz 50135 BLAKE2B cec4de4bb1fe435ddbccc91eb70418cb216dc27d3bf70647ab36dc77f0243ae53cfb03fb2fb184c5f4b3be6a4de58136e75b02ce21bda1f4d5bc55df3ac0ec3a SHA512 1734db3cb7ed34dcddadaf875c13ac97c7b5a86e8028e744d55e5d7bba13a6a4fbe3db628975c847d100332642410d2eb84c2d47cc439b367d9be94c205aabdb +DIST rqt_bag-0.4.12.tar.gz 50403 BLAKE2B dd6825e29fe919a1749f18d0fe22cd3e65b9a4469fcbd21ad48b39afa37fcdb82d2a69651cb297effa06d61006e27727fd4e68b531929c38e8f9018c05eca5d6 SHA512 575ad0322423f26e663149f7cb12208de64a64f813f9dfc16b168d10396cf7b06d69bbcd50262b0d55fc1e188e63943de7a995eec3bcacd65d67f92e0714afb1 diff --git a/dev-ros/rqt_bag/rqt_bag-0.4.9.ebuild b/dev-ros/rqt_bag/rqt_bag-0.4.12.ebuild similarity index 93% rename from dev-ros/rqt_bag/rqt_bag-0.4.9.ebuild rename to dev-ros/rqt_bag/rqt_bag-0.4.12.ebuild index 9131e47b8514..c2de8e98991b 100644 --- a/dev-ros/rqt_bag/rqt_bag-0.4.9.ebuild +++ b/dev-ros/rqt_bag/rqt_bag-0.4.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 diff --git a/dev-ros/rqt_bag_plugins/Manifest b/dev-ros/rqt_bag_plugins/Manifest index 16e78b8b2a5c..3db28191d640 100644 --- a/dev-ros/rqt_bag_plugins/Manifest +++ b/dev-ros/rqt_bag_plugins/Manifest @@ -1,2 +1,2 @@ DIST rqt_bag-0.4.11.tar.gz 50276 BLAKE2B b393c935701a713b462b8035c765c6b4570a95447c846dfb052ddd4d4e4c2aba407dde96c584fdc85d58cf2eb1d7b290c34cf337beb425225aa629bc8555154f SHA512 d345d4a1900b06bdf7649e0123780ad33f116dffe832f3492029ba3a25843984014cb2c7ac2d848df7c4c9683f14c14d3f9acb528e4ed04a12d3dd017b5df9c1 -DIST rqt_bag-0.4.9.tar.gz 50135 BLAKE2B cec4de4bb1fe435ddbccc91eb70418cb216dc27d3bf70647ab36dc77f0243ae53cfb03fb2fb184c5f4b3be6a4de58136e75b02ce21bda1f4d5bc55df3ac0ec3a SHA512 1734db3cb7ed34dcddadaf875c13ac97c7b5a86e8028e744d55e5d7bba13a6a4fbe3db628975c847d100332642410d2eb84c2d47cc439b367d9be94c205aabdb +DIST rqt_bag-0.4.12.tar.gz 50403 BLAKE2B dd6825e29fe919a1749f18d0fe22cd3e65b9a4469fcbd21ad48b39afa37fcdb82d2a69651cb297effa06d61006e27727fd4e68b531929c38e8f9018c05eca5d6 SHA512 575ad0322423f26e663149f7cb12208de64a64f813f9dfc16b168d10396cf7b06d69bbcd50262b0d55fc1e188e63943de7a995eec3bcacd65d67f92e0714afb1 diff --git a/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.9.ebuild b/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.12.ebuild similarity index 95% rename from dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.9.ebuild rename to dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.12.ebuild index 48735760362d..0f850d2d8e5f 100644 --- a/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.9.ebuild +++ b/dev-ros/rqt_bag_plugins/rqt_bag_plugins-0.4.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 diff --git a/dev-ros/rqt_controller_manager/Manifest b/dev-ros/rqt_controller_manager/Manifest index 75efbc1a88d3..11f89d506db6 100644 --- a/dev-ros/rqt_controller_manager/Manifest +++ b/dev-ros/rqt_controller_manager/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/rqt_controller_manager/rqt_controller_manager-0.14.0.ebuild b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.14.0.ebuild new file mode 100644 index 000000000000..3f327270d905 --- /dev/null +++ b/dev-ros/rqt_controller_manager/rqt_controller_manager-0.14.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} +PYTHON_COMPAT=( python2_7 ) + +inherit ros-catkin + +DESCRIPTION="RQT control manager plugin" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/controller_manager[${PYTHON_USEDEP}] + dev-ros/rqt_gui[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/dev-ros/transmission_interface/Manifest b/dev-ros/transmission_interface/Manifest index 75efbc1a88d3..11f89d506db6 100644 --- a/dev-ros/transmission_interface/Manifest +++ b/dev-ros/transmission_interface/Manifest @@ -1 +1,2 @@ DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/dev-ros/transmission_interface/transmission_interface-0.14.0.ebuild b/dev-ros/transmission_interface/transmission_interface-0.14.0.ebuild new file mode 100644 index 000000000000..cbd2d0bc98b5 --- /dev/null +++ b/dev-ros/transmission_interface/transmission_interface-0.14.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Transmission Interface" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/hardware_interface + dev-ros/pluginlib + dev-libs/tinyxml2:= + dev-libs/console_bridge:= + dev-ros/resource_retriever + dev-ros/roscpp + dev-libs/tinyxml + dev-libs/boost:= +" +DEPEND="${RDEPEND}" diff --git a/dev-ruby/Manifest.gz b/dev-ruby/Manifest.gz index 1b1ee006e5c0..22f55620fa94 100644 Binary files a/dev-ruby/Manifest.gz and b/dev-ruby/Manifest.gz differ diff --git a/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild b/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild index b6da8fb7797c..43443b66195a 100644 --- a/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild +++ b/dev-ruby/childlabor/childlabor-0.0.3-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" diff --git a/dev-ruby/mocha/mocha-1.4.0.ebuild b/dev-ruby/mocha/mocha-1.4.0.ebuild index 1c0498c648b6..b70f4f07791b 100644 --- a/dev-ruby/mocha/mocha-1.4.0.ebuild +++ b/dev-ruby/mocha/mocha-1.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_TASK_TEST="test:units" diff --git a/dev-ruby/slop/Manifest b/dev-ruby/slop/Manifest index 85a42e3836b8..fd5600b27af2 100644 --- a/dev-ruby/slop/Manifest +++ b/dev-ruby/slop/Manifest @@ -2,3 +2,4 @@ DIST slop-3.6.0.tgz 19570 BLAKE2B a65b4bf689d48f7a97d00a9a06a926d5cd10a62053e9ff DIST slop-4.4.1.tgz 14506 BLAKE2B 2750bba5b58e56e333cfdb5397bda025e6d55cc08411ad2c50f2def00c2dd9830cf9e3078ac0fc34d36e0d940e7985bce19539ba47ac7748cc10a392238cde70 SHA512 fc0675ee82664195823e5fe465d0812324722b1ecf8d998e13cdcd2cafa7f5ddab3b10b2912ecaf6213f44edfb8baa09e6437596bd4a9a3d7d329efa52bcfc1e DIST slop-4.4.3.tgz 14763 BLAKE2B e0bfbf296b5c17fe9b8a96c3b8c579444084882cfa5cdca6a9aee8dac6e1290959b00e12078a79c64c1dd1fd2ca5282b9efae57751a1a2a1435bb3dce617724e SHA512 ef34bde9a11734b833270a7a2e5e41996c448d02ab4af37950abfd053c817d1075f0ec2fb8068642d784e2e285b9cba9d6e002f97a1a84cc7dba84a319624544 DIST slop-4.6.1.tgz 15670 BLAKE2B 688c01b03489902fae3e5528b3d33618e28f9d26432834a5c92bd7aa9fc1065688d980e2beb0c92bf81a27e5a372bfdd7739e1311954272571a17e7902be709e SHA512 c32714dd54f65fc5f0da680a94a74c0acb573e3fe5bf36770d849180b921e9794bb0a5dadfe340f7177cc91b433c895cf5d22ff078a9b13d872a24a153cf7236 +DIST slop-4.6.2.tgz 15750 BLAKE2B a31c8ec895e534be7fe77eb09909c2210d298c1a89099080af816b9e06a5ee2358aef223b1ce0669f9d40cc91c04ce55e8ebb6d506a4bec35fb1fd9b93c0017d SHA512 352d7e5bbbe9ae4c324d1561f953fe28c1c99078bdef27f1be45453e60b34e0191e94d8952ec0a8cee7d689c6ba910616c9515747e81a8378fa825cb2139bfc7 diff --git a/dev-ruby/slop/slop-4.6.2.ebuild b/dev-ruby/slop/slop-4.6.2.ebuild new file mode 100644 index 000000000000..b1b5e9148f25 --- /dev/null +++ b/dev-ruby/slop/slop-4.6.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +USE_RUBY="ruby22 ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API" +HOMEPAGE="https://github.com/injekt/slop" +SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" + +LICENSE="MIT" +SLOT="4" +KEYWORDS="~amd64 ~ppc64 ~x86" + +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest )" + +all_ruby_prepare() { + sed -i -e '/git ls-files/d' slop.gemspec || die +} diff --git a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild index 3969b0073350..2ab4ebb5475d 100644 --- a/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild +++ b/dev-ruby/thread_safe/thread_safe-0.3.6.ebuild @@ -3,7 +3,7 @@ EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23 ruby24" +USE_RUBY="ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" diff --git a/dev-util/Manifest.gz b/dev-util/Manifest.gz index a7ee6ac9f5ac..ab15e3ee4e14 100644 Binary files a/dev-util/Manifest.gz and b/dev-util/Manifest.gz differ diff --git a/dev-util/clair/Manifest b/dev-util/clair/Manifest index bb820beae5a7..062e7e95e414 100644 --- a/dev-util/clair/Manifest +++ b/dev-util/clair/Manifest @@ -1 +1,2 @@ DIST clair-2.0.1.tar.gz 5194465 BLAKE2B b91bc130ce7237c5398715bfd91f6744d89bd9690ddd5d99aabbcc62b22c148dbbe2594d1c1376010d9cd992012d639ceef4e9a78d1837c633978f52b4d223ae SHA512 03293829426d81157860effd893b72164679b4ec40c19294e321d489ced67dfea72415cdd9b1005ae590367c68f746664a76f63a29c7d714b22917f2323c4937 +DIST clair-2.0.2.tar.gz 5194625 BLAKE2B a1866ec881036a3f3891935782ccb4709c26a8051b4d762be2e7eae2da11ecbad794d21fd2d62c842f5d6d18a8f203a2258d9e9fad985455becc494753c75e43 SHA512 1522c40059594f8f7ce17781269a3511e987173c741c550e5c0b87beaabe73e368a23ddd75a2499a6e9f8920308744809c4c938af31cdb93ce2f0a817f906674 diff --git a/dev-util/clair/clair-2.0.2.ebuild b/dev-util/clair/clair-2.0.2.ebuild new file mode 100644 index 000000000000..8c92e5db7e56 --- /dev/null +++ b/dev-util/clair/clair-2.0.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit user golang-build golang-vcs-snapshot + +EGO_PN="github.com/coreos/clair" +EGIT_COMMIT="v${PV}" +ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Vulnerability Static Analysis for Containers" +HOMEPAGE="https://github.com/coreos/clair" +SRC_URI="${ARCHIVE_URI}" +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +RDEPEND="app-arch/rpm + app-arch/xz-utils + dev-vcs/bzr + dev-vcs/git + !!sci-visualization/xd3d" # File collision (Bug #621044) + +pkg_setup() { + enewgroup ${PN} + enewuser ${PN} -1 -1 -1 ${PN} +} + +src_compile() { + GOPATH="${S}" go build -o bin/${PN} -v ${EGO_PN}/cmd/${PN} || die +} + +src_install() { + dobin bin/${PN} + pushd src/${EGO_PN} || die + dodoc {README,ROADMAP,CONTRIBUTING}.md + insinto /etc/${PN} + doins config.example.yaml + popd || die + + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + keepdir /var/log/${PN} + fowners ${PN}:${PN} /var/log/${PN} +} diff --git a/dev-util/clinfo/Manifest b/dev-util/clinfo/Manifest index 6e9bb1adb20b..ac5723aade40 100644 --- a/dev-util/clinfo/Manifest +++ b/dev-util/clinfo/Manifest @@ -1,3 +1 @@ -DIST clinfo-2.2.17.10.25.tar.gz 32992 BLAKE2B aedc6c48e557ca1222caa207a1e916f3d8e2d3666379c25dc8f28bfdbc74fee0d0918d0e5a84fd830a99cb5f09cbe452ed9329d44706783277d70600dcdd5c76 SHA512 9b035fb9ee052a8cff517032db70d16c796c3a2b82fefded5805dd7b012472b1226fc634d8b9e890be604f26f959a2a7438966158e2ccfc9e27af1fc03971c46 -DIST clinfo-2.2.18.03.15.tar.gz 35465 BLAKE2B f6a713b8e1af7ad048335409996143697f7bfea742bab979a7999a02fbbdb83f744dd4fc636877d083028177210a9b13012af0c8b47fc676b7711fb5d3d1e7dd SHA512 fb0a38d14c9416dd82df4f44e6f66ded7156211f0ad65c9ac141df8d0d1e80bc003e5ee9a2206925a40b89fe278a1c6bd2880805dac745947f0ef324d5edb885 -DIST clinfo-2.2.18.03.22.tar.gz 37210 BLAKE2B 394ffa3f5fbd0704c412053fbe7591fa629bae749b8235ba53baadccab244d09500bc648e91ee97b7fe5dec2472a209a5c788a17d8a1e7f908829eb628b9b699 SHA512 c31f700be8d1860301b7c1b6ed76964e9e0252f055ff5c1abd1875bd553591bed2c81e6a2be6fa0ac82d49609e9651944cdfedf584beef2384679975221f0f8c +DIST clinfo-2.2.18.03.26.tar.gz 38519 BLAKE2B 736036f4f84c170876b9b550bfe837c67a273cef9032af8734035edf5070d17d876d10f7d5c81889966df0a9ad4192c43c1501326188782cc674611ea57130ef SHA512 dec90a314e6c52e5501339dbe594cb57cfc8cae6855db7bb88b36984fd661e55f2cc8eb29fa546998862c806ec752bfc2b6a9e0d9d962370f84b0091605c1bcb diff --git a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild b/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild deleted file mode 100644 index a3dd2fa351bc..000000000000 --- a/dev-util/clinfo/clinfo-2.2.17.10.25.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git" - inherit git-r3 - SRC_URI="" -else - SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="A tool to display info about the system's OpenCL capabilities" -HOMEPAGE="https://github.com/Oblomov/clinfo" -LICENSE="CC0-1.0" -SLOT="0" - -DEPEND="virtual/opencl" -RDEPEND="${DEPEND}" - -src_install() { - emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install -} diff --git a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild deleted file mode 100644 index 7a1b5ce68d4d..000000000000 --- a/dev-util/clinfo/clinfo-2.2.18.03.22.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/Oblomov/clinfo.git" - inherit git-r3 - SRC_URI="" -else - SRC_URI="https://github.com/Oblomov/clinfo/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="A tool to display info about the system's OpenCL capabilities" -HOMEPAGE="https://github.com/Oblomov/clinfo" -LICENSE="CC0-1.0" -SLOT="0" - -DEPEND="virtual/opencl" -RDEPEND="${DEPEND}" - -src_install() { - emake MANDIR="${ED}"/usr/share/man PREFIX="${ED}"/usr install -} diff --git a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild b/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild similarity index 90% rename from dev-util/clinfo/clinfo-2.2.18.03.15.ebuild rename to dev-util/clinfo/clinfo-2.2.18.03.26.ebuild index 7a1b5ce68d4d..3d01e885bdad 100644 --- a/dev-util/clinfo/clinfo-2.2.18.03.15.ebuild +++ b/dev-util/clinfo/clinfo-2.2.18.03.26.ebuild @@ -17,7 +17,8 @@ HOMEPAGE="https://github.com/Oblomov/clinfo" LICENSE="CC0-1.0" SLOT="0" -DEPEND="virtual/opencl" +DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4 + virtual/opencl" RDEPEND="${DEPEND}" src_install() { diff --git a/dev-util/clinfo/clinfo-9999.ebuild b/dev-util/clinfo/clinfo-9999.ebuild index a3dd2fa351bc..3d01e885bdad 100644 --- a/dev-util/clinfo/clinfo-9999.ebuild +++ b/dev-util/clinfo/clinfo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,8 @@ HOMEPAGE="https://github.com/Oblomov/clinfo" LICENSE="CC0-1.0" SLOT="0" -DEPEND="virtual/opencl" +DEPEND=">=app-eselect/eselect-opencl-1.1.0-r4 + virtual/opencl" RDEPEND="${DEPEND}" src_install() { diff --git a/dev-util/dialog/Manifest b/dev-util/dialog/Manifest index 4b51cfc5a8bb..7ab0ac7c1010 100644 --- a/dev-util/dialog/Manifest +++ b/dev-util/dialog/Manifest @@ -1,3 +1,4 @@ DIST dialog-1.3-20160828.tgz 501960 BLAKE2B a9ec14a56dfa165345b5cc60e2f91b3da6c3be54b5ca8a89798cf4bcc92a95a586b17ad6435cedcc330c9bb001203e6c7b4f3a302d31591fe890c4a2d5b622d0 SHA512 aa0329578c8b0580e52b1f6aad5c7179bc519c3791cf115b035e28f25e5f48d7a626faa1a322b81365646018a2f8b09f67f4df0629899b50aa5ce7190b022113 DIST dialog-1.3-20170131.tgz 507783 BLAKE2B a98c436eabc8d06619bd64a8b1d647a0712630f0f89565253636ef2f38333ca6926177aa0c2001305b0c06fc7a1f576cda87da493183402ef9ec3cdc3fa8be23 SHA512 818b4e9d0d5ee55377b78ccceacf59a78e5e6d6fbc09e24a19e62b4988ff8de32f3364132b9ee88c86e126114eda45c82d86397d5f26fae81a6bda91be979786 DIST dialog-1.3-20170509.tgz 509135 BLAKE2B 30f443953701f79db86a317d3c1a3a7743685388cf432a4d48e10f0df5181207e0a182f96566cd868d9ee5db8296f362e57f40a8e58c99d3b372eb967bc56ebe SHA512 dd3fe2041a15dd344ea39a1ba111d3b26daca1cda91a4e82f1223385a49cdf3de15f11129366a20c5a24b16b5301f215543850a390d70d0559f98247bbd49a56 +DIST dialog_1.3-20171209.orig.tar.gz 511503 BLAKE2B db633f882cce8a0ecd1446c26b305f5567bcdc0fb8e073ff3a443fbf56662638685578040ecd21220192c069899998f587aa04db8185074b4c8af957df77c49c SHA512 0355578bc64e2c75a2aae3ae83aff62eae60556a2890d50a72988efa76b82055755922bc1156a92370d773524865e76b8a0ddcde77fb6e6b5774c987fc22dee8 diff --git a/dev-util/dialog/dialog-1.3.20171209.ebuild b/dev-util/dialog/dialog-1.3.20171209.ebuild new file mode 100644 index 000000000000..76110e4b945f --- /dev/null +++ b/dev-util/dialog/dialog-1.3.20171209.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils multilib versionator + +DEB_P="${PN}_$(replace_version_separator 2 '-')" +DIA_P="${PN}-$(replace_version_separator 2 '-')" +DESCRIPTION="tool to display dialog boxes from a shell" +HOMEPAGE="https://invisible-island.net/dialog/dialog.html" +SRC_URI="mirror://debian/pool/main/d/${PN}/${DEB_P}.orig.tar.gz" + +LICENSE="GPL-2" +SLOT="0/14" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="examples minimal nls static-libs unicode" + +RDEPEND=" + >=sys-libs/ncurses-5.2-r5:=[unicode?] +" +DEPEND=" + ${RDEPEND} + nls? ( sys-devel/gettext ) + !minimal? ( sys-devel/libtool ) + !<=sys-freebsd/freebsd-contrib-8.9999 +" +S=${WORKDIR}/${DIA_P} + +src_prepare() { + default + sed -i -e '/LIB_CREATE=/s:${CC}:& ${LDFLAGS}:g' configure || die + sed -i '/$(LIBTOOL_COMPILE)/s:$: $(LIBTOOL_OPTS):' makefile.in || die +} + +src_configure() { + econf \ + --disable-rpath-hack \ + $(use_enable nls) \ + $(use_with !minimal libtool) \ + --with-libtool-opts=$(usex static-libs '' '-shared') \ + --with-ncurses$(usex unicode w '') +} + +src_install() { + use minimal && default || emake DESTDIR="${D}" install-full + + use examples && dodoc -r samples + + dodoc CHANGES README + + prune_libtool_files +} diff --git a/dev-util/goland/Manifest b/dev-util/goland/Manifest index e402bdd87f74..39022af023d6 100644 --- a/dev-util/goland/Manifest +++ b/dev-util/goland/Manifest @@ -1,2 +1,2 @@ -DIST goland-2017.3.1.tar.gz 213951052 BLAKE2B 019ebf772443dd9f5e81cfb3717f5e4cb19ec3c8a67eb20037b6b72c97bf3e382e073660021aac22c3e6dbef9b71c4642acd026e10f27e09a5c60002cc2fc84e SHA512 b4d0251ede2a80b1cabf6b29e362a1679929d4f24530a88f6bc80482bb8fbd36d0d619d94b0cce45ca2c92142335a84141aa6e54fb42154ac09097e8b7318a16 DIST goland-2017.3.2.tar.gz 214008724 BLAKE2B 682860f2dfaa96a97ac91eed2a49aa4ee524154df5ba10936b1cc2f816e837b21b27f9da9641c06e5b028fb44d03933abc6b64b87e286e1c38a4c08b92dd2626 SHA512 3488905d1c8944b80f24d40e910da2c04f06ee6dcc08620ffbc7b96c0214d28e00f36b85a178ee9ede8c08fda89294e0d10b99c6929eb595284fc937270e17a5 +DIST goland-2017.3.3.tar.gz 214166755 BLAKE2B b110123b521280e3b120c4277851f5e110b71d882c90ccabb4045eb0f7c2123d514674b8cb7fc726861787b699a573e3189febead8b402dbf542ac22d6787b7c SHA512 18bc2be621408107f7bcc8b359f07ee8b933a9357f21d272196b5d04d411a720bb8643ac2788ecdc4ee6313b23a39f60e3a28776622b3355d80a73e3197abee4 diff --git a/dev-util/goland/goland-2017.3.1.ebuild b/dev-util/goland/goland-2017.3.3.ebuild similarity index 97% rename from dev-util/goland/goland-2017.3.1.ebuild rename to dev-util/goland/goland-2017.3.3.ebuild index 94765715499f..d46b730ae466 100644 --- a/dev-util/goland/goland-2017.3.1.ebuild +++ b/dev-util/goland/goland-2017.3.3.ebuild @@ -17,7 +17,7 @@ LICENSE="IDEA QA_PREBUILT="opt/${P}/*" -S=${WORKDIR}/GoLand-${PV%.*} +S=${WORKDIR}/GoLand-${PV} RDEPEND="dev-lang/go" diff --git a/dev-util/patchelf/Manifest b/dev-util/patchelf/Manifest index 9c4a653bc3e5..c05694b07e29 100644 --- a/dev-util/patchelf/Manifest +++ b/dev-util/patchelf/Manifest @@ -1,2 +1,3 @@ DIST patchelf-0.8.tar.bz2 119369 BLAKE2B bfe7dceea9a79845c61bc7490faad5cd4d5e83bc0be4ec7e3b19fbed91ecb7d15e0a0688d4914731b94f0522c80ea9f940b6a8ad5595931df8826ef43f2fd209 SHA512 819ace0ee032612e8bef56f230ea470be9d44bc03ef561f98ffac84f2555e419f87309280df6d265a8ae56452e54d46fc90be13a449847e93e4e7b413dc8605a DIST patchelf-0.9.tar.bz2 159956 BLAKE2B 7e8543a98aa683eeafacfb836a02ad7cf2fb52409b0780edb614e30edc66f8f356a9bd19e133b185861fe9c6ae0e4868b0b307c174610eef80e3446610f76bcb SHA512 5bd3a1268b809f173debde5d34c3f736f38d7afb69decf609a422884c51eb1d5ccf62f2d454d4ef8b2c20e263ece49e3c2f801347ef1dfcceecd89c78a214790 +DIST patchelf-0.9_p20180129.tar.gz 99490 BLAKE2B a5372942f7f400085a1d5e15701a25f916012ae6afc90cc3065aebf6fd0fc7cae3a626496cae4a7ce7320e5c954b0b11a14defae0bacf3350bf6b201db952eb5 SHA512 eabeb34dbef68dc6e79374f46bdbe473ca3c21515962c684f3368fdf7a1dbea75ec152fdb7796f9d22c2f40da25e3f9c181cd1a29e52fbe5843a8cd02acb2c75 diff --git a/dev-util/patchelf/patchelf-0.9_p20180129.ebuild b/dev-util/patchelf/patchelf-0.9_p20180129.ebuild new file mode 100644 index 000000000000..0efbab73c0ab --- /dev/null +++ b/dev-util/patchelf/patchelf-0.9_p20180129.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools vcs-snapshot + +DESCRIPTION="Small utility to modify the dynamic linker and RPATH of ELF executables" +HOMEPAGE="http://nixos.org/patchelf.html" +COMMIT=1fa4d36fead44333528cbee4b5c04c207ce77ca4 +SRC_URI="https://github.com/NixOS/${PN^}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +LICENSE="GPL-3" + +src_prepare() { + default + rm src/elf.h || die + + sed -i \ + -e 's:-Werror::g' \ + -e 's:parallel-tests:serial-tests:g' \ + configure.ac || die + + eautoreconf +} diff --git a/dev-util/sysdig/Manifest b/dev-util/sysdig/Manifest index 6ce959c42de6..4ba756a9f299 100644 --- a/dev-util/sysdig/Manifest +++ b/dev-util/sysdig/Manifest @@ -1,2 +1 @@ -DIST sysdig-0.19.1.tar.gz 742149 BLAKE2B 413c03816573b35c35c9a5fc305e8103c118feabe6555b83e029acd5683ad4a361eec07624ea0b0bb8d081fdb62ce0b455ff2fa2ebdc0420546a848af284e25c SHA512 a3947ecd2019af75d787d956b3931dc1aac593279256a92fc02ff0d7e0a85f23786ab821da9bf3ec55430e4da56f70c8583d1b5d24782b426f7deb6f1fca69eb DIST sysdig-0.20.0.tar.gz 750798 BLAKE2B 9e5c57abf81531f6643c661e539b06b33bda352eb3072e1ed686da3dc68550d90c94a4273554c2dd4752c73357f0bfe52bcbd10ad8551d8a2876552acf31292a SHA512 2549c8e2d0db0abd95e31272837fe5072c4c26926b2d17348bd8d73177bc024bab0a8503aa427f9134d8ca0a0bbc05fe97495933c3b8236db5fcb74df7c1efb2 diff --git a/dev-util/sysdig/sysdig-0.19.1.ebuild b/dev-util/sysdig/sysdig-0.19.1.ebuild deleted file mode 100644 index bd54765568c0..000000000000 --- a/dev-util/sysdig/sysdig-0.19.1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -: ${CMAKE_MAKEFILE_GENERATOR:=ninja} -MODULES_OPTIONAL_USE=modules -inherit linux-mod bash-completion-r1 cmake-utils - -DESCRIPTION="A system exploration and troubleshooting tool" -HOMEPAGE="https://www.sysdig.org/" -SRC_URI="https://github.com/draios/sysdig/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl +modules" - -RDEPEND=" - app-misc/jq:0= - dev-lang/luajit:2= - >=dev-libs/jsoncpp-0.6_pre:0= - dev-libs/libb64:0= - sys-libs/ncurses:0= - sys-libs/zlib:0= - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) - net-misc/curl:0=" -DEPEND="${RDEPEND} - app-arch/xz-utils - virtual/os-headers" - -# needed for the kernel module -CONFIG_CHECK="HAVE_SYSCALL_TRACEPOINTS ~TRACEPOINTS" - -pkg_pretend() { - linux-mod_pkg_setup -} - -pkg_setup() { - linux-mod_pkg_setup -} - -src_prepare() { - sed -i -e 's:-ggdb::' CMakeLists.txt || die - - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( - # we will use linux-mod for that - -DBUILD_DRIVER=OFF - # libscap examples are not installed or really useful - -DBUILD_LIBSCAP_EXAMPLES=OFF - - # unbundle the deps - -DUSE_BUNDLED_DEPS=OFF - ) - - cmake-utils_src_configure - - # setup linux-mod ugliness - MODULE_NAMES="sysdig-probe(extra:${S}/driver:)" - BUILD_PARAMS='KERNELDIR="${KERNEL_DIR}"' - BUILD_TARGETS="all" - - if use modules; then - cmake-utils_src_make configure_driver - - cp "${BUILD_DIR}"/driver/Makefile.dkms driver/Makefile || die - fi -} - -src_compile() { - cmake-utils_src_compile - - linux-mod_src_compile -} - -src_install() { - cmake-utils_src_install - - linux-mod_src_install - - # remove sources - rm -r "${ED%/}"/usr/src || die - - # move bashcomp to the proper location - dobashcomp "${ED%/}"/usr/etc/bash_completion.d/sysdig || die - rm -r "${ED%/}"/usr/etc || die -} diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz index a3888bd047b4..c7accef6bf20 100644 Binary files a/eclass/Manifest.gz and b/eclass/Manifest.gz differ diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 3b98fc775c40..c8fb21dd31c3 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -27,6 +27,10 @@ case $(get_version_component_range 1-2) in CDEPEND=">=dev-libs/apr-1.5.1:= !www-apache/mod_macro" #492578 #477702 ;; + 2.2) + DEFAULT_MPM_THREADED="worker" + CDEPEND=">=dev-libs/apr-1.4.5:=" #368651 + ;; *) die "Unknown MAJOR.MINOR apache version." ;; diff --git a/games-action/Manifest.gz b/games-action/Manifest.gz index 586e8de6d284..b79c74736b0e 100644 Binary files a/games-action/Manifest.gz and b/games-action/Manifest.gz differ diff --git a/games-action/minetest/metadata.xml b/games-action/minetest/metadata.xml index 8f6cd18b4453..a392aaeb34c5 100644 --- a/games-action/minetest/metadata.xml +++ b/games-action/minetest/metadata.xml @@ -32,10 +32,6 @@ Enable LevelDB backend - - Use dev-lang/luajit - instead of dev-lang/lua - Optionally use PostgreSQL as map backend Enable redis backend via dev-libs/hiredis diff --git a/games-emulation/Manifest.gz b/games-emulation/Manifest.gz index 746cda8554e8..aa460fee76ab 100644 Binary files a/games-emulation/Manifest.gz and b/games-emulation/Manifest.gz differ diff --git a/games-emulation/m64py/Manifest b/games-emulation/m64py/Manifest index 42bc9ce289d5..abb62a5aaa21 100644 --- a/games-emulation/m64py/Manifest +++ b/games-emulation/m64py/Manifest @@ -1,2 +1 @@ -DIST m64py-0.2.3.tar.gz 304241 BLAKE2B efd7e4fc9a75d2b9525ad40e67f92ff56e0e932d96ee4ba51fc128d0fa8fb88a0811efada86af580501803f4f9d9e94aee23d6a50704c2e05078cc511825f347 SHA512 5471d2ce96007c5cb5492f7ba3bc2a8843455dfea811b114c68862fa5c06a636e6dd6a4304e60bf2273377330b0eb01f2dcdc0340d02ec498ae44cdd2ccc01ff DIST m64py-0.2.4.tar.gz 209621 BLAKE2B 05fe7044ec096767ae1eb57aad9f326b157d67ea709ca0bb74cdd68ae16a23eb662a2842bef5e038d1b29cbf0a5252669ff54268d1227390f47e8c9029b63e6a SHA512 ab78565466c6dcfe604cdc00b7e63dee2f0f33514dbf4f9115af646b1f6562042516513d054bd5cb489ad89c9d30431e9ce531f8b27925ecb9c6f7b509836348 diff --git a/games-emulation/m64py/m64py-0.2.3-r2.ebuild b/games-emulation/m64py/m64py-0.2.3-r2.ebuild deleted file mode 100644 index 1354ee993bba..000000000000 --- a/games-emulation/m64py/m64py-0.2.3-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_{4,5} ) - -inherit distutils-r1 versionator - -DESCRIPTION="A frontend for Mupen64Plus" -HOMEPAGE="http://m64py.sourceforge.net/" -SRC_URI="mirror://sourceforge/m64py/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3 public-domain GPL-2 BSD CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# SDL & libmupen64plus are through ctypes, so they rely on specific ABI -RDEPEND="media-libs/libsdl2:0/0[joystick] - dev-python/PyQt5[gui,opengl,widgets,${PYTHON_USEDEP}] - >=games-emulation/mupen64plus-core-2.5:0/2-sdl2" - -python_prepare_all() { - # set the correct search path - cat >> src/m64py/platform.py <<-_EOF_ - SEARCH_DIRS = ["/usr/$(get_libdir)/mupen64plus"] -_EOF_ - - # force SDL2 support to match >=mupen64plus-2.5 - sed -e '/--sdl2/d' \ - -e '/SDL2/s:=.*$:= True:' \ - -i src/m64py/opts.py || die - - distutils-r1_python_prepare_all -} - -pkg_postinst() { - local vr - for vr in ${REPLACING_VERSIONS}; do - if ! version_is_at_least 0.2.1-r1 ${vr}; then - ewarn - ewarn "Starting with mupen64plus-2.0-r1, the plugin install path has changed." - ewarn "In order for m64py to find mupen64plus, you will either need to set" - ewarn "new paths in configuration dialog or remove your configuration file." - ewarn "The new paths are:" - ewarn - ewarn " Library file: /usr/$(get_libdir)/libmupen64plus.so.2.0.0" - ewarn " Plugins directory: /usr/$(get_libdir)/mupen64plus" - ewarn " Data directory: /usr/share/mupen64plus" - fi - done - - if ! type -P rar >/dev/null && ! type -P unrar >/dev/null; then - elog - elog "In order to gain RAR archive support, please install either app-arch/rar" - elog "or app-arch/unrar." - fi - - if ! type -P 7z >/dev/null \ - && ! has_version "dev-python/pylzma[${PYTHON_USEDEP}]"; then - elog - elog "In order to gain 7z archive support, please install either app-arch/p7zip" - elog "or dev-python/pylzma." - fi -} diff --git a/games-engines/Manifest.gz b/games-engines/Manifest.gz index d132d6fec624..1a97c22cf337 100644 Binary files a/games-engines/Manifest.gz and b/games-engines/Manifest.gz differ diff --git a/games-engines/solarus/metadata.xml b/games-engines/solarus/metadata.xml index e8c3d77749ef..e9b337da9ffb 100644 --- a/games-engines/solarus/metadata.xml +++ b/games-engines/solarus/metadata.xml @@ -7,7 +7,6 @@ Install doxygen developer documentation. - Use LuaJIT instead of default Lua. christopho/solarus diff --git a/games-roguelike/Manifest.gz b/games-roguelike/Manifest.gz index 05becb009709..831556fc67f6 100644 Binary files a/games-roguelike/Manifest.gz and b/games-roguelike/Manifest.gz differ diff --git a/games-roguelike/stone-soup/metadata.xml b/games-roguelike/stone-soup/metadata.xml index 307007f5fa97..68e84b34cc48 100644 --- a/games-roguelike/stone-soup/metadata.xml +++ b/games-roguelike/stone-soup/metadata.xml @@ -11,8 +11,6 @@ crawl-ref - Use dev-lang/luajit as - scripting backend instead of dev-lang/lua. Enable for graphical (tiled) build. (can be enabled on top of ncurses) diff --git a/games-rpg/Manifest.gz b/games-rpg/Manifest.gz index c0339d83ff7a..42774d0747ad 100644 Binary files a/games-rpg/Manifest.gz and b/games-rpg/Manifest.gz differ diff --git a/games-rpg/eternal-lands-data/eternal-lands-data-1.9.3-r1.ebuild b/games-rpg/eternal-lands-data/eternal-lands-data-1.9.3-r1.ebuild index 5a4e5d454bcb..cdcd0ac6284b 100644 --- a/games-rpg/eternal-lands-data/eternal-lands-data-1.9.3-r1.ebuild +++ b/games-rpg/eternal-lands-data/eternal-lands-data-1.9.3-r1.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 - -inherit games +EAPI=6 MUSIC_DATE="20060803" @@ -24,10 +22,10 @@ SRC_URI="http://www.eternal-lands.com/el_linux_193.zip LICENSE="eternal_lands" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="music sound bloodsuckermaps" +IUSE="bloodsuckermaps music sound" DEPEND="app-arch/unzip - !bloodsuckermaps? ( !games-rpg/eternal-lands-bloodsucker )" + !bloodsuckermaps? ( !games-rpg/eternal-lands-bloodsucker )" PDEPEND="bloodsuckermaps? ( >=games-rpg/eternal-lands-bloodsucker-3.0_p20110618 )" @@ -37,13 +35,14 @@ S="${WORKDIR}/el_linux" src_prepare() { # Move our music files to the correct directory if use music ; then - mkdir music + mkdir music || die mv ../*.ogg ../*.pll music || die fi # Fix assertion error with >=libxml2-2.9 (see bug #449352) xmllint --noent actor_defs/actor_defs.xml > actor_defs.xml || die "Failed parsing actor_defs.xml" - mv actor_defs.xml actor_defs + mv actor_defs.xml actor_defs || die + eapply_user } src_install() { @@ -72,32 +71,29 @@ src_install() { fi insopts -m 0660 - insinto "${GAMES_DATADIR}/${MY_PN}" + insinto /usr/share/games/eternal-lands doins -r 2dobjects 3dobjects actor_defs animations maps meshes \ particles skeletons shaders textures languages shaders skybox \ *.lst 3dobjects.txt *.xml \ || die "doins failed" if use music ; then - doins -r music || die "doins music failed" + doins -r music fi # Removed sound from above - need to handle sound support cd "${WORKDIR}" if use sound ; then - doins -r sound || die "doins sound failed" + doins -r sound fi - - prepgamesdirs } pkg_postinst() { - games_pkg_postinst # Ensure that the files are writable by the game group for auto # updating. - chmod -R g+rw "${ROOT}/${GAMES_DATADIR}/${MY_PN}" + chmod -R g+rw "${EROOT}"usr/share/games/eternal-lands || die # Make sure new files stay in games group - find "${ROOT}/${GAMES_DATADIR}/${MY_PN}" -type d -exec chmod g+sx {} \; + find "${EROOT}"usr/share/games/eternal-lands -type d -exec chmod g+sx {} \; || die } diff --git a/games-strategy/Manifest.gz b/games-strategy/Manifest.gz index bb23071044e5..1ca07c56979b 100644 Binary files a/games-strategy/Manifest.gz and b/games-strategy/Manifest.gz differ diff --git a/games-strategy/freeorion/freeorion-0.4.7.1-r2.ebuild b/games-strategy/freeorion/freeorion-0.4.7.1-r3.ebuild similarity index 96% rename from games-strategy/freeorion/freeorion-0.4.7.1-r2.ebuild rename to games-strategy/freeorion/freeorion-0.4.7.1-r3.ebuild index 59dd595f13e8..8d750687b353 100644 --- a/games-strategy/freeorion/freeorion-0.4.7.1-r2.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.7.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,7 @@ RDEPEND=" >=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}] media-libs/freealut media-libs/freetype - media-libs/glew:* + media-libs/glew:= media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 diff --git a/games-strategy/freeorion/freeorion-9999.ebuild b/games-strategy/freeorion/freeorion-9999.ebuild index 59dd595f13e8..8d750687b353 100644 --- a/games-strategy/freeorion/freeorion-9999.ebuild +++ b/games-strategy/freeorion/freeorion-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,7 @@ RDEPEND=" >=dev-libs/boost-1.56:=[python,threads,${PYTHON_USEDEP}] media-libs/freealut media-libs/freetype - media-libs/glew:* + media-libs/glew:= media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 diff --git a/games-strategy/maxr/Manifest b/games-strategy/maxr/Manifest index 4c8ff43408e3..e5cdde8f8a63 100644 --- a/games-strategy/maxr/Manifest +++ b/games-strategy/maxr/Manifest @@ -1 +1 @@ -DIST maxr-0.2.8.tar.gz 14738324 BLAKE2B 1e0e224cf823e3f9632a28124e9a78c46d6d417894c2df8137a3876b0143c35fb5cf63d2668f947da3e65d3317863fa686c3c7b28a31f38d8bd39ae7739124fb SHA512 22fec9ca773ea68f2639f3cb034ed271a926f99b9b17547bbbdf12a3b47ee445ab311b0766b0656c71b88a258165590431e189e695ef1a86e0fb3b799d1eaa80 +DIST maxr-0.2.9.tar.gz 14847180 BLAKE2B eac99b06f84a2559a6ba601396a43b98014ccea2339bd5f7b8327d000d5a5ddf032c2a1fd1c0bec9e3be16e95e170acf93bc99438400d92eb637c2fa68ebcfed SHA512 8c92d85edf152b1730a8b9e1047d41687cfac816ea854e1ec0b5068a650d399cd3cfc4c47593a2eb83604fd649a05ba649763251104fd70d49bb1cb33d4f58fc diff --git a/games-strategy/maxr/maxr-0.2.8.ebuild b/games-strategy/maxr/maxr-0.2.8.ebuild deleted file mode 100644 index b183ec9420f9..000000000000 --- a/games-strategy/maxr/maxr-0.2.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Mechanized Assault and Exploration Reloaded" -HOMEPAGE="http://www.maxr.org/" -SRC_URI="http://www.maxr.org/downloads/${P}.tar.gz" - -LICENSE="GPL-2 FDL-1.2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[video] - media-libs/sdl-mixer[vorbis] - media-libs/sdl-net" -RDEPEND="${DEPEND}" - -src_install() { - dogamesbin src/${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r data/* - dodoc ABOUT CHANGELOG - doicon data/maxr.png - make_desktop_entry maxr "Mechanized Assault and Exploration Reloaded" - prepgamesdirs -} diff --git a/games-strategy/maxr/maxr-0.2.9.ebuild b/games-strategy/maxr/maxr-0.2.9.ebuild new file mode 100644 index 000000000000..624345a06b30 --- /dev/null +++ b/games-strategy/maxr/maxr-0.2.9.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils desktop gnome2-utils + +DESCRIPTION="Mechanized Assault and Exploration Reloaded" +HOMEPAGE="http://www.maxr.org/" +SRC_URI="http://www.maxr.org/downloads/${P}.tar.gz" + +LICENSE="GPL-2 FDL-1.2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="dedicated" + +RDEPEND="media-libs/libsdl2[video] + media-libs/sdl2-mixer[vorbis] + media-libs/sdl2-net" +DEPEND="${RDEPEND}" + +src_configure() { + mycmakeargs=( + -DMAXR_BUILD_DEDICATED_SERVER=$(usex dedicated) + -DCMAKE_BUILD_TYPE=Release + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + doicon -s 128 data/${PN}.png + make_desktop_entry ${PN} "Mechanized Assault and Exploration Reloaded" +} + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update; } +pkg_postrm() { gnome2_icon_cache_update; } diff --git a/kde-frameworks/Manifest.gz b/kde-frameworks/Manifest.gz index bf21734c8906..9fc1e826c24b 100644 Binary files a/kde-frameworks/Manifest.gz and b/kde-frameworks/Manifest.gz differ diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.43.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.43.0.ebuild index c05b62b321bb..099434e4f249 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-5.43.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-5.43.0.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Breeze SVG icon theme" LICENSE="LGPL-3" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="" DEPEND=" diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.44.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.44.0.ebuild index f35c78d7beb2..137584fea4d7 100644 --- a/kde-frameworks/breeze-icons/breeze-icons-5.44.0.ebuild +++ b/kde-frameworks/breeze-icons/breeze-icons-5.44.0.ebuild @@ -10,7 +10,7 @@ inherit kde5 DESCRIPTION="Breeze SVG icon theme" LICENSE="LGPL-3" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="" DEPEND=" diff --git a/lxde-base/Manifest.gz b/lxde-base/Manifest.gz index 74bf3ca4b85e..cea26c27bffd 100644 Binary files a/lxde-base/Manifest.gz and b/lxde-base/Manifest.gz differ diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest index 5e5b53663d90..4c558853bc99 100644 --- a/lxde-base/lxappearance/Manifest +++ b/lxde-base/lxappearance/Manifest @@ -1,3 +1 @@ -DIST lxappearance-0.5.5.tar.xz 295756 BLAKE2B b4b2c21e338a148731125d25817e2c5a1ff5aec51cc0f28941d412a33d2ebc50a15cd7649f775097a1d528afb65bc06dd744659b24c51de47bd8be075edc92f8 SHA512 7e6740b598f2b2856650fe94ccdfea94a0717c27dee6415b3abc58b0587acdca6aef22be7ec950e7c76127ef414f06eb70bfdea5f9324d2fb99cbbf2bf78522d -DIST lxappearance-0.6.2.tar.xz 165788 BLAKE2B 9d95af35367c12dfed4994b9122a87df70d6e0e55ae8e4449428a59abeffcd30b6dcb8532d1362521cd081965e47d55be085fd6badbb82157e140e67469fae2b SHA512 ddfd63045cae61f60e2745e7fbdafcf68cdc0443a7ff271ff11a40f39b2e08de902a980f6c68e1615a690690a3c33abc2de8ab854d08f7707be210b0addb67e7 DIST lxappearance-0.6.3.tar.xz 165656 BLAKE2B d76d3d9b270e18e46cad44d204d1d5e4faf20bd6c292bf8dd17c2d570fa0276f183489c39f115c189b525643dbd03d0a1b1681f7fa0f61171bc822d8250ef513 SHA512 035cc952a33ac25408a4158cb4e745b17af3f29b5ceedfbe6b37235d16c801658403e862cd35ad7c8ca20fe6186fab1dce74a6e8d3b2eec12a30d532fc21662c diff --git a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild b/lxde-base/lxappearance/lxappearance-0.5.5.ebuild deleted file mode 100644 index 9011a71b1fee..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.5.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="dbus" - -RDEPEND="x11-libs/gtk+:2 - dbus? ( dev-libs/dbus-glib )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_configure() { - econf \ - $(use_enable dbus) -} diff --git a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild b/lxde-base/lxappearance/lxappearance-0.6.2.ebuild deleted file mode 100644 index 41f644ac83e1..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.6.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="dbus" - -RDEPEND="x11-libs/gtk+:2 - dbus? ( dev-libs/dbus-glib )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_configure() { - econf \ - $(use_enable dbus) -} diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild new file mode 100644 index 000000000000..f2133695a5f9 --- /dev/null +++ b/lxde-base/lxappearance/lxappearance-0.6.3-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="ar be bg ca cs da de el en_GB es et eu fa fi fo fr gl he hr hu id is +it ja kk ko lg lt nl pa pl pt_BR pt ro ru sl sr@latin sr sv te tr tt_RU ug uk +ur_PK ur vi zh_CN zh_TW" + +PLOCALE_BACKUP="en_GB" + +inherit l10n + +DESCRIPTION="LXDE GTK+ theme switcher" +HOMEPAGE="https://wiki.lxde.org/en/LXAppearance" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="dbus" + +RDEPEND="x11-libs/gtk+:2 + dbus? ( dev-libs/dbus-glib )" +DEPEND="${RDEPEND} + virtual/pkgconfig + dev-util/intltool + sys-devel/gettext" + +src_prepare() { + default + + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" + l10n_get_locales > po/LINGUAS || die +} + +src_configure() { + econf \ + $(use_enable dbus) +} diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild index 41f644ac83e1..96d571b4061b 100644 --- a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild +++ b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" +HOMEPAGE="https://wiki.lxde.org/en/LXAppearance" SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" LICENSE="GPL-3" diff --git a/lxde-base/lxde-common/Manifest b/lxde-base/lxde-common/Manifest index 7dbae1915785..154981a04792 100644 --- a/lxde-base/lxde-common/Manifest +++ b/lxde-base/lxde-common/Manifest @@ -1,2 +1,3 @@ DIST lxde-common-0.5.5.tar.gz 899075 BLAKE2B 425de7d65ff7ef100c1c5d6cf6758b44121374ea27823e1ba565b43b32e35aeea9ff62cf0f5d7ad114f0c4d04fdbdff60f04dcd18542469b3aa9f6107619d78d SHA512 44848286ccf3aa269df1680e14a8d3c41be1c2af956bd5121fc05d97a892fdc13d1e74191a2a11a40e96a8f31f8be37b1cfb9afeac4474fcab88d07508647c7f DIST lxde-common-0.99.1.tar.xz 889656 BLAKE2B 21c0ca21adb6c37d27bf39ee474a0e1d80c62d2ffb7ddadea3abb839163a307c81b8a6fa6ea6def00a0e8bf22ca9953bf145840371de65195e7036ee891bb0b5 SHA512 f5a14c44d827ba2355efd10c78732157f5645392ebbeb8e2a8126340a36eeba2842eff0c5338bb36623e5fe2da894c89d60a45c0b177704e2260413d63232b05 +DIST lxde-common-0.99.2.tar.xz 889948 BLAKE2B c01b3af5499ed4efe3004c922563c752999921cadab36a7fd5fec56762334c93d22ca7a28e9a8e8ce3462e128bea493740d5aa9931c4bf26cdf8a8dcd1bfb9e6 SHA512 9eb939ad411ed15c6bae880541b5c021ce5f3dd66df8662865e2f7219159110d8bf6059a707e55863d04617b17a15ea517317c44f88982344369aa85b7128b6e diff --git a/lxde-base/lxde-common/lxde-common-0.99.2.ebuild b/lxde-base/lxde-common/lxde-common-0.99.2.ebuild new file mode 100644 index 000000000000..9051f161f0b8 --- /dev/null +++ b/lxde-base/lxde-common/lxde-common-0.99.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="LXDE Session default configuration files and nuoveXT2 iconset" +HOMEPAGE="https://wiki.lxde.org/en/LXDE_Common" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/gtk+:2" +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/gettext" +PDEPEND="lxde-base/lxde-icon-theme" + +src_install () { + emake DESTDIR="${D}" install + # install session file + insinto /etc/X11/Sessions/ + doins "${FILESDIR}/lxde" + fperms 755 /etc/X11/Sessions/lxde + dodoc AUTHORS ChangeLog README +} diff --git a/lxde-base/lxinput/Manifest b/lxde-base/lxinput/Manifest index 2e26457e069a..e009690ad7fc 100644 --- a/lxde-base/lxinput/Manifest +++ b/lxde-base/lxinput/Manifest @@ -1,2 +1 @@ -DIST lxinput-0.3.2.tar.gz 259203 BLAKE2B a6de344e5324cf745ee05e39c9211fb10a4fd1395bc295f08945192c9d833c2ddaa6007242e17db69cfcef1140ef6a932da8970c0e7cf39a2f6e0ac27fd2316e SHA512 50921151d3050fae1e4640aade2b0bf88d94445f95e18c21c3d67a012ec7d33b6b9dada8574898d915a350c37fcd568f376bafff1b804e222543a5cadf87431a DIST lxinput-0.3.5.tar.xz 145356 BLAKE2B e3c96a1232329afa5030adffc17af4adf9afc3eb1049f860fe6ed115eb35d580c24a69a21a9a858790b9213b7d4dc716ab9e30becf42b4f9645f2ec642de538c SHA512 d5233f03c4314ac16fb548db56ae2d17651b29d8a59bfef3e6e6805f6b9bc8100b0711bbc72e31a6bc458eccc6fe1b4a38cf097dbf6a1b04f600bba58ff03f35 diff --git a/lxde-base/lxinput/lxinput-0.3.2.ebuild b/lxde-base/lxinput/lxinput-0.3.2.ebuild deleted file mode 100644 index 3d840aebb50c..000000000000 --- a/lxde-base/lxinput/lxinput-0.3.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="LXDE keyboard and mouse configuration tool" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-libs/glib:2 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig - >=dev-util/intltool-0.40.0" diff --git a/lxde-base/lxinput/lxinput-0.3.5-r1.ebuild b/lxde-base/lxinput/lxinput-0.3.5-r1.ebuild new file mode 100644 index 000000000000..3b5faf9e9c5c --- /dev/null +++ b/lxde-base/lxinput/lxinput-0.3.5-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="af ar ast be bg bn_IN bn ca cs da de el en_GB eo es et eu fa fi fo fr frp +gl he hr hu id is it ja kk ko lg lt ml ms nb nl nn pa pl ps pt_BR pt ro +ru si sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_TW" + +PLOCALE_BACKUP="en_GB" + +inherit l10n + +DESCRIPTION="LXDE keyboard and mouse configuration tool" +HOMEPAGE="http://lxde.org/" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND="dev-libs/glib:2 + x11-libs/gtk+:2" +DEPEND="${RDEPEND} + sys-devel/gettext + virtual/pkgconfig + >=dev-util/intltool-0.40.0" + +src_prepare() { + default + + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" + l10n_get_locales > po/LINGUAS || die +} diff --git a/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild b/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild new file mode 100644 index 000000000000..246d9549e289 --- /dev/null +++ b/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="af ar be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo fr frp +gl he hr hu id is it ja kk km ko lg lt lv ml ms nb nl nn pa pl ps pt_BR pt ro +ru sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_HK zh_TW" + +PLOCALE_BACKUP="en_GB" + +inherit l10n readme.gentoo-r1 + +DESCRIPTION="Lightweight X11 desktop panel for LXDE" +HOMEPAGE="https://wiki.lxde.org/en/LXPanel" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="+alsa wifi" + +RDEPEND="dev-libs/keybinder:0= + x11-libs/gtk+:2 + >=x11-libs/libfm-1.2.0[gtk] + x11-libs/libwnck:1 + x11-libs/libXmu + x11-libs/libXpm + x11-libs/cairo + x11-libs/gdk-pixbuf[X] + x11-libs/libX11 + lxde-base/lxmenu-data + lxde-base/menu-cache + alsa? ( media-libs/alsa-lib ) + wifi? ( net-wireless/wireless-tools )" +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/gettext" + +DOC_CONTENTS="If you have problems with broken icons shown in the main panel, +you will have to configure panel settings via its menu. +This will not be an issue with first time installations." + +src_prepare() { + default + + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" + l10n_get_locales > po/LINGUAS || die +} + +src_configure() { + local plugins="netstatus,volume,cpu,deskno,batt, \ + kbled,xkb,thermal,cpufreq,monitors" + + use wifi && plugins+=",netstat" + use alsa && plugins+=",volumealsa" + [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb + + econf $(use_enable alsa) --with-x --with-plugins="${plugins}" + # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x +} + +src_install () { + default + + # Get rid of the .la files. + find "${D}" -name '*.la' -delete + + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +} diff --git a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild index 2c22a239d326..0f628687d4df 100644 --- a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild +++ b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" diff --git a/lxde-base/lxrandr/Manifest b/lxde-base/lxrandr/Manifest index a3c2eee605a7..a401e2815782 100644 --- a/lxde-base/lxrandr/Manifest +++ b/lxde-base/lxrandr/Manifest @@ -1,2 +1 @@ -DIST lxrandr-0.1.2.tar.gz 230394 BLAKE2B b2886c38539bbd170205a6538fb37f7cc830f87f2bbf89acc8b9e8f6c542b8565d17eaead2b29715e43d44db18bce90ec7a249703fcb0cca8f2d3ea02fe256f2 SHA512 a2131706b1f6febea3cb12758403650700a29ad1fe036caf5ecf962264f6f8180fdef392f88a77071b3d218ea2f08b0a1f66e4d58db6c2c55125d475bdee256a DIST lxrandr-0.3.1.tar.xz 132468 BLAKE2B 04ea378eaa550a1610f4083524c48dab6e261301dc30262fc34049d89d3b29b02d8ad2c521fc3beab1be416b54560dcb87bb2fc27261e35cb27771fbc7bbe9ee SHA512 525cb8800045f26cb1ecae994e1663db4ce41fbfcf1eabd6c50de38988324cd50f51167fa0caa6872867955c0d18af115bed1d4ae896cb15871efd477eb01196 diff --git a/lxde-base/lxrandr/lxrandr-0.1.2.ebuild b/lxde-base/lxrandr/lxrandr-0.1.2.ebuild deleted file mode 100644 index 9554f13e96ec..000000000000 --- a/lxde-base/lxrandr/lxrandr-0.1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit autotools eutils - -DESCRIPTION="LXDE GUI interface to RandR extention" -HOMEPAGE="http://lxde.sf.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-3" -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux" -SLOT="0" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - x11-libs/libXrandr - x11-apps/xrandr" -DEPEND="${RDEPEND} - x11-proto/randrproto - virtual/pkgconfig - sys-devel/gettext - >=dev-util/intltool-0.40.0" - -src_install () { - emake DESTDIR="${D}" install - dodoc AUTHORS -} diff --git a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild new file mode 100644 index 000000000000..8ade7e9fef09 --- /dev/null +++ b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="af ar ast be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo +fr frp gl he hr hu id is ja kk ko lg lt ml ms nb nl nn pa pl ps pt_BR pt +ro ru sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_TW" + +PLOCALE_BACKUP="en_GB" + +inherit l10n + +DESCRIPTION="LXDE GUI interface to RandR extention" +HOMEPAGE="http://lxde.org/" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/gtk+:2 + x11-libs/libXrandr + x11-apps/xrandr" +DEPEND="${RDEPEND} + x11-proto/randrproto + virtual/pkgconfig + sys-devel/gettext + >=dev-util/intltool-0.40.0" + +src_prepare() { + default + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" + l10n_get_locales > po/LINGUAS || die +} diff --git a/lxde-base/lxtask/lxtask-0.1.8-r1.ebuild b/lxde-base/lxtask/lxtask-0.1.8-r1.ebuild new file mode 100644 index 000000000000..f1ff7f5f7f0b --- /dev/null +++ b/lxde-base/lxtask/lxtask-0.1.8-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PLOCALES="af ar ast be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo fr +frp gl he hr hu id is it ja kk ko lg lt lv ml ms nb nl nn pa pl ps pt_BR pt +ro ru sk sl sq sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_TW" + +PLOCALE_BACKUP="en_GB" + +inherit l10n + +DESCRIPTION="LXDE Task manager" +HOMEPAGE="https://wiki.lxde.org/en/LXTask" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND="x11-libs/gtk+:2 + dev-libs/glib:2" +DEPEND="${RDEPEND} + virtual/pkgconfig + sys-devel/gettext + >=dev-util/intltool-0.40.0" + +# Upstream report: +# https://sourceforge.net/p/lxde/patches/535/ +PATCHES=( "${FILESDIR}/lxtask-0.1.7-fix-no-common.patch" ) + +src_prepare() { + default + + export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" + l10n_get_locales > po/LINGUAS || die +} diff --git a/lxde-base/menu-cache/Manifest b/lxde-base/menu-cache/Manifest index 3e7332747dd3..5cd65b6f6522 100644 --- a/lxde-base/menu-cache/Manifest +++ b/lxde-base/menu-cache/Manifest @@ -1,5 +1,3 @@ -DIST menu-cache-0.3.3.tar.gz 392291 BLAKE2B baf9eb9013a1a208ca69d388cdf902ccb8303a3c44fd92ba475acd6ebf36a1fd802b50e74889c618ea37074f4834ce4167e497ff3fcfab6ffffe146f3d8a3e6e SHA512 1966b94989cdae0a1a3a48f19d337471a28acadecf7f03dac8c27d515324b8eb4d15102e2aa293c251e020f521f6e586aa13c8eca7ae7909b9ce5e67ef3ebafe -DIST menu-cache-0.5.1.tar.gz 406329 BLAKE2B 14851fb55b15d2e5262e8ca6de55a4fb14bdc56741ad00979dcb5f8b4e57d9db71543700658ab8aeecd0a40d4eef91f18c9a854352c7c10816ec35cd0d34f9bb SHA512 44d55a01f5452804e77518c4a2ba400a5b65edbf4061e346a6c02356195867eaa0bb9eaa057fbf603ddf79759acb16632bf3b7ae543eebc1544e28517cd23066 DIST menu-cache-1.0.0.tar.xz 261988 BLAKE2B 126aca354efff42ea51336b4cb0c8cb42240b1c95ba3de0862fb2a2ee31da04c85c5b4c0b442bf00c7a96311b8b6c5cf45a6299bad4c638559b8d8e69ac53a48 SHA512 b336cddb9c3d993aa605e6adf9ac3c40fe631eccfa06d1835897f6cb5ae82bed93bc323c12b7dff44b8785dfb646058d77cb697f3c275998a5483b2582926e22 DIST menu-cache-1.0.1.tar.xz 262508 BLAKE2B 82019f7a6b596cb0f4da641cdd70c5b96fd75d2e63192391b556c6f1d40fdfb90047a7febef44f10fe9357c0682d8c0fa931b0ff45462ba1b6578e5c9c44656f SHA512 5de4bf99ab5a511da6781d54b03349cc0232b379a73f9f9c328fb9aed6ec03558a9adda85be1fbbe53d94669d07a5196929ab67cd3291de7aae59f587afda3a3 DIST menu-cache-1.0.2.tar.xz 264540 BLAKE2B 500dd761cf2c5771a89fd0f1ed58f5f736be816a75af5209041dcabab0fe5d3cd04b14749ff1cde88bf0a536a6c13f3a32ecf1a55663c52ab379c65951dce3e1 SHA512 4a74d464778160052ca7c2abda8c899ce4a3bdf8ddf5fe9ca4cd7297a62340ad1b065162fc5ecb55c0af206175e50dacd4ad0c01a8ffac5690012e534dc3b4b7 diff --git a/lxde-base/menu-cache/menu-cache-0.3.3.ebuild b/lxde-base/menu-cache/menu-cache-0.3.3.ebuild deleted file mode 100644 index d1b3e425efe2..000000000000 --- a/lxde-base/menu-cache/menu-cache-0.3.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="Library to create and utilize caches to speed up freedesktop application menus" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-libs/glib:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" diff --git a/lxde-base/menu-cache/menu-cache-0.5.1.ebuild b/lxde-base/menu-cache/menu-cache-0.5.1.ebuild deleted file mode 100644 index 86dc26199396..000000000000 --- a/lxde-base/menu-cache/menu-cache-0.5.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="Library to create and utilize caches to speed up freedesktop application menus" -HOMEPAGE="http://lxde.sourceforge.net/" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz" - -LICENSE="GPL-2" -# ABI is v2. See Makefile.am -SLOT="0/2" -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-libs/glib:2" -DEPEND="${RDEPEND} - sys-devel/gettext - virtual/pkgconfig" diff --git a/mail-filter/Manifest.gz b/mail-filter/Manifest.gz index 66984a377160..e968e2082950 100644 Binary files a/mail-filter/Manifest.gz and b/mail-filter/Manifest.gz differ diff --git a/mail-filter/opensmtpd-extras/metadata.xml b/mail-filter/opensmtpd-extras/metadata.xml index 8a6e2719ffe1..7794758e2a4a 100644 --- a/mail-filter/opensmtpd-extras/metadata.xml +++ b/mail-filter/opensmtpd-extras/metadata.xml @@ -35,7 +35,6 @@ ram scheduler stub scheduler schedulre for interfacing with python - Use JIT for Lua via dev-lang/luajit instead of dev-lang/lua OpenSMTPD/OpenSMTPD-extras diff --git a/media-gfx/Manifest.gz b/media-gfx/Manifest.gz index 59b3ff276899..2260eee2f7cf 100644 Binary files a/media-gfx/Manifest.gz and b/media-gfx/Manifest.gz differ diff --git a/media-gfx/digikam/Manifest b/media-gfx/digikam/Manifest index 76ae04101322..d23807cfbbd6 100644 --- a/media-gfx/digikam/Manifest +++ b/media-gfx/digikam/Manifest @@ -1 +1,2 @@ DIST digikam-5.7.0.tar.xz 123315064 BLAKE2B 0879b25e674e39d204038ab629dec36757ae034e3dd7e9a0a3700f9703272c4a972a21c1db5a42c6c294247a1226b1cb9a8b980bb90cdcc12e0cd752459273ef SHA512 626c9854311c637b994325237f171adce3dba39159fb336dfe95f1de287e2d08a3aaddd611eea87e8018047d331aff252b555c382cfbe1d8e14413c51a3849f4 +DIST digikam-5.9.0.tar.xz 132931184 BLAKE2B cfbcbae8471c9c00bdf846d13bbc1ce3fbbd2ee4cc86500d011f9e15c1a21d7799638f94708794e8bc36a200df455667f9df8fcefdc38aaa00060630807d11cb SHA512 f6134a957dcd11343e34f0bc90f5560a28ed205c47d2ffd76a5418a4c63f76706045e9179c47f1448304b59081051b524f7a6847c3c1dcee4673047ce5d90e63 diff --git a/media-gfx/digikam/digikam-5.7.0-r1.ebuild b/media-gfx/digikam/digikam-5.7.0-r1.ebuild index 71d112cc5d80..745baaf753b7 100644 --- a/media-gfx/digikam/digikam-5.7.0-r1.ebuild +++ b/media-gfx/digikam/digikam-5.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,8 +26,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then S="${WORKDIR}/${MY_P}/core" fi -# TODO: Package QtAV http://www.qtav.org/ -# video? ( media-video/qtav ) COMMON_DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) diff --git a/media-gfx/digikam/digikam-5.7.0-r3.ebuild b/media-gfx/digikam/digikam-5.7.0-r3.ebuild index 0ed4fee5e5e3..b9dcb0e75128 100644 --- a/media-gfx/digikam/digikam-5.7.0-r3.ebuild +++ b/media-gfx/digikam/digikam-5.7.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,8 +27,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then S="${WORKDIR}/${MY_P}/core" fi -# TODO: Package QtAV http://www.qtav.org/ -# video? ( media-video/qtav ) COMMON_DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) diff --git a/media-gfx/digikam/digikam-5.9.0.ebuild b/media-gfx/digikam/digikam-5.9.0.ebuild new file mode 100644 index 000000000000..2bb7eeecc976 --- /dev/null +++ b/media-gfx/digikam/digikam-5.9.0.ebuild @@ -0,0 +1,167 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +if [[ ${KDE_BUILD_TYPE} != live ]]; then + KDE_HANDBOOK="true" + KDE_TEST="true" +fi +CMAKE_MAKEFILE_GENERATOR="emake" +KDE_APPS_MINIMAL="17.12.0" +inherit kde5 toolchain-funcs + +DESCRIPTION="Digital photo management application" +HOMEPAGE="https://www.digikam.org/" + +LICENSE="GPL-2" +IUSE="addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble mediaplayer semantic-desktop mysql opengl openmp +panorama scanner X" + +if [[ ${KDE_BUILD_TYPE} != live ]]; then + KEYWORDS="~amd64 ~x86" + MY_PV=${PV/_/-} + MY_P=${PN}-${MY_PV} + SRC_BRANCH=stable + [[ ${PV} =~ beta[0-9]$ ]] && SRC_BRANCH=unstable + SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz" + S="${WORKDIR}/${MY_P}/core" +fi + +COMMON_DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui '-gles2') + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsql 'mysql?') + $(add_qt_dep qtwebkit) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/expat + >=media-gfx/exiv2-0.26:= + media-libs/lcms:2 + media-libs/liblqr + media-libs/libpng:0= + media-libs/opencv:=[-qt4(-)] + || ( =media-libs/opencv-3.1.0 ) + media-libs/tiff:0 + virtual/jpeg:0 + addressbook? ( + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + ) + calendar? ( $(add_kdeapps_dep kcalcore) ) + gphoto2? ( media-libs/libgphoto2:= ) + jpeg2k? ( media-libs/jasper:= ) + kipi? ( $(add_kdeapps_dep libkipi '' '16.03.80') ) + lensfun? ( media-libs/lensfun ) + marble? ( + $(add_frameworks_dep kbookmarks) + $(add_kdeapps_dep marble) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtnetwork) + ) + mediaplayer? ( media-libs/qtav[opengl] ) + mysql? ( virtual/mysql[server] ) + opengl? ( + $(add_qt_dep qtopengl) + virtual/opengl + ) + panorama? ( $(add_frameworks_dep threadweaver) ) + scanner? ( $(add_kdeapps_dep libksane) ) + semantic-desktop? ( $(add_frameworks_dep kfilemetadata) ) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libX11 + ) +" +DEPEND="${COMMON_DEPEND} + dev-cpp/eigen:3 + dev-libs/boost[threads] + sys-devel/gettext + panorama? ( + sys-devel/bison + sys-devel/flex + ) +" +RDEPEND="${COMMON_DEPEND} + media-plugins/kipi-plugins:5 + panorama? ( media-gfx/hugin ) + !media-gfx/digikam:4 +" + +RESTRICT=test +# bug 366505 + +pkg_pretend() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp + kde5_pkg_pretend +} + +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp + kde5_pkg_setup +} + +# FIXME: Unbundle libraw (libs/rawengine/libraw) +src_prepare() { + if [[ ${KDE_BUILD_TYPE} != live ]]; then + # prepare the translations + mv "${WORKDIR}/${MY_P}/po" po || die + find po -name "*.po" -and -not -name "digikam.po" -delete || die + echo "set_property(GLOBAL PROPERTY ALLOW_DUPLICATE_CUSTOM_TARGETS 1)" >> CMakeLists.txt || die + echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt || die + echo "add_subdirectory( po )" >> CMakeLists.txt || die + + if use handbook; then + # subdirs need to be preserved b/c relative paths... + # doc-translated is, in fact, broken, and ignored + mv "${WORKDIR}/${MY_P}/doc/${PN}" doc-default || die + echo "find_package(KF5DocTools REQUIRED)" >> CMakeLists.txt || die + echo "add_subdirectory( doc-default )" >> CMakeLists.txt || die + fi + fi + + if ! use marble; then + punt_bogus_dep Qt5 Network + fi + + kde5_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DENABLE_APPSTYLES=ON + -DENABLE_AKONADICONTACTSUPPORT=$(usex addressbook) + -DENABLE_MEDIAPLAYER=$(usex mediaplayer) + -DENABLE_MYSQLSUPPORT=$(usex mysql) + -DENABLE_OPENCV3=$(has_version ">=media-libs/opencv-3" && echo yes || echo no) + $(cmake-utils_use_find_package calendar KF5CalendarCore) + $(cmake-utils_use_find_package gphoto2 Gphoto2) + $(cmake-utils_use_find_package jpeg2k Jasper) + $(cmake-utils_use_find_package kipi KF5Kipi) + $(cmake-utils_use_find_package lensfun LensFun) + $(cmake-utils_use_find_package marble Marble) + $(cmake-utils_use_find_package mediaplayer QtAV) + $(cmake-utils_use_find_package opengl OpenGL) + $(cmake-utils_use_find_package openmp OpenMP) + $(cmake-utils_use_find_package panorama KF5ThreadWeaver) + $(cmake-utils_use_find_package scanner KF5Sane) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/media-libs/Manifest.gz b/media-libs/Manifest.gz index 434966e9caa3..a93fb550b626 100644 Binary files a/media-libs/Manifest.gz and b/media-libs/Manifest.gz differ diff --git a/media-libs/jpeg/Manifest b/media-libs/jpeg/Manifest index e6af64df6e73..50acddfbfb54 100644 --- a/media-libs/jpeg/Manifest +++ b/media-libs/jpeg/Manifest @@ -1,7 +1,5 @@ DIST jpeg-6b-patchset-1.tar.xz 2592 BLAKE2B 6518fc5e94dcb4cecbb2d9f4edd2ad297d1f7b64f3da4f03ab54acc6eb9f11374091b7337b005a76f644c6795cdddc2ea032a9f41c9a9a3f5e06e0ba9f02f939 SHA512 6deb845a08f4ac6b88c47803b528842cedd145fb12295060d52553b8c803ba192478306496701a409c796c264ceaed0988575ae8f7717e2e7b24da5733bc9c2b DIST jpegsrc.v6b.tar.gz 613261 BLAKE2B d08406bebcbec9aa0197ef7854f163dc12d916e7e7df466e5408e715aa20738c047f0f709699311186e17da443af9afc208765f74bcc51a7bab2284c54351868 SHA512 5d37d3695105fc345ca269ab98cd991472e5de72f702c9a8a652a7d114a40eb99670c69a87ecb24bf64e96318fc0ee2bcb44c497d9d3d2a67378c99e4eb348fe DIST jpegsrc.v8d.tar.gz 991456 BLAKE2B 6644af7dd47a3b1cbcbc8f6bc111c882ed1790eaad6bee06e9b95b803bf756beb6ad61abc76c889d53dfcd05139286ec870372d50d2b79bf28b32d0e8d50a2ab SHA512 7a8b4cff5b1caf6a7281c5dce4e1efa1b68360bd64dd2e619b60c9e1d49f22624bc8780b681bfab073e7b1d4b7f41008a464a58f0eeeacb0a40ff996d7eb5753 -DIST jpegsrc.v9a.tar.gz 1000034 BLAKE2B 24fffc050d30af27c52ace25f716858e882f88e6353c3a7369a9598a483a786b716b5c0dcab1e3582d2b23fe578b4bcd72ebc4434f6ca62a6593d53327613b6c SHA512 9b21cc115e22c68bea46db462263c5c7a0d10beb192a919ecccbd801a25982b518ce44d8c301dd582ecaba1850e0e0f20e322be82b0e24ae917b9949b4f10d3b -DIST jpegsrc.v9b.tar.gz 1022609 BLAKE2B 334b7d3df800ed2c3e1b5ee2fea40a350c0b4024f5a368efb488b9f782b3d006a691fc53574fa6ad4ff944b69c93478d2d7759635196277774f360511ecff3f9 SHA512 74ea5af3545657d4ac03f8f7933913112cc2d982f0e379d0e5647f1acac21931468e53806297c30ebe180c7bcf84919a0ac20a4195afb03db03060d57904ef6c DIST jpegsrc.v9c.tar.gz 1028200 BLAKE2B 621ef910f3fa397da0d19da1e1771b13ae1e524ba541f7f2562de1da27a8a3b26abc63d01218ae56ddbf480ba5d6ea6a778a23693304f7b4364edb1bcd4839e7 SHA512 c95aacb0f1972a2271953ee17b5c6a6c3662d5f4fbc4d1e9aef59dece42a169b0f34d3fa1d385b88580ad11cefd194250094ee72843f4e0028204df6741cb611 DIST libjpeg8_8d-1.debian.tar.gz 13676 BLAKE2B ac6fab3e52f91c9ece95ed809fc972afc92c55754a59358f7dacb056917b1878f6f9be85a20ccb34eb13489a9963a00659fe25c27e8b18b44961c6ba5f3214cd SHA512 7def4f13524f0af3b9adf35a370027a18f43b9a635f56a17d5bb7883370db8b18b8a12737d0f0cb4b0287ccf8fb474eb5f754de6b398ffe7d522c54e5bf68040 diff --git a/media-libs/jpeg/jpeg-9a.ebuild b/media-libs/jpeg/jpeg-9a.ebuild deleted file mode 100644 index 098a4530dd5e..000000000000 --- a/media-libs/jpeg/jpeg-9a.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils libtool toolchain-funcs multilib-minimal - -DESCRIPTION="Library to load, handle and manipulate images in the JPEG format" -HOMEPAGE="http://jpegclub.org/ http://www.ijg.org/" -SRC_URI="http://www.ijg.org/files/${PN}src.v${PV}.tar.gz - mirror://debian/pool/main/libj/lib${PN}8/lib${PN}8_8d-1.debian.tar.gz" - -LICENSE="IJG" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static-libs" - -RDEPEND="!media-libs/libjpeg-turbo:0 - abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r5 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-7-maxmem_sysconf.patch - elibtoolize -} - -multilib_src_configure() { - # Fix building against this library on eg. Solaris and DragonFly BSD, see: - # http://mail-index.netbsd.org/pkgsrc-bugs/2010/01/18/msg035644.html - local ldverscript= - [[ ${CHOST} == *-solaris* ]] && ldverscript="--disable-ld-version-script" - - ECONF_SOURCE=${S} \ - econf \ - $(use_enable static-libs static) \ - --enable-maxmem=64 \ - ${ldverscript} -} - -multilib_src_compile() { - emake - - if multilib_is_native_abi; then - # Build exifautotran and jpegexiforient - cd ../debian/extra - emake CC="$(tc-getCC)" CFLAGS="${LDFLAGS} ${CFLAGS}" - fi -} - -multilib_src_install() { - emake DESTDIR="${D}" install -} - -multilib_src_install_all() { - prune_libtool_files - - dodoc change.log example.c README *.txt - - # Install exifautotran and jpegexiforient - newdoc ../debian/changelog changelog.debian - cd ../debian/extra - emake \ - DESTDIR="${D}" prefix="${EPREFIX}"/usr \ - INSTALL="install -m755" INSTALLDIR="install -d -m755" \ - install - # Remove +x bits from man pages. - find "${ED}"/usr/share/man/ -type f -perm /1 -exec chmod a-x {} + || die -} diff --git a/media-libs/jpeg/jpeg-9b.ebuild b/media-libs/jpeg/jpeg-9b.ebuild deleted file mode 100644 index 098a4530dd5e..000000000000 --- a/media-libs/jpeg/jpeg-9b.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils libtool toolchain-funcs multilib-minimal - -DESCRIPTION="Library to load, handle and manipulate images in the JPEG format" -HOMEPAGE="http://jpegclub.org/ http://www.ijg.org/" -SRC_URI="http://www.ijg.org/files/${PN}src.v${PV}.tar.gz - mirror://debian/pool/main/libj/lib${PN}8/lib${PN}8_8d-1.debian.tar.gz" - -LICENSE="IJG" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="static-libs" - -RDEPEND="!media-libs/libjpeg-turbo:0 - abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r5 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-7-maxmem_sysconf.patch - elibtoolize -} - -multilib_src_configure() { - # Fix building against this library on eg. Solaris and DragonFly BSD, see: - # http://mail-index.netbsd.org/pkgsrc-bugs/2010/01/18/msg035644.html - local ldverscript= - [[ ${CHOST} == *-solaris* ]] && ldverscript="--disable-ld-version-script" - - ECONF_SOURCE=${S} \ - econf \ - $(use_enable static-libs static) \ - --enable-maxmem=64 \ - ${ldverscript} -} - -multilib_src_compile() { - emake - - if multilib_is_native_abi; then - # Build exifautotran and jpegexiforient - cd ../debian/extra - emake CC="$(tc-getCC)" CFLAGS="${LDFLAGS} ${CFLAGS}" - fi -} - -multilib_src_install() { - emake DESTDIR="${D}" install -} - -multilib_src_install_all() { - prune_libtool_files - - dodoc change.log example.c README *.txt - - # Install exifautotran and jpegexiforient - newdoc ../debian/changelog changelog.debian - cd ../debian/extra - emake \ - DESTDIR="${D}" prefix="${EPREFIX}"/usr \ - INSTALL="install -m755" INSTALLDIR="install -d -m755" \ - install - # Remove +x bits from man pages. - find "${ED}"/usr/share/man/ -type f -perm /1 -exec chmod a-x {} + || die -} diff --git a/media-libs/libmtp/Manifest b/media-libs/libmtp/Manifest index 12dc8d8a291f..d1dc153a44d9 100644 --- a/media-libs/libmtp/Manifest +++ b/media-libs/libmtp/Manifest @@ -1,2 +1,3 @@ DIST libmtp-1.1.13.tar.gz 801519 BLAKE2B f0452515f83d001a4e7a32528265d46814898fbaff5afd9a66c1a1fd85d78dae1b9ed9c057030849fd8fc0acec5f2ad012c0f098323d3596f6c38d5b01a9603a SHA512 99d5a277806f29f1d27a64a478e344916e8bfc9949a41a807c16d37bd29ec99dc3f36d504cfc6e67f1e91ee932a7cf82f13d4c9fe14b7e34333d9b12b04fff77 DIST libmtp-1.1.14.tar.gz 804354 BLAKE2B 8a5ec431b3a3c1445b3ae62dd0f6ebee36a473ce3d7da07400263434d6e1be49624b8c807bce015f9e55d450f9e25eb2dcf0831c639b97e39cb900ac4d62f81c SHA512 337d259462cf9700fe5a5f09b38f4652045ee71249d54562661362e6d0ec7fe087ab77ec68d443e4fb84839a8ad9dc686c207d723ab47bc1a542dd0a71b294b1 +DIST libmtp-1.1.15.tar.gz 805983 BLAKE2B f464c58a9844706ecc066a4a744b525ac6e8020ab80e35b01eab2813562ea1452deb5e6fb4477eb243b6631c24f8bc11887ec35279cb6cd89e1a459aca6b36cb SHA512 c85f47ef4e05d7f5b47d06463ca97c123fa068c4b7369aeba496cb1cfa03f0148b3ba73feed7da96269ba94b76b4b81858ee4bda5af67b0aac3b07fe39b5354a diff --git a/media-libs/libmtp/libmtp-1.1.15.ebuild b/media-libs/libmtp/libmtp-1.1.15.ebuild new file mode 100644 index 000000000000..abcb9e7c7fd3 --- /dev/null +++ b/media-libs/libmtp/libmtp-1.1.15.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils udev user + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code" + inherit autotools git-r3 +else + SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +fi + +DESCRIPTION="An implementation of Microsoft's Media Transfer Protocol (MTP)" +HOMEPAGE="http://libmtp.sourceforge.net/" + +LICENSE="LGPL-2.1" # LGPL-2+ and LGPL-2.1+ ? +SLOT="0/9" # Based on SONAME of libmtp shared library +IUSE="+crypt doc examples static-libs" + +RDEPEND="virtual/libusb:1 + crypt? ( >=dev-libs/libgcrypt-1.5.4:0= )" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( app-doc/doxygen )" + +DOCS="AUTHORS README TODO" + +pkg_setup() { + enewgroup plugdev +} + +src_prepare() { + default + + # ChangeLog says "RETIRING THIS FILE ..pause.. GIT" (Last entry from start of 2011) + rm -f ChangeLog + + if [[ ${PV} == 9999* ]]; then + local crpthf=config.rpath + local crpthd=/usr/share/gettext/${crpthf} + if has_version '>sys-devel/gettext-0.18.3' && [[ -e ${crpthd} ]]; then + cp "${crpthd}" . + else + touch ${crpthf} # This is from upstream autogen.sh + fi + eautoreconf + fi +} + +src_configure() { + econf \ + $(use_enable static-libs static) \ + $(use_enable doc doxygen) \ + $(use_enable crypt mtpz) \ + --with-udev="$(get_udevdir)" \ + --with-udev-group=plugdev \ + --with-udev-mode=0660 +} + +src_install() { + default + prune_libtool_files --all + + if use examples; then + docinto examples + dodoc examples/*.{c,h,sh} + fi +} diff --git a/media-libs/openexr/openexr-2.2.0-r2.ebuild b/media-libs/openexr/openexr-2.2.0-r2.ebuild index 4ae6430d82e6..8f9775ff2e70 100644 --- a/media-libs/openexr/openexr-2.2.0-r2.ebuild +++ b/media-libs/openexr/openexr-2.2.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools multilib-minimal +inherit autotools flag-o-matic multilib-minimal DESCRIPTION="ILM's OpenEXR high dynamic-range image file format libraries" HOMEPAGE="http://openexr.com/" @@ -43,6 +43,9 @@ src_prepare() { } multilib_src_configure() { + # Fails to build with lto, https://bugs.gentoo.org/650876 + filter-flags -flto* + ECONF_SOURCE="${S}" econf \ --enable-threading \ $(use_enable cpu_flags_x86_avx avx) \ diff --git a/media-libs/partio/partio-1.1.0_p20170829.ebuild b/media-libs/partio/partio-1.1.0_p20170829.ebuild index 0ca9c31c2662..00bb039c1b3b 100644 --- a/media-libs/partio/partio-1.1.0_p20170829.ebuild +++ b/media-libs/partio/partio-1.1.0_p20170829.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit cmake-utils vcs-snapshot python-single-r1 DESCRIPTION="A library for particle IO and manipulation" -HOMEPAGE="http://www.disneyanimation.com/technology/partio.html" +HOMEPAGE="https://www.disneyanimation.com/technology/partio.html" MY_GIT_COMMIT="2774ef3958da46d9f8a4230ebda9e04b1aa8f4e5" SRC_URI="https://github.com/wdas/${PN}/archive/${MY_GIT_COMMIT}.tar.gz -> ${P}.tar.gz" diff --git a/media-plugins/Manifest.gz b/media-plugins/Manifest.gz index ec2f6fdd524e..5708df869fd7 100644 Binary files a/media-plugins/Manifest.gz and b/media-plugins/Manifest.gz differ diff --git a/media-plugins/kipi-plugins/Manifest b/media-plugins/kipi-plugins/Manifest index 76ae04101322..d23807cfbbd6 100644 --- a/media-plugins/kipi-plugins/Manifest +++ b/media-plugins/kipi-plugins/Manifest @@ -1 +1,2 @@ DIST digikam-5.7.0.tar.xz 123315064 BLAKE2B 0879b25e674e39d204038ab629dec36757ae034e3dd7e9a0a3700f9703272c4a972a21c1db5a42c6c294247a1226b1cb9a8b980bb90cdcc12e0cd752459273ef SHA512 626c9854311c637b994325237f171adce3dba39159fb336dfe95f1de287e2d08a3aaddd611eea87e8018047d331aff252b555c382cfbe1d8e14413c51a3849f4 +DIST digikam-5.9.0.tar.xz 132931184 BLAKE2B cfbcbae8471c9c00bdf846d13bbc1ce3fbbd2ee4cc86500d011f9e15c1a21d7799638f94708794e8bc36a200df455667f9df8fcefdc38aaa00060630807d11cb SHA512 f6134a957dcd11343e34f0bc90f5560a28ed205c47d2ffd76a5418a4c63f76706045e9179c47f1448304b59081051b524f7a6847c3c1dcee4673047ce5d90e63 diff --git a/media-plugins/kipi-plugins/kipi-plugins-5.9.0.ebuild b/media-plugins/kipi-plugins/kipi-plugins-5.9.0.ebuild new file mode 100644 index 000000000000..5a19db42937a --- /dev/null +++ b/media-plugins/kipi-plugins/kipi-plugins-5.9.0.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Plugins for the KDE Image Plugin Interface" +HOMEPAGE="https://www.digikam.org/" + +LICENSE="GPL-2+" +IUSE="flashexport mediawiki +remotestorage vkontakte" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + KEYWORDS="~amd64 ~x86" + if [[ ${PV} =~ beta[0-9]$ ]]; then + SRC_BRANCH="unstable" + else + SRC_BRANCH="stable" + fi + + MY_PV="${PV/_/-}" + MY_P="digikam-${MY_PV}" + SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz" + S="${WORKDIR}/${MY_P}/extra/${PN}" +fi + +COMMON_DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkipi '' '' '5=') + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + flashexport? ( $(add_frameworks_dep karchive) ) + mediawiki? ( net-libs/libmediawiki:5 ) + remotestorage? ( $(add_frameworks_dep kio) ) + vkontakte? ( net-libs/libkvkontakte:5 ) +" +DEPEND="${COMMON_DEPEND} + $(add_qt_dep qtconcurrent) + sys-devel/gettext +" +RDEPEND="${COMMON_DEPEND} + !media-plugins/kipi-plugins:4 +" + +src_prepare() { + if [[ ${KDE_BUILD_TYPE} = release ]]; then + if [[ ${SRC_BRANCH} = stable ]]; then + # prepare the translations + mv "${WORKDIR}/${MY_P}/po" po || die + find po -name "*.po" -and -not -name "kipiplugin*.po" -delete || die + echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt || die + echo "add_subdirectory( po )" >> CMakeLists.txt || die + fi + fi + + kde5_src_prepare +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package flashexport KF5Archive) + $(cmake-utils_use_find_package mediawiki KF5MediaWiki) + -DENABLE_KIO=$(usex remotestorage) + $(cmake-utils_use_find_package vkontakte KF5Vkontakte) + ) + + kde5_src_configure +} diff --git a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild index b7a1b7d44237..c58ebecd3134 100644 --- a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild +++ b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,8 +6,8 @@ EAPI="5" inherit vdr-plugin-2 DESCRIPTION="VDR Plugin: CD-PLAYER" -HOMEPAGE="http://www.uli-eckhardt.de/vdr/cdplayer.en.shtml" -SRC_URI="http://www.uli-eckhardt.de/vdr/download/${P}.tgz" +HOMEPAGE="https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml" +SRC_URI="https://www.uli-eckhardt.de/vdr/download/${P}.tgz" KEYWORDS="~amd64 ~x86" SLOT="0" diff --git a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild index c1bcfa55b7bd..6607e51d9670 100644 --- a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild +++ b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,8 +6,8 @@ EAPI="5" inherit vdr-plugin-2 DESCRIPTION="VDR Plugin: CD-PLAYER" -HOMEPAGE="http://www.uli-eckhardt.de/vdr/cdplayer.en.shtml" -SRC_URI="http://www.uli-eckhardt.de/vdr/download/${P}.tgz" +HOMEPAGE="https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml" +SRC_URI="https://www.uli-eckhardt.de/vdr/download/${P}.tgz" KEYWORDS="~amd64 ~x86" SLOT="0" diff --git a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild index 07f704f58a75..c06b3a81b57c 100644 --- a/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild +++ b/media-plugins/vdr-cdplayer/vdr-cdplayer-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit vdr-plugin-2 DESCRIPTION="VDR Plugin: CD-PLAYER" -HOMEPAGE="http://www.uli-eckhardt.de/vdr/cdplayer.en.shtml" -SRC_URI="http://www.uli-eckhardt.de/vdr/download/${P}.tgz" +HOMEPAGE="https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml" +SRC_URI="https://www.uli-eckhardt.de/vdr/download/${P}.tgz" KEYWORDS="~amd64 ~x86" SLOT="0" diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild index 5b8da775b445..198597775c16 100644 --- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild +++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="534" # every bump, new version DESCRIPTION="VDR Plugin: to play dvds and dvd file structures" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-dvdswitch" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" LICENSE="GPL-2" diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild index b35b73b8315b..f11b681c0808 100644 --- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild +++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1059" # every bump, new version DESCRIPTION="VDR Plugin: to play dvds and dvd file structures" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-dvdswitch" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" LICENSE="GPL-2" diff --git a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild index 6ae750800088..a662a750af9a 100644 --- a/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild +++ b/media-plugins/vdr-dvdswitch/vdr-dvdswitch-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1323" # every bump, new version DESCRIPTION="VDR Plugin: to play dvds and dvd file structures" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-dvdswitch" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-dvdswitch" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" LICENSE="GPL-2" diff --git a/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild b/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild index eb34af3937f7..e45cfd4a78bb 100644 --- a/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild +++ b/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="502" # every bump, new version DESCRIPTION="VDR Plugin: support output on Graphical LCD " -HOMEPAGE="http://projects.vdr-developer.org/projects/graphlcd" +HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~x86 ~amd64" diff --git a/media-plugins/vdr-image/vdr-image-0.3.1.ebuild b/media-plugins/vdr-image/vdr-image-0.3.1.ebuild index 1d7e5b4d052d..8343d9a7fa91 100644 --- a/media-plugins/vdr-image/vdr-image-0.3.1.ebuild +++ b/media-plugins/vdr-image/vdr-image-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit vdr-plugin-2 flag-o-matic VERSION="679" #every bump, new version DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-image" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz" KEYWORDS="amd64 x86" diff --git a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild index 7c767a04efec..d00933099fff 100644 --- a/media-plugins/vdr-image/vdr-image-0.4.0.ebuild +++ b/media-plugins/vdr-image/vdr-image-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1325" #every bump, new version DESCRIPTION="VDR plugin: display of digital images, like jpeg, tiff, png, bmp" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-image" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-image" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="amd64 x86" diff --git a/media-plugins/vdr-markad/vdr-markad-0.1.4-r1.ebuild b/media-plugins/vdr-markad/vdr-markad-0.1.4-r1.ebuild index fe03db194234..263e2ce1abb5 100644 --- a/media-plugins/vdr-markad/vdr-markad-0.1.4-r1.ebuild +++ b/media-plugins/vdr-markad/vdr-markad-0.1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1041" # every bump, new version DESCRIPTION="VDR Plugin: marks advertisements in VDR recordings" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-markad/" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-markad/" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="amd64 x86" diff --git a/media-plugins/vdr-markad/vdr-markad-0.1.4-r2.ebuild b/media-plugins/vdr-markad/vdr-markad-0.1.4-r2.ebuild index 863359cf4678..3d18884c2ccd 100644 --- a/media-plugins/vdr-markad/vdr-markad-0.1.4-r2.ebuild +++ b/media-plugins/vdr-markad/vdr-markad-0.1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1041" # every bump, new version DESCRIPTION="VDR Plugin: marks advertisements in VDR recordings" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-markad/" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-markad/" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~amd64 ~arm ~x86" diff --git a/media-plugins/vdr-markad/vdr-markad-0.1.4.ebuild b/media-plugins/vdr-markad/vdr-markad-0.1.4.ebuild index c093a955b1da..2b5962e457c9 100644 --- a/media-plugins/vdr-markad/vdr-markad-0.1.4.ebuild +++ b/media-plugins/vdr-markad/vdr-markad-0.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1041" # every bump, new version DESCRIPTION="VDR Plugin: marks advertisements in VDR recordings" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-markad/" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-markad/" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="amd64 x86" diff --git a/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild b/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild index ff92e34c6b19..53359ac10d9f 100644 --- a/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild +++ b/media-plugins/vdr-menuorg/vdr-menuorg-0.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit flag-o-matic vdr-plugin-2 VERSION="1312" # every bump, new version DESCRIPTION="VDR plugin: make osd menu configurable via config-file" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-menuorg" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-menuorg" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild index 5fbc6c926105..ed230cc4089a 100644 --- a/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild +++ b/media-plugins/vdr-osdpip/vdr-osdpip-0.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ VERSION="961" # every bump, new version inherit vdr-plugin-2 flag-o-matic DESCRIPTION="VDR plugin: Show another channel in the OSD" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-osdpip" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-osdpip" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="amd64 x86" diff --git a/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild b/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild index d59e2524cb8a..43e89dac7ec7 100644 --- a/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild +++ b/media-plugins/vdr-pin/vdr-pin-0.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1379" # every bump, new version DESCRIPTION="VDR plugin: enable/disable parentalrating in records" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-${VDRPLUGIN}" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-pin" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~amd64 ~x86" diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild index c753e1cc887a..f176a8d4ba8b 100644 --- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild +++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1817" #every bump, new version DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~arm" diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild index abd41d590f3f..f5677cadb319 100644 --- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild +++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1861" #every bump, new version DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~arm" diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild index 8d8b66808578..bf3e1a6323c6 100644 --- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild +++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1966" #every bump, new version DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~arm" diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild index 4360c224c82b..40fe4c478d08 100644 --- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild +++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="2045" #every bump, new version DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~arm" diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild index 9239b49b8bd7..bdacdc2493dd 100644 --- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild +++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1580" # every bump, new version ! DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-streamdev" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-streamdev" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" LICENSE="GPL-2" diff --git a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild index 404cde672e9a..8e69d5831329 100644 --- a/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild +++ b/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1_p20160320.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ inherit vdr-plugin-2 GIT_VERSION="674bb5b331240de3ba2a8beb63a1276003e64e3e" DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-streamdev" -SRC_URI="http://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-${GIT_VERSION}.tar.bz2" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-streamdev" +SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-${GIT_VERSION}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild b/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild index 4dbee14933c0..a26722945195 100644 --- a/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild +++ b/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1060" # every bump, new version! DESCRIPTION="VDR Plugin: Recover deleted recordings of VDR" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-undelete" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-undelete" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" SLOT="0" diff --git a/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild b/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild index d2f6287eb2d6..73a6ed7a0a8f 100644 --- a/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild +++ b/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1060" # every bump, new version! DESCRIPTION="VDR Plugin: Recover deleted recordings of VDR" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-undelete" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-undelete" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" SLOT="0" diff --git a/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild b/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild index 6366879da29c..c62a37bdc414 100644 --- a/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild +++ b/media-plugins/vdr-vodcatcher/vdr-vodcatcher-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit vdr-plugin-2 DESCRIPTION="VDR plugin: Downloads rss-feeds and passes video enclosures to the mplayer plugin" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-vodcatcher" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-vodcatcher" SRC_URI="mirror://vdr-developerorg/154/${P}.tar.gz" SLOT="0" diff --git a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild index f2ba053ff6fb..52542a46d853 100644 --- a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild +++ b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit vdr-plugin-2 VERSION="1437" # every bump, new Version DESCRIPTION="VDR Plugin: Shows the least recently used channels" -HOMEPAGE="http://projects.vdr-developer.org/projects/plg-zaphistory" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-zaphistory" SRC_URI="mirror://vdr-developerorg/${VERSION}/zaphistory-${PV}.tar.gz" KEYWORDS="amd64 x86" diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index 2591ef7f0ac8..645b012c738e 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/csound/metadata.xml b/media-sound/csound/metadata.xml index 7bee7a51e80e..9cea2aaf92d9 100644 --- a/media-sound/csound/metadata.xml +++ b/media-sound/csound/metadata.xml @@ -15,7 +15,6 @@ Build the image opcodes Build Virtual MIDI keyboard Build the linear algebra Opcodes - Use the lua just-in-time compiler dev-lang/luajit instead of dev-lang/lua Build the PortMIDI I/O module Install the HRTF datafiles for use with hrtfmove, hrtfmove2, hrtfstat, hrtfearly, and hrtfreverb Build the alternative score parser diff --git a/media-video/Manifest.gz b/media-video/Manifest.gz index 41aca4d484cc..f59d338690b1 100644 Binary files a/media-video/Manifest.gz and b/media-video/Manifest.gz differ diff --git a/media-video/mpv/metadata.xml b/media-video/mpv/metadata.xml index b69462424a7e..597c2ce92a71 100644 --- a/media-video/mpv/metadata.xml +++ b/media-video/mpv/metadata.xml @@ -26,7 +26,6 @@ Enable OSD (On Screen Display) and subtitles support via media-libs/libass Build mpv shared library Enable Lua scripting, OSC (On Screen Controller) GUI and net-misc/youtube-dl hook-script - Use dev-lang/luajit instead of dev-lang/lua Enable the recommended 'opengl' video output Enable support for the Raspberry Pi Enable high quality pitch correction via media-libs/rubberband diff --git a/media-video/rtmpdump/metadata.xml b/media-video/rtmpdump/metadata.xml index 724b1cb49d66..2028cee3c389 100644 --- a/media-video/rtmpdump/metadata.xml +++ b/media-video/rtmpdump/metadata.xml @@ -5,7 +5,4 @@ hwoarang@gentoo.org Markos Chandras - - Use GnuTLS library instead of the default OpenSSL - diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild index 5ab69865de61..ba1b98b2b9e4 100644 --- a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,7 +6,7 @@ EAPI="6" inherit multilib toolchain-funcs multilib-minimal flag-o-matic DESCRIPTION="RTMP client intended to stream audio or video flash content" -HOMEPAGE="http://rtmpdump.mplayerhq.hu/" +HOMEPAGE="https://rtmpdump.mplayerhq.hu/" SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" # the library is LGPL-2.1, the command is GPL-2 @@ -17,7 +17,10 @@ IUSE="gnutls ssl libressl" DEPEND="ssl? ( gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] ) - !gnutls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl ) ) + !gnutls? ( + !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl ) + ) >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND}" diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild index eec4bbc9a07c..bb95a41dd316 100644 --- a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,7 +6,7 @@ EAPI="6" inherit multilib toolchain-funcs multilib-minimal flag-o-matic DESCRIPTION="RTMP client intended to stream audio or video flash content" -HOMEPAGE="http://rtmpdump.mplayerhq.hu/" +HOMEPAGE="https://rtmpdump.mplayerhq.hu/" SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz" # the library is LGPL-2.1, the command is GPL-2 @@ -17,7 +17,10 @@ IUSE="gnutls ssl libressl" DEPEND="ssl? ( gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] ) - !gnutls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl ) ) + !gnutls? ( + !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl ) + ) >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND}" diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild index ccd765a7d625..83fe157d7a38 100644 --- a/media-video/rtmpdump/rtmpdump-9999.ebuild +++ b/media-video/rtmpdump/rtmpdump-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -6,7 +6,7 @@ EAPI="6" inherit git-r3 multilib toolchain-funcs multilib-minimal flag-o-matic DESCRIPTION="RTMP client intended to stream audio or video flash content" -HOMEPAGE="http://rtmpdump.mplayerhq.hu/" +HOMEPAGE="https://rtmpdump.mplayerhq.hu/" EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git" # the library is LGPL-2.1, the command is GPL-2 @@ -17,7 +17,10 @@ IUSE="gnutls ssl libressl" DEPEND="ssl? ( gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] ) - !gnutls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl ) ) + !gnutls? ( + !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl ) + ) >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )" RDEPEND="${DEPEND}" diff --git a/metadata/Manifest.gz b/metadata/Manifest.gz index 4f8f17801994..8942fccaafd7 100644 Binary files a/metadata/Manifest.gz and b/metadata/Manifest.gz differ diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 50ae22f75eba..ddef198b48c8 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 26 Mar 2018 12:08:26 +0000 +Tue, 27 Mar 2018 11:38:27 +0000 diff --git a/metadata/glsa/Manifest.files.gz b/metadata/glsa/Manifest.files.gz index 4a497152dc2d..39a8552e5338 100644 Binary files a/metadata/glsa/Manifest.files.gz and b/metadata/glsa/Manifest.files.gz differ diff --git a/metadata/glsa/glsa-201803-12.xml b/metadata/glsa/glsa-201803-12.xml new file mode 100644 index 000000000000..f4c5194fed96 --- /dev/null +++ b/metadata/glsa/glsa-201803-12.xml @@ -0,0 +1,55 @@ + + + + BusyBox: Multiple vulnerabilities + Multiple vulnerabilities have been found in BusyBox, the worst of + which could allow remote attackers to execute arbitrary code. + + busybox + 2018-03-26 + 2018-03-26 + 563756 + 635392 + 638258 + remote + + + 1.28.0 + 1.28.0 + + + +

BusyBox is a set of tools for embedded systems and is a replacement for + GNU Coreutils. +

+
+ +

Multiple vulnerabilities have been discovered in BusyBox. Please review + the CVE identifiers referenced below for details. +

+
+ +

A remote attacker could possibly execute arbitrary code with the + privileges of the process, cause a Denial of Service condition, or have + other unspecified impacts. +

+
+ +

There is no known workaround at this time.

+
+ +

All BusyBox users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-apps/busybox-1.28.0" + +
+ + CVE-2017-15873 + CVE-2017-15874 + CVE-2017-16544 + + chrisadr + b-man +
diff --git a/metadata/glsa/glsa-201803-13.xml b/metadata/glsa/glsa-201803-13.xml new file mode 100644 index 000000000000..746efc7ec51a --- /dev/null +++ b/metadata/glsa/glsa-201803-13.xml @@ -0,0 +1,52 @@ + + + + PLIB: User-assisted execution of arbitrary code + A vulnerability in PLIB may allow remote attackers to execute + arbitrary code. + + plib + 2018-03-26 + 2018-03-26 + 440762 + remote + + + 1.8.5-r1 + 1.8.5-r1 + + + +

PLIB includes sound effects, music, a complete 3D engine, font + rendering, a simple Windowing library, a game scripting language, a GUI, + networking, 3D math library and a collection of handy utility functions. +

+
+ +

A stack-based buffer overflow within the error function of + ssg/ssgParser.cxx was discovered in PLIB. +

+
+ +

A remote attacker, by enticing a user to open a specially crafted 3d + model file, could possibly execute arbitrary code with the privileges of + the process. +

+
+ +

There is no known workaround at this time.

+
+ +

All PLIB users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/plib-1.8.5-r1" + +
+ + CVE-2012-4552 + + b-man + b-man +
diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 50ae22f75eba..ddef198b48c8 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 26 Mar 2018 12:08:26 +0000 +Tue, 27 Mar 2018 11:38:27 +0000 diff --git a/metadata/glsa/timestamp.commit b/metadata/glsa/timestamp.commit index 6c9b1079e876..9a2f6c8de5f4 100644 --- a/metadata/glsa/timestamp.commit +++ b/metadata/glsa/timestamp.commit @@ -1 +1 @@ -52069526c1e45dc28a6c6f776156e98973bd6822 1521678297 2018-03-22T00:24:57+00:00 +e77e32771f61fb0da58c84733fb97dfc54b01bb4 1522081689 2018-03-26T16:28:09+00:00 diff --git a/metadata/md5-cache/Manifest.gz b/metadata/md5-cache/Manifest.gz index 60812257b71d..7ed55d6babfd 100644 Binary files a/metadata/md5-cache/Manifest.gz and b/metadata/md5-cache/Manifest.gz differ diff --git a/metadata/md5-cache/app-accessibility/Manifest.gz b/metadata/md5-cache/app-accessibility/Manifest.gz index f4b72f39a084..da064e156175 100644 Binary files a/metadata/md5-cache/app-accessibility/Manifest.gz and b/metadata/md5-cache/app-accessibility/Manifest.gz differ diff --git a/metadata/md5-cache/app-accessibility/brltty-5.2-r1 b/metadata/md5-cache/app-accessibility/brltty-5.2-r1 index f3b84ff2d98b..ad80a9d1f70d 100644 --- a/metadata/md5-cache/app-accessibility/brltty-5.2-r1 +++ b/metadata/md5-cache/app-accessibility/brltty-5.2-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup DEPEND=virtual/pkgconfig java? ( >=virtual/jdk-1.4 ) python? ( >=dev-python/cython-0.16[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) bluetooth? ( net-wireless/bluez ) gpm? ( >=sys-libs/gpm-1.20 ) iconv? ( virtual/libiconv ) icu? ( dev-libs/icu:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) ncurses? ( sys-libs/ncurses:0= ) nls? ( virtual/libintl ) tcl? ( >=dev-lang/tcl-8.4.15:0= ) usb? ( virtual/libusb:0 ) X? ( x11-libs/libXaw ) ocaml? ( >=dev-ml/findlib-1.0.4-r1 ) java? ( >=dev-java/java-config-2.2.0-r3 ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig virtual/pkgconfig DESCRIPTION=Daemon that provides access to the Linux/Unix console for a blind person -EAPI=5 +EAPI=6 HOMEPAGE=http://brltty.com/ IUSE=+api +beeper bluetooth +contracted-braille doc +fm gpm iconv icu java +midi ncurses nls ocaml +pcm python usb +speech tcl X elibc_FreeBSD java python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 x86 @@ -11,4 +11,4 @@ REQUIRED_USE=doc? ( api ) java? ( api ) ocaml? ( api ) python? ( api || ( python SLOT=0 SRC_URI=http://brltty.com/archive/brltty-5.2.tar.xz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 findlib 45d6030075064a68da8d7143726a1150 flag-o-matic 02908f00f002f0f07c5b74783d778325 java-pkg-opt-2 77d2e22d0de7640f817d20e861c0ff3f java-utils-2 0ee72667014428e01a01df2345244cf3 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 udev d91cac2c73b94629cad2daea66e0d182 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=246eb7ea43781f8631976b67f747957d +_md5_=f6b794eb1f8cafc347672c7025f51fe6 diff --git a/metadata/md5-cache/app-accessibility/epos-2.5.37-r2 b/metadata/md5-cache/app-accessibility/epos-2.5.37-r2 index 121d3ce2b7c7..54ca4f077447 100644 --- a/metadata/md5-cache/app-accessibility/epos-2.5.37-r2 +++ b/metadata/md5-cache/app-accessibility/epos-2.5.37-r2 @@ -1,11 +1,11 @@ DEFINED_PHASES=configure install prepare DEPEND=>=app-text/sgmltools-lite-3.0.3-r9 dev-util/byacc >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=language independent text-to-speech system -EAPI=5 -HOMEPAGE=http://epos.ure.cas.cz/ +EAPI=6 +HOMEPAGE=http://epos.ufe.cz/ KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 x86 LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://sourceforge/epos/epos-2.5.37.tar.gz -_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=d80e91cb61ac0f24f125c4e68856c043 +_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 +_md5_=6f3bd8bcbbb42049a89aaf4305ba3e00 diff --git a/metadata/md5-cache/app-accessibility/flite-1.4-r4 b/metadata/md5-cache/app-accessibility/flite-1.4-r4 index 031bd7ed9b30..10902a496426 100644 --- a/metadata/md5-cache/app-accessibility/flite-1.4-r4 +++ b/metadata/md5-cache/app-accessibility/flite-1.4-r4 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst 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(-)?] ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=Flite text to speech engine -EAPI=5 +EAPI=6 HOMEPAGE=http://www.speech.cs.cmu.edu/flite/index.html IUSE=alsa oss 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 ppc ppc64 sparc x86 @@ -9,5 +9,5 @@ LICENSE=BSD freetts public-domain regexp-UofT BSD-2 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(-)?] ) SLOT=0 SRC_URI=http://www.speech.cs.cmu.edu/flite/packed/flite-1.4/flite-1.4-release.tar.bz2 -_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=63b5467ca519e0585ef9e58efa2ea793 +_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 libtool 0081a71a261724730ec4c248494f044d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 +_md5_=72975ce79084bc6712a4bc6dd9fedcac diff --git a/metadata/md5-cache/app-accessibility/julius-4.2.2 b/metadata/md5-cache/app-accessibility/julius-4.2.2 index 6c0d91f1c506..5170e0758b5f 100644 --- a/metadata/md5-cache/app-accessibility/julius-4.2.2 +++ b/metadata/md5-cache/app-accessibility/julius-4.2.2 @@ -1,14 +1,14 @@ -DEFINED_PHASES=configure install postinst prepare setup +DEFINED_PHASES=configure install postinst setup DEPEND=dev-lang/perl dev-perl/Jcode sys-libs/readline:0 sys-libs/zlib alsa? ( media-libs/alsa-lib ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-sound/pulseaudio ) sndfile? ( media-libs/libsndfile ) sys-devel/flex DESCRIPTION=Large Vocabulary Continuous Speech Recognition Engine -EAPI=5 +EAPI=6 HOMEPAGE=http://julius.sourceforge.jp/ -IUSE=+alsa oss portaudio pulseaudio sndfile +IUSE=+alsa l10n_ja oss portaudio pulseaudio sndfile KEYWORDS=amd64 x86 LICENSE=julius RDEPEND=dev-lang/perl dev-perl/Jcode sys-libs/readline:0 sys-libs/zlib alsa? ( media-libs/alsa-lib ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-sound/pulseaudio ) sndfile? ( media-libs/libsndfile ) REQUIRED_USE=^^ ( alsa oss portaudio pulseaudio ) SLOT=0 SRC_URI=mirror://sourceforge.jp/julius/56549/julius-4.2.2.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=29678aa49f694b8a86e46c1a2b124db4 +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 +_md5_=79b1a15e5dfb0e800c975924ca9683c6 diff --git a/metadata/md5-cache/app-accessibility/perlbox-voice-0.09-r2 b/metadata/md5-cache/app-accessibility/perlbox-voice-0.09-r2 index ca8fa5873e89..c15e3e55a3ee 100644 --- a/metadata/md5-cache/app-accessibility/perlbox-voice-0.09-r2 +++ b/metadata/md5-cache/app-accessibility/perlbox-voice-0.09-r2 @@ -1,10 +1,10 @@ DEFINED_PHASES=install DESCRIPTION=A voice enabled application to bring your desktop under your command -EAPI=5 +EAPI=6 HOMEPAGE=http://perlbox.sourceforge.net/ KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=dev-lang/perl dev-perl/Tk app-accessibility/sphinx2 app-accessibility/festival app-accessibility/mbrola SLOT=0 SRC_URI=mirror://sourceforge/perlbox/perlbox-voice-0.09.noarch.tgz -_md5_=91aa2264301d7c5dfcd488db323f4c67 +_md5_=73633848e089f3582f3e5ad480947bfd diff --git a/metadata/md5-cache/app-accessibility/powiedz-1.0-r2 b/metadata/md5-cache/app-accessibility/powiedz-1.0-r2 index 7aec34f37340..402f76acdb48 100644 --- a/metadata/md5-cache/app-accessibility/powiedz-1.0-r2 +++ b/metadata/md5-cache/app-accessibility/powiedz-1.0-r2 @@ -1,10 +1,10 @@ -DEFINED_PHASES=compile install prepare +DEFINED_PHASES=compile install DESCRIPTION=Polish speech synthesizer based on rsynth -EAPI=5 +EAPI=6 HOMEPAGE=http://kadu.net/index.php?page=download&lang=en KEYWORDS=amd64 ppc ~sparc x86 LICENSE=GPL-1 SLOT=0 SRC_URI=http://kadu.net/download/additions/powiedz-1.0.tgz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=44659d17c331c3424434a2a783cae40d +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 +_md5_=a5cb69eb98303d32177b47c7098368c1 diff --git a/metadata/md5-cache/app-admin/Manifest.gz b/metadata/md5-cache/app-admin/Manifest.gz index 81f712569412..072bc1a15bf9 100644 Binary files a/metadata/md5-cache/app-admin/Manifest.gz and b/metadata/md5-cache/app-admin/Manifest.gz differ diff --git a/metadata/md5-cache/app-admin/apache-tools-2.2.34 b/metadata/md5-cache/app-admin/apache-tools-2.2.34 new file mode 100644 index 000000000000..9de366c76885 --- /dev/null +++ b/metadata/md5-cache/app-admin/apache-tools-2.2.34 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install +DEPEND==dev-libs/apr-1* =dev-libs/apr-util-1* dev-libs/expat dev-libs/libpcre kernel_linux? ( sys-apps/util-linux ) ssl? ( dev-libs/openssl:0= ) !=dev-lang/go-1.4:= test? ( dev-go/go-tools ) virtual/pkgconfig -DESCRIPTION=A Distributed init System -EAPI=5 -HOMEPAGE=https://github.com/coreos/fleet -IUSE=doc examples test -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -SLOT=0 -SRC_URI=https://github.com/coreos/fleet/archive/v0.11.5.tar.gz -> fleet-0.11.5.tar.gz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-snapshot 3be1ab44131e8c0bbdaa75823008444b -_md5_=29faafef8d9de9d577ec7f91412584ba diff --git a/metadata/md5-cache/app-admin/fleet-0.11.8 b/metadata/md5-cache/app-admin/fleet-0.11.8 deleted file mode 100644 index b4a46988d125..000000000000 --- a/metadata/md5-cache/app-admin/fleet-0.11.8 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install test unpack -DEPEND=>=dev-lang/go-1.4:= test? ( dev-go/go-tools ) virtual/pkgconfig -DESCRIPTION=A Distributed init System -EAPI=5 -HOMEPAGE=https://github.com/coreos/fleet -IUSE=doc examples test -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -SLOT=0 -SRC_URI=https://github.com/coreos/fleet/archive/v0.11.8.tar.gz -> fleet-0.11.8.tar.gz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-snapshot 3be1ab44131e8c0bbdaa75823008444b -_md5_=789b6c7433104a17c32d28aed311aefd diff --git a/metadata/md5-cache/app-admin/kube-bench-0.0.8 b/metadata/md5-cache/app-admin/kube-bench-0.0.8 deleted file mode 100644 index 4d789cec127a..000000000000 --- a/metadata/md5-cache/app-admin/kube-bench-0.0.8 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install test unpack -DEPEND=>=dev-lang/go-1.8 -DESCRIPTION=Kubernetes Bench for Security runs the CIS Kubernetes Benchmark -EAPI=6 -HOMEPAGE=https://github.com/aquasecurity/kube-bench -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/aquasecurity/kube-bench/archive/v0.0.8.tar.gz -> kube-bench-0.0.8.tar.gz https://github.com/fatih/color/archive/570b54cabe6b8eb0bc2dfce68d964677d63b5260.tar.gz -> github.com-fatih-color-570b54cabe6b8eb0bc2dfce68d964677d63b5260.tar.gz https://github.com/fsnotify/fsnotify/archive/4da3e2cfbabc9f751898f250b49f2439785783a1.tar.gz -> github.com-fsnotify-fsnotify-4da3e2cfbabc9f751898f250b49f2439785783a1.tar.gz https://github.com/golang/glog/archive/23def4e6c14b4da8ac2ed8007337bc5eb5007998.tar.gz -> github.com-golang-glog-23def4e6c14b4da8ac2ed8007337bc5eb5007998.tar.gz https://github.com/hashicorp/hcl/archive/23c074d0eceb2b8a5bfdbb271ab780cde70f05a8.tar.gz -> github.com-hashicorp-hcl-23c074d0eceb2b8a5bfdbb271ab780cde70f05a8.tar.gz https://github.com/inconshreveable/mousetrap/archive/76626ae9c91c4f2a10f34cad8ce83ea42c93bb75.tar.gz -> github.com-inconshreveable-mousetrap-76626ae9c91c4f2a10f34cad8ce83ea42c93bb75.tar.gz https://github.com/jinzhu/gorm/archive/5174cc5c242a728b435ea2be8a2f7f998e15429b.tar.gz -> github.com-jinzhu-gorm-5174cc5c242a728b435ea2be8a2f7f998e15429b.tar.gz https://github.com/jinzhu/inflection/archive/1c35d901db3da928c72a72d8458480cc9ade058f.tar.gz -> github.com-jinzhu-inflection-1c35d901db3da928c72a72d8458480cc9ade058f.tar.gz https://github.com/lib/pq/archive/83612a56d3dd153a94a629cd64925371c9adad78.tar.gz -> github.com-lib-pq-83612a56d3dd153a94a629cd64925371c9adad78.tar.gz https://github.com/magiconair/properties/archive/49d762b9817ba1c2e9d0c69183c2b4a8b8f1d934.tar.gz -> github.com-magiconair-properties-49d762b9817ba1c2e9d0c69183c2b4a8b8f1d934.tar.gz https://github.com/mattn/go-colorable/archive/5411d3eea5978e6cdc258b30de592b60df6aba96.tar.gz -> github.com-mattn-go-colorable-5411d3eea5978e6cdc258b30de592b60df6aba96.tar.gz https://github.com/mattn/go-isatty/archive/57fdcb988a5c543893cc61bce354a6e24ab70022.tar.gz -> github.com-mattn-go-isatty-57fdcb988a5c543893cc61bce354a6e24ab70022.tar.gz https://github.com/mitchellh/mapstructure/archive/06020f85339e21b2478f756a78e295255ffa4d6a.tar.gz -> github.com-mitchellh-mapstructure-06020f85339e21b2478f756a78e295255ffa4d6a.tar.gz https://github.com/pelletier/go-toml/archive/0131db6d737cfbbfb678f8b7d92e55e27ce46224.tar.gz -> github.com-pelletier-go-toml-0131db6d737cfbbfb678f8b7d92e55e27ce46224.tar.gz https://github.com/spf13/afero/archive/57afd63c68602b63ed976de00dd066ccb3c319db.tar.gz -> github.com-spf13-afero-57afd63c68602b63ed976de00dd066ccb3c319db.tar.gz https://github.com/spf13/cast/archive/acbeb36b902d72a7a4c18e8f3241075e7ab763e4.tar.gz -> github.com-spf13-cast-acbeb36b902d72a7a4c18e8f3241075e7ab763e4.tar.gz https://github.com/spf13/cobra/archive/7b2c5ac9fc04fc5efafb60700713d4fa609b777b.tar.gz -> github.com-spf13-cobra-7b2c5ac9fc04fc5efafb60700713d4fa609b777b.tar.gz https://github.com/spf13/jwalterweatherman/archive/12bd96e66386c1960ab0f74ced1362f66f552f7b.tar.gz -> github.com-spf13-jwalterweatherman-12bd96e66386c1960ab0f74ced1362f66f552f7b.tar.gz https://github.com/spf13/pflag/archive/4c012f6dcd9546820e378d0bdda4d8fc772cdfea.tar.gz -> github.com-spf13-pflag-4c012f6dcd9546820e378d0bdda4d8fc772cdfea.tar.gz https://github.com/spf13/viper/archive/25b30aa063fc18e48662b86996252eabdcf2f0c7.tar.gz -> github.com-spf13-viper-25b30aa063fc18e48662b86996252eabdcf2f0c7.tar.gz https://github.com/golang/sys/archive/e24f485414aeafb646f6fca458b0bf869c0880a1.tar.gz -> github.com-golang-sys-e24f485414aeafb646f6fca458b0bf869c0880a1.tar.gz https://github.com/golang/text/archive/e19ae1496984b1c655b8044a65c0300a3c878dd3.tar.gz -> github.com-golang-text-e19ae1496984b1c655b8044a65c0300a3c878dd3.tar.gz https://github.com/go-yaml/yaml/archive/c95af922eae69f190717a0b7148960af8c55a072.tar.gz -> github.com-go-yaml-yaml-c95af922eae69f190717a0b7148960af8c55a072.tar.gz -_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=cbb6ab07c39aa906a4225af1367b7c11 diff --git a/metadata/md5-cache/app-admin/puppet-lint-2.3.4 b/metadata/md5-cache/app-admin/puppet-lint-2.3.5 similarity index 98% rename from metadata/md5-cache/app-admin/puppet-lint-2.3.4 rename to metadata/md5-cache/app-admin/puppet-lint-2.3.5 index 2c262a209cf8..f45c5d5fa72a 100644 --- a/metadata/md5-cache/app-admin/puppet-lint-2.3.4 +++ b/metadata/md5-cache/app-admin/puppet-lint-2.3.5 @@ -9,6 +9,6 @@ LICENSE=MIT RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) SLOT=0 -SRC_URI=mirror://rubygems/puppet-lint-2.3.4.gem +SRC_URI=mirror://rubygems/puppet-lint-2.3.5.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 java-utils-2 0ee72667014428e01a01df2345244cf3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 2da44d50080e3d54e1a4ac7d91d149f8 ruby-utils e5942a80e3c3b936c6b84d6dc4af9f9c toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 _md5_=64cf3c5c33759c629e42dd9f96c45be2 diff --git a/metadata/md5-cache/app-arch/Manifest.gz b/metadata/md5-cache/app-arch/Manifest.gz index e958a8ebb912..fba0b8b5068c 100644 Binary files a/metadata/md5-cache/app-arch/Manifest.gz and b/metadata/md5-cache/app-arch/Manifest.gz differ diff --git a/metadata/md5-cache/app-arch/lzop-1.04 b/metadata/md5-cache/app-arch/lzop-1.04 index a5757cef4df2..922b5b2f0fc9 100644 --- a/metadata/md5-cache/app-arch/lzop-1.04 +++ b/metadata/md5-cache/app-arch/lzop-1.04 @@ -3,9 +3,9 @@ DEPEND=>=dev-libs/lzo-2 DESCRIPTION=Utility for fast (even real-time) compression/decompression EAPI=6 HOMEPAGE=http://www.lzop.org/ -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=dev-libs/lzo-2 SLOT=0 SRC_URI=http://www.lzop.org/download/lzop-1.04.tar.gz -_md5_=96a29e8d318a2a97415d944571e2224b +_md5_=da409ca7f509cfe1ad7d0977f9ec53d1 diff --git a/metadata/md5-cache/app-arch/zstd-1.1.0 b/metadata/md5-cache/app-arch/zstd-1.1.0 deleted file mode 100644 index 347189b8dfa6..000000000000 --- a/metadata/md5-cache/app-arch/zstd-1.1.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install -DESCRIPTION=zstd fast compression library -EAPI=6 -HOMEPAGE=http://facebook.github.io/zstd/ -IUSE=static-libs -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -SLOT=0 -SRC_URI=https://github.com/facebook/zstd/archive/v1.1.0.tar.gz -> zstd-1.1.0.tar.gz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=dc16af528ea83cb4f94d9e3228ccb941 diff --git a/metadata/md5-cache/app-arch/zstd-1.2.0 b/metadata/md5-cache/app-arch/zstd-1.2.0 deleted file mode 100644 index 88e24542cff0..000000000000 --- a/metadata/md5-cache/app-arch/zstd-1.2.0 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=compile install -DESCRIPTION=zstd fast compression library -EAPI=6 -HOMEPAGE=https://facebook.github.io/zstd/ -IUSE=static-libs -KEYWORDS=~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=BSD -SLOT=0 -SRC_URI=https://github.com/facebook/zstd/archive/v1.2.0.tar.gz -> zstd-1.2.0.tar.gz -_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=8d4eb50a25201f0f7085b3b5a42cae3b diff --git a/metadata/md5-cache/app-arch/zstd-1.3.0 b/metadata/md5-cache/app-arch/zstd-1.3.4 similarity index 57% rename from metadata/md5-cache/app-arch/zstd-1.3.0 rename to metadata/md5-cache/app-arch/zstd-1.3.4 index e60e1cc98a71..5782f2dea59d 100644 --- a/metadata/md5-cache/app-arch/zstd-1.3.0 +++ b/metadata/md5-cache/app-arch/zstd-1.3.4 @@ -4,10 +4,10 @@ DESCRIPTION=zstd fast compression library EAPI=6 HOMEPAGE=https://facebook.github.io/zstd/ IUSE=static-libs -KEYWORDS=~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=BSD +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=|| ( BSD GPL-2 ) RDEPEND=app-arch/xz-utils SLOT=0/1 -SRC_URI=https://github.com/facebook/zstd/archive/v1.3.0.tar.gz -> zstd-1.3.0.tar.gz +SRC_URI=https://github.com/facebook/zstd/archive/v1.3.4.tar.gz -> zstd-1.3.4.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=2ca2435726000c756198cc6dd15eb212 +_md5_=8ad583c689fd0a2d48cd24608a72cb19 diff --git a/metadata/md5-cache/app-backup/Manifest.gz b/metadata/md5-cache/app-backup/Manifest.gz index c0107bd05d36..b3765ca43bc3 100644 Binary files a/metadata/md5-cache/app-backup/Manifest.gz and b/metadata/md5-cache/app-backup/Manifest.gz differ diff --git a/metadata/md5-cache/app-backup/bacula-9.0.6-r2 b/metadata/md5-cache/app-backup/bacula-9.0.6-r2 index 607f7ece2786..67d391f651d6 100644 --- a/metadata/md5-cache/app-backup/bacula-9.0.6-r2 +++ b/metadata/md5-cache/app-backup/bacula-9.0.6-r2 @@ -4,11 +4,11 @@ DESCRIPTION=Featureful client/server network backup suite EAPI=6 HOMEPAGE=http://www.bacula.org/ IUSE=acl bacula-clientonly bacula-nodir bacula-nosd examples ipv6 libressl logwatch mysql postgres qt5 readline +sqlite ssl static tcpd vim-syntax X -KEYWORDS=~amd64 ~ppc ~sparc x86 +KEYWORDS=amd64 ~ppc ~sparc x86 LICENSE=AGPL-3 RDEPEND=dev-libs/gmp:0 !bacula-clientonly? ( postgres? ( dev-db/postgresql:=[threads] ) mysql? ( virtual/mysql ) sqlite? ( dev-db/sqlite:3 ) !bacula-nodir? ( virtual/mta ) ) qt5? ( dev-qt/qtsvg:5 x11-libs/qwt:6 ) logwatch? ( sys-apps/logwatch ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) readline? ( sys-libs/readline:0 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] dev-libs/lzo[static-libs] sys-libs/ncurses:=[static-libs] ssl? ( !libressl? ( dev-libs/openssl:0=[static-libs] ) libressl? ( dev-libs/libressl:0=[static-libs] ) ) ) !static? ( acl? ( virtual/acl ) sys-libs/zlib dev-libs/lzo sys-libs/ncurses:= ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) ) !bacula-clientonly? ( !bacula-nosd? ( sys-block/mtx app-arch/mt-st ) ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) REQUIRED_USE=!bacula-clientonly? ( ^^ ( mysql postgres sqlite ) ) static? ( bacula-clientonly ) SLOT=0 SRC_URI=mirror://sourceforge/bacula/bacula-9.0.6.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 estack 43ddf5aaffa7a8d0482df54d25a66a1f libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e qmake-utils 990448b067cb3cfe1443bc25fb57239c systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 -_md5_=90355c98a5432fb7b9c2274994752915 +_md5_=92a9a5840fecd494e72d3b7a666635e9 diff --git a/metadata/md5-cache/app-crypt/Manifest.gz b/metadata/md5-cache/app-crypt/Manifest.gz index d2be42a341f4..1d139d7180f1 100644 Binary files a/metadata/md5-cache/app-crypt/Manifest.gz and b/metadata/md5-cache/app-crypt/Manifest.gz differ diff --git a/metadata/md5-cache/app-crypt/acme-tiny-0_p20170917 b/metadata/md5-cache/app-crypt/acme-tiny-0_p20170917 deleted file mode 100644 index 28c695d91ccd..000000000000 --- a/metadata/md5-cache/app-crypt/acme-tiny-0_p20170917 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=dev-python/setuptools_scm[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=A tiny, auditable script for Let's Encrypt's ACME Protocol -EAPI=6 -HOMEPAGE=https://github.com/diafygi/acme-tiny -IUSE=minimal python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=dev-libs/openssl:0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=https://github.com/diafygi/acme-tiny/archive/4ed13950c0a9cf61f1ca81ff1874cde1cf48ab32.tar.gz -> acme-tiny-0_p20170917.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6e4f336d7e4e181b9846334baf2e69fe diff --git a/metadata/md5-cache/app-crypt/acme-tiny-4.0.0 b/metadata/md5-cache/app-crypt/acme-tiny-4.0.3 similarity index 68% rename from metadata/md5-cache/app-crypt/acme-tiny-4.0.0 rename to metadata/md5-cache/app-crypt/acme-tiny-4.0.3 index cb4622854725..6fb68f1350b3 100644 --- a/metadata/md5-cache/app-crypt/acme-tiny-4.0.0 +++ b/metadata/md5-cache/app-crypt/acme-tiny-4.0.3 @@ -1,14 +1,14 @@ -DEFINED_PHASES=compile configure install prepare setup test +DEFINED_PHASES=compile configure install postinst prepare setup test DEPEND=dev-python/setuptools_scm[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] DESCRIPTION=A tiny, auditable script for Let's Encrypt's ACME Protocol EAPI=6 HOMEPAGE=https://github.com/diafygi/acme-tiny -IUSE=minimal python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=dev-libs/openssl:0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 -SRC_URI=https://github.com/diafygi/acme-tiny/archive/4.0.0.tar.gz -> acme-tiny-4.0.0.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a544ddfd12d7b89841a0bdeccec1112a +SRC_URI=https://github.com/diafygi/acme-tiny/archive/4.0.3.tar.gz -> acme-tiny-4.0.3.tar.gz +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 eapi7-ver ad64fd3dcf3a655ac44ecae6d0e5ffcc multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=ef1cb9643ad314b134f8203d6af5a7ba diff --git a/metadata/md5-cache/app-crypt/acme-tiny-9999 b/metadata/md5-cache/app-crypt/acme-tiny-9999 index 4e316e93e299..9dfb562d3d1b 100644 --- a/metadata/md5-cache/app-crypt/acme-tiny-9999 +++ b/metadata/md5-cache/app-crypt/acme-tiny-9999 @@ -1,12 +1,12 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack +DEFINED_PHASES=compile configure install postinst prepare setup test unpack DEPEND=dev-python/setuptools_scm[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=A tiny, auditable script for Let's Encrypt's ACME Protocol EAPI=6 HOMEPAGE=https://github.com/diafygi/acme-tiny -IUSE=minimal python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 LICENSE=MIT RDEPEND=dev-libs/openssl:0 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 fec09a83ae965b041b47f5ff7c8ba29a multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a544ddfd12d7b89841a0bdeccec1112a +_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 eapi7-ver ad64fd3dcf3a655ac44ecae6d0e5ffcc git-r3 fec09a83ae965b041b47f5ff7c8ba29a multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=ef1cb9643ad314b134f8203d6af5a7ba diff --git a/metadata/md5-cache/app-crypt/dehydrated-0.6.1 b/metadata/md5-cache/app-crypt/dehydrated-0.6.1 new file mode 100644 index 000000000000..56c9d709f77e --- /dev/null +++ b/metadata/md5-cache/app-crypt/dehydrated-0.6.1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install postinst preinst +DEPEND=virtual/cron +DESCRIPTION=a client for signing certificates with an ACME-server +EAPI=6 +HOMEPAGE=https://github.com/lukas2511/dehydrated +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=virtual/cron app-shells/bash net-misc/curl +SLOT=0 +SRC_URI=https://github.com/lukas2511/dehydrated/archive/v0.6.1.tar.gz -> dehydrated-0.6.1.tar.gz +_eclasses_=user 8bc2845510e2109af75e3eeac607ec81 +_md5_=4ad9d5fcbb638a40655c538fc9755838 diff --git a/metadata/md5-cache/app-dicts/Manifest.gz b/metadata/md5-cache/app-dicts/Manifest.gz index 16a6d04449b7..ceb554af9e30 100644 Binary files a/metadata/md5-cache/app-dicts/Manifest.gz and b/metadata/md5-cache/app-dicts/Manifest.gz differ diff --git a/metadata/md5-cache/app-dicts/freedict-deu-eng-1.0 b/metadata/md5-cache/app-dicts/freedict-deu-eng-1.0 index 007bce886aa2..50cd5b4bb390 100644 --- a/metadata/md5-cache/app-dicts/freedict-deu-eng-1.0 +++ b/metadata/md5-cache/app-dicts/freedict-deu-eng-1.0 @@ -1,11 +1,11 @@ DEFINED_PHASES=install DEPEND=app-text/dictd DESCRIPTION=Freedict for language translation from German to English -EAPI=0 +EAPI=6 HOMEPAGE=http://www.freedict.de KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://freedict.sourceforge.net/download/linux/deu-eng.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 freedict 14704eb3fb7a3bb4f8132df44039f3c0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=0cf6cdc57e6645398feaae0abba18be7 +_md5_=37c162b8cb87f525fee473bd036aa231 diff --git a/metadata/md5-cache/app-dicts/freedict-eng-fra-1.0 b/metadata/md5-cache/app-dicts/freedict-eng-fra-1.0 index 7b1459e7cc43..4f935ddc1562 100644 --- a/metadata/md5-cache/app-dicts/freedict-eng-fra-1.0 +++ b/metadata/md5-cache/app-dicts/freedict-eng-fra-1.0 @@ -1,11 +1,11 @@ DEFINED_PHASES=install DEPEND=app-text/dictd DESCRIPTION=Freedict for language translation from English to French -EAPI=0 +EAPI=6 HOMEPAGE=http://www.freedict.de KEYWORDS=alpha ~amd64 ~hppa ~mips ppc sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://freedict.sourceforge.net/download/linux/eng-fra.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 freedict 14704eb3fb7a3bb4f8132df44039f3c0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=9afa9bb1e2ddaf7247bfd1176baba002 +_md5_=c98f29ca88b42f5233b1eccfa814cdf2 diff --git a/metadata/md5-cache/app-dicts/freedict-eng-ita-1.0 b/metadata/md5-cache/app-dicts/freedict-eng-ita-1.0 index 688c5af74ab4..7dae4d2e708b 100644 --- a/metadata/md5-cache/app-dicts/freedict-eng-ita-1.0 +++ b/metadata/md5-cache/app-dicts/freedict-eng-ita-1.0 @@ -1,11 +1,11 @@ DEFINED_PHASES=install DEPEND=app-text/dictd DESCRIPTION=Freedict for language translation from English to Italian -EAPI=0 +EAPI=6 HOMEPAGE=http://www.freedict.de KEYWORDS=alpha ~amd64 ~hppa ~mips ppc sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://freedict.sourceforge.net/download/linux/eng-ita.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 freedict 14704eb3fb7a3bb4f8132df44039f3c0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=bdbe253276c2988c254dbc488057ba41 +_md5_=254299895a10d5aec2b210ef7fcc19e0 diff --git a/metadata/md5-cache/app-dicts/freedict-eng-swe-1.0 b/metadata/md5-cache/app-dicts/freedict-eng-swe-1.0 index d8d7ab7be567..3cf41c6ae0dd 100644 --- a/metadata/md5-cache/app-dicts/freedict-eng-swe-1.0 +++ b/metadata/md5-cache/app-dicts/freedict-eng-swe-1.0 @@ -1,11 +1,11 @@ DEFINED_PHASES=install DEPEND=app-text/dictd DESCRIPTION=Freedict for language translation from English to Swedish -EAPI=0 +EAPI=6 HOMEPAGE=http://www.freedict.de KEYWORDS=alpha ~amd64 ~hppa ~mips ppc sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://freedict.sourceforge.net/download/linux/eng-swe.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 freedict 14704eb3fb7a3bb4f8132df44039f3c0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=e39eaad0aef7e348b5fd449abbc17af9 +_md5_=607544c7b7ac1ca833246805cf70f266 diff --git a/metadata/md5-cache/app-dicts/freedict-fra-eng-1.0 b/metadata/md5-cache/app-dicts/freedict-fra-eng-1.0 index ef266425635a..4c5b5e237605 100644 --- a/metadata/md5-cache/app-dicts/freedict-fra-eng-1.0 +++ b/metadata/md5-cache/app-dicts/freedict-fra-eng-1.0 @@ -1,11 +1,11 @@ DEFINED_PHASES=install DEPEND=app-text/dictd DESCRIPTION=Freedict for language translation from French to English -EAPI=0 +EAPI=6 HOMEPAGE=http://www.freedict.de KEYWORDS=alpha ~amd64 ~hppa ~mips ppc sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://freedict.sourceforge.net/download/linux/fra-eng.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 freedict 14704eb3fb7a3bb4f8132df44039f3c0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=8ad3dd65bf2b7f325f5eb92b5bb39eca +_md5_=af42562528271e26d87b4507ac5fde02 diff --git a/metadata/md5-cache/app-dicts/freedict-ita-eng-1.0 b/metadata/md5-cache/app-dicts/freedict-ita-eng-1.0 index f03bebd7d595..e0df28098b15 100644 --- a/metadata/md5-cache/app-dicts/freedict-ita-eng-1.0 +++ b/metadata/md5-cache/app-dicts/freedict-ita-eng-1.0 @@ -1,11 +1,11 @@ DEFINED_PHASES=install DEPEND=app-text/dictd DESCRIPTION=Freedict for language translation from Italian to English -EAPI=0 +EAPI=6 HOMEPAGE=http://www.freedict.de KEYWORDS=alpha ~amd64 ~hppa ~mips ppc sparc x86 LICENSE=GPL-2 SLOT=0 SRC_URI=http://freedict.sourceforge.net/download/linux/ita-eng.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 freedict 14704eb3fb7a3bb4f8132df44039f3c0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=f242c5fe072ef8746a6aeb703417c000 +_md5_=9174dda8e4f67dbeab64a437d0694318 diff --git a/metadata/md5-cache/app-editors/Manifest.gz b/metadata/md5-cache/app-editors/Manifest.gz index df49a293275a..1a82e9de76e4 100644 Binary files a/metadata/md5-cache/app-editors/Manifest.gz and b/metadata/md5-cache/app-editors/Manifest.gz differ diff --git a/metadata/md5-cache/app-editors/vis-0.4 b/metadata/md5-cache/app-editors/vis-0.5 similarity index 63% rename from metadata/md5-cache/app-editors/vis-0.4 rename to metadata/md5-cache/app-editors/vis-0.5 index b180478c1c61..ad630c239b75 100644 --- a/metadata/md5-cache/app-editors/vis-0.4 +++ b/metadata/md5-cache/app-editors/vis-0.5 @@ -8,5 +8,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=ISC RDEPEND=dev-libs/libtermkey ncurses? ( sys-libs/ncurses:0= ) tre? ( dev-libs/tre:= ) app-eselect/eselect-vi SLOT=0 -SRC_URI=https://github.com/martanne/vis/archive/v0.4.tar.gz -> vis-0.4.tar.gz test? ( https://github.com/martanne/vis-test/archive/v0.2.tar.gz -> vis-test-0.2.tar.gz ) -_md5_=c387e7aad76274dcc52cb4a75536bf13 +SRC_URI=https://github.com/martanne/vis/releases/download/v0.5/vis-v0.5.tar.gz -> vis-0.5.tar.gz test? ( https://github.com/martanne/vis-test/releases/download/v0.3/vis-test-0.3.tar.gz -> vis-test-0.3.tar.gz ) +_md5_=f45198242351316d2e3ee77dc598db0d diff --git a/metadata/md5-cache/app-emulation/Manifest.gz b/metadata/md5-cache/app-emulation/Manifest.gz index 14063501ed10..03911c27a6ea 100644 Binary files a/metadata/md5-cache/app-emulation/Manifest.gz and b/metadata/md5-cache/app-emulation/Manifest.gz differ diff --git a/metadata/md5-cache/app-emulation/kompose-1.8.0 b/metadata/md5-cache/app-emulation/kompose-1.11.0 similarity index 76% rename from metadata/md5-cache/app-emulation/kompose-1.8.0 rename to metadata/md5-cache/app-emulation/kompose-1.11.0 index 5d487788d97c..e4b01908e744 100644 --- a/metadata/md5-cache/app-emulation/kompose-1.8.0 +++ b/metadata/md5-cache/app-emulation/kompose-1.11.0 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kompose/archive/v1.8.0.tar.gz -> kompose-1.8.0.tar.gz +SRC_URI=https://github.com/kubernetes/kompose/archive/v1.11.0.tar.gz -> kompose-1.11.0.tar.gz _eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 -_md5_=5cfc5575841f42d37e47264980c2e568 +_md5_=0bc116f8c93fa1a2d7c720424ffb2918 diff --git a/metadata/md5-cache/app-emulation/kompose-1.9.0 b/metadata/md5-cache/app-emulation/kompose-1.9.0 deleted file mode 100644 index f02e8ae6f9d9..000000000000 --- a/metadata/md5-cache/app-emulation/kompose-1.9.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install test unpack -DEPEND=>=dev-lang/go-1.8 -DESCRIPTION=Tool to move from docker-compose to Kubernetes -EAPI=6 -HOMEPAGE=https://github.com/kubernetes/kompose https://kompose.io -IUSE=hardened -KEYWORDS=~amd64 -LICENSE=Apache-2.0 -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/kubernetes/kompose/archive/v1.9.0.tar.gz -> kompose-1.9.0.tar.gz -_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 -_md5_=87f67393460153595ac7cf4044b12f7c diff --git a/metadata/md5-cache/app-emulation/spice-vdagent-0.17.0_p20180319 b/metadata/md5-cache/app-emulation/spice-vdagent-0.17.0_p20180319-r1 similarity index 59% rename from metadata/md5-cache/app-emulation/spice-vdagent-0.17.0_p20180319 rename to metadata/md5-cache/app-emulation/spice-vdagent-0.17.0_p20180319-r1 index b33890495ead..8e7c782ad41d 100644 --- a/metadata/md5-cache/app-emulation/spice-vdagent-0.17.0_p20180319 +++ b/metadata/md5-cache/app-emulation/spice-vdagent-0.17.0_p20180319-r1 @@ -1,5 +1,5 @@ -DEFINED_PHASES=configure install setup -DEPEND=>=app-emulation/spice-protocol-0.12.8 media-libs/alsa-lib >=x11-libs/libpciaccess-0.10 x11-libs/libXfixes x11-libs/libXrandr x11-libs/libX11 x11-libs/libXinerama consolekit? ( sys-auth/consolekit sys-apps/dbus ) systemd? ( sys-apps/systemd ) virtual/pkgconfig +DEFINED_PHASES=configure install prepare setup +DEPEND=>=app-emulation/spice-protocol-0.12.8 media-libs/alsa-lib >=x11-libs/libpciaccess-0.10 x11-libs/libXfixes x11-libs/libXrandr x11-libs/libX11 x11-libs/libXinerama consolekit? ( sys-auth/consolekit sys-apps/dbus ) systemd? ( sys-apps/systemd ) virtual/pkgconfig >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=SPICE VD Linux Guest Agent EAPI=6 HOMEPAGE=https://www.spice-space.org/ @@ -9,5 +9,5 @@ LICENSE=LGPL-2.1 RDEPEND=>=app-emulation/spice-protocol-0.12.8 media-libs/alsa-lib >=x11-libs/libpciaccess-0.10 x11-libs/libXfixes x11-libs/libXrandr x11-libs/libX11 x11-libs/libXinerama consolekit? ( sys-auth/consolekit sys-apps/dbus ) systemd? ( sys-apps/systemd ) selinux? ( sec-policy/selinux-vdagent ) SLOT=0 SRC_URI=https://www.spice-space.org/download/releases/spice-vdagent-0.17.0.tar.bz2 https://dev.gentoo.org/~tamiko/distfiles/spice-vdagent-0.17.0-patches-20180319.tar.xz -_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f linux-info ca370deef9d44125d829f2eb6ebc83e0 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=3485ebc154ef19d8d62732b825919183 +_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 estack 43ddf5aaffa7a8d0482df54d25a66a1f libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 versionator ce21313503c41896ebcd7d58b0607e37 +_md5_=c00e094de16b0d984339e38bac9ee1af diff --git a/metadata/md5-cache/app-emulation/xe-guest-utilities-5.6.0_p595 b/metadata/md5-cache/app-emulation/xe-guest-utilities-5.6.0_p595 index 71a5ec4a8322..195bb7189d24 100644 --- a/metadata/md5-cache/app-emulation/xe-guest-utilities-5.6.0_p595 +++ b/metadata/md5-cache/app-emulation/xe-guest-utilities-5.6.0_p595 @@ -2,7 +2,7 @@ DEFINED_PHASES=install postinst prepare setup unpack DEPEND=app-arch/rpm2targz >=app-arch/rpm2targz-9.0.0.3g DESCRIPTION=XenServer Virtual Machine Tools EAPI=5 -HOMEPAGE=http://www.citrix.com/ +HOMEPAGE=https://www.citrix.com/ IUSE=xenstore KEYWORDS=~amd64 LICENSE=LGPL-3 LGPL-2.1 @@ -10,4 +10,4 @@ RDEPEND=!xenstore? ( app-emulation/xen-tools ) xenstore? ( !app-emulation/xen-to SLOT=0 SRC_URI=http://updates.vmd.citrix.com/XenServer/5.6.0/rhel4x/SRPMS/xe-guest-utilities-5.6.0-595.src.rpm _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 rpm f52cfa3a435468d86d3b49c357b9cb35 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=ac2955d1f511516fb8a2d9b5177cb294 +_md5_=d3b55ebdd6a726bf7e723bfa2eb44ca0 diff --git a/metadata/md5-cache/app-emulation/xe-guest-utilities-6.1.0_p1033 b/metadata/md5-cache/app-emulation/xe-guest-utilities-6.1.0_p1033 index d28e471f59d4..7f48538e3b5b 100644 --- a/metadata/md5-cache/app-emulation/xe-guest-utilities-6.1.0_p1033 +++ b/metadata/md5-cache/app-emulation/xe-guest-utilities-6.1.0_p1033 @@ -2,7 +2,7 @@ DEFINED_PHASES=install postinst prepare setup unpack DEPEND=app-arch/rpm2targz >=app-arch/rpm2targz-9.0.0.3g DESCRIPTION=XenServer Virtual Machine Tools EAPI=5 -HOMEPAGE=http://www.citrix.com/ +HOMEPAGE=https://www.citrix.com/ IUSE=xenstore KEYWORDS=~amd64 LICENSE=LGPL-3 LGPL-2.1 @@ -10,4 +10,4 @@ RDEPEND=!xenstore? ( app-emulation/xen-tools ) xenstore? ( !app-emulation/xen-to SLOT=0 SRC_URI=http://updates.vmd.citrix.com/XenServer/6.1.0/rhel4x/SRPMS/xe-guest-utilities-6.1.0-1033.src.rpm _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 rpm f52cfa3a435468d86d3b49c357b9cb35 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=1ccd649a86ff738194d64388f89d5141 +_md5_=afff06c400ab807477c261bb11bd6222 diff --git a/metadata/md5-cache/app-emulation/xe-guest-utilities-6.2.0_p1120 b/metadata/md5-cache/app-emulation/xe-guest-utilities-6.2.0_p1120 index 30cc4d06b97c..a658f1f9e02a 100644 --- a/metadata/md5-cache/app-emulation/xe-guest-utilities-6.2.0_p1120 +++ b/metadata/md5-cache/app-emulation/xe-guest-utilities-6.2.0_p1120 @@ -2,7 +2,7 @@ DEFINED_PHASES=install postinst prepare setup unpack DEPEND=app-arch/rpm2targz >=app-arch/rpm2targz-9.0.0.3g DESCRIPTION=XenServer Virtual Machine Tools EAPI=5 -HOMEPAGE=http://www.citrix.com/ +HOMEPAGE=https://www.citrix.com/ IUSE=xenstore KEYWORDS=~amd64 ~x86 LICENSE=LGPL-3 LGPL-2.1 @@ -10,4 +10,4 @@ RDEPEND=!xenstore? ( app-emulation/xen-tools ) xenstore? ( !app-emulation/xen-to SLOT=0 SRC_URI=http://updates.vmd.citrix.com/XenServer/6.2.0/rhel4x/SRPMS/xe-guest-utilities-6.2.0-1120.src.rpm _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 rpm f52cfa3a435468d86d3b49c357b9cb35 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=39aa801abbf0a4a7112c4f933eb4b2d5 +_md5_=61158e01a8f3e256b1f3fc30744443e8 diff --git a/metadata/md5-cache/app-eselect/Manifest.gz b/metadata/md5-cache/app-eselect/Manifest.gz index 7743988742ea..7af2c50d3a7c 100644 Binary files a/metadata/md5-cache/app-eselect/Manifest.gz and b/metadata/md5-cache/app-eselect/Manifest.gz differ diff --git a/metadata/md5-cache/app-eselect/eselect-repository-3 b/metadata/md5-cache/app-eselect/eselect-repository-3 index 1d850731e931..2742de6ed638 100644 --- a/metadata/md5-cache/app-eselect/eselect-repository-3 +++ b/metadata/md5-cache/app-eselect/eselect-repository-3 @@ -3,10 +3,10 @@ DESCRIPTION=Manage repos.conf via eselect EAPI=6 HOMEPAGE=https://github.com/mgorny/eselect-repository IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 -KEYWORDS=~amd64 ~arm ~x86 +KEYWORDS=amd64 ~arm ~x86 LICENSE=BSD-2 RDEPEND=python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] app-admin/eselect dev-python/lxml[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] net-misc/wget SLOT=0 SRC_URI=https://github.com/mgorny/eselect-repository/archive/v3.tar.gz -> eselect-repository-3.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=a5e60060a493431046e4f67cc1032b09 +_md5_=62de868f0d4fa7902170af2f619b1d5c diff --git a/metadata/md5-cache/app-i18n/Manifest.gz b/metadata/md5-cache/app-i18n/Manifest.gz index 035ed2c385bf..fcb9e48f7f28 100644 Binary files a/metadata/md5-cache/app-i18n/Manifest.gz and b/metadata/md5-cache/app-i18n/Manifest.gz differ diff --git a/metadata/md5-cache/app-i18n/uchardet-0.0.6-r2 b/metadata/md5-cache/app-i18n/uchardet-0.0.6-r2 index 58bbfd91477a..c5f1f20dc6cf 100644 --- a/metadata/md5-cache/app-i18n/uchardet-0.0.6-r2 +++ b/metadata/md5-cache/app-i18n/uchardet-0.0.6-r2 @@ -4,9 +4,9 @@ DESCRIPTION=An encoding detector library EAPI=6 HOMEPAGE=https://www.freedesktop.org/wiki/Software/uchardet/ IUSE=cpu_flags_x86_sse2 static-libs test -KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 ~sparc x86 +KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 sparc x86 LICENSE=|| ( MPL-1.1 GPL-2+ LGPL-2.1+ ) SLOT=0 SRC_URI=https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.6.tar.xz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=8c504a8615b52564f9a942e6021627b7 +_md5_=f57a270e14ccdaa370c9294530f309a2 diff --git a/metadata/md5-cache/app-metrics/Manifest.gz b/metadata/md5-cache/app-metrics/Manifest.gz new file mode 100644 index 000000000000..577f43b04daa Binary files /dev/null and b/metadata/md5-cache/app-metrics/Manifest.gz differ diff --git a/metadata/md5-cache/app-admin/bind_exporter-0.2.0_p20180307 b/metadata/md5-cache/app-metrics/bind_exporter-0.2.0_p20180307 similarity index 100% rename from metadata/md5-cache/app-admin/bind_exporter-0.2.0_p20180307 rename to metadata/md5-cache/app-metrics/bind_exporter-0.2.0_p20180307 diff --git a/metadata/md5-cache/app-admin/elasticsearch_exporter-1.0.2 b/metadata/md5-cache/app-metrics/elasticsearch_exporter-1.0.2 similarity index 100% rename from metadata/md5-cache/app-admin/elasticsearch_exporter-1.0.2 rename to metadata/md5-cache/app-metrics/elasticsearch_exporter-1.0.2 diff --git a/metadata/md5-cache/app-admin/mongodb_exporter-0.4.0 b/metadata/md5-cache/app-metrics/mongodb_exporter-0.4.0 similarity index 100% rename from metadata/md5-cache/app-admin/mongodb_exporter-0.4.0 rename to metadata/md5-cache/app-metrics/mongodb_exporter-0.4.0 diff --git a/metadata/md5-cache/app-admin/nginx-vts-exporter-0.10.0 b/metadata/md5-cache/app-metrics/nginx-vts-exporter-0.10.0 similarity index 100% rename from metadata/md5-cache/app-admin/nginx-vts-exporter-0.10.0 rename to metadata/md5-cache/app-metrics/nginx-vts-exporter-0.10.0 diff --git a/metadata/md5-cache/app-metrics/prometheus-mysqld_exporter-0.10.0 b/metadata/md5-cache/app-metrics/prometheus-mysqld_exporter-0.10.0 new file mode 100644 index 000000000000..3d03c7c82de4 --- /dev/null +++ b/metadata/md5-cache/app-metrics/prometheus-mysqld_exporter-0.10.0 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install postinst prepare setup test unpack +DEPEND=dev-util/promu >=dev-lang/go-1.8 +DESCRIPTION=Prometheus exporter for MySQL server metrics +EAPI=6 +HOMEPAGE=https://github.com/prometheus/mysqld_exporter +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +SLOT=0 +SRC_URI=https://github.com/prometheus/mysqld_exporter/archive/v0.10.0.tar.gz -> prometheus-mysqld_exporter-0.10.0.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 +_md5_=4b30949a4144ac331aae84d091bbeea1 diff --git a/metadata/md5-cache/app-misc/Manifest.gz b/metadata/md5-cache/app-misc/Manifest.gz index fa5fa5c75d35..b1af51932ebb 100644 Binary files a/metadata/md5-cache/app-misc/Manifest.gz and b/metadata/md5-cache/app-misc/Manifest.gz differ diff --git a/metadata/md5-cache/app-misc/dtach-0.9 b/metadata/md5-cache/app-misc/dtach-0.9 index c1120fc48f4c..b5e6269b3495 100644 --- a/metadata/md5-cache/app-misc/dtach-0.9 +++ b/metadata/md5-cache/app-misc/dtach-0.9 @@ -2,8 +2,8 @@ DEFINED_PHASES=install DESCRIPTION=Emulates the detach feature of screen EAPI=6 HOMEPAGE=http://dtach.sourceforge.net/ https://github.com/crigler/dtach -KEYWORDS=~alpha ~amd64 ~arm ~ppc ~x86 ~amd64-fbsd +KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd LICENSE=GPL-2 SLOT=0 SRC_URI=mirror://sourceforge/dtach/dtach-0.9.tar.gz -_md5_=c05b80bf91925f348532bd0728b8d35f +_md5_=039f32d015f7bdc36700780289846ad9 diff --git a/metadata/md5-cache/app-misc/geneweb-6.07 b/metadata/md5-cache/app-misc/geneweb-6.07 deleted file mode 100644 index 335ba1c53e44..000000000000 --- a/metadata/md5-cache/app-misc/geneweb-6.07 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare -DEPEND=dev-lang/ocaml[ocamlopt?] dev-ml/camlp5[ocamlopt?] !net-p2p/ghostwhitecrab -DESCRIPTION=Genealogy software program with a Web interface -EAPI=4 -HOMEPAGE=http://opensource.geneanet.org/projects/geneweb -IUSE=+ocamlopt -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=dev-lang/ocaml[ocamlopt?] dev-ml/camlp5[ocamlopt?] -SLOT=0 -SRC_URI=http://opensource.geneanet.org/attachments/download/240/gw-6.07-src.tgz mirror://gentoo/geneweb-6.07-reduce-utf8.ml.patch.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=dc09838428870cc5bf7b9b79fdef09e2 diff --git a/metadata/md5-cache/app-misc/geneweb-6.08-r1 b/metadata/md5-cache/app-misc/geneweb-6.08-r1 index 3e76356198e4..93f09f2a8e2d 100644 --- a/metadata/md5-cache/app-misc/geneweb-6.08-r1 +++ b/metadata/md5-cache/app-misc/geneweb-6.08-r1 @@ -4,10 +4,11 @@ DESCRIPTION=Genealogy software program with a Web interface EAPI=6 HOMEPAGE=http://opensource.geneanet.org/projects/geneweb IUSE=+ocamlopt -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=dev-lang/ocaml[ocamlopt?] dev-ml/camlp5[ocamlopt?] +RESTRICT=strip SLOT=0 SRC_URI=https://github.com/geneweb/geneweb/archive/v6.08.tar.gz -> geneweb-6.08.tar.gz https://dev.gentoo.org/~tupone/geneweb-6.08-ocaml-4.patch.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=415a259079d5eb5e8f88e4baf28e8fce +_md5_=5932538e377267ebcf9fb89e0b43ab13 diff --git a/metadata/md5-cache/app-misc/mc-4.8.20-r2 b/metadata/md5-cache/app-misc/mc-4.8.20-r2 index 60b93cd6e427..c9e0eea5c1c0 100644 --- a/metadata/md5-cache/app-misc/mc-4.8.20-r2 +++ b/metadata/md5-cache/app-misc/mc-4.8.20-r2 @@ -11,4 +11,4 @@ REQUIRED_USE=spell? ( edit ) SLOT=0 SRC_URI=http://ftp.midnight-commander.org/mc-4.8.20.tar.xz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=7d33d6208b9a32b818fa4c1b71984748 +_md5_=44ce7d950956b4e80ad332ffe6c39a79 diff --git a/metadata/md5-cache/app-portage/Manifest.gz b/metadata/md5-cache/app-portage/Manifest.gz index b3d96b09a5b4..00470523485d 100644 Binary files a/metadata/md5-cache/app-portage/Manifest.gz and b/metadata/md5-cache/app-portage/Manifest.gz differ diff --git a/metadata/md5-cache/app-portage/eclass-manpages-20180119 b/metadata/md5-cache/app-portage/eclass-manpages-20180119 deleted file mode 100644 index ede9c04c1915..000000000000 --- a/metadata/md5-cache/app-portage/eclass-manpages-20180119 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=compile install -DEPEND=app-arch/xz-utils -DESCRIPTION=Collection of Gentoo eclass manpages -EAPI=6 -HOMEPAGE=https://www.gentoo.org/ -KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris -LICENSE=GPL-2 -SLOT=0 -SRC_URI=https://dev.gentoo.org/~ulm/distfiles/eclass-manpages-20180119.tar.xz -_md5_=7055515431463f8d06a98806326af95d diff --git a/metadata/md5-cache/app-portage/gemato-11.2 b/metadata/md5-cache/app-portage/gemato-11.2 deleted file mode 100644 index a46c98a7a7ec..000000000000 --- a/metadata/md5-cache/app-portage/gemato-11.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( blake2? ( python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) bzip2? ( python_targets_pypy? ( dev-python/bz2file[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/bz2file[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) gpg? ( app-crypt/gnupg ) lzma? ( python_targets_pypy? ( dev-python/backports-lzma[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/backports-lzma[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) sha3? ( python_targets_pypy? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=Stand-alone Manifest generation & verification tool -EAPI=6 -HOMEPAGE=https://github.com/mgorny/gemato -IUSE=+blake2 bzip2 +gpg lzma sha3 test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-fbsd -LICENSE=BSD-2 -RDEPEND=blake2? ( python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) bzip2? ( python_targets_pypy? ( dev-python/bz2file[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/bz2file[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) gpg? ( app-crypt/gnupg ) lzma? ( python_targets_pypy? ( dev-python/backports-lzma[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/backports-lzma[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) sha3? ( python_targets_pypy? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=mirror://pypi/g/gemato/gemato-11.2.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=058fb6a6ee8be00e719b17a67d0babf3 diff --git a/metadata/md5-cache/app-portage/gemato-12.0 b/metadata/md5-cache/app-portage/gemato-12.0 deleted file mode 100644 index 8da58d19711d..000000000000 --- a/metadata/md5-cache/app-portage/gemato-12.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( blake2? ( python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) bzip2? ( python_targets_pypy? ( dev-python/bz2file[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/bz2file[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) gpg? ( app-crypt/gnupg ) lzma? ( python_targets_pypy? ( dev-python/backports-lzma[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/backports-lzma[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) sha3? ( python_targets_pypy? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) ) python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=Stand-alone Manifest generation & verification tool -EAPI=6 -HOMEPAGE=https://github.com/mgorny/gemato -IUSE=+blake2 bzip2 +gpg lzma sha3 test python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x64-cygwin ~amd64-fbsd -LICENSE=BSD-2 -RDEPEND=blake2? ( python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) bzip2? ( python_targets_pypy? ( dev-python/bz2file[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/bz2file[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) gpg? ( app-crypt/gnupg ) lzma? ( python_targets_pypy? ( dev-python/backports-lzma[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/backports-lzma[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) sha3? ( python_targets_pypy? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pysha3[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) ) dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=mirror://pypi/g/gemato/gemato-12.0.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=b83f983ffadd9716af99150555e85665 diff --git a/metadata/md5-cache/app-portage/smart-live-rebuild-1.3.4.1 b/metadata/md5-cache/app-portage/smart-live-rebuild-1.3.4.1 deleted file mode 100644 index 316700f47cba..000000000000 --- a/metadata/md5-cache/app-portage/smart-live-rebuild-1.3.4.1 +++ /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_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=Check live packages for updates and emerge them as necessary -EAPI=5 -HOMEPAGE=https://github.com/mgorny/smart-live-rebuild/ -IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=amd64 arm ~mips x86 ~x86-fbsd -LICENSE=BSD-2 -RDEPEND=>=app-portage/gentoopm-0.2.1[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=https://github.com/mgorny/smart-live-rebuild/releases/download/v1.3.4.1/smart-live-rebuild-1.3.4.1.tar.bz2 -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=5ba49aeb755aa447c561f76805207021 diff --git a/metadata/md5-cache/app-shells/Manifest.gz b/metadata/md5-cache/app-shells/Manifest.gz index d246a64f6eb6..4798eea6cc2c 100644 Binary files a/metadata/md5-cache/app-shells/Manifest.gz and b/metadata/md5-cache/app-shells/Manifest.gz differ diff --git a/metadata/md5-cache/app-shells/bash-completion-2.7-r2 b/metadata/md5-cache/app-shells/bash-completion-2.7-r2 deleted file mode 100644 index d745abbab11e..000000000000 --- a/metadata/md5-cache/app-shells/bash-completion-2.7-r2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=install postinst prepare test -DEPEND=app-arch/xz-utils test? ( >=app-shells/bash-4.3_p30-r1 sys-apps/miscfiles !app-eselect/eselect-bashcomp !!net-fs/mc app-misc/dtach dev-util/dejagnu dev-tcltk/tcllib ) -DESCRIPTION=Programmable Completion for bash -EAPI=6 -HOMEPAGE=https://github.com/scop/bash-completion -IUSE=test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris -LICENSE=GPL-2 -PDEPEND=>=app-shells/gentoo-bashcomp-20140911 -RDEPEND=>=app-shells/bash-4.3_p30-r1 sys-apps/miscfiles !app-eselect/eselect-bashcomp !!net-fs/mc -RESTRICT=test -SLOT=0 -SRC_URI=https://github.com/scop/bash-completion/releases/download/2.7/bash-completion-2.7.tar.xz https://bitbucket.org/mgorny/bashcomp2/downloads/bashcomp-2.0.2.tar.gz -_eclasses_=estack 43ddf5aaffa7a8d0482df54d25a66a1f versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=52fa281444f205e334c6b6679bea3ed3 diff --git a/metadata/md5-cache/app-text/Manifest.gz b/metadata/md5-cache/app-text/Manifest.gz index 8f577341459f..cc646cd0c53d 100644 Binary files a/metadata/md5-cache/app-text/Manifest.gz and b/metadata/md5-cache/app-text/Manifest.gz differ diff --git a/metadata/md5-cache/app-text/convmv-2.01 b/metadata/md5-cache/app-text/convmv-2.01 deleted file mode 100644 index 14fb2c0bce64..000000000000 --- a/metadata/md5-cache/app-text/convmv-2.01 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install prepare test -DEPEND=dev-lang/perl -DESCRIPTION=convert filenames to utf8 or any other charset -EAPI=6 -HOMEPAGE=https://j3e.de/linux/convmv -KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 -LICENSE=GPL-2 -RDEPEND=dev-lang/perl -SLOT=0 -SRC_URI=https://j3e.de/linux/convmv/convmv-2.01.tar.gz -_md5_=1b7936da3778bc39abe5f5f32f449ea0 diff --git a/metadata/md5-cache/app-text/convmv-2.04 b/metadata/md5-cache/app-text/convmv-2.04 index 04e41259867b..c5b8536cfe11 100644 --- a/metadata/md5-cache/app-text/convmv-2.04 +++ b/metadata/md5-cache/app-text/convmv-2.04 @@ -3,9 +3,9 @@ DEPEND=dev-lang/perl DESCRIPTION=convert filenames to utf8 or any other charset EAPI=6 HOMEPAGE=https://www.j3e.de/linux/convmv/ -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=dev-lang/perl SLOT=0 SRC_URI=https://www.j3e.de/linux/convmv/convmv-2.04.tar.gz -_md5_=b82ac26e38bbac1f73fc0d23b79cebe9 +_md5_=c19e9c0bc877a6acf25e8671d6f0e1cf diff --git a/metadata/md5-cache/app-text/convmv-2.03 b/metadata/md5-cache/app-text/convmv-2.05 similarity index 62% rename from metadata/md5-cache/app-text/convmv-2.03 rename to metadata/md5-cache/app-text/convmv-2.05 index 03bc9dc28a9c..e42cbe29f1ea 100644 --- a/metadata/md5-cache/app-text/convmv-2.03 +++ b/metadata/md5-cache/app-text/convmv-2.05 @@ -2,10 +2,10 @@ DEFINED_PHASES=install prepare test DEPEND=dev-lang/perl DESCRIPTION=convert filenames to utf8 or any other charset EAPI=6 -HOMEPAGE=https://j3e.de/linux/convmv +HOMEPAGE=https://www.j3e.de/linux/convmv/ KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=dev-lang/perl SLOT=0 -SRC_URI=https://j3e.de/linux/convmv/convmv-2.03.tar.gz -_md5_=11816d4855e82a5d76afc484db4d8272 +SRC_URI=https://www.j3e.de/linux/convmv/convmv-2.05.tar.gz +_md5_=34fbe7972cb01a29b489fedceaa1ecbd diff --git a/metadata/md5-cache/app-text/openlp-2.4.2 b/metadata/md5-cache/app-text/openlp-2.4.2 index 706b39ad54f3..2f22a4f88e3f 100644 --- a/metadata/md5-cache/app-text/openlp-2.4.2 +++ b/metadata/md5-cache/app-text/openlp-2.4.2 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install prepare test DEPEND=dev-python/alembic[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/beautifulsoup:4[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/chardet[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/lxml[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/mako[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/pyenchant-1.3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyodbc dev-python/PyQt5[multimedia,gui,network,svg,webkit,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sip[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/sqlalchemy-0.5[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/sqlalchemy-migrate[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python3_4? ( dev-lang/python:3.4[sqlite] ) python_targets_python3_5? ( dev-lang/python:3.5[sqlite] ) python_targets_python3_6? ( dev-lang/python:3.6[sqlite] ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] DESCRIPTION=Free church presentation software EAPI=5 -HOMEPAGE=http://openlp.org/ +HOMEPAGE=https://openlp.org/ IUSE=python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~amd64 LICENSE=GPL-2 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 python_targe SLOT=0 SRC_URI=https://get.openlp.org/2.4.2/OpenLP-2.4.2.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=25ce8eecea9a22886bb98b45f1d0c050 +_md5_=ae5d6f432749da7e668a2c18a0f053e1 diff --git a/metadata/md5-cache/app-text/texlive-2017 b/metadata/md5-cache/app-text/texlive-2017 index 5284d24a7966..419d399d6980 100644 --- a/metadata/md5-cache/app-text/texlive-2017 +++ b/metadata/md5-cache/app-text/texlive-2017 @@ -3,9 +3,9 @@ DEPEND=>=app-text/texlive-core-2017 DESCRIPTION=A complete TeX distribution EAPI=5 HOMEPAGE=http://tug.org/texlive/ -IUSE=cjk context detex dvi2tty extra epspdf games graphics humanities jadetex luatex metapost music pdfannotextractor png pstricks publishers science tex4ht texi2html truetype xetex xindy xml X l10n_af l10n_ar l10n_as l10n_bg l10n_bn l10n_br l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en l10n_en-GB l10n_eo l10n_es l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_ga l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ko l10n_kn l10n_la l10n_lo l10n_lt l10n_lv l10n_ml l10n_mn l10n_mr l10n_nb l10n_nl l10n_nn l10n_no l10n_or l10n_pa l10n_pl l10n_pt l10n_rm l10n_ro l10n_ru l10n_sa l10n_sco l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tk l10n_tr l10n_uk l10n_vi l10n_zh +IUSE=cjk context detex dvi2tty extra epspdf games graphics humanities jadetex luatex metapost music pdfannotextractor png pstricks publishers science tex4ht texi2html truetype xetex xindy xml X l10n_af l10n_ar l10n_as l10n_bg l10n_bn l10n_br l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en l10n_eo l10n_es l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_ga l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ko l10n_kn l10n_la l10n_lo l10n_lt l10n_lv l10n_ml l10n_mn l10n_mr l10n_nb l10n_nl l10n_nn l10n_no l10n_or l10n_pa l10n_pl l10n_pt l10n_rm l10n_ro l10n_ru l10n_sa l10n_sco l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tk l10n_tr l10n_uk l10n_vi l10n_zh KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=metapackage -RDEPEND=>=app-text/texlive-core-2017 app-text/psutils >=dev-texlive/texlive-fontutils-2017 media-gfx/sam2p texi2html? ( app-text/texi2html ) sys-apps/texinfo app-text/t1utils >=app-text/lcdf-typetools-2.92[kpathsea] truetype? ( >=app-text/ttf2pk2-2.0_p20150521 ) detex? ( dev-tex/detex ) app-text/ps2eps dvi2tty? ( dev-tex/dvi2tty ) png? ( app-text/dvipng ) X? ( >=app-text/xdvik-22.87 ) >=dev-texlive/texlive-basic-2017 >=dev-texlive/texlive-fontsrecommended-2017 >=dev-texlive/texlive-latex-2017 luatex? ( >=dev-texlive/texlive-luatex-2017 ) >=dev-texlive/texlive-latexrecommended-2017 >=dev-tex/xcolor-2.11 >=dev-tex/latex-beamer-3.36 metapost? ( >=dev-texlive/texlive-metapost-2017 dev-tex/feynmf ) >=dev-texlive/texlive-plaingeneric-2017 pdfannotextractor? ( dev-tex/pdfannotextractor ) extra? ( dev-tex/chktex app-text/dvisvgm dev-tex/latexdiff >=dev-tex/latexmk-418 >=app-text/pdfjam-2.02 >=dev-texlive/texlive-bibtexextra-2017 >=dev-texlive/texlive-fontsextra-2017 >=dev-texlive/texlive-formatsextra-2017 >=dev-texlive/texlive-latexextra-2017 >=dev-tex/glossaries-2.07 >=dev-tex/leaflet-20041222 >=dev-tex/currvita-0.9i-r1 >=dev-tex/g-brief-4.0.2 >=dev-tex/envlab-1.2-r1 >=dev-tex/europecv-20060424-r1 >=dev-tex/svninfo-0.7.3-r1 ) xetex? ( >=dev-texlive/texlive-xetex-2017 ) graphics? ( >=dev-texlive/texlive-pictures-2017 dev-tex/dot2texi ) epspdf? ( app-text/epspdf ) science? ( >=dev-texlive/texlive-mathscience-2017 ) publishers? ( >=dev-texlive/texlive-publishers-2017 ) music? ( >=dev-texlive/texlive-music-2017 ) pstricks? ( >=dev-texlive/texlive-pstricks-2017 ) context? ( >=dev-texlive/texlive-context-2017 ) games? ( >=dev-texlive/texlive-games-2017 ) humanities? ( >=dev-texlive/texlive-humanities-2017 ) tex4ht? ( >=dev-tex/tex4ht-20090611_p1038-r3 ) xml? ( >=dev-tex/xmltex-1.9-r2 app-text/passivetex ) jadetex? ( >=app-text/jadetex-3.13-r2 ) l10n_af? ( >=dev-texlive/texlive-langother-2017 >=dev-texlive/texlive-langother-2017 ) l10n_ar? ( >=dev-texlive/texlive-langarabic-2017 ) l10n_fa? ( >=dev-texlive/texlive-langarabic-2017 ) l10n_hy? ( >=dev-texlive/texlive-langeuropean-2017 ) cjk? ( >=dev-texlive/texlive-langcjk-2017 >=dev-tex/cjk-latex-4.8.4 ) l10n_hr? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_bg? ( >=dev-texlive/texlive-langcyrillic-2017 ) l10n_br? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_ru? ( >=dev-texlive/texlive-langcyrillic-2017 ) l10n_uk? ( >=dev-texlive/texlive-langcyrillic-2017 ) l10n_cs? ( >=dev-texlive/texlive-langczechslovak-2017 >=app-text/vlna-1.3 ) l10n_sk? ( >=dev-texlive/texlive-langczechslovak-2017 ) l10n_da? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_nl? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_en? ( >=dev-texlive/texlive-langenglish-2017 ) l10n_en-GB? ( >=dev-texlive/texlive-langenglish-2017 ) l10n_fi? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_eu? ( >=dev-texlive/texlive-langfrench-2017 ) l10n_fr? ( >=dev-texlive/texlive-langfrench-2017 ) l10n_de? ( >=dev-texlive/texlive-langgerman-2017 ) l10n_el? ( >=dev-texlive/texlive-langgreek-2017 ) l10n_he? ( >=dev-texlive/texlive-langother-2017 ) l10n_hu? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_as? ( >=dev-texlive/texlive-langother-2017 ) l10n_bn? ( >=dev-texlive/texlive-langother-2017 ) l10n_gu? ( >=dev-texlive/texlive-langother-2017 ) l10n_hi? ( >=dev-texlive/texlive-langother-2017 ) l10n_kn? ( >=dev-texlive/texlive-langother-2017 ) l10n_ml? ( >=dev-texlive/texlive-langother-2017 ) l10n_mr? ( >=dev-texlive/texlive-langother-2017 ) l10n_or? ( >=dev-texlive/texlive-langother-2017 ) l10n_pa? ( >=dev-texlive/texlive-langother-2017 ) l10n_sa? ( >=dev-texlive/texlive-langother-2017 ) l10n_ta? ( >=dev-texlive/texlive-langother-2017 ) l10n_te? ( >=dev-texlive/texlive-langother-2017 ) l10n_it? ( >=dev-texlive/texlive-langitalian-2017 ) l10n_ja? ( >=dev-texlive/texlive-langjapanese-2017 ) l10n_ko? ( >=dev-texlive/texlive-langkorean-2017 ) l10n_la? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_lt? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_lv? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_mn? ( >=dev-texlive/texlive-langcyrillic-2017 ) l10n_nb? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_nn? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_no? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_cy? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_eo? ( >=dev-texlive/texlive-langother-2017 ) l10n_et? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_ga? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_rm? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_hsb? ( >=dev-texlive/texlive-langother-2017 ) l10n_ia? ( >=dev-texlive/texlive-langother-2017 ) l10n_id? ( >=dev-texlive/texlive-langother-2017 ) l10n_is? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_lo? ( >=dev-texlive/texlive-langother-2017 ) l10n_ro? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_sq? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_sr? ( >=dev-texlive/texlive-langeuropean-2017 >=dev-texlive/texlive-langcyrillic-2017 ) l10n_sl? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_tr? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_pl? ( >=dev-texlive/texlive-langpolish-2017 ) l10n_pt? ( >=dev-texlive/texlive-langportuguese-2017 ) l10n_ca? ( >=dev-texlive/texlive-langspanish-2017 ) l10n_gl? ( >=dev-texlive/texlive-langspanish-2017 ) l10n_es? ( >=dev-texlive/texlive-langspanish-2017 ) l10n_sco? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_sv? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_tk? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_vi? ( >=dev-texlive/texlive-langother-2017 ) l10n_zh? ( >=dev-texlive/texlive-langchinese-2017 ) xindy? ( app-text/xindy ) +RDEPEND=>=app-text/texlive-core-2017 app-text/psutils >=dev-texlive/texlive-fontutils-2017 media-gfx/sam2p texi2html? ( app-text/texi2html ) sys-apps/texinfo app-text/t1utils >=app-text/lcdf-typetools-2.92[kpathsea] truetype? ( >=app-text/ttf2pk2-2.0_p20150521 ) detex? ( dev-tex/detex ) app-text/ps2eps dvi2tty? ( dev-tex/dvi2tty ) png? ( app-text/dvipng ) X? ( >=app-text/xdvik-22.87 ) >=dev-texlive/texlive-basic-2017 >=dev-texlive/texlive-fontsrecommended-2017 >=dev-texlive/texlive-latex-2017 luatex? ( >=dev-texlive/texlive-luatex-2017 ) >=dev-texlive/texlive-latexrecommended-2017 >=dev-tex/xcolor-2.11 >=dev-tex/latex-beamer-3.36 metapost? ( >=dev-texlive/texlive-metapost-2017 dev-tex/feynmf ) >=dev-texlive/texlive-plaingeneric-2017 pdfannotextractor? ( dev-tex/pdfannotextractor ) extra? ( dev-tex/chktex app-text/dvisvgm dev-tex/latexdiff >=dev-tex/latexmk-418 >=app-text/pdfjam-2.02 >=dev-texlive/texlive-bibtexextra-2017 >=dev-texlive/texlive-fontsextra-2017 >=dev-texlive/texlive-formatsextra-2017 >=dev-texlive/texlive-latexextra-2017 >=dev-tex/glossaries-2.07 >=dev-tex/leaflet-20041222 >=dev-tex/currvita-0.9i-r1 >=dev-tex/g-brief-4.0.2 >=dev-tex/envlab-1.2-r1 >=dev-tex/europecv-20060424-r1 >=dev-tex/svninfo-0.7.3-r1 ) xetex? ( >=dev-texlive/texlive-xetex-2017 ) graphics? ( >=dev-texlive/texlive-pictures-2017 dev-tex/dot2texi ) epspdf? ( app-text/epspdf ) science? ( >=dev-texlive/texlive-mathscience-2017 ) publishers? ( >=dev-texlive/texlive-publishers-2017 ) music? ( >=dev-texlive/texlive-music-2017 ) pstricks? ( >=dev-texlive/texlive-pstricks-2017 ) context? ( >=dev-texlive/texlive-context-2017 ) games? ( >=dev-texlive/texlive-games-2017 ) humanities? ( >=dev-texlive/texlive-humanities-2017 ) tex4ht? ( >=dev-tex/tex4ht-20090611_p1038-r3 ) xml? ( >=dev-tex/xmltex-1.9-r2 app-text/passivetex ) jadetex? ( >=app-text/jadetex-3.13-r2 ) l10n_af? ( >=dev-texlive/texlive-langother-2017 ) l10n_ar? ( >=dev-texlive/texlive-langarabic-2017 ) l10n_fa? ( >=dev-texlive/texlive-langarabic-2017 ) l10n_hy? ( >=dev-texlive/texlive-langeuropean-2017 ) cjk? ( >=dev-texlive/texlive-langcjk-2017 >=dev-tex/cjk-latex-4.8.4 ) l10n_hr? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_bg? ( >=dev-texlive/texlive-langcyrillic-2017 ) l10n_br? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_ru? ( >=dev-texlive/texlive-langcyrillic-2017 ) l10n_uk? ( >=dev-texlive/texlive-langcyrillic-2017 ) l10n_cs? ( >=dev-texlive/texlive-langczechslovak-2017 >=app-text/vlna-1.3 ) l10n_sk? ( >=dev-texlive/texlive-langczechslovak-2017 ) l10n_da? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_nl? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_en? ( >=dev-texlive/texlive-langenglish-2017 ) l10n_fi? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_eu? ( >=dev-texlive/texlive-langfrench-2017 ) l10n_fr? ( >=dev-texlive/texlive-langfrench-2017 ) l10n_de? ( >=dev-texlive/texlive-langgerman-2017 ) l10n_el? ( >=dev-texlive/texlive-langgreek-2017 ) l10n_he? ( >=dev-texlive/texlive-langother-2017 ) l10n_hu? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_as? ( >=dev-texlive/texlive-langother-2017 ) l10n_bn? ( >=dev-texlive/texlive-langother-2017 ) l10n_gu? ( >=dev-texlive/texlive-langother-2017 ) l10n_hi? ( >=dev-texlive/texlive-langother-2017 ) l10n_kn? ( >=dev-texlive/texlive-langother-2017 ) l10n_ml? ( >=dev-texlive/texlive-langother-2017 ) l10n_mr? ( >=dev-texlive/texlive-langother-2017 ) l10n_or? ( >=dev-texlive/texlive-langother-2017 ) l10n_pa? ( >=dev-texlive/texlive-langother-2017 ) l10n_sa? ( >=dev-texlive/texlive-langother-2017 ) l10n_ta? ( >=dev-texlive/texlive-langother-2017 ) l10n_te? ( >=dev-texlive/texlive-langother-2017 ) l10n_it? ( >=dev-texlive/texlive-langitalian-2017 ) l10n_ja? ( >=dev-texlive/texlive-langjapanese-2017 ) l10n_ko? ( >=dev-texlive/texlive-langkorean-2017 ) l10n_la? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_lt? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_lv? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_mn? ( >=dev-texlive/texlive-langcyrillic-2017 ) l10n_nb? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_nn? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_no? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_cy? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_eo? ( >=dev-texlive/texlive-langother-2017 ) l10n_et? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_ga? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_rm? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_hsb? ( >=dev-texlive/texlive-langother-2017 ) l10n_ia? ( >=dev-texlive/texlive-langother-2017 ) l10n_id? ( >=dev-texlive/texlive-langother-2017 ) l10n_is? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_lo? ( >=dev-texlive/texlive-langother-2017 ) l10n_ro? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_sq? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_sr? ( >=dev-texlive/texlive-langeuropean-2017 >=dev-texlive/texlive-langcyrillic-2017 ) l10n_sl? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_tr? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_pl? ( >=dev-texlive/texlive-langpolish-2017 ) l10n_pt? ( >=dev-texlive/texlive-langportuguese-2017 ) l10n_ca? ( >=dev-texlive/texlive-langspanish-2017 ) l10n_gl? ( >=dev-texlive/texlive-langspanish-2017 ) l10n_es? ( >=dev-texlive/texlive-langspanish-2017 ) l10n_sco? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_sv? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_tk? ( >=dev-texlive/texlive-langeuropean-2017 ) l10n_vi? ( >=dev-texlive/texlive-langother-2017 ) l10n_zh? ( >=dev-texlive/texlive-langchinese-2017 ) xindy? ( app-text/xindy ) SLOT=0 -_md5_=ee4681329f481f83372c326e12461033 +_md5_=a92fdeee6313bbfb756b750f27121286 diff --git a/metadata/md5-cache/dev-cpp/Manifest.gz b/metadata/md5-cache/dev-cpp/Manifest.gz index 1de338fc8c40..fde6a647190b 100644 Binary files a/metadata/md5-cache/dev-cpp/Manifest.gz and b/metadata/md5-cache/dev-cpp/Manifest.gz differ diff --git a/metadata/md5-cache/dev-cpp/libjson-rpc-cpp-0.7.0 b/metadata/md5-cache/dev-cpp/libjson-rpc-cpp-0.7.0 deleted file mode 100644 index 6013f317400d..000000000000 --- a/metadata/md5-cache/dev-cpp/libjson-rpc-cpp-0.7.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/jsoncpp:= http-client? ( net-misc/curl:= ) http-server? ( net-libs/libmicrohttpd:= ) stubgen? ( dev-libs/argtable:= ) doc? ( app-doc/doxygen ) test? ( dev-cpp/catch ) sys-devel/make >=dev-util/cmake-3.9.6 -DESCRIPTION=JSON-RPC (1.0 & 2.0) framework for C++ -EAPI=6 -HOMEPAGE=https://github.com/cinemast/libjson-rpc-cpp -IUSE=doc +http-client +http-server +stubgen test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=dev-libs/jsoncpp:= http-client? ( net-misc/curl:= ) http-server? ( net-libs/libmicrohttpd:= ) stubgen? ( dev-libs/argtable:= ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/cinemast/libjson-rpc-cpp/archive/v0.7.0.tar.gz -> libjson-rpc-cpp-0.7.0.tar.gz -_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=cb6643a127a13492bdd1d927ec72abbe diff --git a/metadata/md5-cache/dev-cpp/libjson-rpc-cpp-1.1.0 b/metadata/md5-cache/dev-cpp/libjson-rpc-cpp-1.1.0 deleted file mode 100644 index 1ec636106135..000000000000 --- a/metadata/md5-cache/dev-cpp/libjson-rpc-cpp-1.1.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-libs/jsoncpp:= http-client? ( net-misc/curl:= ) http-server? ( net-libs/libmicrohttpd:= ) redis-client? ( dev-libs/hiredis:= ) redis-server? ( dev-libs/hiredis:= ) stubgen? ( dev-libs/argtable:= ) doc? ( app-doc/doxygen ) test? ( dev-cpp/catch ) sys-devel/make >=dev-util/cmake-3.9.6 -DESCRIPTION=JSON-RPC (1.0 & 2.0) framework for C++ -EAPI=6 -HOMEPAGE=https://github.com/cinemast/libjson-rpc-cpp -IUSE=doc +http-client +http-server redis-client redis-server +stubgen test -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=dev-libs/jsoncpp:= http-client? ( net-misc/curl:= ) http-server? ( net-libs/libmicrohttpd:= ) redis-client? ( dev-libs/hiredis:= ) redis-server? ( dev-libs/hiredis:= ) stubgen? ( dev-libs/argtable:= ) -RESTRICT=!test? ( test ) -SLOT=0/1 -SRC_URI=https://github.com/cinemast/libjson-rpc-cpp/archive/v1.1.0.tar.gz -> libjson-rpc-cpp-1.1.0.tar.gz -_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=c8b98286ea1805f4b539d57000e1938f diff --git a/metadata/md5-cache/dev-lang/Manifest.gz b/metadata/md5-cache/dev-lang/Manifest.gz index eeb22bdd4401..57fb76812c4d 100644 Binary files a/metadata/md5-cache/dev-lang/Manifest.gz and b/metadata/md5-cache/dev-lang/Manifest.gz differ diff --git a/metadata/md5-cache/dev-lang/mono-basic-4.6 b/metadata/md5-cache/dev-lang/mono-basic-4.6 new file mode 100644 index 000000000000..140721db6819 --- /dev/null +++ b/metadata/md5-cache/dev-lang/mono-basic-4.6 @@ -0,0 +1,10 @@ +DEFINED_PHASES=setup +DESCRIPTION=Visual Basic Compiler and Runtime +EAPI=6 +HOMEPAGE=https://www.mono-project.com/docs/about-mono/languages/visualbasic/ +KEYWORDS=-* ~amd64 ~x86 +LICENSE=LGPL-2 MIT +SLOT=0 +SRC_URI=http://download.mono-project.com/sources/mono-basic/mono-basic-4.6.tar.bz2 +_eclasses_=mono-env 1f24c032c78290b0d9a07d5b343051a7 +_md5_=d30f6b503c95be16d1ccb326c099044d diff --git a/metadata/md5-cache/dev-libs/Manifest.gz b/metadata/md5-cache/dev-libs/Manifest.gz index b90291c72e67..9b200d5b81a0 100644 Binary files a/metadata/md5-cache/dev-libs/Manifest.gz and b/metadata/md5-cache/dev-libs/Manifest.gz differ diff --git a/metadata/md5-cache/dev-libs/efl-1.20.7 b/metadata/md5-cache/dev-libs/efl-1.20.7 new file mode 100644 index 000000000000..4b8381ba0fd0 --- /dev/null +++ b/metadata/md5-cache/dev-libs/efl-1.20.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack +DEPEND=!!dev-libs/ecore !!dev-libs/edbus !!dev-libs/eet !!dev-libs/eeze !!dev-libs/efreet !!dev-libs/eina !!dev-libs/eio !!dev-libs/embryo !!dev-libs/eobj !!dev-libs/ephysics !!media-libs/edje !!media-libs/emotion !!media-libs/ethumb !!media-libs/evas avahi? ( net-dns/avahi ) connman? ( net-misc/connman ) drm? ( >=dev-libs/libinput-0.8 media-libs/mesa[gbm] >=x11-libs/libdrm-2.4 >=x11-libs/libxkbcommon-0.3.0 ) fontconfig? ( >=media-libs/fontconfig-2.5.0 ) fribidi? ( >=dev-libs/fribidi-0.19.2 ) gif? ( media-libs/giflib:= ) glib? ( dev-libs/glib:2 ) ssl? ( gnutls? ( >=net-libs/gnutls-3.3.6 ) !gnutls? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) harfbuzz? ( >=media-libs/harfbuzz-0.9.0 ) hyphen? ( dev-libs/hyphen ) ibus? ( >=app-i18n/ibus-1.4 ) jpeg2k? ( media-libs/openjpeg:0 ) libuv? ( dev-libs/libuv ) luajit? ( >=dev-lang/luajit-2.0.0 ) !luajit? ( dev-lang/lua:* ) pdf? ( >=app-text/poppler-0.45.0[cxx] ) physics? ( >=sci-physics/bullet-2.80 ) pixman? ( x11-libs/pixman ) postscript? ( app-text/libspectre ) media-libs/libpng:0= pulseaudio? ( media-sound/pulseaudio ) raw? ( media-libs/libraw ) scim? ( app-i18n/scim ) sdl? ( >=media-libs/libsdl2-2.0.0 virtual/opengl ) sound? ( media-libs/libsndfile ) svg? ( >=gnome-base/librsvg-2.36.0 >=x11-libs/cairo-1.0.0 ) systemd? ( >=sys-apps/systemd-209 ) tiff? ( media-libs/tiff:0= ) tslib? ( x11-libs/tslib ) unwind? ( sys-libs/libunwind ) valgrind? ( dev-util/valgrind ) vlc? ( media-video/vlc ) vnc? ( net-libs/libvncserver ) wayland? ( >=dev-libs/wayland-1.11.0 >=x11-libs/libxkbcommon-0.6.0 media-libs/mesa[gles2,wayland] ) webp? ( media-libs/libwebp ) X? ( >=media-libs/freetype-2.5.0.1 x11-libs/libXcursor x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXScrnSaver opengl? ( x11-libs/libX11 x11-libs/libXrender virtual/opengl ) gles? ( x11-libs/libX11 x11-libs/libXrender virtual/opengl xpresent? ( x11-libs/libXpresent ) ) ) xine? ( >=media-libs/xine-lib-1.1.1 ) xpm? ( x11-libs/libXpm ) sys-apps/dbus >=sys-apps/util-linux-2.20.0 sys-libs/zlib virtual/jpeg:0= !dev-libs/ecore !dev-libs/edbus !dev-libs/eet !dev-libs/eeze !dev-libs/efreet !dev-libs/eina !dev-libs/eio !dev-libs/embryo !dev-libs/eobj !dev-libs/ephysics !media-libs/edje !media-libs/elementary !media-libs/emotion !media-libs/ethumb !media-libs/evas !media-plugins/emotion_generic_players !media-plugins/evas_generic_loaders doc? ( app-doc/doxygen ) >=app-portage/elt-patches-20170317 >=app-portage/elt-patches-20170422 doc? ( app-doc/doxygen ) >=sys-apps/sed-4 +DESCRIPTION=Enlightenment Foundation Libraries all-in-one package +EAPI=5 +HOMEPAGE=https://www.enlightenment.org +IUSE=avahi +bmp dds connman debug drm +eet egl examples fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz hyphen +ico ibus ivi jpeg2k libressl libuv luajit neon opengl ssl pdf physics pixman postscript +ppm +psd pulseaudio raw scim sdl sound svg systemd tga tgv tiff tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpresent xpm nls doc +KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris +LICENSE=BSD-2 GPL-2 LGPL-2.1 ZLIB +RDEPEND=avahi? ( net-dns/avahi ) connman? ( net-misc/connman ) drm? ( >=dev-libs/libinput-0.8 media-libs/mesa[gbm] >=x11-libs/libdrm-2.4 >=x11-libs/libxkbcommon-0.3.0 ) fontconfig? ( >=media-libs/fontconfig-2.5.0 ) fribidi? ( >=dev-libs/fribidi-0.19.2 ) gif? ( media-libs/giflib:= ) glib? ( dev-libs/glib:2 ) ssl? ( gnutls? ( >=net-libs/gnutls-3.3.6 ) !gnutls? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) harfbuzz? ( >=media-libs/harfbuzz-0.9.0 ) hyphen? ( dev-libs/hyphen ) ibus? ( >=app-i18n/ibus-1.4 ) jpeg2k? ( media-libs/openjpeg:0 ) libuv? ( dev-libs/libuv ) luajit? ( >=dev-lang/luajit-2.0.0 ) !luajit? ( dev-lang/lua:* ) pdf? ( >=app-text/poppler-0.45.0[cxx] ) physics? ( >=sci-physics/bullet-2.80 ) pixman? ( x11-libs/pixman ) postscript? ( app-text/libspectre ) media-libs/libpng:0= pulseaudio? ( media-sound/pulseaudio ) raw? ( media-libs/libraw ) scim? ( app-i18n/scim ) sdl? ( >=media-libs/libsdl2-2.0.0 virtual/opengl ) sound? ( media-libs/libsndfile ) svg? ( >=gnome-base/librsvg-2.36.0 >=x11-libs/cairo-1.0.0 ) systemd? ( >=sys-apps/systemd-209 ) tiff? ( media-libs/tiff:0= ) tslib? ( x11-libs/tslib ) unwind? ( sys-libs/libunwind ) valgrind? ( dev-util/valgrind ) vlc? ( media-video/vlc ) vnc? ( net-libs/libvncserver ) wayland? ( >=dev-libs/wayland-1.11.0 >=x11-libs/libxkbcommon-0.6.0 media-libs/mesa[gles2,wayland] ) webp? ( media-libs/libwebp ) X? ( >=media-libs/freetype-2.5.0.1 x11-libs/libXcursor x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXScrnSaver opengl? ( x11-libs/libX11 x11-libs/libXrender virtual/opengl ) gles? ( x11-libs/libX11 x11-libs/libXrender virtual/opengl xpresent? ( x11-libs/libXpresent ) ) ) xine? ( >=media-libs/xine-lib-1.1.1 ) xpm? ( x11-libs/libXpm ) sys-apps/dbus >=sys-apps/util-linux-2.20.0 sys-libs/zlib virtual/jpeg:0= !dev-libs/ecore !dev-libs/edbus !dev-libs/eet !dev-libs/eeze !dev-libs/efreet !dev-libs/eina !dev-libs/eio !dev-libs/embryo !dev-libs/eobj !dev-libs/ephysics !media-libs/edje !media-libs/elementary !media-libs/emotion !media-libs/ethumb !media-libs/evas !media-plugins/emotion_generic_players !media-plugins/evas_generic_loaders nls? ( sys-devel/gettext ) +REQUIRED_USE=?? ( opengl gles ) fbcon? ( !tslib ) gles? ( || ( X wayland ) !sdl egl ) gnutls? ( ssl ) ibus? ( glib ) libressl? ( ssl ) opengl? ( || ( X sdl wayland ) ) pulseaudio? ( sound ) sdl? ( opengl ) vnc? ( X fbcon ) wayland? ( egl !opengl gles ) xim? ( X ) +SLOT=0 +SRC_URI=https://download.enlightenment.org/rel/libs/efl/efl-1.20.7.tar.xz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 enlightenment 1fa177784657aaf9484e91d7427a2b2e epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx e99babeaa7d98c1caaa6a61a79902210 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=43f310c7504f859759c746a24c4472d8 diff --git a/metadata/md5-cache/dev-libs/jsoncpp-0.10.2-r1 b/metadata/md5-cache/dev-libs/jsoncpp-0.10.2-r1 deleted file mode 100644 index 371598bb74f4..000000000000 --- a/metadata/md5-cache/dev-libs/jsoncpp-0.10.2-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=doc? ( app-doc/doxygen || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) sys-devel/make >=dev-util/cmake-3.9.6 -DESCRIPTION=C++ JSON reader and writer -EAPI=5 -HOMEPAGE=https://github.com/open-source-parsers/jsoncpp -IUSE=doc test -KEYWORDS=alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 -LICENSE=|| ( public-domain MIT ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/open-source-parsers/jsoncpp/archive/0.10.2.tar.gz -> jsoncpp-0.10.2.tar.gz -_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=eaee47843f6e66cf0a6b699857ce4fad diff --git a/metadata/md5-cache/dev-libs/jsoncpp-0.10.6 b/metadata/md5-cache/dev-libs/jsoncpp-0.10.6 deleted file mode 100644 index 545381e0e76e..000000000000 --- a/metadata/md5-cache/dev-libs/jsoncpp-0.10.6 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=doc? ( app-doc/doxygen || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) sys-devel/make >=dev-util/cmake-3.9.6 -DESCRIPTION=C++ JSON reader and writer -EAPI=6 -HOMEPAGE=https://github.com/open-source-parsers/jsoncpp -IUSE=doc test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 -LICENSE=|| ( public-domain MIT ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/open-source-parsers/jsoncpp/archive/0.10.6.tar.gz -> jsoncpp-0.10.6.tar.gz -_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=83bf44facfd2e71c54f459a01d952845 diff --git a/metadata/md5-cache/dev-libs/jsoncpp-1.8.4 b/metadata/md5-cache/dev-libs/jsoncpp-1.8.4 index 434d95b0848a..6a107c802762 100644 --- a/metadata/md5-cache/dev-libs/jsoncpp-1.8.4 +++ b/metadata/md5-cache/dev-libs/jsoncpp-1.8.4 @@ -4,10 +4,10 @@ DESCRIPTION=C++ JSON reader and writer EAPI=6 HOMEPAGE=https://github.com/open-source-parsers/jsoncpp IUSE=doc test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd LICENSE=|| ( public-domain MIT ) RESTRICT=!test? ( test ) SLOT=0/19 SRC_URI=https://github.com/open-source-parsers/jsoncpp/archive/1.8.4.tar.gz -> jsoncpp-1.8.4.tar.gz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=8b50b0f7838b54974fedb1ab5720f591 +_md5_=28ca5a22e11435ed675506747cb27b99 diff --git a/metadata/md5-cache/dev-libs/libgit2-0.27.0 b/metadata/md5-cache/dev-libs/libgit2-0.27.0 new file mode 100644 index 000000000000..4d90f574089e --- /dev/null +++ b/metadata/md5-cache/dev-libs/libgit2-0.27.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-libs/zlib net-libs/http-parser:= curl? ( !libressl? ( net-misc/curl:=[curl_ssl_openssl(-)] ) libressl? ( net-misc/curl:=[curl_ssl_libressl(-)] ) ) gssapi? ( virtual/krb5 ) ssh? ( net-libs/libssh2 ) virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 +DESCRIPTION=A linkable library for Git +EAPI=6 +HOMEPAGE=https://libgit2.github.com/ +IUSE=+curl examples gssapi libressl +ssh test +threads trace +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~x86 ~ppc-macos +LICENSE=GPL-2-with-linking-exception +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-libs/zlib net-libs/http-parser:= curl? ( !libressl? ( net-misc/curl:=[curl_ssl_openssl(-)] ) libressl? ( net-misc/curl:=[curl_ssl_libressl(-)] ) ) gssapi? ( virtual/krb5 ) ssh? ( net-libs/libssh2 ) +SLOT=0/27 +SRC_URI=https://github.com/libgit2/libgit2/archive/v0.27.0.tar.gz -> libgit2-0.27.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=419f420e2e9f4433d93922a45ee92543 diff --git a/metadata/md5-cache/dev-libs/libgit2-9999 b/metadata/md5-cache/dev-libs/libgit2-9999 index 3b6c22ada666..962eb7694316 100644 --- a/metadata/md5-cache/dev-libs/libgit2-9999 +++ b/metadata/md5-cache/dev-libs/libgit2-9999 @@ -6,6 +6,6 @@ HOMEPAGE=https://libgit2.github.com/ IUSE=+curl examples gssapi libressl +ssh test +threads trace LICENSE=GPL-2-with-linking-exception RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-libs/zlib net-libs/http-parser:= curl? ( !libressl? ( net-misc/curl:=[curl_ssl_openssl(-)] ) libressl? ( net-misc/curl:=[curl_ssl_libressl(-)] ) ) gssapi? ( virtual/krb5 ) ssh? ( net-libs/libssh2 ) -SLOT=0/26 +SLOT=0/27 _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=f1ed87feb949bc3ddc610f218f62349d +_md5_=419f420e2e9f4433d93922a45ee92543 diff --git a/metadata/md5-cache/dev-libs/libpeas-1.20.0-r1 b/metadata/md5-cache/dev-libs/libpeas-1.20.0-r1 index 10a4296bb737..b2e16ea90297 100644 --- a/metadata/md5-cache/dev-libs/libpeas-1.20.0-r1 +++ b/metadata/md5-cache/dev-libs/libpeas-1.20.0-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=dev-libs/glib-2.38:2 >=dev-libs/gobject-introspection-1.39:= glade? ( >=dev-util/glade-3.9.1:3.10 ) gtk? ( >=x11-libs/gtk+-3:3[introspection] ) lua? ( >=dev-lua/lgi-0.9.0 jit? ( >=dev-lang/luajit-2:2 ) !jit? ( =dev-lang/lua-5.1*:0 ) ) python? ( python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] >=dev-python/pygobject-3.2:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) >=dev-util/gtk-doc-am-1.11 >=dev-util/intltool-0.40 virtual/pkgconfig dev-libs/gobject-introspection-common gnome-base/gnome-common >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=dev-libs/glib-2.38:2 >=dev-libs/gobject-introspection-1.39:= glade? ( >=dev-util/glade-3.9.1:3.10 ) gtk? ( >=x11-libs/gtk+-3:3[introspection] ) lua? ( >=dev-lua/lgi-0.9.0 luajit? ( >=dev-lang/luajit-2:2 ) !luajit? ( =dev-lang/lua-5.1*:0 ) ) python? ( python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] >=dev-python/pygobject-3.2:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) >=dev-util/gtk-doc-am-1.11 >=dev-util/intltool-0.40 virtual/pkgconfig dev-libs/gobject-introspection-common gnome-base/gnome-common >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=A GObject plugins library EAPI=6 HOMEPAGE=https://developer.gnome.org/libpeas/stable/ -IUSE=+gtk glade jit lua +python python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 test +IUSE=+gtk glade lua luajit +python python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 test KEYWORDS=~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux LICENSE=LGPL-2+ -RDEPEND=>=dev-libs/glib-2.38:2 >=dev-libs/gobject-introspection-1.39:= glade? ( >=dev-util/glade-3.9.1:3.10 ) gtk? ( >=x11-libs/gtk+-3:3[introspection] ) lua? ( >=dev-lua/lgi-0.9.0 jit? ( >=dev-lang/luajit-2:2 ) !jit? ( =dev-lang/lua-5.1*:0 ) ) python? ( python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] >=dev-python/pygobject-3.2:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) +RDEPEND=>=dev-libs/glib-2.38:2 >=dev-libs/gobject-introspection-1.39:= glade? ( >=dev-util/glade-3.9.1:3.10 ) gtk? ( >=x11-libs/gtk+-3:3[introspection] ) lua? ( >=dev-lua/lgi-0.9.0 luajit? ( >=dev-lang/luajit-2:2 ) !luajit? ( =dev-lang/lua-5.1*:0 ) ) python? ( python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] >=dev-python/pygobject-3.2:3[python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] ) REQUIRED_USE=python? ( ^^ ( python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) ) SLOT=0 SRC_URI=mirror://gnome/sources/libpeas/1.20/libpeas-1.20.0.tar.xz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 gnome.org 5e4cc5af3f1b17bdee155bf02e8c2df4 gnome2 6e4acb9c9da2cfa25f2dfedb93bb4a43 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 virtualx 3a3c4637ea6d5a2113707a644766337c xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=8c64f8c1525078d2ccab71e23c0ad1dd +_md5_=83d6bf41a12af7647f94123183925b4f diff --git a/metadata/md5-cache/dev-libs/libtasn1-4.13 b/metadata/md5-cache/dev-libs/libtasn1-4.13 index ce773490c032..fd8e34e4f8a3 100644 --- a/metadata/md5-cache/dev-libs/libtasn1-4.13 +++ b/metadata/md5-cache/dev-libs/libtasn1-4.13 @@ -4,10 +4,10 @@ DESCRIPTION=ASN.1 library EAPI=6 HOMEPAGE=https://www.gnu.org/software/libtasn1/ IUSE=doc static-libs valgrind abi_x86_32 abi_x86_64 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 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-3 LGPL-2.1 RDEPEND=valgrind? ( dev-util/valgrind ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r16 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) SLOT=0/6 SRC_URI=mirror://gnu/libtasn1/libtasn1-4.13.tar.gz _eclasses_=libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=dac144ab8c78ee1857a614db4177ba80 +_md5_=b179766466dd92bf36ce8b4b7da5faac diff --git a/metadata/md5-cache/dev-lua/Manifest.gz b/metadata/md5-cache/dev-lua/Manifest.gz index f7007a2cab0b..4698a052da2d 100644 Binary files a/metadata/md5-cache/dev-lua/Manifest.gz and b/metadata/md5-cache/dev-lua/Manifest.gz differ diff --git a/metadata/md5-cache/dev-lua/busted-2.0_rc12_p1 b/metadata/md5-cache/dev-lua/busted-2.0_rc12_p1 index 1cf896e1553c..ab82fca895c4 100644 --- a/metadata/md5-cache/dev-lua/busted-2.0_rc12_p1 +++ b/metadata/md5-cache/dev-lua/busted-2.0_rc12_p1 @@ -3,10 +3,10 @@ DEPEND=>=dev-lang/lua-5.1:= virtual/pkgconfig DESCRIPTION=Elegant Lua unit testing EAPI=6 HOMEPAGE=http://olivinelabs.com/busted/ -KEYWORDS=amd64 x86 +KEYWORDS=amd64 ~ppc ~ppc64 x86 LICENSE=MIT RDEPEND=>=dev-lang/lua-5.1:= >=dev-lua/lua_cliargs-3.0 >=dev-lua/luafilesystem-1.5.0 >=dev-lua/luasystem-0.2.0 >=dev-lua/dkjson-2.1.0 >=dev-lua/say-1.3 >=dev-lua/luassert-1.7.8 >=dev-lua/lua-term-0.1_p1 >=dev-lua/penlight-1.3.2 >=dev-lua/mediator_lua-1.1.1_p0 SLOT=0 SRC_URI=https://github.com/Olivine-Labs/busted/archive/v2.0.rc12-1.tar.gz -> busted-2.0_rc12_p1.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=9909ca6d2302be9b6446c367931cb8ae +_md5_=f7e7fc5ebc5fcebdb0e0a44c671bfc83 diff --git a/metadata/md5-cache/dev-lua/dkjson-2.5 b/metadata/md5-cache/dev-lua/dkjson-2.5 index 1af53e4eba38..320ab5620313 100644 --- a/metadata/md5-cache/dev-lua/dkjson-2.5 +++ b/metadata/md5-cache/dev-lua/dkjson-2.5 @@ -3,10 +3,10 @@ DEPEND=>=dev-lang/lua-5.1:= !>=dev-lang/lua-5.4 virtual/pkgconfig DESCRIPTION=David Kolf's JSON module for Lua EAPI=5 HOMEPAGE=http://dkolf.de/src/dkjson-lua.fsl/ -KEYWORDS=amd64 x86 +KEYWORDS=amd64 ~ppc ~ppc64 x86 LICENSE=MIT RDEPEND=>=dev-lang/lua-5.1:= !>=dev-lang/lua-5.4 SLOT=0 SRC_URI=http://dkolf.de/src/dkjson-lua.fsl/tarball/dkjson-2.5.tar.gz?uuid=release_2_5 -> dkjson-2.5.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=cb4aee53c7d8a6aae62b9d6b04b6ff4e +_md5_=7890b3524da8a8dd77ca143a141469b3 diff --git a/metadata/md5-cache/dev-lua/lua-term-0.3 b/metadata/md5-cache/dev-lua/lua-term-0.3 index 6fbec46a33b5..8042bad8b652 100644 --- a/metadata/md5-cache/dev-lua/lua-term-0.3 +++ b/metadata/md5-cache/dev-lua/lua-term-0.3 @@ -3,10 +3,10 @@ DEPEND=>=dev-lang/lua-5.1:= virtual/pkgconfig DESCRIPTION=Terminal functions for Lua EAPI=5 HOMEPAGE=https://github.com/hoelzro/lua-term -KEYWORDS=amd64 x86 +KEYWORDS=amd64 ~ppc ~ppc64 x86 LICENSE=MIT RDEPEND=>=dev-lang/lua-5.1:= SLOT=0 SRC_URI=https://github.com/hoelzro/lua-term/archive/0.03.tar.gz -> lua-term-0.3.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=1ec22f0fe7d2b5aa0591d2b1504af9dc +_md5_=56692a8450f47d8560e9eb98e1361aac diff --git a/metadata/md5-cache/dev-lua/lua_cliargs-3.0_p1 b/metadata/md5-cache/dev-lua/lua_cliargs-3.0_p1 index 3a14d4f04e87..5a64be5652d6 100644 --- a/metadata/md5-cache/dev-lua/lua_cliargs-3.0_p1 +++ b/metadata/md5-cache/dev-lua/lua_cliargs-3.0_p1 @@ -3,10 +3,10 @@ DEPEND=>=dev-lang/lua-5.1:= virtual/pkgconfig DESCRIPTION=A command-line argument parser. EAPI=6 HOMEPAGE=https://github.com/amireh/lua_cliargs -KEYWORDS=amd64 x86 +KEYWORDS=amd64 ~ppc ~ppc64 x86 LICENSE=MIT RDEPEND=>=dev-lang/lua-5.1:= SLOT=0 SRC_URI=https://github.com/amireh/lua_cliargs/archive/v3.0-1.tar.gz -> lua_cliargs-3.0_p1.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=bb6e165c118646f0bcba0ac12ebfb346 +_md5_=7d4b8f19a975694b11682787b1fe9ceb diff --git a/metadata/md5-cache/dev-lua/luacheck-0.20.0 b/metadata/md5-cache/dev-lua/luacheck-0.20.0 index 22a275b53d29..f289fba90e24 100644 --- a/metadata/md5-cache/dev-lua/luacheck-0.20.0 +++ b/metadata/md5-cache/dev-lua/luacheck-0.20.0 @@ -4,10 +4,10 @@ DESCRIPTION=A tool for linting and static analysis of Lua code EAPI=6 HOMEPAGE=https://github.com/mpeterv/luacheck IUSE=doc luajit test -KEYWORDS=~amd64 +KEYWORDS=~amd64 ~ppc ~ppc64 LICENSE=MIT RDEPEND=dev-lua/luafilesystem[luajit=] !luajit? ( >=dev-lang/lua-5.1:= ) luajit? ( dev-lang/luajit:2 ) SLOT=0 SRC_URI=https://github.com/mpeterv/luacheck/archive/0.20.0.tar.gz -> luacheck-0.20.0.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=7a772c8c5a7124cfc569f53f4d2102de +_md5_=92d7e48cf7c2f0f097aff92a1d9ff6d0 diff --git a/metadata/md5-cache/dev-lua/luafilesystem-1.6.3 b/metadata/md5-cache/dev-lua/luafilesystem-1.6.3 index 2dd82107a21e..51c145f6cdc8 100644 --- a/metadata/md5-cache/dev-lua/luafilesystem-1.6.3 +++ b/metadata/md5-cache/dev-lua/luafilesystem-1.6.3 @@ -4,10 +4,10 @@ DESCRIPTION=File System Library for the Lua Programming Language EAPI=6 HOMEPAGE=https://keplerproject.github.io/luafilesystem/ IUSE=luajit -KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd LICENSE=MIT RDEPEND=!luajit? ( >=dev-lang/lua-5.1 ) luajit? ( dev-lang/luajit:2 ) SLOT=0 SRC_URI=https://github.com/keplerproject/luafilesystem/archive/v1_6_3.tar.gz -> luafilesystem-1.6.3.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=618bfe4caf4514bed4180882ad87969e +_md5_=bf4eae5afd1ffcd0677974aa3811ef7d diff --git a/metadata/md5-cache/dev-lua/luassert-1.7.10 b/metadata/md5-cache/dev-lua/luassert-1.7.10 index bc9ca8fc081f..5614fb80db7a 100644 --- a/metadata/md5-cache/dev-lua/luassert-1.7.10 +++ b/metadata/md5-cache/dev-lua/luassert-1.7.10 @@ -4,10 +4,10 @@ DESCRIPTION=Lua Assertions Extension EAPI=6 HOMEPAGE=http://olivinelabs.com/busted/ IUSE=luajit test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 LICENSE=MIT RDEPEND=!luajit? ( >=dev-lang/lua-5.1:= ) luajit? ( dev-lang/luajit:2 ) >=dev-lua/say-1.2_p1[luajit=] SLOT=0 SRC_URI=https://github.com/Olivine-Labs/luassert/archive/v1.7.10.tar.gz -> luassert-1.7.10.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=9665f86f826c038fb8538f15053d7b6b +_md5_=685bced1c50031eddc7dc3bd62d2a7f9 diff --git a/metadata/md5-cache/dev-lua/luasystem-0.2.0_p0 b/metadata/md5-cache/dev-lua/luasystem-0.2.0_p0 index f5ba2d603d15..3c319e313819 100644 --- a/metadata/md5-cache/dev-lua/luasystem-0.2.0_p0 +++ b/metadata/md5-cache/dev-lua/luasystem-0.2.0_p0 @@ -3,10 +3,10 @@ DEPEND=>=dev-lang/lua-5.1:= virtual/pkgconfig DESCRIPTION=platform independent system calls for lua EAPI=6 HOMEPAGE=https://github.com/LuaDist2/luasystem -KEYWORDS=amd64 x86 +KEYWORDS=amd64 ~ppc ~ppc64 x86 LICENSE=MIT RDEPEND=>=dev-lang/lua-5.1:= SLOT=0 SRC_URI=https://github.com/LuaDist2/luasystem/archive/0.2.0-0.tar.gz -> luasystem-0.2.0_p0.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=009b8b63198ca9205dd9b0a6bb4ddb59 +_md5_=2b56a2b6172e8d6bd9537443483e4485 diff --git a/metadata/md5-cache/dev-lua/mediator_lua-1.1.2_p0 b/metadata/md5-cache/dev-lua/mediator_lua-1.1.2_p0 index 6cfedf55a907..7a7c7ab56561 100644 --- a/metadata/md5-cache/dev-lua/mediator_lua-1.1.2_p0 +++ b/metadata/md5-cache/dev-lua/mediator_lua-1.1.2_p0 @@ -3,10 +3,10 @@ DEPEND=>=dev-lang/lua-5.1:= virtual/pkgconfig DESCRIPTION=Event handling through channels EAPI=5 HOMEPAGE=http://olivinelabs.com/mediator_lua/, -KEYWORDS=amd64 x86 +KEYWORDS=amd64 ~ppc ~ppc64 x86 LICENSE=MIT RDEPEND=>=dev-lang/lua-5.1:= SLOT=0 SRC_URI=https://github.com/Olivine-Labs/mediator_lua/archive/v1.1.2-0.tar.gz -> mediator_lua-1.1.2_p0.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=5a1b6e50201b0b067705a2292e1437e6 +_md5_=ed50b7ffacb31c4f337cc0d2d90fb602 diff --git a/metadata/md5-cache/dev-lua/say-1.3_p1-r1 b/metadata/md5-cache/dev-lua/say-1.3_p1-r1 index 80897f440aba..d5012484e857 100644 --- a/metadata/md5-cache/dev-lua/say-1.3_p1-r1 +++ b/metadata/md5-cache/dev-lua/say-1.3_p1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Lua String Hashing/Indexing Library EAPI=6 HOMEPAGE=http://olivinelabs.com/busted/ IUSE=luajit test -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 LICENSE=MIT RDEPEND=!luajit? ( >=dev-lang/lua-5.1:= ) luajit? ( dev-lang/luajit:2 ) SLOT=0 SRC_URI=https://github.com/Olivine-Labs/say/archive/v1.3-1.tar.gz -> say-1.3_p1.tar.gz _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=0f615f05d9c13d77a108098cc2422d7a +_md5_=606079ed3b8c273cfdce6627cded22ab diff --git a/metadata/md5-cache/dev-perl/Manifest.gz b/metadata/md5-cache/dev-perl/Manifest.gz index f4292f247a7f..5410e85dc490 100644 Binary files a/metadata/md5-cache/dev-perl/Manifest.gz and b/metadata/md5-cache/dev-perl/Manifest.gz differ diff --git a/metadata/md5-cache/dev-perl/XML-LibXSLT-1.960.0 b/metadata/md5-cache/dev-perl/XML-LibXSLT-1.960.0 new file mode 100644 index 000000000000..47d869c86938 --- /dev/null +++ b/metadata/md5-cache/dev-perl/XML-LibXSLT-1.960.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-Encode >=dev-perl/XML-LibXML-1.700.0 >=dev-libs/libxslt-1.1.28 virtual/perl-ExtUtils-MakeMaker virtual/pkgconfig dev-lang/perl:= +DESCRIPTION=A Perl module to parse XSL Transformational sheets using gnome's libXSLT +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/XML-LibXSLT/ +KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-Encode >=dev-perl/XML-LibXML-1.700.0 >=dev-libs/libxslt-1.1.28 dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.96.tar.gz +_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 perl-functions 01e8c68d5a528bbcda4d3c60205983df perl-module 863b35d127db98823d439f8d73c2d011 +_md5_=728eca65629088ef591fbeb81734ad5b diff --git a/metadata/md5-cache/dev-python/Manifest.gz b/metadata/md5-cache/dev-python/Manifest.gz index e0999d9c04ba..21e5dca7cfc6 100644 Binary files a/metadata/md5-cache/dev-python/Manifest.gz and b/metadata/md5-cache/dev-python/Manifest.gz differ diff --git a/metadata/md5-cache/dev-python/brython-3.5.0 b/metadata/md5-cache/dev-python/brython-3.5.0 new file mode 100644 index 000000000000..d8f684957b24 --- /dev/null +++ b/metadata/md5-cache/dev-python/brython-3.5.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install postinst prerm setup +DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) >=app-admin/webapp-config-1.50.15 +DESCRIPTION=A Python 3 implementation for client-side web programming +EAPI=6 +HOMEPAGE=http://www.brython.info +IUSE=vhosts python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 +LICENSE=BSD +RDEPEND=>=app-admin/webapp-config-1.50.15 +REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) +SLOT=3.5.0 +SRC_URI=https://github.com/brython-dev/brython/archive/3.5.0.tar.gz -> brython-3.5.0.tar.gz +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 webapp a76ebd3cb5649737496e8238992dd7ca +_md5_=ac091245ceaad58924eb6466d6750ba4 diff --git a/metadata/md5-cache/dev-python/enzyme-0.4.1-r2 b/metadata/md5-cache/dev-python/enzyme-0.4.1-r2 index 749849f8de1a..9e47a17a4513 100644 --- a/metadata/md5-cache/dev-python/enzyme-0.4.1-r2 +++ b/metadata/md5-cache/dev-python/enzyme-0.4.1-r2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( app-arch/unzip dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( app-arch/unzip dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] DESCRIPTION=Python video metadata parser EAPI=6 HOMEPAGE=https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme -IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=amd64 x86 LICENSE=Apache-2.0 -RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/e/enzyme/enzyme-0.4.1.tar.gz test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip ) _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=63ff738116747ebf2a5b316a6fe6a81d +_md5_=fa11d22fd37b17808506169cf75e3120 diff --git a/metadata/md5-cache/dev-python/enzyme-9999 b/metadata/md5-cache/dev-python/enzyme-9999 index 21df58f2ae13..353b70fd1908 100644 --- a/metadata/md5-cache/dev-python/enzyme-9999 +++ b/metadata/md5-cache/dev-python/enzyme-9999 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( app-arch/unzip dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-vcs/git-1.8.2.1 +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( app-arch/unzip dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/requests[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=Python video metadata parser EAPI=6 HOMEPAGE=https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme -IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 LICENSE=Apache-2.0 -RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[xml(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[xml(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[xml(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip ) _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 fec09a83ae965b041b47f5ff7c8ba29a multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=b5fd3e5cd283c0538929ea83971a96f6 +_md5_=3757efa90f26149d9b6808c5585de46d diff --git a/metadata/md5-cache/dev-python/guessit-2.1.4 b/metadata/md5-cache/dev-python/guessit-2.1.4 index a0b12432e797..d7db9f84530b 100644 --- a/metadata/md5-cache/dev-python/guessit-2.1.4 +++ b/metadata/md5-cache/dev-python/guessit-2.1.4 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/babelfish-0.5.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/rebulk-0.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( >=dev-python/pytest-2.7.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest-capturelog[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest-runner[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] +DEPEND=>=dev-python/babelfish-0.5.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/rebulk-0.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( >=dev-python/pytest-2.7.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-capturelog[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-runner[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] DESCRIPTION=Python library for guessing information from video filenames EAPI=6 HOMEPAGE=https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit -IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=amd64 x86 LICENSE=LGPL-3 -RDEPEND=>=dev-python/babelfish-0.5.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/rebulk-0.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +RDEPEND=>=dev-python/babelfish-0.5.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/rebulk-0.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 SRC_URI=mirror://pypi/g/guessit/guessit-2.1.4.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=9585c02fbbea3b4c46b3da64f50b52b3 +_md5_=de19007840e7b09ad42cf91749998614 diff --git a/metadata/md5-cache/dev-python/guessit-9999 b/metadata/md5-cache/dev-python/guessit-9999 index ed1b2ef3faef..d5a7611987d6 100644 --- a/metadata/md5-cache/dev-python/guessit-9999 +++ b/metadata/md5-cache/dev-python/guessit-9999 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-python/babelfish-0.5.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/rebulk-0.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] test? ( >=dev-python/pytest-2.7.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest-capturelog[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pytest-runner[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-vcs/git-1.8.2.1 +DEPEND=>=dev-python/babelfish-0.5.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/rebulk-0.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] test? ( >=dev-python/pytest-2.7.3[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-capturelog[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pytest-runner[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-vcs/git-1.8.2.1 DESCRIPTION=Python library for guessing information from video filenames EAPI=6 HOMEPAGE=https://github.com/guessit-io/guessit https://pypi.python.org/pypi/guessit -IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 LICENSE=LGPL-3 -RDEPEND=>=dev-python/babelfish-0.5.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=dev-python/rebulk-0.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) +RDEPEND=>=dev-python/babelfish-0.5.5[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=dev-python/rebulk-0.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/python-dateutil[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/pyyaml[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 fec09a83ae965b041b47f5ff7c8ba29a multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=849c62c6aee6ba57333b42ae041715fc +_md5_=41d3ec6578558c68474cea8f23b81b31 diff --git a/metadata/md5-cache/dev-python/pyblake2-0.9.3-r1 b/metadata/md5-cache/dev-python/pyblake2-0.9.3-r1 deleted file mode 100644 index 5efe60c7b923..000000000000 --- a/metadata/md5-cache/dev-python/pyblake2-0.9.3-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=BLAKE2 hash function extension module -EAPI=6 -HOMEPAGE=https://github.com/dchest/pyblake2 https://pypi.python.org/pypi/pyblake2 -IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha amd64 ia64 ~mips ppc ppc64 ~sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=CC0-1.0 -RDEPEND=python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=mirror://pypi/p/pyblake2/pyblake2-0.9.3.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=8c9922162db9c95796b74e949e40f473 diff --git a/metadata/md5-cache/dev-python/pysha3-1.0.2 b/metadata/md5-cache/dev-python/pysha3-1.0.2 deleted file mode 100644 index 69ba29f2136e..000000000000 --- a/metadata/md5-cache/dev-python/pysha3-1.0.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=SHA-3 (Keccak) for Python 2.7 - 3.5 -EAPI=6 -HOMEPAGE=https://github.com/tiran/pysha3 https://pypi.python.org/pypi/pysha3 -IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=CC0-1.0 PSF-2 -RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=mirror://pypi/p/pysha3/pysha3-1.0.2.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=71de25cc523e2b6d20c107737b3ab2b3 diff --git a/metadata/md5-cache/dev-ros/Manifest.gz b/metadata/md5-cache/dev-ros/Manifest.gz index 345da071cf94..a4ffd67bcb16 100644 Binary files a/metadata/md5-cache/dev-ros/Manifest.gz and b/metadata/md5-cache/dev-ros/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ros/combined_robot_hw-0.14.0 b/metadata/md5-cache/dev-ros/combined_robot_hw-0.14.0 new file mode 100644 index 000000000000..95166e73a210 --- /dev/null +++ b/metadata/md5-cache/dev-ros/combined_robot_hw-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-ros/hardware_interface-0.11 dev-ros/pluginlib dev-libs/tinyxml2:= dev-ros/roscpp dev-libs/boost:= dev-libs/console_bridge:= sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Combined Robot HW class +EAPI=5 +HOMEPAGE=http://wiki.ros.org/combined_robot_hw +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=>=dev-ros/hardware_interface-0.11 dev-ros/pluginlib dev-libs/tinyxml2:= dev-ros/roscpp dev-libs/boost:= dev-libs/console_bridge:= python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=e001af4d104dcc1c07edcf065779fc35 diff --git a/metadata/md5-cache/dev-ros/combined_robot_hw_tests-0.14.0 b/metadata/md5-cache/dev-ros/combined_robot_hw_tests-0.14.0 new file mode 100644 index 000000000000..ae83ca66a668 --- /dev/null +++ b/metadata/md5-cache/dev-ros/combined_robot_hw_tests-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/combined_robot_hw dev-ros/controller_manager dev-ros/controller_manager_tests dev-ros/hardware_interface dev-ros/roscpp dev-libs/boost:= dev-libs/console_bridge:= test? ( dev-ros/rostest[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Combined Robot HW class tests +EAPI=5 +HOMEPAGE=http://wiki.ros.org/combined_robot_hw_tests +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/combined_robot_hw dev-ros/controller_manager dev-ros/controller_manager_tests dev-ros/hardware_interface dev-ros/roscpp dev-libs/boost:= dev-libs/console_bridge:= python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=307d5145d85e0468a20d2ffce02dfbb4 diff --git a/metadata/md5-cache/dev-ros/controller_interface-0.14.0 b/metadata/md5-cache/dev-ros/controller_interface-0.14.0 new file mode 100644 index 000000000000..171e0ec27f88 --- /dev/null +++ b/metadata/md5-cache/dev-ros/controller_interface-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/roscpp dev-ros/hardware_interface dev-ros/pluginlib sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Interface base class for controllers +EAPI=5 +HOMEPAGE=http://wiki.ros.org/controller_interface +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/roscpp dev-ros/hardware_interface dev-ros/pluginlib python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=afd43a253220210a84b7ab0f43d66b66 diff --git a/metadata/md5-cache/dev-ros/controller_manager-0.14.0 b/metadata/md5-cache/dev-ros/controller_manager-0.14.0 new file mode 100644 index 000000000000..7c676ed46e37 --- /dev/null +++ b/metadata/md5-cache/dev-ros/controller_manager-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/controller_interface >=dev-ros/controller_manager_msgs-0.10.0[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),ros_messages_cxx(-)] >=dev-ros/hardware_interface-0.10.0 dev-ros/realtime_tools dev-ros/pluginlib dev-libs/tinyxml2:= dev-ros/rospy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/roslib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rosparam[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/boost:= dev-libs/console_bridge:= test? ( dev-ros/rostest[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=The controller manager +EAPI=5 +HOMEPAGE=http://wiki.ros.org/controller_manager +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/controller_interface >=dev-ros/controller_manager_msgs-0.10.0[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),ros_messages_cxx(-)] >=dev-ros/hardware_interface-0.10.0 dev-ros/realtime_tools dev-ros/pluginlib dev-libs/tinyxml2:= dev-ros/rospy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/roslib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rosparam[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-libs/boost:= dev-libs/console_bridge:= python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=f59777e1e343ee529fe817f1b82e131e diff --git a/metadata/md5-cache/dev-ros/controller_manager_msgs-0.14.0 b/metadata/md5-cache/dev-ros/controller_manager_msgs-0.14.0 new file mode 100644 index 000000000000..b2929d7e7d70 --- /dev/null +++ b/metadata/md5-cache/dev-ros/controller_manager_msgs-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/rospy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[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-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ros_messages_cxx? ( dev-ros/gencpp:= dev-ros/gencpp[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_eus? ( dev-ros/geneus:= dev-ros/geneus[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_python? ( dev-ros/genpy:= dev-ros/genpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_lisp? ( dev-ros/genlisp:= dev-ros/genlisp[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_nodejs? ( dev-ros/gennodejs:= dev-ros/gennodejs[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-ros/message_runtime dev-ros/message_generation dev-ros/genmsg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/std_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?,ros_messages_nodejs(-)?] ros_messages_python? ( dev-ros/std_msgs[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) +DESCRIPTION=The controller manager +EAPI=5 +HOMEPAGE=http://wiki.ros.org/controller_manager_msgs +IUSE=python_targets_python2_7 test +ros_messages_python +ros_messages_cxx ros_messages_eus ros_messages_lisp ros_messages_nodejs +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/rospy[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-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ros_messages_cxx? ( dev-ros/gencpp:= dev-ros/gencpp[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_eus? ( dev-ros/geneus:= dev-ros/geneus[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_python? ( dev-ros/genpy:= dev-ros/genpy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_lisp? ( dev-ros/genlisp:= dev-ros/genlisp[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ros_messages_nodejs? ( dev-ros/gennodejs:= dev-ros/gennodejs[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) dev-ros/message_runtime dev-ros/std_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?,ros_messages_nodejs(-)?] ros_messages_python? ( dev-ros/std_msgs[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=3105e2ec8a8c1ea469dc7d0a82513963 diff --git a/metadata/md5-cache/dev-ros/controller_manager_tests-0.14.0 b/metadata/md5-cache/dev-ros/controller_manager_tests-0.14.0 new file mode 100644 index 000000000000..659e08935266 --- /dev/null +++ b/metadata/md5-cache/dev-ros/controller_manager_tests-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/controller_manager[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/controller_interface dev-ros/control_toolbox dev-libs/boost:= dev-libs/console_bridge:= test? ( dev-ros/rostest[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/nose[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rosservice[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Tests for the controller manager +EAPI=5 +HOMEPAGE=http://wiki.ros.org/controller_manager_tests +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/controller_manager[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/controller_interface dev-ros/control_toolbox dev-libs/boost:= dev-libs/console_bridge:= python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=d33bf0342d4492c636b7e2370a3ccbe4 diff --git a/metadata/md5-cache/dev-ros/hardware_interface-0.14.0 b/metadata/md5-cache/dev-ros/hardware_interface-0.14.0 new file mode 100644 index 000000000000..61ebccf9605f --- /dev/null +++ b/metadata/md5-cache/dev-ros/hardware_interface-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/roscpp test? ( dev-cpp/gtest ) sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Hardware Interface base class +EAPI=5 +HOMEPAGE=http://wiki.ros.org/hardware_interface +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/roscpp python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=15722f3540ecdb25dc7693a6c0ac5e16 diff --git a/metadata/md5-cache/dev-ros/joint_limits_interface-0.14.0 b/metadata/md5-cache/dev-ros/joint_limits_interface-0.14.0 new file mode 100644 index 000000000000..7c8d5b17f350 --- /dev/null +++ b/metadata/md5-cache/dev-ros/joint_limits_interface-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/roscpp dev-ros/hardware_interface dev-libs/urdfdom dev-ros/urdf test? ( dev-ros/rostest dev-cpp/gtest ) sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Interface for enforcing joint limits +EAPI=5 +HOMEPAGE=http://wiki.ros.org/joint_limits_interface +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/roscpp dev-ros/hardware_interface dev-libs/urdfdom dev-ros/urdf python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=fe8aed8c1e38860e9ad14e9f48a4ed33 diff --git a/metadata/md5-cache/dev-ros/roslint-0.11.2 b/metadata/md5-cache/dev-ros/roslint-0.11.2 new file mode 100644 index 000000000000..5792c14ae8c8 --- /dev/null +++ b/metadata/md5-cache/dev-ros/roslint-0.11.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Performs static checking of Python or C++ source code for errors and standards compliance +EAPI=5 +HOMEPAGE=http://wiki.ros.org/roslint +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 ~arm +LICENSE=BSD +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros/roslint/archive/0.11.2.tar.gz -> roslint-0.11.2.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=483ad99b4cb4d2f7135cb27eeebe5124 diff --git a/metadata/md5-cache/dev-ros/rqt_bag-0.4.9 b/metadata/md5-cache/dev-ros/rqt_bag-0.4.12 similarity index 96% rename from metadata/md5-cache/dev-ros/rqt_bag-0.4.9 rename to metadata/md5-cache/dev-ros/rqt_bag-0.4.12 index 48c84f1c80ef..2146b702f495 100644 --- a/metadata/md5-cache/dev-ros/rqt_bag-0.4.9 +++ b/metadata/md5-cache/dev-ros/rqt_bag-0.4.12 @@ -9,6 +9,6 @@ LICENSE=BSD RDEPEND=dev-python/rospkg[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rosbag[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rosgraph_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/roslib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rospy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rqt_gui[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rqt_gui_py[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-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=https://github.com/ros-visualization/rqt_bag/archive/0.4.9.tar.gz -> rqt_bag-0.4.9.tar.gz +SRC_URI=https://github.com/ros-visualization/rqt_bag/archive/0.4.12.tar.gz -> rqt_bag-0.4.12.tar.gz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=3a71e381828c161ace3d18aca7ccb2c9 +_md5_=31840280b0bb9fcb4078cd50956d7506 diff --git a/metadata/md5-cache/dev-ros/rqt_bag_plugins-0.4.9 b/metadata/md5-cache/dev-ros/rqt_bag_plugins-0.4.12 similarity index 97% rename from metadata/md5-cache/dev-ros/rqt_bag_plugins-0.4.9 rename to metadata/md5-cache/dev-ros/rqt_bag_plugins-0.4.12 index b67c82b67616..690392ef1883 100644 --- a/metadata/md5-cache/dev-ros/rqt_bag_plugins-0.4.9 +++ b/metadata/md5-cache/dev-ros/rqt_bag_plugins-0.4.12 @@ -9,6 +9,6 @@ LICENSE=BSD RDEPEND=dev-ros/geometry_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pycairo[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/pillow[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rosbag[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/roslib[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rospy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rqt_bag[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rqt_gui[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rqt_gui_py[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/sensor_msgs[ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/std_msgs[ros_messages_python(-),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-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 -SRC_URI=https://github.com/ros-visualization/rqt_bag/archive/0.4.9.tar.gz -> rqt_bag-0.4.9.tar.gz +SRC_URI=https://github.com/ros-visualization/rqt_bag/archive/0.4.12.tar.gz -> rqt_bag-0.4.12.tar.gz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=94413a8300acf7116bd5a7b0c93e0a28 +_md5_=ebe53e9cf1defe8e0c140c3cf3883a31 diff --git a/metadata/md5-cache/dev-ros/rqt_controller_manager-0.14.0 b/metadata/md5-cache/dev-ros/rqt_controller_manager-0.14.0 new file mode 100644 index 000000000000..cfc58e539618 --- /dev/null +++ b/metadata/md5-cache/dev-ros/rqt_controller_manager-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/controller_manager[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rqt_gui[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=RQT control manager plugin +EAPI=5 +HOMEPAGE=http://wiki.ros.org/rqt_controller_manager +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/controller_manager[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/rqt_gui[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-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=56d90a675886292a968bac35e075ec37 diff --git a/metadata/md5-cache/dev-ros/transmission_interface-0.14.0 b/metadata/md5-cache/dev-ros/transmission_interface-0.14.0 new file mode 100644 index 000000000000..8155dbdce97a --- /dev/null +++ b/metadata/md5-cache/dev-ros/transmission_interface-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/hardware_interface dev-ros/pluginlib dev-libs/tinyxml2:= dev-libs/console_bridge:= dev-ros/resource_retriever dev-ros/roscpp dev-libs/tinyxml dev-libs/boost:= sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Transmission Interface +EAPI=5 +HOMEPAGE=http://wiki.ros.org/transmission_interface +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/hardware_interface dev-ros/pluginlib dev-libs/tinyxml2:= dev-libs/console_bridge:= dev-ros/resource_retriever dev-ros/roscpp dev-libs/tinyxml dev-libs/boost:= python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=2b7a0f21f1b5ea013b17ee0d9d5a7ea6 diff --git a/metadata/md5-cache/dev-ruby/Manifest.gz b/metadata/md5-cache/dev-ruby/Manifest.gz index 6a56cc31bc84..c7f1c935a1d4 100644 Binary files a/metadata/md5-cache/dev-ruby/Manifest.gz and b/metadata/md5-cache/dev-ruby/Manifest.gz differ diff --git a/metadata/md5-cache/dev-ruby/childlabor-0.0.3-r1 b/metadata/md5-cache/dev-ruby/childlabor-0.0.3-r1 index 68c40df9c31c..c1c202ea9138 100644 --- a/metadata/md5-cache/dev-ruby/childlabor-0.0.3-r1 +++ b/metadata/md5-cache/dev-ruby/childlabor-0.0.3-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) +DEPEND=ruby_targets_ruby22? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( dev-ruby/rspec:2[ruby_targets_ruby25] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ) DESCRIPTION=A scripting framework that replaces rake and sake EAPI=5 HOMEPAGE=https://github.com/carllerche/childlabor -IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 test +IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 test KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) -REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) +RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 ) SLOT=0 SRC_URI=https://github.com/carllerche/childlabor/archive/6518b939dddbad20c7f05aa075d76e3ca6e70447.tar.gz -> childlabor-0.0.3.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 java-utils-2 0ee72667014428e01a01df2345244cf3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 2da44d50080e3d54e1a4ac7d91d149f8 ruby-utils e5942a80e3c3b936c6b84d6dc4af9f9c toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=7a0b1a84de925dd3e6eef914dd25c6b1 +_md5_=77f7ed59b696d437d24771088446dd5e diff --git a/metadata/md5-cache/dev-ruby/mocha-1.4.0 b/metadata/md5-cache/dev-ruby/mocha-1.4.0 index 90a46b0c97c3..22e6b4bda9cd 100644 --- a/metadata/md5-cache/dev-ruby/mocha-1.4.0 +++ b/metadata/md5-cache/dev-ruby/mocha-1.4.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby22? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby22] dev-ruby/introspection[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby23] dev-ruby/introspection[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby24] dev-ruby/introspection[ruby_targets_ruby24] ) ) test? ( ruby_targets_ruby22? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby23] ) ruby_targets_ruby24? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) +DEPEND=ruby_targets_ruby22? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby22] dev-ruby/introspection[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby23] dev-ruby/introspection[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby24] dev-ruby/introspection[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( >=dev-ruby/test-unit-2.5.1-r1[ruby_targets_ruby25] dev-ruby/introspection[ruby_targets_ruby25] ) ) test? ( ruby_targets_ruby22? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby23] ) ruby_targets_ruby24? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby24] ) ruby_targets_ruby25? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby25] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby25] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( dev-ruby/rake[ruby_targets_ruby25] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ) DESCRIPTION=Mocking and stubbing using a syntax like that of JMock and SchMock EAPI=6 HOMEPAGE=http://gofreerange.com/mocha/docs/ -IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test +IUSE=test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 doc test test KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=MIT -RDEPEND=ruby_targets_ruby22? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby23] ) ruby_targets_ruby24? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby24] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) -REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) +RDEPEND=ruby_targets_ruby22? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby22] ) ruby_targets_ruby23? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby23] ) ruby_targets_ruby24? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby24] ) ruby_targets_ruby25? ( =dev-ruby/metaclass-0.0*[ruby_targets_ruby25] ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 ) SLOT=1.0 SRC_URI=mirror://rubygems/mocha-1.4.0.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 java-utils-2 0ee72667014428e01a01df2345244cf3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 2da44d50080e3d54e1a4ac7d91d149f8 ruby-utils e5942a80e3c3b936c6b84d6dc4af9f9c toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=6023b21f88eb9b2ac8051914c853bdf3 +_md5_=6ca0b70a8f4c83ec030675e41fdda738 diff --git a/metadata/md5-cache/dev-ruby/slop-4.6.2 b/metadata/md5-cache/dev-ruby/slop-4.6.2 new file mode 100644 index 000000000000..67579cc4968c --- /dev/null +++ b/metadata/md5-cache/dev-ruby/slop-4.6.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby22? ( test? ( dev-ruby/minitest[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/minitest[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/minitest[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( dev-ruby/minitest[ruby_targets_ruby25] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rake[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rake[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( dev-ruby/rake[ruby_targets_ruby25] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ) +DESCRIPTION=A simple option parser with an easy to remember syntax and friendly API +EAPI=6 +HOMEPAGE=https://github.com/injekt/slop +IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 test test +KEYWORDS=~amd64 ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 ) +SLOT=4 +SRC_URI=https://github.com/injekt/slop/archive/v4.6.2.tar.gz -> slop-4.6.2.tgz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 java-utils-2 0ee72667014428e01a01df2345244cf3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 2da44d50080e3d54e1a4ac7d91d149f8 ruby-utils e5942a80e3c3b936c6b84d6dc4af9f9c toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 +_md5_=bf29a8ea11ae7db13f461407d8010ee4 diff --git a/metadata/md5-cache/dev-ruby/thread_safe-0.3.6 b/metadata/md5-cache/dev-ruby/thread_safe-0.3.6 index fe1063f91caf..c67c1b45e6ba 100644 --- a/metadata/md5-cache/dev-ruby/thread_safe-0.3.6 +++ b/metadata/md5-cache/dev-ruby/thread_safe-0.3.6 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby22? ( test? ( >=dev-ruby/atomic-1.1.16[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/atomic-1.1.16[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( >=dev-ruby/atomic-1.1.16[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby24] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ) +DEPEND=ruby_targets_ruby22? ( test? ( >=dev-ruby/atomic-1.1.16[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( >=dev-ruby/atomic-1.1.16[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( >=dev-ruby/atomic-1.1.16[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( >=dev-ruby/atomic-1.1.16[ruby_targets_ruby25] ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby22? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby25] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby23] ) ) ruby_targets_ruby24? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby24] ) ) ruby_targets_ruby25? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby25] ) ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) test? ( ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) ) DESCRIPTION=A collection of thread-safe versions of common core Ruby classes EAPI=5 HOMEPAGE=https://github.com/ruby-concurrency/thread_safe -IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 doc test test +IUSE=elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 doc test test KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Apache-2.0 -RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) -REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ) +RDEPEND=ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ruby_targets_ruby25? ( dev-lang/ruby:2.5 ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ruby_targets_ruby23? ( virtual/rubygems[ruby_targets_ruby23] ) ruby_targets_ruby24? ( virtual/rubygems[ruby_targets_ruby24] ) ruby_targets_ruby25? ( virtual/rubygems[ruby_targets_ruby25] ) +REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 ruby_targets_ruby25 ) SLOT=0 SRC_URI=mirror://rubygems/thread_safe-0.3.6.gem _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 java-utils-2 0ee72667014428e01a01df2345244cf3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-fakegem cf1343b57e8029745950b4b147ff4d3a ruby-ng 2da44d50080e3d54e1a4ac7d91d149f8 ruby-utils e5942a80e3c3b936c6b84d6dc4af9f9c toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=0a9a89430e123b85f54d054c62d85988 +_md5_=7d60ca8499b34d7724a7380730fe667f diff --git a/metadata/md5-cache/dev-util/Manifest.gz b/metadata/md5-cache/dev-util/Manifest.gz index eac615b14dab..531817bf89aa 100644 Binary files a/metadata/md5-cache/dev-util/Manifest.gz and b/metadata/md5-cache/dev-util/Manifest.gz differ diff --git a/metadata/md5-cache/dev-util/clair-2.0.2 b/metadata/md5-cache/dev-util/clair-2.0.2 new file mode 100644 index 000000000000..e09892651836 --- /dev/null +++ b/metadata/md5-cache/dev-util/clair-2.0.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install setup test unpack +DEPEND=>=dev-lang/go-1.8 +DESCRIPTION=Vulnerability Static Analysis for Containers +EAPI=6 +HOMEPAGE=https://github.com/coreos/clair +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=app-arch/rpm app-arch/xz-utils dev-vcs/bzr dev-vcs/git !!sci-visualization/xd3d +SLOT=0 +SRC_URI=https://github.com/coreos/clair/archive/v2.0.2.tar.gz -> clair-2.0.2.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 +_md5_=632fd048bdf51a4504473a64499dbaa3 diff --git a/metadata/md5-cache/dev-util/clinfo-2.2.17.10.25 b/metadata/md5-cache/dev-util/clinfo-2.2.17.10.25 deleted file mode 100644 index 40df694a440c..000000000000 --- a/metadata/md5-cache/dev-util/clinfo-2.2.17.10.25 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=virtual/opencl -DESCRIPTION=A tool to display info about the system's OpenCL capabilities -EAPI=6 -HOMEPAGE=https://github.com/Oblomov/clinfo -KEYWORDS=~amd64 -LICENSE=CC0-1.0 -RDEPEND=virtual/opencl -SLOT=0 -SRC_URI=https://github.com/Oblomov/clinfo/archive/2.2.17.10.25.tar.gz -> clinfo-2.2.17.10.25.tar.gz -_md5_=4e23161e660c08cc5a83bdf1a81c77ee diff --git a/metadata/md5-cache/dev-util/clinfo-2.2.18.03.15 b/metadata/md5-cache/dev-util/clinfo-2.2.18.03.15 deleted file mode 100644 index 36960727630a..000000000000 --- a/metadata/md5-cache/dev-util/clinfo-2.2.18.03.15 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=virtual/opencl -DESCRIPTION=A tool to display info about the system's OpenCL capabilities -EAPI=6 -HOMEPAGE=https://github.com/Oblomov/clinfo -KEYWORDS=~amd64 -LICENSE=CC0-1.0 -RDEPEND=virtual/opencl -SLOT=0 -SRC_URI=https://github.com/Oblomov/clinfo/archive/2.2.18.03.15.tar.gz -> clinfo-2.2.18.03.15.tar.gz -_md5_=f708a9f10db2c2d07c5d8de5a8db020c diff --git a/metadata/md5-cache/dev-util/clinfo-2.2.18.03.22 b/metadata/md5-cache/dev-util/clinfo-2.2.18.03.22 deleted file mode 100644 index f1520b5ef43b..000000000000 --- a/metadata/md5-cache/dev-util/clinfo-2.2.18.03.22 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install -DEPEND=virtual/opencl -DESCRIPTION=A tool to display info about the system's OpenCL capabilities -EAPI=6 -HOMEPAGE=https://github.com/Oblomov/clinfo -KEYWORDS=~amd64 -LICENSE=CC0-1.0 -RDEPEND=virtual/opencl -SLOT=0 -SRC_URI=https://github.com/Oblomov/clinfo/archive/2.2.18.03.22.tar.gz -> clinfo-2.2.18.03.22.tar.gz -_md5_=f708a9f10db2c2d07c5d8de5a8db020c diff --git a/metadata/md5-cache/dev-util/clinfo-2.2.18.03.26 b/metadata/md5-cache/dev-util/clinfo-2.2.18.03.26 new file mode 100644 index 000000000000..34c0cd8e25a1 --- /dev/null +++ b/metadata/md5-cache/dev-util/clinfo-2.2.18.03.26 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install +DEPEND=>=app-eselect/eselect-opencl-1.1.0-r4 virtual/opencl +DESCRIPTION=A tool to display info about the system's OpenCL capabilities +EAPI=6 +HOMEPAGE=https://github.com/Oblomov/clinfo +KEYWORDS=~amd64 +LICENSE=CC0-1.0 +RDEPEND=>=app-eselect/eselect-opencl-1.1.0-r4 virtual/opencl +SLOT=0 +SRC_URI=https://github.com/Oblomov/clinfo/archive/2.2.18.03.26.tar.gz -> clinfo-2.2.18.03.26.tar.gz +_md5_=5c7f85382c06fc156aed219cc3948351 diff --git a/metadata/md5-cache/dev-util/clinfo-9999 b/metadata/md5-cache/dev-util/clinfo-9999 index 95632a09df52..ae37e4c7ad65 100644 --- a/metadata/md5-cache/dev-util/clinfo-9999 +++ b/metadata/md5-cache/dev-util/clinfo-9999 @@ -1,10 +1,10 @@ DEFINED_PHASES=install unpack -DEPEND=virtual/opencl >=dev-vcs/git-1.8.2.1 +DEPEND=>=app-eselect/eselect-opencl-1.1.0-r4 virtual/opencl >=dev-vcs/git-1.8.2.1 DESCRIPTION=A tool to display info about the system's OpenCL capabilities EAPI=6 HOMEPAGE=https://github.com/Oblomov/clinfo LICENSE=CC0-1.0 -RDEPEND=virtual/opencl +RDEPEND=>=app-eselect/eselect-opencl-1.1.0-r4 virtual/opencl SLOT=0 _eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a -_md5_=4e23161e660c08cc5a83bdf1a81c77ee +_md5_=5c7f85382c06fc156aed219cc3948351 diff --git a/metadata/md5-cache/dev-util/dialog-1.3.20171209 b/metadata/md5-cache/dev-util/dialog-1.3.20171209 new file mode 100644 index 000000000000..52f053697ff7 --- /dev/null +++ b/metadata/md5-cache/dev-util/dialog-1.3.20171209 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=>=sys-libs/ncurses-5.2-r5:=[unicode?] nls? ( sys-devel/gettext ) !minimal? ( sys-devel/libtool ) !<=sys-freebsd/freebsd-contrib-8.9999 +DESCRIPTION=tool to display dialog boxes from a shell +EAPI=6 +HOMEPAGE=https://invisible-island.net/dialog/dialog.html +IUSE=examples minimal nls static-libs unicode +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=GPL-2 +RDEPEND=>=sys-libs/ncurses-5.2-r5:=[unicode?] +SLOT=0/14 +SRC_URI=mirror://debian/pool/main/d/dialog/dialog_1.3-20171209.orig.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 +_md5_=eb499a387f51303d3b8edb690e84b88f diff --git a/metadata/md5-cache/dev-util/goland-2017.3.1 b/metadata/md5-cache/dev-util/goland-2017.3.3 similarity index 85% rename from metadata/md5-cache/dev-util/goland-2017.3.1 rename to metadata/md5-cache/dev-util/goland-2017.3.3 index 397279355c6e..6130f2372124 100644 --- a/metadata/md5-cache/dev-util/goland-2017.3.1 +++ b/metadata/md5-cache/dev-util/goland-2017.3.3 @@ -6,6 +6,6 @@ KEYWORDS=~amd64 LICENSE=IDEA || ( IDEA_Academic IDEA_Classroom IDEA_OpenSource IDEA_Personal ) RDEPEND=dev-lang/go SLOT=0 -SRC_URI=http://download.jetbrains.com/go/goland-2017.3.1.tar.gz +SRC_URI=http://download.jetbrains.com/go/goland-2017.3.3.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=2dc73c5d53a951570621a08e583dbe72 +_md5_=1f72eda1cd7399299df19a090f81bafa diff --git a/metadata/md5-cache/dev-util/patchelf-0.9_p20180129 b/metadata/md5-cache/dev-util/patchelf-0.9_p20180129 new file mode 100644 index 000000000000..fb00da3d2a76 --- /dev/null +++ b/metadata/md5-cache/dev-util/patchelf-0.9_p20180129 @@ -0,0 +1,11 @@ +DEFINED_PHASES=prepare unpack +DEPEND=>=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Small utility to modify the dynamic linker and RPATH of ELF executables +EAPI=6 +HOMEPAGE=http://nixos.org/patchelf.html +KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-3 +SLOT=0 +SRC_URI=https://github.com/NixOS/Patchelf/archive/1fa4d36fead44333528cbee4b5c04c207ce77ca4.tar.gz -> patchelf-0.9_p20180129.tar.gz +_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-snapshot 3be1ab44131e8c0bbdaa75823008444b +_md5_=f9e6d5b7079d46a5cdf8d513c900cc1d diff --git a/metadata/md5-cache/dev-util/sysdig-0.19.1 b/metadata/md5-cache/dev-util/sysdig-0.19.1 deleted file mode 100644 index ca65470f1272..000000000000 --- a/metadata/md5-cache/dev-util/sysdig-0.19.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test -DEPEND=app-misc/jq:0= dev-lang/luajit:2= >=dev-libs/jsoncpp-0.6_pre:0= dev-libs/libb64:0= sys-libs/ncurses:0= sys-libs/zlib:0= libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0= ) net-misc/curl:0= app-arch/xz-utils virtual/os-headers modules? ( kernel_linux? ( virtual/modutils ) ) modules? ( sys-apps/sed kernel_linux? ( virtual/linux-sources ) ) dev-util/ninja >=dev-util/cmake-3.9.6 -DESCRIPTION=A system exploration and troubleshooting tool -EAPI=6 -HOMEPAGE=https://www.sysdig.org/ -IUSE=libressl +modules kernel_linux modules -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=app-misc/jq:0= dev-lang/luajit:2= >=dev-libs/jsoncpp-0.6_pre:0= dev-libs/libb64:0= sys-libs/ncurses:0= sys-libs/zlib:0= libressl? ( dev-libs/libressl:0= ) !libressl? ( dev-libs/openssl:0= ) net-misc/curl:0= modules? ( kernel_linux? ( virtual/modutils ) ) -SLOT=0 -SRC_URI=https://github.com/draios/sysdig/archive/0.19.1.tar.gz -> sysdig-0.19.1.tar.gz -_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod 731711290c6e38e1cf7ddcdca7d445e1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a3eca68f58668c9dd39e3edafc1cf0d7 diff --git a/metadata/md5-cache/games-emulation/Manifest.gz b/metadata/md5-cache/games-emulation/Manifest.gz index 8b545cefba26..2f633a39ef7c 100644 Binary files a/metadata/md5-cache/games-emulation/Manifest.gz and b/metadata/md5-cache/games-emulation/Manifest.gz differ diff --git a/metadata/md5-cache/games-emulation/m64py-0.2.3-r2 b/metadata/md5-cache/games-emulation/m64py-0.2.3-r2 deleted file mode 100644 index 6771748e6ac2..000000000000 --- a/metadata/md5-cache/games-emulation/m64py-0.2.3-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare test -DEPEND=python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -DESCRIPTION=A frontend for Mupen64Plus -EAPI=5 -HOMEPAGE=http://m64py.sourceforge.net/ -IUSE=python_targets_python3_4 python_targets_python3_5 -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-3 LGPL-3 public-domain GPL-2 BSD CC-BY-SA-3.0 -RDEPEND=media-libs/libsdl2:0/0[joystick] dev-python/PyQt5[gui,opengl,widgets,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] >=games-emulation/mupen64plus-core-2.5:0/2-sdl2 python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python3_4(-),-python_single_target_python3_5(-)] -REQUIRED_USE=|| ( python_targets_python3_4 python_targets_python3_5 ) -SLOT=0 -SRC_URI=mirror://sourceforge/m64py/m64py-0.2.3.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=b965368442826e03235a1174e8d2516b diff --git a/metadata/md5-cache/games-rpg/Manifest.gz b/metadata/md5-cache/games-rpg/Manifest.gz index f8d27710dd31..089d4e8f8ad4 100644 Binary files a/metadata/md5-cache/games-rpg/Manifest.gz and b/metadata/md5-cache/games-rpg/Manifest.gz differ diff --git a/metadata/md5-cache/games-rpg/eternal-lands-data-1.9.3-r1 b/metadata/md5-cache/games-rpg/eternal-lands-data-1.9.3-r1 index 15f26d902f4d..646dbf6df396 100644 --- a/metadata/md5-cache/games-rpg/eternal-lands-data-1.9.3-r1 +++ b/metadata/md5-cache/games-rpg/eternal-lands-data-1.9.3-r1 @@ -1,14 +1,12 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack +DEFINED_PHASES=install postinst prepare DEPEND=app-arch/unzip !bloodsuckermaps? ( !games-rpg/eternal-lands-bloodsucker ) DESCRIPTION=An online MMORPG written in C and SDL -EAPI=2 +EAPI=6 HOMEPAGE=http://www.eternal-lands.com -IUSE=music sound bloodsuckermaps +IUSE=bloodsuckermaps music sound KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=eternal_lands PDEPEND=bloodsuckermaps? ( >=games-rpg/eternal-lands-bloodsucker-3.0_p20110618 ) -RDEPEND=app-arch/unzip !bloodsuckermaps? ( !games-rpg/eternal-lands-bloodsucker ) games-misc/games-envd SLOT=0 SRC_URI=http://www.eternal-lands.com/el_linux_193.zip music? ( mirror://gentoo/el_music_full-20060803.zip ) sound? ( http://www.eternallands.co.uk/EL_sound_191.zip ) -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 games 2bb3ede665927a68ffdb7c41eec7efde ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=6231c7de82771906e935569948969b25 +_md5_=050f11c1291f2a92e80f143292a748eb diff --git a/metadata/md5-cache/games-strategy/Manifest.gz b/metadata/md5-cache/games-strategy/Manifest.gz index 63d0ca9557aa..32c31a4d5b3c 100644 Binary files a/metadata/md5-cache/games-strategy/Manifest.gz and b/metadata/md5-cache/games-strategy/Manifest.gz differ diff --git a/metadata/md5-cache/games-strategy/freeorion-0.4.7.1-r2 b/metadata/md5-cache/games-strategy/freeorion-0.4.7.1-r3 similarity index 94% rename from metadata/md5-cache/games-strategy/freeorion-0.4.7.1-r2 rename to metadata/md5-cache/games-strategy/freeorion-0.4.7.1-r3 index 862574e26192..b47b0171949b 100644 --- a/metadata/md5-cache/games-strategy/freeorion-0.4.7.1-r2 +++ b/metadata/md5-cache/games-strategy/freeorion-0.4.7.1-r3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup test -DEPEND=>=dev-libs/boost-1.56:=[python,threads,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] media-libs/freealut media-libs/freetype media-libs/glew:* media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal sci-physics/bullet sys-libs/zlib virtual/opengl !dev-games/gigi python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 >=sys-apps/sed-4 +DEPEND=>=dev-libs/boost-1.56:=[python,threads,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] media-libs/freealut media-libs/freetype media-libs/glew:= media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal sci-physics/bullet sys-libs/zlib virtual/opengl !dev-games/gigi python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 >=sys-apps/sed-4 DESCRIPTION=A free turn-based space empire and galactic conquest game EAPI=6 HOMEPAGE=http://www.freeorion.org IUSE=python_targets_python2_7 KEYWORDS=~amd64 LICENSE=GPL-2 LGPL-2.1 CC-BY-SA-3.0 -RDEPEND=>=dev-libs/boost-1.56:=[python,threads,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] media-libs/freealut media-libs/freetype media-libs/glew:* media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal sci-physics/bullet sys-libs/zlib virtual/opengl !dev-games/gigi +RDEPEND=>=dev-libs/boost-1.56:=[python,threads,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] media-libs/freealut media-libs/freetype media-libs/glew:= media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal sci-physics/bullet sys-libs/zlib virtual/opengl !dev-games/gigi SLOT=0 SRC_URI=https://github.com/freeorion/freeorion/archive/v0.4.7.1.tar.gz -> freeorion-0.4.7.1.tar.gz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a6157ddc50f7b0b1dd0bc95c2005bef0 +_md5_=56d488ea6924d41b0601cefafe0ea6bc diff --git a/metadata/md5-cache/games-strategy/freeorion-9999 b/metadata/md5-cache/games-strategy/freeorion-9999 index d19eb8470603..24623e420d42 100644 --- a/metadata/md5-cache/games-strategy/freeorion-9999 +++ b/metadata/md5-cache/games-strategy/freeorion-9999 @@ -1,11 +1,11 @@ DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=>=dev-libs/boost-1.56:=[python,threads,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] media-libs/freealut media-libs/freetype media-libs/glew:* media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal sci-physics/bullet sys-libs/zlib virtual/opengl !dev-games/gigi python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 >=sys-apps/sed-4 >=dev-vcs/git-1.8.2.1 +DEPEND=>=dev-libs/boost-1.56:=[python,threads,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] media-libs/freealut media-libs/freetype media-libs/glew:= media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal sci-physics/bullet sys-libs/zlib virtual/opengl !dev-games/gigi python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] virtual/pkgconfig sys-devel/make >=dev-util/cmake-3.9.6 >=sys-apps/sed-4 >=dev-vcs/git-1.8.2.1 DESCRIPTION=A free turn-based space empire and galactic conquest game EAPI=6 HOMEPAGE=http://www.freeorion.org IUSE=python_targets_python2_7 LICENSE=GPL-2 LGPL-2.1 CC-BY-SA-3.0 -RDEPEND=>=dev-libs/boost-1.56:=[python,threads,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] media-libs/freealut media-libs/freetype media-libs/glew:* media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal sci-physics/bullet sys-libs/zlib virtual/opengl !dev-games/gigi +RDEPEND=>=dev-libs/boost-1.56:=[python,threads,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] media-libs/freealut media-libs/freetype media-libs/glew:= media-libs/libsdl2 >=media-libs/libogg-1.1.3 media-libs/libpng:0 media-libs/libsdl2[X,opengl,video] >=media-libs/libvorbis-1.1.2 media-libs/openal sci-physics/bullet sys-libs/zlib virtual/opengl !dev-games/gigi SLOT=0 _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=a6157ddc50f7b0b1dd0bc95c2005bef0 +_md5_=56d488ea6924d41b0601cefafe0ea6bc diff --git a/metadata/md5-cache/games-strategy/maxr-0.2.8 b/metadata/md5-cache/games-strategy/maxr-0.2.8 deleted file mode 100644 index 271bb07ac526..000000000000 --- a/metadata/md5-cache/games-strategy/maxr-0.2.8 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack -DEPEND=media-libs/libsdl[video] media-libs/sdl-mixer[vorbis] media-libs/sdl-net -DESCRIPTION=Mechanized Assault and Exploration Reloaded -EAPI=5 -HOMEPAGE=http://www.maxr.org/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 FDL-1.2+ -RDEPEND=media-libs/libsdl[video] media-libs/sdl-mixer[vorbis] media-libs/sdl-net games-misc/games-envd -SLOT=0 -SRC_URI=http://www.maxr.org/downloads/maxr-0.2.8.tar.gz -_eclasses_=base 983774947da124fb7d542ce25a218bb1 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 games 2bb3ede665927a68ffdb7c41eec7efde ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=290f846e1fc5884d193c8b84b59bdc5f diff --git a/metadata/md5-cache/games-strategy/maxr-0.2.9 b/metadata/md5-cache/games-strategy/maxr-0.2.9 new file mode 100644 index 000000000000..eb5e7038bb80 --- /dev/null +++ b/metadata/md5-cache/games-strategy/maxr-0.2.9 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare test +DEPEND=media-libs/libsdl2[video] media-libs/sdl2-mixer[vorbis] media-libs/sdl2-net sys-devel/make >=dev-util/cmake-3.9.6 >=sys-apps/sed-4 +DESCRIPTION=Mechanized Assault and Exploration Reloaded +EAPI=6 +HOMEPAGE=http://www.maxr.org/ +IUSE=dedicated +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 FDL-1.2+ +RDEPEND=media-libs/libsdl2[video] media-libs/sdl2-mixer[vorbis] media-libs/sdl2-net +SLOT=0 +SRC_URI=http://www.maxr.org/downloads/maxr-0.2.9.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=2895dac9d732261675c05d0b8121f3f5 diff --git a/metadata/md5-cache/kde-frameworks/Manifest.gz b/metadata/md5-cache/kde-frameworks/Manifest.gz index ea38c1da5484..e8fb3781291d 100644 Binary files a/metadata/md5-cache/kde-frameworks/Manifest.gz and b/metadata/md5-cache/kde-frameworks/Manifest.gz differ diff --git a/metadata/md5-cache/kde-frameworks/breeze-icons-5.43.0 b/metadata/md5-cache/kde-frameworks/breeze-icons-5.43.0 index 74436d5f3840..dfc83faeef5f 100644 --- a/metadata/md5-cache/kde-frameworks/breeze-icons-5.43.0 +++ b/metadata/md5-cache/kde-frameworks/breeze-icons-5.43.0 @@ -4,9 +4,9 @@ DESCRIPTION=Breeze SVG icon theme EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test -KEYWORDS=amd64 ~arm ~arm64 x86 +KEYWORDS=amd64 ~arm ~arm64 ~ppc64 x86 LICENSE=LGPL-3 SLOT=5/5.43 SRC_URI=mirror://kde/stable/frameworks/5.43/breeze-icons-5.43.0.tar.xz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 kde5 4ad48fa1569968bb36efce3e4a163346 kde5-functions f969e0903765bc89fad95c1552831e5e ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 virtualx 3a3c4637ea6d5a2113707a644766337c xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=100c6d2fe8595cf00d491f56f8c81b14 +_md5_=27beed891abfabb3875599acb64dbb9e diff --git a/metadata/md5-cache/kde-frameworks/breeze-icons-5.44.0 b/metadata/md5-cache/kde-frameworks/breeze-icons-5.44.0 index 5c1c43da7018..bbedce99c632 100644 --- a/metadata/md5-cache/kde-frameworks/breeze-icons-5.44.0 +++ b/metadata/md5-cache/kde-frameworks/breeze-icons-5.44.0 @@ -4,9 +4,9 @@ DESCRIPTION=Breeze SVG icon theme EAPI=6 HOMEPAGE=https://www.kde.org/ IUSE=test -KEYWORDS=~amd64 ~arm ~arm64 ~x86 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 ~x86 LICENSE=LGPL-3 SLOT=5/5.44 SRC_URI=mirror://kde/stable/frameworks/5.44/breeze-icons-5.44.0.tar.xz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 kde5 4ad48fa1569968bb36efce3e4a163346 kde5-functions f969e0903765bc89fad95c1552831e5e ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 virtualx 3a3c4637ea6d5a2113707a644766337c xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=17f0add66b425821672ea72242eae400 +_md5_=a65c889131faef7c026bac6f66f0f86e diff --git a/metadata/md5-cache/lxde-base/Manifest.gz b/metadata/md5-cache/lxde-base/Manifest.gz index e94864e91b8b..f1bf122eeee9 100644 Binary files a/metadata/md5-cache/lxde-base/Manifest.gz and b/metadata/md5-cache/lxde-base/Manifest.gz differ diff --git a/metadata/md5-cache/lxde-base/lxappearance-0.5.5 b/metadata/md5-cache/lxde-base/lxappearance-0.5.5 deleted file mode 100644 index 18e858680a1c..000000000000 --- a/metadata/md5-cache/lxde-base/lxappearance-0.5.5 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure -DEPEND=x11-libs/gtk+:2 dbus? ( dev-libs/dbus-glib ) virtual/pkgconfig dev-util/intltool sys-devel/gettext -DESCRIPTION=LXDE GTK+ theme switcher -EAPI=5 -HOMEPAGE=http://lxde.sourceforge.net -IUSE=dbus -KEYWORDS=~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux -LICENSE=GPL-3 -RDEPEND=x11-libs/gtk+:2 dbus? ( dev-libs/dbus-glib ) -SLOT=0 -SRC_URI=mirror://sourceforge/lxde/lxappearance-0.5.5.tar.xz -_md5_=3110a87cd797ade740554e59164e9a66 diff --git a/metadata/md5-cache/lxde-base/lxappearance-0.6.2 b/metadata/md5-cache/lxde-base/lxappearance-0.6.2 deleted file mode 100644 index f7b7d58c7aea..000000000000 --- a/metadata/md5-cache/lxde-base/lxappearance-0.6.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure -DEPEND=x11-libs/gtk+:2 dbus? ( dev-libs/dbus-glib ) virtual/pkgconfig dev-util/intltool sys-devel/gettext -DESCRIPTION=LXDE GTK+ theme switcher -EAPI=6 -HOMEPAGE=http://lxde.sourceforge.net -IUSE=dbus -KEYWORDS=~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux -LICENSE=GPL-3 -RDEPEND=x11-libs/gtk+:2 dbus? ( dev-libs/dbus-glib ) -SLOT=0 -SRC_URI=mirror://sourceforge/lxde/lxappearance-0.6.2.tar.xz -_md5_=4b0e5d6d1a83849846546bf0d0724216 diff --git a/metadata/md5-cache/lxde-base/lxappearance-0.6.3 b/metadata/md5-cache/lxde-base/lxappearance-0.6.3 index abf06b2f4111..ea0f28738999 100644 --- a/metadata/md5-cache/lxde-base/lxappearance-0.6.3 +++ b/metadata/md5-cache/lxde-base/lxappearance-0.6.3 @@ -2,11 +2,11 @@ DEFINED_PHASES=configure DEPEND=x11-libs/gtk+:2 dbus? ( dev-libs/dbus-glib ) virtual/pkgconfig dev-util/intltool sys-devel/gettext DESCRIPTION=LXDE GTK+ theme switcher EAPI=6 -HOMEPAGE=http://lxde.sourceforge.net +HOMEPAGE=https://wiki.lxde.org/en/LXAppearance IUSE=dbus KEYWORDS=~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux LICENSE=GPL-3 RDEPEND=x11-libs/gtk+:2 dbus? ( dev-libs/dbus-glib ) SLOT=0 SRC_URI=mirror://sourceforge/lxde/lxappearance-0.6.3.tar.xz -_md5_=4b0e5d6d1a83849846546bf0d0724216 +_md5_=9b01a62a5c52d4ceeecbdaa98cff008f diff --git a/metadata/md5-cache/lxde-base/lxappearance-0.6.3-r1 b/metadata/md5-cache/lxde-base/lxappearance-0.6.3-r1 new file mode 100644 index 000000000000..4e093a7a192b --- /dev/null +++ b/metadata/md5-cache/lxde-base/lxappearance-0.6.3-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure prepare +DEPEND=x11-libs/gtk+:2 dbus? ( dev-libs/dbus-glib ) virtual/pkgconfig dev-util/intltool sys-devel/gettext +DESCRIPTION=LXDE GTK+ theme switcher +EAPI=6 +HOMEPAGE=https://wiki.lxde.org/en/LXAppearance +IUSE=dbus +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-3 +RDEPEND=x11-libs/gtk+:2 dbus? ( dev-libs/dbus-glib ) +SLOT=0 +SRC_URI=mirror://sourceforge/lxde/lxappearance-0.6.3.tar.xz +_eclasses_=l10n 97f2753e3f1f3753d53d856c7c0bbb0b +_md5_=996010eb131e776605f0e1041411c4df diff --git a/metadata/md5-cache/lxde-base/lxde-common-0.99.2 b/metadata/md5-cache/lxde-base/lxde-common-0.99.2 new file mode 100644 index 000000000000..69c7c801b649 --- /dev/null +++ b/metadata/md5-cache/lxde-base/lxde-common-0.99.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install +DEPEND=x11-libs/gtk+:2 virtual/pkgconfig sys-devel/gettext +DESCRIPTION=LXDE Session default configuration files and nuoveXT2 iconset +EAPI=6 +HOMEPAGE=https://wiki.lxde.org/en/LXDE_Common +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux +LICENSE=GPL-2 +PDEPEND=lxde-base/lxde-icon-theme +RDEPEND=x11-libs/gtk+:2 +SLOT=0 +SRC_URI=mirror://sourceforge/lxde/lxde-common-0.99.2.tar.xz +_md5_=c31b521a8f449bed2132a59b56417dd4 diff --git a/metadata/md5-cache/lxde-base/lxinput-0.3.2 b/metadata/md5-cache/lxde-base/lxinput-0.3.2 deleted file mode 100644 index 19e0c4eb6d9a..000000000000 --- a/metadata/md5-cache/lxde-base/lxinput-0.3.2 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=- -DEPEND=dev-libs/glib:2 x11-libs/gtk+:2 sys-devel/gettext virtual/pkgconfig >=dev-util/intltool-0.40.0 -DESCRIPTION=LXDE keyboard and mouse configuration tool -EAPI=4 -HOMEPAGE=http://lxde.sourceforge.net/ -KEYWORDS=~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=dev-libs/glib:2 x11-libs/gtk+:2 -SLOT=0 -SRC_URI=mirror://sourceforge/lxde/lxinput-0.3.2.tar.gz -_md5_=0a9fdb40ed9b554dbda35d8fe7b0dd5e diff --git a/metadata/md5-cache/lxde-base/lxinput-0.3.5-r1 b/metadata/md5-cache/lxde-base/lxinput-0.3.5-r1 new file mode 100644 index 000000000000..0b6debf461e6 --- /dev/null +++ b/metadata/md5-cache/lxde-base/lxinput-0.3.5-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=prepare +DEPEND=dev-libs/glib:2 x11-libs/gtk+:2 sys-devel/gettext virtual/pkgconfig >=dev-util/intltool-0.40.0 +DESCRIPTION=LXDE keyboard and mouse configuration tool +EAPI=6 +HOMEPAGE=http://lxde.org/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=dev-libs/glib:2 x11-libs/gtk+:2 +SLOT=0 +SRC_URI=mirror://sourceforge/lxde/lxinput-0.3.5.tar.xz +_eclasses_=l10n 97f2753e3f1f3753d53d856c7c0bbb0b +_md5_=3b5114924aba3db7700215075302166f diff --git a/metadata/md5-cache/lxde-base/lxpanel-0.9.3 b/metadata/md5-cache/lxde-base/lxpanel-0.9.3 index d1318977239d..b47920f862fc 100644 --- a/metadata/md5-cache/lxde-base/lxpanel-0.9.3 +++ b/metadata/md5-cache/lxde-base/lxpanel-0.9.3 @@ -10,4 +10,4 @@ RDEPEND=dev-libs/keybinder:0= x11-libs/gtk+:2 >=x11-libs/libfm-1.2.0[gtk] x11-li SLOT=0 SRC_URI=mirror://sourceforge/lxde/lxpanel-0.9.3.tar.xz _eclasses_=readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 -_md5_=fb6942d9b676bb56dd778511d20efeaa +_md5_=18deaa446ad3602003666dbaf642a7ef diff --git a/metadata/md5-cache/lxde-base/lxpanel-0.9.3-r1 b/metadata/md5-cache/lxde-base/lxpanel-0.9.3-r1 new file mode 100644 index 000000000000..f06f35914810 --- /dev/null +++ b/metadata/md5-cache/lxde-base/lxpanel-0.9.3-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst prepare +DEPEND=dev-libs/keybinder:0= x11-libs/gtk+:2 >=x11-libs/libfm-1.2.0[gtk] x11-libs/libwnck:1 x11-libs/libXmu x11-libs/libXpm x11-libs/cairo x11-libs/gdk-pixbuf[X] x11-libs/libX11 lxde-base/lxmenu-data lxde-base/menu-cache alsa? ( media-libs/alsa-lib ) wifi? ( net-wireless/wireless-tools ) virtual/pkgconfig sys-devel/gettext +DESCRIPTION=Lightweight X11 desktop panel for LXDE +EAPI=6 +HOMEPAGE=https://wiki.lxde.org/en/LXPanel +IUSE=+alsa wifi +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=dev-libs/keybinder:0= x11-libs/gtk+:2 >=x11-libs/libfm-1.2.0[gtk] x11-libs/libwnck:1 x11-libs/libXmu x11-libs/libXpm x11-libs/cairo x11-libs/gdk-pixbuf[X] x11-libs/libX11 lxde-base/lxmenu-data lxde-base/menu-cache alsa? ( media-libs/alsa-lib ) wifi? ( net-wireless/wireless-tools ) +SLOT=0 +SRC_URI=mirror://sourceforge/lxde/lxpanel-0.9.3.tar.xz +_eclasses_=l10n 97f2753e3f1f3753d53d856c7c0bbb0b readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 +_md5_=6ecb837b2de7694f2451056b82bdd0fe diff --git a/metadata/md5-cache/lxde-base/lxrandr-0.1.2 b/metadata/md5-cache/lxde-base/lxrandr-0.1.2 deleted file mode 100644 index 46158d667e64..000000000000 --- a/metadata/md5-cache/lxde-base/lxrandr-0.1.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=install -DEPEND=x11-libs/gtk+:2 x11-libs/libXrandr x11-apps/xrandr x11-proto/randrproto virtual/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40.0 >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=LXDE GUI interface to RandR extention -EAPI=4 -HOMEPAGE=http://lxde.sf.net/ -KEYWORDS=~alpha amd64 arm ~arm64 ppc x86 ~arm-linux ~x86-linux -LICENSE=GPL-3 -RDEPEND=x11-libs/gtk+:2 x11-libs/libXrandr x11-apps/xrandr -SLOT=0 -SRC_URI=mirror://sourceforge/lxde/lxrandr-0.1.2.tar.gz -_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=beecb3fa6a551ce064acba8333d4f940 diff --git a/metadata/md5-cache/lxde-base/lxrandr-0.3.1-r1 b/metadata/md5-cache/lxde-base/lxrandr-0.3.1-r1 new file mode 100644 index 000000000000..75bca85d29e1 --- /dev/null +++ b/metadata/md5-cache/lxde-base/lxrandr-0.3.1-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=prepare +DEPEND=x11-libs/gtk+:2 x11-libs/libXrandr x11-apps/xrandr x11-proto/randrproto virtual/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40.0 +DESCRIPTION=LXDE GUI interface to RandR extention +EAPI=6 +HOMEPAGE=http://lxde.org/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=x11-libs/gtk+:2 x11-libs/libXrandr x11-apps/xrandr +SLOT=0 +SRC_URI=mirror://sourceforge/lxde/lxrandr-0.3.1.tar.xz +_eclasses_=l10n 97f2753e3f1f3753d53d856c7c0bbb0b +_md5_=6e949f2c35fd5790df9bcfcc7a1780cf diff --git a/metadata/md5-cache/lxde-base/lxtask-0.1.8-r1 b/metadata/md5-cache/lxde-base/lxtask-0.1.8-r1 new file mode 100644 index 000000000000..18b693060b90 --- /dev/null +++ b/metadata/md5-cache/lxde-base/lxtask-0.1.8-r1 @@ -0,0 +1,12 @@ +DEFINED_PHASES=prepare +DEPEND=x11-libs/gtk+:2 dev-libs/glib:2 virtual/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40.0 +DESCRIPTION=LXDE Task manager +EAPI=6 +HOMEPAGE=https://wiki.lxde.org/en/LXTask +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~arm-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=x11-libs/gtk+:2 dev-libs/glib:2 +SLOT=0 +SRC_URI=mirror://sourceforge/lxde/lxtask-0.1.8.tar.xz +_eclasses_=l10n 97f2753e3f1f3753d53d856c7c0bbb0b +_md5_=357d20f5855b7ae69c917c3b930c251c diff --git a/metadata/md5-cache/lxde-base/menu-cache-0.3.3 b/metadata/md5-cache/lxde-base/menu-cache-0.3.3 deleted file mode 100644 index 469fc9f7a981..000000000000 --- a/metadata/md5-cache/lxde-base/menu-cache-0.3.3 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=- -DEPEND=dev-libs/glib:2 sys-devel/gettext virtual/pkgconfig -DESCRIPTION=Library to create and utilize caches to speed up freedesktop application menus -EAPI=4 -HOMEPAGE=http://lxde.sourceforge.net/ -KEYWORDS=~alpha amd64 arm ppc x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=dev-libs/glib:2 -SLOT=0 -SRC_URI=mirror://sourceforge/lxde/menu-cache-0.3.3.tar.gz -_md5_=bd391de7d3d2cb982869176fdf2ab672 diff --git a/metadata/md5-cache/lxde-base/menu-cache-0.5.1 b/metadata/md5-cache/lxde-base/menu-cache-0.5.1 deleted file mode 100644 index b3ba6843babf..000000000000 --- a/metadata/md5-cache/lxde-base/menu-cache-0.5.1 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=- -DEPEND=dev-libs/glib:2 sys-devel/gettext virtual/pkgconfig -DESCRIPTION=Library to create and utilize caches to speed up freedesktop application menus -EAPI=5 -HOMEPAGE=http://lxde.sourceforge.net/ -KEYWORDS=~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux -LICENSE=GPL-2 -RDEPEND=dev-libs/glib:2 -SLOT=0/2 -SRC_URI=mirror://sourceforge/lxde/menu-cache-0.5.1.tar.gz -_md5_=b7eb371a712d731b4ae67b20e17e9215 diff --git a/metadata/md5-cache/media-gfx/Manifest.gz b/metadata/md5-cache/media-gfx/Manifest.gz index 5cad2de4a7f6..95ff2e877165 100644 Binary files a/metadata/md5-cache/media-gfx/Manifest.gz and b/metadata/md5-cache/media-gfx/Manifest.gz differ diff --git a/metadata/md5-cache/media-gfx/digikam-5.7.0-r1 b/metadata/md5-cache/media-gfx/digikam-5.7.0-r1 index 61fa3e17f21b..7fdd8cdf57af 100644 --- a/metadata/md5-cache/media-gfx/digikam-5.7.0-r1 +++ b/metadata/md5-cache/media-gfx/digikam-5.7.0-r1 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/digikam/digikam-5.7.0.tar.xz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 kde5 4ad48fa1569968bb36efce3e4a163346 kde5-functions f969e0903765bc89fad95c1552831e5e ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 virtualx 3a3c4637ea6d5a2113707a644766337c xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=ce175362063e60c9e7884eb53e51828f +_md5_=0eb8525e5754691e60e9378b79a0dea3 diff --git a/metadata/md5-cache/media-gfx/digikam-5.7.0-r3 b/metadata/md5-cache/media-gfx/digikam-5.7.0-r3 index 016f3910d60e..1505bfe18771 100644 --- a/metadata/md5-cache/media-gfx/digikam-5.7.0-r3 +++ b/metadata/md5-cache/media-gfx/digikam-5.7.0-r3 @@ -11,4 +11,4 @@ RESTRICT=test SLOT=5 SRC_URI=mirror://kde/stable/digikam/digikam-5.7.0.tar.xz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 kde5 4ad48fa1569968bb36efce3e4a163346 kde5-functions f969e0903765bc89fad95c1552831e5e ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 virtualx 3a3c4637ea6d5a2113707a644766337c xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=9a01aae4ec48f004ac75ffe79faec3ac +_md5_=9a5639624d4887ef0345e02736b8c84e diff --git a/metadata/md5-cache/media-gfx/digikam-5.9.0 b/metadata/md5-cache/media-gfx/digikam-5.9.0 new file mode 100644 index 000000000000..8e8dd6faadb2 --- /dev/null +++ b/metadata/md5-cache/media-gfx/digikam-5.9.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.40.0:5 >=kde-frameworks/kconfigwidgets-5.40.0:5 >=kde-frameworks/kcoreaddons-5.40.0:5 >=kde-frameworks/ki18n-5.40.0:5 >=kde-frameworks/kiconthemes-5.40.0:5 >=kde-frameworks/kio-5.40.0:5 >=kde-frameworks/knotifications-5.40.0:5 >=kde-frameworks/knotifyconfig-5.40.0:5 >=kde-frameworks/kservice-5.40.0:5 >=kde-frameworks/kwidgetsaddons-5.40.0:5 >=kde-frameworks/kwindowsystem-5.40.0:5 >=kde-frameworks/kxmlgui-5.40.0:5 >=kde-frameworks/solid-5.40.0:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5[-gles2] >=dev-qt/qtprintsupport-5.7.1:5 >=dev-qt/qtsql-5.7.1:5[mysql?] >=dev-qt/qtwebkit-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 dev-libs/expat >=media-gfx/exiv2-0.26:= media-libs/lcms:2 media-libs/liblqr media-libs/libpng:0= media-libs/opencv:=[-qt4(-)] || ( =media-libs/opencv-3.1.0 ) media-libs/tiff:0 virtual/jpeg:0 addressbook? ( >=kde-apps/akonadi-contacts-17.12.0:5 >=kde-apps/kcontacts-17.12.0:5 ) calendar? ( >=kde-apps/kcalcore-17.12.0:5 ) gphoto2? ( media-libs/libgphoto2:= ) jpeg2k? ( media-libs/jasper:= ) kipi? ( >=kde-apps/libkipi-16.03.80:5 ) lensfun? ( media-libs/lensfun ) marble? ( >=kde-frameworks/kbookmarks-5.40.0:5 >=kde-apps/marble-17.12.0:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 ) mediaplayer? ( media-libs/qtav[opengl] ) mysql? ( virtual/mysql[server] ) opengl? ( >=dev-qt/qtopengl-5.7.1:5 virtual/opengl ) panorama? ( >=kde-frameworks/threadweaver-5.40.0:5 ) scanner? ( >=kde-apps/libksane-17.12.0:5 ) semantic-desktop? ( >=kde-frameworks/kfilemetadata-5.40.0:5 ) X? ( >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 ) dev-cpp/eigen:3 dev-libs/boost[threads] sys-devel/gettext panorama? ( sys-devel/bison sys-devel/flex ) sys-devel/make >=dev-util/cmake-3.9.6 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.40.0:5 handbook? ( >=kde-frameworks/kdoctools-5.40.0:5 ) test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Digital photo management application +EAPI=6 +HOMEPAGE=https://www.digikam.org/ +IUSE=addressbook calendar gphoto2 jpeg2k +kipi +lensfun marble mediaplayer semantic-desktop mysql opengl openmp +panorama scanner X debug +handbook test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=kde-frameworks/kconfig-5.40.0:5 >=kde-frameworks/kconfigwidgets-5.40.0:5 >=kde-frameworks/kcoreaddons-5.40.0:5 >=kde-frameworks/ki18n-5.40.0:5 >=kde-frameworks/kiconthemes-5.40.0:5 >=kde-frameworks/kio-5.40.0:5 >=kde-frameworks/knotifications-5.40.0:5 >=kde-frameworks/knotifyconfig-5.40.0:5 >=kde-frameworks/kservice-5.40.0:5 >=kde-frameworks/kwidgetsaddons-5.40.0:5 >=kde-frameworks/kwindowsystem-5.40.0:5 >=kde-frameworks/kxmlgui-5.40.0:5 >=kde-frameworks/solid-5.40.0:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtdbus-5.7.1:5 >=dev-qt/qtgui-5.7.1:5[-gles2] >=dev-qt/qtprintsupport-5.7.1:5 >=dev-qt/qtsql-5.7.1:5[mysql?] >=dev-qt/qtwebkit-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 dev-libs/expat >=media-gfx/exiv2-0.26:= media-libs/lcms:2 media-libs/liblqr media-libs/libpng:0= media-libs/opencv:=[-qt4(-)] || ( =media-libs/opencv-3.1.0 ) media-libs/tiff:0 virtual/jpeg:0 addressbook? ( >=kde-apps/akonadi-contacts-17.12.0:5 >=kde-apps/kcontacts-17.12.0:5 ) calendar? ( >=kde-apps/kcalcore-17.12.0:5 ) gphoto2? ( media-libs/libgphoto2:= ) jpeg2k? ( media-libs/jasper:= ) kipi? ( >=kde-apps/libkipi-16.03.80:5 ) lensfun? ( media-libs/lensfun ) marble? ( >=kde-frameworks/kbookmarks-5.40.0:5 >=kde-apps/marble-17.12.0:5 >=dev-qt/qtconcurrent-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 ) mediaplayer? ( media-libs/qtav[opengl] ) mysql? ( virtual/mysql[server] ) opengl? ( >=dev-qt/qtopengl-5.7.1:5 virtual/opengl ) panorama? ( >=kde-frameworks/threadweaver-5.40.0:5 ) scanner? ( >=kde-apps/libksane-17.12.0:5 ) semantic-desktop? ( >=kde-frameworks/kfilemetadata-5.40.0:5 ) X? ( >=dev-qt/qtx11extras-5.7.1:5 x11-libs/libX11 ) media-plugins/kipi-plugins:5 panorama? ( media-gfx/hugin ) !media-gfx/digikam:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.40.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.7.1:5 +RESTRICT=test +SLOT=5 +SRC_URI=mirror://kde/stable/digikam/digikam-5.9.0.tar.xz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 kde5 4ad48fa1569968bb36efce3e4a163346 kde5-functions f969e0903765bc89fad95c1552831e5e ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 virtualx 3a3c4637ea6d5a2113707a644766337c xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=acbee56dd17cfc53b188b6403c16c3c9 diff --git a/metadata/md5-cache/media-libs/Manifest.gz b/metadata/md5-cache/media-libs/Manifest.gz index 70ca8f5eed25..dddcc38fc195 100644 Binary files a/metadata/md5-cache/media-libs/Manifest.gz and b/metadata/md5-cache/media-libs/Manifest.gz differ diff --git a/metadata/md5-cache/media-libs/jpeg-9a b/metadata/md5-cache/media-libs/jpeg-9a deleted file mode 100644 index 258caa40d262..000000000000 --- a/metadata/md5-cache/media-libs/jpeg-9a +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=!media-libs/libjpeg-turbo:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r5 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=app-portage/elt-patches-20170422 -DESCRIPTION=Library to load, handle and manipulate images in the JPEG format -EAPI=5 -HOMEPAGE=http://jpegclub.org/ http://www.ijg.org/ -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=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=IJG -RDEPEND=!media-libs/libjpeg-turbo:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r5 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) -SLOT=0 -SRC_URI=http://www.ijg.org/files/jpegsrc.v9a.tar.gz mirror://debian/pool/main/libj/libjpeg8/libjpeg8_8d-1.debian.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=4ceab3128cc8fd7b8036fc86e261ed50 diff --git a/metadata/md5-cache/media-libs/jpeg-9b b/metadata/md5-cache/media-libs/jpeg-9b deleted file mode 100644 index e1c7b3c16a9e..000000000000 --- a/metadata/md5-cache/media-libs/jpeg-9b +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=!media-libs/libjpeg-turbo:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r5 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=app-portage/elt-patches-20170422 -DESCRIPTION=Library to load, handle and manipulate images in the JPEG format -EAPI=5 -HOMEPAGE=http://jpegclub.org/ http://www.ijg.org/ -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=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris -LICENSE=IJG -RDEPEND=!media-libs/libjpeg-turbo:0 abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r5 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) -SLOT=0 -SRC_URI=http://www.ijg.org/files/jpegsrc.v9b.tar.gz mirror://debian/pool/main/libj/libjpeg8/libjpeg8_8d-1.debian.tar.gz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=4ceab3128cc8fd7b8036fc86e261ed50 diff --git a/metadata/md5-cache/media-libs/libmtp-1.1.15 b/metadata/md5-cache/media-libs/libmtp-1.1.15 new file mode 100644 index 000000000000..52c96eda85fd --- /dev/null +++ b/metadata/md5-cache/media-libs/libmtp-1.1.15 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare setup +DEPEND=virtual/libusb:1 crypt? ( >=dev-libs/libgcrypt-1.5.4:0= ) virtual/pkgconfig doc? ( app-doc/doxygen ) virtual/pkgconfig +DESCRIPTION=An implementation of Microsoft's Media Transfer Protocol (MTP) +EAPI=6 +HOMEPAGE=http://libmtp.sourceforge.net/ +IUSE=+crypt doc examples static-libs +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=LGPL-2.1 +RDEPEND=virtual/libusb:1 crypt? ( >=dev-libs/libgcrypt-1.5.4:0= ) +SLOT=0/9 +SRC_URI=mirror://sourceforge/libmtp/libmtp-1.1.15.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=c35bba4f118cf1c20543827732373739 diff --git a/metadata/md5-cache/media-libs/openexr-2.2.0-r2 b/metadata/md5-cache/media-libs/openexr-2.2.0-r2 index c1ca0953429c..b73b167fc510 100644 --- a/metadata/md5-cache/media-libs/openexr-2.2.0-r2 +++ b/metadata/md5-cache/media-libs/openexr-2.2.0-r2 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,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/ilmbase-2.2.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/22 SRC_URI=http://download.savannah.gnu.org/releases/openexr/openexr-2.2.0.tar.gz -_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 libtool 0081a71a261724730ec4c248494f044d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=0cfa73b8012f64d047648d5cc41f6aec +_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=5936c7ab426cb793cd10e9584d428d12 diff --git a/metadata/md5-cache/media-libs/partio-1.1.0_p20170829 b/metadata/md5-cache/media-libs/partio-1.1.0_p20170829 index d2b2ba439dc5..1301f606f9e9 100644 --- a/metadata/md5-cache/media-libs/partio-1.1.0_p20170829 +++ b/metadata/md5-cache/media-libs/partio-1.1.0_p20170829 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] media-libs/freeglut virtual/opengl sys-libs/zlib:= doc? ( app-doc/doxygen[latex] ) dev-lang/swig:* sys-devel/make >=dev-util/cmake-3.9.6 DESCRIPTION=A library for particle IO and manipulation EAPI=6 -HOMEPAGE=http://www.disneyanimation.com/technology/partio.html +HOMEPAGE=https://www.disneyanimation.com/technology/partio.html IUSE=doc python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 KEYWORDS=~amd64 x86 LICENSE=BSD @@ -11,4 +11,4 @@ REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_4 SLOT=0 SRC_URI=https://github.com/wdas/partio/archive/2774ef3958da46d9f8a4230ebda9e04b1aa8f4e5.tar.gz -> partio-1.1.0_p20170829.tar.gz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vcs-snapshot 3be1ab44131e8c0bbdaa75823008444b versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=d2d20a7c974297de91d9bb257702f4fd +_md5_=7908a651d52e86dbeb725c269ac21998 diff --git a/metadata/md5-cache/media-plugins/Manifest.gz b/metadata/md5-cache/media-plugins/Manifest.gz index 4901b1f97e97..773f9eafa59a 100644 Binary files a/metadata/md5-cache/media-plugins/Manifest.gz and b/metadata/md5-cache/media-plugins/Manifest.gz differ diff --git a/metadata/md5-cache/media-plugins/kipi-plugins-5.9.0 b/metadata/md5-cache/media-plugins/kipi-plugins-5.9.0 new file mode 100644 index 000000000000..2bd410ada530 --- /dev/null +++ b/metadata/md5-cache/media-plugins/kipi-plugins-5.9.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install nofetch postinst postrm preinst prepare setup test unpack +DEPEND=>=kde-frameworks/kcompletion-5.40.0:5 >=kde-frameworks/kconfig-5.40.0:5 >=kde-frameworks/kconfigwidgets-5.40.0:5 >=kde-frameworks/kcoreaddons-5.40.0:5 >=kde-frameworks/ki18n-5.40.0:5 >=kde-frameworks/kwindowsystem-5.40.0:5 >=kde-frameworks/kxmlgui-5.40.0:5 >=kde-apps/libkipi-14.12.0:5= >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtprintsupport-5.7.1:5 >=dev-qt/qtsvg-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 >=dev-qt/qtxmlpatterns-5.7.1:5 flashexport? ( >=kde-frameworks/karchive-5.40.0:5 ) mediawiki? ( net-libs/libmediawiki:5 ) remotestorage? ( >=kde-frameworks/kio-5.40.0:5 ) vkontakte? ( net-libs/libkvkontakte:5 ) >=dev-qt/qtconcurrent-5.7.1:5 sys-devel/gettext sys-devel/make >=dev-util/cmake-3.9.6 >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info >=kde-frameworks/extra-cmake-modules-5.40.0:5 test? ( >=dev-qt/qttest-5.7.1:5 ) >=dev-qt/qtcore-5.7.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Plugins for the KDE Image Plugin Interface +EAPI=6 +HOMEPAGE=https://www.digikam.org/ +IUSE=flashexport mediawiki +remotestorage vkontakte debug test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=kde-frameworks/kcompletion-5.40.0:5 >=kde-frameworks/kconfig-5.40.0:5 >=kde-frameworks/kconfigwidgets-5.40.0:5 >=kde-frameworks/kcoreaddons-5.40.0:5 >=kde-frameworks/ki18n-5.40.0:5 >=kde-frameworks/kwindowsystem-5.40.0:5 >=kde-frameworks/kxmlgui-5.40.0:5 >=kde-apps/libkipi-14.12.0:5= >=dev-qt/qtgui-5.7.1:5 >=dev-qt/qtnetwork-5.7.1:5 >=dev-qt/qtprintsupport-5.7.1:5 >=dev-qt/qtsvg-5.7.1:5 >=dev-qt/qtwidgets-5.7.1:5 >=dev-qt/qtxml-5.7.1:5 >=dev-qt/qtxmlpatterns-5.7.1:5 flashexport? ( >=kde-frameworks/karchive-5.40.0:5 ) mediawiki? ( net-libs/libmediawiki:5 ) remotestorage? ( >=kde-frameworks/kio-5.40.0:5 ) vkontakte? ( net-libs/libkvkontakte:5 ) !media-plugins/kipi-plugins:4 >=kde-frameworks/kf-env-4 || ( >=kde-frameworks/breeze-icons-5.40.0:5 kde-frameworks/oxygen-icons:* ) >=dev-qt/qtcore-5.7.1:5 +SLOT=5 +SRC_URI=mirror://kde/stable/digikam/digikam-5.9.0.tar.xz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 kde5 4ad48fa1569968bb36efce3e4a163346 kde5-functions f969e0903765bc89fad95c1552831e5e ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 virtualx 3a3c4637ea6d5a2113707a644766337c xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=1246a37e9bf08c7a1c7bb2eabfedd037 diff --git a/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.0 b/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.0 index 3a72db8d03fb..d7d86bf56319 100644 --- a/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.0 +++ b/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.0 @@ -2,12 +2,12 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.6 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: CD-PLAYER EAPI=5 -HOMEPAGE=http://www.uli-eckhardt.de/vdr/cdplayer.en.shtml +HOMEPAGE=https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml IUSE=cdparanoia KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.6 >=dev-libs/libcdio-0.8.0 >=dev-libs/libcdio-paranoia-0.90 >=media-libs/libcddb-1.3.0 >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 -SRC_URI=http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.2.0.tgz +SRC_URI=https://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.2.0.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=e05f5ec0f5f60098653713482eb2b258 +_md5_=2289e9e4d1796c7a8617000dff844142 diff --git a/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.1 b/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.1 index 8d5599dae45c..4bbcaff3c905 100644 --- a/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.1 +++ b/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.1 @@ -2,12 +2,12 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.6 >=dev-libs/libcdio-0.8.0 >=media-libs/libcddb-1.3.0 cdparanoia? ( >=dev-libs/libcdio-paranoia-0.90 ) >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: CD-PLAYER EAPI=5 -HOMEPAGE=http://www.uli-eckhardt.de/vdr/cdplayer.en.shtml +HOMEPAGE=https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml IUSE=cdparanoia KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.6 >=dev-libs/libcdio-0.8.0 >=media-libs/libcddb-1.3.0 cdparanoia? ( >=dev-libs/libcdio-paranoia-0.90 ) >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 -SRC_URI=http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.2.1.tgz +SRC_URI=https://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.2.1.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=c17be787b5fb3fb4fe385d0a25832c17 +_md5_=6a2a7230db708ac9f727410c8b7c4bf2 diff --git a/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.2 b/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.2 index a94e318c4984..c4d8f29de7cd 100644 --- a/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.2 +++ b/metadata/md5-cache/media-plugins/vdr-cdplayer-1.2.2 @@ -2,12 +2,12 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2 >=dev-libs/libcdio-0.8.0 >=media-libs/libcddb-1.3.0 cdparanoia? ( >=dev-libs/libcdio-paranoia-0.90 ) >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: CD-PLAYER EAPI=5 -HOMEPAGE=http://www.uli-eckhardt.de/vdr/cdplayer.en.shtml +HOMEPAGE=https://www.uli-eckhardt.de/vdr/cdplayer.en.shtml IUSE=cdparanoia KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-2 >=dev-libs/libcdio-0.8.0 >=media-libs/libcddb-1.3.0 cdparanoia? ( >=dev-libs/libcdio-paranoia-0.90 ) >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 -SRC_URI=http://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.2.2.tgz +SRC_URI=https://www.uli-eckhardt.de/vdr/download/vdr-cdplayer-1.2.2.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=c3bbb039f2fa5ede25a710b9453b3e2b +_md5_=6ef2b2df0717388d83c6e90924fa45ff diff --git a/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.0 b/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.0 index 34119bfaf04f..42192cad0f61 100644 --- a/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.0 +++ b/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.6.0 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: to play dvds and dvd file structures EAPI=4 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-dvdswitch +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-dvdswitch KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=media-plugins/vdr-dvd >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/534/vdr-dvdswitch-0.2.0.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=f477ebe1db539d4dcc7489ffe66b3a67 +_md5_=3b8a6d21a0d0a95285cec56f0e6617cd diff --git a/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.1 b/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.1 index b00a721cce5c..48322cfd131c 100644 --- a/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.1 +++ b/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.1 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.6.0 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: to play dvds and dvd file structures EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-dvdswitch +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-dvdswitch KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=media-plugins/vdr-dvd >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1059/vdr-dvdswitch-0.2.1.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=b4c7a40ac65cd23c55b2e63bc5678bf3 +_md5_=8e2ad9d71a0b517d1133f01f2c1b8848 diff --git a/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.2 b/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.2 index 467a1479c06b..2c4c42c00017 100644 --- a/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.2 +++ b/metadata/md5-cache/media-plugins/vdr-dvdswitch-0.2.2 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: to play dvds and dvd file structures EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-dvdswitch +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-dvdswitch KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=media-plugins/vdr-dvd >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1323/vdr-dvdswitch-0.2.2.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=fb2770c6f9261a3e58a9d9536b19922d +_md5_=6ee1a1e02ae267f27f1aab12143b28ff diff --git a/metadata/md5-cache/media-plugins/vdr-graphlcd-0.1.9 b/metadata/md5-cache/media-plugins/vdr-graphlcd-0.1.9 index 60296d4b5e86..235fafc32208 100644 --- a/metadata/md5-cache/media-plugins/vdr-graphlcd-0.1.9 +++ b/metadata/md5-cache/media-plugins/vdr-graphlcd-0.1.9 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm preinst prepare setup unpa DEPEND=>=media-video/vdr-1.6 >=app-misc/graphlcd-base-0.1.9 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: support output on Graphical LCD EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/graphlcd +HOMEPAGE=https://projects.vdr-developer.org/projects/graphlcd KEYWORDS=~x86 ~amd64 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.6 >=app-misc/graphlcd-base-0.1.9 >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/502/vdr-graphlcd-0.1.9.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=2820bb0572190eca477306f087915c10 +_md5_=fb1b8f09eecf7de8c442bb578f33d8ae diff --git a/metadata/md5-cache/media-plugins/vdr-image-0.3.1 b/metadata/md5-cache/media-plugins/vdr-image-0.3.1 index 3cb5cdee9973..2982aa5f28e3 100644 --- a/metadata/md5-cache/media-plugins/vdr-image-0.3.1 +++ b/metadata/md5-cache/media-plugins/vdr-image-0.3.1 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.5.8 >=virtual/ffmpeg-0.10 >=media-libs/netpbm-10.0 exif? ( media-libs/libexif ) virtual/pkgconfig >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR plugin: display of digital images, like jpeg, tiff, png, bmp EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-image +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-image IUSE=exif KEYWORDS=amd64 x86 LICENSE=GPL-2 @@ -10,4 +10,4 @@ RDEPEND=>=media-video/vdr-1.5.8 >=virtual/ffmpeg-0.10 >=media-libs/netpbm-10.0 e SLOT=0 SRC_URI=mirror://vdr-developerorg/679/vdr-image-0.3.1.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=2add6da57e173ed81bd22c3479630490 +_md5_=85c94d898ae2255521b343271f8086ca diff --git a/metadata/md5-cache/media-plugins/vdr-image-0.4.0 b/metadata/md5-cache/media-plugins/vdr-image-0.4.0 index 09d4c95a1d56..e8ffc45ea8a1 100644 --- a/metadata/md5-cache/media-plugins/vdr-image-0.4.0 +++ b/metadata/md5-cache/media-plugins/vdr-image-0.4.0 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2 >=virtual/ffmpeg-9 >=media-libs/netpbm-10.0 exif? ( media-libs/libexif ) virtual/pkgconfig >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR plugin: display of digital images, like jpeg, tiff, png, bmp EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-image +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-image IUSE=exif KEYWORDS=amd64 x86 LICENSE=GPL-2 @@ -10,4 +10,4 @@ RDEPEND=>=media-video/vdr-2 >=virtual/ffmpeg-9 >=media-libs/netpbm-10.0 exif? ( SLOT=0 SRC_URI=mirror://vdr-developerorg/1325/vdr-image-0.4.0.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=3ad40ec1a186c100d45b6c6468f3025b +_md5_=60d1312f1e18ab4e8e29bcca40ff795f diff --git a/metadata/md5-cache/media-plugins/vdr-markad-0.1.4 b/metadata/md5-cache/media-plugins/vdr-markad-0.1.4 index fa0b1749a784..3a2028ff208c 100644 --- a/metadata/md5-cache/media-plugins/vdr-markad-0.1.4 +++ b/metadata/md5-cache/media-plugins/vdr-markad-0.1.4 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.6 virtual/ffmpeg[mp3,x264] !media-video/noad >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: marks advertisements in VDR recordings EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-markad/ +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-markad/ KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.6 virtual/ffmpeg[mp3,x264] !media-video/noad >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1041/vdr-markad-0.1.4.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=9ad56241fb45a6430f596e7bf740c5e9 +_md5_=286289e4e8f02a1ef09ad99438e060ca diff --git a/metadata/md5-cache/media-plugins/vdr-markad-0.1.4-r1 b/metadata/md5-cache/media-plugins/vdr-markad-0.1.4-r1 index a3af4f24f3dd..0736c8dc5889 100644 --- a/metadata/md5-cache/media-plugins/vdr-markad-0.1.4-r1 +++ b/metadata/md5-cache/media-plugins/vdr-markad-0.1.4-r1 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.6 virtual/ffmpeg[mp3,x264] !media-video/noad >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: marks advertisements in VDR recordings EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-markad/ +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-markad/ KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.6 virtual/ffmpeg[mp3,x264] !media-video/noad >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1041/vdr-markad-0.1.4.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=a561e1531961f03fa0a5ca9f7b5e5154 +_md5_=df00589d5adb825480e442f2c998710e diff --git a/metadata/md5-cache/media-plugins/vdr-markad-0.1.4-r2 b/metadata/md5-cache/media-plugins/vdr-markad-0.1.4-r2 index dffa02e57462..b1d0742a82ec 100644 --- a/metadata/md5-cache/media-plugins/vdr-markad-0.1.4-r2 +++ b/metadata/md5-cache/media-plugins/vdr-markad-0.1.4-r2 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.6 virtual/ffmpeg[mp3] !media-video/noad >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: marks advertisements in VDR recordings EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-markad/ +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-markad/ KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.6 virtual/ffmpeg[mp3] !media-video/noad >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1041/vdr-markad-0.1.4.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=5c4d658f93c6f87f8afb965750e0f8d4 +_md5_=61a7ded4b162482d3daab28ad6651857 diff --git a/metadata/md5-cache/media-plugins/vdr-menuorg-0.5.1 b/metadata/md5-cache/media-plugins/vdr-menuorg-0.5.1 index 5c2e58316938..dc3aca005cd0 100644 --- a/metadata/md5-cache/media-plugins/vdr-menuorg-0.5.1 +++ b/metadata/md5-cache/media-plugins/vdr-menuorg-0.5.1 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2.0.0[menuorg] dev-cpp/libxmlpp:2.6 dev-cpp/glibmm >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR plugin: make osd menu configurable via config-file EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-menuorg +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-menuorg KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-2.0.0[menuorg] dev-cpp/libxmlpp:2.6 dev-cpp/glibmm >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1312/vdr-menuorg-0.5.1.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=f2ce5734c67f1aaa88ff3d67700ec5f6 +_md5_=2c3f3d381a853577879db345d678ae1a diff --git a/metadata/md5-cache/media-plugins/vdr-osdpip-0.1.2-r1 b/metadata/md5-cache/media-plugins/vdr-osdpip-0.1.2-r1 index 99a65c37c5f6..693e574fdd2c 100644 --- a/metadata/md5-cache/media-plugins/vdr-osdpip-0.1.2-r1 +++ b/metadata/md5-cache/media-plugins/vdr-osdpip-0.1.2-r1 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.7.27 >=media-libs/libmpeg2-0.5.1 >=virtual/ffmpeg-0.6.90 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR plugin: Show another channel in the OSD EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-osdpip +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-osdpip KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.7.27 >=media-libs/libmpeg2-0.5.1 >=virtual/ffmpeg-0.6.90 >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/961/vdr-osdpip-0.1.2.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=487ffec79183b55c2e81eadd0066d500 +_md5_=9d994b1a92536762cd080e2b3ca66dd0 diff --git a/metadata/md5-cache/media-plugins/vdr-pin-0.1.14 b/metadata/md5-cache/media-plugins/vdr-pin-0.1.14 index 67044266d27f..036e69173872 100644 --- a/metadata/md5-cache/media-plugins/vdr-pin-0.1.14 +++ b/metadata/md5-cache/media-plugins/vdr-pin-0.1.14 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2.0.2-r1[pinplugin] >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR plugin: enable/disable parentalrating in records EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-pin +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-pin KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-2.0.2-r1[pinplugin] >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1379/vdr-pin-0.1.14.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=e6112f7c77fa31c9ac817d0afa727531 +_md5_=4ca18e56eba320f7c1a717a4b7432b1f diff --git a/metadata/md5-cache/media-plugins/vdr-rpihddevice-0.0.10 b/metadata/md5-cache/media-plugins/vdr-rpihddevice-0.0.10 index 5346f3fc03c6..0cf9aee729a3 100644 --- a/metadata/md5-cache/media-plugins/vdr-rpihddevice-0.0.10 +++ b/metadata/md5-cache/media-plugins/vdr-rpihddevice-0.0.10 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2 >=media-libs/raspberrypi-userland-0_pre20140117 virtual/ffmpeg >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: Output Device for Raspberry Pi EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-rpihddevice +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-rpihddevice KEYWORDS=~arm LICENSE=GPL-2 RDEPEND=>=media-video/vdr-2 >=media-libs/raspberrypi-userland-0_pre20140117 virtual/ffmpeg >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1817/vdr-rpihddevice-0.0.10.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=d4e47317462de0acb95118456de31677 +_md5_=175560f506d06a6bfa91d4c15d8f8cde diff --git a/metadata/md5-cache/media-plugins/vdr-rpihddevice-0.0.11 b/metadata/md5-cache/media-plugins/vdr-rpihddevice-0.0.11 index 8970c3a06d14..de4d4579d748 100644 --- a/metadata/md5-cache/media-plugins/vdr-rpihddevice-0.0.11 +++ b/metadata/md5-cache/media-plugins/vdr-rpihddevice-0.0.11 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2 >=media-libs/raspberrypi-userland-0_pre20140117 virtual/ffmpeg >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: Output Device for Raspberry Pi EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-rpihddevice +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-rpihddevice KEYWORDS=~arm LICENSE=GPL-2 RDEPEND=>=media-video/vdr-2 >=media-libs/raspberrypi-userland-0_pre20140117 virtual/ffmpeg >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1861/vdr-rpihddevice-0.0.11.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=6f11f10359a74141301c77bf2cea3110 +_md5_=0143da80c96b5ec91b5c102550b29e8a diff --git a/metadata/md5-cache/media-plugins/vdr-rpihddevice-1.0.0 b/metadata/md5-cache/media-plugins/vdr-rpihddevice-1.0.0 index 3118bdbf6b03..03d61b758724 100644 --- a/metadata/md5-cache/media-plugins/vdr-rpihddevice-1.0.0 +++ b/metadata/md5-cache/media-plugins/vdr-rpihddevice-1.0.0 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2 >=media-libs/raspberrypi-userland-0_pre20140117 virtual/ffmpeg >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: Output Device for Raspberry Pi EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-rpihddevice +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-rpihddevice KEYWORDS=~arm LICENSE=GPL-2 RDEPEND=>=media-video/vdr-2 >=media-libs/raspberrypi-userland-0_pre20140117 virtual/ffmpeg >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1966/vdr-rpihddevice-1.0.0.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=48bc1fc153b1588371eb163159b1c479 +_md5_=54a896d19ae35688c043d3b703be5e8b diff --git a/metadata/md5-cache/media-plugins/vdr-rpihddevice-1.0.3 b/metadata/md5-cache/media-plugins/vdr-rpihddevice-1.0.3 index df3196a196b5..232b545df078 100644 --- a/metadata/md5-cache/media-plugins/vdr-rpihddevice-1.0.3 +++ b/metadata/md5-cache/media-plugins/vdr-rpihddevice-1.0.3 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2 >=media-libs/raspberrypi-userland-0_pre20140117 virtual/ffmpeg >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: Output Device for Raspberry Pi EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-rpihddevice +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-rpihddevice KEYWORDS=~arm LICENSE=GPL-2 RDEPEND=>=media-video/vdr-2 >=media-libs/raspberrypi-userland-0_pre20140117 virtual/ffmpeg >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/2045/vdr-rpihddevice-1.0.3.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=99e45dc9ba7c9291be2b2a4d8735c3b6 +_md5_=7e3434945d5af9addd1c90b3e009cfba diff --git a/metadata/md5-cache/media-plugins/vdr-streamdev-0.6.1 b/metadata/md5-cache/media-plugins/vdr-streamdev-0.6.1 index c91e9d699a67..956ed56cfa5b 100644 --- a/metadata/md5-cache/media-plugins/vdr-streamdev-0.6.1 +++ b/metadata/md5-cache/media-plugins/vdr-streamdev-0.6.1 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile config install postinst postrm preinst prepare setup unpa DEPEND=>=media-video/vdr-1.7.25 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: Client/Server and http streaming plugin EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-streamdev +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-streamdev IUSE=client +server KEYWORDS=amd64 x86 LICENSE=GPL-2 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( client server ) SLOT=0 SRC_URI=mirror://vdr-developerorg/1580/vdr-streamdev-0.6.1.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=89e1c2ebdfe3db1e5003de00b852e892 +_md5_=f1e2ad841f10714a09fa0bf59b19f9ad diff --git a/metadata/md5-cache/media-plugins/vdr-streamdev-0.6.1_p20160320 b/metadata/md5-cache/media-plugins/vdr-streamdev-0.6.1_p20160320 index ce05ac9fdf7b..397fc2a4a88d 100644 --- a/metadata/md5-cache/media-plugins/vdr-streamdev-0.6.1_p20160320 +++ b/metadata/md5-cache/media-plugins/vdr-streamdev-0.6.1_p20160320 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile config install postinst postrm preinst prepare setup unpa DEPEND=>=media-video/vdr-1.7.25 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: Client/Server and http streaming plugin EAPI=6 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-streamdev +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-streamdev IUSE=client +server KEYWORDS=~amd64 ~arm ~x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.7.25 >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 REQUIRED_USE=|| ( client server ) SLOT=0 -SRC_URI=http://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-674bb5b331240de3ba2a8beb63a1276003e64e3e.tar.bz2 +SRC_URI=https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git/snapshot/vdr-plugin-streamdev-674bb5b331240de3ba2a8beb63a1276003e64e3e.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=f141b1c7fd5fd16a6551f34788963efd +_md5_=52cba881086dd881f92f53026aacac8f diff --git a/metadata/md5-cache/media-plugins/vdr-undelete-0.0.7 b/metadata/md5-cache/media-plugins/vdr-undelete-0.0.7 index 114c8bf2c579..68e43a63d15b 100644 --- a/metadata/md5-cache/media-plugins/vdr-undelete-0.0.7 +++ b/metadata/md5-cache/media-plugins/vdr-undelete-0.0.7 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.5.7 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: Recover deleted recordings of VDR EAPI=4 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-undelete +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-undelete KEYWORDS=~amd64 x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.5.7 >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1060/vdr-undelete-0.0.7.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=5898db9d9a185ea27a6d69c3ad06b13c +_md5_=8c310b2aa6885cae8cae6d60f0aeefe2 diff --git a/metadata/md5-cache/media-plugins/vdr-undelete-0.0.7-r1 b/metadata/md5-cache/media-plugins/vdr-undelete-0.0.7-r1 index d26ce6066a68..9d6580308ee6 100644 --- a/metadata/md5-cache/media-plugins/vdr-undelete-0.0.7-r1 +++ b/metadata/md5-cache/media-plugins/vdr-undelete-0.0.7-r1 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-1.5.7 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: Recover deleted recordings of VDR EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-undelete +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-undelete KEYWORDS=amd64 ~arm x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-1.5.7 >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1060/vdr-undelete-0.0.7.tgz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=b2de1fb8d5ac0a61c1d7d54e6e9966df +_md5_=c0e08414e94fbfe5563f618cf5aeef09 diff --git a/metadata/md5-cache/media-plugins/vdr-vodcatcher-0.2.2 b/metadata/md5-cache/media-plugins/vdr-vodcatcher-0.2.2 index f1511ec34a15..053c33876bb9 100644 --- a/metadata/md5-cache/media-plugins/vdr-vodcatcher-0.2.2 +++ b/metadata/md5-cache/media-plugins/vdr-vodcatcher-0.2.2 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=net-misc/curl >=dev-libs/tinyxml-2.6.1[stl] media-video/vdr >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR plugin: Downloads rss-feeds and passes video enclosures to the mplayer plugin EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-vodcatcher +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-vodcatcher KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 RDEPEND=net-misc/curl >=dev-libs/tinyxml-2.6.1[stl] media-video/vdr || ( media-plugins/vdr-mplayer media-plugins/vdr-xineliboutput ) >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/154/vdr-vodcatcher-0.2.2.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=8b5a443ef7ca31ca1ff67ee73966c94a +_md5_=b8149b2428aa1a4159a605ad827c8975 diff --git a/metadata/md5-cache/media-plugins/vdr-zaphistory-0.9.6 b/metadata/md5-cache/media-plugins/vdr-zaphistory-0.9.6 index 8f72c6e56107..de66dfd4fc2b 100644 --- a/metadata/md5-cache/media-plugins/vdr-zaphistory-0.9.6 +++ b/metadata/md5-cache/media-plugins/vdr-zaphistory-0.9.6 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile config install postinst postrm prepare setup unpack DEPEND=>=media-video/vdr-2.0.0 >=media-tv/gentoo-vdr-scripts-0.4.2 virtual/linuxtv-dvb-headers DESCRIPTION=VDR Plugin: Shows the least recently used channels EAPI=5 -HOMEPAGE=http://projects.vdr-developer.org/projects/plg-zaphistory +HOMEPAGE=https://projects.vdr-developer.org/projects/plg-zaphistory KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=media-video/vdr-2.0.0 >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-eselect/eselect-vdr-0.0.2 SLOT=0 SRC_URI=mirror://vdr-developerorg/1437/zaphistory-0.9.6.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf vdr-plugin-2 786b4f5aa9f17e2d5cec5e628f462c01 -_md5_=b4bdd7a848746cb166ed7c92e2989683 +_md5_=be70ab4139d6d2354468c4d5cbbe0217 diff --git a/metadata/md5-cache/media-video/Manifest.gz b/metadata/md5-cache/media-video/Manifest.gz index 21a0015c8b37..13f9895a6943 100644 Binary files a/metadata/md5-cache/media-video/Manifest.gz and b/metadata/md5-cache/media-video/Manifest.gz differ diff --git a/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210 b/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210 index e99efca195b9..a737446435af 100644 --- a/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210 +++ b/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=ssl? ( 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(-)?,nettle(+)] ) !gnutls? ( !libressl? ( >=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(-)?] ) libressl? ( dev-libs/libressl ) ) >=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(-)?] ) DESCRIPTION=RTMP client intended to stream audio or video flash content EAPI=6 -HOMEPAGE=http://rtmpdump.mplayerhq.hu/ +HOMEPAGE=https://rtmpdump.mplayerhq.hu/ IUSE=gnutls ssl libressl abi_x86_32 abi_x86_64 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 ~arm64 hppa ~mips ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 LGPL-2.1 @@ -10,4 +10,4 @@ RDEPEND=ssl? ( gnutls? ( >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64( SLOT=0 SRC_URI=https://dev.gentoo.org/~hwoarang/distfiles/rtmpdump-2.4_p20161210.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=c10c06ca2ac8a1ec40e29fa64c1dc8ea +_md5_=7683ac389a73da29b930cca4c4984e3e diff --git a/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210-r1 b/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210-r1 index 443c8e5b1870..d32cd429d0e5 100644 --- a/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210-r1 +++ b/metadata/md5-cache/media-video/rtmpdump-2.4_p20161210-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=ssl? ( 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(-)?,nettle(+)] ) !gnutls? ( !libressl? ( >=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(-)?] ) libressl? ( dev-libs/libressl ) ) >=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(-)?] ) DESCRIPTION=RTMP client intended to stream audio or video flash content EAPI=6 -HOMEPAGE=http://rtmpdump.mplayerhq.hu/ +HOMEPAGE=https://rtmpdump.mplayerhq.hu/ IUSE=gnutls ssl libressl abi_x86_32 abi_x86_64 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 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 LGPL-2.1 @@ -10,4 +10,4 @@ RDEPEND=ssl? ( gnutls? ( >=net-libs/gnutls-2.12.23-r6[abi_x86_32(-)?,abi_x86_64( SLOT=0 SRC_URI=https://dev.gentoo.org/~hwoarang/distfiles/rtmpdump-2.4_p20161210.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=ec9fca456de72f06b0a1cc1b0a326e89 +_md5_=be4165b1eaf8fba22692f8c1902354cc diff --git a/metadata/md5-cache/media-video/rtmpdump-9999 b/metadata/md5-cache/media-video/rtmpdump-9999 index 06e46d2a44c9..822a60b21038 100644 --- a/metadata/md5-cache/media-video/rtmpdump-9999 +++ b/metadata/md5-cache/media-video/rtmpdump-9999 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile configure install prepare setup test unpack DEPEND=ssl? ( 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(-)?,nettle(+)] ) !gnutls? ( !libressl? ( >=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(-)?] ) libressl? ( dev-libs/libressl ) ) >=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(-)?] ) >=dev-vcs/git-1.8.2.1 DESCRIPTION=RTMP client intended to stream audio or video flash content EAPI=6 -HOMEPAGE=http://rtmpdump.mplayerhq.hu/ +HOMEPAGE=https://rtmpdump.mplayerhq.hu/ IUSE=gnutls ssl libressl abi_x86_32 abi_x86_64 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=GPL-2 LGPL-2.1 RDEPEND=ssl? ( 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(-)?,nettle(+)] ) !gnutls? ( !libressl? ( >=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(-)?] ) libressl? ( dev-libs/libressl ) ) >=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(-)?] ) SLOT=0 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=43f4286edc4a0f6b2771ae6d6842605f +_md5_=6c956c95ae62b024ffd58402a3270e4e diff --git a/metadata/md5-cache/net-analyzer/Manifest.gz b/metadata/md5-cache/net-analyzer/Manifest.gz index b189ab5d43a7..c44ffafcf10f 100644 Binary files a/metadata/md5-cache/net-analyzer/Manifest.gz and b/metadata/md5-cache/net-analyzer/Manifest.gz differ diff --git a/metadata/md5-cache/net-analyzer/kapacitor-1.4.1 b/metadata/md5-cache/net-analyzer/kapacitor-1.4.1-r1 similarity index 100% rename from metadata/md5-cache/net-analyzer/kapacitor-1.4.1 rename to metadata/md5-cache/net-analyzer/kapacitor-1.4.1-r1 diff --git a/metadata/md5-cache/net-analyzer/smokeping-2.7.1 b/metadata/md5-cache/net-analyzer/smokeping-2.7.1-r1 similarity index 98% rename from metadata/md5-cache/net-analyzer/smokeping-2.7.1 rename to metadata/md5-cache/net-analyzer/smokeping-2.7.1-r1 index 393e70d28843..dcdc935118a6 100644 --- a/metadata/md5-cache/net-analyzer/smokeping-2.7.1 +++ b/metadata/md5-cache/net-analyzer/smokeping-2.7.1-r1 @@ -10,4 +10,4 @@ RDEPEND=>=dev-lang/perl-5.8.8-r8 >=dev-perl/SNMP_Session-1.13 >=net-analyzer/fpi SLOT=0 SRC_URI=http://oss.oetiker.ch/smokeping/pub/smokeping-2.7.1.tar.gz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=aff25a5595eb76cdfaa5b2f21a437ad6 +_md5_=b5423ed281432f88fae343e796f24032 diff --git a/metadata/md5-cache/net-analyzer/suricata-4.0.3 b/metadata/md5-cache/net-analyzer/suricata-4.0.3 index 894a3706ddd4..8ff0fe9c8f6a 100644 --- a/metadata/md5-cache/net-analyzer/suricata-4.0.3 +++ b/metadata/md5-cache/net-analyzer/suricata-4.0.3 @@ -1,14 +1,13 @@ DEFINED_PHASES=configure install postinst prepare setup -DEPEND=>=dev-libs/jansson-2.2 dev-libs/libpcre dev-libs/libyaml net-libs/libnet:* net-libs/libnfnetlink dev-libs/nspr dev-libs/nss >=net-libs/libhtp-0.5.20 net-libs/libpcap sys-apps/file cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/geoip ) lua? ( dev-lang/lua:* ) luajit? ( dev-lang/luajit:* ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) redis? ( dev-libs/hiredis ) logrotate? ( app-admin/logrotate ) sys-libs/libcap-ng >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=>=dev-libs/jansson-2.2 dev-libs/libpcre dev-libs/libyaml net-libs/libnet:* net-libs/libnfnetlink dev-libs/nspr dev-libs/nss >=net-libs/libhtp-0.5.20 net-libs/libpcap sys-apps/file cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/geoip ) lua? ( !luajit? ( dev-lang/lua:* ) luajit? ( dev-lang/luajit:* ) ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) redis? ( dev-libs/hiredis ) logrotate? ( app-admin/logrotate ) sys-libs/libcap-ng >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=High performance Network IDS, IPS and Network Security Monitoring engine EAPI=5 HOMEPAGE=http://suricata-ids.org/ IUSE=+af-packet control-socket cuda debug +detection geoip hardened logrotate lua luajit nflog +nfqueue redis +rules test KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=>=dev-libs/jansson-2.2 dev-libs/libpcre dev-libs/libyaml net-libs/libnet:* net-libs/libnfnetlink dev-libs/nspr dev-libs/nss >=net-libs/libhtp-0.5.20 net-libs/libpcap sys-apps/file cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/geoip ) lua? ( dev-lang/lua:* ) luajit? ( dev-lang/luajit:* ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) redis? ( dev-libs/hiredis ) logrotate? ( app-admin/logrotate ) sys-libs/libcap-ng -REQUIRED_USE=lua? ( !luajit ) +RDEPEND=>=dev-libs/jansson-2.2 dev-libs/libpcre dev-libs/libyaml net-libs/libnet:* net-libs/libnfnetlink dev-libs/nspr dev-libs/nss >=net-libs/libhtp-0.5.20 net-libs/libpcap sys-apps/file cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/geoip ) lua? ( !luajit? ( dev-lang/lua:* ) luajit? ( dev-lang/luajit:* ) ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) redis? ( dev-libs/hiredis ) logrotate? ( app-admin/logrotate ) sys-libs/libcap-ng SLOT=0 SRC_URI=http://www.openinfosecfoundation.org/download/suricata-4.0.3.tar.gz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=75995215b4566893d9a3a1d6414dceb7 +_md5_=2d10cd99eb687e23a37e2bfd2fdc89ec diff --git a/metadata/md5-cache/net-analyzer/ttcp-1.12-r2 b/metadata/md5-cache/net-analyzer/ttcp-1.12-r2 index fa33a814486d..6a9438fb4b1b 100644 --- a/metadata/md5-cache/net-analyzer/ttcp-1.12-r2 +++ b/metadata/md5-cache/net-analyzer/ttcp-1.12-r2 @@ -1,10 +1,10 @@ DEFINED_PHASES=compile install DESCRIPTION=Tool to test TCP and UDP throughput -EAPI=5 +EAPI=6 HOMEPAGE=http://ftp.arl.mil/~mike/ttcp.html http://www.netcore.fi/pekkas/linux/ipv6/ -KEYWORDS=amd64 ~hppa ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos LICENSE=public-domain SLOT=0 -SRC_URI=mirror://gentoo/ttcp-1.12.tar.bz2 http://www.netcore.fi/pekkas/linux/ipv6/ttcp.c +SRC_URI=mirror://gentoo/ttcp-1.12.tar.bz2 https://dev.gentoo.org/~jer/ttcp-1.12.c _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=3b0e8be900f53cb28cdb199451cc482c +_md5_=a7aa1b39377ff2b16519ffde5e98a1dd diff --git a/metadata/md5-cache/net-dns/Manifest.gz b/metadata/md5-cache/net-dns/Manifest.gz index 4cc372074b59..b12b96ae55b9 100644 Binary files a/metadata/md5-cache/net-dns/Manifest.gz and b/metadata/md5-cache/net-dns/Manifest.gz differ diff --git a/metadata/md5-cache/net-dns/openresolv-3.8.1 b/metadata/md5-cache/net-dns/openresolv-3.8.1 index afda4ebf6f79..a92ffc6e42d7 100644 --- a/metadata/md5-cache/net-dns/openresolv-3.8.1 +++ b/metadata/md5-cache/net-dns/openresolv-3.8.1 @@ -2,11 +2,11 @@ DEFINED_PHASES=config configure DEPEND=!net-dns/resolvconf-gentoo !=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) virtual/pkgconfig doc? ( app-doc/doxygen ) +DEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) virtual/pkgconfig doc? ( app-doc/doxygen ) DESCRIPTION=The PowerDNS Daemon EAPI=6 HOMEPAGE=https://www.powerdns.com/ IUSE=botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sqlite systemd tools tinydns test KEYWORDS=amd64 x86 LICENSE=GPL-2 -RDEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) -REQUIRED_USE=mydns? ( mysql ) ?? ( lua luajit ) +RDEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) +REQUIRED_USE=mydns? ( mysql ) SLOT=0 SRC_URI=https://downloads.powerdns.com/releases/pdns-4.0.5.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=3a645e6a68f23c3b4ba3cc100677b785 +_md5_=8f6bc8c1717fa4fa6dc83086c3907fd2 diff --git a/metadata/md5-cache/net-dns/pdns-4.1.0 b/metadata/md5-cache/net-dns/pdns-4.1.0 index 730d847f682f..c461d3482393 100644 --- a/metadata/md5-cache/net-dns/pdns-4.1.0 +++ b/metadata/md5-cache/net-dns/pdns-4.1.0 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst preinst -DEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) virtual/pkgconfig doc? ( app-doc/doxygen ) +DEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) virtual/pkgconfig doc? ( app-doc/doxygen ) DESCRIPTION=The PowerDNS Daemon EAPI=6 HOMEPAGE=https://www.powerdns.com/ IUSE=botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sodium sqlite systemd tools tinydns test KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) -REQUIRED_USE=mydns? ( mysql ) ?? ( lua luajit ) +RDEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) +REQUIRED_USE=mydns? ( mysql ) SLOT=0 SRC_URI=https://downloads.powerdns.com/releases/pdns-4.1.0.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=75a70ea33d27bfb6b0471d3e7f6a590b +_md5_=7a8c48652b59b7156be9d05316d8f4eb diff --git a/metadata/md5-cache/net-dns/pdns-4.1.1 b/metadata/md5-cache/net-dns/pdns-4.1.1 index dc196f823231..028e995494e4 100644 --- a/metadata/md5-cache/net-dns/pdns-4.1.1 +++ b/metadata/md5-cache/net-dns/pdns-4.1.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst preinst -DEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) virtual/pkgconfig doc? ( app-doc/doxygen ) +DEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) virtual/pkgconfig doc? ( app-doc/doxygen ) DESCRIPTION=The PowerDNS Daemon EAPI=6 HOMEPAGE=https://www.powerdns.com/ IUSE=botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sodium sqlite systemd tools tinydns test KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) -REQUIRED_USE=mydns? ( mysql ) ?? ( lua luajit ) +RDEPEND=libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) lua? ( !luajit? ( dev-lang/lua:= ) luajit? ( dev-lang/luajit:= ) ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) sqlite? ( dev-db/sqlite:3 ) opendbx? ( dev-db/opendbx ) geoip? ( >=dev-cpp/yaml-cpp-0.5.1 dev-libs/geoip ) sodium? ( dev-libs/libsodium:= ) tinydns? ( >=dev-db/tinycdb-0.77 ) protobuf? ( dev-libs/protobuf ) +REQUIRED_USE=mydns? ( mysql ) SLOT=0 SRC_URI=https://downloads.powerdns.com/releases/pdns-4.1.1.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=22c7ddecab18e524d1566258cdc754aa +_md5_=b4f63d25cca4e5511ad01318eb885121 diff --git a/metadata/md5-cache/net-fs/Manifest.gz b/metadata/md5-cache/net-fs/Manifest.gz index 109f5fe13089..abf1f8243619 100644 Binary files a/metadata/md5-cache/net-fs/Manifest.gz and b/metadata/md5-cache/net-fs/Manifest.gz differ diff --git a/metadata/md5-cache/net-fs/samba-4.7.6 b/metadata/md5-cache/net-fs/samba-4.7.6 index 0c08a42f75ca..09354e6b5b4e 100644 --- a/metadata/md5-cache/net-fs/samba-4.7.6 +++ b/metadata/md5-cache/net-fs/samba-4.7.6 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=>=app-arch/libarchive-3.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(-)?] dev-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,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/iniparser:0 dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,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/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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-util/cmocka-1.1.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(-)?] net-libs/libnsl sys-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,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/ldb-1.2.3[ldap(+)?,python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/libcap sys-libs/ncurses: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(-)?] sys-libs/readline:0= >=sys-libs/talloc-2.1.9[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tdb-1.3.14[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tevent-0.9.34[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) gpg? ( app-crypt/gpgme ) ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-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(-)?] ) system-mitkrb5? ( >=app-crypt/mit-krb5-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(-)?] ) systemd? ( sys-apps/systemd:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig net-libs/libtirpc[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] || ( net-libs/rpcsvc-proto =sys-libs/nss_wrapper-1.1.3 >=net-dns/resolv_wrapper-1.1.4 >=net-libs/socket_wrapper-1.1.7 >=sys-libs/uid_wrapper-1.2.1 ) ) virtual/pkgconfig +DEPEND=>=app-arch/libarchive-3.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(-)?] dev-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,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/iniparser:0 dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,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/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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-util/cmocka-1.1.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-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,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/ldb-1.2.3[ldap(+)?,python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/libcap sys-libs/ncurses: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(-)?] sys-libs/readline:0= >=sys-libs/talloc-2.1.9[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tdb-1.3.14[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tevent-0.9.34[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) gpg? ( app-crypt/gpgme ) ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-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(-)?] ) system-mitkrb5? ( >=app-crypt/mit-krb5-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(-)?] ) systemd? ( sys-apps/systemd:0= ) || ( net-libs/libnsl =dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] app-text/docbook-xsl-stylesheets dev-libs/libxslt virtual/pkgconfig net-libs/libtirpc[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] || ( net-libs/rpcsvc-proto =sys-libs/nss_wrapper-1.1.3 >=net-dns/resolv_wrapper-1.1.4 >=net-libs/socket_wrapper-1.1.7 >=sys-libs/uid_wrapper-1.2.1 ) ) virtual/pkgconfig DESCRIPTION=Samba Suite Version 4 EAPI=6 HOMEPAGE=http://www.samba.org/ IUSE=acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf python_targets_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 KEYWORDS=~amd64 ~arm64 ~hppa ~x86 LICENSE=GPL-3 -RDEPEND=>=app-arch/libarchive-3.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(-)?] dev-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,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/iniparser:0 dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,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/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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-util/cmocka-1.1.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(-)?] net-libs/libnsl sys-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,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/ldb-1.2.3[ldap(+)?,python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/libcap sys-libs/ncurses: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(-)?] sys-libs/readline:0= >=sys-libs/talloc-2.1.9[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tdb-1.3.14[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tevent-0.9.34[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) gpg? ( app-crypt/gpgme ) ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-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(-)?] ) system-mitkrb5? ( >=app-crypt/mit-krb5-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(-)?] ) systemd? ( sys-apps/systemd:0= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) !dev-perl/Parse-Yapp +RDEPEND=>=app-arch/libarchive-3.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(-)?] dev-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,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/iniparser:0 dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,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/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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-util/cmocka-1.1.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-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,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/ldb-1.2.3[ldap(+)?,python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/libcap sys-libs/ncurses: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(-)?] sys-libs/readline:0= >=sys-libs/talloc-2.1.9[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tdb-1.3.14[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tevent-0.9.34[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) gpg? ( app-crypt/gpgme ) ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-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(-)?] ) system-mitkrb5? ( >=app-crypt/mit-krb5-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(-)?] ) systemd? ( sys-apps/systemd:0= ) || ( net-libs/libnsl =dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) !dev-perl/Parse-Yapp REQUIRED_USE=addc? ( python gnutls ) addns? ( python ) ads? ( acl gnutls ldap ) cluster? ( ads ) gpg? ( addc ) test? ( python ) ?? ( system-heimdal system-mitkrb5 ) python_targets_python2_7 RESTRICT=test SLOT=0 SRC_URI=mirror://samba/stable/samba-4.7.6.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 waf-utils d1ea2758053cbb7c5b38b8f88654468d -_md5_=8db6e968525f47612dbf825de78dea77 +_md5_=0aa4d77ee873178f1b005dc8b9e4d50f diff --git a/metadata/md5-cache/net-fs/samba-4.8.0 b/metadata/md5-cache/net-fs/samba-4.8.0 index 4401675632e9..7aec8693c27c 100644 --- a/metadata/md5-cache/net-fs/samba-4.8.0 +++ b/metadata/md5-cache/net-fs/samba-4.8.0 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install postinst prepare setup test -DEPEND=>=app-arch/libarchive-3.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(-)?] dev-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,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/iniparser:0 dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,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/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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-util/cmocka-1.1.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(-)?] net-libs/libnsl sys-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,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/ldb-1.3.2[ldap(+)?,python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/libcap sys-libs/ncurses: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(-)?] sys-libs/readline:0= >=sys-libs/talloc-2.1.11[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tdb-1.3.15[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tevent-0.9.36[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) gpg? ( app-crypt/gpgme ) ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-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(-)?] ) system-mitkrb5? ( >=app-crypt/mit-krb5-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(-)?] ) systemd? ( sys-apps/systemd:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] app-text/docbook-xsl-stylesheets dev-libs/libxslt net-libs/libtirpc[abi_x86_32(-)?,abi_x86_64(-)?,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 || ( net-libs/rpcsvc-proto =sys-libs/nss_wrapper-1.1.3 >=net-dns/resolv_wrapper-1.1.4 >=net-libs/socket_wrapper-1.1.7 >=sys-libs/uid_wrapper-1.2.1 ) ) virtual/pkgconfig +DEPEND=>=app-arch/libarchive-3.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(-)?] dev-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,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/iniparser:0 dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,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/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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-util/cmocka-1.1.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-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,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/ldb-1.3.2[ldap(+)?,python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/libcap sys-libs/ncurses: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(-)?] sys-libs/readline:0= >=sys-libs/talloc-2.1.11[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tdb-1.3.15[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tevent-0.9.36[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) gpg? ( app-crypt/gpgme ) ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-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(-)?] ) system-mitkrb5? ( >=app-crypt/mit-krb5-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(-)?] ) systemd? ( sys-apps/systemd:0= ) || ( net-libs/libnsl =dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] app-text/docbook-xsl-stylesheets dev-libs/libxslt net-libs/libtirpc[abi_x86_32(-)?,abi_x86_64(-)?,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 || ( net-libs/rpcsvc-proto =sys-libs/nss_wrapper-1.1.3 >=net-dns/resolv_wrapper-1.1.4 >=net-libs/socket_wrapper-1.1.7 >=sys-libs/uid_wrapper-1.2.1 ) ) virtual/pkgconfig DESCRIPTION=Samba Suite Version 4 EAPI=6 HOMEPAGE=http://www.samba.org/ IUSE=acl addc addns ads ceph client cluster cups debug dmapi fam gnutls gpg iprint ldap pam python quota selinux syslog system-heimdal +system-mitkrb5 systemd test winbind zeroconf python_targets_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 KEYWORDS=~amd64 ~arm64 ~hppa ~x86 LICENSE=GPL-3 -RDEPEND=>=app-arch/libarchive-3.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(-)?] dev-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,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/iniparser:0 dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,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/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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-util/cmocka-1.1.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(-)?] net-libs/libnsl sys-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,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/ldb-1.3.2[ldap(+)?,python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/libcap sys-libs/ncurses: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(-)?] sys-libs/readline:0= >=sys-libs/talloc-2.1.11[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tdb-1.3.15[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tevent-0.9.36[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) gpg? ( app-crypt/gpgme ) ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-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(-)?] ) system-mitkrb5? ( >=app-crypt/mit-krb5-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(-)?] ) systemd? ( sys-apps/systemd:0= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) !dev-perl/Parse-Yapp +RDEPEND=>=app-arch/libarchive-3.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(-)?] dev-lang/perl:= dev-libs/libaio[abi_x86_32(-)?,abi_x86_64(-)?,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/libbsd[abi_x86_32(-)?,abi_x86_64(-)?,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/iniparser:0 dev-libs/popt[abi_x86_32(-)?,abi_x86_64(-)?,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/subunit[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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-util/cmocka-1.1.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-apps/attr[abi_x86_32(-)?,abi_x86_64(-)?,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/ldb-1.3.2[ldap(+)?,python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/libcap sys-libs/ncurses: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(-)?] sys-libs/readline:0= >=sys-libs/talloc-2.1.11[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tdb-1.3.15[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] >=sys-libs/tevent-0.9.36[python?,python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),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(-)?] sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?,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/libiconv pam? ( virtual/pam ) acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] dev-python/dnspython:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) ceph? ( sys-cluster/ceph ) cluster? ( !dev-db/ctdb ) cups? ( net-print/cups ) debug? ( dev-util/lttng-ust ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) gpg? ( app-crypt/gpgme ) ldap? ( net-nds/openldap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-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(-)?] ) system-mitkrb5? ( >=app-crypt/mit-krb5-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(-)?] ) systemd? ( sys-apps/systemd:0= ) || ( net-libs/libnsl =dev-lang/python-2.7.5-r2:2.7[threads(+),xml(+)] ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-),python_single_target_python2_7(+)] ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) !dev-perl/Parse-Yapp REQUIRED_USE=addc? ( python gnutls winbind ) addns? ( python ) ads? ( acl gnutls ldap winbind ) cluster? ( ads ) gpg? ( addc ) python? ( ldap ) test? ( python ) ?? ( system-heimdal system-mitkrb5 ) python_targets_python2_7 RESTRICT=test SLOT=0 SRC_URI=mirror://samba/stable/samba-4.8.0.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing cac3169468f893670dac3e7cb940e045 preserve-libs ef207dc62baddfddfd39a164d9797648 python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 waf-utils d1ea2758053cbb7c5b38b8f88654468d -_md5_=5ff0f0e64d46bed360bfc9eed5e8e60d +_md5_=4f985750224a4ee15fea60626d27b14d diff --git a/metadata/md5-cache/net-im/Manifest.gz b/metadata/md5-cache/net-im/Manifest.gz index e1340dc46abd..d52df59d5b3c 100644 Binary files a/metadata/md5-cache/net-im/Manifest.gz and b/metadata/md5-cache/net-im/Manifest.gz differ diff --git a/metadata/md5-cache/net-im/ejabberd-16.09 b/metadata/md5-cache/net-im/ejabberd-16.09 index 0e9408b413e4..051cfba40c8b 100644 --- a/metadata/md5-cache/net-im/ejabberd-16.09 +++ b/metadata/md5-cache/net-im/ejabberd-16.09 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst prepare test DEPEND=>=dev-erlang/cache_tab-1.0.4 >=dev-erlang/esip-1.0.8 >=dev-erlang/fast_tls-1.0.7 >=dev-erlang/fast_xml-1.1.15 >=dev-erlang/fast_yaml-1.0.6 >=dev-erlang/jiffy-0.14.7 >=dev-erlang/lager-3.2.1 >=dev-erlang/luerl-0.2 >=dev-erlang/p1_oauth2-0.6.1 >=dev-erlang/p1_utils-1.0.5 >=dev-erlang/stringprep-1.0.6 >=dev-erlang/stun-1.0.7 >=dev-lang/erlang-17.1[hipe?,odbc?,ssl] !>=dev-lang/erlang-20.0 >=net-im/jabber-base-0.01 ldap? ( =net-nds/openldap-2* ) mysql? ( >=dev-erlang/p1_mysql-1.0.1 ) nls? ( >=dev-erlang/iconv-1.0.2 ) odbc? ( dev-db/unixODBC ) pam? ( >=dev-erlang/epam-1.0.0 =dev-erlang/p1_pgsql-1.1.0 ) redis? ( >=dev-erlang/eredis-1.0.8 ) riak? ( >=dev-erlang/hamcrest-0.1.0_p20150103 >=dev-erlang/riakc-2.1.1_p20151111 ) sqlite? ( >=dev-erlang/sqlite3-1.1.5 ) zlib? ( >=dev-erlang/ezlib-1.0.1 ) >=sys-apps/gawk-4.1 dev-lang/erlang dev-util/rebar >=sys-apps/gawk-4.1 || ( dev-libs/openssl:0 dev-libs/libressl:0 ) virtual/pkgconfig DESCRIPTION=Robust, scalable and extensible XMPP server EAPI=6 -HOMEPAGE=http://www.ejabberd.im/ https://github.com/processone/ejabberd/ +HOMEPAGE=https://www.ejabberd.im/ https://github.com/processone/ejabberd/ IUSE=captcha debug full-xml hipe ldap mssql mysql nls odbc pam postgres redis riak roster-gw sqlite zlib KEYWORDS=amd64 ~arm ~ia64 ppc ~sparc x86 LICENSE=GPL-2 @@ -10,6 +10,6 @@ RDEPEND=>=dev-erlang/cache_tab-1.0.4 >=dev-erlang/esip-1.0.8 >=dev-erlang/fast_t REQUIRED_USE=mssql? ( odbc ) RESTRICT=test SLOT=0 -SRC_URI=http://www.process-one.net/downloads/ejabberd/16.09/ejabberd-16.09.tgz -> ejabberd-16.09.tar.gz +SRC_URI=https://www.process-one.net/downloads/ejabberd/16.09/ejabberd-16.09.tgz -> ejabberd-16.09.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 rebar f135c419c43bc8841cd57d1d53ed1da8 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=9eea81d39dc473072db82ff46148dd7f +_md5_=3563c70ade3c486e17c299aaec447135 diff --git a/metadata/md5-cache/net-im/ejabberd-17.01-r2 b/metadata/md5-cache/net-im/ejabberd-17.01-r2 index 1168d2db2f9a..ab1985b07ee1 100644 --- a/metadata/md5-cache/net-im/ejabberd-17.01-r2 +++ b/metadata/md5-cache/net-im/ejabberd-17.01-r2 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst prepare setup test DEPEND=>=dev-erlang/cache_tab-1.0.6 >=dev-erlang/esip-1.0.10 >=dev-erlang/fast_tls-1.0.10 >=dev-erlang/fast_xml-1.1.19 >=dev-erlang/fast_yaml-1.0.8 >=dev-erlang/jiffy-0.14.8 >=dev-erlang/lager-3.2.1 >=dev-erlang/luerl-0.2 >=dev-erlang/p1_oauth2-0.6.1 >=dev-erlang/p1_utils-1.0.6 >=dev-erlang/stringprep-1.0.7 >=dev-erlang/stun-1.0.9 >=dev-erlang/xmpp-1.1.6 >=dev-lang/erlang-17.1[hipe?,odbc?,ssl] !>=dev-lang/erlang-20.0 >=net-im/jabber-base-0.01 ldap? ( =net-nds/openldap-2* ) mysql? ( >=dev-erlang/p1_mysql-1.0.2 ) nls? ( >=dev-erlang/iconv-1.0.3 ) odbc? ( dev-db/unixODBC ) pam? ( >=dev-erlang/epam-1.0.0-r1 =dev-erlang/p1_pgsql-1.1.2 ) redis? ( >=dev-erlang/eredis-1.0.8 ) riak? ( >=dev-erlang/hamcrest-0.1.0_p20150103 >=dev-erlang/riakc-2.4.1 ) sqlite? ( >=dev-erlang/sqlite3-1.1.5 ) zlib? ( >=dev-erlang/ezlib-1.0.2 ) >=sys-apps/gawk-4.1 dev-lang/erlang dev-util/rebar >=sys-apps/gawk-4.1 || ( dev-libs/openssl:0 dev-libs/libressl:0 ) virtual/pkgconfig DESCRIPTION=Robust, scalable and extensible XMPP server EAPI=6 -HOMEPAGE=http://www.ejabberd.im/ https://github.com/processone/ejabberd/ +HOMEPAGE=https://www.ejabberd.im/ https://github.com/processone/ejabberd/ IUSE=captcha debug full-xml hipe ldap mssql mysql nls odbc pam postgres redis riak roster-gw sqlite zlib KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 LICENSE=GPL-2 @@ -10,6 +10,6 @@ RDEPEND=>=dev-erlang/cache_tab-1.0.6 >=dev-erlang/esip-1.0.10 >=dev-erlang/fast_ REQUIRED_USE=mssql? ( odbc ) RESTRICT=test SLOT=0 -SRC_URI=http://www.process-one.net/downloads/ejabberd/17.01/ejabberd-17.01.tgz -> ejabberd-17.01.tar.gz +SRC_URI=https://www.process-one.net/downloads/ejabberd/17.01/ejabberd-17.01.tgz -> ejabberd-17.01.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 rebar f135c419c43bc8841cd57d1d53ed1da8 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=ffc2786260eda66abb1628c552a04eff +_md5_=8540a4ebb6fe06e54ed7e986a5defd85 diff --git a/metadata/md5-cache/net-im/ejabberd-17.04-r1 b/metadata/md5-cache/net-im/ejabberd-17.04-r1 index 2bf0190efe7d..967b48e82b72 100644 --- a/metadata/md5-cache/net-im/ejabberd-17.04-r1 +++ b/metadata/md5-cache/net-im/ejabberd-17.04-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst prepare setup test DEPEND=>=dev-erlang/cache_tab-1.0.7 >=dev-erlang/esip-1.0.11 >=dev-erlang/fast_tls-1.0.11 >=dev-erlang/fast_xml-1.1.21 >=dev-erlang/fast_yaml-1.0.9 >=dev-erlang/jiffy-0.14.8 >=dev-erlang/lager-3.2.1 >=dev-erlang/luerl-0.2 >=dev-erlang/p1_oauth2-0.6.1 >=dev-erlang/p1_utils-1.0.8 >=dev-erlang/stringprep-1.0.8 >=dev-erlang/stun-1.0.10 >=dev-erlang/xmpp-1.1.9 >=dev-lang/erlang-17.1[hipe?,odbc?,ssl] !>=dev-lang/erlang-20.0 >=net-im/jabber-base-0.01 ldap? ( =net-nds/openldap-2* ) mysql? ( >=dev-erlang/p1_mysql-1.0.2 ) nls? ( >=dev-erlang/iconv-1.0.4 ) odbc? ( dev-db/unixODBC ) pam? ( >=dev-erlang/epam-1.0.2 ) postgres? ( >=dev-erlang/p1_pgsql-1.1.2 ) redis? ( >=dev-erlang/eredis-1.0.8 ) riak? ( >=dev-erlang/hamcrest-0.1.0_p20150103 >=dev-erlang/riakc-2.4.1 ) sqlite? ( >=dev-erlang/sqlite3-1.1.5 ) zlib? ( >=dev-erlang/ezlib-1.0.2 ) >=sys-apps/gawk-4.1 dev-lang/erlang dev-util/rebar >=sys-apps/gawk-4.1 || ( dev-libs/openssl:0 dev-libs/libressl:0 ) virtual/pkgconfig DESCRIPTION=Robust, scalable and extensible XMPP server EAPI=6 -HOMEPAGE=http://www.ejabberd.im/ https://github.com/processone/ejabberd/ +HOMEPAGE=https://www.ejabberd.im/ https://github.com/processone/ejabberd/ IUSE=captcha debug full-xml hipe ldap mssql mysql nls odbc pam postgres redis riak roster-gw sqlite zlib KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 LICENSE=GPL-2 @@ -10,6 +10,6 @@ RDEPEND=>=dev-erlang/cache_tab-1.0.7 >=dev-erlang/esip-1.0.11 >=dev-erlang/fast_ REQUIRED_USE=mssql? ( odbc ) RESTRICT=test SLOT=0 -SRC_URI=http://www.process-one.net/downloads/ejabberd/17.04/ejabberd-17.04.tgz -> ejabberd-17.04.tar.gz +SRC_URI=https://www.process-one.net/downloads/ejabberd/17.04/ejabberd-17.04.tgz -> ejabberd-17.04.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 rebar f135c419c43bc8841cd57d1d53ed1da8 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=08e103fae8ecfc1ebd428cf8f69a1f7b +_md5_=603cb47f5755e8cb6b3719ca56d8c2d5 diff --git a/metadata/md5-cache/net-im/telegram-desktop-bin-1.2.1 b/metadata/md5-cache/net-im/telegram-desktop-bin-1.2.14 similarity index 82% rename from metadata/md5-cache/net-im/telegram-desktop-bin-1.2.1 rename to metadata/md5-cache/net-im/telegram-desktop-bin-1.2.14 index 512d2a875f15..985a26e8bc21 100644 --- a/metadata/md5-cache/net-im/telegram-desktop-bin-1.2.1 +++ b/metadata/md5-cache/net-im/telegram-desktop-bin-1.2.14 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=telegram RDEPEND=dev-libs/glib:2 dev-libs/gobject-introspection >=sys-apps/dbus-1.4.20 x11-libs/libX11 >=x11-libs/libxcb-1.10[xkb] SLOT=0 -SRC_URI=https://github.com/telegramdesktop/tdesktop/archive/v1.2.1.tar.gz -> tdesktop-1.2.1.tar.gz amd64? ( https://updates.tdesktop.com/tlinux/tsetup.1.2.1.tar.xz ) x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.1.2.1.tar.xz ) +SRC_URI=https://github.com/telegramdesktop/tdesktop/archive/v1.2.14.tar.gz -> tdesktop-1.2.14.tar.gz amd64? ( https://updates.tdesktop.com/tlinux/tsetup.1.2.14.tar.xz ) x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.1.2.14.tar.xz ) _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=2783911e7daf5400af403e7282f1cc7d +_md5_=65d33808da524f29af032f2831776f5d diff --git a/metadata/md5-cache/net-im/telegram-desktop-bin-1.2.15 b/metadata/md5-cache/net-im/telegram-desktop-bin-1.2.15 new file mode 100644 index 000000000000..bd65f04a0ded --- /dev/null +++ b/metadata/md5-cache/net-im/telegram-desktop-bin-1.2.15 @@ -0,0 +1,12 @@ +DEFINED_PHASES=install postinst postrm preinst prepare +DEPEND=>=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Official desktop client for Telegram (binary package) +EAPI=6 +HOMEPAGE=https://desktop.telegram.org +KEYWORDS=~amd64 ~x86 +LICENSE=telegram +RDEPEND=dev-libs/glib:2 dev-libs/gobject-introspection >=sys-apps/dbus-1.4.20 x11-libs/libX11 >=x11-libs/libxcb-1.10[xkb] +SLOT=0 +SRC_URI=https://github.com/telegramdesktop/tdesktop/archive/v1.2.15.tar.gz -> tdesktop-1.2.15.tar.gz amd64? ( https://updates.tdesktop.com/tlinux/tsetup.1.2.15.tar.xz ) x86? ( https://updates.tdesktop.com/tlinux32/tsetup32.1.2.15.tar.xz ) +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg 6cd76cc914c1a759dee032778487b57f xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=65d33808da524f29af032f2831776f5d diff --git a/metadata/md5-cache/net-irc/Manifest.gz b/metadata/md5-cache/net-irc/Manifest.gz index 365f47239660..2fa6e7584e77 100644 Binary files a/metadata/md5-cache/net-irc/Manifest.gz and b/metadata/md5-cache/net-irc/Manifest.gz differ diff --git a/metadata/md5-cache/net-irc/rbot-0.9.15_p20160325-r1 b/metadata/md5-cache/net-irc/rbot-0.9.15_p20160325-r1 index 682c6350fd8d..133516217222 100644 --- a/metadata/md5-cache/net-irc/rbot-0.9.15_p20160325-r1 +++ b/metadata/md5-cache/net-irc/rbot-0.9.15_p20160325-r1 @@ -2,7 +2,7 @@ DEFINED_PHASES=compile configure install postinst prepare setup test unpack DEPEND=ruby_targets_ruby22? ( test? ( dev-ruby/sqlite3[ruby_targets_ruby22] ) nls? ( >=dev-ruby/ruby-gettext-2[ruby_targets_ruby22] dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( test? ( dev-ruby/sqlite3[ruby_targets_ruby23] ) nls? ( >=dev-ruby/ruby-gettext-2[ruby_targets_ruby23] dev-ruby/rake[ruby_targets_ruby23] ) ) test? ( ruby_targets_ruby22? ( dev-ruby/tokyocabinet[ruby_targets_ruby22] timezone? ( dev-ruby/tzinfo:*[ruby_targets_ruby22] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby22] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby22] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby22] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby22] ) ) ruby_targets_ruby23? ( dev-ruby/tokyocabinet[ruby_targets_ruby23] timezone? ( dev-ruby/tzinfo:*[ruby_targets_ruby23] ) translator? ( dev-ruby/mechanize[ruby_targets_ruby23] ) shorturl? ( dev-ruby/shorturl[ruby_targets_ruby23] ) nls? ( dev-ruby/ruby-gettext[ruby_targets_ruby23] >=dev-ruby/locale-2.0.5-r2[ruby_targets_ruby23] ) ) ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) DESCRIPTION=A ruby IRC bot EAPI=5 -HOMEPAGE=http://ruby-rbot.org/ +HOMEPAGE=https://ruby-rbot.org/ IUSE=spell aspell timezone translator shorturl nls figlet fortune cal host sqlite toilet test elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 KEYWORDS=~amd64 LICENSE=|| ( feh GPL-2 ) @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby22 ruby_targets_ruby23 ) SLOT=0 SRC_URI=https://github.com/ruby-rbot/rbot/archive/e358601cc521d8aced941eb928fae2d8c53cf0c2.tar.gz -> rbot-0.9.15_p20160325.tar.gz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 java-utils-2 0ee72667014428e01a01df2345244cf3 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ruby-ng 2da44d50080e3d54e1a4ac7d91d149f8 ruby-utils e5942a80e3c3b936c6b84d6dc4af9f9c toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=2721c65aeed852698d96a21a7bc846b6 +_md5_=6573143c86d873cf711ba5eb94d347ae diff --git a/metadata/md5-cache/net-libs/Manifest.gz b/metadata/md5-cache/net-libs/Manifest.gz index 7ef428afb503..5261a28b9f3f 100644 Binary files a/metadata/md5-cache/net-libs/Manifest.gz and b/metadata/md5-cache/net-libs/Manifest.gz differ diff --git a/metadata/md5-cache/net-libs/mbedtls-2.7.2 b/metadata/md5-cache/net-libs/mbedtls-2.7.2 new file mode 100644 index 000000000000..64024cda9c29 --- /dev/null +++ b/metadata/md5-cache/net-libs/mbedtls-2.7.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=programs? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) 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(-)?] ) doc? ( app-doc/doxygen media-gfx/graphviz ) test? ( dev-lang/perl ) sys-devel/make >=dev-util/cmake-3.9.6 +DESCRIPTION=Cryptographic library for embedded systems +EAPI=6 +HOMEPAGE=https://tls.mbed.org/ +IUSE=cpu_flags_x86_sse2 doc havege libressl programs test threads zlib abi_x86_32 abi_x86_64 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=Apache-2.0 +RDEPEND=programs? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) 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(-)?] ) +SLOT=0/10 +SRC_URI=https://github.com/ARMmbed/mbedtls/archive/mbedtls-2.7.2.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b78e1baabe5a48b9a0fdbb27d64ef59e diff --git a/metadata/md5-cache/net-libs/mbedtls-2.8.0 b/metadata/md5-cache/net-libs/mbedtls-2.8.0 new file mode 100644 index 000000000000..6d27792ae082 --- /dev/null +++ b/metadata/md5-cache/net-libs/mbedtls-2.8.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=programs? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) 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(-)?] ) doc? ( app-doc/doxygen media-gfx/graphviz ) test? ( dev-lang/perl ) sys-devel/make >=dev-util/cmake-3.9.6 +DESCRIPTION=Cryptographic library for embedded systems +EAPI=6 +HOMEPAGE=https://tls.mbed.org/ +IUSE=cpu_flags_x86_sse2 doc havege libressl programs test threads zlib abi_x86_32 abi_x86_64 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=Apache-2.0 +RDEPEND=programs? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) 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(-)?] ) +SLOT=0/10 +SRC_URI=https://github.com/ARMmbed/mbedtls/archive/mbedtls-2.8.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b78e1baabe5a48b9a0fdbb27d64ef59e diff --git a/metadata/md5-cache/net-libs/srt-1.2.2 b/metadata/md5-cache/net-libs/srt-1.2.2 new file mode 100644 index 000000000000..46d555bb0d31 --- /dev/null +++ b/metadata/md5-cache/net-libs/srt-1.2.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=gnutls? ( net-libs/gnutls ) !gnutls? ( !libressl? ( dev-libs/openssl: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(-)?] ) libressl? ( dev-libs/libressl: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(-)?] ) ) sys-devel/make >=dev-util/cmake-3.9.6 +DESCRIPTION=Open-source implementation of the Secure Real-time Transport Protocol (SRTP) +EAPI=6 +HOMEPAGE=https://github.com/Haivision/srt +IUSE=doc libressl gnutls abi_x86_32 abi_x86_64 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 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos +LICENSE=LGPL-2.1 +RDEPEND=gnutls? ( net-libs/gnutls ) !gnutls? ( !libressl? ( dev-libs/openssl: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(-)?] ) libressl? ( dev-libs/libressl: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/Haivision/srt/archive/v1.2.2.tar.gz -> srt-1.2.2.tar.gz +_eclasses_=cmake-multilib 7bc2cc09a4a5082b915541d447be8e5e cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=1970f2269a24d99f27442a51ea15738a diff --git a/metadata/md5-cache/net-mail/Manifest.gz b/metadata/md5-cache/net-mail/Manifest.gz index 3306e08950e5..d72ea5fa7713 100644 Binary files a/metadata/md5-cache/net-mail/Manifest.gz and b/metadata/md5-cache/net-mail/Manifest.gz differ diff --git a/metadata/md5-cache/net-mail/notmuch-0.23.7 b/metadata/md5-cache/net-mail/notmuch-0.23.7 index b8123c9899b5..0155d8242f4d 100644 --- a/metadata/md5-cache/net-mail/notmuch-0.23.7 +++ b/metadata/md5-cache/net-mail/notmuch-0.23.7 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend DEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb crypt? ( app-crypt/gnupg dev-libs/openssl ) ) valgrind? ( dev-util/valgrind ) DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging EAPI=6 -HOMEPAGE=http://notmuchmail.org/ +HOMEPAGE=https://notmuchmail.org/ IUSE=crypt doc emacs mutt nmbug python test valgrind python_targets_python2_7 python_targets_python3_4 KEYWORDS=~alpha amd64 x86 LICENSE=GPL-3 RDEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-)] ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser ) REQUIRED_USE=nmbug? ( python ) python? ( || ( python_targets_python2_7 python_targets_python3_4 ) ) test? ( crypt emacs python valgrind ) SLOT=0/4 -SRC_URI=http://notmuchmail.org/releases/notmuch-0.23.7.tar.gz test? ( http://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) +SRC_URI=https://notmuchmail.org/releases/notmuch-0.23.7.tar.gz test? ( https://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=6b8d6b1ed6de13e9cdeca74f18a063c9 +_md5_=db38fd968d2b57fc8dffd3260bdb7bc0 diff --git a/metadata/md5-cache/net-mail/notmuch-0.24.2 b/metadata/md5-cache/net-mail/notmuch-0.24.2 index 79d5172c10fd..34f64ffbb203 100644 --- a/metadata/md5-cache/net-mail/notmuch-0.24.2 +++ b/metadata/md5-cache/net-mail/notmuch-0.24.2 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend DEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb crypt? ( app-crypt/gnupg dev-libs/openssl ) ) valgrind? ( dev-util/valgrind ) DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging EAPI=6 -HOMEPAGE=http://notmuchmail.org/ +HOMEPAGE=https://notmuchmail.org/ IUSE=crypt doc emacs mutt nmbug python test valgrind python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~alpha amd64 x86 LICENSE=GPL-3 RDEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser ) REQUIRED_USE=nmbug? ( python ) python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) ) test? ( crypt emacs python valgrind ) SLOT=0/4 -SRC_URI=http://notmuchmail.org/releases/notmuch-0.24.2.tar.gz test? ( http://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) +SRC_URI=https://notmuchmail.org/releases/notmuch-0.24.2.tar.gz test? ( https://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=d33bbec0bbce0d47961f1bf8b93e7418 +_md5_=04b14e588c1a297268a028690e520853 diff --git a/metadata/md5-cache/net-mail/notmuch-0.25 b/metadata/md5-cache/net-mail/notmuch-0.25 index 30957f164212..ef64e993151a 100644 --- a/metadata/md5-cache/net-mail/notmuch-0.25 +++ b/metadata/md5-cache/net-mail/notmuch-0.25 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend DEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb crypt? ( app-crypt/gnupg dev-libs/openssl ) ) valgrind? ( dev-util/valgrind ) DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging EAPI=6 -HOMEPAGE=http://notmuchmail.org/ +HOMEPAGE=https://notmuchmail.org/ IUSE=crypt doc emacs mutt nmbug python test valgrind python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~alpha ~amd64 ~x86 ~x64-solaris LICENSE=GPL-3 RDEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser ) REQUIRED_USE=nmbug? ( python ) python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) ) test? ( crypt emacs python valgrind ) SLOT=0/5 -SRC_URI=http://notmuchmail.org/releases/notmuch-0.25.tar.gz test? ( http://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) +SRC_URI=https://notmuchmail.org/releases/notmuch-0.25.tar.gz test? ( https://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=2f3b33994314d6f7993558f910f69db0 +_md5_=6382974132dcfb6fc58c13b4dcc510eb diff --git a/metadata/md5-cache/net-mail/notmuch-0.25.1 b/metadata/md5-cache/net-mail/notmuch-0.25.1 index acc39e616714..467e801c7571 100644 --- a/metadata/md5-cache/net-mail/notmuch-0.25.1 +++ b/metadata/md5-cache/net-mail/notmuch-0.25.1 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend DEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb crypt? ( app-crypt/gnupg dev-libs/openssl ) ) valgrind? ( dev-util/valgrind ) DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging EAPI=6 -HOMEPAGE=http://notmuchmail.org/ +HOMEPAGE=https://notmuchmail.org/ IUSE=crypt doc emacs mutt nmbug python test valgrind python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~alpha ~amd64 ~x86 LICENSE=GPL-3 RDEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser ) REQUIRED_USE=nmbug? ( python ) python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) ) test? ( crypt emacs python valgrind ) SLOT=0/5 -SRC_URI=http://notmuchmail.org/releases/notmuch-0.25.1.tar.gz test? ( http://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) +SRC_URI=https://notmuchmail.org/releases/notmuch-0.25.1.tar.gz test? ( https://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=92ab3f47a8a7474d22634dda6a87315f +_md5_=411d25a716e349bde9a0b5fbeed34678 diff --git a/metadata/md5-cache/net-mail/notmuch-0.25.2 b/metadata/md5-cache/net-mail/notmuch-0.25.2 index bfa9d3df098f..280cdb2fd665 100644 --- a/metadata/md5-cache/net-mail/notmuch-0.25.2 +++ b/metadata/md5-cache/net-mail/notmuch-0.25.2 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend DEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb crypt? ( app-crypt/gnupg dev-libs/openssl ) ) valgrind? ( dev-util/valgrind ) DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging EAPI=6 -HOMEPAGE=http://notmuchmail.org/ +HOMEPAGE=https://notmuchmail.org/ IUSE=crypt doc emacs mutt nmbug python test valgrind python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~alpha ~amd64 ~x86 ~x64-solaris LICENSE=GPL-3 RDEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser ) REQUIRED_USE=nmbug? ( python ) python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) ) test? ( crypt emacs python valgrind ) SLOT=0/5 -SRC_URI=http://notmuchmail.org/releases/notmuch-0.25.2.tar.gz test? ( http://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) +SRC_URI=https://notmuchmail.org/releases/notmuch-0.25.2.tar.gz test? ( https://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=2f3b33994314d6f7993558f910f69db0 +_md5_=6382974132dcfb6fc58c13b4dcc510eb diff --git a/metadata/md5-cache/net-mail/notmuch-0.25.3 b/metadata/md5-cache/net-mail/notmuch-0.25.3 index d185f3e54f85..4d39fda9dc91 100644 --- a/metadata/md5-cache/net-mail/notmuch-0.25.3 +++ b/metadata/md5-cache/net-mail/notmuch-0.25.3 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend DEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb crypt? ( app-crypt/gnupg dev-libs/openssl ) ) valgrind? ( dev-util/valgrind ) DESCRIPTION=Thread-based e-mail indexer, supporting quick search and tagging EAPI=6 -HOMEPAGE=http://notmuchmail.org/ +HOMEPAGE=https://notmuchmail.org/ IUSE=crypt doc emacs mutt nmbug python test valgrind python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 KEYWORDS=~alpha ~amd64 ~x86 ~x64-solaris LICENSE=GPL-3 RDEPEND=!!=dev-libs/glib-2.22:2 >=dev-libs/gmime-2.6.20-r2:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) emacs? ( >=virtual/emacs-23 ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser ) REQUIRED_USE=nmbug? ( python ) python? ( || ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) ) test? ( crypt emacs python valgrind ) SLOT=0/5 -SRC_URI=http://notmuchmail.org/releases/notmuch-0.25.3.tar.gz test? ( http://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) +SRC_URI=https://notmuchmail.org/releases/notmuch-0.25.3.tar.gz test? ( https://notmuchmail.org/releases/test-databases/database-v1.tar.xz ) _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 distutils-r1 372bbe39047c0a2550319a3a82f3e063 elisp-common 23f47b2e1de7abf387105eddd1318738 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=2f3b33994314d6f7993558f910f69db0 +_md5_=6382974132dcfb6fc58c13b4dcc510eb diff --git a/metadata/md5-cache/net-misc/Manifest.gz b/metadata/md5-cache/net-misc/Manifest.gz index d7fc3135aaec..e1a176f28cf1 100644 Binary files a/metadata/md5-cache/net-misc/Manifest.gz and b/metadata/md5-cache/net-misc/Manifest.gz differ diff --git a/metadata/md5-cache/net-misc/asterisk-11.25.1 b/metadata/md5-cache/net-misc/asterisk-11.25.1 new file mode 100644 index 000000000000..e4041fbc2c0a --- /dev/null +++ b/metadata/md5-cache/net-misc/asterisk-11.25.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile config configure install postinst prepare setup +DEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/libxml2 !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) sys-libs/ncurses:* sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) xmpp? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua:* ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql:* ) radius? ( net-dialup/freeradius-client ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp:0 ) vorbis? ( media-libs/libvorbis ) !net-libs/openh323 !net-libs/pjsip voicemail_storage_imap? ( virtual/imap-c-client ) virtual/pkgconfig >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 virtual/pkgconfig +DESCRIPTION=Asterisk: A Modular Open Source PBX System +EAPI=6 +HOMEPAGE=http://www.asterisk.org/ +IUSE=+voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap alsa bluetooth calendar +caps cluster curl dahdi debug doc freetds gtalk http iconv ilbc xmpp ldap libedit libressl lua mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp span speex srtp static syslog vorbis +KEYWORDS=amd64 x86 +LICENSE=GPL-2 +PDEPEND=net-misc/asterisk-core-sounds net-misc/asterisk-extra-sounds net-misc/asterisk-moh-opsound +RDEPEND=dev-db/sqlite:3 dev-libs/popt dev-libs/libxml2 !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) sys-libs/ncurses:* sys-libs/zlib alsa? ( media-libs/alsa-lib ) bluetooth? ( net-wireless/bluez ) calendar? ( net-libs/neon dev-libs/libical dev-libs/iksemel ) caps? ( sys-libs/libcap ) cluster? ( sys-cluster/corosync ) curl? ( net-misc/curl ) dahdi? ( >=net-libs/libpri-1.4.12_beta2 net-misc/dahdi-tools ) freetds? ( dev-db/freetds ) gtalk? ( dev-libs/iksemel ) http? ( dev-libs/gmime:2.6 ) iconv? ( virtual/libiconv ) ilbc? ( dev-libs/ilbc-rfc3951 ) xmpp? ( dev-libs/iksemel ) ldap? ( net-nds/openldap ) libedit? ( dev-libs/libedit ) lua? ( dev-lang/lua:* ) mysql? ( virtual/mysql ) newt? ( dev-libs/newt ) odbc? ( dev-db/unixODBC ) osplookup? ( net-libs/osptoolkit ) portaudio? ( media-libs/portaudio ) postgres? ( dev-db/postgresql:* ) radius? ( net-dialup/freeradius-client ) snmp? ( net-analyzer/net-snmp ) span? ( media-libs/spandsp ) speex? ( media-libs/speex ) srtp? ( net-libs/libsrtp:0 ) vorbis? ( media-libs/libvorbis ) selinux? ( sec-policy/selinux-asterisk ) syslog? ( virtual/logger ) +REQUIRED_USE=gtalk? ( xmpp ) ^^ ( voicemail_storage_file voicemail_storage_odbc voicemail_storage_imap ) voicemail_storage_odbc? ( odbc ) +SLOT=0 +SRC_URI=http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-11.25.1.tar.gz mirror://gentoo/gentoo-asterisk-patchset-3.17.tar.bz2 +_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 +_md5_=9d8307181b53187af45c3e0579a96a3a diff --git a/metadata/md5-cache/net-misc/casync-2_p20180321 b/metadata/md5-cache/net-misc/casync-2_p20180321 new file mode 100644 index 000000000000..5152506db020 --- /dev/null +++ b/metadata/md5-cache/net-misc/casync-2_p20180321 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install test unpack +DEPEND=fuse? ( sys-fs/fuse:0 ) selinux? ( sys-libs/libselinux ) udev? ( virtual/libudev ) virtual/pkgconfig man? ( dev-python/sphinx ) >=dev-util/meson-0.40.0 >=dev-util/ninja-1.7.2 +DESCRIPTION=Content-Addressable Data Synchronization Tool +EAPI=6 +HOMEPAGE=https://github.com/systemd/casync +IUSE=+fuse +udev man selinux test +KEYWORDS=~amd64 +LICENSE=LGPL-2.1 +RDEPEND=fuse? ( sys-fs/fuse:0 ) selinux? ( sys-libs/libselinux ) udev? ( virtual/libudev ) +SLOT=0 +SRC_URI=https://github.com/systemd/casync/archive/a755da21d3ba5d9cbb002dfc86a3ab0d46b82176.tar.gz -> casync-2_p20180321.tar.gz +_eclasses_=meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-snapshot 3be1ab44131e8c0bbdaa75823008444b +_md5_=05dff8a4ed90e1c4c22cd67c74d4d36d diff --git a/metadata/md5-cache/net-misc/dropbear-2017.75 b/metadata/md5-cache/net-misc/dropbear-2017.75 index 8888dc8599ac..6dd7d55cbedd 100644 --- a/metadata/md5-cache/net-misc/dropbear-2017.75 +++ b/metadata/md5-cache/net-misc/dropbear-2017.75 @@ -4,11 +4,11 @@ DESCRIPTION=small SSH 2 client/server designed for small memory environments EAPI=5 HOMEPAGE=http://matt.ucc.asn.au/dropbear/dropbear.html IUSE=bsdpty minimal multicall pam +shadow static +syslog zlib savedconfig -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=MIT RDEPEND=!static? ( zlib? ( sys-libs/zlib ) dev-libs/libtommath ) pam? ( virtual/pam ) pam? ( >=sys-auth/pambase-20080219.1 ) REQUIRED_USE=pam? ( !static ) SLOT=0 SRC_URI=http://matt.ucc.asn.au/dropbear/releases/dropbear-2017.75.tar.bz2 http://matt.ucc.asn.au/dropbear/testing/dropbear-2017.75.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 portability 2b88d3ecc35035a3b8ab628b49cafb0e preserve-libs ef207dc62baddfddfd39a164d9797648 savedconfig e6948c872ff47e15a10e5ad1be15c18e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=d363a08767280c576f40fb8ba2e89a8d +_md5_=14b8f3b1d7a538c3ffd94c953c578392 diff --git a/metadata/md5-cache/net-misc/openvswitch-2.7.2 b/metadata/md5-cache/net-misc/openvswitch-2.7.2 index e306a9cdb0a5..59f5cef6be9a 100644 --- a/metadata/md5-cache/net-misc/openvswitch-2.7.2 +++ b/metadata/md5-cache/net-misc/openvswitch-2.7.2 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile config configure install postinst postrm preinst prepare DEPEND=ssl? ( dev-libs/openssl:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ~dev-python/ovs-2.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/twisted[conch,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] debug? ( dev-lang/perl ) virtual/pkgconfig >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) virtual/pkgconfig DESCRIPTION=Production quality, multilayer virtual switch EAPI=6 -HOMEPAGE=http://openvswitch.org +HOMEPAGE=https://www.openvswitch.org IUSE=debug modules monitor +ssl kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 KEYWORDS=amd64 ~arm64 x86 LICENSE=Apache-2.0 GPL-2 RDEPEND=ssl? ( dev-libs/openssl:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ~dev-python/ovs-2.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/twisted[conch,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] debug? ( dev-lang/perl ) kernel_linux? ( virtual/modutils ) REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -SRC_URI=http://openvswitch.org/releases/openvswitch-2.7.2.tar.gz +SRC_URI=https://www.openvswitch.org/releases/openvswitch-2.7.2.tar.gz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod 731711290c6e38e1cf7ddcdca7d445e1 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=e1a07ca29a63958765435d946b1fdfda +_md5_=78fb5dbde6b88847859ea139d6276c5d diff --git a/metadata/md5-cache/net-misc/openvswitch-2.7.2-r1 b/metadata/md5-cache/net-misc/openvswitch-2.7.2-r1 index 2959a5c75c9d..544dbcd95feb 100644 --- a/metadata/md5-cache/net-misc/openvswitch-2.7.2-r1 +++ b/metadata/md5-cache/net-misc/openvswitch-2.7.2-r1 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile config configure install postinst postrm preinst prepare DEPEND=ssl? ( dev-libs/openssl:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ~dev-python/ovs-2.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] || ( dev-python/twisted[conch,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/twisted-web[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] debug? ( dev-lang/perl ) virtual/pkgconfig >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) virtual/pkgconfig DESCRIPTION=Production quality, multilayer virtual switch EAPI=6 -HOMEPAGE=http://openvswitch.org +HOMEPAGE=https://www.openvswitch.org IUSE=debug modules monitor +ssl kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 KEYWORDS=amd64 ~arm64 x86 LICENSE=Apache-2.0 GPL-2 RDEPEND=ssl? ( dev-libs/openssl:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ~dev-python/ovs-2.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] || ( dev-python/twisted[conch,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/twisted-web[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] debug? ( dev-lang/perl ) kernel_linux? ( virtual/modutils ) REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -SRC_URI=http://openvswitch.org/releases/openvswitch-2.7.2.tar.gz +SRC_URI=https://www.openvswitch.org/releases/openvswitch-2.7.2.tar.gz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod 731711290c6e38e1cf7ddcdca7d445e1 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=c65aa1e0c3660aba32c9277b7bb4cf83 +_md5_=0dbe82a68cd259de770096950e47fa3d diff --git a/metadata/md5-cache/net-misc/openvswitch-2.8.1 b/metadata/md5-cache/net-misc/openvswitch-2.8.1 index aba7df3a16c0..ae15b7e0c906 100644 --- a/metadata/md5-cache/net-misc/openvswitch-2.8.1 +++ b/metadata/md5-cache/net-misc/openvswitch-2.8.1 @@ -2,13 +2,13 @@ DEFINED_PHASES=compile config configure install postinst postrm preinst prepare DEPEND=ssl? ( dev-libs/openssl:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ~dev-python/ovs-2.7.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] || ( dev-python/twisted[conch,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/twisted-web[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] debug? ( dev-lang/perl ) virtual/pkgconfig >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 kernel_linux? ( virtual/modutils ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) virtual/pkgconfig DESCRIPTION=Production quality, multilayer virtual switch EAPI=6 -HOMEPAGE=http://openvswitch.org +HOMEPAGE=https://www.openvswitch.org IUSE=debug modules monitor +ssl kernel_linux python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=Apache-2.0 GPL-2 RDEPEND=ssl? ( dev-libs/openssl:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ~dev-python/ovs-2.7.2[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] || ( dev-python/twisted[conch,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] dev-python/twisted-web[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] ) dev-python/zope-interface[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-)] debug? ( dev-lang/perl ) kernel_linux? ( virtual/modutils ) REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 ) SLOT=0 -SRC_URI=http://openvswitch.org/releases/openvswitch-2.8.1.tar.gz +SRC_URI=https://www.openvswitch.org/releases/openvswitch-2.8.1.tar.gz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 linux-mod 731711290c6e38e1cf7ddcdca7d445e1 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=da3f14389d788883a0c76797ffb505c8 +_md5_=cc6715a70fa8ca5780c38a815e22486e diff --git a/metadata/md5-cache/net-misc/teamviewer-13.0.5693-r2 b/metadata/md5-cache/net-misc/teamviewer-13.1.3026 similarity index 86% rename from metadata/md5-cache/net-misc/teamviewer-13.0.5693-r2 rename to metadata/md5-cache/net-misc/teamviewer-13.1.3026 index b2ceb52e229c..4084371cac4c 100644 --- a/metadata/md5-cache/net-misc/teamviewer-13.0.5693-r2 +++ b/metadata/md5-cache/net-misc/teamviewer-13.1.3026 @@ -8,6 +8,6 @@ LICENSE=TeamViewer MIT RDEPEND=dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtquickcontrols:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 sys-apps/dbus RESTRICT=bindist mirror SLOT=13 -SRC_URI=amd64? ( https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.0.5693_amd64.tar.xz ) x86? ( https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.0.5693_i386.tar.xz ) +SRC_URI=amd64? ( https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_amd64.tar.xz ) x86? ( https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.1.3026_i386.tar.xz ) _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=b2d02eebb33d019ca8ef19486590a994 +_md5_=49e0d11bebc050c5317a7225dabae49a diff --git a/metadata/md5-cache/net-news/Manifest.gz b/metadata/md5-cache/net-news/Manifest.gz index 6312617cb14a..3df6bc2bfb99 100644 Binary files a/metadata/md5-cache/net-news/Manifest.gz and b/metadata/md5-cache/net-news/Manifest.gz differ diff --git a/metadata/md5-cache/net-news/newsboat-2.11 b/metadata/md5-cache/net-news/newsboat-2.11 new file mode 100644 index 000000000000..9c36e35560de --- /dev/null +++ b/metadata/md5-cache/net-news/newsboat-2.11 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-db/sqlite-3.5:3 >=dev-libs/stfl-0.21 >=net-misc/curl-7.18.0 >=dev-libs/json-c-0.11:= dev-libs/libxml2 sys-libs/ncurses:0=[unicode] app-text/asciidoc virtual/pkgconfig sys-devel/gettext test? ( >=dev-cpp/catch-2 ) +DESCRIPTION=An RSS/Atom feed reader for text terminals +EAPI=6 +HOMEPAGE=https://newsboat.org/ https://github.com/newsboat/newsboat +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-db/sqlite-3.5:3 >=dev-libs/stfl-0.21 >=net-misc/curl-7.18.0 >=dev-libs/json-c-0.11:= dev-libs/libxml2 sys-libs/ncurses:0=[unicode] +SLOT=0 +SRC_URI=https://newsboat.org/releases/2.11/newsboat-2.11.tar.xz +_eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 +_md5_=88012b55335b4d79af9cb2d7c5c31b2f diff --git a/metadata/md5-cache/net-news/newsboat-9999 b/metadata/md5-cache/net-news/newsboat-9999 index 32d963f06601..a31d5cd2edb9 100644 --- a/metadata/md5-cache/net-news/newsboat-9999 +++ b/metadata/md5-cache/net-news/newsboat-9999 @@ -1,12 +1,11 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=>=dev-db/sqlite-3.5:3 >=dev-libs/stfl-0.21 >=net-misc/curl-7.18.0 >=dev-libs/json-c-0.11:= dev-libs/libxml2 sys-libs/ncurses:0=[unicode] app-text/asciidoc dev-lang/perl virtual/pkgconfig sys-devel/gettext test? ( dev-libs/boost sys-devel/bc ) >=dev-vcs/git-1.8.2.1 +DEPEND=>=dev-db/sqlite-3.5:3 >=dev-libs/stfl-0.21 >=net-misc/curl-7.18.0 >=dev-libs/json-c-0.11:= dev-libs/libxml2 sys-libs/ncurses:0=[unicode] app-text/asciidoc virtual/pkgconfig sys-devel/gettext test? ( >=dev-cpp/catch-2 ) >=dev-vcs/git-1.8.2.1 DESCRIPTION=An RSS/Atom feed reader for text terminals EAPI=6 HOMEPAGE=https://newsboat.org/ https://github.com/newsboat/newsboat IUSE=test LICENSE=MIT RDEPEND=>=dev-db/sqlite-3.5:3 >=dev-libs/stfl-0.21 >=net-misc/curl-7.18.0 >=dev-libs/json-c-0.11:= dev-libs/libxml2 sys-libs/ncurses:0=[unicode] -RESTRICT=test SLOT=0 _eclasses_=git-r3 fec09a83ae965b041b47f5ff7c8ba29a multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=98782a23c277e774083e82aff063644b +_md5_=b23391d175752318d871d3fe25bc28fa diff --git a/metadata/md5-cache/net-p2p/Manifest.gz b/metadata/md5-cache/net-p2p/Manifest.gz index fdc38bf5e9c4..d9ad0900acad 100644 Binary files a/metadata/md5-cache/net-p2p/Manifest.gz and b/metadata/md5-cache/net-p2p/Manifest.gz differ diff --git a/metadata/md5-cache/net-p2p/xmr-stak-2.3.0 b/metadata/md5-cache/net-p2p/xmr-stak-2.3.0 new file mode 100644 index 000000000000..88dcf95d1857 --- /dev/null +++ b/metadata/md5-cache/net-p2p/xmr-stak-2.3.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=cuda? ( dev-util/nvidia-cuda-toolkit ) hwloc? ( sys-apps/hwloc ) opencl? ( virtual/opencl ) ssl? ( dev-libs/openssl:0= ) webserver? ( net-libs/libmicrohttpd ) sys-devel/make >=dev-util/cmake-3.9.6 virtual/pkgconfig +DESCRIPTION=Unified all-in-one Monero miner +EAPI=6 +HOMEPAGE=https://github.com/fireice-uk/xmr-stak +IUSE=cuda devfee hwloc opencl ssl webserver +KEYWORDS=~amd64 +LICENSE=GPL-3 +RDEPEND=cuda? ( dev-util/nvidia-cuda-toolkit ) hwloc? ( sys-apps/hwloc ) opencl? ( virtual/opencl ) ssl? ( dev-libs/openssl:0= ) webserver? ( net-libs/libmicrohttpd ) +SLOT=0 +SRC_URI=https://github.com/fireice-uk/xmr-stak/archive/2.3.0.tar.gz -> xmr-stak-2.3.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b184e0ec731df7ba34333de23fbb6f24 diff --git a/metadata/md5-cache/net-p2p/xmr-stak-9999 b/metadata/md5-cache/net-p2p/xmr-stak-9999 index ec6102ebef02..ae999af815c1 100644 --- a/metadata/md5-cache/net-p2p/xmr-stak-9999 +++ b/metadata/md5-cache/net-p2p/xmr-stak-9999 @@ -8,4 +8,4 @@ LICENSE=GPL-3 RDEPEND=cuda? ( dev-util/nvidia-cuda-toolkit ) hwloc? ( sys-apps/hwloc ) opencl? ( virtual/opencl ) ssl? ( dev-libs/openssl:0= ) webserver? ( net-libs/libmicrohttpd ) SLOT=0 _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 git-r3 fec09a83ae965b041b47f5ff7c8ba29a ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=628fac5a4db7d2a3ea2c15829ecc6693 +_md5_=b184e0ec731df7ba34333de23fbb6f24 diff --git a/metadata/md5-cache/ros-meta/Manifest.gz b/metadata/md5-cache/ros-meta/Manifest.gz index 3ed53687a863..4af55ebd85b2 100644 Binary files a/metadata/md5-cache/ros-meta/Manifest.gz and b/metadata/md5-cache/ros-meta/Manifest.gz differ diff --git a/metadata/md5-cache/ros-meta/ros_control-0.14.0 b/metadata/md5-cache/ros-meta/ros_control-0.14.0 new file mode 100644 index 000000000000..5db237c7b26a --- /dev/null +++ b/metadata/md5-cache/ros-meta/ros_control-0.14.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/combined_robot_hw dev-ros/combined_robot_hw_tests dev-ros/controller_interface dev-ros/controller_manager dev-ros/controller_manager_msgs dev-ros/controller_manager_tests dev-ros/hardware_interface dev-ros/joint_limits_interface dev-ros/rqt_controller_manager dev-ros/transmission_interface sys-devel/make >=dev-util/cmake-3.9.6 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DESCRIPTION=Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox +EAPI=5 +HOMEPAGE=http://wiki.ros.org/ros_control +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=dev-ros/combined_robot_hw dev-ros/combined_robot_hw_tests dev-ros/controller_interface dev-ros/controller_manager dev-ros/controller_manager_msgs dev-ros/controller_manager_tests dev-ros/hardware_interface dev-ros/joint_limits_interface dev-ros/rqt_controller_manager dev-ros/transmission_interface python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://github.com/ros-controls/ros_control/archive/0.14.0.tar.gz -> ros_control-0.14.0.tar.gz +_eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ros-catkin eff12e024f16913cfb3da0e96a045552 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=1853cde211a474993978b762e70f5f7b diff --git a/metadata/md5-cache/sci-electronics/Manifest.gz b/metadata/md5-cache/sci-electronics/Manifest.gz index 6eb5d8533d1d..bd2950e3f84d 100644 Binary files a/metadata/md5-cache/sci-electronics/Manifest.gz and b/metadata/md5-cache/sci-electronics/Manifest.gz differ diff --git a/metadata/md5-cache/sci-electronics/qucs-0.0.17.130503 b/metadata/md5-cache/sci-electronics/qucs-0.0.17.130503 deleted file mode 100644 index a81349c2d94f..000000000000 --- a/metadata/md5-cache/sci-electronics/qucs-0.0.17.130503 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-qt/qtcore:4[qt3support] dev-qt/qtgui:4[qt3support] dev-qt/qt3support:4 x11-libs/libX11 >=app-portage/elt-patches-20170422 -DESCRIPTION=Quite Universal Circuit Simulator in Qt4 -EAPI=5 -HOMEPAGE=http://qucs.sourceforge.net/ -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=dev-qt/qtcore:4[qt3support] dev-qt/qtgui:4[qt3support] dev-qt/qt3support:4 x11-libs/libX11 -SLOT=0 -SRC_URI=mirror://sourceforge/qucs/qucs-0.0.17.130503.tar.gz -_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 autotools-utils 5a4611dfba155b1659528663fad4cd5e desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=e656c0dbe5b3842005f78bad6c45613d diff --git a/metadata/md5-cache/sci-mathematics/Manifest.gz b/metadata/md5-cache/sci-mathematics/Manifest.gz index 94520c352692..89756f6d77ed 100644 Binary files a/metadata/md5-cache/sci-mathematics/Manifest.gz and b/metadata/md5-cache/sci-mathematics/Manifest.gz differ diff --git a/metadata/md5-cache/sci-mathematics/why3-for-spark-2017 b/metadata/md5-cache/sci-mathematics/why3-for-spark-2017 index 861da227bbe7..0f017ead6e52 100644 --- a/metadata/md5-cache/sci-mathematics/why3-for-spark-2017 +++ b/metadata/md5-cache/sci-mathematics/why3-for-spark-2017 @@ -8,7 +8,8 @@ KEYWORDS=~amd64 LICENSE=GPL-3 RDEPEND=>=dev-lang/ocaml-4.02.3[ocamlopt?] dev-ml/menhir coq? ( sci-mathematics/coq ) doc? ( dev-tex/rubber ) gtk? ( dev-ml/lablgtk[sourceview] ) emacs? ( app-editors/emacs:* ) html? ( dev-tex/hevea ) hypothesis-selection? ( dev-ml/ocamlgraph ) zarith? ( dev-ml/zarith ) zip? ( >=dev-ml/camlzip-1.07 ) REQUIRED_USE=html? ( doc ) +RESTRICT=strip SLOT=0 SRC_URI=http://mirrors.cdn.adacore.com/art/591c45e2c7a447af2deed055 -> why3-for-spark-gpl-2017-src.tar.gz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=d604f783eb4f384bd083da8a0072addb +_md5_=c6edcb2b36d5403551c7413d1403f075 diff --git a/metadata/md5-cache/sys-apps/Manifest.gz b/metadata/md5-cache/sys-apps/Manifest.gz index e6b11d65155f..fa631cb2e317 100644 Binary files a/metadata/md5-cache/sys-apps/Manifest.gz and b/metadata/md5-cache/sys-apps/Manifest.gz differ diff --git a/metadata/md5-cache/sys-apps/busybox-1.28.1 b/metadata/md5-cache/sys-apps/busybox-1.28.1 new file mode 100644 index 000000000000..9d7770a0e989 --- /dev/null +++ b/metadata/md5-cache/sys-apps/busybox-1.28.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare +DEPEND=!static? ( selinux? ( sys-libs/libselinux ) ) pam? ( sys-libs/pam ) static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) ) >=sys-kernel/linux-headers-2.6.39 +DESCRIPTION=Utilities for rescue and embedded systems +EAPI=5 +HOMEPAGE=https://www.busybox.net/ +IUSE=debug ipv6 livecd make-symlinks math mdev pam selinux sep-usr static syslog systemd savedconfig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=!static? ( selinux? ( sys-libs/libselinux ) ) pam? ( sys-libs/pam ) mdev? ( !=virtual/rust-1.20.0 >=dev-util/cargo-0.13.0 -DESCRIPTION=Alternative to find that provides sensible defaults for 80% of the use cases -EAPI=6 -HOMEPAGE=https://github.com/sharkdp/fd -IUSE=test debug -KEYWORDS=~amd64 ~x86 -LICENSE=|| ( MIT Apache-2.0 ) -RDEPEND=>=virtual/rust-1.20.0 -SLOT=0 -SRC_URI=https://github.com/sharkdp/fd/archive/v6.3.0.tar.gz -> fd-6.3.0.tar.gz https://crates.io/api/v1/crates/aho-corasick/0.6.4/download -> aho-corasick-0.6.4.crate https://crates.io/api/v1/crates/ansi_term/0.10.2/download -> ansi_term-0.10.2.crate https://crates.io/api/v1/crates/ansi_term/0.9.0/download -> ansi_term-0.9.0.crate https://crates.io/api/v1/crates/atty/0.2.6/download -> atty-0.2.6.crate https://crates.io/api/v1/crates/bitflags/0.7.0/download -> bitflags-0.7.0.crate https://crates.io/api/v1/crates/bitflags/1.0.1/download -> bitflags-1.0.1.crate https://crates.io/api/v1/crates/cfg-if/0.1.2/download -> cfg-if-0.1.2.crate https://crates.io/api/v1/crates/clap/2.29.0/download -> clap-2.29.0.crate https://crates.io/api/v1/crates/crossbeam/0.2.10/download -> crossbeam-0.2.10.crate https://crates.io/api/v1/crates/ctrlc/3.0.3/download -> ctrlc-3.0.3.crate https://crates.io/api/v1/crates/diff/0.1.11/download -> diff-0.1.11.crate https://crates.io/api/v1/crates/fnv/1.0.6/download -> fnv-1.0.6.crate https://crates.io/api/v1/crates/fuchsia-zircon/0.3.2/download -> fuchsia-zircon-0.3.2.crate https://crates.io/api/v1/crates/fuchsia-zircon-sys/0.3.2/download -> fuchsia-zircon-sys-0.3.2.crate https://crates.io/api/v1/crates/globset/0.2.1/download -> globset-0.2.1.crate https://crates.io/api/v1/crates/ignore/0.2.2/download -> ignore-0.2.2.crate https://crates.io/api/v1/crates/kernel32-sys/0.2.2/download -> kernel32-sys-0.2.2.crate https://crates.io/api/v1/crates/lazy_static/0.2.11/download -> lazy_static-0.2.11.crate https://crates.io/api/v1/crates/lazy_static/1.0.0/download -> lazy_static-1.0.0.crate https://crates.io/api/v1/crates/libc/0.2.34/download -> libc-0.2.34.crate https://crates.io/api/v1/crates/log/0.3.9/download -> log-0.3.9.crate https://crates.io/api/v1/crates/log/0.4.1/download -> log-0.4.1.crate https://crates.io/api/v1/crates/memchr/1.0.2/download -> memchr-1.0.2.crate https://crates.io/api/v1/crates/memchr/2.0.1/download -> memchr-2.0.1.crate https://crates.io/api/v1/crates/nix/0.8.1/download -> nix-0.8.1.crate https://crates.io/api/v1/crates/num_cpus/1.8.0/download -> num_cpus-1.8.0.crate https://crates.io/api/v1/crates/rand/0.3.19/download -> rand-0.3.19.crate https://crates.io/api/v1/crates/redox_syscall/0.1.33/download -> redox_syscall-0.1.33.crate https://crates.io/api/v1/crates/redox_termios/0.1.1/download -> redox_termios-0.1.1.crate https://crates.io/api/v1/crates/regex/0.2.5/download -> regex-0.2.5.crate https://crates.io/api/v1/crates/regex-syntax/0.4.2/download -> regex-syntax-0.4.2.crate https://crates.io/api/v1/crates/same-file/0.1.3/download -> same-file-0.1.3.crate https://crates.io/api/v1/crates/strsim/0.6.0/download -> strsim-0.6.0.crate https://crates.io/api/v1/crates/tempdir/0.3.5/download -> tempdir-0.3.5.crate https://crates.io/api/v1/crates/term_size/0.3.1/download -> term_size-0.3.1.crate https://crates.io/api/v1/crates/termion/1.5.1/download -> termion-1.5.1.crate https://crates.io/api/v1/crates/textwrap/0.9.0/download -> textwrap-0.9.0.crate https://crates.io/api/v1/crates/thread_local/0.3.5/download -> thread_local-0.3.5.crate https://crates.io/api/v1/crates/unicode-width/0.1.4/download -> unicode-width-0.1.4.crate https://crates.io/api/v1/crates/unreachable/1.0.0/download -> unreachable-1.0.0.crate https://crates.io/api/v1/crates/utf8-ranges/1.0.0/download -> utf8-ranges-1.0.0.crate https://crates.io/api/v1/crates/vec_map/0.8.0/download -> vec_map-0.8.0.crate https://crates.io/api/v1/crates/version_check/0.1.3/download -> version_check-0.1.3.crate https://crates.io/api/v1/crates/void/1.0.2/download -> void-1.0.2.crate https://crates.io/api/v1/crates/walkdir/1.0.7/download -> walkdir-1.0.7.crate https://crates.io/api/v1/crates/winapi/0.2.8/download -> winapi-0.2.8.crate https://crates.io/api/v1/crates/winapi/0.3.2/download -> winapi-0.3.2.crate https://crates.io/api/v1/crates/winapi-build/0.1.1/download -> winapi-build-0.1.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.3.2/download -> winapi-i686-pc-windows-gnu-0.3.2.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.3.2/download -> winapi-x86_64-pc-windows-gnu-0.3.2.crate -_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 cargo 959846e2836f8244430c9582dd6493af multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=b1324ee2ba056a3c736947fa140ac643 diff --git a/metadata/md5-cache/sys-apps/fd-7.0.0 b/metadata/md5-cache/sys-apps/fd-7.0.0 new file mode 100644 index 000000000000..69c9b9f7caf7 --- /dev/null +++ b/metadata/md5-cache/sys-apps/fd-7.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install test unpack +DEPEND=>=virtual/rust-1.20.0 >=dev-util/cargo-0.13.0 +DESCRIPTION=Alternative to find that provides sensible defaults for 80% of the use cases +EAPI=6 +HOMEPAGE=https://github.com/sharkdp/fd +IUSE=test debug +KEYWORDS=~amd64 ~x86 +LICENSE=|| ( MIT Apache-2.0 ) +RDEPEND=>=virtual/rust-1.20.0 +SLOT=0 +SRC_URI=https://github.com/sharkdp/fd/archive/v7.0.0.tar.gz -> fd-7.0.0.tar.gz https://crates.io/api/v1/crates/aho-corasick/0.6.4/download -> aho-corasick-0.6.4.crate https://crates.io/api/v1/crates/ansi_term/0.11.0/download -> ansi_term-0.11.0.crate https://crates.io/api/v1/crates/atty/0.2.8/download -> atty-0.2.8.crate https://crates.io/api/v1/crates/bitflags/0.9.1/download -> bitflags-0.9.1.crate https://crates.io/api/v1/crates/bitflags/1.0.1/download -> bitflags-1.0.1.crate https://crates.io/api/v1/crates/cfg-if/0.1.2/download -> cfg-if-0.1.2.crate https://crates.io/api/v1/crates/clap/2.31.1/download -> clap-2.31.1.crate https://crates.io/api/v1/crates/crossbeam/0.3.2/download -> crossbeam-0.3.2.crate https://crates.io/api/v1/crates/ctrlc/3.1.0/download -> ctrlc-3.1.0.crate https://crates.io/api/v1/crates/diff/0.1.11/download -> diff-0.1.11.crate https://crates.io/api/v1/crates/fd-find/7.0.0/download -> fd-find-7.0.0.crate https://crates.io/api/v1/crates/fnv/1.0.6/download -> fnv-1.0.6.crate https://crates.io/api/v1/crates/fuchsia-zircon/0.3.3/download -> fuchsia-zircon-0.3.3.crate https://crates.io/api/v1/crates/fuchsia-zircon-sys/0.3.3/download -> fuchsia-zircon-sys-0.3.3.crate https://crates.io/api/v1/crates/globset/0.3.0/download -> globset-0.3.0.crate https://crates.io/api/v1/crates/ignore/0.4.1/download -> ignore-0.4.1.crate https://crates.io/api/v1/crates/kernel32-sys/0.2.2/download -> kernel32-sys-0.2.2.crate https://crates.io/api/v1/crates/lazy_static/1.0.0/download -> lazy_static-1.0.0.crate https://crates.io/api/v1/crates/libc/0.2.39/download -> libc-0.2.39.crate https://crates.io/api/v1/crates/log/0.4.1/download -> log-0.4.1.crate https://crates.io/api/v1/crates/memchr/2.0.1/download -> memchr-2.0.1.crate https://crates.io/api/v1/crates/nix/0.9.0/download -> nix-0.9.0.crate https://crates.io/api/v1/crates/num_cpus/1.8.0/download -> num_cpus-1.8.0.crate https://crates.io/api/v1/crates/rand/0.4.2/download -> rand-0.4.2.crate https://crates.io/api/v1/crates/redox_syscall/0.1.37/download -> redox_syscall-0.1.37.crate https://crates.io/api/v1/crates/redox_termios/0.1.1/download -> redox_termios-0.1.1.crate https://crates.io/api/v1/crates/regex/0.2.8/download -> regex-0.2.8.crate https://crates.io/api/v1/crates/regex-syntax/0.5.2/download -> regex-syntax-0.5.2.crate https://crates.io/api/v1/crates/remove_dir_all/0.3.0/download -> remove_dir_all-0.3.0.crate https://crates.io/api/v1/crates/same-file/1.0.2/download -> same-file-1.0.2.crate https://crates.io/api/v1/crates/strsim/0.7.0/download -> strsim-0.7.0.crate https://crates.io/api/v1/crates/tempdir/0.3.6/download -> tempdir-0.3.6.crate https://crates.io/api/v1/crates/term_size/0.3.1/download -> term_size-0.3.1.crate https://crates.io/api/v1/crates/termion/1.5.1/download -> termion-1.5.1.crate https://crates.io/api/v1/crates/textwrap/0.9.0/download -> textwrap-0.9.0.crate https://crates.io/api/v1/crates/thread_local/0.3.5/download -> thread_local-0.3.5.crate https://crates.io/api/v1/crates/ucd-util/0.1.1/download -> ucd-util-0.1.1.crate https://crates.io/api/v1/crates/unicode-width/0.1.4/download -> unicode-width-0.1.4.crate https://crates.io/api/v1/crates/unreachable/1.0.0/download -> unreachable-1.0.0.crate https://crates.io/api/v1/crates/utf8-ranges/1.0.0/download -> utf8-ranges-1.0.0.crate https://crates.io/api/v1/crates/vec_map/0.8.0/download -> vec_map-0.8.0.crate https://crates.io/api/v1/crates/version_check/0.1.3/download -> version_check-0.1.3.crate https://crates.io/api/v1/crates/void/1.0.2/download -> void-1.0.2.crate https://crates.io/api/v1/crates/walkdir/2.1.4/download -> walkdir-2.1.4.crate https://crates.io/api/v1/crates/winapi/0.2.8/download -> winapi-0.2.8.crate https://crates.io/api/v1/crates/winapi/0.3.4/download -> winapi-0.3.4.crate https://crates.io/api/v1/crates/winapi-build/0.1.1/download -> winapi-build-0.1.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate +_eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 cargo 959846e2836f8244430c9582dd6493af multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 +_md5_=7abc94c41c59a49042c9007ee0d0260d diff --git a/metadata/md5-cache/sys-apps/hwloc-1.11.10 b/metadata/md5-cache/sys-apps/hwloc-1.11.10 new file mode 100644 index 000000000000..7f979578fadb --- /dev/null +++ b/metadata/md5-cache/sys-apps/hwloc-1.11.10 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=sys-libs/ncurses-5.9-r3: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(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 ) gl? ( || ( x11-drivers/nvidia-drivers[static-libs,tools] media-video/nvidia-settings ) ) pci? ( >=sys-apps/pciutils-3.3.0-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(-)?] >=x11-libs/libpciaccess-0.13.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(-)?] ) plugins? ( dev-libs/libltdl: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(-)?] ) numa? ( >=sys-process/numactl-2.0.10-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(-)?] ) xml? ( >=dev-libs/libxml2-2.9.1-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(-)?] ) >=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(-)?] >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=displays the hardware topology in convenient formats +EAPI=6 +HOMEPAGE=http://www.open-mpi.org/projects/hwloc/ +IUSE=cairo cuda debug gl +numa +pci plugins svg static-libs xml X abi_x86_32 abi_x86_64 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 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=BSD +RDEPEND=>=sys-libs/ncurses-5.9-r3: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(-)?] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 ) gl? ( || ( x11-drivers/nvidia-drivers[static-libs,tools] media-video/nvidia-settings ) ) pci? ( >=sys-apps/pciutils-3.3.0-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(-)?] >=x11-libs/libpciaccess-0.13.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(-)?] ) plugins? ( dev-libs/libltdl: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(-)?] ) numa? ( >=sys-process/numactl-2.0.10-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(-)?] ) xml? ( >=dev-libs/libxml2-2.9.1-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(-)?] ) +SLOT=0/5 +SRC_URI=http://www.open-mpi.org/software/hwloc/v1.11/downloads/hwloc-1.11.10.tar.bz2 +_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 cuda 626969678b9c5735753d8a380c6f295b desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 +_md5_=5a9f0da149dcb75b72657f1296c58bd3 diff --git a/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.1 b/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.1 deleted file mode 100644 index 2f5e9815cd7b..000000000000 --- a/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare pretend test -DEPEND=!build? ( python_targets_pypy? ( >=virtual/pypy-5:0=[ssl(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ssl(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[ssl(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[ssl(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[ssl(+)] ) ) >=app-arch/tar-1.27 >=sys-apps/sed-4.0.5 sys-devel/patch python_targets_pypy? ( >=virtual/pypy-5:0=[bzip2(+),threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=Fork of Portage focused on cleaning up and useful features -EAPI=6 -HOMEPAGE=https://github.com/mgorny/portage -IUSE=build +ipc +native-extensions selinux xattr kernel_linux python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=GPL-2 -PDEPEND=!build? ( >=net-misc/rsync-2.6.4 ) -RDEPEND=>=app-arch/tar-1.27 !build? ( >=app-admin/eselect-1.2 app-crypt/gentoo-keys >=app-crypt/gnupg-2.2.4-r2[ssl(-)] >=app-portage/gemato-10 app-shells/bash:0[readline] python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) >=dev-python/lxml-3.6.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-apps/sed-4.0.5 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !app-portage/repoman !sys-apps/portage python_targets_pypy? ( >=virtual/pypy-5:0=[bzip2(+),threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=https://github.com/mgorny/portage/archive/v2.3.24.1.tar.gz -> portage-mgorny-2.3.24.1.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=bf83c27b85bce9bce10940bf2592ae29 diff --git a/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.3 b/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.3 deleted file mode 100644 index 6187fea6aca4..000000000000 --- a/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install preinst prepare pretend test -DEPEND=!build? ( python_targets_pypy? ( >=virtual/pypy-5:0=[ssl(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[ssl(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[ssl(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[ssl(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[ssl(+)] ) ) >=app-arch/tar-1.27 >=sys-apps/sed-4.0.5 sys-devel/patch python_targets_pypy? ( >=virtual/pypy-5:0=[bzip2(+),threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -DESCRIPTION=Fork of Portage focused on cleaning up and useful features -EAPI=6 -HOMEPAGE=https://github.com/mgorny/portage -IUSE=build +ipc +native-extensions selinux xattr kernel_linux python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd -LICENSE=GPL-2 -PDEPEND=!build? ( >=net-misc/rsync-2.6.4 ) -RDEPEND=>=app-arch/tar-1.27 !build? ( >=app-admin/eselect-1.2 app-crypt/openpgp-keys-gentoo-release >=app-crypt/gnupg-2.2.4-r2[ssl(-)] >=app-portage/gemato-10 app-shells/bash:0[readline] python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) >=dev-python/lxml-3.6.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-apps/sed-4.0.5 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !app-portage/repoman !sys-apps/portage python_targets_pypy? ( >=virtual/pypy-5:0=[bzip2(+),threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] -REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) -SLOT=0 -SRC_URI=https://github.com/mgorny/portage/archive/v2.3.24.3.tar.gz -> portage-mgorny-2.3.24.3.tar.gz -_eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=56a9c8122136728d09f9b86ba316d07d diff --git a/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.2 b/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.4 similarity index 97% rename from metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.2 rename to metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.4 index a2e6a31c47dd..bc57e5436c31 100644 --- a/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.2 +++ b/metadata/md5-cache/sys-apps/portage-mgorny-2.3.24.4 @@ -10,6 +10,6 @@ PDEPEND=!build? ( >=net-misc/rsync-2.6.4 ) RDEPEND=>=app-arch/tar-1.27 !build? ( >=app-admin/eselect-1.2 app-crypt/openpgp-keys-gentoo-release >=app-crypt/gnupg-2.2.4-r2[ssl(-)] >=app-portage/gemato-10 app-shells/bash:0[readline] python_targets_pypy? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python2_7? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_4? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) python_targets_python3_5? ( dev-python/pyblake2[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-),python_targets_python3_4(-)?,-python_single_target_python3_4(-),python_targets_python3_5(-)?,-python_single_target_python3_5(-)] ) >=dev-python/lxml-3.6.0[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] >=sys-apps/sed-4.0.5 ) elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) elibc_glibc? ( >=sys-apps/sandbox-2.2 ) elibc_musl? ( >=sys-apps/sandbox-2.2 ) elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) >=app-misc/pax-utils-0.1.17 selinux? ( >=sys-libs/libselinux-2.0.94[python,python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) xattr? ( kernel_linux? ( >=sys-apps/install-xattr-0.3 python_targets_pypy? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( dev-python/pyxattr[python_targets_pypy(-)?,-python_single_target_pypy(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) ) ) !app-portage/repoman !sys-apps/portage python_targets_pypy? ( >=virtual/pypy-5:0=[bzip2(+),threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[bzip2(+),threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[bzip2(+),threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[bzip2(+),threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[bzip2(+),threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 -SRC_URI=https://github.com/mgorny/portage/archive/v2.3.24.2.tar.gz -> portage-mgorny-2.3.24.2.tar.gz +SRC_URI=https://github.com/mgorny/portage/archive/v2.3.24.4.tar.gz -> portage-mgorny-2.3.24.4.tar.gz _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=56a9c8122136728d09f9b86ba316d07d +_md5_=e980e32afe1fa2c5747386779f61ff53 diff --git a/metadata/md5-cache/sys-apps/portage-mgorny-9999 b/metadata/md5-cache/sys-apps/portage-mgorny-9999 index 45d08d39245b..9c61e25d7274 100644 --- a/metadata/md5-cache/sys-apps/portage-mgorny-9999 +++ b/metadata/md5-cache/sys-apps/portage-mgorny-9999 @@ -10,4 +10,4 @@ RDEPEND=>=app-arch/tar-1.27 !build? ( >=app-admin/eselect-1.2 app-crypt/openpgp- REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) SLOT=0 _eclasses_=distutils-r1 372bbe39047c0a2550319a3a82f3e063 git-r3 fec09a83ae965b041b47f5ff7c8ba29a multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=ce0ce9eef0e97c6744cb2535dd9fa851 +_md5_=c3f945f1c909c24bfc215f8a8a02c60a diff --git a/metadata/md5-cache/sys-apps/systemd-236-r5 b/metadata/md5-cache/sys-apps/systemd-236-r5 index 10d1a3c48222..93fa3ad0e944 100644 --- a/metadata/md5-cache/sys-apps/systemd-236-r5 +++ b/metadata/md5-cache/sys-apps/systemd-236-r5 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0/2 SRC_URI=https://github.com/systemd/systemd/archive/v236.tar.gz -> systemd-236.tar.gz https://dev.gentoo.org/~floppym/dist/systemd-236-patches-2.tar.gz _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=5a13cad508c6d3dc17e83d445cbe713a +_md5_=6b7dcae89d489374454f0348d1d08c74 diff --git a/metadata/md5-cache/sys-apps/systemd-237-r3 b/metadata/md5-cache/sys-apps/systemd-237-r3 index b1ef610a4f73..491a39de28a8 100644 --- a/metadata/md5-cache/sys-apps/systemd-237-r3 +++ b/metadata/md5-cache/sys-apps/systemd-237-r3 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0/2 SRC_URI=https://github.com/systemd/systemd/archive/v237/systemd-237.tar.gz https://dev.gentoo.org/~floppym/dist/systemd-237-patches-0.tar.gz _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=2a6db326c13c25f97b4e4bef9ba037d6 +_md5_=d598aaeefc97384022c7ad21d831816a diff --git a/metadata/md5-cache/sys-apps/systemd-238-r1 b/metadata/md5-cache/sys-apps/systemd-238-r1 index 6bd1a2c6ede1..a02b82e93479 100644 --- a/metadata/md5-cache/sys-apps/systemd-238-r1 +++ b/metadata/md5-cache/sys-apps/systemd-238-r1 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0/2 SRC_URI=https://github.com/systemd/systemd/archive/v238/systemd-238.tar.gz _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 linux-info ca370deef9d44125d829f2eb6ebc83e0 ltprune 2770eed66a9b8ef944714cd0e968182e meson f8e09b2b2ac1e9bb0bd374b6ad77a90d multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=20bff74e2b3c67686866a92ae6650afc +_md5_=b88c71125fb973cdaff81f84f1a3f75b diff --git a/metadata/md5-cache/sys-apps/systemd-238-r2 b/metadata/md5-cache/sys-apps/systemd-238-r2 new file mode 100644 index 000000000000..81d73c18d23f --- /dev/null +++ b/metadata/md5-cache/sys-apps/systemd-238-r2 @@ -0,0 +1,16 @@ +DEFINED_PHASES=compile configure install postinst prepare prerm pretend setup test unpack +DEPEND=>=sys-apps/util-linux-2.30: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(-)?] sys-libs/libcap: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(-)?] !=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5: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(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( libidn2? ( net-dns/libidn2 ) !libidn2? ( net-dns/libidn ) ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131: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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1: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(-)?] ) nat? ( net-firewall/iptables:0= ) pam? ( virtual/pam:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pcre? ( dev-libs/libpcre2 ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( >=sys-libs/libseccomp-2.3.3:0= ) selinux? ( sys-libs/libselinux:0= ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16 >=sys-kernel/linux-headers-3.11 virtual/pkgconfig gnuefi? ( >=sys-boot/gnu-efi-3.0.2 ) test? ( sys-apps/dbus ) app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxslt:0 || ( ( dev-lang/python:3.6 dev-python/lxml[python_targets_python3_6(-),python_single_target_python3_6(+)] ) ( dev-lang/python:3.5 dev-python/lxml[python_targets_python3_5(-),python_single_target_python3_5(+)] ) ( dev-lang/python:3.4 dev-python/lxml[python_targets_python3_4(-),python_single_target_python3_4(+)] ) ) >=dev-util/meson-0.40.0 >=dev-util/ninja-1.7.2 virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=System and service manager for Linux +EAPI=6 +HOMEPAGE=https://www.freedesktop.org/wiki/Software/systemd +IUSE=acl apparmor audit build cryptsetup curl elfutils +gcrypt gnuefi http idn importd +kmod libidn2 +lz4 lzma nat pam pcre policykit qrcode +seccomp selinux ssl +sysv-utils test usrmerge vanilla xkb abi_x86_32 abi_x86_64 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 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 LGPL-2.1 MIT public-domain +PDEPEND=>=sys-apps/dbus-1.9.8[systemd] >=sys-apps/hwids-20150417[udev] >=sys-fs/udev-init-scripts-25 policykit? ( sys-auth/polkit ) !vanilla? ( sys-apps/gentoo-systemd-integration ) +RDEPEND=>=sys-apps/util-linux-2.30: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(-)?] sys-libs/libcap: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(-)?] !=sys-process/audit-2:0= ) cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) curl? ( net-misc/curl:0= ) elfutils? ( >=dev-libs/elfutils-0.158:0= ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5: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(-)?] ) http? ( >=net-libs/libmicrohttpd-0.9.33:0= ssl? ( >=net-libs/gnutls-3.1.4:0= ) ) idn? ( libidn2? ( net-dns/libidn2 ) !libidn2? ( net-dns/libidn ) ) importd? ( app-arch/bzip2:0= sys-libs/zlib:0= ) kmod? ( >=sys-apps/kmod-15:0= ) lz4? ( >=app-arch/lz4-0_p131: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(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1: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(-)?] ) nat? ( net-firewall/iptables:0= ) pam? ( virtual/pam:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pcre? ( dev-libs/libpcre2 ) qrcode? ( media-gfx/qrencode:0= ) seccomp? ( >=sys-libs/libseccomp-2.3.3:0= ) selinux? ( sys-libs/libselinux:0= ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) >=sys-apps/baselayout-2.2 selinux? ( sec-policy/selinux-base-policy[systemd] ) sysv-utils? ( !sys-apps/sysvinit ) !sysv-utils? ( sys-apps/sysvinit ) !build? ( || ( sys-apps/util-linux[kill(-)] sys-process/procps[kill(+)] sys-apps/coreutils[kill(-)] ) ) !sys-auth/nss-myhostname !=sys-apps/sed-4 +DESCRIPTION=Use Fingerprint Devices with Linux +EAPI=6 +HOMEPAGE=http://www.ullrich-online.cc/fingerprint/ https://github.com/maksbotan/fingerprint-gui +IUSE=+upekbsapi +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=app-crypt/qca[qt5(+)] dev-qt/qtcore:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-qt/qtx11extras:5 sys-auth/libfprint sys-auth/polkit-qt[qt5(+)] sys-libs/pam x11-libs/libX11 x11-proto/xproto x11-libs/libfakekey dev-libs/libusb !sys-auth/thinkfinger +SLOT=0 +SRC_URI=https://github.com/maksbotan/fingerprint-gui/archive/v1.09-qt5.tar.gz -> fingerprint-gui-1.09.tar.gz +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 qmake-utils 990448b067cb3cfe1443bc25fb57239c readme.gentoo-r1 6f03e110529650f57fc7d1fb908b8986 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 udev d91cac2c73b94629cad2daea66e0d182 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=c848f2941ca87405a04110135b931034 diff --git a/metadata/md5-cache/sys-auth/oath-toolkit-2.6.2 b/metadata/md5-cache/sys-auth/oath-toolkit-2.6.2 index 032d978ebcc8..f44ea71731a4 100644 --- a/metadata/md5-cache/sys-auth/oath-toolkit-2.6.2 +++ b/metadata/md5-cache/sys-auth/oath-toolkit-2.6.2 @@ -10,4 +10,4 @@ RDEPEND=pam? ( virtual/pam ) pskc? ( dev-libs/xmlsec ) SLOT=0 SRC_URI=http://download.savannah.gnu.org/releases/oath-toolkit/oath-toolkit-2.6.2.tar.gz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e pam 3e788d86170dfcd5b06824d898315e18 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=d0bde9e054bee5483a3fb1fb931f75c2 +_md5_=bff66be4c2a8b0afe35a5b547071eefa diff --git a/metadata/md5-cache/sys-block/Manifest.gz b/metadata/md5-cache/sys-block/Manifest.gz index d80955f180bc..4c0967eebb4d 100644 Binary files a/metadata/md5-cache/sys-block/Manifest.gz and b/metadata/md5-cache/sys-block/Manifest.gz differ diff --git a/metadata/md5-cache/sys-block/mbuffer-20160228 b/metadata/md5-cache/sys-block/mbuffer-20160228 deleted file mode 100644 index bacc49c0331f..000000000000 --- a/metadata/md5-cache/sys-block/mbuffer-20160228 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure prepare -DEPEND=ssl? ( dev-libs/openssl ) -DESCRIPTION=M(easuring)buffer is a replacement for buffer with additional functionality -EAPI=4 -HOMEPAGE=http://www.maier-komor.de/mbuffer.html -IUSE=debug ssl -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=ssl? ( dev-libs/openssl ) -SLOT=0 -SRC_URI=http://www.maier-komor.de/software/mbuffer/mbuffer-20160228.tgz -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=14f7906498faa7a9b761dbc3ce77f8db diff --git a/metadata/md5-cache/sys-block/mbuffer-20170515 b/metadata/md5-cache/sys-block/mbuffer-20170515 deleted file mode 100644 index 036780729ee6..000000000000 --- a/metadata/md5-cache/sys-block/mbuffer-20170515 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure prepare -DEPEND=ssl? ( dev-libs/openssl:0= ) -DESCRIPTION=M(easuring)buffer is a replacement for buffer with additional functionality -EAPI=6 -HOMEPAGE=http://www.maier-komor.de/mbuffer.html -IUSE=debug ssl -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=ssl? ( dev-libs/openssl:0= ) -SLOT=0 -SRC_URI=http://www.maier-komor.de/software/mbuffer/mbuffer-20170515.tgz -_md5_=2c210a3f02be38c5e35a03de9a06b4b9 diff --git a/metadata/md5-cache/sys-block/mbuffer-20170921 b/metadata/md5-cache/sys-block/mbuffer-20180318 similarity index 58% rename from metadata/md5-cache/sys-block/mbuffer-20170921 rename to metadata/md5-cache/sys-block/mbuffer-20180318 index a763394e4073..2858abaaa602 100644 --- a/metadata/md5-cache/sys-block/mbuffer-20170921 +++ b/metadata/md5-cache/sys-block/mbuffer-20180318 @@ -1,12 +1,12 @@ DEFINED_PHASES=configure postinst prepare test -DEPEND=ssl? ( dev-libs/openssl:0= ) +DEPEND=ssl? ( dev-libs/openssl:0= ) test? ( dev-libs/openssl:0 ) DESCRIPTION=M(easuring)buffer is a replacement for buffer with additional functionality EAPI=6 HOMEPAGE=http://www.maier-komor.de/mbuffer.html -IUSE=debug ssl +IUSE=debug ssl test KEYWORDS=~amd64 ~ppc ~x86 LICENSE=GPL-2 RDEPEND=ssl? ( dev-libs/openssl:0= ) SLOT=0 -SRC_URI=http://www.maier-komor.de/software/mbuffer/mbuffer-20170921.tgz -_md5_=ea44f36f1dc5da88f60f2f5e8b82095d +SRC_URI=http://www.maier-komor.de/software/mbuffer/mbuffer-20180318.tgz +_md5_=e8e56990f2635860468d9999f65fb4a7 diff --git a/metadata/md5-cache/sys-cluster/Manifest.gz b/metadata/md5-cache/sys-cluster/Manifest.gz index a0f124cfe90b..7846c9bf9414 100644 Binary files a/metadata/md5-cache/sys-cluster/Manifest.gz and b/metadata/md5-cache/sys-cluster/Manifest.gz differ diff --git a/metadata/md5-cache/sys-cluster/kube-apiserver-1.9.3 b/metadata/md5-cache/sys-cluster/kube-apiserver-1.10.0 similarity index 83% rename from metadata/md5-cache/sys-cluster/kube-apiserver-1.9.3 rename to metadata/md5-cache/sys-cluster/kube-apiserver-1.10.0 index 116a7e89af18..0dc7035f2ce3 100644 --- a/metadata/md5-cache/sys-cluster/kube-apiserver-1.9.3 +++ b/metadata/md5-cache/sys-cluster/kube-apiserver-1.10.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.9.3.tar.gz -> kubernetes-1.9.3.tar.gz +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.10.0.tar.gz -> kubernetes-1.10.0.tar.gz _eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 _md5_=95632e2567f463df79549abd7de26243 diff --git a/metadata/md5-cache/sys-cluster/kube-controller-manager-1.9.3 b/metadata/md5-cache/sys-cluster/kube-controller-manager-1.10.0 similarity index 83% rename from metadata/md5-cache/sys-cluster/kube-controller-manager-1.9.3 rename to metadata/md5-cache/sys-cluster/kube-controller-manager-1.10.0 index 0ecae44b80d8..932b4960186f 100644 --- a/metadata/md5-cache/sys-cluster/kube-controller-manager-1.9.3 +++ b/metadata/md5-cache/sys-cluster/kube-controller-manager-1.10.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.9.3.tar.gz -> kubernetes-1.9.3.tar.gz +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.10.0.tar.gz -> kubernetes-1.10.0.tar.gz _eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 _md5_=183de1f6b1b10cbfe7ab70ce8d6545c8 diff --git a/metadata/md5-cache/sys-cluster/kube-proxy-1.9.3 b/metadata/md5-cache/sys-cluster/kube-proxy-1.10.0 similarity index 82% rename from metadata/md5-cache/sys-cluster/kube-proxy-1.9.3 rename to metadata/md5-cache/sys-cluster/kube-proxy-1.10.0 index 50f2e0831660..dea96a99954a 100644 --- a/metadata/md5-cache/sys-cluster/kube-proxy-1.9.3 +++ b/metadata/md5-cache/sys-cluster/kube-proxy-1.10.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.9.3.tar.gz -> kubernetes-1.9.3.tar.gz +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.10.0.tar.gz -> kubernetes-1.10.0.tar.gz _eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 _md5_=219d34de6bde115d0ca48eae17c8e5b6 diff --git a/metadata/md5-cache/sys-cluster/kube-scheduler-1.9.3 b/metadata/md5-cache/sys-cluster/kube-scheduler-1.10.0 similarity index 70% rename from metadata/md5-cache/sys-cluster/kube-scheduler-1.9.3 rename to metadata/md5-cache/sys-cluster/kube-scheduler-1.10.0 index 1137478e3d08..92abc89f3e56 100644 --- a/metadata/md5-cache/sys-cluster/kube-scheduler-1.9.3 +++ b/metadata/md5-cache/sys-cluster/kube-scheduler-1.10.0 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile install prepare setup test unpack DEPEND=dev-go/go-bindata >=dev-lang/go-1.8 -DESCRIPTION=Kubernetes Controller Manager +DESCRIPTION=Kubernetes Scheduler EAPI=6 HOMEPAGE=https://github.com/kubernetes/kubernetes https://kubernetes.io KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.9.3.tar.gz -> kubernetes-1.9.3.tar.gz +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.10.0.tar.gz -> kubernetes-1.10.0.tar.gz _eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 user 8bc2845510e2109af75e3eeac607ec81 -_md5_=d2125ab119a2ee26ae9d7f733ebea577 +_md5_=d388863db97db759634e4973f6ce604b diff --git a/metadata/md5-cache/sys-cluster/kubectl-1.9.3 b/metadata/md5-cache/sys-cluster/kubectl-1.10.0 similarity index 86% rename from metadata/md5-cache/sys-cluster/kubectl-1.9.3 rename to metadata/md5-cache/sys-cluster/kubectl-1.10.0 index a6b038cf7b94..ef908bdbda9b 100644 --- a/metadata/md5-cache/sys-cluster/kubectl-1.9.3 +++ b/metadata/md5-cache/sys-cluster/kubectl-1.10.0 @@ -7,6 +7,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.9.3.tar.gz -> kubernetes-1.9.3.tar.gz +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.10.0.tar.gz -> kubernetes-1.10.0.tar.gz _eclasses_=bash-completion-r1 8e447753aaf658afa609fbf961d80ab7 golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 _md5_=6a654132e79a1fd0328537aae8e33b2e diff --git a/metadata/md5-cache/sys-cluster/kubelet-1.9.3 b/metadata/md5-cache/sys-cluster/kubelet-1.10.0 similarity index 82% rename from metadata/md5-cache/sys-cluster/kubelet-1.9.3 rename to metadata/md5-cache/sys-cluster/kubelet-1.10.0 index fa2d02dbf28e..313f8ec8b614 100644 --- a/metadata/md5-cache/sys-cluster/kubelet-1.9.3 +++ b/metadata/md5-cache/sys-cluster/kubelet-1.10.0 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 LICENSE=Apache-2.0 RESTRICT=test SLOT=0 -SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.9.3.tar.gz -> kubernetes-1.9.3.tar.gz +SRC_URI=https://github.com/kubernetes/kubernetes/archive/v1.10.0.tar.gz -> kubernetes-1.10.0.tar.gz _eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 _md5_=f7d406f92663bea2f1367aa0d248834d diff --git a/metadata/md5-cache/sys-cluster/minikube-0.25.2 b/metadata/md5-cache/sys-cluster/minikube-0.25.2 new file mode 100644 index 000000000000..07e60f53a80f --- /dev/null +++ b/metadata/md5-cache/sys-cluster/minikube-0.25.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install prepare setup test unpack +DEPEND=dev-go/go-bindata || ( dev-lang/python:3.6 dev-lang/python:3.5 dev-lang/python:3.4 >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/go-1.8 +DESCRIPTION=Single Node Kubernetes Cluster +EAPI=6 +HOMEPAGE=https://github.com/kubernetes/minikube https://kubernetes.io +IUSE=hardened +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=>=sys-cluster/kubectl-1.9.4 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/kubernetes/minikube/archive/v0.25.2.tar.gz -> minikube-0.25.2.tar.gz +_eclasses_=golang-base 51a1f13e065f1cff4507685d9cc268c7 golang-build b66349c110e4ddd6203bbe8bf4ae05c1 golang-vcs-snapshot 913580335becddd3ebecefe852e47536 multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 +_md5_=35130a72fcea133b05cf7dde622965aa diff --git a/metadata/md5-cache/sys-fs/Manifest.gz b/metadata/md5-cache/sys-fs/Manifest.gz index b5fa166eb7fa..37ec5efc3f7d 100644 Binary files a/metadata/md5-cache/sys-fs/Manifest.gz and b/metadata/md5-cache/sys-fs/Manifest.gz differ diff --git a/metadata/md5-cache/sys-fs/mdadm-3.3.1-r2 b/metadata/md5-cache/sys-fs/mdadm-4.1_rc1 similarity index 73% rename from metadata/md5-cache/sys-fs/mdadm-3.3.1-r2 rename to metadata/md5-cache/sys-fs/mdadm-4.1_rc1 index 58f2e4f1fa3a..875293402fb9 100644 --- a/metadata/md5-cache/sys-fs/mdadm-3.3.1-r2 +++ b/metadata/md5-cache/sys-fs/mdadm-4.1_rc1 @@ -1,14 +1,13 @@ -DEFINED_PHASES=compile install postinst prepare test +DEFINED_PHASES=compile install postinst test DEPEND=virtual/pkgconfig app-arch/xz-utils virtual/pkgconfig virtual/pkgconfig DESCRIPTION=Tool for running RAID systems - replacement for the raidtools -EAPI=4 +EAPI=6 HOMEPAGE=http://neil.brown.name/blog/mdadm IUSE=static -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=>=sys-apps/util-linux-2.16 RESTRICT=test SLOT=0 -SRC_URI=mirror://kernel/linux/utils/raid/mdadm/mdadm-3.3.1.tar.xz mirror://debian/pool/main/m/mdadm/mdadm_3.3-2.debian.tar.gz +SRC_URI=mirror://kernel/linux/utils/raid/mdadm/mdadm-4.1-rc1.tar.xz mirror://debian/pool/main/m/mdadm/mdadm_4.0-2.debian.tar.xz _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 udev d91cac2c73b94629cad2daea66e0d182 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=a9af046f9559623e344be6a83183f223 +_md5_=0151e001aef86f43aabb2923833cf2f5 diff --git a/metadata/md5-cache/sys-libs/Manifest.gz b/metadata/md5-cache/sys-libs/Manifest.gz index 84f79422f8a8..b3922e7e2fab 100644 Binary files a/metadata/md5-cache/sys-libs/Manifest.gz and b/metadata/md5-cache/sys-libs/Manifest.gz differ diff --git a/metadata/md5-cache/sys-libs/slang-2.3.2 b/metadata/md5-cache/sys-libs/slang-2.3.2 index bc29b0a33b57..2d6c26ca3ddf 100644 --- a/metadata/md5-cache/sys-libs/slang-2.3.2 +++ b/metadata/md5-cache/sys-libs/slang-2.3.2 @@ -4,10 +4,10 @@ DESCRIPTION=Multi-platform library designed to allow a developer to create robus EAPI=6 HOMEPAGE=http://www.jedsoft.org/slang/ IUSE=cjk pcre png readline static-libs zlib abi_x86_32 abi_x86_64 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-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 ~arm ~arm64 ~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 ~x86-solaris LICENSE=GPL-2 RDEPEND=sys-libs/ncurses:0= cjk? ( >=dev-libs/oniguruma-5.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(-)?] ) pcre? ( >=dev-libs/libpcre-8.33-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(-)?] ) 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(-)?] ) readline? ( >=sys-libs/readline-6.2_p5-r1: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(-)?] ) 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(-)?] ) SLOT=0 SRC_URI=http://www.jedsoft.org/releases/slang/slang-2.3.2.tar.bz2 http://www.jedsoft.org/releases/slang/old/slang-2.3.2.tar.bz2 _eclasses_=multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e multilib-build 8ffb5e2112a70fef5f37fcacad308726 multilib-minimal 9139c3a57e077cb8e0d0f73ceb080b89 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=76803e099501ada80c8816f2a9915a4b +_md5_=f1474db49ed514231fe636e3e7044c5b diff --git a/metadata/md5-cache/sys-process/Manifest.gz b/metadata/md5-cache/sys-process/Manifest.gz index dab41c1bcc07..e3e493d89431 100644 Binary files a/metadata/md5-cache/sys-process/Manifest.gz and b/metadata/md5-cache/sys-process/Manifest.gz differ diff --git a/metadata/md5-cache/sys-process/htop-2.1.0 b/metadata/md5-cache/sys-process/htop-2.1.0 deleted file mode 100644 index 7bc91e26a24d..000000000000 --- a/metadata/md5-cache/sys-process/htop-2.1.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure prepare setup -DEPEND=sys-libs/ncurses:0=[unicode?] virtual/pkgconfig >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=interactive process viewer -EAPI=6 -HOMEPAGE=http://hisham.hm/htop/ -IUSE=kernel_FreeBSD kernel_linux openvz unicode vserver -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux -LICENSE=BSD GPL-2 -RDEPEND=sys-libs/ncurses:0=[unicode?] -SLOT=0 -SRC_URI=http://hisham.hm/htop/releases/2.1.0/htop-2.1.0.tar.gz -_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 estack 43ddf5aaffa7a8d0482df54d25a66a1f libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=ecb14546b49027a05b991908b50fee19 diff --git a/metadata/md5-cache/sys-process/htop-3.0.0_beta3 b/metadata/md5-cache/sys-process/htop-3.0.0_beta3 new file mode 100644 index 000000000000..3e130bbc8faf --- /dev/null +++ b/metadata/md5-cache/sys-process/htop-3.0.0_beta3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure prepare setup +DEPEND=sys-libs/ncurses:0=[unicode?] python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) python_single_target_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),python_single_target_python2_7(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?,python_single_target_python3_6(+)?] virtual/pkgconfig >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=interactive process viewer +EAPI=6 +HOMEPAGE=http://hisham.hm/htop/ +IUSE=kernel_FreeBSD kernel_linux openvz unicode vserver python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 +LICENSE=BSD GPL-2 +RDEPEND=sys-libs/ncurses:0=[unicode?] +REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_4 python_single_target_python3_5 python_single_target_python3_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) python_single_target_python3_6? ( python_targets_python3_6 ) +SLOT=0 +SRC_URI=https://github.com/hishamhm/htop/archive/3.0.0beta3.tar.gz -> htop-3.0.0_beta3.tar.gz +_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 estack 43ddf5aaffa7a8d0482df54d25a66a1f libtool 0081a71a261724730ec4c248494f044d linux-info ca370deef9d44125d829f2eb6ebc83e0 multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 317a2557b4d7319a7418225f65accf77 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 versionator ce21313503c41896ebcd7d58b0607e37 +_md5_=e497941d87c4c8fb0bd3ceddaec85f14 diff --git a/metadata/md5-cache/sys-process/lsof-4.90 b/metadata/md5-cache/sys-process/lsof-4.90 index 8c43787c6505..53939a236545 100644 --- a/metadata/md5-cache/sys-process/lsof-4.90 +++ b/metadata/md5-cache/sys-process/lsof-4.90 @@ -4,10 +4,10 @@ DESCRIPTION=Lists open files for running Unix processes EAPI=6 HOMEPAGE=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ IUSE=examples ipv6 rpc selinux static -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=lsof RDEPEND=rpc? ( net-libs/libtirpc ) selinux? ( sys-libs/libselinux ) SLOT=0 SRC_URI=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.90.tar.bz2 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_4.90.tar.bz2 http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.90.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=6d7c737ad616bc8c7dc79831af2a7395 +_md5_=540ad54ba3f0dc039a96bfe5cc6cb0ab diff --git a/metadata/md5-cache/sys-process/lsof-4.91 b/metadata/md5-cache/sys-process/lsof-4.91 new file mode 100644 index 000000000000..2939ef8bb5c2 --- /dev/null +++ b/metadata/md5-cache/sys-process/lsof-4.91 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst prepare unpack +DEPEND=rpc? ( net-libs/libtirpc ) selinux? ( sys-libs/libselinux ) rpc? ( virtual/pkgconfig ) +DESCRIPTION=Lists open files for running Unix processes +EAPI=6 +HOMEPAGE=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ +IUSE=examples ipv6 rpc selinux static +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris +LICENSE=lsof +RDEPEND=rpc? ( net-libs/libtirpc ) selinux? ( sys-libs/libselinux ) +SLOT=0 +SRC_URI=ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.91.tar.bz2 ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/lsof_4.91.tar.bz2 http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.91.tar.bz2 +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf +_md5_=540ad54ba3f0dc039a96bfe5cc6cb0ab diff --git a/metadata/md5-cache/www-client/Manifest.gz b/metadata/md5-cache/www-client/Manifest.gz index 5efe489a5d2a..2f77e5a14453 100644 Binary files a/metadata/md5-cache/www-client/Manifest.gz and b/metadata/md5-cache/www-client/Manifest.gz differ diff --git a/metadata/md5-cache/www-client/chromium-67.0.3377.1 b/metadata/md5-cache/www-client/chromium-67.0.3377.1 new file mode 100644 index 000000000000..b734ff06fce7 --- /dev/null +++ b/metadata/md5-cache/www-client/chromium-67.0.3377.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup +DEPEND=app-accessibility/at-spi2-atk:2 app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) dev-libs/atk dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59:= ) >=dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.26:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.6.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) >=app-arch/gzip-1.7 !arm? ( dev-lang/yasm ) dev-lang/perl >=dev-util/gperf-3.0.3 >=dev-util/ninja-1.7.2 >=net-libs/nodejs-6.9.4 sys-apps/hwids[usb(+)] >=sys-devel/bison-2.4.3 sys-devel/flex >=sys-devel/clang-5 virtual/pkgconfig dev-vcs/git || ( ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/beautifulsoup:python-2[python_targets_python2_7(-),python_single_target_python2_7(+)] >=dev-python/beautifulsoup-4.3.2:4[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/html5lib[python_targets_python2_7(-),python_single_target_python2_7(+)] dev-python/simplejson[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) >=sys-apps/sed-4 +DESCRIPTION=Open-source version of Google Chrome web browser +EAPI=6 +HOMEPAGE=http://chromium.org/ +IUSE=component-build cups gnome-keyring +hangouts jumbo-build kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc custom-cflags +l10n_am +l10n_ar +l10n_bg +l10n_bn +l10n_ca +l10n_cs +l10n_da +l10n_de +l10n_el +l10n_en-GB +l10n_es +l10n_es-419 +l10n_et +l10n_fa +l10n_fi +l10n_fil +l10n_fr +l10n_gu +l10n_he +l10n_hi +l10n_hr +l10n_hu +l10n_id +l10n_it +l10n_ja +l10n_kn +l10n_ko +l10n_lt +l10n_lv +l10n_ml +l10n_mr +l10n_ms +l10n_nb +l10n_nl +l10n_pl +l10n_pt-BR +l10n_pt-PT +l10n_ro +l10n_ru +l10n_sk +l10n_sl +l10n_sr +l10n_sv +l10n_sw +l10n_ta +l10n_te +l10n_th +l10n_tr +l10n_uk +l10n_vi +l10n_zh-CN +l10n_zh-TW +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=BSD +RDEPEND=app-accessibility/at-spi2-atk:2 app-arch/bzip2:= cups? ( >=net-print/cups-1.3.11:= ) dev-libs/atk dev-libs/expat:= dev-libs/glib:2 system-icu? ( >=dev-libs/icu-59:= ) >=dev-libs/libxml2-2.9.4-r3:=[icu] dev-libs/libxslt:= dev-libs/nspr:= >=dev-libs/nss-3.26:= >=dev-libs/re2-0.2016.05.01:= gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) >=media-libs/alsa-lib-1.0.19:= media-libs/fontconfig:= media-libs/freetype:= >=media-libs/harfbuzz-1.6.0:=[icu(-)] media-libs/libjpeg-turbo:= media-libs/libpng:= system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) >=media-libs/openh264-1.6.0:= pulseaudio? ( media-sound/pulseaudio:= ) system-ffmpeg? ( >=media-video/ffmpeg-3:= || ( media-video/ffmpeg[-samba] >=net-fs/samba-4.5.10-r1[-debug(-)] ) !=net-fs/samba-4.5.12 media-libs/opus:= ) sys-apps/dbus:= sys-apps/pciutils:= virtual/udev x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X] x11-libs/libX11:= x11-libs/libXcomposite:= x11-libs/libXcursor:= x11-libs/libXdamage:= x11-libs/libXext:= x11-libs/libXfixes:= >=x11-libs/libXi-1.6.0:= x11-libs/libXrandr:= x11-libs/libXrender:= x11-libs/libXScrnSaver:= x11-libs/libXtst:= x11-libs/pango:= app-arch/snappy:= media-libs/flac:= >=media-libs/libwebp-0.4.0:= sys-libs/zlib:=[minizip] kerberos? ( virtual/krb5 ) !=www-client/chromium-9999 !=dev-lang/python-2.7.5-r2:2.7[threads] ) brotli? ( app-arch/brotli SLOT=0 SRC_URI=https://github.com/rkd77/felinks/archive/0dd3aaabe61fbc5ed0d9a74915678d11d00c2a1c.tar.gz -> elinks-0.13_pre_pre20180225.tar.gz _eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 libtool 0081a71a261724730ec4c248494f044d multilib 97f470f374f2e94ccab04a2fb21d811e python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=e402bfa70ae445f02ba696000224a608 +_md5_=e346964a2726ebdbb96c85015a9ab43b diff --git a/metadata/md5-cache/www-client/firefox-52.7.3 b/metadata/md5-cache/www-client/firefox-52.7.3 new file mode 100644 index 000000000000..7f7a10ebeaa9 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-52.7.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup unpack +DEPEND=jack? ( virtual/jack ) >=dev-libs/nss-3.28.3 >=dev-libs/nspr-4.13.1 selinux? ( sec-policy/selinux-mozilla ) pgo? ( >=sys-devel/gcc-4.5 ) rust? ( virtual/rust ) amd64? ( >=dev-lang/yasm-1.1 virtual/opengl ) x86? ( >=dev-lang/yasm-1.1 virtual/opengl ) >=sys-apps/sed-4 virtual/pkgconfig || ( >=dev-lang/python-2.7.5-r2:2.7[ncurses,sqlite,ssl,threads] ) app-arch/zip app-arch/unzip >=sys-devel/binutils-2.16.1 sys-apps/findutils pulseaudio? ( media-sound/pulseaudio ) >=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.25:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-58.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0= ) system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 ) !gtk2? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) >=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) ~sys-devel/autoconf-2.13 >=sys-devel/libtool-2.4 pgo? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=6 +HOMEPAGE=https://www.mozilla.org/en-US/firefox/ +IUSE=bindist eme-free +gmp-autoupdate hardened hwaccel jack pgo rust selinux test custom-cflags custom-optimization dbus debug +jemalloc neon pulseaudio selinux startup-notification system-cairo system-harfbuzz system-icu system-jpeg system-libevent system-sqlite system-libvpx gtk2 wifi pgo l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=jack? ( virtual/jack ) >=dev-libs/nss-3.28.3 >=dev-libs/nspr-4.13.1 selinux? ( sec-policy/selinux-mozilla ) >=app-text/hunspell-1.2:= dev-libs/atk dev-libs/expat >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.18:2 x11-libs/gdk-pixbuf >=x11-libs/pango-1.22.0 >=media-libs/libpng-1.6.25:0=[apng] >=media-libs/mesa-10.2:* media-libs/fontconfig >=media-libs/freetype-2.4.10 kernel_linux? ( !pulseaudio? ( media-libs/alsa-lib ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) virtual/freedesktop-icon-theme dbus? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 ) startup-notification? ( >=x11-libs/startup-notification-0.8 ) >=dev-libs/glib-2.26:2 >=sys-libs/zlib-1.2.3 >=virtual/libffi-3.0.10 virtual/ffmpeg x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt system-cairo? ( >=x11-libs/cairo-1.12[X,xcb] >=x11-libs/pixman-0.19.2 ) system-icu? ( >=dev-libs/icu-58.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-libevent? ( >=dev-libs/libevent-2.0:0= ) system-sqlite? ( >=dev-db/sqlite-3.17.0:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.3.3:0= >=media-gfx/graphite2-1.3.8 ) !gtk2? ( >=x11-libs/gtk+-3.4.0:3 ) wifi? ( kernel_linux? ( >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 net-misc/networkmanager ) ) pulseaudio? ( || ( media-sound/pulseaudio >=media-sound/apulse-0.1.9 ) ) selinux? ( sec-policy/selinux-mozilla ) +RESTRICT=!bindist? ( bindist ) +SLOT=0 +SRC_URI=l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ach.xpi -> firefox-52.7.3esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/af.xpi -> firefox-52.7.3esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/an.xpi -> firefox-52.7.3esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ar.xpi -> firefox-52.7.3esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/as.xpi -> firefox-52.7.3esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ast.xpi -> firefox-52.7.3esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/az.xpi -> firefox-52.7.3esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/bg.xpi -> firefox-52.7.3esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/bn-BD.xpi -> firefox-52.7.3esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/bn-IN.xpi -> firefox-52.7.3esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/br.xpi -> firefox-52.7.3esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/bs.xpi -> firefox-52.7.3esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ca.xpi -> firefox-52.7.3esr-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/cak.xpi -> firefox-52.7.3esr-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/cs.xpi -> firefox-52.7.3esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/cy.xpi -> firefox-52.7.3esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/da.xpi -> firefox-52.7.3esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/de.xpi -> firefox-52.7.3esr-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/dsb.xpi -> firefox-52.7.3esr-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/el.xpi -> firefox-52.7.3esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/en-GB.xpi -> firefox-52.7.3esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/en-ZA.xpi -> firefox-52.7.3esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/eo.xpi -> firefox-52.7.3esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/es-AR.xpi -> firefox-52.7.3esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/es-CL.xpi -> firefox-52.7.3esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/es-ES.xpi -> firefox-52.7.3esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/es-MX.xpi -> firefox-52.7.3esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/et.xpi -> firefox-52.7.3esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/eu.xpi -> firefox-52.7.3esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/fa.xpi -> firefox-52.7.3esr-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ff.xpi -> firefox-52.7.3esr-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/fi.xpi -> firefox-52.7.3esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/fr.xpi -> firefox-52.7.3esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/fy-NL.xpi -> firefox-52.7.3esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ga-IE.xpi -> firefox-52.7.3esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/gd.xpi -> firefox-52.7.3esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/gl.xpi -> firefox-52.7.3esr-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/gn.xpi -> firefox-52.7.3esr-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/gu-IN.xpi -> firefox-52.7.3esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/he.xpi -> firefox-52.7.3esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/hi-IN.xpi -> firefox-52.7.3esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/hr.xpi -> firefox-52.7.3esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/hsb.xpi -> firefox-52.7.3esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/hu.xpi -> firefox-52.7.3esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/hy-AM.xpi -> firefox-52.7.3esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/id.xpi -> firefox-52.7.3esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/is.xpi -> firefox-52.7.3esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/it.xpi -> firefox-52.7.3esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ja.xpi -> firefox-52.7.3esr-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ka.xpi -> firefox-52.7.3esr-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/kab.xpi -> firefox-52.7.3esr-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/kk.xpi -> firefox-52.7.3esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/km.xpi -> firefox-52.7.3esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/kn.xpi -> firefox-52.7.3esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ko.xpi -> firefox-52.7.3esr-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/lij.xpi -> firefox-52.7.3esr-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/lt.xpi -> firefox-52.7.3esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/lv.xpi -> firefox-52.7.3esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/mai.xpi -> firefox-52.7.3esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/mk.xpi -> firefox-52.7.3esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ml.xpi -> firefox-52.7.3esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/mr.xpi -> firefox-52.7.3esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ms.xpi -> firefox-52.7.3esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/nb-NO.xpi -> firefox-52.7.3esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/nl.xpi -> firefox-52.7.3esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/nn-NO.xpi -> firefox-52.7.3esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/or.xpi -> firefox-52.7.3esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/pa-IN.xpi -> firefox-52.7.3esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/pl.xpi -> firefox-52.7.3esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/pt-BR.xpi -> firefox-52.7.3esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/pt-PT.xpi -> firefox-52.7.3esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/rm.xpi -> firefox-52.7.3esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ro.xpi -> firefox-52.7.3esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ru.xpi -> firefox-52.7.3esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/si.xpi -> firefox-52.7.3esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/sk.xpi -> firefox-52.7.3esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/sl.xpi -> firefox-52.7.3esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/son.xpi -> firefox-52.7.3esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/sq.xpi -> firefox-52.7.3esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/sr.xpi -> firefox-52.7.3esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/sv-SE.xpi -> firefox-52.7.3esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/ta.xpi -> firefox-52.7.3esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/te.xpi -> firefox-52.7.3esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/th.xpi -> firefox-52.7.3esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/tr.xpi -> firefox-52.7.3esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/uk.xpi -> firefox-52.7.3esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/uz.xpi -> firefox-52.7.3esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/vi.xpi -> firefox-52.7.3esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/xh.xpi -> firefox-52.7.3esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/zh-CN.xpi -> firefox-52.7.3esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/linux-i686/xpi/zh-TW.xpi -> firefox-52.7.3esr-zh-TW.xpi ) https://archive.mozilla.org/pub/firefox/releases/52.7.3esr/source/firefox-52.7.3esr.source.tar.xz https://dev.gentoo.org/~anarchy/mozilla/patchsets/firefox-52.5-patches-02.tar.xz https://dev.gentoo.org/~axs/mozilla/patchsets/firefox-52.5-patches-02.tar.xz https://dev.gentoo.org/~polynomial-c/mozilla/patchsets/firefox-52.5-patches-02.tar.xz +_eclasses_=autotools 4842e626555a9a4344f34cef2e190b67 check-reqs fd05cf75484aa28d307cf4ee6e1db056 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e mozconfig-v6.52 aeba761913d03fc45f4d6ae2b89165ca mozcoreconf-v5 602c3c0a642bafeabb149c49a6df941f mozextension 89a560beaf496e7cb89f3d79d4aef09e mozlinguas-v2 e7b3bd89af6dc1a3dd10be68ba3d574d multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 python-any-r1 27d7f9da7187d283b7f3eae8390b7b09 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 virtualx 3a3c4637ea6d5a2113707a644766337c xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=b3144991a886fe3d875b23d4f2359e94 diff --git a/metadata/md5-cache/www-client/firefox-bin-52.7.2 b/metadata/md5-cache/www-client/firefox-bin-52.7.2 deleted file mode 100644 index daab408eb031..000000000000 --- a/metadata/md5-cache/www-client/firefox-bin-52.7.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst unpack -DEPEND=app-arch/unzip >=sys-apps/sed-4 app-arch/unzip -DESCRIPTION=Firefox Web Browser -EAPI=6 -HOMEPAGE=https://www.mozilla.org/en-US/firefox/ -IUSE=+ffmpeg +pulseaudio selinux startup-notification l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW -KEYWORDS=-* amd64 x86 -LICENSE=MPL-2.0 GPL-2 LGPL-2.1 -RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme pulseaudio? ( ! firefox-52.7.2esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/af.xpi -> firefox-52.7.2esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/an.xpi -> firefox-52.7.2esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ar.xpi -> firefox-52.7.2esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/as.xpi -> firefox-52.7.2esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ast.xpi -> firefox-52.7.2esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/az.xpi -> firefox-52.7.2esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/bg.xpi -> firefox-52.7.2esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/bn-BD.xpi -> firefox-52.7.2esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/bn-IN.xpi -> firefox-52.7.2esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/br.xpi -> firefox-52.7.2esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/bs.xpi -> firefox-52.7.2esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ca.xpi -> firefox-52.7.2esr-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/cs.xpi -> firefox-52.7.2esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/cy.xpi -> firefox-52.7.2esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/da.xpi -> firefox-52.7.2esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/de.xpi -> firefox-52.7.2esr-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/el.xpi -> firefox-52.7.2esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/en-GB.xpi -> firefox-52.7.2esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/en-ZA.xpi -> firefox-52.7.2esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/eo.xpi -> firefox-52.7.2esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/es-AR.xpi -> firefox-52.7.2esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/es-CL.xpi -> firefox-52.7.2esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/es-ES.xpi -> firefox-52.7.2esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/es-MX.xpi -> firefox-52.7.2esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/et.xpi -> firefox-52.7.2esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/eu.xpi -> firefox-52.7.2esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/fa.xpi -> firefox-52.7.2esr-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/fi.xpi -> firefox-52.7.2esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/fr.xpi -> firefox-52.7.2esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/fy-NL.xpi -> firefox-52.7.2esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ga-IE.xpi -> firefox-52.7.2esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/gd.xpi -> firefox-52.7.2esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/gl.xpi -> firefox-52.7.2esr-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/gu-IN.xpi -> firefox-52.7.2esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/he.xpi -> firefox-52.7.2esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/hi-IN.xpi -> firefox-52.7.2esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/hr.xpi -> firefox-52.7.2esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/hsb.xpi -> firefox-52.7.2esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/hu.xpi -> firefox-52.7.2esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/hy-AM.xpi -> firefox-52.7.2esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/id.xpi -> firefox-52.7.2esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/is.xpi -> firefox-52.7.2esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/it.xpi -> firefox-52.7.2esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ja.xpi -> firefox-52.7.2esr-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/kk.xpi -> firefox-52.7.2esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/km.xpi -> firefox-52.7.2esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/kn.xpi -> firefox-52.7.2esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ko.xpi -> firefox-52.7.2esr-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/lt.xpi -> firefox-52.7.2esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/lv.xpi -> firefox-52.7.2esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/mai.xpi -> firefox-52.7.2esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/mk.xpi -> firefox-52.7.2esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ml.xpi -> firefox-52.7.2esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/mr.xpi -> firefox-52.7.2esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ms.xpi -> firefox-52.7.2esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/nb-NO.xpi -> firefox-52.7.2esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/nl.xpi -> firefox-52.7.2esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/nn-NO.xpi -> firefox-52.7.2esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/or.xpi -> firefox-52.7.2esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/pa-IN.xpi -> firefox-52.7.2esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/pl.xpi -> firefox-52.7.2esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/pt-BR.xpi -> firefox-52.7.2esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/pt-PT.xpi -> firefox-52.7.2esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/rm.xpi -> firefox-52.7.2esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ro.xpi -> firefox-52.7.2esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ru.xpi -> firefox-52.7.2esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/si.xpi -> firefox-52.7.2esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/sk.xpi -> firefox-52.7.2esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/sl.xpi -> firefox-52.7.2esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/son.xpi -> firefox-52.7.2esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/sq.xpi -> firefox-52.7.2esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/sr.xpi -> firefox-52.7.2esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/sv-SE.xpi -> firefox-52.7.2esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/ta.xpi -> firefox-52.7.2esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/te.xpi -> firefox-52.7.2esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/th.xpi -> firefox-52.7.2esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/tr.xpi -> firefox-52.7.2esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/uk.xpi -> firefox-52.7.2esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/uz.xpi -> firefox-52.7.2esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/vi.xpi -> firefox-52.7.2esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/xh.xpi -> firefox-52.7.2esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/zh-CN.xpi -> firefox-52.7.2esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.2esr/linux-i686/xpi/zh-TW.xpi -> firefox-52.7.2esr-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/52.7.2esr/linux-x86_64/en-US/firefox-52.7.2esr.tar.bz2 -> firefox-bin_x86_64-52.7.2.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/52.7.2esr/linux-i686/en-US/firefox-52.7.2esr.tar.bz2 -> firefox-bin_i686-52.7.2.tar.bz2 ) -_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e mozextension 89a560beaf496e7cb89f3d79d4aef09e mozlinguas-v2 e7b3bd89af6dc1a3dd10be68ba3d574d multilib 97f470f374f2e94ccab04a2fb21d811e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=837603ee10fe1d2cc7b51eaa01d1df62 diff --git a/metadata/md5-cache/www-client/firefox-bin-52.7.3 b/metadata/md5-cache/www-client/firefox-bin-52.7.3 new file mode 100644 index 000000000000..b0c902b80c3b --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-52.7.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst postrm preinst unpack +DEPEND=app-arch/unzip >=sys-apps/sed-4 app-arch/unzip +DESCRIPTION=Firefox Web Browser +EAPI=6 +HOMEPAGE=https://www.mozilla.org/en-US/firefox/ +IUSE=+ffmpeg +pulseaudio selinux startup-notification l10n_ach l10n_af l10n_an l10n_ar l10n_as l10n_ast l10n_az l10n_bg l10n_bn-BD l10n_bn-IN l10n_br l10n_bs l10n_ca l10n_cs l10n_cy l10n_da l10n_de l10n_el l10n_en-GB l10n_en-ZA l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_id l10n_is l10n_it l10n_ja l10n_kk l10n_km l10n_kn l10n_ko l10n_lt l10n_lv l10n_mai l10n_mk l10n_ml l10n_mr l10n_ms l10n_nb l10n_nl l10n_nn l10n_or l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_si l10n_sk l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW +KEYWORDS=-* amd64 x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.18:2 >=x11-libs/gtk+-3.4.0:3 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme pulseaudio? ( ! firefox-52.7.3esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/af.xpi -> firefox-52.7.3esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/an.xpi -> firefox-52.7.3esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ar.xpi -> firefox-52.7.3esr-ar.xpi ) l10n_as? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/as.xpi -> firefox-52.7.3esr-as.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ast.xpi -> firefox-52.7.3esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/az.xpi -> firefox-52.7.3esr-az.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/bg.xpi -> firefox-52.7.3esr-bg.xpi ) l10n_bn-BD? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/bn-BD.xpi -> firefox-52.7.3esr-bn-BD.xpi ) l10n_bn-IN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/bn-IN.xpi -> firefox-52.7.3esr-bn-IN.xpi ) l10n_br? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/br.xpi -> firefox-52.7.3esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/bs.xpi -> firefox-52.7.3esr-bs.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ca.xpi -> firefox-52.7.3esr-ca.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/cs.xpi -> firefox-52.7.3esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/cy.xpi -> firefox-52.7.3esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/da.xpi -> firefox-52.7.3esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/de.xpi -> firefox-52.7.3esr-de.xpi ) l10n_el? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/el.xpi -> firefox-52.7.3esr-el.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/en-GB.xpi -> firefox-52.7.3esr-en-GB.xpi ) l10n_en-ZA? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/en-ZA.xpi -> firefox-52.7.3esr-en-ZA.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/eo.xpi -> firefox-52.7.3esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/es-AR.xpi -> firefox-52.7.3esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/es-CL.xpi -> firefox-52.7.3esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/es-ES.xpi -> firefox-52.7.3esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/es-MX.xpi -> firefox-52.7.3esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/et.xpi -> firefox-52.7.3esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/eu.xpi -> firefox-52.7.3esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/fa.xpi -> firefox-52.7.3esr-fa.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/fi.xpi -> firefox-52.7.3esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/fr.xpi -> firefox-52.7.3esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/fy-NL.xpi -> firefox-52.7.3esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ga-IE.xpi -> firefox-52.7.3esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/gd.xpi -> firefox-52.7.3esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/gl.xpi -> firefox-52.7.3esr-gl.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/gu-IN.xpi -> firefox-52.7.3esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/he.xpi -> firefox-52.7.3esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/hi-IN.xpi -> firefox-52.7.3esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/hr.xpi -> firefox-52.7.3esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/hsb.xpi -> firefox-52.7.3esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/hu.xpi -> firefox-52.7.3esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/hy-AM.xpi -> firefox-52.7.3esr-hy-AM.xpi ) l10n_id? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/id.xpi -> firefox-52.7.3esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/is.xpi -> firefox-52.7.3esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/it.xpi -> firefox-52.7.3esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ja.xpi -> firefox-52.7.3esr-ja.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/kk.xpi -> firefox-52.7.3esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/km.xpi -> firefox-52.7.3esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/kn.xpi -> firefox-52.7.3esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ko.xpi -> firefox-52.7.3esr-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/lt.xpi -> firefox-52.7.3esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/lv.xpi -> firefox-52.7.3esr-lv.xpi ) l10n_mai? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/mai.xpi -> firefox-52.7.3esr-mai.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/mk.xpi -> firefox-52.7.3esr-mk.xpi ) l10n_ml? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ml.xpi -> firefox-52.7.3esr-ml.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/mr.xpi -> firefox-52.7.3esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ms.xpi -> firefox-52.7.3esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/nb-NO.xpi -> firefox-52.7.3esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/nl.xpi -> firefox-52.7.3esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/nn-NO.xpi -> firefox-52.7.3esr-nn-NO.xpi ) l10n_or? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/or.xpi -> firefox-52.7.3esr-or.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/pa-IN.xpi -> firefox-52.7.3esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/pl.xpi -> firefox-52.7.3esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/pt-BR.xpi -> firefox-52.7.3esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/pt-PT.xpi -> firefox-52.7.3esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/rm.xpi -> firefox-52.7.3esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ro.xpi -> firefox-52.7.3esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ru.xpi -> firefox-52.7.3esr-ru.xpi ) l10n_si? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/si.xpi -> firefox-52.7.3esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/sk.xpi -> firefox-52.7.3esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/sl.xpi -> firefox-52.7.3esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/son.xpi -> firefox-52.7.3esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/sq.xpi -> firefox-52.7.3esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/sr.xpi -> firefox-52.7.3esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/sv-SE.xpi -> firefox-52.7.3esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/ta.xpi -> firefox-52.7.3esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/te.xpi -> firefox-52.7.3esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/th.xpi -> firefox-52.7.3esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/tr.xpi -> firefox-52.7.3esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/uk.xpi -> firefox-52.7.3esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/uz.xpi -> firefox-52.7.3esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/vi.xpi -> firefox-52.7.3esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/xh.xpi -> firefox-52.7.3esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/zh-CN.xpi -> firefox-52.7.3esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases//52.7.3esr/linux-i686/xpi/zh-TW.xpi -> firefox-52.7.3esr-zh-TW.xpi ) amd64? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/52.7.3esr/linux-x86_64/en-US/firefox-52.7.3esr.tar.bz2 -> firefox-bin_x86_64-52.7.3.tar.bz2 ) x86? ( https://archive.mozilla.org/pub/mozilla.org/firefox/releases/52.7.3esr/linux-i686/en-US/firefox-52.7.3esr.tar.bz2 -> firefox-bin_i686-52.7.3.tar.bz2 ) +_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e mozextension 89a560beaf496e7cb89f3d79d4aef09e mozlinguas-v2 e7b3bd89af6dc1a3dd10be68ba3d574d multilib 97f470f374f2e94ccab04a2fb21d811e nsplugins 2049586e425364a1c5bdb004205d1758 pax-utils b963274a93e76570a88168c1f1db4cd7 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 +_md5_=837603ee10fe1d2cc7b51eaa01d1df62 diff --git a/metadata/md5-cache/www-client/otter-0.9.96 b/metadata/md5-cache/www-client/otter-0.9.96 index b33ea52b2444..90d40f97f323 100644 --- a/metadata/md5-cache/www-client/otter-0.9.96 +++ b/metadata/md5-cache/www-client/otter-0.9.96 @@ -4,11 +4,11 @@ DESCRIPTION=Project aiming to recreate classic Opera (12.x) UI using Qt5 EAPI=6 HOMEPAGE=http://otter-browser.org/ IUSE=webengine +webkit spell -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~ppc64 ~x86 LICENSE=GPL-3 RDEPEND=dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtmultimedia:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxmlpatterns:5 spell? ( kde-frameworks/sonnet ) webengine? ( >=dev-qt/qtwebengine-5.9:5[widgets] ) webkit? ( dev-qt/qtwebkit:5 ) REQUIRED_USE=|| ( webengine webkit ) SLOT=0 SRC_URI=https://github.com/OtterBrowser/otter-browser/archive/v0.9.96.tar.gz -> otter-0.9.96.tar.gz _eclasses_=cmake-utils b8d2d7038bb36192aa14e01c64e5a06a desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 gnome2-utils 4d211d7614f303710fca59db6ec12c88 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils ebb2eaddc6331c4fa000b8eb8f6fe074 preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 xdg-utils f2c8335407f0b935b0a96d4adf23ef25 -_md5_=71c41691c40864895e50e94708e54fbe +_md5_=f5fd8d1d4ccf507346cd69f881dccb60 diff --git a/metadata/md5-cache/www-servers/Manifest.gz b/metadata/md5-cache/www-servers/Manifest.gz index 9e7befc238aa..3406635c869c 100644 Binary files a/metadata/md5-cache/www-servers/Manifest.gz and b/metadata/md5-cache/www-servers/Manifest.gz differ diff --git a/metadata/md5-cache/www-servers/apache-2.2.34 b/metadata/md5-cache/www-servers/apache-2.2.34 new file mode 100644 index 000000000000..0cb4b2c445d4 --- /dev/null +++ b/metadata/md5-cache/www-servers/apache-2.2.34 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst prepare setup +DEPEND=>=app-portage/elt-patches-20170422 !=sys-devel/automake-1.16:1.16 >=sys-devel/automake-1.15.1:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 ssl? ( || ( dev-libs/openssl:0 dev-libs/libressl:0 ) ) >=dev-libs/apr-1.4.5:= dev-lang/perl =dev-libs/apr-util-1*:=[ldap?] dev-libs/libpcre apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_mime? ( app-misc/mime-types ) ldap? ( =net-nds/openldap-2* ) ssl? ( !libressl? ( >=dev-libs/openssl-1.0.2:0= ) libressl? ( dev-libs/libressl:= ) ) !=www-servers/apache-1* virtual/pkgconfig +DESCRIPTION=The Apache Web Server +EAPI=5 +HOMEPAGE=https://httpd.apache.org/ +IUSE=ssl debug doc ldap libressl selinux ssl static suexec threads apache2_modules_actions apache2_modules_alias apache2_modules_asis apache2_modules_auth_basic apache2_modules_auth_digest apache2_modules_authn_alias apache2_modules_authn_anon apache2_modules_authn_dbd apache2_modules_authn_dbm apache2_modules_authn_default apache2_modules_authn_file apache2_modules_authz_dbm apache2_modules_authz_default apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_cache apache2_modules_cern_meta apache2_modules_charset_lite apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_dbd apache2_modules_deflate apache2_modules_dir apache2_modules_disk_cache apache2_modules_dumpio apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers apache2_modules_ident apache2_modules_imagemap apache2_modules_include apache2_modules_info apache2_modules_log_config apache2_modules_log_forensic apache2_modules_logio apache2_modules_mem_cache apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_proxy apache2_modules_proxy_ajp apache2_modules_proxy_balancer apache2_modules_proxy_connect apache2_modules_proxy_ftp apache2_modules_proxy_http apache2_modules_proxy_scgi apache2_modules_rewrite apache2_modules_reqtimeout apache2_modules_setenvif apache2_modules_speling apache2_modules_status apache2_modules_substitute apache2_modules_unique_id apache2_modules_userdir apache2_modules_usertrack apache2_modules_version apache2_modules_vhost_alias apache2_mpms_itk apache2_mpms_peruser apache2_mpms_prefork apache2_mpms_event apache2_mpms_worker +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +LICENSE=Apache-2.0 Apache-1.1 +PDEPEND=~app-admin/apache-tools-2.2.34 +RDEPEND=>=dev-libs/apr-1.4.5:= dev-lang/perl =dev-libs/apr-util-1*:=[ldap?] dev-libs/libpcre apache2_modules_deflate? ( sys-libs/zlib ) apache2_modules_mime? ( app-misc/mime-types ) ldap? ( =net-nds/openldap-2* ) ssl? ( !libressl? ( >=dev-libs/openssl-1.0.2:0= ) libressl? ( dev-libs/libressl:= ) ) !=www-servers/apache-1* selinux? ( sec-policy/selinux-apache ) +SLOT=2 +SRC_URI=mirror://apache/httpd/httpd-2.2.34.tar.bz2 https://dev.gentoo.org/~whissi/dist/apache/gentoo-apache-2.2.34-20170918.tar.bz2 +_eclasses_=apache-2 bfd06aa4db9eed6348b30706fb400351 autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 +_md5_=6af80af5918568f860398aa7f7a86b15 diff --git a/metadata/md5-cache/www-servers/apache-2.4.27-r1 b/metadata/md5-cache/www-servers/apache-2.4.27-r1 index 90f9fb5ab1c6..fa8fb1f2d71d 100644 --- a/metadata/md5-cache/www-servers/apache-2.4.27-r1 +++ b/metadata/md5-cache/www-servers/apache-2.4.27-r1 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/apr-1.5.1:= !www-apache/mod_macro dev-lang/perl =dev-libs/apr REQUIRED_USE=apache2_modules_http2? ( ssl ) SLOT=2 SRC_URI=mirror://apache/httpd/httpd-2.4.27.tar.bz2 https://dev.gentoo.org/~whissi/dist/apache/gentoo-apache-2.4.27-20170918.tar.bz2 -_eclasses_=apache-2 5f91bffa644758989a8567b39a124c5c autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 +_eclasses_=apache-2 bfd06aa4db9eed6348b30706fb400351 autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 _md5_=f9882f4b880366aaf4dc56332db26a99 diff --git a/metadata/md5-cache/www-servers/apache-2.4.29-r1 b/metadata/md5-cache/www-servers/apache-2.4.29-r1 index 3613c33b7109..c9b96467ef43 100644 --- a/metadata/md5-cache/www-servers/apache-2.4.29-r1 +++ b/metadata/md5-cache/www-servers/apache-2.4.29-r1 @@ -11,5 +11,5 @@ RDEPEND=apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_ht REQUIRED_USE=apache2_modules_http2? ( ssl ) SLOT=2 SRC_URI=mirror://apache/httpd/httpd-2.4.29.tar.bz2 https://dev.gentoo.org/~polynomial-c/dist/apache/gentoo-apache-2.4.18-r1-20160303.tar.bz2 -_eclasses_=apache-2 5f91bffa644758989a8567b39a124c5c autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 +_eclasses_=apache-2 bfd06aa4db9eed6348b30706fb400351 autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 _md5_=15b73e5e250f0549e9da1ab2173ec433 diff --git a/metadata/md5-cache/www-servers/apache-2.4.33 b/metadata/md5-cache/www-servers/apache-2.4.33 index c15718aad827..4d2bd5e67c24 100644 --- a/metadata/md5-cache/www-servers/apache-2.4.33 +++ b/metadata/md5-cache/www-servers/apache-2.4.33 @@ -11,5 +11,5 @@ RDEPEND=apache2_modules_brotli? ( >=app-arch/brotli-0.6.0:= ) apache2_modules_ht REQUIRED_USE=apache2_modules_http2? ( ssl ) SLOT=2 SRC_URI=mirror://apache/httpd/httpd-2.4.33.tar.bz2 https://dev.gentoo.org/~polynomial-c/dist/apache/gentoo-apache-2.4.33-20180323.tar.bz2 -_eclasses_=apache-2 5f91bffa644758989a8567b39a124c5c autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 +_eclasses_=apache-2 bfd06aa4db9eed6348b30706fb400351 autotools 4842e626555a9a4344f34cef2e190b67 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 ssl-cert b5e85f9a834c71d8bd532de477fe4ce2 systemd a31844b675f1a1fea87fbe1144aee5f5 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 user 8bc2845510e2109af75e3eeac607ec81 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 _md5_=21ad2d6be84266c6469374bd41389353 diff --git a/metadata/md5-cache/www-servers/pshs-0.3.2 b/metadata/md5-cache/www-servers/pshs-0.3.2 deleted file mode 100644 index 57c54e2917b9..000000000000 --- a/metadata/md5-cache/www-servers/pshs-0.3.2 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=configure -DEPEND=>=dev-libs/libevent-2:0= magic? ( sys-apps/file:0= ) qrcode? ( media-gfx/qrencode:0= ) ssl? ( >=dev-libs/libevent-2.1:0=[ssl] !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) upnp? ( net-libs/miniupnpc:0= ) netlink? ( sys-apps/iproute2 >=sys-kernel/linux-headers-2.6.27 ) -DESCRIPTION=Pretty small HTTP server -- a command-line tool to share files -EAPI=6 -HOMEPAGE=https://github.com/mgorny/pshs/ -IUSE=libressl +magic +netlink qrcode ssl upnp -KEYWORDS=~amd64 ~x86 -LICENSE=BSD -RDEPEND=>=dev-libs/libevent-2:0= magic? ( sys-apps/file:0= ) qrcode? ( media-gfx/qrencode:0= ) ssl? ( >=dev-libs/libevent-2.1:0=[ssl] !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) ) upnp? ( net-libs/miniupnpc:0= ) -SLOT=0 -SRC_URI=https://github.com/mgorny/pshs/releases/download/v0.3.2/pshs-0.3.2.tar.bz2 -_md5_=aaca38e24ea68e9c2485299a995c8342 diff --git a/metadata/md5-cache/www-servers/uwsgi-2.0.17 b/metadata/md5-cache/www-servers/uwsgi-2.0.17 index e3b71db8a6ce..804c9ffdea78 100644 --- a/metadata/md5-cache/www-servers/uwsgi-2.0.17 +++ b/metadata/md5-cache/www-servers/uwsgi-2.0.17 @@ -4,11 +4,11 @@ DESCRIPTION=uWSGI server for Python web applications EAPI=5 HOMEPAGE=http://projects.unbit.it/uwsgi/ IUSE=apache2 +caps debug +embedded expat jemalloc json libressl +pcre +routing selinux +ssl +xml yajl yaml zeromq +uwsgi_plugins_ping +uwsgi_plugins_cache +uwsgi_plugins_carbon +uwsgi_plugins_nagios +uwsgi_plugins_rpc +uwsgi_plugins_rrdtool +uwsgi_plugins_http +uwsgi_plugins_ugreen +uwsgi_plugins_signal +uwsgi_plugins_syslog +uwsgi_plugins_rsyslog +uwsgi_plugins_router_uwsgi +uwsgi_plugins_router_redirect +uwsgi_plugins_router_basicauth +uwsgi_plugins_router_rewrite +uwsgi_plugins_router_http +uwsgi_plugins_router_cache +uwsgi_plugins_router_static +uwsgi_plugins_router_memcached +uwsgi_plugins_router_redis +uwsgi_plugins_router_hash +uwsgi_plugins_router_expires +uwsgi_plugins_router_metrics +uwsgi_plugins_corerouter +uwsgi_plugins_fastrouter +uwsgi_plugins_rawrouter +uwsgi_plugins_sslrouter +uwsgi_plugins_redislog +uwsgi_plugins_mongodblog +uwsgi_plugins_logfile +uwsgi_plugins_logsocket +uwsgi_plugins_spooler +uwsgi_plugins_cheaper_busyness +uwsgi_plugins_symcall +uwsgi_plugins_transformation_chunked +uwsgi_plugins_transformation_gzip +uwsgi_plugins_transformation_offload +uwsgi_plugins_transformation_tofile +uwsgi_plugins_zergpool uwsgi_plugins_alarm_curl uwsgi_plugins_alarm_xmpp uwsgi_plugins_clock_monotonic uwsgi_plugins_clock_realtime uwsgi_plugins_curl_cron uwsgi_plugins_dumbloop uwsgi_plugins_echo uwsgi_plugins_emperor_amqp uwsgi_plugins_emperor_pg uwsgi_plugins_emperor_zeromq uwsgi_plugins_forkptyrouter uwsgi_plugins_geoip uwsgi_plugins_graylog2 uwsgi_plugins_legion_cache_fetch uwsgi_plugins_ldap uwsgi_plugins_logcrypto uwsgi_plugins_logpipe uwsgi_plugins_notfound uwsgi_plugins_pam uwsgi_plugins_rados uwsgi_plugins_router_access uwsgi_plugins_router_radius uwsgi_plugins_router_spnego uwsgi_plugins_router_xmldir uwsgi_plugins_sqlite uwsgi_plugins_ssi uwsgi_plugins_stats_pusher_statsd uwsgi_plugins_systemd_logger uwsgi_plugins_transformation_toupper uwsgi_plugins_tuntap uwsgi_plugins_webdav uwsgi_plugins_xattr uwsgi_plugins_xslt uwsgi_plugins_zabbix cgi mono perl go lua php pypy python python_asyncio python_gevent ruby apache2 php_targets_php5-6 php_targets_php7-0 php_targets_php7-1 php_targets_php7-2 python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 elibc_FreeBSD ruby_targets_ruby22 ruby_targets_ruby23 ruby_targets_ruby24 -KEYWORDS=~amd64 ~x86 ~amd64-linux +KEYWORDS=amd64 ~x86 ~amd64-linux LICENSE=GPL-2 RDEPEND=sys-libs/zlib caps? ( sys-libs/libcap ) json? ( !yajl? ( dev-libs/jansson ) yajl? ( dev-libs/yajl ) ) pcre? ( dev-libs/libpcre:3 ) ssl? ( !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) ) xml? ( !expat? ( dev-libs/libxml2 ) expat? ( dev-libs/expat ) ) yaml? ( dev-libs/libyaml ) zeromq? ( net-libs/zeromq sys-apps/util-linux ) uwsgi_plugins_alarm_curl? ( net-misc/curl ) uwsgi_plugins_alarm_xmpp? ( net-libs/gloox ) uwsgi_plugins_curl_cron? ( net-misc/curl ) uwsgi_plugins_emperor_pg? ( dev-db/postgresql:= ) uwsgi_plugins_geoip? ( dev-libs/geoip ) uwsgi_plugins_ldap? ( net-nds/openldap ) uwsgi_plugins_pam? ( virtual/pam ) uwsgi_plugins_sqlite? ( dev-db/sqlite:3 ) uwsgi_plugins_rados? ( sys-cluster/ceph ) uwsgi_plugins_router_access? ( sys-apps/tcp-wrappers ) uwsgi_plugins_router_spnego? ( virtual/krb5 ) uwsgi_plugins_systemd_logger? ( sys-apps/systemd ) uwsgi_plugins_webdav? ( dev-libs/libxml2 ) uwsgi_plugins_xslt? ( dev-libs/libxslt ) go? ( dev-lang/go:=[gccgo] ) lua? ( dev-lang/lua:= ) mono? ( =dev-lang/mono-4* ) perl? ( dev-lang/perl:= ) php? ( php_targets_php5-6? ( dev-lang/php:5.6[embed] ) php_targets_php7-0? ( dev-lang/php:7.0[embed] ) php_targets_php7-1? ( dev-lang/php:7.1[embed] ) php_targets_php7-2? ( dev-lang/php:7.2[embed] ) ) pypy? ( virtual/pypy ) python? ( python_targets_pypy? ( >=virtual/pypy-5:0=[threads(+)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] ) python_targets_python3_4? ( dev-lang/python:3.4[threads(+)] ) python_targets_python3_5? ( dev-lang/python:3.5[threads(+)] ) python_targets_python3_6? ( dev-lang/python:3.6[threads(+)] ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) python_gevent? ( >=dev-python/gevent-1.2.1[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] ) ruby? ( ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby23? ( dev-lang/ruby:2.3 ) ruby_targets_ruby24? ( dev-lang/ruby:2.4 ) ) selinux? ( sec-policy/selinux-uwsgi ) uwsgi_plugins_rrdtool? ( net-analyzer/rrdtool ) apache2? ( =www-servers/apache-2* ) php? ( php_targets_php5-6? ( dev-lang/php:5.6 ) php_targets_php7-0? ( dev-lang/php:7.0 ) php_targets_php7-1? ( dev-lang/php:7.1 ) php_targets_php7-2? ( dev-lang/php:7.2 ) ) REQUIRED_USE=|| ( cgi mono perl go lua php pypy python python_asyncio python_gevent ruby ) uwsgi_plugins_logcrypto? ( ssl ) uwsgi_plugins_sslrouter? ( ssl ) routing? ( pcre ) uwsgi_plugins_emperor_zeromq? ( zeromq ) uwsgi_plugins_forkptyrouter? ( uwsgi_plugins_corerouter ) uwsgi_plugins_router_xmldir? ( xml !expat ) pypy? ( python_targets_python2_7 ) python? ( || ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) ) python_asyncio? ( || ( python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) python_gevent ) python_gevent? ( python ) expat? ( xml ) php? ( || ( php_targets_php5-6 php_targets_php7-0 php_targets_php7-1 php_targets_php7-2 ) ) SLOT=0 SRC_URI=https://github.com/unbit/uwsgi/archive/2.0.17.tar.gz -> uwsgi-2.0.17.tar.gz _eclasses_=apache-module bd30ba4d834196e81cf2b76c52d26b93 autotools 4842e626555a9a4344f34cef2e190b67 depend.apache 0917334d570e07f9743a04ff85b3bf1b desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 flag-o-matic 02908f00f002f0f07c5b74783d778325 java-utils-2 0ee72667014428e01a01df2345244cf3 libtool 0081a71a261724730ec4c248494f044d ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 97f470f374f2e94ccab04a2fb21d811e pax-utils b963274a93e76570a88168c1f1db4cd7 php-ext-source-r2 f89db15e993f2a909a1baea2031e409d preserve-libs ef207dc62baddfddfd39a164d9797648 python-r1 e9350ec46bb5c9f3504b4fbe8b8d8987 python-utils-r1 c9de01becf9df3f8c10aeec3dc693f5d ruby-ng 2da44d50080e3d54e1a4ac7d91d149f8 ruby-utils e5942a80e3c3b936c6b84d6dc4af9f9c toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf versionator ce21313503c41896ebcd7d58b0607e37 -_md5_=03f34c7b5473b65db5a9f887e8e00436 +_md5_=1102a9f51834c30463faa431f0de13cf diff --git a/metadata/md5-cache/x11-misc/Manifest.gz b/metadata/md5-cache/x11-misc/Manifest.gz index cfe878955ad4..7b961aef845a 100644 Binary files a/metadata/md5-cache/x11-misc/Manifest.gz and b/metadata/md5-cache/x11-misc/Manifest.gz differ diff --git a/metadata/md5-cache/x11-misc/i3lock-2.10 b/metadata/md5-cache/x11-misc/i3lock-2.10 index 8edbe9d72012..ab84f6c8ec7e 100644 --- a/metadata/md5-cache/x11-misc/i3lock-2.10 +++ b/metadata/md5-cache/x11-misc/i3lock-2.10 @@ -2,11 +2,11 @@ DEFINED_PHASES=install prepare DEPEND=>=x11-libs/libxkbcommon-0.5.0[X] dev-libs/libev virtual/pam x11-libs/cairo[xcb] x11-libs/libxcb[xkb] x11-libs/xcb-util virtual/pkgconfig DESCRIPTION=Simple screen locker EAPI=6 -HOMEPAGE=http://i3wm.org/i3lock/ +HOMEPAGE=https://i3wm.org/i3lock/ KEYWORDS=~amd64 ~arm ~x86 LICENSE=BSD RDEPEND=>=x11-libs/libxkbcommon-0.5.0[X] dev-libs/libev virtual/pam x11-libs/cairo[xcb] x11-libs/libxcb[xkb] x11-libs/xcb-util SLOT=0 -SRC_URI=http://i3wm.org/i3lock/i3lock-2.10.tar.bz2 +SRC_URI=https://i3wm.org/i3lock/i3lock-2.10.tar.bz2 _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=1777e7f4018e73cfb5cfb4c6dfac8586 +_md5_=cb6589883851d66119f710328075f096 diff --git a/metadata/md5-cache/x11-misc/i3lock-2.8 b/metadata/md5-cache/x11-misc/i3lock-2.8 index fe1b7966f19e..4a99507c4c58 100644 --- a/metadata/md5-cache/x11-misc/i3lock-2.8 +++ b/metadata/md5-cache/x11-misc/i3lock-2.8 @@ -2,11 +2,11 @@ DEFINED_PHASES=install prepare setup DEPEND=virtual/pam dev-libs/libev >=x11-libs/libxkbcommon-0.5.0[X] x11-libs/libxcb[xkb] x11-libs/xcb-util x11-libs/cairo[xcb] virtual/pkgconfig DESCRIPTION=Simple screen locker EAPI=5 -HOMEPAGE=http://i3wm.org/i3lock/ +HOMEPAGE=https://i3wm.org/i3lock/ KEYWORDS=amd64 x86 LICENSE=BSD RDEPEND=virtual/pam dev-libs/libev >=x11-libs/libxkbcommon-0.5.0[X] x11-libs/libxcb[xkb] x11-libs/xcb-util x11-libs/cairo[xcb] SLOT=0 -SRC_URI=http://i3wm.org/i3lock/i3lock-2.8.tar.bz2 +SRC_URI=https://i3wm.org/i3lock/i3lock-2.8.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=bfc437134c99ee83b20ce416c0223070 +_md5_=2d5282dc851b6b58e5e61fde10512e4e diff --git a/metadata/md5-cache/x11-misc/i3lock-2.9.1 b/metadata/md5-cache/x11-misc/i3lock-2.9.1 index 2331603ca545..ce01c8bbea44 100644 --- a/metadata/md5-cache/x11-misc/i3lock-2.9.1 +++ b/metadata/md5-cache/x11-misc/i3lock-2.9.1 @@ -2,11 +2,11 @@ DEFINED_PHASES=install prepare DEPEND=>=x11-libs/libxkbcommon-0.5.0[X] dev-libs/libev virtual/pam x11-libs/cairo[xcb] x11-libs/libxcb[xkb] x11-libs/xcb-util virtual/pkgconfig DESCRIPTION=Simple screen locker EAPI=6 -HOMEPAGE=http://i3wm.org/i3lock/ +HOMEPAGE=https://i3wm.org/i3lock/ KEYWORDS=~amd64 ~x86 LICENSE=BSD RDEPEND=>=x11-libs/libxkbcommon-0.5.0[X] dev-libs/libev virtual/pam x11-libs/cairo[xcb] x11-libs/libxcb[xkb] x11-libs/xcb-util SLOT=0 -SRC_URI=http://i3wm.org/i3lock/i3lock-2.9.1.tar.bz2 +SRC_URI=https://i3wm.org/i3lock/i3lock-2.9.1.tar.bz2 _eclasses_=multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 -_md5_=c528fbc0086cf532adf0ced300e851ce +_md5_=a00d4854a9103a1dc11bf2d2d672cf03 diff --git a/metadata/md5-cache/x11-misc/i3status-2.11 b/metadata/md5-cache/x11-misc/i3status-2.11 index 6a032b4a1aa7..2d84bd42532a 100644 --- a/metadata/md5-cache/x11-misc/i3status-2.11 +++ b/metadata/md5-cache/x11-misc/i3status-2.11 @@ -2,12 +2,12 @@ DEFINED_PHASES=compile postinst prepare DEPEND=dev-libs/confuse:= dev-libs/libnl:3 >=dev-libs/yajl-2.0.2 media-libs/alsa-lib pulseaudio? ( media-sound/pulseaudio ) app-text/asciidoc virtual/pkgconfig filecaps? ( sys-libs/libcap ) DESCRIPTION=generates a status bar for dzen2, xmobar or similar EAPI=6 -HOMEPAGE=http://i3wm.org/i3status/ +HOMEPAGE=https://i3wm.org/i3status/ IUSE=pulseaudio +filecaps KEYWORDS=amd64 ~arm x86 LICENSE=BSD RDEPEND=dev-libs/confuse:= dev-libs/libnl:3 >=dev-libs/yajl-2.0.2 media-libs/alsa-lib pulseaudio? ( media-sound/pulseaudio ) SLOT=0 -SRC_URI=http://i3wm.org/i3status/i3status-2.11.tar.bz2 +SRC_URI=https://i3wm.org/i3status/i3status-2.11.tar.bz2 _eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 63392afb034aad67f17fa129019eb4d9 fcaps e80204189039ecc03f24151c518375f0 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e preserve-libs ef207dc62baddfddfd39a164d9797648 toolchain-funcs 885c7d8dd70a58825f3d17e35a3cd1e9 vcs-clean 2a0f74a496fa2b1552c4f3398258b7bf -_md5_=5a76b2e1135df95c096728b5c22c2187 +_md5_=5e4e217f3defd2aa1dc58a5da95ee55b diff --git a/metadata/md5-cache/x11-plugins/Manifest.gz b/metadata/md5-cache/x11-plugins/Manifest.gz index 2614c17ce90d..ca7789c5e3a9 100644 Binary files a/metadata/md5-cache/x11-plugins/Manifest.gz and b/metadata/md5-cache/x11-plugins/Manifest.gz differ diff --git a/metadata/md5-cache/x11-plugins/enigmail-2.0_beta1 b/metadata/md5-cache/x11-plugins/enigmail-2.0 similarity index 86% rename from metadata/md5-cache/x11-plugins/enigmail-2.0_beta1 rename to metadata/md5-cache/x11-plugins/enigmail-2.0 index 7fde0e901363..05d3ddfec6b1 100644 --- a/metadata/md5-cache/x11-plugins/enigmail-2.0_beta1 +++ b/metadata/md5-cache/x11-plugins/enigmail-2.0 @@ -3,9 +3,10 @@ DEPEND=|| ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk(-)] app-crypt/pi DESCRIPTION=Mozilla extension to provide GPG support in mail clients EAPI=6 HOMEPAGE=http://www.enigmail.net/ +KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MPL-2.0 GPL-3 RDEPEND=|| ( ( >=app-crypt/gnupg-2.0 || ( app-crypt/pinentry[gtk(-)] app-crypt/pinentry[qt4(-)] app-crypt/pinentry[qt5(-)] ) ) =app-crypt/gnupg-1.4* ) !johu@gentoo.org Johannes Huber - - kensington@gentoo.org - Michael Palimaka - mrueg@gentoo.org Manuel Rüger @@ -3683,30 +3679,30 @@ developers and volunteer mentors. Sean Amoss GLSA Coordinator - + blueknight@gentoo.org Yury German - Team lead + GLSA Coordinator bman@gentoo.org Aaron Bauman GLSA Coordinator - + chrisadr@gentoo.org Christopher Díaz Riveros - GLSA Coordinator + Team lead creffett@gentoo.org Chris Reffett GLSA Coordinator - + k_f@gentoo.org Kristian Fiskerstrand - GLSA Coordinator + Team lead pinkbyte@gentoo.org diff --git a/metadata/timestamp b/metadata/timestamp index 7f68fcc8c311..ccb56f86fb4f 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Mar 26 12:08:26 UTC 2018 +Tue Mar 27 11:38:27 UTC 2018 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index 56fedd7f1313..d0ffdbdd18b5 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 26 Mar 2018 20:00:01 +0000 +Tue, 27 Mar 2018 12:00:01 +0000 diff --git a/metadata/timestamp.commit b/metadata/timestamp.commit index 83ff49870c1f..d1bc6d40f1ea 100644 --- a/metadata/timestamp.commit +++ b/metadata/timestamp.commit @@ -1 +1 @@ -e8e4002d9c22262bca86486d2d86a01620b151ce 1522064455 2018-03-26T11:40:55+00:00 +42b641a5aaa925b500cf7f79e8d8218690151968 1522150280 2018-03-27T11:31:20+00:00 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 2314fbad77b9..3243dddf0b67 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1522065901 Mon 26 Mar 2018 12:05:01 PM UTC +1522150501 Tue 27 Mar 2018 11:35:01 AM UTC diff --git a/metadata/xml-schema/timestamp.chk b/metadata/xml-schema/timestamp.chk index 50ae22f75eba..ddef198b48c8 100644 --- a/metadata/xml-schema/timestamp.chk +++ b/metadata/xml-schema/timestamp.chk @@ -1 +1 @@ -Mon, 26 Mar 2018 12:08:26 +0000 +Tue, 27 Mar 2018 11:38:27 +0000 diff --git a/net-analyzer/Manifest.gz b/net-analyzer/Manifest.gz index a6ba6ba28ffb..ef5cb7e77efb 100644 Binary files a/net-analyzer/Manifest.gz and b/net-analyzer/Manifest.gz differ diff --git a/net-analyzer/kapacitor/files/kapacitor.rc b/net-analyzer/kapacitor/files/kapacitor.rc index 8ee907f66d56..b89d0b1cbf92 100644 --- a/net-analyzer/kapacitor/files/kapacitor.rc +++ b/net-analyzer/kapacitor/files/kapacitor.rc @@ -9,12 +9,16 @@ make_pidfile=yes command_user="kapacitor:kapacitor" # Logging -error_log="${error_log:-/var/log/influxdb/influxd.log}" +error_log="${error_log:-/var/log/kapacitor/kapacitor.err}" output_log="${output_log:-/dev/null}" # Max open files rc_ulimit="-n 65536" +depend() { + after net +} + start_pre() { # Check if config file exist if [ ! -r ${config} ]; then diff --git a/net-analyzer/kapacitor/kapacitor-1.4.1.ebuild b/net-analyzer/kapacitor/kapacitor-1.4.1-r1.ebuild similarity index 100% rename from net-analyzer/kapacitor/kapacitor-1.4.1.ebuild rename to net-analyzer/kapacitor/kapacitor-1.4.1-r1.ebuild diff --git a/net-analyzer/smokeping/smokeping-2.7.1.ebuild b/net-analyzer/smokeping/smokeping-2.7.1-r1.ebuild similarity index 98% rename from net-analyzer/smokeping/smokeping-2.7.1.ebuild rename to net-analyzer/smokeping/smokeping-2.7.1-r1.ebuild index 7f9baf701feb..db22d7afdb26 100644 --- a/net-analyzer/smokeping/smokeping-2.7.1.ebuild +++ b/net-analyzer/smokeping/smokeping-2.7.1-r1.ebuild @@ -105,7 +105,7 @@ src_install() { "${D}/etc/${PN}/basepage.html" || die sed -i \ - -e 's/$FindBin::Bin\/..\/etc\/config/\/etc\/smokeping\/config/g' \ + -e 's/$FindBin::RealBin\/..\/etc\/config/\/etc\/smokeping\/config/g' \ "${D}/usr/bin/smokeping" "${D}/usr/bin/smokeping_cgi" || die sed -i \ diff --git a/net-analyzer/suricata/metadata.xml b/net-analyzer/suricata/metadata.xml index 58878c64f05c..0afee5625d1a 100644 --- a/net-analyzer/suricata/metadata.xml +++ b/net-analyzer/suricata/metadata.xml @@ -9,7 +9,6 @@ Enable unix socket Enable NVIDIA Cuda computations support Enable detection modules - Enable Luajit support Enable libnetfilter_log support Enable NFQUEUE support for inline IDP Enable Redis support diff --git a/net-analyzer/suricata/suricata-4.0.3.ebuild b/net-analyzer/suricata/suricata-4.0.3.ebuild index 604eae665be7..e501c9c775b2 100644 --- a/net-analyzer/suricata/suricata-4.0.3.ebuild +++ b/net-analyzer/suricata/suricata-4.0.3.ebuild @@ -14,8 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+af-packet control-socket cuda debug +detection geoip hardened logrotate lua luajit nflog +nfqueue redis +rules test" -REQUIRED_USE="lua? ( !luajit )" - DEPEND=" >=dev-libs/jansson-2.2 dev-libs/libpcre @@ -29,8 +27,10 @@ DEPEND=" sys-apps/file cuda? ( dev-util/nvidia-cuda-toolkit ) geoip? ( dev-libs/geoip ) - lua? ( dev-lang/lua:* ) - luajit? ( dev-lang/luajit:* ) + lua? ( + !luajit? ( dev-lang/lua:* ) + luajit? ( dev-lang/luajit:* ) + ) nflog? ( net-libs/libnetfilter_log ) nfqueue? ( net-libs/libnetfilter_queue ) redis? ( dev-libs/hiredis ) @@ -87,10 +87,15 @@ src_configure() { # myeconfargs+=( $(use_enable prelude) ) # fi if use lua ; then - myeconfargs+=( $(use_enable lua) ) - fi - if use luajit ; then - myeconfargs+=( $(use_enable luajit) ) + myeconfargs+=( + $(use_enable !luajit lua) + $(use_enable luajit) + ) + else + myeconfargs+=( + --disable-lua + --disable-luajit + ) fi # this should be used when pf_ring use flag support will be added diff --git a/net-analyzer/ttcp/Manifest b/net-analyzer/ttcp/Manifest index 642bfad3ce71..58725aa7cb8a 100644 --- a/net-analyzer/ttcp/Manifest +++ b/net-analyzer/ttcp/Manifest @@ -1,2 +1,2 @@ +DIST ttcp-1.12.c 23690 BLAKE2B 972869da1e2e945702e6852648166eefae224b39715ef8495526ec7cd33cdb1e69fa10bb356a96e701f8b597c547b3090956320f947a02f1fad0b12d027b7e32 SHA512 8fc800b05fcf3590d15a87983ac7abc3646c6d4a89f7cc6b91e495066a90a6ce21f7bd7b6ab21e09f07bfa20c39bdc7bcec479449d7cd2b88639dc6cca4a432e DIST ttcp-1.12.tar.bz2 8086 BLAKE2B 42ec3d82d56ef28527c096be7b6ea568997f0028ebf51811974fec8c444a39785996b0a51eedff6cec6c53f215e4300a3dee91e45f54dbe979d1d1c42e792ab1 SHA512 2218f801a04964dcc684bac2957f892569e4458eb7770e26d4ac5a9a5beebb16b9191cacd8e60cceee306b8fe53000248b52457cb679a3d12ad4308bb0066dbb -DIST ttcp.c 23690 BLAKE2B 972869da1e2e945702e6852648166eefae224b39715ef8495526ec7cd33cdb1e69fa10bb356a96e701f8b597c547b3090956320f947a02f1fad0b12d027b7e32 SHA512 8fc800b05fcf3590d15a87983ac7abc3646c6d4a89f7cc6b91e495066a90a6ce21f7bd7b6ab21e09f07bfa20c39bdc7bcec479449d7cd2b88639dc6cca4a432e diff --git a/net-analyzer/ttcp/ttcp-1.12-r2.ebuild b/net-analyzer/ttcp/ttcp-1.12-r2.ebuild index 14f85101f144..49e46e02dbd4 100644 --- a/net-analyzer/ttcp/ttcp-1.12-r2.ebuild +++ b/net-analyzer/ttcp/ttcp-1.12-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit toolchain-funcs DESCRIPTION="Tool to test TCP and UDP throughput" @@ -11,14 +11,13 @@ HOMEPAGE=" " LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" SRC_URI=" mirror://gentoo/${P}.tar.bz2 - http://www.netcore.fi/pekkas/linux/ipv6/${PN}.c + https://dev.gentoo.org/~jer/${P}.c " - src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} "${DISTDIR}"/${PN}.c || die + $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} "${DISTDIR}"/${P}.c || die } src_install() { diff --git a/net-dns/Manifest.gz b/net-dns/Manifest.gz index b614be8c5639..3755136ba4b8 100644 Binary files a/net-dns/Manifest.gz and b/net-dns/Manifest.gz differ diff --git a/net-dns/dnscrypt-proxy/metadata.xml b/net-dns/dnscrypt-proxy/metadata.xml index 547780397031..c1a85090aac5 100644 --- a/net-dns/dnscrypt-proxy/metadata.xml +++ b/net-dns/dnscrypt-proxy/metadata.xml @@ -5,10 +5,6 @@ ya@sysdump.net Georgy Yakovlev - - polynomial-c@gentoo.org - Lars Wendler - proxy-maint@gentoo.org Proxy Maintainers @@ -16,8 +12,8 @@ dnscrypt-proxy provides local service which can be used directly as your local resolver or as a DNS forwarder, encrypting and authenticating - requests using the DNSCrypt protocol and passing them to an upstream - server. + requests using the DNSCrypt protocol and passing them to upstream + servers. Enable plugin support to inspect and modify @@ -25,4 +21,7 @@ Use systemd's socket activation instead of creating the sockets itself + + jedisct1/dnscrypt-proxy + diff --git a/net-dns/dnsdist/metadata.xml b/net-dns/dnsdist/metadata.xml index a9231ab03330..3f6dc8527a32 100644 --- a/net-dns/dnsdist/metadata.xml +++ b/net-dns/dnsdist/metadata.xml @@ -14,7 +14,6 @@ Enable the ability to act as a DNSCrypt server - Use dev-lang/luajit instead of dev-lang/lua Enable support for regular expression matching via dev-libs/re2 Enable support for remote logging via dev-libs/protobuf Enable support for and encrypted client-server communication via dev-libs/libsodium diff --git a/net-dns/openresolv/openresolv-3.8.1.ebuild b/net-dns/openresolv/openresolv-3.8.1.ebuild index d5f96351f52d..cc55e3160f11 100644 --- a/net-dns/openresolv/openresolv-3.8.1.ebuild +++ b/net-dns/openresolv/openresolv-3.8.1.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="A framework for managing DNS information" -HOMEPAGE="http://roy.marples.name/projects/openresolv" -SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.xz" +HOMEPAGE="https://roy.marples.name/projects/openresolv" +SRC_URI="https://roy.marples.name/downloads/${PN}/${P}.tar.xz" LICENSE="BSD-2" SLOT="0" diff --git a/net-dns/openresolv/openresolv-3.9.0.ebuild b/net-dns/openresolv/openresolv-3.9.0.ebuild index 881fc5125a91..31dbc8e92a39 100644 --- a/net-dns/openresolv/openresolv-3.9.0.ebuild +++ b/net-dns/openresolv/openresolv-3.9.0.ebuild @@ -4,8 +4,8 @@ EAPI=6 DESCRIPTION="A framework for managing DNS information" -HOMEPAGE="http://roy.marples.name/projects/openresolv" -SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.xz" +HOMEPAGE="https://roy.marples.name/projects/openresolv" +SRC_URI="https://roy.marples.name/downloads/${PN}/${P}.tar.xz" LICENSE="BSD-2" SLOT="0" diff --git a/net-dns/pdns-recursor/metadata.xml b/net-dns/pdns-recursor/metadata.xml index c70638327ace..bee2820e1924 100644 --- a/net-dns/pdns-recursor/metadata.xml +++ b/net-dns/pdns-recursor/metadata.xml @@ -15,7 +15,6 @@ It also has built-in hooks for making graphs with rrdtool, providing insight int nameserver performance. - Enable support for dev-lang/luajit. Enable support for dev-libs/protobuf. Use dev-libs/libsodium for cryptography diff --git a/net-dns/pdns/metadata.xml b/net-dns/pdns/metadata.xml index 36c754fdabc7..57e0d147b337 100644 --- a/net-dns/pdns/metadata.xml +++ b/net-dns/pdns/metadata.xml @@ -12,7 +12,6 @@ standards documents. Furthermore, PowerDNS interfaces with almost any database. Make it possible to use the dev-libs/botan library for crypto-related stuff (like DNSSec) which can be significantly faster than PolarSSL. - Enable support for dev-lang/luajit Making it possible to use a MyDNS MySQL database with PowerDNS (not recommended for new deployments). Use a database supported by dev-db/opendbx as backend. Enable support for dev-libs/protobuf. diff --git a/net-dns/pdns/pdns-4.0.5.ebuild b/net-dns/pdns/pdns-4.0.5.ebuild index 90ac1b5b3306..bd6f0e93330f 100644 --- a/net-dns/pdns/pdns-4.0.5.ebuild +++ b/net-dns/pdns/pdns-4.0.5.ebuild @@ -20,15 +20,17 @@ KEYWORDS="amd64 x86" IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sqlite systemd tools tinydns test" -REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )" +REQUIRED_USE="mydns? ( mysql )" RDEPEND=" libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) - lua? ( dev-lang/lua:= ) - luajit? ( dev-lang/luajit:= ) + lua? ( + !luajit? ( dev-lang/lua:= ) + luajit? ( dev-lang/luajit:= ) + ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 ) @@ -74,8 +76,8 @@ src_configure() { $(use_enable test unit-tests) \ $(use_enable tools) \ $(use_enable systemd) \ - $(use_with lua) \ - $(use_with luajit) \ + $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \ + '--without-lua --without-luajit') \ $(use_with protobuf) \ ${myconf} } diff --git a/net-dns/pdns/pdns-4.1.0.ebuild b/net-dns/pdns/pdns-4.1.0.ebuild index 476a969f8a9a..60d5320f505e 100644 --- a/net-dns/pdns/pdns-4.1.0.ebuild +++ b/net-dns/pdns/pdns-4.1.0.ebuild @@ -20,15 +20,17 @@ KEYWORDS="~amd64 ~x86" IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sodium sqlite systemd tools tinydns test" -REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )" +REQUIRED_USE="mydns? ( mysql )" RDEPEND=" libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) - lua? ( dev-lang/lua:= ) - luajit? ( dev-lang/luajit:= ) + lua? ( + !luajit? ( dev-lang/lua:= ) + luajit? ( dev-lang/luajit:= ) + ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) @@ -74,8 +76,8 @@ src_configure() { $(use_enable tools) \ $(use_enable systemd) \ $(use_enable sodium libsodium) \ - $(use_with lua) \ - $(use_with luajit) \ + $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \ + '--without-lua --without-luajit') \ $(use_with protobuf) \ ${myconf} } diff --git a/net-dns/pdns/pdns-4.1.1.ebuild b/net-dns/pdns/pdns-4.1.1.ebuild index 7ec5508cb26b..1dd30fc18958 100644 --- a/net-dns/pdns/pdns-4.1.1.ebuild +++ b/net-dns/pdns/pdns-4.1.1.ebuild @@ -20,15 +20,17 @@ KEYWORDS="~amd64 ~x86" IUSE="botan debug doc geoip ldap libressl lua luajit mydns mysql opendbx postgres protobuf remote sodium sqlite systemd tools tinydns test" -REQUIRED_USE="mydns? ( mysql ) ?? ( lua luajit )" +REQUIRED_USE="mydns? ( mysql )" RDEPEND=" libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:= ) >=dev-libs/boost-1.35:= botan? ( dev-libs/botan:2= ) - lua? ( dev-lang/lua:= ) - luajit? ( dev-lang/luajit:= ) + lua? ( + !luajit? ( dev-lang/lua:= ) + luajit? ( dev-lang/luajit:= ) + ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) ldap? ( >=net-nds/openldap-2.0.27-r4 app-crypt/mit-krb5 ) @@ -74,8 +76,8 @@ src_configure() { $(use_enable tools) \ $(use_enable systemd) \ $(use_enable sodium libsodium) \ - $(use_with lua) \ - $(use_with luajit) \ + $(usex lua "$(use_with !luajit lua) $(use_with luajit)" \ + '--without-lua --without-luajit') \ $(use_with protobuf) \ ${myconf} } diff --git a/net-fs/Manifest.gz b/net-fs/Manifest.gz index e11fbc190b48..d80e168eaece 100644 Binary files a/net-fs/Manifest.gz and b/net-fs/Manifest.gz differ diff --git a/net-fs/samba/samba-4.7.6.ebuild b/net-fs/samba/samba-4.7.6.ebuild index 339585353ef4..b9cff1dabea4 100644 --- a/net-fs/samba/samba-4.7.6.ebuild +++ b/net-fs/samba/samba-4.7.6.ebuild @@ -47,7 +47,6 @@ CDEPEND=" dev-libs/popt[${MULTILIB_USEDEP}] dev-python/subunit[${PYTHON_USEDEP},${MULTILIB_USEDEP}] >=dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}] - net-libs/libnsl sys-apps/attr[${MULTILIB_USEDEP}] >=sys-libs/ldb-1.2.3[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] sys-libs/libcap @@ -78,7 +77,12 @@ CDEPEND=" ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] ) - systemd? ( sys-apps/systemd:0= )" + systemd? ( sys-apps/systemd:0= ) + || ( + net-libs/libnsl + =dev-util/cmocka-1.1.1[${MULTILIB_USEDEP}] - net-libs/libnsl sys-apps/attr[${MULTILIB_USEDEP}] >=sys-libs/ldb-1.3.2[ldap(+)?,python?,${PYTHON_USEDEP},${MULTILIB_USEDEP}] sys-libs/libcap @@ -78,7 +77,12 @@ CDEPEND=" ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] ) system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] ) - systemd? ( sys-apps/systemd:0= )" + systemd? ( sys-apps/systemd:0= ) + || ( + net-libs/libnsl + + + + + lu_zero@gentoo.org + Luca Barbato + + + Haivision/srt + + diff --git a/net-libs/srt/srt-1.2.2.ebuild b/net-libs/srt/srt-1.2.2.ebuild new file mode 100644 index 000000000000..66d1b1dadb46 --- /dev/null +++ b/net-libs/srt/srt-1.2.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-multilib + +DESCRIPTION="Open-source implementation of the Secure Real-time Transport Protocol (SRTP)" +HOMEPAGE="https://github.com/Haivision/srt" +SRC_URI="https://github.com/Haivision/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" +IUSE="doc libressl gnutls" + +RDEPEND=" + gnutls? ( net-libs/gnutls ) + !gnutls? ( + !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + ) +" +DEPEND="${RDEPEND}" + +DOCS=( README.md ) + +#PATCHES=( "${FILESDIR}/${P} ) + +src_prepare() { + cmake-utils_src_prepare + sed -i -e "s:hcrypt_ut.c::" "${S}"/haicrypt/*.maf || die + sed -i -e 's:DESTINATION lib:DESTINATION lib${LIB_SUFFIX}:' CMakeLists.txt || die +} + +src_configure() { + local mycmakeargs=( + -DUSE_GNUTLS=$(usex gnutls) + ) + cmake-multilib_src_configure +} diff --git a/net-mail/Manifest.gz b/net-mail/Manifest.gz index 5403dd554140..e415ddc1a1b0 100644 Binary files a/net-mail/Manifest.gz and b/net-mail/Manifest.gz differ diff --git a/net-mail/notmuch/notmuch-0.23.7.ebuild b/net-mail/notmuch/notmuch-0.23.7.ebuild index 4f46e03f46ac..3e83fd65e556 100644 --- a/net-mail/notmuch/notmuch-0.23.7.ebuild +++ b/net-mail/notmuch/notmuch-0.23.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" -HOMEPAGE="http://notmuchmail.org/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.24.2.ebuild b/net-mail/notmuch/notmuch-0.24.2.ebuild index a16042a37e03..170d21be5c93 100644 --- a/net-mail/notmuch/notmuch-0.24.2.ebuild +++ b/net-mail/notmuch/notmuch-0.24.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" -HOMEPAGE="http://notmuchmail.org/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.25.1.ebuild b/net-mail/notmuch/notmuch-0.25.1.ebuild index a40a43dd00f9..9561513c2517 100644 --- a/net-mail/notmuch/notmuch-0.25.1.ebuild +++ b/net-mail/notmuch/notmuch-0.25.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" -HOMEPAGE="http://notmuchmail.org/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.25.2.ebuild b/net-mail/notmuch/notmuch-0.25.2.ebuild index 5c7f9d0860ec..13c9eda4da87 100644 --- a/net-mail/notmuch/notmuch-0.25.2.ebuild +++ b/net-mail/notmuch/notmuch-0.25.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" -HOMEPAGE="http://notmuchmail.org/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.25.3.ebuild b/net-mail/notmuch/notmuch-0.25.3.ebuild index 5c7f9d0860ec..13c9eda4da87 100644 --- a/net-mail/notmuch/notmuch-0.25.3.ebuild +++ b/net-mail/notmuch/notmuch-0.25.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" -HOMEPAGE="http://notmuchmail.org/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-mail/notmuch/notmuch-0.25.ebuild b/net-mail/notmuch/notmuch-0.25.ebuild index 5c7f9d0860ec..13c9eda4da87 100644 --- a/net-mail/notmuch/notmuch-0.25.ebuild +++ b/net-mail/notmuch/notmuch-0.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \ distutils-r1 toolchain-funcs DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging" -HOMEPAGE="http://notmuchmail.org/" +HOMEPAGE="https://notmuchmail.org/" SRC_URI="${HOMEPAGE%/}/releases/${P}.tar.gz test? ( ${HOMEPAGE%/}/releases/test-databases/database-v1.tar.xz )" diff --git a/net-misc/Manifest.gz b/net-misc/Manifest.gz index de23389def07..8a954f61cde9 100644 Binary files a/net-misc/Manifest.gz and b/net-misc/Manifest.gz differ diff --git a/net-misc/asterisk/Manifest b/net-misc/asterisk/Manifest index 4666face71ea..2b79ea8e0b5c 100644 --- a/net-misc/asterisk/Manifest +++ b/net-misc/asterisk/Manifest @@ -1,3 +1,4 @@ +DIST asterisk-11.25.1.tar.gz 35125897 BLAKE2B 42f79202c3e69dc0ff1ddad909c87bc0a0dd3c74bc674fbbcf339e00fedf829f7dd1ad5922fae82d26abc37cd62a44061a917861a2ee9b2fa4e26bec748b0aae SHA512 37144b7296f929bdb707853690a12d4c1403741221c943becc88c18fe20587ba2381425574e97647c10efa9f98200336ddae7e3433740e5a509a837ed28ca02c DIST asterisk-11.25.3.tar.gz 35134682 BLAKE2B 9da24d5d6a674ab660edb103e5fc56ddfbcc58cd86166cc08cceb0598a63b51eae36133565e09a30ad11ff6623ba8945437dfb561d2916f68341d398540dabce SHA512 9c0521d55e5b69663ea40066d52e397ba6c165a4b20cd0a1e5e375b9c0e5a6e4f37908e50b0b580e288dec9be252af9a8bce7bceb03ba029f902fb757e6311ed DIST asterisk-13.19.0.tar.gz 33027887 BLAKE2B f799f51dc4b45d6db2261abfae33f41416616650702ff0cf6c253a80cf2f554f180df9e90bd107ac6a29eeeeef16e3bfadba087f6485fa93978899590b417443 SHA512 5404080a42e2d6d76b8fa8629c9570ae55c943676c51901a34552dc69c35f82001a1738e2da3adedf1de254bc8d1821ea7708f844685462ecdd1fd4e979e0e7f DIST asterisk-13.19.2.tar.gz 32991960 BLAKE2B 3b1f731fb68e2d455bfc76e863a8abbd8903ac2f7e89f5bc4b97db0072b0999679a79e6ebbb55c886847fb1db639b6ad84d1f7de1fc3414968ab6b48c5eed72f SHA512 3ee3d57d359ce3049480303b9662a33a905d08491e84d898fd6ee170ee9d34b8bdfcd082b80120dab606929a03572141fe219da75bb87770ed206aeb0249f1e4 diff --git a/net-misc/asterisk/asterisk-11.25.1.ebuild b/net-misc/asterisk/asterisk-11.25.1.ebuild new file mode 100644 index 000000000000..75bca5529286 --- /dev/null +++ b/net-misc/asterisk/asterisk-11.25.1.ebuild @@ -0,0 +1,324 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools eutils linux-info multilib user systemd + +MY_P="${PN}-${PV/_/-}" + +DESCRIPTION="Asterisk: A Modular Open Source PBX System" +HOMEPAGE="http://www.asterisk.org/" +SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${MY_P}.tar.gz + mirror://gentoo/gentoo-asterisk-patchset-3.17.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" + +IUSE_VOICEMAIL_STORAGE=" + +voicemail_storage_file + voicemail_storage_odbc + voicemail_storage_imap +" +IUSE="${IUSE_VOICEMAIL_STORAGE} alsa bluetooth calendar +caps cluster curl dahdi debug doc freetds gtalk http iconv ilbc xmpp ldap libedit libressl lua mysql newt +samples odbc osplookup oss portaudio postgres radius selinux snmp span speex srtp static syslog vorbis" +IUSE_EXPAND="VOICEMAIL_STORAGE" +REQUIRED_USE="gtalk? ( xmpp ) + ^^ ( ${IUSE_VOICEMAIL_STORAGE/+/} ) + voicemail_storage_odbc? ( odbc ) +" + +EPATCH_SUFFIX="patch" +PATCHES=( "${WORKDIR}/asterisk-patchset" ) + +CDEPEND="dev-db/sqlite:3 + dev-libs/popt + dev-libs/libxml2 + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) + sys-libs/ncurses:* + sys-libs/zlib + alsa? ( media-libs/alsa-lib ) + bluetooth? ( net-wireless/bluez ) + calendar? ( net-libs/neon + dev-libs/libical + dev-libs/iksemel ) + caps? ( sys-libs/libcap ) + cluster? ( sys-cluster/corosync ) + curl? ( net-misc/curl ) + dahdi? ( >=net-libs/libpri-1.4.12_beta2 + net-misc/dahdi-tools ) + freetds? ( dev-db/freetds ) + gtalk? ( dev-libs/iksemel ) + http? ( dev-libs/gmime:2.6 ) + iconv? ( virtual/libiconv ) + ilbc? ( dev-libs/ilbc-rfc3951 ) + xmpp? ( dev-libs/iksemel ) + ldap? ( net-nds/openldap ) + libedit? ( dev-libs/libedit ) + lua? ( dev-lang/lua:* ) + mysql? ( virtual/mysql ) + newt? ( dev-libs/newt ) + odbc? ( dev-db/unixODBC ) + osplookup? ( net-libs/osptoolkit ) + portaudio? ( media-libs/portaudio ) + postgres? ( dev-db/postgresql:* ) + radius? ( net-dialup/freeradius-client ) + snmp? ( net-analyzer/net-snmp ) + span? ( media-libs/spandsp ) + speex? ( media-libs/speex ) + srtp? ( net-libs/libsrtp:0 ) + vorbis? ( media-libs/libvorbis )" + +DEPEND="${CDEPEND} + !net-libs/openh323 + !net-libs/pjsip + voicemail_storage_imap? ( virtual/imap-c-client ) + virtual/pkgconfig +" + +RDEPEND="${CDEPEND} + selinux? ( sec-policy/selinux-asterisk ) + syslog? ( virtual/logger )" + +PDEPEND="net-misc/asterisk-core-sounds + net-misc/asterisk-extra-sounds + net-misc/asterisk-moh-opsound" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + CONFIG_CHECK="~!NF_CONNTRACK_SIP" + local WARNING_NF_CONNTRACK_SIP="SIP (NAT) connection tracking is enabled. Some users + have reported that this module dropped critical SIP packets in their deployments. You + may want to disable it if you see such problems." + check_extra_config + + enewgroup asterisk + enewgroup dialout 20 + enewuser asterisk -1 -1 /var/lib/asterisk "asterisk,dialout" +} + +src_prepare() { + default + AT_M4DIR=autoconf eautoreconf +} + +src_configure() { + local vmst + + econf \ + --libdir="/usr/$(get_libdir)" \ + --localstatedir="/var" \ + --with-crypto \ + --with-gsm=internal \ + --with-popt \ + --with-ssl \ + --with-z \ + --without-pwlib \ + $(use_with caps cap) \ + $(use_with http gmime) \ + $(use_with newt) \ + $(use_with portaudio) + + # Blank out sounds/sounds.xml file to prevent + # asterisk from installing sounds files (we pull them in via + # asterisk-{core,extra}-sounds and asterisk-moh-opsound. + >"${S}"/sounds/sounds.xml + + # That NATIVE_ARCH chatter really is quite bothersome + sed -i 's/NATIVE_ARCH=/NATIVE_ARCH=0/' build_tools/menuselect-deps || die "Unable to squelch noisy build system" + + # Compile menuselect binary for optional components + emake menuselect.makeopts + + # Broken functionality is forcibly disabled (bug #360143) + menuselect/menuselect --disable chan_misdn menuselect.makeopts + menuselect/menuselect --disable chan_ooh323 menuselect.makeopts + + # Utility set is forcibly enabled (bug #358001) + menuselect/menuselect --enable smsq menuselect.makeopts + menuselect/menuselect --enable streamplayer menuselect.makeopts + menuselect/menuselect --enable aelparse menuselect.makeopts + menuselect/menuselect --enable astman menuselect.makeopts + + # this is connected, otherwise it would not find + # ast_pktccops_gate_alloc symbol + menuselect/menuselect --enable chan_mgcp menuselect.makeopts + menuselect/menuselect --enable res_pktccops menuselect.makeopts + + # SSL is forcibly enabled, IAX2 & DUNDI are expected to be available + menuselect/menuselect --enable pbx_dundi menuselect.makeopts + menuselect/menuselect --enable func_aes menuselect.makeopts + menuselect/menuselect --enable chan_iax2 menuselect.makeopts + + # SQlite3 is now the main database backend, enable related features + menuselect/menuselect --enable cdr_sqlite3_custom menuselect.makeopts + menuselect/menuselect --enable cel_sqlite3_custom menuselect.makeopts + + # The others are based on USE-flag settings + use_select() { + local state=$(use "$1" && echo enable || echo disable) + shift # remove use from parameters + + while [[ -n $1 ]]; do + menuselect/menuselect --${state} "$1" menuselect.makeopts + shift + done + } + + use_select alsa chan_alsa + use_select bluetooth chan_mobile + use_select calendar res_calendar res_calendar_{caldav,ews,exchange,icalendar} + use_select cluster res_corosync + use_select curl func_curl res_config_curl res_curl + use_select dahdi app_dahdibarge app_dahdiras app_meetme chan_dahdi codec_dahdi res_timing_dahdi + use_select freetds {cdr,cel}_tds + use_select gtalk chan_motif + use_select http res_http_post + use_select iconv func_iconv + use_select xmpp res_xmpp + use_select ilbc codec_ilbc format_ilbc + use_select ldap res_config_ldap + use_select lua pbx_lua + use_select mysql app_mysql cdr_mysql res_config_mysql + use_select odbc cdr_adaptive_odbc res_config_odbc {cdr,cel,res,func}_odbc + use_select osplookup app_osplookup + use_select oss chan_oss + use_select postgres {cdr,cel}_pgsql res_config_pgsql + use_select radius {cdr,cel}_radius + use_select snmp res_snmp + use_select span res_fax_spandsp + use_select speex {codec,func}_speex + use_select srtp res_srtp + use_select syslog cdr_syslog + use_select vorbis format_ogg_vorbis + + # Voicemail storage ... + for vmst in ${IUSE_VOICEMAIL_STORAGE/+/}; do + if use ${vmst}; then + menuselect/menuselect --enable $(echo ${vmst##*_} | tr '[:lower:]' '[:upper:]')_STORAGE menuselect.makeopts + fi + done + + if use debug; then + for o in DONT_OPTIMIZE DEBUG_THREADS BETTER_BACKTRACES; do + menuselect/menuselect --enable $o menuselect.makeopts + done + fi +} + +src_compile() { + ASTLDFLAGS="${LDFLAGS}" emake +} + +src_install() { + mkdir -p "${D}"usr/$(get_libdir)/pkgconfig || die + emake DESTDIR="${D}" installdirs + emake DESTDIR="${D}" install + + if use radius; then + insinto /etc/radiusclient/ + doins contrib/dictionary.digium + fi + diropts -m 0750 -o root -g asterisk + keepdir /etc/asterisk + if use samples; then + emake DESTDIR="${D}" samples + for conffile in "${D}"etc/asterisk/*.* + do + chown root:root $conffile + chmod 0644 $conffile + done + einfo "Sample files have been installed" + else + einfo "Skipping installation of sample files..." + rm -f "${D}"var/lib/asterisk/mohmp3/* || die + rm -f "${D}"var/lib/asterisk/sounds/demo-* || die + rm -f "${D}"var/lib/asterisk/agi-bin/* || die + rm -f "${D}"etc/asterisk/* || die + fi + rm -rf "${D}"var/spool/asterisk/voicemail/default || die + + # keep directories + diropts -m 0770 -o asterisk asterisk + keepdir /var/lib/asterisk + keepdir /var/spool/asterisk + keepdir /var/spool/asterisk/{system,tmp,meetme,monitor,dictate,voicemail} + diropts -m 0750 -o asterisk -g asterisk + keepdir /var/log/asterisk/{cdr-csv,cdr-custom} + + newinitd "${FILESDIR}"/1.8.0/asterisk.initd8 asterisk + newconfd "${FILESDIR}"/1.8.0/asterisk.confd asterisk + + systemd_dounit "${FILESDIR}"/asterisk.service + systemd_newtmpfilesd "${FILESDIR}"/asterisk.tmpfiles.conf asterisk.conf + systemd_install_serviced "${FILESDIR}"/asterisk.service.conf + + # install the upgrade documentation + # + dodoc README UPGRADE* BUGS CREDITS + + # install extra documentation + # + if use doc + then + dodoc doc/*.txt + dodoc doc/*.pdf + fi + + # install SIP scripts; bug #300832 + # + dodoc "${FILESDIR}/1.6.2/sip_calc_auth" + dodoc "${FILESDIR}/1.8.0/find_call_sip_trace.sh" + dodoc "${FILESDIR}/1.8.0/find_call_ids.sh" + dodoc "${FILESDIR}/1.6.2/call_data.txt" + + # install logrotate snippet; bug #329281 + # + insinto /etc/logrotate.d + newins "${FILESDIR}/1.6.2/asterisk.logrotate4" asterisk +} + +pkg_postinst() { + # + # Announcements, warnings, reminders... + # + einfo "Asterisk has been installed" + echo + elog "If you want to know more about asterisk, visit these sites:" + elog "http://www.asteriskdocs.org/" + elog "http://www.voip-info.org/wiki-Asterisk" + echo + elog "http://www.automated.it/guidetoasterisk.htm" + echo + elog "Gentoo VoIP IRC Channel:" + elog "#gentoo-voip @ irc.freenode.net" + echo + echo + elog "Please read the Asterisk 11 upgrade document:" + elog "https://wiki.asterisk.org/wiki/display/AST/Upgrading+to+Asterisk+11" +} + +pkg_config() { + einfo "Do you want to reset file permissions and ownerships (y/N)?" + + read tmp + tmp="$(echo $tmp | tr '[:upper:]' '[:lower:]')" + + if [[ "$tmp" = "y" ]] ||\ + [[ "$tmp" = "yes" ]] + then + einfo "Resetting permissions to defaults..." + + for x in spool run lib log; do + chown -R asterisk:asterisk "${ROOT}"var/${x}/asterisk + chmod -R u=rwX,g=rwX,o= "${ROOT}"var/${x}/asterisk + done + + chown -R root:asterisk "${ROOT}"etc/asterisk + chmod -R u=rwX,g=rwX,o= "${ROOT}"etc/asterisk + + einfo "done" + else + einfo "skipping" + fi +} diff --git a/net-misc/casync/Manifest b/net-misc/casync/Manifest new file mode 100644 index 000000000000..2e0f88aa1868 --- /dev/null +++ b/net-misc/casync/Manifest @@ -0,0 +1 @@ +DIST casync-2_p20180321.tar.gz 1306314 BLAKE2B 9fa9238a9677ede6a218c27929f0990fe26ad0afeeb2f736a6a665d301bde6c016e6fc0f3120266707d3c12cd765667f8a8cd231bb49b5cf8bedfc4ab812b481 SHA512 c8fd61e56dc3e0aec02656e28f8cec8d873498635bdaf96c0576ab3867a0e2ef0fb69206f3a476b0515a284ba35a2d746985056e522f5d396e35bc13fd81ae58 diff --git a/net-misc/casync/casync-2_p20180321.ebuild b/net-misc/casync/casync-2_p20180321.ebuild new file mode 100644 index 000000000000..6303ac8dee3e --- /dev/null +++ b/net-misc/casync/casync-2_p20180321.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit vcs-snapshot meson + +COMMIT="a755da21d3ba5d9cbb002dfc86a3ab0d46b82176" +DESCRIPTION=" Content-Addressable Data Synchronization Tool" +HOMEPAGE="https://github.com/systemd/casync" +SRC_URI="https://github.com/systemd/casync/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+fuse +udev man selinux test" + +RDEPEND=" + fuse? ( sys-fs/fuse:0 ) + selinux? ( sys-libs/libselinux ) + udev? ( virtual/libudev ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig + man? ( dev-python/sphinx ) +" + +src_configure() { + local emesonargs=( + -Dfuse="$(usex fuse true false)" + -Dman="$(usex man true false)" + -Dselinux="$(usex selinux true false)" + -Dtests="$(usex test true false)" + -Dudev="$(usex udev true false)" + ) + meson_src_configure +} + +src_install() { + meson_src_install + find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die +} diff --git a/net-misc/casync/metadata.xml b/net-misc/casync/metadata.xml new file mode 100644 index 000000000000..b5956467d232 --- /dev/null +++ b/net-misc/casync/metadata.xml @@ -0,0 +1,15 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + + Enable fuse support + Build and install man pages + + + systemd/casync + + diff --git a/net-misc/dropbear/dropbear-2017.75.ebuild b/net-misc/dropbear/dropbear-2017.75.ebuild index 4cbf082a717b..36f4a765a949 100644 --- a/net-misc/dropbear/dropbear-2017.75.ebuild +++ b/net-misc/dropbear/dropbear-2017.75.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://matt.ucc.asn.au/dropbear/releases/${P}.tar.bz2 LICENSE="MIT" 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" IUSE="bsdpty minimal multicall pam +shadow static +syslog zlib" LIB_DEPEND="zlib? ( sys-libs/zlib[static-libs(+)] ) diff --git a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild index 34a1a0d9f988..6f091c8361d3 100644 --- a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit autotools eutils linux-info linux-mod python-r1 systemd DESCRIPTION="Production quality, multilayer virtual switch" -HOMEPAGE="http://openvswitch.org" -SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" +HOMEPAGE="https://www.openvswitch.org" +SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" diff --git a/net-misc/openvswitch/openvswitch-2.7.2.ebuild b/net-misc/openvswitch/openvswitch-2.7.2.ebuild index bfba9734edf7..4269aaab7968 100644 --- a/net-misc/openvswitch/openvswitch-2.7.2.ebuild +++ b/net-misc/openvswitch/openvswitch-2.7.2.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit autotools eutils linux-info linux-mod python-r1 systemd DESCRIPTION="Production quality, multilayer virtual switch" -HOMEPAGE="http://openvswitch.org" -SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" +HOMEPAGE="https://www.openvswitch.org" +SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild index 55df1bd4c281..f118e96631a6 100644 --- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit autotools eutils linux-info linux-mod python-r1 systemd DESCRIPTION="Production quality, multilayer virtual switch" -HOMEPAGE="http://openvswitch.org" -SRC_URI="http://openvswitch.org/releases/${P}.tar.gz" +HOMEPAGE="https://www.openvswitch.org" +SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest index 4c903bce11fe..c3885d2a1303 100644 --- a/net-misc/teamviewer/Manifest +++ b/net-misc/teamviewer/Manifest @@ -1,5 +1,5 @@ DIST teamviewer-9.0.32150.deb 22898922 BLAKE2B 799aa6f48b69247a2695ca745e85d02ffa73df1375203dfc9da339673e6c18d861c4146ddbdc509bdc1114d5a2a7e5fdd4acf3c6e5da61fbba5aaa02fa4e3cfd SHA512 3e72ed5cab7a754a0aa75e533da92292ad004f66c55ac4c386b6f4a65cc41b14a8d9d7a5410dccdb90c1172cd33e52383289339ab44f0847a061655498ab8e4d -DIST teamviewer_13.0.5693_amd64.tar.xz 9694952 BLAKE2B 650814c3c63897e1024836528c6eaa4cc81064ffa16bece7f8d2fe633457e2795e2cef847175a88dbb389ba61d2597a02292e6bf610da25c92f97152560ea355 SHA512 75886b6d00991968ae0b0d3c55b4c07c6f1b1b24488b2d5ae866e35c26ee6e673e500c87845ba6850ffdc80e4612feff0fc5bbe9e39f2d0a94582e1800471dcc -DIST teamviewer_13.0.5693_i386.tar.xz 9583892 BLAKE2B 8e477978825431a01b37b61c28b903b36cd81365c7ec5df4ca8d4aec1ce8d24b49af60ed6c99c863acd26405254ae78c4ae4dfef1f8b7a5fb882e281c3c4f125 SHA512 be5e8e00755a38f2c70ceba88d9fb87c2cc8e9e284c86e22f95dddf919a37ee1f24ef1e02f042a339eaf863dbf255c873e3edcb038c04202b4ab0460e50b2503 DIST teamviewer_13.0.9865_amd64.tar.xz 11562916 BLAKE2B 93d3a31f43c530e96202c1ce9fba7bcb24553068662d8d61869ddd38b447ae859bae8fc9a9dddd228985c6c858fcf9714e523a0649ca8dd487dd3dbe6e4ba4fc SHA512 08983ed34a6fe227bd7be5b03fb74c2b64c16a973034db2645d71e641c1855a9186fbddf6bbdae2db5e1258df0de8e252d49b4f1b0bb6aad8d357aced7a01984 DIST teamviewer_13.0.9865_i386.tar.xz 11540784 BLAKE2B b8fa47ec7572ed1b7eceb29f48af286ad565165498ea6f82c22f3d55181bcd70c1f380e719998a4c351ec3106216d7bde2461c23b9f84608152ae72c2f16d44c SHA512 24b70e1d728f09fc4dec4e669409b8f979011842f022b75d718459f732668689c53470e3bd4b9f21bd1a9919feda2e452de0daeb242cbef4ae49ad2483213ec2 +DIST teamviewer_13.1.3026_amd64.tar.xz 11500188 BLAKE2B 98dab12224ea65cdb7c45f01a835cb50fd052e044cb2908a27e0324d5647c1bcc38565eca0c1e70e86fd96a9f70ddd4b6250f13cde1fd3c381be9af8ecb1805c SHA512 30914b761833dd2720458eb3a3076f59e521bdf4fd50489e1cb7c0c80a05ef73c2fd5a9a59a33644e73b96d8db1616665a130e2781c39f35f6c5bfb64c7c7b9a +DIST teamviewer_13.1.3026_i386.tar.xz 11343300 BLAKE2B c0170acf9c67f34755800a0200016dacb6f93f3f3805932fbf467dc19bb0213fce74363a0bc703af1c62b4c1bafda2257bd0cc2c52aad4dd1f22ae5a9fb2d486 SHA512 f7dac040de4a0ac3489ee5e911c3c278723cee2372bd42a4a929d3cb268f735eb73cccc514a8d72cc49c82277869533289e3195936218be6db323e732c9c380e diff --git a/net-misc/teamviewer/teamviewer-13.0.5693-r2.ebuild b/net-misc/teamviewer/teamviewer-13.1.3026.ebuild similarity index 98% rename from net-misc/teamviewer/teamviewer-13.0.5693-r2.ebuild rename to net-misc/teamviewer/teamviewer-13.1.3026.ebuild index c8eeedebcf6a..6c3cc7311e7e 100644 --- a/net-misc/teamviewer/teamviewer-13.0.5693-r2.ebuild +++ b/net-misc/teamviewer/teamviewer-13.1.3026.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/net-news/Manifest.gz b/net-news/Manifest.gz index 71930894af2c..b8f58bb5a9bf 100644 Binary files a/net-news/Manifest.gz and b/net-news/Manifest.gz differ diff --git a/net-news/newsboat/Manifest b/net-news/newsboat/Manifest index 45c0b831e4de..47ea0f9b00ff 100644 --- a/net-news/newsboat/Manifest +++ b/net-news/newsboat/Manifest @@ -1 +1,2 @@ DIST newsboat-2.10.2.tar.xz 334820 BLAKE2B 08f5ee71b86c33c8aef5d2dc510deccefae8161fa1a3453947e94c9aead550468bd43368022ad438d4eb6da5ac18a348f9123489f2275fd8aed91ce40a5e9a32 SHA512 b807e0539bf31a4536af4e933623ec4de974995dda2345178057601aff43081746941d93a26269b6e8b77aee34b50a7c9867f867bed1331fc9a2c381163636fc +DIST newsboat-2.11.tar.xz 425912 BLAKE2B 57c61073a08cc09f800cf08544f68f589221d2aa9c5549e0f712914ad0ac43c0e0b95ee9f5fa019f4034d66ba383b10929cb0d01be4dc6b8c29c17f4e477347b SHA512 a82c1ccb53d8be733973c678b0891821a7aec44654b6bfa167253774adbcc6b73e570cd197e2ea038c827719cd1a92d043dfecd0671f32ba51185a87889181f1 diff --git a/net-news/newsboat/files/newsboat-2.11-flags.patch b/net-news/newsboat/files/newsboat-2.11-flags.patch new file mode 100644 index 000000000000..bcee380dd304 --- /dev/null +++ b/net-news/newsboat/files/newsboat-2.11-flags.patch @@ -0,0 +1,14 @@ +--- newsboat-2.11/Makefile ++++ newsboat-2.11/Makefile +@@ -18,9 +18,9 @@ + DEFINES+=-DGIT_HASH=\"$(GIT_HASH)\" + endif + +-WARNFLAGS=-Werror -Wall -Wextra -Wunreachable-code ++WARNFLAGS=-Wall -Wextra -Wunreachable-code + INCLUDES=-Iinclude -Istfl -Ifilter -I. -Irss +-BARE_CXXFLAGS=-std=c++11 -O2 -ggdb $(INCLUDES) ++BARE_CXXFLAGS=-std=c++11 $(INCLUDES) + LDFLAGS+=-L. + + PACKAGE=newsboat diff --git a/net-news/newsboat/newsboat-2.11.ebuild b/net-news/newsboat/newsboat-2.11.ebuild new file mode 100644 index 000000000000..ecf68baaf185 --- /dev/null +++ b/net-news/newsboat/newsboat-2.11.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/newsboat/newsboat.git" +else + KEYWORDS="~amd64 ~x86" + SRC_URI="https://newsboat.org/releases/${PV}/${P}.tar.xz" +fi + +inherit toolchain-funcs + +DESCRIPTION="An RSS/Atom feed reader for text terminals" +HOMEPAGE="https://newsboat.org/ https://github.com/newsboat/newsboat" + +LICENSE="MIT" +SLOT="0" +IUSE="test" + +RDEPEND=" + >=dev-db/sqlite-3.5:3 + >=dev-libs/stfl-0.21 + >=net-misc/curl-7.18.0 + >=dev-libs/json-c-0.11:= + dev-libs/libxml2 + sys-libs/ncurses:0=[unicode] +" +DEPEND="${RDEPEND} + app-text/asciidoc + virtual/pkgconfig + sys-devel/gettext + test? ( >=dev-cpp/catch-2 ) +" + +PATCHES=( + "${FILESDIR}"/${P}-flags.patch +) + +src_prepare() { + default + + # use system catch + sed -i 's#"3rd-party/catch.hpp"##' test/*.cpp || die + rm 3rd-party/catch.hpp || die +} + +src_configure() { + ./config.sh || die +} + +src_compile() { + # update object build deps to use system catch + echo > mk/mk.deps || die + emake depslist + + emake prefix="/usr" CXX="$(tc-getCXX)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" +} + +src_test() { + # tests require UTF-8 locale + emake test + # Tests fail if in ${S} rather than in ${S}/test + cd "${S}"/test || die + ./test || die +} + +src_install() { + emake DESTDIR="${D}" prefix="/usr" docdir="/usr/share/doc/${PF}" install + dodoc CHANGELOG.md README.md TODO +} diff --git a/net-news/newsboat/newsboat-9999.ebuild b/net-news/newsboat/newsboat-9999.ebuild index ff9f70fe3e5e..33b53c619552 100644 --- a/net-news/newsboat/newsboat-9999.ebuild +++ b/net-news/newsboat/newsboat-9999.ebuild @@ -30,22 +30,21 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/asciidoc - dev-lang/perl virtual/pkgconfig sys-devel/gettext - test? ( - dev-libs/boost - sys-devel/bc - ) + test? ( >=dev-cpp/catch-2 ) " -# tests require network access -RESTRICT="test" +PATCHES=( + "${FILESDIR}"/${PN}-2.11-flags.patch +) src_prepare() { default - sed -e 's:-ggdb::' -e 's:-Werror::' -i Makefile || die + # use system catch + sed -i 's#"3rd-party/catch.hpp"##' test/*.cpp || die + rm 3rd-party/catch.hpp || die } src_configure() { @@ -53,10 +52,15 @@ src_configure() { } src_compile() { + # update object build deps to use system catch + echo > mk/mk.deps || die + emake depslist + emake prefix="/usr" CXX="$(tc-getCXX)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" } src_test() { + # tests require UTF-8 locale emake test # Tests fail if in ${S} rather than in ${S}/test cd "${S}"/test || die diff --git a/net-p2p/Manifest.gz b/net-p2p/Manifest.gz index c15068f38297..823fec864a76 100644 Binary files a/net-p2p/Manifest.gz and b/net-p2p/Manifest.gz differ diff --git a/net-p2p/xmr-stak/Manifest b/net-p2p/xmr-stak/Manifest index 6fa84342d869..cd7a943974ee 100644 --- a/net-p2p/xmr-stak/Manifest +++ b/net-p2p/xmr-stak/Manifest @@ -1 +1,2 @@ DIST xmr-stak-2.2.0.tar.gz 316309 BLAKE2B 8a5042e91eff1d7a49dcf50d67430f21459509443117150f59f861edb0c145e0f336cb617ea4f2a7edfd923493efbc8f5ce9cd134a7f7af14b270c8cfdd3cc24 SHA512 1ec30b1f97043307461816e61cb7afaf9e77cfad895b13f5facf98f34da8d9b8751d9885930b0a38777017978fb4f25bb3a69a1c2a5db47b1a851bc88cd7d78d +DIST xmr-stak-2.3.0.tar.gz 333364 BLAKE2B f8824f545ea08267eb9f670f2aaba7cb2e98693e5603dee5fbe54bb3f3ebc21509f26bb0d10239b79675e3ce32a2f4b32b591fb3af51b4c716fbb84beeb7326e SHA512 2828789ac63ab3cb13e36c6f86d9cf82f21f15f51df873a8a3e42757d16357653823d28103f2a076afa67ce7ca277ec92c5aee25fc823806e85c3a8c80b4ae5d diff --git a/net-p2p/xmr-stak/files/xmr-stak-2.3.0.service b/net-p2p/xmr-stak/files/xmr-stak-2.3.0.service new file mode 100644 index 000000000000..b9515c61f799 --- /dev/null +++ b/net-p2p/xmr-stak/files/xmr-stak-2.3.0.service @@ -0,0 +1,32 @@ +[Unit] +Description=Unified all-in-one Monero miner +After=network-online.target +AssertFileNotEmpty=/etc/xmr-stak/main.config + +[Service] +Environment=GPU_FORCE_64BIT_PTR=1 +Environment=GPU_MAX_HEAP_SIZE=100 +Environment=GPU_USE_SYNC_OBJECTS=1 +Environment=GPU_MAX_ALLOC_PERCENT=100 +Environment=GPU_SINGLE_ALLOC_PERCENT=100 +ExecStart=/usr/bin/xmr-stak --cpu /etc/xmr-stak/cpu.config --amd /etc/xmr-stak/amd.config --nvidia /etc/xmr-stak/nvidia.config -c /etc/xmr-stak/main.config -C /etc/xmr-stak/pools.txt +DynamicUser=true +Group=video +CPUSchedulingPolicy=idle +PrivateTmp=true +ProtectHome=true +ProtectSystem=strict +NoNewPrivileges=true +CapabilityBoundingSet= +MemoryDenyWriteExecute=true +ProtectKernelModules=true +ProtectKernelTunables=true +ProtectControlGroups=true +RestrictRealtime=true +RestrictAddressFamilies=AF_INET AF_INET6 AF_UNIX +RestrictNamespaces=true +PrivateUsers=true +ConfigurationDirectory=xmr-stak + +[Install] +WantedBy=multi-user.target diff --git a/net-p2p/xmr-stak/xmr-stak-2.3.0.ebuild b/net-p2p/xmr-stak/xmr-stak-2.3.0.ebuild new file mode 100644 index 000000000000..4be0f9f7cace --- /dev/null +++ b/net-p2p/xmr-stak/xmr-stak-2.3.0.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils systemd + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git" + EGIT_BRANCH="dev" + inherit git-r3 + SRC_URI="" +else + SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="Unified all-in-one Monero miner" +HOMEPAGE="https://github.com/fireice-uk/xmr-stak" +LICENSE="GPL-3" +SLOT="0" +IUSE="cuda devfee hwloc opencl ssl webserver" + +DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit ) + hwloc? ( sys-apps/hwloc ) + opencl? ( virtual/opencl ) + ssl? ( dev-libs/openssl:0= ) + webserver? ( net-libs/libmicrohttpd )" +RDEPEND="${DEPEND}" + +src_prepare() { + cmake-utils_src_prepare + if ! use devfee; then + sed -i -e 's!fDevDonationLevel = .*;!fDevDonationLevel = 0.0;!' xmrstak/donate-level.hpp || die + fi +} + +src_configure() { + local mycmakeargs=( + -DCUDA_ENABLE=$(usex cuda) + -DHWLOC_ENABLE=$(usex hwloc) + -DMICROHTTPD_ENABLE=$(usex webserver) + -DOpenCL_ENABLE=$(usex opencl) + -DOpenSSL_ENABLE=$(usex ssl) + ) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service + dodir /etc/xmr-stak +} + +pkg_postinst() { + if [ ! -e "${ROOT}etc/xmr-stak/main.config" ]; then + ewarn "To use xmr-stack:" + if use cuda || use opencl; then + ewarn "As root or as a user that is a member of the 'video' group," + fi + ewarn "run:" + ewarn "/usr/bin/xmr-stak --cpu /etc/xmr-stak/cpu.config --amd /etc/xmr-stak/amd.config --nvidia /etc/xmr-stak/nvidia.config -c /etc/xmr-stak/main.config" + ewarn "If the systemd will be used, xmr-stak can now be terminated and 'systemctl start xmr-stak' can be used." + fi +} diff --git a/net-p2p/xmr-stak/xmr-stak-9999.ebuild b/net-p2p/xmr-stak/xmr-stak-9999.ebuild index 7138acbe70c4..4be0f9f7cace 100644 --- a/net-p2p/xmr-stak/xmr-stak-9999.ebuild +++ b/net-p2p/xmr-stak/xmr-stak-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 SRC_URI="" else - SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi @@ -48,7 +48,7 @@ src_configure() { src_install() { cmake-utils_src_install - systemd_dounit "${FILESDIR}"/${PN}.service + systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service dodir /etc/xmr-stak } diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index 0e881f582e31..69cfdc18bbec 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 2ce2a049cd7c..143f2356b208 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich (27 Mar 2018) +# dev-qt/qtwebengine is not ported to powerpc +www-client/otter webengine + # Matthias Maier (18 Mar 2018) # dev-libs/capstone not keyworded app-emulation/qemu capstone diff --git a/profiles/categories b/profiles/categories index b830c74deb71..461b9129c9af 100644 --- a/profiles/categories +++ b/profiles/categories @@ -16,6 +16,7 @@ app-forensics app-i18n app-laptop app-leechcraft +app-metrics app-misc app-mobilephone app-office diff --git a/profiles/package.mask b/profiles/package.mask index 5eddf5ca1d1f..780c31d50549 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,12 @@ #--- END OF EXAMPLES --- +# Tony Vroon (24 Mar 2018) +# This is a vulnerable version of Asterisk and should not be used except +# to troubleshoot a purported memory leak in the 11.25.3 release. +# Bug 629682. +=net-misc/asterisk-11.25.1 + # Mike Gilbert (24 Mar 2018) # Dev channel releases are only for people who are developers or want more # experimental features and accept a more unstable release. @@ -381,10 +387,6 @@ dev-util/bluej # use python eclasses (#615946). Removal in a month. media-gfx/k3d -# Pacho Ramos (17 Mar 2018) -# Not buildable for a long time (#614498). Removal in a month. -games-strategy/maxr - # Pacho Ramos (17 Mar 2018) # Not compatible with current NetworkManager versions, use net-misc/networkmanager-libreswan # instead (#615142). Removal in a month. diff --git a/profiles/updates/1Q-2018 b/profiles/updates/1Q-2018 index fa4dd25f87d7..f7adb1f2cee8 100644 --- a/profiles/updates/1Q-2018 +++ b/profiles/updates/1Q-2018 @@ -7,3 +7,7 @@ move dev-libs/purpose kde-frameworks/purpose move kde-misc/plasma-applet-redshift-control kde-misc/plasma-redshift-control move x11-proto/xorgproto x11-base/xorg-proto move games-action/trine-bin games-action/trine +move app-admin/bind_exporter app-metrics/bind_exporter +move app-admin/elasticsearch_exporter app-metrics/elasticsearch_exporter +move app-admin/mongodb_exporter app-metrics/mongodb_exporter +move app-admin/nginx-vts-exporter app-metrics/nginx-vts-exporter diff --git a/profiles/use.desc b/profiles/use.desc index 5cdf9808d2b6..5bf9a1d7f693 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -186,6 +186,7 @@ lirc - Add support for lirc (Linux's Infra-Red Remote Control) livecd - !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during livecd building lm_sensors - Add linux lm_sensors (hardware sensors) support lua - Enable Lua scripting support +luajit - Use dev-lang/luajit instead of dev-lang/lua (ineffective with USE=-lua) lzma - Support for LZMA (de)compression algorithm lzo - Enable support for lzo compression m17n-lib - Enable m17n-lib support diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 504f47bb359d..3578d136c3c7 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -412,7 +412,6 @@ app-editors/gedit-plugins:git - Shows document changes related to git's HEAD app-editors/gedit-plugins:terminal - Embed a terminal in the bottom pane app-editors/gedit-plugins:zeitgeist - Build the plugin to inject events to zeitgeist app-editors/gvim:gtk3 - Enable GTK+3 interface -app-editors/gvim:luajit - Use dev-lang/luajit instead of dev-lang/lua app-editors/gvim:netbeans - Include netbeans external editor integration support app-editors/gvim:racket - Enable support for Scheme using dev-scheme/racket app-editors/jasspa-microemacs:nanoemacs - Build NanoEmacs instead of MicroEmacs @@ -428,7 +427,6 @@ app-editors/nano:minimal - Disable all fancy features, including ones that other app-editors/ne:tinfo - Link against libtinfo from sys-libs/ncurses app-editors/neovim:clipboard - Enable clipboard support through a provider app-editors/neovim:jemalloc - Use dev-libs/jemalloc for allocations -app-editors/neovim:luajit - Use dev-lang/luajit instead of dev-lang/lua app-editors/neovim:nvimpager - Install nvimpager symlink to less.sh macro app-editors/neovim:remote - Enable support for remote options using nvr app-editors/neovim:tui - Build the neovim unix tui @@ -438,7 +436,6 @@ app-editors/tea:aspell - Enable spellchecking using app-text/aspell app-editors/tea:hunspell - Enable spellchecking using app-text/hunspell app-editors/tea:qml - Enable support for plugins using QML app-editors/vim:X - Link console vim against X11 libraries to enable title and clipboard features in xterm -app-editors/vim:luajit - Use dev-lang/luajit instead of dev-lang/lua app-editors/vim:racket - Enable support for Scheme using dev-scheme/racket app-editors/vim:terminal - Enable terminal emulation support app-editors/vim:vim-pager - Install vimpager and vimmanpager links @@ -1114,7 +1111,6 @@ app-shells/bash:mem-scramble - Build with custom malloc/free overwriting allocat app-shells/bash:net - Enable /dev/tcp/host/port redirection app-shells/bash:plugins - Add support for loading builtins at runtime via 'enable' app-shells/dash:vanilla - Support echo -n, and enable echo -e all the time (unsupported) -app-shells/mpv-bash-completion:luajit - Use dev-lang/luajit instead of dev-lang/lua app-shells/pdsh:rsh - This allows the use of rsh (remote shell) and rcp (remote copy) for authoring websites. sftp is a much more secure protocol and is preferred. app-shells/scsh-install-lib:scsh - Use a non-FHS directory layout app-shells/shish:diet - Use dev-libs/dietlibc @@ -1448,7 +1444,6 @@ dev-db/postgresql:server - Disable to build and install the clients and librarie dev-db/postgresql:uuid - Enable server side UUID generation (via dev-libs/ossp-uuid). dev-db/psqlodbc:iodbc - Use dev-db/libiodbc. Disable to use dev-db/unixODBC. dev-db/redis:jemalloc - Use dev-libs/jemalloc for allocations. -dev-db/redis:luajit - Use dev-lang/luajit instead of dev-lang/lua dev-db/redis:tcmalloc - Use tcmalloc from dev-util/google-perftools for allocations. dev-db/rethinkdb:jemalloc - Use dev-libs/jemalloc for allocations (default). dev-db/rethinkdb:tcmalloc - Use tcmalloc from dev-util/google-perftools for allocations. @@ -2045,6 +2040,7 @@ dev-libs/dbus-c++:glib - Use glib integration dev-libs/eekboard:libcanberra - Enable support for media-libs/libcanberra dev-libs/eekboard:xtest - Enable support for x11-libs/libXtst dev-libs/efl:bmp - Enable WBMP image loader +dev-libs/efl:dds - Enable DDS image loader dev-libs/efl:drm - Enable DRM engine dev-libs/efl:eet - Enable Eet image loader dev-libs/efl:egl - Enable EGL rendering @@ -2052,8 +2048,12 @@ dev-libs/efl:fribidi - Enable bidirectional text support dev-libs/efl:gles - Enable the OpenGL ES GL implementation dev-libs/efl:glib - Enable dev-libs/glib support dev-libs/efl:harfbuzz - Enable complex text shaping and layout support +dev-libs/efl:hyphen - Enable text hyphenation support dev-libs/efl:ibus - Enable Intelligent Input Bus dev-libs/efl:ico - Enable Ico image loader +dev-libs/efl:ivi - Enable ivi-shell support +dev-libs/efl:libuv - Enable dev-libs/libuv support +dev-libs/efl:luajit - USE dev-lang/lua instead of dev-lang/luajit dev-libs/efl:oldlua - USE dev-lang/lua instead of dev-lang/luajit dev-libs/efl:physics - Enable Bullet physics effects and support dev-libs/efl:pixman - Enable PixMan for software rendering @@ -2061,11 +2061,15 @@ dev-libs/efl:ppm - Enable PMAPS image loader dev-libs/efl:psd - Enable PSD image loader dev-libs/efl:scim - Enable Smart Common Input Method dev-libs/efl:tga - Enable Tga image loader +dev-libs/efl:tgv - Enable TGV image loader dev-libs/efl:tslib - Enable x11-libs/tslib for touchscreen events dev-libs/efl:unwind - Enable debug support via sys-libs/libunwind dev-libs/efl:valgrind - Enable usage of dev-util/valgrind in debug +dev-libs/efl:vlc - Enable media-video/vlc support dev-libs/efl:webp - Enable WebP image loader +dev-libs/efl:xcf - Enable XCF image loader dev-libs/efl:xim - Enable X Input Method +dev-libs/efl:xpresent - Enable x11-libs/libXpresent support dev-libs/elfutils:lzma - Support automatic decompression of LZMA-compressed files and kernel images dev-libs/elfutils:threads - Build the libraries with thread safe support dev-libs/elfutils:utils - Install command-line utilities (all the eu-* programs) @@ -2317,18 +2321,9 @@ dev-lisp/ecls:precisegc - Use type information during garbage collection (experi dev-lisp/gcl:ansi - Build a GCL with ANSI support (else build a traditional CLtL1 image) dev-lisp/gcl:athena - Build xgcl - an interface to x11-libs/libXaw dev-lisp/sbcl:pax_kernel - Enable if the user plans to run the package under a pax enabled hardened kernel -dev-lua/lpeg:luajit - Use dev-lang/luajit instead of dev-lang/lua -dev-lua/lua-openssl:luajit - Use dev-lang/luajit instead of dev-lang/lua -dev-lua/luacheck:luajit - Use dev-lang/luajit instead of dev-lang/lua -dev-lua/luafilesystem:luajit - Use dev-lang/luajit instead of dev-lang/lua -dev-lua/luaossl:luajit - Use dev-lang/luajit instead of dev-lang/lua dev-lua/luarocks:curl - Uses net-misc/curl for fetching lua packages instead of net-misc/wget. dev-lua/luarocks:openssl - Uses dev-libs/openssl for verifying lua packages instead of md5sum. -dev-lua/luassert:luajit - Use dev-lang/luajit instead of dev-lang/lua dev-lua/luvit:bundled-libs - Use bundled versions of some libraries. -dev-lua/messagepack:luajit - Use the lua just-in-time compiler dev-lang/luajit instead of dev-lang/lua -dev-lua/mpack:luajit - Use dev-lang/luajit instead of dev-lang/lua -dev-lua/say:luajit - Use dev-lang/luajit instead of dev-lang/lua dev-ml/cairo-ocaml:pango - Enable support for x11-libs/pango dev-ml/csv:lwt - Enables the Lwt-based library for asynchronous operations. dev-ml/dose3:parmap - Adds multi-core CPU support via dev-ml/parmap. @@ -3078,7 +3073,6 @@ games-action/dxx-rebirth:textures - Include high resolution (640x480) background games-action/hotline-miami:bundled-libs - Use bundled libraries. games-action/hotline-miami:launcher - Install qt launcher games-action/minetest:leveldb - Enable LevelDB backend -games-action/minetest:luajit - Use dev-lang/luajit instead of dev-lang/lua games-action/minetest:postgres - Optionally use PostgreSQL as map backend games-action/minetest:redis - Enable redis backend via dev-libs/hiredis games-action/minetest:server - Build minetest server @@ -3186,7 +3180,6 @@ games-engines/scummvm:fluidsynth - compile with support for fluidsynth games-engines/scummvm:mpeg2 - enable mpeg2 codec for cutscenes games-engines/scummvm:unsupported - enable unsupported and/or broken game engines (you're on your own) games-engines/solarus:doc - Install doxygen developer documentation. -games-engines/solarus:luajit - Use LuaJIT instead of default Lua. games-engines/stratagus:fluidsynth - compile with support for fluidsynth games-fps/alienarena:vidmode - Link against x11-libs/libXxf86vm. Required for full-screen support. games-fps/darkplaces:cdsound - Enables using CD audio in the engine @@ -3276,7 +3269,6 @@ games-puzzle/xlogical:alt_gfx - Use alternate graphics which are closer to the o games-roguelike/FTL:bundled-libs - Use bundled libraries. games-roguelike/angband:sound - Enable and install sounds games-roguelike/nethack:experimental - Enable experimental features (showscore and status_hilite) -games-roguelike/stone-soup:luajit - Use dev-lang/luajit as scripting backend instead of dev-lang/lua. games-roguelike/stone-soup:ncurses - Enable for console (uses ncurses) based build. (can be enabled on top of tiles) games-roguelike/stone-soup:tiles - Enable for graphical (tiled) build. (can be enabled on top of ncurses) games-roguelike/tomenet:server - Compile server support @@ -3792,7 +3784,6 @@ mail-filter/opensmtpd-extras:filter-spamassassin - filter for scanning with mail mail-filter/opensmtpd-extras:filter-stub - stub filter mail-filter/opensmtpd-extras:filter-trace - trace filter mail-filter/opensmtpd-extras:filter-void - void filter -mail-filter/opensmtpd-extras:luajit - Use JIT for Lua via dev-lang/luajit instead of dev-lang/lua mail-filter/opensmtpd-extras:queue-null - null queue mail-filter/opensmtpd-extras:queue-python - queue for interfacing with dev-lang/python mail-filter/opensmtpd-extras:queue-ram - ram queue @@ -4554,7 +4545,6 @@ media-sound/csound:fluidsynth - Build the fluidsynth opcodes media-sound/csound:image - Build the image opcodes media-sound/csound:keyboard - Build Virtual MIDI keyboard media-sound/csound:linear - Build the linear algebra Opcodes -media-sound/csound:luajit - Use the lua just-in-time compiler dev-lang/luajit instead of dev-lang/lua media-sound/csound:portmidi - Build the PortMIDI I/O module media-sound/csound:samples - Install the HRTF datafiles for use with hrtfmove, hrtfmove2, hrtfstat, hrtfearly, and hrtfreverb media-sound/csound:score - Build the alternative score parser @@ -5063,7 +5053,6 @@ media-video/mpv:jpeg - Enable support for saving screenshots in JPEG format media-video/mpv:libass - Enable OSD (On Screen Display) and subtitles support via media-libs/libass media-video/mpv:libmpv - Build mpv shared library media-video/mpv:lua - Enable Lua scripting, OSC (On Screen Controller) GUI and net-misc/youtube-dl hook-script -media-video/mpv:luajit - Use dev-lang/luajit instead of dev-lang/lua media-video/mpv:opengl - Enable the recommended 'opengl' video output media-video/mpv:raspberry-pi - Enable support for the Raspberry Pi media-video/mpv:rubberband - Enable high quality pitch correction via media-libs/rubberband @@ -5082,7 +5071,6 @@ media-video/ogmrip:srt - Support for SRT subtitle format media-video/orion:mpv - Use the media-video/mpv player (upstream default) instead of the dev-qt/qtmultimedia one media-video/parole:clutter - Compile in Clutter GTK+ support media-video/peek:keybinder - Enable support for global hotkeys using dev-libs/keybinder -media-video/rtmpdump:gnutls - Use GnuTLS library instead of the default OpenSSL media-video/simplescreenrecorder:asm - Enable x86 assembly optimisation. media-video/simplescreenrecorder:vpx - Enable VP8 codec support via media-libs/libvpx. media-video/smplayer:autoshutdown - Enable the option to shutdown your computer after finishing the playlist. This requires dev-qt/qtdbus as dependency. @@ -5415,7 +5403,6 @@ net-analyzer/suricata:control-socket - Enable unix socket net-analyzer/suricata:cuda - Enable NVIDIA Cuda computations support net-analyzer/suricata:detection - Enable detection modules net-analyzer/suricata:logrotate - Install logrotate rule -net-analyzer/suricata:luajit - Enable Luajit support net-analyzer/suricata:nflog - Enable libnetfilter_log support net-analyzer/suricata:nfqueue - Enable NFQUEUE support for inline IDP net-analyzer/suricata:redis - Enable Redis support @@ -5519,7 +5506,6 @@ net-dns/ddclient:hardened - Use iproute2 instead of ifconfig to grab an IP addre net-dns/dnscrypt-proxy:plugins - Enable plugin support to inspect and modify queries and responses net-dns/dnscrypt-proxy:systemd - Use systemd's socket activation instead of creating the sockets itself net-dns/dnsdist:dnscrypt - Enable the ability to act as a DNSCrypt server -net-dns/dnsdist:luajit - Use dev-lang/luajit instead of dev-lang/lua net-dns/dnsdist:regex - Enable support for regular expression matching via dev-libs/re2 net-dns/dnsdist:remote-logging - Enable support for remote logging via dev-libs/protobuf net-dns/dnsdist:ssl - Enable support for and encrypted client-server communication via dev-libs/libsodium @@ -5570,7 +5556,6 @@ net-dns/opendnssec:opensc - Enables support for storing DNSSEC keys through a de net-dns/opendnssec:signer - Enables signing capabilities for OpenDNSSEC net-dns/opendnssec:softhsm - Enables support for storing DNSSEC keys in a dev-libs/softhsm PKCS#11 object net-dns/pdns:botan - Make it possible to use the dev-libs/botan library for crypto-related stuff (like DNSSec) which can be significantly faster than PolarSSL. -net-dns/pdns:luajit - Enable support for dev-lang/luajit net-dns/pdns:mydns - Making it possible to use a MyDNS MySQL database with PowerDNS (not recommended for new deployments). net-dns/pdns:opendbx - Use a database supported by dev-db/opendbx as backend. net-dns/pdns:protobuf - Enable support for dev-libs/protobuf. @@ -5578,7 +5563,6 @@ net-dns/pdns:remote - Use a generic socket or pipe as a backend (via JSON RPC re net-dns/pdns:sodium - Use dev-libs/libsodium for cryptography net-dns/pdns:tinydns - Use a TinyDNS CDB database as backend. net-dns/pdns:tools - Build optional tools (dnsscan, dnsscope, etc..). -net-dns/pdns-recursor:luajit - Enable support for dev-lang/luajit. net-dns/pdns-recursor:protobuf - Enable support for dev-libs/protobuf. net-dns/pdns-recursor:sodium - Use dev-libs/libsodium for cryptography net-dns/pdnsd:isdn - Linux-only: check status of ippp interfaces with ISDN-specific system calls. @@ -6265,6 +6249,8 @@ net-misc/bfgminer:x6500 - Enable support for mining with X6500 FPGAs net-misc/bfgminer:zeusminer - Enable support for mining with ZeusMiner units net-misc/bfgminer:ztex - Enable support for mining with Ztex FPGAs net-misc/bird:client - Build the ncurses/readline full featured CLI +net-misc/casync:fuse - Enable fuse support +net-misc/casync:man - Build and install man pages net-misc/cfengine:html - Install HTML documentation net-misc/cfengine:libvirt - Enable support for virtual machine management through app-emulation/libvirt net-misc/cfengine:masterfiles - Install the Masterfiles Policy Framework @@ -8429,7 +8415,6 @@ www-client/google-chrome:plugins - Add system plugins path to launcher www-client/google-chrome-beta:plugins - Add system plugins path to launcher www-client/google-chrome-unstable:plugins - Add system plugins path to launcher www-client/links:libevent - Enable dev-libs/libevent support -www-client/luakit:luajit - Use dev-lang/luajit instead of dev-lang/lua www-client/lynx:gnutls - Use gnutls library for HTTPS support (openssl is the default library for HTTPS support). www-client/lynx:ssl - Enable HTTPS support. www-client/midori:granite - Enable support for the elementary library dev-libs/granite @@ -8816,7 +8801,6 @@ x11-themes/zuki-themes:gnome-shell - Install theme for gnome-base/gnome-shell x11-themes/zuki-themes:mate - Install Metacity theme for mate-base/mate x11-themes/zuki-themes:xfce - Install theme for xfce-base/xfwm4 x11-themes/zukitwo:gnome-shell - Install theme for gnome-base/gnome-shell -x11-wm/awesome:luajit - Use dev-lang/luajit instead of dev-lang/lua x11-wm/echinus:xrandr - Enable support for multihead configuration x11-wm/enlightenment:enlightenment_modules_appmenu - Gadget that hold the toolbar of the foreground application x11-wm/enlightenment:enlightenment_modules_backlight - Backlight control slider gadget diff --git a/ros-meta/Manifest.gz b/ros-meta/Manifest.gz index 4dddc72df03a..b5a3f557c536 100644 Binary files a/ros-meta/Manifest.gz and b/ros-meta/Manifest.gz differ diff --git a/ros-meta/ros_control/Manifest b/ros-meta/ros_control/Manifest index b8e876320e38..71ce7477b631 100644 --- a/ros-meta/ros_control/Manifest +++ b/ros-meta/ros_control/Manifest @@ -1,2 +1,3 @@ DIST ros_control-0.12.0.tar.gz 648605 BLAKE2B dd687a040d55e296dfa069c860d780c8043a02ee43daae5dfe4123a59b197b410aa8de65c1366f89b47d5f6ba3a1e014bdcc224a724b01561e74584b6be9a6f4 SHA512 4bbd16d641a764b25ffe1c9550c50526107a33bd096a44daa170f8f991aa313e98fdf875eb446ae6b7673de7da48a4ad83b6eca9d50c3b478e9c8bb8f619ffb6 DIST ros_control-0.13.0.tar.gz 651216 BLAKE2B 88555cda44d53ddc752260591423ff9d2ddb714bd4b394704f980e55f6f039348e26ba4aef9575da995de35218527969ca77fc613eec66fe1ff276b4908924eb SHA512 877ccde854e060424f2f2ff14e504bd6d2e679ff8154b8b5be2469aac40bee9bb3c15c15ca4dea6b4a956fb38be7ea34f6bca26854d541dd840331b3f2c7771b +DIST ros_control-0.14.0.tar.gz 653901 BLAKE2B 285c936c415fbbd85fc3acfbdaa5192ee4523f14baa6c7a82c1c5cd5c46e872a1425ffec185045c9fc13d653a7182f29bd4cb4d66fdb94c5471c757c0fc2bbd3 SHA512 653be6c629c07cd7a6a27886591c71814c97e8f8d4273823e51bb80dc4875fb992819863ae15debaa4171a26244c3e07c412d15e8fced54e56cee8122d417e7e diff --git a/ros-meta/ros_control/ros_control-0.14.0.ebuild b/ros-meta/ros_control/ros_control-0.14.0.ebuild new file mode 100644 index 000000000000..0c1d836b8833 --- /dev/null +++ b/ros-meta/ros_control/ros_control-0.14.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros-controls/ros_control" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Controller interfaces, controller managers, transmissions, hardware_interfaces, control_toolbox" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-ros/combined_robot_hw + dev-ros/combined_robot_hw_tests + dev-ros/controller_interface + dev-ros/controller_manager + dev-ros/controller_manager_msgs + dev-ros/controller_manager_tests + dev-ros/hardware_interface + dev-ros/joint_limits_interface + dev-ros/rqt_controller_manager + dev-ros/transmission_interface +" +DEPEND="${RDEPEND}" diff --git a/sci-electronics/Manifest.gz b/sci-electronics/Manifest.gz index 3bec92cf2a43..d261f3560bcd 100644 Binary files a/sci-electronics/Manifest.gz and b/sci-electronics/Manifest.gz differ diff --git a/sci-electronics/qucs/Manifest b/sci-electronics/qucs/Manifest index 32b015eb562f..8d1d543b6f63 100644 --- a/sci-electronics/qucs/Manifest +++ b/sci-electronics/qucs/Manifest @@ -1,2 +1 @@ -DIST qucs-0.0.17.130503.tar.gz 10380925 BLAKE2B 540fa2174f66301de8bd376db59e6372d261bf178a2c85a359650ea848e3bddcd5426457f9542c77a5c5ad7002a523f0e080e5b814642eaab8b68b147ec6873e SHA512 93ed20b34a5fa0c8dac7711d6797d373e5da90e727822b96c268f8fb284928bbde397274db2c638a5190d5916ca2bf55e849de95f327e0c55b3877b8897bb765 DIST qucs-0.0.18.tar.gz 45270816 BLAKE2B 84c70f23fc91decf4b237cab507c2a5de482126c27978e7c331264fc584323cf16c37509212e98f84aa0fd6c847a0aeb3d568bdb23c5551a357c9a794c96d614 SHA512 b6836837fde44fe04e6a0533905c7bbfdbb6f64412fbc2516cab281de2ec51738cf62bb245763a0be6711e02392f8d73e87b86bff6eb432fe3bbf47636c98313 diff --git a/sci-electronics/qucs/qucs-0.0.17.130503.ebuild b/sci-electronics/qucs/qucs-0.0.17.130503.ebuild deleted file mode 100644 index 8fd39af2ab6a..000000000000 --- a/sci-electronics/qucs/qucs-0.0.17.130503.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools-utils flag-o-matic toolchain-funcs - -DESCRIPTION="Quite Universal Circuit Simulator in Qt4" -HOMEPAGE="http://qucs.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-qt/qtcore:4[qt3support] - dev-qt/qtgui:4[qt3support] - dev-qt/qt3support:4 - x11-libs/libX11" -DEPEND="${RDEPEND}" - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_configure() { - # the package doesn't use pkg-config on Linux, only on Darwin - # very smart of upstream... - append-ldflags $( $(tc-getPKG_CONFIG) --libs-only-L \ - QtCore QtGui QtXml Qt3Support ) - - autotools-utils_src_configure -} diff --git a/sci-mathematics/Manifest.gz b/sci-mathematics/Manifest.gz index d83fc7a9db07..8444ddc8a74a 100644 Binary files a/sci-mathematics/Manifest.gz and b/sci-mathematics/Manifest.gz differ diff --git a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild index 1fa2034863d2..f79b8ccbe05c 100644 --- a/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild +++ b/sci-mathematics/why3-for-spark/why3-for-spark-2017.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="coq doc emacs gtk html hypothesis-selection +ocamlopt profiling zarith zip" +RESTRICT=strip DEPEND=">=dev-lang/ocaml-4.02.3[ocamlopt?] dev-ml/menhir @@ -65,10 +66,6 @@ src_compile() { default if use ocamlopt; then emake byte - else - # If using bytecode we dont want to strip the binary as it would remove - # the bytecode and only leave ocamlrun... - export STRIP_MASK="*/bin/*" fi use doc && emake doc } diff --git a/sys-apps/Manifest.gz b/sys-apps/Manifest.gz index 777b22536548..75d97542fb71 100644 Binary files a/sys-apps/Manifest.gz and b/sys-apps/Manifest.gz differ diff --git a/sys-apps/busybox/Manifest b/sys-apps/busybox/Manifest index dc0ca24d7614..406e9749ff3b 100644 --- a/sys-apps/busybox/Manifest +++ b/sys-apps/busybox/Manifest @@ -1 +1,2 @@ DIST busybox-1.28.0.tar.bz2 2261831 BLAKE2B 9cbb133d59711dde90ef5b20bfd4b892e34565103eaa64b2000b042bd2b9b234df14b5e8b74f7cf8f9071b907e1b9eff556e852bb921088d81548473430d3acf SHA512 346a71d44e6c4e1889ac12ae52320cb0c3d0c45c2b4b49fc4e3c0bb25f427707d8075150d545906f414b9f4e5b6d8f1a3afe8cdc31f6a64e06c62b400d7d129b +DIST busybox-1.28.1.tar.bz2 2260551 BLAKE2B 5dbe7d4fe63ff187bb1458368891c570016cd67406b7e1e4f675555d969c8655d258a0f6b3ba0ac26cc65739d65694f9042d00d9920ee610a6f79f62fb9bfb5d SHA512 c2d551eb70210d63d891614f4469ad3ec151dbd10fce96b2355dd1f2ea43a32ed08cc8f1d1ab361fb547199a19902d17a2935b839aeee2e1c3c8a1ed012db732 diff --git a/sys-apps/busybox/busybox-1.28.1.ebuild b/sys-apps/busybox/busybox-1.28.1.ebuild new file mode 100644 index 000000000000..68000bffa174 --- /dev/null +++ b/sys-apps/busybox/busybox-1.28.1.ebuild @@ -0,0 +1,323 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# See `man savedconfig.eclass` for info on how to use USE=savedconfig. + +EAPI="5" +inherit eutils flag-o-matic savedconfig toolchain-funcs multilib + +DESCRIPTION="Utilities for rescue and embedded systems" +HOMEPAGE="https://www.busybox.net/" +if [[ ${PV} == "9999" ]] ; then + MY_P=${P} + EGIT_REPO_URI="https://git.busybox.net/busybox" + inherit git-r3 +else + MY_P=${PN}-${PV/_/-} + SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +fi + +LICENSE="GPL-2" # GPL-2 only +SLOT="0" +IUSE="debug ipv6 livecd make-symlinks math mdev pam selinux sep-usr static syslog systemd" +REQUIRED_USE="pam? ( !static )" +RESTRICT="test" + +COMMON_DEPEND="!static? ( selinux? ( sys-libs/libselinux ) ) + pam? ( sys-libs/pam )" +DEPEND="${COMMON_DEPEND} + static? ( selinux? ( sys-libs/libselinux[static-libs(+)] ) ) + >=sys-kernel/linux-headers-2.6.39" +RDEPEND="${COMMON_DEPEND} + mdev? ( !::g' \ + Makefile.flags || die + #sed -i '/bbsh/s:^//::' include/applets.h + sed -i '/^#error Aborting compilation./d' applets/applets.c || die + use elibc_glibc && sed -i 's:-Wl,--gc-sections::' Makefile + sed -i \ + -e "/^CROSS_COMPILE/s:=.*:= ${CHOST}-:" \ + -e "/^AR\>/s:=.*:= $(tc-getAR):" \ + -e "/^CC\>/s:=.*:= $(tc-getCC):" \ + -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ + -e "/^PKG_CONFIG\>/s:=.*:= $(tc-getPKG_CONFIG):" \ + Makefile || die + sed -i \ + -e 's:-static-libgcc::' \ + Makefile.flags || die +} + +src_configure() { + # check for a busybox config before making one of our own. + # if one exist lets return and use it. + + restore_config .config + if [ -f .config ]; then + yes "" | emake -j1 -s oldconfig >/dev/null + return 0 + else + ewarn "Could not locate user configfile, so we will save a default one" + fi + + # setup the config file + emake -j1 -s allyesconfig >/dev/null + # nommu forces a bunch of things off which we want on #387555 + busybox_config_option n NOMMU + sed -i '/^#/d' .config + yes "" | emake -j1 -s oldconfig >/dev/null + + # now turn off stuff we really don't want + busybox_config_option n DMALLOC + busybox_config_option n FEATURE_2_4_MODULES #607548 + busybox_config_option n FEATURE_SUID_CONFIG + busybox_config_option n BUILD_AT_ONCE + busybox_config_option n BUILD_LIBBUSYBOX + busybox_config_option n FEATURE_CLEAN_UP + busybox_config_option n MONOTONIC_SYSCALL + busybox_config_option n USE_PORTABLE_CODE + busybox_config_option n WERROR + # triming the BSS size may be dangerous + busybox_config_option n FEATURE_USE_BSS_TAIL + + # These cause trouble with musl. + if use elibc_musl; then + busybox_config_option n FEATURE_UTMP + busybox_config_option n EXTRA_COMPAT + busybox_config_option n FEATURE_VI_REGEX_SEARCH + fi + + # If these are not set and we are using a uclibc/busybox setup + # all calls to system() will fail. + busybox_config_option y ASH + busybox_config_option y SH_IS_ASH + busybox_config_option n HUSH + busybox_config_option n SH_IS_HUSH + + busybox_config_option '"/run"' PID_FILE_PATH + busybox_config_option '"/run/ifstate"' IFUPDOWN_IFSTATE_PATH + + # disable ipv6 applets + if ! use ipv6; then + busybox_config_option n FEATURE_IPV6 + busybox_config_option n TRACEROUTE6 + busybox_config_option n PING6 + busybox_config_option n UDHCPC6 + fi + + busybox_config_option pam PAM + busybox_config_option static STATIC + busybox_config_option syslog {K,SYS}LOGD LOGGER + busybox_config_option systemd FEATURE_SYSTEMD + busybox_config_option math FEATURE_AWK_LIBM + + # disable features that uClibc doesn't (yet?) provide. + if use elibc_uclibc; then + busybox_config_option n FEATURE_SYNC_FANCY #567598 + busybox_config_option n NSENTER + fi + + # all the debug options are compiler related, so punt them + busybox_config_option n DEBUG_SANITIZE + busybox_config_option n DEBUG + busybox_config_option y NO_DEBUG_LIB + busybox_config_option n DMALLOC + busybox_config_option n EFENCE + busybox_config_option $(usex debug y n) TFTP_DEBUG + + busybox_config_option selinux SELINUX + + # this opt only controls mounting with /dev/null +} + +src_compile() { + unset KBUILD_OUTPUT #88088 + export SKIP_STRIP=y + + emake V=1 busybox +} + +src_install() { + unset KBUILD_OUTPUT #88088 + save_config .config + + into / + dodir /bin + if use sep-usr ; then + # install /ginit to take care of mounting stuff + exeinto / + newexe busybox_unstripped ginit + dosym /ginit /bin/bb + dosym bb /bin/busybox + else + newbin busybox_unstripped busybox + dosym busybox /bin/bb + fi + if use mdev ; then + dodir /$(get_libdir)/mdev/ + use make-symlinks || dosym /bin/bb /sbin/mdev + cp "${S}"/examples/mdev_fat.conf "${ED}"/etc/mdev.conf + + exeinto /$(get_libdir)/mdev/ + doexe "${FILESDIR}"/mdev/* + + newinitd "${FILESDIR}"/mdev.initd mdev + fi + if use livecd ; then + dosym busybox /bin/vi + fi + + # add busybox daemon's, bug #444718 + if busybox_config_enabled FEATURE_NTPD_SERVER; then + newconfd "${FILESDIR}/ntpd.confd" "busybox-ntpd" + newinitd "${FILESDIR}/ntpd.initd" "busybox-ntpd" + fi + if busybox_config_enabled SYSLOGD; then + newconfd "${FILESDIR}/syslogd.confd" "busybox-syslogd" + newinitd "${FILESDIR}/syslogd.initd" "busybox-syslogd" + fi + if busybox_config_enabled KLOGD; then + newconfd "${FILESDIR}/klogd.confd" "busybox-klogd" + newinitd "${FILESDIR}/klogd.initd" "busybox-klogd" + fi + if busybox_config_enabled WATCHDOG; then + newconfd "${FILESDIR}/watchdog.confd" "busybox-watchdog" + newinitd "${FILESDIR}/watchdog.initd" "busybox-watchdog" + fi + if busybox_config_enabled UDHCPC; then + local path=$(busybox_config_enabled UDHCPC_DEFAULT_SCRIPT) + exeinto "${path%/*}" + newexe examples/udhcp/simple.script "${path##*/}" + fi + if busybox_config_enabled UDHCPD; then + insinto /etc + doins examples/udhcp/udhcpd.conf + fi + + # bundle up the symlink files for use later + emake DESTDIR="${ED}" install + rm _install/bin/busybox + # for compatibility, provide /usr/bin/env + mkdir -p _install/usr/bin + ln -s /bin/env _install/usr/bin/env + tar cf busybox-links.tar -C _install . || : #;die + insinto /usr/share/${PN} + use make-symlinks && doins busybox-links.tar + + dodoc AUTHORS README TODO + + cd docs + docinto txt + dodoc *.txt + docinto pod + dodoc *.pod + dohtml *.html + + cd ../examples + docinto examples + dodoc inittab depmod.pl *.conf *.script undeb unrpm +} + +pkg_preinst() { + if use make-symlinks && [[ ! ${VERY_BRAVE_OR_VERY_DUMB} == "yes" ]] && [[ ${ROOT} == "/" ]] ; then + ewarn "setting USE=make-symlinks and emerging to / is very dangerous." + ewarn "it WILL overwrite lots of system programs like: ls bash awk grep (bug 60805 for full list)." + ewarn "If you are creating a binary only and not merging this is probably ok." + ewarn "set env VERY_BRAVE_OR_VERY_DUMB=yes if this is really what you want." + die "silly options will destroy your system" + fi + + if use make-symlinks ; then + mv "${ED}"/usr/share/${PN}/busybox-links.tar "${T}"/ || die + fi +} + +pkg_postinst() { + savedconfig_pkg_postinst + + if use make-symlinks ; then + cd "${T}" || die + mkdir _install + tar xf busybox-links.tar -C _install || die + cp -vpPR _install/* "${ROOT}"/ || die "copying links for ${x} failed" + fi + + if use sep-usr ; then + elog "In order to use the sep-usr support, you have to update your" + elog "kernel command line. Add the option:" + elog " init=/ginit" + elog "To launch a different init than /sbin/init, use:" + elog " init=/ginit /sbin/yourinit" + elog "To get a rescue shell, you may boot with:" + elog " init=/ginit bb" + fi +} diff --git a/sys-apps/exa/metadata.xml b/sys-apps/exa/metadata.xml index cd14ebaa62aa..e3789dbda9f5 100644 --- a/sys-apps/exa/metadata.xml +++ b/sys-apps/exa/metadata.xml @@ -5,9 +5,9 @@ ya@sysdump.net Georgy Yakovlev - - polynomial-c@gentoo.org - Lars Wendler + + proxy-maint@gentoo.org + Proxy Maintainers exa is a modern replacement for ls. diff --git a/sys-apps/fd/Manifest b/sys-apps/fd/Manifest index 9846058f974e..2dc2893a2c11 100644 --- a/sys-apps/fd/Manifest +++ b/sys-apps/fd/Manifest @@ -1,51 +1,50 @@ DIST aho-corasick-0.6.4.crate 25443 BLAKE2B b866fec3f2d7bf39152b30d4c95c921c3912c832cb5d7016c771bf19cb8bf02851ee942c891cc95f339b35c0545f9b45e26ce893486660b26227129aa7792b84 SHA512 0191f627896469bdb271f1b9d2f3d3b0f7952579cd07c2659996ad66a961dbe605c6a4a929100d6b9c246e65199c0e180b1e8349943f06a6f08250e003e62b65 -DIST ansi_term-0.10.2.crate 16642 BLAKE2B 69c001a07e02f48eeea8d63b1a242fc1eeb2ab9cb874e6c0e6cf40efbb6a1d585572330f9b69abb4d8df3012edc6e861854f816571b35aa55ee759fce79f1203 SHA512 ad4572845913cb21fdd9d8c0bffc5fce1571ef62c32fe83fd41262f7955e918400a446077494038299c4c0dfb0bd030d089336b3f169e726a5e15ee5c78ea3b5 -DIST ansi_term-0.9.0.crate 11718 BLAKE2B c3a29c8efe994822aa37854cc804ce2ea7f03ea622cfe05dd063f2e07f3d666ab7a8fc21f0f5a7f7f6c2a520b5cf6409ceb8b2438b3a416a44e70de4c094fa20 SHA512 4b5297d80f2a7fa840aeb1c31e7b893b33abcc7ce7f6f54371f6d7fc8e2915b43b5e3be3baab32b0821e174d8f7b58961029569a4f9e59b8a46c05f24ecaf04b -DIST atty-0.2.6.crate 5617 BLAKE2B 52274b58d4ae19cdd57a85a46449be32ac4662da6ce746382eff30c75729dbb5e50a9e9ad59f11b11f6d40b7ec2bc261e290f33127de62636c7f249c174bc4d3 SHA512 ae0aa91616571391eb4a2cc46b4765784dcd96b514fc7c3b64f756d1a180f95c83b9d14086f872fb7466be0e623f44a1a3170e786d7fbff5bdd949ef0cd88997 -DIST bitflags-0.7.0.crate 10851 BLAKE2B 00a4e2b66275d6fc8a7374aeec275b5fdf0e2c197e7e90e56afe89ac45554d14ba2063aa26a486dd88d822939b6ea5a5b40936d45d8717e2a98e95ba1d3f501f SHA512 fdfe472c26e5486d1a3f1bfe5a27d26678781235c6e14b49bdb75388359cb78841f38d794fc4557548581a80a10b715d8840182c9ca3316049984a6b9f35b3c0 +DIST ansi_term-0.11.0.crate 17087 BLAKE2B 9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4 SHA512 a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa +DIST atty-0.2.8.crate 5708 BLAKE2B e88f1155f51dd36eb38364994eeffc84683b43b8010909e058d9fd80fa492092ed49d6d05b5b7d10fd2585191dd1b6efdccf30be298f53dcb832027fd6187508 SHA512 d6aac03499b5e8187ecacd6060d34d3ad8747eb680c9f59ba13e00253d422b2d7d092236fc8eced93358f251d46672013463e3bfdc0aaa9e9e7c5c8e08a22195 +DIST bitflags-0.9.1.crate 12406 BLAKE2B e89527c5411150c09bc16072e0e4e5b2dde4b50fb2ed76984c1b58db225912db580f96c7954cbbf597036e9d743658364977ba24d0d7660312c3b8d38306d879 SHA512 3c106186aa8b5b8d0fba377818618e6428af38f60e4f707873142b44cb6f64d1d7f347840c8bfba084ff569ac8c57d87f2288c4a1d79e282bc02544d69f976c0 DIST bitflags-1.0.1.crate 13451 BLAKE2B ee1cdfad0af901176ae435f4a7096cde698de4a6ab6a49330870ddfe5a9f9836a91c9866dba9889163e31a68a009fa14c9cbc355a011bf45468a9773022c33fc SHA512 6ca3a06645534769fb5c5ad91958e9e802db5a4b49a2a11b0be5243d7e92e32e552183a7ba8d7052f8543f642bc0e4799ef0f36013f64e5c60f4e98bbb26e465 DIST cfg-if-0.1.2.crate 6668 BLAKE2B fd1960dfd30b3514bdb9943dba6418957068aaad3548667216d6dd4e4921a0df07d96cc4131f7b5121cacfb91aa59a802a47663a7b04ff401fa5b25ee1d321ea SHA512 ed6732d8ef2c99d99861f5dcfec3bcd2d1b62dcf6e8e4e88ca25148b5566f86418270dbbe9a7d2fae62a8320d432c5e0474059fa25a11c0f66787084e36f36aa -DIST clap-2.29.0.crate 187393 BLAKE2B 752f86a65114da23cf04c52d452266c5fc5d4e6d45a13852a664b813601b3b8c44760b5799b7129e7ef65de824682922c0b38827119ad3c52d1eb29d57366729 SHA512 d7dcb54d10d536af5121e9347157e2b11c605570158428c953fdc333ec887a6f10350ebb8daa871cd3e3e171c607a4e1f1c8018cb2f2dac67f83094c78be1980 -DIST crossbeam-0.2.10.crate 32993 BLAKE2B 10bc4519c091251798a838a9ed3404f84b6af950e88209b6ce7607f5ee1105fdd1ea4c81f788321455b3bf5c6169e7296757a73619ee837ee4ac799fa1c64b7d SHA512 cdefcda7626c08ca59bdf5581e0e8d3e6367081089cc32dad6e84b5f643c7cbc5b08ce47034dd925fe2f5e2dfcfd18afb51fba511265ee3598fc1844838948f2 -DIST ctrlc-3.0.3.crate 7055 BLAKE2B f7627a0fdb572888bc26948d9c28d5169f990f93a41cb1d8080bfe61f169a51562909d59c6d0315c525a82dcc7d2f1755c3c49541923d661ed7a98f3af5b7023 SHA512 4ea771c4ee780ef3dc45377a4abd6afb705faff7e50bd789ffa7c178da180354eb8889832d6bef09a7bbb23da540b40affb28e1cc601dc4b0c440795c4708623 +DIST clap-2.31.1.crate 194772 BLAKE2B 14b639f98f6ce494af4a315a7ab7190d9edc95bf2cf41a914b414df1e486156c9ea1e54fd59542fc0279d49cdb5a519d62f89c0b3a725c92bf606b48c473835d SHA512 a6219abb260ce941ebed6511c282ea38b6e0a18d3e8a88758cc2783e53ecc6dccb7da69a328d8b48b026693c19e0b39edbda5ec7ad1d57dfe8a3af26d404bd18 +DIST crossbeam-0.3.2.crate 33440 BLAKE2B a5fe9d77b3fcb4ac890b3ccf4e2548cf82c99571961d3960326210ce63dbe8b04e4a5917b57dbb657777288942dec1689387b73e41175b86e013307e057e7257 SHA512 e467a84c3a3655ed1108e2af2ee75dc1fd7bd435dc28fa29e43c055edd26d24d8a5d95edac86fb428e52ba70fcca68ac960952442d0a451568877c371057f0e9 +DIST ctrlc-3.1.0.crate 11706 BLAKE2B 6405f157b17fbc5df237a679ce288e3dec7c462b7586dc67eca06a3b2c3a514f7c62b696343e89619427bf3df488a87d72f5ad05516e8f977c121f96a589ffff SHA512 f06cc8120873289cd2c34d4209ee33dfbaada9c57bfb8d126a6cabaca9c9dbb705a0582df76488771a418eb078dc2074fce6a6b1ffbde4c32e38069af418cd1c DIST diff-0.1.11.crate 8165 BLAKE2B 6c651d00120b190b55b334c780ce7724e91f554cf3d85f99d8ae5f745bf4ced2e5b7d7aa307c6d0c2a6082534d238eb213868d3b528ea57a08a5e37ddc7051b8 SHA512 9c31d38bc29c9372984339b8d289317981ba483eee4430e936252b0fc44b1f500305082b19e6dc20b7d7fc81906f1c0d5c3f375b6db9f2c266e41c7015597073 -DIST fd-6.3.0.tar.gz 47974 BLAKE2B bc7423f7a35949a70edb9b237c606b10f054e68956de98c9a1bf93216f4e3b4431a55154d60badff3aba5b00a70231deb50dc546534c7ce96e9cd118c07e16ea SHA512 ab2c195106590373ee187e1f8a243425aebe643e5693b6f6972b613f55e80bb6d66439e493eca87f9b9803d97f3307e4f314a16372f294b1a8269448edbd9b94 +DIST fd-7.0.0.tar.gz 49631 BLAKE2B af4cc42656fb238be5378ca7c0999b4004c6d00dc9cc8b8c9ccd5fbdf1bbd30a32d4f4d8c4d638a7e61827313466aad7b30d8aa14687c8a3435bbc70f2bc95df SHA512 d13a7ab1f5e4523bbd1c66f7ef00dbcdadb91acd047d82a3741992fa3140bd1774418175cf1e017eeff3ae3de4abd8594f3510d3a3c1069f3012d9b141adb2c1 +DIST fd-find-7.0.0.crate 46024 BLAKE2B 4279d093e72f42cc635729a377f11984dc7b3b96161503f6f6ee844e8bf11fbb3ef575b24b9e68504ba3c802839c02f0e35e4497994a2a4f49d00b580acefaa8 SHA512 2f5ceb1d15cab45dc8a47e036fbcd9a754ae968ac7efd9592b72d801cb6ea03afdf1159c64d6b5868faba2258ab0509d23fe834df1e5ef3f978a0107141293d2 DIST fnv-1.0.6.crate 11131 BLAKE2B 220cf5463749b21e1560419ab9b1f235de08dd548c4a9a7fa6190d9516ce7db884f877b67174ee50b66b22be80d3be73ccafca80e06e94e0fa6e96fbb94475f6 SHA512 f1356b3da25f76cb3ccb4336ff54d4967f1dc7523eae6cba21a4349b8ce563516f6a2aa10d626cd5bb6046b55ac2f246e61e4e526a03fad5e78d0ea174841844 -DIST fuchsia-zircon-0.3.2.crate 22541 BLAKE2B 5838548c3cc1b23b47f6cd766ecc6dde407e082c919276b389dbdad8649a4348b5a4f31628f3cb38d2b401ce757fdf96d6f723187c58a2cf5bf12a57b7e47eed SHA512 f1fe51c3f2679f47307610587281910c6f9829c5a0ab5e9f1ff3309b4391649e1056bfee9d5ab19fd37b17d8eafb5c46269c3719003592cc8658a38ae2566086 -DIST fuchsia-zircon-sys-0.3.2.crate 7196 BLAKE2B d06741ad37d57ccebc25eea8280518f843dc07dd2edd9889fa66267bae8282110ed9f9ae2e5a17660f3c1e3b8f69544557aa93c751703319bab86753cdd1556c SHA512 177721989bdef070de28710a1ed5d02a9f291b0e399a0a6be68eb3a693c094fbfaf9b44bfd5ea0482d2b4a9c02a966b7f9b7a99b8f64690c57e26a026586e78f -DIST globset-0.2.1.crate 21542 BLAKE2B 6c104c118d05a8e06280f736dd4cb7ac8ad7c5c90a4baacb0d8f602e64cfe0734b34f7854d0da725802df9753613b9ce5eef10cdb8eb979c5eea918fa12efd35 SHA512 19cdce0b498033a8649006621137dfd1df5cb00b69e5d4ecd4ad34962b7f8ad10df94bbd07a92074b43f6d96b9b49a6b0861072900d1591fb8d64f2ff64c7eb2 -DIST ignore-0.2.2.crate 39372 BLAKE2B cfe9b6fa1a02bbff3ca825c8d3daa6eabe61d6b86e8202d0929ffd59e4cfccddc99be4e41b61b9d8445244f649d0f1289322aa1b75d3e8fb1b7dc27edf900783 SHA512 6280ac43ddbe599481e8bcce95be222e328d64f6d8a1bec46a34a6f7950b6ea02c1e56fb8e2fa7f3167b6486536a4953cf1ca67e0f8757257a39304d9fe0f37b +DIST fuchsia-zircon-0.3.3.crate 22565 BLAKE2B a4dac3457036efab8f79fe5d5b4545e4091e994d3dc63188f71fafbcc28bf98ef359dcd20add30ac1d990ab2e66159723302fb66697349c65fab0aa58d54535e SHA512 a43ee59452d49742111e506d6bdd8b8399a3a646e08648e25292864d7f71460c1dd1f2d77b8efa8ed09ac21fa4ff0442a2709f16d8833a3849bde0c388d83a93 +DIST fuchsia-zircon-sys-0.3.3.crate 7191 BLAKE2B 530bb5d475ac828843af248c6bbd24ca3b5dd8118c8884ccc6d7261818cff1c79038077114ffa04bc73a078177527824c4d9d20a9b022e4057afee3330258cff SHA512 978b7e8795a5877a68409ed3a1d7b4246263f8e7e7ce9ba8a022643be98f58f329cc1c234717df80a509db849da4394f39e90a8e2a6f56f8fa8dd3c07e7d4386 +DIST globset-0.3.0.crate 21315 BLAKE2B ff971a15dd85f7ab420c60f1ffcd1f2b772ee35e7743b8312fd4b45ee6e2160c783458173dffca540f5f7a4c7feeafaf31932ec775e8a99a6c6aaeebc87e98f1 SHA512 53cce0854058e70c869c4d7803dc040866028bb91ef2a5be59f3d93de18452898ec958b035961d536821fe967ad52c074114dcf23d62e0d0a5317b32d264e8bf +DIST ignore-0.4.1.crate 41806 BLAKE2B 0c311a0c552d0a4fedd6a410d6482815469caf6ba318714e247d1056426eea803ad8fd15c5cc364b779b162467d482d7eadf1cd0fdefbe266983ba5326b51022 SHA512 3ea888576957cde216c07e003e3a2401d7bb27edf8cdf045e8f37f51488c0d9aeafca71281991109a0d291741a948f0577c4d24e189f448e474fa79829f6f79a DIST kernel32-sys-0.2.2.crate 24537 BLAKE2B dfc4a1e31d3ec9e2ac62b890839919fb7fed1444070c1dcd75bb75acfb53556d6cf2eddf5a6639e7852a3df2a0cc715c5ce1d3fc898ef16a1687020d98f715bc SHA512 682bc7c629aefd035966a2873518fd60719121cca7d63d89d6c97ff5306f24d8b5055a3c91b4eedaec22b1d5dd3fb8b48ff7341a05bbd72d86e06c422dab473b -DIST lazy_static-0.2.11.crate 12361 BLAKE2B 3fe6a480c30a792448a3a2b378e05634ec59603f07baa03c0881fe5af85ecde5a172bb0733e7043fb6c43eabc261635b23410658d48add09eef6d807a750d22f SHA512 c85ac434d1b7d41d638e76a142a43d925b96bdddda112b1abeca1bae160d828262a85cd333d72499fe1dc7ae9574d3db226106acb433328c056028eb8c42bfe6 DIST lazy_static-1.0.0.crate 12611 BLAKE2B c7ffeb553b82cacfeacf214ab069cd0abbc6b83d670ad84704ecd30919c390055b3679ddc85e9a7d0add530df588f6cba4cfd7c5e44e9158b609edef2fe85e4e SHA512 73044fce4d00002d35931d4b28810feb5c28c3debfb7bd570d9a8434cf15c29c17f0daf29ac04d748a32f52a205d5f52ecf69aa395f49d46b825e3fc0cbcd41b -DIST libc-0.2.34.crate 304756 BLAKE2B 0a2af3e2a92ac6dfc72d72d26ff2df47b0c8656f22b3a52df02cf8eff787ae638ae8b2c56370da0e9f3831cca325d6073c6d08beedd7c75455c2785ccc5081bc SHA512 5f7a108608c2d202f6d59125aec37679f178cd1e34f0b6cc9384c476179aa45a8f10b5934314e2b2243fba4233bf8b1ce91399c8ba73e41c3591c14debc12856 -DIST log-0.3.9.crate 16686 BLAKE2B 543a8a2425c88bd3cf00d4cd2b4790ef344f9743b61776d65f1d8aaaa1ee1069933e33aec114a2dcaada5cf698bbd983fb22354aa50bca58b161a36b2f1efc47 SHA512 1d49a0dcff0a17c1238aba6a6cbc485a61986e8c4768805ded912c5014d0fba6ca38c9bd038f3f53900a6309d41fc0216682f137362e63715878195453d2de6f +DIST libc-0.2.39.crate 325829 BLAKE2B f6c012277d06adfc98aba449daa32a47dfbe339fc183303554283e831b8924e91cc1cf20a4331813fdd4a04cb9a543ca2af0c1f7ca54241f5a5a8e8f07e16109 SHA512 4b399306da2f4d85e84db5a0a2212bc784b6ab1fb0d4731b58256e47684b5a244dcad8a12088035985e933ca2880dca5ada7dc822443d1cf474f4e73bbe59aa1 DIST log-0.4.1.crate 20731 BLAKE2B 5936919ddf0e218ca42d669b56271836e9eca61afa4145896a55970e5fb768196f18ac6f028caf8eaf505f5bb797700ca2f238970e1ad54edadea566efb6ca16 SHA512 a142f4d230cbe64a4efe2c46055722bf06e7af500c0f14d66f1d7d7fec99d552081ee9541d4a5b3aa5f46bc3be42f7702dff76132cc1eed7734234b2db37c0f0 -DIST memchr-1.0.2.crate 8639 BLAKE2B 3177eb1792892c0a74c5a7696ba6a4543fd5fabbea60d77e9b55e9d7eed365f3ed1b6dce44911246b52b8ad9a05e51679f42f9ffd4e6bbdbb5d01b5155eef280 SHA512 322b70bb881bcc2f9046f2daac5d939fd581370fee82b7e0500e27738d1d91e11c3f65fbf4576e0d987043cd08e5cd2b39a5ecf66d0ba7d95f48b6fee502bc24 DIST memchr-2.0.1.crate 9858 BLAKE2B ccf5530245bdcf1b892b98858d1cfd8cdeec3765422f6d1503bfaf3e48744dabfbc1767212b310d1951f1594ec3d4ca09447ca72782ed272cc396113a7f9fef8 SHA512 50daeb73062c30b244c8fec965ff0c69c29571022a9228dafd1ed397164956e39fbe260b8adce33522b5cedcd7f9135500ac45d6bc0b5e72bf9e89ebea0954d1 -DIST nix-0.8.1.crate 85018 BLAKE2B 0198c49991f7a767305b572aa637b9735ebbdeea8e45563058727961330a9f8257dd270c9bbd23e51ee06fb4d89b6e4adf361f50c7d2812b04950c180a8443f0 SHA512 f289d258b26745769bb2570be67ba9e3748bbb09cbd0136a2f044bf0a26229fe2460e6813f7f39e07177eeab3f2463c0e55d8bc12b7bcb81793c707f4cbcc158 +DIST nix-0.9.0.crate 103078 BLAKE2B 762ad75889409f76f74ba486c20bdd990d03d463d68c128a0e6cef98ef3aa4ff5340b3d4c3f06919af53cae4d4782d234b444d3bd2891ef0ffca7c26d0c1c47a SHA512 e9a2ef99c63cfa8d818ca5c41d8cb1472494fac60f86bda0c7646c5835a2c1ee92c10840c8c8da28044215bfc06b97881f57f602e8da5a55daad146b8bc10988 DIST num_cpus-1.8.0.crate 10539 BLAKE2B df0b759bb2e1f6b31081968b190a804f168973a3c12b162106218ab0487421238021f15f6d97c4efdcec712277ab35873439e41ceff7ccc9c0bbc2fea0620bf5 SHA512 cd25a8da1a7c2639f33c3d36382580788d8056bce30f87b89993b92f39ea6ccce0527a907eb38dfdbe9219ae3a2bf86449dcb43ece978f834679dd4a8f8f2ea8 -DIST rand-0.3.19.crate 57576 BLAKE2B bf81b42676d5fbda64ffbd0de1303eaee1c9f764bc59ceb2274821f52b7970d656269d70e8b81e44cf5a7e2ae83e2fd7905ebacacd227160c64fdf48ad9c6c52 SHA512 9837def347b79c7278720f14e0c3fa560009a448c3ae65662c2328bbb6cd726a39c0e6cee79f900ed91a856362469192ebc151f7e772a467664cbc892cc5f9f3 -DIST redox_syscall-0.1.33.crate 13640 BLAKE2B 60d9ddc339c32d798977613cfff81f8d49e9ff70535b2acbe0fc64bd23ceb913e8fb229322af5ec1e70d27a72212fcdef5c60b68d20526bed06495853467223e SHA512 7dd1999e6894def3f833428c6c04b2c7a9d9caf58d4fe3c6d015286e2f1628e77ba3e4035a609db44b6dda268fc659d6aa8ddad17426eb58fe812d8d3ba0958a +DIST rand-0.4.2.crate 76170 BLAKE2B 28c9965519db48357f23517b5ac43a641d1f0ffc4396c42933d22181fda3c6df1cfe08dae66a188e60df0708112839781daaa5b5cbf667d6850b10bcc4448f99 SHA512 ac6eaf9f0914fd966c835a04ec644c5a8d62a4a634187d538cecfb711955a977234dc5fe487cd4d351514bc0de4f51cbd0f09a8f6aac56aa0467ae5eb17a4fad +DIST redox_syscall-0.1.37.crate 13980 BLAKE2B 9896615b819ccee17b18093c28a778bf6b4e0b4f6986f071e9e956a9bbc9724e151fd497d394c669d0feb8dcb95c3258a4103af9aacfe8381fc930cd5a1acd8a SHA512 147e48d44227cfe8ea190d543f9f8ab1e49fe2336c80f7e2b83546e617d0eeb8a1e94ce6e4d6f633b92ca72241cbfe0aec082425bc5f7b63d5efd164b51d5e48 DIST redox_termios-0.1.1.crate 3227 BLAKE2B 0b109d34e942735e804dd3da2a9639506e8bf6eb5b1f69ae021b115b0b75ae5159e8457abdf647dabfc19d5119cd3a44b8966635d7862cc66a8a997e4468e1ab SHA512 201d051900e919e2c6c6769ef252e51979d90133df16b6605e2a2f424cfb2e6e505e21add75ef5854fe5e0cab1ed1f1c1451010f072ae4bc8703c585a4323981 -DIST regex-0.2.5.crate 197417 BLAKE2B c8c4f5f4198c8d35475b95be378c07cb4b3d5baeafc52bf04dda55eefe796cfc8b36aaf0aa55a6ad08bab7aeefb63b7d39c35f51eed23e10599eb2854ae141dc SHA512 572f90bdfab4af1eed9905ef1b4ecdb97ad42849000f4efe0d0e24f7c1d4084ea0805dbdb7b18ed553c3ca796d64b5d2c59f4c1667608a7f74e29136172fde8c -DIST regex-syntax-0.4.2.crate 126234 BLAKE2B 874339260fc870fcbb8bb982629cfe1b5789877eb3db13181a73a4295b567a2466b3fc17433b890c0a7986ac3640382bd28c155abfec126b650d2a1c99003b3d SHA512 9b37814ab8bf8ba9d0ad125ea4038f505a0d232084faacbc4fa4126afefb3b8bdee03bfb55ee6f29c518a28f25021a31a8eb35d69999c48c739b1c30c2dba98d -DIST same-file-0.1.3.crate 7078 BLAKE2B 175390d4c7cbe5b98b27b6d23adcef78beda50277f0035eb58d630591023fff92756e928d2089e915e166c5da6a8b1d5b3184e82576eab5145c1681d46b4e953 SHA512 2d3d03ab0dd4add93cd32e7ca43041d541bee41000fd8d98575a58cbd192fe4498234ab80baa3c4791de9f3d4214feae90f628fd655e3510ede61f757be3a82c -DIST strsim-0.6.0.crate 8500 BLAKE2B fb5d756691a359d086886bf579445a262d2691285c120670e1b9da828922e43630339d59e4dbc98fe1fd6c92785264bef645be4ca80681059d8ee9f6d7be582b SHA512 43cbcf2cab7f91515f52f20719e8013cff23807ca79a9a69f1997ec1ba2eacf713d64c88e33f4c9ba852fb3dda4b87e943587ae4b6ff5bfbbb81deb6dbf76a97 -DIST tempdir-0.3.5.crate 10605 BLAKE2B 1c15dca19ae03d6c8c5f189e25b484e3de70327239dbaa48b78d4f9a6231b07249d88e111d0c011ea49d0416438c3b66fa6bda9a6cc09f092b6d07a45ff893a7 SHA512 5ef3cb15064fc51ab2b371f8a48694205ad831fdcd11ff0fd6be85708a8ee955c82c3cbf926360fabc2cac91528a1db90f8425090bb361fa192c8ce9b1e1f0ab +DIST regex-0.2.8.crate 202210 BLAKE2B a2775310903532f47e29c40cf1278ee91d3b132d51508a36c4e66706ef8d7215a9e0aa8d68d2eca9b50d660089062cb8d20152d3e86d34e12bfd465af37bbf5e SHA512 3ad97c6ba444f5f46ab282ef66b359e9b7ae4b1d8de738dd55a5c07192a13250ca1b20ea1c7bf07e7a9926f9a7136bfc03edca1c49d7298602f8dcecb4904644 +DIST regex-syntax-0.5.2.crate 230476 BLAKE2B 9a504a16e197ea1bd7197587f97556e9e70f4c0e73e047638f3a8dd3b56a0e5b7d62e1b3770e9216e7ba65e7cdcbd3dd50d7aa9647c0864234f2b049fdbef4cd SHA512 2f07b0349f8a383891ae7d687bda18fdc88a8c63d4ede70607832fedd34bb0595f4bce47ee841d2e9f6849f72d93bf335e4cfc68ca42291886f389a5f90d5c81 +DIST remove_dir_all-0.3.0.crate 8579 BLAKE2B 5c35f1aa15a4604a26164962733cd24f98517de4f3b4f687d729c307c2ceeadaba3c79db393c53059f948f793817ea0d22665fad85fd923ed6c8a6b67aff56f9 SHA512 e486ccf7016cb8298409f5a4cf71d0b15e3c660ba20df49a7bcb597ff01d93906131c74a9e71aca93b586ab04c054f750867bc1a26115451bdd16d0cc1af3c65 +DIST same-file-1.0.2.crate 8870 BLAKE2B 0c723d2f7377e7837babe62ee55807943bb12f013d8608c895701e78f873785b0beb4a2ea84e83e3b44848dcf032b36b573a31be7e4ce9932578fb6ea6a51b7f SHA512 56c923ebd529308c5c1efdeae0314c150ec6fc3d68fe3057ae1a9ec78520f96a78e151985bcea2568775d0d59e4e04e262837d2f3965b175b71569fa703b0951 +DIST strsim-0.7.0.crate 8435 BLAKE2B 6869075bc3949fbdec1b74548b816560d1bf3759ba4c3e972a84f885e6732edd25596d75a4b6f6b85d93821f559757d096cb5f0b0eb04dabd8bb974d214f3188 SHA512 3f92df0f444129b16fbb15c533b7bc1d6f18970b487b57345f74747fb7f41e3dc0cb61255712e94d419a5777b8f6a9cdf1a716718698c479eb98dfb6464d1983 +DIST tempdir-0.3.6.crate 11368 BLAKE2B 05e7b9e742450362ecbe5858a349c6c7e158172ef73541710e462ea2fec1b41a2967cdbe0e2cc8c77ea8cddc1db426488ff91c3b7fcd3257adbb5736e34950f9 SHA512 56cb052d51971c5a556d86e688fede1dc2a385ad2dc48b44dd6348f33ec4e61a094fb02e78083fce580108f63594ce133774a77be325dc3ac6e3f56bb0bb9ad8 DIST term_size-0.3.1.crate 10754 BLAKE2B b8ed33afdf8348d9be3200b33b18d121d86fe5a91b6ecd3a8f7a4e55b45910597738fd68c568b5c66feb2cf9d38ba62da705624b52ff01d30bb452c7eca8f6e8 SHA512 fb43e0519cc3371b23b3d4c52d25c59c3e45afc550ba081e8cb832a48d9dbd50cbb69bb154ae7926fe869eb2c35b72b95238cdb8822910bd68b4f65927ca6a5f DIST termion-1.5.1.crate 20659 BLAKE2B 5b4291c2c26a074c16eac2e7bcb40467380181bac69c941e5c958059dc239cbbfd74872d9bd3da65245d010f9fc39804c43dc96f4caab2499b021cf35977a6b0 SHA512 1d1536f08600c7c1f414b4579a1a6e7eff91f4c105504125118d3cadf71c7886a352d1c5f7e07f3d7c28aa8b4752f07b51eddb4d9adc6a9286f7b6bade2bec76 DIST textwrap-0.9.0.crate 15795 BLAKE2B c4dd89d5757da74c145b6971cd08844f3a6eeb5d29ca012b67010743a2637ed83bca00eefb54ec3ddb1d02a06c9cc3b84984919e6fd187dd71ed9c2e8af41f63 SHA512 e176f703f971eefb5cfc1ecf9047858bd7610a58fa4103879fd963b292c79872bd8466ef8fc9742a428ac707400dade307e72fa965dc4d61da66e932e5b20c35 DIST thread_local-0.3.5.crate 11794 BLAKE2B 775c55a2165b942eec4cfaa78653e3ff06a6b951635e95dd176f8bde9c58f789a4e3698cc7fa5eb7a9d173fb6c1eb8da682c65a36aa29beded1facae01817336 SHA512 c17bb6bb58e8ef5f27cd6b0a4290752ec00c9856753c9800664e1debc347a26930970b073ba87d6f95936b1be540f87559a8410151b18d01ecc3fe77c45d6cb6 +DIST ucd-util-0.1.1.crate 24221 BLAKE2B b03c4b21f30b1d7497814e22471f0ec94f52bf9815a8d8c454ab998040593e179e869e6e3d2fde61f993fc8d15ad6cd689f878bac9f0e1ea9a658d2dda242bf3 SHA512 3101bb088f9a804f311c23cfbec1b59ed6daebcc985af3c4a25cee5c1a0c0b8fe15a3b95516361cfc75bf0322895f2acc4835ee94122c782abfc8b0a1e6f8738 DIST unicode-width-0.1.4.crate 15283 BLAKE2B 61a72cc00c929624bbf46ab89a8850270ce36d0c986dd302b436b98405e2b53c1199588c70920a3379fa55c9dadd070404a8d3580544c02ffe9bbdb6ed078215 SHA512 f06b243e533ab9c68d88ccd06a283dfff5fd13e9340cf11bfa74473fc9100bb704c34e7fb66919202a97e7d2ba2e7eed968eced02d557835a06e6a0166865ea3 DIST unreachable-1.0.0.crate 6355 BLAKE2B c41706721e8124c695259c12741ee95f98d3599871bb7fae2f8cb0d63a04f0cff11e01ab0376867de4de8707fd50fbd02f8b6d9c19bedda84bb5938876c5d803 SHA512 054e0a471d1068b7703853d838c7c381ac6865ac1f8abae08747581e3754416ccec5b80a5b04fedbcd01e68bfeba286b849e3b8ea67bbe62444f2974655e4948 DIST utf8-ranges-1.0.0.crate 8599 BLAKE2B eb356d94a937f5f7cd6ed17ba85c03fc1ced30ab9215aad1cda3e600dc6efd8bedef744a2dadc9664dc2cac0ef815f451e88db5b75f70eb1f50670dceeb7e244 SHA512 da498433597582970860db1c66ff1cc2ed8b0e2bf816e6aabdb40424ec03c3f28e6ca5e7592e464442004077735dca4144acd13c8f6a2e799d67504699422643 DIST vec_map-0.8.0.crate 13742 BLAKE2B 5e1fd880c56f01d69d1680d77b361c89f94e77d75b0c8d1d49c780e6b729e3bc5e8d9a72e3a298bb350b1c27fac02dd7b31eb2f2018208f242b02d8d6d64af21 SHA512 7ce0c05c0b410577b489adb4d35376bc2a55c6041ce50e011b78415e952b5fb7fcff89fdd00b95e086de742f26ff057e99e55585824bbc0482e0ac2134406520 DIST version_check-0.1.3.crate 4092 BLAKE2B 95b77edc5ba68170e307926793e928eaf76697a32b39e6985f577b8fe489697842fb81043ed03892c3006df9dd89ce6cae6c4644d6e0e9ba0b705fe3d9a07723 SHA512 1e566fabeac8cc163a975c1736f86c6e898ee42cbdda4874c9cc336f59eeff701528182449d318eef0a755f291fd3c612f728cd6034d9c6eeeae652a55eb249f DIST void-1.0.2.crate 2356 BLAKE2B 41578fb5507f94e7d135f9595cec107ed00a926f4968df8b59792d1676ba5b6980cd67310f820fc37a9c14ebe43a171833fa8dfc09eac5dd42f2ebe808632a83 SHA512 1cc7d282600dc0164d7e410aa895d5dc99de1174991549c6733c94cc2027026517f66797751d737869eae58c560fa26edbf43f36b3015eb2fd99828fe40e0aa1 -DIST walkdir-1.0.7.crate 17883 BLAKE2B 23366528bc49b213e0926e24186b2a1240a5ff7e5cbc5be3c271a416c1417bcc5260b976746f8e0bd3265f4adea45699af661cd998dc15f3aacb878044587c37 SHA512 d5752c39c055dcd163bd74db3495a16e1865fd32e3f0cd779455fb818e78106ee4bdf0cbbcd36331f860c5ca8de658f848988a47194c5b9e130f28a77c4576d3 +DIST walkdir-2.1.4.crate 22695 BLAKE2B 87d989088a5f4a28c6e7a96c534092ed9574525e711a3d5f7e1abb9a7aa3d347da155f5f0d98cfe6653803b1eabae78dad01594beacd7e5281d6187d7c2db5e4 SHA512 db8a52b2708fc344833a0cf67ef96eea77dd0471337d49c806e7418e18b6c09dafd0034bc3c2ac62dcc360f4292c3634f5a20da3f10a071bb734ec8a121a4387 DIST winapi-0.2.8.crate 455145 BLAKE2B 50f3c2a0cf4eeedd6891b11392e520c1cca139a71f8f736eabaf43aa7e4b1b5d57697918978220459572d373940edf971eb8302f292cbff832283e905076319a SHA512 115e6f027cdd4a56f77ca24f4ab249d2a6cac1e1f955c826a9b6ee05db4861790a533f5e674aebbb540370fff52ed41618c2cd7c906e73200e92df213109cebe -DIST winapi-0.3.2.crate 904466 BLAKE2B 9cea7003d9d316525b4f304498d6c3f0782fa2b200a95c481cdf50e9f930f98ea46e756a0afb729fb954c2a734a19b86643c48c44691e6d504430a271ca8a473 SHA512 da387a5a2963ab2b17041d05b9559796b4e560e1ec10d75b8393a5a7b0658063697f93609fb3fc868d038d275b3a380405d4ca80e44dfd4c34f280b42b52e6cf +DIST winapi-0.3.4.crate 905247 BLAKE2B a6dacb223c0f7743af4c16d4256eea6fdab49ef7f48b9d80bd3da8bc25d6c53e12e98d45e50eff17d08c20099fb92ebcf5ed50928ea2e0873df20461f30b9a5a SHA512 4636ceea813181de46c0bb2f837982936a69376e2b3a58d541a982a494ab4e5b52f3baf820f714a81a2e742def2bf07a2d8313e31b45e51dc7e4d350a5b24579 DIST winapi-build-0.1.1.crate 669 BLAKE2B 6c8d8e0f81574c086f06fb3f234b0e6759d293d1d254857c3d491e4d43279e5c2f57f2fcfdc9d5d7b083280f4cc2a75a6ee9bc1541ec6ce8f8d904ded0567faf SHA512 8b0a239e205a5368892f41c870a8a7ea16e3468c364b03382bef7fa3a2e7159b09c07661e95b1227578f6d72c14879daa4444b28c51ae20ef15d985d59ca5a77 -DIST winapi-i686-pc-windows-gnu-0.3.2.crate 3143529 BLAKE2B 7327b344038bc568b957788d7a7f5197cbf0391eec0075d22fe599be274bde6817cb81ea6623d1e136a18d057f41cb6cbe11948b0a8c5d03aef05aa32b1fbb6b SHA512 4b93a7292dc1707c837d571a9ee9c6367c7841b54eec886cea4b2a147396be57b25b33f9ba362fc6e87bb14ff10baa4fbeabf1802c66268d007d3efe357bb9db -DIST winapi-x86_64-pc-windows-gnu-0.3.2.crate 3165198 BLAKE2B 3e1787d5eef457d1f63602436e3756d9f5c6d5bae070b865bf0597c81c8a38e693423c8734a67a008439624ba2f2bc612162e783fd6130de9f7226699514281a SHA512 a471fa60252eb1f351881fba0e1a41ef3e4992985c0841450a5057e530490f52c842651ffd0cdfd428d46f78a7e6990b5384f3af819aa852933ac5fa6abf91c1 +DIST winapi-i686-pc-windows-gnu-0.4.0.crate 2918815 BLAKE2B 4d357e4d30f9552972170d65b9a5358b69c46a3e772fe05efc22f3d4ffc1caeeaad7aacdc7abd503a7ad0545f8bd7d22bf351dcb6df76f812fa4d45c34d65df0 SHA512 a672ccefd0730a8166fef1d4e39f9034d9ae426a3f5e28d1f4169fa5c5790767693f281d890e7804773b34acdb0ae1febac33cde8c50c0044a5a6152c7209ec2 +DIST winapi-x86_64-pc-windows-gnu-0.4.0.crate 2947998 BLAKE2B 2ad1ea8b5fa07d544e910ccba043ae925269b76b26c9da356305b34b86741dd8b9aff0b9ffe3d562db4fcd7d7c46a11ce9e3168b782b1d89ae6881742b7ede82 SHA512 4a654af6a5d649dc87e00497245096b35a2894ae66f155cb62389902c3b93ddcc5cf7d0d8b9dd97b291d2d80bc686af2298e80abef6ac69883f4a54e79712513 diff --git a/sys-apps/fd/fd-6.3.0.ebuild b/sys-apps/fd/fd-7.0.0.ebuild similarity index 74% rename from sys-apps/fd/fd-6.3.0.ebuild rename to sys-apps/fd/fd-7.0.0.ebuild index 117bd517d040..c7a09d1a09c6 100644 --- a/sys-apps/fd/fd-6.3.0.ebuild +++ b/sys-apps/fd/fd-7.0.0.ebuild @@ -5,55 +5,54 @@ EAPI=6 CRATES=" aho-corasick-0.6.4 -ansi_term-0.10.2 -ansi_term-0.9.0 -atty-0.2.6 -bitflags-0.7.0 +ansi_term-0.11.0 +atty-0.2.8 +bitflags-0.9.1 bitflags-1.0.1 cfg-if-0.1.2 -clap-2.29.0 -crossbeam-0.2.10 -ctrlc-3.0.3 +clap-2.31.1 +crossbeam-0.3.2 +ctrlc-3.1.0 diff-0.1.11 +fd-find-7.0.0 fnv-1.0.6 -fuchsia-zircon-0.3.2 -fuchsia-zircon-sys-0.3.2 -globset-0.2.1 -ignore-0.2.2 +fuchsia-zircon-0.3.3 +fuchsia-zircon-sys-0.3.3 +globset-0.3.0 +ignore-0.4.1 kernel32-sys-0.2.2 -lazy_static-0.2.11 lazy_static-1.0.0 -libc-0.2.34 -log-0.3.9 +libc-0.2.39 log-0.4.1 -memchr-1.0.2 memchr-2.0.1 -nix-0.8.1 +nix-0.9.0 num_cpus-1.8.0 -rand-0.3.19 -redox_syscall-0.1.33 +rand-0.4.2 +redox_syscall-0.1.37 redox_termios-0.1.1 -regex-0.2.5 -regex-syntax-0.4.2 -same-file-0.1.3 -strsim-0.6.0 -tempdir-0.3.5 +regex-0.2.8 +regex-syntax-0.5.2 +remove_dir_all-0.3.0 +same-file-1.0.2 +strsim-0.7.0 +tempdir-0.3.6 term_size-0.3.1 termion-1.5.1 textwrap-0.9.0 thread_local-0.3.5 +ucd-util-0.1.1 unicode-width-0.1.4 unreachable-1.0.0 utf8-ranges-1.0.0 vec_map-0.8.0 version_check-0.1.3 void-1.0.2 -walkdir-1.0.7 +walkdir-2.1.4 winapi-0.2.8 -winapi-0.3.2 +winapi-0.3.4 winapi-build-0.1.1 -winapi-i686-pc-windows-gnu-0.3.2 -winapi-x86_64-pc-windows-gnu-0.3.2 +winapi-i686-pc-windows-gnu-0.4.0 +winapi-x86_64-pc-windows-gnu-0.4.0 " inherit bash-completion-r1 cargo diff --git a/sys-apps/fd/metadata.xml b/sys-apps/fd/metadata.xml index c3728de303b7..a027f78cedbf 100644 --- a/sys-apps/fd/metadata.xml +++ b/sys-apps/fd/metadata.xml @@ -5,9 +5,9 @@ ya@sysdump.net Georgy Yakovlev - - polynomial-c@gentoo.org - Lars Wendler + + proxy-maint@gentoo.org + Proxy Maintainers Simple, fast and user-friendly alternative to find. diff --git a/sys-apps/hwloc/Manifest b/sys-apps/hwloc/Manifest index 3a2f277691a8..9237c888db02 100644 --- a/sys-apps/hwloc/Manifest +++ b/sys-apps/hwloc/Manifest @@ -1,2 +1,3 @@ +DIST hwloc-1.11.10.tar.bz2 4102431 BLAKE2B 4caec6f1c1a5f0b571854127cc6fd808e778b3b2bcf7ded7edfe99100ac4ccc05c893f3df0a56119234510aa5256e5da84cfa15dddb7d15e49eca2936baa7f41 SHA512 9e2cf5cc43f8c21cfd0bf09a58fda09ba832908eca5a211d164eb106f090609b6351bc934e572200530284fbfc5c460db29a49ec7974dbd298d757ed8aaf32b3 DIST hwloc-1.11.2.tar.bz2 4019136 BLAKE2B 29a959c48b3be347b5816333c3f9948ddafc6c4882d7c646c956ae08d72827dd4cef22da7842a034e3131e0044f9528573c6dfceb373869c326890f23651d967 SHA512 aa54b6389c303470a00dbbb3ae5f688244d0f1e0d84e661b739933ff9d86928869f2f3be04fe621cdf06c206defcd4ea1c9e8b72696f7cada9bb3243c3feba68 DIST hwloc-1.11.7.tar.bz2 4187754 BLAKE2B 9d55c35ee328eddbdb9364f4330d157eeefb53fd01b3d0cba23423515302ab0f43aac6c6aaec3a96277411883e3806888aa1c55d2312e102d00302305279f044 SHA512 f3afd123f917d07fe987b8a16dba9f1aa9a9112fc4bdc806417c942b5fbd3b7f31067550048258814b4ba08d4ac7bd45c1fd477457d817bf9453735e0b82f04e diff --git a/sys-apps/hwloc/hwloc-1.11.10.ebuild b/sys-apps/hwloc/hwloc-1.11.10.ebuild new file mode 100644 index 000000000000..a0470dfc5145 --- /dev/null +++ b/sys-apps/hwloc/hwloc-1.11.10.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools cuda flag-o-matic versionator multilib-minimal + +MY_PV=v$(get_version_component_range 1-2) + +DESCRIPTION="displays the hardware topology in convenient formats" +HOMEPAGE="http://www.open-mpi.org/projects/hwloc/" +SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0/5" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X" + +# opencl support dropped with x11-drivers/ati-drivers being removed (#582406). +# Anyone with hardware is welcome to step up and help test to get it re-added. + +# dev-util/nvidia-cuda-toolkit is always multilib + +RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}] + cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] ) + cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 ) + gl? ( || ( x11-drivers/nvidia-drivers[static-libs,tools] media-video/nvidia-settings ) ) + pci? ( + >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}] + >=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}] + ) + plugins? ( dev-libs/libltdl:0[${MULTILIB_USEDEP}] ) + numa? ( >=sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] ) + xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND} + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]" + +PATCHES=( "${FILESDIR}/${PN}-1.8.1-gl.patch" ) +DOCS=( AUTHORS NEWS README VERSION ) + +src_prepare() { + default + eautoreconf + + if use cuda ; then + append-cflags -I"${EPREFIX}"/opt/cuda/include + append-cppflags -I"${EPREFIX}"/opt/cuda/include + fi +} + +multilib_src_configure() { + export HWLOC_PKG_CONFIG=$(tc-getPKG_CONFIG) #393467 + + if use cuda ; then + local -x LDFLAGS="${LDFLAGS}" + append-ldflags -L"${EPREFIX}"/opt/cuda/$(get_libdir) + fi + + ECONF_SOURCE=${S} econf \ + $(use_enable static-libs static) \ + $(use_enable cairo) \ + $(multilib_native_use_enable cuda) \ + $(use_enable debug) \ + $(multilib_native_use_enable gl) \ + $(use_enable pci) \ + $(use_enable plugins) \ + $(use_enable numa libnuma) \ + $(use_enable xml libxml2) \ + $(use_with X x) +} diff --git a/sys-apps/portage-mgorny/Manifest b/sys-apps/portage-mgorny/Manifest index a928530bce9e..cebabb865d53 100644 --- a/sys-apps/portage-mgorny/Manifest +++ b/sys-apps/portage-mgorny/Manifest @@ -1,3 +1 @@ -DIST portage-mgorny-2.3.24.1.tar.gz 1239318 BLAKE2B bfa8418ade600835c90378177bc6cd91f6c17e02c0e05b0829f4ee3b500ce3275fcb76424e19af5618026daa7b79d402aeb0d9f2133e7db09cb8983eeb355427 SHA512 04e3d5ee08f78ba3bb8045c36e7e81b06b7a0aff65a22c82cd2ca6fc0ab9f7b63a49c7eda9048d15fbc9c8d1a898c0d038f7cac2f4daf6d68bb799a9303d74c1 -DIST portage-mgorny-2.3.24.2.tar.gz 1239343 BLAKE2B 701c90d333c10976f11910babed4b002cb545561c931d635973cf9b455a247b050b098c61fca0b20a5a8d70d4478a9daddacc826045e74c52d45878260431c93 SHA512 0319a973a26650ce182c0e1f997399f0c3944474ad5c8c2f88b9588ffbf99ccd12bd84e7537f8368f8362a098a72d177fc3c844e2afc086f95094baa27d97b93 -DIST portage-mgorny-2.3.24.3.tar.gz 1235966 BLAKE2B 0919ad1c287075cdeaacb3c40b468ba9afd93df59ea3e8caa87300f87e0638e72d3d2791d07764d82147025c407f83f7442d9c4f02b5b8ae7ba8485f54193499 SHA512 dfb2341a512b3db37b7f282d7246d16afb8df9e1c401656022ac72adf35541bd4aa0224974deb581e76174b1bd7c49368c76215dd977168e5da858e9d8b8eda5 +DIST portage-mgorny-2.3.24.4.tar.gz 1235738 BLAKE2B 4365b4c2ac754b6a09a19598d7e4bddc16575b17dcd3e6dabcbb58ddd905a548da5d7c5a660e8bb8e638e39bf8803869144f08f6ece34775e79dd70f4be6d933 SHA512 ed5f14a457d00951f4af6b76db501f33523b6a19f2983d1b7acaa62f7eee90b8facf834f88d4de2dea26f12b7f373c64771c9f797af6c82578fb45b8db8ef678 diff --git a/sys-apps/portage-mgorny/portage-mgorny-2.3.24.1.ebuild b/sys-apps/portage-mgorny/portage-mgorny-2.3.24.1.ebuild deleted file mode 100644 index 2e245b85af80..000000000000 --- a/sys-apps/portage-mgorny/portage-mgorny-2.3.24.1.ebuild +++ /dev/null @@ -1,163 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) -PYTHON_REQ_USE='bzip2(+),threads(+)' - -inherit distutils-r1 - -DESCRIPTION="Fork of Portage focused on cleaning up and useful features" -HOMEPAGE="https://github.com/mgorny/portage" -SRC_URI="https://github.com/mgorny/portage/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/portage-${PV} - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -SLOT="0" -IUSE="build +ipc +native-extensions selinux xattr kernel_linux" - -DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') ) - >=app-arch/tar-1.27 - >=sys-apps/sed-4.0.5 - sys-devel/patch" -RDEPEND=" - >=app-arch/tar-1.27 - !build? ( - >=app-admin/eselect-1.2 - app-crypt/gentoo-keys - >=app-crypt/gnupg-2.2.4-r2[ssl(-)] - >=app-portage/gemato-10 - app-shells/bash:0[readline] - $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \ - python{2_7,3_4,3_5} pypy) - >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}] - >=sys-apps/sed-4.0.5 - ) - elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) - elibc_glibc? ( >=sys-apps/sandbox-2.2 ) - elibc_musl? ( >=sys-apps/sandbox-2.2 ) - elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) - >=app-misc/pax-utils-0.1.17 - selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) - xattr? ( kernel_linux? ( - >=sys-apps/install-xattr-0.3 - $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \ - python2_7 pypy) - ) ) - !app-portage/repoman - !sys-apps/portage" -PDEPEND=" - !build? ( - >=net-misc/rsync-2.6.4 - )" -# NOTE: FEATURES=installsources requires debugedit and rsync - -pkg_pretend() { - if has_version sys-apps/portage; then - ewarn "If you are migrating from sys-apps/portage to sys-apps/portage-mgorny," - ewarn "please note that Portage will abort upon having to unmerge itself." - ewarn "However, sys-apps/portage-mgorny will already be installed at this" - ewarn "point, so you simply have to restart emerge and it will successfully" - ewarn "clean the old package afterwards." - fi -} - -python_prepare_all() { - distutils-r1_python_prepare_all - - if ! use ipc ; then - einfo "Disabling ipc..." - sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = False:" \ - -i pym/_emerge/AbstractEbuildProcess.py || - die "failed to patch AbstractEbuildProcess.py" - fi - - if use xattr && use kernel_linux ; then - einfo "Adding FEATURES=xattr to make.globals ..." - echo -e '\nFEATURES="${FEATURES} xattr"' >> cnf/make.globals \ - || die "failed to append to make.globals" - fi - - if [[ -n ${EPREFIX} ]] ; then - einfo "Setting portage.const.EPREFIX ..." - sed -e "s|^\(SANDBOX_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/sandbox\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(FAKEROOT_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/fakeroot\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(BASH_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/bash\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(MOVE_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/mv\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(PRELINK_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/sbin/prelink\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(EPREFIX[[:space:]]*=[[:space:]]*\"\).*|\\1${EPREFIX}\"|" \ - -i pym/portage/const.py || - die "Failed to patch portage.const.EPREFIX" - - einfo "Prefixing shebangs ..." - while read -r -d $'\0' ; do - local shebang=$(head -n1 "${REPLY}") - if [[ ${shebang} == "#!"* && ! ${shebang} == "#!${EPREFIX}/"* ]] ; then - sed -i -e "1s:.*:#!${EPREFIX}${shebang:2}:" "${REPLY}" || - die "sed failed" - fi - done < <(find . -type f -print0) - - einfo "Adjusting make.globals ..." - sed -e "s|\(/usr/portage\)|${EPREFIX}\\1|" \ - -e "s|^\(PORTAGE_TMPDIR=\"\)\(/var/tmp\"\)|\\1${EPREFIX}\\2|" \ - -i cnf/make.globals || die "sed failed" - - einfo "Adjusting repos.conf ..." - sed -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(sync-openpgp-key-path = \)\(.*\)|\\1${EPREFIX}\\2|" \ - -i cnf/repos.conf || die "sed failed" - if prefix-guest ; then - sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ - -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ - -e "s|^\(sync-uri = \).*|\\1rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix|" \ - -i cnf/repos.conf || die "sed failed" - fi - - einfo "Adding FEATURES=force-prefix to make.globals ..." - echo -e '\nFEATURES="${FEATURES} force-prefix"' >> cnf/make.globals \ - || die "failed to append to make.globals" - fi - - cd "${S}/cnf" || die - if [[ -f make.conf.example.${ARCH}.diff ]]; then - patch make.conf.example "make.conf.example.${ARCH}.diff" || - die "Failed to patch make.conf.example" - else - eerror "" - eerror "Portage does not have an arch-specific configuration for this arch." - eerror "Please notify the arch maintainer about this issue. Using generic." - eerror "" - fi -} - -python_configure_all() { - cat >> setup.cfg <<-EOF || die - [build_ext] - portage-ext-modules=$(usex native-extensions true false) - EOF -} - -python_test() { - esetup.py test -} - -python_install() { - distutils-r1_python_install \ - --system-prefix="${EPREFIX}/usr" \ - --bindir="$(python_get_scriptdir)" \ - --portage-bindir="${EPREFIX}/usr/lib/portage/${EPYTHON}" \ - --sysconfdir="${EPREFIX}/etc" \ - "${@}" - - keepdir /var/log/portage/elog -} - -pkg_preinst() { - # This is allowed to fail if the user/group are invalid for prefix users. - if chown portage:portage "${ED%/}"/var/log/portage{,/elog} 2>/dev/null ; then - chmod g+s,ug+rwx "${ED%/}"/var/log/portage{,/elog} - fi -} diff --git a/sys-apps/portage-mgorny/portage-mgorny-2.3.24.2.ebuild b/sys-apps/portage-mgorny/portage-mgorny-2.3.24.2.ebuild deleted file mode 100644 index eb3315f80c86..000000000000 --- a/sys-apps/portage-mgorny/portage-mgorny-2.3.24.2.ebuild +++ /dev/null @@ -1,163 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) -PYTHON_REQ_USE='bzip2(+),threads(+)' - -inherit distutils-r1 - -DESCRIPTION="Fork of Portage focused on cleaning up and useful features" -HOMEPAGE="https://github.com/mgorny/portage" -SRC_URI="https://github.com/mgorny/portage/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S=${WORKDIR}/portage-${PV} - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -SLOT="0" -IUSE="build +ipc +native-extensions selinux xattr kernel_linux" - -DEPEND="!build? ( $(python_gen_impl_dep 'ssl(+)') ) - >=app-arch/tar-1.27 - >=sys-apps/sed-4.0.5 - sys-devel/patch" -RDEPEND=" - >=app-arch/tar-1.27 - !build? ( - >=app-admin/eselect-1.2 - app-crypt/openpgp-keys-gentoo-release - >=app-crypt/gnupg-2.2.4-r2[ssl(-)] - >=app-portage/gemato-10 - app-shells/bash:0[readline] - $(python_gen_cond_dep 'dev-python/pyblake2[${PYTHON_USEDEP}]' \ - python{2_7,3_4,3_5} pypy) - >=dev-python/lxml-3.6.0[${PYTHON_USEDEP}] - >=sys-apps/sed-4.0.5 - ) - elibc_FreeBSD? ( sys-freebsd/freebsd-bin ) - elibc_glibc? ( >=sys-apps/sandbox-2.2 ) - elibc_musl? ( >=sys-apps/sandbox-2.2 ) - elibc_uclibc? ( >=sys-apps/sandbox-2.2 ) - >=app-misc/pax-utils-0.1.17 - selinux? ( >=sys-libs/libselinux-2.0.94[python,${PYTHON_USEDEP}] ) - xattr? ( kernel_linux? ( - >=sys-apps/install-xattr-0.3 - $(python_gen_cond_dep 'dev-python/pyxattr[${PYTHON_USEDEP}]' \ - python2_7 pypy) - ) ) - !app-portage/repoman - !sys-apps/portage" -PDEPEND=" - !build? ( - >=net-misc/rsync-2.6.4 - )" -# NOTE: FEATURES=installsources requires debugedit and rsync - -pkg_pretend() { - if has_version sys-apps/portage; then - ewarn "If you are migrating from sys-apps/portage to sys-apps/portage-mgorny," - ewarn "please note that Portage will abort upon having to unmerge itself." - ewarn "However, sys-apps/portage-mgorny will already be installed at this" - ewarn "point, so you simply have to restart emerge and it will successfully" - ewarn "clean the old package afterwards." - fi -} - -python_prepare_all() { - distutils-r1_python_prepare_all - - if ! use ipc ; then - einfo "Disabling ipc..." - sed -e "s:_enable_ipc_daemon = True:_enable_ipc_daemon = False:" \ - -i pym/_emerge/AbstractEbuildProcess.py || - die "failed to patch AbstractEbuildProcess.py" - fi - - if use xattr && use kernel_linux ; then - einfo "Adding FEATURES=xattr to make.globals ..." - echo -e '\nFEATURES="${FEATURES} xattr"' >> cnf/make.globals \ - || die "failed to append to make.globals" - fi - - if [[ -n ${EPREFIX} ]] ; then - einfo "Setting portage.const.EPREFIX ..." - sed -e "s|^\(SANDBOX_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/sandbox\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(FAKEROOT_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/bin/fakeroot\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(BASH_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/bash\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(MOVE_BINARY[[:space:]]*=[[:space:]]*\"\)\(/bin/mv\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(PRELINK_BINARY[[:space:]]*=[[:space:]]*\"\)\(/usr/sbin/prelink\"\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(EPREFIX[[:space:]]*=[[:space:]]*\"\).*|\\1${EPREFIX}\"|" \ - -i pym/portage/const.py || - die "Failed to patch portage.const.EPREFIX" - - einfo "Prefixing shebangs ..." - while read -r -d $'\0' ; do - local shebang=$(head -n1 "${REPLY}") - if [[ ${shebang} == "#!"* && ! ${shebang} == "#!${EPREFIX}/"* ]] ; then - sed -i -e "1s:.*:#!${EPREFIX}${shebang:2}:" "${REPLY}" || - die "sed failed" - fi - done < <(find . -type f -print0) - - einfo "Adjusting make.globals ..." - sed -e "s|\(/usr/portage\)|${EPREFIX}\\1|" \ - -e "s|^\(PORTAGE_TMPDIR=\"\)\(/var/tmp\"\)|\\1${EPREFIX}\\2|" \ - -i cnf/make.globals || die "sed failed" - - einfo "Adjusting repos.conf ..." - sed -e "s|^\(location = \)\(/usr/portage\)|\\1${EPREFIX}\\2|" \ - -e "s|^\(sync-openpgp-key-path = \)\(.*\)|\\1${EPREFIX}\\2|" \ - -i cnf/repos.conf || die "sed failed" - if prefix-guest ; then - sed -e "s|^\(main-repo = \).*|\\1gentoo_prefix|" \ - -e "s|^\\[gentoo\\]|[gentoo_prefix]|" \ - -e "s|^\(sync-uri = \).*|\\1rsync://rsync.prefix.bitzolder.nl/gentoo-portage-prefix|" \ - -i cnf/repos.conf || die "sed failed" - fi - - einfo "Adding FEATURES=force-prefix to make.globals ..." - echo -e '\nFEATURES="${FEATURES} force-prefix"' >> cnf/make.globals \ - || die "failed to append to make.globals" - fi - - cd "${S}/cnf" || die - if [[ -f make.conf.example.${ARCH}.diff ]]; then - patch make.conf.example "make.conf.example.${ARCH}.diff" || - die "Failed to patch make.conf.example" - else - eerror "" - eerror "Portage does not have an arch-specific configuration for this arch." - eerror "Please notify the arch maintainer about this issue. Using generic." - eerror "" - fi -} - -python_configure_all() { - cat >> setup.cfg <<-EOF || die - [build_ext] - portage-ext-modules=$(usex native-extensions true false) - EOF -} - -python_test() { - esetup.py test -} - -python_install() { - distutils-r1_python_install \ - --system-prefix="${EPREFIX}/usr" \ - --bindir="$(python_get_scriptdir)" \ - --portage-bindir="${EPREFIX}/usr/lib/portage/${EPYTHON}" \ - --sysconfdir="${EPREFIX}/etc" \ - "${@}" - - keepdir /var/log/portage/elog -} - -pkg_preinst() { - # This is allowed to fail if the user/group are invalid for prefix users. - if chown portage:portage "${ED%/}"/var/log/portage{,/elog} 2>/dev/null ; then - chmod g+s,ug+rwx "${ED%/}"/var/log/portage{,/elog} - fi -} diff --git a/sys-apps/portage-mgorny/portage-mgorny-2.3.24.3.ebuild b/sys-apps/portage-mgorny/portage-mgorny-2.3.24.4.ebuild similarity index 76% rename from sys-apps/portage-mgorny/portage-mgorny-2.3.24.3.ebuild rename to sys-apps/portage-mgorny/portage-mgorny-2.3.24.4.ebuild index eb3315f80c86..39117506dcf5 100644 --- a/sys-apps/portage-mgorny/portage-mgorny-2.3.24.3.ebuild +++ b/sys-apps/portage-mgorny/portage-mgorny-2.3.24.4.ebuild @@ -55,12 +55,48 @@ PDEPEND=" # NOTE: FEATURES=installsources requires debugedit and rsync pkg_pretend() { + if [[ -f ${EROOT%/}/etc/make.conf ]]; then + eerror "You seem to be using /etc/make.conf. Please migrate to the new" + eerror "/etc/portage/make.conf location before upgrading." + if [[ ! -f ${EROOT%/}/etc/portage/make.conf ]]; then + eerror + eerror " mv ${EROOT%/}/etc/make.conf ${EROOT%/}/etc/portage/make.conf" + else + ewarn + ewarn "WARNING: You seem to have make.conf in both locations. Please take" + ewarn "care not to accientally overwrite one with the other." + fi + die "${EROOT%/}/etc/make.conf present" + fi + + if [[ -f ${EROOT%/}/etc/portage/package.keywords ]]; then + eerror "You seem to be using /etc/portage/package.keywords. Please migrate" + eerror "to the new /etc/portage/package.accept_keywords location before" + eerror "upgrading." + eerror + if [[ -d ${EROOT%/}/etc/portage/package.accept_keywords ]]; then + eerror " mv ${EROOT%/}/etc/portage/package.keywords ${EROOT%/}/etc/portage/package.accept_keywords/99old" + else + if [[ -f ${EROOT%/}/etc/portage/package.accept_keywords ]]; then + eerror " cat ${EROOT%/}/etc/portage/package.accept_keywords >> ${EROOT%/}/etc/portage/package.keywords" + fi + eerror " mv ${EROOT%/}/etc/portage/package.keywords ${EROOT%/}/etc/portage/package.accept_keywords" + fi + die "${EROOT%/}/etc/portage/package.keywords present" + fi + if has_version sys-apps/portage; then ewarn "If you are migrating from sys-apps/portage to sys-apps/portage-mgorny," ewarn "please note that Portage will abort upon having to unmerge itself." ewarn "However, sys-apps/portage-mgorny will already be installed at this" ewarn "point, so you simply have to restart emerge and it will successfully" ewarn "clean the old package afterwards." + ewarn + ewarn "If you did not use '--dynamic-deps n' in Portage, your VDB dependency" + ewarn "graph is probably broken. You may need to use '--changed-deps y'" + ewarn "for your first @world upgrade to resolve the conflicts. Afterwards," + ewarn "--changed-deps should no longer be necessary and any conflicts" + ewarn "introduced afterwards should be reported to bugs.gentoo.org." fi } diff --git a/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild b/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild index b2b9f73c5ffd..492a6ca37c29 100644 --- a/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild +++ b/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild @@ -55,12 +55,48 @@ PDEPEND=" # NOTE: FEATURES=installsources requires debugedit and rsync pkg_pretend() { + if [[ -f ${EROOT%/}/etc/make.conf ]]; then + eerror "You seem to be using /etc/make.conf. Please migrate to the new" + eerror "/etc/portage/make.conf location before upgrading." + if [[ ! -f ${EROOT%/}/etc/portage/make.conf ]]; then + eerror + eerror " mv ${EROOT%/}/etc/make.conf ${EROOT%/}/etc/portage/make.conf" + else + ewarn + ewarn "WARNING: You seem to have make.conf in both locations. Please take" + ewarn "care not to accientally overwrite one with the other." + fi + die "${EROOT%/}/etc/make.conf present" + fi + + if [[ -f ${EROOT%/}/etc/portage/package.keywords ]]; then + eerror "You seem to be using /etc/portage/package.keywords. Please migrate" + eerror "to the new /etc/portage/package.accept_keywords location before" + eerror "upgrading." + eerror + if [[ -d ${EROOT%/}/etc/portage/package.accept_keywords ]]; then + eerror " mv ${EROOT%/}/etc/portage/package.keywords ${EROOT%/}/etc/portage/package.accept_keywords/99old" + else + if [[ -f ${EROOT%/}/etc/portage/package.accept_keywords ]]; then + eerror " cat ${EROOT%/}/etc/portage/package.accept_keywords >> ${EROOT%/}/etc/portage/package.keywords" + fi + eerror " mv ${EROOT%/}/etc/portage/package.keywords ${EROOT%/}/etc/portage/package.accept_keywords" + fi + die "${EROOT%/}/etc/portage/package.keywords present" + fi + if has_version sys-apps/portage; then ewarn "If you are migrating from sys-apps/portage to sys-apps/portage-mgorny," ewarn "please note that Portage will abort upon having to unmerge itself." ewarn "However, sys-apps/portage-mgorny will already be installed at this" ewarn "point, so you simply have to restart emerge and it will successfully" ewarn "clean the old package afterwards." + ewarn + ewarn "If you did not use '--dynamic-deps n' in Portage, your VDB dependency" + ewarn "graph is probably broken. You may need to use '--changed-deps y'" + ewarn "for your first @world upgrade to resolve the conflicts. Afterwards," + ewarn "--changed-deps should no longer be necessary and any conflicts" + ewarn "introduced afterwards should be reported to bugs.gentoo.org." fi } diff --git a/sys-apps/systemd/files/238-0003-udev-net-id-Fix-check-for-address-to-keep-interface-8458.patch b/sys-apps/systemd/files/238-0003-udev-net-id-Fix-check-for-address-to-keep-interface-8458.patch new file mode 100644 index 000000000000..693d67152ea9 --- /dev/null +++ b/sys-apps/systemd/files/238-0003-udev-net-id-Fix-check-for-address-to-keep-interface-8458.patch @@ -0,0 +1,37 @@ +From 8eebb6a9e5e74ec0ef40902e2da53d24559b94a4 Mon Sep 17 00:00:00 2001 +From: Filipe Brandenburger +Date: Thu, 15 Mar 2018 10:42:38 -0700 +Subject: [PATCH] udev/net-id: Fix check for address to keep interface names + stable (#8458) + +This was a bug inadvertently added by commit 73fc96c8ac0aa9. + +The intent of the check is to "match slot address with device by +stripping the function" (as the comment above states it), for example +match network device PCI address 0000:05:00.0 (including a .0 for +function) to PCI slot address 0000:05:00, but changing that to a streq() +call prevented the match. + +Change that to startswith(), which should both fix the bug and make the +intent of the check more clear and prevent unintentional bugs from being +introduced by future refactorings. +--- + src/udev/udev-builtin-net_id.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/udev/udev-builtin-net_id.c b/src/udev/udev-builtin-net_id.c +index 36994360c7..6efa712930 100644 +--- a/src/udev/udev-builtin-net_id.c ++++ b/src/udev/udev-builtin-net_id.c +@@ -297,7 +297,7 @@ static int dev_pci_slot(struct udev_device *dev, struct netnames *names) { + if (snprintf_ok(str, sizeof str, "%s/%s/address", slots, dent->d_name) && + read_one_line_file(str, &address) >= 0) + /* match slot address with device by stripping the function */ +- if (streq(address, udev_device_get_sysname(names->pcidev))) ++ if (startswith(udev_device_get_sysname(names->pcidev), address)) + hotplug_slot = i; + + if (hotplug_slot > 0) +-- +2.16.2 + diff --git a/sys-apps/systemd/files/238-libmount-include.patch b/sys-apps/systemd/files/238-libmount-include.patch new file mode 100644 index 000000000000..6a02dff65e40 --- /dev/null +++ b/sys-apps/systemd/files/238-libmount-include.patch @@ -0,0 +1,72 @@ +From 227b8a762fea1458547be2cdf0e6e4aac0079730 Mon Sep 17 00:00:00 2001 +From: Michael Olbrich +Date: Mon, 26 Mar 2018 17:34:53 +0200 +Subject: [PATCH] core: don't include libmount.h in a header file (#8580) + +linux/fs.h sys/mount.h, libmount.h and missing.h all include MS_* +definitions. + +To avoid problems, only one of linux/fs.h, sys/mount.h and libmount.h +should be included. And missing.h must be included last. + +Without this, building systemd may fail with: + +In file included from [...]/libmount/libmount.h:31:0, + from ../systemd-238/src/core/manager.h:23, + from ../systemd-238/src/core/emergency-action.h:37, + from ../systemd-238/src/core/unit.h:34, + from ../systemd-238/src/core/dbus-timer.h:25, + from ../systemd-238/src/core/timer.c:26: +[...]/sys/mount.h:57:2: error: expected identifier before numeric constant +--- + src/core/dbus-execute.c | 1 + + src/core/manager.h | 3 ++- + src/core/mount.c | 2 ++ + 3 files changed, 5 insertions(+), 1 deletion(-) + +diff --git a/src/core/dbus-execute.c b/src/core/dbus-execute.c +index 7344623ebf6..c342093bca4 100644 +--- a/src/core/dbus-execute.c ++++ b/src/core/dbus-execute.c +@@ -18,6 +18,7 @@ + along with systemd; If not, see . + ***/ + ++#include + #include + #include + +diff --git a/src/core/manager.h b/src/core/manager.h +index 28c5da225b1..e09e0cdf5e9 100644 +--- a/src/core/manager.h ++++ b/src/core/manager.h +@@ -20,7 +20,6 @@ + along with systemd; If not, see . + ***/ + +-#include + #include + #include + +@@ -34,6 +33,8 @@ + #include "list.h" + #include "ratelimit.h" + ++struct libmnt_monitor; ++ + /* Enforce upper limit how many names we allow */ + #define MANAGER_MAX_NAMES 131072 /* 128K */ + +diff --git a/src/core/mount.c b/src/core/mount.c +index 0e755da5c02..0154ebda5d6 100644 +--- a/src/core/mount.c ++++ b/src/core/mount.c +@@ -23,6 +23,8 @@ + #include + #include + ++#include ++ + #include "sd-messages.h" + + #include "alloc-util.h" diff --git a/sys-apps/systemd/systemd-236-r5.ebuild b/sys-apps/systemd/systemd-236-r5.ebuild index ed62d0a6f44e..aed2113e91aa 100644 --- a/sys-apps/systemd/systemd-236-r5.ebuild +++ b/sys-apps/systemd/systemd-236-r5.ebuild @@ -148,6 +148,7 @@ src_unpack() { src_prepare() { local PATCHES=( + "${FILESDIR}/238-libmount-include.patch" ) [[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches ) diff --git a/sys-apps/systemd/systemd-237-r3.ebuild b/sys-apps/systemd/systemd-237-r3.ebuild index 466126ca683a..d0254ee71dbe 100644 --- a/sys-apps/systemd/systemd-237-r3.ebuild +++ b/sys-apps/systemd/systemd-237-r3.ebuild @@ -150,6 +150,7 @@ src_unpack() { src_prepare() { local PATCHES=( "${FILESDIR}/237-0001-networkctl-display-type.patch" + "${FILESDIR}/238-libmount-include.patch" ) [[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches ) diff --git a/sys-apps/systemd/systemd-238-r1.ebuild b/sys-apps/systemd/systemd-238-r1.ebuild index 2898aa322ed8..2903bb82e515 100644 --- a/sys-apps/systemd/systemd-238-r1.ebuild +++ b/sys-apps/systemd/systemd-238-r1.ebuild @@ -150,6 +150,7 @@ src_prepare() { local PATCHES=( "${FILESDIR}/238-0001-sd-bus-do-not-try-to-close-already-closed-fd-8392.patch" "${FILESDIR}/238-0002-core-do-not-free-heap-allocated-strings-8391.patch" + "${FILESDIR}/238-libmount-include.patch" ) [[ -d "${WORKDIR}"/patches ]] && PATCHES+=( "${WORKDIR}"/patches ) diff --git a/sys-apps/systemd/systemd-238-r2.ebuild b/sys-apps/systemd/systemd-238-r2.ebuild new file mode 100644 index 000000000000..a6d00af1933d --- /dev/null +++ b/sys-apps/systemd/systemd-238-r2.ebuild @@ -0,0 +1,438 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://github.com/systemd/systemd.git" + inherit git-r3 +else + SRC_URI="https://github.com/systemd/systemd/archive/v${PV}/${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +fi + +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) + +inherit bash-completion-r1 linux-info meson multilib-minimal ninja-utils pam python-any-r1 systemd toolchain-funcs udev user + +DESCRIPTION="System and service manager for Linux" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/systemd" + +LICENSE="GPL-2 LGPL-2.1 MIT public-domain" +SLOT="0/2" +IUSE="acl apparmor audit build cryptsetup curl elfutils +gcrypt gnuefi http idn importd +kmod libidn2 +lz4 lzma nat pam pcre policykit qrcode +seccomp selinux ssl +sysv-utils test usrmerge vanilla xkb" + +REQUIRED_USE="importd? ( curl gcrypt lzma )" +RESTRICT="!test? ( test )" + +MINKV="3.11" + +COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}] + sys-libs/libcap:0=[${MULTILIB_USEDEP}] + !=sys-process/audit-2:0= ) + cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= ) + curl? ( net-misc/curl:0= ) + elfutils? ( >=dev-libs/elfutils-0.158:0= ) + gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] ) + http? ( + >=net-libs/libmicrohttpd-0.9.33:0= + ssl? ( >=net-libs/gnutls-3.1.4:0= ) + ) + idn? ( + libidn2? ( net-dns/libidn2 ) + !libidn2? ( net-dns/libidn ) + ) + importd? ( + app-arch/bzip2:0= + sys-libs/zlib:0= + ) + kmod? ( >=sys-apps/kmod-15:0= ) + lz4? ( >=app-arch/lz4-0_p131:0=[${MULTILIB_USEDEP}] ) + lzma? ( >=app-arch/xz-utils-5.0.5-r1:0=[${MULTILIB_USEDEP}] ) + nat? ( net-firewall/iptables:0= ) + pam? ( virtual/pam:=[${MULTILIB_USEDEP}] ) + pcre? ( dev-libs/libpcre2 ) + qrcode? ( media-gfx/qrencode:0= ) + seccomp? ( >=sys-libs/libseccomp-2.3.3:0= ) + selinux? ( sys-libs/libselinux:0= ) + xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) + abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" + +# baselayout-2.2 has /run +RDEPEND="${COMMON_DEPEND} + >=sys-apps/baselayout-2.2 + selinux? ( sec-policy/selinux-base-policy[systemd] ) + sysv-utils? ( !sys-apps/sysvinit ) + !sysv-utils? ( sys-apps/sysvinit ) + !build? ( || ( + sys-apps/util-linux[kill(-)] + sys-process/procps[kill(+)] + sys-apps/coreutils[kill(-)] + ) ) + !sys-auth/nss-myhostname + ! "${locale_conf}" <<-EOF + # This file has been created by the sys-apps/systemd ebuild. + # See locale.conf(5) and localectl(1). + + # LANG=${LANG} + EOF + eend ${?} || FAIL=1 + fi + fi + + if [[ ! -L ${envd_locale} ]]; then + # now, if env.d/??locale is not a symlink (to locale.conf)... + if [[ -e ${envd_locale} ]]; then + # ...warn the user that he has duplicate locale settings + ewarn + ewarn "To ensure consistent behavior, you should replace ${envd_locale}" + ewarn "with a symlink to ${locale_conf}. Please migrate your settings" + ewarn "and create the symlink with the following command:" + ewarn "ln -s -n -f ../locale.conf ${envd_locale}" + ewarn + else + # ...or just create the symlink if there's nothing here + ebegin "Creating ${envd_locale_def} -> ../locale.conf symlink" + ln -n -s ../locale.conf "${envd_locale_def}" + eend ${?} || FAIL=1 + fi + fi +} + +pkg_postinst() { + newusergroup() { + enewgroup "$1" + enewuser "$1" -1 -1 -1 "$1" + } + + enewgroup input + enewgroup kvm 78 + enewgroup render + enewgroup systemd-journal + newusergroup systemd-bus-proxy + newusergroup systemd-coredump + newusergroup systemd-journal-gateway + newusergroup systemd-journal-remote + newusergroup systemd-journal-upload + newusergroup systemd-network + newusergroup systemd-resolve + newusergroup systemd-timesync + + systemd_update_catalog + + # Keep this here in case the database format changes so it gets updated + # when required. Despite that this file is owned by sys-apps/hwids. + if has_version "sys-apps/hwids[udev]"; then + udevadm hwdb --update --root="${EROOT%/}" + fi + + udev_reload || FAIL=1 + + # Bug 465468, make sure locales are respect, and ensure consistency + # between OpenRC & systemd + migrate_locale + + systemd_reenable systemd-networkd.service systemd-resolved.service + + if [[ ${FAIL} ]]; then + eerror "One of the postinst commands failed. Please check the postinst output" + eerror "for errors. You may need to clean up your system and/or try installing" + eerror "systemd again." + eerror + fi +} + +pkg_prerm() { + # If removing systemd completely, remove the catalog database. + if [[ ! ${REPLACED_BY_VERSION} ]]; then + rm -f -v "${EROOT}"/var/lib/systemd/catalog/database + fi +} diff --git a/sys-auth/Manifest.gz b/sys-auth/Manifest.gz index 2afd8d83f78b..e5f42dfd4c94 100644 Binary files a/sys-auth/Manifest.gz and b/sys-auth/Manifest.gz differ diff --git a/sys-auth/fingerprint-gui/Manifest b/sys-auth/fingerprint-gui/Manifest index c0379a9e5862..263764a7c3b3 100644 --- a/sys-auth/fingerprint-gui/Manifest +++ b/sys-auth/fingerprint-gui/Manifest @@ -1 +1,2 @@ DIST fingerprint-gui-1.07.tar.gz 7042051 BLAKE2B c9b371e6344fd2a838a4c99a2962362a8aece8c3bce995926ff935453cf2d0d6b6b5f189e359638eb717bdba167b67d4ac336d7035646c7e68b62d5140e15c1d SHA512 b63bc86cbff29587a7fe164dd9344178006079f2520265ecd3d96e57bf584694246e17db780051dcacfe39dc6bd4da437b16e33d2f7cb6b474ae61dfbced6a3b +DIST fingerprint-gui-1.09.tar.gz 7037943 BLAKE2B b35b8a1c5f53752709da44903961527c01db20773298e4636d8c316946cd7d23022c9407081c55ba5f6ec55d9ed53b7f8ef858c44a623873834fa1cbd6aa941f SHA512 c4fb22368d82d72586f80009b5adb9db0a8e8777c3d1c1f23cf58a21f718a3e3d05bbc90fff295be969cf7f744f037fb886e975e626cf6d599f8f6b5f8323724 diff --git a/sys-auth/fingerprint-gui/fingerprint-gui-1.09.ebuild b/sys-auth/fingerprint-gui/fingerprint-gui-1.09.ebuild new file mode 100644 index 000000000000..2d7b9377d7ca --- /dev/null +++ b/sys-auth/fingerprint-gui/fingerprint-gui-1.09.ebuild @@ -0,0 +1,114 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit qmake-utils readme.gentoo-r1 udev user gnome2-utils + +DESCRIPTION="Use Fingerprint Devices with Linux" +HOMEPAGE="http://www.ullrich-online.cc/fingerprint/ https://github.com/maksbotan/fingerprint-gui" +SRC_URI="https://github.com/maksbotan/fingerprint-gui/archive/v${PV}-qt5.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+upekbsapi" + +DEPEND=" + app-crypt/qca[qt5(+)] + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + dev-qt/qtx11extras:5 + sys-auth/libfprint + sys-auth/polkit-qt[qt5(+)] + sys-libs/pam + x11-libs/libX11 + x11-proto/xproto + x11-libs/libfakekey + dev-libs/libusb + !sys-auth/thinkfinger +" +RDEPEND="${DEPEND}" + +QA_SONAME="/usr/lib/libbsapi.so.* /usr/lib64/libbsapi.so.*" +QA_PRESTRIPPED="/usr/lib/libbsapi.so.* /usr/lib64/libbsapi.so.*" +QA_FLAGS_IGNORED="/usr/lib/libbsapi.so.* /usr/lib64/libbsapi.so.*" + +S="${WORKDIR}/${P}-qt5" + +HTML_DOCS=( doc/Hacking.html doc/Step-by-step-manual.html ) + +src_prepare() { + eapply_user + + sed -e '/Icon=/s:=.*:=Fingerprint:' \ + -i bin/${PN}/${PN}.desktop || die + sed -e "s:/etc/udev/rules.d:\"$(get_udevdir)\"/rules.d:g" \ + -i bin/${PN%-gui}-helper/${PN%-gui}-helper.pro || die + sed -e 's:GROUP="plugdev":GROUP="fingerprint":' \ + -i bin/fingerprint-helper/92-fingerprint-gui-uinput.rules \ + -i upek/91-fingerprint-gui-upek.rules || die + sed -e '/DOCDIR\s\+=/s:'${PN}':'${PF}/html':' \ + -i bin/fingerprint-gui/fingerprint-gui.pro || die + sed -e '/#define DOCDIR/s:'${PN}':'${PF}/html':' \ + -i include/Globals.h || die +} + +src_configure() { + eqmake5 \ + PREFIX="${EROOT}"usr \ + LIB="$(get_libdir)" \ + LIBEXEC=libexec \ + LIBPOLKIT_QT=LIBPOLKIT_QT_1_1 +} + +src_install() { + export INSTALL_ROOT="${D}" #submakes need it as well, re-install fails otherwise. + emake -j1 install + if use upekbsapi ; then + use amd64 && dolib.so upek/lib64/libbsapi.so* + use x86 && dolib.so upek/lib/libbsapi.so* + udev_dorules upek/91-fingerprint-gui-upek.rules + insinto /etc + doins upek/upek.cfg + #dodir /var/upek_data + #fowners root:plugdev /var/upek_data + #fperms 0775 /var/upek_data + fi + doicon src/res/Fingerprint.png + + einstalldocs + + keepdir /var/lib/fingerprint-gui + + readme.gentoo_create_doc +} + +pkg_preinst() { + enewgroup fingerprint + + gnome2_icon_cache_update +} + +pkg_postinst() { + einfo "Fixing permisisons of fingerprints..." + find "${EROOT}"/var/lib/fingerprint-gui -exec chown root:root {} + || die "chown root:root failed" + find "${EROOR}"/var/lib/fingerprint-gui -type d -exec chmod 755 {} + || die "chmod 755 failed" + find "${EROOT}"/var/lib/fingerprint-gui -type f -exec chmod 600 {} + || die "chmod 600 failed" + + readme.gentoo_print_elog + + gnome2_icon_cache_update +} + +FORCE_PRINT_ELOG=1 +DISABLE_AUTOFORMATTING=1 +DOC_CONTENTS="Please take a thorough look a the Step-by-step-manual.html +in /usr/share/doc/${PF}/html for integration with pam/polkit/... +Hint: You may want + auth sufficient pam_fingerprint-gui.so +in /etc/pam.d/system-auth + +There are udev rules to enforce group fingerprint on the reader device +Please put yourself in that group and re-trigger the udev rules." diff --git a/sys-auth/oath-toolkit/files/oath-toolkit-2.6.2-gcc7.patch b/sys-auth/oath-toolkit/files/oath-toolkit-2.6.2-gcc7.patch new file mode 100644 index 000000000000..18a0a2779408 --- /dev/null +++ b/sys-auth/oath-toolkit/files/oath-toolkit-2.6.2-gcc7.patch @@ -0,0 +1,80 @@ +Bug: https://bugs.gentoo.org/618100 +Cherry-picked from upstream commits: https://github.com/coreutils/gnulib/commit/175b4e22f99e00996b72f822f5ae54dca8243d19 + https://github.com/coreutils/gnulib/commit/abae112b34572cd3869ce4fc81dddb5c2a7394c4 + +--- a/oathtool/gl/intprops.h ++++ b/oathtool/gl/intprops.h +@@ -23,6 +23,10 @@ + #include + #include + ++#ifndef __has_builtin ++# define __has_builtin(x) 0 ++#endif ++ + /* Return a value with the common real type of E and V and the value of V. */ + #define _GL_INT_CONVERT(e, v) (0 * (e) + (v)) + +@@ -222,20 +226,24 @@ + ? (a) < (min) >> (b) \ + : (max) >> (b) < (a)) + +-/* True if __builtin_add_overflow (A, B, P) works when P is null. */ +-#define _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL (7 <= __GNUC__) ++/* True if __builtin_add_overflow (A, B, P) works when P is non-null. */ ++#define _GL_HAS_BUILTIN_OVERFLOW \ ++ (5 <= __GNUC__ || __has_builtin (__builtin_add_overflow)) ++ ++#define _GL_HAS_BUILTIN_OVERFLOW_P \ ++ (7 <= __GNUC__ || __has_builtin (__builtin_add_overflow_p)) + + /* The _GL*_OVERFLOW macros have the same restrictions as the + *_RANGE_OVERFLOW macros, except that they do not assume that operands + (e.g., A and B) have the same type as MIN and MAX. Instead, they assume + that the result (e.g., A + B) has that type. */ +-#if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL +-# define _GL_ADD_OVERFLOW(a, b, min, max) +- __builtin_add_overflow (a, b, (__typeof__ ((a) + (b)) *) 0) +-# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) +- __builtin_sub_overflow (a, b, (__typeof__ ((a) - (b)) *) 0) +-# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) +- __builtin_mul_overflow (a, b, (__typeof__ ((a) * (b)) *) 0) ++#if _GL_HAS_BUILTIN_OVERFLOW_P ++# define _GL_ADD_OVERFLOW(a, b, min, max) \ ++ __builtin_add_overflow_p (a, b, (a) + (b)) ++# define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ ++ __builtin_sub_overflow_p (a, b, (a) - (b)) ++# define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ ++ __builtin_mul_overflow_p (a, b, (a) * (b)) + #else + # define _GL_ADD_OVERFLOW(a, b, min, max) \ + ((min) < 0 ? INT_ADD_RANGE_OVERFLOW (a, b, min, max) \ +@@ -315,7 +323,7 @@ + _GL_BINARY_OP_OVERFLOW (a, b, _GL_ADD_OVERFLOW) + #define INT_SUBTRACT_OVERFLOW(a, b) \ + _GL_BINARY_OP_OVERFLOW (a, b, _GL_SUBTRACT_OVERFLOW) +-#if _GL_HAS_BUILTIN_OVERFLOW_WITH_NULL ++#if _GL_HAS_BUILTIN_OVERFLOW || _GL_HAS_BUILTIN_OVERFLOW_P + # define INT_NEGATE_OVERFLOW(a) INT_SUBTRACT_OVERFLOW (0, a) + #else + # define INT_NEGATE_OVERFLOW(a) \ +@@ -349,10 +357,6 @@ + #define INT_MULTIPLY_WRAPV(a, b, r) \ + _GL_INT_OP_WRAPV (a, b, r, *, __builtin_mul_overflow, INT_MULTIPLY_OVERFLOW) + +-#ifndef __has_builtin +-# define __has_builtin(x) 0 +-#endif +- + /* Nonzero if this compiler has GCC bug 68193 or Clang bug 25390. See: + https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68193 + https://llvm.org/bugs/show_bug.cgi?id=25390 +@@ -369,7 +373,7 @@ + the operation. BUILTIN is the builtin operation, and OVERFLOW the + overflow predicate. Return 1 if the result overflows. See above + for restrictions. */ +-#if 5 <= __GNUC__ || __has_builtin (__builtin_add_overflow) ++#if _GL_HAS_BUILTIN_OVERFLOW + # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) builtin (a, b, r) + #elif 201112 <= __STDC_VERSION__ && !_GL__GENERIC_BOGUS + # define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \ diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild index 394a6ea3c5f9..f3d38999c1e5 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild @@ -20,7 +20,11 @@ DEPEND="${RDEPEND} test? ( dev-libs/libxml2 ) dev-util/gtk-doc-am" +PATCHES=( "${FILESDIR}"/${P}-gcc7.patch ) + src_prepare() { + default + # These tests need git/cvs and don't reflect anything in the final app sed -i -r \ -e '/TESTS/s,test-vc-list-files-(git|cvs).sh,,g' \ @@ -30,7 +34,6 @@ src_prepare() { -e '/AM_INIT_AUTOMAKE/ s:-Wall:\0 -Wno-portability:' \ {liboath,libpskc}/configure.ac eautoreconf - default } src_configure() { diff --git a/sys-block/Manifest.gz b/sys-block/Manifest.gz index 8298e09ab6a1..b54d78dadba6 100644 Binary files a/sys-block/Manifest.gz and b/sys-block/Manifest.gz differ diff --git a/sys-block/mbuffer/Manifest b/sys-block/mbuffer/Manifest index fd16c6522414..a66a11ce0422 100644 --- a/sys-block/mbuffer/Manifest +++ b/sys-block/mbuffer/Manifest @@ -1,5 +1,3 @@ DIST mbuffer-20150412.tgz 122935 BLAKE2B c57708861a9fc049fd4f3aa9c1229798a82e866a503e9ab78b1581fca7d60d0fd5cf2d80e8a8bcbb7fc6b000c9a38fb0bfd0d5184cd6bc2b7dca486bd87fb2b1 SHA512 cef64f1229872e2207e678aa77dc95e0c24f54e4a88a57a0e797d10b07a16d1f5fa96c8cfa3876ff65dd97c114eff87b683917fa1d39cdb4f08c864325e4223c -DIST mbuffer-20160228.tgz 123108 BLAKE2B a19997f66a9a9247775bda94e0254938f286c0dff7b9f64a9fc08dedbbe10dcae0a0920af66d2f882c80761faaba0daa1e8bf5ae19ae29a2a56267fdf9773259 SHA512 0706b8dd137f5f5b01885bcca4bf799cbd14b25895402f0c73f874d78fc160c7fae8c5a229c40efce9ba96288972a8e5846443ef5cd4d1ff02af92f703e33a2e -DIST mbuffer-20170515.tgz 125736 BLAKE2B 5524b1e63637180661d432dcf124b5579f17d4da3ff0bedba41d1a94d147df9478e209eaa3fd409092a0f82c37bee10910791b8b6344ab509211cc7fc2f03a8a SHA512 991cb33b09e48f1177b7a05e5ab2c189aa2cb0f03e220d7e46996b3a3e3ba1e3f3ad4a68b8750ed73dc765c5874029715bba1d2f5a80a9601cd0a39e1f9fd447 -DIST mbuffer-20170921.tgz 136192 BLAKE2B 2ec9858aae970340cf5b9d2f305039d351df6efbe51ee3a28d1de407da508a82fceb7c41f1dc89c1a58d7b26430151e8103023a1574cdad84bee1f7b78770402 SHA512 f4b897e7649893cb02f9b3b806e956acf60692cd549f9cfe6cf164c703f369f0af251bfdabfbcdd76dacf5a4c3871ed7b98fbd6b5fcb97d184b7c317082bfaee DIST mbuffer-20171011.tgz 136630 BLAKE2B ba69435684b8c844701a51c5a77d0f5ecbf8bef3ca9b9739a63309524b14d0cbbeba422cee1c5d69f1029a42c18d089cea0bcc46dbeba7f51767df3a815f7de7 SHA512 398d7545388a94b4f8961193192cd5e1139b84f31c7699c2b7f66b84a40488a2e70c88a2a70578bd95375e11efc87978a5f6fec805dbbc5f1fea460b3a9c68c4 +DIST mbuffer-20180318.tgz 137259 BLAKE2B bec1f6acc68c3c9cf617dd7a752644628d088541c20816737ea1533eb0e9c92b76ef2dd037912501c29056994443e3ad66b1e7f4456e0f40687b32e4c6a12cf1 SHA512 ac71876aa0bea3acce8ea00c3848783b752991a0e60ebc4245277fd435c2c9e08c79cc5f47c996e590e711ca1bd652ded075c24ca820efe845f578b106c43594 diff --git a/sys-block/mbuffer/files/mbuffer-20170515-sysconfdir.patch b/sys-block/mbuffer/files/mbuffer-20170515-sysconfdir.patch deleted file mode 100644 index f6a49a10e023..000000000000 --- a/sys-block/mbuffer/files/mbuffer-20170515-sysconfdir.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- mbuffer-20170515/Makefile.in -+++ mbuffer-20170515/Makefile.in -@@ -10,6 +10,7 @@ - VPATH = @srcdir@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ -+sysconfdir = @sysconfdir@ - datarootdir = @datarootdir@ - bindir = @bindir@ - mandir = @mandir@/man1 -@@ -39,13 +40,13 @@ - -$(RM) $(TARGET) config.h config.log \ - config.status Makefile mbuffer.1 core - --$(DESTDIR)$(prefix)/etc: -+$(DESTDIR)$(sysconfdir): - -$(INSTALL) -d -m 755 $@ - --$(DESTDIR)$(prefix)/etc/mbuffer.rc: -- $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(prefix)/etc/ -+$(DESTDIR)$(sysconfdir)/mbuffer.rc: -+ $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(sysconfdir)/ - --install: $(TARGET) $(DESTDIR)$(prefix)/etc $(DESTDIR)$(prefix)/etc/mbuffer.rc -+install: $(TARGET) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(sysconfdir)/mbuffer.rc - -$(INSTALL) -d -m 755 $(DESTDIR)$(bindir) - $(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(bindir)/ - -$(INSTALL) -d -m 755 $(DESTDIR)$(mandir) diff --git a/sys-block/mbuffer/files/mbuffer-20170921-resolv-multi-order-issue.patch b/sys-block/mbuffer/files/mbuffer-20170921-resolv-multi-order-issue.patch deleted file mode 100644 index f8771145aa6b..000000000000 --- a/sys-block/mbuffer/files/mbuffer-20170921-resolv-multi-order-issue.patch +++ /dev/null @@ -1,23 +0,0 @@ -work around "multi off" in /etc/host.conf and "::1 localhost" -*not* being the *first* "localhost" entry in /etc/hosts - ---- a/Makefile.in -+++ b/Makefile.in -@@ -86,7 +86,7 @@ test2: test.md5 - ./mbuffer -q -I :8000 -o $@.tar -o - | openssl md5 > $@.md5 & \ - sleep 1; \ - rm -f $@.tar; \ -- ./mbuffer -i test.tar -o /dev/null -O localhost:8000 -H; \ -+ ./mbuffer -i test.tar -o /dev/null -4 -O 127.0.0.1:8000 -H; \ - wait - sync - diff $@.md5 test.md5 -@@ -101,7 +101,7 @@ test3: test.md5 - ./mbuffer -q -6 -I :8000 | openssl md5 > $@.md5 & \ - sleep 1; \ - rm -f $@.tar; \ -- ./mbuffer -i test.tar -o /dev/null -6 -O ip6-localhost:8000 -o $@.tar -H; \ -+ ./mbuffer -i test.tar -o /dev/null -6 -O ::1:8000 -o $@.tar -H; \ - wait - sync - diff $@.md5 test.md5 diff --git a/sys-block/mbuffer/files/mbuffer-20170921-sysconfdir.patch b/sys-block/mbuffer/files/mbuffer-20170921-sysconfdir.patch deleted file mode 100644 index 1b9031aa58b4..000000000000 --- a/sys-block/mbuffer/files/mbuffer-20170921-sysconfdir.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/Makefile.in -+++ b/Makefile.in -@@ -10,6 +10,7 @@ CP = @CP@ - VPATH = @srcdir@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ -+sysconfdir = @sysconfdir@ - datarootdir = @datarootdir@ - bindir = @bindir@ - mandir = @mandir@/man1 -@@ -40,13 +41,13 @@ distclean: clean - -$(RM) $(TARGET) config.h config.log \ - config.status Makefile mbuffer.1 core - --$(DESTDIR)$(prefix)/etc: -+$(DESTDIR)$(sysconfdir): - -$(INSTALL) -d -m 755 $@ - --$(DESTDIR)$(prefix)/etc/mbuffer.rc: -- $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(etcdir) -+$(DESTDIR)$(sysconfdir)/mbuffer.rc: -+ $(INSTALL) -m 644 mbuffer.rc $(DESTDIR)$(sysconfdir)/ - --install: $(TARGET) $(DESTDIR)$(etcdir) $(DESTDIR)$(etcdir)/mbuffer.rc -+install: $(TARGET) $(DESTDIR)$(sysconfdir) $(DESTDIR)$(sysconfdir)/mbuffer.rc - -$(INSTALL) -d -m 755 $(DESTDIR)$(bindir) - $(INSTALL) -m 755 $(TARGET) $(DESTDIR)$(bindir)/ - -$(INSTALL) -d -m 755 $(DESTDIR)$(mandir) diff --git a/sys-block/mbuffer/mbuffer-20160228.ebuild b/sys-block/mbuffer/mbuffer-20160228.ebuild deleted file mode 100644 index 0d9d87bd5651..000000000000 --- a/sys-block/mbuffer/mbuffer-20160228.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit eutils - -DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality" -HOMEPAGE="http://www.maier-komor.de/mbuffer.html" -SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug ssl" - -DEPEND="ssl? ( dev-libs/openssl )" -RDEPEND="${DEPEND}" - -src_prepare() { - ln -s "${DISTDIR}"/${P}.tgz test.tar #258881 - # work around "multi off" in /etc/host.conf and "::1 localhost" - # *not* being the *first* "localhost" entry in /etc/hosts - epatch "${FILESDIR}/${PN}-20121111-resolv-multi-order-issue.patch" -} - -src_configure() { - econf \ - $(use_enable ssl md5) \ - $(use_enable debug) -} diff --git a/sys-block/mbuffer/mbuffer-20170515.ebuild b/sys-block/mbuffer/mbuffer-20170515.ebuild deleted file mode 100644 index 0ea6b6c8904a..000000000000 --- a/sys-block/mbuffer/mbuffer-20170515.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality" -HOMEPAGE="http://www.maier-komor.de/mbuffer.html" -SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug ssl" - -DEPEND="ssl? ( dev-libs/openssl:0= )" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-20121111-resolv-multi-order-issue.patch" - "${FILESDIR}/${PN}-20170515-sysconfdir.patch" -) - -src_prepare() { - ln -s "${DISTDIR}"/${P}.tgz test.tar #258881 - # work around "multi off" in /etc/host.conf and "::1 localhost" - # *not* being the *first* "localhost" entry in /etc/hosts - default -} - -src_configure() { - local myeconfargs=( - $(use_enable ssl md5) - $(use_enable debug) - ) - econf "${myeconfargs[@]}" -} diff --git a/sys-block/mbuffer/mbuffer-20170921.ebuild b/sys-block/mbuffer/mbuffer-20180318.ebuild similarity index 81% rename from sys-block/mbuffer/mbuffer-20170921.ebuild rename to sys-block/mbuffer/mbuffer-20180318.ebuild index 2870b2b50535..b98af0bb4ca8 100644 --- a/sys-block/mbuffer/mbuffer-20170921.ebuild +++ b/sys-block/mbuffer/mbuffer-20180318.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,14 +10,15 @@ SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug ssl" +IUSE="debug ssl test" -DEPEND="ssl? ( dev-libs/openssl:0= )" -RDEPEND="${DEPEND}" +RDEPEND="ssl? ( dev-libs/openssl:0= )" +DEPEND="${RDEPEND} + test? ( dev-libs/openssl:0 )" PATCHES=( - "${FILESDIR}/${PN}-20170921-resolv-multi-order-issue.patch" - "${FILESDIR}/${PN}-20170921-sysconfdir.patch" + "${FILESDIR}/${PN}-20171011-resolv-multi-order-issue.patch" + "${FILESDIR}/${PN}-20171011-sysconfdir.patch" ) src_prepare() { diff --git a/sys-cluster/Manifest.gz b/sys-cluster/Manifest.gz index 41135aea1c72..a24a2a0b8ad4 100644 Binary files a/sys-cluster/Manifest.gz and b/sys-cluster/Manifest.gz differ diff --git a/sys-cluster/kube-apiserver/Manifest b/sys-cluster/kube-apiserver/Manifest index 1ef68f5cc021..50f29dd892a1 100644 --- a/sys-cluster/kube-apiserver/Manifest +++ b/sys-cluster/kube-apiserver/Manifest @@ -1,3 +1,3 @@ -DIST kubernetes-1.9.3.tar.gz 23396346 BLAKE2B e65a68e27f479dfedbfa17dd770dbeee9d56cd439abe3537a928bed15e054a12f7f8445c35e89957665b74a831135240d0e12af10ef14bd4e5938bca1781e0e5 SHA512 73a20c0f28cc04728bdaac36d08a2b78c7f203bc61a80c4716a1cb8447547f56e7ae76cbe77b3b03c704b6224392c4d0aa88ede3ce116c8aa2c15cb8a9bd4840 +DIST kubernetes-1.10.0.tar.gz 24693525 BLAKE2B 056fb98bc8050adf46a043008b332c94cc54c622ec20d303c7a1bc92c8ff8168efc50a2b7a32ee2b6449c0e496f2351aa665bf4a6ab832d44dd2469dd2fd05d3 SHA512 64910fd911641d8f1188fa061c8e5d4634f228c66dc158011cd0cf50c0db1945c0c0d609c588704d2c33ca33da681b78fc17cc8c29cc148a61281926d14364d9 DIST kubernetes-1.9.5.tar.gz 23533411 BLAKE2B 1dc2699a903b10945a9b4b1b0d957a7ef0ee3309e3eb54d53155818bc943c780a381962703ed3b5f510998a3fdb20f7a2b0f0b9a2a09d4b811f2a8270a5efc6d SHA512 631ad278566ba4f51cd260ac5941df1776b6e9a01a67933fe348273f1ac5140a66a51be0120c090789e3baaa57d9913bf8fdfd71137d7d7c4af5d795097f4fb7 DIST kubernetes-1.9.6.tar.gz 23538810 BLAKE2B ff832b3c8b0c06d47d62c6bbb981a60c94d31822921eb4a2e1fcb9b04c44cb9ffbb2f3bca050ba7188a49ec5292e5bad9a0560c6c39bce8ff706d1034df90e45 SHA512 1182f189fe5090297c373359f8c3782acc05213cc05c35b7cd48aaed845a2c8cbe32e155699e549690d8438cea220a129bde8256e834ae8939badf2ad953fa1e diff --git a/sys-cluster/kube-apiserver/kube-apiserver-1.9.3.ebuild b/sys-cluster/kube-apiserver/kube-apiserver-1.10.0.ebuild similarity index 100% rename from sys-cluster/kube-apiserver/kube-apiserver-1.9.3.ebuild rename to sys-cluster/kube-apiserver/kube-apiserver-1.10.0.ebuild diff --git a/sys-cluster/kube-controller-manager/Manifest b/sys-cluster/kube-controller-manager/Manifest index 1ef68f5cc021..50f29dd892a1 100644 --- a/sys-cluster/kube-controller-manager/Manifest +++ b/sys-cluster/kube-controller-manager/Manifest @@ -1,3 +1,3 @@ -DIST kubernetes-1.9.3.tar.gz 23396346 BLAKE2B e65a68e27f479dfedbfa17dd770dbeee9d56cd439abe3537a928bed15e054a12f7f8445c35e89957665b74a831135240d0e12af10ef14bd4e5938bca1781e0e5 SHA512 73a20c0f28cc04728bdaac36d08a2b78c7f203bc61a80c4716a1cb8447547f56e7ae76cbe77b3b03c704b6224392c4d0aa88ede3ce116c8aa2c15cb8a9bd4840 +DIST kubernetes-1.10.0.tar.gz 24693525 BLAKE2B 056fb98bc8050adf46a043008b332c94cc54c622ec20d303c7a1bc92c8ff8168efc50a2b7a32ee2b6449c0e496f2351aa665bf4a6ab832d44dd2469dd2fd05d3 SHA512 64910fd911641d8f1188fa061c8e5d4634f228c66dc158011cd0cf50c0db1945c0c0d609c588704d2c33ca33da681b78fc17cc8c29cc148a61281926d14364d9 DIST kubernetes-1.9.5.tar.gz 23533411 BLAKE2B 1dc2699a903b10945a9b4b1b0d957a7ef0ee3309e3eb54d53155818bc943c780a381962703ed3b5f510998a3fdb20f7a2b0f0b9a2a09d4b811f2a8270a5efc6d SHA512 631ad278566ba4f51cd260ac5941df1776b6e9a01a67933fe348273f1ac5140a66a51be0120c090789e3baaa57d9913bf8fdfd71137d7d7c4af5d795097f4fb7 DIST kubernetes-1.9.6.tar.gz 23538810 BLAKE2B ff832b3c8b0c06d47d62c6bbb981a60c94d31822921eb4a2e1fcb9b04c44cb9ffbb2f3bca050ba7188a49ec5292e5bad9a0560c6c39bce8ff706d1034df90e45 SHA512 1182f189fe5090297c373359f8c3782acc05213cc05c35b7cd48aaed845a2c8cbe32e155699e549690d8438cea220a129bde8256e834ae8939badf2ad953fa1e diff --git a/sys-cluster/kube-controller-manager/kube-controller-manager-1.9.3.ebuild b/sys-cluster/kube-controller-manager/kube-controller-manager-1.10.0.ebuild similarity index 100% rename from sys-cluster/kube-controller-manager/kube-controller-manager-1.9.3.ebuild rename to sys-cluster/kube-controller-manager/kube-controller-manager-1.10.0.ebuild diff --git a/sys-cluster/kube-proxy/Manifest b/sys-cluster/kube-proxy/Manifest index 1ef68f5cc021..50f29dd892a1 100644 --- a/sys-cluster/kube-proxy/Manifest +++ b/sys-cluster/kube-proxy/Manifest @@ -1,3 +1,3 @@ -DIST kubernetes-1.9.3.tar.gz 23396346 BLAKE2B e65a68e27f479dfedbfa17dd770dbeee9d56cd439abe3537a928bed15e054a12f7f8445c35e89957665b74a831135240d0e12af10ef14bd4e5938bca1781e0e5 SHA512 73a20c0f28cc04728bdaac36d08a2b78c7f203bc61a80c4716a1cb8447547f56e7ae76cbe77b3b03c704b6224392c4d0aa88ede3ce116c8aa2c15cb8a9bd4840 +DIST kubernetes-1.10.0.tar.gz 24693525 BLAKE2B 056fb98bc8050adf46a043008b332c94cc54c622ec20d303c7a1bc92c8ff8168efc50a2b7a32ee2b6449c0e496f2351aa665bf4a6ab832d44dd2469dd2fd05d3 SHA512 64910fd911641d8f1188fa061c8e5d4634f228c66dc158011cd0cf50c0db1945c0c0d609c588704d2c33ca33da681b78fc17cc8c29cc148a61281926d14364d9 DIST kubernetes-1.9.5.tar.gz 23533411 BLAKE2B 1dc2699a903b10945a9b4b1b0d957a7ef0ee3309e3eb54d53155818bc943c780a381962703ed3b5f510998a3fdb20f7a2b0f0b9a2a09d4b811f2a8270a5efc6d SHA512 631ad278566ba4f51cd260ac5941df1776b6e9a01a67933fe348273f1ac5140a66a51be0120c090789e3baaa57d9913bf8fdfd71137d7d7c4af5d795097f4fb7 DIST kubernetes-1.9.6.tar.gz 23538810 BLAKE2B ff832b3c8b0c06d47d62c6bbb981a60c94d31822921eb4a2e1fcb9b04c44cb9ffbb2f3bca050ba7188a49ec5292e5bad9a0560c6c39bce8ff706d1034df90e45 SHA512 1182f189fe5090297c373359f8c3782acc05213cc05c35b7cd48aaed845a2c8cbe32e155699e549690d8438cea220a129bde8256e834ae8939badf2ad953fa1e diff --git a/sys-cluster/kube-proxy/kube-proxy-1.9.3.ebuild b/sys-cluster/kube-proxy/kube-proxy-1.10.0.ebuild similarity index 100% rename from sys-cluster/kube-proxy/kube-proxy-1.9.3.ebuild rename to sys-cluster/kube-proxy/kube-proxy-1.10.0.ebuild diff --git a/sys-cluster/kube-scheduler/Manifest b/sys-cluster/kube-scheduler/Manifest index 1ef68f5cc021..50f29dd892a1 100644 --- a/sys-cluster/kube-scheduler/Manifest +++ b/sys-cluster/kube-scheduler/Manifest @@ -1,3 +1,3 @@ -DIST kubernetes-1.9.3.tar.gz 23396346 BLAKE2B e65a68e27f479dfedbfa17dd770dbeee9d56cd439abe3537a928bed15e054a12f7f8445c35e89957665b74a831135240d0e12af10ef14bd4e5938bca1781e0e5 SHA512 73a20c0f28cc04728bdaac36d08a2b78c7f203bc61a80c4716a1cb8447547f56e7ae76cbe77b3b03c704b6224392c4d0aa88ede3ce116c8aa2c15cb8a9bd4840 +DIST kubernetes-1.10.0.tar.gz 24693525 BLAKE2B 056fb98bc8050adf46a043008b332c94cc54c622ec20d303c7a1bc92c8ff8168efc50a2b7a32ee2b6449c0e496f2351aa665bf4a6ab832d44dd2469dd2fd05d3 SHA512 64910fd911641d8f1188fa061c8e5d4634f228c66dc158011cd0cf50c0db1945c0c0d609c588704d2c33ca33da681b78fc17cc8c29cc148a61281926d14364d9 DIST kubernetes-1.9.5.tar.gz 23533411 BLAKE2B 1dc2699a903b10945a9b4b1b0d957a7ef0ee3309e3eb54d53155818bc943c780a381962703ed3b5f510998a3fdb20f7a2b0f0b9a2a09d4b811f2a8270a5efc6d SHA512 631ad278566ba4f51cd260ac5941df1776b6e9a01a67933fe348273f1ac5140a66a51be0120c090789e3baaa57d9913bf8fdfd71137d7d7c4af5d795097f4fb7 DIST kubernetes-1.9.6.tar.gz 23538810 BLAKE2B ff832b3c8b0c06d47d62c6bbb981a60c94d31822921eb4a2e1fcb9b04c44cb9ffbb2f3bca050ba7188a49ec5292e5bad9a0560c6c39bce8ff706d1034df90e45 SHA512 1182f189fe5090297c373359f8c3782acc05213cc05c35b7cd48aaed845a2c8cbe32e155699e549690d8438cea220a129bde8256e834ae8939badf2ad953fa1e diff --git a/sys-cluster/kube-scheduler/kube-scheduler-1.9.3.ebuild b/sys-cluster/kube-scheduler/kube-scheduler-1.10.0.ebuild similarity index 93% rename from sys-cluster/kube-scheduler/kube-scheduler-1.9.3.ebuild rename to sys-cluster/kube-scheduler/kube-scheduler-1.10.0.ebuild index 170c510184ff..576989d30fd3 100644 --- a/sys-cluster/kube-scheduler/kube-scheduler-1.9.3.ebuild +++ b/sys-cluster/kube-scheduler/kube-scheduler-1.10.0.ebuild @@ -8,7 +8,7 @@ EGO_PN="k8s.io/kubernetes" ARCHIVE_URI="https://github.com/kubernetes/kubernetes/archive/v${PV}.tar.gz -> kubernetes-${PV}.tar.gz" KEYWORDS="~amd64" -DESCRIPTION="Kubernetes Controller Manager" +DESCRIPTION="Kubernetes Scheduler" HOMEPAGE="https://github.com/kubernetes/kubernetes https://kubernetes.io" SRC_URI="${ARCHIVE_URI}" @@ -31,7 +31,7 @@ src_prepare() { } src_compile() { - LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=plugin/cmd/${PN} GOFLAGS=-v + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -j1 -C src/${EGO_PN} WHAT=cmd/${PN} GOFLAGS=-v } src_install() { diff --git a/sys-cluster/kubectl/Manifest b/sys-cluster/kubectl/Manifest index 1ef68f5cc021..50f29dd892a1 100644 --- a/sys-cluster/kubectl/Manifest +++ b/sys-cluster/kubectl/Manifest @@ -1,3 +1,3 @@ -DIST kubernetes-1.9.3.tar.gz 23396346 BLAKE2B e65a68e27f479dfedbfa17dd770dbeee9d56cd439abe3537a928bed15e054a12f7f8445c35e89957665b74a831135240d0e12af10ef14bd4e5938bca1781e0e5 SHA512 73a20c0f28cc04728bdaac36d08a2b78c7f203bc61a80c4716a1cb8447547f56e7ae76cbe77b3b03c704b6224392c4d0aa88ede3ce116c8aa2c15cb8a9bd4840 +DIST kubernetes-1.10.0.tar.gz 24693525 BLAKE2B 056fb98bc8050adf46a043008b332c94cc54c622ec20d303c7a1bc92c8ff8168efc50a2b7a32ee2b6449c0e496f2351aa665bf4a6ab832d44dd2469dd2fd05d3 SHA512 64910fd911641d8f1188fa061c8e5d4634f228c66dc158011cd0cf50c0db1945c0c0d609c588704d2c33ca33da681b78fc17cc8c29cc148a61281926d14364d9 DIST kubernetes-1.9.5.tar.gz 23533411 BLAKE2B 1dc2699a903b10945a9b4b1b0d957a7ef0ee3309e3eb54d53155818bc943c780a381962703ed3b5f510998a3fdb20f7a2b0f0b9a2a09d4b811f2a8270a5efc6d SHA512 631ad278566ba4f51cd260ac5941df1776b6e9a01a67933fe348273f1ac5140a66a51be0120c090789e3baaa57d9913bf8fdfd71137d7d7c4af5d795097f4fb7 DIST kubernetes-1.9.6.tar.gz 23538810 BLAKE2B ff832b3c8b0c06d47d62c6bbb981a60c94d31822921eb4a2e1fcb9b04c44cb9ffbb2f3bca050ba7188a49ec5292e5bad9a0560c6c39bce8ff706d1034df90e45 SHA512 1182f189fe5090297c373359f8c3782acc05213cc05c35b7cd48aaed845a2c8cbe32e155699e549690d8438cea220a129bde8256e834ae8939badf2ad953fa1e diff --git a/sys-cluster/kubectl/kubectl-1.9.3.ebuild b/sys-cluster/kubectl/kubectl-1.10.0.ebuild similarity index 100% rename from sys-cluster/kubectl/kubectl-1.9.3.ebuild rename to sys-cluster/kubectl/kubectl-1.10.0.ebuild diff --git a/sys-cluster/kubelet/Manifest b/sys-cluster/kubelet/Manifest index 1ef68f5cc021..50f29dd892a1 100644 --- a/sys-cluster/kubelet/Manifest +++ b/sys-cluster/kubelet/Manifest @@ -1,3 +1,3 @@ -DIST kubernetes-1.9.3.tar.gz 23396346 BLAKE2B e65a68e27f479dfedbfa17dd770dbeee9d56cd439abe3537a928bed15e054a12f7f8445c35e89957665b74a831135240d0e12af10ef14bd4e5938bca1781e0e5 SHA512 73a20c0f28cc04728bdaac36d08a2b78c7f203bc61a80c4716a1cb8447547f56e7ae76cbe77b3b03c704b6224392c4d0aa88ede3ce116c8aa2c15cb8a9bd4840 +DIST kubernetes-1.10.0.tar.gz 24693525 BLAKE2B 056fb98bc8050adf46a043008b332c94cc54c622ec20d303c7a1bc92c8ff8168efc50a2b7a32ee2b6449c0e496f2351aa665bf4a6ab832d44dd2469dd2fd05d3 SHA512 64910fd911641d8f1188fa061c8e5d4634f228c66dc158011cd0cf50c0db1945c0c0d609c588704d2c33ca33da681b78fc17cc8c29cc148a61281926d14364d9 DIST kubernetes-1.9.5.tar.gz 23533411 BLAKE2B 1dc2699a903b10945a9b4b1b0d957a7ef0ee3309e3eb54d53155818bc943c780a381962703ed3b5f510998a3fdb20f7a2b0f0b9a2a09d4b811f2a8270a5efc6d SHA512 631ad278566ba4f51cd260ac5941df1776b6e9a01a67933fe348273f1ac5140a66a51be0120c090789e3baaa57d9913bf8fdfd71137d7d7c4af5d795097f4fb7 DIST kubernetes-1.9.6.tar.gz 23538810 BLAKE2B ff832b3c8b0c06d47d62c6bbb981a60c94d31822921eb4a2e1fcb9b04c44cb9ffbb2f3bca050ba7188a49ec5292e5bad9a0560c6c39bce8ff706d1034df90e45 SHA512 1182f189fe5090297c373359f8c3782acc05213cc05c35b7cd48aaed845a2c8cbe32e155699e549690d8438cea220a129bde8256e834ae8939badf2ad953fa1e diff --git a/sys-cluster/kubelet/kubelet-1.9.3.ebuild b/sys-cluster/kubelet/kubelet-1.10.0.ebuild similarity index 100% rename from sys-cluster/kubelet/kubelet-1.9.3.ebuild rename to sys-cluster/kubelet/kubelet-1.10.0.ebuild diff --git a/sys-cluster/minikube/Manifest b/sys-cluster/minikube/Manifest index efffca064cac..40eee7260c4c 100644 --- a/sys-cluster/minikube/Manifest +++ b/sys-cluster/minikube/Manifest @@ -1 +1,2 @@ DIST minikube-0.25.0.tar.gz 19657702 BLAKE2B 5b396f2720300e56096f62956d429ff33999b956f80857131b3c89e33f11917a461d11982531744acc31bf62b7f365ca6e909fd50336f1440acff1889e374815 SHA512 43cd2be9b48cf44ade46936157e2654a81a773a055aaa4239c232e42ee769d9e165b02c43d8dce6a09396c30e46ec811f08ed0fb9a2c81f13db76e13ab03ef54 +DIST minikube-0.25.2.tar.gz 19765563 BLAKE2B 6830cb402ed29e7a976b2bbe418fe41051b295414d38b88a4d35e7352923b96aacd5f4d80458e53c3ae752d3e53b86e0b8a823c317271e4efd201db27eafb029 SHA512 505dea2ddee96ddd476429f05bcf889c99f60a38fee21b4724f528253037ae268ebac2830c38d331f14f47a689afc2dec2d6815983dd0aee4c5bb7ff58f67f9d diff --git a/sys-cluster/minikube/minikube-0.25.2.ebuild b/sys-cluster/minikube/minikube-0.25.2.ebuild new file mode 100644 index 000000000000..8f9d3252d27a --- /dev/null +++ b/sys-cluster/minikube/minikube-0.25.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit python-any-r1 golang-build golang-vcs-snapshot + +EGO_PN="k8s.io/minikube" +ARCHIVE_URI="https://github.com/kubernetes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +DESCRIPTION="Single Node Kubernetes Cluster" +HOMEPAGE="https://github.com/kubernetes/minikube https://kubernetes.io" +SRC_URI="${ARCHIVE_URI}" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="hardened" + +DEPEND="dev-go/go-bindata + ${PYTHON_DEPS}" +RDEPEND=">=sys-cluster/kubectl-1.9.4" + +RESTRICT="test" + +src_prepare() { + default + sed -i -e 's/ -s -w/ -w/' -e 's#$(GOPATH)/bin/go-bindata#go-bindata#' -e 's#GOBIN=$(GOPATH)/bin go get github.com/jteeuwen/go-bindata/...##' src/${EGO_PN}/Makefile || die + sed -i -e "s/get_rev(), get_version(), get_tree_state()/get_rev(), get_version(), 'gitTreeState=clean'/" src/${EGO_PN}/hack/get_k8s_version.py || die +} + +src_compile() { + export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" + LDFLAGS="" GOPATH="${WORKDIR}/${P}" emake -C src/${EGO_PN} +} + +src_install() { + pushd src/${EGO_PN} || die + dobin out/minikube + dodoc -r docs CHANGELOG.md README.md + popd || die +} diff --git a/sys-devel/Manifest.gz b/sys-devel/Manifest.gz index 52e6ad4da1d7..f5ccc414cc81 100644 Binary files a/sys-devel/Manifest.gz and b/sys-devel/Manifest.gz differ diff --git a/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch b/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch index 5a2980d2979d..c4693ee7feeb 100644 --- a/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch +++ b/sys-devel/libtool/files/libtool-2.2.10-eprefix.patch @@ -1,5 +1,5 @@ ---- ./libltdl/m4/libtool.m4.orig 2010-07-02 12:41:07.000000000 +0200 -+++ ./libltdl/m4/libtool.m4 2010-07-02 12:45:39.000000000 +0200 +--- a/m4/libtool.m4 ++++ b/m4/libtool.m4 @@ -2087,7 +2087,7 @@ mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's,/\([[A-Za-z]]:\),\1,g'` ;; diff --git a/sys-fs/Manifest.gz b/sys-fs/Manifest.gz index 0aa35a15f216..9cb549368b96 100644 Binary files a/sys-fs/Manifest.gz and b/sys-fs/Manifest.gz differ diff --git a/sys-fs/mdadm/Manifest b/sys-fs/mdadm/Manifest index 37c6fcbeb4e2..c40d02b94733 100644 --- a/sys-fs/mdadm/Manifest +++ b/sys-fs/mdadm/Manifest @@ -1,6 +1,6 @@ -DIST mdadm-3.3.1.tar.xz 407964 BLAKE2B 7494f6431729c3278412080aa3db7676a02d963148e5be7522f3de3e73acb1af9bf9e0be0042e13ee0c7524155e772a252a924eb4965c430d6918dc37aede246 SHA512 46fc1889e97d2d14b72ac26ee07eb4301467dc4a0e838ba89920253484fcd443749f3afccb3d792f7e468b20021d50dbc29dda7033d9b5a8fbaee664200f1981 DIST mdadm-3.4.tar.xz 422704 BLAKE2B 0e8251fefb2db853a921215a07f1f7e70dfcd6650c20493cb487d4ce32cb609fe8191297046161e62f802c75150e6628b52192bb466d72c4cabfb1bcfae09839 SHA512 5de06f3a2b83333e5346a1e858b15e76f75a13a1d5c5f2032fecc6eb167454b282e12ee111ac2abec778e058ec9554708ac317a476778328546603618e6f70f7 DIST mdadm-4.0.tar.xz 430780 BLAKE2B f08a67452398c864d73c78e2a7258d89c5c81b83dd136d4cd7e31e46b22d75ff67ecf553dc22f55dca418409daded51a399728dfdbd36039e828cad3233774e6 SHA512 12fb26e6b9c1912698defa406e5e47a7ca8d68d4a9aa7acdc9b463ee2d4a37fc6ecef6beb5395ff619018c3f6bdb6d8c573060d027707540f645ad2265170e8b -DIST mdadm_3.3-2.debian.tar.gz 127889 BLAKE2B f7cfe5e59e16bf71561f672e3c7f7a480658919665490a0b6c32b47979050880b51e481c4f0869efdeb791c8bd34d3db5d4034b40bbf9b55f5b8bbdf73040618 SHA512 92e4c403542caba4b9afb870ba803e6bc7ade143b27efdc27e03b3407f322722a635457cce9e8c195a3ecd7cbce66fdebdd6046fc4f36836e56e27d5d838c037 +DIST mdadm-4.1-rc1.tar.xz 440336 BLAKE2B af2e4b9e9fd7f75e92d30a29b0a240e4b078e34f3906a583cf10cda1c89717a27d0044d1ba72e9d41b96becda370a423f880c09cd5f2d783715bf2519e401b3c SHA512 07d75ba511a252de95356bc63e480b3c196ad0715d719f75599d1fa2995d649ea86a63f74aee7558316d728ebaae2c87d86806089cba735532e1c39641baf727 DIST mdadm_3.3.4-1.1.debian.tar.xz 86312 BLAKE2B 367a9ed4b16b73a63b613e8029934ee8fbb056e33ca621e92964408ac9a3b3d107af03b657dbfe572f63150e5438879f6dd29a7e7cca1599b213ba135249e78d SHA512 ea9b34a9952e1ff836cb931c7eef0ae0c44e3f4d46162c7a7eca24936d6f7168e99d67749b3100bc68ebadc8f256e4833d42da48c531cf71e6e8f3100911828f DIST mdadm_3.4-4.debian.tar.xz 81200 BLAKE2B 393bac2310139788935ced77b736d60d11f58e86349990034367af5460483e97239eef5a6622405b68a7aa6f65059bc5692518172e422c3596ab879527619952 SHA512 86a9edb8f29931fdfa40037d535ca80f0bf59539fe1ef16f2639e666a5ac1bd90ec617ec1635080ae62a02f7986a6e10c97dce5389555ab7d417885f216c0f93 +DIST mdadm_4.0-2.debian.tar.xz 81844 BLAKE2B f8b33e27dacfa83292cc0632dd2d9a83b9d5a69e5360cdfb7494b489400504f20c7ab213ec455dfefc68d5a7f8a48fb2085710fe420b9791df9f8ebbe05d1a10 SHA512 a118df3edbe492e28dda054672a0adfe2c1ce276655f70509c2f24082aecd5193ade84ca3f0ee93280f646ee6a1636d703607046b7e27388086627bed911037a diff --git a/sys-fs/mdadm/files/mdadm-3.3.1-DDF-validate-metadata_update-size-before-using-it.patch b/sys-fs/mdadm/files/mdadm-3.3.1-DDF-validate-metadata_update-size-before-using-it.patch deleted file mode 100644 index befb7da91735..000000000000 --- a/sys-fs/mdadm/files/mdadm-3.3.1-DDF-validate-metadata_update-size-before-using-it.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 1f17f96b538793a0e665e471f602c6fa490ec167 Mon Sep 17 00:00:00 2001 -From: NeilBrown -Date: Thu, 10 Jul 2014 15:59:06 +1000 -Subject: [PATCH 12/14] DDF: validate metadata_update size before using it. - -process_update already checks update->len, for all but -the 'magic', prepare_update doesn't at all. - -So add tests to prepare_update that we don't exceed the buffer. -This will consequently protect process_update from looking -for a 'magic' which isn't there. - -Reported-by: Vincent Berg -Signed-off-by: NeilBrown ---- - super-ddf.c | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) - -diff --git a/super-ddf.c b/super-ddf.c -index 1e43ca2..8957c2e 100644 ---- a/super-ddf.c -+++ b/super-ddf.c -@@ -4914,10 +4914,16 @@ static int ddf_prepare_update(struct supertype *st, - * If a malloc is needed, do it here. - */ - struct ddf_super *ddf = st->sb; -- be32 *magic = (be32 *)update->buf; -+ be32 *magic; -+ if (update->len < 4) -+ return 0; -+ magic = (be32 *)update->buf; - if (be32_eq(*magic, DDF_VD_CONF_MAGIC)) { - struct vcl *vcl; -- struct vd_config *conf = (struct vd_config *) update->buf; -+ struct vd_config *conf; -+ if (update->len < (int)sizeof(*conf)) -+ return 0; -+ conf = (struct vd_config *) update->buf; - if (posix_memalign(&update->space, 512, - offsetof(struct vcl, conf) - + ddf->conf_rec_len * 512) != 0) { --- -2.0.0 - diff --git a/sys-fs/mdadm/files/mdadm-3.3.1-Grow-Do-not-try-to-restart-if-reshape-is-running.patch b/sys-fs/mdadm/files/mdadm-3.3.1-Grow-Do-not-try-to-restart-if-reshape-is-running.patch deleted file mode 100644 index 717317b8a2d0..000000000000 --- a/sys-fs/mdadm/files/mdadm-3.3.1-Grow-Do-not-try-to-restart-if-reshape-is-running.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 13ffbe89b6103c146c08eb1c9a70833306c8322b Mon Sep 17 00:00:00 2001 -From: Pawel Baldysiak -Date: Wed, 16 Jul 2014 12:20:34 +0200 -Subject: [PATCH 14/14] Grow: Do not try to restart if reshape is running - -Grow process did not check if reshape is already started -when deciding about restarting. -Sync_action should be checked in this case, and if -reshape is running - restart flag should not be set. -Otherwise, Grow process will fail to write data to -sysfs, and reshape will not be continued. - -Signed-off-by: Pawel Baldysiak -Signed-off-by: Artur Paszkiewicz -Signed-off-by: NeilBrown ---- - Grow.c | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/Grow.c b/Grow.c -index a2f4f14..ea9cc60 100644 ---- a/Grow.c -+++ b/Grow.c -@@ -2822,6 +2822,7 @@ static int reshape_array(char *container, int fd, char *devname, - unsigned long long array_size; - int done; - struct mdinfo *sra = NULL; -+ char buf[20]; - - /* when reshaping a RAID0, the component_size might be zero. - * So try to fix that up. -@@ -2869,7 +2870,9 @@ static int reshape_array(char *container, int fd, char *devname, - goto release; - } - -- if (st->ss->external && restart && (info->reshape_progress == 0)) { -+ if (st->ss->external && restart && (info->reshape_progress == 0) && -+ !((sysfs_get_str(info, NULL, "sync_action", buf, sizeof(buf)) > 0) && -+ (strncmp(buf, "reshape", 7) == 0))) { - /* When reshape is restarted from '0', very begin of array - * it is possible that for external metadata reshape and array - * configuration doesn't happen. --- -2.0.0 - diff --git a/sys-fs/mdadm/files/mdadm-3.3.1-Grow-fix-removal-of-line-in-wrong-case.patch b/sys-fs/mdadm/files/mdadm-3.3.1-Grow-fix-removal-of-line-in-wrong-case.patch deleted file mode 100644 index acc38267d160..000000000000 --- a/sys-fs/mdadm/files/mdadm-3.3.1-Grow-fix-removal-of-line-in-wrong-case.patch +++ /dev/null @@ -1,39 +0,0 @@ -From e339dba2a1744dc6860a58e286ded39fc993c2db Mon Sep 17 00:00:00 2001 -From: Pawel Baldysiak -Date: Wed, 11 Jun 2014 15:18:44 +0000 -Subject: [PATCH 02/14] Grow: fix removal of line in wrong case - -Commit 18d9bcfa33939cee345d4d7735bc6081bcc409c8 -removed wrong line (in case RAID0->RAID4). -This patch corrects this mistake -(line should be removed in case RAID4->RAID4). - -Signed-off-by: Pawel Baldysiak -Signed-off-by: NeilBrown ---- - Grow.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Grow.c b/Grow.c -index 12730e2..a2f4f14 100644 ---- a/Grow.c -+++ b/Grow.c -@@ -1324,6 +1324,7 @@ char *analyse_change(char *devname, struct mdinfo *info, struct reshape *re) - - switch (re->level) { - case 4: -+ re->before.layout = 0; - re->after.layout = 0; - break; - case 5: -@@ -1339,7 +1340,6 @@ char *analyse_change(char *devname, struct mdinfo *info, struct reshape *re) - - switch (re->level) { - case 4: -- re->before.layout = 0; - re->after.layout = 0; - break; - case 5: --- -2.0.0 - diff --git a/sys-fs/mdadm/files/mdadm-3.3.1-IMSM-use-strcpy-rather-than-pointless-strncpy.patch b/sys-fs/mdadm/files/mdadm-3.3.1-IMSM-use-strcpy-rather-than-pointless-strncpy.patch deleted file mode 100644 index b63b1e732d36..000000000000 --- a/sys-fs/mdadm/files/mdadm-3.3.1-IMSM-use-strcpy-rather-than-pointless-strncpy.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 6d8d290a2f09a3bfd9e44f382ae5daea128772f7 Mon Sep 17 00:00:00 2001 -From: NeilBrown -Date: Thu, 3 Jul 2014 15:04:01 +1000 -Subject: [PATCH 03/14] IMSM: use strcpy rather than pointless strncpy. - -As strncpy doesn't guarantee to nul-terminate, some static -analysers get upset that it is followed by a 'strncat'. -So just use a 'strcpy' - strlen(disk_by_path) is constant -and definitely less than PATH_MAX. - -Link: https://github.com/neilbrown/mdadm/issues/4 -Signed-off-by: NeilBrown ---- - super-intel.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/super-intel.c b/super-intel.c -index 9dd807a..0106b4f 100644 ---- a/super-intel.c -+++ b/super-intel.c -@@ -9357,7 +9357,7 @@ static const char *imsm_get_disk_controller_domain(const char *path) - char *drv=NULL; - struct stat st; - -- strncpy(disk_path, disk_by_path, PATH_MAX - 1); -+ strcpy(disk_path, disk_by_path); - strncat(disk_path, path, PATH_MAX - strlen(disk_path) - 1); - if (stat(disk_path, &st) == 0) { - struct sys_dev* hba; --- -2.0.0 - diff --git a/sys-fs/mdadm/files/mdadm-3.3.1-IMSM-validate-metadata_update-size-before-using-it.patch b/sys-fs/mdadm/files/mdadm-3.3.1-IMSM-validate-metadata_update-size-before-using-it.patch deleted file mode 100644 index b1610835753a..000000000000 --- a/sys-fs/mdadm/files/mdadm-3.3.1-IMSM-validate-metadata_update-size-before-using-it.patch +++ /dev/null @@ -1,128 +0,0 @@ -From 095b8088fa99ad1195d1aba03af2aa561b4a6379 Mon Sep 17 00:00:00 2001 -From: NeilBrown -Date: Thu, 10 Jul 2014 16:09:28 +1000 -Subject: [PATCH 13/14] IMSM: validate metadata_update size before using it. - -Every case in prepare_update check that the size message -size is sufficient, so process_update doesn't need to check anything. - -Reported-by: Vincent Berg -Signed-off-by: NeilBrown ---- - super-intel.c | 44 +++++++++++++++++++++++++++++++++++++++++--- - 1 file changed, 41 insertions(+), 3 deletions(-) - -diff --git a/super-intel.c b/super-intel.c -index 2547b4a..b4efa72 100644 ---- a/super-intel.c -+++ b/super-intel.c -@@ -8587,7 +8587,7 @@ static void imsm_process_update(struct supertype *st, - } - case update_add_remove_disk: { - /* we may be able to repair some arrays if disks are -- * being added, check teh status of add_remove_disk -+ * being added, check the status of add_remove_disk - * if discs has been added. - */ - if (add_remove_disk_update(super)) { -@@ -8617,19 +8617,28 @@ static int imsm_prepare_update(struct supertype *st, - * integrated by the monitor thread without worrying about live pointers - * in the manager thread. - */ -- enum imsm_update_type type = *(enum imsm_update_type *) update->buf; -+ enum imsm_update_type type; - struct intel_super *super = st->sb; - struct imsm_super *mpb = super->anchor; - size_t buf_len; - size_t len = 0; - -+ if (update->len < (int)sizeof(type)) -+ return 0; -+ -+ type = *(enum imsm_update_type *) update->buf; -+ - switch (type) { - case update_general_migration_checkpoint: -+ if (update->len < (int)sizeof(struct imsm_update_general_migration_checkpoint)) -+ return 0; - dprintf("imsm: prepare_update() " - "for update_general_migration_checkpoint called\n"); - break; - case update_takeover: { - struct imsm_update_takeover *u = (void *)update->buf; -+ if (update->len < (int)sizeof(*u)) -+ return 0; - if (u->direction == R0_TO_R10) { - void **tail = (void **)&update->space_list; - struct imsm_dev *dev = get_imsm_dev(super, u->subarray); -@@ -8670,6 +8679,9 @@ static int imsm_prepare_update(struct supertype *st, - struct intel_dev *dl; - void **space_tail = (void**)&update->space_list; - -+ if (update->len < (int)sizeof(*u)) -+ return 0; -+ - dprintf("imsm: imsm_prepare_update() for update_reshape\n"); - - for (dl = super->devlist; dl; dl = dl->next) { -@@ -8702,6 +8714,9 @@ static int imsm_prepare_update(struct supertype *st, - void *s; - int current_level = -1; - -+ if (update->len < (int)sizeof(*u)) -+ return 0; -+ - dprintf("imsm: imsm_prepare_update() for update_reshape\n"); - - /* add space for bigger array in update -@@ -8769,6 +8784,13 @@ static int imsm_prepare_update(struct supertype *st, - break; - } - case update_size_change: { -+ if (update->len < (int)sizeof(struct imsm_update_size_change)) -+ return 0; -+ break; -+ } -+ case update_activate_spare: { -+ if (update->len < (int)sizeof(struct imsm_update_activate_spare)) -+ return 0; - break; - } - case update_create_array: { -@@ -8781,6 +8803,9 @@ static int imsm_prepare_update(struct supertype *st, - int i; - int activate = 0; - -+ if (update->len < (int)sizeof(*u)) -+ return 0; -+ - inf = get_disk_info(u); - len = sizeof_imsm_dev(dev, 1); - /* allocate a new super->devlist entry */ -@@ -8802,9 +8827,22 @@ static int imsm_prepare_update(struct supertype *st, - } - len += activate * sizeof(struct imsm_disk); - break; -- default: -+ } -+ case update_kill_array: { -+ if (update->len < (int)sizeof(struct imsm_update_kill_array)) -+ return 0; - break; - } -+ case update_rename_array: { -+ if (update->len < (int)sizeof(struct imsm_update_rename_array)) -+ return 0; -+ break; -+ } -+ case update_add_remove_disk: -+ /* no update->len needed */ -+ break; -+ default: -+ return 0; - } - - /* check if we need a larger metadata buffer */ --- -2.0.0 - diff --git a/sys-fs/mdadm/files/mdadm-3.3.1-Makefile-install-mdadm-grow-continue-.service.patch b/sys-fs/mdadm/files/mdadm-3.3.1-Makefile-install-mdadm-grow-continue-.service.patch deleted file mode 100644 index 431bfd1abe3b..000000000000 --- a/sys-fs/mdadm/files/mdadm-3.3.1-Makefile-install-mdadm-grow-continue-.service.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 616f197f9d6d044afb9e27ddc9cd087d21d610f0 Mon Sep 17 00:00:00 2001 -From: NeilBrown -Date: Tue, 10 Jun 2014 20:34:40 +1000 -Subject: [PATCH 01/14] Makefile: install mdadm-grow-continue@.service - -Forgot to add this to install-systemd target - -Signed-off-by: NeilBrown ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index c7e7a42..1a4a5dc 100644 ---- a/Makefile -+++ b/Makefile -@@ -290,7 +290,7 @@ install-udev: udev-md-raid-arrays.rules udev-md-raid-assembly.rules - - install-systemd: systemd/mdmon@.service - @for file in mdmon@.service mdmonitor.service mdadm-last-resort@.timer \ -- mdadm-last-resort@.service ; \ -+ mdadm-last-resort@.service mdadm-grow-continue@.service; \ - do sed -e 's,BINDIR,$(BINDIR),g' systemd/$$file > .install.tmp && \ - echo $(INSTALL) -D -m 644 systemd/$$file $(DESTDIR)$(SYSTEMD_DIR)/$$file ; \ - $(INSTALL) -D -m 644 .install.tmp $(DESTDIR)$(SYSTEMD_DIR)/$$file ; \ --- -2.0.0 - diff --git a/sys-fs/mdadm/files/mdadm-3.3.1-mdmon-allow-prepare_update-to-report-failure.patch b/sys-fs/mdadm/files/mdadm-3.3.1-mdmon-allow-prepare_update-to-report-failure.patch deleted file mode 100644 index 772248b19c3d..000000000000 --- a/sys-fs/mdadm/files/mdadm-3.3.1-mdmon-allow-prepare_update-to-report-failure.patch +++ /dev/null @@ -1,119 +0,0 @@ -From 5fe6f031d9a21a935f0ef1b1fbdb314b53f2199f Mon Sep 17 00:00:00 2001 -From: NeilBrown -Date: Thu, 10 Jul 2014 15:54:02 +1000 -Subject: [PATCH 11/14] mdmon: allow prepare_update to report failure. - -If 'prepare_update' fails for some reason there is little -point continuing on to 'process_update'. -For now only malloc failures are caught, but other failures -will be considered in future. - -Signed-off-by: NeilBrown ---- - managemon.c | 3 ++- - mdadm.h | 5 ++++- - super-ddf.c | 8 +++++--- - super-intel.c | 9 +++++---- - 4 files changed, 16 insertions(+), 9 deletions(-) - -diff --git a/managemon.c b/managemon.c -index 5f7e2ce..1c9eccc 100644 ---- a/managemon.c -+++ b/managemon.c -@@ -819,7 +819,8 @@ static void handle_message(struct supertype *container, struct metadata_update * - mu->space_list = NULL; - mu->next = NULL; - if (container->ss->prepare_update) -- container->ss->prepare_update(container, mu); -+ if (!container->ss->prepare_update(container, mu)) -+ free_updates(&mu); - queue_metadata_update(mu); - } - } -diff --git a/mdadm.h b/mdadm.h -index 914d67c..02a9288 100644 ---- a/mdadm.h -+++ b/mdadm.h -@@ -929,7 +929,10 @@ extern struct superswitch { - void (*sync_metadata)(struct supertype *st); - void (*process_update)(struct supertype *st, - struct metadata_update *update); -- void (*prepare_update)(struct supertype *st, -+ /* Prepare updates allocates extra memory that might be -+ * needed. If the update cannot be understood, return 0. -+ */ -+ int (*prepare_update)(struct supertype *st, - struct metadata_update *update); - - /* activate_spare will check if the array is degraded and, if it -diff --git a/super-ddf.c b/super-ddf.c -index ab9fc46..1e43ca2 100644 ---- a/super-ddf.c -+++ b/super-ddf.c -@@ -4906,8 +4906,8 @@ static void ddf_process_update(struct supertype *st, - /* case DDF_SPARE_ASSIGN_MAGIC */ - } - --static void ddf_prepare_update(struct supertype *st, -- struct metadata_update *update) -+static int ddf_prepare_update(struct supertype *st, -+ struct metadata_update *update) - { - /* This update arrived at managemon. - * We are about to pass it to monitor. -@@ -4922,15 +4922,17 @@ static void ddf_prepare_update(struct supertype *st, - offsetof(struct vcl, conf) - + ddf->conf_rec_len * 512) != 0) { - update->space = NULL; -- return; -+ return 0; - } - vcl = update->space; - vcl->conf.sec_elmnt_count = conf->sec_elmnt_count; - if (alloc_other_bvds(ddf, vcl) != 0) { - free(update->space); - update->space = NULL; -+ return 0; - } - } -+ return 1; - } - - /* -diff --git a/super-intel.c b/super-intel.c -index 7734bde..2547b4a 100644 ---- a/super-intel.c -+++ b/super-intel.c -@@ -8607,8 +8607,8 @@ static void imsm_process_update(struct supertype *st, - - static struct mdinfo *get_spares_for_grow(struct supertype *st); - --static void imsm_prepare_update(struct supertype *st, -- struct metadata_update *update) -+static int imsm_prepare_update(struct supertype *st, -+ struct metadata_update *update) - { - /** - * Allocate space to hold new disk entries, raid-device entries or a new -@@ -8828,6 +8828,7 @@ static void imsm_prepare_update(struct supertype *st, - else - super->next_buf = NULL; - } -+ return 1; - } - - /* must be called while manager is quiesced */ -@@ -9716,8 +9717,8 @@ static void imsm_update_metadata_locally(struct supertype *st, - mu.space = NULL; - mu.space_list = NULL; - mu.next = NULL; -- imsm_prepare_update(st, &mu); -- imsm_process_update(st, &mu); -+ if (imsm_prepare_update(st, &mu)) -+ imsm_process_update(st, &mu); - - while (mu.space_list) { - void **space = mu.space_list; --- -2.0.0 - diff --git a/sys-fs/mdadm/files/mdadm-3.3.1-mdmon-ensure-Unix-domain-socket-is-created-with-safe.patch b/sys-fs/mdadm/files/mdadm-3.3.1-mdmon-ensure-Unix-domain-socket-is-created-with-safe.patch deleted file mode 100644 index 9780196e28cd..000000000000 --- a/sys-fs/mdadm/files/mdadm-3.3.1-mdmon-ensure-Unix-domain-socket-is-created-with-safe.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 120ec6f7b96455e42bdfa9131c0c9026c57eaf19 Mon Sep 17 00:00:00 2001 -From: NeilBrown -Date: Thu, 3 Jul 2014 17:06:45 +1000 -Subject: [PATCH 09/14] mdmon: ensure Unix domain socket is created with safe - permissions. - -In the unlikely case that mdmon is started with an overly -permissive umask, we don't want to risk giving away world acccess. - -All other "mkdir" and "O_CREAT" calls in mdmon and mdadm set -a suitably restrictive permission mask. 'bind' don't take an -explicit mask so it needs an implicit one. - -Reported-by: Vincent Berg -Signed-off-by: NeilBrown ---- - mdmon.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/mdmon.c b/mdmon.c -index b84d4d9..21221cd 100644 ---- a/mdmon.c -+++ b/mdmon.c -@@ -232,6 +232,7 @@ static int make_control_sock(char *devname) - - addr.sun_family = PF_LOCAL; - strcpy(addr.sun_path, path); -+ umask(077); /* ensure no world write access */ - if (bind(sfd, &addr, sizeof(addr)) < 0) { - close(sfd); - return -1; --- -2.0.0 - diff --git a/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild b/sys-fs/mdadm/mdadm-4.1_rc1.ebuild similarity index 50% rename from sys-fs/mdadm/mdadm-3.3.1-r2.ebuild rename to sys-fs/mdadm/mdadm-4.1_rc1.ebuild index c667861c6113..148f2a65bdb1 100644 --- a/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild +++ b/sys-fs/mdadm/mdadm-4.1_rc1.ebuild @@ -1,18 +1,19 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=4 -inherit eutils flag-o-matic multilib systemd toolchain-funcs udev +EAPI=6 +inherit flag-o-matic multilib systemd toolchain-funcs udev DESCRIPTION="Tool for running RAID systems - replacement for the raidtools" HOMEPAGE="http://neil.brown.name/blog/mdadm" -DEB_PR=2 -SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P}.tar.xz - mirror://debian/pool/main/m/mdadm/${PN}_3.3-${DEB_PR}.debian.tar.gz" +DEB_PF="4.0-2" +SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P/_/-}.tar.xz + mirror://debian/pool/main/m/mdadm/${PN}_${DEB_PF}.debian.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +[[ "${PV}" = *_rc* ]] || \ +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="static" DEPEND="virtual/pkgconfig @@ -23,34 +24,27 @@ RDEPEND=">=sys-apps/util-linux-2.16" # Thus, they shouldn't be run on systems with active software RAID devices. RESTRICT="test" +PATCHES=( + "${FILESDIR}"/${PN}-3.4-sysmacros.patch #580188 +) + mdadm_emake() { + # We should probably make corosync & libdlm into USE flags. #573782 emake \ PKG_CONFIG="$(tc-getPKG_CONFIG)" \ CC="$(tc-getCC)" \ CWFLAGS="-Wall" \ CXFLAGS="${CFLAGS}" \ UDEVDIR="$(get_udevdir)" \ - SYSTEMD_DIR="$(systemd_get_unitdir)" \ + SYSTEMD_DIR="$(systemd_get_systemunitdir)" \ + COROSYNC="-DNO_COROSYNC" \ + DLM="-DNO_DLM" \ "$@" } -src_prepare() { - # These are important bugfixes from upstream git after 3.3.1 release, - # and before and including 17 Jul 2014: - epatch \ - "${FILESDIR}"/${P}-Makefile-install-mdadm-grow-continue-.service.patch \ - "${FILESDIR}"/${P}-Grow-fix-removal-of-line-in-wrong-case.patch \ - "${FILESDIR}"/${P}-IMSM-use-strcpy-rather-than-pointless-strncpy.patch \ - "${FILESDIR}"/${P}-mdmon-ensure-Unix-domain-socket-is-created-with-safe.patch \ - "${FILESDIR}"/${P}-mdmon-allow-prepare_update-to-report-failure.patch \ - "${FILESDIR}"/${P}-DDF-validate-metadata_update-size-before-using-it.patch \ - "${FILESDIR}"/${P}-IMSM-validate-metadata_update-size-before-using-it.patch \ - "${FILESDIR}"/${P}-Grow-Do-not-try-to-restart-if-reshape-is-running.patch -} - src_compile() { use static && append-ldflags -static - mdadm_emake all mdassemble + mdadm_emake all } src_test() { @@ -60,12 +54,8 @@ src_test() { } src_install() { - # Use split lines because of bug #517218 - mdadm_emake DESTDIR="${D}" install - mdadm_emake DESTDIR="${D}" install-systemd - into / - dosbin mdassemble - dodoc ChangeLog INSTALL TODO README* ANNOUNCE-${PV} + mdadm_emake DESTDIR="${D}" install install-systemd + dodoc ChangeLog INSTALL TODO README* ANNOUNCE-* insinto /etc newins mdadm.conf-example mdadm.conf @@ -78,9 +68,11 @@ src_install() { into /usr dodoc "${WORKDIR}"/debian/README.checkarray dosbin "${WORKDIR}"/debian/checkarray + insinto /etc/default + newins "${FILESDIR}"/etc-default-mdadm mdadm - insinto /etc/cron.weekly - newins "${FILESDIR}"/mdadm.weekly mdadm + exeinto /etc/cron.weekly + newexe "${FILESDIR}"/mdadm.weekly mdadm } pkg_postinst() { diff --git a/sys-libs/Manifest.gz b/sys-libs/Manifest.gz index b7152a956ba5..f5e5f1e0e8d0 100644 Binary files a/sys-libs/Manifest.gz and b/sys-libs/Manifest.gz differ diff --git a/sys-libs/slang/slang-2.3.2.ebuild b/sys-libs/slang/slang-2.3.2.ebuild index eaaae5bdea97..1f17cd96ee75 100644 --- a/sys-libs/slang/slang-2.3.2.ebuild +++ b/sys-libs/slang/slang-2.3.2.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" = *_pre* ]] ; then else SRC_URI="http://www.jedsoft.org/releases/${PN}/${P}.tar.bz2 http://www.jedsoft.org/releases/${PN}/old/${P}.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~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 ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~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 ~x86-solaris" fi LICENSE="GPL-2" SLOT="0" diff --git a/sys-process/Manifest.gz b/sys-process/Manifest.gz index bb73ccc8a568..8dd1d6a03957 100644 Binary files a/sys-process/Manifest.gz and b/sys-process/Manifest.gz differ diff --git a/sys-process/htop/Manifest b/sys-process/htop/Manifest index f0451a60ad15..0fcc0a9fd18a 100644 --- a/sys-process/htop/Manifest +++ b/sys-process/htop/Manifest @@ -1,2 +1,3 @@ DIST htop-2.0.2.tar.gz 476364 BLAKE2B f5519977b4bd6d189cb7f379a9f9b535a4b67a575b30056a43e259ab39a69f84083d310bbefefe8408c7ca99918f1ea9ae775808b9afe9d0f78097ac6bb88dc7 SHA512 1c9bf71a36c56b301667aa6d03756fc757fbcb63e848d9581d10db3df6193cdeb00e55ceb6e2392794ac03ea034b04459a8fe550b3ac2318cd86263a74c78cda DIST htop-2.1.0.tar.gz 302938 BLAKE2B 3e290a3dbb0bf5424780ba5dcb9de8ea478bf4cabbbde202c19eb3db7e0f8d1e108ec3ea41544ac095097c39100417c72477dab96f104a6317f4edd06d69199f SHA512 203e8f4abd63334330fc673f6c9609adbeab763d80f553d8b48670091d18dd347599a9ce2dbbac374fa4a13fa904948711a441fa676f52ab1612bd2b4ee4c6eb +DIST htop-3.0.0_beta3.tar.gz 169576 BLAKE2B 6d62a818b53933de1d09e316eac41497f6f9c75b1fced691540e91348af0a0272f38dfd2dd935191c0782d2c4ca2fc6bee64d5827851329b73d7c31c590d3e9f SHA512 05b2f817b67206dce0f727394cc78437ecbd4575fed898dca0a7b25a7acaab42e8b674f4c040139080759d04e73e5fda58aab89c184f2b10e35edf19385e680a diff --git a/sys-process/htop/htop-2.1.0.ebuild b/sys-process/htop/htop-3.0.0_beta3.ebuild similarity index 57% rename from sys-process/htop/htop-2.1.0.ebuild rename to sys-process/htop/htop-3.0.0_beta3.ebuild index 1ba6ab8008f8..97456ae73a1c 100644 --- a/sys-process/htop/htop-2.1.0.ebuild +++ b/sys-process/htop/htop-3.0.0_beta3.ebuild @@ -3,27 +3,38 @@ EAPI=6 -inherit autotools linux-info +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit autotools linux-info python-single-r1 DESCRIPTION="interactive process viewer" HOMEPAGE="http://hisham.hm/htop/" -SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz" - +if [[ "${PV}" = *_beta* ]] ; then + SRC_URI="https://github.com/hishamhm/${PN}/archive/${PV/_}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${P/_}" +else + SRC_URI="http://hisham.hm/htop/releases/${PV}/${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +fi LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses:0=[unicode?]" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + DOCS=( ChangeLog README ) CONFIG_CHECK="~TASKSTATS ~TASK_XACCT ~TASK_IO_ACCOUNTING ~CGROUPS" PATCHES=( - "${FILESDIR}/${P}-sysmacros.patch" + + # Fixes from upstream (can usually be removed with next version bump) + "${FILESDIR}/${PN}-2.1.0-header_updates.patch" ) pkg_setup() { @@ -32,14 +43,20 @@ pkg_setup() { ewarn "what files), you must have sys-process/lsof installed." fi + python-single-r1_pkg_setup linux-info_pkg_setup } src_prepare() { - rm missing || die + if [[ "${PV}" != *_beta* ]] ; then + rm missing || die + fi default + use python_single_target_python2_7 || \ + eapply "${FILESDIR}/${PN}-2.1.0-MakeHeader-python3.patch" #646880 eautoreconf + python_fix_shebang scripts/MakeHeader.py } src_configure() { diff --git a/sys-process/lsof/Manifest b/sys-process/lsof/Manifest index b44111bb28c9..d7c71215ef9a 100644 --- a/sys-process/lsof/Manifest +++ b/sys-process/lsof/Manifest @@ -1,2 +1,3 @@ DIST lsof_4.89.tar.bz2 784560 BLAKE2B 375ad53fd5c26a79559295fc8bcb6c495c00bf546019001b498f064dbd111f3581d60a577c199ce2cbd49dac0c061cdaea99de56d6bf069dceb0dd8b2f836942 SHA512 cafb0209143c7863e5cebe7efc33a2520d36f9e26222350e4edfa18debbcfb5c81f42f71469e5913fb21f49a7562bbe761b72dfc8f297dadf75ac619cdcb318c DIST lsof_4.90.tar.bz2 791758 BLAKE2B 250025eb553ee4574cadadcc57fa52bd97d8ce4432e25e9e028d3eec4033be54d5cbab5f02e0a04365033b5d179ca50efa591efe4ac28077f63513edee131084 SHA512 8c1481ab72867488d800ad68c9de5c936f034f044c90eeed220fb5683f68ba8efa3dd0efe1e23b4d4968750255b475150ad08ae8627dd9aa0a5025498418351a +DIST lsof_4.91.tar.bz2 791734 BLAKE2B cd6211caedea34fdbb89266fd78a70902117eda6d4d7fa69115426f4a6f5cb5296fa09bbd946648d8d93483881e4ea4e2190f090be155c1081850e8366cfd05a SHA512 49f811941dd6303f7cb0655fddb8b1177af5d1b18f2bd1edfab09d2c128aea73daecf09c7a5375979c66ba764c88a6e70c9086b55c3634e3be01ab1aa12e9f92 diff --git a/sys-process/lsof/files/lsof-4.90-darwin-cppfix.patch b/sys-process/lsof/files/lsof-4.90-darwin-cppfix.patch new file mode 100644 index 000000000000..fcbfeba410af --- /dev/null +++ b/sys-process/lsof/files/lsof-4.90-darwin-cppfix.patch @@ -0,0 +1,12 @@ +diff -Naur a/dialects/darwin/libproc/dfile.c b/dialects/darwin/libproc/dfile.c +--- a/dialects/darwin/libproc/dfile.c 2018-02-19 15:04:26.011578124 +0800 ++++ b/dialects/darwin/libproc/dfile.c 2018-02-19 15:04:45.006502653 +0800 +@@ -43,7 +43,7 @@ + #include "lsof.h" + + #if defined(PROC_FP_GUARDED) +-#extern struct pff_tab Pgf_tab[]; ++extern struct pff_tab Pgf_tab[]; + #endif /* defined(PROC_FP_GUARDED) */ + + diff --git a/sys-process/lsof/lsof-4.90.ebuild b/sys-process/lsof/lsof-4.90.ebuild index f22dd0eaae84..8a1faa697af2 100644 --- a/sys-process/lsof/lsof-4.90.ebuild +++ b/sys-process/lsof/lsof-4.90.ebuild @@ -14,7 +14,7 @@ SRC_URI="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2 LICENSE="lsof" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="examples ipv6 rpc selinux static" RDEPEND="rpc? ( net-libs/libtirpc ) @@ -26,6 +26,7 @@ S="${WORKDIR}/${MY_P}/${MY_P}_src" PATCHES=( "${FILESDIR}"/${PN}-4.85-cross.patch #432120 + "${FILESDIR}"/${PN}-4.90-darwin-cppfix.patch #648084 ) src_unpack() { @@ -66,6 +67,15 @@ src_configure() { append-cppflags $(use rpc && $(tc-getPKG_CONFIG) libtirpc --cflags || echo "-DHASNOTRPC -DHASNORPC_H") append-cppflags $(usex ipv6 -{D,U}HASIPv6) [[ ${CHOST} == *-solaris2.11 ]] && append-cppflags -DHAS_PAD_MUTEX + if [[ ${CHOST} == *-darwin* ]] ; then + # make sys/proc_info.h available in ${T} because of LSOF_INCLUDE + # dummy location -- Darwin needs this for a Configure check to + # succeed + if [[ -e /usr/include/sys/proc_info.h ]] ; then + mkdir -p "${T}"/sys || die + ( cd "${T}"/sys && ln -s /usr/include/sys/proc_info.h ) || die + fi + fi export LSOF_CFGL="${CFLAGS} ${LDFLAGS} \ $(use rpc && $(tc-getPKG_CONFIG) libtirpc --libs)" diff --git a/sys-process/lsof/lsof-4.91.ebuild b/sys-process/lsof/lsof-4.91.ebuild new file mode 100644 index 000000000000..8a1faa697af2 --- /dev/null +++ b/sys-process/lsof/lsof-4.91.ebuild @@ -0,0 +1,119 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit flag-o-matic toolchain-funcs + +MY_P="${P/-/_}" +DESCRIPTION="Lists open files for running Unix processes" +HOMEPAGE="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/" +SRC_URI="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2 + ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/OLD/${MY_P}.tar.bz2 + http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/${MY_P}.tar.bz2" + +LICENSE="lsof" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="examples ipv6 rpc selinux static" + +RDEPEND="rpc? ( net-libs/libtirpc ) + selinux? ( sys-libs/libselinux )" +DEPEND="${RDEPEND} + rpc? ( virtual/pkgconfig )" + +S="${WORKDIR}/${MY_P}/${MY_P}_src" + +PATCHES=( + "${FILESDIR}"/${PN}-4.85-cross.patch #432120 + "${FILESDIR}"/${PN}-4.90-darwin-cppfix.patch #648084 +) + +src_unpack() { + unpack ${A} + cd ${MY_P} || die + unpack ./${MY_P}_src.tar +} + +src_prepare() { + default + # fix POSIX compliance with `echo` + sed -i \ + -e 's:echo -n:printf:' \ + AFSConfig Configure Customize Inventory tests/CkTestDB || die + # Convert `test -r header.h` into a compile test. + # Make sure we convert `test ... -a ...` into two `test` commands + # so we can then convert both over into a compile test. #601432 + sed -i -E \ + -e '/if test .* -a /s: -a : \&\& test :g' \ + -e '/test -r/s:test -r \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\1>" | ${LSOF_CC} ${LSOF_CFGF} -E - >/dev/null 2>\&1:g' \ + -e 's:grep (.*) \$\{LSOF_INCLUDE\}/([[:alnum:]/._]*):echo "#include <\2>" | ${LSOF_CC} ${LSOF_CFGF} -E -P -dD - 2>/dev/null | grep \1:' \ + Configure || die +} + +target() { + case ${CHOST} in + *-darwin*) echo darwin ;; + *-freebsd*) echo freebsd ;; + *-solaris*) echo solaris ;; + *-aix*) echo aixgcc ;; + *) echo linux ;; + esac +} + +src_configure() { + use static && append-ldflags -static + + append-cppflags $(use rpc && $(tc-getPKG_CONFIG) libtirpc --cflags || echo "-DHASNOTRPC -DHASNORPC_H") + append-cppflags $(usex ipv6 -{D,U}HASIPv6) + [[ ${CHOST} == *-solaris2.11 ]] && append-cppflags -DHAS_PAD_MUTEX + if [[ ${CHOST} == *-darwin* ]] ; then + # make sys/proc_info.h available in ${T} because of LSOF_INCLUDE + # dummy location -- Darwin needs this for a Configure check to + # succeed + if [[ -e /usr/include/sys/proc_info.h ]] ; then + mkdir -p "${T}"/sys || die + ( cd "${T}"/sys && ln -s /usr/include/sys/proc_info.h ) || die + fi + fi + + export LSOF_CFGL="${CFLAGS} ${LDFLAGS} \ + $(use rpc && $(tc-getPKG_CONFIG) libtirpc --libs)" + + # Set LSOF_INCLUDE to a dummy location so the script doesn't poke + # around in it and mix /usr/include paths with cross-compile/etc. + touch .neverInv + LINUX_HASSELINUX=$(usex selinux y n) \ + LSOF_INCLUDE=${T} \ + LSOF_CC=$(tc-getCC) \ + LSOF_AR="$(tc-getAR) rc" \ + LSOF_RANLIB=$(tc-getRANLIB) \ + LSOF_CFGF="${CFLAGS} ${CPPFLAGS}" \ + ./Configure -n $(target) || die +} + +src_compile() { + emake DEBUG="" all +} + +src_install() { + dobin lsof + + if use examples ; then + insinto /usr/share/lsof/scripts + doins scripts/* + fi + + doman lsof.8 + dodoc 00* +} + +pkg_postinst() { + if [[ ${CHOST} == *-solaris* ]] ; then + einfo "Note: to use lsof on Solaris you need read permissions on" + einfo "/dev/kmem, i.e. you need to be root, or to be in the group sys" + elif [[ ${CHOST} == *-aix* ]] ; then + einfo "Note: to use lsof on AIX you need read permissions on /dev/mem and" + einfo "/dev/kmem, i.e. you need to be root, or to be in the group system" + fi +} diff --git a/www-client/Manifest.gz b/www-client/Manifest.gz index bd859c512236..d51f5127affa 100644 Binary files a/www-client/Manifest.gz and b/www-client/Manifest.gz differ diff --git a/www-client/chromium/Manifest b/www-client/chromium/Manifest index 2213c132dcfe..6926bd55f4e2 100644 --- a/www-client/chromium/Manifest +++ b/www-client/chromium/Manifest @@ -2,3 +2,4 @@ DIST chromium-65.0.3325.146.tar.xz 570305180 BLAKE2B b4ac28ea267a673e0c8d22abb41 DIST chromium-65.0.3325.181.tar.xz 570386836 BLAKE2B e170c80dc59ccf84c08430d9685f2d491f609d6217cfea4e0618622dbf53722e9803a41df4e922446be90d8ae70229b3b8bb9a86e9a5fd21a7986aee4665866c SHA512 52472127b46da48699f401ab9c64f80975398bc3e97d032c517736babc327bfa0a0ce6415831ff3f585cd309e2e05e48d5252b15d0873fee118adf70f54d1a05 DIST chromium-66.0.3359.22.tar.xz 583532916 BLAKE2B 94a09d7aa687697ec572a933fdf032ad27a77bed24a31c7a497222da86bbc44f0a25846c7a925c527d3f8ee601110eaf8cd8f4691a19170ca68098acbfd885be SHA512 7143e6e048d5b370032ab24f231b63fda0044f08c6f2c3f8722a33d43387629d7462434b7c3fea8bab8a4a1e25622d9576cd3eba80d23b8c937b85e61c6bc55f DIST chromium-66.0.3359.45.tar.xz 583703472 BLAKE2B 6ebbc83c870889319b99ba33f0416e2ce5988955890c579b1df38da3bd6938aa0d158c65a574ea48d3a34a2f87f7982f35a9280b017f8471c6ac837e2689303a SHA512 be32c4ab8db1e8d1e2581f015fdbe12ee4c734b77611511c53a5279114ba4d5d4d1dfe9fb1385bea587b530d6551491db70b275615a96fe86e5a525512fc6d73 +DIST chromium-67.0.3377.1.tar.xz 585310180 BLAKE2B 9e543ad2796c617e9c6237a938600ddd4fd7f7245f78e7aec25e2160ed8ab128e70c97d5a7d70021fd7b79707ceaf1e5e0a836e25474ad5e2999bc1f6b7e43b1 SHA512 e0e5c092895d676551ad75cf18595a641676cde0a6a414180a7e23046cb47fe61256634ac50fa6b3f05153a75125e88417bada12f662ee3fa71aad3ba7cf7684 diff --git a/www-client/chromium/chromium-67.0.3377.1.ebuild b/www-client/chromium/chromium-67.0.3377.1.ebuild new file mode 100644 index 000000000000..c19a7e1b1e62 --- /dev/null +++ b/www-client/chromium/chromium-67.0.3377.1.ebuild @@ -0,0 +1,690 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +PYTHON_COMPAT=( python2_7 ) + +CHROMIUM_LANGS="am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he + hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr + sv sw ta te th tr uk vi zh-CN zh-TW" + +inherit check-reqs chromium-2 eutils gnome2-utils flag-o-matic multilib ninja-utils pax-utils portability python-any-r1 readme.gentoo-r1 toolchain-funcs versionator xdg-utils + +DESCRIPTION="Open-source version of Google Chrome web browser" +HOMEPAGE="http://chromium.org/" +SRC_URI="https://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.xz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="component-build cups gnome-keyring +hangouts jumbo-build kerberos neon pic +proprietary-codecs pulseaudio selinux +suid +system-ffmpeg +system-icu +system-libvpx +tcmalloc" +RESTRICT="!system-ffmpeg? ( proprietary-codecs? ( bindist ) )" + +COMMON_DEPEND=" + app-accessibility/at-spi2-atk:2 + app-arch/bzip2:= + cups? ( >=net-print/cups-1.3.11:= ) + dev-libs/atk + dev-libs/expat:= + dev-libs/glib:2 + system-icu? ( >=dev-libs/icu-59:= ) + >=dev-libs/libxml2-2.9.4-r3:=[icu] + dev-libs/libxslt:= + dev-libs/nspr:= + >=dev-libs/nss-3.26:= + >=dev-libs/re2-0.2016.05.01:= + gnome-keyring? ( >=gnome-base/libgnome-keyring-3.12:= ) + >=media-libs/alsa-lib-1.0.19:= + media-libs/fontconfig:= + media-libs/freetype:= + >=media-libs/harfbuzz-1.6.0:=[icu(-)] + media-libs/libjpeg-turbo:= + media-libs/libpng:= + system-libvpx? ( media-libs/libvpx:=[postproc,svc] ) + >=media-libs/openh264-1.6.0:= + pulseaudio? ( media-sound/pulseaudio:= ) + system-ffmpeg? ( + >=media-video/ffmpeg-3:= + || ( + media-video/ffmpeg[-samba] + >=net-fs/samba-4.5.10-r1[-debug(-)] + ) + !=net-fs/samba-4.5.12 + media-libs/opus:= + ) + sys-apps/dbus:= + sys-apps/pciutils:= + virtual/udev + x11-libs/cairo:= + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3[X] + x11-libs/libX11:= + x11-libs/libXcomposite:= + x11-libs/libXcursor:= + x11-libs/libXdamage:= + x11-libs/libXext:= + x11-libs/libXfixes:= + >=x11-libs/libXi-1.6.0:= + x11-libs/libXrandr:= + x11-libs/libXrender:= + x11-libs/libXScrnSaver:= + x11-libs/libXtst:= + x11-libs/pango:= + app-arch/snappy:= + media-libs/flac:= + >=media-libs/libwebp-0.4.0:= + sys-libs/zlib:=[minizip] + kerberos? ( virtual/krb5 ) +" +# For nvidia-drivers blocker, see bug #413637 . +RDEPEND="${COMMON_DEPEND} + !=www-client/chromium-9999 + !=dev-python/beautifulsoup-4.3.2:4[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/html5lib[${PYTHON_USEDEP}]" && + has_version --host-root "dev-python/simplejson[${PYTHON_USEDEP}]" +} + +if ! has chromium_pkg_die ${EBUILD_DEATH_HOOKS}; then + EBUILD_DEATH_HOOKS+=" chromium_pkg_die"; +fi + +DISABLE_AUTOFORMATTING="yes" +DOC_CONTENTS=" +Some web pages may require additional fonts to display properly. +Try installing some of the following packages if some characters +are not displayed properly: +- media-fonts/arphicfonts +- media-fonts/bitstream-cyberbit +- media-fonts/droid +- media-fonts/ipamonafont +- media-fonts/noto +- media-fonts/ja-ipafonts +- media-fonts/takao-fonts +- media-fonts/wqy-microhei +- media-fonts/wqy-zenhei + +To fix broken icons on the Downloads page, you should install an icon +theme that covers the appropriate MIME types, and configure this as your +GTK+ icon theme. +" + +PATCHES=( + "${FILESDIR}/chromium-FORTIFY_SOURCE-r2.patch" + "${FILESDIR}/chromium-webrtc-r0.patch" + "${FILESDIR}/chromium-memcpy-r0.patch" + "${FILESDIR}/chromium-clang-r2.patch" + "${FILESDIR}/chromium-math.h-r0.patch" + "${FILESDIR}/chromium-stdint.patch" + "${FILESDIR}/chromium-ffmpeg-r1.patch" + "${FILESDIR}/chromium-ffmpeg-clang.patch" +) + +pre_build_checks() { + #if [[ ${MERGE_TYPE} != binary ]]; then + # local -x CPP="$(tc-getCXX) -E" + # if tc-is-clang && ! version_is_at_least "3.9.1" "$(clang-fullversion)"; then + # # bugs: #601654 + # die "At least clang 3.9.1 is required" + # fi + # if tc-is-gcc && ! version_is_at_least 5.0 "$(gcc-version)"; then + # # bugs: #535730, #525374, #518668, #600288, #627356 + # die "At least gcc 5.0 is required" + # fi + #fi + + # Check build requirements, bug #541816 and bug #471810 . + CHECKREQS_MEMORY="3G" + CHECKREQS_DISK_BUILD="5G" + eshopts_push -s extglob + if is-flagq '-g?(gdb)?([1-9])'; then + CHECKREQS_DISK_BUILD="25G" + if ! use component-build; then + CHECKREQS_MEMORY="16G" + fi + fi + eshopts_pop + check-reqs_pkg_setup +} + +pkg_pretend() { + pre_build_checks +} + +pkg_setup() { + pre_build_checks + + chromium_suid_sandbox_check_kernel_config +} + +src_prepare() { + # Calling this here supports resumption via FEATURES=keepwork + python_setup + + default + + mkdir -p third_party/node/linux/node-linux-x64/bin || die + ln -s "${EPREFIX}"/usr/bin/node third_party/node/linux/node-linux-x64/bin/node || die + + local keeplibs=( + base/third_party/dmg_fp + base/third_party/dynamic_annotations + base/third_party/icu + base/third_party/nspr + base/third_party/superfasthash + base/third_party/symbolize + base/third_party/valgrind + base/third_party/xdg_mime + base/third_party/xdg_user_dirs + buildtools/third_party/libc++ + buildtools/third_party/libc++abi + chrome/third_party/mozilla_security_manager + courgette/third_party + net/third_party/mozilla_security_manager + net/third_party/nss + third_party/WebKit + third_party/analytics + third_party/angle + third_party/angle/src/common/third_party/base + third_party/angle/src/common/third_party/smhasher + third_party/angle/src/third_party/compiler + third_party/angle/src/third_party/libXNVCtrl + third_party/angle/src/third_party/trace_event + third_party/angle/third_party/glslang + third_party/angle/third_party/spirv-headers + third_party/angle/third_party/spirv-tools + third_party/angle/third_party/vulkan-validation-layers + third_party/blink + third_party/boringssl + third_party/boringssl/src/third_party/fiat + third_party/breakpad + third_party/breakpad/breakpad/src/third_party/curl + third_party/brotli + third_party/cacheinvalidation + third_party/catapult + third_party/catapult/common/py_vulcanize/third_party/rcssmin + third_party/catapult/common/py_vulcanize/third_party/rjsmin + third_party/catapult/third_party/polymer + third_party/catapult/tracing/third_party/d3 + third_party/catapult/tracing/third_party/gl-matrix + third_party/catapult/tracing/third_party/jszip + third_party/catapult/tracing/third_party/mannwhitneyu + third_party/catapult/tracing/third_party/oboe + third_party/catapult/tracing/third_party/pako + third_party/ced + third_party/cld_3 + third_party/crc32c + third_party/cros_system_api + third_party/devscripts + third_party/dom_distiller_js + third_party/fips181 + third_party/flatbuffers + third_party/flot + third_party/freetype + third_party/glslang-angle + third_party/google_input_tools + third_party/google_input_tools/third_party/closure_library + third_party/google_input_tools/third_party/closure_library/third_party/closure + third_party/googletest + third_party/hunspell + third_party/iccjpeg + third_party/inspector_protocol + third_party/jinja2 + third_party/jstemplate + third_party/khronos + third_party/leveldatabase + third_party/libXNVCtrl + third_party/libaddressinput + third_party/libaom + third_party/libaom/source/libaom/third_party/x86inc + third_party/libjingle + third_party/libphonenumber + third_party/libsecret + third_party/libsrtp + third_party/libudev + third_party/libwebm + third_party/libxml/chromium + third_party/libyuv + third_party/llvm + third_party/lss + third_party/lzma_sdk + third_party/markupsafe + third_party/mesa + third_party/metrics_proto + third_party/modp_b64 + third_party/node + third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2 + third_party/openmax_dl + third_party/ots + third_party/pdfium + third_party/pdfium/third_party/agg23 + third_party/pdfium/third_party/base + third_party/pdfium/third_party/bigint + third_party/pdfium/third_party/freetype + third_party/pdfium/third_party/lcms + third_party/pdfium/third_party/libopenjpeg20 + third_party/pdfium/third_party/libpng16 + third_party/pdfium/third_party/libtiff + third_party/pdfium/third_party/skia_shared + third_party/ply + third_party/polymer + third_party/protobuf + third_party/protobuf/third_party/six + third_party/qcms + third_party/s2cellid + third_party/sfntly + third_party/skia + third_party/skia/third_party/gif + third_party/skia/third_party/vulkan + third_party/smhasher + third_party/spirv-headers + third_party/spirv-tools-angle + third_party/sqlite + third_party/swiftshader + third_party/swiftshader/third_party/llvm-subzero + third_party/swiftshader/third_party/subzero + third_party/unrar + third_party/usrsctp + third_party/vulkan + third_party/vulkan-validation-layers + third_party/web-animations-js + third_party/webdriver + third_party/webrtc + third_party/widevine + third_party/woff2 + third_party/zlib/google + url/third_party/mozilla + v8/src/third_party/valgrind + v8/src/third_party/utf8-decoder + v8/third_party/inspector_protocol + + # gyp -> gn leftovers + base/third_party/libevent + third_party/adobe + third_party/speech-dispatcher + third_party/usb_ids + third_party/xdg-utils + third_party/yasm/run_yasm.py + ) + if ! use system-ffmpeg; then + keeplibs+=( third_party/ffmpeg third_party/opus ) + fi + if ! use system-icu; then + keeplibs+=( third_party/icu ) + fi + if ! use system-libvpx; then + keeplibs+=( third_party/libvpx ) + keeplibs+=( third_party/libvpx/source/libvpx/third_party/x86inc ) + fi + if use tcmalloc; then + keeplibs+=( third_party/tcmalloc ) + fi + + # Remove most bundled libraries. Some are still needed. + build/linux/unbundle/remove_bundled_libraries.py "${keeplibs[@]}" --do-remove || die +} + +bootstrap_gn() { + if tc-is-cross-compiler; then + local -x AR=${BUILD_AR} + local -x CC=${BUILD_CC} + local -x CXX=${BUILD_CXX} + local -x NM=${BUILD_NM} + local -x CFLAGS=${BUILD_CFLAGS} + local -x CXXFLAGS=${BUILD_CXXFLAGS} + local -x LDFLAGS=${BUILD_LDFLAGS} + fi + einfo "Building GN..." + set -- tools/gn/bootstrap/bootstrap.py -s -v --no-clean + echo "$@" + "$@" || die +} + +src_configure() { + # Calling this here supports resumption via FEATURES=keepwork + python_setup + + local myconf_gn="" + + # Make sure the build system will use the right tools, bug #340795. + tc-export AR CC CXX NM + + if ! tc-is-clang; then + # Force clang since gcc is pretty broken at the moment. + CC=${CHOST}-clang + CXX=${CHOST}-clang++ + strip-unsupported-flags + fi + + if tc-is-clang; then + myconf_gn+=" is_clang=true clang_use_chrome_plugins=false" + else + myconf_gn+=" is_clang=false" + fi + + # Define a custom toolchain for GN + myconf_gn+=" custom_toolchain=\"//build/toolchain/linux/unbundle:default\"" + + if tc-is-cross-compiler; then + tc-export BUILD_{AR,CC,CXX,NM} + myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:host\"" + myconf_gn+=" v8_snapshot_toolchain=\"//build/toolchain/linux/unbundle:host\"" + else + myconf_gn+=" host_toolchain=\"//build/toolchain/linux/unbundle:default\"" + fi + + # GN needs explicit config for Debug/Release as opposed to inferring it from build directory. + myconf_gn+=" is_debug=false" + + # Component build isn't generally intended for use by end users. It's mostly useful + # for development and debugging. + myconf_gn+=" is_component_build=$(usex component-build true false)" + + # https://chromium.googlesource.com/chromium/src/+/lkcr/docs/jumbo.md + myconf_gn+=" use_jumbo_build=$(usex jumbo-build true false)" + + myconf_gn+=" use_allocator=$(usex tcmalloc \"tcmalloc\" \"none\")" + + # Disable nacl, we can't build without pnacl (http://crbug.com/269560). + myconf_gn+=" enable_nacl=false" + + # Use system-provided libraries. + # TODO: freetype -- remove sources (https://bugs.chromium.org/p/pdfium/issues/detail?id=733). + # TODO: use_system_hunspell (upstream changes needed). + # TODO: use_system_libsrtp (bug #459932). + # TODO: use_system_protobuf (bug #525560). + # TODO: use_system_ssl (http://crbug.com/58087). + # TODO: use_system_sqlite (http://crbug.com/22208). + + # libevent: https://bugs.gentoo.org/593458 + local gn_system_libraries=( + flac + fontconfig + freetype + # Need harfbuzz_from_pkgconfig target + #harfbuzz-ng + libdrm + libjpeg + libpng + libwebp + libxml + libxslt + openh264 + re2 + snappy + yasm + zlib + ) + if use system-ffmpeg; then + gn_system_libraries+=( ffmpeg opus ) + fi + if use system-icu; then + gn_system_libraries+=( icu ) + fi + if use system-libvpx; then + gn_system_libraries+=( libvpx ) + fi + build/linux/unbundle/replace_gn_files.py --system-libraries "${gn_system_libraries[@]}" || die + + # See dependency logic in third_party/BUILD.gn + myconf_gn+=" use_system_harfbuzz=true" + + # Optional dependencies. + myconf_gn+=" enable_hangout_services_extension=$(usex hangouts true false)" + myconf_gn+=" use_cups=$(usex cups true false)" + myconf_gn+=" use_gnome_keyring=$(usex gnome-keyring true false)" + myconf_gn+=" use_kerberos=$(usex kerberos true false)" + myconf_gn+=" use_pulseaudio=$(usex pulseaudio true false)" + + # TODO: link_pulseaudio=true for GN. + + myconf_gn+=" fieldtrial_testing_like_official_build=true" + + # Never use bundled gold binary. Disable gold linker flags for now. + # Do not use bundled clang. + # Trying to use gold results in linker crash. + myconf_gn+=" use_gold=false use_sysroot=false linux_use_bundled_binutils=false use_custom_libcxx=false" + + # Disable forced lld, bug 641556 + myconf_gn+=" use_lld=false" + + ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)" + myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)" + myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\"" + + # Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys . + # Note: these are for Gentoo use ONLY. For your own distribution, + # please get your own set of keys. Feel free to contact chromium@gentoo.org + # for more info. + local google_api_key="AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc" + local google_default_client_id="329227923882.apps.googleusercontent.com" + local google_default_client_secret="vgKG0NNv7GoDpbtoFNLxCUXu" + myconf_gn+=" google_api_key=\"${google_api_key}\"" + myconf_gn+=" google_default_client_id=\"${google_default_client_id}\"" + myconf_gn+=" google_default_client_secret=\"${google_default_client_secret}\"" + + local myarch="$(tc-arch)" + if [[ $myarch = amd64 ]] ; then + myconf_gn+=" target_cpu=\"x64\"" + ffmpeg_target_arch=x64 + elif [[ $myarch = x86 ]] ; then + myconf_gn+=" target_cpu=\"x86\"" + ffmpeg_target_arch=ia32 + elif [[ $myarch = arm64 ]] ; then + myconf_gn+=" target_cpu=\"arm64\"" + ffmpeg_target_arch=arm64 + elif [[ $myarch = arm ]] ; then + myconf_gn+=" target_cpu=\"arm\"" + ffmpeg_target_arch=$(usex neon arm-neon arm) + else + die "Failed to determine target arch, got '$myarch'." + fi + + # Make sure that -Werror doesn't get added to CFLAGS by the build system. + # Depending on GCC version the warnings are different and we don't want + # the build to fail because of that. + myconf_gn+=" treat_warnings_as_errors=false" + + # Disable fatal linker warnings, bug 506268. + myconf_gn+=" fatal_linker_warnings=false" + + # Avoid CFLAGS problems, bug #352457, bug #390147. + if ! use custom-cflags; then + replace-flags "-Os" "-O2" + strip-flags + + # Prevent linker from running out of address space, bug #471810 . + if use x86; then + filter-flags "-g*" + fi + + # Prevent libvpx build failures. Bug 530248, 544702, 546984. + if [[ ${myarch} == amd64 || ${myarch} == x86 ]]; then + filter-flags -mno-mmx -mno-sse2 -mno-ssse3 -mno-sse4.1 -mno-avx -mno-avx2 + fi + fi + + # https://bugs.gentoo.org/588596 + #append-cxxflags $(test-flags-CXX -fno-delete-null-pointer-checks) + + # Bug 491582. + export TMPDIR="${WORKDIR}/temp" + mkdir -p -m 755 "${TMPDIR}" || die + + if ! use system-ffmpeg; then + local build_ffmpeg_args="" + if use pic && [[ "${ffmpeg_target_arch}" == "ia32" ]]; then + build_ffmpeg_args+=" --disable-asm" + fi + + # Re-configure bundled ffmpeg. See bug #491378 for example reasons. + einfo "Configuring bundled ffmpeg..." + pushd third_party/ffmpeg > /dev/null || die + chromium/scripts/build_ffmpeg.py linux ${ffmpeg_target_arch} \ + --branding ${ffmpeg_branding} -- ${build_ffmpeg_args} || die + chromium/scripts/copy_config.sh || die + chromium/scripts/generate_gn.py || die + popd > /dev/null || die + fi + + bootstrap_gn + + einfo "Configuring Chromium..." + set -- out/Release/gn gen --args="${myconf_gn} ${EXTRA_GN}" out/Release + echo "$@" + "$@" || die +} + +src_compile() { + # Calling this here supports resumption via FEATURES=keepwork + python_setup + + #"${EPYTHON}" tools/clang/scripts/update.py --force-local-build --gcc-toolchain /usr --skip-checkout --use-system-cmake --without-android || die + + # Build mksnapshot and pax-mark it. + local x + for x in mksnapshot v8_context_snapshot_generator; do + if tc-is-cross-compiler; then + eninja -C out/Release "host/${x}" + pax-mark m "out/Release/host/${x}" + else + eninja -C out/Release "${x}" + pax-mark m "out/Release/${x}" + fi + done + + # Even though ninja autodetects number of CPUs, we respect + # user's options, for debugging with -j 1 or any other reason. + eninja -C out/Release chrome chromedriver + use suid && eninja -C out/Release chrome_sandbox + + pax-mark m out/Release/chrome +} + +src_install() { + local CHROMIUM_HOME="/usr/$(get_libdir)/chromium-browser" + exeinto "${CHROMIUM_HOME}" + doexe out/Release/chrome + + if use suid; then + newexe out/Release/chrome_sandbox chrome-sandbox + fperms 4755 "${CHROMIUM_HOME}/chrome-sandbox" + fi + + doexe out/Release/chromedriver + + local sedargs=( -e "s:/usr/lib/:/usr/$(get_libdir)/:g" ) + sed "${sedargs[@]}" "${FILESDIR}/chromium-launcher-r3.sh" > chromium-launcher.sh || die + doexe chromium-launcher.sh + + # It is important that we name the target "chromium-browser", + # xdg-utils expect it; bug #355517. + dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium-browser + # keep the old symlink around for consistency + dosym "${CHROMIUM_HOME}/chromium-launcher.sh" /usr/bin/chromium + + dosym "${CHROMIUM_HOME}/chromedriver" /usr/bin/chromedriver + + # Allow users to override command-line options, bug #357629. + insinto /etc/chromium + newins "${FILESDIR}/chromium.default" "default" + + pushd out/Release/locales > /dev/null || die + chromium_remove_language_paks + popd + + insinto "${CHROMIUM_HOME}" + doins out/Release/*.bin + doins out/Release/*.pak + doins out/Release/*.so + + if ! use system-icu; then + doins out/Release/icudtl.dat + fi + + doins -r out/Release/locales + doins -r out/Release/resources + + if [[ -d out/Release/swiftshader ]]; then + insinto "${CHROMIUM_HOME}/swiftshader" + doins out/Release/swiftshader/*.so + fi + + # Install icons and desktop entry. + local branding size + for size in 16 22 24 32 48 64 128 256 ; do + case ${size} in + 16|32) branding="chrome/app/theme/default_100_percent/chromium" ;; + *) branding="chrome/app/theme/chromium" ;; + esac + newicon -s ${size} "${branding}/product_logo_${size}.png" \ + chromium-browser.png + done + + local mime_types="text/html;text/xml;application/xhtml+xml;" + mime_types+="x-scheme-handler/http;x-scheme-handler/https;" # bug #360797 + mime_types+="x-scheme-handler/ftp;" # bug #412185 + mime_types+="x-scheme-handler/mailto;x-scheme-handler/webcal;" # bug #416393 + make_desktop_entry \ + chromium-browser \ + "Chromium" \ + chromium-browser \ + "Network;WebBrowser" \ + "MimeType=${mime_types}\nStartupWMClass=chromium-browser" + sed -e "/^Exec/s/$/ %U/" -i "${ED}"/usr/share/applications/*.desktop || die + + # Install GNOME default application entry (bug #303100). + insinto /usr/share/gnome-control-center/default-apps + newins "${FILESDIR}"/chromium-browser.xml chromium-browser.xml + + readme.gentoo_create_doc +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update + readme.gentoo_print_elog +} diff --git a/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild b/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild index a0b8366f1210..9a4f291cc061 100644 --- a/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild +++ b/www-client/elinks/elinks-0.13_pre_pre20180225.ebuild @@ -43,7 +43,8 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${PN}-9999-parallel-make.patch - ) + "${FILESDIR}"/${PN}-0.13-ruby.patch +) src_prepare() { default diff --git a/www-client/elinks/files/elinks-0.13-ruby.patch b/www-client/elinks/files/elinks-0.13-ruby.patch new file mode 100644 index 000000000000..a716439b5124 --- /dev/null +++ b/www-client/elinks/files/elinks-0.13-ruby.patch @@ -0,0 +1,183 @@ +--- a/config/m4/ruby.m4 ++++ b/config/m4/ruby.m4 +@@ -32,36 +32,40 @@ if test "$CONFIG_SCRIPTING_RUBY" = "yes"; then + if test "$CONFIG_SCRIPTING_RUBY" != "no"; then + + AC_MSG_CHECKING(Ruby version) +- if $CONFIG_SCRIPTING_RUBY -e 'exit((VERSION or RUBY_VERSION) >= "1.6.0")' >/dev/null 2>/dev/null; then ++ if $CONFIG_SCRIPTING_RUBY -e 'exit((VERSION rescue RUBY_VERSION) >= "1.6.0")' >/dev/null 2>/dev/null; then + ruby_version=`$CONFIG_SCRIPTING_RUBY -e 'puts "#{VERSION rescue RUBY_VERSION}"'` + AC_MSG_RESULT($ruby_version) + + AC_MSG_CHECKING(for Ruby header files) +- rubyhdrdir=`$CONFIG_SCRIPTING_RUBY -r mkmf -e 'print Config::CONFIG[["archdir"]] || $hdrdir' 2>/dev/null` ++ rubyhdrdir=`$CONFIG_SCRIPTING_RUBY -r mkmf -e 'print RbConfig::CONFIG[["rubyhdrdir"]] || RbConfig::CONFIG[["archdir"]] || $hdrdir' 2>/dev/null` + + if test "X$rubyhdrdir" != "X"; then + AC_MSG_RESULT($rubyhdrdir) + RUBY_CFLAGS="-I$rubyhdrdir" +- rubylibs=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e 'print Config::CONFIG[["LIBS"]]'` ++ rubyarch=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e 'print RbConfig::CONFIG[["arch"]]'` ++ if test -d "$rubyhdrdir/$rubyarch"; then ++ RUBY_CFLAGS="$RUBY_CFLAGS -I$rubyhdrdir/$rubyarch" ++ fi ++ rubylibs=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e 'print RbConfig::CONFIG[["LIBS"]]'` + + if test "X$rubylibs" != "X"; then + RUBY_LIBS="$rubylibs" + fi + +- librubyarg=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e 'print Config.expand(Config::CONFIG[["LIBRUBYARG"]])'` ++ librubyarg=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e 'print RbConfig.expand(RbConfig::CONFIG[["LIBRUBYARG"]])'` + + if test -f "$rubyhdrdir/$librubyarg"; then + librubyarg="$rubyhdrdir/$librubyarg" + + else +- rubylibdir=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e 'print Config.expand(Config::CONFIG[["libdir"]])'` ++ rubylibdir=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e 'print RbConfig.expand(RbConfig::CONFIG[["libdir"]])'` + if test -f "$rubylibdir/$librubyarg"; then + librubyarg="$rubylibdir/$librubyarg" + elif test "$librubyarg" = "libruby.a"; then + dnl required on Mac OS 10.3 where libruby.a doesn't exist + librubyarg="-lruby" + else +- librubyarg=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e "print '$librubyarg'.gsub(/-L\./, %'-L#{Config.expand(Config::CONFIG[\"libdir\"])}')"` ++ librubyarg=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e "print '$librubyarg'.gsub(/-L\./, %'-L#{RbConfig.expand(RbConfig::CONFIG[\"libdir\"])}')"` + fi + fi + +@@ -69,7 +73,7 @@ if test "$CONFIG_SCRIPTING_RUBY" = "yes"; then + RUBY_LIBS="$librubyarg $RUBY_LIBS" + fi + +- rubyldflags=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e 'print Config::CONFIG[["LDFLAGS"]]'` ++ rubyldflags=`$CONFIG_SCRIPTING_RUBY -r rbconfig -e 'print RbConfig::CONFIG[["LDFLAGS"]]'` + if test "X$rubyldflags" != "X"; then + LDFLAGS="$rubyldflags $LDFLAGS" + fi +@@ -86,6 +90,15 @@ if test "$CONFIG_SCRIPTING_RUBY" = "yes"; then + AC_MSG_RESULT(too old; need Ruby version 1.6.0 or later) + fi + fi ++ if test "$CONFIG_SCRIPTING_RUBY" = "yes"; then ++ AC_MSG_CHECKING([for rb_errinfo]) ++ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], [[rb_errinfo();]])],have_rb_errinfo="yes",have_rb_errinfo="no") ++ AC_MSG_RESULT($have_rb_errinfo) ++ if test "$have_rb_errinfo" = "yes"; then ++ AC_DEFINE([HAVE_RB_ERRINFO], [1], ++ [Define to 1 if you have the `rb_errinfo' function.]) ++ fi ++ fi + fi + + EL_RESTORE_FLAGS +--- a/src/scripting/ruby/core.c ++++ b/src/scripting/ruby/core.c +@@ -76,10 +76,10 @@ erb_report_error(struct session *ses, int error) + break; + case TAG_RAISE: + case TAG_FATAL: +- eclass = CLASS_OF(ruby_errinfo); +- einfo = rb_obj_as_string(ruby_errinfo); ++ eclass = CLASS_OF(RB_ERRINFO); ++ einfo = rb_obj_as_string(RB_ERRINFO); + +- if (eclass == rb_eRuntimeError && RSTRING(einfo)->len == 0) { ++ if (eclass == rb_eRuntimeError && RSTRING_LEN(einfo) == 0) { + msg = "unhandled exception"; + + } else { +@@ -88,7 +88,7 @@ erb_report_error(struct session *ses, int error) + + epath = rb_class_path(eclass); + snprintf(buff, MAX_STR_LEN, "%s: %s", +- RSTRING(epath)->ptr, RSTRING(einfo)->ptr); ++ RSTRING_PTR(epath), RSTRING_PTR(einfo)); + + p = strchr((const char *)buff, '\n'); + if (p) *p = '\0'; +@@ -116,7 +116,7 @@ erb_module_message(VALUE self, VALUE str) + struct terminal *term; + + str = rb_obj_as_string(str); +- message = memacpy(RSTRING(str)->ptr, RSTRING(str)->len); ++ message = memacpy(RSTRING_PTR(str), RSTRING_PTR(str)); + if (!message) return Qnil; + + line_end = strchr((const char *)message, '\n'); +@@ -165,8 +165,8 @@ erb_stdout_p(int argc, VALUE *argv, VALUE self) + * the inspect() method, which adds quotes to the strings, so + * gently ignore them. */ + +- ptr = RSTRING(substr)->ptr; +- len = RSTRING(substr)->len; ++ ptr = RSTRING_PTR(substr); ++ len = RSTRING_LEN(substr); + + if (*ptr == '"') + ptr++, len--; +--- a/src/scripting/ruby/core.h ++++ b/src/scripting/ruby/core.h +@@ -7,6 +7,20 @@ struct session; + + #include /* for VALUE */ + ++#ifndef RSTRING_LEN ++#define RSTRING_LEN(string) (RSTRING(string)->len) ++#endif ++ ++#ifndef RSTRING_PTR ++#define RSTRING_PTR(string) (RSTRING(string)->ptr) ++#endif ++ ++#ifdef HAVE_RB_ERRINFO ++#define RB_ERRINFO (rb_errinfo()) ++#else ++#define RB_ERRINFO (ruby_errinfo) ++#endif ++ + VALUE erb_module; + + void alert_ruby_error(struct session *ses, unsigned char *msg); +--- a/src/scripting/ruby/hooks.c ++++ b/src/scripting/ruby/hooks.c +@@ -83,7 +83,7 @@ script_hook_goto_url(va_list ap, void *data) + { + unsigned char *new_url; + +- new_url = memacpy(RSTRING(result)->ptr, RSTRING(result)->len); ++ new_url = memacpy(RSTRING_PTR(result), RSTRING_LEN(result)); + if (new_url) { + mem_free_set(url, new_url); + } +@@ -126,7 +126,7 @@ script_hook_follow_url(va_list ap, void *data) + { + unsigned char *new_url; + +- new_url = memacpy(RSTRING(result)->ptr, RSTRING(result)->len); ++ new_url = memacpy(RSTRING_PTR(result), RSTRING_LEN(result)); + if (new_url) { + mem_free_set(url, new_url); + } +@@ -170,9 +170,9 @@ script_hook_pre_format_html(va_list ap, void *data) + switch (rb_type(result)) { + case T_STRING: + { +- int len = RSTRING(result)->len; ++ int len = RSTRING_LEN(result); + +- add_fragment(cached, 0, RSTRING(result)->ptr, len); ++ add_fragment(cached, 0, RSTRING_PTR(result), len); + normalize_cache_entry(cached, len); + + break; +@@ -216,7 +216,7 @@ script_hook_get_proxy(va_list ap, void *data) + { + unsigned char *proxy; + +- proxy = memacpy(RSTRING(result)->ptr, RSTRING(result)->len); ++ proxy = memacpy(RSTRING_PTR(result), RSTRING_LEN(result)); + if (proxy) { + mem_free_set(new_proxy_url, proxy); + } diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest index 8d2fc24ad5e0..72d34e435eee 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -1,87 +1,87 @@ -DIST firefox-52.7.2esr-ach.xpi 420286 BLAKE2B 8c294b98e66d8a54862efb3f27182cc4032b0c6ce680a5f85c52055cfcbd0cc3e26a25fcc865c44bd0a030bd1007cee36ec0df59b3d917af9dea55484af4e22b SHA512 d72c924296f924f425294465f7ee82def993fa635cf929e29c42b0408738a6608f7a5b9d2284593172c18530313e3e6a2d62c7ea40b8639c22830873dad5a773 -DIST firefox-52.7.2esr-af.xpi 429469 BLAKE2B 619f38f4f3daea20ba526550d7c647c167ae30c9e536aa27830bf8c07adb852263d5581b0671797596323cf78ce353244c095da1605da8d7ddf3011407ec20c3 SHA512 af98e49d6fdafe3a3805b4ad8ff3ff63a3d9a135143fc323795e65b07d991789ac6488a012c6b8d5dcff859604554ea65c02e45b647e155c36bd7f9282aa45fa -DIST firefox-52.7.2esr-an.xpi 437887 BLAKE2B 17519b1a09f6d5bda1ecb0fa388fd4beb67ed9882786345d0f60e6049eed255fcb4e5545f619df88e9aad4ede18139f25de93e2e3ecfc3ec0b04f63fd1c60392 SHA512 596bb739c1fe41f91873535d0f893f416fb5485f9f79dbf21d07617fa028cedb7bd1a0d1c2e64729823394a65d0dee5ca8c1cbe69d620e1a776b0b4a7a30b586 -DIST firefox-52.7.2esr-ar.xpi 466027 BLAKE2B 933bb7cf035cf553b7b3030506465b02f013ded46de1ad133088bc73597db86fd2ab8ea8589056c3ca7b1682b962b8c7ed89b7700f31b7bcb36ff0e0d152b1c1 SHA512 d488535a25fd7ab1af6f010f287e2e48a67c14384e16614967fccaf9d3ad49e96b34ed05f36f886f78a9ec383c7635122a0d372c0afb64ddbc2a520546f4fe4b -DIST firefox-52.7.2esr-as.xpi 479634 BLAKE2B 3316655e0c18a92e12b0908003a329801fbeb941c789d62d76702061494ba873736948486d3cfb05cd4a6627e0bea5efc56576dbe36e1cb99548acfea6150a76 SHA512 ff29e0698a290c4e71bffeb54328635d9fe987137e2d10cf1711e555e2ea458502adcaddfebaaedfe198355174104076433d5ba7456415e7a0ae29f0599253e6 -DIST firefox-52.7.2esr-ast.xpi 432775 BLAKE2B fd06fd3428144f921c15e2a30c9bbc3b37e5016339fbc47a60516ae1b657aff7ea3f2a8ecac52b363ab9e9a5c249333e6c90c6e317be98a906052bf9e4379122 SHA512 70ac2dd1dc8473cf13f88507090fb644d0d4ff4aa7c270382d4cc482b67a4d9efbf05dab0686f992d9b5ead22eb8b78e643b921c5d841c17814248655eeff35b -DIST firefox-52.7.2esr-az.xpi 454923 BLAKE2B 58a16a5037cb4bb02bc7baa864a57b5ceb9d2a0f403dfcf530f3395323eb05cf92865c539787098b58fb3493f54fbb7540812ea6000160299e24902725149764 SHA512 4da52a52bcb47f82dbd869ead54f4ed591092f7b369aca0e9a259ed89013f8d344dd4d17d8d748d59ea13e4c23ef5f43182a01db2c2290e70baacb9ac5e1af59 -DIST firefox-52.7.2esr-bg.xpi 487891 BLAKE2B 2f14a171b9d74423a73ce6a1554f881efcbe1ea6e10acd58cf180960bfa83db15316ccb13f84f0ff94f0c61010c05ee5587d4c59e664b3f655a5790d2c4d2dff SHA512 4560718e0b04477c3ba1bec0fb6939845dd2dd34167dc92e97063d60b22561f153bb228c1255713acf062ec4ed627f455830fab945d2f3e81e10b24699fb64ff -DIST firefox-52.7.2esr-bn-BD.xpi 504633 BLAKE2B 6c32d48693449428c30ce387169cd2060d5989d8acadf27595ea7d1e22798021a24e834e797a933207987bbec651bef38c318a9b03ed519fc5eb59c1a6d8e100 SHA512 db84a04ea957ddd6e71bd33f5c9b83b55acb683da6105f0084c269b1bb547ee32622e3a52bb798fbb8b7d84af6d1779e1323b9db146e1654736eaefb695552b9 -DIST firefox-52.7.2esr-bn-IN.xpi 502113 BLAKE2B 0505005c4c3243397d28d70d33ceaf49f9572c1d8564f1f236cba17396d96c02ba4f852e43390a70b5e4f7420eef16e57f0bbfa1a59e1e03e43e0668f18fb599 SHA512 a7cd3526e2ea3d3a91105767cacf8af25a413186608457755989f277b0d7b612dcca89950d3686ed1ec54d207701dfa015108379f560ae753e9f8f662cf77fcd -DIST firefox-52.7.2esr-br.xpi 428215 BLAKE2B e358ad68e5596295d5c9163bdff35b6a272ebfab4d0f3434824b8c5a7e95678ca679323dcb6ae5e73147b5891f6aad59bf63cd2c5f92e4eea61dc08ae3313014 SHA512 37d3020e4b4823fa2fff29413461543b107b556ee579846c3dde3821ac29fe2460afe6f563006a4f9a1325629d45ca92b79af75707fe3e490e429918f2f0dfd9 -DIST firefox-52.7.2esr-bs.xpi 434428 BLAKE2B 436e83541d68ad792053d4d233dcf3e3b0377bb6cf9537fda74442fbd15ac5e3c1f6380a3e2d295cd5b7a6165f3652d361fb8d071a1d6ab3954b168997472b54 SHA512 241888683077757868408727ad1a212c9d254538463dffcfaf885ba043754e1cd7c85a8b043d8888bef4c1431879c7b18cb2023c0d0d1c7664f05b54763917d0 -DIST firefox-52.7.2esr-ca.xpi 443304 BLAKE2B 0bb4e305d847e13cf9bc670028261e525fe7b3dfeac9e10f96c91cdb5b72c15c85926b8e450ad2036ae04c4910537b48dffd7effd74f3396247832419c588cb8 SHA512 4d26c126add9d557dde0d4dbe2f7fb65cae06fd754a00d88e6cbb1e468250b5548ec64b92cdf217bc38c548f1df3f308ca69cf55314b361f3905d803c8d0165c -DIST firefox-52.7.2esr-cs.xpi 444075 BLAKE2B 771d3056e1df7fe16ceaf4d19f7eed13c79a0169ead9b5014873038a0c3913e9af3b192a7c898dc7d6303b97d39479db0f8dc28a76cbd63ae15d87cc29fd66a1 SHA512 751a966d716d10bd9905877f92d1715d6d90d67a578770a9a51f4a3ec647d601265855c26cff7bddfd7f3b76985d8dfbec2c22162146ea7b6ea95a9320ca58fa -DIST firefox-52.7.2esr-cy.xpi 429300 BLAKE2B b0d7b820ec11a5a5a629348fabb4ed9035bc85be14b7b08494223980be2d5277203b22d235b23190b1adaf38b2f564258512bd294168da9d0fb0dc4a6dda5b67 SHA512 756002f66ce1b4f1bb5ffbfa2a3cc5e996da61ed2655b28a2f36ae4cb77f7dd0e57ca643232359b155704ccfe3654aa204f7fe55e833646bd3faba29f17e8729 -DIST firefox-52.7.2esr-da.xpi 424393 BLAKE2B be2886f07eed2245521dfeb7200b9aab6d03d362c0d85b98507573a31142924f0f4ad797e020f9e1dcd863b852177caa430b0490c922f60415af5e5621e48003 SHA512 a7541cbc973806b380ce86a56f3bd45c9dbd7c201998f83bccfa01a1339ecb84a40ede9d84e9a15802e7d67b479b2cc65de8993e154439a2dbd4ef0b205a79e6 -DIST firefox-52.7.2esr-de.xpi 435227 BLAKE2B bd1b1e42af30b423e52bed05ca2b2f822705755c2eda7d6d3b9ea0843bc92c5999953c1db19bb9a761018f884b453ec79f3d890d905ec3c2c3f0042d4f09854f SHA512 7865487f5aa5886a4f5fa7a5c6e95b5186e91e04919ed0c82295c5c43266b26ef73ef8c24553b236570a87df691d00997c3e6dd3d839a0c784db4c46d4e4b8d6 -DIST firefox-52.7.2esr-el.xpi 509237 BLAKE2B 9f3119de91aed50604e413d679949151562e00e9bf15bf794fd1b9e51ca183d918dc34c6dc0b26e89a0897c312ffab9bf1bfccb584ee78895affd3acc4ea32ac SHA512 5d3a6c5c40386d61590e96cf8924c56a22de8e5b1471810685ac064ea5b5e0f0ff75bf3a9c9955ae676efca7715b3d96409a9f33fb992e59c52b34f022a4ad2d -DIST firefox-52.7.2esr-en-GB.xpi 412038 BLAKE2B 3d72510764b0c101ef71c9eb18377349d48acefc1a9a9b4a7c7e879e72e40997673601a5586ac81cf39bd7f956c27a9742a50aa789036a14bea9d27490c37dee SHA512 a5d928be84e8e68328cc5479fb5e150b3172e85fa07bfd3da33e0a7249386675aa8e7abcb7cc2286fb8ed0be592b8f291984385794f5bc20df7eebc3756a4df8 -DIST firefox-52.7.2esr-en-ZA.xpi 412212 BLAKE2B ce08ff79bfa2851b8a0a77c1b3ee736d6ad192f9de958f5174ce0e16be6a2a857f2fe5c20348e8d590cad60e32889eda3c22c79be60adb7dd9c36ee82a5926f4 SHA512 0e53ca779cfa8adce1abc790146fd70a6d5a65e8fc73ff9f02750fb6a27f013f650c46747ce417515734ef4249dfa63e22e33f71e1d1f6f60c989571a712bc34 -DIST firefox-52.7.2esr-eo.xpi 430116 BLAKE2B 5ba2118ce2226ca19a30ae876254e346f842dc74df7c4522d89ac23fc4e58d8116ac525c6e263b62370a90b6946efd80f67a8fd67d8555a8f0dab6dcaac4ff27 SHA512 4deaa5bbdf722211215ba1fcaf46e46f0dc27f6e7e067fc0d8386f1196bb7763c120c270c18174c85cead6f7aecca17881fc5128186f22161aca33823d44642d -DIST firefox-52.7.2esr-es-AR.xpi 438659 BLAKE2B f981e9b0c3802a688082210370fa17266b3fa4d638f281feab0d78b7e52ecca458c6ba4b0fbe2bb3f03e7c6d7a0fb45481b3a7dd967fcb5d5215bb27f6d2ae22 SHA512 837708c8a9f78a077073975c7c2a3d07300c1d8d925fbb18378f6bff3dd8431f10c6e0772837b192a9e679b30662fb6f023840dee990f5302dc4813210c641cf -DIST firefox-52.7.2esr-es-CL.xpi 438406 BLAKE2B 6fe7a2527eb20ba5e2c6e3747082439bf13d13f6a3ba7b0d828117095e6943091496da24ebd510f8a11126e8e2570385fd92d86578107c2d4c12282e7ac14423 SHA512 ed7702bd2d55e7c8f05dba43f70a7be1314a1172d2782b41cd32af4e6b6b6500c9d34c1648ee19fdb3c24354620e0d29392b67e542c847e7b88d8c51aa73774f -DIST firefox-52.7.2esr-es-ES.xpi 337614 BLAKE2B 650c9bde722834327238a7c82c4520add01d1d9d1a8adfc0d075115ffebdfb3a501e1d6812a95c222c3af7e6cebdbf1dfbb88cd67c92a83cde59a793eeee8aa9 SHA512 8beaf36a101dee807c2f32a8d298f504677bd228d03befc3c87c014fafe3606095dd3da07a8511bceb4303789ad08946111bf38fb7be87dc4a8b26f3c2e9b597 -DIST firefox-52.7.2esr-es-MX.xpi 441127 BLAKE2B 8c5fdedbe2b26ee1d84c91772c062ec3bc11ac62e30828aee023eb5a1db0a4f73791c4121ad3bbee3888fa9395799b6a8da1a90cd0634a7077957d66743b12ae SHA512 577cb40776ce8406addc8ff690f5e05dc09e482cab0cbae193cc69db13a553a9c9ba0ead25b460b30dc6e7b7550020877ab34d19a2a9ee2cb9269247d71614ce -DIST firefox-52.7.2esr-et.xpi 425113 BLAKE2B 3e02b6dcb8077b1b49218bd6d0ea9b806ecc0bc980089a1f1fd3ef173b2ff30e7d859bf5ece03e8cfadd47aaddb690eb086832990c2071647ef59986cee1b5df SHA512 d1e81794a0b5f4dba32503bb0fc0a801f3ab20e2a6675926798debfc4329996ddc3cfd68ae133d158bded6f5dded3028818e9bbb92c1474c3a8ed79a2d54c191 -DIST firefox-52.7.2esr-eu.xpi 431124 BLAKE2B 64167522d60a626ec3709153aa423d134c1fb129b3afc9abdb85f6bb7cdae44fd4e00f128235c6dd77263cf12db833ae528ec7646096cb630b6e07545843d801 SHA512 b76263cdda7904f31e6576534cc38f33cd77e4c93f4f8102d2ef2ea947bd26e9d82813447c30c1a70fd35fded8ee4b4e9137b03991b475a1c83594fd6626231c -DIST firefox-52.7.2esr-fa.xpi 483990 BLAKE2B f2d3a1b24da287fe05d3e389ecdf7b25d463a915c76fc65a2b442e6704aa64086c52cfb91762a45f9d139484e3fd9ac7379c8d249558cca19762836bc299b510 SHA512 fbdd99005963bf4d7e68d647283205ce7542a37227bb3cbe4d98c900d4504e90e2e132d2a0acb9b64c2df9270fcce838f274b82dd2ee77552c8275cd4cf473f6 -DIST firefox-52.7.2esr-fi.xpi 422807 BLAKE2B 74853e93920d8b945f9676b27ba485f26c43505a5ca590ffc1cc354f0d44c00a09f3f5b9a4d90858c78179d1a37224189ea536fe8cb495bb18063ffb46b78e2d SHA512 84d650112b83b339834841d08ff642b11f8b82759e2ba21d900123f5348fa643e3a131ddbe2dd217543870b54c204c3ef5af5b85a9bf42c211552261dc35c213 -DIST firefox-52.7.2esr-fr.xpi 442944 BLAKE2B b53a00dfa3545f5bb2c0fcab1acd7865b38ade4441f4bfa40f9608b486ac0e51645f1d39b20d60041ac10dc40d794f1f3727a53fa31152076698772be4328ec7 SHA512 d7769f9a66e2d580d07aa0b03c3cddaab0e150f3243e367dd31735c04cc3215d6c850e74c094979a69f01e444be2d1bf276787a7bc34db2633c79e306ca063c3 -DIST firefox-52.7.2esr-fy-NL.xpi 437701 BLAKE2B 0d21c116edac9ec335ebaee999fc7f729f255146f6b1ad5afb12ee637a3c9ad2a61c57fbdc64c83b080bc745a517eb05ed0acfad15ca1bec8b671ad3e3d81f6f SHA512 9eb057d4110e12ed6b0ecf8898cabf3d1dad63deaf3566ca0d73878eca1bc7f62f61f38ec16f0695180adabdada4b0430bb6b78d07572731ddc0b778591c0662 -DIST firefox-52.7.2esr-ga-IE.xpi 450876 BLAKE2B b4a5c26252d7651c1afd8b22dd4174b144c545332a22ec84a7e576b3bb069360e2cf59c82c39ed39adbaac19ae534ae8dd664d89c496826e4f54fe8dc531a6b4 SHA512 0a8adc7d6b06fba23dc54249b9e5df43cb7ca3b39ff54bb2919d6c564d6782e795f705bbd93ccf20e38f257732f5f29b20d166190e6613a5cb506726f1133296 -DIST firefox-52.7.2esr-gd.xpi 439987 BLAKE2B bcf541182478cbc1fcecc94fa3774dddf3ab4ce0108711716a4d9585dbee2f6dff691f9304ec2603a510c5b36beb13d322ba736ef60081026c819054cb91a096 SHA512 7e0c99e46521492a7f87852a593289abe737759aa8e1d35c4b04846d98526ab835d99b8408b9121bbfa0395ad447db1ff132bfe2c1ccf1a6c82695be470c4517 -DIST firefox-52.7.2esr-gl.xpi 440039 BLAKE2B 1d7c5786a2a28cd87ea670ff5ac56e996f633e2bab61729693dd035f68c98141013270d13db19b316814a775f55e0f7d14bed4310acb37f7809cc6337e5e45a0 SHA512 75ec0e8ee1b8dd9fce9c4121cd659a0c9677663cb036dd6447b37b6d17c75d47980af623e3dc4e50b5e88d0401776b5512ba5bdabe7be873764d9b887d857293 -DIST firefox-52.7.2esr-gu-IN.xpi 482104 BLAKE2B b1c8e5d48b76b22c8043d139079f9a95317f8d75a34ca76df514e44fcbead1b9a25e3ffcfe75e61c01f199ebe0574c635057d3b9887899d1156d1ea171db42d4 SHA512 9c9e5e6f4696795b4868674f45a10412b30690f7ce6c6d35b6f27fe106a55ec999331a64fe64bfe6c39927bc332691d2f03bacf2146ea87b271e68e8de83ab0f -DIST firefox-52.7.2esr-he.xpi 447927 BLAKE2B 81ce008c62646875c5e8864b6d2b905e67d70afe75343bdc66d4eeebc72108834239f5296c0e4bb0eb2fd7107b083c9a5630f56150faf26eb14a694ba466e484 SHA512 5f00825a9ca4b5843e11b97a052839fbd24f112fd4df63704a4ed4bf60fb63b03ca5f1c04abe23c6db31eb582ced6e2ea6db98316cc8bcbae2e4cf4f16fdb88f -DIST firefox-52.7.2esr-hi-IN.xpi 499256 BLAKE2B 1f1c7a533e30be4b03f5ece74671bcfbd9352425029f4d1755d16bb81756874f7af31d71cf1fb8be8e41210465cc2527e22064e2aae7ca1cfeeebf6331196527 SHA512 620b32b18135f83106e7ece51d1172942520da4a038d3380f51377975abe9fdc9f99992868cd9789eb4dded0c7cfa70f18dd2092a1155a978afa1c5af74f1f8d -DIST firefox-52.7.2esr-hr.xpi 440149 BLAKE2B 23d00818f0e9b952c16d54f8e4ab7849e068c0321405a34350ebe4910fd44f6ce375de3f85e5e4185373836f80ac0963aded90f03c6b2f450bae92b033485966 SHA512 225251c0a66e2457e98484adf8f79c9736218bbfd9327a662a4ac0dfe5acde82d3ad7be6b663c8066bec0d0c2e1548c1d675422b207eb072b6dc8615f7fc5756 -DIST firefox-52.7.2esr-hsb.xpi 450001 BLAKE2B 3d30fea0bda99f1a93dab2fef8097bea4baa7fd916dba72fc25f4738b6382ed3d0c2d68edec37998e86bdfe1033b1900a058c783590402e7afca82f10a987373 SHA512 19bf9f45e962a980fa4c1ff1b8fc61fa274a29c44a1710b43e2cf992b1681bca3dbad52a7e0eb60ad7fce60bd148f7b3d3d321fa554dcbf2b0739507f43facae -DIST firefox-52.7.2esr-hu.xpi 451496 BLAKE2B 705096c3baed7416acae4c064aad5ab1184e6536042430bab0d128cecd7e7de3981b37d34618c95bce42f0844774ee8425a9772a4ceb4a0f0180e15a5083e8be SHA512 350dc816fb8f46c8392f9f5a43fa633a475b6a3edda65c0a2a322ca5ee6a9ba21e51ea8325c49b12024979cac7450e3259ade1321f524eab0c7d8447e4e9453a -DIST firefox-52.7.2esr-hy-AM.xpi 488414 BLAKE2B ec1550b2509d1fc2475f9e5dea70ddb88f4200490f4c5762cec479e0f7562bd2b6e68330f5ba38211872cfb49e546508c0de0a2f449381e3c2ec5227aa7d96f7 SHA512 526031b1ca02de7669c1da730c9ef16422bcd50363f725f9cd8921b93b55d4e89986f4f4ee8c0252ba9388f1235d57af97b0812f1e1fce94881a8a48f87c83df -DIST firefox-52.7.2esr-id.xpi 418764 BLAKE2B 7a72125709cfee9f74b54ceee35f0758d8c4affc39433d8b4781d2e42db4aaa1cf2488f286d287c4ebbab2db7481b907f4f82eb7d74b7ba24056dfa109e8b5c0 SHA512 d90fdde4a20d76e7b866f4a640a099399156296ef5b6dbfb034e98a70f9717145771a49bdde3d52cac7cd37d82dc66140a2e26ba9a3b220ed46f82b9110db22a -DIST firefox-52.7.2esr-is.xpi 435342 BLAKE2B 8740a62e535eba1b9f3197f13f24ac459d0d4a6beb8f3fa75b46b2e0f0e32899ce2cf1f6723b2bbee48c6bafdf5b6b52a404249dc2066e99a1c56613122005d8 SHA512 1197554f799196e27a685c26e834a6256ee5d171173e147521fc522935fac8631ed5b3b47a114641ad37bd0c318768bf10acb0e5ded65adc9f5f4e0bd416a85f -DIST firefox-52.7.2esr-it.xpi 331968 BLAKE2B 035d5073280a90728e862d455a3eaf48184c270c504cec5280038b0678930f349731fe1128064955f61508f3f768302cbf444b2add86de31e2aee1d25f583cf7 SHA512 b03585b9047f765846e5da814e9406a63cb7bb57e0ce8c8ecc4d1b6e43243265898e6a6b5073677c768d622850c5267897d772ed1ce9139ae94972f1799b2a6e -DIST firefox-52.7.2esr-ja.xpi 488342 BLAKE2B d8728e22da5dbbd6b277a957852f9181c6e7540e2354278f21be7ba7d664d29c6f90c377df518bd6c09f92f4e938fe05b1671240a7e5f5b1d4675d33f510c4bf SHA512 91aeed539f3bdd9ef4c2c631e5b492a0c18860fae95cf49bc5b913c5adf8e20b98e75013eec1b4df6ab055c683ee1b222ba881109acae32eb0d18dfcce8a91e9 -DIST firefox-52.7.2esr-kk.xpi 496939 BLAKE2B 6ee28039cc21ee3d90ebece723c431aa78a8b66970b936550c37ddff059d7d6a91ee70143456a7609c4c040a626b8e4191a8172cc2f49a1bea293f2c03c5dde7 SHA512 496ea719e7b523b53b3b2ee038ab62576a10649d5ac1ca4b6464813979eafaf995f606d65bd6b3a54f5fb4a91ba12e10ac9e2db50ded19632ac6cfd6c46d9c33 -DIST firefox-52.7.2esr-km.xpi 512988 BLAKE2B 0bdcefebd47eee1a6125ccfeafe198f3fd50d1dee81b3a36e3cb499e4d494db29fe8562f22ab9081b8aacda9e1b9788f90cde2013816c69a9191f1408dabfac8 SHA512 52b9a2f8e2f7bcf1f5905cb2bb461942186e3ce521da39c7fbdab8fb245ad3baf9fc5f3d37afd877529f979df410eedd14914ef31701fd2f98c6be33779e23d7 -DIST firefox-52.7.2esr-kn.xpi 512199 BLAKE2B b499888744ba08661460c46315f4a266b1547b1c0ba34466cd26c1a8c44da86774cdd55f1ed73e61829a4b08291db7ef9026a9ba8dc307ef2e0853458b4926b7 SHA512 2c6c888da23eedf3f4a788ee19e5438ebe71970def69fa963ce1216a7f7abe8e7cec1d7bc2feb2d48dd1b610a0031d5c86c78c63c80f7122613f8a43011df393 -DIST firefox-52.7.2esr-ko.xpi 463629 BLAKE2B d6aaaf95202cbdcde97dca2320a85edcab147f3b826fed530a9afdbfeac6ce011d25e2e28d00cc65ccc057fb4204556a72e48329e49d66d5e6ad983a17be708a SHA512 00420bccb10b7e41ee6137d4afefbc817ae1335d18c8348f0a7abd71ff9e5d27e6ba4ea35eb647dffbc8f8ff9f55960422e164099f0c42faaa50ca34a5ae1d2d -DIST firefox-52.7.2esr-lt.xpi 452236 BLAKE2B 8d9ef6be95fe93e66e7d621a4f007f528794055ffd1ddd2830d0385032c0871be8732465d5eb26ae95dbabc2cd4082d83cd67bddc0cacbd91ece143eaee26deb SHA512 ace3162b24581fde7b69c80f718370d946578117261f28521b09cc298232080a1a770b89bed900559fc4cb5e789d3f99055e7052b1ad5a9500517ed219e76114 -DIST firefox-52.7.2esr-lv.xpi 441096 BLAKE2B 35cb6f56b3fa5641b717b139dfab3113f8361223df5f193509a2575a43d85dba3eda8f0c535daa24abb837cac55785ecc84d8dc3a76765932ed99c0bc693aaa6 SHA512 2867ddc01ff463568fa856896a67760d0e5f97343808c5bf6592064295ca77c310cfd75daddf39afb71b130da5e2e57bf334bdb3dbec22d2f5c9deb192c9dbed -DIST firefox-52.7.2esr-mai.xpi 492585 BLAKE2B 03d5c50d8902486d0ded121b54647e9e8fe88e1823625d431cb5037d587df027eec45900a4347b353b8a1ed4869a877a623d559ba24eba8f2b8d9bd1759c0638 SHA512 fe27d7866bd871d0d4f35b7c2756b3a50cf83f6bb965712b8a8f15e2ab8ff745c966bfa1f0c10a2f27a002a112e7de248f46653702da2093d8e6ddf9a160a4ea -DIST firefox-52.7.2esr-mk.xpi 488846 BLAKE2B 460c24f01c024e7567a9348def24fc795996b2b817249bbdb7913a3f2444f35df20b6b6cc3601e8b3b5a64f3ad0836c583f5f9aac5b54055f59a2d15d8358549 SHA512 09477b302803ac51447b1f0a8fe2bc040655009f4c78afbcb104736cbc2a7ca6170cf631ac4b0a5815240e8c81e8ef1a7bb323e60b8b645ba5078931fe636faa -DIST firefox-52.7.2esr-ml.xpi 516486 BLAKE2B 713bae6b7efa1b8b9568a5573b9f77c03ee3d6b4c765049d671b0990a8a362d528f29dafdcee1c3341a18f1b8ed84e64fe47fb6657b440af48f13d7626679a80 SHA512 d9206a8f1089e53291646796cda8e5751cc4ee045355d7804ff83316f47801f414e29a8dfaca52f0d8169926fcbdea3b430368363548c75b4c97132b85083bc0 -DIST firefox-52.7.2esr-mr.xpi 495178 BLAKE2B 5d2916bc9e66e7d6ba749c1b1824db90e52913126ef1d83c4d871524263592c8064ac13a6eee420f775c4c4bce7765d4c917b42c2da83555c8206eb50672b73b SHA512 4fb765e2a447b56b65f7ddafbd6075557bb5334c473a24cee3cebccd0fbf814e5b6ecc1f12b2e0e423e651674f67074306d36fe1cfa6b82fe2343c7ccc721c3f -DIST firefox-52.7.2esr-ms.xpi 428635 BLAKE2B d06f28c5d4caca12fe5c38c678f880715d35dcdd43ea4bc02e29c9754cd4251edcbd2edb9c1bafa0dc14d5a35916e7c659936ec63706245e1a44c118d6edfe1b SHA512 845df0d4efc1c7cdd7abe29159b864e109b4cd83634ddbcaefdc5cf4a7f47f8dbfa0b970036fde84ca192511c7772253cceee2bd2f36eeaab8bfa2ad8e8ce864 -DIST firefox-52.7.2esr-nb-NO.xpi 427148 BLAKE2B 445255a061b0d7fe6f4253d2e10801a7b09a713415681e84158b70b02e73a5f0ac641c5d531afdf5da74038784b0d153a5934aab183b2bcfb036323ce6c70e22 SHA512 4b42fb41a387dfecb2fe441ee99210f68ee72f11a26e0f6c1b99c5cedfd6a413c7c0f6d5ce3bdb443fa2272ca03b115b8bcc730b1d4be64a07fdeec20ef1adad -DIST firefox-52.7.2esr-nl.xpi 432007 BLAKE2B 35910f257bfaa4b08e4bbd7b1f093c5873aeeac9e350d7d04acda5c232682c057469432dfcac3a79e3004cdf5fdd7732c4a5d2bf4afee2288b4e1335dc12a36d SHA512 4a017ef0bb03154a1a8e5dff767f8e332150fb457b4c2a682591d10f22e7fdde548ddc60aba7e0954d58cd5660ee4ecfaa5e2629796ab7794990873ae05f1de0 -DIST firefox-52.7.2esr-nn-NO.xpi 428644 BLAKE2B 245f05601e2a2a21b1cee783b2fb5d9bac1f7c0ad2d08b50280d4600d9126c8f9cdc1f578ca135776f71d3cc380d5ce7fe116777719bb02a4fb0839aebfe7954 SHA512 d79324764c11dd06953be190dd31116b05515699a8c045e14a1e873bb2dc43a19df9cf786a2c405cf85480571a5ac629408f8855c322c948f29649b9e5b657b5 -DIST firefox-52.7.2esr-or.xpi 489664 BLAKE2B 853d0b66d9d50248ef6260bc6207292399c07082c655d4cf29bc42688e6fa8af59cd43f97d69dcf5db4a69b1f2f715c33129b7256ff3f813078e253461c999ea SHA512 3a5ece0fff270227cc6ce4bd057000fc641277bd3a37883457e1ceabc10efc5302839181619b3d617058c3ac8b0e0b7f5dc8b7c9f865d89d3d59597a19e7d730 -DIST firefox-52.7.2esr-pa-IN.xpi 469325 BLAKE2B e238cc1aa7cdd033f0037f105a9196dbe4b60154a2b71209effd4baab5ebaebfbef7cd6bf613f15d09ab62ba34a7fa1eafe324d1fd44e1d22c85e470496a7466 SHA512 3142dbbd5c35e65c2d10cb0f30df159ce0e43c2dba6a4e7c40100664ee8794e2a26e78299d6251347334e532c991c9f69e59baedacf241a78e83e83d25911b36 -DIST firefox-52.7.2esr-pl.xpi 352851 BLAKE2B 3514a16de5fb472674f47812a8ca36c8fa7d20406399b95216f2cbdf88d5c19e6bcfb47353c8eaa3bf101c29626b7e7927219e99c18858784b2f4e41a1ec50c6 SHA512 c7b3992b4762eec8c66fc96dcb21952be54009531dde86c08b993636eeaee483d7d79dc424eba97c06c607720c473df2ef07ebc50f35393b59e00b5f4fefdbb7 -DIST firefox-52.7.2esr-pt-BR.xpi 430903 BLAKE2B 5b5bc329b6ed1c99e9e871a3503e30d4fbdf8435183efeb5db0567e616f00a495a8a8f8d29f0fe5df38305a0a9ff766e534d8e4bbf7b25973df731ddca5c4836 SHA512 0a0c1836de6453c842c1748af797d4879908e6d87cd656548dc50e715e275b0269b92d3a923968a1ac189ade5fd0bcc5ffae19d1fab76d1d1d8266eec2778e48 -DIST firefox-52.7.2esr-pt-PT.xpi 436727 BLAKE2B 95c02a0857840dee4da9fe1289f0ea2f5c0f4ffde447a38eb9adf5ac63210cac068893e5f4200d7c740e3a2000006ff8a74e9e933d4edcfc8e2c2b081d78bad7 SHA512 39d1dfadd21a6d2d917b918db0f8f4139e4b4425922cf245910b08be9e693093ab6aff9b6db59670c97decb273c01147d5fb85c57492485a2f1a6efc94e082e9 -DIST firefox-52.7.2esr-rm.xpi 427341 BLAKE2B c04e6766294096bb8d86308dd41fec584da25876e3c9258d1580b208746441a85cd83c243246047a91835478576b3762fbab2e8ae96ff0d79dbf4078265f802b SHA512 e7721080b49750ebf2fa33eb6182312ac20daa83cffd5aa729415e6c196c4af7b3c42d0c754e188c4990ba24cb296037c4e37faaf90663419eb13b323d9eaf2c -DIST firefox-52.7.2esr-ro.xpi 442585 BLAKE2B af24efad45231ff2f79c7cf4a936a21ce26d832a02f235f801b1bfc214263c514815b2fe1a2b13dd58dffba5615f5cf5797906ec63582fc4f16918955ec9060d SHA512 15eea717430e241488e1a950d7d485a98f6b88cb3c7b9f7a53d38a2e25e8fd81d0398738f239de51c9acc34150b906cb76ab78150c4e32266d2e06da7d2507e6 -DIST firefox-52.7.2esr-ru.xpi 395364 BLAKE2B 4bdb63dced9fff95fa8ad1aff3419c74cc25c65856e96f36ab24806460cba6664e1727b7311608437c6ab5eb370593c8d890a211a307aa22cdd8796befdc4be2 SHA512 537debdd1201226ced8d1ac43af7d6008c8bf2aa6570d7d4d9e217eca191d09ffb8c8b54d5ddb0856680fe1aef70d753541c92ca424abd1bd36066e399a3fe84 -DIST firefox-52.7.2esr-si.xpi 484604 BLAKE2B 547f4a623f892b180c5516d45a51bf5c83597a0a4e97001acdee480255f8032c054ff4c4f0ca361a30c81b419a1b61eafc47189676d75bd206121797449d8702 SHA512 36162f62137c8feeca6e5270340747b7ff380dccd61452e71baeb8fbb07ae9b5daf64535d4b71115ce167f0f853dc3a886919e39687704679e3d07255e3f31dc -DIST firefox-52.7.2esr-sk.xpi 455820 BLAKE2B 02461a9b40a2aed98641774f031a3e3bbba220422c76fb8bfb75af88de30568aa314db1b16d611f0f87db0f7001800ff31113189c2700129d2bac713e75cf4a6 SHA512 c2b62142859e4099e0bce27fe68ffa2ae5305c2ef8f20d03a144314a3637eed65bceda3179a1150f4becc2c89820a84bb9178e6376acac84e6c67f39480df60f -DIST firefox-52.7.2esr-sl.xpi 433482 BLAKE2B ec82ae8d4c20838f54d4b4705d328f359c7c7b30daa2ca55564946ac009af9d3d7b2392b83f90967b691f5982d6a80200d825c9fe670f0a49e5abf870863be7b SHA512 73f176f32894ad16b36e35ae4795ddecef4b37131b02761da0521a490e68272a35be61316aae47efec78cf7ba2da3a567330dada50e6dbf118719af95825ae2d -DIST firefox-52.7.2esr-son.xpi 427860 BLAKE2B 96816e3bd4cadf45535a1bd4d6ea5515de36c2b7de8880401d7a2caa7ff306ba46d3d6a219563ed4c21760317a5741ac05bf63252598b1f06284a152c542e21f SHA512 4d8b4534109334b9c673db8db3b4aee4c237c245bcdd4dceb08119e057693a73470d750a854bb9445cd9fc402f23a150d735ca57e702e9b710f405fc3cc522cc -DIST firefox-52.7.2esr-sq.xpi 440802 BLAKE2B 1604134061dcda16f1b297048fb5ea62a4436dd3aa7a584a45e14284eaf4bb67dc814fd15f0432484af87c87df9d1b4781e5df833caa14ad8e98a80a6a62e715 SHA512 32926c9a3adef7ee5d3da467fbfd86bf5981c42a501b1b0a60c71e62aee1de24d832ac7f98fb7866151c78c736e2121cbfcbf1cd13457afd79d0672d9fa212cf -DIST firefox-52.7.2esr-sr.xpi 463395 BLAKE2B 02afca5144029bd81c0814bab369a02a1a47087f69de82ca228b1aced34cbc92eb6fb92438815aad5ad5530d947d88f1b6895ad14f00d42c008a09c814878589 SHA512 e8334042c41c17c28bda51d0b01dd406e1337762445f1587cbd04960cd181027dfab92f96a0dc8d6846d70adca3c97cf61d63300d3428dcbc0d3d542c8405939 -DIST firefox-52.7.2esr-sv-SE.xpi 433911 BLAKE2B e2b1c060487518be74c5f99e43c3d378f034de7e41972e577b3943cca2c059f830fc6e4a5f13f78cec5a1c713f918801adf9f55911a253b8b1f7d191e1a462a7 SHA512 eec48e8a1666bae02cd3d97954ac2358770133fed04dd5fef69808b06292faf4e1716c0db348b91ea0e547bc812a485577c3bd2f09fd33408c2856eea556b230 -DIST firefox-52.7.2esr-ta.xpi 487542 BLAKE2B d50513f6c5c2a8f56d61f2fd05c8e282514383ccfc93c9f67f62eb85d163732c3721bb60d3ec03b09d5e1a7a03ae869a0a1dd7c49d1fa59926d6ce024a18815e SHA512 c2a8e57f278fac4729070b6b6b75763c0f92687ca591b64a624bf23290fe25aab2a6e23698938a72ce574e4e8851154e31102f6b44064ae75f69f05216c8e3b4 -DIST firefox-52.7.2esr-te.xpi 507987 BLAKE2B 48c616e2de20fa13637e57ce0c1ae16a1ac84bdca358472c6fc29c075eed3b71e5ae7b9fabf5114861d8f329aaddb9c7c290f1bc0e6f376aab56b8aaaad8ff2a SHA512 36c8561b61ab2f2c80a346fd3392a4e701738b4272802d0ac4a8618f3379cb399d1f60114814e255b21c0dacfaa750c1041aee4e702478201ea7aab5344627af -DIST firefox-52.7.2esr-th.xpi 482021 BLAKE2B 9a29627876714f5eceb5c6c060514a7649d826f6cc5c6349b335b2f3d629c21efd95f66be4d76dbaa3275f736fe4fe941f280c1fd4c30f6c3a5ad532cddee459 SHA512 de16af187753c93049d1443d645d97cc29e6b2f8ddf80badf1eeaddcc43b198467a7e3a4057a378310e21c162567cf09fdfd989ceea7f9eb546f2a7ee6f51fd7 -DIST firefox-52.7.2esr-tr.xpi 443673 BLAKE2B 64f9740335f7f91aafd2e6c0f6c2070146eca87a2753c7697f5f5399e2bcf2c145e19fae3b4b1bf384cdfea58021b4cee244f52c384ce2676f93ef17bdfdbc64 SHA512 e148aa19022879b16fc421dfb3132cf3d341d792751a98f1c5441af164ee55dab4387267fd587c78dc8e848eb1a6a4e59769c99974d1f03c9864ad9bb2658fe1 -DIST firefox-52.7.2esr-uk.xpi 495095 BLAKE2B e25d78ff55d83c0b8bd270d508bde0204468f5e50eb708c91f5bd2e6cd91e4f415b32a7e2d267e2944164b631067cfd38025823e6a12c24ac084e8a1dc08a0ae SHA512 18b13c9aee14655bd39417feca1abd77a36c3a4cd9f4356b09af0ed25780a9455ab442746a44393686bff7e455b6cdaf7447384f627f460c95da7a2f04639696 -DIST firefox-52.7.2esr-uz.xpi 440564 BLAKE2B 323c02bfd1f9107bafb902bdce6b62c486036d44c4e27168a729c00f244a4d2cd81aa19880ace04bf695ff712eda8549cbb8574dbcccee918d12e3e21f049090 SHA512 b621f99442331cdf82dbea8a73c80cdff8b7a01597caa1e4b344c8a887ae3a1f0cd809d47e036a74b5117cac74fed2ac9a7e6d491503515a72aa3e34f6e9c8be -DIST firefox-52.7.2esr-vi.xpi 450804 BLAKE2B e7aa0efda7f6eea6ac9877139f5f02a998faca6568818f140a9f7cb5a77af4c277783faf872fe95c51187d80d4bc95e94c0e3b66ad5c441ad651aaf3a61849b7 SHA512 db0384dbd1a64f631dc2098b67b954ee025d1e052d4409dd3d915af3e0f58226be6ef9fc14a279da5bff08683ff071906cdd3aae1b85936526c2bd4709f9f616 -DIST firefox-52.7.2esr-xh.xpi 441172 BLAKE2B acfcecf6d714961e815fa903a05c7f309bed41a2601204dc5032e44c3d683b726f5921a6975743161d8bf8eea995a9f0c98ba6e3372071471b7e91ffba765d86 SHA512 df4315a1c68c0821be549089e98b4a899f952a0500385b134e5161c9ac2bb1c515980c6b7b431daf1cc3430f340d500df459757acf01ef91a9c3bcb890a9f8ce -DIST firefox-52.7.2esr-zh-CN.xpi 461678 BLAKE2B 7991fa87e91b8ba76f7dfb66fb9b6a3feaf098ff30c0036b56e8fc0bfb14eb4c1d88fc0d3c8e2e593d9924902f28b10010a712359213bb490140a60b48af2042 SHA512 4a7db0302b3b18ee7a3132f59652e4065cb9654e4dd9d1057562f4dcf244f83f2dda62f465fb282dc9dbaa97704aafaba4a7bc3e5994aa72cb40b54deb900c2b -DIST firefox-52.7.2esr-zh-TW.xpi 453067 BLAKE2B 8d4cf584fc840a41469f4cb952065a1c75221a352da80b0c9a217cd0eb59d2805c06401055c5f1768596f8e36859b08d4a84f0e996360cb34a6f9d416366b99c SHA512 7455e5bcd9bf1afd1e4a0302a8c1231e40f49734690fbfb5999cdd1ba96b030fbd59e5a9fc2d8182dc1ffafa3372e32607c174275da0685e9cfbce5f01541327 +DIST firefox-52.7.3esr-ach.xpi 420286 BLAKE2B 20bf210c52535034d453675565f1e1c552e03510c0e288da915e42c22c6dc33c2c5aa5ea7c599357900ee3f131add06c14916dd7dc2e534d6553d9258a06c7bd SHA512 8f0f007819687523ec23a705a8dc36e6920b74650ae80cb1620f6ba4e56842ebe5e03a34fae07e60794ca54fb344216bb27ccf1cd1623778d61f377ea1706d96 +DIST firefox-52.7.3esr-af.xpi 429469 BLAKE2B 667e162d82fac9905d7ff65a8b665132753f955b707593fff3e91b2610cdc83ba842137509a7d577da504ab8a367a20fb2f81b77704579e79cfc9cc09611397d SHA512 d02556eb56457925f7898d2d1107d7fadd43e1eb5234609a03adb1d2c6a87016608367045cd7b409a4691c90416324599c80d28b4d48fd0e22f08e84e523abe5 +DIST firefox-52.7.3esr-an.xpi 437887 BLAKE2B 2391eca94d5d87f0baba9e311dc0cce8dddb074e4182f59821a4500e35e948fe76aba4737cf9001b64d5a5b1cda16613160def97ecc69f46a00ca77b2a796585 SHA512 ad17d4c86561178cfd943901e011b17b5518e69ad5c244d2c8c1ed40968ae15591ab8a7298958795a0b4b7612185c27e4a9c8aa7b5817c523c53c3efb5f72d0e +DIST firefox-52.7.3esr-ar.xpi 466027 BLAKE2B 65ad020968cfdb8eb5628c5b7009d38ac09d1d4ff23970e70f72e43b00c2d03471efb7b13289cf5ad8340852207f1427ea250682c40896fdf9138c597e1b0149 SHA512 86203bb0a9510c119bc9b55bb01cc7a4c305c2599191e39ee36c48f5baca1b00d512807efe4468feb880f211db234ee4ec204bdac9e0cd79ae51d5ecf9a2a228 +DIST firefox-52.7.3esr-as.xpi 479634 BLAKE2B c69bea92e4d4f3f7f71dacb243534837a9ec8cf646d1227cec955013607fb5bf078d4729e6b48e0284ca5a96ccf19713cbd640449ae3f8c69b864b40fd7949a7 SHA512 1424c2dad05d26d853a2c9cc7e801ff69739a8aeae3fc9bc19b5743fe33dab4c104de273edb7196c9bf58e2bfab641cfcedf2cf63d01b95cf8025c6d877146da +DIST firefox-52.7.3esr-ast.xpi 432775 BLAKE2B 936c36f5c3931c98233e2dcedd49418cc35cbde99c07bf3200f1915fdd091497f61c84eb7e1652edf62d09b76972e9d9c12622a76da30926e31fbc9640ab8549 SHA512 6a68444c638c8dd181b81ae3f6cd62ce50c3268377c6fd8f89dfbef1e46628543ae9a89adf5c8874ae9ea5c4324c1b064cb97e588c863210e70cc777e3b0c95c +DIST firefox-52.7.3esr-az.xpi 454923 BLAKE2B c186b64480be48bfab32e191b3c9a8971aa4e5bd889c3739817c38d2ec6fe2dca73a1f9eb1d9f5dcda0ef496bbd53fddf094f5168405c8785858e965b6b56dfa SHA512 1d50086ec442dfa5f4b39a7a4c51a336aa09a505d6ab0ba2fe17e14e9b381b67feb3a1c259d74ab51144bb56310a30eb0ed7f85d6f36c3319c51b304d648191b +DIST firefox-52.7.3esr-bg.xpi 487891 BLAKE2B 1daf6ff64b59b6e358f055da7c8c2ab35ce8f1bba909286df35f4bbbf00bf9f085641850d8ad80847f32b8f11cb9a7d01097a1b23f97b6c1a2468d3f62253a21 SHA512 081d03f8254b9751cd88d360a3c3d464a501a94acce56938e9607064ab602f5ab61b76724e2b81b576c1eb8f008d18a387fa1b0c489859011eca16b36f106f7a +DIST firefox-52.7.3esr-bn-BD.xpi 504633 BLAKE2B c1a5effac092d1dc8228fc86e170a04a26330f8a093f1ecc289b2efef8fd6458520d0efc56d7a99a142783e72f70ed908cf50a5e0605d3ec9272b916e21e8028 SHA512 7c3ee94c330d5c9c47ec4c810eca6d24271e9936c9b052d8d64ad86e2db431ac9a16a0578a310bc1e20d6452501886e83b6af887cb5a10bff69b9a043d0641d0 +DIST firefox-52.7.3esr-bn-IN.xpi 502113 BLAKE2B e1a96d7f15d76df68826c00b52545299d81a7fd7ad64b04c610c867def90cf161ca0d3adfd69dc07cc4eb27c3817889492571a16c3185a3d499c0a18546bec7b SHA512 170973983d778742c8e1dd3a53215b2bae108cb21580a38f10fb21f1f5f587a3777904c370acea3da45d428c87b1df15ee454f3bdf1d94a38394bec83cc58c5f +DIST firefox-52.7.3esr-br.xpi 428215 BLAKE2B 719175374f87784143afd148a4cf81d52ddae7ff46c8616d5bbfdd148d17a5b9928a5212bf1e0a9a7da3ba2f829e6c8d5f4a38c2d4cd9b0fd224d796b82ccd19 SHA512 aa5e88110e98ce5abea1ad920a6f540f101ccc0e0235353d4f4cf0803dcf6041da0f91dc099eb6c7eabbdf67adcd7a1b5e99fc0e0375baaf24d0dd92498c649c +DIST firefox-52.7.3esr-bs.xpi 434428 BLAKE2B 6440e642dbec464c7c1ecc1f81ed32a9e96bb758ff1744302be3e3dad747f48e2c7808281726ef2e2d83d7ad90a2c89a02e344123180fe27300175764400f81e SHA512 f42b7f4ddd0e8e064ff11abe8302b640c982c254c1d4f348fd82e153f496f5d0dc6c914cf287260ca19b9c5a724351278df630ab99bc826aa3ae45c3b03ec7d7 +DIST firefox-52.7.3esr-ca.xpi 443304 BLAKE2B a6e26e41837f290aef6d1016ac038f3f98791446c5e9d505c54a705ab907ecbf97d6f9c514d771013feda54e4b912b57ec5feffab252b36aa9d655da476c95c6 SHA512 606230a6ca5402508b256daa53f54196c934c8ed31ac06ba4a1564a0f3d1643176156b96704cb8c989b076328afedaf634fc982d3becfbc3951177ab1e659a01 +DIST firefox-52.7.3esr-cs.xpi 444075 BLAKE2B 50c3281cd10f6f265cb2a98cdf66f42ab30fb4d1a551425f076132d7f5bfb96160da6c4263d816c0ea762aee478520d013e7f387bbebdd02717289e7b96b62f5 SHA512 d2546c1b804544e4fa6f03ac7db60512c938ab09f80d98e8b38118247e4360063caf68a0b6504d51d1ce5ca2dabe18623e3b3881c79e197b4bbebf293f3b681e +DIST firefox-52.7.3esr-cy.xpi 429300 BLAKE2B 1a754c735adc8dd4f91838589b5f889e01a257829ae7dc86d6c084294e3586434dccd3f308e66997c9ae3c43b38d74d36a3b0d3835ec443dc1715734cb38be8e SHA512 47d09bacbd1432de4d2ee9093d50984093da3131823860e8b52868dfb1fe01c16b26ba96d3f4f33012e32ce3a7696ad414cfb010cab99a4bacf16e17b99f5659 +DIST firefox-52.7.3esr-da.xpi 424393 BLAKE2B 91d3b2cbf1799ef30a4ccd47784c0d3424148ac784b8e7e47237a8969dc9bf109956fafcf7fb77d28f3aafa744f16be776618d56ebd5b36a99d6d906bd96de28 SHA512 0a51af7426775e5d2e7b085c84e2a248bb74f028cfb35da703ab306ab1f3a56afded137647565d68325d525c2beac7908e172e64c47bcb25aff338534e1c33e5 +DIST firefox-52.7.3esr-de.xpi 435227 BLAKE2B 020594e8cab8974fbcc0fae9da588d2749e3384774620ef9eab966f70904ca869d380d205c3852210a929db1a0b98c94bf77459c7a62446a5917b9525cadf64f SHA512 2ad94c0820e9783640af34b07857813f9dbfcbc78f7b97398021ce3683391ef9b9d0e56811ffd91881a71efce66d40f67b4de651adbf1aa92c14f132e4ce0319 +DIST firefox-52.7.3esr-el.xpi 509237 BLAKE2B 02e5c01e5f6697180b17bf9a6253d36006f944cd5e7b14ee2861ed1ee88628316b62cff0a8ac316ef466199aa44c9f0addf89e102f881dc176a1eb1b67558c12 SHA512 45e3b341c285dc5d884e50444ee1f8d27c8a8b49df6902dcca3869462f0ca22862554d8966969397849e7cdbfac1efe0b54eb5263d9410e2020f47616160d8b7 +DIST firefox-52.7.3esr-en-GB.xpi 412038 BLAKE2B 114b2972e8193edfa3920259f4145066ddef7dc04dfb5642a52e057a38de3ed92d80c5e9787b3922d6345b9c7bb36e3cea363ec0a96412aba449c179ad522ce1 SHA512 9442f0b579093b8d4fcc47a8af6c70f7efdc2035ed163c9f2668604d055db0e358c44e95594fcbb04dec85d98e6709c2980694691b0bea7d16d5a5ab732617af +DIST firefox-52.7.3esr-en-ZA.xpi 412212 BLAKE2B 012130e7d99c402ffef0b999b7a78b45459a3dcd17908330bed7ebc48e2b31d9c758b65e826d46747804381881f0116c279cfd0e15b2ccfc0426ad831375a513 SHA512 dba97b2af51ca27fe0c7f910d9a745f827074372875ee66edf4c71b2a086b63b1d3593d5ab04f84b3cdd9e46586bd4ca0160ce9163901c2c7ea7ad9c6c5ce059 +DIST firefox-52.7.3esr-eo.xpi 430116 BLAKE2B 5218f4c1f12c22afbb8f6f46f2c00360f7c47afb14d28c8879a4a2a57ab05c42ab4a91221a40f33e95497764b59626912da36711bc022e4feef8e72b1eb5b8e2 SHA512 cb249065b2aee0da35d099c3ce9e2e01ce4260002b469cdb372fd2e4f1eef1e85f3c4d567b560b6958ab185b23dff586a376f5f0d863979792f021496b7ec522 +DIST firefox-52.7.3esr-es-AR.xpi 438659 BLAKE2B 9665241717924e4c88c66638f2b50dc013c63a3b292b8c96b3d2a1c68c7ede7cef15ea4c7ed87319e0ae7502e0f139d293988f5b466bb58624bde1ed2c51a842 SHA512 804f9c9cca26402c85c8eeaba61c413e21c7b998bc6d668b8d976802b4eb7578158a17f501f4f8874e95cdcdaea0925c4edb1913aaf926dcafc70edae4eda2b9 +DIST firefox-52.7.3esr-es-CL.xpi 438406 BLAKE2B 301f3253cb89ca9072d7ff24f6012139c23167e48f516d1b4e024ca1c34d9f7dd277ea19c87d04535985b6a79711d73d0330a2e2df15d4d64ea26282e1c741b6 SHA512 9e7b74e86ff1c3532ff5ed247b936f941812d4e1e2f01478e0333d1c6a4664c3561b321383be0f18454fa54adf7280e655b87082b8a349102e4de59e9b4acb5b +DIST firefox-52.7.3esr-es-ES.xpi 337614 BLAKE2B 818115ef643851efcbb0f194e225c9ce4e05c8b92efdee288995b027016d25e3efc6d2ae5b624f83e716cdb4ece00e34b061d9d26953b5ec2734452b3d3ef8f7 SHA512 8ea3d0781801b407307c253b3e1764b121da689bf1e6db6188db74ec3d3fc4f6a0b36ef71ee33e01b62bdc097742a51792401c1e76803d17956c9f830dfd2f8d +DIST firefox-52.7.3esr-es-MX.xpi 441127 BLAKE2B e19d9c10d0bee30f26d9d854f7c34258ce50eedb58b90e8f1a8ea8c01bf1dfa28143fa1fdcf4e10fbca7e12a2ecdfcc62acbb5356a2e5c576704c22abc5b2e50 SHA512 e3e9f4b6e80906c0cc7d652329ce15c3512257dc81ed9f97bfb59987a5a25eda6cc90c1db8599faa7aa437f0f6edfa25e3a0a3bf33101214a85177dc6f2d6f1a +DIST firefox-52.7.3esr-et.xpi 425113 BLAKE2B ab3a15214c5548ba6427e30932200c2367778dd8e6f25dd61646bc0a1a5b4c63efa601d650ea9d42db1cfd16eea11ae4ed9bfc74efc0c3f206366d0938f9894b SHA512 dbf53e7589dac155f7898187e95df6282d1c1a64d2861078b4ce5cc52aee355bed723c3130cd37a55ee612400ea5eb5d7a38a4708b723fb8ba9a2eda9ebfde1a +DIST firefox-52.7.3esr-eu.xpi 431124 BLAKE2B 4f2836af0d2eba818a0ca66bb0d02156dd92a070fc9f35510e3cb802b229c3fe7ab86f8f2096e9691ccf50195d0036b4343145d1169319f1e194ae4e5f9f37b4 SHA512 d06091f99eb464ecd3490dd97a1cc13f01082180762585c0332ad43f03aba4d9da4250075bd0177506a435d0bb84287ba340f0895789758c6d90250c444d6ced +DIST firefox-52.7.3esr-fa.xpi 483989 BLAKE2B 4fa49ce22b9b952cde1fb8c7ce6ec8e72dd5fb86be30e16844de3cf933b338ccd2f4b29a712ddaa21dfccc184fe6d1b536a99afa8f6df3947d2588bc30a537d4 SHA512 41d96f223ce28a2a481b4f3d83377b3f05275179ba2be05327ca248ad5e935fbc621c6e34409d05e799a6f9506641538cdc765052854a65c2d84b31358505fc9 +DIST firefox-52.7.3esr-fi.xpi 422807 BLAKE2B 09493bf143595e87afeb05e2e2353f19b1ee13d2ebc3af7c60a4acbea669c6d3562df63a72970f3731b6a1549ae721f72e0ed741caad9691e685dba4655114ba SHA512 32b37c0e3728801e408b515571f24f5b1db9c4251a814cb5d9176982568bf58117201f4f3425791ce2bc0e21f8d46814fa6cbc31a2d5fd0645a442b19930746c +DIST firefox-52.7.3esr-fr.xpi 442944 BLAKE2B 992e789e94321918a8c6f46b4156777b5799a6a5af9eea23d5768fe8fde0968e8c8cfbfa66155d2e1ed34da77cec1ee76f46850278f6e57a71709d6ef4d9d9c4 SHA512 7b6163f2b499c20ab778ad60f7078b060db6a0ffa32be90857d3fa89e0db9e9624803e9e2dbe267922e2044028412194ae9a81cb94419945f844b971a0a1af3e +DIST firefox-52.7.3esr-fy-NL.xpi 437701 BLAKE2B 4039b415dccfbca115855b38bf4875105c7f665c470b47d687d05b80b8e5392bb00602974e4ff86c8e7f20e2aa879c4e30218e6c5427b9bed230b3ec169465fd SHA512 7417b6d05f00aeed733c2ca586214e9f74463af3c3a97310865ab6ca0853902185a028f1e002aed5a31f37fbaef4235de7997138e385195dd6924f12f3d68ac6 +DIST firefox-52.7.3esr-ga-IE.xpi 450876 BLAKE2B a83de4d97aefecea8f924f56f5dc512911e28bcb4fe6668f5c3f9f6abeec3352468b857bbf2f2d4c39916dccaa47c6b99cd6a3a1d58c8f80e598b563a66b7bc8 SHA512 72af8082af415eb318fdc91993947b59faae3baf4dfb023f06b26540b80722683e15e8f2f2ab0e6080ea59014f354cd54a5f7379bd9d4eefb46279ab03e97085 +DIST firefox-52.7.3esr-gd.xpi 439987 BLAKE2B e64b7ccb3226a304a99f399d4bcb4769c89c20504018253573417dab6e391dc1718b794b7cca13907094195ba6e8ccaa4054319064210924129cb569dabe6be5 SHA512 a5af5337581180be64512716278cb19f9a2df35a2a6c862715eadd7ef296e216e078bbb5d757c27d01ea067986e2144347f978bd1b3054a89c75cbf54ab9c57a +DIST firefox-52.7.3esr-gl.xpi 440039 BLAKE2B c440617b14ed0a5522b12fdfc8cc7c83548ca7134503a0364078e66cd5586d6bebe8ebf750bafa3b453e5bcf92baec04d6750e53430a98e882e59f7168c41e9a SHA512 8ebb8a8c002452f987f131ab2d65259e64be65b87e48ea32a9a200b30f96cec913ff24946b2ca1594c7fcda2bdce3de3c97aa789cf8d1dfa0c39826953c11f26 +DIST firefox-52.7.3esr-gu-IN.xpi 482104 BLAKE2B c89cbb044c6158a5c91b1a27b1af4c2a57ce1eb0671cdde55ceea1d8de87b9ef5a22e3b4afdd74a47538622e5dd4351e737218c37cf341c920ac1be79e221918 SHA512 f669a238acbe809c9ae7629f3595621936484e92d555180396751e5333855dce2bd2f94b32680e863a547ddbf6970edd3286c44d5ac1cf2023385bd649619e86 +DIST firefox-52.7.3esr-he.xpi 447927 BLAKE2B 0b6ce0da3c56c69d2cbc621044f13fe831afde71be9e3df87802ad7f0c515cafb83c0df25d02441653b8b6daf82646d2ba0a284a8daf83194bc3c681429448c8 SHA512 60ebac3a159f430896a993eabbe893a8066ef4208e8c4fd9e30ef3963dd95f27e1038ccc8476d4c9833e738f816db7c15e2590d9cfc08ce719368ef72fa4ec29 +DIST firefox-52.7.3esr-hi-IN.xpi 499256 BLAKE2B 32625a9cabc9f043161063c8b337338dfc553feb92392a9584a1b4c88310f96d1e711716f20f1316d558033b632fb0d3817c4faa47b18fbad47c36387c314aab SHA512 23ae521effbe484ddcef3cbe1f2b96ee76f9bae7e165471fca84b7be443a73419d69dd64804483ac24a72b1c7d50668a44febce459112523d2d8142f8630045b +DIST firefox-52.7.3esr-hr.xpi 440149 BLAKE2B dc67d8cf52a9158f7e687d6dc3af04524b2ab87ff9329913e4ebb8a562f488c492ad3bcc96d6de8686e1fbe5b14eb904f4e39e5f163c314e6292041490c95fe6 SHA512 5187c96308b5144a1e12fef55a34af9a7ba371b5d4fe4c4e69a04f0277f784795fb1cc199a77ec98757049b2336dab148c5dceb0d0ecda924ab5404ce28cb039 +DIST firefox-52.7.3esr-hsb.xpi 450001 BLAKE2B 23afff9fc1171b68035657c1b8221b75c258bdb210072a1216d22dd26c80b6adcb50dcfed0d9a882dbca0528f24b7a67a98267c56f71fafcb4de0cf5490c4194 SHA512 e447d6b35a47126564577727ed160ee13338a21d6701458572b7588a5065791ec7ce84fa0f830d44981d087ced6ade7f5fe1055cb19eb48e7f8fb4d14bb0ce41 +DIST firefox-52.7.3esr-hu.xpi 451496 BLAKE2B f2c192a1802be7f98686565e84be4677ef70c693aa5c86c8dd40b2f0c92de465fd41aafaad8da53b8871f165ccef2ceeabfe3294b8f2734a39d2675df30a8c80 SHA512 fd76349533a388a11159325546fde8727622257b24e58d7bacc88388e5158f17a2bf174a55c5a309717cd0c6b172225fdfffd0ce7ac2430abb2a643d583ef288 +DIST firefox-52.7.3esr-hy-AM.xpi 488414 BLAKE2B 5d45cdd4d07dcc061fc724a6fb9e065e2cdeaf16343fbbcfdc07cd0d9d5e965d60a8a7c0f532df9b52e85bd5d91a9131c49476b3c5e1c6b72233d3b37ed54a12 SHA512 24060f5f4e943aa72f96c1d94ef95d136d9e1fbf5240b92bfc16f9213886b127e0d29e60185638737f2126e96a8e8bf70d2b8550e9c5e95edb70e05a38aad77c +DIST firefox-52.7.3esr-id.xpi 418764 BLAKE2B 52109fe660a782271dd694a99c8c936e93516ac4615e5176684227763a603712ecc605a5ba4143c38bcabc73e58c858b5c8ae81d2b3ee4756036c835a1a43645 SHA512 ef7148cd4c092a29328a9842d44c21511c556d427dd894cd26114f4845ce009fb5e82e18f457a3a57d9c20ea4d6cb36a9fc6e46445f1993f79b9d50e25942249 +DIST firefox-52.7.3esr-is.xpi 435339 BLAKE2B 43cb72ca3b1b32261d777312018dc7d0cd334c852550f2e2c87f9979f99b257d4aede3840a33745c8a60492f5f2e930d2f0e4239ff405d654dd4cde9e8496081 SHA512 fecda61f25a8f7e4452419706cab17f5632727795ccbb9150799d658f11adeca71bfba3decb045edc5e8be505338bfc830b73750cc7d564bcfd28b865d3e03ca +DIST firefox-52.7.3esr-it.xpi 331969 BLAKE2B 3d210d9e137e4fa1b713c7d3489e20071f72fcbc4273778a4bb3417ad31e76e0280a2c0728a87d1b0dbd0efd1f1bd7cdf8e0a4d7104f9b493bdf4a3c4146bc9b SHA512 3764748f5189ade0aa748b21b5004198a22f1e9c832ab571cd6f6402f59819aff1404b2be0c2438c384d9cc008713cd20538796891c6a592ed1c422829c16b20 +DIST firefox-52.7.3esr-ja.xpi 488343 BLAKE2B 42574a3d693bbd494de36421529afc7a060a36d5d4315c490b6108ee2d1f1676f6d0e0fb8d94037c903c8fca3c5edb6b2964c599ad670d62027379a31ee02e77 SHA512 bfe50dbd809f21f4c772a6f1a9baaf726cfd7e50134004255eba374a6d41e681391104cc9833a606404b5cc904215fe617651259c7b6b5ab0859250c1491735d +DIST firefox-52.7.3esr-kk.xpi 496939 BLAKE2B c61ef29ea7a3c2ba137e767f7f28ea814d309403a42e8891dd00d7a061b5e8f91b095d2d302cc36714546847eba1776cf9829d403d0acbd79dc600aaa8b89eb4 SHA512 4e624138faf4b0c723dd72acac4dd502679cba6d3b09b49d9bbd123d14d876808a530ebb44b445736f29f84c6278cafc28aa5f5a08632bfe940b6ee06af68282 +DIST firefox-52.7.3esr-km.xpi 512988 BLAKE2B d2aae6b5bebb5b434e3288858777bb7cfc5125dd706f7e0e5ac01431eb94f280a48ad213324855a52e7db4ebddd16674f1d25f6d6a5b6e429628010f3a88fde2 SHA512 552976b8a6a426ba39bf478486aa0370683faa5a94c6dfa7acc6e8c95850ea2d00b63edb26736faba02fa4c2e9ae640c17daee477d53fe760d886c3d0d91f3f1 +DIST firefox-52.7.3esr-kn.xpi 512199 BLAKE2B 44ece6b3b70686961f458454a186f13009409fbb3e66b7c79ec7f4e0ea2fb30f72f8ce6f4dafb8d1bab732a82197e528153c50e64dbac7c56943862480dd3bb7 SHA512 884985df121102000e1fc4c27fecbdb9a5a2f5400be12c4eb82c3d6da67e0b9d3f522e0d41cbcd892fa64c21f3515157bef2638acb0c904f2c2eca8c04cd4ae0 +DIST firefox-52.7.3esr-ko.xpi 463629 BLAKE2B ee9642f6bd5e4685435446f3c25f69de2a894657505ae540d9df868ef1b3a4ca5bf6d1d41b3deae5ae79aeaa7b31b4ff99982e558064b50e916ea770e2a030f4 SHA512 2448e4363c34f07e4a7fd083e0913938f2b590bb8f01f0c5efcd09ede9d383c0cc8f50e364d8838e9f13c88b3cf3ce5fedd0ff42a1fd80f15f029ea9f4a7cb75 +DIST firefox-52.7.3esr-lt.xpi 452236 BLAKE2B b37d8b3016c58d6b6251ce53fd8ce6b54b1272103ef54c0eed0f7ee2913f4f3248eb4d02862a48693824441a0f531e0fe62c0372ed3fac079fce40208e3d9306 SHA512 5f65520bc2beb98c235332bcac57e0831aa4aef8ec4a6f24d483ff1a3b5c261de7689e0f367894a6018ce5f7e6e36f2aba0364e8f30643164ab903baa6504c72 +DIST firefox-52.7.3esr-lv.xpi 441096 BLAKE2B 1043cb24542ec628e6437a789b904fc36fa5b746fc421700053dcbfc0258c1dd686bf503caba9624be328167df37539c9484ac40ec22f51ed720c541c858eabf SHA512 67d6b42046d0dc05719c5b1970ad496b0e6d6bcca22a4fde0df5e7221b4c683e62e804938d2f2f55dcd115d1173d994bfd4e33e807e14ed270ac4029d742cca2 +DIST firefox-52.7.3esr-mai.xpi 492585 BLAKE2B 185b40e2d6b4e0a51ac5e3521fd65bffdae9e5d799e7f0aada082c2c66611f3b18302ceea0e08eb6934d1eac9462904daab7a35921ba057fce8da6d7b24d119d SHA512 5f69ce46d39b99bca7b397c424f03472962b5905cc2210d3000d3f62c91ca0bd3b25ee5866db91df8d50508d651904b6af77d2334134c22035d64cb50e0ae81f +DIST firefox-52.7.3esr-mk.xpi 488846 BLAKE2B 5febc5374ea3cbf07794c7e66a376ebd5632d67efabab562fa6184102e2b10476f781b66b4b0f1cf62856f097d842d191933cb306f93bb4e15a7b8217c08446b SHA512 bc52a2b5baf9ba3a18b7673fc893bb8bce6c6a0b85a5f210df7cf28ea04e88425851ebfb34d43540ef14e90ed05346dea7b6285b72ff90436eefd164e085180c +DIST firefox-52.7.3esr-ml.xpi 516486 BLAKE2B d61a6522344165bd73528efe05bd625b21f9a9855fb0a6c68e21b49f3fc9a6871bf84c7dd2150d9070f469422f43e482643e35e7cb23256da3084957fa8397d0 SHA512 8b15ccb9622b157013239fcbb5e43f13378058a45e4d4376def3c5670f164d971f7805708e43f18b1ec3f3a7c2eb54f462a76a120a53936038cd525ca825be07 +DIST firefox-52.7.3esr-mr.xpi 495178 BLAKE2B 7a3c7d4f652f7b1d9dc2c3cfe023607b24540d5a635be61ca8ff9d3b199c06335e79703e8bf4a561a8da15dc7cce267b4cdb307209b17f46fcdfbf2cd3e7fd2f SHA512 b180bf4f2160c0de344ca38d520409e3f0efdfdfd6810dec42a7fe55651da91538f32e9510d67d30b364941470cd6b4a043678b90daddb57390d69d498df851f +DIST firefox-52.7.3esr-ms.xpi 428635 BLAKE2B 95c46b6eafa703858c0c913804b10f5569419f94d1c1e62783dbe1cdbac4e1b98c8732474078072e7cb9720369c482ef74cc6429dd04265b8895af92fe5a2bc5 SHA512 f7758f71899cbe3f38db68345c96be919970b8d3c2cbfe48e83d9f46a2f807eb936f8385a91a749760350ed242d5b16358eebc84cc3f708b6579985653460560 +DIST firefox-52.7.3esr-nb-NO.xpi 427148 BLAKE2B 63c356154a38eaf3e2a1a9296bd7b9a0afbc78fa06fea227bdae9da930ff7edefbc876a2fc5ba3345b5929759440127836013ed58c9f5c73331f7d24fbdcc4c6 SHA512 7c69c102ae07093038114386fc0e3eee749cf065430a6e354afbcdc512145597bd7143b578ec04c89dbda6a68277625f5ad7e3b9ec4793570c99235ef884e96d +DIST firefox-52.7.3esr-nl.xpi 432007 BLAKE2B 0e7e7edd23ef941151fdf1d8f8dfa96a2a442c766dfa88ff479ed4f4c974acba954d93dc2fa6eb92044ff1efd3a8d7ffec46cb246374d3794bc39cfca0c91179 SHA512 60fd2f5b63f0d4a3491514444b57bb87a06d6f9d4d91ee7ed0d7d430001992b4de9e6ce10ac4020b0ac726123863c816b7de0bc2b238fdb0edf024170b88f75c +DIST firefox-52.7.3esr-nn-NO.xpi 428645 BLAKE2B 718450e11df693cdff7a0e726f9daaff721cb7586bad44373af0d024d2140eeca43e530a7c86246295b60bb5c32f503dad67443d2fdcf878e0df2d37c75e3c85 SHA512 7d7e72f91ecd2127bbc8e678e9439e224d5c6bc0b28d23716290b2a34b7e10326d62ce7a8d1242b7bb2fd299d4376ae4ba2940725639bea1cc38844630b09ba4 +DIST firefox-52.7.3esr-or.xpi 489664 BLAKE2B ab344ac47c473943adfdf3ca4ab364ff897f095936cdd9b8a90b043b84d06142559aba49d4b755133a997423fc20ce27c9f3a07acb6c341086e5bc343191e586 SHA512 8e7df41e037d3ddfb7e6b83e035dfac89224dee5dcb3ec3f4ac4ce740fcc5013a6f0be579fbb58a1a9a3a59b539b03d3298f3da419a3fe4daf1a48038b76ab72 +DIST firefox-52.7.3esr-pa-IN.xpi 469325 BLAKE2B e9e010150baaa8e721e6544d63eab2418375dccfadba675d44058e62e5dab70218ecac01f59253d12a1d11030a946092e632e581856f56e14aa6da643a997b09 SHA512 2753837ab4ffd03ce5223939c37407269cc83afffe3f4471fcab5959d60a8542766ff3fc2d9eebfea234630b507ff490ae4d31213aa22d2c4c0dce5020e916b7 +DIST firefox-52.7.3esr-pl.xpi 352851 BLAKE2B df48c47153b70d17a38b8c2fc3822e1649eadbe1aac9703397f19fb0bd997dd56594fc24a68dcf331f1593ee8fa6431efac2758b8c37374b352928f75d2850b4 SHA512 4965aefa00331db7dbb7cbf135c4b709f156819948eaab74ea92e7f6798e7c21ac5cdd8ea1e338d3559822e3e823e933e643ac5ce659faf48fa372b1d788fa27 +DIST firefox-52.7.3esr-pt-BR.xpi 430902 BLAKE2B afb0cb8a9da1c01c20b40479a662d93fb2f9b5605d5831b8cd86c08c06217824a237b8d64e8527d9f99bade8a228e0e8ef98192b7b2515f51401797835f79f81 SHA512 3b74443d05f503fcdc7dc2c6a981d43d67f98abbf287593184e6993bf7ba48c1f8b8af498482c982a530a15a357b245f376e624eba85dfaae1b28e00c608ef79 +DIST firefox-52.7.3esr-pt-PT.xpi 436728 BLAKE2B 5b90c6b7d12facb74db51c2d3ad372f266e6c9c4e94124c606fc7bd14dd6ea71d8a5bd25ecc5b1a9667b14ebf8a2f29c25b8b8e56839ce9be61edb8459eb857f SHA512 f1b611e32931df52932856b7f2ef5c8f1b019bd40ea028749ce2a1e34230b624d51334af6f76ede33e2a649e8bdd7d13768f1f7f3e3b496407e63578feedcd81 +DIST firefox-52.7.3esr-rm.xpi 427341 BLAKE2B 22a02067af896a59b86cef24fdd555c4e9cc1891a40154393d7d80a3a643c07c7a50c21cadeeb67d1b9bf80f647e527832d397b61fb58e5d764386487f07bec4 SHA512 a534e52771863cd2a22569e3338a37a18355fad7aaf12f4ac2629c5abf6b7683f4988be254caccb2ba0bd16deffbb47d1ac9e15a2d4d1eea812c8c2ad7f00a6c +DIST firefox-52.7.3esr-ro.xpi 442585 BLAKE2B 00c2a087165a5cc792f8db7600dfa2c7455401cd4e419cb53cac833e6284cbb15e5ecb84e1ff4f65bfb3d0a247de8204459cf197e4bbd47ea0db3153270e564c SHA512 763e6d645921e3bc9c7179fc6da7bfa07aa45bba83ca7020a987192dc8a49f53f6ed9461a98ca821ef89f64c6cfcc1c3175725cc84ed9dbafae0ace9e06a14b9 +DIST firefox-52.7.3esr-ru.xpi 395364 BLAKE2B 6bb9948bed3487e18d3a69c27fe0c233b42453ef395512502c008c9476d4b5f385335b2f498053ebe4da975cf82789af792cbd21210ef777504ff25164008499 SHA512 aa17d04ece314093d792eb0d52b62617a374724af93a9cd9783059b171682df2569a7ea9c52f44075cb72341a13dd3617be8a48f8d8e8329173d4bef0c93b0bd +DIST firefox-52.7.3esr-si.xpi 484604 BLAKE2B 96f52b45996171ea48dc3b9761a335a1086477c1f5c2967f98c2bb28ea96d58f38027f6e98cbbe11cdd8fa22b27c9c9f81641859ad93e44960b6781bb088b5e2 SHA512 a692e6698d43453e2c1df7bfa58c21b6040fb31866b0e400b8dc03d9f2b8e4a72c74a991cb3e561d920da1bec7d51f6583ea36dd3b3950049f6c6ebbea467636 +DIST firefox-52.7.3esr-sk.xpi 455820 BLAKE2B 2eae2602765ab7b42d2081063c5784a70cb49d43dd2ad7775d4433ca01f0e435b7f097b396f828a77319df6f2220bea9462cb61b6a16e6c8e848d8407e560a59 SHA512 c919bd3954765a7005bdad5e43d5f9b56179e64af955e16bee9693dca4f0fe8aca4ddc8623c0141573270f71de0eaf7ada2ed5dd0032c283980bb6bdba62015d +DIST firefox-52.7.3esr-sl.xpi 433482 BLAKE2B 7d75e45f1596cc005ba0a2171d43c65dd876d4269ab89f168c15aefac2882bf6c8c8eae338d0c0ecc33b9839b05bfb0a286ffcf6d35ac5f85a6d9f0644b09b87 SHA512 dacdd36e592791165ed04ee41396d3cc2982910cd98f329ed2fc5badca63b91b9f120aa4cb7974683128697a9714f7262c32a0c3abd6ce7f3329831ca2d20155 +DIST firefox-52.7.3esr-son.xpi 427860 BLAKE2B a408113175860a053c53599607c5cb7a944407c9011692fd8f10c03b48245cf64ae53c65ca7e143794ea17b0accd7e6668108d2db3a5dd82594e878ac9e80687 SHA512 99e674d9892358271190447f3fa4fc9af01210858a7b1328cf8e0f0c2254ba3c57376abf186be4487fe64d86e95f76b2e163b3919667dfc465b6b7da2001cd6e +DIST firefox-52.7.3esr-sq.xpi 440802 BLAKE2B f9e7a56c422a7401acb01ef0d7949699f714ea79d89b90d074a8b9d27d83f2ad8b0dc8cae0b02ad48469adb9ac9e82cc74ea9980e1e67d923e5a515876d9c04a SHA512 4493be44cad963d85763413c36cd4354d2c0c0648ac92d37e593bb9394c0c3a988d3ce554f5cc6ed6956ef887b203d40d81b3149a1deaa3ea65913dbf541c967 +DIST firefox-52.7.3esr-sr.xpi 463395 BLAKE2B 32138dcc137dbf3ea8acfe493246e4919e5693a25d8554373009750120cf110fa32145ddf0153b54fd7b14903de03119514e258d607591e897d08ae42c28da5a SHA512 aff2c694f0b44047ad3ab1ecabe63c4b11ede24284ee520c180f85c31eda315e2887bf4f20f6f182173f6ef9f31f4201ba7cd18334fc7dd855e5ff7d70543e5c +DIST firefox-52.7.3esr-sv-SE.xpi 433911 BLAKE2B bc987651e66a3573ad5e75e5ab6caf961b65e24afc495e1e2091c470cb29b033612247ea75f2f111aae4c497c93ca7bffc7ec9883ba6eb4efe11db656d1dc68c SHA512 6eb4c9f6211a21e3c7e6edb47afdb5bcd8ac74c10f1049b3e82802025ff2185bcf1441298520fcd422afcca642c2ee38e5df556f979f68e112df157dfebabb34 +DIST firefox-52.7.3esr-ta.xpi 487542 BLAKE2B aca5d4a715bcd675b07d5dceb792465ff8905167b01ec1edfd1a6a9af35cb53dfad7f2f5a5bea3783f3c98030cab7364768613b514482562f354b4d9e08e14aa SHA512 ccbd28a477b13327f0895d6bbfd541a750f498d4d2614c2b602986b567e9b965fc36af1bc0ff2884aae94515384cf827da41f70b9401af2c693741282ae4fd65 +DIST firefox-52.7.3esr-te.xpi 507987 BLAKE2B 3f7d5aacae1c73b347323605ea559c38fa643af5d38e065262b742c879ea672ba33409dd73cf6733961948f9e11c25e49f223d16995d96ea25588af8cc4134b8 SHA512 2677b707ef4ab66c9bae5df0294b0af9e692139cf39fef410960bd613988b8e6759ecb579bb6c73a2420766e1fee5f86817805e295280395eb47fead4d1ef65d +DIST firefox-52.7.3esr-th.xpi 482021 BLAKE2B 986158d38ecd860d63a4663c327d3658fb9aee73a604d0032e50541dc5f28cb60e61850cc3855439a8446234ea07458f037bb983073ecb0e9a7e391a222247ba SHA512 c1423fa715d9bfa4e12edecfc51dc2681d4c3ff94710891985f49dbf0a0c07974b7eb06ac911bf4667143599bc002985bfa77ff9b426011eae219fc9da9dc297 +DIST firefox-52.7.3esr-tr.xpi 443673 BLAKE2B af12f97a9c8658e621b74d5a3b57f117c1e7296253314d696af4abf5436a288b56e8a8d1fb09755bf1854d9ecd401de07ca23d23f7370ce47547956d56070dcd SHA512 58157cd5be6966fa55265e75bc7b96ce8b8d3b22af528f00121a76160916fd669aab8f7f5bccf858272c2aa2038815014d24b126688fe0140cac0dcf25b03e43 +DIST firefox-52.7.3esr-uk.xpi 495095 BLAKE2B 3cf21440f6623f4e5123ca40bbdd1fb6f3258b567f34576af7b120a180818484ade9b1d1fef3020b3439a28328a3618017195f68b5fcc7d582fe2f8c4e0696a5 SHA512 e5b73f206ba12a9b957ce6d4cdabcb0546cd55afdbd01a612bb70a6c9d3fe792174a871760926d1df7dc4fae481903b7dcc0fba80a7abe32e3970837d18bd1bb +DIST firefox-52.7.3esr-uz.xpi 440564 BLAKE2B 840e46fdc276779b58a23e1827e071ae27b6aa74f64f0b18dc1064dd99e5806687c8a0e21c8892c5f48bb8674d6e40ee86ee2bf5eb39af3a499ba291d842e842 SHA512 27326410e6568d0d0fccd309a686a6db99b3b1c5547676ffd50c65c633bd36b92b6e5a537afba7241c7327c134a070da216e9c8d6ef17de4c9133bf8fce019d9 +DIST firefox-52.7.3esr-vi.xpi 450804 BLAKE2B 67e49dddf49ceb524849001f17a9ecc8ad3f5dd12e062c6f8891a6ed8fd43be5f465a7e91ee54bf79f4ceb1af8796da0a61ec08d9609df6b224925884441cfa4 SHA512 52cca8f72f0684a45c611fd43104baab72eaf4cebe80914c314b5a65beb95fdaff33dc6a56b769e3a26f4aaa6c1d96d8c77329613b2d6d29c2edc4f8e1fe8b9d +DIST firefox-52.7.3esr-xh.xpi 441172 BLAKE2B 4cca07c0827b83c91207c526c373428d8e020f5199e6272e30a279813ceca1c41859758f85b82fa5e53c4269d8014725f0b0f4e539584e88dbcd11caca869627 SHA512 da21a8310e988cc771faa28c61211c60d81b4020fcfd4a5d4575127a6a4e0df4f61d8455577dbcdf34a6cbdeb16ed136a42e2fbee22e67001a5261ecc8f74b59 +DIST firefox-52.7.3esr-zh-CN.xpi 461678 BLAKE2B 333ad4d30bca8d9480adcbbbd05c8d4fb01a614eb4486645bdd3e5a0c17049a66935043b6a8cfc72f9f1843fadb60a1f1043ff357e38392f76feabda685c5013 SHA512 58a5695314f3e6cc15cbd0acda8009860efb07117036aecb088edb65a46ef72a97894d1581327c6364496a3fddc6633dbb997d307479342efee82384317f66bb +DIST firefox-52.7.3esr-zh-TW.xpi 453067 BLAKE2B 2fd280b5abf35c02dbcd6877d317c73923ea3b922e4eb2a66ad09f8ad8fd47b7fa7a18d48d72bbf45637ca326b9ed8ba9d31d823c78893618c8da24175577373 SHA512 1b52783d9d630ec314ca0dfdfe57234a344ca901d82e5a38d624cf21b655854e3d6d288513741d950ad768569c905900dd2b19b38d6b5febeff8f9f9f3985540 DIST firefox-58.0.1-ach.xpi 445613 BLAKE2B d31a4fbd85f35289c848753bad51cf0b228cc6a92dc2546de51527a33e90213b58ebc2ef705dbaf5352534d32ed779f37182f37d6ef959e412c6ede3bf283193 SHA512 b84000cae701e5aeff6e5b9f55ea831a384e7c4b34bbc1ec32bd0483a7da07ada48e83bbc16dc898d27f347e6858b58a70ab154a50fa7ae56984ee8665a0041b DIST firefox-58.0.1-af.xpi 445015 BLAKE2B 1201c0cfe6351cd3125642e991e7465a95e1ce620da93175797979b130436c9dabb2cf2b488a6ce660aa7388066760e332eafd5e8ad020ddafff9ffc1165e75e SHA512 85a2f91c82bd09dc36a102bf4f51dade226c9d4d57c4b07ed2d3eec98f4fb41b2d1d85d197a410ee3b7f2ca75f8cea09ad811b48d3b8c06b2abe083cb649e5a7 DIST firefox-58.0.1-an.xpi 469442 BLAKE2B 50c6f9ff31a9b983142184bd87588d52c2af6870e77ee0882d99bcd8a99e4f0c30e8db95fdcaebd3e811b3a44f3b11b897d22b7815991f3bdbabf1f40c2dee78 SHA512 8ac4aad32d621b3cb3bc443f41d0e0e369b41e20b00a28f938032951988ba2efac7d7f1834d3118dad4721d0f8fbb252017a9dfe358c07040c7c41be81bd519c @@ -166,7 +166,7 @@ DIST firefox-58.0.1-vi.xpi 476702 BLAKE2B 74e70d604b3f31b77eea9ef26aef6a182897af DIST firefox-58.0.1-xh.xpi 467880 BLAKE2B 1aa8d232b5d4bf8e14bb65bfae4da111cc71de713f3cadc94ce36c1df9f41f428b33b88ad4d84f720c0886a02e099880f6f54bbad817ffbf3fd1e83b976d83aa SHA512 75d498f4654a59321602b4a6a4c6a2e725ed52c72ba2a5db8da8acb82f88dedfeb65b52572b5489166f697d264794365ddac3cf15adc662bd028fdde9338b1b2 DIST firefox-58.0.1-zh-CN.xpi 490106 BLAKE2B 80fa9939dbbe7a854edaedafca5a5afe68aef6ae76dec18d2e2d63b38aa1f0f65a589c3afa193afd17b26f5c3bc700d2b148bd4f6dd2e035619fc750a7e49c50 SHA512 6058b305983c055101878c928b5c7774e7c64f40b7839142308a49a53b953a41a3fcc13094a464106bb1e13abf881eb390da5fa48397565b48987994dc2edae0 DIST firefox-58.0.1-zh-TW.xpi 488340 BLAKE2B 66285959b64e1551b2ca3ac5d63a628785169823254e0e2cd463ec7a60b804be988534965b04945ebcb8f450406309739fc6dc2c1d47f5aa96054dfd452da0e3 SHA512 6019a4b88c805145eb336446a8b9d808ec5f8a9bb6146ad44445757f767642753c882a1c17d4ecfc002eddc2e3b4658783f3677abb2e57d374002d6e7da36c42 -DIST firefox-bin_i686-52.7.2.tar.bz2 58570084 BLAKE2B 4579db971c8b739d9ac151e482bf568bbe9f8dff3fa79ca4ca4dae9be3b0cd14d4c525e22561830f4b0b30dff44c430f063e4df261f504216b1694d18c9774ea SHA512 471ffbb1edd21c41241b48229ffdeb27cc6457d22ad6a43ec71fd8bce0f3bfd24f7628d20732cdbb93845c565a459547f23b6d67b4c69fadbff142f284992e5e +DIST firefox-bin_i686-52.7.3.tar.bz2 58579919 BLAKE2B 1641fd6628bb9b2d819bb2811eef64270a0f9be5ad1aa11116593290fe557678c7d22f86d37705a1a03c51ba3fa628874a4bfbfa31c0b463eed73d5f3e439b7e SHA512 2f61b8a1da149fe317b44b436755f3a4fdfc34e14064222b08005018627c65feefc73301ccc8d8a574514d6f4237098af22b3ec0391e8e3d7e34bf3842f64d54 DIST firefox-bin_i686-58.0.1.tar.bz2 56229443 BLAKE2B 472429504c1ed515ae80d91aac2ca19c084457ceef8177a680c8a1535705c9d576974e8979e1f950dcd7e2593b4a952afea7a2d27fd3e412032997d3919967e9 SHA512 e3d289363aa63cb459e1a1f4f18e893617bfc6f972a49308aacf126698d2dde0baffb3dacaeffae9471a8111eb332c753f376ebbe31aebfbce52c5ea84122a16 -DIST firefox-bin_x86_64-52.7.2.tar.bz2 57740639 BLAKE2B 0280c05df506576f17d543b51eed89a9b75d458700769779f12b332c3b6b4bcabed115807f6a07642b528e69123a812c16a14df49df142c38371977a3e100cca SHA512 1e9a24300880f4ecbce3055209511e93aa1f666e8cc02a6888e296829723963a840e0c72aeb98ef63ee00b5259ef1bac768688546f1252051a6873ddfbcdd027 +DIST firefox-bin_x86_64-52.7.3.tar.bz2 57756960 BLAKE2B 96c8a5a0115b27128a43e16072f87370eadeb5f6c416560b31faadfd3c306cd14585d01bc5ff8361fae4fd930e25d3876607f7a28356ff8c6eb7128f7a5351af SHA512 56b80d42d142e347392af9043fa3430f00f38acd3e655cfcaf702f6469499d8393af368ec5aa7690813acdfb5d89ed3dfc81aeec2d171f68ae44a6e1b1b46185 DIST firefox-bin_x86_64-58.0.1.tar.bz2 54288560 BLAKE2B a9291110ee53a372e043e19814ed336def4ccb37e7f0b19508d6edefeec7185c487027c6d5224cf6c518acd198590bf41fb8c07fbfb7dc809f7a33cd7b7d649d SHA512 ad5b2b66a8579ad2f3a9ff97425af7e9c7ab4235cf44a5684ad481879ea953492f0639fc79121be9f808bedba80e3c0205e43433b99a1c8809544fbd1bb3808c diff --git a/www-client/firefox-bin/firefox-bin-52.7.2.ebuild b/www-client/firefox-bin/firefox-bin-52.7.3.ebuild similarity index 100% rename from www-client/firefox-bin/firefox-bin-52.7.2.ebuild rename to www-client/firefox-bin/firefox-bin-52.7.3.ebuild diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index e7fa62fd843d..ca721554584d 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -276,6 +276,98 @@ DIST firefox-52.7.2esr-xh.xpi 441172 BLAKE2B acfcecf6d714961e815fa903a05c7f309be DIST firefox-52.7.2esr-zh-CN.xpi 461678 BLAKE2B 7991fa87e91b8ba76f7dfb66fb9b6a3feaf098ff30c0036b56e8fc0bfb14eb4c1d88fc0d3c8e2e593d9924902f28b10010a712359213bb490140a60b48af2042 SHA512 4a7db0302b3b18ee7a3132f59652e4065cb9654e4dd9d1057562f4dcf244f83f2dda62f465fb282dc9dbaa97704aafaba4a7bc3e5994aa72cb40b54deb900c2b DIST firefox-52.7.2esr-zh-TW.xpi 453067 BLAKE2B 8d4cf584fc840a41469f4cb952065a1c75221a352da80b0c9a217cd0eb59d2805c06401055c5f1768596f8e36859b08d4a84f0e996360cb34a6f9d416366b99c SHA512 7455e5bcd9bf1afd1e4a0302a8c1231e40f49734690fbfb5999cdd1ba96b030fbd59e5a9fc2d8182dc1ffafa3372e32607c174275da0685e9cfbce5f01541327 DIST firefox-52.7.2esr.source.tar.xz 212673520 BLAKE2B 3ab8d69b7d913d250e315b6d2aa8d0aaf2a95874a494aa77858b35f78581f311fd376abdb818dde8d616f6a44a266d4f051e73dbf6872dab0d337f35e393ebc9 SHA512 e275fd10fd32a0dc237135af3395e3a1ae501844632c973ff3b9bca1456702ee36dbee99fc57300598403c924c0db63bd62a199845c8f4a2e29db5d1e5973395 +DIST firefox-52.7.3esr-ach.xpi 420286 BLAKE2B 20bf210c52535034d453675565f1e1c552e03510c0e288da915e42c22c6dc33c2c5aa5ea7c599357900ee3f131add06c14916dd7dc2e534d6553d9258a06c7bd SHA512 8f0f007819687523ec23a705a8dc36e6920b74650ae80cb1620f6ba4e56842ebe5e03a34fae07e60794ca54fb344216bb27ccf1cd1623778d61f377ea1706d96 +DIST firefox-52.7.3esr-af.xpi 429469 BLAKE2B 667e162d82fac9905d7ff65a8b665132753f955b707593fff3e91b2610cdc83ba842137509a7d577da504ab8a367a20fb2f81b77704579e79cfc9cc09611397d SHA512 d02556eb56457925f7898d2d1107d7fadd43e1eb5234609a03adb1d2c6a87016608367045cd7b409a4691c90416324599c80d28b4d48fd0e22f08e84e523abe5 +DIST firefox-52.7.3esr-an.xpi 437887 BLAKE2B 2391eca94d5d87f0baba9e311dc0cce8dddb074e4182f59821a4500e35e948fe76aba4737cf9001b64d5a5b1cda16613160def97ecc69f46a00ca77b2a796585 SHA512 ad17d4c86561178cfd943901e011b17b5518e69ad5c244d2c8c1ed40968ae15591ab8a7298958795a0b4b7612185c27e4a9c8aa7b5817c523c53c3efb5f72d0e +DIST firefox-52.7.3esr-ar.xpi 466027 BLAKE2B 65ad020968cfdb8eb5628c5b7009d38ac09d1d4ff23970e70f72e43b00c2d03471efb7b13289cf5ad8340852207f1427ea250682c40896fdf9138c597e1b0149 SHA512 86203bb0a9510c119bc9b55bb01cc7a4c305c2599191e39ee36c48f5baca1b00d512807efe4468feb880f211db234ee4ec204bdac9e0cd79ae51d5ecf9a2a228 +DIST firefox-52.7.3esr-as.xpi 479634 BLAKE2B c69bea92e4d4f3f7f71dacb243534837a9ec8cf646d1227cec955013607fb5bf078d4729e6b48e0284ca5a96ccf19713cbd640449ae3f8c69b864b40fd7949a7 SHA512 1424c2dad05d26d853a2c9cc7e801ff69739a8aeae3fc9bc19b5743fe33dab4c104de273edb7196c9bf58e2bfab641cfcedf2cf63d01b95cf8025c6d877146da +DIST firefox-52.7.3esr-ast.xpi 432775 BLAKE2B 936c36f5c3931c98233e2dcedd49418cc35cbde99c07bf3200f1915fdd091497f61c84eb7e1652edf62d09b76972e9d9c12622a76da30926e31fbc9640ab8549 SHA512 6a68444c638c8dd181b81ae3f6cd62ce50c3268377c6fd8f89dfbef1e46628543ae9a89adf5c8874ae9ea5c4324c1b064cb97e588c863210e70cc777e3b0c95c +DIST firefox-52.7.3esr-az.xpi 454923 BLAKE2B c186b64480be48bfab32e191b3c9a8971aa4e5bd889c3739817c38d2ec6fe2dca73a1f9eb1d9f5dcda0ef496bbd53fddf094f5168405c8785858e965b6b56dfa SHA512 1d50086ec442dfa5f4b39a7a4c51a336aa09a505d6ab0ba2fe17e14e9b381b67feb3a1c259d74ab51144bb56310a30eb0ed7f85d6f36c3319c51b304d648191b +DIST firefox-52.7.3esr-bg.xpi 487891 BLAKE2B 1daf6ff64b59b6e358f055da7c8c2ab35ce8f1bba909286df35f4bbbf00bf9f085641850d8ad80847f32b8f11cb9a7d01097a1b23f97b6c1a2468d3f62253a21 SHA512 081d03f8254b9751cd88d360a3c3d464a501a94acce56938e9607064ab602f5ab61b76724e2b81b576c1eb8f008d18a387fa1b0c489859011eca16b36f106f7a +DIST firefox-52.7.3esr-bn-BD.xpi 504633 BLAKE2B c1a5effac092d1dc8228fc86e170a04a26330f8a093f1ecc289b2efef8fd6458520d0efc56d7a99a142783e72f70ed908cf50a5e0605d3ec9272b916e21e8028 SHA512 7c3ee94c330d5c9c47ec4c810eca6d24271e9936c9b052d8d64ad86e2db431ac9a16a0578a310bc1e20d6452501886e83b6af887cb5a10bff69b9a043d0641d0 +DIST firefox-52.7.3esr-bn-IN.xpi 502113 BLAKE2B e1a96d7f15d76df68826c00b52545299d81a7fd7ad64b04c610c867def90cf161ca0d3adfd69dc07cc4eb27c3817889492571a16c3185a3d499c0a18546bec7b SHA512 170973983d778742c8e1dd3a53215b2bae108cb21580a38f10fb21f1f5f587a3777904c370acea3da45d428c87b1df15ee454f3bdf1d94a38394bec83cc58c5f +DIST firefox-52.7.3esr-br.xpi 428215 BLAKE2B 719175374f87784143afd148a4cf81d52ddae7ff46c8616d5bbfdd148d17a5b9928a5212bf1e0a9a7da3ba2f829e6c8d5f4a38c2d4cd9b0fd224d796b82ccd19 SHA512 aa5e88110e98ce5abea1ad920a6f540f101ccc0e0235353d4f4cf0803dcf6041da0f91dc099eb6c7eabbdf67adcd7a1b5e99fc0e0375baaf24d0dd92498c649c +DIST firefox-52.7.3esr-bs.xpi 434428 BLAKE2B 6440e642dbec464c7c1ecc1f81ed32a9e96bb758ff1744302be3e3dad747f48e2c7808281726ef2e2d83d7ad90a2c89a02e344123180fe27300175764400f81e SHA512 f42b7f4ddd0e8e064ff11abe8302b640c982c254c1d4f348fd82e153f496f5d0dc6c914cf287260ca19b9c5a724351278df630ab99bc826aa3ae45c3b03ec7d7 +DIST firefox-52.7.3esr-ca.xpi 443304 BLAKE2B a6e26e41837f290aef6d1016ac038f3f98791446c5e9d505c54a705ab907ecbf97d6f9c514d771013feda54e4b912b57ec5feffab252b36aa9d655da476c95c6 SHA512 606230a6ca5402508b256daa53f54196c934c8ed31ac06ba4a1564a0f3d1643176156b96704cb8c989b076328afedaf634fc982d3becfbc3951177ab1e659a01 +DIST firefox-52.7.3esr-cak.xpi 451910 BLAKE2B 98b0d09046789629e0302a22903e8ff3b0a9c1c945b7365b2a6e6f4712f6f31ccc48929fc9ebe6bcc4dbb13df28614953f3ae56853a41baf0227501c3f4fcd6b SHA512 a1322ec41235b6ced9e38a8042fb7d45f0ff6601d2e9ee48901ac8b02def3ab83ca3063693c3b0b0db7505cb25ecfcfa52ab98858a18da2c0f725d65165fafc9 +DIST firefox-52.7.3esr-cs.xpi 444075 BLAKE2B 50c3281cd10f6f265cb2a98cdf66f42ab30fb4d1a551425f076132d7f5bfb96160da6c4263d816c0ea762aee478520d013e7f387bbebdd02717289e7b96b62f5 SHA512 d2546c1b804544e4fa6f03ac7db60512c938ab09f80d98e8b38118247e4360063caf68a0b6504d51d1ce5ca2dabe18623e3b3881c79e197b4bbebf293f3b681e +DIST firefox-52.7.3esr-cy.xpi 429300 BLAKE2B 1a754c735adc8dd4f91838589b5f889e01a257829ae7dc86d6c084294e3586434dccd3f308e66997c9ae3c43b38d74d36a3b0d3835ec443dc1715734cb38be8e SHA512 47d09bacbd1432de4d2ee9093d50984093da3131823860e8b52868dfb1fe01c16b26ba96d3f4f33012e32ce3a7696ad414cfb010cab99a4bacf16e17b99f5659 +DIST firefox-52.7.3esr-da.xpi 424393 BLAKE2B 91d3b2cbf1799ef30a4ccd47784c0d3424148ac784b8e7e47237a8969dc9bf109956fafcf7fb77d28f3aafa744f16be776618d56ebd5b36a99d6d906bd96de28 SHA512 0a51af7426775e5d2e7b085c84e2a248bb74f028cfb35da703ab306ab1f3a56afded137647565d68325d525c2beac7908e172e64c47bcb25aff338534e1c33e5 +DIST firefox-52.7.3esr-de.xpi 435227 BLAKE2B 020594e8cab8974fbcc0fae9da588d2749e3384774620ef9eab966f70904ca869d380d205c3852210a929db1a0b98c94bf77459c7a62446a5917b9525cadf64f SHA512 2ad94c0820e9783640af34b07857813f9dbfcbc78f7b97398021ce3683391ef9b9d0e56811ffd91881a71efce66d40f67b4de651adbf1aa92c14f132e4ce0319 +DIST firefox-52.7.3esr-dsb.xpi 452168 BLAKE2B b3dd9f7a292b1b355fdd339c7ac6971537acd3bf7b27440875e0bb627d15f7cc68bdffb618d8f7d41e0a00234274764ee58e35d211be8feeef67e07744b501e4 SHA512 50ef3ca12e9d6fb3c1930de1884533c6cb017742d63e0f7144407b5887f90326f34448fb0f0e2c515a6140735452c513ef17a894c2e051b91a9d60c57074af88 +DIST firefox-52.7.3esr-el.xpi 509237 BLAKE2B 02e5c01e5f6697180b17bf9a6253d36006f944cd5e7b14ee2861ed1ee88628316b62cff0a8ac316ef466199aa44c9f0addf89e102f881dc176a1eb1b67558c12 SHA512 45e3b341c285dc5d884e50444ee1f8d27c8a8b49df6902dcca3869462f0ca22862554d8966969397849e7cdbfac1efe0b54eb5263d9410e2020f47616160d8b7 +DIST firefox-52.7.3esr-en-GB.xpi 412038 BLAKE2B 114b2972e8193edfa3920259f4145066ddef7dc04dfb5642a52e057a38de3ed92d80c5e9787b3922d6345b9c7bb36e3cea363ec0a96412aba449c179ad522ce1 SHA512 9442f0b579093b8d4fcc47a8af6c70f7efdc2035ed163c9f2668604d055db0e358c44e95594fcbb04dec85d98e6709c2980694691b0bea7d16d5a5ab732617af +DIST firefox-52.7.3esr-en-ZA.xpi 412212 BLAKE2B 012130e7d99c402ffef0b999b7a78b45459a3dcd17908330bed7ebc48e2b31d9c758b65e826d46747804381881f0116c279cfd0e15b2ccfc0426ad831375a513 SHA512 dba97b2af51ca27fe0c7f910d9a745f827074372875ee66edf4c71b2a086b63b1d3593d5ab04f84b3cdd9e46586bd4ca0160ce9163901c2c7ea7ad9c6c5ce059 +DIST firefox-52.7.3esr-eo.xpi 430116 BLAKE2B 5218f4c1f12c22afbb8f6f46f2c00360f7c47afb14d28c8879a4a2a57ab05c42ab4a91221a40f33e95497764b59626912da36711bc022e4feef8e72b1eb5b8e2 SHA512 cb249065b2aee0da35d099c3ce9e2e01ce4260002b469cdb372fd2e4f1eef1e85f3c4d567b560b6958ab185b23dff586a376f5f0d863979792f021496b7ec522 +DIST firefox-52.7.3esr-es-AR.xpi 438659 BLAKE2B 9665241717924e4c88c66638f2b50dc013c63a3b292b8c96b3d2a1c68c7ede7cef15ea4c7ed87319e0ae7502e0f139d293988f5b466bb58624bde1ed2c51a842 SHA512 804f9c9cca26402c85c8eeaba61c413e21c7b998bc6d668b8d976802b4eb7578158a17f501f4f8874e95cdcdaea0925c4edb1913aaf926dcafc70edae4eda2b9 +DIST firefox-52.7.3esr-es-CL.xpi 438406 BLAKE2B 301f3253cb89ca9072d7ff24f6012139c23167e48f516d1b4e024ca1c34d9f7dd277ea19c87d04535985b6a79711d73d0330a2e2df15d4d64ea26282e1c741b6 SHA512 9e7b74e86ff1c3532ff5ed247b936f941812d4e1e2f01478e0333d1c6a4664c3561b321383be0f18454fa54adf7280e655b87082b8a349102e4de59e9b4acb5b +DIST firefox-52.7.3esr-es-ES.xpi 337614 BLAKE2B 818115ef643851efcbb0f194e225c9ce4e05c8b92efdee288995b027016d25e3efc6d2ae5b624f83e716cdb4ece00e34b061d9d26953b5ec2734452b3d3ef8f7 SHA512 8ea3d0781801b407307c253b3e1764b121da689bf1e6db6188db74ec3d3fc4f6a0b36ef71ee33e01b62bdc097742a51792401c1e76803d17956c9f830dfd2f8d +DIST firefox-52.7.3esr-es-MX.xpi 441127 BLAKE2B e19d9c10d0bee30f26d9d854f7c34258ce50eedb58b90e8f1a8ea8c01bf1dfa28143fa1fdcf4e10fbca7e12a2ecdfcc62acbb5356a2e5c576704c22abc5b2e50 SHA512 e3e9f4b6e80906c0cc7d652329ce15c3512257dc81ed9f97bfb59987a5a25eda6cc90c1db8599faa7aa437f0f6edfa25e3a0a3bf33101214a85177dc6f2d6f1a +DIST firefox-52.7.3esr-et.xpi 425113 BLAKE2B ab3a15214c5548ba6427e30932200c2367778dd8e6f25dd61646bc0a1a5b4c63efa601d650ea9d42db1cfd16eea11ae4ed9bfc74efc0c3f206366d0938f9894b SHA512 dbf53e7589dac155f7898187e95df6282d1c1a64d2861078b4ce5cc52aee355bed723c3130cd37a55ee612400ea5eb5d7a38a4708b723fb8ba9a2eda9ebfde1a +DIST firefox-52.7.3esr-eu.xpi 431124 BLAKE2B 4f2836af0d2eba818a0ca66bb0d02156dd92a070fc9f35510e3cb802b229c3fe7ab86f8f2096e9691ccf50195d0036b4343145d1169319f1e194ae4e5f9f37b4 SHA512 d06091f99eb464ecd3490dd97a1cc13f01082180762585c0332ad43f03aba4d9da4250075bd0177506a435d0bb84287ba340f0895789758c6d90250c444d6ced +DIST firefox-52.7.3esr-fa.xpi 483989 BLAKE2B 4fa49ce22b9b952cde1fb8c7ce6ec8e72dd5fb86be30e16844de3cf933b338ccd2f4b29a712ddaa21dfccc184fe6d1b536a99afa8f6df3947d2588bc30a537d4 SHA512 41d96f223ce28a2a481b4f3d83377b3f05275179ba2be05327ca248ad5e935fbc621c6e34409d05e799a6f9506641538cdc765052854a65c2d84b31358505fc9 +DIST firefox-52.7.3esr-ff.xpi 433662 BLAKE2B fa2f2ca0aa0c27e597739d14ddb8ec508eb1ab97ef5abdb76485ec5ce56f3410c6c83b92eb7e1cdf9d1a5409d5ac9cd5ef20844599ccc15e6348e48440a586a3 SHA512 026912078b0f6839b3599f2d6c13cd81fc770c29abd6f95150c0bb5abe598cb7f39a9110004196e943c1f1107326f1a5f163b3066c6b30b6d5e799b4f64ed5b0 +DIST firefox-52.7.3esr-fi.xpi 422807 BLAKE2B 09493bf143595e87afeb05e2e2353f19b1ee13d2ebc3af7c60a4acbea669c6d3562df63a72970f3731b6a1549ae721f72e0ed741caad9691e685dba4655114ba SHA512 32b37c0e3728801e408b515571f24f5b1db9c4251a814cb5d9176982568bf58117201f4f3425791ce2bc0e21f8d46814fa6cbc31a2d5fd0645a442b19930746c +DIST firefox-52.7.3esr-fr.xpi 442944 BLAKE2B 992e789e94321918a8c6f46b4156777b5799a6a5af9eea23d5768fe8fde0968e8c8cfbfa66155d2e1ed34da77cec1ee76f46850278f6e57a71709d6ef4d9d9c4 SHA512 7b6163f2b499c20ab778ad60f7078b060db6a0ffa32be90857d3fa89e0db9e9624803e9e2dbe267922e2044028412194ae9a81cb94419945f844b971a0a1af3e +DIST firefox-52.7.3esr-fy-NL.xpi 437701 BLAKE2B 4039b415dccfbca115855b38bf4875105c7f665c470b47d687d05b80b8e5392bb00602974e4ff86c8e7f20e2aa879c4e30218e6c5427b9bed230b3ec169465fd SHA512 7417b6d05f00aeed733c2ca586214e9f74463af3c3a97310865ab6ca0853902185a028f1e002aed5a31f37fbaef4235de7997138e385195dd6924f12f3d68ac6 +DIST firefox-52.7.3esr-ga-IE.xpi 450876 BLAKE2B a83de4d97aefecea8f924f56f5dc512911e28bcb4fe6668f5c3f9f6abeec3352468b857bbf2f2d4c39916dccaa47c6b99cd6a3a1d58c8f80e598b563a66b7bc8 SHA512 72af8082af415eb318fdc91993947b59faae3baf4dfb023f06b26540b80722683e15e8f2f2ab0e6080ea59014f354cd54a5f7379bd9d4eefb46279ab03e97085 +DIST firefox-52.7.3esr-gd.xpi 439987 BLAKE2B e64b7ccb3226a304a99f399d4bcb4769c89c20504018253573417dab6e391dc1718b794b7cca13907094195ba6e8ccaa4054319064210924129cb569dabe6be5 SHA512 a5af5337581180be64512716278cb19f9a2df35a2a6c862715eadd7ef296e216e078bbb5d757c27d01ea067986e2144347f978bd1b3054a89c75cbf54ab9c57a +DIST firefox-52.7.3esr-gl.xpi 440039 BLAKE2B c440617b14ed0a5522b12fdfc8cc7c83548ca7134503a0364078e66cd5586d6bebe8ebf750bafa3b453e5bcf92baec04d6750e53430a98e882e59f7168c41e9a SHA512 8ebb8a8c002452f987f131ab2d65259e64be65b87e48ea32a9a200b30f96cec913ff24946b2ca1594c7fcda2bdce3de3c97aa789cf8d1dfa0c39826953c11f26 +DIST firefox-52.7.3esr-gn.xpi 448957 BLAKE2B 21c3073b9be12a1ccd2ba5bc265d9a2180e62ec28bcd893fe97031ef598d3fb40c3795c76e377ef5ca4527a226f69c0b1a0450a81d85641b919a494620dce860 SHA512 9193b7df6f81c167652644cce091f361db10b09192af0bb5a3427177cdf5c30df6f2cb201ca1a5ea4a05c63d7ae6c55170de4fe7d608f04c1ab25224a96e46f5 +DIST firefox-52.7.3esr-gu-IN.xpi 482104 BLAKE2B c89cbb044c6158a5c91b1a27b1af4c2a57ce1eb0671cdde55ceea1d8de87b9ef5a22e3b4afdd74a47538622e5dd4351e737218c37cf341c920ac1be79e221918 SHA512 f669a238acbe809c9ae7629f3595621936484e92d555180396751e5333855dce2bd2f94b32680e863a547ddbf6970edd3286c44d5ac1cf2023385bd649619e86 +DIST firefox-52.7.3esr-he.xpi 447927 BLAKE2B 0b6ce0da3c56c69d2cbc621044f13fe831afde71be9e3df87802ad7f0c515cafb83c0df25d02441653b8b6daf82646d2ba0a284a8daf83194bc3c681429448c8 SHA512 60ebac3a159f430896a993eabbe893a8066ef4208e8c4fd9e30ef3963dd95f27e1038ccc8476d4c9833e738f816db7c15e2590d9cfc08ce719368ef72fa4ec29 +DIST firefox-52.7.3esr-hi-IN.xpi 499256 BLAKE2B 32625a9cabc9f043161063c8b337338dfc553feb92392a9584a1b4c88310f96d1e711716f20f1316d558033b632fb0d3817c4faa47b18fbad47c36387c314aab SHA512 23ae521effbe484ddcef3cbe1f2b96ee76f9bae7e165471fca84b7be443a73419d69dd64804483ac24a72b1c7d50668a44febce459112523d2d8142f8630045b +DIST firefox-52.7.3esr-hr.xpi 440149 BLAKE2B dc67d8cf52a9158f7e687d6dc3af04524b2ab87ff9329913e4ebb8a562f488c492ad3bcc96d6de8686e1fbe5b14eb904f4e39e5f163c314e6292041490c95fe6 SHA512 5187c96308b5144a1e12fef55a34af9a7ba371b5d4fe4c4e69a04f0277f784795fb1cc199a77ec98757049b2336dab148c5dceb0d0ecda924ab5404ce28cb039 +DIST firefox-52.7.3esr-hsb.xpi 450001 BLAKE2B 23afff9fc1171b68035657c1b8221b75c258bdb210072a1216d22dd26c80b6adcb50dcfed0d9a882dbca0528f24b7a67a98267c56f71fafcb4de0cf5490c4194 SHA512 e447d6b35a47126564577727ed160ee13338a21d6701458572b7588a5065791ec7ce84fa0f830d44981d087ced6ade7f5fe1055cb19eb48e7f8fb4d14bb0ce41 +DIST firefox-52.7.3esr-hu.xpi 451496 BLAKE2B f2c192a1802be7f98686565e84be4677ef70c693aa5c86c8dd40b2f0c92de465fd41aafaad8da53b8871f165ccef2ceeabfe3294b8f2734a39d2675df30a8c80 SHA512 fd76349533a388a11159325546fde8727622257b24e58d7bacc88388e5158f17a2bf174a55c5a309717cd0c6b172225fdfffd0ce7ac2430abb2a643d583ef288 +DIST firefox-52.7.3esr-hy-AM.xpi 488414 BLAKE2B 5d45cdd4d07dcc061fc724a6fb9e065e2cdeaf16343fbbcfdc07cd0d9d5e965d60a8a7c0f532df9b52e85bd5d91a9131c49476b3c5e1c6b72233d3b37ed54a12 SHA512 24060f5f4e943aa72f96c1d94ef95d136d9e1fbf5240b92bfc16f9213886b127e0d29e60185638737f2126e96a8e8bf70d2b8550e9c5e95edb70e05a38aad77c +DIST firefox-52.7.3esr-id.xpi 418764 BLAKE2B 52109fe660a782271dd694a99c8c936e93516ac4615e5176684227763a603712ecc605a5ba4143c38bcabc73e58c858b5c8ae81d2b3ee4756036c835a1a43645 SHA512 ef7148cd4c092a29328a9842d44c21511c556d427dd894cd26114f4845ce009fb5e82e18f457a3a57d9c20ea4d6cb36a9fc6e46445f1993f79b9d50e25942249 +DIST firefox-52.7.3esr-is.xpi 435339 BLAKE2B 43cb72ca3b1b32261d777312018dc7d0cd334c852550f2e2c87f9979f99b257d4aede3840a33745c8a60492f5f2e930d2f0e4239ff405d654dd4cde9e8496081 SHA512 fecda61f25a8f7e4452419706cab17f5632727795ccbb9150799d658f11adeca71bfba3decb045edc5e8be505338bfc830b73750cc7d564bcfd28b865d3e03ca +DIST firefox-52.7.3esr-it.xpi 331969 BLAKE2B 3d210d9e137e4fa1b713c7d3489e20071f72fcbc4273778a4bb3417ad31e76e0280a2c0728a87d1b0dbd0efd1f1bd7cdf8e0a4d7104f9b493bdf4a3c4146bc9b SHA512 3764748f5189ade0aa748b21b5004198a22f1e9c832ab571cd6f6402f59819aff1404b2be0c2438c384d9cc008713cd20538796891c6a592ed1c422829c16b20 +DIST firefox-52.7.3esr-ja.xpi 488343 BLAKE2B 42574a3d693bbd494de36421529afc7a060a36d5d4315c490b6108ee2d1f1676f6d0e0fb8d94037c903c8fca3c5edb6b2964c599ad670d62027379a31ee02e77 SHA512 bfe50dbd809f21f4c772a6f1a9baaf726cfd7e50134004255eba374a6d41e681391104cc9833a606404b5cc904215fe617651259c7b6b5ab0859250c1491735d +DIST firefox-52.7.3esr-ka.xpi 468023 BLAKE2B 0e5a80bcaf14769a121d69ed6c45b3e26715f58772b476f6d49035b725beaf91dcbd6d0eee4104c4557d6d6e05c8bd49da66b2d3815f38896ba1132021cbf479 SHA512 64a881482dde7b83067dece60ffa668346b230553b6c77acd7cfd51e94f4c17fe042607aec8f5c961323727100b77f04875af8a565e07f99fa485e4e997cac45 +DIST firefox-52.7.3esr-kab.xpi 437247 BLAKE2B 57439a15d07cf780b0ba5e03a9385c11cf7d5d46427445c223444859991a47fd2a3dcb047baabf282c38af366d4b955aa9a273927118e58e2a1d6a40e9de7f07 SHA512 34778e5cd684608a7c2d281cd2728eae467e957752cb557c320e15c7941d73e8f8044920e444bd1c92ba54b4e621dd702f95a4b09c4848a52c790b3423cfbb4c +DIST firefox-52.7.3esr-kk.xpi 496939 BLAKE2B c61ef29ea7a3c2ba137e767f7f28ea814d309403a42e8891dd00d7a061b5e8f91b095d2d302cc36714546847eba1776cf9829d403d0acbd79dc600aaa8b89eb4 SHA512 4e624138faf4b0c723dd72acac4dd502679cba6d3b09b49d9bbd123d14d876808a530ebb44b445736f29f84c6278cafc28aa5f5a08632bfe940b6ee06af68282 +DIST firefox-52.7.3esr-km.xpi 512988 BLAKE2B d2aae6b5bebb5b434e3288858777bb7cfc5125dd706f7e0e5ac01431eb94f280a48ad213324855a52e7db4ebddd16674f1d25f6d6a5b6e429628010f3a88fde2 SHA512 552976b8a6a426ba39bf478486aa0370683faa5a94c6dfa7acc6e8c95850ea2d00b63edb26736faba02fa4c2e9ae640c17daee477d53fe760d886c3d0d91f3f1 +DIST firefox-52.7.3esr-kn.xpi 512199 BLAKE2B 44ece6b3b70686961f458454a186f13009409fbb3e66b7c79ec7f4e0ea2fb30f72f8ce6f4dafb8d1bab732a82197e528153c50e64dbac7c56943862480dd3bb7 SHA512 884985df121102000e1fc4c27fecbdb9a5a2f5400be12c4eb82c3d6da67e0b9d3f522e0d41cbcd892fa64c21f3515157bef2638acb0c904f2c2eca8c04cd4ae0 +DIST firefox-52.7.3esr-ko.xpi 463629 BLAKE2B ee9642f6bd5e4685435446f3c25f69de2a894657505ae540d9df868ef1b3a4ca5bf6d1d41b3deae5ae79aeaa7b31b4ff99982e558064b50e916ea770e2a030f4 SHA512 2448e4363c34f07e4a7fd083e0913938f2b590bb8f01f0c5efcd09ede9d383c0cc8f50e364d8838e9f13c88b3cf3ce5fedd0ff42a1fd80f15f029ea9f4a7cb75 +DIST firefox-52.7.3esr-lij.xpi 413820 BLAKE2B f11b2ee042be5b310faf814a5bf7640ca64d0ea7ed58057652cfe3d7ce620f4f92cf819c25b9fbb4deaaad583b5d479b4475f1f131db0cd4a7f42965b161da57 SHA512 ee6763ff1b8c03c37fec01b72d26b8caf8490ae8c05f1df081dc5a41fb63815a9a6a270bde27d37fbabe51fd82b9be4552c250c0b9e1c5da7a9d10ced8062dff +DIST firefox-52.7.3esr-lt.xpi 452236 BLAKE2B b37d8b3016c58d6b6251ce53fd8ce6b54b1272103ef54c0eed0f7ee2913f4f3248eb4d02862a48693824441a0f531e0fe62c0372ed3fac079fce40208e3d9306 SHA512 5f65520bc2beb98c235332bcac57e0831aa4aef8ec4a6f24d483ff1a3b5c261de7689e0f367894a6018ce5f7e6e36f2aba0364e8f30643164ab903baa6504c72 +DIST firefox-52.7.3esr-lv.xpi 441096 BLAKE2B 1043cb24542ec628e6437a789b904fc36fa5b746fc421700053dcbfc0258c1dd686bf503caba9624be328167df37539c9484ac40ec22f51ed720c541c858eabf SHA512 67d6b42046d0dc05719c5b1970ad496b0e6d6bcca22a4fde0df5e7221b4c683e62e804938d2f2f55dcd115d1173d994bfd4e33e807e14ed270ac4029d742cca2 +DIST firefox-52.7.3esr-mai.xpi 492585 BLAKE2B 185b40e2d6b4e0a51ac5e3521fd65bffdae9e5d799e7f0aada082c2c66611f3b18302ceea0e08eb6934d1eac9462904daab7a35921ba057fce8da6d7b24d119d SHA512 5f69ce46d39b99bca7b397c424f03472962b5905cc2210d3000d3f62c91ca0bd3b25ee5866db91df8d50508d651904b6af77d2334134c22035d64cb50e0ae81f +DIST firefox-52.7.3esr-mk.xpi 488846 BLAKE2B 5febc5374ea3cbf07794c7e66a376ebd5632d67efabab562fa6184102e2b10476f781b66b4b0f1cf62856f097d842d191933cb306f93bb4e15a7b8217c08446b SHA512 bc52a2b5baf9ba3a18b7673fc893bb8bce6c6a0b85a5f210df7cf28ea04e88425851ebfb34d43540ef14e90ed05346dea7b6285b72ff90436eefd164e085180c +DIST firefox-52.7.3esr-ml.xpi 516486 BLAKE2B d61a6522344165bd73528efe05bd625b21f9a9855fb0a6c68e21b49f3fc9a6871bf84c7dd2150d9070f469422f43e482643e35e7cb23256da3084957fa8397d0 SHA512 8b15ccb9622b157013239fcbb5e43f13378058a45e4d4376def3c5670f164d971f7805708e43f18b1ec3f3a7c2eb54f462a76a120a53936038cd525ca825be07 +DIST firefox-52.7.3esr-mr.xpi 495178 BLAKE2B 7a3c7d4f652f7b1d9dc2c3cfe023607b24540d5a635be61ca8ff9d3b199c06335e79703e8bf4a561a8da15dc7cce267b4cdb307209b17f46fcdfbf2cd3e7fd2f SHA512 b180bf4f2160c0de344ca38d520409e3f0efdfdfd6810dec42a7fe55651da91538f32e9510d67d30b364941470cd6b4a043678b90daddb57390d69d498df851f +DIST firefox-52.7.3esr-ms.xpi 428635 BLAKE2B 95c46b6eafa703858c0c913804b10f5569419f94d1c1e62783dbe1cdbac4e1b98c8732474078072e7cb9720369c482ef74cc6429dd04265b8895af92fe5a2bc5 SHA512 f7758f71899cbe3f38db68345c96be919970b8d3c2cbfe48e83d9f46a2f807eb936f8385a91a749760350ed242d5b16358eebc84cc3f708b6579985653460560 +DIST firefox-52.7.3esr-nb-NO.xpi 427148 BLAKE2B 63c356154a38eaf3e2a1a9296bd7b9a0afbc78fa06fea227bdae9da930ff7edefbc876a2fc5ba3345b5929759440127836013ed58c9f5c73331f7d24fbdcc4c6 SHA512 7c69c102ae07093038114386fc0e3eee749cf065430a6e354afbcdc512145597bd7143b578ec04c89dbda6a68277625f5ad7e3b9ec4793570c99235ef884e96d +DIST firefox-52.7.3esr-nl.xpi 432007 BLAKE2B 0e7e7edd23ef941151fdf1d8f8dfa96a2a442c766dfa88ff479ed4f4c974acba954d93dc2fa6eb92044ff1efd3a8d7ffec46cb246374d3794bc39cfca0c91179 SHA512 60fd2f5b63f0d4a3491514444b57bb87a06d6f9d4d91ee7ed0d7d430001992b4de9e6ce10ac4020b0ac726123863c816b7de0bc2b238fdb0edf024170b88f75c +DIST firefox-52.7.3esr-nn-NO.xpi 428645 BLAKE2B 718450e11df693cdff7a0e726f9daaff721cb7586bad44373af0d024d2140eeca43e530a7c86246295b60bb5c32f503dad67443d2fdcf878e0df2d37c75e3c85 SHA512 7d7e72f91ecd2127bbc8e678e9439e224d5c6bc0b28d23716290b2a34b7e10326d62ce7a8d1242b7bb2fd299d4376ae4ba2940725639bea1cc38844630b09ba4 +DIST firefox-52.7.3esr-or.xpi 489664 BLAKE2B ab344ac47c473943adfdf3ca4ab364ff897f095936cdd9b8a90b043b84d06142559aba49d4b755133a997423fc20ce27c9f3a07acb6c341086e5bc343191e586 SHA512 8e7df41e037d3ddfb7e6b83e035dfac89224dee5dcb3ec3f4ac4ce740fcc5013a6f0be579fbb58a1a9a3a59b539b03d3298f3da419a3fe4daf1a48038b76ab72 +DIST firefox-52.7.3esr-pa-IN.xpi 469325 BLAKE2B e9e010150baaa8e721e6544d63eab2418375dccfadba675d44058e62e5dab70218ecac01f59253d12a1d11030a946092e632e581856f56e14aa6da643a997b09 SHA512 2753837ab4ffd03ce5223939c37407269cc83afffe3f4471fcab5959d60a8542766ff3fc2d9eebfea234630b507ff490ae4d31213aa22d2c4c0dce5020e916b7 +DIST firefox-52.7.3esr-pl.xpi 352851 BLAKE2B df48c47153b70d17a38b8c2fc3822e1649eadbe1aac9703397f19fb0bd997dd56594fc24a68dcf331f1593ee8fa6431efac2758b8c37374b352928f75d2850b4 SHA512 4965aefa00331db7dbb7cbf135c4b709f156819948eaab74ea92e7f6798e7c21ac5cdd8ea1e338d3559822e3e823e933e643ac5ce659faf48fa372b1d788fa27 +DIST firefox-52.7.3esr-pt-BR.xpi 430902 BLAKE2B afb0cb8a9da1c01c20b40479a662d93fb2f9b5605d5831b8cd86c08c06217824a237b8d64e8527d9f99bade8a228e0e8ef98192b7b2515f51401797835f79f81 SHA512 3b74443d05f503fcdc7dc2c6a981d43d67f98abbf287593184e6993bf7ba48c1f8b8af498482c982a530a15a357b245f376e624eba85dfaae1b28e00c608ef79 +DIST firefox-52.7.3esr-pt-PT.xpi 436728 BLAKE2B 5b90c6b7d12facb74db51c2d3ad372f266e6c9c4e94124c606fc7bd14dd6ea71d8a5bd25ecc5b1a9667b14ebf8a2f29c25b8b8e56839ce9be61edb8459eb857f SHA512 f1b611e32931df52932856b7f2ef5c8f1b019bd40ea028749ce2a1e34230b624d51334af6f76ede33e2a649e8bdd7d13768f1f7f3e3b496407e63578feedcd81 +DIST firefox-52.7.3esr-rm.xpi 427341 BLAKE2B 22a02067af896a59b86cef24fdd555c4e9cc1891a40154393d7d80a3a643c07c7a50c21cadeeb67d1b9bf80f647e527832d397b61fb58e5d764386487f07bec4 SHA512 a534e52771863cd2a22569e3338a37a18355fad7aaf12f4ac2629c5abf6b7683f4988be254caccb2ba0bd16deffbb47d1ac9e15a2d4d1eea812c8c2ad7f00a6c +DIST firefox-52.7.3esr-ro.xpi 442585 BLAKE2B 00c2a087165a5cc792f8db7600dfa2c7455401cd4e419cb53cac833e6284cbb15e5ecb84e1ff4f65bfb3d0a247de8204459cf197e4bbd47ea0db3153270e564c SHA512 763e6d645921e3bc9c7179fc6da7bfa07aa45bba83ca7020a987192dc8a49f53f6ed9461a98ca821ef89f64c6cfcc1c3175725cc84ed9dbafae0ace9e06a14b9 +DIST firefox-52.7.3esr-ru.xpi 395364 BLAKE2B 6bb9948bed3487e18d3a69c27fe0c233b42453ef395512502c008c9476d4b5f385335b2f498053ebe4da975cf82789af792cbd21210ef777504ff25164008499 SHA512 aa17d04ece314093d792eb0d52b62617a374724af93a9cd9783059b171682df2569a7ea9c52f44075cb72341a13dd3617be8a48f8d8e8329173d4bef0c93b0bd +DIST firefox-52.7.3esr-si.xpi 484604 BLAKE2B 96f52b45996171ea48dc3b9761a335a1086477c1f5c2967f98c2bb28ea96d58f38027f6e98cbbe11cdd8fa22b27c9c9f81641859ad93e44960b6781bb088b5e2 SHA512 a692e6698d43453e2c1df7bfa58c21b6040fb31866b0e400b8dc03d9f2b8e4a72c74a991cb3e561d920da1bec7d51f6583ea36dd3b3950049f6c6ebbea467636 +DIST firefox-52.7.3esr-sk.xpi 455820 BLAKE2B 2eae2602765ab7b42d2081063c5784a70cb49d43dd2ad7775d4433ca01f0e435b7f097b396f828a77319df6f2220bea9462cb61b6a16e6c8e848d8407e560a59 SHA512 c919bd3954765a7005bdad5e43d5f9b56179e64af955e16bee9693dca4f0fe8aca4ddc8623c0141573270f71de0eaf7ada2ed5dd0032c283980bb6bdba62015d +DIST firefox-52.7.3esr-sl.xpi 433482 BLAKE2B 7d75e45f1596cc005ba0a2171d43c65dd876d4269ab89f168c15aefac2882bf6c8c8eae338d0c0ecc33b9839b05bfb0a286ffcf6d35ac5f85a6d9f0644b09b87 SHA512 dacdd36e592791165ed04ee41396d3cc2982910cd98f329ed2fc5badca63b91b9f120aa4cb7974683128697a9714f7262c32a0c3abd6ce7f3329831ca2d20155 +DIST firefox-52.7.3esr-son.xpi 427860 BLAKE2B a408113175860a053c53599607c5cb7a944407c9011692fd8f10c03b48245cf64ae53c65ca7e143794ea17b0accd7e6668108d2db3a5dd82594e878ac9e80687 SHA512 99e674d9892358271190447f3fa4fc9af01210858a7b1328cf8e0f0c2254ba3c57376abf186be4487fe64d86e95f76b2e163b3919667dfc465b6b7da2001cd6e +DIST firefox-52.7.3esr-sq.xpi 440802 BLAKE2B f9e7a56c422a7401acb01ef0d7949699f714ea79d89b90d074a8b9d27d83f2ad8b0dc8cae0b02ad48469adb9ac9e82cc74ea9980e1e67d923e5a515876d9c04a SHA512 4493be44cad963d85763413c36cd4354d2c0c0648ac92d37e593bb9394c0c3a988d3ce554f5cc6ed6956ef887b203d40d81b3149a1deaa3ea65913dbf541c967 +DIST firefox-52.7.3esr-sr.xpi 463395 BLAKE2B 32138dcc137dbf3ea8acfe493246e4919e5693a25d8554373009750120cf110fa32145ddf0153b54fd7b14903de03119514e258d607591e897d08ae42c28da5a SHA512 aff2c694f0b44047ad3ab1ecabe63c4b11ede24284ee520c180f85c31eda315e2887bf4f20f6f182173f6ef9f31f4201ba7cd18334fc7dd855e5ff7d70543e5c +DIST firefox-52.7.3esr-sv-SE.xpi 433911 BLAKE2B bc987651e66a3573ad5e75e5ab6caf961b65e24afc495e1e2091c470cb29b033612247ea75f2f111aae4c497c93ca7bffc7ec9883ba6eb4efe11db656d1dc68c SHA512 6eb4c9f6211a21e3c7e6edb47afdb5bcd8ac74c10f1049b3e82802025ff2185bcf1441298520fcd422afcca642c2ee38e5df556f979f68e112df157dfebabb34 +DIST firefox-52.7.3esr-ta.xpi 487542 BLAKE2B aca5d4a715bcd675b07d5dceb792465ff8905167b01ec1edfd1a6a9af35cb53dfad7f2f5a5bea3783f3c98030cab7364768613b514482562f354b4d9e08e14aa SHA512 ccbd28a477b13327f0895d6bbfd541a750f498d4d2614c2b602986b567e9b965fc36af1bc0ff2884aae94515384cf827da41f70b9401af2c693741282ae4fd65 +DIST firefox-52.7.3esr-te.xpi 507987 BLAKE2B 3f7d5aacae1c73b347323605ea559c38fa643af5d38e065262b742c879ea672ba33409dd73cf6733961948f9e11c25e49f223d16995d96ea25588af8cc4134b8 SHA512 2677b707ef4ab66c9bae5df0294b0af9e692139cf39fef410960bd613988b8e6759ecb579bb6c73a2420766e1fee5f86817805e295280395eb47fead4d1ef65d +DIST firefox-52.7.3esr-th.xpi 482021 BLAKE2B 986158d38ecd860d63a4663c327d3658fb9aee73a604d0032e50541dc5f28cb60e61850cc3855439a8446234ea07458f037bb983073ecb0e9a7e391a222247ba SHA512 c1423fa715d9bfa4e12edecfc51dc2681d4c3ff94710891985f49dbf0a0c07974b7eb06ac911bf4667143599bc002985bfa77ff9b426011eae219fc9da9dc297 +DIST firefox-52.7.3esr-tr.xpi 443673 BLAKE2B af12f97a9c8658e621b74d5a3b57f117c1e7296253314d696af4abf5436a288b56e8a8d1fb09755bf1854d9ecd401de07ca23d23f7370ce47547956d56070dcd SHA512 58157cd5be6966fa55265e75bc7b96ce8b8d3b22af528f00121a76160916fd669aab8f7f5bccf858272c2aa2038815014d24b126688fe0140cac0dcf25b03e43 +DIST firefox-52.7.3esr-uk.xpi 495095 BLAKE2B 3cf21440f6623f4e5123ca40bbdd1fb6f3258b567f34576af7b120a180818484ade9b1d1fef3020b3439a28328a3618017195f68b5fcc7d582fe2f8c4e0696a5 SHA512 e5b73f206ba12a9b957ce6d4cdabcb0546cd55afdbd01a612bb70a6c9d3fe792174a871760926d1df7dc4fae481903b7dcc0fba80a7abe32e3970837d18bd1bb +DIST firefox-52.7.3esr-uz.xpi 440564 BLAKE2B 840e46fdc276779b58a23e1827e071ae27b6aa74f64f0b18dc1064dd99e5806687c8a0e21c8892c5f48bb8674d6e40ee86ee2bf5eb39af3a499ba291d842e842 SHA512 27326410e6568d0d0fccd309a686a6db99b3b1c5547676ffd50c65c633bd36b92b6e5a537afba7241c7327c134a070da216e9c8d6ef17de4c9133bf8fce019d9 +DIST firefox-52.7.3esr-vi.xpi 450804 BLAKE2B 67e49dddf49ceb524849001f17a9ecc8ad3f5dd12e062c6f8891a6ed8fd43be5f465a7e91ee54bf79f4ceb1af8796da0a61ec08d9609df6b224925884441cfa4 SHA512 52cca8f72f0684a45c611fd43104baab72eaf4cebe80914c314b5a65beb95fdaff33dc6a56b769e3a26f4aaa6c1d96d8c77329613b2d6d29c2edc4f8e1fe8b9d +DIST firefox-52.7.3esr-xh.xpi 441172 BLAKE2B 4cca07c0827b83c91207c526c373428d8e020f5199e6272e30a279813ceca1c41859758f85b82fa5e53c4269d8014725f0b0f4e539584e88dbcd11caca869627 SHA512 da21a8310e988cc771faa28c61211c60d81b4020fcfd4a5d4575127a6a4e0df4f61d8455577dbcdf34a6cbdeb16ed136a42e2fbee22e67001a5261ecc8f74b59 +DIST firefox-52.7.3esr-zh-CN.xpi 461678 BLAKE2B 333ad4d30bca8d9480adcbbbd05c8d4fb01a614eb4486645bdd3e5a0c17049a66935043b6a8cfc72f9f1843fadb60a1f1043ff357e38392f76feabda685c5013 SHA512 58a5695314f3e6cc15cbd0acda8009860efb07117036aecb088edb65a46ef72a97894d1581327c6364496a3fddc6633dbb997d307479342efee82384317f66bb +DIST firefox-52.7.3esr-zh-TW.xpi 453067 BLAKE2B 2fd280b5abf35c02dbcd6877d317c73923ea3b922e4eb2a66ad09f8ad8fd47b7fa7a18d48d72bbf45637ca326b9ed8ba9d31d823c78893618c8da24175577373 SHA512 1b52783d9d630ec314ca0dfdfe57234a344ca901d82e5a38d624cf21b655854e3d6d288513741d950ad768569c905900dd2b19b38d6b5febeff8f9f9f3985540 +DIST firefox-52.7.3esr.source.tar.xz 213945524 BLAKE2B d9fd21d1d724f681b07c1177147162a98487e60041a473fbb2e3b145fe779575bcf5e71ce9afb9c576c22ada2064623483506a0a87f3800435149b1037a1c061 SHA512 fc5530d8ff5b7f6cd8d9f677d65dee3c1489401c9c9b88258f2e59c7796975cfb7f0b8ccfdf80ae92a6644f51f70de8733c334e4673cad9b8813cca33ae3e1c3 DIST firefox-58.0-patches-02.tar.xz 11136 BLAKE2B 46facc629295d5d31eb0049956ab3a1ca0d2e78b2ddb0aa367b0ab6b893129984aeebb9161cc5e8dffbeaf51f35b2e97a8bee58d233e2a7787f6b169ed777c41 SHA512 dc70d807bd1a5cca08b4e3373fe10a864409b37f8ca8446f4db87edc917eab1b17f154d5f4066f09887d69cbf71fe920c32170b75fec0e46b8cb95da57bc9733 DIST firefox-58.0.1-ach.xpi 445613 BLAKE2B d31a4fbd85f35289c848753bad51cf0b228cc6a92dc2546de51527a33e90213b58ebc2ef705dbaf5352534d32ed779f37182f37d6ef959e412c6ede3bf283193 SHA512 b84000cae701e5aeff6e5b9f55ea831a384e7c4b34bbc1ec32bd0483a7da07ada48e83bbc16dc898d27f347e6858b58a70ab154a50fa7ae56984ee8665a0041b DIST firefox-58.0.1-af.xpi 445015 BLAKE2B 1201c0cfe6351cd3125642e991e7465a95e1ce620da93175797979b130436c9dabb2cf2b488a6ce660aa7388066760e332eafd5e8ad020ddafff9ffc1165e75e SHA512 85a2f91c82bd09dc36a102bf4f51dade226c9d4d57c4b07ed2d3eec98f4fb41b2d1d85d197a410ee3b7f2ca75f8cea09ad811b48d3b8c06b2abe083cb649e5a7 diff --git a/www-client/firefox/firefox-52.7.3.ebuild b/www-client/firefox/firefox-52.7.3.ebuild new file mode 100644 index 000000000000..b1698a54023f --- /dev/null +++ b/www-client/firefox/firefox-52.7.3.ebuild @@ -0,0 +1,407 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +VIRTUALX_REQUIRED="pgo" +WANT_AUTOCONF="2.1" +MOZ_ESR=1 + +# This list can be updated with scripts/get_langs.sh from the mozilla overlay +MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb +el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL ga-IE +gd gl gn gu-IN he hi-IN hr hsb hu hy-AM id is it ja ka kab kk km kn ko lij lt lv +mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq +sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW ) + +# Convert the ebuild version to the upstream mozilla version, used by mozlinguas +MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI +MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI +MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI + +if [[ ${MOZ_ESR} == 1 ]]; then + # ESR releases have slightly different version numbers + MOZ_PV="${MOZ_PV}esr" +fi + +# Patch version +PATCH="${PN}-52.5-patches-02" +MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases" + +MOZCONFIG_OPTIONAL_GTK2ONLY=1 +MOZCONFIG_OPTIONAL_WIFI=1 + +inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.52 pax-utils xdg-utils autotools virtualx mozlinguas-v2 + +DESCRIPTION="Firefox Web Browser" +HOMEPAGE="https://www.mozilla.org/en-US/firefox/" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +SLOT="0" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="bindist eme-free +gmp-autoupdate hardened hwaccel jack pgo rust selinux test" +RESTRICT="!bindist? ( bindist )" + +PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz ) +SRC_URI="${SRC_URI} + ${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz + ${PATCH_URIS[@]}" + +ASM_DEPEND=">=dev-lang/yasm-1.1" + +RDEPEND=" + jack? ( virtual/jack ) + >=dev-libs/nss-3.28.3 + >=dev-libs/nspr-4.13.1 + selinux? ( sec-policy/selinux-mozilla )" + +DEPEND="${RDEPEND} + pgo? ( >=sys-devel/gcc-4.5 ) + rust? ( virtual/rust ) + amd64? ( ${ASM_DEPEND} virtual/opengl ) + x86? ( ${ASM_DEPEND} virtual/opengl )" + +S="${WORKDIR}/firefox-${MOZ_PV}" + +QA_PRESTRIPPED="usr/lib*/${PN}/firefox" + +BUILD_OBJ_DIR="${S}/ff" + +# allow GMP_PLUGIN_LIST to be set in an eclass or +# overridden in the enviromnent (advanced hackers only) +if [[ -z $GMP_PLUGIN_LIST ]]; then + GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) +fi + +pkg_setup() { + moz_pkgsetup + + # Avoid PGO profiling problems due to enviroment leakage + # These should *always* be cleaned up anyway + unset DBUS_SESSION_BUS_ADDRESS \ + DISPLAY \ + ORBIT_SOCKETDIR \ + SESSION_MANAGER \ + XDG_SESSION_COOKIE \ + XAUTHORITY + + if ! use bindist; then + einfo + elog "You are enabling official branding. You may not redistribute this build" + elog "to any users on your network or the internet. Doing so puts yourself into" + elog "a legal problem with Mozilla Foundation" + elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag" + fi + + if use pgo; then + einfo + ewarn "You will do a double build for profile guided optimization." + ewarn "This will result in your build taking at least twice as long as before." + fi + + if use rust; then + einfo + ewarn "This is very experimental, should only be used by those developing firefox." + fi +} + +pkg_pretend() { + # Ensure we have enough disk space to compile + if use pgo || use debug || use test ; then + CHECKREQS_DISK_BUILD="8G" + else + CHECKREQS_DISK_BUILD="4G" + fi + check-reqs_pkg_setup +} + +src_unpack() { + unpack ${A} + + # Unpack language packs + mozlinguas_src_unpack +} + +src_prepare() { + # Apply our patches + rm -f "${WORKDIR}"/firefox/2007_fix_nvidia_latest.patch + eapply "${WORKDIR}/firefox" + + # Enable gnomebreakpad + if use debug ; then + sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \ + "${S}"/build/unix/run-mozilla.sh || die "sed failed!" + fi + + # Drop -Wl,--as-needed related manipulation for ia64 as it causes ld sefgaults, bug #582432 + if use ia64 ; then + sed -i \ + -e '/^OS_LIBS += no_as_needed/d' \ + -e '/^OS_LIBS += as_needed/d' \ + "${S}"/widget/gtk/mozgtk/gtk2/moz.build \ + "${S}"/widget/gtk/mozgtk/gtk3/moz.build \ + || die "sed failed to drop --as-needed for ia64" + fi + + # Ensure that our plugins dir is enabled as default + sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \ + "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!" + sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \ + "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!" + + # Fix sandbox violations during make clean, bug 372817 + sed -e "s:\(/no-such-file\):${T}\1:g" \ + -i "${S}"/config/rules.mk \ + -i "${S}"/nsprpub/configure{.in,} \ + || die + + # Don't exit with error when some libs are missing which we have in + # system. + sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \ + -i "${S}"/browser/installer/Makefile.in || die + + # Don't error out when there's no files to be removed: + sed 's@\(xargs rm\)$@\1 -f@' \ + -i "${S}"/toolkit/mozapps/installer/packager.mk || die + + # Keep codebase the same even if not using official branding + sed '/^MOZ_DEV_EDITION=1/d' \ + -i "${S}"/browser/branding/aurora/configure.sh || die + + # Allow user to apply any additional patches without modifing ebuild + eapply_user + + # Autotools configure is now called old-configure.in + # This works because there is still a configure.in that happens to be for the + # shell wrapper configure script + eautoreconf old-configure.in + + # Must run autoconf in js/src + cd "${S}"/js/src || die + eautoconf old-configure.in + + # Need to update jemalloc's configure + cd "${S}"/memory/jemalloc/src || die + WANT_AUTOCONF= eautoconf +} + +src_configure() { + MEXTENSIONS="default" + # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + _google_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc + + #################################### + # + # mozconfig, CFLAGS and CXXFLAGS setup + # + #################################### + + mozconfig_init + mozconfig_config + + # enable JACK, bug 600002 + mozconfig_use_enable jack + + use eme-free && mozconfig_annotate '+eme-free' --disable-eme + + # It doesn't compile on alpha without this LDFLAGS + use alpha && append-ldflags "-Wl,--no-relax" + + # Add full relro support for hardened + use hardened && append-ldflags "-Wl,-z,relro,-z,now" + + # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180 + #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL + + # Setup api key for location services + echo -n "${_google_api_key}" > "${S}"/google-api-key + mozconfig_annotate '' --with-google-api-keyfile="${S}/google-api-key" + + mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}" + + mozconfig_use_enable rust + + # Allow for a proper pgo build + if use pgo; then + echo "mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 \$(MAKE) -C \$(MOZ_OBJDIR) pgo-profile-run'" >> "${S}"/.mozconfig + fi + + echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig + echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig + + # Finalize and report settings + mozconfig_final + + if [[ $(gcc-major-version) -lt 4 ]]; then + append-cxxflags -fno-stack-protector + fi + + # workaround for funky/broken upstream configure... + SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + emake -f client.mk configure +} + +src_compile() { + if use pgo; then + addpredict /root + addpredict /etc/gconf + # Reset and cleanup environment variables used by GNOME/XDG + gnome2_environment_reset + + # Firefox tries to use dri stuff when it's run, see bug 380283 + shopt -s nullglob + cards=$(echo -n /dev/dri/card* | sed 's/ /:/g') + if test -z "${cards}"; then + cards=$(echo -n /dev/ati/card* /dev/nvidiactl* | sed 's/ /:/g') + if test -n "${cards}"; then + # Binary drivers seem to cause access violations anyway, so + # let's use indirect rendering so that the device files aren't + # touched at all. See bug 394715. + export LIBGL_ALWAYS_INDIRECT=1 + fi + fi + shopt -u nullglob + [[ -n "${cards}" ]] && addpredict "${cards}" + + MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + virtx emake -f client.mk profiledbuild || die "virtx emake failed" + else + MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + emake -f client.mk realbuild + fi + +} + +src_install() { + cd "${BUILD_OBJ_DIR}" || die + + # Pax mark xpcshell for hardened support, only used for startupcache creation. + pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell + + # Add our default prefs for firefox + cp "${FILESDIR}"/gentoo-default-prefs.js-1 \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + + mozconfig_install_prefs \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" + + # Augment this with hwaccel prefs + if use hwaccel ; then + cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-1 >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + fi + + echo "pref(\"extensions.autoDisableScopes\", 3);" >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + + local plugin + use gmp-autoupdate || use eme-free || for plugin in "${GMP_PLUGIN_LIST[@]}" ; do + echo "pref(\"media.${plugin}.autoupdate\", false);" >> \ + "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \ + || die + done + + MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX%/}/bin/bash}" \ + emake DESTDIR="${D}" install + + # Install language packs + mozlinguas_src_install + + local size sizes icon_path icon name + if use bindist; then + sizes="16 32 48" + icon_path="${S}/browser/branding/aurora" + # Firefox's new rapid release cycle means no more codenames + # Let's just stick with this one... + icon="aurora" + name="Aurora" + + # Override preferences to set the MOZ_DEV_EDITION defaults, since we + # don't define MOZ_DEV_EDITION to avoid profile debaucles. + # (source: browser/app/profile/firefox.js) + cat >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" <> "${ED}/usr/share/applications/${PN}.desktop" \ + || die + fi + + # Required in order to use plugins and even run firefox on hardened. + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container} +} + +pkg_preinst() { + gnome2_icon_savelist + + # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse + # doesn't need to be forced into the LD_LIBRARY_PATH + if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then + einfo "APULSE found - Generating library symlinks for sound support" + local lib + pushd "${ED}"${MOZILLA_FIVE_HOME} &>/dev/null || die + for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do + # a quickpkg rolled by hand will grab symlinks as part of the package, + # so we need to avoid creating them if they already exist. + if ! [ -L ${lib##*/} ]; then + ln -s "${lib}" ${lib##*/} || die + fi + done + popd &>/dev/null || die + fi +} + +pkg_postinst() { + # Update mimedb for the new .desktop file + xdg_desktop_database_update + gnome2_icon_cache_update + + if ! use gmp-autoupdate && ! use eme-free ; then + elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" + elog "installing into new profiles:" + local plugin + for plugin in "${GMP_PLUGIN_LIST[@]}"; do elog "\t ${plugin}" ; done + fi + + if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then + elog "Apulse was detected at merge time on this system and so it will always be" + elog "used for sound. If you wish to use pulseaudio instead please unmerge" + elog "media-sound/apulse." + fi +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/www-client/luakit/metadata.xml b/www-client/luakit/metadata.xml index 0d7490811c7c..6db627700829 100644 --- a/www-client/luakit/metadata.xml +++ b/www-client/luakit/metadata.xml @@ -9,8 +9,4 @@ proxy-maint@gentoo.org Proxy Maintainers - - Use dev-lang/luajit instead of - dev-lang/lua - diff --git a/www-client/otter/otter-0.9.96.ebuild b/www-client/otter/otter-0.9.96.ebuild index 6db6a4cad027..a354d54d965f 100644 --- a/www-client/otter/otter-0.9.96.ebuild +++ b/www-client/otter/otter-0.9.96.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://github.com/OtterBrowser/${PN}-browser/archive/v${PV/_p/-dev}.ta LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="webengine +webkit spell" REQUIRED_USE=" || ( webengine webkit ) diff --git a/www-servers/Manifest.gz b/www-servers/Manifest.gz index 13fbc0a23fe1..cc4767cb5890 100644 Binary files a/www-servers/Manifest.gz and b/www-servers/Manifest.gz differ diff --git a/www-servers/apache/Manifest b/www-servers/apache/Manifest index 2c8bcbc430aa..93c910dd7178 100644 --- a/www-servers/apache/Manifest +++ b/www-servers/apache/Manifest @@ -1,6 +1,8 @@ +DIST gentoo-apache-2.2.34-20170918.tar.bz2 64390 BLAKE2B d3f6d85192706d7c49a38cc36e816b3ae531f8c0d42111c33ec32ed39900d36d8a2a85a5d1b5afca22331137f04fb24fb424a42a21caa7eb4f6906fa39cb8224 SHA512 10b42e50dcc196f60bcaefe90c382d62a61339dd8a56e899d6afb6998be4acdd376e2c3509791f22a0acf99d06add497e32703b6d523f640306a6db5e05f358a DIST gentoo-apache-2.4.18-r1-20160303.tar.bz2 24505 BLAKE2B 504deabe5ee9e2b32f44e8ea6cde6f01e7f26643ca05eb0aaf860ab6440d821566f83b5c9aacb2201382f9326974c7dddea4f4289d9da5857762611f424f0395 SHA512 68f0c4de38ae05c45839fe692cbb7de641e331ca133b8aaaf69f3659dec15833cda95e6e074edb3a5b6b6d59b3fc5a4ee3589fff810707fe27417a25cd8a4c4d DIST gentoo-apache-2.4.27-20170918.tar.bz2 24850 BLAKE2B a832c2c7a575e167b72214f325cb85922c49969ea8cc4b5821ce97b1d4028ab56852bf416cb32c99f2b2b356545b6fea0af0fa4f6e13bf001393b468357cbcfb SHA512 c58a9a0b171188ff163f6b45c47f243797d4050cf461ba1a642115350285879005be6496cee2031bffaccc0d8beda4c27de87afa2ded17cbe559f792eb7c00e8 DIST gentoo-apache-2.4.33-20180323.tar.bz2 24804 BLAKE2B 42636b36a917d59a016c1143014292d1d34080f295dbfff54c39b82898f37cf280a0a812c70ebc3544dd93c609a62f098816275f0dea0b94ac4b0fdcabb77c9c SHA512 54bc375908eed2c5f590e4d24eae01b502b366425ddec36113874267a0186f0ee815659f6ed92f91455dfefc16d6a486356694c762fcbe19aed01f8db8da01f7 +DIST httpd-2.2.34.tar.bz2 5779739 BLAKE2B 8cdd41fb5d1880da4a1cfef252b4682f613b938594057ea4c9665d3881a50b298fb7339c1ceb3dafc215aa927048f99d500f2d29c125016d5766954be9b632b4 SHA512 e6dac5865a48533c025fe17523ee74d68c3a23f9512c9441b78a140e33cfb6835573eb049b0ad424eb5c5ca78a1915778c54e8a409da95fbdd3890cb99e08240 DIST httpd-2.4.27.tar.bz2 6527394 BLAKE2B 50a650eb2edd121dac860ff555273290010d7e85bf4d5fbe3683f82e1928dde99ebfabc42186436f5052a66555a73d8b797b114c76c123faa31b9f51575d0bbb SHA512 7e7e8070715b74cb6890096a74e194f4c6a49c14bda685b1ad832e84312f1ac4316ea03a430e679502bfd8e1853aefa544ee002a20d0f7e994b9a590c74bc42c DIST httpd-2.4.29.tar.bz2 6567926 BLAKE2B 01a83212941abad548f73fc144f9731ff51e0ed8f975e76cb994247601f7c2f89a3f862e011638afb77988eda0ef2b543634fb6bc45b583e9bdba2c30e565731 SHA512 840982fd3d21463bc5c1747f211dfacf3abdf634d149e49bb49fd2e5deda140de602dbdf31e1bbe5337a48f718ab2261c408e83a8dd39a9291ee7b6b7a85639a DIST httpd-2.4.33.tar.bz2 6934765 BLAKE2B 4ff266b85358e3100c8064c84c89db0235e6f46bb4b308e6b3bf642a9c0815eb6a731ee12e3d8ea2bf31a5d5e6621152452f1e8a9625755689f552f2473b1955 SHA512 e74b2b3346d67be45a8bc8a7cbb8eabf5c403a5cfe5797a976f94a539529843fbcdf03b9ca0548816b2cf37f4ce0eb301f8d5af25b1270fdf8dd9f5bf0585269 diff --git a/www-servers/apache/apache-2.2.34.ebuild b/www-servers/apache/apache-2.2.34.ebuild new file mode 100644 index 000000000000..e17bfb660c57 --- /dev/null +++ b/www-servers/apache/apache-2.2.34.ebuild @@ -0,0 +1,114 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# latest gentoo apache files +GENTOO_PATCHSTAMP="20170918" +GENTOO_DEVELOPER="whissi" +GENTOO_PATCHNAME="gentoo-apache-2.2.34" + +# IUSE/USE_EXPAND magic +IUSE_MPMS_FORK="itk peruser prefork" +IUSE_MPMS_THREAD="event worker" + +IUSE_MODULES="actions alias asis auth_basic auth_digest authn_alias authn_anon +authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default +authz_groupfile authz_host authz_owner authz_user autoindex cache cern_meta +charset_lite cgi cgid dav dav_fs dav_lock dbd deflate dir disk_cache dumpio +env expires ext_filter file_cache filter headers ident imagemap include info +log_config log_forensic logio mem_cache mime mime_magic negotiation proxy +proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http proxy_scgi rewrite +reqtimeout setenvif speling status substitute unique_id userdir usertrack +version vhost_alias" +# The following are also in the source as of this version, but are not available +# for user selection: +# bucketeer case_filter case_filter_in echo http isapi optional_fn_export +# optional_fn_import optional_hook_export optional_hook_import + +# inter-module dependencies +# TODO: this may still be incomplete +MODULE_DEPENDS=" + dav_fs:dav + dav_lock:dav + deflate:filter + disk_cache:cache + ext_filter:filter + file_cache:cache + log_forensic:log_config + logio:log_config + mem_cache:cache + mime_magic:mime + proxy_ajp:proxy + proxy_balancer:proxy + proxy_connect:proxy + proxy_ftp:proxy + proxy_http:proxy + proxy_scgi:proxy + substitute:filter +" + +# module<->define mappings +MODULE_DEFINES=" + auth_digest:AUTH_DIGEST + authnz_ldap:AUTHNZ_LDAP + cache:CACHE + dav:DAV + dav_fs:DAV + dav_lock:DAV + disk_cache:CACHE + file_cache:CACHE + info:INFO + ldap:LDAP + mem_cache:CACHE + proxy:PROXY + proxy_ajp:PROXY + proxy_balancer:PROXY + proxy_connect:PROXY + proxy_ftp:PROXY + proxy_http:PROXY + ssl:SSL + status:STATUS + suexec:SUEXEC + userdir:USERDIR +" + +# critical modules for the default config +MODULE_CRITICAL=" + authz_host + dir + mime +" + +inherit apache-2 systemd toolchain-funcs + +DESCRIPTION="The Apache Web Server" +HOMEPAGE="https://httpd.apache.org/" + +# some helper scripts are Apache-1.1, thus both are here +LICENSE="Apache-2.0 Apache-1.1" +SLOT="2" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +src_configure() { + # Brain dead check. + tc-is-cross-compiler && export ap_cv_void_ptr_lt_long="no" + + apache-2_src_configure +} + +src_install() { + apache-2_src_install + + # install apxs in /usr/bin (bug #502384) and put a symlink into the + # old location until all ebuilds and eclasses have been modified to + # use the new location. + local apxs_dir="/usr/bin" + dodir ${apxs_dir} + mv "${D}"/usr/sbin/apxs "${D}"${apxs_dir} || die + ln -s ../bin/apxs "${D}"/usr/sbin/apxs || die + + systemd_newunit "${FILESDIR}/apache2.2.service" "apache2.service" + systemd_dotmpfilesd "${FILESDIR}/apache.conf" +} diff --git a/www-servers/apache/files/apache2.2.service b/www-servers/apache/files/apache2.2.service new file mode 100644 index 000000000000..76f783a423b9 --- /dev/null +++ b/www-servers/apache/files/apache2.2.service @@ -0,0 +1,19 @@ +[Unit] +Description=The Apache HTTP Server +After=network.target remote-fs.target nss-lookup.target + +[Service] +EnvironmentFile=/etc/conf.d/apache2 +ExecStart=/usr/sbin/apache2 $APACHE2_OPTS -DFOREGROUND +ExecReload=/usr/sbin/apache2 $APACHE2_OPTS -k graceful +ExecStop=/usr/sbin/apache2 $APACHE2_OPTS -k graceful-stop +# We want systemd to give httpd some time to finish gracefully, but still want +# it to kill httpd after TimeoutStopSec if something went wrong during the +# graceful stop. Normally, Systemd sends SIGTERM signal right after the +# ExecStop, which would kill httpd. We are sending useless SIGCONT here to give +# httpd time to finish. +KillSignal=SIGCONT +PrivateTmp=true + +[Install] +WantedBy=multi-user.target diff --git a/www-servers/pshs/Manifest b/www-servers/pshs/Manifest index ac55ff8d1227..fed92c3f8f0e 100644 --- a/www-servers/pshs/Manifest +++ b/www-servers/pshs/Manifest @@ -1,2 +1 @@ -DIST pshs-0.3.2.tar.bz2 80103 BLAKE2B 884355e3cb621ce0367e3fe8f7697e68a5725e24fc4f5e977035cac1442eeecc1463cd5bccecc071d45250730a746c121d7b636a2b9db775e6ea174f1efb8406 SHA512 82eb0e0ff76ad6d5651b789ca59b654558562501f9f4b89a562773f5c60e80c6d43a86fca35a41a313952d8134b83fe6a11d1085c8c35cb9bbffd6d2a243964a DIST pshs-0.3.3.tar.bz2 81109 BLAKE2B c73aa8390257de4ffd616ecb08b570273075e72473a7e506a4ab4ca59a3ebf9f4c1467eabd1ef45b88d0d3422b14f55108c94d2e92222b186606b8b5cf8ab8c4 SHA512 c9c6dd854319153350a6e7ef245af8f89c0d50f783507211a34994d375f2ae442b22959e4a2fb1bcc02f976a8ff6f41545b176a32ea70174af0850cf1eaf77d9 diff --git a/www-servers/pshs/pshs-0.3.2.ebuild b/www-servers/pshs/pshs-0.3.2.ebuild deleted file mode 100644 index fc0cb0facdc0..000000000000 --- a/www-servers/pshs/pshs-0.3.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Pretty small HTTP server -- a command-line tool to share files" -HOMEPAGE="https://github.com/mgorny/pshs/" -SRC_URI="https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl +magic +netlink qrcode ssl upnp" - -RDEPEND=">=dev-libs/libevent-2:0= - magic? ( sys-apps/file:0= ) - qrcode? ( media-gfx/qrencode:0= ) - ssl? ( >=dev-libs/libevent-2.1:0=[ssl] - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) - ) - upnp? ( net-libs/miniupnpc:0= )" -DEPEND="${RDEPEND} - netlink? ( sys-apps/iproute2 - >=sys-kernel/linux-headers-2.6.27 )" -# libnetlink is static only ATM - -src_configure() { - local myconf=( - $(use_enable magic libmagic) - $(use_enable netlink) - $(use_enable qrcode qrencode) - $(use_enable ssl) - $(use_enable upnp) - ) - - econf "${myconf[@]}" -} diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.ebuild index 85b336d9b687..2e05bfc22ad4 100644 --- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.17.ebuild @@ -24,7 +24,7 @@ SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux" UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool http ugreen signal syslog rsyslog diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index 416f1faaaa26..4e3b5e8f5bcb 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/i3lock/i3lock-2.10.ebuild b/x11-misc/i3lock/i3lock-2.10.ebuild index 7101cc230c39..0b51ebc8e525 100644 --- a/x11-misc/i3lock/i3lock-2.10.ebuild +++ b/x11-misc/i3lock/i3lock-2.10.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Simple screen locker" -HOMEPAGE="http://i3wm.org/i3lock/" -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" +HOMEPAGE="https://i3wm.org/i3lock/" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-misc/i3lock/i3lock-2.8.ebuild b/x11-misc/i3lock/i3lock-2.8.ebuild index 206ce7020ee7..1b0619ea0152 100644 --- a/x11-misc/i3lock/i3lock-2.8.ebuild +++ b/x11-misc/i3lock/i3lock-2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Simple screen locker" -HOMEPAGE="http://i3wm.org/i3lock/" -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" +HOMEPAGE="https://i3wm.org/i3lock/" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-misc/i3lock/i3lock-2.9.1.ebuild b/x11-misc/i3lock/i3lock-2.9.1.ebuild index f99aa9820244..ee3f80478d45 100644 --- a/x11-misc/i3lock/i3lock-2.9.1.ebuild +++ b/x11-misc/i3lock/i3lock-2.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Simple screen locker" -HOMEPAGE="http://i3wm.org/i3lock/" -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" +HOMEPAGE="https://i3wm.org/i3lock/" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-misc/i3status/i3status-2.11.ebuild b/x11-misc/i3status/i3status-2.11.ebuild index bfb1f64d60a6..2524307c0162 100644 --- a/x11-misc/i3status/i3status-2.11.ebuild +++ b/x11-misc/i3status/i3status-2.11.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit eutils toolchain-funcs fcaps DESCRIPTION="generates a status bar for dzen2, xmobar or similar" -HOMEPAGE="http://i3wm.org/i3status/" -SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2" +HOMEPAGE="https://i3wm.org/i3status/" +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" diff --git a/x11-plugins/Manifest.gz b/x11-plugins/Manifest.gz index b532527ad493..0425e5fd25b2 100644 Binary files a/x11-plugins/Manifest.gz and b/x11-plugins/Manifest.gz differ diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest index 964d1ed343bf..5e1771810091 100644 --- a/x11-plugins/enigmail/Manifest +++ b/x11-plugins/enigmail/Manifest @@ -1,2 +1,2 @@ DIST enigmail-1.9.9.tar.gz 1787556 BLAKE2B 729cf7e404b4cc5d964df476e627b476916cd6c834ce5f220a26738bc32eabbd9fd2c4c3cbaccef6e1d8c4b5b7313b54278a4170808f8b722443b338fda87b55 SHA512 39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb -DIST enigmail-2.0-beta1.tar.gz 2116808 BLAKE2B a539e7bf97e12327ae2a7e9fafdc2ad4298f9dd602333aa6d414b4c6770b3279cc0c9e100cb3be6be86c49f17b4c76759676efc963fe04e8fe522a8aad345f47 SHA512 ddbf540c0d628c19c7ddbcd01686dcdec53385113367e9f3ef683e3ebc97e17cbdbe62e7623b7b1be41967f47cd430b4f2d2fba1d0a86773c836ffc6ceb8f548 +DIST enigmail-2.0.tar.gz 2526788 BLAKE2B ee41681bba5874b0e8dac5362f49304101567a8dd5da4a8d31c7db353ca61adbe09a5e622a1d69e77a61e82f060266a8644a8c05a241a0f332e4955aed72fff0 SHA512 bbf7c743d51d6010e8dcca575e1530561944b552dd940119cda874c4b70109eedaaee437c108b1ead17a8414935f48083e2bde8020f3504f927bf9e01fb7b4ae diff --git a/x11-plugins/enigmail/enigmail-2.0_beta1.ebuild b/x11-plugins/enigmail/enigmail-2.0.ebuild similarity index 100% rename from x11-plugins/enigmail/enigmail-2.0_beta1.ebuild rename to x11-plugins/enigmail/enigmail-2.0.ebuild diff --git a/x11-wm/Manifest.gz b/x11-wm/Manifest.gz index 7348b5b521a0..915ac38a81d6 100644 Binary files a/x11-wm/Manifest.gz and b/x11-wm/Manifest.gz differ diff --git a/x11-wm/awesome/metadata.xml b/x11-wm/awesome/metadata.xml index c00247f3126c..6798285a96fc 100644 --- a/x11-wm/awesome/metadata.xml +++ b/x11-wm/awesome/metadata.xml @@ -13,9 +13,6 @@ maksbotan@gentoo.org Maxim Koltsov - - Use dev-lang/luajit instead of dev-lang/lua - awesomeWM/awesome