Sync with portage [Fri Dec 12 10:11:32 MSK 2014].

mhiretskiy
root 10 years ago
parent 2e29a81ce4
commit 7708453233

@ -1,3 +1 @@
DIST speech-dispatcher-0.7.1.tar.gz 1144818 SHA256 a8a9cf299447df4645d36c649977e007a3050ccaecb7f77e2165001ec5794a51 SHA512 a2d5c68a729967b5c93e52793f1b7f5173ad5069f2970e8ea7e8df267f73b9b3930e22ef1ec91fce87d82b94aaaf1c847d19d8ccc837de843e3a3e308fb0b352 WHIRLPOOL aa39e1eca1a7e05cbe9908707d26cc5a26e85f688d0cdf0518fdc067f843f127adf5e9d0d176aed25fe0dcaa30b55c4a59d1671531d5ae7f441eb26d436aa887
DIST speech-dispatcher-0.8.1.tar.gz 1309969 SHA256 d25727239bbee4ee7881dd5e23e4da64a184b2ff3c8c9830088a671fb23b7757 SHA512 35f1ae547001a45d7945406ae5672829ff9ab6ac3f0cccb9eb3670dd92888a63c7cc4270ee90b5a166e6788afe3b117b5c3ef62c41a9df9f9af94dc4e0948fe8 WHIRLPOOL 945ef7ab1d771dc1e3727f223cfadfd309db03813f11fe995c0f4caf3a6f24bc9abc18e1f2f342b072bcd5fd0d626dae315f1fd0228d4172e051a2aba1255092
DIST speech-dispatcher-0.8.tar.gz 1229312 SHA256 0a6ce544cfbac8592a8ea08e3ab24c389153904ea51c6fd68756cea52de9efa2 SHA512 57452dd7a436714fbfc75d2d78b65179213cd1032173181865f82a4bb4b33f9dc9b39bc5e39422589447613593dfb1baf058fd67350e116c28955c9627120441 WHIRLPOOL 0a40ee6d8c9e3b7a192d76bd6e968ea9293c0bf2d233dc7d6ef5a95b5491b3a3d503872663c6bba0eb97fb15abb47fec741eb5278b1d5bbdc0bfc125253abb48

@ -1,29 +0,0 @@
src/audio/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/audio/Makefile.am b/src/audio/Makefile.am
index 3b596f6..ec23c9f 100644
--- a/src/audio/Makefile.am
+++ b/src/audio/Makefile.am
@@ -11,7 +11,7 @@ endif
if pulse_support
PULSE_FLAGS = -DWITH_PULSE
-PULSE_LIBS = -lpulse-simple
+PULSE_LIBS = -lpulse-simple -lpulse
endif
if alsa_support
@@ -31,7 +31,8 @@ endif
EXTRA_DIST = alsa.c libao.c oss.c nas.c pulse.c
AM_CFLAGS = $(am_cflags) $(NAS_FLAGS) $(PULSE_FLAGS) $(ALSA_FLAGS) $(LIBAO_FLAGS) $(LIBOSS_FLAGS)
-libsdaudio_la_LDFLAGS = -version-info @LIB_SDAUDIO_CURRENT@:@LIB_SDAUDIO_REVISION@:@LIB_SDAUDIO_AGE@ -lpthread $(NAS_LIBS) $(PULSE_LIBS) $(ALSA_LIBS) $(LIBAO_LIBS)
+libsdaudio_la_LDFLAGS = -version-info @LIB_SDAUDIO_CURRENT@:@LIB_SDAUDIO_REVISION@:@LIB_SDAUDIO_AGE@
+libsdaudio_la_LIBADD = -lpthread $(NAS_LIBS) $(PULSE_LIBS) $(ALSA_LIBS) $(LIBAO_LIBS)
spdlib_LTLIBRARIES = libsdaudio.la
src/audio/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

@ -1,13 +0,0 @@
Index: speech-dispatcher/src/c/api/Makefile.am
===================================================================
--- speech-dispatcher.orig/src/c/api/Makefile.am 2010-10-01 20:17:24.000000000 +0200
+++ speech-dispatcher/src/c/api/Makefile.am 2010-10-01 20:17:26.000000000 +0200
@@ -8,6 +8,6 @@
libspeechd_la_SOURCES = libspeechd.c
libspeechd_la_HEADERS = libspeechd.h
libspeechd_ladir = $(includedir)
-libspeechd_la_LDFLAGS = -version-info @LIB_SPD_CURRENT@:@LIB_SPD_REVISION@:@LIB_SPD_AGE@ -lpthread
-libspeechd_la_LIBADD = @glib_libs@
+libspeechd_la_LDFLAGS = -version-info @LIB_SPD_CURRENT@:@LIB_SPD_REVISION@:@LIB_SPD_AGE@
+libspeechd_la_LIBADD = @glib_libs@ -lpthread

@ -1,123 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r1.ebuild,v 1.11 2013/01/01 11:33:27 ago Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit autotools python
DESCRIPTION="speech-dispatcher speech synthesis interface"
HOMEPAGE="http://www.freebsoft.org/speechd"
SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="alsa ao +espeak flite nas pulseaudio python"
RDEPEND="dev-libs/dotconf
>=dev-libs/glib-2
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
espeak? ( app-accessibility/espeak )
flite? ( app-accessibility/flite )
nas? ( media-libs/nas )
pulseaudio? ( media-sound/pulseaudio )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
pkg_setup() {
use python && python_pkg_setup
}
src_prepare() {
# Disable byte-compilation of Python modules.
echo "#!/bin/sh" > py-compile
# Python bindings are built/installed manually.
sed -e "/SUBDIRS += python/d" -i src/Makefile.am
eautoreconf
}
src_configure() {
econf \
$(use_enable python) \
$(use_with alsa) \
$(use_with ao libao) \
$(use_with espeak) \
$(use_with flite) \
$(use_with pulseaudio pulse) \
$(use_with nas)
}
src_compile() {
emake all || die
if use python; then
python_copy_sources src/python
building() {
emake \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)"
}
python_execute_function -s --source-dir src/python building
fi
}
src_install() {
emake DESTDIR="${D}" install || die
if use python; then
installation() {
emake \
DESTDIR="${D}" \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)" \
install
}
python_execute_function -s --source-dir src/python installation
fi
dodoc AUTHORS NEWS TODO
local f
for f in clibrary clibrary2 connection_recovery long_message run_test; do
rm "${D}"/usr/bin/${f}
done
}
pkg_postinst() {
use python && python_mod_optimize speechd speechd_config
local editconfig="n"
if ! use espeak; then
ewarn "You have disabled espeak, which is speech-dispatcher's"
ewarn "default speech synthesizer."
ewarn
editconfig="y"
fi
if ! use pulseaudio; then
ewarn "You have disabled pulseaudio support."
ewarn "pulseaudio is speech-dispatcher's default audio subsystem."
ewarn
editconfig="y"
fi
if [[ "${editconfig}" == "y" ]]; then
ewarn "You must edit ${EROOT}etc/speech-dispatcher/speechd.conf"
ewarn "and make sure the settings there match your system."
ewarn
fi
ewarn "This version does not include a system wide startup script"
ewarn "since it is not intended to be run in system-wide mode."
ewarn
elog "For festival support, you need to"
elog "install app-accessibility/festival-freebsoft-utils."
}
pkg_postrm() {
use python && python_mod_cleanup speechd speechd_config
}

@ -1,123 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild,v 1.5 2014/03/31 20:26:38 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
AUTOTOOLS_AUTORECONF=true
inherit autotools-utils python-r1
DESCRIPTION="Speech synthesis interface"
HOMEPAGE="http://www.freebsoft.org/speechd"
SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-libs/dotconf
>=dev-libs/glib-2
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
espeak? ( app-accessibility/espeak )
flite? ( app-accessibility/flite )
nas? ( media-libs/nas )
pulseaudio? ( media-sound/pulseaudio )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-pthread.patch
"${FILESDIR}"/${P}-gold.patch
)
src_prepare() {
# Python bindings are built/installed manually.
sed -e "/SUBDIRS += python/d" -i src/Makefile.am || die
autotools-utils_src_prepare
}
src_configure() {
local myeconfargs=(
$(use_enable python)
$(use_with alsa)
$(use_with ao libao)
$(use_with espeak)
$(use_with flite)
$(use_with pulseaudio pulse)
$(use_with nas)
)
autotools-utils_src_configure
}
src_compile() {
use python && python_copy_sources
autotools-utils_src_compile all
if use python; then
building() {
cd src/python || die
emake \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)"
}
python_foreach_impl run_in_build_dir building
fi
}
src_install() {
autotools-utils_src_install
if use python; then
installation() {
cd src/python || die
emake \
DESTDIR="${D}" \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)" \
install
}
python_foreach_impl run_in_build_dir installation
python_replicate_script "${ED}"/usr/bin/spd-conf
fi
local f
for f in clibrary clibrary2 connection_recovery long_message run_test; do
rm "${ED}"/usr/bin/${f} || die
done
}
pkg_postinst() {
local editconfig="n"
if ! use espeak; then
ewarn "You have disabled espeak, which is speech-dispatcher's"
ewarn "default speech synthesizer."
ewarn
editconfig="y"
fi
if ! use pulseaudio; then
ewarn "You have disabled pulseaudio support."
ewarn "pulseaudio is speech-dispatcher's default audio subsystem."
ewarn
editconfig="y"
fi
if [[ "${editconfig}" == "y" ]]; then
ewarn "You must edit ${EROOT}etc/speech-dispatcher/speechd.conf"
ewarn "and make sure the settings there match your system."
ewarn
fi
ewarn "This version does not include a system wide startup script"
ewarn "since it is not intended to be run in system-wide mode."
ewarn
elog "For festival support, you need to"
elog "install app-accessibility/festival-freebsoft-utils."
}

@ -1,109 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.16 2014/12/05 20:46:00 teiresias Exp $
EAPI=5
PYTHON_COMPAT=( python{3_3,3_4} )
inherit eutils python-r1
DESCRIPTION="Speech synthesis interface"
HOMEPAGE="http://www.freebsoft.org/speechd"
SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
COMMON_DEPEND="python? ( ${PYTHON_DEPS} )
>=dev-libs/dotconf-1.3
>=dev-libs/glib-2.28:2
>=media-libs/libsndfile-1.0.2
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
espeak? ( app-accessibility/espeak )
flite? ( app-accessibility/flite )
nas? ( media-libs/nas )
pulseaudio? ( media-sound/pulseaudio )"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40.0
virtual/pkgconfig"
RDEPEND="${COMMON_DEPEND}
dev-python/pyxdg"
src_configure() {
local myeconfargs=(
--disable-python
$(use_enable static-libs static)
$(use_with alsa)
$(use_with ao libao)
$(use_with espeak)
$(use_with flite)
$(use_with pulseaudio pulse)
$(use_with nas)
)
econf ${myeconfargs[@]}
}
src_compile() {
use python && python_copy_sources
emake
if use python; then
building() {
cd src/api/python || die
emake \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)"
}
python_foreach_impl run_in_build_dir building
fi
}
src_install() {
emake DESTDIR="${D}" install
dodoc ANNOUNCE AUTHORS BUGS ChangeLog FAQ NEWS README*
prune_libtool_files --all
if use python; then
installation() {
cd src/api/python || die
emake \
DESTDIR="${D}" \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)" \
install
}
python_foreach_impl run_in_build_dir installation
python_replicate_script "${ED}"/usr/bin/spd-conf
fi
}
pkg_postinst() {
local editconfig="n"
if ! use espeak; then
ewarn "You have disabled espeak, which is speech-dispatcher's"
ewarn "default speech synthesizer."
ewarn
editconfig="y"
fi
if ! use pulseaudio; then
ewarn "You have disabled pulseaudio support."
ewarn "pulseaudio is speech-dispatcher's default audio subsystem."
ewarn
editconfig="y"
fi
if [[ "${editconfig}" == "y" ]]; then
ewarn "You must edit ${EROOT}etc/speech-dispatcher/speechd.conf"
ewarn "and make sure the settings there match your system."
ewarn
fi
elog "For festival support, you need to"
elog "install app-accessibility/festival-freebsoft-utils."
}

@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/cpdf/cpdf-2.1.1.ebuild,v 1.3 2014/12/08 16:17:00 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/cpdf/cpdf-2.1.1.ebuild,v 1.4 2014/12/12 02:58:54 radhermit Exp $
EAPI=5
inherit findlib
DESCRIPTION="PDF command line tools"
DESCRIPTION="A command line tool for manipulating PDF files"
HOMEPAGE="http://community.coherentpdf.com/ https://github.com/johnwhitington/cpdf-source/"
SRC_URI="https://github.com/johnwhitington/cpdf-source/archive/v${PV}.tar.gz -> ${P}.tar.gz"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-tls/http-client-tls-0.2.0.0.ebuild,v 1.1 2013/12/11 06:08:04 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-tls/http-client-tls-0.2.0.0.ebuild,v 1.2 2014/12/11 19:43:07 mjo Exp $
EAPI=5
@ -30,3 +30,6 @@ DEPEND="${RDEPEND}
test? ( dev-haskell/hspec
dev-haskell/http-types )
"
# The only test in the suite requires internet access.
RESTRICT="test"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-tls/http-client-tls-0.2.1.1.ebuild,v 1.1 2014/03/09 12:47:02 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-tls/http-client-tls-0.2.1.1.ebuild,v 1.2 2014/12/11 19:43:07 mjo Exp $
EAPI=5
@ -30,3 +30,6 @@ DEPEND="${RDEPEND}
test? ( dev-haskell/hspec
dev-haskell/http-types )
"
# The only test in the suite requires internet access.
RESTRICT="test"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-tls/http-client-tls-0.2.1.2.ebuild,v 1.1 2014/07/02 10:42:28 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-client-tls/http-client-tls-0.2.1.2.ebuild,v 1.2 2014/12/11 19:43:07 mjo Exp $
EAPI=5
@ -30,3 +30,6 @@ DEPEND="${RDEPEND}
test? ( dev-haskell/hspec
dev-haskell/http-types )
"
# The only test in the suite requires internet access.
RESTRICT="test"

