diff --git a/app-admin/cpulimit/cpulimit-9999.ebuild b/app-admin/cpulimit/cpulimit-9999.ebuild deleted file mode 100644 index d316ab07d6b7..000000000000 --- a/app-admin/cpulimit/cpulimit-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cpulimit/cpulimit-9999.ebuild,v 1.1 2011/10/16 09:42:28 hwoarang Exp $ - -EAPI="3" -inherit subversion eutils toolchain-funcs - -DESCRIPTION="Limits the CPU usage of a process" -HOMEPAGE="http://cpulimit.sourceforge.net" -SRC_URI="" -ESVN_REPO_URI="https://cpulimit.svn.sourceforge.net/svnroot/cpulimit/trunk" -ESVN_PROJECT="cpulimit" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" - -src_prepare() { - epatch "${FILESDIR}/${P}-cflags.patch" -} - -src_compile() { - emake CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - dosbin ${PN} || die - doman "${FILESDIR}/${PN}.8" -} diff --git a/app-admin/logcheck/files/logcheck.cron b/app-admin/logcheck/files/logcheck.cron index 992eb7178920..3b3f4fcf62bd 100644 --- a/app-admin/logcheck/files/logcheck.cron +++ b/app-admin/logcheck/files/logcheck.cron @@ -1,5 +1,10 @@ #!/bin/bash -# -# Please uncomment the following if you want logcheck to run hourly. -#su -s /bin/bash -c /usr/sbin/logcheck logcheck +set -e + +if [ ! -d /var/lock/logcheck ]; then + mkdir -p /var/lock/logcheck +fi +chown -R logcheck:logcheck /var/lock/logcheck + +su -s /bin/bash -c /usr/sbin/logcheck logcheck diff --git a/app-admin/logcheck/logcheck-1.3.15-r1.ebuild b/app-admin/logcheck/logcheck-1.3.15-r1.ebuild new file mode 100644 index 000000000000..f39855a6c6d4 --- /dev/null +++ b/app-admin/logcheck/logcheck-1.3.15-r1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/logcheck/logcheck-1.3.15-r1.ebuild,v 1.2 2012/12/30 18:55:08 phajdan.jr Exp $ + +EAPI="4" + +inherit user + +DESCRIPTION="Mails anomalies in the system logfiles to the administrator." +HOMEPAGE="http://packages.debian.org/sid/logcheck" +SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc ~sparc x86" +IUSE="" + +DEPEND="" +RDEPEND="!app-admin/logsentry + app-misc/lockfile-progs + dev-lang/perl + dev-perl/mime-construct + virtual/mailx + ${DEPEND}" + +pkg_setup() { + enewgroup logcheck + enewuser logcheck -1 -1 -1 logcheck +} + +src_install() { + emake DESTDIR="${D}" install + keepdir /var/lib/logcheck + dodoc AUTHORS CHANGES CREDITS TODO docs/README.* + doman docs/logtail.8 docs/logtail2.8 + + exeinto /etc/cron.hourly + doexe "${FILESDIR}/${PN}.cron" +} + +pkg_postinst() { + chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die + + elog "Please read the guide ad http://www.gentoo.org/doc/en/logcheck.xml" + elog "for installation instructions." +} diff --git a/app-admin/logrotate/logrotate-3.8.3.ebuild b/app-admin/logrotate/logrotate-3.8.3.ebuild index ba9c4f5ca734..301f67585eee 100644 --- a/app-admin/logrotate/logrotate-3.8.3.ebuild +++ b/app-admin/logrotate/logrotate-3.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.3.ebuild,v 1.9 2012/12/30 13:55:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/logrotate/logrotate-3.8.3.ebuild,v 1.10 2012/12/30 20:25:14 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="https://fedorahosted.org/releases/l/o/logrotate/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="acl selinux" RDEPEND=" diff --git a/app-admin/setools/setools-3.3.7-r6.ebuild b/app-admin/setools/setools-3.3.7-r6.ebuild index e9df6f06fba6..f9729367ef91 100644 --- a/app-admin/setools/setools-3.3.7-r6.ebuild +++ b/app-admin/setools/setools-3.3.7-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.7-r6.ebuild,v 1.1 2012/11/23 20:49:43 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.7-r6.ebuild,v 1.2 2012/12/30 15:23:55 swift Exp $ EAPI="2" PYTHON_DEPEND="python? *" @@ -17,7 +17,7 @@ SRC_URI="http://oss.tresys.com/projects/setools/chrome/site/dists/${P}/${P}.tar. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="X debug java python" DEPEND=">=sys-libs/libsepol-2.1.4 diff --git a/app-admin/webalizer/webalizer-2.23.05.ebuild b/app-admin/webalizer/webalizer-2.23.05.ebuild index 86a960e4f7a1..591f85bbf234 100644 --- a/app-admin/webalizer/webalizer-2.23.05.ebuild +++ b/app-admin/webalizer/webalizer-2.23.05.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-2.23.05.ebuild,v 1.7 2012/12/27 14:48:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webalizer/webalizer-2.23.05.ebuild,v 1.8 2012/12/30 14:57:27 ago Exp $ # uses webapp.eclass to create directories with right permissions # probably slight overkill but works well @@ -24,7 +24,7 @@ SRC_URI="ftp://ftp.mrunix.net/pub/webalizer/${MY_P}-src.tar.bz2 mirror://gentoo/${PN}.conf.gz" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86" IUSE="geoip nls xtended" SLOT="0" diff --git a/app-arch/libarchive/libarchive-3.0.4-r1.ebuild b/app-arch/libarchive/libarchive-3.0.4-r1.ebuild index 0b7489d610f7..4d34d9547f6a 100644 --- a/app-arch/libarchive/libarchive-3.0.4-r1.ebuild +++ b/app-arch/libarchive/libarchive-3.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.0.4-r1.ebuild,v 1.10 2012/12/25 22:18:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.0.4-r1.ebuild,v 1.12 2012/12/30 20:45:12 ago Exp $ EAPI=4 inherit eutils multilib libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://github/${PN}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="acl +bzip2 +e2fsprogs expat +iconv kernel_linux +lzma nettle static-libs xattr +zlib" RDEPEND="dev-libs/openssl:0 diff --git a/app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild b/app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild index 8e76f65c607f..ac7258087711 100644 --- a/app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild +++ b/app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild,v 1.7 2012/12/28 17:24:36 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.4-r1.ebuild,v 1.8 2012/12/30 16:58:29 armin76 Exp $ # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P="${PN/-utils}-${PV/_}" SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" S=${WORKDIR}/${MY_P} EXTRA_DEPEND= fi diff --git a/app-backup/bacula/bacula-5.0.3-r3.ebuild b/app-backup/bacula/bacula-5.0.3-r3.ebuild index 4ab746825a6a..7731c7c4a03a 100644 --- a/app-backup/bacula/bacula-5.0.3-r3.ebuild +++ b/app-backup/bacula/bacula-5.0.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild,v 1.16 2012/12/22 14:07:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/bacula/bacula-5.0.3-r3.ebuild,v 1.17 2012/12/30 14:29:10 ago Exp $ EAPI="5" PYTHON_DEPEND="python? 2" @@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/bacula/${MY_P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="amd64 hppa ppc ~sparc ~x86" +KEYWORDS="amd64 hppa ppc sparc ~x86" IUSE="acl bacula-clientonly bacula-nodir bacula-nosd ipv6 logwatch mysql postgres python qt4 readline +sqlite3 ssl static tcpd vim-syntax X" # maintainer comment: diff --git a/app-dicts/myspell-is/myspell-is-2012.09.01.ebuild b/app-dicts/myspell-is/myspell-is-2012.09.01.ebuild index 3844e7376556..f13a97c64c7e 100644 --- a/app-dicts/myspell-is/myspell-is-2012.09.01.ebuild +++ b/app-dicts/myspell-is/myspell-is-2012.09.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-is/myspell-is-2012.09.01.ebuild,v 1.9 2012/12/29 14:35:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-is/myspell-is-2012.09.01.ebuild,v 1.10 2012/12/30 15:04:42 ago Exp $ EAPI=4 @@ -23,5 +23,5 @@ SRC_URI="http://extensions.libreoffice.org/extension-center/hunspell-is-the-icel LICENSE="CCPL-Attribution-ShareAlike-3.0" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="" diff --git a/app-emulation/wine/wine-1.5.20.ebuild b/app-emulation/wine/wine-1.5.20.ebuild index 13ff76a8d190..5a6dae5c3111 100644 --- a/app-emulation/wine/wine-1.5.20.ebuild +++ b/app-emulation/wine/wine-1.5.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.20.ebuild,v 1.3 2012/12/26 22:19:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.20.ebuild,v 1.4 2012/12/31 07:38:44 tetromino Exp $ EAPI="5" @@ -35,18 +35,18 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks vanilla v4l +win32 +win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml" +[[ ${PV} == "9999" ]] || IUSE="${IUSE} pulseaudio" REQUIRED_USE="elibc_glibc? ( threads ) mono? ( || ( win32 !win64 ) ) - osmesa? ( opengl ) - vanilla? ( !pulseaudio )" #286560 + osmesa? ( opengl )" #286560 RESTRICT="test" #72375 MLIB_DEPS="amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 - >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] + >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) @@ -95,10 +95,6 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) - pulseaudio? ( - media-sound/pulseaudio - sys-auth/rtkit - ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) @@ -109,6 +105,11 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) !win64? ( ${MLIB_DEPS} ) win32? ( ${MLIB_DEPS} ) xcomposite? ( x11-libs/libXcomposite )" +[[ ${PV} == "9999" ]] || RDEPEND="${RDEPEND} + pulseaudio? ( + media-sound/pulseaudio + sys-auth/rtkit + )" DEPEND="${RDEPEND} X? ( x11-proto/inputproto @@ -144,11 +145,10 @@ src_unpack() { src_prepare() { local md5="$(md5sum server/protocol.def)" - # keep these even if USE=vanilla: they are needed to build epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615 epatch "${FILESDIR}"/${PN}-1.5.17-osmesa-check.patch #429386 - use vanilla || epatch "../${PULSE_PATCHES}"/*.patch #421365 + [[ ${PV} == "9999" ]] || epatch "../${PULSE_PATCHES}"/*.patch #421365 epatch_user #282735 if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then einfo "server/protocol.def was patched; running tools/make_requests" @@ -156,7 +156,7 @@ src_prepare() { fi eautoreconf sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die - use vanilla || sed -i '/^MimeType/d' tools/wine.desktop || die #117785 + sed -i '/^MimeType/d' tools/wine.desktop || die #117785 } do_configure() { @@ -164,6 +164,9 @@ do_configure() { mkdir -p "${builddir}" pushd "${builddir}" >/dev/null + local usepulse + [[ ${PV} == "9999" ]] || usepulse=$(use_with pulseaudio pulse) + ECONF_SOURCE=${S} \ econf \ --sysconfdir=/etc/wine \ @@ -191,7 +194,7 @@ do_configure() { $(use_with oss) \ $(use_with png) \ $(use_with threads pthread) \ - $(usex vanilla "" $(use_with pulseaudio pulse)) \ + ${usepulse} \ $(use_with scanner sane) \ $(use_enable test tests) \ $(use_with truetype freetype) \ diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 0bdfd05e7816..afd49026effd 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.126 2012/12/26 22:19:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.127 2012/12/31 07:38:44 tetromino Exp $ EAPI="5" @@ -35,18 +35,18 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks vanilla v4l +win32 +win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml" +[[ ${PV} == "9999" ]] || IUSE="${IUSE} pulseaudio" REQUIRED_USE="elibc_glibc? ( threads ) mono? ( || ( win32 !win64 ) ) - osmesa? ( opengl ) - vanilla? ( !pulseaudio )" #286560 + osmesa? ( opengl )" #286560 RESTRICT="test" #72375 MLIB_DEPS="amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 - >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] + >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) @@ -95,10 +95,6 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) - pulseaudio? ( - media-sound/pulseaudio - sys-auth/rtkit - ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) @@ -109,6 +105,11 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) !win64? ( ${MLIB_DEPS} ) win32? ( ${MLIB_DEPS} ) xcomposite? ( x11-libs/libXcomposite )" +[[ ${PV} == "9999" ]] || RDEPEND="${RDEPEND} + pulseaudio? ( + media-sound/pulseaudio + sys-auth/rtkit + )" DEPEND="${RDEPEND} X? ( x11-proto/inputproto @@ -144,11 +145,10 @@ src_unpack() { src_prepare() { local md5="$(md5sum server/protocol.def)" - # keep these even if USE=vanilla: they are needed to build epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615 epatch "${FILESDIR}"/${PN}-1.5.17-osmesa-check.patch #429386 - use vanilla || epatch "../${PULSE_PATCHES}"/*.patch #421365 + [[ ${PV} == "9999" ]] || epatch "../${PULSE_PATCHES}"/*.patch #421365 epatch_user #282735 if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then einfo "server/protocol.def was patched; running tools/make_requests" @@ -156,7 +156,7 @@ src_prepare() { fi eautoreconf sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die - use vanilla || sed -i '/^MimeType/d' tools/wine.desktop || die #117785 + sed -i '/^MimeType/d' tools/wine.desktop || die #117785 } do_configure() { @@ -164,6 +164,9 @@ do_configure() { mkdir -p "${builddir}" pushd "${builddir}" >/dev/null + local usepulse + [[ ${PV} == "9999" ]] || usepulse=$(use_with pulseaudio pulse) + ECONF_SOURCE=${S} \ econf \ --sysconfdir=/etc/wine \ @@ -191,7 +194,7 @@ do_configure() { $(use_with oss) \ $(use_with png) \ $(use_with threads pthread) \ - $(usex vanilla "" $(use_with pulseaudio pulse)) \ + ${usepulse} \ $(use_with scanner sane) \ $(use_enable test tests) \ $(use_with truetype freetype) \ diff --git a/app-i18n/anthy/anthy-9100h-r1.ebuild b/app-i18n/anthy/anthy-9100h-r1.ebuild index ca4b785a2d7a..4652729302cc 100644 --- a/app-i18n/anthy/anthy-9100h-r1.ebuild +++ b/app-i18n/anthy/anthy-9100h-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h-r1.ebuild,v 1.9 2012/12/29 14:40:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/anthy/anthy-9100h-r1.ebuild,v 1.10 2012/12/30 15:09:37 ago Exp $ EAPI=3 inherit elisp-common eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge.jp/anthy/37536/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" #KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" SLOT="0" IUSE="canna-2ch emacs static-libs" diff --git a/app-misc/abook/abook-0.6.0_pre2.ebuild b/app-misc/abook/abook-0.6.0_pre2.ebuild index e31f1b3cf989..a59dce9b221c 100644 --- a/app-misc/abook/abook-0.6.0_pre2.ebuild +++ b/app-misc/abook/abook-0.6.0_pre2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.6.0_pre2.ebuild,v 1.7 2012/12/29 14:26:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.6.0_pre2.ebuild,v 1.8 2012/12/30 15:08:48 ago Exp $ EAPI=3 @@ -13,7 +13,7 @@ SRC_URI="http://abook.sourceforge.net/devel/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="nls" RDEPEND="sys-libs/ncurses diff --git a/app-portage/demerge/demerge-0.047-r1.ebuild b/app-portage/demerge/demerge-0.047-r1.ebuild index eba68c681d31..0e1c32f5037f 100644 --- a/app-portage/demerge/demerge-0.047-r1.ebuild +++ b/app-portage/demerge/demerge-0.047-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/demerge/demerge-0.047-r1.ebuild,v 1.2 2012/12/15 20:27:37 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/demerge/demerge-0.047-r1.ebuild,v 1.3 2012/12/30 16:52:07 armin76 Exp $ DESCRIPTION="demerge - revert to previous installation states" HOMEPAGE="http://download.mpsna.de/opensource/demerge/" @@ -8,7 +8,7 @@ SRC_URI="http://download.mpsna.de/opensource/demerge/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sh ~sparc ~x86" +KEYWORDS="alpha ~amd64 arm ia64 ~ppc sh sparc x86" IUSE="" DEPEND="dev-lang/perl diff --git a/app-portage/esearch/esearch-1.3.ebuild b/app-portage/esearch/esearch-1.3.ebuild index f41a3cb375e5..68a527a7f16c 100644 --- a/app-portage/esearch/esearch-1.3.ebuild +++ b/app-portage/esearch/esearch-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3.ebuild,v 1.9 2012/12/23 19:09:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3.ebuild,v 1.10 2012/12/30 14:58:20 ago Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -18,7 +18,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="linguas_fr linguas_it" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" DEPEND="sys-apps/portage" RDEPEND="${DEPEND}" diff --git a/app-text/dos2unix/dos2unix-6.0.2.ebuild b/app-text/dos2unix/dos2unix-6.0.2.ebuild index 380a18ba67a9..b8240b8c753c 100644 --- a/app-text/dos2unix/dos2unix-6.0.2.ebuild +++ b/app-text/dos2unix/dos2unix-6.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.2.ebuild,v 1.9 2012/12/29 14:23:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.2.ebuild,v 1.10 2012/12/30 14:34:52 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI=" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="debug nls" RDEPEND=" diff --git a/app-text/enscript/enscript-1.6.6.ebuild b/app-text/enscript/enscript-1.6.6.ebuild index cb0e6f222ff2..9119e3c2bb91 100644 --- a/app-text/enscript/enscript-1.6.6.ebuild +++ b/app-text/enscript/enscript-1.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.6.ebuild,v 1.8 2012/12/29 14:24:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enscript/enscript-1.6.6.ebuild,v 1.9 2012/12/30 14:35:21 ago Exp $ EAPI="2" @@ -10,7 +10,7 @@ DESCRIPTION="powerful text-to-postscript converter" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/enscript/enscript.html" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" SLOT="0" LICENSE="GPL-3" IUSE="nls ruby" diff --git a/app-text/highlight/highlight-3.12.ebuild b/app-text/highlight/highlight-3.12.ebuild index e7cc8a64e688..c309f7bdf7fa 100644 --- a/app-text/highlight/highlight-3.12.ebuild +++ b/app-text/highlight/highlight-3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.12.ebuild,v 1.3 2012/11/10 02:58:13 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.12.ebuild,v 1.4 2012/12/31 06:53:38 vapier Exp $ EAPI=4 @@ -24,7 +24,12 @@ DEPEND="${RDEPEND} dev-libs/boost virtual/pkgconfig" -pkg_setup() { +src_prepare() { + sed -i -e "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \ + src/core/datadir.cpp || die +} + +src_compile() { myhlopts=( "CXX=$(tc-getCXX)" "AR=$(tc-getAR)" @@ -38,14 +43,6 @@ pkg_setup() { "doc_dir=${EPREFIX}/usr/share/doc/${PF}/" "conf_dir=${EPREFIX}/etc/highlight/" ) -} - -src_prepare() { - sed -i -e "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \ - src/core/datadir.cpp || die -} - -src_compile() { emake -f makefile "${myhlopts[@]}" if use qt4 ; then cd src/gui-qt diff --git a/app-text/highlight/highlight-3.3.ebuild b/app-text/highlight/highlight-3.3.ebuild index 5e6508ba3a2d..40136917281e 100644 --- a/app-text/highlight/highlight-3.3.ebuild +++ b/app-text/highlight/highlight-3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.3.ebuild,v 1.8 2012/01/22 15:30:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.3.ebuild,v 1.9 2012/12/31 06:53:38 vapier Exp $ EAPI=4 @@ -15,13 +15,22 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="examples qt4" -DEPEND="dev-lang/lua - dev-libs/boost - qt4? ( x11-libs/qt-gui:4 - x11-libs/qt-core:4 )" -RDEPEND="${DEPEND}" +RDEPEND="dev-lang/lua + qt4? ( + x11-libs/qt-gui:4 + x11-libs/qt-core:4 + )" +DEPEND="${RDEPEND} + dev-libs/boost" -pkg_setup() { +src_prepare() { + epatch "${FILESDIR}"/${P}-parallel-make.patch + + sed -i -e "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \ + src/core/datadir.cpp || die +} + +src_compile() { myhlopts=( "CXX=$(tc-getCXX)" "AR=$(tc-getAR)" @@ -32,16 +41,7 @@ pkg_setup() { "doc_dir=${EPREFIX}/usr/share/doc/${PF}/" "conf_dir=${EPREFIX}/etc/highlight/" ) -} -src_prepare() { - epatch "${FILESDIR}"/${P}-parallel-make.patch - - sed -i -e "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \ - src/core/datadir.cpp || die -} - -src_compile() { emake -f makefile "${myhlopts[@]}" if use qt4 ; then cd src/gui-qt diff --git a/app-text/highlight/highlight-3.9.ebuild b/app-text/highlight/highlight-3.9.ebuild index de9a09876873..1f4fd2fa1726 100644 --- a/app-text/highlight/highlight-3.9.ebuild +++ b/app-text/highlight/highlight-3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.9.ebuild,v 1.2 2012/09/17 14:59:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-3.9.ebuild,v 1.3 2012/12/31 06:53:38 vapier Exp $ EAPI=4 @@ -15,13 +15,20 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="examples qt4" -DEPEND="dev-lang/lua - dev-libs/boost - qt4? ( x11-libs/qt-gui:4 - x11-libs/qt-core:4 )" -RDEPEND="${DEPEND}" +RDEPEND="dev-lang/lua + qt4? ( + x11-libs/qt-gui:4 + x11-libs/qt-core:4 + )" +DEPEND="${RDEPEND} + dev-libs/boost" -pkg_setup() { +src_prepare() { + sed -i -e "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \ + src/core/datadir.cpp || die +} + +src_compile() { myhlopts=( "CXX=$(tc-getCXX)" "AR=$(tc-getAR)" @@ -35,14 +42,7 @@ pkg_setup() { "doc_dir=${EPREFIX}/usr/share/doc/${PF}/" "conf_dir=${EPREFIX}/etc/highlight/" ) -} -src_prepare() { - sed -i -e "/LSB_DOC_DIR/s:doc/${PN}:doc/${PF}:" \ - src/core/datadir.cpp || die -} - -src_compile() { emake -f makefile "${myhlopts[@]}" if use qt4 ; then cd src/gui-qt diff --git a/app-text/poppler/poppler-0.20.4.ebuild b/app-text/poppler/poppler-0.20.4.ebuild index 0a895cef040f..f8ab6a143404 100644 --- a/app-text/poppler/poppler-0.20.4.ebuild +++ b/app-text/poppler/poppler-0.20.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.20.4.ebuild,v 1.8 2012/12/29 09:10:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.20.4.ebuild,v 1.9 2012/12/30 14:27:43 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://poppler.freedesktop.org/" SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="cairo cjk curl cxx debug doc +introspection jpeg jpeg2k +lcms png qt4 tiff +utils" diff --git a/app-text/xchm/Manifest b/app-text/xchm/Manifest index 8e4b90e38b48..251a4d7242a5 100644 --- a/app-text/xchm/Manifest +++ b/app-text/xchm/Manifest @@ -1,3 +1,2 @@ -DIST xchm-1.18.tar.gz 403698 SHA256 fc9527ca22b848f5e97691a06c8eb8b572c9d5ec77936e48346cc8baf0f77bf3 SHA512 a8283a16fc596ff806d1dc8404e197e0630e26b15ce14fc07ec8152eab484ed18b8b129f56802b6909131878b6a2cc3f4a81f2ada4e2955c61ba5f404b6eed00 WHIRLPOOL 72a1de6076bc13a43f80dd6c44ca190b61bb6809ecb479d3b3b8d2b3245d5f396e345cf7b85b48b1fe0253a076a63cdf4c8082c4c907df6f0d75c3267be1d1ff DIST xchm-1.20.tar.gz 409976 SHA256 76c717074ed178abae63692cfa843083922e6d6e3052207d8a3d9d2e8b8db627 SHA512 86bb3cc70f2f0f7b89581763b3803a6e2bcb694cea1dbd82e918de25ad2bab2c4820e3239ab40de16befebceaa20ffb9364abb74efd941f1c522c7290ceb841a WHIRLPOOL ef6aeacd882d7630b7fe8fb370a303c55d05ae387d1b67fba7d31702617b714613c3c331a5b1e0cf0a80b329ce6ae26177fa5cb3171f88489df930a3f5bea114 DIST xchm-1.21.tar.gz 411252 SHA256 b3c7e54f5c4075a679910ff2166d76bc761afbcfd8c1a1cc5e10ad73634ed6a6 SHA512 7feb1dc5ba3113dfdc7cdf15c4ea48de8caeca659f77ae4e46b7d67073eac6f2a97dab2f9a8a1bf07b3f758461b41daaadc3ca237e021abe94c24b91bb4d520a WHIRLPOOL 78bddf2d9fca92b7c1fe2d8d52a5a684a313b446964b7c6a7cb1aa8e8987edd4ba76ac89640086e7bf56d5f802a29959cdf98f6ff2dbab3c44adcf5ce8c25fb1 diff --git a/app-text/xchm/xchm-1.18.ebuild b/app-text/xchm/xchm-1.18.ebuild deleted file mode 100644 index c153e42b6084..000000000000 --- a/app-text/xchm/xchm-1.18.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xchm/xchm-1.18.ebuild,v 1.5 2012/09/05 07:22:23 jlec Exp $ - -EAPI=2 - -WX_GTK_VER="2.8" - -inherit eutils wxwidgets flag-o-matic fdo-mime gnome2-utils - -DESCRIPTION="Utility for viewing Microsoft .chm files." -HOMEPAGE="http://xchm.sf.net" -SRC_URI="mirror://sourceforge/xchm/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -IUSE="nls" -DEPEND=">=dev-libs/chmlib-0.36 - x11-libs/wxGTK:2.8[X]" -RDEPEND=${DEPEND} - -src_configure() { - append-flags -fno-strict-aliasing - econf ${myconf} \ - $(use_enable nls) \ - || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc AUTHORS README ChangeLog - - cp "${D}"/usr/share/pixmaps/xchm-32.xpm "${D}"/usr/share/pixmaps/xchm.xpm - rm -f "${D}"/usr/share/pixmaps/xchm-*.xpm - rm -f "${D}"/usr/share/pixmaps/xchmdoc*.xpm - - domenu "${FILESDIR}"/xchm.desktop - insinto /usr/share/mime/packages - doins "${FILESDIR}"/xchm.xml -} - -pkg_postinst() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update - gnome2_icon_cache_update -} diff --git a/app-vim/align/align-42.ebuild b/app-vim/align/align-42.ebuild index b4e95313fcec..e8dfe0a6ed96 100644 --- a/app-vim/align/align-42.ebuild +++ b/app-vim/align/align-42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-42.ebuild,v 1.6 2012/12/29 14:26:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-42.ebuild,v 1.7 2012/12/30 14:37:51 ago Exp $ EAPI=4 @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: commands and maps to help produce aligned text" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294" LICENSE="vim" -KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" RDEPEND="app-vim/cecutil" diff --git a/app-vim/zoomwin/zoomwin-24.ebuild b/app-vim/zoomwin/zoomwin-24.ebuild index 0d259d37d515..4ff3e74291c4 100644 --- a/app-vim/zoomwin/zoomwin-24.ebuild +++ b/app-vim/zoomwin/zoomwin-24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/zoomwin/zoomwin-24.ebuild,v 1.6 2012/12/29 14:27:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/zoomwin/zoomwin-24.ebuild,v 1.7 2012/12/30 14:58:44 ago Exp $ EAPI=4 @@ -9,7 +9,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: brief-style window zooming" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" LICENSE="vim" -KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="zoomwin" diff --git a/dev-cpp/eigen/eigen-3.0.6.ebuild b/dev-cpp/eigen/eigen-3.0.6.ebuild index 7977ae6d6539..23d9a4742be5 100644 --- a/dev-cpp/eigen/eigen-3.0.6.ebuild +++ b/dev-cpp/eigen/eigen-3.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-3.0.6.ebuild,v 1.7 2012/12/17 17:17:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-3.0.6.ebuild,v 1.8 2012/12/30 14:03:23 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ HOMEPAGE="http://eigen.tuxfamily.org/" SRC_URI="http://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="LGPL-2 GPL-3" -KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" SLOT="3" IUSE="debug doc" diff --git a/dev-db/mydumper/Manifest b/dev-db/mydumper/Manifest index 1143f624ce9a..445967562c4b 100644 --- a/dev-db/mydumper/Manifest +++ b/dev-db/mydumper/Manifest @@ -1 +1,2 @@ DIST mydumper-0.5.1.tar.gz 35098 SHA256 2ae041248c8dea0f7c3e2ca2b7322d74186c9d0e1626787a864d1eb0cb867b15 SHA512 bedcfd7e62cb014d12a6218331f6f7adcc5bf2c4bec5497bfc8182b869d9c3f33c9f2f29e474468cd33ab01d482ef9d2dc6081b6b1fce05e4489b38affd034b5 WHIRLPOOL 0022fc870fe6e24928459a41dbdecc8cf68bf0adce695e8bc51b604fe56651317a706f05561a6f4fd5007a67c06837d36da4768f376bb42482ed6dba0b099433 +DIST mydumper-0.5.2.tar.gz 35208 SHA256 a7f780f030036eb360488613a220029d59a2e20733641cc9e24ef6f3431e88cd SHA512 1a17fdadc4b038c66349fe473ce0883d348fb8b22f0c2c7363ef0b570e3e094b6e382923b025dc9ebcde282aa807c157b319992afe33193428b9cc225e1ff2f0 WHIRLPOOL 99b3e62fa8fadbc72cec7011ef03e9323556305deb5f307cd9c13ba0490694e804df5bd216cecfa3b59542332c4c288d34ed16eee27b0af7d1b0f3d73040fbef diff --git a/dev-db/mydumper/mydumper-0.5.2.ebuild b/dev-db/mydumper/mydumper-0.5.2.ebuild new file mode 100644 index 000000000000..4162b5f241ef --- /dev/null +++ b/dev-db/mydumper/mydumper-0.5.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mydumper/mydumper-0.5.2.ebuild,v 1.1 2012/12/31 02:07:39 flameeyes Exp $ + +EAPI=5 +inherit cmake-utils versionator + +DESCRIPTION="A high-performance multi-threaded backup (and restore) toolset for MySQL and Drizzle" +HOMEPAGE="http://www.mydumper.org/" +SRC_URI="http://launchpad.net/mydumper/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="dev-libs/libpcre + virtual/mysql + dev-libs/glib:2" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( dev-python/sphinx )" + +DOCS=( README ) + +src_prepare() { + # respect user cflags; do not expand ${CMAKE_C_FLAGS} (!) + sed -i -e 's:-Werror -O3 -g:${CMAKE_C_FLAGS}:' CMakeLists.txt + # fix doc install path + sed -i -e "s:share/doc/mydumper:share/doc/${PF}:" docs/CMakeLists.txt +} + +src_configure() { + mycmakeargs=( $(cmake-utils_use doc BUILD_DOCS) ) + + cmake-utils_src_configure +} diff --git a/dev-db/sqlite/sqlite-3.7.14.1.ebuild b/dev-db/sqlite/sqlite-3.7.14.1.ebuild index a0892f84a1b4..0abed2c349cb 100644 --- a/dev-db/sqlite/sqlite-3.7.14.1.ebuild +++ b/dev-db/sqlite/sqlite-3.7.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild,v 1.10 2012/12/29 14:28:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild,v 1.11 2012/12/30 15:00:11 ago Exp $ EAPI="5" @@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${DOC_PV}.zip ) LICENSE="public-domain" SLOT="3" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug doc +extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify" RDEPEND="icu? ( dev-libs/icu:= ) diff --git a/dev-haskell/hunit/hunit-1.2.5.1.ebuild b/dev-haskell/hunit/hunit-1.2.5.1.ebuild index 908269b7d137..0c00b1b6413f 100644 --- a/dev-haskell/hunit/hunit-1.2.5.1.ebuild +++ b/dev-haskell/hunit/hunit-1.2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.5.1.ebuild,v 1.7 2012/12/29 14:30:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.5.1.ebuild,v 1.8 2012/12/30 15:01:35 ago Exp $ EAPI=4 @@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND="dev-haskell/deepseq[profile?] diff --git a/dev-haskell/mtl/mtl-2.1.2.ebuild b/dev-haskell/mtl/mtl-2.1.2.ebuild index 4f4c434b2e2b..0177149a0c4e 100644 --- a/dev-haskell/mtl/mtl-2.1.2.ebuild +++ b/dev-haskell/mtl/mtl-2.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2.ebuild,v 1.7 2012/12/29 14:31:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-2.1.2.ebuild,v 1.8 2012/12/30 15:02:05 ago Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="=dev-haskell/transformers-0.3*[profile?] diff --git a/dev-haskell/parsec/parsec-3.1.3.ebuild b/dev-haskell/parsec/parsec-3.1.3.ebuild index 2e9b29d264a3..7784bacd6a81 100644 --- a/dev-haskell/parsec/parsec-3.1.3.ebuild +++ b/dev-haskell/parsec/parsec-3.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.3.ebuild,v 1.8 2012/12/29 14:31:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/parsec/parsec-3.1.3.ebuild,v 1.9 2012/12/30 15:02:33 ago Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" RDEPEND="dev-haskell/mtl[profile?] diff --git a/dev-java/jcommander/Manifest b/dev-java/jcommander/Manifest index bda579fe06df..04f7b83a00ec 100644 --- a/dev-java/jcommander/Manifest +++ b/dev-java/jcommander/Manifest @@ -1 +1,2 @@ DIST jcommander-1.29.tar.gz 58046 SHA256 adde8077a401c1c64489783db6524f989b1600d9b6fef6a217b0f2fe0693325c SHA512 d47b1aea14987c43f02099edd6ffd09f12a4803dae8c41cb4853528ee920726b4c0a7e039d3e84454f23d2a2220341fa2999afb331cec0071a0130ca47548ef5 WHIRLPOOL 8bcd2a6dd645f7abef977ff07eab82b05aabb7cfd7a0f8612f45efe73b549f98991b1014af06fc6796a9dc2856ba879dbb69715c42b1678f373485a8c2fed71b +DIST jcommander-1.30.tar.gz 61454 SHA256 335b3f4162bb548ef65d5540b4b852824b5fb24c54bc15ab0aa205df12dae7f3 SHA512 9be916f13eec5999aeaa0fb9ddb109fc9a45a0a9cbadba6344d659fd3d10424ac96a224d83d85fdcc33173490b795a69b138bd8f5fcd6431135c0918a28857a3 WHIRLPOOL 38a5a84f1d53071588707768d66014f86c2969b3988b43ceb4c6f8289701704110243f9011f3992cc8f6eeefd30f95102ec25693e4b4bb76e525105ca96cee1c diff --git a/dev-java/jcommander/jcommander-1.30.ebuild b/dev-java/jcommander/jcommander-1.30.ebuild new file mode 100644 index 000000000000..24c34828a4b8 --- /dev/null +++ b/dev-java/jcommander/jcommander-1.30.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jcommander/jcommander-1.30.ebuild,v 1.1 2012/12/31 02:37:45 flameeyes Exp $ + +EAPI=4 + +inherit eutils java-pkg-2 java-pkg-simple + +GITHUB_USER="cbeust" + +DESCRIPTION="Command line parsing framework for Java" +HOMEPAGE="https://github.com/cbeust/jcommander" +SRC_URI="https://github.com/${GITHUB_USER}/${PN}/tarball/${P} -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +# test? ( dev-java/testng ) +DEPEND="${CDEPEND} + >=virtual/jdk-1.6" + +RDEPEND="${CDEPEND} + >=virtual/jre-1.6" + +JAVA_SRC_DIR="src/main" + +S="${WORKDIR}"/${P} + +# until testng is in main tree +RESTRICT=test + +src_unpack() { + unpack ${A} + mv ${GITHUB_USER}-${PN}-* ${P} || die + rm "${P}"/pom.xml || die +} + +src_test() { + JAVA_SRC_DIR="src/test" \ + JAVA_CLASSPATH_EXTRA="${PN}.jar" \ + PN="${PN}-test" \ + java-pkg-simple_src_compile +} + +src_install() { + java-pkg-simple_src_install + dodoc README.markdown CHANGELOG +} diff --git a/dev-java/skinlf/skinlf-6.7.ebuild b/dev-java/skinlf/skinlf-6.7.ebuild index 6dc1df952646..527b5856fc6d 100644 --- a/dev-java/skinlf/skinlf-6.7.ebuild +++ b/dev-java/skinlf/skinlf-6.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/skinlf/skinlf-6.7.ebuild,v 1.3 2011/09/25 19:45:12 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/skinlf/skinlf-6.7.ebuild,v 1.4 2012/12/30 16:53:57 ulm Exp $ EAPI="1" @@ -13,10 +13,12 @@ MY_P="${P}-20060722" DESCRIPTION="Skin Look and Feel - Skinning Engine for the Swing toolkit" HOMEPAGE="http://${PN}.l2fprod.com/" SRC_URI="https://${PN}.dev.java.net/files/documents/66/37801/${MY_P}.zip" -LICENSE="as-is" + +LICENSE="Apache-1.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" + CDEPEND="dev-java/laf-plugin:0 dev-java/xalan" RDEPEND=">=virtual/jre-1.4 @@ -52,5 +54,5 @@ src_install() { use examples && java-pkg_doexamples src/examples use source && java-pkg_dosrc src/com src/*.java - dodoc CHANGES README LICENSE LICENSE_nanoxml || die + dodoc CHANGES README || die } diff --git a/dev-lang/nacl-toolchain-newlib/Manifest b/dev-lang/nacl-toolchain-newlib/Manifest index 7cd3e8c31775..5d711145de54 100644 --- a/dev-lang/nacl-toolchain-newlib/Manifest +++ b/dev-lang/nacl-toolchain-newlib/Manifest @@ -1,7 +1,11 @@ DIST binutils-2.20.1.tar.bz2 17591527 SHA256 71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64 SHA512 b05c93eb9ba8db344fbdee3c5b36ed5a7ad1366f948d41af43286715c7345a2477e0808d25f7bbf81b54ab06c4d46356d44318d56efcdbef42236d1a694411fc WHIRLPOOL 6166462fce695914a32c3295dadb6782716bb6693ee0a2a5543cc925e4967f5bccf38a5a2c244703bb9990acd229d0588a9463c62cec042f24107854c631518e DIST gcc-4.4.3.tar.bz2 62944934 SHA256 97ed664694b02b4d58ac2cafe443d02a388f9cb3645e7778843b5086a5fec040 SHA512 7e94f874f66d248fa930dc415c9442c6c5bff134653dacb7749e1f8a75c4660e29d47661c0f5a254d6fcbdf75a2c37aa7e26091f370a934277421879f98b1928 WHIRLPOOL af2449836826c51ac26bc0b228fedccaa99c7652244e42baab47eff99422940d9b440cf359f8dfb5c2f0c9b509313860aa753c621cd2c17db558c988b856b274 +DIST naclbinutils-2.20.1-r10520.patch.bz2 38550 SHA256 3f369a6b4e4d79bf437c6ceab462a4fe7dc5fabceb32eb1dec9e149f8619de72 SHA512 58a81e665a32946e92813b3e07f23d59068c91a0074b1be1fbf0dba0ce5014ae7a86ce59e0f53d4ed24ae7c712376a27aac9f95fc85163cd9380a8cfdad167f8 WHIRLPOOL 380f631cb09f2d5191f18815538a419834bc4463a4572eb312d2f6cc1d696319f7d31f7558664462374d364318f414aebd7f76a071a4678a02742105f4bfe90e DIST naclbinutils-2.20.1-r9093.patch.bz2 38538 SHA256 ea08fbe4b53317a6f465aee1afaf61c4fcb63765d877156cc42ff267faa103c6 SHA512 b7f9f8105de1adb44f89927ddb47428dbfee597a5cbe3ab85986a55a8403f3fcdb4cebab84019f78f32df540408c9c237929d2c5c4f3b0f4e116712ecce47475 WHIRLPOOL 336299d2e2fba147353675f31e3e2759da5311cf3fec3ccb27081761674f80241b38097b29217457b9422ab06b5b2e0fb751061a10b4a7c86e3c6c5761988f56 +DIST naclgcc-4.4.3-r10520.patch.bz2 39900 SHA256 40d9fed5c1a9c19f0dcc8f2bc820e3c899d6cec3430ee49c14096b928c6ef480 SHA512 edd8c4babfb5e4609a957efca22bbbd0aa44b4bc2f10bb6191bf6fe3004c529913ee018e1500d2c9f86b99c4388a4cbceb6ad82de1e4dd4cfb708d10fe4dc0a4 WHIRLPOOL 93e0866e7dd70336fa72908c12c0b5e2dec57ea2a8f5e8332dc5bf71608ce97647d6e1b6b21345a8b55bb4e53aca1c545b5ccd54fd000918776c067a99b42660 DIST naclgcc-4.4.3-r9093.patch.bz2 39561 SHA256 a90aeb300d886a2ada571e6f0826adca02cb579b026c0c06457589f019317568 SHA512 723fc258a7d57855a5dcf4b11b1d6cc6cc08189d912809e8eda1ea1c31f10c7cebc6230ee2b76a2957fcab0b52ac623899a0e8f619e516c7dfda5139457c3409 WHIRLPOOL 58cf5baa6660f0f98202fb4fa0f58c861cf8ea761c061ff6cd7b47b0d22984f6dc6c50a5d3754e816c11798971269ef7bb9c41246437547de49fd161f4d4b95d +DIST naclnewlib-1.20.0-r10520.patch.bz2 92737 SHA256 109a86cc5d3e059004d90c12f1319a293ad3a137a62e6006cc997b44487cebed SHA512 60ab5fcce4c0548cf40fa55e036e5c3ad25fbcf51c719e1d632c77fe55086774cacf2e73f08d12400350ebc9e3b189558c17e2912a481a83ccd6884a142e1acb WHIRLPOOL 62c76dddd182fca2e3d2a45bb15228406ff73664e1d742928883660f53d4f0d1b166fb56c182c13e18dd8fe406d5d72d1d0dbf533996281fbfaf9a3736078053 DIST naclnewlib-1.20.0-r9093.patch.bz2 92392 SHA256 3db6c5cd3344ca1bdd23db170a20c5e248dbbdb06706574bc4c6dacafddd6c9c SHA512 81f9c26bacc3c914c112b45e8a1012746ace869c60c309d0c2dfac449b26a0c3af1aeee577512eb910b47433e432988a7709d57088445428b108af348ad3e32b WHIRLPOOL da5c0588cc59ec14982be5b01188e4fd8fa72afcc738b2580c685a8d558f03b78e35f0b5de1fcdc3179414ccf61eb7937d5b55f422f9d327da36af454866970a +DIST nacltoolchain-buildscripts-r10520.tar.gz 20323 SHA256 87f06f423a5ff86e99a0077390b7743f7bc1eec2b2a0516a4498055329f550bb SHA512 19fb4f484e0768e03d9ada3aa6ae7c366ae8e9bd1adf54e292ef0f4dd73ef5f9f2e289468576dfdbf3170246314066d67409cf32c4072d07d1bb841d02ca41c0 WHIRLPOOL eda7cd82eeb072a2e6da6075269396867072e4c90591cfadfc4cc746a0f895ddbca637847ed3e26b5da54d84fbcfb78ff02c9a7bdc3990a194a4fa26299e8d51 DIST nacltoolchain-buildscripts-r9093.tar.gz 20364 SHA256 648e17f89fb21a0508eeabc332e243eb4470c3f4906152a475e72cc62ae5c44e SHA512 e81bf5b61150c7022a87d36bdd14bd4694feadf4baa75316cc05f72466a3c4def8a659416399339d3db1a49bf7e988df228c1e466b90098d1041f3b5d8065562 WHIRLPOOL 5ce758c73af352979f1b0a46269d2d00493d03e2b504f4c1ffd98813e4b28816bac07416748ef8648825c1aba30689933a8ffb204aec8076730b117ea031e7db DIST newlib-1.20.0.tar.gz 14571004 SHA256 c644b2847244278c57bec2ddda69d8fab5a7c767f3b9af69aa7aa3da823ff692 SHA512 2abf1d30980e460c4d6ffe4d1682e38403d056048e00675362256731e57fe6759d01e85bcba84258d211941926e13bf3c632ff3824931a844c8b2596e795451f WHIRLPOOL be7996e493b0f2be6992c579796ea9d6968ed3b0a4f5d9c58e1c8b255a1060df18e6ae3d7ecf3a291c5859a6c04bdd39296e9ee5811eb59e2e7646da27089f66 diff --git a/dev-lang/nacl-toolchain-newlib/nacl-toolchain-newlib-0_p10520.ebuild b/dev-lang/nacl-toolchain-newlib/nacl-toolchain-newlib-0_p10520.ebuild new file mode 100644 index 000000000000..429d69a55765 --- /dev/null +++ b/dev-lang/nacl-toolchain-newlib/nacl-toolchain-newlib-0_p10520.ebuild @@ -0,0 +1,98 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nacl-toolchain-newlib/nacl-toolchain-newlib-0_p10520.ebuild,v 1.1 2012/12/30 17:57:47 phajdan.jr Exp $ + +EAPI="4" + +inherit eutils flag-o-matic multilib + +BINUTILS_PV="2.20.1" +NEWLIB_PV="1.20.0" +GCC_PV="4.4.3" +NACL_REVISION="${PV##*_p}" + +DESCRIPTION="Native Client newlib-based toolchain (only for compiling IRT)" +HOMEPAGE="http://code.google.com/chrome/nativeclient/" +SRC_URI="mirror://gnu/binutils/binutils-${BINUTILS_PV}.tar.bz2 + ftp://sources.redhat.com/pub/newlib/newlib-${NEWLIB_PV}.tar.gz + mirror://gnu/gcc/gcc-${GCC_PV}/gcc-${GCC_PV}.tar.bz2 + http://gsdview.appspot.com/nativeclient-archive2/x86_toolchain/r${NACL_REVISION}/nacltoolchain-buildscripts-r${NACL_REVISION}.tar.gz + http://gsdview.appspot.com/nativeclient-archive2/x86_toolchain/r${NACL_REVISION}/naclbinutils-${BINUTILS_PV}-r${NACL_REVISION}.patch.bz2 + http://gsdview.appspot.com/nativeclient-archive2/x86_toolchain/r${NACL_REVISION}/naclnewlib-${NEWLIB_PV}-r${NACL_REVISION}.patch.bz2 + http://gsdview.appspot.com/nativeclient-archive2/x86_toolchain/r${NACL_REVISION}/naclgcc-${GCC_PV}-r${NACL_REVISION}.patch.bz2 +" + +LICENSE="BSD" # NaCl +LICENSE+=" || ( GPL-3 LGPL-3 )" # binutils +LICENSE+=" NEWLIB LIBGLOSS GPL-2" # newlib +LICENSE+=" GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" # gcc + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Stripping with a non-NaCl strip breaks the toolchain, bug #386931. +# Tests are broken, bug #391761. +RESTRICT="strip test" + +# Executable section checks do not make sense for newlib, bug #390383. +QA_EXECSTACK="usr/lib*/nacl-toolchain-newlib/*/lib*/*" + +RDEPEND=" + >=dev-libs/gmp-5.0.2 + >=dev-libs/mpfr-3.0.1 + >=sys-libs/glibc-2.8 + >=sys-libs/zlib-1.1.4 +" +DEPEND="${RDEPEND} + app-arch/zip + app-arch/unzip + dev-libs/mpc + dev-libs/cloog-ppl + dev-libs/ppl + >=media-libs/libart_lgpl-2.1 + >=sys-apps/texinfo-4.8 + >=sys-devel/binutils-2.15.94 + >=sys-devel/bison-1.875 + >=sys-devel/flex-2.5.4 + sys-devel/gnuconfig + sys-devel/m4 + >=sys-libs/ncurses-5.2-r2 + >=sys-apps/sed-4 + sys-devel/gettext + virtual/libiconv + virtual/yacc +" + +S="${WORKDIR}" + +pkg_setup() { + # Unset variables known to break the build. This is a black-list + # rather than white-list because it's not obvious how to come up + # with a comprehensive white-list. + # For more info see bug #413995. + unset -v LANGUAGES || die +} + +src_prepare() { + mkdir SRC || die + mv binutils-${BINUTILS_PV} SRC/binutils || die + mv newlib-${NEWLIB_PV} SRC/newlib || die + mv gcc-${GCC_PV} SRC/gcc || die + cd SRC || die + EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch "${S}" + + # Parallel build failure, bug #437048. + epatch "${FILESDIR}/gcc-parallel-build-r0.patch" +} + +src_compile() { + strip-flags # See bug #390589. + emake PREFIX="${PWD}/${PN}" CANNED_REVISION="yes" build-with-newlib +} + +src_install() { + local TOOLCHAIN_HOME="/usr/$(get_libdir)" + dodir "${TOOLCHAIN_HOME}" + mv "${WORKDIR}/${PN}" "${ED}/${TOOLCHAIN_HOME}" || die +} diff --git a/dev-lang/php/php-5.4.6.ebuild b/dev-lang/php/php-5.4.6.ebuild index b5a5308a7dd1..95e97da0db9d 100644 --- a/dev-lang/php/php-5.4.6.ebuild +++ b/dev-lang/php/php-5.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.6.ebuild,v 1.8 2012/12/30 13:58:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.6.ebuild,v 1.9 2012/12/30 20:23:37 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SUHOSIN_VERSION="" FPM_VERSION="builtin" EXPECTED_TEST_FAILURES="" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" function php_get_uri () { diff --git a/dev-lang/swig/swig-2.0.8.ebuild b/dev-lang/swig/swig-2.0.8.ebuild index be4a2a5722a4..dfc15640dca7 100644 --- a/dev-lang/swig/swig-2.0.8.ebuild +++ b/dev-lang/swig/swig-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.8.ebuild,v 1.9 2012/12/29 14:22:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swig/swig-2.0.8.ebuild,v 1.10 2012/12/30 14:33:15 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3+ BSD BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="ccache doc pcre" RESTRICT="test" diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild index 52ccf8a80aaa..eb70eca0037d 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild,v 1.11 2012/12/29 14:25:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.25-r3.ebuild,v 1.12 2012/12/30 14:34:26 ago Exp $ EAPI=4 inherit eutils flag-o-matic multilib autotools pam java-pkg-opt-2 db-use @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.cyrusimap.org/cyrus-sasl/${P}.tar.gz" LICENSE="BSD-with-attribution" SLOT="2" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite srp ssl static-libs urandom" diff --git a/dev-libs/fribidi/files/fribidi-0.19.5-signedwarning.patch b/dev-libs/fribidi/files/fribidi-0.19.5-signedwarning.patch new file mode 100644 index 000000000000..2619bf375510 --- /dev/null +++ b/dev-libs/fribidi/files/fribidi-0.19.5-signedwarning.patch @@ -0,0 +1,22 @@ +From 78dc3af68ed0e1aafe54c176b28dadee66eb306c Mon Sep 17 00:00:00 2001 +From: Behdad Esfahbod +Date: Thu, 06 Dec 2012 17:17:53 +0000 +Subject: Fix theoretically possible overflow + +https://bugzilla.redhat.com/show_bug.cgi?id=884000 +--- +diff --git a/bin/fribidi-main.c b/bin/fribidi-main.c +index ac9e2ff..dd27f0d 100644 +--- a/bin/fribidi-main.c ++++ b/bin/fribidi-main.c +@@ -519,7 +519,7 @@ main ( + idx++; + } + #endif /* !FRIBIDI_MAIN_USE_ICONV_H */ +- if (wid < 0 && idx > st + 1) ++ if (wid < 0 && idx - st > 1) + idx--; + inlen = idx - st; + +-- +cgit v0.9.0.2-2-gbebe diff --git a/dev-libs/fribidi/fribidi-0.19.5-r1.ebuild b/dev-libs/fribidi/fribidi-0.19.5-r1.ebuild new file mode 100644 index 000000000000..ad7f69ac4153 --- /dev/null +++ b/dev-libs/fribidi/fribidi-0.19.5-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fribidi/fribidi-0.19.5-r1.ebuild,v 1.1 2012/12/30 15:07:12 ssuominen Exp $ + +EAPI=4 +inherit autotools eutils + +DESCRIPTION="A free implementation of the unicode bidirectional algorithm" +HOMEPAGE="http://fribidi.org/" +SRC_URI="http://fribidi.org/download/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="static-libs" + +RESTRICT="test" #397347 + +RDEPEND=">=dev-libs/glib-2" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS="AUTHORS NEWS README ChangeLog THANKS TODO" + +src_prepare() { + epatch \ + "${FILESDIR}"/${PN}-0.19.2-nodoc.patch \ + "${FILESDIR}"/${P}-signedwarning.patch + + # Fix compability with dev-libs/glib >= 2.31 + sed -i \ + -e '/include/s:::' \ + -e '/include/s:::' \ + charset/fribidi-char-sets.c lib/mem.h || die + + eautoreconf +} + +src_configure() { + # --with-glib=yes is required for #345621 to ensure "Requires: glib-2.0" is + # present in /usr/lib/pkgconfig/fribidi.pc + econf \ + $(use_enable static-libs static) \ + --with-glib=yes +} + +src_install() { + default + prune_libtool_files +} diff --git a/dev-libs/libmaa/libmaa-1.3.2.ebuild b/dev-libs/libmaa/libmaa-1.3.2.ebuild index 5f918a24155e..3d50d7353a12 100644 --- a/dev-libs/libmaa/libmaa-1.3.2.ebuild +++ b/dev-libs/libmaa/libmaa-1.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmaa/libmaa-1.3.2.ebuild,v 1.7 2012/12/29 14:37:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmaa/libmaa-1.3.2.ebuild,v 1.8 2012/12/30 15:06:09 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/dict/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="" DOCS="ChangeLog NEWS README doc/libmaa.600dpi.ps" diff --git a/dev-libs/libnl/libnl-3.2.14.ebuild b/dev-libs/libnl/libnl-3.2.14.ebuild index deb9fa0b46f3..b9d12b4fb74d 100644 --- a/dev-libs/libnl/libnl-3.2.14.ebuild +++ b/dev-libs/libnl/libnl-3.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.14 2012/12/29 14:36:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.15 2012/12/30 15:05:09 ago Exp $ EAPI=4 inherit eutils libtool multilib @@ -13,7 +13,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 doc? ( GPL-2 ) utils? ( GPL-2 )" SLOT="3" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc static-libs utils" DEPEND=" diff --git a/dev-libs/libxslt/libxslt-1.1.28.ebuild b/dev-libs/libxslt/libxslt-1.1.28.ebuild index 8bd30b4926eb..22db0e274312 100644 --- a/dev-libs/libxslt/libxslt-1.1.28.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28.ebuild,v 1.9 2012/12/26 17:52:06 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28.ebuild,v 1.11 2012/12/30 20:41:03 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="crypt debug python static-libs" RDEPEND=">=dev-libs/libxml2-2.8.0 diff --git a/dev-libs/mpfr/mpfr-3.1.1.ebuild b/dev-libs/mpfr/mpfr-3.1.1.ebuild index 4fe5c48c680f..41a711fd17a5 100644 --- a/dev-libs/mpfr/mpfr-3.1.1.ebuild +++ b/dev-libs/mpfr/mpfr-3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.1.ebuild,v 1.9 2012/12/30 13:59:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.1.ebuild,v 1.10 2012/12/30 20:24:48 ago Exp $ EAPI="3" @@ -16,7 +16,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="static-libs" RDEPEND=">=dev-libs/gmp-4.1.4-r2[static-libs?]" diff --git a/dev-libs/openct/openct-0.6.20-r3.ebuild b/dev-libs/openct/openct-0.6.20-r3.ebuild index b578740a8d18..c0042be95084 100644 --- a/dev-libs/openct/openct-0.6.20-r3.ebuild +++ b/dev-libs/openct/openct-0.6.20-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild,v 1.9 2012/12/29 08:52:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.20-r3.ebuild,v 1.10 2012/12/30 14:21:48 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="library for accessing smart card terminals" HOMEPAGE="http://www.opensc-project.org/openct/" SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.gz" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild index 42c8bd751698..8e989227dc33 100644 --- a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild +++ b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild,v 1.8 2012/05/12 18:30:44 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r1.ebuild,v 1.9 2012/12/30 16:57:46 ulm Exp $ EAPI="2" @@ -17,7 +17,8 @@ inherit eutils multilib php-ext-source-r2 DESCRIPTION="An ISO-C:1999 API and corresponding CLI for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant UUID." HOMEPAGE="http://www.ossp.org/pkg/lib/uuid/" SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_P}.tar.gz" -LICENSE="as-is" + +LICENSE="ISC" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="+cxx php" @@ -34,7 +35,7 @@ src_prepare() { if use php; then local slot for slot in $(php_get_slots); do - php_init_slot_env ${slot} + php_init_slot_env ${slot} epatch "${FILESDIR}/${P}-gentoo-php.patch" done diff --git a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild index 77a9c8c48b1f..3e44d48f2a7d 100644 --- a/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild +++ b/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild,v 1.2 2012/08/21 04:09:52 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ossp-uuid/ossp-uuid-1.6.2-r2.ebuild,v 1.3 2012/12/30 16:57:46 ulm Exp $ EAPI="4" @@ -18,7 +18,8 @@ inherit eutils multilib php-ext-source-r2 DESCRIPTION="An ISO-C:1999 API and corresponding CLI for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant UUID." HOMEPAGE="http://www.ossp.org/pkg/lib/uuid/" SRC_URI="ftp://ftp.ossp.org/pkg/lib/uuid/${MY_P}.tar.gz" -LICENSE="as-is" + +LICENSE="ISC" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" IUSE="+cxx perl php static-libs" @@ -37,7 +38,7 @@ src_prepare() { if use php; then local slot for slot in $(php_get_slots); do - php_init_slot_env ${slot} + php_init_slot_env ${slot} epatch \ "${FILESDIR}/${P}-gentoo-php.patch" \ "${FILESDIR}/${P}-php.patch" diff --git a/dev-ml/lablgtk/lablgtk-2.16.0.ebuild b/dev-ml/lablgtk/lablgtk-2.16.0.ebuild index 3e75b6fb4c60..ea38d283e14f 100644 --- a/dev-ml/lablgtk/lablgtk-2.16.0.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.16.0.ebuild,v 1.6 2012/12/29 14:38:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.16.0.ebuild,v 1.7 2012/12/30 15:07:35 ago Exp $ EAPI="2" @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" SLOT="2" -KEYWORDS="~alpha amd64 ia64 ppc sparc x86 ~x86-fbsd ~x86-linux" +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd ~x86-linux" src_configure() { econf $(use_enable debug) \ diff --git a/dev-perl/PortageXS/PortageXS-0.02.10-r2.ebuild b/dev-perl/PortageXS/PortageXS-0.02.10-r2.ebuild index 99eb4649dbb1..c55b71bce6c4 100644 --- a/dev-perl/PortageXS/PortageXS-0.02.10-r2.ebuild +++ b/dev-perl/PortageXS/PortageXS-0.02.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r2.ebuild,v 1.9 2012/12/29 08:49:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r2.ebuild,v 1.11 2012/12/30 15:32:08 armin76 Exp $ inherit perl-module eutils prefix DESCRIPTION="Portage abstraction layer for perl" @@ -9,7 +9,7 @@ SRC_URI="http://download.mpsna.de/opensource/PortageXS/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="minimal" SRC_TEST="do" diff --git a/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild b/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild index fb4aec226362..fd763d18415c 100644 --- a/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild +++ b/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v 1.8 2012/12/30 13:58:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.0.ebuild,v 1.9 2012/12/30 20:24:19 ago Exp $ -KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" MY_PV="${PV/_/}" MY_PV="${MY_PV/rc/RC}" diff --git a/dev-php/xdebug/xdebug-2.2.0.ebuild b/dev-php/xdebug/xdebug-2.2.0.ebuild index 3657bb1cec6e..576e14bcbbf5 100644 --- a/dev-php/xdebug/xdebug-2.2.0.ebuild +++ b/dev-php/xdebug/xdebug-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.0.ebuild,v 1.8 2012/12/30 13:58:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.2.0.ebuild,v 1.9 2012/12/30 20:23:58 ago Exp $ EAPI="4" PHP_EXT_NAME="xdebug" @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" inherit php-ext-source-r2 -KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" DESCRIPTION="A PHP debugging and profiling extension" HOMEPAGE="http://www.xdebug.org/" diff --git a/dev-python/argparse/argparse-1.2.1-r1.ebuild b/dev-python/argparse/argparse-1.2.1-r1.ebuild index d6f5e825538d..2d850ca4f982 100644 --- a/dev-python/argparse/argparse-1.2.1-r1.ebuild +++ b/dev-python/argparse/argparse-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.12 2012/12/23 18:13:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.14 2012/12/30 14:37:28 ago Exp $ EAPI=5 PYTHON_COMPAT_REAL=( @@ -22,7 +22,7 @@ SRC_URI="http://argparse.googlecode.com/files/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/httplib2/httplib2-0.7.6.ebuild b/dev-python/httplib2/httplib2-0.7.6.ebuild index 4200439eb38a..c25d68d51604 100644 --- a/dev-python/httplib2/httplib2-0.7.6.ebuild +++ b/dev-python/httplib2/httplib2-0.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild,v 1.6 2012/12/25 22:17:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild,v 1.8 2012/12/30 20:25:48 ago Exp $ EAPI="4" PYTHON_DEPEND="2 3:3.2" @@ -17,7 +17,7 @@ SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" src_test() { diff --git a/dev-python/pyftpdlib/pyftpdlib-0.7.0.ebuild b/dev-python/pyftpdlib/pyftpdlib-0.7.0.ebuild index b35170e808a6..8fd3021b1813 100644 --- a/dev-python/pyftpdlib/pyftpdlib-0.7.0.ebuild +++ b/dev-python/pyftpdlib/pyftpdlib-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyftpdlib/pyftpdlib-0.7.0.ebuild,v 1.11 2012/12/29 09:08:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyftpdlib/pyftpdlib-0.7.0.ebuild,v 1.12 2012/12/30 14:02:49 ago Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ SRC_URI="http://pyftpdlib.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="examples ssl" DEPEND="ssl? ( diff --git a/dev-python/pypax/pypax-0.7.0.ebuild b/dev-python/pypax/pypax-0.7.0.ebuild index 6c3df1512dde..19c1569707a9 100644 --- a/dev-python/pypax/pypax-0.7.0.ebuild +++ b/dev-python/pypax/pypax-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.5 2012/12/29 14:24:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.7.0.ebuild,v 1.6 2012/12/30 14:35:50 ago Exp $ EAPI="3" @@ -17,7 +17,7 @@ S="${WORKDIR}/elfix-${PV}/scripts" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86" IUSE="+ptpax +xtpax" DEPEND=" diff --git a/dev-python/setuptools/setuptools-0.6.30-r1.ebuild b/dev-python/setuptools/setuptools-0.6.30-r1.ebuild index 7acd7d5f4741..334334bf104c 100644 --- a/dev-python/setuptools/setuptools-0.6.30-r1.ebuild +++ b/dev-python/setuptools/setuptools-0.6.30-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.30-r1.ebuild,v 1.11 2012/12/23 18:12:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.30-r1.ebuild,v 1.13 2012/12/30 14:37:06 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} ) @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" S="${WORKDIR}/${MY_P}" diff --git a/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild b/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild index ff5e2a6850ff..46278e32f7b5 100644 --- a/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild +++ b/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.10 2012/12/29 17:03:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.12 2012/12/30 20:31:43 ago Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -19,7 +19,7 @@ HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" DEPEND="${DEPEND} doc? ( dev-lang/perl )" diff --git a/dev-ruby/ffi/ffi-1.1.5.ebuild b/dev-ruby/ffi/ffi-1.1.5.ebuild index 19a577d7e414..b568d47ad6dc 100644 --- a/dev-ruby/ffi/ffi-1.1.5.ebuild +++ b/dev-ruby/ffi/ffi-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.6 2012/12/27 02:07:51 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.5.ebuild,v 1.8 2012/12/30 20:40:33 ago Exp $ EAPI=4 @@ -25,7 +25,7 @@ RUBY_S="${PN}-${PN}-*" IUSE="" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" RDEPEND="${RDEPEND} virtual/libffi" DEPEND="${DEPEND} virtual/libffi" diff --git a/dev-ruby/highline/highline-1.6.13.ebuild b/dev-ruby/highline/highline-1.6.13.ebuild index c4146ceae54f..0656fe14a43b 100644 --- a/dev-ruby/highline/highline-1.6.13.ebuild +++ b/dev-ruby/highline/highline-1.6.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.13.ebuild,v 1.9 2012/12/30 14:00:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.13.ebuild,v 1.10 2012/12/30 20:46:07 ago Exp $ EAPI=4 @@ -17,7 +17,7 @@ HOMEPAGE="http://highline.rubyforge.org/" IUSE="" LICENSE="|| ( GPL-2 Ruby )" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" all_ruby_prepare() { # fix up gemspec file not to call git diff --git a/dev-ruby/locale/locale-2.0.5-r3.ebuild b/dev-ruby/locale/locale-2.0.5-r3.ebuild index c91ea046175a..e3ac8d3c5d61 100644 --- a/dev-ruby/locale/locale-2.0.5-r3.ebuild +++ b/dev-ruby/locale/locale-2.0.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.0.5-r3.ebuild,v 1.11 2012/12/29 17:09:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.0.5-r3.ebuild,v 1.13 2012/12/30 20:49:39 ago Exp $ EAPI=2 @@ -18,7 +18,7 @@ DESCRIPTION="A pure ruby library which provides basic APIs for localization." HOMEPAGE="http://locale.rubyforge.org/" LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-macos" +KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-macos" SLOT="0" IUSE="" diff --git a/dev-ruby/minitest/minitest-3.5.0.ebuild b/dev-ruby/minitest/minitest-3.5.0.ebuild index 13145c3660f2..7b8e07ff64d6 100644 --- a/dev-ruby/minitest/minitest-3.5.0.ebuild +++ b/dev-ruby/minitest/minitest-3.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-3.5.0.ebuild,v 1.6 2012/12/29 17:02:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-3.5.0.ebuild,v 1.8 2012/12/30 20:46:38 ago Exp $ EAPI=4 # jruby → tests fail, reported upstream @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/seattlerb/minitest" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " diff --git a/dev-ruby/racc/racc-1.4.8.ebuild b/dev-ruby/racc/racc-1.4.8.ebuild index e7be0e191bc4..ca2e70f57394 100644 --- a/dev-ruby/racc/racc-1.4.8.ebuild +++ b/dev-ruby/racc/racc-1.4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.8.ebuild,v 1.9 2012/12/29 16:59:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.8.ebuild,v 1.11 2012/12/30 20:26:16 ago Exp $ EAPI=4 @@ -17,7 +17,7 @@ HOMEPAGE="http://www.loveruby.net/en/racc.html" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc test" ruby_add_bdepend "dev-ruby/rake diff --git a/dev-ruby/rr/rr-1.0.4.ebuild b/dev-ruby/rr/rr-1.0.4.ebuild index cd1ee5aa5087..c9ab9f39d896 100644 --- a/dev-ruby/rr/rr-1.0.4.ebuild +++ b/dev-ruby/rr/rr-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.4 2012/12/22 17:08:43 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.0.4.ebuild,v 1.5 2012/12/30 16:53:40 armin76 Exp $ EAPI=4 @@ -21,7 +21,7 @@ RUBY_S="btakita-${PN}-*" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( diff --git a/dev-ruby/ruby-augeas/ruby-augeas-0.4.1.ebuild b/dev-ruby/ruby-augeas/ruby-augeas-0.4.1.ebuild index c565c69e3e15..9d3c843326be 100644 --- a/dev-ruby/ruby-augeas/ruby-augeas-0.4.1.ebuild +++ b/dev-ruby/ruby-augeas/ruby-augeas-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.4.1.ebuild,v 1.8 2012/12/18 16:30:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-augeas/ruby-augeas-0.4.1.ebuild,v 1.9 2012/12/30 14:06:40 ago Exp $ EAPI=3 # jruby -> native extentions @@ -17,7 +17,7 @@ SRC_URI="http://augeas.net/download/ruby/${P}.gem" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~hppa ia64 ppc ~sparc x86" +KEYWORDS="amd64 ~hppa ia64 ppc sparc x86" IUSE="" DEPEND="${DEPEND} >=app-admin/augeas-0.5.1 dev-libs/libxml2" diff --git a/dev-ruby/ruby-gettext/ruby-gettext-2.2.1.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-2.2.1.ebuild index 97ad4cf913a3..4c5da0a75fed 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-2.2.1.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.2.1.ebuild,v 1.6 2012/12/29 17:09:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.2.1.ebuild,v 1.8 2012/12/30 20:49:19 ago Exp $ EAPI=4 @@ -22,7 +22,7 @@ inherit ruby-fakegem DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html" -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-macos" +KEYWORDS="alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-macos" IUSE="doc test" SLOT="0" LICENSE="Ruby" diff --git a/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild b/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild index 951d0c402755..9adf487ce6e8 100644 --- a/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild +++ b/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild,v 1.6 2012/12/27 14:53:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.3.ebuild,v 1.7 2012/12/30 17:04:56 armin76 Exp $ EAPI=4 @@ -22,7 +22,7 @@ inherit ruby-fakegem DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package" HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc test" SLOT="0" LICENSE="Ruby" diff --git a/dev-ruby/session/session-3.1.0-r1.ebuild b/dev-ruby/session/session-3.1.0-r1.ebuild index 6fc6b6db2003..a04bbd9536f0 100644 --- a/dev-ruby/session/session-3.1.0-r1.ebuild +++ b/dev-ruby/session/session-3.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/session/session-3.1.0-r1.ebuild,v 1.5 2012/12/22 17:09:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/session/session-3.1.0-r1.ebuild,v 1.6 2012/12/30 16:47:40 armin76 Exp $ EAPI=2 @@ -21,7 +21,7 @@ HOMEPAGE="http://codeforpeople.com/lib/ruby/session/" # by author. LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="test" ruby_add_bdepend "test? ( virtual/ruby-test-unit )" diff --git a/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild b/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild index 7bcdba54cd8e..e72cf64af31b 100644 --- a/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild +++ b/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild,v 1.6 2012/12/27 14:52:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit-rr/test-unit-rr-1.0.2.ebuild,v 1.7 2012/12/30 16:56:35 armin76 Exp $ EAPI=5 @@ -18,7 +18,7 @@ HOMEPAGE="http://rubyforge.org/projects/test-unit/" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/rr-1.0.2 >=dev-ruby/test-unit-2.5.2" diff --git a/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild b/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild index 8fd2b79c2b38..7dd5e119d600 100644 --- a/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild +++ b/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.6 2012/12/29 17:00:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.8 2012/12/30 20:31:22 ago Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18" @@ -16,7 +16,7 @@ HOMEPAGE="http://github.com/carld/tidy" LICENSE="HTML-Tidy" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86" IUSE="" all_ruby_prepare() { diff --git a/dev-ruby/yard/yard-0.8.3.ebuild b/dev-ruby/yard/yard-0.8.3.ebuild index b0d0ff1a433e..474fee7533f1 100644 --- a/dev-ruby/yard/yard-0.8.3.ebuild +++ b/dev-ruby/yard/yard-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.3.ebuild,v 1.10 2012/12/29 17:10:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.3.ebuild,v 1.12 2012/12/30 20:31:02 ago Exp $ EAPI=4 @@ -25,7 +25,7 @@ RUBY_S="lsegal-yard-*" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" #RUBY_PATCHES=( ${P}-test-failures.patch ) diff --git a/dev-util/debootstrap/debootstrap-1.0.44.ebuild b/dev-util/debootstrap/debootstrap-1.0.44.ebuild index 695ce87df2a2..cad7e36e4f0f 100644 --- a/dev-util/debootstrap/debootstrap-1.0.44.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.44.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.44.ebuild,v 1.7 2012/12/25 22:25:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.44.ebuild,v 1.9 2012/12/30 20:45:40 ago Exp $ EAPI=4 inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sh sparc x86" IUSE="" RDEPEND=" diff --git a/dev-util/ninja/ninja-1.0.0.ebuild b/dev-util/ninja/ninja-1.0.0.ebuild index 21643bf6e9d4..91a5d685d5b3 100644 --- a/dev-util/ninja/ninja-1.0.0.ebuild +++ b/dev-util/ninja/ninja-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.0.0.ebuild,v 1.1 2012/10/23 15:50:41 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ninja/ninja-1.0.0.ebuild,v 1.2 2012/12/30 23:53:50 ottxor Exp $ EAPI=4 @@ -39,7 +39,7 @@ RDEPEND=" ) ) zsh-completion? ( app-shells/zsh ) - " + !/d" src/plugins/plugins.pro \ + || die "failed to disable ${plugin} plugin" + fi + done + + # fix translations + sed -i -e "/^LANGUAGES =/ s:=.*:= $(l10n_get_locales):" \ + share/qtcreator/translations/translations.pro || die + + if ! use botan-bundled; then + # identify system botan and pkg-config file + local botan_version=$(best_version dev-libs/botan | cut -d '-' -f3 | cut -d '.' -f1,2) + local lib_botan=$(pkg-config --libs botan-${botan_version}) + einfo "Major version of system's botan library to be used: ${botan_version}" + + # drop bundled libBotan. Bug #383033 + rm -rf "${S}"/src/libs/3rdparty/botan || die + # remove references to bundled botan + sed -i -e "s:botan::" "${S}"/src/libs/3rdparty/3rdparty.pro || die + for x in testrunner parsertests modeldemo; do + sed -i -e "/botan.pri/d" "${S}"/tests/valgrind/memcheck/${x}.pro || die + done + sed -i -e "/botan.pri/d" "${S}"/src/libs/utils/utils_dependencies.pri || die + sed -i -e "/botan.pri/d" "${S}"/tests/manual/preprocessor/preprocessor.pro || die + # link to system botan + sed -i -e "/LIBS/s:$: ${lib_botan}:" "${S}"/qtcreator.pri || die + sed -i -e "s:-lBotan:${lib_botan}:" "${S}"/tests/manual/appwizards/appwizards.pro || die + # append botan refs to compiler flags + append-flags $(pkg-config --cflags --libs botan-${botan_version}) + fi +} + +src_configure() { + eqmake4 qtcreator.pro \ + IDE_LIBRARY_BASENAME="$(get_libdir)" \ + IDE_PACKAGE_MODE=yes +} + +src_compile() { + emake + use doc && emake docs +} + +src_install() { + emake INSTALL_ROOT="${ED}usr" install + + dodoc dist/{changes-2.*,known-issues} + + # Install documentation + if use doc; then + insinto /usr/share/doc/${PF} + doins share/doc/qtcreator/qtcreator{,-dev}.qch + docompress -x /usr/share/doc/${PF}/qtcreator{,-dev}.qch + fi + + # Install desktop file + make_desktop_entry qtcreator 'Qt Creator' QtProject-qtcreator 'Qt;Development;IDE' +} diff --git a/dev-vcs/bzr/bzr-2.5.1.ebuild b/dev-vcs/bzr/bzr-2.5.1.ebuild index b77d9b77c042..bcb107639a00 100644 --- a/dev-vcs/bzr/bzr-2.5.1.ebuild +++ b/dev-vcs/bzr/bzr-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.5.1.ebuild,v 1.11 2012/12/29 09:07:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.5.1.ebuild,v 1.12 2012/12/30 14:02:10 ago Exp $ EAPI="4" PYTHON_DEPEND="2:2.6" @@ -20,7 +20,7 @@ SRC_URI="http://launchpad.net/bzr/${SERIES}/${PV}/+download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris" IUSE="curl doc +sftp test" RDEPEND="|| ( dev-lang/python:2.7[xml] dev-lang/python:2.6[xml] dev-python/celementtree ) diff --git a/dev-vcs/bzrtools/bzrtools-2.5.ebuild b/dev-vcs/bzrtools/bzrtools-2.5.ebuild index 27eaf5497e63..01fbacb272e1 100644 --- a/dev-vcs/bzrtools/bzrtools-2.5.ebuild +++ b/dev-vcs/bzrtools/bzrtools-2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/bzrtools-2.5.ebuild,v 1.5 2012/12/29 09:08:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzrtools/bzrtools-2.5.ebuild,v 1.6 2012/12/30 14:02:29 ago Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="https://launchpad.net/${PN}/stable/${PV}/+download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos" IUSE="" #IUSE="test" diff --git a/dev-vcs/mercurial/files/cacerts.rc b/dev-vcs/mercurial/files/cacerts.rc new file mode 100644 index 000000000000..240261c53668 --- /dev/null +++ b/dev-vcs/mercurial/files/cacerts.rc @@ -0,0 +1,2 @@ +[web] +cacerts = /etc/ssl/certs/ca-certificates.crt diff --git a/dev-vcs/mercurial/mercurial-2.4.1-r1.ebuild b/dev-vcs/mercurial/mercurial-2.4.1-r1.ebuild new file mode 100644 index 000000000000..8cd59f11fafd --- /dev/null +++ b/dev-vcs/mercurial/mercurial-2.4.1-r1.ebuild @@ -0,0 +1,146 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.4.1-r1.ebuild,v 1.2 2012/12/30 15:46:31 djc Exp $ + +EAPI=3 +PYTHON_DEPEND="2" +PYTHON_USE_WITH="threads" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" + +inherit bash-completion-r1 elisp-common eutils distutils + +DESCRIPTION="Scalable distributed SCM" +HOMEPAGE="http://mercurial.selenic.com/" +SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="bugzilla emacs gpg test tk zsh-completion" + +RDEPEND="bugzilla? ( dev-python/mysql-python ) + gpg? ( app-crypt/gnupg ) + tk? ( dev-lang/tk ) + zsh-completion? ( app-shells/zsh ) + app-misc/ca-certificates" +DEPEND="emacs? ( virtual/emacs ) + test? ( app-arch/unzip + dev-python/pygments ) + app-text/asciidoc" + +PYTHON_CFLAGS=( + "2.* + -fno-strict-aliasing" + "* - -ftracer -ftree-vectorize" +) + +PYTHON_MODNAME="${PN} hgext" +SITEFILE="70${PN}-gentoo.el" + +src_prepare() { + distutils_src_prepare + + # fix up logic that won't work in Gentoo Prefix (also won't outside in + # certain cases), bug #362891 + sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die +} + +src_compile() { + distutils_src_compile + + if use emacs; then + cd "${S}"/contrib || die + elisp-compile mercurial.el || die "elisp-compile failed!" + fi + + rm -rf contrib/{win32,macosx} || die + make doc || die +} + +src_install() { + distutils_src_install + python_convert_shebangs 2 contrib/hg-ssh + + newbashcomp contrib/bash_completion ${PN} || die + + if use zsh-completion ; then + insinto /usr/share/zsh/site-functions + newins contrib/zsh_completion _hg || die + fi + + rm -f doc/*.?.txt || die + dodoc CONTRIBUTORS PKG-INFO README doc/*.txt || die + cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die + + dobin hgeditor || die + dobin contrib/hgk || die + dobin contrib/hg-ssh || die + + rm -f contrib/hgk contrib/hg-ssh || die + + rm -f contrib/bash_completion || die + cp -r contrib "${ED}"/usr/share/doc/${PF}/ || die + doman doc/*.? || die + + cat > "${T}/80mercurial" <<-EOF +HG="${EPREFIX}/usr/bin/hg" +EOF + doenvd "${T}/80mercurial" || die + + if use emacs; then + elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" + elisp-site-file-install "${FILESDIR}"/${SITEFILE} + fi + + insinto /etc/mercurial/hgrc.d + doins "${FILESDIR}/cacerts.rc" +} + +src_test() { + cd "${S}/tests/" || die + rm -rf *svn* || die # Subversion tests fail with 1.5 + rm -f test-archive || die # Fails due to verbose tar output changes + rm -f test-convert-baz* || die # GNU Arch baz + rm -f test-convert-cvs* || die # CVS + rm -f test-convert-darcs* || die # Darcs + rm -f test-convert-git* || die # git + rm -f test-convert-mtn* || die # monotone + rm -f test-convert-tla* || die # GNU Arch tla + rm -f test-doctest* || die # doctest always fails with python 2.5.x + if [[ ${EUID} -eq 0 ]]; then + einfo "Removing tests which require user privileges to succeed" + rm -f test-command-template || die # Test is broken when run as root + rm -f test-convert || die # Test is broken when run as root + rm -f test-lock-badness || die # Test is broken when run as root + rm -f test-permissions || die # Test is broken when run as root + rm -f test-pull-permission || die # Test is broken when run as root + rm -f test-clone-failure || die + rm -f test-journal-exists || die + rm -f test-repair-strip || die + fi + + testing() { + local testdir="${T}/tests-${PYTHON_ABI}" + rm -rf "${testdir}" || die + "$(PYTHON)" run-tests.py --tmpdir="${testdir}" + } + python_execute_function testing +} + +pkg_postinst() { + distutils_pkg_postinst + use emacs && elisp-site-regen + + elog "If you want to convert repositories from other tools using convert" + elog "extension please install correct tool:" + elog " dev-vcs/cvs" + elog " dev-vcs/darcs" + elog " dev-vcs/git" + elog " dev-vcs/monotone" + elog " dev-vcs/subversion" +} + +pkg_postrm() { + distutils_pkg_postrm + use emacs && elisp-site-regen +} diff --git a/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild b/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild new file mode 100644 index 000000000000..ff02ac832885 --- /dev/null +++ b/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild @@ -0,0 +1,149 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-2.4.1-r2.ebuild,v 1.1 2012/12/31 07:52:12 djc Exp $ + +EAPI=3 +PYTHON_DEPEND="2" +PYTHON_USE_WITH="threads" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" + +inherit bash-completion-r1 elisp-common eutils distutils + +DESCRIPTION="Scalable distributed SCM" +HOMEPAGE="http://mercurial.selenic.com/" +SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="bugzilla doc emacs gpg test tk zsh-completion" + +RDEPEND="bugzilla? ( dev-python/mysql-python ) + gpg? ( app-crypt/gnupg ) + tk? ( dev-lang/tk ) + zsh-completion? ( app-shells/zsh ) + app-misc/ca-certificates" +DEPEND="emacs? ( virtual/emacs ) + test? ( app-arch/unzip + dev-python/pygments ) + doc? ( app-text/asciidoc + dev-python/docutils )" + +PYTHON_CFLAGS=( + "2.* + -fno-strict-aliasing" + "* - -ftracer -ftree-vectorize" +) + +PYTHON_MODNAME="${PN} hgext" +SITEFILE="70${PN}-gentoo.el" + +src_prepare() { + distutils_src_prepare + # fix up logic that won't work in Gentoo Prefix (also won't outside in + # certain cases), bug #362891 + sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die +} + +src_compile() { + distutils_src_compile + + if use doc; then + make doc || die + fi + + if use emacs; then + cd "${S}"/contrib || die + elisp-compile mercurial.el || die "elisp-compile failed!" + fi + + rm -rf contrib/{win32,macosx} || die +} + +src_install() { + distutils_src_install + python_convert_shebangs 2 contrib/hg-ssh + + newbashcomp contrib/bash_completion ${PN} || die + + if use zsh-completion ; then + insinto /usr/share/zsh/site-functions + newins contrib/zsh_completion _hg || die + fi + + rm -f doc/*.?.txt || die + dodoc CONTRIBUTORS PKG-INFO README doc/*.txt || die + cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die + + dobin hgeditor || die + dobin contrib/hgk || die + dobin contrib/hg-ssh || die + + rm -f contrib/hgk contrib/hg-ssh || die + + rm -f contrib/bash_completion || die + cp -r contrib "${ED}"/usr/share/doc/${PF}/ || die + doman doc/*.? || die + + cat > "${T}/80mercurial" <<-EOF +HG="${EPREFIX}/usr/bin/hg" +EOF + doenvd "${T}/80mercurial" || die + + if use emacs; then + elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" + elisp-site-file-install "${FILESDIR}"/${SITEFILE} + fi + + insinto /etc/mercurial/hgrc.d + doins "${FILESDIR}/cacerts.rc" +} + +src_test() { + cd "${S}/tests/" || die + rm -rf *svn* || die # Subversion tests fail with 1.5 + rm -f test-archive || die # Fails due to verbose tar output changes + rm -f test-convert-baz* || die # GNU Arch baz + rm -f test-convert-cvs* || die # CVS + rm -f test-convert-darcs* || die # Darcs + rm -f test-convert-git* || die # git + rm -f test-convert-mtn* || die # monotone + rm -f test-convert-tla* || die # GNU Arch tla + rm -f test-doctest* || die # doctest always fails with python 2.5.x + if [[ ${EUID} -eq 0 ]]; then + einfo "Removing tests which require user privileges to succeed" + rm -f test-command-template || die # Test is broken when run as root + rm -f test-convert || die # Test is broken when run as root + rm -f test-lock-badness || die # Test is broken when run as root + rm -f test-permissions || die # Test is broken when run as root + rm -f test-pull-permission || die # Test is broken when run as root + rm -f test-clone-failure || die + rm -f test-journal-exists || die + rm -f test-repair-strip || die + fi + + testing() { + local testdir="${T}/tests-${PYTHON_ABI}" + rm -rf "${testdir}" || die + "$(PYTHON)" run-tests.py --tmpdir="${testdir}" + } + python_execute_function testing +} + +pkg_postinst() { + distutils_pkg_postinst + use emacs && elisp-site-regen + + elog "If you want to convert repositories from other tools using convert" + elog "extension please install correct tool:" + elog " dev-vcs/cvs" + elog " dev-vcs/darcs" + elog " dev-vcs/git" + elog " dev-vcs/monotone" + elog " dev-vcs/subversion" +} + +pkg_postrm() { + distutils_pkg_postrm + use emacs && elisp-site-regen +} diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 88ad341ea6db..376808750b4d 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.13 2012/12/27 18:47:52 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-9999.ebuild,v 1.14 2012/12/30 15:46:31 djc Exp $ EAPI=3 PYTHON_DEPEND="2" @@ -22,7 +22,8 @@ IUSE="bugzilla emacs gpg test tk zsh-completion" RDEPEND="bugzilla? ( dev-python/mysql-python ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) - zsh-completion? ( app-shells/zsh )" + zsh-completion? ( app-shells/zsh ) + app-misc/ca-certificates" DEPEND="emacs? ( virtual/emacs ) test? ( app-arch/unzip dev-python/pygments ) @@ -36,6 +37,14 @@ PYTHON_CFLAGS=( PYTHON_MODNAME="${PN} hgext" SITEFILE="70${PN}-gentoo.el" +src_prepare() { + distutils_src_prepare + + # fix up logic that won't work in Gentoo Prefix (also won't outside in + # certain cases), bug #362891 + sed -i -e 's:xcodebuild:nocodebuild:' setup.py || die +} + src_compile() { distutils_src_compile @@ -44,12 +53,13 @@ src_compile() { elisp-compile mercurial.el || die "elisp-compile failed!" fi - rm -rf contrib/{win32,macosx} + rm -rf contrib/{win32,macosx} || die make doc || die } src_install() { distutils_src_install + python_convert_shebangs 2 contrib/hg-ssh newbashcomp contrib/bash_completion ${PN} || die @@ -58,17 +68,17 @@ src_install() { newins contrib/zsh_completion _hg || die fi - rm -f doc/*.?.txt - dodoc CONTRIBUTORS README doc/*.txt || die + rm -f doc/*.?.txt || die + dodoc CONTRIBUTORS PKG-INFO README doc/*.txt || die cp hgweb*.cgi "${ED}"/usr/share/doc/${PF}/ || die dobin hgeditor || die dobin contrib/hgk || die dobin contrib/hg-ssh || die - rm -f contrib/hgk contrib/hg-ssh + rm -f contrib/hgk contrib/hg-ssh || die - rm -f contrib/bash_completion + rm -f contrib/bash_completion || die cp -r contrib "${ED}"/usr/share/doc/${PF}/ || die doman doc/*.? || die @@ -81,34 +91,37 @@ EOF elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" elisp-site-file-install "${FILESDIR}"/${SITEFILE} fi + + insinto /etc/mercurial/hgrc.d + doins "${FILESDIR}/cacerts.rc" } src_test() { cd "${S}/tests/" || die - rm -rf *svn* # Subversion tests fail with 1.5 - rm -f test-archive # Fails due to verbose tar output changes - rm -f test-convert-baz* # GNU Arch baz - rm -f test-convert-cvs* # CVS - rm -f test-convert-darcs* # Darcs - rm -f test-convert-git* # git - rm -f test-convert-mtn* # monotone - rm -f test-convert-tla* # GNU Arch tla - rm -f test-doctest* # doctest always fails with python 2.5.x + rm -rf *svn* || die # Subversion tests fail with 1.5 + rm -f test-archive || die # Fails due to verbose tar output changes + rm -f test-convert-baz* || die # GNU Arch baz + rm -f test-convert-cvs* || die # CVS + rm -f test-convert-darcs* || die # Darcs + rm -f test-convert-git* || die # git + rm -f test-convert-mtn* || die # monotone + rm -f test-convert-tla* || die # GNU Arch tla + rm -f test-doctest* || die # doctest always fails with python 2.5.x if [[ ${EUID} -eq 0 ]]; then einfo "Removing tests which require user privileges to succeed" - rm -f test-command-template # Test is broken when run as root - rm -f test-convert # Test is broken when run as root - rm -f test-lock-badness # Test is broken when run as root - rm -f test-permissions # Test is broken when run as root - rm -f test-pull-permission # Test is broken when run as root - rm -f test-clone-failure - rm -f test-journal-exists - rm -f test-repair-strip + rm -f test-command-template || die # Test is broken when run as root + rm -f test-convert || die # Test is broken when run as root + rm -f test-lock-badness || die # Test is broken when run as root + rm -f test-permissions || die # Test is broken when run as root + rm -f test-pull-permission || die # Test is broken when run as root + rm -f test-clone-failure || die + rm -f test-journal-exists || die + rm -f test-repair-strip || die fi testing() { local testdir="${T}/tests-${PYTHON_ABI}" - rm -rf "${testdir}" + rm -rf "${testdir}" || die "$(PYTHON)" run-tests.py --tmpdir="${testdir}" } python_execute_function testing diff --git a/dev-vcs/subversion/subversion-1.7.7.ebuild b/dev-vcs/subversion/subversion-1.7.7.ebuild index 651a630aca3c..6ef64312e30b 100644 --- a/dev-vcs/subversion/subversion-1.7.7.ebuild +++ b/dev-vcs/subversion/subversion-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.7 2012/12/28 16:22:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.9 2012/12/30 20:42:59 ago Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="Subversion GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf" CDEPEND=">=dev-db/sqlite-3.4 diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index 0359e14268cd..fe7a3e4276d5 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.10 2012/12/27 22:56:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-utils-r1.eclass,v 1.11 2012/12/30 14:17:29 mgorny Exp $ # @ECLASS: python-utils-r1 # @MAINTAINER: @@ -490,10 +490,10 @@ python_doscript() { debug-print "${FUNCNAME}: ${oldfn} -> ${newfn}" newins "${f}" "${newfn}" || die - _python_rewrite_shebang "${D}/${d}/${newfn}" + _python_rewrite_shebang "${ED}/${d}/${newfn}" # install the wrapper - _python_ln_rel "${ED}"/usr/bin/python-exec "${D}/${d}/${oldfn}" || die + _python_ln_rel "${ED}"/usr/bin/python-exec "${ED}/${d}/${oldfn}" || die done } @@ -501,7 +501,7 @@ python_doscript() { # @DEFAULT_UNSET # @DESCRIPTION: # The current module root for python_domodule(). The path can be either -# an absolute system path (it must start with a slash, and ${D} will be +# an absolute system path (it must start with a slash, and ${ED} will be # prepended to it) or relative to the implementation's site-packages directory # (then it must start with a non-slash character). # @@ -561,7 +561,7 @@ python_domodule() { local PYTHON_SITEDIR=${PYTHON_SITEDIR} [[ ${PYTHON_SITEDIR} ]] || python_export PYTHON_SITEDIR - d=${PYTHON_SITEDIR}/${python_moduleroot} + d=${PYTHON_SITEDIR#${EPREFIX}}/${python_moduleroot} fi local INSDESTTREE @@ -569,7 +569,7 @@ python_domodule() { insinto "${d}" doins -r "${@}" || die - python_optimize "${D}/${d}" + python_optimize "${ED}/${d}" } _PYTHON_UTILS_R1=1 diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 9dbac1d79368..2b439d666ebc 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.140 2012/12/22 03:57:14 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.141 2012/12/31 06:29:42 pesa Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -36,20 +36,13 @@ case ${QT4_BUILD_TYPE} in EGIT_BRANCH=${PV%.9999} ;; release) - if version_is_at_least 4.8.1; then - SRC_URI="http://releases.qt-project.org/qt4/source/${MY_P}.tar.gz" - else - SRC_URI="http://get.qt.nokia.com/qt/source/${MY_P}.tar.gz" - fi + SRC_URI="http://releases.qt-project.org/qt4/source/${MY_P}.tar.gz" ;; esac IUSE="aqua debug pch" [[ ${CATEGORY}/${PN} != x11-libs/qt-xmlpatterns ]] && IUSE+=" +exceptions" -if version_is_at_least 4.8; then - [[ ${CATEGORY}/${PN} != x11-libs/qt-webkit ]] && IUSE+=" c++0x" - version_is_at_least 4.8.3 || IUSE+=" qpa" -fi +[[ ${CATEGORY}/${PN} != x11-libs/qt-webkit ]] && IUSE+=" c++0x" DEPEND="virtual/pkgconfig" if [[ ${QT4_BUILD_TYPE} == live ]]; then @@ -279,11 +272,6 @@ qt4-build_src_prepare() { 'QMAKE_CFLAGS+=${CFLAGS}' 'QMAKE_CXXFLAGS+=${CXXFLAGS}' 'QMAKE_LFLAGS+=${LDFLAGS}'&:" \ || die "sed config.tests failed" - if ! version_is_at_least 4.8; then - # Strip predefined CFLAGS from mkspecs (bugs 312689 and 352778) - sed -i -e '/^QMAKE_CFLAGS_RELEASE/s:+=.*:+=:' mkspecs/common/g++.conf || die - fi - # Bug 172219 sed -e 's:/X11R6/:/:' -i mkspecs/$(qt_mkspecs_dir)/qmake.conf || die @@ -411,9 +399,8 @@ qt4-build_src_configure() { # exceptions USE flag conf+=" $(in_iuse exceptions && qt_use exceptions || echo -exceptions)" - # disable rpath on Qt >= 4.8 (bug 380415) - # but leave it enabled on prefix (bug 417169) - version_is_at_least 4.8 && use !prefix && conf+=" -no-rpath" + # disable rpath (bug 380415), except on prefix (bug 417169) + use prefix || conf+=" -no-rpath" # precompiled headers don't work on hardened, where the flag is masked conf+=" $(qt_use pch)" diff --git a/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild b/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild index fc8ee94e4301..c11302c6b768 100644 --- a/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild +++ b/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild,v 1.3 2012/12/02 23:23:44 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild,v 1.4 2012/12/30 21:49:24 hasufell Exp $ EAPI=4 inherit eutils flag-o-matic gnome2-utils games @@ -19,7 +19,7 @@ RDEPEND="dev-libs/libxml2 media-libs/cal3d[-16bit-indices] media-libs/freealut media-libs/libpng:0 - media-libs/libsdl[X] + media-libs/libsdl[X,opengl,video] media-libs/libvorbis media-libs/openal media-libs/sdl-image diff --git a/mail-client/alpine/alpine-2.00-r5.ebuild b/mail-client/alpine/alpine-2.00-r5.ebuild index ef9af889aa26..7f31e834550e 100644 --- a/mail-client/alpine/alpine-2.00-r5.ebuild +++ b/mail-client/alpine/alpine-2.00-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00-r5.ebuild,v 1.8 2012/12/27 02:33:11 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alpine/alpine-2.00-r5.ebuild,v 1.9 2012/12/30 16:46:12 armin76 Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/alpine/${P}.tar.bz2 LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ~sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal +chappa" DEPEND="virtual/pam diff --git a/mail-client/claws-mail/claws-mail-3.9.0.ebuild b/mail-client/claws-mail/claws-mail-3.9.0.ebuild index 2cb49dd19ea5..2e0402b7a60a 100644 --- a/mail-client/claws-mail/claws-mail-3.9.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.0.ebuild,v 1.6 2012/12/29 16:31:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.0.ebuild,v 1.7 2012/12/30 20:42:27 ago Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/sylpheed-claws/${P}.tar.bz2" SLOT="0" LICENSE="GPL-3" -KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="bogofilter crypt dbus dillo doc +imap ipv6 ldap nntp pda session smime spamassassin spell +ssl startup-notification xface" COMMONDEPEND=">=x11-libs/gtk+-2.20:2 diff --git a/mail-filter/dcc/dcc-1.3.140-r1.ebuild b/mail-filter/dcc/dcc-1.3.140-r1.ebuild index 0b6faafa5d4a..f9afc4ce08ec 100644 --- a/mail-filter/dcc/dcc-1.3.140-r1.ebuild +++ b/mail-filter/dcc/dcc-1.3.140-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dcc/dcc-1.3.140-r1.ebuild,v 1.9 2012/12/29 08:50:25 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dcc/dcc-1.3.140-r1.ebuild,v 1.10 2012/12/30 14:27:13 ago Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="http://www.rhyolite.com/anti-spam/dcc/source/old/${P}.tar.Z" LICENSE="DCC" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="cgi ipv6 rrdtool milter" RDEPEND="dev-lang/perl diff --git a/mail-filter/libspf2/libspf2-1.2.9-r3.ebuild b/mail-filter/libspf2/libspf2-1.2.9-r3.ebuild index 360e16de729b..e42fb218d918 100644 --- a/mail-filter/libspf2/libspf2-1.2.9-r3.ebuild +++ b/mail-filter/libspf2/libspf2-1.2.9-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.9-r3.ebuild,v 1.7 2012/12/29 18:05:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/libspf2/libspf2-1.2.9-r3.ebuild,v 1.9 2012/12/30 20:43:25 ago Exp $ EAPI=4 inherit eutils autotools @@ -11,7 +11,7 @@ SRC_URI="http://www.libspf2.org/spf/libspf2-${PV}.tar.gz" LICENSE="|| ( LGPL-2.1 BSD-2 )" SLOT="0" -KEYWORDS="~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="static static-libs" DEPEND="" diff --git a/mail-mta/msmtp/msmtp-1.4.30.ebuild b/mail-mta/msmtp/msmtp-1.4.30.ebuild index 0c4c788dab17..72bfbeaf7071 100644 --- a/mail-mta/msmtp/msmtp-1.4.30.ebuild +++ b/mail-mta/msmtp/msmtp-1.4.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.30.ebuild,v 1.7 2012/12/28 11:24:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/msmtp/msmtp-1.4.30.ebuild,v 1.9 2012/12/30 20:44:16 ago Exp $ EAPI=4 inherit multilib python eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/msmtp/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc gnome-keyring gnutls idn +mta nls sasl ssl vim-syntax" CDEPEND=" diff --git a/media-gfx/entangle/Manifest b/media-gfx/entangle/Manifest index 4ed049b5a309..df986833559c 100644 --- a/media-gfx/entangle/Manifest +++ b/media-gfx/entangle/Manifest @@ -1 +1,2 @@ DIST entangle-0.4.0.tar.gz 778923 SHA256 9a2f8017caff738cca901f9a784d83160cd706461c51268cdc03329eb00159f2 SHA512 8f5470945a14fc5b1a9c8f5b61717f6e1763243478c97bbcfec2119fe3cea1c6dbc49d403269c02ae25ef19f67d5784fa283fddf6680a3fc0b1556b0f1b4f788 WHIRLPOOL 3c9254952a26a71beac088e0351a0eb36d71079385bfea3ea000aff05c37df1302cfbf8f75df5011593102230cb0a5333de44099a17b890bbd2ae8d3fa30b795 +DIST entangle-0.4.1.tar.gz 794960 SHA256 045f2fb2c5cc69508e935a3039b7383eb3665042a941a2894ae85ef38477f0fa SHA512 ff02dda2de603589bafd642171f6963d942b0ce0e951c660f99c55333bb35d48d192302366c7388a4de4eec656cf91dbffe87ca38e49aac7ee8a90e3e9a4095b WHIRLPOOL 8322511c88f84c140fa2f71e1adbca5afd6d532973dc99023973f6dfbea2c188f274be45abe122f2e7ce12325522c9ea4e266ab5b4ac9826f2483312eb04acc9 diff --git a/media-gfx/entangle/entangle-0.4.1.ebuild b/media-gfx/entangle/entangle-0.4.1.ebuild new file mode 100644 index 000000000000..49f29e788135 --- /dev/null +++ b/media-gfx/entangle/entangle-0.4.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.4.1.ebuild,v 1.1 2012/12/31 02:50:01 flameeyes Exp $ + +EAPI=4 + +inherit gnome2 + +DESCRIPTION="Tethered Camera Control & Capture" +HOMEPAGE="http://entangle-photo.org/" +SRC_URI="http://entangle-photo.org/download/sources/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=">=dev-libs/glib-2.26:2 + >=x11-libs/gdk-pixbuf-2.12.0:2 + x11-libs/gtk+:3 + >=sys-fs/udev-145[gudev] + >=dev-libs/dbus-glib-0.60 + >=dev-libs/gobject-introspection-0.9.3 + >=media-libs/libgphoto2-2.4.11 + >=media-libs/lcms-1.18 + >=dev-libs/libpeas-0.5.5[gtk] + >=media-libs/gexiv2-0.2.2 + >=x11-libs/libXext-1.3.0" +RDEPEND="${DEPEND}" +DEPEND+=" + virtual/pkgconfig" + +G2CONF+=" + --disable-maintainer-mode + --disable-dependency-tracking + --docdir=/usr/share/doc/${PF} + --htmldir=/usr/share/doc/${PF}/html + --disable-werror + --disable-static + --disable-silent-rules" + +DOCS=( AUTHORS ChangeLog NEWS README ) diff --git a/media-gfx/povray/povray-3.7.0_rc5-r1.ebuild b/media-gfx/povray/povray-3.7.0_rc5-r1.ebuild index 15177784fd57..656610b4c13c 100644 --- a/media-gfx/povray/povray-3.7.0_rc5-r1.ebuild +++ b/media-gfx/povray/povray-3.7.0_rc5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc5-r1.ebuild,v 1.6 2012/11/30 09:37:39 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc5-r1.ebuild,v 1.7 2012/12/30 16:34:56 armin76 Exp $ EAPI=4 @@ -21,7 +21,7 @@ SRC_URI="http://www.povray.org/redirect/www.povray.org/beta/source/${PN}-${MY_PV LICENSE="povlegal-3.6" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug mkl openexr tiff X" DEPEND=" diff --git a/media-gfx/povray/povray-3.7.0_rc6.ebuild b/media-gfx/povray/povray-3.7.0_rc6.ebuild index d33ccda23908..0a70330bdaec 100644 --- a/media-gfx/povray/povray-3.7.0_rc6.ebuild +++ b/media-gfx/povray/povray-3.7.0_rc6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc6.ebuild,v 1.3 2012/12/22 20:34:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc6.ebuild,v 1.4 2012/12/30 16:34:56 armin76 Exp $ EAPI=4 @@ -21,7 +21,7 @@ SRC_URI="http://www.povray.org/redirect/www.povray.org/beta/source/${PN}-${MY_PV LICENSE="povlegal-3.6" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug mkl openexr tiff X" DEPEND=" diff --git a/media-libs/glu/glu-9.0.0.ebuild b/media-libs/glu/glu-9.0.0.ebuild index 530c1b26e74e..6e1c60ceb4ba 100644 --- a/media-libs/glu/glu-9.0.0.ebuild +++ b/media-libs/glu/glu-9.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0.ebuild,v 1.10 2012/12/28 17:32:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/glu/glu-9.0.0.ebuild,v 1.11 2012/12/30 14:41:10 ago Exp $ EAPI=4 @@ -24,7 +24,7 @@ fi LICENSE="SGI-B-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="multilib static-libs" DEPEND="virtual/opengl" diff --git a/media-libs/libmikmod/libmikmod-3.2.0.ebuild b/media-libs/libmikmod/libmikmod-3.2.0.ebuild index fd8ad06e14ad..fbddcbf2a135 100644 --- a/media-libs/libmikmod/libmikmod-3.2.0.ebuild +++ b/media-libs/libmikmod/libmikmod-3.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.2.0.ebuild,v 1.12 2012/12/29 14:38:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.2.0.ebuild,v 1.13 2012/12/30 15:08:07 ago Exp $ EAPI=5 inherit autotools eutils multilib @@ -11,7 +11,7 @@ SRC_URI="http://mikmod.shlomifish.org/files/${P}.tar.gz" LICENSE="LGPL-2+ LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="+alsa coreaudio oss static-libs" REQUIRED_USE="|| ( alsa oss coreaudio )" diff --git a/media-libs/mesa/mesa-9.0.1.ebuild b/media-libs/mesa/mesa-9.0.1.ebuild index bf4cdf92be19..f856a8e6e59a 100644 --- a/media-libs/mesa/mesa-9.0.1.ebuild +++ b/media-libs/mesa/mesa-9.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild,v 1.4 2012/12/28 17:32:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.0.1.ebuild,v 1.7 2012/12/30 16:17:34 ago Exp $ EAPI=4 @@ -36,7 +36,7 @@ fi # GLES[2]/gl[2]{,ext,platform}.h are SGI-B-2.0 LICENSE="MIT SGI-B-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" INTEL_CARDS="i915 i965 intel" RADEON_CARDS="r100 r200 r300 r600 radeon radeonsi" diff --git a/media-libs/ming/Manifest b/media-libs/ming/Manifest index 47436162fa33..24b72f8b696d 100644 --- a/media-libs/ming/Manifest +++ b/media-libs/ming/Manifest @@ -1,2 +1 @@ -DIST ming-0.4.3.tar.bz2 14098671 SHA256 61480ef0bd911639ac0538bf59d4d5052a1380192d145e922720c33c40693bf0 SHA512 0ad48861eee498e3157cb0620ff83cd84eaabc89b4ab5227a369508dcc7f7017e78c511e2d7e3bcd8606cca5b2ca786dbde1f28b9898aabcf86f9d1b349b4db2 WHIRLPOOL 21fedc7e92833f3a54cd2cda18cb30b6435a09ad2c6ded55daff2b0e60df681a8a8005e914bf5103aa00b07a1153c861723b0833f182e98af848bba54c7c004c DIST ming-0.4.4.tar.bz2 14001112 SHA256 40e09d781741ac961338ed8dec7ba2ed06217de9da44dd67af6b881b95d2af7e SHA512 a95cb843b4f88c767d489fc0d55793655fb578c47681131d335c47fbb7368f996ccc2092630cfc33de4487f840b4a4ba8db837bd7115ef9e4742ca9c7e2b7888 WHIRLPOOL b1a6d591f4d9312f564e9a9650df4db8f456d08161341dc7881620493513a69d17de7ee0058333447fb3b01c9be4b75da7b8cfc02123e3f6c2fe3f6b0aa068fd diff --git a/media-libs/ming/files/ming-0.4.3-libpng-1.5.patch b/media-libs/ming/files/ming-0.4.3-libpng-1.5.patch deleted file mode 100644 index fb2b62fbb6fc..000000000000 --- a/media-libs/ming/files/ming-0.4.3-libpng-1.5.patch +++ /dev/null @@ -1,48 +0,0 @@ -From 63a408b763e3facdc8965ef216a06621f04e16ed Mon Sep 17 00:00:00 2001 -From: OBATA Akio -Date: Tue, 15 Feb 2011 09:54:34 +0100 -Subject: [PATCH] Bug 109 - libpng-1.5 support - ---- - src/blocks/pngdbl.c | 4 ++-- - util/png2dbl.c | 2 +- - 2 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/blocks/pngdbl.c b/src/blocks/pngdbl.c -index e0b88d6..77bb323 100644 ---- a/src/blocks/pngdbl.c -+++ b/src/blocks/pngdbl.c -@@ -61,7 +61,7 @@ static png_structp openPngFromFile(FILE *fp) - } - - static int pngReadFunc(png_structp png, unsigned char *buf, int len) --{ SWFInput input = (SWFInput) png->io_ptr; -+{ SWFInput input = (SWFInput) png_get_io_ptr(png); - return SWFInput_read(input, buf, len); - } - -@@ -127,7 +127,7 @@ static int readPNG(png_structp png_ptr, dblData result) - return 0; - } - -- if(setjmp(png_ptr->jmpbuf)) -+ if(setjmp(png_jmpbuf(png_ptr))) - { - png_destroy_read_struct(&png_ptr, &info_ptr, &end_info); - return 0; -diff --git a/util/png2dbl.c b/util/png2dbl.c -index 49610a3..ce44b27 100644 ---- a/util/png2dbl.c -+++ b/util/png2dbl.c -@@ -91,7 +91,7 @@ struct pngdata readPNG(FILE *fp) - error("Couldn't create end_info\n"); - } - -- if(setjmp(png_ptr->jmpbuf)) -+ if(setjmp(png_jmpbuf(png_ptr))) - { - png_destroy_read_struct(&png_ptr, &info_ptr, &end_info); - fclose(fp); --- -1.7.4.1 - diff --git a/media-libs/ming/ming-0.4.3-r1.ebuild b/media-libs/ming/ming-0.4.3-r1.ebuild deleted file mode 100644 index 1574e77b74a5..000000000000 --- a/media-libs/ming/ming-0.4.3-r1.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.3-r1.ebuild,v 1.6 2011/11/15 22:27:59 xmw Exp $ - -EAPI="3" - -PHP_EXT_NAME=ming -PHP_EXT_OPTIONAL_USE=php -PYTHON_DEPEND="python? 2" - -inherit eutils autotools flag-o-matic multilib php-ext-source-r2 perl-module python - -DESCRIPTION="An Open Source library for Flash movie generation." -HOMEPAGE="http://ming.sourceforge.net/" -SRC_URI="mirror://sourceforge/ming/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="+perl +python php static-libs" - -RDEPEND="perl? ( dev-lang/perl ) - python? ( dev-lang/python ) - media-libs/freetype - media-libs/libpng - media-libs/giflib - sys-libs/zlib - !media-libs/libswf" -DEPEND="${DEPEND} - sys-devel/flex - virtual/yacc" - -S=${WORKDIR}/${P/_/.} - -# Tests only work when the package is tested on a system -# which does not presently have any version of ming installed. -RESTRICT="test" - -pkg_setup() { - use python && python_set_active_version 2 -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-libpng-1.5.patch - - # Let's get rid of the TEXTRELS, link dynamic. Use gif. - sed -i \ - -e 's/libming.a/libming.so/' \ - -e 's/lungif/lgif/' \ - perl_ext/Makefile.PL - sed -i \ - -e 's/ungif/gif/' \ - py_ext/setup.py.in - - if use php; then - cd "${S}/php_ext" - php-ext-source-r2_phpize - cd "${S}" - fi - - eautoreconf -} - -src_configure() { - # build is sensitive to -O3 (bug #297437) - replace-flags -O3 -O2 - - econf \ - $(use_enable static-libs static) \ - $(use_enable perl) \ - $(use_enable python) -} - -src_compile() { - emake || die - - if use php; then - cd "${S}"/php_ext - myconf="--disable-rpath - --disable-static - --with-ming" - php-ext-source-r2_src_compile - fi -} - -src_test() { - emake check || die -} - -src_install() { - emake DESTDIR="${D}" INSTALLDIRS="vendor" install || die - - rm -f "${ED}"usr/lib*/lib${PN}.la - - fixlocalpod - - # Get rid of the precompiled stuff, we generate it later. - find "${ED}" -name "*.pyc" -print0 | xargs -0 rm -f - - if use php; then - cd "${S}"/php_ext - php-ext-source-r2_src_install - fi -} - -pkg_postinst() { - use perl && perl-module_pkg_postinst - use python && python_mod_optimize ming.py mingc.py -} - -pkg_prerm() { - use perl && perl-module_pkg_prerm -} - -pkg_postrm() { - use perl && perl-module_pkg_postrm - use python && python_mod_cleanup ming.py mingc.py -} diff --git a/media-libs/ming/ming-0.4.3-r2.ebuild b/media-libs/ming/ming-0.4.3-r2.ebuild deleted file mode 100644 index 32ef25c06d23..000000000000 --- a/media-libs/ming/ming-0.4.3-r2.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ming/ming-0.4.3-r2.ebuild,v 1.9 2012/07/29 18:22:11 armin76 Exp $ - -EAPI="3" - -PHP_EXT_NAME=ming -PHP_EXT_OPTIONAL_USE=php -PYTHON_DEPEND="python? 2" - -inherit eutils autotools flag-o-matic multilib php-ext-source-r2 perl-module python - -DESCRIPTION="An Open Source library for Flash movie generation." -HOMEPAGE="http://ming.sourceforge.net/" -SRC_URI="mirror://sourceforge/ming/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="+perl +python php static-libs" - -RDEPEND="perl? ( dev-lang/perl ) - python? ( dev-lang/python ) - media-libs/freetype - media-libs/libpng - media-libs/giflib - sys-libs/zlib - !media-libs/libswf" -DEPEND="${DEPEND} - sys-devel/flex - virtual/yacc" - -S=${WORKDIR}/${P/_/.} - -# Tests only work when the package is tested on a system -# which does not presently have any version of ming installed. -RESTRICT="test" - -pkg_setup() { - use python && python_set_active_version 2 -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-libpng-1.5.patch - epatch "${FILESDIR}"/${P}-perl-5.14.patch - - # Let's get rid of the TEXTRELS, link dynamic. Use gif. - sed -i \ - -e 's/libming.a/libming.so/' \ - -e 's/lungif/lgif/' \ - perl_ext/Makefile.PL - sed -i \ - -e 's/ungif/gif/' \ - py_ext/setup.py.in - - if use php; then - cd "${S}/php_ext" - php-ext-source-r2_phpize - cd "${S}" - fi - - eautoreconf -} - -src_configure() { - # build is sensitive to -O3 (bug #297437) - replace-flags -O3 -O2 - - econf \ - $(use_enable static-libs static) \ - $(use_enable perl) \ - $(use_enable python) -} - -src_compile() { - emake || die - - if use php; then - cd "${S}"/php_ext - myconf="--disable-rpath - --disable-static - --with-ming" - php-ext-source-r2_src_compile - fi -} - -src_test() { - emake check || die -} - -src_install() { - emake DESTDIR="${D}" INSTALLDIRS="vendor" install || die - - rm -f "${ED}"usr/lib*/lib${PN}.la - - fixlocalpod - - # Get rid of the precompiled stuff, we generate it later. - find "${ED}" -name "*.pyc" -print0 | xargs -0 rm -f - - if use php; then - cd "${S}"/php_ext - php-ext-source-r2_src_install - fi -} - -pkg_postinst() { - use perl && perl-module_pkg_postinst - use python && python_mod_optimize ming.py mingc.py -} - -pkg_prerm() { - use perl && perl-module_pkg_prerm -} - -pkg_postrm() { - use perl && perl-module_pkg_postrm - use python && python_mod_cleanup ming.py mingc.py -} diff --git a/media-libs/phonon/phonon-4.6.0-r1.ebuild b/media-libs/phonon/phonon-4.6.0-r1.ebuild index df1846b2516f..46f8bafb2252 100644 --- a/media-libs/phonon/phonon-4.6.0-r1.ebuild +++ b/media-libs/phonon/phonon-4.6.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.6.0-r1.ebuild,v 1.16 2012/12/18 13:05:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.6.0-r1.ebuild,v 1.17 2012/12/30 16:30:09 armin76 Exp $ EAPI=4 if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://kde/stable/phonon/${PV}/src/${P}.tar.xz" - KEYWORDS="amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" else SCM_ECLASS="git-2" EGIT_REPO_URI="git://anongit.kde.org/${PN}" diff --git a/media-sound/mikmod/mikmod-3.2.2.ebuild b/media-sound/mikmod/mikmod-3.2.2.ebuild index cd033287bd58..5ff7553eae29 100644 --- a/media-sound/mikmod/mikmod-3.2.2.ebuild +++ b/media-sound/mikmod/mikmod-3.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/mikmod-3.2.2.ebuild,v 1.6 2012/12/29 14:38:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/mikmod-3.2.2.ebuild,v 1.7 2012/12/30 15:08:25 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="http://mikmod.shlomifish.org/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ia64 ppc sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86" IUSE="" RDEPEND=">=media-libs/libmikmod-3.2.0 diff --git a/media-sound/mpg123/mpg123-1.14.4.ebuild b/media-sound/mpg123/mpg123-1.14.4.ebuild index 87cd2b21505e..2aa0b10ce212 100644 --- a/media-sound/mpg123/mpg123-1.14.4.ebuild +++ b/media-sound/mpg123/mpg123-1.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-1.14.4.ebuild,v 1.9 2012/12/29 14:28:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-1.14.4.ebuild,v 1.10 2012/12/30 14:59:40 ago Exp $ EAPI=4 inherit toolchain-funcs libtool eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.mpg123.org/download/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="3dnow 3dnowext alsa altivec coreaudio int-quality ipv6 jack mmx nas oss portaudio pulseaudio sdl sse" RDEPEND="alsa? ( media-libs/alsa-lib ) diff --git a/media-sound/mpg321/mpg321-0.3.1.ebuild b/media-sound/mpg321/mpg321-0.3.1.ebuild index c313625e1489..761d8944d6f4 100644 --- a/media-sound/mpg321/mpg321-0.3.1.ebuild +++ b/media-sound/mpg321/mpg321-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg321/mpg321-0.3.1.ebuild,v 1.7 2012/12/29 08:55:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg321/mpg321-0.3.1.ebuild,v 1.8 2012/12/30 14:16:40 ago Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="ipv6" RDEPEND=">=media-libs/libao-1 diff --git a/media-video/mplayer2/mplayer2-2.0_p20120828.ebuild b/media-video/mplayer2/mplayer2-2.0_p20120828.ebuild index 7c9536077a0b..fa187a5eb56e 100644 --- a/media-video/mplayer2/mplayer2-2.0_p20120828.ebuild +++ b/media-video/mplayer2/mplayer2-2.0_p20120828.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0_p20120828.ebuild,v 1.11 2012/12/29 16:51:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer2/mplayer2-2.0_p20120828.ebuild,v 1.13 2012/12/30 20:41:36 ago Exp $ EAPI=4 @@ -30,7 +30,7 @@ SLOT="0" if [[ ${PV} == *9999* ]]; then KEYWORDS="" else - KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux" + KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc ~x86 ~amd64-linux" fi IUSE="+a52 aalib +alsa aqua bidi bindist bl bluray bs2b cddb +cdio cpudetection debug directfb doc +dts +dv dvb +dvd +dvdnav dxr3 +enca +faad diff --git a/media-video/pgcedit/Manifest b/media-video/pgcedit/Manifest new file mode 100644 index 000000000000..43748b980bfa --- /dev/null +++ b/media-video/pgcedit/Manifest @@ -0,0 +1,2 @@ +DIST PgcEdit_Manual_html.zip 1650202 SHA256 6cc6d0ff42dfa457022c2f9e9fafa9c088db18a9a82ab7cdfc231e1bbd8d87f4 SHA512 0cc4f824e9509dadb18e416012d32d4f1428c43fedc4af45ce22e05b216f9cd2e4700c97e7d4a9b1c4da4745940c1b53df93d1e1b919142b10279832db7c82df WHIRLPOOL 1af2e0fbd45243beed75862e2237e6416046e4e32dbd6894490ce00f19492e465f97572fe40322094eb013be09d3ff2ba218c1be34aaf1109005d0938fc3a26c +DIST PgcEdit_source_8.6.zip 898311 SHA256 09a24eaa79668001a5834c33f84ecc335134a3e5050ce6fa25ccbe4036e747f2 SHA512 3904e48dd0004bb8b2967771424c1ca5a5754c0854ac131c37497c66c3148c6ec06b9872a4c69b08cf46bb862b073467f6c0fe8230426bf70e9bb43caf5857ac WHIRLPOOL 31784485e78baf1a861ba3b8f1c4136029a4aff58aab89dac1f9e6b6811a37cd4e35ea9e377d596287ce019c7be8ca81ed593500873aca9107a5b27c78f2773a diff --git a/media-video/pgcedit/files/pgcedit-0.8.6-config-paths.patch b/media-video/pgcedit/files/pgcedit-0.8.6-config-paths.patch new file mode 100644 index 000000000000..24c395522397 --- /dev/null +++ b/media-video/pgcedit/files/pgcedit-0.8.6-config-paths.patch @@ -0,0 +1,26 @@ +--- a/PgcEdit_main.tcl ++++ b/PgcEdit_main.tcl +@@ -1456,9 +1456,9 @@ + catch {file delete $::config(bindir)} + } + } else { +- set config(apppath) [file dirname $scriptname] +- set ::config(bindir) [file join [file dirname $scriptname] "bin"] +- set ::config(plugindir) [file join [file dirname $scriptname] "plugins"] ++ set config(apppath) {/usr/share/pgcedit} ++ set ::config(bindir) "$config(apppath)/bin" ++ set ::config(plugindir) "$config(apppath)/plugins" + + if {! [file exists $::config(tempdir)]} { + set ::config(tempdir) "/tmp" +--- a/lib/main.tcl ++++ b/lib/main.tcl +@@ -4674,7 +4674,7 @@ + } + + proc display_doc {} { +- set rootpath [file dirname $::config(bindir)] ++ set rootpath "@DOCDIR@" + set filename "" + if {$::tcl_platform(platform) == "windows"} { + if {[file exists [file join $rootpath "PgcEdit_Manual.chm"]]} { diff --git a/media-video/pgcedit/files/pgcedit.png b/media-video/pgcedit/files/pgcedit.png new file mode 100644 index 000000000000..a4c3925f15e6 Binary files /dev/null and b/media-video/pgcedit/files/pgcedit.png differ diff --git a/media-video/pgcedit/metadata.xml b/media-video/pgcedit/metadata.xml new file mode 100644 index 000000000000..b290225f8396 --- /dev/null +++ b/media-video/pgcedit/metadata.xml @@ -0,0 +1,10 @@ + + + + + maintainer-needed@gentoo.org + + + Add support for video preview + + diff --git a/media-video/pgcedit/pgcedit-0.8.6.ebuild b/media-video/pgcedit/pgcedit-0.8.6.ebuild new file mode 100644 index 000000000000..eb145b0a2255 --- /dev/null +++ b/media-video/pgcedit/pgcedit-0.8.6.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/pgcedit/pgcedit-0.8.6.ebuild,v 1.1 2012/12/31 00:46:07 vapier Exp $ + +EAPI="4" + +inherit eutils versionator + +MY_PN="PgcEdit" +MY_P="${MY_PN}_source_$(get_after_major_version)" +MY_PDOC="${MY_PN}_Manual_html" + +DESCRIPTION="DVD IFO and Menu editor" +HOMEPAGE="http://download.videohelp.com/r0lZ/pgcedit/" +SRC_URI="http://download.videohelp.com/r0lZ/${PN}/versions/${MY_P}.zip + http://download.videohelp.com/r0lZ/${PN}/versions/${MY_PDOC}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="video" + +RDEPEND="app-cdr/cdrtools + >=dev-lang/tcl-8.4 + >=dev-lang/tk-8.4 + video? ( app-emulation/wine )" +DEPEND="app-arch/unzip" + +S=${WORKDIR} + +src_prepare() { + epatch "${FILESDIR}"/${P}-config-paths.patch + sed -i "s:@DOCDIR@:/usr/share/doc/${PF}/html:" lib/main.tcl || die + # These are only used in Windows. + rm bin/{mkisofs,pskill}.exe || die + use video || rm bin/PgcEditPreview.exe +} + +src_install() { + newbin ${MY_PN}_main.tcl ${PN} + + keepdir /usr/share/${PN}/plugins + insinto /usr/share/${PN} + doins -r bin lib + dohtml -r doc/* + + doicon "${FILESDIR}"/${PN}.png + make_desktop_entry ${PN} ${MY_PN} ${PN} "AudioVideo;Video;" + + dodoc HISTORY.txt TODO.txt +} diff --git a/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild b/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild index aa0c47b3568e..6f06c76dab4d 100644 --- a/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild +++ b/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild,v 1.13 2012/12/29 14:39:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vcdimager/vcdimager-0.7.23-r1.ebuild,v 1.14 2012/12/30 15:01:10 ago Exp $ EAPI=5 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.vcdimager.org/pub/${PN}/${PN}-${PV%.*}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="+xml static-libs" RDEPEND=">=dev-libs/libcdio-0.71[-minimal] diff --git a/metadata/dtd/timestamp.chk b/metadata/dtd/timestamp.chk index 4a7d6806e2bf..9d1493a8c159 100644 --- a/metadata/dtd/timestamp.chk +++ b/metadata/dtd/timestamp.chk @@ -1 +1 @@ -Sun, 30 Dec 2012 14:06:54 +0000 +Mon, 31 Dec 2012 08:06:52 +0000 diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index 4a7d6806e2bf..9d1493a8c159 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Sun, 30 Dec 2012 14:06:54 +0000 +Mon, 31 Dec 2012 08:06:52 +0000 diff --git a/metadata/md5-cache/app-accessibility/accerciser-3.6.2-r1 b/metadata/md5-cache/app-accessibility/accerciser-3.6.2-r1 index 0f5230d48edf..1464cbce6280 100644 --- a/metadata/md5-cache/app-accessibility/accerciser-3.6.2-r1 +++ b/metadata/md5-cache/app-accessibility/accerciser-3.6.2-r1 @@ -10,5 +10,5 @@ RDEPEND=>=app-accessibility/at-spi2-core-2.1.5:2 >=dev-python/pygobject-2.90.3:3 REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/accerciser/3.6/accerciser-3.6.2.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=f7db53de5665881bc04fc6dab345d046 diff --git a/metadata/md5-cache/app-accessibility/orca-3.6.3-r1 b/metadata/md5-cache/app-accessibility/orca-3.6.3-r1 index 2310de20b5f1..6d10b47f55d7 100644 --- a/metadata/md5-cache/app-accessibility/orca-3.6.3-r1 +++ b/metadata/md5-cache/app-accessibility/orca-3.6.3-r1 @@ -10,5 +10,5 @@ RDEPEND=>=app-accessibility/at-spi2-atk-2.5.91:2 >=app-accessibility/at-spi2-cor REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/orca/3.6/orca-3.6.3.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=86b2a9875a8f49172f8461d86c1f16c8 diff --git a/metadata/md5-cache/app-admin/cpulimit-9999 b/metadata/md5-cache/app-admin/cpulimit-9999 deleted file mode 100644 index 6a7a0c4fb4f9..000000000000 --- a/metadata/md5-cache/app-admin/cpulimit-9999 +++ /dev/null @@ -1,9 +0,0 @@ -DEFINED_PHASES=compile install preinst prepare unpack -DEPEND=|| ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync -DESCRIPTION=Limits the CPU usage of a process -EAPI=3 -HOMEPAGE=http://cpulimit.sourceforge.net -LICENSE=GPL-2 -SLOT=0 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2438d346eb491e07b43d90ac87052d5f diff --git a/metadata/md5-cache/app-admin/eclean-kernel-0.3.1 b/metadata/md5-cache/app-admin/eclean-kernel-0.3.1 index 98d75106ed4f..6273533205c6 100644 --- a/metadata/md5-cache/app-admin/eclean-kernel-0.3.1 +++ b/metadata/md5-cache/app-admin/eclean-kernel-0.3.1 @@ -10,5 +10,5 @@ RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6?,python_ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/eclean-kernel/downloads/eclean-kernel-0.3.1.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ed4bde1b93908d13129786057add0baa diff --git a/metadata/md5-cache/app-admin/eclean-kernel-0.3.2 b/metadata/md5-cache/app-admin/eclean-kernel-0.3.2 index 563f57f6e7aa..5bb6dd7dec22 100644 --- a/metadata/md5-cache/app-admin/eclean-kernel-0.3.2 +++ b/metadata/md5-cache/app-admin/eclean-kernel-0.3.2 @@ -10,5 +10,5 @@ RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6?,python_ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/eclean-kernel/downloads/eclean-kernel-0.3.2.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=c0bdefaabdd20d3411ef4686c9e8549b diff --git a/metadata/md5-cache/app-admin/eclean-kernel-9999 b/metadata/md5-cache/app-admin/eclean-kernel-9999 index bfd3c0b12cf3..ff3241f8b5d2 100644 --- a/metadata/md5-cache/app-admin/eclean-kernel-9999 +++ b/metadata/md5-cache/app-admin/eclean-kernel-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=kernel_linux? ( dev-python/pymountboot[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=82b2fcf06763fe755b0930789a387b03 diff --git a/metadata/md5-cache/app-admin/logcheck-1.3.15-r1 b/metadata/md5-cache/app-admin/logcheck-1.3.15-r1 new file mode 100644 index 000000000000..5710909ef5e8 --- /dev/null +++ b/metadata/md5-cache/app-admin/logcheck-1.3.15-r1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=install postinst setup +DESCRIPTION=Mails anomalies in the system logfiles to the administrator. +EAPI=4 +HOMEPAGE=http://packages.debian.org/sid/logcheck +KEYWORDS=amd64 ppc ~sparc x86 +LICENSE=GPL-2 +RDEPEND=!app-admin/logsentry app-misc/lockfile-progs dev-lang/perl dev-perl/mime-construct virtual/mailx +SLOT=0 +SRC_URI=mirror://debian/pool/main/l/logcheck/logcheck_1.3.15.tar.gz +_eclasses_=user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=c293b40780c9890e94874fe2b1ac6bf4 diff --git a/metadata/md5-cache/app-admin/logrotate-3.8.3 b/metadata/md5-cache/app-admin/logrotate-3.8.3 index c0bf1a43824a..689af09223d8 100644 --- a/metadata/md5-cache/app-admin/logrotate-3.8.3 +++ b/metadata/md5-cache/app-admin/logrotate-3.8.3 @@ -4,10 +4,10 @@ DESCRIPTION=Rotates, compresses, and mails system logs EAPI=4 HOMEPAGE=https://fedorahosted.org/logrotate/ IUSE=acl selinux -KEYWORDS=~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-libs/popt-1.5 selinux? ( sys-libs/libselinux sec-policy/selinux-logrotate ) acl? ( virtual/acl ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.3.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=586fb1ce4413445806fe19f988d4483f +_md5_=5f2f671a430f15936ace68969d547ade diff --git a/metadata/md5-cache/app-admin/salt-0.11.0 b/metadata/md5-cache/app-admin/salt-0.11.0 index a9194f622e22..d8fbfedad64f 100644 --- a/metadata/md5-cache/app-admin/salt-0.11.0 +++ b/metadata/md5-cache/app-admin/salt-0.11.0 @@ -10,5 +10,5 @@ RDEPEND=>=dev-python/pyzmq-2.1.9 dev-python/msgpack dev-python/pyyaml dev-python REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/s/salt/salt-0.11.0.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=14d8ea7a045eadc77824d8a34c7bae07 diff --git a/metadata/md5-cache/app-admin/salt-9999 b/metadata/md5-cache/app-admin/salt-9999 index 0b47cb990fe2..e9286c57e8f2 100644 --- a/metadata/md5-cache/app-admin/salt-9999 +++ b/metadata/md5-cache/app-admin/salt-9999 @@ -8,5 +8,5 @@ LICENSE=Apache-2.0 RDEPEND=>=dev-python/pyzmq-2.1.9 dev-python/msgpack dev-python/pyyaml dev-python/m2crypto dev-python/pycrypto dev-python/pycryptopp dev-python/jinja ldap? ( dev-python/python-ldap ) openssl? ( dev-python/pyopenssl ) libvirt? ( app-emulation/libvirt[python] ) mongodb? ( dev-python/pymongo ) mysql? ( dev-python/mysql-python ) redis? ( dev-python/redis-py ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=be3dabf664a573f05e9bea7575e4ca3a diff --git a/metadata/md5-cache/app-admin/setools-3.3.7-r6 b/metadata/md5-cache/app-admin/setools-3.3.7-r6 index 43601e469790..448f007c051b 100644 --- a/metadata/md5-cache/app-admin/setools-3.3.7-r6 +++ b/metadata/md5-cache/app-admin/setools-3.3.7-r6 @@ -4,11 +4,11 @@ DESCRIPTION=SELinux policy tools EAPI=2 HOMEPAGE=http://www.tresys.com/selinux/selinux_policy_tools.shtml IUSE=X debug java python elibc_FreeBSD java -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RDEPEND=>=sys-libs/libsepol-2.1.4 sys-libs/libselinux >=dev-db/sqlite-3.2:3 dev-libs/libxml2:2 java? ( >=virtual/jre-1.4 ) X? ( >=dev-lang/tk-8.4.9 >=dev-tcltk/bwidget-1.8 >=gnome-base/libglade-2.0 >=x11-libs/gtk+-2.8:2 ) java? ( >=dev-java/java-config-2.1.9-r1 ) python? ( dev-lang/python ) RESTRICT=test SLOT=0 SRC_URI=http://oss.tresys.com/projects/setools/chrome/site/dists/setools-3.3.7/setools-3.3.7.tar.bz2 http://dev.gentoo.org/~swift/patches/setools/setools-3.3.7-01-fedora-patches.tar.gz http://dev.gentoo.org/~swift/patches/setools/setools-3.3.7-06-gentoo-patches.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 2d9eb3508fa5d6759e39354b74545567 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=1ceff7639ec02fcab06b376d5a22b601 +_md5_=d9831204493d5009c1fd42d06ac909df diff --git a/metadata/md5-cache/app-admin/webalizer-2.23.05 b/metadata/md5-cache/app-admin/webalizer-2.23.05 index a31912f15999..a8bf986378b8 100644 --- a/metadata/md5-cache/app-admin/webalizer-2.23.05 +++ b/metadata/md5-cache/app-admin/webalizer-2.23.05 @@ -4,10 +4,10 @@ DESCRIPTION=Webserver log file analyzer EAPI=2 HOMEPAGE=http://www.webalizer.org/ IUSE=geoip nls xtended vhosts -KEYWORDS=~alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86 +KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=sys-libs/db-4.2 >=sys-libs/zlib-1.1.4 >=media-libs/libpng-1.2 >=media-libs/gd-1.8.3 dev-libs/geoip >=app-admin/webapp-config-1.50.15 SLOT=0 SRC_URI=ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.23-05-src.tar.bz2 xtended? ( http://patrickfrei.ch/webalizer/rb29/webalizer-2.23-05-RB29-patch.tar.gz ) ftp://ftp.mrunix.net/pub/webalizer/webalizer-geodb-latest.tgz mirror://gentoo/webalizer.conf.gz _eclasses_=confutils 2ab69b52fa6ea0c0669a47fb94b354b4 db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 webapp 25b9b1696f5e698711f47d45c3d45e3e -_md5_=56b2dd29901c779c014b7416798b3af1 +_md5_=33872701c20ab03864e8ee3b54d9bff2 diff --git a/metadata/md5-cache/app-arch/libarchive-3.0.4-r1 b/metadata/md5-cache/app-arch/libarchive-3.0.4-r1 index f8b759f811e9..040640553948 100644 --- a/metadata/md5-cache/app-arch/libarchive-3.0.4-r1 +++ b/metadata/md5-cache/app-arch/libarchive-3.0.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=BSD tar command EAPI=4 HOMEPAGE=http://libarchive.github.com/ IUSE=acl +bzip2 +e2fsprogs expat +iconv kernel_linux +lzma nettle static-libs xattr +zlib -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=BSD RDEPEND=dev-libs/openssl:0 acl? ( virtual/acl ) bzip2? ( app-arch/bzip2 ) expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2 ) iconv? ( virtual/libiconv ) kernel_linux? ( xattr? ( sys-apps/attr ) ) lzma? ( app-arch/xz-utils ) nettle? ( dev-libs/nettle ) zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://github/libarchive/libarchive/libarchive-3.0.4.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ce8e5081d00bbdbacd7eb4c46f04d048 +_md5_=0bad3a958a25f49cd07be19d07f20807 diff --git a/metadata/md5-cache/app-arch/xz-utils-5.0.4-r1 b/metadata/md5-cache/app-arch/xz-utils-5.0.4-r1 index 5c7c94b3803c..0291b343e7ca 100644 --- a/metadata/md5-cache/app-arch/xz-utils-5.0.4-r1 +++ b/metadata/md5-cache/app-arch/xz-utils-5.0.4-r1 @@ -4,10 +4,10 @@ DESCRIPTION=utils for managing LZMA compressed files EAPI=4 HOMEPAGE=http://tukaani.org/xz/ IUSE=nls static-libs +threads -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=!=sys-libs/zlib-1.1.4 dev-libs/gmp !bacula-clientonly? ( postgres? ( dev-db/postgresql-base[threads] ) mysql? ( virtual/mysql ) sqlite3? ( dev-db/sqlite:3 ) !bacula-nodir? ( virtual/mta ) ) qt4? ( x11-libs/qt-svg:4 x11-libs/qwt:5 ) logwatch? ( sys-apps/logwatch ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) readline? ( >=sys-libs/readline-4.1 ) static? ( acl? ( virtual/acl[static-libs] ) sys-libs/zlib[static-libs] sys-libs/ncurses[static-libs] ssl? ( dev-libs/openssl[static-libs] ) ) !static? ( acl? ( virtual/acl ) sys-libs/zlib sys-libs/ncurses ssl? ( dev-libs/openssl ) ) !bacula-clientonly? ( !bacula-nosd? ( sys-block/mtx app-arch/mt-st ) ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) python? ( =dev-lang/python-2* ) python? ( =dev-lang/python-2*[threads] ) REQUIRED_USE=|| ( ^^ ( mysql postgres sqlite3 ) bacula-clientonly ) static? ( bacula-clientonly ) SLOT=0 SRC_URI=mirror://sourceforge/bacula/bacula-5.0.3.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=44cbc79ee502a9630accdaedc230fd99 +_md5_=5f3e5364c1698bc8fc4b2caecd3d992c diff --git a/metadata/md5-cache/app-dicts/myspell-is-2012.09.01 b/metadata/md5-cache/app-dicts/myspell-is-2012.09.01 index 7b50b0b00db7..d061da52639f 100644 --- a/metadata/md5-cache/app-dicts/myspell-is-2012.09.01 +++ b/metadata/md5-cache/app-dicts/myspell-is-2012.09.01 @@ -3,9 +3,9 @@ DEPEND=app-arch/unzip DESCRIPTION=Icelandic dictionaries for myspell/hunspell EAPI=4 HOMEPAGE=http://extensions.libreoffice.org/extension-center/hunspell-is-the-icelandic-spelling-dictionary-project -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=CCPL-Attribution-ShareAlike-3.0 SLOT=0 SRC_URI=http://extensions.libreoffice.org/extension-center/hunspell-is-the-icelandic-spelling-dictionary-project/releases/2012.09.01/hunspell-is-2012.09.01.oxt _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 myspell-r2 9dad31f330bab288874827d12dcd3496 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f126ea2874c86234da0043a56a27b0cf +_md5_=45bad3b25b6ad81a8ed0bb3d9e73f60b diff --git a/metadata/md5-cache/app-editors/gedit-3.6.2-r1 b/metadata/md5-cache/app-editors/gedit-3.6.2-r1 index 79f36a49234c..af2e63ba5dbb 100644 --- a/metadata/md5-cache/app-editors/gedit-3.6.2-r1 +++ b/metadata/md5-cache/app-editors/gedit-3.6.2-r1 @@ -10,5 +10,5 @@ RDEPEND=>=x11-libs/libSM-1.0 >=dev-libs/libxml2-2.5.0:2 >=dev-libs/glib-2.28:2 > REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/gedit/3.6/gedit-3.6.2.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=f0c92734d365af178a578a6930303727 diff --git a/metadata/md5-cache/app-editors/gedit-plugins-3.6.1-r1 b/metadata/md5-cache/app-editors/gedit-plugins-3.6.1-r1 index 90f0f5e965ae..1cb674e65c18 100644 --- a/metadata/md5-cache/app-editors/gedit-plugins-3.6.1-r1 +++ b/metadata/md5-cache/app-editors/gedit-plugins-3.6.1-r1 @@ -10,5 +10,5 @@ RDEPEND=>=app-editors/gedit-3.2.1[python?] >=dev-libs/glib-2.32:2 >=dev-libs/lib REQUIRED_USE=charmap? ( python ) terminal? ( python ) || ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/gedit-plugins/3.6/gedit-plugins-3.6.1.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=9da75661d79f58a00276e72773739ebb diff --git a/metadata/md5-cache/app-emulation/libvirt-glib-0.1.4 b/metadata/md5-cache/app-emulation/libvirt-glib-0.1.4 index f16cec125760..7bed76387742 100644 --- a/metadata/md5-cache/app-emulation/libvirt-glib-0.1.4 +++ b/metadata/md5-cache/app-emulation/libvirt-glib-0.1.4 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/libxml2:2 >=app-emulation/libvirt-0.9.10:= >=dev-libs/glib-2.10 REQUIRED_USE=vala? ( introspection ) || ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=ftp://libvirt.org/libvirt/glib/libvirt-glib-0.1.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala ad1e7234faa2244a7e10f1c864371475 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala ad1e7234faa2244a7e10f1c864371475 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=24a6bf148c154ccc231b92213bb8bd7a diff --git a/metadata/md5-cache/app-emulation/wine-1.5.20 b/metadata/md5-cache/app-emulation/wine-1.5.20 index 97a97139c895..44dc7a8862cf 100644 --- a/metadata/md5-cache/app-emulation/wine-1.5.20 +++ b/metadata/md5-cache/app-emulation/wine-1.5.20 @@ -1,15 +1,15 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) pulseaudio? ( media-sound/pulseaudio sys-auth/rtkit ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) X? ( x11-proto/inputproto x11-proto/xextproto x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) prelink? ( sys-devel/prelink ) virtual/pkgconfig virtual/yacc sys-devel/flex || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 +DEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) pulseaudio? ( media-sound/pulseaudio sys-auth/rtkit ) X? ( x11-proto/inputproto x11-proto/xextproto x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) prelink? ( sys-devel/prelink ) virtual/pkgconfig virtual/yacc sys-devel/flex || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 DESCRIPTION=Free implementation of Windows(tm) on Unix EAPI=5 HOMEPAGE=http://www.winehq.org/ -IUSE=alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks vanilla v4l +win32 +win64 +X xcomposite xinerama xml +IUSE=alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml pulseaudio KEYWORDS=-* ~amd64 ~x86 ~x86-fbsd LICENSE=LGPL-2.1 -RDEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) pulseaudio? ( media-sound/pulseaudio sys-auth/rtkit ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) -REQUIRED_USE=elibc_glibc? ( threads ) mono? ( || ( win32 !win64 ) ) osmesa? ( opengl ) vanilla? ( !pulseaudio ) +RDEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) pulseaudio? ( media-sound/pulseaudio sys-auth/rtkit ) +REQUIRED_USE=elibc_glibc? ( threads ) mono? ( || ( win32 !win64 ) ) osmesa? ( opengl ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/wine/Source/wine-1.5.20.tar.bz2 gecko? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86.msi win64? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86_64.msi ) ) mono? ( mirror://sourceforge/wine/Wine%20Mono/0.0.8/wine-mono-0.0.8.msi ) http://dev.gentoo.org/~tetromino/distfiles/wine/winepulse-patches-1.5.20_pre20121207.tar.bz2 http://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2012.11.24.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f18149238566c7c9d332335c19d8970f +_md5_=af60609ad6d251cc63613b49b8463a8d diff --git a/metadata/md5-cache/app-emulation/wine-9999 b/metadata/md5-cache/app-emulation/wine-9999 index 18ad15fac796..cdcc2fdf81d6 100644 --- a/metadata/md5-cache/app-emulation/wine-9999 +++ b/metadata/md5-cache/app-emulation/wine-9999 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack -DEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) pulseaudio? ( media-sound/pulseaudio sys-auth/rtkit ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) X? ( x11-proto/inputproto x11-proto/xextproto x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) prelink? ( sys-devel/prelink ) virtual/pkgconfig virtual/yacc sys-devel/flex || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 dev-vcs/git +DEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) X? ( x11-proto/inputproto x11-proto/xextproto x11-proto/xf86vidmodeproto ) xinerama? ( x11-proto/xineramaproto ) prelink? ( sys-devel/prelink ) virtual/pkgconfig virtual/yacc sys-devel/flex || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-apps/sed-4 dev-vcs/git DESCRIPTION=Free implementation of Windows(tm) on Unix EAPI=5 HOMEPAGE=http://www.winehq.org/ -IUSE=alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks vanilla v4l +win32 +win64 +X xcomposite xinerama xml +IUSE=alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml LICENSE=LGPL-2.1 -RDEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) pulseaudio? ( media-sound/pulseaudio sys-auth/rtkit ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?] ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) -REQUIRED_USE=elibc_glibc? ( threads ) mono? ( || ( win32 !win64 ) ) osmesa? ( opengl ) vanilla? ( !pulseaudio ) +RDEPEND=truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) perl? ( dev-lang/perl dev-perl/XML-Simple ) capi? ( net-dialup/capi4k-utils ) ncurses? ( >=sys-libs/ncurses-5.2 ) fontconfig? ( media-libs/fontconfig:= ) gphoto2? ( media-libs/libgphoto2:= ) openal? ( media-libs/openal:= ) udisks? ( sys-apps/dbus sys-fs/udisks:2 ) gnutls? ( net-libs/gnutls:= ) gstreamer? ( media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) X? ( x11-libs/libXcursor x11-libs/libXext x11-libs/libXrandr x11-libs/libXi x11-libs/libXmu x11-libs/libXxf86vm ) xinerama? ( x11-libs/libXinerama ) alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups:= ) opencl? ( virtual/opencl ) opengl? ( virtual/glu virtual/opengl ) gsm? ( media-sound/gsm:= ) jpeg? ( virtual/jpeg:= ) ldap? ( net-nds/openldap:= ) lcms? ( media-libs/lcms:0= ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) odbc? ( dev-db/unixODBC:= ) osmesa? ( media-libs/mesa[osmesa] ) samba? ( >=net-fs/samba-3.0.25 ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) ssl? ( dev-libs/openssl:= ) png? ( media-libs/libpng:= ) v4l? ( media-libs/libv4l ) !win64? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) win32? ( amd64? ( truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 ) X? ( >=app-emulation/emul-linux-x86-xlibs-2.1 >=app-emulation/emul-linux-x86-soundlibs-2.1 ) mp3? ( app-emulation/emul-linux-x86-soundlibs ) odbc? ( app-emulation/emul-linux-x86-db ) openal? ( app-emulation/emul-linux-x86-sdl ) opengl? ( app-emulation/emul-linux-x86-opengl ) osmesa? ( >=app-emulation/emul-linux-x86-opengl-20121028 ) scanner? ( app-emulation/emul-linux-x86-medialibs ) v4l? ( app-emulation/emul-linux-x86-medialibs ) app-emulation/emul-linux-x86-baselibs >=sys-kernel/linux-headers-2.6 ) ) xcomposite? ( x11-libs/libXcomposite ) +REQUIRED_USE=elibc_glibc? ( threads ) mono? ( || ( win32 !win64 ) ) osmesa? ( opengl ) RESTRICT=test SLOT=0 SRC_URI=gecko? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86.msi win64? ( mirror://sourceforge/wine/Wine%20Gecko/1.8/wine_gecko-1.8-x86_64.msi ) ) mono? ( mirror://sourceforge/wine/Wine%20Mono/0.0.8/wine-mono-0.0.8.msi ) http://dev.gentoo.org/~tetromino/distfiles/wine/winepulse-patches-1.5.20_pre20121207.tar.bz2 http://dev.gentoo.org/~tetromino/distfiles/wine/wine-gentoo-2012.11.24.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 git-2 15733ab6a6feb34af9837b41623c2bad gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9fd9977d977704af68e9bde2c1d9affa +_md5_=c76126099d8a28f1f3205e8621a20a1a diff --git a/metadata/md5-cache/app-emulation/xen-tools-4.2.0-r2 b/metadata/md5-cache/app-emulation/xen-tools-4.2.0-r2 index dc9365a481e4..54dc43f82528 100644 --- a/metadata/md5-cache/app-emulation/xen-tools-4.2.0-r2 +++ b/metadata/md5-cache/app-emulation/xen-tools-4.2.0-r2 @@ -11,5 +11,5 @@ REQUIRED_USE=hvm? ( qemu ) || ( python_targets_python2_5 python_targets_python2_ RESTRICT=test SLOT=0 SRC_URI=http://bits.xensource.com/oss-xen/release/4.2.0/xen-4.2.0.tar.gz http://dev.gentoo.org/~idella4/tarballs/ipxe.tar.gz http://dev.gentoo.org/~idella4/tarballs/seabios-0-20121121.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev 4f764d2b1e34e4ef12b9b0d6e680c0ee user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev 4f764d2b1e34e4ef12b9b0d6e680c0ee user d0a4d0735a6c0183d707ca919bd72f28 _md5_=461d639967e1a7b62a4e854f08b83bb0 diff --git a/metadata/md5-cache/app-i18n/anthy-9100h-r1 b/metadata/md5-cache/app-i18n/anthy-9100h-r1 index 7fd5afa77ed2..c86d6d960bcc 100644 --- a/metadata/md5-cache/app-i18n/anthy-9100h-r1 +++ b/metadata/md5-cache/app-i18n/anthy-9100h-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Anthy -- free and secure Japanese input system EAPI=3 HOMEPAGE=http://anthy.sourceforge.jp/ IUSE=canna-2ch emacs static-libs -KEYWORDS=~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos +KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos LICENSE=GPL-2 LGPL-2.1 RDEPEND=!app-i18n/anthy-ss canna-2ch? ( app-dicts/canna-2ch ) emacs? ( virtual/emacs ) SLOT=0 SRC_URI=mirror://sourceforge.jp/anthy/37536/anthy-9100h.tar.gz _eclasses_=elisp-common cdb887d0e278ea6e82ea2a5d4792c52a eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=935de13db55d28a3a45210b160b4b611 +_md5_=34334a54e58a6ff70efb72d1c1fef6ba diff --git a/metadata/md5-cache/app-misc/abook-0.6.0_pre2 b/metadata/md5-cache/app-misc/abook-0.6.0_pre2 index 1fe44584806f..ffbb4dc20bac 100644 --- a/metadata/md5-cache/app-misc/abook-0.6.0_pre2 +++ b/metadata/md5-cache/app-misc/abook-0.6.0_pre2 @@ -4,10 +4,10 @@ DESCRIPTION=Abook is a text-based addressbook program designed to use with mutt EAPI=3 HOMEPAGE=http://abook.sourceforge.net/ IUSE=nls -KEYWORDS=~alpha amd64 ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 ppc ppc64 sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=sys-libs/ncurses sys-libs/readline nls? ( virtual/libintl ) SLOT=0 SRC_URI=http://abook.sourceforge.net/devel/abook-0.6.0pre2.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6c94b0a23a4d44bc0f946bf64b01ed9c +_md5_=e39e360a7bb019b413889aae3830acb9 diff --git a/metadata/md5-cache/app-office/gnumeric-1.12.0 b/metadata/md5-cache/app-office/gnumeric-1.12.0 index 502740bab135..5319fe77f5ee 100644 --- a/metadata/md5-cache/app-office/gnumeric-1.12.0 +++ b/metadata/md5-cache/app-office/gnumeric-1.12.0 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( pytho RESTRICT=test SLOT=0 SRC_URI=mirror://gnome/sources/gnumeric/1.12/gnumeric-1.12.0.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=0b379f7482fdd7b59f594aba34010718 diff --git a/metadata/md5-cache/app-office/gnumeric-1.12.0-r1 b/metadata/md5-cache/app-office/gnumeric-1.12.0-r1 index 8a7209832b13..4284533724ae 100644 --- a/metadata/md5-cache/app-office/gnumeric-1.12.0-r1 +++ b/metadata/md5-cache/app-office/gnumeric-1.12.0-r1 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( pytho RESTRICT=test SLOT=0 SRC_URI=mirror://gnome/sources/gnumeric/1.12/gnumeric-1.12.0.tar.xz http://dev.gentoo.org/~tetromino/distfiles/gnumeric/gnumeric-1.12.0-annotation-syntax.patch.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=fb772b691e4a821e3e997d4f1101564a diff --git a/metadata/md5-cache/app-portage/demerge-0.047-r1 b/metadata/md5-cache/app-portage/demerge-0.047-r1 index 536b1e954f6a..2caf554373f3 100644 --- a/metadata/md5-cache/app-portage/demerge-0.047-r1 +++ b/metadata/md5-cache/app-portage/demerge-0.047-r1 @@ -2,9 +2,9 @@ DEFINED_PHASES=install postinst unpack DEPEND=dev-lang/perl >=dev-perl/PortageXS-0.02.10-r2 virtual/perl-Term-ANSIColor dev-perl/TermReadKey dev-perl/Shell-EnvImporter DESCRIPTION=demerge - revert to previous installation states HOMEPAGE=http://download.mpsna.de/opensource/demerge/ -KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~sh ~sparc ~x86 +KEYWORDS=alpha ~amd64 arm ia64 ~ppc sh sparc x86 LICENSE=GPL-2 RDEPEND=dev-lang/perl >=dev-perl/PortageXS-0.02.10-r2 virtual/perl-Term-ANSIColor dev-perl/TermReadKey dev-perl/Shell-EnvImporter sys-apps/portage SLOT=0 SRC_URI=http://download.mpsna.de/opensource/demerge/demerge-0.047.tar.gz -_md5_=f91a7eb8bb0afe441126c77d95e33783 +_md5_=c5b9a6dbe5be6b6b986b52eb44fdf7da diff --git a/metadata/md5-cache/app-portage/diffmask-0.3.3-r2 b/metadata/md5-cache/app-portage/diffmask-0.3.3-r2 index 9acfa9fe33d5..86be2966d6a1 100644 --- a/metadata/md5-cache/app-portage/diffmask-0.3.3-r2 +++ b/metadata/md5-cache/app-portage/diffmask-0.3.3-r2 @@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/diffmask/downloads/diffmask-0.3.3.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=7d329495b16fb1582382759cc9e5f4a6 diff --git a/metadata/md5-cache/app-portage/diffmask-9999 b/metadata/md5-cache/app-portage/diffmask-9999 index 573b62ecfd5a..d3829fb5ae8c 100644 --- a/metadata/md5-cache/app-portage/diffmask-9999 +++ b/metadata/md5-cache/app-portage/diffmask-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4baca293872cf280d34c623f248d4ef7 diff --git a/metadata/md5-cache/app-portage/esearch-1.3 b/metadata/md5-cache/app-portage/esearch-1.3 index dc47634916b1..835cb9f313fe 100644 --- a/metadata/md5-cache/app-portage/esearch-1.3 +++ b/metadata/md5-cache/app-portage/esearch-1.3 @@ -4,10 +4,10 @@ DESCRIPTION=Replacement for 'emerge --search' with search-index EAPI=3 HOMEPAGE=http://david-peter.de/esearch.html IUSE=linguas_fr linguas_it -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris LICENSE=GPL-2 RDEPEND=sys-apps/portage dev-lang/python[readline] dev-lang/python SLOT=0 SRC_URI=mirror://github/fuzzyray/esearch/esearch-1.3.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5bd335aca7af53302113518baadcf209 +_md5_=adcac00dabf22fb9ffe0b844947551ca diff --git a/metadata/md5-cache/app-portage/flaggie-0.2-r2 b/metadata/md5-cache/app-portage/flaggie-0.2-r2 index c7f941afb89c..b14b3c1f3789 100644 --- a/metadata/md5-cache/app-portage/flaggie-0.2-r2 +++ b/metadata/md5-cache/app-portage/flaggie-0.2-r2 @@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/flaggie/downloads/flaggie-0.2.tar.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=9e7776d9a18949831ec0401cf923ceb0 diff --git a/metadata/md5-cache/app-portage/flaggie-0.2-r3 b/metadata/md5-cache/app-portage/flaggie-0.2-r3 index c96942ff21a4..0b605b618d5e 100644 --- a/metadata/md5-cache/app-portage/flaggie-0.2-r3 +++ b/metadata/md5-cache/app-portage/flaggie-0.2-r3 @@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/flaggie/downloads/flaggie-0.2.tar.bz2 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e0836a0d07027b6338bee91114cfc68e diff --git a/metadata/md5-cache/app-portage/flaggie-9999 b/metadata/md5-cache/app-portage/flaggie-9999 index 68a23f6e0dfa..7b7325da2bbb 100644 --- a/metadata/md5-cache/app-portage/flaggie-9999 +++ b/metadata/md5-cache/app-portage/flaggie-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=sys-apps/portage-2.1.8.3 dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=f7e3cc1fdb51a4da2f9c00f3a021944a diff --git a/metadata/md5-cache/app-portage/gentoopm-0.2.6 b/metadata/md5-cache/app-portage/gentoopm-0.2.6 index bff40703d50d..5195cc24cd6d 100644 --- a/metadata/md5-cache/app-portage/gentoopm-0.2.6 +++ b/metadata/md5-cache/app-portage/gentoopm-0.2.6 @@ -11,5 +11,5 @@ RDEPEND=|| ( sys-apps/pkgcore >=sys-apps/portage-2.1.10.3 >=sys-apps/paludis-0.6 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/gentoopm/downloads/gentoopm-0.2.6.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=48f578b6a8927736949ec4da76b86ee8 diff --git a/metadata/md5-cache/app-portage/gentoopm-0.2.7 b/metadata/md5-cache/app-portage/gentoopm-0.2.7 index 54e6b3304e27..e1b61a28b80e 100644 --- a/metadata/md5-cache/app-portage/gentoopm-0.2.7 +++ b/metadata/md5-cache/app-portage/gentoopm-0.2.7 @@ -11,5 +11,5 @@ RDEPEND=|| ( sys-apps/pkgcore >=sys-apps/portage-2.1.10.3 >=sys-apps/paludis-0.6 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/gentoopm/downloads/gentoopm-0.2.7.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=82d97953e38e792a02cd02b608ca7526 diff --git a/metadata/md5-cache/app-portage/gentoopm-9999 b/metadata/md5-cache/app-portage/gentoopm-9999 index b642bf6b37fe..cbb45bcf8e36 100644 --- a/metadata/md5-cache/app-portage/gentoopm-9999 +++ b/metadata/md5-cache/app-portage/gentoopm-9999 @@ -9,5 +9,5 @@ PDEPEND=app-admin/eselect-package-manager RDEPEND=|| ( sys-apps/pkgcore >=sys-apps/portage-2.1.10.3 >=sys-apps/paludis-0.64.2[python-bindings] ) dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5dc9b055e41b0a4be50b478f20b7b36c diff --git a/metadata/md5-cache/app-portage/install-mask-0.0.2-r2 b/metadata/md5-cache/app-portage/install-mask-0.0.2-r2 index 55c4e85d2392..dd57275a579d 100644 --- a/metadata/md5-cache/app-portage/install-mask-0.0.2-r2 +++ b/metadata/md5-cache/app-portage/install-mask-0.0.2-r2 @@ -10,5 +10,5 @@ RDEPEND=app-portage/flaggie[python_targets_python2_6?,python_targets_python2_7?, REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/install-mask/downloads/install-mask-0.0.2.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=418ef37f3eee3d913211144400644571 diff --git a/metadata/md5-cache/app-portage/install-mask-9999 b/metadata/md5-cache/app-portage/install-mask-9999 index 0e299aab9577..d5044b0f0bd1 100644 --- a/metadata/md5-cache/app-portage/install-mask-9999 +++ b/metadata/md5-cache/app-portage/install-mask-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=app-portage/flaggie[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/lxml[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8479948b0bdbd6feba561008f7d40176 diff --git a/metadata/md5-cache/app-portage/smart-live-rebuild-1.2.5 b/metadata/md5-cache/app-portage/smart-live-rebuild-1.2.5 index ff44d0d50fc9..3b19596deba6 100644 --- a/metadata/md5-cache/app-portage/smart-live-rebuild-1.2.5 +++ b/metadata/md5-cache/app-portage/smart-live-rebuild-1.2.5 @@ -10,5 +10,5 @@ RDEPEND=>=app-portage/gentoopm-0.2.1[python_targets_python2_6?,python_targets_py REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/smart-live-rebuild/downloads/smart-live-rebuild-1.2.5.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=636e09ec50539a4dedc7be6a900afccc diff --git a/metadata/md5-cache/app-portage/smart-live-rebuild-1.3 b/metadata/md5-cache/app-portage/smart-live-rebuild-1.3 index 503dcce06b82..61c416c6150e 100644 --- a/metadata/md5-cache/app-portage/smart-live-rebuild-1.3 +++ b/metadata/md5-cache/app-portage/smart-live-rebuild-1.3 @@ -10,5 +10,5 @@ RDEPEND=>=app-portage/gentoopm-0.2.1[python_targets_python2_6?,python_targets_py REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/smart-live-rebuild/downloads/smart-live-rebuild-1.3.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5a40d4d671baec4ce68b454b4d201833 diff --git a/metadata/md5-cache/app-portage/smart-live-rebuild-9999 b/metadata/md5-cache/app-portage/smart-live-rebuild-9999 index ad1e755b2a82..922d07adbc7d 100644 --- a/metadata/md5-cache/app-portage/smart-live-rebuild-9999 +++ b/metadata/md5-cache/app-portage/smart-live-rebuild-9999 @@ -8,5 +8,5 @@ LICENSE=BSD-2 RDEPEND=>=app-portage/gentoopm-0.2.1[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=69ca1324e0110599f5ed630cc443eb1f diff --git a/metadata/md5-cache/app-text/dos2unix-6.0.2 b/metadata/md5-cache/app-text/dos2unix-6.0.2 index 7547b71a5cea..53e11f771eac 100644 --- a/metadata/md5-cache/app-text/dos2unix-6.0.2 +++ b/metadata/md5-cache/app-text/dos2unix-6.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=Convert DOS or MAC text files to UNIX format or vice versa EAPI=4 HOMEPAGE=http://www.xs4all.nl/~waterlan/dos2unix.html http://sourceforge.net/projects/dos2unix/ IUSE=debug nls -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris LICENSE=BSD-2 RDEPEND=!app-text/hd2u !app-text/unix2dos virtual/libintl SLOT=0 SRC_URI=http://www.xs4all.nl/~waterlan/dos2unix/dos2unix-6.0.2.tar.gz mirror://sourceforge/dos2unix/dos2unix-6.0.2.tar.gz _eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=dad77cb5643771e4b9757cc0b36eac1f +_md5_=087c733194f8eac77284d6e1c70e8978 diff --git a/metadata/md5-cache/app-text/enscript-1.6.6 b/metadata/md5-cache/app-text/enscript-1.6.6 index 690ef4aba601..6bf5e324140a 100644 --- a/metadata/md5-cache/app-text/enscript-1.6.6 +++ b/metadata/md5-cache/app-text/enscript-1.6.6 @@ -4,10 +4,10 @@ DESCRIPTION=powerful text-to-postscript converter EAPI=2 HOMEPAGE=http://www.gnu.org/software/enscript/enscript.html IUSE=nls ruby -KEYWORDS=~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-3 RDEPEND=nls? ( virtual/libintl ) SLOT=0 SRC_URI=mirror://gnu/enscript/enscript-1.6.6.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1fae97a2bfd3e7f2aa88d90d5c3d8ed5 +_md5_=13dbc4cdbfb7baea6ea3cc1411a481b6 diff --git a/metadata/md5-cache/app-text/gtranslator-2.91.6 b/metadata/md5-cache/app-text/gtranslator-2.91.6 index 6c8f371fa046..f25fbd2bd8f0 100644 --- a/metadata/md5-cache/app-text/gtranslator-2.91.6 +++ b/metadata/md5-cache/app-text/gtranslator-2.91.6 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.4.2:3 >=x11-libs/gtksourceview- REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/gtranslator/2.91/gtranslator-2.91.6.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=b6d77dcb866340a65463b08f214274e5 diff --git a/metadata/md5-cache/app-text/highlight-3.12 b/metadata/md5-cache/app-text/highlight-3.12 index 27331953ede5..659087418477 100644 --- a/metadata/md5-cache/app-text/highlight-3.12 +++ b/metadata/md5-cache/app-text/highlight-3.12 @@ -1,4 +1,4 @@ -DEFINED_PHASES=compile configure install prepare setup unpack +DEFINED_PHASES=compile configure install prepare unpack DEPEND=dev-lang/lua qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) dev-libs/boost virtual/pkgconfig DESCRIPTION=converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight EAPI=4 @@ -10,4 +10,4 @@ RDEPEND=dev-lang/lua qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) SLOT=0 SRC_URI=http://www.andre-simon.de/zip/highlight-3.12.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c24718010d0ba6cd8dce9696570d97cd +_md5_=047e3988a1e82cfa891ab3b415913a8f diff --git a/metadata/md5-cache/app-text/highlight-3.3 b/metadata/md5-cache/app-text/highlight-3.3 index 25462fe03ea5..250590ba9979 100644 --- a/metadata/md5-cache/app-text/highlight-3.3 +++ b/metadata/md5-cache/app-text/highlight-3.3 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=dev-lang/lua dev-libs/boost qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=dev-lang/lua qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) dev-libs/boost DESCRIPTION=converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight EAPI=4 HOMEPAGE=http://www.andre-simon.de/ IUSE=examples qt4 KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos LICENSE=GPL-3 -RDEPEND=dev-lang/lua dev-libs/boost qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) +RDEPEND=dev-lang/lua qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) SLOT=0 SRC_URI=http://www.andre-simon.de/zip/highlight-3.3.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9c8e87b2d7d13e3b1c2493f203a41454 +_md5_=dc4c2db04f0e722d001979f3aed8c00c diff --git a/metadata/md5-cache/app-text/highlight-3.9 b/metadata/md5-cache/app-text/highlight-3.9 index cfc9773bdca5..76c9eda7921d 100644 --- a/metadata/md5-cache/app-text/highlight-3.9 +++ b/metadata/md5-cache/app-text/highlight-3.9 @@ -1,13 +1,13 @@ -DEFINED_PHASES=compile configure install prepare setup unpack -DEPEND=dev-lang/lua dev-libs/boost qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=dev-lang/lua qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) dev-libs/boost DESCRIPTION=converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlight EAPI=4 HOMEPAGE=http://www.andre-simon.de/ IUSE=examples qt4 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos LICENSE=GPL-3 -RDEPEND=dev-lang/lua dev-libs/boost qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) +RDEPEND=dev-lang/lua qt4? ( x11-libs/qt-gui:4 x11-libs/qt-core:4 ) SLOT=0 SRC_URI=http://www.andre-simon.de/zip/highlight-3.9.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0a83a70abb7deb40ed5fc4a44b94d327 +_md5_=9cd27131ff2b19329cfad3344ac9289b diff --git a/metadata/md5-cache/app-text/poppler-0.20.4 b/metadata/md5-cache/app-text/poppler-0.20.4 index 5d67a95b7d44..ec29b64b181e 100644 --- a/metadata/md5-cache/app-text/poppler-0.20.4 +++ b/metadata/md5-cache/app-text/poppler-0.20.4 @@ -4,11 +4,11 @@ DESCRIPTION=PDF rendering library based on the xpdf-3.0 code base EAPI=4 HOMEPAGE=http://poppler.freedesktop.org/ IUSE=cairo cjk curl cxx debug doc +introspection jpeg jpeg2k +lcms png qt4 tiff +utils -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=media-libs/fontconfig-2.6.0 >=media-libs/freetype-2.3.9 sys-libs/zlib cairo? ( dev-libs/glib:2 >=x11-libs/cairo-1.10.0 introspection? ( >=dev-libs/gobject-introspection-1.32.1 ) ) curl? ( net-misc/curl ) jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/openjpeg ) lcms? ( media-libs/lcms:2 ) png? ( >=media-libs/libpng-1.4:0 ) qt4? ( x11-libs/qt-core:4 x11-libs/qt-gui:4 ) tiff? ( media-libs/tiff:0 ) !dev-libs/poppler !dev-libs/poppler-glib !dev-libs/poppler-qt3 !dev-libs/poppler-qt4 !app-text/poppler-utils cjk? ( >=app-text/poppler-data-0.4.4 ) RESTRICT=test SLOT=0 SRC_URI=http://poppler.freedesktop.org/poppler-0.20.4.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 341ea44ed97a940b6ff74283ed5b94d7 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1c4eb66f89ca9478b8078500862d4f22 +_md5_=aac81c3e1d2f1e6609a5294c6ee71423 diff --git a/metadata/md5-cache/app-text/xchm-1.18 b/metadata/md5-cache/app-text/xchm-1.18 deleted file mode 100644 index cbadc367b47c..000000000000 --- a/metadata/md5-cache/app-text/xchm-1.18 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=configure install postinst postrm -DEPEND=>=dev-libs/chmlib-0.36 x11-libs/wxGTK:2.8[X] >=sys-apps/sed-4 -DESCRIPTION=Utility for viewing Microsoft .chm files. -EAPI=2 -HOMEPAGE=http://xchm.sf.net -IUSE=nls -KEYWORDS=amd64 ppc x86 -LICENSE=GPL-2 -RDEPEND=>=dev-libs/chmlib-0.36 x11-libs/wxGTK:2.8[X] -SLOT=0 -SRC_URI=mirror://sourceforge/xchm/xchm-1.18.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 wxwidgets fb1a306837717dfa2af841ecdf929565 -_md5_=1a2163e943e94f764c591de9def3f4e3 diff --git a/metadata/md5-cache/app-vim/align-42 b/metadata/md5-cache/app-vim/align-42 index a96b98e16bc2..e5d98c706857 100644 --- a/metadata/md5-cache/app-vim/align-42 +++ b/metadata/md5-cache/app-vim/align-42 @@ -3,10 +3,10 @@ DEPEND=|| ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) DESCRIPTION=vim plugin: commands and maps to help produce aligned text EAPI=4 HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=294 -KEYWORDS=~alpha amd64 ia64 ~mips ppc sparc x86 +KEYWORDS=alpha amd64 ia64 ~mips ppc sparc x86 LICENSE=vim RDEPEND=app-vim/cecutil || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) SLOT=0 SRC_URI=mirror://gentoo/align-42.tar.bz2 http://dev.gentoo.org/~radhermit/vim/align-42.tar.bz2 _eclasses_=vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 0a9f94c8f498d61aecc18fdc8ad711dd -_md5_=8df37ea2f995e881b1081cb2dbc1bf7d +_md5_=f29c14129fafb2456d066e5211823cee diff --git a/metadata/md5-cache/app-vim/zoomwin-24 b/metadata/md5-cache/app-vim/zoomwin-24 index 55c931ce58e2..1adb864a499e 100644 --- a/metadata/md5-cache/app-vim/zoomwin-24 +++ b/metadata/md5-cache/app-vim/zoomwin-24 @@ -3,10 +3,10 @@ DEPEND=|| ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) DESCRIPTION=vim plugin: brief-style window zooming EAPI=4 HOMEPAGE=http://www.vim.org/scripts/script.php?script_id=508 -KEYWORDS=~alpha amd64 ia64 ~mips ppc sparc x86 +KEYWORDS=alpha amd64 ia64 ~mips ppc sparc x86 LICENSE=vim RDEPEND=|| ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) SLOT=0 SRC_URI=mirror://gentoo/zoomwin-24.tar.bz2 http://dev.gentoo.org/~radhermit/vim/zoomwin-24.tar.bz2 _eclasses_=vim-doc 1c18baeec98cec3287524cbf2fee2bd2 vim-plugin 0a9f94c8f498d61aecc18fdc8ad711dd -_md5_=229307467c871ebad27f45e4b1411245 +_md5_=4b6395f9dbf3731a98282d35fda72b42 diff --git a/metadata/md5-cache/dev-cpp/eigen-3.0.6 b/metadata/md5-cache/dev-cpp/eigen-3.0.6 index 974ed00f8943..c14d6713ed2a 100644 --- a/metadata/md5-cache/dev-cpp/eigen-3.0.6 +++ b/metadata/md5-cache/dev-cpp/eigen-3.0.6 @@ -4,10 +4,10 @@ DESCRIPTION=C++ template library for linear algebra: vectors, matrices, and rela EAPI=4 HOMEPAGE=http://eigen.tuxfamily.org/ IUSE=debug doc -KEYWORDS=~alpha amd64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=~alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux LICENSE=LGPL-2 GPL-3 RDEPEND=!dev-cpp/eigen:0 SLOT=3 SRC_URI=http://bitbucket.org/eigen/eigen/get/3.0.6.tar.bz2 -> eigen-3.0.6.tar.bz2 _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 341ea44ed97a940b6ff74283ed5b94d7 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b881c930e09c624a5156b70967c972b0 +_md5_=debf704fcce4a6a1c02a04bf7b35ea8f diff --git a/metadata/md5-cache/dev-db/mydumper-0.5.2 b/metadata/md5-cache/dev-db/mydumper-0.5.2 new file mode 100644 index 000000000000..4e57c5730d5d --- /dev/null +++ b/metadata/md5-cache/dev-db/mydumper-0.5.2 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=dev-libs/libpcre virtual/mysql dev-libs/glib:2 virtual/pkgconfig doc? ( dev-python/sphinx ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) +DESCRIPTION=A high-performance multi-threaded backup (and restore) toolset for MySQL and Drizzle +EAPI=5 +HOMEPAGE=http://www.mydumper.org/ +IUSE=doc +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-3 +RDEPEND=dev-libs/libpcre virtual/mysql dev-libs/glib:2 +SLOT=0 +SRC_URI=http://launchpad.net/mydumper/0.5/0.5.2/+download/mydumper-0.5.2.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 341ea44ed97a940b6ff74283ed5b94d7 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=9f192350af38e17fc4f028e9e382f5f0 diff --git a/metadata/md5-cache/dev-db/sqlite-3.7.14.1 b/metadata/md5-cache/dev-db/sqlite-3.7.14.1 index edb52ea64b8c..ebe0dd0b3f1b 100644 --- a/metadata/md5-cache/dev-db/sqlite-3.7.14.1 +++ b/metadata/md5-cache/dev-db/sqlite-3.7.14.1 @@ -4,10 +4,10 @@ DESCRIPTION=A SQL Database Engine in a C Library EAPI=5 HOMEPAGE=http://sqlite.org/ IUSE=debug doc +extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=public-domain RDEPEND=icu? ( dev-libs/icu:= ) readline? ( sys-libs/readline ) tcl? ( dev-lang/tcl ) SLOT=3 SRC_URI=doc? ( http://sqlite.org/sqlite-doc-3071400.zip ) tcl? ( http://sqlite.org/sqlite-src-3071401.zip ) !tcl? ( test? ( http://sqlite.org/sqlite-src-3071401.zip ) !test? ( http://sqlite.org/sqlite-autoconf-3071401.tar.gz ) ) _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=4e4b5f9d4bed64420b840b084ac9792e +_md5_=a077edf1acf1520f27beafaf8c059ad5 diff --git a/metadata/md5-cache/dev-embedded/bitbake-1.17.0 b/metadata/md5-cache/dev-embedded/bitbake-1.17.0 index 045967e2271b..db3cc527d61a 100644 --- a/metadata/md5-cache/dev-embedded/bitbake-1.17.0 +++ b/metadata/md5-cache/dev-embedded/bitbake-1.17.0 @@ -10,5 +10,5 @@ RDEPEND=|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/py REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/openembedded/bitbake/archive/1.17.0.tar.gz -> bitbake-1.17.0.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 _md5_=557cedb0f8816092cfbde4422e19ddcf diff --git a/metadata/md5-cache/dev-embedded/bitbake-9999 b/metadata/md5-cache/dev-embedded/bitbake-9999 index 6d4c5abcfd11..c65f443c841b 100644 --- a/metadata/md5-cache/dev-embedded/bitbake-9999 +++ b/metadata/md5-cache/dev-embedded/bitbake-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] >=dev-python/pysqlite-2.3.2 ) dev-python/ply dev-python/progressbar dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 _md5_=3dc0df0bcdd511620d75ccbb5738ab1c diff --git a/metadata/md5-cache/dev-haskell/hunit-1.2.5.1 b/metadata/md5-cache/dev-haskell/hunit-1.2.5.1 index a021c9556b3b..f32ec5b43cfd 100644 --- a/metadata/md5-cache/dev-haskell/hunit-1.2.5.1 +++ b/metadata/md5-cache/dev-haskell/hunit-1.2.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=A unit testing framework for Haskell EAPI=4 HOMEPAGE=http://hunit.sourceforge.net/ IUSE=doc hscolour profile -KEYWORDS=~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos LICENSE=BSD RDEPEND=dev-haskell/deepseq[profile?] >=dev-lang/ghc-6.8.2 dev-lang/ghc SLOT=0 SRC_URI=mirror://hackage/packages/archive/HUnit/1.2.5.1/HUnit-1.2.5.1.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 ghc-package c50de19959be43d5c072ac4169f4dbfd haskell-cabal b4543046102ee4aec41502a7cb8fd6f2 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=51575cb273ba39756d2efb633330003a +_md5_=dc3ab1efb61ef49f29aab1df3841d03f diff --git a/metadata/md5-cache/dev-haskell/mtl-2.1.2 b/metadata/md5-cache/dev-haskell/mtl-2.1.2 index 9d183ec60e47..c961f21df082 100644 --- a/metadata/md5-cache/dev-haskell/mtl-2.1.2 +++ b/metadata/md5-cache/dev-haskell/mtl-2.1.2 @@ -4,10 +4,10 @@ DESCRIPTION=Monad classes, using functional dependencies EAPI=4 HOMEPAGE=http://github.com/ekmett/mtl IUSE=doc hscolour profile -KEYWORDS=~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=BSD RDEPEND==dev-haskell/transformers-0.3*[profile?] >=dev-lang/ghc-6.8.2 dev-lang/ghc SLOT=0 SRC_URI=mirror://hackage/packages/archive/mtl/2.1.2/mtl-2.1.2.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 ghc-package c50de19959be43d5c072ac4169f4dbfd haskell-cabal b4543046102ee4aec41502a7cb8fd6f2 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a27e6ac76f9c54d616d20723f6cf2eb0 +_md5_=10439a167c444334d8d40f484288e05a diff --git a/metadata/md5-cache/dev-haskell/parsec-3.1.3 b/metadata/md5-cache/dev-haskell/parsec-3.1.3 index a957263d2fa4..148811113d9c 100644 --- a/metadata/md5-cache/dev-haskell/parsec-3.1.3 +++ b/metadata/md5-cache/dev-haskell/parsec-3.1.3 @@ -4,10 +4,10 @@ DESCRIPTION=Monadic parser combinators EAPI=4 HOMEPAGE=http://www.cs.uu.nl/~daan/parsec.html IUSE=doc hscolour profile -KEYWORDS=~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=BSD RDEPEND=dev-haskell/mtl[profile?] >=dev-haskell/text-0.2[profile?] =dev-lang/ghc-6.10.1 dev-lang/ghc SLOT=0 SRC_URI=mirror://hackage/packages/archive/parsec/3.1.3/parsec-3.1.3.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 ghc-package c50de19959be43d5c072ac4169f4dbfd haskell-cabal b4543046102ee4aec41502a7cb8fd6f2 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=050a19fc373a925f7614a8ab0234c5bd +_md5_=7945e3ac25055147e1b74c3070c8b9b0 diff --git a/metadata/md5-cache/dev-java/java-config-2.1.12-r1 b/metadata/md5-cache/dev-java/java-config-2.1.12-r1 index 22b76fbfb8b1..d3bd05bac7e2 100644 --- a/metadata/md5-cache/dev-java/java-config-2.1.12-r1 +++ b/metadata/md5-cache/dev-java/java-config-2.1.12-r1 @@ -12,5 +12,5 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe RESTRICT=test SLOT=2 SRC_URI=mirror://gentoo/java-config-2.1.12.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4a55bcd32368e6f05fbc75fbfb55a822 diff --git a/metadata/md5-cache/dev-java/jcommander-1.30 b/metadata/md5-cache/dev-java/jcommander-1.30 new file mode 100644 index 000000000000..148034f6568c --- /dev/null +++ b/metadata/md5-cache/dev-java/jcommander-1.30 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install preinst prepare setup test unpack +DEPEND=>=virtual/jdk-1.6 >=dev-java/java-config-2.1.9-r1 +DESCRIPTION=Command line parsing framework for Java +EAPI=4 +HOMEPAGE=https://github.com/cbeust/jcommander +IUSE=elibc_FreeBSD elibc_FreeBSD +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=>=virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1 +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/cbeust/jcommander/tarball/jcommander-1.30 -> jcommander-1.30.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-pkg-simple d7cef87260947d4cce245c4f026377e2 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=6602af2bc4b1881f89ea60198edc53e4 diff --git a/metadata/md5-cache/dev-java/jython-2.5.3-r2 b/metadata/md5-cache/dev-java/jython-2.5.3-r2 index 2c618c01b630..de9a61f83833 100644 --- a/metadata/md5-cache/dev-java/jython-2.5.3-r2 +++ b/metadata/md5-cache/dev-java/jython-2.5.3-r2 @@ -10,5 +10,5 @@ RDEPEND=!<=dev-java/freemarker-2.3.10 dev-java/antlr:3 dev-java/asm:3 dev-java/g RESTRICT=test SLOT=2.5 SRC_URI=http://central.maven.org/maven2/org/python/jython-installer/2.5.3/jython-installer-2.5.3.jar -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=d1df4e5c16ac9422737936f51fa05d9f diff --git a/metadata/md5-cache/dev-java/skinlf-6.7 b/metadata/md5-cache/dev-java/skinlf-6.7 index 37fc17acfc29..f9a76abe54b3 100644 --- a/metadata/md5-cache/dev-java/skinlf-6.7 +++ b/metadata/md5-cache/dev-java/skinlf-6.7 @@ -5,9 +5,9 @@ EAPI=1 HOMEPAGE=http://skinlf.l2fprod.com/ IUSE=elibc_FreeBSD examples source elibc_FreeBSD KEYWORDS=~amd64 ~x86 -LICENSE=as-is +LICENSE=Apache-1.1 RDEPEND=>=virtual/jre-1.4 dev-java/laf-plugin:0 dev-java/xalan >=dev-java/java-config-2.1.9-r1 >=sys-apps/portage-2.1.2.7 source? ( app-arch/zip ) SLOT=0 SRC_URI=https://skinlf.dev.java.net/files/documents/66/37801/skinlf-6.7-20060722.zip _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-ant-2 daa6d2d0a12ebb700a69d9f1d2f02c5c java-pkg-2 65bbb59987d777c1106ae8aa4bf36e7b java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a377d8070eb0714339d200bf6a5383c7 +_md5_=d74e8f36fca359ca0294aa3e80df29de diff --git a/metadata/md5-cache/dev-lang/nacl-toolchain-newlib-0_p10520 b/metadata/md5-cache/dev-lang/nacl-toolchain-newlib-0_p10520 new file mode 100644 index 000000000000..2d4f33b4e562 --- /dev/null +++ b/metadata/md5-cache/dev-lang/nacl-toolchain-newlib-0_p10520 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare setup +DEPEND=>=dev-libs/gmp-5.0.2 >=dev-libs/mpfr-3.0.1 >=sys-libs/glibc-2.8 >=sys-libs/zlib-1.1.4 app-arch/zip app-arch/unzip dev-libs/mpc dev-libs/cloog-ppl dev-libs/ppl >=media-libs/libart_lgpl-2.1 >=sys-apps/texinfo-4.8 >=sys-devel/binutils-2.15.94 >=sys-devel/bison-1.875 >=sys-devel/flex-2.5.4 sys-devel/gnuconfig sys-devel/m4 >=sys-libs/ncurses-5.2-r2 >=sys-apps/sed-4 sys-devel/gettext virtual/libiconv virtual/yacc +DESCRIPTION=Native Client newlib-based toolchain (only for compiling IRT) +EAPI=4 +HOMEPAGE=http://code.google.com/chrome/nativeclient/ +KEYWORDS=~amd64 ~x86 +LICENSE=BSD || ( GPL-3 LGPL-3 ) NEWLIB LIBGLOSS GPL-2 GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2 +RDEPEND=>=dev-libs/gmp-5.0.2 >=dev-libs/mpfr-3.0.1 >=sys-libs/glibc-2.8 >=sys-libs/zlib-1.1.4 +RESTRICT=strip test +SLOT=0 +SRC_URI=mirror://gnu/binutils/binutils-2.20.1.tar.bz2 ftp://sources.redhat.com/pub/newlib/newlib-1.20.0.tar.gz mirror://gnu/gcc/gcc-4.4.3/gcc-4.4.3.tar.bz2 http://gsdview.appspot.com/nativeclient-archive2/x86_toolchain/r10520/nacltoolchain-buildscripts-r10520.tar.gz http://gsdview.appspot.com/nativeclient-archive2/x86_toolchain/r10520/naclbinutils-2.20.1-r10520.patch.bz2 http://gsdview.appspot.com/nativeclient-archive2/x86_toolchain/r10520/naclnewlib-1.20.0-r10520.patch.bz2 http://gsdview.appspot.com/nativeclient-archive2/x86_toolchain/r10520/naclgcc-4.4.3-r10520.patch.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=e16fbe81c5962c22103a32fe68487542 diff --git a/metadata/md5-cache/dev-lang/php-5.4.6 b/metadata/md5-cache/dev-lang/php-5.4.6 index 22ff90155111..05a06607f8a4 100644 --- a/metadata/md5-cache/dev-lang/php-5.4.6 +++ b/metadata/md5-cache/dev-lang/php-5.4.6 @@ -4,7 +4,7 @@ DESCRIPTION=The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 and EAPI=4 HOMEPAGE=http://php.net/ IUSE=kolab embed +cli cgi fpm apache2 threads bcmath berkdb bzip2 calendar cdb cjk crypt +ctype curl curlwrappers debug doc enchant exif frontbase +fileinfo +filter firebird flatfile ftp gd gdbm gmp +hash +iconv imap inifile intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash mssql mysql mysqlnd mysqli nls oci8-instant-client odbc pcntl pdo +phar pic +posix postgres qdbm readline recode +session sharedmem +simplexml snmp soap sockets spell sqlite3 ssl sybase-ct sysvipc tidy +tokenizer truetype unicode wddx +xml xmlreader xmlwriter xmlrpc xpm xsl zip zlib apache2 -KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd +KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd LICENSE=PHP-3 PDEPEND=doc? ( app-doc/php-docs ) RDEPEND=>=app-admin/eselect-php-0.6.2 >=dev-libs/libpcre-8.12[unicode] apache2? ( www-servers/apache[threads=] ) berkdb? ( =sys-libs/db-4* ) bzip2? ( app-arch/bzip2 ) cdb? ( || ( dev-db/cdb dev-db/tinycdb ) ) cjk? ( !gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) ) crypt? ( >=dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.5 ) enchant? ( app-text/enchant ) exif? ( !gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) ) firebird? ( dev-db/firebird ) gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) gmp? ( >=dev-libs/gmp-4.1.2 ) iconv? ( virtual/libiconv ) imap? ( virtual/imap-c-client[ssl=] ) intl? ( dev-libs/icu ) iodbc? ( dev-db/libiodbc ) kerberos? ( virtual/krb5 ) kolab? ( >=net-libs/c-client-2004g-r1 ) ldap? ( >=net-nds/openldap-1.2.11 ) ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) mssql? ( dev-db/freetds[mssql] ) !mysqlnd? ( mysql? ( virtual/mysql ) mysqli? ( >=virtual/mysql-4.1 ) ) nls? ( sys-devel/gettext ) oci8-instant-client? ( dev-db/oracle-instantclient-basic ) odbc? ( >=dev-db/unixODBC-1.8.13 ) postgres? ( dev-db/postgresql-base ) qdbm? ( dev-db/qdbm ) readline? ( sys-libs/readline ) recode? ( app-text/recode ) sharedmem? ( dev-libs/mm ) simplexml? ( >=dev-libs/libxml2-2.6.8 ) snmp? ( >=net-analyzer/net-snmp-5.2 ) soap? ( >=dev-libs/libxml2-2.6.8 ) spell? ( >=app-text/aspell-0.50 ) sqlite3? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( >=dev-libs/openssl-0.9.7 ) sybase-ct? ( dev-db/freetds ) tidy? ( app-text/htmltidy ) truetype? ( =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 !gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) ) unicode? ( dev-libs/oniguruma ) wddx? ( >=dev-libs/libxml2-2.6.8 ) xml? ( >=dev-libs/libxml2-2.6.8 ) xmlrpc? ( >=dev-libs/libxml2-2.6.8 virtual/libiconv ) xmlreader? ( >=dev-libs/libxml2-2.6.8 ) xmlwriter? ( >=dev-libs/libxml2-2.6.8 ) xpm? ( x11-libs/libXpm virtual/jpeg media-libs/libpng sys-libs/zlib ) xsl? ( dev-libs/libxslt >=dev-libs/libxml2-2.6.8 ) zip? ( sys-libs/zlib ) zlib? ( sys-libs/zlib ) virtual/mta apache2? ( =www-servers/apache-2* ) @@ -12,4 +12,4 @@ REQUIRED_USE=truetype? ( gd ) cjk? ( gd ) exif? ( gd ) xpm? ( gd ) gd? ( zlib ) SLOT=5.4 SRC_URI=http://www.php.net/distributions/php-5.4.6.tar.bz2 http://dev.gentoo.org/~olemarkus/php/php-patchset-5.4-2.tar.bz2 _eclasses_=apache-module 1f60370f9dceba046ec036cd6bbb0c8b autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6e9b02a06abd1ff1fd2c2c64780f9673 +_md5_=4011ad59ffdfe3b4b070d18a93f09efa diff --git a/metadata/md5-cache/dev-lang/python-2.5.4-r5 b/metadata/md5-cache/dev-lang/python-2.5.4-r5 index 00f3aa6d7b01..57fe7bc94134 100644 --- a/metadata/md5-cache/dev-lang/python-2.5.4-r5 +++ b/metadata/md5-cache/dev-lang/python-2.5.4-r5 @@ -10,5 +10,5 @@ PDEPEND=app-admin/eselect-python app-admin/python-updater RDEPEND=>=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl !build? ( berkdb? ( || ( sys-libs/db:4.5 sys-libs/db:4.4 sys-libs/db:4.3 sys-libs/db:4.2 ) ) gdbm? ( sys-libs/gdbm ) ncurses? ( >=sys-libs/ncurses-5.2 readline? ( >=sys-libs/readline-4.1 ) ) sqlite? ( >=dev-db/sqlite-3 ) ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 ) xml? ( >=dev-libs/expat-2 ) ) doc? ( dev-python/python-docs:2.5 ) !build? ( app-misc/mime-types ) SLOT=2.5 SRC_URI=http://www.python.org/ftp/python/2.5.4/Python-2.5.4.tar.bz2 mirror://gentoo/python-gentoo-patches-2.5.4-r3.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e207d32418fab95d32b5e2e3ff5e5f42 diff --git a/metadata/md5-cache/dev-lang/python-2.6.8-r1 b/metadata/md5-cache/dev-lang/python-2.6.8-r1 index d86b4dad441b..082822ff7fef 100644 --- a/metadata/md5-cache/dev-lang/python-2.6.8-r1 +++ b/metadata/md5-cache/dev-lang/python-2.6.8-r1 @@ -10,5 +10,5 @@ PDEPEND=app-admin/eselect-python app-admin/python-updater RDEPEND=app-arch/bzip2 >=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl !build? ( berkdb? ( || ( sys-libs/db:4.7 sys-libs/db:4.6 sys-libs/db:4.5 sys-libs/db:4.4 sys-libs/db:4.3 sys-libs/db:4.2 ) ) gdbm? ( sys-libs/gdbm[berkdb] ) ncurses? ( >=sys-libs/ncurses-5.2 readline? ( >=sys-libs/readline-4.1 ) ) sqlite? ( >=dev-db/sqlite-3.3.3:3 ) ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt ) xml? ( >=dev-libs/expat-2.1 ) ) !!=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl !build? ( berkdb? ( || ( sys-libs/db:4.8 sys-libs/db:4.7 sys-libs/db:4.6 sys-libs/db:4.5 sys-libs/db:4.4 sys-libs/db:4.3 sys-libs/db:4.2 ) ) gdbm? ( sys-libs/gdbm[berkdb] ) ncurses? ( >=sys-libs/ncurses-5.2 readline? ( >=sys-libs/readline-4.1 ) ) sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] ) ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt ) xml? ( >=dev-libs/expat-2.1 ) ) !!=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl !build? ( gdbm? ( sys-libs/gdbm[berkdb] ) ncurses? ( >=sys-libs/ncurses-5.2 readline? ( >=sys-libs/readline-4.1 ) ) sqlite? ( >=dev-db/sqlite-3.3.3:3 ) ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt ) xml? ( >=dev-libs/expat-2.1 ) ) !build? ( app-misc/mime-types ) doc? ( dev-python/python-docs:3.1 ) SLOT=3.1 SRC_URI=http://www.python.org/ftp/python/3.1.5/Python-3.1.5.tar.xz mirror://gentoo/python-gentoo-patches-3.1.5-0.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=26d32e476db2cef6e8233feb6e878618 diff --git a/metadata/md5-cache/dev-lang/python-3.2.3-r2 b/metadata/md5-cache/dev-lang/python-3.2.3-r2 index ff3ebe34d06f..2898461e4f41 100644 --- a/metadata/md5-cache/dev-lang/python-3.2.3-r2 +++ b/metadata/md5-cache/dev-lang/python-3.2.3-r2 @@ -10,5 +10,5 @@ PDEPEND=app-admin/eselect-python app-admin/python-updater RDEPEND=app-arch/bzip2 >=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl !build? ( gdbm? ( sys-libs/gdbm[berkdb] ) ncurses? ( >=sys-libs/ncurses-5.2 readline? ( >=sys-libs/readline-4.1 ) ) sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] ) ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt ) xml? ( >=dev-libs/expat-2.1 ) ) !build? ( app-misc/mime-types ) doc? ( dev-python/python-docs:3.2 ) SLOT=3.2 SRC_URI=http://www.python.org/ftp/python/3.2.3/Python-3.2.3.tar.xz mirror://gentoo/python-gentoo-patches-3.2.3-0.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=de5e108511040a0e4c2a3749f73e67e5 diff --git a/metadata/md5-cache/dev-lang/python-3.3.0-r1 b/metadata/md5-cache/dev-lang/python-3.3.0-r1 index f3334fee116d..2e439289f9fe 100644 --- a/metadata/md5-cache/dev-lang/python-3.3.0-r1 +++ b/metadata/md5-cache/dev-lang/python-3.3.0-r1 @@ -9,5 +9,5 @@ PDEPEND=app-admin/eselect-python app-admin/python-updater RDEPEND=app-arch/bzip2 >=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl !build? ( gdbm? ( sys-libs/gdbm[berkdb] ) ncurses? ( >=sys-libs/ncurses-5.2 readline? ( >=sys-libs/readline-4.1 ) ) sqlite? ( >=dev-db/sqlite-3.3.8:3[extensions] ) ssl? ( dev-libs/openssl ) tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt ) xml? ( >=dev-libs/expat-2.1 ) ) !build? ( app-misc/mime-types ) doc? ( dev-python/python-docs:3.3 ) SLOT=3.3 SRC_URI=http://www.python.org/ftp/python/3.3.0/Python-3.3.0.tar.xz mirror://gentoo/python-gentoo-patches-3.3.0-1.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4cd80c9711c6238bf42e2117bdcd5940 diff --git a/metadata/md5-cache/dev-lang/swig-2.0.8 b/metadata/md5-cache/dev-lang/swig-2.0.8 index 4c027b1b67fb..77907e75bf26 100644 --- a/metadata/md5-cache/dev-lang/swig-2.0.8 +++ b/metadata/md5-cache/dev-lang/swig-2.0.8 @@ -4,10 +4,10 @@ DESCRIPTION=Simplified Wrapper and Interface Generator EAPI=4 HOMEPAGE=http://www.swig.org/ IUSE=ccache doc pcre -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-3+ BSD BSD-2 RDEPEND=pcre? ( dev-libs/libpcre ) ccache? ( sys-libs/zlib ) RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/swig/swig-2.0.8.tar.gz -_md5_=c728022a01bc4d3b51173713250e0360 +_md5_=122e44b03c84a0698f7c2887d9a49eb3 diff --git a/metadata/md5-cache/dev-lang/v8-3.14.5.2 b/metadata/md5-cache/dev-lang/v8-3.14.5.2 index 7c611777851f..14beb9befee6 100644 --- a/metadata/md5-cache/dev-lang/v8-3.14.5.2 +++ b/metadata/md5-cache/dev-lang/v8-3.14.5.2 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos LICENSE=BSD SLOT=0/3.14.5 SRC_URI=http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.14.5.2.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=63ff8ae17069f8324342b1779cd8181c diff --git a/metadata/md5-cache/dev-lang/v8-3.14.5.3 b/metadata/md5-cache/dev-lang/v8-3.14.5.3 index 9256916cd2ed..1dc92f07dab8 100644 --- a/metadata/md5-cache/dev-lang/v8-3.14.5.3 +++ b/metadata/md5-cache/dev-lang/v8-3.14.5.3 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos LICENSE=BSD SLOT=0/3.14.5 SRC_URI=http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.14.5.3.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=8617bd50433a591f164b92c30459ca1b diff --git a/metadata/md5-cache/dev-lang/v8-3.15.11.1 b/metadata/md5-cache/dev-lang/v8-3.15.11.1 index 9d85b605148f..894e7682b932 100644 --- a/metadata/md5-cache/dev-lang/v8-3.15.11.1 +++ b/metadata/md5-cache/dev-lang/v8-3.15.11.1 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos LICENSE=BSD SLOT=0/3.15.11 SRC_URI=http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.15.11.1.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=8ab800c08971c8fd11b0f61a248cfb36 diff --git a/metadata/md5-cache/dev-lang/v8-3.15.11.2 b/metadata/md5-cache/dev-lang/v8-3.15.11.2 index 99c3faaba15b..574071117ea3 100644 --- a/metadata/md5-cache/dev-lang/v8-3.15.11.2 +++ b/metadata/md5-cache/dev-lang/v8-3.15.11.2 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos LICENSE=BSD SLOT=0/3.15.11 SRC_URI=http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.15.11.2.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=88c445ecc1c39d497439f0b2902187e9 diff --git a/metadata/md5-cache/dev-lang/v8-9999 b/metadata/md5-cache/dev-lang/v8-9999 index 894d78be7979..d43048b25cb3 100644 --- a/metadata/md5-cache/dev-lang/v8-9999 +++ b/metadata/md5-cache/dev-lang/v8-9999 @@ -5,5 +5,5 @@ EAPI=5 HOMEPAGE=http://code.google.com/p/v8 LICENSE=BSD SLOT=0 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a57354a3648e61457251f06599d66297 diff --git a/metadata/md5-cache/dev-libs/boost-1.52.0-r5 b/metadata/md5-cache/dev-libs/boost-1.52.0-r5 index 9d55df1e1c35..4e2414c09500 100644 --- a/metadata/md5-cache/dev-libs/boost-1.52.0-r5 +++ b/metadata/md5-cache/dev-libs/boost-1.52.0-r5 @@ -10,5 +10,5 @@ RDEPEND=icu? ( >=dev-libs/icu-3.6:= ) !icu? ( virtual/libiconv ) mpi? ( || ( sys REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://sourceforge/boost/boost_1_52_0.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=e005e0219168af1030870ef3172eb4ee diff --git a/metadata/md5-cache/dev-libs/btparser-0.24 b/metadata/md5-cache/dev-libs/btparser-0.24 index 84106976ba0d..1905f71a10a0 100644 --- a/metadata/md5-cache/dev-libs/btparser-0.24 +++ b/metadata/md5-cache/dev-libs/btparser-0.24 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.21:2 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0/2 SRC_URI=https://fedorahosted.org/released/btparser/btparser-0.24.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ed522b056fcac19d6b8593930c4d561d diff --git a/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.25-r3 b/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.25-r3 index 730cb96494d5..a9fd1bf3f645 100644 --- a/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.25-r3 +++ b/metadata/md5-cache/dev-libs/cyrus-sasl-2.1.25-r3 @@ -4,10 +4,10 @@ DESCRIPTION=The Cyrus SASL (Simple Authentication and Security Layer). EAPI=4 HOMEPAGE=http://cyrusimap.web.cmu.edu/ IUSE=authdaemond berkdb gdbm kerberos ldapdb openldap mysql pam postgres sample sqlite srp ssl static-libs urandom elibc_FreeBSD java -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=BSD-with-attribution RDEPEND=authdaemond? ( || ( net-mail/courier-imap mail-mta/courier ) ) berkdb? ( >=sys-libs/db-3.2 ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) kerberos? ( virtual/krb5 ) openldap? ( net-nds/openldap ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) java? ( >=dev-java/java-config-2.1.9-r1 ) SLOT=2 SRC_URI=ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-2.1.25.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 2d9eb3508fa5d6759e39354b74545567 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a5aa3f0a4239bff759e465cca1d1a70c +_md5_=4c30fa6802c1b77e8a32e1117653aa41 diff --git a/metadata/md5-cache/dev-libs/fribidi-0.19.5-r1 b/metadata/md5-cache/dev-libs/fribidi-0.19.5-r1 new file mode 100644 index 000000000000..6fe44ab55f91 --- /dev/null +++ b/metadata/md5-cache/dev-libs/fribidi-0.19.5-r1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare +DEPEND=>=dev-libs/glib-2 virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=A free implementation of the unicode bidirectional algorithm +EAPI=4 +HOMEPAGE=http://fribidi.org/ +IUSE=static-libs +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris +LICENSE=LGPL-2.1 +RDEPEND=>=dev-libs/glib-2 +RESTRICT=test +SLOT=0 +SRC_URI=http://fribidi.org/download/fribidi-0.19.5.tar.bz2 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=5825b09398c8f01b9edbbb3e2dcab398 diff --git a/metadata/md5-cache/dev-libs/gobject-introspection-1.34.2-r1 b/metadata/md5-cache/dev-libs/gobject-introspection-1.34.2-r1 index ecec5f66795f..6bd3338ec16c 100644 --- a/metadata/md5-cache/dev-libs/gobject-introspection-1.34.2-r1 +++ b/metadata/md5-cache/dev-libs/gobject-introspection-1.34.2-r1 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/gobject-introspection-common-1.34.2 >=dev-libs/glib-2.34.1:2 REQUIRED_USE=|| ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/gobject-introspection/1.34/gobject-introspection-1.34.2.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=ec3c90d58f57a9c66dec999a0ce9c11c diff --git a/metadata/md5-cache/dev-libs/jsoncpp-0.5.0 b/metadata/md5-cache/dev-libs/jsoncpp-0.5.0 index 507dec648198..f773af6b2ba6 100644 --- a/metadata/md5-cache/dev-libs/jsoncpp-0.5.0 +++ b/metadata/md5-cache/dev-libs/jsoncpp-0.5.0 @@ -8,5 +8,5 @@ KEYWORDS=~x86 LICENSE=public-domain SLOT=0 SRC_URI=mirror://sourceforge/jsoncpp/jsoncpp-src-0.5.0.tar.gz -_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e _md5_=886cf1bb09ff5a4990500513670aa0e4 diff --git a/metadata/md5-cache/dev-libs/libmaa-1.3.2 b/metadata/md5-cache/dev-libs/libmaa-1.3.2 index 933cbe599416..c4fbb4ca625c 100644 --- a/metadata/md5-cache/dev-libs/libmaa-1.3.2 +++ b/metadata/md5-cache/dev-libs/libmaa-1.3.2 @@ -2,8 +2,8 @@ DEFINED_PHASES=- DESCRIPTION=Library with low-level data structures which are helpful for writing compilers EAPI=4 HOMEPAGE=http://www.dict.org/ -KEYWORDS=~alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux +KEYWORDS=alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux LICENSE=LGPL-2 SLOT=0 SRC_URI=mirror://sourceforge/dict/libmaa-1.3.2.tar.gz -_md5_=504bbb7177f87f8cdd7ec900719864c2 +_md5_=55e8d2481c18e90ea611179a63957fb5 diff --git a/metadata/md5-cache/dev-libs/libnl-3.2.14 b/metadata/md5-cache/dev-libs/libnl-3.2.14 index dbabd7381717..14c25638b2d3 100644 --- a/metadata/md5-cache/dev-libs/libnl-3.2.14 +++ b/metadata/md5-cache/dev-libs/libnl-3.2.14 @@ -4,9 +4,9 @@ DESCRIPTION=A library for applications dealing with netlink socket EAPI=4 HOMEPAGE=http://www.infradead.org/~tgr/libnl/ IUSE=doc static-libs utils -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux LICENSE=LGPL-2.1 doc? ( GPL-2 ) utils? ( GPL-2 ) SLOT=3 SRC_URI=http://www.infradead.org/~tgr/libnl/files/libnl-3.2.14.tar.gz doc? ( http://www.infradead.org/~tgr/libnl/files/libnl-doc-3.2.14.tar.gz ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7753463c7caa9e71aff151436750266e +_md5_=b358adcd727fddff11bfd40a763ab32f diff --git a/metadata/md5-cache/dev-libs/libpeas-1.6.2-r1 b/metadata/md5-cache/dev-libs/libpeas-1.6.2-r1 index 9c7d0b757a02..311f25423fbc 100644 --- a/metadata/md5-cache/dev-libs/libpeas-1.6.2-r1 +++ b/metadata/md5-cache/dev-libs/libpeas-1.6.2-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.32:2 >=dev-libs/gobject-introspection-0.10.1 gjs? ( >= REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/libpeas/1.6/libpeas-1.6.2.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=ee81fe950e996893a2415588f60b125c diff --git a/metadata/md5-cache/dev-libs/libpwquality-1.2.0-r2 b/metadata/md5-cache/dev-libs/libpwquality-1.2.0-r2 index 118fb09675cd..c88cdf9301f2 100644 --- a/metadata/md5-cache/dev-libs/libpwquality-1.2.0-r2 +++ b/metadata/md5-cache/dev-libs/libpwquality-1.2.0-r2 @@ -10,5 +10,5 @@ RDEPEND=>=sys-libs/cracklib-2.8:= pam? ( virtual/pam ) python? ( dev-python/pyth REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://fedorahosted.org/releases/l/i/libpwquality/libpwquality-1.2.0.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5aa86c927c072bd6d4760ddf5796d025 diff --git a/metadata/md5-cache/dev-libs/libxml2-2.8.0-r4 b/metadata/md5-cache/dev-libs/libxml2-2.8.0-r4 index ce8bfa340af5..b9fde2b10235 100644 --- a/metadata/md5-cache/dev-libs/libxml2-2.8.0-r4 +++ b/metadata/md5-cache/dev-libs/libxml2-2.8.0-r4 @@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib:= icu? ( dev-libs/icu:= ) lzma? ( app-arch/xz-utils:= ) py REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=2 SRC_URI=ftp://xmlsoft.org/libxml2/libxml2-2.8.0.tar.gz test? ( http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2002-01-16/xsts-2002-01-16.tar.gz http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2004-01-14/xsts-2004-01-14.tar.gz http://www.w3.org/XML/Test/xmlts20080827.tar.gz ) http://dev.gentoo.org/~tetromino/distfiles/libxml2/libxml2-2.8.0-namespace-node-patches.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=86d1b85835ca72985ba8e807697d1531 diff --git a/metadata/md5-cache/dev-libs/libxml2-2.9.0-r1 b/metadata/md5-cache/dev-libs/libxml2-2.9.0-r1 index f8ffc5024506..377a1810544b 100644 --- a/metadata/md5-cache/dev-libs/libxml2-2.9.0-r1 +++ b/metadata/md5-cache/dev-libs/libxml2-2.9.0-r1 @@ -10,5 +10,5 @@ RDEPEND=sys-libs/zlib:= icu? ( dev-libs/icu:= ) lzma? ( app-arch/xz-utils:= ) py REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=2 SRC_URI=ftp://xmlsoft.org/libxml2/libxml2-2.9.0.tar.gz test? ( http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2002-01-16/xsts-2002-01-16.tar.gz http://www.w3.org/XML/2004/xml-schema-test-suite/xmlschema2004-01-14/xsts-2004-01-14.tar.gz http://www.w3.org/XML/Test/xmlts20080827.tar.gz ) -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 prefix 21058c21ca48453d771df15500873ede python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a8948bf290a27336d8ce13da65b14d52 diff --git a/metadata/md5-cache/dev-libs/libxslt-1.1.28 b/metadata/md5-cache/dev-libs/libxslt-1.1.28 index b4936f150680..e43391c42dcc 100644 --- a/metadata/md5-cache/dev-libs/libxslt-1.1.28 +++ b/metadata/md5-cache/dev-libs/libxslt-1.1.28 @@ -4,10 +4,10 @@ DESCRIPTION=XSLT libraries and tools EAPI=5 HOMEPAGE=http://www.xmlsoft.org/ IUSE=crypt debug python static-libs -KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=dev-libs/libxml2-2.8.0 crypt? ( >=dev-libs/libgcrypt-1.1.42:= ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) SLOT=0 SRC_URI=ftp://xmlsoft.org/libxslt/libxslt-1.1.28.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e05a16131315125438d52613fd64658f +_md5_=784bac9a233e0efe389754c5414e50ce diff --git a/metadata/md5-cache/dev-libs/libxslt-1.1.28-r1 b/metadata/md5-cache/dev-libs/libxslt-1.1.28-r1 index 83265e7b32c0..c1aa3aee0e5e 100644 --- a/metadata/md5-cache/dev-libs/libxslt-1.1.28-r1 +++ b/metadata/md5-cache/dev-libs/libxslt-1.1.28-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/libxml2-2.8.0:2 crypt? ( >=dev-libs/libgcrypt-1.1.42:= ) pyth REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=ftp://xmlsoft.org/libxslt/libxslt-1.1.28.tar.gz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=1b1074bdcf67e78873a6648e13020e05 diff --git a/metadata/md5-cache/dev-libs/mpfr-3.1.1 b/metadata/md5-cache/dev-libs/mpfr-3.1.1 index 8a1d8942329a..df9c97f92940 100644 --- a/metadata/md5-cache/dev-libs/mpfr-3.1.1 +++ b/metadata/md5-cache/dev-libs/mpfr-3.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=library for multiple-precision floating-point computations with exac EAPI=3 HOMEPAGE=http://www.mpfr.org/ IUSE=static-libs -KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=LGPL-2.1 RDEPEND=>=dev-libs/gmp-4.1.4-r2[static-libs?] SLOT=0 SRC_URI=http://www.mpfr.org/mpfr-3.1.1/mpfr-3.1.1.tar.xz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e1328cb78abc93c9f74b71fa5f29d0fd +_md5_=2361f8517b66636922bd246bf2403271 diff --git a/metadata/md5-cache/dev-libs/openct-0.6.20-r3 b/metadata/md5-cache/dev-libs/openct-0.6.20-r3 index 148b37f5ac17..6247bf40ab04 100644 --- a/metadata/md5-cache/dev-libs/openct-0.6.20-r3 +++ b/metadata/md5-cache/dev-libs/openct-0.6.20-r3 @@ -4,10 +4,10 @@ DESCRIPTION=library for accessing smart card terminals EAPI=5 HOMEPAGE=http://www.opensc-project.org/openct/ IUSE=doc pcsc-lite usb debug +udev -KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 LICENSE=LGPL-2.1 RDEPEND=pcsc-lite? ( >=sys-apps/pcsc-lite-1.7.2-r1 ) usb? ( virtual/libusb:0 ) sys-devel/libtool udev? ( virtual/udev ) sys-apps/openrc SLOT=0 SRC_URI=http://www.opensc-project.org/files/openct/openct-0.6.20.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev 4f764d2b1e34e4ef12b9b0d6e680c0ee user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f26b725b5d1acb99e934998ca15ea0fa +_md5_=91c0a19c873dcdc6dc61e01e494708a7 diff --git a/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r1 b/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r1 index 86e793a252bd..a2848c861fd6 100644 --- a/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r1 +++ b/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r1 @@ -5,9 +5,9 @@ EAPI=2 HOMEPAGE=http://www.ossp.org/pkg/lib/uuid/ IUSE=+cxx php php_targets_php5-3 KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd -LICENSE=as-is +LICENSE=ISC RDEPEND=php? ( || ( =dev-libs/ossp-uuid-1.6.2-r1[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 ) ) SLOT=0 SRC_URI=ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 php-ext-source-r2 fdd92230a8379a1fcebd1a8978703083 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7a1711b1d5916b25c19effcac9251b6e +_md5_=755ee0a1499c52c3bdea935fcec6d9cc diff --git a/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r2 b/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r2 index 82bbade4b854..23c3e7511906 100644 --- a/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r2 +++ b/metadata/md5-cache/dev-libs/ossp-uuid-1.6.2-r2 @@ -5,9 +5,9 @@ EAPI=4 HOMEPAGE=http://www.ossp.org/pkg/lib/uuid/ IUSE=+cxx perl php static-libs php_targets_php5-3 php_targets_php5-4 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos -LICENSE=as-is +LICENSE=ISC RDEPEND=perl? ( dev-lang/perl ) php? ( || ( =dev-libs/ossp-uuid-1.6.2-r2[php_targets_php5-3] =dev-libs/ossp-uuid-1.6.2-r2[php_targets_php5-4] ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) ) SLOT=0 SRC_URI=ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 php-ext-source-r2 fdd92230a8379a1fcebd1a8978703083 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=62e29e9ef0f9f73c47de43de82b168ba +_md5_=c8ea73ec08c3e64ccf034cec3dac503a diff --git a/metadata/md5-cache/dev-ml/lablgtk-2.16.0 b/metadata/md5-cache/dev-ml/lablgtk-2.16.0 index cdf28888b0a8..d26026851eeb 100644 --- a/metadata/md5-cache/dev-ml/lablgtk-2.16.0 +++ b/metadata/md5-cache/dev-ml/lablgtk-2.16.0 @@ -4,10 +4,10 @@ DESCRIPTION=Objective CAML interface for Gtk+2 EAPI=2 HOMEPAGE=http://lablgtk.forge.ocamlcore.org/ IUSE=debug examples glade gnome gnomecanvas sourceview +ocamlopt opengl spell svg -KEYWORDS=~alpha amd64 ia64 ppc sparc x86 ~x86-fbsd ~x86-linux +KEYWORDS=alpha amd64 ia64 ppc sparc x86 ~x86-fbsd ~x86-linux LICENSE=LGPL-2.1-with-linking-exception examples? ( as-is ) RDEPEND=>=x11-libs/gtk+-2.10:2 >=dev-lang/ocaml-3.10[ocamlopt?] svg? ( >=gnome-base/librsvg-2.2:2 ) glade? ( >=gnome-base/libglade-2.0.1 ) gnomecanvas? ( >=gnome-base/libgnomecanvas-2.2 ) gnome? ( || ( >=gnome-base/gnome-panel-2.32[bonobo] =gnome-base/gnome-panel-2.4.0 >=gnome-base/libgnomeui-2.4.0 ) opengl? ( >=dev-ml/lablgl-0.98 >=x11-libs/gtkglarea-1.9:2 ) spell? ( app-text/gtkspell:2 ) sourceview? ( x11-libs/gtksourceview:2.0 ) SLOT=2 SRC_URI=http://forge.ocamlcore.org/frs/download.php/979/lablgtk-2.16.0.tar.gz _eclasses_=findlib 9cf6020ee5481f39f1aa566a323f9868 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=57e1b77972598d5943c33b723bef690b +_md5_=b1f134ac814562d862c9fae1d94c76fb diff --git a/metadata/md5-cache/dev-perl/PortageXS-0.02.10-r2 b/metadata/md5-cache/dev-perl/PortageXS-0.02.10-r2 index 59e3f0fc8fbf..d85cdd49a923 100644 --- a/metadata/md5-cache/dev-perl/PortageXS-0.02.10-r2 +++ b/metadata/md5-cache/dev-perl/PortageXS-0.02.10-r2 @@ -3,10 +3,10 @@ DEPEND=dev-lang/perl virtual/perl-Term-ANSIColor dev-perl/Shell-EnvImporter !min DESCRIPTION=Portage abstraction layer for perl HOMEPAGE=http://download.mpsna.de/opensource/PortageXS/ IUSE=minimal -KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=dev-lang/perl virtual/perl-Term-ANSIColor dev-perl/Shell-EnvImporter !minimal? ( dev-perl/IO-Socket-SSL virtual/perl-Sys-Syslog ) SLOT=0 SRC_URI=http://download.mpsna.de/opensource/PortageXS/PortageXS-0.02.10.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 prefix 21058c21ca48453d771df15500873ede toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=335cf58ec5fbfea072a1e2896164bc70 +_md5_=1f28f1ff8d2be3cbe6d0a52e43406c73 diff --git a/metadata/md5-cache/dev-php/xdebug-2.2.0 b/metadata/md5-cache/dev-php/xdebug-2.2.0 index 853d27d83a1c..f3b16e877913 100644 --- a/metadata/md5-cache/dev-php/xdebug-2.2.0 +++ b/metadata/md5-cache/dev-php/xdebug-2.2.0 @@ -4,10 +4,10 @@ DESCRIPTION=A PHP debugging and profiling extension EAPI=4 HOMEPAGE=http://www.xdebug.org/ IUSE=php_targets_php5-3 php_targets_php5-4 -KEYWORDS=amd64 ~hppa ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 LICENSE=Xdebug RDEPEND=!dev-php/ZendOptimizer ~dev-php/xdebug-client-2.2.0 || ( =dev-php/xdebug-2.2.0[php_targets_php5-3] =dev-php/xdebug-2.2.0[php_targets_php5-4] ) php_targets_php5-3? ( dev-lang/php:5.3 ) php_targets_php5-4? ( dev-lang/php:5.4 ) SLOT=0 SRC_URI=http://pecl.php.net/get/xdebug-2.2.0.tgz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 php-ext-source-r2 fdd92230a8379a1fcebd1a8978703083 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=937e070fc54f22bf215b87654158a249 +_md5_=e6eb36458710744108c56838ee5b926c diff --git a/metadata/md5-cache/dev-php/xdebug-client-2.2.0 b/metadata/md5-cache/dev-php/xdebug-client-2.2.0 index 9c2d37b9aca7..b8401e2fef42 100644 --- a/metadata/md5-cache/dev-php/xdebug-client-2.2.0 +++ b/metadata/md5-cache/dev-php/xdebug-client-2.2.0 @@ -3,9 +3,9 @@ DEPEND=libedit? ( dev-libs/libedit ) DESCRIPTION=Xdebug client for the Common Debugger Protocol (DBGP). HOMEPAGE=http://www.xdebug.org/ IUSE=libedit -KEYWORDS=amd64 ~hppa ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 LICENSE=Xdebug RDEPEND=libedit? ( dev-libs/libedit ) SLOT=0 SRC_URI=http://pecl.php.net/get/xdebug-2.2.0.tgz -_md5_=73970fa932efa5cabdc882f40d2937b5 +_md5_=86de0579b71c448b04b53fe625c7e942 diff --git a/metadata/md5-cache/dev-python/3to2-1.0 b/metadata/md5-cache/dev-python/3to2-1.0 index 18663f27d8b5..567a7669af98 100644 --- a/metadata/md5-cache/dev-python/3to2-1.0 +++ b/metadata/md5-cache/dev-python/3to2-1.0 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_7?,-python_single_target_p REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/3/3to2/3to2-1.0.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8f05ad0ee65fe3e5aa48eb144de1825b diff --git a/metadata/md5-cache/dev-python/Babel-0.9.6-r1 b/metadata/md5-cache/dev-python/Babel-0.9.6-r1 index 6432545ccc6a..82c67b96cde4 100644 --- a/metadata/md5-cache/dev-python/Babel-0.9.6-r1 +++ b/metadata/md5-cache/dev-python/Babel-0.9.6-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/pytz[python_targets_python2_5?,python_targets_python2_6?,pyth REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=http://ftp.edgewall.com/pub/babel/Babel-0.9.6.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=af2c1550e6fd962631ff1b8cfa980ed2 diff --git a/metadata/md5-cache/dev-python/argparse-1.2.1-r1 b/metadata/md5-cache/dev-python/argparse-1.2.1-r1 index f67021bf6178..5187ad4669cc 100644 --- a/metadata/md5-cache/dev-python/argparse-1.2.1-r1 +++ b/metadata/md5-cache/dev-python/argparse-1.2.1-r1 @@ -4,11 +4,11 @@ DESCRIPTION=An easy, declarative interface for creating command line tools EAPI=5 HOMEPAGE=http://code.google.com/p/argparse/ http://pypi.python.org/pypi/argparse IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python3_1 python_targets_python2_7 python_targets_python3_2 -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris LICENSE=PSF-2 RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python3_1?,python_targets_python2_7?,python_targets_python3_2?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python3_1(-),-python_single_target_python2_7(-),-python_single_target_python3_2(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_2? ( dev-lang/python:3.2 ) REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python3_1 python_targets_python2_7 python_targets_python3_2 ) SLOT=0 SRC_URI=http://argparse.googlecode.com/files/argparse-1.2.1.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ce048e64e34c8513e2042daa6ce6e2e5 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=18b7e17dab58a83786528911cd7faa41 diff --git a/metadata/md5-cache/dev-python/argparse-1.2.1-r2 b/metadata/md5-cache/dev-python/argparse-1.2.1-r2 index 9383aac56fba..c1dc82a77716 100644 --- a/metadata/md5-cache/dev-python/argparse-1.2.1-r2 +++ b/metadata/md5-cache/dev-python/argparse-1.2.1-r2 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python3_1 ) SLOT=0 SRC_URI=http://argparse.googlecode.com/files/argparse-1.2.1.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=56c9d409d19ebeca9849c3f249273433 diff --git a/metadata/md5-cache/dev-python/charade-1.0.1 b/metadata/md5-cache/dev-python/charade-1.0.1 index 7adea9be131c..306502d775f5 100644 --- a/metadata/md5-cache/dev-python/charade-1.0.1 +++ b/metadata/md5-cache/dev-python/charade-1.0.1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/c/charade/charade-1.0.1.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=82f0178cc1ec1da22e05f7650cac8cdf diff --git a/metadata/md5-cache/dev-python/cov-core-1.7 b/metadata/md5-cache/dev-python/cov-core-1.7 index d66ae470321d..7fbb1c4f22d4 100644 --- a/metadata/md5-cache/dev-python/cov-core-1.7 +++ b/metadata/md5-cache/dev-python/cov-core-1.7 @@ -10,5 +10,5 @@ RDEPEND=dev-python/pytest[python_targets_python2_7?,python_targets_python3_2?,py REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/c/cov-core/cov-core-1.7.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5ba5db8c4f4bbc97a563c5871e0c04a1 diff --git a/metadata/md5-cache/dev-python/coverage-3.5.3-r1 b/metadata/md5-cache/dev-python/coverage-3.5.3-r1 index 7e26287cb2b4..cbd88ac680f9 100644 --- a/metadata/md5-cache/dev-python/coverage-3.5.3-r1 +++ b/metadata/md5-cache/dev-python/coverage-3.5.3-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6 REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/c/coverage/coverage-3.5.3.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=85e01fd369e7ec926cd7fe8aa034b596 diff --git a/metadata/md5-cache/dev-python/dbus-python-1.1.1-r1 b/metadata/md5-cache/dev-python/dbus-python-1.1.1-r1 index 28f5c6d7e210..53b51b7b3e53 100644 --- a/metadata/md5-cache/dev-python/dbus-python-1.1.1-r1 +++ b/metadata/md5-cache/dev-python/dbus-python-1.1.1-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/dbus-glib-0.100:= >=sys-apps/dbus-1.6:= dev-python/python-exe REQUIRED_USE=doc? ( || ( python_targets_python2_6 python_targets_python2_7 ) ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=http://dbus.freedesktop.org/releases/dbus-python/dbus-python-1.1.1.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=401122064f7ce9f400c1b67fcc0771f7 diff --git a/metadata/md5-cache/dev-python/decorator-3.4.0-r1 b/metadata/md5-cache/dev-python/decorator-3.4.0-r1 index cc1316011813..d3a7a2562d99 100644 --- a/metadata/md5-cache/dev-python/decorator-3.4.0-r1 +++ b/metadata/md5-cache/dev-python/decorator-3.4.0-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/d/decorator/decorator-3.4.0.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=369e23406cbc5518b7901961088ac258 diff --git a/metadata/md5-cache/dev-python/docutils-0.9.1-r1 b/metadata/md5-cache/dev-python/docutils-0.9.1-r1 index 5bc72e58061d..3b4509488eb8 100644 --- a/metadata/md5-cache/dev-python/docutils-0.9.1-r1 +++ b/metadata/md5-cache/dev-python/docutils-0.9.1-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/pygments[python_targets_python2_5?,python_targets_python2_6?, REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://sourceforge/docutils/docutils-0.9.1.tar.gz glep? ( mirror://gentoo/glep-0.4-r1.tbz2 ) -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=781b6a9c082097cb63cf0287c3664cf9 diff --git a/metadata/md5-cache/dev-python/epydoc-3.0.1-r2 b/metadata/md5-cache/dev-python/epydoc-3.0.1-r2 index fa39cb802122..37e6f5a11c55 100644 --- a/metadata/md5-cache/dev-python/epydoc-3.0.1-r2 +++ b/metadata/md5-cache/dev-python/epydoc-3.0.1-r2 @@ -10,5 +10,5 @@ RDEPEND=dev-python/docutils[python_targets_python2_5?,python_targets_python2_6?, REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://sourceforge/epydoc/epydoc-3.0.1.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=9f0d836a9f36cac6c6b04ad334649800 diff --git a/metadata/md5-cache/dev-python/hcs-utils-1.3 b/metadata/md5-cache/dev-python/hcs-utils-1.3 index 838988efef2b..89426f5f2234 100644 --- a/metadata/md5-cache/dev-python/hcs-utils-1.3 +++ b/metadata/md5-cache/dev-python/hcs-utils-1.3 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/h/hcs_utils/hcs_utils-1.3.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=61f2eddc174eb1db96fd1f25146273d4 diff --git a/metadata/md5-cache/dev-python/httplib2-0.7.6 b/metadata/md5-cache/dev-python/httplib2-0.7.6 index 57faaa915eea..792c6feb57f5 100644 --- a/metadata/md5-cache/dev-python/httplib2-0.7.6 +++ b/metadata/md5-cache/dev-python/httplib2-0.7.6 @@ -3,11 +3,11 @@ DEPEND=|| ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2* ) DESCRIPTION=A comprehensive HTTP client library EAPI=4 HOMEPAGE=http://code.google.com/p/httplib2/ http://pypi.python.org/pypi/httplib2 -KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos +KEYWORDS=alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos LICENSE=MIT RDEPEND=|| ( =dev-lang/python-3.3* =dev-lang/python-3.2* =dev-lang/python-2* ) RESTRICT=test SLOT=0 SRC_URI=http://httplib2.googlecode.com/files/httplib2-0.7.6.tar.gz _eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=64f693f52e8f42ce87f2113858e0d119 +_md5_=f0e6b6b0634dbf0c913d8f3f02191b77 diff --git a/metadata/md5-cache/dev-python/httplib2-0.7.7 b/metadata/md5-cache/dev-python/httplib2-0.7.7 index f57cae2859d3..33676816d6ff 100644 --- a/metadata/md5-cache/dev-python/httplib2-0.7.7 +++ b/metadata/md5-cache/dev-python/httplib2-0.7.7 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targe RESTRICT=test SLOT=0 SRC_URI=http://httplib2.googlecode.com/files/httplib2-0.7.7.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5557b6d001cb868776a595458d478667 diff --git a/metadata/md5-cache/dev-python/jsonschema-0.7 b/metadata/md5-cache/dev-python/jsonschema-0.7 index 423192ba48de..198243c46447 100644 --- a/metadata/md5-cache/dev-python/jsonschema-0.7 +++ b/metadata/md5-cache/dev-python/jsonschema-0.7 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_7?,python_targets_python3_ REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/j/jsonschema/jsonschema-0.7.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ad7fdc1d4b1ba23c082cdb073216931e diff --git a/metadata/md5-cache/dev-python/logilab-common-0.58.3-r1 b/metadata/md5-cache/dev-python/logilab-common-0.58.3-r1 index 1f55862543e9..485351239c5b 100644 --- a/metadata/md5-cache/dev-python/logilab-common-0.58.3-r1 +++ b/metadata/md5-cache/dev-python/logilab-common-0.58.3-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6 REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_pypy1_9 ) SLOT=0 SRC_URI=ftp://ftp.logilab.org/pub/common/logilab-common-0.58.3.tar.gz mirror://pypi/l/logilab-common/logilab-common-0.58.3.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4d43ba46a65c9cb6e50454694291906b diff --git a/metadata/md5-cache/dev-python/lxml-3.0.1 b/metadata/md5-cache/dev-python/lxml-3.0.1 index 33f8a2de2d6f..9b6e096bb3c0 100644 --- a/metadata/md5-cache/dev-python/lxml-3.0.1 +++ b/metadata/md5-cache/dev-python/lxml-3.0.1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/libxml2-2.7.2 >=dev-libs/libxslt-1.1.15 >=dev-python/beautifu REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=http://codespeak.net/lxml/lxml-3.0.1.tgz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=cb59c359829976b9a2699ef0e41eba5f diff --git a/metadata/md5-cache/dev-python/markupsafe-0.15-r1 b/metadata/md5-cache/dev-python/markupsafe-0.15-r1 index 83e5ad69a41c..c3658c3a46c9 100644 --- a/metadata/md5-cache/dev-python/markupsafe-0.15-r1 +++ b/metadata/md5-cache/dev-python/markupsafe-0.15-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/M/MarkupSafe/MarkupSafe-0.15.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=a307bd0f3dd813bb3afb6de33c04a0ab diff --git a/metadata/md5-cache/dev-python/miniupnpc-1.7-r1 b/metadata/md5-cache/dev-python/miniupnpc-1.7-r1 index 9482eb4127a3..d36e67d3ec68 100644 --- a/metadata/md5-cache/dev-python/miniupnpc-1.7-r1 +++ b/metadata/md5-cache/dev-python/miniupnpc-1.7-r1 @@ -10,5 +10,5 @@ RDEPEND=>=net-libs/miniupnpc-1.7 dev-python/python-exec[python_targets_python2_6 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_9 ) SLOT=0 SRC_URI=http://miniupnp.free.fr/files/miniupnpc-1.7.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=d23ac3342e41aecfeebf23ae0e4673d5 diff --git a/metadata/md5-cache/dev-python/nose-1.1.2-r1 b/metadata/md5-cache/dev-python/nose-1.1.2-r1 index cd3bda28b943..583dfd05dcd1 100644 --- a/metadata/md5-cache/dev-python/nose-1.1.2-r1 +++ b/metadata/md5-cache/dev-python/nose-1.1.2-r1 @@ -10,5 +10,5 @@ RDEPEND=coverage? ( dev-python/coverage[python_targets_python2_5?,python_targets REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/n/nose/nose-1.1.2.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e8f189b0ad72e9a75853511296e1b69a diff --git a/metadata/md5-cache/dev-python/pep8-1.4 b/metadata/md5-cache/dev-python/pep8-1.4 index a6834e8e6d08..40f7164d755e 100644 --- a/metadata/md5-cache/dev-python/pep8-1.4 +++ b/metadata/md5-cache/dev-python/pep8-1.4 @@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6 REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/p/pep8/pep8-1.4.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=93e9e9ea5fe0308c1fbda2eed7671cf6 diff --git a/metadata/md5-cache/dev-python/pexpect-2.4-r1 b/metadata/md5-cache/dev-python/pexpect-2.4-r1 index 5bcd86338ddb..af1e02270c06 100644 --- a/metadata/md5-cache/dev-python/pexpect-2.4-r1 +++ b/metadata/md5-cache/dev-python/pexpect-2.4-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/p/pexpect/pexpect-2.4.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ef58afdc07a1a8ddf5c6737a4efa7f85 diff --git a/metadata/md5-cache/dev-python/py-1.4.12-r1 b/metadata/md5-cache/dev-python/py-1.4.12-r1 index 251c02299cfb..579d77a6c7db 100644 --- a/metadata/md5-cache/dev-python/py-1.4.12-r1 +++ b/metadata/md5-cache/dev-python/py-1.4.12-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/p/py/py-1.4.12.zip -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=65f34f86aa9ceb0202afcbfebb99dde5 diff --git a/metadata/md5-cache/dev-python/pyGPG-9999 b/metadata/md5-cache/dev-python/pyGPG-9999 index 2bdc3461cb36..9ed1d734ed3c 100644 --- a/metadata/md5-cache/dev-python/pyGPG-9999 +++ b/metadata/md5-cache/dev-python/pyGPG-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=app-crypt/gnupg-2.0.0 dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=7e95b1ff2e440431dafbcfd27767cb27 diff --git a/metadata/md5-cache/dev-python/pyatspi-2.6.0-r1 b/metadata/md5-cache/dev-python/pyatspi-2.6.0-r1 index 6893ebc4f9c3..fecbd29857ec 100644 --- a/metadata/md5-cache/dev-python/pyatspi-2.6.0-r1 +++ b/metadata/md5-cache/dev-python/pyatspi-2.6.0-r1 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe RESTRICT=test SLOT=0 SRC_URI=mirror://gnome/sources/pyatspi/2.6/pyatspi-2.6.0.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=184033b004f032fbf669b759bd6a450b diff --git a/metadata/md5-cache/dev-python/pycryptopp-0.6.0 b/metadata/md5-cache/dev-python/pycryptopp-0.6.0 index c66af832f108..7551d70527b1 100644 --- a/metadata/md5-cache/dev-python/pycryptopp-0.6.0 +++ b/metadata/md5-cache/dev-python/pycryptopp-0.6.0 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/crypto++ dev-python/python-exec[python_targets_python2_5?,pytho REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/p/pycryptopp/pycryptopp-0.6.0.1206569328141510525648634803928199668821045408958.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 _md5_=5307cdd648efa7e28193d2cc737a9072 diff --git a/metadata/md5-cache/dev-python/pyftpdlib-0.7.0 b/metadata/md5-cache/dev-python/pyftpdlib-0.7.0 index d11c4ba1d5b7..67817c778d0c 100644 --- a/metadata/md5-cache/dev-python/pyftpdlib-0.7.0 +++ b/metadata/md5-cache/dev-python/pyftpdlib-0.7.0 @@ -4,10 +4,10 @@ DESCRIPTION=Python FTP server library EAPI=4 HOMEPAGE=http://code.google.com/p/pyftpdlib/ http://pypi.python.org/pypi/pyftpdlib IUSE=examples ssl -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris LICENSE=MIT RDEPEND=ssl? ( dev-lang/python:2.7 dev-python/pyopenssl ) =dev-lang/python-2* ssl? ( =dev-lang/python-2*[ssl] ) SLOT=0 SRC_URI=http://pyftpdlib.googlecode.com/files/pyftpdlib-0.7.0.tar.gz _eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=fb5f6691313b980cee152bd4fbd0ec02 +_md5_=712b948c93958c21f88486fbf1330b1a diff --git a/metadata/md5-cache/dev-python/pygments-1.5-r1 b/metadata/md5-cache/dev-python/pygments-1.5-r1 index 5de6df58d9ec..07f062e4f6ab 100644 --- a/metadata/md5-cache/dev-python/pygments-1.5-r1 +++ b/metadata/md5-cache/dev-python/pygments-1.5-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6 REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/P/Pygments/Pygments-1.5.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=0dad571a62eb80ce48475b989d5c2d96 diff --git a/metadata/md5-cache/dev-python/pygobject-3.2.2-r1 b/metadata/md5-cache/dev-python/pygobject-3.2.2-r1 index ff2299cbbc5b..5c09dca4df73 100644 --- a/metadata/md5-cache/dev-python/pygobject-3.2.2-r1 +++ b/metadata/md5-cache/dev-python/pygobject-3.2.2-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.31.0:2 >=dev-libs/gobject-introspection-1.31.20 virtua REQUIRED_USE=test? ( cairo ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=3 SRC_URI=mirror://gnome/sources/pygobject/3.2/pygobject-3.2.2.tar.xz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=c8a8bea8555fdcdf51250f0c7860174a diff --git a/metadata/md5-cache/dev-python/pygobject-3.4.2-r1 b/metadata/md5-cache/dev-python/pygobject-3.4.2-r1 index d33cc8f05d12..2916772f5b00 100644 --- a/metadata/md5-cache/dev-python/pygobject-3.4.2-r1 +++ b/metadata/md5-cache/dev-python/pygobject-3.4.2-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.31.0:2 >=dev-libs/gobject-introspection-1.34.1.1 virtu REQUIRED_USE=test? ( cairo ) || ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=3 SRC_URI=mirror://gnome/sources/pygobject/3.4/pygobject-3.4.2.tar.xz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=f534b16bf5854cdd212e0fb8cf4b33eb diff --git a/metadata/md5-cache/dev-python/pyh2o-9999 b/metadata/md5-cache/dev-python/pyh2o-9999 index e9cb214ddcf8..43213efec441 100644 --- a/metadata/md5-cache/dev-python/pyh2o-9999 +++ b/metadata/md5-cache/dev-python/pyh2o-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=1c3417c882238683d73dfcc27e68fb27 diff --git a/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 b/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 index cbd38af0c326..d006f1bbe8cb 100644 --- a/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 +++ b/metadata/md5-cache/dev-python/pyinotify-0.9.4-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-0.9.4.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=352b5b809e67e92bc782f6911303d894 diff --git a/metadata/md5-cache/dev-python/pymountboot-0.2.1 b/metadata/md5-cache/dev-python/pymountboot-0.2.1 index 73f56b0d5efc..dc616c8a59c9 100644 --- a/metadata/md5-cache/dev-python/pymountboot-0.2.1 +++ b/metadata/md5-cache/dev-python/pymountboot-0.2.1 @@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/util-linux-2.20 dev-python/python-exec[python_targets_python2 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/pymountboot/downloads/pymountboot-0.2.1.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4a6faae29e4f8a3a8c4b36f2bc09491a diff --git a/metadata/md5-cache/dev-python/pymountboot-0.2.2 b/metadata/md5-cache/dev-python/pymountboot-0.2.2 index 6d131e33727a..a529757cc386 100644 --- a/metadata/md5-cache/dev-python/pymountboot-0.2.2 +++ b/metadata/md5-cache/dev-python/pymountboot-0.2.2 @@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/util-linux-2.20 dev-python/python-exec[python_targets_python2 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/pymountboot/downloads/pymountboot-0.2.2.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4f79650f02b85a289bf7bcddb7d072a8 diff --git a/metadata/md5-cache/dev-python/pymountboot-9999 b/metadata/md5-cache/dev-python/pymountboot-9999 index cb151391b586..10e9a39edbfb 100644 --- a/metadata/md5-cache/dev-python/pymountboot-9999 +++ b/metadata/md5-cache/dev-python/pymountboot-9999 @@ -8,5 +8,5 @@ LICENSE=BSD RDEPEND=>=sys-apps/util-linux-2.20 dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,python_targets_python3_3?,python_targets_pypy1_8?,python_targets_pypy1_9?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_8(-),-python_single_target_pypy1_9(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_8? ( dev-python/pypy:1.8 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=bda7802189cd6259045c00d66f91b53a diff --git a/metadata/md5-cache/dev-python/pyopengl-3.0.2-r1 b/metadata/md5-cache/dev-python/pyopengl-3.0.2-r1 index 3e47f42012fc..0c2c3a466de9 100644 --- a/metadata/md5-cache/dev-python/pyopengl-3.0.2-r1 +++ b/metadata/md5-cache/dev-python/pyopengl-3.0.2-r1 @@ -10,5 +10,5 @@ RDEPEND=media-libs/freeglut virtual/opengl x11-libs/libXi x11-libs/libXmu tk? ( REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/P/PyOpenGL/PyOpenGL-3.0.2.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=61d6f4efa450b80e2f71fd4791db113e diff --git a/metadata/md5-cache/dev-python/pypam-0.5.0-r1 b/metadata/md5-cache/dev-python/pypam-0.5.0-r1 index e81705770361..dc6e9d624656 100644 --- a/metadata/md5-cache/dev-python/pypam-0.5.0-r1 +++ b/metadata/md5-cache/dev-python/pypam-0.5.0-r1 @@ -10,5 +10,5 @@ RDEPEND=>=sys-libs/pam-0.64 dev-python/python-exec[python_targets_python2_5?,pyt REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://www.pangalactic.org/PyPAM/PyPAM-0.5.0.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=289b90331d3f62b12c87687aff429122 diff --git a/metadata/md5-cache/dev-python/pyparsing-1.5.6-r2 b/metadata/md5-cache/dev-python/pyparsing-1.5.6-r2 index b5e72f659f62..552071008227 100644 --- a/metadata/md5-cache/dev-python/pyparsing-1.5.6-r2 +++ b/metadata/md5-cache/dev-python/pyparsing-1.5.6-r2 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://sourceforge/pyparsing/pyparsing-1.5.6.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=eb19df301cb9e1b60855b232681598b8 diff --git a/metadata/md5-cache/dev-python/pypax-0.7.0 b/metadata/md5-cache/dev-python/pypax-0.7.0 index 63a1525c7a91..f7178a9510a3 100644 --- a/metadata/md5-cache/dev-python/pypax-0.7.0 +++ b/metadata/md5-cache/dev-python/pypax-0.7.0 @@ -4,10 +4,10 @@ DESCRIPTION=Python module for reading or writing PaX flags to an ELF. EAPI=3 HOMEPAGE=http://dev.gentoo.org/~blueness/elfix/ IUSE=+ptpax +xtpax -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86 +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86 LICENSE=GPL-3 RDEPEND=dev-lang/python SLOT=0 SRC_URI=http://dev.gentoo.org/~blueness/elfix/elfix-0.7.0.tar.gz _eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=b12070055ba9cd0a64c59ee30c875e7c +_md5_=84de9fca58dade8d9eda8216e3653f25 diff --git a/metadata/md5-cache/dev-python/pypy-1.8-r2 b/metadata/md5-cache/dev-python/pypy-1.8-r2 index f438697ae7bd..250f1fbfe8dc 100644 --- a/metadata/md5-cache/dev-python/pypy-1.8-r2 +++ b/metadata/md5-cache/dev-python/pypy-1.8-r2 @@ -10,5 +10,5 @@ PDEPEND=app-admin/python-updater RDEPEND=>=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl dev-libs/expat bzip2? ( app-arch/bzip2 ) ncurses? ( sys-libs/ncurses ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) SLOT=1.8 SRC_URI=https://bitbucket.org/pypy/pypy/get/release-1.8.tar.bz2 -> pypy-1.8.tar.bz2 -_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=256b506685728ffce907a67aee38e81b diff --git a/metadata/md5-cache/dev-python/pypy-1.9-r2 b/metadata/md5-cache/dev-python/pypy-1.9-r2 index fb3ec9593750..0ab4136009f6 100644 --- a/metadata/md5-cache/dev-python/pypy-1.9-r2 +++ b/metadata/md5-cache/dev-python/pypy-1.9-r2 @@ -10,5 +10,5 @@ PDEPEND=app-admin/python-updater RDEPEND=>=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl dev-libs/expat bzip2? ( app-arch/bzip2 ) ncurses? ( sys-libs/ncurses ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) SLOT=1.9 SRC_URI=https://bitbucket.org/pypy/pypy/get/release-1.9.tar.bz2 -> pypy-1.9.tar.bz2 -_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=14be69034b783b3c9c9284e8566a554c diff --git a/metadata/md5-cache/dev-python/pypy-2.0_beta1 b/metadata/md5-cache/dev-python/pypy-2.0_beta1 index f9dd18a894c3..7743a89bfedf 100644 --- a/metadata/md5-cache/dev-python/pypy-2.0_beta1 +++ b/metadata/md5-cache/dev-python/pypy-2.0_beta1 @@ -9,5 +9,5 @@ PDEPEND=app-admin/python-updater RDEPEND=>=sys-libs/zlib-1.1.3 virtual/libffi virtual/libintl dev-libs/expat bzip2? ( app-arch/bzip2 ) ncurses? ( sys-libs/ncurses ) sqlite? ( dev-db/sqlite:3 ) ssl? ( dev-libs/openssl ) SLOT=2.0 SRC_URI=https://bitbucket.org/pypy/pypy/get/release-2.0-beta-1.tar.bz2 -> pypy-2.0_beta1.tar.bz2 -_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=check-reqs 0efdf29c9002a1995388968bf54e9d3d eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=bf006a5061b23af03c3a9ea0452510e6 diff --git a/metadata/md5-cache/dev-python/pysctp-0.6 b/metadata/md5-cache/dev-python/pysctp-0.6 index bce1a64cd021..5d7dd8103f22 100644 --- a/metadata/md5-cache/dev-python/pysctp-0.6 +++ b/metadata/md5-cache/dev-python/pysctp-0.6 @@ -10,5 +10,5 @@ RDEPEND=net-misc/lksctp-tools dev-python/python-exec[python_targets_python2_5?,p REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/philpraxis/pysctp/archive/v0.6.tar.gz -> pysctp-0.6.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=c812e239a5ed1653e931a0a79e4a5999 diff --git a/metadata/md5-cache/dev-python/pyserial-2.6-r1 b/metadata/md5-cache/dev-python/pyserial-2.6-r1 index e7bffddd2adf..0862dc7725fc 100644 --- a/metadata/md5-cache/dev-python/pyserial-2.6-r1 +++ b/metadata/md5-cache/dev-python/pyserial-2.6-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/p/pyserial/pyserial-2.6.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=07134d0cf9ab7e55a8e90485f0315b8c diff --git a/metadata/md5-cache/dev-python/pytest-2.3.3-r1 b/metadata/md5-cache/dev-python/pytest-2.3.3-r1 index 56628e70b752..04ace700c3cd 100644 --- a/metadata/md5-cache/dev-python/pytest-2.3.3-r1 +++ b/metadata/md5-cache/dev-python/pytest-2.3.3-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-python/py-1.4.12[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/p/pytest/pytest-2.3.3.zip -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=08e21245be9f163d600a2eca9d02f8e3 diff --git a/metadata/md5-cache/dev-python/pytest-2.3.4 b/metadata/md5-cache/dev-python/pytest-2.3.4 index 2e287fa5d6e7..2ebc986ad3c8 100644 --- a/metadata/md5-cache/dev-python/pytest-2.3.4 +++ b/metadata/md5-cache/dev-python/pytest-2.3.4 @@ -10,5 +10,5 @@ RDEPEND=>=dev-python/py-1.4.12[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/p/pytest/pytest-2.3.4.zip -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=13287f2a8d85bb70627fcdada7548b5e diff --git a/metadata/md5-cache/dev-python/pytest-cov-1.6 b/metadata/md5-cache/dev-python/pytest-cov-1.6 index dc0a747158db..f99d91aa3640 100644 --- a/metadata/md5-cache/dev-python/pytest-cov-1.6 +++ b/metadata/md5-cache/dev-python/pytest-cov-1.6 @@ -10,5 +10,5 @@ RDEPEND=dev-python/pytest[python_targets_python2_7?,python_targets_python3_2?,py REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://pypi/p/pytest-cov/pytest-cov-1.6.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=5ada9ce3c17b99c7cbbedc1fe9ca8b72 diff --git a/metadata/md5-cache/dev-python/python-exec-0.1 b/metadata/md5-cache/dev-python/python-exec-0.1 index dbb47b6f3baf..f262ba0c251f 100644 --- a/metadata/md5-cache/dev-python/python-exec-0.1 +++ b/metadata/md5-cache/dev-python/python-exec-0.1 @@ -8,5 +8,5 @@ LICENSE=BSD REQUIRED_USE=|| ( python_targets_jython2_5 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/python-exec/downloads/python-exec-0.1.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=d223254fd1ccfaa155cc6b793b94af3d diff --git a/metadata/md5-cache/dev-python/python-exec-0.1.1 b/metadata/md5-cache/dev-python/python-exec-0.1.1 index 239a32793d10..cbce06380a90 100644 --- a/metadata/md5-cache/dev-python/python-exec-0.1.1 +++ b/metadata/md5-cache/dev-python/python-exec-0.1.1 @@ -8,5 +8,5 @@ LICENSE=BSD REQUIRED_USE=|| ( python_targets_jython2_5 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/python-exec/downloads/python-exec-0.1.1.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=8c6d0d4eeb655a75ab6229b290baa6d5 diff --git a/metadata/md5-cache/dev-python/python-exec-0.2 b/metadata/md5-cache/dev-python/python-exec-0.2 index 072e691ddf64..4fd880dfd0b7 100644 --- a/metadata/md5-cache/dev-python/python-exec-0.2 +++ b/metadata/md5-cache/dev-python/python-exec-0.2 @@ -8,5 +8,5 @@ LICENSE=BSD REQUIRED_USE=|| ( python_targets_jython2_5 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/python-exec/downloads/python-exec-0.2.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=3a8dec0e20fb2c0409f16887f38622a6 diff --git a/metadata/md5-cache/dev-python/python-exec-9999 b/metadata/md5-cache/dev-python/python-exec-9999 index d5df3e93f6df..ee72a8add1be 100644 --- a/metadata/md5-cache/dev-python/python-exec-9999 +++ b/metadata/md5-cache/dev-python/python-exec-9999 @@ -7,5 +7,5 @@ IUSE=python_targets_jython2_5 python_targets_pypy1_8 python_targets_pypy1_9 pyth LICENSE=BSD REQUIRED_USE=|| ( python_targets_jython2_5 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=3edc3f39d224313d9de44651e8f15068 diff --git a/metadata/md5-cache/dev-python/python-gflags-2.0 b/metadata/md5-cache/dev-python/python-gflags-2.0 index 5c6915653e32..b08438deac05 100644 --- a/metadata/md5-cache/dev-python/python-gflags-2.0 +++ b/metadata/md5-cache/dev-python/python-gflags-2.0 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=http://python-gflags.googlecode.com/files/python-gflags-2.0.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=7a03d9ba36b70389aec1c91e3bb2d328 diff --git a/metadata/md5-cache/dev-python/pytz-2012h-r1 b/metadata/md5-cache/dev-python/pytz-2012h-r1 index 0f68ab564bdd..556beb54774f 100644 --- a/metadata/md5-cache/dev-python/pytz-2012h-r1 +++ b/metadata/md5-cache/dev-python/pytz-2012h-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/setuptools[python_targets_python2_5?,python_targets_python2_6 REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/p/pytz/pytz-2012h.tar.bz2 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=fda12cdaa6a67e5df14003f0268a59d2 diff --git a/metadata/md5-cache/dev-python/pyxattr-0.5.0-r1 b/metadata/md5-cache/dev-python/pyxattr-0.5.0-r1 index 8fc57f97f308..d61ff7a7f46f 100644 --- a/metadata/md5-cache/dev-python/pyxattr-0.5.0-r1 +++ b/metadata/md5-cache/dev-python/pyxattr-0.5.0-r1 @@ -10,5 +10,5 @@ RDEPEND=sys-apps/attr dev-python/python-exec[python_targets_python2_5?,python_ta REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 ) SLOT=0 SRC_URI=mirror://sourceforge/pyxattr/pyxattr-0.5.0.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ec0fba74a5e9bbbe3409bc6bdf387437 diff --git a/metadata/md5-cache/dev-python/pyxattr-0.5.1 b/metadata/md5-cache/dev-python/pyxattr-0.5.1 index 858aa10100b2..7a7c16c59caa 100644 --- a/metadata/md5-cache/dev-python/pyxattr-0.5.1 +++ b/metadata/md5-cache/dev-python/pyxattr-0.5.1 @@ -10,5 +10,5 @@ RDEPEND=sys-apps/attr dev-python/python-exec[python_targets_python2_5?,python_ta REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_9 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/p/pyxattr/pyxattr-0.5.1.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e52549f9d54d532229054678eb547f90 diff --git a/metadata/md5-cache/dev-python/pyxdg-0.25 b/metadata/md5-cache/dev-python/pyxdg-0.25 index 32602e133f06..0345f3e32a7b 100644 --- a/metadata/md5-cache/dev-python/pyxdg-0.25 +++ b/metadata/md5-cache/dev-python/pyxdg-0.25 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=http://people.freedesktop.org/~takluyver/pyxdg-0.25.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=ac761c66649537310f9f656e00a764e7 diff --git a/metadata/md5-cache/dev-python/pyxml-0.8.4-r3 b/metadata/md5-cache/dev-python/pyxml-0.8.4-r3 index 434cb2e29b9e..dac8c2411e07 100644 --- a/metadata/md5-cache/dev-python/pyxml-0.8.4-r3 +++ b/metadata/md5-cache/dev-python/pyxml-0.8.4-r3 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/expat-1.95.6 dev-python/python-exec[python_targets_python2_5? REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://sourceforge/pyxml/PyXML-0.8.4.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=14d5f3c3b026ef11ec1588f987e96cf9 diff --git a/metadata/md5-cache/dev-python/requests-1.0.3 b/metadata/md5-cache/dev-python/requests-1.0.3 index ad10ec2346c0..63094c3ffdbd 100644 --- a/metadata/md5-cache/dev-python/requests-1.0.3 +++ b/metadata/md5-cache/dev-python/requests-1.0.3 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe RESTRICT=test SLOT=0 SRC_URI=mirror://pypi/r/requests/requests-1.0.3.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=bc100a1f0c91a0945251edec307a7c5d diff --git a/metadata/md5-cache/dev-python/requests-1.0.4 b/metadata/md5-cache/dev-python/requests-1.0.4 index 983941c988d6..26be3183e820 100644 --- a/metadata/md5-cache/dev-python/requests-1.0.4 +++ b/metadata/md5-cache/dev-python/requests-1.0.4 @@ -11,5 +11,5 @@ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targe RESTRICT=test SLOT=0 SRC_URI=mirror://pypi/r/requests/requests-1.0.4.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4390b47c56d77b5544026c6b440808e8 diff --git a/metadata/md5-cache/dev-python/setuptools-0.6.30-r1 b/metadata/md5-cache/dev-python/setuptools-0.6.30-r1 index 2ff8b1576dec..e52319e66122 100644 --- a/metadata/md5-cache/dev-python/setuptools-0.6.30-r1 +++ b/metadata/md5-cache/dev-python/setuptools-0.6.30-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Distribute (fork of Setuptools) is a collection of extensions to Dis EAPI=5 HOMEPAGE=http://pypi.python.org/pypi/distribute IUSE=python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=PSF-2 RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_targets_python3_1?,python_targets_python3_2?,-python_single_target_python2_5(-),-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-)] python_targets_python2_5? ( dev-lang/python:2.5 ) python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 SRC_URI=mirror://pypi/d/distribute/distribute-0.6.30.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9f3da78d67fce089aa69363380add6a2 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=c62aceaf52e0a5af0c533686f998925a diff --git a/metadata/md5-cache/dev-python/setuptools-0.6.30-r2 b/metadata/md5-cache/dev-python/setuptools-0.6.30-r2 index 9fab27afb999..aa258fe20d25 100644 --- a/metadata/md5-cache/dev-python/setuptools-0.6.30-r2 +++ b/metadata/md5-cache/dev-python/setuptools-0.6.30-r2 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/d/distribute/distribute-0.6.30.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=492b61a0f817847ffedd3f6dd9e36929 diff --git a/metadata/md5-cache/dev-python/setuptools-0.6.32 b/metadata/md5-cache/dev-python/setuptools-0.6.32 index d9abc432047f..6935bab45f47 100644 --- a/metadata/md5-cache/dev-python/setuptools-0.6.32 +++ b/metadata/md5-cache/dev-python/setuptools-0.6.32 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 python_targets_pypy2_0 ) SLOT=0 SRC_URI=mirror://pypi/d/distribute/distribute-0.6.32.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=7a1178a2b5f438b044b8e42c681b8005 diff --git a/metadata/md5-cache/dev-python/simplegeneric-0.8.1-r1 b/metadata/md5-cache/dev-python/simplegeneric-0.8.1-r1 index 5479e73bf323..19744a6ace9d 100644 --- a/metadata/md5-cache/dev-python/simplegeneric-0.8.1-r1 +++ b/metadata/md5-cache/dev-python/simplegeneric-0.8.1-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://pypi/s/simplegeneric/simplegeneric-0.8.1.zip -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=71ea24b035818c4c6a562f231d3f5637 diff --git a/metadata/md5-cache/dev-python/skype4py-1.0.32.1-r1 b/metadata/md5-cache/dev-python/skype4py-1.0.32.1-r1 index 281a5e28fd9a..31594364b051 100644 --- a/metadata/md5-cache/dev-python/skype4py-1.0.32.1-r1 +++ b/metadata/md5-cache/dev-python/skype4py-1.0.32.1-r1 @@ -10,5 +10,5 @@ RDEPEND=net-im/skype dev-python/python-exec[python_targets_python2_5?,python_tar REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/S/Skype4Py/Skype4Py-1.0.32.1.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=3e86d6836a8bc89606c8138809705254 diff --git a/metadata/md5-cache/dev-ruby/bluecloth-2.2.0 b/metadata/md5-cache/dev-ruby/bluecloth-2.2.0 index b9b4addbf325..5f11f0da2263 100644 --- a/metadata/md5-cache/dev-ruby/bluecloth-2.2.0 +++ b/metadata/md5-cache/dev-ruby/bluecloth-2.2.0 @@ -4,11 +4,11 @@ DESCRIPTION=A Ruby implementation of Markdown EAPI=4 HOMEPAGE=http://www.deveiate.org/projects/BlueCloth IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test -KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris LICENSE=BSD RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) SLOT=0 SRC_URI=mirror://rubygems/bluecloth-2.2.0.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6d347b8900b803b6e3383c7a6711ced0 +_md5_=c01e1d56220669b59c594451be238aaf diff --git a/metadata/md5-cache/dev-ruby/ffi-1.1.5 b/metadata/md5-cache/dev-ruby/ffi-1.1.5 index 100e0b7d94e8..99f163885beb 100644 --- a/metadata/md5-cache/dev-ruby/ffi-1.1.5 +++ b/metadata/md5-cache/dev-ruby/ffi-1.1.5 @@ -4,11 +4,11 @@ DESCRIPTION=Ruby extension for programmatically loading dynamic libraries EAPI=4 HOMEPAGE=http://wiki.github.com/ffi/ffi IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test -KEYWORDS=~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris +KEYWORDS=alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris LICENSE=BSD RDEPEND=virtual/libffi ruby_targets_ruby18? ( virtual/ruby-threads[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/ruby-threads[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/ruby-threads[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) SLOT=0 SRC_URI=http://github.com/ffi/ffi/tarball/1.1.5 -> ffi-git-1.1.5.tgz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=27eb8bc24935287fa8e04471359173e2 +_md5_=c937fc0b35ee291eea2262e229d9a3f4 diff --git a/metadata/md5-cache/dev-ruby/highline-1.6.13 b/metadata/md5-cache/dev-ruby/highline-1.6.13 index 6692e8952826..2d413348aa71 100644 --- a/metadata/md5-cache/dev-ruby/highline-1.6.13 +++ b/metadata/md5-cache/dev-ruby/highline-1.6.13 @@ -4,11 +4,11 @@ DESCRIPTION=Highline is a high-level command-line IO library for ruby. EAPI=4 HOMEPAGE=http://highline.rubyforge.org/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 doc test test -KEYWORDS=~alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=|| ( GPL-2 Ruby ) RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 ) SLOT=0 SRC_URI=mirror://rubygems/highline-1.6.13.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7c9bc89117e6cd39fd25b74a24e19b99 +_md5_=a5330602df768c12aa557a8e8359b6fa diff --git a/metadata/md5-cache/dev-ruby/locale-2.0.5-r3 b/metadata/md5-cache/dev-ruby/locale-2.0.5-r3 index c63b49c43a34..1e5d4014a5ec 100644 --- a/metadata/md5-cache/dev-ruby/locale-2.0.5-r3 +++ b/metadata/md5-cache/dev-ruby/locale-2.0.5-r3 @@ -4,10 +4,10 @@ DESCRIPTION=A pure ruby library which provides basic APIs for localization. EAPI=2 HOMEPAGE=http://locale.rubyforge.org/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 doc test test -KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-macos +KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-macos LICENSE=|| ( Ruby GPL-2 ) RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) SLOT=0 SRC_URI=mirror://rubygems/locale-2.0.5.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9f1eed22406eee3143533ac293ad7b03 +_md5_=6b3d1edb996b6e87b1fe2f23ced35c42 diff --git a/metadata/md5-cache/dev-ruby/minitest-3.5.0 b/metadata/md5-cache/dev-ruby/minitest-3.5.0 index 651a5a62a3f9..5baaa02be4bd 100644 --- a/metadata/md5-cache/dev-ruby/minitest-3.5.0 +++ b/metadata/md5-cache/dev-ruby/minitest-3.5.0 @@ -4,11 +4,11 @@ DESCRIPTION=minitest/unit is a small and fast replacement for ruby's huge and sl EAPI=4 HOMEPAGE=https://github.com/seattlerb/minitest IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test -KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/minitest-3.5.0.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7fa84275ef23cae7e0d7958eba92312c +_md5_=8cf36ddfae71b4f89a6b351bc9246c61 diff --git a/metadata/md5-cache/dev-ruby/racc-1.4.8 b/metadata/md5-cache/dev-ruby/racc-1.4.8 index f14c90ad8f53..53633a342e02 100644 --- a/metadata/md5-cache/dev-ruby/racc-1.4.8 +++ b/metadata/md5-cache/dev-ruby/racc-1.4.8 @@ -4,11 +4,11 @@ DESCRIPTION=A LALR(1) parser generator for Ruby EAPI=4 HOMEPAGE=http://www.loveruby.net/en/racc.html IUSE=doc test elibc_FreeBSD ruby_targets_ree18 ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby doc test test -KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=LGPL-2.1 RDEPEND=ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ree18 ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ) SLOT=0 SRC_URI=mirror://rubygems/racc-1.4.8.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=65146e1e13b8b5ed53a3c790ad982a1b +_md5_=e9480b21562481f1e02b918f908111f1 diff --git a/metadata/md5-cache/dev-ruby/rr-1.0.4 b/metadata/md5-cache/dev-ruby/rr-1.0.4 index 62127b321a76..428b4c57f700 100644 --- a/metadata/md5-cache/dev-ruby/rr-1.0.4 +++ b/metadata/md5-cache/dev-ruby/rr-1.0.4 @@ -4,11 +4,11 @@ DESCRIPTION=A double framework that features a rich selection of double techniqu EAPI=4 HOMEPAGE=http://pivotallabs.com/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 test test -KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 ) SLOT=0 SRC_URI=http://github.com/btakita/rr/tarball/v1.0.4 -> rr-1.0.4.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2c051a0b9756cab3f13c2cca375714d2 +_md5_=f4f8c89373c7273c6f5bb39efe96d29a diff --git a/metadata/md5-cache/dev-ruby/ruby-augeas-0.4.1 b/metadata/md5-cache/dev-ruby/ruby-augeas-0.4.1 index 7408bba29535..6f412aadf106 100644 --- a/metadata/md5-cache/dev-ruby/ruby-augeas-0.4.1 +++ b/metadata/md5-cache/dev-ruby/ruby-augeas-0.4.1 @@ -4,10 +4,10 @@ DESCRIPTION=Ruby bindings for Augeas EAPI=3 HOMEPAGE=http://augeas.net/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test -KEYWORDS=amd64 ~hppa ia64 ppc ~sparc x86 +KEYWORDS=amd64 ~hppa ia64 ppc sparc x86 LICENSE=LGPL-2.1 RDEPEND=>=app-admin/augeas-0.5.1 ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) SLOT=0 SRC_URI=http://augeas.net/download/ruby/ruby-augeas-0.4.1.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=01625202eba32e88a5113f0857720575 +_md5_=9c5e621026847d14ff3cad243c4d816e diff --git a/metadata/md5-cache/dev-ruby/ruby-gettext-2.2.1 b/metadata/md5-cache/dev-ruby/ruby-gettext-2.2.1 index 46bfe94e3cc1..fe33d48142e2 100644 --- a/metadata/md5-cache/dev-ruby/ruby-gettext-2.2.1 +++ b/metadata/md5-cache/dev-ruby/ruby-gettext-2.2.1 @@ -4,11 +4,11 @@ DESCRIPTION=Ruby GetText Package is Native Language Support Library and Tools mo EAPI=4 HOMEPAGE=http://www.yotabanana.com/hiki/ruby-gettext.html IUSE=doc test test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 doc test test -KEYWORDS=~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-macos +KEYWORDS=alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~x86-macos LICENSE=Ruby RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/locale-2.0.5[ruby_targets_jruby] ) ruby_targets_ree18? ( >=dev-ruby/locale-2.0.5[ruby_targets_ree18] ) sys-devel/gettext ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 ) SLOT=0 SRC_URI=mirror://rubygems/gettext-2.2.1.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8b222bc58570952b7f9539dd0d0c2ace +_md5_=c5e29d5fc10eb013612024645ace22af diff --git a/metadata/md5-cache/dev-ruby/ruby-gettext-2.3.3 b/metadata/md5-cache/dev-ruby/ruby-gettext-2.3.3 index 5d0eebdb53fb..07692edb95e9 100644 --- a/metadata/md5-cache/dev-ruby/ruby-gettext-2.3.3 +++ b/metadata/md5-cache/dev-ruby/ruby-gettext-2.3.3 @@ -4,11 +4,11 @@ DESCRIPTION=Ruby GetText Package is Native Language Support Library and Tools mo EAPI=4 HOMEPAGE=http://www.yotabanana.com/hiki/ruby-gettext.html IUSE=doc test test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 doc test test -KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=Ruby RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/locale-2.0.5[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/locale-2.0.5[ruby_targets_jruby] ) ruby_targets_ree18? ( >=dev-ruby/locale-2.0.5[ruby_targets_ree18] ) sys-devel/gettext ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 ) SLOT=0 SRC_URI=mirror://rubygems/gettext-2.3.3.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=d57dfd844a2bb31afc26c49798b65538 +_md5_=a3bc63460768aef6a5e67b43a6b698bc diff --git a/metadata/md5-cache/dev-ruby/session-3.1.0-r1 b/metadata/md5-cache/dev-ruby/session-3.1.0-r1 index 3a3438602c9d..e14dfb12d370 100644 --- a/metadata/md5-cache/dev-ruby/session-3.1.0-r1 +++ b/metadata/md5-cache/dev-ruby/session-3.1.0-r1 @@ -4,10 +4,10 @@ DESCRIPTION=A set of classes to drive external programs via pipe EAPI=2 HOMEPAGE=http://codeforpeople.com/lib/ruby/session/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 test -KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris LICENSE=Ruby RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) SLOT=0 SRC_URI=mirror://rubygems/session-3.1.0.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7acee281fdf8524bbd60d15e333d1b9f +_md5_=9765108c572d409bf02258e4acf1cb59 diff --git a/metadata/md5-cache/dev-ruby/test-unit-rr-1.0.2 b/metadata/md5-cache/dev-ruby/test-unit-rr-1.0.2 index 4cb5a9f31935..8fa2ce9b0666 100644 --- a/metadata/md5-cache/dev-ruby/test-unit-rr-1.0.2 +++ b/metadata/md5-cache/dev-ruby/test-unit-rr-1.0.2 @@ -4,11 +4,11 @@ DESCRIPTION=RR adapter for Test::Unit. EAPI=5 HOMEPAGE=http://rubyforge.org/projects/test-unit/ IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 test -KEYWORDS=~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 LICENSE=LGPL-2.1+ RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/rr-1.0.2[ruby_targets_ruby18] >=dev-ruby/test-unit-2.5.2[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/rr-1.0.2[ruby_targets_ruby19] >=dev-ruby/test-unit-2.5.2[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/rr-1.0.2[ruby_targets_jruby] >=dev-ruby/test-unit-2.5.2[ruby_targets_jruby] ) ruby_targets_ree18? ( >=dev-ruby/rr-1.0.2[ruby_targets_ree18] >=dev-ruby/test-unit-2.5.2[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 ) SLOT=0 SRC_URI=mirror://rubygems/test-unit-rr-1.0.2.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6586a34b6a9efced46114b97df401461 +_md5_=5d44a75948c97d4531717403b2fd4b38 diff --git a/metadata/md5-cache/dev-ruby/tidy-ext-0.1.14 b/metadata/md5-cache/dev-ruby/tidy-ext-0.1.14 index feee255617a6..a4a50b7b0c5e 100644 --- a/metadata/md5-cache/dev-ruby/tidy-ext-0.1.14 +++ b/metadata/md5-cache/dev-ruby/tidy-ext-0.1.14 @@ -4,11 +4,11 @@ DESCRIPTION=W3C HTML Tidy library implemented as a Ruby extension. EAPI=4 HOMEPAGE=http://github.com/carld/tidy IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test -KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 +KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 LICENSE=HTML-Tidy RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ) SLOT=0 SRC_URI=mirror://rubygems/tidy-ext-0.1.14.gem _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=fa124c56733e96b9db01fc0094b9e640 +_md5_=1b5b0b9fde5e6ef61c7255b3daae05ab diff --git a/metadata/md5-cache/dev-ruby/yard-0.8.3 b/metadata/md5-cache/dev-ruby/yard-0.8.3 index 9f6c166b92d1..6cae30aaf3be 100644 --- a/metadata/md5-cache/dev-ruby/yard-0.8.3 +++ b/metadata/md5-cache/dev-ruby/yard-0.8.3 @@ -4,11 +4,11 @@ DESCRIPTION=Documentation generation tool for the Ruby programming language EAPI=4 HOMEPAGE=http://yardoc.org/ IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test -KEYWORDS=~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby ) SLOT=0 SRC_URI=https://github.com/lsegal/yard/tarball/0.8.3 -> yard-0.8.3-git.tgz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5c6ad4376dea89f051fa8e5cff51f93f +_md5_=86258dc072880b19fa3dbc2568c1fb8c diff --git a/metadata/md5-cache/dev-util/anjuta-3.6.2-r1 b/metadata/md5-cache/dev-util/anjuta-3.6.2-r1 index 3a498015ceec..7bc3b68a9c32 100644 --- a/metadata/md5-cache/dev-util/anjuta-3.6.2-r1 +++ b/metadata/md5-cache/dev-util/anjuta-3.6.2-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.32:2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.4:3 >=x11 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/anjuta/3.6/anjuta-3.6.2.tar.xz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala ad1e7234faa2244a7e10f1c864371475 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala ad1e7234faa2244a7e10f1c864371475 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=0a996e7a95e22c92ce72eff61733b070 diff --git a/metadata/md5-cache/dev-util/coccigrep-1.12 b/metadata/md5-cache/dev-util/coccigrep-1.12 index 80fa70009818..c6d3d9667218 100644 --- a/metadata/md5-cache/dev-util/coccigrep-1.12 +++ b/metadata/md5-cache/dev-util/coccigrep-1.12 @@ -10,5 +10,5 @@ RDEPEND=dev-util/coccinelle[python] virtual/python-argparse[python_targets_pytho REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/regit/coccigrep/archive/v1.12.tar.gz -> coccigrep-1.12.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 elisp-common cdb887d0e278ea6e82ea2a5d4792c52a eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 elisp-common cdb887d0e278ea6e82ea2a5d4792c52a eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 _md5_=d9a1a3ee72ff732f7deca102394a30c2 diff --git a/metadata/md5-cache/dev-util/d-feet-0.1.15 b/metadata/md5-cache/dev-util/d-feet-0.1.15 index c23f10eb8b09..caae4e3f2bdb 100644 --- a/metadata/md5-cache/dev-util/d-feet-0.1.15 +++ b/metadata/md5-cache/dev-util/d-feet-0.1.15 @@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/dbus-1.0 >=dev-python/dbus-python-0.82.3 dev-python/pygtk:2 g REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://gnome/sources/d-feet/0.1/d-feet-0.1.15.tar.xz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=4520af41b1fcb480601e8a24c948ee06 diff --git a/metadata/md5-cache/dev-util/d-feet-0.3.1 b/metadata/md5-cache/dev-util/d-feet-0.3.1 index 7c4f0cdf387b..ccee0a8374ce 100644 --- a/metadata/md5-cache/dev-util/d-feet-0.3.1 +++ b/metadata/md5-cache/dev-util/d-feet-0.3.1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.34:2 dev-python/pygobject:3 >=sys-apps/dbus-1 x11-libs REQUIRED_USE=|| ( python_targets_python2_7 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://gnome/sources/d-feet/0.3/d-feet-0.3.1.tar.xz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=0242e7ffed1005a0cfc165de87dc3bea diff --git a/metadata/md5-cache/dev-util/debootstrap-1.0.44 b/metadata/md5-cache/dev-util/debootstrap-1.0.44 index 1bc97036db88..470c24948046 100644 --- a/metadata/md5-cache/dev-util/debootstrap-1.0.44 +++ b/metadata/md5-cache/dev-util/debootstrap-1.0.44 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile install postinst unpack DESCRIPTION=Debian/Ubuntu bootstrap scripts EAPI=4 HOMEPAGE=http://packages.qa.debian.org/d/debootstrap.html -KEYWORDS=~alpha amd64 ~arm ia64 ppc ppc64 ~sh ~sparc x86 +KEYWORDS=alpha amd64 ~arm ia64 ppc ppc64 ~sh sparc x86 LICENSE=MIT RDEPEND=app-arch/dpkg net-misc/wget sys-devel/binutils SLOT=0 SRC_URI=mirror://debian/pool/main/d/debootstrap/debootstrap_1.0.44.tar.gz mirror://gentoo/devices.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9c844f7f225198aa1acccc3938ed19aa +_md5_=60d547e27379071c453043db26bc7f2c diff --git a/metadata/md5-cache/dev-util/devhelp-3.6.1-r1 b/metadata/md5-cache/dev-util/devhelp-3.6.1-r1 index 1a8a632442ab..8c21077610d1 100644 --- a/metadata/md5-cache/dev-util/devhelp-3.6.1-r1 +++ b/metadata/md5-cache/dev-util/devhelp-3.6.1-r1 @@ -10,5 +10,5 @@ RDEPEND=>=gnome-base/gconf-2.6:2 >=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.4:3 >= REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0/3-1 SRC_URI=mirror://gnome/sources/devhelp/3.6/devhelp-3.6.1.tar.xz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=41ae9cff08ec48c8b89583b3e9502a79 diff --git a/metadata/md5-cache/dev-util/gdbus-codegen-2.34.2 b/metadata/md5-cache/dev-util/gdbus-codegen-2.34.2 index 44faf1a12ab8..181ecb6655b3 100644 --- a/metadata/md5-cache/dev-util/gdbus-codegen-2.34.2 +++ b/metadata/md5-cache/dev-util/gdbus-codegen-2.34.2 @@ -11,5 +11,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://gnome/sources/glib/2.34/glib-2.34.2.tar.xz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 gnome.org 8fef8f967214f56e08fa92d61163d891 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 gnome.org 8fef8f967214f56e08fa92d61163d891 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=01cb6ba0771d6eec6c46714e2cb39889 diff --git a/metadata/md5-cache/dev-util/gdbus-codegen-2.34.3 b/metadata/md5-cache/dev-util/gdbus-codegen-2.34.3 index 4686712de16c..b57acc58aa58 100644 --- a/metadata/md5-cache/dev-util/gdbus-codegen-2.34.3 +++ b/metadata/md5-cache/dev-util/gdbus-codegen-2.34.3 @@ -11,5 +11,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 ) SLOT=0 SRC_URI=mirror://gnome/sources/glib/2.34/glib-2.34.3.tar.xz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 gnome.org 8fef8f967214f56e08fa92d61163d891 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 gnome.org 8fef8f967214f56e08fa92d61163d891 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=afb2470947acb1403bdbfe4c339d67a9 diff --git a/metadata/md5-cache/dev-util/glade-3.14.2 b/metadata/md5-cache/dev-util/glade-3.14.2 index 55f667d6c934..3356956ca5cd 100644 --- a/metadata/md5-cache/dev-util/glade-3.14.2 +++ b/metadata/md5-cache/dev-util/glade-3.14.2 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/atk[introspection?] >=dev-libs/glib-2.32:2 >=dev-libs/libxml2-2 REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=3.10/4 SRC_URI=mirror://gnome/sources/glade/3.14/glade-3.14.2.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=be932d30f3f53f901f6a4e99691fed9e diff --git a/metadata/md5-cache/dev-util/ninja-1.0.0 b/metadata/md5-cache/dev-util/ninja-1.0.0 index 72d76b972ca1..edda28e9f33e 100644 --- a/metadata/md5-cache/dev-util/ninja-1.0.0 +++ b/metadata/md5-cache/dev-util/ninja-1.0.0 @@ -6,8 +6,8 @@ HOMEPAGE=http://github.com/martine/ninja IUSE=doc emacs vim-syntax zsh-completion KEYWORDS=~amd64 ~x86 ~ppc-macos LICENSE=Apache-2.0 -RDEPEND=emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) zsh-completion? ( app-shells/zsh ) =dev-lang/python-2* +RDEPEND=emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) zsh-completion? ( app-shells/zsh ) ! ninja-1.0.0.tar.gz _eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 elisp-common cdb887d0e278ea6e82ea2a5d4792c52a multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e vcs-snapshot d7572a392e0bd8e207deae5414f6a887 -_md5_=c368f2d8b70c1a6ed7567f48144aa1e6 +_md5_=2292710ac08dceddc507e3599b121935 diff --git a/metadata/md5-cache/dev-util/pkgconf-0.8.9 b/metadata/md5-cache/dev-util/pkgconf-0.8.9 index 42ecb64b0829..f2ae3152d79a 100644 --- a/metadata/md5-cache/dev-util/pkgconf-0.8.9 +++ b/metadata/md5-cache/dev-util/pkgconf-0.8.9 @@ -4,10 +4,10 @@ DESCRIPTION=pkg-config compatible replacement with no dependencies other than AN EAPI=4 HOMEPAGE=https://github.com/pkgconf/pkgconf IUSE=+pkg-config strict -KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris LICENSE=BSD-1 RDEPEND=pkg-config? ( !dev-util/pkgconfig !dev-util/pkg-config-lite !dev-util/pkgconfig-openbsd[pkg-config] ) SLOT=0 SRC_URI=https://github.com/pkgconf/pkgconf/tarball/pkgconf-0.8.9 -> pkgconf-0.8.9.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vcs-snapshot d7572a392e0bd8e207deae5414f6a887 -_md5_=7414b5b587d7a6b90368d3275a93f037 +_md5_=0d597a5177176b51db64e39ecb31d81b diff --git a/metadata/md5-cache/dev-util/qt-creator-2.6.1 b/metadata/md5-cache/dev-util/qt-creator-2.6.1 new file mode 100644 index 000000000000..26daafaf3967 --- /dev/null +++ b/metadata/md5-cache/dev-util/qt-creator-2.6.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare unpack +DEPEND=>=x11-libs/qt-assistant-4.8.0:4[doc?] >=x11-libs/qt-core-4.8.0:4[ssl] >=x11-libs/qt-declarative-4.8.0:4 >=x11-libs/qt-gui-4.8.0:4 >=x11-libs/qt-script-4.8.0:4 >=x11-libs/qt-sql-4.8.0:4 >=x11-libs/qt-svg-4.8.0:4 debug? ( >=x11-libs/qt-test-4.8.0:4 ) !botan-bundled? ( >=dev-libs/botan-1.10.2 ) !botan-bundled? ( virtual/pkgconfig ) +DESCRIPTION=Lightweight IDE for C++ development centering around Qt +EAPI=4 +HOMEPAGE=http://qt-project.org/wiki/Category:Tools::QtCreator +IUSE=+botan-bundled debug doc examples android autotools bazaar clearcase cmake cvs fakevim git madde mercurial perforce qnx subversion valgrind linguas_cs linguas_de linguas_fr linguas_hu linguas_ja linguas_pl linguas_ru linguas_sl linguas_zh_CN +KEYWORDS=~amd64 ~x86 +LICENSE=LGPL-2.1 +PDEPEND=autotools? ( sys-devel/autoconf ) bazaar? ( dev-vcs/bzr ) cmake? ( dev-util/cmake ) cvs? ( dev-vcs/cvs ) git? ( dev-vcs/git ) mercurial? ( dev-vcs/mercurial ) subversion? ( dev-vcs/subversion ) valgrind? ( dev-util/valgrind ) +RDEPEND=>=x11-libs/qt-assistant-4.8.0:4[doc?] >=x11-libs/qt-core-4.8.0:4[ssl] >=x11-libs/qt-declarative-4.8.0:4 >=x11-libs/qt-gui-4.8.0:4 >=x11-libs/qt-script-4.8.0:4 >=x11-libs/qt-sql-4.8.0:4 >=x11-libs/qt-svg-4.8.0:4 debug? ( >=x11-libs/qt-test-4.8.0:4 ) !botan-bundled? ( >=dev-libs/botan-1.10.2 ) >=sys-devel/gdb-7.2[python] examples? ( >=x11-libs/qt-demo-4.8.0:4 ) +SLOT=0 +SRC_URI=http://releases.qt-project.org/qtcreator/2.6.1/qt-creator-2.6.1-src.tar.gz +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 l10n 33bde4fb0cfd3a21a277b66bfd837e19 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6b32968a735c3d829a516f9fd93d6c32 diff --git a/metadata/md5-cache/dev-util/synopsis-0.13 b/metadata/md5-cache/dev-util/synopsis-0.13 index b42167bb8050..49f623d48f9d 100644 --- a/metadata/md5-cache/dev-util/synopsis-0.13 +++ b/metadata/md5-cache/dev-util/synopsis-0.13 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/boehm-gc media-gfx/graphviz dev-python/python-exec[python_targe REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://synopsis.fresco.org/download/synopsis-0.13.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=10b9d86cbf31985db82500d034a68e75 diff --git a/metadata/md5-cache/dev-vcs/bzr-2.5.1 b/metadata/md5-cache/dev-vcs/bzr-2.5.1 index 9c761bed4e1b..baa0a29d2959 100644 --- a/metadata/md5-cache/dev-vcs/bzr-2.5.1 +++ b/metadata/md5-cache/dev-vcs/bzr-2.5.1 @@ -4,10 +4,10 @@ DESCRIPTION=Bazaar is a next generation distributed version control system. EAPI=4 HOMEPAGE=http://bazaar-vcs.org/ IUSE=curl doc +sftp test -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris LICENSE=GPL-2 RDEPEND=|| ( dev-lang/python:2.7[xml] dev-lang/python:2.6[xml] dev-python/celementtree ) curl? ( dev-python/pycurl ) sftp? ( dev-python/paramiko ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) || ( =dev-lang/python-2.7*[threads,ssl] =dev-lang/python-2.6*[threads,ssl] ) SLOT=0 SRC_URI=http://launchpad.net/bzr/2.5/2.5.1/+download/bzr-2.5.1.tar.gz _eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b4cea3448dfc64b5491262150373fd17 +_md5_=12583575558378c2975c6070fbed2ce4 diff --git a/metadata/md5-cache/dev-vcs/bzrtools-2.5 b/metadata/md5-cache/dev-vcs/bzrtools-2.5 index 7bac56117f08..05f2fd5a7cc5 100644 --- a/metadata/md5-cache/dev-vcs/bzrtools-2.5 +++ b/metadata/md5-cache/dev-vcs/bzrtools-2.5 @@ -3,11 +3,11 @@ DEPEND=|| ( =dev-vcs/bzr-2.4* =dev-vcs/bzr-2.5* ) =dev-lang/python-2* DESCRIPTION=bzrtools is a useful collection of utilities for bzr. EAPI=3 HOMEPAGE=http://bazaar-vcs.org/BzrTools -KEYWORDS=alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos LICENSE=GPL-2 RDEPEND=|| ( =dev-vcs/bzr-2.4* =dev-vcs/bzr-2.5* ) =dev-lang/python-2* RESTRICT=test SLOT=0 SRC_URI=https://launchpad.net/bzrtools/stable/2.5/+download/bzrtools-2.5.tar.gz _eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f6960c14738256c436633a8cae719c47 +_md5_=8db2618ad96c9bf3b2d792822a110ff3 diff --git a/metadata/md5-cache/dev-vcs/git-bz-0.12.12.15 b/metadata/md5-cache/dev-vcs/git-bz-0.12.12.15 index 0bcaac592201..d23939a6375b 100644 --- a/metadata/md5-cache/dev-vcs/git-bz-0.12.12.15 +++ b/metadata/md5-cache/dev-vcs/git-bz-0.12.12.15 @@ -9,5 +9,5 @@ RDEPEND=dev-vcs/git REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 SRC_URI=mirror://bitbucket/mgorny/git-bz/downloads/git-bz-0.12.12.15.tar.bz2 -_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e _md5_=6ff1bc0d8bb58c5489b6a646c6f0fbf6 diff --git a/metadata/md5-cache/dev-vcs/git-bz-9999 b/metadata/md5-cache/dev-vcs/git-bz-9999 index 63cc39a793bb..dee33e7b217a 100644 --- a/metadata/md5-cache/dev-vcs/git-bz-9999 +++ b/metadata/md5-cache/dev-vcs/git-bz-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-vcs/git REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_pypy1_8 python_targets_pypy1_9 ) SLOT=0 -_eclasses_=git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_eclasses_=git-2 15733ab6a6feb34af9837b41623c2bad multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e _md5_=e05c84febb106d9cdde7197aa0604a4d diff --git a/metadata/md5-cache/dev-vcs/mercurial-2.4.1-r1 b/metadata/md5-cache/dev-vcs/mercurial-2.4.1-r1 new file mode 100644 index 000000000000..df84d0704385 --- /dev/null +++ b/metadata/md5-cache/dev-vcs/mercurial-2.4.1-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup test +DEPEND=emacs? ( virtual/emacs ) test? ( app-arch/unzip dev-python/pygments ) app-text/asciidoc =dev-lang/python-2* =dev-lang/python-2*[threads] +DESCRIPTION=Scalable distributed SCM +EAPI=3 +HOMEPAGE=http://mercurial.selenic.com/ +IUSE=bugzilla emacs gpg test tk zsh-completion +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=GPL-2 +RDEPEND=bugzilla? ( dev-python/mysql-python ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) zsh-completion? ( app-shells/zsh ) app-misc/ca-certificates =dev-lang/python-2* =dev-lang/python-2*[threads] +SLOT=0 +SRC_URI=http://mercurial.selenic.com/release/mercurial-2.4.1.tar.gz +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils 15ae23f6f8219a009bfcfff7724fe727 elisp-common cdb887d0e278ea6e82ea2a5d4792c52a eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=efa09379536c0a6e2cb130d4988e737d diff --git a/metadata/md5-cache/dev-vcs/mercurial-9999 b/metadata/md5-cache/dev-vcs/mercurial-9999 index 1e08bbace298..0d51745e9f38 100644 --- a/metadata/md5-cache/dev-vcs/mercurial-9999 +++ b/metadata/md5-cache/dev-vcs/mercurial-9999 @@ -5,7 +5,7 @@ EAPI=3 HOMEPAGE=http://mercurial.selenic.com/ IUSE=bugzilla emacs gpg test tk zsh-completion LICENSE=GPL-2 -RDEPEND=bugzilla? ( dev-python/mysql-python ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) zsh-completion? ( app-shells/zsh ) =dev-lang/python-2* =dev-lang/python-2*[threads] +RDEPEND=bugzilla? ( dev-python/mysql-python ) gpg? ( app-crypt/gnupg ) tk? ( dev-lang/tk ) zsh-completion? ( app-shells/zsh ) app-misc/ca-certificates =dev-lang/python-2* =dev-lang/python-2*[threads] SLOT=0 _eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 distutils 15ae23f6f8219a009bfcfff7724fe727 elisp-common cdb887d0e278ea6e82ea2a5d4792c52a eutils d40dc948067bd3db1c8ebf7d51897313 mercurial 6840a3d39fd16bd270579bf4499f269b multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1833d5103098b3baef4986f3778aba12 +_md5_=c8bd006db606955850c5827c6d90603f diff --git a/metadata/md5-cache/dev-vcs/subversion-1.7.7 b/metadata/md5-cache/dev-vcs/subversion-1.7.7 index e83f7f993d4b..77f64e552b98 100644 --- a/metadata/md5-cache/dev-vcs/subversion-1.7.7 +++ b/metadata/md5-cache/dev-vcs/subversion-1.7.7 @@ -4,10 +4,10 @@ DESCRIPTION=Advanced version control system EAPI=3 HOMEPAGE=http://subversion.apache.org/ IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf apache2 elibc_FreeBSD java -KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=Subversion GPL-2 RDEPEND=>=dev-db/sqlite-3.4 >=dev-libs/apr-1.3:1 >=dev-libs/apr-util-1.3:1 dev-libs/expat sys-libs/zlib berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( =dev-lang/python-2* ) gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) kde? ( sys-apps/dbus x11-libs/qt-core:4 x11-libs/qt-dbus:4 x11-libs/qt-gui:4 >=kde-base/kdelibs-4:4 ) perl? ( dev-lang/perl ) python? ( =dev-lang/python-2* ) ruby? ( >=dev-lang/ruby-1.8.2:1.8 ) sasl? ( dev-libs/cyrus-sasl ) webdav-neon? ( >=net-libs/neon-0.28 ) webdav-serf? ( >=net-libs/serf-0.3.0 ) apache2? ( www-servers/apache[apache2_modules_dav] ) java? ( >=virtual/jre-1.5 ) kde? ( kde-base/kwalletd ) nls? ( virtual/libintl ) perl? ( dev-perl/URI ) apache2? ( =www-servers/apache-2* ) java? ( >=dev-java/java-config-2.1.9-r1 ) dev-lang/perl[-build] SLOT=0 SRC_URI=mirror://apache/subversion/subversion-1.7.7.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f base ec46b36a6f6fd1d0b505a33e0b74e413 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 db-use 2f5d6a2718559b90a51648d8ff58be83 depend.apache 1a38534d3f755d1ab1d92ce120bd7dbd elisp-common cdb887d0e278ea6e82ea2a5d4792c52a eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 2d9eb3508fa5d6759e39354b74545567 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=dc0fccf1329a004242cd065686945b04 +_md5_=e8accb9ba3421387f87c020064a0df6f diff --git a/metadata/md5-cache/games-rpg/eternal-lands-1.9.3-r2 b/metadata/md5-cache/games-rpg/eternal-lands-1.9.3-r2 index c425941574d2..7c013c0911e2 100644 --- a/metadata/md5-cache/games-rpg/eternal-lands-1.9.3-r2 +++ b/metadata/md5-cache/games-rpg/eternal-lands-1.9.3-r2 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack -DEPEND=dev-libs/libxml2 media-libs/cal3d[-16bit-indices] media-libs/freealut media-libs/libpng:0 media-libs/libsdl[X] media-libs/libvorbis media-libs/openal media-libs/sdl-image media-libs/sdl-net >=games-rpg/eternal-lands-data-1.9.3 sys-libs/zlib[minizip] virtual/glu virtual/opengl x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp x11-libs/libXext >=app-admin/eselect-opengl-1.0.6-r1 app-arch/unzip virtual/pkgconfig doc? ( app-doc/doxygen media-gfx/graphviz ) >=sys-apps/sed-4 +DEPEND=dev-libs/libxml2 media-libs/cal3d[-16bit-indices] media-libs/freealut media-libs/libpng:0 media-libs/libsdl[X,opengl,video] media-libs/libvorbis media-libs/openal media-libs/sdl-image media-libs/sdl-net >=games-rpg/eternal-lands-data-1.9.3 sys-libs/zlib[minizip] virtual/glu virtual/opengl x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp x11-libs/libXext >=app-admin/eselect-opengl-1.0.6-r1 app-arch/unzip virtual/pkgconfig doc? ( app-doc/doxygen media-gfx/graphviz ) >=sys-apps/sed-4 DESCRIPTION=An online MMORPG written in C and SDL EAPI=4 HOMEPAGE=http://www.eternal-lands.com IUSE=debug doc kernel_linux KEYWORDS=~amd64 ~x86 ~x86-fbsd LICENSE=eternal_lands -RDEPEND=dev-libs/libxml2 media-libs/cal3d[-16bit-indices] media-libs/freealut media-libs/libpng:0 media-libs/libsdl[X] media-libs/libvorbis media-libs/openal media-libs/sdl-image media-libs/sdl-net >=games-rpg/eternal-lands-data-1.9.3 sys-libs/zlib[minizip] virtual/glu virtual/opengl x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp x11-libs/libXext +RDEPEND=dev-libs/libxml2 media-libs/cal3d[-16bit-indices] media-libs/freealut media-libs/libpng:0 media-libs/libsdl[X,opengl,video] media-libs/libvorbis media-libs/openal media-libs/sdl-image media-libs/sdl-net >=games-rpg/eternal-lands-data-1.9.3 sys-libs/zlib[minizip] virtual/glu virtual/opengl x11-libs/libX11 x11-libs/libXau x11-libs/libXdmcp x11-libs/libXext SLOT=0 SRC_URI=mirror://gentoo/elc_1.9.3-20120213.tar.bz2 http://dev.gentoo.org/~rich0/distfiles/eternal-lands.png _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 games e0a83e3f3f024b8c8ef7a8217d716cbf gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8f7e2d88ffa09265e1184ba7234d4ac4 +_md5_=0f5e22e241ce388f4196023dedc90537 diff --git a/metadata/md5-cache/games-util/pyfa-1.1.11 b/metadata/md5-cache/games-util/pyfa-1.1.11 index 251b3a6729c6..140390ab4d9f 100644 --- a/metadata/md5-cache/games-util/pyfa-1.1.11 +++ b/metadata/md5-cache/games-util/pyfa-1.1.11 @@ -10,5 +10,5 @@ RDEPEND=dev-python/sqlalchemy dev-python/wxpython:2.8 graph? ( dev-python/matplo REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://dl.evefit.org/pyfa/stable/1.1.11/pyfa-1.1.11-retribution-1.0-src.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=95da022b4b2ce9c6949a5681c69279fa diff --git a/metadata/md5-cache/games-util/pyfa-1.1.12 b/metadata/md5-cache/games-util/pyfa-1.1.12 index 79573be8616e..04ab69ee94e4 100644 --- a/metadata/md5-cache/games-util/pyfa-1.1.12 +++ b/metadata/md5-cache/games-util/pyfa-1.1.12 @@ -10,5 +10,5 @@ RDEPEND=dev-python/sqlalchemy dev-python/wxpython:2.8 graph? ( dev-python/matplo REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://dl.evefit.org/pyfa/stable/1.1.12/pyfa-1.1.12-retribution-1.0.2-src.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=536b580c1e429586340882562162a758 diff --git a/metadata/md5-cache/gnome-base/gnome-applets-3.6.0-r1 b/metadata/md5-cache/gnome-base/gnome-applets-3.6.0-r1 index 784c05c323ca..546db9870975 100644 --- a/metadata/md5-cache/gnome-base/gnome-applets-3.6.0-r1 +++ b/metadata/md5-cache/gnome-base/gnome-applets-3.6.0-r1 @@ -10,5 +10,5 @@ RDEPEND=>=x11-libs/gtk+-3.0.0:3 dev-libs/atk >=dev-libs/glib-2.22:2 >=gnome-base REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://dev.gentoo.org/~tetromino/distfiles/gnome-applets/gnome-applets-3.6.0-unofficial.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=157d67a74644a178ce0839df8421ffd8 diff --git a/metadata/md5-cache/gnome-base/gnome-menus-3.6.1-r2 b/metadata/md5-cache/gnome-base/gnome-menus-3.6.1-r2 index 240491d3342f..7919c2e06068 100644 --- a/metadata/md5-cache/gnome-base/gnome-menus-3.6.1-r2 +++ b/metadata/md5-cache/gnome-base/gnome-menus-3.6.1-r2 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.29.15:2 introspection? ( >=dev-libs/gobject-introspect REQUIRED_USE=python? ( introspection ) || ( python_targets_python2_6 python_targets_python2_7 ) SLOT=3 SRC_URI=mirror://gnome/sources/gnome-menus/3.6/gnome-menus-3.6.1.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=5f91d37597249978a82ec3a1ac999eed diff --git a/metadata/md5-cache/gnome-base/gnome-shell-3.6.2-r1 b/metadata/md5-cache/gnome-base/gnome-shell-3.6.2-r1 index 1dafba38fdc1..42b7cfad95cd 100644 --- a/metadata/md5-cache/gnome-base/gnome-shell-3.6.2-r1 +++ b/metadata/md5-cache/gnome-base/gnome-shell-3.6.2-r1 @@ -10,5 +10,5 @@ RDEPEND=>=app-accessibility/at-spi2-atk-2.5.3 >=dev-libs/atk-2[introspection] >= REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-shell/3.6/gnome-shell-3.6.2.tar.xz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=19719bc6eccf2599c1e1591c7ed7add7 diff --git a/metadata/md5-cache/gnome-extra/cinnamon-1.6.7 b/metadata/md5-cache/gnome-extra/cinnamon-1.6.7 index 1818fc4de29b..e76d153d6252 100644 --- a/metadata/md5-cache/gnome-extra/cinnamon-1.6.7 +++ b/metadata/md5-cache/gnome-extra/cinnamon-1.6.7 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.29.10:2 >=dev-libs/gjs-1.29.18 >=dev-libs/gobject-intr REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=https://github.com/linuxmint/Cinnamon/tarball/1.6.7 -> cinnamon-1.6.7.tar.gz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=1b12ce542faf511e56f9d5ffd6440b9b diff --git a/metadata/md5-cache/gnome-extra/gnome-clocks-0.1.5 b/metadata/md5-cache/gnome-extra/gnome-clocks-0.1.5 index 0bda3e7c9f6e..b155b3aa901f 100644 --- a/metadata/md5-cache/gnome-extra/gnome-clocks-0.1.5 +++ b/metadata/md5-cache/gnome-extra/gnome-clocks-0.1.5 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/libgweather[introspection] dev-python/pycairo >=dev-python/pygo REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-clocks/0.1/gnome-clocks-0.1.5.tar.xz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=db3f8be1be59fbfce5ab7c4af4b32ac5 diff --git a/metadata/md5-cache/gnome-extra/gnome-games-3.6.1-r1 b/metadata/md5-cache/gnome-extra/gnome-games-3.6.1-r1 index 54a897fa3f8e..ce2761132471 100644 --- a/metadata/md5-cache/gnome-extra/gnome-games-3.6.1-r1 +++ b/metadata/md5-cache/gnome-extra/gnome-games-3.6.1-r1 @@ -11,5 +11,5 @@ RDEPEND=>=dev-libs/glib-2.25.7 >=gnome-base/librsvg-2.32 >=x11-libs/cairo-1.10 > REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-games/3.6/gnome-games-3.6.1.tar.xz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa games e0a83e3f3f024b8c8ef7a8217d716cbf gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa games e0a83e3f3f024b8c8ef7a8217d716cbf gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=954617937746edaa09b63626b8c81cdd diff --git a/metadata/md5-cache/gnome-extra/gnome-packagekit-3.6.1-r1 b/metadata/md5-cache/gnome-extra/gnome-packagekit-3.6.1-r1 index 3ab3307b23bc..7bbbae23e4bb 100644 --- a/metadata/md5-cache/gnome-extra/gnome-packagekit-3.6.1-r1 +++ b/metadata/md5-cache/gnome-extra/gnome-packagekit-3.6.1-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.32:2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.91.0:3 >= REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-packagekit/3.6/gnome-packagekit-3.6.1.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=1b0b39a090c3df64773e3b44c30cbc37 diff --git a/metadata/md5-cache/gnome-extra/gnome-tweak-tool-3.6.1-r1 b/metadata/md5-cache/gnome-extra/gnome-tweak-tool-3.6.1-r1 index 3c10bb4b8435..7cb5e3f5ac2c 100644 --- a/metadata/md5-cache/gnome-extra/gnome-tweak-tool-3.6.1-r1 +++ b/metadata/md5-cache/gnome-extra/gnome-tweak-tool-3.6.1-r1 @@ -10,5 +10,5 @@ RDEPEND=>=gnome-base/gsettings-desktop-schemas-3.4 >=dev-python/pygobject-3.2.1: REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-tweak-tool/3.6/gnome-tweak-tool-3.6.1.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=0feafecb5a02c4af844267c146b4d110 diff --git a/metadata/md5-cache/gnome-extra/libgda-5.1.1-r1 b/metadata/md5-cache/gnome-extra/libgda-5.1.1-r1 index 738373e716d0..13736287da0f 100644 --- a/metadata/md5-cache/gnome-extra/libgda-5.1.1-r1 +++ b/metadata/md5-cache/gnome-extra/libgda-5.1.1-r1 @@ -11,5 +11,5 @@ REQUIRED_USE=canvas? ( gtk ) firebird? ( !bindist ) graphviz? ( gtk ) sourceview RESTRICT=test SLOT=5/4 SRC_URI=mirror://gnome/sources/libgda/5.1/libgda-5.1.1.tar.xz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 2d9eb3508fa5d6759e39354b74545567 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f db-use 2f5d6a2718559b90a51648d8ff58be83 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 2d9eb3508fa5d6759e39354b74545567 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=66a11bbf001f6ec793d4de05d6084ab7 diff --git a/metadata/md5-cache/gnome-extra/libgsf-1.14.25 b/metadata/md5-cache/gnome-extra/libgsf-1.14.25 index e8781de968d1..f79f6ab0671e 100644 --- a/metadata/md5-cache/gnome-extra/libgsf-1.14.25 +++ b/metadata/md5-cache/gnome-extra/libgsf-1.14.25 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.26:2 >=dev-libs/libxml2-2.4.16:2 sys-libs/zlib bzip2? REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/libgsf/1.14/libgsf-1.14.25.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=e64bc50ea454c51e3a9612849a97eb40 diff --git a/metadata/md5-cache/mail-client/alpine-2.00-r5 b/metadata/md5-cache/mail-client/alpine-2.00-r5 index f1cba0aec595..6fb3c494564e 100644 --- a/metadata/md5-cache/mail-client/alpine-2.00-r5 +++ b/metadata/md5-cache/mail-client/alpine-2.00-r5 @@ -4,10 +4,10 @@ DESCRIPTION=alpine is an easy to use text-based based mail and news client EAPI=4 HOMEPAGE=http://www.washington.edu/alpine/ http://patches.freeiz.com/alpine/ IUSE=doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads topal +chappa -KEYWORDS=~alpha amd64 ia64 ppc ~sparc x86 +KEYWORDS=alpha amd64 ia64 ppc sparc x86 LICENSE=Apache-2.0 RDEPEND=virtual/pam >=net-libs/c-client-2007f-r4[topal=,chappa=] >=sys-libs/ncurses-5.1 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) kerberos? ( app-crypt/mit-krb5 ) spell? ( app-text/aspell ) topal? ( >=net-mail/topal-72 ) app-misc/mime-types !onlyalpine? ( !mail-client/pine ) !<=net-mail/uw-imap-2004g SLOT=0 SRC_URI=ftp://ftp.cac.washington.edu/alpine/alpine-2.00.tar.bz2 chappa? ( http://patches.freeiz.com/alpine/patches/alpine-2.00/all.patch.gz -> alpine-2.00-chappa-115-all.patch.gz ) _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6ca3538c20022e8d6702d2631ee1ff82 +_md5_=189049e35d287fc7b56e41dd195df25e diff --git a/metadata/md5-cache/mail-client/claws-mail-3.9.0 b/metadata/md5-cache/mail-client/claws-mail-3.9.0 index 016db47a55a8..0754bd26a3ef 100644 --- a/metadata/md5-cache/mail-client/claws-mail-3.9.0 +++ b/metadata/md5-cache/mail-client/claws-mail-3.9.0 @@ -4,10 +4,10 @@ DESCRIPTION=An email client (and news reader) based on GTK+ EAPI=4 HOMEPAGE=http://www.claws-mail.org/ IUSE=bogofilter crypt dbus dillo doc +imap ipv6 ldap nntp pda session smime spamassassin spell +ssl startup-notification xface -KEYWORDS=~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd LICENSE=GPL-3 RDEPEND=>=x11-libs/gtk+-2.20:2 pda? ( >=app-pda/jpilot-0.99 ) ssl? ( >=net-libs/gnutls-2.2.0 ) ldap? ( >=net-nds/openldap-2.0.7 ) crypt? ( >=app-crypt/gpgme-0.4.5 ) dbus? ( >=dev-libs/dbus-glib-0.60 ) dillo? ( www-client/dillo ) spell? ( >=app-text/enchant-1.0.0 ) imap? ( >=net-libs/libetpan-0.57 ) nntp? ( >=net-libs/libetpan-0.57 ) startup-notification? ( x11-libs/startup-notification ) bogofilter? ( mail-filter/bogofilter ) session? ( x11-libs/libSM x11-libs/libICE ) smime? ( >=app-crypt/gpgme-0.4.5 ) app-misc/mime-types x11-misc/shared-mime-info SLOT=0 SRC_URI=mirror://sourceforge/sylpheed-claws/claws-mail-3.9.0.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1d22307aa8ff3c29887a4ac46db2ec64 +_md5_=620be416212bbd76157bea1552062950 diff --git a/metadata/md5-cache/mail-filter/dcc-1.3.140-r1 b/metadata/md5-cache/mail-filter/dcc-1.3.140-r1 index 207b8b6d8b07..119d9a6b3415 100644 --- a/metadata/md5-cache/mail-filter/dcc-1.3.140-r1 +++ b/metadata/md5-cache/mail-filter/dcc-1.3.140-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Distributed Checksum Clearinghouse EAPI=2 HOMEPAGE=http://www.rhyolite.com/anti-spam/dcc/ IUSE=cgi ipv6 rrdtool milter -KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 +KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 LICENSE=DCC RDEPEND=dev-lang/perl rrdtool? ( net-analyzer/rrdtool ) || ( net-misc/wget www-client/fetch net-misc/curl net-ftp/ftp ) milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) ) SLOT=0 SRC_URI=http://www.rhyolite.com/anti-spam/dcc/source/old/dcc-1.3.140.tar.Z _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=01b7339b735dc65db03e0f3efba7569f +_md5_=2ae50336ef37b7b4cd5f00e15c7b660c diff --git a/metadata/md5-cache/mail-filter/libspf2-1.2.9-r3 b/metadata/md5-cache/mail-filter/libspf2-1.2.9-r3 index e56635425dba..13fdd367fb5c 100644 --- a/metadata/md5-cache/mail-filter/libspf2-1.2.9-r3 +++ b/metadata/md5-cache/mail-filter/libspf2-1.2.9-r3 @@ -4,11 +4,11 @@ DESCRIPTION=libspf2 implements the Sender Policy Framework, a part of the SPF/SR EAPI=4 HOMEPAGE=http://www.libspf2.org IUSE=static static-libs -KEYWORDS=~alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd LICENSE=|| ( LGPL-2.1 BSD-2 ) RDEPEND=!dev-perl/Mail-SPF-Query REQUIRED_USE=static? ( static-libs ) SLOT=0 SRC_URI=http://www.libspf2.org/spf/libspf2-1.2.9.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=8a049e89f17c10477a4ddb27ae8030df +_md5_=b0d1a1d63c71d842b18dfc6e43bc296d diff --git a/metadata/md5-cache/mail-mta/msmtp-1.4.30 b/metadata/md5-cache/mail-mta/msmtp-1.4.30 index 27c391b2deba..bd0a445ff3c2 100644 --- a/metadata/md5-cache/mail-mta/msmtp-1.4.30 +++ b/metadata/md5-cache/mail-mta/msmtp-1.4.30 @@ -4,11 +4,11 @@ DESCRIPTION=An SMTP client and SMTP plugin for mail user agents such as Mutt EAPI=4 HOMEPAGE=http://msmtp.sourceforge.net/ IUSE=doc gnome-keyring gnutls idn +mta nls sasl ssl vim-syntax -KEYWORDS=~alpha amd64 ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-3 RDEPEND=gnome-keyring? ( dev-python/gnome-keyring-python gnome-base/libgnome-keyring ) idn? ( net-dns/libidn ) nls? ( virtual/libintl ) sasl? ( virtual/gsasl ) ssl? ( gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl ) ) net-mail/mailbase mta? ( !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/postfix !mail-mta/qmail-ldap !mail-mta/sendmail !=mail-mta/ssmtp-2.64-r2[mta] ) REQUIRED_USE=gnutls? ( ssl ) SLOT=0 SRC_URI=mirror://sourceforge/msmtp/msmtp-1.4.30.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=7c5fea4a7af62afbe806f5997e53a2de +_md5_=d43c9002748f4ff4e117b0f977afb348 diff --git a/metadata/md5-cache/media-gfx/entangle-0.4.1 b/metadata/md5-cache/media-gfx/entangle-0.4.1 new file mode 100644 index 000000000000..0cdaa2e5f288 --- /dev/null +++ b/metadata/md5-cache/media-gfx/entangle-0.4.1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack +DEPEND=>=dev-libs/glib-2.26:2 >=x11-libs/gdk-pixbuf-2.12.0:2 x11-libs/gtk+:3 >=sys-fs/udev-145[gudev] >=dev-libs/dbus-glib-0.60 >=dev-libs/gobject-introspection-0.9.3 >=media-libs/libgphoto2-2.4.11 >=media-libs/lcms-1.18 >=dev-libs/libpeas-0.5.5[gtk] >=media-libs/gexiv2-0.2.2 >=x11-libs/libXext-1.3.0 virtual/pkgconfig app-arch/xz-utils >=sys-apps/sed-4 +DESCRIPTION=Tethered Camera Control & Capture +EAPI=4 +HOMEPAGE=http://entangle-photo.org/ +IUSE=debug +KEYWORDS=~amd64 +LICENSE=GPL-3 +RDEPEND=>=dev-libs/glib-2.26:2 >=x11-libs/gdk-pixbuf-2.12.0:2 x11-libs/gtk+:3 >=sys-fs/udev-145[gudev] >=dev-libs/dbus-glib-0.60 >=dev-libs/gobject-introspection-0.9.3 >=media-libs/libgphoto2-2.4.11 >=media-libs/lcms-1.18 >=dev-libs/libpeas-0.5.5[gtk] >=media-libs/gexiv2-0.2.2 >=x11-libs/libXext-1.3.0 +SLOT=0 +SRC_URI=http://entangle-photo.org/download/sources/entangle-0.4.1.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=4ff2a0f04a65820a34638abb87b2e599 diff --git a/metadata/md5-cache/media-gfx/eog-plugins-3.6.1-r1 b/metadata/md5-cache/media-gfx/eog-plugins-3.6.1-r1 index ab2555614085..742b306a2ef8 100644 --- a/metadata/md5-cache/media-gfx/eog-plugins-3.6.1-r1 +++ b/metadata/md5-cache/media-gfx/eog-plugins-3.6.1-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.26:2 >=dev-libs/libpeas-0.7.4:= >=media-gfx/eog-3.5.5 REQUIRED_USE=map? ( exif ) || ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/eog-plugins/3.6/eog-plugins-3.6.1.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=69e1b9d8238655465b5eb05d178c5f14 diff --git a/metadata/md5-cache/media-gfx/povray-3.7.0_rc5-r1 b/metadata/md5-cache/media-gfx/povray-3.7.0_rc5-r1 index ed4e592a866f..3708bc89e4d4 100644 --- a/metadata/md5-cache/media-gfx/povray-3.7.0_rc5-r1 +++ b/metadata/md5-cache/media-gfx/povray-3.7.0_rc5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=The Persistence of Vision Raytracer EAPI=4 HOMEPAGE=http://www.povray.org/ IUSE=debug mkl openexr tiff X -KEYWORDS=~amd64 ~hppa ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=povlegal-3.6 RDEPEND=>=dev-libs/boost-1.50.0[threads(+)] media-libs/libpng:0 sys-libs/zlib virtual/jpeg openexr? ( media-libs/ilmbase media-libs/openexr ) mkl? ( sci-libs/mkl ) tiff? ( media-libs/tiff:0 ) X? ( media-libs/libsdl ) SLOT=0 SRC_URI=http://www.povray.org/redirect/www.povray.org/beta/source/povray-3.7.0.RC5.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=37b5a37001c9342ba6b0ead9b243dfff +_md5_=532a51eeb72e2dd3a402c3dd2ff7ecb0 diff --git a/metadata/md5-cache/media-gfx/povray-3.7.0_rc6 b/metadata/md5-cache/media-gfx/povray-3.7.0_rc6 index 4f11cdd288b5..eb1cec799921 100644 --- a/metadata/md5-cache/media-gfx/povray-3.7.0_rc6 +++ b/metadata/md5-cache/media-gfx/povray-3.7.0_rc6 @@ -4,10 +4,10 @@ DESCRIPTION=The Persistence of Vision Raytracer EAPI=4 HOMEPAGE=http://www.povray.org/ IUSE=debug mkl openexr tiff X -KEYWORDS=~amd64 ~hppa ~mips ~ppc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=povlegal-3.6 RDEPEND=>=dev-libs/boost-1.50.0[threads(+)] media-libs/libpng:0 sys-libs/zlib virtual/jpeg mkl? ( sci-libs/mkl ) openexr? ( media-libs/ilmbase media-libs/openexr ) tiff? ( media-libs/tiff:0 ) X? ( media-libs/libsdl ) SLOT=0 SRC_URI=http://www.povray.org/redirect/www.povray.org/beta/source/povray-3.7.0.RC6.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b52f4cd59d8c5210d000b7fc2a601c75 +_md5_=71e30c091db4abd9e7acad1e4e1a7555 diff --git a/metadata/md5-cache/media-libs/glu-9.0.0 b/metadata/md5-cache/media-libs/glu-9.0.0 index 97d5ea99cd51..5ba594525d95 100644 --- a/metadata/md5-cache/media-libs/glu-9.0.0 +++ b/metadata/md5-cache/media-libs/glu-9.0.0 @@ -4,10 +4,10 @@ DESCRIPTION=The OpenGL Utility Library EAPI=4 HOMEPAGE=http://cgit.freedesktop.org/mesa/glu/ IUSE=multilib static-libs -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=SGI-B-2.0 RDEPEND=virtual/opengl !=app-admin/eselect-opengl-1.2.6 dev-libs/expat gbm? ( virtual/udev x11-libs/libdrm[libkms] ) >=x11-libs/libX11-1.3.99.901 x11-libs/libXdamage x11-libs/libXext x11-libs/libXxf86vm >=x11-libs/libxcb-1.8.1 vdpau? ( >=x11-libs/libvdpau-0.4.1 ) wayland? ( dev-libs/wayland ) xorg? ( x11-base/xorg-server x11-libs/libdrm[libkms] ) xvmc? ( >=x11-libs/libXvMC-1.0.6 ) >=x11-libs/libdrm-2.4.39[video_cards_nouveau?,video_cards_vmware?] video_cards_i915? ( >=x11-libs/libdrm-2.4.39[video_cards_intel] ) video_cards_i965? ( >=x11-libs/libdrm-2.4.39[video_cards_intel] ) video_cards_intel? ( >=x11-libs/libdrm-2.4.39[video_cards_intel] ) video_cards_r100? ( >=x11-libs/libdrm-2.4.39[video_cards_radeon] ) video_cards_r200? ( >=x11-libs/libdrm-2.4.39[video_cards_radeon] ) video_cards_r300? ( >=x11-libs/libdrm-2.4.39[video_cards_radeon] ) video_cards_r600? ( >=x11-libs/libdrm-2.4.39[video_cards_radeon] ) video_cards_radeon? ( >=x11-libs/libdrm-2.4.39[video_cards_radeon] ) video_cards_radeonsi? ( >=x11-libs/libdrm-2.4.39[video_cards_radeon] ) REQUIRED_USE=g3dvl? ( gallium ) llvm? ( gallium ) openvg? ( egl gallium ) gbm? ( shared-glapi ) g3dvl? ( || ( vdpau xvmc ) ) vdpau? ( g3dvl ) r600-llvm-compiler? ( gallium llvm || ( video_cards_r600 video_cards_radeon ) ) xa? ( gallium ) xorg? ( gallium ) xvmc? ( g3dvl ) video_cards_intel? ( || ( classic gallium ) ) video_cards_i915? ( || ( classic gallium ) ) video_cards_i965? ( classic ) video_cards_nouveau? ( || ( classic gallium ) ) video_cards_radeon? ( || ( classic gallium ) ) video_cards_r100? ( classic ) video_cards_r200? ( classic ) video_cards_r300? ( gallium ) video_cards_r600? ( gallium ) video_cards_radeonsi? ( gallium llvm ) video_cards_vmware? ( gallium ) SLOT=0 SRC_URI=ftp://ftp.freedesktop.org/pub/mesa/9.0.1/MesaLib-9.0.1.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=54ded73211fdfd10cbcce35339e2db78 +_md5_=00318239b68c45032908c8ef359ebf7c diff --git a/metadata/md5-cache/media-libs/ming-0.4.3-r1 b/metadata/md5-cache/media-libs/ming-0.4.3-r1 deleted file mode 100644 index ca64be97f7a2..000000000000 --- a/metadata/md5-cache/media-libs/ming-0.4.3-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare prerm setup test unpack -DEPEND=sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php? ( php_targets_php5-3? ( dev-lang/php:5.3 ) ) dev-lang/perl[-build] python? ( =dev-lang/python-2* ) -DESCRIPTION=An Open Source library for Flash movie generation. -EAPI=3 -HOMEPAGE=http://ming.sourceforge.net/ -IUSE=+perl +python php static-libs php_targets_php5-3 -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND=perl? ( dev-lang/perl ) python? ( dev-lang/python ) media-libs/freetype media-libs/libpng media-libs/giflib sys-libs/zlib !media-libs/libswf php? ( || ( =media-libs/ming-0.4.3-r1[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 ) ) dev-lang/perl[-build] python? ( =dev-lang/python-2* ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/ming/ming-0.4.3.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 php-ext-source-r2 fdd92230a8379a1fcebd1a8978703083 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b5d973a5c5d2a8806f1d5989f51cb2c9 diff --git a/metadata/md5-cache/media-libs/ming-0.4.3-r2 b/metadata/md5-cache/media-libs/ming-0.4.3-r2 deleted file mode 100644 index dfed2588d670..000000000000 --- a/metadata/md5-cache/media-libs/ming-0.4.3-r2 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install postinst postrm prepare prerm setup test unpack -DEPEND=sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 php? ( php_targets_php5-3? ( dev-lang/php:5.3 ) ) dev-lang/perl[-build] python? ( =dev-lang/python-2* ) -DESCRIPTION=An Open Source library for Flash movie generation. -EAPI=3 -HOMEPAGE=http://ming.sourceforge.net/ -IUSE=+perl +python php static-libs php_targets_php5-3 -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd -LICENSE=LGPL-2.1 -RDEPEND=perl? ( dev-lang/perl ) python? ( dev-lang/python ) media-libs/freetype media-libs/libpng media-libs/giflib sys-libs/zlib !media-libs/libswf php? ( || ( =media-libs/ming-0.4.3-r2[php_targets_php5-3] ) php_targets_php5-3? ( dev-lang/php:5.3 ) ) dev-lang/perl[-build] python? ( =dev-lang/python-2* ) -RESTRICT=test -SLOT=0 -SRC_URI=mirror://sourceforge/ming/ming-0.4.3.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 php-ext-source-r2 fdd92230a8379a1fcebd1a8978703083 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2cb6376eecf6d48937004bb3d0865b11 diff --git a/metadata/md5-cache/media-libs/phonon-4.6.0-r1 b/metadata/md5-cache/media-libs/phonon-4.6.0-r1 index 9aa38d5c9b3f..e54cc22b3503 100644 --- a/metadata/md5-cache/media-libs/phonon-4.6.0-r1 +++ b/metadata/md5-cache/media-libs/phonon-4.6.0-r1 @@ -4,7 +4,7 @@ DESCRIPTION=KDE multimedia API EAPI=4 HOMEPAGE=https://projects.kde.org/projects/kdesupport/phonon IUSE=aqua debug +gstreamer pulseaudio vlc zeitgeist -KEYWORDS=amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos LICENSE=LGPL-2.1 PDEPEND=aqua? ( media-libs/phonon-qt7 ) gstreamer? ( media-libs/phonon-gstreamer ) vlc? ( >=media-libs/phonon-vlc-0.3.2 ) RDEPEND=!!x11-libs/qt-phonon:4 >=x11-libs/qt-core-4.6.0:4 >=x11-libs/qt-dbus-4.6.0:4 >=x11-libs/qt-gui-4.6.0:4 >=x11-libs/qt-test-4.6.0:4 pulseaudio? ( dev-libs/glib:2 >=media-sound/pulseaudio-0.9.21[glib] ) zeitgeist? ( dev-libs/libqzeitgeist ) @@ -12,4 +12,4 @@ REQUIRED_USE=|| ( aqua gstreamer vlc ) SLOT=0 SRC_URI=mirror://kde/stable/phonon/4.6.0/src/phonon-4.6.0.tar.xz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 341ea44ed97a940b6ff74283ed5b94d7 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=e71ec08149fd7d4e2a29c312dada3768 +_md5_=04acfaf46d3445b9f0e8d681e44a55e2 diff --git a/metadata/md5-cache/media-plugins/quodlibet-plugins-2.5 b/metadata/md5-cache/media-plugins/quodlibet-plugins-2.5 index a4ec31d9d6ce..bf801b0fbd11 100644 --- a/metadata/md5-cache/media-plugins/quodlibet-plugins-2.5 +++ b/metadata/md5-cache/media-plugins/quodlibet-plugins-2.5 @@ -9,5 +9,5 @@ RDEPEND=>=media-sound/quodlibet-2.5 REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://quodlibet.googlecode.com/files/quodlibet-plugins-2.5.tar.gz -_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e _md5_=098563de6806697d52197eab40afb568 diff --git a/metadata/md5-cache/media-sound/mikmod-3.2.2 b/metadata/md5-cache/media-sound/mikmod-3.2.2 index 7cb1d0704bd6..8cacd224e623 100644 --- a/metadata/md5-cache/media-sound/mikmod-3.2.2 +++ b/metadata/md5-cache/media-sound/mikmod-3.2.2 @@ -3,9 +3,9 @@ DEPEND=>=media-libs/libmikmod-3.2.0 >=sys-libs/ncurses-5.7-r7 DESCRIPTION=A console MOD-Player based on libmikmod EAPI=5 HOMEPAGE=http://mikmod.shlomifish.org/ -KEYWORDS=amd64 ~hppa ia64 ppc sparc x86 +KEYWORDS=alpha amd64 ~hppa ia64 ppc sparc x86 LICENSE=GPL-2 RDEPEND=>=media-libs/libmikmod-3.2.0 >=sys-libs/ncurses-5.7-r7 SLOT=0 SRC_URI=http://mikmod.shlomifish.org/files/mikmod-3.2.2.tar.gz -_md5_=4c2c78ee699f571b7f1757516797a91c +_md5_=23f9288e1580fbb3c56213708053d82a diff --git a/metadata/md5-cache/media-sound/mpg123-1.14.4 b/metadata/md5-cache/media-sound/mpg123-1.14.4 index 2307d4d909a8..cd5e3c65cb97 100644 --- a/metadata/md5-cache/media-sound/mpg123-1.14.4 +++ b/metadata/md5-cache/media-sound/mpg123-1.14.4 @@ -4,10 +4,10 @@ DESCRIPTION=a realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3 EAPI=4 HOMEPAGE=http://www.mpg123.org/ IUSE=3dnow 3dnowext alsa altivec coreaudio int-quality ipv6 jack mmx nas oss portaudio pulseaudio sdl sse -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 LGPL-2.1 RDEPEND=alsa? ( media-libs/alsa-lib ) jack? ( media-sound/jack-audio-connection-kit ) nas? ( media-libs/nas ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-sound/pulseaudio ) sdl? ( media-libs/libsdl ) sys-devel/libtool SLOT=0 SRC_URI=http://www.mpg123.org/download/mpg123-1.14.4.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d9f3871ab2a0d755b93b9799d0b0f51b +_md5_=3d3a6a6f809bc8301c6f46e285d114ef diff --git a/metadata/md5-cache/media-sound/mpg321-0.3.1 b/metadata/md5-cache/media-sound/mpg321-0.3.1 index f8d14ba8dc80..decd8d6cccea 100644 --- a/metadata/md5-cache/media-sound/mpg321-0.3.1 +++ b/metadata/md5-cache/media-sound/mpg321-0.3.1 @@ -4,10 +4,10 @@ DESCRIPTION=A realtime MPEG 1.0/2.0/2.5 audio player for layers 1, 2 and 3 EAPI=4 HOMEPAGE=http://mpg321.sourceforge.net/ IUSE=ipv6 -KEYWORDS=alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos +KEYWORDS=alpha amd64 ~arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos LICENSE=GPL-2 RDEPEND=>=media-libs/libao-1 media-libs/libid3tag media-libs/libmad sys-libs/zlib SLOT=0 SRC_URI=mirror://sourceforge/mpg321/mpg321-0.3.1.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c7547634a968890c8f0325aced32cfff +_md5_=1013021020e20afb744291cfd21294d2 diff --git a/metadata/md5-cache/media-sound/quodlibet-2.5 b/metadata/md5-cache/media-sound/quodlibet-2.5 index 5bee0122cfaa..9ccd6875b9f4 100644 --- a/metadata/md5-cache/media-sound/quodlibet-2.5 +++ b/metadata/md5-cache/media-sound/quodlibet-2.5 @@ -10,5 +10,5 @@ RDEPEND=>=dev-python/pygtk-2.24 dev-libs/keybinder:0[python] dev-python/feedpars REQUIRED_USE=ipod? ( dbus ) || ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://quodlibet.googlecode.com/files/quodlibet-2.5.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=e1129511fc00e82be04854b786523a4a diff --git a/metadata/md5-cache/media-video/mplayer2-2.0_p20120828 b/metadata/md5-cache/media-video/mplayer2-2.0_p20120828 index eb42262e419a..907feac59d11 100644 --- a/metadata/md5-cache/media-video/mplayer2-2.0_p20120828 +++ b/metadata/md5-cache/media-video/mplayer2-2.0_p20120828 @@ -4,11 +4,11 @@ DESCRIPTION=Media Player for Linux EAPI=4 HOMEPAGE=http://www.mplayer2.org/ IUSE=+a52 aalib +alsa aqua bidi bindist bl bluray bs2b cddb +cdio cpudetection debug directfb doc +dts +dv dvb +dvd +dvdnav dxr3 +enca +faad fbcon ftp gif ggi +iconv ipv6 jack joystick jpeg kernel_linux ladspa +libass libcaca lirc mad md5sum mng +mp3 nas +network nut +opengl oss png pnm portaudio postproc pulseaudio pvr +quicktime quvi radio +rar +real +rtc samba sdl +speex tga +theora +truetype +unicode v4l vdpau +vorbis win32codecs +X xanim xinerama +xscreensaver +xv xvid symlink 3dnow 3dnowext altivec +mmx mmxext +shm sse sse2 ssse3 video_cards_s3virge video_cards_mga video_cards_tdfx -KEYWORDS=~alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux +KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc ~x86 ~amd64-linux LICENSE=GPL-3 RDEPEND=sys-libs/ncurses sys-libs/zlib !bindist? ( x86? ( win32codecs? ( media-libs/win32codecs ) ) ) X? ( x11-libs/libXext x11-libs/libXxf86vm ggi? ( media-libs/libggi media-libs/libggiwmh ) opengl? ( virtual/opengl ) vdpau? ( x11-libs/libvdpau ) xinerama? ( x11-libs/libXinerama ) xscreensaver? ( x11-libs/libXScrnSaver ) xv? ( x11-libs/libXv ) ) a52? ( media-libs/a52dec ) aalib? ( media-libs/aalib ) alsa? ( media-libs/alsa-lib ) bidi? ( dev-libs/fribidi ) bluray? ( media-libs/libbluray ) bs2b? ( media-libs/libbs2b ) cdio? ( dev-libs/libcdio ) directfb? ( dev-libs/DirectFB ) dts? ( media-libs/libdca ) dv? ( media-libs/libdv ) dvb? ( virtual/linuxtv-dvb-headers ) dvd? ( >=media-libs/libdvdread-4.1.3 dvdnav? ( >=media-libs/libdvdnav-4.1.3 ) ) enca? ( app-i18n/enca ) faad? ( media-libs/faad2 ) gif? ( media-libs/giflib ) iconv? ( virtual/libiconv ) jack? ( media-sound/jack-audio-connection-kit ) jpeg? ( virtual/jpeg ) ladspa? ( media-libs/ladspa-sdk ) libass? ( >=media-libs/libass-0.9.10[enca?,fontconfig] ) libcaca? ( media-libs/libcaca ) lirc? ( app-misc/lirc ) mad? ( media-libs/libmad ) mng? ( media-libs/libmng ) mp3? ( media-sound/mpg123 ) nas? ( media-libs/nas ) nut? ( >=media-libs/libnut-661 ) png? ( media-libs/libpng ) pnm? ( media-libs/netpbm ) portaudio? ( >=media-libs/portaudio-19_pre20111121 ) postproc? ( || ( media-libs/libpostproc =media-libs/freetype-2.2.1:2 virtual/ttf-fonts ) vorbis? ( media-libs/libvorbis ) xanim? ( media-video/xanim ) xvid? ( media-libs/xvid ) >=virtual/ffmpeg-0.10.2 symlink? ( !media-video/mplayer ) REQUIRED_USE=bindist? ( !win32codecs ) cddb? ( cdio network ) dvdnav? ( dvd ) dxr3? ( X ) ggi? ( X ) libass? ( truetype ) opengl? ( || ( X aqua ) ) radio? ( || ( dvb v4l ) ) truetype? ( iconv ) vdpau? ( X ) xinerama? ( X ) xscreensaver? ( X ) xv? ( X ) SLOT=0 SRC_URI=http://dev.gentooexperimental.org/~scarabeus/mplayer2-2.0_p20120828.tar.xz !truetype? ( mirror://mplayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 mirror://mplayer/releases/fonts/font-arial-iso-8859-2.tar.bz2 mirror://mplayer/releases/fonts/font-arial-cp1250.tar.bz2 ) _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a472e0aed28259ebe3cb9c937789ecb6 +_md5_=956e0033e40cc38145a6fd5430cde4ab diff --git a/metadata/md5-cache/media-video/pgcedit-0.8.6 b/metadata/md5-cache/media-video/pgcedit-0.8.6 new file mode 100644 index 000000000000..36549d943859 --- /dev/null +++ b/metadata/md5-cache/media-video/pgcedit-0.8.6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=install prepare +DEPEND=app-arch/unzip +DESCRIPTION=DVD IFO and Menu editor +EAPI=4 +HOMEPAGE=http://download.videohelp.com/r0lZ/pgcedit/ +IUSE=video +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=app-cdr/cdrtools >=dev-lang/tcl-8.4 >=dev-lang/tk-8.4 video? ( app-emulation/wine ) +SLOT=0 +SRC_URI=http://download.videohelp.com/r0lZ/pgcedit/versions/PgcEdit_source_8.6.zip http://download.videohelp.com/r0lZ/pgcedit/versions/PgcEdit_Manual_html.zip +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=b049406fc3055237bb7a96636221abcf diff --git a/metadata/md5-cache/media-video/totem-3.6.3-r1 b/metadata/md5-cache/media-video/totem-3.6.3-r1 index 76d4bb58776b..47141e7b37c3 100644 --- a/metadata/md5-cache/media-video/totem-3.6.3-r1 +++ b/metadata/md5-cache/media-video/totem-3.6.3-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.33:2 >=x11-libs/gdk-pixbuf-2.23.0:2 >=x11-libs/gtk+-3. REQUIRED_USE=flash? ( nsplugin ) python? ( introspection ) zeitgeist? ( introspection ) || ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/totem/3.6/totem-3.6.3.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=ae127ab3e939af1990cdf0c13eb184bd diff --git a/metadata/md5-cache/media-video/vcdimager-0.7.23-r1 b/metadata/md5-cache/media-video/vcdimager-0.7.23-r1 index e8dddc2649d4..20403ad337a9 100644 --- a/metadata/md5-cache/media-video/vcdimager-0.7.23-r1 +++ b/metadata/md5-cache/media-video/vcdimager-0.7.23-r1 @@ -4,11 +4,11 @@ DESCRIPTION=GNU VCDimager EAPI=5 HOMEPAGE=http://www.vcdimager.org/ IUSE=+xml static-libs -KEYWORDS=~alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-2 RDEPEND=>=dev-libs/libcdio-0.71[-minimal] dev-libs/popt xml? ( dev-libs/libxml2 ) RESTRICT=test SLOT=0 SRC_URI=http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7/vcdimager-0.7.23.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=cfc771f2628bd3965757b7f130d6e709 +_md5_=fb8cc67bb1ab76cea84bf890fea23bdc diff --git a/metadata/md5-cache/net-analyzer/nmap-6.01 b/metadata/md5-cache/net-analyzer/nmap-6.01 index cd9db8fd1ddf..9a55c4911b71 100644 --- a/metadata/md5-cache/net-analyzer/nmap-6.01 +++ b/metadata/md5-cache/net-analyzer/nmap-6.01 @@ -4,10 +4,10 @@ DESCRIPTION=A utility for network exploration or security auditing EAPI=4 HOMEPAGE=http://nmap.org/ IUSE=gtk ipv6 lua ncat ndiff nmap-update nping ssl -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=dev-libs/apr dev-libs/libpcre net-libs/libpcap[ipv6?] gtk? ( >=x11-libs/gtk+-2.6:2 >=dev-python/pygtk-2.6 || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) ) lua? ( >=dev-lang/lua-5.1.4-r1[deprecated] ) ndiff? ( || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) ) nmap-update? ( dev-libs/apr dev-vcs/subversion ) ssl? ( dev-libs/openssl ) =dev-lang/python-2* SLOT=0 SRC_URI=http://nmap.org/dist/nmap-6.01.tar.bz2 http://dev.gentoo.org/~jer/nmap-logo-64.png _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=43f88f4c866c167ac8f150a0ede2a75a +_md5_=1561e9a4c3325f8cba23bb7b88d4a440 diff --git a/metadata/md5-cache/net-analyzer/snort-2.9.2.3 b/metadata/md5-cache/net-analyzer/snort-2.9.2.3 index 4317dba8470a..8b6cf20acb9a 100644 --- a/metadata/md5-cache/net-analyzer/snort-2.9.2.3 +++ b/metadata/md5-cache/net-analyzer/snort-2.9.2.3 @@ -4,10 +4,10 @@ DESCRIPTION=The de facto standard for intrusion detection/prevention EAPI=2 HOMEPAGE=http://www.snort.org/ IUSE=static +dynamicplugin +zlib +gre +mpls +targetbased +decoder-preprocessor-rules +ppm +perfprofiling linux-smp-stats inline-init-failopen +threads debug +active-response +normalizer reload-error-restart +react +flexresp3 +paf large-pcap-64bit aruba mysql odbc postgres selinux -KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=>=net-libs/libpcap-1.0.0 >=net-libs/daq-0.6 >=dev-libs/libpcre-6.0 dev-libs/libdnet postgres? ( dev-db/postgresql-base ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) zlib? ( sys-libs/zlib ) selinux? ( sec-policy/selinux-snort ) SLOT=0 SRC_URI=http://www.snort.org/dl/snort-current/snort-2.9.2.3.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=5c0e4d83b88219659f7a95413bd232fb +_md5_=772330d00bdf08a128ff3c45f5c62e79 diff --git a/metadata/md5-cache/net-firewall/firewalld-0.2.9-r1 b/metadata/md5-cache/net-firewall/firewalld-0.2.9-r1 index 57af8690a824..dce4bcfc8f16 100644 --- a/metadata/md5-cache/net-firewall/firewalld-0.2.9-r1 +++ b/metadata/md5-cache/net-firewall/firewalld-0.2.9-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=https://fedorahosted.org/released/firewalld/firewalld-0.2.9.tar.bz2 http://dev.gentoo.org/~cardoe/distfiles/firewalld-0.2.9-190680ba.tar.xz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=3a313d07a0d7b67cf483bb61f8b19c55 diff --git a/metadata/md5-cache/net-firewall/iptables-1.4.17 b/metadata/md5-cache/net-firewall/iptables-1.4.17 index fac29cb2ec96..6ae225a46e1f 100644 --- a/metadata/md5-cache/net-firewall/iptables-1.4.17 +++ b/metadata/md5-cache/net-firewall/iptables-1.4.17 @@ -10,4 +10,4 @@ RDEPEND=netlink? ( net-libs/libnfnetlink ) SLOT=0 SRC_URI=http://iptables.org/projects/iptables/files/iptables-1.4.17.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1e4c7bc5969ad85ee5d6ed10cadbaf96 +_md5_=c97371270a23ab4ea0d4ef6b6cc5c3ac diff --git a/metadata/md5-cache/net-fs/cifs-utils-5.6-r1 b/metadata/md5-cache/net-fs/cifs-utils-5.6-r1 index cb09f32ceb01..e1420db5b1f5 100644 --- a/metadata/md5-cache/net-fs/cifs-utils-5.6-r1 +++ b/metadata/md5-cache/net-fs/cifs-utils-5.6-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Tools for Managing Linux CIFS Client Filesystems EAPI=4 HOMEPAGE=http://wiki.samba.org/index.php/LinuxCIFS_utils IUSE=ads +caps caps-ng creds upcall -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 LICENSE=GPL-3 RDEPEND=!net-fs/mount-cifs !=dev-libs/libevent-1.0b >=net-libs/libnfsidmap-0.21-r1 kerberos? ( net-libs/librpcsecgss >=net-libs/libgssglue-0.3 net-libs/libtirpc[kerberos] app-crypt/mit-krb5 ) nfsidmap? ( >=net-libs/libnfsidmap-0.24 sys-apps/keyutils ) ) nfsv41? ( sys-fs/lvm2 ) selinux? ( sec-policy/selinux-rpc sec-policy/selinux-rpcbind ) !net-nds/portmap RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/nfs/nfs-utils-1.2.6.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d0c76829d34ab213c65a1dfa8c05a5b9 +_md5_=7b30af5ae588cddc9bd406e23b72cdde diff --git a/metadata/md5-cache/net-ftp/vsftpd-3.0.2 b/metadata/md5-cache/net-ftp/vsftpd-3.0.2 index 95eae0e12893..7fe9a5f395d1 100644 --- a/metadata/md5-cache/net-ftp/vsftpd-3.0.2 +++ b/metadata/md5-cache/net-ftp/vsftpd-3.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=Very Secure FTP Daemon written with speed, size and security in mind EAPI=4 HOMEPAGE=http://vsftpd.beasts.org/ IUSE=caps pam tcpd ssl selinux xinetd -KEYWORDS=~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd LICENSE=GPL-2 RDEPEND=caps? ( >=sys-libs/libcap-2 ) pam? ( virtual/pam ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) ssl? ( >=dev-libs/openssl-0.9.7d ) net-ftp/ftpbase selinux? ( sec-policy/selinux-ftp ) xinetd? ( sys-apps/xinetd ) SLOT=0 SRC_URI=http://security.appspot.com/downloads/vsftpd-3.0.2.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f5e04e3867eeba6f333ccee32a14d77e +_md5_=823aca841831bbdc737ff37b136d73a6 diff --git a/metadata/md5-cache/net-im/ekg2-0.3.1-r1 b/metadata/md5-cache/net-im/ekg2-0.3.1-r1 index 23e7bf1fe530..dabf4cb144fd 100644 --- a/metadata/md5-cache/net-im/ekg2-0.3.1-r1 +++ b/metadata/md5-cache/net-im/ekg2-0.3.1-r1 @@ -10,5 +10,5 @@ RDEPEND=gpg? ( app-crypt/gpgme ) gsm? ( media-sound/gsm ) gtk? ( x11-libs/gtk+:2 REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://pl.ekg2.org/ekg2-0.3.1.tar.gz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=36f0da146b601973b39d8be3e48bbaba diff --git a/metadata/md5-cache/net-im/ekg2-9999 b/metadata/md5-cache/net-im/ekg2-9999 index 413edec3ea51..db3ba4da46fe 100644 --- a/metadata/md5-cache/net-im/ekg2-9999 +++ b/metadata/md5-cache/net-im/ekg2-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 RDEPEND=dev-libs/glib:2 gadu? ( net-libs/libgadu ) gpg? ( app-crypt/gpgme ) gtk? ( x11-libs/gtk+:2 ) nls? ( virtual/libintl ) openssl? ( dev-libs/openssl ) perl? ( dev-lang/perl ) python? ( dev-python/python-exec[python_targets_python2_5?,python_targets_python2_6?,python_targets_python2_7?,python_single_target_python2_5(+)?,python_single_target_python2_6(+)?,python_single_target_python2_7(+)?] python_single_target_python2_5? ( dev-lang/python:2.5 ) python_single_target_python2_6? ( dev-lang/python:2.6 ) python_single_target_python2_7? ( dev-lang/python:2.7 ) ) readline? ( sys-libs/readline ) rss? ( dev-libs/expat ) ssl? ( net-libs/gnutls ) xmpp? ( dev-libs/expat ) zlib? ( sys-libs/zlib ) ncurses? ( sys-libs/ncurses[unicode=] gpm? ( sys-libs/gpm ) spell? ( app-text/aspell ) ) sqlite? ( !sqlite2? ( dev-db/sqlite:3 ) sqlite2? ( dev-db/sqlite:0 ) ) REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 git-2 15733ab6a6feb34af9837b41623c2bad libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=802b9cf94cfffd81d3e81d98b9d7fd42 diff --git a/metadata/md5-cache/net-im/empathy-3.6.2-r2 b/metadata/md5-cache/net-im/empathy-3.6.2-r2 index c662d4e4897d..18ddfcd9b8b4 100644 --- a/metadata/md5-cache/net-im/empathy-3.6.2-r2 +++ b/metadata/md5-cache/net-im/empathy-3.6.2-r2 @@ -10,5 +10,5 @@ PDEPEND=>=net-im/telepathy-mission-control-5.14 RDEPEND=>=dev-libs/glib-2.33.3:2 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.5.1:3 x11-libs/pango >=dev-libs/dbus-glib-0.51 >=dev-libs/folks-0.7.3:=[telepathy] dev-libs/libgee:0= >=app-crypt/libsecret-0.5 >=media-libs/libcanberra-0.25[gtk3] >=net-libs/gnutls-2.8.5:= >=net-libs/webkit-gtk-1.3.13:3 >=x11-libs/libnotify-0.7 media-libs/gstreamer:1.0 >=media-libs/clutter-1.10.0:1.0 >=media-libs/clutter-gtk-1.1.2:1.0 media-libs/clutter-gst:2.0 media-libs/cogl:1.0= net-libs/farstream:0.2 >=net-libs/telepathy-farstream-0.5:= >=net-libs/telepathy-glib-0.19.9 >=net-im/telepathy-logger-0.2.13:= app-crypt/gcr dev-libs/libxml2:2 gnome-base/gsettings-desktop-schemas media-sound/pulseaudio[glib] net-libs/libsoup:2.4 x11-libs/libX11 geocode? ( sci-geosciences/geocode-glib ) geoloc? ( >=app-misc/geoclue-0.12 ) gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.1 ) map? ( >=media-libs/clutter-1.7.14:1.0 >=media-libs/clutter-gtk-0.90.3:1.0 >=media-libs/libchamplain-0.12.1:0.12[gtk] ) sendto? ( >=gnome-extra/nautilus-sendto-2.90.0 ) spell? ( >=app-text/enchant-1.2 >=app-text/iso-codes-0.35 ) v4l? ( media-plugins/gst-plugins-v4l2:1.0 >=media-video/cheese-3.4 virtual/udev[gudev] ) media-libs/gst-plugins-base:1.0 net-im/telepathy-connection-managers !=dev-libs/glib-2.25.11:2 >=sys-apps/dbus-1.1 >=dev-libs/dbus-glib-0.82 >=net-libs/telepathy-glib-0.19.2[introspection?] dev-libs/libxml2 dev-libs/libxslt dev-db/sqlite:3 introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) SLOT=0/3 SRC_URI=http://telepathy.freedesktop.org/releases/telepathy-logger/telepathy-logger-0.6.0.tar.bz2 -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=79fdec4f04ec69406c96967020e7bde7 diff --git a/metadata/md5-cache/net-im/telepathy-mission-control-5.14.0-r1 b/metadata/md5-cache/net-im/telepathy-mission-control-5.14.0-r1 index 84cd00ff061c..c742a9651729 100644 --- a/metadata/md5-cache/net-im/telepathy-mission-control-5.14.0-r1 +++ b/metadata/md5-cache/net-im/telepathy-mission-control-5.14.0-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/dbus-glib-0.82 >=dev-libs/glib-2.30:2 >=sys-apps/dbus-0.95 >= REQUIRED_USE=?? ( connman networkmanager ) SLOT=0 SRC_URI=http://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-5.14.0.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=ab2ed3a2bd10ac8c5c1f19fc4adcce09 diff --git a/metadata/md5-cache/net-irc/ninja-1.5.9_pre14 b/metadata/md5-cache/net-irc/ninja-1.5.9_pre14 index fdfd2dfe7eb3..442dc9ee7962 100644 --- a/metadata/md5-cache/net-irc/ninja-1.5.9_pre14 +++ b/metadata/md5-cache/net-irc/ninja-1.5.9_pre14 @@ -1,12 +1,12 @@ DEFINED_PHASES=compile install -DEPEND=ncurses? ( sys-libs/ncurses ) ssl? ( dev-libs/openssl ) +DEPEND=ncurses? ( sys-libs/ncurses ) ssl? ( dev-libs/openssl ) !dev-util/ninja DESCRIPTION=Ninja IRC Client HOMEPAGE=http://ninja.qoop.org/ IUSE=ncurses ipv6 ssl KEYWORDS=amd64 ppc ~ppc64 ~sparc x86 LICENSE=GPL-2 -RDEPEND=ncurses? ( sys-libs/ncurses ) ssl? ( dev-libs/openssl ) +RDEPEND=ncurses? ( sys-libs/ncurses ) ssl? ( dev-libs/openssl ) !dev-util/ninja RESTRICT=test SLOT=0 SRC_URI=ftp://qoop.org/ninja/stable/ninja-1.5.9pre14.tar.gz -_md5_=bf1dd7e0b21a650c36f15f60cb3ee6e7 +_md5_=7cf28f22741545886340d395161a80d4 diff --git a/metadata/md5-cache/net-irc/ninja-1.5.9_pre14-r1 b/metadata/md5-cache/net-irc/ninja-1.5.9_pre14-r1 new file mode 100644 index 000000000000..57e8e9d92f86 --- /dev/null +++ b/metadata/md5-cache/net-irc/ninja-1.5.9_pre14-r1 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=ncurses? ( sys-libs/ncurses ) ssl? ( dev-libs/openssl ) +DESCRIPTION=Ninja IRC Client +EAPI=5 +HOMEPAGE=http://ninja.qoop.org/ +IUSE=ncurses ipv6 ssl +KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=ncurses? ( sys-libs/ncurses ) ssl? ( dev-libs/openssl ) +RESTRICT=test +SLOT=0 +SRC_URI=ftp://qoop.org/ninja/stable/ninja-1.5.9pre14.tar.gz +_md5_=e9391e08f09c2cb1531e280c0ca6d4e0 diff --git a/metadata/md5-cache/net-libs/c-client-2007f-r4 b/metadata/md5-cache/net-libs/c-client-2007f-r4 index 91274d980d76..a9455e27daf0 100644 --- a/metadata/md5-cache/net-libs/c-client-2007f-r4 +++ b/metadata/md5-cache/net-libs/c-client-2007f-r4 @@ -4,10 +4,10 @@ DESCRIPTION=UW IMAP c-client library EAPI=4 HOMEPAGE=http://www.washington.edu/imap/ IUSE=doc +ipv6 kerberos kernel_linux kernel_FreeBSD pam ssl static-libs topal chappa -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=Apache-2.0 RDEPEND=ssl? ( dev-libs/openssl ) !net-mail/uw-imap kerberos? ( app-crypt/mit-krb5 ) SLOT=0 SRC_URI=ftp://ftp.cac.washington.edu/imap/imap-2007f.tar.Z chappa? ( mirror://gentoo/c-client-2007f-chappa-115-all.patch.gz ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3403b020d14b159cbfa2447f1c6eb83d +_md5_=1b542f9954df3fd837bdbac6107eb4a9 diff --git a/metadata/md5-cache/net-libs/daq-0.6.2-r1 b/metadata/md5-cache/net-libs/daq-0.6.2-r1 index 3b41a39be89e..cdcac4b3f1bc 100644 --- a/metadata/md5-cache/net-libs/daq-0.6.2-r1 +++ b/metadata/md5-cache/net-libs/daq-0.6.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Data Acquisition library, for packet I/O EAPI=2 HOMEPAGE=http://www.snort.org/ IUSE=ipv6 +afpacket +dump +pcap nfq ipq static-libs -KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 +KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 LICENSE=GPL-2 RDEPEND=pcap? ( >=net-libs/libpcap-1.0.0 ) dump? ( >=net-libs/libpcap-1.0.0 ) nfq? ( dev-libs/libdnet >=net-firewall/iptables-1.4.10 net-libs/libnetfilter_queue ) ipq? ( dev-libs/libdnet >=net-firewall/iptables-1.4.10 net-libs/libnetfilter_queue ) SLOT=0 SRC_URI=http://www.snort.org/downloads/1339 -> daq-0.6.2.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3655e6675c4f964843ec0f9ca96cf238 +_md5_=2a7f7902a79ea7a39077201417c9664d diff --git a/metadata/md5-cache/net-libs/libupnp-1.6.17 b/metadata/md5-cache/net-libs/libupnp-1.6.17 index db0a5f2e1af6..beb9bd06ec41 100644 --- a/metadata/md5-cache/net-libs/libupnp-1.6.17 +++ b/metadata/md5-cache/net-libs/libupnp-1.6.17 @@ -4,9 +4,9 @@ DESCRIPTION=An Portable Open Source UPnP Development Kit EAPI=4 HOMEPAGE=http://pupnp.sourceforge.net/ IUSE=debug doc ipv6 static-libs -KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux +KEYWORDS=alpha amd64 ~arm hppa ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux LICENSE=BSD SLOT=0 SRC_URI=mirror://sourceforge/pupnp/libupnp-1.6.17.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=33cb1a1bfb16be38d79fefd8ce9168e6 +_md5_=cddedaefdb66ed5c330fe23e6bcd8018 diff --git a/metadata/md5-cache/net-libs/neon-0.29.6-r2 b/metadata/md5-cache/net-libs/neon-0.29.6-r2 index aaf4089fb7cc..1602ae5476e2 100644 --- a/metadata/md5-cache/net-libs/neon-0.29.6-r2 +++ b/metadata/md5-cache/net-libs/neon-0.29.6-r2 @@ -4,11 +4,11 @@ DESCRIPTION=HTTP and WebDAV client library EAPI=4 HOMEPAGE=http://www.webdav.org/neon/ IUSE=doc expat gnutls kerberos libproxy nls pkcs11 ssl static-libs zlib linguas_cs linguas_de linguas_fr linguas_ja linguas_nn linguas_pl linguas_ru linguas_tr linguas_zh_CN -KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2 ) gnutls? ( app-misc/ca-certificates >=net-libs/gnutls-2.0 pkcs11? ( dev-libs/pakchois ) ) !gnutls? ( ssl? ( >=dev-libs/openssl-0.9.6f pkcs11? ( dev-libs/pakchois ) ) ) kerberos? ( virtual/krb5 ) libproxy? ( net-libs/libproxy ) nls? ( virtual/libintl ) zlib? ( sys-libs/zlib ) RESTRICT=test SLOT=0 SRC_URI=http://www.webdav.org/neon/neon-0.29.6.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=09a81d944c933fb6fcd902f2417168ee +_md5_=75509fb8967e1f44265201c82942bcbb diff --git a/metadata/md5-cache/net-libs/serf-1.1.1 b/metadata/md5-cache/net-libs/serf-1.1.1 index bf92a7add71c..72505aa86ec7 100644 --- a/metadata/md5-cache/net-libs/serf-1.1.1 +++ b/metadata/md5-cache/net-libs/serf-1.1.1 @@ -4,10 +4,10 @@ DESCRIPTION=HTTP client library EAPI=4 HOMEPAGE=http://code.google.com/p/serf/ IUSE=static-libs -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos LICENSE=Apache-2.0 RDEPEND=dev-libs/apr:1 dev-libs/apr-util:1 dev-libs/openssl sys-libs/zlib SLOT=1 SRC_URI=http://serf.googlecode.com/files/serf-1.1.1.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=77e0fa3262f371e275471397dbbeddff +_md5_=73f87869f2b070c2106da25f5418fb45 diff --git a/metadata/md5-cache/net-libs/telepathy-glib-0.20.1-r1 b/metadata/md5-cache/net-libs/telepathy-glib-0.20.1-r1 index 8a4fe2cfc95a..2c7905d110ea 100644 --- a/metadata/md5-cache/net-libs/telepathy-glib-0.20.1-r1 +++ b/metadata/md5-cache/net-libs/telepathy-glib-0.20.1-r1 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.32.0:2 >=dev-libs/dbus-glib-0.90 introspection? ( >=de REQUIRED_USE=vala? ( introspection ) || ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.20.1.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala ad1e7234faa2244a7e10f1c864371475 virtualx 73cfc129b4b9ba23aed1abb10c825d86 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 gnome2-utils 794d2847b4af390a1e020924876c8297 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 vala ad1e7234faa2244a7e10f1c864371475 virtualx 73cfc129b4b9ba23aed1abb10c825d86 _md5_=165388232191c89e1d919bf843f2363e diff --git a/metadata/md5-cache/net-mail/getmail-4.36.0 b/metadata/md5-cache/net-mail/getmail-4.36.0 index 0071599640ac..6b5a5413fdee 100644 --- a/metadata/md5-cache/net-mail/getmail-4.36.0 +++ b/metadata/md5-cache/net-mail/getmail-4.36.0 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_5?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) SLOT=4 SRC_URI=http://pyropus.ca/software/getmail/old-versions/getmail-4.36.0.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=1af30d1771d86646c2f03a5056d0b70b diff --git a/metadata/md5-cache/net-misc/flexget-1.0_beta3181 b/metadata/md5-cache/net-misc/flexget-1.0_beta3181 index a29124f79e9b..cffc24870330 100644 --- a/metadata/md5-cache/net-misc/flexget-1.0_beta3181 +++ b/metadata/md5-cache/net-misc/flexget-1.0_beta3181 @@ -10,5 +10,5 @@ RDEPEND=>=dev-python/feedparser-5.1.2 >=dev-python/sqlalchemy-0.7 dev-python/pyy REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=http://download.flexget.com/unstable/FlexGet-1.0r3181.tar.gz -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=01d505cea663622ac9b8b70d8e2e40d2 diff --git a/metadata/md5-cache/net-misc/flexget-9999 b/metadata/md5-cache/net-misc/flexget-9999 index 4a912eb05568..c3a292364621 100644 --- a/metadata/md5-cache/net-misc/flexget-9999 +++ b/metadata/md5-cache/net-misc/flexget-9999 @@ -8,5 +8,5 @@ LICENSE=MIT RDEPEND=>=dev-python/feedparser-5.1.2 >=dev-python/sqlalchemy-0.7 dev-python/pyyaml dev-python/beautifulsoup:python-2 dev-python/beautifulsoup:4 dev-python/html5lib dev-python/jinja dev-python/PyRSS2Gen dev-python/pynzb dev-python/progressbar dev-python/flask dev-python/cherrypy dev-python/python-dateutil =dev-python/requests-0.14* dev-python/setuptools virtual/python-argparse[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] dev-python/python-exec[python_targets_python2_6?,python_targets_python2_7?,-python_single_target_python2_6(-),-python_single_target_python2_7(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 -_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=distutils-r1 1c821d0ab4a880dedd96e5ebbde163e1 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=4394094c0f6b0f9aa71700e7d4568801 diff --git a/metadata/md5-cache/net-misc/openconnect-4.07-r2 b/metadata/md5-cache/net-misc/openconnect-4.07-r2 index 82aa6db9dc3d..d581fbf8217a 100644 --- a/metadata/md5-cache/net-misc/openconnect-4.07-r2 +++ b/metadata/md5-cache/net-misc/openconnect-4.07-r2 @@ -10,5 +10,5 @@ RDEPEND=dev-libs/libxml2 net-libs/libproxy sys-libs/zlib gnutls? ( || ( ( >=net- REQUIRED_USE=^^ ( gnutls openssl ) SLOT=0 SRC_URI=ftp://ftp.infradead.org/pub/openconnect/openconnect-4.07.tar.gz http://dev.gentoo.org/~hwoarang/distfiles/openconnect-script-20121108205904.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-any-r1 693f15adc3f6a2d8580b421f75ba36ed python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=89a5438ff7bb4d23785aec863d96910e diff --git a/metadata/md5-cache/net-misc/openntpd-3.9_p1-r4 b/metadata/md5-cache/net-misc/openntpd-3.9_p1-r4 index 4b1c428026a1..8c764ede3e65 100644 --- a/metadata/md5-cache/net-misc/openntpd-3.9_p1-r4 +++ b/metadata/md5-cache/net-misc/openntpd-3.9_p1-r4 @@ -4,10 +4,10 @@ DESCRIPTION=Lightweight NTP server ported from OpenBSD EAPI=2 HOMEPAGE=http://www.openntpd.org/ IUSE=ssl selinux -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd LICENSE=BSD GPL-2 RDEPEND=ssl? ( dev-libs/openssl ) selinux? ( sec-policy/selinux-ntp ) !<=net-misc/ntp-4.2.0-r2 !net-misc/ntp[-openntpd] SLOT=0 SRC_URI=mirror://openbsd/OpenNTPD/openntpd-3.9p1.tar.gz mirror://debian/pool/main/o/openntpd/openntpd_3.9p1+debian-8.debian.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=3f2d3092d3ccfd3024137d70994927fd +_md5_=24ae5b2687c3378c521e02da34e45720 diff --git a/metadata/md5-cache/net-misc/youtube-dl-2012.12.11 b/metadata/md5-cache/net-misc/youtube-dl-2012.12.11 index bf819dfb8053..027842394a14 100644 --- a/metadata/md5-cache/net-misc/youtube-dl-2012.12.11 +++ b/metadata/md5-cache/net-misc/youtube-dl-2012.12.11 @@ -1,5 +1,5 @@ DEFINED_PHASES=install prepare setup -DEPEND=test? ( dev-python/nose ) +DEPEND=app-arch/xz-utils app-arch/zip test? ( dev-python/nose ) DESCRIPTION=A small command-line program to download videos from YouTube. EAPI=5 HOMEPAGE=http://rg3.github.com/youtube-dl/ @@ -9,5 +9,5 @@ LICENSE=public-domain REQUIRED_USE=|| ( python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_5 python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_5? ( python_targets_python2_5 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gentoo/youtube-dl-2012.12.11.tar.xz -_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=00fdbb7125f02d16e8d06c7a4029e55a +_eclasses_=bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_md5_=8a5e497677073fe3e5ed4ff3359814a6 diff --git a/metadata/md5-cache/net-p2p/deluge-1.3.5-r2 b/metadata/md5-cache/net-p2p/deluge-1.3.5-r2 index afbae05115c1..f6f4991f0352 100644 --- a/metadata/md5-cache/net-p2p/deluge-1.3.5-r2 +++ b/metadata/md5-cache/net-p2p/deluge-1.3.5-r2 @@ -10,4 +10,4 @@ RDEPEND=>=net-libs/rb_libtorrent-0.14.9[python] dev-python/setuptools dev-util/i SLOT=0 SRC_URI=http://download.deluge-torrent.org/source/deluge-1.3.5.tar.lzma _eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=65d9132961ffcaf512c21b5580f294de +_md5_=6ba2b27bdcf70b1d496409843ffe9719 diff --git a/metadata/md5-cache/net-print/dymo-cups-drivers-1.4.0 b/metadata/md5-cache/net-print/dymo-cups-drivers-1.4.0 new file mode 100644 index 000000000000..70d16a1878eb --- /dev/null +++ b/metadata/md5-cache/net-print/dymo-cups-drivers-1.4.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install prepare +DEPEND=net-print/cups test? ( dev-util/cppunit ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Dymo SDK for LabelWriter/LabelManager printers +EAPI=5 +HOMEPAGE=http://sites.dymo.com/DeveloperProgram/Pages/LW_SDK_Linux.aspx +IUSE=test +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=net-print/cups +RESTRICT=test +SLOT=0 +SRC_URI=http://download.dymo.com/Download%20Drivers/Linux/Download/dymo-cups-drivers-1.4.0.tar.gz +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=6744b09376ec599d60fcb1d110dc7793 diff --git a/metadata/md5-cache/net-print/gutenprint-5.2.9 b/metadata/md5-cache/net-print/gutenprint-5.2.9 index d9cec0b4738b..b741b0fe712c 100644 --- a/metadata/md5-cache/net-print/gutenprint-5.2.9 +++ b/metadata/md5-cache/net-print/gutenprint-5.2.9 @@ -4,7 +4,7 @@ DESCRIPTION=Ghostscript and cups printer drivers EAPI=4 HOMEPAGE=http://gutenprint.sourceforge.net IUSE=cups foomaticdb gimp gtk nls readline ppds static-libs -KEYWORDS=~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 LICENSE=GPL-2 RDEPEND=app-text/ghostscript-gpl dev-lang/perl readline? ( sys-libs/readline ) cups? ( >=net-print/cups-1.1.14 ) foomaticdb? ( net-print/foomatic-db-engine ) gimp? ( >=media-gfx/gimp-2.2 x11-libs/gtk+:2 ) gtk? ( x11-libs/gtk+:2 ) nls? ( virtual/libintl ) REQUIRED_USE=gimp? ( gtk ) @@ -12,4 +12,4 @@ RESTRICT=test SLOT=0 SRC_URI=mirror://sourceforge/gimp-print/gutenprint-5.2.9.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=46387423e1709a7fff99290703734578 +_md5_=df423a73ac4bc5fa1fff22ec2531cbcc diff --git a/metadata/md5-cache/net-proxy/c-icap-0.2.3-r1 b/metadata/md5-cache/net-proxy/c-icap-0.2.4 similarity index 89% rename from metadata/md5-cache/net-proxy/c-icap-0.2.3-r1 rename to metadata/md5-cache/net-proxy/c-icap-0.2.4 index 2e0c0e75436f..fe45da438d0f 100644 --- a/metadata/md5-cache/net-proxy/c-icap-0.2.3-r1 +++ b/metadata/md5-cache/net-proxy/c-icap-0.2.4 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install postinst prepare DEPEND=berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) sys-libs/zlib || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool DESCRIPTION=C Implementation of an ICAP server -EAPI=4 +EAPI=5 HOMEPAGE=http://c-icap.sourceforge.net/ IUSE=berkdb ipv6 ldap KEYWORDS=~amd64 ~arm ~x86 LICENSE=LGPL-2.1 RDEPEND=berkdb? ( sys-libs/db ) ldap? ( net-nds/openldap ) sys-libs/zlib sys-apps/openrc SLOT=0 -SRC_URI=mirror://sourceforge/c-icap/c_icap-0.2.3.tar.gz +SRC_URI=mirror://sourceforge/c-icap/c_icap-0.2.4.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b419d2aea46a1246d9ae9dc0a0c21154 +_md5_=9016da91815a060a18610da8e7d37396 diff --git a/metadata/md5-cache/net-proxy/hatop-0.7.7 b/metadata/md5-cache/net-proxy/hatop-0.7.7 index c0f040602eba..58d6d8ea3842 100644 --- a/metadata/md5-cache/net-proxy/hatop-0.7.7 +++ b/metadata/md5-cache/net-proxy/hatop-0.7.7 @@ -9,5 +9,5 @@ RDEPEND=net-proxy/haproxy REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://hatop.googlecode.com/files/hatop-0.7.7.tar.gz -_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e +_eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e _md5_=ccf124c7a3de4f206994808e0d42a3c8 diff --git a/metadata/md5-cache/net-wireless/bluez-4.101-r5 b/metadata/md5-cache/net-wireless/bluez-4.101-r5 index 10c18fa5f98a..74995d948a91 100644 --- a/metadata/md5-cache/net-wireless/bluez-4.101-r5 +++ b/metadata/md5-cache/net-wireless/bluez-4.101-r5 @@ -10,5 +10,5 @@ RDEPEND=>=dev-libs/glib-2.28:2 >=sys-apps/dbus-1.6 >=sys-apps/hwids-20121202.2 > REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) ^^ ( python_single_target_python2_6 python_single_target_python2_7 ) python_single_target_python2_6? ( python_targets_python2_6 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://kernel/linux/bluetooth/bluez-4.101.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=64ddbc977812d0af5f5e36f37930c803 diff --git a/metadata/md5-cache/net-wireless/wavemon-0.7.1 b/metadata/md5-cache/net-wireless/wavemon-0.7.1 deleted file mode 100644 index 7ef0e541796d..000000000000 --- a/metadata/md5-cache/net-wireless/wavemon-0.7.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=install prepare -DEPEND=sys-libs/ncurses caps? ( sys-libs/libcap ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Ncurses based monitor for IEEE 802.11 wireless LAN cards -EAPI=3 -HOMEPAGE=http://eden-feed.erg.abdn.ac.uk/wavemon/ -IUSE=caps -KEYWORDS=amd64 hppa ppc sparc x86 -LICENSE=GPL-3 -RDEPEND=sys-libs/ncurses caps? ( sys-libs/libcap ) -SLOT=0 -SRC_URI=http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/wavemon-0.7.1.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4127830b6c346cafd6d181cabb315dc8 diff --git a/metadata/md5-cache/net-wireless/wavemon-0.7.2 b/metadata/md5-cache/net-wireless/wavemon-0.7.2 deleted file mode 100644 index 261bf03d63ea..000000000000 --- a/metadata/md5-cache/net-wireless/wavemon-0.7.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=install prepare -DEPEND=sys-libs/ncurses caps? ( sys-libs/libcap ) || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool -DESCRIPTION=Ncurses based monitor for IEEE 802.11 wireless LAN cards -EAPI=3 -HOMEPAGE=http://eden-feed.erg.abdn.ac.uk/wavemon/ -IUSE=caps -KEYWORDS=~amd64 ~hppa ~ppc ~sparc ~x86 -LICENSE=GPL-3 -RDEPEND=sys-libs/ncurses caps? ( sys-libs/libcap ) -SLOT=0 -SRC_URI=http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/wavemon-0.7.2.tar.bz2 -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=94f2bba8b4e21a3181d5ae5451b03fa6 diff --git a/metadata/md5-cache/net-wireless/wavemon-0.7.5 b/metadata/md5-cache/net-wireless/wavemon-0.7.5 index 38d24c858007..b49b48b04b6a 100644 --- a/metadata/md5-cache/net-wireless/wavemon-0.7.5 +++ b/metadata/md5-cache/net-wireless/wavemon-0.7.5 @@ -4,10 +4,10 @@ DESCRIPTION=Ncurses based monitor for IEEE 802.11 wireless LAN cards EAPI=4 HOMEPAGE=http://eden-feed.erg.abdn.ac.uk/wavemon/ IUSE=caps -KEYWORDS=amd64 ~arm hppa ppc ~sparc x86 +KEYWORDS=amd64 ~arm hppa ppc sparc x86 LICENSE=GPL-3 RDEPEND=sys-libs/ncurses caps? ( sys-libs/libcap ) SLOT=0 SRC_URI=http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/wavemon-0.7.5.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b8e2d67f092354004b48f47d47f03e52 +_md5_=a18b854c84a8323edc22c9fe49f231b1 diff --git a/metadata/md5-cache/sci-calculators/units-2.01 b/metadata/md5-cache/sci-calculators/units-2.01 index 1fa270316343..7110114e4a04 100644 --- a/metadata/md5-cache/sci-calculators/units-2.01 +++ b/metadata/md5-cache/sci-calculators/units-2.01 @@ -3,10 +3,10 @@ DEPEND=>=sys-libs/readline-4.1-r2 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-de DESCRIPTION=Unit conversion program EAPI=4 HOMEPAGE=http://www.gnu.org/software/units/units.html -KEYWORDS=~alpha amd64 ~arm hppa ppc ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm hppa ppc sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 RDEPEND=|| ( dev-lang/python:2.5 dev-lang/python:2.6 dev-lang/python:2.7 ) >=sys-libs/readline-4.1-r2 SLOT=0 SRC_URI=mirror://gnu/units/units-2.01.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=2500b1ca173ee9359da8c1e214155369 +_md5_=720a6e328eea5f744af83d2cfedaead3 diff --git a/metadata/md5-cache/sci-chemistry/openbabel-python-2.3.2 b/metadata/md5-cache/sci-chemistry/openbabel-python-2.3.2 index 5d4d86722ce4..aaab32a32553 100644 --- a/metadata/md5-cache/sci-chemistry/openbabel-python-2.3.2 +++ b/metadata/md5-cache/sci-chemistry/openbabel-python-2.3.2 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 ) SLOT=0 SRC_URI=mirror://sourceforge/openbabel/openbabel-2.3.2.tar.gz -_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 341ea44ed97a940b6ff74283ed5b94d7 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils 341ea44ed97a940b6ff74283ed5b94d7 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 _md5_=3504c2de08f7f6cfa78caf05db45ec45 diff --git a/metadata/md5-cache/sci-libs/cln-1.3.2-r1 b/metadata/md5-cache/sci-libs/cln-1.3.2-r1 index 243a5a93b5d6..dcc77b42477a 100644 --- a/metadata/md5-cache/sci-libs/cln-1.3.2-r1 +++ b/metadata/md5-cache/sci-libs/cln-1.3.2-r1 @@ -4,10 +4,10 @@ DESCRIPTION=Class library (C++) for numbers EAPI=4 HOMEPAGE=http://www.ginac.de/CLN/ IUSE=doc examples static-libs -KEYWORDS=~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=dev-libs/gmp doc? ( virtual/latex-base ) SLOT=1 SRC_URI=ftp://ftpthep.physik.uni-mainz.de/pub/gnu/cln-1.3.2.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=f7289e377fa50a1815919bff126f7d52 +_md5_=4fe59af017a9c64800bc8d1b22102a29 diff --git a/metadata/md5-cache/sci-libs/hdf-4.2.8 b/metadata/md5-cache/sci-libs/hdf-4.2.8 index a99ff245c6b4..3a0eb66ab88f 100644 --- a/metadata/md5-cache/sci-libs/hdf-4.2.8 +++ b/metadata/md5-cache/sci-libs/hdf-4.2.8 @@ -4,10 +4,10 @@ DESCRIPTION=General purpose library and format for storing scientific data EAPI=4 HOMEPAGE=http://www.hdfgroup.org/hdf4.html IUSE=fortran szip static-libs -KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux +KEYWORDS=amd64 ~ppc ~x86 ~amd64-linux ~x86-linux LICENSE=NCSA-HDF RDEPEND=sys-libs/zlib virtual/jpeg szip? ( >=sci-libs/szip-2 ) virtual/fortran SLOT=0 SRC_URI=http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/hdf-4.2.8.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 fortran-2 19652e219ec9b62d7d89735821d7afb6 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=9e5fd9c2dd03a003dce1941820597dd8 +_md5_=c6d97027b2f122fc02c5e7fa168056c6 diff --git a/metadata/md5-cache/sci-libs/hdf5-1.8.10 b/metadata/md5-cache/sci-libs/hdf5-1.8.10 index 97179e656597..57e165c6d04b 100644 --- a/metadata/md5-cache/sci-libs/hdf5-1.8.10 +++ b/metadata/md5-cache/sci-libs/hdf5-1.8.10 @@ -11,4 +11,4 @@ REQUIRED_USE=cxx? ( !mpi ) mpi? ( !cxx ) threads? ( !cxx !mpi !fortran ) fortran SLOT=0 SRC_URI=http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.10/src/hdf5-1.8.10.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 fortran-2 19652e219ec9b62d7d89735821d7afb6 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=70343c740e6f84100cc1c35c3c5d26fd +_md5_=814ebc2e0df27dabe8ebb02a0edd91ff diff --git a/metadata/md5-cache/sci-libs/hdf5-1.8.9-r2 b/metadata/md5-cache/sci-libs/hdf5-1.8.9-r2 index 797105596168..06b9a85395f7 100644 --- a/metadata/md5-cache/sci-libs/hdf5-1.8.9-r2 +++ b/metadata/md5-cache/sci-libs/hdf5-1.8.9-r2 @@ -4,11 +4,11 @@ DESCRIPTION=General purpose library and file format for storing scientific data EAPI=4 HOMEPAGE=http://www.hdfgroup.org/HDF5/ IUSE=cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib -KEYWORDS=~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=NCSA-HDF RDEPEND=mpi? ( virtual/mpi[romio] ) szip? ( >=sci-libs/szip-2.1 ) zlib? ( sys-libs/zlib ) fortran? ( virtual/fortran ) REQUIRED_USE=cxx? ( !mpi ) mpi? ( !cxx ) threads? ( !cxx !mpi !fortran ) fortran2003? ( fortran ) SLOT=0 SRC_URI=http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.9/src/hdf5-1.8.9.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 fortran-2 19652e219ec9b62d7d89735821d7afb6 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=d17e8837969f8cc3cb7255d3ce1e4d44 +_md5_=36dc648c30557ab901e07cd58d1e4cc9 diff --git a/metadata/md5-cache/sci-mathematics/pspp-0.6.2-r1 b/metadata/md5-cache/sci-mathematics/pspp-0.6.2-r1 index a5e3fe55ab63..c293b8642fa7 100644 --- a/metadata/md5-cache/sci-mathematics/pspp-0.6.2-r1 +++ b/metadata/md5-cache/sci-mathematics/pspp-0.6.2-r1 @@ -3,11 +3,11 @@ DEPEND=dev-libs/libxml2:2 sci-libs/gsl sys-libs/readline sys-devel/gettext sys-l DESCRIPTION=Program for statistical analysis of sampled data. EAPI=4 HOMEPAGE=http://www.gnu.org/software/pspp/pspp.html -IUSE=doc emacs gtk ncurses nls plotutils postgres static-libs +IUSE=doc emacs examples gtk ncurses nls plotutils postgres static-libs KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 RDEPEND=dev-libs/libxml2:2 sci-libs/gsl sys-libs/readline sys-devel/gettext sys-libs/zlib virtual/libiconv emacs? ( virtual/emacs ) gtk? ( x11-libs/gtk+:2 gnome-base/libglade:2.0 ) ncurses? ( sys-libs/ncurses ) plotutils? ( media-libs/plotutils ) postgres? ( dev-db/postgresql-server ) SLOT=0 SRC_URI=mirror://gnu/pspp/pspp-0.6.2.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f elisp-common cdb887d0e278ea6e82ea2a5d4792c52a eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ec5f1164b40f0dca0ad6d8a4ec9c3b0d +_md5_=e99bb1c9dde84273fd5469c79e1292cb diff --git a/metadata/md5-cache/sci-mathematics/spin-6.1.0 b/metadata/md5-cache/sci-mathematics/spin-6.2.3 similarity index 85% rename from metadata/md5-cache/sci-mathematics/spin-6.1.0 rename to metadata/md5-cache/sci-mathematics/spin-6.2.3 index 16bd46c400df..f56fea56d711 100644 --- a/metadata/md5-cache/sci-mathematics/spin-6.1.0 +++ b/metadata/md5-cache/sci-mathematics/spin-6.2.3 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile install prepare DEPEND=sys-devel/bison DESCRIPTION=Tool for formal verification of distributed software systems. -EAPI=2 +EAPI=5 HOMEPAGE=http://spinroot.com/ IUSE=graphviz tk KEYWORDS=~amd64 ~x86 LICENSE=|| ( spin-commercial spin-educational ) RDEPEND=sys-devel/gcc sys-process/time tk? ( dev-lang/tk graphviz? ( media-gfx/graphviz ) ) SLOT=0 -SRC_URI=http://spinroot.com/spin/Src/spin610.tar.gz +SRC_URI=http://spinroot.com/spin/Src/spin623.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=1a3ea5076acdf8a6feb8531ec884cb54 +_md5_=0b8aa73188238be65869bd6fefe979a8 diff --git a/metadata/md5-cache/sec-policy/selinux-base-2.20120725-r9 b/metadata/md5-cache/sec-policy/selinux-base-2.20120725-r9 index 7f2af479fdf4..2772cad0755d 100644 --- a/metadata/md5-cache/sec-policy/selinux-base-2.20120725-r9 +++ b/metadata/md5-cache/sec-policy/selinux-base-2.20120725-r9 @@ -1,13 +1,13 @@ DEFINED_PHASES=compile configure install preinst prepare -DEPEND=>=sys-apps/policycoreutils-2.1.10 >=sys-fs/udev-151 !<=sec-policy/selinux-base-policy-2.20120725 sys-devel/m4 >=sys-apps/checkpolicy-2.1.8 +DEPEND=>=sys-apps/policycoreutils-2.1.10 virtual/udev !<=sec-policy/selinux-base-policy-2.20120725 sys-devel/m4 >=sys-apps/checkpolicy-2.1.8 DESCRIPTION=Gentoo base policy for SELinux EAPI=4 HOMEPAGE=http://www.gentoo.org/proj/en/hardened/selinux/ IUSE=+peer_perms +open_perms +ubac unconfined doc KEYWORDS=~amd64 ~x86 LICENSE=GPL-2 -RDEPEND=>=sys-apps/policycoreutils-2.1.10 >=sys-fs/udev-151 !<=sec-policy/selinux-base-policy-2.20120725 +RDEPEND=>=sys-apps/policycoreutils-2.1.10 virtual/udev !<=sec-policy/selinux-base-policy-2.20120725 SLOT=0 SRC_URI=http://oss.tresys.com/files/refpolicy/refpolicy-2.20120725.tar.bz2 http://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-2.20120725-r9.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=0a34d4438ab29a492ad291d7b770eb65 +_md5_=12e2b30837c74784f5ca0e0b31911542 diff --git a/metadata/md5-cache/sys-apps/coreutils-8.20 b/metadata/md5-cache/sys-apps/coreutils-8.20 index 6de4a3d4dea2..cf43c32bf963 100644 --- a/metadata/md5-cache/sys-apps/coreutils-8.20 +++ b/metadata/md5-cache/sys-apps/coreutils-8.20 @@ -4,10 +4,10 @@ DESCRIPTION=Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilit EAPI=3 HOMEPAGE=http://www.gnu.org/software/coreutils/ IUSE=acl caps gmp nls selinux static userland_BSD vanilla xattr -KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd LICENSE=GPL-3 RDEPEND=!static? ( acl? ( sys-apps/acl ) caps? ( sys-libs/libcap ) gmp? ( dev-libs/gmp ) xattr? ( !userland_BSD? ( sys-apps/attr ) ) ) selinux? ( sys-libs/libselinux ) nls? ( >=sys-devel/gettext-0.15 ) !app-misc/realpath !=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) elibc_glibc? ( >=sys-libs/glibc-2.5 ) ncurses? ( sys-libs/ncurses ) pam? ( sys-auth/pambase ) >=sys-apps/baselayout-2.1-r1 kernel_linux? ( sys-process/psmisc ) !=sys-libs/libselinux-2.1.12[python] >=sys-libs/glibc-2.4 >=sys-libs/libcap-1.10-r10 >=sys-libs/libsemanage-2.1.9[python] sys-libs/libcap-ng >=sys-libs/libsepol-2.1.8 sys-devel/gettext dev-python/ipy sesandbox? ( dev-libs/libcgroup ) dbus? ( sys-apps/dbus dev-libs/dbus-glib ) audit? ( >=sys-process/audit-1.5.1 ) pam? ( sys-libs/pam ) =dev-lang/python-2.7* =dev-lang/python-2.7*[xml] +DEPEND=>=sys-libs/libselinux-2.1.12[python] >=sys-libs/glibc-2.4 >=sys-libs/libcap-1.10-r10 >=sys-libs/libsemanage-2.1.9[python] sys-libs/libcap-ng >=sys-libs/libsepol-2.1.8 sys-devel/gettext dev-python/ipy dbus? ( sys-apps/dbus dev-libs/dbus-glib ) audit? ( >=sys-process/audit-1.5.1 ) pam? ( sys-libs/pam ) =dev-lang/python-2.7* =dev-lang/python-2.7*[xml] DESCRIPTION=SELinux core utilities EAPI=4 HOMEPAGE=http://userspace.selinuxproject.org -IUSE=audit pam dbus sesandbox -KEYWORDS=~amd64 ~x86 +IUSE=audit pam dbus +KEYWORDS=amd64 x86 LICENSE=GPL-2 -RDEPEND=>=sys-libs/libselinux-2.1.12[python] >=sys-libs/glibc-2.4 >=sys-libs/libcap-1.10-r10 >=sys-libs/libsemanage-2.1.9[python] sys-libs/libcap-ng >=sys-libs/libsepol-2.1.8 sys-devel/gettext dev-python/ipy sesandbox? ( dev-libs/libcgroup ) dbus? ( sys-apps/dbus dev-libs/dbus-glib ) audit? ( >=sys-process/audit-1.5.1 ) pam? ( sys-libs/pam ) dev-python/sepolgen app-misc/pax-utils =dev-lang/python-2.7* =dev-lang/python-2.7*[xml] +RDEPEND=>=sys-libs/libselinux-2.1.12[python] >=sys-libs/glibc-2.4 >=sys-libs/libcap-1.10-r10 >=sys-libs/libsemanage-2.1.9[python] sys-libs/libcap-ng >=sys-libs/libsepol-2.1.8 sys-devel/gettext dev-python/ipy dbus? ( sys-apps/dbus dev-libs/dbus-glib ) audit? ( >=sys-process/audit-1.5.1 ) pam? ( sys-libs/pam ) dev-python/sepolgen app-misc/pax-utils =dev-lang/python-2.7* =dev-lang/python-2.7*[xml] SLOT=0 SRC_URI=http://userspace.selinuxproject.org/releases/20120924/policycoreutils-2.1.13.tar.gz http://dev.gentoo.org/~swift/patches/policycoreutils/patchbundle-policycoreutils-2.1.13-gentoo-r4.tar.gz mirror://gentoo/policycoreutils-extra-1.22.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=ffdf9684db75719f7309c3fe009c83ea +_md5_=382d5f3e1c6b639a3f0a4acc6699088e diff --git a/metadata/md5-cache/sys-apps/policycoreutils-2.1.13-r6 b/metadata/md5-cache/sys-apps/policycoreutils-2.1.13-r6 new file mode 100644 index 000000000000..9730dc1bb4a1 --- /dev/null +++ b/metadata/md5-cache/sys-apps/policycoreutils-2.1.13-r6 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install postinst postrm prepare setup +DEPEND=>=sys-libs/libselinux-2.1.12[python] >=sys-libs/glibc-2.4 >=sys-libs/libcap-1.10-r10 >=sys-libs/libsemanage-2.1.9[python] sys-libs/libcap-ng >=sys-libs/libsepol-2.1.8 sys-devel/gettext dev-python/ipy sesandbox? ( dev-libs/libcgroup ) dbus? ( sys-apps/dbus dev-libs/dbus-glib ) audit? ( >=sys-process/audit-1.5.1 ) pam? ( sys-libs/pam ) =dev-lang/python-2.7* =dev-lang/python-2.7*[xml] +DESCRIPTION=SELinux core utilities +EAPI=4 +HOMEPAGE=http://userspace.selinuxproject.org +IUSE=audit pam dbus sesandbox +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=sys-libs/libselinux-2.1.12[python] >=sys-libs/glibc-2.4 >=sys-libs/libcap-1.10-r10 >=sys-libs/libsemanage-2.1.9[python] sys-libs/libcap-ng >=sys-libs/libsepol-2.1.8 sys-devel/gettext dev-python/ipy sesandbox? ( dev-libs/libcgroup ) dbus? ( sys-apps/dbus dev-libs/dbus-glib ) audit? ( >=sys-process/audit-1.5.1 ) pam? ( sys-libs/pam ) dev-python/sepolgen app-misc/pax-utils =dev-lang/python-2.7* =dev-lang/python-2.7*[xml] +SLOT=0 +SRC_URI=http://userspace.selinuxproject.org/releases/20120924/policycoreutils-2.1.13.tar.gz http://dev.gentoo.org/~swift/patches/policycoreutils/patchbundle-policycoreutils-2.1.13-gentoo-r4.tar.gz mirror://gentoo/policycoreutils-extra-1.23.tar.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=8d015984a33be466efe2bb3803c6b426 diff --git a/metadata/md5-cache/sys-apps/pv-1.3.9 b/metadata/md5-cache/sys-apps/pv-1.3.9 index a0af352e1c59..3c61d14cb0c9 100644 --- a/metadata/md5-cache/sys-apps/pv-1.3.9 +++ b/metadata/md5-cache/sys-apps/pv-1.3.9 @@ -3,9 +3,9 @@ DESCRIPTION=Pipe Viewer: a tool for monitoring the progress of data through a pi EAPI=4 HOMEPAGE=http://www.ivarch.com/programs/pv.shtml IUSE=nls linguas_de linguas_fr linguas_pl linguas_pt -KEYWORDS=~alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris LICENSE=Artistic-2 SLOT=0 SRC_URI=http://www.ivarch.com/programs/sources/pv-1.3.9.tar.gz _eclasses_=multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=af259076d62137ad5208ff14c1c57704 +_md5_=58cf1a0d0f80e86c21b8eb58f0e0451d diff --git a/metadata/md5-cache/sys-apps/systemd-196 b/metadata/md5-cache/sys-apps/systemd-196 index 111db7fa8d3c..a70cb0c860e9 100644 --- a/metadata/md5-cache/sys-apps/systemd-196 +++ b/metadata/md5-cache/sys-apps/systemd-196 @@ -10,5 +10,5 @@ RDEPEND=>=sys-apps/dbus-1.4.10 >=sys-apps/util-linux-2.20 ~sys-fs/udev-196 sys-l REQUIRED_USE=|| ( python_targets_python2_7 ) ^^ ( python_single_target_python2_7 ) python_single_target_python2_7? ( python_targets_python2_7 ) SLOT=0 SRC_URI=http://www.freedesktop.org/software/systemd/systemd-196.tar.xz -_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 bash-completion-r1 fcc2dafb65a2b662dd4b076f2103f6a6 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 python-single-r1 50388199dfecdef7b878a1b0a1349715 python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=70a5dfe1680113053ddfb9d8008168ba diff --git a/metadata/md5-cache/sys-apps/systemd-9999 b/metadata/md5-cache/sys-apps/systemd-9999 index 8a22277af12a..795517df8669 100644 --- a/metadata/md5-cache/sys-apps/systemd-9999 +++ b/metadata/md5-cache/sys-apps/systemd-9999 @@ -8,5 +8,5 @@ LICENSE=GPL-2 LGPL-2.1 MIT RDEPEND=>=sys-apps/dbus-1.4.10 >=sys-apps/util-linux-2.20 ~sys-fs/udev-9999 sys-libs/libcap acl? ( sys-apps/acl ) audit? ( >=sys-process/audit-2 ) cryptsetup? ( >=sys-fs/cryptsetup-1.4.2 ) gcrypt? ( >=dev-libs/libgcrypt-1.4.5 ) http? ( net-libs/libmicrohttpd ) kmod? ( >=sys-apps/kmod-12 ) lzma? ( app-arch/xz-utils ) pam? ( virtual/pam ) python? ( dev-python/python-exec[python_targets_python2_7?,python_single_target_python2_7(+)?] python_single_target_python2_7? ( dev-lang/python:2.7 ) ) qrcode? ( media-gfx/qrencode ) selinux? ( sys-libs/libselinux ) tcpd? ( sys-apps/tcp-wrappers ) xattr? ( sys-apps/attr ) sys-apps/hwids || ( >=sys-apps/util-linux-2.22 =dev-libs/dbus-glib-0.98 >=dev-libs/glib-2.22 sys-libs/zlib x11-libs/libX11 acl? ( sys-apps/acl virtual/udev !=sys-auth/polkit-0.104-r1 ) kernel_linux? ( sys-apps/coreutils[acl?] ) selinux? ( sec-policy/selinux-consolekit ) SLOT=0 SRC_URI=mirror://gentoo/ConsoleKit-0.4.5_p20120320.tar.xz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6639a35da29563ad0597c20927ec3450 +_md5_=39c4cfeee5b8be40112b927d62c0e137 diff --git a/metadata/md5-cache/sys-auth/pam_ssh_agent_auth-0.9.4 b/metadata/md5-cache/sys-auth/pam_ssh_agent_auth-0.9.4 new file mode 100644 index 000000000000..f74b5b7653af --- /dev/null +++ b/metadata/md5-cache/sys-auth/pam_ssh_agent_auth-0.9.4 @@ -0,0 +1,12 @@ +DEFINED_PHASES=configure install test +DEPEND=virtual/pam dev-libs/openssl dev-lang/perl +DESCRIPTION=Simple module to authenticate users against their ssh-agent keys +EAPI=5 +HOMEPAGE=http://pamsshagentauth.sourceforge.net +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=virtual/pam dev-libs/openssl virtual/ssh +SLOT=0 +SRC_URI=mirror://sourceforge/pamsshagentauth/pam_ssh_agent_auth/v0.9.4/pam_ssh_agent_auth-0.9.4.tar.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=273665ee092c65a98b72142874a4a3eb diff --git a/metadata/md5-cache/sys-auth/polkit-0.107-r1 b/metadata/md5-cache/sys-auth/polkit-0.107-r1 index cc2f90b6627a..0fd5d30da369 100644 --- a/metadata/md5-cache/sys-auth/polkit-0.107-r1 +++ b/metadata/md5-cache/sys-auth/polkit-0.107-r1 @@ -4,11 +4,11 @@ DESCRIPTION=Policy framework for controlling privileges for system-wide services EAPI=4 HOMEPAGE=http://www.freedesktop.org/wiki/Software/polkit IUSE=examples gtk +introspection kde nls pam selinux systemd -KEYWORDS=alpha amd64 arm ia64 ~mips ppc ppc64 ~sparc x86 +KEYWORDS=alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86 LICENSE=LGPL-2 PDEPEND=gtk? ( || ( >=gnome-extra/polkit-gnome-0.105 lxde-base/lxpolkit ) ) kde? ( sys-auth/polkit-kde-agent ) pam? ( systemd? ( sys-auth/pambase[systemd] ) !systemd? ( sys-auth/pambase[consolekit] ) ) !systemd? ( >=sys-auth/consolekit-0.4.5_p2012[policykit] ) RDEPEND=>=dev-lang/spidermonkey-1.8.5-r1 >=dev-libs/glib-2.32 >=dev-libs/expat-2 introspection? ( >=dev-libs/gobject-introspection-1 ) pam? ( sys-auth/pambase virtual/pam ) selinux? ( sec-policy/selinux-policykit ) systemd? ( sys-apps/systemd ) SLOT=0 SRC_URI=http://www.freedesktop.org/software/polkit/releases/polkit-0.107.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 pax-utils 0ace932c4045349c7fc1af0fe7091acf systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=a93e41efb71e727264cc0d8593b66bc0 +_md5_=a2861cf3e30c3908af6fe2238db5ddd6 diff --git a/metadata/md5-cache/sys-auth/ykclient-2.9 b/metadata/md5-cache/sys-auth/ykclient-2.9 new file mode 100644 index 000000000000..cc7031056f94 --- /dev/null +++ b/metadata/md5-cache/sys-auth/ykclient-2.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install +DEPEND=>=net-misc/curl-7.21.1 +DESCRIPTION=Yubico C client library +EAPI=5 +HOMEPAGE=https://github.com/Yubico/yubico-c-client +IUSE=static-libs +KEYWORDS=~amd64 +LICENSE=BSD-2 +RDEPEND=>=net-misc/curl-7.21.1 +RESTRICT=test +SLOT=0 +SRC_URI=http://yubico-c-client.googlecode.com/files/ykclient-2.9.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=1d2e62a3cc2fc8b0d1f85b68e1c78eeb diff --git a/metadata/md5-cache/sys-auth/ykpers-1.9.0 b/metadata/md5-cache/sys-auth/ykpers-1.9.0 new file mode 100644 index 000000000000..d3949d41cb2b --- /dev/null +++ b/metadata/md5-cache/sys-auth/ykpers-1.9.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=configure install +DEPEND=>=sys-auth/libyubikey-1.6 virtual/libusb:1 virtual/pkgconfig virtual/pkgconfig +DESCRIPTION=Library and tool for personalization of Yubico's YubiKey +EAPI=5 +HOMEPAGE=https://github.com/Yubico/yubikey-personalization +IUSE=static-libs consolekit +KEYWORDS=~amd64 +LICENSE=BSD-2 +RDEPEND=>=sys-auth/libyubikey-1.6 virtual/libusb:1 consolekit? ( sys-auth/consolekit[acl] ) +SLOT=0 +SRC_URI=http://yubikey-personalization.googlecode.com/files/ykpers-1.9.0.tar.gz +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev 4f764d2b1e34e4ef12b9b0d6e680c0ee user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=ffe5b491f8be5688298c96fc1818f0cb diff --git a/metadata/md5-cache/sys-block/thin-provisioning-tools-0.1.5-r1 b/metadata/md5-cache/sys-block/thin-provisioning-tools-0.1.5-r1 index fa4285d8ccc0..19f799709fd5 100644 --- a/metadata/md5-cache/sys-block/thin-provisioning-tools-0.1.5-r1 +++ b/metadata/md5-cache/sys-block/thin-provisioning-tools-0.1.5-r1 @@ -3,10 +3,10 @@ DEPEND=dev-libs/expat dev-libs/boost DESCRIPTION=A suite of tools for thin provisioning on Linux. EAPI=4 HOMEPAGE=https://github.com/jthornber/thin-provisioning-tools -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-3 RDEPEND=dev-libs/expat SLOT=0 SRC_URI=https://github.com/downloads/jthornber/thin-provisioning-tools/thin-provisioning-tools-v0.1.5.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6e332dd89f4e2d11f5a89615a09cb9c9 +_md5_=4dc366905bb588d505c8e6668da02258 diff --git a/metadata/md5-cache/sys-cluster/openmpi-1.6.3 b/metadata/md5-cache/sys-cluster/openmpi-1.6.3 new file mode 100644 index 000000000000..d6336e9c4359 --- /dev/null +++ b/metadata/md5-cache/sys-cluster/openmpi-1.6.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=configure install prepare setup test +DEPEND=!sys-cluster/mpich2 !sys-cluster/mpiexec >=sys-apps/hwloc-1.3 elibc_FreeBSD? ( dev-libs/libexecinfo ) openmpi_fabrics_dapl? ( sys-infiniband/dapl ) openmpi_fabrics_ofed? ( sys-infiniband/ofed ) openmpi_fabrics_knem? ( sys-cluster/knem ) openmpi_fabrics_open-mx? ( sys-cluster/open-mx ) openmpi_fabrics_psm? ( sys-infiniband/infinipath-psm ) openmpi_fabrics_sctp? ( net-misc/lksctp-tools ) openmpi_rm_pbs? ( sys-cluster/torque ) openmpi_rm_slurm? ( sys-cluster/slurm ) openmpi_ofed_features_rdmacm? ( sys-infiniband/librdmacm ) vt? ( !dev-libs/libotf !app-text/lcdf-typetools ) fortran? ( virtual/fortran ) +DESCRIPTION=A high-performance message passing library (MPI) +EAPI=4 +HOMEPAGE=http://www.open-mpi.org +IUSE=+cxx elibc_FreeBSD fortran heterogeneous ipv6 mpi-threads romio threads vt openmpi_fabrics_dapl openmpi_fabrics_ofed openmpi_fabrics_knem openmpi_fabrics_open-mx openmpi_fabrics_psm openmpi_fabrics_sctp openmpi_rm_pbs openmpi_rm_slurm openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_connectx-xrc openmpi_ofed_features_rdmacm openmpi_ofed_features_dynamic-sl openmpi_ofed_features_failover +KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux +LICENSE=BSD +RDEPEND=!sys-cluster/mpich2 !sys-cluster/mpiexec >=sys-apps/hwloc-1.3 elibc_FreeBSD? ( dev-libs/libexecinfo ) openmpi_fabrics_dapl? ( sys-infiniband/dapl ) openmpi_fabrics_ofed? ( sys-infiniband/ofed ) openmpi_fabrics_knem? ( sys-cluster/knem ) openmpi_fabrics_open-mx? ( sys-cluster/open-mx ) openmpi_fabrics_psm? ( sys-infiniband/infinipath-psm ) openmpi_fabrics_sctp? ( net-misc/lksctp-tools ) openmpi_rm_pbs? ( sys-cluster/torque ) openmpi_rm_slurm? ( sys-cluster/slurm ) openmpi_ofed_features_rdmacm? ( sys-infiniband/librdmacm ) vt? ( !dev-libs/libotf !app-text/lcdf-typetools ) fortran? ( virtual/fortran ) +REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs ) openmpi_rm_pbs? ( !openmpi_rm_slurm ) openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) openmpi_ofed_features_failover? ( openmpi_fabrics_ofed ) +SLOT=0 +SRC_URI=http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.3.tar.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 fortran-2 19652e219ec9b62d7d89735821d7afb6 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=a94bb6c9de0a2e9af6d31a420720e380 diff --git a/metadata/md5-cache/sys-devel/autoconf-2.69 b/metadata/md5-cache/sys-devel/autoconf-2.69 index ed4af5b2c4dc..3eda7888c4a5 100644 --- a/metadata/md5-cache/sys-devel/autoconf-2.69 +++ b/metadata/md5-cache/sys-devel/autoconf-2.69 @@ -4,10 +4,10 @@ DESCRIPTION=Used to create autoconfiguration files EAPI=3 HOMEPAGE=http://www.gnu.org/software/autoconf/autoconf.html IUSE=emacs -KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=GPL-3 PDEPEND=emacs? ( app-emacs/autoconf-mode ) RDEPEND=>=sys-apps/texinfo-4.3 >=sys-devel/m4-1.4.16 >=dev-lang/perl-5.6 >=sys-devel/autoconf-wrapper-10 SLOT=2.5 SRC_URI=mirror://gnu/autoconf/autoconf-2.69.tar.xz ftp://alpha.gnu.org/pub/gnu/autoconf/autoconf-2.69.tar.xz -_md5_=92221c28189a83c29688b4bbca9a73c2 +_md5_=a94ac78e85ea63153769bd742ddd69a9 diff --git a/metadata/md5-cache/sys-devel/autoconf-archive-2012.09.08 b/metadata/md5-cache/sys-devel/autoconf-archive-2012.09.08 index 1b1ba6db8604..2a3b1f7f2433 100644 --- a/metadata/md5-cache/sys-devel/autoconf-archive-2012.09.08 +++ b/metadata/md5-cache/sys-devel/autoconf-archive-2012.09.08 @@ -2,8 +2,8 @@ DEFINED_PHASES=install DESCRIPTION=GNU Autoconf Macro Archive EAPI=4 HOMEPAGE=http://www.gnu.org/software/autoconf-archive/ -KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=GPL-3 SLOT=0 SRC_URI=mirror://gnu/autoconf-archive/autoconf-archive-2012.09.08.tar.xz -_md5_=67e665b6752f6e654a8256a245194803 +_md5_=3a11053b5f9bb0de23c5d7cfaad516cd diff --git a/metadata/md5-cache/sys-devel/flex-2.5.37 b/metadata/md5-cache/sys-devel/flex-2.5.37 index 0d8ec0568bd4..2bf366bb950d 100644 --- a/metadata/md5-cache/sys-devel/flex-2.5.37 +++ b/metadata/md5-cache/sys-devel/flex-2.5.37 @@ -4,10 +4,10 @@ DESCRIPTION=The Fast Lexical Analyzer EAPI=3 HOMEPAGE=http://flex.sourceforge.net/ IUSE=nls static test -KEYWORDS=~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd LICENSE=FLEX RDEPEND=sys-devel/m4 SLOT=0 SRC_URI=mirror://sourceforge/flex/flex-2.5.37.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=07b56749a25ccc3a1a9325b3d727ac13 +_md5_=716cb9cc05ca8aade357c03155933dcb diff --git a/metadata/md5-cache/sys-devel/gcc-4.4.7 b/metadata/md5-cache/sys-devel/gcc-4.4.7 index 0ad8c9383ea7..c73e0fb89b75 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.4.7 +++ b/metadata/md5-cache/sys-devel/gcc-4.4.7 @@ -3,7 +3,7 @@ DEPEND=elibc_glibc? ( >=sys-libs/glibc-2.8 ) ppc? ( >=sys-devel/binutils-2.17 ) DESCRIPTION=The GNU Compiler Collection HOMEPAGE=http://gcc.gnu.org/ IUSE=build multislot nls nptl test vanilla altivec cxx fortran nopie nossp bootstrap doc gcj gtk hardened multilib objc objc-gc mudflap libssp objc++ openmp fixed-point graphite -KEYWORDS=alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd LICENSE=GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2 PDEPEND=elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.7 RDEPEND=sys-libs/zlib !build? ( nls? ( sys-devel/gettext ) ) virtual/libiconv >=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 graphite? ( >=dev-libs/cloog-ppl-0.15.10 >=dev-libs/ppl-0.11 ) @@ -11,4 +11,4 @@ RESTRICT=strip SLOT=4.4 SRC_URI=mirror://gnu/gcc/gcc-4.4.7/gcc-4.4.7.tar.bz2 mirror://gentoo/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 http://dev.gentoo.org/~vapier/dist/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 http://dev.gentoo.org/~dirtyepic/dist/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 http://dev.gentoo.org/~halcy0n/patches/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 http://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.7-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.4.7-patches-1.1.tar.bz2 http://dev.gentoo.org/~vapier/dist/gcc-4.4.7-patches-1.1.tar.bz2 http://dev.gentoo.org/~dirtyepic/dist/gcc-4.4.7-patches-1.1.tar.bz2 http://dev.gentoo.org/~halcy0n/patches/gcc-4.4.7-patches-1.1.tar.bz2 http://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.7-patches-1.1.tar.bz2 mirror://gentoo/gcc-4.4.7-piepatches-v0.4.5.tar.bz2 http://dev.gentoo.org/~vapier/dist/gcc-4.4.7-piepatches-v0.4.5.tar.bz2 http://dev.gentoo.org/~dirtyepic/dist/gcc-4.4.7-piepatches-v0.4.5.tar.bz2 http://dev.gentoo.org/~halcy0n/patches/gcc-4.4.7-piepatches-v0.4.5.tar.bz2 http://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.7-piepatches-v0.4.5.tar.bz2 mirror://gentoo/gcc-4.4.3-specs-0.2.0.tar.bz2 http://dev.gentoo.org/~vapier/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 http://dev.gentoo.org/~dirtyepic/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 http://dev.gentoo.org/~halcy0n/patches/gcc-4.4.3-specs-0.2.0.tar.bz2 http://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.3-specs-0.2.0.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.3.jar ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fixheadtails f96922acc9287f1e889a1e50a6c8986e flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain 6c0993f67ff0d87e171156934f6c2c15 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=d0a9d30dbcdfcd5003a6b491147586da +_md5_=322a416bbabe3a08aa92e296cb9b5572 diff --git a/metadata/md5-cache/sys-devel/gcc-4.5.4 b/metadata/md5-cache/sys-devel/gcc-4.5.4 index 6164b95bbc02..0f73edaf9911 100644 --- a/metadata/md5-cache/sys-devel/gcc-4.5.4 +++ b/metadata/md5-cache/sys-devel/gcc-4.5.4 @@ -3,7 +3,7 @@ DEPEND=elibc_glibc? ( >=sys-libs/glibc-2.8 ) ppc? ( >=sys-devel/binutils-2.17 ) DESCRIPTION=The GNU Compiler Collection HOMEPAGE=http://gcc.gnu.org/ IUSE=build multislot nls nptl test vanilla altivec cxx fortran nopie nossp bootstrap doc gcj gtk hardened multilib objc objc-gc mudflap libssp objc++ openmp fixed-point graphite lto -KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2 PDEPEND=elibc_glibc? ( >=sys-libs/glibc-2.8 ) >=sys-devel/gcc-config-1.7 RDEPEND=sys-libs/zlib !build? ( nls? ( sys-devel/gettext ) ) virtual/libiconv >=dev-libs/gmp-4.3.2 >=dev-libs/mpfr-2.4.2 >=dev-libs/mpc-0.8.1 lto? ( || ( >=dev-libs/elfutils-0.143 dev-libs/libelf ) ) graphite? ( >=dev-libs/cloog-ppl-0.15.10 >=dev-libs/ppl-0.11 ) @@ -11,4 +11,4 @@ RESTRICT=strip SLOT=4.5 SRC_URI=mirror://gnu/gcc/gcc-4.5.4/gcc-4.5.4.tar.bz2 mirror://gentoo/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 http://dev.gentoo.org/~vapier/dist/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 http://dev.gentoo.org/~dirtyepic/dist/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 http://dev.gentoo.org/~halcy0n/patches/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 http://dev.gentoo.org/~zorry/patches/gcc/gcc-4.5.4-uclibc-patches-1.0.tar.bz2 mirror://gentoo/gcc-4.5.4-patches-1.1.tar.bz2 http://dev.gentoo.org/~vapier/dist/gcc-4.5.4-patches-1.1.tar.bz2 http://dev.gentoo.org/~dirtyepic/dist/gcc-4.5.4-patches-1.1.tar.bz2 http://dev.gentoo.org/~halcy0n/patches/gcc-4.5.4-patches-1.1.tar.bz2 http://dev.gentoo.org/~zorry/patches/gcc/gcc-4.5.4-patches-1.1.tar.bz2 mirror://gentoo/gcc-4.5.4-piepatches-v0.4.7.tar.bz2 http://dev.gentoo.org/~vapier/dist/gcc-4.5.4-piepatches-v0.4.7.tar.bz2 http://dev.gentoo.org/~dirtyepic/dist/gcc-4.5.4-piepatches-v0.4.7.tar.bz2 http://dev.gentoo.org/~halcy0n/patches/gcc-4.5.4-piepatches-v0.4.7.tar.bz2 http://dev.gentoo.org/~zorry/patches/gcc/gcc-4.5.4-piepatches-v0.4.7.tar.bz2 mirror://gentoo/gcc-4.4.3-specs-0.2.0.tar.bz2 http://dev.gentoo.org/~vapier/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 http://dev.gentoo.org/~dirtyepic/dist/gcc-4.4.3-specs-0.2.0.tar.bz2 http://dev.gentoo.org/~halcy0n/patches/gcc-4.4.3-specs-0.2.0.tar.bz2 http://dev.gentoo.org/~zorry/patches/gcc/gcc-4.4.3-specs-0.2.0.tar.bz2 gcj? ( ftp://sourceware.org/pub/java/ecj-4.5.jar ) _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fixheadtails f96922acc9287f1e889a1e50a6c8986e flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf toolchain 6c0993f67ff0d87e171156934f6c2c15 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9c295cd0781887ce7e15cdc1b07a4fc3 +_md5_=d3c3ba54959243073929d542e8a0a422 diff --git a/metadata/md5-cache/sys-devel/gdb-7.5 b/metadata/md5-cache/sys-devel/gdb-7.5 index 29237e12b8fa..fe984d630ecf 100644 --- a/metadata/md5-cache/sys-devel/gdb-7.5 +++ b/metadata/md5-cache/sys-devel/gdb-7.5 @@ -4,10 +4,10 @@ DESCRIPTION=GNU debugger EAPI=3 HOMEPAGE=http://sourceware.org/gdb/ IUSE=+client expat multitarget nls +python +server test vanilla zlib -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 LGPL-2 RDEPEND=!dev-util/gdbserver >=sys-libs/ncurses-5.2-r2 sys-libs/readline expat? ( dev-libs/expat ) python? ( =dev-lang/python-2* ) zlib? ( sys-libs/zlib ) SLOT=0 SRC_URI=mirror://gnu/gdb/gdb-7.5.tar.bz2 ftp://sources.redhat.com/pub/gdb/releases/gdb-7.5.tar.bz2 mirror://gentoo/gdb-7.5-patches-1.tar.xz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=1b0ba5daf6525e61aff9c48b5262dae1 +_md5_=e8c2df1053739de4609bd056a63a6fa1 diff --git a/metadata/md5-cache/sys-devel/make-3.82-r4 b/metadata/md5-cache/sys-devel/make-3.82-r4 index d2fd1e9e0d05..d4fe821cac5f 100644 --- a/metadata/md5-cache/sys-devel/make-3.82-r4 +++ b/metadata/md5-cache/sys-devel/make-3.82-r4 @@ -4,10 +4,10 @@ DESCRIPTION=Standard tool to compile source trees EAPI=2 HOMEPAGE=http://www.gnu.org/software/make/make.html IUSE=nls static -KEYWORDS=~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-3 RDEPEND=nls? ( virtual/libintl ) SLOT=0 SRC_URI=mirror://gnu//make/make-3.82.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=fbb7ef9010a9a26244981178aadd53d3 +_md5_=cfceb667b47758b8ae94461096ef031b diff --git a/metadata/md5-cache/sys-fs/fuse-2.9.1-r1 b/metadata/md5-cache/sys-fs/fuse-2.9.1-r1 index c1e9328fd2f0..2f61d266dbf3 100644 --- a/metadata/md5-cache/sys-fs/fuse-2.9.1-r1 +++ b/metadata/md5-cache/sys-fs/fuse-2.9.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=An interface for filesystems implemented in userspace. EAPI=4 HOMEPAGE=http://fuse.sourceforge.net IUSE=kernel_linux kernel_FreeBSD static-libs -KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=GPL-2 PDEPEND=kernel_FreeBSD? ( sys-fs/fuse4bsd ) SLOT=0 SRC_URI=mirror://sourceforge/fuse/fuse-2.9.1.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev 4f764d2b1e34e4ef12b9b0d6e680c0ee user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=d6f6dfa17ab171ec82e137d20f503178 +_md5_=cbe75e17ccd364d1c87cb8b2bb41f7cf diff --git a/metadata/md5-cache/sys-fs/ntfs3g-2012.1.15-r2 b/metadata/md5-cache/sys-fs/ntfs3g-2012.1.15-r2 index 163d5c9e8993..0adbaf4cd906 100644 --- a/metadata/md5-cache/sys-fs/ntfs3g-2012.1.15-r2 +++ b/metadata/md5-cache/sys-fs/ntfs3g-2012.1.15-r2 @@ -4,10 +4,10 @@ DESCRIPTION=Open source read-write NTFS driver that runs under FUSE EAPI=5 HOMEPAGE=http://www.tuxera.com/community/ntfs-3g-download/ IUSE=acl crypt debug +external-fuse +ntfsprogs static-libs suid xattr -KEYWORDS=~amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RDEPEND=!=dev-libs/libgcrypt-1.2.2 >=net-libs/gnutls-1.4.4 ) external-fuse? ( >=sys-fs/fuse-2.8.0 ) SLOT=0 SRC_URI=http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2012.1.15.tgz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 linux-info f01ffb28843e2de3ea571f80f07e5078 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev 4f764d2b1e34e4ef12b9b0d6e680c0ee user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=577fb00c3c41fc7eca8e6b2d6a984564 +_md5_=527d5dc4cb47abb86b25267ea23c679d diff --git a/metadata/md5-cache/sys-kernel/linux-headers-3.6 b/metadata/md5-cache/sys-kernel/linux-headers-3.6 index e62437ed3c0a..23fee9ff3ac5 100644 --- a/metadata/md5-cache/sys-kernel/linux-headers-3.6 +++ b/metadata/md5-cache/sys-kernel/linux-headers-3.6 @@ -3,10 +3,10 @@ DEPEND=app-arch/xz-utils dev-lang/perl DESCRIPTION=Linux system headers EAPI=3 HOMEPAGE=http://www.kernel.org/ http://www.gentoo.org/ -KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux LICENSE=GPL-2 RESTRICT=binchecks strip SLOT=0 SRC_URI=mirror://gentoo/gentoo-headers-base-3.6.tar.xz mirror://gentoo/gentoo-headers-3.6-1.tar.xz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8aabc153f027b738e6f6e2afd91b736b +_md5_=c9c77171b4087ac8e43c6e5effe059bd diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.46 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.57 similarity index 79% rename from metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.46 rename to metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.57 index 414358430183..0d12d2cdf681 100644 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.46 +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.0.57 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile install postinst postrm preinst setup test unpack DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=4 +EAPI=5 HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net IUSE=symlink build KEYWORDS=~amd64 ~x86 @@ -9,7 +9,7 @@ LICENSE=GPL-2 freedist PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) RESTRICT=binchecks strip -SLOT=3.0.46 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.0.tar.bz2 mirror://gentoo/genpatches-3.0-32.base.tar.bz2 mirror://gentoo/genpatches-3.0-32.extras.tar.bz2 http://dev.gentoo.org/~pacho/tuxonice/current-tuxonice-for-3.0_20111012.patch.bz2 +SLOT=3.0.57 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.0.tar.bz2 mirror://gentoo/genpatches-3.0-35.base.tar.bz2 mirror://gentoo/genpatches-3.0-35.extras.tar.bz2 http://tuxonice.net/downloads/all/tuxonice-for-linux-3.0-57-2012-12-23.patch.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=8bb193f7069bde81e78052337c5cc3e4 +_md5_=cf1889a6063cd7df38ef1ebe0ea808be diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.3.8-r2 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.3.8-r2 new file mode 100644 index 000000000000..b8d2548190e8 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.3.8-r2 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net +IUSE=symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.3.8-r2 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.3.tar.bz2 mirror://gentoo/genpatches-3.3-10.base.tar.bz2 mirror://gentoo/genpatches-3.3-10.extras.tar.bz2 http://tuxonice.net/downloads/all/tuxonice-for-linux-3.3-2012-10-23.patch.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=d5bf0a00788f000398fb8029790897fc diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.10 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.24 similarity index 79% rename from metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.10 rename to metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.24 index 3de510b81af5..3c538124083f 100644 --- a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.10 +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.4.24 @@ -1,7 +1,7 @@ DEFINED_PHASES=compile install postinst postrm preinst setup test unpack DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) DESCRIPTION=TuxOnIce + Gentoo patchset sources -EAPI=4 +EAPI=5 HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net IUSE=symlink build KEYWORDS=~amd64 ~x86 @@ -9,7 +9,7 @@ LICENSE=GPL-2 freedist PDEPEND=!build? ( virtual/dev-manager ) RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) RESTRICT=binchecks strip -SLOT=3.4.10 -SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.bz2 mirror://gentoo/genpatches-3.4-11.base.tar.bz2 mirror://gentoo/genpatches-3.4-11.extras.tar.bz2 http://dev.gentoo.org/~pacho/tuxonice/20120721-TuxOnIce-for-Linux-3.4.patch.bz2 +SLOT=3.4.24 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.4.tar.bz2 mirror://gentoo/genpatches-3.4-13.base.tar.bz2 mirror://gentoo/genpatches-3.4-13.extras.tar.bz2 http://tuxonice.net/downloads/all/tuxonice-for-linux-3.4-24-2012-12-23.patch.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=9ab31efc10523c35e09332ad24e16cdd +_md5_=80f73c46fb8d80777b2e67aeed1cdaab diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.5.7 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.5.7 new file mode 100644 index 000000000000..aaf37974447d --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.5.7 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net +IUSE=symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.5.7 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.5.tar.bz2 mirror://gentoo/genpatches-3.5-7.base.tar.bz2 mirror://gentoo/genpatches-3.5-7.extras.tar.bz2 http://tuxonice.net/downloads/all/tuxonice-for-linux-3.5-2012-10-23.patch.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=ed74a7e4f3b9b61d7dabc32c70832b2f diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.6.11 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.6.11 new file mode 100644 index 000000000000..74283084d863 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.6.11 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net +IUSE=symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.6.11 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.6.tar.bz2 mirror://gentoo/genpatches-3.6-11.base.tar.bz2 mirror://gentoo/genpatches-3.6-11.extras.tar.bz2 http://tuxonice.net/downloads/all/tuxonice-for-linux-3.6-11-2012-12-23.patch.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=1ab60490f6586b5be4b63aa5075ab693 diff --git a/metadata/md5-cache/sys-kernel/tuxonice-sources-3.7.1 b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.7.1 new file mode 100644 index 000000000000..cee024b92e51 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/tuxonice-sources-3.7.1 @@ -0,0 +1,15 @@ +DEFINED_PHASES=compile install postinst postrm preinst setup test unpack +DEPEND=!build? ( sys-apps/sed >=sys-devel/binutils-2.11.90.0.31 ) +DESCRIPTION=TuxOnIce + Gentoo patchset sources +EAPI=5 +HOMEPAGE=http://dev.gentoo.org/~mpagano/genpatches/ http://www.tuxonice.net +IUSE=symlink build +KEYWORDS=~amd64 ~x86 +LICENSE=GPL-2 freedist +PDEPEND=!build? ( virtual/dev-manager ) +RDEPEND=>=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils ) !build? ( >=sys-libs/ncurses-5.2 sys-devel/make dev-lang/perl ) +RESTRICT=binchecks strip +SLOT=3.7.1 +SRC_URI=mirror://kernel/linux/kernel/v3.x/linux-3.7.tar.bz2 mirror://gentoo/genpatches-3.7-2.base.tar.bz2 http://tuxonice.net/downloads/all/tuxonice-for-linux-3.7-1-2012-12-23.patch.bz2 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 kernel-2 dd451098928ff900df7c254820871c00 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_md5_=437abb0991c31e63c40b489a5dfd3893 diff --git a/metadata/md5-cache/sys-libs/glibc-2.10.1-r1 b/metadata/md5-cache/sys-libs/glibc-2.10.1-r1 index b26704277253..8fa445eda491 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.10.1-r1 +++ b/metadata/md5-cache/sys-libs/glibc-2.10.1-r1 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) sys-libs/timezone-data RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.10.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-2.10.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.10.1.tar.bz2 mirror://gentoo/glibc-2.10.1.tar.bz2 mirror://gnu/glibc/glibc-libidn-2.10.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-libidn-2.10.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-libidn-2.10.1.tar.bz2 mirror://gentoo/glibc-libidn-2.10.1.tar.bz2 mirror://gnu/glibc/glibc-ports-2.10.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.10.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.10.1.tar.bz2 mirror://gentoo/glibc-ports-2.10.1.tar.bz2 mirror://gentoo/glibc-2.10.1-patches-7.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.10.1-patches-7.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.10.1-patches-7.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5d756bd395a40d72dcdcaa7aada188c3 +_md5_=f9deb2943edeef3d3c75232d9fdb9685 diff --git a/metadata/md5-cache/sys-libs/glibc-2.11.3 b/metadata/md5-cache/sys-libs/glibc-2.11.3 index 0829e795da49..4a6135dcc988 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.11.3 +++ b/metadata/md5-cache/sys-libs/glibc-2.11.3 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.11.3.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-2.11.3.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.11.3.tar.bz2 mirror://gentoo/glibc-2.11.3.tar.bz2 mirror://gnu/glibc/glibc-ports-2.11.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.11.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.11.tar.bz2 mirror://gentoo/glibc-ports-2.11.tar.bz2 mirror://gentoo/glibc-2.11.3-patches-3.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.11.3-patches-3.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.11.3-patches-3.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5f4a7b655de9b67f123c9f407d042b13 +_md5_=65a21ab4dd789007efea5f109c8a682d diff --git a/metadata/md5-cache/sys-libs/glibc-2.12.1-r3 b/metadata/md5-cache/sys-libs/glibc-2.12.1-r3 index 43c1cbd70a1c..84466ca15bff 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.12.1-r3 +++ b/metadata/md5-cache/sys-libs/glibc-2.12.1-r3 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.12.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-2.12.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.12.1.tar.bz2 mirror://gentoo/glibc-2.12.1.tar.bz2 mirror://gnu/glibc/glibc-ports-2.12.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.12.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.12.1.tar.bz2 mirror://gentoo/glibc-ports-2.12.1.tar.bz2 mirror://gentoo/glibc-2.12.1-patches-8.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.12.1-patches-8.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.12.1-patches-8.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=6c0829b9e2e65709e274a2950f4361fe +_md5_=e83368808a62731036565dfb3e7062b1 diff --git a/metadata/md5-cache/sys-libs/glibc-2.12.2 b/metadata/md5-cache/sys-libs/glibc-2.12.2 index f996da7360e8..0764be9e3f42 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.12.2 +++ b/metadata/md5-cache/sys-libs/glibc-2.12.2 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.12.2.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-2.12.2.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.12.2.tar.bz2 mirror://gentoo/glibc-2.12.2.tar.bz2 mirror://gnu/glibc/glibc-ports-2.12.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.12.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.12.1.tar.bz2 mirror://gentoo/glibc-ports-2.12.1.tar.bz2 mirror://gentoo/glibc-2.12.2-patches-4.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.12.2-patches-4.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.12.2-patches-4.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=408a4bc820d49ec382925016b115c261 +_md5_=e714d4271a2b75157353be57cc1a4583 diff --git a/metadata/md5-cache/sys-libs/glibc-2.13-r2 b/metadata/md5-cache/sys-libs/glibc-2.13-r2 index 2bcc171a776d..64b4d2ff3da0 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.13-r2 +++ b/metadata/md5-cache/sys-libs/glibc-2.13-r2 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.13.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-2.13.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.13.tar.bz2 mirror://gentoo/glibc-2.13.tar.bz2 mirror://gnu/glibc/glibc-ports-2.13.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.13.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.13.tar.bz2 mirror://gentoo/glibc-ports-2.13.tar.bz2 mirror://gentoo/glibc-2.13-patches-6.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.13-patches-6.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.13-patches-6.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=5729b64261f4f1544ed0b4890534d8f4 +_md5_=ef6a97be55aa4458b21cb9805592cc4d diff --git a/metadata/md5-cache/sys-libs/glibc-2.13-r4 b/metadata/md5-cache/sys-libs/glibc-2.13-r4 index bbd6e9f58eb1..6042c8b8f2d7 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.13-r4 +++ b/metadata/md5-cache/sys-libs/glibc-2.13-r4 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.13.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-2.13.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.13.tar.bz2 mirror://gentoo/glibc-2.13.tar.bz2 mirror://gnu/glibc/glibc-ports-2.13.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.13.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.13.tar.bz2 mirror://gentoo/glibc-ports-2.13.tar.bz2 mirror://gentoo/glibc-2.13-patches-11.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.13-patches-11.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.13-patches-11.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b02bd6bf2e61811c81d189b50e3d5ad1 +_md5_=5a078d571f7bfa9accb8e86f3d7bfce7 diff --git a/metadata/md5-cache/sys-libs/glibc-2.14 b/metadata/md5-cache/sys-libs/glibc-2.14 index fe7bab71464e..ad9b8f268e98 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.14 +++ b/metadata/md5-cache/sys-libs/glibc-2.14 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.14.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-2.14.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.14.tar.bz2 mirror://gentoo/glibc-2.14.tar.bz2 mirror://gnu/glibc/glibc-ports-2.14.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.14.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.14.tar.bz2 mirror://gentoo/glibc-ports-2.14.tar.bz2 mirror://gentoo/glibc-2.14-patches-7.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.14-patches-7.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.14-patches-7.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=7c38a9dbb5ca1ffe80778e0656b94e8d +_md5_=6eb5801ee1bbd2e89225cb756357f183 diff --git a/metadata/md5-cache/sys-libs/glibc-2.14.1-r2 b/metadata/md5-cache/sys-libs/glibc-2.14.1-r2 index 425fc1c99e45..c2afa76e5a2d 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.14.1-r2 +++ b/metadata/md5-cache/sys-libs/glibc-2.14.1-r2 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.14.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-2.14.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.14.1.tar.bz2 mirror://gentoo/glibc-2.14.1.tar.bz2 mirror://gnu/glibc/glibc-ports-2.14.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.14.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.14.1.tar.bz2 mirror://gentoo/glibc-ports-2.14.1.tar.bz2 mirror://gentoo/glibc-2.14.1-patches-5.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.14.1-patches-5.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.14.1-patches-5.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=dcd1ab9833f64fb239f6889115118dd4 +_md5_=8255c60e2d15830dde6471cf26ac8255 diff --git a/metadata/md5-cache/sys-libs/glibc-2.14.1-r3 b/metadata/md5-cache/sys-libs/glibc-2.14.1-r3 index e4dd41801e50..a29ca01e27dd 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.14.1-r3 +++ b/metadata/md5-cache/sys-libs/glibc-2.14.1-r3 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.14.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-2.14.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.14.1.tar.bz2 mirror://gentoo/glibc-2.14.1.tar.bz2 mirror://gnu/glibc/glibc-ports-2.14.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.14.1.tar.bz2 ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.14.1.tar.bz2 mirror://gentoo/glibc-ports-2.14.1.tar.bz2 mirror://gentoo/glibc-2.14.1-patches-10.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.14.1-patches-10.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.14.1-patches-10.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=39ba877374245576c58d288100f202bf +_md5_=63fb506693da42b4ec314bd83995d8f7 diff --git a/metadata/md5-cache/sys-libs/glibc-2.15-r1 b/metadata/md5-cache/sys-libs/glibc-2.15-r1 index a16da954e576..cf05869afd4c 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.15-r1 +++ b/metadata/md5-cache/sys-libs/glibc-2.15-r1 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/releases/glibc-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.15.tar.xz mirror://gentoo/glibc-2.15.tar.xz mirror://gnu/glibc/glibc-ports-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-2.15-patches-13.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.15-patches-13.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.15-patches-13.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=a9a636015138f7bb49b9837c50e8ecd9 +_md5_=5df13e3afee9bcca3f6b072a24cc42a9 diff --git a/metadata/md5-cache/sys-libs/glibc-2.15-r2 b/metadata/md5-cache/sys-libs/glibc-2.15-r2 index dfaa8683999a..b7304f9aef94 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.15-r2 +++ b/metadata/md5-cache/sys-libs/glibc-2.15-r2 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=alpha amd64 arm ia64 ~mips ppc ppc64 s390 ~sh sparc x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/releases/glibc-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.15.tar.xz mirror://gentoo/glibc-2.15.tar.xz mirror://gnu/glibc/glibc-ports-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-2.15-patches-21.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.15-patches-21.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.15-patches-21.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=b1054d7dfbab055cafa17f70eef6c211 +_md5_=b4d8fd3b7c950b8ad9aa4261b7ae014c diff --git a/metadata/md5-cache/sys-libs/glibc-2.15-r3 b/metadata/md5-cache/sys-libs/glibc-2.15-r3 index a60b64c71713..fc7d00fb4e3e 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.15-r3 +++ b/metadata/md5-cache/sys-libs/glibc-2.15-r3 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux profile vanilla crosscompile_opts_headers-only KEYWORDS=alpha amd64 arm -hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/releases/glibc-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.15.tar.xz mirror://gentoo/glibc-2.15.tar.xz mirror://gnu/glibc/glibc-ports-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.15.tar.xz ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-ports-2.15.tar.xz mirror://gentoo/glibc-2.15-patches-23.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.15-patches-23.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.15-patches-23.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=2c7a309a5676d470633efd0f8a7d9d52 +_md5_=ae7b4117ed60b8265655bdf50bea3ecc diff --git a/metadata/md5-cache/sys-libs/glibc-2.16.0 b/metadata/md5-cache/sys-libs/glibc-2.16.0 index b5dcff65d278..1f07de179e58 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.16.0 +++ b/metadata/md5-cache/sys-libs/glibc-2.16.0 @@ -4,10 +4,10 @@ DESCRIPTION=GNU libc6 (also called glibc2) C library HOMEPAGE=http://www.gnu.org/software/libc/libc.html IUSE=debug gd hardened multilib selinux systemtap profile vanilla crosscompile_opts_headers-only KEYWORDS=~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -LICENSE=LGPL-2 +LICENSE=LGPL-2.1+ BSD HPND inner-net RDEPEND=!sys-kernel/ps3-sources selinux? ( sys-libs/libselinux ) !sys-libs/nss-db vanilla? ( !sys-libs/timezone-data ) !vanilla? ( sys-libs/timezone-data ) RESTRICT=strip SLOT=2.2 SRC_URI=mirror://gnu/glibc/glibc-2.16.0.tar.xz ftp://sources.redhat.com/pub/glibc/releases/glibc-2.16.0.tar.xz ftp://sources.redhat.com/pub/glibc/snapshots/glibc-2.16.0.tar.xz mirror://gentoo/glibc-2.16.0.tar.xz mirror://gnu/glibc/glibc-ports-2.16.0.tar.xz ftp://sources.redhat.com/pub/glibc/releases/glibc-ports-2.16.0.tar.xz ftp://sources.redhat.com/pub/glibc/snapshots/glibc-ports-2.16.0.tar.xz mirror://gentoo/glibc-ports-2.16.0.tar.xz mirror://gentoo/glibc-2.16.0-patches-9.tar.bz2 http://dev.gentoo.org/~vapier/dist/glibc-2.16.0-patches-9.tar.bz2 http://dev.gentoo.org/~azarah/glibc/glibc-2.16.0-patches-9.tar.bz2 _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 gnuconfig c0f61749b1cea36288502e3497dcd6ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e unpacker 50e1227854e96469a19a63f053496328 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=15a92b50821b2700d940bb6d3b74f36b +_md5_=f246913270099c3f33b682361ae77425 diff --git a/metadata/md5-cache/sys-libs/glibc-2.17 b/metadata/md5-cache/sys-libs/glibc-2.17 index 1a3f19f09a1d..f414022c45bf 100644 --- a/metadata/md5-cache/sys-libs/glibc-2.17 +++ b/metadata/md5-cache/sys-libs/glibc-2.17 @@ -3,10 +3,10 @@ DEPEND=>=app-misc/pax-utils-0.1.10 !=app-misc/pax-utils-0.1.10 !=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool +DESCRIPTION=Console-based mouse driver +EAPI=4 +HOMEPAGE=http://www.nico.schottelius.org/software/gpm/ +IUSE=selinux static-libs +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=sys-libs/ncurses selinux? ( sec-policy/selinux-gpm ) +SLOT=0 +SRC_URI=http://www.nico.schottelius.org/software/gpm/archives/gpm-1.20.7.tar.lzma +_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 systemd 94264c6516a1a0c2059c7fc6eed21fe4 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 +_md5_=a5d3a75345a0b3fced25acd6e695dcea diff --git a/metadata/md5-cache/sys-libs/libselinux-2.1.12-r2 b/metadata/md5-cache/sys-libs/libselinux-2.1.12-r2 index f051b71cff61..416419c9889d 100644 --- a/metadata/md5-cache/sys-libs/libselinux-2.1.12-r2 +++ b/metadata/md5-cache/sys-libs/libselinux-2.1.12-r2 @@ -4,10 +4,10 @@ DESCRIPTION=SELinux userland library EAPI=4 HOMEPAGE=http://userspace.selinuxproject.org IUSE=python ruby static-libs elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=public-domain RDEPEND=>=sys-libs/libsepol-2.1.8 >=dev-libs/libpcre-8.30-r2[static-libs?] ruby? ( ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ) python? ( dev-lang/python ) SLOT=0 SRC_URI=http://userspace.selinuxproject.org/releases/20120924/libselinux-2.1.12.tar.gz http://dev.gentoo.org/~swift/patches/libselinux/patchbundle-libselinux-2.1.12-r2.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib 9aa8a023e062fca0ba79362d9d0cc488 python e5b3412fa9f03670a666c8a137bd1060 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=f68f87b45c85585a4775108a0e65e627 +_md5_=c5b0ffac25cf209aa5337f0c3c808495 diff --git a/metadata/md5-cache/sys-libs/libsepol-2.1.8-r1 b/metadata/md5-cache/sys-libs/libsepol-2.1.8-r1 index a0b35b781ff1..8d6b6fe7481c 100644 --- a/metadata/md5-cache/sys-libs/libsepol-2.1.8-r1 +++ b/metadata/md5-cache/sys-libs/libsepol-2.1.8-r1 @@ -2,10 +2,10 @@ DEFINED_PHASES=compile install prepare DESCRIPTION=SELinux binary policy representation library EAPI=2 HOMEPAGE=http://userspace.selinuxproject.org -KEYWORDS=~amd64 ~x86 +KEYWORDS=amd64 x86 LICENSE=GPL-2 RESTRICT=test SLOT=0 SRC_URI=http://userspace.selinuxproject.org/releases/20120924/libsepol-2.1.8.tar.gz http://dev.gentoo.org/~swift/patches/libsepol/patchbundle-libsepol-2.1.8-r1.tar.gz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=033fd37a84909d772676120ed05689a6 +_md5_=a62b1745e98c26319a7e618641542481 diff --git a/metadata/md5-cache/sys-libs/mtdev-1.1.3 b/metadata/md5-cache/sys-libs/mtdev-1.1.3 index 0a6afeb58647..70a2200702dc 100644 --- a/metadata/md5-cache/sys-libs/mtdev-1.1.3 +++ b/metadata/md5-cache/sys-libs/mtdev-1.1.3 @@ -4,8 +4,8 @@ DESCRIPTION=Multitouch Protocol Translation Library EAPI=4 HOMEPAGE=http://bitmath.org/code/mtdev/ IUSE=static-libs -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 LICENSE=MIT SLOT=0 SRC_URI=http://bitmath.org/code/mtdev/mtdev-1.1.3.tar.bz2 -_md5_=75789d141cbbb04099337fdd288343f4 +_md5_=557390cd17df74330c671169a6129e77 diff --git a/metadata/md5-cache/sys-process/htop-1.0.2 b/metadata/md5-cache/sys-process/htop-1.0.2 index 941fe978789b..e08b1a8e50e8 100644 --- a/metadata/md5-cache/sys-process/htop-1.0.2 +++ b/metadata/md5-cache/sys-process/htop-1.0.2 @@ -4,10 +4,10 @@ DESCRIPTION=interactive process viewer EAPI=4 HOMEPAGE=http://htop.sourceforge.net IUSE=kernel_FreeBSD kernel_linux openvz unicode vserver -KEYWORDS=~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux LICENSE=BSD GPL-2 RDEPEND=sys-libs/ncurses[unicode?] SLOT=0 SRC_URI=mirror://sourceforge/htop/htop-1.0.2.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e -_md5_=46855e40e91a67f8c802be8189148891 +_md5_=59d0ccfd4f13561fdea40b6fa8b6c574 diff --git a/metadata/md5-cache/virtual/glu-9.0 b/metadata/md5-cache/virtual/glu-9.0 index b51b6531f2f5..42d253c99152 100644 --- a/metadata/md5-cache/virtual/glu-9.0 +++ b/metadata/md5-cache/virtual/glu-9.0 @@ -1,6 +1,6 @@ DEFINED_PHASES=- DESCRIPTION=Virtual for OpenGL utility library -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris RDEPEND=|| ( media-libs/glu =dev-libs/expat-1.95.4 bzip2? ( >=app-arch/bzip2-1.0.2 ) ssl? ( >=dev-libs/openssl-0.9.6g ) X? ( x11-libs/libX11 x11-libs/libXt ) zlib? ( >=sys-libs/zlib-1.1.4 ) lua? ( >=dev-lang/lua-5 ) gpm? ( >=sys-libs/ncurses-5.2 >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated,discouraged] ) idn? ( net-dns/libidn ) perl? ( sys-devel/libperl ) ruby? ( dev-lang/ruby dev-ruby/rubygems ) samba? ( net-fs/samba ) javascript? ( dev-lang/spidermonkey ) RESTRICT=test SLOT=0 SRC_URI=http://elinks.or.cz/download/elinks-0.12pre5.tar.bz2 http://dev.gentoo.org/~spock/portage/distfiles/elinks-0.10.4.conf.bz2 http://dev.gentoo.org/~axs/distfiles/elinks-0.12_pre5-js185-patches.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=6c0c9886f8fc95f9f58df9cdd49e670c +_md5_=cefa79087c16d8f7da6c5b8644db92c0 diff --git a/metadata/md5-cache/x11-apps/xbacklight-1.2.0 b/metadata/md5-cache/x11-apps/xbacklight-1.2.0 index beb7004975d6..30b40774f0ad 100644 --- a/metadata/md5-cache/x11-apps/xbacklight-1.2.0 +++ b/metadata/md5-cache/x11-apps/xbacklight-1.2.0 @@ -3,10 +3,10 @@ DEPEND=x11-libs/libxcb >=x11-libs/xcb-util-0.3.8 || ( >=sys-devel/automake-1.11. DESCRIPTION=Sets backlight level using the RandR 1.2 BACKLIGHT output property EAPI=3 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-libs/libxcb >=x11-libs/xcb-util-0.3.8 SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/app/xbacklight-1.2.0.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=efe584fd1e72cd8aa77ab095f7c3a156 +_md5_=23ccf938682bdc48f8482509cabda79f diff --git a/metadata/md5-cache/x11-base/xorg-drivers-1.13 b/metadata/md5-cache/x11-base/xorg-drivers-1.13 index 82c89f2558c0..b14e5d039849 100644 --- a/metadata/md5-cache/x11-base/xorg-drivers-1.13 +++ b/metadata/md5-cache/x11-base/xorg-drivers-1.13 @@ -3,8 +3,8 @@ DESCRIPTION=Meta package containing deps on all xorg drivers EAPI=4 HOMEPAGE=http://www.gentoo.org/ IUSE=video_cards_apm video_cards_ark video_cards_ast video_cards_chips video_cards_cirrus video_cards_dummy video_cards_epson video_cards_fbdev video_cards_geode video_cards_glint video_cards_i128 video_cards_i740 video_cards_intel video_cards_mach64 video_cards_mga video_cards_modesetting video_cards_neomagic video_cards_newport video_cards_nouveau video_cards_nv video_cards_omap video_cards_omapfb video_cards_qxl video_cards_r128 video_cards_radeon video_cards_rendition video_cards_s3 video_cards_s3virge video_cards_savage video_cards_siliconmotion video_cards_sis video_cards_sisusb video_cards_sunbw2 video_cards_suncg14 video_cards_suncg3 video_cards_suncg6 video_cards_sunffb video_cards_sunleo video_cards_suntcx video_cards_tdfx video_cards_tga video_cards_trident video_cards_tseng video_cards_v4l video_cards_vesa video_cards_via video_cards_virtualbox video_cards_vmware video_cards_voodoo video_cards_fglrx video_cards_nvidia input_devices_acecad input_devices_aiptek input_devices_elographics input_devices_evdev input_devices_fpit input_devices_hyperpen input_devices_joystick input_devices_keyboard input_devices_mouse input_devices_mutouch input_devices_penmount input_devices_tslib input_devices_vmmouse input_devices_void input_devices_synaptics input_devices_wacom -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=metapackage PDEPEND=input_devices_acecad? ( x11-drivers/xf86-input-acecad ) input_devices_aiptek? ( x11-drivers/xf86-input-aiptek ) input_devices_elographics? ( x11-drivers/xf86-input-elographics ) input_devices_evdev? ( x11-drivers/xf86-input-evdev ) input_devices_fpit? ( x11-drivers/xf86-input-fpit ) input_devices_hyperpen? ( x11-drivers/xf86-input-hyperpen ) input_devices_joystick? ( x11-drivers/xf86-input-joystick ) input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) input_devices_mouse? ( x11-drivers/xf86-input-mouse ) input_devices_mutouch? ( x11-drivers/xf86-input-mutouch ) input_devices_penmount? ( x11-drivers/xf86-input-penmount ) input_devices_tslib? ( x11-drivers/xf86-input-tslib ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) input_devices_void? ( x11-drivers/xf86-input-void ) input_devices_synaptics? ( x11-drivers/xf86-input-synaptics ) input_devices_wacom? ( x11-drivers/xf86-input-wacom ) video_cards_apm? ( x11-drivers/xf86-video-apm ) video_cards_ark? ( x11-drivers/xf86-video-ark ) video_cards_ast? ( x11-drivers/xf86-video-ast ) video_cards_chips? ( x11-drivers/xf86-video-chips ) video_cards_cirrus? ( x11-drivers/xf86-video-cirrus ) video_cards_dummy? ( x11-drivers/xf86-video-dummy ) video_cards_fbdev? ( x11-drivers/xf86-video-fbdev ) video_cards_geode? ( x11-drivers/xf86-video-geode ) video_cards_glint? ( x11-drivers/xf86-video-glint ) video_cards_i128? ( x11-drivers/xf86-video-i128 ) video_cards_i740? ( x11-drivers/xf86-video-i740 ) video_cards_intel? ( x11-drivers/xf86-video-intel ) video_cards_mach64? ( x11-drivers/xf86-video-mach64 ) video_cards_mga? ( x11-drivers/xf86-video-mga ) video_cards_modesetting? ( x11-drivers/xf86-video-modesetting ) video_cards_neomagic? ( x11-drivers/xf86-video-neomagic ) video_cards_newport? ( x11-drivers/xf86-video-newport ) video_cards_nouveau? ( x11-drivers/xf86-video-nouveau ) video_cards_nv? ( x11-drivers/xf86-video-nv ) video_cards_omap? ( x11-drivers/xf86-video-omap ) video_cards_omapfb? ( x11-drivers/xf86-video-omapfb ) video_cards_qxl? ( x11-drivers/xf86-video-qxl ) video_cards_nvidia? ( x11-drivers/nvidia-drivers ) video_cards_fglrx? ( x11-drivers/ati-drivers ) video_cards_r128? ( x11-drivers/xf86-video-r128 ) video_cards_radeon? ( x11-drivers/xf86-video-ati ) video_cards_rendition? ( x11-drivers/xf86-video-rendition ) video_cards_s3? ( x11-drivers/xf86-video-s3 ) video_cards_s3virge? ( x11-drivers/xf86-video-s3virge ) video_cards_savage? ( x11-drivers/xf86-video-savage ) video_cards_siliconmotion? ( x11-drivers/xf86-video-siliconmotion ) video_cards_sis? ( x11-drivers/xf86-video-sis ) video_cards_sisusb? ( x11-drivers/xf86-video-sisusb ) video_cards_suncg14? ( x11-drivers/xf86-video-suncg14 ) video_cards_suncg3? ( x11-drivers/xf86-video-suncg3 ) video_cards_suncg6? ( x11-drivers/xf86-video-suncg6 ) video_cards_sunffb? ( x11-drivers/xf86-video-sunffb ) video_cards_sunleo? ( x11-drivers/xf86-video-sunleo ) video_cards_suntcx? ( x11-drivers/xf86-video-suntcx ) video_cards_tdfx? ( x11-drivers/xf86-video-tdfx ) video_cards_tga? ( x11-drivers/xf86-video-tga ) video_cards_trident? ( x11-drivers/xf86-video-trident ) video_cards_tseng? ( x11-drivers/xf86-video-tseng ) video_cards_v4l? ( x11-drivers/xf86-video-v4l ) video_cards_vesa? ( x11-drivers/xf86-video-vesa ) video_cards_via? ( x11-drivers/xf86-video-openchrome ) video_cards_virtualbox? ( x11-drivers/xf86-video-virtualbox ) video_cards_vmware? ( x11-drivers/xf86-video-vmware ) video_cards_voodoo? ( x11-drivers/xf86-video-voodoo ) !x11-drivers/xf86-input-citron !x11-drivers/xf86-video-cyrix !x11-drivers/xf86-video-impact !x11-drivers/xf86-video-nsc !x11-drivers/xf86-video-sunbw2 SLOT=0 -_md5_=07a504c47993ae3bb70bb94ec31258c6 +_md5_=f286e8997183968996ad077f24b46081 diff --git a/metadata/md5-cache/x11-base/xorg-server-1.12.4 b/metadata/md5-cache/x11-base/xorg-server-1.12.4 index adeecbbbf02f..e5c055892761 100644 --- a/metadata/md5-cache/x11-base/xorg-server-1.12.4 +++ b/metadata/md5-cache/x11-base/xorg-server-1.12.4 @@ -4,7 +4,7 @@ DESCRIPTION=X.Org X servers EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux tslib +udev static-libs doc -KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.12 ) RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-7.8_rc[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) @@ -12,4 +12,4 @@ REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.12.4.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=f663a2a9621ef604d3e774caec70636d +_md5_=bd70071b31a1ff39ac28605d6714e7eb diff --git a/metadata/md5-cache/x11-base/xorg-server-1.13.1 b/metadata/md5-cache/x11-base/xorg-server-1.13.1 index ac22a5a78daf..92e3ae495dcf 100644 --- a/metadata/md5-cache/x11-base/xorg-server-1.13.1 +++ b/metadata/md5-cache/x11-base/xorg-server-1.13.1 @@ -4,7 +4,7 @@ DESCRIPTION=X.Org X servers EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dmx kdrive xnest xorg xvfb ipv6 minimal nptl selinux +suid tslib +udev static-libs doc -KEYWORDS=~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.13 ) RDEPEND=>=app-admin/eselect-opengl-1.0.8 dev-libs/openssl media-libs/freetype >=x11-apps/iceauth-1.0.2 >=x11-apps/rgb-1.0.3 >=x11-apps/xauth-1.0.3 x11-apps/xkbcomp >=x11-libs/libdrm-2.4.20 >=x11-libs/libpciaccess-0.12.901 >=x11-libs/libXau-1.0.4 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXfont-1.4.2 >=x11-libs/libxkbfile-1.0.4 >=x11-libs/pixman-0.21.8 >=x11-libs/xtrans-1.2.2 >=x11-misc/xbitmaps-1.0.1 >=x11-misc/xkeyboard-config-2.4.1-r3 dmx? ( x11-libs/libXt >=x11-libs/libdmx-1.0.99.1 >=x11-libs/libX11-1.1.5 >=x11-libs/libXaw-1.0.4 >=x11-libs/libXext-1.0.99.4 >=x11-libs/libXfixes-5.0 >=x11-libs/libXi-1.2.99.1 >=x11-libs/libXmu-1.0.3 x11-libs/libXrender >=x11-libs/libXres-1.0.3 >=x11-libs/libXtst-1.0.99.2 ) kdrive? ( >=x11-libs/libXext-1.0.5 x11-libs/libXv ) !minimal? ( >=x11-libs/libX11-1.1.5 >=x11-libs/libXext-1.0.5 >=media-libs/mesa-8[nptl=] ) tslib? ( >=x11-libs/tslib-1.0 ) udev? ( >=virtual/udev-150 ) >=x11-apps/xinit-1.3 selinux? ( sec-policy/selinux-xserver ) @@ -12,4 +12,4 @@ REQUIRED_USE=!minimal? ( || ( dmx kdrive xnest xorg xvfb ) ) SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-1.13.1.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=9c99545ca04940d63a3562b2c95c99fb +_md5_=b47aeab3c53661c8bf4b259061bd6334 diff --git a/metadata/md5-cache/x11-drivers/ati-drivers-12.11_beta11 b/metadata/md5-cache/x11-drivers/ati-drivers-12.11_beta11 index 67dba5334229..46cb8c6db498 100644 --- a/metadata/md5-cache/x11-drivers/ati-drivers-12.11_beta11 +++ b/metadata/md5-cache/x11-drivers/ati-drivers-12.11_beta11 @@ -4,11 +4,11 @@ DESCRIPTION=Ati precompiled drivers for Radeon Evergreen (HD5000 Series) and new EAPI=4 HOMEPAGE=http://www.amd.com IUSE=debug +modules multilib qt4 static-libs disable-watermark kernel_linux -KEYWORDS=-* ~amd64 ~x86 +KEYWORDS=-* amd64 x86 LICENSE=AMD GPL-2 QPL-1.0 RDEPEND=<=x11-base/xorg-server-1.13.49[-minimal] >=app-admin/eselect-opengl-1.0.7 app-admin/eselect-opencl sys-power/acpid x11-apps/xauth x11-libs/libX11 x11-libs/libXext x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender multilib? ( app-emulation/emul-linux-x86-opengl app-emulation/emul-linux-x86-xlibs ) qt4? ( x11-libs/libICE x11-libs/libSM x11-libs/libXcursor x11-libs/libXfixes x11-libs/libXxf86vm x11-libs/qt-core:4 x11-libs/qt-gui:4[accessibility] ) kernel_linux? ( virtual/modutils ) RESTRICT=bindist SLOT=1 SRC_URI=http://www2.ati.com/drivers/beta/amd-driver-installer-catalyst-12.11-beta11-x86.x86_64.zip _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=fbef768b45a58ffe3fdb7c10c90e0903 +_md5_=40a0a918b5729daf26975a9892411588 diff --git a/metadata/md5-cache/x11-drivers/ati-drivers-12.6_beta_pre897 b/metadata/md5-cache/x11-drivers/ati-drivers-12.6_beta_pre897 index bb7d493e6089..04e7af20985f 100644 --- a/metadata/md5-cache/x11-drivers/ati-drivers-12.6_beta_pre897 +++ b/metadata/md5-cache/x11-drivers/ati-drivers-12.6_beta_pre897 @@ -11,4 +11,4 @@ RESTRICT=bindist SLOT=1 SRC_URI=http://www2.ati.com/drivers/legacy/amd-driver-installer-12.6-legacy-x86.x86_64.zip _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 linux-info f01ffb28843e2de3ea571f80f07e5078 linux-mod dbc722ed035721476f23ab7b0572985e multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 -_md5_=04437bbe73420f8bd99d966e01e60e4d +_md5_=de87e86c57ecc805b5b011cbde895606 diff --git a/metadata/md5-cache/x11-drivers/xf86-input-elographics-1.4.1 b/metadata/md5-cache/x11-drivers/xf86-input-elographics-1.4.1 index 6669c6cdcded..5d1ff30df21d 100644 --- a/metadata/md5-cache/x11-drivers/xf86-input-elographics-1.4.1 +++ b/metadata/md5-cache/x11-drivers/xf86-input-elographics-1.4.1 @@ -3,10 +3,10 @@ DEPEND=|| ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >= DESCRIPTION=Elographics input driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-base/xorg-server[xorg] SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-input-elographics-1.4.1.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=13ae969d165353d5eedd2812dc4bb95e +_md5_=f1b3eb570c0fe3aeab9e794333b256d0 diff --git a/metadata/md5-cache/x11-drivers/xf86-input-evdev-2.7.3 b/metadata/md5-cache/x11-drivers/xf86-input-evdev-2.7.3 index 217bbd27e7a0..8c14349cdfb5 100644 --- a/metadata/md5-cache/x11-drivers/xf86-input-evdev-2.7.3 +++ b/metadata/md5-cache/x11-drivers/xf86-input-evdev-2.7.3 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.10[udev] sys-libs/mtdev >=x11-proto/inputproto-2 DESCRIPTION=Generic Linux input driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.10[udev] sys-libs/mtdev x11-base/xorg-server[xorg] SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-input-evdev-2.7.3.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=78e9733cee60c1eef2f6628d4b305d70 +_md5_=3f81f8f6d450362f7ed3a9742e903610 diff --git a/metadata/md5-cache/x11-drivers/xf86-input-keyboard-1.6.2 b/metadata/md5-cache/x11-drivers/xf86-input-keyboard-1.6.2 index 8533ece68292..9d25108479bd 100644 --- a/metadata/md5-cache/x11-drivers/xf86-input-keyboard-1.6.2 +++ b/metadata/md5-cache/x11-drivers/xf86-input-keyboard-1.6.2 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.6.3 || ( >=sys-devel/automake-1.11.1:1.11 >=sys- DESCRIPTION=Keyboard input driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.6.3 x11-base/xorg-server[xorg] SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-input-keyboard-1.6.2.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=3595f9d797b8ff727ea780beff05d9dc +_md5_=34c91b8f00d7104901b47b8f2e0e24b3 diff --git a/metadata/md5-cache/x11-drivers/xf86-input-mouse-1.8.1 b/metadata/md5-cache/x11-drivers/xf86-input-mouse-1.8.1 index 592733b77a96..0a2eafdc4745 100644 --- a/metadata/md5-cache/x11-drivers/xf86-input-mouse-1.8.1 +++ b/metadata/md5-cache/x11-drivers/xf86-input-mouse-1.8.1 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.7 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-de DESCRIPTION=X.Org driver for mouse input devices EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.7 x11-base/xorg-server[xorg] SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-input-mouse-1.8.1.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=8b6f5595cfcecfb18f0e398eb2c9c53c +_md5_=a4da60e818fea591870daaa1ceee096f diff --git a/metadata/md5-cache/x11-drivers/xf86-video-ati-6.14.6-r1 b/metadata/md5-cache/x11-drivers/xf86-video-ati-6.14.6-r1 index c2be47ebbf7c..3a1eda43b2ab 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-ati-6.14.6-r1 +++ b/metadata/md5-cache/x11-drivers/xf86-video-ati-6.14.6-r1 @@ -3,10 +3,10 @@ DEPEND=>=x11-libs/libdrm-2.4.36[video_cards_radeon] || ( >=sys-devel/automake-1. DESCRIPTION=ATI video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-libs/libdrm-2.4.36[video_cards_radeon] x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-6.14.6.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=2b54131bea5a807e92aa05b36bf4d31c +_md5_=faad6414b7141ba6d683de4a78ac3dc0 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-ati-7.0.0 b/metadata/md5-cache/x11-drivers/xf86-video-ati-7.0.0 index ae6a3a4b5810..feaf2e7a92b1 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-ati-7.0.0 +++ b/metadata/md5-cache/x11-drivers/xf86-video-ati-7.0.0 @@ -4,10 +4,10 @@ DESCRIPTION=ATI video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=glamor udev -KEYWORDS=~alpha amd64 ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 LICENSE=MIT RDEPEND=>=x11-libs/libdrm-2.4.36[video_cards_radeon] glamor? ( x11-libs/glamor ) udev? ( virtual/udev ) x11-base/xorg-server[-minimal] x11-libs/libdrm x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-ati-7.0.0.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=8f703b908bc6f5c4871149b76932d490 +_md5_=737b03346e58ed967b5ddc2bd14cbf8c diff --git a/metadata/md5-cache/x11-drivers/xf86-video-cirrus-1.5.1 b/metadata/md5-cache/x11-drivers/xf86-video-cirrus-1.5.1 index 811d37ced23c..674bb2b46cf4 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-cirrus-1.5.1 +++ b/metadata/md5-cache/x11-drivers/xf86-video-cirrus-1.5.1 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.0.99 || ( >=sys-devel/automake-1.11.1:1.11 >=sys DESCRIPTION=Cirrus Logic video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-cirrus-1.5.1.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=fff4768140fa7a9bbb1be81aca43301a +_md5_=4e14dd426852c1df269105a1c20869c2 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-dummy-0.3.6 b/metadata/md5-cache/x11-drivers/xf86-video-dummy-0.3.6 index aab463f86082..55c05c34d906 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-dummy-0.3.6 +++ b/metadata/md5-cache/x11-drivers/xf86-video-dummy-0.3.6 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org driver for dummy cards EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dga -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-dummy-0.3.6.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=6a07196b4f9120a7f0f2035f68e26fad +_md5_=8280ce6d47a82a0d2373a3bb1bb5843f diff --git a/metadata/md5-cache/x11-drivers/xf86-video-fbdev-0.4.3 b/metadata/md5-cache/x11-drivers/xf86-video-fbdev-0.4.3 index 74dea2cf3074..020d0388ce4d 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-fbdev-0.4.3 +++ b/metadata/md5-cache/x11-drivers/xf86-video-fbdev-0.4.3 @@ -3,10 +3,10 @@ DEPEND=x11-base/xorg-server x11-proto/fontsproto x11-proto/randrproto x11-proto/ DESCRIPTION=video driver for framebuffer device EAPI=3 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-base/xorg-server x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-fbdev-0.4.3.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=08848f3b839bcadfdb313ee099feec9d +_md5_=a72a73213f996be10f1df698463fa057 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-glint-1.2.8 b/metadata/md5-cache/x11-drivers/xf86-video-glint-1.2.8 index c046183313d3..617523349396 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-glint-1.2.8 +++ b/metadata/md5-cache/x11-drivers/xf86-video-glint-1.2.8 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.0.99 x11-proto/videoproto x11-proto/xextproto x1 DESCRIPTION=GLINT/Permedia video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 ia64 ppc sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-glint-1.2.8.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=6d7e26e346294ade486b04024977b0b5 +_md5_=ec39d2820fcf46b95e2c22b1927ef782 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-mach64-6.9.4 b/metadata/md5-cache/x11-drivers/xf86-video-mach64-6.9.4 index e9572a7c2c22..7d1a1afd79b8 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-mach64-6.9.4 +++ b/metadata/md5-cache/x11-drivers/xf86-video-mach64-6.9.4 @@ -4,10 +4,10 @@ DESCRIPTION=ATI Mach64 video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dri -KEYWORDS=~alpha ~amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.10 >=x11-libs/libpciaccess-0.12.901 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mach64-6.9.4.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=5c800be5df02f3cc5dcf713166468349 +_md5_=ede98c0ff510f21e5eeaee87a685e806 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-mga-1.6.2 b/metadata/md5-cache/x11-drivers/xf86-video-mga-1.6.2 index b5e1549f7ed2..dd6874e1578b 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-mga-1.6.2 +++ b/metadata/md5-cache/x11-drivers/xf86-video-mga-1.6.2 @@ -4,10 +4,10 @@ DESCRIPTION=Matrox video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dri dri -KEYWORDS=~alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND==sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >= DESCRIPTION=Unaccelerated generic driver for kernel modesetting EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-modesetting-0.5.0.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=696344beb02bef9f5881f89cb8a38b7b +_md5_=fb7d31928b68d4adf68df7df7952ef05 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-nv-2.1.20 b/metadata/md5-cache/x11-drivers/xf86-video-nv-2.1.20 index a224674765aa..d37c51067b3b 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-nv-2.1.20 +++ b/metadata/md5-cache/x11-drivers/xf86-video-nv-2.1.20 @@ -3,10 +3,10 @@ DEPEND=x11-base/xorg-server >=x11-libs/libpciaccess-0.10.7 || ( >=sys-devel/auto DESCRIPTION=Nvidia 2D only video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=x11-base/xorg-server >=x11-libs/libpciaccess-0.10.7 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nv-2.1.20.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=990b89e17607c8558ebcd0ae2c19d4ac +_md5_=76c3f18b2881587a16cf12067010f001 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-r128-6.9.1 b/metadata/md5-cache/x11-drivers/xf86-video-r128-6.9.1 index 46f852e1d065..8de3bdd6ff22 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-r128-6.9.1 +++ b/metadata/md5-cache/x11-drivers/xf86-video-r128-6.9.1 @@ -4,10 +4,10 @@ DESCRIPTION=ATI Rage128 video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dri dri -KEYWORDS=~alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.2 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-6.9.1.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=546e672f070360c7c3ae71db67016219 +_md5_=b6f860fa5613c0b4337dc1ee1d64f35b diff --git a/metadata/md5-cache/x11-drivers/xf86-video-rendition-4.2.5 b/metadata/md5-cache/x11-drivers/xf86-video-rendition-4.2.5 index dec68f0e6c7f..d8ef96b482c1 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-rendition-4.2.5 +++ b/metadata/md5-cache/x11-drivers/xf86-video-rendition-4.2.5 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.0.99 || ( >=sys-devel/automake-1.11.1:1.11 >=sys DESCRIPTION=Rendition video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-rendition-4.2.5.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=4594a86df6d72d10954b164439aa3b08 +_md5_=22d5868cecd08664a0d1a6353af10c45 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-s3-0.6.5 b/metadata/md5-cache/x11-drivers/xf86-video-s3-0.6.5 index ad7f312b0a94..120e8120a15f 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-s3-0.6.5 +++ b/metadata/md5-cache/x11-drivers/xf86-video-s3-0.6.5 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.0.99 || ( >=sys-devel/automake-1.11.1:1.11 >=sys DESCRIPTION=X.Org driver for s3 cards EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3-0.6.5.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=0a679bdc5085a4c8499e299ee7a5b896 +_md5_=09e71925b85800001138ddf5986e6446 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-s3virge-1.10.6 b/metadata/md5-cache/x11-drivers/xf86-video-s3virge-1.10.6 index 15815a7046e4..cb285d3a5a38 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-s3virge-1.10.6 +++ b/metadata/md5-cache/x11-drivers/xf86-video-s3virge-1.10.6 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.0.99 || ( >=sys-devel/automake-1.11.1:1.11 >=sys DESCRIPTION=S3 ViRGE video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-s3virge-1.10.6.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=73fb6cc47753a108eeec84ce3880a097 +_md5_=601119da1daa8f6b2e849295b6d798ee diff --git a/metadata/md5-cache/x11-drivers/xf86-video-savage-2.3.6 b/metadata/md5-cache/x11-drivers/xf86-video-savage-2.3.6 index e3e51bcbc381..28a13f790b20 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-savage-2.3.6 +++ b/metadata/md5-cache/x11-drivers/xf86-video-savage-2.3.6 @@ -4,10 +4,10 @@ DESCRIPTION=S3 Savage video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dri dri -KEYWORDS=~alpha amd64 ia64 ppc sparc x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc sparc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-savage-2.3.6.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=3b4c656c5b7ebdf8c6028d8ee8bdef77 +_md5_=e53d68bebd4bd476d2d5f7ba69ad6272 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-sisusb-0.9.6 b/metadata/md5-cache/x11-drivers/xf86-video-sisusb-0.9.6 index dba6d4411fa6..b21d81b87db4 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-sisusb-0.9.6 +++ b/metadata/md5-cache/x11-drivers/xf86-video-sisusb-0.9.6 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.6 || ( >=sys-devel/automake-1.11.1:1.11 >=sys-de DESCRIPTION=SiS USB video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 +KEYWORDS=alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.6 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sisusb-0.9.6.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=853998f6c5335b10b50ca4caba64522f +_md5_=de719ec7dd6fd1e1252f550595a066ee diff --git a/metadata/md5-cache/x11-drivers/xf86-video-tdfx-1.4.5 b/metadata/md5-cache/x11-drivers/xf86-video-tdfx-1.4.5 index b2a8497029d2..9622a71ec4c0 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-tdfx-1.4.5 +++ b/metadata/md5-cache/x11-drivers/xf86-video-tdfx-1.4.5 @@ -4,10 +4,10 @@ DESCRIPTION=3Dfx video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=dri dri -KEYWORDS=~alpha amd64 ia64 ppc sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc sparc x86 ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 dri? ( x11-base/xorg-server[-minimal] x11-libs/libdrm ) x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tdfx-1.4.5.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=3926f1e2898473f312277bac09a57c36 +_md5_=747669d9db7717a2d47ad07fd4285cfc diff --git a/metadata/md5-cache/x11-drivers/xf86-video-tga-1.2.2 b/metadata/md5-cache/x11-drivers/xf86-video-tga-1.2.2 index f3d757adc2a8..2e3d36dbcc20 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-tga-1.2.2 +++ b/metadata/md5-cache/x11-drivers/xf86-video-tga-1.2.2 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.0.99 x11-proto/xf86dgaproto || ( >=sys-devel/aut DESCRIPTION=X.Org driver for tga cards EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=alpha amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tga-1.2.2.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=1efc495e19c30fce50df5eeff7e88277 +_md5_=8bc6a34d02e2c2b08930ec1ff1cd0c4e diff --git a/metadata/md5-cache/x11-drivers/xf86-video-trident-1.3.6-r1 b/metadata/md5-cache/x11-drivers/xf86-video-trident-1.3.6-r1 index 4f7affd96837..9595c7798b01 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-trident-1.3.6-r1 +++ b/metadata/md5-cache/x11-drivers/xf86-video-trident-1.3.6-r1 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.0.99 || ( >=sys-devel/automake-1.11.1:1.11 >=sys DESCRIPTION=Trident video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~amd64 ia64 ~ppc ~x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=amd64 ia64 ~ppc x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-trident-1.3.6.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=df0d2786aa449ea45ef648ed6fce64bc +_md5_=8981d45f0c538e3fa3f409f4da0bd5c1 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-vesa-2.3.2 b/metadata/md5-cache/x11-drivers/xf86-video-vesa-2.3.2 index fdc8f9a1d3fc..742cfb1e42e4 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-vesa-2.3.2 +++ b/metadata/md5-cache/x11-drivers/xf86-video-vesa-2.3.2 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.0.99 >=x11-libs/libpciaccess-0.12.901 || ( >=sys DESCRIPTION=Generic VESA video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=-* ~alpha amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd +KEYWORDS=-* alpha amd64 ia64 x86 ~amd64-fbsd ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 >=x11-libs/libpciaccess-0.12.901 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-vesa-2.3.2.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=1804f90268d0233bb07032621df04349 +_md5_=0a8f62ded1bc96d9a40608a532a561f0 diff --git a/metadata/md5-cache/x11-drivers/xf86-video-voodoo-1.2.5 b/metadata/md5-cache/x11-drivers/xf86-video-voodoo-1.2.5 index f634c6a0a56a..9215e8fde01d 100644 --- a/metadata/md5-cache/x11-drivers/xf86-video-voodoo-1.2.5 +++ b/metadata/md5-cache/x11-drivers/xf86-video-voodoo-1.2.5 @@ -3,10 +3,10 @@ DEPEND=>=x11-base/xorg-server-1.0.99 x11-proto/xf86dgaproto || ( >=sys-devel/aut DESCRIPTION=Voodoo video driver EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 ia64 ppc sparc x86 ~x86-fbsd +KEYWORDS=alpha amd64 ia64 ppc sparc x86 ~x86-fbsd LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.0.99 x11-base/xorg-server[xorg] x11-libs/libpciaccess SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/driver/xf86-video-voodoo-1.2.5.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=705949a4fa11b3e507fc01dbb9c2e7a3 +_md5_=70536f9faf9710bdb9b9607088673d06 diff --git a/metadata/md5-cache/x11-libs/cairo-1.10.2-r3 b/metadata/md5-cache/x11-libs/cairo-1.10.2-r3 index 6374e1fb1dab..5df9b527488c 100644 --- a/metadata/md5-cache/x11-libs/cairo-1.10.2-r3 +++ b/metadata/md5-cache/x11-libs/cairo-1.10.2-r3 @@ -4,11 +4,11 @@ DESCRIPTION=A vector graphics library with cross-device output support EAPI=3 HOMEPAGE=http://cairographics.org/ IUSE=X aqua debug directfb doc drm gallium +glib opengl openvg qt4 static-libs +svg xcb -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=|| ( LGPL-2.1 MPL-1.1 ) RDEPEND=media-libs/fontconfig media-libs/freetype:2 media-libs/libpng:0 sys-libs/zlib >=x11-libs/pixman-0.18.4 directfb? ( dev-libs/DirectFB ) glib? ( dev-libs/glib:2 ) opengl? ( || ( media-libs/mesa[egl] media-libs/opengl-apple ) ) openvg? ( media-libs/mesa[gallium] ) qt4? ( >=x11-libs/qt-gui-4.8:4 ) X? ( >=x11-libs/libXrender-0.6 x11-libs/libX11 drm? ( >=virtual/udev-136 gallium? ( media-libs/mesa[gallium] ) ) ) xcb? ( x11-libs/libxcb x11-libs/xcb-util ) RESTRICT=test SLOT=0 SRC_URI=http://cairographics.org/releases/cairo-1.10.2.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=4c582091b00bbd64fcf9aeb2d00a7185 +_md5_=47f9cbdf6658e3d7dbc4203a5684f0db diff --git a/metadata/md5-cache/x11-libs/glamor-0.5 b/metadata/md5-cache/x11-libs/glamor-0.5 index 84336ebde463..6b72919dd6f8 100644 --- a/metadata/md5-cache/x11-libs/glamor-0.5 +++ b/metadata/md5-cache/x11-libs/glamor-0.5 @@ -4,10 +4,10 @@ DESCRIPTION=OpenGL based 2D rendering acceleration library EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=gles static-libs -KEYWORDS=amd64 ia64 ppc ppc64 sparc x86 +KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 LICENSE=MIT RDEPEND=>=x11-base/xorg-server-1.10 media-libs/mesa[egl,gbm] gles? ( || ( media-libs/mesa[gles2] media-libs/mesa[gles] ) ) >=x11-libs/pixman-0.21.8 x11-base/xorg-server[-minimal] x11-libs/libdrm SLOT=0 SRC_URI=mirror://gentoo/glamor-0.5.tar.gz _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=59800baa525c2a7afba5502d5b8ca6e3 +_md5_=e198760c295d58ace902d8c587f8266f diff --git a/metadata/md5-cache/x11-libs/libXaw-1.0.11-r1 b/metadata/md5-cache/x11-libs/libXaw-1.0.11-r1 index 998560f0932d..fef0d02a8809 100644 --- a/metadata/md5-cache/x11-libs/libXaw-1.0.11-r1 +++ b/metadata/md5-cache/x11-libs/libXaw-1.0.11-r1 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org Xaw library EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=deprecated static-libs doc -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXt x11-libs/libXmu x11-libs/libXpm x11-proto/xproto x11-proto/xextproto SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXaw-1.0.11.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=77d26d94d3a0d38e4353cbc7e47a0de6 +_md5_=38f0f87c22411dcf2eb4ef78ca7bf293 diff --git a/metadata/md5-cache/x11-libs/libXfont-1.4.5-r1 b/metadata/md5-cache/x11-libs/libXfont-1.4.5-r1 index f0076a2d947b..c76b4bd9283b 100644 --- a/metadata/md5-cache/x11-libs/libXfont-1.4.5-r1 +++ b/metadata/md5-cache/x11-libs/libXfont-1.4.5-r1 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org Xfont library EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=bzip2 ipv6 truetype static-libs doc -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=x11-libs/xtrans x11-libs/libfontenc truetype? ( >=media-libs/freetype-2 ) bzip2? ( app-arch/bzip2 ) x11-proto/xproto x11-proto/fontsproto SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXfont-1.4.5.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=c17b73c391db5503495d96a794d91763 +_md5_=cb4140826dd5470825fddec3bca5c17a diff --git a/metadata/md5-cache/x11-libs/libXrandr-1.4.0 b/metadata/md5-cache/x11-libs/libXrandr-1.4.0 index d38c94628588..621a49620d72 100644 --- a/metadata/md5-cache/x11-libs/libXrandr-1.4.0 +++ b/metadata/md5-cache/x11-libs/libXrandr-1.4.0 @@ -4,10 +4,10 @@ DESCRIPTION=X.Org Xrandr library EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=static-libs -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXext x11-libs/libXrender x11-proto/randrproto x11-proto/renderproto x11-proto/xextproto SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/libXrandr-1.4.0.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=8177e1fca63efa2edc748d1fa58cbb62 +_md5_=d66abd63098da126125a3f31fba0a539 diff --git a/metadata/md5-cache/x11-libs/libdrm-2.4.40 b/metadata/md5-cache/x11-libs/libdrm-2.4.40 index 96bcef731f5c..385b2d9b5963 100644 --- a/metadata/md5-cache/x11-libs/libdrm-2.4.40 +++ b/metadata/md5-cache/x11-libs/libdrm-2.4.40 @@ -4,11 +4,11 @@ DESCRIPTION=X.Org libdrm library EAPI=4 HOMEPAGE=http://dri.freedesktop.org/ IUSE=video_cards_exynos video_cards_intel video_cards_nouveau video_cards_omap video_cards_radeon video_cards_vmware libkms static-libs -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=dev-libs/libpthread-stubs video_cards_intel? ( >=x11-libs/libpciaccess-0.10 ) RESTRICT=test SLOT=0 SRC_URI=http://dri.freedesktop.org/libdrm/libdrm-2.4.40.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=4851ab7da53938e6bd8bd741e9ab08c7 +_md5_=16b57727ca136776d9a54916e56cbe5d diff --git a/metadata/md5-cache/x11-libs/libxcb-1.9 b/metadata/md5-cache/x11-libs/libxcb-1.9 index 57f8f0555a37..c9f2f5dc6868 100644 --- a/metadata/md5-cache/x11-libs/libxcb-1.9 +++ b/metadata/md5-cache/x11-libs/libxcb-1.9 @@ -4,10 +4,10 @@ DESCRIPTION=X C-language Bindings library EAPI=4 HOMEPAGE=http://xcb.freedesktop.org/ IUSE=selinux static-libs doc -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=dev-libs/libpthread-stubs x11-libs/libXau x11-libs/libXdmcp SLOT=0 SRC_URI=http://xcb.freedesktop.org/dist/libxcb-1.9.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=5705b976f7ed14e641a06c5c8a8f13a5 +_md5_=704474ae68407b4b1c439d03be648347 diff --git a/metadata/md5-cache/x11-libs/pixman-0.28.0 b/metadata/md5-cache/x11-libs/pixman-0.28.0 index 67fb637c0c4f..b1cf5e4d08cc 100644 --- a/metadata/md5-cache/x11-libs/pixman-0.28.0 +++ b/metadata/md5-cache/x11-libs/pixman-0.28.0 @@ -4,9 +4,9 @@ DESCRIPTION=Low-level pixel manipulation routines EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ IUSE=altivec iwmmxt mmx neon sse2 static-libs -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/lib/pixman-0.28.0.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=78dcf6ae6b34a50d2d1084b1ae41f201 +_md5_=87244382a1a99eeceb0c8b67e516daad diff --git a/metadata/md5-cache/x11-libs/qt-assistant-4.8.4 b/metadata/md5-cache/x11-libs/qt-assistant-4.8.4 index e24ee6aeed19..ab9819331d1b 100644 --- a/metadata/md5-cache/x11-libs/qt-assistant-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-assistant-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-gui-4.8.4[aqua=,debug=,glib=,qt3support=,trace?] ~x11-libs/qt-sql-4.8.4[aqua=,debug=,qt3support=,sqlite] webkit? ( ~x11-libs/qt-webkit-4.8.4[aqua=,debug=] ) !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz compat? ( ftp://ftp.qt.nokia.com/qt/source/qt-assistant-qassistantclient-library-compat-src-4.6.3.tar.gz http://dev.gentoo.org/~pesa/distfiles/qt-assistant-compat-headers-4.7.tar.gz ) -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=4561a1974f3770823fdd0b57c9bda5ea diff --git a/metadata/md5-cache/x11-libs/qt-bearer-4.8.4 b/metadata/md5-cache/x11-libs/qt-bearer-4.8.4 index b4118ba58a37..450e015db422 100644 --- a/metadata/md5-cache/x11-libs/qt-bearer-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-bearer-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-core-4.8.4[aqua=,debug=] connman? ( ~x11-libs/qt-dbus-4.8.4[aqua=,debug=] ) networkmanager? ( ~x11-libs/qt-dbus-4.8.4[aqua=,debug=] ) connman? ( net-misc/connman ) networkmanager? ( net-misc/networkmanager ) !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=4cc2deaed73fb2b87c34724f57d4002d diff --git a/metadata/md5-cache/x11-libs/qt-core-4.8.4 b/metadata/md5-cache/x11-libs/qt-core-4.8.4 index 77be6799fbf2..df03d108fa2c 100644 --- a/metadata/md5-cache/x11-libs/qt-core-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-core-4.8.4 @@ -10,5 +10,5 @@ PDEPEND=qt3support? ( ~x11-libs/qt-gui-4.8.4[aqua=,debug=,glib=,qt3support] ) RDEPEND=sys-libs/zlib glib? ( dev-libs/glib:2 ) icu? ( >=dev-libs/icu-49 ) ssl? ( dev-libs/openssl ) !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=1f2a9d338ffbc1317bfdbacfd10fc2ab diff --git a/metadata/md5-cache/x11-libs/qt-dbus-4.8.4 b/metadata/md5-cache/x11-libs/qt-dbus-4.8.4 index 4e971858a59c..fd183025edb7 100644 --- a/metadata/md5-cache/x11-libs/qt-dbus-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-dbus-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=>=sys-apps/dbus-1.2 ~x11-libs/qt-core-4.8.4[aqua=,debug=] !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=0682cd2cf722ce9b5eb6efc5bec1c642 diff --git a/metadata/md5-cache/x11-libs/qt-declarative-4.8.4 b/metadata/md5-cache/x11-libs/qt-declarative-4.8.4 index 1da25c543011..aa727fc785bf 100644 --- a/metadata/md5-cache/x11-libs/qt-declarative-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-declarative-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-core-4.8.4[aqua=,debug=,qt3support=] ~x11-libs/qt-gui-4.8.4[accessibility=,aqua=,debug=,qt3support=] ~x11-libs/qt-opengl-4.8.4[aqua=,debug=,qt3support=] ~x11-libs/qt-script-4.8.4[aqua=,debug=] ~x11-libs/qt-sql-4.8.4[aqua=,debug=,qt3support=] ~x11-libs/qt-svg-4.8.4[accessibility=,aqua=,debug=] ~x11-libs/qt-xmlpatterns-4.8.4[aqua=,debug=] qt3support? ( ~x11-libs/qt-qt3support-4.8.4[accessibility=,aqua=,debug=] ) webkit? ( ~x11-libs/qt-webkit-4.8.4[aqua=,debug=] ) !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=c13ef46946b9bd30d61f5b7b50692bdb diff --git a/metadata/md5-cache/x11-libs/qt-demo-4.8.4 b/metadata/md5-cache/x11-libs/qt-demo-4.8.4 index 740f5282fb63..e5c29654fee6 100644 --- a/metadata/md5-cache/x11-libs/qt-demo-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-demo-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-assistant-4.8.4:4[aqua=,debug=] ~x11-libs/qt-core-4.8.4:4[aqua=,debug=,qt3support?] ~x11-libs/qt-gui-4.8.4:4[aqua=,debug=,qt3support?] ~x11-libs/qt-script-4.8.4:4[aqua=,debug=] ~x11-libs/qt-sql-4.8.4:4[aqua=,debug=,qt3support?] ~x11-libs/qt-svg-4.8.4:4[aqua=,debug=] ~x11-libs/qt-test-4.8.4:4[aqua=,debug=] dbus? ( ~x11-libs/qt-dbus-4.8.4:4[aqua=,debug=] ) declarative? ( ~x11-libs/qt-declarative-4.8.4:4[aqua=,debug=,webkit?] ) kde? ( media-libs/phonon[aqua=] ) !kde? ( || ( ~x11-libs/qt-phonon-4.8.4:4[aqua=,debug=] media-libs/phonon[aqua=] ) ) multimedia? ( ~x11-libs/qt-multimedia-4.8.4:4[aqua=,debug=] ) opengl? ( ~x11-libs/qt-opengl-4.8.4:4[aqua=,debug=,qt3support?] ) openvg? ( ~x11-libs/qt-openvg-4.8.4:4[aqua=,debug=,qt3support?] ) qt3support? ( ~x11-libs/qt-qt3support-4.8.4:4[aqua=,debug=] ) webkit? ( ~x11-libs/qt-webkit-4.8.4:4[aqua=,debug=] ) xmlpatterns? ( ~x11-libs/qt-xmlpatterns-4.8.4:4[aqua=,debug=] ) !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=12c8cb65b8b9155ea776355afe0293d9 diff --git a/metadata/md5-cache/x11-libs/qt-gui-4.8.4 b/metadata/md5-cache/x11-libs/qt-gui-4.8.4 index 1268d334b658..afcffc1d9203 100644 --- a/metadata/md5-cache/x11-libs/qt-gui-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-gui-4.8.4 @@ -11,5 +11,5 @@ RDEPEND=app-admin/eselect-qtgraphicssystem media-libs/fontconfig media-libs/free REQUIRED_USE=gtkstyle? ( glib ) SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=0a900ce21943cba4174fc81b44e2c0e2 diff --git a/metadata/md5-cache/x11-libs/qt-multimedia-4.8.4 b/metadata/md5-cache/x11-libs/qt-multimedia-4.8.4 index e417e6bfb6be..4db8c279c500 100644 --- a/metadata/md5-cache/x11-libs/qt-multimedia-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-multimedia-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-core-4.8.4[aqua=,debug=] ~x11-libs/qt-gui-4.8.4[aqua=,debug=] alsa? ( media-libs/alsa-lib ) !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=84a6630e00ee9210b96b62e73f494c8c diff --git a/metadata/md5-cache/x11-libs/qt-opengl-4.8.4 b/metadata/md5-cache/x11-libs/qt-opengl-4.8.4 index 848da205b9f5..cdb07674fdcf 100644 --- a/metadata/md5-cache/x11-libs/qt-opengl-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-opengl-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=virtual/opengl ~x11-libs/qt-core-4.8.4[aqua=,debug=,qt3support=] ~x11-libs/qt-gui-4.8.4[aqua=,debug=,egl=,qt3support=] !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=e19dd4595b1f2e146b6b54ee01591aa9 diff --git a/metadata/md5-cache/x11-libs/qt-openvg-4.8.4 b/metadata/md5-cache/x11-libs/qt-openvg-4.8.4 index b213efefc671..0e465165ee73 100644 --- a/metadata/md5-cache/x11-libs/qt-openvg-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-openvg-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=media-libs/mesa[egl,openvg] ~x11-libs/qt-core-4.8.4[aqua=,debug=,qt3support=] ~x11-libs/qt-gui-4.8.4[aqua=,debug=,egl,qt3support=] !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=67863ffbfa191bbad5cb2d43b0bdfc04 diff --git a/metadata/md5-cache/x11-libs/qt-phonon-4.8.4 b/metadata/md5-cache/x11-libs/qt-phonon-4.8.4 index 0e4bc4a97ab5..3310cec88eea 100644 --- a/metadata/md5-cache/x11-libs/qt-phonon-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-phonon-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-gui-4.8.4[aqua=,debug=,qt3support=] !kde-base/phonon-kde !kde-base/phonon-xine !media-libs/phonon !media-sound/phonon !aqua? ( media-libs/gstreamer:0.10 media-plugins/gst-plugins-meta:0.10 ) aqua? ( ~x11-libs/qt-opengl-4.8.4[aqua,debug=,qt3support=] ) dbus? ( ~x11-libs/qt-dbus-4.8.4[aqua=,debug=] ) !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=7daa3b1e54b3faa0c2a0a53fdcc24813 diff --git a/metadata/md5-cache/x11-libs/qt-qt3support-4.8.4 b/metadata/md5-cache/x11-libs/qt-qt3support-4.8.4 index ba2e74991287..5f7d3beb8b1c 100644 --- a/metadata/md5-cache/x11-libs/qt-qt3support-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-qt3support-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-core-4.8.4[aqua=,debug=,qt3support] ~x11-libs/qt-gui-4.8.4[accessibility=,aqua=,debug=,qt3support] ~x11-libs/qt-sql-4.8.4[aqua=,debug=,qt3support] !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=1846fec725e6a77865181a0212834b2e diff --git a/metadata/md5-cache/x11-libs/qt-script-4.8.4 b/metadata/md5-cache/x11-libs/qt-script-4.8.4 index e147b6769e3c..f667ce8bb9a3 100644 --- a/metadata/md5-cache/x11-libs/qt-script-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-script-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-core-4.8.4[aqua=,debug=] !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=ee0e4a4306b261ea5c5b98c0f199bb1b diff --git a/metadata/md5-cache/x11-libs/qt-sql-4.8.4 b/metadata/md5-cache/x11-libs/qt-sql-4.8.4 index 0b0227a25248..70a9acf4bdee 100644 --- a/metadata/md5-cache/x11-libs/qt-sql-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-sql-4.8.4 @@ -10,5 +10,5 @@ RDEPEND=~x11-libs/qt-core-4.8.4[aqua=,debug=,qt3support=] firebird? ( dev-db/fir REQUIRED_USE=|| ( firebird freetds mysql oci8 odbc postgres sqlite ) SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=0232a93e133070299ad680a6eb4739e6 diff --git a/metadata/md5-cache/x11-libs/qt-svg-4.8.4 b/metadata/md5-cache/x11-libs/qt-svg-4.8.4 index dc0ffc9b5911..7839aae146f9 100644 --- a/metadata/md5-cache/x11-libs/qt-svg-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-svg-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=sys-libs/zlib ~x11-libs/qt-core-4.8.4[aqua=,debug=] ~x11-libs/qt-gui-4.8.4[accessibility=,aqua=,debug=] !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=abf9e5c66027b0d4918a87e6399c4b19 diff --git a/metadata/md5-cache/x11-libs/qt-test-4.8.4 b/metadata/md5-cache/x11-libs/qt-test-4.8.4 index 2886f1f34590..a8d3a64f778e 100644 --- a/metadata/md5-cache/x11-libs/qt-test-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-test-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-core-4.8.4[aqua=,debug=] !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=f47d9c35597f682189caf6ae2e9309a4 diff --git a/metadata/md5-cache/x11-libs/qt-webkit-4.8.4 b/metadata/md5-cache/x11-libs/qt-webkit-4.8.4 index 8e2c84c4e2d3..6939b92fdce5 100644 --- a/metadata/md5-cache/x11-libs/qt-webkit-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-webkit-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=dev-db/sqlite:3 x11-libs/libX11 x11-libs/libXrender ~x11-libs/qt-core-4.8.4[aqua=,debug=,ssl] ~x11-libs/qt-gui-4.8.4[aqua=,debug=] ~x11-libs/qt-xmlpatterns-4.8.4[aqua=,debug=] gstreamer? ( dev-libs/glib:2 dev-libs/libxml2:2[!icu?] media-libs/gstreamer:0.10 media-libs/gst-plugins-base:0.10 ) icu? ( dev-libs/icu ) !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=00e5163ea90e0379c5bfb69323e65089 diff --git a/metadata/md5-cache/x11-libs/qt-xmlpatterns-4.8.4 b/metadata/md5-cache/x11-libs/qt-xmlpatterns-4.8.4 index d596ceedccef..20da2131fa82 100644 --- a/metadata/md5-cache/x11-libs/qt-xmlpatterns-4.8.4 +++ b/metadata/md5-cache/x11-libs/qt-xmlpatterns-4.8.4 @@ -9,5 +9,5 @@ LICENSE=|| ( LGPL-2.1 GPL-3 ) RDEPEND=~x11-libs/qt-core-4.8.4[aqua=,debug=] !x11-libs/qt-assistant-4.8.4-r9999:4 !x11-libs/qt-bearer-4.8.4-r9999:4 !x11-libs/qt-core-4.8.4-r9999:4 !x11-libs/qt-dbus-4.8.4-r9999:4 !x11-libs/qt-declarative-4.8.4-r9999:4 !x11-libs/qt-demo-4.8.4-r9999:4 !x11-libs/qt-gui-4.8.4-r9999:4 !x11-libs/qt-multimedia-4.8.4-r9999:4 !x11-libs/qt-opengl-4.8.4-r9999:4 !x11-libs/qt-openvg-4.8.4-r9999:4 !x11-libs/qt-phonon-4.8.4-r9999:4 !x11-libs/qt-qt3support-4.8.4-r9999:4 !x11-libs/qt-script-4.8.4-r9999:4 !x11-libs/qt-sql-4.8.4-r9999:4 !x11-libs/qt-svg-4.8.4-r9999:4 !x11-libs/qt-test-4.8.4-r9999:4 !x11-libs/qt-webkit-4.8.4-r9999:4 !x11-libs/qt-xmlpatterns-4.8.4-r9999:4 SLOT=4 SRC_URI=http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-4.8.4.tar.gz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 28adcb8dfa8158da553cc521e2f14a17 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-build 1b5f23eaa9179fb545232bf804cb60ae toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=96a545e5e6b8d2638593150ad04c16ce diff --git a/metadata/md5-cache/x11-libs/qtscriptgenerator-0.2.0 b/metadata/md5-cache/x11-libs/qtscriptgenerator-0.2.0 index 4a093b6e7a52..752600679d68 100644 --- a/metadata/md5-cache/x11-libs/qtscriptgenerator-0.2.0 +++ b/metadata/md5-cache/x11-libs/qtscriptgenerator-0.2.0 @@ -10,4 +10,4 @@ RDEPEND=x11-libs/qt-core:4 x11-libs/qt-gui:4 x11-libs/qt-opengl:4 !kde? ( || ( x SLOT=0 SRC_URI=http://qtscriptgenerator.googlecode.com/files/qtscriptgenerator-src-0.2.0.tar.gz _eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 qt4-r2 19af9102ca9b827213997cc636e7e33c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=b28f0c6f87e0dc118a8bb8a29be22d4e +_md5_=1050107ef221d56a297383f7ff8dc523 diff --git a/metadata/md5-cache/x11-misc/alacarte-3.6.1-r1 b/metadata/md5-cache/x11-misc/alacarte-3.6.1-r1 index 9be6f373b81d..a13059259b6b 100644 --- a/metadata/md5-cache/x11-misc/alacarte-3.6.1-r1 +++ b/metadata/md5-cache/x11-misc/alacarte-3.6.1-r1 @@ -10,5 +10,5 @@ RDEPEND=dev-python/python-exec[python_targets_python2_6?,python_targets_python2_ REQUIRED_USE=|| ( python_targets_python2_6 python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://gnome/sources/alacarte/3.6/alacarte-3.6.1.tar.xz -_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 eb151cb59474a865a7ad7eec712b3c40 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 +_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 18cda077fa5f661f96aa70c192b4b4a5 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python-r1 0473d7e0c8b03e73e21552d30d7dab9f python-utils-r1 b2f58fabb15d8a15b3a52f9c7338129a toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 _md5_=19cc234e7c61c453299eaf723751280d diff --git a/metadata/md5-cache/x11-misc/shared-mime-info-1.0 b/metadata/md5-cache/x11-misc/shared-mime-info-1.0 index 94441eb9004c..fb69a2eabc08 100644 --- a/metadata/md5-cache/x11-misc/shared-mime-info-1.0 +++ b/metadata/md5-cache/x11-misc/shared-mime-info-1.0 @@ -3,10 +3,10 @@ DEPEND=>=dev-libs/glib-2 dev-libs/libxml2 app-arch/xz-utils dev-util/intltool vi DESCRIPTION=The Shared MIME-info Database specification EAPI=4 HOMEPAGE=http://freedesktop.org/wiki/Software/shared-mime-info -KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=GPL-2 RDEPEND=>=dev-libs/glib-2 dev-libs/libxml2 SLOT=0 SRC_URI=http://people.freedesktop.org/~hadess/shared-mime-info-1.0.tar.xz _eclasses_=fdo-mime 0acfe1a88fd8751a1d5dc671168219fa -_md5_=7a759a235a094f3a7a0b38139fcc0700 +_md5_=80e1a2d95f5e0ae88ec88bb9500b0e79 diff --git a/metadata/md5-cache/x11-misc/xkeyboard-config-2.7 b/metadata/md5-cache/x11-misc/xkeyboard-config-2.7 index a8edc4866de8..23911f9c7f82 100644 --- a/metadata/md5-cache/x11-misc/xkeyboard-config-2.7 +++ b/metadata/md5-cache/x11-misc/xkeyboard-config-2.7 @@ -3,10 +3,10 @@ DEPEND=>=x11-apps/xkbcomp-1.2.3 >=x11-libs/libX11-1.4.3 dev-util/intltool >=x11- DESCRIPTION=X keyboard configuration database EAPI=4 HOMEPAGE=http://www.freedesktop.org/wiki/Software/XKeyboardConfig -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris LICENSE=MIT RDEPEND=>=x11-apps/xkbcomp-1.2.3 >=x11-libs/libX11-1.4.3 SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.7.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=6a6f1a37c65b52a8d9735c20e0b18f94 +_md5_=16795bdf289a0214ec133c3bd5823d34 diff --git a/metadata/md5-cache/x11-proto/dri2proto-2.8 b/metadata/md5-cache/x11-proto/dri2proto-2.8 index 184def3e4744..049127d72f4b 100644 --- a/metadata/md5-cache/x11-proto/dri2proto-2.8 +++ b/metadata/md5-cache/x11-proto/dri2proto-2.8 @@ -3,9 +3,9 @@ DEPEND=|| ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >= DESCRIPTION=X.Org DRI2 protocol headers EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris LICENSE=MIT SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/proto/dri2proto-2.8.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=599df8cdd917eab2c7e73c95dd335c22 +_md5_=b4954cd5949244f663838f336e6beb2e diff --git a/metadata/md5-cache/x11-proto/randrproto-1.4.0 b/metadata/md5-cache/x11-proto/randrproto-1.4.0 index a6094f56f700..798d2d4e5719 100644 --- a/metadata/md5-cache/x11-proto/randrproto-1.4.0 +++ b/metadata/md5-cache/x11-proto/randrproto-1.4.0 @@ -3,9 +3,9 @@ DEPEND=|| ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >= DESCRIPTION=X.Org Randr protocol headers EAPI=4 HOMEPAGE=http://xorg.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt LICENSE=MIT SLOT=0 SRC_URI=http://xorg.freedesktop.org/releases/individual/proto/randrproto-1.4.0.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=7916f18f5dc8a77b43cfaa43e72c8ad9 +_md5_=4815e8b5cabed49b020abbe741f25486 diff --git a/metadata/md5-cache/x11-proto/xcb-proto-1.8 b/metadata/md5-cache/x11-proto/xcb-proto-1.8 index 712a513d5b53..a424098a65e0 100644 --- a/metadata/md5-cache/x11-proto/xcb-proto-1.8 +++ b/metadata/md5-cache/x11-proto/xcb-proto-1.8 @@ -3,10 +3,10 @@ DEPEND=dev-libs/libxml2 dev-lang/python || ( >=sys-devel/automake-1.11.1:1.11 >= DESCRIPTION=X C-language Bindings protocol headers EAPI=4 HOMEPAGE=http://xcb.freedesktop.org/ -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=dev-lang/python SLOT=0 SRC_URI=http://xcb.freedesktop.org/dist/xcb-proto-1.8.tar.bz2 _eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f autotools-utils f4dc5b0e643575b9bd31a2bd7deeee31 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic 61ad55e732e494378165e7dcd4744b91 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python e5b3412fa9f03670a666c8a137bd1060 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 xorg-2 ff8fcdb08e36af162e7cfd65dd10be44 -_md5_=5a329fadf15d80b43e9885572e9df6d4 +_md5_=9d086554ab25a9ba48da9a283756407e diff --git a/metadata/md5-cache/x11-terms/xterm-285 b/metadata/md5-cache/x11-terms/xterm-285 index db4637454afb..6cf6445400a5 100644 --- a/metadata/md5-cache/x11-terms/xterm-285 +++ b/metadata/md5-cache/x11-terms/xterm-285 @@ -4,10 +4,10 @@ DESCRIPTION=Terminal Emulator for X Windows EAPI=4 HOMEPAGE=http://dickey.his.com/xterm/ IUSE=toolbar truetype unicode Xaw3d -KEYWORDS=~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +KEYWORDS=alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris LICENSE=MIT RDEPEND=kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-lib-9.0 sys-libs/libutempter ) ) >=sys-libs/ncurses-5.7-r7 x11-apps/xmessage x11-libs/libX11 x11-libs/libXaw x11-libs/libXft x11-libs/libxkbfile x11-libs/libXmu x11-libs/libXrender x11-libs/libXt unicode? ( x11-apps/luit ) Xaw3d? ( x11-libs/libXaw3d ) media-fonts/font-misc-misc SLOT=0 SRC_URI=ftp://invisible-island.net/xterm/xterm-285.tgz _eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 -_md5_=c86197aacb0e1a32f26642102096240c +_md5_=c8fcfbdf8d3c2bcfbf063f6e5e6a7abd diff --git a/metadata/news/timestamp.chk b/metadata/news/timestamp.chk index 73fd8c0540c6..11d78428fe09 100644 --- a/metadata/news/timestamp.chk +++ b/metadata/news/timestamp.chk @@ -1 +1 @@ -Sun, 30 Dec 2012 14:06:57 +0000 +Mon, 31 Dec 2012 08:06:54 +0000 diff --git a/metadata/timestamp b/metadata/timestamp index d13a1dbd3361..f45c0eb7a76e 100644 --- a/metadata/timestamp +++ b/metadata/timestamp @@ -1 +1 @@ -Sun Dec 30 14:06:54 UTC 2012 +Mon Dec 31 08:06:52 UTC 2012 diff --git a/metadata/timestamp.chk b/metadata/timestamp.chk index a2438986c640..5aa8d3a6bb3f 100644 --- a/metadata/timestamp.chk +++ b/metadata/timestamp.chk @@ -1 +1 @@ -Sun, 30 Dec 2012 14:30:01 +0000 +Mon, 31 Dec 2012 08:30:01 +0000 diff --git a/metadata/timestamp.x b/metadata/timestamp.x index 459f5920fa1f..915a738f6ff8 100644 --- a/metadata/timestamp.x +++ b/metadata/timestamp.x @@ -1 +1 @@ -1356876301 Sun Dec 30 14:05:01 2012 UTC +1356941101 Mon Dec 31 08:05:01 2012 UTC diff --git a/net-analyzer/nmap/nmap-6.01.ebuild b/net-analyzer/nmap/nmap-6.01.ebuild index 3192bb15fbb9..4a5c01feaa04 100644 --- a/net-analyzer/nmap/nmap-6.01.ebuild +++ b/net-analyzer/nmap/nmap-6.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.01.ebuild,v 1.14 2012/12/29 14:29:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.01.ebuild,v 1.15 2012/12/30 15:00:43 ago Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="gtk ipv6 lua ncat ndiff nmap-update nping ssl" NMAP_PYTHON_DEPEND=" diff --git a/net-analyzer/snort/Manifest b/net-analyzer/snort/Manifest index 2a96698dc1ad..1cd8630123bb 100644 --- a/net-analyzer/snort/Manifest +++ b/net-analyzer/snort/Manifest @@ -2,4 +2,4 @@ DIST snort-2.9.0.5.tar.gz 5867934 SHA256 f997fddbbd1a5f7ccdd4153610b0916fcbe105e DIST snort-2.9.1.tar.gz 6217639 SHA256 1e69de95c8956191b26d19138a2fb7b6f2faf519f601aa3c7d779593c48830c2 DIST snort-2.9.2.1.tar.gz 6522229 SHA256 4ec549fc2b0df5e89b2dc0453eabf3499f7da2fa88cd004a084ffa1109cbffa5 DIST snort-2.9.2.2.tar.gz 6529966 SHA256 63f4eeee24d79e4a4e4b573e085d0d2fd78fcf3b7ea730c37eab7b47fcd9b954 -DIST snort-2.9.2.3.tar.gz 6532878 SHA256 ccdb5cdaffdb82ee6277a9d861a7fe762b131037fbe2bf17837332ccdb220c02 +DIST snort-2.9.2.3.tar.gz 6532878 SHA256 ccdb5cdaffdb82ee6277a9d861a7fe762b131037fbe2bf17837332ccdb220c02 SHA512 75a444fe44448a6d4f3b3c3d492c901dbdc097a3545b79384b4a2a49301dfd103a5fb09a6e21c49ecec93d0e160b23c6edde27d3cad8db53868f6932ad856884 WHIRLPOOL 3ee0c1f2e039bd84e9cbaa498e24fe73ee8ea735beecd0265a18e0774b52ab7ca0409b4ade0f1a831776f5ba8bee9eae9d4ddc418d04f0d54fdca828902f54b5 diff --git a/net-analyzer/snort/snort-2.9.2.3.ebuild b/net-analyzer/snort/snort-2.9.2.3.ebuild index f77be9298301..e8127c32105f 100644 --- a/net-analyzer/snort/snort-2.9.2.3.ebuild +++ b/net-analyzer/snort/snort-2.9.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.2.3.ebuild,v 1.5 2012/11/09 01:03:00 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort/snort-2.9.2.3.ebuild,v 1.6 2012/12/30 21:16:14 ago Exp $ EAPI="2" inherit autotools multilib user @@ -10,7 +10,7 @@ HOMEPAGE="http://www.snort.org/" SRC_URI="http://www.snort.org/dl/snort-current/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="static +dynamicplugin +zlib +gre +mpls +targetbased +decoder-preprocessor-rules +ppm +perfprofiling linux-smp-stats inline-init-failopen +threads debug +active-response +normalizer reload-error-restart +react +flexresp3 +paf large-pcap-64bit diff --git a/net-firewall/iptables/files/iptables-1.4.17-libip6tc.patch b/net-firewall/iptables/files/iptables-1.4.17-libip6tc.patch new file mode 100644 index 000000000000..5212dd253aa8 --- /dev/null +++ b/net-firewall/iptables/files/iptables-1.4.17-libip6tc.patch @@ -0,0 +1,32 @@ +From d42bc7c100de69396a527e90736198f8e4e3000b Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Sun, 30 Dec 2012 18:06:15 -0500 +Subject: [PATCH] extensions: fix linking against -lip6tc + +The current build forgets to specify a path to find libip6tc which means +it either fails (if there is no libip6tc in the system), or links against +an old version (if there is one in the system). + +References: https://bugs.gentoo.org/449262 +Reported-by: Mike Gilbert +Signed-off-by: Mike Frysinger +--- + extensions/GNUmakefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in +index e71e3ff..a605474 100644 +--- a/extensions/GNUmakefile.in ++++ b/extensions/GNUmakefile.in +@@ -101,7 +101,7 @@ libxt_state.so: libxt_conntrack.so + ln -fs $< $@ + + # Need the LIBADDs in iptables/Makefile.am too for libxtables_la_LIBADD +-ip6t_NETMAP_LIBADD = -lip6tc ++ip6t_NETMAP_LIBADD = -L../libiptc/.libs -lip6tc + xt_RATEEST_LIBADD = -lm + xt_statistic_LIBADD = -lm + +-- +1.8.0 + diff --git a/net-firewall/iptables/iptables-1.4.17.ebuild b/net-firewall/iptables/iptables-1.4.17.ebuild index d696823d30d2..3d15ff97517e 100644 --- a/net-firewall/iptables/iptables-1.4.17.ebuild +++ b/net-firewall/iptables/iptables-1.4.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.17.ebuild,v 1.1 2012/12/29 05:16:38 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/iptables-1.4.17.ebuild,v 1.2 2012/12/30 23:11:07 vapier Exp $ EAPI="4" @@ -29,6 +29,7 @@ DEPEND="${RDEPEND} src_prepare() { # use the saner headers from the kernel rm -f include/linux/{kernel,types}.h + epatch "${FILESDIR}"/${P}-libip6tc.patch #449262 # Only run autotools if user patched something epatch_user && eautoreconf || elibtoolize diff --git a/net-fs/cifs-utils/cifs-utils-5.6-r1.ebuild b/net-fs/cifs-utils/cifs-utils-5.6-r1.ebuild index 0a674be10ad3..8b5f74bb8971 100644 --- a/net-fs/cifs-utils/cifs-utils-5.6-r1.ebuild +++ b/net-fs/cifs-utils/cifs-utils-5.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/cifs-utils/cifs-utils-5.6-r1.ebuild,v 1.8 2012/12/29 14:33:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/cifs-utils/cifs-utils-5.6-r1.ebuild,v 1.9 2012/12/30 15:03:27 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="ads +caps caps-ng creds upcall" DEPEND="!net-fs/mount-cifs diff --git a/net-fs/nfs-utils/nfs-utils-1.2.6.ebuild b/net-fs/nfs-utils/nfs-utils-1.2.6.ebuild index 1eec69906890..cba95add67a5 100644 --- a/net-fs/nfs-utils/nfs-utils-1.2.6.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.2.6.ebuild,v 1.9 2012/12/29 14:41:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.2.6.ebuild,v 1.10 2012/12/30 15:11:13 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/nfs/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="caps ipv6 kerberos nfsdcld nfsidmap +nfsv4 nfsv41 selinux tcpd" RESTRICT="test" #315573 diff --git a/net-ftp/vsftpd/vsftpd-3.0.2.ebuild b/net-ftp/vsftpd/vsftpd-3.0.2.ebuild index 338b622d0b99..29e4d23f1d2c 100644 --- a/net-ftp/vsftpd/vsftpd-3.0.2.ebuild +++ b/net-ftp/vsftpd/vsftpd-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-3.0.2.ebuild,v 1.7 2012/12/29 14:20:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-3.0.2.ebuild,v 1.8 2012/12/30 14:31:41 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://security.appspot.com/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="caps pam tcpd ssl selinux xinetd" DEPEND="caps? ( >=sys-libs/libcap-2 ) diff --git a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild new file mode 100644 index 000000000000..2a91a355262c --- /dev/null +++ b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild,v 1.1 2012/12/30 23:51:12 ottxor Exp $ + +EAPI=5 + +S=${WORKDIR}/${P/_*/} + +DESCRIPTION="Ninja IRC Client" +HOMEPAGE="http://ninja.qoop.org/" +SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="ncurses ipv6 ssl" + +RESTRICT="test" + +DEPEND="ncurses? ( sys-libs/ncurses ) + ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND}" + +MAKEOPTS="${MAKEOPTS} -j1" + +src_configure() { + econf $(use_enable ipv6) +} + +src_install() { + default + mv "${ED}"/usr/bin/ninja{,_irc} || die #436804 +} diff --git a/net-irc/ninja/ninja-1.5.9_pre14.ebuild b/net-irc/ninja/ninja-1.5.9_pre14.ebuild index 5a87e914f622..9eb38743e96e 100644 --- a/net-irc/ninja/ninja-1.5.9_pre14.ebuild +++ b/net-irc/ninja/ninja-1.5.9_pre14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ninja-1.5.9_pre14.ebuild,v 1.5 2009/09/23 18:45:04 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/ninja/ninja-1.5.9_pre14.ebuild,v 1.6 2012/12/30 23:51:12 ottxor Exp $ S=${WORKDIR}/${P/_*/} @@ -15,7 +15,9 @@ IUSE="ncurses ipv6 ssl" RESTRICT="test" DEPEND="ncurses? ( sys-libs/ncurses ) - ssl? ( dev-libs/openssl )" + ssl? ( dev-libs/openssl ) + !dev-util/ninja" #436804 +RDEPEND="${DEPEND}" MAKEOPTS="${MAKEOPTS} -j1" diff --git a/net-libs/c-client/c-client-2007f-r4.ebuild b/net-libs/c-client/c-client-2007f-r4.ebuild index d80409c2cdc4..56f98a54fcaa 100644 --- a/net-libs/c-client/c-client-2007f-r4.ebuild +++ b/net-libs/c-client/c-client-2007f-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2007f-r4.ebuild,v 1.10 2012/12/29 14:21:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/c-client/c-client-2007f-r4.ebuild,v 1.12 2012/12/30 16:37:05 armin76 Exp $ EAPI=4 @@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.cac.washington.edu/imap/${MY_P}.tar.Z LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="doc +ipv6 kerberos kernel_linux kernel_FreeBSD pam ssl static-libs topal chappa" RDEPEND="ssl? ( dev-libs/openssl ) diff --git a/net-libs/daq/daq-0.6.2-r1.ebuild b/net-libs/daq/daq-0.6.2-r1.ebuild index c93983b3215f..a2c80d60e014 100644 --- a/net-libs/daq/daq-0.6.2-r1.ebuild +++ b/net-libs/daq/daq-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.6.2-r1.ebuild,v 1.2 2012/11/09 01:01:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.6.2-r1.ebuild,v 1.3 2012/12/30 21:06:48 ago Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.snort.org/" SRC_URI="http://www.snort.org/downloads/1339 -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="ipv6 +afpacket +dump +pcap nfq ipq static-libs" DEPEND="pcap? ( >=net-libs/libpcap-1.0.0 ) diff --git a/net-libs/libupnp/libupnp-1.6.17.ebuild b/net-libs/libupnp/libupnp-1.6.17.ebuild index 951462ff82ef..0108e0bb4283 100644 --- a/net-libs/libupnp/libupnp-1.6.17.ebuild +++ b/net-libs/libupnp/libupnp-1.6.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild,v 1.7 2012/12/29 09:10:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libupnp/libupnp-1.6.17.ebuild,v 1.8 2012/12/30 14:28:09 ago Exp $ EAPI="4" WANT_AUTOMAKE=1.9 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/pupnp/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="debug doc ipv6 static-libs" RDEPEND="" diff --git a/net-libs/neon/neon-0.29.6-r2.ebuild b/net-libs/neon/neon-0.29.6-r2.ebuild index 5da97dd107e5..87685748a476 100644 --- a/net-libs/neon/neon-0.29.6-r2.ebuild +++ b/net-libs/neon/neon-0.29.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/neon-0.29.6-r2.ebuild,v 1.6 2012/12/29 16:40:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/neon/neon-0.29.6-r2.ebuild,v 1.8 2012/12/30 20:47:05 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.webdav.org/neon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc expat gnutls kerberos libproxy nls pkcs11 ssl static-libs zlib" IUSE_LINGUAS="cs de fr ja nn pl ru tr zh_CN" for lingua in ${IUSE_LINGUAS}; do diff --git a/net-libs/serf/serf-1.1.1.ebuild b/net-libs/serf/serf-1.1.1.ebuild index fce7d4b1ea19..aa991ebdcb6d 100644 --- a/net-libs/serf/serf-1.1.1.ebuild +++ b/net-libs/serf/serf-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.1.1.ebuild,v 1.9 2012/12/29 14:37:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/serf/serf-1.1.1.ebuild,v 1.10 2012/12/30 15:06:37 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://serf.googlecode.com/files/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="1" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-macos ~x64-macos" IUSE="static-libs" DEPEND="dev-libs/apr:1 diff --git a/net-misc/openntpd/openntpd-3.9_p1-r4.ebuild b/net-misc/openntpd/openntpd-3.9_p1-r4.ebuild index e1c205d62a0a..b220a0ab54fe 100644 --- a/net-misc/openntpd/openntpd-3.9_p1-r4.ebuild +++ b/net-misc/openntpd/openntpd-3.9_p1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.9_p1-r4.ebuild,v 1.11 2012/12/29 08:42:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.9_p1-r4.ebuild,v 1.12 2012/12/30 14:25:14 ago Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" IUSE="ssl selinux" RDEPEND="ssl? ( dev-libs/openssl ) diff --git a/net-misc/youtube-dl/youtube-dl-2012.12.11.ebuild b/net-misc/youtube-dl/youtube-dl-2012.12.11.ebuild index fdbb431b172c..d6d223b36465 100644 --- a/net-misc/youtube-dl/youtube-dl-2012.12.11.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2012.12.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2012.12.11.ebuild,v 1.1 2012/12/25 11:53:19 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-dl/youtube-dl-2012.12.11.ebuild,v 1.2 2012/12/30 17:05:09 jer Exp $ EAPI="5" PYTHON_COMPAT=(python{2_5,2_6,2_7}) @@ -20,7 +20,11 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos IUSE="test" # Note: tests need internet access -DEPEND="test? ( dev-python/nose )" +DEPEND=" + app-arch/xz-utils + app-arch/zip + test? ( dev-python/nose ) +" src_prepare() { sed -i -e 's/nosetests2/nosetests/' Makefile || die diff --git a/net-p2p/deluge/deluge-1.3.5-r2.ebuild b/net-p2p/deluge/deluge-1.3.5-r2.ebuild index 1ece04fc9127..8cfbde523865 100644 --- a/net-p2p/deluge/deluge-1.3.5-r2.ebuild +++ b/net-p2p/deluge/deluge-1.3.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.5-r2.ebuild,v 1.2 2012/12/21 20:27:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/deluge/deluge-1.3.5-r2.ebuild,v 1.3 2012/12/30 17:05:09 mr_bones_ Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -48,7 +48,7 @@ src_prepare() { python_convert_shebangs -r 2 . epatch "${FILESDIR}/${P}-rb_libtorrent-disable-python-bindings" epatch "${FILESDIR}/${P}-disable_libtorrent_internal_copy.patch" - + } src_install() { diff --git a/net-print/dymo-cups-drivers/Manifest b/net-print/dymo-cups-drivers/Manifest index 41c2a1ebc693..b66b72a9b8c9 100644 --- a/net-print/dymo-cups-drivers/Manifest +++ b/net-print/dymo-cups-drivers/Manifest @@ -1 +1,2 @@ DIST dymo-cups-drivers-1.2.0.tar.gz 280453 SHA256 23cc45f9e128ec229c3fcdcbf4e6e7b16fc196be466c24dd4e39dcc3432df5af SHA512 b53f0f248d7da03c4b3c691d8f07a1f0818160df1b596bc7ea734f50fdb0973a12bd564abeb6be6595a828aa8e3b10384c9d85c1199e98ddb72bbb74b1ec067d WHIRLPOOL 0be85646208036dee05c13790accdbd0dbc42c4abecc8f5094eb9fbc2fdf5b8112aa2497fbfc84b04971be03d3902608b72202f66847c2c50dce745e7170952d +DIST dymo-cups-drivers-1.4.0.tar.gz 420068 SHA256 c60797e7e986ca329f46e9a6ab1cb6382383952b15685ed69fd91f3c7ed64f71 SHA512 e8c375fa0bc87fa96b18db6213e308a1f32050004c0c8c7d516b548f9d369162431f5f56ebcbb1231be60f5d7a946dcca184c6ff4302952bf3744ba42521cd5c WHIRLPOOL 6f05c6717bb51a5dbfa8e0ed1581745787f0e2f26d24b36ab7c566160947f5baf3bff5db4e4e7c365ca1b82d526fcd3af3ec4607ec6804a6883fa6a70c146c4b diff --git a/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.ebuild b/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.ebuild new file mode 100644 index 000000000000..ba9be99432d1 --- /dev/null +++ b/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/dymo-cups-drivers/dymo-cups-drivers-1.4.0.ebuild,v 1.2 2012/12/31 02:37:14 flameeyes Exp $ + +EAPI=5 + +inherit eutils autotools + +DESCRIPTION="Dymo SDK for LabelWriter/LabelManager printers" +HOMEPAGE="http://sites.dymo.com/DeveloperProgram/Pages/LW_SDK_Linux.aspx" +SRC_URI="http://download.dymo.com/Download%20Drivers/Linux/Download/${P}.tar.gz" + +S="${WORKDIR}/${P}.5" + +LICENSE="GPL-2" +SLOT="0" +IUSE="test" + +KEYWORDS="~amd64 ~x86" + +RDEPEND="net-print/cups" +DEPEND="${RDEPEND} + test? ( dev-util/cppunit )" + +# tests fail but needs to be investigated +RESTRICT=test + +src_prepare() { + epatch "${FILESDIR}"/${PN}-1.2.0-cxxflags.patch + eautoreconf +} + +DOCS=( AUTHORS README ChangeLog docs/SAMPLES ) + +src_install() { + default + + insinto /usr/share/doc/${PF} + doins docs/*.{txt,rtf,ps,png} +} diff --git a/net-print/gutenprint/gutenprint-5.2.9.ebuild b/net-print/gutenprint/gutenprint-5.2.9.ebuild index bc83d904f32f..03f8eeaf15c9 100644 --- a/net-print/gutenprint/gutenprint-5.2.9.ebuild +++ b/net-print/gutenprint/gutenprint-5.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/gutenprint/gutenprint-5.2.9.ebuild,v 1.8 2012/12/29 18:06:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/gutenprint/gutenprint-5.2.9.ebuild,v 1.9 2012/12/30 15:03:55 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/gimp-print/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" IUSE="cups foomaticdb gimp gtk nls readline ppds static-libs" RDEPEND="app-text/ghostscript-gpl diff --git a/net-proxy/c-icap/Manifest b/net-proxy/c-icap/Manifest index e3e29a539019..996f33b7a560 100644 --- a/net-proxy/c-icap/Manifest +++ b/net-proxy/c-icap/Manifest @@ -1,2 +1,2 @@ DIST c_icap-0.2.2.tar.gz 581607 SHA256 3236fb63b7cb08df46f591d4a5b0cd6c3806fcd8a9831aa01915acc9435f6ed1 SHA512 798aa5c485e12c623706b73486aee69776d60258e0c6e3fd2c5c08c5ec8eee92115e5883a5a761ce4aaafeab77aff8a94c62117504debbb63b67276837e07fcb WHIRLPOOL f4fe754555a1c0b708bce9a1084fb1ca9677724bbc19d99365c770dd9654057928ff75f0271cef81323689762f5cbf3932c9dad8856e9552654d752f95961e03 -DIST c_icap-0.2.3.tar.gz 581549 SHA256 78ae3d3a577bb8570d77ca5cf2f266deaf72d77c6df64399e64e3bee363122ee SHA512 319e3ef6a021d372e0f8a2226e107e8b7ea450d115f4f907fdea36db9ab22b3a6ddcb5b7d4fe2e334e23cb1f17abf586445779663d302c3ed94e27a637a554b1 WHIRLPOOL 32fd9fd9b83739234c3ea00f66fb46868a624f424413b20d18c5ffa45d5f2a733ebda63d5d81b1b46c4978e2cd522669d3bcd9922c6a43a489f53173b8efac51 +DIST c_icap-0.2.4.tar.gz 581911 SHA256 6a52f13830ecab8e8f377e679eb1887b5517f7a452e828c160191fdb0ecc7b5d SHA512 ae4f6b7d93268e1cd758c8597b0875d654d8bb3fc6f1db0a3cf5b2a43d8a2ac4286a4b47eee07286ecb0a5b10c865fff7db6cd79cf9bd255fdec8d46cb9cf5eb WHIRLPOOL 2fb0c0c8f295c46904a5ee1aac7066120f94327ac67f1a286b6e1529b05dac310240e000ce57d68b0d04b1ee12a74ca483842e3a467d013f6b1cd9c8aee012f8 diff --git a/net-proxy/c-icap/c-icap-0.2.3-r1.ebuild b/net-proxy/c-icap/c-icap-0.2.4.ebuild similarity index 94% rename from net-proxy/c-icap/c-icap-0.2.3-r1.ebuild rename to net-proxy/c-icap/c-icap-0.2.4.ebuild index 76f5d736bde7..11dd26f79c49 100644 --- a/net-proxy/c-icap/c-icap-0.2.3-r1.ebuild +++ b/net-proxy/c-icap/c-icap-0.2.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/c-icap/c-icap-0.2.3-r1.ebuild,v 1.1 2012/12/28 12:42:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/c-icap/c-icap-0.2.4.ebuild,v 1.1 2012/12/31 00:30:01 flameeyes Exp $ -EAPI=4 +EAPI=5 inherit eutils multilib flag-o-matic autotools @@ -32,6 +32,7 @@ src_prepare() { epatch "${FILESDIR}/${PN}-0.1.3+db-5.0.patch" epatch "${FILESDIR}/${PN}-0.1.4-crosscompile.patch" epatch "${FILESDIR}/${PN}-0.1.6-implicit.patch" + epatch "${FILESDIR}/${PN}-0.2.4-implicit.patch" eautoreconf } diff --git a/net-proxy/c-icap/files/c-icap-0.2.4-implicit.patch b/net-proxy/c-icap/files/c-icap-0.2.4-implicit.patch new file mode 100644 index 000000000000..706b56d7e6e4 --- /dev/null +++ b/net-proxy/c-icap/files/c-icap-0.2.4-implicit.patch @@ -0,0 +1,49 @@ +Index: c_icap-0.2.4/aserver.c +=================================================================== +--- c_icap-0.2.4.orig/aserver.c ++++ c_icap-0.2.4/aserver.c +@@ -41,6 +41,7 @@ extern int MAX_SECS_TO_LINGER; + char MY_HOSTNAME[CI_MAXHOSTNAMELEN + 1]; + + void init_conf_tables(); ++int init_body_system(); + int config(int, char **); + int init_server(char *address, int port, int *family); + int start_server(); +Index: c_icap-0.2.4/include/mem.h +=================================================================== +--- c_icap-0.2.4.orig/include/mem.h ++++ c_icap-0.2.4/include/mem.h +@@ -66,6 +66,7 @@ CI_DECLARE_FUNC(void) ci_buffers_destroy + CI_DECLARE_FUNC(void *) ci_buffer_alloc(int block_size); + CI_DECLARE_FUNC(void *) ci_buffer_realloc(void *data, int block_size); + CI_DECLARE_FUNC(void) ci_buffer_free(void *data); ++CI_DECLARE_FUNC(size_t) ci_buffer_blocksize(void *data); + + CI_DECLARE_FUNC(int) ci_object_pool_register(const char *name, int size); + CI_DECLARE_FUNC(void) ci_object_pool_unregister(int id); +Index: c_icap-0.2.4/tests/test_cache.c +=================================================================== +--- c_icap-0.2.4.orig/tests/test_cache.c ++++ c_icap-0.2.4/tests/test_cache.c +@@ -27,6 +27,7 @@ void *copy_from_str(void *val, int val_s + return (void *)ci_str_ops.dup((char *)val, allocator); + } + ++int mem_init(); + int main(int argc,char *argv[]) { + int i; + struct ci_cache *cache; +Index: c_icap-0.2.4/util.c +=================================================================== +--- c_icap-0.2.4.orig/util.c ++++ c_icap-0.2.4/util.c +@@ -20,7 +20,7 @@ + #include "common.h" + #include "c-icap.h" + #include "util.h" +- ++#include + + #ifndef HAVE_STRNSTR + const char *strnstr(const char *s, const char *find, size_t slen) diff --git a/net-wireless/wavemon/Manifest b/net-wireless/wavemon/Manifest index 48d5f533e58e..44070c263991 100644 --- a/net-wireless/wavemon/Manifest +++ b/net-wireless/wavemon/Manifest @@ -1,3 +1 @@ -DIST wavemon-0.7.1.tar.bz2 110586 SHA256 dd2ac3c1babf7edb73f6f3824a9cc65351b607f8620fd916e257a5ff9227c9a7 SHA512 2337f5a6a121b42ee5da090d02190d7a172040066186fd9dbe2dfed4d4ca37eb5e6aeb75f9557512d5be8337a9e3a3e2fe1ab72b407ae504590470c9fb1fc904 WHIRLPOOL 803bbf250d8ffa0e4c2a50fc54f0456399107f71fa3cc33496bbe5500ac4efb595c37d6aebf699ccaf200181c69bcd648d017d87c9915a0cb8997b2898d8e4fd -DIST wavemon-0.7.2.tar.bz2 113018 SHA256 aabe260e0590f36a0d643c6ccc5b9b29ce4d40004863838f6453de2a10c036f0 SHA512 2eec48067228ff15498759cb828786a25d016806125f9c630a0330bf996e27f48f23dbb3ebe3dbdc0efe1289e988a5dd9d6f8a2dc9d531d070ac9af7330cacad WHIRLPOOL 1aacebb16164795903a7c11ed9a373f7bcab18dee2d78901ca1afefe22486c2113f4e0b2dc3072018a91232baa8e711247840cf1f2d4f64069bc4ef00fb5ebbb DIST wavemon-0.7.5.tar.bz2 115617 SHA256 6dba1ba237833ba6c2e2345be21044ff4a1fef2a1c049508d74e64a500e82e2c SHA512 d97ff71bdbff06f7cd32db8d3695c656843c162ec9eef16ea430b498f5715e6c61384cfe791f20b75ae473a5d38d66a035a5b947020e1d60c70114dbb2a44e12 WHIRLPOOL bec900a0b38f5020bd0e4360c0a8989600a88b93c7d14501f5683adf3d7551be35704c8620132fe5f5b60237191aa4d3b5944bfc8e9234afb9ec0ca1a5fffb8f diff --git a/net-wireless/wavemon/files/wavemon-0.6.7-as-needed.diff b/net-wireless/wavemon/files/wavemon-0.6.7-as-needed.diff deleted file mode 100644 index c317bb05b14e..000000000000 --- a/net-wireless/wavemon/files/wavemon-0.6.7-as-needed.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- wavemon-0.6.7-1/Makefile.in 2009-09-04 21:58:45.000000000 +0200 -+++ wavemon-0.6.7/Makefile.in 2009-10-17 14:00:46.000000000 +0200 -@@ -9,7 +9,7 @@ - CC = @CC@ - CFLAGS = @CFLAGS@ - DEFS = @DEFS@ --LIBS = @LIBS@ -+LDLIBS = @LIBS@ - - INSTALL = @INSTALL@ - RM = rm -vf -@@ -25,7 +25,6 @@ - - all: @PACKAGE_NAME@ - @PACKAGE_NAME@: $(MAIN) $(OBJS) -- $(CC) $(CFLAGS) $(LIBS) $^ -o $@ - - $(MAIN): Makefile - Makefile: Makefile.in config.status diff --git a/net-wireless/wavemon/wavemon-0.7.1.ebuild b/net-wireless/wavemon/wavemon-0.7.1.ebuild deleted file mode 100644 index d534d9ad3961..000000000000 --- a/net-wireless/wavemon/wavemon-0.7.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wavemon/wavemon-0.7.1.ebuild,v 1.9 2012/12/24 18:41:44 pinkbyte Exp $ - -EAPI="3" - -inherit autotools eutils - -DESCRIPTION="Ncurses based monitor for IEEE 802.11 wireless LAN cards" -HOMEPAGE="http://eden-feed.erg.abdn.ac.uk/wavemon/" -SRC_URI="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 hppa ppc sparc x86" - -IUSE="caps" -DEPEND="sys-libs/ncurses - caps? ( sys-libs/libcap )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.6.7-dont-override-CFLAGS.patch" - eautoreconf - - # automagic on libcap, discovered in bug #448406 - use caps || export ac_cv_lib_cap_cap_get_flag=false -} - -src_install() { - emake DESTDIR="${D}" install \ - || die "make install failed" - - dodoc AUTHORS ChangeLog README -} diff --git a/net-wireless/wavemon/wavemon-0.7.2.ebuild b/net-wireless/wavemon/wavemon-0.7.2.ebuild deleted file mode 100644 index d0390e103b7d..000000000000 --- a/net-wireless/wavemon/wavemon-0.7.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wavemon/wavemon-0.7.2.ebuild,v 1.3 2012/12/24 18:41:44 pinkbyte Exp $ - -EAPI="3" - -inherit autotools eutils - -DESCRIPTION="Ncurses based monitor for IEEE 802.11 wireless LAN cards" -HOMEPAGE="http://eden-feed.erg.abdn.ac.uk/wavemon/" -SRC_URI="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" - -IUSE="caps" -DEPEND="sys-libs/ncurses - caps? ( sys-libs/libcap )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-0.6.7-dont-override-CFLAGS.patch" - eautoreconf - - # automagic on libcap, discovered in bug #448406 - use caps || export ac_cv_lib_cap_cap_get_flag=false -} - -src_install() { - emake DESTDIR="${D}" install \ - || die "make install failed" - - dodoc AUTHORS ChangeLog README -} diff --git a/net-wireless/wavemon/wavemon-0.7.5.ebuild b/net-wireless/wavemon/wavemon-0.7.5.ebuild index 80b6188b75f6..0f8321d67f8a 100644 --- a/net-wireless/wavemon/wavemon-0.7.5.ebuild +++ b/net-wireless/wavemon/wavemon-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wavemon/wavemon-0.7.5.ebuild,v 1.9 2012/12/29 18:02:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wavemon/wavemon-0.7.5.ebuild,v 1.10 2012/12/30 14:23:09 ago Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://eden-feed.erg.abdn.ac.uk/wavemon/stable-releases/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ~sparc x86" +KEYWORDS="amd64 ~arm hppa ppc sparc x86" IUSE="caps" DEPEND="sys-libs/ncurses diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 24b6bb34986b..7b112b1ee5a0 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 1.113 2012/12/27 11:30:14 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 1.116 2012/12/31 01:45:29 tetromino Exp $ + +# Alexandre Rostovtsev (31 Dec 2012) +# requires app-office/unoconv, which requires virtual/ooo, which is not +# keyworded here. Remove mask if this situation changes. +gnome-extra/sushi office + +# Raúl Porcel (30 Dec 2012) +# Needs testing +media-libs/phonon gstreamer vlc # Alexandre Rostovtsev (27 Dec 2012) # remove mask when app-text/yelp-tools is keyworded here @@ -116,7 +125,7 @@ media-plugins/gst-plugins-meta dts libvisual vcd # Pacho Ramos (02 Apr 2011) # quvi support is needed to play youtube files now -media-video/totem youtube +media-video/totem flash youtube # Diego Elio Pettenò (17 Dec 2010) # needs sys-libs/libcap-ng that is masked right now diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index b534ca21c256..49ea3f05bd8d 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/use.mask,v 1.75 2012/12/01 19:14:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/use.mask,v 1.76 2012/12/31 05:34:12 tetromino Exp $ # Unmask the flag which corresponds to ARCH. -alpha @@ -221,3 +221,7 @@ python_targets_jython2_5 python_single_target_pypy1_8 python_single_target_pypy1_9 python_single_target_jython2_5 + +# Alexandre Rostovtsev (31 Dec 2012) +# media-libs/xine-lib is not keyworded +xine diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index ad47378edb95..dda2e23bc4bb 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.149 2012/12/27 08:16:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.152 2012/12/30 22:38:38 tetromino 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 @@ -18,6 +18,14 @@ #--- END OF EXAMPLES --- +# Alexandre Rostovtsev (30 Dec 2012) +# sys-apps/biosdevname, systemd work on this arch (masked in base) +sys-kernel/dracut -dracut_modules_biosdevname -dracut_modules_systemd + +# Alexandre Rostovtsev (30 Dec 2012) +# chromium, mono work on this arch (masked in base) +gnome-extra/zeitgeist-datasources -chromium -tomboy + # Christoph Jungans (26 Dec 2012) # cuda/openmm works on x86/amd64 (masked in base) sci-chemistry/gromacs -cuda -mkl -openmm diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 46401818bcc3..60fd43173ea0 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,20 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.109 2012/12/27 08:16:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.113 2012/12/31 01:45:30 tetromino Exp $ + +# Alexandre Rostovtsev (31 Dec 2012) +# requires app-office/unoconv, which requires virtual/ooo, which is not +# keyworded here. Remove mask if this situation changes. +gnome-extra/sushi office + +# Alexandre Rostovtsev (30 Dec 2012) +# sys-apps/systemd works on this arch (masked in base) +sys-kernel/dracut -dracut_modules_systemd + +# Alexandre Rostovtsev (30 Dec 2012) +# requires dev-util/bustle, which is written in haskell +# remove mask if/when dev-lang/ghc is keywoded for arm +dev-util/dbus-test-runner test # Alexandre Rostovtsev (27 Dec 2012) # remove mask when app-text/yelp-tools is keyworded here @@ -145,7 +159,7 @@ kde-base/pykde4 qscintilla # Pacho Ramos (02 Apr 2011) # quvi support is needed to play youtube files now -media-video/totem youtube +media-video/totem flash youtube # Markus Meier (13 Mar 2011) # needs stable kde stuff diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index f9bea33d7a8d..5b5c16439500 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -240,3 +240,7 @@ python_single_target_jython2_5 # fdk-aac is already keyworded here -fdk + +# Alexandre Rostovtsev (31 Dec 2012) +# media-libs/xine-lib is not keyworded +xine diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask index a7ebf9db1567..dde9c35c1db7 100644 --- a/profiles/arch/ia64/package.use.mask +++ b/profiles/arch/ia64/package.use.mask @@ -1,6 +1,15 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.104 2012/12/27 12:17:38 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use.mask,v 1.108 2012/12/31 07:04:43 tetromino Exp $ + +# Alexandre Rostovtsev (31 Dec 2012) +# remove mask if/when mail-client/thunderbird is keyworded here +app-misc/tracker thunderbird + +# Alexandre Rostovtsev (31 Dec 2012) +# requires app-office/unoconv, which requires virtual/ooo, which is not +# keyworded here. Remove mask if this situation changes. +gnome-extra/sushi office # Alexandre Rostovtsev (27 Dec 2012) # remove mask when app-text/yelp-tools is keyworded here @@ -27,10 +36,6 @@ dev-util/devhelp gedit # remove when app-accessibility/at-spi2-core is stable for ia64 =net-libs/webkit-gtk-1.8.3-r300 webkit2 -# Agostino Sarubbo (18 Dec 2012) -# mask connman because requires to much depend still not keyworded -x11-libs/qt-bearer connman - # Agostino Sarubbo (18 Dec 2012) # kde is not stable, then no needs phonon backends media-libs/phonon gstreamer vlc @@ -52,11 +57,6 @@ net-libs/libproxy spidermonkey # Upstream drops support on ia64 from 4.0 onwards, bug #430352 >=dev-lang/ocaml-4 ocamlopt -# Pacho Ramos (30 Jun 2012) -# Missing keywords for connman -net-libs/gupnp connman -net-im/telepathy-mission-control connman - # Raúl Porcel (28 May 2012) # Needs x11-misc/lightdm(which also requires some other deps) x11-misc/xscreensaver new-login @@ -143,7 +143,7 @@ media-libs/gegl umfpack # Pacho Ramos (02 Apr 2011) # quvi support is needed to play youtube files now -media-video/totem youtube +media-video/totem flash youtube # Sebastian Pipping (22 Feb 2011) # No media-sound/lilypond here, yet (bug #356069) @@ -153,10 +153,6 @@ app-text/asciidoc test # needs sys-libs/libcap-ng that is masked right now sys-apps/smartmontools caps -# Nirbheek Chauhan (10 Dec 2010) -# net-misc/connman is not keyworded, bug 348308 -mail-client/evolution connman - # Raúl Porcel (5 Dec 2010) # Mask doc-pdf because of Java dependencies (bug #347259) net-analyzer/wireshark doc-pdf diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index 00a0117ca760..5efb8da12e9e 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -235,3 +235,11 @@ python_targets_jython2_5 python_single_target_pypy1_8 python_single_target_pypy1_9 python_single_target_jython2_5 + +# Alexandre Rostovtsev (31 Dec 2012) +# net-misc/connman is not keyworded, bug 348308 +connman + +# Alexandre Rostovtsev (31 Dec 2012) +# media-libs/xine-lib is not keyworded +xine diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index 85fb857196fe..aff4e30fcd0e 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 1.152 2012/12/27 12:15:32 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/package.use.mask,v 1.153 2012/12/31 05:08:14 tetromino Exp $ # Alexandre Rostovtsev (27 Dec 2012) # remove mask when gnome-extra/gnome-color-manager is keyworded here @@ -150,10 +150,6 @@ app-text/asciidoc test # sci-chemistry/arp-warp-bin is not available for ppc sci-chemistry/ccp4 arpwarp -# Nirbheek Chauhan (10 Dec 2010) -# net-misc/connman is not keyworded, bug 348308 -mail-client/evolution connman - # Justin Lecher (01 Nov 2010) # Deps not Keyworded sci-chemistry/apbs fetk diff --git a/profiles/arch/powerpc/ppc32/package.use.mask b/profiles/arch/powerpc/ppc32/package.use.mask index dda26df7e1e8..351b508a4245 100644 --- a/profiles/arch/powerpc/ppc32/package.use.mask +++ b/profiles/arch/powerpc/ppc32/package.use.mask @@ -1,9 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.mask,v 1.33 2012/12/27 12:15:32 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc32/package.use.mask,v 1.34 2012/12/30 21:50:11 tetromino Exp $ # This file requires >=portage-2.1.1 +# Alexandre Rostovtsev (30 Dec 2012) +# mono works on this arch (masked in base) +gnome-extra/zeitgeist-datasources -tomboy + # ranger (17 apr 2012) # Remasking llvm in mesa diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask index df42ce0729f7..e0282aaad2d2 100644 --- a/profiles/arch/powerpc/ppc64/package.use.mask +++ b/profiles/arch/powerpc/ppc64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask,v 1.49 2012/10/30 17:51:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/package.use.mask,v 1.50 2012/12/31 00:08:59 tetromino Exp $ + +# Alexandre Rostovtsev (31 Dec 2012) +# requires app-office/unoconv, which requires virtual/ooo, which is not +# keyworded here. Remove mask if this situation changes. +gnome-extra/sushi office # Michael Weber (14 Jun 2012) # Mask net-misc/networkmanager[wimax] till bug 386121 is resolved diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index 716016e8b92e..b3e54eea29f7 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,19 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 1.123 2012/12/27 12:21:24 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use.mask,v 1.128 2012/12/31 05:08:43 tetromino Exp $ + +# Alexandre Rostovtsev (31 Dec 2012) +# requires firefox, which is not keyworded on sparc +app-misc/tracker firefox-bookmarks + +# Alexandre Rostovtsev (31 Dec 2012) +# requires app-office/unoconv, which requires virtual/ooo, which is not +# keyworded here. Remove mask if this situation changes. +gnome-extra/sushi office + +# Raúl Porcel (30 Dec 2012) +# Needs testing +media-libs/phonon gstreamer vlc # Alexandre Rostovtsev (27 Dec 2012) # remove mask when app-text/yelp-tools is keyworded here @@ -34,11 +47,6 @@ dev-python/PyQt4 webkit x11-libs/qt-assistant webkit x11-libs/qt-declarative webkit -# Pacho Ramos (30 Jun 2012) -# Missing keywords for connman -net-libs/gupnp connman -net-im/telepathy-mission-control connman - # Diego Elio Pettenò (24 Jun 2012) # Requires libpcre with jit www-apache/mod_security jit @@ -137,7 +145,7 @@ app-cdr/brasero vcd # Pacho Ramos (02 Apr 2011) # quvi support is needed to play youtube files now -media-video/totem youtube +media-video/totem flash youtube # Pacho Ramos (27 Jan 2011) # missing keywords on needed plugins @@ -147,10 +155,6 @@ media-plugins/gst-plugins-meta dts dv libvisual vcd wavpack # dev-libs/libev is not keyworded www-servers/lighttpd libev -# Nirbheek Chauhan (10 Dec 2010) -# net-misc/connman is not keyworded, bug 348308 -mail-client/evolution connman - # Raúl Porcel (5 Dec 2010) # Mask doc-pdf because of Java dependencies (bug #347259) net-analyzer/wireshark doc-pdf diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask index be5c4d05f242..038f8f6e07d7 100644 --- a/profiles/arch/sparc/use.mask +++ b/profiles/arch/sparc/use.mask @@ -1,12 +1,20 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/use.mask,v 1.99 2012/12/01 19:11:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/use.mask,v 1.101 2012/12/31 05:08:43 tetromino Exp $ # Unmask the flag which corresponds to ARCH. -sparc # This file contains a list of useflags that cannot be used on sparc. +# Alexandre Rostovtsev (31 Dec 2012) +# net-misc/connman is not keyworded, bug 348308 +connman + +# Alexandre Rostovtsev (31 Dec 2012) +# Not keyworded on sparc +xine + # Diego Elio Pettenò (17 Aug 2012) # qstat is not available on sparc, as it is nagios-game @@ -14,7 +22,9 @@ nagios-game # Samuli Suominen (07 May 2012) # Missing keywording in www-client/firefox wrt #360427, # as used by, for example, x11-themes/gtk-engines-qtcurve +firefox mozilla +thunderbird # Alexandre Rostovtsev (28 Oct 2011) # x11-misc/colord and app-admin/packagekit-base not tested. Bug #387959. diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 47c3599b1320..eaa069e7683f 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,9 +1,17 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.107 2012/12/27 08:16:31 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.110 2012/12/30 22:38:38 tetromino Exp $ # This file requires >=portage-2.1.1 +# Alexandre Rostovtsev (30 Dec 2012) +# sys-apps/biosdevname, systemd work on this arch (masked in base) +sys-kernel/dracut -dracut_modules_biosdevname -dracut_modules_systemd + +# Alexandre Rostovtsev (30 Dec 2012) +# chromium, mono work on this arch (masked in base) +gnome-extra/zeitgeist-datasources -chromium -tomboy + # Christoph Jungans (26 Dec 2012) # cuda/openmm/mkl works on x86/amd64 (masked in base) sci-chemistry/gromacs -cuda -mkl -openmm diff --git a/profiles/base/package.mask b/profiles/base/package.mask index d05a8c1a65ce..1d04181d8b45 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.51 2012/12/13 10:41:44 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.53 2012/12/30 19:43:11 swift Exp $ # Diego Elio Pettenò (8 Feb 2011) # on behalf of QA team =portage-2.1.1 # New entries go on top. # +# Alexandre Rostovtsev (30 Dec 2012) +# sys-apps/biosdevname is keyworded only for amd64/x86 +# systemd keyworded only for amd64/arm/x86 +sys-kernel/dracut dracut_modules_biosdevname dracut_modules_systemd + +# Alexandre Rostovtsev (30 Dec 2012) +# chromium and mono are keyworded only on a few arches +gnome-extra/zeitgeist-datasources chromium tomboy + # Alexandre Rostovtsev (27 Dec 2012) # Incompatible with evolution-data-server-3.6, blocks upgrade to gnome-3.6 # See bug #436460 and http://git.gnome.org/browse/tracker/log/?h=evo-new-api diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index cffa9b16a10a..9aa51a9c2a7d 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 1.39 2012/12/13 10:41:44 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 1.41 2012/12/30 19:43:11 swift Exp $ # Zac Medico (09 Aug 2011) # Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and @@ -106,6 +106,7 @@ -sec-policy/selinux-gitosis -sec-policy/selinux-gnome -sec-policy/selinux-gpg +-sec-policy/selinux-googletalk -sec-policy/selinux-gorg -sec-policy/selinux-gpm -sec-policy/selinux-gpsd @@ -163,6 +164,7 @@ -sec-policy/selinux-oddjob -sec-policy/selinux-oident -sec-policy/selinux-openct +-sec-policy/selinux-openrc -sec-policy/selinux-openvpn -sec-policy/selinux-pan -sec-policy/selinux-pcmcia diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 0b4d54dca50f..e315dc22663f 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -3397,6 +3397,7 @@ media-video/mplayer2:xanim - Enables support for xanim based codecs media-video/mplayer2:yuv4mpeg - Enables yuv4mpeg video output media-video/ogmrip:ogm - Support for OGM container format media-video/ogmrip:srt - Support for SRT subtitle format +media-video/pgcedit:video - Add support for video preview media-video/rtmpdump:gnutls - Use GnuTLS library instead of the default OpenSSL media-video/rtmpdump:polarssl - Use PolarSSL library instead of the default OpenSSL media-video/smplayer2:download-subs - Enable subtitle downloader (requires QuaZip) @@ -5329,6 +5330,7 @@ sys-auth/sssd:manpages - Build man pages with dev-libs/libxslt sys-auth/sssd:netlink - Add support for netlink protocol via dev-libs/libnl sys-auth/sssd:ssh - Build helper to let net-misc/openssh use sssd provided information sys-auth/sssd:sudo - Build helper to let app-admin/sudo use sssd provided information +sys-auth/ykpers:consolekit - Use sys-auth/consolekit and virtual/udev to allow access to the YubiKey HID device to the console user. sys-block/gparted:btrfs - Include Btrfs support (sys-fs/btrfs-progs) sys-block/gparted:dmraid - Support for dmraid devices, also known as ATA-RAID, or Fake RAID. sys-block/gparted:fat - Include FAT16/FAT32 support (sys-fs/dosfstools) @@ -5938,28 +5940,20 @@ x11-libs/qt-assistant:c++0x - Build Qt using the C++11 standard x11-libs/qt-assistant:compat - Build the extra compatibility layer required by a few packages, see http://labs.qt.nokia.com/2010/06/22/qt-assistant-compat-version-available-as-extra-source-package/ x11-libs/qt-assistant:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) x11-libs/qt-assistant:glib - Enable dev-libs/glib eventloop support -x11-libs/qt-assistant:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-assistant:qt3support - Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. x11-libs/qt-assistant:trace - Build the 'qttracereplay' utility which is required to play drawings recorded with the trace graphicssystem x11-libs/qt-bearer:c++0x - Build Qt using the C++11 standard x11-libs/qt-bearer:connman - Enable ConnMan-based bearer plugin x11-libs/qt-bearer:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) x11-libs/qt-bearer:networkmanager - Enable NetworkManager-based bearer plugin -x11-libs/qt-bearer:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-core:c++0x - Build Qt using the C++11 standard x11-libs/qt-core:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) x11-libs/qt-core:glib - Enable dev-libs/glib eventloop support -x11-libs/qt-core:optimized-qmake - Enable qmake optimization -x11-libs/qt-core:private-headers - Install the private header files required by some QtCreator plugins -x11-libs/qt-core:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-core:qt3support - Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. x11-libs/qt-dbus:c++0x - Build Qt using the C++11 standard x11-libs/qt-dbus:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-dbus:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-declarative:c++0x - Build Qt using the C++11 standard x11-libs/qt-declarative:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-declarative:private-headers - Install the private header files required by some QtCreator plugins -x11-libs/qt-declarative:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-declarative:qt3support - Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. x11-libs/qt-declarative:webkit - Build the WebView QML component x11-libs/qt-demo:c++0x - Build Qt using the C++11 standard @@ -5969,7 +5963,6 @@ x11-libs/qt-demo:exceptions - Add support for exceptions - like catching them in x11-libs/qt-demo:multimedia - Build QtMultimedia examples and demos x11-libs/qt-demo:opengl - Build QtOpenGL examples and demos x11-libs/qt-demo:openvg - Build QtOpenVG examples and demos -x11-libs/qt-demo:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-demo:qt3support - Build Qt3Support examples and demos x11-libs/qt-demo:webkit - Build QtWebKit examples and demos x11-libs/qt-demo:xmlpatterns - Build QtXmlPatterns examples and demos @@ -5978,10 +5971,7 @@ x11-libs/qt-gui:egl - Use EGL instead of default GLX to manage OpenGL contexts o x11-libs/qt-gui:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) x11-libs/qt-gui:glib - Enable dev-libs/glib eventloop support x11-libs/qt-gui:gtkstyle - Build a Qt style called GTK+ that mimics the active GTK+ theme -x11-libs/qt-gui:private-headers - Install the private header files required by some QtCreator plugins -x11-libs/qt-gui:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-gui:qt3support - Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. -x11-libs/qt-gui:raster - Use the alternative 'raster' graphicssystem as default rendering engine x11-libs/qt-gui:trace - Build the 'trace' graphicssystem engine which allows to record all drawing operations into a trace buffer. Later it can be replayed with the qttracereplay utility x11-libs/qt-meta:kde - Select media-libs/phonon as Phonon variant (needed for KDE) x11-libs/qt-meta:opengl - Enable the QtOpenGL module @@ -6008,44 +5998,30 @@ x11-libs/qt-mobility:tools - Build various useful tools (e.g.: qcrmlgen, service x11-libs/qt-mobility:versit - Build the QtVersit module x11-libs/qt-multimedia:c++0x - Build Qt using the C++11 standard x11-libs/qt-multimedia:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-multimedia:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-opengl:c++0x - Build Qt using the C++11 standard x11-libs/qt-opengl:egl - Use EGL instead of default GLX to manage OpenGL contexts on the desktop x11-libs/qt-opengl:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-opengl:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-opengl:qt3support - Enable the Qt3Support libraries for Qt4 x11-libs/qt-openvg:c++0x - Build Qt using the C++11 standard x11-libs/qt-openvg:exceptions - Build with support for exceptions -x11-libs/qt-openvg:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-openvg:qt3support - Enable the Qt3Support libraries for Qt4 x11-libs/qt-phonon:c++0x - Build Qt using the C++11 standard x11-libs/qt-phonon:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-phonon:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-phonon:qt3support - Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. x11-libs/qt-qt3support:c++0x - Build Qt using the C++11 standard x11-libs/qt-qt3support:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-qt3support:phonon - Enable phonon configuration dialog in qtconfig -x11-libs/qt-qt3support:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-script:c++0x - Build Qt using the C++11 standard x11-libs/qt-script:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-script:private-headers - Install the private header files required by some QtCreator plugins -x11-libs/qt-script:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-sql:c++0x - Build Qt using the C++11 standard x11-libs/qt-sql:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-sql:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-sql:qt3support - Enable the Qt3Support libraries for Qt4 x11-libs/qt-svg:c++0x - Build Qt using the C++11 standard x11-libs/qt-svg:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-svg:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-test:c++0x - Build Qt using the C++11 standard x11-libs/qt-test:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) -x11-libs/qt-test:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-webkit:exceptions - Add support for exceptions - like catching them inside the event loop (recommended by Nokia) x11-libs/qt-webkit:gstreamer - Enable HTML5 audio/video support via media-libs/gstreamer -x11-libs/qt-webkit:kde - Select media-libs/phonon as Phonon variant (needed for KDE) -x11-libs/qt-webkit:qpa - Build a window system agnostic implementation of Qt x11-libs/qt-xmlpatterns:c++0x - Build Qt using the C++11 standard -x11-libs/qt-xmlpatterns:qpa - Build a window system agnostic implementation of Qt x11-libs/vte:glade - Provide integration with dev-util/glade. x11-libs/vte:introspection - Use dev-libs/gobject-introspection for introspection x11-libs/wxGTK:gnome - Use gnome-base/libgnomeprintui for printing tasks. diff --git a/sci-calculators/units/units-2.01.ebuild b/sci-calculators/units/units-2.01.ebuild index b33c66f79c32..55e2113396fe 100644 --- a/sci-calculators/units/units-2.01.ebuild +++ b/sci-calculators/units/units-2.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.01.ebuild,v 1.9 2012/12/25 18:25:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.01.ebuild,v 1.11 2012/12/30 20:41:59 ago Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ppc ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ppc sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND=" diff --git a/sci-libs/cln/cln-1.3.2-r1.ebuild b/sci-libs/cln/cln-1.3.2-r1.ebuild index a35ba0a89e95..6fd779b2e673 100644 --- a/sci-libs/cln/cln-1.3.2-r1.ebuild +++ b/sci-libs/cln/cln-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.2-r1.ebuild,v 1.8 2012/12/30 13:59:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.3.2-r1.ebuild,v 1.9 2012/12/30 15:10:03 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/gnu/${P}.tar.bz2" LICENSE="GPL-2" SLOT="1" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc examples static-libs" DEPEND="dev-libs/gmp diff --git a/sci-libs/hdf/hdf-4.2.8.ebuild b/sci-libs/hdf/hdf-4.2.8.ebuild index cf0afd986b94..0977686a6487 100644 --- a/sci-libs/hdf/hdf-4.2.8.ebuild +++ b/sci-libs/hdf/hdf-4.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/hdf-4.2.8.ebuild,v 1.2 2012/10/18 21:24:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/hdf-4.2.8.ebuild,v 1.3 2012/12/30 15:00:11 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF/HDF_Current/src/${MYP}.tar.bz2" SLOT="0" LICENSE="NCSA-HDF" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" IUSE="fortran szip static-libs" RDEPEND=" diff --git a/sci-libs/hdf5/files/hdf5-1.8.10-comments.patch b/sci-libs/hdf5/files/hdf5-1.8.10-comments.patch new file mode 100644 index 000000000000..845bd81bdd8c --- /dev/null +++ b/sci-libs/hdf5/files/hdf5-1.8.10-comments.patch @@ -0,0 +1,42 @@ +Convert // comment marks to /**/ in order to fix FTBS on ia64 + +https://bugs.gentoo.org/show_bug.cgi?id=447740 + +Patch written by Kacper Kowalik +--- a/test/th5s.c ++++ b/test/th5s.c +@@ -730,8 +730,8 @@ test_h5s_zero_dim(void) + ret = H5Pset_chunk(plist_id, SPACE1_RANK, chunk_dims); + CHECK(ret, FAIL, "H5Pset_chunk"); + +- // ret = H5Pset_alloc_time(plist_id, alloc_time); +- // CHECK(ret, FAIL, "H5Pset_alloc_time"); ++ /* ret = H5Pset_alloc_time(plist_id, alloc_time); ++ CHECK(ret, FAIL, "H5Pset_alloc_time"); */ + + dset1 = H5Dcreate2(fid1, BASICDATASET1, H5T_NATIVE_INT, sid_chunk, H5P_DEFAULT, plist_id, H5P_DEFAULT); + CHECK(dset1, FAIL, "H5Dcreate2"); +--- a/tools/h5dump/h5dump_ddl.c ++++ b/tools/h5dump/h5dump_ddl.c +@@ -1341,8 +1341,8 @@ handle_attributes(hid_t fid, const char *attr, void UNUSED * data, int UNUSED pe + string_dataformat.do_escape = display_escape; + outputformat = &string_dataformat; + +- //attr_name = attr + j + 1; +- // need to replace escape characters ++ /* attr_name = attr + j + 1; */ ++ /* need to replace escape characters */ + attr_name = h5tools_str_replace(attr + j + 1, "\\/", "/"); + + +--- a/tools/lib/h5tools_str.c ++++ b/tools/lib/h5tools_str.c +@@ -632,7 +632,7 @@ h5tools_str_indent(h5tools_str_t *str, const h5tool_format_t *info, + h5tools_str_append(str, "%s", OPT(info->line_indent, "")); + } + +-// ctx->need_prefix = 0; ++ /* ctx->need_prefix = 0; */ + } + + /*------------------------------------------------------------------------- diff --git a/sci-libs/hdf5/hdf5-1.8.10.ebuild b/sci-libs/hdf5/hdf5-1.8.10.ebuild index d5809e52e492..1f1136cecbe0 100644 --- a/sci-libs/hdf5/hdf5-1.8.10.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v 1.3 2012/12/11 17:31:05 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.10.ebuild,v 1.4 2012/12/30 17:02:44 xarthisius Exp $ EAPI=4 @@ -55,7 +55,8 @@ src_prepare() { "${FILESDIR}"/${PN}-1.8.8-array_bounds.patch \ "${FILESDIR}"/${P}-implicits.patch \ "${FILESDIR}"/${PN}-1.8.9-static_libgfortran.patch \ - "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch + "${FILESDIR}"/${PN}-1.8.9-mpicxx.patch \ + "${FILESDIR}"/${P}-comments.patch # respect gentoo examples directory sed \ -e "s:hdf5_examples:doc/${PF}/examples:g" \ diff --git a/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild b/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild index 16dc93bbc073..674400255ab6 100644 --- a/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild,v 1.8 2012/11/21 11:26:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.9-r2.ebuild,v 1.10 2012/12/30 15:07:03 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF5/releases/${P}/src/${P}.tar.bz2" LICENSE="NCSA-HDF" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="cxx debug examples fortran fortran2003 mpi static-libs szip threads zlib" REQUIRED_USE=" diff --git a/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild b/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild index 22c3b97f218d..41a87f245c0b 100644 --- a/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild +++ b/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v 1.6 2012/12/10 22:29:26 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.6.2-r1.ebuild,v 1.7 2012/12/30 17:47:06 tomka Exp $ EAPI=4 inherit eutils elisp-common autotools multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-3" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc emacs gtk ncurses nls plotutils postgres static-libs" +IUSE="doc emacs examples gtk ncurses nls plotutils postgres static-libs" RDEPEND=" dev-libs/libxml2:2 @@ -68,8 +68,10 @@ src_install() { insinto /usr/share/doc/${PF} doins -r examples fi - use doc && dohtml doc/pspp.html doc/pspp-dev.html && \ + if use doc; then + dohtml -r doc/pspp{,dev}.html dodoc doc/pspp{,-dev}.pdf + fi if use emacs; then elisp-install ${PN} *.el *.elc elisp-site-file-install "${FILESDIR}/${SITEFILE}" diff --git a/sci-mathematics/spin/Manifest b/sci-mathematics/spin/Manifest index a3698db33a4b..e97673994760 100644 --- a/sci-mathematics/spin/Manifest +++ b/sci-mathematics/spin/Manifest @@ -1,2 +1,2 @@ -DIST spin610.tar.gz 423663 RMD160 e974118fac314e4ac8025f534d6c4cd2bf40f80e SHA1 a27b04014e149e687a59e0722007baf820101ef2 SHA256 eff1bd93013ab3726a2c2ca684be22b9b90d64db6fa4a9d5d555235ff17ebfa6 -DIST spin621.tar.gz 463101 RMD160 4ad183224d6a02504263208e285d9dc5a402f208 SHA1 b2a5f10ec931ef21b002ac51c44ae88eda390288 SHA256 2b3a9163e1bce4cb6402550819f6e190449e0e5aeb7b81630a017e130f7921cb +DIST spin621.tar.gz 463101 SHA256 2b3a9163e1bce4cb6402550819f6e190449e0e5aeb7b81630a017e130f7921cb +DIST spin623.tar.gz 465637 SHA256 a056a7d360c4ab0322e5e8d09c6a0f23178b2ad471413e208136c5a29f1650ec SHA512 7a4faeee95a8c10b6a875e6bbfe6fdab91f982401601cd33d2701a8001ee27aa21738fe10e01720505b54f9b1369e0e79ae19bdf7909b0ef23bc49f70d76992b WHIRLPOOL 7bb4450313037c65ba0326b3261584592950060fdc28de6bb968958ed7f75976ee45d72499970a08e44021a71d70c2aa61f12072d5a1be266f07968a17db0890 diff --git a/sci-mathematics/spin/spin-6.1.0.ebuild b/sci-mathematics/spin/spin-6.2.3.ebuild similarity index 63% rename from sci-mathematics/spin/spin-6.1.0.ebuild rename to sci-mathematics/spin/spin-6.2.3.ebuild index 1fbd1fe8a6a1..5c6d08f0a161 100644 --- a/sci-mathematics/spin/spin-6.1.0.ebuild +++ b/sci-mathematics/spin/spin-6.2.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/spin-6.1.0.ebuild,v 1.1 2011/05/05 11:16:02 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/spin/spin-6.2.3.ebuild,v 1.1 2012/12/30 18:30:00 phajdan.jr Exp $ -EAPI="2" +EAPI="5" -inherit eutils versionator +inherit eutils toolchain-funcs versionator MY_PV=$(replace_all_version_separators '') MY_P="${PN}${MY_PV}" @@ -29,19 +29,20 @@ RDEPEND="sys-devel/gcc S="${WORKDIR}/Spin/Src${PV}" src_prepare() { - epatch "${FILESDIR}/${PN}-6.0.1-makefile.patch" + epatch "${FILESDIR}/${PN}-6.2.1-makefile.patch" } src_compile() { - emake -j1 || die + tc-export CC + default } src_install() { - dobin spin || die - doman ../Man/spin.1 || die - dodoc ../Doc/* || die + dobin spin + doman ../Man/spin.1 + dodoc ../Doc/* if use tk; then - newbin "${WORKDIR}/Spin/iSpin/ispin.tcl" ispin || die + newbin "${WORKDIR}/Spin/iSpin/ispin.tcl" ispin make_desktop_entry ispin fi } diff --git a/sec-policy/selinux-base/selinux-base-2.20120725-r9.ebuild b/sec-policy/selinux-base/selinux-base-2.20120725-r9.ebuild index e9d9c88ed357..fdfa38d19cd5 100644 --- a/sec-policy/selinux-base/selinux-base-2.20120725-r9.ebuild +++ b/sec-policy/selinux-base/selinux-base-2.20120725-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base/selinux-base-2.20120725-r9.ebuild,v 1.1 2012/12/21 20:47:00 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base/selinux-base-2.20120725-r9.ebuild,v 1.2 2012/12/30 18:15:12 ssuominen Exp $ EAPI="4" inherit eutils @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=">=sys-apps/policycoreutils-2.1.10 - >=sys-fs/udev-151 + virtual/udev !<=sec-policy/selinux-base-policy-2.20120725" DEPEND="${RDEPEND} sys-devel/m4 diff --git a/sys-apps/coreutils/coreutils-8.20.ebuild b/sys-apps/coreutils/coreutils-8.20.ebuild index df2d3fee5ae7..21b0bdf5bc10 100644 --- a/sys-apps/coreutils/coreutils-8.20.ebuild +++ b/sys-apps/coreutils/coreutils-8.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.10 2012/12/29 14:23:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-8.20.ebuild,v 1.11 2012/12/30 14:33:52 ago Exp $ EAPI="3" @@ -17,7 +17,7 @@ SRC_URI="mirror://gnu-alpha/coreutils/${P}.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="acl caps gmp nls selinux static userland_BSD vanilla xattr" LIB_DEPEND="acl? ( sys-apps/acl[static-libs] ) diff --git a/sys-apps/elfix/elfix-0.7.0.ebuild b/sys-apps/elfix/elfix-0.7.0.ebuild index eccbb5977b2f..be597e87f020 100644 --- a/sys-apps/elfix/elfix-0.7.0.ebuild +++ b/sys-apps/elfix/elfix-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.7.0.ebuild,v 1.7 2012/12/29 14:24:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/elfix/elfix-0.7.0.ebuild,v 1.8 2012/12/30 14:36:10 ago Exp $ EAPI="4" @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc ~x86" IUSE="+ptpax +xtpax" # These only work on a properly configured pax kernel diff --git a/sys-apps/openrc/openrc-0.11.8.ebuild b/sys-apps/openrc/openrc-0.11.8.ebuild index d1ed965729f5..a1b0f1b8896c 100644 --- a/sys-apps/openrc/openrc-0.11.8.ebuild +++ b/sys-apps/openrc/openrc-0.11.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.8.ebuild,v 1.5 2012/12/28 17:29:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.8.ebuild,v 1.6 2012/12/30 14:06:16 ago Exp $ EAPI=4 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-2 else SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" diff --git a/sys-apps/policycoreutils/Manifest b/sys-apps/policycoreutils/Manifest index 008881540fa7..ba40e8f80bb3 100644 --- a/sys-apps/policycoreutils/Manifest +++ b/sys-apps/policycoreutils/Manifest @@ -12,3 +12,4 @@ DIST policycoreutils-2.1.10.tar.gz 907554 SHA256 8bbbc36b7d375edff891503932da93e DIST policycoreutils-2.1.13.tar.gz 1188940 SHA256 34040f06f3111d9ee957576e4095841d35b9ca9141ee8d80aab036cbefb28584 SHA512 901a966ee61dc0935767f2ee8e8659fca13c96b6ce464a00060a0005764c0d7a0cfce0e2b6b00850ff2b4b20675a16d9a6da427284818e93efd83864ab086c1b WHIRLPOOL e123e474830e66fec70ee850674b0767ab3e115966dc8cae9c6aa6cdd4f9297d7c22a92a41cea9a1b24c994cc44d06af23459a0184546bbd263e4f74b756419e DIST policycoreutils-extra-1.21.tar.bz2 12864 SHA256 c2d3627e2a10f83f5de997e9db75c40830e7f3520b558807346c9bd9c49769bb SHA512 b0911711d6d509f70ad44f6f910a17f52ae72a94d37c9254f5009a3a740ac0cf8fa8ecb4506a9bd185db2defd872c3ecbcfebdf93b216a6950052a16008cc54e WHIRLPOOL a25af7e918beb9ba43ee4109647bad1892d5ffb0c0d9b7d20c606b85f9589e2cffbbd07d1187ae0082dcf2aff7b708c433393176f29557b0aa65b9e767813298 DIST policycoreutils-extra-1.22.tar.bz2 12858 SHA256 7013f77fbbc0eceeffdae6ad7eb31547d1334afe4a6929654440540f6e50b8df SHA512 c9fb2f75ab11e82b6ef366f7ef891a046ade41b87f4c82680ea79c1e3f0cf24edec5d3b68c7f5c8e5da01e754a2100dd8adfc90ac4b2b353745ee4f8c468b036 WHIRLPOOL dd3a30c9f4f57d1640838b755646f33a173012d745ca1a93bf95faea50e01c4d430d4361c77c14e994323b00cfba2c6bb1d9db276ee499dee1a318f02e0b24f8 +DIST policycoreutils-extra-1.23.tar.bz2 12865 SHA256 ad758323fe88ecc5c8689e9a8cdabaaa919d14ade9cc2c6d39761f7d7f14ae9f SHA512 ee92796be2b4eb77f8f25e5174b752fda5bffd5941860a20ebc550e3c0e6e836997f636aeafbaa7ecc51e65786fe0a67915e6d4c01a15c0c7a45a16baf06a762 WHIRLPOOL 70de6a6fb922429af6cda42a3e4e2ad10c49834f37e82de15f88a9f3e4ea02e3668c5e1432c1e5fa21fd62acebb7c1f15256170a26ae47d5e2ef88738410a369 diff --git a/sys-apps/policycoreutils/policycoreutils-2.1.13-r5.ebuild b/sys-apps/policycoreutils/policycoreutils-2.1.13-r5.ebuild index 18f91e3f2d11..a7c18954ff54 100644 --- a/sys-apps/policycoreutils/policycoreutils-2.1.13-r5.ebuild +++ b/sys-apps/policycoreutils/policycoreutils-2.1.13-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.1.13-r5.ebuild,v 1.1 2012/11/17 16:57:22 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.1.13-r5.ebuild,v 1.2 2012/12/30 15:12:00 swift Exp $ EAPI="4" PYTHON_DEPEND="2:2.7" @@ -15,7 +15,7 @@ SEMNG_VER="2.1.9" SELNX_VER="2.1.12" SEPOL_VER="2.1.8" -IUSE="audit pam dbus sesandbox" +IUSE="audit pam dbus" DESCRIPTION="SELinux core utilities" HOMEPAGE="http://userspace.selinuxproject.org" @@ -25,7 +25,7 @@ http://dev.gentoo.org/~swift/patches/policycoreutils/patchbundle-${P}-gentoo-r4. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python] >=sys-libs/glibc-2.4 @@ -35,7 +35,6 @@ COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python] >=sys-libs/libsepol-${SEPOL_VER} sys-devel/gettext dev-python/ipy - sesandbox? ( dev-libs/libcgroup ) dbus? ( sys-apps/dbus dev-libs/dbus-glib @@ -85,7 +84,6 @@ src_compile() { use audit && use_audit="y"; use pam && use_pam="y"; use dbus && use_dbus="y"; - use sesandbox && use_sesandbox="y"; python_copy_sources semanage sandbox building() { @@ -106,7 +104,6 @@ src_install() { use audit && use_audit="y"; use pam && use_pam="y"; use dbus && use_dbus="y"; - use sesandbox && use_sesandbox="y"; # Python scripts are present in many places. There are no extension modules. installation() { diff --git a/sys-apps/policycoreutils/policycoreutils-2.1.13-r6.ebuild b/sys-apps/policycoreutils/policycoreutils-2.1.13-r6.ebuild new file mode 100644 index 000000000000..253c2182d01b --- /dev/null +++ b/sys-apps/policycoreutils/policycoreutils-2.1.13-r6.ebuild @@ -0,0 +1,140 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.1.13-r6.ebuild,v 1.1 2012/12/30 15:12:00 swift Exp $ + +EAPI="4" +PYTHON_DEPEND="2:2.7" +PYTHON_USE_WITH="xml" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="*-jython *-pypy-* 3.*" + +inherit multilib python toolchain-funcs eutils + +EXTRAS_VER="1.23" +SEMNG_VER="2.1.9" +SELNX_VER="2.1.12" +SEPOL_VER="2.1.8" + +IUSE="audit pam dbus sesandbox" + +DESCRIPTION="SELinux core utilities" +HOMEPAGE="http://userspace.selinuxproject.org" +SRC_URI="http://userspace.selinuxproject.org/releases/20120924/${P}.tar.gz +http://dev.gentoo.org/~swift/patches/policycoreutils/patchbundle-${P}-gentoo-r4.tar.gz + mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python] + >=sys-libs/glibc-2.4 + >=sys-libs/libcap-1.10-r10 + >=sys-libs/libsemanage-${SEMNG_VER}[python] + sys-libs/libcap-ng + >=sys-libs/libsepol-${SEPOL_VER} + sys-devel/gettext + dev-python/ipy + sesandbox? ( dev-libs/libcgroup ) + dbus? ( + sys-apps/dbus + dev-libs/dbus-glib + ) + audit? ( >=sys-process/audit-1.5.1 ) + pam? ( sys-libs/pam )" + +### libcgroup -> seunshare +### dbus -> restorecond + +# pax-utils for scanelf used by rlpkg +RDEPEND="${COMMON_DEPS} + dev-python/sepolgen + app-misc/pax-utils" + +DEPEND="${COMMON_DEPS}" + +S2=${WORKDIR}/policycoreutils-extra + +src_prepare() { + # rlpkg is more useful than fixfiles + sed -i -e '/^all/s/fixfiles//' "${S}/scripts/Makefile" \ + || die "fixfiles sed 1 failed" + sed -i -e '/fixfiles/d' "${S}/scripts/Makefile" \ + || die "fixfiles sed 2 failed" + + EPATCH_MULTI_MSG="Applying policycoreutils patches ... " \ + EPATCH_SUFFIX="patch" \ + EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \ + EPATCH_FORCE="yes" \ + epatch + + # Overwrite gl.po, id.po and et.po with valid PO file + cp "${S}/po/sq.po" "${S}/po/gl.po" || die "failed to copy ${S}/po/sq.po to gl.po" + cp "${S}/po/sq.po" "${S}/po/id.po" || die "failed to copy ${S}/po/sq.po to id.po" + cp "${S}/po/sq.po" "${S}/po/et.po" || die "failed to copy ${S}/po/sq.po to et.po" + + epatch_user +} + +src_compile() { + local use_audit="n"; + local use_pam="n"; + local use_dbus="n"; + local use_sesandbox="n"; + + use audit && use_audit="y"; + use pam && use_pam="y"; + use dbus && use_dbus="y"; + use sesandbox && use_sesandbox="y"; + + python_copy_sources semanage sandbox + building() { + einfo "Compiling policycoreutils" + emake -C "${S}" AUDIT_LOG_PRIVS="y" AUDITH="${use_audit}" PAMH="${use_pam}" INOTIFYH="${use_dbus}" SESANDBOX="${use_sesandbox}" CC="$(tc-getCC)" PYLIBVER="python$(python_get_version)" || die + einfo "Compiling policycoreutils-extra " + emake -C "${S2}" AUDIT_LOG_PRIVS="y" AUDITH="${use_audit}" PAMH="${use_pam}" INOTIFYH="${use_dbus}" SESANDBOX="${use_sesandbox}" CC="$(tc-getCC)" PYLIBVER="python$(python_get_version)" || die + } + python_execute_function -s --source-dir semanage building +} + +src_install() { + local use_audit="n"; + local use_pam="n"; + local use_dbus="n"; + local use_sesandbox="n"; + + use audit && use_audit="y"; + use pam && use_pam="y"; + use dbus && use_dbus="y"; + use sesandbox && use_sesandbox="y"; + + # Python scripts are present in many places. There are no extension modules. + installation() { + einfo "Installing policycoreutils" + emake -C "${S}" DESTDIR="${T}/images/${PYTHON_ABI}" AUDITH="${use_audit}" PAMH="${use_pam}" INOTIFYH="${use_dbus}" SESANDBOX="${use_sesandbox}" AUDIT_LOG_PRIV="y" PYLIBVER="python$(python_get_version)" install || return 1 + + einfo "Installing policycoreutils-extra" + emake -C "${S2}" DESTDIR="${T}/images/${PYTHON_ABI}" SHLIBDIR="${D}$(get_libdir)/rc" install || return 1 + } + python_execute_function installation + python_merge_intermediate_installation_images "${T}/images" + + # remove redhat-style init script + rm -fR "${D}/etc/rc.d" + + # compatibility symlinks + dosym /sbin/setfiles /usr/sbin/setfiles + dosym /$(get_libdir)/rc/runscript_selinux.so /$(get_libdir)/rcscripts/runscript_selinux.so + + # location for permissive definitions + dodir /var/lib/selinux + keepdir /var/lib/selinux +} + +pkg_postinst() { + python_mod_optimize seobject.py +} + +pkg_postrm() { + python_mod_cleanup seobject.py +} diff --git a/sys-apps/pv/pv-1.3.9.ebuild b/sys-apps/pv/pv-1.3.9.ebuild index c9f05f56fa50..44551042396b 100644 --- a/sys-apps/pv/pv-1.3.9.ebuild +++ b/sys-apps/pv/pv-1.3.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.3.9.ebuild,v 1.8 2012/12/29 14:39:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pv/pv-1.3.9.ebuild,v 1.9 2012/12/30 15:09:12 ago Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="http://www.ivarch.com/programs/sources/${P}.tar.gz" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc64-solaris ~x86-solaris" IUSE="nls" PV_LINGUAS="de fr pl pt" diff --git a/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild b/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild index ec93f2384a14..ffba094bdbde 100644 --- a/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild,v 1.14 2012/12/29 09:09:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild,v 1.15 2012/12/30 14:18:06 ago Exp $ EAPI=4 inherit autotools eutils linux-info pam systemd @@ -19,7 +19,7 @@ fi LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE="acl debug doc kernel_linux pam policykit selinux test" COMMON_DEPEND=">=dev-libs/dbus-glib-0.98 diff --git a/sys-auth/pam_ssh_agent_auth/Manifest b/sys-auth/pam_ssh_agent_auth/Manifest index b2d27cd0d367..ad98e85b3f76 100644 --- a/sys-auth/pam_ssh_agent_auth/Manifest +++ b/sys-auth/pam_ssh_agent_auth/Manifest @@ -1,2 +1,3 @@ DIST pam_ssh_agent_auth-0.9.2.tar.bz2 237156 SHA256 76c80b6482ea5d03e1f33514f30ac77cd56e2fc8cb233a470562686df7426f4b SHA512 e710a4dff315c8d79c5d5edc4ebe1629a8fc6d09651813fd4792a2021e7c2d5768d6b7e8539801e31b947cc30817f32375d751fc396707fc4f257df4f33cd408 WHIRLPOOL 073e47de9c9205a1eac8e116c5b22b2b6c4dd42be261abe18bcac4c25dc98ce0023f44a17558afb9823ba457dcc7e1f16e4e195c7aa09483b9ed32e7ae1a7eed DIST pam_ssh_agent_auth-0.9.3.tar.bz2 239596 SHA256 10017968f5a8a41e1fcfaac6cdec479b70998bbbd19a70e94e2f654befafe5a6 SHA512 c2304dcf623858339b5fd77bcf64e9c980a3ee241384b9125d64ba6ab9539a65eacbd3576b31a94bb390e4c089e702f9df2963119250b773bd8be872ae63a050 WHIRLPOOL 41205f5f501b0ef90b71f4f72993da3514bffbdf779565eaee1e4e7b442103b4fb7f3ea278279cb99cffa2f42c700e2e9f6c74b79c0f3a25ae964a8a1df9c858 +DIST pam_ssh_agent_auth-0.9.4.tar.bz2 239250 SHA256 496de600771d6296c7a7d01636399fd603e5a79930416ffbdc150c3784d80ca9 SHA512 3d469e85bf7c49dcf9345c63678ebe050db4d15447592bc337bfc762f2337f92cebd7e840fc12d7be94acf1aa47b0272efe2c1688888ecd8f9daf63549520792 WHIRLPOOL 20960e24fb548fd9e6722def1cb2a07cd2f7abb1ddb235339c61e7b544bf6470f74b2d890d9aa834908d04e35fdd842e8b4f64a4b55e6d5ff892fd56d5b1e1a6 diff --git a/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.9.4.ebuild b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.9.4.ebuild new file mode 100644 index 000000000000..eece52105538 --- /dev/null +++ b/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.9.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ssh_agent_auth/pam_ssh_agent_auth-0.9.4.ebuild,v 1.1 2012/12/31 02:49:53 flameeyes Exp $ + +EAPI=5 + +inherit pam + +DESCRIPTION="Simple module to authenticate users against their ssh-agent keys" +HOMEPAGE="http://pamsshagentauth.sourceforge.net" +SRC_URI="mirror://sourceforge/pamsshagentauth/${PN}/v${PV}/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="virtual/pam + dev-libs/openssl" + +RDEPEND="${DEPEND} + virtual/ssh" + +# needed for pod2man +DEPEND="${DEPEND} + dev-lang/perl" + +src_configure() { + pammod_hide_symbols + + econf \ + --libexecdir=$(getpam_mod_dir) +} + +src_test() { :; } + +src_install() { + # Don't use emake install as it makes it harder to have proper + # install paths. + dopammod pam_ssh_agent_auth.so + doman pam_ssh_agent_auth.8 + + dodoc CONTRIBUTORS +} diff --git a/sys-auth/polkit/polkit-0.107-r1.ebuild b/sys-auth/polkit/polkit-0.107-r1.ebuild index fb757a2a6de2..baa153552e3f 100644 --- a/sys-auth/polkit/polkit-0.107-r1.ebuild +++ b/sys-auth/polkit/polkit-0.107-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.107-r1.ebuild,v 1.13 2012/12/29 09:09:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.107-r1.ebuild,v 1.14 2012/12/30 14:17:44 ago Exp $ EAPI=4 inherit eutils multilib pam pax-utils systemd user @@ -11,7 +11,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sparc x86" IUSE="examples gtk +introspection kde nls pam selinux systemd" RDEPEND=">=dev-lang/spidermonkey-1.8.5-r1 diff --git a/sys-auth/ykclient/Manifest b/sys-auth/ykclient/Manifest index 64345e9a6060..af6c0f92f7cb 100644 --- a/sys-auth/ykclient/Manifest +++ b/sys-auth/ykclient/Manifest @@ -1 +1,2 @@ -DIST ykclient-2.8.tar.gz 347487 RMD160 f0d3f404861cc7d69107c6677e541925d71fb348 SHA1 91aefae12d7e13360d8c03ccd66ef1d26d1b04f9 SHA256 bf99e88b831dce994dd596900d5ed5e37c9e1de7291c69b011bdcd60b72a50ef +DIST ykclient-2.8.tar.gz 347487 SHA256 bf99e88b831dce994dd596900d5ed5e37c9e1de7291c69b011bdcd60b72a50ef SHA512 226f64634d95ced5fd156695c66a60b14c27820b3cf47c5584c23607a0d273f25e615ccf1b7d34533fa78851d9673a09c964f2875e11334b856e3d9f362e9387 WHIRLPOOL 6cadece7fb01048b7f4dffe88c3e5bbad8236dab47b789ab59588b4dd1ba3a46572b0048a539f5123fe243a7011826e5aa4a94757862e99b9ba0c2ba7a32217d +DIST ykclient-2.9.tar.gz 352183 SHA256 f5f93d77dd9f2e3fd1854f7fcfbbc3cfbf4227c3ebe145c8a3f7a2339efbeca5 SHA512 087e25205be88552fc14be1837772e398fde9c2b7790c41656af83d977315889596278b281db3b2cf4f3fa1c93cfd86de390d00225556e193db4ecfc10e86a9b WHIRLPOOL aedf629d2b29766ef0f4ec3e536d7c1fb476212e21e22ecb2745c45ca2bd6dfc5299a5f4dc4270e5d646c2de75813fdbd5fab711d9a150d48e0bd1345d8b8dd2 diff --git a/sys-auth/ykclient/ykclient-2.9.ebuild b/sys-auth/ykclient/ykclient-2.9.ebuild new file mode 100644 index 000000000000..10bc9fe412c6 --- /dev/null +++ b/sys-auth/ykclient/ykclient-2.9.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykclient/ykclient-2.9.ebuild,v 1.1 2012/12/31 02:24:10 flameeyes Exp $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Yubico C client library" +SRC_URI="http://yubico-c-client.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/Yubico/yubico-c-client" + +KEYWORDS="~amd64" +SLOT="0" +LICENSE="BSD-2" +IUSE="static-libs" + +RDEPEND=">=net-misc/curl-7.21.1" +DEPEND="${RDEPEND}" + +# Tests require an active network connection, we don't want to run them +RESTRICT="test" + +src_configure() { + econf $(use_enable static-libs static) +} + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_install() { + default + prune_libtool_files +} diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest index 62fe0ebed1ae..d2518234ddd0 100644 --- a/sys-auth/ykpers/Manifest +++ b/sys-auth/ykpers/Manifest @@ -1 +1,2 @@ -DIST ykpers-1.7.0.tar.gz 433901 RMD160 cc3b1c14ab9e9446b72d48615d7d921cf81a9058 SHA1 de325107c1d6e9d3a61199cad5eeac69b98a36d7 SHA256 70a2a303c2b1dc2852ab1fbc9461646c79e3829ae4b7c419c4e432433e412ed4 +DIST ykpers-1.7.0.tar.gz 433901 SHA256 70a2a303c2b1dc2852ab1fbc9461646c79e3829ae4b7c419c4e432433e412ed4 SHA512 faeba1db95a26c71c9878f45aa3e256929799a12a109ff4e01c09fb9c1bb3fb43391ddc1900433687f5b7f2902aadc63cadbf013c68e80ec17c3ec15e001611c WHIRLPOOL c5f2733b0be6efba9fbd8878323922f704b3c379816a554f024e728c020b89f537ecb6ba4294901085bb8c0819908186b75f6756ca4530ebcefec59a78daecfe +DIST ykpers-1.9.0.tar.gz 454253 SHA256 5624593d23c5a7ea71d0779fe04f2b0e04404a99600ec8fc008331680b460d48 SHA512 c878cf4d1d05a91ddb9030646fd60bc32dec9fc7fce43408dac87d4985a644aae3835a9f529e644630c3fb0af733dfdd998afdbe9ce480669e2507be697de970 WHIRLPOOL 1a78e27058ddf77963f6251927ee434407f97b4b0b8687de4d74cf9c294764c34e5457f198e218f30401011e5524f3cf25465ca39bd4791b9fa76267cfbf2305 diff --git a/sys-auth/ykpers/metadata.xml b/sys-auth/ykpers/metadata.xml index 79a3b179d0f9..9cdc860700c1 100644 --- a/sys-auth/ykpers/metadata.xml +++ b/sys-auth/ykpers/metadata.xml @@ -1,17 +1,23 @@ - - brant@gurganus.name - Brant Gurganus - Proxied co-maintainer, assign bugs to him - - - flameeyes@gentoo.org - Diego Elio Pettenò - Proxy maintainer, CC him on bugs - - - yubikey-personalization - + + brant@gurganus.name + Brant Gurganus + Proxied co-maintainer, assign bugs to him + + + flameeyes@gentoo.org + Diego Elio Pettenò + Proxy maintainer, CC him on bugs + + + yubikey-personalization + + + + Use sys-auth/consolekit and virtual/udev + to allow access to the YubiKey HID device to the console user. + + diff --git a/sys-auth/ykpers/ykpers-1.9.0.ebuild b/sys-auth/ykpers/ykpers-1.9.0.ebuild new file mode 100644 index 000000000000..c5ea1c86e280 --- /dev/null +++ b/sys-auth/ykpers/ykpers-1.9.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/ykpers/ykpers-1.9.0.ebuild,v 1.1 2012/12/31 02:22:31 flameeyes Exp $ + +EAPI=5 + +inherit eutils udev + +DESCRIPTION="Library and tool for personalization of Yubico's YubiKey" +SRC_URI="http://yubikey-personalization.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/Yubico/yubikey-personalization" + +KEYWORDS="~amd64" +SLOT="0" +LICENSE="BSD-2" +IUSE="static-libs consolekit" + +RDEPEND=">=sys-auth/libyubikey-1.6 + virtual/libusb:1" +DEPEND="${RDEPEND} + virtual/pkgconfig" +RDEPEND="${RDEPEND} + consolekit? ( sys-auth/consolekit[acl] )" + +src_configure() { + econf $(use_enable static-libs static) +} + +DOCS=( AUTHORS ChangeLog NEWS README ) + +src_install() { + default + dodoc doc/* + prune_libtool_files + + use consolekit && \ + udev_dorules 70-yubikey.rules +} diff --git a/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.1.5-r1.ebuild b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.1.5-r1.ebuild index ddd730077b07..fc49c8e4ba0e 100644 --- a/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.1.5-r1.ebuild +++ b/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.1.5-r1.ebuild,v 1.9 2012/12/29 14:27:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/thin-provisioning-tools/thin-provisioning-tools-0.1.5-r1.ebuild,v 1.10 2012/12/30 14:57:53 ago Exp $ EAPI=4 @@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-libs/expat" diff --git a/sys-cluster/openmpi/Manifest b/sys-cluster/openmpi/Manifest index eaa180cd7c18..b2eb8e7b689f 100644 --- a/sys-cluster/openmpi/Manifest +++ b/sys-cluster/openmpi/Manifest @@ -3,4 +3,5 @@ DIST openmpi-1.4.4.tar.bz2 6653048 SHA256 9ad125304a89232d5b04da251f463fdbd8dcd9 DIST openmpi-1.5.5.tar.bz2 10055601 SHA256 660e6e49315185f88a87b6eae3d292b81774eab7b29a9b058b10eb35d892ff23 DIST openmpi-1.6.1.tar.bz2 10194684 SHA256 077240dd1ab10f0caf26931e585db73848e9815c7119b993f91d269da5901e3a SHA512 928f818d423701b80755eb00824acb78abda67e6a8093e75bce10e44746e487e2d868008c519148867609ef776a611e19d4162de3a4757831213536f77f8ede3 WHIRLPOOL 47e82953df5c4c1ee2c0b3930a4bb6ec462c6ad7151d48480c5a2998dd410427bd2cbd602df4d5c924b390a69d46e8be2d0ef0cbcb53afb2980b63fc852d1bd7 DIST openmpi-1.6.2.tar.bz2 10198489 SHA256 5cc7744c6cc4ec2c04bc76c8b12717c4011822a2bd7236f2ea511f09579a714a SHA512 5301a59f7c956c3a91ecb6c047e1d3322e7c54bf2b53afc59c15f495b86c42130ae02b51c0905066d2a001d751e98d4cfa7999a25617a4abdb8aab6c81d84433 WHIRLPOOL 93a35663a010d9b6c0a41f8e3b929347db9abdce2e0b058af01829f1ccefc91296938c187827f0772284a06a9c0dcd05f7e64377527be3e893ebc542470035cf -DIST openmpi-1.6.tar.bz2 10034857 SHA256 6e0d8b336543fb9ab78c97d364484923167857d30b266dfde1ccf60f356b9e0e +DIST openmpi-1.6.3.tar.bz2 10199061 SHA256 0c30cfec0e420870630fdc101ffd82f7eccc90276bc4e182f8282a2448668798 SHA512 29d34c343bf4f21d5f16da70ac2d2db819834d50102c14efa46d1b8898efbbf92346a95227c548787eff4d73799f0042c5f5c3c1e0ec15c578987b6df17755e6 WHIRLPOOL de21379dc798658f4dd0eea2824d3dbe19a85b371b998355831d637f36759adcea2415881ecfc4f8509001fe2936944f637446a62df4cfd6e1a9e2681722ed25 +DIST openmpi-1.6.tar.bz2 10034857 SHA256 6e0d8b336543fb9ab78c97d364484923167857d30b266dfde1ccf60f356b9e0e SHA512 d371c1f128eb73f0c4839c6ed67e85fb9a5f80ded074a24669e9acfbc794af4e8a6ded8d5f0324ffce1ddcf712c0e410aa45f942c84959a3651eac153aaa1f91 WHIRLPOOL 0d8661c31da757eed4ef648952ba27671f9cf6c9b9a41c9da2f3d1b204a912a029e686e74ea43a98b875e336564293843cd635a761df4d68f6c93e6cc146e9d4 diff --git a/sys-cluster/openmpi/openmpi-1.6.3.ebuild b/sys-cluster/openmpi/openmpi-1.6.3.ebuild new file mode 100644 index 000000000000..8da408085a0a --- /dev/null +++ b/sys-cluster/openmpi/openmpi-1.6.3.ebuild @@ -0,0 +1,158 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.6.3.ebuild,v 1.1 2012/12/30 14:24:05 xarthisius Exp $ + +EAPI=4 + +FORTRAN_NEEDED=fortran + +inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs versionator + +MY_P=${P/-mpi} +S=${WORKDIR}/${MY_P} + +IUSE_OPENMPI_FABRICS=" + openmpi_fabrics_dapl + openmpi_fabrics_ofed + openmpi_fabrics_knem + openmpi_fabrics_open-mx + openmpi_fabrics_psm + openmpi_fabrics_sctp" + +IUSE_OPENMPI_RM=" + openmpi_rm_pbs + openmpi_rm_slurm" + +IUSE_OPENMPI_OFED_FEATURES=" + openmpi_ofed_features_control-hdr-padding + openmpi_ofed_features_connectx-xrc + openmpi_ofed_features_rdmacm + openmpi_ofed_features_dynamic-sl + openmpi_ofed_features_failover + " + +DESCRIPTION="A high-performance message passing library (MPI)" +HOMEPAGE="http://www.open-mpi.org" +SRC_URI="http://www.open-mpi.org/software/ompi/v$(get_version_component_range 1-2)/downloads/${MY_P}.tar.bz2" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" +IUSE="+cxx elibc_FreeBSD fortran heterogeneous ipv6 mpi-threads romio threads vt + ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}" + +REQUIRED_USE="openmpi_rm_slurm? ( !openmpi_rm_pbs ) + openmpi_rm_pbs? ( !openmpi_rm_slurm ) + openmpi_fabrics_psm? ( openmpi_fabrics_ofed ) + openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed ) + openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed ) + openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed ) + openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed ) + openmpi_ofed_features_failover? ( openmpi_fabrics_ofed )" + +RDEPEND=" + !sys-cluster/mpich2 + !sys-cluster/mpiexec + >=sys-apps/hwloc-1.3 + elibc_FreeBSD? ( dev-libs/libexecinfo ) + openmpi_fabrics_dapl? ( sys-infiniband/dapl ) + openmpi_fabrics_ofed? ( sys-infiniband/ofed ) + openmpi_fabrics_knem? ( sys-cluster/knem ) + openmpi_fabrics_open-mx? ( sys-cluster/open-mx ) + openmpi_fabrics_psm? ( sys-infiniband/infinipath-psm ) + openmpi_fabrics_sctp? ( net-misc/lksctp-tools ) + openmpi_rm_pbs? ( sys-cluster/torque ) + openmpi_rm_slurm? ( sys-cluster/slurm ) + openmpi_ofed_features_rdmacm? ( sys-infiniband/librdmacm ) + vt? ( + !dev-libs/libotf + !app-text/lcdf-typetools + ) + " +DEPEND="${RDEPEND}" +# TODO: Newer releases of Vampir use otf2 which would resolve the above blockers. + +pkg_setup() { + fortran-2_pkg_setup + if use mpi-threads; then + echo + ewarn "WARNING: use of MPI_THREAD_MULTIPLE is still disabled by" + ewarn "default and officially unsupported by upstream." + ewarn "You may stop now and set USE=-mpi-threads" + echo + fi + + echo + elog "OpenMPI has an overwhelming count of configuration options." + elog "Don't forget the EXTRA_ECONF environment variable can let you" + elog "specify configure options if you find them necessary." + echo +} + +src_prepare() { + # Necessary for scalibility, see + # http://www.open-mpi.org/community/lists/users/2008/09/6514.php + if use threads; then + echo 'oob_tcp_listen_mode = listen_thread' \ + >> opal/etc/openmpi-mca-params.conf + fi +} + +src_configure() { + local myconf=( + --sysconfdir="${EPREFIX}/etc/${PN}" + --enable-pretty-print-stacktrace + --enable-orterun-prefix-by-default + --with-hwloc="${EPREFIX}/usr" + ) + + if use mpi-threads; then + myconf+=( + --enable-mpi-thread-multiple + --enable-opal-multi-threads + ) + fi + + if use fortran; then + if [[ $(tc-getFC) =~ g77 ]]; then + myconf+=(--disable-mpi-f90) + elif [[ $(tc-getFC) =~ if ]]; then + # Enabled here as gfortran compile times are huge with this enabled. + myconf+=(--with-mpi-f90-size=medium) + fi + else + myconf+=(--disable-mpi-f90 --disable-mpi-f77) + fi + + ! use vt && myconf+=(--enable-contrib-no-build=vt) + + econf "${myconf[@]}" \ + $(use_enable cxx mpi-cxx) \ + $(use_enable romio io-romio) \ + $(use_enable heterogeneous) \ + $(use_enable ipv6) \ + $(use_with openmpi_fabrics_dapl udapl "${EPREFIX}"/usr) \ + $(use_with openmpi_fabrics_ofed openib "${EPREFIX}"/usr) \ + $(use_with openmpi_fabrics_knem knem "${EPREFIX}"/usr) \ + $(use_with openmpi_fabrics_open-mx mx "${EPREFIX}"/usr) \ + $(use_with openmpi_fabrics_psm psm "${EPREFIX}"/usr) \ + $(use_enable openmpi_ofed_features_control-hdr-padding openib-control-hdr-padding) \ + $(use_enable openmpi_ofed_features_connectx-xrc openib-connectx-xrc) \ + $(use_enable openmpi_ofed_features_rdmacm openib-rdmacm) \ + $(use_enable openmpi_ofed_features_dynamic-sl openib-dynamic-sl) \ + $(use_enable openmpi_ofed_features_failover btl-openib-failover) \ + $(use_with openmpi_fabrics_sctp sctp) \ + $(use_with openmpi_rm_pbs tm) \ + $(use_with openmpi_rm_slurm slurm) +} + +src_install () { + emake DESTDIR="${D}" install || die "make install failed" + # From USE=vt see #359917 + rm "${ED}"/usr/share/libtool &> /dev/null + dodoc README AUTHORS NEWS VERSION || die +} + +src_test() { + # Doesn't work with the default src_test as the dry run (-n) fails. + emake -j1 check || die "emake check failed" +} diff --git a/sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild index 0d2b634f7ba6..c962f7f754bb 100644 --- a/sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild +++ b/sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild,v 1.9 2012/12/29 14:27:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2012.09.08.ebuild,v 1.10 2012/12/30 14:59:14 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DOCS=( AUTHORS ChangeLog NEWS README TODO ) diff --git a/sys-devel/autoconf/autoconf-2.69.ebuild b/sys-devel/autoconf/autoconf-2.69.ebuild index 131b36d1ca60..176be8552ac4 100644 --- a/sys-devel/autoconf/autoconf-2.69.ebuild +++ b/sys-devel/autoconf/autoconf-2.69.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.10 2012/12/28 17:26:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.69.ebuild,v 1.12 2012/12/30 20:22:48 ago Exp $ EAPI="3" @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] ; then else SRC_URI="mirror://gnu/${PN}/${P}.tar.xz ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="Used to create autoconfiguration files" diff --git a/sys-devel/flex/flex-2.5.37.ebuild b/sys-devel/flex/flex-2.5.37.ebuild index 67eafacc2850..0ca96119b634 100644 --- a/sys-devel/flex/flex-2.5.37.ebuild +++ b/sys-devel/flex/flex-2.5.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.8 2012/12/29 15:05:03 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.37.ebuild,v 1.10 2012/12/30 20:44:43 ago Exp $ EAPI="3" @@ -18,7 +18,7 @@ SRC_URI="mirror://sourceforge/flex/${MY_P}.tar.bz2 LICENSE="FLEX" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="nls static test" # We want bison explicitly and not yacc in general #381273 diff --git a/sys-devel/gcc/gcc-4.4.7.ebuild b/sys-devel/gcc/gcc-4.4.7.ebuild index 132ce00ecddd..1fa37788f3b8 100644 --- a/sys-devel/gcc/gcc-4.4.7.ebuild +++ b/sys-devel/gcc/gcc-4.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild,v 1.10 2012/12/11 17:39:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild,v 1.11 2012/12/30 16:09:57 ago Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" @@ -22,7 +22,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} diff --git a/sys-devel/gcc/gcc-4.5.4.ebuild b/sys-devel/gcc/gcc-4.5.4.ebuild index d8c519c59ba3..b4a391476209 100644 --- a/sys-devel/gcc/gcc-4.5.4.ebuild +++ b/sys-devel/gcc/gcc-4.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v 1.11 2012/12/21 05:20:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v 1.12 2012/12/30 16:09:57 ago Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" @@ -22,7 +22,7 @@ inherit toolchain DESCRIPTION="The GNU Compiler Collection" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} diff --git a/sys-devel/gdb/gdb-7.5.ebuild b/sys-devel/gdb/gdb-7.5.ebuild index f0d00a23061f..22cf0717dc63 100644 --- a/sys-devel/gdb/gdb-7.5.ebuild +++ b/sys-devel/gdb/gdb-7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild,v 1.8 2012/12/29 14:36:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gdb/gdb-7.5.ebuild,v 1.9 2012/12/30 15:05:44 ago Exp $ EAPI="3" @@ -50,7 +50,7 @@ SRC_URI="${SRC_URI} ${PATCH_VER:+mirror://gentoo/${P}-patches-${PATCH_VER}.tar.x LICENSE="GPL-2 LGPL-2" SLOT="0" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi IUSE="+client expat multitarget nls +python +server test vanilla zlib" diff --git a/sys-devel/make/make-3.82-r4.ebuild b/sys-devel/make/make-3.82-r4.ebuild index 6e08dc392587..ca061b3bdcf8 100644 --- a/sys-devel/make/make-3.82-r4.ebuild +++ b/sys-devel/make/make-3.82-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.11 2012/12/29 14:34:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.82-r4.ebuild,v 1.12 2012/12/30 15:10:37 ago Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu//make/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls static" DEPEND="nls? ( sys-devel/gettext )" diff --git a/sys-fs/fuse/fuse-2.9.1-r1.ebuild b/sys-fs/fuse/fuse-2.9.1-r1.ebuild index 8f3e534e089d..761f4a958b08 100644 --- a/sys-fs/fuse/fuse-2.9.1-r1.ebuild +++ b/sys-fs/fuse/fuse-2.9.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.1-r1.ebuild,v 1.9 2012/12/29 08:43:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/fuse/fuse-2.9.1-r1.ebuild,v 1.10 2012/12/30 14:19:17 ago Exp $ EAPI=4 inherit eutils libtool linux-info udev toolchain-funcs @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/fuse/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="kernel_linux kernel_FreeBSD static-libs" PDEPEND="kernel_FreeBSD? ( sys-fs/fuse4bsd )" diff --git a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r2.ebuild b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r2.ebuild index 1057c2d1509c..3f2bd1a120dd 100644 --- a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r2.ebuild +++ b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r2.ebuild,v 1.6 2012/12/03 17:54:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r2.ebuild,v 1.8 2012/12/30 14:59:47 ago Exp $ EAPI=5 inherit eutils linux-info udev @@ -14,7 +14,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="acl crypt debug +external-fuse +ntfsprogs static-libs suid xattr" RDEPEND="!kernel@gentoo.org Gentoo kernel team + + ago@gentoo.org + Agostino Sarubbo + CC/Assign to me the version bump request + Vanilla prepatch/rc sources, for people who like to have the latest kernel available diff --git a/sys-libs/glibc/glibc-2.10.1-r1.ebuild b/sys-libs/glibc/glibc-2.10.1-r1.ebuild index 847318c596ab..03b30185db68 100644 --- a/sys-libs/glibc/glibc-2.10.1-r1.ebuild +++ b/sys-libs/glibc/glibc-2.10.1-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.26 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.10.1-r1.ebuild,v 1.27 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.11.3.ebuild b/sys-libs/glibc/glibc-2.11.3.ebuild index 6141653140e7..b6f83f18deb5 100644 --- a/sys-libs/glibc/glibc-2.11.3.ebuild +++ b/sys-libs/glibc/glibc-2.11.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v 1.18 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.11.3.ebuild,v 1.19 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.12.1-r3.ebuild b/sys-libs/glibc/glibc-2.12.1-r3.ebuild index 535e3167a17d..43dc7c6e4769 100644 --- a/sys-libs/glibc/glibc-2.12.1-r3.ebuild +++ b/sys-libs/glibc/glibc-2.12.1-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r3.ebuild,v 1.15 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.1-r3.ebuild,v 1.16 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.12.2.ebuild b/sys-libs/glibc/glibc-2.12.2.ebuild index 140cf25e07f4..50f3f064a923 100644 --- a/sys-libs/glibc/glibc-2.12.2.ebuild +++ b/sys-libs/glibc/glibc-2.12.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v 1.21 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.12.2.ebuild,v 1.22 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.13-r2.ebuild b/sys-libs/glibc/glibc-2.13-r2.ebuild index 45c1f5b0c636..d4ac58e48c30 100644 --- a/sys-libs/glibc/glibc-2.13-r2.ebuild +++ b/sys-libs/glibc/glibc-2.13-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild,v 1.16 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r2.ebuild,v 1.17 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.13-r4.ebuild b/sys-libs/glibc/glibc-2.13-r4.ebuild index 2f63a0c6cf76..c83e2d9f1fff 100644 --- a/sys-libs/glibc/glibc-2.13-r4.ebuild +++ b/sys-libs/glibc/glibc-2.13-r4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r4.ebuild,v 1.21 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.13-r4.ebuild,v 1.22 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.14.1-r2.ebuild b/sys-libs/glibc/glibc-2.14.1-r2.ebuild index bdecfbc5483d..944c635dc426 100644 --- a/sys-libs/glibc/glibc-2.14.1-r2.ebuild +++ b/sys-libs/glibc/glibc-2.14.1-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.14 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.15 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.14.1-r3.ebuild b/sys-libs/glibc/glibc-2.14.1-r3.ebuild index d4fef0c51432..2638f3fd7eb8 100644 --- a/sys-libs/glibc/glibc-2.14.1-r3.ebuild +++ b/sys-libs/glibc/glibc-2.14.1-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.22 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.23 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.14.ebuild b/sys-libs/glibc/glibc-2.14.ebuild index 03f83f006687..eaf7bf1c796f 100644 --- a/sys-libs/glibc/glibc-2.14.ebuild +++ b/sys-libs/glibc/glibc-2.14.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild,v 1.21 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.ebuild,v 1.22 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.15-r1.ebuild b/sys-libs/glibc/glibc-2.15-r1.ebuild index 5a376fe3cdf6..22ac4919553e 100644 --- a/sys-libs/glibc/glibc-2.15-r1.ebuild +++ b/sys-libs/glibc/glibc-2.15-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild,v 1.13 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild,v 1.14 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.15-r2.ebuild b/sys-libs/glibc/glibc-2.15-r2.ebuild index b91aed75fcf4..2c3529fa81c0 100644 --- a/sys-libs/glibc/glibc-2.15-r2.ebuild +++ b/sys-libs/glibc/glibc-2.15-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.26 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.27 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 s390 ~sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.15-r3.ebuild b/sys-libs/glibc/glibc-2.15-r3.ebuild index 04031f094b0a..5415012751e1 100644 --- a/sys-libs/glibc/glibc-2.15-r3.ebuild +++ b/sys-libs/glibc/glibc-2.15-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r3.ebuild,v 1.9 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r3.ebuild,v 1.10 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="alpha amd64 arm -hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.16.0.ebuild b/sys-libs/glibc/glibc-2.16.0.ebuild index 9f3749c518b8..e83ded2a3745 100644 --- a/sys-libs/glibc/glibc-2.16.0.ebuild +++ b/sys-libs/glibc/glibc-2.16.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild,v 1.17 2012/12/28 19:20:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.16.0.ebuild,v 1.18 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.17.ebuild b/sys-libs/glibc/glibc-2.17.ebuild index 85aed10d9395..c832fb15f048 100644 --- a/sys-libs/glibc/glibc-2.17.ebuild +++ b/sys-libs/glibc/glibc-2.17.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.2 2012/12/28 19:25:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.17.ebuild,v 1.3 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" #KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild b/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild index 4e42fbf21455..31163e63f6c8 100644 --- a/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild +++ b/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild,v 1.19 2012/11/02 18:25:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.9_p20081201-r3.ebuild,v 1.20 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND inner-net" KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 8ea272aa2872..eae0574b12dc 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.17 2012/12/25 21:48:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-9999.ebuild,v 1.18 2012/12/30 17:16:50 ulm Exp $ inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib unpacker multiprocessing DESCRIPTION="GNU libc6 (also called glibc2) C library" HOMEPAGE="http://www.gnu.org/software/libc/libc.html" -LICENSE="LGPL-2" +LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" #KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" diff --git a/sys-libs/gpm/files/gpm.service b/sys-libs/gpm/files/gpm.service new file mode 100644 index 000000000000..966ad80060fe --- /dev/null +++ b/sys-libs/gpm/files/gpm.service @@ -0,0 +1,12 @@ +[Unit] +Description=Console Mouse manager +After=syslog.target + +[Service] +ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2 +StandardOutput=syslog +Type=forking +PIDFile=/var/run/gpm.pid + +[Install] +WantedBy=multi-user.target diff --git a/sys-libs/gpm/gpm-1.20.7-r1.ebuild b/sys-libs/gpm/gpm-1.20.7-r1.ebuild new file mode 100644 index 000000000000..e02b91722246 --- /dev/null +++ b/sys-libs/gpm/gpm-1.20.7-r1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r1.ebuild,v 1.1 2012/12/30 23:53:45 floppym Exp $ + +# emacs support disabled due to #99533 #335900 + +EAPI="4" + +inherit eutils systemd toolchain-funcs autotools + +DESCRIPTION="Console-based mouse driver" +HOMEPAGE="http://www.nico.schottelius.org/software/gpm/" +SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="selinux static-libs" + +RDEPEND="sys-libs/ncurses + selinux? ( sec-policy/selinux-gpm )" +DEPEND="sys-libs/ncurses + app-arch/xz-utils + virtual/yacc" + +src_prepare() { + # fix ABI values + sed -i \ + -e '/^abi_lev=/s:=.*:=1:' \ + -e '/^abi_age=/s:=.*:=20:' \ + configure.ac.footer || die + sed -i -e '/ACLOCAL/,$d' autogen.sh || die + ./autogen.sh + eautoreconf +} + +src_configure() { + econf \ + --sysconfdir=/etc/gpm \ + $(use_enable static-libs static) \ + emacs=/bin/false +} + +src_compile() { + # make sure nothing compiled is left + emake clean + emake EMACS=: +} + +src_install() { + emake install DESTDIR="${D}" EMACS=: ELISP="" + + dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so + gen_usr_ldscript -a gpm + + insinto /etc/gpm + doins conf/gpm-*.conf + + dodoc README TODO + dodoc doc/Announce doc/FAQ doc/README* + + newinitd "${FILESDIR}"/gpm.rc6-2 gpm + newconfd "${FILESDIR}"/gpm.conf.d gpm + systemd_dounit "${FILESDIR}"/gpm.service +} diff --git a/sys-libs/libselinux/libselinux-2.1.12-r2.ebuild b/sys-libs/libselinux/libselinux-2.1.12-r2.ebuild index 81ea668f6e12..ef46925f2a99 100644 --- a/sys-libs/libselinux/libselinux-2.1.12-r2.ebuild +++ b/sys-libs/libselinux/libselinux-2.1.12-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.12-r2.ebuild,v 1.1 2012/12/03 08:19:54 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.1.12-r2.ebuild,v 1.2 2012/12/30 15:17:46 swift Exp $ EAPI="4" PYTHON_DEPEND="python? *" @@ -20,7 +20,7 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20120924/${P}.tar.gz LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="python ruby static-libs" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} diff --git a/sys-libs/libsepol/libsepol-2.1.8-r1.ebuild b/sys-libs/libsepol/libsepol-2.1.8-r1.ebuild index 9816eece2c6e..67981f0d1cff 100644 --- a/sys-libs/libsepol/libsepol-2.1.8-r1.ebuild +++ b/sys-libs/libsepol/libsepol-2.1.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8-r1.ebuild,v 1.1 2012/12/09 19:19:26 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.1.8-r1.ebuild,v 1.2 2012/12/30 15:19:13 swift Exp $ EAPI="2" @@ -13,7 +13,7 @@ SRC_URI="http://userspace.selinuxproject.org/releases/20120924/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="" diff --git a/sys-libs/mtdev/mtdev-1.1.3.ebuild b/sys-libs/mtdev/mtdev-1.1.3.ebuild index 15435502d70c..5ce19fdb53df 100644 --- a/sys-libs/mtdev/mtdev-1.1.3.ebuild +++ b/sys-libs/mtdev/mtdev-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild,v 1.8 2012/12/28 17:33:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.3.ebuild,v 1.9 2012/12/30 14:42:06 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://bitmath.org/code/mtdev/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86" IUSE="static-libs" DEPEND=">=sys-kernel/linux-headers-2.6.31" diff --git a/sys-process/htop/htop-1.0.2.ebuild b/sys-process/htop/htop-1.0.2.ebuild index d96a6aa62d42..b14e5a530ea7 100644 --- a/sys-process/htop/htop-1.0.2.ebuild +++ b/sys-process/htop/htop-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.2.ebuild,v 1.7 2012/12/25 22:29:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/htop/htop-1.0.2.ebuild,v 1.9 2012/12/30 20:43:51 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="kernel_FreeBSD kernel_linux openvz unicode vserver" RDEPEND="sys-libs/ncurses[unicode?]" diff --git a/virtual/glu/glu-9.0.ebuild b/virtual/glu/glu-9.0.ebuild index 6dce34b419b1..f662631fd2c9 100644 --- a/virtual/glu/glu-9.0.ebuild +++ b/virtual/glu/glu-9.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/glu/glu-9.0.ebuild,v 1.8 2012/12/28 17:33:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/glu/glu-9.0.ebuild,v 1.9 2012/12/30 14:42:26 ago Exp $ DESCRIPTION="Virtual for OpenGL utility library" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="|| ( media-libs/glu Add support for exceptions - like catching them inside the event loop (recommended by Nokia) Enable dev-libs/glib eventloop support - Build a window system agnostic implementation of Qt Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. Build the 'qttracereplay' utility which is required to diff --git a/x11-libs/qt-bearer/metadata.xml b/x11-libs/qt-bearer/metadata.xml index 69f9a825250c..d86f5eb1fec4 100644 --- a/x11-libs/qt-bearer/metadata.xml +++ b/x11-libs/qt-bearer/metadata.xml @@ -8,7 +8,6 @@ Add support for exceptions - like catching them inside the event loop (recommended by Nokia) Enable NetworkManager-based bearer plugin - Build a window system agnostic implementation of Qt https://bugreports.qt-project.org/ diff --git a/x11-libs/qt-core/metadata.xml b/x11-libs/qt-core/metadata.xml index 1f5cff9c51a4..5e30afebf876 100644 --- a/x11-libs/qt-core/metadata.xml +++ b/x11-libs/qt-core/metadata.xml @@ -7,10 +7,6 @@ Add support for exceptions - like catching them inside the event loop (recommended by Nokia) Enable dev-libs/glib eventloop support - Enable qmake optimization - Install the private header files required - by some QtCreator plugins - Build a window system agnostic implementation of Qt Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. diff --git a/x11-libs/qt-dbus/metadata.xml b/x11-libs/qt-dbus/metadata.xml index 1698ebe6b82e..93e5fd3f1e69 100644 --- a/x11-libs/qt-dbus/metadata.xml +++ b/x11-libs/qt-dbus/metadata.xml @@ -6,7 +6,6 @@ Build Qt using the C++11 standard Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Build a window system agnostic implementation of Qt https://bugreports.qt-project.org/ diff --git a/x11-libs/qt-declarative/metadata.xml b/x11-libs/qt-declarative/metadata.xml index d9102fa554c7..da493d03e67c 100644 --- a/x11-libs/qt-declarative/metadata.xml +++ b/x11-libs/qt-declarative/metadata.xml @@ -6,9 +6,6 @@ Build Qt using the C++11 standard Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Install the private header files required - by some QtCreator plugins - Build a window system agnostic implementation of Qt Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. Build the WebView QML component diff --git a/x11-libs/qt-demo/metadata.xml b/x11-libs/qt-demo/metadata.xml index 2c71d0801e9e..e7b551b15594 100644 --- a/x11-libs/qt-demo/metadata.xml +++ b/x11-libs/qt-demo/metadata.xml @@ -11,7 +11,6 @@ Build QtMultimedia examples and demos Build QtOpenGL examples and demos Build QtOpenVG examples and demos - Build a window system agnostic implementation of Qt Build Qt3Support examples and demos Build QtWebKit examples and demos Build QtXmlPatterns examples and demos diff --git a/x11-libs/qt-gui/metadata.xml b/x11-libs/qt-gui/metadata.xml index 3bc889dacf06..66d14b70e816 100644 --- a/x11-libs/qt-gui/metadata.xml +++ b/x11-libs/qt-gui/metadata.xml @@ -11,13 +11,8 @@ Enable dev-libs/glib eventloop support Build a Qt style called GTK+ that mimics the active GTK+ theme - Install the private header files required - by some QtCreator plugins - Build a window system agnostic implementation of Qt Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. - Use the alternative 'raster' graphicssystem as default - rendering engine Build the 'trace' graphicssystem engine which allows to record all drawing operations into a trace buffer. Later it can be replayed diff --git a/x11-libs/qt-multimedia/metadata.xml b/x11-libs/qt-multimedia/metadata.xml index 1698ebe6b82e..93e5fd3f1e69 100644 --- a/x11-libs/qt-multimedia/metadata.xml +++ b/x11-libs/qt-multimedia/metadata.xml @@ -6,7 +6,6 @@ Build Qt using the C++11 standard Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Build a window system agnostic implementation of Qt https://bugreports.qt-project.org/ diff --git a/x11-libs/qt-opengl/metadata.xml b/x11-libs/qt-opengl/metadata.xml index e6b34068d7df..6fb8805f1644 100644 --- a/x11-libs/qt-opengl/metadata.xml +++ b/x11-libs/qt-opengl/metadata.xml @@ -8,7 +8,6 @@ contexts on the desktop Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Build a window system agnostic implementation of Qt Enable the Qt3Support libraries for Qt4 diff --git a/x11-libs/qt-openvg/metadata.xml b/x11-libs/qt-openvg/metadata.xml index 13460111165d..472a8cbc7148 100644 --- a/x11-libs/qt-openvg/metadata.xml +++ b/x11-libs/qt-openvg/metadata.xml @@ -5,7 +5,6 @@ Build Qt using the C++11 standard Build with support for exceptions - Build a window system agnostic implementation of Qt Enable the Qt3Support libraries for Qt4 diff --git a/x11-libs/qt-phonon/metadata.xml b/x11-libs/qt-phonon/metadata.xml index 5bab3ea45749..8f9551c3d809 100644 --- a/x11-libs/qt-phonon/metadata.xml +++ b/x11-libs/qt-phonon/metadata.xml @@ -6,7 +6,6 @@ Build Qt using the C++11 standard Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Build a window system agnostic implementation of Qt Enable the Qt3Support libraries for Qt4. Note that this does not mean you can compile pure Qt3 programs with Qt4. diff --git a/x11-libs/qt-qt3support/metadata.xml b/x11-libs/qt-qt3support/metadata.xml index d4be10443c7a..782c1341ff99 100644 --- a/x11-libs/qt-qt3support/metadata.xml +++ b/x11-libs/qt-qt3support/metadata.xml @@ -6,8 +6,6 @@ Build Qt using the C++11 standard Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Enable phonon configuration dialog in qtconfig - Build a window system agnostic implementation of Qt https://bugreports.qt-project.org/ diff --git a/x11-libs/qt-script/metadata.xml b/x11-libs/qt-script/metadata.xml index 5bc573cc1298..93e5fd3f1e69 100644 --- a/x11-libs/qt-script/metadata.xml +++ b/x11-libs/qt-script/metadata.xml @@ -6,9 +6,6 @@ Build Qt using the C++11 standard Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Install the private header files required - by some QtCreator plugins - Build a window system agnostic implementation of Qt https://bugreports.qt-project.org/ diff --git a/x11-libs/qt-sql/metadata.xml b/x11-libs/qt-sql/metadata.xml index b8c91deee2de..ef71de9072e7 100644 --- a/x11-libs/qt-sql/metadata.xml +++ b/x11-libs/qt-sql/metadata.xml @@ -6,7 +6,6 @@ Build Qt using the C++11 standard Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Build a window system agnostic implementation of Qt Enable the Qt3Support libraries for Qt4 diff --git a/x11-libs/qt-svg/metadata.xml b/x11-libs/qt-svg/metadata.xml index 1698ebe6b82e..93e5fd3f1e69 100644 --- a/x11-libs/qt-svg/metadata.xml +++ b/x11-libs/qt-svg/metadata.xml @@ -6,7 +6,6 @@ Build Qt using the C++11 standard Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Build a window system agnostic implementation of Qt https://bugreports.qt-project.org/ diff --git a/x11-libs/qt-test/metadata.xml b/x11-libs/qt-test/metadata.xml index 1698ebe6b82e..93e5fd3f1e69 100644 --- a/x11-libs/qt-test/metadata.xml +++ b/x11-libs/qt-test/metadata.xml @@ -6,7 +6,6 @@ Build Qt using the C++11 standard Add support for exceptions - like catching them inside the event loop (recommended by Nokia) - Build a window system agnostic implementation of Qt https://bugreports.qt-project.org/ diff --git a/x11-libs/qt-webkit/metadata.xml b/x11-libs/qt-webkit/metadata.xml index 526b2de4f052..62d0753a9cf2 100644 --- a/x11-libs/qt-webkit/metadata.xml +++ b/x11-libs/qt-webkit/metadata.xml @@ -6,8 +6,6 @@ Add support for exceptions - like catching them inside the event loop (recommended by Nokia) Enable HTML5 audio/video support via media-libs/gstreamer - Select media-libs/phonon as Phonon variant (needed for KDE) - Build a window system agnostic implementation of Qt https://bugreports.qt-project.org/ diff --git a/x11-libs/qt-xmlpatterns/metadata.xml b/x11-libs/qt-xmlpatterns/metadata.xml index bcfbe03ac142..ea23dae891b1 100644 --- a/x11-libs/qt-xmlpatterns/metadata.xml +++ b/x11-libs/qt-xmlpatterns/metadata.xml @@ -4,7 +4,6 @@ qt Build Qt using the C++11 standard - Build a window system agnostic implementation of Qt https://bugreports.qt-project.org/ diff --git a/x11-libs/qtscriptgenerator/Manifest b/x11-libs/qtscriptgenerator/Manifest index f6bbee460db2..7815b87fcc53 100644 --- a/x11-libs/qtscriptgenerator/Manifest +++ b/x11-libs/qtscriptgenerator/Manifest @@ -1 +1 @@ -DIST qtscriptgenerator-src-0.2.0.tar.gz 379776 RMD160 01c8ce3b4c8e9ebb3bc3c2d7b319846f34baee04 SHA1 4c1078f26b196156e857c17c9d11a66cfea66f00 SHA256 895feb274470b9272264c7a141e5bd7f90c92e95d37f346f5f95a352541c8e69 +DIST qtscriptgenerator-src-0.2.0.tar.gz 379776 SHA256 895feb274470b9272264c7a141e5bd7f90c92e95d37f346f5f95a352541c8e69 SHA512 54b91562d275b634b50ae8f6ae024cf738605efadeb3085527087ebdc8b6b86559088972ab5dafb7ff1ede6d18dc135f935ac1fb307a17ea1975b4f7629cc0fa WHIRLPOOL 7d52a0f88b89f1a374a175b946ef304752c1ced67fa4123f1dd87da35160221c4495834a4012d05a2f8628344b1a58e39ad46e697a16ca358de07406b9db27ec diff --git a/x11-libs/qtscriptgenerator/files/qtscriptgenerator-0.2.0-arm.patch b/x11-libs/qtscriptgenerator/files/qtscriptgenerator-0.2.0-arm.patch new file mode 100644 index 000000000000..6305c9ad2a27 --- /dev/null +++ b/x11-libs/qtscriptgenerator/files/qtscriptgenerator-0.2.0-arm.patch @@ -0,0 +1,41 @@ +diff -Nru qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core-common.xml qtscriptgenerator-src-0.2.0/generator/typesystem_core-common.xml +--- qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core-common.xml 2012-01-23 12:30:03.000000000 +0100 ++++ qtscriptgenerator-src-0.2.0/generator/typesystem_core-common.xml 2012-03-08 05:36:14.342528441 +0100 +@@ -921,6 +921,7 @@ + + + ++ + + + +diff -Nru qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core-qtscript.xml qtscriptgenerator-src-0.2.0/generator/typesystem_core-qtscript.xml +--- qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core-qtscript.xml 2012-01-23 12:30:03.000000000 +0100 ++++ qtscriptgenerator-src-0.2.0/generator/typesystem_core-qtscript.xml 2012-03-08 05:41:37.492524499 +0100 +@@ -1447,6 +1447,7 @@ + + + ++ + + + +diff -Nru qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core.xml qtscriptgenerator-src-0.2.0/generator/typesystem_core.xml +--- qtscriptgenerator-src-0.2.0.orig/generator/typesystem_core.xml 2012-01-23 12:30:03.000000000 +0100 ++++ qtscriptgenerator-src-0.2.0/generator/typesystem_core.xml 2012-03-08 05:39:53.932524942 +0100 +@@ -1388,14 +1388,12 @@ + + + +- +- +- + + + + + ++ + + + diff --git a/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild b/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild index 5102199896c7..15dfc8688f45 100644 --- a/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild +++ b/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v 1.4 2012/06/07 21:19:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qtscriptgenerator/qtscriptgenerator-0.2.0.ebuild,v 1.5 2012/12/30 14:04:37 kensington Exp $ EAPI=4 MY_PN="${PN}-src" MY_P="${MY_PN}-${PV}" -inherit multilib qt4-r2 +inherit eutils multilib qt4-r2 DESCRIPTION="Tool for generating Qt bindings for Qt Script" HOMEPAGE="http://code.google.com/p/qtscriptgenerator/" @@ -44,6 +44,8 @@ src_prepare() { sed -i "/typesystem_phonon.xml/d" generator/generator.qrc || die "sed failed" sed -i "/qtscript_phonon/d" qtbindings/qtbindings.pro || die "sed failed" + use arm && epatch "${FILESDIR}"/${P}-arm.patch + qt4-r2_src_prepare } diff --git a/x11-misc/shared-mime-info/Manifest b/x11-misc/shared-mime-info/Manifest index 56c015e1b7dc..990047fc6921 100644 --- a/x11-misc/shared-mime-info/Manifest +++ b/x11-misc/shared-mime-info/Manifest @@ -1 +1 @@ -DIST shared-mime-info-1.0.tar.xz 496700 RMD160 90822c930799694cdb9753d2d63fdcee72e2d535 SHA1 146dbad62f5450116b0353f88bb8e700f0034013 SHA256 d2e830e5aae213dd906e64495e9618cc4ef40d7b249e0971a190b04d5802ae8f +DIST shared-mime-info-1.0.tar.xz 496700 SHA256 d2e830e5aae213dd906e64495e9618cc4ef40d7b249e0971a190b04d5802ae8f diff --git a/x11-misc/shared-mime-info/shared-mime-info-1.0.ebuild b/x11-misc/shared-mime-info/shared-mime-info-1.0.ebuild index a6adf3f5c690..b681fe9f8ab5 100644 --- a/x11-misc/shared-mime-info/shared-mime-info-1.0.ebuild +++ b/x11-misc/shared-mime-info/shared-mime-info-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.0.ebuild,v 1.9 2012/05/13 15:16:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-1.0.ebuild,v 1.10 2012/12/30 18:29:12 armin76 Exp $ EAPI=4 inherit fdo-mime @@ -11,7 +11,7 @@ SRC_URI="http://people.freedesktop.org/~hadess/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND=">=dev-libs/glib-2 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.7.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.7.ebuild index a56fe4d17f7a..be75e97e6e1f 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.7.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.7.ebuild,v 1.8 2012/12/28 17:44:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeyboard-config/xkeyboard-config-2.7.ebuild,v 1.9 2012/12/30 14:55:33 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ DESCRIPTION="X keyboard configuration database" HOMEPAGE="http://www.freedesktop.org/wiki/Software/XKeyboardConfig" [[ ${PV} == *9999* ]] || SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/data/${PN}/${P}.tar.bz2" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" LICENSE="MIT" diff --git a/x11-proto/dri2proto/dri2proto-2.8.ebuild b/x11-proto/dri2proto/dri2proto-2.8.ebuild index dab6ee9c5284..ee155b6bbf86 100644 --- a/x11-proto/dri2proto/dri2proto-2.8.ebuild +++ b/x11-proto/dri2proto/dri2proto-2.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/dri2proto/dri2proto-2.8.ebuild,v 1.8 2012/12/28 17:45:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/dri2proto/dri2proto-2.8.ebuild,v 1.9 2012/12/30 14:55:53 ago Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org DRI2 protocol headers" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" diff --git a/x11-proto/randrproto/randrproto-1.4.0.ebuild b/x11-proto/randrproto/randrproto-1.4.0.ebuild index 1716e2f79abe..ccaac6f5d50d 100644 --- a/x11-proto/randrproto/randrproto-1.4.0.ebuild +++ b/x11-proto/randrproto/randrproto-1.4.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.4.0.ebuild,v 1.8 2012/12/28 17:45:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.4.0.ebuild,v 1.9 2012/12/30 14:56:13 ago Exp $ EAPI=4 inherit xorg-2 DESCRIPTION="X.Org Randr protocol headers" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="" RDEPEND="" diff --git a/x11-proto/xcb-proto/xcb-proto-1.8.ebuild b/x11-proto/xcb-proto/xcb-proto-1.8.ebuild index dfeffd9fe4ee..219026448046 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.8.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.8 2012/12/28 17:45:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8.ebuild,v 1.9 2012/12/30 14:56:35 ago Exp $ EAPI=4 PYTHON_DEPEND="*" @@ -13,7 +13,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto" [[ ${PV} != 9999* ]] && \ SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" diff --git a/x11-terms/xterm/xterm-285.ebuild b/x11-terms/xterm/xterm-285.ebuild index b5eb25362c53..80675991418e 100644 --- a/x11-terms/xterm/xterm-285.ebuild +++ b/x11-terms/xterm/xterm-285.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-285.ebuild,v 1.8 2012/12/28 17:46:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/xterm-285.ebuild,v 1.9 2012/12/30 14:56:59 ago Exp $ EAPI=4 inherit eutils multilib @@ -11,7 +11,7 @@ SRC_URI="ftp://invisible-island.net/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="toolbar truetype unicode Xaw3d" COMMON_DEPEND="kernel_linux? ( sys-libs/libutempter )