diff --git a/app-arch/xz-utils/Manifest b/app-arch/xz-utils/Manifest index effd4f150076..b7c196193312 100644 --- a/app-arch/xz-utils/Manifest +++ b/app-arch/xz-utils/Manifest @@ -4,3 +4,4 @@ DIST xz-5.0.2.tar.gz 1241178 SHA256 57e979baaa40147dde1bbb284e3618f8f18b6532c932 DIST xz-5.0.3.tar.gz 1257140 SHA256 10eb4df72dffb2fb14c3d2d82b450e72282ffcb9ee3908a8e5b392b8f09681bf SHA512 ee5902e82bf74c0bd75e43bb380ec536513ba52c35c3ce9d6cf8b1bcf0c5a6a5b04ca9351c66662baf6abfb16a889557490d48288597f3cdf041649286abd3e9 WHIRLPOOL ddd95eea399ca906027734c5e7f077c9d1fb04ad80c00b87b8e50fe7536044423ce96579c02778431813f654410a08ef897ea4294c77599c6471f2110085ea3c DIST xz-5.0.4.tar.gz 1281166 SHA256 d67405798dad645965fe51cf4e40c23d1201fb234378d3c44f5a3787142b83b6 SHA512 78620fd6515cd90242a3f3205a8f77d295a8e5ebd2b5969a34ae0aa42c11abef1982f21d0add7fbe830b3ce88082ea1c1718a70241b1446149c89ac0828e1e63 WHIRLPOOL 87002f7871af63f1ae87b1b779310ca54f4c82e3b855e448eb96274523c18ce92be9b9b4de7388868f61d9b19201682e783e2ca65651797cc439021583aa6c19 DIST xz-5.0.5.tar.gz 1305685 SHA256 5dcffe6a3726d23d1711a65288de2e215b4960da5092248ce63c99d50093b93a SHA512 dc36f305bc2abf97da8c86e44b661d9ac2d5ed58e89e83f007f49e0d7cf4871d7b6defa51b9348d3f725793517f7ac47de572f6d23212e074c32032dd8357772 WHIRLPOOL 7e95d6d064239ebe6f1231ec8a5a1390e3c5d71863d7e8d1339bed5f20255d750e3f9df953ed7e95ae2b43607aab93747a5a2d948e4bb6745d3adcf7ea25c455 +DIST xz-5.1.3alpha.tar.gz 1262328 SHA256 9f94506e301d5b6863921bba861a99ba00de384dafb4e5f409679a93e41613d4 SHA512 839c999e1eee273a3120e76d5096f8a523c157a2dacd83f6d554e3f2a4f790f3f7360cfbc7749c1c42cb213d0a55eb74216ed2236a6568f49027e119a3184687 WHIRLPOOL 3c1227c899dcab955b2db10ed94432fff6a5025d0da957dfab14b8129d25cc8478b372bcae6b9b089769b732d19d570ad42c187fa568e257ad5fd5bf15eb8743 diff --git a/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild b/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild new file mode 100644 index 000000000000..7c52c8e4ef8e --- /dev/null +++ b/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.1.3_alpha.ebuild,v 1.1 2013/10/28 10:21:19 polynomial-c Exp $ + +# Remember: we cannot leverage autotools in this ebuild in order +# to avoid circular deps with autotools + +EAPI="4" + +inherit eutils multilib toolchain-funcs libtool multilib-minimal + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="http://git.tukaani.org/xz.git" + inherit git-2 autotools + SRC_URI="" + EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068 +else + MY_P="${PN/-utils}-${PV/_}" + SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + S=${WORKDIR}/${MY_P} + EXTRA_DEPEND= +fi + +DESCRIPTION="utils for managing LZMA compressed files" +HOMEPAGE="http://tukaani.org/xz/" + +# See top-level COPYING file as it outlines the various pieces and their licenses. +LICENSE="public-domain LGPL-2.1+ GPL-2+" +SLOT="0" +IUSE="nls static-libs +threads" + +RDEPEND="!\tset filetype as output format" - $stderr.puts "\t -o \twrite output to file " - $stderr.puts "\t -s \twait seconds between slides (with -t autoplay)" -+ $stderr.puts "\t -x\t\tallow parsing of --exec in input files" - $stderr.puts "\t --version\tprint the version" - $stderr.puts "\t --help\t\tprint this help" - $stderr.puts "\n\t currently available types: ncurses (default), autoplay, latex, txt" -@@ -1699,6 +1704,7 @@ - output = nil - type = "ncurses" - time = 1 -+$execok = nil - - skip_next = false - -@@ -1720,6 +1726,8 @@ - elsif ARGV[i] == "-s" then - time = ARGV[i+1].to_i - skip_next = true -+ elsif ARGV[i] == "-x" then -+ $execok = 1 - elsif input == nil then - input = ARGV[i] - end ---- tpp-1.3.1.orig/doc/tpp.1 2013-06-12 22:13:55.000000000 +0200 -+++ tpp-1.3.1/doc/tpp.1 2013-06-12 22:13:55.000000000 +0200 -@@ -20,6 +20,8 @@ - .TP - -l output.tex input.tpp converts tpp slides into tex - .TP -+-x allow usage of "--exec" -+.TP - -v/--version display version number - - .SH KEYS diff --git a/app-office/tpp/metadata.xml b/app-office/tpp/metadata.xml deleted file mode 100644 index 52dd83646516..000000000000 --- a/app-office/tpp/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - -maintainer-needed@gentoo.org -ruby - - Install app-misc/figlet to support the --huge - command - - diff --git a/app-office/tpp/tpp-1.3.1-r2.ebuild b/app-office/tpp/tpp-1.3.1-r2.ebuild deleted file mode 100644 index 5cdda758a1bd..000000000000 --- a/app-office/tpp/tpp-1.3.1-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/tpp/tpp-1.3.1-r2.ebuild,v 1.3 2013/06/26 08:34:45 nativemad Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -inherit eutils ruby-ng - -DESCRIPTION="An ncurses-based presentation tool." -HOMEPAGE="http://synflood.at/tpp.html" -SRC_URI="http://synflood.at/tpp/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="figlet" - -RDEPEND="${RDEPEND} figlet? ( app-misc/figlet )" - -ruby_add_rdepend "dev-ruby/ncurses-ruby" - -RUBY_PATCHES=( "${FILESDIR}/${P}-Makefile.patch" - "${FILESDIR}/${P}-optional-exec.patch" ) - -each_ruby_install() { - make DESTDIR="${D}" install || die "make install failed" -} diff --git a/app-text/pelican/Manifest b/app-text/pelican/Manifest index d802f800638c..d3a178b69587 100644 --- a/app-text/pelican/Manifest +++ b/app-text/pelican/Manifest @@ -5,3 +5,4 @@ DIST pelican-3.1.1.tar.gz 272667 SHA256 dddca733e2a5de44c70b83d77fa88e092ef6ba2a DIST pelican-3.2.1.tar.gz 9045889 SHA256 280ff379d11690379aba9bc04280cb97bc60064e1eb61f40cfca5f576aee7070 SHA512 108aaba931afeb5cd05f4d9ef3329a5c78f598d1df4fe0322a9ee58c37f7ace0901ccb16cfe60aa850818bc5a749fbc82050794a7ee8d608e0150e1b8d50f898 WHIRLPOOL 9816386cfbf7a27b5e3a1ae71bbd0d36c6b5cee07f48a3d76312655f464a4a9b7d7e652b8d497431e4f5c790c7f2c0cb3c26d3ec0661c44673ff8f872af6cede DIST pelican-3.2.2.tar.gz 164313 SHA256 858ea2a887dd10c8bacb45ce0c6e61cab4988545ad31c14432f02033895f76d6 SHA512 1b989c857aaad4cdf633e13d6949fb5d677bcb631dbaf8cc8a7409a31f3c8df96d8a66c25a7f939d37f1e15929c0a5630be9e91b8dd4d3f5218ebb9ce0d0ee3c WHIRLPOOL 96e3d998688ee56b9e73f3baf7898b23ada959a43e09b6b76eda9f0bffc70a526967e99b248ca5666ced3a183487dcc6444da7371550febd2742c95a8fbdf323 DIST pelican-3.2.tar.gz 162596 SHA256 dbceb9511d344021c266f2acc77d092af40f0eb76ba5329cae428150c045e616 SHA512 7c08eb8c191712ce2d49ae45911dd8c4aad08819384866b2667188e7d5f5ef8a492041c08821807edb84aac81d8e01069f2bf728e548b10f2830a3258716c8b3 WHIRLPOOL 6ad506e6c94b81f03441ce7d09a7f403e957177b4ff0dfe1d33718a230d88ec5fd8d0d9d4e4d3434c0577d2166380b5651d602324f4dd59f7241617df75b61c2 +DIST pelican-3.3.tar.gz 195721 SHA256 6c3edb48517259465cad1cee18c5db2b595e726ec6f4eb5e1c858c8ecfd1ed99 SHA512 22416c1c86e3c704ca23030320f32cfca09fba34e66a4343a297ab50ffee2177d5fde5746c19975f47add05957644520f0080ddd1b8007a52dc63d5ae8a98dc3 WHIRLPOOL 5f0ea80f7c6fef0b008417f8b5669a574293b9084d35e4a4cfe17eb3c6d3defcb8e1cfa41d384e28b37424a7be869d9ef42d1c703228c795a09a88ea58f38189 diff --git a/app-text/pelican/pelican-3.3.ebuild b/app-text/pelican/pelican-3.3.ebuild new file mode 100644 index 000000000000..47beabdde4a3 --- /dev/null +++ b/app-text/pelican/pelican-3.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.3.ebuild,v 1.1 2013/10/29 03:44:26 patrick Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files." +HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples markdown" + +DEPEND="dev-python/feedgenerator[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/pytz[${PYTHON_USEDEP}] + dev-python/unidecode[${PYTHON_USEDEP}] + dev-python/blinker[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + markdown? ( dev-python/markdown[${PYTHON_USEDEP}] ) + virtual/python-argparse[${PYTHON_USEDEP}]" +RDEPEND="" + +DOCS=( README.rst ) + +python_install_all() { + use examples && local EXAMPLES=( samples/. ) + distutils-r1_python_install_all +} + +# no tests: tests/content not in tarball for 2.8.1 +# for 3.0, should be based on tox (refer to virtualenvwrapper) diff --git a/dev-db/mongodb/metadata.xml b/dev-db/mongodb/metadata.xml index d36240582fbe..87c16b599fe0 100644 --- a/dev-db/mongodb/metadata.xml +++ b/dev-db/mongodb/metadata.xml @@ -20,13 +20,8 @@ and powerful queries). - Use embedded version of v8 instead of system v8 - Use V8 JavaScript engine - (dev-lang/v8) instead of SpiderMonkey - (dev-lang/spidermonkey) Use embedded SpiderMonkey engine - (dev-lang/spidermonkey) instead of v8 - (dev-lang/v8) + (dev-lang/spidermonkey) instead of v8 Install the MongoDB Monitoring Service agent build client shared library libmongoclient.so diff --git a/dev-db/mongodb/mongodb-2.2.6.ebuild b/dev-db/mongodb/mongodb-2.2.6.ebuild deleted file mode 100644 index 93c1ece3b6bd..000000000000 --- a/dev-db/mongodb/mongodb-2.2.6.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.2.6.ebuild,v 1.1 2013/08/21 12:41:54 ultrabug Exp $ - -EAPI=4 -SCONS_MIN_VERSION="1.2.0" - -inherit eutils flag-o-matic multilib pax-utils scons-utils user versionator - -MY_P=${PN}-src-r${PV/_rc/-rc} - -DESCRIPTION="A high-performance, open source, schema-free document-oriented database" -HOMEPAGE="http://www.mongodb.org" -SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz - mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip )" - -LICENSE="AGPL-3 Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="mms-agent static-libs v8" - -PDEPEND="mms-agent? ( dev-python/pymongo app-arch/unzip )" -RDEPEND=" - v8? ( dev-lang/v8 ) - >=dev-libs/boost-1.50[threads(+)] - dev-libs/libpcre[cxx] - dev-util/google-perftools - net-libs/libpcap - app-arch/snappy" -DEPEND="${RDEPEND} - sys-libs/readline - sys-libs/ncurses" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - enewgroup mongodb - enewuser mongodb -1 -1 /var/lib/${PN} mongodb - - scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient" - scons_opts+=" --use-system-tcmalloc" - scons_opts+=" --use-system-pcre" - scons_opts+=" --use-system-snappy" - scons_opts+=" --use-system-boost" - - if use v8; then - scons_opts+=" --usev8" - else - scons_opts+=" --usesm" - fi -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.2-r1-fix-scons.patch" - epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch" - epatch "${FILESDIR}/${PN}-2.2-r2-boost-1.50.patch" - epatch "${FILESDIR}/${PN}-2.2-fix-sharedclient.patch" - - # FIXME: apply only this fix [1] on x86 boxes as it breaks /usr/lib symlink - # on amd64 machines [2]. - # [1] https://jira.mongodb.org/browse/SERVER-5575 - # [2] https://bugs.gentoo.org/show_bug.cgi?id=434664 - if use !prefix && [[ "$(get_libdir)" == "lib" ]]; then - epatch "${FILESDIR}/${PN}-2.2-fix-x86client.patch" - fi -} - -src_compile() { - escons ${scons_opts} all -} - -src_install() { - escons ${scons_opts} --full --nostrip install --prefix="${ED}"/usr - - use static-libs || rm "${ED}/usr/$(get_libdir)/libmongoclient.a" - - use v8 && pax-mark m "${ED}"/usr/bin/{mongo,mongod} - - for x in /var/{lib,log}/${PN}; do - keepdir "${x}" - fowners mongodb:mongodb "${x}" - done - - doman debian/mongo*.1 - dodoc README docs/building.md - - newinitd "${FILESDIR}/${PN}.initd-r1" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN/db/s}.initd-r1" ${PN/db/s} - newconfd "${FILESDIR}/${PN/db/s}.confd" ${PN/db/s} - - insinto /etc/logrotate.d/ - newins "${FILESDIR}/${PN}.logrotate" ${PN} - - if use mms-agent; then - local MY_PN="mms-agent" - local MY_D="/opt/${MY_PN}" - insinto ${MY_D} - doins "${WORKDIR}/${MY_PN}/"* - fowners -R mongodb:mongodb ${MY_D} - newinitd "${FILESDIR}/${MY_PN}.initd" ${MY_PN} - newconfd "${FILESDIR}/${MY_PN}.confd" ${MY_PN} - fi -} - -src_test() { - escons ${scons_opts} test - "${S}"/test --dbpath=unittest || die -} - -pkg_postinst() { - if [[ ${REPLACING_VERSIONS} < 1.8 ]]; then - ewarn "You just upgraded from a previous version of mongodb !" - ewarn "Make sure you run 'mongod --upgrade' before using this version." - fi - elog "Journaling is now enabled by default, see /etc/conf.d/${PN}" -} diff --git a/dev-db/mongodb/mongodb-2.4.6-r1.ebuild b/dev-db/mongodb/mongodb-2.4.6-r1.ebuild deleted file mode 100644 index bcf3cd5072c7..000000000000 --- a/dev-db/mongodb/mongodb-2.4.6-r1.ebuild +++ /dev/null @@ -1,155 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.6-r1.ebuild,v 1.1 2013/09/28 11:40:54 pacho Exp $ - -EAPI=4 -SCONS_MIN_VERSION="1.2.0" - -inherit eutils flag-o-matic multilib pax-utils scons-utils systemd user versionator - -MY_P=${PN}-src-r${PV/_rc/-rc} - -DESCRIPTION="A high-performance, open source, schema-free document-oriented database" -HOMEPAGE="http://www.mongodb.org" -SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz - mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip )" - -LICENSE="AGPL-3 Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="-embedded-v8 kerberos mms-agent sharedclient spidermonkey ssl static-libs" - -PDEPEND="mms-agent? ( dev-python/pymongo app-arch/unzip )" -RDEPEND=" - !spidermonkey? ( - !embedded-v8? ( =dev-libs/boost-1.50[threads(+)] - dev-libs/libpcre[cxx] - dev-util/google-perftools - net-libs/libpcap - app-arch/snappy - ssl? ( >=dev-libs/openssl-1.0.1c )" -DEPEND="${RDEPEND} - sys-libs/readline - sys-libs/ncurses - kerberos? ( dev-libs/cyrus-sasl[kerberos] )" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - enewgroup mongodb - enewuser mongodb -1 -1 /var/lib/${PN} mongodb - - scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)" - scons_opts+=" --use-system-tcmalloc" - scons_opts+=" --use-system-pcre" - scons_opts+=" --use-system-snappy" - scons_opts+=" --use-system-boost" - - if use prefix; then - scons_opts+=" --cpppath=${EPREFIX}/usr/include" - scons_opts+=" --libpath=${EPREFIX}/usr/$(get_libdir)" - fi - - if use kerberos; then - scons_opts+=" --use-sasl-client" - fi - - if use sharedclient; then - scons_opts+=" --sharedclient" - fi - - if use spidermonkey; then - scons_opts+=" --usesm" - else - if use embedded-v8; then - scons_opts+=" --usev8" - else - scons_opts+=" --use-system-v8" - fi - fi - - if use ssl; then - scons_opts+=" --ssl" - fi -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.4.5-fix-scons.patch" - epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch" - - # bug #462606 - sed -i -e "s@\$INSTALL_DIR/lib@\$INSTALL_DIR/$(get_libdir)@g" src/SConscript.client || die -} - -src_compile() { - escons ${scons_opts} all -} - -src_install() { - escons ${scons_opts} --full --nostrip install --prefix="${ED}"/usr - - use static-libs || find "${ED}"/usr/ -type f -name "*.a" -delete - - if ! use spidermonkey; then - pax-mark m "${ED}"/usr/bin/{mongo,mongod} - fi - - for x in /var/{lib,log}/${PN}; do - keepdir "${x}" - fowners mongodb:mongodb "${x}" - done - - doman debian/mongo*.1 - dodoc README docs/building.md - - newinitd "${FILESDIR}/${PN}.initd-r1" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN/db/s}.initd-r1" ${PN/db/s} - newconfd "${FILESDIR}/${PN/db/s}.confd" ${PN/db/s} - systemd_dounit "${FILESDIR}"/${PN}.service - insinto /etc - doins "${FILESDIR}"/${PN}.conf - - insinto /etc/logrotate.d/ - newins "${FILESDIR}/${PN}.logrotate" ${PN} - - if use mms-agent; then - local MY_PN="mms-agent" - local MY_D="/opt/${MY_PN}" - insinto ${MY_D} - doins "${WORKDIR}/${MY_PN}/"* - fowners -R mongodb:mongodb ${MY_D} - newinitd "${FILESDIR}/${MY_PN}.initd" ${MY_PN} - newconfd "${FILESDIR}/${MY_PN}.confd" ${MY_PN} - fi -} - -pkg_preinst() { - # wrt bug #461466 - if [[ "$(get_libdir)" == "lib64" ]]; then - rmdir "${ED}"/usr/lib/ &>/dev/null - fi -} - -src_test() { - escons ${scons_opts} test - "${S}"/test --dbpath=unittest || die -} - -pkg_postinst() { - if use embedded-v8; then - ewarn "You chose to build ${PN} using embedded v8." - ewarn "This is not recommended by Gentoo and should be used to resolve" - ewarn "blockers with packages requiring >=v8-3.19 only !" - ewarn "See the following bug [1] and jira issue [2] for more info." - ewarn " [1] https://bugs.gentoo.org/show_bug.cgi?id=471582" - ewarn " [2] https://jira.mongodb.org/browse/SERVER-10282" - fi - if [[ ${REPLACING_VERSIONS} < 2.4 ]]; then - ewarn "You just upgraded from a previous version of mongodb !" - ewarn "Make sure you run 'mongod --upgrade' before using this version." - fi - elog "Journaling is now enabled by default, see /etc/conf.d/${PN}" -} diff --git a/dev-db/mongodb/mongodb-2.4.6-r2.ebuild b/dev-db/mongodb/mongodb-2.4.6-r2.ebuild index 4a1c94d07956..85c499b0d1fc 100644 --- a/dev-db/mongodb/mongodb-2.4.6-r2.ebuild +++ b/dev-db/mongodb/mongodb-2.4.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.6-r2.ebuild,v 1.1 2013/10/21 10:17:05 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.6-r2.ebuild,v 1.2 2013/10/28 14:30:33 ultrabug Exp $ EAPI=4 SCONS_MIN_VERSION="1.2.0" @@ -74,6 +74,9 @@ src_prepare() { # bug #462606 sed -i -e "s@\$INSTALL_DIR/lib@\$INSTALL_DIR/$(get_libdir)@g" src/SConscript.client || die + + # bug #482576 + sed -i -e "/-Werror/d" src/third_party/v8/SConscript || die } src_compile() { diff --git a/dev-db/mongodb/mongodb-2.4.6.ebuild b/dev-db/mongodb/mongodb-2.4.6.ebuild deleted file mode 100644 index c62a8c664ee1..000000000000 --- a/dev-db/mongodb/mongodb-2.4.6.ebuild +++ /dev/null @@ -1,152 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.6.ebuild,v 1.2 2013/08/30 07:02:29 heroxbd Exp $ - -EAPI=4 -SCONS_MIN_VERSION="1.2.0" - -inherit eutils flag-o-matic multilib pax-utils scons-utils user versionator - -MY_P=${PN}-src-r${PV/_rc/-rc} - -DESCRIPTION="A high-performance, open source, schema-free document-oriented database" -HOMEPAGE="http://www.mongodb.org" -SRC_URI="http://downloads.mongodb.org/src/${MY_P}.tar.gz - mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip )" - -LICENSE="AGPL-3 Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="-embedded-v8 kerberos mms-agent sharedclient spidermonkey ssl static-libs" - -PDEPEND="mms-agent? ( dev-python/pymongo app-arch/unzip )" -RDEPEND=" - !spidermonkey? ( - !embedded-v8? ( =dev-libs/boost-1.50[threads(+)] - dev-libs/libpcre[cxx] - dev-util/google-perftools - net-libs/libpcap - app-arch/snappy - ssl? ( >=dev-libs/openssl-1.0.1c )" -DEPEND="${RDEPEND} - sys-libs/readline - sys-libs/ncurses - kerberos? ( dev-libs/cyrus-sasl[kerberos] )" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - enewgroup mongodb - enewuser mongodb -1 -1 /var/lib/${PN} mongodb - - scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)" - scons_opts+=" --use-system-tcmalloc" - scons_opts+=" --use-system-pcre" - scons_opts+=" --use-system-snappy" - scons_opts+=" --use-system-boost" - - if use prefix; then - scons_opts+=" --cpppath=${EPREFIX}/usr/include" - scons_opts+=" --libpath=${EPREFIX}/usr/$(get_libdir)" - fi - - if use kerberos; then - scons_opts+=" --use-sasl-client" - fi - - if use sharedclient; then - scons_opts+=" --sharedclient" - fi - - if use spidermonkey; then - scons_opts+=" --usesm" - else - if use embedded-v8; then - scons_opts+=" --usev8" - else - scons_opts+=" --use-system-v8" - fi - fi - - if use ssl; then - scons_opts+=" --ssl" - fi -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-2.4.5-fix-scons.patch" - epatch "${FILESDIR}/${PN}-2.2-r1-fix-boost.patch" - - # bug #462606 - sed -i -e "s@\$INSTALL_DIR/lib@\$INSTALL_DIR/$(get_libdir)@g" src/SConscript.client || die -} - -src_compile() { - escons ${scons_opts} all -} - -src_install() { - escons ${scons_opts} --full --nostrip install --prefix="${ED}"/usr - - use static-libs || find "${ED}"/usr/ -type f -name "*.a" -delete - - if ! use spidermonkey; then - pax-mark m "${ED}"/usr/bin/{mongo,mongod} - fi - - for x in /var/{lib,log}/${PN}; do - keepdir "${x}" - fowners mongodb:mongodb "${x}" - done - - doman debian/mongo*.1 - dodoc README docs/building.md - - newinitd "${FILESDIR}/${PN}.initd-r1" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} - newinitd "${FILESDIR}/${PN/db/s}.initd-r1" ${PN/db/s} - newconfd "${FILESDIR}/${PN/db/s}.confd" ${PN/db/s} - - insinto /etc/logrotate.d/ - newins "${FILESDIR}/${PN}.logrotate" ${PN} - - if use mms-agent; then - local MY_PN="mms-agent" - local MY_D="/opt/${MY_PN}" - insinto ${MY_D} - doins "${WORKDIR}/${MY_PN}/"* - fowners -R mongodb:mongodb ${MY_D} - newinitd "${FILESDIR}/${MY_PN}.initd" ${MY_PN} - newconfd "${FILESDIR}/${MY_PN}.confd" ${MY_PN} - fi -} - -pkg_preinst() { - # wrt bug #461466 - if [[ "$(get_libdir)" == "lib64" ]]; then - rmdir "${ED}"/usr/lib/ &>/dev/null - fi -} - -src_test() { - escons ${scons_opts} test - "${S}"/test --dbpath=unittest || die -} - -pkg_postinst() { - if use embedded-v8; then - ewarn "You chose to build ${PN} using embedded v8." - ewarn "This is not recommended by Gentoo and should be used to resolve" - ewarn "blockers with packages requiring >=v8-3.19 only !" - ewarn "See the following bug [1] and jira issue [2] for more info." - ewarn " [1] https://bugs.gentoo.org/show_bug.cgi?id=471582" - ewarn " [2] https://jira.mongodb.org/browse/SERVER-10282" - fi - if [[ ${REPLACING_VERSIONS} < 2.4 ]]; then - ewarn "You just upgraded from a previous version of mongodb !" - ewarn "Make sure you run 'mongod --upgrade' before using this version." - fi - elog "Journaling is now enabled by default, see /etc/conf.d/${PN}" -} diff --git a/dev-db/mongodb/mongodb-2.4.7.ebuild b/dev-db/mongodb/mongodb-2.4.7.ebuild index 3e0904dec640..fe51c0b59edf 100644 --- a/dev-db/mongodb/mongodb-2.4.7.ebuild +++ b/dev-db/mongodb/mongodb-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.7.ebuild,v 1.1 2013/10/22 10:02:42 ultrabug Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.4.7.ebuild,v 1.2 2013/10/28 14:30:33 ultrabug Exp $ EAPI=4 SCONS_MIN_VERSION="1.2.0" @@ -74,6 +74,9 @@ src_prepare() { # bug #462606 sed -i -e "s@\$INSTALL_DIR/lib@\$INSTALL_DIR/$(get_libdir)@g" src/SConscript.client || die + + # bug #482576 + sed -i -e "/-Werror/d" src/third_party/v8/SConscript || die } src_compile() { diff --git a/dev-db/opendbx/opendbx-1.4.6.ebuild b/dev-db/opendbx/opendbx-1.4.6.ebuild index 1c5a006cdba3..b1b4fd1a869a 100644 --- a/dev-db/opendbx/opendbx-1.4.6.ebuild +++ b/dev-db/opendbx/opendbx-1.4.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.6.ebuild,v 1.1 2012/11/25 14:29:37 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.4.6.ebuild,v 1.2 2013/10/28 18:13:58 grobian Exp $ EAPI="2" diff --git a/dev-db/opendbx/opendbx-1.5.0.ebuild b/dev-db/opendbx/opendbx-1.5.0.ebuild index f6af672fda22..5879dbca59c6 100644 --- a/dev-db/opendbx/opendbx-1.5.0.ebuild +++ b/dev-db/opendbx/opendbx-1.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.5.0.ebuild,v 1.1 2012/11/25 14:29:37 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/opendbx/opendbx-1.5.0.ebuild,v 1.2 2013/10/28 18:13:58 grobian Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://www.linuxnetworks.de/opendbx/download/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="" +KEYWORDS="~x64-solaris" IUSE="bindist firebird +mysql oracle postgres sqlite sqlite3" DEPEND="mysql? ( virtual/mysql ) diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest index f88c1ce4243a..4396a99adf19 100644 --- a/dev-db/phpmyadmin/Manifest +++ b/dev-db/phpmyadmin/Manifest @@ -1,4 +1,2 @@ -DIST phpMyAdmin-3.5.3-all-languages.tar.xz 3663564 SHA256 4d2573d2cad3abc67997361ee3d5bf05cf2c3c6b8fb1b2c611030d32ec0db826 SHA512 a64fffebf4bd2e95a5c6fe2cc305e7e5352a2a6f87eeb0de64c8e1fb1c9146ec0c81960dc7d7b024d79b39144fd9289650773cad5f1639a9741fa58b5deed63f WHIRLPOOL d53d0582b1615690ec0a9dd0d29dac638d194e1cf0aa7c083ae9677881fba36da25a635021ad0a6347c4db79b28049b3c37edbe261b258a360c275c78e5c378f -DIST phpMyAdmin-3.5.8-all-languages.tar.xz 3744780 SHA256 0766acb45d862ca802b5d3018f240bdd0a14749e21f40ebabe51bf25d6088409 SHA512 8f35eeb56b5ece95fd51cb58e93b212ea7390cd096f131d716a7e554dd3f38d6210dea4c218b5f6607a38184b978806e64ff040006a870bc8c6156db6a4b7e9b WHIRLPOOL 266fee6200009891029e07b232bcb257d523c7626969abf53096435d0e36198dd32771ca54679922ca3dafc6aca420182781c21551bd153421f3b1949d51fd98 DIST phpMyAdmin-4.0.5-all-languages.tar.xz 4572884 SHA256 f4df1190441ce5e094183cfadf8aec4af3a4f131339599e6380a1c6ac0a11fe4 SHA512 fea613e28b5124ac8a53e5158f19bed66e576a7f021671ff85ab7522e73974d99b51fc3a84345d99ce81cb7aaa5751ff473b7e609def1edd46df26c78866da6d WHIRLPOOL 41749912e2f9ff81bbb839308bca87a4a4f373241cd40638644e7a9390bbf48512efb6b57bfae36c1ddfb73e1f447681a4e7d39530b1f9cb9ba36cc1e8691ab8 DIST phpMyAdmin-4.0.6-all-languages.tar.xz 4753244 SHA256 0ced3883edc540ea525419727b4a5cc54c73ef67f48c0d721ade5cda5e820ba7 SHA512 9c1b3868a73137da20df79314e48f41d990287863d68ef18201048dec5ea816e2580c38781c61571742100b7201ae3d9d12b5a2d6ef2b0756cf2f92e52cf8695 WHIRLPOOL 8d9d1ee4d2b582788f921cd4ad4ab3c1c830734d324ae544cd80517dd51736316027ae692ac8d4c511a6a72edb4cbd72285efa18717448ce3bd2a7e32a9bad57 diff --git a/dev-db/phpmyadmin/phpmyadmin-3.5.3.ebuild b/dev-db/phpmyadmin/phpmyadmin-3.5.3.ebuild deleted file mode 100644 index 723a3bb3f423..000000000000 --- a/dev-db/phpmyadmin/phpmyadmin-3.5.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.3.ebuild,v 1.6 2012/12/01 19:11:02 armin76 Exp $ - -EAPI="4" - -inherit eutils webapp depend.php - -MY_PV=${PV/_/-} -MY_P="phpMyAdmin-${MY_PV}-all-languages" - -DESCRIPTION="Web-based administration for MySQL database in PHP" -HOMEPAGE="http://www.phpmyadmin.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" -IUSE="setup" - -RDEPEND=" - dev-lang/php[crypt,ctype,filter,json,session,unicode] - || ( - dev-lang/php[mysqli] - dev-lang/php[mysql] - ) -" - -need_httpd_cgi -need_php_httpd - -S="${WORKDIR}"/${MY_P} - -pkg_setup() { - webapp_pkg_setup -} - -src_install() { - webapp_src_preinst - - dodoc Documentation.txt README RELEASE-DATE-${MY_PV} ChangeLog || die - rm -f LICENSE README* RELEASE-DATE-${MY_PV} - - if ! use setup; then - rm -rf setup || die "Cannot remove setup utility" - elog "The phpMyAdmin setup utility has been removed." - elog "It is a regular target of various exploits. If you need it, set USE=setup." - else - elog "You should consider disabling the setup USE flag" - elog "to exclude the setup utility if you don't use it." - elog "It regularly is the target of various exploits." - fi - - insinto "${MY_HTDOCSDIR#${EPREFIX}}" - doins -r . - - webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php - webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt - webapp_src_install -} diff --git a/dev-db/phpmyadmin/phpmyadmin-3.5.8.ebuild b/dev-db/phpmyadmin/phpmyadmin-3.5.8.ebuild deleted file mode 100644 index 6a5618ae325a..000000000000 --- a/dev-db/phpmyadmin/phpmyadmin-3.5.8.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/phpmyadmin/phpmyadmin-3.5.8.ebuild,v 1.8 2013/04/26 09:20:22 ago Exp $ - -EAPI="4" - -inherit eutils webapp depend.php - -MY_PV=${PV/_/-} -MY_P="phpMyAdmin-${MY_PV}-all-languages" - -DESCRIPTION="Web-based administration for MySQL database in PHP" -HOMEPAGE="http://www.phpmyadmin.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos" -IUSE="setup" - -RDEPEND=" - dev-lang/php[crypt,ctype,filter,json,session,unicode] - || ( - dev-lang/php[mysqli] - dev-lang/php[mysql] - ) -" - -need_httpd_cgi -need_php_httpd - -S="${WORKDIR}"/${MY_P} - -pkg_setup() { - webapp_pkg_setup -} - -src_install() { - webapp_src_preinst - - dodoc Documentation.txt README RELEASE-DATE-${MY_PV} ChangeLog || die - rm -f LICENSE README* RELEASE-DATE-${MY_PV} - - if ! use setup; then - rm -rf setup || die "Cannot remove setup utility" - elog "The phpMyAdmin setup utility has been removed." - elog "It is a regular target of various exploits. If you need it, set USE=setup." - else - elog "You should consider disabling the setup USE flag" - elog "to exclude the setup utility if you don't use it." - elog "It regularly is the target of various exploits." - fi - - insinto "${MY_HTDOCSDIR#${EPREFIX}}" - doins -r . - - webapp_configfile "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php - webapp_serverowned "${MY_HTDOCSDIR#${EPREFIX}}"/libraries/config.default.php - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en-3.1.txt - webapp_src_install -} diff --git a/dev-games/clanlib/Manifest b/dev-games/clanlib/Manifest index 52eec59f0136..231ae3874b52 100644 --- a/dev-games/clanlib/Manifest +++ b/dev-games/clanlib/Manifest @@ -1,2 +1,3 @@ DIST ClanLib-0.8.1.tgz 7629019 SHA256 094331dda35b0d263431d1551991eb208d8e969824434925548a9fcd1d34e495 SHA512 277daaf1055ae0198be7a6bbfd415c79cfae9e2145f62553e83849d670f56e50b8484c83f8b85f23290002e0b0c72c1e01ca597ad608a0954a4add828177293b WHIRLPOOL be486125f406a307676c4957f977b6ccc6bc2ce527a72fb4febcb3d1c7e2acdc4fc6706b66b75412184c3a0744c53e962011b0c3ac22958da5e987f0fccc9d87 DIST ClanLib-2.3.6.tgz 25605576 SHA256 b8dc9b41028bf16c0a6082aa15cdee5d8b1ecd5256797576970f09a63e3fafde SHA512 572b51984f960a93dd03ad9f48a9f81a7c21c471616fe376c4b54e6cb0855b1043e35486c3eacdc8beadb30e48290a5a2da0cb287ec9aaf5f409f299861ab72c WHIRLPOOL 4389c13bbc71a61adb0330f0edea2be474071b721a90a920872f0d1c6d00ad4e1fcd2b8510144ffacb4f5ff5235ee702d64f9f56b338b449b3f908686ee70c26 +DIST ClanLib-2.3.7.tgz 26132425 SHA256 d46127c08103f48d15936ceb9f95b3dfb1ff8ccba667cef1b3f8e639cb2601c2 SHA512 73169afc0f639390f80403150757a8a14f842bc291a9457c9bca1319642b78bc4d03a93327d75254230e39545c5b4b690e56dc0149ed7b60b223e5a5364e882a WHIRLPOOL a6547d0bc8d254e887c427dfff63deb2b69790124da3db49d54cf853f8c834d44172a06e92ef7fc5222c8c81f903ab29f186f85da698dc085f4138d147ddad68 diff --git a/dev-games/clanlib/clanlib-2.3.6.ebuild b/dev-games/clanlib/clanlib-2.3.6.ebuild index 559ac67fc499..d7487c4223dd 100644 --- a/dev-games/clanlib/clanlib-2.3.6.ebuild +++ b/dev-games/clanlib/clanlib-2.3.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild,v 1.4 2012/12/04 11:16:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.6.ebuild,v 1.5 2013/10/28 23:31:47 mr_bones_ Exp $ EAPI=4 inherit flag-o-matic eutils autotools-utils @@ -44,7 +44,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -PATCHES=( "${FILESDIR}"/${P}-autotools.patch ) +PATCHES=( "${FILESDIR}"/${P}-{autotools,mesa}.patch ) AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 DOCS=( diff --git a/dev-games/clanlib/clanlib-2.3.7.ebuild b/dev-games/clanlib/clanlib-2.3.7.ebuild new file mode 100644 index 000000000000..95713d2b00d4 --- /dev/null +++ b/dev-games/clanlib/clanlib-2.3.7.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild,v 1.1 2013/10/28 23:31:47 mr_bones_ Exp $ + +EAPI=4 +inherit flag-o-matic eutils autotools-utils + +MY_P=ClanLib-${PV} + +DESCRIPTION="multi-platform game development library" +HOMEPAGE="http://www.clanlib.org/" +SRC_URI="http://clanlib.org/download/releases-2.0/${MY_P}.tgz" + +LICENSE="ZLIB" +SLOT="2.3" +KEYWORDS="~amd64 ~x86" #not big endian safe #82779 +IUSE="doc ipv6 mikmod opengl sound sqlite sse2 static-libs vorbis X" +REQUIRED_USE="opengl? ( X )" + +RDEPEND="sys-libs/zlib + X? ( + media-libs/libpng + virtual/jpeg + media-libs/freetype + media-libs/fontconfig + opengl? ( virtual/opengl ) + app-arch/bzip2 + x11-libs/libX11 + ) + sqlite? ( dev-db/sqlite ) + sound? ( media-libs/alsa-lib ) + mikmod? ( + media-libs/libmikmod + media-libs/alsa-lib + ) + vorbis? ( + media-libs/libogg + media-libs/libvorbis + media-libs/alsa-lib + )" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( app-doc/doxygen dev-lang/perl )" + +S=${WORKDIR}/${MY_P} + +PATCHES=( "${FILESDIR}"/${P}-autotools.patch ) +AUTOTOOLS_AUTORECONF=1 +AUTOTOOLS_IN_SOURCE_BUILD=1 +DOCS=( + CODING_STYLE + CREDITS + PATCHES + README +) + +src_configure() { + myeconfargs=( + $(use_enable doc docs) + $(use_enable sse2) + $(use_enable opengl clanGL) + $(use_enable opengl clanGL1) + $(use_enable opengl clanGUI) + $(use_enable X clanDisplay) + $(use_enable vorbis clanVorbis) + $(use_enable mikmod clanMikMod) + $(use_enable sqlite clanSqlite) + $(use_enable ipv6 getaddr) + ) + use sound \ + || use vorbis \ + || use mikmod \ + || myeconfargs+=( --disable-clanSound ) + autotools-utils_src_configure +} + +src_compile() { + autotools-utils_src_compile + use doc && autotools-utils_src_compile html +} + +# html files are keeped in a directory that is dependent on the SLOT +# so to keep eventual bookmarks to the doc from version to version +src_install() { + autotools-utils_src_install + if use doc ; then + emake DESTDIR="${D}" install-html + dodoc -r Examples Resources + fi +} diff --git a/dev-games/clanlib/files/clanlib-2.3.6-mesa.patch b/dev-games/clanlib/files/clanlib-2.3.6-mesa.patch new file mode 100644 index 000000000000..bd98492b9b46 --- /dev/null +++ b/dev-games/clanlib/files/clanlib-2.3.6-mesa.patch @@ -0,0 +1,14 @@ +--- ClanLib-2.3.6.orig/Sources/API/GL1/opengl1_defines.h ++++ ClanLib-2.3.6/Sources/API/GL1/opengl1_defines.h +@@ -44,6 +44,11 @@ + #ifndef CL_DISPLAYDEFINES_DEFINES + #define CL_DISPLAYDEFINES_DEFINES + ++/* newer Mesa defines this and creates a conflict */ ++#ifdef GL_TYPE ++#undef GL_TYPE ++#endif ++ + #include + + #ifndef __APPLE__ diff --git a/dev-games/clanlib/files/clanlib-2.3.7-autotools.patch b/dev-games/clanlib/files/clanlib-2.3.7-autotools.patch new file mode 100644 index 000000000000..97db79ac4245 --- /dev/null +++ b/dev-games/clanlib/files/clanlib-2.3.7-autotools.patch @@ -0,0 +1,45 @@ +--- Documentation/Reference/Makefile.am.old 2012-09-25 10:39:25.973544935 +0200 ++++ Documentation/Reference/Makefile.am 2012-09-25 10:39:42.560554053 +0200 +@@ -10,7 +10,7 @@ + mkdir doxyoutput; + mkdir reftest + doxygen ./clanlib.doxygen +- make -C ../Utilities/ReferenceDocs ++ $(MAKE) -C ../Utilities/ReferenceDocs + ../Utilities/ReferenceDocs/ReferenceDocs + + install-html: +--- configure.ac.old 2012-09-25 11:07:38.412537590 +0200 ++++ configure.ac 2012-09-25 11:09:41.133939131 +0200 +@@ -337,11 +337,9 @@ + + dnl Optional linux/joystick.h + AC_CHECK_HEADERS(linux/joystick.h, linux_joystick=yes) +- AM_CONDITIONAL(LINUX_JOYSTICK, test x$linux_joystick = xyes) + + dnl Optional linux/input.h + AC_CHECK_HEADERS(linux/input.h, linux_input=yes) +- AM_CONDITIONAL(LINUX_INPUT, test x$linux_input = xyes) + + if test "$WIN32" = "no" && test "$enable_clanDisplay" != "no"; then + CLANLIB_CHECK_LIB(fontconfig, [`cat $srcdir/Setup/Tests/fontconfig.cpp`], clanDisplay, [ *** Cannot find fontconfig (See http://fontconfig.org/ ) (Try libfontconfig1-dev or better) ], [-lfontconfig]) +@@ -358,6 +356,8 @@ + clanDisplay, [ *** Cannot find version 8 of DirectInput], [-ldxguid -lole32 -ldinput8]) + fi + fi ++AM_CONDITIONAL(LINUX_JOYSTICK, test x$linux_joystick = xyes) ++AM_CONDITIONAL(LINUX_INPUT, test x$linux_input = xyes) + + have_xrender=no + +@@ -515,9 +515,9 @@ + fi + + if test "$enable_clanSound" = "auto"; then enable_clanSound=yes; fi +- AM_CONDITIONAL(ALSA, test x$have_alsa = xyes) + + fi ++AM_CONDITIONAL(ALSA, test x$have_alsa = xyes) + + if test "$enable_clanSound" != "no"; then + enable_clanSound=yes diff --git a/dev-lang/go/Manifest b/dev-lang/go/Manifest index 57c6e35627f7..979f6bf91107 100644 --- a/dev-lang/go/Manifest +++ b/dev-lang/go/Manifest @@ -1,2 +1 @@ -DIST go1.1.1.src.tar.gz 9045336 SHA256 257f74b8d812bbdec695e842de587a1495e7728b4e63d280586a14786adbb5af SHA512 0e990eb8fcbbad29650e2773e483b72084a9846d6f0651c862efdea8168e8d36a6ba02cfacbb8793d0e2624718c65825edaa32dd7d0aec009f97c070d4c6ea02 WHIRLPOOL 937c1c7ab9c86e0e8ca1abe69a3454ac3660ac41e6ebbbab92334f5760424a6a13f5b5dbe902c5ebdcbbd1bc940ae4cef2c81c1032ca4093d0f5997bee7dcca7 DIST go1.1.2.src.tar.gz 9049357 SHA256 ffc7b3b46909add09cad8213d76dba34e92cc8f8e64a3ebe1a052cb22064eb70 SHA512 e8cf7e557e57f7707ac0f58bcff8bfb989e14b5271928a025a9d3eb32fc7c876271e912875f0e9efd3478a4c74d7671f24b7fee538b082fd72cd2577ad24f65c WHIRLPOOL 57c58822031882754d288e7a0267eba80af1db296e783abf10bfc85550afd991cf2f5a5f8f232e22f5a8b0fb02f45488ee1dbdf58aa6796b66f67e54e2a07dba diff --git a/dev-lang/go/go-1.1.1.ebuild b/dev-lang/go/go-1.1.1.ebuild deleted file mode 100644 index 60da94d4966c..000000000000 --- a/dev-lang/go/go-1.1.1.ebuild +++ /dev/null @@ -1,139 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.4 2013/08/06 00:22:42 williamh Exp $ - -EAPI=5 - -export CTARGET=${CTARGET:-${CHOST}} - -inherit bash-completion-r1 elisp-common eutils - -if [[ ${PV} = 9999 ]]; then - EHG_REPO_URI="https://go.googlecode.com/hg" - inherit mercurial -else - SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz" - # Upstream only supports go on amd64, arm and x86 architectures. - KEYWORDS="-* amd64 arm x86" -fi - -DESCRIPTION="A concurrent garbage collected and typesafe programming language" -HOMEPAGE="http://www.golang.org" - -LICENSE="BSD" -SLOT="0" -IUSE="bash-completion emacs vim-syntax zsh-completion" - -DEPEND="sys-apps/ed" -RDEPEND="bash-completion? ( app-shells/bash-completion ) - emacs? ( virtual/emacs ) - vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) - zsh-completion? ( app-shells/zsh-completion )" - -# The tools in /usr/lib/go should not cause the multilib-strict check to fail. -QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/linux.*/.*" - -# The go language uses *.a files which are _NOT_ libraries and should not be -# stripped. -STRIP_MASK="/usr/lib/go/pkg/linux*/*.a" - -if [[ ${PV} != 9999 ]]; then - S="${WORKDIR}"/go -fi - -src_prepare() -{ - if [[ ${PV} != 9999 ]]; then - epatch "${FILESDIR}"/${P}-no-Werror.patch - fi - epatch_user -} - -src_compile() -{ - export GOROOT_FINAL=/usr/lib/go - export GOROOT="$(pwd)" - export GOBIN="${GOROOT}/bin" - if [[ $CTARGET = armv5* ]] - then - export GOARM=5 - fi - - cd src - ./make.bash || die "build failed" - cd .. - - if use emacs; then - elisp-compile misc/emacs/*.el - fi -} - -src_test() -{ - cd src - PATH="${GOBIN}:${PATH}" \ - ./run.bash --no-rebuild --banner || die "tests failed" -} - -src_install() -{ - dobin bin/* - dodoc AUTHORS CONTRIBUTORS PATENTS README - - dodir /usr/lib/go - insinto /usr/lib/go - - # There is a known issue which requires the source tree to be installed [1]. - # Once this is fixed, we can consider using the doc use flag to control - # installing the doc and src directories. - # [1] http://code.google.com/p/go/issues/detail?id=2775 - doins -r doc include lib pkg src - - if use bash-completion; then - dobashcomp misc/bash/go - fi - - if use emacs; then - elisp-install ${PN} misc/emacs/*.el misc/emacs/*.elc - fi - - if use vim-syntax; then - insinto /usr/share/vim/vimfiles - doins -r misc/vim/ftdetect - doins -r misc/vim/ftplugin - doins -r misc/vim/syntax - doins -r misc/vim/plugin - doins -r misc/vim/indent - fi - - if use zsh-completion; then - insinto /usr/share/zsh/site-functions - doins misc/zsh/go - fi - - fperms -R +x /usr/lib/go/pkg/tool -} - -pkg_postinst() -{ - if use emacs; then - elisp-site-regen - fi - - # If the go tool sees a package file timestamped older than a dependancy it - # will rebuild that file. So, in order to stop go from rebuilding lots of - # packages for every build we need to fix the timestamps. The compiler and - # linker are also checked - so we need to fix them too. - ebegin "fixing timestamps to avoid unnecessary rebuilds" - tref="usr/lib/go/pkg/*/runtime.a" - find "${ROOT}"usr/lib/go -type f \ - -exec touch -r "${ROOT}"${tref} {} \; - eend $? -} - -pkg_postrm() -{ - if use emacs; then - elisp-site-regen - fi -} diff --git a/dev-libs/libsodium/libsodium-0.4.5.ebuild b/dev-libs/libsodium/libsodium-0.4.5.ebuild index 702a0b59f64a..b8dce1abc6fc 100644 --- a/dev-libs/libsodium/libsodium-0.4.5.ebuild +++ b/dev-libs/libsodium/libsodium-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/libsodium-0.4.5.ebuild,v 1.2 2013/10/26 14:49:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/libsodium-0.4.5.ebuild,v 1.3 2013/10/28 16:14:55 bicatali Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz" LICENSE="ISC" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux" IUSE="+asm static-libs +urandom" src_configure() { diff --git a/dev-python/irc/Manifest b/dev-python/irc/Manifest index c250689d8d6e..a52a412e00e6 100644 --- a/dev-python/irc/Manifest +++ b/dev-python/irc/Manifest @@ -1 +1,2 @@ DIST irc-8.5.1.zip 112916 SHA256 ff29edb5c51bbf6583f60f677e846b3eb651374c2f6b39800e4b4947c989b8db SHA512 02f09b4c7dc4036ececc2aff97f761ddbc950dfebae298e95381d706f3b8be65704ad0a64ea9b581b5ce48f2a060beeb8b6ac5179a29844fe8e821502fc0d4a9 WHIRLPOOL e24d1a8155dd79e840aceb085f0a6d6fd0c0cafb356c64604c01555d4a6189e8e8dbc4824f74d58c45731615d24fe1606987b70dacf40375354134d200373d13 +DIST irc-8.5.3.zip 113424 SHA256 80454990b8b6ce2c8747cc92be817e1fe3eb2963b4659a70850d765b3a42773e SHA512 33f75d1784a267afd250d1164e43556bf1af37eb3846fdcb9e536ce008687487d2d46228219da3e9cd1e817f37c1d93e1aebf9a8627f798af04134161999c71f WHIRLPOOL cf6c23d7e458ec47ea95f18c1af6a756dfb26c3844cbb8d2d507bf4b98f7572da50a729d27ff21d9377ad3bfbea84438e641de9abeb65d17db8de92eecbf7059 diff --git a/dev-python/irc/irc-8.5.3.ebuild b/dev-python/irc/irc-8.5.3.ebuild new file mode 100644 index 000000000000..2402d2b0a885 --- /dev/null +++ b/dev-python/irc/irc-8.5.3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/irc/irc-8.5.3.ebuild,v 1.1 2013/10/29 03:54:00 patrick Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="IRC client framework written in Python." +HOMEPAGE="https://bitbucket.org/jaraco/irc http://pypi.python.org/pypi/irc" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples test" + +DEPEND="app-arch/unzip + test? ( dev-python/pytest[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] )" + +RDEPEND="!>=dev-python/python-irclib-3.2.2[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +PATCHES=( + "${FILESDIR}/irc-8.5.1-setup_requires.patch" +) + +python_prepare_all() { + # Don't rely on hgtools for version + sed -e "s/use_hg_version=True/version=\"${PV}\"/" -i setup.py || die + sed -e "/^tag_/d" -i setup.cfg || die + + distutils-r1_python_prepare_all +} + +python_test() { + py.test irc/tests || die "Tests failed under ${EPYTHON}" +} + +python_install_all() { + use examples && local EXAMPLES=( scripts/. ) + distutils-r1_python_install_all +} diff --git a/dev-python/numpy/numpy-1.7.1.ebuild b/dev-python/numpy/numpy-1.7.1.ebuild index 59fcb2f69ca5..5b4d1b79dc69 100644 --- a/dev-python/numpy/numpy-1.7.1.ebuild +++ b/dev-python/numpy/numpy-1.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.7.1.ebuild,v 1.5 2013/10/16 14:00:34 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.7.1.ebuild,v 1.6 2013/10/28 22:16:55 maekke Exp $ EAPI=5 @@ -25,7 +25,7 @@ SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc lapack test" RDEPEND=" diff --git a/dev-python/rst2pdf/files/rst2pdf-0.93-fix-logging.patch b/dev-python/rst2pdf/files/rst2pdf-0.93-fix-logging.patch new file mode 100644 index 000000000000..52acf04171d8 --- /dev/null +++ b/dev-python/rst2pdf/files/rst2pdf-0.93-fix-logging.patch @@ -0,0 +1,26 @@ +--- rst2pdf/log.py ++++ rst2pdf/log.py +@@ -4,11 +4,12 @@ + import logging + import sys + +-logging.basicConfig( +- format='[%(levelname)s] %(filename)s:%(lineno)d %(message)s', +- level=logging.WARNING) +- + log = logging.getLogger('rst2pdf') ++_fmt = logging.Formatter('[%(levelname)s] %(filename)s:%(lineno)d %(message)s') ++_hdlr = logging.StreamHandler() ++_hdlr.setFormatter(_fmt) ++log.addHandler(_hdlr) ++log.setLevel(logging.WARNING) + + def nodeid(node): + """Given a node, tries to return a way to see where it was in the +@@ -23,4 +24,4 @@ + if node.source: fname=str(node.source) + except: + pass +- return 'near line %s in file %s'%(line,fname) +\ No newline at end of file ++ return 'near line %s in file %s'%(line,fname) diff --git a/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild b/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild new file mode 100644 index 000000000000..f8e133c416b0 --- /dev/null +++ b/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rst2pdf/rst2pdf-0.93-r2.ebuild,v 1.1 2013/10/29 03:41:57 rafaelmartins Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="Tool for transforming reStructuredText to PDF using ReportLab" +HOMEPAGE="http://rst2pdf.ralsina.com.ar/ http://pypi.python.org/pypi/rst2pdf" +SRC_URI="http://rst2pdf.googlecode.com/files/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="svg" + +DEPEND="dev-python/docutils[${PYTHON_USEDEP}] + virtual/python-imaging[${PYTHON_USEDEP}] + dev-python/pdfrw[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + >=dev-python/reportlab-2.6[${PYTHON_USEDEP}] + svg? ( media-gfx/svg2rlg )" +RDEPEND="${DEPEND}" +# >=reportlab-2.6: https://code.google.com/p/rst2pdf/issues/detail?id=474 + +python_prepare_all() { + epatch "${FILESDIR}/${P}-fix-logging.patch" + distutils-r1_python_prepare_all +} + +python_install_all() { + dodoc doc/*.pdf + doman doc/rst2pdf.1 +} + +pkg_postinst() { + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "rst2pdf can work with the following packages for additional functionality:" + elog " dev-python/sphinx - versatile documentation creation" + elog " dev-python/pythonmagick - image processing with ImageMagick" + elog " dev-python/matplotlib - mathematical formulae" + elog "It can also use wordaxe for hyphenation, but this package is not" + elog "available in the portage tree yet. Please refer to the manual" + elog "installed in /usr/share/doc/${PF}/ for more information." + fi +} diff --git a/dev-ruby/heckle/Manifest b/dev-ruby/heckle/Manifest deleted file mode 100644 index 8e39ff66127f..000000000000 --- a/dev-ruby/heckle/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST heckle-1.4.3.gem 20480 SHA256 44822d79bef1481aefb1dd498a8e2ec113ed5950a3515e1e07174a8dbdb604b1 SHA512 5445150a5666350f7380fcb0f686ae7a93e620e8ee717ed4186c3fabd6bef81395b74bc4bc300a2065b9ab0b1bcc238d7e40a8512111dd5006df5d6104119a18 WHIRLPOOL 08db144cd656017cf6a18dd12dfe8fa4e66fe0808cd8775832c9aed1589f6dbbdecc456098b51d00aee9f46ba3f5ec9f3c8a2c479f388127fbc7d19060aa27a7 diff --git a/dev-ruby/heckle/heckle-1.4.3-r2.ebuild b/dev-ruby/heckle/heckle-1.4.3-r2.ebuild deleted file mode 100644 index 63c6cf2b376a..000000000000 --- a/dev-ruby/heckle/heckle-1.4.3-r2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heckle/heckle-1.4.3-r2.ebuild,v 1.14 2013/01/15 06:07:42 zerochaos Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Unit Test Sadism" -HOMEPAGE="http://seattlerb.rubyforge.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/ruby2ruby-1.1.6 - >=dev-ruby/parsetree-2.0.0 - >=dev-ruby/zentest-3.5.2" -ruby_add_bdepend " - doc? ( dev-ruby/hoe ) - test? ( - dev-ruby/hoe - virtual/ruby-test-unit - )" - -src_compile() { - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" - ruby-ng_src_compile -} - -src_test() { - chmod 0755 "${HOME}" || die "Failed to fix permissions on home" - ruby-ng_src_test -} diff --git a/dev-ruby/heckle/metadata.xml b/dev-ruby/heckle/metadata.xml deleted file mode 100644 index 852136183369..000000000000 --- a/dev-ruby/heckle/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -ruby - diff --git a/dev-ruby/main/Manifest b/dev-ruby/main/Manifest deleted file mode 100644 index 9ba8d6d5cc61..000000000000 --- a/dev-ruby/main/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST main-5.2.0.gem 38400 SHA256 0c514045c7b76c2174c0c74f7a60debf6daa427e3d7d3345d879eeee3846cf60 SHA512 b12ff337ce4882843d78d30820e0621bd4682909e2461b3d245910c8ebe48fff59352275e0c04148aa11aaa7a7029e265997803d955340c959d515d59f566b73 WHIRLPOOL 6985ed277a20c95bd882f527baa9e62854654062ff3e2937fcb0f6d221b2cd105b38cae0bd645b1b89a3ae616f71510e2a591d5df677b137df5368235e7ba1f3 diff --git a/dev-ruby/main/main-5.2.0.ebuild b/dev-ruby/main/main-5.2.0.ebuild deleted file mode 100644 index 0f92d63b0911..000000000000 --- a/dev-ruby/main/main-5.2.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/main/main-5.2.0.ebuild,v 1.1 2013/04/01 06:15:00 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README TODO" - -inherit ruby-fakegem - -DESCRIPTION="A class factory and dsl for generating command line programs real quick." -HOMEPAGE="http://rubyforge.org/projects/codeforpeople" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -ruby_add_rdepend ">=dev-ruby/chronic-0.6.2 - >=dev-ruby/fattr-2.2.0 - >=dev-ruby/arrayfields-4.7.4 - >=dev-ruby/map-5.1.0" - -all_ruby_install() { - all_fakegem_install - - if use doc; then - insinto /usr/share/doc/${PF} - doins -r samples - fi -} diff --git a/dev-ruby/main/metadata.xml b/dev-ruby/main/metadata.xml deleted file mode 100644 index 852136183369..000000000000 --- a/dev-ruby/main/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -ruby - diff --git a/dev-ruby/ncurses-ruby/Manifest b/dev-ruby/ncurses-ruby/Manifest deleted file mode 100644 index 1e3a9dceb971..000000000000 --- a/dev-ruby/ncurses-ruby/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ncurses-ruby-1.3.1.tar.bz2 50583 SHA256 dca8ce452e989ce1399cb683184919850f2baf79e6af9d16a7eed6a9ab776ec5 SHA512 d0e4c4413568e0291c170355efb1add6ebb5c0cd6c338d6f8bb20384e9e2e5bd524ddb748a08808eb199c6a28f7e2bd7ae319c85f8965947f5471385d6cd60c8 WHIRLPOOL 2329309ef93d06bdf40434877edc5d58dd0ad1f0271c251cb5e7036e5f730e9e8c2dbf2f6586038236c42f43197b64a33f66c50ff798084904e4244445f13153 diff --git a/dev-ruby/ncurses-ruby/files/ncurses-ruby-1.2.4-fix-trace.patch b/dev-ruby/ncurses-ruby/files/ncurses-ruby-1.2.4-fix-trace.patch deleted file mode 100644 index 630ddf5677a0..000000000000 --- a/dev-ruby/ncurses-ruby/files/ncurses-ruby-1.2.4-fix-trace.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ncurses_wrap.c.~1~ 2009-07-31 12:52:36.000000000 +0200 -+++ ncurses_wrap.c 2010-11-08 21:56:35.600939119 +0100 -@@ -2394,7 +2394,7 @@ - return Qnil; - } - _tracef("%s", -- STR2CSTR(funcall3(rb_mKernel, rb_intern("sprintf"), argc, argv))); -+ STR2CSTR(rb_funcall3(rb_mKernel, rb_intern("sprintf"), argc, argv))); - return Qnil; - } - #endif /* HAVE__TRACEF */ diff --git a/dev-ruby/ncurses-ruby/metadata.xml b/dev-ruby/ncurses-ruby/metadata.xml deleted file mode 100644 index 852136183369..000000000000 --- a/dev-ruby/ncurses-ruby/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -ruby - diff --git a/dev-ruby/ncurses-ruby/ncurses-ruby-1.3.1.ebuild b/dev-ruby/ncurses-ruby/ncurses-ruby-1.3.1.ebuild deleted file mode 100644 index 01e9ac0581f9..000000000000 --- a/dev-ruby/ncurses-ruby/ncurses-ruby-1.3.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ncurses-ruby/ncurses-ruby-1.3.1.ebuild,v 1.9 2013/03/03 10:31:29 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="Changes README THANKS TODO" - -inherit multilib ruby-fakegem - -DESCRIPTION="Ruby wrappers of ncurses and PDCurses libs" -HOMEPAGE="http://ncurses-ruby.berlios.de/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~hppa ~mips ppc ppc64 x86" -IUSE="examples" - -DEPEND=">=sys-libs/ncurses-5.3" -RDEPEND="${DEPEND}" - -all_ruby_prepare() { - # Remove hardcoded CFLAGS settings. - sed -i -e '/CFLAGS/d' extconf.rb || die - - # Use pkgconfig to determine linking, bug 459636 - sed -i -e 's/curses_lib = "ncurses"/pkg_config("ncurses")/' extconf.rb || die -} - -each_ruby_configure() { - ${RUBY} extconf.rb || die -} - -each_ruby_compile() { - emake || die - mv ncurses_bin$(get_modname) lib/ || die -} - -all_ruby_install() { - all_fakegem_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples || die - fi -} diff --git a/dev-ruby/rcov/Manifest b/dev-ruby/rcov/Manifest deleted file mode 100644 index 6521dd5d2a98..000000000000 --- a/dev-ruby/rcov/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rcov-1.0.tgz 82204 SHA256 523e9cd24a9ac02b42d70a1a9aa3f8be0c1c59a75c4161d561b419287fb133e4 SHA512 502ecdabe89a14d45da362ad9f8a232c37640571f32d16d8abbbadecaa7a5176cf15dd46b6352c4e377e06c5827c5d7c0940a7e09b8fb7a8a589992c87913d6d WHIRLPOOL 46660ae1ddea970af4fabaf82bbd6e48afe352821a9b1dd19076b9129a314ba3d100972c2d9ceeb439ebdcc880ee4609db66a82952c5ab189733d445d35fda12 diff --git a/dev-ruby/rcov/files/rcov-0.9.7.1-jruby.patch b/dev-ruby/rcov/files/rcov-0.9.7.1-jruby.patch deleted file mode 100644 index 53b98af5f4d3..000000000000 --- a/dev-ruby/rcov/files/rcov-0.9.7.1-jruby.patch +++ /dev/null @@ -1,48 +0,0 @@ -From b2eaa10033e12ebc17542f0c16065519454a6a6b Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Diego=20Elio=20'Flameeyes'=20Petten=C3=B2?= -Date: Thu, 14 Jan 2010 20:15:29 +0100 -Subject: [PATCH] Use hpricot's classpath argument function to set the classpath. - -This solves problems of building the rcovrt.jar file with JRuby from Gentoo -Linux. ---- - Rakefile | 16 +++++++++++++++- - 1 files changed, 15 insertions(+), 1 deletions(-) - -diff --git a/Rakefile b/Rakefile -index 6cb27f0..7157a1c 100644 ---- a/Rakefile -+++ b/Rakefile -@@ -41,6 +41,20 @@ end - - desc "Run the unit tests with rcovrt." - if RUBY_PLATFORM == 'java' -+ def java_classpath_arg # myriad of ways to discover JRuby classpath -+ begin -+ cpath = Java::java.lang.System.getProperty('java.class.path').split(File::PATH_SEPARATOR) -+ cpath += Java::java.lang.System.getProperty('sun.boot.class.path').split(File::PATH_SEPARATOR) -+ jruby_cpath = cpath.compact.join(File::PATH_SEPARATOR) -+ rescue => e -+ end -+ unless jruby_cpath -+ jruby_cpath = ENV['JRUBY_PARENT_CLASSPATH'] || ENV['JRUBY_HOME'] && -+ FileList["#{ENV['JRUBY_HOME']}/lib/*.jar"].join(File::PATH_SEPARATOR) -+ end -+ jruby_cpath ? "-cp \"#{jruby_cpath}\"" : "" -+ end -+ - Rake::TestTask.new(:test_rcovrt => ["lib/rcovrt.jar"]) do |t| - t.libs << "lib" - t.ruby_opts << "--debug" -@@ -51,7 +65,7 @@ if RUBY_PLATFORM == 'java' - file "lib/rcovrt.jar" => FileList["ext/java/**/*.java"] do |t| - rm_f "lib/rcovrt.jar" - mkdir_p "pkg/classes" -- sh "javac -classpath #{Java::JavaLang::System.getProperty('java.class.path')} -d pkg/classes #{t.prerequisites.join(' ')}" -+ sh "javac #{java_classpath_arg} -d pkg/classes #{t.prerequisites.join(' ')}" - sh "jar cf #{t.name} -C pkg/classes ." - end - else --- -1.6.6 - diff --git a/dev-ruby/rcov/metadata.xml b/dev-ruby/rcov/metadata.xml deleted file mode 100644 index 852136183369..000000000000 --- a/dev-ruby/rcov/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -ruby - diff --git a/dev-ruby/rcov/rcov-1.0.ebuild b/dev-ruby/rcov/rcov-1.0.ebuild deleted file mode 100644 index b5ffdd85eee3..000000000000 --- a/dev-ruby/rcov/rcov-1.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcov/rcov-1.0.ebuild,v 1.1 2012/02/14 13:41:27 flameeyes Exp $ - -EAPI=4 - -# The documenttion indicates that rcov does not work with (reliably) -# with ruby 1.9. Use ruby 1.9's built in coverage or simplecov instead. -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_DOCDIR="rdoc" -RUBY_FAKEGEM_EXTRADOC="THANKS BLURB README.markdown" - -inherit ruby-fakegem versionator eutils - -DESCRIPTION="A ruby code coverage analysis tool" -HOMEPAGE="http://eigenclass.org/hiki.rb?rcov" -#SRC_URI="http://github.com/relevance/${PN}/tarball/release_$(replace_all_version_separators _) -> ${P}.tgz" -SRC_URI="http://github.com/relevance/${PN}/tarball/e7c1821b50bef0f933ef857278bf82e9c24638e4 -> ${P}.tgz" - -RUBY_S="relevance-${PN}-*" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -# TODO: both emacs and vim support are present in this package, they -# should probably be added to the ebuild as well. -IUSE="" - -ruby_add_bdepend "doc? ( dev-ruby/rdoc )" - -# upstream's Rakefile is braindead and just asking for rake -D causes -# the extension to be rebuilt, so do everything by hand. - -each_ruby_configure() { - ${RUBY} -C ext/rcovrt extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - emake -C ext/rcovrt CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" - cp ext/rcovrt/*.so lib/ || die -} - -all_ruby_compile() { - if use doc; then - rdoc --op rdoc || die - fi -} - -each_ruby_test() { - ${RUBY} -Ilib -S testrb test/*_test.rb -} diff --git a/dev-ruby/rqr/Manifest b/dev-ruby/rqr/Manifest deleted file mode 100644 index 749c7093b854..000000000000 --- a/dev-ruby/rqr/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rqr-0.2.2.gem 59392 SHA256 3b551158b45c3ae04d63f64d78ca649c638d1585abcdd3e81b614e372b3137ca SHA512 cac17cdfd7084c5ea70bd2b9e26043d4940114e0cd92844de9be95f1d3a6ac4492d2029958c47f4eb0e49feeb7b0c303fdc1d3ec87847121fc68eb0ab302b4b7 WHIRLPOOL 0618ff1b8613871609e39f6a3a5d5ac34e251d46bbf3bf8489fff01a28e4d3e462445603ab47136d5d6848f4fe217063cefb79cd687fc89f56dcb0ff39bf4bb5 diff --git a/dev-ruby/rqr/files/rqr-0.2.2+libpng-1.5.patch b/dev-ruby/rqr/files/rqr-0.2.2+libpng-1.5.patch deleted file mode 100644 index c2885bc743aa..000000000000 --- a/dev-ruby/rqr/files/rqr-0.2.2+libpng-1.5.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: rqr-0.2.2/ext/rqr/qr_draw_png.h -=================================================================== ---- rqr-0.2.2.orig/ext/rqr/qr_draw_png.h -+++ rqr-0.2.2/ext/rqr/qr_draw_png.h -@@ -6,6 +6,7 @@ - #include "qr_draw.h" - - #ifdef USE_PNG -+ #include - #include - #endif - diff --git a/dev-ruby/rqr/metadata.xml b/dev-ruby/rqr/metadata.xml deleted file mode 100644 index 852136183369..000000000000 --- a/dev-ruby/rqr/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -ruby - diff --git a/dev-ruby/rqr/rqr-0.2.2.ebuild b/dev-ruby/rqr/rqr-0.2.2.ebuild deleted file mode 100644 index 647e4e9b4eff..000000000000 --- a/dev-ruby/rqr/rqr-0.2.2.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rqr/rqr-0.2.2.ebuild,v 1.2 2011/09/18 12:21:51 flameeyes Exp $ - -EAPI=4 - -# ruby19 → uses old RString interface -# jruby → native extension, unusable -USE_RUBY="ruby18 ree18" - -# do not use Rake tasks for this as it requires hoe, newgem, and is -# generally a mess. -RUBY_FAKEGEM_TASK_TEST="" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -inherit ruby-fakegem flag-o-matic - -DESCRIPTION="A ruby library to create qrcode" -HOMEPAGE="http://rqr.rubyforge.org/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc test +jpeg +png +tiff" - -ruby_add_bdepend "doc? ( virtual/ruby-rdoc ) - test? ( virtual/ruby-test-unit )" - -CDEPEND="jpeg? ( virtual/jpeg ) - png? ( media-libs/libpng ) - tiff? ( media-libs/tiff )" - -RDEPEND="${RDEPEND} ${CDEPEND}" -DEPEND="${DEPEND} ${CDEPEND}" - -# tests require the presence of all external formats; simply add them as -# a requirement for now. -REQUIRED_USE="test? ( jpeg png tiff )" - -RUBY_PATCHES=( "${FILESDIR}"/${P}+libpng-1.5.patch ) - -each_ruby_configure() { - cd ext/rqr - ${RUBY} extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - # this should be handled by extconf.rb, but unfortunately it mangles - # the CFLAGS rather than doing it properly so we have to replicate - # it here until upstream makes a sense out of it. - # - # Note: you can avoid using any of those, but then it would only - # generate EPS, which might or might not be what you want. - use jpeg && append-flags -DUSE_JPG - use png && append-flags -DUSE_PNG - use tiff && append-flags -DUSE_TIFF - - # extension uses C++, so use CXXFLAGS not CFLAGS - emake -C ext/rqr \ - CFLAGS="${CXXFLAGS} -fPIC" archflag="${LDFLAGS}" || die "emake failed" - cp ext/rqr/QR.so lib/rqr || die -} - -all_ruby_compile() { - if use doc; then - ${RUBY} rdoc || die "rdoc failed" - fi -} - -each_ruby_test() { - ${RUBY} -Ilib test/test_rqr.rb || die "tests failed" -} diff --git a/dev-ruby/ruby-svg/Manifest b/dev-ruby/ruby-svg/Manifest deleted file mode 100644 index 32453a82b816..000000000000 --- a/dev-ruby/ruby-svg/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ruby-svg-1.0.3.tar.gz 22839 SHA256 cf8a8358a9a468318f733367649fdb75c02fec23077946ccc2f0dda9e503e919 SHA512 522e7371f575817af905d12088bbf50705b1534ba5d1fe36d39b20844f5b47e4813c3628a1cec98bc6a629b722a2cb988ed7b4bf0773aa68d7f6d55124a7b34c WHIRLPOOL 4f816142912105e7a5f72ecfd625ac0a351e31e6cfdd8aa7da56c65950a2fd9fbe9fdeda1d509a3260c8897bc512945bdbee831fac39d2baca486a269d4d8b0f diff --git a/dev-ruby/ruby-svg/metadata.xml b/dev-ruby/ruby-svg/metadata.xml deleted file mode 100644 index 852136183369..000000000000 --- a/dev-ruby/ruby-svg/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -ruby - diff --git a/dev-ruby/ruby-svg/ruby-svg-1.0.3-r2.ebuild b/dev-ruby/ruby-svg/ruby-svg-1.0.3-r2.ebuild deleted file mode 100644 index 7bc20e8afdcc..000000000000 --- a/dev-ruby/ruby-svg/ruby-svg-1.0.3-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-svg/ruby-svg-1.0.3-r2.ebuild,v 1.5 2012/05/01 18:24:28 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -inherit ruby-ng - -DESCRIPTION="Ruby SVG Generator" -HOMEPAGE="http://ruby-svg.sourceforge.jp/" -SRC_URI="http://downloads.sourceforge.jp/ruby-svg/2288/${P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="doc examples" - -ruby_add_bdepend "doc? ( dev-ruby/rdtool )" - -each_ruby_configure() { - ${RUBY} install.rb config --prefix=/usr || die -} - -each_ruby_compile() { - ${RUBY} install.rb setup || die -} - -each_ruby_install() { - ${RUBY} install.rb config --prefix="${D}"/usr || die - ${RUBY} install.rb install || die -} - -all_ruby_install() { - if use doc ; then - rd2 README.en.rd > README.en.html - rd2 README.ja.rd > README.ja.html - - dohtml *.html || die - fi - - if use examples ; then - insinto /usr/share/doc/${PF}/examples - doins sample/* - fi -} diff --git a/dev-tex/style-check/Manifest b/dev-tex/style-check/Manifest index 4b20ceb27b6d..cb5fa32926b0 100644 --- a/dev-tex/style-check/Manifest +++ b/dev-tex/style-check/Manifest @@ -1,3 +1 @@ -DIST style-check-0.12.tar.gz 31228 SHA256 3697d7dd08d387e2748049f17d1d4c26c515ce7a5696485ce94e6a11602480ef SHA512 ca494dae23ddb3509ab75c115fad12b23d0beb5925b8b8b17a358eaf92c577fcef9e5648eaadb8a906bde61a997a335d3131d624d0a3be4569582eea0e8a0822 WHIRLPOOL 12ce8e26216d2aa3dc0a19691ec2e045b433f0ae9481dbcee7d2876a050b222bd554f6734af67a651382fdd2e556335fbc2a01333d1d2ecf83d8e20e0bf5329f DIST style-check-0.14.tar.gz 31699 SHA256 2ae806fcce9e3b80162c64634422dc32d7f0e6f8a81ba5bc7879358744b4e119 SHA512 80c2ff47a4b00783a34e96e3015277108bd784806139a126bc84488944a725e7a4e33bedce00dda1c58c76e5540234863919d2564b53a534e5a25a12e9ee237d WHIRLPOOL 37f47917ac2b65ed38ad6fb5a484630230a03543129690fcf8e179bb4a0cce65034070435845d6d974619b43cc288ad18c45535ada2246ba0adae6817f69e37d -DIST style-check-0.7.tar.gz 24534 SHA256 1638c8159f00d2849e14e46b05ae7b5c019e45a33ca86e3f6bb0c4a01a3b3698 SHA512 fc45686c78c5e7f82e0d30aabd371988cb7a48b2be0b01274b7c7acfe5495dd9ab40806099fad43ec5f2e3e5832cb6bc070020ef56c6b40d84be2f5c2028699e WHIRLPOOL 941a0e903ddb741246826bcc2ce31ebbdef96be8e6b34b2d31e9fe68130c87b266b9a8b8dd4f08490301fe311b028ab817d0aadb1414e504e9877ab9116a3ce2 diff --git a/dev-tex/style-check/style-check-0.12.ebuild b/dev-tex/style-check/style-check-0.12.ebuild deleted file mode 100644 index 861ebe675502..000000000000 --- a/dev-tex/style-check/style-check-0.12.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.12.ebuild,v 1.2 2010/08/07 13:28:35 graaff Exp $ - -IUSE="" - -DESCRIPTION="Parses latex-formatted text in search of forbidden phrases" -HOMEPAGE="http://www.cs.umd.edu/~nspring/software/style-check-readme.html" -SRC_URI="http://www.cs.umd.edu/~nspring/software/${P}.tar.gz" - -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -DEPEND="=dev-lang/ruby-1.8*" - -src_install() { - dodir /etc/style-check.d - emake PREFIX=/usr DESTDIR="${D}" install || die "make install failed" - dodoc README - dohtml README.html -} diff --git a/dev-tex/style-check/style-check-0.7.ebuild b/dev-tex/style-check/style-check-0.7.ebuild deleted file mode 100644 index baf187199a74..000000000000 --- a/dev-tex/style-check/style-check-0.7.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.7.ebuild,v 1.8 2010/08/07 13:28:35 graaff Exp $ - -IUSE="" - -DESCRIPTION="Parses latex-formatted text in search of forbidden phrases" -HOMEPAGE="http://www.cs.umd.edu/~nspring/software/style-check-readme.html" -SRC_URI="http://www.cs.umd.edu/~nspring/software/${P}.tar.gz" - -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -DEPEND="=dev-lang/ruby-1.8*" - -src_install() { - dodir /etc/style-check.d - make PREFIX=/usr DESTDIR="${D}" install || die - dodoc README - dohtml README.html -} diff --git a/dev-util/cmake/cmake-2.8.11.2.ebuild b/dev-util/cmake/cmake-2.8.11.2.ebuild index b5b50c1d9cf2..053dc85d9358 100644 --- a/dev-util/cmake/cmake-2.8.11.2.ebuild +++ b/dev-util/cmake/cmake-2.8.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.2 2013/10/26 20:40:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.11.2.ebuild,v 1.3 2013/10/28 22:16:05 maekke Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://www.cmake.org/" SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz" LICENSE="CMake" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="emacs ncurses qt4 qt5 vim-syntax" diff --git a/dev-util/diffstat/Manifest b/dev-util/diffstat/Manifest index 161257231ef9..10622f292d27 100644 --- a/dev-util/diffstat/Manifest +++ b/dev-util/diffstat/Manifest @@ -1 +1,2 @@ DIST diffstat-1.57.tgz 245755 SHA256 cb9845839d695f178d6b5458b08d3e04773e400f35c0c062c4c0102220fba1e6 SHA512 1029be399f321d1d9a19b1039e27b10d5c4d4f01e17a20c8ab55246817af48810883f481a4762c31cb4bb0a0c076aa6ac0f6a79f079593faf5916a6fc63dd2ce WHIRLPOOL ba2ae24a9773c1f97149e161985a357dd005303e7016264cf6700abba663669e1f60ad05120e69996054705986890521a765f1eaaed4f8777f9ef5e04b4e5f1e +DIST diffstat-1.58.tgz 246826 SHA256 fad5135199c3b9aea132c5d45874248f4ce0ff35f61abb8d03c3b90258713793 SHA512 b2870a604e3e6fcde1929de763839c3b840575bc96f3816b215e102c670d65b73d40eececa41a01f385b9932b65d86005b4d478ecbf78623faa8cc34fec77cac WHIRLPOOL 2767e925235775604a784ddfa2d07eb6e665c036c51460c25d1195fa168ae00c5e5b6e3a3e821b19939d4aa20ac6bd74076beeee06572bd856f304155b4f7cc0 diff --git a/dev-util/diffstat/diffstat-1.58.ebuild b/dev-util/diffstat/diffstat-1.58.ebuild new file mode 100644 index 000000000000..8eeb2746ec98 --- /dev/null +++ b/dev-util/diffstat/diffstat-1.58.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.58.ebuild,v 1.1 2013/10/29 01:56:45 radhermit Exp $ + +EAPI="5" + +DESCRIPTION="Display a histogram of diff changes" +HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html" +SRC_URI="ftp://invisible-island.net/diffstat/${P}.tgz" + +LICENSE="HPND" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" diff --git a/dev-util/reswrap/reswrap-4.0.0.ebuild b/dev-util/reswrap/reswrap-4.0.0.ebuild index 5986f0e4dd60..1f3edd676d4a 100644 --- a/dev-util/reswrap/reswrap-4.0.0.ebuild +++ b/dev-util/reswrap/reswrap-4.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/reswrap-4.0.0.ebuild,v 1.8 2012/05/05 17:42:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/reswrap/reswrap-4.0.0.ebuild,v 1.9 2013/10/29 01:43:26 blueness Exp $ FOX_COMPONENT="utils" FOX_PV="1.6.40" @@ -11,7 +11,7 @@ DESCRIPTION="Utility to wrap icon resources into C++ code, from the FOX Toolkit" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" RDEPEND="" diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest index 4c3d9e1c356b..076eddb9fa50 100644 --- a/dev-vcs/git/Manifest +++ b/dev-vcs/git/Manifest @@ -7,6 +7,7 @@ DIST git-1.8.0.2.tar.gz 4231410 SHA256 c06d5d29389e90583d16ec41d5be931593196f684 DIST git-1.8.1.5.tar.gz 4306780 SHA256 f8b0be6e53e866f83cde64fa947011ebac56077bd1273c2e894038878986b955 SHA512 19ee4c76c66595f24d5093648202840f39356c111124017beeb32a4d79e8ce362d901ff4a09ad67c1392c5d1e48068a3a4634ad2865d8231e70b197a1cf0fdd3 WHIRLPOOL 559a89140b95bc413b6be5f4d09abc75a038d50381ae0fa61a5fa1c190edf92a5cf9ec2a938ba5d1ccd5563bb19883254773599749bb12488761c125b510b5e2 DIST git-1.8.2.1.tar.gz 4400440 SHA256 ed6dbf91b56c1540627563b5e8683fe726dac881ae028f3f17650b88fcb641d7 SHA512 d75a36a91b0522ca3a5c792473e16fc98dd9de082b4c0e9a75ebc525fa334edfdcb6dbf138e1bdede711f2158f24e8a8ba8499b89f9a82be1b5e60eb4ba5d33e WHIRLPOOL 587afbadca06674b751385b6f5fcda3d74db159a03bdbb1d477d4d9d4eb792d020a6f97906d2bf7d69f2f14432aaf6634d4274aa14e377ca6c865676853fd060 DIST git-1.8.3.2.tar.gz 4474347 SHA256 2f798db86859c85608fe4120f52a1b1cb13ca9c4daa4f59eb1dc090280f46473 SHA512 6e19948821dfbf78c5b9ea95614d3c10f4625583e3c17b6c55110b74f28679e525c449179cf49c2587a86c3b7fd7b6a27589824fcea0ec6fb69ca752a6942931 WHIRLPOOL 26892e039b67b35ae9df0a124d0812b36a22f481f146561b733a758b89a00770c05902c2820f2a783bc0fac07ecb335accbc939d21481da821177e0548d6a077 +DIST git-1.8.4.2.tar.gz 4672520 SHA256 8d18552bd5689a4c8e7cda6e44bea8aaa82beef2ac79b4b7cf329fe9438cf71a SHA512 84ec63686610248be17c5ba5f93b5fb33928d038eb68a72931ce02e533ba98f248fd83ecd9c4c1d1b4eda462f423cc75dc0f550d7df34acea7ef801392c03345 WHIRLPOOL 618524712c48bd2b37c1ef7603cce4bcc157ce80b8b3a3008a94a9126ab395cabecb6f3bdae64dd64994cde9b3fcb109786479f4e02e22bef29862219bf98801 DIST git-1.8.4.tar.gz 4657745 SHA256 89c73500b823a7672e23ddac1452ae14f44471c358865a6f18e835ded7a2d099 SHA512 80175d24a9ce16c4d51ba2b3ff0bb88f369422ec9b926d357a0369e1cd1afe9d5fe9ed272218c57b1542d1b75822642cb55f700327e7fdec27ea6bb135059d1a WHIRLPOOL 0dfc692643d85e1e5cea2a4521b77b1ca78da4119896397bf1deac23f1530e42b517e3ef40dc9dfb2216b50e3107e9a5319026dfc6925905f6243d29e2885e14 DIST git-htmldocs-1.6.4.5.tar.bz2 772113 SHA256 12c13ead869918d8470d68c7331675c56a192eae819c283a398aaf9f0f7555d2 SHA512 155dfe08b752a268a680dfb3df3d7bf1453976824aa33eb6f98598db9ba52b56e770a31f9770013076dd518f212ec3e7cfd13408d77a0ba1c2ad6bc4921ddc22 WHIRLPOOL 59e25e92e4c1ca61af8b967c3e310886f520d93de230886c6ec9b86e370c1d8f8ce56edb1fa29365348f987c746a58e3954e8d891138a4459eb2149005e4bb29 DIST git-htmldocs-1.7.12.4.tar.gz 1798333 SHA256 580de99c9fd8bed49132cf137af643d64e1450a7917b77c1343a784048a95930 SHA512 fddd27cc98ef1d263aa663655f778dd708223bbddc792098548f0ae68981eccd0427007c82c011e9eb5c860272bd65a4f4032e46f77ec8cf16f051814092585c WHIRLPOOL 1d1feaccf6006e9b880964cddce0565a7fc6bf8f8c96198fd0dd4e48de165718a7a63f5c44b61cd1b40e7f080b8c495fcd9cba5749684f5e255b7fb8eb252552 @@ -17,6 +18,7 @@ DIST git-htmldocs-1.8.0.2.tar.gz 1809932 SHA256 edba4dcc9dc131b32ba05d5cb9334a9b DIST git-htmldocs-1.8.1.5.tar.gz 2060977 SHA256 108e34217b2668945ca78b36b08ceeb9fe283617fe68b8f181219076bb225de0 SHA512 0b46a95a47df4326633d10295eeb09d41cee78d9c30775f7784690715e3b5d607ff26027f4cd6036f31dfc458ba2757ceb5ed6ea675a863a5dc69d8e5a7b34f5 WHIRLPOOL d273fbee9fb0a68ef3f0d19ba2249481bd15ff69b289e046e975fccda7639102519aa79bff94f6317e6b73cc414128b8b8619fcda1a910b74770b0aba1694d26 DIST git-htmldocs-1.8.2.1.tar.gz 2093688 SHA256 3f2482089eb345ec7d2ad61ad731c17ea87733b763585b580cf99b17194e0286 SHA512 8e7f25a0b230473f9e9290f61e9ea80a675459eea163ef76e281aa95747f5bc4df2ddb7f9bba9c2b0fb75819cd206f2415ba665bc986a628a07e8da4e5aa6efc WHIRLPOOL 574a01d1e403b25444ac88f66a939fcad1c96025a62f91550f328d400246955e61255dd403f3cf8302b961032f536e394b77228a8434c7b2065b564163f49114 DIST git-htmldocs-1.8.3.2.tar.gz 2115320 SHA256 805b7fc4399daf9258e8cc28ecc3dd043fdd7f339447f4d84674826916109246 SHA512 0890b60bfa110ca7eaf7aaddbf0aca9574f608addc384cece3c91c8c04ef6397064a0669f3d61d0a65eb120b626ccd85df26f04438ca301f349136cd55e5080a WHIRLPOOL 377c39ac7988a3c1bb6e80333c43878d38fe5eecbb75dcbcbef3c2186842fcc170a552d72be891f1479c336fdd6c5ac1ce1ca2c0adf9a8238bd057f093c3f912 +DIST git-htmldocs-1.8.4.2.tar.gz 2206047 SHA256 7fd16881ad5534c1f8c93617fdf8fa3762a66eb6d3cd7a66256db33cf8a0b0e8 SHA512 ad9c09bfdb5df7bd59ab06f53f17a56ce5a825901607ce9373a7c8e611453788bdcb58a37e83ccde267e234e16ec82566869365f1da77f58da59c041adf0a9a1 WHIRLPOOL 8a2b8990bd19a8a9ecd048f250169546a65f305c4d5c29571a8aa61d442b0ed038a198d9ae3a2b7bfcedffa311bbd9f6a1b135c5b5df91a72dc9614b51defe04 DIST git-htmldocs-1.8.4.tar.gz 2202854 SHA256 98d97fd8ea87d2416a5f62550a1db59bcf19ad5bed3d276e8b9e07ffe861eb30 SHA512 339a926210f3ba57522c26d53cce5be585c656ac4bb092357f78d61c4caa6991d062ee77b053d4afeefb36e1b6d74bb946cafaecd729c7f4ab3c8bcadf6030c3 WHIRLPOOL 636d2d4594413f9db76845497308e9fe1601488ed44a09881633906b6385b0ab274b1e9ae2636493c3b70f65b68f5b1ef331e945a7dc1199d1cfdd6c73692c1b DIST git-manpages-1.6.4.5.tar.bz2 254368 SHA256 f73ae98b0cea0ef6d8f7c8b599d6cad0bdae702b1fe58ad8ebab32a0bb7ba447 SHA512 9874bd63e138a2973f5912385e7972d17cd7bfebac7c67bca96ab041912ade4f2485d6536312c452d2b2fd6e89c1fec40b40cbd0ea91486db1d1b7e7e68c867e WHIRLPOOL 72ec9606acd277d90c5c6a46206c63991be7c256f43a1b866fe6da721434131646043fb5b03d448f1c75a3ffea92f4cf1b05e8a846919800e146e15a160dab04 DIST git-manpages-1.7.12.4.tar.gz 521602 SHA256 4075b60250f9bc5b5323266764c889f028521dbe1f5c10f470a167cc75105005 SHA512 0cabb41e7e599111c64f3382d4688891d1c76c5550ad27a08b6ca2e62fe826b971fa757a6a815731b8b88d1302ea886f199944497a0a10fbbfea41eafae50512 WHIRLPOOL c33b93023feab4a5f6f63cab5cb1e82e42f2fc14bd590ced246ebfc45311e3ff93855864f521af12916bde58ac4fe2ccb055e667936e85883192dd0904873735 @@ -27,4 +29,5 @@ DIST git-manpages-1.8.0.2.tar.gz 523757 SHA256 b04f0e7277927e8fb91c1c1f7b951b6d2 DIST git-manpages-1.8.1.5.tar.gz 528540 SHA256 b171761f13deb738a2464c9d3967c12539067a34d6f2bfa5739a1006786fd24a SHA512 c0106da12ae3beeba3c23e68b37113082d829fe80160c53df51aac207557a2045c662b4d01b5a1cb211e75f9f7629290b7ecf3907b3bdc828820382793414e8e WHIRLPOOL 3da3b254707c06cb069fa462561634a4f5869fadab6ab8a07301eeb0b2244f159415d409d71c5ebceb4a74ef51f645f2f4c9ca19080a84ee370b5787740d08c2 DIST git-manpages-1.8.2.1.tar.gz 536718 SHA256 1d3bc31d10564d29d0c3a45f98f98a7d936dfcdb1692528bf2fdb2140fe89824 SHA512 a6463c8bc8a23301d89e985b88fa0073c154e126c51a1f7699cd09e79723ed463f46a9cf5dd63f9e2e46ee4111e6154ae86553bd446f5cf76db9fd4e3bff5a1f WHIRLPOOL 8aa3c57475d8cfd7c47019c4eb05c091c76fb0ec5d213942b5a16ee9f6c540111aecb6b754eb98578e9e129d4e8ba941a3bee326a2845b2a098cc30e1109d35d DIST git-manpages-1.8.3.2.tar.gz 542769 SHA256 599bc8f6c56986a994a237cfebb53b4fab9051576775e32d0353e0455ab84115 SHA512 42fd781b924355c969ce381aae828f877059472741d7b53b0d1aad53f04c8a27b6b161b5dfc353098370ead73ccb9cdc86ac5374cf02829134f8c4d70bcbb7cf WHIRLPOOL 90226006a35b7b6e644f887981f2725238ff428f572425942701614e14fab5c8c5c602746de93a113d83d9b9c76ea1805a9c7cfa353305b0f817c33976048d77 +DIST git-manpages-1.8.4.2.tar.gz 565198 SHA256 f7e8326a62398026c3e721e06499f09d3fab78fe67d1c75e07fa14b6b59801b7 SHA512 52fbfadaac06f65525d16441d51b038a56dcaf63ffa4bfe4593c6f65b0db994ab59cce7332f02529583fe63afae62d6351ce20dce38de1d0c398ae5e39ebf2f0 WHIRLPOOL fd08877e18fe5f65380acbc33d699d1f300c693aed9123af8ee01202826bd3e4061cac0fc6865c59a18a21a579898aaa78b5031710242f9878fe25552c3aee8c DIST git-manpages-1.8.4.tar.gz 564928 SHA256 2b7eac1de1569201172363b0054ea9ee4c872587514e6322f534befabf5769c3 SHA512 88a2b0c6d972281330816cdbbdcb15a764966de528ce52a6fcb664da2350fd021ba7194f99705361eb7cacde10d0607c6b70a753e7299dbff12f7a8841aa741a WHIRLPOOL 6df0f1490bc4cd57fa7c60edee16bfae53d6f9adbdd705d946a7ff6d044eec8c465862db86d8c7ac0f43ea1bf99e97284eb1ef2c931a89f14be319f718fe54f0 diff --git a/dev-vcs/git/git-1.8.4.2.ebuild b/dev-vcs/git/git-1.8.4.2.ebuild new file mode 100644 index 000000000000..e762270eccff --- /dev/null +++ b/dev-vcs/git/git-1.8.4.2.ebuild @@ -0,0 +1,617 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.4.2.ebuild,v 1.1 2013/10/28 19:28:06 robbat2 Exp $ + +EAPI=5 + +GENTOO_DEPEND_ON_PERL=no + +# bug #329479: git-remote-testgit is not multiple-version aware +PYTHON_COMPAT=( python2_{6,7} ) +[[ ${PV} == *9999 ]] && SCM="git-2" +EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git" + +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="gz" + SRC_URI_GOOG="http://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 ~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" +else + SRC_URI="" + KEYWORDS="" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="+blksha1 +curl cgi doc emacs gnome-keyring +gpg gtk highlight +iconv +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test" + +# Common to both DEPEND and RDEPEND +CDEPEND=" + dev-libs/openssl + sys-libs/zlib + pcre? ( dev-libs/libpcre ) + perl? ( dev-lang/perl[-build(-)] ) + tk? ( dev-lang/tk ) + curl? ( + net-misc/curl + webdav? ( dev-libs/expat ) + ) + emacs? ( virtual/emacs ) + gnome-keyring? ( gnome-base/gnome-keyring )" + +RDEPEND="${CDEPEND} + gpg? ( app-crypt/gnupg ) + perl? ( dev-perl/Error + dev-perl/Net-SMTP-SSL + dev-perl/Authen-SASL + cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) ) + cvs? ( >=dev-vcs/cvsps-2.1 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} + app-arch/cpio + doc? ( + app-text/asciidoc + app-text/docbook2X + sys-apps/texinfo + app-text/xmlto + ) + 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 ) + 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="${myopts} BLK_SHA1=YesPlease" + elif use ppcsha1 ; then + myopts="${myopts} PPC_SHA1=YesPlease" + fi + + if use curl ; then + use webdav || myopts="${myopts} NO_EXPAT=YesPlease" + else + myopts="${myopts} NO_CURL=YesPlease" + fi + + # broken assumptions, because of broken build system ... + myopts="${myopts} NO_FINK=YesPlease NO_DARWIN_PORTS=YesPlease" + myopts="${myopts} INSTALL=install TAR=tar" + myopts="${myopts} SHELL_PATH=${EPREFIX}/bin/sh" + myopts="${myopts} SANE_TOOL_PATH=" + myopts="${myopts} OLD_ICONV=" + myopts="${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="${myopts} NO_ICONV=YesPlease" + use nls \ + || myopts="${myopts} NO_GETTEXT=YesPlease" + use tk \ + || myopts="${myopts} NO_TCLTK=YesPlease" + use pcre \ + && myopts="${myopts} USE_LIBPCRE=yes" \ + && extlibs="${extlibs} -lpcre" + use perl \ + && myopts="${myopts} INSTALLDIRS=vendor" \ + || myopts="${myopts} NO_PERL=YesPlease" + use python \ + || myopts="${myopts} NO_PYTHON=YesPlease" + use subversion \ + || myopts="${myopts} NO_SVN_TESTS=YesPlease" + use threads \ + && myopts="${myopts} THREADED_DELTA_SEARCH=YesPlease" \ + || myopts="${myopts} NO_PTHREADS=YesPlease" + use cvs \ + || myopts="${myopts} NO_CVS=YesPlease" +# Disabled until ~m68k-mint can be keyworded again +# if [[ ${CHOST} == *-mint* ]] ; then +# myopts="${myopts} NO_MMAP=YesPlease" +# myopts="${myopts} NO_IPV6=YesPlease" +# myopts="${myopts} NO_STRLCPY=YesPlease" +# myopts="${myopts} NO_MEMMEM=YesPlease" +# myopts="${myopts} NO_MKDTEMP=YesPlease" +# myopts="${myopts} NO_MKSTEMPS=YesPlease" +# fi + if [[ ${CHOST} == ia64-*-hpux* ]]; then + myopts="${myopts} NO_NSEC=YesPlease" + fi + if [[ ${CHOST} == *-*-aix* ]]; then + myopts="${myopts} NO_FNMATCH_CASEFOLD=YesPlease" + fi + if [[ ${CHOST} == *-solaris* ]]; then + myopts="${myopts} NEEDS_LIBICONV=YesPlease" + fi + + has_version '>=app-text/asciidoc-8.0' \ + && myopts="${myopts} ASCIIDOC8=YesPlease" + myopts="${myopts} ASCIIDOC_NO_ROFF=YesPlease" + + # Bug 290465: + # builtin-fetch-pack.c:816: error: 'struct stat' has no member named 'st_mtim' + [[ "${CHOST}" == *-uclibc* ]] && \ + myopts="${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-1.8.4-optional-cvs.patch + + 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/gitweb.cgi \ + || die "emake gitweb/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 + git_emake EXTLIBS="${EXTLIBS}" || 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 +} + +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} + newbashcomp contrib/completion/git-prompt.sh ${PN}-prompt + + 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}" + + # git-diffall + dobin contrib/diffall/git-diffall + newdoc contrib/diffall/README git-diffall.txt + + # 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 + + # remote-helpers + if use python ; then + python_scriptinto /usr/libexec/git-core/ + python_doscript "${S}"/contrib/remote-helpers/git-remote-{bzr,hg} + python_optimize + fi + + dodir /usr/share/${PN}/contrib + # The following are excluded: + # completion - installed above + # credential/gnome-keyring TODO + # diff-highlight - done above + # diffall - 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 ciabot convert-objects fast-import \ + hg-to-git hooks remotes2config.sh rerere-train.sh \ + stats vim 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.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 + + fixlocalpod +} + +src_test() { + local disabled="" + local tests_cvs="t9200-git-cvsexportcommit.sh \ + t9400-git-cvsserver-server.sh \ + t9401-git-cvsserver-crlf.sh \ + t9600-cvsimport.sh \ + t9601-cvsimport-vendor-branch.sh \ + t9602-cvsimport-branches-tags.sh \ + t9603-cvsimport-patchsets.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/bash-completion/git-prompt for Git bash prompt" + einfo "Note that the prompt bash code is now in the seperate script" + elog "These additional scripts need some dependencies:" + echo + showpkgdeps git-quiltimport "dev-util/quilt" + showpkgdeps git-instaweb \ + "|| ( www-servers/lighttpd www-servers/apache )" + echo +} + +pkg_postrm() { + use emacs && elisp-site-regen +} diff --git a/games-board/gnome-mastermind/Manifest b/games-board/gnome-mastermind/Manifest index 2b2743c553d0..de8436b0d8c9 100644 --- a/games-board/gnome-mastermind/Manifest +++ b/games-board/gnome-mastermind/Manifest @@ -1 +1 @@ -DIST gnome-mastermind-0.3.1.tar.bz2 717787 RMD160 38967eb51755d3a84a707cf77bd72f9cbeace161 SHA1 78219784098e0733d8d788b7102b68b616f9d114 SHA256 bf815bee234b9efba1f0d48001b94e6cace7ed31335a4817c74740b1b98a3d26 +DIST gnome-mastermind-0.3.1.tar.bz2 717787 SHA256 bf815bee234b9efba1f0d48001b94e6cace7ed31335a4817c74740b1b98a3d26 diff --git a/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild b/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild index 1e156654e9f8..3de43a15db8d 100644 --- a/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild +++ b/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild,v 1.6 2012/05/04 04:30:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild,v 1.7 2013/10/29 01:36:30 blueness Exp $ EAPI=2 inherit eutils gnome2 @@ -11,7 +11,7 @@ SRC_URI="http://download.gna.org/gnome-mastermind/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="" RDEPEND="gnome-base/gconf diff --git a/games-board/gnubg/gnubg-20121201.ebuild b/games-board/gnubg/gnubg-20121201.ebuild index dc88385bcf42..8f1a7c19372c 100644 --- a/games-board/gnubg/gnubg-20121201.ebuild +++ b/games-board/gnubg/gnubg-20121201.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20121201.ebuild,v 1.5 2013/01/13 11:29:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20121201.ebuild,v 1.6 2013/10/29 01:35:31 blueness Exp $ EAPI=4 PYTHON_DEPEND="python? 2" @@ -12,7 +12,7 @@ SRC_URI="http://www.gnubg.org/media/sources/${PN}-source-SNAPSHOT-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd" IUSE="gtk opengl python threads" GTK_DEPS=" diff --git a/games-board/gnubg/gnubg-20130203.ebuild b/games-board/gnubg/gnubg-20130203.ebuild index 986a4f51ce90..6665de3aa25b 100644 --- a/games-board/gnubg/gnubg-20130203.ebuild +++ b/games-board/gnubg/gnubg-20130203.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20130203.ebuild,v 1.2 2013/09/05 19:44:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnubg/gnubg-20130203.ebuild,v 1.3 2013/10/29 01:35:31 blueness Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -12,7 +12,7 @@ SRC_URI="http://www.gnubg.org/media/sources/${PN}-source-SNAPSHOT-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="gtk opengl python threads" GTK_DEPS=" diff --git a/games-board/pysolfc/pysolfc-2.0-r2.ebuild b/games-board/pysolfc/pysolfc-2.0-r2.ebuild index fa9b23923ce5..247f0b0e8f0f 100644 --- a/games-board/pysolfc/pysolfc-2.0-r2.ebuild +++ b/games-board/pysolfc/pysolfc-2.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild,v 1.1 2013/06/23 21:44:48 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pysolfc/pysolfc-2.0-r2.ebuild,v 1.2 2013/10/28 22:08:27 hasufell Exp $ EAPI=5 @@ -37,7 +37,7 @@ python_prepare_all() { sed -i \ -e "/pysol.desktop/d" \ -e "s:share/icons:share/pixmaps:" \ - -e "s:data_dir =.*:data_dir = \'share/games/${PN}\':" \ + -e "s:data_dir =.*:data_dir = \'${GAMES_DATADIR}/${PN}\':" \ setup.py || die # avoid installing pysol.py into /usr/bin diff --git a/mail-filter/mimedefang/Manifest b/mail-filter/mimedefang/Manifest index 33de846dc279..ece3097ad2bc 100644 --- a/mail-filter/mimedefang/Manifest +++ b/mail-filter/mimedefang/Manifest @@ -1,2 +1 @@ -DIST mimedefang-2.72.tar.gz 348897 SHA256 86a3a72fc46155da83ce9536c2d730ae23526d28c1b2beafd7c6f3d2b5c57345 DIST mimedefang-2.73.tar.gz 356601 SHA256 88a0f294e517348b692b0e0f226b60f90fa94eb0e771e02ab716c8e50d8cf714 SHA512 c20ee35235107342d4bce5a95cca01fc6c45365bf270b11c2bfe44a614ec39bcdd2a7b71836a092d6df88519194dbb3e93e293144b740e95e9846ebe0302cf5e WHIRLPOOL 56339d0cdbc0ab33a4a8eb37847ef00169b0db865ea7847172ee485090639fa2e0fea2361e615902013e10c2b1efbf2679c286d5bc4e189d68ae3cce53a69abc diff --git a/mail-filter/mimedefang/mimedefang-2.72.ebuild b/mail-filter/mimedefang/mimedefang-2.72.ebuild deleted file mode 100644 index d1597a064812..000000000000 --- a/mail-filter/mimedefang/mimedefang-2.72.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/mimedefang/mimedefang-2.72.ebuild,v 1.2 2012/06/04 23:55:48 zmedico Exp $ - -EAPI=4 - -inherit eutils user - -DESCRIPTION="Antispam, antivirus and other customizable filtering for MTAs with Milter support" -HOMEPAGE="http://www.mimedefang.org/" -SRC_URI="http://www.mimedefang.org/static/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="clamav +poll" - -DEPEND=">=dev-perl/MIME-tools-5.412 - dev-perl/IO-stringy - virtual/perl-MIME-Base64 - dev-perl/Digest-SHA1 - clamav? ( app-antivirus/clamav ) - || ( mail-filter/libmilter mail-mta/sendmail )" -RDEPEND="${DEPEND}" -RESTRICT="test" - -pkg_setup() { - enewgroup defang - enewuser defang -1 -1 -1 defang -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-ldflags.patch -} - -src_configure() { - econf \ - --with-user=defang \ - $(use_enable poll) \ - $(use_enable clamav) \ - $(use_enable clamav clamd) -} - -src_install() { - emake DESTDIR="${D}" INSTALL_STRIP_FLAG="" install - - fowners defang:defang /etc/mail/mimedefang-filter - fperms 644 /etc/mail/mimedefang-filter - insinto /etc/mail/ - insopts -m 644 - newins "${S}"/SpamAssassin/spamassassin.cf sa-mimedefang.cf - - keepdir /var/spool/{MD-Quarantine,MIMEDefang} - fowners defang:defang /var/spool/{MD-Quarantine,MIMEDefang} - fperms 700 /var/spool/{MD-Quarantine,MIMEDefang} - - dodir /var/log/mimedefang - keepdir /var/log/mimedefang - - newinitd "${FILESDIR}"/${PN}.init ${PN} - newconfd "${FILESDIR}"/${PN}.conf ${PN} - - docinto examples - dodoc examples/* -} diff --git a/mail-mta/exim/Manifest b/mail-mta/exim/Manifest index 6ba2625de9fd..62ad88623067 100644 --- a/mail-mta/exim/Manifest +++ b/mail-mta/exim/Manifest @@ -1,6 +1,6 @@ DIST exim-4.80.1.tar.bz2 1650082 SHA256 9565b10f06be224fd03adafae2e07e6fdbb479f8873e3894ddb13f98eeebe78f SHA512 ed73dd34dc02ab91896c3cdcedb0618ca3be116904c8eeb1303fc3534f8ab9430083f654fa5af994b0e01049e7fdd22d268fed9a3318b64a56c3a61d7f2174f5 WHIRLPOOL d556b7515f081f39a7bb7cb16804f0e13b37a3295a5f19faf28f9fed0966411f13b521dd7e5a8f42a7a851fa46e15ef8478caff734903080f31e910fb1530eab -DIST exim-4.82_RC5.tar.bz2 1723209 SHA256 242fb17bd69b828b0bb5d3b907def6b4447750ceb92e5360d93dd83c4779e7ec SHA512 71298d76f715a4a9109728e398a3f1902d1a2e632a60c8a0a045d5fc893bed54fa87833c07d4a83bad2923d6f2ec2f05ebfd1caa0ed28b0c23cdfa65e5916399 WHIRLPOOL 64f72ccad94b47a8073167a9cad404079b4be4a623a18bd458653f9bdc642b09fe24fa493ce3828270e73a65c1b2a8209de0e5cd0eb7bef2e074238600cbd79d +DIST exim-4.82.tar.bz2 1722771 SHA256 46dedfb6ced2aa4a1eddc5d8ce46a790a961508bd389faa2e215302ae80d91cf SHA512 3f65d99e737a524c5ca84bd912193774418134d77f38868258890945c559f3890af470723da7e88a601af3bd4e8055302db59c455381dc26d573d38b64e2f2ca WHIRLPOOL 9c044cf45cc96be2733f8a00c9cdda8d3cffbefe540abf45aaa514124b1f61243806c06fe7faccf7ab0865819076a4c3d5d416b57d5e51e2b7428cf927b5eb8e DIST exim-html-4.80.1.tar.bz2 404894 SHA256 206ef4acc2641f10f3f23f8ee97cd1f7125486938ea1fc231ac2a1d5d6c9be09 SHA512 c3f7eef6c7d1981185c5d7bae6a1bf4645468d105e85990accf56f66daf809ad8fb0f3e50925339a72c510e2cc0eced864bc06d526e5b735744f4478dd32d373 WHIRLPOOL 7d67d196e0613fba36d7e1e1370b0b1a6f60739befaa7d2f9661bcef9f57df9586aa63a99faa6a5d25619c2cd7186d2bdf27059f1d229be5d8199d6ec3f6b49c -DIST exim-html-4.82_RC5.tar.bz2 459942 SHA256 ec4f6af8214192f0f998183831dff02844ab7593c03d0c4a37ce01a69b427f38 SHA512 1f2bee0c4f7c70788d793b51f91bf73f152b0ab9842ae4ed948a2040ab03764ba2d8fe980c195e122735dc1ff2564f46b3d9964481ab148a782268f3c2b83fc3 WHIRLPOOL a20e71a8a2f009cd948353a294835a81cda8eefa876b92b621bcc2c5d8460c69cc60d266f3d4978970cf925a267125902fb6c5f30e54b49abbf0c14eb7d7858f +DIST exim-html-4.82.tar.bz2 460106 SHA256 60936677150f177af93c1706d390a5b0e402e618f5f602b065b1afaf9c6f2191 SHA512 d72af692134cdc891af68d024e10c142901833930ee2f5b0dbf29253b811dbc4b419d3566cfdc293d40a2d94c000bf8abae68b56e198d5921fa6a3903b4c7c48 WHIRLPOOL ac1b633782b41a8b4f0894b5066187ae7bc4baf125a68d86053945cca032bddbbd84b3d28322acf676fb9f408ccc5502cf3c53613959f600cf145f8055561fca DIST exim_469_dsn_1_3.patch 40222 SHA256 605c520ea79507fd387772796c62303c5a49d1dc47b744b4267301096eedd49a SHA512 99cfb5c0c28849452b2b7a6f2b47abf78a77f970465ab5a3a5d68089dd5964610d8c64d1a380051da06f8e85ee7a073ee651b53dbac7451d9be55c78093178e5 WHIRLPOOL 7789e301a9aebe81fc0f3c68875f91e61413b5e8ca41b32562aff6146e1353b5a2a9a158455a18b16cf82a4fdcbb1a8a66fb85842387bc0afbd270ee91e27692 DIST system_filter.exim.gz 3075 SHA256 3a3471b486a09e0a0153f7b520e1eaf26d21b97d73ea8348bdc593c00eb1e437 SHA512 cb358d3ce2499a0bb5920d962a06f2af8486e55ec90c8c928bd8e3aefb279aa57f5f960d5adfcef68bd94110b405eaa144e9629cfe6014a529c79c544600bbf3 WHIRLPOOL ce68d9c18b24eca3ef97ea810964cc1ada5f85b795a7c432ad39b5788188a16419101c92fb52b418738d760e1d658f7a41485e5561079a667d84d276c71be5a4 diff --git a/mail-mta/exim/exim-4.82_rc5.ebuild b/mail-mta/exim/exim-4.82.ebuild similarity index 98% rename from mail-mta/exim/exim-4.82_rc5.ebuild rename to mail-mta/exim/exim-4.82.ebuild index abf5cf308922..5472732adc65 100644 --- a/mail-mta/exim/exim-4.82_rc5.ebuild +++ b/mail-mta/exim/exim-4.82.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.82_rc5.ebuild,v 1.2 2013/10/27 20:56:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.82.ebuild,v 1.1 2013/10/28 17:49:40 grobian Exp $ EAPI="4" @@ -22,7 +22,7 @@ HOMEPAGE="http://www.exim.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" +KEYWORDS="~amd64 ~x86-solaris" COMMON_DEPEND=">=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 diff --git a/media-gfx/hugin/Manifest b/media-gfx/hugin/Manifest index 99483eeadb78..df08e06bb0b3 100644 --- a/media-gfx/hugin/Manifest +++ b/media-gfx/hugin/Manifest @@ -1,3 +1,2 @@ -DIST hugin-2011.4.0.tar.bz2 11740410 SHA256 2e4b8eabdb243b24b2dd4a6af82a1a2a7451e2e749f84349f8cdfd8e9fa4ddae SHA512 13f2e1d72e1bc7e3c3871dd845ec3cd7aefe9dc1bf108808996b9dccdfff6a10a8dba2935f1a20c898385e97bdf8f08e9f77bb315e73ae5240eb594bfbc55803 WHIRLPOOL b7a4ee66029d3639f4314c853a92d60ca930353e6c2be624c0b05476435defab302f17e5ac27f48a5c4e7fd9f6eefd3ad088c0cc435abbbe5b7e66c8908d3f82 DIST hugin-2012.0.0.tar.bz2 11658665 SHA256 63dfd88ac90d3af4b958111db951bb7fbf2c66ad6b0246e6305403eb5de971b3 SHA512 acf97d383091eca300074a8e207ec5500a8b96a5116708a6ff23fb8f5359a77016867ee2ae21a4e40c4d07d056b5c27844c03c275ec29c0b604ecb31b73ee0a8 WHIRLPOOL d058639202aef1f6beb475bc8c170ac4269bf5050bfcbc48678ddde67188e12eb29c216b6ce8f79571c91ff43e271dac706bd4f432d3f640d549f87b371caa43 -DIST hugin-2013.0.0_rc2.tar.bz2 11246216 SHA256 435b22f7eea0e35cecab46a1c76cc096b0b2a41820cc6991e39cc027a69770e7 SHA512 89bad8a5895df9b85ec349ff76841a468fd68a30b72821404a7a778c9b3f31017613257e690bd44ae0521e6c58c1b49a7c3c914e9b5cf55530c05ac657fc7dd9 WHIRLPOOL ae4d28fa041c849695ab629d09f3044ae5be685446813d7a1f036748cb66d7092614e06c877b4c4642c40199bb272c35f6dce3d8bba2ee781c5fc5258eaeef68 +DIST hugin-2013.0.0.tar.bz2 11247583 SHA256 484e1ed58fa6fe4bae1f423967101549345bcca2653b992afbc0ed9ec0dbebd5 SHA512 dea1682c16991441278a881e5e0916ffdbe8e0012f0dcf45875ee97fe7dc698d4d98037916e63c9a651557adc45c89e4e350ad976fec020562bc17a31f608a86 WHIRLPOOL c3d8e175ff23c8761815406039a8027da327925f07a18b00bde4d457228a2562f30f5df3fb5dff17f8003f985d7b51ec39d557a064c7e228b09ff73473c41e6a diff --git a/media-gfx/hugin/hugin-2011.4.0-r1.ebuild b/media-gfx/hugin/hugin-2011.4.0-r1.ebuild deleted file mode 100644 index d42dc176c189..000000000000 --- a/media-gfx/hugin/hugin-2011.4.0-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2011.4.0-r1.ebuild,v 1.4 2012/12/27 00:49:12 jdhore Exp $ - -EAPI=3 -WX_GTK_VER="2.8" -PYTHON_DEPEND="python? 2:2.6 3" - -inherit base python wxwidgets versionator cmake-utils - -DESCRIPTION="GUI for the creation & processing of panoramic images" -HOMEPAGE="http://hugin.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P/\.0_/}.tar.bz2" -LICENSE="GPL-2 SIFT" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -LANGS=" bg ca cs da de en_GB es fi fr hu it ja ko nl pl pt_BR ro ru sk sl sv uk zh_CN zh_TW" -IUSE="lapack python sift $(echo ${LANGS//\ /\ linguas_})" - -CDEPEND=" - !!dev-util/cocom - app-arch/zip - dev-cpp/tclap - >=dev-libs/boost-1.49.0-r1 - dev-libs/zthread - >=media-gfx/enblend-4.0 - media-gfx/exiv2 - media-libs/freeglut - >=media-libs/libpano13-2.9.18 - media-libs/libpng - media-libs/openexr - media-libs/tiff - sys-libs/zlib - virtual/jpeg - x11-libs/wxGTK:2.8[X,opengl,-odbc] - lapack? ( virtual/lapack ) - sift? ( media-gfx/autopano-sift-C )" -RDEPEND="${CDEPEND} - media-libs/exiftool" -DEPEND="${CDEPEND} - virtual/pkgconfig - python? ( >=dev-lang/swig-2.0.4 )" - -S=${WORKDIR}/${PN}-$(get_version_component_range 1-3) - -PATCHES=( - "${FILESDIR}/${P}"-{boost148,gcc47}.patch -) - -pkg_setup() { - DOCS="authors.txt README TODO" - mycmakeargs=( - $(cmake-utils_use_enable lapack LAPACK) - $(cmake-utils_use_build python HSI) - ) -} - -src_install() { - cmake-utils_src_install - - for lang in ${LANGS} ; do - case ${lang} in - ca) dir=ca_ES;; - cs) dir=cs_CZ;; - *) dir=${lang};; - esac - use linguas_${lang} || rm -r "${D}"/usr/share/locale/${dir} - done -} diff --git a/media-gfx/hugin/hugin-2013.0.0_rc2.ebuild b/media-gfx/hugin/hugin-2013.0.0.ebuild similarity index 97% rename from media-gfx/hugin/hugin-2013.0.0_rc2.ebuild rename to media-gfx/hugin/hugin-2013.0.0.ebuild index 5f0a1c65da18..7dcd92ff1714 100644 --- a/media-gfx/hugin/hugin-2013.0.0_rc2.ebuild +++ b/media-gfx/hugin/hugin-2013.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2013.0.0_rc2.ebuild,v 1.1 2013/09/19 19:07:16 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/hugin/hugin-2013.0.0.ebuild,v 1.1 2013/10/28 22:18:52 maekke Exp $ EAPI=5 WX_GTK_VER="2.8" diff --git a/media-sound/ardour/ardour-3.5.14.ebuild b/media-sound/ardour/ardour-3.5.14.ebuild new file mode 100644 index 000000000000..39a1514ee2a7 --- /dev/null +++ b/media-sound/ardour/ardour-3.5.14.ebuild @@ -0,0 +1,96 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.14.ebuild,v 1.1 2013/10/28 18:50:02 nativemad Exp $ + +EAPI=4 +inherit eutils git-2 toolchain-funcs flag-o-matic waf-utils + +DESCRIPTION="Digital Audio Workstation" +HOMEPAGE="http://ardour.org/" +EGIT_REPO_URI="http://git.ardour.org/ardour/ardour.git" + +if [ ${PV} = 9999 ]; then + KEYWORDS="" +else + EGIT_COMMIT="${PV}" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="3" +IUSE="altivec debug doc nls lv2 sse" + +RDEPEND="media-libs/aubio + media-libs/liblo + sci-libs/fftw:3.0 + media-libs/freetype:2 + >=dev-libs/glib-2.10.1:2 + dev-cpp/glibmm:2 + >=x11-libs/gtk+-2.8.1:2 + >=dev-libs/libxml2-2.6:2 + >=media-libs/libsndfile-1.0.18 + >=media-libs/libsamplerate-0.1 + >=media-libs/rubberband-1.6.0 + >=media-libs/libsoundtouch-1.6.0 + media-libs/flac + media-libs/raptor:2 + >=media-libs/liblrdf-0.4.0-r20 + >=media-sound/jack-audio-connection-kit-0.120 + >=gnome-base/libgnomecanvas-2 + media-libs/vamp-plugin-sdk + dev-libs/libxslt + dev-libs/libsigc++:2 + >=dev-cpp/gtkmm-2.16:2.4 + >=dev-cpp/libgnomecanvasmm-2.26:2.6 + media-libs/alsa-lib + x11-libs/pango + x11-libs/cairo + media-libs/libart_lgpl + virtual/libusb:0 + dev-libs/boost + >=media-libs/taglib-1.7 + net-misc/curl + lv2? ( + >=media-libs/slv2-0.6.1 + media-libs/lilv + media-libs/sratom + dev-libs/sord + >=media-libs/suil-0.6.10 + + )" + +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + doc? ( app-doc/doxygen[dot] )" + +src_unpack() { + git-2_src_unpack +} + +src_prepare(){ + epatch "${FILESDIR}"/${PN}-3.5-syslibs.patch + sed 's/python/python2/' -i waf +} + +src_configure() { + tc-export CC CXX + mkdir -p "${D}" + waf-utils_src_configure \ + --destdir="${D}" \ + --prefix=/usr \ + --configdir=/etc \ + $(use lv2 && echo "--lv2" || echo "--no-lv2") \ + $(use nls && echo "--nls" || echo "--no-nls") \ + $(use debug && echo "--stl-debug") \ + $((use altivec || use sse) && echo "--fpu-optimization" || echo "--no-fpu-optimization") \ + $(use doc && echo "--docs") +} + +src_install() { + waf-utils_src_install + mv ${PN}.1 ${PN}${SLOT}.1 + doman ${PN}${SLOT}.1 + newicon icons/icon/ardour_icon_mac.png ${PN}${SLOT}.png + make_desktop_entry ardour3 ardour3 ardour3 AudioVideo +} diff --git a/media-sound/ardour/ardour-9999.ebuild b/media-sound/ardour/ardour-9999.ebuild index 960aa9b1adce..43ba284ba7e5 100644 --- a/media-sound/ardour/ardour-9999.ebuild +++ b/media-sound/ardour/ardour-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-9999.ebuild,v 1.1 2013/09/10 20:14:00 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-9999.ebuild,v 1.2 2013/10/28 18:50:02 nativemad Exp $ EAPI=4 inherit eutils git-2 toolchain-funcs flag-o-matic waf-utils @@ -69,7 +69,7 @@ src_unpack() { } src_prepare(){ - epatch "${FILESDIR}"/${PN}-3.2-syslibs.patch + epatch "${FILESDIR}"/${PN}-3.5-syslibs.patch sed 's/python/python2/' -i waf } diff --git a/media-sound/ardour/files/ardour-3.5-syslibs.patch b/media-sound/ardour/files/ardour-3.5-syslibs.patch new file mode 100644 index 000000000000..a80e3a34a7c5 --- /dev/null +++ b/media-sound/ardour/files/ardour-3.5-syslibs.patch @@ -0,0 +1,37 @@ +diff --git a/libs/ardour/wscript b/libs/ardour/wscript +index 4d56983..41dd54a 100644 +--- a/libs/ardour/wscript ++++ b/libs/ardour/wscript +@@ -287,7 +287,8 @@ def configure(conf): + + # we don't try to detect this, since its part of our source tree + +- conf.define('HAVE_RUBBERBAND', 1) # controls whether we think we have it ++ autowaf.check_pkg(conf, 'taglib', uselib_store='TAGLIB', atleast_version='1.7') ++ autowaf.check_pkg(conf, 'rubberband', uselib_store='RUBBERBAND', atleast_version='1.4') + conf.define('USE_RUBBERBAND', 1) # controls whether we actually use it + + conf.define('CURRENT_SESSION_FILE_VERSION', CURRENT_SESSION_FILE_VERSION) +@@ -332,7 +333,7 @@ def build(bld): + obj.target = 'ardour' + obj.uselib = ['GLIBMM','GTHREAD','AUBIO','SIGCPP','XML','UUID', + 'SNDFILE','SAMPLERATE','LRDF','AUDIOUNITS', +- 'OSX','BOOST','CURL','DL'] ++ 'OSX','BOOST','CURL','DL','RUBBERBAND','TAGLIB'] + obj.use = ['libpbd','libmidipp','libevoral','libvamphost', + 'libvampplugin','libtaglib','librubberband', + 'libaudiographer','libltc','libtimecode'] +diff --git a/wscript b/wscript +index 3d01632..e84f4bf 100644 +--- a/wscript ++++ b/wscript +@@ -24,9 +24,7 @@ children = [ + 'libs/vamp-sdk', + 'libs/qm-dsp', + 'libs/vamp-plugins', +- 'libs/taglib', + 'libs/libltc', +- 'libs/rubberband', + 'libs/surfaces', + 'libs/panners', + 'libs/backends', diff --git a/media-tv/xmltv/Manifest b/media-tv/xmltv/Manifest index c0929a15b7fc..40bc12fc693b 100644 --- a/media-tv/xmltv/Manifest +++ b/media-tv/xmltv/Manifest @@ -1,5 +1,3 @@ DIST xmltv-0.5.50.tar.bz2 617384 SHA256 0ea8a009e987c4245fe34c1b530ca11b3d1c20aac8f2e9637730ec1b2039b535 -DIST xmltv-0.5.53.tar.bz2 669165 SHA256 366782812327b9caf6ee02981c7b0eb43b13f9ec1a2ed2e92460716923234f35 -DIST xmltv-0.5.54.tar.bz2 675198 SHA256 aa9acb0c56f0e40f574e16b762fb590fbd0004bccac9847e2e710c041b90d412 -DIST xmltv-0.5.55.tar.bz2 678801 SHA256 1ce79db2e840a0e3360a5257ec836e3f38c0136f6ccfa9081324920e2c608c3c -DIST xmltv_it-0.5.54.tar.gz 11601 SHA256 863ef3e3a8ab6fa857a69e923d9d893a29b72fe40e2b32a821c52378b7780ca1 +DIST xmltv-0.5.55.tar.bz2 678801 SHA256 1ce79db2e840a0e3360a5257ec836e3f38c0136f6ccfa9081324920e2c608c3c SHA512 3e5ce23a2c46d5af4b5277b2bae590c79d116a41ca163dffdff912ddde75fe2585232b969b7ecb285cc4af5e6fb4dda4c9225de15044d5bacf3cb472af0b0d4d WHIRLPOOL 970d3facf16afbfa7aaec6751dbf5eb6240ee3cefd8738772d93855d07cb2e1f0dea83ccc7c96a2e3225164c6d3e0c0c782e0e13f88f2a0daa264e2d1414bb85 +DIST xmltv-0.5.57.tar.bz2 778254 SHA256 4a42a1d239caa988fc6d25414ff0104aa831ffa273d4a571cff8c76c05e0afd3 SHA512 78e79b75b23cd8815403a0a5835036c67c80ff45fba79fae68e50a041ae384f427e18717d6122ea2d5eb57163370acac115946e24a8934a94b1cc72cb24314cc WHIRLPOOL 86624127ed922886d3c291358acdbd29a0b70d591baff83ed491345d5ec119de8ef486e0341499e1fa985fa38b85da9a6989e7e4159675da8876ec870b6cc433 diff --git a/media-tv/xmltv/metadata.xml b/media-tv/xmltv/metadata.xml index 5a84c7b40fe8..4300df28bb02 100644 --- a/media-tv/xmltv/metadata.xml +++ b/media-tv/xmltv/metadata.xml @@ -18,6 +18,8 @@ France tv listing grabber Croatia tv listing grabber Hungarian tv listing grabber + India tv listing grabber + Israel tv listing grabber Iceland tv listing grabber Italy tv listing grabber Japan tv listing grabber diff --git a/media-tv/xmltv/xmltv-0.5.53.ebuild b/media-tv/xmltv/xmltv-0.5.53.ebuild deleted file mode 100644 index f665210c89ae..000000000000 --- a/media-tv/xmltv/xmltv-0.5.53.ebuild +++ /dev/null @@ -1,200 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.53.ebuild,v 1.6 2012/03/18 19:44:45 armin76 Exp $ - -inherit eutils perl-module - -DESCRIPTION="Set of utilities to manage TV listings stored in the XMLTV format." -HOMEPAGE="http://membled.com/work/apps/xmltv/" -SRC_URI="mirror://sourceforge/xmltv//${P}.tar.bz2" -IUSE="ar be brnet ch dtvla uk_rt uk_bleb is it na_dd na_icons fi es es_laguiatv es_miguiatv ee re huro dk jp se_swedb hr no_gf fr pt za eu_epg tv_combiner tv_pick_cgi tv_check na_dtv" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -PREFIX="/usr" - -# NOTE: you can customize the xmltv installation by -# defining USE FLAGS (custom ones in -# /etc/portage/package.use for example). -# -# Do "equery u media-tv/xmltv" for the complete -# list of the flags you can set, with description. - -# EXAMPLES: -# enable just North American grabber -# in /etc/portage/package.use : media-tv/xmltv na_dd -# -# enable graphical front-end, Italy grabber -# in /etc/portage/package.use : media-tv/xmltv tv_check it - -RDEPEND=">=dev-perl/libwww-perl-5.65 - >=dev-perl/XML-Parser-2.34 - >=dev-perl/XML-Twig-3.10 - >=dev-perl/DateManip-5.42 - >=dev-perl/XML-Writer-0.6 - virtual/perl-Memoize - virtual/perl-Storable - >=dev-perl/Lingua-Preferred-0.2.4 - >=dev-perl/Term-ProgressBar-2.03 - virtual/perl-IO-Compress - dev-perl/Unicode-String - dev-perl/TermReadKey - dev-perl/File-Slurp - >=dev-lang/perl-5.6.1 - dev-perl/XML-LibXML" - - #nl_wolf? ( dev-perl/HTML-Tree ) -DEPEND="${RDEPEND} - brnet? ( dev-perl/IO-stringy >=dev-perl/WWW-Mechanize-1.02 ) - na_dd? ( na_icons? ( dev-perl/HTML-TableExtract >=dev-perl/WWW-Mechanize-1.02 ) ) - dk? ( dev-perl/HTML-Tree ) - es? ( dev-perl/HTML-Tree ) - fi? ( dev-perl/HTML-Tree ) - fr? ( >=dev-perl/HTML-Parser-3.34 dev-perl/HTML-Tree ) - huro? ( dev-perl/HTML-Tree ) - it? ( dev-perl/XML-Simple ) - is? ( dev-perl/XML-LibXSLT ) - jp? ( dev-perl/HTML-Tree dev-perl/Text-Kakasi ) - na_dd? ( dev-perl/SOAP-Lite dev-perl/TermReadKey ) - no_gf? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) - pt? ( dev-perl/HTML-Tree dev-perl/Unicode-UTF8simple ) - eu_epg? ( dev-perl/Archive-Zip ) - se_swedb? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) - hr? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) - uk_rt? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy ) - uk_bleb? ( dev-perl/Archive-Zip dev-perl/IO-stringy ) - ee? ( dev-perl/IO-stringy ) - re? ( dev-perl/Lingua-EN-Numbers-Ordinate ) - tv_combiner? ( dev-perl/XML-LibXML ) - tv_check? ( dev-perl/perl-tk dev-perl/Tk-TableMatrix ) - tv_pick_cgi? ( virtual/perl-CGI dev-perl/Lingua-EN-Numbers-Ordinate ) - na_dtv? ( >=dev-perl/WWW-Mechanize-1.02 dev-perl/TimeDate dev-perl/IO-stringy dev-perl/XML-LibXML ) - " - -make_config() { - # Never except default configuration - echo "no" - - # Enable Australian - #use au && echo "yes" || echo "no" - # Enable Agentina - use ar && echo "yes" || echo "no" - # Enable Brazil - #use br && echo "yes" || echo "no" - # Enable Brazil Cable - use brnet && echo "yes" || echo "no" - # Enable Switzerland Search - use ch && echo "yes" || echo "no" - # Enable Latin America - use dtvla && echo "yes" || echo "no" - # Enable Alternate Brittain - use uk_rt && echo "yes" || echo "no" - # Enable Alternate Brittain 2 - use uk_bleb && echo "yes" || echo "no" - # Enable Belgium and Luxemburg - use be && echo "yes" || echo "no" - #Enable Iceland - use is && echo "yes" || echo "no" - # Enable Italy - use it && echo "yes" || echo "no" - # Enable North America using DataDirect - use na_dd && echo "yes" || echo "no" - # Enable North America channel icons - use na_icons && use na_dd && echo "yes" || echo "no" - # Enable Finland - use fi && echo "yes" || echo "no" - # Enable Spain - use es && echo "yes" || echo "no" - # Enable Spain Digital - # use es_digital && echo "yes" || echo "no" - # Israel Temporary Disabled - # use il && echo "yes" || echo "no" - #echo "no" - # Enable Spain Alternatives - use es_laguiatv && echo "yes" || echo "no" - use es_miguiatv && echo "yes" || echo "no" - # Enable Netherlands - #use nl && echo "yes" || echo "no" - # Enable Alternate Netherlands - #use nl_wolf && echo "yes" || echo "no" - # Enable Hungary and Romania - use huro && echo "yes" || echo "no" - # Enable Denmark - use dk && echo "yes" || echo "no" - # Enable Japan - use jp && echo "yes" || echo "no" - # Enable Sweden - use se_swedb && echo "yes" || echo "no" - # Enable Croatia - use hr && echo "yes" || echo "no" - # Enable Norway Gfeed - use no_gf && echo "yes" || echo "no" - # Enable France - use fr && echo "yes" || echo "no" - # Enable Norway - #use no && echo "yes" || echo "no" - # Enable Portugal - use pt && echo "yes" || echo "no" - # Enable South Africa - use za && echo "yes" || echo "no" - # Enable Europe epg - use eu_epg && echo "yes" || echo "no" - # Enable combiner - use tv_combiner && echo "yes" || echo "no" - # Enable GUI checking. - use tv_check && echo "yes" || echo "no" - # Enable CGI support - use tv_pick_cgi && echo "yes" || echo "no" - # Enable Estonia - use ee && echo "yes" || echo "no" - # Enable Reunion Island - use re && echo "yes" || echo "no" - # Enable Caledonie Island - #use nc && echo "yes" || echo "no" - # Enable North America DirecTV - use na_dtv && echo "yes" || echo "no" -} - -src_unpack() { - unpack ${A} - - cd "${S}" -} - -src_compile() { - sed -i "s:\$VERSION = '${PV}':\$VERSION = '${PVR}':" Makefile.PL || die - pm_echovar=`make_config` - perl-module_src_compile || die "error compiling" -} - -src_install() { - # actually make test should be unneede, but if non na grabbers - # start to not install remove comment below - #make test - #make - #make DESTDIR=${D} install - perl-module_src_install || die "error installing" - - for i in `grep -rl "${D}" "${D}"` ; do - sed -e "s:${D}::g" -i "${i}" - done - - if use tv_pick_cgi ; then - dobin choose/tv_pick/tv_pick_cgi || die "error creating tv_pick_cgi" - fi -} - -pkg_postinst() { - if use tv_pick_cgi ; then - elog "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi" - elog "to where the ScriptAlias directive is configured." - fi - if use na_icons ; then - if use na_dd ; then - elog "na_icons set for na_dd grabber user." - else - elog "na_icons works only when na_dd is set, " - elog "otherwise it does nothing." - fi - fi -} diff --git a/media-tv/xmltv/xmltv-0.5.54.ebuild b/media-tv/xmltv/xmltv-0.5.54.ebuild deleted file mode 100644 index 1733416a7687..000000000000 --- a/media-tv/xmltv/xmltv-0.5.54.ebuild +++ /dev/null @@ -1,203 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.54.ebuild,v 1.4 2012/03/18 19:44:45 armin76 Exp $ - -inherit eutils perl-module - -DESCRIPTION="Set of utilities to manage TV listings stored in the XMLTV format." -HOMEPAGE="http://membled.com/work/apps/xmltv/" -SRC_URI="mirror://sourceforge/xmltv//${P}.tar.bz2 - http://dev.gentoo.org/~mattepiu/xmltv_it-0.5.54.tar.gz" - -IUSE="ar brnet ch dtvla uk_rt uk_bleb is it na_dd na_icons fi es es_laguiatv es_miguiatv ee re huro dk jp se_swedb hr no_gf fr pt za eu_epg tv_combiner tv_pick_cgi tv_check na_dtv" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -PREFIX="/usr" - -# NOTE: you can customize the xmltv installation by -# defining USE FLAGS (custom ones in -# /etc/portage/package.use for example). -# -# Do "equery u media-tv/xmltv" for the complete -# list of the flags you can set, with description. - -# EXAMPLES: -# enable just North American grabber -# in /etc/portage/package.use : media-tv/xmltv na_dd -# -# enable graphical front-end, Italy grabber -# in /etc/portage/package.use : media-tv/xmltv tv_check it - -RDEPEND=">=dev-perl/libwww-perl-5.65 - >=dev-perl/XML-Parser-2.34 - >=dev-perl/XML-Twig-3.10 - >=dev-perl/DateManip-5.42 - >=dev-perl/XML-Writer-0.6 - virtual/perl-Memoize - virtual/perl-Storable - >=dev-perl/Lingua-Preferred-0.2.4 - >=dev-perl/Term-ProgressBar-2.03 - virtual/perl-IO-Compress - dev-perl/Unicode-String - dev-perl/TermReadKey - dev-perl/File-Slurp - >=dev-lang/perl-5.6.1 - dev-perl/XML-LibXML" - - #nl_wolf? ( dev-perl/HTML-Tree ) -DEPEND="${RDEPEND} - brnet? ( dev-perl/IO-stringy >=dev-perl/WWW-Mechanize-1.02 ) - na_dd? ( na_icons? ( dev-perl/HTML-TableExtract >=dev-perl/WWW-Mechanize-1.02 ) ) - dk? ( dev-perl/HTML-Tree ) - es? ( dev-perl/HTML-Tree ) - fi? ( dev-perl/HTML-Tree ) - fr? ( >=dev-perl/HTML-Parser-3.34 dev-perl/HTML-Tree ) - huro? ( dev-perl/HTML-Tree ) - it? ( dev-perl/XML-Simple ) - is? ( dev-perl/XML-LibXSLT ) - jp? ( dev-perl/HTML-Tree dev-perl/Text-Kakasi ) - na_dd? ( dev-perl/SOAP-Lite dev-perl/TermReadKey ) - no_gf? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) - pt? ( dev-perl/HTML-Tree dev-perl/Unicode-UTF8simple ) - eu_epg? ( dev-perl/Archive-Zip ) - se_swedb? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) - hr? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) - uk_rt? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy ) - uk_bleb? ( dev-perl/Archive-Zip dev-perl/IO-stringy ) - ee? ( dev-perl/IO-stringy ) - re? ( dev-perl/Lingua-EN-Numbers-Ordinate ) - tv_combiner? ( dev-perl/XML-LibXML ) - tv_check? ( dev-perl/perl-tk dev-perl/Tk-TableMatrix ) - tv_pick_cgi? ( virtual/perl-CGI dev-perl/Lingua-EN-Numbers-Ordinate ) - na_dtv? ( >=dev-perl/WWW-Mechanize-1.02 dev-perl/TimeDate dev-perl/IO-stringy dev-perl/XML-LibXML ) - " - -make_config() { - # Never except default configuration - echo "no" - - # Enable Australian - #use au && echo "yes" || echo "no" - # Enable Agentina - use ar && echo "yes" || echo "no" - # Enable Brazil - #use br && echo "yes" || echo "no" - # Enable Brazil Cable - use brnet && echo "yes" || echo "no" - # Enable Switzerland Search - use ch && echo "yes" || echo "no" - # Enable Latin America - use dtvla && echo "yes" || echo "no" - # Enable Alternate Brittain - use uk_rt && echo "yes" || echo "no" - # Enable Alternate Brittain 2 - use uk_bleb && echo "yes" || echo "no" - # Enable Belgium and Luxemburg - #use be && echo "yes" || echo "no" - #Enable Iceland - use is && echo "yes" || echo "no" - # Enable Italy - use it && echo "yes" || echo "no" - # Enable North America using DataDirect - use na_dd && echo "yes" || echo "no" - # Enable North America channel icons - use na_icons && use na_dd && echo "yes" || echo "no" - # Enable Finland - use fi && echo "yes" || echo "no" - # Enable Spain - use es && echo "yes" || echo "no" - # Enable Spain Digital - # use es_digital && echo "yes" || echo "no" - # Israel Temporary Disabled - # use il && echo "yes" || echo "no" - #echo "no" - # Enable Spain Alternatives - use es_laguiatv && echo "yes" || echo "no" - use es_miguiatv && echo "yes" || echo "no" - # Enable Netherlands - #use nl && echo "yes" || echo "no" - # Enable Alternate Netherlands - #use nl_wolf && echo "yes" || echo "no" - # Enable Hungary and Romania - use huro && echo "yes" || echo "no" - # Enable Denmark - use dk && echo "yes" || echo "no" - # Enable Japan - use jp && echo "yes" || echo "no" - # Enable Sweden - use se_swedb && echo "yes" || echo "no" - # Enable Croatia - use hr && echo "yes" || echo "no" - # Enable Norway Gfeed - use no_gf && echo "yes" || echo "no" - # Enable France - use fr && echo "yes" || echo "no" - # Enable Norway - #use no && echo "yes" || echo "no" - # Enable Portugal - use pt && echo "yes" || echo "no" - # Enable South Africa - use za && echo "yes" || echo "no" - # Enable Europe epg - use eu_epg && echo "yes" || echo "no" - # Enable combiner - use tv_combiner && echo "yes" || echo "no" - # Enable GUI checking. - use tv_check && echo "yes" || echo "no" - # Enable CGI support - use tv_pick_cgi && echo "yes" || echo "no" - # Enable Estonia - use ee && echo "yes" || echo "no" - # Enable Reunion Island - use re && echo "yes" || echo "no" - # Enable Caledonie Island - #use nc && echo "yes" || echo "no" - # Enable North America DirecTV - use na_dtv && echo "yes" || echo "no" -} - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${WORKDIR}/xmltv_it-0.5.54.patch" || die -} - -src_compile() { - sed -i "s:\$VERSION = '${PV}':\$VERSION = '${PVR}':" Makefile.PL || die - pm_echovar=`make_config` - perl-module_src_compile || die "error compiling" -} - -src_install() { - # actually make test should be unneede, but if non na grabbers - # start to not install remove comment below - #make test - #make - #make DESTDIR=${D} install - perl-module_src_install || die "error installing" - - for i in `grep -rl "${D}" "${D}"` ; do - sed -e "s:${D}::g" -i "${i}" - done - - if use tv_pick_cgi ; then - dobin choose/tv_pick/tv_pick_cgi || die "error creating tv_pick_cgi" - fi -} - -pkg_postinst() { - if use tv_pick_cgi ; then - elog "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi" - elog "to where the ScriptAlias directive is configured." - fi - if use na_icons ; then - if use na_dd ; then - elog "na_icons set for na_dd grabber user." - else - elog "na_icons works only when na_dd is set, " - elog "otherwise it does nothing." - fi - fi -} diff --git a/media-tv/xmltv/xmltv-0.5.57.ebuild b/media-tv/xmltv/xmltv-0.5.57.ebuild new file mode 100644 index 000000000000..2709eeb8864b --- /dev/null +++ b/media-tv/xmltv/xmltv-0.5.57.ebuild @@ -0,0 +1,207 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xmltv/xmltv-0.5.57.ebuild,v 1.1 2013/10/28 14:00:38 pinkbyte Exp $ + +EAPI=5 + +inherit eutils perl-module + +DESCRIPTION="Set of utilities to manage TV listings stored in the XMLTV format" +HOMEPAGE="http://xmltv.org" +SRC_URI="mirror://sourceforge/xmltv/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux" + +IUSE="ar ch dtvla uk_rt uk_bleb is it na_dd na_icons fi es_laguiatv es_miguiatv ee re huro dk se_swedb hr no_gf fr pt eu_epg tv_combiner tv_pick_cgi tv_check na_dtv +za nl in il" + +# NOTE: you can customize the xmltv installation by +# defining USE FLAGS (custom ones in +# /etc/portage/package.use for example). +# +# Do "equery u media-tv/xmltv" for the complete +# list of the flags you can set, with description. + +# EXAMPLES: +# enable just North American grabber +# in /etc/portage/package.use : media-tv/xmltv na_dd +# +# enable graphical front-end, Italy grabber +# in /etc/portage/package.use : media-tv/xmltv tv_check it + +RDEPEND=">=dev-perl/libwww-perl-5.65 + >=dev-perl/XML-Parser-2.34 + >=dev-perl/XML-Twig-3.10 + >=dev-perl/DateManip-5.42 + >=dev-perl/XML-Writer-0.6 + virtual/perl-Memoize + virtual/perl-Storable + >=dev-perl/Lingua-Preferred-0.2.4 + >=dev-perl/Term-ProgressBar-2.03 + virtual/perl-IO-Compress + dev-perl/Unicode-String + dev-perl/TermReadKey + dev-perl/File-Slurp + >=dev-lang/perl-5.6.1 + dev-perl/XML-LibXML" +DEPEND="${RDEPEND} + nl? ( dev-perl/HTML-Tree ) + na_icons? ( dev-perl/HTML-TableExtract >=dev-perl/WWW-Mechanize-1.02 ) + dk? ( dev-perl/HTML-Tree dev-perl/DateTime dev-perl/Parse-RecDescent ) + fi? ( dev-perl/HTML-Tree ) + fr? ( >=dev-perl/HTML-Parser-3.34 dev-perl/HTML-Tree ) + huro? ( dev-perl/HTML-Tree ) + it? ( dev-perl/XML-Simple ) + is? ( dev-perl/XML-LibXSLT ) + na_dd? ( dev-perl/SOAP-Lite dev-perl/TermReadKey ) + no_gf? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) + pt? ( dev-perl/HTML-Tree dev-perl/Unicode-UTF8simple ) + eu_epg? ( dev-perl/Archive-Zip ) + se_swedb? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) + hr? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) + uk_rt? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy ) + uk_bleb? ( dev-perl/Archive-Zip dev-perl/IO-stringy ) + ee? ( dev-perl/IO-stringy ) + re? ( dev-perl/Lingua-EN-Numbers-Ordinate ) + tv_combiner? ( dev-perl/XML-LibXML ) + tv_check? ( dev-perl/perl-tk dev-perl/Tk-TableMatrix ) + tv_pick_cgi? ( virtual/perl-CGI dev-perl/Lingua-EN-Numbers-Ordinate ) + na_dtv? ( >=dev-perl/WWW-Mechanize-1.02 dev-perl/TimeDate dev-perl/IO-stringy dev-perl/XML-LibXML ) + " + +REQUIRED_USE="na_icons? ( na_dd )" + +PREFIX="/usr" + +src_prepare() { + sed -i \ + -e "s:\$VERSION = '${PV}':\$VERSION = '${PVR}':" \ + -e "/^@docs/s:doc/COPYING ::" \ + Makefile.PL || die + + epatch_user +} + +src_configure() { + make_config() { + # Never except default configuration + echo "no" + + # Enable Australian + #use au && echo "yes" || echo "no" + # Enable Agentina + usex ar + # Enable Brazil + #use br && echo "yes" || echo "no" + # Enable Brazil Cable + #use brnet && echo "yes" || echo "no" + # Enable Switzerland Search + usex ch + # Enable Latin America + usex dtvla + # Enable Alternate Brittain + usex uk_rt + # Enable Alternate Brittain 2 + usex uk_bleb + # Enable Belgium and Luxemburg + #use be && echo "yes" || echo "no" + #Enable Iceland + usex is + # Enable Italy + usex it + # Enable Italy from DVB-S stream + echo "no" # missing Linux::DVB + # Enable India (experimental) + usex in + # Enable North America using DataDirect + usex na_dd + # Enable North America channel icons + usex na_icons + # Enable Finland + usex fi + # Enable Israel + usex il + # Enable Spain + #use es && echo "yes" || echo "no" + # Enable Spain Digital + # use es_digital && echo "yes" || echo "no" + # Israel Temporary Disabled + # use il && echo "yes" || echo "no" + #echo "no" + # Enable Spain Alternatives + usex es_laguiatv + usex es_miguiatv + # Enable Netherlands + usex nl + # Enable Alternate Netherlands + #use nl_wolf && echo "yes" || echo "no" + # Enable Hungary and Romania + usex huro + # Enable Denmark + usex dk + # Enable Japan + #use jp && echo "yes" || echo "no" + # Enable Sweden + usex se_swedb + # Enable Croatia + usex hr + # Enable Norway Gfeed + usex no_gf + # Enable France + usex fr + # Enable Norway + #use no && echo "yes" || echo "no" + # Enable Portugal + usex pt + # Enable South Africa + usex za + # Enable Europe epg + usex eu_epg + # Enable combiner + usex tv_combiner + # Enable GUI checking. + usex tv_check + # Enable CGI support + usex tv_pick_cgi + # Enable Estonia + usex ee + # Enable Reunion Island + usex re + # Enable Caledonie Island + #use nc && echo "yes" || echo "no" + # Enable North America DirecTV + usex na_dtv + } + + pm_echovar=`make_config` + perl-module_src_configure +} + +src_install() { + # actually make test should be unneede, but if non na grabbers + # start to not install remove comment below + #make test + #make + + # to bypass build issue + #make DESTDIR=${D} install || die "error installing" + + perl-module_src_install + + for i in `grep -rl "${D}" "${D}"` ; do + sed -e "s:${D}::g" -i "${i}" + done + + if use tv_pick_cgi ; then + dobin choose/tv_pick/tv_pick_cgi + fi +} + +pkg_postinst() { + if use tv_pick_cgi ; then + elog "To use tv_pick_cgi, please link it from /usr/bin/tv_pick_cgi" + elog "to where the ScriptAlias directive is configured." + fi +} diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 0ca5937a5e7d..6ccc341f8167 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Mon, 28 Oct 2013 10:06:57 +0000 +Tue, 29 Oct 2013 04:36:58 +0000 diff --git a/metadata/glsa/glsa-201310-17.xml b/metadata/glsa/glsa-201310-17.xml new file mode 100644 index 000000000000..12e40e407908 --- /dev/null +++ b/metadata/glsa/glsa-201310-17.xml @@ -0,0 +1,54 @@ + + + + + + pmake: Insecure temporary file usage + pmake uses temporary files in an insecure manner, allowing for + symlink attacks. + + pmake + October 28, 2013 + October 28, 2013: 2 + 367891 + local + + + 1.111.3.1 + 1.111.3.1 + + + +

pmake is Debian’s version of NetBSD’s make, a tool to build programs + in parallel. +

+
+ +

/usr/share/mk/bsd.lib.mk and /usr/share/mk/bsd.prog.mk create temporary + files insecurely, with predictable names (/tmp/_depend[PID]), and + without using $TMPDIR. +

+
+ +

The make include files allow local users to overwrite arbitrary files + via a symlink attack. +

+
+ +

There is no known workaround at this time.

+
+ +

All pmake users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-devel/pmake-1.111.3.1" + + +
+ + CVE-2011-1920 + + craig + craig +
diff --git a/metadata/glsa/glsa-201310-18.xml b/metadata/glsa/glsa-201310-18.xml new file mode 100644 index 000000000000..2139ad845ea2 --- /dev/null +++ b/metadata/glsa/glsa-201310-18.xml @@ -0,0 +1,62 @@ + + + + + + GnuTLS: Multiple vulnerabilities + Multiple vulnerabilities have been discovered in GnuTLS, the worst + of which could lead to Denial of Service. + + gnutls + October 28, 2013 + October 28, 2013: 1 + 455560 + 471788 + remote + + + 2.12.23-r1 + 2.12.23-r1 + + + +

GnuTLS is an Open Source implementation of the TLS 1.2 and SSL 3.0 + protocols. +

+
+ +

Multiple vulnerabilities have been discovered in GnuTLS. Please review + the CVE identifiers and Lucky Thirteen research paper referenced below + for details. +

+
+ +

A remote attacker could sent a specially crafted packet to cause a + Denial of Service condition. Additionally, a remote attacker could + perform man-in-the-middle attacks to recover plaintext data. +

+
+ +

There is no known workaround at this time.

+
+ +

All GnuTLS users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/gnutls-2.12.23-r1" + + +
+ + CVE-2013-1619 + CVE-2013-2116 + Lucky Thirteen: + Breaking the TLS and DTLS Record Protocols + + + + keytoaster + + ackle +
diff --git a/metadata/glsa/glsa-201310-19.xml b/metadata/glsa/glsa-201310-19.xml new file mode 100644 index 000000000000..cabe40106e23 --- /dev/null +++ b/metadata/glsa/glsa-201310-19.xml @@ -0,0 +1,56 @@ + + + + + + X2Go Server: Arbitrary code execution + A path vulnerability in X2Go Server may allow remote execution of + arbitrary code. + + x2goserver + October 28, 2013 + October 28, 2013: 1 + 472582 + remote + + + 4.0.0.2 + 4.0.0.2 + + + +

X2Go is an open source terminal server project.

+
+ +

A vulnerability in the setgid wrapper x2gosqlitewrapper.c does not + hardcode an internal path to x2gosqlitewrapper.pl, allowing a remote + attacker to change that path. +

+
+ +

A remote attacker may be able to execute arbitrary code with the + privileges of the user running the server process. +

+
+ +

There is no known workaround at this time.

+
+ +

All X2Go Server users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/x2goserver-4.0.0.2" + + +
+ + CVE-2013-4376 + + + creffett + + + creffett + +
diff --git a/metadata/glsa/glsa-201310-20.xml b/metadata/glsa/glsa-201310-20.xml new file mode 100644 index 000000000000..35cc51efeb7d --- /dev/null +++ b/metadata/glsa/glsa-201310-20.xml @@ -0,0 +1,46 @@ + + + + + + acpid2: Privilege escalation + A vulnerability in acpid2 may allow a local attacker to gain + escalated privileges. + + acpid + October 28, 2013 + October 28, 2013: 1 + 434522 + local + + + 2.0.17 + 2.0.17 + + + +

acpid2 is a daemon for Advanced Configuration and Power Interface.

+
+ +

acpid2 does not properly use the pidof program in powerbtn.sh.

+
+ +

A local attacker could gain escalated privileges.

+
+ +

There is no known workaround at this time.

+
+ +

All acpid2 users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-power/acpid-2.0.17" + +
+ + CVE-2011-2777 + + ackle + ackle +
diff --git a/metadata/glsa/glsa-201310-21.xml b/metadata/glsa/glsa-201310-21.xml new file mode 100644 index 000000000000..b4136fe0d1d7 --- /dev/null +++ b/metadata/glsa/glsa-201310-21.xml @@ -0,0 +1,87 @@ + + + + + + MediaWiki: Multiple vulnerabilities + Multiple vulnerabilities have been found in MediaWiki, the worst of + which could lead to Denial of Service. + + mediawiki + October 28, 2013 + October 28, 2013: 1 + 460352 + 466124 + 468110 + 471140 + 483594 + remote + + + 1.21.2 + 1.20.7 + 1.19.8 + 1.21.2 + + + +

The MediaWiki wiki web application as used on wikipedia.org.

+
+ +

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

+
+ +

A remote attacker may be able to execute arbitrary code, perform + man-in-the-middle attacks, obtain sensitive information or perform + cross-site scripting attacks. +

+
+ +

There is no known workaround at this time.

+
+ +

All MediaWiki 1.21.x users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/mediawiki-1.21.2" + + +

All MediaWiki 1.20.x users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/mediawiki-1.20.7" + + +

All MediaWiki 1.19.x users should upgrade to the latest version:

+ + + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/mediawiki-1.19.8" + +
+ + CVE-2013-1816 + CVE-2013-1817 + CVE-2013-1818 + CVE-2013-1951 + CVE-2013-2031 + CVE-2013-2032 + CVE-2013-2114 + CVE-2013-4301 + CVE-2013-4302 + CVE-2013-4303 + CVE-2013-4304 + CVE-2013-4305 + CVE-2013-4306 + CVE-2013-4307 + CVE-2013-4308 + + + keytoaster + + ackle +
diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 8c24e0ab0ff3..6ccc341f8167 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Mon, 28 Oct 2013 10:06:58 +0000 +Tue, 29 Oct 2013 04:36:58 +0000 diff --git a/metadata/md5-cache/app-arch/xz-utils-5.1.3_alpha b/metadata/md5-cache/app-arch/xz-utils-5.1.3_alpha new file mode 100644 index 000000000000..aaa5b177cc59 --- /dev/null +++ b/metadata/md5-cache/app-arch/xz-utils-5.1.3_alpha @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst preinst prepare test +DEPEND=!=sys-apps/coreutils-8.5 ) +DESCRIPTION=utils for managing LZMA compressed files +EAPI=4 +HOMEPAGE=http://tukaani.org/xz/ +IUSE=nls static-libs +threads abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~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=public-domain LGPL-2.1+ GPL-2+ +RDEPEND=!=x11-libs/gtk+-2.4.13:2 x11-libs/libICE x11-libs/libSM x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXxf86vm x11-libs/libdrm x11-libs/pangox-compat multilib? ( =app-emulation/emul-linux-x86-baselibs-20121202 app-emulation/emul-linux-x86-gtklibs || ( ( media-libs/fontconfig[abi_x86_32] x11-libs/libICE[abi_x86_32] x11-libs/libSM[abi_x86_32] x11-libs/libXcomposite[abi_x86_32] x11-libs/libXcursor[abi_x86_32] x11-libs/libXdamage[abi_x86_32] x11-libs/libXext[abi_x86_32] x11-libs/libXfixes[abi_x86_32] x11-libs/libXft[abi_x86_32] x11-libs/libXi[abi_x86_32] x11-libs/libXrandr[abi_x86_32] x11-libs/libXrender[abi_x86_32] x11-libs/libXxf86vm[abi_x86_32] ) app-emulation/emul-linux-x86-xlibs ) ) @@ -12,4 +11,4 @@ RESTRICT=strip mirror SLOT=0 SRC_URI=http://www3.justsystem.co.jp/download/atok/up/lin/atokx3up2.tar.gz http://www3.justsystem.co.jp/download/atok/up/lin/atokx3gtk216.tar.gz http://www3.justsystem.co.jp/download/zipcode/up/lin/a20y1211lx.tgz _eclasses_=cdrom 415b847346ef9001a89e5c7da6711215 eutils 4878e7f88afc0ba0866ac112190b0fd4 gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=21b674782e18d0a6b7f1d3a8e230b1c5 +_md5_=0ae1951c68d2d383d498901304665759 diff --git a/metadata/md5-cache/app-office/tpp-1.3.1-r2 b/metadata/md5-cache/app-office/tpp-1.3.1-r2 deleted file mode 100644 index 46f84e9131ca..000000000000 --- a/metadata/md5-cache/app-office/tpp-1.3.1-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( dev-ruby/ncurses-ruby[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) -DESCRIPTION=An ncurses-based presentation tool. -EAPI=2 -HOMEPAGE=http://synflood.at/tpp.html -IUSE=figlet test elibc_FreeBSD ruby_targets_ruby18 -KEYWORDS=~amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=figlet? ( app-misc/figlet ) ruby_targets_ruby18? ( dev-ruby/ncurses-ruby[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) -SLOT=0 -SRC_URI=http://synflood.at/tpp/tpp-1.3.1.tar.gz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7a792366eacf979f73f1fae020d52705 diff --git a/metadata/md5-cache/app-text/pelican-3.3 b/metadata/md5-cache/app-text/pelican-3.3 new file mode 100644 index 000000000000..ab1718636feb --- /dev/null +++ b/metadata/md5-cache/app-text/pelican-3.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/feedgenerator[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/jinja[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/docutils[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pygments[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/pytz[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/unidecode[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/blinker[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/six[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] markdown? ( dev-python/markdown[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) virtual/python-argparse[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-python/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=A tool to generate a static blog, with restructured text (or markdown) input files. +EAPI=5 +HOMEPAGE=http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican +IUSE=examples markdown python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~x86 +LICENSE=AGPL-3 +RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-python/python-exec:=[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pelican/pelican-3.3.tar.gz +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 2ac4b3ff6f2fd520c8672843482ed427 python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=f981f24dac758ac67b9c2faa47b653e2 diff --git a/metadata/md5-cache/dev-db/mongodb-2.2.6 b/metadata/md5-cache/dev-db/mongodb-2.2.6 deleted file mode 100644 index 67b58040d391..000000000000 --- a/metadata/md5-cache/dev-db/mongodb-2.2.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst prepare setup test -DEPEND=v8? ( dev-lang/v8 ) >=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy sys-libs/readline sys-libs/ncurses >=dev-util/scons-1.2.0 -DESCRIPTION=A high-performance, open source, schema-free document-oriented database -EAPI=4 -HOMEPAGE=http://www.mongodb.org -IUSE=mms-agent static-libs v8 -KEYWORDS=~amd64 ~x86 -LICENSE=AGPL-3 Apache-2.0 -PDEPEND=mms-agent? ( dev-python/pymongo app-arch/unzip ) -RDEPEND=v8? ( dev-lang/v8 ) >=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy -SLOT=0 -SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.2.6.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip ) -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7c0b3ff16edc8a2dd7b31742f02272fc diff --git a/metadata/md5-cache/dev-db/mongodb-2.4.6 b/metadata/md5-cache/dev-db/mongodb-2.4.6 deleted file mode 100644 index e40c66b9675a..000000000000 --- a/metadata/md5-cache/dev-db/mongodb-2.4.6 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst prepare setup test -DEPEND=!spidermonkey? ( !embedded-v8? ( =dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy ssl? ( >=dev-libs/openssl-1.0.1c ) sys-libs/readline sys-libs/ncurses kerberos? ( dev-libs/cyrus-sasl[kerberos] ) >=dev-util/scons-1.2.0 -DESCRIPTION=A high-performance, open source, schema-free document-oriented database -EAPI=4 -HOMEPAGE=http://www.mongodb.org -IUSE=-embedded-v8 kerberos mms-agent sharedclient spidermonkey ssl static-libs -KEYWORDS=~amd64 ~x86 -LICENSE=AGPL-3 Apache-2.0 -PDEPEND=mms-agent? ( dev-python/pymongo app-arch/unzip ) -RDEPEND=!spidermonkey? ( !embedded-v8? ( =dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy ssl? ( >=dev-libs/openssl-1.0.1c ) -SLOT=0 -SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.4.6.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip ) -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=c74c49f8a381f015e2b38b91de69bb98 diff --git a/metadata/md5-cache/dev-db/mongodb-2.4.6-r1 b/metadata/md5-cache/dev-db/mongodb-2.4.6-r1 deleted file mode 100644 index 5330db68855c..000000000000 --- a/metadata/md5-cache/dev-db/mongodb-2.4.6-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst preinst prepare setup test -DEPEND=!spidermonkey? ( !embedded-v8? ( =dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy ssl? ( >=dev-libs/openssl-1.0.1c ) sys-libs/readline sys-libs/ncurses kerberos? ( dev-libs/cyrus-sasl[kerberos] ) >=dev-util/scons-1.2.0 virtual/pkgconfig -DESCRIPTION=A high-performance, open source, schema-free document-oriented database -EAPI=4 -HOMEPAGE=http://www.mongodb.org -IUSE=-embedded-v8 kerberos mms-agent sharedclient spidermonkey ssl static-libs -KEYWORDS=~amd64 ~x86 -LICENSE=AGPL-3 Apache-2.0 -PDEPEND=mms-agent? ( dev-python/pymongo app-arch/unzip ) -RDEPEND=!spidermonkey? ( !embedded-v8? ( =dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google-perftools net-libs/libpcap app-arch/snappy ssl? ( >=dev-libs/openssl-1.0.1c ) -SLOT=0 -SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.4.6.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip ) -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=0fb545af0f36180454e0609b618bb2ee diff --git a/metadata/md5-cache/dev-db/mongodb-2.4.6-r2 b/metadata/md5-cache/dev-db/mongodb-2.4.6-r2 index d4e5424f7c4c..d7fa24888cd3 100644 --- a/metadata/md5-cache/dev-db/mongodb-2.4.6-r2 +++ b/metadata/md5-cache/dev-db/mongodb-2.4.6-r2 @@ -11,4 +11,4 @@ RDEPEND=>=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google- SLOT=0 SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.4.6.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip ) _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9bc1f3dfbc691c20526057ae5e6d4ebb +_md5_=e1a085649deb73d4e91ce716a095422a diff --git a/metadata/md5-cache/dev-db/mongodb-2.4.7 b/metadata/md5-cache/dev-db/mongodb-2.4.7 index 70497890a388..9943cade3866 100644 --- a/metadata/md5-cache/dev-db/mongodb-2.4.7 +++ b/metadata/md5-cache/dev-db/mongodb-2.4.7 @@ -11,4 +11,4 @@ RDEPEND=>=dev-libs/boost-1.50[threads(+)] dev-libs/libpcre[cxx] dev-util/google- SLOT=0 SRC_URI=http://downloads.mongodb.org/src/mongodb-src-r2.4.7.tar.gz mms-agent? ( http://dev.gentoo.org/~ultrabug/20130821-10gen-mms-agent.zip ) _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 pax-utils 2424f959506320f5196de8f79fa05297 scons-utils 988e24b9e2e4642189b4e97c03e5ae71 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=55155f2e7e073cacbdbab2d5a4403c6e +_md5_=4a3e5cc20c55e842aadd4e1b6037c44e diff --git a/metadata/md5-cache/dev-db/opendbx-1.4.6 b/metadata/md5-cache/dev-db/opendbx-1.4.6 index 99dd96771bdf..888b8cad43de 100644 --- a/metadata/md5-cache/dev-db/opendbx-1.4.6 +++ b/metadata/md5-cache/dev-db/opendbx-1.4.6 @@ -10,4 +10,4 @@ RDEPEND=mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sqlite? ( SLOT=0 SRC_URI=http://www.linuxnetworks.de/opendbx/download/opendbx-1.4.6.tar.gz _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5e13240e19e9eaab015e943d1a265f74 +_md5_=b443824ef50b4a9309075227da2a9c63 diff --git a/metadata/md5-cache/dev-db/opendbx-1.5.0 b/metadata/md5-cache/dev-db/opendbx-1.5.0 index bd9c32b2fe7b..f67051c099c5 100644 --- a/metadata/md5-cache/dev-db/opendbx-1.5.0 +++ b/metadata/md5-cache/dev-db/opendbx-1.5.0 @@ -4,9 +4,10 @@ DESCRIPTION=OpenDBX - A database abstraction layer EAPI=2 HOMEPAGE=http://www.linuxnetworks.de/doc/index.php/OpenDBX IUSE=bindist firebird +mysql oracle postgres sqlite sqlite3 +KEYWORDS=~x64-solaris LICENSE=LGPL-2.1 RDEPEND=mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sqlite? ( =app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based administration for MySQL database in PHP -EAPI=4 -HOMEPAGE=http://www.phpmyadmin.net/ -IUSE=setup vhosts -KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos -LICENSE=GPL-2 -RDEPEND=dev-lang/php[crypt,ctype,filter,json,session,unicode] || ( dev-lang/php[mysqli] dev-lang/php[mysql] ) virtual/httpd-php >=app-admin/webapp-config-1.50.15 -SLOT=3.5.3 -SRC_URI=mirror://sourceforge/phpmyadmin/phpMyAdmin-3.5.3-all-languages.tar.xz -_eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 webapp 25b9b1696f5e698711f47d45c3d45e3e -_md5_=b0b714fae3a456b9b90d0799a4d88455 diff --git a/metadata/md5-cache/dev-db/phpmyadmin-3.5.8 b/metadata/md5-cache/dev-db/phpmyadmin-3.5.8 deleted file mode 100644 index 83c4ce6fa19f..000000000000 --- a/metadata/md5-cache/dev-db/phpmyadmin-3.5.8 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=install postinst prerm setup -DEPEND=|| ( virtual/httpd-cgi virtual/httpd-fastcgi ) virtual/httpd-php >=app-admin/webapp-config-1.50.15 -DESCRIPTION=Web-based administration for MySQL database in PHP -EAPI=4 -HOMEPAGE=http://www.phpmyadmin.net/ -IUSE=setup vhosts -KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos -LICENSE=GPL-2 -RDEPEND=dev-lang/php[crypt,ctype,filter,json,session,unicode] || ( dev-lang/php[mysqli] dev-lang/php[mysql] ) virtual/httpd-php >=app-admin/webapp-config-1.50.15 -SLOT=3.5.8 -SRC_URI=mirror://sourceforge/phpmyadmin/phpMyAdmin-3.5.8-all-languages.tar.xz -_eclasses_=depend.php df169a364e191b840b695604097e3c21 eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 phpconfutils e108303831029e5b8a9d24b991b1d62a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 webapp 25b9b1696f5e698711f47d45c3d45e3e -_md5_=b02c9d17f8dd7ac65b8046560ea3b155 diff --git a/metadata/md5-cache/dev-games/clanlib-2.3.6 b/metadata/md5-cache/dev-games/clanlib-2.3.6 index 1d966f9855c9..a6ad64d5dd1d 100644 --- a/metadata/md5-cache/dev-games/clanlib-2.3.6 +++ b/metadata/md5-cache/dev-games/clanlib-2.3.6 @@ -11,4 +11,4 @@ REQUIRED_USE=opengl? ( X ) SLOT=2.3 SRC_URI=http://clanlib.org/download/releases-2.0/ClanLib-2.3.6.tgz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2eb31d7f610abaad60ad31a01797a3da +_md5_=9d8d866148c59108fcd4959b4be3d9be diff --git a/metadata/md5-cache/dev-games/clanlib-2.3.7 b/metadata/md5-cache/dev-games/clanlib-2.3.7 new file mode 100644 index 000000000000..ff1bce6c6ad5 --- /dev/null +++ b/metadata/md5-cache/dev-games/clanlib-2.3.7 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=sys-libs/zlib X? ( media-libs/libpng virtual/jpeg media-libs/freetype media-libs/fontconfig opengl? ( virtual/opengl ) app-arch/bzip2 x11-libs/libX11 ) sqlite? ( dev-db/sqlite ) sound? ( media-libs/alsa-lib ) mikmod? ( media-libs/libmikmod media-libs/alsa-lib ) vorbis? ( media-libs/libogg media-libs/libvorbis media-libs/alsa-lib ) virtual/pkgconfig doc? ( app-doc/doxygen dev-lang/perl ) +DESCRIPTION=multi-platform game development library +EAPI=4 +HOMEPAGE=http://www.clanlib.org/ +IUSE=doc ipv6 mikmod opengl sound sqlite sse2 static-libs vorbis X +KEYWORDS=~amd64 ~x86 +LICENSE=ZLIB +RDEPEND=sys-libs/zlib X? ( media-libs/libpng virtual/jpeg media-libs/freetype media-libs/fontconfig opengl? ( virtual/opengl ) app-arch/bzip2 x11-libs/libX11 ) sqlite? ( dev-db/sqlite ) sound? ( media-libs/alsa-lib ) mikmod? ( media-libs/libmikmod media-libs/alsa-lib ) vorbis? ( media-libs/libogg media-libs/libvorbis media-libs/alsa-lib ) +REQUIRED_USE=opengl? ( X ) +SLOT=2.3 +SRC_URI=http://clanlib.org/download/releases-2.0/ClanLib-2.3.7.tgz +_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=037f5027e45506969b0d2dca50877dcb diff --git a/metadata/md5-cache/dev-lang/go-1.1.1 b/metadata/md5-cache/dev-lang/go-1.1.1 deleted file mode 100644 index 21fd47f97a94..000000000000 --- a/metadata/md5-cache/dev-lang/go-1.1.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=sys-apps/ed -DESCRIPTION=A concurrent garbage collected and typesafe programming language -EAPI=5 -HOMEPAGE=http://www.golang.org -IUSE=bash-completion emacs vim-syntax zsh-completion -KEYWORDS=-* amd64 arm x86 -LICENSE=BSD -RDEPEND=bash-completion? ( app-shells/bash-completion ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) zsh-completion? ( app-shells/zsh-completion ) -SLOT=0 -SRC_URI=http://go.googlecode.com/files/go1.1.1.src.tar.gz -_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 elisp-common 57a17c02cd0f6f0c423e3d6de5c83f13 eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=414422c7725893a5edc0b281b387e0cb diff --git a/metadata/md5-cache/dev-libs/libsodium-0.4.5 b/metadata/md5-cache/dev-libs/libsodium-0.4.5 index 33425461db02..c9e34d538c6c 100644 --- a/metadata/md5-cache/dev-libs/libsodium-0.4.5 +++ b/metadata/md5-cache/dev-libs/libsodium-0.4.5 @@ -3,9 +3,9 @@ DESCRIPTION=A portable fork of NaCl, a higher-level cryptographic library EAPI=5 HOMEPAGE=https://github.com/jedisct1/libsodium IUSE=+asm static-libs +urandom -KEYWORDS=~amd64 ~hppa ~x86 +KEYWORDS=~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux LICENSE=ISC SLOT=0 SRC_URI=http://download.libsodium.org/libsodium/releases/libsodium-0.4.5.tar.gz _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d178c96bf048fac26341bc21f7a5fa5c +_md5_=de3b92d1ad2f594df6902723bbcdbad5 diff --git a/metadata/md5-cache/dev-python/irc-8.5.3 b/metadata/md5-cache/dev-python/irc-8.5.3 new file mode 100644 index 000000000000..a0775e070d80 --- /dev/null +++ b/metadata/md5-cache/dev-python/irc-8.5.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=app-arch/unzip test? ( dev-python/pytest[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] dev-python/mock[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +DESCRIPTION=IRC client framework written in Python. +EAPI=5 +HOMEPAGE=https://bitbucket.org/jaraco/irc http://pypi.python.org/pypi/irc +IUSE=examples test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +RDEPEND=!>=dev-python/python-irclib-3.2.2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] dev-python/six[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_pypy2_0? ( >=virtual/pypy-2.0.2:2.0 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy2_0(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_targets_pypy2_0 ) +SLOT=0 +SRC_URI=mirror://pypi/i/irc/irc-8.5.3.zip +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 2ac4b3ff6f2fd520c8672843482ed427 python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=56853673fe97951be768875cbc92d3da diff --git a/metadata/md5-cache/dev-python/numpy-1.7.1 b/metadata/md5-cache/dev-python/numpy-1.7.1 index 57b9908e8dfe..bdb16127e50e 100644 --- a/metadata/md5-cache/dev-python/numpy-1.7.1 +++ b/metadata/md5-cache/dev-python/numpy-1.7.1 @@ -4,11 +4,11 @@ DESCRIPTION=Fast array and numerical python library EAPI=5 HOMEPAGE=http://numpy.scipy.org/ IUSE=doc lapack test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] lapack? ( virtual/cblas virtual/lapack ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] lapack? ( virtual/fortran ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://sourceforge/numpy/numpy-1.7.1.tar.gz doc? ( http://docs.scipy.org/doc/numpy-1.7.1/numpy-html-1.7.0.zip http://docs.scipy.org/doc/numpy-1.7.1/numpy-ref-1.7.0.pdf http://docs.scipy.org/doc/numpy-1.7.1/numpy-user-1.7.0.pdf ) _eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb fortran-2 db8710b355fc5598015c4bc3aad3bdb0 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 2ac4b3ff6f2fd520c8672843482ed427 python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e3241f1b2e04008abab3cb099e7ba71f +_md5_=d2605c5df5fbf80dde121f8ab0b905bd diff --git a/metadata/md5-cache/dev-python/rst2pdf-0.93-r2 b/metadata/md5-cache/dev-python/rst2pdf-0.93-r2 new file mode 100644 index 000000000000..61d2cdd55907 --- /dev/null +++ b/metadata/md5-cache/dev-python/rst2pdf-0.93-r2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare test +DEPEND=dev-python/docutils[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pdfrw[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygments[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/reportlab-2.6[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] svg? ( media-gfx/svg2rlg ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=Tool for transforming reStructuredText to PDF using ReportLab +EAPI=5 +HOMEPAGE=http://rst2pdf.ralsina.com.ar/ http://pypi.python.org/pypi/rst2pdf +IUSE=svg python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=dev-python/docutils[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] virtual/python-imaging[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pdfrw[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pygments[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/reportlab-2.6[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] svg? ( media-gfx/svg2rlg ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://rst2pdf.googlecode.com/files/rst2pdf-0.93.tar.gz +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 2ac4b3ff6f2fd520c8672843482ed427 python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=4bc0b2977b0292768a746f9c45ff1fc9 diff --git a/metadata/md5-cache/dev-ruby/heckle-1.4.3-r2 b/metadata/md5-cache/dev-ruby/heckle-1.4.3-r2 deleted file mode 100644 index ca0069789ea3..000000000000 --- a/metadata/md5-cache/dev-ruby/heckle-1.4.3-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/ruby2ruby-1.1.6[ruby_targets_ruby18] >=dev-ruby/parsetree-2.0.0[ruby_targets_ruby18] >=dev-ruby/zentest-3.5.2[ruby_targets_ruby18] ) ruby_targets_ree18? ( >=dev-ruby/ruby2ruby-1.1.6[ruby_targets_ree18] >=dev-ruby/parsetree-2.0.0[ruby_targets_ree18] >=dev-ruby/zentest-3.5.2[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( doc? ( dev-ruby/hoe[ruby_targets_ruby18] ) test? ( dev-ruby/hoe[ruby_targets_ruby18] virtual/ruby-test-unit[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/hoe[ruby_targets_ree18] ) test? ( dev-ruby/hoe[ruby_targets_ree18] virtual/ruby-test-unit[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ) -DESCRIPTION=Unit Test Sadism -EAPI=2 -HOMEPAGE=http://seattlerb.rubyforge.org/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 doc test test -KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/ruby2ruby-1.1.6[ruby_targets_ruby18] >=dev-ruby/parsetree-2.0.0[ruby_targets_ruby18] >=dev-ruby/zentest-3.5.2[ruby_targets_ruby18] ) ruby_targets_ree18? ( >=dev-ruby/ruby2ruby-1.1.6[ruby_targets_ree18] >=dev-ruby/parsetree-2.0.0[ruby_targets_ree18] >=dev-ruby/zentest-3.5.2[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) -SLOT=0 -SRC_URI=mirror://rubygems/heckle-1.4.3.gem -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 6e366daedf25d7020291916549562bbf ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=70ddde3e51fc5935e4b888c7eb6c79a5 diff --git a/metadata/md5-cache/dev-ruby/main-5.2.0 b/metadata/md5-cache/dev-ruby/main-5.2.0 deleted file mode 100644 index 8c7ca201d33a..000000000000 --- a/metadata/md5-cache/dev-ruby/main-5.2.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/chronic-0.6.2[ruby_targets_ruby18] >=dev-ruby/fattr-2.2.0[ruby_targets_ruby18] >=dev-ruby/arrayfields-4.7.4[ruby_targets_ruby18] >=dev-ruby/map-5.1.0[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ) -DESCRIPTION=A class factory and dsl for generating command line programs real quick. -EAPI=4 -HOMEPAGE=http://rubyforge.org/projects/codeforpeople -IUSE=doc test test elibc_FreeBSD ruby_targets_ruby18 test test -KEYWORDS=~amd64 ~x86 -LICENSE=Ruby -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/chronic-0.6.2[ruby_targets_ruby18] >=dev-ruby/fattr-2.2.0[ruby_targets_ruby18] >=dev-ruby/arrayfields-4.7.4[ruby_targets_ruby18] >=dev-ruby/map-5.1.0[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ) -SLOT=0 -SRC_URI=mirror://rubygems/main-5.2.0.gem -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 6e366daedf25d7020291916549562bbf ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=da63a61dea1f39a46b2d7078ce6a765e diff --git a/metadata/md5-cache/dev-ruby/ncurses-ruby-1.3.1 b/metadata/md5-cache/dev-ruby/ncurses-ruby-1.3.1 deleted file mode 100644 index 197ece46d994..000000000000 --- a/metadata/md5-cache/dev-ruby/ncurses-ruby-1.3.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=>=sys-libs/ncurses-5.3 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ) -DESCRIPTION=Ruby wrappers of ncurses and PDCurses libs -EAPI=2 -HOMEPAGE=http://ncurses-ruby.berlios.de/ -IUSE=examples elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 test -KEYWORDS=amd64 ~hppa ~mips ppc ppc64 x86 -LICENSE=LGPL-2.1 -RDEPEND=>=sys-libs/ncurses-5.3 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) -SLOT=0 -SRC_URI=mirror://berlios/ncurses-ruby/ncurses-ruby-1.3.1.tar.bz2 -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 6e366daedf25d7020291916549562bbf ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6b87e08bd8e868aac9e31dcbbf2b6242 diff --git a/metadata/md5-cache/dev-ruby/rcov-1.0 b/metadata/md5-cache/dev-ruby/rcov-1.0 deleted file mode 100644 index 00faca106470..000000000000 --- a/metadata/md5-cache/dev-ruby/rcov-1.0 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ) -DESCRIPTION=A ruby code coverage analysis tool -EAPI=4 -HOMEPAGE=http://eigenclass.org/hiki.rb?rcov -IUSE=elibc_FreeBSD ruby_targets_ruby18 doc test -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) -REQUIRED_USE=|| ( ruby_targets_ruby18 ) -SLOT=0 -SRC_URI=http://github.com/relevance/rcov/tarball/e7c1821b50bef0f933ef857278bf82e9c24638e4 -> rcov-1.0.tgz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 6e366daedf25d7020291916549562bbf ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=151059fd79aad3a585b406d49cdedf45 diff --git a/metadata/md5-cache/dev-ruby/rqr-0.2.2 b/metadata/md5-cache/dev-ruby/rqr-0.2.2 deleted file mode 100644 index cd2891b7694c..000000000000 --- a/metadata/md5-cache/dev-ruby/rqr-0.2.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( doc? ( virtual/ruby-rdoc[ruby_targets_ruby18] ) test? ( virtual/ruby-test-unit[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( virtual/ruby-rdoc[ruby_targets_ree18] ) test? ( virtual/ruby-test-unit[ruby_targets_ree18] ) ) jpeg? ( virtual/jpeg ) png? ( media-libs/libpng ) tiff? ( media-libs/tiff ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ) -DESCRIPTION=A ruby library to create qrcode -EAPI=4 -HOMEPAGE=http://rqr.rubyforge.org/ -IUSE=doc test +jpeg +png +tiff elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 doc test -KEYWORDS=~amd64 -LICENSE=MIT -RDEPEND=jpeg? ( virtual/jpeg ) png? ( media-libs/libpng ) tiff? ( media-libs/tiff ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) -REQUIRED_USE=test? ( jpeg png tiff ) || ( ruby_targets_ruby18 ruby_targets_ree18 ) -SLOT=0 -SRC_URI=mirror://rubygems/rqr-0.2.2.gem -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem 6e366daedf25d7020291916549562bbf ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=20e87abb1425026c8bad8b3b7ac1d762 diff --git a/metadata/md5-cache/dev-ruby/ruby-svg-1.0.3-r2 b/metadata/md5-cache/dev-ruby/ruby-svg-1.0.3-r2 deleted file mode 100644 index 2768127b799f..000000000000 --- a/metadata/md5-cache/dev-ruby/ruby-svg-1.0.3-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby18? ( doc? ( dev-ruby/rdtool[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) -DESCRIPTION=Ruby SVG Generator -EAPI=2 -HOMEPAGE=http://ruby-svg.sourceforge.jp/ -IUSE=doc examples elibc_FreeBSD ruby_targets_ruby18 -KEYWORDS=amd64 ppc x86 -LICENSE=LGPL-2.1 -RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) -SLOT=0 -SRC_URI=http://downloads.sourceforge.jp/ruby-svg/2288/ruby-svg-1.0.3.tar.gz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=e22b46a68d89eb9f796a52cfd1442f3d diff --git a/metadata/md5-cache/dev-tex/style-check-0.12 b/metadata/md5-cache/dev-tex/style-check-0.12 deleted file mode 100644 index 03e3e082bedd..000000000000 --- a/metadata/md5-cache/dev-tex/style-check-0.12 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install -DEPEND==dev-lang/ruby-1.8* -DESCRIPTION=Parses latex-formatted text in search of forbidden phrases -HOMEPAGE=http://www.cs.umd.edu/~nspring/software/style-check-readme.html -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND==dev-lang/ruby-1.8* -SLOT=0 -SRC_URI=http://www.cs.umd.edu/~nspring/software/style-check-0.12.tar.gz -_md5_=9672b90ca27babfdae89bbf7f2acbcb8 diff --git a/metadata/md5-cache/dev-tex/style-check-0.7 b/metadata/md5-cache/dev-tex/style-check-0.7 deleted file mode 100644 index 9798bf045c73..000000000000 --- a/metadata/md5-cache/dev-tex/style-check-0.7 +++ /dev/null @@ -1,10 +0,0 @@ -DEFINED_PHASES=install -DEPEND==dev-lang/ruby-1.8* -DESCRIPTION=Parses latex-formatted text in search of forbidden phrases -HOMEPAGE=http://www.cs.umd.edu/~nspring/software/style-check-readme.html -KEYWORDS=amd64 ~ppc x86 -LICENSE=GPL-2 -RDEPEND==dev-lang/ruby-1.8* -SLOT=0 -SRC_URI=http://www.cs.umd.edu/~nspring/software/style-check-0.7.tar.gz -_md5_=9bba1051660c2e62a09633b5da0e1a40 diff --git a/metadata/md5-cache/dev-util/cmake-2.8.11.2 b/metadata/md5-cache/dev-util/cmake-2.8.11.2 index b3501c413805..05cde302f852 100644 --- a/metadata/md5-cache/dev-util/cmake-2.8.11.2 +++ b/metadata/md5-cache/dev-util/cmake-2.8.11.2 @@ -4,11 +4,11 @@ DESCRIPTION=Cross platform Make EAPI=5 HOMEPAGE=http://www.cmake.org/ IUSE=emacs ncurses qt4 qt5 vim-syntax test -KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=CMake RDEPEND=>=app-arch/libarchive-2.8.0:= >=dev-libs/expat-2.0.1 >=net-misc/curl-7.20.0-r1[ssl] sys-libs/zlib virtual/pkgconfig ncurses? ( sys-libs/ncurses ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) REQUIRED_USE=?? ( qt4 qt5 ) SLOT=0 SRC_URI=http://www.cmake.org/files/v2.8/cmake-2.8.11.2.tar.gz _eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 elisp-common 57a17c02cd0f6f0c423e3d6de5c83f13 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 -_md5_=c02cd13e4775baff73ab77d9f2425103 +_md5_=3a4bad925102672886c8b4b1c11903d4 diff --git a/metadata/md5-cache/dev-util/diffstat-1.58 b/metadata/md5-cache/dev-util/diffstat-1.58 new file mode 100644 index 000000000000..7995134bd493 --- /dev/null +++ b/metadata/md5-cache/dev-util/diffstat-1.58 @@ -0,0 +1,9 @@ +DEFINED_PHASES=- +DESCRIPTION=Display a histogram of diff changes +EAPI=5 +HOMEPAGE=http://invisible-island.net/diffstat/diffstat.html +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +LICENSE=HPND +SLOT=0 +SRC_URI=ftp://invisible-island.net/diffstat/diffstat-1.58.tgz +_md5_=9d7304ebfb92ce58df29c6f6728f2b7a diff --git a/metadata/md5-cache/dev-util/reswrap-4.0.0 b/metadata/md5-cache/dev-util/reswrap-4.0.0 index 13a90c381718..9d721b305aa5 100644 --- a/metadata/md5-cache/dev-util/reswrap-4.0.0 +++ b/metadata/md5-cache/dev-util/reswrap-4.0.0 @@ -3,9 +3,9 @@ DEPEND=|| ( >=sys-devel/automake-1.12 >=sys-devel/automake-1.13 ) >=sys-devel/au DESCRIPTION=Utility to wrap icon resources into C++ code, from the FOX Toolkit HOMEPAGE=http://www.fox-toolkit.org/ IUSE=debug doc profile -KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd LICENSE=GPL-2 SLOT=0 SRC_URI=ftp://ftp.fox-toolkit.org/pub/fox-1.6.40.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 fox 26650ced206327e4fca3dec6cd441381 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=fce0fb26a7246a9336ec7617f15eaa4f +_md5_=477c0072aa15d529705d44d587d3fa7a diff --git a/metadata/md5-cache/dev-vcs/git-1.8.4.2 b/metadata/md5-cache/dev-vcs/git-1.8.4.2 new file mode 100644 index 000000000000..4d185d8e2f5c --- /dev/null +++ b/metadata/md5-cache/dev-vcs/git-1.8.4.2 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack +DEPEND=dev-libs/openssl sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl[-build(-)] ) tk? ( dev-lang/tk ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/gnome-keyring ) app-arch/cpio doc? ( app-text/asciidoc app-text/docbook2X sys-apps/texinfo app-text/xmlto ) 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 +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=~alpha ~amd64 ~arm ~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=dev-libs/openssl sys-libs/zlib pcre? ( dev-libs/libpcre ) perl? ( dev-lang/perl[-build(-)] ) tk? ( dev-lang/tk ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) gnome-keyring? ( gnome-base/gnome-keyring ) gpg? ( app-crypt/gnupg ) perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) ) cvs? ( >=dev-vcs/cvsps-2.1 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_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] >=dev-python/pygtksourceview-2.10.1-r1:2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) +REQUIRED_USE=cgi? ( perl ) cvs? ( perl ) subversion? ( perl ) webdav? ( curl ) gtk? ( python ) python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) +SLOT=0 +SRC_URI=http://git-core.googlecode.com/files/git-1.8.4.2.tar.gz mirror://kernel/software/scm/git/git-1.8.4.2.tar.gz http://git-core.googlecode.com/files/git-manpages-1.8.4.2.tar.gz mirror://kernel/software/scm/git/git-manpages-1.8.4.2.tar.gz doc? ( mirror://kernel/software/scm/git/git-htmldocs-1.8.4.2.tar.gz http://git-core.googlecode.com/files/git-htmldocs-1.8.4.2.tar.gz ) +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 d339dd40b2014cf1edba8592580eef42 elisp-common 57a17c02cd0f6f0c423e3d6de5c83f13 eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e perl-module d93571ca1c77e98760e5aa406388b02d python-single-r1 677393e4f4667059846e1a73f205010d python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6cd92734e91b91edf2d4147a1ec8d77d diff --git a/metadata/md5-cache/games-board/gnome-mastermind-0.3.1 b/metadata/md5-cache/games-board/gnome-mastermind-0.3.1 index e2d00833b394..6df8988713db 100644 --- a/metadata/md5-cache/games-board/gnome-mastermind-0.3.1 +++ b/metadata/md5-cache/games-board/gnome-mastermind-0.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=A little Mastermind game for GNOME EAPI=2 HOMEPAGE=http://www.autistici.org/gnome-mastermind/ IUSE=debug -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 ~arm ppc x86 LICENSE=GPL-2 RDEPEND=gnome-base/gconf gnome-base/orbit app-text/gnome-doc-utils dev-libs/atk dev-libs/glib:2 x11-libs/pango x11-libs/cairo x11-libs/gtk+:2 SLOT=0 SRC_URI=http://download.gna.org/gnome-mastermind/gnome-mastermind-0.3.1.tar.bz2 _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 774182647ff84c6a2365bbcd9635044c gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5c687f08727f4d381661130f7acf917c +_md5_=07073013151dedee4aa0aa3926c2c542 diff --git a/metadata/md5-cache/games-board/gnubg-20121201 b/metadata/md5-cache/games-board/gnubg-20121201 index dd504a173abd..e8e61466ebcb 100644 --- a/metadata/md5-cache/games-board/gnubg-20121201 +++ b/metadata/md5-cache/games-board/gnubg-20121201 @@ -4,10 +4,10 @@ DESCRIPTION=GNU BackGammon EAPI=4 HOMEPAGE=http://www.gnubg.org/ IUSE=gtk opengl python threads -KEYWORDS=amd64 ppc ppc64 x86 ~x86-fbsd +KEYWORDS=amd64 ~arm ppc ppc64 x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 media-libs/libpng:0 dev-libs/libxml2 media-libs/freetype:2 media-libs/libcanberra gtk? ( x11-libs/gtk+:2 x11-libs/cairo x11-libs/pango ) opengl? ( x11-libs/gtk+:2 x11-libs/cairo x11-libs/pango x11-libs/gtkglext >=media-libs/ftgl-2.1.2-r1 ) sys-libs/readline python? ( dev-lang/python ) media-fonts/ttf-bitstream-vera virtual/libintl dev-db/sqlite:3 python? ( =dev-lang/python-2* ) SLOT=0 SRC_URI=http://www.gnubg.org/media/sources/gnubg-source-SNAPSHOT-20121201.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1549d503cf650f991b4c51d1adef4df3 +_md5_=41d92a76fae2de3b1b9e9d2b386f73bd diff --git a/metadata/md5-cache/games-board/gnubg-20130203 b/metadata/md5-cache/games-board/gnubg-20130203 index 31c296d656f4..5a9f5d764b31 100644 --- a/metadata/md5-cache/games-board/gnubg-20130203 +++ b/metadata/md5-cache/games-board/gnubg-20130203 @@ -4,10 +4,10 @@ DESCRIPTION=GNU BackGammon EAPI=5 HOMEPAGE=http://www.gnubg.org/ IUSE=gtk opengl python threads python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd +KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 media-libs/libpng:0 dev-libs/libxml2 media-libs/freetype:2 media-libs/libcanberra gtk? ( x11-libs/gtk+:2 x11-libs/cairo x11-libs/pango ) opengl? ( x11-libs/gtk+:2 x11-libs/cairo x11-libs/pango x11-libs/gtkglext >=media-libs/ftgl-2.1.2-r1 ) sys-libs/readline python? ( python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) media-fonts/ttf-bitstream-vera virtual/libintl dev-db/sqlite:3 SLOT=0 SRC_URI=http://www.gnubg.org/media/sources/gnubg-source-SNAPSHOT-20130203.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 games 0fb7637597e0869f6c8be79b11d0135a gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-single-r1 677393e4f4667059846e1a73f205010d python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0a32e0e5e39f157b5ed1d1b73b080acc +_md5_=81f454dd969d083718b290116f14f764 diff --git a/metadata/md5-cache/games-board/pysolfc-2.0-r2 b/metadata/md5-cache/games-board/pysolfc-2.0-r2 index 296af0c6c581..545cac7b563c 100644 --- a/metadata/md5-cache/games-board/pysolfc-2.0-r2 +++ b/metadata/md5-cache/games-board/pysolfc-2.0-r2 @@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://sourceforge/pysolfc/PySolFC-2.0.tar.bz2 extra-cardsets? ( mirror://sourceforge/pysolfc/PySolFC-Cardsets-2.0.tar.bz2 ) _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 games 0fb7637597e0869f6c8be79b11d0135a multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 2ac4b3ff6f2fd520c8672843482ed427 python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f7c1dd80ccdffb7ade7ffeaaec0b30fd +_md5_=998923f21461cf10aacda13564dc59e8 diff --git a/metadata/md5-cache/mail-filter/mimedefang-2.72 b/metadata/md5-cache/mail-filter/mimedefang-2.72 deleted file mode 100644 index ff3d1a608cfc..000000000000 --- a/metadata/md5-cache/mail-filter/mimedefang-2.72 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=configure install prepare setup -DEPEND=>=dev-perl/MIME-tools-5.412 dev-perl/IO-stringy virtual/perl-MIME-Base64 dev-perl/Digest-SHA1 clamav? ( app-antivirus/clamav ) || ( mail-filter/libmilter mail-mta/sendmail ) -DESCRIPTION=Antispam, antivirus and other customizable filtering for MTAs with Milter support -EAPI=4 -HOMEPAGE=http://www.mimedefang.org/ -IUSE=clamav +poll -KEYWORDS=~amd64 ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-perl/MIME-tools-5.412 dev-perl/IO-stringy virtual/perl-MIME-Base64 dev-perl/Digest-SHA1 clamav? ( app-antivirus/clamav ) || ( mail-filter/libmilter mail-mta/sendmail ) -RESTRICT=test -SLOT=0 -SRC_URI=http://www.mimedefang.org/static/mimedefang-2.72.tar.gz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c77e5b554f68a38ab34a305be1984072 diff --git a/metadata/md5-cache/mail-mta/exim-4.82_rc5 b/metadata/md5-cache/mail-mta/exim-4.82 similarity index 89% rename from metadata/md5-cache/mail-mta/exim-4.82_rc5 rename to metadata/md5-cache/mail-mta/exim-4.82 index 29465246564c..9c19ba90db72 100644 --- a/metadata/md5-cache/mail-mta/exim-4.82_rc5 +++ b/metadata/md5-cache/mail-mta/exim-4.82 @@ -4,11 +4,11 @@ DESCRIPTION=A highly configurable, drop-in replacement for sendmail EAPI=4 HOMEPAGE=http://www.exim.org/ IUSE=tcpd ssl postgres mysql ldap pam exiscan-acl lmtp ipv6 sasl dnsdb perl mbx X nis selinux syslog spf srs gnutls sqlite doc dovecot-sasl radius maildir +dkim dcc dsn dlfunc dmarc -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris +KEYWORDS=~amd64 ~x86-solaris LICENSE=GPL-2 RDEPEND=>=sys-apps/sed-4.0.5 >=sys-libs/db-3.2 dev-libs/libpcre perl? ( sys-devel/libperl ) pam? ( virtual/pam ) tcpd? ( sys-apps/tcp-wrappers ) ssl? ( dev-libs/openssl ) gnutls? ( net-libs/gnutls[pkcs11] dev-libs/libtasn1 ) ldap? ( >=net-nds/openldap-2.0.7 ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2.1.26-r2 ) selinux? ( sec-policy/selinux-exim ) spf? ( >=mail-filter/libspf2-1.2.5-r1 ) dmarc? ( mail-filter/opendmarc ) srs? ( mail-filter/libsrs_alt ) X? ( x11-proto/xproto x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw ) sqlite? ( dev-db/sqlite ) radius? ( net-dialup/radiusclient ) virtual/libiconv !mail-mta/courier !mail-mta/esmtp !mail-mta/mini-qmail !=mail-mta/msmtp-1.4.19-r1[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/mailwrapper >=net-mail/mailbase-0.00-r5 virtual/logger dcc? ( mail-filter/dcc ) REQUIRED_USE=spf? ( exiscan-acl ) srs? ( exiscan-acl ) dmarc? ( spf dkim ) SLOT=0 -SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/test/exim-4.82_RC5.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/test/exim-html-4.82_RC5.tar.bz2 ) +SRC_URI=ftp://ftp.exim.org/pub/exim/exim4/exim-4.82.tar.bz2 mirror://gentoo/system_filter.exim.gz doc? ( ftp://ftp.exim.org/pub/exim/exim4/exim-html-4.82.tar.bz2 ) _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=052f228a16566ed0a06a4d8d4746175f +_md5_=9e58740b894927a062f3f3b1ba3140bc diff --git a/metadata/md5-cache/media-gfx/hugin-2011.4.0-r1 b/metadata/md5-cache/media-gfx/hugin-2011.4.0-r1 deleted file mode 100644 index 43e78506c488..000000000000 --- a/metadata/md5-cache/media-gfx/hugin-2011.4.0-r1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=!!dev-util/cocom app-arch/zip dev-cpp/tclap >=dev-libs/boost-1.49.0-r1 dev-libs/zthread >=media-gfx/enblend-4.0 media-gfx/exiv2 media-libs/freeglut >=media-libs/libpano13-2.9.18 media-libs/libpng media-libs/openexr media-libs/tiff sys-libs/zlib virtual/jpeg x11-libs/wxGTK:2.8[X,opengl,-odbc] lapack? ( virtual/lapack ) sift? ( media-gfx/autopano-sift-C ) virtual/pkgconfig python? ( >=dev-lang/swig-2.0.4 ) python? ( || ( =dev-lang/python-3* =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=GUI for the creation & processing of panoramic images -EAPI=3 -HOMEPAGE=http://hugin.sf.net -IUSE=lapack python sift linguas_bg linguas_ca linguas_cs linguas_da linguas_de linguas_en_GB linguas_es linguas_fi linguas_fr linguas_hu linguas_it linguas_ja linguas_ko linguas_nl linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_uk linguas_zh_CN linguas_zh_TW -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 SIFT -RDEPEND=!!dev-util/cocom app-arch/zip dev-cpp/tclap >=dev-libs/boost-1.49.0-r1 dev-libs/zthread >=media-gfx/enblend-4.0 media-gfx/exiv2 media-libs/freeglut >=media-libs/libpano13-2.9.18 media-libs/libpng media-libs/openexr media-libs/tiff sys-libs/zlib virtual/jpeg x11-libs/wxGTK:2.8[X,opengl,-odbc] lapack? ( virtual/lapack ) sift? ( media-gfx/autopano-sift-C ) media-libs/exiftool python? ( || ( =dev-lang/python-3* =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) -SLOT=0 -SRC_URI=mirror://sourceforge/hugin/hugin-2011.4.0.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 wxwidgets 3315ffba81a98dea5d9837edb418a587 -_md5_=e08c58739368e95eff477c8e9f4c8c6d diff --git a/metadata/md5-cache/media-gfx/hugin-2013.0.0_rc2 b/metadata/md5-cache/media-gfx/hugin-2013.0.0 similarity index 96% rename from metadata/md5-cache/media-gfx/hugin-2013.0.0_rc2 rename to metadata/md5-cache/media-gfx/hugin-2013.0.0 index f9eb7e61e9e8..e5514e9322c0 100644 --- a/metadata/md5-cache/media-gfx/hugin-2013.0.0_rc2 +++ b/metadata/md5-cache/media-gfx/hugin-2013.0.0 @@ -9,6 +9,6 @@ LICENSE=GPL-2 SIFT RDEPEND=!!dev-util/cocom app-arch/zip dev-cpp/tclap >=dev-libs/boost-1.49.0-r1:= dev-libs/zthread >=media-gfx/enblend-4.0 media-gfx/exiv2 media-libs/freeglut media-libs/glew:= media-libs/lensfun >=media-libs/libpano13-2.9.18 media-libs/libpng:0= media-libs/openexr:= media-libs/tiff sys-libs/zlib virtual/jpeg x11-libs/wxGTK:2.8=[X,opengl,-odbc] lapack? ( virtual/lapack ) sift? ( media-gfx/autopano-sift-C ) media-libs/exiftool REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 ) ) SLOT=0 -SRC_URI=mirror://sourceforge/hugin/hugin-2013.0.0_rc2.tar.bz2 +SRC_URI=mirror://sourceforge/hugin/hugin-2013.0.0.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 677393e4f4667059846e1a73f205010d python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 wxwidgets 3315ffba81a98dea5d9837edb418a587 -_md5_=7d014c61cffadfcc58b151994f93a41b +_md5_=28d6a1ac465e9e4ea45a9f263d126a86 diff --git a/metadata/md5-cache/media-sound/ardour-3.5.14 b/metadata/md5-cache/media-sound/ardour-3.5.14 new file mode 100644 index 000000000000..90731e9bb0c7 --- /dev/null +++ b/metadata/md5-cache/media-sound/ardour-3.5.14 @@ -0,0 +1,12 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] ) dev-vcs/git dev-lang/python !dev-lang/python[-threads] +DESCRIPTION=Digital Audio Workstation +EAPI=4 +HOMEPAGE=http://ardour.org/ +IUSE=altivec debug doc nls lv2 sse +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) +SLOT=3 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb git-2 2027b81a576527fa16bece425941e094 git-r3 50d4901f6fbc60f376f4af3b555143c8 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 waf-utils 681b3e9181d1a20ad8d0c186333ddcf7 +_md5_=eb9123ed5b515bbf9d7b002cad0738e6 diff --git a/metadata/md5-cache/media-sound/ardour-9999 b/metadata/md5-cache/media-sound/ardour-9999 index 36b6e81ce8bb..efd9e545e297 100644 --- a/metadata/md5-cache/media-sound/ardour-9999 +++ b/metadata/md5-cache/media-sound/ardour-9999 @@ -8,4 +8,4 @@ LICENSE=GPL-2 RDEPEND=media-libs/aubio media-libs/liblo sci-libs/fftw:3.0 media-libs/freetype:2 >=dev-libs/glib-2.10.1:2 dev-cpp/glibmm:2 >=x11-libs/gtk+-2.8.1:2 >=dev-libs/libxml2-2.6:2 >=media-libs/libsndfile-1.0.18 >=media-libs/libsamplerate-0.1 >=media-libs/rubberband-1.6.0 >=media-libs/libsoundtouch-1.6.0 media-libs/flac media-libs/raptor:2 >=media-libs/liblrdf-0.4.0-r20 >=media-sound/jack-audio-connection-kit-0.120 >=gnome-base/libgnomecanvas-2 media-libs/vamp-plugin-sdk dev-libs/libxslt dev-libs/libsigc++:2 >=dev-cpp/gtkmm-2.16:2.4 >=dev-cpp/libgnomecanvasmm-2.26:2.6 media-libs/alsa-lib x11-libs/pango x11-libs/cairo media-libs/libart_lgpl virtual/libusb:0 dev-libs/boost >=media-libs/taglib-1.7 net-misc/curl lv2? ( >=media-libs/slv2-0.6.1 media-libs/lilv media-libs/sratom dev-libs/sord >=media-libs/suil-0.6.10 ) SLOT=3 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb git-2 2027b81a576527fa16bece425941e094 git-r3 50d4901f6fbc60f376f4af3b555143c8 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 waf-utils 681b3e9181d1a20ad8d0c186333ddcf7 -_md5_=0d84dc55438542d65e87901f602c0844 +_md5_=d47b59ce81056b5e37c647901cefcff5 diff --git a/metadata/md5-cache/media-tv/xmltv-0.5.53 b/metadata/md5-cache/media-tv/xmltv-0.5.53 deleted file mode 100644 index 558a0af366d7..000000000000 --- a/metadata/md5-cache/media-tv/xmltv-0.5.53 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prerm setup test unpack -DEPEND=>=dev-perl/libwww-perl-5.65 >=dev-perl/XML-Parser-2.34 >=dev-perl/XML-Twig-3.10 >=dev-perl/DateManip-5.42 >=dev-perl/XML-Writer-0.6 virtual/perl-Memoize virtual/perl-Storable >=dev-perl/Lingua-Preferred-0.2.4 >=dev-perl/Term-ProgressBar-2.03 virtual/perl-IO-Compress dev-perl/Unicode-String dev-perl/TermReadKey dev-perl/File-Slurp >=dev-lang/perl-5.6.1 dev-perl/XML-LibXML brnet? ( dev-perl/IO-stringy >=dev-perl/WWW-Mechanize-1.02 ) na_dd? ( na_icons? ( dev-perl/HTML-TableExtract >=dev-perl/WWW-Mechanize-1.02 ) ) dk? ( dev-perl/HTML-Tree ) es? ( dev-perl/HTML-Tree ) fi? ( dev-perl/HTML-Tree ) fr? ( >=dev-perl/HTML-Parser-3.34 dev-perl/HTML-Tree ) huro? ( dev-perl/HTML-Tree ) it? ( dev-perl/XML-Simple ) is? ( dev-perl/XML-LibXSLT ) jp? ( dev-perl/HTML-Tree dev-perl/Text-Kakasi ) na_dd? ( dev-perl/SOAP-Lite dev-perl/TermReadKey ) no_gf? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) pt? ( dev-perl/HTML-Tree dev-perl/Unicode-UTF8simple ) eu_epg? ( dev-perl/Archive-Zip ) se_swedb? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) hr? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) uk_rt? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy ) uk_bleb? ( dev-perl/Archive-Zip dev-perl/IO-stringy ) ee? ( dev-perl/IO-stringy ) re? ( dev-perl/Lingua-EN-Numbers-Ordinate ) tv_combiner? ( dev-perl/XML-LibXML ) tv_check? ( dev-perl/perl-tk dev-perl/Tk-TableMatrix ) tv_pick_cgi? ( virtual/perl-CGI dev-perl/Lingua-EN-Numbers-Ordinate ) na_dtv? ( >=dev-perl/WWW-Mechanize-1.02 dev-perl/TimeDate dev-perl/IO-stringy dev-perl/XML-LibXML ) -DESCRIPTION=Set of utilities to manage TV listings stored in the XMLTV format. -HOMEPAGE=http://membled.com/work/apps/xmltv/ -IUSE=ar be brnet ch dtvla uk_rt uk_bleb is it na_dd na_icons fi es es_laguiatv es_miguiatv ee re huro dk jp se_swedb hr no_gf fr pt za eu_epg tv_combiner tv_pick_cgi tv_check na_dtv -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-perl/libwww-perl-5.65 >=dev-perl/XML-Parser-2.34 >=dev-perl/XML-Twig-3.10 >=dev-perl/DateManip-5.42 >=dev-perl/XML-Writer-0.6 virtual/perl-Memoize virtual/perl-Storable >=dev-perl/Lingua-Preferred-0.2.4 >=dev-perl/Term-ProgressBar-2.03 virtual/perl-IO-Compress dev-perl/Unicode-String dev-perl/TermReadKey dev-perl/File-Slurp >=dev-lang/perl-5.6.1 dev-perl/XML-LibXML -SLOT=0 -SRC_URI=mirror://sourceforge/xmltv//xmltv-0.5.53.tar.bz2 -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e perl-module d93571ca1c77e98760e5aa406388b02d toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=23da93e4233c6041a26da2c2eff668e8 diff --git a/metadata/md5-cache/media-tv/xmltv-0.5.54 b/metadata/md5-cache/media-tv/xmltv-0.5.54 deleted file mode 100644 index cc9607e2a433..000000000000 --- a/metadata/md5-cache/media-tv/xmltv-0.5.54 +++ /dev/null @@ -1,12 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prerm setup test unpack -DEPEND=>=dev-perl/libwww-perl-5.65 >=dev-perl/XML-Parser-2.34 >=dev-perl/XML-Twig-3.10 >=dev-perl/DateManip-5.42 >=dev-perl/XML-Writer-0.6 virtual/perl-Memoize virtual/perl-Storable >=dev-perl/Lingua-Preferred-0.2.4 >=dev-perl/Term-ProgressBar-2.03 virtual/perl-IO-Compress dev-perl/Unicode-String dev-perl/TermReadKey dev-perl/File-Slurp >=dev-lang/perl-5.6.1 dev-perl/XML-LibXML brnet? ( dev-perl/IO-stringy >=dev-perl/WWW-Mechanize-1.02 ) na_dd? ( na_icons? ( dev-perl/HTML-TableExtract >=dev-perl/WWW-Mechanize-1.02 ) ) dk? ( dev-perl/HTML-Tree ) es? ( dev-perl/HTML-Tree ) fi? ( dev-perl/HTML-Tree ) fr? ( >=dev-perl/HTML-Parser-3.34 dev-perl/HTML-Tree ) huro? ( dev-perl/HTML-Tree ) it? ( dev-perl/XML-Simple ) is? ( dev-perl/XML-LibXSLT ) jp? ( dev-perl/HTML-Tree dev-perl/Text-Kakasi ) na_dd? ( dev-perl/SOAP-Lite dev-perl/TermReadKey ) no_gf? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) pt? ( dev-perl/HTML-Tree dev-perl/Unicode-UTF8simple ) eu_epg? ( dev-perl/Archive-Zip ) se_swedb? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) hr? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) uk_rt? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy ) uk_bleb? ( dev-perl/Archive-Zip dev-perl/IO-stringy ) ee? ( dev-perl/IO-stringy ) re? ( dev-perl/Lingua-EN-Numbers-Ordinate ) tv_combiner? ( dev-perl/XML-LibXML ) tv_check? ( dev-perl/perl-tk dev-perl/Tk-TableMatrix ) tv_pick_cgi? ( virtual/perl-CGI dev-perl/Lingua-EN-Numbers-Ordinate ) na_dtv? ( >=dev-perl/WWW-Mechanize-1.02 dev-perl/TimeDate dev-perl/IO-stringy dev-perl/XML-LibXML ) -DESCRIPTION=Set of utilities to manage TV listings stored in the XMLTV format. -HOMEPAGE=http://membled.com/work/apps/xmltv/ -IUSE=ar brnet ch dtvla uk_rt uk_bleb is it na_dd na_icons fi es es_laguiatv es_miguiatv ee re huro dk jp se_swedb hr no_gf fr pt za eu_epg tv_combiner tv_pick_cgi tv_check na_dtv -KEYWORDS=~amd64 ~ppc ~x86 -LICENSE=GPL-2 -RDEPEND=>=dev-perl/libwww-perl-5.65 >=dev-perl/XML-Parser-2.34 >=dev-perl/XML-Twig-3.10 >=dev-perl/DateManip-5.42 >=dev-perl/XML-Writer-0.6 virtual/perl-Memoize virtual/perl-Storable >=dev-perl/Lingua-Preferred-0.2.4 >=dev-perl/Term-ProgressBar-2.03 virtual/perl-IO-Compress dev-perl/Unicode-String dev-perl/TermReadKey dev-perl/File-Slurp >=dev-lang/perl-5.6.1 dev-perl/XML-LibXML -SLOT=0 -SRC_URI=mirror://sourceforge/xmltv//xmltv-0.5.54.tar.bz2 http://dev.gentoo.org/~mattepiu/xmltv_it-0.5.54.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e perl-module d93571ca1c77e98760e5aa406388b02d toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8979581f5c632ff9e1374994ed0df459 diff --git a/metadata/md5-cache/media-tv/xmltv-0.5.57 b/metadata/md5-cache/media-tv/xmltv-0.5.57 new file mode 100644 index 000000000000..55b930cdae29 --- /dev/null +++ b/metadata/md5-cache/media-tv/xmltv-0.5.57 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare test unpack +DEPEND=>=dev-perl/libwww-perl-5.65 >=dev-perl/XML-Parser-2.34 >=dev-perl/XML-Twig-3.10 >=dev-perl/DateManip-5.42 >=dev-perl/XML-Writer-0.6 virtual/perl-Memoize virtual/perl-Storable >=dev-perl/Lingua-Preferred-0.2.4 >=dev-perl/Term-ProgressBar-2.03 virtual/perl-IO-Compress dev-perl/Unicode-String dev-perl/TermReadKey dev-perl/File-Slurp >=dev-lang/perl-5.6.1 dev-perl/XML-LibXML nl? ( dev-perl/HTML-Tree ) na_icons? ( dev-perl/HTML-TableExtract >=dev-perl/WWW-Mechanize-1.02 ) dk? ( dev-perl/HTML-Tree dev-perl/DateTime dev-perl/Parse-RecDescent ) fi? ( dev-perl/HTML-Tree ) fr? ( >=dev-perl/HTML-Parser-3.34 dev-perl/HTML-Tree ) huro? ( dev-perl/HTML-Tree ) it? ( dev-perl/XML-Simple ) is? ( dev-perl/XML-LibXSLT ) na_dd? ( dev-perl/SOAP-Lite dev-perl/TermReadKey ) no_gf? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) pt? ( dev-perl/HTML-Tree dev-perl/Unicode-UTF8simple ) eu_epg? ( dev-perl/Archive-Zip ) se_swedb? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) hr? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy dev-perl/XML-LibXML ) uk_rt? ( dev-perl/HTTP-Cache-Transparent dev-perl/IO-stringy ) uk_bleb? ( dev-perl/Archive-Zip dev-perl/IO-stringy ) ee? ( dev-perl/IO-stringy ) re? ( dev-perl/Lingua-EN-Numbers-Ordinate ) tv_combiner? ( dev-perl/XML-LibXML ) tv_check? ( dev-perl/perl-tk dev-perl/Tk-TableMatrix ) tv_pick_cgi? ( virtual/perl-CGI dev-perl/Lingua-EN-Numbers-Ordinate ) na_dtv? ( >=dev-perl/WWW-Mechanize-1.02 dev-perl/TimeDate dev-perl/IO-stringy dev-perl/XML-LibXML ) || ( >=dev-lang/perl-5.16 =dev-perl/libwww-perl-5.65 >=dev-perl/XML-Parser-2.34 >=dev-perl/XML-Twig-3.10 >=dev-perl/DateManip-5.42 >=dev-perl/XML-Writer-0.6 virtual/perl-Memoize virtual/perl-Storable >=dev-perl/Lingua-Preferred-0.2.4 >=dev-perl/Term-ProgressBar-2.03 virtual/perl-IO-Compress dev-perl/Unicode-String dev-perl/TermReadKey dev-perl/File-Slurp >=dev-lang/perl-5.6.1 dev-perl/XML-LibXML || ( >=dev-lang/perl-5.16 =dev-libs/libtasn1-2.14 >=dev-libs/nettle-2.7[gmp] dev-libs/gmp sys-devel/autogen dane? ( net-dns/unbound ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( virtual/libintl ) pkcs11? ( >=app-crypt/p11-kit-0.11 ) zlib? ( >=sys-libs/zlib-1.2.3.1 ) >=sys-devel/automake-1.11.6 virtual/pkgconfig doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) test? ( app-misc/datefudge ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=A TLS 1.2 and SSL 3.0 implementation for the GNU project -EAPI=5 -HOMEPAGE=http://www.gnutls.org/ -IUSE=+cxx dane doc examples guile nls pkcs11 static-libs test zlib linguas_en linguas_cs linguas_de linguas_fi linguas_fr linguas_it linguas_ms linguas_nl linguas_pl linguas_sv linguas_uk linguas_vi linguas_zh_CN -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris -LICENSE=GPL-3 LGPL-3 -RDEPEND=>=dev-libs/libtasn1-2.14 >=dev-libs/nettle-2.7[gmp] dev-libs/gmp sys-devel/autogen dane? ( net-dns/unbound ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( virtual/libintl ) pkcs11? ( >=app-crypt/p11-kit-0.11 ) zlib? ( >=sys-libs/zlib-1.2.3.1 ) -SLOT=0 -SRC_URI=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.3.tar.xz -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b0fc4ca2777fda0007cb0eac04f7a204 diff --git a/metadata/md5-cache/net-libs/gnutls-3.2.4 b/metadata/md5-cache/net-libs/gnutls-3.2.4 deleted file mode 100644 index dafe5d5eeff4..000000000000 --- a/metadata/md5-cache/net-libs/gnutls-3.2.4 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install prepare test -DEPEND=>=dev-libs/libtasn1-2.14 >=dev-libs/nettle-2.7[gmp] dev-libs/gmp sys-devel/autogen dane? ( net-dns/unbound ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( virtual/libintl ) pkcs11? ( >=app-crypt/p11-kit-0.11 ) zlib? ( >=sys-libs/zlib-1.2.3.1 ) >=sys-devel/automake-1.11.6 virtual/pkgconfig doc? ( dev-util/gtk-doc ) nls? ( sys-devel/gettext ) test? ( app-misc/datefudge ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=A TLS 1.2 and SSL 3.0 implementation for the GNU project -EAPI=5 -HOMEPAGE=http://www.gnutls.org/ -IUSE=+cxx dane doc examples guile nls pkcs11 static-libs test zlib linguas_en linguas_cs linguas_de linguas_fi linguas_fr linguas_it linguas_ms linguas_nl linguas_pl linguas_sv linguas_uk linguas_vi linguas_zh_CN -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris -LICENSE=GPL-3 LGPL-3 -RDEPEND=>=dev-libs/libtasn1-2.14 >=dev-libs/nettle-2.7[gmp] dev-libs/gmp sys-devel/autogen dane? ( net-dns/unbound ) guile? ( >=dev-scheme/guile-1.8[networking] ) nls? ( virtual/libintl ) pkcs11? ( >=app-crypt/p11-kit-0.11 ) zlib? ( >=sys-libs/zlib-1.2.3.1 ) -SLOT=0 -SRC_URI=ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.4.tar.xz https://gitorious.org/gnutls/gnutls/commit/1df1b0f7b28c733bf01e5d1faa2f8ccdb3db1665.patch -> gnutls-3.2.4-no-error.patch -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2bb749241904f90af038c073e7246761 diff --git a/metadata/md5-cache/net-mail/mailutils-2.99.97 b/metadata/md5-cache/net-mail/mailutils-2.99.97 deleted file mode 100644 index fe8ae4f8d250..000000000000 --- a/metadata/md5-cache/net-mail/mailutils-2.99.97 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm prepare setup -DEPEND=!mail-client/nmh !mail-filter/libsieve !mail-client/mailx !mail-client/nail sys-libs/ncurses sys-libs/readline sys-devel/libtool virtual/mta berkdb? ( sys-libs/db ) bidi? ( dev-libs/fribidi ) gdbm? ( sys-libs/gdbm ) guile? ( dev-scheme/guile ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) nls? ( sys-devel/gettext ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( virtual/gsasl ) ssl? ( net-libs/gnutls ) tcpd? ( sys-apps/tcp-wrappers ) tokyocabinet? ( dev-db/tokyocabinet ) virtual/pkgconfig python? ( =dev-lang/python-2* ) -DESCRIPTION=A useful collection of mail servers, clients, and filters. -EAPI=4 -HOMEPAGE=http://www.gnu.org/software/mailutils/mailutils.html -IUSE=berkdb bidi +clients gdbm sasl guile ipv6 kerberos ldap mysql nls pam postgres python servers ssl static-libs +threads tcpd tokyocabinet -KEYWORDS=amd64 ~hppa ~ppc x86 ~ppc-macos ~x64-macos ~x86-macos -LICENSE=GPL-2 LGPL-2.1 -RDEPEND=!mail-client/nmh !mail-filter/libsieve !mail-client/mailx !mail-client/nail sys-libs/ncurses sys-libs/readline sys-devel/libtool virtual/mta berkdb? ( sys-libs/db ) bidi? ( dev-libs/fribidi ) gdbm? ( sys-libs/gdbm ) guile? ( dev-scheme/guile ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) nls? ( sys-devel/gettext ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( virtual/gsasl ) ssl? ( net-libs/gnutls ) tcpd? ( sys-apps/tcp-wrappers ) tokyocabinet? ( dev-db/tokyocabinet ) python? ( =dev-lang/python-2* ) -SLOT=0 -SRC_URI=mirror://gnu-alpha/mailutils/mailutils-2.99.97.tar.xz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e8504897068cad12266ecbab653c0ba8 diff --git a/metadata/md5-cache/net-misc/tor-0.2.4.16_rc b/metadata/md5-cache/net-misc/tor-0.2.4.16_rc deleted file mode 100644 index e391d38ee4a1..000000000000 --- a/metadata/md5-cache/net-misc/tor-0.2.4.16_rc +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst prepare setup -DEPEND=dev-libs/openssl sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) -DESCRIPTION=Anonymizing overlay network for TCP -EAPI=4 -HOMEPAGE=http://www.torproject.org/ -IUSE=-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web -KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd -LICENSE=BSD GPL-2 -RDEPEND=dev-libs/openssl sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) -SLOT=0 -SRC_URI=https://www.torproject.org/dist/tor-0.2.4.16-rc.tar.gz https://archive.torproject.org/tor-package-archive/tor-0.2.4.16-rc.tar.gz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=d0a6d8bca62a4e7a4f76a1ecb31aff30 diff --git a/metadata/md5-cache/net-misc/tor-0.2.4.17_rc b/metadata/md5-cache/net-misc/tor-0.2.4.17_rc-r1 similarity index 80% rename from metadata/md5-cache/net-misc/tor-0.2.4.17_rc rename to metadata/md5-cache/net-misc/tor-0.2.4.17_rc-r1 index 0779b35e60d1..b25716067108 100644 --- a/metadata/md5-cache/net-misc/tor-0.2.4.17_rc +++ b/metadata/md5-cache/net-misc/tor-0.2.4.17_rc-r1 @@ -1,7 +1,7 @@ DEFINED_PHASES=configure install postinst prepare setup DEPEND=dev-libs/openssl sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) DESCRIPTION=Anonymizing overlay network for TCP -EAPI=4 +EAPI=5 HOMEPAGE=http://www.torproject.org/ IUSE=-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd @@ -9,5 +9,5 @@ LICENSE=BSD GPL-2 RDEPEND=dev-libs/openssl sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) SLOT=0 SRC_URI=https://www.torproject.org/dist/tor-0.2.4.17-rc.tar.gz https://archive.torproject.org/tor-package-archive/tor-0.2.4.17-rc.tar.gz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=186a8055b42cb61d91b95480352cb1c9 +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=cdab1f7e0a5d8a49de648c2cc9d05167 diff --git a/metadata/md5-cache/net-misc/tor-0.2.5.1_alpha b/metadata/md5-cache/net-misc/tor-0.2.5.1_alpha-r2 similarity index 74% rename from metadata/md5-cache/net-misc/tor-0.2.5.1_alpha rename to metadata/md5-cache/net-misc/tor-0.2.5.1_alpha-r2 index 7b54264e8729..8ca8f8c8f60f 100644 --- a/metadata/md5-cache/net-misc/tor-0.2.5.1_alpha +++ b/metadata/md5-cache/net-misc/tor-0.2.5.1_alpha-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=configure install postinst prepare setup test -DEPEND=dev-libs/openssl sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) +DEPEND=dev-libs/openssl sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) virtual/pkgconfig DESCRIPTION=Anonymizing overlay network for TCP -EAPI=4 +EAPI=5 HOMEPAGE=http://www.torproject.org/ -IUSE=-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web +IUSE=-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads test upnp web KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd LICENSE=BSD GPL-2 RDEPEND=dev-libs/openssl sys-libs/zlib dev-libs/libevent bufferevents? ( dev-libs/libevent[ssl] ) nat-pmp? ( net-libs/libnatpmp ) upnp? ( net-libs/miniupnpc ) selinux? ( sec-policy/selinux-tor ) SLOT=0 SRC_URI=https://www.torproject.org/dist/tor-0.2.5.1-alpha.tar.gz https://archive.torproject.org/tor-package-archive/tor-0.2.5.1-alpha.tar.gz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=661af2444577228650a8bce1a1665b48 +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 readme.gentoo 2466b2f6a77a9600954c6b99ebca6e02 systemd 9f063b2cc19c5e8030911372aa246c4e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=dea143be63faec9cd2919bf0e5c009bc diff --git a/metadata/md5-cache/net-misc/youtube-dl-2013.10.28 b/metadata/md5-cache/net-misc/youtube-dl-2013.10.28 new file mode 100644 index 000000000000..8537729cc332 --- /dev/null +++ b/metadata/md5-cache/net-misc/youtube-dl-2013.10.28 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] test? ( dev-python/nose[coverage(+)] ) python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] +DESCRIPTION=Download videos from YouTube.com (and mores sites...) +EAPI=5 +HOMEPAGE=http://rg3.github.com/youtube-dl/ +IUSE=offensive test python_targets_python2_6 python_targets_python2_7 python_targets_python3_3 python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 +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_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) 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 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_3(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?,python_single_target_python3_3(+)?] +REQUIRED_USE=python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 python_single_target_python3_3 ) +SLOT=0 +SRC_URI=http://youtube-dl.org/downloads/2013.10.28/youtube-dl-2013.10.28.tar.gz +_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 677393e4f4667059846e1a73f205010d python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=abe3e4e9a9dbbd590b5658de6377d9a7 diff --git a/metadata/md5-cache/net-news/raggle-0.4.4-r2 b/metadata/md5-cache/net-news/raggle-0.4.4-r2 deleted file mode 100644 index af2d4932e955..000000000000 --- a/metadata/md5-cache/net-news/raggle-0.4.4-r2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=test? ( ruby_targets_ruby18? ( >=dev-ruby/ncurses-ruby-0.8[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) -DESCRIPTION=A console RSS aggregator, written in Ruby -EAPI=2 -HOMEPAGE=http://www.raggle.org/ -IUSE=test elibc_FreeBSD ruby_targets_ruby18 -KEYWORDS=~amd64 ~hppa ~mips ~ppc x86 -LICENSE=BSD -RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/ncurses-ruby-0.8[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) -SLOT=0 -SRC_URI=http://www.raggle.org/files/raggle-0.4.4.tar.gz -_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 ruby-ng 69c01a1b984ed066bc91b4397b002f6a toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=122ee610a412ceb0c3b7aca7fca0d817 diff --git a/metadata/md5-cache/net-p2p/mldonkey-3.1.3 b/metadata/md5-cache/net-p2p/mldonkey-3.1.3 index 59fc3ca0f4eb..51172c2dc7d6 100644 --- a/metadata/md5-cache/net-p2p/mldonkey-3.1.3 +++ b/metadata/md5-cache/net-p2p/mldonkey-3.1.3 @@ -4,10 +4,10 @@ DESCRIPTION=A multi-network P2P application written in Ocaml, with its own Gtk G EAPI=2 HOMEPAGE=http://mldonkey.sourceforge.net/ IUSE=bittorrent doc fasttrack gd gnutella gtk guionly magic +ocamlopt -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=dev-lang/perl guionly? ( >=gnome-base/librsvg-2.4.0 >=dev-ml/lablgtk-2.6 ) gtk? ( >=gnome-base/librsvg-2.4.0 >=dev-ml/lablgtk-2.6[svg] ) gd? ( >=media-libs/gd-2.0.28[truetype] ) magic? ( sys-apps/file ) SLOT=0 SRC_URI=mirror://sourceforge/mldonkey/mldonkey-3.1.3.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0a9e784d4d3d88ffd0612de87acaffc9 +_md5_=a072d2d6fb7ecf25aef45f3cf006e7c6 diff --git a/metadata/md5-cache/perl-core/Switch-2.160.0 b/metadata/md5-cache/perl-core/Switch-2.160.0 index 1b1ff75104d5..ddbf7d1531ae 100644 --- a/metadata/md5-cache/perl-core/Switch-2.160.0 +++ b/metadata/md5-cache/perl-core/Switch-2.160.0 @@ -3,10 +3,10 @@ DEPEND=|| ( >=dev-lang/perl-5.16 =dev-lang/perl-5.16 =sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg ) octave? ( >=sci-mathematics/octave-3.4.0 ) pdf? ( media-libs/libharu ) png? ( media-libs/libpng ) python? ( dev-python/numpy ) qt4? ( dev-qt/qtgui:4 ) wxwidgets? ( x11-libs/wxGTK:2.8 ) zlib? ( sys-libs/zlib ) doc? ( app-text/texi2html virtual/texi2dvi ) octave? ( dev-lang/swig ) python? ( dev-lang/swig ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Math Graphics Library -EAPI=4 -HOMEPAGE=http://mathgl.sourceforge.net/ -IUSE=doc double-precision fltk gif glut gsl hdf hdf5 jpeg mpi octave opengl pdf png python qt4 static-libs threads wxwidgets zlib linguas_ru -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=LGPL-3 -RDEPEND=!sci-visualization/udav virtual/opengl fltk? ( x11-libs/fltk:1 ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) hdf5? ( >=sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg ) octave? ( >=sci-mathematics/octave-3.4.0 ) pdf? ( media-libs/libharu ) png? ( media-libs/libpng ) python? ( dev-python/numpy ) qt4? ( dev-qt/qtgui:4 ) wxwidgets? ( x11-libs/wxGTK:2.8 ) zlib? ( sys-libs/zlib ) -REQUIRED_USE=mpi? ( hdf5 ) png? ( zlib ) pdf? ( png ) -SLOT=0 -SRC_URI=mirror://sourceforge/mathgl/mathgl-2.0.3.tar.gz mirror://sourceforge/mathgl/STIX_font.tgz -_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets 3315ffba81a98dea5d9837edb418a587 -_md5_=4458c365f099b034fce2d0e07b86e2d7 diff --git a/metadata/md5-cache/sci-libs/mathgl-2.1.2 b/metadata/md5-cache/sci-libs/mathgl-2.1.2 deleted file mode 100644 index 945cf7bed93b..000000000000 --- a/metadata/md5-cache/sci-libs/mathgl-2.1.2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare prerm setup test unpack -DEPEND=!sci-visualization/udav virtual/opengl fltk? ( x11-libs/fltk:1 ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) hdf5? ( >=sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg ) octave? ( >=sci-mathematics/octave-3.4.0 ) pdf? ( media-libs/libharu ) png? ( media-libs/libpng ) python? ( dev-python/numpy ) qt4? ( dev-qt/qtgui:4 ) wxwidgets? ( x11-libs/wxGTK:2.8 ) zlib? ( sys-libs/zlib ) doc? ( app-text/texi2html virtual/texi2dvi ) octave? ( dev-lang/swig ) python? ( dev-lang/swig ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -DESCRIPTION=Math Graphics Library -EAPI=5 -HOMEPAGE=http://mathgl.sourceforge.net/ -IUSE=doc fltk gif glut gsl hdf hdf5 jpeg mpi octave opengl pdf png python qt4 static-libs threads wxwidgets zlib linguas_ru -KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux -LICENSE=LGPL-3 -RDEPEND=!sci-visualization/udav virtual/opengl fltk? ( x11-libs/fltk:1 ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) hdf5? ( >=sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg ) octave? ( >=sci-mathematics/octave-3.4.0 ) pdf? ( media-libs/libharu ) png? ( media-libs/libpng ) python? ( dev-python/numpy ) qt4? ( dev-qt/qtgui:4 ) wxwidgets? ( x11-libs/wxGTK:2.8 ) zlib? ( sys-libs/zlib ) -REQUIRED_USE=mpi? ( hdf5 ) png? ( zlib ) pdf? ( png ) -SLOT=0 -SRC_URI=mirror://sourceforge/mathgl/mathgl-2.1.2.tar.gz mirror://sourceforge/mathgl/STIX_font.tgz -_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 python 305197b0aa1194fa3ef67ca21f6faa7e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets 3315ffba81a98dea5d9837edb418a587 -_md5_=70c231611cfe5f3c45214633cf5522bc diff --git a/metadata/md5-cache/sci-libs/mathgl-2.1.3.1 b/metadata/md5-cache/sci-libs/mathgl-2.1.3.1 new file mode 100644 index 000000000000..84153fa4b3fb --- /dev/null +++ b/metadata/md5-cache/sci-libs/mathgl-2.1.3.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare prerm setup test unpack +DEPEND=!sci-visualization/udav virtual/opengl fltk? ( x11-libs/fltk:1 ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) hdf5? ( >=sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg ) octave? ( >=sci-mathematics/octave-3.4.0 ) pdf? ( media-libs/libharu ) png? ( media-libs/libpng ) python? ( dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) qt4? ( dev-qt/qtgui:4 ) wxwidgets? ( x11-libs/wxGTK:2.8 ) zlib? ( sys-libs/zlib ) doc? ( app-text/texi2html virtual/texi2dvi ) octave? ( dev-lang/swig ) python? ( dev-lang/swig ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=Math Graphics Library +EAPI=5 +HOMEPAGE=http://mathgl.sourceforge.net/ +IUSE=doc fltk gif glut gsl hdf hdf5 jpeg mpi octave opengl pdf png python qt4 static-libs threads wxwidgets zlib linguas_ru python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 +KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux +LICENSE=LGPL-3 +RDEPEND=!sci-visualization/udav virtual/opengl fltk? ( x11-libs/fltk:1 ) gif? ( media-libs/giflib ) glut? ( media-libs/freeglut ) gsl? ( sci-libs/gsl ) hdf? ( sci-libs/hdf ) hdf5? ( >=sci-libs/hdf5-1.8[mpi=] ) jpeg? ( virtual/jpeg ) octave? ( >=sci-mathematics/octave-3.4.0 ) pdf? ( media-libs/libharu ) png? ( media-libs/libpng ) python? ( dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) qt4? ( dev-qt/qtgui:4 ) wxwidgets? ( x11-libs/wxGTK:2.8 ) zlib? ( sys-libs/zlib ) +REQUIRED_USE=mpi? ( hdf5 ) png? ( zlib ) pdf? ( png ) python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) +SLOT=0 +SRC_URI=mirror://sourceforge/mathgl/mathgl-2.1.3.1.tar.gz mirror://sourceforge/mathgl/STIX_font.tgz +_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 677393e4f4667059846e1a73f205010d python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets 3315ffba81a98dea5d9837edb418a587 +_md5_=739e1c682ba5fa4f30aef59210e26c23 diff --git a/metadata/md5-cache/sci-libs/plplot-5.9.10 b/metadata/md5-cache/sci-libs/plplot-5.9.10 new file mode 100644 index 000000000000..721ac39010cb --- /dev/null +++ b/metadata/md5-cache/sci-libs/plplot-5.9.10 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install preinst prepare setup test +DEPEND=ada? ( virtual/gnat ) cairo? ( x11-libs/cairo[svg?,X?] ) java? ( >=virtual/jre-1.5 ) gd? ( media-libs/gd[jpeg?,png?] ) latex? ( virtual/latex-base app-text/ghostscript-gpl ) lua? ( dev-lang/lua ) ocaml? ( dev-lang/ocaml dev-ml/camlidl cairo? ( dev-ml/cairo-ocaml[gtk] ) ) octave? ( sci-mathematics/octave ) pdf? ( media-libs/libharu ) perl? ( dev-perl/PDL dev-perl/XML-DOM ) python? ( dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] qt4? ( dev-python/PyQt4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) ) qhull? ( media-libs/qhull ) qt4? ( dev-qt/qtgui:4 dev-qt/qtsvg:4 ) shapefile? ( sci-libs/shapelib ) tcl? ( dev-lang/tcl dev-tcltk/itcl tk? ( dev-lang/tk dev-tcltk/itk ) ) truetype? ( media-fonts/freefont media-libs/lasi gd? ( media-libs/gd[truetype] ) ) wxwidgets? ( x11-libs/wxGTK:2.8[X] x11-libs/agg[truetype?] ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp ) virtual/pkgconfig doc? ( app-doc/doxygen ) java? ( >=virtual/jdk-1.5 dev-lang/swig ) ocaml? ( dev-ml/findlib ) python? ( dev-lang/swig ) test? ( media-fonts/font-misc-misc media-fonts/font-cursor-misc ) fortran? ( virtual/fortran ) sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) java? ( >=dev-java/java-config-2.1.9-r1 ) +DESCRIPTION=Multi-language scientific plotting library +EAPI=5 +HOMEPAGE=http://plplot.sourceforge.net/ +IUSE=ada cairo cxx doc +dynamic examples fortran gd java jpeg latex lua ocaml octave pdf perl png python qhull qt4 shapefile svg tcl test threads tk truetype wxwidgets X python_targets_python2_6 python_targets_python2_7 python_single_target_python2_6 python_single_target_python2_7 test elibc_FreeBSD java +KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux +LICENSE=LGPL-2 +RDEPEND=ada? ( virtual/gnat ) cairo? ( x11-libs/cairo[svg?,X?] ) java? ( >=virtual/jre-1.5 ) gd? ( media-libs/gd[jpeg?,png?] ) latex? ( virtual/latex-base app-text/ghostscript-gpl ) lua? ( dev-lang/lua ) ocaml? ( dev-lang/ocaml dev-ml/camlidl cairo? ( dev-ml/cairo-ocaml[gtk] ) ) octave? ( sci-mathematics/octave ) pdf? ( media-libs/libharu ) perl? ( dev-perl/PDL dev-perl/XML-DOM ) python? ( dev-python/numpy[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] qt4? ( dev-python/PyQt4[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] ) ) qhull? ( media-libs/qhull ) qt4? ( dev-qt/qtgui:4 dev-qt/qtsvg:4 ) shapefile? ( sci-libs/shapelib ) tcl? ( dev-lang/tcl dev-tcltk/itcl tk? ( dev-lang/tk dev-tcltk/itk ) ) truetype? ( media-fonts/freefont media-libs/lasi gd? ( media-libs/gd[truetype] ) ) wxwidgets? ( x11-libs/wxGTK:2.8[X] x11-libs/agg[truetype?] ) X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp ) fortran? ( virtual/fortran ) java? ( >=dev-java/java-config-2.1.9-r1 ) +REQUIRED_USE=python? ( python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) ) qt4? ( dynamic ) test? ( latex ) +SLOT=0 +SRC_URI=mirror://sourceforge/plplot/plplot-5.9.10.tar.gz +_eclasses_=cmake-utils 92319f03251f1235bc887cc84e5aef21 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb fortran-2 db8710b355fc5598015c4bc3aad3bdb0 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 8d0d93b7a8605ea346cce4604f6db516 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 677393e4f4667059846e1a73f205010d python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 wxwidgets 3315ffba81a98dea5d9837edb418a587 +_md5_=ff688ee71875ed1acfefc08f87de0500 diff --git a/metadata/md5-cache/sci-libs/scipy-0.13.0 b/metadata/md5-cache/sci-libs/scipy-0.13.0 new file mode 100644 index 000000000000..28bfc62af6a8 --- /dev/null +++ b/metadata/md5-cache/sci-libs/scipy-0.13.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install postinst prepare setup test unpack +DEPEND=dev-python/numpy[lapack,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] sci-libs/arpack virtual/cblas virtual/lapack sparse? ( sci-libs/umfpack ) dev-lang/swig dev-python/cython[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/pkgconfig doc? ( app-arch/unzip ) test? ( dev-python/nose[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] ) virtual/fortran userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +DESCRIPTION=Scientific algorithms library for Python +EAPI=5 +HOMEPAGE=http://www.scipy.org/ +IUSE=doc sparse test python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 +KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +LICENSE=BSD LGPL-2 +RDEPEND=dev-python/numpy[lapack,python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] sci-libs/arpack virtual/cblas virtual/lapack sparse? ( sci-libs/umfpack ) virtual/python-imaging[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] virtual/fortran python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) +SLOT=0 +SRC_URI=mirror://sourceforge/scipy/scipy-0.13.0.tar.gz doc? ( http://docs.scipy.org/doc/scipy-0.13.0/scipy-html.zip -> scipy-0.13.0-html.zip http://docs.scipy.org/doc/scipy-0.13.0/scipy-ref.pdf -> scipy-0.13.0-ref.pdf ) +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb fortran-2 db8710b355fc5598015c4bc3aad3bdb0 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 2ac4b3ff6f2fd520c8672843482ed427 python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=66303627dff9bdc6621e9b388bd976ed diff --git a/metadata/md5-cache/sci-visualization/spyview-20130823 b/metadata/md5-cache/sci-visualization/spyview-20130823 index 19b6d92c3133..da8b050b872e 100644 --- a/metadata/md5-cache/sci-visualization/spyview-20130823 +++ b/metadata/md5-cache/sci-visualization/spyview-20130823 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile configure install prepare unpack -DEPEND=>=dev-libs/boost-1.42 media-libs/netpbm x11-libs/fltk:1 app-text/ghostscript-gpl virtual/glu sys-apps/groff || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DEPEND=dev-libs/boost:= media-libs/netpbm x11-libs/fltk:1 app-text/ghostscript-gpl virtual/glu sys-apps/groff || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=Interactive plotting program EAPI=5 HOMEPAGE=http://kavli.nano.tudelft.nl/~gsteele/spyview/ KEYWORDS=~amd64 ~x86 LICENSE=GPL-3 -RDEPEND=>=dev-libs/boost-1.42 media-libs/netpbm x11-libs/fltk:1 app-text/ghostscript-gpl virtual/glu sci-visualization/gnuplot +RDEPEND=dev-libs/boost:= media-libs/netpbm x11-libs/fltk:1 app-text/ghostscript-gpl virtual/glu sci-visualization/gnuplot SLOT=0 SRC_URI=http://nsweb.tn.tudelft.nl/gitweb/?p=spyview.git;a=snapshot;h=879615fcc662e8572f99854557010d014bb4651e;sf=tgz -> spyview-20130823.tgz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f5306bfc4f668151ec94472abe86d60f +_md5_=dc0c5a53ac76103132035bb38c9d5ce7 diff --git a/metadata/md5-cache/sys-apps/util-linux-2.24 b/metadata/md5-cache/sys-apps/util-linux-2.24 new file mode 100644 index 000000000000..a3caa6ef9d9f --- /dev/null +++ b/metadata/md5-cache/sys-apps/util-linux-2.24 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install postinst prepare setup +DEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-python/python-exec:2[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) selinux? ( sys-libs/libselinux ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( sys-devel/bc ) virtual/os-headers +DESCRIPTION=Various useful Linux utilities +EAPI=4 +HOMEPAGE=http://www.kernel.org/pub/linux/utils/util-linux/ +IUSE=bash-completion caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux +LICENSE=GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain +RDEPEND=!sys-process/schedutils !sys-apps/setarch !=sys-libs/ncurses-5.2-r2 ) pam? ( sys-libs/pam ) python? ( python_single_target_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_single_target_python3_2? ( >=dev-lang/python-3.2.5-r2:3.2 ) python_single_target_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) dev-python/python-exec:2[python_targets_python2_7(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_single_target_python2_7(+)?,python_single_target_python3_2(+)?,python_single_target_python3_3(+)?] ) selinux? ( sys-libs/libselinux ) slang? ( sys-libs/slang ) udev? ( virtual/udev ) +REQUIRED_USE=python? ( python_single_target_python2_7? ( python_targets_python2_7 ) python_single_target_python3_2? ( python_targets_python3_2 ) python_single_target_python3_3? ( python_targets_python3_3 ) ^^ ( python_single_target_python2_7 python_single_target_python3_2 python_single_target_python3_3 ) ) +SLOT=0 +SRC_URI=mirror://kernel/linux/utils/util-linux/v2.24/util-linux-2.24.tar.xz +_eclasses_=bash-completion-r1 d339dd40b2014cf1edba8592580eef42 eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 python-single-r1 677393e4f4667059846e1a73f205010d python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=971bab9daba9c048acc6ab88f64ddda1 diff --git a/metadata/md5-cache/sys-auth/pam_yubico-2.14 b/metadata/md5-cache/sys-auth/pam_yubico-2.14 new file mode 100644 index 000000000000..3736a88a80f8 --- /dev/null +++ b/metadata/md5-cache/sys-auth/pam_yubico-2.14 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=virtual/pam >=sys-auth/ykclient-2.4 >=sys-auth/ykpers-1.6 ldap? ( net-nds/openldap ) +DESCRIPTION=Library for authenticating against PAM with a Yubikey +EAPI=5 +HOMEPAGE=https://github.com/Yubico/yubico-pam +IUSE=ldap +KEYWORDS=~amd64 ~x86 +LICENSE=BSD +RDEPEND=virtual/pam >=sys-auth/ykclient-2.4 >=sys-auth/ykpers-1.6 ldap? ( net-nds/openldap ) +SLOT=0 +SRC_URI=http://opensource.yubico.com/yubico-pam/releases/pam_yubico-2.14.tar.gz +_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 +_md5_=52a2723ce87e6b2149a55f1b6da17258 diff --git a/metadata/md5-cache/sys-auth/ykclient-2.12 b/metadata/md5-cache/sys-auth/ykclient-2.12 new file mode 100644 index 000000000000..f2121f2617f9 --- /dev/null +++ b/metadata/md5-cache/sys-auth/ykclient-2.12 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install +DEPEND=>=net-misc/curl-7.21.1 +DESCRIPTION=Yubico C client library +EAPI=5 +HOMEPAGE=https://github.com/Yubico/yubico-c-client +IUSE=static-libs +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=>=net-misc/curl-7.21.1 +RESTRICT=test +SLOT=0 +SRC_URI=http://opensource.yubico.com/yubico-c-client/releases/ykclient-2.12.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=1d2a4cbd7e1a1c6e2e7ee9df33d87124 diff --git a/metadata/md5-cache/sys-auth/ykpers-1.14.1 b/metadata/md5-cache/sys-auth/ykpers-1.14.1 new file mode 100644 index 000000000000..429467618af0 --- /dev/null +++ b/metadata/md5-cache/sys-auth/ykpers-1.14.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=>=sys-auth/libyubikey-1.6 virtual/libusb:1 virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=Library and tool for personalization of Yubico's YubiKey +EAPI=5 +HOMEPAGE=https://github.com/Yubico/yubikey-personalization +IUSE=static-libs consolekit +KEYWORDS=~amd64 ~x86 +LICENSE=BSD-2 +RDEPEND=>=sys-auth/libyubikey-1.6 virtual/libusb:1 consolekit? ( sys-auth/consolekit[acl] ) +SLOT=0 +SRC_URI=http://yubico.github.io/yubikey-personalization/releases/ykpers-1.14.1.tar.gz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=ed6796fcdf092da897afc95638a6d562 diff --git a/metadata/md5-cache/sys-auth/yubikey-personalization-gui-3.1.11 b/metadata/md5-cache/sys-auth/yubikey-personalization-gui-3.1.11 new file mode 100644 index 000000000000..a37871816e6b --- /dev/null +++ b/metadata/md5-cache/sys-auth/yubikey-personalization-gui-3.1.11 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=>=sys-auth/ykpers-1.14.0 >=sys-auth/libyubikey-1.6 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-libs/glib:2 virtual/libusb:1 virtual/pkgconfig +DESCRIPTION=GUI for personalization of Yubico's YubiKey +EAPI=5 +HOMEPAGE=https://github.com/Yubico/yubikey-personalization-gui +IUSE=debug +KEYWORDS=~amd64 +LICENSE=BSD-2 +RDEPEND=>=sys-auth/ykpers-1.14.0 >=sys-auth/libyubikey-1.6 dev-qt/qtcore:4 dev-qt/qtgui:4 dev-libs/glib:2 virtual/libusb:1 +SLOT=0 +SRC_URI=http://yubico.github.io/yubikey-personalization-gui/releases/yubikey-personalization-gui-3.1.11.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 multilib 892e597faee02a5b94eb02ab512e7622 qt4-r2 ce0c9abfee272185e03ab73f09f5fd69 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=2de3d367939b1823010f303c6ef4149f diff --git a/metadata/md5-cache/sys-fs/bcache-tools-0_pre20130627-r1 b/metadata/md5-cache/sys-fs/bcache-tools-0_pre20130627-r1 index 729315292465..1a03b94b4fa0 100644 --- a/metadata/md5-cache/sys-fs/bcache-tools-0_pre20130627-r1 +++ b/metadata/md5-cache/sys-fs/bcache-tools-0_pre20130627-r1 @@ -1,4 +1,4 @@ -DEFINED_PHASES=install prepare +DEFINED_PHASES=install postinst prepare DEPEND=virtual/pkgconfig DESCRIPTION=Tools for bachefs EAPI=5 @@ -8,4 +8,4 @@ LICENSE=GPL-2 SLOT=0 SRC_URI=http://dev.gentoo.org/~jlec/distfiles/bcache-tools-0_pre20130627.tar.xz _eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de -_md5_=b5f61302580868729ea98b2fadcbbe80 +_md5_=7927a89b9dbb16f8ccbe9bbf36e8cdf9 diff --git a/metadata/md5-cache/sys-fs/bcache-tools-9999 b/metadata/md5-cache/sys-fs/bcache-tools-9999 index a2b2a10f6765..5bd5f3a1da9d 100644 --- a/metadata/md5-cache/sys-fs/bcache-tools-9999 +++ b/metadata/md5-cache/sys-fs/bcache-tools-9999 @@ -1,4 +1,4 @@ -DEFINED_PHASES=install prepare unpack +DEFINED_PHASES=install postinst prepare unpack DEPEND=dev-vcs/git virtual/pkgconfig DESCRIPTION=Tools for bachefs EAPI=5 @@ -6,4 +6,4 @@ HOMEPAGE=http://bcache.evilpiepirate.org/ LICENSE=GPL-2 SLOT=0 _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 git-2 2027b81a576527fa16bece425941e094 git-r3 50d4901f6fbc60f376f4af3b555143c8 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=759eefd982ea75f89da3d55a69b58692 +_md5_=aec1f12aac54eb2963bad82ade24f029 diff --git a/metadata/md5-cache/sys-fs/s3ql-1.17 b/metadata/md5-cache/sys-fs/s3ql-1.17 new file mode 100644 index 000000000000..7c57b5fd7949 --- /dev/null +++ b/metadata/md5-cache/sys-fs/s3ql-1.17 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/apsw-3.7.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/llfuse-0.37[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pycryptopp[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyliblzma[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] sys-fs/fuse virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] test? ( dev-python/pytest[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] net-misc/rsync[xattr] virtual/python-unittest2[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] ) userland_GNU? ( >=sys-apps/coreutils-8.5 ) python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +DESCRIPTION=A full-featured file system for online data storage +EAPI=5 +HOMEPAGE=http://code.google.com/p/s3ql/ +IUSE=contrib doc test python_targets_python2_6 python_targets_python2_7 +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-python/setuptools[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/apsw-3.7.0[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] >=dev-python/llfuse-0.37[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pycryptopp[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/pyliblzma[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] sys-fs/fuse virtual/python-argparse[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( >=dev-lang/python-2.6.8-r3:2.6 ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) dev-python/python-exec:=[python_targets_python2_6(-)?,python_targets_python2_7(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] +REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) +SLOT=0 +SRC_URI=http://s3ql.googlecode.com/files/s3ql-1.17.tar.bz2 +_eclasses_=distutils-r1 26fe65665d086911163d4502473bd093 eutils 4878e7f88afc0ba0866ac112190b0fd4 multibuild 56d4120419072116417e8de1bd1040ff multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e python-r1 2ac4b3ff6f2fd520c8672843482ed427 python-utils-r1 448d1943861aa5dffe1f328a6f7cb6b6 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=4e8c31aa08c0a4bf165c900533356aa2 diff --git a/metadata/md5-cache/sys-kernel/git-sources-3.12_rc7 b/metadata/md5-cache/sys-kernel/git-sources-3.12_rc7 new file mode 100644 index 000000000000..26b83c1011a2 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/git-sources-3.12_rc7 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=The very latest -git version of the Linux kernel +EAPI=5 +HOMEPAGE=http://www.kernel.org +IUSE=symlink build +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 +LICENSE=GPL-2 freedist +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=!build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl sys-devel/bc ) +RESTRICT=binchecks strip +SLOT=3.12_rc7 +SRC_URI=mirror://kernel/linux/kernel/v3.x/testing/patch-3.12-rc7.xz mirror://kernel/linux/kernel/v3.x/linux-3.11.tar.xz +_eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 kernel-2 72c82b0482225ffcdcdbaf48b37cea58 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=bcaa4ae6316dd08d6362dc9c8d82007e diff --git a/metadata/md5-cache/virtual/perl-Switch-2.160.0 b/metadata/md5-cache/virtual/perl-Switch-2.160.0 index 98cfa4949046..659d0fcd53b4 100644 --- a/metadata/md5-cache/virtual/perl-Switch-2.160.0 +++ b/metadata/md5-cache/virtual/perl-Switch-2.160.0 @@ -1,6 +1,6 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for Switch -KEYWORDS=amd64 ppc x86 +KEYWORDS=amd64 ~hppa ppc x86 RDEPEND=|| ( =dev-lang/perl-5.12* ~perl-core/Switch-2.160.0 ) SLOT=0 -_md5_=397aa557494082f9012c7c58729852b5 +_md5_=b4030a1e95a42db691659520a4ae38b2 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.10.6-r2 b/metadata/md5-cache/x11-base/xorg-server-1.10.6-r2 deleted file mode 100644 index ced4abbd02b5..000000000000 --- a/metadata/md5-cache/x11-base/xorg-server-1.10.6-r2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test unpack -DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.10.3 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-1.4 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-4.0.3 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 x11-proto/xcalibrateproto ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-4.1 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.11 >=x11-proto/inputproto-1.9.99.902 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.2.99.3 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.0.2 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.1.99 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.17 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.3 >=x11-libs/libdrm-2.4.20 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) -DESCRIPTION=X.Org X servers -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl tslib +udev static-libs doc -KEYWORDS=alpha amd64 arm ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=MIT -PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.10 ) -RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.10.3 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-1.4 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-4.0.3 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 x11-proto/xcalibrateproto ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 -REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) -SLOT=0/1.10.6 -SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.10.6.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=72239053b3a93eac072b941d62177cd2 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.11.4-r2 b/metadata/md5-cache/x11-base/xorg-server-1.11.4-r2 deleted file mode 100644 index cce74c21cb6a..000000000000 --- a/metadata/md5-cache/x11-base/xorg-server-1.11.4-r2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend setup test unpack -DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.10.3 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.14 >=x11-proto/inputproto-1.9.99.902 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.2.99.3 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.0.2 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.1.99 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.22 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.6 >=x11-libs/libdrm-2.4.20 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) -DESCRIPTION=X.Org X servers -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux tslib +udev static-libs doc -KEYWORDS=alpha amd64 arm ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=MIT -PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.11 ) -RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.10.3 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) -REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) -SLOT=0/1.11.4 -SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.11.4.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=6c08a8fe5085b28462c64e4647ec276e diff --git a/metadata/md5-cache/x11-base/xorg-server-1.12.4-r1 b/metadata/md5-cache/x11-base/xorg-server-1.12.4-r1 deleted file mode 100644 index 190663855320..000000000000 --- a/metadata/md5-cache/x11-base/xorg-server-1.12.4-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend test unpack -DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.14 >=x11-proto/inputproto-2.1.99.3 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.2.99.3 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.0.2 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.1.99 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.22 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.6 >=x11-libs/libdrm-2.4.20 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) -DESCRIPTION=X.Org X servers -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux tslib +udev static-libs doc -KEYWORDS=alpha amd64 arm ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd -LICENSE=MIT -PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.12 ) -RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) -REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) -SLOT=0/1.12.4 -SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.12.4.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=daab94d7e4cfafc356b6479b07ae2489 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.13.4 b/metadata/md5-cache/x11-base/xorg-server-1.13.4 deleted file mode 100644 index a9ef3d320976..000000000000 --- a/metadata/md5-cache/x11-base/xorg-server-1.13.4 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend test unpack -DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.16 >=x11-proto/inputproto-2.1.99.3 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.1.99 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.22 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) -DESCRIPTION=X.Org X servers -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux +suid tslib +udev static-libs doc -KEYWORDS=alpha amd64 arm ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux -LICENSE=MIT -PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.13 ) -RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) -REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) -SLOT=0/1.13.4 -SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.13.4.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=7738162d65bf3f4225f81afca3f59134 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.14.1 b/metadata/md5-cache/x11-base/xorg-server-1.14.1 deleted file mode 100644 index 810a4ec3f030..000000000000 --- a/metadata/md5-cache/x11-base/xorg-server-1.14.1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend test unpack -DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.16 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.1.99 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.22 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) -DESCRIPTION=X.Org X servers -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux +suid tslib +udev static-libs doc -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux -LICENSE=MIT -PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.14 ) -RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) -REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) -SLOT=0/1.14.1 -SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.14.1.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=0e7b10b5b5bd25d7824f95fdd388af6a diff --git a/metadata/md5-cache/x11-base/xorg-server-1.14.2 b/metadata/md5-cache/x11-base/xorg-server-1.14.2 deleted file mode 100644 index fda518c23a11..000000000000 --- a/metadata/md5-cache/x11-base/xorg-server-1.14.2 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend test unpack -DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.16 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.1.99 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.22 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) -DESCRIPTION=X.Org X servers -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux +suid tslib +udev static-libs doc -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux -LICENSE=MIT -PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.14 ) -RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) -REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) -SLOT=0/1.14.2 -SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.14.2.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=c57399ecbe887c2108e2c4196000f782 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.14.3 b/metadata/md5-cache/x11-base/xorg-server-1.14.3 deleted file mode 100644 index 678b60adfc26..000000000000 --- a/metadata/md5-cache/x11-base/xorg-server-1.14.3 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend test unpack -DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.16 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.1.99 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.22 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) -DESCRIPTION=X.Org X servers -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux +suid tslib +udev static-libs doc -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux -LICENSE=MIT -PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.14 ) -RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) -REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) -SLOT=0/1.14.3 -SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.14.3.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=7a42f99a4925a51927cf3c6358305535 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.14.3-r1 b/metadata/md5-cache/x11-base/xorg-server-1.14.3-r1 deleted file mode 100644 index 877c0bb549e9..000000000000 --- a/metadata/md5-cache/x11-base/xorg-server-1.14.3-r1 +++ /dev/null @@ -1,15 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare pretend test unpack -DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-5.0 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.16 >=x11-proto/inputproto-2.2.99.1 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.4.0 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.2.0 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.1.99 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.22 dmx? ( >=x11-proto/dmxproto-2.2.99.1 doc? ( || ( www-client/links www-client/lynx www-client/w3m ) ) ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.8 ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 virtual/pkgconfig doc? ( doc? ( app-text/asciidoc app-text/xmlto app-doc/doxygen app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xml-dtd:4.2 app-text/docbook-xml-dtd:4.3 ) ) -DESCRIPTION=X.Org X servers -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux +suid tslib +udev static-libs doc -KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux -LICENSE=MIT -PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.14 ) -RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.27.2 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) -REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) -SLOT=0/1.14.3 -SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.14.3.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=491bab751daa77f41d8bd979ffc9c844 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.9.5-r2 b/metadata/md5-cache/x11-base/xorg-server-1.9.5-r2 deleted file mode 100644 index 19faa72eeb73..000000000000 --- a/metadata/md5-cache/x11-base/xorg-server-1.9.5-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare setup test unpack -DEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.10.3 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.15.20 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-1.4 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.5 >=x11-libs/libXfixes-4.0.3 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.3 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 x11-proto/xcalibrateproto ) udev? ( >=virtual/udev-150 ) sys-devel/flex >=x11-proto/bigreqsproto-1.1.0 >=x11-proto/compositeproto-0.4 >=x11-proto/damageproto-1.1 >=x11-proto/fixesproto-4.1 >=x11-proto/fontsproto-2.0.2 >=x11-proto/glproto-1.4.11 >=x11-proto/inputproto-1.9.99.902 >=x11-proto/kbproto-1.0.3 >=x11-proto/randrproto-1.2.99.3 >=x11-proto/recordproto-1.13.99.1 >=x11-proto/renderproto-0.11 >=x11-proto/resourceproto-1.0.2 >=x11-proto/scrnsaverproto-1.1 >=x11-proto/trapproto-3.4.3 >=x11-proto/videoproto-2.2.2 >=x11-proto/xcmiscproto-1.2.0 >=x11-proto/xextproto-7.0.99.3 >=x11-proto/xf86dgaproto-2.0.99.1 >=x11-proto/xf86rushproto-1.1.2 >=x11-proto/xf86vidmodeproto-2.2.99.1 >=x11-proto/xineramaproto-1.1.3 >=x11-proto/xproto-7.0.17 dmx? ( >=x11-proto/dmxproto-2.2.99.1 ) doc? ( >=app-doc/doxygen-1.6.1 app-text/xmlto ) !minimal? ( >=x11-proto/xf86driproto-2.1.0 >=x11-proto/dri2proto-2.3 >=x11-libs/libdrm-2.4.20 ) >=x11-apps/xinit-1.3 || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool x86-interix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) ppc-aix? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) x86-winnt? ( >=sys-devel/libtool-2.2.6a sys-devel/m4 >=x11-misc/util-macros-1.17 >=media-fonts/font-util-1.2.0 ) virtual/pkgconfig -DESCRIPTION=X.Org X servers -EAPI=5 -HOMEPAGE=http://xorg.freedesktop.org/ -IUSE=dmx kdrive xnest xorg xvfb doc ipv6 minimal nptl tslib +udev static-libs -KEYWORDS=alpha amd64 arm ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=MIT -PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.9 ) -RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.10.3 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.15.20 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-1.4 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.5 >=x11-libs/libXfixes-4.0.3 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.3 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 x11-proto/xcalibrateproto ) udev? ( >=virtual/udev-150 ) -SLOT=0/1.9.5 -SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.9.5.tar.bz2 -_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 5f912199ed4fdfb0bfbde29c7ac7dbdb eutils 4878e7f88afc0ba0866ac112190b0fd4 flag-o-matic 8b38b0911d1a88cc7c0a22b59b10b5cb libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 17812f511eef87a499b62ab14e6aeaad -_md5_=85c0abad75041fc89f2d8af996d93b7a diff --git a/metadata/md5-cache/x11-libs/fox-1.7.40 b/metadata/md5-cache/x11-libs/fox-1.7.40 index a97c26497680..a702fac5ecda 100644 --- a/metadata/md5-cache/x11-libs/fox-1.7.40 +++ b/metadata/md5-cache/x11-libs/fox-1.7.40 @@ -4,10 +4,10 @@ DESCRIPTION=C++ based Toolkit for developing Graphical User Interfaces easily an EAPI=4 HOMEPAGE=http://www.fox-toolkit.org/ IUSE=+bzip2 +jpeg +opengl +png tiff +truetype +zlib debug doc profile -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=LGPL-2.1 RDEPEND=x11-libs/libXrandr x11-libs/libXcursor x11-libs/fox-wrapper >=sys-devel/autoconf-2.67 bzip2? ( app-arch/bzip2 ) jpeg? ( virtual/jpeg ) opengl? ( virtual/glu virtual/opengl ) png? ( media-libs/libpng ) tiff? ( media-libs/tiff ) truetype? ( media-libs/freetype:2 x11-libs/libXft ) zlib? ( sys-libs/zlib ) SLOT=1.7 SRC_URI=ftp://ftp.fox-toolkit.org/pub/fox-1.7.40.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 fox 26650ced206327e4fca3dec6cd441381 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=4ce1cad79f7afa179fd97c0ac4b897ae +_md5_=189889a82891781dd9b63921b82e5655 diff --git a/metadata/md5-cache/x11-libs/fox-1.7.41 b/metadata/md5-cache/x11-libs/fox-1.7.41 index 21043b79cd54..db83af5d088c 100644 --- a/metadata/md5-cache/x11-libs/fox-1.7.41 +++ b/metadata/md5-cache/x11-libs/fox-1.7.41 @@ -4,10 +4,10 @@ DESCRIPTION=C++ based Toolkit for developing Graphical User Interfaces easily an EAPI=4 HOMEPAGE=http://www.fox-toolkit.org/ IUSE=+bzip2 +jpeg +opengl +png tiff +truetype +zlib debug doc profile -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=LGPL-2.1 RDEPEND=x11-libs/libXrandr x11-libs/libXcursor x11-libs/fox-wrapper >=sys-devel/autoconf-2.67 bzip2? ( app-arch/bzip2 ) jpeg? ( virtual/jpeg ) opengl? ( virtual/glu virtual/opengl ) png? ( media-libs/libpng ) tiff? ( media-libs/tiff ) truetype? ( media-libs/freetype:2 x11-libs/libXft ) zlib? ( sys-libs/zlib ) SLOT=1.7 SRC_URI=ftp://ftp.fox-toolkit.org/pub/fox-1.7.41.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 fox 26650ced206327e4fca3dec6cd441381 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b0104bbddf24701eaa869570669c4946 +_md5_=71927757a834dff4c530d5fee8d84dd6 diff --git a/metadata/md5-cache/x11-libs/fox-1.7.42 b/metadata/md5-cache/x11-libs/fox-1.7.42 index 6b6455ab7c32..443d619fdd8e 100644 --- a/metadata/md5-cache/x11-libs/fox-1.7.42 +++ b/metadata/md5-cache/x11-libs/fox-1.7.42 @@ -4,10 +4,10 @@ DESCRIPTION=C++ based Toolkit for developing Graphical User Interfaces easily an EAPI=4 HOMEPAGE=http://www.fox-toolkit.org/ IUSE=+bzip2 +jpeg +opengl +png tiff +truetype +zlib debug doc profile -KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=LGPL-2.1 RDEPEND=x11-libs/libXrandr x11-libs/libXcursor x11-libs/fox-wrapper >=sys-devel/autoconf-2.67 bzip2? ( app-arch/bzip2 ) jpeg? ( virtual/jpeg ) opengl? ( virtual/glu virtual/opengl ) png? ( media-libs/libpng ) tiff? ( media-libs/tiff ) truetype? ( media-libs/freetype:2 x11-libs/libXft ) zlib? ( sys-libs/zlib ) SLOT=1.7 SRC_URI=ftp://ftp.fox-toolkit.org/pub/fox-1.7.42.tar.gz _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 4878e7f88afc0ba0866ac112190b0fd4 fox 26650ced206327e4fca3dec6cd441381 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b915d37a99489b24c7e256fa2848eeec +_md5_=fcc7e594e3aa50187970d774564febb0 diff --git a/metadata/md5-cache/x11-libs/fox-wrapper-3 b/metadata/md5-cache/x11-libs/fox-wrapper-3 index cf2117ef9c5e..a0a4725fc5bb 100644 --- a/metadata/md5-cache/x11-libs/fox-wrapper-3 +++ b/metadata/md5-cache/x11-libs/fox-wrapper-3 @@ -1,7 +1,7 @@ DEFINED_PHASES=install DESCRIPTION=wrapper for fox-config to manage multiple versions HOMEPAGE=http://www.gentoo.org/ -KEYWORDS=~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd LICENSE=GPL-2 SLOT=0 -_md5_=1a68ee1e4395af88b5fad925834aba7c +_md5_=cace11fc3636d922979494f51f623dba diff --git a/metadata/md5-cache/x11-libs/xpa-2.1.15 b/metadata/md5-cache/x11-libs/xpa-2.1.15 new file mode 100644 index 000000000000..bd22712565dc --- /dev/null +++ b/metadata/md5-cache/x11-libs/xpa-2.1.15 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=dev-lang/tcl x11-libs/libXt !=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Messaging system providing communication between programs +EAPI=5 +HOMEPAGE=http://hea-www.harvard.edu/RD/xpa/ +IUSE=doc static-libs +KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux +LICENSE=LGPL-2.1 +RDEPEND=dev-lang/tcl x11-libs/libXt ! clearlooks-phenix-2.0.18.tar.gz +_md5_=e04937f92db3c988b3040c2f3e218920 diff --git a/metadata/md5-cache/x11-themes/clearlooks-phenix-3.0.16 b/metadata/md5-cache/x11-themes/clearlooks-phenix-3.0.16 new file mode 100644 index 000000000000..7327f5ae1a02 --- /dev/null +++ b/metadata/md5-cache/x11-themes/clearlooks-phenix-3.0.16 @@ -0,0 +1,10 @@ +DEFINED_PHASES=install postinst +DESCRIPTION=Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2 +EAPI=5 +HOMEPAGE=http://www.jpfleury.net/en/software/clearlooks-phenix.php +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=>=x11-libs/gtk+-3.6:3 x11-themes/gtk-engines +SLOT=3.6 +SRC_URI=https://gitorious.org/projets-divers/clearlooks-phenix/archive/3.0.16.tar.gz -> clearlooks-phenix-3.0.16.tar.gz +_md5_=01bd4f5de5fa6e64c0731718c29d7e81 diff --git a/metadata/md5-cache/x11-themes/clearlooks-phenix-9999 b/metadata/md5-cache/x11-themes/clearlooks-phenix-9999 index 0c3e2de48462..c6283673f12a 100644 --- a/metadata/md5-cache/x11-themes/clearlooks-phenix-9999 +++ b/metadata/md5-cache/x11-themes/clearlooks-phenix-9999 @@ -4,7 +4,7 @@ DESCRIPTION=Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme EAPI=5 HOMEPAGE=http://www.jpfleury.net/en/software/clearlooks-phenix.php LICENSE=GPL-3 -RDEPEND=!x11-themes/clearlooks-phenix:3.4 !x11-themes/clearlooks-phenix:3.6 >=x11-libs/gtk+-3.6:3 x11-themes/gtk-engines +RDEPEND=>=x11-libs/gtk+-3.6:3 x11-themes/gtk-engines SLOT=0 _eclasses_=eutils 4878e7f88afc0ba0866ac112190b0fd4 git-2 2027b81a576527fa16bece425941e094 git-r3 50d4901f6fbc60f376f4af3b555143c8 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8f117e59052fb8026d9018b7d99aec6d +_md5_=2a41edc92028bb5173d71c5821edc0bf diff --git a/metadata/md5-cache/x11-themes/ubuntu-wallpapers-0.35.2 b/metadata/md5-cache/x11-themes/ubuntu-wallpapers-0.35.2 deleted file mode 100644 index 087e6c4af158..000000000000 --- a/metadata/md5-cache/x11-themes/ubuntu-wallpapers-0.35.2 +++ /dev/null @@ -1,9 +0,0 @@ -DEFINED_PHASES=compile install test -DESCRIPTION=Ubuntu wallpapers -EAPI=4 -HOMEPAGE=https://launchpad.net/ubuntu/+source/ubuntu-wallpapers -KEYWORDS=amd64 x86 -LICENSE=CC-BY-SA-3.0 -SLOT=0 -SRC_URI=https://launchpad.net/ubuntu/+archive/primary/+files/ubuntu-wallpapers_0.35.2.tar.gz -_md5_=e105536a6d72d931bdb49cc31ddc242f diff --git a/metadata/md5-cache/x11-themes/ubuntu-wallpapers-13.10 b/metadata/md5-cache/x11-themes/ubuntu-wallpapers-13.10 new file mode 100644 index 000000000000..6102ce174d2a --- /dev/null +++ b/metadata/md5-cache/x11-themes/ubuntu-wallpapers-13.10 @@ -0,0 +1,9 @@ +DEFINED_PHASES=compile install test +DESCRIPTION=Ubuntu wallpapers +EAPI=5 +HOMEPAGE=https://launchpad.net/ubuntu/+source/ubuntu-wallpapers +KEYWORDS=~amd64 ~arm ~x86 +LICENSE=CC-BY-SA-3.0 +SLOT=0 +SRC_URI=mirror://ubuntu/pool/main/u/ubuntu-wallpapers/ubuntu-wallpapers_13.04.0+13.10.20130924.1.orig.tar.gz +_md5_=7f3ca2b4c06884a8707ae00d9480e606 diff --git a/metadata/md5-cache/xfce-extra/xfce4-volumed-0.1.13 b/metadata/md5-cache/xfce-extra/xfce4-volumed-0.1.13 index 76c6248f3f4c..aeb69bbe937e 100644 --- a/metadata/md5-cache/xfce-extra/xfce4-volumed-0.1.13 +++ b/metadata/md5-cache/xfce-extra/xfce4-volumed-0.1.13 @@ -4,10 +4,10 @@ DESCRIPTION=Daemon to control volume up/down and mute keys EAPI=5 HOMEPAGE=https://launchpad.net/xfce4-volumed IUSE=alsa debug libnotify oss -KEYWORDS=amd64 x86 +KEYWORDS=amd64 ~arm x86 LICENSE=GPL-3 RDEPEND=dev-libs/keybinder:0 media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 >=xfce-base/xfconf-4.8 libnotify? ( x11-libs/libnotify ) alsa? ( media-plugins/gst-plugins-alsa:0.10 ) oss? ( media-plugins/gst-plugins-oss:0.10 ) !alsa? ( !oss? ( media-plugins/gst-plugins-meta:0.10 ) ) SLOT=0 SRC_URI=mirror://xfce/src/apps/xfce4-volumed/0.1/xfce4-volumed-0.1.13.tar.bz2 _eclasses_=autotools 16761a2f972abd686713e5967ff3c754 base ec46b36a6f6fd1d0b505a33e0b74e413 eutils 4878e7f88afc0ba0866ac112190b0fd4 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils b66c7c3889d2dd0913e9f3d2ac1c0859 libtool b1c8688e60f9580bcb9bb46e08737eb1 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing 89580da5ec17ad687fcde876c542b91e toolchain-funcs 51e6c948e72c43bcc8edc7544411c953 user d0a4d0735a6c0183d707ca919bd72f28 xfconf ba58c6f43e7fdfc116752aa58b488d83 -_md5_=e77723a0e00f27c4bb46c6dca4208177 +_md5_=719f324e3b64d062a43f6783d61ae508 diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 7a97fabebbb4..16b6e56f858b 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Mon, 28 Oct 2013 10:37:01 +0000 +Tue, 29 Oct 2013 04:37:00 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index e5e408dd6327..1bc673afaace 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Mon Oct 28 10:06:57 UTC 2013 +Tue Oct 29 04:36:58 UTC 2013 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index dd4a1516991f..d052283be569 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Mon, 28 Oct 2013 10:30:01 +0000 +Tue, 29 Oct 2013 05:00:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 92adf86c1c7f..af0a51cc491a 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1382954701 Mon Oct 28 10:05:01 2013 UTC +1383021302 Tue Oct 29 04:35:02 2013 UTC diff --git a/net-libs/gnutls/Manifest b/net-libs/gnutls/Manifest index f65134a648ec..f923e507884b 100644 --- a/net-libs/gnutls/Manifest +++ b/net-libs/gnutls/Manifest @@ -1,5 +1,2 @@ DIST gnutls-2.12.23.tar.bz2 7279415 SHA256 dfa67a7e40727eb0913e75f3c44911d5d8cd58d1ead5acfe73dd933fc0d17ed2 SHA512 7780e9ca7b592350ce9b11e53a63d3212320402d8ad2462bfbc0e69aec4a48bb372a1925627abb7996535c87c90e3d79537ea118c8bb36d26aae8e19eaae3a06 WHIRLPOOL 8cab909c961760c72b478d5cbe75633ce0d26190fdece018e9f33b171879753ed38348c33c00fda7b5f3a6b596a5439fb62f1c82a891e9e62fee5bb784cf7e11 -DIST gnutls-3.2.3.tar.xz 5119264 SHA256 0543ca13ce9ee1dea95a9349d319623b74d93b8a23935543197b1682bb7f2b5b SHA512 c00cc8a73e26c57050e124ed95f98681e41aee5b59a47c545555ba6571b08063152bf81903c3b7c97d3dcefb938ef3fbd5a76e5816a23fce64f799740d61c9bc WHIRLPOOL 5c61309651fa3eafe44b92a72583732756038ea036df530af1759bfe8d7c6b04a06c8ed081ccad1c5955ed8624e1aaf40f15bfc17eb7e7fe134569015a2cf07d -DIST gnutls-3.2.4-no-error.patch 99348 SHA256 122ee40895b1693124cdbb190d4f07ee8274b287086c62cf728af30ef6140e09 SHA512 ac95c24e79431b47078b8389bfa9d2a08498e4af5936b1e16e21fd99613278df6d2fdc71c921b43360ac7f7545f9a7fc0a0aa23e796db5c7366fd226a653fbae WHIRLPOOL e74c1818337ba20fac66fddc2d06d9fb70fac3b99eed5233a27855f3d20201178824afbd8963ae81eced035d9a84519e05776d0ab1035919aa563124e2809707 -DIST gnutls-3.2.4.tar.xz 4959876 SHA256 119570af3eb83b411252bf617688b9b9143e4349f48657b7ebaea57d90ff707f SHA512 d0ae82e34421b74cca42f14e9564d52324c1becfeeef0fb3e301fe3919bff4186e13661c93156a3f0515be544be3a34db10887efef59c6a3c74512d2f14351a7 WHIRLPOOL 10124de2f568f05304a989511d6d8139be56de125412d8b66f3827de84c0538b3af00cd49457ca7a039d06dde7cc2bc80d3d03ff9b836c0ed3e27a184301ab6f DIST gnutls-3.2.5.tar.xz 4987156 SHA256 c6fbcdcd32b2f38cca3bbfa10759556d66f4795ac6e6e50503f2ee5c08c081b7 SHA512 87dc3ba29d2423769e6532d2f6175ddec4665d30b22f45907c30bee3b48468032790eb4dc49e7a1c0a13f523b44dd98be2c5ea062444885652b122cbcc26d69d WHIRLPOOL 8714e2c174978ec85edf54f8b2e50a94c8d2be2213cafade9d85c43d23cb20abf588328dbf436fea90ec0befc86a8518f8d29e7d1e7e09c8db6d0cc2f777b2c3 diff --git a/net-libs/gnutls/gnutls-3.2.3.ebuild b/net-libs/gnutls/gnutls-3.2.3.ebuild deleted file mode 100644 index 36fed0d0ce37..000000000000 --- a/net-libs/gnutls/gnutls-3.2.3.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.2.3.ebuild,v 1.1 2013/07/31 18:37:17 radhermit Exp $ - -EAPI=5 - -inherit autotools libtool eutils versionator - -DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project" -HOMEPAGE="http://www.gnutls.org/" -SRC_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz" - -# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library. -# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled. -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" -IUSE="+cxx dane doc examples guile nls pkcs11 static-libs test zlib ${IUSE_LINGUAS// / linguas_}" -# heartbeat support is not disabled until re-licensing happens fullyf - -# NOTICE: sys-devel/autogen is required at runtime as we -# use system libopts -RDEPEND=">=dev-libs/libtasn1-2.14 - >=dev-libs/nettle-2.7[gmp] - dev-libs/gmp - sys-devel/autogen - dane? ( net-dns/unbound ) - guile? ( >=dev-scheme/guile-1.8[networking] ) - nls? ( virtual/libintl ) - pkcs11? ( >=app-crypt/p11-kit-0.11 ) - zlib? ( >=sys-libs/zlib-1.2.3.1 )" -DEPEND="${RDEPEND} - >=sys-devel/automake-1.11.6 - virtual/pkgconfig - doc? ( dev-util/gtk-doc ) - nls? ( sys-devel/gettext ) - test? ( app-misc/datefudge )" - -DOCS=( AUTHORS ChangeLog NEWS README THANKS doc/TODO ) - -src_prepare() { - # tests/suite directory is not distributed - sed -i \ - -e ':AC_CONFIG_FILES(\[tests/suite/Makefile\]):d' \ - -e '/^AM_INIT_AUTOMAKE/s/-Werror//' \ - configure.ac || die - - sed -i \ - -e 's/imagesdir = $(infodir)/imagesdir = $(htmldir)/' \ - doc/Makefile.am || die - - rm -f {m4,gl/m4}/{lt*,libtool.m4} - find . -name ltmain.sh -delete - - # use system libopts - sed -i -e "/^enable_local_libopts/s/yes/no/" configure.ac || die - - # force regeneration of autogen-ed files - local file - for file in $(grep -l AutoGen-ed src/*.c) ; do - rm src/$(basename ${file} .c).{c,h} || die - done - - # support user patches - epatch_user - - eautoreconf - - # Use sane .so versioning on FreeBSD. - elibtoolize -} - -src_configure() { - LINGUAS="${LINGUAS//en/en@boldquot en@quot}" - - # TPM needs to be tested before being enabled - econf \ - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ - --disable-valgrind-tests \ - --enable-heartbeat-support \ - $(use_enable cxx) \ - $(use_enable dane libdane) \ - $(use_enable doc gtk-doc) \ - $(use_enable doc gtk-doc-pdf) \ - $(use_enable guile) \ - $(use_enable nls) \ - $(use_enable static-libs static) \ - $(use_with pkcs11 p11-kit) \ - $(use_with zlib) \ - --without-tpm -} - -src_test() { - # parallel testing often fails - emake -j1 check -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete - - dodoc doc/certtool.cfg - - if use doc; then - dodoc doc/gnutls.pdf - dohtml doc/gnutls.html - fi - - if use examples; then - docinto examples - dodoc doc/examples/*.c - fi -} diff --git a/net-libs/gnutls/gnutls-3.2.4.ebuild b/net-libs/gnutls/gnutls-3.2.4.ebuild deleted file mode 100644 index 97d7a023efb6..000000000000 --- a/net-libs/gnutls/gnutls-3.2.4.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnutls/gnutls-3.2.4.ebuild,v 1.2 2013/10/22 18:41:24 grobian Exp $ - -EAPI=5 - -inherit autotools libtool eutils versionator - -DESCRIPTION="A TLS 1.2 and SSL 3.0 implementation for the GNU project" -HOMEPAGE="http://www.gnutls.org/" -SRC_URI="ftp://ftp.gnutls.org/gcrypt/gnutls/v$(get_version_component_range 1-2)/${P}.tar.xz - https://gitorious.org/gnutls/gnutls/commit/1df1b0f7b28c733bf01e5d1faa2f8ccdb3db1665.patch -> ${P}-no-error.patch" - -# LGPL-3 for libgnutls library and GPL-3 for libgnutls-extra library. -# soon to be relicensed as LGPL-2.1 unless heartbeat extension enabled. -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE_LINGUAS=" en cs de fi fr it ms nl pl sv uk vi zh_CN" -IUSE="+cxx dane doc examples guile nls pkcs11 static-libs test zlib ${IUSE_LINGUAS// / linguas_}" -# heartbeat support is not disabled until re-licensing happens fullyf - -# NOTICE: sys-devel/autogen is required at runtime as we -# use system libopts -RDEPEND=">=dev-libs/libtasn1-2.14 - >=dev-libs/nettle-2.7[gmp] - dev-libs/gmp - sys-devel/autogen - dane? ( net-dns/unbound ) - guile? ( >=dev-scheme/guile-1.8[networking] ) - nls? ( virtual/libintl ) - pkcs11? ( >=app-crypt/p11-kit-0.11 ) - zlib? ( >=sys-libs/zlib-1.2.3.1 )" -DEPEND="${RDEPEND} - >=sys-devel/automake-1.11.6 - virtual/pkgconfig - doc? ( dev-util/gtk-doc ) - nls? ( sys-devel/gettext ) - test? ( app-misc/datefudge )" - -DOCS=( AUTHORS ChangeLog NEWS README THANKS doc/TODO ) - -src_prepare() { - # tests/suite directory is not distributed - sed -i \ - -e ':AC_CONFIG_FILES(\[tests/suite/Makefile\]):d' \ - -e '/^AM_INIT_AUTOMAKE/s/-Werror//' \ - configure.ac || die - - sed -i \ - -e 's/imagesdir = $(infodir)/imagesdir = $(htmldir)/' \ - doc/Makefile.am || die - - rm -f {m4,gl/m4}/{lt*,libtool.m4} - find . -name ltmain.sh -delete - - # use system libopts - sed -i -e "/^enable_local_libopts/s/yes/no/" configure.ac || die - - # force regeneration of autogen-ed files - local file - for file in $(grep -l AutoGen-ed src/*.c) ; do - rm src/$(basename ${file} .c).{c,h} || die - done - - # from upstream, #488498 - epatch "${DISTDIR}"/${P}-no-error.patch - - # support user patches - epatch_user - - eautoreconf - - # Use sane .so versioning on FreeBSD. - elibtoolize -} - -src_configure() { - LINGUAS="${LINGUAS//en/en@boldquot en@quot}" - - # TPM needs to be tested before being enabled - econf \ - --htmldir="${EPREFIX}/usr/share/doc/${PF}/html" \ - --disable-valgrind-tests \ - --enable-heartbeat-support \ - $(use_enable cxx) \ - $(use_enable dane libdane) \ - $(use_enable doc gtk-doc) \ - $(use_enable doc gtk-doc-pdf) \ - $(use_enable guile) \ - $(use_enable nls) \ - $(use_enable static-libs static) \ - $(use_with pkcs11 p11-kit) \ - $(use_with zlib) \ - --without-tpm -} - -src_test() { - # parallel testing often fails - emake -j1 check -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete - - dodoc doc/certtool.cfg - - if use doc; then - dodoc doc/gnutls.pdf - dohtml doc/gnutls.html - fi - - if use examples; then - docinto examples - dodoc doc/examples/*.c - fi -} diff --git a/net-mail/mailutils/Manifest b/net-mail/mailutils/Manifest index e12cf7c401b5..ea64dd97e74b 100644 --- a/net-mail/mailutils/Manifest +++ b/net-mail/mailutils/Manifest @@ -1,2 +1 @@ -DIST mailutils-2.99.97.tar.xz 2787304 SHA256 e3455503ff27d37d60e18a49a66cc1a223526fa43d9b8d09e5ef7386f2d90e1b SHA512 e2fdff9ed422f59c06d640f07510faca890ba88467a932693bbdbf0dc6d76c4577c017a3bdb353b62767045a579a02576e3088efda94f93a3adeaf71c8b259bc WHIRLPOOL 49f6e986718cd3b6f4b895e5cf11c6a10a28e06465dd786ed05cac88cd934c86ffe19990cc9f0b7f421e19533f89b01797aaec9c4778846a82d5cf3eeb8464ec DIST mailutils-2.99.98.tar.xz 2505252 SHA256 62e2c28aed77e451e05ed15e68b5abc3932bcc3d2d6caf9b4a6864258c6a7b1a SHA512 fc20d97b3eed0f0ff7f1d7885e59f8de6ffd5b4646cd06c3636bda4a6bc9f7a0d5acdc7bb3bb573cdc80d63dfdc0be6464033ef2f6d88514bd2190f6611a1083 WHIRLPOOL c0f6f4f9dc2d60074c06a6c8f604fa4d92df4dafd6e205df8c360e97663e96c9b64a02aab9af7eab0659abc39e8aed70bbb0761b7d5a21b5873beabbcd409030 diff --git a/net-mail/mailutils/files/mailutils-2.99.97-gsasl.patch b/net-mail/mailutils/files/mailutils-2.99.97-gsasl.patch deleted file mode 100644 index 0f7c9e073198..000000000000 --- a/net-mail/mailutils/files/mailutils-2.99.97-gsasl.patch +++ /dev/null @@ -1,24 +0,0 @@ -From d2455d52c2789022e57b80584140248aedd3973e Mon Sep 17 00:00:00 2001 -From: Sergey Poznyakoff -Date: Thu, 07 Jun 2012 15:00:21 +0000 -Subject: Minor fix. - -* imap4d/imap4d.c Include mailutils/gsasl.h unconditionally. ---- -diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c -index 04fe4d5..d05c862 100644 ---- a/imap4d/imap4d.c -+++ b/imap4d/imap4d.c -@@ -15,9 +15,7 @@ - along with GNU Mailutils. If not, see . */ - - #include "imap4d.h" --#ifdef WITH_GSASL --# include --#endif -+#include - #include "mailutils/libargp.h" - #include "tcpwrap.h" - --- -cgit v0.9.0.2 diff --git a/net-mail/mailutils/mailutils-2.99.97.ebuild b/net-mail/mailutils/mailutils-2.99.97.ebuild deleted file mode 100644 index eb3c281f0651..000000000000 --- a/net-mail/mailutils/mailutils-2.99.97.ebuild +++ /dev/null @@ -1,129 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mailutils/mailutils-2.99.97.ebuild,v 1.8 2013/02/28 13:03:29 eras Exp $ - -EAPI=4 -PYTHON_DEPEND="python? 2" - -inherit eutils python toolchain-funcs - -DESCRIPTION="A useful collection of mail servers, clients, and filters." -HOMEPAGE="http://www.gnu.org/software/mailutils/mailutils.html" -#SRC_URI="mirror://gnu/mailutils/${P}.tar.xz" -SRC_URI="mirror://gnu-alpha/mailutils/${P}.tar.xz" -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" - -KEYWORDS="amd64 ~hppa ~ppc x86 ~ppc-macos ~x64-macos ~x86-macos" -IUSE="berkdb bidi +clients gdbm sasl guile ipv6 kerberos ldap mysql nls pam postgres -python servers ssl static-libs +threads tcpd tokyocabinet" - -RDEPEND="!mail-client/nmh - !mail-filter/libsieve - !mail-client/mailx - !mail-client/nail - sys-libs/ncurses - sys-libs/readline - sys-devel/libtool - virtual/mta - berkdb? ( sys-libs/db ) - bidi? ( dev-libs/fribidi ) - gdbm? ( sys-libs/gdbm ) - guile? ( dev-scheme/guile ) - kerberos? ( virtual/krb5 ) - ldap? ( net-nds/openldap ) - mysql? ( virtual/mysql ) - nls? ( sys-devel/gettext ) - pam? ( virtual/pam ) - postgres? ( dev-db/postgresql-base ) - sasl? ( virtual/gsasl ) - ssl? ( net-libs/gnutls ) - tcpd? ( sys-apps/tcp-wrappers ) - tokyocabinet? ( dev-db/tokyocabinet )" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - if use python; then - python_set_active_version 2 - python_pkg_setup - fi -} - -src_prepare() { - # Disable bytecompilation of Python modules. - echo "#!/bin/sh" > build-aux/py-compile - epatch "${FILESDIR}/${P}-gsasl.patch" -} - -src_configure() { - # maildir is the Gentoo default - # but fails tests. So set it in config file instead. - #econf MU_DEFAULT_SCHEME=maildir \ - econf CURSES_LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" \ - $(use_with berkdb berkeley-db) \ - $(use_with bidi fribidi) \ - $(use_enable ipv6) \ - $(use_with gdbm) \ - $(use_with sasl gsasl) \ - $(use_with guile) \ - $(use_with kerberos gssapi) \ - $(use_with ldap) \ - $(use_with mysql) \ - $(use_enable nls) \ - $(use_enable pam) \ - $(use_with postgres) \ - $(use_enable python) \ - $(use_with ssl gnutls) \ - $(use_enable static-libs static) \ - $(use_enable threads pthread) \ - $(use_with tokyocabinet) \ - $(use_enable servers build-servers) \ - $(use_enable clients build-clients) \ - --with-mail-spool=/var/spool/mail \ - --with-readline \ - --enable-sendmail \ - --disable-debug \ - --disable-rpath -} - -src_install() { - emake DESTDIR="${D}" install - - insinto /etc - doins "${FILESDIR}/mailutils.rc" - keepdir /etc/mailutils.d/ - insinto /etc/mailutils.d - doins "${FILESDIR}/mail" - - if use python; then - python_clean_installation_image - rm -f "${ED}$(python_get_sitedir)/mailutils/c_api.a" - fi - - if use servers; then - newinitd "${FILESDIR}"/imap4d.initd imap4d - newinitd "${FILESDIR}"/pop3d.initd pop3d - newinitd "${FILESDIR}"/comsatd.initd comsatd - fi - - dodoc AUTHORS ChangeLog NEWS README* THANKS TODO - - # compatibility link - use clients && dosym /usr/bin/mail /bin/mail - - use static-libs || find "${D}" -name "*.la" -delete -} - -pkg_postinst() { - if use python; then - python_mod_optimize mailutils - fi -} - -pkg_postrm() { - if use python; then - python_mod_cleanup mailutils - fi -} diff --git a/net-misc/tor/Manifest b/net-misc/tor/Manifest index bf190066b85b..7ab6ca8379c7 100644 --- a/net-misc/tor/Manifest +++ b/net-misc/tor/Manifest @@ -1,4 +1,3 @@ DIST tor-0.2.3.25.tar.gz 3190011 SHA256 bb2d6f1136f33e11d37e6e34184143bf191e59501613daf33ae3d6f78f3176a0 SHA512 c15f9356abc41bd1c663d37e674386debc29b0a5887e1120a0318ffb97ada1a04d57756175f01f13549f179f73916e2af18566575a656154ff71ec050fc99651 WHIRLPOOL 6660f5db69bf89cba17937fc72982f674d70fd64c31647228b15d5f19febcd9e64bf09d94e1681f8a0285f2129dbfe3e77687e4d44f335ca8013e318023f755b -DIST tor-0.2.4.16-rc.tar.gz 2826883 SHA256 74389d688321f2671bda229b330806e7dfbc685b38bd2ee1aa90d6bc05ed93d9 SHA512 5e64da9b8ae574b36200310c72fc383e798f50f597da1bd0d96825d9fff0ce40db0873acb3313e902bd42e2559abb49c67072fca3633bdfc8b6d1438ca679dcf WHIRLPOOL 43892cd97cf0b883ea766c9705331c44d8a22052f06f10ff4653762185620223da7b2fe9bb084642d32dbe256967388867ec786bb12581df1c4b4852819f082d DIST tor-0.2.4.17-rc.tar.gz 2825527 SHA256 9d143b950a1c920e455bb41f2773e2bee8818e4a81aa9b1877db47d643b95d65 SHA512 6a48954462efdef3e2ea71cb662ca14fc0a711494a95e19807564952dbb7e83b411f51819450aa2611313a2d1277323bbb853af720e83bf6421cfb42f53bf40a WHIRLPOOL 09dbc0d5292b1ddded41fa77c3b4e13225ef5a8df658c4f3c77592ef06c334085f21b9582ab57a2c9ee3e7ce476415749934f6b6a3f3f11b3f26a81c5fa05b43 DIST tor-0.2.5.1-alpha.tar.gz 2904012 SHA256 3100d8f0ccb296e82f1d3602266d4dcde801daace82af74f5f27ee2fca7bb4a8 SHA512 962ee00022a45d90b7a92428929d9095a74b6e379a804fba5bf9ef8a0581cb5f3453c76ef76bdfc8124d8b83627a57ae5cfd5d74b89795d1233b057ac251c0d1 WHIRLPOOL e0847a2f196f2e258be4c92b58a4e000e7f2f1c709edfad1498fa6149bf5ad80399672830d3ece43268c961c3b2105de3cd5762796d9f90909b09b7ff221540e diff --git a/net-misc/tor/files/README.gentoo b/net-misc/tor/files/README.gentoo new file mode 100644 index 000000000000..35214ac6fbb5 --- /dev/null +++ b/net-misc/tor/files/README.gentoo @@ -0,0 +1,8 @@ +We created a configuration file for tor, /etc/tor/torrc, but you can +change it according to your needs. Use the torrc.sample that is in +that directory as a guide. Also, to have privoxy work with tor +just add the following line + +forward-socks4a / localhost:9050 . + +to /etc/privoxy/config. Notice the . at the end! diff --git a/net-misc/tor/files/tor.service b/net-misc/tor/files/tor.service new file mode 100644 index 000000000000..9d84caa6f690 --- /dev/null +++ b/net-misc/tor/files/tor.service @@ -0,0 +1,14 @@ +[Unit] +Description=The Onion Router + +[Service] +ExecStartPre=/usr/bin/tor --verify-config -f /etc/tor/torrc +ExecStart=/usr/bin/tor --runasdaemon 0 -f /etc/tor/torrc +ExecStop=/bin/kill -INT $MAINPID +ExecReload=/bin/kill -HUP $MAINPID +TimeoutStopSec=32 +LimitNOFILE=30000 +Group=tor + +[Install] +WantedBy=multi-user.target diff --git a/net-misc/tor/tor-0.2.4.16_rc.ebuild b/net-misc/tor/tor-0.2.4.17_rc-r1.ebuild similarity index 78% rename from net-misc/tor/tor-0.2.4.16_rc.ebuild rename to net-misc/tor/tor-0.2.4.17_rc-r1.ebuild index fb1088ff5f02..7f88b04b5708 100644 --- a/net-misc/tor/tor-0.2.4.16_rc.ebuild +++ b/net-misc/tor/tor-0.2.4.17_rc-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.16_rc.ebuild,v 1.1 2013/08/11 15:53:01 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.17_rc-r1.ebuild,v 1.1 2013/10/28 22:16:36 blueness Exp $ -EAPI="4" +EAPI="5" -inherit eutils flag-o-matic versionator +inherit eutils flag-o-matic readme.gentoo versionator MY_PV="$(replace_version_separator 4 -)" MY_PF="${PN}-${MY_PV}" @@ -59,6 +59,8 @@ src_configure() { } src_install() { + readme.gentoo_create_doc + newconfd "${FILESDIR}"/tor.confd tor newinitd "${FILESDIR}"/tor.initd-r6 tor @@ -76,14 +78,5 @@ src_install() { } pkg_postinst() { - elog - elog "We created a configuration file for tor, /etc/tor/torrc, but you can" - elog "change it according to your needs. Use the torrc.sample that is in" - elog "that directory as a guide. Also, to have privoxy work with tor" - elog "just add the following line" - elog - elog "forward-socks4a / localhost:9050 ." - elog - elog "to /etc/privoxy/config. Notice the . at the end!" - elog + readme.gentoo_pkg_postinst } diff --git a/net-misc/tor/tor-0.2.4.17_rc.ebuild b/net-misc/tor/tor-0.2.4.17_rc.ebuild deleted file mode 100644 index 18f9a117c0cf..000000000000 --- a/net-misc/tor/tor-0.2.4.17_rc.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.4.17_rc.ebuild,v 1.1 2013/09/05 20:03:50 blueness Exp $ - -EAPI="4" - -inherit eutils flag-o-matic versionator - -MY_PV="$(replace_version_separator 4 -)" -MY_PF="${PN}-${MY_PV}" -DESCRIPTION="Anonymizing overlay network for TCP" -HOMEPAGE="http://www.torproject.org/" -SRC_URI="https://www.torproject.org/dist/${MY_PF}.tar.gz - https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz" -S="${WORKDIR}/${MY_PF}" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web" - -DEPEND="dev-libs/openssl - sys-libs/zlib - dev-libs/libevent - bufferevents? ( dev-libs/libevent[ssl] ) - nat-pmp? ( net-libs/libnatpmp ) - upnp? ( net-libs/miniupnpc ) - selinux? ( sec-policy/selinux-tor )" -RDEPEND="${DEPEND}" - -pkg_setup() { - enewgroup tor - enewuser tor -1 -1 /var/lib/tor tor -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.2.3.14_alpha-torrc.sample.patch -} - -src_configure() { - # Upstream isn't sure of all the user provided CFLAGS that - # will break tor, but does recommend against -fstrict-aliasing. - # We'll filter-flags them here as we encounter them. - filter-flags -fstrict-aliasing - econf \ - --disable-buf-freelists \ - --enable-asciidoc \ - --docdir=/usr/share/doc/${PF} \ - $(use_enable stats instrument-downloads) \ - $(use_enable bufferevents) \ - $(use_enable ecc curve25519) \ - $(use_enable nat-pmp) \ - $(use_enable tor-hardening gcc-hardening) \ - $(use_enable tor-hardening linker-hardening) \ - $(use_enable transparent-proxy transparent) \ - $(use_enable threads) \ - $(use_enable upnp) \ - $(use_enable web tor2web-mode) -} - -src_install() { - newconfd "${FILESDIR}"/tor.confd tor - newinitd "${FILESDIR}"/tor.initd-r6 tor - - emake DESTDIR="${D}" install - - keepdir /var/lib/tor - - dodoc README ChangeLog ReleaseNotes doc/HACKING - - fperms 750 /var/lib/tor - fowners tor:tor /var/lib/tor - - insinto /etc/tor/ - newins "${FILESDIR}"/torrc-r1 torrc -} - -pkg_postinst() { - elog - elog "We created a configuration file for tor, /etc/tor/torrc, but you can" - elog "change it according to your needs. Use the torrc.sample that is in" - elog "that directory as a guide. Also, to have privoxy work with tor" - elog "just add the following line" - elog - elog "forward-socks4a / localhost:9050 ." - elog - elog "to /etc/privoxy/config. Notice the . at the end!" - elog -} diff --git a/net-misc/tor/tor-0.2.5.1_alpha.ebuild b/net-misc/tor/tor-0.2.5.1_alpha-r2.ebuild similarity index 80% rename from net-misc/tor/tor-0.2.5.1_alpha.ebuild rename to net-misc/tor/tor-0.2.5.1_alpha-r2.ebuild index 831601fc27a5..fcd0788bad70 100644 --- a/net-misc/tor/tor-0.2.5.1_alpha.ebuild +++ b/net-misc/tor/tor-0.2.5.1_alpha-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.5.1_alpha.ebuild,v 1.1 2013/10/02 10:15:52 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.5.1_alpha-r2.ebuild,v 1.1 2013/10/28 22:16:36 blueness Exp $ -EAPI="4" +EAPI="5" -inherit eutils flag-o-matic versionator +inherit eutils flag-o-matic readme.gentoo systemd versionator MY_PV="$(replace_version_separator 4 -)" MY_PF="${PN}-${MY_PV}" @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_PF}" LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web" +IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads test upnp web" DEPEND="dev-libs/openssl sys-libs/zlib @@ -65,8 +65,11 @@ src_test() { } src_install() { + readme.gentoo_create_doc + newconfd "${FILESDIR}"/tor.confd tor newinitd "${FILESDIR}"/tor.initd-r6 tor + systemd_dounit "${FILESDIR}/${PN}.service" emake DESTDIR="${D}" install @@ -82,14 +85,5 @@ src_install() { } pkg_postinst() { - elog - elog "We created a configuration file for tor, /etc/tor/torrc, but you can" - elog "change it according to your needs. Use the torrc.sample that is in" - elog "that directory as a guide. Also, to have privoxy work with tor" - elog "just add the following line" - elog - elog "forward-socks4a / localhost:9050 ." - elog - elog "to /etc/privoxy/config. Notice the . at the end!" - elog + readme.gentoo_pkg_postinst } diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest index 0524e49102ef..996fa620240a 100644 --- a/net-misc/youtube-dl/Manifest +++ b/net-misc/youtube-dl/Manifest @@ -13,3 +13,4 @@ DIST youtube-dl-2013.10.17.tar.gz 424256 SHA256 789aa2d66379a9dd2f541b4c210348e8 DIST youtube-dl-2013.10.18.1.tar.gz 428287 SHA256 bc025bda569b0f98caf9b411fb63406787014983a35f771409d3f0020dc7a960 SHA512 3a176419908cde9dd4a2c10f70d65d3404feb78de3c0a2111526914cdeaa1388a2d65d12f3bd2e473c9eb4e23e20fc8383285c458b358b8b6c823d81bd7ebb19 WHIRLPOOL 8f26e12d1718e5d793bfeaffbb38525963796b8272ff89fba9d527349ef86edd8a97ff383c26d84d7592ef651f598d3163e589ea72f376de77b7ce760220154d DIST youtube-dl-2013.10.18.2.tar.gz 428697 SHA256 3577bd3dcf50c2220c6d1e30b8fe20ec0d535b96be8c24ce61a18ad923a91524 SHA512 1b79850e839227fc33e2405180531fc24b51dfc6be0cea9f1842162b7af988a95495e28135a3bfd73b7be6e4c85f8d4aaa606c126aff7406417ed646c5de9ecd WHIRLPOOL f76ed21b4647a5221554ae7ef3f28f1460c382963238f7c6cbe57927c95750de5b8cd156a6506c01dc7030ca87d5919ed019194a38b06e7a6daab7851ab19162 DIST youtube-dl-2013.10.23.2.tar.gz 431585 SHA256 d3f4c9e0da165395856e690314caa5eef4382bd994dd46f041a520bf9747c35d SHA512 d3c605a32b3a4cc1ed8cec1adf6bbd9f23af267d928f0cc410fcc6333809df07cb6c807b6f6acc387108d2afb766b62f803ce8f49e948b6136ae57c31cf655da WHIRLPOOL b386e75c65613f670777f5f4932d24f4b56cf2b58dd6fb5816a5af30ade32869e4fbb3da2b917b6a9397156c4689c386e453a1f9d9d7029e6af4b25c10231dc8 +DIST youtube-dl-2013.10.28.tar.gz 440399 SHA256 30f6ff1bce244d478a173375e5b7b641f0798107b00a8d4a70b7a6e157286b65 SHA512 d7312bb53c74396e5ff809903fc2d2e857fe1cb03c42a1a1656f19781b0e40f7268e45225d2009dfd03a30157a18d777f5c5dc08bcbbf51b98793af7008d6b90 WHIRLPOOL 15c7681ddfe6a4e604ba5b6d0d159c97cbace2d711767d3eeaf66142a20d8458d7003f02a8da68819adab129c90e546ad048d4dbff1817cdb1107a28669530b6 diff --git a/net-misc/youtube-dl/youtube-dl-2013.10.28.ebuild b/net-misc/youtube-dl/youtube-dl-2013.10.28.ebuild new file mode 100644 index 000000000000..7431781a53e3 --- /dev/null +++ b/net-misc/youtube-dl/youtube-dl-2013.10.28.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2013.10.28.ebuild,v 1.1 2013/10/28 19:30:17 jer Exp $ + +EAPI=5 + +PYTHON_COMPAT=(python{2_6,2_7,3_3}) +DISTUTILS_SINGLE_IMPL=true +inherit bash-completion-r1 distutils-r1 eutils + +DESCRIPTION="Download videos from YouTube.com (and mores sites...)" +HOMEPAGE="http://rg3.github.com/youtube-dl/" +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" +IUSE="offensive test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[coverage(+)] ) +" + +S="${WORKDIR}/${PN}" + +src_prepare() { + if ! use offensive; then + local xxx=( pornotube redtube thisav xhamster xnxx xvideos youjizz youporn ) + sed -i -e $( printf '/%s/d;' ${xxx[@]} ) youtube_dl/extractor/__init__.py || die + rm $( printf 'youtube_dl/extractor/%s.py ' ${xxx[@]} ) \ + test/test_age_restriction.py || die + fi +} + +src_compile() { + distutils-r1_src_compile +} + +src_test() { + emake test +} + +src_install() { + python_domodule youtube_dl + dobin bin/${PN} + dodoc CHANGELOG README.txt + doman ${PN}.1 + newbashcomp ${PN}.bash-completion ${PN} + python_fix_shebang "${ED}" +} diff --git a/net-news/raggle/Manifest b/net-news/raggle/Manifest deleted file mode 100644 index 513ad73b709a..000000000000 --- a/net-news/raggle/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST raggle-0.4.4.tar.gz 279758 SHA256 4909e93469a31a2ece889abff3e14a5020bdf2a7ec7cba9371a983adae4391df SHA512 c243bb78bbc16507dc3d7348ed55e021de6475174645820fc94548ae86da7cc080fdf16f3b7146f9b4a75ab54b27272b4dc183399034003286924b0095aa1350 WHIRLPOOL d3702eef98362331a75a5abd9bf1aa4fc4668fc8422f08595c49e07cd5e0e29e9dd9addbca20161156e43abc48af0859103cbc88b1ac856d990f685ea9773f1e diff --git a/net-news/raggle/metadata.xml b/net-news/raggle/metadata.xml deleted file mode 100644 index 4cb0a2fb3c56..000000000000 --- a/net-news/raggle/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - -maintainer-needed@gentoo.org -ruby - diff --git a/net-news/raggle/raggle-0.4.4-r2.ebuild b/net-news/raggle/raggle-0.4.4-r2.ebuild deleted file mode 100644 index 074f6319f2a0..000000000000 --- a/net-news/raggle/raggle-0.4.4-r2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/raggle/raggle-0.4.4-r2.ebuild,v 1.3 2012/09/23 08:12:13 phajdan.jr Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -inherit ruby-ng - -IUSE="" - -DESCRIPTION="A console RSS aggregator, written in Ruby" -HOMEPAGE="http://www.raggle.org/" -SRC_URI="http://www.raggle.org/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc x86" - -ruby_add_rdepend ">=dev-ruby/ncurses-ruby-0.8" - -all_ruby_prepare() { - sed -i -e 's~/usr/local~${D}/usr~' \ - -e '/cp -r \${DOCS}/d' \ - -e "/^DOCDIR/ s/raggle/${PF}/" \ - Makefile || die "sed failed" - - sed -i -e 's:#!/usr/bin/env ruby:#!/usr/bin/env ruby18:' raggle \ - || die "sed failed" -} - -each_ruby_install() { - DESTDIR="${D}" emake install || die -} - -all_ruby_install() { - dodoc AUTHORS BUGS ChangeLog README TODO || die -} diff --git a/net-p2p/mldonkey/mldonkey-3.1.3.ebuild b/net-p2p/mldonkey/mldonkey-3.1.3.ebuild index b92a02f49fc3..b06c619aab52 100644 --- a/net-p2p/mldonkey/mldonkey-3.1.3.ebuild +++ b/net-p2p/mldonkey/mldonkey-3.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.3.ebuild,v 1.7 2013/10/12 02:44:18 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-3.1.3.ebuild,v 1.8 2013/10/29 02:35:46 patrick Exp $ EAPI="2" WANT_AUTOCONF=2.5 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86 ~x86-fbsd" RDEPEND="dev-lang/perl guionly? ( >=gnome-base/librsvg-2.4.0 diff --git a/perl-core/Switch/Switch-2.160.0.ebuild b/perl-core/Switch/Switch-2.160.0.ebuild index 0f2278cf962c..210f00e7e5fd 100644 --- a/perl-core/Switch/Switch-2.160.0.ebuild +++ b/perl-core/Switch/Switch-2.160.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Switch/Switch-2.160.0.ebuild,v 1.3 2012/10/29 02:48:09 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Switch/Switch-2.160.0.ebuild,v 1.4 2013/10/28 19:56:58 jer Exp $ EAPI=3 @@ -12,7 +12,7 @@ DESCRIPTION="A switch statement for Perl" SRC_URI+=" http://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86" IUSE="" SRC_TEST="do" diff --git a/profiles/eapi-5-files/package.use.stable.mask b/profiles/eapi-5-files/package.use.stable.mask index 6597cdbceca8..0c18fb5160b1 100644 --- a/profiles/eapi-5-files/package.use.stable.mask +++ b/profiles/eapi-5-files/package.use.stable.mask @@ -1,10 +1,14 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/eapi-5-files/package.use.stable.mask,v 1.28 2013/10/03 02:25:04 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/eapi-5-files/package.use.stable.mask,v 1.29 2013/10/28 11:10:33 pinkbyte Exp $ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in package.use.mask +# Sergey Popov (28 Oct 2013) +# sys-cluster/cman is still in ~arch. +sys-cluster/pacemaker cman + # Alexandre Rostovtsev (02 Oct 2013) # We want to stabilize zukitwo before gnome-shell x11-themes/zukitwo gnome-shell diff --git a/profiles/package.mask b/profiles/package.mask index ee64a014d645..087c5137a81d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,6 +1,6 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15180 2013/10/28 10:18:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15182 2013/10/29 03:56:39 mrueg Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -128,26 +128,6 @@ dev-games/gigi >=www-client/chromium-32 >=dev-lang/v8-3.22 -# Fabian Groffen (30 Sep 2013) -# Mask release candidates -=mail-mta/exim-4.82_rc* - -# Manuel Rüger (27 Sep 2013) -# Mask further ruby-1.8 only packages -# Masked for removal in 30 days -app-office/tpp -dev-ruby/ncurses-ruby -net-news/raggle - -# Manuel Rüger (27 Sep 2013) -# Mask further ruby-1.8 only packages -# Masked for removal in 30 days -dev-ruby/heckle -dev-ruby/main -dev-ruby/rcov -dev-ruby/rqr -dev-ruby/ruby-svg - # Agostino Sarubbo (23 Sep 2013) # Masked because of vulnerable versions # DO NOT REMOVE OLDER VERSIONS diff --git a/profiles/use.local.desc b/profiles/use.local.desc index af77a83fea34..0c7dd252101a 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -947,7 +947,6 @@ app-office/scribus:templates - Document tamplates app-office/scribus:tk - Install tk based scripts e.g. FontSample.py app-office/texmacs:netpbm - Add support for media-libs/netpbm app-office/texstudio:video - Use phonon for video embedding -app-office/tpp:figlet - Install app-misc/figlet to support the --huge command app-pda/barry:boost - Enable boost support app-pda/barry:desktop - Install the GUI desktop control panel app-pda/barry:gui - Install the GUI backup tool @@ -1135,11 +1134,9 @@ dev-db/mariadb:profiling - Add support for statement profiling (requires USE=com dev-db/mariadb:sphinx - Add suport for the sphinx full-text search engine dev-db/mariadb:systemtap - Build support for profiling and tracing using dev-util/systemtap dev-db/mariadb:test - Install upstream testsuites for end use. -dev-db/mongodb:embedded-v8 - Use embedded version of v8 instead of system v8 dev-db/mongodb:mms-agent - Install the MongoDB Monitoring Service agent dev-db/mongodb:sharedclient - build client shared library libmongoclient.so -dev-db/mongodb:spidermonkey - Use embedded SpiderMonkey engine (dev-lang/spidermonkey) instead of v8 (dev-lang/v8) -dev-db/mongodb:v8 - Use V8 JavaScript engine (dev-lang/v8) instead of SpiderMonkey (dev-lang/spidermonkey) +dev-db/mongodb:spidermonkey - Use embedded SpiderMonkey engine (dev-lang/spidermonkey) instead of v8 dev-db/mysql:big-tables - Make tables contain up to 1.844E+19 rows dev-db/mysql:cluster - Add support for NDB clustering (deprecated) dev-db/mysql:community - Enables the community features from upstream. @@ -3736,6 +3733,8 @@ media-tv/xmltv:fi - Finland tv listing grabber media-tv/xmltv:fr - France tv listing grabber media-tv/xmltv:hr - Croatia tv listing grabber media-tv/xmltv:huro - Hungarian tv listing grabber +media-tv/xmltv:il - Israel tv listing grabber +media-tv/xmltv:in - India tv listing grabber media-tv/xmltv:is - Iceland tv listing grabber media-tv/xmltv:it - Italy tv listing grabber media-tv/xmltv:jp - Japan tv listing grabber @@ -5722,7 +5721,6 @@ sci-libs/linux-gpib:firmware - Install firmware sci-libs/lis:fma - Use the Fused Multiply Add instruction set (x86 arches) sci-libs/lis:quad - Enable quadruple precision operations sci-libs/lis:saamg - Build the Smoothed Aggregation Algebraic MultiGrid preconditioner -sci-libs/mathgl:double-precision - Add double precision calculations sci-libs/mathgl:hdf - Add support for the Hierarchical Data Format v.4 sci-libs/hdf sci-libs/mathgl:octave - Add bindings for sci-mathematics/octave sci-libs/matio:sparse - Extend formats for sparse matrix (not matlab) @@ -5745,6 +5743,7 @@ sci-libs/plplot:ada - Add bindings for the ADA programming language sci-libs/plplot:dynamic - Build with dynamic drivers sci-libs/plplot:octave - Add bindings for sci-mathematics/octave sci-libs/plplot:qhull - Add bindings for media-libs/qhull +sci-libs/plplot:shapefile - Enable support for ESRI shapefiles sci-libs/scikits_image:freeimage - Enable support for image i/o via media-libs/freeimage sci-libs/scikits_image:pyamg - Enable support for algebraic solvers via dev-python/pyamg sci-libs/scipy:sparse - Adds support for sparse solving with sci-libs/umfpack diff --git a/sci-libs/grib_api/Manifest b/sci-libs/grib_api/Manifest index d86b46cf552a..6776c1fafe8d 100644 --- a/sci-libs/grib_api/Manifest +++ b/sci-libs/grib_api/Manifest @@ -1 +1,2 @@ +DIST grib_api-1.11.0.tar.gz 14412684 SHA256 7a7ee16c6df1b0dceff3d8b5cd5f614804ca6e49b6aa99892f99fd6d6a2f5b35 SHA512 09c50d194049d2d19686139fb7150bd7399fc05bb5b7e40e8d91ce0301698263c40357b8524f925642ae6f78d9bc61218be26bef7f2dfeb326ccc9e8bc3a49e3 WHIRLPOOL 0e1f3bf8b36c12f12ef04dd653aa9eb024095adaec0a56fae7beb1c666f4410e912f56bbba3a0526e08f78000859b113ffff4a6f3ee11f6fa1944aa249e4289a DIST grib_api-1.9.16.tar.gz 6267489 SHA256 9066a18e2366eca147cfdf4406c0d80f6fd65e23d51d8e781a22d08694417a05 SHA512 fdb04d39b906de1acbbde635540baf408156aca6a7243849c121e941de1878107ef2348162c135f9aaf9e4cc97d0970c562264f11ea6b8f82ecf8ae896575ba9 WHIRLPOOL 0174627ffe6611b72424d4cd5b516f90a32dc0e72498b0617a8f24de6345c3ecc01628a4027f121ae468eddc322e1c354e3a69326313602d17b97128ad49ca65 diff --git a/sci-libs/grib_api/grib_api-1.11.0.ebuild b/sci-libs/grib_api/grib_api-1.11.0.ebuild new file mode 100644 index 000000000000..1e843fe4ebc4 --- /dev/null +++ b/sci-libs/grib_api/grib_api-1.11.0.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/grib_api/grib_api-1.11.0.ebuild,v 1.1 2013/10/28 17:25:56 bicatali Exp $ + +EAPI=5 + +AUTOTOOLS_IN_SOURCE_BUILD=1 + +FORTRAN_NEEDED=fortran +FORTRAN_STANDARD="77 90" +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit autotools-utils toolchain-funcs fortran-2 python-single-r1 + +PID=3473437 + +DESCRIPTION="Library for decoding WMO FM-92 GRIB messages" +HOMEPAGE="https://software.ecmwf.int/wiki/display/GRIB/Home" +SRC_URI="https://software.ecmwf.int/wiki/download/attachments/${PID}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +IUSE="doc examples fortran jasper jpeg2k netcdf openmp png python static-libs threads perl" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND=" + jpeg2k? ( + jasper? ( media-libs/jasper ) + !jasper? ( media-libs/openjpeg:0 ) + ) + netcdf? ( sci-libs/netcdf ) + png? ( media-libs/libpng ) + python? ( dev-python/numpy[${PYTHON_USEDEP}] )" +DEPEND="${RDEPEND} + python? ( dev-lang/swig )" + +pkg_setup() { + if use openmp; then + if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp; then + ewarn "OpenMP is not available in your current selected gcc" + die "need openmp capable gcc" + fi + fi + fortran-2_pkg_setup + use python && python-single-r1_pkg_setup +} + +src_prepare() { + # failing test + sed -i \ + -e 's/\(${tools_dir}grib_ls -plevels tmp_rlls.grib1 | grep MISSING\)/#\1/' \ + tests/ls.sh +} + +src_configure() { + # perl module needs serious packaging work from upstream + local myeconfargs=( + --without-perl + $(use_enable jpeg2k jpeg) + $(use_enable fortran) + $(use_enable openmp omp-packing) + $(use_enable python) + $(use_enable python numpy) + $(use_enable threads pthread) + $( + use netcdf && \ + echo --with-netcdf="${EPREFIX}"/usr || \ + echo --with-netcdf=none + ) + $(use_with png png-support) + ) + autotools-utils_src_configure +} + +src_install() { + autotools-utils_src_install + use doc && dohtml -r html/* + if use examples; then + insinto /usr/share/doc/${PF}/examples + emake clean + doins -r * + fi + use python && python_optimize +} diff --git a/sci-libs/grib_api/metadata.xml b/sci-libs/grib_api/metadata.xml index bcf58c960489..390ff4487e6e 100644 --- a/sci-libs/grib_api/metadata.xml +++ b/sci-libs/grib_api/metadata.xml @@ -9,6 +9,8 @@ FM-92 GRIB edition 1 and edition 2 messages. A useful set of command line tools is also provided to give quick access to grib messages. -Use media-libs/jasper instead of -media-libs/openjpeg for JPEG 2000 support + + Use media-libs/jasper instead of + media-libs/openjpeg for JPEG 2000 support + diff --git a/sci-libs/mathgl/Manifest b/sci-libs/mathgl/Manifest index 0943def6f322..acee23000d33 100644 --- a/sci-libs/mathgl/Manifest +++ b/sci-libs/mathgl/Manifest @@ -1,4 +1,3 @@ DIST STIX_font.tgz 2450541 SHA256 6408290fd4a5267637a88507344a8f07b908ce72f46ef93d09e068fedb67e8fe SHA512 c9124ec552074c98f15d6d3572a063598ca6bc598e3e78dcb5a5d57ae3928b5327a1374635f428ea1cefc9e51ee1d1aa9bd6ba9a306429fc6965140251d368b5 WHIRLPOOL 912a280ad550040c961a84fe48cfa2bd9bbcbad6c539b6126b4cbb5f9673ddd4ad5cc9e0d053fcb20cc6c12e1203aeaa3a05cf07360b16e2e7cbb13c0c42cc1e -DIST mathgl-2.0.3.tar.gz 4024665 SHA256 f2b7d6a0106d854e78bf6933596a04f09bc011eae50466cafcd0b979981ccb7a SHA512 6c47e985d0fefb635b5453b9d21ed2a77675edffbfe70738cf475d5c99c0f96c8c8515263ed20ba323a1ee24c30ae02317a66313e78c78d30414c597354528f7 WHIRLPOOL 26bf5e3301dc66974dfc14021cc41b4117b20b6c7e00f181af4bfc46bc85b46a4c347fef55975489151fb2817469707547965cecdfa8fc8885fdf8dd0cededc2 -DIST mathgl-2.1.2.tar.gz 5173804 SHA256 161c013ea2767b28fc887ee7a0aa875029666f8d88bea60f761b87083b0d18ec SHA512 d0f7605af31a7e0330b25f64619b724c87a429c60d1fb34129a749570c2a77b15214d9c74b652484f6b36a25e94b779c8e5a630d8bcdbd49075faca4ba04dd3b WHIRLPOOL 12fec240a1e11a33126c40967679f8f8908162591d1bff10c4577a12c46cf26c76125f34f4bcc84d1666db7bd741793f2c7f1b011cf96ecb608bf18a37af37c3 +DIST mathgl-2.1.3.1.tar.gz 5269355 SHA256 a8cb5a156b6d2828105c14c8996023df34d69c202d461a4dca1f38836d966caa SHA512 c38a4c8286f456f37b3cb928d0c6842829e24727ddc373ebce37843a2c946c2f5efbec801ed1ef46c96176bf26350a24bfbaef2e6970e75728b67c77245e5bfc WHIRLPOOL 3d4d7886e98306e0b466c3cf4f5887a5e76172627679350cee108a4fd51642384faa2c14a6375d8ebd427938f5dff3665877a8afaa09439668dd3a98686970b6 DIST mathgl-2.1.3.tar.gz 5269347 SHA256 b091f1b91927d2b649b06785b737b0606a2d9c6b09f7ddb5a70b981c8c0af31b SHA512 aeac7a7da6846e5d4dd8a8b829bfcff359581ad1bb11c15f24824bb0ecbd9b042aab34d1ffead64a53c0ef15194a9c29d161456f7418ab18e1003d1fe2f37e73 WHIRLPOOL 9318207b12319399fb845195e96b0cf79353f1a5f9195543889b26522e56a57a7fa653e421a8591691264d9c49f78d50f684f74088e4f19eb698c91389a8b117 diff --git a/sci-libs/mathgl/files/mathgl-1.10.2-gcc43.patch b/sci-libs/mathgl/files/mathgl-1.10.2-gcc43.patch deleted file mode 100644 index 7a639bb9a4ab..000000000000 --- a/sci-libs/mathgl/files/mathgl-1.10.2-gcc43.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- utils/mgl2gif.cpp.ORIG 2009-03-04 14:22:12.000000000 +0100 -+++ utils/mgl2gif.cpp 2009-04-22 10:15:02.000000000 +0200 -@@ -19,6 +19,7 @@ - ***************************************************************************/ - #include - #include -+#include - #include - #include - #include "mgl/mgl_zb.h" diff --git a/sci-libs/mathgl/files/mathgl-1.11.2-cast.patch b/sci-libs/mathgl/files/mathgl-1.11.2-cast.patch deleted file mode 100644 index ce73c9489352..000000000000 --- a/sci-libs/mathgl/files/mathgl-1.11.2-cast.patch +++ /dev/null @@ -1,206 +0,0 @@ ---- mgl/mgl_eps.cpp.ORIG 2011-05-30 13:12:29.000000000 +0200 -+++ mgl/mgl_eps.cpp 2012-02-29 11:26:55.651230100 +0100 -@@ -19,7 +19,7 @@ - ***************************************************************************/ - #include - #include --#include -+#include - #include "mgl/mgl_eps.h" - #include "mgl/mgl_c.h" - #include "mgl/mgl_f.h" -@@ -85,7 +85,7 @@ - a.x[0]=p1[0]; a.y[0]=p1[1]; a.x[1]=p2[0]; a.y[1]=p2[1]; - a.zz[0]=p1[2]; a.zz[1]=p2[2]; - a.c[0]=(c1[0]+c2[0])/2; a.c[1]=(c1[1]+c2[1])/2; a.c[2]=(c1[2]+c2[2])/2; --// a.c[0]=c1[0]; a.c[1]=c1[1]; a.c[2]=c1[2]; -+// a.c[0]=c1[0]; a.c[1]=c1[1]; a.c[2]=c1[2]; - a.style=all? 0xffff:PDef; a.s = pPos; - add_prim(a); - pPos = fmod(pPos+hypot(p2[0]-p1[0], p2[1]-p1[1])/pw/1.5, 16); -@@ -197,7 +197,7 @@ - { - mglPrim a(4); - a.s = fscl/PlotFactor; a.w = ftet; -- a.x[0] = (xPos - zoomx1*Width) /zoomx2; -+ a.x[0] = (xPos - zoomx1*Width) /zoomx2; - a.y[0] = (yPos - zoomy1*Height)/zoomy2; - a.x[1] = x; a.y[1] = y; - a.zz[1] = f/fnt->GetFact(s&3); -@@ -260,10 +260,10 @@ - } - //----------------------------------------------------------------------------- - void mglGraphPS::add_light(mreal *b, mreal n0,mreal n1, mreal n2) --{ -- mreal n[3]={n0,n1,n2}; -- unsigned char r[4]; -- col2int(b,n,r); -+{ -+ mreal n[3]={n0,n1,n2}; -+ unsigned char r[4]; -+ col2int(b,n,r); - b[0]=r[0]/255.; b[1]=r[1]/255.; b[2]=r[2]/255.; b[3]=r[3]/255.; - } - //----------------------------------------------------------------------------- -@@ -303,9 +303,9 @@ - if(!Finished) Finish(); - time_t now; - time(&now); -- -- bool gz = fname[strlen(fname)-1]=='z'; -- void *fp = gz ? gzopen(fname,"wt") : fopen(fname,"wt"); -+ -+ bool gz = fname[strlen(fname)-1]=='z'; -+ void *fp = gz ? (void*)gzopen(fname,"wt") : (void*)fopen(fname,"wt"); - if(!fp) { SetWarn(mglWarnOpen,fname); return; } - mgl_printf(fp, gz, "%%!PS-Adobe-3.0 EPSF-3.0\n%%%%BoundingBox: 0 0 %d %d\n",Width,Height); - mgl_printf(fp, gz, "%%%%Creator: MathGL library\n%%%%Title: %s\n",descr ? descr : fname); -@@ -320,9 +320,9 @@ - mgl_printf(fp, gz, "/m_c {ss 0.3 mul 0 360 arc} def\n"); - mgl_printf(fp, gz, "/d0 {[] 0 setdash} def\n/sd {setdash} def\n"); - -- bool m_p=false,m_x=false,m_d=false,m_v=false,m_t=false, -- m_s=false,m_a=false,m_o=false,m_T=false, -- m_V=false,m_S=false,m_D=false,m_Y=false,m_l=false, -+ bool m_p=false,m_x=false,m_d=false,m_v=false,m_t=false, -+ m_s=false,m_a=false,m_o=false,m_T=false, -+ m_V=false,m_S=false,m_D=false,m_Y=false,m_l=false, - m_L=false,m_r=false,m_R=false,m_X=false,m_P=false; - register long i; - // add mark definition if present -@@ -336,11 +336,11 @@ - if(P[i].m=='S') m_S = true; if(P[i].m=='D') m_D = true; - if(P[i].m=='V') m_V = true; if(P[i].m=='T') m_T = true; - if(P[i].m=='<') m_l = true; if(P[i].m=='L') m_L = true; -- if(P[i].m=='>') m_r = true; if(P[i].m=='R') m_R = true; -- if(P[i].m=='Y') m_Y = true; -+ if(P[i].m=='>') m_r = true; if(P[i].m=='R') m_R = true; -+ if(P[i].m=='Y') m_Y = true; - if(P[i].m=='P') m_P = true; if(P[i].m=='X') m_X = true; -- } -- if(m_P) { m_p=true; m_s=true; } -+ } -+ if(m_P) { m_p=true; m_s=true; } - if(m_X) { m_x=true; m_s=true; } - if(m_p) mgl_printf(fp, gz, "/m_p {sm 0 rm s2 0 rl sm sm rm 0 s2 rl d0} def\n"); - if(m_x) mgl_printf(fp, gz, "/m_x {sm sm rm s2 s2 rl 0 sm 2 mul rm sm 2 mul s2 rl d0} def\n"); -@@ -453,7 +453,7 @@ - } - for(i=0;i\n"); - mgl_printf(fp, gz, "\n"); -@@ -576,10 +576,10 @@ - // const char *dash[]={"", "8 8","4 4","1 3","7 4 1 4","3 2 1 2"}; - mgl_printf(fp, gz, "1) mgl_printf(fp, gz, " stroke-width=\"%g\"", P[i].w); - memcpy(cp,P[i].c,3*sizeof(mreal)); -@@ -620,7 +620,7 @@ - - for(i=0;i"); -- if(gz) gzclose(fp); else fclose((FILE *)fp); -+ if(gz) gzclose((gzFile_s*)fp); else fclose((FILE *)fp); - } - //----------------------------------------------------------------------------- - void mglGraphPS::Finish() -@@ -643,31 +643,31 @@ - #define imax(a,b) (a)>(b) ? (a) : (b) - #define imin(a,b) (a)<(b) ? (a) : (b) - void mglPrim::Draw(mglGraphPS *gr) --{ -- mreal pp[12]={x[0],y[0],z, x[1],y[1],z, x[2],y[2],z, x[3],y[3],z}; -- gr->draw_prim(this, pp, c); --} -+{ -+ mreal pp[12]={x[0],y[0],z, x[1],y[1],z, x[2],y[2],z, x[3],y[3],z}; -+ gr->draw_prim(this, pp, c); -+} - //----------------------------------------------------------------------------- --void mglGraphPS::draw_prim(mglPrim *pr, mreal *pp, mreal *c) --{ -+void mglGraphPS::draw_prim(mglPrim *pr, mreal *pp, mreal *c) -+{ - ObjId = pr->id; memcpy(CDef,c,4*sizeof(mreal)); -- bool ul=UseLight; UseLight=false; -- int m = pr->m, s = pr->style; -- switch(pr->type) -- { -- case 0: mglGraphAB::mark_plot(pp,pr->m); break; -- case 1: PDef = pr->style; pPos = pr->s; -+ bool ul=UseLight; UseLight=false; -+ int m = pr->m, s = pr->style; -+ switch(pr->type) -+ { -+ case 0: mglGraphAB::mark_plot(pp,pr->m); break; -+ case 1: PDef = pr->style; pPos = pr->s; - mglGraphAB::line_plot(pp,pp+3,c,c); break; - case 2: mglGraphAB::trig_plot(pp,pp+3,pp+6,c,c,c); break; - case 3: mglGraphAB::quad_plot(pp,pp+3,pp+6,pp+9,c,c,c,c); break; - case 4: - mreal pf=PlotFactor; Push(); -- SetPosScale(pp[0],pp[1],pp[2],pr->s*PlotFactor); RotateN(pr->w,0,0,1); -+ SetPosScale(pp[0],pp[1],pp[2],pr->s*PlotFactor); RotateN(pr->w,0,0,1); - mglGraphAB::Glyph(pr->x[1],pr->y[1],pr->zz[1]*fnt->GetFact(s&3),s,m,0); -- Pop(); PlotFactor=pf; -+ Pop(); PlotFactor=pf; - break; - } -- UseLight=ul; -+ UseLight=ul; - } - //----------------------------------------------------------------------------- - void mglGraphPS::pnt_plot(long x,long y, mreal, unsigned char c[4]) ---- mgl/mgl_export.cpp.ORIG 2011-05-30 13:12:29.000000000 +0200 -+++ mgl/mgl_export.cpp 2012-02-29 11:52:31.496163039 +0100 -@@ -232,7 +232,7 @@ - va_start(lst,str); - vsprintf(buf,str,lst); - va_end(lst); -- if(gz) gzprintf(fp, "%s", buf); -+ if(gz) gzprintf((gzFile_s*)fp, "%s", buf); - else fprintf((FILE *)fp, "%s", buf); - } - //--------------------------------------------------------------------------- -@@ -243,7 +243,7 @@ - register long i,j; - bool gz = fname[strlen(fname)-1]=='z'; - -- void *fp = gz ? gzopen(fname,"wt") : fopen(fname,"wt"); -+ void *fp = gz ? (void*)gzopen(fname,"wt") : (void*)fopen(fname,"wt"); - mgl_printf(fp, gz, "%%!PS-Adobe-3.0 EPSF-3.0\n%%%%BoundingBox: 0 0 %d %d\n",w,h); - mgl_printf(fp, gz, "%%%%Creator: MathGL library\n%%%%Title: %s\n", fname); - mgl_printf(fp, gz, "%%%%CreationDate: %s\n",ctime(&now)); -@@ -255,7 +255,7 @@ - mgl_printf(fp, gz, "%02x%02x%02x",p[j][3*i],p[j][3*i+1],p[j][3*i+2]); - } - mgl_printf(fp, gz, "\n\nshowpage\n%%%%EOF\n"); -- if(gz) gzclose(fp); else fclose((FILE *)fp); -+ if(gz) gzclose((gzFile_s*)fp); else fclose((FILE *)fp); - return 0; - } - //----------------------------------------------------------------------------- diff --git a/sci-libs/mathgl/files/mathgl-1.11.2-zlib.patch b/sci-libs/mathgl/files/mathgl-1.11.2-zlib.patch deleted file mode 100644 index 401f5b0d9fcf..000000000000 --- a/sci-libs/mathgl/files/mathgl-1.11.2-zlib.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- mgl/Makefile.am -+++ mgl/Makefile.am -@@ -16,7 +16,7 @@ - WIDGETS += -DWITH_GLUT - endif - --libmgl_la_LIBADD = $(PNG_LIBS) $(GL_LIBS) $(LOPENMP) -+libmgl_la_LIBADD = $(PNG_LIBS) -lz $(GL_LIBS) $(LOPENMP) - libmgl_la_LDFLAGS = -no-undefined -version-info $(MGL_CURRENT):$(MGL_REVISION):$(MGL_AGE) - - libmgl_la_CXXFLAGS = $(WIDGETS) -DMGL_FONT_PATH=\"$(datadir)/$(PACKAGE)/fonts/\" \ ---- mgl/mgl_data_png.cpp -+++ mgl/mgl_data_png.cpp -@@ -18,6 +18,7 @@ - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ - #include -+#include - #ifndef NO_PNG - #include - #endif diff --git a/sci-libs/mathgl/files/mathgl-2.0.3-fix-hardcoded-paths.patch b/sci-libs/mathgl/files/mathgl-2.0.3-fix-hardcoded-paths.patch deleted file mode 100644 index 4a9a4b13a4a9..000000000000 --- a/sci-libs/mathgl/files/mathgl-2.0.3-fix-hardcoded-paths.patch +++ /dev/null @@ -1,48 +0,0 @@ -diff -Nur mathgl-2.0_orig/include/mgl2/define.h mathgl-2.0/include/mgl2/define.h ---- mathgl-2.0_orig/include/mgl2/define.h 2012-04-12 18:12:24.000000000 +0700 -+++ mathgl-2.0/include/mgl2/define.h 2012-05-17 10:41:30.270686620 +0700 -@@ -84,7 +84,7 @@ - #ifdef WIN32 - #define MGL_FONT_PATH "." // path to fonts - #else --#define MGL_FONT_PATH "/usr/local/share/mathgl/fonts" // path to fonts -+#define MGL_FONT_PATH "/usr/share/mathgl/fonts" // path to fonts - #endif - #endif - //----------------------------------------------------------------------------- -diff -Nur mathgl-2.0_orig/udav/prop_dlg.cpp mathgl-2.0/udav/prop_dlg.cpp ---- mathgl-2.0_orig/udav/prop_dlg.cpp 2012-04-12 18:12:43.000000000 +0700 -+++ mathgl-2.0/udav/prop_dlg.cpp 2012-05-17 10:41:01.377677011 +0700 -@@ -111,7 +111,7 @@ - << QCoreApplication::applicationDirPath()+"/fonts"; - filter << "*.vfm"; - #ifndef WIN32 -- paths << "/usr/local/share/mathgl/fonts/" << "/usr/local/mathgl/fonts/"; -+ paths << "/usr/share/mathgl/fonts/" << "/usr/mathgl/fonts/"; - #endif - QFileInfoList info; - for(int i=0;i lang/install.m || die - epatch "${FILESDIR}"/${P}-fix-hardcoded-paths.patch -} - -src_configure() { - local mycmakeargs=( - -DHDF4_INCLUDE_DIR="${EPREFIX}/usr/include" - $(cmake-utils_use doc enable-doc) - $(cmake-utils_use double-precision enable-double) - $(cmake-utils_use fltk enable-fltk) - $(cmake-utils_use gif enable-gif) - $(cmake-utils_use glut enable-glut) - $(cmake-utils_use gsl enable-gsl) - $(cmake-utils_use hdf enable-hdf4) - $(cmake-utils_use hdf5 enable-hdf5_18) - $(cmake-utils_use jpeg enable-jpeg) - $(cmake-utils_use mpi enable-mpi) - $(cmake-utils_use octave enable-octave) - $(cmake-utils_use opengl enable-opengl) - $(cmake-utils_use pdf enable-pdf) - $(cmake-utils_use png enable-png) - $(cmake-utils_use qt4 enable-qt) - $(cmake-utils_use threads enable-pthread) - $(cmake-utils_use python enable-python) - $(cmake-utils_use wxwidgets enable-wx) - $(cmake-utils_use zlib enable-zlib) - ) - cmake-utils_src_configure - # to whoever cares: TODO: do for multiple python ABI - if use python; then - sed -i \ - -e "s:--prefix=\(.*\) :--prefix=\$ENV{DESTDIR}\1 :" \ - "${CMAKE_BUILD_DIR}"/lang/cmake_install.cmake || die - # fix location of numpy - use python && append-cppflags \ - -I$(echo "import numpy; print(numpy.get_include())" | "$(PYTHON)" - 2>/dev/null) - fi - -} - -src_install() { - cmake-utils_src_install - dodoc README* *.txt AUTHORS - use static-libs || rm "${ED}"/usr/$(get_libdir)/*.a - if use qt4 ; then - local lang - insinto /usr/share/udav - for lang in ${LANGS} ; do - use linguas_${lang} && doins udav/udav_${lang}.qm - done - fi - if use octave ; then - insinto /usr/share/${PN}/octave - doins "${CMAKE_BUILD_DIR}"/lang/${PN}.tar.gz - fi -} - -pkg_postinst() { - if use octave; then - octave <<-EOF - pkg install ${EROOT}/usr/share/${PN}/octave/${PN}.tar.gz - EOF - fi - use python && python_mod_optimize ${PN}.py -} - -pkg_prerm() { - if use octave; then - octave <<-EOF - pkg uninstall ${PN} - EOF - fi -} - -pkg_postrm() { - use python && python_mod_cleanup ${PN}.py -} diff --git a/sci-libs/mathgl/mathgl-2.1.2.ebuild b/sci-libs/mathgl/mathgl-2.1.3.1.ebuild similarity index 83% rename from sci-libs/mathgl/mathgl-2.1.2.ebuild rename to sci-libs/mathgl/mathgl-2.1.3.1.ebuild index f22f34d949eb..7fd386e4e791 100644 --- a/sci-libs/mathgl/mathgl-2.1.2.ebuild +++ b/sci-libs/mathgl/mathgl-2.1.3.1.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.2.ebuild,v 1.2 2013/10/15 15:00:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.1.3.1.ebuild,v 1.1 2013/10/28 16:46:23 bicatali Exp $ EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) WX_GTK_VER=2.8 -inherit cmake-utils eutils python wxwidgets multilib flag-o-matic +inherit cmake-utils eutils python-single-r1 wxwidgets multilib flag-o-matic DESCRIPTION="Math Graphics Library" HOMEPAGE="http://mathgl.sourceforge.net/" @@ -36,7 +37,7 @@ RDEPEND=" octave? ( >=sci-mathematics/octave-3.4.0 ) pdf? ( media-libs/libharu ) png? ( media-libs/libpng ) - python? ( dev-python/numpy ) + python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} ) qt4? ( dev-qt/qtgui:4 ) wxwidgets? ( x11-libs/wxGTK:2.8 ) zlib? ( sys-libs/zlib )" @@ -46,11 +47,15 @@ DEPEND="${RDEPEND} octave? ( dev-lang/swig ) python? ( dev-lang/swig )" -REQUIRED_USE="mpi? ( hdf5 ) png? ( zlib ) pdf? ( png )" +REQUIRED_USE=" + mpi? ( hdf5 ) + png? ( zlib ) + pdf? ( png ) + python? ( ${PYTHON_REQUIRED_USE} )" pkg_setup() { use mpi && export CC=mpicc CXX=mpicxx - use python && python_pkg_setup + use python && python-single-r1_pkg_setup use wxwidgets && wxwidgets_pkg_setup } @@ -71,11 +76,13 @@ src_prepare() { echo "" > lang/install.m || die # fix desktop file sed -i -e 's/.png//' udav/udav.desktop || die - use python && append-cppflags -I"$($(PYTHON) -c 'import numpy; print(numpy.get_include())')" + use python && append-cppflags -I"$(${EPYTHON} -c 'import numpy; print(numpy.get_include())')" } src_configure() { local mycmakeargs=( + # No clue about this option: + # option(enable-mgl2 "Use names 'libmgl2-*' instead of 'libmgl-*'") -DHDF4_INCLUDE_DIR="${EPREFIX}/usr/include" -DMGL_LIB_INSTALL_DIR="$(get_libdir)" $(cmake-utils_use doc enable-doc) @@ -104,7 +111,6 @@ src_configure() { -e "s:--prefix=\(.*\) :--prefix=\$ENV{DESTDIR}\1 :" \ "${CMAKE_BUILD_DIR}"/lang/cmake_install.cmake || die fi - } src_install() { @@ -122,6 +128,7 @@ src_install() { insinto /usr/share/${PN}/octave doins "${CMAKE_BUILD_DIR}"/lang/${PN}.tar.gz fi + use python && python_optimize } pkg_postinst() { @@ -130,7 +137,6 @@ pkg_postinst() { pkg install ${EROOT}/usr/share/${PN}/octave/${PN}.tar.gz EOF fi - use python && python_mod_optimize ${PN}.py } pkg_prerm() { @@ -140,7 +146,3 @@ pkg_prerm() { EOF fi } - -pkg_postrm() { - use python && python_mod_cleanup ${PN}.py -} diff --git a/sci-libs/mathgl/metadata.xml b/sci-libs/mathgl/metadata.xml index 50c88744b103..cd6ee1f79965 100644 --- a/sci-libs/mathgl/metadata.xml +++ b/sci-libs/mathgl/metadata.xml @@ -1,20 +1,19 @@ - sci - - grozin@gentoo.org - Andrey Grozin - - +sci + + grozin@gentoo.org + Andrey Grozin + + MathGL is a library for: * making high-quality scientific graphics * the fast data plotting and data processing of large data arrays * working in window and console modes and for easy embedding into other programs - - Add support for the Hierarchical Data Format v.4 sci-libs/hdf - Add bindings for sci-mathematics/octave - Add double precision calculations - + + Add support for the Hierarchical Data Format v.4 sci-libs/hdf + Add bindings for sci-mathematics/octave + diff --git a/sci-libs/plplot/Manifest b/sci-libs/plplot/Manifest index 5410df256005..53f3a1a49dd9 100644 --- a/sci-libs/plplot/Manifest +++ b/sci-libs/plplot/Manifest @@ -1 +1,2 @@ +DIST plplot-5.9.10.tar.gz 15215720 SHA256 6be3e20d6992cb2afd132a00cbc812aa5db170abe5855c44eb01481ac4b0b723 SHA512 356eff0d27f8b5a672992a8cb642a7bcd15cd49d18512b9e9a3c999d28e19c7da0bf095ac0bbdf4dc1df512190265179aa9311fbead80260a9968cc3d1a11fbe WHIRLPOOL d77917db0c3e9a7236525df01e36f0611bd2145083d827077ac2019ef9c38d0187dada0e20893aaaa37b425f67c700ab50474d63ff457efccb23ca33b9e47c43 DIST plplot-5.9.9.tar.gz 13778554 SHA256 747e5a043681f3e20df30d159f6e8517cb1e25e502322adcd80e8ca53ec2c90d SHA512 ad46d40fbfecdf9b8d9e6f1e9da986716b07f88a91ad78f14498bd83acb0186c984b6b5079564046cfedfd1010692d0e7d3c3ce8831b3d1c825c8db335d4c7f1 WHIRLPOOL 3da257b0d0db87f46fd950e32d7bf22ef25b27d7334113fc2b0e5219fdb1d3462a425ff02550ee907fd105041d35f30b22b2b1b39649a13568d3f04f51525664 diff --git a/sci-libs/plplot/metadata.xml b/sci-libs/plplot/metadata.xml index e8c81d6b8fb7..c6cb1ea7cb53 100644 --- a/sci-libs/plplot/metadata.xml +++ b/sci-libs/plplot/metadata.xml @@ -1,8 +1,8 @@ - sci - +sci + PLplot is a library of functions that are useful for making scientific plots. It can be used from within compiled languages such as C, C++, FORTRAN and Java, as well as interactively from interpreted languages such @@ -15,10 +15,11 @@ support for extended characters inculding the Greek alphabet and a host of mathematical symbols. - - Add bindings for the ADA programming language - Build with dynamic drivers - Add bindings for sci-mathematics/octave - Add bindings for media-libs/qhull - + + Add bindings for the ADA programming language + Build with dynamic drivers + Add bindings for sci-mathematics/octave + Add bindings for media-libs/qhull + Enable support for ESRI shapefiles + diff --git a/sci-libs/plplot/plplot-5.9.10.ebuild b/sci-libs/plplot/plplot-5.9.10.ebuild new file mode 100644 index 000000000000..563f8406d0fe --- /dev/null +++ b/sci-libs/plplot/plplot-5.9.10.ebuild @@ -0,0 +1,197 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.10.ebuild,v 1.1 2013/10/28 19:36:30 bicatali Exp $ + +EAPI=5 + +WX_GTK_VER="2.8" +FORTRAN_NEEDED=fortran +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit eutils fortran-2 cmake-utils python-single-r1 toolchain-funcs virtualx \ + wxwidgets java-pkg-opt-2 multilib + +DESCRIPTION="Multi-language scientific plotting library" +HOMEPAGE="http://plplot.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="ada cairo cxx doc +dynamic examples fortran gd java jpeg latex lua + ocaml octave pdf perl png python qhull qt4 shapefile svg tcl test threads + tk truetype wxwidgets X" + +RDEPEND=" + ada? ( virtual/gnat ) + cairo? ( x11-libs/cairo[svg?,X?] ) + java? ( >=virtual/jre-1.5 ) + gd? ( media-libs/gd[jpeg?,png?] ) + latex? ( virtual/latex-base app-text/ghostscript-gpl ) + lua? ( dev-lang/lua ) + ocaml? ( + dev-lang/ocaml + dev-ml/camlidl + cairo? ( dev-ml/cairo-ocaml[gtk] ) ) + octave? ( sci-mathematics/octave ) + pdf? ( media-libs/libharu ) + perl? ( dev-perl/PDL dev-perl/XML-DOM ) + python? ( + dev-python/numpy[${PYTHON_USEDEP}] + qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) ) + qhull? ( media-libs/qhull ) + qt4? ( + dev-qt/qtgui:4 + dev-qt/qtsvg:4 ) + shapefile? ( sci-libs/shapelib ) + tcl? ( dev-lang/tcl dev-tcltk/itcl + tk? ( dev-lang/tk dev-tcltk/itk ) ) + truetype? ( + media-fonts/freefont + media-libs/lasi + gd? ( media-libs/gd[truetype] ) ) + wxwidgets? ( x11-libs/wxGTK:2.8[X] x11-libs/agg[truetype?] ) + X? ( x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp )" + +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( app-doc/doxygen ) + java? ( >=virtual/jdk-1.5 dev-lang/swig ) + ocaml? ( dev-ml/findlib ) + python? ( dev-lang/swig ) + test? ( media-fonts/font-misc-misc + media-fonts/font-cursor-misc )" +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} ) qt4? ( dynamic ) test? ( latex )" + +pkg_setup() { + use wxwidgets && wxwidgets_pkg_setup + use python && python-single-r1_pkg_setup + java-pkg-opt-2_pkg_setup +} + +src_prepare() { + # path for python independent of python version + epatch "${FILESDIR}"/${PN}-5.9.6-python.patch + # avoid installing license + sed -i -e '/COPYING.LIB/d' CMakeLists.txt || die + # prexify hard-coded /usr/include in cmake modules + sed -i \ + -e "s:/usr/include:${EPREFIX}/usr/include:g" \ + -e "s:/usr/lib:${EPREFIX}/usr/$(get_libdir):g" \ + -e "s:/usr/share:${EPREFIX}/usr/share:g" \ + cmake/modules/*.cmake || die + # change default install directories for doc and examples + sed -i \ + -e 's:${DATA_DIR}/examples:${DOC_DIR}/examples:g' \ + $(find "${S}" -name CMakeLists.txt) || die + sed -i \ + -e 's:${VERSION}::g' \ + -e "s:doc/\${PACKAGE}:doc/${PF}:" \ + cmake/modules/instdirs.cmake || die + java-utils-2_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DDEFAULT_ALL_DEVICES=ON + -DTEST_DYNDRIVERS=OFF + -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)" + -DENABLE_d=OFF + $(cmake-utils_use_build doc DOX_DOC) + $(cmake-utils_use_build test) + $(cmake-utils_use_has python NUMPY) + $(cmake-utils_use_has shapefile SHAPELIB) + $(cmake-utils_use_with truetype FREETYPE) + $(cmake-utils_use_enable ada) + $(cmake-utils_use_enable cxx) + $(cmake-utils_use_enable dynamic DYNDRIVERS) + $(cmake-utils_use_enable fortran f77) + $(cmake-utils_use_enable java) + $(cmake-utils_use_enable lua) + $(cmake-utils_use_enable ocaml) + $(cmake-utils_use_enable octave) + $(cmake-utils_use_enable perl pdl) + $(cmake-utils_use_enable python) + $(cmake-utils_use_enable qt4 qt) + $(cmake-utils_use_enable tcl) + $(cmake-utils_use_enable tcl itcl) + $(cmake-utils_use_enable tk) + $(cmake-utils_use_enable tk itk) + $(cmake-utils_use_enable wxwidgets) + $(cmake-utils_use threads PL_HAVE_PTHREAD) + $(cmake-utils_use qhull PL_HAVE_QHULL) + $(cmake-utils_use qt4 PLD_aqt) + $(cmake-utils_use qt4 PLD_bmpqt) + $(cmake-utils_use qt4 PLD_epsqt) + $(cmake-utils_use qt4 PLD_extqt) + $(cmake-utils_use qt4 PLD_jpgqt) + $(cmake-utils_use qt4 PLD_memqt) + $(cmake-utils_use qt4 PLD_pdfqt) + $(cmake-utils_use qt4 PLD_pngqt) + $(cmake-utils_use qt4 PLD_ppmqt) + $(cmake-utils_use qt4 PLD_svgqt) + $(cmake-utils_use qt4 PLD_qtwidget) + $(cmake-utils_use qt4 PLD_tiffqt) + $(cmake-utils_use cairo PLD_extcairo) + $(cmake-utils_use cairo PLD_memcairo) + $(cmake-utils_use cairo PLD_pdfcairo) + $(cmake-utils_use cairo PLD_pngcairo) + $(cmake-utils_use cairo PLD_pscairo) + $(cmake-utils_use cairo PLD_svgcairo) + $(cmake-utils_use cairo PLD_wincairo) + $(cmake-utils_use cairo PLD_xcairo) + $(cmake-utils_use tk PLD_ntk) + $(cmake-utils_use tk PLD_tk) + $(cmake-utils_use tk PLD_tkwin) + $(cmake-utils_use gd PLD_gif) + $(cmake-utils_use gd PLD_jpeg) + $(cmake-utils_use gd PLD_png) + $(cmake-utils_use pdf PLD_pdf) + $(cmake-utils_use latex PLD_ps) + $(cmake-utils_use latex PLD_pstex) + $(cmake-utils_use truetype PLD_psttf) + $(cmake-utils_use svg PLD_svg) + $(cmake-utils_use wxwidgets PLD_wxpng) + $(cmake-utils_use wxwidgets PLD_wxwidgets) + $(cmake-utils_use X PLD_xwin) + ) + + [[ $(tc-getFC) != *g77 ]] && \ + mycmakeargs+=( + $(cmake-utils_use_enable fortran f95) + ) + + use truetype && mycmakeargs+=( + -DPL_FREETYPE_FONT_PATH:PATH="${EPREFIX}/usr/share/fonts/freefont" + ) + use shapefile && mycmakeargs+=( + -DSHAPELIB_INCLUDE_DIR="${EPREFIX}/usr/include/libshp" + ) + use python && mycmakeargs+=( $(cmake-utils_use_enable qt4 pyqt4) ) + use doc && mycmakeargs+=( -DPREBUILT_DOC=ON ) + cmake-utils_src_configure + + # clean up bloated pkg-config files (help linking properly on prefix) + sed -i \ + -e "/Cflags/s:-I\(${EPREFIX}\|\)/usr/include[[:space:]]::g" \ + -e "/Libs/s:-L\(${EPREFIX}\|\)/usr/lib\(64\|\)[[:space:]]::g" \ + -e "s:${LDFLAGS}::g" \ + "${CMAKE_BUILD_DIR}"/pkgcfg/*pc || die +} + +src_test() { + pushd "${BUILD_DIR}" > /dev/null + Xemake test || die "tests failed" + popd > /dev/null +} + +src_install() { + cmake-utils_src_install + use examples || rm -r "${ED}"/usr/share/doc/${PF}/examples + #use doc && dohtml -r doc/docbook/src/* + if use java; then + rm -r "${ED}"/usr/share/java "${ED}"/usr/$(get_libdir)/jni || die + java-pkg_dojar "${CMAKE_BUILD_DIR}"/examples/java/${PN}.jar + java-pkg_doso "${CMAKE_BUILD_DIR}"/bindings/java/plplotjavac_wrap.so + fi +} diff --git a/sci-libs/scipy/Manifest b/sci-libs/scipy/Manifest index c5d667cf1195..3328b172b84c 100644 --- a/sci-libs/scipy/Manifest +++ b/sci-libs/scipy/Manifest @@ -4,6 +4,9 @@ DIST scipy-0.12.0.tar.gz 9095801 SHA256 b967e802dafe2db043cfbdf0043e1312f9ce9c13 DIST scipy-0.12.1-html.zip 15578583 SHA256 07c773c6056e5fc0cb65d7048995d0ff056f48f1e482d610865361870ee07998 SHA512 71308ff306ee5556822a279e8dd21efd6c9174fbb5c100acf9e34308cf828789cd257aac5a447a6dbfa8b464447753ea49d6e5819555fbf8db73b3e51fddc2cb WHIRLPOOL 124b12ace1a297789b4f544a28539da964bc756aae72572b2926c9df81b2bd492fdcc4b39bb8b9d83305d21834c7e225a576225a8a94a316707c517583fa9dca DIST scipy-0.12.1-ref.pdf 11193207 SHA256 4a8298fba9c6d62aeb392ee6588ac45cb266ed6cffb59573f6c19d7779bfc18b SHA512 cad60983c74a447a0e3ba898b81bdea3101dbad7603f1ca8030e3ff9f431eeb8c7b2dd207a45af616ef596e85c0c1846944057ecc11482fe9b389869ee49b137 WHIRLPOOL af600c6cb5c59306b2f5a84df421465a97cae9138f0cf024a0748c80bd516d8fe6a2db135fd56d66eab25f36c99acb3c0825d50b7d376e0ed3d9bd0c4c282943 DIST scipy-0.12.1.tar.gz 9012911 SHA256 15122afe6cb377b010982f9bc46cf41b12af703fd34088aa3971a80276b00e76 SHA512 13dba0b2ff9b69a109403110aaaca892362935262e3999992de96b081eae036fe5dbb3ca209d84ade948377c6ccb4137777c36f76121f8745855dc1d08b86e97 WHIRLPOOL 71467b86b992b14b4bc6c354ac4b4ec138951ab0d17b28c07ac605a81852f4f55bdfe35553ffdecd9611ef0daf2c35012424e28db9c9ff8e2cf6eb3fe0d2583a +DIST scipy-0.13.0-html.zip 18283054 SHA256 3010783ebdc18988440cd0047f061bbfcac98677782cd10e8b4f09e20bbbc23d SHA512 082cb1e0915f6095f80522a76fed4e106ed82889df613c1bcada9a4faded8917fd7e686448f585a5bee5478280ae21f6adf9bd4add125b9082f93eb93e61feef WHIRLPOOL 48b5e2ee9274f324969c413986110a87422b5f3667b617884dd01c660cdabeb05c5e17ca33e861b2fa2cc5caf89e1233aba9f2855386fe211255c5ceee437ac7 +DIST scipy-0.13.0-ref.pdf 14748179 SHA256 52caa5fd7e74f2e5a78f26296d2150808eee9e153ca3cee62d05892bbd1bac8c SHA512 9e2d40b154c73e9ad3405038e2c71e01650b9a05781355d499b09d647ae6a73d65d542c36b60a87ac530f9b7509bf1c023624952c2f4f2b2f9fb56394456ec91 WHIRLPOOL 5071c593b999db1a57057731e995153fead4155f04b69b770fd1b2203cc5eb13f6f9395a179c4a06e1d8fc5dfa559f51c494f52a27d524b2794d9683e487e273 +DIST scipy-0.13.0.tar.gz 10093476 SHA256 e7fe93ffc4b55d8357238406b1b9e47a4f932474238e2bfdb552423bcd45dc5e SHA512 5bd8f032560dba4796942c8cbbd341c449aae10c3de6023c62bf754bb48d84ba821dbbc24bfe371781e8a06958c104baf670bf167597ec5d4fd5fd2eeadc54b5 WHIRLPOOL 39df9a0c03962f0b5c16efe38d8900c523e45426e228951a5d84fbf7b742cd37c8775f628e6973da572b3b7e088aecba1f7277dbf1fd6e3b72f78a8ad6599a06 DIST scipy-0.9-html.zip 8516420 SHA256 6f3148881502ca2cd2964fef7baf9bfec6fe2329ec3f1832e1e6d864aed0f889 DIST scipy-0.9-ref.pdf 5299022 SHA256 ed2641c180eef2f842536a611982fbd91c33c95a7e7e3c279d7ae6f10071be47 DIST scipy-0.9.0.tar.gz 6084552 SHA256 913089de94721be864e0a57fdab52603f3150250a2e0ce4ed6928ca1125f6b23 SHA512 2c9be17d4f9daea23dab7449282f522641a7bfc0bdb0005631f2a89da44681c4b4e98bdff8b76ee451c1ee36cf3dd2eaf45f670cfaff86c10d49bf5478ac3c43 WHIRLPOOL 0b58a0e0bc03f4759e5bbc3b24b36c6b53092a92c595ca65a79bf307332564b3204fc1d6244bb0a970bdb63f0092591b846cc14e8b4b6c73d9b09ffeb16815b4 diff --git a/sci-libs/scipy/scipy-0.13.0.ebuild b/sci-libs/scipy/scipy-0.13.0.ebuild new file mode 100644 index 000000000000..f7d4ec7ded1f --- /dev/null +++ b/sci-libs/scipy/scipy-0.13.0.ebuild @@ -0,0 +1,132 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/scipy-0.13.0.ebuild,v 1.1 2013/10/28 22:42:53 bicatali Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) + +inherit eutils fortran-2 distutils-r1 flag-o-matic multilib toolchain-funcs + +DESCRIPTION="Scientific algorithms library for Python" +HOMEPAGE="http://www.scipy.org/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz + doc? ( + http://docs.scipy.org/doc/${P}/${PN}-html.zip -> ${P}-html.zip + http://docs.scipy.org/doc/${P}/${PN}-ref.pdf -> ${P}-ref.pdf + )" + +LICENSE="BSD LGPL-2" +SLOT="0" +IUSE="doc sparse test" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + +CDEPEND=" + dev-python/numpy[lapack,${PYTHON_USEDEP}] + sci-libs/arpack + virtual/cblas + virtual/lapack + sparse? ( sci-libs/umfpack )" +DEPEND="${CDEPEND} + dev-lang/swig + dev-python/cython[${PYTHON_USEDEP}] + virtual/pkgconfig + doc? ( app-arch/unzip ) + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +RDEPEND="${CDEPEND} + virtual/python-imaging[${PYTHON_USEDEP}]" + +DOCS=( HACKING.rst.txt THANKS.txt ) + +DISTUTILS_IN_SOURCE_BUILD=1 + +src_unpack() { + unpack ${P}.tar.gz + if use doc; then + unzip -qo "${DISTDIR}"/${P}-html.zip -d html || die + fi +} + +pc_incdir() { + $(tc-getPKG_CONFIG) --cflags-only-I $@ | \ + sed -e 's/^-I//' -e 's/[ ]*-I/:/g' -e 's/[ ]*$//' +} + +pc_libdir() { + $(tc-getPKG_CONFIG) --libs-only-L $@ | \ + sed -e 's/^-L//' -e 's/[ ]*-L/:/g' -e 's/[ ]*$//' +} + +pc_libs() { + $(tc-getPKG_CONFIG) --libs-only-l $@ | \ + sed -e 's/[ ]-l*\(pthread\|m\)[ ]*//g' \ + -e 's/^-l//' -e 's/[ ]*-l/,/g' -e 's/[ ]*$//' +} + +python_prepare_all() { + # scipy automatically detects libraries by default + export {FFTW,FFTW3,UMFPACK}=None + use sparse && unset UMFPACK + # the missing symbols are in -lpythonX.Y, but since the version can + # differ, we just introduce the same scaryness as on Linux/ELF + [[ ${CHOST} == *-darwin* ]] \ + && append-ldflags -bundle "-undefined dynamic_lookup" \ + || append-ldflags -shared + [[ -z ${FC} ]] && export FC="$(tc-getFC)" + # hack to force F77 to be FC until bug #278772 is fixed + [[ -z ${F77} ]] && export F77="$(tc-getFC)" + export F90="${FC}" + export SCIPY_FCONFIG="config_fc --noopt --noarch" + append-fflags -fPIC + + local libdir="${EPREFIX}"/usr/$(get_libdir) + cat >> site.cfg <<-EOF + [blas] + include_dirs = $(pc_incdir cblas) + library_dirs = $(pc_libdir cblas blas):${libdir} + blas_libs = $(pc_libs cblas blas) + [lapack] + library_dirs = $(pc_libdir lapack):${libdir} + lapack_libs = $(pc_libs lapack) + EOF + + local PATCHES=( + "${FILESDIR}"/${PN}-0.12.0-blitz.patch + "${FILESDIR}"/${PN}-0.12.0-restore-sys-argv.patch + "${FILESDIR}"/${PN}-0.12.0-cephes-missing-include.patch + ) + distutils-r1_python_prepare_all +} + +python_compile() { + distutils-r1_python_compile ${SCIPY_FCONFIG} +} + +python_test() { + # fails with bdist_egg. should it be fixed in distutils-r1 eclass? + distutils_install_for_testing ${SCIPY_FCONFIG} + cd "${TEST_DIR}" || die "no ${TEST_DIR} available" + "${EPYTHON}" -c " +import scipy, sys +r = scipy.test('fast',verbose=2) +sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + if use doc; then + dohtml -r "${WORKDIR}"/html/. + dodoc "${DISTDIR}"/${P}*pdf + fi + distutils-r1_python_install_all +} + +python_install() { + distutils-r1_python_install ${SCIPY_FCONFIG} +} + +pkg_postinst() { + elog "You might want to set the variable SCIPY_PIL_IMAGE_VIEWER" + elog "to your prefered image viewer. Example:" + elog "\t echo \"export SCIPY_PIL_IMAGE_VIEWER=display\" >> ~/.bashrc" +} diff --git a/sci-visualization/spyview/spyview-20130823.ebuild b/sci-visualization/spyview/spyview-20130823.ebuild index 9d89873a5705..b172e41b0b85 100644 --- a/sci-visualization/spyview/spyview-20130823.ebuild +++ b/sci-visualization/spyview/spyview-20130823.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild,v 1.1 2013/10/25 13:54:22 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spyview/spyview-20130823.ebuild,v 1.2 2013/10/28 20:57:40 dilfridge Exp $ EAPI=5 @@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" COMMON_DEPEND=" - >=dev-libs/boost-1.42 + dev-libs/boost:= media-libs/netpbm x11-libs/fltk:1 app-text/ghostscript-gpl diff --git a/sys-apps/util-linux/Manifest b/sys-apps/util-linux/Manifest index ed4e3447e95e..daf925008e94 100644 --- a/sys-apps/util-linux/Manifest +++ b/sys-apps/util-linux/Manifest @@ -12,3 +12,4 @@ DIST util-linux-2.22.tar.xz 3183868 SHA256 32b329aa72c2ea546378bf81f08e30cf30440 DIST util-linux-2.23.1.tar.xz 3368432 SHA256 76fe4c11cf69f4293a676a61eb92710771f7514fd603d7192411b89bbf50d4e6 SHA512 bbe3cb82c35a78331067ce098396acabf83599d7061e3b8ddc063411327dca8ba0ba4e1b258a25d6a37a124342f381dd77c7e70c04adb508f6ddc18e437cd73f WHIRLPOOL 94fbd667b7a0a149953e201965034daac088e9c7036314bd11d51f6872e3e97b1aa843b479a2fef69e8c5e15d0ee940440a4f45ae775bbabea30abf1bbc0b2d9 DIST util-linux-2.23.2.tar.xz 3383052 SHA256 7c4042bd91f621250d7b3b2f34e3b11921a32c7f080c149dcc0c7ce62a8a7cac SHA512 dcccf8e3a3892a2ac98eea0a7e1c24c1b612ef10b466a8b34d8ebe6c2d49778bc9e8bfb1866ce0daa6db387396659120c290c5b36f47864c4d513b5ed15f9618 WHIRLPOOL 525d1043b985fc8238a023caf79c5ebf8f105e9e2c3730b70f19f2e8e0ecbf4984ab6a6a1a6edc2bb41f0b2067e6a788a0c5fb41ad00e84bf0c1bfd5b53cf7f6 DIST util-linux-2.23.tar.xz 3320020 SHA256 b19b25b7cdb16ed3decc2228788193629e5bc912f042e66d0308616c44671531 SHA512 442b300dbccd0035b211af3b5105951d6361efea506e3170677d76089a17767e33d114ba43de8227d6b9ccfe2cb54224ea0291cb7f782fa0709e89c6895b3892 WHIRLPOOL 54f28488dceae59e498ead767e8ddf5d122688e0427b35bc4fd0a90e3ad6c2ba90da86f9606ea476cc9419621b3dcc37e3c282be6d74c283cf10e97f7235267e +DIST util-linux-2.24.tar.xz 3531936 SHA256 30add9a8869cef9e5a76755214f074689b6294cea63f4569711faeb099aecc06 SHA512 9e1945646a64420226e5af4546022ee604fdba89f91ee474b941075fa55cc2c0d8731e485ef39d2a18e85e81f924790437656b75f1944512629817e4af4191d7 WHIRLPOOL beba6ee3bb8b15e25dd3e00ef373fb53b3168629525f77230695e365aa338fbb43bff20510b18acb5504cb958ca6ee5c2f6a0e9e0c4fee9e70867067a16e9591 diff --git a/sys-apps/util-linux/util-linux-2.24.ebuild b/sys-apps/util-linux/util-linux-2.24.ebuild new file mode 100644 index 000000000000..70fccfc84976 --- /dev/null +++ b/sys-apps/util-linux/util-linux-2.24.ebuild @@ -0,0 +1,134 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.24.ebuild,v 1.1 2013/10/28 22:13:54 polynomial-c Exp $ + +EAPI=4 + +PYTHON_COMPAT=( python2_7 python3_{2,3} ) + +inherit eutils toolchain-funcs libtool flag-o-matic bash-completion-r1 python-single-r1 + +MY_PV=${PV/_/-} +MY_P=${PN}-${MY_PV} + +if [[ ${PV} == 9999 ]] ; then + inherit git-2 autotools + EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git" +else + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + SRC_URI="mirror://kernel/linux/utils/util-linux/v${PV:0:4}/${MY_P}.tar.xz" +fi + +DESCRIPTION="Various useful Linux utilities" +HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" + +LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain" +SLOT="0" +IUSE="bash-completion caps +cramfs cytune fdformat ncurses nls pam python selinux slang static-libs +suid test tty-helpers udev unicode" + +RDEPEND="!sys-process/schedutils + !sys-apps/setarch + !=sys-libs/ncurses-5.2-r2 ) + pam? ( sys-libs/pam ) + python? ( ${PYTHON_DEPS} ) + selinux? ( sys-libs/libselinux ) + slang? ( sys-libs/slang ) + udev? ( virtual/udev )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( sys-devel/bc ) + virtual/os-headers" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + if [[ ${PV} == 9999 ]] ; then + po/update-potfiles + eautoreconf + fi + elibtoolize +} + +lfs_fallocate_test() { + # Make sure we can use fallocate with LFS #300307 + cat <<-EOF > "${T}"/fallocate.c + #define _GNU_SOURCE + #include + main() { return fallocate(0, 0, 0, 0); } + EOF + append-lfs-flags + $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} "${T}"/fallocate.c -o /dev/null >/dev/null 2>&1 \ + || export ac_cv_func_fallocate=no + rm -f "${T}"/fallocate.c +} + +src_configure() { + lfs_fallocate_test + export ac_cv_header_security_pam_misc_h=$(usex pam) #485486 + econf \ + --enable-fs-paths-extra=/usr/sbin:/bin:/usr/bin \ + $(use_enable nls) \ + --enable-agetty \ + --with-bashcompletiondir="$(get_bashcompdir)" \ + $(use_enable bash-completion) \ + $(use_enable caps setpriv) \ + $(use_enable cramfs) \ + $(use_enable cytune) \ + $(use_enable fdformat) \ + --with-ncurses=$(usex ncurses $(usex unicode auto yes) no) \ + --disable-kill \ + --disable-last \ + --disable-login \ + $(use_enable tty-helpers mesg) \ + --disable-nologin \ + --enable-partx \ + $(use_with python) \ + --enable-raw \ + --enable-rename \ + --disable-reset \ + --enable-schedutils \ + --disable-su \ + $(use_enable tty-helpers wall) \ + $(use_enable tty-helpers write) \ + $(use_enable suid makeinstall-chown) \ + $(use_enable suid makeinstall-setuid) \ + $(use_with selinux) \ + $(use_with slang) \ + $(use_enable static-libs static) \ + $(use_with udev) \ + $(tc-has-tls || echo --disable-tls) +} + +src_install() { + default + dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} + + use python && python_optimize + + # need the libs in / + gen_usr_ldscript -a blkid mount uuid + + # e2fsprogs-libs didnt install .la files, and .pc work fine + prune_libtool_files +} + +pkg_postinst() { + if ! use tty-helpers; then + elog "The mesg/wall/write tools have been disabled due to USE=-tty-helpers." + fi + + if [[ -z ${REPLACING_VERSIONS} ]]; then + elog "The agetty util now clears the terminal by default. You" + elog "might want to add --noclear to your /etc/inittab lines." + fi +} diff --git a/sys-auth/pam_yubico/Manifest b/sys-auth/pam_yubico/Manifest index 94af574de4c5..ec2e7649a124 100644 --- a/sys-auth/pam_yubico/Manifest +++ b/sys-auth/pam_yubico/Manifest @@ -1 +1,2 @@ DIST pam_yubico-2.13.tar.gz 375151 SHA256 0d06294f82c3286397fe52044d4b9b8d96045c3f9939fc7bbf0b45c4463e89c0 SHA512 e5c3f5fc3b8e0cfa8f9d2d1d7337bb2148e1f07a18d38e7f97dce1766fedcb263e3def3c2db4e2ba6d5a9f37185fe35f0e04bb16ec110ab02162cd41b330a380 WHIRLPOOL fe40a771d7c5138bf97f77e0b3cca07530381f1c0fa3001c5ce0512d4019f335f18bff5da16a6d67ff3a724b7ccd0ab0c341a78c2c9360cb84d1229349d7eb72 +DIST pam_yubico-2.14.tar.gz 380023 SHA256 77bf0bce4cf7aedcfe5e65d8ee4a5f191c0346a809952f87080bfe71ea3b0c32 SHA512 174d20539ecc9f53fdd33e8dd0ca7e15c1b210689740f271ab2a776f0fd46ede94f57150ef2300a94bd60cbc9ed2b4ba478db6532c79187bbf165e7ae8e01fc1 WHIRLPOOL 8563272d8eebf093a2c280e9d7268ba93fd8b8a65dab7d8b9f30ebc5ace2fca35ea0bfeed4c0bfc2ddb5fff636e234bda7a482d32276d884171e40044d131822 diff --git a/sys-auth/pam_yubico/metadata.xml b/sys-auth/pam_yubico/metadata.xml index 6cbb2f1f5ddf..5fcbf8e1851a 100644 --- a/sys-auth/pam_yubico/metadata.xml +++ b/sys-auth/pam_yubico/metadata.xml @@ -5,9 +5,6 @@ zerochaos@gentoo.org Rick Farina - -anyone@whowantsto.com - diff --git a/sys-auth/pam_yubico/pam_yubico-2.14.ebuild b/sys-auth/pam_yubico/pam_yubico-2.14.ebuild new file mode 100644 index 000000000000..a50336b32837 --- /dev/null +++ b/sys-auth/pam_yubico/pam_yubico-2.14.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_yubico/pam_yubico-2.14.ebuild,v 1.1 2013/10/28 13:35:57 zerochaos Exp $ + +EAPI=5 +inherit multilib + +DESCRIPTION="Library for authenticating against PAM with a Yubikey" +HOMEPAGE="https://github.com/Yubico/yubico-pam" +SRC_URI="http://opensource.yubico.com/yubico-pam/releases/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ldap" + +DEPEND="virtual/pam + >=sys-auth/ykclient-2.4 + >=sys-auth/ykpers-1.6 + ldap? ( net-nds/openldap )" +RDEPEND="${DEPEND}" + +#src_prepare() { +# epatch "${FILESDIR}/2.11-drop_privs.patch" +# eautoreconf +#} + +src_configure() { + #challenge response could be optional but that seems horribly dangerous to me + econf \ + --with-cr \ + $(use_with ldap) \ + --with-pam-dir=/$(get_libdir)/security +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README doc/* + #prune_libtool_files #why doesn't this work? + find "${D}" -name '*.la' -delete || die +} diff --git a/sys-auth/ykclient/Manifest b/sys-auth/ykclient/Manifest index af6c0f92f7cb..e53887135e51 100644 --- a/sys-auth/ykclient/Manifest +++ b/sys-auth/ykclient/Manifest @@ -1,2 +1,3 @@ +DIST ykclient-2.12.tar.gz 385009 SHA256 eda62475b51e488686ec82564c82bd707eeb30a2fe74a24a5ced2a730f74198c SHA512 747d769620dbf9832a0c028ea225098f8b40b3050d07af57b198756dd6b1342bd9662f03927d53623da39c1cccf78aef3f76448dc09f4157755a810d6e8e238a WHIRLPOOL 10a48205c609803f93d0fff85af35732f9c7e50122aa29dafba1dd4fe46855be9201d29cae7df990df76d99604efb7da9cfe860abfc70a987e04df34a6f1afbe DIST ykclient-2.8.tar.gz 347487 SHA256 bf99e88b831dce994dd596900d5ed5e37c9e1de7291c69b011bdcd60b72a50ef SHA512 226f64634d95ced5fd156695c66a60b14c27820b3cf47c5584c23607a0d273f25e615ccf1b7d34533fa78851d9673a09c964f2875e11334b856e3d9f362e9387 WHIRLPOOL 6cadece7fb01048b7f4dffe88c3e5bbad8236dab47b789ab59588b4dd1ba3a46572b0048a539f5123fe243a7011826e5aa4a94757862e99b9ba0c2ba7a32217d DIST ykclient-2.9.tar.gz 352183 SHA256 f5f93d77dd9f2e3fd1854f7fcfbbc3cfbf4227c3ebe145c8a3f7a2339efbeca5 SHA512 087e25205be88552fc14be1837772e398fde9c2b7790c41656af83d977315889596278b281db3b2cf4f3fa1c93cfd86de390d00225556e193db4ecfc10e86a9b WHIRLPOOL aedf629d2b29766ef0f4ec3e536d7c1fb476212e21e22ecb2745c45ca2bd6dfc5299a5f4dc4270e5d646c2de75813fdbd5fab711d9a150d48e0bd1345d8b8dd2 diff --git a/sys-auth/ykclient/ykclient-2.12.ebuild b/sys-auth/ykclient/ykclient-2.12.ebuild new file mode 100644 index 000000000000..c4c0b6c8ec41 --- /dev/null +++ b/sys-auth/ykclient/ykclient-2.12.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.12.ebuild,v 1.1 2013/10/28 13:41:26 zerochaos Exp $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Yubico C client library" +SRC_URI="http://opensource.yubico.com/yubico-c-client/releases/${P}.tar.gz" +HOMEPAGE="https://github.com/Yubico/yubico-c-client" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="BSD-2" +IUSE="static-libs" + +RDEPEND=">=net-misc/curl-7.21.1" +DEPEND="${RDEPEND}" + +# Tests require an active network connection, we don't want to run them +RESTRICT="test" + +src_configure() { + econf $(use_enable static-libs static) +} + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_install() { + default + prune_libtool_files +} diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest index 917fa4ff499e..1fd9c69d8600 100644 --- a/sys-auth/ykpers/Manifest +++ b/sys-auth/ykpers/Manifest @@ -1,4 +1,5 @@ DIST ykpers-1.13.0.tar.gz 471219 SHA256 f0d47e96d13aee82abb65d49e6a2ca11c6494f46188781163572636a9ef27277 SHA512 19fecbd6db047fb05152a630d2c41143256cd026e53e734e97fa14f39567bddf5b6d017bd48cf1220b26c3b6f8a1b25b4ff45386d244d25c0411bfe94bfa78de WHIRLPOOL ddbaffee4c35a6c980c06f5ea68e53fb2570edbdffcfbf8a63b01eeb87d74ce87bd9f90c2bac7ad7f35cda03d2137c9f996192d372a01177e98bcab2412da7cb DIST ykpers-1.14.0.tar.gz 478292 SHA256 9161557277ac78da50eb5eb23e76fe8e36227b3f03680de55577459523df01dd SHA512 6fcde4695b88b7c35da620812c416be7c3215841d25e9c7e3fb3e768e31288c244295fdb280ee7fd6d4901e8eab9e766ad473ac751715c89df720b68f9782a88 WHIRLPOOL e2c1197f28858150d5358c62a51e0b954b82a16b1026e77937ab1533d837ef40d984c287c8976283b476a9e0ee610b7ecd1f2809f0f9466473e891f1a58a704a +DIST ykpers-1.14.1.tar.gz 499173 SHA256 7c1e25cd9c931bafa3c4693e98c64a481db25d0f7674e4960103cce639da1607 SHA512 a256893462ee23ffa532df9aee20b4dfdd1dbfc9830fe92f9758c05d25bf211af7ef4d91dda96bdced47a9cd54f5b0fac49c77318d717b7dc5ab636869bfa63c WHIRLPOOL 9a90f3f6724610746eb9ae5f5fbf5702aa5f3f5a5eb8225481e660d3532d452beaaca8db975965d2fc74a9dd687a656f3e67e32fa0ca863889b25d4f918d3ac7 DIST ykpers-1.7.0.tar.gz 433901 SHA256 70a2a303c2b1dc2852ab1fbc9461646c79e3829ae4b7c419c4e432433e412ed4 SHA512 faeba1db95a26c71c9878f45aa3e256929799a12a109ff4e01c09fb9c1bb3fb43391ddc1900433687f5b7f2902aadc63cadbf013c68e80ec17c3ec15e001611c WHIRLPOOL c5f2733b0be6efba9fbd8878323922f704b3c379816a554f024e728c020b89f537ecb6ba4294901085bb8c0819908186b75f6756ca4530ebcefec59a78daecfe DIST ykpers-1.9.0.tar.gz 454253 SHA256 5624593d23c5a7ea71d0779fe04f2b0e04404a99600ec8fc008331680b460d48 SHA512 c878cf4d1d05a91ddb9030646fd60bc32dec9fc7fce43408dac87d4985a644aae3835a9f529e644630c3fb0af733dfdd998afdbe9ce480669e2507be697de970 WHIRLPOOL 1a78e27058ddf77963f6251927ee434407f97b4b0b8687de4d74cf9c294764c34e5457f198e218f30401011e5524f3cf25465ca39bd4791b9fa76267cfbf2305 diff --git a/sys-auth/ykpers/ykpers-1.14.1.ebuild b/sys-auth/ykpers/ykpers-1.14.1.ebuild new file mode 100644 index 000000000000..ab244b85a4f8 --- /dev/null +++ b/sys-auth/ykpers/ykpers-1.14.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.14.1.ebuild,v 1.1 2013/10/28 13:50:08 zerochaos Exp $ + +EAPI=5 + +inherit eutils udev + +DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" +SRC_URI="http://yubico.github.io/yubikey-personalization/releases/${P}.tar.gz" +HOMEPAGE="https://github.com/Yubico/yubikey-personalization" + +KEYWORDS="~amd64 ~x86" +SLOT="0" +LICENSE="BSD-2" +IUSE="static-libs consolekit" + +RDEPEND=">=sys-auth/libyubikey-1.6 + virtual/libusb:1" +DEPEND="${RDEPEND} + virtual/pkgconfig" +RDEPEND="${RDEPEND} + consolekit? ( sys-auth/consolekit[acl] )" + +src_configure() { + econf $(use_enable static-libs static) +} + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_install() { + default + dodoc doc/* + prune_libtool_files + + use consolekit && \ + udev_dorules 70-yubikey.rules +} diff --git a/sys-auth/yubikey-personalization-gui/Manifest b/sys-auth/yubikey-personalization-gui/Manifest index b75c71229451..86978d54eb4b 100644 --- a/sys-auth/yubikey-personalization-gui/Manifest +++ b/sys-auth/yubikey-personalization-gui/Manifest @@ -1 +1,2 @@ DIST yubikey-personalization-gui-3.1.10.tar.gz 1368391 SHA256 e09006745e97378961a7683cb671f30c19880d0f731b606b8f98809d7faa69fa SHA512 4d5d7874b54cd8f301056cce16e7d863f3ee350d8c5a73283321fda0665a322dded1dae1dd2704961922720ea4d419505b997e9c60c8924fc8a6e5e9d499e876 WHIRLPOOL fcc93f3dcccdc897bc5ac67d40ddd1515b7ddf60ef1c542ea9fa0265ae5e5924e9ccec1f302d62fc1dc3b93f7866fa6a9fad2786bd386da75e8564e7222ff560 +DIST yubikey-personalization-gui-3.1.11.tar.gz 1371014 SHA256 cd3b2cd6d481768dda3f24953d92ff7612b8003ff79c1e0f9d0d9782555c13ad SHA512 c8124a72674fbad8442d5b895aaabf29b676bb3a5b3dcf60d39f5b4581d5fd7b7f05e41ca7ea972c0e34179c83b30ec5404f4d7c82090e14878087c3dee33719 WHIRLPOOL 184188fa20533b7ea7e6aa4c924e896f26f86b61d601dcaddbf4c1c54cb219b86918306a0113255353e3415f3aa25a6af984184a33ffcef817d30ef7628eaaae diff --git a/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.11.ebuild b/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.11.ebuild new file mode 100644 index 000000000000..d5eebe41fa06 --- /dev/null +++ b/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.11.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/yubikey-personalization-gui/yubikey-personalization-gui-3.1.11.ebuild,v 1.1 2013/10/28 13:56:47 zerochaos Exp $ + +EAPI=5 + +inherit eutils qt4-r2 + +DESCRIPTION="GUI for personalization of Yubico's YubiKey" +SRC_URI="http://yubico.github.io/yubikey-personalization-gui/releases/${P}.tar.gz" +HOMEPAGE="https://github.com/Yubico/yubikey-personalization-gui" + +KEYWORDS="~amd64" +SLOT="0" +LICENSE="BSD-2" +IUSE="debug" + +RDEPEND=" + >=sys-auth/ykpers-1.14.0 + >=sys-auth/libyubikey-1.6 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + dev-libs/glib:2 + virtual/libusb:1" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( NEWS README ) + +src_configure() { + eqmake4 YKPersonalization.pro +} + +src_install() { + dobin build/release/yubikey-personalization-gui + doman resources/lin/yubikey-personalization-gui.1 + domenu resources/lin/yubikey-personalization-gui.desktop + doicon resources/lin/yubikey-personalization-gui.xpm + doicon -s 128 resources/lin/yubikey-personalization-gui.png +} diff --git a/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild b/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild index 2f5238dc806f..4b50c1a5db88 100644 --- a/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild,v 1.2 2013/10/25 09:22:10 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild,v 1.3 2013/10/28 10:53:29 jlec Exp $ EAPI=5 @@ -37,3 +37,7 @@ src_install() { dodoc README } + +pkg_postinst() { + udev_reload +} diff --git a/sys-fs/bcache-tools/bcache-tools-9999.ebuild b/sys-fs/bcache-tools/bcache-tools-9999.ebuild index f1eb0000aab1..65ecca94e80f 100644 --- a/sys-fs/bcache-tools/bcache-tools-9999.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/bcache-tools-9999.ebuild,v 1.3 2013/10/25 09:22:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/bcache-tools-9999.ebuild,v 1.4 2013/10/28 10:53:29 jlec Exp $ EAPI=5 @@ -38,3 +38,7 @@ src_install() { dodoc README } + +pkg_postinst() { + udev_reload +} diff --git a/sys-fs/s3ql/Manifest b/sys-fs/s3ql/Manifest index efa6ce917658..c334df17ba26 100644 --- a/sys-fs/s3ql/Manifest +++ b/sys-fs/s3ql/Manifest @@ -1,5 +1,6 @@ DIST s3ql-1.15.tar.bz2 944374 SHA256 3521aef6613fc523f5ec4762124361297ff5cdf15dbe1f1f1a658c9df473beb6 SHA512 152ada472d866ca8c37195511497f7256de1e8767400a8166d51d6beeb1a6e6948870d170e044324d7320c45076a314f8cce676fa41a205eb0c9da8a0093e4d0 WHIRLPOOL 00173c2f32d2e5df8fcddbb7d17fb08aadbea7511717f5a12e475ad140de8060a587cb1cce0efbef808ef7f676cd6ce66f3feedc5d0bbaf796a0b650ffa5bf5e DIST s3ql-1.16.tar.bz2 950071 SHA256 06cf4604384926ab7bd8581a2d9c31f3a60032888336991aca9efe8c679a5e38 SHA512 dbef33863e479e90b3db8b851a8cce6d19eb6479df297791c0585b05f87f9052d62696769edb5d9a4ea845e9c34d89f140a741fdcc5c7b0caff2412c30b3bc6f WHIRLPOOL ffcb12f1f9600ca98bd7db7e4eb5d6cea76c6aef351049f4e1b17ad3dcba3fa94b5134ab92f295fbea940ed1d58f2c9ce1ead93f1208362fb074698bcafe9802 +DIST s3ql-1.17.tar.bz2 935840 SHA256 f9a330f946456e7f58ddcc9f6cd51ce3dff759c700604d23aa1c86173e68fa55 SHA512 2b1541650e0e2ac56ef5993c24c7be7d65125ef25227a90fb4c79e5e5f384891d85b5627fe659d4641473d7d9cf24fa8b10f057290490c05bbf3f85ab6e2b37f WHIRLPOOL 45fef4bb25c1ccb38f7dcaf49f71c85dcba4f2146704b3bd0076868edf4b5f1fbd8e4d60823eb85708e992c5f7549e2a92fbf57ee7bcbb0f82f67bb7f772f154 DIST s3ql-2.2.tar.bz2 924093 SHA256 8ed9898217d8dc3b2c2e1636c6804fa179bbb18159a3d635199dc7205f9005c3 SHA512 f5091a70b31baec428ea3786051a598a38be83b8ef546cbd730c8d8e6b9c279e8a56ba443b37b74997ecc15b3f51138b7b79dea379f875847683e247a613031d WHIRLPOOL 5d511ec0d3d1d0eaaa44be32468424650b1bb1e6dfc3593f52e85f31f3d6e58fdd146ae0640dd808b1d296e5ccbc9454a072b3543fc32c6cf126c6a9f3c32399 DIST s3ql-2.3.tar.bz2 929937 SHA256 7ca29ac40ea9b389dd432b5b7a2246d75e1411371a64fd16e264c66a2379cef8 SHA512 f0baa947ab6b8f3109b87e8a64032f72fcd1aeca81200e16c3b76cbfcb03e82704c8f645584a3e3372a912ec4961b17911df7ca7028b7fb43f0bdff5fa4bc2a6 WHIRLPOOL 730e776cf9ad5fb10f693092cba193c3e1508e81eb785f823578d27984cedf4759a19a5477cc0510e8a850cd4ea206a714b005d1e94a5f6800e5b6b22e8398a7 DIST s3ql-2.4.tar.bz2 934438 SHA256 5c9438c77a25d3360c3d12542cd762b5688ca469d4902d25b92abcf333cc0f4c SHA512 56861877a1f45e1ca589f31838c9991fbf703690882592ad9046c2b42079695a8046050c85afdec6ca36dd5caf6d7c44aae8a3f9383ec8321cf9483854f2f518 WHIRLPOOL 01d36ad540cb49716c3acaf8f0f39d48c7796be0821719702efbd6b92aa511bfe31c02eeb819fad1ae6d43cedc953713c9c487e7223fbffe11dc941cb2ad1152 diff --git a/sys-fs/s3ql/s3ql-1.17.ebuild b/sys-fs/s3ql/s3ql-1.17.ebuild new file mode 100644 index 000000000000..d476e17530c6 --- /dev/null +++ b/sys-fs/s3ql/s3ql-1.17.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/s3ql/s3ql-1.17.ebuild,v 1.1 2013/10/28 17:47:00 radhermit Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit distutils-r1 + +DESCRIPTION="A full-featured file system for online data storage" +HOMEPAGE="http://code.google.com/p/s3ql/" +SRC_URI="http://s3ql.googlecode.com/files/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="contrib doc test" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/apsw-3.7.0[${PYTHON_USEDEP}] + >=dev-python/llfuse-0.37[${PYTHON_USEDEP}] + dev-python/pycryptopp[${PYTHON_USEDEP}] + dev-python/pyliblzma[${PYTHON_USEDEP}] + sys-fs/fuse + virtual/python-argparse[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + net-misc/rsync[xattr] + virtual/python-unittest2[${PYTHON_USEDEP}] + )" + +python_prepare_all() { + # use system setuptools + sed -i '/use_setuptools/d' setup.py || die + + distutils-r1_python_prepare_all +} + +python_test() { + if [[ ${EUID} -ne 0 ]] ; then + ewarn "Skipping tests: root privileges are required so userpriv must be disabled" + else + addwrite /dev/fuse + esetup.py test + fi +} + +python_install_all() { + distutils-r1_python_install_all + + if use contrib ; then + exeinto /usr/share/doc/${PF}/contrib + docompress -x /usr/share/doc/${PF}/contrib + doexe contrib/*.{py,sh} + doman contrib/*.1 + fi + + if use doc ; then + dodoc doc/manual.pdf + dohtml -r doc/html/* + fi +} diff --git a/sys-kernel/git-sources/Manifest b/sys-kernel/git-sources/Manifest index 4cc9981391b1..aad628e46af5 100644 --- a/sys-kernel/git-sources/Manifest +++ b/sys-kernel/git-sources/Manifest @@ -5,3 +5,4 @@ DIST patch-3.12-rc3.xz 5898260 SHA256 26490984ddaa2e20f0ecd77b836da0ffdd0874dda9 DIST patch-3.12-rc4.xz 5949428 SHA256 69fde96e084c506ae757a360cadfa45e76c27b108576bca5a2d2df8b52666e51 SHA512 0d3498e687b76c9fdacff3bcc8650af459840a1e0340a4fdae7b313b9b52ccf5f5268065fdb10b0b07ec8a3840a082af8fc803eabab532a81b9e0ab206456b91 WHIRLPOOL eb700027c5457b01e277aa8f298f8f92be28987d33d881a46d4800bde79b3c4de92f403886794d55773c56e1d0be18b73820a148c5921291381ca105fc9ad49a DIST patch-3.12-rc5.xz 5964644 SHA256 7c875ba30ed9296bec774e9e39a777f63ae86a6550c8873c7478778e08452f0d SHA512 6c10c421cb4fc106d8661598b477273816d18dca3d506c8fe74214abd02399bb92fff2660cdcb2436663e9c6a5061fa564c65140f2fac2bc82594797f5765f10 WHIRLPOOL 88e27375e3a20f520ee76b376544e88875f1858d74d6820b31eb913f11f97aef19ece79ec0de2a8f8443756b925a694f23a8b1f575b0999498a0ce208d331792 DIST patch-3.12-rc6.xz 5979364 SHA256 6f8044cc6de021f00e0e67bd5203ebe12d352fd7067e981ece3bc2b76cf148a8 SHA512 57324dbdd8f13843c6ce27c7468b3b9ae1b7800ceda264b87b70c5dd79fc48e250450fa5e389cdab700f0afe27944648230cc9ca9d7287e8cd01909fcbc6410b WHIRLPOOL 89692736ca323edeeaf58ee9998724ec52346a4d3294382c0306fb499bbef2f36a30fc902478a18c201f06d23d2c547dc85706140f08b28277ba0ea4f91db20d +DIST patch-3.12-rc7.xz 6020820 SHA256 e772b20576b0111e358691c49b7f4cb713c3d6eae3ffa6fe44212e7d046ed45b SHA512 7d8f94e448c251d05ba9c087c832ae269399900d9762785deedbb5613c48d6621a89becbbf2a5d8db1ecdeec890bc78cf9dd4c8a7d544eae7582ef80b455ca2e WHIRLPOOL eb3a64c25cbe0f5c04d87c4898d94fe43d710970f0fa49b84ce25b5e9ecdde2a6b5b31ccaacda6e9536d037b48ef3b04f79dccb59074a185e948677b9111b9bb diff --git a/sys-kernel/git-sources/git-sources-3.12_rc7.ebuild b/sys-kernel/git-sources/git-sources-3.12_rc7.ebuild new file mode 100644 index 000000000000..716f1a62b464 --- /dev/null +++ b/sys-kernel/git-sources/git-sources-3.12_rc7.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.12_rc7.ebuild,v 1.1 2013/10/28 19:35:31 mpagano Exp $ + +EAPI="5" +UNIPATCH_STRICTORDER="yes" +K_NOUSENAME="yes" +K_NOSETEXTRAVERSION="yes" +K_NOUSEPR="yes" +K_SECURITY_UNSUPPORTED="yes" +K_DEBLOB_AVAILABLE=0 +ETYPE="sources" +CKV="${PVR/-r/-git}" + +# only use this if it's not an _rc/_pre release +[ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" +inherit kernel-2 +detect_version + +DESCRIPTION="The very latest -git version of the Linux kernel" +HOMEPAGE="http://www.kernel.org" +SRC_URI="${KERNEL_URI}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and +experimental nature. If you have any issues, try a matching vanilla-sources +ebuild -- if the problem is not there, please contact the upstream kernel +developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to +report the problem so it can be fixed in time for the next kernel release." + +pkg_postinst() { + postinst_sources +} diff --git a/virtual/perl-Switch/perl-Switch-2.160.0.ebuild b/virtual/perl-Switch/perl-Switch-2.160.0.ebuild index 61e63b5d6827..9177f730d41e 100644 --- a/virtual/perl-Switch/perl-Switch-2.160.0.ebuild +++ b/virtual/perl-Switch/perl-Switch-2.160.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Switch/perl-Switch-2.160.0.ebuild,v 1.3 2012/12/01 14:15:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Switch/perl-Switch-2.160.0.ebuild,v 1.4 2013/10/28 19:52:46 jer Exp $ DESCRIPTION="Virtual for ${PN#perl-}" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~hppa ppc x86" IUSE="" RDEPEND="|| ( =dev-lang/perl-5.12* ~perl-core/${PN#perl-}-${PV} )" diff --git a/x11-base/xorg-server/Manifest b/x11-base/xorg-server/Manifest index b0c0cf6a76c0..9ccc88ddc840 100644 --- a/x11-base/xorg-server/Manifest +++ b/x11-base/xorg-server/Manifest @@ -2,7 +2,5 @@ DIST xorg-server-1.10.6.tar.bz2 5406712 SHA256 c4da5a97b6986688efe74bc9bff6a3879 DIST xorg-server-1.11.4.tar.bz2 4900810 SHA256 3e2935bc400612df58d5b5e6840829e2c63af02c2e7d2893092500358a4366fc SHA512 29013ffd51ff1b6a2b5679580c490d68dc5feaebdc9201a2812a410761200f5468de76c8791ab089950504be649e61f2cccb705587fde66eef1bcd3461f537ed WHIRLPOOL f1a5db2396cf1b490542c65177e047b37b636706b2d7e2bc15ef1ba527d2c7afd58669b99b83e7c2d2b7c1994f8603ebfe63419d2d924a75f4032afbe6806f26 DIST xorg-server-1.12.4.tar.bz2 5444761 SHA256 8ac07c35306ba3fb3c0972722dd4e919303039eca1d40ac7862560e0b2c94cf7 SHA512 70997e8ba4f948829c158e52924753c5691a783dd14e5a86fdce4fc601638dd4e0b281590876b0315a303bf8d5195bdf43ede7113d1d569415a41ab03d938d85 WHIRLPOOL bfee61329ca85ecedb991ca933de6e3a1e94e34a04d9a723a0e9c90a36e067824701c38e8a0034498ed28dfca82eb653d1e1ab5c0223020f5da69cbbf80bbf98 DIST xorg-server-1.13.4.tar.bz2 5506293 SHA256 a2c969887f3c7b0f3f7d31e2ee8e91fa73ce81ba3c16d82da9150ffa302c98cf SHA512 600fe0fc77a9d6c242ec264f74624cddf5e3dd0e2eacaa65d475be638e2b4d9497bc555d753b43b24845bd6f446a811e387446f94fa98d3e75f664063a7a3d3d WHIRLPOOL 68ca7d6f121496d3a371fb4242c4e9c8fa77eae5c79a13dfec2cdbfd8f0ed82b9a97aa607923674f2e17f3380ec9a8c82d3aab9b2d8b829457a29b8330970f54 -DIST xorg-server-1.14.1.tar.bz2 5509219 SHA256 a5adb02571efb7d7459dde83286a3adb77dfd1a52a7348e75d2dc72d6f8d28aa SHA512 43558eb561161f85e43a4d80c1e4e8b410a4afe5f83509b73ad9c9370705f074ec1bdbb9e4b7c994996dc245086110fa4731bba293ecd32a1e20de733dd4a686 WHIRLPOOL 3c1f71738a6310b082087f34c709da8d09b6cc6edee9dbfc671126c52f87a83bf0c271b401f64ecfb10ca8f3714d4b4720b0b62d7d82172f8ca88be7aab0d15b -DIST xorg-server-1.14.2.tar.bz2 5490488 SHA256 f6ddfb3f1cfff2d69d45657aec626ebe8b5847810154ff7df7ed2072b076c86b SHA512 5a8caf61039b1605a85da9cba36ff525ccf9deda2f52be2b3f6360171d058b929a3a49e97db24b0587c4933009b2c479514f31d364eba54918a20a7e26a9060c WHIRLPOOL e20b6f60a806065184bb51d718eb50cad5b2809b7e0fe322f865ad5db3ed53cd3e9c7e6f8b577becde9c0cbec171435370087d1a19f496ed8645d4f93e2bac50 DIST xorg-server-1.14.3.tar.bz2 5502845 SHA256 02125ae13a443dcbb55f964d5c37f1da2f58ad54c2102356037bec23c1b84f5e SHA512 d5379e2f52e93985ab2636ca02f503baadd359a4ec05bed80162213392e16d433a2b7308e90cdd18c1a0bd283429f2c8b8758b5a2c585923533cced6245de989 WHIRLPOOL 241feac891f48bdc7470891d54abec0e13921cc127898b083665778ab87920d2bf10088536ac05b9db200cc2cc8b002307873786223995624aa70098370ba183 DIST xorg-server-1.9.5.tar.bz2 5172054 SHA256 3fc775097c4f0e8f731447d0183ee709ae37c44c0c286ba00a4b028274e029dc SHA512 f17baa6e871c7df4dc61330e32e235906d9e4c842a70226b0833d2b64ab62811131b960eb942f4dc9359ea828676ce60afd82802aa7cffc711d27c4946c32345 WHIRLPOOL a8ede9d5e4ae80713e2b363042a80fe7ac9a03f8623dbf058b241a4237edd2397b437dda5ea56076ec1da71b946dc5b936adfd4afd436893b5c8350996ba169e diff --git a/x11-base/xorg-server/xorg-server-1.10.6-r2.ebuild b/x11-base/xorg-server/xorg-server-1.10.6-r2.ebuild deleted file mode 100644 index 1ea49fc34ef7..000000000000 --- a/x11-base/xorg-server/xorg-server-1.10.6-r2.ebuild +++ /dev/null @@ -1,249 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.10.6-r2.ebuild,v 1.13 2013/10/11 15:44:03 jer Exp $ - -EAPI=5 - -XORG_DOC=doc -inherit flag-o-matic xorg-2 multilib versionator -EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/xserver" - -DESCRIPTION="X.Org X servers" -SLOT="0/${PV}" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" - -IUSE_SERVERS="dmx kdrive xnest xorg xvfb" -IUSE="${IUSE_SERVERS} ipv6 minimal nptl tslib +udev" - -RDEPEND=">=app-admin/eselect-opengl-1.0.8 - dev-libs/openssl - media-libs/freetype - >=x11-apps/iceauth-1.0.2 - >=x11-apps/rgb-1.0.3 - >=x11-apps/xauth-1.0.3 - x11-apps/xkbcomp - >=x11-libs/libpciaccess-0.10.3 - >=x11-libs/libXau-1.0.4 - >=x11-libs/libXdmcp-1.0.2 - >=x11-libs/libXfont-1.4.2 - >=x11-libs/libxkbfile-1.0.4 - >=x11-libs/pixman-0.21.8 - >=x11-libs/xtrans-1.2.2 - >=x11-misc/xbitmaps-1.0.1 - >=x11-misc/xkeyboard-config-1.4 - dmx? ( - x11-libs/libXt - >=x11-libs/libdmx-1.0.99.1 - >=x11-libs/libX11-1.1.5 - >=x11-libs/libXaw-1.0.4 - >=x11-libs/libXext-1.0.99.4 - >=x11-libs/libXfixes-4.0.3 - >=x11-libs/libXi-1.2.99.1 - >=x11-libs/libXmu-1.0.3 - >=x11-libs/libXres-1.0.3 - >=x11-libs/libXtst-1.0.99.2 - ) - kdrive? ( - >=x11-libs/libXext-1.0.5 - x11-libs/libXv - ) - !minimal? ( - >=x11-libs/libX11-1.1.5 - >=x11-libs/libXext-1.0.5 - >=media-libs/mesa-7.8_rc[nptl=] - ) - tslib? ( >=x11-libs/tslib-1.0 x11-proto/xcalibrateproto ) - udev? ( >=virtual/udev-150 ) - >=x11-apps/xinit-1.3" - -# dmx+doc DEPEND is a hack, a proper solution needs to be implemented in the -# xorg-2.eclass for next release -DEPEND="${RDEPEND} - sys-devel/flex - >=x11-proto/bigreqsproto-1.1.0 - >=x11-proto/compositeproto-0.4 - >=x11-proto/damageproto-1.1 - >=x11-proto/fixesproto-4.1 - >=x11-proto/fontsproto-2.0.2 - >=x11-proto/glproto-1.4.11 - >=x11-proto/inputproto-1.9.99.902 - >=x11-proto/kbproto-1.0.3 - >=x11-proto/randrproto-1.2.99.3 - >=x11-proto/recordproto-1.13.99.1 - >=x11-proto/renderproto-0.11 - >=x11-proto/resourceproto-1.0.2 - >=x11-proto/scrnsaverproto-1.1 - >=x11-proto/trapproto-3.4.3 - >=x11-proto/videoproto-2.2.2 - >=x11-proto/xcmiscproto-1.2.0 - >=x11-proto/xextproto-7.1.99 - >=x11-proto/xf86dgaproto-2.0.99.1 - >=x11-proto/xf86rushproto-1.1.2 - >=x11-proto/xf86vidmodeproto-2.2.99.1 - >=x11-proto/xineramaproto-1.1.3 - >=x11-proto/xproto-7.0.17 - dmx? ( - >=x11-proto/dmxproto-2.2.99.1 - doc? ( - || ( - www-client/links - www-client/lynx - www-client/w3m - ) - ) - ) - !minimal? ( - >=x11-proto/xf86driproto-2.1.0 - >=x11-proto/dri2proto-2.3 - >=x11-libs/libdrm-2.4.20 - )" - -PDEPEND=" - xorg? ( >=x11-base/xorg-drivers-$(get_version_component_range 1-2) )" - -REQUIRED_USE="!minimal? ( - || ( ${IUSE_SERVERS} ) - )" - -#UPSTREAMED_PATCHES=( -# "${WORKDIR}/patches/" -#) - -PATCHES=( - "${UPSTREAMED_PATCHES[@]}" - "${FILESDIR}"/${PN}-disable-acpi.patch - "${FILESDIR}"/${PN}-1.9-nouveau-default.patch - "${FILESDIR}"/${PN}-1.11-log-format-fix.patch - "${FILESDIR}"/${PN}-1.9-cve-2013-1940.patch -) - -pkg_pretend() { - # older gcc is not supported - [[ $(gcc-major-version) -lt 4 ]] && \ - die "Sorry, but gcc earlier than 4.0 wont work for xorg-server." -} - -pkg_setup() { - xorg-2_pkg_setup - - # localstatedir is used for the log location; we need to override the default - # from ebuild.sh - # sysconfdir is used for the xorg.conf location; same applies - # --enable-install-setuid needed because sparcs default off - # NOTE: fop is used for doc generating ; and i have no idea if gentoo - # package it somewhere - XORG_CONFIGURE_OPTIONS=( - $(use_enable ipv6) - $(use_enable dmx) - $(use_enable kdrive) - $(use_enable kdrive kdrive-kbd) - $(use_enable kdrive kdrive-mouse) - $(use_enable kdrive kdrive-evdev) - $(use_enable tslib) - $(use_enable tslib xcalibrate) - $(use_enable !minimal record) - $(use_enable !minimal xfree86-utils) - $(use_enable !minimal install-libxf86config) - $(use_enable !minimal dri) - $(use_enable !minimal dri2) - $(use_enable !minimal glx) - $(use_enable xnest) - $(use_enable xorg) - $(use_enable xvfb) - $(use_enable nptl glx-tls) - $(use_enable udev config-udev) - $(use_with doc doxygen) - $(use_with doc xmlto) - --sysconfdir=/etc/X11 - --localstatedir=/var - --enable-install-setuid - --with-fontrootdir=/usr/share/fonts - --with-xkb-output=/var/lib/xkb - --disable-config-hal - --without-dtrace - --without-fop - --with-os-vendor=Gentoo - ) - - # Xorg-server requires includes from OS mesa which are not visible for - # users of binary drivers. - mkdir -p "${T}/mesa-symlinks/GL" - for i in gl glx glxmd glxproto glxtokens; do - ln -s "${EROOT}usr/$(get_libdir)/opengl/xorg-x11/include/$i.h" "${T}/mesa-symlinks/GL/$i.h" || die - done - for i in glext glxext; do - ln -s "${EROOT}usr/$(get_libdir)/opengl/global/include/$i.h" "${T}/mesa-symlinks/GL/$i.h" || die - done - append-cppflags "-I${T}/mesa-symlinks" -} - -src_install() { - xorg-2_src_install - - dynamic_libgl_install - - server_based_install - - if ! use minimal && use xorg; then - # Install xorg.conf.example into docs - dodoc "${AUTOTOOLS_BUILD_DIR}"/hw/xfree86/xorg.conf.example - fi - - newinitd "${FILESDIR}"/xdm-setup.initd-1 xdm-setup - newinitd "${FILESDIR}"/xdm.initd-9 xdm - newconfd "${FILESDIR}"/xdm.confd-4 xdm - - # install the @x11-module-rebuild set for Portage - insinto /usr/share/portage/config/sets - newins "${FILESDIR}"/xorg-sets.conf xorg.conf -} - -pkg_postinst() { - # sets up libGL and DRI2 symlinks if needed (ie, on a fresh install) - eselect opengl set xorg-x11 --use-old - - if [[ ${PV} != 9999 && $(get_version_component_range 2 ${REPLACING_VERSIONS}) != $(get_version_component_range 2 ${PV}) ]]; then - elog "You should consider reading upgrade guide for this release:" - elog " http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-$(get_version_component_range 1-2)-upgrade-guide.xml" - echo - ewarn "You must rebuild all drivers if upgrading from =x11-libs/gtk+-3.6:3 x11-themes/gtk-engines" src_install() { - insinto "/usr/share/themes/Clearlooks-Phenix" + insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}" doins -r * } diff --git a/x11-themes/ubuntu-wallpapers/Manifest b/x11-themes/ubuntu-wallpapers/Manifest index 5d96c22fae14..b502f773eb01 100644 --- a/x11-themes/ubuntu-wallpapers/Manifest +++ b/x11-themes/ubuntu-wallpapers/Manifest @@ -1,2 +1,2 @@ -DIST ubuntu-wallpapers_0.35.2.tar.gz 23352720 SHA256 27b6706da4615ed064aaafc42542c6e675d1d569436266ffeea8e0ea9185f341 SHA512 a622c6009059d416953bcc9796e2f15a12097a615179404d61dbddc48599e495f941dc320728044c1da13ce4ff25dec5d313b7c2bfa5e3a495d02862575d9a9a WHIRLPOOL b67309e129231ae799339025964bed7c3edc290c29489b575f2d73d499736f1dc49de2f55f973a4c2536e45e4a37d94dee8bd93cf932e1ffe8c58a838f04ed53 +DIST ubuntu-wallpapers_13.04.0+13.10.20130924.1.orig.tar.gz 31876618 SHA256 40c572569603dfcd5a385db223ad185a8138e242333ebb1f1095e501057829b1 SHA512 8fd5817a00bbc600364b94ef69823855a1a4db04e5045e72ca6d4b4d80979970ae46a10f2ba344933b3f8c4688a41f94c892cb3192d5dea20f2419e221d4c142 WHIRLPOOL 80f88637ec0ab62040080db6b51c331804e55a95c58a69fb846a0def52dc2722f8e05d1824417e0e775f3145d1abe835808cfd913616e8c813f8d5ade0dac37b DIST ubuntu-wallpapers_13.04.0daily13.03.20.orig.tar.gz 27235750 SHA256 9175e309da055394a45984d660e0d10dd759f3a4ea697b42efb0044c3c29b040 SHA512 f65a37b2761b9f7d031bdbb1cde9605a9129727c448c6840f7baec5460fb120b6ea95f0c17903edb93b8c5e5828a7c649b780a58f304566ba5ce01651ea1ebc7 WHIRLPOOL d0e69e317aaa8db0d6193581f8812cb3caa9c5d8fa6e02fdb4dc866882b68fd9d94464836f4e6a3beda0e7fb8952c62c6282aefa8b94606ca690650ff6e34ce2 diff --git a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-0.35.2.ebuild b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild similarity index 71% rename from x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-0.35.2.ebuild rename to x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild index 11785b75882f..98f294c77267 100644 --- a/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-0.35.2.ebuild +++ b/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild @@ -1,21 +1,22 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-0.35.2.ebuild,v 1.4 2013/02/07 23:08:52 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/ubuntu-wallpapers/ubuntu-wallpapers-13.10.ebuild,v 1.1 2013/10/28 21:50:49 pacho Exp $ -EAPI=4 +EAPI=5 DESCRIPTION="Ubuntu wallpapers" HOMEPAGE="https://launchpad.net/ubuntu/+source/ubuntu-wallpapers" -SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.tar.gz" +MY_P="${PN}_13.04.0+${PV}.20130924.1" +SRC_URI="mirror://ubuntu/pool/main/u/${PN}/${MY_P}.orig.tar.gz" LICENSE="CC-BY-SA-3.0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND="" DEPEND="" -S="${WORKDIR}/${P/_/-}" +S="${WORKDIR}/${MY_P/_/-}" SLOT=0 @@ -34,5 +35,5 @@ src_install() { newins ${i} ${i/.in/} done - dodoc AUTHORS debian/changelog + dodoc AUTHORS } diff --git a/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild b/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild index 49b7dc667504..10d2bc10f9a0 100644 --- a/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild +++ b/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.7 2012/11/28 12:20:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-volumed/xfce4-volumed-0.1.13.ebuild,v 1.8 2013/10/29 01:38:05 blueness Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="alsa debug libnotify oss" COMMON_DEPEND="dev-libs/keybinder:0