@ -1,2 +1,3 @@
DIST inform-6.31.1.tar.gz 1947301 SHA256 4b28086a37c549f9113c8890dc1f057690e77a6dc62340bfc1343e8206ca3595 SHA512 7579aca3b32f32d4c0269117e662be7e637504433cfe41b4c40879462d60bb384fe592773ebf489b0f6556220a88c301f4cd90d5c794213d69884bf366be51b3 WHIRLPOOL f6562845db22c0ae6ce933b231ad5eea37f0bcab41364af0cbdb3e0180da2cf9deea43969e4f0521c0ddeebb9cd12e975ae8a54c924eaf41ad9eab9662709a24
DIST inform-6.32.1.tar.gz 1954726 SHA256 d0526771968e6bdd79dbb09fce729ace3e18a34548b1de7e7095c5759e8f1205 SHA512 3df90a390bf2245123aa765d94a311c766c8b141aa63e9d294cc3cab394ea5bb52052a820f644195e77c721eb479472e6d7263340f69f44824967a595e20e00c WHIRLPOOL c641d8267d9a95f523ca251d7da8ced49c3bf6e61007dd358b72c1b98fc8542b23e3be3ec05c181dcdc69c6ae5976172d7e4c53906e3d2b86a61887f99923a79
DIST inform-6.33.1-b2.tar.gz 1822648 SHA256 5e260d5114507b8294ab74f2dac35d5681fa294629a842d57811d04fa5833f8c SHA512 12cc10b7dae4118600a4d19d0aa44c3a7c93dfc8aa17bd56df7b9237f21df0ae99db6840eefaa5b11ff346369c6f6f2f128167b3479c8f540c29e3e36666c368 WHIRLPOOL e96bae2f9570ef91aacfd72ff26102f02d7b3bbcca4b345bb67c37627accfbebcac09e4cf05642a1b1832cb2f3369b32f193ad4d36c1ac1dc1de00fa578f9915

