diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild index ba74f68c3c5a..dfe3ec34ae87 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild,v 1.11 2011/07/05 14:33:29 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r3.ebuild,v 1.12 2011/11/14 12:25:25 aidecoe Exp $ inherit eutils autotools @@ -56,8 +56,19 @@ src_install() { } pkg_postinst() { - einfo "In order to update your hddtemp database, run:" - einfo " emerge --config =${CATEGORY}/${PF}" + elog "In order to update your hddtemp database, run:" + elog " emerge --config =${CATEGORY}/${PF}" + elog "" + elog "If your hard drive is not recognized by hddtemp, please consider" + elog "submitting your HDD info for inclusion into the Gentoo hddtemp" + elog "database by filing a bug at https://bugs.gentoo.org/" + elog "" + elog "The hddtemp deamon requires a network interface to be up. If you" + elog "don't have an Ethernet interface, make sure at least the loopback" + elog "interface is up by setting 'rc_depend_strict=\"NO\"' in /etc/rc.conf." + echo + ewarn "If hddtemp complains but finds your HDD temperature sensor, use the" + ewarn "--quiet option to suppress the warning." } update_db() { diff --git a/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild b/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild index 823fe9569aa6..d1f6cf04d50e 100644 --- a/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild +++ b/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild,v 1.6 2011/09/09 13:56:50 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/hddtemp/hddtemp-0.3_beta15-r4.ebuild,v 1.7 2011/11/14 12:25:25 aidecoe Exp $ EAPI=4 @@ -64,15 +64,19 @@ src_install() { } pkg_postinst() { - einfo "In order to update your hddtemp database, run:" - einfo " update-hddtemp.db" - einfo "If your hard drive is not recognized by hddtemp, please consider" - einfo "submitting your HDD info for inclusion into the Gentoo hddtemp" - einfo "database by filing a bug at https://bugs.gentoo.org/" - einfo "" - einfo "The hddtemp deamon requires a network interface to be up. If you" - einfo "don't have an Ethernet interface, make sure at least the loopback" - einfo "interface is up by setting 'rc_depend_strict=\"NO\"' in /etc/rc.conf." + elog "In order to update your hddtemp database, run:" + elog " update-hddtemp.db" + elog "" + elog "If your hard drive is not recognized by hddtemp, please consider" + elog "submitting your HDD info for inclusion into the Gentoo hddtemp" + elog "database by filing a bug at https://bugs.gentoo.org/" + elog "" + elog "The hddtemp deamon requires a network interface to be up. If you" + elog "don't have an Ethernet interface, make sure at least the loopback" + elog "interface is up by setting 'rc_depend_strict=\"NO\"' in /etc/rc.conf." + echo + ewarn "If hddtemp complains but finds your HDD temperature sensor, use the" + ewarn "--quiet option to suppress the warning." } update_db() { diff --git a/app-crypt/heimdal/heimdal-1.5.1.ebuild b/app-crypt/heimdal/heimdal-1.5.1.ebuild index c99c35655912..7b298665de2a 100644 --- a/app-crypt/heimdal/heimdal-1.5.1.ebuild +++ b/app-crypt/heimdal/heimdal-1.5.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.1.ebuild,v 1.3 2011/11/02 10:14:51 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.5.1.ebuild,v 1.4 2011/11/14 13:00:35 eras Exp $ EAPI=2 # PYTHON_BDEPEND="2" VIRTUALX_REQUIRED="manual" -inherit autotools db-use eutils libtool python toolchain-funcs virtualx flag-o-matic +inherit autotools-utils db-use eutils libtool python toolchain-funcs virtualx flag-o-matic MY_P="${P}" DESCRIPTION="Kerberos 5 implementation from KTH" @@ -16,7 +16,7 @@ SRC_URI="http://www.h5l.org/dist/src/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl threads test X" +IUSE="afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X" RDEPEND="ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) @@ -68,6 +68,7 @@ src_configure() { $(use_enable otp) \ $(use_enable pkinit kx509) \ $(use_enable pkinit pk-init) \ + $(use_enable static-libs static) \ $(use_enable threads pthread-support) \ $(use_with caps capng) \ $(use_with hdb-ldap openldap /usr) \ @@ -120,12 +121,16 @@ src_install() { doins "${S}/lib/hdb/hdb.schema" fi + use static-libs || remove_libtool_files + # default database dir keepdir /var/heimdal } pkg_preinst() { - if has_version "<${CATEGORY}/${PN}-1.4.0" ; then - ewarn "Please make sure to run \"revdep-rebuild\" after upgrading." - fi + preserve_old_lib /usr/$(get_libdir)/libgssapi.so.2 +} + +pkg_postinst() { + preserve_old_lib_notify /usr/$(get_libdir)/libgssapi.so.2 } diff --git a/app-emulation/spice-protocol/Manifest b/app-emulation/spice-protocol/Manifest index 9df41c00a5a0..c690eb31ea77 100644 --- a/app-emulation/spice-protocol/Manifest +++ b/app-emulation/spice-protocol/Manifest @@ -1,3 +1,2 @@ -DIST spice-protocol-0.6.4.tar.bz2 64935 RMD160 a48ad734db8873349c37cc8563aee3377a2a2111 SHA1 7ca654ddd3e64212c5331718340a7a64fbb26678 SHA256 870e9161432fee0e91b95ef7a2dbdf6d1c0d1c569138f87d0f6db724b7a4c4c5 -DIST spice-protocol-0.8.0.tar.bz2 65393 RMD160 9b3e3a0cf4e5a7454745e83ac1a72a86b15008b9 SHA1 302ea40236b302939ad8d62a810cdb009cd81924 SHA256 05734209108e8651639058b5c6074827f0a7d54cad5ed274f105b6fcc4d821bf +DIST spice-protocol-0.10.0.tar.bz2 65811 RMD160 82f4e9e6847947be139de02bd1ede745cdb0e8fc SHA1 6ca37bc05521feccdb624c8d7f42fbc19b1d08a9 SHA256 05fa0e3133d288289282741a58975daf6d340a2bc9af2e72602a91801afa5899 DIST spice-protocol-0.8.1.tar.bz2 65879 RMD160 e041a4c7de1004ec4dda9e62c1d88804110f1d2c SHA1 8deaa873b05f6a54d2a8cc003d75c3473cdbd2dd SHA256 cefeb574e243104bd1bb85bc0af17a313ba9902dae8ad016f9c853e6b06e69d9 diff --git a/app-emulation/spice-protocol/spice-protocol-0.6.4.ebuild b/app-emulation/spice-protocol/spice-protocol-0.10.0.ebuild similarity index 80% rename from app-emulation/spice-protocol/spice-protocol-0.6.4.ebuild rename to app-emulation/spice-protocol/spice-protocol-0.10.0.ebuild index 48b268d2e98e..d67edbeb2730 100644 --- a/app-emulation/spice-protocol/spice-protocol-0.6.4.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.6.4.ebuild,v 1.2 2011/02/17 10:29:38 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.10.0.ebuild,v 1.1 2011/11/14 08:40:46 dev-zero Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" diff --git a/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild b/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild deleted file mode 100644 index d8228047702e..000000000000 --- a/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild,v 1.2 2011/05/29 11:13:04 fauli Exp $ - -EAPI=4 - -inherit eutils - -DESCRIPTION="Headers defining the SPICE protocol." -HOMEPAGE="http://spice-space.org/" -SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}/2ffbca210033be262fc75e6a73742e0f0e6d5242.patch" -} diff --git a/app-emulation/spice/Manifest b/app-emulation/spice/Manifest index b573df037a43..28d26f2ff48b 100644 --- a/app-emulation/spice/Manifest +++ b/app-emulation/spice/Manifest @@ -1,4 +1,3 @@ -DIST spice-0.6.4.tar.bz2 1193919 RMD160 a8441a9a8b6c3c7cd0a04089718e0d917d43cd97 SHA1 e43646ceaba6e569e7add6de8fb84eea3aca6d4f SHA256 eb7028b2ce7370105237cc7c7f1ea4d3cfa40cf226e399de9ddda34b060ed174 -DIST spice-0.8.0.tar.bz2 1207151 RMD160 4c631685b71b2cd11d60bd56089f4fe615d8feb5 SHA1 528d4fa01627315b7df2e88d9c4e70c18c848c2f SHA256 60bd182a77196a8e6510dd0f88be4ee5e5f12301c84b3341f73d339c99926059 +DIST spice-0.10.0.tar.bz2 1186565 RMD160 ca0463a0847a16b089a01539bfce88bd87f1d439 SHA1 1339180eda7a6ec307b06db35b44a8afca7afe7b SHA256 d0ef56207d74ea0f51f92e213b4f006cd8e1f14430379552dc2f1852a414ae71 DIST spice-0.8.1.tar.bz2 1206473 RMD160 c0820d0f8f4216a1185d2397f977c45143acdcf8 SHA1 d9c97586046e476e240e3127475ccf671ecc5046 SHA256 c32ebde71d9dba0a94fbc55204a09d6b9f60837b7daccdf1d943f9e7f8e0f04a DIST spice-0.8.2.tar.bz2 1238463 RMD160 ff27d81fc7a7918e3899d1c80d9ac7a5345974d8 SHA1 50607968a636272fad4b656032d41c1cd46c13bf SHA256 8b6497baee982185c63f7e62965fc3b0cae5ba3e74d7e739a61db92bfe0cad33 diff --git a/app-emulation/spice/metadata.xml b/app-emulation/spice/metadata.xml index d6eb288137d1..05fa93d12a4a 100644 --- a/app-emulation/spice/metadata.xml +++ b/app-emulation/spice/metadata.xml @@ -6,6 +6,7 @@ Tiziano Müller + Build the spicec client app (does not reduce dependencies at the moment). Build some GUI components (inside the guest window). diff --git a/app-emulation/spice/spice-0.8.0.ebuild b/app-emulation/spice/spice-0.10.0.ebuild similarity index 57% rename from app-emulation/spice/spice-0.8.0.ebuild rename to app-emulation/spice/spice-0.10.0.ebuild index c417dc9b1407..09d40986a37f 100644 --- a/app-emulation/spice/spice-0.8.0.ebuild +++ b/app-emulation/spice/spice-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.0.ebuild,v 1.1 2011/04/18 07:58:19 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.10.0.ebuild,v 1.1 2011/11/14 08:44:11 dev-zero Exp $ EAPI=4 @@ -10,10 +10,10 @@ SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64" -IUSE="+gui static-libs" +KEYWORDS="~amd64 ~x86" +IUSE="+client +gui sasl static static-libs" -RDEPEND="~app-emulation/spice-protocol-${PV} +RDEPEND=">=app-emulation/spice-protocol-0.8.1 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 @@ -25,7 +25,8 @@ RDEPEND="~app-emulation/spice-protocol-${PV} x11-libs/libXfixes virtual/jpeg sys-libs/zlib - gui? ( =dev-games/cegui-0.6* )" + client? ( gui? ( =dev-games/cegui-0.6* ) ) + sasl? ( dev-libs/cyrus-sasl )" DEPEND="dev-util/pkgconfig ${RDEPEND}" @@ -35,10 +36,16 @@ DEPEND="dev-util/pkgconfig # * add libcacard for smartcard support src_configure() { - local myconf="" - use gui && myconf+="--enable-gui " - econf ${myconf} \ - $(use_enable static-libs static) + local gui="$(use_enable gui)" + use client || gui="--disable-gui" + econf \ + $(use_enable static-libs static) \ + --disable-tunnel \ + ${gui} \ + --disable-smartcard \ + $(use_enable client) \ + $(use_enable static static-linkage) \ + $(use_with sasl) } src_install() { diff --git a/app-emulation/spice/spice-0.6.4.ebuild b/app-emulation/spice/spice-0.6.4.ebuild deleted file mode 100644 index bea498d67dc2..000000000000 --- a/app-emulation/spice/spice-0.6.4.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.6.4.ebuild,v 1.1 2011/02/17 10:28:44 dev-zero Exp $ - -EAPI=4 - -DESCRIPTION="SPICE server and client." -HOMEPAGE="http://spice-space.org/" -SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+gui static-libs" - -RDEPEND="~app-emulation/spice-protocol-${PV} - >=x11-libs/pixman-0.17.7 - media-libs/alsa-lib - media-libs/celt:0.5.1 - dev-libs/openssl - >=x11-libs/libXrandr-1.2 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXfixes - virtual/jpeg - sys-libs/zlib - gui? ( =dev-games/cegui-0.6* )" -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -# maintainer notes: -# * opengl support is currently broken - -src_configure() { - local myconf="" - use gui && myconf+="--enable-gui " - econf ${myconf} \ - $(use_enable static-libs static) -} - -src_install() { - default - use static-libs || rm "${D}"/usr/lib*/*.la -} diff --git a/app-office/libalkimia/libalkimia-4.3.1.ebuild b/app-office/libalkimia/libalkimia-4.3.1.ebuild index e2afb60db1e3..3d4a4d08f420 100644 --- a/app-office/libalkimia/libalkimia-4.3.1.ebuild +++ b/app-office/libalkimia/libalkimia-4.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libalkimia/libalkimia-4.3.1.ebuild,v 1.4 2011/11/13 19:57:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libalkimia/libalkimia-4.3.1.ebuild,v 1.5 2011/11/14 11:20:31 flameeyes Exp $ EAPI="4" @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="doc" -RDEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" +RDEPEND="dev-libs/gmp[cxx]" DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( app-doc/doxygen )" diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-3.4.4-r1.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-3.4.4-r1.ebuild index 5e48ac8b9133..23ac35bdf535 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-3.4.4-r1.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-3.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.4.4-r1.ebuild,v 1.3 2011/11/12 21:41:37 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.4.4-r1.ebuild,v 1.4 2011/11/14 07:44:35 scarabeus Exp $ EAPI=4 @@ -24,7 +24,7 @@ HOMEPAGE="http://www.libreoffice.org" LICENSE="LGPL-3" SLOT="0" -[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +[[ ${PV} == 9999 ]] || KEYWORDS="" IUSE="offlinehelp templates" LANGUAGES_HELP="bg bn bo bs ca_XV ca cs da de dz el en_GB en en_ZA eo es et eu diff --git a/app-office/libreoffice/libreoffice-9999-r2.ebuild b/app-office/libreoffice/libreoffice-9999-r2.ebuild index 4bf3061da478..9b8ff9624939 100644 --- a/app-office/libreoffice/libreoffice-9999-r2.ebuild +++ b/app-office/libreoffice/libreoffice-9999-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.3 2011/11/13 10:21:51 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.4 2011/11/14 09:06:35 scarabeus Exp $ EAPI=4 @@ -85,7 +85,7 @@ COMMON_DEPEND=" app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes - >=app-text/libexttextcat-3.1 + >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 @@ -220,8 +220,8 @@ pkg_setup() { python_pkg_setup if ! use gtk; then - ewarn "If you want the LibreOffice systray quickstarter or nsplugin to" - ewarn "work activate the 'gtk' use flag." + ewarn "If you want the LibreOffice systray quickstarter to work" + ewarn "activate the 'gtk' use flag." ewarn fi } @@ -364,7 +364,6 @@ src_configure() { --enable-randr-link \ --enable-release-build \ --enable-unix-qstart-libpng \ - --enable-xrender-link \ --disable-crashdump \ --disable-dependency-tracking \ --disable-epm \ diff --git a/app-text/libexttextcat/Manifest b/app-text/libexttextcat/Manifest index 71ecd1f38301..b1eae358fccc 100644 --- a/app-text/libexttextcat/Manifest +++ b/app-text/libexttextcat/Manifest @@ -1 +1 @@ -DIST libexttextcat-3.1.1.tar.xz 581852 RMD160 075193644bec77cd2688fe0ff18dcd8cf9ae8913 SHA1 a3a9a49449956244902e56ee37496de0cb3b3703 SHA256 afc8db4d11248a51c00324551fd4fb506fe486ef45211eaf91e77eefb4d74e3a +DIST libexttextcat-3.2.0.tar.xz 864460 RMD160 9ec148e6b04597b95f5a25f8a70d07a59decce96 SHA1 dbecb30743aa0fe03e2fc16bc5a65e908893a73a SHA256 5fce7471ff644500f2ffd72e4ade0fc0d19f810d69cbe59245edb2d4cc51e105 diff --git a/app-text/libexttextcat/libexttextcat-3.1.1.ebuild b/app-text/libexttextcat/libexttextcat-3.2.0.ebuild similarity index 82% rename from app-text/libexttextcat/libexttextcat-3.1.1.ebuild rename to app-text/libexttextcat/libexttextcat-3.2.0.ebuild index 9084c3760c65..5697bdd19472 100644 --- a/app-text/libexttextcat/libexttextcat-3.1.1.ebuild +++ b/app-text/libexttextcat/libexttextcat-3.2.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/libexttextcat-3.1.1.ebuild,v 1.1 2011/10/04 19:16:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/libexttextcat-3.2.0.ebuild,v 1.1 2011/11/14 09:05:54 scarabeus Exp $ EAPI=4 DESCRIPTION="Library implementing N-gram-based text categorization" HOMEPAGE="http://software.wise-guys.nl/libtextcat/" -SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" +SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" LICENSE="BSD-2" SLOT="0" diff --git a/dev-lang/v8/v8-3.6.6.5.ebuild b/dev-lang/v8/v8-3.6.6.5.ebuild index 6ce84105905a..65e02d655a00 100644 --- a/dev-lang/v8/v8-3.6.6.5.ebuild +++ b/dev-lang/v8/v8-3.6.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.6.6.5.ebuild,v 1.5 2011/10/26 17:02:43 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.6.6.5.ebuild,v 1.6 2011/11/14 12:45:41 phajdan.jr Exp $ EAPI="3" @@ -105,6 +105,12 @@ pkg_preinst() { preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" ) fi done + for candidate in "${EROOT}usr/$(get_libdir)"/libv8$(get_libname).*; do + baselib=${candidate##*/} + if [[ ! -e "${ED}usr/$(get_libdir)/${baselib}" ]]; then + preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" ) + fi + done eshopts_pop diff --git a/dev-lang/v8/v8-3.6.6.6.ebuild b/dev-lang/v8/v8-3.6.6.6.ebuild index 200d8d26ed9c..7e7aa0ec1553 100644 --- a/dev-lang/v8/v8-3.6.6.6.ebuild +++ b/dev-lang/v8/v8-3.6.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.6.6.6.ebuild,v 1.1 2011/11/02 02:33:46 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.6.6.6.ebuild,v 1.2 2011/11/14 12:45:41 phajdan.jr Exp $ EAPI="3" @@ -105,6 +105,12 @@ pkg_preinst() { preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" ) fi done + for candidate in "${EROOT}usr/$(get_libdir)"/libv8$(get_libname).*; do + baselib=${candidate##*/} + if [[ ! -e "${ED}usr/$(get_libdir)/${baselib}" ]]; then + preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" ) + fi + done eshopts_pop diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild index ee36192c24bc..003a5a0dce38 100644 --- a/dev-lang/v8/v8-9999.ebuild +++ b/dev-lang/v8/v8-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.20 2011/10/26 17:02:43 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.21 2011/11/14 12:45:41 phajdan.jr Exp $ EAPI="3" @@ -48,7 +48,7 @@ src_compile() { if [[ ${PV} == "9999" ]]; then subversion_wc_info - soname_version="${PV}-${ESVN_WC_REVISION}" + soname_version="${PV}.${ESVN_WC_REVISION}" else soname_version="${PV}" fi @@ -84,12 +84,12 @@ src_install() { if [[ ${CHOST} == *-darwin* ]] ; then install_name_tool \ - -id "${EPREFIX}"/usr/$(get_libdir)/libv8-${soname_version}$(get_libname) \ - out/${mytarget}/lib.target/libv8-${soname_version}$(get_libname) || die + -id "${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname).${soname_version} \ + out/${mytarget}/lib.target/libv8$(get_libname).${soname_version} || die fi - dolib out/${mytarget}/lib.target/libv8-${soname_version}$(get_libname) || die - dosym libv8-${soname_version}$(get_libname) /usr/$(get_libdir)/libv8$(get_libname) || die + dolib out/${mytarget}/lib.target/libv8$(get_libname).${soname_version} || die + dosym libv8$(get_libname).${soname_version} /usr/$(get_libdir)/libv8$(get_libname) || die dodoc AUTHORS ChangeLog || die } @@ -106,6 +106,12 @@ pkg_preinst() { preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" ) fi done + for candidate in "${EROOT}usr/$(get_libdir)"/libv8$(get_libname).*; do + baselib=${candidate##*/} + if [[ ! -e "${ED}usr/$(get_libdir)/${baselib}" ]]; then + preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" ) + fi + done eshopts_pop diff --git a/dev-libs/Ice/Ice-3.3.1-r1.ebuild b/dev-libs/Ice/Ice-3.3.1-r1.ebuild index bc08618e2f57..cf30d8239685 100644 --- a/dev-libs/Ice/Ice-3.3.1-r1.ebuild +++ b/dev-libs/Ice/Ice-3.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.3.1-r1.ebuild,v 1.2 2011/11/13 20:27:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.3.1-r1.ebuild,v 1.3 2011/11/14 11:22:34 flameeyes Exp $ EAPI=2 @@ -18,7 +18,7 @@ IUSE="ncurses test debug" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g - || ( =sys-libs/db-4.6.21*[cxx] =sys-libs/db-4.6.21*[-nocxx] ) + =sys-libs/db-4.6.21*[cxx] =dev-cpp/libmcpp-2.7.2" DEPEND="${RDEPEND} diff --git a/dev-libs/Ice/Ice-3.3.1-r2.ebuild b/dev-libs/Ice/Ice-3.3.1-r2.ebuild index b9b0b3ecfd6e..f402ef51c201 100644 --- a/dev-libs/Ice/Ice-3.3.1-r2.ebuild +++ b/dev-libs/Ice/Ice-3.3.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.3.1-r2.ebuild,v 1.2 2011/11/13 20:27:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.3.1-r2.ebuild,v 1.3 2011/11/14 11:22:34 flameeyes Exp $ EAPI="2" @@ -23,7 +23,7 @@ IUSE="doc examples +ncurses mono python ruby test debug" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g - || ( >=sys-libs/db-4.6.21:4.6[cxx] >=sys-libs/db-4.6.21:4.6[-nocxx] ) + >=sys-libs/db-4.6.21:4.6[cxx] =dev-cpp/libmcpp-2.7.2 ruby? ( $(ruby_implementation_depend ruby18) ) mono? ( dev-lang/mono ) diff --git a/dev-libs/Ice/Ice-3.3.1.ebuild b/dev-libs/Ice/Ice-3.3.1.ebuild index 6d762698a9f7..25d884ae86a6 100644 --- a/dev-libs/Ice/Ice-3.3.1.ebuild +++ b/dev-libs/Ice/Ice-3.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.3.1.ebuild,v 1.2 2011/11/13 20:27:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.3.1.ebuild,v 1.3 2011/11/14 11:22:34 flameeyes Exp $ EAPI=2 @@ -18,7 +18,7 @@ IUSE="ncurses test debug" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g - || ( =sys-libs/db-4.6.21*[cxx] =sys-libs/db-4.6.21*[-nocxx] ) + =sys-libs/db-4.6.21*[cxx] =dev-cpp/libmcpp-2.7.2" DEPEND="${RDEPEND} diff --git a/dev-libs/Ice/Ice-3.4.0.ebuild b/dev-libs/Ice/Ice-3.4.0.ebuild index 0686cb9098eb..2f5967f17fcc 100644 --- a/dev-libs/Ice/Ice-3.4.0.ebuild +++ b/dev-libs/Ice/Ice-3.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.0.ebuild,v 1.3 2011/11/13 20:27:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.0.ebuild,v 1.4 2011/11/14 11:22:34 flameeyes Exp $ EAPI="2" @@ -23,7 +23,7 @@ IUSE="doc examples +ncurses mono python ruby test debug" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8o - || ( >=sys-libs/db-4.8.30:4.8[cxx] >=sys-libs/db-4.8.30:4.8[-nocxx] ) + >=sys-libs/db-4.8.30:4.8[cxx] =dev-cpp/libmcpp-2.7.2 ruby? ( $(ruby_implementation_depend ruby18) ) mono? ( dev-lang/mono ) diff --git a/dev-libs/Ice/Ice-3.4.1.ebuild b/dev-libs/Ice/Ice-3.4.1.ebuild index 66d9ab7ab587..f9953656c992 100644 --- a/dev-libs/Ice/Ice-3.4.1.ebuild +++ b/dev-libs/Ice/Ice-3.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.1.ebuild,v 1.4 2011/11/13 20:27:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.1.ebuild,v 1.5 2011/11/14 11:22:34 flameeyes Exp $ EAPI="2" @@ -24,7 +24,7 @@ IUSE="doc examples +ncurses mono python ruby test debug" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o - || ( >=sys-libs/db-4.8.30:4.8[cxx] >=sys-libs/db-4.8.30:4.8[-nocxx] ) + >=sys-libs/db-4.8.30:4.8[cxx] ~dev-cpp/libmcpp-2.7.2 ruby? ( $(ruby_implementation_depend ruby18) ) mono? ( dev-lang/mono ) diff --git a/dev-libs/Ice/Ice-3.4.2.ebuild b/dev-libs/Ice/Ice-3.4.2.ebuild index 0ffc57cab95d..211dbbb456bf 100644 --- a/dev-libs/Ice/Ice-3.4.2.ebuild +++ b/dev-libs/Ice/Ice-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.2.ebuild,v 1.3 2011/11/13 20:27:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.2.ebuild,v 1.4 2011/11/14 11:22:34 flameeyes Exp $ EAPI="2" @@ -24,7 +24,7 @@ IUSE="doc examples +ncurses mono python ruby test debug" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o - || ( >=sys-libs/db-4.8.30[cxx] >=sys-libs/db-4.8.30[-nocxx] ) + >=sys-libs/db-4.8.30[cxx] ~dev-cpp/libmcpp-2.7.2 ruby? ( $(ruby_implementation_depend ruby18) ) mono? ( dev-lang/mono ) diff --git a/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild b/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild index fe7bb8bf321b..370aafa78a97 100644 --- a/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild +++ b/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild,v 1.3 2011/11/13 20:34:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r1.ebuild,v 1.4 2011/11/14 11:21:42 flameeyes Exp $ EAPI="3" PYTHON_DEPEND="python? 2" @@ -25,7 +25,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples java perl python tcl" -RDEPEND="|| ( sys-libs/db:${DB_VER}[cxx,java?] sys-libs/db:${DB_VER}[-nocxx,java?] ) +RDEPEND="sys-libs/db:${DB_VER}[cxx,java?] >=dev-libs/xerces-c-3 >=dev-libs/xqilla-2.1.2 sys-libs/zlib diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest index a67c104ab74d..d1b3cb625dcb 100644 --- a/dev-libs/glib/Manifest +++ b/dev-libs/glib/Manifest @@ -2,4 +2,5 @@ DIST glib-1.2.10-r1-as-needed.patch.bz2 9099 RMD160 5b7a21da6dc10112409bd885501a DIST glib-1.2.10.tar.gz 421480 RMD160 f19efe8c87ebeea979a4d36902d8a8209640cd95 SHA1 e5a9361c594608d152d5d9650154c2e3260b87fa SHA256 6e1ce7eedae713b11db82f11434d455d8a1379f783a79812cd2e05fc024a8d9f DIST glib-2.28.8.tar.xz 5223564 RMD160 9f665eee95990ace173676a4ad7aeeb0cc17fef9 SHA1 9b11968fedf4da45bcd10c4a8c50012d41b3af50 SHA256 4d7ca95dbde8e8f60ab428c765b0dbb8a44be9eb9316491803ce5ee7b4748353 DIST glib-2.30.1.tar.xz 5809220 RMD160 2bfd106eb56d1ad4af4be556f2398991e53e1825 SHA1 15d497106ccc389a26297725f8dc6de37f2c0371 SHA256 82fde222ea33a0faac88e9b50f5b1f7fcfc235c861a9371e8fe47ec12c1e27f9 +DIST glib-2.30.2.tar.xz 5818860 RMD160 d8fc7c876bd15ea3a9255d4d0a67d745e3790488 SHA1 bc7be8572122997e4d5fc6691f51602f28cd4e3a SHA256 f0e91e6333321ddb48fa12b5c66f56c3d5f05325748c66dd2e9016c278ff8e82 DIST pkg-config-0.26.tar.gz 396399 RMD160 face3d16ec338b9b1ab41d56d6e4d1a5624b52d0 SHA1 fd71a70b023b9087c8a7bb76a0dc135a61059652 SHA256 94c1936a797c930fb3e4e5a154165b6268caba22b32d24083dd4c492a533c8af diff --git a/dev-libs/glib/files/glib-2.30.2-machine-id.patch b/dev-libs/glib/files/glib-2.30.2-machine-id.patch new file mode 100644 index 000000000000..863b3b448630 --- /dev/null +++ b/dev-libs/glib/files/glib-2.30.2-machine-id.patch @@ -0,0 +1,32 @@ +From 1c9eceaccb6e6c4339cd6951cf53fbd60ae80b8b Mon Sep 17 00:00:00 2001 +From: Alexandre Rostovtsev +Date: Mon, 14 Nov 2011 01:43:22 -0500 +Subject: [PATCH] _g_dbus_get_machine_id(): check /etc/machine-id too + +machine-id can be in /etc or in /var/lib/dbus. + +https://bugzilla.gnome.org/show_bug.cgi?id=663928 +--- + gio/gdbusprivate.c | 6 +++++- + 1 files changed, 5 insertions(+), 1 deletions(-) + +diff --git a/gio/gdbusprivate.c b/gio/gdbusprivate.c +index 55ac883..68c3ddf 100644 +--- a/gio/gdbusprivate.c ++++ b/gio/gdbusprivate.c +@@ -1985,7 +1985,11 @@ _g_dbus_get_machine_id (GError **error) + gchar *ret; + /* TODO: use PACKAGE_LOCALSTATEDIR ? */ + ret = NULL; +- if (!g_file_get_contents ("/var/lib/dbus/machine-id", ++ if (!g_file_get_contents ("/etc/machine-id", ++ &ret, ++ NULL, ++ NULL) && ++ !g_file_get_contents ("/var/lib/dbus/machine-id", + &ret, + NULL, + error)) +-- +1.7.8.rc1 + diff --git a/dev-libs/glib/glib-2.30.2.ebuild b/dev-libs/glib/glib-2.30.2.ebuild new file mode 100644 index 000000000000..1cd241938a05 --- /dev/null +++ b/dev-libs/glib/glib-2.30.2.ebuild @@ -0,0 +1,242 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.30.2.ebuild,v 1.1 2011/11/14 08:11:12 tetromino Exp $ + +EAPI="4" +PYTHON_DEPEND="utils? 2" +# Avoid runtime dependency on python when USE=test + +inherit autotools gnome.org libtool eutils flag-o-matic multilib pax-utils python virtualx + +DESCRIPTION="The GLib library of C routines" +HOMEPAGE="http://www.gtk.org/" +SRC_URI="${SRC_URI} + http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz" # pkg.m4 for eautoreconf + +LICENSE="LGPL-2" +SLOT="2" +IUSE="debug doc fam selinux +static-libs systemtap test utils xattr" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux" + +RDEPEND="virtual/libiconv + virtual/libffi + sys-libs/zlib + xattr? ( sys-apps/attr ) + fam? ( virtual/fam ) + utils? ( >=dev-util/gdbus-codegen-${PV} )" +DEPEND="${RDEPEND} + >=sys-devel/gettext-0.11 + >=dev-util/gtk-doc-am-1.15 + doc? ( + >=dev-libs/libxslt-1.0 + >=dev-util/gdbus-codegen-${PV} + >=dev-util/gtk-doc-1.15 + ~app-text/docbook-xml-dtd-4.1.2 ) + systemtap? ( >=dev-util/systemtap-1.3 ) + test? ( + sys-devel/gdb + =dev-lang/python-2* + >=dev-util/gdbus-codegen-${PV} + >=sys-apps/dbus-1.2.14 ) + ! -games +gnome diff --git a/dev-libs/ltxml/Manifest b/dev-libs/ltxml/Manifest index f323f106be1a..627a6c780915 100644 --- a/dev-libs/ltxml/Manifest +++ b/dev-libs/ltxml/Manifest @@ -1,2 +1,3 @@ DIST ltxml-1.2.5.tar.gz 1081135 RMD160 259532a501049745303758fa85f413fe454398d6 SHA1 027bcc57d951743e038e08a2f9a52044498cf41c SHA256 5fd43d802a4f89be6f27ff47fb69f37a155911ad6580f39b26100e6afefd3762 DIST ltxml-1.2.6.tar.gz 1144896 RMD160 ffac3dee95f7314c2cdf820b6ef8a753855877b2 SHA1 b3cfa6a1baec24b1ab03d97e45246d6ea975acdb SHA256 6e3a659d28a2f665cf62bc53e5d74b45c694b584f92694c386f78b3c3b602239 +DIST ltxml-1.2.9.tar.gz 304050 RMD160 5a0f547ab2b466e9da4b2b6e9389588efab0a453 SHA1 dbe074fa0a1e44de29d55f711bd3f4e1ed3ab832 SHA256 bc28fcdf63be636e03076deeacba75255cd9281f40a3dfd65a8c04aa93242921 diff --git a/dev-libs/ltxml/ltxml-1.2.9.ebuild b/dev-libs/ltxml/ltxml-1.2.9.ebuild new file mode 100644 index 000000000000..a4315a17c054 --- /dev/null +++ b/dev-libs/ltxml/ltxml-1.2.9.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ltxml/ltxml-1.2.9.ebuild,v 1.2 2011/11/14 04:11:11 xmw Exp $ + +EAPI=4 + +inherit toolchain-funcs + +DESCRIPTION="Integrated set of XML tools and a developers tool-kit with C API" +HOMEPAGE="http://www.ltg.ed.ac.uk/software/xml/" +SRC_URI=ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/${P}.tar.gz + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ia64 ~ppc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" +RDEPEND="" + +PV_MAJ="${PV:0:1}${PV:2:1}" + +S=${WORKDIR}/${P}/XML + +src_prepare() { + sed -e '/CFLAGS=/s:-g::' \ + -e '/CFLAGS=/s:-O2::' \ + -i configure || die +} + +src_compile() { + emake all +} + +src_install() { + emake -j1 install \ + datadir="${D}"/usr/$(get_libdir)/${PN}${PV_MAJ} \ + libdir="${D}"/usr/$(get_libdir) \ + prefix="${D}"/usr +} diff --git a/dev-libs/ppl/ppl-0.10.2-r1.ebuild b/dev-libs/ppl/ppl-0.10.2-r1.ebuild index b247c603d3fe..7ddd9e209ea6 100644 --- a/dev-libs/ppl/ppl-0.10.2-r1.ebuild +++ b/dev-libs/ppl/ppl-0.10.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.10.2-r1.ebuild,v 1.12 2011/11/13 19:27:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.10.2-r1.ebuild,v 1.13 2011/11/14 11:18:56 flameeyes Exp $ EAPI=2 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="doc lpsol pch test watchdog" -RDEPEND="|| ( >=dev-libs/gmp-4.1.3[cxx] >=dev-libs/gmp-4.1.3[-nocxx] ) +RDEPEND=">=dev-libs/gmp-4.1.3[cxx] lpsol? ( sci-mathematics/glpk )" DEPEND="${RDEPEND} sys-devel/m4" diff --git a/dev-libs/ppl/ppl-0.11.2.ebuild b/dev-libs/ppl/ppl-0.11.2.ebuild index 848ec0e7974a..18a5c0c92983 100644 --- a/dev-libs/ppl/ppl-0.11.2.ebuild +++ b/dev-libs/ppl/ppl-0.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.11.2.ebuild,v 1.3 2011/11/13 19:27:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ppl/ppl-0.11.2.ebuild,v 1.4 2011/11/14 11:18:56 flameeyes Exp $ EAPI="3" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~sparc-solaris" IUSE="doc lpsol pch test watchdog" -RDEPEND="|| ( >=dev-libs/gmp-4.1.3[cxx] >=dev-libs/gmp-4.1.3[-nocxx] ) +RDEPEND=">=dev-libs/gmp-4.1.3[cxx] lpsol? ( sci-mathematics/glpk ) !=glib-2.30.1-r1 + export G_HOME="${T}" + + # GST_REGISTRY is to work around gst utilities trying to read/write /root + export GST_REGISTRY="${T}/registry.xml" + + # XXX: code for resetting XDG_* directories should probably be moved into + # a separate function in a non-gnome eclass + export XDG_DATA_HOME="${T}/.local/share" + export XDG_CONFIG_HOME="${T}/.config" + export XDG_CACHE_HOME="${T}/.cache" + export XDG_RUNTIME_DIR="${T}/run" + mkdir -p "${XDG_DATA_HOME}" "${XDG_CONFIG_HOME}" "${XDG_CACHE_HOME}" \ + "${XDG_RUNTIME_DIR}" + # This directory needs to be owned by the user, and chmod 0700 + # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html + chmod 0700 "${XDG_RUNTIME_DIR}" +} + # @FUNCTION: gnome2_gconf_savelist # @DESCRIPTION: # Find the GConf schemas that are about to be installed and save their location diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 9813fc875661..8256c51434b2 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.102 2011/09/25 15:15:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.103 2011/11/14 06:10:32 tetromino Exp $ # @ECLASS: gnome2.eclass # @MAINTAINER: @@ -88,8 +88,8 @@ gnome2_src_unpack() { # Prepare environment for build, fix build of scrollkeeper documentation, # run elibtoolize. gnome2_src_prepare() { - # GST_REGISTRY is to work around gst utilities trying to read/write /root - export GST_REGISTRY="${T}/registry.xml" + # Prevent assorted access violations and test failures + gnome2_environment_reset # Prevent scrollkeeper access violations gnome2_omf_fix diff --git a/games-roguelike/fargoal/Manifest b/games-roguelike/fargoal/Manifest deleted file mode 100644 index 1a628a28946a..000000000000 --- a/games-roguelike/fargoal/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fargoal20040629.zip 792975 RMD160 e6c4fe30d477085a6134fa0c55d8312db8ed23e5 SHA1 464280129e757516496fb74c5f5a62fc5c02ef21 SHA256 956398936873b74c3758f59f841d70df7834d2537f2bc9f0a91f9ba395e60899 diff --git a/games-roguelike/fargoal/fargoal-20040629.ebuild b/games-roguelike/fargoal/fargoal-20040629.ebuild deleted file mode 100644 index 1e158c9fd9d0..000000000000 --- a/games-roguelike/fargoal/fargoal-20040629.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/fargoal/fargoal-20040629.ebuild,v 1.6 2011/10/14 06:16:42 vapier Exp $ - -EAPI="2" - -inherit eutils games - -DESCRIPTION="The Sword of Fargoal - a remake of C64's old dungeon crawler game" -HOMEPAGE="http://squidfighter.sourceforge.net/fargoal/" -SRC_URI="mirror://sourceforge/squidfighter/${P/-}.zip" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -RDEPEND="media-libs/allegro:0" -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}"/${PN}/src - -src_prepare() { - epatch "${FILESDIR}/gentoo-home-write.patch" - sed -i \ - -e "s/-O3/${CFLAGS}/" \ - -e '/^LDFLAGS/d' Makefile \ - || die "sed failed" - sed -i \ - -e "s:sfx/:${GAMES_DATADIR}/${PN}/sfx/:g" \ - -e "s:gfx/:${GAMES_DATADIR}/${PN}/gfx/:g" \ - -e "s:data/:${GAMES_DATADIR}/${PN}/data/:g" {*,../data/sof.cfg} \ - || die "sed failed" - sed -i \ - -e "s:agreement.txt:${GAMES_DATADIR}/${PN}/&:" main.c \ - || die "sed failed" - epatch "${FILESDIR}"/${P}-underlink.patch -} - -src_install() { - cd .. - # install as fargoal instead of sword since that may conflict with - # other packages. - newgamesbin sword fargoal || die "newgamesbin failed" - insinto "${GAMES_DATADIR}"/${PN} - doins -r agreement.txt {data,gfx,sfx} || die "doins failed" - dohtml readme.html - prepgamesdirs -} diff --git a/games-roguelike/fargoal/files/fargoal-20040629-underlink.patch b/games-roguelike/fargoal/files/fargoal-20040629-underlink.patch deleted file mode 100644 index ffc38f584b6e..000000000000 --- a/games-roguelike/fargoal/files/fargoal-20040629-underlink.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.old 2011-06-21 16:29:54.921651946 +0200 -+++ Makefile 2011-06-21 16:30:21.145295079 +0200 -@@ -8,6 +8,6 @@ - LDLIBS := -lalleg - CFLAGS += -DMINGW - else --LDLIBS := `allegro-config --libs` -+LDLIBS := `allegro-config --libs` -lm - CFLAGS += `allegro-config --cflags` -DLINUX - endif diff --git a/games-roguelike/fargoal/files/gentoo-home-write.patch b/games-roguelike/fargoal/files/gentoo-home-write.patch deleted file mode 100644 index a87455e2e73e..000000000000 --- a/games-roguelike/fargoal/files/gentoo-home-write.patch +++ /dev/null @@ -1,206 +0,0 @@ -diff -ru fargoal.orig/src/config.c fargoal/src/config.c ---- fargoal.orig/src/config.c 2003-07-31 10:06:51.000000000 -0700 -+++ fargoal/src/config.c 2004-01-23 23:42:56.000000000 -0800 -@@ -6,7 +6,7 @@ - void - save_settings (void) - { -- set_config_file ("data/settings.cfg"); -+ set_config_file ("./settings.cfg"); - set_config_int ("SOF", "colordepth", colordepth); - set_config_int ("SOF", "fullscreen", fullscreen); - set_config_int ("SOF", "scheme", scheme); -@@ -27,7 +27,7 @@ - void - load_settings (void) - { -- set_config_file ("data/settings.cfg"); -+ set_config_file ("./settings.cfg"); - colordepth = get_config_int ("SOF", "colordepth", desktop_color_depth ()); - fullscreen = get_config_int ("SOF", "fullscreen", 0); - scheme = get_config_int ("SOF", "scheme", 0); -diff -ru fargoal.orig/src/main.c fargoal/src/main.c ---- fargoal.orig/src/main.c 2003-07-31 10:06:51.000000000 -0700 -+++ fargoal/src/main.c 2004-01-23 23:50:26.000000000 -0800 -@@ -2,6 +2,9 @@ - #include - #include - #include -+#include -+#include -+#include - - #include "main.h" - #include "game.h" -@@ -334,6 +337,18 @@ - exit (0); - } - -+ if (!getenv("HOME")) { -+ fprintf (stderr, "Environment variable HOME not set. Exiting."); -+ exit(1); -+ } -+ chdir(getenv("HOME")); -+ /* Don't check the return here because it may already exist. */ -+ mkdir(".fargoal", 0744); -+ if (chdir(".fargoal") != 0) { -+ fprintf (stderr, "Failed to change directories to ~/.fargoal"); -+ exit(1); -+ } -+ - allegro_init (); - - srand ((unsigned) time (NULL)); -@@ -442,7 +457,7 @@ - #endif - } - -- remove ("data/last.log"); -+ remove ("./last.log"); - save_settings (); - - run_exit (); -diff -ru fargoal.orig/src/menu.c fargoal/src/menu.c ---- fargoal.orig/src/menu.c 2003-07-31 10:06:51.000000000 -0700 -+++ fargoal/src/menu.c 2004-01-23 23:53:48.000000000 -0800 -@@ -265,8 +265,8 @@ - - message (FPS / 2, NULL, "Quest %i selected!!", menu_selected - 1); - -- set_config_file ("data/settings.cfg"); -- sprintf (str, "data/save%i.dat", quest_number); -+ set_config_file ("./settings.cfg"); -+ sprintf (str, "./save%i.dat", quest_number); - sprintf (entry, "Beginning"); - - set_config_string ("SOF", str, entry); -@@ -305,8 +305,8 @@ - if (menu_selected >= 2 && menu_selected <= 10) - { - char str[100]; -- set_config_file ("data/settings.cfg"); -- sprintf (str, "data/save%i.dat", menu_selected - 1); -+ set_config_file ("./settings.cfg"); -+ sprintf (str, "./save%i.dat", menu_selected - 1); - - if (!get_config_string ("SOF", str, NULL)) - { -@@ -346,8 +346,8 @@ - if (menu_selected >= 2 && menu_selected <= 10) - { - char str[100]; -- set_config_file ("data/settings.cfg"); -- sprintf (str, "data/save%i.dat", menu_selected - 1); -+ set_config_file ("./settings.cfg"); -+ sprintf (str, "./save%i.dat", menu_selected - 1); - if (game_delete (menu_selected - 1) || - get_config_string ("SOF", str, NULL)) - { -@@ -653,7 +653,7 @@ - int i; - char str[100]; - -- set_config_file ("data/settings.cfg"); -+ set_config_file ("./settings.cfg"); - - if (!notrunning) - { -@@ -662,14 +662,14 @@ - list[1].current_level, list[1].lev, - won ? "won" : gameover ? "dead" : swordrun ? "running out of time" : "alive"); - game_save (quest_number); -- sprintf (str, "data/save%i.dat", quest_number); -+ sprintf (str, "./save%i.dat", quest_number); - set_config_string ("SOF", str, entry); - } - - for (i = 0; i < 9; i++) - { - char const *entry; -- sprintf (str, "data/save%i.dat", i + 1); -+ sprintf (str, "./save%i.dat", i + 1); - entry = get_config_string ("SOF", str, "empty"); - sprintf (savenames[i], "%i: %s", i + 1, entry); - menu_delete_text[2 + i] = savenames[i]; -diff -ru fargoal.orig/src/message.c fargoal/src/message.c ---- fargoal.orig/src/message.c 2003-07-31 10:06:51.000000000 -0700 -+++ fargoal/src/message.c 2004-01-23 23:51:12.000000000 -0800 -@@ -79,11 +79,11 @@ - - if (filename) - { -- file_copy (filename, "data/last.log", 0); -- messagefile = fopen ("data/last.log", "a"); -+ file_copy (filename, "./last.log", 0); -+ messagefile = fopen ("./last.log", "a"); - } - else -- messagefile = fopen ("data/last.log", "w"); -+ messagefile = fopen ("./last.log", "w"); - } - - /* Copy current messages to given file. */ -@@ -93,9 +93,9 @@ - if (messagefile) - fclose (messagefile); - -- file_copy ("data/last.log", filename, 1); -+ file_copy ("./last.log", filename, 1); - -- messagefile = fopen ("data/last.log", "a"); -+ messagefile = fopen ("./last.log", "a"); - } - - static void -diff -ru fargoal.orig/src/save.c fargoal/src/save.c ---- fargoal.orig/src/save.c 2003-07-31 10:06:51.000000000 -0700 -+++ fargoal/src/save.c 2004-01-23 23:52:11.000000000 -0800 -@@ -253,7 +253,7 @@ - char name[256]; - PACKFILE *file; - -- sprintf (name, "data/save%i.dat", nr); -+ sprintf (name, "./save%i.dat", nr); - file = pack_fopen (name, "wp"); - - if (file) -@@ -297,7 +297,7 @@ - - pack_fclose (file); - -- sprintf (name, "data/save%i.html", nr); -+ sprintf (name, "./save%i.html", nr); - messages_exit (name); - - return 1; -@@ -311,7 +311,7 @@ - char name[256]; - PACKFILE *file; - -- sprintf (name, "data/save%i.dat", nr); -+ sprintf (name, "./save%i.dat", nr); - file = pack_fopen (name, "rp"); - - if (file) -@@ -356,7 +356,7 @@ - - pack_fclose (file); - -- sprintf (name, "data/save%i.html", nr); -+ sprintf (name, "./save%i.html", nr); - messages_init (name); - return 1; - } -@@ -368,10 +368,10 @@ - { - int ret = 1; - char name[256]; -- sprintf (name, "data/save%i.dat", nr); -+ sprintf (name, "./save%i.dat", nr); - if (remove (name)) - ret = 0; -- sprintf (name, "data/save%i.html", nr); -+ sprintf (name, "./save%i.html", nr); - if (remove (name)) - ret = 0; - return ret; diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest index 312989d829e6..77136bba4864 100644 --- a/mail-mta/postfix/Manifest +++ b/mail-mta/postfix/Manifest @@ -7,7 +7,7 @@ DIST postfix-2.8.4.tar.gz 3646391 RMD160 fbeb785c5ed08febf5cf71ea375b10120c1f62b DIST postfix-2.8.5.tar.gz 3647010 RMD160 db4761f14b146c233426fa1afe49782e64f0c9e0 SHA1 49ef711c80b5a3434258ab24ae00940932503e80 SHA256 f8ed6c98bf5058c363da936a8034c64cee38ca67110e9212491de862116e1c17 DIST postfix-2.8.6.tar.gz 3647498 RMD160 1f85ff0e9432109342436144f6963d39b79910e1 SHA1 32613ad01cad10ae04aad626f9a69ac9126b3d28 SHA256 8b427a5dfe95da98918fcafce4032bac5d6190603fbc090da3c5c3a22c74dae5 DIST postfix-2.8.7.tar.gz 3647643 RMD160 ab0700f8f340fad11bf2a294a36ff1d70a1a8783 SHA1 81c87aceff4d9af67a304354bab9c99ac98fc8a0 SHA256 5c13465ab47414e9aa2e857851eff1a3f020cebd056e0dde6094ece3552806e5 -DIST postfix-2.9-20111112.tar.gz 3683236 RMD160 89ef3c53857159027f6fd9ad6fdf19fdc46de0ea SHA1 993a1a63ba57c8c734225a57c68752e98570f1a8 SHA256 e21211dd639f2cac1be99f193a5b20813aae7cad25965935f6bcb2ce0b56827e +DIST postfix-2.9-20111113.tar.gz 3685450 RMD160 c7712338d7693a1ab51b4f72e48a646e9149095b SHA1 902f65f93e89ab5c471aaf5557db13083d8f1a43 SHA256 c8f493b9206b4ac52fdfdae72fee214d22d29206d353a6110188305019d906e3 DIST postfix-vda-2.7.2.patch 59667 RMD160 ebec1fa4a4c6b3c0160407b09aacf8357c936148 SHA1 ac712922f45856965118fa7b8551ece1ccb524db SHA256 f9b12376983833ef9305f7696e9792b62058f242ff2630aeb0866cf686f0a14b DIST postfix-vda-v10-2.8.1.patch 56777 RMD160 42f6351d645cc7a211aea86cc35e1f3b10b50da1 SHA1 6b36480be036e7b7aa834fd904a2aa57c537cd40 SHA256 13ca7430b68dc19e21ee26c1c1109e1527a656777fa2f224cd3ce2d594435f12 DIST postfix-vda-v10-2.8.3.patch 56777 RMD160 ce30005d590d884c589612e65dbd34cbdbf84a31 SHA1 c27217b9af33c86a44bbb4469b7ebd4203210f7a SHA256 02599bdf16e7d77fe6043d1dac972daecdd40c4b2758579200d6ccb11e83acaa diff --git a/mail-mta/postfix/postfix-2.9_pre20111112.ebuild b/mail-mta/postfix/postfix-2.9_pre20111113.ebuild similarity index 99% rename from mail-mta/postfix/postfix-2.9_pre20111112.ebuild rename to mail-mta/postfix/postfix-2.9_pre20111113.ebuild index 72691bef014e..2aecebb0289e 100644 --- a/mail-mta/postfix/postfix-2.9_pre20111112.ebuild +++ b/mail-mta/postfix/postfix-2.9_pre20111113.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9_pre20111112.ebuild,v 1.1 2011/11/13 12:47:10 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.9_pre20111113.ebuild,v 1.1 2011/11/14 12:14:53 eras Exp $ EAPI=4 diff --git a/media-gfx/asymptote/asymptote-2.13.ebuild b/media-gfx/asymptote/asymptote-2.13.ebuild index c7f457d84b8f..a954130f555f 100644 --- a/media-gfx/asymptote/asymptote-2.13.ebuild +++ b/media-gfx/asymptote/asymptote-2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.13.ebuild,v 1.5 2011/11/13 19:07:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.13.ebuild,v 1.6 2011/11/14 11:23:37 flameeyes Exp $ EAPI=3 SUPPORT_PYTHON_ABIS=1 @@ -20,7 +20,7 @@ RDEPEND=">=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 imagemagick? ( media-gfx/imagemagick[png] ) sigsegv? ( dev-libs/libsigsegv ) - boehm-gc? ( || ( >=dev-libs/boehm-gc-7.0[cxx,threads] >=dev-libs/boehm-gc-7.0[-nocxx,threads] ) ) + boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) fftw? ( >=sci-libs/fftw-3.0.1 ) gsl? ( sci-libs/gsl ) X? ( x11-misc/xdg-utils dev-lang/python dev-python/imaging[tk] ) diff --git a/media-gfx/blender/files/blender-2.60a-libav-0.7.patch b/media-gfx/blender/files/blender-2.60a-libav-0.7.patch index 9bf321649036..3bae020a02ae 100644 --- a/media-gfx/blender/files/blender-2.60a-libav-0.7.patch +++ b/media-gfx/blender/files/blender-2.60a-libav-0.7.patch @@ -1,14 +1,15 @@ --- blender-2.60a.orig/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp 2011-10-24 20:09:01.000000000 +0200 +++ blender-2.60a/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp 2011-11-13 12:34:01.000000000 +0100 -@@ -40,6 +40,7 @@ +@@ -40,6 +40,8 @@ #include #include #include +#include ++#include #include "ffmpeg_compat.h" } -@@ -57,10 +58,14 @@ +@@ -57,10 +58,15 @@ { static const char* formats[] = { NULL, "ac3", "flac", "matroska", "mp2", "mp3", "ogg", "wav" }; @@ -18,7 +19,8 @@ + if (!m_formatCtx) AUD_THROW(AUD_ERROR_FFMPEG, context_error); - m_outputFmt = m_formatCtx->oformat; -+ m_outputFmt = m_formatCtx->oformat = av_guess_format(formats[format], filename.c_str(), NULL); ++ av_strlcpy(m_formatCtx->filename, filename.c_str(), sizeof(m_formatCtx->filename)); ++ m_outputFmt = m_formatCtx->oformat = av_guess_format(formats[format], filename.c_str(), NULL); + if (!m_outputFmt) { + avformat_free_context(m_formatCtx); + AUD_THROW(AUD_ERROR_FFMPEG, context_error); diff --git a/media-gfx/inkscape/inkscape-0.48.2.ebuild b/media-gfx/inkscape/inkscape-0.48.2.ebuild index 63f459cf8d7c..60fcb96eb0b1 100644 --- a/media-gfx/inkscape/inkscape-0.48.2.ebuild +++ b/media-gfx/inkscape/inkscape-0.48.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.10 2011/10/27 06:31:27 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.48.2.ebuild,v 1.11 2011/11/14 11:33:20 flameeyes Exp $ EAPI=4 inherit eutils flag-o-matic autotools gnome2 @@ -30,7 +30,7 @@ COMMON_DEPEND=" >=dev-libs/libxslt-1.0.15 dev-libs/popt dev-python/lxml - media-gfx/imagemagick + media-gfx/imagemagick[cxx] media-libs/fontconfig media-libs/freetype:2 >=media-libs/libpng-1.2 diff --git a/media-gfx/sxiv/Manifest b/media-gfx/sxiv/Manifest index f08c39a96da8..91b89642528b 100644 --- a/media-gfx/sxiv/Manifest +++ b/media-gfx/sxiv/Manifest @@ -1 +1,2 @@ DIST sxiv-0.9.tar.gz 27363 RMD160 d4a7176aac975f7dba768dcb72227e29ae361132 SHA1 81d2b80830c5360a4d18d93205e54b422ad352a1 SHA256 5a6fc847e67936c05f70f539376450de3a588bbd619d14b5829e41ae5e69ff8a +DIST sxiv-1.0.tar.gz 33568 RMD160 d2bef62119b691cbb5ec8e81de5d53e09e573e64 SHA1 e29e33c38fd2a6c8a2cb3b270776859328aa8e0e SHA256 fa49189d7bc139bd3dc50aa4e939fe4480c524117ed89dba7a3f54da5013885f diff --git a/media-gfx/sxiv/sxiv-1.0.ebuild b/media-gfx/sxiv/sxiv-1.0.ebuild new file mode 100644 index 000000000000..faf23984318f --- /dev/null +++ b/media-gfx/sxiv/sxiv-1.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sxiv/sxiv-1.0.ebuild,v 1.1 2011/11/14 02:27:28 xmw Exp $ + +EAPI=4 + +inherit eutils savedconfig toolchain-funcs + +DESCRIPTION="Simple (or small or suckless) X Image Viewer" +HOMEPAGE="https://github.com/muennich/sxiv/" +SRC_URI="https://github.com/downloads/muennich/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-libs/imlib2[X] + x11-libs/libX11" +DEPEND="${RDEPEND}" + +src_prepare() { + sed -i -e "s:^\(\(C\|LD\)FLAGS\) =:\1 +=:" \ + -e "s:-O2::" Makefile || die + + restore_config config.h +} + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + emake DESTDIR="${ED}" PREFIX="${EPREFIX}"/usr install + dodoc README.md + + save_config config.h +} diff --git a/media-libs/opencv/files/opencv-2.3.1a-libav-0.7.patch b/media-libs/opencv/files/opencv-2.3.1a-libav-0.7.patch new file mode 100644 index 000000000000..59090703d149 --- /dev/null +++ b/media-libs/opencv/files/opencv-2.3.1a-libav-0.7.patch @@ -0,0 +1,10 @@ +--- OpenCV-2.3.1.orig/modules/highgui/src/cap_ffmpeg_impl.hpp 2011-11-14 05:33:37.000000000 +0100 ++++ OpenCV-2.3.1/modules/highgui/src/cap_ffmpeg_impl.hpp 2011-11-14 05:33:18.000000000 +0100 +@@ -104,6 +104,7 @@ + #endif + #if defined(HAVE_LIBAVCODEC_AVCODEC_H) + #include ++ #include + #endif + #if defined(HAVE_LIBSWSCALE_SWSCALE_H) + #include diff --git a/media-libs/opencv/opencv-2.3.1a.ebuild b/media-libs/opencv/opencv-2.3.1a.ebuild index 53026a71283d..b30e15ab4ed0 100644 --- a/media-libs/opencv/opencv-2.3.1a.ebuild +++ b/media-libs/opencv/opencv-2.3.1a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.3.1a.ebuild,v 1.2 2011/11/13 14:36:29 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/opencv/opencv-2.3.1a.ebuild,v 1.3 2011/11/14 04:53:45 lu_zero Exp $ EAPI=3 @@ -24,9 +24,7 @@ RDEPEND=" sys-libs/zlib cuda? ( >=dev-util/nvidia-cuda-toolkit-4 ) eigen? ( dev-cpp/eigen:2 ) - ffmpeg? ( - || ( media-video/ffmpeg <=media-video/libav-0.7.9999 ) - ) + ffmpeg? ( virtual/ffmpeg ) gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base @@ -63,6 +61,7 @@ PATCHES=( "${FILESDIR}/${P}-convert_sets_to_options.patch" "${FILESDIR}/${P}-libsuffix.patch" "${FILESDIR}/${P}-nocaps.patch" + "${FILESDIR}/${P}-libav-0.7.patch" ) CMAKE_BUILD_TYPE="Release" diff --git a/media-plugins/audacious-plugins/Manifest b/media-plugins/audacious-plugins/Manifest index 0ca514f686d6..1d22f771f656 100644 --- a/media-plugins/audacious-plugins/Manifest +++ b/media-plugins/audacious-plugins/Manifest @@ -1,3 +1,4 @@ DIST audacious-plugins-2.4.4.tgz 3425914 RMD160 d8ec95fb678efcb9acd17e77b890d4c685c2b892 SHA1 33a43cdcb699578accbc181918b96da6ab04cedc SHA256 24948ae2161ddde580bcad27dbc11faed0cacd142252749e64da5f8f5e8084e4 DIST audacious-plugins-2.5.4.tar.gz 3500309 RMD160 a2cf4b9407492758c7ee9b858c7c75b9d906c524 SHA1 8aedcc58c3b5a9415345374014d809ccb9a7541a SHA256 149fd27f476670d8ab3b8e9beaad9ab9de5955c8cbec70bf27e26446168148d8 DIST audacious-plugins-3.0.3.tar.bz2 2176767 RMD160 faa39df5bcd13e1134a97355c30422f6259af5e2 SHA1 12807cff9235bde8348d90d2fa9968855850ab36 SHA256 fe4620895b72c0e829b69105ef819c708ceb2c2ceb01b5438a50496dce62772e +DIST audacious-plugins-3.1.tar.bz2 2156993 RMD160 b62f8724a7babb53d4e2d70fb91edda0e42f82d7 SHA1 0c89d5a74bb562c38be36d38537d15c3374feb76 SHA256 2d1e9b229b83e4ab2a2065e7116d0d36e774d73146d2cb63162ca880770d7ca8 diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild index 8a05f6284233..45ba9e4e6a2d 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild,v 1.3 2011/09/23 08:22:56 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.0.3.ebuild,v 1.5 2011/11/14 11:08:41 chainsaw Exp $ EAPI=4 @@ -21,9 +21,10 @@ lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid s RDEPEND="app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 + media-libs/libmodplug >=media-sound/audacious-3.0.2 >=net-libs/neon-0.26.4 - >=x11-libs/gtk+-2.14:2 + x11-libs/gtk+:3 aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild new file mode 100644 index 000000000000..08aabbc6dac7 --- /dev/null +++ b/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild @@ -0,0 +1,116 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.2 2011/11/14 11:08:41 chainsaw Exp $ + +EAPI=4 + +inherit eutils flag-o-matic + +MY_P="${P/_/-}" +S="${WORKDIR}/${MY_P}" +DESCRIPTION="Audacious Player - Your music, your way, no exceptions" +HOMEPAGE="http://audacious-media-player.org/" +SRC_URI="http://distfiles.atheme.org/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +IUSE="aac adplug alsa aqua bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack +lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile sse2 vorbis wavpack" + +RDEPEND="app-arch/unzip + >=dev-libs/dbus-glib-0.60 + dev-libs/libxml2:2 + media-libs/libmodplug + >=media-sound/audacious-3.1 + >=net-libs/neon-0.26.4 + x11-libs/gtk+:3 + aac? ( >=media-libs/faad2-2.7 ) + adplug? ( >=dev-cpp/libbinio-1.4 ) + alsa? ( >=media-libs/alsa-lib-1.0.16 ) + bs2b? ( media-libs/libbs2b ) + cdda? ( >=media-libs/libcddb-1.2.1 + >=dev-libs/libcdio-0.79-r1 ) + cue? ( media-libs/libcue ) + ffmpeg? ( >=media-video/ffmpeg-0.7.3 + !media-video/libav ) + flac? ( >=media-libs/libvorbis-1.0 + >=media-libs/flac-1.2.1-r1 ) + fluidsynth? ( media-sound/fluidsynth ) + jack? ( >=media-libs/bio2jack-0.4 + media-sound/jack-audio-connection-kit ) + lame? ( media-sound/lame ) + libnotify? ( x11-libs/libnotify ) + libsamplerate? ( media-libs/libsamplerate ) + mms? ( >=media-libs/libmms-0.3 ) + mp3? ( >=media-sound/mpg123-1.12.1 ) + mtp? ( media-libs/libmtp ) + pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) + scrobbler? ( net-misc/curl ) + sid? ( >=media-libs/libsidplay-2.1.1-r2 ) + sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) + vorbis? ( >=media-libs/libvorbis-1.2.0 + >=media-libs/libogg-1.1.3 ) + wavpack? ( >=media-sound/wavpack-4.50.1-r1 )" + +DEPEND="${RDEPEND} + nls? ( dev-util/intltool ) + >=dev-util/pkgconfig-0.9.0" + +mp3_warning() { + if ! use mp3 ; then + ewarn "MP3 support is optional, you may want to enable the mp3 USE-flag" + fi +} + +src_configure() { + mp3_warning + + econf \ + --enable-chardet \ + --enable-modplug \ + --enable-neon \ + --disable-projectm-1.0 \ + $(use_enable adplug) \ + $(use_enable aac) \ + $(use_enable alsa) \ + $(use_enable alsa amidiplug-alsa) \ + $(use_enable aqua coreaudio) \ + $(use_enable aqua dockalbumart) \ + $(use_enable bs2b) \ + $(use_enable cdda cdaudio) \ + $(use_enable cue) \ + $(use_enable ffmpeg ffaudio) \ + $(use_enable flac flacng) \ + $(use_enable fluidsynth amidiplug-flsyn) \ + $(use_enable flac filewriter_flac) \ + $(use_enable ipv6) \ + $(use_enable jack) \ + $(use_enable gnome gnomeshortcuts) \ + $(use_enable lame filewriter_mp3) \ + $(use_enable libnotify notify) \ + $(use_enable libsamplerate resample) \ + $(use_enable mms) \ + $(use_enable mp3) \ + $(use_enable midi amidiplug) \ + $(use_enable mtp mtp_up) \ + $(use_enable nls) \ + $(use_enable oss) \ + $(use_enable pulseaudio pulse) \ + $(use_enable scrobbler) \ + $(use_enable sid) \ + $(use_enable sndfile) \ + $(use_enable sse2) \ + $(use_enable vorbis) \ + $(use_enable vorbis filewriter_vorbis) \ + $(use_enable wavpack) +} + +src_compile() { + emake || die "make failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS +} diff --git a/media-sound/audacious/Manifest b/media-sound/audacious/Manifest index e20c5732cb8e..85dee0dd7825 100644 --- a/media-sound/audacious/Manifest +++ b/media-sound/audacious/Manifest @@ -1,4 +1,5 @@ DIST audacious-2.4.4.tgz 1344519 RMD160 75c960b158b3b6367cca4a7da65d98d8a35a13d9 SHA1 697b2cc217cef9785cf7ec0c4ee617bc174fbe98 SHA256 76f84038a0360da80aeaddd1ec23e5a55fee5a120abffce97c4609958cdb30e8 DIST audacious-2.5.4.tar.gz 1221134 RMD160 40c4482a0ed35c76e214180cf5c3a308b4d83d7a SHA1 6374b09690fba540b82f7fbaa9a4d763c5ea7d79 SHA256 47bc36010e84c2c9638537a42a8451743d55a699bf85c614f3b913596f6e2fcd DIST audacious-3.0.3.tar.bz2 839693 RMD160 d387b155ee5a6a859b4b443bfc82f45e1003d3ff SHA1 f8e547fc9d743da0eba591395d353bae8b73facf SHA256 141d1963d6c44be3d140a43a5c01ebe9db588e5d9f29049a4819f24448dd3cf9 +DIST audacious-3.1.tar.bz2 793321 RMD160 6e4ccf241c6f1ad17da84c373f30b2176f05462c SHA1 f87bba07c1abc8bfe60a21c3bcef3359856529d7 SHA256 306db180cd269b072cfb23551b4139cd2af28d8afb6699836ad82aa3bcec3a46 DIST gentoo_ice-xmms-0.2.tar.bz2 51839 RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 SHA1 e97ebbf204e0d1b150265f9e67f0ed54d779e110 SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 diff --git a/media-sound/audacious/audacious-3.1.ebuild b/media-sound/audacious/audacious-3.1.ebuild new file mode 100644 index 000000000000..8d4fb00d9674 --- /dev/null +++ b/media-sound/audacious/audacious-3.1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.1 2011/11/14 10:44:01 chainsaw Exp $ + +EAPI=4 + +MY_P="${P/_/-}" +S="${WORKDIR}/${MY_P}" +DESCRIPTION="Audacious Player - Your music, your way, no exceptions" +HOMEPAGE="http://audacious-media-player.org/" +SRC_URI="http://distfiles.atheme.org/${MY_P}.tar.bz2 + mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +IUSE="altivec chardet nls session sse2" + +RDEPEND=">=dev-libs/dbus-glib-0.60 + >=dev-libs/glib-2.16 + >=dev-libs/libmcs-0.7.1-r2 + >=dev-libs/libmowgli-0.9.50 + dev-libs/libxml2 + >=x11-libs/cairo-1.2.6 + >=x11-libs/pango-1.8.0 + x11-libs/gtk+:3 + session? ( x11-libs/libSM )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9.0 + chardet? ( app-i18n/libguess ) + nls? ( dev-util/intltool )" + +PDEPEND=">=media-plugins/audacious-plugins-3.1" + +src_configure() { + # D-Bus is a mandatory dependency, remote control, + # session management and some plugins depend on this. + # Building without D-Bus is *unsupported* and a USE-flag + # will not be added due to the bug reports that will result. + # Bugs #197894, #199069, #207330, #208606 + # Use of GTK+2 causes plugin build failures, bug #384185 + econf \ + --enable-dbus \ + --enable-gtk3 \ + $(use_enable altivec) \ + $(use_enable chardet) \ + $(use_enable nls) \ + $(use_enable session sm) \ + $(use_enable sse2) +} + +src_install() { + default + dodoc AUTHORS NEWS README + + # Gentoo_ice skin installation; bug #109772 + insinto /usr/share/audacious/Skins/gentoo_ice + doins "${WORKDIR}"/gentoo_ice/* + docinto gentoo_ice + dodoc "${WORKDIR}"/README +} diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index ed075b04cc59..33721d9830b0 100644 --- a/media-video/libav/libav-9999.ebuild +++ b/media-video/libav/libav-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.20 2011/11/12 15:05:15 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.21 2011/11/14 02:05:00 lu_zero Exp $ EAPI=4 @@ -27,22 +27,30 @@ SLOT="0" [[ ${PV} == *9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="+3dnow +3dnowext aac alsa altivec amr bindist +bzip2 cpudetection +IUSE="+3dnow +3dnowext aac alsa altivec amr bindist +bzip2 cdio cpudetection custom-cflags debug dirac doc +encode faac truetype frei0r +gpl gsm - +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss - pic qt-faststart rtmp schroedinger sdl speex +ssse3 static-libs test - theora threads v4l vaapi vdpau vorbis vpx X x264 xvid +zlib" + +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network openssl + oss pic pulseaudio qt-faststart rtmp schroedinger sdl speex ssl +ssse3 + static-libs test theora threads v4l vaapi vdpau vorbis vpx X x264 xvid + +zlib" VIDEO_CARDS="nvidia" for x in ${VIDEO_CARDS}; do IUSE="${IUSE} video_cards_${x}" done +CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext:mmx2 ssse3 vis neon iwmmxt" + +for i in ${CPU_FEATURES}; do + IUSE="${IUSE} ${i%:*}" +done + RDEPEND=" !media-video/ffmpeg alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) bzip2? ( app-arch/bzip2 ) + cdio? ( dev-libs/libcdio ) dirac? ( media-video/dirac ) encode? ( aac? ( media-libs/vo-aacenc ) @@ -61,6 +69,8 @@ RDEPEND=" jack? ( media-sound/jack-audio-connection-kit ) jpeg2k? ( >=media-libs/openjpeg-1.3-r2 ) rtmp? ( >=media-video/rtmpdump-2.2f ) + ssl? ( openssl? ( dev-libs/openssl ) + !openssl? ( net-libs/gnutls ) ) sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] ) schroedinger? ( media-libs/schroedinger ) speex? ( >=media-libs/speex-1.2_beta3 ) @@ -83,9 +93,10 @@ DEPEND="${RDEPEND} " # faac can't be binary distributed +# openssl support marked as nonfree # faac and aac are concurent implementations # amr and aac require at least lgpl3 -REQUIRED_USE="bindist? ( !faac ) +REQUIRED_USE="bindist? ( !faac !openssl ) amr? ( gpl ) aac? ( gpl )" RESTRICT="test" @@ -116,6 +127,11 @@ src_configure() { use bzip2 || myconf+=" --disable-bzlib" use sdl || myconf+=" --disable-avplay" + if use ssl; then + use openssl && myconf+=" --enable-openssl --enable-nonfree" \ + || myconf+=" --enable-gnutls" + fi + use custom-cflags && myconf+=" --disable-optimizations" use cpudetection && myconf+=" --enable-runtime-cpudetect" @@ -142,7 +158,9 @@ src_configure() { fi # libavdevice options + use cdio && myconf+=" --enable-libcdio" use ieee1394 && myconf+=" --enable-libdc1394" + use pulseaudio && myconf+=" --enable-libpulse" # Indevs # v4l1 is gone since linux-headers-2.6.38 myconf+=" --disable-indev=v4l" @@ -171,13 +189,10 @@ src_configure() { use jpeg2k && myconf+=" --enable-libopenjpeg" # CPU features - uses="mmx ssse3 altivec" - for i in ${uses}; do - use ${i} || myconf+=" --disable-${i}" + for i in ${CPU_FEATURES}; do + use ${i%:*} || myconf="${myconf} --disable-${i#*:}" done - use mmxext || myconf+=" --disable-mmx2" - use 3dnow || myconf+=" --disable-amd3dnow" - use 3dnowext || myconf+=" --disable-amd3dnowext" + # disable mmx accelerated code if PIC is required # as the provided asm decidedly is not PIC for x86. if use pic && use x86 ; then @@ -246,12 +261,11 @@ src_configure() { } src_compile() { - emake version.h emake if use qt-faststart; then tc-export CC - emake -C tools qt-faststart + emake tools/qt-faststart fi } diff --git a/media-video/libav/metadata.xml b/media-video/libav/metadata.xml index a51b55f7bebc..1cf523b36074 100644 --- a/media-video/libav/metadata.xml +++ b/media-video/libav/metadata.xml @@ -11,25 +11,32 @@ instruction set, present in modern AMD CPUs. (Check for 3dnowext in /proc/cpuinfo to know whether your CPU supports it). - Enables Adaptive Multi-Rate Audio support - Enables runtime CPU detection (useful for bindist, compatibility on other CPUs) + Enable Adaptive Multi-Rate Audio support + Adds support for Advanced Vector Extensions instructions (Intel Sandy Bridge, AMD Bulldozer and later chips) + Enable audio CD grabbing with dev-libs/libcdio. + Enables runtime CPU detection (useful for bindist, compatibility on other CPUs). Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac. Use external faac library for AAC encoding - (notice: the resulting binaries are unredistributable) + (notice: the resulting binaries are unredistributable). Use external vo-aacenc library for AAC encoding Enable frei0r wrapping in libavfilter Build all GPL licensed code. Without this flag set the package is build under LGPL license. + Prefer dev-libs/openssl over net-libs/gnutls to provide SSL/TLS support (notice: the resulting binaries are unredistributable). Use pre-calculated tables rather than calculating them on the fly. - Enables mmx2 support - Enables network streaming support - Force shared libraries to be built as PIC (this is slower) - Build and install qt-faststart application - Enable Real Time Messaging Protocol using librtmp + Enable mmx2 support. + Enable NEON optimizations for arm processors. + Enable network streaming support. + Enable pulseaudio input support. + Force shared libraries to be built as PIC (this is slower). + Build and install qt-faststart application. + Enable Real Time Messaging Protocol using librtmp instead the native implementation. Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec). - faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips) - Enables VAAPI (Video Acceleration API) for hardware decoding - Enables VDPAU decoders (requires nVidia video cards to offload CPU processing to video card - Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though. + Enable SSL/TLS support using dev-libs/openssl or dev-libs/gnutls. + faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips). + Enable VAAPI (Video Acceleration API) for hardware decoding. + Enable VDPAU decoders (requires nVidia video cards to offload CPU processing to video card. + Adds support for SIMD optimizations for UltraSPARC processors. + Enable vp8 encoding support using libvpx. diff --git a/media-video/motion/Manifest b/media-video/motion/Manifest index 8dc5825877ca..efb2570b2e49 100644 --- a/media-video/motion/Manifest +++ b/media-video/motion/Manifest @@ -1,2 +1 @@ -DIST motion-3.2.11.1.tar.gz 417246 RMD160 dfaa27b73599e375288d9758108c302f3db089a1 SHA1 6e7acea3b27a9e24301e57e066ad5603d41598b2 SHA256 73973e723c39c05cbfc5c2a90357c5dea3078c3162dfc41f303fbf40cda9e403 DIST motion-3.2.12.tar.gz 425729 RMD160 7d53e19524c535075be57776c0a15414e0beeca4 SHA1 dc59b36e45e7626baa65ce62c961af918fea76bd SHA256 a597f8d7ec0bf3c5fb62722c4eead59717fe01c2ae0d256c642027cea74b2f0a diff --git a/media-video/motion/files/motion.init-r1 b/media-video/motion/files/motion.init-r1 deleted file mode 100644 index a45d3ae95501..000000000000 --- a/media-video/motion/files/motion.init-r1 +++ /dev/null @@ -1,29 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/files/motion.init-r1,v 1.2 2011/05/19 18:51:26 ssuominen Exp $ - -opts="${opts} reload" - -depend() { - need modules - after mysql -} - -start() { - ebegin "Starting motion detection" - start-stop-daemon --start -c ${MOTION_USER} -g ${MOTION_GROUP} --quiet --exec /usr/bin/motion - eend $? -} - -stop() { - ebegin "Stopping motion detection" - start-stop-daemon --stop --quiet --exec /usr/bin/motion - eend $? -} - -reload() { - ebegin "Reloading motion detection configuration" - start-stop-daemon --stop --signal HUP --exec /usr/bin/motion - eend $? -} diff --git a/media-video/motion/files/motion.initd b/media-video/motion/files/motion.initd deleted file mode 100644 index de13ed9243e6..000000000000 --- a/media-video/motion/files/motion.initd +++ /dev/null @@ -1,39 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/files/motion.initd,v 1.1 2011/05/19 18:50:35 ssuominen Exp $ - -opts="${opts} reload" - -_create_motion_run_dir() { - local dir="/var/run/motion" - if ! [ -d "$dir" ]; then - mkdir -p -m750 "$dir" - chown ${MOTION_USER}:${MOTION_GROUP} "$dir" - fi -} - -depend() { - need modules - after mysql -} - -start() { - _create_motion_run_dir - - ebegin "Starting motion detection" - start-stop-daemon --start -c ${MOTION_USER} -g ${MOTION_GROUP} --quiet --exec /usr/bin/motion - eend $? -} - -stop() { - ebegin "Stopping motion detection" - start-stop-daemon --stop --quiet --exec /usr/bin/motion - eend $? -} - -reload() { - ebegin "Reloading motion detection configuration" - start-stop-daemon --stop --signal HUP --exec /usr/bin/motion - eend $? -} diff --git a/media-video/motion/motion-3.2.11.1.ebuild b/media-video/motion/motion-3.2.11.1.ebuild deleted file mode 100644 index 098df2dd0d3c..000000000000 --- a/media-video/motion/motion-3.2.11.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.11.1.ebuild,v 1.8 2011/05/19 18:50:35 ssuominen Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="Motion is a video motion detector with tracking-support for webcams." -HOMEPAGE="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ppc ~x86" -IUSE="ffmpeg mysql postgres v4l" - -RDEPEND="sys-libs/zlib - virtual/jpeg - ffmpeg? ( virtual/ffmpeg ) - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-base )" -DEPEND="${RDEPEND} - v4l? ( virtual/os-headers )" - -pkg_setup() { - enewuser motion -1 -1 -1 video -} - -src_prepare() { - sed -i \ - -e 's:jpeg_mem_dest:_jpeg_mem_dest:g' \ - picture.c || die -} - -src_configure() { - econf \ - $(use_with v4l) \ - $(use_with ffmpeg) \ - $(use_with mysql) \ - $(use_with postgres pgsql) \ - --without-optimizecpu -} - -src_install() { - emake DESTDIR="${D}" install || die - - newinitd "${FILESDIR}"/motion.init-r1 motion - newconfd "${FILESDIR}"/motion.confd motion - - # Create correct dir for motion.pid - dodir /var/run/motion - fowners motion:video /var/run/motion - fperms 750 /var/run/motion - keepdir /var/run/motion - - # Rename configuration file. - mv "${D}"/etc/motion-dist.conf "${D}"/etc/motion.conf - - # Remove dummy documentation and install it using ebuild functions. - rm -rf "${D}"/usr/share/doc/${P} - dodoc CHANGELOG CODE_STANDARD CREDITS FAQ README README.FreeBSD *.conf - dohtml *.html -} - -pkg_postinst() { - elog "You need to setup /etc/motion.conf before running" - elog "motion for the first time. You can install motion" - elog "detection as a service, use:" - elog "rc-update add motion default" -} diff --git a/media-video/motion/motion-3.2.12.ebuild b/media-video/motion/motion-3.2.12.ebuild deleted file mode 100644 index 25331ae99db5..000000000000 --- a/media-video/motion/motion-3.2.12.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12.ebuild,v 1.1 2011/05/19 18:50:35 ssuominen Exp $ - -EAPI=4 -inherit eutils - -DESCRIPTION="A software motion detector" -HOMEPAGE="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" -IUSE="ffmpeg mysql postgres v4l" - -RDEPEND="sys-libs/zlib - virtual/jpeg - ffmpeg? ( virtual/ffmpeg ) - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-base )" -DEPEND="${RDEPEND} - v4l? ( virtual/os-headers )" - -pkg_setup() { - enewuser motion -1 -1 -1 video -} - -src_configure() { - local hack - has_version '>=sys-kernel/linux-headers-2.6.38' && hack="--without-v4l" #361509 - - econf \ - $(use_with v4l) \ - $(use_with ffmpeg) \ - $(use_with mysql) \ - $(use_with postgres pgsql) \ - --without-optimizecpu \ - ${hack} -} - -src_install() { - emake \ - DESTDIR="${D}" \ - DOC='CHANGELOG CODE_STANDARD CREDITS FAQ README' \ - docdir=/usr/share/doc/${PF} \ - EXAMPLES='thread*.conf' \ - examplesdir=/usr/share/doc/${PF}/examples \ - install - - dohtml *.html - - newinitd "${FILESDIR}"/motion.initd motion - newconfd "${FILESDIR}"/motion.confd motion - - mv -vf "${D}"/etc/motion{-dist,}.conf || die -} - -pkg_postinst() { - elog "You need to setup /etc/motion.conf before running" - elog "motion for the first time." - elog "You can install motion detection as a service, use:" - elog "rc-update add motion default" -} diff --git a/metadata/cache/app-crypt/heimdal-1.5.1 b/metadata/cache/app-crypt/heimdal-1.5.1 index 1bb296c78572..afb724d6cbe4 100644 --- a/metadata/cache/app-crypt/heimdal-1.5.1 +++ b/metadata/cache/app-crypt/heimdal-1.5.1 @@ -7,14 +7,14 @@ http://www.h5l.org/ BSD Kerberos 5 implementation from KTH ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -autotools db-use eutils flag-o-matic libtool multilib portability python toolchain-funcs user versionator virtualx -afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl threads test X +autotools autotools-utils base db-use eutils flag-o-matic libtool multilib portability python toolchain-funcs user versionator virtualx +afs +berkdb caps hdb-ldap ipv6 otp +pkinit ssl static-libs threads test X 2 -compile configure install preinst prepare setup +compile configure install postinst preinst prepare setup test unpack diff --git a/metadata/cache/app-emulation/spice-0.10.0 b/metadata/cache/app-emulation/spice-0.10.0 new file mode 100644 index 000000000000..0cf4ddd17f63 --- /dev/null +++ b/metadata/cache/app-emulation/spice-0.10.0 @@ -0,0 +1,22 @@ +dev-util/pkgconfig >=app-emulation/spice-protocol-0.8.1 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib client? ( gui? ( =dev-games/cegui-0.6* ) ) sasl? ( dev-libs/cyrus-sasl ) +>=app-emulation/spice-protocol-0.8.1 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib client? ( gui? ( =dev-games/cegui-0.6* ) ) sasl? ( dev-libs/cyrus-sasl ) +0 +http://spice-space.org/download/releases/spice-0.10.0.tar.bz2 + +http://spice-space.org/ +LGPL-2.1 +SPICE server and client. +~amd64 ~x86 + ++client +gui sasl static static-libs + + + +4 + +configure install + + + + + diff --git a/metadata/cache/app-emulation/spice-0.6.4 b/metadata/cache/app-emulation/spice-0.6.4 deleted file mode 100644 index 209c835b5501..000000000000 --- a/metadata/cache/app-emulation/spice-0.6.4 +++ /dev/null @@ -1,22 +0,0 @@ -dev-util/pkgconfig ~app-emulation/spice-protocol-0.6.4 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib gui? ( =dev-games/cegui-0.6* ) -~app-emulation/spice-protocol-0.6.4 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib gui? ( =dev-games/cegui-0.6* ) -0 -http://spice-space.org/download/releases/spice-0.6.4.tar.bz2 - -http://spice-space.org/ -LGPL-2.1 -SPICE server and client. -~amd64 - -+gui static-libs - - - -4 - -configure install - - - - - diff --git a/metadata/cache/app-emulation/spice-0.8.0 b/metadata/cache/app-emulation/spice-0.8.0 deleted file mode 100644 index afc41e567933..000000000000 --- a/metadata/cache/app-emulation/spice-0.8.0 +++ /dev/null @@ -1,22 +0,0 @@ -dev-util/pkgconfig ~app-emulation/spice-protocol-0.8.0 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib gui? ( =dev-games/cegui-0.6* ) -~app-emulation/spice-protocol-0.8.0 >=x11-libs/pixman-0.17.7 media-libs/alsa-lib media-libs/celt:0.5.1 dev-libs/openssl >=x11-libs/libXrandr-1.2 x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-libs/libXfixes virtual/jpeg sys-libs/zlib gui? ( =dev-games/cegui-0.6* ) -0 -http://spice-space.org/download/releases/spice-0.8.0.tar.bz2 - -http://spice-space.org/ -LGPL-2.1 -SPICE server and client. -~amd64 - -+gui static-libs - - - -4 - -configure install - - - - - diff --git a/metadata/cache/app-emulation/spice-protocol-0.6.4 b/metadata/cache/app-emulation/spice-protocol-0.10.0 similarity index 50% rename from metadata/cache/app-emulation/spice-protocol-0.6.4 rename to metadata/cache/app-emulation/spice-protocol-0.10.0 index 0eddea872a44..82f5ccc7d9bb 100644 --- a/metadata/cache/app-emulation/spice-protocol-0.6.4 +++ b/metadata/cache/app-emulation/spice-protocol-0.10.0 @@ -1,12 +1,12 @@ 0 -http://spice-space.org/download/releases/spice-protocol-0.6.4.tar.bz2 +http://spice-space.org/download/releases/spice-protocol-0.10.0.tar.bz2 http://spice-space.org/ BSD Headers defining the SPICE protocol. -~amd64 +~amd64 ~x86 diff --git a/metadata/cache/app-emulation/spice-protocol-0.8.0-r1 b/metadata/cache/app-emulation/spice-protocol-0.8.0-r1 deleted file mode 100644 index 91d9d9804ae1..000000000000 --- a/metadata/cache/app-emulation/spice-protocol-0.8.0-r1 +++ /dev/null @@ -1,22 +0,0 @@ - - -0 -http://spice-space.org/download/releases/spice-protocol-0.8.0.tar.bz2 - -http://spice-space.org/ -BSD -Headers defining the SPICE protocol. -~amd64 ~x86 -eutils multilib portability toolchain-funcs user - - - - -4 - -prepare - - - - - diff --git a/metadata/cache/app-office/libalkimia-4.3.1 b/metadata/cache/app-office/libalkimia-4.3.1 index 5f4a112a2b84..2cc4c69d7f95 100644 --- a/metadata/cache/app-office/libalkimia-4.3.1 +++ b/metadata/cache/app-office/libalkimia-4.3.1 @@ -1,5 +1,5 @@ -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) dev-util/pkgconfig doc? ( app-doc/doxygen ) >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) >=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] +dev-libs/gmp[cxx] dev-util/pkgconfig doc? ( app-doc/doxygen ) >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] +dev-libs/gmp[cxx] >=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] 0 http://kde-apps.org/CONTENT/content-files/137323-libalkimia-4.3.1.tar.bz2 diff --git a/metadata/cache/app-office/libreoffice-9999-r2 b/metadata/cache/app-office/libreoffice-9999-r2 index fdca954bcbb6..86e85299fcea 100644 --- a/metadata/cache/app-office/libreoffice-9999-r2 +++ b/metadata/cache/app-office/libreoffice-9999-r2 @@ -1,5 +1,5 @@ -app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.1 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 >=media-libs/vigra-1.7 >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] dev-vcs/git -app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.1 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] +app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 >=media-libs/vigra-1.7 >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] dev-vcs/git +app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] 0 branding? ( http://dev.gentooexperimental.org/~scarabeus/libreoffice-branding-gentoo-0.3.tar.xz ) http://dev-www.libreoffice.org/src//fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz xmlsec? ( http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) java? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) java? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll ) diff --git a/metadata/cache/app-office/libreoffice-l10n-3.4.4-r1 b/metadata/cache/app-office/libreoffice-l10n-3.4.4-r1 index ebcca1c4b9ed..dcc77c76fd72 100644 --- a/metadata/cache/app-office/libreoffice-l10n-3.4.4-r1 +++ b/metadata/cache/app-office/libreoffice-l10n-3.4.4-r1 @@ -6,7 +6,7 @@ strip http://www.libreoffice.org LGPL-3 Translations for the Libreoffice suite. -~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux + eutils multilib office-ext portability rpm toolchain-funcs user versionator offlinehelp templates linguas_bg linguas_bn linguas_bo linguas_bs linguas_ca_XV linguas_ca linguas_cs linguas_da linguas_de linguas_dz linguas_el linguas_en_GB linguas_en linguas_en_ZA linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_gu linguas_he linguas_hi linguas_hr linguas_hu linguas_id linguas_is linguas_it linguas_ja linguas_ka linguas_km linguas_ko linguas_mk linguas_nb linguas_ne linguas_nl linguas_nn linguas_om linguas_pl linguas_pt_BR linguas_pt linguas_ru linguas_si linguas_sk linguas_sl linguas_sq linguas_sv linguas_tg linguas_tr linguas_ug linguas_uk linguas_vi linguas_zh_CN linguas_zh_TW linguas_af linguas_ar linguas_as linguas_ast linguas_be linguas_br linguas_brx linguas_cy linguas_dgo linguas_fa linguas_ga linguas_gd linguas_kk linguas_kn linguas_kok linguas_ks linguas_ku linguas_lo linguas_lt linguas_lv linguas_mai linguas_ml linguas_mn linguas_mni linguas_mr linguas_my linguas_nr linguas_nso linguas_oc linguas_or linguas_pa_IN linguas_ro linguas_rw linguas_sa_IN linguas_sat linguas_sd linguas_sh linguas_sr linguas_ss linguas_st linguas_sw_TZ linguas_ta linguas_te linguas_th linguas_tn linguas_ts linguas_uz linguas_ve linguas_xh linguas_zu diff --git a/metadata/cache/app-text/libexttextcat-3.1.1 b/metadata/cache/app-text/libexttextcat-3.2.0 similarity index 71% rename from metadata/cache/app-text/libexttextcat-3.1.1 rename to metadata/cache/app-text/libexttextcat-3.2.0 index 810482d2b8db..30a0f80a9e1a 100644 --- a/metadata/cache/app-text/libexttextcat-3.1.1 +++ b/metadata/cache/app-text/libexttextcat-3.2.0 @@ -1,7 +1,7 @@ 0 -http://dev-www.libreoffice.org/src/libexttextcat-3.1.1.tar.xz +http://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-3.2.0.tar.xz http://software.wise-guys.nl/libtextcat/ BSD-2 diff --git a/metadata/cache/dev-libs/Ice-3.3.1 b/metadata/cache/dev-libs/Ice-3.3.1 index 14d4fff53261..5279904396d8 100644 --- a/metadata/cache/dev-libs/Ice-3.3.1 +++ b/metadata/cache/dev-libs/Ice-3.3.1 @@ -1,5 +1,5 @@ ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g || ( =sys-libs/db-4.6.21*[cxx] =sys-libs/db-4.6.21*[-nocxx] ) =dev-cpp/libmcpp-2.7.2 ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( >=dev-lang/python-2.4 ) ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g || ( =sys-libs/db-4.6.21*[cxx] =sys-libs/db-4.6.21*[-nocxx] ) =dev-cpp/libmcpp-2.7.2 +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g =sys-libs/db-4.6.21*[cxx] =dev-cpp/libmcpp-2.7.2 ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( >=dev-lang/python-2.4 ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g =sys-libs/db-4.6.21*[cxx] =dev-cpp/libmcpp-2.7.2 0 http://www.zeroc.com/download/Ice/3.3/Ice-3.3.1.tar.gz diff --git a/metadata/cache/dev-libs/Ice-3.3.1-r1 b/metadata/cache/dev-libs/Ice-3.3.1-r1 index 735eae391156..35df58ece21d 100644 --- a/metadata/cache/dev-libs/Ice-3.3.1-r1 +++ b/metadata/cache/dev-libs/Ice-3.3.1-r1 @@ -1,5 +1,5 @@ ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g || ( =sys-libs/db-4.6.21*[cxx] =sys-libs/db-4.6.21*[-nocxx] ) =dev-cpp/libmcpp-2.7.2 ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( >=dev-lang/python-2.4 ) ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g || ( =sys-libs/db-4.6.21*[cxx] =sys-libs/db-4.6.21*[-nocxx] ) =dev-cpp/libmcpp-2.7.2 +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g =sys-libs/db-4.6.21*[cxx] =dev-cpp/libmcpp-2.7.2 ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( >=dev-lang/python-2.4 ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g =sys-libs/db-4.6.21*[cxx] =dev-cpp/libmcpp-2.7.2 0 http://www.zeroc.com/download/Ice/3.3/Ice-3.3.1.tar.gz diff --git a/metadata/cache/dev-libs/Ice-3.3.1-r2 b/metadata/cache/dev-libs/Ice-3.3.1-r2 index 209ca3a470c4..f263b9d2e331 100644 --- a/metadata/cache/dev-libs/Ice-3.3.1-r2 +++ b/metadata/cache/dev-libs/Ice-3.3.1-r2 @@ -1,5 +1,5 @@ ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g || ( >=sys-libs/db-4.6.21:4.6[cxx] >=sys-libs/db-4.6.21:4.6[-nocxx] ) =dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( >=dev-lang/python-2.4 ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g || ( >=sys-libs/db-4.6.21:4.6[cxx] >=sys-libs/db-4.6.21:4.6[-nocxx] ) =dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g >=sys-libs/db-4.6.21:4.6[cxx] =dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( >=dev-lang/python-2.4 ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8g >=sys-libs/db-4.6.21:4.6[cxx] =dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) 0 http://www.zeroc.com/download/Ice/3.3/Ice-3.3.1.tar.gz doc? ( http://www.zeroc.com/download/Ice/3.3/Ice-3.3.1.pdf.gz ) diff --git a/metadata/cache/dev-libs/Ice-3.4.0 b/metadata/cache/dev-libs/Ice-3.4.0 index 4ce29ac33890..4eae2132bafc 100644 --- a/metadata/cache/dev-libs/Ice-3.4.0 +++ b/metadata/cache/dev-libs/Ice-3.4.0 @@ -1,5 +1,5 @@ ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8o || ( >=sys-libs/db-4.8.30:4.8[cxx] >=sys-libs/db-4.8.30:4.8[-nocxx] ) =dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( >=dev-lang/python-2.4 ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8o || ( >=sys-libs/db-4.8.30:4.8[cxx] >=sys-libs/db-4.8.30:4.8[-nocxx] ) =dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8o >=sys-libs/db-4.8.30:4.8[cxx] =dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( >=dev-lang/python-2.4 ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.4 >=dev-libs/openssl-0.9.8o >=sys-libs/db-4.8.30:4.8[cxx] =dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) 0 http://www.zeroc.com/download/Ice/3.4/Ice-3.4.0.tar.gz doc? ( http://www.zeroc.com/download/Ice/3.4/Ice-3.4.0.pdf.gz ) diff --git a/metadata/cache/dev-libs/Ice-3.4.1 b/metadata/cache/dev-libs/Ice-3.4.1 index 0f71044f1bb6..df0292cb29d9 100644 --- a/metadata/cache/dev-libs/Ice-3.4.1 +++ b/metadata/cache/dev-libs/Ice-3.4.1 @@ -1,5 +1,5 @@ ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o || ( >=sys-libs/db-4.8.30:4.8[cxx] >=sys-libs/db-4.8.30:4.8[-nocxx] ) ~dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( =dev-lang/python-2* ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o || ( >=sys-libs/db-4.8.30:4.8[cxx] >=sys-libs/db-4.8.30:4.8[-nocxx] ) ~dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o >=sys-libs/db-4.8.30:4.8[cxx] ~dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( =dev-lang/python-2* ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o >=sys-libs/db-4.8.30:4.8[cxx] ~dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) 0 http://www.zeroc.com/download/Ice/3.4/Ice-3.4.1.tar.gz doc? ( http://www.zeroc.com/download/Ice/3.4/Ice-3.4.1.pdf.gz ) diff --git a/metadata/cache/dev-libs/Ice-3.4.2 b/metadata/cache/dev-libs/Ice-3.4.2 index e07994a3ffcc..a10badbb83aa 100644 --- a/metadata/cache/dev-libs/Ice-3.4.2 +++ b/metadata/cache/dev-libs/Ice-3.4.2 @@ -1,5 +1,5 @@ ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o || ( >=sys-libs/db-4.8.30[cxx] >=sys-libs/db-4.8.30[-nocxx] ) ~dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( =dev-lang/python-2* ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) ->=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o || ( >=sys-libs/db-4.8.30[cxx] >=sys-libs/db-4.8.30[-nocxx] ) ~dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o >=sys-libs/db-4.8.30[cxx] ~dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby ncurses? ( sys-libs/ncurses sys-libs/readline ) test? ( =dev-lang/python-2* ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 >=dev-libs/openssl-0.9.8o >=sys-libs/db-4.8.30[cxx] ~dev-cpp/libmcpp-2.7.2 ruby? ( dev-lang/ruby:1.8 ) mono? ( dev-lang/mono ) !dev-python/IcePy !dev-ruby/IceRuby >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) 0 http://www.zeroc.com/download/Ice/3.4/Ice-3.4.2.tar.gz doc? ( http://www.zeroc.com/download/Ice/3.4/Ice-3.4.2.pdf.gz ) diff --git a/metadata/cache/dev-libs/dbxml-2.5.16-r1 b/metadata/cache/dev-libs/dbxml-2.5.16-r1 index 12747529c84a..b650dc46fe46 100644 --- a/metadata/cache/dev-libs/dbxml-2.5.16-r1 +++ b/metadata/cache/dev-libs/dbxml-2.5.16-r1 @@ -1,5 +1,5 @@ -|| ( sys-libs/db:4.8[cxx,java?] sys-libs/db:4.8[-nocxx,java?] ) >=dev-libs/xerces-c-3 >=dev-libs/xqilla-2.1.2 sys-libs/zlib perl? ( dev-lang/perl ) python? ( >=dev-python/bsddb3-4.8.0 ) tcl? ( dev-lang/tcl ) java? ( >=virtual/jre-1.5 ) sys-devel/libtool java? ( >=virtual/jdk-1.5 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) dev-lang/perl[-build] java? ( >=dev-java/java-config-2.1.9-r1 ) -|| ( sys-libs/db:4.8[cxx,java?] sys-libs/db:4.8[-nocxx,java?] ) >=dev-libs/xerces-c-3 >=dev-libs/xqilla-2.1.2 sys-libs/zlib perl? ( dev-lang/perl ) python? ( >=dev-python/bsddb3-4.8.0 ) tcl? ( dev-lang/tcl ) java? ( >=virtual/jre-1.5 ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) dev-lang/perl[-build] java? ( >=dev-java/java-config-2.1.9-r1 ) +sys-libs/db:4.8[cxx,java?] >=dev-libs/xerces-c-3 >=dev-libs/xqilla-2.1.2 sys-libs/zlib perl? ( dev-lang/perl ) python? ( >=dev-python/bsddb3-4.8.0 ) tcl? ( dev-lang/tcl ) java? ( >=virtual/jre-1.5 ) sys-devel/libtool java? ( >=virtual/jdk-1.5 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) dev-lang/perl[-build] java? ( >=dev-java/java-config-2.1.9-r1 ) +sys-libs/db:4.8[cxx,java?] >=dev-libs/xerces-c-3 >=dev-libs/xqilla-2.1.2 sys-libs/zlib perl? ( dev-lang/perl ) python? ( >=dev-python/bsddb3-4.8.0 ) tcl? ( dev-lang/tcl ) java? ( >=virtual/jre-1.5 ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) dev-lang/perl[-build] java? ( >=dev-java/java-config-2.1.9-r1 ) 0 http://download-east.oracle.com/berkeley-db/dbxml-2.5.16.tar.gz http://download-west.oracle.com/berkeley-db/dbxml-2.5.16.tar.gz http://download-uk.oracle.com/berkeley-db/dbxml-2.5.16.tar.gz diff --git a/metadata/cache/dev-libs/glib-2.30.2 b/metadata/cache/dev-libs/glib-2.30.2 new file mode 100644 index 000000000000..651bd142d63f --- /dev/null +++ b/metadata/cache/dev-libs/glib-2.30.2 @@ -0,0 +1,22 @@ +virtual/libiconv virtual/libffi sys-libs/zlib xattr? ( sys-apps/attr ) fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-2.30.2 ) >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 doc? ( >=dev-libs/libxslt-1.0 >=dev-util/gdbus-codegen-2.30.2 >=dev-util/gtk-doc-1.15 ~app-text/docbook-xml-dtd-4.1.2 ) systemtap? ( >=dev-util/systemtap-1.3 ) test? ( sys-devel/gdb =dev-lang/python-2* >=dev-util/gdbus-codegen-2.30.2 >=sys-apps/dbus-1.2.14 ) !=sys-devel/autoconf-2.61 sys-devel/libtool app-arch/xz-utils >=app-admin/eselect-python-20091230 utils? ( =dev-lang/python-2* ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +virtual/libiconv virtual/libffi sys-libs/zlib xattr? ( sys-apps/attr ) fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-2.30.2 ) >=app-admin/eselect-python-20091230 utils? ( =dev-lang/python-2* ) +2 +mirror://gnome/sources/glib/2.30/glib-2.30.2.tar.xz http://pkgconfig.freedesktop.org/releases/pkg-config-0.26.tar.gz + +http://www.gtk.org/ +LGPL-2 +The GLib library of C routines +~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux +autotools eutils flag-o-matic gnome.org libtool multilib pax-utils portability python toolchain-funcs user versionator virtualx +debug doc fam selinux +static-libs systemtap test utils xattr test + +!=dev-libs/glib-2.28:2 dev-libs/libusb:1 || ( sys-fs/udev[gudev] sys-fs/udev[extras] ) app-arch/xz-utils dev-libs/libxslt dev-util/pkgconfig +>=dev-libs/glib-2.28:2 dev-libs/libusb:1 || ( sys-fs/udev[gudev] sys-fs/udev[extras] ) +0 +http://people.freedesktop.org/~hughsient/releases/libgusb-0.1.2.tar.xz +test +https://gitorious.org/gusb/ +LGPL-2.1 +GObject wrapper for libusb +~amd64 ~x86 + +static-libs + + + +4 + +configure install + + + + + diff --git a/metadata/cache/dev-libs/ltxml-1.2.9 b/metadata/cache/dev-libs/ltxml-1.2.9 new file mode 100644 index 000000000000..5acbff54bfc9 --- /dev/null +++ b/metadata/cache/dev-libs/ltxml-1.2.9 @@ -0,0 +1,22 @@ +dev-lang/perl + +0 +ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/ltxml-1.2.9.tar.gz + +http://www.ltg.ed.ac.uk/software/xml/ +GPL-2 +Integrated set of XML tools and a developers tool-kit with C API +~ia64 ~ppc ~x86 +multilib toolchain-funcs + + + + +4 + +compile install prepare + + + + + diff --git a/metadata/cache/dev-libs/ppl-0.10.2-r1 b/metadata/cache/dev-libs/ppl-0.10.2-r1 index be6de9e174ea..e5e4073b9172 100644 --- a/metadata/cache/dev-libs/ppl-0.10.2-r1 +++ b/metadata/cache/dev-libs/ppl-0.10.2-r1 @@ -1,5 +1,5 @@ -|| ( >=dev-libs/gmp-4.1.3[cxx] >=dev-libs/gmp-4.1.3[-nocxx] ) lpsol? ( sci-mathematics/glpk ) sys-devel/m4 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool -|| ( >=dev-libs/gmp-4.1.3[cxx] >=dev-libs/gmp-4.1.3[-nocxx] ) lpsol? ( sci-mathematics/glpk ) +>=dev-libs/gmp-4.1.3[cxx] lpsol? ( sci-mathematics/glpk ) sys-devel/m4 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool +>=dev-libs/gmp-4.1.3[cxx] lpsol? ( sci-mathematics/glpk ) 0 http://www.cs.unipr.it/ppl/Download/ftp/releases/0.10.2/ppl-0.10.2.tar.bz2 mirror://gentoo/ppl-0.10.2-gmp-5-fix.patch.bz2 diff --git a/metadata/cache/dev-libs/ppl-0.11.2 b/metadata/cache/dev-libs/ppl-0.11.2 index 9bbf73490546..0005523d033d 100644 --- a/metadata/cache/dev-libs/ppl-0.11.2 +++ b/metadata/cache/dev-libs/ppl-0.11.2 @@ -1,5 +1,5 @@ -|| ( >=dev-libs/gmp-4.1.3[cxx] >=dev-libs/gmp-4.1.3[-nocxx] ) lpsol? ( sci-mathematics/glpk ) !=dev-libs/gmp-4.1.3[cxx] >=dev-libs/gmp-4.1.3[-nocxx] ) lpsol? ( sci-mathematics/glpk ) !=dev-libs/gmp-4.1.3[cxx] lpsol? ( sci-mathematics/glpk ) !=dev-libs/gmp-4.1.3[cxx] lpsol? ( sci-mathematics/glpk ) !=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) || ( =dev-lang/python-2.7*[xml] =dev-lang/python-2.6*[xml] =dev-lang/python-2.5*[xml] ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) || ( =dev-lang/python-2.7*[xml] =dev-lang/python-2.6*[xml] =dev-lang/python-2.5*[xml] ) 0 -mirror://gnome/sources/glib/2.30/glib-2.30.0.tar.xz +mirror://gnome/sources/glib/2.30/glib-2.30.2.tar.xz http://www.gtk.org/ LGPL-2 @@ -10,9 +10,9 @@ GDBus code and documentation generator eutils gnome.org multilib portability python toolchain-funcs user versionator ->=dev-libs/glib-2.30.0:2 +>=dev-libs/glib-2.30.2:2 -3 +4 install postinst postrm prepare setup test diff --git a/metadata/cache/games-roguelike/fargoal-20040629 b/metadata/cache/games-roguelike/fargoal-20040629 deleted file mode 100644 index cf375b907afd..000000000000 --- a/metadata/cache/games-roguelike/fargoal-20040629 +++ /dev/null @@ -1,22 +0,0 @@ -media-libs/allegro:0 app-arch/unzip -media-libs/allegro:0 -0 -mirror://sourceforge/squidfighter/fargoal20040629.zip - -http://squidfighter.sourceforge.net/fargoal/ -as-is -The Sword of Fargoal - a remake of C64's old dungeon crawler game -~amd64 ppc x86 -base eutils games multilib portability toolchain-funcs user - - - - -2 - -compile configure install postinst preinst prepare setup unpack - - - - - diff --git a/metadata/cache/mail-mta/postfix-2.9_pre20111112 b/metadata/cache/mail-mta/postfix-2.9_pre20111113 similarity index 96% rename from metadata/cache/mail-mta/postfix-2.9_pre20111112 rename to metadata/cache/mail-mta/postfix-2.9_pre20111113 index 1dd66ff3efc3..c58636e25153 100644 --- a/metadata/cache/mail-mta/postfix-2.9_pre20111112 +++ b/metadata/cache/mail-mta/postfix-2.9_pre20111113 @@ -1,7 +1,7 @@ >=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) ssl? ( dev-libs/openssl ) >=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g ) dovecot-sasl? ( net-mail/dovecot ) net-mail/mailbase selinux? ( sec-policy/selinux-postfix ) !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/nbsmtp !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward 0 -ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.9-20111112.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v10-2.8.5.patch ) +ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.9-20111113.tar.gz vda? ( http://vda.sourceforge.net/VDA/postfix-vda-v10-2.8.5.patch ) http://www.postfix.org/ IBM diff --git a/metadata/cache/media-gfx/asymptote-2.13 b/metadata/cache/media-gfx/asymptote-2.13 index b20c339bd21a..db28a4067d14 100644 --- a/metadata/cache/media-gfx/asymptote-2.13 +++ b/metadata/cache/media-gfx/asymptote-2.13 @@ -1,5 +1,5 @@ ->=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 imagemagick? ( media-gfx/imagemagick[png] ) sigsegv? ( dev-libs/libsigsegv ) boehm-gc? ( || ( >=dev-libs/boehm-gc-7.0[cxx,threads] >=dev-libs/boehm-gc-7.0[-nocxx,threads] ) ) fftw? ( >=sci-libs/fftw-3.0.1 ) gsl? ( sci-libs/gsl ) X? ( x11-misc/xdg-utils dev-lang/python dev-python/imaging[tk] ) latex? ( virtual/latex-base dev-texlive/texlive-latexextra ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) doc? ( dev-lang/perl virtual/texi2dvi virtual/latex-base media-gfx/imagemagick[png] ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool virtual/latex-base >=sys-apps/texinfo-4.2-r5 >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) ->=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 imagemagick? ( media-gfx/imagemagick[png] ) sigsegv? ( dev-libs/libsigsegv ) boehm-gc? ( || ( >=dev-libs/boehm-gc-7.0[cxx,threads] >=dev-libs/boehm-gc-7.0[-nocxx,threads] ) ) fftw? ( >=sci-libs/fftw-3.0.1 ) gsl? ( sci-libs/gsl ) X? ( x11-misc/xdg-utils dev-lang/python dev-python/imaging[tk] ) latex? ( virtual/latex-base dev-texlive/texlive-latexextra ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) virtual/latex-base >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 imagemagick? ( media-gfx/imagemagick[png] ) sigsegv? ( dev-libs/libsigsegv ) boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) fftw? ( >=sci-libs/fftw-3.0.1 ) gsl? ( sci-libs/gsl ) X? ( x11-misc/xdg-utils dev-lang/python dev-python/imaging[tk] ) latex? ( virtual/latex-base dev-texlive/texlive-latexextra ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) doc? ( dev-lang/perl virtual/texi2dvi virtual/latex-base media-gfx/imagemagick[png] ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool virtual/latex-base >=sys-apps/texinfo-4.2-r5 >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) +>=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 imagemagick? ( media-gfx/imagemagick[png] ) sigsegv? ( dev-libs/libsigsegv ) boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) fftw? ( >=sci-libs/fftw-3.0.1 ) gsl? ( sci-libs/gsl ) X? ( x11-misc/xdg-utils dev-lang/python dev-python/imaging[tk] ) latex? ( virtual/latex-base dev-texlive/texlive-latexextra ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) virtual/latex-base >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* ) 0 mirror://sourceforge/asymptote/asymptote-2.13.src.tgz diff --git a/metadata/cache/media-gfx/inkscape-0.48.2 b/metadata/cache/media-gfx/inkscape-0.48.2 index bcf2a395fa60..27972cedfb38 100644 --- a/metadata/cache/media-gfx/inkscape-0.48.2 +++ b/metadata/cache/media-gfx/inkscape-0.48.2 @@ -1,5 +1,5 @@ ->=app-text/poppler-0.12.3-r3[cairo,xpdf-headers] dev-cpp/glibmm >=dev-cpp/gtkmm-2.18.0:2.4 >=dev-libs/boehm-gc-6.4 >=dev-libs/glib-2.6.5 >=dev-libs/libsigc++-2.0.12 >=dev-libs/libxml2-2.6.20 >=dev-libs/libxslt-1.0.15 dev-libs/popt dev-python/lxml media-gfx/imagemagick media-libs/fontconfig media-libs/freetype:2 >=media-libs/libpng-1.2 app-text/libwpd:0.9 app-text/libwpg:0.2 sci-libs/gsl x11-libs/libXft >=x11-libs/gtk+-2.10.7:2 >=x11-libs/pango-1.4.0 || ( dev-lang/python[xml] dev-python/pyxml ) gnome? ( >=gnome-base/gnome-vfs-2.0 ) lcms? ( media-libs/lcms:0 ) spell? ( app-text/aspell app-text/gtkspell:2 ) dev-libs/boost sys-devel/gettext dev-util/pkgconfig x11-libs/libX11 >=dev-util/intltool-0.29 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 ->=app-text/poppler-0.12.3-r3[cairo,xpdf-headers] dev-cpp/glibmm >=dev-cpp/gtkmm-2.18.0:2.4 >=dev-libs/boehm-gc-6.4 >=dev-libs/glib-2.6.5 >=dev-libs/libsigc++-2.0.12 >=dev-libs/libxml2-2.6.20 >=dev-libs/libxslt-1.0.15 dev-libs/popt dev-python/lxml media-gfx/imagemagick media-libs/fontconfig media-libs/freetype:2 >=media-libs/libpng-1.2 app-text/libwpd:0.9 app-text/libwpg:0.2 sci-libs/gsl x11-libs/libXft >=x11-libs/gtk+-2.10.7:2 >=x11-libs/pango-1.4.0 || ( dev-lang/python[xml] dev-python/pyxml ) gnome? ( >=gnome-base/gnome-vfs-2.0 ) lcms? ( media-libs/lcms:0 ) spell? ( app-text/aspell app-text/gtkspell:2 ) dev-python/numpy media-gfx/uniconvertor dia? ( app-office/dia ) gs? ( app-text/ghostscript-gpl ) wmf? ( media-libs/libwmf ) +>=app-text/poppler-0.12.3-r3[cairo,xpdf-headers] dev-cpp/glibmm >=dev-cpp/gtkmm-2.18.0:2.4 >=dev-libs/boehm-gc-6.4 >=dev-libs/glib-2.6.5 >=dev-libs/libsigc++-2.0.12 >=dev-libs/libxml2-2.6.20 >=dev-libs/libxslt-1.0.15 dev-libs/popt dev-python/lxml media-gfx/imagemagick[cxx] media-libs/fontconfig media-libs/freetype:2 >=media-libs/libpng-1.2 app-text/libwpd:0.9 app-text/libwpg:0.2 sci-libs/gsl x11-libs/libXft >=x11-libs/gtk+-2.10.7:2 >=x11-libs/pango-1.4.0 || ( dev-lang/python[xml] dev-python/pyxml ) gnome? ( >=gnome-base/gnome-vfs-2.0 ) lcms? ( media-libs/lcms:0 ) spell? ( app-text/aspell app-text/gtkspell:2 ) dev-libs/boost sys-devel/gettext dev-util/pkgconfig x11-libs/libX11 >=dev-util/intltool-0.29 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 +>=app-text/poppler-0.12.3-r3[cairo,xpdf-headers] dev-cpp/glibmm >=dev-cpp/gtkmm-2.18.0:2.4 >=dev-libs/boehm-gc-6.4 >=dev-libs/glib-2.6.5 >=dev-libs/libsigc++-2.0.12 >=dev-libs/libxml2-2.6.20 >=dev-libs/libxslt-1.0.15 dev-libs/popt dev-python/lxml media-gfx/imagemagick[cxx] media-libs/fontconfig media-libs/freetype:2 >=media-libs/libpng-1.2 app-text/libwpd:0.9 app-text/libwpg:0.2 sci-libs/gsl x11-libs/libXft >=x11-libs/gtk+-2.10.7:2 >=x11-libs/pango-1.4.0 || ( dev-lang/python[xml] dev-python/pyxml ) gnome? ( >=gnome-base/gnome-vfs-2.0 ) lcms? ( media-libs/lcms:0 ) spell? ( app-text/aspell app-text/gtkspell:2 ) dev-python/numpy media-gfx/uniconvertor dia? ( app-office/dia ) gs? ( app-text/ghostscript-gpl ) wmf? ( media-libs/libwmf ) 0 mirror://sourceforge/inkscape/inkscape-0.48.2.tar.bz2 test diff --git a/metadata/cache/media-gfx/sxiv-1.0 b/metadata/cache/media-gfx/sxiv-1.0 new file mode 100644 index 000000000000..1e39baa77265 --- /dev/null +++ b/metadata/cache/media-gfx/sxiv-1.0 @@ -0,0 +1,22 @@ +media-libs/imlib2[X] x11-libs/libX11 +media-libs/imlib2[X] x11-libs/libX11 +0 +https://github.com/downloads/muennich/sxiv/sxiv-1.0.tar.gz + +https://github.com/muennich/sxiv/ +GPL-2 +Simple (or small or suckless) X Image Viewer +~amd64 ~x86 +eutils multilib portability savedconfig toolchain-funcs user +savedconfig + + + +4 + +compile install prepare + + + + + diff --git a/metadata/cache/media-libs/opencv-2.3.1a b/metadata/cache/media-libs/opencv-2.3.1a index 0d6eb5aa5e6a..30381275f262 100644 --- a/metadata/cache/media-libs/opencv-2.3.1a +++ b/metadata/cache/media-libs/opencv-2.3.1a @@ -1,5 +1,5 @@ -app-arch/bzip2 sys-libs/zlib cuda? ( >=dev-util/nvidia-cuda-toolkit-4 ) eigen? ( dev-cpp/eigen:2 ) ffmpeg? ( || ( media-video/ffmpeg <=media-video/libav-0.7.9999 ) ) gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base ) gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/jasper ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) ipp? ( sci-libs/ipp ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) python? ( dev-python/numpy ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-test:4 opengl? ( x11-libs/qt-opengl:4 ) ) tiff? ( media-libs/tiff ) v4l? ( >=media-libs/libv4l-0.8.3 ) xine? ( media-libs/xine-lib ) doc? ( virtual/latex-base ) dev-util/pkgconfig >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) -app-arch/bzip2 sys-libs/zlib cuda? ( >=dev-util/nvidia-cuda-toolkit-4 ) eigen? ( dev-cpp/eigen:2 ) ffmpeg? ( || ( media-video/ffmpeg <=media-video/libav-0.7.9999 ) ) gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base ) gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/jasper ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) ipp? ( sci-libs/ipp ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) python? ( dev-python/numpy ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-test:4 opengl? ( x11-libs/qt-opengl:4 ) ) tiff? ( media-libs/tiff ) v4l? ( >=media-libs/libv4l-0.8.3 ) xine? ( media-libs/xine-lib ) >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) +app-arch/bzip2 sys-libs/zlib cuda? ( >=dev-util/nvidia-cuda-toolkit-4 ) eigen? ( dev-cpp/eigen:2 ) ffmpeg? ( virtual/ffmpeg ) gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base ) gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/jasper ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) ipp? ( sci-libs/ipp ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) python? ( dev-python/numpy ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-test:4 opengl? ( x11-libs/qt-opengl:4 ) ) tiff? ( media-libs/tiff ) v4l? ( >=media-libs/libv4l-0.8.3 ) xine? ( media-libs/xine-lib ) doc? ( virtual/latex-base ) dev-util/pkgconfig >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) +app-arch/bzip2 sys-libs/zlib cuda? ( >=dev-util/nvidia-cuda-toolkit-4 ) eigen? ( dev-cpp/eigen:2 ) ffmpeg? ( virtual/ffmpeg ) gstreamer? ( media-libs/gstreamer media-libs/gst-plugins-base ) gtk? ( dev-libs/glib:2 x11-libs/gtk+:2 ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/jasper ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) ipp? ( sci-libs/ipp ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) python? ( dev-python/numpy ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-test:4 opengl? ( x11-libs/qt-opengl:4 ) ) tiff? ( media-libs/tiff ) v4l? ( >=media-libs/libv4l-0.8.3 ) xine? ( media-libs/xine-lib ) >=app-admin/eselect-python-20091230 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) ) 0 mirror://sourceforge/opencvlibrary/OpenCV-2.3.1a.tar.bz2 diff --git a/metadata/cache/media-plugins/audacious-plugins-3.0.3 b/metadata/cache/media-plugins/audacious-plugins-3.0.3 index 7a12b8e460e2..236686c7c4ad 100644 --- a/metadata/cache/media-plugins/audacious-plugins-3.0.3 +++ b/metadata/cache/media-plugins/audacious-plugins-3.0.3 @@ -1,5 +1,5 @@ -app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 >=media-sound/audacious-3.0.2 >=net-libs/neon-0.26.4 >=x11-libs/gtk+-2.14:2 aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 >=dev-libs/libcdio-0.79-r1 ) cue? ( media-libs/libcue ) ffmpeg? ( >=media-video/ffmpeg-0.7.3 !media-video/libav ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) jack? ( >=media-libs/bio2jack-0.4 media-sound/jack-audio-connection-kit ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) mtp? ( media-libs/libmtp ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sid? ( >=media-libs/libsidplay-2.1.1-r2 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) nls? ( dev-util/intltool ) >=dev-util/pkgconfig-0.9.0 -app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 >=media-sound/audacious-3.0.2 >=net-libs/neon-0.26.4 >=x11-libs/gtk+-2.14:2 aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 >=dev-libs/libcdio-0.79-r1 ) cue? ( media-libs/libcue ) ffmpeg? ( >=media-video/ffmpeg-0.7.3 !media-video/libav ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) jack? ( >=media-libs/bio2jack-0.4 media-sound/jack-audio-connection-kit ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) mtp? ( media-libs/libmtp ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sid? ( >=media-libs/libsidplay-2.1.1-r2 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) +app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug >=media-sound/audacious-3.0.2 >=net-libs/neon-0.26.4 x11-libs/gtk+:3 aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 >=dev-libs/libcdio-0.79-r1 ) cue? ( media-libs/libcue ) ffmpeg? ( >=media-video/ffmpeg-0.7.3 !media-video/libav ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) jack? ( >=media-libs/bio2jack-0.4 media-sound/jack-audio-connection-kit ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) mtp? ( media-libs/libmtp ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sid? ( >=media-libs/libsidplay-2.1.1-r2 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) nls? ( dev-util/intltool ) >=dev-util/pkgconfig-0.9.0 +app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug >=media-sound/audacious-3.0.2 >=net-libs/neon-0.26.4 x11-libs/gtk+:3 aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 >=dev-libs/libcdio-0.79-r1 ) cue? ( media-libs/libcue ) ffmpeg? ( >=media-video/ffmpeg-0.7.3 !media-video/libav ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) jack? ( >=media-libs/bio2jack-0.4 media-sound/jack-audio-connection-kit ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) mtp? ( media-libs/libmtp ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sid? ( >=media-libs/libsidplay-2.1.1-r2 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) 0 http://distfiles.atheme.org/audacious-plugins-3.0.3.tar.bz2 diff --git a/metadata/cache/media-plugins/audacious-plugins-3.1 b/metadata/cache/media-plugins/audacious-plugins-3.1 new file mode 100644 index 000000000000..7a122074d0c3 --- /dev/null +++ b/metadata/cache/media-plugins/audacious-plugins-3.1 @@ -0,0 +1,22 @@ +app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug >=media-sound/audacious-3.1 >=net-libs/neon-0.26.4 x11-libs/gtk+:3 aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 >=dev-libs/libcdio-0.79-r1 ) cue? ( media-libs/libcue ) ffmpeg? ( >=media-video/ffmpeg-0.7.3 !media-video/libav ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) jack? ( >=media-libs/bio2jack-0.4 media-sound/jack-audio-connection-kit ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) mtp? ( media-libs/libmtp ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sid? ( >=media-libs/libsidplay-2.1.1-r2 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) nls? ( dev-util/intltool ) >=dev-util/pkgconfig-0.9.0 +app-arch/unzip >=dev-libs/dbus-glib-0.60 dev-libs/libxml2:2 media-libs/libmodplug >=media-sound/audacious-3.1 >=net-libs/neon-0.26.4 x11-libs/gtk+:3 aac? ( >=media-libs/faad2-2.7 ) adplug? ( >=dev-cpp/libbinio-1.4 ) alsa? ( >=media-libs/alsa-lib-1.0.16 ) bs2b? ( media-libs/libbs2b ) cdda? ( >=media-libs/libcddb-1.2.1 >=dev-libs/libcdio-0.79-r1 ) cue? ( media-libs/libcue ) ffmpeg? ( >=media-video/ffmpeg-0.7.3 !media-video/libav ) flac? ( >=media-libs/libvorbis-1.0 >=media-libs/flac-1.2.1-r1 ) fluidsynth? ( media-sound/fluidsynth ) jack? ( >=media-libs/bio2jack-0.4 media-sound/jack-audio-connection-kit ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) libsamplerate? ( media-libs/libsamplerate ) mms? ( >=media-libs/libmms-0.3 ) mp3? ( >=media-sound/mpg123-1.12.1 ) mtp? ( media-libs/libmtp ) pulseaudio? ( >=media-sound/pulseaudio-0.9.3 ) scrobbler? ( net-misc/curl ) sid? ( >=media-libs/libsidplay-2.1.1-r2 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 ) wavpack? ( >=media-sound/wavpack-4.50.1-r1 ) +0 +http://distfiles.atheme.org/audacious-plugins-3.1.tar.bz2 + +http://audacious-media-player.org/ +GPL-2 +Audacious Player - Your music, your way, no exceptions +~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux +eutils flag-o-matic multilib portability toolchain-funcs user +aac adplug alsa aqua bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile sse2 vorbis wavpack + + + +4 + +compile configure install + + + + + diff --git a/metadata/cache/media-sound/audacious-3.1 b/metadata/cache/media-sound/audacious-3.1 new file mode 100644 index 000000000000..d4837a25931b --- /dev/null +++ b/metadata/cache/media-sound/audacious-3.1 @@ -0,0 +1,22 @@ +>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.16 >=dev-libs/libmcs-0.7.1-r2 >=dev-libs/libmowgli-0.9.50 dev-libs/libxml2 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 x11-libs/gtk+:3 session? ( x11-libs/libSM ) >=dev-util/pkgconfig-0.9.0 chardet? ( app-i18n/libguess ) nls? ( dev-util/intltool ) +>=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.16 >=dev-libs/libmcs-0.7.1-r2 >=dev-libs/libmowgli-0.9.50 dev-libs/libxml2 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 x11-libs/gtk+:3 session? ( x11-libs/libSM ) +0 +http://distfiles.atheme.org/audacious-3.1.tar.bz2 mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2 + +http://audacious-media-player.org/ +GPL-2 +Audacious Player - Your music, your way, no exceptions +~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux + +altivec chardet nls session sse2 + +>=media-plugins/audacious-plugins-3.1 + +4 + +configure install + + + + + diff --git a/metadata/cache/media-video/libav-9999 b/metadata/cache/media-video/libav-9999 index 4ab2291456be..be79c85a3082 100644 --- a/metadata/cache/media-video/libav-9999 +++ b/metadata/cache/media-video/libav-9999 @@ -1,5 +1,5 @@ -!media-video/ffmpeg alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) bzip2? ( app-arch/bzip2 ) dirac? ( media-video/dirac ) encode? ( aac? ( media-libs/vo-aacenc ) amr? ( media-libs/vo-amrwbenc ) faac? ( media-libs/faac ) mp3? ( >=media-sound/lame-3.98.3 ) theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg ) vorbis? ( media-libs/libvorbis media-libs/libogg ) x264? ( >=media-libs/x264-0.0.20110426 ) xvid? ( >=media-libs/xvid-1.1.0 ) ) truetype? ( media-libs/freetype ) frei0r? ( media-plugins/frei0r-plugins ) gsm? ( >=media-sound/gsm-1.0.12-r1 ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) jack? ( media-sound/jack-audio-connection-kit ) jpeg2k? ( >=media-libs/openjpeg-1.3-r2 ) rtmp? ( >=media-video/rtmpdump-2.2f ) sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] ) schroedinger? ( media-libs/schroedinger ) speex? ( >=media-libs/speex-1.2_beta3 ) vaapi? ( x11-libs/libva ) video_cards_nvidia? ( vdpau? ( x11-libs/libvdpau ) ) vpx? ( >=media-libs/libvpx-0.9.6 ) X? ( x11-libs/libX11 x11-libs/libXext ) zlib? ( sys-libs/zlib ) >=sys-devel/make-3.81 dirac? ( dev-util/pkgconfig ) doc? ( app-text/texi2html ) mmx? ( dev-lang/yasm ) rtmp? ( dev-util/pkgconfig ) schroedinger? ( dev-util/pkgconfig ) test? ( net-misc/wget ) v4l? ( sys-kernel/linux-headers ) dev-vcs/git -!media-video/ffmpeg alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) bzip2? ( app-arch/bzip2 ) dirac? ( media-video/dirac ) encode? ( aac? ( media-libs/vo-aacenc ) amr? ( media-libs/vo-amrwbenc ) faac? ( media-libs/faac ) mp3? ( >=media-sound/lame-3.98.3 ) theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg ) vorbis? ( media-libs/libvorbis media-libs/libogg ) x264? ( >=media-libs/x264-0.0.20110426 ) xvid? ( >=media-libs/xvid-1.1.0 ) ) truetype? ( media-libs/freetype ) frei0r? ( media-plugins/frei0r-plugins ) gsm? ( >=media-sound/gsm-1.0.12-r1 ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) jack? ( media-sound/jack-audio-connection-kit ) jpeg2k? ( >=media-libs/openjpeg-1.3-r2 ) rtmp? ( >=media-video/rtmpdump-2.2f ) sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] ) schroedinger? ( media-libs/schroedinger ) speex? ( >=media-libs/speex-1.2_beta3 ) vaapi? ( x11-libs/libva ) video_cards_nvidia? ( vdpau? ( x11-libs/libvdpau ) ) vpx? ( >=media-libs/libvpx-0.9.6 ) X? ( x11-libs/libX11 x11-libs/libXext ) zlib? ( sys-libs/zlib ) +!media-video/ffmpeg alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) bzip2? ( app-arch/bzip2 ) cdio? ( dev-libs/libcdio ) dirac? ( media-video/dirac ) encode? ( aac? ( media-libs/vo-aacenc ) amr? ( media-libs/vo-amrwbenc ) faac? ( media-libs/faac ) mp3? ( >=media-sound/lame-3.98.3 ) theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg ) vorbis? ( media-libs/libvorbis media-libs/libogg ) x264? ( >=media-libs/x264-0.0.20110426 ) xvid? ( >=media-libs/xvid-1.1.0 ) ) truetype? ( media-libs/freetype ) frei0r? ( media-plugins/frei0r-plugins ) gsm? ( >=media-sound/gsm-1.0.12-r1 ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) jack? ( media-sound/jack-audio-connection-kit ) jpeg2k? ( >=media-libs/openjpeg-1.3-r2 ) rtmp? ( >=media-video/rtmpdump-2.2f ) ssl? ( openssl? ( dev-libs/openssl ) !openssl? ( net-libs/gnutls ) ) sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] ) schroedinger? ( media-libs/schroedinger ) speex? ( >=media-libs/speex-1.2_beta3 ) vaapi? ( x11-libs/libva ) video_cards_nvidia? ( vdpau? ( x11-libs/libvdpau ) ) vpx? ( >=media-libs/libvpx-0.9.6 ) X? ( x11-libs/libX11 x11-libs/libXext ) zlib? ( sys-libs/zlib ) >=sys-devel/make-3.81 dirac? ( dev-util/pkgconfig ) doc? ( app-text/texi2html ) mmx? ( dev-lang/yasm ) rtmp? ( dev-util/pkgconfig ) schroedinger? ( dev-util/pkgconfig ) test? ( net-misc/wget ) v4l? ( sys-kernel/linux-headers ) dev-vcs/git +!media-video/ffmpeg alsa? ( media-libs/alsa-lib ) amr? ( media-libs/opencore-amr ) bzip2? ( app-arch/bzip2 ) cdio? ( dev-libs/libcdio ) dirac? ( media-video/dirac ) encode? ( aac? ( media-libs/vo-aacenc ) amr? ( media-libs/vo-amrwbenc ) faac? ( media-libs/faac ) mp3? ( >=media-sound/lame-3.98.3 ) theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg ) vorbis? ( media-libs/libvorbis media-libs/libogg ) x264? ( >=media-libs/x264-0.0.20110426 ) xvid? ( >=media-libs/xvid-1.1.0 ) ) truetype? ( media-libs/freetype ) frei0r? ( media-plugins/frei0r-plugins ) gsm? ( >=media-sound/gsm-1.0.12-r1 ) ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 ) jack? ( media-sound/jack-audio-connection-kit ) jpeg2k? ( >=media-libs/openjpeg-1.3-r2 ) rtmp? ( >=media-video/rtmpdump-2.2f ) ssl? ( openssl? ( dev-libs/openssl ) !openssl? ( net-libs/gnutls ) ) sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] ) schroedinger? ( media-libs/schroedinger ) speex? ( >=media-libs/speex-1.2_beta3 ) vaapi? ( x11-libs/libva ) video_cards_nvidia? ( vdpau? ( x11-libs/libvdpau ) ) vpx? ( >=media-libs/libvpx-0.9.6 ) X? ( x11-libs/libX11 x11-libs/libXext ) zlib? ( sys-libs/zlib ) 0 test @@ -8,8 +8,8 @@ LGPL-2 gpl? ( GPL-3 ) Complete solution to record, convert and stream audio and video. eutils flag-o-matic git-2 multilib portability toolchain-funcs user -+3dnow +3dnowext aac alsa altivec amr bindist +bzip2 cpudetection custom-cflags debug dirac doc +encode faac truetype frei0r +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network oss pic qt-faststart rtmp schroedinger sdl speex +ssse3 static-libs test theora threads v4l vaapi vdpau vorbis vpx X x264 xvid +zlib video_cards_nvidia -bindist? ( !faac ) amr? ( gpl ) aac? ( gpl ) ++3dnow +3dnowext aac alsa altivec amr bindist +bzip2 cdio cpudetection custom-cflags debug dirac doc +encode faac truetype frei0r +gpl gsm +hardcoded-tables ieee1394 jack jpeg2k +mmx +mmxext mp3 network openssl oss pic pulseaudio qt-faststart rtmp schroedinger sdl speex ssl +ssse3 static-libs test theora threads v4l vaapi vdpau vorbis vpx X x264 xvid +zlib video_cards_nvidia 3dnow 3dnowext altivec avx mmx mmxext ssse3 vis neon iwmmxt +bindist? ( !faac !openssl ) amr? ( gpl ) aac? ( gpl ) 4 diff --git a/metadata/cache/media-video/motion-3.2.11.1 b/metadata/cache/media-video/motion-3.2.11.1 deleted file mode 100644 index 0a067163124c..000000000000 --- a/metadata/cache/media-video/motion-3.2.11.1 +++ /dev/null @@ -1,22 +0,0 @@ -sys-libs/zlib virtual/jpeg ffmpeg? ( virtual/ffmpeg ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) v4l? ( virtual/os-headers ) -sys-libs/zlib virtual/jpeg ffmpeg? ( virtual/ffmpeg ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) -0 -mirror://sourceforge/motion/motion-3.2.11.1.tar.gz - -http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome -GPL-2 -Motion is a video motion detector with tracking-support for webcams. -~alpha amd64 ~arm ~ppc ~x86 -eutils multilib portability toolchain-funcs user -ffmpeg mysql postgres v4l - - - -2 - -configure install postinst prepare setup - - - - - diff --git a/metadata/cache/media-video/motion-3.2.12 b/metadata/cache/media-video/motion-3.2.12 deleted file mode 100644 index 6e0aada7da1a..000000000000 --- a/metadata/cache/media-video/motion-3.2.12 +++ /dev/null @@ -1,22 +0,0 @@ -sys-libs/zlib virtual/jpeg ffmpeg? ( virtual/ffmpeg ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) v4l? ( virtual/os-headers ) -sys-libs/zlib virtual/jpeg ffmpeg? ( virtual/ffmpeg ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql-base ) -0 -mirror://sourceforge/motion/motion-3.2.12.tar.gz - -http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome -GPL-2 -A software motion detector -~alpha ~amd64 ~arm ~ppc ~x86 -eutils multilib portability toolchain-funcs user -ffmpeg mysql postgres v4l - - - -4 - -configure install postinst setup - - - - - diff --git a/metadata/cache/net-analyzer/nethogs-0.8.0 b/metadata/cache/net-analyzer/nethogs-0.8.0-r1 similarity index 100% rename from metadata/cache/net-analyzer/nethogs-0.8.0 rename to metadata/cache/net-analyzer/nethogs-0.8.0-r1 diff --git a/metadata/cache/net-ftp/proftpd-1.3.3g b/metadata/cache/net-ftp/proftpd-1.3.3g new file mode 100644 index 000000000000..128101d064b3 --- /dev/null +++ b/metadata/cache/net-ftp/proftpd-1.3.3g @@ -0,0 +1,22 @@ +acl? ( sys-apps/acl sys-apps/attr ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) ncurses? ( sys-libs/ncurses ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sftp? ( dev-libs/openssl ) ssl? ( dev-libs/openssl ) tcpd? ( sys-apps/tcp-wrappers ) xinetd? ( virtual/inetd ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool +acl? ( sys-apps/acl sys-apps/attr ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) ncurses? ( sys-libs/ncurses ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sftp? ( dev-libs/openssl ) ssl? ( dev-libs/openssl ) tcpd? ( sys-apps/tcp-wrappers ) xinetd? ( virtual/inetd ) net-ftp/ftpbase selinux? ( sec-policy/selinux-ftpd ) +0 +ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.3g.tar.bz2 case? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-case-0.4.tar.gz ) clamav? ( https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-0.11rc.tar.gz ) deflate? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-deflate-0.5.4.tar.gz ) kerberos? ( mirror://sourceforge/gssmod/mod_gss-1.3.3.tar.gz ) vroot? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-vroot-0.9.2.tar.gz ) + +http://www.proftpd.org/ http://www.castaglia.org/proftpd/ http://www.thrallingpenguin.com/resources/mod_clamav.htm http://gssmod.sourceforge.net/ +GPL-2 +An advanced and very configurable FTP server. +~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 +autotools eutils libtool multilib portability toolchain-funcs user +acl authfile ban +caps case clamav +ctrls deflate doc exec ifsession ident ipv6 kerberos ldap mysql ncurses nls pam postgres radius ratio readme rewrite selinux sftp shaper sitemisc softquota ssl tcpd trace vroot xinetd + + + +2 + +configure install postinst prepare setup + + + + + diff --git a/metadata/cache/net-ftp/proftpd-1.3.4_rc3 b/metadata/cache/net-ftp/proftpd-1.3.4a similarity index 78% rename from metadata/cache/net-ftp/proftpd-1.3.4_rc3 rename to metadata/cache/net-ftp/proftpd-1.3.4a index e94894d43a79..df07c5fbeb91 100644 --- a/metadata/cache/net-ftp/proftpd-1.3.4_rc3 +++ b/metadata/cache/net-ftp/proftpd-1.3.4a @@ -1,7 +1,7 @@ acl? ( virtual/acl ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) memcache? ( >=dev-libs/libmemcached-0.41 ) mysql? ( virtual/mysql ) nls? ( virtual/libiconv ) ncurses? ( sys-libs/ncurses ) pam? ( virtual/pam ) pcre? ( dev-libs/libpcre ) postgres? ( dev-db/postgresql-base ) sftp? ( dev-libs/openssl ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) xinetd? ( virtual/inetd ) test? ( dev-libs/check ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool acl? ( virtual/acl ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 ) ldap? ( net-nds/openldap ) memcache? ( >=dev-libs/libmemcached-0.41 ) mysql? ( virtual/mysql ) nls? ( virtual/libiconv ) ncurses? ( sys-libs/ncurses ) pam? ( virtual/pam ) pcre? ( dev-libs/libpcre ) postgres? ( dev-db/postgresql-base ) sftp? ( dev-libs/openssl ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) xinetd? ( virtual/inetd ) net-ftp/ftpbase selinux? ( sec-policy/selinux-ftpd ) 0 -ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.4rc3.tar.bz2 case? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-case-0.7.tar.gz ) clamav? ( https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-0.11rc.tar.gz ) diskuse? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-diskuse-0.9.tar.gz ) kerberos? ( mirror://sourceforge/gssmod/mod_gss-1.3.3.tar.gz ) vroot? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-vroot-0.9.2.tar.gz ) +ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.4a.tar.bz2 case? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-case-0.7.tar.gz ) clamav? ( https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-0.11rc.tar.gz ) diskuse? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-diskuse-0.9.tar.gz ) kerberos? ( mirror://sourceforge/gssmod/mod_gss-1.3.3.tar.gz ) vroot? ( http://www.castaglia.org/proftpd/modules/proftpd-mod-vroot-0.9.2.tar.gz ) http://www.proftpd.org/ http://www.castaglia.org/proftpd/ http://www.thrallingpenguin.com/resources/mod_clamav.htm http://gssmod.sourceforge.net/ GPL-2 diff --git a/metadata/cache/net-misc/batman-adv-2011.3.0 b/metadata/cache/net-misc/batman-adv-2011.3.1 similarity index 94% rename from metadata/cache/net-misc/batman-adv-2011.3.0 rename to metadata/cache/net-misc/batman-adv-2011.3.1 index da98eb0eb279..e3fbdbaf7429 100644 --- a/metadata/cache/net-misc/batman-adv-2011.3.0 +++ b/metadata/cache/net-misc/batman-adv-2011.3.1 @@ -1,7 +1,7 @@ kernel_linux? ( sys-apps/module-init-tools ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) kernel_linux? ( sys-apps/module-init-tools ) 0 -http://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-2011.3.0.tar.gz +http://downloads.open-mesh.org/batman/stable/sources/batman-adv/batman-adv-2011.3.1.tar.gz http://www.open-mesh.org/ GPL-2 diff --git a/metadata/cache/net-misc/freerdp-1.0_beta1 b/metadata/cache/net-misc/freerdp-1.0_beta1 index 71cefc1749af..683376a66ac7 100644 --- a/metadata/cache/net-misc/freerdp-1.0_beta1 +++ b/metadata/cache/net-misc/freerdp-1.0_beta1 @@ -1,5 +1,5 @@ -dev-libs/openssl sys-libs/zlib alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) pulseaudio? ( media-sound/pulseaudio ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) ) xkbfile? ( x11-libs/libxkbfile ) app-text/xmlto test? ( dev-util/cunit ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -dev-libs/openssl sys-libs/zlib alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) pulseaudio? ( media-sound/pulseaudio ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) ) xkbfile? ( x11-libs/libxkbfile ) +dev-libs/openssl sys-libs/zlib alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) ffmpeg? ( virtual/ffmpeg ) pulseaudio? ( media-sound/pulseaudio ) smartcard? ( sys-apps/pcsc-lite ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) xv? ( x11-libs/libXv ) ) xkbfile? ( x11-libs/libxkbfile ) app-text/xmlto test? ( dev-util/cunit ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +dev-libs/openssl sys-libs/zlib alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) ffmpeg? ( virtual/ffmpeg ) pulseaudio? ( media-sound/pulseaudio ) smartcard? ( sys-apps/pcsc-lite ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) xv? ( x11-libs/libXv ) ) xkbfile? ( x11-libs/libxkbfile ) 0 https://github.com/downloads/FreeRDP/FreeRDP/FreeRDP-1.0-beta1.tar.gz test @@ -8,7 +8,7 @@ Apache-2.0 Client-side implementation of the Remote Desktop Protocol ~amd64 ~x86 base cmake-utils eutils flag-o-matic multilib portability toolchain-funcs user -+alsa +cups directfb pulseaudio sse2 test +X +xcursor +xext +xinerama +xkbfile debug-transport debug-chanman debug-svc debug-dvc debug-kbd debug-nla debug-nego debug-certificate debug-license debug-gdi debug-rfx debug-x11 debug-rail debug-xv ++alsa +cups directfb ffmpeg pulseaudio smartcard sse2 test +X +xcursor +xext +xinerama +xkbfile +xv debug-transport debug-chanman debug-svc debug-dvc debug-kbd debug-nla debug-nego debug-certificate debug-license debug-gdi debug-rfx debug-x11 debug-rail debug-xv diff --git a/metadata/cache/net-misc/freerdp-9999.1 b/metadata/cache/net-misc/freerdp-9999.1 index 79f876476590..044f211d5849 100644 --- a/metadata/cache/net-misc/freerdp-9999.1 +++ b/metadata/cache/net-misc/freerdp-9999.1 @@ -1,5 +1,5 @@ -dev-libs/openssl sys-libs/zlib alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) pulseaudio? ( media-sound/pulseaudio ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) ) xkbfile? ( x11-libs/libxkbfile ) app-text/xmlto test? ( dev-util/cunit ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git -dev-libs/openssl sys-libs/zlib alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) pulseaudio? ( media-sound/pulseaudio ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) ) xkbfile? ( x11-libs/libxkbfile ) +dev-libs/openssl sys-libs/zlib alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) ffmpeg? ( virtual/ffmpeg ) pulseaudio? ( media-sound/pulseaudio ) smartcard? ( sys-apps/pcsc-lite ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) xv? ( x11-libs/libXv ) ) xkbfile? ( x11-libs/libxkbfile ) app-text/xmlto test? ( dev-util/cunit ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git +dev-libs/openssl sys-libs/zlib alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) ffmpeg? ( virtual/ffmpeg ) pulseaudio? ( media-sound/pulseaudio ) smartcard? ( sys-apps/pcsc-lite ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) xv? ( x11-libs/libXv ) ) xkbfile? ( x11-libs/libxkbfile ) 0 test @@ -8,7 +8,7 @@ Apache-2.0 Client-side implementation of the Remote Desktop Protocol base cmake-utils eutils flag-o-matic git-2 multilib portability toolchain-funcs user -+alsa +cups directfb pulseaudio sse2 test +X +xcursor +xext +xinerama +xkbfile debug-transport debug-chanman debug-svc debug-dvc debug-kbd debug-nla debug-nego debug-certificate debug-license debug-gdi debug-rfx debug-x11 debug-rail debug-xv ++alsa +cups directfb ffmpeg pulseaudio smartcard sse2 test +X +xcursor +xext +xinerama +xkbfile +xv debug-transport debug-chanman debug-svc debug-dvc debug-kbd debug-nla debug-nego debug-certificate debug-license debug-gdi debug-rfx debug-x11 debug-rail debug-xv debug-scard debug-orders debug-redir diff --git a/metadata/cache/net-misc/minidlna-1.0.21 b/metadata/cache/net-misc/minidlna-1.0.21 deleted file mode 100644 index fd4c98258ebb..000000000000 --- a/metadata/cache/net-misc/minidlna-1.0.21 +++ /dev/null @@ -1,22 +0,0 @@ -dev-db/sqlite media-libs/flac media-libs/libexif media-libs/libid3tag media-libs/libogg media-libs/libvorbis virtual/ffmpeg virtual/jpeg dev-util/pkgconfig -dev-db/sqlite media-libs/flac media-libs/libexif media-libs/libid3tag media-libs/libogg media-libs/libvorbis virtual/ffmpeg virtual/jpeg -0 -mirror://sourceforge/minidlna/minidlna_1.0.21_src.tar.gz - -http://minidlna.sourceforge.net/ -BSD GPL-2 -server software with the aim of being fully compliant with DLNA/UPnP-AV clients -~amd64 ~arm ~x86 -eutils multilib portability toolchain-funcs user - - - - -2 - -compile configure install prepare - - - - - diff --git a/metadata/cache/net-misc/minidlna-1.0.22 b/metadata/cache/net-misc/minidlna-1.0.22 index 30266c250e73..335a50734edb 100644 --- a/metadata/cache/net-misc/minidlna-1.0.22 +++ b/metadata/cache/net-misc/minidlna-1.0.22 @@ -12,7 +12,7 @@ eutils multilib portability toolchain-funcs user -2 +4 compile configure install prepare diff --git a/metadata/cache/net-misc/radvd-1.8.3 b/metadata/cache/net-misc/radvd-1.8.3 new file mode 100644 index 000000000000..322bc08728c5 --- /dev/null +++ b/metadata/cache/net-misc/radvd-1.8.3 @@ -0,0 +1,22 @@ +sys-devel/bison sys-devel/flex + +0 +http://v6web.litech.org/radvd/dist/radvd-1.8.3.tar.gz + +http://v6web.litech.org/radvd/ +BSD +Linux IPv6 Router Advertisement Daemon +~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd +eutils multilib portability toolchain-funcs user +kernel_FreeBSD + + + +4 + +configure install postinst setup + + + + + diff --git a/metadata/cache/net-wireless/crda-1.1.2-r2 b/metadata/cache/net-wireless/crda-1.1.2-r2 index d0973ec13568..751742179df8 100644 --- a/metadata/cache/net-wireless/crda-1.1.2-r2 +++ b/metadata/cache/net-wireless/crda-1.1.2-r2 @@ -1,5 +1,5 @@ -dev-libs/libgcrypt dev-libs/libnl:1.1 net-wireless/wireless-regdb dev-python/m2crypto -dev-libs/libgcrypt dev-libs/libnl:1.1 net-wireless/wireless-regdb >=sys-fs/udev-152 +dev-libs/libgcrypt dev-libs/libnl:1.1 net-wireless/wireless-regdb dev-python/m2crypto =dev-lang/python-2* >=app-admin/eselect-python-20091230 +dev-libs/libgcrypt dev-libs/libnl:1.1 net-wireless/wireless-regdb >=sys-fs/udev-152 >=app-admin/eselect-python-20091230 0 http://linuxwireless.org/download/crda/crda-1.1.2.tar.bz2 @@ -7,14 +7,14 @@ http://wireless.kernel.org/en/developers/Regulatory as-is Central Regulatory Domain Agent for wireless networks. ~amd64 ~mips ~ppc ~ppc64 ~x86 -eutils multilib portability toolchain-funcs user +eutils multilib portability python toolchain-funcs user 4 -compile install prepare test +compile install prepare setup test diff --git a/metadata/cache/net-wireless/iw-3.1 b/metadata/cache/net-wireless/iw-3.2 similarity index 71% rename from metadata/cache/net-wireless/iw-3.1 rename to metadata/cache/net-wireless/iw-3.2 index 3b48ab938625..77af5212e4f1 100644 --- a/metadata/cache/net-wireless/iw-3.1 +++ b/metadata/cache/net-wireless/iw-3.2 @@ -1,7 +1,7 @@ -dev-libs/libnl:1.1 dev-util/pkgconfig -dev-libs/libnl:1.1 +dev-libs/libnl dev-util/pkgconfig +dev-libs/libnl 0 -http://linuxwireless.org/download/iw/iw-3.1.tar.bz2 +http://linuxwireless.org/download/iw/iw-3.2.tar.bz2 http://wireless.kernel.org/en/users/Documentation/iw as-is diff --git a/metadata/cache/sci-mathematics/4ti2-1.3.2 b/metadata/cache/sci-mathematics/4ti2-1.3.2 index e226b6803051..9a30720bb8cf 100644 --- a/metadata/cache/sci-mathematics/4ti2-1.3.2 +++ b/metadata/cache/sci-mathematics/4ti2-1.3.2 @@ -1,5 +1,5 @@ -sci-mathematics/glpk[gmp] || ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool -sci-mathematics/glpk[gmp] || ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) +sci-mathematics/glpk[gmp] dev-libs/gmp[cxx] || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool +sci-mathematics/glpk[gmp] dev-libs/gmp[cxx] 0 http://4ti2.de/version_1.3.2/4ti2-1.3.2.tar.gz diff --git a/metadata/cache/sci-mathematics/4ti2-1.3.2-r1 b/metadata/cache/sci-mathematics/4ti2-1.3.2-r1 index 87fbfccfcf59..0c28c30b90c9 100644 --- a/metadata/cache/sci-mathematics/4ti2-1.3.2-r1 +++ b/metadata/cache/sci-mathematics/4ti2-1.3.2-r1 @@ -1,5 +1,5 @@ -sci-mathematics/glpk[gmp] || ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool -sci-mathematics/glpk[gmp] || ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) +sci-mathematics/glpk[gmp] dev-libs/gmp[cxx] || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool +sci-mathematics/glpk[gmp] dev-libs/gmp[cxx] 0 http://4ti2.de/version_1.3.2/4ti2-1.3.2.tar.gz diff --git a/metadata/cache/sci-mathematics/cgal-3.6.1 b/metadata/cache/sci-mathematics/cgal-3.6.1 index 0668b8a9b932..fbed5654af0e 100644 --- a/metadata/cache/sci-mathematics/cgal-3.6.1 +++ b/metadata/cache/sci-mathematics/cgal-3.6.1 @@ -1,5 +1,5 @@ -dev-libs/boost dev-libs/mpfr sys-libs/zlib x11-libs/libX11 virtual/opengl gmp? ( dev-libs/gmp || ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] ) ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) app-arch/xz-utils dev-util/pkgconfig >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -dev-libs/boost dev-libs/mpfr sys-libs/zlib x11-libs/libX11 virtual/opengl gmp? ( dev-libs/gmp || ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] ) ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) +dev-libs/boost dev-libs/mpfr sys-libs/zlib x11-libs/libX11 virtual/opengl gmp? ( dev-libs/gmp[cxx=] ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) app-arch/xz-utils dev-util/pkgconfig >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +dev-libs/boost dev-libs/mpfr sys-libs/zlib x11-libs/libX11 virtual/opengl gmp? ( dev-libs/gmp[cxx=] ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) 0 http://gforge.inria.fr/frs/download.php/27224/CGAL-3.6.1.tar.xz doc? ( http://gforge.inria.fr/frs/download.php/27230/CGAL-3.6.1-doc_html.tar.xz ) diff --git a/metadata/cache/sci-mathematics/cgal-3.7 b/metadata/cache/sci-mathematics/cgal-3.7 index b8d9491be20f..8093db8331e3 100644 --- a/metadata/cache/sci-mathematics/cgal-3.7 +++ b/metadata/cache/sci-mathematics/cgal-3.7 @@ -1,5 +1,5 @@ -dev-libs/boost dev-libs/mpfr sys-libs/zlib x11-libs/libX11 virtual/opengl gmp? ( dev-libs/gmp || ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] ) ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) app-arch/xz-utils dev-util/pkgconfig >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) -dev-libs/boost dev-libs/mpfr sys-libs/zlib x11-libs/libX11 virtual/opengl gmp? ( dev-libs/gmp || ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] ) ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) +dev-libs/boost dev-libs/mpfr sys-libs/zlib x11-libs/libX11 virtual/opengl gmp? ( dev-libs/gmp[cxx=] ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) app-arch/xz-utils dev-util/pkgconfig >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +dev-libs/boost dev-libs/mpfr sys-libs/zlib x11-libs/libX11 virtual/opengl gmp? ( dev-libs/gmp[cxx=] ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) 0 http://gforge.inria.fr/frs/download.php/27640/CGAL-3.7.tar.xz doc? ( http://gforge.inria.fr/frs/download.php/27644/CGAL-3.7-doc_html.tar.xz ) diff --git a/metadata/cache/sci-mathematics/frobby-0.8.2-r1 b/metadata/cache/sci-mathematics/frobby-0.8.2-r1 index dcd33c3b1237..a2e9e7997521 100644 --- a/metadata/cache/sci-mathematics/frobby-0.8.2-r1 +++ b/metadata/cache/sci-mathematics/frobby-0.8.2-r1 @@ -1,5 +1,5 @@ -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) doc? ( virtual/latex-base ) -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) +dev-libs/gmp[cxx] doc? ( virtual/latex-base ) +dev-libs/gmp[cxx] 0 http://www.broune.com/frobby/frobby_v0.8.2.tar.gz diff --git a/metadata/cache/sci-mathematics/gfan-0.4-r1 b/metadata/cache/sci-mathematics/gfan-0.4-r1 index 714cd20ddf5d..cc7192f0ae43 100644 --- a/metadata/cache/sci-mathematics/gfan-0.4-r1 +++ b/metadata/cache/sci-mathematics/gfan-0.4-r1 @@ -1,5 +1,5 @@ -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) sci-libs/cddlib -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) sci-libs/cddlib +dev-libs/gmp[cxx] sci-libs/cddlib +dev-libs/gmp[cxx] sci-libs/cddlib 0 http://www.math.tu-berlin.de/~jensen/software/gfan/gfan0.4plus.tar.gz diff --git a/metadata/cache/sci-mathematics/gfan-0.5 b/metadata/cache/sci-mathematics/gfan-0.5 index 8acca3549987..c79891b237da 100644 --- a/metadata/cache/sci-mathematics/gfan-0.5 +++ b/metadata/cache/sci-mathematics/gfan-0.5 @@ -1,5 +1,5 @@ -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) sci-libs/cddlib -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) sci-libs/cddlib +dev-libs/gmp[cxx] sci-libs/cddlib +dev-libs/gmp[cxx] sci-libs/cddlib 0 http://www.math.tu-berlin.de/~jensen/software/gfan/gfan0.5.tar.gz diff --git a/metadata/cache/sci-mathematics/normaliz-2.5-r1 b/metadata/cache/sci-mathematics/normaliz-2.5-r1 index b11f8ce20ad9..033ad6cbe1bd 100644 --- a/metadata/cache/sci-mathematics/normaliz-2.5-r1 +++ b/metadata/cache/sci-mathematics/normaliz-2.5-r1 @@ -1,5 +1,5 @@ -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) app-arch/unzip -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) +dev-libs/gmp[cxx] app-arch/unzip +dev-libs/gmp[cxx] 0 http://www.mathematik.uni-osnabrueck.de/normaliz/Normaliz2.5.zip diff --git a/metadata/cache/sci-mathematics/normaliz-2.7 b/metadata/cache/sci-mathematics/normaliz-2.7 index 8ee0e68f53de..939b3ca6c7d2 100644 --- a/metadata/cache/sci-mathematics/normaliz-2.7 +++ b/metadata/cache/sci-mathematics/normaliz-2.7 @@ -1,5 +1,5 @@ -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) app-arch/unzip dev-libs/boost -|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) +dev-libs/gmp[cxx] app-arch/unzip dev-libs/boost +dev-libs/gmp[cxx] 0 http://www.mathematik.uni-osnabrueck.de/normaliz/Normaliz2.7/Normaliz2.7.zip diff --git a/metadata/cache/sys-apps/tomoyo-tools-2.4.0_p20110929 b/metadata/cache/sys-apps/tomoyo-tools-2.4.0_p20111025 similarity index 77% rename from metadata/cache/sys-apps/tomoyo-tools-2.4.0_p20110929 rename to metadata/cache/sys-apps/tomoyo-tools-2.4.0_p20111025 index 444788101134..fcdcb0b6dcec 100644 --- a/metadata/cache/sys-apps/tomoyo-tools-2.4.0_p20110929 +++ b/metadata/cache/sys-apps/tomoyo-tools-2.4.0_p20111025 @@ -1,7 +1,7 @@ sys-libs/ncurses sys-libs/ncurses !sys-apps/ccs-tools 0 -mirror://sourceforge.jp/tomoyo/52848/tomoyo-tools-2.4.0-20110929.tar.gz +mirror://sourceforge.jp/tomoyo/52848/tomoyo-tools-2.4.0-20111025.tar.gz http://tomoyo.sourceforge.jp/ GPL-2 diff --git a/metadata/cache/sys-fs/aufs3-3_p20111114 b/metadata/cache/sys-fs/aufs3-3_p20111114 new file mode 100644 index 000000000000..39fc42c12157 --- /dev/null +++ b/metadata/cache/sys-fs/aufs3-3_p20111114 @@ -0,0 +1,22 @@ +dev-vcs/git kernel_linux? ( sys-apps/module-init-tools ) sys-apps/sed kernel_linux? ( virtual/linux-sources ) +!sys-fs/aufs !sys-fs/aufs2 kernel_linux? ( sys-apps/module-init-tools ) +0 +http://dev.gentoo.org/~jlec/distfiles/aufs3-3_p20111114.tar.xz + +http://aufs.sourceforge.net/ +GPL-2 +An entirely re-designed and re-implemented Unionfs +~amd64 ~x86 +eutils linux-info linux-mod multilib portability toolchain-funcs user versionator +debug doc fuse pax_kernel hfs inotify kernel-patch nfs ramfs kernel_linux + + + +4 + +compile install postinst postrm preinst prepare setup + + + + + diff --git a/metadata/cache/x11-libs/gtk+-3.2.2 b/metadata/cache/x11-libs/gtk+-3.2.2 new file mode 100644 index 000000000000..8d1d9c7b4a35 --- /dev/null +++ b/metadata/cache/x11-libs/gtk+-3.2.2 @@ -0,0 +1,22 @@ +!aqua? ( x11-libs/libXrender x11-libs/libX11 x11-libs/libXi x11-libs/libXt x11-libs/libXext >=x11-libs/libXrandr-1.3 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXcomposite x11-libs/libXdamage >=x11-libs/cairo-1.10.0[X,glib,svg] >=x11-libs/gdk-pixbuf-2.23.5:2[X,introspection?] ) aqua? ( >=x11-libs/cairo-1.10.0[aqua,glib,svg] >=x11-libs/gdk-pixbuf-2.23.5:2[introspection?] ) xinerama? ( x11-libs/libXinerama ) >=dev-libs/glib-2.29.14 >=x11-libs/pango-1.29.0[introspection?] >=dev-libs/atk-2.1.5[introspection?] >=x11-libs/gtk+-2.24:2 media-libs/fontconfig x11-misc/shared-mime-info colord? ( >=x11-misc/colord-0.1.9 ) cups? ( net-print/cups ) introspection? ( >=dev-libs/gobject-introspection-0.10.1 ) >=dev-util/pkgconfig-0.9 !aqua? ( x11-proto/xextproto x11-proto/xproto x11-proto/inputproto x11-proto/damageproto ) xinerama? ( x11-proto/xineramaproto ) >=dev-util/gtk-doc-am-1.11 doc? ( >=dev-util/gtk-doc-1.11 ~app-text/docbook-xml-dtd-4.1.2 ) test? ( media-fonts/font-misc-misc media-fonts/font-cursor-misc ) app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) +!aqua? ( x11-libs/libXrender x11-libs/libX11 x11-libs/libXi x11-libs/libXt x11-libs/libXext >=x11-libs/libXrandr-1.3 x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXcomposite x11-libs/libXdamage >=x11-libs/cairo-1.10.0[X,glib,svg] >=x11-libs/gdk-pixbuf-2.23.5:2[X,introspection?] ) aqua? ( >=x11-libs/cairo-1.10.0[aqua,glib,svg] >=x11-libs/gdk-pixbuf-2.23.5:2[introspection?] ) xinerama? ( x11-libs/libXinerama ) >=dev-libs/glib-2.29.14 >=x11-libs/pango-1.29.0[introspection?] >=dev-libs/atk-2.1.5[introspection?] >=x11-libs/gtk+-2.24:2 media-libs/fontconfig x11-misc/shared-mime-info colord? ( >=x11-misc/colord-0.1.9 ) cups? ( net-print/cups ) introspection? ( >=dev-libs/gobject-introspection-0.10.1 ) !//g" contrib/mod_sql_mysql.c + + # Manipulate build system + sed -i -e "s/utils install-conf install/utils install/g" Makefile.in + sed -i -e "s/ @INSTALL_STRIP@//g" Make.rules.in + + # Support new versions of mit-krb5 (Gentoo Bugs #284853, #324903) + if use kerberos ; then + cd "${WORKDIR}"/mod_gss-${GSS_VER} + sed -i -e "s/krb5_principal2principalname/_\0/" mod_auth_gss.c.in + sed -i -e "/ac_gss_libs/s/\-ldes425\ //" configure.in + eautoreconf + fi +} + +src_configure() { + local myc myl mym + + use acl && mym="${mym}:mod_facl" + use ban && mym="${mym}:mod_ban" + use case && mym="${mym}:mod_case" + use clamav && mym="${mym}:mod_clamav" + if use ctrls || use ban || use shaper ; then + myc="${myc} --enable-ctrls" + mym="${mym}:mod_ctrls_admin" + fi + use deflate && mym="${mym}:mod_deflate" + use exec && mym="${mym}:mod_exec" + if use kerberos ; then + cd "${WORKDIR}"/mod_gss-${GSS_VER} + if has_version app-crypt/mit-krb5 ; then + econf --enable-mit + else + econf --enable-heimdal + fi + mv mod_{auth_gss,gss}.c "${S}"/contrib + mv mod_gss.h "${S}"/include + mv README.mod_{auth_gss,gss} "${S}" + mv mod_gss.html "${S}"/doc/contrib + mv rfc{1509,2228}.txt "${S}"/doc/rfc + cd "${S}" + rm -rf "${WORKDIR}"/mod_gss-${GSS_VER} + mym="${mym}:mod_gss:mod_auth_gss" + fi + if use ldap ; then + myl="${myl} -lresolv" + mym="${mym}:mod_ldap" + fi + if use mysql || use postgres ; then + mym="${mym}:mod_sql:mod_sql_passwd" + if use mysql ; then + myc="${myc} --with-includes=/usr/include/mysql" + mym="${mym}:mod_sql_mysql" + fi + if use postgres ; then + myc="${myc} --with-includes=/usr/include/postgresql" + mym="${mym}:mod_sql_postgres" + fi + fi + if use sftp || use ssl ; then + CFLAGS="${CFLAGS} -DHAVE_OPENSSL" + myc="${myc} --enable-openssl --with-includes=/usr/include/openssl" + myl="${myl} -lcrypto" + fi + use radius && mym="${mym}:mod_radius" + use ratio && mym="${mym}:mod_ratio" + use readme && mym="${mym}:mod_readme" + use rewrite && mym="${mym}:mod_rewrite" + if use sftp ; then + mym="${mym}:mod_sftp" + use pam && mym="${mym}:mod_sftp_pam" + if use mysql || use postgres ; then + mym="${mym}:mod_sftp_sql" + fi + fi + use shaper && mym="${mym}:mod_shaper" + use sitemisc && mym="${mym}:mod_site_misc" + if use softquota ; then + mym="${mym}:mod_quotatab:mod_quotatab_file" + use ldap && mym="${mym}:mod_quotatab_ldap" + use radius && mym="${mym}:mod_quotatab_radius" + if use mysql || use postgres ; then + mym="${mym}:mod_quotatab_sql" + fi + fi + use ssl && mym="${mym}:mod_tls:mod_tls_shmcache" + use tcpd && mym="${mym}:mod_wrap" + use vroot && mym="${mym}:mod_vroot" + # mod_ifsession needs to be the last module in the mym list. + use ifsession && mym="${mym}:mod_ifsession" + + [ -z ${mym} ] || myc="${myc} --with-modules=${mym:1}" + LIBS="${myl:1}" econf --sbindir=/usr/sbin --localstatedir=/var/run/proftpd \ + --sysconfdir=/etc/proftpd --enable-shadow --enable-autoshadow ${myc:1} \ + $(use_enable acl facl) \ + $(use_enable authfile auth-file) \ + $(use_enable caps cap) \ + $(use_enable ident) \ + $(use_enable ipv6) \ + $(use_enable ncurses) \ + $(use_enable nls) \ + $(use_enable trace) \ + $(use_enable pam auth-pam) +} + +src_install() { + emake DESTDIR="${D}" install || die "install failed" + + insinto /etc/proftpd + doins "${FILESDIR}"/proftpd.conf.sample + newinitd "${FILESDIR}"/proftpd.initd proftpd + if use xinetd ; then + insinto /etc/xinetd.d + newins "${FILESDIR}"/proftpd.xinetd proftpd + fi + + dodoc ChangeLog CREDITS INSTALL NEWS README* RELEASE_NOTES + if use doc ; then + dohtml doc/*.html doc/contrib/*.html doc/howto/*.html doc/modules/*.html + docinto rfc + dodoc doc/rfc/*.txt + fi +} + +pkg_postinst() { + if use mysql && use postgres ; then + elog + elog "ProFTPD has been built with the MySQL and PostgreSQL modules." + elog "You can use the 'SQLBackend' directive to specify the used SQL" + elog "backend. Without this directive the default backend is MySQL." + elog + fi + if use exec ; then + ewarn + ewarn "ProFTPD has been built with the mod_exec module. This module" + ewarn "can be a security risk for your server as it executes external" + ewarn "programs. Vulnerables in these external programs may disclose" + ewarn "information or even compromise your server." + ewarn "You have been warned! Use this module at your own risk!" + ewarn + fi +} diff --git a/net-ftp/proftpd/proftpd-1.3.4_rc3.ebuild b/net-ftp/proftpd/proftpd-1.3.4a.ebuild similarity index 97% rename from net-ftp/proftpd/proftpd-1.3.4_rc3.ebuild rename to net-ftp/proftpd/proftpd-1.3.4a.ebuild index f7db14b15d68..0a1ff527c344 100644 --- a/net-ftp/proftpd/proftpd-1.3.4_rc3.ebuild +++ b/net-ftp/proftpd/proftpd-1.3.4a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.4_rc3.ebuild,v 1.1 2011/09/28 09:47:22 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.4a.ebuild,v 1.1 2011/11/14 11:54:57 voyageur Exp $ EAPI=4 inherit eutils autotools @@ -30,7 +30,7 @@ IUSE="acl authfile ban +caps case clamav copy ctrls deflate diskuse doc exec ifs ipv6 kerberos ldap memcache mysql ncurses nls pam +pcre postgres qos radius ratio readme rewrite selinux sftp shaper sitemisc softquota sqlite ssl tcpd test trace vroot xinetd" -COMMON_DEPEND="acl? ( virtual/acl ) +CDEPEND="acl? ( virtual/acl ) caps? ( sys-libs/libcap ) clamav? ( app-antivirus/clamav ) kerberos? ( virtual/krb5 ) @@ -46,10 +46,9 @@ COMMON_DEPEND="acl? ( virtual/acl ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) xinetd? ( virtual/inetd )" - -DEPEND="${COMMON_DEPEND} +DEPEND="${CDEPEND} test? ( dev-libs/check )" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${CDEPEND} net-ftp/ftpbase selinux? ( sec-policy/selinux-ftpd )" diff --git a/net-misc/batman-adv/Manifest b/net-misc/batman-adv/Manifest index e89295572162..76e325cde8be 100644 --- a/net-misc/batman-adv/Manifest +++ b/net-misc/batman-adv/Manifest @@ -1,2 +1,2 @@ DIST batman-adv-2011.1.0.tar.gz 72550 RMD160 50f307b90cca92ef3d79f6f182a6ee8f247263d5 SHA1 f8e8157be9b5ec3a8c4b576940069411ca7a63fe SHA256 5485f71fc9f317c0cdf1652c85c5b60faefc732b9212744659a87e9d6d6e0436 -DIST batman-adv-2011.3.0.tar.gz 76886 RMD160 477d4e8d4fbaf3ca6a583a66f90343bfe94c351d SHA1 681bb5096b102bd30b55cb966eedf123ad1b308b SHA256 054881c4216ee070c2af686acd81f1d4d8722e48240af535bac9061c52ca0dc6 +DIST batman-adv-2011.3.1.tar.gz 77030 RMD160 f20876a425374b8f9d2d46f025b5b5486b9a9a7d SHA1 306d035b93acf47685cebc9e6723cac4a5d770b0 SHA256 47e3afac818be2af633a119dc8e7acc8d84482f43e481a07d22c1d4947f8451f diff --git a/net-misc/batman-adv/batman-adv-2011.3.0.ebuild b/net-misc/batman-adv/batman-adv-2011.3.1.ebuild similarity index 92% rename from net-misc/batman-adv/batman-adv-2011.3.0.ebuild rename to net-misc/batman-adv/batman-adv-2011.3.1.ebuild index 7c2dc7d71b9a..339ec10d0411 100644 --- a/net-misc/batman-adv/batman-adv-2011.3.0.ebuild +++ b/net-misc/batman-adv/batman-adv-2011.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/batman-adv/batman-adv-2011.3.0.ebuild,v 1.1 2011/11/13 23:39:30 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/batman-adv/batman-adv-2011.3.1.ebuild,v 1.1 2011/11/14 10:26:53 xmw Exp $ EAPI=4 diff --git a/net-misc/freerdp/freerdp-1.0_beta1.ebuild b/net-misc/freerdp/freerdp-1.0_beta1.ebuild index 1c0925b345c4..deda4169cc7c 100644 --- a/net-misc/freerdp/freerdp-1.0_beta1.ebuild +++ b/net-misc/freerdp/freerdp-1.0_beta1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/freerdp/freerdp-1.0_beta1.ebuild,v 1.1 2011/11/11 01:12:07 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/freerdp/freerdp-1.0_beta1.ebuild,v 1.2 2011/11/14 03:35:19 floppym Exp $ EAPI="4" @@ -13,7 +13,8 @@ SRC_URI="https://github.com/downloads/FreeRDP/FreeRDP/FreeRDP-${PV/_/-}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+alsa +cups directfb pulseaudio sse2 test +X +xcursor +xext +xinerama +xkbfile" +IUSE="+alsa +cups directfb ffmpeg pulseaudio smartcard sse2 test +X +xcursor + +xext +xinerama +xkbfile +xv" FREERDP_DEBUG="transport chanman svc dvc kbd nla nego certificate license gdi rfx x11 rail xv" IUSE+=" $(printf 'debug-%s ' ${FREERDP_DEBUG})" @@ -24,12 +25,15 @@ RDEPEND=" alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) + ffmpeg? ( virtual/ffmpeg ) pulseaudio? ( media-sound/pulseaudio ) + smartcard? ( sys-apps/pcsc-lite ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) + xv? ( x11-libs/libXv ) ) xkbfile? ( x11-libs/libxkbfile ) " @@ -48,26 +52,30 @@ src_unpack() { mv FreeRDP-* "${S}" || die } +CMAKE_VERBOSE=1 + src_configure() { local mycmakeargs=( -DWITH_MANPAGES=ON - $(cmake-utils_use_with alsa) - $(cmake-utils_use_with cups) - $(cmake-utils_use_with directfb) - $(cmake-utils_use_with pulseaudio) + $(cmake-utils_use_with alsa ALSA) + $(cmake-utils_use_with cups CUPS) + $(cmake-utils_use_with directfb DIRECTFB) + $(cmake-utils_use_with ffmpeg FFMPEG) + $(cmake-utils_use_with pulseaudio PULSEAUDIO) + $(cmake-utils_use_with smartcard PCSC) + $(cmake-utils_use_with sse2 SSE2) $(cmake-utils_use_with test CUNIT) $(cmake-utils_use_with X X11) - $(cmake-utils_use_with xcursor) - $(cmake-utils_use_with xext) - $(cmake-utils_use_with xinerama) - $(cmake-utils_use_with xkbfile) - $(cmake-utils_use_with sse2 SSE2) + $(cmake-utils_use_with xcursor XCURSOR) + $(cmake-utils_use_with xext XEXT) + $(cmake-utils_use_with xinerama XINERAMA) + $(cmake-utils_use_with xkbfile XKBFILE) + $(cmake-utils_use_with xv XV) ) for i in ${FREERDP_DEBUG}; do mycmakeargs+=( $(cmake-utils_use_with debug-${i} DEBUG_$(LC_ALL=C echo ${i} | tr a-z A-Z)) ) done - einfo "${mycmakeargs[@]}" cmake-utils_src_configure } diff --git a/net-misc/freerdp/freerdp-9999.1.ebuild b/net-misc/freerdp/freerdp-9999.1.ebuild index d105f9301ff3..7566ce65db69 100644 --- a/net-misc/freerdp/freerdp-9999.1.ebuild +++ b/net-misc/freerdp/freerdp-9999.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/freerdp/freerdp-9999.1.ebuild,v 1.3 2011/10/01 16:46:46 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/freerdp/freerdp-9999.1.ebuild,v 1.4 2011/11/14 03:35:19 floppym Exp $ EAPI="4" @@ -15,9 +15,11 @@ EGIT_REPO_URI="git://github.com/FreeRDP/FreeRDP.git LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" -IUSE="+alsa +cups directfb pulseaudio sse2 test +X +xcursor +xext +xinerama +xkbfile" +IUSE="+alsa +cups directfb ffmpeg pulseaudio smartcard sse2 test +X +xcursor + +xext +xinerama +xkbfile +xv" -FREERDP_DEBUG="transport chanman svc dvc kbd nla nego certificate license gdi rfx x11 rail xv" +FREERDP_DEBUG="transport chanman svc dvc kbd nla nego certificate license gdi + rfx x11 rail xv scard orders redir" IUSE+=" $(printf 'debug-%s ' ${FREERDP_DEBUG})" RDEPEND=" @@ -26,12 +28,15 @@ RDEPEND=" alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) directfb? ( dev-libs/DirectFB ) + ffmpeg? ( virtual/ffmpeg ) pulseaudio? ( media-sound/pulseaudio ) + smartcard? ( sys-apps/pcsc-lite ) X? ( x11-libs/libX11 xcursor? ( x11-libs/libXcursor ) xext? ( x11-libs/libXext ) xinerama? ( x11-libs/libXinerama ) + xv? ( x11-libs/libXv ) ) xkbfile? ( x11-libs/libxkbfile ) " @@ -45,26 +50,30 @@ DOCS=( README ) # Test suite segfaults RESTRICT="test" +CMAKE_VERBOSE=1 + src_configure() { local mycmakeargs=( -DWITH_MANPAGES=ON - $(cmake-utils_use_with alsa) - $(cmake-utils_use_with cups) - $(cmake-utils_use_with directfb) - $(cmake-utils_use_with pulseaudio) + $(cmake-utils_use_with alsa ALSA) + $(cmake-utils_use_with cups CUPS) + $(cmake-utils_use_with directfb DIRECTFB) + $(cmake-utils_use_with ffmpeg FFMPEG) + $(cmake-utils_use_with pulseaudio PULSEAUDIO) + $(cmake-utils_use_with smartcard PCSC) + $(cmake-utils_use_with sse2 SSE2) $(cmake-utils_use_with test CUNIT) $(cmake-utils_use_with X X11) - $(cmake-utils_use_with xcursor) - $(cmake-utils_use_with xext) - $(cmake-utils_use_with xinerama) - $(cmake-utils_use_with xkbfile) - $(cmake-utils_use_with sse2 SSE2) + $(cmake-utils_use_with xcursor XCURSOR) + $(cmake-utils_use_with xext XEXT) + $(cmake-utils_use_with xinerama XINERAMA) + $(cmake-utils_use_with xkbfile XKBFILE) + $(cmake-utils_use_with xv XV) ) for i in ${FREERDP_DEBUG}; do mycmakeargs+=( $(cmake-utils_use_with debug-${i} DEBUG_$(LC_ALL=C echo ${i} | tr a-z A-Z)) ) done - einfo "${mycmakeargs[@]}" cmake-utils_src_configure } diff --git a/net-misc/freerdp/metadata.xml b/net-misc/freerdp/metadata.xml index c666d3441454..8e399fd0786e 100644 --- a/net-misc/freerdp/metadata.xml +++ b/net-misc/freerdp/metadata.xml @@ -31,6 +31,9 @@ Enable static virtual channel debug messages Enable X11 Client debug messages Enable XVideo debug messages + Print smartcard debug messages + Print drawing orders debug messages + Print redirection debug messages Use GnuTLS as crypto backend Use NSS as crypto backend Use PolarSSL as crypto backend diff --git a/net-misc/minidlna/Manifest b/net-misc/minidlna/Manifest index 63aca706512f..9e27229f7c2d 100644 --- a/net-misc/minidlna/Manifest +++ b/net-misc/minidlna/Manifest @@ -1,2 +1 @@ -DIST minidlna_1.0.21_src.tar.gz 210555 RMD160 7da5be40b95b848a941308334fa03be56625fd99 SHA1 f192d367c87cd9982c754276c873bfbf7a58ed5f SHA256 9dc54809cf4e9bdf7cf300bfac06324e982d899805ea47bea21b2f54094c80ed DIST minidlna_1.0.22_src.tar.gz 212980 RMD160 fdc7b08217a79e159a74fb308c06e9d2a41bf64f SHA1 21bb1004f2dc22a91cd792827c7ae779de56917c SHA256 688919b23d5891d77045cd772e373314a83f002f79c9e754bcb7e521f3ba4349 diff --git a/net-misc/minidlna/minidlna-1.0.21.ebuild b/net-misc/minidlna/minidlna-1.0.21.ebuild deleted file mode 100644 index 9fae65299d0e..000000000000 --- a/net-misc/minidlna/minidlna-1.0.21.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/minidlna/minidlna-1.0.21.ebuild,v 1.3 2011/09/02 21:30:19 xmw Exp $ - -EAPI=2 - -inherit eutils toolchain-funcs - -DESCRIPTION="server software with the aim of being fully compliant with DLNA/UPnP-AV clients" -HOMEPAGE="http://minidlna.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}_src.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="dev-db/sqlite - media-libs/flac - media-libs/libexif - media-libs/libid3tag - media-libs/libogg - media-libs/libvorbis - virtual/ffmpeg - virtual/jpeg" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.0.18-Makefile.patch -} - -src_configure() { - ./genconfig.sh || die -} - -src_compile() { - emake CC="$(tc-getCC)" || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - newconfd "${FILESDIR}"/${PN}.confd ${PN} || die - newinitd "${FILESDIR}"/${PN}.initd ${PN} || die - - dodoc README TODO || die -} diff --git a/net-misc/minidlna/minidlna-1.0.22.ebuild b/net-misc/minidlna/minidlna-1.0.22.ebuild index f6d8cce82a2b..795b5c3622b1 100644 --- a/net-misc/minidlna/minidlna-1.0.22.ebuild +++ b/net-misc/minidlna/minidlna-1.0.22.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/minidlna/minidlna-1.0.22.ebuild,v 1.1 2011/09/02 21:30:18 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/minidlna/minidlna-1.0.22.ebuild,v 1.3 2011/11/14 01:48:33 xmw Exp $ -EAPI=2 +EAPI=4 inherit eutils toolchain-funcs @@ -35,14 +35,14 @@ src_configure() { } src_compile() { - emake CC="$(tc-getCC)" || die + emake CC="$(tc-getCC)" } src_install() { - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install - newconfd "${FILESDIR}"/${PN}.confd ${PN} || die - newinitd "${FILESDIR}"/${PN}.initd ${PN} || die + newconfd "${FILESDIR}"/${PN}.confd ${PN} + newinitd "${FILESDIR}"/${PN}.initd ${PN} - dodoc README TODO || die + dodoc README TODO } diff --git a/net-misc/radvd/Manifest b/net-misc/radvd/Manifest index 951885854075..8e6e8394555a 100644 --- a/net-misc/radvd/Manifest +++ b/net-misc/radvd/Manifest @@ -1 +1,2 @@ DIST radvd-1.8.2.tar.gz 177357 RMD160 502d1b5aa084ca76e682f26d3b11493df85e678c SHA1 9a396ab58216c87308bc86a18864f84aeeba38a9 SHA256 fff5ecb391aa5c054b4ebc14ec2c3d8b7494d065fb00c2bf772ae81e8114cf55 +DIST radvd-1.8.3.tar.gz 177556 RMD160 01e0b8ddcd21d724fe6ed658c22e8c1bce830f18 SHA1 256fa6b8069583362e279bb77d8097e975f565a4 SHA256 bf040b452f03542a56904ffcfc96aa9257581ad380818ac22065f0cfde7fc2e9 diff --git a/net-misc/radvd/files/radvd.init b/net-misc/radvd/files/radvd.init index a787fa71d144..22422fabd1ba 100644 --- a/net-misc/radvd/files/radvd.init +++ b/net-misc/radvd/files/radvd.init @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/files/radvd.init,v 1.4 2011/03/05 10:43:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/files/radvd.init,v 1.5 2011/11/14 02:23:28 xmw Exp $ CONFIGFILE=/etc/radvd.conf PIDFILE=/var/run/radvd/radvd.pid SYSCTL_FORWARD=net.ipv6.conf.all.forwarding -opts="reload" +extra_commands="reload" depend() { need net diff --git a/net-misc/radvd/radvd-1.8.3.ebuild b/net-misc/radvd/radvd-1.8.3.ebuild new file mode 100644 index 000000000000..12be0479cf3e --- /dev/null +++ b/net-misc/radvd/radvd-1.8.3.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/radvd/radvd-1.8.3.ebuild,v 1.1 2011/11/14 02:23:26 xmw Exp $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Linux IPv6 Router Advertisement Daemon" +HOMEPAGE="http://v6web.litech.org/radvd/" +SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="kernel_FreeBSD" + +DEPEND="sys-devel/bison + sys-devel/flex" +RDEPEND="" + +DOCS=( CHANGES README TODO radvd.conf.example ) + +pkg_setup() { + enewgroup radvd + enewuser radvd -1 -1 /dev/null radvd + + # force ownership of radvd user and group (bug #19647) + [[ -d ${ROOT}/var/run/radvd ]] && chown radvd:radvd "${ROOT}"/var/run/radvd +} + +src_configure() { + econf --with-pidfile=/var/run/radvd/radvd.pid +} + +src_install() { + default + + dohtml INTRO.html + + newinitd "${FILESDIR}/${PN}".init "${PN}" + newconfd "${FILESDIR}/${PN}".conf "${PN}" + + # location of radvd.pid needs to be writeable by the radvd user + keepdir /var/run/radvd + fowners -R radvd:radvd /var/run/radvd + fperms 755 /var/run/radvd + + if use kernel_FreeBSD ; then + sed -i -e \ + 's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \ + "${D}"/etc/init.d/"${PN}" || die + fi +} + +pkg_postinst() { + elog + elog "To use ${PN} you must create the configuration file" + elog "${ROOT}etc/radvd.conf" + elog + elog "An example configuration file has been installed under" + elog "${ROOT}usr/share/doc/${PF}" + elog + elog "grsecurity users should allow a specific group to read /proc" + elog "and add the radvd user to that group, otherwise radvd may" + elog "segfault on startup." +} diff --git a/net-wireless/crda/crda-1.1.2-r2.ebuild b/net-wireless/crda/crda-1.1.2-r2.ebuild index 983f0b31ad53..1b8499735a76 100644 --- a/net-wireless/crda/crda-1.1.2-r2.ebuild +++ b/net-wireless/crda/crda-1.1.2-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/crda/crda-1.1.2-r2.ebuild,v 1.1 2011/11/12 09:46:20 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/crda/crda-1.1.2-r2.ebuild,v 1.3 2011/11/14 13:12:17 gurligebis Exp $ EAPI=4 -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs python DESCRIPTION="Central Regulatory Domain Agent for wireless networks." HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory" @@ -18,13 +18,16 @@ RDEPEND="dev-libs/libgcrypt dev-libs/libnl:1.1 net-wireless/wireless-regdb" DEPEND="${RDEPEND} - dev-python/m2crypto" + dev-python/m2crypto + =dev-lang/python-2*" RDEPEND="${RDEPEND} >=sys-fs/udev-152" src_prepare() { epatch "${FILESDIR}"/libnl31-support.diff + python_convert_shebangs 2 utils/key2pub.py + sed -i \ -e "s:\:$(tc-getPKG_CONFIG):" \ Makefile || die diff --git a/net-wireless/iw/Manifest b/net-wireless/iw/Manifest index 7f8825fee9a9..0ccff89b8908 100644 --- a/net-wireless/iw/Manifest +++ b/net-wireless/iw/Manifest @@ -1,3 +1,3 @@ DIST iw-0.9.17.tar.bz2 38410 RMD160 2f43b0a85a5831b824c461abf5083d024cb80e1d SHA1 ca2afc3cdf553a9231fcd7ad59e74cf964fb4b9d SHA256 fe41d6a9034ccc6d60d1d074db3f90ed1d186e34dfacdf941ced51148d5f7c6e DIST iw-0.9.22.tar.bz2 50526 RMD160 bfc65cb72f1dbd73674b5207577882500c7ac253 SHA1 a91226daab473d1aa0b6586c61f1c62db9618b7d SHA256 138ce4dc827d8b0af55fe1c444e749b985c1540d791b27922aad880d12908bb1 -DIST iw-3.1.tar.bz2 57450 RMD160 fee741d20e2f253d51eab0062d2ff2df61159618 SHA1 559636c4f73485db6fd4bf6f438e60fe5f23f569 SHA256 24e69f2596827669b2f47f033bd502c003e6f1ff58ccbeeb1cff9cdc56ae828a +DIST iw-3.2.tar.bz2 59856 RMD160 3007ee3aeb0c4f064c23e801e4b40f71a95b3045 SHA1 2871d58ab1f8d5b2b8d548d57489873f21c085be SHA256 370edabe6f73cc55be77a7502a3a25d23ec2aea900ae4ca3cec19d55bf8bdb12 diff --git a/net-wireless/iw/files/iw-3.1_libnl-3-support.patch b/net-wireless/iw/files/iw-3.1_libnl-3-support.patch deleted file mode 100644 index 001d3a64c3b4..000000000000 --- a/net-wireless/iw/files/iw-3.1_libnl-3-support.patch +++ /dev/null @@ -1,88 +0,0 @@ -diff -aurp a/iw.c b/iw.c ---- a/iw.c 2011-09-09 23:08:55.539173966 +0000 -+++ b/iw.c 2011-09-09 23:10:31.139170016 +0000 -@@ -23,9 +23,8 @@ - #include "nl80211.h" - #include "iw.h" - --#ifndef CONFIG_LIBNL20 --/* libnl 2.0 compatibility code */ -- -+/* libnl 1.x compatibility code */ -+#if !defined(CONFIG_LIBNL20) && !defined(CONFIG_LIBNL30) && !defined(CONFIG_LIBNL31) - static inline struct nl_handle *nl_socket_alloc(void) - { - return nl_handle_alloc(); -@@ -45,7 +44,7 @@ static inline int __genl_ctrl_alloc_cach - return 0; - } - #define genl_ctrl_alloc_cache __genl_ctrl_alloc_cache --#endif /* CONFIG_LIBNL20 */ -+#endif /* CONFIG_LIBNL20 && CONFIG_LIBNL30 && CONFIG_LIBNL31 */ - - int iw_debug = 0; - -diff -aurp a/iw.h b/iw.h ---- a/iw.h 2011-09-09 23:08:55.539173966 +0000 -+++ b/iw.h 2011-09-09 23:11:28.149167067 +0000 -@@ -11,7 +11,8 @@ - - #define ETH_ALEN 6 - --#ifndef CONFIG_LIBNL20 -+/* libnl 1.x compatibility code */ -+#if !defined(CONFIG_LIBNL20) && !defined(CONFIG_LIBNL30) && !defined(CONFIG_LIBNL31) - # define nl_sock nl_handle - #endif - -diff -aurp a/Makefile b/Makefile ---- a/Makefile 2011-09-09 23:08:55.539173966 +0000 -+++ b/Makefile 2011-09-09 23:12:49.528163734 +0000 -@@ -24,6 +24,8 @@ ALL = iw - - NL1FOUND := $(shell $(PKG_CONFIG) --atleast-version=1 libnl-1 && echo Y) - NL2FOUND := $(shell $(PKG_CONFIG) --atleast-version=2 libnl-2.0 && echo Y) -+NL3FOUND := $(shell $(PKG_CONFIG) --atleast-version=3 libnl-3.0 && echo Y) -+NL31FOUND := $(shell $(PKG_CONFIG) --atleast-version=3 libnl-3.1 && echo Y) - - ifeq ($(NL1FOUND),Y) - NLLIBNAME = libnl-1 -@@ -35,6 +37,18 @@ LIBS += -lnl-genl - NLLIBNAME = libnl-2.0 - endif - -+ifeq ($(NL3FOUND),Y) -+CFLAGS += -DCONFIG_LIBNL30 -+LIBS += -lnl-genl -+NLLIBNAME = libnl-3.0 -+endif -+ -+ifeq ($(NL31FOUND),Y) -+CFLAGS += -DCONFIG_LIBNL31 -+LIBS += -lnl-genl -+NLLIBNAME = libnl-3.1 -+endif -+ - ifeq ($(NLLIBNAME),) - $(error Cannot find development files for any supported version of libnl) - endif -@@ -53,6 +67,10 @@ endif - all: version_check $(ALL) - - version_check: -+ifeq ($(NL31FOUND),Y) -+else -+ifeq ($(NL3FOUND),Y) -+else - ifeq ($(NL2FOUND),Y) - else - ifeq ($(NL1FOUND),Y) -@@ -60,6 +78,8 @@ else - $(error No libnl found) - endif - endif -+endif -+endif - - - VERSION_OBJS := $(filter-out version.o, $(OBJS)) diff --git a/net-wireless/iw/files/iw-3.2_libnl-3x-compile.diff b/net-wireless/iw/files/iw-3.2_libnl-3x-compile.diff new file mode 100644 index 000000000000..199fc20a0161 --- /dev/null +++ b/net-wireless/iw/files/iw-3.2_libnl-3x-compile.diff @@ -0,0 +1,69 @@ +diff -aurp old/Makefile new/Makefile +--- old/Makefile 2011-11-04 10:53:29.000000000 +0000 ++++ new/Makefile 2011-11-14 09:30:04.514995618 +0000 +@@ -25,6 +25,8 @@ ALL = iw + NL1FOUND := $(shell $(PKG_CONFIG) --atleast-version=1 libnl-1 && echo Y) + NL2FOUND := $(shell $(PKG_CONFIG) --atleast-version=2 libnl-2.0 && echo Y) + NL3FOUND := $(shell $(PKG_CONFIG) --atleast-version=3 libnl-3.0 && echo Y) ++NL31FOUND := $(shell $(PKG_CONFIG) --exact-version=3.1 libnl-3.1 && echo Y) ++NL3xFOUND := $(shell $(PKG_CONFIG) --atleast-version=3.2 libnl-3.0 && echo Y) + + ifeq ($(NL1FOUND),Y) + NLLIBNAME = libnl-1 +@@ -36,18 +38,34 @@ LIBS += -lnl-genl + NLLIBNAME = libnl-2.0 + endif + ++ifeq ($(NL3xFOUND),Y) ++NL3FOUND = N ++CFLAGS += -DCONFIG_LIBNL30 ++LIBS += -lnl-genl-3 ++NLLIBNAME = libnl-3.0 ++endif ++ + ifeq ($(NL3FOUND),Y) + CFLAGS += -DCONFIG_LIBNL30 + LIBS += -lnl-genl + NLLIBNAME = libnl-3.0 + endif + ++# nl-3.1 has a broken libnl-gnl-3.1.pc file ++# as show by pkg-config --debug --libs --cflags --exact-version=3.1 libnl-genl-3.1;echo $? ++ifeq ($(NL31FOUND),Y) ++CFLAGS += -DCONFIG_LIBNL30 ++LIBS += -lnl-genl ++NLLIBNAME = libnl-3.1 ++endif ++ + ifeq ($(NLLIBNAME),) + $(error Cannot find development files for any supported version of libnl) + endif + + LIBS += $(shell $(PKG_CONFIG) --libs $(NLLIBNAME)) + CFLAGS += $(shell $(PKG_CONFIG) --cflags $(NLLIBNAME)) ++NLVERSION :=$(shell $(PKG_CONFIG) --print-provides $(NLLIBNAME)) + + ifeq ($(V),1) + Q= +@@ -57,20 +75,7 @@ Q=@ + NQ=echo + endif + +-all: version_check $(ALL) +- +-version_check: +-ifeq ($(NL3FOUND),Y) +-else +-ifeq ($(NL2FOUND),Y) +-else +-ifeq ($(NL1FOUND),Y) +-else +- $(error No libnl found) +-endif +-endif +-endif +- ++all: $(ALL) + + VERSION_OBJS := $(filter-out version.o, $(OBJS)) + diff --git a/net-wireless/iw/iw-3.1.ebuild b/net-wireless/iw/iw-3.2.ebuild similarity index 70% rename from net-wireless/iw/iw-3.1.ebuild rename to net-wireless/iw/iw-3.2.ebuild index f6123dd95d46..7bc4ad306867 100644 --- a/net-wireless/iw/iw-3.1.ebuild +++ b/net-wireless/iw/iw-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/iw/iw-3.1.ebuild,v 1.4 2011/11/02 10:45:02 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/iw/iw-3.2.ebuild,v 1.4 2011/11/14 13:14:45 gurligebis Exp $ EAPI="2" @@ -15,13 +15,12 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="dev-libs/libnl:1.1" +RDEPEND="dev-libs/libnl" DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { - # Commented out until we are able to build against libnl 3.x - # epatch "${FILESDIR}/${P}_libnl-3-support.patch" + epatch "${FILESDIR}/${P}_libnl-3x-compile.diff" tc-export CC LD } diff --git a/profiles/package.mask b/profiles/package.mask index dfe7df1bbc23..2fb01ed0b742 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.13239 2011/11/13 22:13:05 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.13241 2011/11/14 04:08:51 mr_bones_ 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 @@ -57,6 +57,7 @@ net-mail/vmailmgr-tools =dev-python/wxpython-2.6* =dev-python/wxpython-docs-2.6* =x11-libs/wxGTK-2.6* +games-util/mattricks # Samuli Suominen (12 Nov 2011) # Masked for removal in 30 days since wxpython-2.6 is going away wrt bug 330683 @@ -251,13 +252,6 @@ app-admin/stow # No maintainer. Removal in 30 days app-admin/mon -# Michael Sterrett (12 Oct 2011) -# Upstream has moved to commercial development and -# the latest version doesn't work with newer allegro. -# Masked for removal on 20111111 -# bug #369271 -games-roguelike/fargoal - # Tim Harder (11 Oct 2011) # Mask development releases =www-apps/wordpress-3.3* diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 6d25f6a4fcb0..691cb7de4732 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -427,6 +427,7 @@ app-emulation/qemu-kvm:vde - Enable VDE-based networking app-emulation/qemu-kvm:vhost-net - Enable accelerated networking using vhost-net, see http://www.linux-kvm.org/page/VhostNet app-emulation/qemu-kvm:xattr - Add support for getting and setting POSIX extended attributes, through sys-apps/attr. Requisite for the virtfs backend. app-emulation/qemu-kvm:xen - Enables support for Xen backends +app-emulation/spice:client - Build the spicec client app (does not reduce dependencies at the moment). app-emulation/spice:gui - Build some GUI components (inside the guest window). app-emulation/spice-vdagent:consolekit - Use sys-auth/consolekit to determine the master vdagentd in case of multiple running vdagentds (highly recommended) app-emulation/uae:scsi - Enable the uaescsi.device @@ -2825,23 +2826,30 @@ media-video/kino:gpac - Enable GPAC support when exporting to 3GPP format media-video/kmplayer:npp - Compile the npp backend that plays xembed style browser plugins. media-video/libav:3dnowext - Enable manually-optimised routines using the AMD 3DNow!Ex SIMD instruction set, present in modern AMD CPUs. (Check for 3dnowext in /proc/cpuinfo to know whether your CPU supports it). media-video/libav:aac - Use external vo-aacenc library for AAC encoding -media-video/libav:amr - Enables Adaptive Multi-Rate Audio support -media-video/libav:cpudetection - Enables runtime CPU detection (useful for bindist, compatibility on other CPUs) +media-video/libav:amr - Enable Adaptive Multi-Rate Audio support +media-video/libav:avx - Adds support for Advanced Vector Extensions instructions (Intel Sandy Bridge, AMD Bulldozer and later chips) +media-video/libav:cdio - Enable audio CD grabbing with dev-libs/libcdio. +media-video/libav:cpudetection - Enables runtime CPU detection (useful for bindist, compatibility on other CPUs). media-video/libav:dirac - Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac. -media-video/libav:faac - Use external faac library for AAC encoding (notice: the resulting binaries are unredistributable) +media-video/libav:faac - Use external faac library for AAC encoding (notice: the resulting binaries are unredistributable). media-video/libav:frei0r - Enable frei0r wrapping in libavfilter media-video/libav:gpl - Build all GPL licensed code. Without this flag set the package is build under LGPL license. media-video/libav:hardcoded-tables - Use pre-calculated tables rather than calculating them on the fly. -media-video/libav:mmxext - Enables mmx2 support -media-video/libav:network - Enables network streaming support -media-video/libav:pic - Force shared libraries to be built as PIC (this is slower) -media-video/libav:qt-faststart - Build and install qt-faststart application -media-video/libav:rtmp - Enable Real Time Messaging Protocol using librtmp +media-video/libav:mmxext - Enable mmx2 support. +media-video/libav:neon - Enable NEON optimizations for arm processors. +media-video/libav:network - Enable network streaming support. +media-video/libav:openssl - Prefer dev-libs/openssl over net-libs/gnutls to provide SSL/TLS support (notice: the resulting binaries are unredistributable). +media-video/libav:pic - Force shared libraries to be built as PIC (this is slower). +media-video/libav:pulseaudio - Enable pulseaudio input support. +media-video/libav:qt-faststart - Build and install qt-faststart application. +media-video/libav:rtmp - Enable Real Time Messaging Protocol using librtmp instead the native implementation. media-video/libav:schroedinger - Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec). -media-video/libav:ssse3 - faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips) -media-video/libav:vaapi - Enables VAAPI (Video Acceleration API) for hardware decoding -media-video/libav:vdpau - Enables VDPAU decoders (requires nVidia video cards to offload CPU processing to video card -media-video/libav:vpx - Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though. +media-video/libav:ssl - Enable SSL/TLS support using dev-libs/openssl or dev-libs/gnutls. +media-video/libav:ssse3 - faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips). +media-video/libav:vaapi - Enable VAAPI (Video Acceleration API) for hardware decoding. +media-video/libav:vdpau - Enable VDPAU decoders (requires nVidia video cards to offload CPU processing to video card. +media-video/libav:vis - Adds support for SIMD optimizations for UltraSPARC processors. +media-video/libav:vpx - Enable vp8 encoding support using libvpx. media-video/lives:libvisual - Enable libvisual support media-video/mjpegtools:sdlgfx - Enables y4mhist to display a graphical histogram media-video/motiontrack:multiprocess - Enables multi-process support (SMP/cluster) for motiontrack programs @@ -3794,9 +3802,12 @@ net-misc/freerdp:debug-kbd - Enable keyboard related debug messages net-misc/freerdp:debug-license - Enable license debug messages net-misc/freerdp:debug-nego - Enable negotiation related debug messages net-misc/freerdp:debug-nla - Enable authentication related debug messages +net-misc/freerdp:debug-orders - Print drawing orders debug messages net-misc/freerdp:debug-proto - Enable protocol debugging output net-misc/freerdp:debug-rail - Enable RemoteApp debug messages +net-misc/freerdp:debug-redir - Print redirection debug messages net-misc/freerdp:debug-rfx - Enable RemoteFX debug messages +net-misc/freerdp:debug-scard - Print smartcard debug messages net-misc/freerdp:debug-serial - Enable debugging of serial code net-misc/freerdp:debug-smartcard - Enable debugging of smard-card code net-misc/freerdp:debug-sound - Enable debugging of sound code diff --git a/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild b/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild index e9b381733095..5d83ebc3a2dc 100644 --- a/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v 1.2 2011/11/13 19:30:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2-r1.ebuild,v 1.3 2011/11/14 11:26:12 flameeyes Exp $ EAPI=4 @@ -17,7 +17,7 @@ IUSE="static-libs" DEPEND=" sci-mathematics/glpk[gmp] - || ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" + dev-libs/gmp[cxx]" RDEPEND="${DEPEND}" AUTOTOOLS_IN_SOURCE_BUILD=1 diff --git a/sci-mathematics/4ti2/4ti2-1.3.2.ebuild b/sci-mathematics/4ti2/4ti2-1.3.2.ebuild index 37b3a646b2fd..1772e45739e9 100644 --- a/sci-mathematics/4ti2/4ti2-1.3.2.ebuild +++ b/sci-mathematics/4ti2/4ti2-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2.ebuild,v 1.5 2011/11/13 19:30:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.3.2.ebuild,v 1.6 2011/11/14 11:26:12 flameeyes Exp $ EAPI=3 @@ -16,5 +16,5 @@ KEYWORDS="amd64 x86" IUSE="static-libs" DEPEND="sci-mathematics/glpk[gmp] - || ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" + dev-libs/gmp[cxx]" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/cgal/cgal-3.6.1.ebuild b/sci-mathematics/cgal/cgal-3.6.1.ebuild index 65f1524f6b48..6ae4a00590bc 100644 --- a/sci-mathematics/cgal/cgal-3.6.1.ebuild +++ b/sci-mathematics/cgal/cgal-3.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.6.1.ebuild,v 1.2 2011/11/13 19:52:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.6.1.ebuild,v 1.3 2011/11/14 11:27:36 flameeyes Exp $ EAPI=3 CMAKE_BUILD_TYPE=Release @@ -25,10 +25,7 @@ RDEPEND="dev-libs/boost sys-libs/zlib x11-libs/libX11 virtual/opengl - gmp? ( - dev-libs/gmp - || ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] ) - ) + gmp? ( dev-libs/gmp[cxx=] ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 )" diff --git a/sci-mathematics/cgal/cgal-3.7.ebuild b/sci-mathematics/cgal/cgal-3.7.ebuild index 603f1d7664ee..9b33392b8b64 100644 --- a/sci-mathematics/cgal/cgal-3.7.ebuild +++ b/sci-mathematics/cgal/cgal-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.7.ebuild,v 1.2 2011/11/13 19:52:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.7.ebuild,v 1.3 2011/11/14 11:27:36 flameeyes Exp $ EAPI=3 CMAKE_BUILD_TYPE=Release @@ -25,10 +25,7 @@ RDEPEND="dev-libs/boost sys-libs/zlib x11-libs/libX11 virtual/opengl - gmp? ( - dev-libs/gmp - || ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] ) - ) + gmp? ( dev-libs/gmp[cxx=] ) lapack? ( virtual/lapack ) qt4? ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 )" diff --git a/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild b/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild index 35aee5cab73d..035581619694 100644 --- a/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild +++ b/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild,v 1.6 2011/11/13 19:40:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/frobby/frobby-0.8.2-r1.ebuild,v 1.7 2011/11/14 11:26:47 flameeyes Exp $ EAPI=2 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc" -RDEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" +RDEPEND="dev-libs/gmp[cxx]" DEPEND="${RDEPEND} doc? ( virtual/latex-base )" diff --git a/sci-mathematics/gfan/gfan-0.4-r1.ebuild b/sci-mathematics/gfan/gfan-0.4-r1.ebuild index dfb7bd2cc88b..2deb400821f5 100644 --- a/sci-mathematics/gfan/gfan-0.4-r1.ebuild +++ b/sci-mathematics/gfan/gfan-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.4-r1.ebuild,v 1.5 2011/11/13 19:41:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.4-r1.ebuild,v 1.6 2011/11/14 11:28:11 flameeyes Exp $ EAPI="3" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) +DEPEND="dev-libs/gmp[cxx] sci-libs/cddlib" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/gfan/gfan-0.5.ebuild b/sci-mathematics/gfan/gfan-0.5.ebuild index 6ec9ce26ab2a..f9503ab6f526 100644 --- a/sci-mathematics/gfan/gfan-0.5.ebuild +++ b/sci-mathematics/gfan/gfan-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild,v 1.3 2011/11/13 19:41:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild,v 1.4 2011/11/14 11:28:11 flameeyes Exp $ EAPI="3" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] ) +DEPEND="dev-libs/gmp[cxx] sci-libs/cddlib" RDEPEND="${DEPEND}" diff --git a/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild b/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild index 7e8c17621085..3f882ec6aac8 100644 --- a/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v 1.6 2011/11/13 19:42:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v 1.7 2011/11/14 11:28:36 flameeyes Exp $ EAPI=2 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="extras openmp" -RDEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" +RDEPEND="dev-libs/gmp[cxx]" DEPEND="${RDEPEND} app-arch/unzip" diff --git a/sci-mathematics/normaliz/normaliz-2.7.ebuild b/sci-mathematics/normaliz/normaliz-2.7.ebuild index b1869153d5c9..83ff89489842 100644 --- a/sci-mathematics/normaliz/normaliz-2.7.ebuild +++ b/sci-mathematics/normaliz/normaliz-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild,v 1.3 2011/11/13 19:42:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild,v 1.4 2011/11/14 11:28:36 flameeyes Exp $ EAPI=4 @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="extras openmp" -RDEPEND="|| ( dev-libs/gmp[cxx] dev-libs/gmp[-nocxx] )" +RDEPEND="dev-libs/gmp[cxx]" DEPEND="${RDEPEND} app-arch/unzip dev-libs/boost" diff --git a/sys-apps/tomoyo-tools/Manifest b/sys-apps/tomoyo-tools/Manifest index 12b20a3709b6..53c4c139873b 100644 --- a/sys-apps/tomoyo-tools/Manifest +++ b/sys-apps/tomoyo-tools/Manifest @@ -1,3 +1,3 @@ DIST tomoyo-tools-2.2.0-20110211.tar.gz 78043 RMD160 39d9578bdda4bb206880f00b95c390fa5a301a35 SHA1 f593b101d105ee5d9b53670ed58944199a6190aa SHA256 9788d5e61430ab8b1c990baabe640b43807366e121723f7b3bb0d88589bf1e9e DIST tomoyo-tools-2.3.0-20110929.tar.gz 115875 RMD160 2c5584039b181e25b25e7700ec72fa3014316eda SHA1 3e76e585ce897608e3f1004d8cbfe0dfebe9f744 SHA256 484a41d48c358c117757b8ad6af6a4fe85bc6b0cfe6dd6565bb92d3d9daee70e -DIST tomoyo-tools-2.4.0-20110929.tar.gz 166922 RMD160 cee0456d75283e05c19860f35b9c4bc470d9cd73 SHA1 db1d667385df515d2cb9cd9305e1678f12a07ee4 SHA256 c18efcfbbeb0cbcb509afff02e9b8681bf8e40fe952ae8a5025a6e66c743e856 +DIST tomoyo-tools-2.4.0-20111025.tar.gz 174080 RMD160 083122f95c4a9ce85e8072ef2860d88876c1964a SHA1 8d6ca5336c4d11e5eb4152843dfe02cebc879546 SHA256 570afe29ae3bcff41b3d99b409cd22ae9e89260eb3eee9cc401cbe21667ccbb0 diff --git a/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20110929.ebuild b/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20111025.ebuild similarity index 91% rename from sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20110929.ebuild rename to sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20111025.ebuild index 318abeb4bd82..76781543b1ba 100644 --- a/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20110929.ebuild +++ b/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20111025.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20110929.ebuild,v 1.1 2011/09/29 22:43:40 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tomoyo-tools/tomoyo-tools-2.4.0_p20111025.ebuild,v 1.1 2011/11/14 13:14:55 naota Exp $ EAPI="2" @@ -23,7 +23,7 @@ RDEPEND="${DEPEND} S="${WORKDIR}/${PN}" src_prepare() { - epatch "${FILESDIR}"/${P}-flags-parallel.patch + epatch "${FILESDIR}"/${PN}-2.4.0_p20110929-flags-parallel.patch # Fix libdir sed -i \ diff --git a/sys-fs/aufs3/Manifest b/sys-fs/aufs3/Manifest index 8732d1026459..f38ca29b5033 100644 --- a/sys-fs/aufs3/Manifest +++ b/sys-fs/aufs3/Manifest @@ -1,2 +1,3 @@ DIST aufs3-3_p20110815.tar.xz 391672 RMD160 f99b997401f1d983cb46ceb355445b94e6103c56 SHA1 f1d91e872cc75ee8bb76f6f4a08ddbe3c3a9c6b8 SHA256 e7d71097ba949c9a42b726f0e13ada8bed41f3630a4749f46a0eb7823851e337 DIST aufs3-3_p20111031.tar.xz 432796 RMD160 1321f3233578ac563d998fac5430b78e0c74eab3 SHA1 18c5244bb3ca28babd09a6350df42bc53a3a8bd0 SHA256 c9d9332fe9fab6c8cdadfa890591ef872cdf68ea1091cbaf60e79cdfb2113355 +DIST aufs3-3_p20111114.tar.xz 472760 RMD160 60c030fc9f7c5e5297a0c68efb6501039de281bf SHA1 6c1c4535156e9c8115417f336d5745a46618133a SHA256 3e68f7ffe4feee593f786b3f335e0ec83ff576d40a262535fa2b2f79d872bc0a diff --git a/sys-fs/aufs3/aufs3-3_p20111114.ebuild b/sys-fs/aufs3/aufs3-3_p20111114.ebuild new file mode 100644 index 000000000000..b4fad62af637 --- /dev/null +++ b/sys-fs/aufs3/aufs3-3_p20111114.ebuild @@ -0,0 +1,128 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20111114.ebuild,v 1.1 2011/11/14 10:50:01 jlec Exp $ + +EAPI=4 + +inherit linux-mod multilib toolchain-funcs + +AUFS_VERSION="${PV%%_p*}" +#PATCH_VER=x-rcN + +DESCRIPTION="An entirely re-designed and re-implemented Unionfs" +HOMEPAGE="http://aufs.sourceforge.net/" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug doc fuse pax_kernel hfs inotify kernel-patch nfs ramfs" + +DEPEND="dev-vcs/git" +RDEPEND=" + !sys-fs/aufs + !sys-fs/aufs2" + +S="${WORKDIR}"/${PN}-standalone + +MODULE_NAMES="aufs(misc:${S})" + +pkg_setup() { + CONFIG_CHECK="${CONFIG_CHECK} ~EXPERIMENTAL" + use inotify && CONFIG_CHECK="${CONFIG_CHECK} ~FSNOTIFY" + use nfs && CONFIG_CHECK="${CONFIG_CHECK} EXPORTFS" + use fuse && CONFIG_CHECK="${CONFIG_CHECK} ~FUSE_FS" + use hfs && CONFIG_CHECK="${CONFIG_CHECK} ~HFSPLUS_FS" + + # this is needed so merging a binpkg ${PN} is possible w/out a kernel unpacked on the system + [ -n "$PKG_SETUP_HAS_BEEN_RAN" ] && return + + get_version + kernel_is lt 3 0 0 && die "kernel too old, Please use sys-fs/aufs2" + kernel_is gt 3 1 99 && die "kernel too new" + + linux-mod_pkg_setup + + [[ -n ${PATCH_VER} ]] || PATCH_VER=${KV_MINOR} + + if ! ( patch -p1 --dry-run --force -R -d ${KV_DIR} < "${FILESDIR}"/${PN}-standalone-${PATCH_VER}.patch >/dev/null && \ + patch -p1 --dry-run --force -R -d ${KV_DIR} < "${FILESDIR}"/${PN}-base-${PATCH_VER}.patch >/dev/null ); then + if use kernel-patch; then + cd ${KV_DIR} + ewarn "Patching your kernel..." + patch --no-backup-if-mismatch --force -p1 -R -d ${KV_DIR} < "${FILESDIR}"/${PN}-standalone-${PATCH_VER}.patch >/dev/null + patch --no-backup-if-mismatch --force -p1 -R -d ${KV_DIR} < "${FILESDIR}"/${PN}-base-${PATCH_VER}.patch >/dev/null + epatch "${FILESDIR}"/${PN}-{base,standalone}-${PATCH_VER}.patch + ewarn "You need to compile your kernel with the applied patch" + ewarn "to be able to load and use the aufs kernel module" + else + eerror "You need to apply a patch to your kernel to compile and run the ${PN} module" + eerror "Either enable the kernel-patch useflag to do it with this ebuild" + eerror "or apply ${FILESDIR}/${PN}-base-${PATCH_VER}.patch and" + eerror "${FILESDIR}/${PN}-standalone-${PATCH_VER}.patch by hand" + die "missing kernel patch, please apply it first" + fi + fi + export PKG_SETUP_HAS_BEEN_RAN=1 +} + +set_config() { + for option in $*; do + grep -q "^CONFIG_AUFS_${option} =" config.mk || die "${option} is not a valid config option" + sed "/^CONFIG_AUFS_${option}/s:=:= y:g" -i config.mk || die + done +} + +src_prepare() { + local branch=origin/${PN}.${PATCH_VER} + + git checkout -q -b local-gentoo $branch || die + + # All config options to off + sed "s:= y:=:g" -i config.mk || die + + set_config RDU BRANCH_MAX_127 SBILIST + + use debug && set_config DEBUG + use fuse && set_config BR_FUSE POLL + use hfs && set_config BR_HFSPLUS + use inotify && set_config HNOTIFY HFSNOTIFY + use nfs && set_config EXPORT + use nfs && use amd64 && set_config INO_T_64 + use ramfs && set_config BR_RAMFS + + use pax_kernel && epatch "${FILESDIR}"/pax.patch + + sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile || die + sed -i "s:__user::g" include/linux/aufs_type.h || die + + cd "${WORKDIR}"/${PN/3}-util + PATCH_VER=0 + git checkout -b local-gentoo origin/${PN}.${PATCH_VER} + sed -i "/LDFLAGS += -static -s/d" Makefile || die + sed -i -e "s:m 644 -s:m 644:g" -e "s:/usr/lib:/usr/$(get_libdir):g" libau/Makefile || die +} + +src_compile() { + local ARCH=x86 + + emake CC=$(tc-getCC) CONFIG_AUFS_FS=m KDIR=${KV_DIR} + + cd "${WORKDIR}"/${PN/3}-util + emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_DIR} C_INCLUDE_PATH="${S}"/include +} + +src_install() { + linux-mod_src_install + + insinto /usr/share/doc/${PF} + + use doc && doins -r Documentation + + dodoc README + + cd "${WORKDIR}"/${PN/3}-util + emake DESTDIR="${D}" KDIR=${KV_DIR} install + + newdoc README README-utils +} diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest index 39aeef730543..7deb5fe022be 100644 --- a/x11-libs/gtk+/Manifest +++ b/x11-libs/gtk+/Manifest @@ -7,4 +7,5 @@ DIST gtk+-2.24.7.tar.xz 13224600 RMD160 37fcc2702da52ec9785a6886939b795fb3c764ae DIST gtk+-3.0.12-use-const2.patch.xz 12500 RMD160 2cebd73630f83530a76ac263d797e196032994ee SHA1 697b8d41ba24386acd1cfec1d733361901e797dd SHA256 f10b251a52a4f5d73b435315c94297dd30a4bc3c20a25bc947842bb214808cc4 DIST gtk+-3.0.12.tar.xz 13104092 RMD160 c82d14e113ae287476f5887ca03b8b01b8d22e1b SHA1 1b87e12ef3dfe598ee757db1f5bdff6cd66e6558 SHA256 219fdea120897981840e909fac40d4d433fe061a37b12b9402e215c819ebeae9 DIST gtk+-3.2.1.tar.xz 12664740 RMD160 38f61e8881b5dd1230aeafecc01cfa45629bc6ef SHA1 7f3feaa6e9227bfc9247d58fd34962c677750591 SHA256 f1989f183700cd5f46681cfabc2253e2f526b19b56e4b631dcee2594dddb0ef3 +DIST gtk+-3.2.2.tar.xz 12662804 RMD160 344ff194cda11b95e44ef75cd47f19a858b564b6 SHA1 fc88cbd2801efac02a6171a2f4b5ffe50eec61f7 SHA256 f7ec82de393cd7ae2aa45022576400941704709d1f0f35fb0b17f3be1f2e7d84 DIST introspection.m4.bz2 1181 RMD160 3648afa820c2ee7e240083076e1452285d043084 SHA1 e5188cc387d0d17feb77684feff7ff163779912f SHA256 69a2a57b12179159420825d1d44c74108014b0864c4d63500265639cfa9151ae diff --git a/x11-libs/gtk+/gtk+-3.2.2.ebuild b/x11-libs/gtk+/gtk+-3.2.2.ebuild new file mode 100644 index 000000000000..196c81511c34 --- /dev/null +++ b/x11-libs/gtk+/gtk+-3.2.2.ebuild @@ -0,0 +1,195 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.2.2.ebuild,v 1.1 2011/11/14 08:44:05 tetromino Exp $ + +EAPI="4" + +inherit eutils flag-o-matic gnome.org gnome2-utils libtool virtualx + +DESCRIPTION="Gimp ToolKit +" +HOMEPAGE="http://www.gtk.org/" + +LICENSE="LGPL-2" +SLOT="3" +# NOTE: This gtk+ has multi-gdk-backend support, see: +# * http://blogs.gnome.org/kris/2010/12/29/gdk-3-0-on-mac-os-x/ +# * http://mail.gnome.org/archives/gtk-devel-list/2010-November/msg00099.html +# I tried this and got it all compiling, but the end result is unusable as it +# horribly mixes up the backends -- grobian +IUSE="aqua colord cups debug doc examples +introspection packagekit test vim-syntax xinerama" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +# FIXME: introspection data is built against system installation of gtk+:3 +# NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf) +# Use gtk+:2 for gtk-update-icon-cache and gtk-builder-convert +# >=x11-libs/gtk+-2.24:2 is needed for bug 359555 +COMMON_DEPEND="!aqua? ( + x11-libs/libXrender + x11-libs/libX11 + x11-libs/libXi + x11-libs/libXt + x11-libs/libXext + >=x11-libs/libXrandr-1.3 + x11-libs/libXcursor + x11-libs/libXfixes + x11-libs/libXcomposite + x11-libs/libXdamage + >=x11-libs/cairo-1.10.0[X,glib,svg] + >=x11-libs/gdk-pixbuf-2.23.5:2[X,introspection?] + ) + aqua? ( + >=x11-libs/cairo-1.10.0[aqua,glib,svg] + >=x11-libs/gdk-pixbuf-2.23.5:2[introspection?] + ) + xinerama? ( x11-libs/libXinerama ) + >=dev-libs/glib-2.29.14 + >=x11-libs/pango-1.29.0[introspection?] + >=dev-libs/atk-2.1.5[introspection?] + >=x11-libs/gtk+-2.24:2 + media-libs/fontconfig + x11-misc/shared-mime-info + colord? ( >=x11-misc/colord-0.1.9 ) + cups? ( net-print/cups ) + introspection? ( >=dev-libs/gobject-introspection-0.10.1 )" +DEPEND="${COMMON_DEPEND} + >=dev-util/pkgconfig-0.9 + !aqua? ( + x11-proto/xextproto + x11-proto/xproto + x11-proto/inputproto + x11-proto/damageproto + ) + xinerama? ( x11-proto/xineramaproto ) + >=dev-util/gtk-doc-am-1.11 + doc? ( + >=dev-util/gtk-doc-1.11 + ~app-text/docbook-xml-dtd-4.1.2 ) + test? ( + media-fonts/font-misc-misc + media-fonts/font-cursor-misc )" +RDEPEND="${COMMON_DEPEND} + ! "${GTK3_MODDIR}/immodules.cache" \ + || ewarn "Failed to run gtk-query-immodules-3.0" + + if ! has_version "app-text/evince"; then + elog "Please install app-text/evince for print preview functionality." + elog "Alternatively, check \"gtk-print-preview-command\" documentation and" + elog "add it to your settings.ini file." + fi +} + +pkg_postrm() { + gnome2_schemas_update --uninstall +}