diff --git a/app-admin/puppetdb/Manifest b/app-admin/puppetdb/Manifest index 6ddfff753857..5006b1bb2bb4 100644 --- a/app-admin/puppetdb/Manifest +++ b/app-admin/puppetdb/Manifest @@ -1 +1,2 @@ DIST puppetdb-3.2.2.tar.gz 25273184 SHA256 c6ed59055ef54a3af0fc571fae54f23a99e4f4781783c0a9be4ef0df1012b2dd SHA512 5fdd22c3a14e447a997bf223e7147be22c51e8dd44d636ab51bf35c44c813ac2898fbfe72efba3896189244d56abd9cbac3782c7c8ab2f1648b6b1f01b53de45 WHIRLPOOL e138e39a277fad9a0dc56a2c573515ca257b272356381ed5e4d031743e014c3605c9754bf07307389192bee8ed057d02697096102300c15c5ed83990171c61e0 +DIST puppetdb-3.2.3.tar.gz 25469315 SHA256 3b9d121e54da1511834d708437c9c9ca15db2818314f442511bbb2e576a7afaa SHA512 d15a497bce10e1af989e1deaba99794929916362e13393814d2c5545f80ee4fb0976758c3bd0ae41466bd0364ba5df417fa69afde8bf24e6573119cdbe814aa9 WHIRLPOOL 031c14df0df52320926030e32290fb8ab5115e800711d90b2c5acdc712fa7bbcefbc83afc380bbeff4f1b30654d724a8db01c9b5ace3f6bc0deeeb31127e4443 diff --git a/app-admin/puppetdb/puppetdb-3.2.3.ebuild b/app-admin/puppetdb/puppetdb-3.2.3.ebuild new file mode 100644 index 000000000000..512445aa334b --- /dev/null +++ b/app-admin/puppetdb/puppetdb-3.2.3.ebuild @@ -0,0 +1,91 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit multilib systemd user + +DESCRIPTION="PuppetDB collects data generated by Puppet." +HOMEPAGE="http://docs.puppetlabs.com/puppetdb/" +SRC_URI="https://downloads.puppetlabs.com/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" +# will need the same keywords as puppet +KEYWORDS="~amd64 ~x86" + +RDEPEND+=">=virtual/jdk-1.7.0" +DEPEND+="" + +pkg_setup() { + enewgroup puppetdb + enewuser puppetdb -1 -1 /opt/puppetlabs/server/data/puppetdb "puppetdb" +} + +src_prepare() { + sed -i 's/sysconfig/conf\.d/g' ext/redhat/puppetdb.service || die + sed -i 's/sysconfig/conf\.d/g' ext/bin/puppetdb || die + sed -i 's/sysconfig/conf\.d/g' install.sh || die + sed -i 's/var\/run/run/g' ext/puppetdb.tmpfiles.conf || die + sed -i 's/var\/run/run/g' install.sh || die +} + +src_compile() { + einfo "not compiling" +} + +src_install() { + dodir /opt/puppetlabs/server/data/puppetdb + insinto /opt/puppetlabs/server/apps/puppetdb + insopts -m0744 + doins ext/ezbake-functions.sh + insopts -m0644 + doins ext/ezbake.manifest + doins puppetdb.jar + insinto /etc/puppetlabs/puppetdb + doins ext/config/logback.xml + doins ext/config/bootstrap.cfg + doins ext/config/request-logging.xml + insinto /etc/puppetlabs/puppetdb/conf.d + doins ext/config/conf.d/jetty.ini + doins ext/config/conf.d/repl.ini + doins ext/config/conf.d/database.ini + doins ext/config/conf.d/config.ini + insopts -m0755 + insinto /opt/puppetlabs/server/apps/puppetdb/scripts + doins install.sh + insinto /opt/puppetlabs/server/apps/puppetdb/cli/apps + doins ext/cli/foreground + doins ext/cli/ssl-setup + doins ext/cli/export + doins ext/cli/config-migration + doins ext/cli/foreground + doins ext/cli/anonymize + doins ext/cli/import + insinto /opt/puppetlabs/server/apps/puppetdb/bin + doins ext/bin/puppetdb + insopts -m0644 + dodir /opt/puppetlabs/server/bin + dosym ../apps/puppetdb/bin/puppetdb /opt/puppetlabs/server/bin/puppetdb + dodir /opt/puppetlabs/bin + dosym ../server/apps/puppetdb/bin/puppetdb /opt/puppetlabs/bin/puppetdb + dosym /opt/puppetlabs/server/apps/puppetdb/bin/puppetdb /usr/bin/puppetdb + # init type tasks + newconfd ext/default puppetdb + systemd_dounit ext/redhat/puppetdb.service + systemd_newtmpfilesd ext/puppetdb.tmpfiles.conf puppetdb.conf + newinitd "${FILESDIR}/puppetdb.initd" puppetdb + # misc + insinto /etc/logrotate.d + newins ext/puppetdb.logrotate.conf puppetdb + fowners -R puppetdb:puppetdb /opt/puppetlabs/server/data/puppetdb + fperms -R 770 /opt/puppetlabs/server/data/puppetdb +} + +pkg_postinst() { + elog "to install please run '/opt/puppetlabs/server/bin/puppetdb ssl-setup'" + elog + elog "to upgrade please run '/opt/puppetlabs/server/bin/puppetdb config-migration'" +} diff --git a/app-arch/libarchive/files/libarchive-3.1.2-outofsource.patch b/app-arch/libarchive/files/libarchive-3.1.2-outofsource.patch new file mode 100644 index 000000000000..6545c6132391 --- /dev/null +++ b/app-arch/libarchive/files/libarchive-3.1.2-outofsource.patch @@ -0,0 +1,29 @@ +--- a/Makefile.am 2013-02-09 12:23:03.000000000 -0500 ++++ b/Makefile.am 2016-01-08 16:43:00.868186895 -0500 +@@ -508,7 +508,7 @@ + # Building it automatically provides a sanity-check on libarchive_test_SOURCES + # above. + libarchive/test/list.h: Makefile +- cat $(top_srcdir)/libarchive/test/test_*.c | grep DEFINE_TEST > libarchive/test/list.h ++ mkdir -p libarchive/test && cat $(top_srcdir)/libarchive/test/test_*.c | grep DEFINE_TEST > libarchive/test/list.h + + libarchive_TESTS_ENVIRONMENT= LIBARCHIVE_TEST_FILES=`cd $(top_srcdir);/bin/pwd`/libarchive/test LRZIP=NOCONFIG + +@@ -835,7 +835,7 @@ + $(PLATFORMCPPFLAGS) + + tar/test/list.h: Makefile +- cat $(top_srcdir)/tar/test/test_*.c | grep DEFINE_TEST > tar/test/list.h ++ mkdir -p tar/test && cat $(top_srcdir)/tar/test/test_*.c | grep DEFINE_TEST > tar/test/list.h + + if BUILD_BSDTAR + bsdtar_test_programs= bsdtar_test +@@ -975,7 +975,7 @@ + bsdcpio_test_LDADD=libarchive_fe.la + + cpio/test/list.h: Makefile +- cat $(top_srcdir)/cpio/test/test_*.c | grep DEFINE_TEST > cpio/test/list.h ++ mkdir -p cpio/test && cat $(top_srcdir)/cpio/test/test_*.c | grep DEFINE_TEST > cpio/test/list.h + + if BUILD_BSDCPIO + bsdcpio_test_programs= bsdcpio_test diff --git a/app-arch/libarchive/libarchive-3.1.2-r3.ebuild b/app-arch/libarchive/libarchive-3.1.2-r3.ebuild new file mode 100644 index 000000000000..8153c43242d6 --- /dev/null +++ b/app-arch/libarchive/libarchive-3.1.2-r3.ebuild @@ -0,0 +1,121 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools eutils multilib-minimal toolchain-funcs + +DESCRIPTION="BSD tar command" +HOMEPAGE="http://www.libarchive.org/" +SRC_URI="http://www.libarchive.org/downloads/${P}.tar.gz" + +LICENSE="BSD BSD-2 BSD-4 public-domain" +SLOT="0/13" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl +lzma lzo nettle static-libs xattr +zlib" + +RDEPEND=" + !libressl? ( dev-libs/openssl:0[${MULTILIB_USEDEP}] ) + libressl? ( dev-libs/libressl[${MULTILIB_USEDEP}] ) + acl? ( virtual/acl[${MULTILIB_USEDEP}] ) + bzip2? ( app-arch/bzip2[${MULTILIB_USEDEP}] ) + expat? ( dev-libs/expat[${MULTILIB_USEDEP}] ) + !expat? ( dev-libs/libxml2[${MULTILIB_USEDEP}] ) + iconv? ( virtual/libiconv[${MULTILIB_USEDEP}] ) + kernel_linux? ( + xattr? ( sys-apps/attr[${MULTILIB_USEDEP}] ) + ) + lzma? ( app-arch/xz-utils[${MULTILIB_USEDEP}] ) + lzo? ( >=dev-libs/lzo-2[${MULTILIB_USEDEP}] ) + nettle? ( dev-libs/nettle[${MULTILIB_USEDEP}] ) + zlib? ( sys-libs/zlib[${MULTILIB_USEDEP}] )" +DEPEND="${RDEPEND} + kernel_linux? ( + virtual/os-headers + e2fsprogs? ( sys-fs/e2fsprogs ) + )" + +DOCS=( NEWS README ) + +src_prepare() { + epatch "${FILESDIR}"/${P}-CVE-2013-0211.patch + epatch "${FILESDIR}"/${P}-outofsource.patch + eautoreconf +} + +multilib_src_configure() { + export ac_cv_header_ext2fs_ext2_fs_h=$(usex e2fsprogs) #354923 + + local myconf=() + myconf=( + $(use_enable static-libs static) + $(use_enable xattr) + $(use_enable acl) + $(use_with zlib) + $(use_with bzip2 bz2lib) + $(use_with iconv) + $(use_with lzma) + $(use_with lzo lzo2) + $(use_with nettle) + $(use_with !expat xml2) + $(use_with expat) + ) + if multilib_is_native_abi ; then myconf+=( + --enable-bsdtar=$(tc-is-static-only && echo static || echo shared) + --enable-bsdcpio=$(tc-is-static-only && echo static || echo shared) + ); else myconf+=( + --disable-bsdtar + --disable-bsdcpio + ); fi + + # We disable lzmadec because we support the newer liblzma from xz-utils + # and not liblzmadec with this version. + myconf+=( + --without-lzmadec + ) + + ECONF_SOURCE="${S}" econf "${myconf[@]}" +} + +multilib_src_compile() { + if multilib_is_native_abi ; then + emake + else + emake libarchive.la + fi +} + +multilib_src_test() { + # Replace the default src_test so that it builds tests in parallel + multilib_is_native_abi && emake check +} + +multilib_src_install() { + if multilib_is_native_abi ; then + emake DESTDIR="${D}" install + + # Libs.private: should be used from libarchive.pc instead + prune_libtool_files + + # Create tar symlink for FreeBSD + if ! use prefix && [[ ${CHOST} == *-freebsd* ]]; then + dosym bsdtar /usr/bin/tar + echo '.so bsdtar.1' > "${T}"/tar.1 + doman "${T}"/tar.1 + # We may wish to switch to symlink bsdcpio to cpio too one day + fi + else + emake DESTDIR="${D}" \ + install-includeHEADERS \ + install-libLTLIBRARIES \ + install-pkgconfigDATA + + # Libs.private: should be used from libarchive.pc instead + prune_libtool_files + fi +} + +multilib_src_install_all() { + cd "${S}" || die + dodoc "${DOCS[@]}" +} diff --git a/app-backup/deja-dup/deja-dup-34.1.ebuild b/app-backup/deja-dup/deja-dup-34.1.ebuild index 02abb5281245..6b70c4553c27 100644 --- a/app-backup/deja-dup/deja-dup-34.1.ebuild +++ b/app-backup/deja-dup/deja-dup-34.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,6 +19,7 @@ IUSE="nautilus test" RESTRICT="test" COMMON_DEPEND=" + app-admin/packagekit-base app-crypt/libsecret[vala] >=dev-libs/glib-2.34:2 >=dev-libs/libpeas-1.0 diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild index adf58b45d031..036938d36cac 100644 --- a/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild +++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.1.11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="2" -inherit versionator eutils webapp depend.php +inherit versionator eutils webapp MY_PV="$(replace_version_separator 2 '-')" MY_P="${PN}-${MY_PV}" diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild index 591b528b8170..984a92caf726 100644 --- a/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild +++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.2.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit versionator eutils webapp depend.php readme.gentoo +inherit versionator eutils webapp readme.gentoo MY_PV="$(replace_version_separator 2 '-')" MY_P="${PN}-${MY_PV}" diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild index 951edd15e003..ecda72e53916 100644 --- a/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild +++ b/app-emulation/phpvirtualbox/phpvirtualbox-4.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit versionator eutils webapp depend.php readme.gentoo +inherit versionator eutils webapp readme.gentoo MY_PV="$(replace_version_separator 2 '-')" MY_P="${PN}-${MY_PV}" diff --git a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild index 5d046cb1bc34..db6c8798a0db 100644 --- a/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild +++ b/app-emulation/phpvirtualbox/phpvirtualbox-5.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit versionator eutils webapp depend.php readme.gentoo +inherit versionator eutils webapp readme.gentoo MY_PV="$(replace_version_separator 2 '-')" MY_P="${PN}-${MY_PV}" diff --git a/app-eselect/eselect-python/eselect-python-20151117-r3.ebuild b/app-eselect/eselect-python/eselect-python-20151117-r3.ebuild new file mode 100644 index 000000000000..7c478b04704d --- /dev/null +++ b/app-eselect/eselect-python/eselect-python-20151117-r3.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +if [[ ${PV} == "99999999" ]] ; then + inherit autotools git-r3 + EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git" +else + SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +fi + +DESCRIPTION="Eselect module for management of multiple Python versions" +HOMEPAGE="https://www.gentoo.org/proj/en/Python/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +RDEPEND=">=app-admin/eselect-1.2.3 + >=dev-lang/python-exec-2.2_pre:2 + ! -gnome - - Enable cue sheet parsing - - Install bookmark data miner plugin for + Install bookmark data miner plugin for www-client/firefox and www-client/firefox-bin - Enable gnome-extra/libgsf based data extractor and + Enable gnome-extra/libgsf based data extractor and for ODT. - Enable extraction of IPTC data from pictures - Enable extraction of metadata from ISO disk images - Enable tracker-miner-fs (required for filesystem indexing) - Enable tracker to integrate with + Enable extraction of IPTC data from pictures + Enable extraction of metadata from ISO disk images + Enable tracker-miner-fs (required for filesystem indexing) + Enable tracker to integrate with gnome-base/nautilus by providing entries in its context menu - Add support for playlists - Add word stemming via dev-libs/snowball-stemmer. - Install email data miner plugin for + Add support for playlists + Add word stemming via dev-libs/snowball-stemmer. + Install email data miner plugin for mail-client/thunderbird and mail-client/thunderbird-bin - Add support for XPS file format through app-text/libgxps. - + Add support for XPS file format through app-text/libgxps. + diff --git a/app-misc/tracker/tracker-1.6.1.ebuild b/app-misc/tracker/tracker-1.6.1.ebuild index 57271c4f3353..edee4792e3a8 100644 --- a/app-misc/tracker/tracker-1.6.1.ebuild +++ b/app-misc/tracker/tracker-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -60,7 +60,7 @@ RDEPEND=" >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) - gif? ( media-libs/giflib ) + gif? ( media-libs/giflib:= ) gsf? ( >=gnome-extra/libgsf-1.14.24 ) gstreamer? ( media-libs/gstreamer:1.0 diff --git a/app-text/djview/Manifest b/app-text/djview/Manifest index 76d83a731a2f..5834203042ce 100644 --- a/app-text/djview/Manifest +++ b/app-text/djview/Manifest @@ -1,3 +1,4 @@ DIST djview-4.10.3.tar.gz 1119618 SHA256 50b80ecddc5aec03c49882c91b3af2f42abfe8454d5ddc01fb313e3481e6ab25 SHA512 6e3da481cec699558cbdca17b19b971d693341e6f5ffc07010f8ba717c6434e6d96969bfc322e4edcaaa5fd364e583c7c0908c814725caad4dcc3dad968a74c5 WHIRLPOOL 54ce8245b13c189a58e3f8171cecd3c1c48e8e56bdae3103b19186627fb002521e3fa25c1e81a49149d8b331fd9636af4badbb0be389d56022cab87ff8f2e60d +DIST djview-4.10.5.tar.gz 1111729 SHA256 a0b302807106053d1983659ebb0139c7b1c393b3e6407f1f47990d7e3c5d7b3d SHA512 d7fa4e643e006cb1d71fe6d808fd1b200b965928bf2cdd872c9c1c1833bed71ac3c70a2967a06f31bbd83f347cb5e330f4869e42e7d9c6cd13a0db54e4354614 WHIRLPOOL 319329ac099504a3443638c91a3d078e72d231fd56504198e88017d101f8e492250d9a9205ab0eabf04af59cde2f1bad1a4056f5c8d2a99de4f916b46eda6e0e DIST djview-4.10.tar.gz 1077198 SHA256 7caf7ee249edd994092b32a5573f111b2337ec99159083a5cf1a20432633ba7f SHA512 b3755992df2000f088a93c0d77d4a2ea62f6495f67106142d4787b94d248c54561068a40700c18325c0977a057b26948762a7b71c392b0ccef455776dcb0aad0 WHIRLPOOL 179d850a994521c02a7c64e17aa8d5c618011e8a765023325bc86e19f8b7797ac1f70962b1ccb9438b3a853463c797698a29d09f937317fa0ab0ac65b5016f29 DIST djview-4.9.tar.gz 930676 SHA256 d150f557aaa073356d77c1f5e566a6a566281df5f92395b6822139f0e5c90e0c SHA512 dc2862d673eb77cca77a512a64257e7b37707789de41362fb62295ef495201a81cf31d0282a88ed70e32f8c7cd5643b568ce9761297d0e61d72fdbea7ecbfa94 WHIRLPOOL b522f9ba7283430fa7134f172b6a358c95da03e10fcf1e5f55bdd5c9be1f2929c07682e48e3a90695c838dfd2ffb875794c95e70d4096dd9595da402f76523fd diff --git a/app-text/djview/djview-4.10.5.ebuild b/app-text/djview/djview-4.10.5.ebuild new file mode 100644 index 000000000000..d0bf4a10cd07 --- /dev/null +++ b/app-text/djview/djview-4.10.5.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit autotools gnome2-utils fdo-mime flag-o-matic versionator toolchain-funcs multilib nsplugins + +DESCRIPTION="Portable DjVu viewer using Qt4" +HOMEPAGE="http://djvu.sourceforge.net/djview4.html" +SRC_URI="mirror://sourceforge/djvu/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug nsplugin" + +RDEPEND=" + >=app-text/djvu-3.5.22-r1 + dev-qt/qtdbus:4 + dev-qt/qtopengl:4 + dev-qt/qtgui:4" +DEPEND="${RDEPEND} + >=sys-devel/autoconf-2.67 + virtual/pkgconfig + nsplugin? ( dev-libs/glib:2 )" + +src_prepare() { + # Force XEmbed instead of Xt-based mainloop (disable Xt autodep) + sed -e 's:\(ac_xt=\)yes:\1no:' -i configure* || die + sed 's/AC_CXX_OPTIMIZE/OPTS=;AC_SUBST(OPTS)/' -i configure.ac || die #263688 + rm aclocal.m4 config/{libtool.m4,install-sh,ltmain.sh,lt*.m4} + AT_M4DIR="config" eautoreconf +} + +src_configure() { + # See config/acinclude.m4 + use debug || append-cppflags "-DNDEBUG" + + # QTDIR is needed because of kde3 + QTDIR=/usr \ + econf \ + --with-x \ + $(use_enable nsplugin nsdejavu) \ + --disable-desktopfiles +} + +src_compile() { + emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" +} + +src_install() { + emake DESTDIR="${D}" \ + plugindir=/usr/$(get_libdir)/${PLUGINS_DIR} \ + install + + dodoc README NEWS + + cd desktopfiles + insinto /usr/share/icons/hicolor/32x32/apps + newins prebuilt-hi32-djview4.png djvulibre-djview4.png + insinto /usr/share/icons/hicolor/64x64/apps + newins prebuilt-hi64-djview4.png djvulibre-djview4.png + insinto /usr/share/icons/hicolor/scalable/apps + newins djview.svg djvulibre-djview4.svg + sed -i -e 's/Exec=djview4/Exec=djview/' djvulibre-djview4.desktop + domenu djvulibre-djview4.desktop +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild index 002dd92be082..5f175dfe0e1a 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="cups dbus djvu gtk idn linguas_de static-libs X" +IUSE="cups dbus djvu gtk idn linguas_de static-libs tiff X" RESTRICT="djvu? ( bindist )" COMMON_DEPEND=" @@ -30,7 +30,6 @@ COMMON_DEPEND=" media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= - >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) @@ -38,6 +37,7 @@ COMMON_DEPEND=" djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) + tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) " @@ -166,7 +166,6 @@ src_configure() { --with-ijs \ --with-jbig2dec \ --with-libpaper \ - --with-system-libtiff \ --without-lcms \ --without-luratech \ $(use_enable cups) \ @@ -174,6 +173,7 @@ src_configure() { $(use_enable gtk) \ $(use_with cups pdftoraster) \ $(use_with idn libidn) \ + $(use_with tiff system-libtiff) \ $(use_with X x) if use djvu ; then diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild index 2bd0afe9a505..d049c3f595a9 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.18.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="AGPL-3 CPL-1.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -IUSE="cups dbus djvu gtk idn linguas_de static-libs X" +IUSE="cups dbus djvu gtk idn linguas_de static-libs tiff X" RESTRICT="djvu? ( bindist )" COMMON_DEPEND=" @@ -30,7 +30,6 @@ COMMON_DEPEND=" media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= - >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) @@ -38,6 +37,7 @@ COMMON_DEPEND=" djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) + tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) " @@ -171,13 +171,13 @@ src_configure() { --with-ijs \ --with-jbig2dec \ --with-libpaper \ - --with-system-libtiff \ --without-luratech \ $(use_enable cups) \ $(use_enable dbus) \ $(use_enable gtk) \ $(use_with cups pdftoraster) \ $(use_with idn libidn) \ + $(use_with tiff system-libtiff) \ $(use_with X x) if use djvu ; then diff --git a/app-text/ronn/ronn-0.7.3-r3.ebuild b/app-text/ronn/ronn-0.7.3-r3.ebuild index d242b055fa7b..26dd948bc1d0 100644 --- a/app-text/ronn/ronn-0.7.3-r3.ebuild +++ b/app-text/ronn/ronn-0.7.3-r3.ebuild @@ -10,7 +10,7 @@ RUBY_FAKEGEM_EXTRADOC="AUTHORS CHANGES README.md" inherit ruby-fakegem -DESCRIPTION="Ronn converts simple, human readable textfiles to roff for terminal display, and also to HTML" +DESCRIPTION="Converts simple, human readable textfiles to roff for terminal display, and to HTML" HOMEPAGE="https://github.com/rtomayko/ronn/" LICENSE="MIT" @@ -19,12 +19,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" -ruby_add_rdepend " +DEPS=" >=dev-ruby/hpricot-0.8.2 >=dev-ruby/mustache-0.7.0 >=dev-ruby/rdiscount-1.5.8" -ruby_add_bdepend ">=dev-ruby/hpricot-0.8.2 >=dev-ruby/rdiscount-1.5.8" +ruby_add_rdepend "${DEPS}" + +ruby_add_bdepend "${DEPS}" all_ruby_prepare() { # Avoid test failing due to changes in hash handling in ruby 1.8.7: diff --git a/dev-db/lmdb/lmdb-0.9.14.ebuild b/dev-db/lmdb/lmdb-0.9.14.ebuild index 5493891693df..05722a365373 100644 --- a/dev-db/lmdb/lmdb-0.9.14.ebuild +++ b/dev-db/lmdb/lmdb-0.9.14.ebuild @@ -22,13 +22,13 @@ RDEPEND="!=net-nds/openldap-2.4.40" S="${WORKDIR}/mdb-mdb/libraries/liblmdb" src_prepare() { - sed -i -e "s/^CC.*/CC = $(tc-getCC)/" \ - -e "s/^CFLAGS.*/CFLAGS = ${CFLAGS}/" \ - -e "s/ar rs/$(tc-getAR) rs/" \ - -e "s:^prefix.*:prefix = /usr:" \ - -e "s:/man/:/share/man/:" \ - -e "/for f/s:lib:$(get_libdir):" \ - -e "s:shared:shared -Wl,-soname,liblmdb.so.0:" \ + sed -i -e "s!^CC.*!CC = $(tc-getCC)!" \ + -e "s!^CFLAGS.*!CFLAGS = ${CFLAGS}!" \ + -e "s!ar rs!$(tc-getAR) rs!" \ + -e "s!^prefix.*!prefix = /usr!" \ + -e "s!/man/!/share/man/!" \ + -e "/for f/s!lib!$(get_libdir)!" \ + -e "s!shared!shared -Wl,-soname,liblmdb.so.0!" \ "${S}/Makefile" || die } diff --git a/dev-db/lmdb/lmdb-0.9.15.ebuild b/dev-db/lmdb/lmdb-0.9.15.ebuild index 212d1840c0fe..c6db607e9323 100644 --- a/dev-db/lmdb/lmdb-0.9.15.ebuild +++ b/dev-db/lmdb/lmdb-0.9.15.ebuild @@ -21,13 +21,13 @@ RDEPEND="!=net-nds/openldap-2.4.40" S="${WORKDIR}/${PN}-LMDB_${PV}/libraries/liblmdb" src_prepare() { - sed -i -e "s/^CC.*/CC = $(tc-getCC)/" \ - -e "s/^CFLAGS.*/CFLAGS = ${CFLAGS}/" \ - -e "s/ar rs/$(tc-getAR) rs/" \ - -e "s:^prefix.*:prefix = /usr:" \ - -e "s:/man/:/share/man/:" \ - -e "/for f/s:lib:$(get_libdir):" \ - -e "s:shared:shared -Wl,-soname,liblmdb.so.0:" \ + sed -i -e "s!^CC.*!CC = $(tc-getCC)!" \ + -e "s!^CFLAGS.*!CFLAGS = ${CFLAGS}!" \ + -e "s!ar rs!$(tc-getAR) rs!" \ + -e "s!^prefix.*!prefix = /usr!" \ + -e "s!/man/!/share/man/!" \ + -e "/for f/s!lib!$(get_libdir)!" \ + -e "s!shared!shared -Wl,-soname,liblmdb.so.0!" \ "${S}/Makefile" || die } diff --git a/dev-db/lmdb/lmdb-0.9.16.ebuild b/dev-db/lmdb/lmdb-0.9.16.ebuild index 212d1840c0fe..c6db607e9323 100644 --- a/dev-db/lmdb/lmdb-0.9.16.ebuild +++ b/dev-db/lmdb/lmdb-0.9.16.ebuild @@ -21,13 +21,13 @@ RDEPEND="!=net-nds/openldap-2.4.40" S="${WORKDIR}/${PN}-LMDB_${PV}/libraries/liblmdb" src_prepare() { - sed -i -e "s/^CC.*/CC = $(tc-getCC)/" \ - -e "s/^CFLAGS.*/CFLAGS = ${CFLAGS}/" \ - -e "s/ar rs/$(tc-getAR) rs/" \ - -e "s:^prefix.*:prefix = /usr:" \ - -e "s:/man/:/share/man/:" \ - -e "/for f/s:lib:$(get_libdir):" \ - -e "s:shared:shared -Wl,-soname,liblmdb.so.0:" \ + sed -i -e "s!^CC.*!CC = $(tc-getCC)!" \ + -e "s!^CFLAGS.*!CFLAGS = ${CFLAGS}!" \ + -e "s!ar rs!$(tc-getAR) rs!" \ + -e "s!^prefix.*!prefix = /usr!" \ + -e "s!/man/!/share/man/!" \ + -e "/for f/s!lib!$(get_libdir)!" \ + -e "s!shared!shared -Wl,-soname,liblmdb.so.0!" \ "${S}/Makefile" || die } diff --git a/dev-db/lmdb/lmdb-0.9.17.ebuild b/dev-db/lmdb/lmdb-0.9.17.ebuild index 13bcb4a8443f..b097c2511305 100644 --- a/dev-db/lmdb/lmdb-0.9.17.ebuild +++ b/dev-db/lmdb/lmdb-0.9.17.ebuild @@ -21,13 +21,13 @@ RDEPEND="!=net-nds/openldap-2.4.40" S="${WORKDIR}/${PN}-LMDB_${PV}/libraries/liblmdb" src_prepare() { - sed -i -e "s/^CC.*/CC = $(tc-getCC)/" \ - -e "s/^CFLAGS.*/CFLAGS = ${CFLAGS}/" \ - -e "s/^AR.*/AR = $(tc-getAR)/" \ - -e "/mkdir/s:lib:$(get_libdir):" \ - -e "/for f/s:lib:$(get_libdir):" \ - -e "s:prefix)/man:mandir):" \ - -e "s:shared:shared -Wl,-soname,liblmdb.so.0:" \ + sed -i -e "s!^CC.*!CC = $(tc-getCC)!" \ + -e "s!^CFLAGS.*!CFLAGS = ${CFLAGS}!" \ + -e "s!^AR.*!AR = $(tc-getAR)!" \ + -e "/mkdir/s!lib!$(get_libdir)!" \ + -e "/for f/s!lib!$(get_libdir)!" \ + -e "s!prefix)/man!mandir)!" \ + -e "s!shared!shared -Wl,-soname,liblmdb.so.0!" \ "${S}/Makefile" || die } diff --git a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild index fa6ed5eca934..c3d99834a89a 100644 --- a/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild +++ b/dev-db/mysql-workbench/mysql-workbench-6.3.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -62,9 +62,7 @@ RDEPEND="${CDEPEND} >=sys-apps/net-tools-1.60_p20120127084908" DEPEND="${CDEPEND} - dev-java/antlr:3.5 dev-lang/swig - virtual/jre virtual/pkgconfig" S="${WORKDIR}"/"${MY_P}" @@ -100,7 +98,7 @@ src_configure() { -DPYTHON_INCLUDE_DIR="$(python_get_includedir)" -DPYTHON_LIBRARY="$(python_get_library_path)" ) - ANTLR_JAR_PATH="/usr/share/antlr-3.5/antlr-runtime.jar" cmake-utils_src_configure + cmake-utils_src_configure } src_compile() { diff --git a/dev-lang/lua/lua-5.2.3-r1.ebuild b/dev-lang/lua/lua-5.2.3-r1.ebuild index 16d253d6bd8f..b18dd9f17ed7 100644 --- a/dev-lang/lua/lua-5.2.3-r1.ebuild +++ b/dev-lang/lua/lua-5.2.3-r1.ebuild @@ -114,6 +114,7 @@ multilib_src_install() { # We want packages to find our things... cp "${FILESDIR}/lua.pc" "${WORKDIR}" sed -i \ + -e "s:^prefix= :prefix= ${EPREFIX}:" \ -e "s:^V=.*:V= ${PATCH_PV}:" \ -e "s:^R=.*:R= ${PV}:" \ -e "s:/,lib,:/$(get_libdir):g" \ diff --git a/dev-lang/python-exec/Manifest b/dev-lang/python-exec/Manifest index 5dab9bacc7a6..3d771392c78c 100644 --- a/dev-lang/python-exec/Manifest +++ b/dev-lang/python-exec/Manifest @@ -1,3 +1,4 @@ DIST python-exec-2.0.1.tar.bz2 80965 SHA256 3eddcb0d6c682a5c182c62578bb8d6ce1140a009873747e9ba1bf9de72ed7efd SHA512 0396e2617c759a66b16e57b0ca60b57e03f3c8096ae4a7f2e402eafcbee4ffd839bf0c6e4d259c6ba90940f9ba7e3f191125e395080cce3ef82e5f52053d0462 WHIRLPOOL 50c0cac1c7e2b5d2a21125647874c83caeabee293b87ef01926474d492b79b7837754c2d26173282977e9d00024559bb070f8d76bb5227df1776e937cd280c32 DIST python-exec-2.0.2.tar.bz2 82217 SHA256 c411638fe94953c1e8ff57e7b66f601a817633fbc9cb7d410982778042051bb0 SHA512 96198dda88a73b902d617a32f10ddf2ac981b1871fb5eaf5003d77453df8a0aacf299c39c6e49ebaa620994a30e57ee7a1128fb4ba41aa4f503031fa2addef7f WHIRLPOOL 603b494c7b87f0f3f0cfba35378e1a2e231879a01b730657e09ecf798957fa4dfd54a6d852074c2aa9ae3c15e5d1d3203584b8a120e5dd0dee2117319706a5ce DIST python-exec-2.1.tar.bz2 82167 SHA256 adac4e9ae677ca0fbb9efc55573ecbb0e8361ed7a60a5241e7abc1056fba06ad SHA512 cadfb7723aa412caec4a449909769b14a800c19650c64768b0ffb30b2c0645e70c9a039f960f3263c6c18490bb73c0129b83a72c7407f558bcaf3652cc4c8bcf WHIRLPOOL 72b73b216faf7caa8afbc3ce316771bd832e468cf84835267dc3833d5c52fce24578e09f2d3aa8a322f324426eda5e53bd9611711ea976679574b2be764c2525 +DIST python-exec-2.2.tar.bz2 82269 SHA256 041dccf96c31bfac5eee9c43bdf511821449313a5b7d0bd745bed09151e1bffe SHA512 9492d94e7134b555a2f3b81cbd4e159074fed21b1471090547618da34dab70264a3fa40c8b7f79c42b61938655006dd5659e26389649a2401c26b4e0c90c9ac1 WHIRLPOOL 0b13d73c2e3c9606589201af34504c317965c29bb5cfe211479d893c606ca05dff62755fcba5f76d0a653a2719f36119e6f3db050ffa9f9bb01ef2ff7b68cb4d diff --git a/dev-lang/python-exec/python-exec-2.2.ebuild b/dev-lang/python-exec/python-exec-2.2.ebuild new file mode 100644 index 000000000000..dbcb2ed726a8 --- /dev/null +++ b/dev-lang/python-exec/python-exec-2.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# Kids, don't do this at home! +inherit python-utils-r1 +PYTHON_COMPAT=( "${_PYTHON_ALL_IMPLS[@]}" ) + +# Inherited purely to have PYTHON_TARGET flags which will satisfy USE +# dependencies and trigger necessary rebuilds. +inherit python-r1 + +DESCRIPTION="Python script wrapper" +HOMEPAGE="https://bitbucket.org/mgorny/python-exec/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD-2" +SLOT="2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="!=dev-ruby/ffi-1.3.0" + +ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )" + +all_ruby_prepare() { + rm Gemfile || die + sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die +} diff --git a/dev-ruby/rspec-mocks/Manifest b/dev-ruby/rspec-mocks/Manifest index 1c7ef0e9a7f0..ad298585ee88 100644 --- a/dev-ruby/rspec-mocks/Manifest +++ b/dev-ruby/rspec-mocks/Manifest @@ -4,3 +4,4 @@ DIST rspec-mocks-3.2.1-git.tgz 162789 SHA256 4ff4e500cf46a6a90920f64b18f88a41a0c DIST rspec-mocks-3.3.1-git.tgz 173312 SHA256 43f7a1de0f3fa2083af889f3a5be13b0629358bf53ee09aac61ddb53865f5914 SHA512 1ae4f6915a136ef238edc6561034bc756673c33cb3ea934253bc3b9718027cb7020cf29d125a2b95bc3dfbe49fa4d06762a2315fd9f62b590f23f5b80ca642c2 WHIRLPOOL 720c04a8bbbfd07573378f118ddafb223825efae39459c6cae09668a52942416794ad5e3514182855858823660d73513c25ad1946b863d5f7552721833b94eca DIST rspec-mocks-3.3.2-git.tgz 174849 SHA256 faec1a03eecdda1217238df7989c80f4201cf7613580af3824b2fa3af2c45ec0 SHA512 b03dd81232650d851db51dd62a11c6f34df7e3d47db9ec96168259f7d4045d2497098de903b5ef6865c29a5f4835ee1865ff64a8177f9212e8f699175ec7fe90 WHIRLPOOL 33936705596662c74c31b74b1bc5ac57bb76290b4fda1375edb18b9491c7b1ced0dd545c21ae6b67174275235ff767ddc322b73da97685a0dc6eeff13b9c9b61 DIST rspec-mocks-3.4.0-git.tgz 182517 SHA256 87673a6c2a2c4c4054dcf2694c6deecc304fc8a1cb8684e3b55b21536ee1e593 SHA512 1d697c501a256031c1070706082d4dcd86c7441935f9427a9479a79da91fa432414ffdce0cf0b32178e2c2731f8947446780b1bd9f325bff61878425d5f86328 WHIRLPOOL 15dec1303e4d58d471e6833317d282ba1cf3e6a370b4f32297e8b6a97755402cf83517fb4ca36766934946fe70baf6a41cdc74d8999581d1c6a7fa5ab99ed5e9 +DIST rspec-mocks-3.4.1-git.tgz 182922 SHA256 0d749c3c9a229b2c9811986ae9676b6fd644b950eebac73155e7202bb275c72d SHA512 1e5b0bad9ef95f2479cf5fe5488076fd42c3fbcd2d35278b9da6d45106819e0bde29564a3962f8214565c944cb2b44475660d3f53fd64b11916aa85f7af94fdd WHIRLPOOL 0cbfffc2c79056da2134fa1217d535c8ba52362181f7bcd638ff876c64b1c70a32e049e81714a260daca21481c6c30dbaf024620eacdc660a1930974869c1f93 diff --git a/dev-ruby/rspec-mocks/rspec-mocks-3.4.1.ebuild b/dev-ruby/rspec-mocks/rspec-mocks-3.4.1.ebuild new file mode 100644 index 000000000000..d8820ce89ce9 --- /dev/null +++ b/dev-ruby/rspec-mocks/rspec-mocks-3.4.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" + +RUBY_FAKEGEM_RECIPE_DOC="none" +RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md" + +inherit ruby-fakegem + +DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" +HOMEPAGE="https://github.com/rspec/rspec-mocks" +SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz" + +LICENSE="MIT" +SLOT="3" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64" +IUSE="" + +SUBVERSION="$(get_version_component_range 1-2)" + +ruby_add_rdepend "=dev-ruby/rspec-support-${SUBVERSION}*" + +ruby_add_bdepend " + test? ( + >=dev-ruby/rspec-core-3.3.0:3 + >=dev-ruby/rspec-expectations-2.99.0:3 + )" + +all_ruby_prepare() { + # Don't set up bundler: it doesn't understand our setup. + sed -i -e '/[Bb]undler/d' Rakefile || die + + # Remove the Gemfile to avoid running through 'bundle exec' + rm Gemfile || die + + # Remove .rspec options to avoid dependency on newer rspec when + # bootstrapping. + rm .rspec || die + + sed -i -e '1irequire "spec_helper"' spec/rspec/mocks/any_instance_spec.rb || die +} diff --git a/dev-ruby/sass/Manifest b/dev-ruby/sass/Manifest index 7f17f413f2f8..ef1a6135f8d1 100644 --- a/dev-ruby/sass/Manifest +++ b/dev-ruby/sass/Manifest @@ -3,3 +3,4 @@ DIST sass-3.3.14.gem 315392 SHA256 95435ddef3aee817ef727e3576852e9cb12f7020027c9 DIST sass-3.4.15.gem 336896 SHA256 6b461a469d29ec80b52b1401b5e5d58c48762a8f3e00f3b0b2d37b6791a87a59 SHA512 9a6db0d6bdcb788b850e47fb61c5b803e156178eecce7b0c7d0edd2a3578405fa6dc88d397051d738b8bf52c70b6457618afbaf14b5b6fb4bf5f43f057229d0b WHIRLPOOL c3691b0eae97f5b7f4ef1398b99e3702ac32d1894308f9c0ccd2c81a2d30c812e9b775b96d8898ea1941ad11de7f378cf988d38cac6fd8c4e32e678ddedcbaef DIST sass-3.4.19.gem 338944 SHA256 2faca8aa3b76beb0bc59dccabc5114eb4118af9d613121fbaa120e1c8b7f0290 SHA512 7ef5d6887784b98c19d389beb6f7d9d423f72e42c8f8da4b720482ba13a11273dc1ad86021e43e3e9325f57a8ca55b4b68504a21a9652eac96d23d871810aa83 WHIRLPOOL 3e9f2e3b1afdf4a65f820a9d63578572284e8ca64b2cdf40f2c67ae04fa554c4bf8ab847cf22d86ddaacb93068fcb38e4dc958cf1b29d7bec2a96531ee1865f0 DIST sass-3.4.20.gem 343552 SHA256 ced77e1f57c82f0e548a978f78d75accb46ff1823acdf6b88059a1222e6b3713 SHA512 3df8eb248499b5b08d1dee828cd359f86d47fe487e442f073c84cf18b88d004e41bcf0e5505fc38e1a37d985ad2d6863487406773ff0a0d876676fb72c774cdb WHIRLPOOL 381d838d13054f72c2ab4065d5796a1daee24378ecaa5543ed92c1ff0e91ca05a9add54774b2e4c73b6da75900fa24603eabea846f9a45eb86b6e3cccc9d9140 +DIST sass-3.4.21.gem 345088 SHA256 05f907ae3bde56e0133298295ff0befcfec2cb29799ef4f40236eb7abb5173d2 SHA512 10b46c79690edfca10704824b562385b39842832dedeaed80c7b2fb8921174120c48a6997aad4e61c1bfa4bc5a7deaed46e42005f49060f62ff93b6311368a07 WHIRLPOOL 754d00ff51ec34c4b4c08e71773cef0e296f8b1fbc0e40e156afb742e2b59e1d0c3821708945a411326b9458432edb545d16c83ebda67f1fbdda27420fbbfb6f diff --git a/dev-ruby/sass/sass-3.4.21.ebuild b/dev-ruby/sass/sass-3.4.21.ebuild new file mode 100644 index 000000000000..ebb7f7f0bde8 --- /dev/null +++ b/dev-ruby/sass/sass-3.4.21.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_NAME" + +inherit ruby-fakegem versionator + +DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, and more" +HOMEPAGE="http://sass-lang.com/" +LICENSE="MIT" + +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +SLOT="$(get_version_component_range 1-2)" +IUSE="" + +ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )" + +ruby_add_rdepend ">=dev-ruby/listen-1.3.1:1 !!=dev-ruby/activesupport-4.0.0:*" diff --git a/dev-util/abi-compliance-checker/Manifest b/dev-util/abi-compliance-checker/Manifest index 309ea324cc60..a37c5067503e 100644 --- a/dev-util/abi-compliance-checker/Manifest +++ b/dev-util/abi-compliance-checker/Manifest @@ -1,2 +1,3 @@ DIST abi-compliance-checker-1.99.12.tar.gz 254441 SHA256 24b3dbf42d46f8ddb425b4156b0211288c30dd9d85a4bee34a3e3664b60a9f2e SHA512 6ba94d2b1ec6574f4e252e9829575ce1eab6f437e425bf98c94276359edfa41f8e014a9ddb5f06057a882ecdb63effab714cae9ce1089c28faa28b3e34ff0628 WHIRLPOOL 91605af7489e60b3217f5dec91bb9b6c574086158cad1929bd059ed092c709e2a406fd2dcc187872db38de28f22a4abddd119d01c392e92060d84b7a067003fa +DIST abi-compliance-checker-1.99.15.tar.gz 255370 SHA256 ce898cbeed77a2e6d52de4c0b16dcb313940994840da39432859e10eda2c8493 SHA512 66753ce5b3eefb8c3d2d474d5f3bcc001be629a11f30343d26c29b93d3dc72ebc44bd6a36d72981e39ef63ad12e9dc53c48a3cce1c599720479e23d5219adb1d WHIRLPOOL 7b21aa90f2e212a6a210d4751ee20f9270fd739e494d70c449282968c5bc4a28db0062574bd5ff5699a60e922935bf08969bfa8313ea2a228c83e25e87f0c3ce DIST abi-compliance-checker-1.99.9.tar.gz 272227 SHA256 52b0daca89fcda73cde126497c8015ca823417074ba02fcff68b7acf2f45e516 SHA512 bf3530463a93ed453c9479fa2907e8e68d34949e71bb552fabc43b37f7fa562a49339adc86de09596a13ccd5586bfc5fcb5df1d03ffa04020d9ac3622025b2be WHIRLPOOL 0d62b5c4b14e814231cfa06ffdcfd7fa44fecd2d154bf57b0abb13f2540f755b3de3179fd9d3c34720329f674285877b3b4e43dc904b9b1ae1c7b3c88467094e diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.15.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.15.ebuild new file mode 100644 index 000000000000..f5e53c3662d8 --- /dev/null +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-1.99.15.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="A tool for checking backward compatibility of a C/C++ library" +HOMEPAGE="http://ispras.linuxbase.org/index.php/ABI_compliance_checker" +SRC_URI="https://github.com/lvc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND} + dev-util/ctags" + +src_compile() { + : +} + +src_install() { + mkdir -p "${D}"/usr || die + perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die +} diff --git a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild index 2a3cd6849400..051f48af2376 100644 --- a/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild +++ b/dev-util/abi-compliance-checker/abi-compliance-checker-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 #if LIVE EGIT_REPO_URI="git://github.com/lvc/${PN}.git @@ -35,5 +35,5 @@ src_compile() { src_install() { mkdir -p "${D}"/usr || die - perl Makefile.pl --install --prefix=/usr --destdir="${D}" || die + perl Makefile.pl --install --prefix="${EPREFIX}"/usr --destdir="${D}" || die } diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest index aa2543f716ec..906d4516d2e3 100644 --- a/dev-vcs/git/Manifest +++ b/dev-vcs/git/Manifest @@ -1,12 +1,15 @@ DIST git-2.4.10.tar.xz 3695176 SHA256 b631b2b26f5593833a29cd833b8071b4eaf7b212fba180e587b526f51c2331df SHA512 08f7f63fd4820f155aec08373fd4f5abbe5a4c8f98a73a824897ba68901fb274b4cf47b8751cd2bea358cbb9c09934f7857aa440de69b46ee88a4bba852f5ced WHIRLPOOL 3ec53b7355f1895c95b91e1fa85f185801acdb0317384099e4d7914208c3d762d536ed83e099c96a168d696e37e3f8a491459de59c7dd59dce9c49fb75af836b DIST git-2.5.4.tar.xz 3747552 SHA256 e08d2d384e1c8c474d336c3583ed5cd396c76455155a4e65bfa97699fc38472a SHA512 25964bc59301b11994c94bab618613bc87ef788d356af55a26c77861a939f2b67cf37be98199e81d5c2a63e8d9c043b4fc6fb481316cc4d8bb6a1f382eddf33e WHIRLPOOL e62efd86c5e0d1b040816978cc28a41d00a7c095513482b0df1d4addc87bd89ce20dbb1b77e3ec3d9bd0722de3237e451b05f687fdb6419fa419708921049222 DIST git-2.6.4.tar.xz 3820804 SHA256 1c0170952163e0b240256bc47388b95c617cf8cf446c93261df83d42cf5dd466 SHA512 935233c6dc504448af5dce3115174f9d36489288f7f16790f21dd0faa2699ed71609b8053182e0e2b100b9229cde80ca4d944ecc7723e697bec7af5b28b8f12e WHIRLPOOL 2df761b4aa1876d93e7c6c22d7a57d61a1cab6419f582ee842330a5167888af3da17de7812903baadca6f36b1de15216f6efccb548a70e3e3a366131703a441b +DIST git-2.6.5.tar.xz 3822016 SHA256 07ce40131821c42fbcfa8f989b384f30f64f3665c06e8b2c2e2077d730777db5 SHA512 c71a1ad80eced40b007d9a6dc10d081fcf5b9b384f20d5db2e3a2646191838070369b96c172a66d86eaa488634bd4adbe0840f0c4dade51a45eba2fd3a0870a5 WHIRLPOOL 331e8422cdaf0376ea6ff15f8b7abc2d14355fda9871ad8928fd7d46df3cd88e94702da243c5032e1e1e364def92b3fd8b852e8b7aaa98a69bb20599417ba50c DIST git-2.7.0.tar.xz 3861524 SHA256 fa9fb34efce9c80527152a40fbae138e83bd04a15ef9111726252259345a7b0d SHA512 e2d51e3d547229bb1e5c3a92c71476695f23420d9c639f9cb1d953fd00579aad92f9bbaf8f3d45f966c9476da73bf4c11dabf18c06f542de6e4d26e12c43dcf3 WHIRLPOOL e0dc8071ebc4e0558a2f2b9d8b32d840f4278e893777367029e84a57bf52d1d00eadb778a3e6df70c93de8cb754b94ff985ae6025ff98d6276629d7d3318aa19 DIST git-htmldocs-2.4.10.tar.xz 996588 SHA256 f2c523ea114caac7c5cf51a20a420a215411762fabff2da9febfc2917af835ef SHA512 60fc5a2b6665ec7fc10680608b5689a24fa211fe7393f010a8099c6fb0a9582f20cebc7cad0653b62750677d79a80fcd6e8e96fb440acb3fc7c7c0ffc00779d3 WHIRLPOOL 30585753a7b08dfa812c74832d35168d3615d8bf71c3c853efb125348538b5fb7cc4b3f1cfef725082ade144b5362394991186967f6026cee8c91dd41e30290e DIST git-htmldocs-2.5.4.tar.xz 1009820 SHA256 cb36b3b7198a3fa49f2677bba83f1e57a1a40250a181d9e86232cb8febcc8053 SHA512 af833635632ba5c65524bfef00f291a41fd37ba7bd9ca4b65b4c0eb9329b888d2e8757fe29f33bd25a75e1841d67a20dff49f43d35a502ef3b29599d073dcd6a WHIRLPOOL e5f55c3dbdf69d946295c5c19b95a79168d34645ced8e6a837ec8b5dd948008487288159f63a2f81a36fbdf3f413d3fdefd008b0157785df37431ccb9127284e DIST git-htmldocs-2.6.4.tar.xz 1021204 SHA256 03c43f8ce24e9ffe3b7f3066d0ffb4036a67b2ac5d0914b788379341c742167b SHA512 5d0fa33ac1d5f9160b72720e504158c6403beff7c9dfc0d0c43e55acb4575a130689d664c20c16316a78020130fbd9fcec4cb6068aeb3da41ac2623a43b2442c WHIRLPOOL fece0a4dbf4910f1fe0f0239ddf3b399bcef6b369206dc6f30cc84f8d50805c55cada81cd7a4010315b36f3bf55b29024bea5a85b191c871eaf99641242dc75e +DIST git-htmldocs-2.6.5.tar.xz 1021516 SHA256 40b5ee75a69d834005b36dd190dc0164124593cca233391774a3a9c82af88de5 SHA512 dc796bbe54104821c8be8a7475039a8a6b207d3e3bd20b950d786b02c824801e3f915389af7c267b83800ed2e0d1b037fb543d6c0f942f887c715a361a589728 WHIRLPOOL 3abd96db7ed3368a8903ff89265c6a44c8e5a2127695edca6bdc2511a27dd45c546016400f926c367030602828329a194fc2683785f25c7833c18c9f32ea57f1 DIST git-htmldocs-2.7.0.tar.xz 1028748 SHA256 a9d30a744eb07392ba3ffe389cca7e57a2bdd718c9ffccdf2d525eeafac548a9 SHA512 e86dd5874c87bd9df9a76a50bc41280dbcaff7b24547d57eae1f68f97645e15dc35027754425013bef6fea1bd4f6e9e23ac0aac80023166a29848deee7d3d4d0 WHIRLPOOL 435b67e536991b6a31f5b70870947f30fe9d2318648bb061ed96608acc0e5deca4d21574cbdcb06548ab90fb2a368e5a629610aaa5f030c91ec9d6e0965be302 DIST git-manpages-2.4.10.tar.xz 373968 SHA256 da712c07d84bb3da10be9fb56c15289c77828d3011179ab71f090e77e52a03d9 SHA512 d5a978109db70f3d50d02ad17c93229206f2d5a2dd3dd7e9fb266ca7b76b85ad92f63120df885b88b5a33fe1dce0686ae92fc50749cb3b6275cb48812eb031a9 WHIRLPOOL decb0b5bf81b25e4562f639e03c2b60b0c470338be0ac298f3d62deb54538de0961a81c6a8ced17ef5877df6de5c17b49fe96e77f00dd2038d2d1189c8f48e7c DIST git-manpages-2.5.4.tar.xz 378296 SHA256 bdd8db3b8cd35d01b2631d1f3c1174e5bc1b62b3e0177ae1954d83743aa93ea9 SHA512 ccd675d8d9c117042083800fa4ae7a876a7873cf13844c92f731e46553d316a949d445c80e4b57824792a6b369623085053d25baeb4f8b79801b5849f06eb084 WHIRLPOOL a2149da3217826c1c4951aa0fa0900e388ea806511559d0e01c4e17a565470048e55e988b12e6da3d7b52b11d410d27b4da0cac4d2d88e3f6860f22664cd8ac9 DIST git-manpages-2.6.4.tar.xz 381548 SHA256 9a71b60396789196d1c52665a8f12eda3f1f0b53ab91968de9d33572700e924c SHA512 37f82e6a0721d5df5c5483f7b1f69e9835afb72ef6d8bb4a34f3505594d626dbbc767627c2973f83009d78ee08d40a3e127e86ed9d3e69b759909631c08bd4e7 WHIRLPOOL f3977f59d1cc92455eafa2b947bd3d6d673a39e8a78fed0423729586b1c456727f9475cc95adac0d52ed27661b74e8ed6a2a21d6b1b85fe8b628265ccf7d5b1c +DIST git-manpages-2.6.5.tar.xz 381620 SHA256 7b0800c0e3d6a7370413ee9ded8466158170a1635dfd434cec8e2d168e5038ef SHA512 c370811ced1b481e66efeb3f5efb00a5091183d3125e2796b883e6f9e1dfb82032ad303eca5a9380882227aab8c63fe0d5c80dfd80228aaa29d7c7ab6afae9b4 WHIRLPOOL 211866bd59f537bd9ba8d51d037b76f3054afee254d92708137105e7360647d244c3558a70254a94ea99cf96397a5d794ff3b80d893d67e1032abbb18e28b11c DIST git-manpages-2.7.0.tar.xz 384248 SHA256 b7f255aa17a5d06b9b71f6e3957f65e8f15789b2d31f09b1c2bf697a21458a0d SHA512 ab3af313c6fd88dca34103fdf2d9d3eaf25b57d0cee90b6eedac05130a0c42e79aa31fdd328e35386765e84cdd5d3143cd870fcdc96983581a7531ac7b1a32a5 WHIRLPOOL cf4af0dfc3a39d072f16e1ef4b6025f63ac3788a5db4f5eec48a1889b67c646044e64b4544a961c7616bd56a4dc57e75532f97c3d4cef92d56a3a1cd20afeae0 diff --git a/dev-vcs/git/git-2.6.5.ebuild b/dev-vcs/git/git-2.6.5.ebuild new file mode 100644 index 000000000000..3f273232fcb6 --- /dev/null +++ b/dev-vcs/git/git-2.6.5.ebuild @@ -0,0 +1,640 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +GENTOO_DEPEND_ON_PERL=no + +# bug #329479: git-remote-testgit is not multiple-version aware +PYTHON_COMPAT=( python2_7 ) +[[ ${PV} == *9999 ]] && SCM="git-2" +EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git" +EGIT_MASTER=pu + +inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 python-single-r1 systemd ${SCM} + +MY_PV="${PV/_rc/.rc}" +MY_P="${PN}-${MY_PV}" + +DOC_VER=${MY_PV} + +DESCRIPTION="GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team" +HOMEPAGE="http://www.git-scm.com/" +if [[ ${PV} != *9999 ]]; then + SRC_URI_SUFFIX="xz" + SRC_URI_GOOG="https://git-core.googlecode.com/files" + SRC_URI_KORG="mirror://kernel/software/scm/git" + SRC_URI="${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX} + ${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX} + ${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} + ${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} + doc? ( + ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} + ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} + )" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv libressl mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test" + +# Common to both DEPEND and RDEPEND +CDEPEND=" + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:= ) + sys-libs/zlib + pcre? ( dev-libs/libpcre ) + perl? ( dev-lang/perl:=[-build(-)] ) + tk? ( dev-lang/tk:0= ) + curl? ( + net-misc/curl + webdav? ( dev-libs/expat ) + ) + emacs? ( virtual/emacs ) + gnome-keyring? ( gnome-base/libgnome-keyring )" + +RDEPEND="${CDEPEND} + gpg? ( app-crypt/gnupg ) + mediawiki? ( + dev-perl/HTML-Tree + dev-perl/MediaWiki-API + ) + perl? ( dev-perl/Error + dev-perl/Net-SMTP-SSL + dev-perl/Authen-SASL + cgi? ( dev-perl/CGI highlight? ( app-text/highlight ) ) + cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite ) + subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) + ) + python? ( gtk? + ( + >=dev-python/pygtk-2.8[${PYTHON_USEDEP}] + >=dev-python/pygtksourceview-2.10.1-r1:2[${PYTHON_USEDEP}] + ) + ${PYTHON_DEPS} )" + +# This is how info docs are created with Git: +# .txt/asciidoc --(asciidoc)---------> .xml/docbook +# .xml/docbook --(docbook2texi.pl)--> .texi +# .texi --(makeinfo)---------> .info +DEPEND="${CDEPEND} + doc? ( + app-text/asciidoc + app-text/docbook2X + sys-apps/texinfo + app-text/xmlto + ) + nls? ( sys-devel/gettext ) + test? ( app-crypt/gnupg )" + +# Live ebuild builds man pages and HTML docs, additionally +if [[ ${PV} == *9999 ]]; then + DEPEND="${DEPEND} + app-text/asciidoc" +fi + +SITEFILE=50${PN}-gentoo.el +S="${WORKDIR}/${MY_P}" + +REQUIRED_USE=" + cgi? ( perl ) + cvs? ( perl ) + mediawiki? ( perl ) + subversion? ( perl ) + webdav? ( curl ) + gtk? ( python ) + python? ( ${PYTHON_REQUIRED_USE} ) +" + +pkg_setup() { + if use subversion && has_version "dev-vcs/subversion[dso]"; then + ewarn "Per Gentoo bugs #223747, #238586, when subversion is built" + ewarn "with USE=dso, there may be weird crashes in git-svn. You" + ewarn "have been warned." + fi + if use python ; then + python-single-r1_pkg_setup + fi +} + +# This is needed because for some obscure reasons future calls to make don't +# pick up these exports if we export them in src_unpack() +exportmakeopts() { + local myopts + + if use blksha1 ; then + myopts+=" BLK_SHA1=YesPlease" + elif use ppcsha1 ; then + myopts+=" PPC_SHA1=YesPlease" + fi + + if use curl ; then + use webdav || myopts+=" NO_EXPAT=YesPlease" + else + myopts+=" NO_CURL=YesPlease" + fi + + # broken assumptions, because of broken build system ... + myopts+=" NO_FINK=YesPlease NO_DARWIN_PORTS=YesPlease" + myopts+=" INSTALL=install TAR=tar" + myopts+=" SHELL_PATH=${EPREFIX}/bin/sh" + myopts+=" SANE_TOOL_PATH=" + myopts+=" OLD_ICONV=" + myopts+=" NO_EXTERNAL_GREP=" + + # For svn-fe + extlibs="-lz -lssl ${S}/xdiff/lib.a $(usex threads -lpthread '')" + + # can't define this to null, since the entire makefile depends on it + sed -i -e '/\/usr\/local/s/BASIC_/#BASIC_/' Makefile + + use iconv \ + || myopts+=" NO_ICONV=YesPlease" + use nls \ + || myopts+=" NO_GETTEXT=YesPlease" + use tk \ + || myopts+=" NO_TCLTK=YesPlease" + use pcre \ + && myopts+=" USE_LIBPCRE=yes" \ + && extlibs+=" -lpcre" + use perl \ + && myopts+=" INSTALLDIRS=vendor" \ + || myopts+=" NO_PERL=YesPlease" + use python \ + || myopts+=" NO_PYTHON=YesPlease" + use subversion \ + || myopts+=" NO_SVN_TESTS=YesPlease" + use threads \ + && myopts+=" THREADED_DELTA_SEARCH=YesPlease" \ + || myopts+=" NO_PTHREADS=YesPlease" + use cvs \ + || myopts+=" NO_CVS=YesPlease" +# Disabled until ~m68k-mint can be keyworded again +# if [[ ${CHOST} == *-mint* ]] ; then +# myopts+=" NO_MMAP=YesPlease" +# myopts+=" NO_IPV6=YesPlease" +# myopts+=" NO_STRLCPY=YesPlease" +# myopts+=" NO_MEMMEM=YesPlease" +# myopts+=" NO_MKDTEMP=YesPlease" +# myopts+=" NO_MKSTEMPS=YesPlease" +# fi + if [[ ${CHOST} == ia64-*-hpux* ]]; then + myopts+=" NO_NSEC=YesPlease" + fi + if [[ ${CHOST} == *-*-aix* ]]; then + myopts+=" NO_FNMATCH_CASEFOLD=YesPlease" + fi + if [[ ${CHOST} == *-solaris* ]]; then + myopts+=" NEEDS_LIBICONV=YesPlease" + fi + + has_version '>=app-text/asciidoc-8.0' \ + && myopts+=" ASCIIDOC8=YesPlease" + myopts+=" ASCIIDOC_NO_ROFF=YesPlease" + + # Bug 290465: + # builtin-fetch-pack.c:816: error: 'struct stat' has no member named 'st_mtim' + [[ "${CHOST}" == *-uclibc* ]] && \ + myopts+=" NO_NSEC=YesPlease" + + export MY_MAKEOPTS="${myopts}" + export EXTLIBS="${extlibs}" +} + +src_unpack() { + if [[ ${PV} != *9999 ]]; then + unpack ${MY_P}.tar.${SRC_URI_SUFFIX} + cd "${S}" + unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} + use doc && \ + cd "${S}"/Documentation && \ + unpack ${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} + cd "${S}" + else + git-2_src_unpack + cd "${S}" + #cp "${FILESDIR}"/GIT-VERSION-GEN . + fi + +} + +src_prepare() { + # bug #350330 - automagic CVS when we don't want it is bad. + epatch "${FILESDIR}"/git-2.2.2-optional-cvs.patch + + # install mediawiki perl modules also in vendor_dir + # hack, needs better upstream solution + epatch "${FILESDIR}"/git-1.8.5-mw-vendor.patch + + epatch "${FILESDIR}"/git-2.2.0-svn-fe-linking.patch + + # Bug #493306, where FreeBSD 10.x merged libiconv into its libc. + epatch "${FILESDIR}"/git-2.5.1-freebsd-10.x-no-iconv.patch + + epatch_user + + sed -i \ + -e 's:^\(CFLAGS[[:space:]]*=\).*$:\1 $(OPTCFLAGS) -Wall:' \ + -e 's:^\(LDFLAGS[[:space:]]*=\).*$:\1 $(OPTLDFLAGS):' \ + -e 's:^\(CC[[:space:]]* =\).*$:\1$(OPTCC):' \ + -e 's:^\(AR[[:space:]]* =\).*$:\1$(OPTAR):' \ + -e "s:\(PYTHON_PATH[[:space:]]\+=[[:space:]]\+\)\(.*\)$:\1${EPREFIX}\2:" \ + -e "s:\(PERL_PATH[[:space:]]\+=[[:space:]]\+\)\(.*\)$:\1${EPREFIX}\2:" \ + Makefile contrib/svn-fe/Makefile || die "sed failed" + + # Never install the private copy of Error.pm (bug #296310) + sed -i \ + -e '/private-Error.pm/s,^,#,' \ + perl/Makefile.PL + + # Fix docbook2texi command + sed -r -i 's/DOCBOOK2X_TEXI[[:space:]]*=[[:space:]]*docbook2x-texi/DOCBOOK2X_TEXI = docbook2texi.pl/' \ + Documentation/Makefile || die "sed failed" + + # Fix git-subtree missing DESTDIR + sed -i \ + -e '/$(INSTALL)/s/ $(libexecdir)/ $(DESTDIR)$(libexecdir)/g' \ + -e '/$(INSTALL)/s/ $(man1dir)/ $(DESTDIR)$(man1dir)/g' \ + contrib/subtree/Makefile +} + +git_emake() { + # bug #326625: PERL_PATH, PERL_MM_OPT + # bug #320647: PYTHON_PATH + PYTHON_PATH="" + use python && PYTHON_PATH="${PYTHON}" + emake ${MY_MAKEOPTS} \ + DESTDIR="${D}" \ + OPTCFLAGS="${CFLAGS}" \ + OPTLDFLAGS="${LDFLAGS}" \ + OPTCC="$(tc-getCC)" \ + OPTAR="$(tc-getAR)" \ + prefix="${EPREFIX}"/usr \ + htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ + sysconfdir="${EPREFIX}"/etc \ + PYTHON_PATH="${PYTHON_PATH}" \ + PERL_MM_OPT="" \ + GIT_TEST_OPTS="--no-color" \ + V=1 \ + "$@" + # This is the fix for bug #326625, but it also causes breakage, see bug + # #352693. + # PERL_PATH="${EPREFIX}/usr/bin/env perl" \ +} + +src_configure() { + exportmakeopts +} + +src_compile() { + if use perl ; then + git_emake perl/PM.stamp || die "emake perl/PM.stamp failed" + git_emake perl/perl.mak || die "emake perl/perl.mak failed" + fi + git_emake || die "emake failed" + + if use emacs ; then + elisp-compile contrib/emacs/git{,-blame}.el + fi + + if use perl && use cgi ; then + git_emake \ + gitweb \ + || die "emake gitweb (cgi) failed" + fi + + if [[ ${CHOST} == *-darwin* ]]; then + cd "${S}"/contrib/credential/osxkeychain || die "cd credential/osxkeychain" + git_emake || die "emake credential-osxkeychain" + fi + + cd "${S}"/Documentation + if [[ ${PV} == *9999 ]] ; then + git_emake man \ + || die "emake man failed" + if use doc ; then + git_emake info html \ + || die "emake info html failed" + fi + else + if use doc ; then + git_emake info \ + || die "emake info html failed" + fi + fi + + if use subversion ; then + cd "${S}"/contrib/svn-fe + # by defining EXTLIBS we override the detection for libintl and + # libiconv, bug #516168 + local nlsiconv= + use nls && use !elibc_glibc && nlsiconv+=" -lintl" + use iconv && use !elibc_glibc && nlsiconv+=" -liconv" + git_emake EXTLIBS="${EXTLIBS} ${nlsiconv}" || die "emake svn-fe failed" + if use doc ; then + git_emake svn-fe.{1,html} || die "emake svn-fe.1 svn-fe.html failed" + fi + cd "${S}" + fi + + if use gnome-keyring ; then + cd "${S}"/contrib/credential/gnome-keyring + git_emake || die "emake git-credential-gnome-keyring failed" + fi + + cd "${S}"/contrib/subtree + git_emake + use doc && git_emake doc + + if use mediawiki ; then + cd "${S}"/contrib/mw-to-git + git_emake + fi +} + +src_install() { + git_emake \ + install || \ + die "make install failed" + + if [[ ${CHOST} == *-darwin* ]]; then + dobin contrib/credential/osxkeychain/git-credential-osxkeychain + fi + + # Depending on the tarball and manual rebuild of the documentation, the + # manpages may exist in either OR both of these directories. + find man?/*.[157] >/dev/null 2>&1 && doman man?/*.[157] + find Documentation/*.[157] >/dev/null 2>&1 && doman Documentation/*.[157] + + dodoc README Documentation/{SubmittingPatches,CodingGuidelines} + use doc && dodir /usr/share/doc/${PF}/html + for d in / /howto/ /technical/ ; do + docinto ${d} + dodoc Documentation${d}*.txt + use doc && dohtml -p ${d} Documentation${d}*.html + done + docinto / + # Upstream does not ship this pre-built :-( + use doc && doinfo Documentation/{git,gitman}.info + + newbashcomp contrib/completion/git-completion.bash ${PN} + bashcomp_alias git gitk + # Not really a bash-completion file (bug #477920) + # but still needed uncompressed (bug #507480) + insinto /usr/share/${PN} + doins contrib/completion/git-prompt.sh + + if use emacs ; then + elisp-install ${PN} contrib/emacs/git.{el,elc} + elisp-install ${PN} contrib/emacs/git-blame.{el,elc} + #elisp-install ${PN}/compat contrib/emacs/vc-git.{el,elc} + # don't add automatically to the load-path, so the sitefile + # can do a conditional loading + touch "${ED}${SITELISP}/${PN}/compat/.nosearch" + elisp-site-file-install "${FILESDIR}"/${SITEFILE} + fi + + if use python && use gtk ; then + python_doscript "${S}"/contrib/gitview/gitview + dodoc "${S}"/contrib/gitview/gitview.txt + fi + + #dobin contrib/fast-import/git-p4 # Moved upstream + #dodoc contrib/fast-import/git-p4.txt # Moved upstream + newbin contrib/fast-import/import-tars.perl import-tars + exeinto /usr/libexec/git-core/ + newexe contrib/git-resurrect.sh git-resurrect + + # git-subtree + cd "${S}"/contrib/subtree + git_emake install || die "Failed to emake install git-subtree" + if use doc ; then + git_emake install-man install-doc || die "Failed to emake install-doc install-mangit-subtree" + fi + newdoc README README.git-subtree + dodoc git-subtree.txt + cd "${S}" + + if use mediawiki ; then + cd "${S}"/contrib/mw-to-git + git_emake install + cd "${S}" + fi + + # diff-highlight + dobin contrib/diff-highlight/diff-highlight + newdoc contrib/diff-highlight/README README.diff-highlight + + # git-jump + exeinto /usr/libexec/git-core/ + doexe contrib/git-jump/git-jump + newdoc contrib/git-jump/README git-jump.txt + + # git-contacts + exeinto /usr/libexec/git-core/ + doexe contrib/contacts/git-contacts + dodoc contrib/contacts/git-contacts.txt + + if use gnome-keyring ; then + cd "${S}"/contrib/credential/gnome-keyring + dobin git-credential-gnome-keyring + fi + + if use subversion ; then + cd "${S}"/contrib/svn-fe + dobin svn-fe + dodoc svn-fe.txt + use doc && doman svn-fe.1 && dohtml svn-fe.html + cd "${S}" + fi + + dodir /usr/share/${PN}/contrib + # The following are excluded: + # completion - installed above + # credential/gnome-keyring TODO + # diff-highlight - done above + # emacs - installed above + # examples - these are stuff that is not used in Git anymore actually + # git-jump - done above + # gitview - installed above + # p4import - excluded because fast-import has a better one + # patches - stuff the Git guys made to go upstream to other places + # persistent-https - TODO + # mw-to-git - TODO + # subtree - build seperately + # svnimport - use git-svn + # thunderbird-patch-inline - fixes thunderbird + for i in \ + buildsystems convert-objects fast-import \ + hg-to-git hooks remotes2config.sh rerere-train.sh \ + stats workdir \ + ; do + cp -rf \ + "${S}"/contrib/${i} \ + "${ED}"/usr/share/${PN}/contrib \ + || die "Failed contrib ${i}" + done + + if use perl && use cgi ; then + # We used to install in /usr/share/${PN}/gitweb + # but upstream installs in /usr/share/gitweb + # so we will install a symlink and use their location for compat with other + # distros + dosym /usr/share/gitweb /usr/share/${PN}/gitweb + + # INSTALL discusses configuration issues, not just installation + docinto / + newdoc "${S}"/gitweb/INSTALL INSTALL.gitweb + newdoc "${S}"/gitweb/README README.gitweb + + find "${ED}"/usr/lib64/perl5/ \ + -name .packlist \ + -exec rm \{\} \; + else + rm -rf "${ED}"/usr/share/gitweb + fi + + if ! use subversion ; then + rm -f "${ED}"/usr/libexec/git-core/git-svn \ + "${ED}"/usr/share/man/man1/git-svn.1* + fi + + if use xinetd ; then + insinto /etc/xinetd.d + newins "${FILESDIR}"/git-daemon.xinetd git-daemon + fi + + if use !prefix ; then + newinitd "${FILESDIR}"/git-daemon-r1.initd git-daemon + newconfd "${FILESDIR}"/git-daemon.confd git-daemon + systemd_newunit "${FILESDIR}/git-daemon_at.service" "git-daemon@.service" + systemd_dounit "${FILESDIR}/git-daemon.socket" + fi + + perl_delete_localpod +} + +src_test() { + local disabled="" #t7004-tag.sh" #520270 + local tests_cvs="t9200-git-cvsexportcommit.sh \ + t9400-git-cvsserver-server.sh \ + t9401-git-cvsserver-crlf.sh \ + t9402-git-cvsserver-refs.sh \ + t9600-cvsimport.sh \ + t9601-cvsimport-vendor-branch.sh \ + t9602-cvsimport-branches-tags.sh \ + t9603-cvsimport-patchsets.sh \ + t9604-cvsimport-timestamps.sh" + local tests_perl="t3701-add-interactive.sh \ + t5502-quickfetch.sh \ + t5512-ls-remote.sh \ + t5520-pull.sh \ + t7106-reset-unborn-branch.sh \ + t7501-commit.sh" + # Bug #225601 - t0004 is not suitable for root perm + # Bug #219839 - t1004 is not suitable for root perm + # t0001-init.sh - check for init notices EPERM* fails + local tests_nonroot="t0001-init.sh \ + t0004-unwritable.sh \ + t0070-fundamental.sh \ + t1004-read-tree-m-u-wf.sh \ + t3700-add.sh \ + t7300-clean.sh" + # t9100 still fails with symlinks in SVN 1.7 + local test_svn="t9100-git-svn-basic.sh" + + # Unzip is used only for the testcase code, not by any normal parts of Git. + if ! has_version app-arch/unzip ; then + einfo "Disabling tar-tree tests" + disabled="${disabled} t5000-tar-tree.sh" + fi + + cvs=0 + use cvs && let cvs=$cvs+1 + if [[ ${EUID} -eq 0 ]]; then + if [[ $cvs -eq 1 ]]; then + ewarn "Skipping CVS tests because CVS does not work as root!" + ewarn "You should retest with FEATURES=userpriv!" + disabled="${disabled} ${tests_cvs}" + fi + einfo "Skipping other tests that require being non-root" + disabled="${disabled} ${tests_nonroot}" + else + [[ $cvs -gt 0 ]] && \ + has_version dev-vcs/cvs && \ + let cvs=$cvs+1 + [[ $cvs -gt 1 ]] && \ + has_version "dev-vcs/cvs[server]" && \ + let cvs=$cvs+1 + if [[ $cvs -lt 3 ]]; then + einfo "Disabling CVS tests (needs dev-vcs/cvs[USE=server])" + disabled="${disabled} ${tests_cvs}" + fi + fi + + if ! use perl ; then + einfo "Disabling tests that need Perl" + disabled="${disabled} ${tests_perl}" + fi + + einfo "Disabling tests that fail with SVN 1.7" + disabled="${disabled} ${test_svn}" + + # Reset all previously disabled tests + cd "${S}/t" + for i in *.sh.DISABLED ; do + [[ -f "${i}" ]] && mv -f "${i}" "${i%.DISABLED}" + done + einfo "Disabled tests:" + for i in ${disabled} ; do + [[ -f "${i}" ]] && mv -f "${i}" "${i}.DISABLED" && einfo "Disabled $i" + done + + # Avoid the test system removing the results because we want them ourselves + sed -e '/^[[:space:]]*$(MAKE) clean/s,^,#,g' \ + -i "${S}"/t/Makefile + + # Clean old results first, must always run + cd "${S}/t" + nonfatal git_emake clean + + # Now run the tests, keep going if we hit an error, and don't terminate on + # failure + cd "${S}" + einfo "Start test run" + #MAKEOPTS=-j1 + nonfatal git_emake --keep-going test + rc=$? + + # Display nice results, now print the results + cd "${S}/t" + nonfatal git_emake aggregate-results + + # And bail if there was a problem + [ $rc -eq 0 ] || die "tests failed. Please file a bug." +} + +showpkgdeps() { + local pkg=$1 + shift + elog " $(printf "%-17s:" ${pkg}) ${@}" +} + +pkg_postinst() { + use emacs && elisp-site-regen + einfo "Please read /usr/share/bash-completion/git for Git bash command completion" + einfo "Please read /usr/share/git/git-prompt.sh for Git bash prompt" + einfo "Note that the prompt bash code is now in that separate script" + elog "These additional scripts need some dependencies:" + echo + showpkgdeps git-quiltimport "dev-util/quilt" + showpkgdeps git-instaweb \ + "|| ( www-servers/lighttpd www-servers/apache www-servers/nginx )" + echo +} + +pkg_postrm() { + use emacs && elisp-site-regen +} diff --git a/games-fps/alephone/Manifest b/games-fps/alephone/Manifest index ce0458fe3e5a..41da1b024f2b 100644 --- a/games-fps/alephone/Manifest +++ b/games-fps/alephone/Manifest @@ -1,3 +1,2 @@ DIST AlephOne-20100424.tar.bz2 3180896 SHA256 d97089890ce99952027eaf6185baa6cb01b26c2882dfca9e68816dfe7076a5e6 SHA512 b246b662f4bf820238c09fbb6bc55289d0db0a9b5ba15ab2b91a53f93666e81583834fd8a64497074a2e270a2055de24b3be93bb56d58715f9d213b1f4c92494 WHIRLPOOL 3074f6c4ba4925b8a0f7718bdfb0d1084155421397a7604febfeae473635b970b3842152b9a3e200f2bc642790a0dc51e689aa3b18de2235d5697105060c7f93 -DIST AlephOne-20120514.tar.bz2 4716348 SHA256 6a7797af74cf3fae7f5505e64ffe57c56f7331521cb569bcc8b7d7041cb3718b SHA512 71e54341221485765b63c7c723f95e04d41c8e2cecf6bc3f885efc178f4c75fd88cdffe703c4bf41a5e7101fd8cef33797d00cd249e211b7de1b22fc639b4278 WHIRLPOOL 03ff5bd735a28a3113706f4de5837351404ddede2fabc09d45233b3bb646a9550f00cc1d30710a6f32952c452668e5f764fb427ef5495553f6c49ddcfcaef350 DIST AlephOne-20150620.tar.bz2 5031898 SHA256 c0f360dfb74a6264f95d375103a74000930cf0439ffb0464f915f5379443e133 SHA512 fb47969137b791f83b111171d7b92b3708597db294ce19fb682ce28c49edcd4cb84a6ce4dcceb6630812a8c676dfe7f39f3fb4642f40ef7086a0d6c6fdeba8df WHIRLPOOL a00150e8c28763d7d01a5d805e449247dc9ff612eb0e9f0aa2d10e7fcf17654342fa31eb5a2eeb3bc756c80cce84dd9664179977900d635e67401036c71a7c10 diff --git a/games-fps/alephone/alephone-20100424.ebuild b/games-fps/alephone/alephone-20100424.ebuild index c58e340efd89..b1214d157211 100644 --- a/games-fps/alephone/alephone-20100424.ebuild +++ b/games-fps/alephone/alephone-20100424.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit autotools eutils games MY_P=AlephOne-${PV} diff --git a/games-fps/alephone/alephone-20120514.ebuild b/games-fps/alephone/alephone-20120514.ebuild deleted file mode 100644 index f08adb710dcd..000000000000 --- a/games-fps/alephone/alephone-20120514.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools eutils games - -MY_P=AlephOne-${PV} -DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon" -HOMEPAGE="http://source.bungie.org/" -SRC_URI="mirror://sourceforge/marathon/${MY_P}.tar.bz2" - -LICENSE="GPL-2 BitstreamVera" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="alsa mad mpeg sndfile speex truetype vorbis" - -RDEPEND="media-libs/sdl-net - media-libs/sdl-image - media-libs/libsdl[video] - dev-libs/expat - dev-libs/zziplib - media-libs/libpng:0 - alsa? ( media-libs/alsa-lib ) - mad? ( media-libs/libmad ) - mpeg? ( media-libs/smpeg ) - virtual/opengl - virtual/glu - sndfile? ( media-libs/libsndfile ) - speex? ( media-libs/speex ) - truetype? ( media-libs/sdl-ttf ) - vorbis? ( media-libs/libvorbis )" -DEPEND="${RDEPEND} - dev-libs/boost - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed "s:GAMES_DATADIR:${GAMES_DATADIR}:g" \ - "${FILESDIR}"/${PN}.sh > "${T}"/${PN}.sh \ - || die - - # try using the system expat - bug #251108 - sed -i \ - -e '/SUBDIRS/ s/Expat//' \ - -e 's/Expat\/libexpat.a/-lexpat/' \ - Source_Files/Makefile.am \ - || die - sed -i \ - -e '/Expat/d' \ - configure.ac \ - || die - rm -r Source_Files/Expat || die - - # for automake 1.12 compability - bug #422557 - sed -i -e 's:AC_PROG_CC:&\nAC_PROG_OBJCXX:' configure.ac || die - - epatch \ - "${FILESDIR}"/${P}-gcc47.patch \ - "${FILESDIR}"/${P}-png15.patch - - eautoreconf -} - -src_configure() { - egamesconf \ - --enable-lua \ - $(use_enable alsa) \ - $(use_enable mad) \ - $(use_enable mpeg smpeg) \ - --enable-opengl \ - $(use_enable sndfile) \ - $(use_enable speex) \ - $(use_enable truetype ttf) \ - $(use_enable vorbis) -} - -src_install() { - default - dogamesbin "${T}"/${PN}.sh - doman docs/${PN}.6 - dohtml docs/*.html - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - elog "Read the docs and install the data files accordingly to play." - echo - elog "If you only want to install one scenario, read" - elog "http://traxus.bungie.org/index.php/Aleph_One_install_guide#Single_scenario_3" - elog "If you want to install multiple scenarios, read" - elog "http://traxus.bungie.org/index.php/Aleph_One_install_guide#Multiple_scenarios_3" - echo -} diff --git a/games-fps/alephone/files/alephone-20120514-gcc47.patch b/games-fps/alephone/files/alephone-20120514-gcc47.patch deleted file mode 100644 index 0f6cac2e94c7..000000000000 --- a/games-fps/alephone/files/alephone-20120514-gcc47.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- AlephOne-20120514/Source_Files/Lua/lua_templates.h -+++ AlephOne-20120514/Source_Files/Lua/lua_templates.h -@@ -496,7 +496,7 @@ - static index_t ToIndex(lua_State *L, int index) { - index_t to; - if(lua_isnil(L, index)) return -1; -- else if(_lookup(L, index, to)) return to; -+ else if(L_LazyEnum::_lookup(L, index, to)) return to; - else { - std::string error; - if(lua_isnumber(L, index) || lua_isstring(L, index)) diff --git a/games-fps/alephone/files/alephone-20120514-png15.patch b/games-fps/alephone/files/alephone-20120514-png15.patch deleted file mode 100644 index bb99d7ed3245..000000000000 --- a/games-fps/alephone/files/alephone-20120514-png15.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- AlephOne-20120514/Source_Files/RenderOther/IMG_savepng.c -+++ AlephOne-20120514/Source_Files/RenderOther/IMG_savepng.c -@@ -86,7 +86,7 @@ int IMG_SavePNG_RW(SDL_RWops *src, SDL_S - goto savedone; - } - /* setup custom writer functions */ -- png_set_write_fn(png_ptr,(voidp)src,png_write_data,NULL); -+ png_set_write_fn(png_ptr,(png_voidp)src,png_write_data,NULL); - - if (setjmp(png_jmpbuf(png_ptr))){ - SDL_SetError("Unknown error writing PNG"); diff --git a/games-fps/doom3-cdoom/Manifest b/games-fps/doom3-cdoom/Manifest index bb4fc9cae128..4c217186be79 100644 --- a/games-fps/doom3-cdoom/Manifest +++ b/games-fps/doom3-cdoom/Manifest @@ -1 +1 @@ -DIST classic_doom_3_131.zip 212329377 SHA256 32ed98f373573906d5f5082ad9a09ae0d65e4ae7c47e42cee8468b95e4ce8171 +DIST classic_doom_3_131.zip 212329377 SHA256 32ed98f373573906d5f5082ad9a09ae0d65e4ae7c47e42cee8468b95e4ce8171 SHA512 6e997b6d3c35296b1d0c9ece288cc9d8d8dee1dcc42b38e068e7c101c79ab01475093777bfcd6ffeab1943fef3bc1f62e5917288c4a28789448454db9e656e51 WHIRLPOOL dd6740d9315c3f94ff05519a6661fe154239207ff016c7510427a89deed5a49840b6b1be70411931ae03fef9900c64bb478d1a1f7425855c4dac3ab6289c9b92 diff --git a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild index ee0796064b08..aa3c99b12f3d 100644 --- a/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild +++ b/games-fps/doom3-cdoom/doom3-cdoom-1.3.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="Doom 1 conversion for Doom 3" MOD_NAME="Classic Doom" @@ -11,7 +11,7 @@ MOD_ICON="cdoom.ico" inherit games games-mods -HOMEPAGE="http://cdoom.d3files.com/" +HOMEPAGE="http://www.moddb.com/mods/classic-doom-3" SRC_URI="classic_doom_3_${PV//.}.zip" LICENSE="GameFront" diff --git a/games-fps/doom3-chextrek/Manifest b/games-fps/doom3-chextrek/Manifest index eb91d30f5a8a..a6b2cc9d4f3f 100644 --- a/games-fps/doom3-chextrek/Manifest +++ b/games-fps/doom3-chextrek/Manifest @@ -1 +1 @@ -DIST chextrek_beta_052.zip 97683796 SHA256 ddaecd0d9868a38455682c6fd870aac4724c53d8ac84cc93b9d8405fe7d72396 +DIST chextrek_beta_052.zip 97683796 SHA256 ddaecd0d9868a38455682c6fd870aac4724c53d8ac84cc93b9d8405fe7d72396 SHA512 b8dcb80bb4d945c42acd446f7e9f07e1f4d3c0048b386709577b77233f7a971b6be6a9e1be7cd17d7d8491cd558f73ee82b94785de122bf781078f6705d04457 WHIRLPOOL a20f7576d28345e512fa8c455b9f4709f8927be7a9cbf16a266757902b304bf4aa70b5db83d72453687c53aadcf9a4c1e179e6440875728ef30a83a6a9e0f0b5 diff --git a/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild b/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild index f3969fd2d927..59ed41d99ac4 100644 --- a/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild +++ b/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="Green slimeballs mod for kids" MOD_NAME="Chex Trek: Beyond the Quest" @@ -11,7 +11,7 @@ MOD_ICON="flem.ico" inherit games-mods -HOMEPAGE="http://doom3.filefront.com/file/Chex_Trek_Beyond_the_Quest;82325" +HOMEPAGE="http://www.moddb.com/mods/chex-trek-beyond-the-quest" SRC_URI="chextrek_beta_${PV/.}.zip" LICENSE="GameFront" diff --git a/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild b/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild index 387a7fce5681..656b6a7166c2 100644 --- a/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild +++ b/games-fps/doom3-data/doom3-data-1.1.1282-r1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit eutils cdrom games DESCRIPTION="Doom 3 - data portion" @@ -26,18 +27,15 @@ src_install() { insinto "${GAMES_PREFIX_OPT}"/doom3/base einfo "Copying files from CD 1..." - doins "${CDROM_ROOT}"/Setup/Data/base/pak002.pk4 \ - || die "doins pak002.pk4 failed" + doins "${CDROM_ROOT}"/Setup/Data/base/pak002.pk4 cdrom_load_next_cd einfo "Copying files from CD 2..." - doins "${CDROM_ROOT}"/Setup/Data/base/pak00{0,1}.pk4 \ - || die "doins pak00{0,1}.pk4 failed" + doins "${CDROM_ROOT}"/Setup/Data/base/pak00{0,1}.pk4 cdrom_load_next_cd einfo "Copying files from CD 3..." - doins "${CDROM_ROOT}"/Setup/Data/base/pak00{3,4}.pk4 \ - || die "doins pak00{3,4}.pk4 failed" + doins "${CDROM_ROOT}"/Setup/Data/base/pak00{3,4}.pk4 prepgamesdirs } diff --git a/games-fps/doom3-ducttape/Manifest b/games-fps/doom3-ducttape/Manifest index b6851e2f22d3..077182768182 100644 --- a/games-fps/doom3-ducttape/Manifest +++ b/games-fps/doom3-ducttape/Manifest @@ -1 +1,2 @@ DIST ducttape0006.zip 65641 SHA256 2bd694dddc49466defbf8ac2cf32b1778145900cec1e7c255d91c050ae6b7423 SHA512 57b7be6cbe38db8a93f3af68b9f08d09d28a3507f8408c0235d31edb8b670aeca034a161cfe88ba6b9174cbef86420cc6f7e5a5547d2bb1e1182958e5ec804df WHIRLPOOL 04dd51d5d48075e9dc33b6a38667c343837432f7a2ac5398d1773a74b67c146cdfdbb6c51e7369ead865f8da65a46540fa42d23b7d890b9a50b286049bcb0950 +DIST ducttape0007.zip 66501 SHA256 5a23113075cbb7b9219b8506bf657ba4c887657fa877dc496454d47fd43ba3fd SHA512 90c2a271881b3cc7823be5f01b0809d99aabb6f8a88c9a3806d6b4adc0f86a9a0f63cd34498fcd99ff1eb25de4271aac5912495a469bbb72d4b9ae7b90f003a2 WHIRLPOOL 24db1d3b874dca8b8a2144e295b5c7d8f27955274877a461552aea9e9b0753c5afdb0e405c98b20cc32d28086d304f172558a2e45de7d33fbbe7caf51b5a8894 diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild index 89f745d41aba..7fb11e77a21d 100644 --- a/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild +++ b/games-fps/doom3-ducttape/doom3-ducttape-0006-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="sticks flashlights to your machinegun and shotgun" MOD_NAME="Duct Tape" @@ -18,13 +18,13 @@ KEYWORDS="amd64 x86" IUSE="dedicated opengl" src_unpack() { - mkdir ${MOD_DIR} - cd ${MOD_DIR} + mkdir ${MOD_DIR} || die + cd ${MOD_DIR} || die unpack ${A} } src_prepare() { - rm -f ${MOD_DIR}/pak002.pk4 # for doom3-roe + rm -f ${MOD_DIR}/pak002.pk4 || die # for doom3-roe } pkg_postinst() { diff --git a/games-fps/doom3-ducttape/doom3-ducttape-0007.ebuild b/games-fps/doom3-ducttape/doom3-ducttape-0007.ebuild new file mode 100644 index 000000000000..95896973c82e --- /dev/null +++ b/games-fps/doom3-ducttape/doom3-ducttape-0007.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MOD_DESC="sticks flashlights to your machinegun and shotgun" +MOD_NAME="Duct Tape" +MOD_DIR="ducttape" + +inherit games games-mods + +HOMEPAGE="http://ducttape.glenmurphy.com/" +SRC_URI="http://ducttape.glenmurphy.com/ducttape${PV}.zip" + +LICENSE="freedist" +KEYWORDS="~amd64 ~x86" +IUSE="dedicated opengl" + +src_unpack() { + mkdir ${MOD_DIR} || die + cd ${MOD_DIR} || die + unpack ${A} +} + +src_prepare() { + rm -f ${MOD_DIR}/pak002.pk4 || die # for doom3-roe +} + +pkg_postinst() { + games-mods_pkg_postinst + + elog "To use old saved games with this mod, run:" + elog " mkdir -p ~/.doom3/ducttape" + elog " cp -r ~/.doom3/base/savegames ~/.doom3/ducttape" +} diff --git a/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild b/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild index 03bc72116e6f..a6762f6e56b3 100644 --- a/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild +++ b/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="single-player mission based on the Event Horizon film" MOD_NAME="Event Horizon" @@ -10,7 +10,7 @@ MOD_DIR="eventhorizon" inherit games games-mods -HOMEPAGE="http://doom3.filefront.com/file/Event_Horizon_XV;91253" +HOMEPAGE="http://www.gamefront.com/files/10716974" SRC_URI="event_horizon_xv_${PV}.zip" LICENSE="all-rights-reserved" diff --git a/games-fps/doom3-hellcampaign/Manifest b/games-fps/doom3-hellcampaign/Manifest index 1a5dbea3daef..bc25ecc14928 100644 --- a/games-fps/doom3-hellcampaign/Manifest +++ b/games-fps/doom3-hellcampaign/Manifest @@ -1,2 +1,2 @@ -DIST hardcorehellcampaign_patch.zip 532844 SHA256 98d0619e0dcd8f12bbb596c635831a37b396cab5fd49e004e95f6b8d0deefd92 -DIST sp_hc_final.zip 113992555 SHA256 3b0c4b19139f5c3341a09d4169760f1eac1029e87587a44651cde4a4bc46bcd4 +DIST hardcorehellcampaign_patch.zip 532844 SHA256 98d0619e0dcd8f12bbb596c635831a37b396cab5fd49e004e95f6b8d0deefd92 SHA512 643d883c1e114af49dc573c90c19b6793cfb6f399a0050bd0c084aa56773c1a72b54cd22ec147f1981cfd1400a3253be44fc0add7b8bb1d5add8fe8163a781a0 WHIRLPOOL 7a2dcadc9b190151814b6c596e7dc85c4ae0c3b9160f066c3ec56b1541a3dcc1223b1efe6093942fafa4a940f182bbeb8b13dc3811da3c7f2664b33b8aa9ab78 +DIST sp_hc_final.zip 113992555 SHA256 3b0c4b19139f5c3341a09d4169760f1eac1029e87587a44651cde4a4bc46bcd4 SHA512 3af8466822882fda9094fd64ec50bbe7afa0e70e8e6dafa649f7798a14da37cfa1f725b855980e16cbe3cc48799363784f762782612617fdcd008b9490f07f2e WHIRLPOOL cc5b0b9e4a1d737d01ae8bcdfe031033709d7783e2bfff44e3d6fc0280ce4c417ae63508e5c02b706790f4a8fdcfb29e4c9b5ea02230362fd2c5605fbeb3d6b3 diff --git a/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild b/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild index 5c27d160987f..309629e210a1 100644 --- a/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild +++ b/games-fps/doom3-hellcampaign/doom3-hellcampaign-1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="map pack for Doom 3" MOD_NAME="Hell Campaign" @@ -10,7 +10,7 @@ MOD_DIR="hell_campaign" inherit games games-mods -HOMEPAGE="http://doom3.filefront.com/file/The_Ultimate_Hell_Campaign;52013" +HOMEPAGE="http://www.gamefront.com/files/listing/gamingfiles/Doom_III/Maps/Map_Packs/" SRC_URI="sp_hc_final.zip hardcorehellcampaign_patch.zip" diff --git a/games-fps/doom3-inhell/Manifest b/games-fps/doom3-inhell/Manifest index 5edcf94e2eca..426077e9d3d9 100644 --- a/games-fps/doom3-inhell/Manifest +++ b/games-fps/doom3-inhell/Manifest @@ -1 +1 @@ -DIST in_hell_v11.zip 356652597 SHA256 47437c4335b77e89705617841d3af9479ab4dbef124a4590c3a7ed9e92934cbe +DIST in_hell_v11.zip 356652597 SHA256 47437c4335b77e89705617841d3af9479ab4dbef124a4590c3a7ed9e92934cbe SHA512 6d97856f518161a445eb1b01eef9a987b9e0675729734539b57c56ff798cb257a6e337cd19c3b37dbea5bf5b22ae6694957a08e3fe8bc3207ea1b7982e3f8624 WHIRLPOOL c3fde484f74bc8c7470a1211168603f9cac5359e7e031202af76732872ff315a8086082862074d3f7c0c65fec225836fd656149e75dbe2e49cc2b84d6da2cd4d diff --git a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild index 84ece37e8fa8..9249aa710724 100644 --- a/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild +++ b/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="Ultimate Doom-inspired levels for Doom 3" MOD_NAME="In Hell" diff --git a/games-fps/doom3-lms/Manifest b/games-fps/doom3-lms/Manifest index 29422c4fa051..3ba87338b7cf 100644 --- a/games-fps/doom3-lms/Manifest +++ b/games-fps/doom3-lms/Manifest @@ -1 +1 @@ -DIST LastManStandingCoop4Multiplatform.zip 309768743 SHA256 3e88196efc60a9046b9518a249c99021aca1c6341c654129a772b1f28f04c37e +DIST LastManStandingCoop4Multiplatform.zip 309768743 SHA256 3e88196efc60a9046b9518a249c99021aca1c6341c654129a772b1f28f04c37e SHA512 f3d6fb1beab25dafc51a59153edb4cbb173ea4cdfd924b8f9610873bc1326efc2d85d62a23c6523b4a61319718a35ed44fecdf59bc8346fb1abb159ac93e6b15 WHIRLPOOL f9a2f06ac687df06782b0bb8ec54f2042ed5fc5051a2fa4fa893b57ba221c05b5f95f99eaad9bdcc0efca71b6ec38ba7c8d9919fd0cd3c207be55f29e85d7625 diff --git a/games-fps/doom3-lms/doom3-lms-4.ebuild b/games-fps/doom3-lms/doom3-lms-4.ebuild index 0ef5a05c986a..7f80769456ee 100644 --- a/games-fps/doom3-lms/doom3-lms-4.ebuild +++ b/games-fps/doom3-lms/doom3-lms-4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="add co-op support and/or play against swarms of monsters" MOD_NAME="Last Man Standing" @@ -20,7 +20,7 @@ RESTRICT="fetch bindist" pkg_nofetch() { elog "Please download ${SRC_URI} from:" - elog "http://www.filefront.com/9934113" + elog "http://www.moddb.com/mods/last-man-standing-coop/downloads" elog "and move it to ${DISTDIR}" } diff --git a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild index 1d0523ce7e94..f00fa71844e9 100644 --- a/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild +++ b/games-fps/doom3-mitm/doom3-mitm-20070129.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 MOD_DESC="Single player maps" MOD_NAME="Make it to Morning" @@ -21,13 +21,13 @@ RDEPEND="games-fps/doom3-roe games-fps/doom3[opengl,roe]" src_unpack() { - mkdir mitm - cd mitm + mkdir mitm || die + cd mitm || die unpack ${A} } src_prepare() { - cd mitm + cd mitm || die mv -f MITM*.txt mitm.txt || die mv -f Mitm5*.txt mitm5.txt || die } diff --git a/games-fps/doom3-roe/doom3-roe-1.ebuild b/games-fps/doom3-roe/doom3-roe-1.ebuild index 887863ac6cf4..ea597a82a041 100644 --- a/games-fps/doom3-roe/doom3-roe-1.ebuild +++ b/games-fps/doom3-roe/doom3-roe-1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit eutils cdrom games DESCRIPTION="Doom III: Resurrection of Evil expansion pack" @@ -32,12 +33,11 @@ src_install() { insinto "${dir}"/d3xp einfo "Copying file from the disk..." - doins "${CDROM_ROOT}"/Setup/Data/d3xp/pak000.pk4 \ - || die "copying pak000" + doins "${CDROM_ROOT}"/Setup/Data/d3xp/pak000.pk4 doins description.txt - find "${Ddir}" -exec touch '{}' \; + find "${Ddir}" -exec touch '{}' + games_make_wrapper ${PN} "doom3 +set fs_game d3xp" make_desktop_entry ${PN} "Doom III - Resurrection of Evil" doom3 diff --git a/games-fps/duke3d/duke3d-20040817-r2.ebuild b/games-fps/duke3d/duke3d-20040817-r2.ebuild index 34155305c748..e028dec1de97 100644 --- a/games-fps/duke3d/duke3d-20040817-r2.ebuild +++ b/games-fps/duke3d/duke3d-20040817-r2.ebuild @@ -2,16 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 fromcvs=0 -ECVS_MODULE="duke3d" -if [[ ${fromcvs} -eq 1 ]] ; then - ECVS_PASS="anonymous" - ECVS_SERVER="icculus.org:/cvs/cvsroot" - inherit unpacker cvs eutils flag-o-matic games -else - inherit unpacker eutils flag-o-matic games -fi +inherit unpacker eutils flag-o-matic games DEMO="3dduke13.zip" @@ -43,15 +36,7 @@ S=${WORKDIR}/${PN} use_tf() { use ${1} && echo "true" || echo "false"; } src_unpack() { - if [[ ${fromcvs} -eq 1 ]] ; then - cvs_src_unpack - cd duke3d/source - ECVS_MODULE="buildengine" - cvs_src_unpack - else - unpack ${A} - fi - + unpack ${A} if use demo ; then unpack_zip DN3DSW13.SHR fi @@ -66,8 +51,7 @@ src_prepare() { -e "/^usephysfs := / s:=.*:= false:" \ -e 's:-O3::' -e 's: -g : :' \ -e 's:/usr/lib/perl5/i386-linux/CORE/libperl.a::' \ - Makefile \ - || die "sed build Makefile failed" + Makefile || die epatch "${FILESDIR}/${PV}-endian.patch" # configure duke3d @@ -84,15 +68,12 @@ src_prepare() { sed -i \ -e "/^use_opengl := / s:=.*:= $(use_tf opengl):" \ -e "/^use_physfs := / s:=.*:= false:" \ - Makefile \ - || die "sed duke3d Makefile failed" + Makefile || die if ! use pic && use x86 ; then sed -i \ - -e 's:^#USE_ASM:USE_ASM:' buildengine/Makefile \ - || die "sed failed" + -e 's:^#USE_ASM:USE_ASM:' buildengine/Makefile || die sed -i \ - -e '/^#use_asm := /s:#::' Makefile \ - || die "sed failed" + -e '/^#use_asm := /s:#::' Makefile || die fi # causes crazy redefine errors with gcc-3.[2-4].x @@ -101,13 +82,13 @@ src_prepare() { } src_compile() { - emake -C source/buildengine OPTFLAGS="${CFLAGS}" || die "buildengine failed" - emake -C source OPTIMIZE="${CFLAGS}" || die "duke3d failed" + emake -C source/buildengine OPTFLAGS="${CFLAGS}" + emake -C source OPTIMIZE="${CFLAGS}" } src_install() { games_make_wrapper duke3d "${GAMES_BINDIR}/duke3d.bin" "${GAMES_DATADIR}/${PN}" - newgamesbin source/duke3d duke3d.bin || die "newgamesbin failed" + newgamesbin source/duke3d duke3d.bin dodoc readme.txt @@ -118,7 +99,7 @@ src_install() { newins user.con USER.CON newins "${FILESDIR}/network.cfg" network.cfg.template if use demo ; then - doins "${WORKDIR}/DUKE3D.GRP" || die "doins DUKE3D.GRP failed" + doins "${WORKDIR}/DUKE3D.GRP" fi insinto "${GAMES_SYSCONFDIR}" diff --git a/games-fps/quake1-data/quake1-data-2.40.ebuild b/games-fps/quake1-data/quake1-data-2.40.ebuild index 1e7eff5d247b..03074c5b5814 100644 --- a/games-fps/quake1-data/quake1-data-2.40.ebuild +++ b/games-fps/quake1-data/quake1-data-2.40.ebuild @@ -7,7 +7,7 @@ # http://linux.omnipotent.net/article.php?article_id=11287 # ftp://ftp.cdrom.com/pub/idgames/idstuff/quake/quake106.zip -EAPI=2 +EAPI=5 inherit eutils cdrom games DESCRIPTION="iD Software's Quake 1 ... the data files" @@ -41,27 +41,25 @@ src_unpack() { echo ">>> Unpacking q101_int.lha to ${PWD}" cat "${CDROM_ROOT}"/q101_int.1 "${CDROM_ROOT}"/q101_int.2 > \ "${S}"/q101_int.exe - lha xqf "${S}"/q101_int.exe || die "failure unpacking q101_int.exe" + lha xqf "${S}"/q101_int.exe || die rm -f q101_int.exe elif [[ ${CDROM_SET} == "3" ]] ; then echo ">>> Unpacking resource.1 to ${PWD}" - lha xqf "${CDROM_ROOT}"/resource.1 || die "failure unpacking resource.1" + lha xqf "${CDROM_ROOT}"/resource.1 || die fi } src_install() { insinto "${GAMES_DATADIR}"/quake1/id1 case ${CDROM_SET} in - 0) doins "${CDROM_ROOT}"/id1/* || die "doins pak files" + 0) doins "${CDROM_ROOT}"/id1/* dodoc "${CDROM_ROOT}"/*.txt ;; - 1|3)doins id1/* || die "doins pak files" + 1|3)doins id1/* dodoc *.txt ;; - 2) newins "${CDROM_ROOT}"/Setup/ID1/PAK0.PAK pak0.pak \ - || die "ins pak0.pak failed" - newins "${CDROM_ROOT}"/Setup/ID1/PAK1.PAK pak1.pak \ - || die "ins pak1.pak failed" + 2) newins "${CDROM_ROOT}"/Setup/ID1/PAK0.PAK pak0.pak + newins "${CDROM_ROOT}"/Setup/ID1/PAK1.PAK pak1.pak dodoc "${CDROM_ROOT}"/Docs/* ;; esac diff --git a/games-fps/quake2-data/quake2-data-3.20.ebuild b/games-fps/quake2-data/quake2-data-3.20.ebuild index 4bac1cd90392..985bad29a55f 100644 --- a/games-fps/quake2-data/quake2-data-3.20.ebuild +++ b/games-fps/quake2-data/quake2-data-3.20.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 inherit unpacker eutils cdrom games DESCRIPTION="iD Software's Quake 2 ... the data files" @@ -56,16 +56,15 @@ src_install() { if use videos ; then insinto "${GAMES_DATADIR}"/quake2/baseq2/video - doins "${baseq2_cdpath}"/video/* || die "doins videos" + doins "${baseq2_cdpath}"/video/* fi insinto "${GAMES_DATADIR}"/quake2/baseq2 - doins "${baseq2_cdpath}"/pak0.pak || die "couldnt grab pak0.pak" - doins baseq2/*.pak || die "couldnt grab release paks" - doins baseq2/maps.lst || die "couldnt grab maps.lst" + doins "${baseq2_cdpath}"/pak0.pak + doins baseq2/*.pak baseq2/maps.lst dodir "${GAMES_DATADIR}"/quake2/baseq2/players cp -R "${baseq2_cdpath}"/players/* baseq2/players/* \ - "${D}/${GAMES_DATADIR}"/quake2/baseq2/players/ || die "couldnt grab player models" + "${D}/${GAMES_DATADIR}"/quake2/baseq2/players/ || die for mod in ctf rogue xatrix ; do if [[ -d ${baseq2_cdpath}/../${mod} ]] ; then @@ -75,13 +74,13 @@ src_install() { fi if [[ -n $(ls "${baseq2_cdpath}"/../${mod}/*.pak 2>/dev/null) ]] ; then insinto "${GAMES_DATADIR}"/quake2/${mod} - doins "${baseq2_cdpath}"/../${mod}/*.pak || die "doins ${mod} pak" + doins "${baseq2_cdpath}"/../${mod}/*.pak fi fi done insinto "${GAMES_DATADIR}"/quake2/ctf - doins ctf/*.{cfg,ico,pak} || die "couldnt grab ctf" + doins ctf/*.{cfg,ico,pak} prepgamesdirs } diff --git a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild index 7170bd903163..ef5c5c2158d2 100644 --- a/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild +++ b/games-fps/quake4-data/quake4-data-1.0.2147.12.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit eutils cdrom games DESCRIPTION="sequel to Quake 2, an id 3D first-person shooter" @@ -32,20 +33,16 @@ src_install() { insinto "${dir}"/q4base einfo "Copying files from Disk 1..." doins "${CDROM_ROOT}"/Setup/Data/q4base/pak01{0,1,2}.pk4 \ - "${CDROM_ROOT}"/Setup/Data/q4base/zpak*.pk4 \ - || die "copying pak010->pak012 and zpack*" + "${CDROM_ROOT}"/Setup/Data/q4base/zpak*.pk4 cdrom_load_next_cd einfo "Copying files from Disk 2..." - doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{1,2,3}.pk4 \ - || die "copying pak001->pak003" + doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{1,2,3}.pk4 cdrom_load_next_cd einfo "Copying files from Disk 3..." - doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{4,5,6}.pk4 \ - || die "copying pak004->pak006" + doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{4,5,6}.pk4 cdrom_load_next_cd einfo "Copying files from Disk 4..." - doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{7,8,9}.pk4 \ - || die "copying pak007->pak009" + doins "${CDROM_ROOT}"/Setup/Data/q4base/pak00{7,8,9}.pk4 find "${Ddir}" -exec touch '{}' + diff --git a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild index d9989a8af10d..b470f0ddf2e6 100644 --- a/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild +++ b/games-fps/unreal-tournament-bonuspacks/unreal-tournament-bonuspacks-436.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit games DESCRIPTION="Futuristic FPS (bonus packs)" @@ -11,8 +12,7 @@ HOMEPAGE="http://www.unrealtournament.com/" # [UTBonusPack2] -> loki put into games-fps/unreal-tournament # [UTiNoxxPack] -> loki put into games-fps/unreal-tournament # [UTBonusPack4] -> none of this is in games-fps/unreal-tournament -SRC_URI="http://fileserver.talkware.net/ut/bonuspacks/UTBonusPack4.zip - http://www.dices.de/dices/files/UTBonusPack4.zip" +SRC_URI="http://fpsnetwork.com/downloads/ut99/bonuspacks/UTBonusPack4.zip" LICENSE="all-rights-reserved" SLOT="0" @@ -20,20 +20,18 @@ KEYWORDS="-* amd64 x86" IUSE="" RESTRICT="mirror bindist" -DEPEND="app-arch/unzip - || ( - games-fps/unreal-tournament - games-fps/unreal-tournament-goty ) - games-util/umodpack" RDEPEND="|| ( games-fps/unreal-tournament games-fps/unreal-tournament-goty )" +DEPEND="${RDEPEND} + app-arch/unzip + games-util/umodpack" S=${WORKDIR} src_install() { # unpack the UTBonusPack4 umod - umod -v -b "$(pwd)" -x UTBonusPack4.umod || die "could not unpack UTBonusPack4.umod" + umod -v -b "$(pwd)" -x UTBonusPack4.umod || die # move stuff around rm UTBonusPack4.umod diff --git a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild index 02de93e690fd..1b068f86dddc 100644 --- a/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild +++ b/games-fps/unreal-tournament-strikeforce/unreal-tournament-strikeforce-1.81.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +EAPI=5 inherit games MY_PV=${PV/./} @@ -31,16 +32,16 @@ src_unpack() { unpack sf_180_server_files.tar.gz unpack ${P}.tar.bz2 unpack sf180lnx.zip - mv "README - sf orm mappack.txt" Strikeforce/SFDoc/ - rm -rf Help/OpenGL\ Alternate - rm System/*.{dll,lnk,exe} System/ServerAdds.zip - rm Strikeforce/SF_System/*.bat - find -type f -exec chmod a-x '{}' + + mv "README - sf orm mappack.txt" Strikeforce/SFDoc/ || die + rm -rf Help/OpenGL\ Alternate || die + rm System/*.{dll,lnk,exe} System/ServerAdds.zip || die + rm Strikeforce/SF_System/*.bat || die + find -type f -exec chmod a-x '{}' + || die } src_install() { local dir=${GAMES_PREFIX_OPT}/unreal-tournament dodir "${dir}" - mv * "${D}/${dir}/" + mv * "${D}/${dir}/" || die prepgamesdirs } diff --git a/kde-frameworks/attica/Manifest b/kde-frameworks/attica/Manifest index e10fa239f9db..0bae80232c28 100644 --- a/kde-frameworks/attica/Manifest +++ b/kde-frameworks/attica/Manifest @@ -1,2 +1,3 @@ DIST attica-5.16.0.tar.xz 60448 SHA256 bc24370e43061d6fb555a030f82c51cc907113b8420c4207a0fb6d9190bb699c SHA512 76ea353e3eb5995046085671a6dae2fd975798a51614dff7efc37df298993564d12cbdea5b37bacfccb0cfc035e1ac23be3ac8e44236b20b951a424bf54d638f WHIRLPOOL f19ec58a4bc8aa16fd5fa05b9326d5d569877c79d9dd00167903bc03407fba65bf120fdbdb4d37f51422bde503268b62010a5aaca9a9d3dc19b424795955a98e DIST attica-5.17.0.tar.xz 60436 SHA256 ce1a004bb2814931acbc435778fa65524da5a029d6a212f450af8043ca41ae58 SHA512 685373bc10256c707498659604df149d678e9415443867cfd677f131d0d1ef916e5d6c8c203f4de5769dece41a32a7d774701dd18a019b24a5c3b36e0fb958fe WHIRLPOOL a359b029233f778442a21a51c85567193ad1f00f1f83de62be093570e9695be28ea482da9ff6ce3b0b6f2e627c0e74491d101850e7a6278faf9a952b0abc2570 +DIST attica-5.18.0.tar.xz 60464 SHA256 bc97eb3fde1b77f14e7b3169aeefab674f5caa43998705a2b7c7f534959ad7d8 SHA512 7fb2014dede5491511db058e39793544c536991381865bb6d2b67509094fd69ceec56ec832fa7b632862559b3279481d502ac3ef2c2f74864c015090605e1e69 WHIRLPOOL c5a7b2198a031d7977bb37580faa35867255247d3146078ea06e97f26e753b46c0917b8da25ec733cc815741d220164496a25666d589024e2108d9976f78ea61 diff --git a/kde-frameworks/attica/attica-5.18.0.ebuild b/kde-frameworks/attica/attica-5.18.0.ebuild new file mode 100644 index 000000000000..4f2bda1cec5c --- /dev/null +++ b/kde-frameworks/attica/attica-5.18.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Framework providing access to Open Collaboration Services" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtnetwork:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/baloo/Manifest b/kde-frameworks/baloo/Manifest index 7291087629c0..8f9b249e0033 100644 --- a/kde-frameworks/baloo/Manifest +++ b/kde-frameworks/baloo/Manifest @@ -1,2 +1,3 @@ DIST baloo-5.16.0.tar.xz 178032 SHA256 12d5671378ec8d6d6c34496adff6f8b4d1d814771d6af594d4074d35084e1469 SHA512 743525e6a8512846f76d400f72f451335ca9e96b10e24bc3e671b41ff2ef36ba363049cf1025c9e4a501073fe2cd97f7e3cae7dac17892a703061f72160ec687 WHIRLPOOL 64e5cb5d5350bdc2fce48252f669ce4bdafe0e33371ef754e4bab992d2ee9bca6f8c5dffe7fd341e95aa36dfcd5f00083efb6d663017dc5311b9d7b08d8d9770 DIST baloo-5.17.0.tar.xz 180460 SHA256 608a687d16daad7cbfac3f344a3bb11ba4c25cdb81e3cb7596f70e1393b1f305 SHA512 e7965a56f2dd817860bab451a93fba12fc253c47fdc1c93fde0b29c92d2430b9b0c9ec41f7ae4913a26ad664071bae5ca1d64e21edfbc8b1515d3712b7c53109 WHIRLPOOL b6fc6a40b50713dbfa7176f7ce657a53b3f21b1c6e730b6edcd8d781bfbf69a022329946cd710a405b5186e1ef60bd4affc09b08566daf2750c075f22ce4797d +DIST baloo-5.18.0.tar.xz 180692 SHA256 88a2e89a102674e8fab19103e979550ebe2c4b31c05b29f6c18fe500b669b669 SHA512 90d788d40003f64b7a7fcd19a4a1800606cd35cca879d0855e48351b41859f1bf02d21972ca54b7aed1c3143bc250b926a3525011c5e69c8f3b8e4c117d6df3d WHIRLPOOL e66d375ac502d5d826b434de6b98bd58fad3b0f40f62f85c49e8ad00ea6a9c0be07067530bc125f8f093c86dff97fb80515014082ce483532994a52ce07214d6 diff --git a/kde-frameworks/baloo/baloo-5.18.0.ebuild b/kde-frameworks/baloo/baloo-5.18.0.ebuild new file mode 100644 index 000000000000..30228fe74e03 --- /dev/null +++ b/kde-frameworks/baloo/baloo-5.18.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Framework for searching and managing metadata" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kfilemetadata) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kio) + $(add_frameworks_dep solid) + >=dev-db/lmdb-0.9.17 + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND} + !kde-base/baloo:4[-minimal(-)] +" diff --git a/kde-frameworks/bluez-qt/Manifest b/kde-frameworks/bluez-qt/Manifest index afce9271f40f..bf9491306c50 100644 --- a/kde-frameworks/bluez-qt/Manifest +++ b/kde-frameworks/bluez-qt/Manifest @@ -1,2 +1,3 @@ DIST bluez-qt-5.16.0.tar.xz 73320 SHA256 668e5a728cb541986dfcdf2e9cb40fff372bbfbfd7e49de0ad38463cc9e2b477 SHA512 417c94acd7bb3c3da6bd9a0142d32353676936270591e201d2f62055ba6683176f2a98e3ed6673c8d9aee5c3071890f48e50ecba3bbb1fb8d976d8b94aa84d40 WHIRLPOOL ae143740be10770b6a2825e5bc973a11f805fe32931be4b5dab17fa3a7e3e74c436114cb9a523de15d971171f0cc0a0e720f3b906088365325e44070711753c4 DIST bluez-qt-5.17.0.tar.xz 73300 SHA256 65ea5fd876abd4fcebe3a94840723ae139895fa603d2044c0f8f632af40306ca SHA512 f4d6ab97dc1fcc1c12ffa004bde94bea3c16315e61ac09b5b68d85802e14b295a54cfacb98e193bd2407beb1db3b10b772434f42dea87bdfedd77daa7d4fb207 WHIRLPOOL 2eac99f4c9a86e293854409b14ef1c5cbddea96bef4920db60fb1702dca587ef2e7664e3e30b84a7626908f26ac2583864eed5accfdf262d5b0df1a39572040e +DIST bluez-qt-5.18.0.tar.xz 73396 SHA256 79e5c663c2c2287530f9351f108045dad52de0c5576892863fb17147f8397d9f SHA512 6fe887d9001ea348c80c84d79af4a037d4b3a822f84abafcdb38f485a8b0f49627aa227d0ac420088f3406eb6aa31b6ec9f6f2d7cec193dafb026df3689d8034 WHIRLPOOL 7c4443a4ee825144c05be79404b8f87d9621c1242551a4c4c1c98785c5daf6bb043db53bbce28fdb7ea0d84331d7fc1e3ba33958c625856b8172d556ae868b9e diff --git a/kde-frameworks/bluez-qt/bluez-qt-5.18.0.ebuild b/kde-frameworks/bluez-qt/bluez-qt-5.18.0.ebuild new file mode 100644 index 000000000000..4c03e3d3a2e3 --- /dev/null +++ b/kde-frameworks/bluez-qt/bluez-qt-5.18.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 udev + +DESCRIPTION="Qt wrapper for Bluez 5 DBus API" +LICENSE="LGPL-2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtnetwork:5 +" +RDEPEND="${DEPEND} + !kde-plasma/bluez-qt +" + +src_configure() { + local mycmakeargs=( + -DUDEV_RULES_INSTALL_DIR="$(get_udevdir)/rules.d" + ) + + kde5_src_configure +} diff --git a/kde-frameworks/breeze-icons/Manifest b/kde-frameworks/breeze-icons/Manifest index e05205f82a90..759bd074491a 100644 --- a/kde-frameworks/breeze-icons/Manifest +++ b/kde-frameworks/breeze-icons/Manifest @@ -1,3 +1,4 @@ DIST breeze-5.4.3.tar.xz 36568668 SHA256 fc89d5edcc8c3c13263d1b1759f0f8400ea79c76df0eeafcce91d462d4cf93fa SHA512 3c76d5ccf465c2392dd47a213c70111c3714edcb10f21ce3f44593c9c88feef4bc28b35ca40dc1ac96c62746f219b10c1af114c32163b58dc34c6181b1d57626 WHIRLPOOL ec2d05516929cedb416a905711d28f7bfa9f9aa9a394eb994177a9fdac72604708f041fc82ca499a893689c0768468cb88a91a1cea37f9d97748f2c61495fc39 DIST breeze-icons-5.16.0.tar.xz 1149892 SHA256 34fa10f374dc435d484102af124cadf687ff0f762b58a8273ad7dc6423b6bcee SHA512 47159c08524dcdea94e1728f4dbe2fb93b884c7dbe07c8bf2f5ccd07b61d8535b684ad09e27e099d545330d68bc9331852aab191092c77ce0393c6931906c917 WHIRLPOOL ddecf9741afbddb3a770a464498f73dfa17933ffd504f6224b98676625a8bfdf765071ceccd73a070777d9bac9b59a423902d35f68f1099bc54b990a7b393c32 DIST breeze-icons-5.17.0.tar.xz 1401160 SHA256 04e124a0371b9c67cec49e8a848f9af86c5999db9ce5bf0923fe217d6b091d88 SHA512 5ae21497c85cd24c9ba750fecf68ff5578fe715e976a31304489e32f1c5f1d37096fb6e9cee532d786777f7b7ef45bc72eafa1cc8e2d828b7a53cefdeaede2e0 WHIRLPOOL 7a6e8f323f48462b4d82a32fc84be290e44bfc8e9a10a95c25de32ef746897466fa44cdb2d7132dd1f4cfe95a4d54390c5166c40d5c19ad5002f1c7b6c7d7b8e +DIST breeze-icons-5.18.0.tar.xz 1415276 SHA256 9f7007cdc805083812583d575b3ce2880f41f32f5337582c55a6acfc4bc69128 SHA512 38ed12602fc1967dc11481638ccc5407362b510e8f6ef6eba1c7153d1a451ae6a0ddcf73ffd6cf1bd9850574e07ed131692d3cd38d6bff573815803ea964d535 WHIRLPOOL ef24f992b36ddff4bd2a05e5b941e318607e73b3e8ecc7b6f30de178d5f6056ac11f0d82bc9bc77bd5223a57c2ee03760466f8d98cb3b59e19e5996fa047c511 diff --git a/kde-frameworks/breeze-icons/breeze-icons-5.18.0.ebuild b/kde-frameworks/breeze-icons/breeze-icons-5.18.0.ebuild new file mode 100644 index 000000000000..c2f7f506a462 --- /dev/null +++ b/kde-frameworks/breeze-icons/breeze-icons-5.18.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_AUTODEPS="false" +KDE_DEBUG="false" +KDE_DOXYGEN="false" +inherit kde5 + +DESCRIPTION="Breeze SVG icon theme" +LICENSE="LGPL-3" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND="$(add_frameworks_dep extra-cmake-modules)" +RDEPEND="! +Date: Thu, 07 Jan 2016 12:38:55 +0000 +Subject: [kio_ftp] fix display of file/directory modification time/date +X-Git-Url: http://quickgit.kde.org/?p=kio.git&a=commitdiff&h=68af1d7e89b7fed136d4cc62b76c1c6ded2d94eb +--- +[kio_ftp] fix display of file/directory modification time/date + +- QDate() treats the year literally (i.e. 90 is really year 90, not +1990), so subtracting 1900 is wrong. +- Use QDate::currentDate() instead of QDateTime::currentDateTime(), we +only need the current date anyway +- Initialize day, month, and year to the current date instead of 0. In +the case when no year is mentioned in the server's reply (the year is +implicit), it wasn't set to the current year at all, so the result was +either 0 or -1. + +BUG: 354597 +FIXED-IN: 5.19.0 +REVIEW: 126659 +--- + + +--- a/src/ioslaves/ftp/ftp.cpp ++++ b/src/ioslaves/ftp/ftp.cpp +@@ -1763,18 +1763,16 @@ + // Parsing the date is somewhat tricky + // Examples : "Oct 6 22:49", "May 13 1999" + +- // First get current time - we need the current month and year +- QDateTime currentTime(QDateTime::currentDateTime()); +- int currentMonth = currentTime.date().month(); ++ // First get current date - we need the current month and year ++ QDate currentDate(QDate::currentDate()); ++ int currentMonth = currentDate.month(); + //qDebug() << "Current time :" << asctime( tmptr ); +- // Reset time fields +- currentTime.setTime(QTime(0, 0, 0)); +- // Get day number (always second field) +- int day = 0; +- int month = 0; +- int year = 0; ++ int day = currentDate.day(); ++ int month = currentDate.month(); ++ int year = currentDate.year(); + int minute = 0; + int hour = 0; ++ // Get day number (always second field) + if (p_date_2) { + day = atoi(p_date_2); + } +@@ -1794,7 +1792,7 @@ + + // Parse third field + if (qstrlen(p_date_3) == 4) { // 4 digits, looks like a year +- year = atoi(p_date_3) - 1900; ++ year = atoi(p_date_3); + } else { + // otherwise, the year is implicit + // according to man ls, this happens when it is between than 6 months + diff --git a/kde-frameworks/kio/kio-5.18.0.ebuild b/kde-frameworks/kio/kio-5.18.0.ebuild new file mode 100644 index 000000000000..3029dcb5bcee --- /dev/null +++ b/kde-frameworks/kio/kio-5.18.0.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing transparent file and data management" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="acl +handbook kerberos +kwallet X" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5[ssl] + dev-qt/qtscript:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + dev-libs/libxml2 + dev-libs/libxslt + acl? ( + sys-apps/attr + virtual/acl + ) + kerberos? ( virtual/krb5 ) + kwallet? ( $(add_frameworks_dep kwallet) ) + X? ( dev-qt/qtx11extras:5 ) +" +DEPEND="${COMMON_DEPEND} + dev-qt/qtconcurrent:5 + handbook? ( $(add_frameworks_dep kdoctools) ) + test? ( sys-libs/zlib ) + X? ( + x11-libs/libX11 + x11-libs/libXrender + x11-proto/xproto + ) +" +PDEPEND=" + $(add_frameworks_dep kded) +" +RDEPEND="${COMMON_DEPEND}" + +# tests hang +RESTRICT="test" + +PATCHES=( "${FILESDIR}/${P}-ftp-timestamps.patch" ) + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package acl) + $(cmake-utils_use_find_package handbook KF5DocTools) + $(cmake-utils_use_find_package kerberos GSSAPI) + $(cmake-utils_use_find_package kwallet KF5Wallet) + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-frameworks/kitemmodels/Manifest b/kde-frameworks/kitemmodels/Manifest index a177e2ca0bc8..8ed51342615a 100644 --- a/kde-frameworks/kitemmodels/Manifest +++ b/kde-frameworks/kitemmodels/Manifest @@ -1,2 +1,3 @@ DIST kitemmodels-5.16.0.tar.xz 383916 SHA256 e2b527bd13bbdbe7ccda38ec0b31efb7b2047ec72b3c8e92c117c3df1422a9ae SHA512 ddb8dd1e6b14795ce31f12aeeda253ee3f7523da59b17eef71f2b35f6275935a5d5e4b4f548cee5fb4a12a521c6f5124c9e79759113402917412f013f53cf32f WHIRLPOOL 769a6e3041ae5512897046ec860108c042d8226f5660915de41908395941dd4885d19e92787ef7e47ceee2e962c482e61e3419288401447f200087fea0e648ce DIST kitemmodels-5.17.0.tar.xz 383876 SHA256 dea6218ca68a2ac8728ae85d045b06fd28ad1ddd3029d2edf8f4bbea4f0bf8a7 SHA512 6689817970a6866454d4b4ecc7f2868fd6d848cb96c820dcea5f15f93c7e94904fc5f948f89a7d151ef98541c8dcaf3c03c69c2406b4d8aa154796e325b8b6bb WHIRLPOOL b6c0e096d99d91e13444f24f44239c67920e87563c2ce47b5849dc91ef057112f4cf88406858c8cc8617e29176c5b1f3c9adafed9f14e103a865b74b3995bb83 +DIST kitemmodels-5.18.0.tar.xz 383884 SHA256 84e3b054746921f44c66be76e8ae791a9e71e4c3648af497a114731a543cb964 SHA512 0b1e76479c9ea4371b7fdce8c76e32f23b71285c39421d05feb5706dfc0c38df9c04ed75f1cf7c25e67312bfdc6ecf072a5cae26b1775264f18949f64d78dbef WHIRLPOOL 0619dfc6669460d07cb2f9c0e57fa92a633427f81dc74a287ad5c91acb118836e1affa539190d9845aecdb841054b786fb48bdb464ef736fb36aeef78486cfde diff --git a/kde-frameworks/kitemmodels/kitemmodels-5.18.0.ebuild b/kde-frameworks/kitemmodels/kitemmodels-5.18.0.ebuild new file mode 100644 index 000000000000..0928d9233f99 --- /dev/null +++ b/kde-frameworks/kitemmodels/kitemmodels-5.18.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing data models to help with tasks such as sorting and filtering" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND="test? ( dev-qt/qtwidgets:5 )" diff --git a/kde-frameworks/kitemviews/Manifest b/kde-frameworks/kitemviews/Manifest index 6bf5a9787d8c..288f34e83bd9 100644 --- a/kde-frameworks/kitemviews/Manifest +++ b/kde-frameworks/kitemviews/Manifest @@ -1,2 +1,3 @@ DIST kitemviews-5.16.0.tar.xz 74028 SHA256 caf4db11b25e8a0d61be476318a877ce97df354057f2c97913d00f27230d64af SHA512 8c620bf9c9111b006729988fc4112e8c6c607ecdc4172613764856df1af14786bc9450f8321e949e62c9f1fc2ebb9fd17f08902fb9c321e7c5d77bb800552d68 WHIRLPOOL cb87532ac2352db0204d285dd9e3a9ab10480b8bdb334d4851cb2396668c91b83bfbffd377c42a97942b498646284c1816ff71c5c8a2244f93c08e684f039ad6 DIST kitemviews-5.17.0.tar.xz 74048 SHA256 e3223f307e367223124ad140d9e8d52a3bb11a3de64c357ca1d220ae870c6ecc SHA512 d6f03c91883043756c9c3afb8bfc6823b1178ffc48e425c2cb80a174b51399a885abd9c7dc252f3168e06ae48d5e99c3ec6d9fba918876d47a142dad8612d5a5 WHIRLPOOL 58652eca09081c59c7ee8871c960fef68ba25d0c572903b4128791304919db4c5a60a6bf1b36cbafb7f5f57948f54e6c4ada8eb048fe935238f0bc1fd50de4af +DIST kitemviews-5.18.0.tar.xz 73960 SHA256 6b785b151c5e02e652d25371a133193ca60b9209a8cba6968c00e67f1d80eb82 SHA512 634b73f17fe45ab6f98fda419f65a4883a7fdbf77b379770c492b1d81466787528893ad69134711e064cb61f52be778151c6833cb1a256a4f8af56ed83292241 WHIRLPOOL 9de75674ec6be2f59bd77a375712dfe739c4c4d2b582d014206b3c0b4e61684cf4eaee533b2509a59e237b23678d720fce136d6d824df53034f42dfe1e0f4bc6 diff --git a/kde-frameworks/kitemviews/kitemviews-5.18.0.ebuild b/kde-frameworks/kitemviews/kitemviews-5.18.0.ebuild new file mode 100644 index 000000000000..746f1559ff89 --- /dev/null +++ b/kde-frameworks/kitemviews/kitemviews-5.18.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing additional widgets for item models" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="nls" + +RDEPEND=" + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND} + nls? ( dev-qt/linguist-tools:5 ) +" diff --git a/kde-frameworks/kjobwidgets/Manifest b/kde-frameworks/kjobwidgets/Manifest index dab41069e599..0dd696768be5 100644 --- a/kde-frameworks/kjobwidgets/Manifest +++ b/kde-frameworks/kjobwidgets/Manifest @@ -1,2 +1,3 @@ DIST kjobwidgets-5.16.0.tar.xz 88860 SHA256 aa4f90d776ab6d0d3cc668d5287f5e233f867f723abcb9876224898218a7ac1d SHA512 b6229a0e977d3e83322ea41c3a1d3b58d2b9297b4d7fcb2d8ce072afe282787607bccd972cbed28972073877c05489053b5d4f38b9d02ea02d695a70b53d12dd WHIRLPOOL b2550ce0549123c7940a2b1f75edac259123dc8b21916ca1c15041d838c8caf464e7290b871c2623d06c0c11ceb0e2224c4f1a835a64b87b8f28db7c70364263 DIST kjobwidgets-5.17.0.tar.xz 88888 SHA256 3cfbb9871cfbb02b6755a8868fe6a1b1935b5632a243f9767e8635f04075470a SHA512 de83a29c3febf0d9137f9d049881ae2f7c1d0d756322f0430d73e1ad46a3959f94d6bb8317e4d505c0ee43a068154437ca4cbcfe03aa7ad72ae50b7695115971 WHIRLPOOL 9bf0ea42e3229bc66af791fb2dea88c570eddd61adac3b2a01f4c98458cbab8b7f64ff3a46d4d59a41f8453818d04c1b7d38b0055e70ca57919a72f677e95cc1 +DIST kjobwidgets-5.18.0.tar.xz 88900 SHA256 4f8be6a0161eca799d481a7b0763ed4377bad329dd1ff653ed793adb7982bb3f SHA512 075b50613c554e9f273fe2f23a5d9a2658fb09403ca1515fcf474640908ee6ca0fa80d885b9b7200a698d991a75bc8ecbc6fa241793430ddf7ace78c2ddbb4b3 WHIRLPOOL 41a000e5cd87380c9fe874e2c5663d8059298c10e6feb1047e80ff5eb50d63172a0fe82e207724d7df12ddd94f9385c40db87a15811d8d4ec12cb9add7243afe diff --git a/kde-frameworks/kjobwidgets/kjobwidgets-5.18.0.ebuild b/kde-frameworks/kjobwidgets/kjobwidgets-5.18.0.ebuild new file mode 100644 index 000000000000..743c0aabb080 --- /dev/null +++ b/kde-frameworks/kjobwidgets/kjobwidgets-5.18.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Framework providing assorted widgets for showing the progress of jobs" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="nls X" + +RDEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kwidgetsaddons) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + X? ( dev-qt/qtx11extras:5 ) +" +DEPEND="${RDEPEND} + nls? ( dev-qt/linguist-tools:5 ) + X? ( + x11-libs/libX11 + x11-proto/xproto + ) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-frameworks/kjs/Manifest b/kde-frameworks/kjs/Manifest index dbe3b696647d..1d234fd4e72d 100644 --- a/kde-frameworks/kjs/Manifest +++ b/kde-frameworks/kjs/Manifest @@ -1,2 +1,3 @@ DIST kjs-5.16.0.tar.xz 290672 SHA256 5b4f39e626d2924e64a2a4babcfab050db0e22540b91afe9f78595ce53bf457e SHA512 8ae3b7dff0bd60540f30ef1a4e418142ea9b2b3e676f720c5ecfaef64280abec58492334ddc0d02778ff656a1842ba51c89d09dcbc1424c3d1e73991cbea8113 WHIRLPOOL 8785558207103f0655de0de313fc0ce5338aa88bb2cfaf86db91980e9ef18c05f1627e3bb9235bdd4e5e3602daef3e219ecc8649a2fc192f990fbf8d28640f2e DIST kjs-5.17.0.tar.xz 290696 SHA256 044a0a1faf037c4586e19da4d8ea141e56c05547ab8ad087a295301c1fc30825 SHA512 37b0273718c1ae7d84033840aa937baae282d4689e2ac8206dbdd6db4e0c47b42bf4460fb3f005dad266a84c663ec7cf82ff78afd46abe82a26f3a0804eb4859 WHIRLPOOL e4cd3695f286ac499f2d5b489bbfe259933a077cbf67fd2f430ae1cdd157ce2e7e10a3c6df2593ea770ced38739bca8be4e92b79d0d382f13d1e1dfaec63e2b0 +DIST kjs-5.18.0.tar.xz 290720 SHA256 c23439fe7373d5e1e153e7e0f67ee6bb573da901659bb67068740f0dbda0097d SHA512 668ea565dc63d90c2664e86e826fe3f1895950aa6e92804c76cdfcfafb21c8a8bd806ebd27edc5da2fa732002935ce22719e0868123e3b8ddf897cf7f0edccf4 WHIRLPOOL 55bfb750a1a7d8b4b36e43a41a3c3276dea6a561c2e95ecb044ac29066785b33e4e95a23dc7caca34ec6eefe6a978a9a912321ba74dda949e5a8e39dbd5c4c70 diff --git a/kde-frameworks/kjs/kjs-5.18.0.ebuild b/kde-frameworks/kjs/kjs-5.18.0.ebuild new file mode 100644 index 000000000000..f1f3a3b3381a --- /dev/null +++ b/kde-frameworks/kjs/kjs-5.18.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="ECMAScipt compatible parser and engine" +LICENSE="BSD-2 LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + dev-libs/libpcre +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kdoctools) + dev-lang/perl +" + +DOCS=( src/README ) diff --git a/kde-frameworks/kjsembed/Manifest b/kde-frameworks/kjsembed/Manifest index 193f11f24838..fc7e9a8f8b60 100644 --- a/kde-frameworks/kjsembed/Manifest +++ b/kde-frameworks/kjsembed/Manifest @@ -1,2 +1,3 @@ DIST kjsembed-5.16.0.tar.xz 165072 SHA256 5ad1c1d6bcab324a81b41cb3dcad063fbb1b0031d9537ea5b3a031a3c05f7a9f SHA512 b63d2a1f96591f0f7dcfe8bae4b7b664bf17c10ddfbd6cac6fe4e53fdfeac23548db8245c644a6647d84a64d613534a708c70ad91f77bb410219fc3589bb0336 WHIRLPOOL 34330d0be4e4f5b04421615eef4605b4d5a532df60e2861a66557348be9600187f9f6ad864456827231204a2defbea093a13ac4fe1ddfbe450f2fa710102d5bf DIST kjsembed-5.17.0.tar.xz 165064 SHA256 fa615df2ce0bd31a14f7c6a6f5811221234e91c1364681988eb25dc1da3da22a SHA512 c0a4eb93d40e65aa8b3a21493c573112ee473cd32bba8d061f94911f9aeed41b51ca45f253907943507eecf69ed78337b9d2bb2cec336278834f2b62067b9bb7 WHIRLPOOL 4b606a40f8f75aba20d5faf550f3bfbda077c861f04940d2dd00a5c14469dbc292e9507c989d320cdbac7e1ba1aa983f26c74625dcbd2fbfd9df1de1db2e2ea9 +DIST kjsembed-5.18.0.tar.xz 165024 SHA256 6dcc5fd2e53230076404e905416369d43f8f746c2267a746a0a65ecdbd3af856 SHA512 28d7948cb97925f46cf0bcef1d76aa4d0c42f49cf2a4a7099dd71f16741cf0e1acf84e7acaf27967cd1e58658f9a047f55a923384559e60590871e4a7c2cca36 WHIRLPOOL 3ab277be60a08401feb7b9f1094245be03acd9c1e524190a2fe46ffd728205442bb125e5791ac733bafcf4855191965b24a198e26e88c7c8d58072d0610601c7 diff --git a/kde-frameworks/kjsembed/kjsembed-5.18.0.ebuild b/kde-frameworks/kjsembed/kjsembed-5.18.0.ebuild new file mode 100644 index 000000000000..73cc5c797762 --- /dev/null +++ b/kde-frameworks/kjsembed/kjsembed-5.18.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework binding JavaScript objects to QObjects" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kjs) + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kdoctools) + dev-qt/designer:5 +" diff --git a/kde-frameworks/kmediaplayer/Manifest b/kde-frameworks/kmediaplayer/Manifest index 8d08ee95c0e4..007cc0a0e11a 100644 --- a/kde-frameworks/kmediaplayer/Manifest +++ b/kde-frameworks/kmediaplayer/Manifest @@ -1,2 +1,3 @@ DIST kmediaplayer-5.16.0.tar.xz 9432 SHA256 4c2eb415ae633ca37a6a834a34e5e8ab3769add20dde1a83e553d0d3f0082f49 SHA512 e69d37239f8436f14660c4d8ff8d88df8b1f9d8460f497971528c65578f9e15082da366502ea30fcb2f01021d19e6eb9e5ab6aa460f79d747852f978a757707a WHIRLPOOL 6e85b79d6429879ee02d4de24ded1b210678c7b5c19afc7fc34e484037306580462af1b081bc6ef16c5eff2c722b59355f18454bef4f4848bd4928b624373832 DIST kmediaplayer-5.17.0.tar.xz 9420 SHA256 afe761bc19b88e71714ec281a5d3db36e351bc6730548cd72cc065e75b5bbfc5 SHA512 b9590115b562b5ce53d7f05b97923be8acd72559282b74eafffbc4d49dc180a4f22c942f1c1a4357f8c8b2170edd486fb1d05d9e1e1ee426e03dc3542185a589 WHIRLPOOL a6cdae6ae0011aef7e876b32e85fb3d420e0eebf0934142102e69ac58288a0bf15f14fa5fb08f0ae83f438c6d0575975bcc431843dbc6378db7e909c1bbd88f6 +DIST kmediaplayer-5.18.0.tar.xz 9432 SHA256 ab2f02b7efb879f745553130fc21fb33a7c184320ebce99175f5fb71fe53a31e SHA512 4d7f546ac4ea16e7f3db79d7a49fd4862d745f51a937eaef1d470376eac8609c5680577b549ec35decaea9f737c33b063e9064468e824d1c144153db25ce06de WHIRLPOOL be3381535a209ccd90eee6768ecc641e0dd0b8731cf9bcb22b94978d7845cc1270adf69dc6a54ca2129d2cba5f30c3f269f611e135dd3bb940709428e12883ac diff --git a/kde-frameworks/kmediaplayer/kmediaplayer-5.18.0.ebuild b/kde-frameworks/kmediaplayer/kmediaplayer-5.18.0.ebuild new file mode 100644 index 000000000000..8cfbe7a00b8d --- /dev/null +++ b/kde-frameworks/kmediaplayer/kmediaplayer-5.18.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing a common interface for KParts that can play media files" +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kparts) + $(add_frameworks_dep kxmlgui) + dev-qt/qtdbus:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/knewstuff/Manifest b/kde-frameworks/knewstuff/Manifest index 2935cb029cfb..3f6ed68d6d8a 100644 --- a/kde-frameworks/knewstuff/Manifest +++ b/kde-frameworks/knewstuff/Manifest @@ -1,2 +1,3 @@ DIST knewstuff-5.16.0.tar.xz 855528 SHA256 191a1d963f990fbcd75cb247abeb63806140bbfc7cad5c14c2524045ada52308 SHA512 635f2f0cbec2fcb1aca761e3c00914293e594ace3fe9f6623a20e62ad7bda1809868b698dea7216fbd7ce6d6baa745890b708f6dab9723ee842580aeb819fc7e WHIRLPOOL 42a730947dd3cc26fea196355eb291deef006f6d537e9e2eb276e57c200f5435ccfda04ecd03d37bd21753962619110eefb0d8ce30e227f803551e2519985989 DIST knewstuff-5.17.0.tar.xz 858516 SHA256 ba50503296ef084378db28f739cf773a59dcfab90263ca01e720a0f3bc0e59d2 SHA512 8468cc0d117d3fcf42c193d050cd9baf6cb53217c7cc1c92b20b556fdfaa141b0ca1d65e5bc7e3fb61612d255e3a2451e86d7cab9e977b9d8ec9f8cc043a2a38 WHIRLPOOL a1153f57e005aa9f08d2ff227adecdd482d0e88f3eec86d3bce3c352075f45172d9a52ccecef1cd6d2d918b8967823ba5e37b0e6e30c3db824211576af12db8c +DIST knewstuff-5.18.0.tar.xz 858248 SHA256 e48578ee71e7604a1ad42dd03fb3d405aa34219cb0fc842e4fd51a7f810daa55 SHA512 3cda233d937f0ca7483f849faa1a8adfd6e66fc778697408deb201e4b6ed29f14df291e90c5d6f0e18ef606936fc73dbec646aa0329d3267a3fc8450196f0108 WHIRLPOOL 1c4d04556b5826234318eebe073f561d7576e201c08e061f51ba1aa1270de89dc432513de5b04a9953c92eeffb4a852aaaa5d6e334bc5399ba33c9bbd64a481e diff --git a/kde-frameworks/knewstuff/knewstuff-5.18.0.ebuild b/kde-frameworks/knewstuff/knewstuff-5.18.0.ebuild new file mode 100644 index 000000000000..3f3b1f1f2c1d --- /dev/null +++ b/kde-frameworks/knewstuff/knewstuff-5.18.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework for downloading and sharing additional application data" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep attica) + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/knotifications/Manifest b/kde-frameworks/knotifications/Manifest index 6df0feb0b12f..078ec0485de3 100644 --- a/kde-frameworks/knotifications/Manifest +++ b/kde-frameworks/knotifications/Manifest @@ -1,2 +1,3 @@ DIST knotifications-5.16.0.tar.xz 92964 SHA256 aa1013ab1bd82d431dd80ed849af38d156e471de264c566fb5792b271432d92d SHA512 562286651c816039b6102135529ba5e04b9a09ac052efefd5e4db107f4f664a70f7d3b6f318a7391e19a86cff938a16ce427ddc2a787fad0b4369c711e7b252d WHIRLPOOL 9968e072484f710d228d5ababbf37a8edbd72fa8cb48bb1ab4d0995dca552baf74f7a2abdbeccc1a1cce2b3b99ae0b85c5884cc61f68e131f8e49c33f132d5aa DIST knotifications-5.17.0.tar.xz 92948 SHA256 19e47eb755c9140b452bf80a6880bfd52a6f805eba48187fbacd2a48eb064f4c SHA512 c398873aa06056f7d7989c7cd9c0c719ec0f19972d4a809522096f6adcba84f41112820c181ffc0fd773beb7e1977ca505265bb530c891deb3e1b93213d18e3a WHIRLPOOL 3f6c039f5eeff73e4b64b662cbc4b222a091b0dca70d3f830e53558788102e5a03164450e8fa9139e7cee07ff9ecffb653d209b4f3a0f0d1ccd819be23aa9d41 +DIST knotifications-5.18.0.tar.xz 93244 SHA256 1f1aa098983c37cab4949c2d79b833986a8446910a18f76b3715e648b6c8f1da SHA512 6e72a43c052197a4ce1beab7d4760a7287d58df753301f88ee518e0312ca09f3dbe3eabbdec53aa3f42e30c6810f6d804314133ca674993f774ee250af33fe19 WHIRLPOOL 151dc46394b29c7a7e7adf373b767348b800804789b6113df0dad9421be6ee7124e57dd2d668ffe4bb4a3e134c81c95f104c61450a9f5ea29abe1a5553abb1fb diff --git a/kde-frameworks/knotifications/knotifications-5.18.0.ebuild b/kde-frameworks/knotifications/knotifications-5.18.0.ebuild new file mode 100644 index 000000000000..37d0159044fe --- /dev/null +++ b/kde-frameworks/knotifications/knotifications-5.18.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework for notifying the user of an event" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="dbus nls speech X" + +RDEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kwindowsystem) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + media-libs/phonon[qt5] + dbus? ( dev-libs/libdbusmenu-qt[qt5] ) + speech? ( dev-qt/qtspeech:5 ) + X? ( + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libXtst + ) +" +DEPEND="${RDEPEND} + nls? ( dev-qt/linguist-tools:5 ) + X? ( x11-proto/xproto ) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package dbus DBusMenuQt5) + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest index 6b60d9c3d641..5ef2314593f7 100644 --- a/kde-frameworks/knotifyconfig/Manifest +++ b/kde-frameworks/knotifyconfig/Manifest @@ -1,2 +1,3 @@ DIST knotifyconfig-5.16.0.tar.xz 82852 SHA256 ac6209391ca01ed8e0f1a58225f0abb2e0d721cfd25aa276a232c15008d14555 SHA512 d3b7ca778b12545b95aa10b986a86cc9cf752c299b4717947ce3669bcb4b9bd9f0a1a8591c6a5ad980af56fb72b6a3101607cceb027822e5ff5cb59bc728a44d WHIRLPOOL 9a07b17ccb0fa8561da4dcf3a80000a32fc4c0973bb1a5dede25a0a7b23875136d20447c9036d56e6d8e624da994474e0cca08678c5c9421df83e0b0a91e5aee DIST knotifyconfig-5.17.0.tar.xz 82812 SHA256 d6f0356ded865f415532719feccbaa6112a0732a16b0e233494296a7f610cad1 SHA512 118eee03c36997df01cc6c5a2495a3ebb863c6044ef6e60b4e10eb7de6718b1fa0144e44c8b72c3ff7e5c3c638532bf30209992c65c0a0d392e66d3ea9d71532 WHIRLPOOL 4f744a77d9ca1dc167a85732afd2b4c59bd9cf073e1e26052652112918fd4375ea7684093a016376e821f759fe066065cfc64902d1ae58ae242ca23739ad186e +DIST knotifyconfig-5.18.0.tar.xz 83016 SHA256 6b69c25bcd854ad02ccf3ff5ed0aebf23e7cbc5c9679f2ceb599872a6a194760 SHA512 127e8ca2f3cf398ff061db512f80cad6e32355b3cf3e5eba37400b6cea6d68e6d44b8abdfe2692ae33302222d92e536fc3e7d1d4499ee34cf28f3f9d8e8c59b7 WHIRLPOOL 5b618d38dccddc68289f49d76ba20826fa54e7487473e8f96d4fc21061fe5ae587430b1a33df0a884e60fca45565630386043f7c73177327aa4af97331504792 diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.18.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-5.18.0.ebuild new file mode 100644 index 000000000000..9242e9e6d108 --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.18.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Framework for configuring desktop notifications" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="phonon" + +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + phonon? ( media-libs/phonon[qt5] ) +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/kpackage/Manifest b/kde-frameworks/kpackage/Manifest index 3c4da85224e8..cd8dc4a91e17 100644 --- a/kde-frameworks/kpackage/Manifest +++ b/kde-frameworks/kpackage/Manifest @@ -1,2 +1,3 @@ DIST kpackage-5.16.0.tar.xz 102676 SHA256 57e5dc4a8e084bb1140e519f97a808ef76c8ae01071cc62db666190fde6a474b SHA512 d7dd899edcfe69dc9c6db434ffbbcf1310057c7fe38a68dde6b796ed9859f05f9c630986805c361370b8b9105d55256b30e513c421b845fb0e2a7709e6303c54 WHIRLPOOL 9b3acb9757af82508dd5032567f93da6d6533ef2c5b22c9aa806af1095523b0506050040c081f7f529aad3bbfcb69e8e735ea80b5e1162cfd4d570e1fc10587f DIST kpackage-5.17.0.tar.xz 105448 SHA256 a727a94fadf87c539c801d77cb1197c1d0bc561afd9591d4aefecfbf2283e30f SHA512 50dcfcd7284cd498ef143f82b54ca60ef568299c6676d8c0869aaa1432fd91835b1e377091a58c715fbe2bb5b098272fe3a434e31df3c61caf8b54240743ec73 WHIRLPOOL d7baae4e1d63b8898d2cc68184a18655932b72026da1bff9e266e91578e5679e07c0095d9c48cfc2698e0991ad4992cec39ca821e8429b7c02a2034c2c75ba82 +DIST kpackage-5.18.0.tar.xz 106544 SHA256 29d295d9542ff18b4dd0a4cbe5039858a2babec0091f7cff54929e379cd60293 SHA512 2c75f5f94a6f51afe1ff62792755636032a306756fad9ae29c6f7999c8e8d9cc57818e3ecd71063e7fd8363c67ab86cfe2fe70dfe1ab306a8a3af899fc817b40 WHIRLPOOL 76266e823d350f84a88cf1906aadf12fdd4a20da86577850319fc7e0ba4c31559cf044bc47e78b6417a5cf5453b60173c11a08c909d8cbac141ca39d59585c6b diff --git a/kde-frameworks/kpackage/kpackage-5.18.0.ebuild b/kde-frameworks/kpackage/kpackage-5.18.0.ebuild new file mode 100644 index 000000000000..87f7b15dc00a --- /dev/null +++ b/kde-frameworks/kpackage/kpackage-5.18.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Framework to install and load packages of non binary content" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kdoctools) +" diff --git a/kde-frameworks/kparts/Manifest b/kde-frameworks/kparts/Manifest index 1ba6096ea618..ddbc65249736 100644 --- a/kde-frameworks/kparts/Manifest +++ b/kde-frameworks/kparts/Manifest @@ -1,2 +1,3 @@ DIST kparts-5.16.0.tar.xz 153892 SHA256 045be6fd8017ad14861cde2889df904f81530bf057eb260b430d80d4452e803c SHA512 4ccde6b534202a1749e051ec0c556f9bba4b3b927132344604f19ed7eadebb57dd465c24453b29526bb2f60fe42387cc92c66c10847fe242a018ab756fb1f7f9 WHIRLPOOL 9cd810b70a6d9910fb07118e6d1dfd31bbaa2907403f26b388ef17a8dc15df3aa0f4bb67b0e913ccddabf66be6b21d414cf11fbe83fb5572ecfcfb50740b0a5c DIST kparts-5.17.0.tar.xz 153852 SHA256 9d739db5067dbf71ef87d323da5db35eb9f653bf9466a6d4aeaf9051fe09b021 SHA512 b4eeb8724a63562906062a6a30ef323251e920a6befebe78e699f73f6cfb07ceee6df22af62c70463af8bce17235c2c17c1d65b998c3188d952dc5ec7448ef6e WHIRLPOOL 32b20ded66dc7b84e17a69bad6e4fc7fa5688cfb64e6d383b692ee6cb305325140d082f8a817744c64a7196d31b963f538baf5f74b925d0f226368529e6825b3 +DIST kparts-5.18.0.tar.xz 153860 SHA256 1e766ce5c386615c926324a99abcd45110117c556ddfb79122b002e21b699de0 SHA512 0a11be9e9f3ea26bf24a56ed9222adcf4071151be90a4e136b2e8fc60d961771e3ea1021e2cf140e2961dc6f1782bd37e953fca1b54218845c370fbad3f4c9bc WHIRLPOOL 8736b79a1d60cdbbbca7ddd7d163166b962c046693cb03554c5caf835a1e93a598ca6805ffc8fe9e6ec9c30fc552afbc033e2c07c71138e3847f9ff614a7c5a7 diff --git a/kde-frameworks/kparts/kparts-5.18.0.ebuild b/kde-frameworks/kparts/kparts-5.18.0.ebuild new file mode 100644 index 000000000000..42a040d2d0cd --- /dev/null +++ b/kde-frameworks/kparts/kparts-5.18.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing elaborate user-interface components" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND} + $(add_frameworks_dep ktextwidgets) +" diff --git a/kde-frameworks/kpeople/Manifest b/kde-frameworks/kpeople/Manifest index 6c01efdda9ce..3f963b38f2db 100644 --- a/kde-frameworks/kpeople/Manifest +++ b/kde-frameworks/kpeople/Manifest @@ -1,2 +1,3 @@ DIST kpeople-5.16.0.tar.xz 57724 SHA256 15bdc7832a1a0a6763b54395eebe9fa43434b9af03af1f3dfe75646d3d539a1e SHA512 5c36ec868319d22cc4136305e7013bd3980ee85e5896afb102061f184ba5fa9ff8f6169bb79d7ac34a869a5a8f9d0a26c84f822cfa9e93918226b5e00e9ca1a3 WHIRLPOOL 62f0cd14d973c584837875f9b7cb46a87d48fbdeefeeaaff766a3f1105d76b6f88142c6163f73b0fb4166b58e97b0b48299f1cd271a834d955aafeec52d8c200 DIST kpeople-5.17.0.tar.xz 57740 SHA256 e3258f812310664213bba9a0f0494e4692562a37ce546c979a3c8a2c9214f234 SHA512 61388a5656cedf371a6f2955c8624057212157b42f2b38e558d2109c06ee5d9dfc0105916872672845c537ce2b953aaa0625bc4e71137220ecb296dbb4d13ded WHIRLPOOL f6d2e6c2f9bb000b8810e1e4578a72b263d4037610a438ff6b2bb8cef4a1c8454a699b5f782ecd17895d2f6357d720d62e8c94ff64e3f2696cd703a1f8366c35 +DIST kpeople-5.18.0.tar.xz 57744 SHA256 b3d0cc8e54f16230e01ed3805807b164d70cd8371d71974d9c2bb8f1b1b81534 SHA512 c0e0572090cda4658ee11b8039e9d0191f040a51c7eaafa2ce232d31c3e38b3967e83a1b047e057a39293a1f1826bed95a2c5e22cc957a5eff5c9f46c4f863b6 WHIRLPOOL 7fb39417b213f4762d90b1be16668335ad1cc5241f1a17fb9eb7bfce430edb29f0b045c2d0d15d75ce891cfc2747983143683430cbdc7e92defba3b699483b2c diff --git a/kde-frameworks/kpeople/kpeople-5.18.0.ebuild b/kde-frameworks/kpeople/kpeople-5.18.0.ebuild new file mode 100644 index 000000000000..606e3580925e --- /dev/null +++ b/kde-frameworks/kpeople/kpeople-5.18.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE contact person abstraction library" +HOMEPAGE="https://projects.kde.org/projects/frameworks/kpeople" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtsql:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND} + !net-libs/kpeople:5 + !net-libs/libkpeople[-minimal(-)] +" diff --git a/kde-frameworks/kplotting/Manifest b/kde-frameworks/kplotting/Manifest index c61422119914..5500c1a7d396 100644 --- a/kde-frameworks/kplotting/Manifest +++ b/kde-frameworks/kplotting/Manifest @@ -1,2 +1,3 @@ DIST kplotting-5.16.0.tar.xz 29508 SHA256 e747f6886c4aa2ffc0bc6df3b61b3ef04287772959c42ff4b6c851511c2284b9 SHA512 864ece3d838840844a8958af7730fe616d01bbe77194231215f0c9bf9c661c722a5c0daab8ac113326edf3344727752490fad96712d7b9fe335ba72bfdca7990 WHIRLPOOL b3bceac1dddc34852890adec329b36b1a0ae58ae3904b76453abdda2dadc90c5df7e0e21b18f26070c73c6a200f05e1798c33015a615dff68da11949be46206d DIST kplotting-5.17.0.tar.xz 29496 SHA256 bdce3c19d491c9f8d7a1fea7e84973ab6ca463a29106ab24ee5d4527dc660f45 SHA512 4636d4cb10968b5dd48032f5a5bbbe7b0fcc541377cd99d90e722884834fece1d8f95df9e696e3cc49952b98f7f760f1ca7a1668daad7b89e496dbfa9b9882ee WHIRLPOOL 97c93e36d5e50723765525e925fd4f0ee0adae9aa7747673f3e8425eea0947fecd26889c99af0fe842f93ae675d51aadf6fa2361f45ad52e56e28017b846fb93 +DIST kplotting-5.18.0.tar.xz 29488 SHA256 8c15aeb060130fb04f5c11d28085ed7bb04fcd85d7aa8da0cb2e99dd5eea38ca SHA512 920ddca57903545edc895ed58455ac8dada55f5dee5846ae67d65d360b7032be28a7b63c249ffef3594f486ea414fd1e1dd3f29da567c235af3d337067874f41 WHIRLPOOL 2e8e1dcfde463c189382c482afa76e82073ce99e7a3573af2933dc208f13cfa83805985bbdec2afe0700720949cfcd60a321e390a9562dfdd2650ea5dc9c8547 diff --git a/kde-frameworks/kplotting/kplotting-5.18.0.ebuild b/kde-frameworks/kplotting/kplotting-5.18.0.ebuild new file mode 100644 index 000000000000..9d6c838affc4 --- /dev/null +++ b/kde-frameworks/kplotting/kplotting-5.18.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing easy data-plotting functions" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/kpty/Manifest b/kde-frameworks/kpty/Manifest index 37eb20988832..49919ef68bdf 100644 --- a/kde-frameworks/kpty/Manifest +++ b/kde-frameworks/kpty/Manifest @@ -1,2 +1,3 @@ DIST kpty-5.16.0.tar.xz 57152 SHA256 6c7b9d5803196f3873a51eb5ac3a95cbacc7fa4b142e26284840cb9d87e69a1c SHA512 673c84fd7bc3461241a0969793e6d3d0e8bce512dee9dfe0e739965f123985a48a9509e7f117d0ec570c9161a01f5b479d8a7afd5940aa3607b68f1d8810b7d9 WHIRLPOOL f692d8e5fedb494188695fe275fd5bfa6ad942261002f22055d04bb41927f2ce46bacd89cdd97fb431d1cb33448839da223b86558e9a1ff8b09df682f5e5eb34 DIST kpty-5.17.0.tar.xz 57164 SHA256 ac6bad721a16b97a3ba8d8a8184365a2e9eaecc736f24aec7f4e8fe1d3e54fb3 SHA512 955a9fbf48864a751c3348a82c74b94a0e231bf329bbe82e6ceddff7ddf911a6b0992b84ec1de7aeb3a2bb0fdbe4b59a4583828a4b4292caf0bb62e102a46206 WHIRLPOOL 7ef49cbe0376cb0dbd6bfa0f11d6da6d5171edd2ca006885c4e436c8c75ec6842fd3e58d03ef9ab9c8319a93aa2d69e6296bfca2f1043de7449867952819f858 +DIST kpty-5.18.0.tar.xz 57160 SHA256 a107df2ed1dba12c6975e17def71042d3bdbab6497634d4ea4986421740f5fad SHA512 56af462fe1ec2adedc37a63641ab6f1defe1b2363da07968c7127a7e432de5fe285ba535f6a75dfac1403b2458720fcef58f48706144c313352c82f33500e5ff WHIRLPOOL 55e6e5f3732577a669486f5bfde5159bf1b603884b9c86bdcc16b23c4f166499520f2d437929179983ca5e5e4792fe6375760dd72c7f5b74e8c8b1f104bd6673 diff --git a/kde-frameworks/kpty/kpty-5.18.0.ebuild b/kde-frameworks/kpty/kpty-5.18.0.ebuild new file mode 100644 index 000000000000..4814349242c6 --- /dev/null +++ b/kde-frameworks/kpty/kpty-5.18.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Framework for pseudo terminal devices and running child processes" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + sys-libs/libutempter +" +RDEPEND="${DEPEND}" diff --git a/kde-frameworks/kross/Manifest b/kde-frameworks/kross/Manifest index 6b281f8a07e3..e3ea57696d6f 100644 --- a/kde-frameworks/kross/Manifest +++ b/kde-frameworks/kross/Manifest @@ -1,2 +1,3 @@ DIST kross-5.16.0.tar.xz 135016 SHA256 a64cd9ed8f119768c7607ecd29e9d202b41e8cb7714163e52d5471297ca3bc16 SHA512 25f7e963e1fb978585e67744b3c545e8119dec9fea3f56299dc3b93174aec534e70ed6681b83b0524d61afa15a8d8b93b66015deae8cc83e67f1813250de4987 WHIRLPOOL d129841bd29387a9073baeb7473b8ee3cf249661a73fb64b27d74a8feec87505d00112bb7db3dbd5342556a7badafae94f74bc09e04ece1d3f7bdfe40f6e6876 DIST kross-5.17.0.tar.xz 135060 SHA256 9dce7cb77b3daaeb4dade87aaa07fcf5a9ac164ee0bbd5c2c93f70b522ba532e SHA512 db961cc479ff7f7eefc3e7165cfd541af9cc3deb4939dba6d8d1e4cba062aa27378542c8da4f70a5434c2ff32f72c63d68b5bb4fc9b91ee46fd5c34b3d7da922 WHIRLPOOL 945649de4e88a80ae8fc7b55320b67b7f0882f1f3a4931c7deacec2f4907f6447568809bb61b64ca5dd5aca667ee4f1ef800bc2c0ff36e304b4c4c584bd03529 +DIST kross-5.18.0.tar.xz 134980 SHA256 26879a11c66a6692928cae8d0bf6d56f66ebe4cd36cb201aeef04dd8b11fc1cf SHA512 997d33a17c31668eae560f1f8f5abc89c40c1fbc819cfc266dcac6f7cbcda8233c88d2cc894f63900db11298a84ec83a65ed5643c10b3241bc5a736a43b86044 WHIRLPOOL 7b170a1145de20e018beab64ab05d7c7b26ff8a127926dc15b12c1be8107c59559fcaed2ed22d7c91f4afd7be283096f9b11276f928f065cd14060fb08c61b05 diff --git a/kde-frameworks/kross/kross-5.18.0.ebuild b/kde-frameworks/kross/kross-5.18.0.ebuild new file mode 100644 index 000000000000..48f73b883a9e --- /dev/null +++ b/kde-frameworks/kross/kross-5.18.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for embedding scripting into applications" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtgui:5 + dev-qt/qtscript:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kdoctools) + dev-qt/designer:5 +" diff --git a/kde-frameworks/krunner/Manifest b/kde-frameworks/krunner/Manifest index 1f603257b245..d610ecda78d7 100644 --- a/kde-frameworks/krunner/Manifest +++ b/kde-frameworks/krunner/Manifest @@ -1,2 +1,3 @@ DIST krunner-5.16.0.tar.xz 48460 SHA256 b710586ba8b4cd1078a59b864c4ff99ca49b7dcb17a2b42d6e66eb21a79167e6 SHA512 1aa5dbe87f8e546f41e7737ad5a243d6b6933d6eff6cfc8e445e04b6355112e657709eede992b283d8cd172ec1c9279bc6d805ad085ddb5234fcb8c151cb197b WHIRLPOOL 6805101e5556c95e856a8ddeb4afc73786c848da105fe6ff96a4ebbbcad12c24e76b45ed8d0d85c0968b4390d6107287374de2c09d9e6bb8950181b5dfbf1082 DIST krunner-5.17.0.tar.xz 48464 SHA256 93d80897820d008c20775f7d3755b1dab637941d2b4e63755e138878675d1d3e SHA512 59474caa2eeaf07a796a492f42ea330b8f9fc43a52eb942abf7cb4c95bd547551eb238dec380a24c5f9ceacc11ce8a80461e91745c78015efb7d8b3d28b725d4 WHIRLPOOL 4fd6eb4957dc31ef5d86eb3da6ed85e8949ec0a6df0061bb8eb59af7ad012e19dec3af0ccd41d7f934ba45cbc26f5c02757bf9f0de6ebf402159d583bfe2afb5 +DIST krunner-5.18.0.tar.xz 48440 SHA256 ee2601e916f13e126f19538c2625ba06a6ec6addd178f47a5b2d91cce30c8591 SHA512 72fdf9b510071174c03760eb8f7eec8e3ebf2b95006c892b94d210e591b9fd6ff160a53ca6a85cbf3e24adbdb2c9c397941c191cda93059f0fe8d61ce87b9b45 WHIRLPOOL 31d438ec8c0bee70d5eb1d87cec7eafd8642a579ff1ddbc77d3e023d1002951358b2d0e03c39b7718f63cab77fe9a5ec20b0f299c98ed70d6accdf581de9e945 diff --git a/kde-frameworks/krunner/krunner-5.18.0.ebuild b/kde-frameworks/krunner/krunner-5.18.0.ebuild new file mode 100644 index 000000000000..caab839913d6 --- /dev/null +++ b/kde-frameworks/krunner/krunner-5.18.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for providing different actions given a string query" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep plasma) + $(add_frameworks_dep solid) + $(add_frameworks_dep threadweaver) + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/kservice/Manifest b/kde-frameworks/kservice/Manifest index 3bf60ba9c159..e29736e34265 100644 --- a/kde-frameworks/kservice/Manifest +++ b/kde-frameworks/kservice/Manifest @@ -1,2 +1,3 @@ DIST kservice-5.16.0.tar.xz 268640 SHA256 e96eba4a77164c09c114546102fb693acf8213c75222b8d6ea00e8a1bb240b90 SHA512 fba0dfd306b9f4c1395d827e549f0bff286dfe609aa9d13a26de3b53dccb7bad3a8eb2f7c1e0fec777144c4ae60ed317366f1ef266bf211316cd1f58f6abfc8b WHIRLPOOL 945806191f066d8fa85783227fc0648a7c66f7040cad1d33ae792413a49b5c343ea06d56b4724cd147a1ca83dda3814be8b930b5f24fd210ef67e67ff1ae681b DIST kservice-5.17.0.tar.xz 268772 SHA256 681159d8a05c0679a27009f6844dbac4f64d553d52d8fd00ad060ee98d35e45b SHA512 6de01267e293cc1d1509963b2debf353c4dc34777aff07131529dc06de05227debf16af6694b796f11e7c3f0e78afef838ccce12175efadab15aa0fc3316ec4e WHIRLPOOL 986ad53b2beb26eb261a9406240700500926c6d0a8aa58fdb1bb2fc542d552b9f979568638f73ebdd9db58aeee752015fbbfef2a3807034ddf2c0c194ec985a8 +DIST kservice-5.18.0.tar.xz 268836 SHA256 08e77511cd0e929a10c02aaca8027fb1c8fae743fa1e240f944fee13850d7a5d SHA512 f0262dadfdfd475acadd2ceffb19b447a3a07700e097807dba54a1e1a5cd4353f779fca30c889f9ff2eb5bc3cd51ae83ccf024b4957fdd5fb18c94e7243135f3 WHIRLPOOL 53c21c733aa18787b6aac613701c8e01df2ff7ffd0ec57df0a3dfd5161735d5d117f4aae99fbf13cadb3e82dd05adfee0e6a5cca0ae5b14535aa59e13bcc4c07 diff --git a/kde-frameworks/kservice/kservice-5.18.0.ebuild b/kde-frameworks/kservice/kservice-5.18.0.ebuild new file mode 100644 index 000000000000..30a2b4cdbea9 --- /dev/null +++ b/kde-frameworks/kservice/kservice-5.18.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Advanced plugin and service introspection" +LICENSE="LGPL-2 LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="+man" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + dev-qt/qtdbus:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND} + man? ( $(add_frameworks_dep kdoctools) ) + test? ( dev-qt/qtconcurrent:5 ) +" + +# requires running kde environment +RESTRICT="test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package man KF5DocTools) + ) + + kde5_src_configure +} diff --git a/kde-frameworks/ktexteditor/Manifest b/kde-frameworks/ktexteditor/Manifest index b3e7263d82c1..e105987837b3 100644 --- a/kde-frameworks/ktexteditor/Manifest +++ b/kde-frameworks/ktexteditor/Manifest @@ -1,2 +1,3 @@ DIST ktexteditor-5.16.0.tar.xz 2863172 SHA256 1cbb7e838a4aebc08e53add09988ed58475e2f512d1689081b084b6290ae3e3c SHA512 ef24e82336f5ac5f8d47486596b2c650f8d43b11cdf827f9df78e21ab4c134c478fcc0d1c8f71630aa61277ef8147276d3c7a677cb42800202098c80758ce965 WHIRLPOOL 823334c03e3934520be3d4bcb151d2d1e18ff693d3db1225b5519f51415e4a84c3fa48082391d5adc674671e49acd369e0870e77a7575e10d605fb1045ccd31d DIST ktexteditor-5.17.0.tar.xz 2869676 SHA256 f992c5c7cf0d4f6427cb2194b18d27301c5e28b19bdaadd0ab370580bf71509b SHA512 e7b91810c7e26d7ae12bfd574f73cd6f23db527482c7dd1d38beaedf7b1a319bde3f822afb4036d2f787ca41e9ed6e5cc03fb8fe2c404a1509c9c30096309f53 WHIRLPOOL ea5928797a92f7f41831b188bfe802872e6a4a145c069e77ec1942bc9ff52e7c208e3d24acc3c1bd78da688aa75ce43d4091bd919904dfc74fada7a566a4b0ac +DIST ktexteditor-5.18.0.tar.xz 2869476 SHA256 7b3cce5b1313561edd76113a92f651c9399b5d7d6a606cc61ecaf3e08b16a83b SHA512 7ca2a052ef5a7098ab1b9db4715f8a89ddae120a788b7541c973f1f77d4547e365e31619417c9e0a3f4333bc4c1053c99d553338f3cf18a952024d6c9800c785 WHIRLPOOL f46387c609bbe497ee7b0f093300dcfdbdeabe3ccb88abf7c17af868dd9b44eae87901fc3f0464bd6673b2a31d65e7ab0ee7308ee1fb3036548016bd7241b220 diff --git a/kde-frameworks/ktexteditor/ktexteditor-5.18.0.ebuild b/kde-frameworks/ktexteditor/ktexteditor-5.18.0.ebuild new file mode 100644 index 000000000000..236a255e1702 --- /dev/null +++ b/kde-frameworks/ktexteditor/ktexteditor-5.18.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing a full text editor component" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="git" + +RDEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + dev-qt/qtgui:5 + dev-qt/qtprintsupport:5 + dev-qt/qtscript:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + git? ( dev-libs/libgit2:= ) +" +DEPEND="${RDEPEND} + dev-qt/qtxmlpatterns:5 + test? ( $(add_frameworks_dep kservice) ) +" + +RESTRICT="test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package git LibGit2) + ) + + kde5_src_configure +} diff --git a/kde-frameworks/ktextwidgets/Manifest b/kde-frameworks/ktextwidgets/Manifest index 39f6db442904..ea014ffdd5a3 100644 --- a/kde-frameworks/ktextwidgets/Manifest +++ b/kde-frameworks/ktextwidgets/Manifest @@ -1,2 +1,3 @@ DIST ktextwidgets-5.16.0.tar.xz 306672 SHA256 891f0bdd453e30cd6e9d0f865c9337b6e981114ac21d08cb63c3b61ff0a5f3ef SHA512 ebd80ee0e64c8acf63b2955a291cedf86ed351f81fae1aae31f8a9f4c715da3e51b596002a201a0cafac991519ba1521ea52e717e9d3388d27d0150ffdcad4bb WHIRLPOOL 5c9a0c7cae8adc7c3ca42142ba287cd20374940cb0cfb17e5eff5a688e51c6b5abc393b384116deb50a3fbe6341a6d767b07ef4626567270c6a760f04a6dae1d DIST ktextwidgets-5.17.0.tar.xz 306676 SHA256 e3b08a4444e238f73811905d6a87f53181df3ecd7be49cca701c1204b45080a4 SHA512 a45a9ca565e8a42ebb3c1c261b9974f4fac35aefd43f240e009e45d77fa26ae43d53669f6caf56eae23d60892e962932aeb839b881329192a8c5fd3734d5b727 WHIRLPOOL 550385bfc1a21cd37356409d86446393443a74813988da38b403bf2a9531343fa1993abe84a86df9bebbe1322a2e0927056f7bb65eda71c3ef6171c436cd98be +DIST ktextwidgets-5.18.0.tar.xz 306736 SHA256 e38c6e1458f34fc7a78ed8447ab6df94296662555a0877d5807428fcaac3d4f1 SHA512 ffd6368a390baae36d2116bfb717f09e8a1e194d11918c0131d8f223ae71db5d66d59d492a4da96ac2f4664a3478f0ac0d84a06cc917e086fa47616aba31f646 WHIRLPOOL 7371a459e22af7264dd212e182d57420679c8931f3eff9e1e0c7406bbc7db80d898ba480063bf07a0f3bfc3246859e52787eaacf8af5f4df4769b8c4ff216376 diff --git a/kde-frameworks/ktextwidgets/ktextwidgets-5.18.0.ebuild b/kde-frameworks/ktextwidgets/ktextwidgets-5.18.0.ebuild new file mode 100644 index 000000000000..b93cf80e222b --- /dev/null +++ b/kde-frameworks/ktextwidgets/ktextwidgets-5.18.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing an assortment of widgets for displaying and editing text" +LICENSE="LGPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="speech" + +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep sonnet) + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + speech? ( dev-qt/qtspeech:5 ) +" +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + ) + + kde5_src_configure +} diff --git a/kde-frameworks/kunitconversion/Manifest b/kde-frameworks/kunitconversion/Manifest index c5bf33bc528d..a29ec6feed2c 100644 --- a/kde-frameworks/kunitconversion/Manifest +++ b/kde-frameworks/kunitconversion/Manifest @@ -1,2 +1,3 @@ DIST kunitconversion-5.16.0.tar.xz 627896 SHA256 945a005a667ef47f8bd1a288a4b1f7591c248edfedf0601dd469c2f083aaf5de SHA512 3e3b78b8f3122f9f2b4c90455ab90e1e1db338c07f6fc2e61fda207674b86c870d953e8ae35baf9a23e477eeba5b5ab998e3bd22a329d9fd0f4c2aaaadb680ed WHIRLPOOL be088bff8f701f21521c44399903473ff5e09c6bd6ce2317ef3dbb4d28e4c90a4291507346c24cf9f427a2561f5ed42116923d338a14c29a53e2f7a694787e96 DIST kunitconversion-5.17.0.tar.xz 627756 SHA256 4eae802b107e95ca39f28b7f08fa880a0e0fa3c678a9afcaa1b8d4901a988379 SHA512 ee3989270924b55ba638bf8055c2f8b1581087a61d9aa29b10e2cb3c8a8d6e4918b09d171d770d69f7ce9900019da58d797ac764fe94ac9fd9ef99e5284332dd WHIRLPOOL c68360774b49c91f7bde63e1a7fd85f6283df2687ae2837044b05a3097c5b5295a250d459607b72bc2e52badc0228571d6a633b1854bef745a1d97c77f30c4a9 +DIST kunitconversion-5.18.0.tar.xz 627564 SHA256 d150694ee1b852961c6fe5401b75c818303208062d43e7dd6fe7244f7db3f53e SHA512 911e57abad45d1a745b2af037f39946fe873aadee961104d094352dc860c542f246d48dee589102410d7a250e1e2b6348e3eaf6c4c1efc1226646362b03f77eb WHIRLPOOL 0786fb9036585012bfd6b046b488938434da6af415c3557bdc379cc7e65f879fb1a6a663752f2ca6feb654880ea2904338f86f58f377aa0d28a3fdcdd9ab2552 diff --git a/kde-frameworks/kunitconversion/kunitconversion-5.18.0.ebuild b/kde-frameworks/kunitconversion/kunitconversion-5.18.0.ebuild new file mode 100644 index 000000000000..a841641f9fdc --- /dev/null +++ b/kde-frameworks/kunitconversion/kunitconversion-5.18.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Framework for converting units" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep ki18n) + dev-qt/qtnetwork:5 + dev-qt/qtxml:5 +" +DEPEND="${RDEPEND}" diff --git a/kde-frameworks/kwallet/Manifest b/kde-frameworks/kwallet/Manifest index da1951deb2d4..54ff0fbdf2c0 100644 --- a/kde-frameworks/kwallet/Manifest +++ b/kde-frameworks/kwallet/Manifest @@ -1,2 +1,3 @@ DIST kwallet-5.16.0.tar.xz 286028 SHA256 f1893d87607aaed6c532a2c05149f220df1795acf50a20d71bca178cea619cbd SHA512 b386f77165df2f3a4820b0ee2f7c5214252701fe341bedef0ef5b90976549d9b9692b43e0423b036e9c174711010bd3de2719b8e3e6dd7d8d0be4b8cb1db1cc8 WHIRLPOOL 014f2a8ce32ebcb051c6def27623ac4fec174cda81f3b5339961aee29836f92ee15e4d73209f796b390875355213efd29d7f27c998524ade90c3ce05eff6524c DIST kwallet-5.17.0.tar.xz 286632 SHA256 3b6a119a44103d90cb25d4ee466bb301820156ed92f295771ac459534963a214 SHA512 43a6985b87fd11b32b4b5527f77797ab09e907dc189563d69292945eb8f080d22fb056617ae967bf1fbc3b7107b94f730b94acd47e1bd5fa02e2f5c271dcc7cb WHIRLPOOL cf0fade152e1828e034cc31bfbd1efa4bea1b41007a7b3a61403eb3e6e8c646125a08078b8da8670b0dd4e21d34bd458e2d8e49118da591cad4f6c1768bd0ea4 +DIST kwallet-5.18.0.tar.xz 286632 SHA256 3af64defd77219f6c128d3e92165dfc5063f803e1f98b09b673befdd3af0c970 SHA512 e82953536a9bb7bd7f20ca59dd2df84f73d9a5573693041176ff3d801d36799b226a39c7bdc0c40538a46923b021ecc60d5daa4bd182eef80a229dd839b3af0d WHIRLPOOL d1eb2f0acc64ed1891db6eb57c0291bedc55daf714c44b10531c9cae40fab0fe3d238691ecfec2b692005baea0e562e434b97ca8c932e2c92b561cd407b19da6 diff --git a/kde-frameworks/kwallet/kwallet-5.18.0.ebuild b/kde-frameworks/kwallet/kwallet-5.18.0.ebuild new file mode 100644 index 000000000000..d7a0daa750de --- /dev/null +++ b/kde-frameworks/kwallet/kwallet-5.18.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Framework providing desktop-wide storage for passwords" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="gpg" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + dev-libs/libgcrypt:0= + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + gpg? ( + $(add_kdeapps_dep gpgmepp) + app-crypt/gpgme + ) +" +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package gpg Gpgme) + $(cmake-utils_use_find_package gpg KF5Gpgmepp) + ) + kde5_src_configure +} diff --git a/kde-frameworks/kwidgetsaddons/Manifest b/kde-frameworks/kwidgetsaddons/Manifest index 019c148fd416..091ac02dcff2 100644 --- a/kde-frameworks/kwidgetsaddons/Manifest +++ b/kde-frameworks/kwidgetsaddons/Manifest @@ -1,2 +1,3 @@ DIST kwidgetsaddons-5.16.0.tar.xz 2136216 SHA256 4385540afdf74f696271dbf78a34a1c5e9509094a6a201b96f3a9471f98cfe6f SHA512 183b7216a3d43595ffe2f2f4f3e1d08cb0af2dcb67594333169182d8103fe7cdba2cb9bd32f79e13d7d4ba25276edd8225cde5ae5e081ad216d47c709911720a WHIRLPOOL fb5e0c79ccdb665429400c0d9b5bba515a426c26b04d924c0518814fddf92a4169753c5f63c86ec03a5afb4de6416504243a4df99b5f64dc23af70418e6ad2a5 DIST kwidgetsaddons-5.17.0.tar.xz 2134316 SHA256 76f75144dfa4f3bfd1389ecef4bd6aeeac5edc4b230a33fa9be58c4f3ef73294 SHA512 e6488ed6f816025773e41540d901762325173757060482321621be3f17d79630707010f122bca60209556803bff7b52f212b778715512ae9d5632673c6241c05 WHIRLPOOL b86269390c8292a8dbabc1263feab8cf978c22313ad738ae8090b829b0f44053dbc1f6886e438035c996fccf5509f45c37261e82aac95a2c1a75e714de5c1d82 +DIST kwidgetsaddons-5.18.0.tar.xz 2130488 SHA256 61eebbe729dba31fccfdd1178e50d4c2c9e4b221f193f2a0d2e57ec6d9f9d819 SHA512 d571ebb313fc8e773b1a0e73889c669cf26d125373685119ad70a8b93dd5ae9dac6f720cbadd8dfc25698e4f312dec61356a179a4d94ef4868cc162b787add9b WHIRLPOOL 8522beaf2b2dcd49921b18d728fa6d027e8f5a1c925dd344db089e8fcd67e9a6d778532b40f87692a710791774fbd51dc2da1a25c32ec9e7e307111d05eecc81 diff --git a/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.18.0.ebuild b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.18.0.ebuild new file mode 100644 index 000000000000..ee86862ea9bf --- /dev/null +++ b/kde-frameworks/kwidgetsaddons/kwidgetsaddons-5.18.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="An assortment of high-level widgets for common tasks" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="nls" + +RDEPEND=" + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +DEPEND="${RDEPEND} + nls? ( dev-qt/linguist-tools:5 ) + test? ( dev-qt/designer:5 ) +" diff --git a/kde-frameworks/kwindowsystem/Manifest b/kde-frameworks/kwindowsystem/Manifest index 3e87e344f0c5..b6408d8f709b 100644 --- a/kde-frameworks/kwindowsystem/Manifest +++ b/kde-frameworks/kwindowsystem/Manifest @@ -1,2 +1,3 @@ DIST kwindowsystem-5.16.0.tar.xz 162956 SHA256 2f8aac7a1c9002b8647f26ad556e3265a004cbd1055eff5be3769c02bc06141e SHA512 bbf74016c0bc4df188f47b3dc438b6e5eeee7b5a7ef2ec6cad31770dc1edb88b49c3fb245a324c823828bcd31486b8927a0ba2200ed3215c7665282202aeaf18 WHIRLPOOL d8691537d167226ecdf3ad195eb6a370918a28450dd65ef8afee7c3738cf2bb0d04cdf4c8a96fdc3028ef66099baba9b6634d42565742136a33a57ed301a779a DIST kwindowsystem-5.17.0.tar.xz 162980 SHA256 a460f9d2a045c4fd8bb71578811caa93b1a39f04170adedc4164c71e8f290ba0 SHA512 bc5b32cc4d4ce966aec1ec3995c79b54fe448ef0106e1f21fe89317707356e077e5e516cf74f6c9a38a6288f37bdc580817a26fdf9b0684d3cd66c1eb88e5056 WHIRLPOOL 511a7664582555e554e1ac5af5638f990ec0c4ff0904ae8b3aee74deeb7510c3715a32cd98a42d2833bb1c8a2fe3a428a61a84a95ca08d8d78e88f5bd2018218 +DIST kwindowsystem-5.18.0.tar.xz 163260 SHA256 67567ba32268d0a5365106b7e98e69eb77880271580c68adbf0d128f32691f06 SHA512 4c67d23e62de3d34fb9f2055bfa6b8608d52c2faf1129e32426798e6c84d8f9d94452305ed9829b56663c24442c5d0cffc8ecb27fbf55f7a7d45cfa7a9b10691 WHIRLPOOL 48cb7b153d1ab4ca411d3c9ff5289c90b62be8994bb371b0fe62bfedda0503023007dfffc1862872efed4478f03a4033695f3192fbca558ed4c587a9d7249117 diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-5.18.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-5.18.0.ebuild new file mode 100644 index 000000000000..7919d1989520 --- /dev/null +++ b/kde-frameworks/kwindowsystem/kwindowsystem-5.18.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework providing access to properties and features of the window manager" +LICENSE="LGPL-2+ MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="nls X" + +RDEPEND=" + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + X? ( + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libXfixes + x11-libs/libxcb + x11-libs/xcb-util-keysyms + ) +" +DEPEND="${RDEPEND} + nls? ( dev-qt/linguist-tools:5 ) + X? ( x11-proto/xproto ) +" + +RESTRICT="test" + +DOCS=( "docs/README.kstartupinfo" ) + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-frameworks/kxmlgui/Manifest b/kde-frameworks/kxmlgui/Manifest index 683df872b5c9..531fc1590b3c 100644 --- a/kde-frameworks/kxmlgui/Manifest +++ b/kde-frameworks/kxmlgui/Manifest @@ -1,2 +1,3 @@ DIST kxmlgui-5.16.0.tar.xz 864604 SHA256 5ac0d43884b48da7af3b90df2d8a1a26945d165db679163a497696f69270f0ef SHA512 0c34742dc4127fb0b04f0e9006084b997ab98b871ea0fdf06c3fdf2285be6c16486f89285602f22d61795a4fe4f66b246c2236f1fd858220b57af2322de5d156 WHIRLPOOL 2ae39722270137491d3dada864c81ee98ac555cc01c38db63ee9299b422dfa34a1283e832ca38c637096aa54fff67cd0c8b7f36e6f86ea5bc3d2f606c3648aba DIST kxmlgui-5.17.0.tar.xz 864652 SHA256 b6fdb08a816f58aaca9419b9821c70e18641b371f2b22e63c095a3905c9a7d65 SHA512 65720962fef83e267252216918b7a1491aff110a2fb42e4a0ac57406f80aab9d308b5504922dce9887065f1e9b82e1b7a4c8416beaefd2173d7f1a3891a0b183 WHIRLPOOL 8a4fb9e369d35c08d1288830f56704da8852dd6ab2eee1e130cd1c3bc9edc0c9e58870fb0de8a1aeebd106a0b7514a3c71ba037ac1d188f43459eafd29d18ee0 +DIST kxmlgui-5.18.0.tar.xz 864752 SHA256 316324910ba63df52de57445b68aaf3f4b1689e86d568039f968eb7132f0357a SHA512 734e54cd39fcd23362dde7f45d2f9ee7bbaae175c8d93aeddb2a7442d2bdc5727f539b62e95ffb8f2d61e5e342f792e970331ef37efe8e35b4eca8b38235bf22 WHIRLPOOL ce3ea2deefd87616ee1b41ee473eac09b722ac5a298e019841fda28a1c7426ba452945673afefdbffe1737c6b2d94d7cfa50ee018973965e14f10d98a43d7523 diff --git a/kde-frameworks/kxmlgui/kxmlgui-5.18.0.ebuild b/kde-frameworks/kxmlgui/kxmlgui-5.18.0.ebuild new file mode 100644 index 000000000000..baa4e9ac2480 --- /dev/null +++ b/kde-frameworks/kxmlgui/kxmlgui-5.18.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for managing menu and toolbar actions in an abstract way" +KEYWORDS="~amd64 ~arm ~x86" +LICENSE="LGPL-2+" +IUSE="attica" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5[ssl] + dev-qt/qtprintsupport:5 + dev-qt/qtwidgets:5 + dev-qt/qtxml:5 + attica? ( $(add_frameworks_dep attica) ) +" +DEPEND="${RDEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package attica KF5Attica) + ) + + kde5_src_configure +} diff --git a/kde-frameworks/kxmlrpcclient/Manifest b/kde-frameworks/kxmlrpcclient/Manifest index 136a02972482..6aff0fe55c02 100644 --- a/kde-frameworks/kxmlrpcclient/Manifest +++ b/kde-frameworks/kxmlrpcclient/Manifest @@ -1,2 +1,3 @@ DIST kxmlrpcclient-5.16.0.tar.xz 28312 SHA256 0afc266e8ab5ad4be752554f0794e0b1eae6cb67760db92de293f56330704cdd SHA512 c2757a460a0946e357f0a1522f411374af8b00d9a4db7703588fc69946a6c7a871da4b841c3aaabde6dd2a6b20b369d63594d545964feadeaccff9761c9ed059 WHIRLPOOL 9c80552e736295f57d454f15de9102da5144b8dbebb21a61db738721d75f32c9389bb0e4539fd9722eb8351068201355f676cbc19c17230cb0f98eaf6701fdaf DIST kxmlrpcclient-5.17.0.tar.xz 28272 SHA256 9a1db5fa2fcd87e55ac74e0ea8c05e4ddd83bcef68a471749bd63271966147fe SHA512 2d410ec461b6e6a4077d245462bf92312fd125d27298c9a12b68cc635449bff9e2f4ac89741041fb24a69a6dad19a6165ea54052e3d529e745ac536e1fdc1a16 WHIRLPOOL 41b9d5a9c962a693a7321b57a52c7721ed0b07d5f733ec73fdb73cb86a5f554cae8b5d8dba2ee95e9e98be97afda1b66a30b60d4be5f97ccef0867e0f112b9af +DIST kxmlrpcclient-5.18.0.tar.xz 28260 SHA256 695b33703b1966d9b767f6e7b89c4b17644e6732b6757c162a78fc0207bb0841 SHA512 9f648f1368bf635a5859985a794e7719c9416e0ce7279361ea90bc849604f727e0aa365cf97a2069bb7fd58a6a2613ddc990185da4ef5cad9db3d74b5d3a855d WHIRLPOOL 55d1a9b8e0eae3abc02527a1be5a27459df6015320263570caf0a7acb9a29eca30b706e0f559901463f56567a38c947481befd11959725dbdee44da083680bdf diff --git a/kde-frameworks/kxmlrpcclient/kxmlrpcclient-5.18.0.ebuild b/kde-frameworks/kxmlrpcclient/kxmlrpcclient-5.18.0.ebuild new file mode 100644 index 000000000000..82000edbaa2f --- /dev/null +++ b/kde-frameworks/kxmlrpcclient/kxmlrpcclient-5.18.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +KDE_DOXYGEN="true" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Framework providing client-side support for the XML-RPC protocol" +LICENSE="BSD-2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + dev-qt/qtxml:5 + ! -graphics + graphics + proxy-maintainers + + alex_y_xu@yahoo.ca + Alex Xu + Proxied maintainer + diff --git a/media-gfx/pngquant/pngquant-1.8.2.ebuild b/media-gfx/pngquant/pngquant-1.8.2.ebuild index 4fc297a65e52..79c4ef53f046 100644 --- a/media-gfx/pngquant/pngquant-1.8.2.ebuild +++ b/media-gfx/pngquant/pngquant-1.8.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit toolchain-funcs -DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs" +DESCRIPTION="command-line utility and library for lossy compression of PNG images" HOMEPAGE="http://pngquant.org/" SRC_URI="http://pngquant.org/${P}-src.tar.bz2" diff --git a/media-gfx/pngquant/pngquant-1.8.3.ebuild b/media-gfx/pngquant/pngquant-1.8.3.ebuild index ac22a581ce24..7cd1ba754ad9 100644 --- a/media-gfx/pngquant/pngquant-1.8.3.ebuild +++ b/media-gfx/pngquant/pngquant-1.8.3.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils flag-o-matic toolchain-funcs -DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs" +DESCRIPTION="command-line utility and library for lossy compression of PNG images" HOMEPAGE="http://pngquant.org/" SRC_URI="http://pngquant.org/${P}-src.tar.bz2" diff --git a/media-gfx/pngquant/pngquant-2.0.2.ebuild b/media-gfx/pngquant/pngquant-2.0.2.ebuild index c8f98d53f648..a039b26789c4 100644 --- a/media-gfx/pngquant/pngquant-2.0.2.ebuild +++ b/media-gfx/pngquant/pngquant-2.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils flag-o-matic toolchain-funcs -DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs" +DESCRIPTION="command-line utility and library for lossy compression of PNG images" HOMEPAGE="http://pngquant.org/" SRC_URI="http://pngquant.org/${P}-src.tar.bz2" diff --git a/media-gfx/pngquant/pngquant-2.1.0.ebuild b/media-gfx/pngquant/pngquant-2.1.0.ebuild index 5b75e93d36f2..78b26d9b595c 100644 --- a/media-gfx/pngquant/pngquant-2.1.0.ebuild +++ b/media-gfx/pngquant/pngquant-2.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit flag-o-matic toolchain-funcs -DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs" +DESCRIPTION="command-line utility and library for lossy compression of PNG images" HOMEPAGE="http://pngquant.org/" SRC_URI="http://pngquant.org/${P}-src.tar.bz2" diff --git a/media-gfx/pngquant/pngquant-2.2.0.ebuild b/media-gfx/pngquant/pngquant-2.2.0.ebuild index 5b75e93d36f2..78b26d9b595c 100644 --- a/media-gfx/pngquant/pngquant-2.2.0.ebuild +++ b/media-gfx/pngquant/pngquant-2.2.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit flag-o-matic toolchain-funcs -DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs" +DESCRIPTION="command-line utility and library for lossy compression of PNG images" HOMEPAGE="http://pngquant.org/" SRC_URI="http://pngquant.org/${P}-src.tar.bz2" diff --git a/media-gfx/pngquant/pngquant-2.3.3.ebuild b/media-gfx/pngquant/pngquant-2.3.3.ebuild index 03f708f93ead..aeb5acdc0443 100644 --- a/media-gfx/pngquant/pngquant-2.3.3.ebuild +++ b/media-gfx/pngquant/pngquant-2.3.3.ebuild @@ -6,7 +6,7 @@ EAPI="5" inherit toolchain-funcs -DESCRIPTION="a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs" +DESCRIPTION="command-line utility and library for lossy compression of PNG images" HOMEPAGE="http://pngquant.org/" SRC_URI="http://pngquant.org/${P}-src.tar.bz2" diff --git a/media-gfx/pngquant/pngquant-2.5.2.ebuild b/media-gfx/pngquant/pngquant-2.5.2.ebuild new file mode 100644 index 000000000000..aeb5acdc0443 --- /dev/null +++ b/media-gfx/pngquant/pngquant-2.5.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit toolchain-funcs + +DESCRIPTION="command-line utility and library for lossy compression of PNG images" +HOMEPAGE="http://pngquant.org/" +SRC_URI="http://pngquant.org/${P}-src.tar.bz2" + +LICENSE="HPND rwpng" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug lcms openmp cpu_flags_x86_sse2" + +RDEPEND="media-libs/libpng:0= + sys-libs/zlib:= + lcms? ( media-libs/lcms:2 )" +DEPEND="${RDEPEND}" + +src_configure() { + tc-export AR CC + # Hand rolled configure script, so not all flags are supported. + ./configure \ + --prefix="${EPREFIX}/usr" \ + $(use debug && echo --enable-debug) \ + $(use_enable cpu_flags_x86_sse2 sse) \ + $(use openmp && tc-has-openmp && echo --with-openmp) \ + $(use_with lcms lcms2) \ + CFLAGS="${CFLAGS} ${CPPFLAGS}" \ + LDFLAGS="${LDFLAGS}" +} + +src_install() { + dobin ${PN} + doman ${PN}.1 + dodoc CHANGELOG README.md +} diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r3.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r3.ebuild index 5d1aa07e00aa..ca74fa2ed3b4 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r3.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.23-r3.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="http://gstreamer.freedesktop.org/" SRC_URI+=" https://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}-h264-patches.tar.xz" LICENSE="LGPL-2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="+orc" RDEPEND=" diff --git a/media-libs/harfbuzz/Manifest b/media-libs/harfbuzz/Manifest index 8d23d58ac89d..205d42c68461 100644 --- a/media-libs/harfbuzz/Manifest +++ b/media-libs/harfbuzz/Manifest @@ -1,3 +1,4 @@ DIST harfbuzz-0.9.41.tar.bz2 1188176 SHA256 d81aa53d0c02b437beeaac159d7fc16394d676bbce0860fb6f6a10b587dc057c SHA512 821b2fbd0d668c90e9e0040f60b7cfd8d35954d218045cebfb5e9c6ba29aba4230d0cd8e951697c26afcc4da447177fe967fa323449499fa710b52dd7e1a7011 WHIRLPOOL 84ba899d8fbc27b19d255d3c40e2d1f92c8c0dcc0a764b5c83c8c470af4902891f954d11aa64b6eb69aac0e8cf55c36ee9babff0a9260fc9f6286ce48330accb DIST harfbuzz-1.0.6.tar.bz2 1240522 SHA256 f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26 SHA512 20ee169389a784e4ad4e2ff006a59a36879dba0a37a999ff51c2b4d76da9496a1a747d5176e9611998187452e6d18f880295bdfb9f45338acddf772fc3f16021 WHIRLPOOL 63eab91311674417b66fa92e0b92a5482321dfa8dc48edcc3ae1ed459483222ab08229438356245cc183234a65388fbb6bdb73222359dea0ec2a35a1bf141c78 DIST harfbuzz-1.1.2.tar.bz2 1233019 SHA256 4a2c5790bd3db7c3ca8c02e4858f2fd592df7932c1d2fa9f6b99acbce0f8461f SHA512 ac2866a3267d7a55311abbdb8f8c38511799c471fb750f203494749ad26edd91ad36c995ee1ce756fa1fcc1625633435cd616e90b794d70f4bb8d213c6d693f9 WHIRLPOOL ef744ddccf30a387823021606304c9f888b99686b397270c2e742191e4c4a885e5872e3c4e8370d0079175a1a026d4c4b21bacf9adf27ccc2837c73294fee121 +DIST harfbuzz-1.1.3.tar.bz2 1294579 SHA256 d93d7cb7979c32672e902fdfa884599e63f07f2fa5b06c66147d20c516d4b8f7 SHA512 e418a1543ec2a1e58e5d8d0ba9a40e8675eda13c94c664ff83ed6303c724f078cf1744883b454c46ec40157db8dc05e7f2cf5e52200601bb1e13827d8dfbaccf WHIRLPOOL 9d18d985df77ff841b1a87d25f17eb472517e109a051f2ed213b44ec91de3a499853cf7d93e23f5ac4c199ec65f2dd02300e05097cb4983565ebb9227c8d3810 diff --git a/media-libs/harfbuzz/harfbuzz-1.1.3.ebuild b/media-libs/harfbuzz/harfbuzz-1.1.3.ebuild new file mode 100644 index 000000000000..11e371fb7ad8 --- /dev/null +++ b/media-libs/harfbuzz/harfbuzz-1.1.3.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +EGIT_REPO_URI="git://anongit.freedesktop.org/harfbuzz" +[[ ${PV} == 9999 ]] && inherit git-r3 autotools + +PYTHON_COMPAT=( python2_7 ) + +inherit eutils libtool multilib-minimal python-any-r1 + +DESCRIPTION="An OpenType text shaping engine" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/HarfBuzz" +[[ ${PV} == 9999 ]] || SRC_URI="http://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2" + +LICENSE="Old-MIT ISC icu" +SLOT="0/0.9.18" # 0.9.18 introduced the harfbuzz-icu split; bug #472416 +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" + +IUSE="+cairo fontconfig +glib +graphite icu +introspection static-libs test +truetype" +REQUIRED_USE="introspection? ( glib )" + +RDEPEND=" + cairo? ( x11-libs/cairo:= ) + fontconfig? ( media-libs/fontconfig:1.0[${MULTILIB_USEDEP}] ) + glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] ) + graphite? ( >=media-gfx/graphite2-1.2.1:=[${MULTILIB_USEDEP}] ) + icu? ( >=dev-libs/icu-51.2-r1:=[${MULTILIB_USEDEP}] ) + introspection? ( >=dev-libs/gobject-introspection-1.34:= ) + truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND} + dev-util/gtk-doc-am + virtual/pkgconfig + test? ( ${PYTHON_DEPS} ) +" +# eautoreconf requires gobject-introspection-common +# ragel needed if regenerating *.hh files from *.rl +[[ ${PV} = 9999 ]] && DEPEND="${DEPEND} + >=dev-libs/gobject-introspection-common-1.34 + dev-util/ragel +" + +pkg_setup() { + use test && python-any-r1_pkg_setup +} + +src_prepare() { + if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then + # on Darwin/Solaris we need to link with g++, like automake defaults + # to, but overridden by upstream because on Linux this is not + # necessary, bug #449126 + sed -i \ + -e 's/\/CXXLINK/' \ + src/Makefile.am || die + sed -i \ + -e '/libharfbuzz_la_LINK = /s/\/CXXLINK/' \ + src/Makefile.in || die + sed -i \ + -e '/AM_V_CCLD/s/\/CXXLINK/' \ + test/api/Makefile.in || die + fi + + [[ ${PV} == 9999 ]] && eautoreconf + elibtoolize # for Solaris + + # failing test, https://bugs.freedesktop.org/show_bug.cgi?id=89190 + sed -e 's#tests/arabic-fallback-shaping.tests##' -i test/shaping/Makefile.in || die "sed failed" +} + +multilib_src_configure() { + ECONF_SOURCE="${S}" \ + # harfbuzz-gobject only used for instrospection, bug #535852 + econf \ + --without-coretext \ + --without-uniscribe \ + $(use_enable static-libs static) \ + $(multilib_native_use_with cairo) \ + $(use_with fontconfig) \ + $(use_with glib) \ + $(use_with introspection gobject) \ + $(use_with graphite graphite2) \ + $(use_with icu) \ + $(multilib_native_use_enable introspection) \ + $(use_with truetype freetype) + + if multilib_is_native_abi; then + ln -s "${S}"/docs/html docs/html || die + fi +} + +multilib_src_install_all() { + einstalldocs + prune_libtool_files --modules +} diff --git a/media-libs/oyranos/oyranos-9999.ebuild b/media-libs/oyranos/oyranos-9999.ebuild index faf149296fe6..b5780cfd4fd6 100644 --- a/media-libs/oyranos/oyranos-9999.ebuild +++ b/media-libs/oyranos/oyranos-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils flag-o-matic git-r3 cmake-utils cmake-multilib +inherit cmake-multilib flag-o-matic git-r3 DESCRIPTION="Colour management system allowing to share various settings across applications and services" HOMEPAGE="http://www.oyranos.org/" @@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/${PN}-cms/${PN}.git" KEYWORDS="" LICENSE="BSD" SLOT="0" -IUSE="X cairo cups doc exif fltk jpeg qt4 qt5 raw test tiff" +IUSE="X cairo cups doc exif fltk jpeg qt4 qt5 raw scanner test tiff" #OY_LINGUAS="cs;de;eo;eu;fr;ru" #TODO @@ -32,18 +32,16 @@ COMMON_DEPEND=" exif? ( >=media-gfx/exiv2-0.23-r2:=[${MULTILIB_USEDEP}] ) fltk? ( x11-libs/fltk:1 ) jpeg? ( virtual/jpeg:0[${MULTILIB_USEDEP}] ) - qt5? ( - dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 - ) - !qt5? ( - qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) - ) + qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) + qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) raw? ( >=media-libs/libraw-0.15.4[${MULTILIB_USEDEP}] ) + scanner? ( media-gfx/sane-backends[${MULTILIB_USEDEP}] ) tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] ) - X? ( >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] + X? ( x11-libs/libX11[${MULTILIB_USEDEP}] + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] + >=x11-libs/libXinerama-1.1.3[${MULTILIB_USEDEP}] >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] - >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}] - >=x11-libs/libXinerama-1.1.3[${MULTILIB_USEDEP}] )" + >=x11-libs/libXxf86vm-1.1.3[${MULTILIB_USEDEP}] )" DEPEND="${COMMON_DEPEND} doc? ( app-doc/doxygen @@ -53,6 +51,8 @@ RDEPEND="${COMMON_DEPEND} media-libs/icc-profiles-basiccolor-printing2009 media-libs/icc-profiles-openicc" +REQUIRED_USE="qt4? ( X ) qt5? ( X )" + DOCS=( AUTHORS.md ChangeLog.md README.md ) RESTRICT="test" @@ -84,13 +84,13 @@ multilib_src_configure() { -DLIB_SUFFIX=${libdir#lib} -DUSE_SYSTEM_ELEKTRA=YES -DUSE_SYSTEM_YAJL=YES - -DUSE_Qt4=$(usex '!qt5') -DCMAKE_DISABLE_FIND_PACKAGE_Cairo=$(usex '!cairo') -DCMAKE_DISABLE_FIND_PACKAGE_Cups=$(usex '!cups') -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=$(usex '!doc') -DCMAKE_DISABLE_FIND_PACKAGE_Exif2=$(usex '!exif') -DCMAKE_DISABLE_FIND_PACKAGE_JPEG=$(usex '!jpeg') -DCMAKE_DISABLE_FIND_PACKAGE_LibRaw=$(usex '!raw') + -DCMAKE_DISABLE_FIND_PACKAGE_Sane=$(usex '!scanner') -DCMAKE_DISABLE_FIND_PACKAGE_TIFF=$(usex '!tiff') -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex '!X') -DCMAKE_DISABLE_FIND_PACKAGE_Fltk=$(multilib_native_usex fltk OFF ON) diff --git a/media-sound/tagtool/files/tagtool-0.12.3-underlinking.patch b/media-sound/tagtool/files/tagtool-0.12.3-underlinking.patch new file mode 100644 index 000000000000..14c4bba1eb15 --- /dev/null +++ b/media-sound/tagtool/files/tagtool-0.12.3-underlinking.patch @@ -0,0 +1,49 @@ +Fix underlinking issues caused by missing libm and libogg linking +Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=513012 + +--- tagtool-0.12.3/configure.ac ++++ tagtool-0.12.3/configure.ac +@@ -50,6 +50,12 @@ + fi; + + ++dnl Check for libm for ceil() ++AC_SEARCH_LIBS([ceil], [m], [], [ ++ AC_MSG_ERROR([unable to find the ceil() function]) ++]) ++ ++ + dnl Check for gtk and related libraries + PKG_CHECK_MODULES(GTK, [glib-2.0 >= 2.12.0 + gtk+-2.0 >= 2.8.0 +@@ -91,6 +97,9 @@ + AC_CHECK_LIB(vorbisfile, main,, + [enable_vorbis=no; disable_vorbis_reason="(missing vorbisfile library)"]) + fi; ++if test "$enable_vorbis" = "yes"; then ++ PKG_CHECK_MODULES([OGG], [ogg]) ++fi; + + AM_CONDITIONAL(ENABLE_MP3, test "$enable_mp3" = "yes") + AM_CONDITIONAL(ENABLE_VORBIS, test "$enable_vorbis" = "yes") +--- tagtool-0.12.3/src/Makefile.am ++++ tagtool-0.12.3/src/Makefile.am +@@ -28,7 +28,8 @@ + vorbis_sources = vorbis_file.c vorbis_file.h vorbis_edit.c \ + vorbis_edit.h vorbis_edit_field.c vorbis_edit_field.h vcedit.c \ + vcedit.h +-vorbis_cflags = -DENABLE_VORBIS ++vorbis_cflags = $(OGG_CFLAGS) -DENABLE_VORBIS ++vorbis_libs = $(OGG_LIBS) + else + vorbis_sources = + vorbis_cflags = +@@ -39,7 +40,7 @@ + ${vorbis_cflags} -DDATADIR='"$(datadir)/${PACKAGE_NAME}"' + + tagtool_LDFLAGS = -export-dynamic +-tagtool_LDADD = $(GTK_LIBS) ++tagtool_LDADD = $(GTK_LIBS) ${vorbis_libs} + + tagtool_SOURCES = file_list.c file_list.h file_util.c file_util.h \ + edit_tab.c edit_tab.h elist.c elist.h main.c math_util.c \ diff --git a/media-sound/tagtool/tagtool-0.12.3-r1.ebuild b/media-sound/tagtool/tagtool-0.12.3-r1.ebuild new file mode 100644 index 000000000000..6a1d325dffed --- /dev/null +++ b/media-sound/tagtool/tagtool-0.12.3-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit autotools + +DESCRIPTION="Audio Tag Tool Ogg/Mp3 Tagger" +HOMEPAGE="http://pwp.netcabo.pt/paol/tagtool" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="vorbis mp3" + +RDEPEND="x11-libs/gtk+:2 + >=gnome-base/libglade-2.6 + mp3? ( >=media-libs/id3lib-3.8.3-r6 ) + vorbis? ( >=media-libs/libvorbis-1 ) + !mp3? ( !vorbis? ( >=media-libs/libvorbis-1 ) )" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${P}-underlinking.patch +) + +src_prepare() { + # QA fix for wrong boolean value + sed -i -e 's/Terminal=False/Terminal=false/' data/tagtool.desktop.in || die + + default + eautoreconf +} + +src_configure() { + local myconf + + use mp3 || myconf="${myconf} --disable-mp3" + use vorbis || myconf="${myconf} --disable-vorbis" + + if ! use mp3 && ! use vorbis; then + einfo "One of USE flags is required, enabling vorbis for you." + myconf="--disable-mp3" + fi + + econf ${myconf} +} + +src_install() { + emake \ + DESTDIR="${D}" \ + GNOME_SYSCONFDIR="${D}/etc" \ + sysdir="${D}/usr/share/applets/Multimedia" \ + install || die + + dodoc ChangeLog NEWS README TODO THANKS +} diff --git a/media-video/mkvtoolnix/Manifest b/media-video/mkvtoolnix/Manifest index 5774fc2b0e0b..a4acb064fef9 100644 --- a/media-video/mkvtoolnix/Manifest +++ b/media-video/mkvtoolnix/Manifest @@ -1,3 +1,4 @@ DIST mkvtoolnix-8.5.2.tar.xz 3304356 SHA256 efaae6d5e3d0963e2f53ae9c45f151be28561a6c6a28fad46e6220baf9862bbc SHA512 14a2d3d20499ccc2cfd0b1cfbbaa66def6ba512df0624f3e79d317670c4c17bf6552b9e62daed225b369fbab2fad3ce98877ccb7583096cd61da4c91ffed54ef WHIRLPOOL 536bbf36ac76e46d0205f5b2db58d986065ba38acd513129e0604154130cdf8861f3d8a52cb341980161b302f2853199c031b9908665ff13d2bb7db193a56a66 DIST mkvtoolnix-8.6.1.tar.xz 3242840 SHA256 815d8355b6a83af01c957543cee8716f1dad53e03b2ecf58b821099cd3c8fa77 SHA512 f3b14547da01a3a1268ec9b356e830391da7058741d7d8b67dcc9df5098ae9617fece67b82d6a73324f95c7060b182d94929c637baa6b9c806b2d472937151e1 WHIRLPOOL d8f4f9d3b2db77820bc018f41ac5a864057f18b22ed7711fc5c7bc3996b31041606a244b4f06b19abbaec6686990834c37ab27d5e58dd37b7c8313b24afdca51 DIST mkvtoolnix-8.7.0.tar.xz 3273484 SHA256 33502efa9a44ad561e89753d9224b7eac95b2a887812ea3d8aa2051ff3f5c15a SHA512 18e9f3d1d4c9adf2f650838e0539646e5d3efa7aa297eca50d0a6bdbca3009b617ee2c5bca203c05ba6438b06588b493b15082557826b7d1eec6a03f56544c40 WHIRLPOOL 4473bde9a606a6ee08e774cd72ba4bc4da20ecda366dfbf556366f34359005d642550d8d411b744672b144e758e9a4e1d15429551b6d16977a1675ca6fe5e57a +DIST mkvtoolnix-8.8.0.tar.xz 3544868 SHA256 912de8148d21f38c9100de61dfcac0041d1114d1a50462700b94f3bc8cd3a19c SHA512 c186c755522217a6eab282dd0e742eb263e12c181536c9bc156895c15c0a4002a9ef004ff9bd34d72c0a66f1c5785f44e688d0783f6a17db0653577b8868286c WHIRLPOOL b1a7fa19270592caccecbecd9cf2acdfb517396f855c1875dcda6289a9ac2606006357baa743ed089521a51e697301bb6f396c639e088a79f18ef7d2db3a0880 diff --git a/media-video/mkvtoolnix/mkvtoolnix-8.8.0.ebuild b/media-video/mkvtoolnix/mkvtoolnix-8.8.0.ebuild new file mode 100644 index 000000000000..4d202519138f --- /dev/null +++ b/media-video/mkvtoolnix/mkvtoolnix-8.8.0.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils multilib toolchain-funcs versionator multiprocessing autotools + +DESCRIPTION="Tools to create, alter, and inspect Matroska files" +HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix" +SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="curl debug pch test qt5" + +ruby_atom() { + local ruby_slot=${1/ruby/} + ruby_slot="${ruby_slot:0:1}.${ruby_slot:1:2}" + echo "dev-lang/ruby:${ruby_slot}" +} + +# hacks to avoid using the ruby eclasses since this requires something similar +# to the python-any-r1 eclass for ruby which currently doesn't exist +RUBY_IMPLS=( ruby22 ruby21 ruby20 ) +RUBY_BDEPS="$(for ruby_impl in "${RUBY_IMPLS[@]}"; do + echo "( $(ruby_atom ${ruby_impl}) virtual/rubygems[ruby_targets_${ruby_impl}] )"; done)" + +RDEPEND=" + >=dev-libs/boost-1.46.0:= + >=dev-libs/libebml-1.3.3:= + dev-libs/pugixml + media-libs/flac + >=media-libs/libmatroska-1.4.4:= + media-libs/libogg + media-libs/libvorbis + sys-apps/file + sys-libs/zlib + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtwidgets:5 + ) +" +DEPEND="${RDEPEND} + || ( ${RUBY_BDEPS} ) + sys-devel/gettext + virtual/pkgconfig + test? ( dev-cpp/gtest ) +" + +pkg_pretend() { + # https://bugs.gentoo.org/419257 + local ver=4.6 + local msg="You need at least GCC ${ver}.x for C++11 range-based 'for' and nullptr support." + if ! version_is_at_least ${ver} $(gcc-version); then + eerror ${msg} + die ${msg} + fi +} + +src_prepare() { + local ruby_impl + for ruby_impl in "${RUBY_IMPLS[@]}"; do + if has_version "$(ruby_atom ${ruby_impl})"; then + export RUBY=${ruby_impl} + break + fi + done + [[ -z ${RUBY} ]] && die "No available ruby implementations to build with" + + epatch_user + eautoreconf +} + +src_configure() { + local myconf + + if use qt5 ; then + # ac/qt5.m4 finds default Qt version set by qtchooser, bug #532600 + myconf+=( + --with-moc=/usr/$(get_libdir)/qt5/bin/moc + --with-uic=/usr/$(get_libdir)/qt5/bin/uic + --with-rcc=/usr/$(get_libdir)/qt5/bin/rcc + ) + fi + + econf \ + $(use_enable debug) \ + $(use_enable qt5 qt) \ + $(use_with curl) \ + $(usex pch "" --disable-precompiled-headers) \ + "${myconf[@]}" \ + --disable-optimization \ + --docdir="${EPREFIX}"/usr/share/doc/${PF} \ + --with-boost="${EPREFIX}"/usr \ + --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) +} + +src_compile() { + "${RUBY}" ./drake V=1 -j$(makeopts_jobs) || die +} + +src_test() { + "${RUBY}" ./drake V=1 -j$(makeopts_jobs) tests:unit || die + "${RUBY}" ./drake V=1 -j$(makeopts_jobs) tests:run_unit || die +} + +src_install() { + DESTDIR="${D}" "${RUBY}" ./drake -j$(makeopts_jobs) install || die + + dodoc AUTHORS ChangeLog README.md + doman doc/man/*.1 +} diff --git a/media-video/qgifer/metadata.xml b/media-video/qgifer/metadata.xml index 01ae2462ba08..7f6973555f3f 100644 --- a/media-video/qgifer/metadata.xml +++ b/media-video/qgifer/metadata.xml @@ -12,7 +12,7 @@ Use imagemagick for image operations - Use opencv-3.* for video operations instead opencv-2.* + Use media-libs/opencv:0/3.0 for video operations instead media-libs/opencv:0/2.4 qgifer diff --git a/media-video/qgifer/qgifer-0.2.1-r2.ebuild b/media-video/qgifer/qgifer-0.2.1-r2.ebuild new file mode 100644 index 000000000000..03035688d4df --- /dev/null +++ b/media-video/qgifer/qgifer-0.2.1-r2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit cmake-utils + +DESCRIPTION="A video-based animated GIF creator" +HOMEPAGE="https://sourceforge.net/projects/qgifer/" +SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="debug imagemagick opencv3" + +RDEPEND="media-libs/giflib:0 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + imagemagick? ( media-gfx/imagemagick:0 ) + !opencv3? ( media-libs/opencv:0/2.4[ffmpeg] ) + opencv3? ( media-libs/opencv:0/3.0[ffmpeg] ) + virtual/ffmpeg:0" + +DEPEND="${RDEPEND} + >=dev-util/cmake-2.8:0" + +S="${WORKDIR}/${P}-source" + +src_prepare() { + epatch "${FILESDIR}"/${P}-desktop.patch + + if use opencv3 ; then + epatch "${FILESDIR}"/${P}-opencv3.patch + fi +} + +src_configure() { + local mycmakeargs + + use debug && mycmakeargs=( -DRELEASE_MODE=OFF ) + + cmake-utils_src_configure +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 30fb1d968812..59f2d407af9d 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 11 Jan 2016 14:43:59 +0000 +Tue, 12 Jan 2016 12:43:51 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 30fb1d968812..116ad6671452 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 11 Jan 2016 14:43:59 +0000 +Tue, 12 Jan 2016 12:43:52 +0000 diff --git a/metadata/md5-cache/app-admin/puppetdb-3.2.3 b/metadata/md5-cache/app-admin/puppetdb-3.2.3 new file mode 100644 index 000000000000..f6ad2af0308f --- /dev/null +++ b/metadata/md5-cache/app-admin/puppetdb-3.2.3 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile install postinst prepare setup +DEPEND=virtual/pkgconfig +DESCRIPTION=PuppetDB collects data generated by Puppet. +EAPI=5 +HOMEPAGE=http://docs.puppetlabs.com/puppetdb/ +KEYWORDS=~amd64 ~x86 +LICENSE=Apache-2.0 +RDEPEND=>=virtual/jdk-1.7.0 +SLOT=0 +SRC_URI=https://downloads.puppetlabs.com/puppetdb/puppetdb-3.2.3.tar.gz +_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=3254abda450b3384badb60d8029b0127 diff --git a/metadata/md5-cache/app-arch/libarchive-3.1.2-r3 b/metadata/md5-cache/app-arch/libarchive-3.1.2-r3 new file mode 100644 index 000000000000..04847858c5e9 --- /dev/null +++ b/metadata/md5-cache/app-arch/libarchive-3.1.2-r3 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=!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[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) acl? ( virtual/acl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( app-arch/bzip2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) expat? ( dev-libs/expat[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !expat? ( dev-libs/libxml2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) iconv? ( virtual/libiconv[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kernel_linux? ( xattr? ( 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(-)?] ) ) lzma? ( app-arch/xz-utils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzo? ( >=dev-libs/lzo-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(-)?] ) nettle? ( dev-libs/nettle[abi_x86_32(-)?,abi_x86_64(-)?,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[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kernel_linux? ( virtual/os-headers e2fsprogs? ( sys-fs/e2fsprogs ) ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=BSD tar command +EAPI=5 +HOMEPAGE=http://www.libarchive.org/ +IUSE=acl +bzip2 +e2fsprogs expat +iconv kernel_linux libressl +lzma lzo nettle static-libs xattr +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 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD BSD-2 BSD-4 public-domain +RDEPEND=!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[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) acl? ( virtual/acl[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) bzip2? ( app-arch/bzip2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) expat? ( dev-libs/expat[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !expat? ( dev-libs/libxml2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) iconv? ( virtual/libiconv[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kernel_linux? ( xattr? ( 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(-)?] ) ) lzma? ( app-arch/xz-utils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzo? ( >=dev-libs/lzo-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(-)?] ) nettle? ( dev-libs/nettle[abi_x86_32(-)?,abi_x86_64(-)?,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[abi_x86_32(-)?,abi_x86_64(-)?,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/13 +SRC_URI=http://www.libarchive.org/downloads/libarchive-3.1.2.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=3eae0163c5c8c4ab12d8c65b6cde4464 diff --git a/metadata/md5-cache/app-backup/deja-dup-34.1 b/metadata/md5-cache/app-backup/deja-dup-34.1 index 58fda9807eaa..cc58ddd0b255 100644 --- a/metadata/md5-cache/app-backup/deja-dup-34.1 +++ b/metadata/md5-cache/app-backup/deja-dup-34.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack -DEPEND=app-crypt/libsecret[vala] >=dev-libs/glib-2.34:2 >=dev-libs/libpeas-1.0 >=x11-libs/gtk+-3.10:3 >=x11-libs/libnotify-0.7 >=app-backup/duplicity-0.6.23 dev-libs/dbus-glib nautilus? ( gnome-base/nautilus ) || ( dev-lang/vala:0.30 dev-lang/vala:0.28 dev-lang/vala:0.26 dev-lang/vala:0.24 dev-lang/vala:0.22 ) app-text/yelp-tools dev-perl/Locale-gettext virtual/pkgconfig dev-util/intltool sys-devel/gettext sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DEPEND=app-admin/packagekit-base app-crypt/libsecret[vala] >=dev-libs/glib-2.34:2 >=dev-libs/libpeas-1.0 >=x11-libs/gtk+-3.10:3 >=x11-libs/libnotify-0.7 >=app-backup/duplicity-0.6.23 dev-libs/dbus-glib nautilus? ( gnome-base/nautilus ) || ( dev-lang/vala:0.30 dev-lang/vala:0.28 dev-lang/vala:0.26 dev-lang/vala:0.24 dev-lang/vala:0.22 ) app-text/yelp-tools dev-perl/Locale-gettext virtual/pkgconfig dev-util/intltool sys-devel/gettext sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info DESCRIPTION=Simple backup tool using duplicity back-end EAPI=5 HOMEPAGE=https://launchpad.net/deja-dup/ IUSE=nautilus test debug KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=app-crypt/libsecret[vala] >=dev-libs/glib-2.34:2 >=dev-libs/libpeas-1.0 >=x11-libs/gtk+-3.10:3 >=x11-libs/libnotify-0.7 >=app-backup/duplicity-0.6.23 dev-libs/dbus-glib nautilus? ( gnome-base/nautilus ) gnome-base/dconf gnome-base/gvfs[fuse] +RDEPEND=app-admin/packagekit-base app-crypt/libsecret[vala] >=dev-libs/glib-2.34:2 >=dev-libs/libpeas-1.0 >=x11-libs/gtk+-3.10:3 >=x11-libs/libnotify-0.7 >=app-backup/duplicity-0.6.23 dev-libs/dbus-glib nautilus? ( gnome-base/nautilus ) gnome-base/dconf gnome-base/gvfs[fuse] RESTRICT=test SLOT=0 SRC_URI=https://launchpad.net/deja-dup/34/34.1/+download/deja-dup-34.1.tar.xz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vala 15f7a43101d2ff0c6dcdab272c02f469 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=62de82011d4ad15c8968b6198bf8878f +_md5_=bb3e5a9c73ad62ea11152127ab68e51d diff --git a/metadata/md5-cache/app-emulation/phpvirtualbox-4.1.11 b/metadata/md5-cache/app-emulation/phpvirtualbox-4.1.11 index bbaa07a9aa34..2a59945dcedb 100644 --- a/metadata/md5-cache/app-emulation/phpvirtualbox-4.1.11 +++ b/metadata/md5-cache/app-emulation/phpvirtualbox-4.1.11 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/php[session,unicode,soap,gd] virtual/httpd-php >=app-admin/webapp-config-1.50.15 SLOT=4.1.11 SRC_URI=https://phpvirtualbox.googlecode.com/files/phpvirtualbox-4.1-11.zip -_eclasses_=depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=dc452c614317914c2f7e3d76c911e69e +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=c7783de9968a2d2a0d82aed7e82952a1 diff --git a/metadata/md5-cache/app-emulation/phpvirtualbox-4.2.7 b/metadata/md5-cache/app-emulation/phpvirtualbox-4.2.7 index e9e95719ca5c..9fb6cc598253 100644 --- a/metadata/md5-cache/app-emulation/phpvirtualbox-4.2.7 +++ b/metadata/md5-cache/app-emulation/phpvirtualbox-4.2.7 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/php[session,unicode,soap,gd] virtual/httpd-php:* >=app-admin/webapp-config-1.50.15 SLOT=4.2.7 SRC_URI=mirror://sourceforge/phpvirtualbox/phpvirtualbox-4.2-7.zip -_eclasses_=depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=1416081a965173dcfffa52a180dc2de5 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=9a1f6f0a4a79276a5275261d8a71e045 diff --git a/metadata/md5-cache/app-emulation/phpvirtualbox-4.3.0 b/metadata/md5-cache/app-emulation/phpvirtualbox-4.3.0 index 79fb10e92d81..6240413b2775 100644 --- a/metadata/md5-cache/app-emulation/phpvirtualbox-4.3.0 +++ b/metadata/md5-cache/app-emulation/phpvirtualbox-4.3.0 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/php[session,unicode,soap,gd] virtual/httpd-php:* >=app-admin/webapp-config-1.50.15 SLOT=4.3.0 SRC_URI=mirror://sourceforge/phpvirtualbox/phpvirtualbox-4.3-0.zip -_eclasses_=depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=3c783d7fb6d436a2cbadcb674b56c78e +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=f54cf72926ede6bbfb0008ee077e17aa diff --git a/metadata/md5-cache/app-emulation/phpvirtualbox-5.0.3 b/metadata/md5-cache/app-emulation/phpvirtualbox-5.0.3 index 601be39449e0..709c9e9e051d 100644 --- a/metadata/md5-cache/app-emulation/phpvirtualbox-5.0.3 +++ b/metadata/md5-cache/app-emulation/phpvirtualbox-5.0.3 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/php[session,unicode,soap,gd] virtual/httpd-php:* >=app-admin/webapp-config-1.50.15 SLOT=5.0.3 SRC_URI=mirror://sourceforge/phpvirtualbox/phpvirtualbox-5.0-3.zip -_eclasses_=depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=afce3cfb27ed982c1a77c9279346d7d5 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=10ac001aed3bd7f66829487b83998a51 diff --git a/metadata/md5-cache/app-eselect/eselect-python-20151117-r3 b/metadata/md5-cache/app-eselect/eselect-python-20151117-r3 new file mode 100644 index 000000000000..f5882bde9d78 --- /dev/null +++ b/metadata/md5-cache/app-eselect/eselect-python-20151117-r3 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install postinst preinst prepare +DESCRIPTION=Eselect module for management of multiple Python versions +EAPI=5 +HOMEPAGE=https://www.gentoo.org/proj/en/Python/ +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=>=app-admin/eselect-1.2.3 >=dev-lang/python-exec-2.2_pre:2 !=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.16:= >=dev-libs/glib-2.40:2 >=dev-libs/gobject-introspection-0.9.5:= >=dev-libs/icu-4.8.1.1:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg?] media-gfx/graphicsmagick[imagemagick,png,jpeg?] ) >=media-libs/libpng-1.2:0= >=media-libs/libmediaart-1.9:2.0 >=x11-libs/pango-1:= sys-apps/util-linux cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) ffmpeg? ( libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:0= ) ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) gif? ( media-libs/giflib ) gsf? ( >=gnome-extra/libgsf-1.14.24 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.2.9:= ) jpeg? ( virtual/jpeg:0 ) upower? ( || ( >=sys-power/upower-0.9:= sys-power/upower-pm-utils ) ) mp3? ( >=media-libs/taglib-1.6 ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( >=net-libs/libgrss-0.7:0 ) stemmer? ( dev-libs/snowball-stemmer ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff:0 ) upnp-av? ( >=media-libs/gupnp-dlna-0.9.4:2.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !ffmpeg? ( || ( media-video/totem media-video/mplayer ) ) ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) || ( dev-lang/vala:0.30 dev-lang/vala:0.28 dev-lang/vala:0.26 dev-lang/vala:0.24 dev-lang/vala:0.22 dev-lang/vala:0.20 ) dev-util/gdbus-codegen >=dev-libs/libxslt-1 >=dev-util/gtk-doc-am-1.8 >=dev-util/intltool-0.40.0 >=sys-devel/gettext-0.17 virtual/pkgconfig gtk? ( >=dev-libs/libgee-0.3:0.8 ) test? ( >=dev-libs/dbus-glib-0.82-r1 >=sys-apps/dbus-1.3.1[X] ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +DEPEND=>=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.16:= >=dev-libs/glib-2.40:2 >=dev-libs/gobject-introspection-0.9.5:= >=dev-libs/icu-4.8.1.1:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg?] media-gfx/graphicsmagick[imagemagick,png,jpeg?] ) >=media-libs/libpng-1.2:0= >=media-libs/libmediaart-1.9:2.0 >=x11-libs/pango-1:= sys-apps/util-linux cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) ffmpeg? ( libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:0= ) ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) gif? ( media-libs/giflib:= ) gsf? ( >=gnome-extra/libgsf-1.14.24 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.2.9:= ) jpeg? ( virtual/jpeg:0 ) upower? ( || ( >=sys-power/upower-0.9:= sys-power/upower-pm-utils ) ) mp3? ( >=media-libs/taglib-1.6 ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( >=net-libs/libgrss-0.7:0 ) stemmer? ( dev-libs/snowball-stemmer ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff:0 ) upnp-av? ( >=media-libs/gupnp-dlna-0.9.4:2.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !ffmpeg? ( || ( media-video/totem media-video/mplayer ) ) ) || ( >=dev-lang/python-2.7.5-r2:2.7 ) || ( dev-lang/vala:0.30 dev-lang/vala:0.28 dev-lang/vala:0.26 dev-lang/vala:0.24 dev-lang/vala:0.22 dev-lang/vala:0.20 ) dev-util/gdbus-codegen >=dev-libs/libxslt-1 >=dev-util/gtk-doc-am-1.8 >=dev-util/intltool-0.40.0 >=sys-devel/gettext-0.17 virtual/pkgconfig gtk? ( >=dev-libs/libgee-0.3:0.8 ) test? ( >=dev-libs/dbus-glib-0.82-r1 >=sys-apps/dbus-1.3.1[X] ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) DESCRIPTION=A tagging metadata database, search tool and indexer EAPI=5 HOMEPAGE=https://wiki.gnome.org/Projects/Tracker @@ -7,9 +7,9 @@ IUSE=cue eds elibc_glibc exif ffmpeg firefox-bookmarks flac gif gsf gstreamer gt KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2+ LGPL-2.1+ PDEPEND=nautilus? ( ~gnome-extra/nautilus-tracker-tags-1.6.1 ) -RDEPEND=>=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.16:= >=dev-libs/glib-2.40:2 >=dev-libs/gobject-introspection-0.9.5:= >=dev-libs/icu-4.8.1.1:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg?] media-gfx/graphicsmagick[imagemagick,png,jpeg?] ) >=media-libs/libpng-1.2:0= >=media-libs/libmediaart-1.9:2.0 >=x11-libs/pango-1:= sys-apps/util-linux cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) ffmpeg? ( libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:0= ) ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) gif? ( media-libs/giflib ) gsf? ( >=gnome-extra/libgsf-1.14.24 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.2.9:= ) jpeg? ( virtual/jpeg:0 ) upower? ( || ( >=sys-power/upower-0.9:= sys-power/upower-pm-utils ) ) mp3? ( >=media-libs/taglib-1.6 ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( >=net-libs/libgrss-0.7:0 ) stemmer? ( dev-libs/snowball-stemmer ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff:0 ) upnp-av? ( >=media-libs/gupnp-dlna-0.9.4:2.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !ffmpeg? ( || ( media-video/totem media-video/mplayer ) ) ) +RDEPEND=>=app-i18n/enca-1.9 >=dev-db/sqlite-3.7.16:= >=dev-libs/glib-2.40:2 >=dev-libs/gobject-introspection-0.9.5:= >=dev-libs/icu-4.8.1.1:= || ( >=media-gfx/imagemagick-5.2.1[png,jpeg?] media-gfx/graphicsmagick[imagemagick,png,jpeg?] ) >=media-libs/libpng-1.2:0= >=media-libs/libmediaart-1.9:2.0 >=x11-libs/pango-1:= sys-apps/util-linux cue? ( media-libs/libcue ) eds? ( >=mail-client/evolution-3.3.5:= >=gnome-extra/evolution-data-server-3.3.5:= =sys-libs/glibc-2.12 ) exif? ( >=media-libs/libexif-0.6 ) ffmpeg? ( libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:0= ) ) firefox-bookmarks? ( || ( >=www-client/firefox-4.0 >=www-client/firefox-bin-4.0 ) ) flac? ( >=media-libs/flac-1.2.1 ) gif? ( media-libs/giflib:= ) gsf? ( >=gnome-extra/libgsf-1.14.24 ) gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) gtk? ( >=dev-libs/libgee-0.3:0.8 >=x11-libs/gtk+-3:3 ) iptc? ( media-libs/libiptcdata ) iso? ( >=sys-libs/libosinfo-0.2.9:= ) jpeg? ( virtual/jpeg:0 ) upower? ( || ( >=sys-power/upower-0.9:= sys-power/upower-pm-utils ) ) mp3? ( >=media-libs/taglib-1.6 ) networkmanager? ( >=net-misc/networkmanager-0.8 ) pdf? ( >=x11-libs/cairo-1:= >=app-text/poppler-0.16:=[cairo,utils] >=x11-libs/gtk+-2.12:2 ) playlist? ( >=dev-libs/totem-pl-parser-3 ) rss? ( >=net-libs/libgrss-0.7:0 ) stemmer? ( dev-libs/snowball-stemmer ) thunderbird? ( || ( >=mail-client/thunderbird-5.0 >=mail-client/thunderbird-bin-5.0 ) ) tiff? ( media-libs/tiff:0 ) upnp-av? ( >=media-libs/gupnp-dlna-0.9.4:2.0 ) vorbis? ( >=media-libs/libvorbis-0.22 ) xml? ( >=dev-libs/libxml2-2.6 ) xmp? ( >=media-libs/exempi-2.1 ) xps? ( app-text/libgxps ) !gstreamer? ( !ffmpeg? ( || ( media-video/totem media-video/mplayer ) ) ) REQUIRED_USE=?? ( gstreamer ffmpeg ) cue? ( gstreamer ) upnp-av? ( gstreamer ) !miner-fs? ( !cue !exif !flac !gif !gsf !iptc !iso !jpeg !mp3 !pdf !playlist !tiff !vorbis !xml !xmp !xps ) SLOT=0/100 SRC_URI=mirror://gnome/sources/tracker/1.6/tracker-1.6.1.tar.xz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils d9bd2ddd85a58e470b49ca997e255a4c gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 linux-info 8f92e5ac1a1da684c5450b1b21a1f56a multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 vala 15f7a43101d2ff0c6dcdab272c02f469 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=62fa7d63494f1377920401e42f98603c +_md5_=042eb0947273c2f286bc71456311eaee diff --git a/metadata/md5-cache/app-text/djview-4.10.5 b/metadata/md5-cache/app-text/djview-4.10.5 new file mode 100644 index 000000000000..dcb2d160f4a0 --- /dev/null +++ b/metadata/md5-cache/app-text/djview-4.10.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare +DEPEND=>=app-text/djvu-3.5.22-r1 dev-qt/qtdbus:4 dev-qt/qtopengl:4 dev-qt/qtgui:4 >=sys-devel/autoconf-2.67 virtual/pkgconfig nsplugin? ( dev-libs/glib:2 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 >=sys-apps/sed-4 app-arch/unzip +DESCRIPTION=Portable DjVu viewer using Qt4 +EAPI=4 +HOMEPAGE=http://djvu.sourceforge.net/djview4.html +IUSE=debug nsplugin +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=app-text/djvu-3.5.22-r1 dev-qt/qtdbus:4 dev-qt/qtopengl:4 dev-qt/qtgui:4 +SLOT=0 +SRC_URI=mirror://sourceforge/djvu/djview-4.10.5.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 mozextension 3d8ee4835f89ff39d4666656aa603433 multilib 3972ca401cf7dbb430df9995f5d8d580 nsplugins bf5bfcef1d2f0adad7e6230455df8e91 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=01636e63f18278947bfe4f95f92e2d46 diff --git a/metadata/md5-cache/app-text/ghostscript-gpl-9.15-r1 b/metadata/md5-cache/app-text/ghostscript-gpl-9.15-r1 index 14a7fdcd3820..d563a799a424 100644 --- a/metadata/md5-cache/app-text/ghostscript-gpl-9.15-r1 +++ b/metadata/md5-cache/app-text/ghostscript-gpl-9.15-r1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare setup -DEPEND=app-text/libpaper media-libs/fontconfig >=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) X? ( x11-libs/libXt x11-libs/libXext ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=app-text/libpaper media-libs/fontconfig >=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=Ghostscript is an interpreter for the PostScript language and for PDF EAPI=5 HOMEPAGE=http://ghostscript.com/ -IUSE=cups dbus djvu gtk idn linguas_de static-libs X linguas_ja linguas_ko linguas_zh_CN linguas_zh_TW +IUSE=cups dbus djvu gtk idn linguas_de static-libs tiff X linguas_ja linguas_ko linguas_zh_CN linguas_zh_TW KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=AGPL-3 CPL-1.0 -RDEPEND=app-text/libpaper media-libs/fontconfig >=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) X? ( x11-libs/libXt x11-libs/libXext ) >=app-text/poppler-data-0.4.5-r1 >=media-fonts/urw-fonts-2.4.9 linguas_ja? ( media-fonts/kochi-substitute ) linguas_ko? ( media-fonts/baekmuk-fonts ) linguas_zh_CN? ( media-fonts/arphicfonts ) linguas_zh_TW? ( media-fonts/arphicfonts ) !!media-fonts/gnu-gs-fonts-std !!media-fonts/gnu-gs-fonts-other !=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) >=app-text/poppler-data-0.4.5-r1 >=media-fonts/urw-fonts-2.4.9 linguas_ja? ( media-fonts/kochi-substitute ) linguas_ko? ( media-fonts/baekmuk-fonts ) linguas_zh_CN? ( media-fonts/arphicfonts ) linguas_zh_TW? ( media-fonts/arphicfonts ) !!media-fonts/gnu-gs-fonts-std !!media-fonts/gnu-gs-fonts-other !=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) X? ( x11-libs/libXt x11-libs/libXext ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DEPEND=app-text/libpaper media-libs/fontconfig >=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=Ghostscript is an interpreter for the PostScript language and for PDF EAPI=5 HOMEPAGE=http://ghostscript.com/ -IUSE=cups dbus djvu gtk idn linguas_de static-libs X linguas_ja linguas_ko linguas_zh_CN linguas_zh_TW +IUSE=cups dbus djvu gtk idn linguas_de static-libs tiff X linguas_ja linguas_ko linguas_zh_CN linguas_zh_TW KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=AGPL-3 CPL-1.0 -RDEPEND=app-text/libpaper media-libs/fontconfig >=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=media-libs/tiff-4.0.1:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) X? ( x11-libs/libXt x11-libs/libXext ) >=app-text/poppler-data-0.4.5-r1 >=media-fonts/urw-fonts-2.4.9 linguas_ja? ( media-fonts/kochi-substitute ) linguas_ko? ( media-fonts/baekmuk-fonts ) linguas_zh_CN? ( media-fonts/arphicfonts ) linguas_zh_TW? ( media-fonts/arphicfonts ) !!media-fonts/gnu-gs-fonts-std !!media-fonts/gnu-gs-fonts-other !=media-libs/freetype-2.4.9:2= media-libs/jbig2dec >=media-libs/lcms-2.6:2 >=media-libs/libpng-1.6.2:0= >=sys-libs/zlib-1.2.7:= virtual/jpeg:0 cups? ( >=net-print/cups-1.3.8 ) dbus? ( sys-apps/dbus ) djvu? ( app-text/djvu ) gtk? ( || ( x11-libs/gtk+:3 x11-libs/gtk+:2 ) ) idn? ( net-dns/libidn ) tiff? ( >=media-libs/tiff-4.0.1:0= ) X? ( x11-libs/libXt x11-libs/libXext ) >=app-text/poppler-data-0.4.5-r1 >=media-fonts/urw-fonts-2.4.9 linguas_ja? ( media-fonts/kochi-substitute ) linguas_ko? ( media-fonts/baekmuk-fonts ) linguas_zh_CN? ( media-fonts/arphicfonts ) linguas_zh_TW? ( media-fonts/arphicfonts ) !!media-fonts/gnu-gs-fonts-std !!media-fonts/gnu-gs-fonts-other !=dev-ruby/hpricot-0.8.2[ruby_targets_ruby19] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby19] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby20] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby20] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby21] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby21] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby22] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby22] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby19] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby20] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby21] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby22] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) -DESCRIPTION=Ronn converts simple, human readable textfiles to roff for terminal display, and also to HTML +DEPEND=test? ( ruby_targets_ruby19? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby19] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby19] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby20] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby20] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby21] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby21] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby22] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby22] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby19] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby19] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby19] ) ruby_targets_ruby20? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby20] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby20] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby21] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby21] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/hpricot-0.8.2[ruby_targets_ruby22] >=dev-ruby/mustache-0.7.0[ruby_targets_ruby22] >=dev-ruby/rdiscount-1.5.8[ruby_targets_ruby22] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/rake[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rake[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rake[ruby_targets_ruby22] ) ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Converts simple, human readable textfiles to roff for terminal display, and to HTML EAPI=5 HOMEPAGE=https://github.com/rtomayko/ronn/ IUSE=test elibc_FreeBSD ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( ruby_targets_ruby19 ruby_targets_ruby20 ruby_targets_ruby21 ru SLOT=0 SRC_URI=mirror://rubygems/ronn-0.7.3.gem _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=a67a4807424f81c2091a0e92ed2d2e82 +_md5_=34d57f369897ad8536ec591c0cd22d17 diff --git a/metadata/md5-cache/dev-db/lmdb-0.9.14 b/metadata/md5-cache/dev-db/lmdb-0.9.14 index 3bc4e6047c37..cafbb5926ae4 100644 --- a/metadata/md5-cache/dev-db/lmdb-0.9.14 +++ b/metadata/md5-cache/dev-db/lmdb-0.9.14 @@ -9,4 +9,4 @@ RDEPEND=!=net-nds/openldap-2.4.40 SLOT=0 SRC_URI=https://gitorious.org/mdb/mdb/archive/2f587ae081d076e3707360c5db086520c219d3ea.tar.gz -> lmdb-0.9.14.tar.gz _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d148a23bb9da54a7ba7f1140eb8eff39 +_md5_=909d0575a81667303e21c155144c7f84 diff --git a/metadata/md5-cache/dev-db/lmdb-0.9.15 b/metadata/md5-cache/dev-db/lmdb-0.9.15 index b286527f4698..f91dad3b17c1 100644 --- a/metadata/md5-cache/dev-db/lmdb-0.9.15 +++ b/metadata/md5-cache/dev-db/lmdb-0.9.15 @@ -9,4 +9,4 @@ RDEPEND=!=net-nds/openldap-2.4.40 SLOT=0 SRC_URI=https://github.com/LMDB/lmdb/archive/LMDB_0.9.15.tar.gz _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d44cd63882c39352227ba639e9ec8759 +_md5_=c7f7dd10043120af3f62592265bd2156 diff --git a/metadata/md5-cache/dev-db/lmdb-0.9.16 b/metadata/md5-cache/dev-db/lmdb-0.9.16 index 743ac27991d0..176a1cf3b22c 100644 --- a/metadata/md5-cache/dev-db/lmdb-0.9.16 +++ b/metadata/md5-cache/dev-db/lmdb-0.9.16 @@ -9,4 +9,4 @@ RDEPEND=!=net-nds/openldap-2.4.40 SLOT=0 SRC_URI=https://github.com/LMDB/lmdb/archive/LMDB_0.9.16.tar.gz _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d44cd63882c39352227ba639e9ec8759 +_md5_=c7f7dd10043120af3f62592265bd2156 diff --git a/metadata/md5-cache/dev-db/lmdb-0.9.17 b/metadata/md5-cache/dev-db/lmdb-0.9.17 index fac84effb183..bdcfd2173f1e 100644 --- a/metadata/md5-cache/dev-db/lmdb-0.9.17 +++ b/metadata/md5-cache/dev-db/lmdb-0.9.17 @@ -9,4 +9,4 @@ RDEPEND=!=net-nds/openldap-2.4.40 SLOT=0 SRC_URI=https://github.com/LMDB/lmdb/archive/LMDB_0.9.17.tar.gz _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=51ebe6714aae819c0ec9af18596dff1b +_md5_=607a66ff2d6db90c7d7f1dcbb8630060 diff --git a/metadata/md5-cache/dev-db/mysql-workbench-6.3.4-r2 b/metadata/md5-cache/dev-db/mysql-workbench-6.3.4-r2 index b1e5ed483a7b..d70bb70f27e1 100644 --- a/metadata/md5-cache/dev-db/mysql-workbench-6.3.4-r2 +++ b/metadata/md5-cache/dev-db/mysql-workbench-6.3.4-r2 @@ -1,5 +1,5 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DEPEND=>=dev-lang/python-2.7.5-r2:2.7[sqlite] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-libs/glib:2 dev-cpp/atkmm dev-cpp/pangomm >=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.14:2.4 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2.20:2 gnome-base/libglade:2.0 >=x11-libs/cairo-1.5.12[glib,svg] dev-libs/libsigc++:2 >=dev-libs/boost-1.55.0[nls] >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip >=virtual/mysql-5.1 dev-libs/libpcre >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl >=dev-lang/lua-5.1:0[deprecated] || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) dev-libs/tinyxml[stl] dev-db/mysql-connector-c++ dev-db/vsqlite++ || ( dev-db/libiodbc dev-db/unixODBC ) gnome-keyring? ( gnome-base/libgnome-keyring ) dev-python/pexpect >=dev-python/paramiko-1.7.4 dev-java/antlr:3.5 dev-lang/swig virtual/jre virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info sys-devel/make >=dev-util/cmake-2.8.11.1 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=>=dev-lang/python-2.7.5-r2:2.7[sqlite] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-libs/glib:2 dev-cpp/atkmm dev-cpp/pangomm >=dev-cpp/glibmm-2.14:2 >=dev-cpp/gtkmm-2.14:2.4 dev-libs/atk x11-libs/pango >=x11-libs/gtk+-2.20:2 gnome-base/libglade:2.0 >=x11-libs/cairo-1.5.12[glib,svg] dev-libs/libsigc++:2 >=dev-libs/boost-1.55.0[nls] >=dev-cpp/ctemplate-0.95 >=dev-libs/libxml2-2.6.2:2 dev-libs/libzip >=virtual/mysql-5.1 dev-libs/libpcre >=sci-libs/gdal-1.11.1-r1[-mdb] virtual/opengl >=dev-lang/lua-5.1:0[deprecated] || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) dev-libs/tinyxml[stl] dev-db/mysql-connector-c++ dev-db/vsqlite++ || ( dev-db/libiodbc dev-db/unixODBC ) gnome-keyring? ( gnome-base/libgnome-keyring ) dev-python/pexpect >=dev-python/paramiko-1.7.4 dev-lang/swig virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info sys-devel/make >=dev-util/cmake-2.8.11.1 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) DESCRIPTION=MySQL Workbench EAPI=5 HOMEPAGE=http://dev.mysql.com/workbench/ @@ -10,4 +10,4 @@ RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[sqlite] >=dev-lang/python-exec-2:=[python SLOT=0 SRC_URI=mirror://mysql/Downloads/MySQLGUITools/mysql-workbench-community-6.3.4-src.tar.gz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c28564dc743f216edd7347c3d51e5b68 +_md5_=55936516087741715c21cdda7875fcf9 diff --git a/metadata/md5-cache/dev-lang/lua-5.2.3-r1 b/metadata/md5-cache/dev-lang/lua-5.2.3-r1 index a0547de7f422..f6bfdd9da3ef 100644 --- a/metadata/md5-cache/dev-lang/lua-5.2.3-r1 +++ b/metadata/md5-cache/dev-lang/lua-5.2.3-r1 @@ -11,4 +11,4 @@ RDEPEND=readline? ( sys-libs/readline ) app-eselect/eselect-lua !dev-lang/lua:0 SLOT=5.2 SRC_URI=http://www.lua.org/ftp/lua-5.2.3.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 portability 3a50b3ec310b86914f98babecc8f89c6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=5ec32d3782695bdb5c2661b14c5e537f +_md5_=ec88f0b8acdf8731bf4fe77fa5c41e05 diff --git a/metadata/md5-cache/dev-lang/python-exec-2.2 b/metadata/md5-cache/dev-lang/python-exec-2.2 new file mode 100644 index 000000000000..4c08b72225b3 --- /dev/null +++ b/metadata/md5-cache/dev-lang/python-exec-2.2 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure +DESCRIPTION=Python script wrapper +EAPI=5 +HOMEPAGE=https://bitbucket.org/mgorny/python-exec/ +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 python_targets_jython2_7 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=BSD-2 +RDEPEND=!=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=dev-libs/glib-2.21:2 !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 app-arch/xz-utils >=sys-apps/sed-4 dev-util/desktop-file-utils x11-misc/shared-mime-info +DESCRIPTION=Parser and analyzer for backtraces produced by GDB +EAPI=5 +HOMEPAGE=https://fedorahosted.org/btparser/ +IUSE=static-libs python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2+ +RDEPEND=>=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=dev-libs/glib-2.21:2 +REQUIRED_USE=python_targets_python2_7 +RESTRICT=test +SLOT=0/2 +SRC_URI=https://github.com/abrt/btparser/archive/0.26.tar.gz -> btparser-0.26.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c gnome.org ad34f378a3d57a6f2f2b8b4aaca4543e gnome2 dbab14f029665c254b55ec10443917e2 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg a5c4c5ce4f5ce9a2e777f5d9a40a8723 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=f049ca0c95bbff9a7460beb2aeebcd3e diff --git a/metadata/md5-cache/dev-libs/elfutils-0.165 b/metadata/md5-cache/dev-libs/elfutils-0.165 new file mode 100644 index 000000000000..58d8455ec9f5 --- /dev/null +++ b/metadata/md5-cache/dev-libs/elfutils-0.165 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=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(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 +DESCRIPTION=Libraries/utilities to handle ELF objects (drop in replacement for libelf) +EAPI=5 +HOMEPAGE=https://fedorahosted.org/elfutils/ +IUSE=bzip2 lzma nls static-libs test +threads +utils 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-linux ~arm-linux ~x86-linux +LICENSE=GPL-2-with-exceptions +RDEPEND=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(-)?] ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lzma? ( >=app-arch/xz-utils-5.0.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) !dev-libs/libelf abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r11 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] ) +SLOT=0 +SRC_URI=https://fedorahosted.org/releases/e/l/elfutils/0.165/elfutils-0.165.tar.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=bc7bd21d98626ca11f6ca5926ed92d1c diff --git a/metadata/md5-cache/dev-libs/libbsd-0.8.0-r1 b/metadata/md5-cache/dev-libs/libbsd-0.8.0-r1 new file mode 100644 index 000000000000..dd688f4b2085 --- /dev/null +++ b/metadata/md5-cache/dev-libs/libbsd-0.8.0-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install setup test +DESCRIPTION=An library to provide useful functions commonly found on BSD systems +EAPI=5 +HOMEPAGE=http://libbsd.freedesktop.org/wiki/ +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 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=BSD BSD-2 BSD-4 ISC +SLOT=0 +SRC_URI=http://libbsd.freedesktop.org/releases/libbsd-0.8.0.tar.xz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=e3ea90f432bbd2a54a20572a3233cd14 diff --git a/metadata/md5-cache/dev-perl/File-Find-Rule-0.340.0 b/metadata/md5-cache/dev-perl/File-Find-Rule-0.340.0 new file mode 100644 index 000000000000..1aae27943d0c --- /dev/null +++ b/metadata/md5-cache/dev-perl/File-Find-Rule-0.340.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=virtual/perl-File-Spec dev-perl/Number-Compare dev-perl/Text-Glob virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) dev-lang/perl:= +DESCRIPTION=Alternative interface to File::Find +EAPI=6 +HOMEPAGE=http://search.cpan.org/dist/File-Find-Rule/ +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +LICENSE=|| ( Artistic GPL-1+ ) +RDEPEND=virtual/perl-File-Spec dev-perl/Number-Compare dev-perl/Text-Glob dev-lang/perl:= +SLOT=0 +SRC_URI=mirror://cpan/authors/id/R/RC/RCLAMP/File-Find-Rule-0.34.tar.gz +_eclasses_=multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c +_md5_=b12ca538307e01ab803adf11ce10ae6b diff --git a/metadata/md5-cache/dev-perl/File-Map-0.610.0 b/metadata/md5-cache/dev-perl/File-Map-0.610.0 deleted file mode 100644 index de9ee893b9fd..000000000000 --- a/metadata/md5-cache/dev-perl/File-Map-0.610.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-perl/Const-Fast dev-perl/PerlIO-Layers >=dev-perl/Sub-Exporter-Progressive-0.1.5 dev-perl/Module-Build test? ( dev-perl/Test-Exception dev-perl/Test-NoWarnings dev-perl/Test-Warn ) dev-lang/perl:=[-build(-)] -DESCRIPTION=Memory mapping made simple and safe -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/File-Map/ -IUSE=test -KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=dev-perl/Const-Fast dev-perl/PerlIO-Layers >=dev-perl/Sub-Exporter-Progressive-0.1.5 dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/L/LE/LEONT/File-Map-0.61.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=611cef2b5a8c39dc3f412d4bb59c4d86 diff --git a/metadata/md5-cache/dev-perl/File-Map-0.630.0 b/metadata/md5-cache/dev-perl/File-Map-0.630.0 deleted file mode 100644 index d0947e9ec351..000000000000 --- a/metadata/md5-cache/dev-perl/File-Map-0.630.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=virtual/perl-Carp dev-perl/PerlIO-Layers >=dev-perl/Sub-Exporter-Progressive-0.1.5 virtual/perl-XSLoader >=dev-perl/Module-Build-0.360.100 test? ( virtual/perl-File-Spec virtual/perl-IO virtual/perl-Scalar-List-Utils dev-perl/Test-Fatal virtual/perl-Test-Simple >=dev-perl/Test-Warnings-0.5.0 virtual/perl-Time-HiRes ) dev-lang/perl:=[-build(-)] -DESCRIPTION=Memory mapping made simple and safe -EAPI=5 -HOMEPAGE=http://search.cpan.org/dist/File-Map/ -IUSE=test -KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux -LICENSE=|| ( Artistic GPL-1+ ) -RDEPEND=virtual/perl-Carp dev-perl/PerlIO-Layers >=dev-perl/Sub-Exporter-Progressive-0.1.5 virtual/perl-XSLoader dev-lang/perl:=[-build(-)] -SLOT=0 -SRC_URI=mirror://cpan/authors/id/L/LE/LEONT/File-Map-0.63.tar.gz -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=465b8455475ac354493a93bbcbc6056b diff --git a/metadata/md5-cache/dev-perl/Mail-SPF-2.9.0 b/metadata/md5-cache/dev-perl/Mail-SPF-2.9.0-r1 similarity index 97% rename from metadata/md5-cache/dev-perl/Mail-SPF-2.9.0 rename to metadata/md5-cache/dev-perl/Mail-SPF-2.9.0-r1 index f8aa0c8b5bf2..05d13bd043ef 100644 --- a/metadata/md5-cache/dev-perl/Mail-SPF-2.9.0 +++ b/metadata/md5-cache/dev-perl/Mail-SPF-2.9.0-r1 @@ -10,4 +10,4 @@ RDEPEND=dev-perl/Error >=dev-perl/Net-DNS-0.620.0 >=dev-perl/NetAddr-IP-4 >=dev- SLOT=0 SRC_URI=mirror://cpan/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v2.9.0.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=cb704c7f4ab68333614ee76c0869d2be +_md5_=05cd84079b83b7c8d27ef51c550bbd77 diff --git a/metadata/md5-cache/dev-python/certifi-2015.11.20.1 b/metadata/md5-cache/dev-python/certifi-2015.11.20.1 index 3307a36d0646..ac9440c21138 100644 --- a/metadata/md5-cache/dev-python/certifi-2015.11.20.1 +++ b/metadata/md5-cache/dev-python/certifi-2015.11.20.1 @@ -4,11 +4,11 @@ DESCRIPTION=Python package for providing Mozilla's CA Bundle EAPI=5 HOMEPAGE=http://certifi.io/ IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 -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 ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_targets_pypy python_targets_pypy3 ) SLOT=0 SRC_URI=mirror://pypi/c/certifi/certifi-2015.11.20.1.tar.gz _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=7000fbbe7490212f6339fd906b4d81da +_md5_=bc53e13aa00d585afb02ab20315661c2 diff --git a/metadata/md5-cache/dev-python/curtsies-0.1.22 b/metadata/md5-cache/dev-python/curtsies-0.1.22 new file mode 100644 index 000000000000..8cca1d9c3469 --- /dev/null +++ b/metadata/md5-cache/dev-python/curtsies-0.1.22 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/blessings-1.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/wcwidth-0.1.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/pyte[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +DESCRIPTION=Curses-like terminal wrapper, with colored strings +EAPI=5 +HOMEPAGE=https://github.com/thomasballinger/curtsies +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=>=dev-python/blessings-1.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/wcwidth-0.1.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +SLOT=0 +SRC_URI=mirror://pypi/c/curtsies/curtsies-0.1.22.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=89f92bf78d2eaa9dc302d79d9b4bdc19 diff --git a/metadata/md5-cache/dev-python/curtsies-0.2.5 b/metadata/md5-cache/dev-python/curtsies-0.2.5 new file mode 100644 index 000000000000..442d6f032997 --- /dev/null +++ b/metadata/md5-cache/dev-python/curtsies-0.2.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/blessings-1.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/pyte[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/wcwidth-0.1.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/nose[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/pyte[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +DESCRIPTION=Curses-like terminal wrapper, with colored strings +EAPI=5 +HOMEPAGE=https://github.com/thomasballinger/curtsies +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=MIT +RDEPEND=>=dev-python/blessings-1.5[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/pyte[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] >=dev-python/wcwidth-0.1.4[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +SLOT=0 +SRC_URI=mirror://pypi/c/curtsies/curtsies-0.2.5.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=d0618eae97e9657c81b32e18dd2186fa diff --git a/metadata/md5-cache/dev-python/flask-socketio-2.0 b/metadata/md5-cache/dev-python/flask-socketio-2.0 new file mode 100644 index 000000000000..11647a0ed0bf --- /dev/null +++ b/metadata/md5-cache/dev-python/flask-socketio-2.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/flask-0.9[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/python-socketio[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/coverage[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Socket.IO integration for Flask applications. +EAPI=5 +HOMEPAGE=https://flask-socketio.readthedocs.org/ https://github.com/miguelgrinberg/Flask-SocketIO/ https://pypi.python.org/pypi/Flask-SocketIO +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/flask-0.9[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/python-socketio[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/F/Flask-SocketIO/Flask-SocketIO-2.0.tar.gz -> flask-socketio-2.0.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=510e82e7d1d19039f94bca61f43f8941 diff --git a/metadata/md5-cache/dev-python/pyte-0.5.1 b/metadata/md5-cache/dev-python/pyte-0.5.1 new file mode 100644 index 000000000000..a22e429d4469 --- /dev/null +++ b/metadata/md5-cache/dev-python/pyte-0.5.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/wcwidth[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] test? ( dev-python/pytest[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +DESCRIPTION=Simple VTXXX-compatible terminal emulator +EAPI=5 +HOMEPAGE=https://pypi.python.org/pypi/pyte/ https://github.com/selectel/pyte +IUSE=test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=LGPL-3 +RDEPEND=dev-python/wcwidth[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pyte/pyte-0.5.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=855fac40fc3adfe46732b8dc8cea5fe4 diff --git a/metadata/md5-cache/dev-python/python-engineio-0.8.6 b/metadata/md5-cache/dev-python/python-engineio-0.8.6 new file mode 100644 index 000000000000..1bfec94f39ba --- /dev/null +++ b/metadata/md5-cache/dev-python/python-engineio-0.8.6 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Python implementation of the Engine.IO realtime server. +EAPI=5 +HOMEPAGE=https://python-engineio.readthedocs.org/ https://github.com/miguelgrinberg/python-engineio/ https://pypi.python.org/pypi/python-engineio +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=dev-python/six[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/p/python-engineio/python-engineio-0.8.6.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=d00c95ce672ac58b20e55efe98f66a2d diff --git a/metadata/md5-cache/dev-python/python-socketio-0.9.1 b/metadata/md5-cache/dev-python/python-socketio-0.9.1 new file mode 100644 index 000000000000..d3ed3c7f688d --- /dev/null +++ b/metadata/md5-cache/dev-python/python-socketio-0.9.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] >=dev-python/python-engineio-0.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] !dev-python/gevent-socketio dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] test? ( dev-python/mock[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] dev-python/pbr[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +DESCRIPTION=Python implementation of the Socket.IO realtime server. +EAPI=5 +HOMEPAGE=https://python-socketio.readthedocs.org/ https://github.com/miguelgrinberg/python-socketio/ https://pypi.python.org/pypi/python-socketio +IUSE=test python_targets_python2_7 python_targets_python3_4 python_targets_pypy python_targets_pypy3 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/six-1.9.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] >=dev-python/python-engineio-0.7.0[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] !dev-python/gevent-socketio python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_pypy? ( virtual/pypy:0= ) python_targets_pypy3? ( virtual/pypy3:0= ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_pypy(-)?,python_targets_pypy3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_pypy(-),-python_single_target_pypy3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_pypy python_targets_pypy3 ) +RESTRICT=test +SLOT=0 +SRC_URI=mirror://pypi/p/python-socketio/python-socketio-0.9.1.tar.gz +_eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=28d62e146e62c50f264f84fd7c31a28a diff --git a/metadata/md5-cache/dev-ros/libmavconn-0.16.5 b/metadata/md5-cache/dev-ros/libmavconn-0.16.5 new file mode 100644 index 000000000000..38e78db4ecb0 --- /dev/null +++ b/metadata/md5-cache/dev-ros/libmavconn-0.16.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=dev-ros/mavlink-gbp-release-2015.12.12 dev-libs/boost:= dev-libs/console_bridge sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin dev-python/empy +DESCRIPTION=MAVLink communication library +EAPI=5 +HOMEPAGE=http://wiki.ros.org/libmavconn +IUSE=test +KEYWORDS=~amd64 ~arm +LICENSE=GPL-3 LGPL-3 BSD +RDEPEND=>=dev-ros/mavlink-gbp-release-2015.12.12 dev-libs/boost:= dev-libs/console_bridge dev-util/catkin dev-python/empy +SLOT=0 +SRC_URI=https://github.com/mavlink/mavros/archive/0.16.5.tar.gz -> mavros-0.16.5.tar.gz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=a93f42d7d303110603acbcc49e2366e0 diff --git a/metadata/md5-cache/dev-ros/mavros-0.16.5 b/metadata/md5-cache/dev-ros/mavros-0.16.5 new file mode 100644 index 000000000000..4638b671e47a --- /dev/null +++ b/metadata/md5-cache/dev-ros/mavros-0.16.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/diagnostic_updater dev-ros/pluginlib dev-ros/roscpp dev-ros/tf dev-ros/angles dev-ros/libmavconn dev-ros/rosconsole_bridge dev-libs/boost:= dev-ros/eigen_conversions dev-ros/std_srvs[ros_messages_cxx(-)] >=dev-ros/mavros_msgs-0.16.4[ros_messages_cxx(-)] dev-ros/diagnostic_msgs[ros_messages_cxx(-)] dev-ros/sensor_msgs[ros_messages_cxx(-)] dev-ros/std_msgs[ros_messages_cxx(-)] dev-ros/geometry_msgs[ros_messages_cxx(-)] >=dev-ros/mavlink-gbp-release-2015.12.12 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) 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(-)] +DESCRIPTION=MAVLink extendable communication node for ROS +EAPI=5 +HOMEPAGE=http://wiki.ros.org/mavros +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 ~arm +LICENSE=GPL-3 LGPL-3 BSD +RDEPEND=dev-ros/diagnostic_updater dev-ros/pluginlib dev-ros/roscpp dev-ros/tf dev-ros/angles dev-ros/libmavconn dev-ros/rosconsole_bridge dev-libs/boost:= dev-ros/eigen_conversions dev-ros/std_srvs[ros_messages_cxx(-)] >=dev-ros/mavros_msgs-0.16.4[ros_messages_cxx(-)] dev-ros/diagnostic_msgs[ros_messages_cxx(-)] dev-ros/sensor_msgs[ros_messages_cxx(-)] dev-ros/std_msgs[ros_messages_cxx(-)] dev-ros/geometry_msgs[ros_messages_cxx(-)] >=dev-ros/mavlink-gbp-release-2015.12.12 dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2 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(-)] +SLOT=0 +SRC_URI=https://github.com/mavlink/mavros/archive/0.16.5.tar.gz -> mavros-0.16.5.tar.gz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=f34d60443253e78819c267efcdd0e8c0 diff --git a/metadata/md5-cache/dev-ros/mavros_extras-0.16.5 b/metadata/md5-cache/dev-ros/mavros_extras-0.16.5 new file mode 100644 index 000000000000..d61d3a0ee40f --- /dev/null +++ b/metadata/md5-cache/dev-ros/mavros_extras-0.16.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-ros/image_transport dev-ros/cv_bridge dev-ros/mavros dev-ros/roscpp dev-ros/mavros_msgs[ros_messages_cxx(-),ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/sensor_msgs[ros_messages_cxx(-),ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/geometry_msgs[ros_messages_cxx(-),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(-)] dev-ros/visualization_msgs[ros_messages_cxx(-)] dev-ros/urdf dev-cpp/eigen:3 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) 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(-)] +DESCRIPTION=Extra nodes and plugins for mavros +EAPI=5 +HOMEPAGE=http://wiki.ros.org/mavros_extras +IUSE=python_targets_python2_7 test +KEYWORDS=~amd64 ~arm +LICENSE=GPL-3 LGPL-3 BSD +RDEPEND=dev-ros/image_transport dev-ros/cv_bridge dev-ros/mavros dev-ros/roscpp dev-ros/mavros_msgs[ros_messages_cxx(-),ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/sensor_msgs[ros_messages_cxx(-),ros_messages_python(-),python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-ros/geometry_msgs[ros_messages_cxx(-),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(-)] dev-ros/visualization_msgs[ros_messages_cxx(-)] dev-ros/urdf dev-cpp/eigen:3 dev-util/catkin[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-python/empy[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] dev-lang/python-exec:2 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(-)] +SLOT=0 +SRC_URI=https://github.com/mavlink/mavros/archive/0.16.5.tar.gz -> mavros-0.16.5.tar.gz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=3077e72f0b52008fe7e8947590767622 diff --git a/metadata/md5-cache/dev-ros/mavros_msgs-0.16.5 b/metadata/md5-cache/dev-ros/mavros_msgs-0.16.5 new file mode 100644 index 000000000000..653f881009a5 --- /dev/null +++ b/metadata/md5-cache/dev-ros/mavros_msgs-0.16.5 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) dev-ros/message_runtime dev-ros/message_generation dev-ros/genmsg[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-ros/std_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?] ros_messages_python? ( dev-ros/std_msgs[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) dev-ros/geometry_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?] ros_messages_python? ( dev-ros/geometry_msgs[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) +DESCRIPTION=Messages for MAVROS +EAPI=5 +HOMEPAGE=http://wiki.ros.org/mavros_msgs +IUSE=python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 test +ros_messages_python +ros_messages_cxx ros_messages_eus ros_messages_lisp +KEYWORDS=~amd64 ~arm +LICENSE=BSD +RDEPEND=dev-util/catkin[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/empy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-lang/python-exec:2 python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ros_messages_cxx? ( dev-ros/gencpp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_eus? ( dev-ros/geneus:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_python? ( dev-ros/genpy:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) ros_messages_lisp? ( dev-ros/genlisp:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) dev-ros/message_runtime dev-ros/std_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?] ros_messages_python? ( dev-ros/std_msgs[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) dev-ros/geometry_msgs[ros_messages_python(-)?,ros_messages_cxx(-)?,ros_messages_lisp(-)?,ros_messages_eus(-)?] ros_messages_python? ( dev-ros/geometry_msgs[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) +SLOT=0 +SRC_URI=https://github.com/mavlink/mavros/archive/0.16.5.tar.gz -> mavros-0.16.5.tar.gz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 ros-catkin 5bd0782bea06cf2dd93b07f40e0a5e09 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=1521d47d71fd24451ca5c5e1c29b3af5 diff --git a/metadata/md5-cache/dev-ruby/ethon-0.8.1 b/metadata/md5-cache/dev-ruby/ethon-0.8.1 new file mode 100644 index 000000000000..de76e2d33bb2 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/ethon-0.8.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( >=dev-ruby/ffi-1.3.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/ffi-1.3.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/ffi-1.3.0[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( dev-ruby/sinatra[ruby_targets_ruby20] dev-ruby/mime-types[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/sinatra[ruby_targets_ruby21] dev-ruby/mime-types[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/sinatra[ruby_targets_ruby22] dev-ruby/mime-types[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Very lightweight libcurl wrapper +EAPI=5 +HOMEPAGE=https://github.com/typhoeus/ethon +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +RDEPEND=net-misc/curl ruby_targets_ruby20? ( >=dev-ruby/ffi-1.3.0[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/ffi-1.3.0[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/ffi-1.3.0[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=0 +SRC_URI=mirror://rubygems/ethon-0.8.1.gem +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=a91d32c0166e67f8b0b20d0450792e53 diff --git a/metadata/md5-cache/dev-ruby/rspec-mocks-3.4.1 b/metadata/md5-cache/dev-ruby/rspec-mocks-3.4.1 new file mode 100644 index 000000000000..e242c4f035e6 --- /dev/null +++ b/metadata/md5-cache/dev-ruby/rspec-mocks-3.4.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=test? ( ruby_targets_ruby20? ( =dev-ruby/rspec-support-3.4*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( =dev-ruby/rspec-support-3.4*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( =dev-ruby/rspec-support-3.4*[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( test? ( >=dev-ruby/rspec-core-3.3.0:3[ruby_targets_ruby20] >=dev-ruby/rspec-expectations-2.99.0:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( >=dev-ruby/rspec-core-3.3.0:3[ruby_targets_ruby21] >=dev-ruby/rspec-expectations-2.99.0:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( >=dev-ruby/rspec-core-3.3.0:3[ruby_targets_ruby22] >=dev-ruby/rspec-expectations-2.99.0:3[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( test? ( dev-ruby/rspec:3[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=A Behaviour Driven Development (BDD) framework for Ruby +EAPI=5 +HOMEPAGE=https://github.com/rspec/rspec-mocks +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test test +KEYWORDS=~amd64 ~arm ~hppa ~ppc64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( =dev-ruby/rspec-support-3.4*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( =dev-ruby/rspec-support-3.4*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( =dev-ruby/rspec-support-3.4*[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=3 +SRC_URI=https://github.com/rspec/rspec-mocks/archive/v3.4.1.tar.gz -> rspec-mocks-3.4.1-git.tgz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=3c125b3d38143f01f3ecd004b74a569e diff --git a/metadata/md5-cache/dev-ruby/sass-3.4.21 b/metadata/md5-cache/dev-ruby/sass-3.4.21 new file mode 100644 index 000000000000..b257bd2783dd --- /dev/null +++ b/metadata/md5-cache/dev-ruby/sass-3.4.21 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby20? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby20] ) ) ruby_targets_ruby21? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby21] ) ) ruby_targets_ruby22? ( doc? ( >=dev-ruby/yard-0.5.3[ruby_targets_ruby22] ) ) test? ( ruby_targets_ruby20? ( >=dev-ruby/listen-1.3.1:1[ruby_targets_ruby20] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby21] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby22] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby20] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby21] !!=dev-ruby/listen-1.3.1:1[ruby_targets_ruby22] !!=dev-ruby/activesupport-4.0.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/activesupport-4.0.0:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/activesupport-4.0.0:*[ruby_targets_ruby22] ) ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) test? ( ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) ) +DESCRIPTION=Making tests easy on the fingers and eyes +EAPI=5 +HOMEPAGE=https://github.com/thoughtbot/shoulda-matchers +IUSE=test elibc_FreeBSD ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 test +KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 +LICENSE=MIT +RDEPEND=ruby_targets_ruby20? ( >=dev-ruby/activesupport-4.0.0:*[ruby_targets_ruby20] ) ruby_targets_ruby21? ( >=dev-ruby/activesupport-4.0.0:*[ruby_targets_ruby21] ) ruby_targets_ruby22? ( >=dev-ruby/activesupport-4.0.0:*[ruby_targets_ruby22] ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) ruby_targets_ruby21? ( dev-lang/ruby:2.1 ) ruby_targets_ruby22? ( dev-lang/ruby:2.2 ) ruby_targets_ruby20? ( virtual/rubygems[ruby_targets_ruby20] ) ruby_targets_ruby21? ( virtual/rubygems[ruby_targets_ruby21] ) ruby_targets_ruby22? ( virtual/rubygems[ruby_targets_ruby22] ) +REQUIRED_USE=|| ( ruby_targets_ruby20 ruby_targets_ruby21 ruby_targets_ruby22 ) +SLOT=3 +SRC_URI=mirror://rubygems/shoulda-matchers-3.1.0.gem +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 multilib 3972ca401cf7dbb430df9995f5d8d580 ruby-fakegem 836f858624840907bbb6ae6f2c881cb7 ruby-ng 3b6431b487e69b5070a45ea20d1c4c6c ruby-utils 2f896785ed65442d7e84ab5f5eef3bd3 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=3ccda46572fa416c938fc272ad9020ab diff --git a/metadata/md5-cache/dev-util/abi-compliance-checker-1.99.15 b/metadata/md5-cache/dev-util/abi-compliance-checker-1.99.15 new file mode 100644 index 000000000000..dda6c79c6c69 --- /dev/null +++ b/metadata/md5-cache/dev-util/abi-compliance-checker-1.99.15 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile install +DEPEND=dev-lang/perl +DESCRIPTION=A tool for checking backward compatibility of a C/C++ library +EAPI=6 +HOMEPAGE=http://ispras.linuxbase.org/index.php/ABI_compliance_checker +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-lang/perl dev-util/ctags +SLOT=0 +SRC_URI=https://github.com/lvc/abi-compliance-checker/archive/1.99.15.tar.gz -> abi-compliance-checker-1.99.15.tar.gz +_md5_=1eec26de05c2bf189fa6c0206a8619ab diff --git a/metadata/md5-cache/dev-util/abi-compliance-checker-9999 b/metadata/md5-cache/dev-util/abi-compliance-checker-9999 index 42cd2b52f4de..2b41e204413c 100644 --- a/metadata/md5-cache/dev-util/abi-compliance-checker-9999 +++ b/metadata/md5-cache/dev-util/abi-compliance-checker-9999 @@ -1,10 +1,10 @@ DEFINED_PHASES=compile install unpack DEPEND=dev-lang/perl >=dev-vcs/git-1.8.2.1 DESCRIPTION=A tool for checking backward compatibility of a C/C++ library -EAPI=5 +EAPI=6 HOMEPAGE=http://ispras.linuxbase.org/index.php/ABI_compliance_checker LICENSE=GPL-2 RDEPEND=dev-lang/perl dev-util/ctags SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=c71ca2a83a00af486c9a37b857979d82 +_md5_=dc1e39cadb20fa53ccc6386c75004ac8 diff --git a/metadata/md5-cache/dev-vcs/git-2.6.5 b/metadata/md5-cache/dev-vcs/git-2.6.5 new file mode 100644 index 000000000000..7788f17e24a0 --- /dev/null +++ b/metadata/md5-cache/dev-vcs/git-2.6.5 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk:0= ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/libgnome-keyring ) doc? ( app-text/asciidoc app-text/docbook2X sys-apps/texinfo app-text/xmlto ) nls? ( sys-devel/gettext ) test? ( app-crypt/gnupg ) virtual/pkgconfig +DESCRIPTION=GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team +EAPI=5 +HOMEPAGE=http://www.git-scm.com/ +IUSE=+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv libressl mediawiki +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test python_targets_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=!libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= ) sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl:=[-build(-)] ) tk? ( dev-lang/tk:0= ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/libgnome-keyring ) gpg? ( app-crypt/gnupg ) mediawiki? ( dev-perl/HTML-Tree dev-perl/MediaWiki-API ) perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( dev-perl/CGI highlight? ( app-text/highlight ) ) cvs? ( >=dev-vcs/cvsps-2.1:0 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) python? ( gtk? ( >=dev-python/pygtk-2.8[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=dev-python/pygtksourceview-2.10.1-r1:2[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) +REQUIRED_USE=cgi? ( perl ) cvs? ( perl ) mediawiki? ( perl ) subversion? ( perl ) webdav? ( curl ) gtk? ( python ) python? ( python_targets_python2_7 ) +SLOT=0 +SRC_URI=https://git-core.googlecode.com/files/git-2.6.5.tar.xz mirror://kernel/software/scm/git/git-2.6.5.tar.xz https://git-core.googlecode.com/files/git-manpages-2.6.5.tar.xz mirror://kernel/software/scm/git/git-manpages-2.6.5.tar.xz doc? ( mirror://kernel/software/scm/git/git-htmldocs-2.6.5.tar.xz https://git-core.googlecode.com/files/git-htmldocs-2.6.5.tar.xz ) +_eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 elisp-common 73c48c11ad6a6494eda0d0cca848c8fa eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 +_md5_=14b0d1a72921cb00bec94e99c9e97cfc diff --git a/metadata/md5-cache/games-fps/alephone-20100424 b/metadata/md5-cache/games-fps/alephone-20100424 index 55b3756706d7..2423655b45f6 100644 --- a/metadata/md5-cache/games-fps/alephone-20100424 +++ b/metadata/md5-cache/games-fps/alephone-20100424 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=media-libs/sdl-net media-libs/sdl-image media-libs/libsdl[video] dev-libs/expat dev-libs/zziplib media-libs/libpng:0 alsa? ( media-libs/alsa-lib ) mad? ( media-libs/libmad ) mpeg? ( media-libs/smpeg ) virtual/opengl virtual/glu sndfile? ( media-libs/libsndfile ) speex? ( media-libs/speex ) truetype? ( media-libs/sdl-ttf ) vorbis? ( media-libs/libvorbis ) dev-libs/boost !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 DESCRIPTION=An enhanced version of the game engine from the classic Mac game, Marathon -EAPI=4 +EAPI=5 HOMEPAGE=http://source.bungie.org/ IUSE=alsa mad mpeg sndfile speex truetype vorbis KEYWORDS=amd64 ~ppc ~ppc64 x86 @@ -10,4 +10,4 @@ RDEPEND=media-libs/sdl-net media-libs/sdl-image media-libs/libsdl[video] dev-lib SLOT=0 SRC_URI=mirror://sourceforge/marathon/AlephOne-20100424.tar.bz2 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=4e2c294d796242be762f4f12c7ce906d +_md5_=1ca540bb1caf9cda401771bb3fc63447 diff --git a/metadata/md5-cache/games-fps/alephone-20120514 b/metadata/md5-cache/games-fps/alephone-20120514 deleted file mode 100644 index 7e24c8f811b4..000000000000 --- a/metadata/md5-cache/games-fps/alephone-20120514 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack -DEPEND=media-libs/sdl-net media-libs/sdl-image media-libs/libsdl[video] dev-libs/expat dev-libs/zziplib media-libs/libpng:0 alsa? ( media-libs/alsa-lib ) mad? ( media-libs/libmad ) mpeg? ( media-libs/smpeg ) virtual/opengl virtual/glu sndfile? ( media-libs/libsndfile ) speex? ( media-libs/speex ) truetype? ( media-libs/sdl-ttf ) vorbis? ( media-libs/libvorbis ) dev-libs/boost virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DESCRIPTION=An enhanced version of the game engine from the classic Mac game, Marathon -EAPI=5 -HOMEPAGE=http://source.bungie.org/ -IUSE=alsa mad mpeg sndfile speex truetype vorbis -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 -LICENSE=GPL-2 BitstreamVera -RDEPEND=media-libs/sdl-net media-libs/sdl-image media-libs/libsdl[video] dev-libs/expat dev-libs/zziplib media-libs/libpng:0 alsa? ( media-libs/alsa-lib ) mad? ( media-libs/libmad ) mpeg? ( media-libs/smpeg ) virtual/opengl virtual/glu sndfile? ( media-libs/libsndfile ) speex? ( media-libs/speex ) truetype? ( media-libs/sdl-ttf ) vorbis? ( media-libs/libvorbis ) games-misc/games-envd -SLOT=0 -SRC_URI=mirror://sourceforge/marathon/AlephOne-20120514.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=4f01640316d263b60120237cedf796a5 diff --git a/metadata/md5-cache/games-fps/doom3-cdoom-1.3.1 b/metadata/md5-cache/games-fps/doom3-cdoom-1.3.1 index 4f0b1de240f6..3b3ff1cbc9eb 100644 --- a/metadata/md5-cache/games-fps/doom3-cdoom-1.3.1 +++ b/metadata/md5-cache/games-fps/doom3-cdoom-1.3.1 @@ -1,8 +1,8 @@ DEFINED_PHASES=compile configure install nofetch postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=Doom 3 Classic Doom - Doom 1 conversion for Doom 3 -EAPI=2 -HOMEPAGE=http://cdoom.d3files.com/ +EAPI=5 +HOMEPAGE=http://www.moddb.com/mods/classic-doom-3 IUSE=dedicated opengl dedicated opengl KEYWORDS=amd64 x86 LICENSE=GameFront @@ -11,4 +11,4 @@ RESTRICT=fetch bindist SLOT=0 SRC_URI=classic_doom_3_131.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 games-mods 926c26c3723d1136680b3196a162ff9e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=072910681e83b1053fcdb9974c20dac3 +_md5_=ed5636bc85e5a7733c5be9fc57d58741 diff --git a/metadata/md5-cache/games-fps/doom3-chextrek-0.52 b/metadata/md5-cache/games-fps/doom3-chextrek-0.52 index bf2db3ff22b0..e865639204f9 100644 --- a/metadata/md5-cache/games-fps/doom3-chextrek-0.52 +++ b/metadata/md5-cache/games-fps/doom3-chextrek-0.52 @@ -1,8 +1,8 @@ DEFINED_PHASES=compile configure install nofetch postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=Doom 3 Chex Trek: Beyond the Quest - Green slimeballs mod for kids -EAPI=2 -HOMEPAGE=http://doom3.filefront.com/file/Chex_Trek_Beyond_the_Quest;82325 +EAPI=5 +HOMEPAGE=http://www.moddb.com/mods/chex-trek-beyond-the-quest IUSE=dedicated opengl dedicated opengl KEYWORDS=amd64 x86 LICENSE=GameFront @@ -11,4 +11,4 @@ RESTRICT=fetch bindist SLOT=0 SRC_URI=chextrek_beta_052.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 games-mods 926c26c3723d1136680b3196a162ff9e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=e9b3edfbf50bb296e20abde0cd9476fe +_md5_=79db4faf618e243957efc0b73483f8ef diff --git a/metadata/md5-cache/games-fps/doom3-data-1.1.1282-r1 b/metadata/md5-cache/games-fps/doom3-data-1.1.1282-r1 index 92287b1ec3a0..7c7262705eb5 100644 --- a/metadata/md5-cache/games-fps/doom3-data-1.1.1282-r1 +++ b/metadata/md5-cache/games-fps/doom3-data-1.1.1282-r1 @@ -1,6 +1,6 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DESCRIPTION=Doom 3 - data portion -EAPI=0 +EAPI=5 HOMEPAGE=http://www.doom3.com/ KEYWORDS=-* amd64 x86 LICENSE=DOOM3 @@ -8,4 +8,4 @@ PROPERTIES=interactive RDEPEND=games-fps/doom3 games-misc/games-envd SLOT=0 _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cdrom d59e7a8a50d875e095c60654bbe22273 eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 portability 3a50b3ec310b86914f98babecc8f89c6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=978bc3094e7564e3ddbea586512921a7 +_md5_=bbe62d2bdb9ea97340ea2a0e273a35e6 diff --git a/metadata/md5-cache/games-fps/doom3-ducttape-0006-r1 b/metadata/md5-cache/games-fps/doom3-ducttape-0006-r1 index d037ae01f336..a36297e0895e 100644 --- a/metadata/md5-cache/games-fps/doom3-ducttape-0006-r1 +++ b/metadata/md5-cache/games-fps/doom3-ducttape-0006-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=Doom 3 Duct Tape - sticks flashlights to your machinegun and shotgun -EAPI=2 +EAPI=5 HOMEPAGE=http://ducttape.glenmurphy.com/ IUSE=dedicated opengl dedicated opengl KEYWORDS=amd64 x86 @@ -11,4 +11,4 @@ RESTRICT=mirror strip SLOT=0 SRC_URI=http://ducttape.glenmurphy.com/ducttape0006.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 games-mods 926c26c3723d1136680b3196a162ff9e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=a7fd375e7c35b6fa04b74671ed3e628e +_md5_=9f8a6c91587818d79bc6342f0555fad9 diff --git a/metadata/md5-cache/games-fps/doom3-ducttape-0007 b/metadata/md5-cache/games-fps/doom3-ducttape-0007 new file mode 100644 index 000000000000..927a85c00fe2 --- /dev/null +++ b/metadata/md5-cache/games-fps/doom3-ducttape-0007 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack +DEPEND=app-arch/unzip +DESCRIPTION=Doom 3 Duct Tape - sticks flashlights to your machinegun and shotgun +EAPI=5 +HOMEPAGE=http://ducttape.glenmurphy.com/ +IUSE=dedicated opengl dedicated opengl +KEYWORDS=~amd64 ~x86 +LICENSE=freedist +RDEPEND=games-misc/games-envd dedicated? ( games-fps/doom3[dedicated] ) opengl? ( || ( games-fps/doom3[opengl] games-fps/doom3[-dedicated] ) ) !dedicated? ( !opengl? ( || ( games-fps/doom3[opengl] games-fps/doom3[-dedicated] ) ) ) +RESTRICT=mirror strip +SLOT=0 +SRC_URI=http://ducttape.glenmurphy.com/ducttape0007.zip +_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 games-mods 926c26c3723d1136680b3196a162ff9e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=bf23b86477ce9187ce0d0886ab6146df diff --git a/metadata/md5-cache/games-fps/doom3-eventhorizon-1.3 b/metadata/md5-cache/games-fps/doom3-eventhorizon-1.3 index 687e24a921ae..43ff8c4ac51c 100644 --- a/metadata/md5-cache/games-fps/doom3-eventhorizon-1.3 +++ b/metadata/md5-cache/games-fps/doom3-eventhorizon-1.3 @@ -1,8 +1,8 @@ DEFINED_PHASES=compile configure install nofetch postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=Doom 3 Event Horizon - single-player mission based on the Event Horizon film -EAPI=2 -HOMEPAGE=http://doom3.filefront.com/file/Event_Horizon_XV;91253 +EAPI=5 +HOMEPAGE=http://www.gamefront.com/files/10716974 IUSE=dedicated opengl dedicated opengl KEYWORDS=amd64 x86 LICENSE=all-rights-reserved @@ -11,4 +11,4 @@ RESTRICT=fetch mirror SLOT=0 SRC_URI=event_horizon_xv_1.3.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 games-mods 926c26c3723d1136680b3196a162ff9e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=a14aca9802177ded2a00c0dd041b418c +_md5_=36e8c888ff3a67164e49a2ef954dccf9 diff --git a/metadata/md5-cache/games-fps/doom3-hellcampaign-1-r1 b/metadata/md5-cache/games-fps/doom3-hellcampaign-1-r1 index 18d026d08936..ab5171de1c84 100644 --- a/metadata/md5-cache/games-fps/doom3-hellcampaign-1-r1 +++ b/metadata/md5-cache/games-fps/doom3-hellcampaign-1-r1 @@ -1,8 +1,8 @@ DEFINED_PHASES=compile configure install nofetch postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=Doom 3 Hell Campaign - map pack for Doom 3 -EAPI=2 -HOMEPAGE=http://doom3.filefront.com/file/The_Ultimate_Hell_Campaign;52013 +EAPI=5 +HOMEPAGE=http://www.gamefront.com/files/listing/gamingfiles/Doom_III/Maps/Map_Packs/ IUSE=dedicated opengl dedicated opengl KEYWORDS=amd64 x86 LICENSE=GameFront @@ -11,4 +11,4 @@ RESTRICT=fetch bindist SLOT=0 SRC_URI=sp_hc_final.zip hardcorehellcampaign_patch.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 games-mods 926c26c3723d1136680b3196a162ff9e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=08c5e84564cc9718de2e557859fff81e +_md5_=f652416e56713258cf1f68563cf4ee2a diff --git a/metadata/md5-cache/games-fps/doom3-inhell-1.1-r1 b/metadata/md5-cache/games-fps/doom3-inhell-1.1-r1 index c2f87345e155..8ef6ecb1aded 100644 --- a/metadata/md5-cache/games-fps/doom3-inhell-1.1-r1 +++ b/metadata/md5-cache/games-fps/doom3-inhell-1.1-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install nofetch postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=Doom 3 In Hell - Ultimate Doom-inspired levels for Doom 3 -EAPI=2 +EAPI=5 HOMEPAGE=http://www.doomerland.de.vu/ IUSE=dedicated opengl dedicated opengl KEYWORDS=amd64 x86 @@ -11,4 +11,4 @@ RESTRICT=fetch bindist SLOT=0 SRC_URI=in_hell_v11.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 games-mods 926c26c3723d1136680b3196a162ff9e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=524c99a9168d575cc505eb119d365a80 +_md5_=ceae89ddf1e3735fdd23784a17f68669 diff --git a/metadata/md5-cache/games-fps/doom3-lms-4 b/metadata/md5-cache/games-fps/doom3-lms-4 index 3deceaa37853..de838e155fdf 100644 --- a/metadata/md5-cache/games-fps/doom3-lms-4 +++ b/metadata/md5-cache/games-fps/doom3-lms-4 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install nofetch postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=Doom 3 Last Man Standing - add co-op support and/or play against swarms of monsters -EAPI=2 +EAPI=5 HOMEPAGE=http://doom3coop.com/ IUSE=dedicated opengl dedicated opengl KEYWORDS=amd64 x86 @@ -11,4 +11,4 @@ RESTRICT=fetch bindist SLOT=0 SRC_URI=LastManStandingCoop4Multiplatform.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 games-mods 926c26c3723d1136680b3196a162ff9e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=ec82d1f455dce38cde2228ce20a6e5cd +_md5_=301513584dad0efa62c18be241f07249 diff --git a/metadata/md5-cache/games-fps/doom3-mitm-20070129 b/metadata/md5-cache/games-fps/doom3-mitm-20070129 index 9f3668d6ada9..60f36f9e13ff 100644 --- a/metadata/md5-cache/games-fps/doom3-mitm-20070129 +++ b/metadata/md5-cache/games-fps/doom3-mitm-20070129 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=Doom 3 Make it to Morning - Single player maps -EAPI=2 +EAPI=5 HOMEPAGE=http://www.makeittomorning.co.uk/ IUSE=dedicated opengl KEYWORDS=amd64 x86 @@ -11,4 +11,4 @@ RESTRICT=mirror strip SLOT=0 SRC_URI=http://www.doomwadstation.com/doom3/maps/Morning/mitm_4.zip http://www.doomwadstation.com/doom3/maps/Morning/mitm5.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 games-mods 926c26c3723d1136680b3196a162ff9e multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=7b7eca21e0ca61e387f5314a5548b1f0 +_md5_=57479aa42a8f004cbba695f82405bc5b diff --git a/metadata/md5-cache/games-fps/doom3-roe-1 b/metadata/md5-cache/games-fps/doom3-roe-1 index 84a017b29e6d..6ef6974f6dae 100644 --- a/metadata/md5-cache/games-fps/doom3-roe-1 +++ b/metadata/md5-cache/games-fps/doom3-roe-1 @@ -1,6 +1,6 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DESCRIPTION=Doom III: Resurrection of Evil expansion pack -EAPI=0 +EAPI=5 HOMEPAGE=http://www.doom3.com/ KEYWORDS=-* amd64 x86 LICENSE=DOOM3 @@ -9,4 +9,4 @@ RDEPEND=>=games-fps/doom3-1.3.1302-r2 games-misc/games-envd RESTRICT=strip SLOT=0 _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cdrom d59e7a8a50d875e095c60654bbe22273 eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 portability 3a50b3ec310b86914f98babecc8f89c6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=725b81e5812673c284faed407e2c1a77 +_md5_=66bbaa1481d9ce23f74be9c8852db2a5 diff --git a/metadata/md5-cache/games-fps/duke3d-20040817-r2 b/metadata/md5-cache/games-fps/duke3d-20040817-r2 index 267fa2fdf1a0..c589d8acf213 100644 --- a/metadata/md5-cache/games-fps/duke3d-20040817-r2 +++ b/metadata/md5-cache/games-fps/duke3d-20040817-r2 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=media-libs/libsdl media-libs/sdl-mixer media-sound/timidity++ media-sound/timidity-eawpatches perl? ( dev-lang/perl[-ithreads] ) opengl? ( virtual/opengl ) demo? ( app-arch/unzip ) !pic? ( x86? ( dev-lang/nasm ) ) DESCRIPTION=Port of the original Duke Nukem 3D -EAPI=2 +EAPI=5 HOMEPAGE=http://icculus.org/projects/duke3d/ IUSE=demo pic perl opengl KEYWORDS=hppa ppc x86 @@ -10,4 +10,4 @@ RDEPEND=media-libs/libsdl media-libs/sdl-mixer media-sound/timidity++ media-soun SLOT=0 SRC_URI=mirror://gentoo/duke3d-20040817.tar.bz2 demo? ( ftp://ftp.3drealms.com/share/3dduke13.zip ftp://ftp.planetmirror.com/pub/gameworld/downloads/3dduke13.zip ) _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=fa14c88036e62e29cc2006e3910cb2e3 +_md5_=6de5f9e29ef492c6d67c66fb7fe76cf6 diff --git a/metadata/md5-cache/games-fps/quake1-data-2.40 b/metadata/md5-cache/games-fps/quake1-data-2.40 index 4c741c600a9d..485fd1125903 100644 --- a/metadata/md5-cache/games-fps/quake1-data-2.40 +++ b/metadata/md5-cache/games-fps/quake1-data-2.40 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=app-arch/lha DESCRIPTION=iD Software's Quake 1 ... the data files -EAPI=2 +EAPI=5 HOMEPAGE=http://www.idsoftware.com/games/quake/quake/ KEYWORDS=amd64 ~ia64 ppc x86 LICENSE=all-rights-reserved @@ -9,4 +9,4 @@ PROPERTIES=interactive RDEPEND=games-misc/games-envd SLOT=0 _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cdrom d59e7a8a50d875e095c60654bbe22273 eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 portability 3a50b3ec310b86914f98babecc8f89c6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=f276b262df840611eba809a1563d4a59 +_md5_=ccf60a4f4e1bff4d5c7ad4c870bb9867 diff --git a/metadata/md5-cache/games-fps/quake2-data-3.20 b/metadata/md5-cache/games-fps/quake2-data-3.20 index 2b7606920097..88891ab46cf9 100644 --- a/metadata/md5-cache/games-fps/quake2-data-3.20 +++ b/metadata/md5-cache/games-fps/quake2-data-3.20 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=iD Software's Quake 2 ... the data files -EAPI=2 +EAPI=5 HOMEPAGE=http://www.idsoftware.com/ IUSE=videos KEYWORDS=~alpha amd64 ~ia64 ppc sparc x86 ~x86-fbsd @@ -11,4 +11,4 @@ RDEPEND=games-misc/games-envd SLOT=0 SRC_URI=mirror://idsoftware/quake2/q2-3.20-x86-full-ctf.exe _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cdrom d59e7a8a50d875e095c60654bbe22273 eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 portability 3a50b3ec310b86914f98babecc8f89c6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=1e3429a72ba6053305a9663c8240a3df +_md5_=225370c5ea13ede37b06df3438f964cf diff --git a/metadata/md5-cache/games-fps/quake4-data-1.0.2147.12 b/metadata/md5-cache/games-fps/quake4-data-1.0.2147.12 index 814e4ebf40af..6a4143fd39bc 100644 --- a/metadata/md5-cache/games-fps/quake4-data-1.0.2147.12 +++ b/metadata/md5-cache/games-fps/quake4-data-1.0.2147.12 @@ -1,7 +1,7 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=app-arch/bzip2 app-arch/tar DESCRIPTION=sequel to Quake 2, an id 3D first-person shooter -EAPI=0 +EAPI=5 HOMEPAGE=http://www.quake4game.com/ KEYWORDS=-* amd64 x86 LICENSE=QUAKE4 @@ -11,4 +11,4 @@ RDEPEND=games-misc/games-envd RESTRICT=strip SLOT=0 _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cdrom d59e7a8a50d875e095c60654bbe22273 eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 portability 3a50b3ec310b86914f98babecc8f89c6 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=725deaed06faab75b6b972bab2909396 +_md5_=46927b5ffe2cd7b3ed330fa3c8463574 diff --git a/metadata/md5-cache/games-fps/unreal-tournament-bonuspacks-436 b/metadata/md5-cache/games-fps/unreal-tournament-bonuspacks-436 index db7b701ed8ef..bf0313a76038 100644 --- a/metadata/md5-cache/games-fps/unreal-tournament-bonuspacks-436 +++ b/metadata/md5-cache/games-fps/unreal-tournament-bonuspacks-436 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack -DEPEND=app-arch/unzip || ( games-fps/unreal-tournament games-fps/unreal-tournament-goty ) games-util/umodpack +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack +DEPEND=|| ( games-fps/unreal-tournament games-fps/unreal-tournament-goty ) app-arch/unzip games-util/umodpack DESCRIPTION=Futuristic FPS (bonus packs) -EAPI=0 +EAPI=5 HOMEPAGE=http://www.unrealtournament.com/ KEYWORDS=-* amd64 x86 LICENSE=all-rights-reserved RDEPEND=|| ( games-fps/unreal-tournament games-fps/unreal-tournament-goty ) games-misc/games-envd RESTRICT=mirror bindist SLOT=0 -SRC_URI=http://fileserver.talkware.net/ut/bonuspacks/UTBonusPack4.zip http://www.dices.de/dices/files/UTBonusPack4.zip +SRC_URI=http://fpsnetwork.com/downloads/ut99/bonuspacks/UTBonusPack4.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=18b65a4653116de4ec036aa4ea0b54bf +_md5_=167603c692d60e7bc4ae2dbf45119807 diff --git a/metadata/md5-cache/games-fps/unreal-tournament-strikeforce-1.81 b/metadata/md5-cache/games-fps/unreal-tournament-strikeforce-1.81 index b7d4bfdab439..051ae5b980b2 100644 --- a/metadata/md5-cache/games-fps/unreal-tournament-strikeforce-1.81 +++ b/metadata/md5-cache/games-fps/unreal-tournament-strikeforce-1.81 @@ -1,7 +1,7 @@ -DEFINED_PHASES=compile install postinst preinst setup unpack +DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack DEPEND=app-arch/unzip DESCRIPTION=A UT addon where you fight terrorists as part of an elite strikeforce -EAPI=0 +EAPI=5 HOMEPAGE=http://www.strike-force.com/ KEYWORDS=x86 LICENSE=unreal-tournament-strikeforce @@ -10,4 +10,4 @@ RESTRICT=bindist SLOT=0 SRC_URI=mirror://gentoo/sf_180_server_files.tar.gz mirror://gentoo/unreal-tournament-strikeforce-1.81.tar.bz2 mirror://gentoo/sf180lnx.zip _eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=a441bfaa07f0c7a609fede2c95d5b839 +_md5_=fe3f12ebc2e2cecbefd7e362f4c16302 diff --git a/metadata/md5-cache/kde-frameworks/attica-5.18.0 b/metadata/md5-cache/kde-frameworks/attica-5.18.0 new file mode 100644 index 000000000000..5d3844188eb8 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/attica-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtnetwork:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing access to Open Collaboration Services +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=dev-qt/qtnetwork:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/attica-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=2b1cc74a5c7d0ecfd2c93668292c356b diff --git a/metadata/md5-cache/kde-frameworks/baloo-5.18.0 b/metadata/md5-cache/kde-frameworks/baloo-5.18.0 new file mode 100644 index 000000000000..1a18e8ab0453 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/baloo-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kfilemetadata-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kidletime-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/solid-5.18 >=dev-db/lmdb-0.9.17 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for searching and managing metadata +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2 +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kfilemetadata-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kidletime-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/solid-5.18 >=dev-db/lmdb-0.9.17 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !kde-base/baloo:4[-minimal(-)] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/baloo-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=9cae2ebd55294c8b912bf034fa8595f3 diff --git a/metadata/md5-cache/kde-frameworks/bluez-qt-5.18.0 b/metadata/md5-cache/kde-frameworks/bluez-qt-5.18.0 new file mode 100644 index 000000000000..ddd49a3d7a67 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/bluez-qt-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtnetwork:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils virtual/pkgconfig +DESCRIPTION=Qt wrapper for Bluez 5 DBus API +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2 +RDEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtnetwork:5 !kde-plasma/bluez-qt >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/bluez-qt-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 udev 37ef89be271b9ae8aa64be024ddb39b5 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=448891ec1a14e942f70a78b41d74edac diff --git a/metadata/md5-cache/kde-frameworks/breeze-icons-5.18.0 b/metadata/md5-cache/kde-frameworks/breeze-icons-5.18.0 new file mode 100644 index 000000000000..af66941c3fad --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/breeze-icons-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/extra-cmake-modules-5.18 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) test? ( >=dev-qt/qttest-5.4.2:5 ) dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Breeze SVG icon theme +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-3 +RDEPEND=!=dev-util/cmake-2.8.12 doc? ( || ( dev-lang/python:3.4 >=dev-lang/python-3.3.2-r2:3.3 >=dev-lang/python-2.7.5-r2:2.7 ) || ( ( dev-lang/python:3.4 dev-python/sphinx[python_targets_python3_4(-),python_single_target_python3_4(+)] ) ( >=dev-lang/python-3.3.2-r2:3.3 dev-python/sphinx[python_targets_python3_3(-),python_single_target_python3_3(+)] ) ( >=dev-lang/python-2.7.5-r2:2.7 dev-python/sphinx[python_targets_python2_7(-),python_single_target_python2_7(+)] ) ) ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Extra modules and scripts for CMake +EAPI=5 +HOMEPAGE=https://projects.kde.org/projects/kdesupport/extra-cmake-modules +IUSE=doc doc test +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=BSD +RDEPEND=dev-qt/qtcore:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/extra-cmake-modules-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=56ecc4a0d4b59805c2f9d17517b653c4 diff --git a/metadata/md5-cache/kde-frameworks/frameworkintegration-5.18.0 b/metadata/md5-cache/kde-frameworks/frameworkintegration-5.18.0 new file mode 100644 index 000000000000..9c52acdebc72 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/frameworkintegration-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-plasma/oxygen-fonts-5.4.1 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5= dev-qt/qtwidgets:5 media-fonts/noto X? ( dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/libXcursor ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.5.1:5 ) >=dev-qt/qtcore-5.5.1:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for integrating Qt applications with KDE workspaces +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=X test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-plasma/oxygen-fonts-5.4.1 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5= dev-qt/qtwidgets:5 media-fonts/noto X? ( dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/libXcursor ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.5.1:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/frameworkintegration-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=34f671ec00564ad20f6316baf09db415 diff --git a/metadata/md5-cache/kde-frameworks/kactivities-5.18.0 b/metadata/md5-cache/kde-frameworks/kactivities-5.18.0 new file mode 100644 index 000000000000..6a256c09687d --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kactivities-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcmutils-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kdeclarative-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=dev-libs/boost-1.54 =sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for working with KDE activities +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kcmutils-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kdeclarative-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kactivities-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=f85987f11853fc439c3dd689daf055e7 diff --git a/metadata/md5-cache/kde-frameworks/kapidox-5.18.0 b/metadata/md5-cache/kde-frameworks/kapidox-5.18.0 new file mode 100644 index 000000000000..2c15e704cc44 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kapidox-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] +DESCRIPTION=Framework for building KDE API documentation in a standard format and style +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=python_targets_python2_7 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=BSD-2 +RDEPEND=app-doc/doxygen dev-python/jinja[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-python/pyyaml[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] media-gfx/graphviz[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] +REQUIRED_USE=python_targets_python2_7 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kapidox-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=1d4b83af95565cec8c0c865b90d78883 diff --git a/metadata/md5-cache/kde-frameworks/karchive-5.18.0 b/metadata/md5-cache/kde-frameworks/karchive-5.18.0 new file mode 100644 index 000000000000..d9813f6b9567 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/karchive-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) sys-libs/zlib >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for reading, creation, and manipulation of various archive formats +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=+bzip2 +lzma doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2 LGPL-2.1 +RDEPEND=bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) sys-libs/zlib >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/karchive-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=b6dffa1ffc657a95340e52324be93cc5 diff --git a/metadata/md5-cache/kde-frameworks/kauth-5.18.0 b/metadata/md5-cache/kde-frameworks/kauth-5.18.0 new file mode 100644 index 000000000000..9df8ae0176ec --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kauth-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcoreaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 policykit? ( sys-auth/polkit-qt[qt5] ) nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework to let applications perform actions as a privileged user +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls +policykit test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1+ +PDEPEND=policykit? ( kde-plasma/polkit-kde-agent ) +RDEPEND=>=kde-frameworks/kcoreaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 policykit? ( sys-auth/polkit-qt[qt5] ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kauth-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=d2779423d23ba5fb1b9c48caac1097a8 diff --git a/metadata/md5-cache/kde-frameworks/kbookmarks-5.18.0 b/metadata/md5-cache/kde-frameworks/kbookmarks-5.18.0 new file mode 100644 index 000000000000..3fa1a93bf42a --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kbookmarks-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kconfigwidgets-5.18 nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for managing bookmarks stored in XBEL format +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kbookmarks-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=ebd141756ee833f6c644e4609c3305b4 diff --git a/metadata/md5-cache/kde-frameworks/kcmutils-5.18.0 b/metadata/md5-cache/kde-frameworks/kcmutils-5.18.0 new file mode 100644 index 000000000000..3bedff58058c --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kcmutils-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kauth-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdeclarative-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework to work with KDE System Settings modules +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2 +RDEPEND=>=kde-frameworks/kauth-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdeclarative-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kcmutils-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=f230d5f6acb22007daf0f1db46d7a36f diff --git a/metadata/md5-cache/kde-frameworks/kcodecs-5.18.0 b/metadata/md5-cache/kde-frameworks/kcodecs-5.18.0 new file mode 100644 index 000000000000..316c3148b0a1 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kcodecs-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for manipulating strings using various encodings +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2+ LGPL-2+ +RDEPEND=>=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kcodecs-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=b7379f07674dcd7a163d0272f6445abd diff --git a/metadata/md5-cache/kde-frameworks/kcompletion-5.18.0 b/metadata/md5-cache/kde-frameworks/kcompletion-5.18.0 new file mode 100644 index 000000000000..747d4aaddecb --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kcompletion-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtgui:5 dev-qt/qtwidgets:5 nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for common completion tasks such as filename or URL completion +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2 +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kcompletion-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=8a45f15a123161bdb87f96980844c4c9 diff --git a/metadata/md5-cache/kde-frameworks/kconfig-5.18.0 b/metadata/md5-cache/kde-frameworks/kconfig-5.18.0 new file mode 100644 index 000000000000..f5ea25074975 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kconfig-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtgui:5 dev-qt/qtxml:5 nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/qtconcurrent:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for reading and writing configuration +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtgui:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kconfig-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=8bc0d4f826e2ef332d435162081e722f diff --git a/metadata/md5-cache/kde-frameworks/kconfigwidgets-5.18.0 b/metadata/md5-cache/kde-frameworks/kconfigwidgets-5.18.0 new file mode 100644 index 000000000000..c775321f74a1 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kconfigwidgets-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kauth-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kguiaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !=kde-frameworks/kdoctools-5.18 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing an assortment of configuration-related widgets +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=+man test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kauth-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kguiaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kconfigwidgets-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=5a72425f747a6a710067b726039d4523 diff --git a/metadata/md5-cache/kde-frameworks/kcoreaddons-5.18.0 b/metadata/md5-cache/kde-frameworks/kcoreaddons-5.18.0 new file mode 100644 index 000000000000..01a746753911 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kcoreaddons-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtcore:5[icu] fam? ( virtual/fam ) !=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for solving common problems such as caching, randomisation, and more +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=fam nls doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtcore:5[icu] fam? ( virtual/fam ) !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kcoreaddons-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=4a862c9846034e01368841b246717b63 diff --git a/metadata/md5-cache/kde-frameworks/kcrash-5.18.0 b/metadata/md5-cache/kde-frameworks/kcrash-5.18.0 new file mode 100644 index 000000000000..ed239da7ff34 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kcrash-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtgui:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/qtwidgets:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for intercepting and handling application crashes +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls X test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtgui:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kcrash-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=d2c631b0ee314b18853ffe94c8f4c644 diff --git a/metadata/md5-cache/kde-frameworks/kdbusaddons-5.18.0 b/metadata/md5-cache/kde-frameworks/kdbusaddons-5.18.0 new file mode 100644 index 000000000000..cf1f4f9b8eac --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kdbusaddons-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtdbus:5 X? ( dev-qt/qtx11extras:5 ) nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for registering services and applications per freedesktop standards +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls X doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtdbus:5 X? ( dev-qt/qtx11extras:5 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kdbusaddons-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=fb725979b2744daf94d2ddc0a394e701 diff --git a/metadata/md5-cache/kde-frameworks/kdeclarative-5.18.0 b/metadata/md5-cache/kde-frameworks/kdeclarative-5.18.0 new file mode 100644 index 000000000000..f907a4ba9295 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kdeclarative-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kpackage-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 media-libs/libepoxy >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing integration of QML and KDE work spaces +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kpackage-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 media-libs/libepoxy >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kdeclarative-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=f79b06ff12088d7c709c67e7b35d68ec diff --git a/metadata/md5-cache/kde-frameworks/kded-5.18.0 b/metadata/md5-cache/kde-frameworks/kded-5.18.0 new file mode 100644 index 000000000000..875c71a37a92 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kded-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kinit-5.18 >=kde-frameworks/kservice-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 man? ( >=kde-frameworks/kdoctools-5.18 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Central daemon of KDE workspaces +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=+man doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kinit-5.18 >=kde-frameworks/kservice-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kded-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=a3d720991072a46a0bcfce45a26edeb9 diff --git a/metadata/md5-cache/kde-frameworks/kdelibs4support-5.18.0 b/metadata/md5-cache/kde-frameworks/kdelibs4support-5.18.0 new file mode 100644 index 000000000000..8c5969bab8d8 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kdelibs4support-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kauth-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kded-5.18 >=kde-frameworks/kdesignerplugin-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/kguiaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kunitconversion-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/solid-5.18 app-text/docbook-xml-dtd:4.2 dev-libs/openssl:0 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 virtual/libintl X? ( dev-qt/qtx11extras:5 x11-libs/libICE x11-libs/libSM x11-libs/libX11 ) >=kde-frameworks/kdoctools-5.18 dev-lang/perl dev-perl/URI dev-qt/designer:5 test? ( dev-qt/qtconcurrent:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework easing the development transition from KDE 4 to KF 5 +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=X test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kauth-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kded-5.18 >=kde-frameworks/kdesignerplugin-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/kguiaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kunitconversion-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/solid-5.18 app-text/docbook-xml-dtd:4.2 dev-libs/openssl:0 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtsvg:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 virtual/libintl X? ( dev-qt/qtx11extras:5 x11-libs/libICE x11-libs/libSM x11-libs/libX11 ) >=kde-frameworks/kdoctools-5.18 >=kde-frameworks/kemoticons-5.18 >=kde-frameworks/kinit-5.18 >=kde-frameworks/kitemmodels-5.18 dev-qt/qtxml:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/portingAids/kdelibs4support-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=4a50c4d111bb40d893c5b5d2b49b3eea diff --git a/metadata/md5-cache/kde-frameworks/kdesignerplugin-5.18.0 b/metadata/md5-cache/kde-frameworks/kdesignerplugin-5.18.0 new file mode 100644 index 000000000000..e9cbfeb47234 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kdesignerplugin-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 designer? ( dev-qt/designer:5 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kplotting-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/sonnet-5.18 ) webkit? ( dev-qt/designer:5 dev-qt/qtgui:5 >=kde-frameworks/kdewebkit-5.18 ) >=kde-frameworks/kdoctools-5.18 nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing plugins to use KDE frameworks widgets in QtDesigner +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=designer nls webkit doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 designer? ( dev-qt/designer:5 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kplotting-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/sonnet-5.18 ) webkit? ( dev-qt/designer:5 dev-qt/qtgui:5 >=kde-frameworks/kdewebkit-5.18 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kdesignerplugin-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=526e6365f6531f095c5c9605218ded72 diff --git a/metadata/md5-cache/kde-frameworks/kdesu-5.18.0 b/metadata/md5-cache/kde-frameworks/kdesu-5.18.0 new file mode 100644 index 000000000000..98ecac9660c8 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kdesu-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kpty-5.18 >=kde-frameworks/kservice-5.18 X? ( x11-libs/libX11 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework to handle super user actions +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=X doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2 +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kpty-5.18 >=kde-frameworks/kservice-5.18 X? ( x11-libs/libX11 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kdesu-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=c5f6aa526a3e090d31d7dce8f23ac252 diff --git a/metadata/md5-cache/kde-frameworks/kdewebkit-5.18.0 b/metadata/md5-cache/kde-frameworks/kdewebkit-5.18.0 new file mode 100644 index 000000000000..5953b62c5516 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kdewebkit-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwallet-5.18 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtnetwork:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing KDE integration of QtWebKit +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwallet-5.18 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwebkit:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kdewebkit-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=7ddb0dbc5ff8ff49e9787a011ed33204 diff --git a/metadata/md5-cache/kde-frameworks/kdnssd-5.18.0 b/metadata/md5-cache/kde-frameworks/kdnssd-5.18.0 new file mode 100644 index 000000000000..175d7d805187 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kdnssd-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtnetwork:5 zeroconf? ( dev-qt/qtdbus:5 net-dns/avahi[mdnsresponder-compat] ) nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for network service discovery using Zeroconf +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls zeroconf doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtnetwork:5 zeroconf? ( dev-qt/qtdbus:5 net-dns/avahi[mdnsresponder-compat] ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kdnssd-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=4b987cf7c8e77dce54c93951759a7172 diff --git a/metadata/md5-cache/kde-frameworks/kdoctools-5.18.0 b/metadata/md5-cache/kde-frameworks/kdoctools-5.18.0 new file mode 100644 index 000000000000..dfbde545f42e --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kdoctools-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/karchive-5.18 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxml2:2 dev-libs/libxslt dev-lang/perl dev-perl/URI >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Tools to generate documentation in various formats from DocBook files +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +RDEPEND=>=kde-frameworks/karchive-5.18 app-text/docbook-xml-dtd:4.5 app-text/docbook-xsl-stylesheets dev-libs/libxml2:2 dev-libs/libxslt >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kdoctools-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=af2fce0ee42e1a6be37ebeac73a6c4c7 diff --git a/metadata/md5-cache/kde-frameworks/kemoticons-5.18.0 b/metadata/md5-cache/kde-frameworks/kemoticons-5.18.0 new file mode 100644 index 000000000000..cb30dbe3e1b6 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kemoticons-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kservice-5.18 dev-qt/qtgui:5 dev-qt/qtxml:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for converting text emoticons to graphical representations +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kservice-5.18 dev-qt/qtgui:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kemoticons-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=169c0a3855b43e84fd5522cd212ec5d2 diff --git a/metadata/md5-cache/kde-frameworks/kfilemetadata-5.18.0 b/metadata/md5-cache/kde-frameworks/kfilemetadata-5.18.0 new file mode 100644 index 000000000000..eb8cd3eeceb7 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kfilemetadata-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/ki18n-5.18 dev-qt/qtxml:5 epub? ( app-text/ebook-tools ) exif? ( media-gfx/exiv2:= ) ffmpeg? ( libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:0= ) ) pdf? ( app-text/poppler[qt5] ) taglib? ( media-libs/taglib ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Library for extracting file metadata +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=epub exif ffmpeg libav pdf taglib doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=GPL-2 +RDEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/ki18n-5.18 dev-qt/qtxml:5 epub? ( app-text/ebook-tools ) exif? ( media-gfx/exiv2:= ) ffmpeg? ( libav? ( media-video/libav:= ) !libav? ( media-video/ffmpeg:0= ) ) pdf? ( app-text/poppler[qt5] ) taglib? ( media-libs/taglib ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kfilemetadata-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=3a5b823284c7f01110e2bb6a8ae14435 diff --git a/metadata/md5-cache/kde-frameworks/kglobalaccel-5.18.0 b/metadata/md5-cache/kde-frameworks/kglobalaccel-5.18.0 new file mode 100644 index 000000000000..3e684c29edde --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kglobalaccel-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kwindowsystem-5.18[X] dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/xcb-util-keysyms !=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework to handle global shortcuts +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/kwindowsystem-5.18[X] dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libxcb x11-libs/xcb-util-keysyms !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kglobalaccel-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=85310348c268f164aec85df38dc90152 diff --git a/metadata/md5-cache/kde-frameworks/kguiaddons-5.18.0 b/metadata/md5-cache/kde-frameworks/kguiaddons-5.18.0 new file mode 100644 index 000000000000..16387a04dd84 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kguiaddons-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb x11-proto/xproto >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing assorted high-level user interface components +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtgui:5 dev-qt/qtx11extras:5 x11-libs/libX11 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kguiaddons-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=aadd392bee38e26144222a9beaebebbc diff --git a/metadata/md5-cache/kde-frameworks/khtml-5.17.0 b/metadata/md5-cache/kde-frameworks/khtml-5.17.0 index a5fb71437517..48efeccc6665 100644 --- a/metadata/md5-cache/kde-frameworks/khtml-5.17.0 +++ b/metadata/md5-cache/kde-frameworks/khtml-5.17.0 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack -DEPEND=>=kde-frameworks/karchive-5.17 >=kde-frameworks/kcodecs-5.17 >=kde-frameworks/kcompletion-5.17 >=kde-frameworks/kconfig-5.17 >=kde-frameworks/kconfigwidgets-5.17 >=kde-frameworks/kcoreaddons-5.17 >=kde-frameworks/kglobalaccel-5.17 >=kde-frameworks/ki18n-5.17 >=kde-frameworks/kiconthemes-5.17 >=kde-frameworks/kio-5.17 >=kde-frameworks/kjobwidgets-5.17 >=kde-frameworks/kjs-5.17 >=kde-frameworks/knotifications-5.17 >=kde-frameworks/kparts-5.17 >=kde-frameworks/kservice-5.17 >=kde-frameworks/ktextwidgets-5.17 >=kde-frameworks/kwallet-5.17 >=kde-frameworks/kwidgetsaddons-5.17 >=kde-frameworks/kwindowsystem-5.17 >=kde-frameworks/kxmlgui-5.17 >=kde-frameworks/sonnet-5.17 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) dev-lang/perl dev-libs/openssl:0 test? ( dev-qt/qtx11extras:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.17 doc? ( >=kde-frameworks/kapidox-5.17 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DEPEND=>=kde-frameworks/karchive-5.17 >=kde-frameworks/kcodecs-5.17 >=kde-frameworks/kcompletion-5.17 >=kde-frameworks/kconfig-5.17 >=kde-frameworks/kconfigwidgets-5.17 >=kde-frameworks/kcoreaddons-5.17 >=kde-frameworks/kglobalaccel-5.17 >=kde-frameworks/ki18n-5.17 >=kde-frameworks/kiconthemes-5.17 >=kde-frameworks/kio-5.17 >=kde-frameworks/kjobwidgets-5.17 >=kde-frameworks/kjs-5.17 >=kde-frameworks/knotifications-5.17 >=kde-frameworks/kparts-5.17 >=kde-frameworks/kservice-5.17 >=kde-frameworks/ktextwidgets-5.17 >=kde-frameworks/kwallet-5.17 >=kde-frameworks/kwidgetsaddons-5.17 >=kde-frameworks/kwindowsystem-5.17 >=kde-frameworks/kxmlgui-5.17 >=kde-frameworks/sonnet-5.17 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib:= media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) dev-lang/perl dev-libs/openssl:0 test? ( dev-qt/qtx11extras:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.17 doc? ( >=kde-frameworks/kapidox-5.17 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils DESCRIPTION=KHTML web rendering engine EAPI=5 HOMEPAGE=https://www.kde.org/ IUSE=X test doc debug test KEYWORDS=~amd64 ~arm ~x86 LICENSE=LGPL-2 -RDEPEND=>=kde-frameworks/karchive-5.17 >=kde-frameworks/kcodecs-5.17 >=kde-frameworks/kcompletion-5.17 >=kde-frameworks/kconfig-5.17 >=kde-frameworks/kconfigwidgets-5.17 >=kde-frameworks/kcoreaddons-5.17 >=kde-frameworks/kglobalaccel-5.17 >=kde-frameworks/ki18n-5.17 >=kde-frameworks/kiconthemes-5.17 >=kde-frameworks/kio-5.17 >=kde-frameworks/kjobwidgets-5.17 >=kde-frameworks/kjs-5.17 >=kde-frameworks/knotifications-5.17 >=kde-frameworks/kparts-5.17 >=kde-frameworks/kservice-5.17 >=kde-frameworks/ktextwidgets-5.17 >=kde-frameworks/kwallet-5.17 >=kde-frameworks/kwidgetsaddons-5.17 >=kde-frameworks/kwindowsystem-5.17 >=kde-frameworks/kxmlgui-5.17 >=kde-frameworks/sonnet-5.17 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RDEPEND=>=kde-frameworks/karchive-5.17 >=kde-frameworks/kcodecs-5.17 >=kde-frameworks/kcompletion-5.17 >=kde-frameworks/kconfig-5.17 >=kde-frameworks/kconfigwidgets-5.17 >=kde-frameworks/kcoreaddons-5.17 >=kde-frameworks/kglobalaccel-5.17 >=kde-frameworks/ki18n-5.17 >=kde-frameworks/kiconthemes-5.17 >=kde-frameworks/kio-5.17 >=kde-frameworks/kjobwidgets-5.17 >=kde-frameworks/kjs-5.17 >=kde-frameworks/knotifications-5.17 >=kde-frameworks/kparts-5.17 >=kde-frameworks/kservice-5.17 >=kde-frameworks/ktextwidgets-5.17 >=kde-frameworks/kwallet-5.17 >=kde-frameworks/kwidgetsaddons-5.17 >=kde-frameworks/kwindowsystem-5.17 >=kde-frameworks/kxmlgui-5.17 >=kde-frameworks/sonnet-5.17 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib:= media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 SLOT=5/5.17 SRC_URI=mirror://kde/stable/frameworks/5.17/portingAids/khtml-5.17.0.tar.xz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=b2eebd5171866fb52ff9d14046dd609b +_md5_=1377f51a1702a194aa4f442248827d93 diff --git a/metadata/md5-cache/kde-frameworks/khtml-5.18.0 b/metadata/md5-cache/kde-frameworks/khtml-5.18.0 new file mode 100644 index 000000000000..138a54229a50 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/khtml-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/kjs-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwallet-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/sonnet-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib:= media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) dev-lang/perl dev-libs/openssl:0 test? ( dev-qt/qtx11extras:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=KHTML web rendering engine +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=X test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2 +RDEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/kjs-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwallet-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/sonnet-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 media-libs/giflib:= media-libs/libpng:0= media-libs/phonon[qt5] sys-libs/zlib virtual/jpeg:0 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/portingAids/khtml-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=1377f51a1702a194aa4f442248827d93 diff --git a/metadata/md5-cache/kde-frameworks/ki18n-5.18.0 b/metadata/md5-cache/kde-frameworks/ki18n-5.18.0 new file mode 100644 index 000000000000..4ecc917f8762 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/ki18n-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtscript:5 sys-devel/gettext virtual/libintl test? ( dev-qt/qtconcurrent:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework based on Gettext for internationalizing user interface text +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtscript:5 sys-devel/gettext virtual/libintl >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/ki18n-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=a2c63863ba959f10bd2e9febf09ecbcf diff --git a/metadata/md5-cache/kde-frameworks/kiconthemes-5.18.0 b/metadata/md5-cache/kde-frameworks/kiconthemes-5.18.0 new file mode 100644 index 000000000000..7b6e9c48fc98 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kiconthemes-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for icon theming and configuration +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kiconthemes-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=592d6cb2ce8c4da1da37603f60492309 diff --git a/metadata/md5-cache/kde-frameworks/kidletime-5.18.0 b/metadata/md5-cache/kde-frameworks/kidletime-5.18.0 new file mode 100644 index 000000000000..392dae48df2b --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kidletime-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXext x11-libs/libxcb >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for detection and notification of device idle time +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXScrnSaver x11-libs/libXext x11-libs/libxcb >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kidletime-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=143e792ed3b4d665082755a15fd2f62c diff --git a/metadata/md5-cache/kde-frameworks/kimageformats-5.18.0 b/metadata/md5-cache/kde-frameworks/kimageformats-5.18.0 new file mode 100644 index 000000000000..6dcf1ca3c7bb --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kimageformats-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtgui:5 eps? ( dev-qt/qtprintsupport:5 ) openexr? ( media-libs/ilmbase:= media-libs/openexr:= ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing additional format plugins for Qt's image I/O system +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=eps openexr test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtgui:5 eps? ( dev-qt/qtprintsupport:5 ) openexr? ( media-libs/ilmbase:= media-libs/openexr:= ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kimageformats-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=f0c8c490409c089e8c0082bac21dbc66 diff --git a/metadata/md5-cache/kde-frameworks/kinit-5.18.0 b/metadata/md5-cache/kde-frameworks/kinit-5.18.0 new file mode 100644 index 000000000000..4185a56d7759 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kinit-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 x11-libs/libX11 caps? ( sys-libs/libcap ) man? ( >=kde-frameworks/kdoctools-5.18 ) x11-proto/xproto >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Helper library to speed up start of applications on KDE work spaces +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=+caps +man doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 x11-libs/libX11 caps? ( sys-libs/libcap ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kinit-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=ced8f1d06fa8cd942169d3b10a047ba6 diff --git a/metadata/md5-cache/kde-frameworks/kio-5.18.0 b/metadata/md5-cache/kde-frameworks/kio-5.18.0 new file mode 100644 index 000000000000..315379820e63 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kio-5.18.0 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kbookmarks-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/solid-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-libs/libxml2 dev-libs/libxslt acl? ( sys-apps/attr virtual/acl ) kerberos? ( virtual/krb5 ) kwallet? ( >=kde-frameworks/kwallet-5.18 ) X? ( dev-qt/qtx11extras:5 ) dev-qt/qtconcurrent:5 handbook? ( >=kde-frameworks/kdoctools-5.18 ) test? ( sys-libs/zlib ) X? ( x11-libs/libX11 x11-libs/libXrender x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing transparent file and data management +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=acl +handbook kerberos +kwallet X test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +PDEPEND=>=kde-frameworks/kded-5.18 +RDEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kbookmarks-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/solid-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 dev-libs/libxml2 dev-libs/libxslt acl? ( sys-apps/attr virtual/acl ) kerberos? ( virtual/krb5 ) kwallet? ( >=kde-frameworks/kwallet-5.18 ) X? ( dev-qt/qtx11extras:5 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kio-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=66788389f559dbb66295df4a66931946 diff --git a/metadata/md5-cache/kde-frameworks/kitemmodels-5.18.0 b/metadata/md5-cache/kde-frameworks/kitemmodels-5.18.0 new file mode 100644 index 000000000000..18f2eefe80e3 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kitemmodels-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=test? ( dev-qt/qtwidgets:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing data models to help with tasks such as sorting and filtering +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kitemmodels-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=21f59ad0447f01efbb0b6add624327fc diff --git a/metadata/md5-cache/kde-frameworks/kitemviews-5.18.0 b/metadata/md5-cache/kde-frameworks/kitemviews-5.18.0 new file mode 100644 index 000000000000..cfc72469d54d --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kitemviews-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing additional widgets for item models +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kitemviews-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=2fea0debf7ccdfe422136076cb17e309 diff --git a/metadata/md5-cache/kde-frameworks/kjobwidgets-5.18.0 b/metadata/md5-cache/kde-frameworks/kjobwidgets-5.18.0 new file mode 100644 index 000000000000..bf807d5d3c08 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kjobwidgets-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 ) nls? ( dev-qt/linguist-tools:5 ) X? ( x11-libs/libX11 x11-proto/xproto ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing assorted widgets for showing the progress of jobs +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls X doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kjobwidgets-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=e1978b507e5c5e7ba371822e98418513 diff --git a/metadata/md5-cache/kde-frameworks/kjs-5.18.0 b/metadata/md5-cache/kde-frameworks/kjs-5.18.0 new file mode 100644 index 000000000000..9dfcf82ce862 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kjs-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-libs/libpcre >=kde-frameworks/kdoctools-5.18 dev-lang/perl >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=ECMAScipt compatible parser and engine +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=BSD-2 LGPL-2+ +RDEPEND=dev-libs/libpcre >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/portingAids/kjs-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=a0d0f951338832f45724306b6d1eaea1 diff --git a/metadata/md5-cache/kde-frameworks/kjsembed-5.18.0 b/metadata/md5-cache/kde-frameworks/kjsembed-5.18.0 new file mode 100644 index 000000000000..28d5f4453409 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kjsembed-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/ki18n-5.18 >=kde-frameworks/kjs-5.18 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kdoctools-5.18 dev-qt/designer:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework binding JavaScript objects to QObjects +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/ki18n-5.18 >=kde-frameworks/kjs-5.18 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/portingAids/kjsembed-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=b2c9c89fce23e6a71b3a72c4e5ff629c diff --git a/metadata/md5-cache/kde-frameworks/kmediaplayer-5.18.0 b/metadata/md5-cache/kde-frameworks/kmediaplayer-5.18.0 new file mode 100644 index 000000000000..e5da4735b48b --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kmediaplayer-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kparts-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing a common interface for KParts that can play media files +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=MIT +RDEPEND=>=kde-frameworks/kparts-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/portingAids/kmediaplayer-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=a69a2a067cf656cb3d5955e07a541867 diff --git a/metadata/md5-cache/kde-frameworks/knewstuff-5.18.0 b/metadata/md5-cache/kde-frameworks/knewstuff-5.18.0 new file mode 100644 index 000000000000..6698dbf29f6f --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/knewstuff-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/attica-5.18 >=kde-frameworks/karchive-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for downloading and sharing additional application data +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/attica-5.18 >=kde-frameworks/karchive-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/knewstuff-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=92f86a7dbbfa894be1ae02c1957de303 diff --git a/metadata/md5-cache/kde-frameworks/knotifications-5.18.0 b/metadata/md5-cache/kde-frameworks/knotifications-5.18.0 new file mode 100644 index 000000000000..cd2a2fd2deb1 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/knotifications-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-libs/phonon[qt5] dbus? ( dev-libs/libdbusmenu-qt[qt5] ) speech? ( dev-qt/qtspeech:5 ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXtst ) nls? ( dev-qt/linguist-tools:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for notifying the user of an event +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=dbus nls speech X doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=>=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 media-libs/phonon[qt5] dbus? ( dev-libs/libdbusmenu-qt[qt5] ) speech? ( dev-qt/qtspeech:5 ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXtst ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/knotifications-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=6a5878fb19238379f6204945e41049c9 diff --git a/metadata/md5-cache/kde-frameworks/knotifyconfig-5.18.0 b/metadata/md5-cache/kde-frameworks/knotifyconfig-5.18.0 new file mode 100644 index 000000000000..100de97490fc --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/knotifyconfig-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 phonon? ( media-libs/phonon[qt5] ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for configuring desktop notifications +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=phonon doc debug +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 phonon? ( media-libs/phonon[qt5] ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/knotifyconfig-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=f2c12f693507409707950a0ca628036f diff --git a/metadata/md5-cache/kde-frameworks/kpackage-5.18.0 b/metadata/md5-cache/kde-frameworks/kpackage-5.18.0 new file mode 100644 index 000000000000..e9a1ff1d2384 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kpackage-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kdoctools-5.18 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework to install and load packages of non binary content +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kpackage-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=e62fe1c13332bea5bfce9dffe51b494e diff --git a/metadata/md5-cache/kde-frameworks/kparts-5.18.0 b/metadata/md5-cache/kde-frameworks/kparts-5.18.0 new file mode 100644 index 000000000000..8f62bb822ab6 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kparts-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/ktextwidgets-5.18 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing elaborate user-interface components +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kparts-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=ccd7be222adadd90d12ebb8c70d956da diff --git a/metadata/md5-cache/kde-frameworks/kpeople-5.18.0 b/metadata/md5-cache/kde-frameworks/kpeople-5.18.0 new file mode 100644 index 000000000000..75be91747d47 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kpeople-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=KDE contact person abstraction library +EAPI=5 +HOMEPAGE=https://projects.kde.org/projects/frameworks/kpeople +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1 +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsql:5 dev-qt/qtwidgets:5 !net-libs/kpeople:5 !net-libs/libkpeople[-minimal(-)] >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kpeople-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=7789896090e526fb9379f7d136d459ae diff --git a/metadata/md5-cache/kde-frameworks/kplotting-5.18.0 b/metadata/md5-cache/kde-frameworks/kplotting-5.18.0 new file mode 100644 index 000000000000..91d678fa52ca --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kplotting-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing easy data-plotting functions +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kplotting-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=783f7edab288344158b35cb09d4d200d diff --git a/metadata/md5-cache/kde-frameworks/kpty-5.18.0 b/metadata/md5-cache/kde-frameworks/kpty-5.18.0 new file mode 100644 index 000000000000..318312877f7f --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kpty-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 sys-libs/libutempter >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for pseudo terminal devices and running child processes +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 sys-libs/libutempter >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kpty-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=0bbb49374a07b974432f924a95d48ea1 diff --git a/metadata/md5-cache/kde-frameworks/kross-5.18.0 b/metadata/md5-cache/kde-frameworks/kross-5.18.0 new file mode 100644 index 000000000000..f3400697d783 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kross-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtgui:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kdoctools-5.18 dev-qt/designer:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for embedding scripting into applications +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtgui:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/portingAids/kross-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=4f37b81c12c996d53a62b21979f41c5c diff --git a/metadata/md5-cache/kde-frameworks/krunner-5.18.0 b/metadata/md5-cache/kde-frameworks/krunner-5.18.0 new file mode 100644 index 000000000000..d03c2235fd56 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/krunner-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/plasma-5.18 >=kde-frameworks/solid-5.18 >=kde-frameworks/threadweaver-5.18 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for providing different actions given a string query +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/plasma-5.18 >=kde-frameworks/solid-5.18 >=kde-frameworks/threadweaver-5.18 dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/portingAids/krunner-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=eecea69bcbf5c15d2e3ece515e2c7435 diff --git a/metadata/md5-cache/kde-frameworks/kservice-5.18.0 b/metadata/md5-cache/kde-frameworks/kservice-5.18.0 new file mode 100644 index 000000000000..8dacf9d22127 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kservice-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/ki18n-5.18 dev-qt/qtdbus:5 dev-qt/qtxml:5 man? ( >=kde-frameworks/kdoctools-5.18 ) test? ( dev-qt/qtconcurrent:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Advanced plugin and service introspection +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=+man doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2 LGPL-2.1+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kcrash-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/ki18n-5.18 dev-qt/qtdbus:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kservice-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=8c0ff391a578c4a78ab53fa8a9e93a85 diff --git a/metadata/md5-cache/kde-frameworks/ktexteditor-5.18.0 b/metadata/md5-cache/kde-frameworks/ktexteditor-5.18.0 new file mode 100644 index 000000000000..fb24275946ac --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/ktexteditor-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kguiaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/sonnet-5.18 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 git? ( dev-libs/libgit2:= ) dev-qt/qtxmlpatterns:5 test? ( >=kde-frameworks/kservice-5.18 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing a full text editor component +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=git test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/karchive-5.18 >=kde-frameworks/kcodecs-5.18 >=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kguiaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/kjobwidgets-5.18 >=kde-frameworks/kparts-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kxmlgui-5.18 >=kde-frameworks/sonnet-5.18 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtscript:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 git? ( dev-libs/libgit2:= ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/ktexteditor-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=35664e46f5d52b93c533a49800f8a1ba diff --git a/metadata/md5-cache/kde-frameworks/ktextwidgets-5.18.0 b/metadata/md5-cache/kde-frameworks/ktextwidgets-5.18.0 new file mode 100644 index 000000000000..7693bf96a310 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/ktextwidgets-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/sonnet-5.18 dev-qt/qtgui:5 dev-qt/qtwidgets:5 speech? ( dev-qt/qtspeech:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing an assortment of widgets for displaying and editing text +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=speech test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ LGPL-2.1+ +RDEPEND=>=kde-frameworks/kcompletion-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/sonnet-5.18 dev-qt/qtgui:5 dev-qt/qtwidgets:5 speech? ( dev-qt/qtspeech:5 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/ktextwidgets-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=49b187b5248c7e39b47c7dc6dd02367b diff --git a/metadata/md5-cache/kde-frameworks/kunitconversion-5.18.0 b/metadata/md5-cache/kde-frameworks/kunitconversion-5.18.0 new file mode 100644 index 000000000000..f0a0ff7e200d --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kunitconversion-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/ki18n-5.18 dev-qt/qtnetwork:5 dev-qt/qtxml:5 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for converting units +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/ki18n-5.18 dev-qt/qtnetwork:5 dev-qt/qtxml:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kunitconversion-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=f288324269691838f467bc6ffd1a8f58 diff --git a/metadata/md5-cache/kde-frameworks/kwallet-5.18.0 b/metadata/md5-cache/kde-frameworks/kwallet-5.18.0 new file mode 100644 index 000000000000..de90a4685158 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kwallet-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-libs/libgcrypt:0= dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gpg? ( >=kde-apps/gpgmepp-14.12.0 app-crypt/gpgme ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing desktop-wide storage for passwords +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=gpg doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdbusaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-libs/libgcrypt:0= dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 gpg? ( >=kde-apps/gpgmepp-14.12.0 app-crypt/gpgme ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kwallet-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=e5f0399041927a83c09762e994a485d2 diff --git a/metadata/md5-cache/kde-frameworks/kwidgetsaddons-5.18.0 b/metadata/md5-cache/kde-frameworks/kwidgetsaddons-5.18.0 new file mode 100644 index 000000000000..721f61f9e9c1 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kwidgetsaddons-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/designer:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=An assortment of high-level widgets for common tasks +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kwidgetsaddons-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=e46bdaa7b6b6b3962ad2c7cf229422d9 diff --git a/metadata/md5-cache/kde-frameworks/kwindowsystem-5.18.0 b/metadata/md5-cache/kde-frameworks/kwindowsystem-5.18.0 new file mode 100644 index 000000000000..6d7afaa8432f --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kwindowsystem-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXfixes x11-libs/libxcb x11-libs/xcb-util-keysyms ) nls? ( dev-qt/linguist-tools:5 ) X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing access to properties and features of the window manager +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls X test doc debug test +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=LGPL-2+ MIT +RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libXfixes x11-libs/libxcb x11-libs/xcb-util-keysyms ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kwindowsystem-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=6d571f009ea3840f3f7c7f093be17851 diff --git a/metadata/md5-cache/kde-frameworks/kxmlgui-5.18.0 b/metadata/md5-cache/kde-frameworks/kxmlgui-5.18.0 new file mode 100644 index 000000000000..009bd4fc1ec3 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kxmlgui-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 attica? ( >=kde-frameworks/attica-5.18 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for managing menu and toolbar actions in an abstract way +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=attica test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kitemviews-5.18 >=kde-frameworks/ktextwidgets-5.18 >=kde-frameworks/kwidgetsaddons-5.18 >=kde-frameworks/kwindowsystem-5.18 dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5[ssl] dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 attica? ( >=kde-frameworks/attica-5.18 ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kxmlgui-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=3374300adce0150e09fe211c23135406 diff --git a/metadata/md5-cache/kde-frameworks/kxmlrpcclient-5.18.0 b/metadata/md5-cache/kde-frameworks/kxmlrpcclient-5.18.0 new file mode 100644 index 000000000000..c449e53b908d --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/kxmlrpcclient-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 dev-qt/qtxml:5 !=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework providing client-side support for the XML-RPC protocol +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=BSD-2 +RDEPEND=>=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kio-5.18 dev-qt/qtxml:5 !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/kxmlrpcclient-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=1ae748ec848075032140622665bff284 diff --git a/metadata/md5-cache/kde-frameworks/modemmanager-qt-5.18.0 b/metadata/md5-cache/kde-frameworks/modemmanager-qt-5.18.0 new file mode 100644 index 000000000000..c6de7ec33264 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/modemmanager-qt-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtdbus:5 dev-qt/qtxml:5 net-misc/modemmanager !kde-plasma/libmm-qt virtual/pkgconfig >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=ModemManager bindings for Qt +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2 +RDEPEND=dev-qt/qtdbus:5 dev-qt/qtxml:5 net-misc/modemmanager !kde-plasma/libmm-qt >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/modemmanager-qt-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=4c634d4698b00aca4323e05a448f3b44 diff --git a/metadata/md5-cache/kde-frameworks/networkmanager-qt-5.18.0 b/metadata/md5-cache/kde-frameworks/networkmanager-qt-5.18.0 new file mode 100644 index 000000000000..7dfbda8dfbdf --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/networkmanager-qt-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtdbus:5 dev-qt/qtnetwork:5 || ( >=net-misc/networkmanager-0.9.10.0[consolekit,teamd=] >=net-misc/networkmanager-0.9.10.0[systemd,teamd=] ) !kde-frameworks/libnm-qt !kde-plasma/libnm-qt !net-libs/libnm-qt:5 virtual/pkgconfig >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=NetworkManager bindings for Qt +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=teamd doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2 +RDEPEND=dev-qt/qtdbus:5 dev-qt/qtnetwork:5 || ( >=net-misc/networkmanager-0.9.10.0[consolekit,teamd=] >=net-misc/networkmanager-0.9.10.0[systemd,teamd=] ) !kde-frameworks/libnm-qt !kde-plasma/libnm-qt !net-libs/libnm-qt:5 >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/networkmanager-qt-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=9120e59bb874528c6f3749b38e2449ba diff --git a/metadata/md5-cache/kde-frameworks/oxygen-icons-5.18.0 b/metadata/md5-cache/kde-frameworks/oxygen-icons-5.18.0 new file mode 100644 index 000000000000..205d60d62b30 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/oxygen-icons-5.18.0 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/extra-cmake-modules-5.18 >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Oxygen SVG icon theme +EAPI=5 +HOMEPAGE=https://www.kde.org/ +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-3 +RDEPEND=!kde-apps/oxygen-icons !kde-frameworks/oxygen-icons:4 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/oxygen-icons5-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=333a89304f50d71499a4a1aed19631d3 diff --git a/metadata/md5-cache/kde-frameworks/plasma-5.18.0 b/metadata/md5-cache/kde-frameworks/plasma-5.18.0 new file mode 100644 index 000000000000..6595220cb279 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/plasma-5.18.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=kde-frameworks/kactivities-5.18 >=kde-frameworks/karchive-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdeclarative-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/kguiaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kpackage-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[gles2=] dev-qt/qtquickcontrols:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 egl? ( media-libs/mesa[egl] ) !gles2? ( virtual/opengl ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb ) >=kde-frameworks/kdoctools-5.18 dev-qt/qtquick1:5 X? ( x11-proto/xproto ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Plasma framework +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=egl gles2 X test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kactivities-5.18 >=kde-frameworks/karchive-5.18 >=kde-frameworks/kconfig-5.18 >=kde-frameworks/kconfigwidgets-5.18 >=kde-frameworks/kcoreaddons-5.18 >=kde-frameworks/kdeclarative-5.18 >=kde-frameworks/kglobalaccel-5.18 >=kde-frameworks/kguiaddons-5.18 >=kde-frameworks/ki18n-5.18 >=kde-frameworks/kiconthemes-5.18 >=kde-frameworks/kio-5.18 >=kde-frameworks/knotifications-5.18 >=kde-frameworks/kpackage-5.18 >=kde-frameworks/kservice-5.18 >=kde-frameworks/kwindowsystem-5.18 >=kde-frameworks/kxmlgui-5.18 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtgui:5[gles2=] dev-qt/qtquickcontrols:5 dev-qt/qtscript:5 dev-qt/qtsql:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 egl? ( media-libs/mesa[egl] ) !gles2? ( virtual/opengl ) X? ( dev-qt/qtx11extras:5 x11-libs/libX11 x11-libs/libxcb ) !=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +RESTRICT=test +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/plasma-framework-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=a205cfb66f2c7441bd9d17636cd4d0c8 diff --git a/metadata/md5-cache/kde-frameworks/solid-5.18.0 b/metadata/md5-cache/kde-frameworks/solid-5.18.0 new file mode 100644 index 000000000000..728c06315f37 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/solid-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-fs/udisks:2 virtual/udev nls? ( dev-qt/linguist-tools:5 ) test? ( dev-qt/qtconcurrent:5 ) >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Provider for platform independent hardware discovery, abstraction and management +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=nls test doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 sys-fs/udisks:2 virtual/udev >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/solid-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=eca001aa98796cff71dd32b4fca67421 diff --git a/metadata/md5-cache/kde-frameworks/sonnet-5.18.0 b/metadata/md5-cache/kde-frameworks/sonnet-5.18.0 new file mode 100644 index 000000000000..669dcd28b874 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/sonnet-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) nls? ( dev-qt/linguist-tools:5 ) >=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for providing spell-checking through abstraction of popular backends +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=aspell +hunspell nls doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ LGPL-2.1+ +RDEPEND=dev-qt/qtgui:5 dev-qt/qtwidgets:5 aspell? ( app-text/aspell ) hunspell? ( app-text/hunspell ) >=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/sonnet-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=0da080ab0f06d8803e6f79ddd1e593fd diff --git a/metadata/md5-cache/kde-frameworks/threadweaver-5.18.0 b/metadata/md5-cache/kde-frameworks/threadweaver-5.18.0 new file mode 100644 index 000000000000..0c77bbad01f9 --- /dev/null +++ b/metadata/md5-cache/kde-frameworks/threadweaver-5.18.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=>=sys-apps/sed-4 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=kde-frameworks/extra-cmake-modules-5.18 doc? ( >=kde-frameworks/kapidox-5.18 app-doc/doxygen ) test? ( >=dev-qt/qttest-5.4.2:5 ) >=dev-qt/qtcore-5.4.2:5 dev-util/desktop-file-utils app-arch/xz-utils +DESCRIPTION=Framework for managing threads using job and queue-based interfaces +EAPI=5 +HOMEPAGE=https://www.kde.org/ +IUSE=doc debug test +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=kde-frameworks/kf-env-3 !kde-apps/kde4-l10n[-minimal(-)] !=dev-qt/qtcore-5.4.2:5 +SLOT=5/5.18 +SRC_URI=mirror://kde/stable/frameworks/5.18/threadweaver-5.18.0.tar.xz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c fdo-mime 92d07846ea8ea54172f8c0112a47ae3d flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gnome2-utils 2a93a5fe31c2295077e190059f4cf88d kde5 b7e55d19d0222bf045648cc8c3db47ee kde5-functions 641acad8174182a50811eec70b73ccf8 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c virtualx 6c01101f3b4d92c77de3e8a77cc2418b xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 +_md5_=2f443c5bc9f992bea5ae3a5cfc342360 diff --git a/metadata/md5-cache/media-gfx/farbfeld-1 b/metadata/md5-cache/media-gfx/farbfeld-1 index 27006ae699d6..522234612ccf 100644 --- a/metadata/md5-cache/media-gfx/farbfeld-1 +++ b/metadata/md5-cache/media-gfx/farbfeld-1 @@ -2,11 +2,11 @@ DEFINED_PHASES=compile install prepare DEPEND=media-libs/libjpeg-turbo media-libs/libpng:* DESCRIPTION=farbfeld simple image format tools EAPI=5 -HOMEPAGE=http://git.2f30.org/farbfeld/about/ +HOMEPAGE=http://tools.suckless.org/farbfeld/ KEYWORDS=~amd64 LICENSE=ISC RDEPEND=media-libs/libjpeg-turbo media-libs/libpng:* SLOT=0 SRC_URI=http://dl.suckless.org/farbfeld/farbfeld-1.tar.gz _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=4e7011749fe4c3d584620672c309a7c4 +_md5_=2305d5d4eb475637ad32d79265f45154 diff --git a/metadata/md5-cache/media-gfx/farbfeld-9999 b/metadata/md5-cache/media-gfx/farbfeld-9999 index de61524394a3..5059dfd48301 100644 --- a/metadata/md5-cache/media-gfx/farbfeld-9999 +++ b/metadata/md5-cache/media-gfx/farbfeld-9999 @@ -2,9 +2,9 @@ DEFINED_PHASES=compile install prepare unpack DEPEND=media-libs/libjpeg-turbo media-libs/libpng:* >=dev-vcs/git-1.8.2.1 DESCRIPTION=farbfeld simple image format tools EAPI=5 -HOMEPAGE=http://git.2f30.org/farbfeld/about/ +HOMEPAGE=http://tools.suckless.org/farbfeld/ LICENSE=ISC RDEPEND=media-libs/libjpeg-turbo media-libs/libpng:* SLOT=0 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=c9ea5598f7024a90263076572ba6ca1b +_md5_=389f61dc57064cb3ed8aed809f986182 diff --git a/metadata/md5-cache/media-gfx/pngquant-1.8.2 b/metadata/md5-cache/media-gfx/pngquant-1.8.2 index 8267ebcdbe75..550b73d163ea 100644 --- a/metadata/md5-cache/media-gfx/pngquant-1.8.2 +++ b/metadata/md5-cache/media-gfx/pngquant-1.8.2 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile install prepare DEPEND=media-libs/libpng:0= sys-libs/zlib:= -DESCRIPTION=a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs +DESCRIPTION=command-line utility and library for lossy compression of PNG images EAPI=5 HOMEPAGE=http://pngquant.org/ KEYWORDS=~amd64 ~x86 @@ -9,4 +9,4 @@ RDEPEND=media-libs/libpng:0= sys-libs/zlib:= SLOT=0 SRC_URI=http://pngquant.org/pngquant-1.8.2-src.tar.bz2 _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=117306a17bbd7cff26c5f3f3c10ae79f +_md5_=ffdbae7f5362e8e55f5c0439a9e7724f diff --git a/metadata/md5-cache/media-gfx/pngquant-1.8.3 b/metadata/md5-cache/media-gfx/pngquant-1.8.3 index 8bc65a0d4ea9..441cbce89de5 100644 --- a/metadata/md5-cache/media-gfx/pngquant-1.8.3 +++ b/metadata/md5-cache/media-gfx/pngquant-1.8.3 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile install prepare DEPEND=media-libs/libpng:0= sys-libs/zlib:= -DESCRIPTION=a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs +DESCRIPTION=command-line utility and library for lossy compression of PNG images EAPI=5 HOMEPAGE=http://pngquant.org/ IUSE=debug openmp cpu_flags_x86_sse2 @@ -10,4 +10,4 @@ RDEPEND=media-libs/libpng:0= sys-libs/zlib:= SLOT=0 SRC_URI=http://pngquant.org/pngquant-1.8.3-src.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=3c114206606e5046eaa2258d3648dabb +_md5_=9f284bbd3bed8467d3d2c8f6d92cb071 diff --git a/metadata/md5-cache/media-gfx/pngquant-2.0.2 b/metadata/md5-cache/media-gfx/pngquant-2.0.2 index e110074fb1c0..145399795a43 100644 --- a/metadata/md5-cache/media-gfx/pngquant-2.0.2 +++ b/metadata/md5-cache/media-gfx/pngquant-2.0.2 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile install prepare DEPEND=media-libs/libpng:0= sys-libs/zlib:= -DESCRIPTION=a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs +DESCRIPTION=command-line utility and library for lossy compression of PNG images EAPI=5 HOMEPAGE=http://pngquant.org/ IUSE=debug openmp cpu_flags_x86_sse2 @@ -10,4 +10,4 @@ RDEPEND=media-libs/libpng:0= sys-libs/zlib:= SLOT=0 SRC_URI=http://pngquant.org/pngquant-2.0.2-src.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=896c598ab2a83994fa4fb7434ec32d43 +_md5_=b1ed462da20b967900c841acbb7339a1 diff --git a/metadata/md5-cache/media-gfx/pngquant-2.1.0 b/metadata/md5-cache/media-gfx/pngquant-2.1.0 index 82b13d70f1f5..999619d23ea8 100644 --- a/metadata/md5-cache/media-gfx/pngquant-2.1.0 +++ b/metadata/md5-cache/media-gfx/pngquant-2.1.0 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile install prepare DEPEND=media-libs/libpng:0= sys-libs/zlib:= -DESCRIPTION=a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs +DESCRIPTION=command-line utility and library for lossy compression of PNG images EAPI=5 HOMEPAGE=http://pngquant.org/ IUSE=debug openmp cpu_flags_x86_sse2 @@ -10,4 +10,4 @@ RDEPEND=media-libs/libpng:0= sys-libs/zlib:= SLOT=0 SRC_URI=http://pngquant.org/pngquant-2.1.0-src.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d4a3180bc94e13e2267a366c2f6bed6c +_md5_=c76d72c3be193f0f18be5a61566ff57b diff --git a/metadata/md5-cache/media-gfx/pngquant-2.2.0 b/metadata/md5-cache/media-gfx/pngquant-2.2.0 index 3c3952eb5969..6d2a57aeeb9c 100644 --- a/metadata/md5-cache/media-gfx/pngquant-2.2.0 +++ b/metadata/md5-cache/media-gfx/pngquant-2.2.0 @@ -1,6 +1,6 @@ DEFINED_PHASES=compile install prepare DEPEND=media-libs/libpng:0= sys-libs/zlib:= -DESCRIPTION=a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs +DESCRIPTION=command-line utility and library for lossy compression of PNG images EAPI=5 HOMEPAGE=http://pngquant.org/ IUSE=debug openmp cpu_flags_x86_sse2 @@ -10,4 +10,4 @@ RDEPEND=media-libs/libpng:0= sys-libs/zlib:= SLOT=0 SRC_URI=http://pngquant.org/pngquant-2.2.0-src.tar.bz2 _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d4a3180bc94e13e2267a366c2f6bed6c +_md5_=c76d72c3be193f0f18be5a61566ff57b diff --git a/metadata/md5-cache/media-gfx/pngquant-2.3.3 b/metadata/md5-cache/media-gfx/pngquant-2.3.3 index 0d350dab3e14..6a3f6f7abe61 100644 --- a/metadata/md5-cache/media-gfx/pngquant-2.3.3 +++ b/metadata/md5-cache/media-gfx/pngquant-2.3.3 @@ -1,6 +1,6 @@ DEFINED_PHASES=configure install DEPEND=media-libs/libpng:0= sys-libs/zlib:= lcms? ( media-libs/lcms:2 ) -DESCRIPTION=a command-line utility for converting 24/32-bit PNG images to paletted (8-bit) PNGs +DESCRIPTION=command-line utility and library for lossy compression of PNG images EAPI=5 HOMEPAGE=http://pngquant.org/ IUSE=debug lcms openmp cpu_flags_x86_sse2 @@ -10,4 +10,4 @@ RDEPEND=media-libs/libpng:0= sys-libs/zlib:= lcms? ( media-libs/lcms:2 ) SLOT=0 SRC_URI=http://pngquant.org/pngquant-2.3.3-src.tar.bz2 _eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=bcba0fd7529017d5d5ff5c5d77148064 +_md5_=a4d05c6537f945d7e3abefe761d6f9db diff --git a/metadata/md5-cache/media-gfx/pngquant-2.5.2 b/metadata/md5-cache/media-gfx/pngquant-2.5.2 new file mode 100644 index 000000000000..e7c24ea56490 --- /dev/null +++ b/metadata/md5-cache/media-gfx/pngquant-2.5.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=media-libs/libpng:0= sys-libs/zlib:= lcms? ( media-libs/lcms:2 ) +DESCRIPTION=command-line utility and library for lossy compression of PNG images +EAPI=5 +HOMEPAGE=http://pngquant.org/ +IUSE=debug lcms openmp cpu_flags_x86_sse2 +KEYWORDS=~amd64 ~x86 +LICENSE=HPND rwpng +RDEPEND=media-libs/libpng:0= sys-libs/zlib:= lcms? ( media-libs/lcms:2 ) +SLOT=0 +SRC_URI=http://pngquant.org/pngquant-2.5.2-src.tar.bz2 +_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=a4d05c6537f945d7e3abefe761d6f9db diff --git a/metadata/md5-cache/media-libs/gst-plugins-bad-0.10.23-r3 b/metadata/md5-cache/media-libs/gst-plugins-bad-0.10.23-r3 index 3cf9d853d4c1..3b81f894b117 100644 --- a/metadata/md5-cache/media-libs/gst-plugins-bad-0.10.23-r3 +++ b/metadata/md5-cache/media-libs/gst-plugins-bad-0.10.23-r3 @@ -4,10 +4,10 @@ DESCRIPTION=Less plugins for GStreamer EAPI=5 HOMEPAGE=http://gstreamer.freedesktop.org/ IUSE=+orc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 nls -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=LGPL-2 RDEPEND=>=dev-libs/glib-2.34.3:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-0.10.36:0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-0.10.36:0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] orc? ( >=dev-lang/orc-0.4.17[abi_x86_32(-)?,abi_x86_64(-)?,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/glib-2.38.2-r1:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-0.10.36-r2:0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] abi_x86_32? ( !app-emulation/emul-linux-x86-gstplugins[-abi_x86_32(-)] ) SLOT=0.10 SRC_URI=http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.23.tar.xz https://dev.gentoo.org/~tetromino/distfiles/gst-plugins-bad/gst-plugins-bad-0.10.23-h264-patches.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 gstreamer 0cf4e9175d71d35b9a2175a482a2c996 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=c04beef021aeb8d1cff89edd8cb1fe67 +_md5_=c9b4206c0f7ed65ef9fe9d6d22260718 diff --git a/metadata/md5-cache/media-libs/harfbuzz-1.1.3 b/metadata/md5-cache/media-libs/harfbuzz-1.1.3 new file mode 100644 index 000000000000..8b57654d96d8 --- /dev/null +++ b/metadata/md5-cache/media-libs/harfbuzz-1.1.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=cairo? ( x11-libs/cairo:= ) fontconfig? ( media-libs/fontconfig:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glib? ( >=dev-libs/glib-2.34.3:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) graphite? ( >=media-gfx/graphite2-1.2.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) icu? ( >=dev-libs/icu-51.2-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dev-util/gtk-doc-am virtual/pkgconfig test? ( || ( >=dev-lang/python-2.7.5-r2:2.7 ) ) +DESCRIPTION=An OpenType text shaping engine +EAPI=5 +HOMEPAGE=http://www.freedesktop.org/wiki/Software/HarfBuzz +IUSE=+cairo fontconfig +glib +graphite icu +introspection static-libs test +truetype abi_x86_32 abi_x86_64 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 ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris +LICENSE=Old-MIT ISC icu +RDEPEND=cairo? ( x11-libs/cairo:= ) fontconfig? ( media-libs/fontconfig:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) glib? ( >=dev-libs/glib-2.34.3:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) graphite? ( >=media-gfx/graphite2-1.2.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) icu? ( >=dev-libs/icu-51.2-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +REQUIRED_USE=introspection? ( glib ) +SLOT=0/0.9.18 +SRC_URI=http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.1.3.tar.bz2 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 python-any-r1 8eb13cdf35f6e43c48107b911900b2cc python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=84c756ecd4cd4be27dfa37cdba576b16 diff --git a/metadata/md5-cache/media-libs/oyranos-9999 b/metadata/md5-cache/media-libs/oyranos-9999 index d9d8eae7dcec..0d0e596a25ea 100644 --- a/metadata/md5-cache/media-libs/oyranos-9999 +++ b/metadata/md5-cache/media-libs/oyranos-9999 @@ -1,12 +1,13 @@ DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=|| ( =app-admin/elektra-0.7*: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(-)?] >=app-admin/elektra-0.8.4:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=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(-)?] >=dev-libs/yajl-2.0.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/lcms-2.5:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/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(-)?] >=media-libs/libXcm-0.5.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-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(-)?] ) cups? ( >=net-print/cups-1.7.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(-)?] ) exif? ( >=media-gfx/exiv2-0.23-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(-)?] ) fltk? ( x11-libs/fltk:1 ) jpeg? ( virtual/jpeg: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(-)?] ) qt5? ( dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) !qt5? ( qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) ) raw? ( >=media-libs/libraw-0.15.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tiff? ( media-libs/tiff: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(-)?] ) X? ( >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXinerama-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) doc? ( app-doc/doxygen media-gfx/graphviz ) >=dev-vcs/git-1.8.2.1 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DEPEND=|| ( =app-admin/elektra-0.7*: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(-)?] >=app-admin/elektra-0.8.4:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=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(-)?] >=dev-libs/yajl-2.0.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/lcms-2.5:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/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(-)?] >=media-libs/libXcm-0.5.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-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(-)?] ) cups? ( >=net-print/cups-1.7.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(-)?] ) exif? ( >=media-gfx/exiv2-0.23-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(-)?] ) fltk? ( x11-libs/fltk:1 ) jpeg? ( virtual/jpeg: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(-)?] ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) raw? ( >=media-libs/libraw-0.15.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) scanner? ( media-gfx/sane-backends[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tiff? ( media-libs/tiff: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(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXinerama-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) doc? ( app-doc/doxygen media-gfx/graphviz ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=dev-vcs/git-1.8.2.1 DESCRIPTION=Colour management system allowing to share various settings across applications and services EAPI=5 HOMEPAGE=http://www.oyranos.org/ -IUSE=X cairo cups doc exif fltk jpeg qt4 qt5 raw test tiff abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +IUSE=X cairo cups doc exif fltk jpeg qt4 qt5 raw scanner test tiff abi_x86_32 abi_x86_64 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=BSD -RDEPEND=|| ( =app-admin/elektra-0.7*: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(-)?] >=app-admin/elektra-0.8.4:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=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(-)?] >=dev-libs/yajl-2.0.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/lcms-2.5:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/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(-)?] >=media-libs/libXcm-0.5.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-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(-)?] ) cups? ( >=net-print/cups-1.7.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(-)?] ) exif? ( >=media-gfx/exiv2-0.23-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(-)?] ) fltk? ( x11-libs/fltk:1 ) jpeg? ( virtual/jpeg: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(-)?] ) qt5? ( dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) !qt5? ( qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) ) raw? ( >=media-libs/libraw-0.15.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tiff? ( media-libs/tiff: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(-)?] ) X? ( >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXinerama-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) media-libs/icc-profiles-basiccolor-printing2009 media-libs/icc-profiles-openicc +RDEPEND=|| ( =app-admin/elektra-0.7*: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(-)?] >=app-admin/elektra-0.8.4:0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=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(-)?] >=dev-libs/yajl-2.0.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/lcms-2.5:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/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(-)?] >=media-libs/libXcm-0.5.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] cairo? ( >=x11-libs/cairo-1.12.14-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(-)?] ) cups? ( >=net-print/cups-1.7.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(-)?] ) exif? ( >=media-gfx/exiv2-0.23-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(-)?] ) fltk? ( x11-libs/fltk:1 ) jpeg? ( virtual/jpeg: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(-)?] ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtx11extras:5 ) raw? ( >=media-libs/libraw-0.15.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) scanner? ( media-gfx/sane-backends[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) tiff? ( media-libs/tiff: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(-)?] ) X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXinerama-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXxf86vm-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) media-libs/icc-profiles-basiccolor-printing2009 media-libs/icc-profiles-openicc +REQUIRED_USE=qt4? ( X ) qt5? ( X ) RESTRICT=test SLOT=0 _eclasses_=cmake-multilib e82cd2608890af2e6a4965cc715b0135 cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9c93e13c0620ef2084e7ddf1f27b2822 +_md5_=bb8524681b2d5a51a9d680195cf96901 diff --git a/metadata/md5-cache/media-sound/tagtool-0.12.3-r1 b/metadata/md5-cache/media-sound/tagtool-0.12.3-r1 new file mode 100644 index 000000000000..b373aa7f04b3 --- /dev/null +++ b/metadata/md5-cache/media-sound/tagtool-0.12.3-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=x11-libs/gtk+:2 >=gnome-base/libglade-2.6 mp3? ( >=media-libs/id3lib-3.8.3-r6 ) vorbis? ( >=media-libs/libvorbis-1 ) !mp3? ( !vorbis? ( >=media-libs/libvorbis-1 ) ) virtual/pkgconfig !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Audio Tag Tool Ogg/Mp3 Tagger +EAPI=6 +HOMEPAGE=http://pwp.netcabo.pt/paol/tagtool +IUSE=vorbis mp3 +KEYWORDS=~amd64 ~ppc ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=x11-libs/gtk+:2 >=gnome-base/libglade-2.6 mp3? ( >=media-libs/id3lib-3.8.3-r6 ) vorbis? ( >=media-libs/libvorbis-1 ) !mp3? ( !vorbis? ( >=media-libs/libvorbis-1 ) ) +SLOT=0 +SRC_URI=mirror://sourceforge/tagtool/tagtool-0.12.3.tar.bz2 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=4d88e93720c36b1c89a645cc47628dc8 diff --git a/metadata/md5-cache/media-video/mkvtoolnix-8.8.0 b/metadata/md5-cache/media-video/mkvtoolnix-8.8.0 new file mode 100644 index 000000000000..3dfb2507e24b --- /dev/null +++ b/metadata/md5-cache/media-video/mkvtoolnix-8.8.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare pretend test +DEPEND=>=dev-libs/boost-1.46.0:= >=dev-libs/libebml-1.3.3:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.4:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) || ( ( dev-lang/ruby:2.2 virtual/rubygems[ruby_targets_ruby22] ) ( dev-lang/ruby:2.1 virtual/rubygems[ruby_targets_ruby21] ) ( dev-lang/ruby:2.0 virtual/rubygems[ruby_targets_ruby20] ) ) sys-devel/gettext virtual/pkgconfig test? ( dev-cpp/gtest ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 +DESCRIPTION=Tools to create, alter, and inspect Matroska files +EAPI=5 +HOMEPAGE=http://www.bunkus.org/videotools/mkvtoolnix +IUSE=curl debug pch test qt5 +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=>=dev-libs/boost-1.46.0:= >=dev-libs/libebml-1.3.3:= dev-libs/pugixml media-libs/flac >=media-libs/libmatroska-1.4.4:= media-libs/libogg media-libs/libvorbis sys-apps/file sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 ) +SLOT=0 +SRC_URI=http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-8.8.0.tar.xz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=5693f1151476125a6e6c9051a06afc49 diff --git a/metadata/md5-cache/media-video/qgifer-0.2.1-r2 b/metadata/md5-cache/media-video/qgifer-0.2.1-r2 new file mode 100644 index 000000000000..928fcbefb56b --- /dev/null +++ b/metadata/md5-cache/media-video/qgifer-0.2.1-r2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=media-libs/giflib:0 dev-qt/qtcore:4 dev-qt/qtgui:4 imagemagick? ( media-gfx/imagemagick:0 ) !opencv3? ( media-libs/opencv:0/2.4[ffmpeg] ) opencv3? ( media-libs/opencv:0/3.0[ffmpeg] ) virtual/ffmpeg:0 >=dev-util/cmake-2.8:0 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=A video-based animated GIF creator +EAPI=5 +HOMEPAGE=https://sourceforge.net/projects/qgifer/ +IUSE=debug imagemagick opencv3 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=media-libs/giflib:0 dev-qt/qtcore:4 dev-qt/qtgui:4 imagemagick? ( media-gfx/imagemagick:0 ) !opencv3? ( media-libs/opencv:0/2.4[ffmpeg] ) opencv3? ( media-libs/opencv:0/3.0[ffmpeg] ) virtual/ffmpeg:0 +SLOT=0 +SRC_URI=mirror://sourceforge/qgifer/qgifer-0.2.1-source.tar.gz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=a7a4523a301830270c593483bdb9cc72 diff --git a/metadata/md5-cache/net-analyzer/cacti-0.8.8e b/metadata/md5-cache/net-analyzer/cacti-0.8.8e index 2201ce1e025e..734702e6e27f 100644 --- a/metadata/md5-cache/net-analyzer/cacti-0.8.8e +++ b/metadata/md5-cache/net-analyzer/cacti-0.8.8e @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/php[cli,mysql,session,sockets,xml] dev-php/adodb net-analyzer/rrdtool[graph] virtual/cron virtual/mysql snmp? ( >=net-analyzer/net-snmp-5.2.0 ) >=app-admin/webapp-config-1.50.15 SLOT=0.8.8e SRC_URI=http://www.cacti.net/downloads/cacti-0.8.8e.tar.gz -_eclasses_=depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=9db6e0543fb2f65ab54c78546329f5b9 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=0c48f632393c22514e9076f1ae8d3978 diff --git a/metadata/md5-cache/net-analyzer/cacti-0.8.8f b/metadata/md5-cache/net-analyzer/cacti-0.8.8f index 732dbe8ffd7a..fc80328316d6 100644 --- a/metadata/md5-cache/net-analyzer/cacti-0.8.8f +++ b/metadata/md5-cache/net-analyzer/cacti-0.8.8f @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=dev-lang/php[cli,mysql,session,sockets,xml] dev-php/adodb net-analyzer/rrdtool[graph] virtual/cron virtual/mysql snmp? ( >=net-analyzer/net-snmp-5.2.0 ) >=app-admin/webapp-config-1.50.15 SLOT=0.8.8f SRC_URI=http://www.cacti.net/downloads/cacti-0.8.8f.tar.gz -_eclasses_=depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=f7e75abd16c84b7e488827b92e1bc430 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=5617b0db8b35d751cc188551a3bbdbee diff --git a/metadata/md5-cache/net-analyzer/zabbix-2.2.11 b/metadata/md5-cache/net-analyzer/zabbix-2.2.11 index c41106c9cb2c..6043b4a9e76d 100644 --- a/metadata/md5-cache/net-analyzer/zabbix-2.2.11 +++ b/metadata/md5-cache/net-analyzer/zabbix-2.2.11 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( dev-db/postgresql:* ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) xmpp? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) proxy? ( <=net-analyzer/fping-2.9 ) server? ( <=net-analyzer/fping-2.9 app-admin/webapp-config ) java? ( >=virtual/jre-1.4 dev-java/slf4j-api ) frontend? ( >=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode] || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] ) media-libs/gd[png] app-admin/webapp-config ) java? ( >=dev-java/java-config-2.2.0 ) SLOT=0 SRC_URI=http://prdownloads.sourceforge.net/zabbix/zabbix-2.2.11.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=c3b48d29efab75c567952677e90d4e32 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=40ddf1ee718640d65c4b819b67e41c62 diff --git a/metadata/md5-cache/net-analyzer/zabbix-2.2.5 b/metadata/md5-cache/net-analyzer/zabbix-2.2.5 index eef3e6b64f0c..96b254b2302c 100644 --- a/metadata/md5-cache/net-analyzer/zabbix-2.2.5 +++ b/metadata/md5-cache/net-analyzer/zabbix-2.2.5 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( dev-db/postgresql:* ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) xmpp? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) proxy? ( <=net-analyzer/fping-2.9 ) server? ( <=net-analyzer/fping-2.9 app-admin/webapp-config ) java? ( >=virtual/jre-1.4 dev-java/slf4j-api dev-java/json-simple ) frontend? ( >=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode] || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] ) media-libs/gd[png] app-admin/webapp-config ) java? ( >=dev-java/java-config-2.2.0 ) SLOT=0 SRC_URI=http://prdownloads.sourceforge.net/zabbix/zabbix-2.2.5.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=8e41033ed247b8cca1a7a5a937cbad13 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=40575fbcceb741ad702d3e22ec318a9e diff --git a/metadata/md5-cache/net-analyzer/zabbix-2.2.9 b/metadata/md5-cache/net-analyzer/zabbix-2.2.9 index fddd655b271f..0e1126442b6e 100644 --- a/metadata/md5-cache/net-analyzer/zabbix-2.2.9 +++ b/metadata/md5-cache/net-analyzer/zabbix-2.2.9 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( dev-db/postgresql:* ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) xmpp? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) proxy? ( <=net-analyzer/fping-2.9 ) server? ( <=net-analyzer/fping-2.9 app-admin/webapp-config ) java? ( >=virtual/jre-1.4 dev-java/slf4j-api ) frontend? ( >=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode] || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] ) media-libs/gd[png] app-admin/webapp-config ) java? ( >=dev-java/java-config-2.2.0 ) SLOT=0 SRC_URI=http://prdownloads.sourceforge.net/zabbix/zabbix-2.2.9.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=c3b48d29efab75c567952677e90d4e32 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=40ddf1ee718640d65c4b819b67e41c62 diff --git a/metadata/md5-cache/net-analyzer/zabbix-2.4.5 b/metadata/md5-cache/net-analyzer/zabbix-2.4.5 index a2953681a5b3..431647110af0 100644 --- a/metadata/md5-cache/net-analyzer/zabbix-2.4.5 +++ b/metadata/md5-cache/net-analyzer/zabbix-2.4.5 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( dev-db/postgresql:* ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) xmpp? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) proxy? ( <=net-analyzer/fping-2.9 ) server? ( <=net-analyzer/fping-2.9 app-admin/webapp-config ) java? ( >=virtual/jre-1.6 dev-java/slf4j-api ) frontend? ( >=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode] || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] ) media-libs/gd[png] app-admin/webapp-config ) java? ( >=dev-java/java-config-2.2.0 ) SLOT=0 SRC_URI=http://prdownloads.sourceforge.net/zabbix/zabbix-2.4.5.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=3022df4492b08b911429ee144f079fb6 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=26acc9a7b1376543c5c50d336465041b diff --git a/metadata/md5-cache/net-analyzer/zabbix-2.4.7 b/metadata/md5-cache/net-analyzer/zabbix-2.4.7 index 523108037109..a8262366160a 100644 --- a/metadata/md5-cache/net-analyzer/zabbix-2.4.7 +++ b/metadata/md5-cache/net-analyzer/zabbix-2.4.7 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap =dev-libs/cyrus-sasl-2* net-libs/gnutls ) mysql? ( >=virtual/mysql-5.0.3 ) sqlite? ( >=dev-db/sqlite-3.3.5 ) postgres? ( dev-db/postgresql:* ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) xmpp? ( dev-libs/iksemel ) libxml2? ( dev-libs/libxml2 ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) odbc? ( dev-db/unixODBC ) proxy? ( <=net-analyzer/fping-2.9 ) server? ( <=net-analyzer/fping-2.9 app-admin/webapp-config ) java? ( >=virtual/jre-1.6 dev-java/slf4j-api ) frontend? ( >=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode] || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] ) media-libs/gd[png] app-admin/webapp-config ) java? ( >=dev-java/java-config-2.2.0 ) SLOT=0 SRC_URI=http://prdownloads.sourceforge.net/zabbix/zabbix-2.4.7.tar.gz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=3022df4492b08b911429ee144f079fb6 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=26acc9a7b1376543c5c50d336465041b diff --git a/metadata/md5-cache/net-fs/samba-4.1.22 b/metadata/md5-cache/net-fs/samba-4.1.22 deleted file mode 100644 index d3040c13b6df..000000000000 --- a/metadata/md5-cache/net-fs/samba-4.1.22 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst prepare setup test unpack -DEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=app-crypt/heimdal-1.5[-ssl,-threads] dev-libs/iniparser:0 dev-libs/popt sys-libs/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] sys-apps/attr sys-libs/libcap >=sys-libs/ntdb-1.0[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=sys-libs/ldb-1.1.24 sys-libs/ncurses:0= >=sys-libs/tdb-1.2.12[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=sys-libs/talloc-2.1.2[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=sys-libs/tevent-0.9.18 sys-libs/zlib virtual/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( >=dev-db/ctdb-1.0.114_p1 ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap ) systemd? ( sys-apps/systemd:0= ) virtual/pkgconfig dev-lang/python !dev-lang/python[-threads] virtual/pkgconfig -DESCRIPTION=Samba Suite Version 4 -EAPI=5 -HOMEPAGE=http://www.samba.org/ -IUSE=acl addns ads aio avahi client cluster cups dmapi fam gnutls iprint ldap quota selinux syslog systemd test winbind python_targets_python2_7 -KEYWORDS=~amd64 ~arm64 ~hppa ~x86 -LICENSE=GPL-3 -RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=app-crypt/heimdal-1.5[-ssl,-threads] dev-libs/iniparser:0 dev-libs/popt sys-libs/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] sys-apps/attr sys-libs/libcap >=sys-libs/ntdb-1.0[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=sys-libs/ldb-1.1.24 sys-libs/ncurses:0= >=sys-libs/tdb-1.2.12[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=sys-libs/talloc-2.1.2[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=sys-libs/tevent-0.9.18 sys-libs/zlib virtual/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( >=dev-db/ctdb-1.0.114_p1 ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap ) systemd? ( sys-apps/systemd:0= ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) -REQUIRED_USE=ads? ( acl ldap ) python_targets_python2_7 -RESTRICT=mirror -SLOT=0 -SRC_URI=mirror://samba/stable/samba-4.1.22.tar.gz -_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c linux-info 8f92e5ac1a1da684c5450b1b21a1f56a multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils ad1dd5b59c523843eebd3a9934c509ca -_md5_=5720f7bb1a35700fb59a013e5ab4ecb1 diff --git a/metadata/md5-cache/net-fs/samba-4.2.7-r1 b/metadata/md5-cache/net-fs/samba-4.2.7-r1 new file mode 100644 index 000000000000..6f7664e6f894 --- /dev/null +++ b/metadata/md5-cache/net-fs/samba-4.2.7-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=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-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(-)?] sys-libs/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=net-libs/socket_wrapper-1.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(-)?] 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/libcap >=sys-libs/ldb-1.1.24[abi_x86_32(-)?,abi_x86_64(-)?,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/ncurses:0= >=sys-libs/nss_wrapper-1.0.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/ntdb-1.0[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.2[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tdb-1.3.6[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tevent-0.9.25[abi_x86_32(-)?,abi_x86_64(-)?,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/uid_wrapper-1.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] 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/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( >=dev-db/ctdb-1.0.114_p1 ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap ) system-mitkrb5? ( app-crypt/mit-krb5[abi_x86_32(-)?,abi_x86_64(-)?,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/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(-)?] ) systemd? ( sys-apps/systemd:0= ) virtual/pkgconfig dev-lang/python !dev-lang/python[-threads] virtual/pkgconfig +DESCRIPTION=Samba Suite Version 4 +EAPI=5 +HOMEPAGE=http://www.samba.org/ +IUSE=acl addc addns ads aio avahi client cluster cups dmapi fam gnutls iprint ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind 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 ~hppa ~x86 +LICENSE=GPL-3 +RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=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-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(-)?] sys-libs/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=net-libs/socket_wrapper-1.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(-)?] 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/libcap >=sys-libs/ldb-1.1.24[abi_x86_32(-)?,abi_x86_64(-)?,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/ncurses:0= >=sys-libs/nss_wrapper-1.0.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/ntdb-1.0[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.2[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tdb-1.3.6[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tevent-0.9.25[abi_x86_32(-)?,abi_x86_64(-)?,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/uid_wrapper-1.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] 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/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( >=dev-db/ctdb-1.0.114_p1 ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap ) system-mitkrb5? ( app-crypt/mit-krb5[abi_x86_32(-)?,abi_x86_64(-)?,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/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(-)?] ) systemd? ( sys-apps/systemd:0= ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) +REQUIRED_USE=addc? ( gnutls !system-mitkrb5 ) ads? ( acl gnutls ldap ) python_targets_python2_7 +SLOT=0 +SRC_URI=mirror://samba/stable/samba-4.2.7.tar.gz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c linux-info 8f92e5ac1a1da684c5450b1b21a1f56a multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils ad1dd5b59c523843eebd3a9934c509ca +_md5_=63c204a8cba4aeb03e5e4c6e6ccce6e3 diff --git a/metadata/md5-cache/net-fs/samba-4.3.3-r1 b/metadata/md5-cache/net-fs/samba-4.3.3-r1 new file mode 100644 index 000000000000..2e1669b71674 --- /dev/null +++ b/metadata/md5-cache/net-fs/samba-4.3.3-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=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-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(-)?] sys-libs/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=net-libs/socket_wrapper-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] 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/libcap >=sys-libs/ldb-1.1.24[abi_x86_32(-)?,abi_x86_64(-)?,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/ncurses:0= >=sys-libs/nss_wrapper-1.0.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.3[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tdb-1.3.7[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tevent-0.9.25[abi_x86_32(-)?,abi_x86_64(-)?,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/uid_wrapper-1.1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] 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/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( >=dev-db/ctdb-1.0.114_p1 ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap ) system-mitkrb5? ( app-crypt/mit-krb5[abi_x86_32(-)?,abi_x86_64(-)?,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/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(-)?] ) systemd? ( sys-apps/systemd:0= ) virtual/pkgconfig dev-lang/python !dev-lang/python[-threads] virtual/pkgconfig +DESCRIPTION=Samba Suite Version 4 +EAPI=5 +HOMEPAGE=http://www.samba.org/ +IUSE=acl addc addns ads aio avahi client cluster cups dmapi fam gnutls iprint ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind 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 ~hppa ~x86 +LICENSE=GPL-3 +RDEPEND=>=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=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-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(-)?] sys-libs/readline:= virtual/libiconv dev-python/subunit[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=net-libs/socket_wrapper-1.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] 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/libcap >=sys-libs/ldb-1.1.24[abi_x86_32(-)?,abi_x86_64(-)?,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/ncurses:0= >=sys-libs/nss_wrapper-1.0.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/talloc-2.1.3[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tdb-1.3.7[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/tevent-0.9.25[abi_x86_32(-)?,abi_x86_64(-)?,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/uid_wrapper-1.1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] 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/pam acl? ( virtual/acl ) addns? ( net-dns/bind-tools[gssapi] ) aio? ( dev-libs/libaio ) cluster? ( >=dev-db/ctdb-1.0.114_p1 ) cups? ( net-print/cups ) dmapi? ( sys-apps/dmapi ) fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) ldap? ( net-nds/openldap ) system-mitkrb5? ( app-crypt/mit-krb5[abi_x86_32(-)?,abi_x86_64(-)?,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/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(-)?] ) systemd? ( sys-apps/systemd:0= ) client? ( net-fs/cifs-utils[ads?] ) selinux? ( sec-policy/selinux-samba ) +REQUIRED_USE=addc? ( gnutls !system-mitkrb5 ) ads? ( acl gnutls ldap ) python_targets_python2_7 +SLOT=0 +SRC_URI=mirror://samba/stable/samba-4.3.3.tar.gz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c linux-info 8f92e5ac1a1da684c5450b1b21a1f56a multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c waf-utils ad1dd5b59c523843eebd3a9934c509ca +_md5_=15a44fee562b5701e7e78d0ee7b5d1b5 diff --git a/metadata/md5-cache/net-misc/chrome-remote-desktop-44.0.2403.44 b/metadata/md5-cache/net-misc/chrome-remote-desktop-44.0.2403.44 deleted file mode 100644 index 316e0e6a8329..000000000000 --- a/metadata/md5-cache/net-misc/chrome-remote-desktop-44.0.2403.44 +++ /dev/null @@ -1,11 +0,0 @@ -DEFINED_PHASES=install postinst prepare unpack -DESCRIPTION=access remote computers via Chrome! -EAPI=4 -HOMEPAGE=https://support.google.com/chrome/answer/1649523 https://chrome.google.com/remotedesktop -KEYWORDS=-* ~amd64 ~x86 -LICENSE=google-chrome -RDEPEND=app-admin/sudo dev-lang/python >=dev-libs/expat-2 dev-libs/glib:2 dev-libs/nspr dev-libs/nss dev-python/psutil gnome-base/gconf:2 media-libs/fontconfig media-libs/freetype:2 sys-devel/gcc sys-libs/glibc sys-libs/pam x11-libs/cairo x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXtst x11-libs/pango x11-base/xorg-server[xvfb] -SLOT=0 -SRC_URI=amd64? ( https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_44.0.2403.44_amd64.deb ) x86? ( https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_44.0.2403.44_i386.deb ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=4d67e7255a89a3db6973322e8f305741 diff --git a/metadata/md5-cache/net-misc/chrome-remote-desktop-45.0.2454.17-r2 b/metadata/md5-cache/net-misc/chrome-remote-desktop-47.0.2526.18 similarity index 91% rename from metadata/md5-cache/net-misc/chrome-remote-desktop-45.0.2454.17-r2 rename to metadata/md5-cache/net-misc/chrome-remote-desktop-47.0.2526.18 index efbf6158f02e..bedd7248da39 100644 --- a/metadata/md5-cache/net-misc/chrome-remote-desktop-45.0.2454.17-r2 +++ b/metadata/md5-cache/net-misc/chrome-remote-desktop-47.0.2526.18 @@ -7,6 +7,6 @@ KEYWORDS=-* ~amd64 ~x86 LICENSE=google-chrome RDEPEND=app-admin/sudo >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=dev-libs/expat-2 dev-libs/glib:2 dev-libs/nspr dev-libs/nss dev-python/psutil gnome-base/gconf:2 media-libs/fontconfig media-libs/freetype:2 sys-devel/gcc sys-libs/glibc sys-libs/pam x11-libs/cairo x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXtst x11-libs/pango x11-base/xorg-server[xvfb] SLOT=0 -SRC_URI=amd64? ( https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_45.0.2454.17_amd64.deb ) x86? ( https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_45.0.2454.17_i386.deb ) +SRC_URI=amd64? ( https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_47.0.2526.18_amd64.deb ) x86? ( https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/chrome-remote-desktop/chrome-remote-desktop_47.0.2526.18_i386.deb ) _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 -_md5_=68cf0a486b89df5fa81431bc17892ce2 +_md5_=3f6121d81ecf1e65f8afb17824aa893c diff --git a/metadata/md5-cache/net-misc/dhcpcd-6.10.0 b/metadata/md5-cache/net-misc/dhcpcd-6.10.0 index 92bcdbdf3cc1..6135c1e82933 100644 --- a/metadata/md5-cache/net-misc/dhcpcd-6.10.0 +++ b/metadata/md5-cache/net-misc/dhcpcd-6.10.0 @@ -4,10 +4,10 @@ DESCRIPTION=A fully featured, yet light weight RFC2131 compliant DHCP client EAPI=5 HOMEPAGE=http://roy.marples.name/projects/dhcpcd/ IUSE=elibc_glibc +embedded ipv6 kernel_linux +udev -KEYWORDS=~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux +KEYWORDS=~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux LICENSE=BSD-2 RDEPEND=udev? ( virtual/udev ) SLOT=0 SRC_URI=http://roy.marples.name/downloads/dhcpcd/dhcpcd-6.10.0.tar.xz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=d6fcda3c7fc69f2da232cc2272ac08ee +_md5_=a6219de2ebe33e861245937ca4c72837 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2016.01.01 b/metadata/md5-cache/net-misc/youtube-dl-2016.01.01 index bc0a1508537d..39c9b8fd6f89 100644 --- a/metadata/md5-cache/net-misc/youtube-dl-2016.01.01 +++ b/metadata/md5-cache/net-misc/youtube-dl-2016.01.01 @@ -4,11 +4,11 @@ DESCRIPTION=Download videos from YouTube.com (and more sites...) EAPI=5 HOMEPAGE=https://rg3.github.com/youtube-dl/ IUSE=offensive test python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 python_targets_python3_5 python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python3_5 -KEYWORDS=amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=amd64 ~arm hppa ~ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=public-domain RDEPEND=python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_single_target_python3_4? ( dev-lang/python:3.4 ) python_single_target_python3_5? ( dev-lang/python:3.5 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)?,python_single_target_python3_3(+)?,python_single_target_python3_4(+)?,python_single_target_python3_5(+)?] REQUIRED_USE=^^ ( python_single_target_python2_7 python_single_target_python3_3 python_single_target_python3_4 python_single_target_python3_5 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) python_single_target_python3_4? ( python_targets_python3_4 ) python_single_target_python3_5? ( python_targets_python3_5 ) SLOT=0 SRC_URI=http://youtube-dl.org/downloads/2016.01.01/youtube-dl-2016.01.01.tar.gz _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=962996b50f7f38aea0b1130829baf33e +_md5_=f73ba67b23d8d9cd55f3f89d2c135826 diff --git a/metadata/md5-cache/net-nds/nsscache-0.30-r3 b/metadata/md5-cache/net-nds/nsscache-0.31 similarity index 92% rename from metadata/md5-cache/net-nds/nsscache-0.30-r3 rename to metadata/md5-cache/net-nds/nsscache-0.31 index 8113dc08f549..9b7a0f44481e 100644 --- a/metadata/md5-cache/net-nds/nsscache-0.30-r3 +++ b/metadata/md5-cache/net-nds/nsscache-0.31 @@ -10,6 +10,6 @@ RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/ REQUIRED_USE=|| ( python_targets_python2_7 ) || ( python_targets_python2_7 ) RESTRICT=test SLOT=0 -SRC_URI=https://github.com/google/nsscache/archive/version/0.30.tar.gz -> nsscache-0.30.tar.gz https://dev.gentoo.org/~robbat2/nsscache-0.30-r3-gentoo-authorized-keys-command.py +SRC_URI=https://github.com/google/nsscache/archive/version/0.31.tar.gz -> nsscache-0.31.tar.gz https://dev.gentoo.org/~robbat2/nsscache-0.30-r3-gentoo-authorized-keys-command.py _eclasses_=distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=81440e598b3f7a8392611394efdcc1a0 +_md5_=f3ff644fa50a47f9f8c4ede920690565 diff --git a/metadata/md5-cache/ros-meta/mavros-0.16.5 b/metadata/md5-cache/ros-meta/mavros-0.16.5 new file mode 100644 index 000000000000..fe26c658207a --- /dev/null +++ b/metadata/md5-cache/ros-meta/mavros-0.16.5 @@ -0,0 +1,10 @@ +DEFINED_PHASES=- +DEPEND=dev-ros/libmavconn dev-ros/mavros dev-ros/mavros_extras dev-ros/mavros_msgs +DESCRIPTION=Metapackage for mavros packages +EAPI=5 +HOMEPAGE=http://wiki.ros.org/mavros +KEYWORDS=~amd64 ~arm +LICENSE=metapackage +RDEPEND=dev-ros/libmavconn dev-ros/mavros dev-ros/mavros_extras dev-ros/mavros_msgs +SLOT=0 +_md5_=44d23b157b834e0682da8b7a7c29df05 diff --git a/metadata/md5-cache/sci-libs/gdal-2.0.1 b/metadata/md5-cache/sci-libs/gdal-2.0.1 index dc3edee302c8..7772645e7e51 100644 --- a/metadata/md5-cache/sci-libs/gdal-2.0.1 +++ b/metadata/md5-cache/sci-libs/gdal-2.0.1 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack -DEPEND=dev-libs/expat dev-libs/json-c dev-libs/libpcre dev-libs/libxml2 media-libs/tiff:0= sci-libs/libgeotiff sys-libs/zlib[minizip(+)] armadillo? ( sci-libs/armadillo[lapack] ) curl? ( net-misc/curl ) fits? ( sci-libs/cfitsio ) geos? ( >=sci-libs/geos-2.2.1 ) gif? ( media-libs/giflib ) gml? ( >=dev-libs/xerces-c-3 ) hdf5? ( >=sci-libs/hdf5-1.6.4[szip] ) java? ( >=virtual/jre-1.6:* ) jpeg? ( virtual/jpeg:0= ) jpeg2k? ( media-libs/jasper ) mysql? ( virtual/mysql ) netcdf? ( sci-libs/netcdf ) odbc? ( dev-db/unixODBC ) ogdi? ( sci-libs/ogdi ) opencl? ( virtual/opencl ) pdf? ( >=app-text/poppler-0.24.3:= ) perl? ( dev-lang/perl:= ) png? ( media-libs/libpng:0= ) postgres? ( >=dev-db/postgresql-8.4:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sqlite? ( dev-db/sqlite:3 ) spatialite? ( dev-db/spatialite ) xls? ( dev-libs/freexl ) doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.6 ) perl? ( dev-lang/swig:0 ) python? ( dev-lang/swig:0 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 java? ( >=dev-java/java-config-2.2.0 ) +DEPEND=dev-libs/expat dev-libs/json-c dev-libs/libpcre dev-libs/libxml2 media-libs/tiff:0= sci-libs/libgeotiff sys-libs/zlib[minizip(+)] armadillo? ( sci-libs/armadillo[lapack] ) curl? ( net-misc/curl ) fits? ( sci-libs/cfitsio ) geos? ( >=sci-libs/geos-2.2.1 ) gif? ( media-libs/giflib:= ) gml? ( >=dev-libs/xerces-c-3 ) hdf5? ( >=sci-libs/hdf5-1.6.4[szip] ) java? ( >=virtual/jre-1.6:* ) jpeg? ( virtual/jpeg:0= ) jpeg2k? ( media-libs/jasper ) mysql? ( virtual/mysql ) netcdf? ( sci-libs/netcdf ) odbc? ( dev-db/unixODBC ) ogdi? ( sci-libs/ogdi ) opencl? ( virtual/opencl ) pdf? ( >=app-text/poppler-0.24.3:= ) perl? ( dev-lang/perl:= ) png? ( media-libs/libpng:0= ) postgres? ( >=dev-db/postgresql-8.4:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sqlite? ( dev-db/sqlite:3 ) spatialite? ( dev-db/spatialite ) xls? ( dev-libs/freexl ) doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.6 ) perl? ( dev-lang/swig:0 ) python? ( dev-lang/swig:0 ) !=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 java? ( >=dev-java/java-config-2.2.0 ) DESCRIPTION=Translator library for raster geospatial data formats (includes OGR support) EAPI=5 HOMEPAGE=http://www.gdal.org/ IUSE=armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python spatialite sqlite threads xls python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 elibc_FreeBSD java KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=MIT -RDEPEND=dev-libs/expat dev-libs/json-c dev-libs/libpcre dev-libs/libxml2 media-libs/tiff:0= sci-libs/libgeotiff sys-libs/zlib[minizip(+)] armadillo? ( sci-libs/armadillo[lapack] ) curl? ( net-misc/curl ) fits? ( sci-libs/cfitsio ) geos? ( >=sci-libs/geos-2.2.1 ) gif? ( media-libs/giflib ) gml? ( >=dev-libs/xerces-c-3 ) hdf5? ( >=sci-libs/hdf5-1.6.4[szip] ) java? ( >=virtual/jre-1.6:* ) jpeg? ( virtual/jpeg:0= ) jpeg2k? ( media-libs/jasper ) mysql? ( virtual/mysql ) netcdf? ( sci-libs/netcdf ) odbc? ( dev-db/unixODBC ) ogdi? ( sci-libs/ogdi ) opencl? ( virtual/opencl ) pdf? ( >=app-text/poppler-0.24.3:= ) perl? ( dev-lang/perl:= ) png? ( media-libs/libpng:0= ) postgres? ( >=dev-db/postgresql-8.4:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sqlite? ( dev-db/sqlite:3 ) spatialite? ( dev-db/spatialite ) xls? ( dev-libs/freexl ) java? ( >=dev-java/java-config-2.2.0 ) +RDEPEND=dev-libs/expat dev-libs/json-c dev-libs/libpcre dev-libs/libxml2 media-libs/tiff:0= sci-libs/libgeotiff sys-libs/zlib[minizip(+)] armadillo? ( sci-libs/armadillo[lapack] ) curl? ( net-misc/curl ) fits? ( sci-libs/cfitsio ) geos? ( >=sci-libs/geos-2.2.1 ) gif? ( media-libs/giflib:= ) gml? ( >=dev-libs/xerces-c-3 ) hdf5? ( >=sci-libs/hdf5-1.6.4[szip] ) java? ( >=virtual/jre-1.6:* ) jpeg? ( virtual/jpeg:0= ) jpeg2k? ( media-libs/jasper ) mysql? ( virtual/mysql ) netcdf? ( sci-libs/netcdf ) odbc? ( dev-db/unixODBC ) ogdi? ( sci-libs/ogdi ) opencl? ( virtual/opencl ) pdf? ( >=app-text/poppler-0.24.3:= ) perl? ( dev-lang/perl:= ) png? ( media-libs/libpng:0= ) postgres? ( >=dev-db/postgresql-8.4:= ) python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] dev-python/numpy[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) sqlite? ( dev-db/sqlite:3 ) spatialite? ( dev-db/spatialite ) xls? ( dev-libs/freexl ) java? ( >=dev-java/java-config-2.2.0 ) REQUIRED_USE=spatialite? ( sqlite ) mdb? ( java ) SLOT=0 SRC_URI=http://download.osgeo.org/gdal/2.0.1/gdal-2.0.1.tar.gz _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c java-pkg-opt-2 40db73f27fc6458ec2105812a4f261c7 java-utils-2 5f1bd1f8baff3ee957cb72c75c3949f2 libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 perl-functions 15aff0b9cba2282790142295ceb6be0c perl-module b2108b3c85ac7a6a6a9b035b54f6813c python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 unpacker 1d149d9bda7723e740cfd28118f27813 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=adba4a819735b685e8affa6caadb7b98 +_md5_=1abb975a6f205acd3fb7a97d48c6c669 diff --git a/metadata/md5-cache/sci-physics/bullet-2.80 b/metadata/md5-cache/sci-physics/bullet-2.80 deleted file mode 100644 index 542acc8ebae7..000000000000 --- a/metadata/md5-cache/sci-physics/bullet-2.80 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=virtual/opengl media-libs/freeglut doc? ( app-doc/doxygen[dot] ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Continuous Collision Detection and Physics Library -EAPI=4 -HOMEPAGE=http://www.bulletphysics.com/ -IUSE=doc double-precision examples extras -KEYWORDS=amd64 ~ppc64 x86 ~amd64-linux ~x86-linux -LICENSE=ZLIB -RDEPEND=virtual/opengl media-libs/freeglut -SLOT=0 -SRC_URI=https://bullet.googlecode.com/files/bullet-2.80-rev2531.tgz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=9f45b1716a18d3825011be6826a024c2 diff --git a/metadata/md5-cache/sci-physics/bullet-2.81 b/metadata/md5-cache/sci-physics/bullet-2.81 deleted file mode 100644 index 9335bcb645a9..000000000000 --- a/metadata/md5-cache/sci-physics/bullet-2.81 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=virtual/opengl media-libs/freeglut doc? ( app-doc/doxygen[dot] ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Continuous Collision Detection and Physics Library -EAPI=5 -HOMEPAGE=http://www.bulletphysics.com/ -IUSE=doc double-precision examples extras -KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux -LICENSE=ZLIB -RDEPEND=virtual/opengl media-libs/freeglut -SLOT=0 -SRC_URI=https://bullet.googlecode.com/files/bullet-2.81-rev2613.tgz -_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=af6beb3c9cc91683ca2ccb32598b2d8c diff --git a/metadata/md5-cache/sci-physics/bullet-2.83.4 b/metadata/md5-cache/sci-physics/bullet-2.83.4 index 907d365a99cf..589c0b9a20fa 100644 --- a/metadata/md5-cache/sci-physics/bullet-2.83.4 +++ b/metadata/md5-cache/sci-physics/bullet-2.83.4 @@ -4,10 +4,10 @@ DESCRIPTION=Continuous Collision Detection and Physics Library EAPI=5 HOMEPAGE=http://www.bulletphysics.com/ IUSE=+bullet3 doc double-precision examples extras -KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~ppc64 x86 ~amd64-linux ~x86-linux LICENSE=ZLIB RDEPEND=virtual/opengl media-libs/freeglut SLOT=0/2.83.4 SRC_URI=https://github.com/bulletphysics/bullet3/archive/2.83.4.tar.gz -> bullet-2.83.4.tar.gz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=aa0d1966b8536e21e4d004e2cfcf03e6 +_md5_=5aaba0bbac026ff8352d321e0d1a6a64 diff --git a/metadata/md5-cache/sci-physics/bullet-2.82 b/metadata/md5-cache/sci-physics/bullet-2.83.5 similarity index 77% rename from metadata/md5-cache/sci-physics/bullet-2.82 rename to metadata/md5-cache/sci-physics/bullet-2.83.5 index 91c23f164062..c4a3facc0fb0 100644 --- a/metadata/md5-cache/sci-physics/bullet-2.82 +++ b/metadata/md5-cache/sci-physics/bullet-2.83.5 @@ -3,11 +3,11 @@ DEPEND=virtual/opengl media-libs/freeglut doc? ( app-doc/doxygen[dot] ) sys-deve DESCRIPTION=Continuous Collision Detection and Physics Library EAPI=5 HOMEPAGE=http://www.bulletphysics.com/ -IUSE=doc double-precision examples extras +IUSE=+bullet3 doc double-precision examples extras KEYWORDS=~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux LICENSE=ZLIB RDEPEND=virtual/opengl media-libs/freeglut -SLOT=0/2.82 -SRC_URI=https://bullet.googlecode.com/files/bullet-2.82-r2704.tgz +SLOT=0/2.83.5 +SRC_URI=https://github.com/bulletphysics/bullet3/archive/2.83.5.tar.gz -> bullet-2.83.5.tar.gz _eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=f5a6a749b638cc460838beca2054c37d +_md5_=1b9e48d9a93296ba8597b0dfdd02ae88 diff --git a/metadata/md5-cache/sci-physics/lhapdf-5.8.4 b/metadata/md5-cache/sci-physics/lhapdf-5.8.4 deleted file mode 100644 index 718a660ef0ef..000000000000 --- a/metadata/md5-cache/sci-physics/lhapdf-5.8.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm prepare test unpack -DEPEND=octave? ( sci-mathematics/octave ) doc? ( app-doc/doxygen[latex] ) python? ( dev-lang/swig ) -DESCRIPTION=Les Houches Parton Density Function unified library -EAPI=2 -HOMEPAGE=http://projects.hepforge.org/lhapdf/ -IUSE=cxx doc examples octave python test -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=octave? ( sci-mathematics/octave ) -SLOT=0 -SRC_URI=http://www.hepforge.org/archive/lhapdf/lhapdf-5.8.4.tar.gz http://projects.hepforge.org/lhapdf/updates-5.8.3/wrapheragrid.f http://projects.hepforge.org/lhapdf/updates-5.8.3/wrapheragrid-lite.f test? ( http://svn.hepforge.org/lhapdf/pdfsets/tags/5.8.4/cteq61.LHgrid http://svn.hepforge.org/lhapdf/pdfsets/tags/5.8.4/MRST2004nlo.LHgrid http://svn.hepforge.org/lhapdf/pdfsets/tags/5.8.4/cteq61.LHpdf octave? ( http://svn.hepforge.org/lhapdf/pdfsets/tags/5.8.4/cteq5l.LHgrid ) ) -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c -_md5_=60ba58fb6822b2ed57baa4b23a065a41 diff --git a/metadata/md5-cache/sci-physics/lhapdf-5.9.1 b/metadata/md5-cache/sci-physics/lhapdf-5.9.1 new file mode 100644 index 000000000000..7c61c221fce5 --- /dev/null +++ b/metadata/md5-cache/sci-physics/lhapdf-5.9.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install postinst postrm prepare test +DEPEND=octave? ( sci-mathematics/octave ) doc? ( app-doc/doxygen[latex] ) python? ( dev-lang/swig ) +DESCRIPTION=Les Houches Parton Density Function unified library +EAPI=5 +HOMEPAGE=http://projects.hepforge.org/lhapdf/ +IUSE=cxx doc examples octave python test +KEYWORDS=amd64 x86 +LICENSE=GPL-2 +RDEPEND=octave? ( sci-mathematics/octave ) +SLOT=0 +SRC_URI=http://www.hepforge.org/archive/lhapdf/lhapdf-5.9.1.tar.gz test? ( http://lhapdf.hepforge.org/svn/pdfsets/5/CT10.LHgrid http://lhapdf.hepforge.org/svn/pdfsets/5/cteq61.LHgrid http://lhapdf.hepforge.org/svn/pdfsets/5/MRST2004nlo.LHgrid http://lhapdf.hepforge.org/svn/pdfsets/5/cteq61.LHpdf octave? ( http://lhapdf.hepforge.org/svn/pdfsets/5/cteq5l.LHgrid ) ) +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=2dfb4493e271046557c695f8eb9cb259 diff --git a/metadata/md5-cache/sci-physics/lhapdf-6.1.6 b/metadata/md5-cache/sci-physics/lhapdf-6.1.6 new file mode 100644 index 000000000000..a0fa9f1308c8 --- /dev/null +++ b/metadata/md5-cache/sci-physics/lhapdf-6.1.6 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-libs/boost:0= python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) doc? ( app-doc/doxygen[latex] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +DESCRIPTION=Les Houches Parton Density Function unified library +EAPI=5 +HOMEPAGE=http://lhapdf.hepforge.org/ +IUSE=doc examples python static-libs python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=GPL-2 +RDEPEND=dev-libs/boost:0= python? ( python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python2_7(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-)] +REQUIRED_USE=python? ( || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) ) || ( python_targets_python2_7 python_targets_python3_3 python_targets_python3_4 ) +SLOT=0 +SRC_URI=http://www.hepforge.org/archive/lhapdf/LHAPDF-6.1.6.tar.gz +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb distutils-r1 4e8ac1ba76ddacd8f7c0289aa586a34c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-r1 0f6937650a475d673baa5d0c8c0b37b3 python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=d6ad7174fdf3d6d7fe2f20f3b6a60217 diff --git a/metadata/md5-cache/sys-apps/iproute2-4.4.0 b/metadata/md5-cache/sys-apps/iproute2-4.4.0 new file mode 100644 index 000000000000..20d0306c9598 --- /dev/null +++ b/metadata/md5-cache/sys-apps/iproute2-4.4.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install prepare +DEPEND=!net-misc/arpd !minimal? ( net-libs/libmnl ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) app-arch/xz-utils iptables? ( virtual/pkgconfig ) sys-devel/bison sys-devel/flex >=sys-kernel/linux-headers-3.16 elibc_glibc? ( >=sys-libs/glibc-2.7 ) +DESCRIPTION=kernel routing and traffic control utilities +EAPI=5 +HOMEPAGE=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 +IUSE=atm berkdb +iptables ipv6 minimal selinux +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=!net-misc/arpd !minimal? ( net-libs/libmnl ) iptables? ( >=net-firewall/iptables-1.4.20:= ) berkdb? ( sys-libs/db:= ) atm? ( net-dialup/linux-atm ) selinux? ( sys-libs/libselinux ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/net/iproute2/iproute2-4.4.0.tar.xz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=cfc042449314664b4655324d16ff1edc diff --git a/metadata/md5-cache/sys-apps/paludis-2.4.0 b/metadata/md5-cache/sys-apps/paludis-2.4.0 index 165b330bbd8e..ffcee99c3d2b 100644 --- a/metadata/md5-cache/sys-apps/paludis-2.4.0 +++ b/metadata/md5-cache/sys-apps/paludis-2.4.0 @@ -3,7 +3,7 @@ DEPEND=>=app-admin/eselect-1.2.13 >=app-shells/bash-3.2 dev-libs/libpcre[cxx] sy DESCRIPTION=paludis, the other package mangler EAPI=5 HOMEPAGE=http://paludis.exherbo.org/ -IUSE=doc pbins pink python ruby search-index test xml python_targets_python2_7 +IUSE=doc pbins pink python ruby search-index test +xml python_targets_python2_7 KEYWORDS=~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 LICENSE=GPL-2 vim PDEPEND=app-eselect/eselect-package-manager @@ -12,4 +12,4 @@ REQUIRED_USE=python? ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://paludis.exherbo.org/download/paludis-2.4.0.tar.bz2 _eclasses_=bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=6bfc02ee1d4da4808450aed7a0be5b94 +_md5_=5d1f1c24e89ba6ff7ff2369f34149c64 diff --git a/metadata/md5-cache/sys-apps/paludis-9999 b/metadata/md5-cache/sys-apps/paludis-9999 index 752877950be6..086ea6986874 100644 --- a/metadata/md5-cache/sys-apps/paludis-9999 +++ b/metadata/md5-cache/sys-apps/paludis-9999 @@ -3,11 +3,11 @@ DEPEND=>=app-admin/eselect-1.2.13 >=app-shells/bash-3.2 dev-libs/libpcre[cxx] sy DESCRIPTION=paludis, the other package mangler EAPI=5 HOMEPAGE=http://paludis.exherbo.org/ -IUSE=doc pbins pink python ruby search-index test xml python_targets_python2_7 +IUSE=doc pbins pink python ruby search-index test +xml python_targets_python2_7 LICENSE=GPL-2 vim PDEPEND=app-eselect/eselect-package-manager RDEPEND=>=app-admin/eselect-1.2.13 >=app-shells/bash-3.2 dev-libs/libpcre[cxx] sys-apps/file pbins? ( >=app-arch/libarchive-3.1.2 ) python? ( >=dev-lang/python-2.7.5-r2:2.7 >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] >=dev-libs/boost-1.41.0[python,python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) ruby? ( dev-lang/ruby:2.0 ) search-index? ( >=dev-db/sqlite-3 ) xml? ( >=dev-libs/libxml2-2.6 ) sys-apps/sandbox REQUIRED_USE=python? ( python_targets_python2_7 ) SLOT=0 _eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c bash-completion-r1 acf715fa09463f043fbfdc1640f3fb85 eutils d9bd2ddd85a58e470b49ca997e255a4c git-r3 0961ca04f93a7ae0e4c4a0b2b8c3be99 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=22487cf278eed76a2c026a87f0969a30 +_md5_=88310bbcc8679f5cb7a79c3e90b44b1b diff --git a/metadata/md5-cache/sys-libs/ldb-1.1.24 b/metadata/md5-cache/sys-libs/ldb-1.1.24 index ffd1423c1d22..0b29ba56c760 100644 --- a/metadata/md5-cache/sys-libs/ldb-1.1.24 +++ b/metadata/md5-cache/sys-libs/ldb-1.1.24 @@ -4,11 +4,11 @@ DESCRIPTION=An LDAP-like embedded database EAPI=5 HOMEPAGE=http://ldb.samba.org IUSE=doc python_targets_python2_7 -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=LGPL-3 RDEPEND=dev-libs/popt >=sys-libs/talloc-2.1.5[python] >=sys-libs/tevent-0.9.26[python(+)] >=sys-libs/tdb-1.3.8[python] net-nds/openldap !!=net-fs/samba-4.0.0[ldb] >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] REQUIRED_USE=python_targets_python2_7 SLOT=0/1.1.24 SRC_URI=http://www.samba.org/ftp/pub/ldb/ldb-1.1.24.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 waf-utils ad1dd5b59c523843eebd3a9934c509ca -_md5_=964450162a487407ac4b435ce2ecbca3 +_md5_=7ec105ffbfd9357866c9565743cc0687 diff --git a/metadata/md5-cache/sys-libs/ldb-1.1.24-r1 b/metadata/md5-cache/sys-libs/ldb-1.1.24-r1 new file mode 100644 index 000000000000..bece61e9d128 --- /dev/null +++ b/metadata/md5-cache/sys-libs/ldb-1.1.24-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=dev-libs/libxslt doc? ( app-doc/doxygen ) virtual/pkgconfig 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(-)?] >=sys-libs/talloc-2.1.5[python,abi_x86_32(-)?,abi_x86_64(-)?,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.26[python(+),abi_x86_32(-)?,abi_x86_64(-)?,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.8[python,abi_x86_32(-)?,abi_x86_64(-)?,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-nds/openldap !!=net-fs/samba-4.0.0[ldb] >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] dev-lang/python !dev-lang/python[-threads] +DESCRIPTION=An LDAP-like embedded database +EAPI=5 +HOMEPAGE=http://ldb.samba.org +IUSE=doc 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=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd +LICENSE=LGPL-3 +RDEPEND=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(-)?] >=sys-libs/talloc-2.1.5[python,abi_x86_32(-)?,abi_x86_64(-)?,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.26[python(+),abi_x86_32(-)?,abi_x86_64(-)?,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.8[python,abi_x86_32(-)?,abi_x86_64(-)?,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-nds/openldap !!=net-fs/samba-4.0.0[ldb] >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] +REQUIRED_USE=python_targets_python2_7 +SLOT=0/1.1.24 +SRC_URI=http://www.samba.org/ftp/pub/ldb/ldb-1.1.24.tar.gz +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 waf-utils ad1dd5b59c523843eebd3a9934c509ca +_md5_=8ed4232e006c7daf238123923b4728f3 diff --git a/metadata/md5-cache/sys-libs/talloc-2.1.5 b/metadata/md5-cache/sys-libs/talloc-2.1.5 index a228b50443e8..a37f3c77d8ab 100644 --- a/metadata/md5-cache/sys-libs/talloc-2.1.5 +++ b/metadata/md5-cache/sys-libs/talloc-2.1.5 @@ -4,7 +4,7 @@ DESCRIPTION=Samba talloc library EAPI=5 HOMEPAGE=http://talloc.samba.org/ IUSE=compat +python 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=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris LICENSE=GPL-3 LGPL-3+ LGPL-2 BSD RDEPEND=python? ( >=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) !!=dev-lang/python-2.7.5-r2:2.7[threads] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://samba.org/ftp/tdb/tdb-1.3.8.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 waf-utils ad1dd5b59c523843eebd3a9934c509ca -_md5_=98e01f1ea00259d48f718200f59731a4 +_md5_=b22b570edb1d82154b78856b4664b048 diff --git a/metadata/md5-cache/sys-libs/tevent-0.9.26 b/metadata/md5-cache/sys-libs/tevent-0.9.26 index c761c480fadc..97dbd7b64822 100644 --- a/metadata/md5-cache/sys-libs/tevent-0.9.26 +++ b/metadata/md5-cache/sys-libs/tevent-0.9.26 @@ -4,11 +4,11 @@ DESCRIPTION=Samba tevent library EAPI=5 HOMEPAGE=http://tevent.samba.org/ IUSE=python abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 python_targets_python2_7 -KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux LICENSE=GPL-3 RDEPEND=>=sys-libs/talloc-2.1.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(-)?] python? ( >=dev-lang/python-2.7.5-r2:2.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_jython2_7(-),python_single_target_python2_7(+)] ) REQUIRED_USE=python_targets_python2_7 SLOT=0 SRC_URI=http://samba.org/ftp/tevent/tevent-0.9.26.tar.gz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 multiprocessing e32940a7b2a9992ad217eccddb84d548 python-single-r1 2ebea8fbab356d63110245129a67a6dd python-utils-r1 30887c5e8630bbf27b5cf0fd74564323 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 waf-utils ad1dd5b59c523843eebd3a9934c509ca -_md5_=559cdc6abbac7035c3774d12c790f4c9 +_md5_=6de26f346aff149179eb732d0ce092cd diff --git a/metadata/md5-cache/www-apps/mantisbt-1.2.15-r1 b/metadata/md5-cache/www-apps/mantisbt-1.2.15-r1 index 7f63d07e8bd2..32f8e9973dea 100644 --- a/metadata/md5-cache/www-apps/mantisbt-1.2.15-r1 +++ b/metadata/md5-cache/www-apps/mantisbt-1.2.15-r1 @@ -9,5 +9,5 @@ LICENSE=GPL-2 RDEPEND=virtual/httpd-php virtual/httpd-cgi >=dev-php/adodb-5.10 >=app-admin/webapp-config-1.50.15 SLOT=1.2.15-r1 SRC_URI=mirror://sourceforge/mantisbt/mantisbt-1.2.15.tar.gz -_eclasses_=depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=49976dac251ac3039b5e44c060ff92a1 +_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 +_md5_=9bccaec747d30b6e8ccbfd4c66db8d2e diff --git a/metadata/md5-cache/www-apps/moodle-3.0.1 b/metadata/md5-cache/www-apps/moodle-3.0.2 similarity index 92% rename from metadata/md5-cache/www-apps/moodle-3.0.1 rename to metadata/md5-cache/www-apps/moodle-3.0.2 index fde8487e8254..16f7c71ccf2e 100644 --- a/metadata/md5-cache/www-apps/moodle-3.0.1 +++ b/metadata/md5-cache/www-apps/moodle-3.0.2 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=dev-lang/php-5.4.4[mysqli?,mssql?,postgres?,imap?,ldap?,odbc?,ctype,curl,iconv,json,session,simplexml,xml,zip,gd,intl,soap,ssl,tokenizer,xmlrpc] virtual/httpd-php virtual/cron >=app-admin/webapp-config-1.50.15 REQUIRED_USE=|| ( mysqli mssql postgres ) -SLOT=3.0.1 -SRC_URI=http://download.moodle.org/stable30/moodle-3.0.1.tgz +SLOT=3.0.2 +SRC_URI=http://download.moodle.org/stable30/moodle-3.0.2.tgz _eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c webapp 42c6ef7af496b228f9854b3c81e4b226 _md5_=d9c2a2a05e9ac5f4ae98081c0dc0b89c diff --git a/metadata/md5-cache/www-apps/owncloud-7.0.11 b/metadata/md5-cache/www-apps/owncloud-7.0.11 deleted file mode 100644 index 999048322b0c..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-7.0.11 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=5 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=7.0.11 -SRC_URI=http://download.owncloud.org/community/owncloud-7.0.11.tar.bz2 -> owncloud-7.0.11.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=2e3ec8dd255b8ca743dff1ef3168935e diff --git a/metadata/md5-cache/www-apps/owncloud-8.0.9 b/metadata/md5-cache/www-apps/owncloud-8.0.9 deleted file mode 100644 index 6eecf7e01913..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-8.0.9 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=5 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=8.0.9 -SRC_URI=http://download.owncloud.org/community/owncloud-8.0.9.tar.bz2 -> owncloud-8.0.9.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=6e06adce15ba3077d1e033e54e054449 diff --git a/metadata/md5-cache/www-apps/owncloud-8.1.4 b/metadata/md5-cache/www-apps/owncloud-8.1.4 deleted file mode 100644 index 988a8568a994..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-8.1.4 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=5 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=8.1.4 -SRC_URI=http://download.owncloud.org/community/owncloud-8.1.4.tar.bz2 -> owncloud-8.1.4.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=6e06adce15ba3077d1e033e54e054449 diff --git a/metadata/md5-cache/www-apps/owncloud-8.2.0 b/metadata/md5-cache/www-apps/owncloud-8.2.0 deleted file mode 100644 index 6f41c3e6bd7d..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-8.2.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=5 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=8.2.0 -SRC_URI=http://download.owncloud.org/community/owncloud-8.2.0.tar.bz2 -> owncloud-8.2.0.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=6e06adce15ba3077d1e033e54e054449 diff --git a/metadata/md5-cache/www-apps/owncloud-8.2.1 b/metadata/md5-cache/www-apps/owncloud-8.2.1 deleted file mode 100644 index 593c3be8fdbb..000000000000 --- a/metadata/md5-cache/www-apps/owncloud-8.2.1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=install postinst prepare prerm setup -DEPEND=>=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based storage application where all your data is under your own control -EAPI=5 -HOMEPAGE=http://owncloud.org -IUSE=+curl mysql postgres +sqlite vhosts -KEYWORDS=~amd64 ~arm ~x86 -LICENSE=AGPL-3 -RDEPEND=dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] virtual/httpd-php >=app-admin/webapp-config-1.50.15 -REQUIRED_USE=|| ( mysql postgres sqlite ) -SLOT=8.2.1 -SRC_URI=http://download.owncloud.org/community/owncloud-8.2.1.tar.bz2 -> owncloud-8.2.1.tar.bz2 -_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 webapp 42c6ef7af496b228f9854b3c81e4b226 -_md5_=6e06adce15ba3077d1e033e54e054449 diff --git a/metadata/md5-cache/www-client/otter-0.9.09 b/metadata/md5-cache/www-client/otter-0.9.09 new file mode 100644 index 000000000000..86d4c598ef3f --- /dev/null +++ b/metadata/md5-cache/www-client/otter-0.9.09 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus: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/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxmlpatterns:5 spell? ( kde-frameworks/sonnet ) sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Project aiming to recreate classic Opera (12.x) UI using Qt5 +EAPI=5 +HOMEPAGE=http://otter-browser.org/ +IUSE=spell +KEYWORDS=~amd64 +LICENSE=GPL-3 +RDEPEND=dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtdbus: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/qtwebkit:5 dev-qt/qtwidgets:5 dev-qt/qtxmlpatterns:5 spell? ( kde-frameworks/sonnet ) +SLOT=0 +SRC_URI=https://github.com/Emdek/otter/archive/v0.9.09.tar.gz -> otter-0.9.09.tar.gz +_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c +_md5_=4815933f80fbadda842ecef976fb3bd2 diff --git a/metadata/md5-cache/www-servers/lighttpd-1.4.35 b/metadata/md5-cache/www-servers/lighttpd-1.4.35 index 3e05774c3bf1..baa3953b8af8 100644 --- a/metadata/md5-cache/www-servers/lighttpd-1.4.35 +++ b/metadata/md5-cache/www-servers/lighttpd-1.4.35 @@ -10,5 +10,5 @@ RDEPEND=bzip2? ( app-arch/bzip2 ) fam? ( virtual/fam ) gdbm? ( sys-libs/gdbm ) l REQUIRED_USE=kerberos? ( ssl ) SLOT=0 SRC_URI=http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.35.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=f736dfe779f930f89f22d8b28614757e +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=512b0fe8087ed97a742e4c993147bbe6 diff --git a/metadata/md5-cache/www-servers/lighttpd-1.4.35-r1 b/metadata/md5-cache/www-servers/lighttpd-1.4.35-r1 index 5095311df0fd..af031dee7a05 100644 --- a/metadata/md5-cache/www-servers/lighttpd-1.4.35-r1 +++ b/metadata/md5-cache/www-servers/lighttpd-1.4.35-r1 @@ -10,5 +10,5 @@ RDEPEND=bzip2? ( app-arch/bzip2 ) fam? ( virtual/fam ) gdbm? ( sys-libs/gdbm ) l REQUIRED_USE=kerberos? ( ssl ) SLOT=0 SRC_URI=http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.35.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=7e137f7971456ae68a9d2d19c77f190b +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=eabb60ccaad3559a90c6c44332939a36 diff --git a/metadata/md5-cache/www-servers/lighttpd-1.4.35-r2 b/metadata/md5-cache/www-servers/lighttpd-1.4.35-r2 index b8df9364c0e3..1f5febc6e20a 100644 --- a/metadata/md5-cache/www-servers/lighttpd-1.4.35-r2 +++ b/metadata/md5-cache/www-servers/lighttpd-1.4.35-r2 @@ -10,5 +10,5 @@ RDEPEND=bzip2? ( app-arch/bzip2 ) fam? ( virtual/fam ) gdbm? ( sys-libs/gdbm ) l REQUIRED_USE=kerberos? ( ssl ) SLOT=0 SRC_URI=http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.35.tar.bz2 -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=7f9ba9ca87c15a253242d148519d0062 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=b94c2f385ffd4229300af221214df524 diff --git a/metadata/md5-cache/www-servers/lighttpd-1.4.37 b/metadata/md5-cache/www-servers/lighttpd-1.4.37 index 7d6dd0e27a41..9606830086a4 100644 --- a/metadata/md5-cache/www-servers/lighttpd-1.4.37 +++ b/metadata/md5-cache/www-servers/lighttpd-1.4.37 @@ -10,5 +10,5 @@ RDEPEND=bzip2? ( app-arch/bzip2 ) fam? ( virtual/fam ) gdbm? ( sys-libs/gdbm ) l REQUIRED_USE=kerberos? ( ssl ) SLOT=0 SRC_URI=http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.37.tar.xz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=fedfc99f84bc5c4a1ca0b78307825ec4 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=af664041047094c244d2fe165b6d26ec diff --git a/metadata/md5-cache/www-servers/lighttpd-1.4.37-r1 b/metadata/md5-cache/www-servers/lighttpd-1.4.37-r1 index 6b99f69ffafe..27e02916e336 100644 --- a/metadata/md5-cache/www-servers/lighttpd-1.4.37-r1 +++ b/metadata/md5-cache/www-servers/lighttpd-1.4.37-r1 @@ -10,5 +10,5 @@ RDEPEND=bzip2? ( app-arch/bzip2 ) fam? ( virtual/fam ) gdbm? ( sys-libs/gdbm ) l REQUIRED_USE=kerberos? ( ssl !libressl ) SLOT=0 SRC_URI=http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.37.tar.xz -_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 -_md5_=e7984ec6722024b42ad8d626ae78e759 +_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb systemd 3165c885f3c71ffae7a867d931fb0e07 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 +_md5_=802275b8034a9a65ebcff4815142e9fd diff --git a/metadata/md5-cache/www-servers/monkeyd-1.5.6-r1 b/metadata/md5-cache/www-servers/monkeyd-1.5.6-r1 index 24b84d049a6f..af1635a7f56f 100644 --- a/metadata/md5-cache/www-servers/monkeyd-1.5.6-r1 +++ b/metadata/md5-cache/www-servers/monkeyd-1.5.6-r1 @@ -10,5 +10,5 @@ RDEPEND=php? ( dev-lang/php ) cgi? ( dev-lang/php[cgi] ) REQUIRED_USE=elibc_uclibc? ( !debug ) cgi? ( php ) SLOT=0 SRC_URI=http://monkey-project.com/releases/1.5/monkey-1.5.6.tar.gz -_eclasses_=depend.php c595f1a83ba4052bfe96c06daee20004 eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 -_md5_=817c2454294932077959d91d3749f557 +_eclasses_=multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 +_md5_=302bcb5b33e3a577122a02652aff8c55 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index d45730305057..116ad6671452 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 11 Jan 2016 14:44:00 +0000 +Tue, 12 Jan 2016 12:43:52 +0000 diff --git a/metadata/projects.xml b/metadata/projects.xml new file mode 100644 index 000000000000..d02a448570e4 --- /dev/null +++ b/metadata/projects.xml @@ -0,0 +1,3746 @@ + + + + + 3dprint@gentoo.org + Gentoo 3D print + https://wiki.gentoo.org/wiki/Project:3dprint + Packages for 3d printing. + + amynka@gentoo.org + Amy Winston + Member + + + + alsa-bugs@gentoo.org + Gentoo ALSA Project + https://wiki.gentoo.org/wiki/Project:ALSA + The Gentoo ALSA Project maintains packages released by ALSA upstream. + + + amd64@gentoo.org + AMD64 Project + https://wiki.gentoo.org/wiki/Project:AMD64 + The AMD64 Project is devoted to providing stable, secure and up-to-date releases of Gentoo for the AMD64 and EM64T processor families. + + ago@gentoo.org + Agostino Sarubbo + Developer + + + angelos@gentoo.org + Christoph Mende + Strategic Lead + + + chainsaw@gentoo.org + Tony Vroon + Developer + + + hparker@gentoo.org + Homer Parker + Developer + + + nimiux@gentoo.org + Chema Alonso + Developer + + + pacho@gentoo.org + Pacho Ramos + Developer + + + rich0@gentoo.org + Richard Freeman + Developer + + + zlogene@gentoo.org + Mikle Kolyada + Developer + + + + arm@gentoo.org + Gentoo Linux ARM Development + https://wiki.gentoo.org/wiki/Project:ARM + The ARM Development Project is devoted to keeping Gentoo in good shape on the ARM architecture. + + ago@gentoo.org + Agostino Sarubbo + Member (Security bugs primarily) + + + armin76@gentoo.org + Raúl Porcel + Member (Gentoo/ARM) + + + blueness@gentoo.org + Anthony G. Basile + Member (Gentoo/ARM) + + + dilfridge@gentoo.org + Andreas K. Hüttel + Member (Gentoo/ARM) + + + dlan@gentoo.org + Yixun Lan + Member (Gentoo/ARM) + + + maekke@gentoo.org + Markus Meier + Member (Gentoo/ARM) + + + mrueg@gentoo.org + Manuel Rüger + Member (Gentoo/ARM) + + + steev@gentoo.org + Steev Klimaszewski + Lead (Gentoo/ARM) + + + vapier@gentoo.org + Mike Frysinger + Member (Gentoo/ARM) + + + xmw@gentoo.org + Michael Weber + Member (Gentoo/ARM) + + + zerochaos@gentoo.org + Rick Farina + Lead (Gentoo/ARM) + + + zlogene@gentoo.org + Mikle Kolyada + Member (Gentoo/ARM) + + + + accessibility@gentoo.org + Gentoo Accessibility Project + https://wiki.gentoo.org/wiki/Project:Accessibility + The Gentoo Accessibility Project provides a way for Gentoo developers in various teams to coordinate efforts to make Gentoo more accessible to users who have disabilities. + + dang@gentoo.org + Daniel Gryniewicz + Member ( GNOME Accessibility Maintainer ) + + + leio@gentoo.org + Mart Raudsepp + Member ( GNOME Team Lead ) + + + neurogeek@gentoo.org + Jesus Rivero + Member ( ebuild maintainer ) + + + teiresias@gentoo.org + Chris Brannon + Member ( ebuild maintainer ) + + + williamh@gentoo.org + William Hubbs + Lead ( Gentoo Accessibility Project Lead ) + + + + ada@gentoo.org + Gentoo Resources for Ada + https://wiki.gentoo.org/wiki/Project:Ada + This project provides support for Ada compilers and libraries in Portage. At present two gnat compilers are provided, gnat-gcc by FSF and gnat-gpl by AdaCore. + + + alpha@gentoo.org + Gentoo Linux Alpha Development + https://wiki.gentoo.org/wiki/Project:Alpha + The Gentoo/Alpha Arch Team is devoted to keeping Gentoo in good shape on the Alpha architecture. + + ago@gentoo.org + Agostino Sarubbo + Member ( Security bugs primarily ) + + + armin76@gentoo.org + Raúl Porcel + Member ( Porting, Security ) + + + klausman@gentoo.org + Tobias Klausmann + Lead ( Gentoo/Alpha ) + + + mattst88@gentoo.org + Matt Turner + Member ( Porting ) + + + zlogene@gentoo.org + Mikle Kolyada + Member ( Gentoo/Alpha ) + + + + heroxbd@gentoo.org + Gentoo RAP on Android Devices + https://wiki.gentoo.org/wiki/Project:Android + Gentoo on Android aims to provide desktop experience on Android mobile devices. This project deploys Gentoo RAP, a variant of Gentoo that installs in a directory prefix, along with Android, sharing the same Linux kernel. + + heroxbd@gentoo.org + Benda Xu + Lead + + + + antivirus@gentoo.org + Gentoo Antivirus Project + https://wiki.gentoo.org/wiki/Project:Antivirus + The Antivirus Project maintains antivirus-related packages. + + + apache-bugs@gentoo.org + Gentoo Apache Project + https://wiki.gentoo.org/wiki/Project:Apache + The Apache project is responsible for maintaining the Apache httpd server in Gentoo, and many of its modules. We also maintain a build infrastructure so that other modules may be easily added in a standard way to Apache. + + + artwork@gentoo.org + Gentoo Artwork Project + https://wiki.gentoo.org/wiki/Project:Artwork + The Gentoo Artwork Project manages Gentoo artwork stuff. This includes wallpapers, logos, themes, icons sets, etc. + + a3li@gentoo.org + Alex Legler + Developer + + + dabbott@gentoo.org + David Abbott + Developer + + + sping@gentoo.org + Sebastian Pipping + Developer + + + + sci-astronomy@gentoo.org + Gentoo Astronomy Project + https://wiki.gentoo.org/wiki/Project:Astronomy + The Astronomy Project handles astronomy, astrophysics, cosmology related activities in Gentoo. + + bicatali@gentoo.org + Sebastien Fabbro + Astronomy Data Processing, Cosmology + + + bircoph@gentoo.org + Andrew Savchenko + General maintenance + + + xarthisius@gentoo.org + Kacper Kowalik + General maintainance + + + + security-audit@gentoo.org + Gentoo Linux Security Audit Project + https://wiki.gentoo.org/wiki/Project:Auditing + The Gentoo Linux Security Audit Project is focused upon auditing packages for security issues. The aim of the project is to audit as many of the packages available through Gentoo Linux stable Portage tree as possible for potential flaws. + + k_f@gentoo.org + Kristian Fiskerstrand + Member + + + zx2c4@gentoo.org + Jason A. Donenfeld + Lead + + + + bsd@gentoo.org + BSD Project + https://wiki.gentoo.org/wiki/Project:BSD + Porting of Gentoo facilities on BSD systems. + + + base-system@gentoo.org + Gentoo Base System + https://wiki.gentoo.org/wiki/Project:Base + The Base System Project provides an umbrella project for keeping the system tools, libraries, compilers and layout consistent for all the various architectures under Gentoo Linux. + + + + + + + + + + + + + + + cardoe@gentoo.org + Doug Goldstein + Misc stuff that needs to get done + + + chainsaw@gentoo.org + Tony Vroon + LILO + + + polynomial-c@gentoo.org + Lars Wendler + Version bumps and security stabilisations + + + robbat2@gentoo.org + Robin Johnson + Specialized block devices and lots of other miscellaneous stuff + + + ssuominen@gentoo.org + Samuli Suominen + Misc stuff that needs to get done + + + vapier@gentoo.org + Mike Frysinger + base-system team lead + + + williamh@gentoo.org + William Hubbs + Misc stuff that needs to get done + + + + bazaar@gentoo.org + Gentoo Bazaar Project + https://wiki.gentoo.org/wiki/Project:Bazaar + This project provides support for bazaar packages. + + amynka@gentoo.org + Amy Winston + Member + + + fauli@gentoo.org + Christian Faulhammer + Member + + + marienz@gentoo.org + Marien Zwart + Member + + + + sci-biology@gentoo.org + Gentoo Biology Project + https://wiki.gentoo.org/wiki/Project:Biology + The Biology Project handles all biology related activities in Gentoo. + + jlec@gentoo.org + Justin Lecher + Biology + + + soap@gentoo.org + David Seifert + Biology + + + + maintainer-wanted@gentoo.org + Bug cleaners + https://wiki.gentoo.org/wiki/Project:Bug-cleaners + The Gentoo Bug Cleaners project aims to clean up the oldest bugs in Bugzilla. + + + bug-wranglers@gentoo.org + Bug Wranglers + https://wiki.gentoo.org/wiki/Project:Bug-wranglers + The Gentoo Bug Wranglers project controls, describes the tasks to be carried out and goals to be achieved for everyone who wrangles bugs on Gentoo's bug tracker. + + jer@gentoo.org + Jeroen Roovers + Developer + + + polynomial-c@gentoo.org + Lars Wendler + Developer + + + ssuominen@gentoo.org + Samuli Suominen + Developer + + + + cpp@gentoo.org + Gentoo C++ Project + https://wiki.gentoo.org/wiki/Project:C++ + Maintaining C++ libraries and tools + + dev-zero@gentoo.org + Tiziano Müller + Developer + + + jauhien@gentoo.org + Jauhien Piatlicki + Developer + + + pinkbyte@gentoo.org + Sergey Popov + Developer + + + + catalyst@gentoo.org + Catalyst + https://wiki.gentoo.org/wiki/Project:Catalyst + The Gentoo Catalyst Project develops and supports the Catalyst release building tool. Catalyst has been designed to be easy to use, customize, and maintain. It is also used in other Gentoo projects, such as GNAP. + + blueness@gentoo.org + Anthony G. Basile + Member + + + dolsen@gentoo.org + Brian Dolbec + Developer + + + jmbsvicetto@gentoo.org + Jorge Manuel B. S. Vicetto + Member + + + vapier@gentoo.org + Mike Frysinger + Developer + + + + sci-chemistry@gentoo.org + Gentoo Chemistry Project + https://wiki.gentoo.org/wiki/Project:Chemistry + The Chemistry Project handles all chemistry related activities in Gentoo. + + alexxy@gentoo.org + Alexey Shvetsov + Chemistry + + + jlec@gentoo.org + Justin Lecher + Chemistry + + + nicolasbock@gentoo.org + Nicolas Bock + Chemistry + + + ottxor@gentoo.org + Christoph Junghans + Chemistry + + + + chromium@gentoo.org + Chromium in Gentoo Project + https://wiki.gentoo.org/wiki/Project:Chromium + The Chromium in Gentoo project manages the Chromium-related ebuilds within Gentoo. + + ago@gentoo.org + Agostino Sarubbo + Member (stable amd64/x86 liaison) + + + floppym@gentoo.org + Mike Gilbert + Member + + + phajdan.jr@gentoo.org + Paweł Hajdan, Jr. + Lead + + + rich0@gentoo.org + Richard Freeman + Member (stable amd64 liaison) + + + voyageur@gentoo.org + Bernard Cafarelli + Member + + + wired@gentoo.org + Alex Alexander + Member + + + + cjk@gentoo.org + Cjk + https://wiki.gentoo.org/wiki/Project:Cjk + Chinese/Japanese/Korean support packages. + + alicef@gentoo.org + Alice Ferrazzi + Member (Japanese Support) + + + dlan@gentoo.org + Yixun Lan + Member + + + hattya@gentoo.org + Akinori Hattori + Member (Japanese Support) + + + jmorgan@gentoo.org + Jack Morgan + Member + + + naota@gentoo.org + Naohiro Aota + Member (Japanese Support) + + + yngwin@gentoo.org + Ben de Groot + Member + + + + cluster@gentoo.org + Gentoo Cluster Project + https://wiki.gentoo.org/wiki/Project:Cluster + The Cluster Project handles both HPC and HA related activities in Gentoo. + + alexxy@gentoo.org + Alexey Shvetsov + developer + + + bicatali@gentoo.org + Sebastien Fabbro + developer + + + jsbronder@gentoo.org + Justin Bronder + developer + + + pchrist@gentoo.org + Panagiotis Christopoulos + developer + + + prometheanfire@gentoo.org + Matthew Thode + developer + + + ultrabug@gentoo.org + Ultrabug + developer + + + xarthisius@gentoo.org + Kacper Kowalik + developer + + + + comrel@gentoo.org + Gentoo Community Relations + https://wiki.gentoo.org/wiki/Project:ComRel + Community Relations handles many personnel-related tasks, solving conflicts and also ensuring that the Gentoo Code of Conduct and proper and professional behavior is followed across Gentoo's borders. + + + + comrel@gentoo.org + Gentoo Community Resources + https://wiki.gentoo.org/wiki/Project:ComRes + Gentoo Community Resources is an umbrella project comprising the Recruiters, Retirement and Comminity Relations subprojects. It acts as a central place for all the human-resources related projects. + + + + + common-lisp@gentoo.org + Gentoo Common Lisp Project + https://wiki.gentoo.org/wiki/Project:Common_Lisp + The Gentoo Common Lisp Project handles Common Lisp related packages in the Gentoo package tree. + + nimiux@gentoo.org + Chema Alonso + Member + + + pchrist@gentoo.org + Panagiotis Christopoulos + Lead + + + + containers@gentoo.org + Gentoo Containers + https://wiki.gentoo.org/wiki/Project:Containers + Gentoo Containers provides minimal container images for a variety of container formats so that users can have a consistent experience when building application specific containers. + + alunduil@gentoo.org + Alex Brandt + Member + + + dastergon@gentoo.org + Pavlos Ratis + Member + + + ultrabug@gentoo.org + Ultrabug + Member + + + + council@gentoo.org + Gentoo Council + https://wiki.gentoo.org/wiki/Project:Council + The elected Gentoo Council decides on global issues and policies that affect multiple projects in Gentoo. + + blueness@gentoo.org + Anthony G. Basile + Council member + + + dilfridge@gentoo.org + Andreas K. Hüttel + Council member + + + jlec@gentoo.org + Justin Lecher + Council member + + + k_f@gentoo.org + Kristian Fiskerstrand + Council member + + + rich0@gentoo.org + Richard Freeman + Council member + + + ulm@gentoo.org + Ulrich Müller + Council member + + + williamh@gentoo.org + William Hubbs + Council member + + + + crypto@gentoo.org + Crypto + https://wiki.gentoo.org/wiki/Project:Crypto + Project for maintaining crypto related packages + + k_f@gentoo.org + Kristian Fiskerstrand + GnuPG, libgcrypt and related packages + + + + deb-tools@gentoo.org + Gentoo Debian Tools Project + https://wiki.gentoo.org/wiki/Project:Debian_Tools + Maintains tools used to build Debian-like distributions and related packages. + + + dberkholz@gentoo.org + Desktop + https://wiki.gentoo.org/wiki/Project:Desktop + The desktop project handles all desktop-related issues of the Gentoo distribution, including science. + + + + + + + + + + + + + + + + + + + dberkholz@gentoo.org + Donnie Berkholz + Lead + + + + desktop-misc@gentoo.org + Gentoo Desktop Miscellaneous Project + https://wiki.gentoo.org/wiki/Project:Desktop_Miscellaneous + Maintains various small utilities for X11 that do not fit any other category. + + + desktop-effects@gentoo.org + Desktop effects + https://wiki.gentoo.org/wiki/Project:Desktop-effects + Manage various windows managers, x11 miscellaneous applications which are commonly used for various effects on your desktop + + pinkbyte@gentoo.org + Sergey Popov + Team lead + + + + desktop-misc@gentoo.org + Gentoo Desktop Utilities Project + https://wiki.gentoo.org/wiki/Project:Desktop-util + The Desktop Utilities project manages a wide variety of small utilities and dockapps for the Gentoo Desktop. + + ssuominen@gentoo.org + Samuli Suominen + Developer + + + + devmanual@gentoo.org + Devmanual + https://wiki.gentoo.org/wiki/Project:Devmanual + The Devmanual subproject is tasked with maintaining and updating the Gentoo Development Guide https://devmanual.gentoo.org/ + + + gentoo-doc@gentoo.org + Gentoo Documentation Project + https://wiki.gentoo.org/wiki/Project:Documentation + The Gentoo Documentation Project (GDP) is responsible for the creation and maintenance of all general Gentoo documentation. + + + jkt@gentoo.org + Jan Kundrát + Editor + + + josejx@gentoo.org + Joseph Jezak + PPC Editor + + + maffblaster@gentoo.org + Matthew Marchese + Author, Editor + + + swift@gentoo.org + Sven Vermeulen + Author, Editor + + + + dotnet@gentoo.org + Gentoo Dotnet Project + https://wiki.gentoo.org/wiki/Project:Dotnet + The Dotnet Project handles the development using the C# language. More specifically, it is often oriented with the mono development environment. + + angelos@gentoo.org + Christoph Mende + Member + + + cynede@gentoo.org + Heather Cynede + Member + + + + elections@gentoo.org + Elections + https://wiki.gentoo.org/wiki/Project:Elections + Gentoo Elections Project gathers all the information necessary to conduct elections in Gentoo. + + creffett@gentoo.org + Chris Reffett + Member + + + dabbott@gentoo.org + David Abbott + Member + + + neddyseagoon@gentoo.org + Roy Bamford + Member + + + robbat2@gentoo.org + Robin Johnson + Member + + + zlogene@gentoo.org + Mikle Kolyada + Member + + + + sci-electronics@gentoo.org + Gentoo Electronics Project + https://wiki.gentoo.org/wiki/Project:Electronics + The Electronics Project handles all electronics related activities in Gentoo. + + calchan@gentoo.org + Denis Dupeyron + member + + + dlan@gentoo.org + Yixun Lan + member + + + rafaelmartins@gentoo.org + Rafael Martins + member + + + slis@gentoo.org + Sławek Lis + member + + + tomjbe@gentoo.org + Thomas Beierlein + member + + + xmw@gentoo.org + Michael Weber + member + + + + emacs@gentoo.org + Gentoo Emacs/Elisp Project + https://wiki.gentoo.org/wiki/Project:Emacs + The Gentoo Emacs Project handles Emacs and Elisp related packages in the Gentoo package tree. + + + + fauli@gentoo.org + Christian Faulhammer + Developer (Emacs maintainer) + + + graaff@gentoo.org + Hans de Graaff + Developer (Emacs maintainer) + + + jauhien@gentoo.org + Jauhien Piatlicki + Developer + + + matsl@gentoo.org + Mats Lidell + Developer (XEmacs maintainer) + + + ulm@gentoo.org + Ulrich Müller + Developer (Emacs maintainer) + + + + enlightenment@gentoo.org + Project Enlightenment + https://wiki.gentoo.org/wiki/Project:Enlightenment + Project Enlightenment maintains efl packages including e17 + + pva@gentoo.org + Peter + Member + + + tommy@gentoo.org + Thomas Sachau + Lead + + + vapier@gentoo.org + Mike Frysinger + Member + + + + eselect@gentoo.org + eselect configuration and management tool + https://wiki.gentoo.org/wiki/Project:Eselect + eselect is Gentoo's modular framework for configuration and administration utilities. + + dberkholz@gentoo.org + Donnie Berkholz + Member (skel library) + + + ulm@gentoo.org + Ulrich Müller + Member (*) + + + + eudev@gentoo.org + eudev + https://wiki.gentoo.org/wiki/Project:Eudev + eudev is a device manager for the Linux kernel + + axs@gentoo.org + Ian Stakenvicius + Member (*) + + + blueness@gentoo.org + Anthony G. Basile + Member (*) + + + chainsaw@gentoo.org + Tony Vroon + Member (*) + + + klondike@gentoo.org + Francisco Blas Izquierdo Riera + Member (*) + + + lu_zero@gentoo.org + Luca Barbato + Member (*) + + + prometheanfire@gentoo.org + Matthew Thode + Member (*) + + + ryao@gentoo.org + Richard Yao + Member (*) + + + zlogene@gentoo.org + Mikle Kolyada + Member (*) + + + + fonts@gentoo.org + Fonts + https://wiki.gentoo.org/wiki/Project:Fonts + The fonts project handles all fonts-related issues within the Gentoo Desktop project. + + aballier@gentoo.org + Alexis Ballier + Member + + + amadio@gentoo.org + Guilherme Amadio + Member + + + yngwin@gentoo.org + Ben de Groot + Lead + + + + forum-mods@gentoo.org + Gentoo Linux Forums + https://wiki.gentoo.org/wiki/Project:Forums + The Gentoo Forums are a source of support for the Gentoo user community. It allows users to post support questions that can be answered by developers and other users alike. + + ago@gentoo.org + Agostino Sarubbo + Member ( Language Moderator (Italian) ) + + + desultory@gentoo.org + Desultory + Member ( Administrator ) + + + john_r_graham@gentoo.org + John R. Graham + Member ( Administrator ) + + + kallamej@gentoo.org + Anders Hellgren + Member ( Administrator ) + + + neddyseagoon@gentoo.org + Roy Bamford + Member ( Administrator ) + + + tomk@gentoo.org + Tom Knight + Subproject Lead ( Administrator/Forums Infra ) + + + + trustees@gentoo.org + Gentoo Foundation + https://wiki.gentoo.org/wiki/Foundation:Main_Page + The Gentoo Foundation, Inc. provides the legal and financial base for the Gentoo project. + + antarus@gentoo.org + Alec Warner + Board member + + + dabbott@gentoo.org + David Abbott + Officer of the board: Secretary + + + neddyseagoon@gentoo.org + Roy Bamford + Board Member: President + + + quantumsummers@gentoo.org + Matt Summers + Board Member: Treasurer + + + robbat2@gentoo.org + Robin Johnson + Board member: Infra Liaison, Bookkeeper + + + swift@gentoo.org + Sven Vermeulen + Board member + + + + freedesktop-bugs@gentoo.org + Gentoo Freedesktop Project + https://wiki.gentoo.org/wiki/Project:Freedesktop + Maintains projects produced by freedesktop.org + + + glep@gentoo.org + Gentoo Linux Enhancement Proposals + https://wiki.gentoo.org/wiki/Project:GLEP + The GLEP project manages Gentoo Linux Enhancement Proposals. + + creffett@gentoo.org + Chris Reffett + GLEP Editor + + + dev-zero@gentoo.org + Tiziano Müller + GLEP Editor + + + + gmn@gentoo.org + Gentoo Monthly Newsletter + https://wiki.gentoo.org/wiki/Project:GMN + The Gentoo Monthly Newsletter (GMN) was intended to give anyone interested in Gentoo a single source of information about the latest happenings in the Gentoo world. + + maffblaster@gentoo.org + Matthew Marchese + Host + + + + gnome@gentoo.org + Gentoo GNOME Desktop + https://wiki.gentoo.org/wiki/Project:GNOME + The Gentoo Gnome Project aims to bring the current and complete GNOME Desktop Environment to Gentoo. + + dang@gentoo.org + Daniel Gryniewicz + Member + + + eva@gentoo.org + Gilles Dartiguelongue + Member + + + expeditioneer@gentoo.org + Dennis Lamm + Member + + + jcallen@gentoo.org + Jonathan Callen + Member + + + leio@gentoo.org + Mart Raudsepp + Lead + + + pacho@gentoo.org + Pacho Ramos + Member + + + tetromino@gentoo.org + Alexandre Rostovtsev + Member + + + tranquility@gentoo.org + Ole Reifschneider + Member + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs Project + https://wiki.gentoo.org/wiki/Project:GNU_Emacs + The Gentoo GNU Emacs Project handles GNU Emacs and related packages in the Gentoo package tree. + + fauli@gentoo.org + Christian Faulhammer + Developer + + + graaff@gentoo.org + Hans de Graaff + Developer + + + jauhien@gentoo.org + Jauhien Piatlicki + Developer + + + ulm@gentoo.org + Ulrich Müller + Developer + + + + gnustep@gentoo.org + Gentoo GNUstep Project + https://wiki.gentoo.org/wiki/Project:GNUstep + The Gentoo GNUstep Project maintains GNUstep environment (gnustep-base) and packages (gnustep-libs, gnustep-applications/) + + + gstreamer@gentoo.org + GStreamer package maintainers + https://wiki.gentoo.org/wiki/Project:GStreamer + The GStreamer project maintains packages associated with the upstream GStreamer project and associated Gentoo tooling + + + games@gentoo.org + Gentoo Games Project + https://wiki.gentoo.org/wiki/Project:Games + The Gentoo Games Project manages the game categories (dev-games, games-*) in Portage + + tristan@gentoo.org + Tristan Heaven + Member ( general games ninja ) + + + vapier@gentoo.org + Mike Frysinger + Lead ( Team Lead ) + + + + gkeys@gentoo.org + Gentoo Keys + https://wiki.gentoo.org/wiki/Project:Gentoo-keys + Gentoo Keys is a Python based project that aims to manage the OpenPGP keys used for validation on users and Gentoo's infrastructure servers. + + dastergon@gentoo.org + Pavlos Ratis + Developer + + + dolsen@gentoo.org + Brian Dolbec + Lead, developer, tester,... + + + k_f@gentoo.org + Kristian Fiskerstrand + Member + + + robbat2@gentoo.org + Robin Johnson + Project overview, infrastructure liaison, Gleps + + + + sci-geosciences@gentoo.org + Gentoo Geosciences Project + https://wiki.gentoo.org/wiki/Project:Geosciences + The Geosciences Project handles all geosciences activities in Gentoo. + + amynka@gentoo.org + Amy Winston + Member + + + + hppa@gentoo.org + Gentoo Linux HPPA Development + https://wiki.gentoo.org/wiki/Project:HPPA + Gentoo/HPPA is a Gentoo project designed to bring the Gentoo GNU/Linux operating system to the HP Precision Architecture platforms. Gentoo/HPPA aims to provide a usable computing environment for your various HPPA related endeavours. + + gmsoft@gentoo.org + Guy Martin + Lead + + + jer@gentoo.org + Jeroen Roovers + Member (security) + + + vapier@gentoo.org + Mike Frysinger + Member + + + + hardened@gentoo.org + Gentoo Hardened + https://wiki.gentoo.org/wiki/Project:Hardened + Hardened Gentoo is a project which oversees the research, implementation, and maintenance of security oriented projects for Gentoo Linux. + + + + + + + blueness@gentoo.org + Anthony G. Basile + Hardened sources, Hardened uClibc, Hardened musl + + + chainsaw@gentoo.org + Tony Vroon + Hardened sources + + + klondike@gentoo.org + Francisco Blas Izquierdo Riera + Documentation, PR + + + perfinion@gentoo.org + Jason Zaman + SELinux + + + prometheanfire@gentoo.org + Matthew Thode + Developer + + + quantumsummers@gentoo.org + Matt Summers + Documentation, Hardened sources + + + swift@gentoo.org + Sven Vermeulen + Integrity, SELinux + + + zorry@gentoo.org + Magnus Granberg + Hardened toolchain + + + + hardened@gentoo.org + Hardened musl + https://wiki.gentoo.org/wiki/Project:Hardened_musl + This subproject aims to port the hardened tool chain to musl based systems for a variety of architectures. The project treats musl as an alternative to glibc and uClibc, and not necessarily as "embedded". + + blueness@gentoo.org + Anthony G. Basile + Developer + + + + hardened@gentoo.org + Hardened uClibc + https://wiki.gentoo.org/wiki/Project:Hardened_uClibc + This subproject aims to port both tool chain and kernel hardening to uClibc based systems for a variety of architectures. The project treats uClibc as an alternative to glibc, and not necessarily as "embedded". + + blueness@gentoo.org + Anthony G. Basile + Developer + + + zorry@gentoo.org + Magnus Granberg + Developer + + + + haskell@gentoo.org + Gentoo Haskell + https://wiki.gentoo.org/wiki/Project:Haskell + Support Haskell programming language ecosystem on Gentoo systems. + + + ia64@gentoo.org + Gentoo Linux IA-64 Development + https://wiki.gentoo.org/wiki/Project:IA-64 + The IA-64 Development Project is devoted to keeping Gentoo in good shape on the IA-64 architecture. + + ago@gentoo.org + Agostino Sarubbo + Member ( Security bugs primarily ) + + + armin76@gentoo.org + Raúl Porcel + Lead ( Gentoo/IA-64 ) + + + hattya@gentoo.org + Akinori Hattori + Member ( Gentoo/IA-64 ) + + + jmorgan@gentoo.org + Jack Morgan + Member ( Gentoo/IA-64 ) + + + vapier@gentoo.org + Mike Frysinger + Member + + + zlogene@gentoo.org + Mikle Kolyada + Member ( Gentoo/IA-64 ) + + + + infra@gentoo.org + Gentoo Infrastructure + https://wiki.gentoo.org/wiki/Project:Infrastructure + The Gentoo Infrastructure team provides and develops services for the Gentoo developer and user community, ensuring availability, security and functionality. + + + a3li@gentoo.org + Alex Legler + General System Administration, Wiki, Security + + + darkside@gentoo.org + Jeremy Olexa + Mirrors, Web applications + + + dastergon@gentoo.org + Pavlos Ratis + General System Administration + + + idl0r@gentoo.org + Christian Ruppert + Bugzilla, General System Administration + + + jmbsvicetto@gentoo.org + Jorge Manuel B. S. Vicetto + General System Administration, Release Engineering liaison + + + prometheanfire@gentoo.org + Matthew Thode + General System Administration, Automation, Virtualization + + + robbat2@gentoo.org + Robin Johnson + Operations Manager + + + zx2c4@gentoo.org + Jason A. Donenfeld + General System Administration, git + + + + installer@gentoo.org + Installer + https://wiki.gentoo.org/wiki/Project:Installer + After many years of an installer being absent from Gentoo, it is time to start work on creating a perfect Gentoo installer. + + maffblaster@gentoo.org + Matthew Marchese + Chief architect + + + + hardened@gentoo.org + Integrity, Compliance and Reporting + https://wiki.gentoo.org/wiki/Project:Integrity + The integrity subproject aims to integrate and maintain technologies related to system integrity within Gentoo Hardened. Although initially focused on Linux IMA/EVM, this will extend towards other integrity, compliance and reporting technologies. + + perfinion@gentoo.org + Jason Zaman + Trusted Boot, TPM + + + swift@gentoo.org + Sven Vermeulen + Documentation, Userspace + + + + java@gentoo.org + Java + https://wiki.gentoo.org/wiki/Project:Java + We maintain everything Java-related in Gentoo, that is, most of dev-java/* and also packages in categories like dev-util, www-servers etc. + + chewi@gentoo.org + James Le Cuirot + Developer + + + ercpe@gentoo.org + Johann Schmitz + Developer + + + fordfrog@gentoo.org + Miroslav Šulc + Developer + + + maffblaster@gentoo.org + Matthew Marchese + Documentation Liaison + + + monsieurp@gentoo.org + Patrice Clement + Developer + + + + kde@gentoo.org + Gentoo KDE Project + https://wiki.gentoo.org/wiki/Project:KDE + The primary goal of the Gentoo KDE project is to provide support for all packages produced by the KDE Community. + + alexxy@gentoo.org + Alexey Shvetsov + Developer + + + creffett@gentoo.org + Chris Reffett + Developer + + + dilfridge@gentoo.org + Andreas K. Hüttel + Developer + + + jcallen@gentoo.org + Jonathan Callen + Developer + + + jmbsvicetto@gentoo.org + Jorge Manuel B. S. Vicetto + Developer + + + jmorgan@gentoo.org + Jack Morgan + Developer + + + johu@gentoo.org + Johannes Huber + Lead + + + kensington@gentoo.org + Michael Palimaka + Developer + + + mrueg@gentoo.org + Manuel Rüger + Developer + + + mschiff@gentoo.org + Marc Schiffbauer + Developer + + + scarabeus@gentoo.org + Tomáš Chvátal + Developer + + + + kerberos@gentoo.org + Kerberos + https://wiki.gentoo.org/wiki/Project:Kerberos + The Gentoo Kerberos project aims to maintain kerberos related packages in Gentoo. + + eras@gentoo.org + Eray Aslan + Member + + + + kernel@gentoo.org + Gentoo Kernel Project + https://wiki.gentoo.org/wiki/Project:Kernel + The Gentoo Kernel Project aims to deliver the best possible experience from its sources across all supported architectures. + + blueness@gentoo.org + Anthony G. Basile + Member (Kernel, gentoo-sources, hardened-sources, genpatches) + + + caster@gentoo.org + Vlastimil Babka + Member (Kernel) + + + chainsaw@gentoo.org + Tony Vroon + Member (Kernel, mm-sources, vanilla-sources) + + + dang@gentoo.org + Daniel Gryniewicz + Member (Kernel, User Mode Linux) + + + joker@gentoo.org + Christian Birchinger + Member (Kernel, sparc-sources) + + + mpagano@gentoo.org + Mike Pagano + Lead (Kernel, gentoo-sources, genpatches) + + + psomas@gentoo.org + psomas + Member (Kernel, gentoo-sources, genpatches) + + + zorry@gentoo.org + Magnus Granberg + Member (Kernel, hardened) + + + + kern-sec@gentoo.org + Gentoo Linux Kernel Security Project + https://wiki.gentoo.org/wiki/Project:Kernel_Security + Gentoo Linux Kernel Security Project handles patching our many kernel sources and informing our users about global kernel security status. + + + lxde@gentoo.org + Gentoo LXDE Project + https://wiki.gentoo.org/wiki/Project:LXDE + The LXDE project manages ebuilds in Gentoo for [http://lxde.org/ LXDE], the Lightweight X11 Desktop Environment, and handles related issues. + + jauhien@gentoo.org + Jauhien Piatlicki + member + + + nullishzero@gentoo.org + Pavel Kazakov + member + + + + lxqt@gentoo.org + LXQt + https://wiki.gentoo.org/wiki/Project:LXQt + Maintains LXQt DE related packages. + + + layman@gentoo.org + Layman Overlay Manager + https://wiki.gentoo.org/wiki/Project:Layman + Layman is a tool to manage overlays installed on a system. It can add, sync, and delete overlays + + dolsen@gentoo.org + Brian Dolbec + Lead + + + + blueness@gentoo.org + Lemote Yeeloong Gentoo Desktop + https://wiki.gentoo.org/wiki/Project:Lemote_Yeeloong_Gentoo_Desktop + The Lemote Yeeloong Gentoo Desktop aim to provide a ready to install XFCE4 base desktop to the Yeeloong netbook. + + + gentoo-soc@list.gentoo.org + Gentoo Libbash Development + https://wiki.gentoo.org/wiki/Project:Libbash + libbash development is devoted to maintaining and updating libbash core functionality and utilities. + + betelgeuse@gentoo.org + Petteri Räty + Lead + + + + licenses@gentoo.org + Gentoo Licenses Project + https://wiki.gentoo.org/wiki/Project:Licenses + This is a small team in Gentoo that try to make heads & tails of license terms. + + bernalex@gentoo.org + Alexander Berntsen + Member + + + hanno@gentoo.org + Hanno Böck + Member + + + robbat2@gentoo.org + Robin Johnson + Member + + + ulm@gentoo.org + Ulrich Müller + Member + + + + lisp@gentoo.org + Gentoo Lisp Project + https://wiki.gentoo.org/wiki/Project:Lisp + The Gentoo Lisp Project handles Lisp related packages in the Gentoo package tree. + + + + + pchrist@gentoo.org + Panagiotis Christopoulos + Lead (General maintainer) + + + + livecd@gentoo.org + Gentoo LiveCD Project + https://wiki.gentoo.org/wiki/Project:LiveCD + Maintains packages used in the creation of LiveCDs. + + + mate@gentoo.org + Gentoo MATE Desktop + https://wiki.gentoo.org/wiki/Project:MATE + The Gentoo MATE Project aims to bring the current and complete MATE Desktop Environment to Gentoo. + + + mips@gentoo.org + Gentoo/MIPS Port + https://wiki.gentoo.org/wiki/Project:MIPS + Gentoo/MIPS is a port of the Gentoo GNU/Linux and the Gentoo Portage package management system to mips-based platforms. + + + blueness@gentoo.org + Anthony G. Basile + Developer + + + hwoarang@gentoo.org + Markos Chandras + Developer + + + kumba@gentoo.org + Joshua Kinard + Developer + + + leio@gentoo.org + Mart Raudsepp + Developer + + + mattst88@gentoo.org + Matt Turner + Lead + + + pchrist@gentoo.org + Panagiotis Christopoulos + Developer + + + vincent@gentoo.org + Vicente Olivert Riera + Developer + + + zlogene@gentoo.org + Mikle Kolyada + Developer + + + + sci-mathematics@gentoo.org + Gentoo Mathematics Project + https://wiki.gentoo.org/wiki/Project:Mathematics + The Mathematics Project handles all math related activities in Gentoo. + + bicatali@gentoo.org + Sebastien Fabbro + Numerics, Statistics + + + bircoph@gentoo.org + Andrew Savchenko + Numerics, Statistics + + + gienah@gentoo.org + Mark Wright + Mathematics + + + jauhien@gentoo.org + Jauhien Piatlicki + Mathematics + + + tomka@gentoo.org + Thomas Kahle + Symbolic computation + + + + mozilla@gentoo.org + Gentoo Mozilla Team + https://wiki.gentoo.org/wiki/Project:Mozilla + Mozilla and related applications + + anarchy@gentoo.org + Jory A. Pratt + Team Lead + + + polynomial-c@gentoo.org + Lars Wendler + Package Maintainer + + + + multilib@gentoo.org + Multilib + https://wiki.gentoo.org/wiki/Project:Multilib + The Gentoo multilib project aims to provide means to build Gentoo packages for multiple ABIs. + + aballier@gentoo.org + Alexis Ballier + Member + + + axs@gentoo.org + Ian Stakenvicius + Member + + + jcallen@gentoo.org + Jonathan Callen + Member + + + mgorny@gentoo.org + Michał Górny + Lead + + + pacho@gentoo.org + Pacho Ramos + Member + + + + mysql-bugs@gentoo.org + MySQL + https://wiki.gentoo.org/wiki/Project:MySQL + This project maintains MySQL and its derivatives + + + mythtv@gentoo.org + MythTV + https://wiki.gentoo.org/wiki/Project:MythTV + Maintains packages related to Myth TV and associated utilities. + + + net-mail@gentoo.org + Net-Mail + https://wiki.gentoo.org/wiki/Project:Net-Mail + The Gentoo Net-Mail project aims to maintain email related packages in Gentoo. + + eras@gentoo.org + Eray Aslan + Member + + + hattya@gentoo.org + Akinori Hattori + Member + + + mschiff@gentoo.org + Marc Schiffbauer + Member + + + radhermit@gentoo.org + Tim Harder + Member + + + robbat2@gentoo.org + Robin Johnson + Member + + + + netmon@gentoo.org + Gentoo network monitoring and analysis project + https://wiki.gentoo.org/wiki/Project:Netmon + Maintaining network monitoring and analysis libraries and programs + + jer@gentoo.org + Jeroen Roovers + Developer + + + + office@gentoo.org + Gentoo Office project + https://wiki.gentoo.org/wiki/Project:Office + The Office project manages the office implementations and related packages in Gentoo. + + dilfridge@gentoo.org + Andreas K. Hüttel + member + + + scarabeus@gentoo.org + Tomáš Chvátal + member + + + + openrc@gentoo.org + Gentoo OpenRC Project + https://wiki.gentoo.org/wiki/Project:OpenRC + OpenRC is a dependency based init system that works with the system provided init program, normally /sbin/init. + + blueness@gentoo.org + Anthony G. Basile + Member + + + idl0r@gentoo.org + Christian Ruppert + Member + + + patrick@gentoo.org + Patrick Lauer + Member + + + qnikst@gentoo.org + Alexander Vershilov + Member + + + vapier@gentoo.org + Mike Frysinger + Member + + + williamh@gentoo.org + William Hubbs + Lead + + + + openstack@gentoo.org + Openstack + https://wiki.gentoo.org/wiki/Project:Openstack + Openstack is a virtualization orchestration suite that allows the creation and management of cloud infrastructures. + + alunduil@gentoo.org + Alex Brandt + Member + + + cardoe@gentoo.org + Doug Goldstein + Member + + + prometheanfire@gentoo.org + Matthew Thode + Lead + + + steev@gentoo.org + Steev Klimaszewski + Member + + + + ops@gentoo.org + The #gentoo Operators Project + https://wiki.gentoo.org/wiki/Project:Ops + The #gentoo Operators project describes the tasks and policies carried out by the operators of the #gentoo channel on the freenode network. + + a3li@gentoo.org + Alex Legler + Operator + + + blackace@gentoo.org + Matt Kasa + Operator + + + jer@gentoo.org + Jeroen Roovers + Lead, Operator + + + neddyseagoon@gentoo.org + Roy Bamford + Operator + + + + overlays@gentoo.org + Gentoo Overlays + https://wiki.gentoo.org/wiki/Project:Overlays + The Gentoo Overlays team is responsible for the administration of the overlays and the *.overlays.gentoo.org websites. + + + dastergon@gentoo.org + Pavlos Ratis + Git + + + idl0r@gentoo.org + Christian Ruppert + Git, Infra liaison + + + mgorny@gentoo.org + Michał Górny + Git + + + robbat2@gentoo.org + Robin Johnson + Git + + + sping@gentoo.org + Sebastian Pipping + Git + + + tommy@gentoo.org + Thomas Sachau + Sunrise Passwords, Git + + + + pam-bugs@gentoo.org + Pluggable Authentication Method maintenance + https://wiki.gentoo.org/wiki/Project:PAM + Pluggable Authentication Method is the main authentication method supported by Gentoo; the PAM maintenance project maintain the related software. + + flameeyes@gentoo.org + Diego Elio Pettenò + Member + + + robbat2@gentoo.org + Robin Johnson + Member + + + + php-bugs@gentoo.org + PHP + https://wiki.gentoo.org/wiki/Project:PHP + This project maintains PHP itself as well as the PHP extensions and libraries + + + pms-bugs@gentoo.org + Package Manager Specification + https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification + The Package Manager Specification aims to document what is required of a Gentoo package manager, and what ebuilds may assume about their environment. + + ulm@gentoo.org + Ulrich Müller + Lead + + + + perl@gentoo.org + Gentoo Perl Project + https://wiki.gentoo.org/wiki/Project:Perl + We maintain everything perlish in Gentoo. + + axs@gentoo.org + Ian Stakenvicius + Developer + + + civil@gentoo.org + Vladimir Smirnov + Developer + + + dilfridge@gentoo.org + Andreas K. Hüttel + Developer + + + monsieurp@gentoo.org + Patrice Clement + Developer + + + titanofold@gentoo.org + Aaron W. Swenson + Developer + + + zlogene@gentoo.org + Mikle Kolyada + Lead + + + + sci-physics@gentoo.org + Gentoo Physics Project + https://wiki.gentoo.org/wiki/Project:Physics + The Physics Project handles all physics related activities in Gentoo. + + bicatali@gentoo.org + Sebastien Fabbro + High Energy Physics, Cosmology + + + bircoph@gentoo.org + Andrew Savchenko + High Energy Physics, General Physics + + + jauhien@gentoo.org + Jauhien Piatlicki + Physics + + + nicolasbock@gentoo.org + Nicolas Bock + Physics + + + ottxor@gentoo.org + Christoph Junghans + Physics + + + + planet@gentoo.org + Planet Gentoo + https://wiki.gentoo.org/wiki/Project:Planet + Planet Gentoo provides a central aggregation of developers' blogs, to keep users and other developers informed of what they are working on. + + blueknight@gentoo.org + Yury German + Administrator + + + desultory@gentoo.org + Desultory + Administrator + + + jmbsvicetto@gentoo.org + Jorge Manuel B. S. Vicetto + Infra Liaison + + + kensington@gentoo.org + Michael Palimaka + Administrator + + + + gentoo-portage-dev@lists.gentoo.org + Portage + https://wiki.gentoo.org/wiki/Project:Portage + The Portage Development Project is devoted to maintaining and updating Portages core functionality and utilities. + + + + antarus@gentoo.org + Alec Warner + Code Reviews, on leave. + + + bernalex@gentoo.org + Alexander Berntsen + Lead + + + blueboar2@gmail.com + Vladimir Romanov + Russian Translation + + + dolsen@gentoo.org + Brian Dolbec + Repoman, gkeys integration + + + grobian@gentoo.org + Fabian Groffen + Prefix portage + + + mgorny@gentoo.org + Michał Górny + Contributor + + + nullishzero@gentoo.org + Pavel Kazakov + Member, on dev-away + + + rafaelmartins@gentoo.org + Rafael Martins + Member, Distfile delta support + + + robbat2@gentoo.org + Robin Johnson + Infra Liaison + + + tommy@gentoo.org + Thomas Sachau + Mutlilib portage + + + ulm@gentoo.org + Ulrich Müller + PMS liason + + + vapier@gentoo.org + Mike Frysinger + Member, Sandbox, Documentation + + + zmedico@gentoo.org + Zac Medico + Member + + + + tools-portage@gentoo.org + Gentoo Portage tools team + https://wiki.gentoo.org/wiki/Project:Portage-Tools + The Gentoo Portage tools team develops and maintains a number of tools that use Portage's APIs or perform actions relating to the maintenance of the Portage tree ecosystem. + + + dolsen@gentoo.org + Brian Dolbec + Gentooolkit, Mirrorselect, Esearch, Layman, Gentoo-keys + + + fuzzyray@gentoo.org + Paul Varner + Lead + + + idl0r@gentoo.org + Christian Ruppert + Gentoolkit-dev + + + slis@gentoo.org + Sławek Lis + Gentoolkit's python revdep-rebuild + + + twitch153@gentoo.org + Devan Franchini + Layman + + + zmedico@gentoo.org + Zac Medico + Member + + + + pgsql-bugs@gentoo.org + PostgreSQL and Related Package Development + https://wiki.gentoo.org/wiki/Project:PostgreSQL + This project is focused on maintaining ebuilds and utilities that are closely tied to PostgreSQL including PostgreSQL itself. + + patrick@gentoo.org + Patrick Lauer + Member + + + titanofold@gentoo.org + Aaron W. Swenson + Lead + + + + ppc@gentoo.org + Gentoo Linux PowerPC Development + https://wiki.gentoo.org/wiki/Project:PowerPC + The PowerPC Development Project is devoted to keeping Gentoo in good shape on both 32-bit and 64-bit PowerPC architecture. + + ago@gentoo.org + Agostino Sarubbo + ppc/ppc64 stabilization/security + + + blueness@gentoo.org + Anthony G. Basile + ppc/ppc64 keywording/stabilization + + + pacho@gentoo.org + Pacho Ramos + ppc/ppc64 keywording/stabilization + + + zlogene@gentoo.org + Mikle Kolyada + ppc/ppc64 keywording/stabilization + + + + prefix@gentoo.org + Gentoo Prefix + https://wiki.gentoo.org/wiki/Project:Prefix + To bring out the virtues of Gentoo on different operating systems, the Gentoo Prefix project develops and maintains a way of installing Gentoo systems in a non-standard location, designated by a "prefix". + + amadio@gentoo.org + Guilherme Amadio + Developer + + + darkside@gentoo.org + Jeremy Olexa + Developer + + + grobian@gentoo.org + Fabian Groffen + Lead, maintainer prefix portage + + + haubi@gentoo.org + Michael Haubenwallner + Developer + + + heroxbd@gentoo.org + Benda Xu + Developer + + + jcallen@gentoo.org + Jonathan Callen + Developer + + + ottxor@gentoo.org + Christoph Junghans + Developer, merge with gx86 + + + + printing@gentoo.org + Gentoo Printing Project + https://wiki.gentoo.org/wiki/Project:Printing + Printing related stuff, net-print category (+ some extra stuff). + + dilfridge@gentoo.org + Andreas K. Hüttel + Developer + + + mrueg@gentoo.org + Manuel Rüger + Developer + + + tamiko@gentoo.org + Matthias Maier + Developer + + + + lang-misc@gentoo.org + Gentoo Programming Language Support Project + https://wiki.gentoo.org/wiki/Project:Programming + The project provides coverage for Gentoo-specific issues associated with various programming languages that can be found in Portage. + + + + + + prolog@gentoo.org + Prolog + https://wiki.gentoo.org/wiki/Project:Prolog + Maintains Prolog and logic programming language packages + + + proxy-maint@gentoo.org + Proxy Maintainers + https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers + Proxy maintainers is a group of developers initially maintaining abandoned packages on behalf of Gentoo users. Activity of members now extends to maintaining established packages relinquished by developers. + + amynka@gentoo.org + Amy Winston + Member + + + dlan@gentoo.org + Yixun Lan + Member + + + idella4@gentoo.org + Ian Delaney + Member + + + maksbotan@gentoo.org + Maxim Koltsov + Member + + + monsieurp@gentoo.org + Patrice Clement + Member + + + mrueg@gentoo.org + Manuel Rüger + Member + + + qnikst@gentoo.org + Alexander Vershilov + Member + + + swift@gentoo.org + Sven Vermeulen + Member + + + titanofold@gentoo.org + Aaron W. Swenson + Member + + + xmw@gentoo.org + Michael Weber + Member + + + yngwin@gentoo.org + Ben de Groot + Member + + + zlogene@gentoo.org + Mikle Kolyada + Member + + + + pr@gentoo.org + Gentoo Public Relations Project + https://wiki.gentoo.org/wiki/Project:Public_Relations + The Public Relations Team improves Gentoo's visibility towards the rest of the world. + + + + + dastergon@gentoo.org + Pavlos Ratis + GMN, Facebook + + + dilfridge@gentoo.org + Andreas K. Hüttel + Facebook + + + k_f@gentoo.org + Kristian Fiskerstrand + GMN + + + maffblaster@gentoo.org + Matthew Marchese + GMN, Facebook + + + + python@gentoo.org + Python + https://wiki.gentoo.org/wiki/Project:Python + The Python project maintains dev-lang/python and most of dev-python/*. + + alicef@gentoo.org + Alice Ferrazzi + Member + + + alunduil@gentoo.org + Alex Brandt + Member + + + chutzpah@gentoo.org + Patrick McLean + Member + + + dev-zero@gentoo.org + Tiziano Müller + Member + + + djc@gentoo.org + Dirkjan Ochtman + Member + + + floppym@gentoo.org + Mike Gilbert + Lead + + + idella4@gentoo.org + Ian Delaney + Member + + + jlec@gentoo.org + Justin Lecher + Member + + + lordvan@gentoo.org + Thomas R + Member + + + maksbotan@gentoo.org + Maxim Koltsov + Member + + + marienz@gentoo.org + Marien Zwart + Member + + + mgorny@gentoo.org + Michał Górny + Member + + + monsieurp@gentoo.org + Patrice Clement + Member + + + mrueg@gentoo.org + Manuel Rüger + Member + + + prometheanfire@gentoo.org + Matthew Thode + Member + + + rafaelmartins@gentoo.org + Rafael Martins + Member + + + sdamashek@gentoo.org + Samuel Damashek + Member + + + sping@gentoo.org + Sebastian Pipping + Member + + + ultrabug@gentoo.org + Ultrabug + Member + + + xarthisius@gentoo.org + Kacper Kowalik + Member + + + yac@gentoo.org + Jan Matejka + Member + + + + qemu@gentoo.org + The Gentoo QEMU Project + https://wiki.gentoo.org/wiki/Project:QEMU + The Gentoo QEMU Project maintains packages related to QEMU. + + cardoe@gentoo.org + Doug Goldstein + Member + + + jmbsvicetto@gentoo.org + Jorge Manuel B. S. Vicetto + Member + + + lu_zero@gentoo.org + Luca Barbato + Member + + + tommy@gentoo.org + Thomas Sachau + Member + + + + qt@gentoo.org + Gentoo Qt Project + https://wiki.gentoo.org/wiki/Project:Qt + The Qt project handles the Qt ebuilds available in Gentoo's portage and the qt overlay. It also maintains various Qt packages and libraries that don't have dedicated maintainers. + + civil@gentoo.org + Vladimir Smirnov + Developer + + + kensington@gentoo.org + Michael Palimaka + Developer + + + pesa@gentoo.org + Davide Pesavento + Lead + + + wired@gentoo.org + Alex Alexander + Developer + + + yngwin@gentoo.org + Ben de Groot + Developer + + + zlogene@gentoo.org + Mikle Kolyada + Developer + + + + qa@gentoo.org + Quality Assurance + https://wiki.gentoo.org/wiki/Project:Quality_Assurance + The Gentoo Quality Assurance team + + + + + + + + creffett@gentoo.org + Chris Reffett + Developer + + + mgorny@gentoo.org + Michał Górny + Developer + + + mrueg@gentoo.org + Manuel Rüger + Developer + + + patrick@gentoo.org + Patrick Lauer + Developer + + + pinkbyte@gentoo.org + Sergey Popov + Lead + + + tommy@gentoo.org + Thomas Sachau + Developer + + + ulm@gentoo.org + Ulrich Müller + Developer + + + williamh@gentoo.org + William Hubbs + Developer + + + wired@gentoo.org + Alex Alexander + Developer + + + zerochaos@gentoo.org + Rick Farina + Developer + + + zlogene@gentoo.org + Mikle Kolyada + Deputy Lead + + + + ros@gentoo.org + Gentoo ROS Project + https://wiki.gentoo.org/wiki/Project:ROS + The Gentoo ROS Project maintains packages for the Robot Operating System. + + + hardened@gentoo.org + RSBAC + https://wiki.gentoo.org/wiki/Project:RSBAC + This project manages the RSBAC support within Gentoo. This includes providing kernels with RSBAC support (loosely based on the hardened-sources), administration utilities to manage and write strong Gentoo-specific policies. + + zorry@gentoo.org + Magnus Granberg + Proxy (until Blueness has an account) + + + + radio@gentoo.org + Radio + https://wiki.gentoo.org/wiki/Project:Radio + This project maintains packages related to sending and receiving radio transmissions. + + chithanh@gentoo.org + Chí-Thanh Christopher Nguyễn + Member + + + creffett@gentoo.org + Chris Reffett + Member + + + xmw@gentoo.org + Michael Weber + Member + + + zerochaos@gentoo.org + Rick Farina + Member + + + zx2c4@gentoo.org + Jason A. Donenfeld + Member + + + + recruiters@gentoo.org + Gentoo Developer Recruiters + https://wiki.gentoo.org/wiki/Project:Recruiters + The Recruiters subproject provides a central location for information about developer recruitment and recruiter policy. + + hwoarang@gentoo.org + Markos Chandras + Recruiter + + + jlec@gentoo.org + Justin Lecher + Recruiter + + + tommy@gentoo.org + Thomas Sachau + Recruiter + + + zlogene@gentoo.org + Mikle Kolyada + Recruiter + + + + releng@gentoo.org + Release Engineering + https://wiki.gentoo.org/wiki/Project:RelEng + Release Engineering ("RelEng") is the official Gentoo project focused on coordinating and improving the creation of official media releases of Gentoo Linux and the associated tools used by the installation process. + + + + armin76@gentoo.org + Raúl Porcel + Alpha/IA64/SPARC Release Coordinator + + + blueness@gentoo.org + Anthony G. Basile + Hardened/UCLIBC Release Coordinator + + + dolsen@gentoo.org + Brian Dolbec + Catalyst Lead + + + hwoarang@gentoo.org + Markos Chandras + MIPS Release Coordinator + + + jmbsvicetto@gentoo.org + Jorge Manuel B. S. Vicetto + AMD64 / X86 Release Coordinator + + + maffblaster@gentoo.org + Matthew Marchese + Documentation Helper + + + robbat2@gentoo.org + Robin Johnson + Infrastructure Liaison + + + steev@gentoo.org + Steev Klimaszewski + ARM stage building + + + swift@gentoo.org + Sven Vermeulen + Documentation Liaison + + + vapier@gentoo.org + Mike Frysinger + s390 Release Coordinator + + + williamh@gentoo.org + William Hubbs + LiveCD Tools Maintainer + + + xmw@gentoo.org + Michael Weber + ARM Stage Building Apprentice + + + zerochaos@gentoo.org + Rick Farina + Builder of Things + + + + releng@gentoo.org + RelEng GRS + https://wiki.gentoo.org/wiki/Project:RelEng_GRS + The Gentoo Reference System (GRS) Suite is a set of tools for building and maintaining a well defined Gentoo system in which all choices in building the system are predefined in configuration files housed on a central git repository. + + blueness@gentoo.org + Anthony G. Basile + Author + + + + repo-qa-checks@gentoo.org + Repository mirror and CI + https://wiki.gentoo.org/wiki/Project:Repository_mirror_and_CI + The repo-mirror-ci project aims to run basic QA checks on all listed Gentoo repositories and provide syncing mirrors for them (with pre-generated metadata cache). + + mgorny@gentoo.org + Michał Górny + Author & maintainer + + + monsieurp@gentoo.org + Patrice Clement + Developer + + + + reviewers@gentoo.org + Reviewers + https://wiki.gentoo.org/wiki/Project:Reviewers + Team dedicated to reviewing pull requests and commits + + hasufell@gentoo.org + Julian Ospald + Member + + + jlec@gentoo.org + Justin Lecher + Member + + + mgorny@gentoo.org + Michał Górny + Lead + + + monsieurp@gentoo.org + Patrice Clement + Member + + + + ruby@gentoo.org + Gentoo Ruby Project + https://wiki.gentoo.org/wiki/Project:Ruby + The Ruby project maintains packages for Ruby implementations, libraries and development tools. This project also maintains the RubyGems package, the de facto standard for packaging Ruby projects. + + a3li@gentoo.org + Alex Legler + Developer + + + flameeyes@gentoo.org + Diego Elio Pettenò + Developer + + + graaff@gentoo.org + Hans de Graaff + Lead + + + mrueg@gentoo.org + Manuel Rüger + Developer + + + naota@gentoo.org + Naohiro Aota + Developer + + + p8952@gentoo.org + Peter Wilmott + Developer + + + robbat2@gentoo.org + Robin Johnson + Developer + + + + s390@gentoo.org + Gentoo Linux s390 Development + https://wiki.gentoo.org/wiki/Project:S390 + The s390 Development Project is devoted to keeping Gentoo in good shape on the s390 architecture. + + ago@gentoo.org + Agostino Sarubbo + Member ( Gentoo/s390 ) + + + armin76@gentoo.org + Raúl Porcel + Member ( Gentoo/s390 ) + + + pinkbyte@gentoo.org + Sergey Popov + Member ( Gentoo/s390 ) + + + vapier@gentoo.org + Mike Frysinger + Lead ( Gentoo/s390 ) + + + zlogene@gentoo.org + Mikle Kolyada + Member ( Gentoo/s390 ) + + + + selinux@gentoo.org + SELinux + https://wiki.gentoo.org/wiki/Project:SELinux + This project manages SELinux support in Gentoo. This includes providing kernels with SELinux support, providing patches to userland utilities, writing strong Gentoo-specific default profiles, and maintaining a good default set of policies. + + perfinion@gentoo.org + Jason Zaman + Documentation, Policy, Userland + + + swift@gentoo.org + Sven Vermeulen + Documentation, Policy, Userland + + + + sparc@gentoo.org + Gentoo Linux SPARC Development + https://wiki.gentoo.org/wiki/Project:SPARC + Gentoo/SPARC is a Gentoo project designed to bring the Gentoo GNU/Linux operating system to the SPARC and UltraSPARC platforms. Gentoo/SPARC aims to provide a usable server and desktop environment for your various SPARC related endeavors. + + ago@gentoo.org + Agostino Sarubbo + Member ( Security bugs primarily ) + + + armin76@gentoo.org + Raúl Porcel + Lead ( Gentoo/SPARC ) + + + jer@gentoo.org + Jeroen Roovers + Member ( Porting ) + + + jmorgan@gentoo.org + Jack Morgan + Member ( Gentoo/SPARC ) + + + pacho@gentoo.org + Pacho Ramos + Member ( Gentoo/SPARC ) + + + xmw@gentoo.org + Michael Weber + Member ( Gentoo/SPARC ) + + + zlogene@gentoo.org + Mikle Kolyada + Member ( Gentoo/SPARC ) + + + + suse@gentoo.org + SUSE + https://wiki.gentoo.org/wiki/Project:SUSE + This project manages all various rpm based tools for working with OBS and rpmbuild + + miska@gentoo.org + Michal Hrušecký + Updates, Documentation + + + scarabeus@gentoo.org + Tomáš Chvátal + Updates, Documentation + + + + samba@gentoo.org + Samba + https://wiki.gentoo.org/wiki/Project:Samba + This project maintains packages related to Samba suit. + + polynomial-c@gentoo.org + Lars Wendler + Member + + + vostorga@gentoo.org + Victor Ostorga + Member + + + + sandbox@gentoo.org + Gentoo Sandbox Team + https://wiki.gentoo.org/wiki/Project:Sandbox + The Gentoo Sandbox Team maintains sandbox-related tools and libraries + + vapier@gentoo.org + Mike Frysinger + Lead + + + + scheme@gentoo.org + Gentoo Scheme Project + https://wiki.gentoo.org/wiki/Project:Scheme + The Gentoo Scheme Project handles Scheme related packages in the Gentoo package tree. + + pchrist@gentoo.org + Panagiotis Christopoulos + Developer (General maintainer) + + + + sci@gentoo.org + Gentoo Science Project + https://wiki.gentoo.org/wiki/Project:Science + The Gentoo Science project manages science and mathematics related activities in Gentoo + + + + + + + + + alexxy@gentoo.org + Alexey Shvetsov + Chemistry, Physics, * + + + bicatali@gentoo.org + Sebastien Fabbro + General science packages, numerical libraries + + + bircoph@gentoo.org + Andrew Savchenko + Astronomy, Mathematics, Physics, * + + + heroxbd@gentoo.org + Benda Xu + Astronomy, Mathematics, Physics + + + jauhien@gentoo.org + Jauhien Piatlicki + Mathematics, Physics, * + + + jlec@gentoo.org + Justin Lecher + Chemistry, Biology, * + + + nicolasbock@gentoo.org + Nicolas Bock + Chemistry, Physics, * + + + ottxor@gentoo.org + Christoph Junghans + Chemistry, Physics, * + + + soap@gentoo.org + David Seifert + Mathematics, Biology, * + + + tamiko@gentoo.org + Matthias Maier + Mathematics, * + + + tomka@gentoo.org + Thomas Kahle + Mathematics, symbolic computation + + + xarthisius@gentoo.org + Kacper Kowalik + Astronomy, * + + + + security@gentoo.org + Gentoo Security Project + https://wiki.gentoo.org/wiki/Project:Security + The Gentoo Security Project's mission is to ensure that vulnerabilities in software accessible through the Portage tree are found and fixed in a timely manner, so that our users remain protected against known vulnerabilities. + + + + a3li@gentoo.org + Alex Legler + Operational Manager + + + ackle@gentoo.org + Sean Amoss + GLSA Coordinator + + + blueknight@gentoo.org + Yury German + GLSA Coordinator + + + creffett@gentoo.org + Chris Reffett + GLSA Coordinator + + + keytoaster@gentoo.org + Tobias Heinlein + Operational Manager + + + k_f@gentoo.org + Kristian Fiskerstrand + GLSA Coordinator + + + pinkbyte@gentoo.org + Sergey Popov + GLSA Coordinator + + + zlogene@gentoo.org + Mikle Kolyada + GLSA Coordinator + + + zx2c4@gentoo.org + Jason A. Donenfeld + Code review, vulnerability discovery, hardening + + + + shell-tools@gentoo.org + Gentoo Shell Tools Project + https://wiki.gentoo.org/wiki/Project:Shell_Tools + Maintains miscellaneous tools used from within a shell environment. + + + sound@gentoo.org + Gentoo Sound project + https://wiki.gentoo.org/wiki/Project:Sound + The sound team provides and maintains sound applications and drivers. + + aballier@gentoo.org + Alexis Ballier + Member ( misc ) + + + angelos@gentoo.org + Christoph Mende + Member ( misc ) + + + chainsaw@gentoo.org + Tony Vroon + Lead ( Herd Lead, Audacious and plugins, libnjb ) + + + chutzpah@gentoo.org + Patrick McLean + Member ( misc ) + + + radhermit@gentoo.org + Tim Harder + Member ( misc ) + + + soap@gentoo.org + David Seifert + Member ( misc ) + + + ssuominen@gentoo.org + Samuli Suominen + Member ( misc ) + + + yngwin@gentoo.org + Ben de Groot + Member ( misc ) + + + + sunrise@gentoo.org + Sunrise + https://wiki.gentoo.org/wiki/Project:Sunrise + Project Sunrise is a starting point for gentoo users to contribute. The team members encourage users to write ebuilds and make sure that they follow Gentoo QA standards. + + chithanh@gentoo.org + Chí-Thanh Christopher Nguyễn + Ebuild review + + + tommy@gentoo.org + Thomas Sachau + Administration and ebuild review + + + + systemd@gentoo.org + systemd + https://wiki.gentoo.org/wiki/Project:Systemd + The Gentoo systemd project aims to bring Gentoo users the best experience in using systemd as an sysvinit/OpenRC alternative. + + floppym@gentoo.org + Mike Gilbert + Lead + + + mgorny@gentoo.org + Michał Górny + Member + + + pacho@gentoo.org + Pacho Ramos + Member + + + rich0@gentoo.org + Richard Freeman + Member + + + williamh@gentoo.org + William Hubbs + Member + + + zx2c4@gentoo.org + Jason A. Donenfeld + Member + + + + tcltk@gentoo.org + Gentoo Tcltk Project + https://wiki.gentoo.org/wiki/Project:Tcltk + Gentoo tcltk packages. + + amynka@gentoo.org + Amy Winston + Member + + + + tex@gentoo.org + Gentoo TeX Project + https://wiki.gentoo.org/wiki/Project:TeX + The TeX project maintains ebuilds for TeX distributions and TeX related packages. This includes app-text/texlive, app-text/tetex, the dev-texlive category, most of dev-tex and a few others. + + aballier@gentoo.org + Alexis Ballier + Member + + + dilfridge@gentoo.org + Andreas K. Hüttel + Member + + + + theology@gentoo.org + Theology + https://wiki.gentoo.org/wiki/Project:Theology + The theology project maintains religious, genealogy, and humanities-related packages + + creffett@gentoo.org + Chris Reffett + Lead + + + + tinderbox-cluster@gentoo.org + Tinderbox cluster + https://wiki.gentoo.org/wiki/Project:Tinderbox-cluster + A tinderbox that the guest code can run on multiply setups. + + + toolchain@gentoo.org + Gentoo Toolchain Project + https://wiki.gentoo.org/wiki/Project:Toolchain + Manages gcc/binutils/glibc and other toolchain-related packages + + + gentoo-doc@gentoo.org + Documentation Translation Project + https://wiki.gentoo.org/wiki/Project:Translation + As Gentoo continues to grow, international documentation will be key to communicating with our diverse user base. The translators will make sure that all Gentoo documentation is translated in a timely fashion. + + ago@gentoo.org + Agostino Sarubbo + Italian translations + + + blueboar2@gmail.com + Vladimir Romanov + Russian translations + + + jaaf@gentoo.org + José Fournier + French translations + + + jkt@gentoo.org + Jan Kundrát + Czech translations + + + keytoaster@gentoo.org + Tobias Heinlein + German translations + + + nimiux@gentoo.org + Chema Alonso + Spanish translations + + + + treecleaner@gentoo.org + Treecleaner + https://wiki.gentoo.org/wiki/Project:Treecleaner + The Tree Cleaning Team is primarily concerned with removing unmaintained and broken packages from the tree. + + moult@gentoo.org + Dion Moult + Member + + + pacho@gentoo.org + Pacho Ramos + Member + + + ssuominen@gentoo.org + Samuli Suominen + Member + + + + undertakers@gentoo.org + Undertakers + https://wiki.gentoo.org/wiki/Project:Undertakers + The Community Relations Undertakers project handles developer retirement, both when developers announce their retirement as well as due to developer inactivity. + + djc@gentoo.org + Dirkjan Ochtman + Member + + + pacho@gentoo.org + Pacho Ramos + Member + + + phajdan.jr@gentoo.org + Paweł Hajdan, Jr. + Member + + + + vdr@gentoo.org + Gentoo VDR project + https://wiki.gentoo.org/wiki/Project:VDR + The Gentoo VDR Project maintains and updates the VDR packages in the portage tree. It integrates them with Gentoo as tight as possible. VDR is the abbreviation for Video Disk Recorder. + + hd_brummy@gentoo.org + Joerg Bornkessel + Member + + + idl0r@gentoo.org + Christian Ruppert + Member + + + zzam@gentoo.org + Matthias Schwarzott + Member + + + + vserver-devs@gentoo.org + VPS + https://wiki.gentoo.org/wiki/Project:VPS + The Gentoo Virtual Private Server project maintains all VPS related packages. + + + media-video@gentoo.org + Gentoo Video project + https://wiki.gentoo.org/wiki/Project:Video + The Video team strives to provide users with the best multimedia experience through providing encoding tools and media players. We do so by maintaining various video based applications including MPlayer, Xine, and Transcode. + + + + aballier@gentoo.org + Alexis Ballier + Member ( XdTV, gpac, other ) + + + cardoe@gentoo.org + Doug Goldstein + Member ( MythTV and misc TV apps ) + + + idl0r@gentoo.org + Christian Ruppert + Member ( DVB, VDR, misc ) + + + lordvan@gentoo.org + Thomas R + Member ( DVB ) + + + lu_zero@gentoo.org + Luca Barbato + Lead ( Gentoo/PPC work, mplayer, ffmpeg ) + + + ssuominen@gentoo.org + Samuli Suominen + Member ( misc ) + + + yngwin@gentoo.org + Ben de Groot + Member ( SMPlayer and dependencies ) + + + zzam@gentoo.org + Matthias Schwarzott + Member ( DVB, VDR ) + + + + virtualization@gentoo.org + Gentoo Virtualization Project + https://wiki.gentoo.org/wiki/Project:Virtualization + The Gentoo Virtualization Project maintains packages shared between the different virtualization (sub-)projects and provides documentation and tools to the user to make Gentoo a first choice platform as both host and guest system. + + + + + + + vmware@gentoo.org + Gentoo VMware Project + https://wiki.gentoo.org/wiki/Project:Vmware + The Gentoo VMware project ("vmware") is the official Gentoo project for the maintenance and development of VMware and VMware-related products in the Gentoo package repository. + + dilfridge@gentoo.org + Andreas K. Hüttel + lead + + + + web-apps@gentoo.org + Gentoo Webapps + https://wiki.gentoo.org/wiki/Project:Webapps + The web-apps team maintains web applications, an eclass to facilitate writing ebuilds for these packages, and the <tt>webapp-config</tt> tool. + + blueness@gentoo.org + Anthony G. Basile + Member + + + jmbsvicetto@gentoo.org + Jorge Manuel B. S. Vicetto + Member + + + sdamashek@gentoo.org + Samuel Damashek + Member + + + twitch153@gentoo.org + Devan Franchini + Member + + + + www@gentoo.org + Gentoo Website Maintainers + https://wiki.gentoo.org/wiki/Project:Website + The Website Team maintains the Gentoo website and develops new sites for the community. + + + wiki@gentoo.org + Gentoo Wiki Project + https://wiki.gentoo.org/wiki/Project:Wiki + The Gentoo Wiki Project maintains wiki.gentoo.org. + + a3li@gentoo.org + Alex Legler + Lead + + + creffett@gentoo.org + Chris Reffett + Member + + + idl0r@gentoo.org + Christian Ruppert + Member + + + keytoaster@gentoo.org + Tobias Heinlein + Member + + + maffblaster@gentoo.org + Matthew Marchese + Administrator / Banling / Contributor + + + polynomial-c@gentoo.org + Lars Wendler + Banling + + + yngwin@gentoo.org + Ben de Groot + Member + + + + wine@gentoo.org + Wine + https://wiki.gentoo.org/wiki/Project:Wine + Maintenance of Wine and Wine-related Packages + + + x11@gentoo.org + X11 + https://wiki.gentoo.org/wiki/Project:X11 + The X11 project manages the X implementations and related packages in Portage. + + + x86@gentoo.org + Gentoo Linux x86 Architecture Development + https://wiki.gentoo.org/wiki/Project:X86 + The Gentoo Linux/x86 Project works to keep Gentoo the most up to date and secure x86 distribution available. + + ago@gentoo.org + Agostino Sarubbo + Developer (Security bugs primarily) + + + armin76@gentoo.org + Raúl Porcel + Developer (Gentoo/x86) + + + jdhore@gentoo.org + Jeff Horelick + Lead/Security Liaison + + + nativemad@gentoo.org + andreas schuerch + Developer + + + pacho@gentoo.org + Pacho Ramos + keywording/stabilization + + + phajdan.jr@gentoo.org + Paweł Hajdan, Jr. + Developer (Gentoo/x86) + + + vincent@gentoo.org + Vicente Olivert Riera + Developer (Gentoo/x86) + + + zlogene@gentoo.org + Mikle Kolyada + Developer (Gentoo/x86) + + + + xemacs@gentoo.org + Gentoo XEmacs Project + https://wiki.gentoo.org/wiki/Project:XEmacs + The Gentoo XEmacs Project handles XEmacs and related packages in the Gentoo package tree. + + matsl@gentoo.org + Mats Lidell + Developer + + + + xen@gentoo.org + Gentoo Xen Project + https://wiki.gentoo.org/wiki/Project:Xen + The Gentoo Xen Project maintains packages related to Xen. + + + xfce@gentoo.org + Gentoo Xfce Project + https://wiki.gentoo.org/wiki/Project:Xfce + The Gentoo Xfce Project aims to bring the current and complete Xfce desktop environment to Gentoo. + + angelos@gentoo.org + Christoph Mende + Lead + + + chutzpah@gentoo.org + Patrick McLean + Member + + + mgorny@gentoo.org + Michał Górny + Member + + + perfinion@gentoo.org + Jason Zaman + Member + + + diff --git a/metadata/timestamp b/metadata/timestamp index f9869802c0c7..c2cbaf369f4c 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Jan 11 14:43:10 UTC 2016 +Tue Jan 12 12:43:02 UTC 2016 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index eda3dc08c4b5..125408a5bed1 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 11 Jan 2016 15:00:01 +0000 +Tue, 12 Jan 2016 13:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index e54402db5179..e32acf4856a9 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1452523501 Mon 11 Jan 2016 02:45:01 PM UTC +1452602701 Tue 12 Jan 2016 12:45:01 PM UTC diff --git a/net-analyzer/cacti/cacti-0.8.8e.ebuild b/net-analyzer/cacti/cacti-0.8.8e.ebuild index a2bfbc6bd5a4..c0f81999031b 100644 --- a/net-analyzer/cacti/cacti-0.8.8e.ebuild +++ b/net-analyzer/cacti/cacti-0.8.8e.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit depend.php eutils webapp +inherit eutils webapp # Support for _p* in version. MY_P=${P/_p*/} diff --git a/net-analyzer/cacti/cacti-0.8.8f.ebuild b/net-analyzer/cacti/cacti-0.8.8f.ebuild index 79420be5fa67..3c9a4a9b9b6f 100644 --- a/net-analyzer/cacti/cacti-0.8.8f.ebuild +++ b/net-analyzer/cacti/cacti-0.8.8f.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit depend.php eutils webapp +inherit eutils webapp # Support for _p* in version. MY_P=${P/_p*/} diff --git a/net-analyzer/zabbix/zabbix-2.2.11.ebuild b/net-analyzer/zabbix/zabbix-2.2.11.ebuild index 6f2350a22fe9..28fab63e7f67 100644 --- a/net-analyzer/zabbix/zabbix-2.2.11.ebuild +++ b/net-analyzer/zabbix/zabbix-2.2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit flag-o-matic webapp depend.php autotools java-pkg-opt-2 user systemd toolchain-funcs +inherit flag-o-matic webapp autotools java-pkg-opt-2 user systemd toolchain-funcs DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="http://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-2.2.5.ebuild b/net-analyzer/zabbix/zabbix-2.2.5.ebuild index fb86e85ab3ae..4510f2e798e4 100644 --- a/net-analyzer/zabbix/zabbix-2.2.5.ebuild +++ b/net-analyzer/zabbix/zabbix-2.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit flag-o-matic webapp depend.php autotools java-pkg-opt-2 user systemd toolchain-funcs +inherit flag-o-matic webapp autotools java-pkg-opt-2 user systemd toolchain-funcs DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="http://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-2.2.9.ebuild b/net-analyzer/zabbix/zabbix-2.2.9.ebuild index 6f2350a22fe9..28fab63e7f67 100644 --- a/net-analyzer/zabbix/zabbix-2.2.9.ebuild +++ b/net-analyzer/zabbix/zabbix-2.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit flag-o-matic webapp depend.php autotools java-pkg-opt-2 user systemd toolchain-funcs +inherit flag-o-matic webapp autotools java-pkg-opt-2 user systemd toolchain-funcs DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="http://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-2.4.5.ebuild b/net-analyzer/zabbix/zabbix-2.4.5.ebuild index 0c07f1692ad7..eec6b6b120e6 100644 --- a/net-analyzer/zabbix/zabbix-2.4.5.ebuild +++ b/net-analyzer/zabbix/zabbix-2.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit flag-o-matic webapp depend.php autotools java-pkg-opt-2 user systemd toolchain-funcs +inherit flag-o-matic webapp autotools java-pkg-opt-2 user systemd toolchain-funcs DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="http://www.zabbix.com/" diff --git a/net-analyzer/zabbix/zabbix-2.4.7.ebuild b/net-analyzer/zabbix/zabbix-2.4.7.ebuild index 0c07f1692ad7..eec6b6b120e6 100644 --- a/net-analyzer/zabbix/zabbix-2.4.7.ebuild +++ b/net-analyzer/zabbix/zabbix-2.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI="5" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit flag-o-matic webapp depend.php autotools java-pkg-opt-2 user systemd toolchain-funcs +inherit flag-o-matic webapp autotools java-pkg-opt-2 user systemd toolchain-funcs DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers" HOMEPAGE="http://www.zabbix.com/" diff --git a/net-fs/samba/Manifest b/net-fs/samba/Manifest index a64d89bc7289..32ea25a798ed 100644 --- a/net-fs/samba/Manifest +++ b/net-fs/samba/Manifest @@ -1,7 +1,6 @@ DIST samba-3.5.21.tar.gz 35377315 SHA256 fd9a66056b1ba9496762394efff41fcaa0e58f2e50e71910e6d202b8a59a1c10 SHA512 e6d52530094b2f8284f8536f97411c3944a83e9f1a808836acdca19fe4aee3cc47e136cc2a2eab96ba89526fe289ec1a3d22fb836bd261bf7c8ddfbccd1cf975 WHIRLPOOL a476ea24841cfdec0f640880e0362173a3f6b957afd2d2448f7b4a8b7c927ef558fd22e7fe20b05bd8aecf1169d8e488b87830a99ddfddcbc8be0c9a414966ad DIST samba-3.5.22.tar.gz 35385144 SHA256 b4c98f77f5634478da109063334acd9b6ad7bcb38151a5b1cac6dc5feb6679dc SHA512 0e1b4816d921ca82f0426a254cf103066634cc54e28d707a62da951118413f7f5ca5f87d60688cab802a58b0af87f797fbbe12f4e1284d5d7f545a98aba97616 WHIRLPOOL 6e59655dd7a537f0c7c889c43ddf5afb8060706e1ec79b3835698181c5c7478059f91c93eefbde50b03e0154a686eda35eabf807bb7ae01dd2b9b39648a009ae DIST samba-3.6.25.tar.gz 34121828 SHA256 8f2c8a7f2bd89b0dfd228ed917815852f7c625b2bc0936304ac3ed63aaf83751 SHA512 25a5c56dae4517e82e196b59fa301b661ec75db57effbb0ede35fb23b018f78cdea6513e8760966caf58abc43335fcebda77fe5bf5bb9d4b27fd3ca6e5a3b626 WHIRLPOOL 68c4a335b3912bf3c6baecae337b1131127515191052366ca9a04ec6d919f2fb69c912aefb087e2578134f3a9bde7b496ea880f2197a8dbf8221058dd1e8444d -DIST samba-4.1.22.tar.gz 19557688 SHA256 5563a1c94a2dac837ccffd1f0821bb25e097affaa7389fef186f9cfb3486cfe5 SHA512 fc0f49fa4faf84069f17ad20d540aada3d410750d67a32a893c7842fc3720399bea2873686f9eee77ed5c7db4d6e6d4aa68f8c71a37cede8a67984e9ad732546 WHIRLPOOL 22affd2da369af40d8fd7eb27c9f38e908ab68b9668d689e9c268423bedc453089fe708cd565db22e0c7fbd32095305b8a5861ee8e89baf2298a084028e21df8 DIST samba-4.2.7.tar.gz 20741971 SHA256 f586ab3166ce4c663360f15b1de24ef083816a5471856e3ad49bc26b35f0104a SHA512 74314083c04689696f0423bc990947bfafad679edcac97e6c137e99c17de1e262a4d8450b57de733a70c86c746300c7c5a1365b56c0e353ce79b05e0baf8eb9a WHIRLPOOL 84e7d2f3a60701ee929198caf86371c9e1694be6def47a4f0f12d4d221b995209505c23564c304fbdd95ab5ae528f941946bd361ec6e388f7ba4db08792ff3ba DIST samba-4.3.3.tar.gz 20427281 SHA256 e62d21313acbb29e24b0b80aaf2b63fdd1ccce4cfb741f333deca95a1a3a70df SHA512 2c66d97f543e22a25ff77481359e7c69817d97c20b77a3ab02a1aab415e0b8a9a6024f4466abcca8312979f9b26596e016ca5bb78ccfe3746e3e9cec0fa303be WHIRLPOOL dae3cbe3aebd0aa70a726b4946470829b703f30c0aaf59f9ae094e7f4dfa25b0573e6c49690d91308f3dddc25cf6fbf0b1341da33446dc4ee29a115db48f9604 DIST smb_traffic_analyzer_v2.diff.bz2 12226 SHA256 1bae7eafbe8ac2382313d5ab9d43d73ba64b63a714f0f588516952d476fb868d SHA512 aa0e457a0dd282e61e6dfcd5705c29b319832dca9711b1b5baf8373e2f079991399c3537c050219ccb861a93f86353ebff677a5c625d2e3f1f3a13ee5c4087d0 WHIRLPOOL 85ee72a360f67ebe71be5cd400ecd635280a0d7c64ebb8b94656a5ef1a94f74a987de86408af00ce1b81cc8363b1b3cf14726860d29b72ee610d4bab73d6b139 diff --git a/net-fs/samba/files/4.1/com_err.patch b/net-fs/samba/files/4.1/com_err.patch deleted file mode 100644 index 2c9ad88f01d7..000000000000 --- a/net-fs/samba/files/4.1/com_err.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 2f34bfbc1941127d17a7a91c6598d6a6c35620e2 Mon Sep 17 00:00:00 2001 -From: Ewoud Kohl van Wijngaarden -Date: Thu, 6 Oct 2011 00:19:01 +0200 -Subject: [PATCH] Add missing com_err dependencies - ---- - auth/kerberos/wscript_build | 2 +- - nsswitch/wscript_build | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/auth/kerberos/wscript_build b/auth/kerberos/wscript_build -index 1070770..2421b16 100644 ---- a/auth/kerberos/wscript_build -+++ b/auth/kerberos/wscript_build -@@ -1,3 +1,3 @@ - bld.SAMBA_SUBSYSTEM('KRB5_PAC', - source='gssapi_pac.c kerberos_pac.c', -- deps='gssapi_krb5 krb5 ndr-krb5pac') -+ deps='gssapi_krb5 krb5 ndr-krb5pac com_err') -diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build -index 298da06..4e353d3 100644 ---- a/nsswitch/wscript_build -+++ b/nsswitch/wscript_build -@@ -33,7 +33,7 @@ if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'): - if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'): - bld.SAMBA_LIBRARY('winbind_krb5_locator', - source='winbind_krb5_locator.c', -- deps='wbclient krb5', -+ deps='wbclient krb5 com_err', - realname='winbind_krb5_locator.so') - - bld.SAMBA_SUBSYSTEM('WB_REQTRANS', --- -1.7.3.4 - diff --git a/net-fs/samba/files/4.1/samba4.confd b/net-fs/samba/files/4.1/samba4.confd deleted file mode 100644 index 58b2c7827bdf..000000000000 --- a/net-fs/samba/files/4.1/samba4.confd +++ /dev/null @@ -1,38 +0,0 @@ -# Add "winbind" to the daemon_list if you also want winbind to start. -# Replace "smbd nmbd" by "samba4" if you want the active directory domain controller part or the ntvfs -# file server part or the rpc proxy to start. -# Note that samba4 controls 'smbd' by itself, thus it can't be started manually. You can, however, -# tweak the behaviour of a samba4-controlled smbd by modifying your '/etc/samba/smb.conf' file -# accordingly. -daemon_list="smbd nmbd" - -#---------------------------------------------------------------------------- -# Daemons calls: _ -#---------------------------------------------------------------------------- -my_service_name="samba" -my_service_PRE="unset TMP TMPDIR" -my_service_POST="" - -#---------------------------------------------------------------------------- -# Daemons calls: _ -#---------------------------------------------------------------------------- -smbd_start_options="-D" -smbd_start="start-stop-daemon --start --exec /usr/sbin/smbd -- ${smbd_start_options}" -smbd_stop="start-stop-daemon --stop --exec /usr/sbin/smbd" -smbd_reload="killall -HUP smbd" - -nmbd_start_options="-D" -nmbd_start="start-stop-daemon --start --exec /usr/sbin/nmbd -- ${nmbd_start_options}" -nmbd_stop="start-stop-daemon --stop --exec /usr/sbin/nmbd" -nmbd_reload="killall -HUP nmbd" - -samba4_start_options="" -samba4_start="start-stop-daemon --start --exec /usr/sbin/samba -- ${samba4_start_options}" -samba4_stop="start-stop-daemon --stop --exec /usr/sbin/samba" -samba4_reload="killall -HUP samba" - -winbind_start_options="" -winbind_start="start-stop-daemon --start --exec /usr/sbin/winbindd -- ${winbind_start_options}" -winbind_stop="start-stop-daemon --stop --exec /usr/sbin/winbindd" -winbind_reload="killall -HUP winbindd" - diff --git a/net-fs/samba/files/4.1/samba4.initd-r1 b/net-fs/samba/files/4.1/samba4.initd-r1 deleted file mode 100644 index 012e19edc92c..000000000000 --- a/net-fs/samba/files/4.1/samba4.initd-r1 +++ /dev/null @@ -1,56 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License, v2 or later -# $Id$ - -extra_started_commands="reload" -piddir="/var/run/samba" - -depend() { - after slapd - need net - use cupsd -} - -DAEMONNAME="${SVCNAME##samba.}" -[ "${DAEMONNAME}" != "samba" ] && daemon_list=${DAEMONNAME} - -signal_do() { - local signal="$1" - [ -z "${signal}" ] && return 0 - - local result=0 last_result=0 daemon= cmd_exec= - for daemon in ${daemon_list} ; do - eval cmd_exec=\$${daemon}_${signal} - if [ -n "${cmd_exec}" ]; then - ebegin "${my_service_name} -> ${signal}: ${daemon}" - #echo ${cmd} '->' ${!cmd} - ${cmd_exec} > /dev/null - last_result=$? - eend ${last_result} - fi - result=$(( ${result} + ${last_result} )) - done - return ${result} -} - -start() { - ${my_service_PRE} - [ -d "${piddir}" ] || mkdir -p "${piddir}" - signal_do start && return 0 - - eerror "Error: starting services (see system logs)" - signal_do stop - return 1 -} -stop() { - ${my_service_PRE} - if signal_do stop ; then - ${my_service_POST} - return 0 - fi -} -reload() { - ${my_service_PRE} - signal_do reload -} diff --git a/net-fs/samba/files/samba-4.2.7-disable-python-for-altabi.patch b/net-fs/samba/files/samba-4.2.7-disable-python-for-altabi.patch new file mode 100644 index 000000000000..c05aa17d21fc --- /dev/null +++ b/net-fs/samba/files/samba-4.2.7-disable-python-for-altabi.patch @@ -0,0 +1,823 @@ +--- a/auth/credentials/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/auth/credentials/wscript_build 2016-01-08 19:50:12.510297249 -0500 +@@ -24,7 +24,8 @@ + source='credentials_ntlm.c', + deps='samba-credentials') + +-bld.SAMBA_PYTHON('pycredentials', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pycredentials', + source='pycredentials.c', + public_deps='samba-credentials cmdline-credentials pytalloc-util pyparam_util CREDENTIALS_KRB5 CREDENTIALS_SECRETS', + realname='samba/credentials.so' +--- a/lib/ldb/wscript 2015-12-10 04:20:09.000000000 -0500 ++++ b/lib/ldb/wscript 2016-01-08 19:50:12.450297496 -0500 +@@ -34,6 +34,8 @@ + conf.RECURSE('lib/tdb') + conf.RECURSE('lib/tevent') + ++ conf.env.disable_python = getattr(Options.options, 'disable_python', False) ++ + if conf.CHECK_FOR_THIRD_PARTY(): + conf.RECURSE('third_party/popt') + else: +@@ -47,7 +49,8 @@ + conf.find_program('xsltproc', var='XSLTPROC') + conf.check_tool('python') + conf.check_python_version((2,4,2)) +- conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True) ++ if not conf.env.disable_python: ++ conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True) + + # where does the default LIBDIR end up? in conf.env somewhere? + # +@@ -60,7 +63,7 @@ + onlyif='talloc tdb tevent', + implied_deps='replace talloc tdb tevent'): + conf.define('USING_SYSTEM_LDB', 1) +- if conf.CHECK_BUNDLED_SYSTEM_PKG('pyldb-util', minversion=SYSTEM_VERSION, ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PKG('pyldb-util', minversion=SYSTEM_VERSION, + onlyif='talloc tdb tevent ldb', + implied_deps='replace talloc tdb tevent ldb'): + conf.define('USING_SYSTEM_PYLDB_UTIL', 1) +@@ -121,8 +124,9 @@ + bld.env.PACKAGE_VERSION = VERSION + bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig' + +- if not bld.CONFIG_SET('USING_SYSTEM_PYLDB_UTIL'): +- bld.SAMBA_LIBRARY('pyldb-util', ++ if not bld.env.disable_python: ++ if not bld.CONFIG_SET('USING_SYSTEM_PYLDB_UTIL'): ++ bld.SAMBA_LIBRARY('pyldb-util', + deps='ldb', + source='pyldb_util.c', + public_headers='pyldb.h', +--- a/lib/ntdb/wscript 2014-10-01 04:12:21.000000000 -0400 ++++ b/lib/ntdb/wscript 2016-01-08 19:50:12.460297455 -0500 +@@ -109,7 +109,7 @@ + if conf.CHECK_BUNDLED_SYSTEM('ntdb', minversion=VERSION, + implied_deps='replace'): + conf.define('USING_SYSTEM_NTDB', 1) +- if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pyntdb', 'ntdb', minversion=VERSION): ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PYTHON('pyntdb', 'ntdb', minversion=VERSION): + conf.define('USING_SYSTEM_PYNTDB', 1) + + if not conf.env.disable_python: +--- a/lib/talloc/wscript 2015-04-15 15:27:33.000000000 -0400 ++++ b/lib/talloc/wscript 2016-01-08 19:50:12.470297414 -0500 +@@ -47,7 +47,7 @@ + if conf.CHECK_BUNDLED_SYSTEM_PKG('talloc', minversion=VERSION, + implied_deps='replace'): + conf.define('USING_SYSTEM_TALLOC', 1) +- if conf.CHECK_BUNDLED_SYSTEM_PKG('pytalloc-util', minversion=VERSION, ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PKG('pytalloc-util', minversion=VERSION, + implied_deps='talloc replace'): + conf.define('USING_SYSTEM_PYTALLOC_UTIL', 1) + +--- a/lib/tdb/wscript 2015-07-14 06:54:24.000000000 -0400 ++++ b/lib/tdb/wscript 2016-01-08 19:50:12.480297372 -0500 +@@ -81,7 +81,7 @@ + implied_deps='replace'): + conf.define('USING_SYSTEM_TDB', 1) + conf.env.building_tdb = False +- if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytdb', 'tdb', minversion=VERSION): ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytdb', 'tdb', minversion=VERSION): + conf.define('USING_SYSTEM_PYTDB', 1) + + conf.env.disable_python = getattr(Options.options, 'disable_python', False) +@@ -178,8 +178,9 @@ + bld.SAMBA_BINARY(b, s, 'replace tdb-test-helpers', + includes='include', install=False) + +- if not bld.CONFIG_SET('USING_SYSTEM_PYTDB'): +- bld.SAMBA_PYTHON('pytdb', ++ if not bld.env.disable_python: ++ if not bld.CONFIG_SET('USING_SYSTEM_PYTDB'): ++ bld.SAMBA_PYTHON('pytdb', + 'pytdb.c', + deps='tdb', + enabled=not bld.env.disable_python, +--- a/lib/tevent/wscript 2015-07-14 06:54:24.000000000 -0400 ++++ b/lib/tevent/wscript 2016-01-08 19:50:12.500297290 -0500 +@@ -34,11 +34,13 @@ + + conf.env.standalone_tevent = conf.IN_LAUNCH_DIR() + ++ conf.env.disable_python = getattr(Options.options, 'disable_python', False) ++ + if not conf.env.standalone_tevent: + if conf.CHECK_BUNDLED_SYSTEM_PKG('tevent', minversion=VERSION, + onlyif='talloc', implied_deps='replace talloc'): + conf.define('USING_SYSTEM_TEVENT', 1) +- if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytevent', 'tevent', minversion=VERSION): ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytevent', 'tevent', minversion=VERSION): + conf.define('USING_SYSTEM_PYTEVENT', 1) + + if conf.CHECK_FUNCS('epoll_create', headers='sys/epoll.h'): +@@ -61,8 +63,6 @@ + if not conf.CONFIG_SET('USING_SYSTEM_TEVENT'): + conf.DEFINE('TEVENT_NUM_SIGNALS', tevent_num_signals) + +- conf.env.disable_python = getattr(Options.options, 'disable_python', False) +- + if not conf.env.disable_python: + # also disable if we don't have the python libs installed + conf.find_program('python', var='PYTHON') +--- a/libcli/nbt/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/libcli/nbt/wscript_build 2016-01-08 19:50:12.520297208 -0500 +@@ -24,7 +24,8 @@ + install=False + ) + +-bld.SAMBA_PYTHON('python_netbios', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_netbios', + source='pynbt.c', + public_deps='cli-nbt DYNCONFIG samba-hostconfig', + realname='samba/netbios.so' +--- a/libcli/security/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/libcli/security/wscript_build 2016-01-08 19:50:12.530297167 -0500 +@@ -7,7 +7,8 @@ + deps='talloc ndr NDR_SECURITY' + ) + +-bld.SAMBA_PYTHON('pysecurity', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pysecurity', + source='pysecurity.c', + deps='samba-security pytalloc-util', + realname='samba/security.so' +--- a/python/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/python/wscript_build 2016-01-08 19:50:12.800296055 -0500 +@@ -1,13 +1,14 @@ + #!/usr/bin/env python + +-bld.SAMBA_LIBRARY('samba_python', ++if not bld.env.disable_python: ++ bld.SAMBA_LIBRARY('samba_python', + source=[], + deps='LIBPYTHON pytalloc-util pyrpc_util', + grouping_library=True, + private_library=True, + pyembed=True) + +-bld.SAMBA_SUBSYSTEM('LIBPYTHON', ++ bld.SAMBA_SUBSYSTEM('LIBPYTHON', + source='modules.c', + public_deps='', + init_function_sentinel='{NULL,NULL}', +@@ -15,8 +16,7 @@ + pyext=True, + ) + +- +-bld.SAMBA_PYTHON('python_uuid', ++ bld.SAMBA_PYTHON('python_uuid', + source='uuidmodule.c', + deps='ndr', + realname='uuid.so', +@@ -24,7 +24,7 @@ + ) + + +-bld.SAMBA_PYTHON('python_glue', ++ bld.SAMBA_PYTHON('python_glue', + source='pyglue.c', + deps='pyparam_util samba-util netif pytalloc-util', + realname='samba/_glue.so' +@@ -32,8 +32,8 @@ + + + # install out various python scripts for use by make test +-bld.SAMBA_SCRIPT('samba_python_files', ++ bld.SAMBA_SCRIPT('samba_python_files', + pattern='samba/**/*.py', + installdir='python') + +-bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'samba/**/*.py', flat=False) ++ bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'samba/**/*.py', flat=False) +--- a/source3/param/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source3/param/wscript_build 2016-01-08 19:50:12.760296220 -0500 +@@ -14,7 +14,8 @@ + group='build_source', + rule='${PYTHON} ${SRC[0].abspath(env)} --file ${SRC[1].abspath(env)} --output ${TGT} --mode=S3PROTO') + +-bld.SAMBA3_PYTHON('pys3param', ++if not bld.env.disable_python: ++ bld.SAMBA3_PYTHON('pys3param', + source='pyparam.c', + deps='param', + public_deps='samba-hostconfig pytalloc-util talloc', +--- a/source3/passdb/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source3/passdb/wscript_build 2016-01-08 19:50:12.770296179 -0500 +@@ -40,7 +40,8 @@ + internal_module=bld.SAMBA3_IS_STATIC_MODULE('pdb_samba_dsdb') and bld.AD_DC_BUILD_IS_ENABLED(), + enabled=bld.SAMBA3_IS_ENABLED_MODULE('pdb_samba_dsdb') and bld.AD_DC_BUILD_IS_ENABLED()) + +-bld.SAMBA3_PYTHON('pypassdb', ++if not bld.env.disable_python: ++ bld.SAMBA3_PYTHON('pypassdb', + source='py_passdb.c', + deps='pdb', + public_deps='samba-util tdb_compat talloc pyrpc_util', +--- a/source3/wscript_build 2015-07-14 06:54:24.000000000 -0400 ++++ b/source3/wscript_build 2016-01-08 19:50:12.780296137 -0500 +@@ -1452,13 +1452,14 @@ + param''', + install=False) + +-bld.SAMBA3_PYTHON('pysmbd', ++if not bld.env.disable_python: ++ bld.SAMBA3_PYTHON('pysmbd', + source='smbd/pysmbd.c', + deps='smbd_base pyrpc_util', + realname='samba/samba3/smbd.so' + ) + +-bld.SAMBA3_PYTHON('pylibsmb', ++ bld.SAMBA3_PYTHON('pylibsmb', + source='libsmb/pylibsmb.c', + deps='smbclient samba-credentials', + realname='samba/samba3/libsmb_samba_internal.so' +--- a/source4/auth/gensec/wscript_build 2014-10-01 05:06:01.000000000 -0400 ++++ b/source4/auth/gensec/wscript_build 2016-01-08 19:50:12.560297043 -0500 +@@ -34,7 +34,8 @@ + ) + + +-bld.SAMBA_PYTHON('pygensec', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pygensec', + source='pygensec.c', + deps='gensec pytalloc-util pyparam_util', + realname='samba/gensec.so' +--- a/source4/auth/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/auth/wscript_build 2016-01-08 19:50:12.580296961 -0500 +@@ -43,7 +43,8 @@ + ) + + +-bld.SAMBA_PYTHON('pyauth', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pyauth', + source='pyauth.c', + public_deps='auth_system_session', + deps='samdb pytalloc-util pyparam_util pyldb-util pycredentials auth4', +--- a/source4/dsdb/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/dsdb/wscript_build 2016-01-08 19:50:12.590296920 -0500 +@@ -58,7 +58,9 @@ + enabled=bld.AD_DC_BUILD_IS_ENABLED() + ) + +-bld.SAMBA_PYTHON('python_dsdb', ++ ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_dsdb', + source='pydsdb.c', + # the dependency on dcerpc here is because gensec + # depends on dcerpc but the waf circular dependency finder +--- a/source4/lib/com/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/lib/com/wscript_build 2016-01-08 19:50:12.600296878 -0500 +@@ -26,8 +26,8 @@ + init_function='com_simple_init' + ) + +- +-bld.SAMBA_PYTHON('pycom', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pycom', + source='pycom.c', + deps='COM', + realname='samba/com.so', +--- a/source4/lib/messaging/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/lib/messaging/wscript_build 2016-01-08 19:50:12.620296796 -0500 +@@ -8,7 +8,8 @@ + private_library=True + ) + +-bld.SAMBA_PYTHON('python_messaging', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_messaging', + source='pymessaging.c', + deps='MESSAGING events pyparam_util', + realname='samba/messaging.so' +--- a/source4/lib/policy/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/lib/policy/wscript_build 2016-01-08 20:29:35.981473795 -0500 +@@ -1,6 +1,7 @@ + #!/usr/bin/env python + +-bld.SAMBA_LIBRARY('samba-policy', ++if not bld.env.disable_python: ++ bld.SAMBA_LIBRARY('samba-policy', + source='gp_ldap.c gp_filesys.c gp_manage.c gp_ini.c', + pc_files='samba-policy.pc', + public_deps='ldb samba-net', +@@ -9,7 +10,7 @@ + public_headers='policy.h' + ) + +-bld.SAMBA_PYTHON('py_policy', ++ bld.SAMBA_PYTHON('py_policy', + source='pypolicy.c', + public_deps='samba-policy pytalloc-util', + realname='samba/policy.so' +--- a/source4/lib/registry/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/lib/registry/wscript_build 2016-01-08 19:50:12.640296714 -0500 +@@ -62,7 +62,8 @@ + ) + + +-bld.SAMBA_PYTHON('py_registry', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('py_registry', + source='pyregistry.c', + public_deps='registry pytalloc-util pyparam_util', + realname='samba/registry.so' +--- a/source4/lib/wmi/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/lib/wmi/wscript_build 2016-01-08 19:50:12.650296673 -0500 +@@ -19,7 +19,8 @@ + ) + + +-bld.SAMBA_PYTHON('pywmi', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pywmi', + source='wmi_wrap.c', + public_deps='LIBCLI_SMB ndr samba-util samba-config WMI' + ) +--- a/source4/libcli/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/libcli/wscript_build 2016-01-08 19:50:12.660296631 -0500 +@@ -31,12 +31,13 @@ + public_headers='smb_composite/smb_composite.h', + ) + +-bld.SAMBA_PYTHON('pysmb', +- source='pysmb.c', +- deps='LIBCLI_SMB_COMPOSITE LIBCLI_SMB2 tevent-util pyparam_util', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pysmb', ++ source='pysmb.c', ++ deps='LIBCLI_SMB_COMPOSITE LIBCLI_SMB2 tevent-util pyparam_util', + public_deps='cli_composite samba-credentials gensec LIBCLI_RESOLVE tevent param_options', +- realname='samba/smb.so' +- ) ++ realname='samba/smb.so' ++ ) + + bld.SAMBA_SUBSYSTEM('LIBCLI_DGRAM', + source='dgram/dgramsocket.c dgram/mailslot.c dgram/netlogon.c dgram/browse.c', +--- a/source4/libnet/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/libnet/wscript_build 2016-01-08 20:28:18.921747084 -0500 +@@ -1,6 +1,7 @@ + #!/usr/bin/env python + +-bld.SAMBA_LIBRARY('samba-net', ++if not bld.env.disable_python: ++ bld.SAMBA_LIBRARY('samba-net', + source='libnet.c libnet_passwd.c libnet_time.c libnet_rpc.c libnet_join.c libnet_site.c libnet_become_dc.c libnet_unbecome_dc.c libnet_vampire.c libnet_samdump.c libnet_samsync_ldb.c libnet_user.c libnet_group.c libnet_share.c libnet_lookup.c libnet_domain.c userinfo.c groupinfo.c userman.c groupman.c prereq_domain.c libnet_samsync.c', + autoproto='libnet_proto.h', + public_deps='samba-credentials dcerpc dcerpc-samr RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI cli_composite LIBCLI_RESOLVE LIBCLI_FINDDCS cli_cldap LIBCLI_FINDDCS gensec_schannel LIBCLI_AUTH ndr smbpasswdparser PROVISION LIBCLI_SAMSYNC LIBTSOCKET', +@@ -8,13 +9,13 @@ + ) + + +-bld.SAMBA_PYTHON('python_net', ++ bld.SAMBA_PYTHON('python_net', + source='py_net.c', + deps='samba-net pyrpc_util', + realname='samba/net.so' + ) + +-bld.SAMBA_PYTHON('python_dckeytab', ++ bld.SAMBA_PYTHON('python_dckeytab', + source='py_net_dckeytab.c libnet_export_keytab.c', + deps='pyrpc_util HDB_SAMBA4 com_err', + realname='samba/dckeytab.so', +--- a/source4/librpc/wscript_build 2014-10-01 05:06:01.000000000 -0400 ++++ b/source4/librpc/wscript_build 2016-01-08 19:50:12.700296467 -0500 +@@ -143,228 +143,228 @@ + vnum='0.0.1' + ) + +-bld.SAMBA_SUBSYSTEM('pyrpc_util', ++if not bld.env.disable_python: ++ bld.SAMBA_SUBSYSTEM('pyrpc_util', + source='rpc/pyrpc_util.c', + public_deps='pytalloc-util pyparam_util dcerpc MESSAGING', + pyext=True, + ) + +- +-bld.SAMBA_PYTHON('python_dcerpc', ++ bld.SAMBA_PYTHON('python_dcerpc', + source='rpc/pyrpc.c', + public_deps='LIBCLI_SMB samba-util samba-hostconfig dcerpc-samr RPC_NDR_LSA DYNCONFIG pyrpc_util gensec', + realname='samba/dcerpc/base.so' + ) + +-bld.SAMBA_PYTHON('python_srvsvc', +- source='../../librpc/gen_ndr/py_srvsvc.c', +- deps='RPC_NDR_SRVSVC pytalloc-util pyrpc_util', +- realname='samba/dcerpc/srvsvc.so' +- ) ++ bld.SAMBA_PYTHON('python_srvsvc', ++ source='../../librpc/gen_ndr/py_srvsvc.c', ++ deps='RPC_NDR_SRVSVC pytalloc-util pyrpc_util', ++ realname='samba/dcerpc/srvsvc.so' ++ ) + +-bld.SAMBA_PYTHON('python_echo', ++ bld.SAMBA_PYTHON('python_echo', + source='../../librpc/gen_ndr/py_echo.c', + deps='RPC_NDR_ECHO pytalloc-util pyrpc_util', + realname='samba/dcerpc/echo.so' + ) + +-bld.SAMBA_PYTHON('python_dns', ++ bld.SAMBA_PYTHON('python_dns', + source='../../librpc/gen_ndr/py_dns.c', + deps='RPC_NDR_DNS pytalloc-util pyrpc_util', + realname='samba/dcerpc/dns.so' + ) + +-bld.SAMBA_PYTHON('python_auth', ++ bld.SAMBA_PYTHON('python_auth', + source='../../librpc/gen_ndr/py_auth.c', + deps='NDR_AUTH pytalloc-util pyrpc_util', + realname='samba/dcerpc/auth.so' + ) + +-bld.SAMBA_PYTHON('python_krb5pac', ++ bld.SAMBA_PYTHON('python_krb5pac', + source='../../librpc/gen_ndr/py_krb5pac.c', + deps='ndr-krb5pac pytalloc-util pyrpc_util', + realname='samba/dcerpc/krb5pac.so' + ) + +-bld.SAMBA_PYTHON('python_winreg', ++ bld.SAMBA_PYTHON('python_winreg', + source='../../librpc/gen_ndr/py_winreg.c', + deps='RPC_NDR_WINREG pytalloc-util pyrpc_util', + realname='samba/dcerpc/winreg.so' + ) + + +-bld.SAMBA_PYTHON('python_dcerpc_misc', ++ bld.SAMBA_PYTHON('python_dcerpc_misc', + source='../../librpc/gen_ndr/py_misc.c', + deps='pytalloc-util pyrpc_util ndr-krb5pac', + realname='samba/dcerpc/misc.so' + ) + + +-bld.SAMBA_PYTHON('python_initshutdown', ++ bld.SAMBA_PYTHON('python_initshutdown', + source='../../librpc/gen_ndr/py_initshutdown.c', + deps='RPC_NDR_INITSHUTDOWN pytalloc-util pyrpc_util', + realname='samba/dcerpc/initshutdown.so' + ) + + +-bld.SAMBA_PYTHON('python_epmapper', ++ bld.SAMBA_PYTHON('python_epmapper', + source='../../librpc/gen_ndr/py_epmapper.c', + deps='dcerpc pytalloc-util pyrpc_util', + realname='samba/dcerpc/epmapper.so' + ) + + +-bld.SAMBA_PYTHON('python_mgmt', ++ bld.SAMBA_PYTHON('python_mgmt', + source='../../librpc/gen_ndr/py_mgmt.c', + deps='pytalloc-util dcerpc pyrpc_util', + realname='samba/dcerpc/mgmt.so' + ) + + +-bld.SAMBA_PYTHON('python_atsvc', ++ bld.SAMBA_PYTHON('python_atsvc', + source='../../librpc/gen_ndr/py_atsvc.c', + deps='dcerpc-atsvc pytalloc-util pyrpc_util', + realname='samba/dcerpc/atsvc.so' + ) + + +-bld.SAMBA_PYTHON('python_dcerpc_nbt', ++ bld.SAMBA_PYTHON('python_dcerpc_nbt', + source='../../librpc/gen_ndr/py_nbt.c', + deps='ndr_nbt RPC_NDR_NBT pytalloc-util pyrpc_util', + realname='samba/dcerpc/nbt.so' + ) + + +-bld.SAMBA_PYTHON('python_samr', ++ bld.SAMBA_PYTHON('python_samr', + source='../../librpc/gen_ndr/py_samr.c', + deps='dcerpc-samr pytalloc-util pyrpc_util', + realname='samba/dcerpc/samr.so' + ) + + +-bld.SAMBA_PYTHON('python_svcctl', ++ bld.SAMBA_PYTHON('python_svcctl', + source='../../librpc/gen_ndr/py_svcctl.c', + deps='RPC_NDR_SVCCTL pytalloc-util pyrpc_util', + realname='samba/dcerpc/svcctl.so' + ) + + +-bld.SAMBA_PYTHON('python_lsa', ++ bld.SAMBA_PYTHON('python_lsa', + source='../../librpc/gen_ndr/py_lsa.c', + deps='RPC_NDR_LSA pytalloc-util pyrpc_util', + realname='samba/dcerpc/lsa.so' + ) + + +-bld.SAMBA_PYTHON('python_wkssvc', ++ bld.SAMBA_PYTHON('python_wkssvc', + source='../../librpc/gen_ndr/py_wkssvc.c', + deps='RPC_NDR_WKSSVC pytalloc-util pyrpc_util', + realname='samba/dcerpc/wkssvc.so' + ) + + +-bld.SAMBA_PYTHON('python_dfs', ++ bld.SAMBA_PYTHON('python_dfs', + source='../../librpc/gen_ndr/py_dfs.c', + deps='RPC_NDR_DFS pytalloc-util pyrpc_util', + realname='samba/dcerpc/dfs.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_dcerpc', ++ bld.SAMBA_PYTHON('python_dcerpc_dcerpc', + source='../../librpc/gen_ndr/py_dcerpc.c', + deps='NDR_DCERPC pytalloc-util pyrpc_util', + realname='samba/dcerpc/dcerpc.so' + ) + +-bld.SAMBA_PYTHON('python_unixinfo', ++ bld.SAMBA_PYTHON('python_unixinfo', + source='../../librpc/gen_ndr/py_unixinfo.c', + deps='RPC_NDR_UNIXINFO pytalloc-util pyrpc_util', + realname='samba/dcerpc/unixinfo.so' + ) + + +-bld.SAMBA_PYTHON('python_irpc', ++ bld.SAMBA_PYTHON('python_irpc', + source='gen_ndr/py_irpc.c', + deps='RPC_NDR_IRPC pytalloc-util pyrpc_util', + realname='samba/dcerpc/irpc.so' + ) + +-bld.SAMBA_PYTHON('python_server_id', ++ bld.SAMBA_PYTHON('python_server_id', + source='../../librpc/gen_ndr/py_server_id.c', + deps='RPC_NDR_SERVER_ID pytalloc-util pyrpc_util', + realname='samba/dcerpc/server_id.so' + ) + +-bld.SAMBA_PYTHON('python_winbind', ++ bld.SAMBA_PYTHON('python_winbind', + source='../../librpc/gen_ndr/py_winbind.c', + deps='RPC_NDR_WINBIND pytalloc-util pyrpc_util python_netlogon', + realname='samba/dcerpc/winbind.so' + ) + +-bld.SAMBA_PYTHON('python_idmap', ++ bld.SAMBA_PYTHON('python_idmap', + source='../../librpc/gen_ndr/py_idmap.c', + deps='NDR_IDMAP pytalloc-util pyrpc_util', + realname='samba/dcerpc/idmap.so' + ) + + +-bld.SAMBA_PYTHON('python_drsuapi', ++ bld.SAMBA_PYTHON('python_drsuapi', + source='../../librpc/gen_ndr/py_drsuapi.c', + deps='RPC_NDR_DRSUAPI pytalloc-util pyrpc_util', + realname='samba/dcerpc/drsuapi.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_security', ++ bld.SAMBA_PYTHON('python_dcerpc_security', + source='../../librpc/gen_ndr/py_security.c', + deps='pytalloc-util pyrpc_util NDR_SECURITY', + realname='samba/dcerpc/security.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_drsblobs', ++ bld.SAMBA_PYTHON('python_dcerpc_drsblobs', + source='../../librpc/gen_ndr/py_drsblobs.c', + deps='pytalloc-util pyrpc_util NDR_SECURITY RPC_NDR_DRSBLOBS', + realname='samba/dcerpc/drsblobs.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_dnsp', ++ bld.SAMBA_PYTHON('python_dcerpc_dnsp', + source='../../librpc/gen_ndr/py_dnsp.c', + deps='pytalloc-util pyrpc_util NDR_SECURITY RPC_NDR_DNSP', + realname='samba/dcerpc/dnsp.so' + ) + + +-bld.SAMBA_PYTHON('python_dcerpc_xattr', ++ bld.SAMBA_PYTHON('python_dcerpc_xattr', + source='../../librpc/gen_ndr/py_xattr.c', + deps='pytalloc-util pyrpc_util RPC_NDR_XATTR', + realname='samba/dcerpc/xattr.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_idmap', ++ bld.SAMBA_PYTHON('python_dcerpc_idmap', + source='../../librpc/gen_ndr/py_idmap.c', + deps='pytalloc-util pyrpc_util RPC_NDR_XATTR', + realname='samba/dcerpc/idmap.so' + ) + +-bld.SAMBA_PYTHON('python_netlogon', ++ bld.SAMBA_PYTHON('python_netlogon', + source='../../librpc/gen_ndr/py_netlogon.c', + deps='RPC_NDR_NETLOGON pytalloc-util pyrpc_util', + realname='samba/dcerpc/netlogon.so' + ) + +-bld.SAMBA_PYTHON('python_dnsserver', ++ bld.SAMBA_PYTHON('python_dnsserver', + source='../../librpc/gen_ndr/py_dnsserver.c', + deps='RPC_NDR_DNSSERVER pytalloc-util pyrpc_util', + realname='samba/dcerpc/dnsserver.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_smb_acl', ++ bld.SAMBA_PYTHON('python_dcerpc_smb_acl', + source='../../librpc/gen_ndr/py_smb_acl.c', + deps='pytalloc-util pyrpc_util', + realname='samba/dcerpc/smb_acl.so' + ) + +-bld.SAMBA_SCRIPT('python_dcerpc_init', ++ bld.SAMBA_SCRIPT('python_dcerpc_init', + pattern='rpc/dcerpc.py', + installdir='python/samba/dcerpc', + installname='__init__.py') + +-bld.INSTALL_FILES('${PYTHONARCHDIR}/samba/dcerpc', 'rpc/dcerpc.py', destname='__init__.py') ++ bld.INSTALL_FILES('${PYTHONARCHDIR}/samba/dcerpc', 'rpc/dcerpc.py', destname='__init__.py') +--- a/source4/ntvfs/posix/wscript_build 2014-10-01 05:06:01.000000000 -0400 ++++ b/source4/ntvfs/posix/wscript_build 2016-01-08 19:50:12.730296343 -0500 +@@ -30,7 +30,8 @@ + ) + + +-bld.SAMBA_MODULE('ntvfs_posix', ++if not bld.env.disable_python: ++ bld.SAMBA_MODULE('ntvfs_posix', + source='vfs_posix.c pvfs_util.c pvfs_search.c pvfs_dirlist.c pvfs_fileinfo.c pvfs_unlink.c pvfs_mkdir.c pvfs_open.c pvfs_read.c pvfs_flush.c pvfs_write.c pvfs_fsinfo.c pvfs_qfileinfo.c pvfs_setfileinfo.c pvfs_rename.c pvfs_resolve.c pvfs_shortname.c pvfs_lock.c pvfs_oplock.c pvfs_wait.c pvfs_seek.c pvfs_ioctl.c pvfs_xattr.c pvfs_streams.c pvfs_notify.c pvfs_sys.c xattr_system.c', + autoproto='vfs_posix_proto.h', + subsystem='ntvfs', +@@ -40,7 +41,7 @@ + ) + + +-bld.SAMBA_PYTHON('python_xattr_native', ++ bld.SAMBA_PYTHON('python_xattr_native', + source='python/pyxattr_native.c', + deps='ndr ldb samdb samba-credentials pyparam_util attr', + realname='samba/xattr_native.so' +@@ -52,13 +53,14 @@ + autoproto='posix_eadb_proto.h', + private_library=True) + +-bld.SAMBA_PYTHON('python_posix_eadb', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_posix_eadb', + source='python/pyposix_eadb.c', + deps='pyparam_util posix_eadb tdb_compat', + realname='samba/posix_eadb.so' + ) + +-bld.SAMBA_PYTHON('python_xattr_tdb', ++ bld.SAMBA_PYTHON('python_xattr_tdb', + source='python/pyxattr_tdb.c', + deps='pyparam_util xattr_tdb', + realname='samba/xattr_tdb.so' +--- a/source4/param/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/source4/param/wscript_build 2016-01-08 19:50:12.750296261 -0500 +@@ -1,6 +1,7 @@ + #!/usr/bin/env python + +-bld.SAMBA_SUBSYSTEM('PROVISION', ++if not bld.env.disable_python: ++ bld.SAMBA_SUBSYSTEM('PROVISION', + source='provision.c pyparam.c', + deps='LIBPYTHON pyparam_util ldb pytalloc-util pyldb-util', + pyext=True, +@@ -36,7 +37,8 @@ + ) + + +-bld.SAMBA_PYTHON('pyparam', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pyparam', + source='pyparam.c', + deps='samba-hostconfig pytalloc-util', + realname='samba/param.so' +@@ -47,7 +49,8 @@ + deps='samba-hostconfig') + + +-bld.SAMBA_SUBSYSTEM('pyparam_util', ++if not bld.env.disable_python: ++ bld.SAMBA_SUBSYSTEM('pyparam_util', + source='pyparam_util.c', + deps='LIBPYTHON samba-hostconfig', + pyext=True, +--- a/source4/winbind/wscript_build 2014-10-01 04:12:22.000000000 -0400 ++++ b/source4/winbind/wscript_build 2016-01-08 20:31:17.741112909 -0500 +@@ -1,7 +1,7 @@ + #!/usr/bin/env python + +- +-bld.SAMBA_MODULE('service_winbind', ++if not bld.env.disable_python: ++ bld.SAMBA_MODULE('service_winbind', + source='wb_server.c wb_irpc.c wb_samba3_protocol.c wb_samba3_cmd.c wb_init_domain.c wb_dom_info.c wb_dom_info_trusted.c wb_sid2domain.c wb_name2domain.c wb_sids2xids.c wb_xids2sids.c wb_gid2sid.c wb_sid2uid.c wb_sid2gid.c wb_uid2sid.c wb_connect_lsa.c wb_connect_sam.c wb_cmd_lookupname.c wb_cmd_lookupsid.c wb_cmd_getdcname.c wb_cmd_getgrnam.c wb_cmd_getgrgid.c wb_cmd_getpwnam.c wb_cmd_getpwuid.c wb_cmd_userdomgroups.c wb_cmd_usersids.c wb_cmd_list_groups.c wb_cmd_list_trustdom.c wb_cmd_list_users.c wb_cmd_setpwent.c wb_cmd_getpwent.c wb_cmd_getgrent.c wb_cmd_setgrent.c wb_cmd_getgroups.c wb_pam_auth.c wb_sam_logon.c wb_update_rodc_dns.c', + autoproto='wb_proto.h', + subsystem='service', +--- a/wscript 2015-10-27 04:11:29.000000000 -0400 ++++ b/wscript 2016-01-08 19:50:12.510297249 -0500 +@@ -75,10 +75,15 @@ + opt.tool_options('python') # options for disabling pyc or pyo compilation + # enable options related to building python extensions + ++ opt.add_option('--disable-python', ++ help=("do not generate python modules"), ++ action="store_true", dest='disable_python', default=False) + + def configure(conf): + version = samba_version.load_version(env=conf.env) + ++ conf.env.disable_python = getattr(Options.options, 'disable_python', False) ++ + conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1) + conf.DEFINE('_SAMBA_BUILD_', version.MAJOR, add_to_cflags=True) + conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True) +@@ -96,7 +101,10 @@ + conf.find_program('xsltproc', var='XSLTPROC') + + conf.SAMBA_CHECK_PYTHON(mandatory=True, version=(2,5,0)) +- conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True) ++ if conf.env.disable_python: ++ conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=False) ++ else: ++ conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True) + + if sys.platform == 'darwin' and not conf.env['HAVE_ENVIRON_DECL']: + # Mac OSX needs to have this and it's also needed that the python is compiled with this +--- a/wscript_build 2014-12-20 10:27:51.000000000 -0500 ++++ b/wscript_build 2016-01-08 19:50:12.510297249 -0500 +@@ -48,7 +48,8 @@ + bld.RECURSE('lib/param') + bld.RECURSE('dynconfig') + bld.RECURSE('lib/util/charset') +-bld.RECURSE('python') ++if not bld.env.disable_python: ++ bld.RECURSE('python') + bld.RECURSE('source4/param') + bld.RECURSE('source4/librpc') + bld.RECURSE('source4/dsdb') +@@ -99,7 +100,8 @@ + bld.RECURSE('source4/utils') + bld.RECURSE('source4/ntvfs') + bld.RECURSE('source4/ntptr') +-bld.RECURSE('source4/torture') ++if not bld.env.disable_python: ++ bld.RECURSE('source4/torture') + bld.RECURSE('librpc') + bld.RECURSE('source4') + bld.RECURSE('source4/libcli') +--- a/lib/ldb-samba/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/lib/ldb-samba/wscript_build 2016-01-08 20:43:53.538486348 -0500 +@@ -19,7 +19,8 @@ + ) + + +-bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c', + deps='ldbsamba pyparam_util ldbwrap pyldb-util', + realname='samba/_ldb.so') + +--- a/libcli/echo/tests/wscript_build 2014-10-01 04:12:21.000000000 -0400 ++++ b/libcli/echo/tests/wscript_build 2016-01-08 21:06:36.644107638 -0500 +@@ -1,6 +1,7 @@ + #!/usr/bin/env python + +-bld.SAMBA_MODULE('TORTURE_LIBCLI_ECHO', ++if not bld.env.disable_python: ++ bld.SAMBA_MODULE('TORTURE_LIBCLI_ECHO', + source='echo.c', + subsystem='smbtorture', + init_function='torture_libcli_echo_init', diff --git a/net-fs/samba/files/samba-4.3.3-disable-python-for-altabi.patch b/net-fs/samba/files/samba-4.3.3-disable-python-for-altabi.patch new file mode 100644 index 000000000000..e35a7d04119a --- /dev/null +++ b/net-fs/samba/files/samba-4.3.3-disable-python-for-altabi.patch @@ -0,0 +1,826 @@ +diff -ur a/auth/credentials/wscript_build b/auth/credentials/wscript_build +--- a/auth/credentials/wscript_build 2015-07-21 05:47:48.000000000 -0400 ++++ b/auth/credentials/wscript_build 2016-01-11 15:00:28.939613937 -0500 +@@ -24,7 +24,8 @@ + source='credentials_ntlm.c', + deps='samba-credentials') + +-bld.SAMBA_PYTHON('pycredentials', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pycredentials', + source='pycredentials.c', + public_deps='samba-credentials cmdline-credentials pytalloc-util pyparam_util CREDENTIALS_KRB5 CREDENTIALS_SECRETS', + realname='samba/credentials.so' +diff -ur a/lib/ldb/wscript b/lib/ldb/wscript +--- a/lib/ldb/wscript 2015-12-10 04:23:28.000000000 -0500 ++++ b/lib/ldb/wscript 2016-01-11 17:18:08.175466317 -0500 +@@ -34,6 +34,8 @@ + conf.RECURSE('lib/tdb') + conf.RECURSE('lib/tevent') + ++ conf.env.disable_python = getattr(Options.options, 'disable_python', False) ++ + if conf.CHECK_FOR_THIRD_PARTY(): + conf.RECURSE('third_party/popt') + else: +@@ -47,7 +49,8 @@ + conf.find_program('xsltproc', var='XSLTPROC') + conf.check_tool('python') + conf.check_python_version((2,4,2)) +- conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True) ++ if not conf.env.disable_python: ++ conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True) + + # where does the default LIBDIR end up? in conf.env somewhere? + # +@@ -56,12 +59,12 @@ + conf.env.standalone_ldb = conf.IN_LAUNCH_DIR() + + if not conf.env.standalone_ldb: +- if conf.CHECK_BUNDLED_SYSTEM_PKG('pyldb-util', minversion=SYSTEM_VERSION, ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PKG('pyldb-util', minversion=SYSTEM_VERSION, + onlyif='talloc tdb tevent', + implied_deps='replace talloc tdb tevent ldb'): + conf.define('USING_SYSTEM_PYLDB_UTIL', 1) +- if conf.CHECK_BUNDLED_SYSTEM_PKG('ldb', minversion=SYSTEM_VERSION, +- onlyif='talloc tdb tevent pyldb-util', ++ if conf.CHECK_BUNDLED_SYSTEM_PKG('ldb', minversion=SYSTEM_VERSION, ++ onlyif='talloc tdb tevent', + implied_deps='replace talloc tdb tevent'): + conf.define('USING_SYSTEM_LDB', 1) + +@@ -121,7 +124,7 @@ + bld.env.PACKAGE_VERSION = VERSION + bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig' + +- if not bld.CONFIG_SET('USING_SYSTEM_PYLDB_UTIL'): ++ if not bld.env.disable_python and not bld.CONFIG_SET('USING_SYSTEM_PYLDB_UTIL'): + bld.SAMBA_LIBRARY('pyldb-util', + deps='ldb', + source='pyldb_util.c', +diff -ur a/lib/ldb-samba/wscript_build b/lib/ldb-samba/wscript_build +--- a/lib/ldb-samba/wscript_build 2015-09-08 09:45:25.000000000 -0400 ++++ b/lib/ldb-samba/wscript_build 2016-01-11 16:24:06.620294703 -0500 +@@ -19,7 +19,8 @@ + ) + + +-bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_samba__ldb', 'pyldb.c', + deps='ldbsamba pyparam_util ldbwrap pyldb-util', + realname='samba/_ldb.so') + +diff -ur a/lib/talloc/wscript b/lib/talloc/wscript +--- a/lib/talloc/wscript 2015-09-08 09:45:25.000000000 -0400 ++++ b/lib/talloc/wscript 2016-01-11 15:06:09.538876676 -0500 +@@ -48,7 +48,7 @@ + if conf.CHECK_BUNDLED_SYSTEM_PKG('talloc', minversion=VERSION, + implied_deps='replace'): + conf.define('USING_SYSTEM_TALLOC', 1) +- if conf.CHECK_BUNDLED_SYSTEM_PKG('pytalloc-util', minversion=VERSION, ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PKG('pytalloc-util', minversion=VERSION, + implied_deps='talloc replace'): + conf.define('USING_SYSTEM_PYTALLOC_UTIL', 1) + +diff -ur a/lib/tdb/wscript b/lib/tdb/wscript +--- a/lib/tdb/wscript 2015-09-08 09:45:25.000000000 -0400 ++++ b/lib/tdb/wscript 2016-01-11 15:07:53.698683836 -0500 +@@ -82,7 +82,7 @@ + implied_deps='replace'): + conf.define('USING_SYSTEM_TDB', 1) + conf.env.building_tdb = False +- if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytdb', 'tdb', minversion=VERSION): ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytdb', 'tdb', minversion=VERSION): + conf.define('USING_SYSTEM_PYTDB', 1) + + conf.env.disable_python = getattr(Options.options, 'disable_python', False) +@@ -123,7 +123,7 @@ + else: + private_library = True + +- if not bld.CONFIG_SET('USING_SYSTEM_TDB'): ++ if not bld.env.disable_python and not bld.CONFIG_SET('USING_SYSTEM_TDB'): + + tdb_deps = 'replace' + +diff -ur a/lib/tevent/wscript b/lib/tevent/wscript +--- a/lib/tevent/wscript 2015-07-21 05:47:49.000000000 -0400 ++++ b/lib/tevent/wscript 2016-01-11 15:09:18.228533367 -0500 +@@ -34,11 +34,13 @@ + + conf.env.standalone_tevent = conf.IN_LAUNCH_DIR() + ++ conf.env.disable_python = getattr(Options.options, 'disable_python', False) ++ + if not conf.env.standalone_tevent: + if conf.CHECK_BUNDLED_SYSTEM_PKG('tevent', minversion=VERSION, + onlyif='talloc', implied_deps='replace talloc'): + conf.define('USING_SYSTEM_TEVENT', 1) +- if conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytevent', 'tevent', minversion=VERSION): ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PYTHON('pytevent', 'tevent', minversion=VERSION): + conf.define('USING_SYSTEM_PYTEVENT', 1) + + if conf.CHECK_FUNCS('epoll_create', headers='sys/epoll.h'): +@@ -61,8 +63,6 @@ + if not conf.CONFIG_SET('USING_SYSTEM_TEVENT'): + conf.DEFINE('TEVENT_NUM_SIGNALS', tevent_num_signals) + +- conf.env.disable_python = getattr(Options.options, 'disable_python', False) +- + if not conf.env.disable_python: + # also disable if we don't have the python libs installed + conf.find_program('python', var='PYTHON') +diff -ur a/libcli/echo/tests/wscript_build b/libcli/echo/tests/wscript_build +--- a/libcli/echo/tests/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/libcli/echo/tests/wscript_build 2016-01-11 16:24:27.460246607 -0500 +@@ -1,6 +1,7 @@ + #!/usr/bin/env python + +-bld.SAMBA_MODULE('TORTURE_LIBCLI_ECHO', ++if not bld.env.disable_python: ++ bld.SAMBA_MODULE('TORTURE_LIBCLI_ECHO', + source='echo.c', + subsystem='smbtorture', + init_function='torture_libcli_echo_init', +diff -ur a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build +--- a/libcli/nbt/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/libcli/nbt/wscript_build 2016-01-11 15:09:55.648466757 -0500 +@@ -24,7 +24,8 @@ + install=False + ) + +-bld.SAMBA_PYTHON('python_netbios', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_netbios', + source='pynbt.c', + public_deps='cli-nbt DYNCONFIG samba-hostconfig', + realname='samba/netbios.so' +diff -ur a/libcli/security/wscript_build b/libcli/security/wscript_build +--- a/libcli/security/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/libcli/security/wscript_build 2016-01-11 15:10:11.378438755 -0500 +@@ -7,7 +7,8 @@ + deps='talloc ndr NDR_SECURITY' + ) + +-bld.SAMBA_PYTHON('pysecurity', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pysecurity', + source='pysecurity.c', + deps='samba-security pytalloc-util', + realname='samba/security.so' +diff -ur a/python/wscript_build b/python/wscript_build +--- a/python/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/python/wscript_build 2016-01-11 15:11:12.328330260 -0500 +@@ -1,13 +1,14 @@ + #!/usr/bin/env python + +-bld.SAMBA_LIBRARY('samba_python', ++if not bld.env.disable_python: ++ bld.SAMBA_LIBRARY('samba_python', + source=[], + deps='LIBPYTHON pytalloc-util pyrpc_util', + grouping_library=True, + private_library=True, + pyembed=True) + +-bld.SAMBA_SUBSYSTEM('LIBPYTHON', ++ bld.SAMBA_SUBSYSTEM('LIBPYTHON', + source='modules.c', + public_deps='', + init_function_sentinel='{NULL,NULL}', +@@ -16,7 +17,7 @@ + ) + + +-bld.SAMBA_PYTHON('python_uuid', ++ bld.SAMBA_PYTHON('python_uuid', + source='uuidmodule.c', + deps='ndr', + realname='uuid.so', +@@ -24,7 +25,7 @@ + ) + + +-bld.SAMBA_PYTHON('python_glue', ++ bld.SAMBA_PYTHON('python_glue', + source='pyglue.c', + deps='pyparam_util samba-util netif pytalloc-util', + realname='samba/_glue.so' +@@ -32,8 +33,8 @@ + + + # install out various python scripts for use by make test +-bld.SAMBA_SCRIPT('samba_python_files', ++ bld.SAMBA_SCRIPT('samba_python_files', + pattern='samba/**/*.py', + installdir='python') + +-bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'samba/**/*.py', flat=False) ++ bld.INSTALL_WILDCARD('${PYTHONARCHDIR}', 'samba/**/*.py', flat=False) +diff -ur a/source3/param/wscript_build b/source3/param/wscript_build +--- a/source3/param/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source3/param/wscript_build 2016-01-11 15:11:55.388253614 -0500 +@@ -14,7 +14,8 @@ + group='build_source', + rule='${PYTHON} ${SRC[0].abspath(env)} --file ${SRC[1].abspath(env)} --output ${TGT} --mode=S3PROTO') + +-bld.SAMBA3_PYTHON('pys3param', ++if not bld.env.disable_python: ++ bld.SAMBA3_PYTHON('pys3param', + source='pyparam.c', + deps='param', + public_deps='samba-hostconfig pytalloc-util talloc', +diff -ur a/source3/passdb/wscript_build b/source3/passdb/wscript_build +--- a/source3/passdb/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source3/passdb/wscript_build 2016-01-11 15:12:25.978199164 -0500 +@@ -40,7 +40,8 @@ + internal_module=bld.SAMBA3_IS_STATIC_MODULE('pdb_samba_dsdb') and bld.AD_DC_BUILD_IS_ENABLED(), + enabled=bld.SAMBA3_IS_ENABLED_MODULE('pdb_samba_dsdb') and bld.AD_DC_BUILD_IS_ENABLED()) + +-bld.SAMBA3_PYTHON('pypassdb', ++if not bld.env.disable_python: ++ bld.SAMBA3_PYTHON('pypassdb', + source='py_passdb.c', + deps='pdb', + public_deps='samba-util tdb talloc pyrpc_util', +diff -ur a/source3/wscript_build b/source3/wscript_build +--- a/source3/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source3/wscript_build 2016-01-11 15:13:11.678117805 -0500 +@@ -1484,13 +1484,14 @@ + param''', + install=False) + +-bld.SAMBA3_PYTHON('pysmbd', ++if not bld.env.disable_python: ++ bld.SAMBA3_PYTHON('pysmbd', + source='smbd/pysmbd.c', + deps='smbd_base pyrpc_util', + realname='samba/samba3/smbd.so' + ) + +-bld.SAMBA3_PYTHON('pylibsmb', ++ bld.SAMBA3_PYTHON('pylibsmb', + source='libsmb/pylibsmb.c', + deps='smbclient samba-credentials', + realname='samba/samba3/libsmb_samba_internal.so' +diff -ur a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build +--- a/source4/auth/gensec/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/auth/gensec/wscript_build 2016-01-11 15:13:31.408082687 -0500 +@@ -22,7 +22,8 @@ + deps='gssapi samba-credentials authkrb5 com_err gensec_util' + ) + +-bld.SAMBA_PYTHON('pygensec', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pygensec', + source='pygensec.c', + deps='gensec pytalloc-util pyparam_util', + realname='samba/gensec.so' +diff -ur a/source4/auth/wscript_build b/source4/auth/wscript_build +--- a/source4/auth/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/auth/wscript_build 2016-01-11 15:13:53.698043012 -0500 +@@ -43,7 +43,8 @@ + ) + + +-bld.SAMBA_PYTHON('pyauth', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pyauth', + source='pyauth.c', + public_deps='auth_system_session', + deps='samdb pytalloc-util pyparam_util pyldb-util pycredentials auth4', +diff -ur a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build +--- a/source4/dsdb/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/dsdb/wscript_build 2016-01-11 17:18:54.355199618 -0500 +@@ -58,7 +58,8 @@ + enabled=bld.AD_DC_BUILD_IS_ENABLED() + ) + +-bld.SAMBA_PYTHON('python_dsdb', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_dsdb', + source='pydsdb.c', + # the dependency on dcerpc here is because gensec + # depends on dcerpc but the waf circular dependency finder +diff -ur a/source4/lib/com/wscript_build b/source4/lib/com/wscript_build +--- a/source4/lib/com/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/lib/com/wscript_build 2016-01-11 15:14:15.448004296 -0500 +@@ -27,7 +27,8 @@ + ) + + +-bld.SAMBA_PYTHON('pycom', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pycom', + source='pycom.c', + deps='COM', + realname='samba/com.so', +diff -ur a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build +--- a/source4/lib/messaging/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/lib/messaging/wscript_build 2016-01-11 15:15:19.467890326 -0500 +@@ -7,7 +7,8 @@ + private_library=True + ) + +-bld.SAMBA_PYTHON('python_messaging', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_messaging', + source='pymessaging.c', + deps='MESSAGING events pyparam_util', + realname='samba/messaging.so' +diff -ur a/source4/lib/policy/wscript_build b/source4/lib/policy/wscript_build +--- a/source4/lib/policy/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/lib/policy/wscript_build 2016-01-11 15:16:01.397815695 -0500 +@@ -1,6 +1,7 @@ + #!/usr/bin/env python + +-bld.SAMBA_LIBRARY('samba-policy', ++if not bld.env.disable_python: ++ bld.SAMBA_LIBRARY('samba-policy', + source='gp_ldap.c gp_filesys.c gp_manage.c gp_ini.c', + pc_files='samba-policy.pc', + public_deps='ldb samba-net', +@@ -9,7 +10,7 @@ + public_headers='policy.h' + ) + +-bld.SAMBA_PYTHON('py_policy', ++ bld.SAMBA_PYTHON('py_policy', + source='pypolicy.c', + public_deps='samba-policy pytalloc-util', + realname='samba/policy.so' +diff -ur a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build +--- a/source4/lib/registry/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/lib/registry/wscript_build 2016-01-11 16:12:54.391817258 -0500 +@@ -61,7 +61,8 @@ + ) + + +-bld.SAMBA_PYTHON('py_registry', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('py_registry', + source='pyregistry.c', + public_deps='registry pytalloc-util pyparam_util', + realname='samba/registry.so' +diff -ur a/source4/lib/wmi/wscript_build b/source4/lib/wmi/wscript_build +--- a/source4/lib/wmi/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/lib/wmi/wscript_build 2016-01-11 16:13:14.691774082 -0500 +@@ -19,7 +19,8 @@ + ) + + +-bld.SAMBA_PYTHON('pywmi', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pywmi', + source='wmi_wrap.c', + public_deps='LIBCLI_SMB ndr samba-util samba-config WMI' + ) +diff -ur a/source4/libcli/wscript_build b/source4/libcli/wscript_build +--- a/source4/libcli/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/libcli/wscript_build 2016-01-11 16:14:06.921662991 -0500 +@@ -31,12 +31,13 @@ + public_headers='smb_composite/smb_composite.h', + ) + +-bld.SAMBA_PYTHON('pysmb', +- source='pysmb.c', +- deps='LIBCLI_SMB_COMPOSITE LIBCLI_SMB2 tevent-util pyparam_util', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pysmb', ++ source='pysmb.c', ++ deps='LIBCLI_SMB_COMPOSITE LIBCLI_SMB2 tevent-util pyparam_util', + public_deps='cli_composite samba-credentials gensec LIBCLI_RESOLVE tevent param_options', +- realname='samba/smb.so' +- ) ++ realname='samba/smb.so' ++ ) + + bld.SAMBA_SUBSYSTEM('LIBCLI_DGRAM', + source='dgram/dgramsocket.c dgram/mailslot.c dgram/netlogon.c dgram/browse.c', +diff -ur a/source4/libnet/wscript_build b/source4/libnet/wscript_build +--- a/source4/libnet/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/libnet/wscript_build 2016-01-11 16:14:44.361583367 -0500 +@@ -1,6 +1,7 @@ + #!/usr/bin/env python + +-bld.SAMBA_LIBRARY('samba-net', ++if not bld.env.disable_python: ++ bld.SAMBA_LIBRARY('samba-net', + source='libnet.c libnet_passwd.c libnet_time.c libnet_rpc.c libnet_join.c libnet_site.c libnet_become_dc.c libnet_unbecome_dc.c libnet_vampire.c libnet_samdump.c libnet_samsync_ldb.c libnet_user.c libnet_group.c libnet_share.c libnet_lookup.c libnet_domain.c userinfo.c groupinfo.c userman.c groupman.c prereq_domain.c libnet_samsync.c', + autoproto='libnet_proto.h', + public_deps='samba-credentials dcerpc dcerpc-samr RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI cli_composite LIBCLI_RESOLVE LIBCLI_FINDDCS cli_cldap LIBCLI_FINDDCS gensec_schannel LIBCLI_AUTH ndr smbpasswdparser PROVISION LIBCLI_SAMSYNC LIBTSOCKET', +@@ -8,13 +9,13 @@ + ) + + +-bld.SAMBA_PYTHON('python_net', ++ bld.SAMBA_PYTHON('python_net', + source='py_net.c', + deps='samba-net pyrpc_util', + realname='samba/net.so' + ) + +-bld.SAMBA_PYTHON('python_dckeytab', ++ bld.SAMBA_PYTHON('python_dckeytab', + source='py_net_dckeytab.c libnet_export_keytab.c', + deps='pyrpc_util HDB_SAMBA4 com_err', + realname='samba/dckeytab.so', +diff -ur a/source4/librpc/wscript_build b/source4/librpc/wscript_build +--- a/source4/librpc/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/librpc/wscript_build 2016-01-11 16:17:21.861228841 -0500 +@@ -140,228 +140,229 @@ + vnum='0.0.1' + ) + +-bld.SAMBA_SUBSYSTEM('pyrpc_util', ++if not bld.env.disable_python: ++ bld.SAMBA_SUBSYSTEM('pyrpc_util', + source='rpc/pyrpc_util.c', + public_deps='pytalloc-util pyparam_util dcerpc MESSAGING', + pyext=True, + ) + + +-bld.SAMBA_PYTHON('python_dcerpc', ++ bld.SAMBA_PYTHON('python_dcerpc', + source='rpc/pyrpc.c', + public_deps='LIBCLI_SMB samba-util samba-hostconfig dcerpc-samr RPC_NDR_LSA DYNCONFIG pyrpc_util gensec', + realname='samba/dcerpc/base.so' + ) + +-bld.SAMBA_PYTHON('python_srvsvc', +- source='../../librpc/gen_ndr/py_srvsvc.c', +- deps='RPC_NDR_SRVSVC pytalloc-util pyrpc_util', +- realname='samba/dcerpc/srvsvc.so' +- ) ++ bld.SAMBA_PYTHON('python_srvsvc', ++ source='../../librpc/gen_ndr/py_srvsvc.c', ++ deps='RPC_NDR_SRVSVC pytalloc-util pyrpc_util', ++ realname='samba/dcerpc/srvsvc.so' ++ ) + +-bld.SAMBA_PYTHON('python_echo', ++ bld.SAMBA_PYTHON('python_echo', + source='../../librpc/gen_ndr/py_echo.c', + deps='RPC_NDR_ECHO pytalloc-util pyrpc_util', + realname='samba/dcerpc/echo.so' + ) + +-bld.SAMBA_PYTHON('python_dns', ++ bld.SAMBA_PYTHON('python_dns', + source='../../librpc/gen_ndr/py_dns.c', + deps='RPC_NDR_DNS pytalloc-util pyrpc_util', + realname='samba/dcerpc/dns.so' + ) + +-bld.SAMBA_PYTHON('python_auth', ++ bld.SAMBA_PYTHON('python_auth', + source='../../librpc/gen_ndr/py_auth.c', + deps='NDR_AUTH pytalloc-util pyrpc_util', + realname='samba/dcerpc/auth.so' + ) + +-bld.SAMBA_PYTHON('python_krb5pac', ++ bld.SAMBA_PYTHON('python_krb5pac', + source='../../librpc/gen_ndr/py_krb5pac.c', + deps='ndr-krb5pac pytalloc-util pyrpc_util', + realname='samba/dcerpc/krb5pac.so' + ) + +-bld.SAMBA_PYTHON('python_winreg', ++ bld.SAMBA_PYTHON('python_winreg', + source='../../librpc/gen_ndr/py_winreg.c', + deps='RPC_NDR_WINREG pytalloc-util pyrpc_util', + realname='samba/dcerpc/winreg.so' + ) + + +-bld.SAMBA_PYTHON('python_dcerpc_misc', ++ bld.SAMBA_PYTHON('python_dcerpc_misc', + source='../../librpc/gen_ndr/py_misc.c', + deps='pytalloc-util pyrpc_util ndr-krb5pac', + realname='samba/dcerpc/misc.so' + ) + + +-bld.SAMBA_PYTHON('python_initshutdown', ++ bld.SAMBA_PYTHON('python_initshutdown', + source='../../librpc/gen_ndr/py_initshutdown.c', + deps='RPC_NDR_INITSHUTDOWN pytalloc-util pyrpc_util', + realname='samba/dcerpc/initshutdown.so' + ) + + +-bld.SAMBA_PYTHON('python_epmapper', ++ bld.SAMBA_PYTHON('python_epmapper', + source='../../librpc/gen_ndr/py_epmapper.c', + deps='dcerpc pytalloc-util pyrpc_util', + realname='samba/dcerpc/epmapper.so' + ) + + +-bld.SAMBA_PYTHON('python_mgmt', ++ bld.SAMBA_PYTHON('python_mgmt', + source='../../librpc/gen_ndr/py_mgmt.c', + deps='pytalloc-util dcerpc pyrpc_util', + realname='samba/dcerpc/mgmt.so' + ) + + +-bld.SAMBA_PYTHON('python_atsvc', ++ bld.SAMBA_PYTHON('python_atsvc', + source='../../librpc/gen_ndr/py_atsvc.c', + deps='dcerpc-atsvc pytalloc-util pyrpc_util', + realname='samba/dcerpc/atsvc.so' + ) + + +-bld.SAMBA_PYTHON('python_dcerpc_nbt', ++ bld.SAMBA_PYTHON('python_dcerpc_nbt', + source='../../librpc/gen_ndr/py_nbt.c', + deps='ndr_nbt RPC_NDR_NBT pytalloc-util pyrpc_util', + realname='samba/dcerpc/nbt.so' + ) + + +-bld.SAMBA_PYTHON('python_samr', ++ bld.SAMBA_PYTHON('python_samr', + source='../../librpc/gen_ndr/py_samr.c', + deps='dcerpc-samr pytalloc-util pyrpc_util', + realname='samba/dcerpc/samr.so' + ) + + +-bld.SAMBA_PYTHON('python_svcctl', ++ bld.SAMBA_PYTHON('python_svcctl', + source='../../librpc/gen_ndr/py_svcctl.c', + deps='RPC_NDR_SVCCTL pytalloc-util pyrpc_util', + realname='samba/dcerpc/svcctl.so' + ) + + +-bld.SAMBA_PYTHON('python_lsa', ++ bld.SAMBA_PYTHON('python_lsa', + source='../../librpc/gen_ndr/py_lsa.c', + deps='RPC_NDR_LSA pytalloc-util pyrpc_util', + realname='samba/dcerpc/lsa.so' + ) + + +-bld.SAMBA_PYTHON('python_wkssvc', ++ bld.SAMBA_PYTHON('python_wkssvc', + source='../../librpc/gen_ndr/py_wkssvc.c', + deps='RPC_NDR_WKSSVC pytalloc-util pyrpc_util', + realname='samba/dcerpc/wkssvc.so' + ) + + +-bld.SAMBA_PYTHON('python_dfs', ++ bld.SAMBA_PYTHON('python_dfs', + source='../../librpc/gen_ndr/py_dfs.c', + deps='RPC_NDR_DFS pytalloc-util pyrpc_util', + realname='samba/dcerpc/dfs.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_dcerpc', ++ bld.SAMBA_PYTHON('python_dcerpc_dcerpc', + source='../../librpc/gen_ndr/py_dcerpc.c', + deps='NDR_DCERPC pytalloc-util pyrpc_util', + realname='samba/dcerpc/dcerpc.so' + ) + +-bld.SAMBA_PYTHON('python_unixinfo', ++ bld.SAMBA_PYTHON('python_unixinfo', + source='../../librpc/gen_ndr/py_unixinfo.c', + deps='RPC_NDR_UNIXINFO pytalloc-util pyrpc_util', + realname='samba/dcerpc/unixinfo.so' + ) + + +-bld.SAMBA_PYTHON('python_irpc', ++ bld.SAMBA_PYTHON('python_irpc', + source='gen_ndr/py_irpc.c', + deps='RPC_NDR_IRPC pytalloc-util pyrpc_util', + realname='samba/dcerpc/irpc.so' + ) + +-bld.SAMBA_PYTHON('python_server_id', ++ bld.SAMBA_PYTHON('python_server_id', + source='../../librpc/gen_ndr/py_server_id.c', + deps='RPC_NDR_SERVER_ID pytalloc-util pyrpc_util', + realname='samba/dcerpc/server_id.so' + ) + +-bld.SAMBA_PYTHON('python_winbind', ++ bld.SAMBA_PYTHON('python_winbind', + source='../../librpc/gen_ndr/py_winbind.c', + deps='RPC_NDR_WINBIND pytalloc-util pyrpc_util python_netlogon', + realname='samba/dcerpc/winbind.so' + ) + +-bld.SAMBA_PYTHON('python_idmap', ++ bld.SAMBA_PYTHON('python_idmap', + source='../../librpc/gen_ndr/py_idmap.c', + deps='NDR_IDMAP pytalloc-util pyrpc_util', + realname='samba/dcerpc/idmap.so' + ) + + +-bld.SAMBA_PYTHON('python_drsuapi', ++ bld.SAMBA_PYTHON('python_drsuapi', + source='../../librpc/gen_ndr/py_drsuapi.c', + deps='RPC_NDR_DRSUAPI pytalloc-util pyrpc_util', + realname='samba/dcerpc/drsuapi.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_security', ++ bld.SAMBA_PYTHON('python_dcerpc_security', + source='../../librpc/gen_ndr/py_security.c', + deps='pytalloc-util pyrpc_util NDR_SECURITY', + realname='samba/dcerpc/security.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_drsblobs', ++ bld.SAMBA_PYTHON('python_dcerpc_drsblobs', + source='../../librpc/gen_ndr/py_drsblobs.c', + deps='pytalloc-util pyrpc_util NDR_SECURITY RPC_NDR_DRSBLOBS', + realname='samba/dcerpc/drsblobs.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_dnsp', ++ bld.SAMBA_PYTHON('python_dcerpc_dnsp', + source='../../librpc/gen_ndr/py_dnsp.c', + deps='pytalloc-util pyrpc_util NDR_SECURITY RPC_NDR_DNSP', + realname='samba/dcerpc/dnsp.so' + ) + + +-bld.SAMBA_PYTHON('python_dcerpc_xattr', ++ bld.SAMBA_PYTHON('python_dcerpc_xattr', + source='../../librpc/gen_ndr/py_xattr.c', + deps='pytalloc-util pyrpc_util RPC_NDR_XATTR', + realname='samba/dcerpc/xattr.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_idmap', ++ bld.SAMBA_PYTHON('python_dcerpc_idmap', + source='../../librpc/gen_ndr/py_idmap.c', + deps='pytalloc-util pyrpc_util RPC_NDR_XATTR', + realname='samba/dcerpc/idmap.so' + ) + +-bld.SAMBA_PYTHON('python_netlogon', ++ bld.SAMBA_PYTHON('python_netlogon', + source='../../librpc/gen_ndr/py_netlogon.c', + deps='RPC_NDR_NETLOGON pytalloc-util pyrpc_util', + realname='samba/dcerpc/netlogon.so' + ) + +-bld.SAMBA_PYTHON('python_dnsserver', ++ bld.SAMBA_PYTHON('python_dnsserver', + source='../../librpc/gen_ndr/py_dnsserver.c', + deps='RPC_NDR_DNSSERVER pytalloc-util pyrpc_util', + realname='samba/dcerpc/dnsserver.so' + ) + +-bld.SAMBA_PYTHON('python_dcerpc_smb_acl', ++ bld.SAMBA_PYTHON('python_dcerpc_smb_acl', + source='../../librpc/gen_ndr/py_smb_acl.c', + deps='pytalloc-util pyrpc_util', + realname='samba/dcerpc/smb_acl.so' + ) + +-bld.SAMBA_SCRIPT('python_dcerpc_init', ++ bld.SAMBA_SCRIPT('python_dcerpc_init', + pattern='rpc/dcerpc.py', + installdir='python/samba/dcerpc', + installname='__init__.py') + +-bld.INSTALL_FILES('${PYTHONARCHDIR}/samba/dcerpc', 'rpc/dcerpc.py', destname='__init__.py') ++ bld.INSTALL_FILES('${PYTHONARCHDIR}/samba/dcerpc', 'rpc/dcerpc.py', destname='__init__.py') +diff -ur a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build +--- a/source4/ntvfs/posix/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/ntvfs/posix/wscript_build 2016-01-11 16:18:40.921046390 -0500 +@@ -30,7 +30,8 @@ + ) + + +-bld.SAMBA_MODULE('ntvfs_posix', ++if not bld.env.disable_python: ++ bld.SAMBA_MODULE('ntvfs_posix', + source='vfs_posix.c pvfs_util.c pvfs_search.c pvfs_dirlist.c pvfs_fileinfo.c pvfs_unlink.c pvfs_mkdir.c pvfs_open.c pvfs_read.c pvfs_flush.c pvfs_write.c pvfs_fsinfo.c pvfs_qfileinfo.c pvfs_setfileinfo.c pvfs_rename.c pvfs_resolve.c pvfs_shortname.c pvfs_lock.c pvfs_oplock.c pvfs_wait.c pvfs_seek.c pvfs_ioctl.c pvfs_xattr.c pvfs_streams.c pvfs_notify.c pvfs_sys.c xattr_system.c', + autoproto='vfs_posix_proto.h', + subsystem='ntvfs', +@@ -40,7 +41,7 @@ + ) + + +-bld.SAMBA_PYTHON('python_xattr_native', ++ bld.SAMBA_PYTHON('python_xattr_native', + source='python/pyxattr_native.c', + deps='ndr ldb samdb samba-credentials pyparam_util attr', + realname='samba/xattr_native.so' +@@ -52,13 +53,14 @@ + autoproto='posix_eadb_proto.h', + private_library=True) + +-bld.SAMBA_PYTHON('python_posix_eadb', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('python_posix_eadb', + source='python/pyposix_eadb.c', + deps='pyparam_util posix_eadb tdb', + realname='samba/posix_eadb.so' + ) + +-bld.SAMBA_PYTHON('python_xattr_tdb', ++ bld.SAMBA_PYTHON('python_xattr_tdb', + source='python/pyxattr_tdb.c', + deps='pyparam_util xattr_tdb', + realname='samba/xattr_tdb.so' +diff -ur a/source4/param/wscript_build b/source4/param/wscript_build +--- a/source4/param/wscript_build 2015-07-21 05:47:49.000000000 -0400 ++++ b/source4/param/wscript_build 2016-01-11 16:19:49.540888024 -0500 +@@ -1,6 +1,7 @@ + #!/usr/bin/env python + +-bld.SAMBA_SUBSYSTEM('PROVISION', ++if not bld.env.disable_python: ++ bld.SAMBA_SUBSYSTEM('PROVISION', + source='provision.c pyparam.c', + deps='LIBPYTHON pyparam_util ldb pytalloc-util pyldb-util', + pyext=True, +@@ -36,7 +37,8 @@ + ) + + +-bld.SAMBA_PYTHON('pyparam', ++if not bld.env.disable_python: ++ bld.SAMBA_PYTHON('pyparam', + source='pyparam.c', + deps='samba-hostconfig pytalloc-util', + realname='samba/param.so' +@@ -47,7 +49,8 @@ + deps='samba-hostconfig') + + +-bld.SAMBA_SUBSYSTEM('pyparam_util', ++if not bld.env.disable_python: ++ bld.SAMBA_SUBSYSTEM('pyparam_util', + source='pyparam_util.c', + deps='LIBPYTHON samba-hostconfig', + pyext=True, +diff -ur a/wscript b/wscript +--- a/wscript 2015-10-20 06:40:54.000000000 -0400 ++++ b/wscript 2016-01-11 16:22:35.870504146 -0500 +@@ -74,10 +74,15 @@ + opt.tool_options('python') # options for disabling pyc or pyo compilation + # enable options related to building python extensions + ++ opt.add_option('--disable-python', ++ help=("do not generate python modules"), ++ action="store_true", dest='disable_python', default=False) + + def configure(conf): + version = samba_version.load_version(env=conf.env) + ++ conf.env.disable_python = getattr(Options.options, 'disable_python', False) ++ + conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1) + conf.DEFINE('_SAMBA_BUILD_', version.MAJOR, add_to_cflags=True) + conf.DEFINE('HAVE_CONFIG_H', 1, add_to_cflags=True) +@@ -95,7 +100,10 @@ + conf.find_program('xsltproc', var='XSLTPROC') + + conf.SAMBA_CHECK_PYTHON(mandatory=True, version=(2, 6, 0)) +- conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True) ++ if conf.env.disable_python: ++ conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=False) ++ else: ++ conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True) + + if sys.platform == 'darwin' and not conf.env['HAVE_ENVIRON_DECL']: + # Mac OSX needs to have this and it's also needed that the python is compiled with this +diff -ur a/wscript_build b/wscript_build +--- a/wscript_build 2015-07-21 05:47:50.000000000 -0400 ++++ b/wscript_build 2016-01-11 16:23:36.900363296 -0500 +@@ -45,7 +45,8 @@ + bld.RECURSE('lib/param') + bld.RECURSE('dynconfig') + bld.RECURSE('lib/util/charset') +-bld.RECURSE('python') ++if not bld.env.disable_python: ++ bld.RECURSE('python') + bld.RECURSE('source4/param') + bld.RECURSE('source4/librpc') + bld.RECURSE('source4/dsdb') +@@ -100,7 +101,8 @@ + bld.RECURSE('source4/utils') + bld.RECURSE('source4/ntvfs') + bld.RECURSE('source4/ntptr') +-bld.RECURSE('source4/torture') ++if not bld.env.disable_python: ++ bld.RECURSE('source4/torture') + bld.RECURSE('librpc') + bld.RECURSE('source4') + bld.RECURSE('source4/libcli') diff --git a/net-fs/samba/samba-4.1.22.ebuild b/net-fs/samba/samba-4.1.22.ebuild deleted file mode 100644 index 2f218635467a..000000000000 --- a/net-fs/samba/samba-4.1.22.ebuild +++ /dev/null @@ -1,181 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE='threads(+)' - -inherit python-single-r1 waf-utils multilib linux-info systemd base - -MY_PV="${PV/_rc/rc}" -MY_P="${PN}-${MY_PV}" - -SRC_URI="mirror://samba/stable/${MY_P}.tar.gz" -KEYWORDS="~amd64 ~arm64 ~hppa ~x86" - -DESCRIPTION="Samba Suite Version 4" -HOMEPAGE="http://www.samba.org/" -LICENSE="GPL-3" - -SLOT="0" - -IUSE="acl addns ads aio avahi client cluster cups dmapi fam gnutls iprint -ldap quota selinux syslog systemd test winbind" - -# sys-apps/attr is an automagic dependency (see bug #489748) -# sys-libs/pam is an automagic dependency (see bug #489770) -CDEPEND="${PYTHON_DEPS} - >=app-crypt/heimdal-1.5[-ssl,-threads] - dev-libs/iniparser:0 - dev-libs/popt - sys-libs/readline:= - virtual/libiconv - dev-python/subunit[${PYTHON_USEDEP}] - sys-apps/attr - sys-libs/libcap - >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP}] - >=sys-libs/ldb-1.1.24 - sys-libs/ncurses:0= - >=sys-libs/tdb-1.2.12[python,${PYTHON_USEDEP}] - >=sys-libs/talloc-2.1.2[python,${PYTHON_USEDEP}] - >=sys-libs/tevent-0.9.18 - sys-libs/zlib - virtual/pam - acl? ( virtual/acl ) - addns? ( net-dns/bind-tools[gssapi] ) - aio? ( dev-libs/libaio ) - cluster? ( >=dev-db/ctdb-1.0.114_p1 ) - cups? ( net-print/cups ) - dmapi? ( sys-apps/dmapi ) - fam? ( virtual/fam ) - gnutls? ( dev-libs/libgcrypt:0 - >=net-libs/gnutls-1.4.0 ) - ldap? ( net-nds/openldap ) - systemd? ( sys-apps/systemd:0= )" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - client? ( net-fs/cifs-utils[ads?] ) - selinux? ( sec-policy/selinux-samba ) -" - -REQUIRED_USE="ads? ( acl ldap ) - ${PYTHON_REQUIRED_USE}" - -RESTRICT="mirror" - -S="${WORKDIR}/${MY_P}" - -CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)" - -PATCHES=( - "${FILESDIR}/${PN}-4.1.14-named.conf.dlz.patch" - "${FILESDIR}/${PN}-4.0.19-automagic_aio_fix.patch" - # support libsystemd (instead of libsystemd-daemon), bug #526362 - "${FILESDIR}/${PN}-4.1.14-libsystemd.patch" -) - -WAF_BINARY="${S}/buildtools/bin/waf" - -pkg_setup() { - python-single-r1_pkg_setup - if use aio; then - if ! linux_config_exists || ! linux_chkconfig_present AIO; then - ewarn "You must enable AIO support in your kernel config, " - ewarn "to be able to support asynchronous I/O. " - ewarn "You can find it at" - ewarn - ewarn "General Support" - ewarn " Enable AIO support " - ewarn - ewarn "and recompile your kernel..." - fi - fi -} - -src_configure() { - local myconf='' - use "cluster" && myconf+=" --with-ctdb-dir=/usr" - use "test" && myconf+=" --enable-selftest" - myconf="${myconf} \ - --enable-fhs \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --with-modulesdir=/usr/$(get_libdir)/samba \ - --with-pammodulesdir=/$(get_libdir)/security \ - --with-piddir=/var/run/${PN} \ - --disable-rpath \ - --disable-rpath-install \ - --nopyc \ - --nopyo \ - --bundled-libraries=NONE \ - --builtin-libraries=NONE \ - $(use_with addns dnsupdate) \ - $(use_with acl acl-support) \ - $(use_with ads) \ - $(use_with aio aio-support) \ - $(use_enable avahi) \ - $(use_with cluster cluster-support) \ - $(use_enable cups) \ - $(use_with dmapi) \ - $(use_with fam) \ - $(use_enable gnutls) \ - $(use_enable iprint) \ - $(use_with ldap) \ - --with-pam \ - --with-pam_smbpass \ - $(use_with quota quotas) \ - $(use_with syslog) \ - $(use_with systemd) \ - $(use_with winbind) - " - use "ads" && myconf+=" --with-shared-modules=idmap_ad" - - CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \ - waf-utils_src_configure ${myconf} -} - -src_install() { - waf-utils_src_install - - # install ldap schema for server (bug #491002) - if use ldap ; then - insinto /etc/openldap/schema - doins examples/LDAP/samba.schema - fi - - # Make all .so files executable - find "${D}" -type f -name "*.so" -exec chmod +x {} + - - # install example config file - insinto /etc/samba - doins examples/smb.conf.default - - # Install init script and conf.d file - newinitd "${CONFDIR}/samba4.initd-r1" samba - newconfd "${CONFDIR}/samba4.confd" samba - - systemd_dotmpfilesd "${FILESDIR}"/samba.conf - systemd_dounit "${FILESDIR}"/nmbd.service - systemd_dounit "${FILESDIR}"/smbd.{service,socket} - systemd_newunit "${FILESDIR}"/smbd_at.service 'smbd@.service' - systemd_dounit "${FILESDIR}"/winbindd.service - systemd_dounit "${FILESDIR}"/samba.service -} - -src_test() { - "${WAF_BINARY}" test || die "test failed" -} - -pkg_postinst() { - ewarn "Be aware the this release contains the best of all of Samba's" - ewarn "technology parts, both a file server (that you can reasonably expect" - ewarn "to upgrade existing Samba 3.x releases to) and the AD domain" - ewarn "controller work previously known as 'samba4'." - - elog "For further information and migration steps make sure to read " - elog "http://samba.org/samba/history/${P}.html " - elog "http://samba.org/samba/history/${PN}-4.1.0.html and" - elog "http://wiki.samba.org/index.php/Samba4/HOWTO " -} diff --git a/net-fs/samba/samba-4.2.7-r1.ebuild b/net-fs/samba/samba-4.2.7-r1.ebuild new file mode 100644 index 000000000000..6686a68e6c86 --- /dev/null +++ b/net-fs/samba/samba-4.2.7-r1.ebuild @@ -0,0 +1,233 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' + +inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils + +MY_PV="${PV/_rc/rc}" +MY_P="${PN}-${MY_PV}" + +SRC_PATH="stable" +[[ ${PV} = *_rc* ]] && SRC_PATH="rc" + +SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz" +KEYWORDS="~amd64 ~hppa ~x86" +[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa" + +DESCRIPTION="Samba Suite Version 4" +HOMEPAGE="http://www.samba.org/" +LICENSE="GPL-3" + +SLOT="0" + +IUSE="acl addc addns ads aio avahi client cluster cups dmapi fam gnutls iprint +ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind" + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/samba-4.0/policy.h +) + +# sys-apps/attr is an automagic dependency (see bug #489748) +CDEPEND="${PYTHON_DEPS} + >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] + dev-libs/libbsd[${MULTILIB_USEDEP}] + dev-libs/iniparser:0 + dev-libs/popt[${MULTILIB_USEDEP}] + sys-libs/readline:= + virtual/libiconv + dev-python/subunit[${PYTHON_USEDEP}] + >=net-libs/socket_wrapper-1.1.2[${MULTILIB_USEDEP}] + sys-apps/attr[${MULTILIB_USEDEP}] + sys-libs/libcap + >=sys-libs/ldb-1.1.24[${MULTILIB_USEDEP}] + sys-libs/ncurses:0= + >=sys-libs/nss_wrapper-1.0.2[${MULTILIB_USEDEP}] + >=sys-libs/ntdb-1.0[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.1.2[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tdb-1.3.6[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tevent-0.9.25[${MULTILIB_USEDEP}] + >=sys-libs/uid_wrapper-1.0.1[${MULTILIB_USEDEP}] + sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/pam + acl? ( virtual/acl ) + addns? ( net-dns/bind-tools[gssapi] ) + aio? ( dev-libs/libaio ) + cluster? ( >=dev-db/ctdb-1.0.114_p1 ) + cups? ( net-print/cups ) + dmapi? ( sys-apps/dmapi ) + fam? ( virtual/fam ) + gnutls? ( dev-libs/libgcrypt:0 + >=net-libs/gnutls-1.4.0 ) + ldap? ( net-nds/openldap ) + system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) + !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + systemd? ( sys-apps/systemd:0= )" +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + client? ( net-fs/cifs-utils[ads?] ) + selinux? ( sec-policy/selinux-samba ) +" + +REQUIRED_USE="addc? ( gnutls !system-mitkrb5 ) + ads? ( acl gnutls ldap ) + ${PYTHON_REQUIRED_USE}" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" + "${FILESDIR}/${PN}-4.2.7-pam.patch" + "${FILESDIR}/${PN}-4.2.7-disable-python-for-altabi.patch" +) + +CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)" + +WAF_BINARY="${S}/buildtools/bin/waf" + +pkg_setup() { + python-single-r1_pkg_setup + if use aio ; then + if ! linux_config_exists || ! linux_chkconfig_present AIO; then + ewarn "You must enable AIO support in your kernel config, " + ewarn "to be able to support asynchronous I/O. " + ewarn "You can find it at" + ewarn + ewarn "General Support" + ewarn " Enable AIO support " + ewarn + ewarn "and recompile your kernel..." + fi + fi +} + +src_prepare() { + epatch ${PATCHES[@]} + # Allow user patches + epatch_user + multilib_copy_sources +} + +multilib_src_configure() { + local myconf=() + myconf=( + --enable-fhs + --sysconfdir=/etc + --localstatedir=/var + --with-modulesdir=/usr/$(get_libdir)/samba + --with-piddir=/var/run/${PN} + --bundled-libraries=NONE + --builtin-libraries=NONE + --disable-rpath + --disable-rpath-install + --nopyc + --nopyo + ) + if multilib_is_native_abi ; then + myconf+=( + $(use_with acl acl-support) + $(usex addc '' '--without-ad-dc') + $(use_with addns dnsupdate) + $(use_with ads) + $(usex ads '--with-shared-modules=idmap_ad' '') + $(use_with aio aio-support) + $(usex cluster '--with-ctdb-dir=/usr' '') + $(use_enable avahi) + $(use_with cluster cluster-support) + $(use_enable cups) + $(use_with dmapi) + $(use_with fam) + $(use_enable gnutls) + $(use_enable iprint) + $(use_with ldap) + $(use_with pam) + $(use_with pam pam_smbpass) + $(usex pam "--with-pammodulesdir=/$(get_libdir)/security" '') + $(use_with quota quotas) + $(use_with syslog) + $(use_with systemd) + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + $(use_with winbind) + $(usex test '--enable-selftest' '') + ) + else + myconf+=( + --without-acl-support + --without-ad-dc + --without-dnsupdate + --without-ads + --without-aio-support + --disable-avahi + --without-cluster-support + --disable-cups + --without-dmapi + --without-fam + --disable-gnutls + --disable-iprint + --without-ldap + --without-pam + --without-pam_smbpass + --without-quotas + --without-syslog + --without-systemd + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + --without-winbind + --disable-python + ) + fi + + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \ + waf-utils_src_configure ${myconf[@]} +} + +multilib_src_install() { + waf-utils_src_install + + # Make all .so files executable + find "${D}" -type f -name "*.so" -exec chmod +x {} + + + if multilib_is_native_abi; then + # install ldap schema for server (bug #491002) + if use ldap ; then + insinto /etc/openldap/schema + doins examples/LDAP/samba.schema + fi + + # install example config file + insinto /etc/samba + doins examples/smb.conf.default + + # Install init script and conf.d file + newinitd "${CONFDIR}/samba4.initd-r1" samba + newconfd "${CONFDIR}/samba4.confd" samba + + systemd_dotmpfilesd "${FILESDIR}"/samba.conf + systemd_dounit "${FILESDIR}"/nmbd.service + systemd_dounit "${FILESDIR}"/smbd.{service,socket} + systemd_newunit "${FILESDIR}"/smbd_at.service 'smbd@.service' + systemd_dounit "${FILESDIR}"/winbindd.service + systemd_dounit "${FILESDIR}"/samba.service + fi +} + +multilib_src_test() { + if multilib_is_native_abi ; then + "${WAF_BINARY}" test || die "test failed" + fi +} + +pkg_postinst() { + ewarn "Be aware the this release contains the best of all of Samba's" + ewarn "technology parts, both a file server (that you can reasonably expect" + ewarn "to upgrade existing Samba 3.x releases to) and the AD domain" + ewarn "controller work previously known as 'samba4'." + + elog "For further information and migration steps make sure to read " + elog "http://samba.org/samba/history/${P}.html " + elog "http://samba.org/samba/history/${PN}-4.2.0.html and" + elog "http://wiki.samba.org/index.php/Samba4/HOWTO " +} diff --git a/net-fs/samba/samba-4.3.3-r1.ebuild b/net-fs/samba/samba-4.3.3-r1.ebuild new file mode 100644 index 000000000000..d7769ae0435e --- /dev/null +++ b/net-fs/samba/samba-4.3.3-r1.ebuild @@ -0,0 +1,232 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' + +inherit python-single-r1 waf-utils multilib-minimal linux-info systemd eutils + +MY_PV="${PV/_rc/rc}" +MY_P="${PN}-${MY_PV}" + +SRC_PATH="stable" +[[ ${PV} = *_rc* ]] && SRC_PATH="rc" + +SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz" +KEYWORDS="~amd64 ~hppa ~x86" +[[ ${PV} = *_rc* ]] && KEYWORDS="~hppa" + +DESCRIPTION="Samba Suite Version 4" +HOMEPAGE="http://www.samba.org/" +LICENSE="GPL-3" + +SLOT="0" + +IUSE="acl addc addns ads aio avahi client cluster cups dmapi fam gnutls iprint +ldap pam quota selinux syslog +system-mitkrb5 systemd test winbind" + +MULTILIB_WRAPPED_HEADERS=( + /usr/include/samba-4.0/policy.h +) + +# sys-apps/attr is an automagic dependency (see bug #489748) +CDEPEND="${PYTHON_DEPS} + >=app-arch/libarchive-3.1.2[${MULTILIB_USEDEP}] + dev-libs/libbsd[${MULTILIB_USEDEP}] + dev-libs/iniparser:0 + dev-libs/popt[${MULTILIB_USEDEP}] + sys-libs/readline:= + virtual/libiconv + dev-python/subunit[${PYTHON_USEDEP}] + >=net-libs/socket_wrapper-1.1.3[${MULTILIB_USEDEP}] + sys-apps/attr[${MULTILIB_USEDEP}] + sys-libs/libcap + >=sys-libs/ldb-1.1.24[${MULTILIB_USEDEP}] + sys-libs/ncurses:0= + >=sys-libs/nss_wrapper-1.0.3[${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.1.3[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tdb-1.3.7[python,${PYTHON_USEDEP},${MULTILIB_USEDEP}] + >=sys-libs/tevent-0.9.25[${MULTILIB_USEDEP}] + >=sys-libs/uid_wrapper-1.1.0[${MULTILIB_USEDEP}] + sys-libs/zlib[${MULTILIB_USEDEP}] + virtual/pam + acl? ( virtual/acl ) + addns? ( net-dns/bind-tools[gssapi] ) + aio? ( dev-libs/libaio ) + cluster? ( >=dev-db/ctdb-1.0.114_p1 ) + cups? ( net-print/cups ) + dmapi? ( sys-apps/dmapi ) + fam? ( virtual/fam ) + gnutls? ( dev-libs/libgcrypt:0 + >=net-libs/gnutls-1.4.0 ) + ldap? ( net-nds/openldap ) + system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] ) + !system-mitkrb5? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] ) + systemd? ( sys-apps/systemd:0= )" +DEPEND="${CDEPEND} + virtual/pkgconfig" +RDEPEND="${CDEPEND} + client? ( net-fs/cifs-utils[ads?] ) + selinux? ( sec-policy/selinux-samba ) +" + +REQUIRED_USE="addc? ( gnutls !system-mitkrb5 ) + ads? ( acl gnutls ldap ) + ${PYTHON_REQUIRED_USE}" + +S="${WORKDIR}/${MY_P}" + +PATCHES=( + "${FILESDIR}/${PN}-4.2.3-heimdal_compilefix.patch" + "${FILESDIR}/${PN}-4.2.7-pam.patch" + "${FILESDIR}/${PN}-4.3.3-disable-python-for-altabi.patch" +) + +CONFDIR="${FILESDIR}/$(get_version_component_range 1-2)" + +WAF_BINARY="${S}/buildtools/bin/waf" + +pkg_setup() { + python-single-r1_pkg_setup + if use aio ; then + if ! linux_config_exists || ! linux_chkconfig_present AIO; then + ewarn "You must enable AIO support in your kernel config, " + ewarn "to be able to support asynchronous I/O. " + ewarn "You can find it at" + ewarn + ewarn "General Support" + ewarn " Enable AIO support " + ewarn + ewarn "and recompile your kernel..." + fi + fi +} + +src_prepare() { + epatch ${PATCHES[@]} + # Allow user patches + epatch_user + multilib_copy_sources +} + +multilib_src_configure() { + local myconf=() + myconf=( + --enable-fhs + --sysconfdir=/etc + --localstatedir=/var + --with-modulesdir=/usr/$(get_libdir)/samba + --with-piddir=/var/run/${PN} + --bundled-libraries=NONE + --builtin-libraries=NONE + --disable-rpath + --disable-rpath-install + --nopyc + --nopyo + ) + if multilib_is_native_abi ; then + myconf+=( + $(use_with acl acl-support) + $(usex addc '' '--without-ad-dc') + $(use_with addns dnsupdate) + $(use_with ads) + $(usex ads '--with-shared-modules=idmap_ad' '') + $(use_with aio aio-support) + $(usex cluster '--with-ctdb-dir=/usr' '') + $(use_enable avahi) + $(use_with cluster cluster-support) + $(use_enable cups) + $(use_with dmapi) + $(use_with fam) + $(use_enable gnutls) + $(use_enable iprint) + $(use_with ldap) + $(use_with pam) + $(use_with pam pam_smbpass) + $(usex pam "--with-pammodulesdir=/$(get_libdir)/security" '') + $(use_with quota quotas) + $(use_with syslog) + $(use_with systemd) + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + $(use_with winbind) + $(usex test '--enable-selftest' '') + ) + else + myconf+=( + --without-acl-support + --without-ad-dc + --without-dnsupdate + --without-ads + --without-aio-support + --disable-avahi + --without-cluster-support + --disable-cups + --without-dmapi + --without-fam + --disable-gnutls + --disable-iprint + --without-ldap + --without-pam + --without-pam_smbpass + --without-quotas + --without-syslog + --without-systemd + $(usex system-mitkrb5 '--with-system-mitkrb5' '') + --without-winbind + --disable-python + ) + fi + + CPPFLAGS="-I${SYSROOT}/usr/include/et ${CPPFLAGS}" \ + waf-utils_src_configure ${myconf[@]} +} + +multilib_src_install() { + waf-utils_src_install + + # Make all .so files executable + find "${D}" -type f -name "*.so" -exec chmod +x {} + + + if multilib_is_native_abi; then + # install ldap schema for server (bug #491002) + if use ldap ; then + insinto /etc/openldap/schema + doins examples/LDAP/samba.schema + fi + + # install example config file + insinto /etc/samba + doins examples/smb.conf.default + + # Install init script and conf.d file + newinitd "${CONFDIR}/samba4.initd-r1" samba + newconfd "${CONFDIR}/samba4.confd" samba + + systemd_dotmpfilesd "${FILESDIR}"/samba.conf + systemd_dounit "${FILESDIR}"/nmbd.service + systemd_dounit "${FILESDIR}"/smbd.{service,socket} + systemd_newunit "${FILESDIR}"/smbd_at.service 'smbd@.service' + systemd_dounit "${FILESDIR}"/winbindd.service + systemd_dounit "${FILESDIR}"/samba.service + fi +} + +multilib_src_test() { + if multilib_is_native_abi ; then + "${WAF_BINARY}" test || die "test failed" + fi +} + +pkg_postinst() { + ewarn "Be aware the this release contains the best of all of Samba's" + ewarn "technology parts, both a file server (that you can reasonably expect" + ewarn "to upgrade existing Samba 3.x releases to) and the AD domain" + ewarn "controller work previously known as 'samba4'." + + elog "For further information and migration steps make sure to read " + elog "http://samba.org/samba/history/${P}.html " + elog "http://samba.org/samba/history/${PN}-4.2.0.html and" + elog "http://wiki.samba.org/index.php/Samba4/HOWTO " +} diff --git a/net-misc/chrome-remote-desktop/Manifest b/net-misc/chrome-remote-desktop/Manifest index 8dfeb994235a..ca7395023554 100644 --- a/net-misc/chrome-remote-desktop/Manifest +++ b/net-misc/chrome-remote-desktop/Manifest @@ -1,4 +1,2 @@ -DIST chrome-remote-desktop_44.0.2403.44_amd64.deb 15171514 SHA256 ff47c5611447d2b72726aa04d7e4cc78865d488f1390b0a7c5bfd5ebc5139415 SHA512 44bbf90d4fd487d25e1bda8d2fef1aed2d2b6cdda6f18df0055aa341ac9e06b76dc49f742d839d20c37d67a46852807ca03eba56d84f9024b71ceed93c4de135 WHIRLPOOL 8e9f6d55ce13380cacc5fbf17808f95be43988231bd57ddd7cc78829810adbadb23f0ba2ac0474cea44b4c424c983f8806e33f2f0ac1f01f630354934f22a60f -DIST chrome-remote-desktop_44.0.2403.44_i386.deb 16004938 SHA256 dde48a5cd7ff840857bcb3fad811b9cd1406c800a2332027240f0fb5788d0254 SHA512 5172d73c4bb45835ed3398a7f82f3096241b22f116fb24abf719c9160f234b82c3bf46f0d7b5ce43f1f50c62a39291ea2644876dc4af77a90fb11f8301b585b3 WHIRLPOOL ef3f3326c20f67bff9d1788ed6c70673051fff1ac309644b7edcd3fe2a2dbbeb1f7f17d269187185f4a06f0a154109793f11eeb87387c1229939b88bd2f9322e -DIST chrome-remote-desktop_45.0.2454.17_amd64.deb 15349384 SHA256 c176730b1d42c1855804836ab7532dce9523710c7f68db11811a2d8b4fc4f2a7 SHA512 139b50d607db138d674fe1b7159ab7ec08a8a574b3114ed21eb5b1f82b6b9b447348ad0b28d3752ec1f54855e95ff439af08c3b1f7b2928efbcec3ca795817da WHIRLPOOL 045ed2dd8c64a1b8be6f87f970e241977ee19de92061c97e231a9ca7bb2e926ec2b80c36ccb09e67bf65b78e87c7b21aaae84d278f89d93eb356d6034a15a73f -DIST chrome-remote-desktop_45.0.2454.17_i386.deb 16146850 SHA256 c4687db4424f0cd867db6926d3a1d458c19baa77c176064fbb707bf38e8f68f4 SHA512 59441ca3f4a9177e8999bc9953fd7b58aaae9afcc8d55252ff0d3dac965c7aec632bb708a925e56ef1d2351b7dc3415f238ce88a9975d99d86565f78fb19e6b1 WHIRLPOOL 1690447e012af6740c10f8a4c6dceeb75e24219c4101e230da26d7f87bdc14c46079af2f72d1a99bec57a3e8bfc0e3a1955ad5d165338f6426cd85fd7bd0fff7 +DIST chrome-remote-desktop_47.0.2526.18_amd64.deb 16611922 SHA256 311bd33e434fae2cb0471a9a494f875faab551d53c769140b5a9715d239a68dd SHA512 3503a1471f6f2236951832035c97d18d64917bf374ca01edf93ae652ea10572a8d84d63a8b7a970a5ea37c67c8b24d3a2563db61e2aaeeedc94a5a06936dbb3c WHIRLPOOL bcd24c053c04f7fe352b346d63238783d6cc5b5f205a66bd066fe477371e7558322f846452ac03f89260bc536a8ed49c1d56988b5b14c62ab4ebef36033f1c00 +DIST chrome-remote-desktop_47.0.2526.18_i386.deb 17153928 SHA256 3de83736447f20193d85733d15617befa1adb7a70c0b17c0dd46bcc31b7af414 SHA512 ec03a967c49f092593ec46c8dbf1a72ce7d5b2e63dbaa6d0ea9ea1c0e47ebcbc2aa130ba3135ac6559e3d55b14e77f17568cb72181c86d30f7b64b5666d4c8d6 WHIRLPOOL 032c43af5447bab5a790bf6cb78627573caafceb31de84a3e5024ef25239fb9eb44d44746f1a64d3bc92221cd0c0662b0d511beb8ce538ad162954e9a29456f8 diff --git a/net-misc/chrome-remote-desktop/chrome-remote-desktop-44.0.2403.44.ebuild b/net-misc/chrome-remote-desktop/chrome-remote-desktop-44.0.2403.44.ebuild deleted file mode 100644 index 52f80d8b26cf..000000000000 --- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-44.0.2403.44.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Base URL: https://dl.google.com/linux/chrome-remote-desktop/deb/ -# Fetch the Release file: -# https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/Release -# Which gives you the Packages file: -# https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-i386/Packages -# https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-amd64/Packages -# And finally gives you the file name: -# pool/main/c/chrome-remote-desktop/chrome-remote-desktop_29.0.1547.32_amd64.deb -# -# Use curl to find the answer: -# curl -q https://dl.google.com/linux/chrome-remote-desktop/deb/dists/stable/main/binary-i386/Packages | grep ^Filename - -EAPI="4" - -inherit unpacker eutils - -DESCRIPTION="access remote computers via Chrome!" -PLUGIN_URL="https://chrome.google.com/remotedesktop" -HOMEPAGE="https://support.google.com/chrome/answer/1649523 ${PLUGIN_URL}" -BASE_URI="https://dl.google.com/linux/chrome-remote-desktop/deb/pool/main/c/${PN}/${PN}_${PV}" -SRC_URI="amd64? ( ${BASE_URI}_amd64.deb ) - x86? ( ${BASE_URI}_i386.deb )" - -LICENSE="google-chrome" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" - -# All the libs this package links against. -RDEPEND="app-admin/sudo - dev-lang/python - >=dev-libs/expat-2 - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - dev-python/psutil - gnome-base/gconf:2 - media-libs/fontconfig - media-libs/freetype:2 - sys-devel/gcc - sys-libs/glibc - sys-libs/pam - x11-libs/cairo - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXi - x11-libs/libXrandr - x11-libs/libXtst - x11-libs/pango" -# Settings we just need at runtime. -RDEPEND+=" - x11-base/xorg-server[xvfb]" -DEPEND="" - -S=${WORKDIR} - -QA_PREBUILT="/opt/google/chrome-remote-desktop/*" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-44.0.2403.44-always-sudo.patch #541708 -} - -src_install() { - insinto /etc - doins -r etc/opt - - insinto /opt - doins -r opt/google - chmod a+rx "${ED}"/opt/google/${PN}/* || die - - dodir /etc/pam.d - dosym system-remote-login /etc/pam.d/${PN} - - dodoc usr/share/doc/${PN}/changelog* - - newinitd "${FILESDIR}"/${PN}.rc ${PN} - newconfd "${FILESDIR}"/${PN}.conf.d ${PN} -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]] ; then - elog "Two ways to launch the server:" - elog "(1) access an existing desktop" - elog " (a) install the Chrome plugin on the server & client:" - elog " ${PLUGIN_URL}" - elog " (b) on the server, run the Chrome plugin & enable remote access" - elog " (c) on the client, connect to the server" - elog "(2) headless system" - elog " (a) install the Chrome plugin on the client:" - elog " ${PLUGIN_URL}" - elog " (b) visit https://accounts.google.com/o/oauth2/auth?response_type=code&scope=https://www.googleapis.com/auth/chromoting+https://www.googleapis.com/auth/googletalk+https://www.googleapis.com/auth/userinfo.email&access_type=offline&redirect_uri=https://chromoting-auth.googleplex.com/auth&approval_prompt=force&client_id=440925447803-avn2sj1kc099s0r7v62je5s339mu0am1.apps.googleusercontent.com&hl=en&from_login=1&as=-760f476eeaec11b8&pli=1&authuser=0" - elog " (c) run the command mentioned on the server" - elog " (d) on the client, connect to the server" - elog - elog "Configuration settings you might want to be aware of:" - elog " ~/.${PN}-session - shell script to start your session" - elog " /etc/init.d/${PN} - script to auto-restart server" - fi -} diff --git a/net-misc/chrome-remote-desktop/chrome-remote-desktop-45.0.2454.17-r2.ebuild b/net-misc/chrome-remote-desktop/chrome-remote-desktop-47.0.2526.18.ebuild similarity index 98% rename from net-misc/chrome-remote-desktop/chrome-remote-desktop-45.0.2454.17-r2.ebuild rename to net-misc/chrome-remote-desktop/chrome-remote-desktop-47.0.2526.18.ebuild index 0d5ffcf7dc53..b244ef808554 100644 --- a/net-misc/chrome-remote-desktop/chrome-remote-desktop-45.0.2454.17-r2.ebuild +++ b/net-misc/chrome-remote-desktop/chrome-remote-desktop-47.0.2526.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild b/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild index 42e814083b79..38b38f9d4208 100644 --- a/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild +++ b/net-misc/dhcpcd/dhcpcd-6.10.0.ebuild @@ -11,7 +11,7 @@ else MY_P="${MY_P/_beta/-beta}" MY_P="${MY_P/_rc/-rc}" SRC_URI="http://roy.marples.name/downloads/${PN}/${MY_P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi diff --git a/net-misc/youtube-dl/youtube-dl-2016.01.01.ebuild b/net-misc/youtube-dl/youtube-dl-2016.01.01.ebuild index b11c21b169ad..b5b6d6af3f50 100644 --- a/net-misc/youtube-dl/youtube-dl-2016.01.01.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2016.01.01.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://youtube-dl.org/downloads/${PV}/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="offensive test" DEPEND=" diff --git a/net-nds/nsscache/Manifest b/net-nds/nsscache/Manifest index 3afee7960adc..c5678850eb0c 100644 --- a/net-nds/nsscache/Manifest +++ b/net-nds/nsscache/Manifest @@ -2,3 +2,4 @@ DIST nsscache-0.23.tar.gz 92603 SHA256 b33ea574cd6e9c4f5ce57b8fae9dd64a710ec89d3 DIST nsscache-0.30-gentoo-authorized-keys-command.py 8004 SHA256 956323bc311381da23c788e143706e732eef86ad37cf570209b28206ecea6a1f SHA512 58d3053aa140cbec214033ea3c524e7e7b670aa94a6ff306b9d816ffd4c23b8c781b1178ef7ce14009f8b45afaf05f75e9248e8c1eebef790b838baef5f50c26 WHIRLPOOL 5612cce26ab4172fcf019de702b5d26d830850cff3002dd23a2061b25ebb98d4c4a5436c17a6bcacc952ecdeb2027b677893552fce0520089a0d1f793cac7b75 DIST nsscache-0.30-r3-gentoo-authorized-keys-command.py 11974 SHA256 90069477763e1f81d5febe8d3d6d50c663da10cf8087512bb45c52bf0b109a05 SHA512 b660a6ae19e6e42efbb07d0a368704706b0a0bd1bf0b2c84855f0d1c00d4cda80872432f5a25384d0c27e99bf60072beb12975bcfa0201b52fa040d0e6bc2da2 WHIRLPOOL 91c94a867960ec0527af15be69107fb05d080f64e2a91bcbfa5f686cb98c34cb31551be47a76cc3616094bb5a36f31db07d3e6a5f5d14e85e2891781d3899d1c DIST nsscache-0.30.tar.gz 109615 SHA256 9cbae8768b6671ec7d8a94d76c62be69cd4c704ea792b50b6dbfa2786cfe19e4 SHA512 22c58904eadd2e69405c42263c1c85c7b612151466386870fbea7685ab32835250a84f1acd83fca6f3289582c74df5371cbfb4f354679a302f240fd0ff334712 WHIRLPOOL b9b9384f8c238a49f44ab9037d598f7a4795a52ae6e62de352127a7a53546bb84861b943282c58680fb2c088a5b9a1a4a0c3bb921eecec2e26a2f92b83137718 +DIST nsscache-0.31.tar.gz 108073 SHA256 ce70d854062bea68e6af37b0889ec9fc00371eb361cd205e8137604ccb90f646 SHA512 1be90b0217605f86d2effc6063a805fb604f535386cc9f2eb8b0244ab1293521fd1342f52e3fad98c7d95cf66db3dabf93747bf40ce5ed2bf70c8c07382001a4 WHIRLPOOL 327806f957492273ca4d3b3c3d62987a335f222448fa8f8545ff217108e5ad630c08676adab7c0425c1f4efbcb5064903de1964e1ef8cbc34f9c876cfbc6f508 diff --git a/net-nds/nsscache/nsscache-0.30-r3.ebuild b/net-nds/nsscache/nsscache-0.31.ebuild similarity index 86% rename from net-nds/nsscache/nsscache-0.30-r3.ebuild rename to net-nds/nsscache/nsscache-0.31.ebuild index ca3a6263850e..11f81671e8b9 100644 --- a/net-nds/nsscache/nsscache-0.30-r3.ebuild +++ b/net-nds/nsscache/nsscache-0.31.ebuild @@ -9,9 +9,10 @@ inherit eutils distutils-r1 DESCRIPTION="commandline tool to sync directory services to local cache" HOMEPAGE="https://github.com/google/nsscache" +SCRIPT_A='nsscache-0.30-r3-gentoo-authorized-keys-command.py' SRC_URI=" https://github.com/google/nsscache/archive/version/${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~robbat2/nsscache-0.30-r3-gentoo-authorized-keys-command.py" + https://dev.gentoo.org/~robbat2/${SCRIPT_A}" LICENSE="GPL-2" SLOT="0" @@ -42,7 +43,7 @@ src_install() { doman nsscache.1 nsscache.conf.5 dodoc THANKS nsscache.cron CONTRIBUTING.md README.md exeinto /usr/libexec/nsscache - newexe "${DISTDIR}"/nsscache-0.30-gentoo-authorized-keys-command.py authorized-keys-command.py + newexe "${DISTDIR}"/"${SCRIPT_A}" authorized-keys-command.py keepdir /var/lib/nsscache } diff --git a/profiles/package.mask b/profiles/package.mask index 6c997b23cd60..e4afff902bf1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,6 +30,15 @@ #--- END OF EXAMPLES --- +# Michał Górny (11 Jan 2016) +# (on behalf of Python team) +# Masked for testing. python-exec now checks argv[0] to determine +# whether it's called via the Python wrapper shebang, or symlinked +# directly. eselect-python uses the C wrapper rather than Python wrapper +# to fix Prefix support, #568974. +>=app-eselect/eselect-python-20151117-r3 +>=dev-lang/python-exec-2.2 + # Aaron W. Swenson (11 Jan 2016) # Masked for removal after 2016-03-11. Package hasn't been updated in # some time and doesn't work with Apache 2.4 without patching by @@ -109,10 +118,6 @@ net-misc/ixp4xx # month. sys-block/megarc -# Pacho Ramos (08 Jan 2016) -# Cannot be downloaded either mirrored, bug #561202. Removal in a month -sci-geosciences/gmt - # Pacho Ramos (08 Jan 2016) # Obsolete and dead, bug #561622. Removal in a month. app-misc/ompload diff --git a/profiles/prefix/package.mask b/profiles/prefix/package.mask index d797f439cf26..06feb292f1ce 100644 --- a/profiles/prefix/package.mask +++ b/profiles/prefix/package.mask @@ -10,15 +10,6 @@ # -# Fabian Groffen (06 Jan 2016) -# Seriously broken on non-Linux because recursive shebangs aren't -# supported, mask everything but what's stable on amd64, bug #568974 ->=app-eselect/eselect-python-20151117-r2 ->=dev-lang/python-exec-2.0.2 ->=dev-lang/python-2.7.11:2.7 ->=dev-lang/python-3.4.3:3.4 ->=dev-lang/python-3.5.1:3.5 - # Fabian Groffen (11 Feb 2014) # Fails to compile, bug #493464 =sys-devel/autogen-5.18.1 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index c52628f6788c..9e5817163ed9 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -4822,7 +4822,7 @@ media-video/ogmrip:srt - Support for SRT subtitle format media-video/parole:clutter - Compile in Clutter GTK+ support media-video/pgcedit:video - Add support for video preview media-video/qgifer:imagemagick - Use imagemagick for image operations -media-video/qgifer:opencv3 - Use opencv-3.* for video operations instead opencv-2.* +media-video/qgifer:opencv3 - Use media-libs/opencv:0/3.0 for video operations instead media-libs/opencv:0/2.4 media-video/rtmpdump:gnutls - Use GnuTLS library instead of the default OpenSSL media-video/rtmpdump:polarssl - Use PolarSSL library instead of the default OpenSSL media-video/smplayer:autoshutdown - Enable the option to shutdown your computer after finishing the playlist. This requires dev-qt/qtdbus as dependency. diff --git a/ros-meta/mavros/mavros-0.16.5.ebuild b/ros-meta/mavros/mavros-0.16.5.ebuild new file mode 100644 index 000000000000..84de950bbc21 --- /dev/null +++ b/ros-meta/mavros/mavros-0.16.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Metapackage for mavros packages" +LICENSE="metapackage" +SLOT="0" +IUSE="" +HOMEPAGE="http://wiki.ros.org/mavros" + +RDEPEND=" + dev-ros/libmavconn + dev-ros/mavros + dev-ros/mavros_extras + dev-ros/mavros_msgs +" +DEPEND="${RDEPEND}" +[ "${PV}" = "9999" ] || KEYWORDS="~amd64 ~arm" diff --git a/sci-libs/gdal/gdal-2.0.1.ebuild b/sci-libs/gdal/gdal-2.0.1.ebuild index 3eabe0dfc203..194ebe5a6c73 100644 --- a/sci-libs/gdal/gdal-2.0.1.ebuild +++ b/sci-libs/gdal/gdal-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,7 +33,7 @@ RDEPEND=" curl? ( net-misc/curl ) fits? ( sci-libs/cfitsio ) geos? ( >=sci-libs/geos-2.2.1 ) - gif? ( media-libs/giflib ) + gif? ( media-libs/giflib:= ) gml? ( >=dev-libs/xerces-c-3 ) hdf5? ( >=sci-libs/hdf5-1.6.4[szip] ) java? ( >=virtual/jre-1.6:* ) diff --git a/sci-physics/bullet/Manifest b/sci-physics/bullet/Manifest index 659ad7796d26..424ca8017e02 100644 --- a/sci-physics/bullet/Manifest +++ b/sci-physics/bullet/Manifest @@ -1,4 +1,2 @@ -DIST bullet-2.80-rev2531.tgz 9561231 SHA256 464e2d79e3c5a5bdcad597ef6fca26d4244ad83628d8663e03be7c89d0342f36 SHA512 ca61182b20f692a0163aa230d6025b0dc1863ecdd5f6f3c80589a41997464a347ef1b1ab4923a2136a68d5b42ff864e98a9aa00da8bc493a1339bf309a876cca WHIRLPOOL 3186449ffea858b33cf606bee3c27e15dda4fb945d21d75b4ad4dfdf849181526bef06e0d3b35fc51b27815d229472a9b95f85b108b79315c251811105e0755a -DIST bullet-2.81-rev2613.tgz 8297547 SHA256 8ac9079803a6f793801727ccddb0b98becea3efe92fd6590cf38b9cb8bbc1eed SHA512 5f77d4ea123bca06a390e27f5028d67b1f328c65d16711448cca885bc66de37bdef3024397603140e28e8fe68679cc596aa9a4ee617fc2a913f23d4c5c0f52a3 WHIRLPOOL 91894b76cb3cd4239f91305860cf78152c323df05c4b1d77bb8564cd2badb8a7e811f8dcf7e10f9b04db5345787b3c2cb0163d0ef9c77aa716e69307a235873a -DIST bullet-2.82-r2704.tgz 7937108 SHA256 67e4c9eb76f7adf99501d726d8ad5e9b525dfd0843fbce9ca73aaca4ba9eced2 SHA512 44bec0bd74e6d9cd8c75a41d0faa068dc05f0cdad92ff001cc53ff29912db245606827a9e763ce2cf1b551b545668a779fdc4455f73c1901b57aaa4eee31901f WHIRLPOOL 181c6bf35ba28333f66fba52faff2e7bfc634a702df4c9925123160d89058602e354e9c21a82c86fc166fab55254a70739e37220d28968a989ed94a52a6f7e39 DIST bullet-2.83.4.tar.gz 17529283 SHA256 2cf287cead9a116c56f6d6f15f73dc8b3ed1fe407ef2ca894027d585fab07341 SHA512 1a10a11671bd152835a45d44a1b3214e29c255338405705f2aaa41adfbdb545ec02f09b94003b836fafcc2b59b836e5b749696a5bb3489ec7050af0d02d9b2e1 WHIRLPOOL 7a472291128888fdd1c96e232b91d734ff10c2b6cf6ff0563bd3e6fa4c113112fe3f169dc0e42fee56aacf66b6717a10901f0c61c618a6c691bf1eb3cbcefbf2 +DIST bullet-2.83.5.tar.gz 17759627 SHA256 df6d58898d3d3bf117854dd64467dbd09625e048624c797649b46bf1c595b152 SHA512 9e1ca7b3afb700bfafc2d39d8ec8b004b5bae7788385e763c15a63a7754c50bfd79e1a6ab501569b613eb5a9c132688c747aa70db0b80099cfe40b6146c32290 WHIRLPOOL 6c304902dd6bc9e800befe5c214adcec48e068e6db288ddf211ce17af74abd8ebc44a34ee1349a17bd22e1f9c316782d7680bb55566b4100b2f788377921be29 diff --git a/sci-physics/bullet/bullet-2.80.ebuild b/sci-physics/bullet/bullet-2.80.ebuild deleted file mode 100644 index 4a83600504b9..000000000000 --- a/sci-physics/bullet/bullet-2.80.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils cmake-utils - -# version release, check https://code.google.com/p/bullet/downloads/list -MYP=${P}-rev2531 - -DESCRIPTION="Continuous Collision Detection and Physics Library" -HOMEPAGE="http://www.bulletphysics.com/" -SRC_URI="https://bullet.googlecode.com/files/${MYP}.tgz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="doc double-precision examples extras" - -RDEPEND="virtual/opengl - media-libs/freeglut" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] )" - -PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch ) - -S="${WORKDIR}/${MYP}" - -src_prepare() { - # allow to generate docs - sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die -} - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - -DBUILD_CPU_DEMOS=OFF - -DBUILD_DEMOS=OFF - -DUSE_GRAPHICAL_BENCHMARK=OFF - -DINSTALL_LIBS=ON - -DINSTALL_EXTRA_LIBS=ON - $(cmake-utils_use_build extras EXTRAS) - $(cmake-utils_use_use double-precision DOUBLE_PRECISION) - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - if use doc; then - doxygen || die - fi -} - -src_install() { - cmake-utils_src_install - use doc && dodoc *.pdf && dohtml -r html/* - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r Extras Demos - fi -} diff --git a/sci-physics/bullet/bullet-2.81.ebuild b/sci-physics/bullet/bullet-2.81.ebuild deleted file mode 100644 index a708eb4767cb..000000000000 --- a/sci-physics/bullet/bullet-2.81.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils cmake-utils - -# version release, check https://code.google.com/p/bullet/downloads/list -MYP=${P}-rev2613 - -DESCRIPTION="Continuous Collision Detection and Physics Library" -HOMEPAGE="http://www.bulletphysics.com/" -SRC_URI="https://bullet.googlecode.com/files/${MYP}.tgz" - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc double-precision examples extras" - -RDEPEND=" - virtual/opengl - media-libs/freeglut" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] )" - -PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch ) - -S="${WORKDIR}/${MYP}" - -src_prepare() { - # allow to generate docs - sed -i -e 's/GENERATE_HTMLHELP.*//g' Doxyfile || die -} - -src_configure() { - local mycmakeargs=( - -DBUILD_SHARED_LIBS=ON - -DBUILD_CPU_DEMOS=OFF - -DBUILD_DEMOS=OFF - -DUSE_GRAPHICAL_BENCHMARK=OFF - -DINSTALL_LIBS=ON - -DINSTALL_EXTRA_LIBS=ON - $(cmake-utils_use_build extras EXTRAS) - $(cmake-utils_use_use double-precision DOUBLE_PRECISION) - ) - cmake-utils_src_configure -} - -src_compile() { - cmake-utils_src_compile - if use doc; then - doxygen || die - fi -} - -src_install() { - cmake-utils_src_install - use doc && dodoc *.pdf && dohtml -r html/* - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r Extras Demos - fi -} diff --git a/sci-physics/bullet/bullet-2.83.4.ebuild b/sci-physics/bullet/bullet-2.83.4.ebuild index c714c7226a8d..61deb4a4d06a 100644 --- a/sci-physics/bullet/bullet-2.83.4.ebuild +++ b/sci-physics/bullet/bullet-2.83.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> ${P}.t LICENSE="ZLIB" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+bullet3 doc double-precision examples extras" RDEPEND=" diff --git a/sci-physics/bullet/bullet-2.82.ebuild b/sci-physics/bullet/bullet-2.83.5.ebuild similarity index 73% rename from sci-physics/bullet/bullet-2.82.ebuild rename to sci-physics/bullet/bullet-2.83.5.ebuild index dd3acde214ce..98de17423b69 100644 --- a/sci-physics/bullet/bullet-2.82.ebuild +++ b/sci-physics/bullet/bullet-2.83.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,17 +6,14 @@ EAPI=5 inherit eutils cmake-utils -# version release, check https://code.google.com/p/bullet/downloads/list -MYP=${P}-r2704 - DESCRIPTION="Continuous Collision Detection and Physics Library" HOMEPAGE="http://www.bulletphysics.com/" -SRC_URI="https://bullet.googlecode.com/files/${MYP}.tgz" +SRC_URI="https://github.com/bulletphysics/bullet3/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc double-precision examples extras" +IUSE="+bullet3 doc double-precision examples extras" RDEPEND=" virtual/opengl @@ -26,7 +23,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-2.78-soversion.patch ) -S="${WORKDIR}/${MYP}" +S="${WORKDIR}/${PN}3-${PV}" src_prepare() { # allow to generate docs @@ -37,10 +34,12 @@ src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=ON -DBUILD_CPU_DEMOS=OFF - -DBUILD_DEMOS=OFF + -DBUILD_OPENGL3_DEMOS=OFF + -DBUILD_BULLET2_DEMOS=OFF -DUSE_GRAPHICAL_BENCHMARK=OFF -DINSTALL_LIBS=ON -DINSTALL_EXTRA_LIBS=ON + $(cmake-utils_use_build bullet3 BULLET3) $(cmake-utils_use_build extras EXTRAS) $(cmake-utils_use_use double-precision DOUBLE_PRECISION) ) @@ -56,9 +55,9 @@ src_compile() { src_install() { cmake-utils_src_install - use doc && dodoc *.pdf && dohtml -r html/* + use doc && dodoc docs/*.pdf && dohtml -r html/* if use examples; then insinto /usr/share/doc/${PF}/examples - doins -r Extras Demos + doins -r Extras examples fi } diff --git a/sci-physics/bullet/files/bullet-2.77-gcc46.patch b/sci-physics/bullet/files/bullet-2.77-gcc46.patch deleted file mode 100644 index 9ef054836e33..000000000000 --- a/sci-physics/bullet/files/bullet-2.77-gcc46.patch +++ /dev/null @@ -1,47 +0,0 @@ - src/BulletSoftBody/btSoftBody.h | 3 +++ - src/BulletSoftBody/btSoftBodyInternals.h | 4 ++-- - 2 files changed, 5 insertions(+), 2 deletions(-) - -diff --git a/src/BulletSoftBody/btSoftBody.h b/src/BulletSoftBody/btSoftBody.h -index 4d975b7..f781598 100644 ---- a/src/BulletSoftBody/btSoftBody.h -+++ b/src/BulletSoftBody/btSoftBody.h -@@ -30,6 +30,7 @@ subject to the following restrictions: - class btBroadphaseInterface; - class btDispatcher; - -+class btSoftBodySolver; - - /* btSoftBodyWorldInfo */ - struct btSoftBodyWorldInfo -@@ -52,6 +53,8 @@ class btSoftBody : public btCollisionObject - public: - btAlignedObjectArray m_collisionDisabledObjects; - -+ // The solver object that handles this soft body -+ btSoftBodySolver *m_softBodySolver; - // - // Enumerations - // -diff --git a/src/BulletSoftBody/btSoftBodyInternals.h b/src/BulletSoftBody/btSoftBodyInternals.h -index 2cb7744..296d97a 100644 ---- a/src/BulletSoftBody/btSoftBodyInternals.h -+++ b/src/BulletSoftBody/btSoftBodyInternals.h -@@ -26,6 +26,7 @@ subject to the following restrictions: - #include "BulletCollision/CollisionShapes/btConvexInternalShape.h" - #include "BulletCollision/NarrowPhaseCollision/btGjkEpa2.h" - -+#include //for memset - // - // btSymMatrix - // -@@ -172,8 +173,7 @@ public: - template - static inline void ZeroInitialize(T& value) - { -- static const T zerodummy; -- value=zerodummy; -+ memset(&value,0,sizeof(T)); - } - // - template diff --git a/sci-physics/bullet/files/bullet-2.77-libdir.patch b/sci-physics/bullet/files/bullet-2.77-libdir.patch deleted file mode 100644 index 9575addbb58c..000000000000 --- a/sci-physics/bullet/files/bullet-2.77-libdir.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -up bullet-2.77/src/BulletMultiThreaded/CMakeLists.txt.lib bullet-2.77/src/BulletMultiThreaded/CMakeLists.txt ---- bullet-2.77/src/BulletMultiThreaded/CMakeLists.txt.lib 2010-10-08 12:45:59.000000000 +0200 -+++ bullet-2.77/src/BulletMultiThreaded/CMakeLists.txt 2010-10-08 12:46:26.000000000 +0200 -@@ -84,7 +84,7 @@ IF (INSTALL_LIBS) - IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK) - INSTALL(TARGETS BulletMultiThreaded DESTINATION .) - ELSE (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK) -- INSTALL(TARGETS BulletMultiThreaded DESTINATION lib) -+ INSTALL(TARGETS BulletMultiThreaded DESTINATION lib${LIB_SUFFIX}) - INSTALL(DIRECTORY - ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION ${INCLUDE_INSTALL_DIR} FILES_MATCHING - PATTERN "*.h" PATTERN ".svn" EXCLUDE PATTERN "CMakeFiles" EXCLUDE) -diff -up bullet-2.77/src/MiniCL/CMakeLists.txt.lib bullet-2.77/src/MiniCL/CMakeLists.txt ---- bullet-2.77/src/MiniCL/CMakeLists.txt.lib 2010-10-08 12:44:50.000000000 +0200 -+++ bullet-2.77/src/MiniCL/CMakeLists.txt 2010-10-08 12:46:42.000000000 +0200 -@@ -32,7 +32,7 @@ IF (INSTALL_LIBS) - IF (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK) - INSTALL(TARGETS MiniCL DESTINATION .) - ELSE (APPLE AND BUILD_SHARED_LIBS AND FRAMEWORK) -- INSTALL(TARGETS MiniCL DESTINATION lib) -+ INSTALL(TARGETS MiniCL DESTINATION lib${LIB_SUFFIX}) - INSTALL(DIRECTORY - ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION ${INCLUDE_INSTALL_DIR} FILES_MATCHING - PATTERN "*.h" PATTERN ".svn" EXCLUDE PATTERN "CMakeFiles" EXCLUDE) diff --git a/sci-physics/bullet/files/bullet-2.77-soversion.patch b/sci-physics/bullet/files/bullet-2.77-soversion.patch deleted file mode 100644 index 6086640790ac..000000000000 --- a/sci-physics/bullet/files/bullet-2.77-soversion.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -up bullet-2.77/Extras/glui/CMakeLists.txt.extras-version bullet-2.77/Extras/glui/CMakeLists.txt ---- bullet-2.77/Extras/glui/CMakeLists.txt.extras-version 2010-03-06 16:23:36.000000000 +0100 -+++ bullet-2.77/Extras/glui/CMakeLists.txt 2010-07-26 12:09:01.000000000 +0200 -@@ -61,6 +61,8 @@ arcball.cpp glui_button.cpp glui_fil - - ) - -+SET_TARGET_PROPERTIES(GLUI PROPERTIES VERSION ${BULLET_VERSION}) -+SET_TARGET_PROPERTIES(GLUI PROPERTIES SOVERSION ${BULLET_VERSION}) - IF (BUILD_SHARED_LIBS) - TARGET_LINK_LIBRARIES(GLUI ${GLUT_glut_LIBRARY} ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY}) - ENDIF (BUILD_SHARED_LIBS) -diff -up bullet-2.77/Extras/Serialize/BulletFileLoader/CMakeLists.txt.extras-version bullet-2.77/Extras/Serialize/BulletFileLoader/CMakeLists.txt ---- bullet-2.77/Extras/Serialize/BulletFileLoader/CMakeLists.txt.extras-version 2010-07-26 12:10:36.000000000 +0200 -+++ bullet-2.77/Extras/Serialize/BulletFileLoader/CMakeLists.txt 2010-07-26 12:10:57.000000000 +0200 -@@ -16,6 +16,8 @@ btBulletFile.cpp - btBulletFile.h - ) - -+SET_TARGET_PROPERTIES(BulletFileLoader PROPERTIES VERSION ${BULLET_VERSION}) -+SET_TARGET_PROPERTIES(BulletFileLoader PROPERTIES SOVERSION ${BULLET_VERSION}) - IF (BUILD_SHARED_LIBS) - TARGET_LINK_LIBRARIES(BulletFileLoader LinearMath) - ENDIF (BUILD_SHARED_LIBS) -diff -up bullet-2.77/Extras/Serialize/BulletWorldImporter/CMakeLists.txt.extras-version bullet-2.77/Extras/Serialize/BulletWorldImporter/CMakeLists.txt ---- bullet-2.77/Extras/Serialize/BulletWorldImporter/CMakeLists.txt.extras-version 2010-07-26 12:11:08.000000000 +0200 -+++ bullet-2.77/Extras/Serialize/BulletWorldImporter/CMakeLists.txt 2010-07-26 12:11:26.000000000 +0200 -@@ -9,6 +9,8 @@ btBulletWorldImporter.cpp - btBulletWorldImporter.h - ) - -+SET_TARGET_PROPERTIES(BulletWorldImporter PROPERTIES VERSION ${BULLET_VERSION}) -+SET_TARGET_PROPERTIES(BulletWorldImporter PROPERTIES SOVERSION ${BULLET_VERSION}) - IF (BUILD_SHARED_LIBS) - TARGET_LINK_LIBRARIES(BulletWorldImporter BulletDynamics BulletCollision BulletFileLoader LinearMath) - ENDIF (BUILD_SHARED_LIBS) diff --git a/sci-physics/lhapdf/Manifest b/sci-physics/lhapdf/Manifest index 745dad855900..d0b3cdd3db31 100644 --- a/sci-physics/lhapdf/Manifest +++ b/sci-physics/lhapdf/Manifest @@ -1,8 +1,8 @@ +DIST CT10.LHgrid 21081519 SHA256 e858cec1f80420698ef3ae1249d5414977ff79ce512fba00af91513f2b7e05a2 SHA512 4196b0899dc7f5803608d9328872b942393d5f5103e8d50a53b35af6f8bac509adbbe83c363ab33a5fbfab3c33156e8ae46131939ad5a8642c558ff209630820 WHIRLPOOL 7939478bdef6aa0e369738a85891188774e92b9e5b4ad5c7ad5089ce824fdeec73ddd726cf3e00ff732edfc3664ac9a263d2758f9f3dc2637de329d837028332 DIST LHAPDF-6.1.5.tar.gz 668112 SHA256 ee5dfac1c32a386c966b28cb6a2d51531d4eaf9945c4cb48431dd3fabef83231 SHA512 a5e1ac38f681ea6e4bcef4540f8bb836ebeae809ae160a2069972b8752a334a850ae5ec226b19a09da775a0c790439548b0a8a671c4a3f5852a75bbb0647c473 WHIRLPOOL 793ffee34a7bcba616816f030b9206bf1431fcf2d56daf8125818ebac0667677488529dcb2d0141ee5af48e9cf748171c997c1a5028218b21c59d37d2e9780b5 +DIST LHAPDF-6.1.6.tar.gz 696608 SHA256 c28138232e3219bf89cf626c0e414c6291c6b0777c3a931af18e51867657ebe9 SHA512 371a4062d3f1a4d611d8c09950a1ba7b747df29f04502a1ab9c420c300799143a53eebdecd04293d38b2c481b525c2414ac0fb8e2f8846de65e07992dea18656 WHIRLPOOL cff128bd0ceb0e5c4a0dc8bfb7432102c47035f431d1e39ed8e16b604dde5690f0458ec2a7a1da24ccfa6b524b3eeef512bc7d4b1070d32b1d7e19ac3ef0dd9d DIST MRST2004nlo.LHgrid 288040 SHA256 bc1aa4f26ebcf4a6a1bd6e3ec5fbd5fa3ff378c116247fa27ccd5e76324368ce SHA512 b554454fa494c86a3ae56168c3d74c5e3c3bd80f10b393153c0adfbb39a3f3837ae2db80534d288784409154034187c9c5212dfc9c21ed1bf32ef89b9266e262 WHIRLPOOL b7f1e6115015cf19c092cf367798fe1d4459d0c9fac84e022034c14fd81d27023a35f30e7e727a35e2d8af409f448508744be76f04b441b22466ebd92c600bdf DIST cteq5l.LHgrid 134797 SHA256 83c92bc90fd6e12be9cd76bc032eca26dcedbe90f0c11aef843bbf54734d5bba SHA512 1ba41fd773104a933af6f37745dcb6f8422e1aece74ba2b1e15a5fb69fdaf694336c0ec1dc6fbc964d2cf3fe363d17ca0c01a6c2ba6def0afa4389cb4083f34b WHIRLPOOL 8a86877fcbae2b45576e3fae08dfd4771c668257893ba2f813c578641dce9800f42bfd57d0d8ac2abc6bf7cd40921020478f1912014a36cfb722ed408ca1430f DIST cteq61.LHgrid 8946864 SHA256 5df10c695504f02c2c9cc1eda9ca77fa8c276554cf2cda5fbdba764bf8f47691 SHA512 ab35c058f1ece8b428d8664ba2e14068541279328b5eb9e13b020642cc804c21f7412414dd74bb3621a5136bfa7d9a60832604c944d1e3519c5a94d3dce2a063 WHIRLPOOL a3a5ef45ea92e45a5764cbb484523b2eff671ad2c04f25b0b03efd631d367f3bf9784b19eacf927d909301c73a85505f9f87a3fd3f242fcf48d6e611fe510478 DIST cteq61.LHpdf 11860 SHA256 0dacfd4d5518b2273ba80ae381af7d46eab4784e84312585f5f149f8fce759f0 SHA512 2769bcaed94aa4b47144cd2c3ce76e0b6ab4fa8af278db5cb3b612f2286200352e829eec3971c8da0b78144483f00bbbf1ae2aae8d1e75045d239fab40289bc0 WHIRLPOOL e24427537b81c438552de53d1ef4ca34c425a241e318ffbeff3f5b632793a2cb6ec4d41bde895e56537c9ace520e012008a5370890c6199b1c29bc4ebc0925ae -DIST lhapdf-5.8.4.tar.gz 1165256 SHA256 75a3b44bd4509bec47806fb5ad4baaa6334a2aa8f51cf2f7195d4f08bd353ca2 SHA512 d2d7a9d315d6ccfb2ae7d0331401a59199ac3eb3902b76775331471494778630891933f1102ce454071e3fbf23d62e977f685f1af7093c3ed96c1f4ce385c3c9 WHIRLPOOL be55f3e9c8cb276ba3c5eb330729004f216112a6cdf8ad05bb4d608f95470a9cffb624e8d8748055e5bf13e48d2480155a86fe02ca7765db8cd03d05567addf7 -DIST wrapheragrid-lite.f 7785 SHA256 50e1c4113f6312b0e6131870e7739a4bfb251e20f4f5cddd69e27ceb26e47a1f SHA512 57334f4fe0ef96dec742e104bb248adde9fb93fb9146402566ee6fec4bd3ddfb6a5e5ae614f005131bdfbf80fc769263c6508d8c5e510a203da4471e087c3c8c WHIRLPOOL 7c17d2a17c29c8e9b39cdff659da7e593957d6ee6411df7a854f15db04ebeeb1485ad754bc21037f356cf05c166af29a6f35c13ed4428c4596f75b701c93df18 -DIST wrapheragrid.f 6931 SHA256 6bd1c4e19de850a2cbe8c548050c772b367f6738f9ba7bb5b6561915833bf5fd SHA512 5ba0f3f1e4d70e632e7eb5a968ead8098e5ffd1412c58a0bb967216836ac05cc5e37cba2b31970062f0668cecbb3b43eaaf7339127427af4fb4ba24bc9bdbbbe WHIRLPOOL 12c5c979f64844404c7214b07a566596336173f04c5dbf1fe935f9c96aebaf83af87db4ec367134800e2f87e5e4d849c396505b8ebc2419a1c2e7131e6e2d042 +DIST lhapdf-5.9.1.tar.gz 1236188 SHA256 86b9b046d7f25627ce2aab6847ef1c5534972f4bae18de98225080cf5086919c SHA512 8e0eafa202d7c486264c06ddac31a2d1fc17c71223cf5b75cd9dae7e434792e8b8f4002bc8a0d00491c0c3fc58513095cbf693dc883c3bf968473a4e6232586a WHIRLPOOL 100c89d69150b84ba812f5ea719b9532980afd84f2f9f75ffc0c64f70766def11eb2d2bf6604be65855cac3419b5e08057bc4be73eb9e77ca4c9bbf68c4f0174 diff --git a/sci-physics/lhapdf/lhapdf-5.8.4.ebuild b/sci-physics/lhapdf/lhapdf-5.9.1.ebuild similarity index 68% rename from sci-physics/lhapdf/lhapdf-5.8.4.ebuild rename to sci-physics/lhapdf/lhapdf-5.9.1.ebuild index 8bef4905647f..3cf5db18ef91 100644 --- a/sci-physics/lhapdf/lhapdf-5.8.4.ebuild +++ b/sci-physics/lhapdf/lhapdf-5.9.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=2 +EAPI=5 inherit versionator @@ -12,13 +12,12 @@ MY_PF=${PN}-${MY_PV} DESCRIPTION="Les Houches Parton Density Function unified library" HOMEPAGE="http://projects.hepforge.org/lhapdf/" SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz - http://projects.hepforge.org/${PN}/updates-5.8.3/wrapheragrid.f - http://projects.hepforge.org/${PN}/updates-5.8.3/wrapheragrid-lite.f test? ( - http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/cteq61.LHgrid - http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/MRST2004nlo.LHgrid - http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/cteq61.LHpdf - octave? ( http://svn.hepforge.org/${PN}/pdfsets/tags/${MY_PV}/cteq5l.LHgrid ) )" + http://lhapdf.hepforge.org/svn/pdfsets/5/CT10.LHgrid + http://lhapdf.hepforge.org/svn/pdfsets/5/cteq61.LHgrid + http://lhapdf.hepforge.org/svn/pdfsets/5/MRST2004nlo.LHgrid + http://lhapdf.hepforge.org/svn/pdfsets/5/cteq61.LHpdf + octave? ( http://lhapdf.hepforge.org/svn/pdfsets/5/cteq5l.LHgrid ) )" LICENSE="GPL-2" SLOT="0" @@ -32,12 +31,6 @@ DEPEND="${RDEPEND} S="${WORKDIR}/${MY_PF}" -src_unpack() { - unpack ${MY_PF}.tar.gz - cp "${DISTDIR}"/wrapheragrid.f "${S}"/src/wrapheragrid.f - cp "${DISTDIR}"/wrapheragrid-lite.f "${S}"/src/wrapheragrid-lite.f -} - src_prepare() { # do not create extra latex docs sed -i \ @@ -58,14 +51,19 @@ src_configure() { src_test() { # need to make a bogus link for octave test + if use octave; then + # remove line that tries to read non-existent help file + sed -i -e '/help/d' octave/lhapdf-octave-example1.m \ + || die 'sed octave example failed' + fi ln -s "${DISTDIR}" PDFsets LHAPATH="${PWD}/PDFsets" \ LD_LIBRARY_PATH="${PWD}/lib/.libs:${LD_LIBRARY_PATH}" \ - emake check || die "emake check failed" + emake check } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install dodoc README TODO AUTHORS ChangeLog # leftover @@ -73,11 +71,11 @@ src_install() { if use doc && use cxx; then # default doc install buggy insinto /usr/share/doc/${PF} - doins -r ccwrap/doxy/html || die + doins -r ccwrap/doxy/html fi if use examples; then insinto /usr/share/doc/${PF}/examples - doins examples/*.{f,cc} || die + doins examples/*.{f,cc} fi } diff --git a/sci-physics/lhapdf/lhapdf-6.1.6.ebuild b/sci-physics/lhapdf/lhapdf-6.1.6.ebuild new file mode 100644 index 000000000000..fef2c6b28239 --- /dev/null +++ b/sci-physics/lhapdf/lhapdf-6.1.6.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +AUTOTOOLS_IN_SOURCE_BUILD=yes +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit versionator autotools-utils distutils-r1 + +MY_PV=$(get_version_component_range 1-3 ${PV}) +MY_PF=LHAPDF-${MY_PV} + +DESCRIPTION="Les Houches Parton Density Function unified library" +HOMEPAGE="http://lhapdf.hepforge.org/" +SRC_URI="http://www.hepforge.org/archive/lhapdf/${MY_PF}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="doc examples python static-libs" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=" + dev-libs/boost:0= + python? ( ${PYTHON_DEPS} )" +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen[latex] )" + +S="${WORKDIR}/${MY_PF}" + +src_configure() { + autotools-utils_src_configure $(use_enable python) + if use python; then + cd "${S}/wrappers/python" && distutils-r1_src_prepare + fi +} + +src_compile() { + autotools-utils_src_compile all $(use doc && echo doxy) + if use python; then + cd "${S}/wrappers/python" && distutils-r1_src_compile + fi +} + +src_test() { + autotools-utils_src_compile -C tests +} + +src_install() { + autotools-utils_src_install + use doc && dohtml -r doc/doxygen/* + if use examples; then + insinto /usr/share/doc/${PF}/examples + doins examples/*.cc + fi + if use python; then + cd "${S}/wrappers/python" && distutils-r1_src_install + fi +} + +pkg_postinst() { + elog "Download data files from:" + elog "http://www.hepforge.org/archive/${PN}/pdfsets/$(get_version_component_range 1-2 ${PV})" + elog "and untar them into ${EROOT%/}/usr/share/LHAPDF" +} diff --git a/sys-apps/iproute2/Manifest b/sys-apps/iproute2/Manifest index f5f177d2af62..202d042cc9c8 100644 --- a/sys-apps/iproute2/Manifest +++ b/sys-apps/iproute2/Manifest @@ -7,3 +7,4 @@ DIST iproute2-4.0.0.tar.xz 459364 SHA256 5cd06eb1050b858b308b65705725042bb566fd2 DIST iproute2-4.1.1.tar.xz 496388 SHA256 73077a989efb934450bd655cbd9aaddaa747cb696c64d0c9a3323768a6a8e66f SHA512 af2e4021faf931d17a67c242c66b4f6a6ce93a69cee5408dd3951d488da511c99d693534e91d0a317bd82dfdcb6a543605cecf2514d512004639db8d17afb93e WHIRLPOOL 24542b56275675609aaad69ca68e89145d4da84ddb2429ae546179a249bcc1213f89168673657966122e01e992763fec053c118fbd69b7db1677ad7be97397b6 DIST iproute2-4.2.0.tar.xz 506120 SHA256 a4101e743e0da36b55f63353ff489699ddcd634ceca854a9a272346588f30f30 SHA512 a2580cab92ee4c3e78e52bd8b742e9a1f2097815022a392241136b5589dd1de2ff1def9f608e4b5464c57d8f3d50c4361897271db2058683dfdc6984172784c5 WHIRLPOOL f6ae4537cafc2dd70640f602195f509e58613787f82b26dd909d7c36f09e6b256abee5fc6772e6129cfd023d95248ce66b2c6bd223186861203ebcbe2965e43c DIST iproute2-4.3.0.tar.xz 525364 SHA256 f03b1188dd6c039512424de82ff7a8f3b446680bd4e908ff42a7b9b137422995 SHA512 14736158e76cef3dfc3af1a881faf97901bce6dcc9ffe52de92c8a64ae466f2c8ceaa32349553215dbe371115e7cd5cedcbf9922a0d72da9e7ebe3a73fac3687 WHIRLPOOL cd772090f20bbb50e4556c609f28a07acc60ff344989f2ad112c13e1dbc6f60b09e9f5bc6bd29322b1b1635b6266d70aff1aa8f5c37ed458ae569697b7401c0e +DIST iproute2-4.4.0.tar.xz 528552 SHA256 bc91c367288a19f78ef800cd6840363be1f22da8436fbae88e1a7250490d6514 SHA512 48236fc6103a55d977efa4f93ad7fdfc0944df975ce771d57fd3dcfb13b761b0c05dbe749978ac86c7a471d023bee62a2f1648a6ca75f50da9252acfde174b69 WHIRLPOOL 7e90c98805e12b28de284bb998e5a27cf524a78d0bd7632c0d49a7ddff8f11f5229ac6867076e9fea6f21b6b31360bddb21138673d94de766bdf7324a09bc013 diff --git a/sys-apps/iproute2/iproute2-4.4.0.ebuild b/sys-apps/iproute2/iproute2-4.4.0.ebuild new file mode 100644 index 000000000000..b62de4daac0f --- /dev/null +++ b/sys-apps/iproute2/iproute2-4.4.0.ebuild @@ -0,0 +1,129 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils toolchain-funcs flag-o-matic multilib + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git" + inherit git-2 +else + SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +fi + +DESCRIPTION="kernel routing and traffic control utilities" +HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2" + +LICENSE="GPL-2" +SLOT="0" +IUSE="atm berkdb +iptables ipv6 minimal selinux" + +# We could make libmnl optional, but it's tiny, so eh +RDEPEND="!net-misc/arpd + !minimal? ( net-libs/libmnl ) + iptables? ( >=net-firewall/iptables-1.4.20:= ) + berkdb? ( sys-libs/db:= ) + atm? ( net-dialup/linux-atm ) + selinux? ( sys-libs/libselinux )" +# We require newer linux-headers for ipset support #549948 and some defines #553876 +DEPEND="${RDEPEND} + app-arch/xz-utils + iptables? ( virtual/pkgconfig ) + sys-devel/bison + sys-devel/flex + >=sys-kernel/linux-headers-3.16 + elibc_glibc? ( >=sys-libs/glibc-2.7 )" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907 + use ipv6 || epatch "${FILESDIR}"/${PN}-4.2.0-no-ipv6.patch #326849 + + sed -i \ + -e '/^CC =/d' \ + -e "/^LIBDIR/s:=.*:=/$(get_libdir):" \ + -e "s:-O2:${CFLAGS} ${CPPFLAGS}:" \ + -e "/^HOSTCC/s:=.*:= $(tc-getBUILD_CC):" \ + -e "/^WFLAGS/s:-Werror::" \ + -e "/^DBM_INCLUDE/s:=.*:=${T}:" \ + Makefile || die + + # Use /run instead of /var/run. + sed -i \ + -e 's:/var/run:/run:g' \ + include/namespace.h \ + man/man8/ip-netns.8 || die + + # build against system headers + rm -r include/netinet #include/linux include/ip{,6}tables{,_common}.h include/libiptc + sed -i 's:TCPI_OPT_ECN_SEEN:16:' misc/ss.c || die + + use minimal && sed -i -e '/^SUBDIRS=/s:=.*:=lib tc ip:' Makefile +} + +src_configure() { + tc-export AR CC PKG_CONFIG + + # This sure is ugly. Should probably move into toolchain-funcs at some point. + local setns + pushd "${T}" >/dev/null + echo 'main(){return setns();};' > test.c + ${CC} ${CFLAGS} ${LDFLAGS} test.c >&/dev/null && setns=y || setns=n + echo 'main(){};' > test.c + ${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Makefile + popd >/dev/null + + cat <<-EOF > Config + TC_CONFIG_ATM := $(usex atm y n) + TC_CONFIG_XT := $(usex iptables y n) + # We've locked in recent enough kernel headers #549948 + TC_CONFIG_IPSET := y + HAVE_BERKELEY_DB := $(usex berkdb y n) + HAVE_MNL := $(usex minimal n y) + HAVE_SELINUX := $(usex selinux y n) + IP_CONFIG_SETNS := ${setns} + # Use correct iptables dir, #144265 #293709 + IPT_LIB_DIR := $(use iptables && ${PKG_CONFIG} xtables --variable=xtlibdir) + EOF +} + +src_install() { + if use minimal ; then + into / + dosbin tc/tc + dobin ip/ip + return 0 + fi + + emake \ + DESTDIR="${D}" \ + LIBDIR="${EPREFIX}"/$(get_libdir) \ + SBINDIR="${EPREFIX}"/sbin \ + CONFDIR="${EPREFIX}"/etc/iproute2 \ + DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \ + MANDIR="${EPREFIX}"/usr/share/man \ + ARPDDIR="${EPREFIX}"/var/lib/arpd \ + install + + rm "${ED}"/usr/share/doc/${PF}/*.{sgml,tex} || die #455988 + + dodir /bin + mv "${ED}"/{s,}bin/ip || die #330115 + + dolib.a lib/libnetlink.a + insinto /usr/include + doins include/libnetlink.h + # This local header pulls in a lot of linux headers it + # doesn't directly need. Delete this header that requires + # linux-headers-3.8 until that goes stable. #467716 + sed -i '/linux\/netconf.h/d' "${ED}"/usr/include/libnetlink.h || die + + if use berkdb ; then + dodir /var/lib/arpd + # bug 47482, arpd doesn't need to be in /sbin + dodir /usr/bin + mv "${ED}"/sbin/arpd "${ED}"/usr/bin/ || die + fi +} diff --git a/sys-apps/paludis/paludis-2.4.0.ebuild b/sys-apps/paludis/paludis-2.4.0.ebuild index 0a262550fba0..ca19dc885d78 100644 --- a/sys-apps/paludis/paludis-2.4.0.ebuild +++ b/sys-apps/paludis/paludis-2.4.0.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="paludis, the other package mangler" HOMEPAGE="http://paludis.exherbo.org/" SRC_URI="http://paludis.exherbo.org/download/${P}.tar.bz2" -IUSE="doc pbins pink python ruby search-index test xml" +IUSE="doc pbins pink python ruby search-index test +xml" LICENSE="GPL-2 vim" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild index 1501384e1c76..911a00d657f2 100644 --- a/sys-apps/paludis/paludis-9999.ebuild +++ b/sys-apps/paludis/paludis-9999.ebuild @@ -15,7 +15,7 @@ DESCRIPTION="paludis, the other package mangler" HOMEPAGE="http://paludis.exherbo.org/" SRC_URI="" -IUSE="doc pbins pink python ruby search-index test xml" +IUSE="doc pbins pink python ruby search-index test +xml" LICENSE="GPL-2 vim" SLOT="0" KEYWORDS="" diff --git a/sys-libs/ldb/files/ldb-1.1.24-optional-python.patch b/sys-libs/ldb/files/ldb-1.1.24-optional-python.patch new file mode 100644 index 000000000000..d8dda63d44b7 --- /dev/null +++ b/sys-libs/ldb/files/ldb-1.1.24-optional-python.patch @@ -0,0 +1,72 @@ +--- a/wscript 2015-12-10 06:01:40.000000000 -0500 ++++ b/wscript 2016-01-06 15:05:57.013617848 -0500 +@@ -5,6 +5,7 @@ + + blddir = 'bin' + ++import Logs + import sys, os + + # find the buildtools directory +@@ -13,7 +14,7 @@ + srcdir = srcdir + '/..' + sys.path.insert(0, srcdir + '/buildtools/wafsamba') + +-import wafsamba, samba_dist, Utils ++import wafsamba, samba_dist, Utils, Options + + samba_dist.DIST_DIRS('''lib/ldb:. lib/replace:lib/replace lib/talloc:lib/talloc + lib/tdb:lib/tdb lib/tdb:lib/tdb lib/tevent:lib/tevent +@@ -28,8 +29,17 @@ + opt.RECURSE('lib/tevent') + opt.RECURSE('lib/replace') + opt.tool_options('python') # options for disabling pyc or pyo compilation ++ if opt.IN_LAUNCH_DIR(): ++ opt.add_option('--disable-python', ++ help=("disable the pyldb modules"), ++ action="store_true", dest='disable_python', default=False) ++ + + def configure(conf): ++ conf.env.standalone_ldb = conf.IN_LAUNCH_DIR() ++ ++ conf.env.disable_python = getattr(Options.options, 'disable_python', False) ++ + conf.RECURSE('lib/tdb') + conf.RECURSE('lib/tevent') + +@@ -44,16 +54,18 @@ + conf.RECURSE('lib/replace') + conf.find_program('python', var='PYTHON') + conf.find_program('xsltproc', var='XSLTPROC') +- conf.check_tool('python') +- conf.check_python_version((2,4,2)) +- conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=True) ++ ++ if not conf.env.disable_python: ++ conf.SAMBA_CHECK_PYTHON(mandatory=False, version=(2,4,2)) ++ conf.SAMBA_CHECK_PYTHON_HEADERS(mandatory=False) ++ if not conf.env.HAVE_PYTHON_H: ++ Logs.warn('Disabling pyldb-util as python devel libs not found') ++ conf.env.disable_python = True + + # where does the default LIBDIR end up? in conf.env somewhere? + # + conf.CONFIG_PATH('LDB_MODULESDIR', conf.SUBST_ENV_VAR('MODULESDIR') + '/ldb') + +- conf.env.standalone_ldb = conf.IN_LAUNCH_DIR() +- + if not conf.env.standalone_ldb: + if conf.CHECK_BUNDLED_SYSTEM_PKG('pyldb-util', minversion=VERSION, + onlyif='talloc tdb tevent', +--- a/lib/talloc/wscript 2015-11-06 08:28:25.000000000 -0500 ++++ b/lib/talloc/wscript 2016-01-06 15:07:43.673478788 -0500 +@@ -48,7 +48,7 @@ + if conf.CHECK_BUNDLED_SYSTEM_PKG('talloc', minversion=VERSION, + implied_deps='replace'): + conf.define('USING_SYSTEM_TALLOC', 1) +- if conf.CHECK_BUNDLED_SYSTEM_PKG('pytalloc-util', minversion=VERSION, ++ if not conf.env.disable_python and conf.CHECK_BUNDLED_SYSTEM_PKG('pytalloc-util', minversion=VERSION, + implied_deps='talloc replace'): + conf.define('USING_SYSTEM_PYTALLOC_UTIL', 1) + diff --git a/sys-libs/ldb/ldb-1.1.24-r1.ebuild b/sys-libs/ldb/ldb-1.1.24-r1.ebuild new file mode 100644 index 000000000000..92aba6716a2b --- /dev/null +++ b/sys-libs/ldb/ldb-1.1.24-r1.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads" + +inherit python-single-r1 waf-utils multilib-minimal eutils + +DESCRIPTION="An LDAP-like embedded database" +HOMEPAGE="http://ldb.samba.org" +SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3" +SLOT="0/${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="doc" + +RDEPEND="dev-libs/popt[${MULTILIB_USEDEP}] + >=sys-libs/talloc-2.1.5[python,${MULTILIB_USEDEP}] + >=sys-libs/tevent-0.9.26[python(+),${MULTILIB_USEDEP}] + >=sys-libs/tdb-1.3.8[python,${MULTILIB_USEDEP}] + net-nds/openldap + !!=net-fs/samba-4.0.0[ldb] + ${PYTHON_DEPS} + " + +DEPEND="dev-libs/libxslt + doc? ( app-doc/doxygen ) + virtual/pkgconfig + ${RDEPEND}" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +WAF_BINARY="${S}/buildtools/bin/waf" + +MULTILIB_WRAPPED_HEADERS=( /usr/include/pyldb.h ) + +pkg_setup() { + python-single-r1_pkg_setup +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-optional-python.patch + epatch_user + multilib_copy_sources +} + +multilib_src_configure() { + local myconf=( + --disable-rpath \ + --disable-rpath-install --bundled-libraries=NONE \ + --with-modulesdir="${EPREFIX}"/usr/$(get_libdir)/samba \ + --builtin-libraries=NONE + ) + if ! multilib_is_native_abi; then + myconf+=( --disable-python ) + fi + waf-utils_src_configure "${myconf[@]}" +} + +multilib_src_compile(){ + waf-utils_src_compile + multilib_is_native_abi && use doc && doxygen Doxyfile +} + +multilib_src_test() { + if multilib_is_native_abi; then + WAF_MAKE=1 \ + PATH=buildtools/bin:../../../buildtools/bin:$PATH:"${BUILD_DIR}"/bin/shared/private/ \ + LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"${BUILD_DIR}"/bin/shared/private/:"${BUILD_DIR}"/bin/shared \ + waf test || die + fi +} + +multilib_src_install() { + waf-utils_src_install + + if multilib_is_native_abi && use doc; then + dohtml -r apidocs/html/* + doman apidocs/man/man3/*.3 + fi +} + +pkg_postinst() { + if has_version sys-auth/sssd; then + ewarn "You have sssd installed. It is known to break after ldb upgrades," + ewarn "so please try to rebuild it before reporting bugs." + ewarn "See https://bugs.gentoo.org/404281" + fi +} diff --git a/sys-libs/ldb/ldb-1.1.24.ebuild b/sys-libs/ldb/ldb-1.1.24.ebuild index 11be1d16b85b..8fd248dd820d 100644 --- a/sys-libs/ldb/ldb-1.1.24.ebuild +++ b/sys-libs/ldb/ldb-1.1.24.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0/${PV}" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc" RDEPEND="dev-libs/popt diff --git a/sys-libs/talloc/talloc-2.1.5.ebuild b/sys-libs/talloc/talloc-2.1.5.ebuild index a2bb65ad6701..91b048e5aa96 100644 --- a/sys-libs/talloc/talloc-2.1.5.ebuild +++ b/sys-libs/talloc/talloc-2.1.5.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-3+ LGPL-2 BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~sparc-solaris" IUSE="compat +python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sys-libs/tdb/tdb-1.3.8.ebuild b/sys-libs/tdb/tdb-1.3.8.ebuild index 1d8d5b2dc36c..145af654ed4c 100644 --- a/sys-libs/tdb/tdb-1.3.8.ebuild +++ b/sys-libs/tdb/tdb-1.3.8.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/sys-libs/tevent/tevent-0.9.26.ebuild b/sys-libs/tevent/tevent-0.9.26.ebuild index 68d603059068..84748c75001b 100644 --- a/sys-libs/tevent/tevent-0.9.26.ebuild +++ b/sys-libs/tevent/tevent-0.9.26.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="python" RDEPEND=">=sys-libs/talloc-2.1.5[${MULTILIB_USEDEP}] diff --git a/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild b/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild index 0c03681e0851..2ca31ab38277 100644 --- a/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild +++ b/www-apps/mantisbt/mantisbt-1.2.15-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit eutils webapp depend.php +inherit eutils webapp DESCRIPTION="PHP/MySQL/Web based bugtracking system" HOMEPAGE="http://www.mantisbt.org/" diff --git a/www-apps/moodle/Manifest b/www-apps/moodle/Manifest index 9e52c613cdb4..df2a4f497e01 100644 --- a/www-apps/moodle/Manifest +++ b/www-apps/moodle/Manifest @@ -1,4 +1,4 @@ DIST moodle-2.7.12.tgz 35001038 SHA256 198b67819c96811f5d335c8991678bc4b9eccb51897e808c9c328e4ecb867024 SHA512 f2da0a807b0d8d5614bb80c9aa355bdfecbdb2e36bb4658eaed4ab75c6f98d19bee74e4431731d7d6e61311dd17db851c7787d02f9c3ccf06805150762375e84 WHIRLPOOL 7a2798be6bdb52d36c576442e5f23979bc97bce3f82c093ddfab3e35fa18ca82194d460ed345fc9f8e2928cb77b6a10ae5f804ec2dd392eec2b94ac8d180e02d DIST moodle-2.8.10.tgz 35989148 SHA256 e213cf8e3290d00470a8e5174b854fa8b4992da553416d74629cdd1810287930 SHA512 8c72a7d31b4fc1cb9e3c9bf8f02e4dc0bf9d51b6ada2021acb98ea3949282d6385fc027f7922b0afb8e006450f39faa80f2b1a3b389cc74780b4045e67c344d1 WHIRLPOOL 1b88727b42f19243a9b5a998a4368d35bc33959c6c447342160c1e772629782e2fc46e59dbec4cdc29eec2f51f777ab81e2b5ba33cabe4a3cab99d412f8b9403 DIST moodle-2.9.4.tgz 36513561 SHA256 f4e087e34fc34207a74d85758e8d064a667d9b2ae17ee8c055e94e9172ae67f9 SHA512 f63bdc8a9984a53911383a784d6d7b61c94c4686a1db3e62d734245e981ba4d2b52bf44a74893a39dd0bc8708deb2f0f829d9488a8ccd0a89ed75c3c74913611 WHIRLPOOL 3ece0728df140e206ee13137b3befc78467fc9446807b79112fade0129c8d57a4504ec83389074c85ccac7d6d6fa6c87833531157d9c329cc8032400685c4da2 -DIST moodle-3.0.1.tgz 38019687 SHA256 3570ea84acd02d33b31cc013b700cbc14a69426302104fdb6826a240fe86b704 SHA512 09bacd3012eb2d8e97a183c184dab10dd8c98f11938aea54e30646dc8de64892c73f5694e32ae284ce8b9fd60d28671c6c8a6efb2a2f1a8f915f058ee1e64afd WHIRLPOOL bc0ee738319fa0f369f3aae97ba5f20d497a70487f52ef125ffc55375ad3c25a790a5baa0017d426b023632fd33a196dea79de875d1bd613f76db0a071c3de5a +DIST moodle-3.0.2.tgz 38045086 SHA256 6f6eb95f0e354dc519067538ce60c54151b998efed6f981084ec929266d1b149 SHA512 1c37bcb3f7a6b861c85a22c64a09bcbb2d0dddf8e8dabc63c616034bfd98dc4780222c7d31ab65d19a16f8ab471ba9d25d4bce3b3b04875e12fdde8404bc1aee WHIRLPOOL 142cc7404ecaec943f5a5cae0e180d2867bbdf248194bc867ed7398b763f38c9898ec60313573276b5407b3c401a243f97e119ed5d8e65ac60ff7ce3bf8e29a2 diff --git a/www-apps/moodle/moodle-3.0.1.ebuild b/www-apps/moodle/moodle-3.0.2.ebuild similarity index 100% rename from www-apps/moodle/moodle-3.0.1.ebuild rename to www-apps/moodle/moodle-3.0.2.ebuild diff --git a/www-apps/owncloud/Manifest b/www-apps/owncloud/Manifest index 15e87a20628d..7eb11f6c8583 100644 --- a/www-apps/owncloud/Manifest +++ b/www-apps/owncloud/Manifest @@ -1,11 +1,6 @@ DIST owncloud-5.0.19.tar.bz2 10657208 SHA256 38888db65938c9b62816a6a54f52247e12c8909ea0976631eb60a4d92c1b9577 SHA512 c09c56db98ca0f36372c16c799839ebe488fecba57179814378bd1bd3cc1569cacaad48cfe7bed5cf592ccef5e46052c0cd90934a43eab008a0458d279634a56 WHIRLPOOL a212d60158b3f9a3dd1846a9b3f80444656d2afbf7f5c4d0df4ca8fb1a524bd091abc22db5026e7cb5587fe5777af8eac71fd93bdfb2e27d9ff513c36f0561da DIST owncloud-6.0.9.tar.bz2 30852001 SHA256 f0770dcf6d223129c2aa4b710a1dfdb668d96717543c935011998b45675d19c0 SHA512 f28c7b6d2d81c78adc27a0f5b68dd0f9a57ed90ee4e73945ac0892a4792ec81e00b19485fb3bbec9ba9133608e9eb7a08cb682b5fdae01aedda21132ea5ab5ec WHIRLPOOL 37cf6ff9d087f1af032cfe8c86800f38f38ba7eb2a6f02056e4e36bf0a7ad1ec7f2d96ae2f2e801a8b70757808a9619c33199968b15c6b0c2945551b453f5f75 -DIST owncloud-7.0.11.tar.bz2 28637003 SHA256 21dd75de4ed832f16f577eb6763d04c663ef13251153ba2e8847e3f5799d2ad2 SHA512 1e3ca44f85e6cfdfb5691253b6954529cb8b96bc806e82c45bbac55b95ea74f8457237f3c96758ed72a8b04ac6c98684f6c89944975bd3657001a30e2cfb2dc1 WHIRLPOOL 6001e66086e48fae7beeb7e3b7b7fe0708d84a8596302e31e3a56acfed4469bbd01c07ce540d7bddb2b86effa5ea6b89dfad2d1463fa0a5b63c0b88a7f202844 DIST owncloud-7.0.12.tar.bz2 28498821 SHA256 d1a0f73f5094ec1149b50e2409b5fea0a9bebb16d663789d4b8f98fed341aa91 SHA512 7795550022622bde6b4b43b2d1867410b223c99b02ea8d2c63d0e6f09eb5c3bd7a9e2115e6efd87c64e27fa50b61c44c42d3103107f0389f5733e0a702d25818 WHIRLPOOL f27fdc52cd8ecc4db0f3fe5dde04ff1eef384a79318fdc94aab4e3b0e09f247f512310fce724dfd5c85415f752b7476af59b618bbb9646a5f333438b00b86a65 DIST owncloud-8.0.10.tar.bz2 26165073 SHA256 3054b997f258178b57efc526e14384829ac8ab94757191f2d03c13fcb0a3cd93 SHA512 dd1664d0858ca55ac0009182ee079fd5f18bba034e26a0d69ae3238a9dda5b87f2dcc2b96092f2d813356ff929847860f48c466c922fd610a888715450a79d69 WHIRLPOOL 8d8ce24c77052828bb4475ff6a121f3029f75e8ca4693102e7ee8be99da58692b3c3763877dd0b4ab8ef7d7c17aff6a1ca201ab3116e98450083fe483063171c -DIST owncloud-8.0.9.tar.bz2 24121882 SHA256 0c1f915f4123dbe07d564cf0172930568690ab5257d2fca4fec4ec515858bef1 SHA512 902182fbbb8fbf6f001a5b3cb7d878a2106f2a9dc6a2810a220fcd3b2600512c1447cfbe5608004743d83079f50d0841eebfdd73d3baf87ddeab45a19c474d12 WHIRLPOOL 20fa34730b1f0dd2e87eb4ed373c2a727e67841bdaa304f11c288e37e2050f82accbb5ab013bf73709391e74966710cbeca82d4b5ff6885cb0ec0537d34f424c -DIST owncloud-8.1.4.tar.bz2 25160172 SHA256 e0f4bf0c85821fc1b6e7f6268080ad3ca3e98c41baa68a9d616809d74a77312d SHA512 168f432c3733ee2c6ed10027b0235920817e7617bb1355ea9f3b85b5c5a88413f1d4c24d745abe7ef2362fa808b2e6bdc95b5cbf4f8aaea3dd3e5907fe5297f1 WHIRLPOOL 589f72d0814b10ca4a3139944346265c12183ecf5b3f9cf6308b77ec46cb005feef2d79bccc9c0c5271125b0574af9f6874da85e05b61337020af405314a36a6 DIST owncloud-8.1.5.tar.bz2 27250814 SHA256 6d8687e40af32c5ca5adfea3fee556ed987b77ad15a1ead5d40cc87a8b76f4b4 SHA512 961a78e0c0367da2542ec41e5f9c2e4edccb4cdb004a78c4bc3ae7884457b595102e4e0ff5e667a61853d71fbb466b96a0cd3386ab7ec5e2f96c2c141995ab30 WHIRLPOOL f72024042730a693fd3425b65fd2a1f53002aaa65df51b9e65dc297657665c7df32c05dcd1b5319f46f0e4554bf75d2192831b9c786bca5e2c55de73d807a091 -DIST owncloud-8.2.0.tar.bz2 26072679 SHA256 fcfe99cf1c3aa06ff369e5b1a602147c08dd977af11800fe06c6a661fa5f770c SHA512 82777951bf4ded1997ea5bb19a145a2feabd9cf454637be9522c14b5d7bc35784d847cd281c2596590ffebe8cc5c02173b35376b612ebc8c113a5e80685b5084 WHIRLPOOL cd4fff556960bdd680e46586b1b835b34b3d86c3279d4c6256755ef6458f9f5e13d8d5d331458104273b60897efa1eac06166f085e5fa33bde4cf58d7d285196 -DIST owncloud-8.2.1.tar.bz2 26444342 SHA256 5390b2172562a5bf97a46e9a621d1dd92f9b74efaccbb77978c39eb90d6988d4 SHA512 303e2e573809a8fa661f66fc2bab9c04bc8803f8ffffc1b2d5c4bce23ef067cf450db6c32cc012d3366fcd92ae92d0ceb5d9148bc90e87dae6d97ad84f4bd081 WHIRLPOOL dd9acfbe114f8110ead6bcb2f181a2e7aeb438396f27fd16d26bc0b353898e612087a5b06728dec2445104b3d7067a266439846a29f570e478e21dfe0050b68b DIST owncloud-8.2.2.tar.bz2 28922075 SHA256 d5b935f904744b8b40b310f19679702387c852498d0dc7aaeda4555a3db9ad5b SHA512 3830e8311931da3cbb596e927afe638dee6a5d9fd47d623faf4dabbde96fe39ced1bf7006c1b9e39ff52e72e2b849fe9d1012c3b1a86ca9f8c873d820b944b78 WHIRLPOOL 4338b16514f4b9499cc905e5c207358b983fd19598aaac33f8d682bc3855436f908c949ed046c109d3faca8c2735c5280fce4e4101ee46549e8cb5e81ac1a4c6 diff --git a/www-apps/owncloud/owncloud-7.0.11.ebuild b/www-apps/owncloud/owncloud-7.0.11.ebuild deleted file mode 100644 index f45c2ab7c03a..000000000000 --- a/www-apps/owncloud/owncloud-7.0.11.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils webapp - -DESCRIPTION="Web-based storage application where all your data is under your own control" -HOMEPAGE="http://owncloud.org" -SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2" -LICENSE="AGPL-3" - -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+curl mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="" -RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,postgres?,session,simplexml,sqlite?,xmlwriter,zip] - virtual/httpd-php" - -S=${WORKDIR}/${PN} - -pkg_setup() { - webapp_pkg_setup -} - -src_prepare() { - epatch_user -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - dodir "${MY_HTDOCSDIR}"/data - - webapp_serverowned -R "${MY_HTDOCSDIR}"/apps - webapp_serverowned -R "${MY_HTDOCSDIR}"/data - webapp_serverowned -R "${MY_HTDOCSDIR}"/config - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - webapp_src_install -} diff --git a/www-apps/owncloud/owncloud-8.0.9.ebuild b/www-apps/owncloud/owncloud-8.0.9.ebuild deleted file mode 100644 index 1de78dcd7000..000000000000 --- a/www-apps/owncloud/owncloud-8.0.9.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils webapp - -DESCRIPTION="Web-based storage application where all your data is under your own control" -HOMEPAGE="http://owncloud.org" -SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2" -LICENSE="AGPL-3" - -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+curl mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="" -RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] - virtual/httpd-php" - -S=${WORKDIR}/${PN} - -pkg_setup() { - webapp_pkg_setup -} - -src_prepare() { - epatch_user -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - dodir "${MY_HTDOCSDIR}"/data - - webapp_serverowned -R "${MY_HTDOCSDIR}"/apps - webapp_serverowned -R "${MY_HTDOCSDIR}"/data - webapp_serverowned -R "${MY_HTDOCSDIR}"/config - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - webapp_src_install -} - -pkg_postinst() { - elog "Additional applications (calendar, ...) are no longer provided by default." - elog "You can install them after login via the applications management page" - elog "(check the recommended tab). No application data is lost." - webapp_pkg_postinst -} diff --git a/www-apps/owncloud/owncloud-8.1.4.ebuild b/www-apps/owncloud/owncloud-8.1.4.ebuild deleted file mode 100644 index 1de78dcd7000..000000000000 --- a/www-apps/owncloud/owncloud-8.1.4.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils webapp - -DESCRIPTION="Web-based storage application where all your data is under your own control" -HOMEPAGE="http://owncloud.org" -SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2" -LICENSE="AGPL-3" - -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+curl mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="" -RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] - virtual/httpd-php" - -S=${WORKDIR}/${PN} - -pkg_setup() { - webapp_pkg_setup -} - -src_prepare() { - epatch_user -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - dodir "${MY_HTDOCSDIR}"/data - - webapp_serverowned -R "${MY_HTDOCSDIR}"/apps - webapp_serverowned -R "${MY_HTDOCSDIR}"/data - webapp_serverowned -R "${MY_HTDOCSDIR}"/config - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - webapp_src_install -} - -pkg_postinst() { - elog "Additional applications (calendar, ...) are no longer provided by default." - elog "You can install them after login via the applications management page" - elog "(check the recommended tab). No application data is lost." - webapp_pkg_postinst -} diff --git a/www-apps/owncloud/owncloud-8.2.0.ebuild b/www-apps/owncloud/owncloud-8.2.0.ebuild deleted file mode 100644 index 1de78dcd7000..000000000000 --- a/www-apps/owncloud/owncloud-8.2.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils webapp - -DESCRIPTION="Web-based storage application where all your data is under your own control" -HOMEPAGE="http://owncloud.org" -SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2" -LICENSE="AGPL-3" - -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+curl mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="" -RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] - virtual/httpd-php" - -S=${WORKDIR}/${PN} - -pkg_setup() { - webapp_pkg_setup -} - -src_prepare() { - epatch_user -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - dodir "${MY_HTDOCSDIR}"/data - - webapp_serverowned -R "${MY_HTDOCSDIR}"/apps - webapp_serverowned -R "${MY_HTDOCSDIR}"/data - webapp_serverowned -R "${MY_HTDOCSDIR}"/config - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - webapp_src_install -} - -pkg_postinst() { - elog "Additional applications (calendar, ...) are no longer provided by default." - elog "You can install them after login via the applications management page" - elog "(check the recommended tab). No application data is lost." - webapp_pkg_postinst -} diff --git a/www-apps/owncloud/owncloud-8.2.1.ebuild b/www-apps/owncloud/owncloud-8.2.1.ebuild deleted file mode 100644 index 1de78dcd7000..000000000000 --- a/www-apps/owncloud/owncloud-8.2.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils webapp - -DESCRIPTION="Web-based storage application where all your data is under your own control" -HOMEPAGE="http://owncloud.org" -SRC_URI="http://download.owncloud.org/community/${P}.tar.bz2 -> ${PF}.tar.bz2" -LICENSE="AGPL-3" - -KEYWORDS="~amd64 ~arm ~x86" -IUSE="+curl mysql postgres +sqlite" -REQUIRED_USE="|| ( mysql postgres sqlite )" - -DEPEND="" -RDEPEND="dev-lang/php[curl?,filter,gd,hash,json,mysql?,pdo,posix,postgres?,session,simplexml,sqlite?,xmlwriter,zip] - virtual/httpd-php" - -S=${WORKDIR}/${PN} - -pkg_setup() { - webapp_pkg_setup -} - -src_prepare() { - epatch_user -} - -src_install() { - webapp_src_preinst - - insinto "${MY_HTDOCSDIR}" - doins -r . - dodir "${MY_HTDOCSDIR}"/data - - webapp_serverowned -R "${MY_HTDOCSDIR}"/apps - webapp_serverowned -R "${MY_HTDOCSDIR}"/data - webapp_serverowned -R "${MY_HTDOCSDIR}"/config - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess - - webapp_src_install -} - -pkg_postinst() { - elog "Additional applications (calendar, ...) are no longer provided by default." - elog "You can install them after login via the applications management page" - elog "(check the recommended tab). No application data is lost." - webapp_pkg_postinst -} diff --git a/www-client/otter/Manifest b/www-client/otter/Manifest index 3df37844c598..e1dbc258b82d 100644 --- a/www-client/otter/Manifest +++ b/www-client/otter/Manifest @@ -1,2 +1,3 @@ DIST otter-0.9.07.tar.gz 2634317 SHA256 1c27509f9736a9c99e12a3ef23b08cc41548ad7f6d7481bf07020fb471788da9 SHA512 035462e7a601e74a6a3dc924caf2d80e38e2ec75d75211d5f83176e0065a0289e8c0fd034643aa01c94dd6cfe9f695a4533e7464e6f019ed9153eec20641fa78 WHIRLPOOL 4c50c76d2d5fc75f9c6545dc57e2b21295e046af1bae9653999bc4880c5bd6021cfb75e125d6c75f3ef76e6c3999bcf271cafc090ab52d63cf84165876541227 DIST otter-0.9.08.tar.gz 3124966 SHA256 b4606aca5983b90b232a90517f283c2c6a1045f295352792b4a2c00a51b5d4c8 SHA512 9244a84490bb8dda12b932f6b39a41000a96740ef9c194e8f52a31122d763f857462e88219f086e8ad886dd6e0d79d4143060ddb801aaeb30c2952cef283e5ff WHIRLPOOL b395badb4b92e954f6437267ef3cb4f9b59a8b4043efd3bccadc8e9b3dc63dfb460d872e1837363464a2f8b46eca2022d7aaea318ccfcbe73329959c38f1aca2 +DIST otter-0.9.09.tar.gz 3197615 SHA256 4fb555da8c8268cce3893a5af8c777b355978da4f87184a5a413a5c233622c6c SHA512 269d896784f6cdcc051c4d6c1b182910d62c10998b10993cb90387cc81a8ca032a36cbe0182695d441b3e470a7a5ba7f54ffb5436cbf566a3ccd9bf3911734b1 WHIRLPOOL 1bd3acf698b6d04bd4f65abcac1bef2c0708bdf56bf53eeb36b42bc36a36b06baf5c5239fcaca15dbf48a701eebca6701bba4ba7db39e7a0dfe91c606554ae43 diff --git a/www-client/otter/otter-0.9.09.ebuild b/www-client/otter/otter-0.9.09.ebuild new file mode 100644 index 000000000000..91e53751cfbb --- /dev/null +++ b/www-client/otter/otter-0.9.09.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +WANT_CMAKE="always" +inherit eutils cmake-utils + +DESCRIPTION="Project aiming to recreate classic Opera (12.x) UI using Qt5" +HOMEPAGE="http://otter-browser.org/" +SRC_URI="https://github.com/Emdek/${PN}/archive/v${PV/_p/-dev}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="spell" + +DEPEND=" + dev-qt/qtconcurrent:5 + dev-qt/qtcore:5 + dev-qt/qtdbus: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/qtwebkit:5 + dev-qt/qtwidgets:5 + dev-qt/qtxmlpatterns:5 + spell? ( kde-frameworks/sonnet ) +" +RDEPEND=" + ${DEPEND} +" + +S=${WORKDIR}/${PN}-browser-${PV/_p/-dev} +DOCS=( CHANGELOG CONTRIBUTING.md TODO ) + +src_prepare() { + if [[ -n ${LINGUAS} ]]; then + local lingua + for lingua in resources/translations/*.qm; do + lingua=$(basename ${lingua}) + lingua=${lingua/otter-browser_/} + lingua=${lingua/.qm/} + if ! has ${lingua} ${LINGUAS}; then + rm resources/translations/otter-browser_${lingua}.qm || die + fi + done + fi + + if ! use spell; then + sed -i -e '/find_package(KF5Sonnet)/d' CMakeLists.txt || die + fi +} + +src_install() { + cmake-utils_src_install + domenu ${PN}-browser.desktop +} diff --git a/www-servers/lighttpd/lighttpd-1.4.35-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.35-r1.ebuild index 20b92854a018..94815a8ad42c 100644 --- a/www-servers/lighttpd/lighttpd-1.4.35-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.35-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit base autotools eutils depend.php readme.gentoo user systemd +inherit base autotools eutils readme.gentoo user systemd DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" diff --git a/www-servers/lighttpd/lighttpd-1.4.35-r2.ebuild b/www-servers/lighttpd/lighttpd-1.4.35-r2.ebuild index 93e172c017e5..8edb58cd735b 100644 --- a/www-servers/lighttpd/lighttpd-1.4.35-r2.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.35-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit base autotools eutils depend.php readme.gentoo user systemd +inherit base autotools eutils readme.gentoo user systemd DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" diff --git a/www-servers/lighttpd/lighttpd-1.4.35.ebuild b/www-servers/lighttpd/lighttpd-1.4.35.ebuild index ef3f07e4c96e..1fc04e82269a 100644 --- a/www-servers/lighttpd/lighttpd-1.4.35.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.35.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="4" -inherit base autotools eutils depend.php readme.gentoo user systemd +inherit base autotools eutils readme.gentoo user systemd DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" diff --git a/www-servers/lighttpd/lighttpd-1.4.37-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.37-r1.ebuild index 8aa54dd6b3cb..2c3832ebbd2a 100644 --- a/www-servers/lighttpd/lighttpd-1.4.37-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.37-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit base autotools eutils depend.php readme.gentoo user systemd +inherit base autotools eutils readme.gentoo user systemd DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" diff --git a/www-servers/lighttpd/lighttpd-1.4.37.ebuild b/www-servers/lighttpd/lighttpd-1.4.37.ebuild index 0d3ab01c4e06..027ec47dda78 100644 --- a/www-servers/lighttpd/lighttpd-1.4.37.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.37.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit base autotools eutils depend.php readme.gentoo user systemd +inherit base autotools eutils readme.gentoo user systemd DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="http://www.lighttpd.net/" diff --git a/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild b/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild index 8bf5b8363c18..6226bf26e5d2 100644 --- a/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild +++ b/www-servers/monkeyd/monkeyd-1.5.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -inherit toolchain-funcs depend.php multilib +inherit toolchain-funcs multilib MY_P="${PN/d}-${PV}" DESCRIPTION="A small, fast, and scalable web server"