@ -0,0 +1,26 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/inform/inform-6.33.1_p2.ebuild,v 1.1 2014/12/12 03:30:47 mr_bones_ Exp $
EAPI=5
MY_P=${P/_p/-b}
DESCRIPTION="design system for interactive fiction"
HOMEPAGE="http://www.inform-fiction.org/"
SRC_URI="http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/source/${MY_P}.tar.gz"
LICENSE="Artistic-2 Inform"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="emacs"
PDEPEND="emacs? ( app-emacs/inform-mode )"
S=${WORKDIR}/${MY_P}
src_install() {
default
dodoc VERSION
docinto tutorial
dodoc tutor/README tutor/*.inf
mv "${ED}"/usr/share/${PN}/manual "${ED}"/usr/share/doc/${PF}/html
rmdir "${ED}"/usr/share/inform/{include,module}
}

@ -1,4 +1,2 @@
DIST tinyxml2-1.0.9_p20121123.tar.bz2 91204 SHA256 894b6b1136c86cc98bff77892ca077726b470432e871ca8c8c605177047272ea SHA512 054342b51141771c7611ae5aeb6ea332c42dff603aa6747f802d02bd010cad4b5c84fadf976576d2a604f1cccc7afe95ff23682a98c9294b032c94aa48b09aaf WHIRLPOOL 9aa505e7794b1fe1919b185d2080e63f3b01f44d2daeba94b7da6701f4931ec9188c0f92c9db9c6e8ac02772ef85f582b3a5d64227fd7b353da0a258c8a72eb7
DIST tinyxml2-2.0.2.tar.gz 451010 SHA256 3cc3aa09cd1ce77736f23488c7cb24e65e11daed4e870ddc8d352aa4070c7c74 SHA512 409cb0bfb8f5d583fd7b890d98347b5ff0ac4f0b4c6bee1294e24b799cc640e0225f4ab6a0b11df5eb310341462e5c75c169709628b28e32067ec57d61ce240c WHIRLPOOL 12d40a43819ed8e87e8e585aba866013532e3baf891da7829f3af630b31d29ab4cd1631ba628fca3563834f6cbef85bd8211cc3c8bf704ece5a3197256d45948
DIST tinyxml2-2.1.0.tar.gz 454717 SHA256 4bdd6569fdce00460bf9cda0ff5dcff46d342b4595900d849cc46a277a74cce6 SHA512 3536ea7284cf4de8cfd9c76299114bdde9e3a26283e5fd6b8df790b6ebe322743ebc71545c5cbba51b537c1213f7c6bb08e22451bedaafddc2dc32b6d9295404 WHIRLPOOL 8fcaf3cd7fa646dacf4f288b9e0d8b6ed437291071865763a2fa1add14955f0a8a9f4fc1bf83b518d5690d995be44cb1c9de4753c55fd2ca4139c8dc668e1fac
DIST tinyxml2-2.2.0.tar.gz 455226 SHA256 f891224f32e7a06bf279290619cec80cc8ddc335c13696872195ffb87f5bce67 SHA512 e06edb46f96dcc58cf16c8fef91dd072c9bd6dd296bb9ba3e082db059438f5f31e0689015deee7f1c390788d9bd0e64b6f5c0235c9d2839419ee2ab1784f53c4 WHIRLPOOL 6310e1492b180cc1a74f856dbf78897c5db7777d44ffd5ef785f85fb87a91462479a9da006d93ad7157763416863ed623b14cfc8d99f35494335de7252cda754

@ -1,33 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/tinyxml2-2.0.2.ebuild,v 1.1 2014/03/29 00:30:49 radhermit Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="A simple, small, efficient, C++ XML parser"
HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/"
SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0/2"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs test"
PATCHES=(
"${FILESDIR}"/${PN}-1.0.9_p20121123-test.patch
)
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_build static-libs STATIC_LIBS)
$(cmake-utils_use_build test TEST)
)
cmake-utils_src_configure
}
src_test() {
cmake-utils_src_test
./test || die "Tests failed"
}

@ -1,33 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/tinyxml2-2.1.0.ebuild,v 1.1 2014/04/21 08:01:20 radhermit Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="A simple, small, efficient, C++ XML parser"
HOMEPAGE="http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/"
SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0/2"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs test"
PATCHES=(
"${FILESDIR}"/${PN}-1.0.9_p20121123-test.patch
)
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_build static-libs STATIC_LIBS)
$(cmake-utils_use_build test TEST)
)
cmake-utils_src_configure
}
src_test() {
cmake-utils_src_test
./test || die "Tests failed"
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/tinyxml2-2.2.0.ebuild,v 1.1 2014/10/07 06:57:40 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml2/tinyxml2-2.2.0.ebuild,v 1.2 2014/12/12 03:04:05 radhermit Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="https://github.com/leethomason/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="ZLIB"
SLOT="0/2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="static-libs test"
PATCHES=(

@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Tiny/Class-Tiny-1.0.0.ebuild,v 1.1 2014/12/11 23:28:49 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=DAGOLDEN
MODULE_VERSION=1.000
inherit perl-module
DESCRIPTION="Minimalist class construction"
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="Apache-2.0"
IUSE="test"
RDEPEND="
virtual/perl-Carp
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
virtual/perl-Exporter
virtual/perl-File-Spec
virtual/perl-Scalar-List-Utils
>=virtual/perl-Test-Simple-0.960.0
)
"

@ -0,0 +1 @@
DIST Class-Tiny-1.000.tar.gz 25674 SHA256 625d874db1608bd317b52b482d5b94a35812499948b8cba109d402e91748944a SHA512 e008d7db4086259850e0e02bb4b2dc2786fc1078e2c3c599a03f94a445169b7d15dd3d27721a52a6c47b16c9d066d9c15c16d68c4a83f0b25a512b407704ff6c WHIRLPOOL a3eb1eb7e95cfab5285aa0e85860e4125b974350b56a1accd682f21a3e3f93580c04341fc7dd507b669a7bb06e24bd7913a7541bb54e26c1200d2451246b099d

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
</pkgmetadata>

@ -0,0 +1,31 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-Timeout/IO-Socket-Timeout-0.270.0.ebuild,v 1.2 2014/12/11 23:58:30 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=DAMS
MODULE_VERSION=0.27
inherit perl-module
DESCRIPTION="IO::Socket with read/write timeout"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/PerlIO-via-Timeout-0.280.0
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.36.0
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
virtual/perl-File-Spec
virtual/perl-IO
test? (
virtual/perl-Test-Simple
dev-perl/Test-TCP
)
"
mytargets="install"

@ -0,0 +1 @@
DIST IO-Socket-Timeout-0.27.tar.gz 18399 SHA256 2d5f7d78b0827c0fc3f2d63e22aa6b29a17f6b487e61b10a1e233868de92b529 SHA512 bd8c7e428fbf5e0a1f35a14acd5f3281d6fa7a84f1d6eb4c07712aa3c2601635fc832433f72c5470d60828ac774fc9f148649c0bc1ac20f0d93bab1c487114a9 WHIRLPOOL feca7cd0c3125d9c0515f641588ae0e3abfaede09c1004ffffab00732b2f4d3dd0083f055e2cf144f3d8aab56c8ea18f18a18dba9f35ed26ecddfaef93c2b6fb

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
</pkgmetadata>

@ -0,0 +1 @@
DIST PerlIO-via-Timeout-0.29.tar.gz 13404 SHA256 0f9dc6f540671039c74254f5e081cf55c569820448c9929861e66ab66f93f5ca SHA512 824e99209e8c0ff93b3cff97139f27170a3034c98866a34b9dd80d6a938cfaa8db39ab5dacc20bd87aa94b0411f100b8744ac3f00672049d23d2324430b77f7c WHIRLPOOL ae69a8520862ebb41e2eb8fde96db69ecd8a8386d3a0ab31d6df88cbc4ef189edc7c2d73ae9cce28c6be4a67a1981698a379cde327eeb40824006991a773b9da

@ -0,0 +1,33 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PerlIO-via-Timeout/PerlIO-via-Timeout-0.290.0.ebuild,v 1.2 2014/12/11 23:57:59 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=DAMS
MODULE_VERSION=0.29
inherit perl-module
DESCRIPTION="PerlIO layer that adds read & write timeout to a handle"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=virtual/perl-Exporter-5.570.0
virtual/perl-Scalar-List-Utils
dev-perl/Time-Out
"
DEPEND="
>=dev-perl/Module-Build-Tiny-0.30.0
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
virtual/perl-File-Spec
virtual/perl-IO
test? (
virtual/perl-Test-Simple
dev-perl/Test-TCP
)
"
mytargets="install"

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
</pkgmetadata>

@ -1 +1,2 @@
DIST Redis-1.961.tar.gz 36564 SHA256 782deec57b45d6710dad2cae38299d5079e008a6d60819b62765a81a83262f09 SHA512 8f703bc9e11b4c41df7fb9f686c6bae090d907c026f36bbcead1070be458dd8462e108526db96d1ba28453d30b7b4494e35223d32ae934a678ad571b72d39e78 WHIRLPOOL 85a9c6998b035ea63ef12ceae7e1d8cda5c0a352153377f3abd4e958ec463f04f5a3d674cf504f2e3e36ec6108032fef005e08e7ab2401a0b251a78daa731a72
DIST Redis-1.976.tar.gz 41598 SHA256 4a6d40ab1e825c1ef9dcb944e6b163d6aeef89a65f08f95643fd90f690ae866a SHA512 776ed8b1ce21dbe354c1ab1aa18a3f029899e18d764dece04d261fae029cebda064f29014391d067531befce585b604dac8b833a51db1497a3cef94212009e3b WHIRLPOOL 76fe513a810cdb35d1268994bf6537f02398a2e564052c501b24895188679420b064e0b96befbd3bfc20eba3592b1ceec07eca6781d21b79491a1887fee9bd75

@ -0,0 +1,37 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Redis/Redis-1.976.0.ebuild,v 1.1 2014/12/11 23:59:48 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=DAMS
MODULE_VERSION=1.976
inherit perl-module
DESCRIPTION="Perl binding for Redis database"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/IO-Socket-Timeout-0.220.0
dev-perl/Try-Tiny
"
DEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.36.0
test? (
virtual/perl-Digest-SHA
virtual/perl-File-Spec
virtual/perl-IO
dev-perl/IO-String
virtual/perl-IPC-Cmd
dev-perl/Test-Deep
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.980.0
dev-perl/Test-SharedFork
>=dev-perl/Test-TCP-1.190.0
)
"
mytargets="install"

@ -0,0 +1 @@
DIST Time-Out-0.11.tar.gz 3647 SHA256 9396da698fd452d9ce60d642cda2108f11f20ed76c8961779ae11b897ae815d2 SHA512 707f113bf3d6c607f8e945d0bd89e9b035eebd7df79e3d8f62eea9e344bebfdce7d9165bfaf20c6267e68e3503c673077cec0823a7b2f139c24effd2e6cecd0a WHIRLPOOL d0e107623f04605ad528c9e7ee78b85c17f9eef919f7e3f0742af36af9da10d8a4bf37750c3f94c8792d2bdac23656b16c1c0ef7b6b4b88b51d05575e96e09fa

@ -0,0 +1,20 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Time-Out/Time-Out-0.110.0.ebuild,v 1.1 2014/12/11 23:53:02 dilfridge Exp $
EAPI=5
MODULE_AUTHOR=PATL
MODULE_VERSION=0.11
inherit perl-module
DESCRIPTION="Easily timeout long running operations"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
</pkgmetadata>

@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.16 2014/11/19 20:57:16 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.17 2014/12/11 23:45:56 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_COMPAT=( python2_7 )
# Tests crash with pypy
inherit distutils-r1 eutils flag-o-matic prefix
@ -77,4 +77,5 @@ python_install_all() {
insinto /usr/share/doc/${PF}/tools/pythonpoint
doins -r tools/pythonpoint/demos
fi
distutils-r1_python_install_all
}

@ -2,3 +2,4 @@ DIST coccinelle-1.0.0-rc17.tgz 2991126 SHA256 628d90650d504aa742e12eb371455bad84
DIST coccinelle-1.0.0-rc18.tgz 3120697 SHA256 e5e66b28f7e91226bef00a3795d4f300bdaca1d381a2384b5d855f60cf595c1f SHA512 e25192a0cbb71cb7cbd5f61a4256890a698635a7fba3017496c729d785a07abda4f39432f519662d9d65d506062a81a92df714a74c34e88c61881ef7e4806b37 WHIRLPOOL b1f7ec2cb812193f669e76a61cfc5f9bbac7226f30ca04092ca5199b4d6a705534d361390fe229a3018a95446adbf032f66166ac6d86983f8fee7f14136898e7
DIST coccinelle-1.0.0-rc19.tgz 3151229 SHA256 d2ded0d2777f64e25ba8458e4f70f1e68ae47b394cb310ebbc097dacb75bfbbc SHA512 20d646a67800a1293e3c1f1598e8718d67b17fd6af3526ac0eb525bee16ac919ac77b88b24115a59e321049b8a75bbea762771628b73e222d0f33848c92d69df WHIRLPOOL fe80815ddac5972031eab2914bbfb249b231e08ded41a31c621b7cac9534501e7932a6810ed38819dc785abdeed26591c411fc1cf04da085f65a064aa8162baf
DIST coccinelle-1.0.0-rc22.tgz 2624506 SHA256 004a1a6f35fcf27bf6a63db92e3a3ba64552a4f8e0a41a83352e934eefa6e87a SHA512 99dbd7ab7088c8fc9a08ba81067f7f9ded76b3d6f76a0364a38abf29cd02992143afcc35c6afd71ae4c5ebaf00c1653d0e1b3803ba554bb7b4c6a21777a041c3 WHIRLPOOL dbb96c4e15dafdd56d6c043e3c97157e7492724c65f739dc0d678a5efbdd5163173c071e9c5a92a3d591c129a685feba8ee9d47276e5d636a5eebd0fd363f391
DIST coccinelle-1.0.0-rc23.tgz 2644398 SHA256 572055a5a4b0b1511f99a3d682ba960cf3cf630a963b6028a910303ef2242de3 SHA512 157781065779dfc522c8bad884763feb16918d59379205ebec80e122ba9258c3c9f7bc69f1afca4af73d83d3592801c656e2e7ab37bf8a49e2f5d9a36c3653a8 WHIRLPOOL 801fa92b16e077cdf7324d492db16c89628d8a482a8f2eb61ee2755ab93a71af0c961404838c26fc9ceae6bf355dfad968eaf3703f47084fbc76cb052cc9339f

@ -0,0 +1,132 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/coccinelle/coccinelle-1.0.0_rc23.ebuild,v 1.1 2014/12/12 03:21:45 radhermit Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
inherit multilib eutils python-single-r1 bash-completion-r1 elisp-common autotools
MY_P="${P/_/-}"
DESCRIPTION="Program matching and transformation engine"
HOMEPAGE="http://coccinelle.lip6.fr/"
SRC_URI="http://coccinelle.lip6.fr/distrib/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc emacs ocaml +ocamlopt pcre python test vim-syntax"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
# ocaml enables ocaml scripting (uses findlib)
CDEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?]
dev-ml/sexplib:=
emacs? ( virtual/emacs )
ocaml? ( dev-ml/findlib:= )
pcre? ( dev-ml/pcre-ocaml:= )
python? ( ${PYTHON_DEPS} )"
RDEPEND="${CDEPEND}
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
# dev-texlive/texlive-fontsextra contains 'ifsym.sty'
DEPEND="${CDEPEND}
virtual/pkgconfig
doc? (
virtual/latex-base
dev-texlive/texlive-latexextra
dev-texlive/texlive-fontsextra
)"
REQUIRED_USE="test? ( ocaml python )"
DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt )
S=${WORKDIR}/${MY_P}
SITEFILE=50coccinelle-gentoo.el
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
if use python ; then
# fix python install location
sed -e "s:\$(SHAREDIR)/python:$(python_get_sitedir):" \
-e "s:PYTHON_TARGET:PYTHON_INSTALL_TARGET:" \
-i Makefile || die
fi
sed -i "s:^SHAREDIR=.*:SHAREDIR=/usr/$(get_libdir)/ocaml/${PN}/:" scripts/spatch.sh.in || die
epatch "${FILESDIR}"/${PN}-1.0.0_rc16-findtool.patch
eautoreconf
}
src_configure() {
econf \
$(use_enable python) \
$(use_enable ocaml) \
$(use_enable pcre) \
$(use_enable pcre pcre-syntax)
sed -e "s:^LIBDIR=.*:LIBDIR=/usr/$(get_libdir)/ocaml/stublibs/:" \
-e "s:^SHAREDIR=.*:SHAREDIR=/usr/$(get_libdir)/ocaml/${PN}/:" \
-i Makefile.config || die
}
src_compile() {
emake depend
emake
use ocamlopt && emake opt
if use doc ; then
VARTEXFONTS="${T}"/fonts emake docs
fi
if use emacs ; then
elisp-compile editors/emacs/cocci.el || die
fi
}
src_test() {
source env.sh # needed for built in-place python plugin
./spatch standard.h -parse_c -dir tests/ || die
yes | ./spatch -iso_file standard.iso -macro_file_builtins standard.h -testall || die
if use ocamlopt ; then
./spatch.opt -iso_file standard.iso -macro_file_builtins standard.h -testall || die
fi
}
src_install() {
default
use doc && dodoc docs/manual/*.pdf
newbashcomp scripts/spatch.bash_completion spatch
if use emacs ; then
elisp-install ${PN} editors/emacs/*
elisp-site-file-install "${FILESDIR}"/${SITEFILE}
fi
if use vim-syntax ; then
newdoc editors/vim/README README-vim
rm editors/vim/README || die
insinto /usr/share/vim/vimfiles
doins -r editors/vim/*
fi
use python && python_optimize
export STRIP_MASK='*/coccinelle/spatch'
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2.ebuild,v 1.1 2014/05/04 21:47:04 twitch153 Exp $
# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-4.0.2-r1.ebuild,v 1.1 2014/12/12 01:23:56 twitch153 Exp $
EAPI=5
@ -64,7 +64,7 @@ src_prepare() {
# Remove automatic dependencies to prevent building without flags enabled.
if use !alsa; then
sed -i -e '^/include(FindALSA/d' CMakeLists.txt || die
sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die
fi
if use !ao; then
sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.15 2014/12/07 22:10:22 twitch153 Exp $
# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.16 2014/12/12 01:23:56 twitch153 Exp $
EAPI=5
@ -69,7 +69,7 @@ src_prepare() {
# Remove automatic dependencies to prevent building without flags enabled.
if use !alsa; then
sed -i -e '^/include(FindALSA/d' CMakeLists.txt || die
sed -i -e '/^include(FindALSA/d' CMakeLists.txt || die
fi
if use !ao; then
sed -i -e '/^check_lib(AO/d' CMakeLists.txt || die

@ -1,7 +1,4 @@
DIST libmediainfo_0.7.64.tar.bz2 1017601 SHA256 5a1c14f4e2ed983537e52691c845001392787298f06da639480d871ce447f010 SHA512 4facd131980a6d5608acd2ba78bb9c2bbb430969d50a04a74b06b69f04c79a5b92c33f3a1bb67222b1a887a9d8380321da1b01eacc0adb7ca87fa73715fab985 WHIRLPOOL f0054fe4342c453dfe8534033bda86aabf284da446251b6b9891c1febd5df9ae12478f99416bda2848403d7ee8d0e4e97df3b171578a764b05c36e76154cbd78
DIST libmediainfo_0.7.65.tar.bz2 1030927 SHA256 afda2ab23ff25278c502f6ab2a4adcad96240157953d77555eb425d0aa46cea6 SHA512 63c697f28048d1f545ac721fc8530ddf61a9cc83ad44d9b6020c36f087b1b75af381d33f19dc8e6555a3a599206df51ea44df812ba9383a1057889b68dd8c834 WHIRLPOOL d281f59afb1916799f3f8f296581b00e99c0b7865dc118031fb198974c6981f7a261abe78a14352d1221cadacb8da1b07a9fff00f28dd33d55164946d9375870
DIST libmediainfo_0.7.67.tar.bz2 1051454 SHA256 d5204f5bcb1fb07954ecc59eb639e85975bc3fcc83b77fb47689a558a1e24a74 SHA512 f2842298ac8c64c7e23f4f127d04a4543b16cc0f07c9ac376152f9d3440373cde0ede3ac5c537aa4fe0d34d38ed283d10a726454a8fb0847f80944b1b2cfb426 WHIRLPOOL 9c5fc8f968d4a3492f8baa51071e952e2c7f620cab31ed5d15acf2f7c8b246cb1a559b1f6503730e394af282c9b0dcdd59cc43d61ca53a09df31eef32870cc2c
DIST libmediainfo_0.7.68.tar.bz2 1552520 SHA256 2e4b0b8682aa754d97354aa4a666b1ae402967bf212c66f0c191889f5efcd5a7 SHA512 3e5d2aa187ce42f36c1e26d6c984c8ad9c65f0a4698f36c894246690772236ce6c586a32ee386ac77c3bdbef1301650f92ccd21f09c759ef1f99ceaa7d542c86 WHIRLPOOL fb31340e8080a92f00a52e53d7b4a5cab7a20d62f25538a16ce355ef247e19c7850d012779831c8abd1c83d02096bbe7bb1d21c176f0fef877bcf7b3b3132a60
DIST libmediainfo_0.7.69.tar.bz2 1561026 SHA256 31d320a52ac52b73e9d63a61ef58d4887cec3d0d935d802957306f7c3ec09d04 SHA512 422a3bad4513df1bfdbfbf27fe39fe75af245b98379b820b743452e9b16025b6aa798b93a71f1647b2679d4b73f38997072dfb449e44b9b4510588793d3bf2a3 WHIRLPOOL 1059b1455eca838f5a45c2d170675f511ae7e3989e27125521d22fdbfd879bc079ee735f86ec9f0caf77e13f7fdc82fc4632c42651b9ab0efbb5478afd601d26
DIST libmediainfo_0.7.70.tar.bz2 1612851 SHA256 fcc694aea336392ce0c4a11da700c641357561f25d83f17b8d8224e2474405c5 SHA512 e5d9cb9a4b25eadd68b407b6f2809d1b335341d9281e75eab3fa80a7887d3c0240ef631971ef42e6d59c9248b62285ee46b921345ea409b5f42600061fb7ce47 WHIRLPOOL 7e444f3a5c59e48df5f98a1eb7a5ba13690b1e7d5211fc0bbcf804abd2843b59ec3651940a7259d3d339e15cbd79b2525bdf11b2fbbf4420d881364c126d07cc
DIST libmediainfo_0.7.71.tar.bz2 1627639 SHA256 e2d23c3c40b24e0df9fb79fa72d769e685b1f857a43b84b28cb7b463353e1b21 SHA512 5fa7460e08f83222061a1334de01014d840d5027d4aeee47bb546c438846e03ffa84838086bb89cb55e4373254c3bab8cd4dc83a6a1fdcec1ca4cc4af50f312c WHIRLPOOL c8c721a2b01bb18511a1da8e157303ac168cdefd5fa042dcbccff47465d2ef4a18986c0af895dad960b338f05445a20739be76225693b8ece902cbd80f0d7657

@ -1,79 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmediainfo/libmediainfo-0.7.64.ebuild,v 1.3 2013/09/14 10:03:40 ago Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib
MY_PN="MediaInfo"
DESCRIPTION="MediaInfo libraries"
HOMEPAGE="http://mediaarea.net/mediainfo/"
SRC_URI="mirror://sourceforge/mediainfo/${PN}_${PV}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="curl doc mms static-libs"
RDEPEND="sys-libs/zlib
dev-libs/tinyxml2
>=media-libs/libzen-0.4.28[static-libs=]
curl? ( net-misc/curl )
mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )"
S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
src_prepare() {
sed -i 's:-O2::' configure.ac || die
append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
epatch "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
eautoreconf
}
src_configure() {
econf \
--enable-shared \
--with-libtinyxml2 \
$(use_with curl libcurl) \
$(use_with mms libmms) \
$(use_enable static-libs static) \
$(use_enable static-libs staticlibs)
}
src_compile() {
default
if use doc; then
cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
doxygen Doxyfile || die
fi
}
src_install() {
default
edos2unix ${PN}.pc #414545
insinto /usr/$(get_libdir)/pkgconfig
doins ${PN}.pc
for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag Text Video; do
insinto /usr/include/${MY_PN}/${x}
doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
done
insinto /usr/include/${MY_PN}DLL
doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
if use doc; then
dohtml -r "${WORKDIR}"/${MY_PN}Lib/Doc/*
fi
prune_libtool_files
}

@ -1,79 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmediainfo/libmediainfo-0.7.68.ebuild,v 1.1 2014/04/21 07:49:02 radhermit Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib
MY_PN="MediaInfo"
DESCRIPTION="MediaInfo libraries"
HOMEPAGE="http://mediaarea.net/mediainfo/"
SRC_URI="mirror://sourceforge/mediainfo/${PN}_${PV}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl doc mms static-libs"
RDEPEND="sys-libs/zlib
dev-libs/tinyxml2:=
>=media-libs/libzen-0.4.28[static-libs=]
curl? ( net-misc/curl )
mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )"
S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
src_prepare() {
sed -i 's:-O2::' configure.ac || die
append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
epatch "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
eautoreconf
}
src_configure() {
econf \
--enable-shared \
--with-libtinyxml2 \
$(use_with curl libcurl) \
$(use_with mms libmms) \
$(use_enable static-libs static) \
$(use_enable static-libs staticlibs)
}
src_compile() {
default
if use doc; then
cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
doxygen Doxyfile || die
fi
}
src_install() {
default
edos2unix ${PN}.pc #414545
insinto /usr/$(get_libdir)/pkgconfig
doins ${PN}.pc
for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag Text Video; do
insinto /usr/include/${MY_PN}/${x}
doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
done
insinto /usr/include/${MY_PN}DLL
doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
if use doc; then
dohtml -r "${WORKDIR}"/${MY_PN}Lib/Doc/*
fi
prune_libtool_files
}

@ -1,79 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmediainfo/libmediainfo-0.7.69.ebuild,v 1.1 2014/06/16 05:34:33 radhermit Exp $
EAPI=5
inherit autotools eutils flag-o-matic multilib
MY_PN="MediaInfo"
DESCRIPTION="MediaInfo libraries"
HOMEPAGE="http://mediaarea.net/mediainfo/"
SRC_URI="mirror://sourceforge/mediainfo/${PN}_${PV}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl doc mms static-libs"
RDEPEND="sys-libs/zlib
dev-libs/tinyxml2:=
>=media-libs/libzen-0.4.28[static-libs=]
curl? ( net-misc/curl )
mms? ( >=media-libs/libmms-0.6.1[static-libs=] )"
DEPEND="${RDEPEND}
virtual/pkgconfig
doc? ( app-doc/doxygen )"
S=${WORKDIR}/${MY_PN}Lib/Project/GNU/Library
src_prepare() {
sed -i 's:-O2::' configure.ac || die
append-cppflags -DMEDIAINFO_LIBMMS_DESCRIBE_SUPPORT=0
epatch "${FILESDIR}"/${PN}-0.7.63-pkgconfig.patch
eautoreconf
}
src_configure() {
econf \
--enable-shared \
--with-libtinyxml2 \
$(use_with curl libcurl) \
$(use_with mms libmms) \
$(use_enable static-libs static) \
$(use_enable static-libs staticlibs)
}
src_compile() {
default
if use doc; then
cd "${WORKDIR}"/${MY_PN}Lib/Source/Doc
doxygen Doxyfile || die
fi
}
src_install() {
default
edos2unix ${PN}.pc #414545
insinto /usr/$(get_libdir)/pkgconfig
doins ${PN}.pc
for x in ./ Archive Audio Duplicate Export Image Multiple Reader Tag Text Video; do
insinto /usr/include/${MY_PN}/${x}
doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}/${x}/*.h
done
insinto /usr/include/${MY_PN}DLL
doins "${WORKDIR}"/${MY_PN}Lib/Source/${MY_PN}DLL/*.h
dodoc "${WORKDIR}"/${MY_PN}Lib/*.txt
if use doc; then
dohtml -r "${WORKDIR}"/${MY_PN}Lib/Doc/*
fi
prune_libtool_files
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmediainfo/libmediainfo-0.7.70.ebuild,v 1.1 2014/09/04 14:41:20 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmediainfo/libmediainfo-0.7.70.ebuild,v 1.3 2014/12/12 03:11:31 radhermit Exp $
EAPI=5

@ -1,7 +1,4 @@
DIST mediainfo_0.7.64.tar.bz2 1117894 SHA256 3ae9d9ac977ee56784ccd2bd35a0a3656b3c49429260c03a64e23d0c6b7a17d9 SHA512 38fe6b27924e8e9e60e5e409cd2f3bdf7755ea76037c8401736e5bc8bb003968e2df3e0cc9c77bb46f50d28e87851daae1940774f2347240b950d54104687a57 WHIRLPOOL a90a9391cc1e341b95f0337ee3b115d12be01b34cc93c4804554922d68a8a290f104b2176cb931db9c25f95a2841965dbc97a296a83ef4ff6788945480d61c6f
DIST mediainfo_0.7.65.tar.bz2 2246510 SHA256 f035ae99eb160b1dd3129443574671631302810d71310dc72ceaa8f7a4c7e80d SHA512 6dc37cbecbe347dbe3fd2d1206b347c70a8fd2e8cd061537f015bd7510db94c1c8e84dfe74bafad3e00e2d13545a43509acf262d5db57e041ff3d7577a5d82e8 WHIRLPOOL 40a17113bc70277d9c6886430147d9e0025851b2d0bb9fd8310cc046165ce4b722d436b14e932976bc05456ba1fdf7194bf4d4b4ddba038ee0edd531635c4825
DIST mediainfo_0.7.67.tar.bz2 1138374 SHA256 fad1256d7607e233948df7709702cf550c791a7f01373f5d3a01028900b039c7 SHA512 d4b937808b778851866f7230cd81c4f85866c8d6b44b4534e90d9e4345e89b7be57de588de89d94ffc82ae11d5d0b6bc7203368ffc46e67a051e78933b6ed743 WHIRLPOOL d17b035e0d50581c5d77c72319a70ff546d938f332d6d092f49ea5a08f7131e285df72de6f1273679319ffaf5b1de23f3bbe214245fd249fd9d5077526a0e940
DIST mediainfo_0.7.68.tar.bz2 1139748 SHA256 509798d8607259884977be967ff21a8945f152a0d4e327a28da3402c09714498 SHA512 5d4bb17805e4729dad77e7ff761b922168ef6cde89ffba4ae959d6459cba518a5f6cb1a379604403eb166a7f871e254a2cecd5cc5c704bf26ae6519fb943c561 WHIRLPOOL b995c36bf61d64a4a0ff1b872d3941b6488888f22f1e5a4b2a919b85a40f08753850323172f8af0630c87889ae47b80460c3b1d60c2f57626fd9812c310817af
DIST mediainfo_0.7.69.tar.bz2 1142387 SHA256 e9866b6dabffd9bd8d675a59ac2418541f0f41ad464670ac5c67b8742899087a SHA512 1b141185c0b4ff89e728d910e4630a303ef510e15c252666caf8292e61288fceacb654a00fd6f10e60d908784ac40b17ce71640af1fd642d305a4fb19e28cff0 WHIRLPOOL 810e92c049609081fde376fc5b34a6398f3d527f52221e06850bc90687676d36c7eebb59da6f51efca40bae9b2aa078ff9863cce383de15e8fe8216984fbf93a
DIST mediainfo_0.7.70.tar.bz2 1145770 SHA256 a079c55b19089361957f8c486a4af905cee719296504cded827b23ab2a63989f SHA512 bb2b476394b0f3454c01fe08e48a88183e5ea9e28e5a2185a739c30c385e8bbd4b3b7258e701e15bbc8168de7ba7634eb0f8dbc284ac3128d05fd0fb391eecc6 WHIRLPOOL e06ded6d7cc2c7f6db01a5989b85eb96286d28cfc0780e433b83a9a23f3b49a64d6a70a0be3ea8450a56d5ff2b7eb5c13871783b2ddb75c82b92f3f86e14835f
DIST mediainfo_0.7.71.tar.bz2 1289870 SHA256 d849018c5ef1944a59727973dc7bbe212fdf9408c798d917e145b7b241f5c069 SHA512 da3e061247ee56518dfaeb2e7ff2b3177741e3ccddb75cbbef09c1fa9ecc3cd8003071f689f4b17c486d4bac05560e1315e51086a830d1f74489fdf942b76f58 WHIRLPOOL 6cd728b52a7ac74094a966d4cb671a5b87b3b888be0572f1ea8dfe41b3d4118c8a42fdfe7b6a1cefb193cc1fb59fba39811a9ff8eeb79da3b7ba51a1e666b770

@ -1,70 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.64.ebuild,v 1.3 2013/09/14 10:03:36 ago Exp $
EAPI=5
WX_GTK_VER="2.8"
inherit eutils autotools wxwidgets multilib
DESCRIPTION="MediaInfo supplies technical and tag information about media files"
HOMEPAGE="http://mediaarea.net/mediainfo/"
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="curl mms wxwidgets"
RDEPEND="sys-libs/zlib
media-libs/libzen
~media-libs/lib${P}[curl=,mms=]
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/MediaInfo
pkg_setup() {
TARGETS="CLI"
use wxwidgets && TARGETS+=" GUI"
}
src_prepare() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
sed -i -e "s:-O2::" configure.ac
eautoreconf
done
}
src_configure() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
local args=""
[[ ${target} == "GUI" ]] && args="--with-wxwidgets --with-wx-gui"
econf ${args}
done
}
src_compile() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
default
done
}
src_install() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
default
dodoc "${S}"/History_${target}.txt
if [[ ${target} == "GUI" ]]; then
newicon "${S}"/Source/Resource/Image/MediaInfo.png ${PN}.png
make_desktop_entry ${PN}-gui MediaInfo ${PN} "AudioVideo;GTK"
fi
done
}

@ -1,70 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.68.ebuild,v 1.1 2014/04/21 07:51:03 radhermit Exp $
EAPI=5
WX_GTK_VER="3.0"
inherit eutils autotools wxwidgets multilib
DESCRIPTION="MediaInfo supplies technical and tag information about media files"
HOMEPAGE="http://mediaarea.net/mediainfo/"
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl mms wxwidgets"
RDEPEND="sys-libs/zlib
media-libs/libzen
~media-libs/lib${P}[curl=,mms=]
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/MediaInfo
pkg_setup() {
TARGETS="CLI"
use wxwidgets && TARGETS+=" GUI"
}
src_prepare() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
sed -i -e "s:-O2::" configure.ac
eautoreconf
done
}
src_configure() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
local args=""
[[ ${target} == "GUI" ]] && args="--with-wxwidgets --with-wx-gui"
econf ${args}
done
}
src_compile() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
default
done
}
src_install() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
default
dodoc "${S}"/History_${target}.txt
if [[ ${target} == "GUI" ]]; then
newicon "${S}"/Source/Resource/Image/MediaInfo.png ${PN}.png
make_desktop_entry ${PN}-gui MediaInfo ${PN} "AudioVideo;GTK"
fi
done
}

@ -1,70 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mediainfo/mediainfo-0.7.69.ebuild,v 1.1 2014/06/16 05:36:27 radhermit Exp $
EAPI=5
WX_GTK_VER="3.0"
inherit eutils autotools wxwidgets multilib
DESCRIPTION="MediaInfo supplies technical and tag information about media files"
HOMEPAGE="http://mediaarea.net/mediainfo/"
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl mms wxwidgets"
RDEPEND="sys-libs/zlib
media-libs/libzen
~media-libs/lib${P}[curl=,mms=]
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
S=${WORKDIR}/MediaInfo
pkg_setup() {
TARGETS="CLI"
use wxwidgets && TARGETS+=" GUI"
}
src_prepare() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
sed -i -e "s:-O2::" configure.ac
eautoreconf
done
}
src_configure() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
local args=""
[[ ${target} == "GUI" ]] && args="--with-wxwidgets --with-wx-gui"
econf ${args}
done
}
src_compile() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
default
done
}
src_install() {
local target
for target in ${TARGETS}; do
cd "${S}"/Project/GNU/${target}
default
dodoc "${S}"/History_${target}.txt
if [[ ${target} == "GUI" ]]; then
newicon "${S}"/Source/Resource/Image/MediaInfo.png ${PN}.png
make_desktop_entry ${PN}-gui MediaInfo ${PN} "AudioVideo;GTK"
fi
done
}

@ -1 +1 @@
Thu, 11 Dec 2014 19:09:30 +0000
Fri, 12 Dec 2014 05:07:00 +0000

@ -0,0 +1,430 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201412-08">
<title>Multiple packages, Multiple vulnerabilities fixed in 2010</title>
<synopsis>This GLSA contains notification of vulnerabilities found in several
Gentoo packages which have been fixed prior to January 1, 2011. The worst
of these vulnerabilities could lead to local privilege escalation and
remote code execution. Please see the package list and CVE identifiers
below for more information.
</synopsis>
<product type="ebuild"></product>
<announced>December 11, 2014</announced>
<revised>December 11, 2014: 1</revised>
<bug>159556</bug>
<bug>208464</bug>
<bug>253822</bug>
<bug>259968</bug>
<bug>298067</bug>
<bug>300375</bug>
<bug>300943</bug>
<bug>302478</bug>
<bug>307525</bug>
<bug>307633</bug>
<bug>315235</bug>
<bug>316697</bug>
<bug>319719</bug>
<bug>320961</bug>
<bug>322457</bug>
<bug>325507</bug>
<bug>326759</bug>
<bug>326953</bug>
<bug>329125</bug>
<bug>329939</bug>
<bug>331421</bug>
<bug>332527</bug>
<bug>333661</bug>
<access>local, remote</access>
<affected>
<package name="dev-util/insight" auto="yes" arch="*">
<unaffected range="ge">6.7.1-r1</unaffected>
<vulnerable range="lt">6.7.1-r1</vulnerable>
</package>
<package name="dev-perl/perl-tk" auto="yes" arch="*">
<unaffected range="ge">804.028-r2</unaffected>
<vulnerable range="lt">804.028-r2</vulnerable>
</package>
<package name="dev-util/sourcenav" auto="yes" arch="*">
<unaffected range="ge">5.1.4</unaffected>
<vulnerable range="lt">5.1.4</vulnerable>
</package>
<package name="dev-lang/tk" auto="yes" arch="*">
<unaffected range="ge">8.4.18-r1</unaffected>
<vulnerable range="lt">8.4.18-r1</vulnerable>
</package>
<package name="sys-block/partimage" auto="yes" arch="*">
<unaffected range="ge">0.6.8</unaffected>
<vulnerable range="lt">0.6.8</vulnerable>
</package>
<package name="app-antivirus/bitdefender-console" auto="yes" arch="*">
<vulnerable range="le">7.1</vulnerable>
</package>
<package name="net-mail/mlmmj" auto="yes" arch="*">
<unaffected range="ge">1.2.17.1</unaffected>
<vulnerable range="lt">1.2.17.1</vulnerable>
</package>
<package name="sys-apps/acl" auto="yes" arch="*">
<unaffected range="ge">2.2.49</unaffected>
<vulnerable range="lt">2.2.49</vulnerable>
</package>
<package name="x11-apps/xinit" auto="yes" arch="*">
<unaffected range="ge">1.2.0-r4</unaffected>
<vulnerable range="lt">1.2.0-r4</vulnerable>
</package>
<package name="app-arch/gzip" auto="yes" arch="*">
<unaffected range="ge">1.4</unaffected>
<vulnerable range="lt">1.4</vulnerable>
</package>
<package name="app-arch/ncompress" auto="yes" arch="*">
<unaffected range="ge">4.2.4.3</unaffected>
<vulnerable range="lt">4.2.4.3</vulnerable>
</package>
<package name="dev-libs/liblzw" auto="yes" arch="*">
<unaffected range="ge">0.2</unaffected>
<vulnerable range="lt">0.2</vulnerable>
</package>
<package name="media-gfx/splashutils" auto="yes" arch="*">
<unaffected range="ge">1.5.4.3-r3</unaffected>
<vulnerable range="lt">1.5.4.3-r3</vulnerable>
</package>
<package name="sys-devel/m4" auto="yes" arch="*">
<unaffected range="ge">1.4.14-r1</unaffected>
<vulnerable range="lt">1.4.14-r1</vulnerable>
</package>
<package name="kde-base/kdm" auto="yes" arch="*">
<unaffected range="ge">4.3.5-r1</unaffected>
<vulnerable range="lt">4.3.5-r1</vulnerable>
</package>
<package name="x11-libs/gtk+" auto="yes" arch="*">
<unaffected range="ge">2.18.7</unaffected>
<vulnerable range="lt">2.18.7</vulnerable>
</package>
<package name="kde-base/kget" auto="yes" arch="*">
<unaffected range="ge">4.3.5-r1</unaffected>
<vulnerable range="lt">4.3.5-r1</vulnerable>
</package>
<package name="app-text/dvipng" auto="yes" arch="*">
<unaffected range="ge">1.13</unaffected>
<vulnerable range="lt">1.13</vulnerable>
</package>
<package name="app-misc/beanstalkd" auto="yes" arch="*">
<unaffected range="ge">1.4.6</unaffected>
<vulnerable range="lt">1.4.6</vulnerable>
</package>
<package name="sys-apps/pmount" auto="yes" arch="*">
<unaffected range="ge">0.9.23</unaffected>
<vulnerable range="lt">0.9.23</vulnerable>
</package>
<package name="sys-auth/pam_krb5" auto="yes" arch="*">
<unaffected range="ge">4.3</unaffected>
<vulnerable range="lt">4.3</vulnerable>
</package>
<package name="app-text/gv" auto="yes" arch="*">
<unaffected range="ge">3.7.1</unaffected>
<vulnerable range="lt">3.7.1</vulnerable>
</package>
<package name="net-ftp/lftp" auto="yes" arch="*">
<unaffected range="ge">4.0.6</unaffected>
<vulnerable range="lt">4.0.6</vulnerable>
</package>
<package name="www-client/uzbl" auto="yes" arch="*">
<unaffected range="ge">2010.08.05</unaffected>
<vulnerable range="lt">2010.08.05</vulnerable>
</package>
<package name="x11-misc/slim" auto="yes" arch="*">
<unaffected range="ge">1.3.2</unaffected>
<vulnerable range="lt">1.3.2</vulnerable>
</package>
<package name="net-misc/iputils" auto="yes" arch="*">
<unaffected range="ge">20100418</unaffected>
<vulnerable range="lt">20100418</vulnerable>
</package>
<package name="media-tv/dvbstreamer" auto="yes" arch="*">
<unaffected range="ge">1.1-r1</unaffected>
<vulnerable range="lt">1.1-r1</vulnerable>
</package>
</affected>
<background>
<p>For more information on the packages listed in this GLSA, please see
their homepage referenced in the ebuild.
</p>
</background>
<description>
<p>Vulnerabilities have been discovered in the packages listed below.
Please review the CVE identifiers in the Reference section for details.
</p>
<ul>
<li>Insight</li>
<li>Perl Tk Module</li>
<li>Source-Navigator</li>
<li>Tk</li>
<li>Partimage</li>
<li>Mlmmj</li>
<li>acl</li>
<li>Xinit</li>
<li>gzip</li>
<li>ncompress</li>
<li>liblzw</li>
<li>splashutils</li>
<li>GNU M4</li>
<li>KDE Display Manager</li>
<li>GTK+</li>
<li>KGet</li>
<li>dvipng</li>
<li>Beanstalk</li>
<li>Policy Mount</li>
<li>pam_krb5</li>
<li>GNU gv</li>
<li>LFTP</li>
<li>Uzbl</li>
<li>Slim</li>
<li>Bitdefender Console</li>
<li>iputils</li>
<li>DVBStreamer</li>
</ul>
</description>
<impact type="high">
<p>A context-dependent attacker may be able to gain escalated privileges,
execute arbitrary code, cause Denial of Service, obtain sensitive
information, or otherwise bypass security restrictions.
</p>
</impact>
<workaround>
<p>There are no known workarounds at this time.</p>
</workaround>
<resolution>
<p>All Insight users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-util/insight-6.7.1-r1"
</code>
<p>All Perl Tk Module users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-perl/perl-tk-804.028-r2"
</code>
<p>All Source-Navigator users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-util/sourcenav-5.1.4"
</code>
<p>All Tk users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-lang/tk-8.4.18-r1"
</code>
<p>All Partimage users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=sys-block/partimage-0.6.8"
</code>
<p>All Mlmmj users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-mail/mlmmj-1.2.17.1"
</code>
<p>All acl users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=sys-apps/acl-2.2.49"
</code>
<p>All Xinit users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=x11-apps/xinit-1.2.0-r4"
</code>
<p>All gzip users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=app-arch/gzip-1.4"
</code>
<p>All ncompress users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=app-arch/ncompress-4.2.4.3"
</code>
<p>All liblzw users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-libs/liblzw-0.2"
</code>
<p>All splashutils users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
"&gt;=media-gfx/splashutils-1.5.4.3-r3"
</code>
<p>All GNU M4 users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=sys-devel/m4-1.4.14-r1"
</code>
<p>All KDE Display Manager users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=kde-base/kdm-4.3.5-r1"
</code>
<p>All GTK+ users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=x11-libs/gtk+-2.18.7"
</code>
<p>All KGet 4.3 users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=kde-base/kget-4.3.5-r1"
</code>
<p>All dvipng users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=app-text/dvipng-1.13"
</code>
<p>All Beanstalk users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=app-misc/beanstalkd-1.4.6"
</code>
<p>All Policy Mount users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=sys-apps/pmount-0.9.23"
</code>
<p>All pam_krb5 users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=sys-auth/pam_krb5-4.3"
</code>
<p>All GNU gv users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=app-text/gv-3.7.1"
</code>
<p>All LFTP users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-ftp/lftp-4.0.6"
</code>
<p>All Uzbl users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=www-client/uzbl-2010.08.05"
</code>
<p>All Slim users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=x11-misc/slim-1.3.2"
</code>
<p>All iputils users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-misc/iputils-20100418"
</code>
<p>All DVBStreamer users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=media-tv/dvbstreamer-1.1-r1"
</code>
<p>Gentoo has discontinued support for Bitdefender Console. We recommend
that users unmerge Bitdefender Console:
</p>
<code>
# emerge --unmerge "app-antivirus/bitdefender-console"
</code>
<p>NOTE: This is a legacy GLSA. Updates for all affected architectures have
been available since 2011. It is likely that your system is already no
longer affected by these issues.
</p>
</resolution>
<references>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2006-3005">CVE-2006-3005</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2741">CVE-2007-2741</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-0553">CVE-2008-0553</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-1382">CVE-2008-1382</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-5907">CVE-2008-5907</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-6218">CVE-2008-6218</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-6661">CVE-2008-6661</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-0040">CVE-2009-0040</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-0360">CVE-2009-0360</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-0361">CVE-2009-0361</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-0946">CVE-2009-0946</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-2042">CVE-2009-2042</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-2624">CVE-2009-2624</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-3736">CVE-2009-3736</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-4029">CVE-2009-4029</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-4411">CVE-2009-4411</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-4896">CVE-2009-4896</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-0001">CVE-2010-0001</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-0436">CVE-2010-0436</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-0732">CVE-2010-0732</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-0829">CVE-2010-0829</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1000">CVE-2010-1000</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1205">CVE-2010-1205</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1511">CVE-2010-1511</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2056">CVE-2010-2056</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2060">CVE-2010-2060</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2192">CVE-2010-2192</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2251">CVE-2010-2251</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2529">CVE-2010-2529</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2809">CVE-2010-2809</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2945">CVE-2010-2945</uri>
</references>
<metadata tag="requester" timestamp="Mon, 16 Jun 2014 10:53:22 +0000">ackle</metadata>
<metadata tag="submitter" timestamp="Thu, 11 Dec 2014 23:30:24 +0000">ackle</metadata>
</glsa>

@ -0,0 +1,441 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201412-09">
<title>Multiple packages, Multiple vulnerabilities fixed in 2011</title>
<synopsis>This GLSA contains notification of vulnerabilities found in several
Gentoo packages which have been fixed prior to January 1, 2012. The worst
of these vulnerabilities could lead to local privilege escalation and
remote code execution. Please see the package list and CVE identifiers
below for more information.
</synopsis>
<product type="ebuild"></product>
<announced>December 11, 2014</announced>
<revised>December 11, 2014: 2</revised>
<bug>194151</bug>
<bug>294253</bug>
<bug>294256</bug>
<bug>334087</bug>
<bug>344059</bug>
<bug>346897</bug>
<bug>350598</bug>
<bug>352608</bug>
<bug>354209</bug>
<bug>355207</bug>
<bug>356893</bug>
<bug>358611</bug>
<bug>358785</bug>
<bug>358789</bug>
<bug>360891</bug>
<bug>361397</bug>
<bug>362185</bug>
<bug>366697</bug>
<bug>366699</bug>
<bug>369069</bug>
<bug>370839</bug>
<bug>372971</bug>
<bug>376793</bug>
<bug>381169</bug>
<bug>386321</bug>
<bug>386361</bug>
<access>local, remote</access>
<affected>
<package name="games-sports/racer-bin" auto="yes" arch="*">
<vulnerable range="ge">0.5.0-r1</vulnerable>
</package>
<package name="media-libs/fmod" auto="yes" arch="*">
<unaffected range="ge">4.38.00</unaffected>
<vulnerable range="lt">4.38.00</vulnerable>
</package>
<package name="dev-php/PEAR-Mail" auto="yes" arch="*">
<unaffected range="ge">1.2.0</unaffected>
<vulnerable range="lt">1.2.0</vulnerable>
</package>
<package name="sys-fs/lvm2" auto="yes" arch="*">
<unaffected range="ge">2.02.72</unaffected>
<vulnerable range="lt">2.02.72</vulnerable>
</package>
<package name="app-office/gnucash" auto="yes" arch="*">
<unaffected range="ge">2.4.4</unaffected>
<vulnerable range="lt">2.4.4</vulnerable>
</package>
<package name="media-libs/xine-lib" auto="yes" arch="*">
<unaffected range="ge">1.1.19</unaffected>
<vulnerable range="lt">1.1.19</vulnerable>
</package>
<package name="media-sound/lastfmplayer" auto="yes" arch="*">
<unaffected range="ge">1.5.4.26862-r3</unaffected>
<vulnerable range="lt">1.5.4.26862-r3</vulnerable>
</package>
<package name="net-libs/webkit-gtk" auto="yes" arch="*">
<unaffected range="ge">1.2.7</unaffected>
<vulnerable range="lt">1.2.7</vulnerable>
</package>
<package name="sys-apps/shadow" auto="yes" arch="*">
<unaffected range="ge">4.1.4.3</unaffected>
<vulnerable range="lt">4.1.4.3</vulnerable>
</package>
<package name="dev-php/PEAR-PEAR" auto="yes" arch="*">
<unaffected range="ge">1.9.2-r1</unaffected>
<vulnerable range="lt">1.9.2-r1</vulnerable>
</package>
<package name="dev-db/unixODBC" auto="yes" arch="*">
<unaffected range="ge">2.3.0-r1</unaffected>
<vulnerable range="lt">2.3.0-r1</vulnerable>
</package>
<package name="sys-cluster/resource-agents" auto="yes" arch="*">
<unaffected range="ge">1.0.4-r1</unaffected>
<vulnerable range="lt">1.0.4-r1</vulnerable>
</package>
<package name="net-misc/mrouted" auto="yes" arch="*">
<unaffected range="ge">3.9.5</unaffected>
<vulnerable range="lt">3.9.5</vulnerable>
</package>
<package name="net-misc/rsync" auto="yes" arch="*">
<unaffected range="ge">3.0.8</unaffected>
<vulnerable range="lt">3.0.8</vulnerable>
</package>
<package name="dev-libs/xmlsec" auto="yes" arch="*">
<unaffected range="ge">1.2.17</unaffected>
<vulnerable range="lt">1.2.17</vulnerable>
</package>
<package name="x11-apps/xrdb" auto="yes" arch="*">
<unaffected range="ge">1.0.9</unaffected>
<vulnerable range="lt">1.0.9</vulnerable>
</package>
<package name="net-misc/vino" auto="yes" arch="*">
<unaffected range="ge">2.32.2</unaffected>
<vulnerable range="lt">2.32.2</vulnerable>
</package>
<package name="dev-util/oprofile" auto="yes" arch="*">
<unaffected range="ge">0.9.6-r1</unaffected>
<vulnerable range="lt">0.9.6-r1</vulnerable>
</package>
<package name="app-admin/syslog-ng" auto="yes" arch="*">
<unaffected range="ge">3.2.4</unaffected>
<vulnerable range="lt">3.2.4</vulnerable>
</package>
<package name="net-analyzer/sflowtool" auto="yes" arch="*">
<unaffected range="ge">3.20</unaffected>
<vulnerable range="lt">3.20</vulnerable>
</package>
<package name="gnome-base/gdm" auto="yes" arch="*">
<unaffected range="ge">3.8.4-r3</unaffected>
<vulnerable range="lt">3.8.4-r3</vulnerable>
</package>
<package name="net-libs/libsoup" auto="yes" arch="*">
<unaffected range="ge">2.34.3</unaffected>
<vulnerable range="lt">2.34.3</vulnerable>
</package>
<package name="app-misc/ca-certificates" auto="yes" arch="*">
<unaffected range="ge">20110502-r1</unaffected>
<vulnerable range="lt">20110502-r1</vulnerable>
</package>
<package name="dev-vcs/gitolite" auto="yes" arch="*">
<unaffected range="ge">1.5.9.1</unaffected>
<vulnerable range="lt">1.5.9.1</vulnerable>
</package>
<package name="dev-util/qt-creator" auto="yes" arch="*">
<unaffected range="ge">2.1.0</unaffected>
<vulnerable range="lt">2.1.0</vulnerable>
</package>
</affected>
<background>
<p>For more information on the packages listed in this GLSA, please see
their homepage referenced in the ebuild.
</p>
</background>
<description>
<p>Vulnerabilities have been discovered in the packages listed below.
Please review the CVE identifiers in the Reference section for details.
</p>
<ul>
<li>FMOD Studio</li>
<li>PEAR Mail</li>
<li>LVM2</li>
<li>GnuCash</li>
<li>xine-lib</li>
<li>Last.fm Scrobbler</li>
<li>WebKitGTK+</li>
<li>shadow tool suite</li>
<li>PEAR</li>
<li>unixODBC</li>
<li>Resource Agents</li>
<li>mrouted</li>
<li>rsync</li>
<li>XML Security Library</li>
<li>xrdb</li>
<li>Vino</li>
<li>OProfile</li>
<li>syslog-ng</li>
<li>sFlow Toolkit</li>
<li>GNOME Display Manager</li>
<li>libsoup</li>
<li>CA Certificates</li>
<li>Gitolite</li>
<li>QtCreator</li>
<li>Racer</li>
</ul>
</description>
<impact type="high">
<p>A context-dependent attacker may be able to gain escalated privileges,
execute arbitrary code, cause Denial of Service, obtain sensitive
information, or otherwise bypass security restrictions.
</p>
</impact>
<workaround>
<p>There are no known workarounds at this time.</p>
</workaround>
<resolution>
<p>All FMOD Studio users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=media-libs/fmod-4.38.00"
</code>
<p>All PEAR Mail users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-php/PEAR-Mail-1.2.0"
</code>
<p>All LVM2 users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=sys-fs/lvm2-2.02.72"
</code>
<p>All GnuCash users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=app-office/gnucash-2.4.4"
</code>
<p>All xine-lib users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=media-libs/xine-lib-1.1.19"
</code>
<p>All Last.fm Scrobbler users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
"&gt;=media-sound/lastfmplayer-1.5.4.26862-r3"
</code>
<p>All WebKitGTK+ users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-libs/webkit-gtk-1.2.7"
</code>
<p>All shadow tool suite users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=sys-apps/shadow-4.1.4.3"
</code>
<p>All PEAR users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-php/PEAR-PEAR-1.9.2-r1"
</code>
<p>All unixODBC users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-db/unixODBC-2.3.0-r1"
</code>
<p>All Resource Agents users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
"&gt;=sys-cluster/resource-agents-1.0.4-r1"
</code>
<p>All mrouted users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-misc/mrouted-3.9.5"
</code>
<p>All rsync users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-misc/rsync-3.0.8"
</code>
<p>All XML Security Library users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-libs/xmlsec-1.2.17"
</code>
<p>All xrdb users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=x11-apps/xrdb-1.0.9"
</code>
<p>All Vino users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-misc/vino-2.32.2"
</code>
<p>All OProfile users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-util/oprofile-0.9.6-r1"
</code>
<p>All syslog-ng users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=app-admin/syslog-ng-3.2.4"
</code>
<p>All sFlow Toolkit users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-analyzer/sflowtool-3.20"
</code>
<p>All GNOME Display Manager users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=gnome-base/gdm-3.8.4-r3"
</code>
<p>All libsoup users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-libs/libsoup-2.34.3"
</code>
<p>All CA Certificates users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
"&gt;=app-misc/ca-certificates-20110502-r1"
</code>
<p>All Gitolite users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-vcs/gitolite-1.5.9.1"
</code>
<p>All QtCreator users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-util/qt-creator-2.1.0"
</code>
<p>Gentoo has discontinued support for Racer. We recommend that users
unmerge Racer:
</p>
<code>
# emerge --unmerge "games-sports/racer-bin"
</code>
<p>NOTE: This is a legacy GLSA. Updates for all affected architectures have
been available since 2012. It is likely that your system is already no
longer affected by these issues.
</p>
</resolution>
<references>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4370">CVE-2007-4370</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-4023">CVE-2009-4023</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-4111">CVE-2009-4111</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-0778">CVE-2010-0778</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1780">CVE-2010-1780</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1782">CVE-2010-1782</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1783">CVE-2010-1783</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1784">CVE-2010-1784</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1785">CVE-2010-1785</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1786">CVE-2010-1786</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1787">CVE-2010-1787</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1788">CVE-2010-1788</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1790">CVE-2010-1790</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1791">CVE-2010-1791</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1792">CVE-2010-1792</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1793">CVE-2010-1793</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1807">CVE-2010-1807</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1812">CVE-2010-1812</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1814">CVE-2010-1814</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1815">CVE-2010-1815</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2526">CVE-2010-2526</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2901">CVE-2010-2901</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3255">CVE-2010-3255</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3257">CVE-2010-3257</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3259">CVE-2010-3259</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3362">CVE-2010-3362</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3374">CVE-2010-3374</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3389">CVE-2010-3389</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3812">CVE-2010-3812</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3813">CVE-2010-3813</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3999">CVE-2010-3999</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4042">CVE-2010-4042</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4197">CVE-2010-4197</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4198">CVE-2010-4198</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4204">CVE-2010-4204</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4206">CVE-2010-4206</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4492">CVE-2010-4492</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4493">CVE-2010-4493</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4577">CVE-2010-4577</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-4578">CVE-2010-4578</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0007">CVE-2011-0007</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0465">CVE-2011-0465</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0482">CVE-2011-0482</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0721">CVE-2011-0721</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0727">CVE-2011-0727</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0904">CVE-2011-0904</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0905">CVE-2011-0905</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1072">CVE-2011-1072</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1097">CVE-2011-1097</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1144">CVE-2011-1144</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1425">CVE-2011-1425</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1572">CVE-2011-1572</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1760">CVE-2011-1760</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1951">CVE-2011-1951</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2471">CVE-2011-2471</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2472">CVE-2011-2472</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2473">CVE-2011-2473</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2524">CVE-2011-2524</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-3365">CVE-2011-3365</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-3366">CVE-2011-3366</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-3367">CVE-2011-3367</uri>
</references>
<metadata tag="requester" timestamp="Tue, 05 Aug 2014 19:34:29 +0000">ackle</metadata>
<metadata tag="submitter" timestamp="Thu, 11 Dec 2014 23:55:16 +0000">ackle</metadata>
</glsa>

@ -0,0 +1,168 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201412-10">
<title>Multiple packages, Multiple vulnerabilities fixed in 2012</title>
<synopsis>This GLSA contains notification of vulnerabilities found in several
Gentoo packages which have been fixed prior to January 1, 2013. The worst
of these vulnerabilities could lead to local privilege escalation and
remote code execution. Please see the package list and CVE identifiers
below for more information.
</synopsis>
<product type="ebuild"></product>
<announced>December 11, 2014</announced>
<revised>December 11, 2014: 1</revised>
<bug>284536</bug>
<bug>300903</bug>
<bug>334475</bug>
<bug>358787</bug>
<bug>371320</bug>
<bug>372905</bug>
<bug>399427</bug>
<bug>401645</bug>
<bug>427802</bug>
<bug>428776</bug>
<access>local, remote</access>
<affected>
<package name="www-apps/egroupware" auto="yes" arch="*">
<unaffected range="ge">1.8.004.20120613</unaffected>
<vulnerable range="lt">1.8.004.20120613</vulnerable>
</package>
<package name="x11-libs/vte" auto="yes" arch="*">
<unaffected range="ge">0.32.2</unaffected>
<unaffected range="rge">0.28.2-r204</unaffected>
<unaffected range="rge">0.28.2-r206</unaffected>
<vulnerable range="lt">0.32.2</vulnerable>
</package>
<package name="net-analyzer/lft" auto="yes" arch="*">
<unaffected range="ge">3.33</unaffected>
<vulnerable range="lt">3.33</vulnerable>
</package>
<package name="dev-php/suhosin" auto="yes" arch="*">
<unaffected range="ge">0.9.33</unaffected>
<vulnerable range="lt">0.9.33</vulnerable>
</package>
<package name="x11-misc/slock" auto="yes" arch="*">
<unaffected range="ge">1.0</unaffected>
<vulnerable range="lt">1.0</vulnerable>
</package>
<package name="sys-cluster/ganglia" auto="yes" arch="*">
<unaffected range="ge">3.3.7</unaffected>
<vulnerable range="lt">3.3.7</vulnerable>
</package>
<package name="net-im/gg-transport" auto="yes" arch="*">
<unaffected range="ge">2.2.4</unaffected>
<vulnerable range="lt">2.2.4</vulnerable>
</package>
</affected>
<background>
<p>For more information on the packages listed in this GLSA, please see
their homepage referenced in the ebuild.
</p>
</background>
<description>
<p>Vulnerabilities have been discovered in the packages listed below.
Please review the CVE identifiers in the Reference section for details.
</p>
<ul>
<li>EGroupware</li>
<li>VTE</li>
<li>Layer Four Traceroute (LFT)</li>
<li>Suhosin</li>
<li>Slock</li>
<li>Ganglia</li>
<li>Jabber to GaduGadu Gateway</li>
</ul>
</description>
<impact type="high">
<p>A context-dependent attacker may be able to gain escalated privileges,
execute arbitrary code, cause Denial of Service, obtain sensitive
information, or otherwise bypass security restrictions.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All EGroupware users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
"&gt;=www-apps/egroupware-1.8.004.20120613"
</code>
<p>All VTE 0.32 users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=x11-libs/vte-0.32.2"
</code>
<p>All VTE 0.28 users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=x11-libs/vte-0.28.2-r204"
</code>
<p>All Layer Four Traceroute users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-analyzer/lft-3.33"
</code>
<p>All Suhosin users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=dev-php/suhosin-0.9.33"
</code>
<p>All Slock users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=x11-misc/slock-1.0"
</code>
<p>All Ganglia users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=sys-cluster/ganglia-3.3.7"
</code>
<p>All Jabber to GaduGadu Gateway users should upgrade to the latest
version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose "&gt;=net-im/gg-transport-2.2.4"
</code>
<p>NOTE: This is a legacy GLSA. Updates for all affected architectures have
been available since 2013. It is likely that your system is already no
longer affected by these issues.
</p>
</resolution>
<references>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-4776">CVE-2008-4776</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2713">CVE-2010-2713</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3313">CVE-2010-3313</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-3314">CVE-2010-3314</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0765">CVE-2011-0765</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-2198">CVE-2011-2198</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-0807">CVE-2012-0807</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-0808">CVE-2012-0808</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-1620">CVE-2012-1620</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-2738">CVE-2012-2738</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-3448">CVE-2012-3448</uri>
</references>
<metadata tag="requester" timestamp="Tue, 05 Aug 2014 19:34:43 +0000">ackle</metadata>
<metadata tag="submitter" timestamp="Thu, 11 Dec 2014 23:30:44 +0000">ackle</metadata>
</glsa>

@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="201412-11">
<title>AMD64 x86 emulation base libraries: Multiple vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been found in AMD64 x86 emulation
base libraries, the worst of which may allow remote execution of arbitrary
code.
</synopsis>
<product type="ebuild">emul-linux-x86-baselibs</product>
<announced>December 12, 2014</announced>
<revised>December 12, 2014: 1</revised>
<bug>196865</bug>
<bug>335508</bug>
<bug>483632</bug>
<bug>508322</bug>
<access>local, remote</access>
<affected>
<package name="app-emulation/emul-linux-x86-baselibs" auto="yes" arch="*">
<unaffected range="ge">20140406-r1</unaffected>
<vulnerable range="lt">20140406-r1</vulnerable>
</package>
</affected>
<background>
<p>AMD64 x86 emulation base libraries provides pre-compiled 32-bit
libraries.
</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in AMD64 x86 emulation
base libraries. Please review the CVE identifiers referenced below for
details.
</p>
</description>
<impact type="normal">
<p>A context-dependent attacker may be able to execute arbitrary code,
cause a Denial of Service condition, or obtain sensitive information.
</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All users of the AMD64 x86 emulation base libraries should upgrade to
the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose
"&gt;=app-emulation/emul-linux-x86-baselibs-20140406-r1"
</code>
<p>NOTE: One or more of the issues described in this advisory have been
fixed in previous updates. They are included in this advisory for the
sake of completeness. It is likely that your system is already no longer
affected by them.
</p>
</resolution>
<references>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-0720">CVE-2007-0720</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-1536">CVE-2007-1536</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2026">CVE-2007-2026</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2445">CVE-2007-2445</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-2741">CVE-2007-2741</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-3108">CVE-2007-3108</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4995">CVE-2007-4995</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-5116">CVE-2007-5116</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-5135">CVE-2007-5135</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-5266">CVE-2007-5266</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-5268">CVE-2007-5268</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-5269">CVE-2007-5269</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-5849">CVE-2007-5849</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-1205">CVE-2010-1205</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-0338">CVE-2013-0338</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-0339">CVE-2013-0339</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1664">CVE-2013-1664</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-1969">CVE-2013-1969</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-2877">CVE-2013-2877</uri>
<uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-0160">CVE-2014-0160</uri>
</references>
<metadata tag="requester" timestamp="Fri, 07 Oct 2011 23:37:06 +0000">
underling
</metadata>
<metadata tag="submitter" timestamp="Fri, 12 Dec 2014 00:46:06 +0000">ackle</metadata>
</glsa>

@ -1 +1 @@
Thu, 11 Dec 2014 19:09:30 +0000
Fri, 12 Dec 2014 05:07:01 +0000

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup
DEPEND=dev-libs/dotconf >=dev-libs/glib-2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) espeak? ( app-accessibility/espeak ) flite? ( app-accessibility/flite ) nas? ( media-libs/nas ) pulseaudio? ( media-sound/pulseaudio ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 python? ( =dev-lang/python-2* )
DESCRIPTION=speech-dispatcher speech synthesis interface
EAPI=3
HOMEPAGE=http://www.freebsoft.org/speechd
IUSE=alsa ao +espeak flite nas pulseaudio python
KEYWORDS=alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
RDEPEND=dev-libs/dotconf >=dev-libs/glib-2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) espeak? ( app-accessibility/espeak ) flite? ( app-accessibility/flite ) nas? ( media-libs/nas ) pulseaudio? ( media-sound/pulseaudio ) python? ( =dev-lang/python-2* )
SLOT=0
SRC_URI=http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.7.1.tar.gz
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python cd022f89fef846d083fc994b9e3d8c04 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=6989a1005850b97951ff2a793cd5cf29

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] dev-libs/dotconf >=dev-libs/glib-2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) espeak? ( app-accessibility/espeak ) flite? ( app-accessibility/flite ) nas? ( media-libs/nas ) pulseaudio? ( media-sound/pulseaudio ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Speech synthesis interface
EAPI=5
HOMEPAGE=http://www.freebsoft.org/speechd
IUSE=alsa ao +espeak flite nas pulseaudio python static-libs python_targets_python2_7 python_targets_pypy
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_pypy? ( virtual/pypy:0= ) dev-lang/python-exec:=[python_targets_python2_7(-)?,python_targets_pypy(-)?,-python_single_target_python2_7(-),-python_single_target_pypy(-)] dev-libs/dotconf >=dev-libs/glib-2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) espeak? ( app-accessibility/espeak ) flite? ( app-accessibility/flite ) nas? ( media-libs/nas ) pulseaudio? ( media-sound/pulseaudio )
REQUIRED_USE=|| ( python_targets_python2_7 python_targets_pypy )
SLOT=0
SRC_URI=http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.7.1.tar.gz
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e autotools-utils 3727db64c7b960903d5033280f108080 eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=1d2a3be8782adcbd5a32d91f023fd2fc

@ -1,14 +0,0 @@
DEFINED_PHASES=compile configure install postinst
DEPEND=python? ( python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) >=dev-libs/dotconf-1.3 >=dev-libs/glib-2.28:2 >=media-libs/libsndfile-1.0.2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) espeak? ( app-accessibility/espeak ) flite? ( app-accessibility/flite ) nas? ( media-libs/nas ) pulseaudio? ( media-sound/pulseaudio ) >=dev-util/intltool-0.40.0 virtual/pkgconfig
DESCRIPTION=Speech synthesis interface
EAPI=5
HOMEPAGE=http://www.freebsoft.org/speechd
IUSE=alsa ao +espeak flite nas pulseaudio python static-libs python_targets_python3_3 python_targets_python3_4
KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
RDEPEND=python? ( python_targets_python3_3? ( >=dev-lang/python-3.3.2-r2:3.3 ) python_targets_python3_4? ( dev-lang/python:3.4 ) dev-lang/python-exec:=[python_targets_python3_3(-)?,python_targets_python3_4(-)?,-python_single_target_python3_3(-),-python_single_target_python3_4(-)] ) >=dev-libs/dotconf-1.3 >=dev-libs/glib-2.28:2 >=media-libs/libsndfile-1.0.2 alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) espeak? ( app-accessibility/espeak ) flite? ( app-accessibility/flite ) nas? ( media-libs/nas ) pulseaudio? ( media-sound/pulseaudio ) dev-python/pyxdg
REQUIRED_USE=python? ( || ( python_targets_python3_3 python_targets_python3_4 ) )
SLOT=0
SRC_URI=http://www.freebsoft.org/pub/projects/speechd/speech-dispatcher-0.8.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=cd4f790626cd5f9c9495703d9dc3041d

@ -1,6 +1,6 @@
DEFINED_PHASES=compile install
DEPEND=dev-lang/ocaml:= ~dev-ml/camlpdf-2.1.1:= >=dev-ml/findlib-1.0.4-r1
DESCRIPTION=PDF command line tools
DESCRIPTION=A command line tool for manipulating PDF files
EAPI=5
HOMEPAGE=http://community.coherentpdf.com/ https://github.com/johnwhitington/cpdf-source/
IUSE=doc
@ -11,4 +11,4 @@ RESTRICT=mirror bindist
SLOT=0
SRC_URI=https://github.com/johnwhitington/cpdf-source/archive/v2.1.1.tar.gz -> cpdf-2.1.1.tar.gz
_eclasses_=findlib 9cf6020ee5481f39f1aa566a323f9868
_md5_=62dc605adb9f943b1e06f1886594122e
_md5_=8336c7c04a95027342cfafc4b64dfc26

@ -7,7 +7,8 @@ IUSE=doc hscolour profile test
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-haskell/connection-0.1.3:=[profile?] dev-haskell/data-default:=[profile?] >=dev-haskell/http-client-0.2:=[profile?] dev-haskell/network:=[profile?] >=dev-haskell/tls-1.1:=[profile?] >=dev-lang/ghc-6.10.4:=
RESTRICT=test
SLOT=0/0.2.0.0
SRC_URI=mirror://hackage/packages/archive/http-client-tls/0.2.0.0/http-client-tls-0.2.0.0.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal b6154aeaa4dfbbc6d8a66d7f739c22d1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=f1074ac892d53ccc1033df420763c0f8
_md5_=a63a969759cf2388718e036e88088a1f

@ -7,7 +7,8 @@ IUSE=doc hscolour profile test
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-haskell/connection-0.2:=[profile?] dev-haskell/data-default-class:=[profile?] >=dev-haskell/http-client-0.2.2:=[profile?] dev-haskell/network:=[profile?] >=dev-haskell/tls-1.1:=[profile?] >=dev-lang/ghc-6.10.4:=
RESTRICT=test
SLOT=0/0.2.1.1
SRC_URI=mirror://hackage/packages/archive/http-client-tls/0.2.1.1/http-client-tls-0.2.1.1.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal b6154aeaa4dfbbc6d8a66d7f739c22d1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=25cc812ee00d107e83c4ad13b2cf6321
_md5_=fff2569bc900adb9a7333d9e22c15a49

@ -7,7 +7,8 @@ IUSE=doc hscolour profile test
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=>=dev-haskell/connection-0.2:=[profile?] dev-haskell/data-default-class:=[profile?] >=dev-haskell/http-client-0.2.2:=[profile?] dev-haskell/network:=[profile?] >=dev-haskell/tls-1.1:=[profile?] >=dev-lang/ghc-7.4.1:=
RESTRICT=test
SLOT=0/0.2.1.2
SRC_URI=mirror://hackage/packages/archive/http-client-tls/0.2.1.2/http-client-tls-0.2.1.2.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 ghc-package 9dd58db252d8252779bb74ed015196e3 haskell-cabal b6154aeaa4dfbbc6d8a66d7f739c22d1 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac versionator cd0bcdb170807e4a1984115e9d53a26f
_md5_=c1cdff92da10ed8234436fa9157780f6
_md5_=d27c5789003ec8deb55f2026419f6386

@ -0,0 +1,11 @@
DEFINED_PHASES=install
DESCRIPTION=design system for interactive fiction
EAPI=5
HOMEPAGE=http://www.inform-fiction.org/
IUSE=emacs
KEYWORDS=~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
LICENSE=Artistic-2 Inform
PDEPEND=emacs? ( app-emacs/inform-mode )
SLOT=0
SRC_URI=http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/source/inform-6.33.1-b2.tar.gz
_md5_=8052274ea4c7f146b8e5289df91168d8

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
DESCRIPTION=A simple, small, efficient, C++ XML parser
EAPI=5
HOMEPAGE=http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/
IUSE=static-libs test
KEYWORDS=~amd64 ~x86
LICENSE=ZLIB
SLOT=0/2
SRC_URI=https://github.com/leethomason/tinyxml2/archive/2.0.2.tar.gz -> tinyxml2-2.0.2.tar.gz
_eclasses_=cmake-utils e2cc76ea65ae78da8e4696dad93f5d29 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=55989573f17b46e7161fcfd078a8060c

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
DESCRIPTION=A simple, small, efficient, C++ XML parser
EAPI=5
HOMEPAGE=http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/
IUSE=static-libs test
KEYWORDS=~amd64 ~x86
LICENSE=ZLIB
SLOT=0/2
SRC_URI=https://github.com/leethomason/tinyxml2/archive/2.1.0.tar.gz -> tinyxml2-2.1.0.tar.gz
_eclasses_=cmake-utils e2cc76ea65ae78da8e4696dad93f5d29 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=18fe6503d58530b0a0bd87c9aec4db97

@ -4,9 +4,9 @@ DESCRIPTION=A simple, small, efficient, C++ XML parser
EAPI=5
HOMEPAGE=http://www.grinninglizard.com/tinyxml2/ https://github.com/leethomason/tinyxml2/
IUSE=static-libs test
KEYWORDS=~amd64 ~x86
KEYWORDS=amd64 x86
LICENSE=ZLIB
SLOT=0/2
SRC_URI=https://github.com/leethomason/tinyxml2/archive/2.2.0.tar.gz -> tinyxml2-2.2.0.tar.gz
_eclasses_=cmake-utils e2cc76ea65ae78da8e4696dad93f5d29 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=6f61dfafa6119d08b658780b41db1194
_md5_=3cec0a2428080aa431f8e81ec6bb08b4

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=virtual/perl-Carp >=virtual/perl-ExtUtils-MakeMaker-6.170.0 test? ( virtual/perl-Exporter virtual/perl-File-Spec virtual/perl-Scalar-List-Utils >=virtual/perl-Test-Simple-0.960.0 ) dev-lang/perl:=[-build(-)]
DESCRIPTION=Minimalist class construction
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Class-Tiny/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=virtual/perl-Carp dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DA/DAGOLDEN/Class-Tiny-1.000.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 28ca2b834dd6b64c9179af421c4d763e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=d3155f7c267b37f180a8653c030180ec

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/PerlIO-via-Timeout-0.280.0 >=dev-perl/Module-Build-Tiny-0.36.0 >=virtual/perl-ExtUtils-MakeMaker-6.300.0 virtual/perl-File-Spec virtual/perl-IO test? ( virtual/perl-Test-Simple dev-perl/Test-TCP ) dev-lang/perl:=[-build(-)]
DESCRIPTION=IO::Socket with read/write timeout
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/IO-Socket-Timeout/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/PerlIO-via-Timeout-0.280.0 dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DA/DAMS/IO-Socket-Timeout-0.27.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 28ca2b834dd6b64c9179af421c4d763e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=1e162e4f16204a9150bad0a38541cc79

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/Module-Build-Tiny-0.30.0 >=virtual/perl-ExtUtils-MakeMaker-6.300.0 virtual/perl-File-Spec virtual/perl-IO test? ( virtual/perl-Test-Simple dev-perl/Test-TCP ) dev-lang/perl:=[-build(-)]
DESCRIPTION=PerlIO layer that adds read & write timeout to a handle
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/PerlIO-via-Timeout/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=virtual/perl-Exporter-5.570.0 virtual/perl-Scalar-List-Utils dev-perl/Time-Out dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DA/DAMS/PerlIO-via-Timeout-0.29.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 28ca2b834dd6b64c9179af421c4d763e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=0d3d971b2c694ac66fda656a9821071a

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/IO-Socket-Timeout-0.220.0 dev-perl/Try-Tiny >=dev-perl/Module-Build-Tiny-0.36.0 test? ( virtual/perl-Digest-SHA virtual/perl-File-Spec virtual/perl-IO dev-perl/IO-String virtual/perl-IPC-Cmd dev-perl/Test-Deep dev-perl/Test-Fatal >=virtual/perl-Test-Simple-0.980.0 dev-perl/Test-SharedFork >=dev-perl/Test-TCP-1.190.0 ) dev-lang/perl:=[-build(-)]
DESCRIPTION=Perl binding for Redis database
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Redis/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=>=dev-perl/IO-Socket-Timeout-0.220.0 dev-perl/Try-Tiny dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DA/DAMS/Redis-1.976.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 28ca2b834dd6b64c9179af421c4d763e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=7f552d5640b1030ed6b23ff38dcc9cc0

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=virtual/perl-ExtUtils-MakeMaker dev-lang/perl:=[-build(-)]
DESCRIPTION=Easily timeout long running operations
EAPI=5
HOMEPAGE=http://search.cpan.org/dist/Time-Out/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1+ )
RDEPEND=dev-lang/perl:=[-build(-)]
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PA/PATL/Time-Out-0.11.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 perl-module 28ca2b834dd6b64c9179af421c4d763e toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac unpacker f300a7ca9131b1024a79762e8edd3c52
_md5_=fc0a0a93b4c5432361a9f4caa0870538

@ -11,4 +11,4 @@ REQUIRED_USE=|| ( python_targets_python2_7 )
SLOT=0
SRC_URI=http://www.reportlab.com/ftp/reportlab-2.6.tar.gz http://www.reportlab.com/ftp/fonts/pfbfer-20070710.zip
_eclasses_=distutils-r1 14bf2faa8bf611e0b13aeedc24cefa6c eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 multibuild ddc59d206214ef1c240093e1bb2513cf multilib 3bf24e6abb9b76d9f6c20600f0b716bf multiprocessing d7f2985a2c76c365ee20269db5261414 prefix 21058c21ca48453d771df15500873ede python-r1 a2dac9ffff107078f25147aac958a68f python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=caff6bb3662043bc3d342e4566161464
_md5_=62042d15cba2760dc220eac480601cba

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup test
DEPEND=>=dev-lang/ocaml-3.10:=[ocamlopt?] dev-ml/sexplib:= emacs? ( virtual/emacs ) ocaml? ( dev-ml/findlib:= ) pcre? ( dev-ml/pcre-ocaml:= ) python? ( >=dev-lang/python-2.7.5-r2:2.7 dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] ) virtual/pkgconfig doc? ( virtual/latex-base dev-texlive/texlive-latexextra dev-texlive/texlive-fontsextra ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Program matching and transformation engine
EAPI=5
HOMEPAGE=http://coccinelle.lip6.fr/
IUSE=doc emacs ocaml +ocamlopt pcre python test vim-syntax python_targets_python2_7
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-lang/ocaml-3.10:=[ocamlopt?] dev-ml/sexplib:= emacs? ( virtual/emacs ) ocaml? ( dev-ml/findlib:= ) pcre? ( dev-ml/pcre-ocaml:= ) python? ( >=dev-lang/python-2.7.5-r2:2.7 dev-lang/python-exec:=[python_targets_python2_7(-)?,-python_single_target_jython2_5(-),-python_single_target_jython2_7(-),-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python3_3(-),-python_single_target_python3_4(-),python_single_target_python2_7(+)] ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
REQUIRED_USE=test? ( ocaml python )
SLOT=0
SRC_URI=http://coccinelle.lip6.fr/distrib/coccinelle-1.0.0-rc23.tgz
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e bash-completion-r1 c8399c7c7ecbcf7ed6e5bd3abb3d4af3 elisp-common 1aa23b3de5dae55456fa2071428eb5bf eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf python-single-r1 cc5b6367244dc2070b496eb9a92d5b87 python-utils-r1 d5328656d500f65898a5f51634722f61 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=a219ef16be0c8164ed09201b5fdc6138

@ -11,4 +11,4 @@ RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/dolphin-emu/dolphin/archive/4.0.2.zip
_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 cmake-utils e2cc76ea65ae78da8e4696dad93f5d29 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 games bc8839608d26ccd57ca4f2f01c67460f multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils dfe060cb70d89757fde5c1ff8405e950 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f wxwidgets 6d6eec2685256d35511e7b6d5461bec9
_md5_=b9712df42b9df97cf4ea88f4be98baa0
_md5_=9dca2197b2215b95bb23e838d741bbc4

@ -8,4 +8,4 @@ LICENSE=GPL-2
RDEPEND=>=media-libs/glew-1.10 >=media-libs/libsdl-1.2[joystick] >=media-libs/libsfml-2.1 >=net-libs/miniupnpc-1.8 sys-libs/readline x11-libs/libXext x11-libs/libXrandr alsa? ( media-libs/alsa-lib ) ao? ( media-libs/libao ) bluetooth? ( net-wireless/bluez ) ffmpeg? ( virtual/ffmpeg ) lzo? ( dev-libs/lzo ) openal? ( media-libs/openal ) opengl? ( virtual/opengl ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-sound/pulseaudio ) games-misc/games-envd
SLOT=0
_eclasses_=base 87f7447ccfc06fd0729ff4684e11e0d6 cmake-utils e2cc76ea65ae78da8e4696dad93f5d29 eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 games bc8839608d26ccd57ca4f2f01c67460f git-2 e28f0d8a9b321431b1e699782851b827 multilib 3bf24e6abb9b76d9f6c20600f0b716bf pax-utils dfe060cb70d89757fde5c1ff8405e950 toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac user f54e098dd38ba1c0847a13e685b87747 versionator cd0bcdb170807e4a1984115e9d53a26f wxwidgets 6d6eec2685256d35511e7b6d5461bec9
_md5_=29231ea6adc0cb9de557d6592c49e702
_md5_=de4e026965d33a6d17dd93cc533e067d

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare
DEPEND=sys-libs/zlib dev-libs/tinyxml2 >=media-libs/libzen-0.4.28[static-libs=] curl? ( net-misc/curl ) mms? ( >=media-libs/libmms-0.6.1[static-libs=] ) virtual/pkgconfig doc? ( app-doc/doxygen ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=MediaInfo libraries
EAPI=5
HOMEPAGE=http://mediaarea.net/mediainfo/
IUSE=curl doc mms static-libs
KEYWORDS=amd64 x86
LICENSE=BSD-2
RDEPEND=sys-libs/zlib dev-libs/tinyxml2 >=media-libs/libzen-0.4.28[static-libs=] curl? ( net-misc/curl ) mms? ( >=media-libs/libmms-0.6.1[static-libs=] )
SLOT=0
SRC_URI=mirror://sourceforge/mediainfo/libmediainfo_0.7.64.tar.bz2
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=62de09989c42dded8c121a5ec2bb8612

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare
DEPEND=sys-libs/zlib dev-libs/tinyxml2:= >=media-libs/libzen-0.4.28[static-libs=] curl? ( net-misc/curl ) mms? ( >=media-libs/libmms-0.6.1[static-libs=] ) virtual/pkgconfig doc? ( app-doc/doxygen ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=MediaInfo libraries
EAPI=5
HOMEPAGE=http://mediaarea.net/mediainfo/
IUSE=curl doc mms static-libs
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RDEPEND=sys-libs/zlib dev-libs/tinyxml2:= >=media-libs/libzen-0.4.28[static-libs=] curl? ( net-misc/curl ) mms? ( >=media-libs/libmms-0.6.1[static-libs=] )
SLOT=0
SRC_URI=mirror://sourceforge/mediainfo/libmediainfo_0.7.68.tar.bz2
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=f3fbb7e3adc58400ba3b356435415e82

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare
DEPEND=sys-libs/zlib dev-libs/tinyxml2:= >=media-libs/libzen-0.4.28[static-libs=] curl? ( net-misc/curl ) mms? ( >=media-libs/libmms-0.6.1[static-libs=] ) virtual/pkgconfig doc? ( app-doc/doxygen ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=MediaInfo libraries
EAPI=5
HOMEPAGE=http://mediaarea.net/mediainfo/
IUSE=curl doc mms static-libs
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RDEPEND=sys-libs/zlib dev-libs/tinyxml2:= >=media-libs/libzen-0.4.28[static-libs=] curl? ( net-misc/curl ) mms? ( >=media-libs/libmms-0.6.1[static-libs=] )
SLOT=0
SRC_URI=mirror://sourceforge/mediainfo/libmediainfo_0.7.69.tar.bz2
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=dd4d2023f9aada1920a60430869d5975

@ -10,4 +10,4 @@ RDEPEND=sys-libs/zlib dev-libs/tinyxml2:= >=media-libs/libzen-0.4.28[static-libs
SLOT=0
SRC_URI=mirror://sourceforge/mediainfo/libmediainfo_0.7.70.tar.bz2
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 flag-o-matic eda1c0b5ba85b3eeb555a071d69eb819 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=205a8f28c536d60a89e3eedd60b8e133
_md5_=75be34a9fe4d5be5fddf38cd93282d90

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup
DEPEND=sys-libs/zlib media-libs/libzen ~media-libs/libmediainfo-0.7.64[curl=,mms=] wxwidgets? ( x11-libs/wxGTK:2.8[X] ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=MediaInfo supplies technical and tag information about media files
EAPI=5
HOMEPAGE=http://mediaarea.net/mediainfo/
IUSE=curl mms wxwidgets
KEYWORDS=amd64 x86
LICENSE=BSD-2
RDEPEND=sys-libs/zlib media-libs/libzen ~media-libs/libmediainfo-0.7.64[curl=,mms=] wxwidgets? ( x11-libs/wxGTK:2.8[X] )
SLOT=0
SRC_URI=mirror://sourceforge/mediainfo/mediainfo_0.7.64.tar.bz2
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac wxwidgets 6d6eec2685256d35511e7b6d5461bec9
_md5_=2d165794844934f3f6d96a92d8356a92

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup
DEPEND=sys-libs/zlib media-libs/libzen ~media-libs/libmediainfo-0.7.68[curl=,mms=] wxwidgets? ( x11-libs/wxGTK:3.0[X] ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=MediaInfo supplies technical and tag information about media files
EAPI=5
HOMEPAGE=http://mediaarea.net/mediainfo/
IUSE=curl mms wxwidgets
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RDEPEND=sys-libs/zlib media-libs/libzen ~media-libs/libmediainfo-0.7.68[curl=,mms=] wxwidgets? ( x11-libs/wxGTK:3.0[X] )
SLOT=0
SRC_URI=mirror://sourceforge/mediainfo/mediainfo_0.7.68.tar.bz2
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac wxwidgets 6d6eec2685256d35511e7b6d5461bec9
_md5_=d8719915b1c40dd468f58b6b18252d85

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup
DEPEND=sys-libs/zlib media-libs/libzen ~media-libs/libmediainfo-0.7.69[curl=,mms=] wxwidgets? ( x11-libs/wxGTK:3.0[X] ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.13:1.13 >=sys-devel/automake-1.14:1.14 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=MediaInfo supplies technical and tag information about media files
EAPI=5
HOMEPAGE=http://mediaarea.net/mediainfo/
IUSE=curl mms wxwidgets
KEYWORDS=~amd64 ~x86
LICENSE=BSD-2
RDEPEND=sys-libs/zlib media-libs/libzen ~media-libs/libmediainfo-0.7.69[curl=,mms=] wxwidgets? ( x11-libs/wxGTK:3.0[X] )
SLOT=0
SRC_URI=mirror://sourceforge/mediainfo/mediainfo_0.7.69.tar.bz2
_eclasses_=autotools c118b9a8e93bfef124f2d7a2fe56a95e eutils 6faef4c127028ccbba3a11400d24ae34 libtool 52d0e17251d04645ffaa61bfdd858944 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac wxwidgets 6d6eec2685256d35511e7b6d5461bec9
_md5_=bbf6c5afa1d6163245feacba8bc106f9

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install prepare
DEPEND=doc? ( dev-lang/perl >=app-text/docbook2X-0.8.8-r2 app-text/docbook-xml-dtd:4.4 )
DESCRIPTION=a growing collection of the unix tools that nobody thought to write thirty years ago
EAPI=5
HOMEPAGE=http://joeyh.name/code/moreutils/
IUSE=+doc +perl
KEYWORDS=~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux
LICENSE=GPL-2
RDEPEND=perl? ( dev-lang/perl dev-perl/IPC-Run dev-perl/Time-Duration dev-perl/TimeDate )
SLOT=0
SRC_URI=mirror://debian/pool/main/m/moreutils/moreutils_0.54.orig.tar.gz
_eclasses_=eutils 6faef4c127028ccbba3a11400d24ae34 multilib 3bf24e6abb9b76d9f6c20600f0b716bf toolchain-funcs 0dfbfa13f57c6184f4728d12ac002aac
_md5_=d4918745bb95d334052ddb6f5f1f3614

@ -1 +1 @@
Thu, 11 Dec 2014 19:09:33 +0000
Fri, 12 Dec 2014 05:07:04 +0000

@ -1 +1 @@
Thu Dec 11 19:09:30 UTC 2014
Fri Dec 12 05:07:00 UTC 2014

@ -1 +1 @@
Thu, 11 Dec 2014 19:30:01 +0000
Fri, 12 Dec 2014 05:30:01 +0000

@ -1 +1 @@
1418324701 Thu 11 Dec 2014 07:05:01 PM UTC UTC
1418360701 Fri 12 Dec 2014 05:05:01 AM UTC UTC

@ -2,3 +2,4 @@ DIST moreutils_0.50.tar.gz 46952 SHA256 4df833f17c2c6781c1d500ac51455af1929db5ae
DIST moreutils_0.51.tar.gz 47404 SHA256 579e1e61f874d105ec3b6cf898a3ce7e487a58773a44769ce34c2fc7315cb141 SHA512 d81e2a51d5a7740590bebef7db929a0296f73fe3d58a58e3524cbe8392b3ba8c77769136327784bda0c23558a2b4109ec84c263a48abfa3a1fbdaeef12e877aa WHIRLPOOL 7fbbae5937ca9e634ba888fa99090c534f7c43618ab227f06725d68f36294816ecbdb2e81bdb66db95d2486ca39135f7ea86220dd793e2bbd36f6a6d4e25e79e
DIST moreutils_0.52.tar.gz 47511 SHA256 c4bcf2f5bac09312ed5aa48d2cecd77a1c9609017b7a2acb2ac9fdd197480ffb SHA512 a2d9380bcaa1cefc1c1c744e71bf551fadeee4a76d7fac67051d4ca746e8f8df2a1c0a8e5721b430223958208189931168885777a5a0cb1ca66dc74421ef5b1b WHIRLPOOL e78fc1d9299e1dd2c333e895323566dac25cbe513d5ecddbfeee6104d1d925a4e67d3bcf1195dd4faf44b025e7619d15a4c257fc37150bc77bff42bfe9cb8b5a
DIST moreutils_0.53.tar.gz 47613 SHA256 4f1842467759b6747f28a624c317a315f0b54a44440d2c8e2eec4d10144696fc SHA512 ea4eec3f66b14d86898da178dc3b7900ea4b266a8118e6b2decb2dd01217ae5918d4b45b952366be12a27b8b83791ec877ec0749e3272e6adb4fb1f14b706bf1 WHIRLPOOL b9d7f14fd1b77bb7f2bbc6ccbfeb07a0af743509809ecb2f1b9a448ecaf0a5f517cca384e3792e149b95679054cc27d73ffb9c5dd71c9c735fd0a4921960980b
DIST moreutils_0.54.orig.tar.gz 45575 SHA256 50281c4d6bbbc8ab08f881c44a01c367049a09c19b7375023dec2543493b529f SHA512 c398ed126e5735356688654ee361063cbe8dbd76ff28aa856feb87c0a1fe812d78c2cd1ee84b029180c45161720659669960362583744ad4c9e3105c2575a2a1 WHIRLPOOL 0911b70552bcd2d542503fd3b1f84362f62b5a4719fff8aa4452774e735a28ff86f674f85ce66285fdb14e8397a65f857cfc4b86a27d81b27df9eaf8f1a8dee8

@ -0,0 +1,56 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.54.ebuild,v 1.1 2014/12/11 23:07:51 radhermit Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="a growing collection of the unix tools that nobody thought to write thirty years ago"
HOMEPAGE="http://joeyh.name/code/moreutils/"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux"
IUSE="+doc +perl"
RDEPEND="
perl? (
dev-lang/perl
dev-perl/IPC-Run
dev-perl/Time-Duration
dev-perl/TimeDate
)"
DEPEND="
doc? (
dev-lang/perl
>=app-text/docbook2X-0.8.8-r2
app-text/docbook-xml-dtd:4.4
)"
src_prepare() {
# don't build manpages
if ! use doc ; then
sed -i -e '/^all:/s/$(MANS)//' -e '/man1/d' Makefile || die
fi
# don't install perl scripts
if ! use perl ; then
sed -i -e '/PERLSCRIPTS/d' Makefile || die
fi
}
src_compile() {
tc-export CC
emake CFLAGS="${CFLAGS}" DOCBOOK2XMAN=docbook2man.pl PREFIX="${EPREFIX}/usr"
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INSTALL_BIN=install install
# sys-process is more advanced than parallel from moreutils, rename it
if use doc; then
mv "${ED}"usr/share/man/man1/{,${PN}_}parallel.1 || die
fi
mv "${ED}"usr/bin/{,${PN}_}parallel || die
}
Loading…
Cancel
Save