[gentoo-commits] gentoo-x86 commit in xfce-base/xfwm4: xfwm4-4.12.1.ebuild ChangeLog
mgorny 15/03/15 05:58:11 Modified: ChangeLog Added:xfwm4-4.12.1.ebuild Log: Version bump with some fixes. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.231xfce-base/xfwm4/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.231&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?rev=1.231&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/ChangeLog?r1=1.230&r2=1.231 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v retrieving revision 1.230 retrieving revision 1.231 diff -u -r1.230 -r1.231 --- ChangeLog 8 Mar 2015 15:06:39 - 1.230 +++ ChangeLog 15 Mar 2015 05:58:10 - 1.231 @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/xfwm4 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.230 2015/03/08 15:06:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/ChangeLog,v 1.231 2015/03/15 05:58:10 mgorny Exp $ + +*xfwm4-4.12.1 (15 Mar 2015) + + 15 Mar 2015; Michał Górny +xfwm4-4.12.1.ebuild: + Version bump with some fixes. *xfwm4-4.12.0 (08 Mar 2015) 1.1 xfce-base/xfwm4/xfwm4-4.12.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/xfwm4-4.12.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfwm4/xfwm4-4.12.1.ebuild?rev=1.1&content-type=text/plain Index: xfwm4-4.12.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/xfce-base/xfwm4/xfwm4-4.12.1.ebuild,v 1.1 2015/03/15 05:58:10 mgorny Exp $ EAPI=5 inherit xfconf DESCRIPTION="Window manager for the Xfce desktop environment" HOMEPAGE="http://www.xfce.org/projects/"; SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug dri startup-notification +xcomposite" RDEPEND=">=dev-libs/glib-2.20 >=x11-libs/gtk+-2.24:2 x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr x11-libs/libXrender x11-libs/pango >=x11-libs/libwnck-2.30:1 >=xfce-base/libxfce4util-4.10 >=xfce-base/libxfce4ui-4.10 >=xfce-base/xfconf-4.10 dri? ( >=x11-libs/libdrm-2.4 ) startup-notification? ( x11-libs/startup-notification ) xcomposite? ( x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXfixes )" DEPEND="${RDEPEND} dev-util/intltool sys-devel/gettext virtual/pkgconfig" pkg_setup() { XFCONF=( --docdir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable dri libdrm) $(use_enable startup-notification) --enable-xsync --enable-render --enable-randr $(use_enable xcomposite compositor) $(xfconf_use_debug) ) DOCS=( AUTHORS ChangeLog COMPOSITOR NEWS README TODO ) }
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Gearman-XS/
commit: e974d3966fc3096cb00542e796b501992e76e6f0 Author: Pavel Denisov gmail com> AuthorDate: Fri Mar 6 02:27:42 2015 + Commit: Kent Fredric gmail com> CommitDate: Fri Mar 6 02:27:42 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e974d396 [added] dev-perl/Gearman-XS-0.150.0 Package-Manager: portage-2.2.17 dev-perl/Gearman-XS/Gearman-XS-0.150.0.ebuild | 43 +++ dev-perl/Gearman-XS/metadata.xml | 17 +++ 2 files changed, 60 insertions(+) diff --git a/dev-perl/Gearman-XS/Gearman-XS-0.150.0.ebuild b/dev-perl/Gearman-XS/Gearman-XS-0.150.0.ebuild new file mode 100644 index 000..039ef3a --- /dev/null +++ b/dev-perl/Gearman-XS/Gearman-XS-0.150.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=KROW +MODULE_VERSION=0.15 +inherit perl-module + +DESCRIPTION='Perl front end for the Gearman C library.' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +extra_depend() { + echo sys-cluster/gearmand +} +perl_meta_configure() { + # ExtUtils::CBuilder 0.27 ( 0.270.0 ) + echo \>=virtual/perl-ExtUtils-CBuilder-0.270.0 + # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 + # Missing in meta, added manually + echo dev-perl/Module-Install +} +perl_meta_build() { + # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 + # Storable + echo virtual/perl-Storable + # Test::More + echo virtual/perl-Test-Simple +} +perl_meta_runtime() { + # perl v5.6.0 ( 5.6.0 ) + echo \>=dev-lang/perl-5.6.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" diff --git a/dev-perl/Gearman-XS/metadata.xml b/dev-perl/Gearman-XS/metadata.xml new file mode 100644 index 000..12f4342 --- /dev/null +++ b/dev-perl/Gearman-XS/metadata.xml @@ -0,0 +1,17 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + +perl + +pavel.a.deni...@gmail.com +Pavel Denisov + + +Gearman-XS +Gearman::XS +Gearman::XS::Client +Gearman::XS::Job +Gearman::XS::Task +Gearman::XS::Worker + +
[gentoo-commits] proj/perl-overlay:master commit in: eclass/
commit: 5f8e66084195ff46a00c8e86fe0ce9c734e026e9 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 15 05:04:24 2015 + Commit: Kent Fredric gmail com> CommitDate: Sun Mar 15 05:04:24 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5f8e6608 [perl-module.eclass] make perl_qawarn invocations have clearer errors under PERL_QAFATAL eclass/perl-module.eclass | 47 --- 1 file changed, 32 insertions(+), 15 deletions(-) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index dcf8620..f71753e 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -20,7 +20,7 @@ PERL_EXPF="src_unpack src_compile src_test src_install" case "${EAPI:-0}" in 0|1) eqawarn "$P: EAPI 0 and 1 are deprecated both in ::gentoo and ::perl-experimental" - perl_qafatal "eapi"; + perl_qafatal "eapi" "EAPI 0 and 1 are deprecated"; PERL_EXPF+=" pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm" ;; 2|3|4|5) @@ -152,14 +152,14 @@ perl-module_src_configure() { if [[ ${DEPEND} != *dev-perl/Module-Build-Tiny* && ${PN} != Module-Build-Tiny ]]; then eqawarn "QA Notice: The ebuild uses Module::Build::Tiny but doesn't depend on it." eqawarn " Add dev-perl/Module-Build-Tiny to DEPEND!" - perl_qafatal "modulebuildtiny" + perl_qafatal "modulebuildtiny" "Needs to depend on Module-Build-Tiny" fi else einfo "Using Module::Build" if [[ ${DEPEND} != *virtual/perl-Module-Build* && ${PN} != Module-Build ]] ; then eqawarn "QA Notice: The ebuild uses Module::Build but doesn't depend on it." eqawarn " Add virtual/perl-Module-Build to DEPEND!" - perl_qafatal "modulebuild" + perl_qafatal "modulebuild" "Needs to depend on Module-Build" fi fi set -- \ @@ -394,7 +394,7 @@ perl-module_pkg_postinst() { if [[ ${CATEGORY} != perl-core ]] ; then eqawarn "perl-module.eclass: You are calling perl-module_pkg_postinst outside the perl-core category." eqawarn " This does not do anything; the call can be safely removed." - perl_qafatal "function" + perl_qafatal "function" "$FUNCNAME is private to perl-core" return 0 fi perl_link_duallife_scripts @@ -422,7 +422,7 @@ perl-module_pkg_postrm() { if [[ ${CATEGORY} != perl-core ]] ; then eqawarn "perl-module.eclass: You are calling perl-module_pkg_postrm outside the perl-core category." eqawarn " This does not do anything; the call can be safely removed." - perl_qafatal "function" + perl_qafatal "function" "$FUNCNAME is private to perl-core" return 0 fi perl_link_duallife_scripts @@ -470,7 +470,7 @@ perl_check_module_version() { if [[ -n ${REAL_PV} && ${REAL_PV} != ${PV} ]] ; then eqawarn "QA Notice: Based on MODULE_VERSION=${MODULE_VERSION} the ebuild version ${PV} is wrong!" eqawarn " The ebuild version should be ${REAL_PV}" - perl_qafatal "version" + perl_qafatal "version" "${REAL_PV} != ${PV}" fi } @@ -658,33 +658,49 @@ perl_link_duallife_scripts() { perl_set_eprefix - local i ff + local i ff execdir mandir + + execdir="usr/share/perl-${P}/bin" + mandir="usr/share/perl-${P}/man/man1" + if has "${EBUILD_PHASE:-none}" "postinst" "postrm" ; then for i in "${DUALLIFESCRIPTS[@]}" ; do + alternatives_auto_makesym "/${i}-${PV}" "${EROOT}${execdir}/${i##*/}" alternatives_auto_makesym "/${i}" "/${i}-[0-9]*" done for i in "${DUALLIFEMAN[@]}" ; do - ff=`echo "${EROOT}"/${i%.1}-${PV}-${P}.1*` + # Expand $i to a full path as it was installed, + # which may add .gz or whatever to the end during compress. + # then boil it till you just get ".gz" + ff="${EROOT}${mandir}/${i##*/}"; + ff=$( echo ${ff%.1}.1* ); ff=${ff##*.1} - alternatives_auto_makesym "/${i}${ff}" "/${i%.1}-[0-9]*" + alternatives_auto_makesym "/${i%.1}-${PV}.1${ff}" "${EROOT}${mandir}/${i##*/}${ff}" + alternatives_auto_makesym "/${i}${ff}" "/${i%.1}-[0-9]*.1${ff}"
[gentoo-commits] proj/perl-overlay:master commit in: eclass/
commit: 4abc0cf75db47cf0389e3bd126487168e5ded370 Author: Kent Fredric gmail com> AuthorDate: Sun Mar 15 03:28:14 2015 + Commit: Kent Fredric gmail com> CommitDate: Sun Mar 15 03:32:17 2015 + URL:https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=4abc0cf7 [perl-module.eclass] Add perl_check_env patch re bug 543042 eclass/perl-module.eclass | 45 + 1 file changed, 45 insertions(+) diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 593a030..dcf8620 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -131,6 +131,8 @@ perl-module_src_configure() { [[ ${SRC_PREP} = yes ]] && return 0 SRC_PREP="yes" + perl_check_env + perl_set_version perl_set_eprefix @@ -726,3 +728,46 @@ perl_set_eprefix() { ;; esac } + +# @FUNCTION: perl_check_env +# @USAGE: perl_check_env +# @DESCRIPTION: +# Checks a blacklist of known-suspect ENV values that can be accidentally set by users +# doing personal perl work, which may accidentally leak into portage and break the +# system perl installaton. +# Dies if any of the suspect fields are found, and tells users the circumvention options +# for the problem, whether it be unsetting the bad fields, or setting +# I_KNOW_WHAT_IM_DOING=1 + +perl_check_env() { + local errored value; + + for i in PERL_MM_OPT PERL5LIB PERL5OPT PERL_MB_OPT PERL_CORE PERLPREFIX; do + # Next unless match + [ -v $i ] || continue; + + # Warn only once, and warn only when one of the bad values are set. + # record failure here. + [ ${errored:-0} == 0 ] && \ + ewarn "perl-module.eclass: Suspect ENV values found."; + + errored=1 + + # Read ENV Value + eval "value=\$$i"; + + # Print ENV name/value pair + ewarn "$i=\"$value\""; + done + + # Return if there were no failures + [ ${errored:-0} == 0 ] && return; + + # Return if user knows what they're doing + if [ ${I_KNOW_WHAT_IM_DOING:-0} == 1 ]; then + ewarn "Continuing due to I_KNOW_WHAT_IM_DOING=1" + return + fi + + die "Please unset from ENV ( ~/.bashrc, package.env, etc ) or set I_KNOW_WHAT_IM_DOING=1" +}
[gentoo-commits] gentoo-x86 commit in dev-qt/qt-docs: qt-docs-5.4.1.ebuild ChangeLog
yngwin 15/03/15 04:34:26 Modified: qt-docs-5.4.1.ebuild ChangeLog Log: Adjust description (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.2 dev-qt/qt-docs/qt-docs-5.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/qt-docs-5.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/qt-docs-5.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/qt-docs-5.4.1.ebuild?r1=1.1&r2=1.2 Index: qt-docs-5.4.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/qt-docs-5.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qt-docs-5.4.1.ebuild15 Mar 2015 02:26:52 - 1.1 +++ qt-docs-5.4.1.ebuild15 Mar 2015 04:34:26 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/qt-docs-5.4.1.ebuild,v 1.1 2015/03/15 02:26:52 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/qt-docs-5.4.1.ebuild,v 1.2 2015/03/15 04:34:26 yngwin Exp $ EAPI=5 @@ -10,7 +10,7 @@ MY_PV="$(get_version_component_range 1)$(get_version_component_range 2)" MY_PV_MICRO="0" -DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other Qt documentation tools." +DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other tools" HOMEPAGE="https://www.qt.io/ https://qt-project.org/"; SRC_URI="http://download.qt.io/online/qtsdkrepository/linux_x64/desktop/${MY_PN}_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${PV}-${MY_PV_MICRO}${MY_PN}_docs.7z"; 1.2 dev-qt/qt-docs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 15 Mar 2015 02:26:52 - 1.1 +++ ChangeLog 15 Mar 2015 04:34:26 - 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-qt/qt-docs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v 1.1 2015/03/15 02:26:52 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v 1.2 2015/03/15 04:34:26 yngwin Exp $ + + 15 Mar 2015; Ben de Groot qt-docs-5.4.1.ebuild: + Adjust description *qtdocumentation-5.4.1 (14 Mar 2015)
[gentoo-commits] gentoo-x86 commit in games-emulation/raine: raine-0.51.9.ebuild ChangeLog
mr_bones_15/03/15 04:21:02 Modified: raine-0.51.9.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.7 games-emulation/raine/raine-0.51.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild?r1=1.6&r2=1.7 Index: raine-0.51.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- raine-0.51.9.ebuild 15 May 2014 16:39:45 - 1.6 +++ raine-0.51.9.ebuild 15 Mar 2015 04:21:02 - 1.7 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.6 2014/05/15 16:39:45 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/raine-0.51.9.ebuild,v 1.7 2015/03/15 04:21:02 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit flag-o-matic eutils games DESCRIPTION="R A I N E M680x0 Arcade Emulation" @@ -32,8 +32,7 @@ -e "/bindir/s:=.*:=\$(DESTDIR)${GAMES_BINDIR}:" \ -e "/sharedir =/s:=.*:=\$(DESTDIR)${GAMES_DATADIR}:" \ -e "/mandir/s:=.*:=\$(DESTDIR)/usr/share/man/man6:" \ - makefile \ - || die "sed failed" + makefile || die epatch "${FILESDIR}"/${P}-ldflags.patch \ "${FILESDIR}"/${P}-underlink.patch \ "${FILESDIR}"/${P}-libpng15.patch @@ -48,11 +47,11 @@ emake \ _MARCH="${CFLAGS}" \ VERBOSE=1 \ - ${myopts} || die "emake failed" + ${myopts} } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + default keepdir "${GAMES_DATADIR}"/${PN}/{roms,artwork,emudx,scripts/raine} dodoc docs/readme.txt prepgamesdirs 1.33 games-emulation/raine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/raine/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 15 May 2014 16:39:45 - 1.32 +++ ChangeLog 15 Mar 2015 04:21:02 - 1.33 @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/raine -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.32 2014/05/15 16:39:45 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/raine/ChangeLog,v 1.33 2015/03/15 04:21:02 mr_bones_ Exp $ + + 15 Mar 2015; Michael Sterrett raine-0.51.9.ebuild: + EAPI=5 15 May 2014; Ulrich Müller raine-0.51.9.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
[gentoo-commits] gentoo-x86 commit in games-util/deutex: deutex-4.4.0.ebuild ChangeLog
mr_bones_15/03/15 04:20:14 Modified: deutex-4.4.0.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.10 games-util/deutex/deutex-4.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/deutex/deutex-4.4.0.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/deutex/deutex-4.4.0.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/deutex/deutex-4.4.0.ebuild?r1=1.9&r2=1.10 Index: deutex-4.4.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-util/deutex/deutex-4.4.0.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- deutex-4.4.0.ebuild 11 Dec 2012 23:34:40 - 1.9 +++ deutex-4.4.0.ebuild 15 Mar 2015 04:20:14 - 1.10 @@ -1,9 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/deutex/deutex-4.4.0.ebuild,v 1.9 2012/12/11 23:34:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/deutex/deutex-4.4.0.ebuild,v 1.10 2015/03/15 04:20:14 mr_bones_ Exp $ -EAPI=2 -inherit base toolchain-funcs +EAPI=5 +inherit toolchain-funcs eutils DESCRIPTION="A wad composer for Doom, Heretic, Hexen and Strife" HOMEPAGE="http://www.teaser.fr/~amajorel/deutex/"; @@ -17,16 +17,16 @@ RDEPEND="" DEPEND="" -PATCHES=( "${FILESDIR}"/${P}-makefile.patch "${FILESDIR}"/${P}-64bit.patch - "${FILESDIR}"/${P}-ovflfix.patch ) - -src_compile() { +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-makefile.patch \ + "${FILESDIR}"/${P}-64bit.patch \ + "${FILESDIR}"/${P}-ovflfix.patch tc-export CC - base_src_make } src_install() { - dobin deusf deutex || die + dobin deusf deutex doman deutex.6 dodoc CHANGES README TODO } 1.10 games-util/deutex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/deutex/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/deutex/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/deutex/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-util/deutex/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 11 Dec 2012 23:34:40 - 1.9 +++ ChangeLog 15 Mar 2015 04:20:14 - 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-util/deutex -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/deutex/ChangeLog,v 1.9 2012/12/11 23:34:40 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/deutex/ChangeLog,v 1.10 2015/03/15 04:20:14 mr_bones_ Exp $ + + 15 Mar 2015; Michael Sterrett deutex-4.4.0.ebuild: + EAPI=5 11 Dec 2012; Ulrich Müller deutex-4.4.0.ebuild: Update LICENSE, see README and LICENSE files in tarball. @@ -33,4 +36,3 @@ 10 Mar 2010; Michael Sterrett +deutex-4.4.0.ebuild, +files/deutex-4.4.0-makefile.patch, +metadata.xml: Initial commit - ebuild submitted by Marcel Schmedes via bug #275323 -
[gentoo-commits] gentoo-x86 commit in lxqt-base/lxqt-meta: metadata.xml lxqt-meta-0.9.0-r2.ebuild ChangeLog
yngwin 15/03/15 03:16:22 Modified: metadata.xml ChangeLog Added:lxqt-meta-0.9.0-r2.ebuild Log: Add dependencies for oxygen-icons (bug #528676) and virtual/ttf-fonts, as they are expected in the default install. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.5 lxqt-base/lxqt-meta/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-meta/metadata.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-meta/metadata.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-meta/metadata.xml?r1=1.4&r2=1.5 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-meta/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml10 Feb 2015 17:11:15 - 1.4 +++ metadata.xml15 Mar 2015 03:16:22 - 1.5 @@ -6,14 +6,14 @@ Install app-admin/lxqt-admin Install x11-misc/pcmanfm-qt file manager -Install lxde-base/lxde-icon-theme -icon theme (pulls in x11-libs/gtk+) +Install an icon theme Install x11-misc/lightdm display manager Install media-gfx/lximage-qt image viewer Do not install x11-wm/openbox window manager +Prefer kde-base/oxygen-icons (default) Install lxqt-base/lxqt-powermanagement package Install x11-misc/sddm 1.10 lxqt-base/lxqt-meta/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-meta/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-meta/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-meta/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-meta/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 20 Feb 2015 11:47:51 - 1.9 +++ ChangeLog 15 Mar 2015 03:16:22 - 1.10 @@ -1,6 +1,13 @@ # ChangeLog for lxqt-base/lxqt-meta # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-meta/ChangeLog,v 1.9 2015/02/20 11:47:51 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-meta/ChangeLog,v 1.10 2015/03/15 03:16:22 yngwin Exp $ + +*lxqt-meta-0.9.0-r2 (15 Mar 2015) + + 15 Mar 2015; Ben de Groot +lxqt-meta-0.9.0-r2.ebuild, + metadata.xml: + Add dependencies for oxygen-icons (bug #528676) and virtual/ttf-fonts, as they + are expected in the default install. *lxqt-meta-0.9.0-r1 (20 Feb 2015) 1.1 lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild?rev=1.1&content-type=text/plain Index: lxqt-meta-0.9.0-r2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-meta/lxqt-meta-0.9.0-r2.ebuild,v 1.1 2015/03/15 03:16:22 yngwin Exp $ EAPI=5 DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment" HOMEPAGE="http://lxqt.org/"; LICENSE="metapackage" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="admin +filemanager +icons lightdm lximage minimal +oxygen +policykit powermanagement sddm ssh-askpass" REQUIRED_USE="oxygen? ( icons )" RDEPEND=" >=lxde-base/lxmenu-data-0.1.2 ~lxqt-base/lxqt-about-${PV} =lxqt-base/lxqt-common-0.9* ~lxqt-base/lxqt-config-${PV} ~lxqt-base/lxqt-globalkeys-${PV} ~lxqt-base/lxqt-notificationd-${PV} ~lxqt-base/lxqt-panel-${PV} ~lxqt-base/lxqt-qtplugin-${PV} ~lxqt-base/lxqt-runner-${PV} ~lxqt-base/lxqt-session-${PV} virtual/ttf-fonts admin? ( ~lxqt-base/lxqt-admin-${PV} ) filemanager? ( ~x11-misc/pcmanfm-qt-${PV} ) icons? ( oxygen? ( kde-base/oxygen-icons ) !oxygen? ( virtual/freedesktop-icon-theme ) ) lightdm? ( x11-misc/lightdm ) lximage? ( media-gfx/lximage-qt ) !minimal? ( x11-wm/openbox x11-misc/obconf-qt ) policykit? ( ~lxqt-base/lxqt-policykit-${PV} || ( sys-auth/consolekit[policykit(-)] sys-apps/systemd[policykit(-)] ) ) powermanagement? ( ~lxqt-base/lxqt-powermanagement-${PV} ) sddm? ( >=x11-misc/sddm-0.10.0 ) ssh-askpass? ( ~lxqt-ba
[gentoo-commits] gentoo-x86 commit in profiles/updates: 1Q-2015
yngwin 15/03/15 02:30:44 Modified: 1Q-2015 Log: Move qtdocumentation to qt-docs as per Qt team policy (bug 457028#c56) Revision ChangesPath 1.7 profiles/updates/1Q-2015 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/1Q-2015?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/1Q-2015?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/1Q-2015?r1=1.6&r2=1.7 Index: 1Q-2015 === RCS file: /var/cvsroot/gentoo-x86/profiles/updates/1Q-2015,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 1Q-2015 22 Feb 2015 06:43:51 - 1.6 +++ 1Q-2015 15 Mar 2015 02:30:44 - 1.7 @@ -13,3 +13,4 @@ move app-admin/lxqt-admin lxqt-base/lxqt-admin move net-misc/lxqt-openssh-askpass lxqt-base/lxqt-openssh-askpass move media-fonts/libertine-ttf media-fonts/libertine +move dev-qt/qtdocumentation dev-qt/qt-docs
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog
yngwin 15/03/15 02:30:44 Modified: ChangeLog Log: Move qtdocumentation to qt-docs as per Qt team policy (bug 457028#c56) Revision ChangesPath 1.9857 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9857&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9857&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9856&r2=1.9857 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9856 retrieving revision 1.9857 diff -u -r1.9856 -r1.9857 --- ChangeLog 15 Mar 2015 01:55:12 - 1.9856 +++ ChangeLog 15 Mar 2015 02:30:44 - 1.9857 @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9856 2015/03/15 01:55:12 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9857 2015/03/15 02:30:44 yngwin Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 15 Mar 2015; Ben de Groot updates/1Q-2015: + Move dev-qt/qtdocumentation to dev-qt/qt-docs as per Qt team policy (bug + 457028#c56) + 15 Mar 2015; Ben de Groot arch/amd64/package.use.mask, arch/x86/package.use.mask, base/package.use.mask: Globally mask bdplus useflag on media-libs/libbluray, and unmask on amd64/x86
[gentoo-commits] gentoo-x86 commit in dev-qt/qtdocumentation: ChangeLog Manifest metadata.xml qtdocumentation-5.4.1.ebuild
yngwin 15/03/15 02:27:44 Removed: ChangeLog Manifest metadata.xml qtdocumentation-5.4.1.ebuild Log: Move qtdocumentation to qt-docs as per Qt team policy (bug 457028#c56)
[gentoo-commits] gentoo-x86 commit in dev-qt/qt-docs: qt-docs-5.4.1.ebuild metadata.xml ChangeLog Manifest
yngwin 15/03/15 02:26:52 Added:qt-docs-5.4.1.ebuild metadata.xml ChangeLog Manifest Log: Move qtdocumentation to qt-docs as per Qt team policy (bug 457028#c56) (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.1 dev-qt/qt-docs/qt-docs-5.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/qt-docs-5.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/qt-docs-5.4.1.ebuild?rev=1.1&content-type=text/plain Index: qt-docs-5.4.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/qt-docs-5.4.1.ebuild,v 1.1 2015/03/15 02:26:52 yngwin Exp $ EAPI=5 inherit versionator MY_PN="qt5" MY_PV="$(get_version_component_range 1)$(get_version_component_range 2)" MY_PV_MICRO="0" DESCRIPTION="Documentation for Qt5, for use with Qt Creator and other Qt documentation tools." HOMEPAGE="https://www.qt.io/ https://qt-project.org/"; SRC_URI="http://download.qt.io/online/qtsdkrepository/linux_x64/desktop/${MY_PN}_${MY_PV}_src_doc_examples/qt.${MY_PV}.doc/${PV}-${MY_PV_MICRO}${MY_PN}_docs.7z"; LICENSE="|| ( LGPL-2.1 LGPL-3 )" SLOT="5" KEYWORDS="~amd64 ~x86" DEPEND="app-arch/p7zip" S="${WORKDIR}/Docs/Qt-$(get_version_component_range 1-2)" src_install() { rm -rf global # We remove the docs that conflict with qtcore local target="/usr/share/doc/qt-${PV}" dodir "${target}" docompress -x "${target}" insinto "${target}" doins -r * } 1.1 dev-qt/qt-docs/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> qt https://bugreports.qt.io/ http://qt-project.org/doc/ 1.1 dev-qt/qt-docs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-qt/qt-docs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-docs/ChangeLog,v 1.1 2015/03/15 02:26:52 yngwin Exp $ *qtdocumentation-5.4.1 (14 Mar 2015) 14 Mar 2015; Jason A. Donenfeld +metadata.xml, +qtdocumentation-5.4.1.ebuild: Qt documentation import 1.1 dev-qt/qt-docs/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-docs/Manifest?rev=1.1&content-type=text/plain Index: Manifest === DIST 5.4.1-0qt5_docs.7z 78331600 SHA256 3e98d788e03e9aacfdbcb8c458928a537208b4525c253dce04cc9b8d8116b7bd SHA512 23c2fed256d5f4eace52411f2582ed689bef063ca6dff0d928917dd62c9dcece3bd2409e005dd0cffc51c5f81d837f3875498caf928b0c6f91143f645687eb30 WHIRLPOOL 415a53f87b3dc9a9705363d98aa3f9ba454d9a339048df302b6aacddab2ac5ca2f2247a474b91652e92049c175e3d6ab2e8e7c0901d958619306f1cd11fc EBUILD qt-docs-5.4.1.ebuild 1025 SHA256 484a492e263f1d99d7488866772e989cbede47721304fc5cff6cb4ca2c01a3d0 SHA512 f73d31048b9263963d1243ea0155ddd4320a4f69e843d91a4e8bad912e20f4b948c34dd9ff356bf0311a9b6d22c823e1046a57fd7a8ace3230f8c0fc8cbf587e WHIRLPOOL fd351355ec1dedc8927249920fc1d01b5c9f6e9d9cef3ef1b86b4a7cb47328a2ab42a35def18056855a211284b997fa268191e5eaa7b1510920b6b3169dd4e2d MISC ChangeLog 280 SHA256 95ada2403f31fa9ae3d4ffb92eadcc249bfa95eae93a4403a6a11dbc47d413f5 SHA512 972549d4a0e1585d5808564467f02c69da5871a7309fe7e41660ed947f4ba61c02f77bdc3a5c665100b2f10ac511387faba4928735830c42f2016a117e83d1ee WHIRLPOOL eec3b6961a0e2e5d3c023a0981f9676e4b888c7661315ffc76aedf5cc4050ce64328b51d23069a343136565b276d4df30b44170a4825f1c997b4cade7dd4ce9c MISC metadata.xml 275 SHA256 27953caf318944ca21fac56f700bfc73fa85c88662528326ef008734734b4f5f SHA512 edcffb8d5f026245ae5aa8f59da26aa117de5d909bd4861b7e3fc5806a42f17b33491416f6d17663b347a161e737195f3a22e1ab7eca45a6403a95cd7ce7cb7a WHIRLPOOL 51ec5d0f5b4e4ac856a9e8b2076df202ede24095020e7f2d6c34f4e7c99fe85e6e4876508f51d3fde17b7109d048fb5432bae80155303efac864b9edf2c6403d
[gentoo-commits] gentoo-x86 commit in dev-qt/qt-docs: - New directory
yngwin 15/03/15 02:22:02 Log: Directory /var/cvsroot/gentoo-x86/dev-qt/qt-docs added to the repository
[gentoo-commits] gentoo-x86 commit in dev-php/PHPonTrax: PHPonTrax-0.18.0.ebuild ChangeLog PHPonTrax-0.17.0.ebuild
grknight15/03/15 02:08:32 Modified: ChangeLog Added:PHPonTrax-0.18.0.ebuild Removed: PHPonTrax-0.17.0.ebuild Log: Version bump and fix repoman issues; drop old; Upstream is rather morbid. This package may not last long (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6) Revision ChangesPath 1.3 dev-php/PHPonTrax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 19 Jan 2012 12:02:12 - 1.2 +++ ChangeLog 15 Mar 2015 02:08:32 - 1.3 @@ -1,6 +1,13 @@ -# ChangeLog for dev-php5/PHPonTrax -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/ChangeLog,v 1.2 2012/01/19 12:02:12 mabi Exp $ +# ChangeLog for dev-php/PHPonTrax +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/ChangeLog,v 1.3 2015/03/15 02:08:32 grknight Exp $ + +*PHPonTrax-0.18.0 (15 Mar 2015) + + 15 Mar 2015; Brian Evans +PHPonTrax-0.18.0.ebuild, + -PHPonTrax-0.17.0.ebuild: + Version bump and fix repoman issues; drop old; Upstream is rather morbid. + This package may not last long *PHPonTrax-0.17.0 (19 Jan 2012) @@ -17,4 +24,3 @@ 17 Aug 2007; Jakub Moc +metadata.xml, +PHPonTrax-0.14.0.ebuild: New ebuild, Bug 139514. - 1.1 dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild?rev=1.1&content-type=text/plain Index: PHPonTrax-0.18.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PHPonTrax/PHPonTrax-0.18.0.ebuild,v 1.1 2015/03/15 02:08:32 grknight Exp $ EAPI=5 inherit php-pear-r1 DESCRIPTION="Web-application and persistance framework based on Ruby on Rails" HOMEPAGE="http://www.phpontrax.com/"; SRC_URI="http://pear.phpontrax.com/get/${P}.tgz"; LICENSE="MIT" SLOT="0" IUSE="+mysql postgres" KEYWORDS="~amd64 ~x86" REQUIRED_USE="|| ( mysql postgres )" RDEPEND="virtual/httpd-php:* dev-lang/php:*[session,imap] dev-php/PEAR-MDB2 dev-php/PEAR-Mail dev-php/PEAR-Mail_Mime mysql? ( dev-php/PEAR-MDB2_Driver_mysql ) postgres? ( dev-php/PEAR-MDB2_Driver_pgsql )" pkg_postinst() { ewarn "This packages requires that you enable mod_rewrite in apache-2." }
[gentoo-commits] gentoo-x86 commit in media-libs/libbluray: metadata.xml libbluray-0.7.0.ebuild libbluray-9999.ebuild ChangeLog
yngwin 15/03/15 01:57:01 Modified: metadata.xml libbluray-0.7.0.ebuild libbluray-.ebuild ChangeLog Log: Add bdplus useflag (as requested in bug #524396). Sync live ebuild with 0.7.0 changes. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!) Revision ChangesPath 1.6 media-libs/libbluray/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml18 Nov 2012 17:43:49 - 1.5 +++ metadata.xml15 Mar 2015 01:57:01 - 1.6 @@ -4,6 +4,7 @@ video Add support for decryption of AACS +Use media-libs/libbdplus for BD+ decryption Add support for BD-J Install command-line utilities and examples 1.2 media-libs/libbluray/libbluray-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-0.7.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-0.7.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-0.7.0.ebuild?r1=1.1&r2=1.2 Index: libbluray-0.7.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.7.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libbluray-0.7.0.ebuild 29 Jan 2015 02:29:16 - 1.1 +++ libbluray-0.7.0.ebuild 15 Mar 2015 01:57:01 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.7.0.ebuild,v 1.1 2015/01/29 02:29:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-0.7.0.ebuild,v 1.2 2015/03/15 01:57:01 yngwin Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="aacs +fontconfig java static-libs +truetype utils +xml" +IUSE="aacs bdplus +fontconfig java static-libs +truetype utils +xml" COMMON_DEPEND=" xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] ) @@ -23,6 +23,7 @@ RDEPEND=" ${COMMON_DEPEND} aacs? ( >=media-libs/libaacs-0.6.0[${MULTILIB_USEDEP}] ) + bdplus? ( media-libs/libbdplus[${MULTILIB_USEDEP}] ) java? ( >=virtual/jre-1.6 ) " DEPEND=" 1.19 media-libs/libbluray/libbluray-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-.ebuild?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-.ebuild?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libbluray/libbluray-.ebuild?r1=1.18&r2=1.19 Index: libbluray-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- libbluray-.ebuild 5 Aug 2014 09:57:51 - 1.18 +++ libbluray-.ebuild 15 Mar 2015 01:57:01 - 1.19 @@ -1,27 +1,28 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-.ebuild,v 1.18 2014/08/05 09:57:51 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libbluray/libbluray-.ebuild,v 1.19 2015/03/15 01:57:01 yngwin Exp $ EAPI=5 - inherit autotools java-pkg-opt-2 git-r3 flag-o-matic eutils multilib-minimal -EGIT_REPO_URI="git://git.videolan.org/libbluray.git" DESCRIPTION="Blu-ray playback libraries" HOMEPAGE="http://www.videolan.org/developers/libbluray.html"; +EGIT_REPO_URI="git://git.videolan.org/libbluray.git" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" -IUSE="aacs java static-libs +truetype utils +xml" +IUSE="aacs bdplus +fontconfig java static-libs +truetype utils +xml" COMMON_DEPEND=" xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] ) + fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[${MU
[gentoo-commits] gentoo-x86 commit in profiles/base: package.use.mask
yngwin 15/03/15 01:55:12 Modified: package.use.mask Log: media-libs/libbluray bdplus use Revision ChangesPath 1.658profiles/base/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.658&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?rev=1.658&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.use.mask?r1=1.657&r2=1.658 Index: package.use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v retrieving revision 1.657 retrieving revision 1.658 diff -u -r1.657 -r1.658 --- package.use.mask9 Mar 2015 18:15:22 - 1.657 +++ package.use.mask15 Mar 2015 01:55:12 - 1.658 @@ -1,10 +1,14 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.657 2015/03/09 18:15:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.658 2015/03/15 01:55:12 yngwin Exp $ # This file requires >=portage-2.1.1 # New entries go on top. +# Ben de Groot (15 Mar 2015) +# Mask bdplus support and unmask on arches where libbdplus is keyworded. +media-libs/libbluray bdplus + # Michael Sterrett (09 Mar 2015) # Mask qt5 support until qt5 is stable so as to not # hold up making yabause stable.
[gentoo-commits] gentoo-x86 commit in profiles/arch/amd64: package.use.mask
yngwin 15/03/15 01:55:12 Modified: package.use.mask Log: media-libs/libbluray bdplus use Revision ChangesPath 1.196profiles/arch/amd64/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.196&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.196&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?r1=1.195&r2=1.196 Index: package.use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- package.use.mask1 Mar 2015 13:20:06 - 1.195 +++ package.use.mask15 Mar 2015 01:55:12 - 1.196 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.195 2015/03/01 13:20:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.196 2015/03/15 01:55:12 yngwin Exp $ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Ben de Groot (15 Mar 2015) +# media-libs/libbdplus is keyworded on amd64, so unmask the useflag +media-libs/libbluray -bdplus + # Michał Górny (01 Mar 2015) # pidgin-opensteamworks is only available for amd64, ppc32 and x86 net-im/telepathy-connection-managers -steam @@ -67,8 +71,8 @@ >=media-plugins/audacious-plugins-3.4 -sid # Tim Harder (13 Aug 2013) -# dev-lang/luajit keyworded for amd64 (masked in base) -# dev-scheme/racket keyworded for amd64 (masked in base) +# dev-lang/luajit keyworded for amd64 (masked in base) +# dev-scheme/racket keyworded for amd64 (masked in base) app-editors/vim -luajit -racket app-editors/gvim -luajit -racket
[gentoo-commits] gentoo-x86 commit in profiles/arch/x86: package.use.mask
yngwin 15/03/15 01:55:12 Modified: package.use.mask Log: media-libs/libbluray bdplus use Revision ChangesPath 1.151profiles/arch/x86/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/package.use.mask?rev=1.151&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/package.use.mask?rev=1.151&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/x86/package.use.mask?r1=1.150&r2=1.151 Index: package.use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v retrieving revision 1.150 retrieving revision 1.151 diff -u -r1.150 -r1.151 --- package.use.mask1 Mar 2015 13:20:06 - 1.150 +++ package.use.mask15 Mar 2015 01:55:12 - 1.151 @@ -1,9 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.150 2015/03/01 13:20:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/package.use.mask,v 1.151 2015/03/15 01:55:12 yngwin Exp $ # This file requires >=portage-2.1.1 +# Ben de Groot (15 Mar 2015) +# media-libs/libbdplus is keyworded on x86, so unmask the useflag +media-libs/libbluray -bdplus + # Michał Górny (01 Mar 2015) # pidgin-opensteamworks is only available for amd64, ppc32 and x86 net-im/telepathy-connection-managers -steam
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog
yngwin 15/03/15 01:55:12 Modified: ChangeLog Log: media-libs/libbluray bdplus use Revision ChangesPath 1.9856 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9856&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9856&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9855&r2=1.9856 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9855 retrieving revision 1.9856 diff -u -r1.9855 -r1.9856 --- ChangeLog 14 Mar 2015 20:54:55 - 1.9855 +++ ChangeLog 15 Mar 2015 01:55:12 - 1.9856 @@ -1,11 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9855 2015/03/14 20:54:55 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9856 2015/03/15 01:55:12 yngwin Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 15 Mar 2015; Ben de Groot arch/amd64/package.use.mask, + arch/x86/package.use.mask, base/package.use.mask: + Globally mask bdplus useflag on media-libs/libbluray, and unmask on amd64/x86 + where media-libs/libbdplus is keyworded. + 14 Mar 2015; Bernard Cafarelli package.mask: Unmask llvm 3.6
[gentoo-commits] proj/qt:master commit in: eclass/
commit: bd650e6e59c4d2dcc92de075abc97b3c2f623a17 Author: Davide Pesavento gentoo org> AuthorDate: Sun Mar 15 01:26:40 2015 + Commit: Davide Pesavento gentoo org> CommitDate: Sun Mar 15 01:27:52 2015 + URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=bd650e6e [qt4-build-multilib.eclass] Fix indentation. eclass/qt4-build-multilib.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 9580e63..a9764e9 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -291,7 +291,7 @@ qt4_multilib_src_configure() { x86-macos)arch=x86 ;; x86*) arch=i386 ;; alpha|arm|ia64|mips|s390) arch=$(tc-arch) ;; - arm64|hppa|sh)arch=generic ;; + arm64|hppa|sh)arch=generic ;; *) die "qt4-build-multilib.eclass: unsupported tc-arch '$(tc-arch)'" ;; esac
[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog qt4-build-multilib.eclass qt4-build.eclass
pesa15/03/15 01:25:19 Modified: ChangeLog qt4-build-multilib.eclass qt4-build.eclass Log: Fix indentation. Revision ChangesPath 1.1563 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1563&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1563&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1562&r2=1.1563 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1562 retrieving revision 1.1563 diff -u -r1.1562 -r1.1563 --- ChangeLog 14 Mar 2015 14:32:10 - 1.1562 +++ ChangeLog 15 Mar 2015 01:25:19 - 1.1563 @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1562 2015/03/14 14:32:10 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1563 2015/03/15 01:25:19 pesa Exp $ + + 15 Mar 2015; Davide Pesavento qt4-build.eclass, + qt4-build-multilib.eclass: + Fix indentation. 14 Mar 2015; Andreas K. Huettel perl-module.eclass: Turn deprecated functions into fatal errors 1.7 eclass/qt4-build-multilib.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build-multilib.eclass?r1=1.6&r2=1.7 Index: qt4-build-multilib.eclass === RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- qt4-build-multilib.eclass 11 Mar 2015 14:07:56 - 1.6 +++ qt4-build-multilib.eclass 15 Mar 2015 01:25:19 - 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.6 2015/03/11 14:07:56 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.7 2015/03/15 01:25:19 pesa Exp $ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: @@ -291,7 +291,7 @@ x86-macos)arch=x86 ;; x86*) arch=i386 ;; alpha|arm|ia64|mips|s390) arch=$(tc-arch) ;; - arm64|hppa|sh)arch=generic ;; + arm64|hppa|sh)arch=generic ;; *) die "qt4-build-multilib.eclass: unsupported tc-arch '$(tc-arch)'" ;; esac 1.161eclass/qt4-build.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.161&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?rev=1.161&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/qt4-build.eclass?r1=1.160&r2=1.161 Index: qt4-build.eclass === RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- qt4-build.eclass11 Mar 2015 14:07:56 - 1.160 +++ qt4-build.eclass15 Mar 2015 01:25:19 - 1.161 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.160 2015/03/11 14:07:56 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.161 2015/03/15 01:25:19 pesa Exp $ # @ECLASS: qt4-build.eclass # @MAINTAINER: @@ -326,7 +326,7 @@ x86-macos)conf+=" -arch x86" ;; x86|x86-*)conf+=" -arch i386" ;; alpha|arm|ia64|mips|s390) conf+=" -arch $(tc-arch)" ;; - arm64|hppa|sh) conf+=" -arch generic" ;; + arm64|hppa|sh)conf+=" -arch generic" ;; *) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;; esac
[gentoo-commits] proj/hardened-dev:master commit in: sys-kernel/hardened-sources/
commit: f3cc2f2e9fbf27cebae0de5b1649d6c98d2823ad Author: Anthony G. Basile gentoo org> AuthorDate: Sun Mar 15 00:47:55 2015 + Commit: Anthony G. Basile gentoo org> CommitDate: Sun Mar 15 00:47:55 2015 + URL:https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=f3cc2f2e sys-kernel/hardened-sources: update patchset 20150312 Package-Manager: portage-2.2.14 Manifest-Sign-Key: 0xF52D4BBA ...rdened-sources-3.14.35.ebuild => hardened-sources-3.14.35-r1.ebuild} | 2 +- .../{hardened-sources-3.18.9.ebuild => hardened-sources-3.19.1.ebuild} | 2 +- ...hardened-sources-3.2.68.ebuild => hardened-sources-3.2.68-r1.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-kernel/hardened-sources/hardened-sources-3.14.35.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.14.35-r1.ebuild similarity index 96% rename from sys-kernel/hardened-sources/hardened-sources-3.14.35.ebuild rename to sys-kernel/hardened-sources/hardened-sources-3.14.35-r1.ebuild index daf4509..8f84d6c 100644 --- a/sys-kernel/hardened-sources/hardened-sources-3.14.35.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-3.14.35-r1.ebuild @@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1" +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2" HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"; SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}" diff --git a/sys-kernel/hardened-sources/hardened-sources-3.18.9.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.19.1.ebuild similarity index 98% rename from sys-kernel/hardened-sources/hardened-sources-3.18.9.ebuild rename to sys-kernel/hardened-sources/hardened-sources-3.19.1.ebuild index 37add99..58f8621 100644 --- a/sys-kernel/hardened-sources/hardened-sources-3.18.9.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-3.19.1.ebuild @@ -6,7 +6,7 @@ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base" -K_GENPATCHES_VER="10" +K_GENPATCHES_VER="1" K_DEBLOB_AVAILABLE="1" inherit kernel-2 diff --git a/sys-kernel/hardened-sources/hardened-sources-3.2.68.ebuild b/sys-kernel/hardened-sources/hardened-sources-3.2.68-r1.ebuild similarity index 96% rename from sys-kernel/hardened-sources/hardened-sources-3.2.68.ebuild rename to sys-kernel/hardened-sources/hardened-sources-3.2.68-r1.ebuild index c19a757..7951116 100644 --- a/sys-kernel/hardened-sources/hardened-sources-3.2.68.ebuild +++ b/sys-kernel/hardened-sources/hardened-sources-3.2.68-r1.ebuild @@ -12,7 +12,7 @@ K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version -HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-1" +HGPV="${KV_MAJOR}.${KV_MINOR}.${KV_PATCH}-2" HGPV_URI="http://dev.gentoo.org/~blueness/hardened-sources/hardened-patches/hardened-patches-${HGPV}.extras.tar.bz2"; SRC_URI="${KERNEL_URI} ${HGPV_URI} ${GENPATCHES_URI} ${ARCH_URI}"
[gentoo-commits] gentoo-x86 commit in dev-python/oslotest: oslotest-1.5.1.ebuild ChangeLog
alunduil15/03/14 23:22:35 Modified: ChangeLog Added:oslotest-1.5.1.ebuild Log: add version 1.5.1 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!) Revision ChangesPath 1.12 dev-python/oslotest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 8 Mar 2015 23:54:47 - 1.11 +++ ChangeLog 14 Mar 2015 23:22:35 - 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/oslotest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.11 2015/03/08 23:54:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.12 2015/03/14 23:22:35 alunduil Exp $ + +*oslotest-1.5.1 (14 Mar 2015) + + 14 Mar 2015; Alex Brandt +oslotest-1.5.1.ebuild: + add version 1.5.1 08 Mar 2015; Pacho Ramos oslotest-1.3.0.ebuild: x86 stable, bug 540290 1.1 dev-python/oslotest/oslotest-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?rev=1.1&content-type=text/plain Index: oslotest-1.5.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild,v 1.1 2015/03/14 23:22:35 alunduil Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="OpenStack test framework" HOMEPAGE="http://launchpad.net/oslo"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux" IUSE="doc test" CDEPEND=" >=dev-python/pbr-0.6[${PYTHON_USEDEP}] !~dev-python/pbr-0.7[${PYTHON_USEDEP}]
[gentoo-commits] gentoo-x86 commit in games-util/catcodec: catcodec-1.0.3.ebuild ChangeLog
mr_bones_15/03/14 22:35:43 Modified: catcodec-1.0.3.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.6 games-util/catcodec/catcodec-1.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/catcodec/catcodec-1.0.3.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/catcodec/catcodec-1.0.3.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/catcodec/catcodec-1.0.3.ebuild?r1=1.5&r2=1.6 Index: catcodec-1.0.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-util/catcodec/catcodec-1.0.3.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- catcodec-1.0.3.ebuild 19 May 2012 20:27:17 - 1.5 +++ catcodec-1.0.3.ebuild 14 Mar 2015 22:35:43 - 1.6 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/catcodec-1.0.3.ebuild,v 1.5 2012/05/19 20:27:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/catcodec-1.0.3.ebuild,v 1.6 2015/03/14 22:35:43 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Decodes and encodes sample catalogues for OpenTTD" @@ -20,11 +20,11 @@ } src_compile() { - emake VERBOSE=1 || die + emake VERBOSE=1 } src_install() { - dobin catcodec || die + dobin catcodec dodoc changelog.txt docs/readme.txt doman docs/catcodec.1 } 1.12 games-util/catcodec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/catcodec/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/catcodec/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/catcodec/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-util/catcodec/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 22 Jan 2013 18:08:31 - 1.11 +++ ChangeLog 14 Mar 2015 22:35:43 - 1.12 @@ -1,6 +1,9 @@ # ChangeLog for games-util/catcodec -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/ChangeLog,v 1.11 2013/01/22 18:08:31 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/catcodec/ChangeLog,v 1.12 2015/03/14 22:35:43 mr_bones_ Exp $ + + 14 Mar 2015; Michael Sterrett catcodec-1.0.3.ebuild: + EAPI=5 22 Jan 2013; Michael Sterrett -catcodec-1.0.0.ebuild, -files/catcodec-1.0.0-build.patch:
[gentoo-commits] gentoo-x86 commit in games-util/etswitch: etswitch-0.1.14.ebuild ChangeLog
mr_bones_15/03/14 22:34:25 Modified: etswitch-0.1.14.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.9 games-util/etswitch/etswitch-0.1.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild?r1=1.8&r2=1.9 Index: etswitch-0.1.14.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- etswitch-0.1.14.ebuild 26 Nov 2009 19:48:34 - 1.8 +++ etswitch-0.1.14.ebuild 14 Mar 2015 22:34:25 - 1.9 @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.8 2009/11/26 19:48:34 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/etswitch-0.1.14.ebuild,v 1.9 2015/03/14 22:34:25 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="*nix minimizer for a few games" @@ -24,14 +24,17 @@ x11-proto/recordproto x11-proto/xf86vidmodeproto" -PATCHES=( "${FILESDIR}"/${P}-desktop-entry.patch "${FILESDIR}"/${P}-glibc.patch ) +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-desktop-entry.patch \ + "${FILESDIR}"/${P}-glibc.patch +} src_configure() { egamesconf --datadir=/usr/share } src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO + default prepgamesdirs } 1.6 games-util/etswitch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/etswitch/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 26 Nov 2009 19:48:34 - 1.5 +++ ChangeLog 14 Mar 2015 22:34:25 - 1.6 @@ -1,6 +1,9 @@ # ChangeLog for games-util/etswitch -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.5 2009/11/26 19:48:34 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-util/etswitch/ChangeLog,v 1.6 2015/03/14 22:34:25 mr_bones_ Exp $ + + 14 Mar 2015; Michael Sterrett etswitch-0.1.14.ebuild: + EAPI=5 26 Nov 2009; Markus Meier etswitch-0.1.14.ebuild: amd64/x86 stable, bug #294523 @@ -21,4 +24,3 @@ 04 Feb 2008; Samuli Suominen +files/etswitch-0.1.14-desktop-entry.patch, +etswitch-0.1.14.ebuild: Initial commit for bug 133879, ebuild by Kenneth Prugh. -
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
voyageur15/03/14 20:54:56 Modified: ChangeLog package.mask Log: Unmask llvm 3.6 Revision ChangesPath 1.9855 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9855&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9855&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9854&r2=1.9855 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9854 retrieving revision 1.9855 diff -u -r1.9854 -r1.9855 --- ChangeLog 11 Mar 2015 09:37:50 - 1.9854 +++ ChangeLog 14 Mar 2015 20:54:55 - 1.9855 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9854 2015/03/11 09:37:50 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9855 2015/03/14 20:54:55 voyageur Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 14 Mar 2015; Bernard Cafarelli package.mask: + Unmask llvm 3.6 + 11 Mar 2015; Alexis Ballier package.mask: unmask latest aubio 1.16415 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16415&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16415&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16414&r2=1.16415 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16414 retrieving revision 1.16415 diff -u -r1.16414 -r1.16415 --- package.mask11 Mar 2015 21:48:55 - 1.16414 +++ package.mask14 Mar 2015 20:54:55 - 1.16415 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16414 2015/03/11 21:48:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16415 2015/03/14 20:54:55 voyageur Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -184,12 +184,6 @@ # Masked for removal in 30 days. games-board/kaya -# Bernard Cafarelli (18 Feb 2015) -# Masked until reverse deps are OK -=sys-devel/llvm-3.6.0* -=sys-devel/clang-3.6.0* -=sys-devel/dragonegg-3.6.0* - # Michael Sterrett (18 Feb 2015) # Integrated into games-engines/scummvm # masked for removal on 20150320
[gentoo-commits] gentoo-x86 commit in net-misc/electrum: electrum-1.9.8-r1.ebuild electrum-2.0.0.ebuild ChangeLog
blueness15/03/14 19:53:21 Modified: electrum-1.9.8-r1.ebuild electrum-2.0.0.ebuild ChangeLog Log: Fix bug #542614. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.2 net-misc/electrum/electrum-1.9.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/electrum-1.9.8-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/electrum-1.9.8-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/electrum-1.9.8-r1.ebuild?r1=1.1&r2=1.2 Index: electrum-1.9.8-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-1.9.8-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- electrum-1.9.8-r1.ebuild1 Mar 2015 13:42:11 - 1.1 +++ electrum-1.9.8-r1.ebuild14 Mar 2015 19:53:20 - 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-1.9.8-r1.ebuild,v 1.1 2015/03/01 13:42:11 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-1.9.8-r1.ebuild,v 1.2 2015/03/14 19:53:20 blueness Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) -PYTHON_REQ_USE="ncurses=" +PYTHON_REQ_USE="ncurses?" inherit eutils distutils-r1 gnome2-utils 1.2 net-misc/electrum/electrum-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/electrum-2.0.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/electrum-2.0.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/electrum-2.0.0.ebuild?r1=1.1&r2=1.2 Index: electrum-2.0.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-2.0.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- electrum-2.0.0.ebuild 3 Mar 2015 00:06:28 - 1.1 +++ electrum-2.0.0.ebuild 14 Mar 2015 19:53:20 - 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-2.0.0.ebuild,v 1.1 2015/03/03 00:06:28 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/electrum-2.0.0.ebuild,v 1.2 2015/03/14 19:53:20 blueness Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="ncurses=" +PYTHON_REQ_USE="ncurses?" inherit eutils distutils-r1 gnome2-utils 1.30 net-misc/electrum/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/electrum/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/electrum/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 3 Mar 2015 00:33:27 - 1.29 +++ ChangeLog 14 Mar 2015 19:53:20 - 1.30 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/electrum # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/ChangeLog,v 1.29 2015/03/03 00:33:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/electrum/ChangeLog,v 1.30 2015/03/14 19:53:20 blueness Exp $ + + 14 Mar 2015; Anthony G. Basile electrum-1.9.8-r1.ebuild, + electrum-2.0.0.ebuild: + Fix bug #542614. 03 Mar 2015; Anthony G. Basile ChangeLog: Fix gpg signature of Manifest.
[gentoo-commits] gentoo-x86 commit in virtual/bitcoin-leveldb: bitcoin-leveldb-0.ebuild ChangeLog
blueness15/03/14 19:45:18 Modified: bitcoin-leveldb-0.ebuild ChangeLog Log: Update allowed virtuals. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.8 virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild?r1=1.7&r2=1.8 Index: bitcoin-leveldb-0.ebuild === RCS file: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- bitcoin-leveldb-0.ebuild11 Mar 2015 03:00:41 - 1.7 +++ bitcoin-leveldb-0.ebuild14 Mar 2015 19:45:18 - 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild,v 1.7 2015/03/11 03:00:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/bitcoin-leveldb-0.ebuild,v 1.8 2015/03/14 19:45:18 blueness Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="" SLOT="0" -KEYWORDS="amd64 arm x86" +KEYWORDS="amd64 arm arm64 x86 amd64-linux x86-linux" DEPEND="" RDEPEND=" @@ -20,8 +20,8 @@ =dev-libs/leveldb-1.11.0-r1 =dev-libs/leveldb-1.12.0-r1 =dev-libs/leveldb-1.13.0-r1 - =dev-libs/leveldb-1.14.0-r1 =dev-libs/leveldb-1.15.0-r1 =dev-libs/leveldb-1.17 - ~dev-libs/leveldb-1.18 + =dev-libs/leveldb-1.18 + =dev-libs/leveldb-1.18-r1 )" 1.9 virtual/bitcoin-leveldb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 11 Mar 2015 03:00:41 - 1.8 +++ ChangeLog 14 Mar 2015 19:45:18 - 1.9 @@ -1,6 +1,9 @@ # ChangeLog for virtual/bitcoin-leveldb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog,v 1.8 2015/03/11 03:00:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/bitcoin-leveldb/ChangeLog,v 1.9 2015/03/14 19:45:18 blueness Exp $ + + 14 Mar 2015; Anthony G. Basile bitcoin-leveldb-0.ebuild: + Update allowed virtuals. 11 Mar 2015; Mike Frysinger bitcoin-leveldb-0.ebuild: Accept any rev of 1.18 as compatible.
[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.10.0-r1.ebuild ChangeLog
blueness15/03/14 19:41:34 Modified: bitcoind-0.10.0-r1.ebuild ChangeLog Log: Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.2 net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild?r1=1.1&r2=1.2 Index: bitcoind-0.10.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitcoind-0.10.0-r1.ebuild 4 Mar 2015 00:11:48 - 1.1 +++ bitcoind-0.10.0-r1.ebuild 14 Mar 2015 19:41:34 - 1.2 @@ -1,11 +1,11 @@ # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild,v 1.1 2015/03/04 00:11:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0-r1.ebuild,v 1.2 2015/03/14 19:41:34 blueness Exp $ EAPI=5 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078" -BITCOINCORE_LJR_DATE="20150220" +BITCOINCORE_LJR_DATE="20150311" BITCOINCORE_IUSE="examples ljr logrotate test upnp +wallet xt zeromq" BITCOINCORE_POLICY_PATCHES="cpfp dcmp rbf spamfilter" BITCOINCORE_NEED_LEVELDB=1 @@ -15,7 +15,7 @@ DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" logrotate? ( 1.104net-p2p/bitcoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.104&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.104&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.103&r2=1.104 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- ChangeLog 4 Mar 2015 00:11:48 - 1.103 +++ ChangeLog 14 Mar 2015 19:41:34 - 1.104 @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bitcoind # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.103 2015/03/04 00:11:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.104 2015/03/14 19:41:34 blueness Exp $ + + 14 Mar 2015; Anthony G. Basile + bitcoind-0.10.0-r1.ebuild: + Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux *bitcoind-0.10.0-r1 (04 Mar 2015)
[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoin-qt: bitcoin-qt-0.10.0-r1.ebuild ChangeLog
blueness15/03/14 19:37:06 Modified: bitcoin-qt-0.10.0-r1.ebuild ChangeLog Log: Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.3 net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild?r1=1.2&r2=1.3 Index: bitcoin-qt-0.10.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitcoin-qt-0.10.0-r1.ebuild 11 Mar 2015 03:13:54 - 1.2 +++ bitcoin-qt-0.10.0-r1.ebuild 14 Mar 2015 19:37:06 - 1.3 @@ -1,11 +1,11 @@ # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild,v 1.2 2015/03/11 03:13:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0-r1.ebuild,v 1.3 2015/03/14 19:37:06 blueness Exp $ EAPI=5 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078" -BITCOINCORE_LJR_DATE="20150220" +BITCOINCORE_LJR_DATE="20150311" BITCOINCORE_IUSE="1stclassmsg dbus kde ljr +qrcode qt4 qt5 test upnp +wallet xt zeromq" BITCOINCORE_POLICY_PATCHES="cpfp dcmp rbf spamfilter" LANGS="ach af_ZA ar be_BY bg bs ca ca@valencia ca_ES cmn cs cy da de el_GR en eo es es_CL es_DO es_MX es_UY et eu_ES fa fa_IR fi fr fr_CA gl gu_IN he hi_IN hr hu id_ID it ja ka kk_KZ ko_KR ky la lt lv_LV mn ms_MY nb nl pam pl pt_BR pt_PT ro_RO ru sah sk sl_SI sq sr sv th_TH tr uk ur_PK uz@Cyrl vi vi_VN zh_HK zh_CN zh_TW" @@ -16,7 +16,7 @@ DESCRIPTION="An end-user Qt GUI for the Bitcoin crypto-currency" LICENSE="MIT GPL-3 LGPL-2.1 || ( CC-BY-SA-3.0 LGPL-2.1 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" RDEPEND=" dev-libs/protobuf @@ -61,13 +61,6 @@ sed "s/locale\/${filt}/bitcoin.qrc/" -i 'src/Makefile.qt.include' einfo "Languages -- Enabled:$yeslang -- Disabled:$nolang" - if has_version '>=dev-libs/leveldb-1.18-r1'; then - # Newer leveldb has changed header location. - sed -i \ - -e '/#include/s:memenv.h:leveldb/helpers/memenv.h:' \ - src/leveldbwrapper.cpp || die - fi - bitcoincore_autoreconf } 1.102net-p2p/bitcoin-qt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.102&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.102&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.101&r2=1.102 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- ChangeLog 11 Mar 2015 03:13:54 - 1.101 +++ ChangeLog 14 Mar 2015 19:37:06 - 1.102 @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bitcoin-qt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.101 2015/03/11 03:13:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.102 2015/03/14 19:37:06 blueness Exp $ + + 14 Mar 2015; Anthony G. Basile + bitcoin-qt-0.10.0-r1.ebuild: + Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux 11 Mar 2015; Mike Frysinger bitcoin-qt-0.10.0-r1.ebuild: Build with new memenv.h location.
[gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-6.0.ebuild ChangeLog
zerochaos15/03/14 19:33:49 Modified: pulseaudio-6.0.ebuild ChangeLog Log: let's add some keywords to pulseaudio 6 now that it's not a pre-release, it's working pretty well for me (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A) Revision ChangesPath 1.2 media-sound/pulseaudio/pulseaudio-6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild?r1=1.1&r2=1.2 Index: pulseaudio-6.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pulseaudio-6.0.ebuild 14 Mar 2015 17:22:37 - 1.1 +++ pulseaudio-6.0.ebuild 14 Mar 2015 19:33:49 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild,v 1.1 2015/03/14 17:22:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-6.0.ebuild,v 1.2 2015/03/14 19:33:49 zerochaos Exp $ EAPI=5 inherit autotools bash-completion-r1 eutils flag-o-matic linux-info readme.gentoo systemd user versionator udev multilib-minimal @@ -17,7 +17,7 @@ SLOT="0" #KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~sh ~x86 ~amd64-linux ~x86-linux" # +alsa-plugin as discussed in bug #519530 IUSE="+alsa +alsa-plugin +asyncns bluetooth +caps dbus doc equalizer +gdbm +glib 1.378media-sound/pulseaudio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.378&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.378&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.377&r2=1.378 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v retrieving revision 1.377 retrieving revision 1.378 diff -u -r1.377 -r1.378 --- ChangeLog 14 Mar 2015 18:42:26 - 1.377 +++ ChangeLog 14 Mar 2015 19:33:49 - 1.378 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/pulseaudio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.377 2015/03/14 18:42:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.378 2015/03/14 19:33:49 zerochaos Exp $ + + 14 Mar 2015; Rick Farina pulseaudio-6.0.ebuild: + let's add some keywords to pulseaudio 6 now that it's not a pre-release, it's + working pretty well for me 14 Mar 2015; Pacho Ramos pulseaudio-5.0-r7.ebuild: amd64 stable, bug 534012
[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoin-cli: bitcoin-cli-0.10.0-r1.ebuild bitcoin-cli-0.9.3.ebuild ChangeLog
blueness15/03/14 19:27:46 Modified: bitcoin-cli-0.10.0-r1.ebuild bitcoin-cli-0.9.3.ebuild ChangeLog Log: Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.2 net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild?r1=1.1&r2=1.2 Index: bitcoin-cli-0.10.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitcoin-cli-0.10.0-r1.ebuild3 Mar 2015 23:59:21 - 1.1 +++ bitcoin-cli-0.10.0-r1.ebuild14 Mar 2015 19:27:46 - 1.2 @@ -1,18 +1,18 @@ # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild,v 1.1 2015/03/03 23:59:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild,v 1.2 2015/03/14 19:27:46 blueness Exp $ EAPI=5 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078" -BITCOINCORE_LJR_DATE="20150220" +BITCOINCORE_LJR_DATE="20150311" BITCOINCORE_IUSE="" inherit bitcoincore DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to Bitcoin Core Daemon" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" src_prepare() { bitcoincore_prepare 1.4 net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild?r1=1.3&r2=1.4 Index: bitcoin-cli-0.9.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bitcoin-cli-0.9.3.ebuild13 Nov 2014 18:19:42 - 1.3 +++ bitcoin-cli-0.9.3.ebuild14 Mar 2015 19:27:46 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 2010-2014 Gentoo Foundation +# Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild,v 1.3 2014/11/13 18:19:42 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild,v 1.4 2015/03/14 19:27:46 blueness Exp $ EAPI=4 1.7 net-p2p/bitcoin-cli/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 3 Mar 2015 23:59:21 - 1.6 +++ ChangeLog 14 Mar 2015 19:27:46 - 1.7 @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bitcoin-cli # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v 1.6 2015/03/03 23:59:21 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v 1.7 2015/03/14 19:27:46 blueness Exp $ + + 14 Mar 2015; Anthony G. Basile + bitcoin-cli-0.10.0-r1.ebuild, bitcoin-cli-0.9.3.ebuild: + Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux *bitcoin-cli-0.10.0-r1 (04 Mar 2015)
[gentoo-commits] gentoo commit in xml/htdocs/xsl: guide.xsl
a3li15/03/14 19:24:57 Modified: guide.xsl Log: Disable GLSA parsing (hopefully) Revision ChangesPath 1.261xml/htdocs/xsl/guide.xsl file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.261&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?rev=1.261&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guide.xsl?r1=1.260&r2=1.261 Index: guide.xsl === RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guide.xsl,v retrieving revision 1.260 retrieving revision 1.261 diff -u -r1.260 -r1.261 --- guide.xsl 9 Jun 2013 18:10:31 - 1.260 +++ guide.xsl 14 Mar 2015 19:24:57 - 1.261 @@ -422,7 +422,8 @@ - + +
[gentoo-commits] gentoo-x86 commit in net-libs/libbitcoinconsensus: libbitcoinconsensus-0.10.0.ebuild ChangeLog
blueness15/03/14 19:23:07 Modified: libbitcoinconsensus-0.10.0.ebuild ChangeLog Log: Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.2 net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.0.ebuild?r1=1.1&r2=1.2 Index: libbitcoinconsensus-0.10.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libbitcoinconsensus-0.10.0.ebuild 23 Feb 2015 21:48:34 - 1.1 +++ libbitcoinconsensus-0.10.0.ebuild 14 Mar 2015 19:23:07 - 1.2 @@ -1,18 +1,18 @@ # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.0.ebuild,v 1.1 2015/02/23 21:48:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.0.ebuild,v 1.2 2015/03/14 19:23:07 blueness Exp $ EAPI=5 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078" -BITCOINCORE_LJR_DATE="20150220" +BITCOINCORE_LJR_DATE="20150311" BITCOINCORE_IUSE="test" inherit bitcoincore eutils DESCRIPTION="Bitcoin Core consensus library" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" src_configure() { bitcoincore_conf \ 1.5 net-libs/libbitcoinconsensus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 23 Feb 2015 21:48:34 - 1.4 +++ ChangeLog 14 Mar 2015 19:23:07 - 1.5 @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libbitcoinconsensus # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog,v 1.4 2015/02/23 21:48:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog,v 1.5 2015/03/14 19:23:07 blueness Exp $ + + 14 Mar 2015; Anthony G. Basile + libbitcoinconsensus-0.10.0.ebuild: + Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux *libbitcoinconsensus-0.10.0 (23 Feb 2015)
[gentoo-commits] gentoo-x86 commit in dev-util/bitcoin-tx: bitcoin-tx-0.10.0.ebuild ChangeLog
blueness15/03/14 19:19:16 Modified: bitcoin-tx-0.10.0.ebuild ChangeLog Log: Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.3 dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild?r1=1.2&r2=1.3 Index: bitcoin-tx-0.10.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitcoin-tx-0.10.0.ebuild3 Mar 2015 23:49:34 - 1.2 +++ bitcoin-tx-0.10.0.ebuild14 Mar 2015 19:19:16 - 1.3 @@ -1,11 +1,11 @@ # Copyright 2010-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild,v 1.2 2015/03/03 23:49:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild,v 1.3 2015/03/14 19:19:16 blueness Exp $ EAPI=5 BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078" -BITCOINCORE_LJR_DATE="20150220" +BITCOINCORE_LJR_DATE="20150311" BITCOINCORE_IUSE="" BITCOINCORE_NEED_LIBSECP256K1=1 inherit bitcoincore @@ -13,7 +13,7 @@ DESCRIPTION="Command-line Bitcoin transaction tool" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" src_prepare() { bitcoincore_prepare 1.3 dev-util/bitcoin-tx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 3 Mar 2015 23:49:34 - 1.2 +++ ChangeLog 14 Mar 2015 19:19:16 - 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bitcoin-tx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v 1.2 2015/03/03 23:49:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v 1.3 2015/03/14 19:19:16 blueness Exp $ + + 14 Mar 2015; Anthony G. Basile bitcoin-tx-0.10.0.ebuild: + Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux 03 Mar 2015; Anthony G. Basile bitcoin-tx-0.10.0.ebuild, bitcoin-tx-.ebuild:
[gentoo-commits] gentoo-x86 commit in net-wireless/wireless-regdb: wireless-regdb-20150313.ebuild ChangeLog wireless-regdb-20131127.ebuild wireless-regdb-20131011.ebuild wireless-regdb-20140529.ebuild
zerochaos15/03/14 19:11:56 Modified: ChangeLog Added:wireless-regdb-20150313.ebuild Removed: wireless-regdb-20131127.ebuild wireless-regdb-20131011.ebuild wireless-regdb-20140529.ebuild wireless-regdb-20130111.ebuild wireless-regdb-20110428-r1.ebuild wireless-regdb-20141107.ebuild wireless-regdb-20090115.ebuild wireless-regdb-20141006.ebuild wireless-regdb-20131127-r1.ebuild Log: version bump and allarches stabilization, there should be no need to load the arch teams with this (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key DD11F94A) Revision ChangesPath 1.54 net-wireless/wireless-regdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wireless-regdb/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wireless-regdb/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wireless-regdb/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-wireless/wireless-regdb/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 3 Mar 2015 09:42:55 - 1.53 +++ ChangeLog 14 Mar 2015 19:11:56 - 1.54 @@ -1,6 +1,17 @@ # ChangeLog for net-wireless/wireless-regdb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/wireless-regdb/ChangeLog,v 1.53 2015/03/03 09:42:55 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/wireless-regdb/ChangeLog,v 1.54 2015/03/14 19:11:56 zerochaos Exp $ + +*wireless-regdb-20150313 (14 Mar 2015) + + 14 Mar 2015; Rick Farina + +wireless-regdb-20150313.ebuild, -wireless-regdb-20090115.ebuild, + -wireless-regdb-20110428-r1.ebuild, -wireless-regdb-20130111.ebuild, + -wireless-regdb-20131011.ebuild, -wireless-regdb-20131127-r1.ebuild, + -wireless-regdb-20131127.ebuild, -wireless-regdb-20140529.ebuild, + -wireless-regdb-20141006.ebuild, -wireless-regdb-20141107.ebuild: + version bump and allarches stabilization, there should be no need to load the + arch teams with this 03 Mar 2015; Yixun Lan wireless-regdb-20141118.ebuild: add arm64 support, tested on A53 board 1.1 net-wireless/wireless-regdb/wireless-regdb-20150313.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wireless-regdb/wireless-regdb-20150313.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wireless-regdb/wireless-regdb-20150313.ebuild?rev=1.1&content-type=text/plain Index: wireless-regdb-20150313.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/wireless-regdb/wireless-regdb-20150313.ebuild,v 1.1 2015/03/14 19:11:56 zerochaos Exp $ EAPI=5 MY_P="wireless-regdb-${PV:0:4}.${PV:4:2}.${PV:6:2}" DESCRIPTION="Binary regulatory database for CRDA" HOMEPAGE="http://wireless.kernel.org/en/developers/Regulatory"; SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${MY_P}.tar.xz"; LICENSE="ISC" SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 sparc x86" IUSE="" S="${WORKDIR}/${MY_P}" src_compile() { einfo "Recompiling regulatory.bin from db.txt would break CRDA verify. Installing unmodified binary version." } src_install() { # This file is not ABI-specific, and crda itself always hardcodes # this path. So install into a common location for all ABIs to use. insinto /usr/lib/crda doins regulatory.bin insinto /etc/wireless-regdb/pubkeys doins sforshee.key.pub.pem doman regulatory.bin.5 dodoc README db.txt }
[gentoo-commits] gentoo-x86 commit in www-client/seamonkey-bin: seamonkey-bin-2.33.ebuild ChangeLog
jdhore 15/03/14 19:06:04 Modified: ChangeLog Added:seamonkey-bin-2.33.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux i686, unsigned Manifest commit) Revision ChangesPath 1.219www-client/seamonkey-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.219&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?rev=1.219&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/ChangeLog?r1=1.218&r2=1.219 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v retrieving revision 1.218 retrieving revision 1.219 diff -u -r1.218 -r1.219 --- ChangeLog 26 Feb 2015 02:32:32 - 1.218 +++ ChangeLog 14 Mar 2015 19:06:04 - 1.219 @@ -1,6 +1,11 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.218 2015/02/26 02:32:32 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.219 2015/03/14 19:06:04 jdhore Exp $ + +*seamonkey-bin-2.33 (14 Mar 2015) + + 14 Mar 2015; Jeff Horelick +seamonkey-bin-2.33.ebuild: + Version bump *seamonkey-bin-2.32.1 (26 Feb 2015) 1.1 www-client/seamonkey-bin/seamonkey-bin-2.33.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.ebuild?rev=1.1&content-type=text/plain Index: seamonkey-bin-2.33.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.33.ebuild,v 1.1 2015/03/14 19:06:04 jdhore Exp $ EAPI="4" # This list can be updated with scripts/get_langs.sh from the mozilla overlay MOZ_LANGS=(be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it ja lt nb-NO nl pl pt-PT ru sk sv-SE tr uk zh-CN zh-TW) MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI MOZ_PN="${PN/-bin}" MOZ_P="${MOZ_PN}-${MOZ_PV}" MOZ_LANGPACK_PREFIX="${MOZ_PV}/langpack/${MOZ_P}." MOZ_LANGPACK_SUFFIX=".langpack.xpi" MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"; inherit eutils multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils mozlinguas DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC" SRC_URI="${SRC_URI} amd64? ( ${MOZ_FTP_URI}/${MOZ_PV}/contrib/${MOZ_P}.en-US.linux-x86_64.tar.bz2 -> ${PN}_x86_64-${PV}.tar.bz2 ) x86? ( ${MOZ_FTP_URI}/${MOZ_PV}/linux-i686/en-US/${MOZ_P}.tar.bz2 -> ${PN}_i686-${PV}.tar.bz2 )" HOMEPAGE="http://www.seamonkey-project.org/"; RESTRICT="strip mirror" KEYWORDS="-* ~amd64 ~x86" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="startup-notification" DEPEND="app-arch/unzip" RDEPEND="dev-libs/atk >=sys-apps/dbus-0.60 >=dev-libs/dbus-glib-0.72 >=dev-libs/glib-2.26:2 >=media-libs/alsa-lib-1.0.16 gnome-base/gconf gnome-base/gnome-vfs media-libs/fontconfig >=media-libs/freetype-2.4.10 >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf >=x11-libs/gtk+-2.14:2 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrender x11-libs/libXt >=x11-libs/pango-1.22.0 virtual/freedesktop-icon-theme " QA_PREBUILT=" opt/${MOZ_PN}/*.so opt/${MOZ_PN}/${MOZ_PN} opt/${MOZ_PN}/${PN} opt/${MOZ_PN}/components/*.so opt/${MOZ_PN}/crashreporter opt/${MOZ_PN}/webapprt-stub opt/${MOZ_PN}/plugin-container opt/${MOZ_PN}/mozilla-xremote-client opt/${MOZ_PN}/updater " S="${WORKDIR}/${MOZ_PN}" src_unpack() { unpack ${A} # Unpack language packs mozlinguas_src_unpack } src_install() { declare MOZILLA_FIVE_HOME=/opt/seamonkey # Install seamonkey in /opt dodir ${MOZILLA_FIVE_HOME%/*} mv "${S}" "${D}${MOZILLA_FIVE_HOME}" # Install language packs mozlinguas_src_install # Create /usr/bin/seamonkey-bin dodir /usr/bin/ cat <"${D}"/usr/bin/seamonkey-bin #!/bin/sh unset LD_PRELOAD exec /opt/seamonkey/seamonkey "\$@" EOF fperms 0755 /usr/bin/seamonkey-bin # Install icon and .desktop for menu entry newicon "${D}${MOZILLA_FIVE_HOME}"/chrome/i
[gentoo-commits] gentoo-x86 commit in app-arch/rar: rar-5.2.1.ebuild ChangeLog
jdhore 15/03/14 19:01:09 Modified: ChangeLog Added:rar-5.2.1.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux i686, unsigned Manifest commit) Revision ChangesPath 1.91 app-arch/rar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/rar/ChangeLog?rev=1.91&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/rar/ChangeLog?rev=1.91&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/rar/ChangeLog?r1=1.90&r2=1.91 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- ChangeLog 29 Aug 2014 08:50:37 - 1.90 +++ ChangeLog 14 Mar 2015 19:01:09 - 1.91 @@ -1,6 +1,11 @@ # ChangeLog for app-arch/rar -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.90 2014/08/29 08:50:37 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rar/ChangeLog,v 1.91 2015/03/14 19:01:09 jdhore Exp $ + +*rar-5.2.1 (14 Mar 2015) + + 14 Mar 2015; Jeff Horelick +rar-5.2.1.ebuild: + Version bump *rar-5.1.0 (29 Aug 2014) 1.1 app-arch/rar/rar-5.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/rar/rar-5.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/rar/rar-5.2.1.ebuild?rev=1.1&content-type=text/plain Index: rar-5.2.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/rar/rar-5.2.1.ebuild,v 1.1 2015/03/14 19:01:09 jdhore Exp $ EAPI=4 MY_PV="${PV/0_beta/b}" DESCRIPTION="RAR compressor/uncompressor" HOMEPAGE="http://www.rarsoft.com/"; URI_x86="http://www.rarlab.com/rar/rarlinux-${MY_PV}.tar.gz"; URI_amd64="http://www.rarlab.com/rar/rarlinux-x64-${MY_PV}.tar.gz"; URI_w64="http://www.rarlab.com/rar/winrar-x64-${MY_PV//.}.exe"; SRC_URI="x86? ( ${URI_x86} ) amd64? ( ${URI_amd64} ) all_sfx? ( ${URI_x86} ${URI_amd64} ${URI_w64} )" LICENSE="RAR" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="all_sfx static" DEPEND="all_sfx? ( app-arch/unrar )" RDEPEND="sys-libs/glibc" S=${WORKDIR}/${PN} QA_FLAGS_IGNORED="opt/rar/default.sfx opt/rar/default-elf32.sfx opt/rar/default-elf64.sfx opt/rar/default-win32.sfx opt/rar/default-win64.sfx opt/rar/WinCon.SFX opt/rar/WinCon64.SFX opt/rar/Zip.SFX opt/rar/Zip64.SFX opt/rar/unrar opt/rar/rar" QA_PRESTRIPPED=${QA_FLAGS_IGNORED} src_unpack() { use x86 && unpack ${URI_x86##*/} use amd64 && unpack ${URI_amd64##*/} rm -f "${S}"/license.txt if use all_sfx ; then mkdir sfx cd sfx unpack ${URI_x86##*/} mv rar/default.sfx default-elf32.sfx || die unpack ${URI_amd64##*/} mv rar/default.sfx default-elf64.sfx || die ln -s "${DISTDIR}"/${URI_w64##*/} w64.rar unpack ./w64.rar mv Default.SFX default-win32.sfx || die mv Default64.SFX default-win64.sfx || die fi } src_compile() { :; } src_install() { exeinto /opt/rar doexe rar unrar || die use static && { newexe rar_static rar || die ; } dodir /opt/bin dosym ../rar/rar /opt/bin/rar || die dosym ../rar/unrar /opt/bin/unrar || die insinto /opt/rar if use all_sfx ; then doins "${WORKDIR}"/sfx/*.{sfx,SFX} || die else doins default.sfx || die fi doins rarfiles.lst || die dodoc *.txt }
[gentoo-commits] gentoo-x86 commit in app-admin/lastpass-cli: lastpass-cli-0.5.0.ebuild ChangeLog
jdhore 15/03/14 18:57:43 Modified: ChangeLog Added:lastpass-cli-0.5.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux i686, unsigned Manifest commit) Revision ChangesPath 1.5 app-admin/lastpass-cli/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 23 Oct 2014 18:10:37 - 1.4 +++ ChangeLog 14 Mar 2015 18:57:43 - 1.5 @@ -1,6 +1,11 @@ # ChangeLog for app-admin/lastpass-cli -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/ChangeLog,v 1.4 2014/10/23 18:10:37 zx2c4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/ChangeLog,v 1.5 2015/03/14 18:57:43 jdhore Exp $ + +*lastpass-cli-0.5.0 (14 Mar 2015) + + 14 Mar 2015; Jeff Horelick +lastpass-cli-0.5.0.ebuild: + Version bump 23 Oct 2014; Jason A. Donenfeld metadata.xml: Pass maintainership onto Jeff 1.1 app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild?rev=1.1&content-type=text/plain Index: lastpass-cli-0.5.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/lastpass-cli/lastpass-cli-0.5.0.ebuild,v 1.1 2015/03/14 18:57:43 jdhore Exp $ EAPI=5 DESCRIPTION="Interfaces with LastPass.com from the command line." SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" HOMEPAGE="https://github.com/lastpass/lastpass-cli"; SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="X +pinentry" RDEPEND=" X? ( || ( x11-misc/xclip x11-misc/xsel ) ) dev-libs/openssl:0 net-misc/curl dev-libs/libxml2 pinentry? ( app-crypt/pinentry ) " DEPEND="${RDEPEND} app-text/asciidoc" src_prepare() { sed -i 's/install -s/install/' Makefile || die "Could not remove stripping" } src_compile() { emake PREFIX="${EPREFIX}/usr" emake PREFIX="${EPREFIX}/usr" doc-man } src_install() { emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install-doc }
[gentoo-commits] gentoo-x86 commit in media-video/istanbul: istanbul-0.2.2.1_pre20120909.ebuild ChangeLog
pacho 15/03/14 18:54:43 Modified: istanbul-0.2.2.1_pre20120909.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.3 media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild?r1=1.2&r2=1.3 Index: istanbul-0.2.2.1_pre20120909.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- istanbul-0.2.2.1_pre20120909.ebuild 28 Dec 2012 00:20:35 - 1.2 +++ istanbul-0.2.2.1_pre20120909.ebuild 14 Mar 2015 18:54:43 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild,v 1.2 2012/12/28 00:20:35 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild,v 1.3 2015/03/14 18:54:43 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -16,7 +16,7 @@ LICENSE="GPL-2" # Note: not GPL-2+ SLOT=0 -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=" 1.23 media-video/istanbul/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 28 Dec 2012 00:20:35 - 1.22 +++ ChangeLog 14 Mar 2015 18:54:43 - 1.23 @@ -1,6 +1,10 @@ # ChangeLog for media-video/istanbul -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.22 2012/12/28 00:20:35 eva Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.23 2015/03/14 18:54:43 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + istanbul-0.2.2.1_pre20120909.ebuild: + amd64 stable, bug 534012 28 Dec 2012; Gilles Dartiguelongue istanbul-0.2.2.ebuild, istanbul-0.2.2.1_pre20120909.ebuild: @@ -99,4 +103,3 @@ 13 Jul 2006; +metadata.xml, +istanbul-0.2.0.ebuild: Initial Ebuild -
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-wavpack: gst-plugins-wavpack-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:54:10 Modified: gst-plugins-wavpack-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-wavpack-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-wavpack-1.4.5.ebuild13 Jan 2015 13:08:06 - 1.1 +++ gst-plugins-wavpack-1.4.5.ebuild14 Mar 2015 18:54:10 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild,v 1.1 2015/01/13 13:08:06 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.4.5.ebuild,v 1.2 2015/03/14 18:54:10 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer encoder/decoder for wavpack audio format" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]" 1.102media-plugins/gst-plugins-wavpack/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog?rev=1.102&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog?rev=1.102&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog?r1=1.101&r2=1.102 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- ChangeLog 13 Jan 2015 13:08:06 - 1.101 +++ ChangeLog 14 Mar 2015 18:54:10 - 1.102 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-wavpack # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog,v 1.101 2015/01/13 13:08:06 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-wavpack/ChangeLog,v 1.102 2015/03/14 18:54:10 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-wavpack-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-wavpack-1.4.5 (13 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-sound/soundconverter: soundconverter-2.1.5.ebuild ChangeLog
pacho 15/03/14 18:54:29 Modified: soundconverter-2.1.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-sound/soundconverter/soundconverter-2.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/soundconverter-2.1.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/soundconverter-2.1.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/soundconverter-2.1.5.ebuild?r1=1.1&r2=1.2 Index: soundconverter-2.1.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/soundconverter/soundconverter-2.1.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- soundconverter-2.1.5.ebuild 12 Feb 2015 11:19:04 - 1.1 +++ soundconverter-2.1.5.ebuild 14 Mar 2015 18:54:29 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/soundconverter-2.1.5.ebuild,v 1.1 2015/02/12 11:19:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/soundconverter-2.1.5.ebuild,v 1.2 2015/03/14 18:54:29 pacho Exp $ EAPI=5 GCONF_DEBUG=no @@ -14,7 +14,7 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="aac flac mp3 opus vorbis" REQUIRED_USE="${PYTHON_REQUIRED_USE}" 1.40 media-sound/soundconverter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/soundconverter/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 14 Feb 2015 17:14:09 - 1.39 +++ ChangeLog 14 Mar 2015 18:54:29 - 1.40 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/soundconverter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.39 2015/02/14 17:14:09 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.40 2015/03/14 18:54:29 pacho Exp $ + + 14 Mar 2015; Pacho Ramos soundconverter-2.1.5.ebuild: + amd64 stable, bug 534012 14 Feb 2015; metadata.xml: remove myself as maintainer in soundconverter
[gentoo-commits] gentoo-x86 commit in media-video/flumotion: flumotion-0.10.1.ebuild ChangeLog
pacho 15/03/14 18:54:35 Modified: flumotion-0.10.1.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-video/flumotion/flumotion-0.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.10.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.10.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/flumotion-0.10.1.ebuild?r1=1.1&r2=1.2 Index: flumotion-0.10.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.10.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flumotion-0.10.1.ebuild 5 Jan 2015 23:47:41 - 1.1 +++ flumotion-0.10.1.ebuild 14 Mar 2015 18:54:35 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.10.1.ebuild,v 1.1 2015/01/05 23:47:41 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/flumotion-0.10.1.ebuild,v 1.2 2015/03/14 18:54:35 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" # LICENSE.LGPL SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc test" REQUIRED_USE="${PYTHON_REQUIRED_USE}" 1.29 media-video/flumotion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/flumotion/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 5 Jan 2015 23:47:41 - 1.28 +++ ChangeLog 14 Mar 2015 18:54:35 - 1.29 @@ -1,6 +1,9 @@ # ChangeLog for media-video/flumotion # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.28 2015/01/05 23:47:41 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/flumotion/ChangeLog,v 1.29 2015/03/14 18:54:35 pacho Exp $ + + 14 Mar 2015; Pacho Ramos flumotion-0.10.1.ebuild: + amd64 stable, bug 534012 *flumotion-0.10.1 (05 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-x264: gst-plugins-x264-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:54:17 Modified: gst-plugins-x264-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-x264/gst-plugins-x264-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-x264/gst-plugins-x264-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-x264/gst-plugins-x264-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-x264/gst-plugins-x264-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-x264-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x264/gst-plugins-x264-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-x264-1.4.5.ebuild 3 Feb 2015 20:14:15 - 1.1 +++ gst-plugins-x264-1.4.5.ebuild 14 Mar 2015 18:54:17 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x264/gst-plugins-x264-1.4.5.ebuild,v 1.1 2015/02/03 20:14:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x264/gst-plugins-x264-1.4.5.ebuild,v 1.2 2015/03/14 18:54:17 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" # 20111220 ensures us X264_BUILD >= 120 1.81 media-plugins/gst-plugins-x264/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-x264/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-x264/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-x264/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x264/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 3 Feb 2015 20:14:15 - 1.80 +++ ChangeLog 14 Mar 2015 18:54:17 - 1.81 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-x264 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x264/ChangeLog,v 1.80 2015/02/03 20:14:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-x264/ChangeLog,v 1.81 2015/03/14 18:54:17 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-x264-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-x264-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ximagesrc: gst-plugins-ximagesrc-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:54:23 Modified: gst-plugins-ximagesrc-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-ximagesrc-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-ximagesrc-1.4.5.ebuild 31 Jan 2015 14:42:26 - 1.1 +++ gst-plugins-ximagesrc-1.4.5.ebuild 14 Mar 2015 18:54:23 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild,v 1.1 2015/01/31 14:42:26 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.4.5.ebuild,v 1.2 2015/03/14 18:54:23 pacho Exp $ EAPI="5" @@ -9,7 +9,7 @@ DESCRIPTION="GStreamer plugin for X11 video capture stream" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=" 1.85 media-plugins/gst-plugins-ximagesrc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?rev=1.85&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?rev=1.85&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog?r1=1.84&r2=1.85 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- ChangeLog 31 Jan 2015 14:42:26 - 1.84 +++ ChangeLog 14 Mar 2015 18:54:23 - 1.85 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-ximagesrc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.84 2015/01/31 14:42:26 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ximagesrc/ChangeLog,v 1.85 2015/03/14 18:54:23 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-ximagesrc-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-ximagesrc-1.4.5 (31 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-voamrwbenc: gst-plugins-voamrwbenc-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:56 Modified: gst-plugins-voamrwbenc-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-voamrwbenc-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-voamrwbenc-1.4.5.ebuild 3 Feb 2015 20:10:01 - 1.1 +++ gst-plugins-voamrwbenc-1.4.5.ebuild 14 Mar 2015 18:53:56 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.4.5.ebuild,v 1.1 2015/02/03 20:10:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.4.5.ebuild,v 1.2 2015/03/14 18:53:56 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for encoding AMR-WB" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}]" 1.22 media-plugins/gst-plugins-voamrwbenc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 3 Feb 2015 20:10:01 - 1.21 +++ ChangeLog 14 Mar 2015 18:53:56 - 1.22 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-voamrwbenc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/ChangeLog,v 1.21 2015/02/03 20:10:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voamrwbenc/ChangeLog,v 1.22 2015/03/14 18:53:56 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-voamrwbenc-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-voamrwbenc-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-vpx: gst-plugins-vpx-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:54:04 Modified: gst-plugins-vpx-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-vpx-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-vpx-1.4.5.ebuild3 Feb 2015 20:11:52 - 1.1 +++ gst-plugins-vpx-1.4.5.ebuild14 Mar 2015 18:54:04 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild,v 1.1 2015/02/03 20:11:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.4.5.ebuild,v 1.2 2015/03/14 18:54:04 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-good @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer decoder for vpx video format" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" # VP9 is under experimental, do not enable it now 1.42 media-plugins/gst-plugins-vpx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 3 Feb 2015 20:11:52 - 1.41 +++ ChangeLog 14 Mar 2015 18:54:04 - 1.42 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-vpx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.41 2015/02/03 20:11:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-vpx/ChangeLog,v 1.42 2015/03/14 18:54:04 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-vpx-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-vpx-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-twolame: gst-plugins-twolame-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:37 Modified: gst-plugins-twolame-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-twolame-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-twolame-1.4.5.ebuild3 Feb 2015 19:59:54 - 1.1 +++ gst-plugins-twolame-1.4.5.ebuild14 Mar 2015 18:53:37 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.4.5.ebuild,v 1.1 2015/02/03 19:59:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.4.5.ebuild,v 1.2 2015/03/14 18:53:37 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]" 1.85 media-plugins/gst-plugins-twolame/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-twolame/ChangeLog?rev=1.85&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-twolame/ChangeLog?rev=1.85&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-twolame/ChangeLog?r1=1.84&r2=1.85 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-twolame/ChangeLog,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- ChangeLog 3 Feb 2015 19:59:54 - 1.84 +++ ChangeLog 14 Mar 2015 18:53:37 - 1.85 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-twolame # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-twolame/ChangeLog,v 1.84 2015/02/03 19:59:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-twolame/ChangeLog,v 1.85 2015/03/14 18:53:37 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-twolame-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-twolame-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-soup: gst-plugins-soup-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:19 Modified: gst-plugins-soup-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.3 media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild?r1=1.2&r2=1.3 Index: gst-plugins-soup-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gst-plugins-soup-1.4.5.ebuild 3 Mar 2015 09:10:12 - 1.2 +++ gst-plugins-soup-1.4.5.ebuild 14 Mar 2015 18:53:19 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild,v 1.2 2015/03/03 09:10:12 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soup/gst-plugins-soup-1.4.5.ebuild,v 1.3 2015/03/14 18:53:19 pacho Exp $ EAPI="5" @@ -9,7 +9,7 @@ DESCRIPTION="GStreamer plugin for HTTP client source/sink" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos" IUSE="" # Depend on >=net-libs/libsoup-2.47.0 once it is stable (see LIBSOUP_DOES_NOT_STEAL_OUR_CONTEXT in ext/soup) 1.135media-plugins/gst-plugins-soup/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soup/ChangeLog?rev=1.135&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soup/ChangeLog?rev=1.135&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soup/ChangeLog?r1=1.134&r2=1.135 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soup/ChangeLog,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- ChangeLog 3 Mar 2015 09:10:12 - 1.134 +++ ChangeLog 14 Mar 2015 18:53:19 - 1.135 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-soup # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soup/ChangeLog,v 1.134 2015/03/03 09:10:12 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soup/ChangeLog,v 1.135 2015/03/14 18:53:19 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-soup-1.4.5.ebuild: + amd64 stable, bug 534012 03 Mar 2015; Yixun Lan gst-plugins-soup-1.4.5.ebuild: add arm64 support, tested on A53 board
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-speex: gst-plugins-speex-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:25 Modified: gst-plugins-speex-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-speex/gst-plugins-speex-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-speex/gst-plugins-speex-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-speex/gst-plugins-speex-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-speex/gst-plugins-speex-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-speex-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/gst-plugins-speex-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-speex-1.4.5.ebuild 30 Dec 2014 21:52:37 - 1.1 +++ gst-plugins-speex-1.4.5.ebuild 14 Mar 2015 18:53:25 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/gst-plugins-speex-1.4.5.ebuild,v 1.1 2014/12/30 21:52:37 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/gst-plugins-speex-1.4.5.ebuild,v 1.2 2015/03/14 18:53:25 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin to allow encoding and decoding of speex" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]" 1.168media-plugins/gst-plugins-speex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog?rev=1.168&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog?rev=1.168&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog?r1=1.167&r2=1.168 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- ChangeLog 30 Dec 2014 21:52:37 - 1.167 +++ ChangeLog 14 Mar 2015 18:53:25 - 1.168 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-speex -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog,v 1.167 2014/12/30 21:52:37 leio Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog,v 1.168 2015/03/14 18:53:25 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-speex-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-speex-1.4.5 (30 Dec 2014)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-voaacenc: gst-plugins-voaacenc-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:50 Modified: gst-plugins-voaacenc-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-voaacenc-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-voaacenc-1.4.5.ebuild 3 Feb 2015 20:03:42 - 1.1 +++ gst-plugins-voaacenc-1.4.5.ebuild 14 Mar 2015 18:53:50 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.4.5.ebuild,v 1.1 2015/02/03 20:03:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.4.5.ebuild,v 1.2 2015/03/14 18:53:50 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for encoding AAC" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}]" 1.22 media-plugins/gst-plugins-voaacenc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voaacenc/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voaacenc/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-voaacenc/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voaacenc/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 3 Feb 2015 20:03:42 - 1.21 +++ ChangeLog 14 Mar 2015 18:53:50 - 1.22 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-voaacenc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voaacenc/ChangeLog,v 1.21 2015/02/03 20:03:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-voaacenc/ChangeLog,v 1.22 2015/03/14 18:53:50 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-voaacenc-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-voaacenc-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-sidplay: gst-plugins-sidplay-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:01 Modified: gst-plugins-sidplay-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-sidplay-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-sidplay-1.4.5.ebuild3 Feb 2015 19:54:42 - 1.1 +++ gst-plugins-sidplay-1.4.5.ebuild14 Mar 2015 18:53:01 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.4.5.ebuild,v 1.1 2015/02/03 19:54:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.4.5.ebuild,v 1.2 2015/03/14 18:53:01 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]" 1.110media-plugins/gst-plugins-sidplay/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-sidplay/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-sidplay/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-sidplay/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-sidplay/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 3 Feb 2015 19:54:42 - 1.109 +++ ChangeLog 14 Mar 2015 18:53:01 - 1.110 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-sidplay # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-sidplay/ChangeLog,v 1.109 2015/02/03 19:54:42 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-sidplay/ChangeLog,v 1.110 2015/03/14 18:53:01 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-sidplay-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-sidplay-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-smoothstreaming: gst-plugins-smoothstreaming-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:07 Modified: gst-plugins-smoothstreaming-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-smoothstreaming-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-smoothstreaming-1.4.5.ebuild3 Feb 2015 19:56:16 - 1.1 +++ gst-plugins-smoothstreaming-1.4.5.ebuild14 Mar 2015 18:53:07 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild,v 1.1 2015/02/03 19:56:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.4.5.ebuild,v 1.2 2015/03/14 18:53:07 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="Smooth Streaming plugin" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]" 1.11 media-plugins/gst-plugins-smoothstreaming/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 3 Feb 2015 19:56:16 - 1.10 +++ ChangeLog 14 Mar 2015 18:53:07 - 1.11 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-smoothstreaming # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.10 2015/02/03 19:56:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-smoothstreaming/ChangeLog,v 1.11 2015/03/14 18:53:07 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-smoothstreaming-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-smoothstreaming-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-shout2: gst-plugins-shout2-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:55 Modified: gst-plugins-shout2-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-shout2-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-shout2-1.4.5.ebuild 3 Jan 2015 10:04:32 - 1.1 +++ gst-plugins-shout2-1.4.5.ebuild 14 Mar 2015 18:52:55 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild,v 1.1 2015/01/03 10:04:32 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild,v 1.2 2015/03/14 18:52:55 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin to send data to an icecast server" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]" 1.119media-plugins/gst-plugins-shout2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog?rev=1.119&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog?rev=1.119&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog?r1=1.118&r2=1.119 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- ChangeLog 3 Jan 2015 10:04:32 - 1.118 +++ ChangeLog 14 Mar 2015 18:52:55 - 1.119 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-shout2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog,v 1.118 2015/01/03 10:04:32 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog,v 1.119 2015/03/14 18:52:55 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-shout2-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-shout2-1.4.5 (03 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-v4l2: gst-plugins-v4l2-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:44 Modified: gst-plugins-v4l2-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-v4l2-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-v4l2-1.4.5.ebuild 3 Feb 2015 20:08:39 - 1.1 +++ gst-plugins-v4l2-1.4.5.ebuild 14 Mar 2015 18:53:44 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.4.5.ebuild,v 1.1 2015/02/03 20:08:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.4.5.ebuild,v 1.2 2015/03/14 18:53:44 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-good @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPION="plugin to allow capture from video4linux2 devices" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="udev" RDEPEND=" 1.157media-plugins/gst-plugins-v4l2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.157&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?rev=1.157&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog?r1=1.156&r2=1.157 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v retrieving revision 1.156 retrieving revision 1.157 diff -u -r1.156 -r1.157 --- ChangeLog 3 Feb 2015 20:08:39 - 1.156 +++ ChangeLog 14 Mar 2015 18:53:44 - 1.157 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-v4l2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.156 2015/02/03 20:08:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-v4l2/ChangeLog,v 1.157 2015/03/14 18:53:44 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-v4l2-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-v4l2-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-soundtouch: gst-plugins-soundtouch-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:12 Modified: gst-plugins-soundtouch-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-soundtouch-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-soundtouch-1.4.5.ebuild 3 Feb 2015 19:57:56 - 1.1 +++ gst-plugins-soundtouch-1.4.5.ebuild 14 Mar 2015 18:53:12 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.4.5.ebuild,v 1.1 2015/02/03 19:57:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.4.5.ebuild,v 1.2 2015/03/14 18:53:12 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer elements for beats-per-minute detection and pitch controlling" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=media-libs/libsoundtouch-1.7.1[${MULTILIB_USEDEP}]" 1.30 media-plugins/gst-plugins-soundtouch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 3 Feb 2015 19:57:56 - 1.29 +++ ChangeLog 14 Mar 2015 18:53:12 - 1.30 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-soundtouch # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v 1.29 2015/02/03 19:57:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-soundtouch/ChangeLog,v 1.30 2015/03/14 18:53:12 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-soundtouch-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-soundtouch-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-schroedinger: gst-plugins-schroedinger-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:48 Modified: gst-plugins-schroedinger-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-schroedinger-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-schroedinger-1.4.5.ebuild 3 Feb 2015 19:53:11 - 1.1 +++ gst-plugins-schroedinger-1.4.5.ebuild 14 Mar 2015 18:52:48 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.4.5.ebuild,v 1.1 2015/02/03 19:53:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/gst-plugins-schroedinger-1.4.5.ebuild,v 1.2 2015/03/14 18:52:48 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad inherit gstreamer -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=media-libs/schroedinger-1.0.11-r1[${MULTILIB_USEDEP}]" 1.35 media-plugins/gst-plugins-schroedinger/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-schroedinger/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-schroedinger/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-schroedinger/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 3 Feb 2015 19:53:11 - 1.34 +++ ChangeLog 14 Mar 2015 18:52:48 - 1.35 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-schroedinger # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/ChangeLog,v 1.34 2015/02/03 19:53:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-schroedinger/ChangeLog,v 1.35 2015/03/14 18:52:48 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-schroedinger-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-schroedinger-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-taglib: gst-plugins-taglib-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:53:30 Modified: gst-plugins-taglib-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-taglib-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-taglib-1.4.5.ebuild 13 Jan 2015 12:29:42 - 1.1 +++ gst-plugins-taglib-1.4.5.ebuild 14 Mar 2015 18:53:30 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild,v 1.1 2015/01/13 12:29:42 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.4.5.ebuild,v 1.2 2015/03/14 18:53:30 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer taglib based tag handler" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]" 1.150media-plugins/gst-plugins-taglib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-taglib/ChangeLog?rev=1.150&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-taglib/ChangeLog?rev=1.150&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-taglib/ChangeLog?r1=1.149&r2=1.150 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/ChangeLog,v retrieving revision 1.149 retrieving revision 1.150 diff -u -r1.149 -r1.150 --- ChangeLog 13 Jan 2015 12:29:42 - 1.149 +++ ChangeLog 14 Mar 2015 18:53:30 - 1.150 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-taglib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/ChangeLog,v 1.149 2015/01/13 12:29:42 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-taglib/ChangeLog,v 1.150 2015/03/14 18:53:30 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-taglib-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-taglib-1.4.5 (13 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ofa: gst-plugins-ofa-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:06 Modified: gst-plugins-ofa-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-ofa-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-ofa-1.4.5.ebuild3 Feb 2015 19:43:19 - 1.1 +++ gst-plugins-ofa-1.4.5.ebuild14 Mar 2015 18:52:06 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.4.5.ebuild,v 1.1 2015/02/03 19:43:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ofa/gst-plugins-ofa-1.4.5.ebuild,v 1.2 2015/03/14 18:52:06 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad inherit gstreamer -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=media-libs/libofa-0.9.3-r1[${MULTILIB_USEDEP}]" 1.22 media-plugins/gst-plugins-ofa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ofa/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ofa/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ofa/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ofa/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 3 Feb 2015 19:43:19 - 1.21 +++ ChangeLog 14 Mar 2015 18:52:06 - 1.22 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-ofa # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ofa/ChangeLog,v 1.21 2015/02/03 19:43:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ofa/ChangeLog,v 1.22 2015/03/14 18:52:06 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-ofa-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-ofa-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-resindvd: gst-plugins-resindvd-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:36 Modified: gst-plugins-resindvd-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-resindvd-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-resindvd-1.4.5.ebuild 3 Feb 2015 19:50:16 - 1.1 +++ gst-plugins-resindvd-1.4.5.ebuild 14 Mar 2015 18:52:36 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.4.5.ebuild,v 1.1 2015/02/03 19:50:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.4.5.ebuild,v 1.2 2015/03/14 18:52:36 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=" 1.92 media-plugins/gst-plugins-resindvd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-resindvd/ChangeLog?rev=1.92&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-resindvd/ChangeLog?rev=1.92&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-resindvd/ChangeLog?r1=1.91&r2=1.92 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-resindvd/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- ChangeLog 3 Feb 2015 19:50:16 - 1.91 +++ ChangeLog 14 Mar 2015 18:52:36 - 1.92 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-resindvd # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-resindvd/ChangeLog,v 1.91 2015/02/03 19:50:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-resindvd/ChangeLog,v 1.92 2015/03/14 18:52:36 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-resindvd-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-resindvd-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-oss: gst-plugins-oss-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:18 Modified: gst-plugins-oss-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-oss/gst-plugins-oss-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-oss/gst-plugins-oss-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-oss/gst-plugins-oss-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-oss/gst-plugins-oss-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-oss-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-oss/gst-plugins-oss-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-oss-1.4.5.ebuild2 Jan 2015 05:48:28 - 1.1 +++ gst-plugins-oss-1.4.5.ebuild14 Mar 2015 18:52:18 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-oss/gst-plugins-oss-1.4.5.ebuild,v 1.1 2015/01/02 05:48:28 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-oss/gst-plugins-oss-1.4.5.ebuild,v 1.2 2015/03/14 18:52:18 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for OSS (Open Sound System) support" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd" IUSE="" RDEPEND="" 1.250media-plugins/gst-plugins-oss/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-oss/ChangeLog?rev=1.250&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-oss/ChangeLog?rev=1.250&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-oss/ChangeLog?r1=1.249&r2=1.250 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-oss/ChangeLog,v retrieving revision 1.249 retrieving revision 1.250 diff -u -r1.249 -r1.250 --- ChangeLog 2 Jan 2015 05:48:28 - 1.249 +++ ChangeLog 14 Mar 2015 18:52:18 - 1.250 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-oss # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-oss/ChangeLog,v 1.249 2015/01/02 05:48:28 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-oss/ChangeLog,v 1.250 2015/03/14 18:52:18 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-oss-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-oss-1.4.5 (02 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-opus: gst-plugins-opus-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:12 Modified: gst-plugins-opus-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-opus/gst-plugins-opus-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-opus/gst-plugins-opus-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-opus/gst-plugins-opus-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-opus/gst-plugins-opus-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-opus-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-opus/gst-plugins-opus-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-opus-1.4.5.ebuild 3 Feb 2015 19:48:26 - 1.1 +++ gst-plugins-opus-1.4.5.ebuild 14 Mar 2015 18:52:12 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-opus/gst-plugins-opus-1.4.5.ebuild,v 1.1 2015/02/03 19:48:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-opus/gst-plugins-opus-1.4.5.ebuild,v 1.2 2015/03/14 18:52:12 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for Opus audio codec support" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" COMMON_DEPEND=">=media-libs/opus-1.0.2-r2:=[${MULTILIB_USEDEP}]" 1.70 media-plugins/gst-plugins-opus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-opus/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-opus/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-opus/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-opus/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 3 Feb 2015 19:48:26 - 1.69 +++ ChangeLog 14 Mar 2015 18:52:12 - 1.70 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-opus # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-opus/ChangeLog,v 1.69 2015/02/03 19:48:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-opus/ChangeLog,v 1.70 2015/03/14 18:52:12 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-opus-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-opus-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-pulse: gst-plugins-pulse-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:24 Modified: gst-plugins-pulse-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-pulse-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-pulse-1.4.5.ebuild 2 Jan 2015 07:55:56 - 1.1 +++ gst-plugins-pulse-1.4.5.ebuild 14 Mar 2015 18:52:24 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild,v 1.1 2015/01/02 07:55:56 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.4.5.ebuild,v 1.2 2015/03/14 18:52:24 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for the PulseAudio sound server" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" RDEPEND=">=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}]" 1.135media-plugins/gst-plugins-pulse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.135&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?rev=1.135&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog?r1=1.134&r2=1.135 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- ChangeLog 2 Jan 2015 07:55:56 - 1.134 +++ ChangeLog 14 Mar 2015 18:52:24 - 1.135 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-pulse # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.134 2015/01/02 07:55:56 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.135 2015/03/14 18:52:24 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-pulse-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-pulse-1.4.5 (02 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-rtmp: gst-plugins-rtmp-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:42 Modified: gst-plugins-rtmp-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-rtmp-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-rtmp-1.4.5.ebuild 3 Feb 2015 19:51:33 - 1.1 +++ gst-plugins-rtmp-1.4.5.ebuild 14 Mar 2015 18:52:42 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.4.5.ebuild,v 1.1 2015/02/03 19:51:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.4.5.ebuild,v 1.2 2015/03/14 18:52:42 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for supporting RTMP sources" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}]" 1.28 media-plugins/gst-plugins-rtmp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-rtmp/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-rtmp/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-rtmp/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-rtmp/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 3 Feb 2015 19:51:33 - 1.27 +++ ChangeLog 14 Mar 2015 18:52:42 - 1.28 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-rtmp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-rtmp/ChangeLog,v 1.27 2015/02/03 19:51:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-rtmp/ChangeLog,v 1.28 2015/03/14 18:52:42 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-rtmp-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-rtmp-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mpeg2enc: gst-plugins-mpeg2enc-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:51:54 Modified: gst-plugins-mpeg2enc-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-mpeg2enc-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-mpeg2enc-1.4.5.ebuild 3 Feb 2015 19:35:43 - 1.1 +++ gst-plugins-mpeg2enc-1.4.5.ebuild 14 Mar 2015 18:51:54 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.4.5.ebuild,v 1.1 2015/02/03 19:35:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.4.5.ebuild,v 1.2 2015/03/14 18:51:54 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for MPEG-1/2 video encoding" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=media-video/mjpegtools-2.1.0-r1[${MULTILIB_USEDEP}]" 1.31 media-plugins/gst-plugins-mpeg2enc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 3 Feb 2015 19:35:43 - 1.30 +++ ChangeLog 14 Mar 2015 18:51:54 - 1.31 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-mpeg2enc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/ChangeLog,v 1.30 2015/02/03 19:35:43 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2enc/ChangeLog,v 1.31 2015/03/14 18:51:54 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-mpeg2enc-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-mpeg2enc-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-raw1394: gst-plugins-raw1394-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:30 Modified: gst-plugins-raw1394-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-raw1394-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-raw1394-1.4.5.ebuild2 Jan 2015 08:32:11 - 1.1 +++ gst-plugins-raw1394-1.4.5.ebuild14 Mar 2015 18:52:30 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.4.5.ebuild,v 1.1 2015/01/02 08:32:11 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.4.5.ebuild,v 1.2 2015/03/14 18:52:30 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin to capture firewire video" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=" 1.112media-plugins/gst-plugins-raw1394/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog?r1=1.111&r2=1.112 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- ChangeLog 2 Jan 2015 08:32:11 - 1.111 +++ ChangeLog 14 Mar 2015 18:52:30 - 1.112 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-raw1394 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.111 2015/01/02 08:32:11 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-raw1394/ChangeLog,v 1.112 2015/03/14 18:52:30 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-raw1394-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-raw1394-1.4.5 (02 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mplex: gst-plugins-mplex-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:52:00 Modified: gst-plugins-mplex-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-mplex-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-mplex-1.4.5.ebuild 3 Feb 2015 19:39:01 - 1.1 +++ gst-plugins-mplex-1.4.5.ebuild 14 Mar 2015 18:52:00 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.4.5.ebuild,v 1.1 2015/02/03 19:39:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.4.5.ebuild,v 1.2 2015/03/14 18:52:00 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for MPEG/DVD/SVCD/VCD video/audio multiplexing" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-video/mjpegtools-2.1.0-r1[${MULTILIB_USEDEP}]" 1.52 media-plugins/gst-plugins-mplex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 3 Feb 2015 19:39:01 - 1.51 +++ ChangeLog 14 Mar 2015 18:52:00 - 1.52 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-mplex # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog,v 1.51 2015/02/03 19:39:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mplex/ChangeLog,v 1.52 2015/03/14 18:52:00 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-mplex-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-mplex-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mpeg2dec: gst-plugins-mpeg2dec-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:51:47 Modified: gst-plugins-mpeg2dec-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-mpeg2dec-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-mpeg2dec-1.4.5.ebuild 3 Feb 2015 19:33:56 - 1.1 +++ gst-plugins-mpeg2dec-1.4.5.ebuild 14 Mar 2015 18:51:47 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.4.5.ebuild,v 1.1 2015/02/03 19:33:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.4.5.ebuild,v 1.2 2015/03/14 18:51:47 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="Libmpeg2 based decoder plug-in for gstreamer" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]" 1.193media-plugins/gst-plugins-mpeg2dec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/ChangeLog?rev=1.193&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/ChangeLog?rev=1.193&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/ChangeLog?r1=1.192&r2=1.193 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/ChangeLog,v retrieving revision 1.192 retrieving revision 1.193 diff -u -r1.192 -r1.193 --- ChangeLog 3 Feb 2015 19:33:56 - 1.192 +++ ChangeLog 14 Mar 2015 18:51:47 - 1.193 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-mpeg2dec # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/ChangeLog,v 1.192 2015/02/03 19:33:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mpeg2dec/ChangeLog,v 1.193 2015/03/14 18:51:47 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-mpeg2dec-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-mpeg2dec-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-libpng: gst-plugins-libpng-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:51:17 Modified: gst-plugins-libpng-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-libpng-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-libpng-1.4.5.ebuild 2 Jan 2015 05:23:49 - 1.1 +++ gst-plugins-libpng-1.4.5.ebuild 14 Mar 2015 18:51:17 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.4.5.ebuild,v 1.1 2015/01/02 05:23:49 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.4.5.ebuild,v 1.2 2015/03/14 18:51:17 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer encoder/decoder for PNG images" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]" 1.203media-plugins/gst-plugins-libpng/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libpng/ChangeLog?rev=1.203&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libpng/ChangeLog?rev=1.203&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libpng/ChangeLog?r1=1.202&r2=1.203 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libpng/ChangeLog,v retrieving revision 1.202 retrieving revision 1.203 diff -u -r1.202 -r1.203 --- ChangeLog 2 Jan 2015 05:23:49 - 1.202 +++ ChangeLog 14 Mar 2015 18:51:17 - 1.203 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-libpng # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libpng/ChangeLog,v 1.202 2015/01/02 05:23:49 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libpng/ChangeLog,v 1.203 2015/03/14 18:51:17 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-libpng-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-libpng-1.4.5 (02 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-libmms: gst-plugins-libmms-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:51:10 Modified: gst-plugins-libmms-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-libmms-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-libmms-1.4.5.ebuild 3 Feb 2015 18:39:59 - 1.1 +++ gst-plugins-libmms-1.4.5.ebuild 14 Mar 2015 18:51:10 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.4.5.ebuild,v 1.1 2015/02/03 18:39:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libmms/gst-plugins-libmms-1.4.5.ebuild,v 1.2 2015/03/14 18:51:10 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-libs/libmms-0.6.2-r1[${MULTILIB_USEDEP}]" 1.117media-plugins/gst-plugins-libmms/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libmms/ChangeLog?rev=1.117&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libmms/ChangeLog?rev=1.117&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libmms/ChangeLog?r1=1.116&r2=1.117 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libmms/ChangeLog,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- ChangeLog 3 Feb 2015 18:39:59 - 1.116 +++ ChangeLog 14 Mar 2015 18:51:10 - 1.117 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-libmms # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libmms/ChangeLog,v 1.116 2015/02/03 18:39:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libmms/ChangeLog,v 1.117 2015/03/14 18:51:10 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-libmms-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-libmms-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-libav: gst-plugins-libav-1.2.4-r1.ebuild ChangeLog
pacho 15/03/14 18:51:04 Modified: gst-plugins-libav-1.2.4-r1.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-libav/gst-plugins-libav-1.2.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libav/gst-plugins-libav-1.2.4-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libav/gst-plugins-libav-1.2.4-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libav/gst-plugins-libav-1.2.4-r1.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-libav-1.2.4-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libav/gst-plugins-libav-1.2.4-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-libav-1.2.4-r1.ebuild 7 Feb 2015 20:17:43 - 1.1 +++ gst-plugins-libav-1.2.4-r1.ebuild 14 Mar 2015 18:51:04 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libav/gst-plugins-libav-1.2.4-r1.ebuild,v 1.1 2015/02/07 20:17:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libav/gst-plugins-libav-1.2.4-r1.ebuild,v 1.2 2015/03/14 18:51:04 pacho Exp $ EAPI="5" inherit eutils flag-o-matic multilib-minimal @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="1.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="libav +orc" RDEPEND=" 1.58 media-plugins/gst-plugins-libav/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libav/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libav/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libav/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libav/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 7 Feb 2015 20:17:43 - 1.57 +++ ChangeLog 14 Mar 2015 18:51:04 - 1.58 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-libav # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libav/ChangeLog,v 1.57 2015/02/07 20:17:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libav/ChangeLog,v 1.58 2015/03/14 18:51:04 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-libav-1.2.4-r1.ebuild: + amd64 stable, bug 534012 *gst-plugins-libav-1.4.5-r1 (07 Feb 2015) *gst-plugins-libav-1.2.4-r1 (07 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-libvisual: gst-plugins-libvisual-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:51:23 Modified: gst-plugins-libvisual-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-libvisual-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-libvisual-1.4.5.ebuild 24 Dec 2014 19:55:28 - 1.1 +++ gst-plugins-libvisual-1.4.5.ebuild 14 Mar 2015 18:51:23 - 1.2 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.4.5.ebuild,v 1.1 2014/12/24 19:55:28 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.4.5.ebuild,v 1.2 2015/03/14 18:51:23 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-base inherit gstreamer -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-libs/libvisual-0.4.0-r3[${MULTILIB_USEDEP}] 1.161media-plugins/gst-plugins-libvisual/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libvisual/ChangeLog?rev=1.161&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libvisual/ChangeLog?rev=1.161&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-libvisual/ChangeLog?r1=1.160&r2=1.161 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libvisual/ChangeLog,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- ChangeLog 24 Dec 2014 19:55:28 - 1.160 +++ ChangeLog 14 Mar 2015 18:51:23 - 1.161 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-libvisual -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libvisual/ChangeLog,v 1.160 2014/12/24 19:55:28 leio Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-libvisual/ChangeLog,v 1.161 2015/03/14 18:51:23 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-libvisual-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-libvisual-1.4.5 (24 Dec 2014)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mimic: gst-plugins-mimic-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:51:34 Modified: gst-plugins-mimic-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-mimic-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-mimic-1.4.5.ebuild 3 Feb 2015 19:28:46 - 1.1 +++ gst-plugins-mimic-1.4.5.ebuild 14 Mar 2015 18:51:34 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild,v 1.1 2015/02/03 19:28:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mimic/gst-plugins-mimic-1.4.5.ebuild,v 1.2 2015/03/14 18:51:34 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for the MIMIC codec" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/libmimic-1.0.4-r2[${MULTILIB_USEDEP}]" 1.101media-plugins/gst-plugins-mimic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 17 Feb 2015 21:02:32 - 1.100 +++ ChangeLog 14 Mar 2015 18:51:34 - 1.101 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-mimic # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog,v 1.100 2015/02/17 21:02:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mimic/ChangeLog,v 1.101 2015/03/14 18:51:34 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-mimic-1.4.5.ebuild: + amd64 stable, bug 534012 17 Feb 2015; Markus Meier gst-plugins-mimic-0.10.23-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-mad: gst-plugins-mad-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:51:29 Modified: gst-plugins-mad-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-mad/gst-plugins-mad-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mad/gst-plugins-mad-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mad/gst-plugins-mad-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mad/gst-plugins-mad-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-mad-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/gst-plugins-mad-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-mad-1.4.5.ebuild3 Feb 2015 19:25:56 - 1.1 +++ gst-plugins-mad-1.4.5.ebuild14 Mar 2015 18:51:29 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/gst-plugins-mad-1.4.5.ebuild,v 1.1 2015/02/03 19:25:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/gst-plugins-mad-1.4.5.ebuild,v 1.2 2015/03/14 18:51:29 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=media-libs/libmad-0.15.1b-r8[${MULTILIB_USEDEP}]" 1.236media-plugins/gst-plugins-mad/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog?rev=1.236&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog?rev=1.236&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog?r1=1.235&r2=1.236 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog,v retrieving revision 1.235 retrieving revision 1.236 diff -u -r1.235 -r1.236 --- ChangeLog 3 Feb 2015 19:25:56 - 1.235 +++ ChangeLog 14 Mar 2015 18:51:29 - 1.236 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-mad # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog,v 1.235 2015/02/03 19:25:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/ChangeLog,v 1.236 2015/03/14 18:51:29 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-mad-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-mad-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-modplug: gst-plugins-modplug-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:51:40 Modified: gst-plugins-modplug-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-modplug-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-modplug-1.4.5.ebuild3 Feb 2015 19:31:36 - 1.1 +++ gst-plugins-modplug-1.4.5.ebuild14 Mar 2015 18:51:40 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.4.5.ebuild,v 1.1 2015/02/03 19:31:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.4.5.ebuild,v 1.2 2015/03/14 18:51:40 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad inherit gstreamer -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]" 1.75 media-plugins/gst-plugins-modplug/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-modplug/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-modplug/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-modplug/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-modplug/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 3 Feb 2015 19:31:36 - 1.74 +++ ChangeLog 14 Mar 2015 18:51:40 - 1.75 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-modplug # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-modplug/ChangeLog,v 1.74 2015/02/03 19:31:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-modplug/ChangeLog,v 1.75 2015/03/14 18:51:40 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-modplug-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-modplug-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-lame: gst-plugins-lame-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:50:57 Modified: gst-plugins-lame-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-lame/gst-plugins-lame-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-lame/gst-plugins-lame-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-lame/gst-plugins-lame-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-lame/gst-plugins-lame-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-lame-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-lame/gst-plugins-lame-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-lame-1.4.5.ebuild 3 Feb 2015 18:37:20 - 1.1 +++ gst-plugins-lame-1.4.5.ebuild 14 Mar 2015 18:50:57 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-lame/gst-plugins-lame-1.4.5.ebuild,v 1.1 2015/02/03 18:37:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-lame/gst-plugins-lame-1.4.5.ebuild,v 1.2 2015/03/14 18:50:57 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}]" 1.166media-plugins/gst-plugins-lame/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-lame/ChangeLog?rev=1.166&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-lame/ChangeLog?rev=1.166&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-lame/ChangeLog?r1=1.165&r2=1.166 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-lame/ChangeLog,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- ChangeLog 3 Feb 2015 18:37:20 - 1.165 +++ ChangeLog 14 Mar 2015 18:50:57 - 1.166 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-lame # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-lame/ChangeLog,v 1.165 2015/02/03 18:37:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-lame/ChangeLog,v 1.166 2015/03/14 18:50:57 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-lame-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-lame-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-jpeg: gst-plugins-jpeg-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:50:51 Modified: gst-plugins-jpeg-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-jpeg-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-jpeg-1.4.5.ebuild 2 Jan 2015 04:43:39 - 1.1 +++ gst-plugins-jpeg-1.4.5.ebuild 14 Mar 2015 18:50:51 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild,v 1.1 2015/01/02 04:43:39 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.4.5.ebuild,v 1.2 2015/03/14 18:50:51 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer encoder/decoder for JPEG format" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=virtual/jpeg-0-r2[${MULTILIB_USEDEP}]" 1.169media-plugins/gst-plugins-jpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog?rev=1.169&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog?rev=1.169&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog?r1=1.168&r2=1.169 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog,v retrieving revision 1.168 retrieving revision 1.169 diff -u -r1.168 -r1.169 --- ChangeLog 2 Jan 2015 04:43:39 - 1.168 +++ ChangeLog 14 Mar 2015 18:50:51 - 1.169 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-jpeg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog,v 1.168 2015/01/02 04:43:39 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jpeg/ChangeLog,v 1.169 2015/03/14 18:50:51 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-jpeg-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-jpeg-1.4.5 (02 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-dv: gst-plugins-dv-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:49:50 Modified: gst-plugins-dv-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-dv/gst-plugins-dv-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dv/gst-plugins-dv-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dv/gst-plugins-dv-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dv/gst-plugins-dv-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-dv-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dv/gst-plugins-dv-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-dv-1.4.5.ebuild 30 Dec 2014 21:57:51 - 1.1 +++ gst-plugins-dv-1.4.5.ebuild 14 Mar 2015 18:49:50 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dv/gst-plugins-dv-1.4.5.ebuild,v 1.1 2014/12/30 21:57:51 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dv/gst-plugins-dv-1.4.5.ebuild,v 1.2 2015/03/14 18:49:50 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin to demux and decode DV" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}]" 1.139media-plugins/gst-plugins-dv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dv/ChangeLog?rev=1.139&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dv/ChangeLog?rev=1.139&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dv/ChangeLog?r1=1.138&r2=1.139 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dv/ChangeLog,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- ChangeLog 30 Dec 2014 21:57:51 - 1.138 +++ ChangeLog 14 Mar 2015 18:49:50 - 1.139 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-dv -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dv/ChangeLog,v 1.138 2014/12/30 21:57:51 leio Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dv/ChangeLog,v 1.139 2015/03/14 18:49:50 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-dv-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-dv-1.4.5 (30 Dec 2014)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-faad: gst-plugins-faad-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:50:15 Modified: gst-plugins-faad-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-faad-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-faad-1.4.5.ebuild 3 Feb 2015 18:28:57 - 1.1 +++ gst-plugins-faad-1.4.5.ebuild 14 Mar 2015 18:50:15 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5.ebuild,v 1.1 2015/02/03 18:28:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5.ebuild,v 1.2 2015/03/14 18:50:15 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}]" 1.172media-plugins/gst-plugins-faad/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog?rev=1.172&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog?rev=1.172&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog?r1=1.171&r2=1.172 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- ChangeLog 3 Feb 2015 18:28:57 - 1.171 +++ ChangeLog 14 Mar 2015 18:50:15 - 1.172 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-faad # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog,v 1.171 2015/02/03 18:28:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog,v 1.172 2015/03/14 18:50:15 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-faad-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-faad-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-jack: gst-plugins-jack-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:50:45 Modified: gst-plugins-jack-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-jack/gst-plugins-jack-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jack/gst-plugins-jack-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jack/gst-plugins-jack-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jack/gst-plugins-jack-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-jack-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jack/gst-plugins-jack-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-jack-1.4.5.ebuild 2 Jan 2015 04:02:56 - 1.1 +++ gst-plugins-jack-1.4.5.ebuild 14 Mar 2015 18:50:45 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jack/gst-plugins-jack-1.4.5.ebuild,v 1.1 2015/01/02 04:02:56 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jack/gst-plugins-jack-1.4.5.ebuild,v 1.2 2015/03/14 18:50:45 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPION="GStreamer source/sink to transfer audio data with JACK ports" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}]" 1.84 media-plugins/gst-plugins-jack/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jack/ChangeLog?rev=1.84&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jack/ChangeLog?rev=1.84&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-jack/ChangeLog?r1=1.83&r2=1.84 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jack/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- ChangeLog 2 Jan 2015 04:02:56 - 1.83 +++ ChangeLog 14 Mar 2015 18:50:45 - 1.84 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-jack # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jack/ChangeLog,v 1.83 2015/01/02 04:02:56 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-jack/ChangeLog,v 1.84 2015/03/14 18:50:45 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-jack-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-jack-1.4.5 (02 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-gdkpixbuf: gst-plugins-gdkpixbuf-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:50:32 Modified: gst-plugins-gdkpixbuf-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-gdkpixbuf-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-gdkpixbuf-1.4.5.ebuild 2 Jan 2015 03:35:32 - 1.1 +++ gst-plugins-gdkpixbuf-1.4.5.ebuild 14 Mar 2015 18:50:32 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.4.5.ebuild,v 1.1 2015/01/02 03:35:32 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.4.5.ebuild,v 1.2 2015/03/14 18:50:32 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPION="GdkPixbuf-based image decoder, overlay and sink" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]" 1.50 media-plugins/gst-plugins-gdkpixbuf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 2 Jan 2015 03:35:32 - 1.49 +++ ChangeLog 14 Mar 2015 18:50:32 - 1.50 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-gdkpixbuf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/ChangeLog,v 1.49 2015/01/02 03:35:32 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-gdkpixbuf/ChangeLog,v 1.50 2015/03/14 18:50:32 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-gdkpixbuf-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-gdkpixbuf-1.4.5 (02 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild ChangeLog
pacho 15/03/14 18:50:21 Modified: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.3 media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild?r1=1.2&r2=1.3 Index: gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild11 Feb 2015 14:45:46 - 1.2 +++ gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild14 Mar 2015 18:50:21 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.2 2015/02/11 14:45:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild,v 1.3 2015/03/14 18:50:21 pacho Exp $ EAPI=5 @@ -20,7 +20,7 @@ http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}-libav-9-patches.tar.xz"; LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="libav +orc" S=${WORKDIR}/${MY_P} 1.192media-plugins/gst-plugins-ffmpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.192&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.192&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.191&r2=1.192 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v retrieving revision 1.191 retrieving revision 1.192 diff -u -r1.191 -r1.192 --- ChangeLog 11 Feb 2015 14:45:46 - 1.191 +++ ChangeLog 14 Mar 2015 18:50:21 - 1.192 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-ffmpeg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.191 2015/02/11 14:45:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.192 2015/03/14 18:50:21 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild: + amd64 stable, bug 534012 11 Feb 2015; Pacho Ramos -gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild,
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-faac: gst-plugins-faac-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:50:09 Modified: gst-plugins-faac-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-faac/gst-plugins-faac-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faac/gst-plugins-faac-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faac/gst-plugins-faac-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faac/gst-plugins-faac-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-faac-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faac/gst-plugins-faac-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-faac-1.4.5.ebuild 3 Feb 2015 18:27:26 - 1.1 +++ gst-plugins-faac-1.4.5.ebuild 14 Mar 2015 18:50:09 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faac/gst-plugins-faac-1.4.5.ebuild,v 1.1 2015/02/03 18:27:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faac/gst-plugins-faac-1.4.5.ebuild,v 1.2 2015/03/14 18:50:09 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}]" 1.121media-plugins/gst-plugins-faac/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faac/ChangeLog?rev=1.121&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faac/ChangeLog?rev=1.121&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faac/ChangeLog?r1=1.120&r2=1.121 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faac/ChangeLog,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- ChangeLog 3 Feb 2015 18:27:26 - 1.120 +++ ChangeLog 14 Mar 2015 18:50:09 - 1.121 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-faac # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faac/ChangeLog,v 1.120 2015/02/03 18:27:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faac/ChangeLog,v 1.121 2015/03/14 18:50:09 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-faac-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-faac-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-hls: gst-plugins-hls-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:50:39 Modified: gst-plugins-hls-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-hls-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-hls-1.4.5.ebuild3 Feb 2015 18:35:18 - 1.1 +++ gst-plugins-hls-1.4.5.ebuild14 Mar 2015 18:50:39 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild,v 1.1 2015/02/03 18:35:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/gst-plugins-hls-1.4.5.ebuild,v 1.2 2015/03/14 18:50:39 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="HTTP live streaming plugin" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=" 1.11 media-plugins/gst-plugins-hls/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 3 Feb 2015 18:35:18 - 1.10 +++ ChangeLog 14 Mar 2015 18:50:39 - 1.11 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-hls # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 1.10 2015/02/03 18:35:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-hls/ChangeLog,v 1.11 2015/03/14 18:50:39 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-hls-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-hls-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/apache/doc: apache-2.eclass.xml apache-module.eclass.xml depend.apache.eclass.xml
dilfridge15/03/14 18:50:07 Modified: apache-2.eclass.xml apache-module.eclass.xml depend.apache.eclass.xml Log: Moved to wiki Revision ChangesPath 1.3 xml/htdocs/proj/en/apache/doc/apache-2.eclass.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/apache/doc/apache-2.eclass.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/apache/doc/apache-2.eclass.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/apache/doc/apache-2.eclass.xml?r1=1.2&r2=1.3 Index: apache-2.eclass.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/apache/doc/apache-2.eclass.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apache-2.eclass.xml 28 Oct 2012 15:20:57 - 1.2 +++ apache-2.eclass.xml 14 Mar 2015 18:50:07 - 1.3 @@ -1,6 +1,6 @@ - +http://wiki.gentoo.org/wiki/Project:Apache/apache-2.eclass_Documentation";> Documentation for apache-2.eclass apache-d...@gentoo.org 1.3 xml/htdocs/proj/en/apache/doc/apache-module.eclass.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/apache/doc/apache-module.eclass.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/apache/doc/apache-module.eclass.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/apache/doc/apache-module.eclass.xml?r1=1.2&r2=1.3 Index: apache-module.eclass.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/apache/doc/apache-module.eclass.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apache-module.eclass.xml28 Oct 2012 15:20:57 - 1.2 +++ apache-module.eclass.xml14 Mar 2015 18:50:07 - 1.3 @@ -1,6 +1,6 @@ - +http://wiki.gentoo.org/wiki/Project:Apache/apache-module.eclass_Documentation";> Documentation for apache-module.eclass apache-d...@gentoo.org 1.3 xml/htdocs/proj/en/apache/doc/depend.apache.eclass.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/apache/doc/depend.apache.eclass.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/apache/doc/depend.apache.eclass.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/apache/doc/depend.apache.eclass.xml?r1=1.2&r2=1.3 Index: depend.apache.eclass.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/apache/doc/depend.apache.eclass.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- depend.apache.eclass.xml28 Oct 2012 15:20:57 - 1.2 +++ depend.apache.eclass.xml14 Mar 2015 18:50:07 - 1.3 @@ -1,6 +1,6 @@ - +http://wiki.gentoo.org/wiki/Project:Apache/depend.apache.eclass_Documentation";> Documentation for depend.apache.eclass apache-d...@gentoo.org
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-flac: gst-plugins-flac-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:50:27 Modified: gst-plugins-flac-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-flac/gst-plugins-flac-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-flac/gst-plugins-flac-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-flac/gst-plugins-flac-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-flac/gst-plugins-flac-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-flac-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-flac/gst-plugins-flac-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-flac-1.4.5.ebuild 2 Jan 2015 03:17:17 - 1.1 +++ gst-plugins-flac-1.4.5.ebuild 14 Mar 2015 18:50:27 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-flac/gst-plugins-flac-1.4.5.ebuild,v 1.1 2015/01/02 03:17:17 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-flac/gst-plugins-flac-1.4.5.ebuild,v 1.2 2015/03/14 18:50:27 pacho Exp $ EAPI="5" @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer encoder/decoder/tagger for FLAC" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/flac-1.2.1-r5[${MULTILIB_USEDEP}]" 1.237media-plugins/gst-plugins-flac/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-flac/ChangeLog?rev=1.237&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-flac/ChangeLog?rev=1.237&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-flac/ChangeLog?r1=1.236&r2=1.237 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-flac/ChangeLog,v retrieving revision 1.236 retrieving revision 1.237 diff -u -r1.236 -r1.237 --- ChangeLog 2 Jan 2015 03:17:17 - 1.236 +++ ChangeLog 14 Mar 2015 18:50:27 - 1.237 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-flac # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-flac/ChangeLog,v 1.236 2015/01/02 03:17:17 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-flac/ChangeLog,v 1.237 2015/03/14 18:50:27 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-flac-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-flac-1.4.5 (02 Jan 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-dvdread: gst-plugins-dvdread-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:50:03 Modified: gst-plugins-dvdread-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-dvdread-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-dvdread-1.4.5.ebuild3 Feb 2015 18:25:21 - 1.1 +++ gst-plugins-dvdread-1.4.5.ebuild14 Mar 2015 18:50:03 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.4.5.ebuild,v 1.1 2015/02/03 18:25:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.4.5.ebuild,v 1.2 2015/03/14 18:50:03 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=media-libs/libdvdread-4.2.0-r1[${MULTILIB_USEDEP}]" 1.178media-plugins/gst-plugins-dvdread/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvdread/ChangeLog?rev=1.178&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvdread/ChangeLog?rev=1.178&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvdread/ChangeLog?r1=1.177&r2=1.178 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvdread/ChangeLog,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- ChangeLog 3 Feb 2015 18:25:21 - 1.177 +++ ChangeLog 14 Mar 2015 18:50:03 - 1.178 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-dvdread # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvdread/ChangeLog,v 1.177 2015/02/03 18:25:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvdread/ChangeLog,v 1.178 2015/03/14 18:50:03 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-dvdread-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-dvdread-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in app-portage/epkg: epkg-0.4.ebuild ChangeLog
jdhore 15/03/14 18:50:32 Modified: ChangeLog Added:epkg-0.4.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux i686, unsigned Manifest commit) Revision ChangesPath 1.5 app-portage/epkg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epkg/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epkg/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epkg/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-portage/epkg/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 24 Feb 2013 06:35:44 - 1.4 +++ ChangeLog 14 Mar 2015 18:50:32 - 1.5 @@ -1,6 +1,11 @@ # ChangeLog for app-portage/epkg -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/epkg/ChangeLog,v 1.4 2013/02/24 06:35:44 jdhore Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/epkg/ChangeLog,v 1.5 2015/03/14 18:50:32 jdhore Exp $ + +*epkg-0.4 (14 Mar 2015) + + 14 Mar 2015; Jeff Horelick +epkg-0.4.ebuild: + Version bump. 24 Feb 2013; Jeff Horelick epkg-0.3.ebuild: x86 stable and amd64 stable wrt bug #458694 1.1 app-portage/epkg/epkg-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epkg/epkg-0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/epkg/epkg-0.4.ebuild?rev=1.1&content-type=text/plain Index: epkg-0.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-portage/epkg/epkg-0.4.ebuild,v 1.1 2015/03/14 18:50:32 jdhore Exp $ EAPI=5 DESCRIPTION="A simple portage wrapper which works like other package managers" HOMEPAGE="http://github.com/jdhore/epkg"; SRC_URI="https://github.com/jdhore/${PN}/archive/${P}.tar.gz"; LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" S="${WORKDIR}/${PN}-${P}" DEPEND="" RDEPEND="app-portage/eix app-portage/gentoolkit sys-apps/portage" src_install() { dobin epkg doman doc/epkg.1 }
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-dvb: gst-plugins-dvb-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:49:57 Modified: gst-plugins-dvb-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-dvb-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-dvb-1.4.5.ebuild3 Feb 2015 18:22:33 - 1.1 +++ gst-plugins-dvb-1.4.5.ebuild14 Mar 2015 18:49:57 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild,v 1.1 2015/02/03 18:22:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.4.5.ebuild,v 1.2 2015/03/14 18:49:57 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPION="GStreamer plugin to allow capture from dvb devices" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="" 1.96 media-plugins/gst-plugins-dvb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog?rev=1.96&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog?rev=1.96&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog?r1=1.95&r2=1.96 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- ChangeLog 3 Feb 2015 18:22:33 - 1.95 +++ ChangeLog 14 Mar 2015 18:49:57 - 1.96 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-dvb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog,v 1.95 2015/02/03 18:22:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dvb/ChangeLog,v 1.96 2015/03/14 18:49:57 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-dvb-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-dvb-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-amr: gst-plugins-amr-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:49:12 Modified: gst-plugins-amr-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-amr-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-amr-1.4.5.ebuild3 Feb 2015 17:59:58 - 1.1 +++ gst-plugins-amr-1.4.5.ebuild14 Mar 2015 18:49:12 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild,v 1.1 2015/02/03 17:59:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/gst-plugins-amr-1.4.5.ebuild,v 1.2 2015/03/14 18:49:12 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly @@ -11,7 +11,7 @@ HOMEPAGE="http://gstreamer.freedesktop.org/"; LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}]" 1.19 media-plugins/gst-plugins-amr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 3 Feb 2015 17:59:58 - 1.18 +++ ChangeLog 14 Mar 2015 18:49:12 - 1.19 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-amr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog,v 1.18 2015/02/03 17:59:58 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-amr/ChangeLog,v 1.19 2015/03/14 18:49:12 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-amr-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-amr-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-dts: gst-plugins-dts-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:49:44 Modified: gst-plugins-dts-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-dts/gst-plugins-dts-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dts/gst-plugins-dts-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dts/gst-plugins-dts-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dts/gst-plugins-dts-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-dts-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dts/gst-plugins-dts-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-dts-1.4.5.ebuild3 Feb 2015 18:11:09 - 1.1 +++ gst-plugins-dts-1.4.5.ebuild14 Mar 2015 18:49:44 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dts/gst-plugins-dts-1.4.5.ebuild,v 1.1 2015/02/03 18:11:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dts/gst-plugins-dts-1.4.5.ebuild,v 1.2 2015/03/14 18:49:44 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for MPEG-1/2 video encoding" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd" IUSE="+orc" RDEPEND=" 1.54 media-plugins/gst-plugins-dts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dts/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dts/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dts/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dts/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 3 Feb 2015 18:11:09 - 1.53 +++ ChangeLog 14 Mar 2015 18:49:44 - 1.54 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-dts # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dts/ChangeLog,v 1.53 2015/02/03 18:11:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dts/ChangeLog,v 1.54 2015/03/14 18:49:44 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-dts-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-dts-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-a52dec: gst-plugins-a52dec-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:49:04 Modified: gst-plugins-a52dec-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-a52dec-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-a52dec-1.4.5.ebuild 3 Feb 2015 17:52:37 - 1.1 +++ gst-plugins-a52dec-1.4.5.ebuild 14 Mar 2015 18:49:04 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.4.5.ebuild,v 1.1 2015/02/03 17:52:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.4.5.ebuild,v 1.2 2015/03/14 18:49:04 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="+orc" RDEPEND=" 1.200media-plugins/gst-plugins-a52dec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-a52dec/ChangeLog?rev=1.200&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-a52dec/ChangeLog?rev=1.200&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-a52dec/ChangeLog?r1=1.199&r2=1.200 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-a52dec/ChangeLog,v retrieving revision 1.199 retrieving revision 1.200 diff -u -r1.199 -r1.200 --- ChangeLog 3 Feb 2015 17:52:37 - 1.199 +++ ChangeLog 14 Mar 2015 18:49:04 - 1.200 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-a52dec # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-a52dec/ChangeLog,v 1.199 2015/02/03 17:52:37 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-a52dec/ChangeLog,v 1.200 2015/03/14 18:49:04 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-a52dec-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-a52dec-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-assrender: gst-plugins-assrender-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:49:18 Modified: gst-plugins-assrender-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-assrender-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-assrender-1.4.5.ebuild 3 Feb 2015 18:03:54 - 1.1 +++ gst-plugins-assrender-1.4.5.ebuild 14 Mar 2015 18:49:18 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.4.5.ebuild,v 1.1 2015/02/03 18:03:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.4.5.ebuild,v 1.2 2015/03/14 18:49:18 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -8,7 +8,7 @@ inherit gstreamer DESCRIPTION="GStreamer plugin for ASS/SSA rendering with effects support" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND=">=media-libs/libass-0.10.2[${MULTILIB_USEDEP}]" 1.75 media-plugins/gst-plugins-assrender/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-assrender/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-assrender/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-assrender/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-assrender/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 3 Feb 2015 18:03:54 - 1.74 +++ ChangeLog 14 Mar 2015 18:49:18 - 1.75 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-assrender # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-assrender/ChangeLog,v 1.74 2015/02/03 18:03:54 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-assrender/ChangeLog,v 1.75 2015/03/14 18:49:18 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-assrender-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-assrender-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-libs/gstreamer: gstreamer-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:48:57 Modified: gstreamer-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.3 media-libs/gstreamer/gstreamer-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-1.4.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-1.4.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/gstreamer-1.4.5.ebuild?r1=1.2&r2=1.3 Index: gstreamer-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.4.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gstreamer-1.4.5.ebuild 3 Mar 2015 08:35:05 - 1.2 +++ gstreamer-1.4.5.ebuild 14 Mar 2015 18:48:57 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.4.5.ebuild,v 1.2 2015/03/03 08:35:05 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/gstreamer-1.4.5.ebuild,v 1.3 2015/03/14 18:48:57 pacho Exp $ EAPI="5" @@ -12,7 +12,7 @@ LICENSE="LGPL-2+" SLOT="1.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="+introspection nls +orc test" RDEPEND=" 1.387media-libs/gstreamer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.387&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?rev=1.387&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer/ChangeLog?r1=1.386&r2=1.387 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v retrieving revision 1.386 retrieving revision 1.387 diff -u -r1.386 -r1.387 --- ChangeLog 3 Mar 2015 08:35:05 - 1.386 +++ ChangeLog 14 Mar 2015 18:48:57 - 1.387 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gstreamer # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.386 2015/03/03 08:35:05 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer/ChangeLog,v 1.387 2015/03/14 18:48:57 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gstreamer-1.4.5.ebuild: + amd64 stable, bug 534012 03 Mar 2015; Yixun Lan gstreamer-1.4.5.ebuild: add arm64 support, tested on A53 board
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-cdio: gst-plugins-cdio-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:49:25 Modified: gst-plugins-cdio-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-cdio-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-cdio-1.4.5.ebuild 3 Feb 2015 18:05:53 - 1.1 +++ gst-plugins-cdio-1.4.5.ebuild 14 Mar 2015 18:49:25 - 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.4.5.ebuild,v 1.1 2015/02/03 18:05:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.4.5.ebuild,v 1.2 2015/03/14 18:49:25 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=dev-libs/libcdio-0.90-r1:=[${MULTILIB_USEDEP}]" 1.105media-plugins/gst-plugins-cdio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdio/ChangeLog?rev=1.105&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdio/ChangeLog?rev=1.105&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdio/ChangeLog?r1=1.104&r2=1.105 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdio/ChangeLog,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- ChangeLog 3 Feb 2015 18:05:53 - 1.104 +++ ChangeLog 14 Mar 2015 18:49:25 - 1.105 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-cdio # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdio/ChangeLog,v 1.104 2015/02/03 18:05:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdio/ChangeLog,v 1.105 2015/03/14 18:49:25 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-cdio-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-cdio-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-dash: gst-plugins-dash-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:49:38 Modified: gst-plugins-dash-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-dash/gst-plugins-dash-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dash/gst-plugins-dash-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dash/gst-plugins-dash-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dash/gst-plugins-dash-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-dash-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dash/gst-plugins-dash-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-dash-1.4.5.ebuild 3 Feb 2015 18:08:19 - 1.1 +++ gst-plugins-dash-1.4.5.ebuild 14 Mar 2015 18:49:37 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dash/gst-plugins-dash-1.4.5.ebuild,v 1.1 2015/02/03 18:08:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dash/gst-plugins-dash-1.4.5.ebuild,v 1.2 2015/03/14 18:49:37 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-bad @@ -9,7 +9,7 @@ DESCRIPTION="MPEG-DASH plugin" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]" 1.11 media-plugins/gst-plugins-dash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dash/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dash/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-dash/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dash/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 3 Feb 2015 18:08:19 - 1.10 +++ ChangeLog 14 Mar 2015 18:49:37 - 1.11 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/gst-plugins-dash # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dash/ChangeLog,v 1.10 2015/02/03 18:08:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-dash/ChangeLog,v 1.11 2015/03/14 18:49:37 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-dash-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-dash-1.4.5 (03 Feb 2015)
[gentoo-commits] gentoo-x86 commit in media-libs/gstreamer-editing-services: gstreamer-editing-services-1.4.0.ebuild ChangeLog
pacho 15/03/14 18:48:50 Modified: gstreamer-editing-services-1.4.0.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.4 media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild?r1=1.3&r2=1.4 Index: gstreamer-editing-services-1.4.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gstreamer-editing-services-1.4.0.ebuild 16 Feb 2015 10:28:49 - 1.3 +++ gstreamer-editing-services-1.4.0.ebuild 14 Mar 2015 18:48:50 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild,v 1.3 2015/02/16 10:28:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.4.0.ebuild,v 1.4 2015/03/14 18:48:50 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -13,7 +13,7 @@ LICENSE="LGPL-2+" SLOT="1.0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="+introspection" # FIXME: There is something odd with pygobject check for >=4.22, 1.7 media-libs/gstreamer-editing-services/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer-editing-services/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer-editing-services/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gstreamer-editing-services/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/gstreamer-editing-services/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 16 Feb 2015 10:28:49 - 1.6 +++ ChangeLog 14 Mar 2015 18:48:50 - 1.7 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gstreamer-editing-services # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer-editing-services/ChangeLog,v 1.6 2015/02/16 10:28:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gstreamer-editing-services/ChangeLog,v 1.7 2015/03/14 18:48:50 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gstreamer-editing-services-1.4.0.ebuild: + amd64 stable, bug 534012 16 Feb 2015; Pacho Ramos gstreamer-editing-services-1.4.0.ebuild:
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-cdparanoia: gst-plugins-cdparanoia-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:49:32 Modified: gst-plugins-cdparanoia-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.2 media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.4.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.4.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.4.5.ebuild?r1=1.1&r2=1.2 Index: gst-plugins-cdparanoia-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.4.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gst-plugins-cdparanoia-1.4.5.ebuild 24 Dec 2014 19:15:18 - 1.1 +++ gst-plugins-cdparanoia-1.4.5.ebuild 14 Mar 2015 18:49:32 - 1.2 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.4.5.ebuild,v 1.1 2014/12/24 19:15:18 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.4.5.ebuild,v 1.2 2015/03/14 18:49:32 pacho Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-base inherit gstreamer -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=media-sound/cdparanoia-3.10.2-r6[${MULTILIB_USEDEP}]" 1.247media-plugins/gst-plugins-cdparanoia/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdparanoia/ChangeLog?rev=1.247&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdparanoia/ChangeLog?rev=1.247&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-cdparanoia/ChangeLog?r1=1.246&r2=1.247 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdparanoia/ChangeLog,v retrieving revision 1.246 retrieving revision 1.247 diff -u -r1.246 -r1.247 --- ChangeLog 24 Dec 2014 19:15:18 - 1.246 +++ ChangeLog 14 Mar 2015 18:49:32 - 1.247 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/gst-plugins-cdparanoia -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdparanoia/ChangeLog,v 1.246 2014/12/24 19:15:18 leio Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-cdparanoia/ChangeLog,v 1.247 2015/03/14 18:49:32 pacho Exp $ + + 14 Mar 2015; Pacho Ramos + gst-plugins-cdparanoia-1.4.5.ebuild: + amd64 stable, bug 534012 *gst-plugins-cdparanoia-1.4.5 (24 Dec 2014)
[gentoo-commits] gentoo-x86 commit in media-libs/gst-rtsp-server: gst-rtsp-server-0.10.8-r1.ebuild ChangeLog
pacho 15/03/14 18:48:45 Modified: gst-rtsp-server-0.10.8-r1.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.3 media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild?r1=1.2&r2=1.3 Index: gst-rtsp-server-0.10.8-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gst-rtsp-server-0.10.8-r1.ebuild14 Jan 2015 12:56:19 - 1.2 +++ gst-rtsp-server-0.10.8-r1.ebuild14 Mar 2015 18:48:45 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild,v 1.2 2015/01/14 12:56:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/gst-rtsp-server-0.10.8-r1.ebuild,v 1.3 2015/03/14 18:48:45 pacho Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0.10" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples +introspection nls python static-libs test vala" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" 1.14 media-libs/gst-rtsp-server/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-rtsp-server/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-rtsp-server/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-rtsp-server/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 14 Jan 2015 12:56:48 - 1.13 +++ ChangeLog 14 Mar 2015 18:48:45 - 1.14 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gst-rtsp-server # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/ChangeLog,v 1.13 2015/01/14 12:56:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/ChangeLog,v 1.14 2015/03/14 18:48:45 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-rtsp-server-0.10.8-r1.ebuild: + amd64 stable, bug 534012 14 Jan 2015; Pacho Ramos metadata.xml: Cleanup metadata
[gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-bad: gst-plugins-bad-1.4.5.ebuild ChangeLog
pacho 15/03/14 18:48:13 Modified: gst-plugins-bad-1.4.5.ebuild ChangeLog Log: amd64 stable, bug 534012 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4) Revision ChangesPath 1.4 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild?r1=1.3&r2=1.4 Index: gst-plugins-bad-1.4.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gst-plugins-bad-1.4.5.ebuild15 Feb 2015 12:29:15 - 1.3 +++ gst-plugins-bad-1.4.5.ebuild14 Mar 2015 18:48:13 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.3 2015/02/15 12:29:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.5.ebuild,v 1.4 2015/03/14 18:48:13 pacho Exp $ EAPI="5" GST_ORG_MODULE="gst-plugins-bad" @@ -11,7 +11,7 @@ HOMEPAGE="http://gstreamer.freedesktop.org/"; LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="X egl gles2 +introspection opengl +orc vnc wayland" REQUIRED_USE=" 1.165media-libs/gst-plugins-bad/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.165&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.165&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.164&r2=1.165 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- ChangeLog 15 Feb 2015 12:29:15 - 1.164 +++ ChangeLog 14 Mar 2015 18:48:13 - 1.165 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gst-plugins-bad # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.164 2015/02/15 12:29:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.165 2015/03/14 18:48:13 pacho Exp $ + + 14 Mar 2015; Pacho Ramos gst-plugins-bad-1.4.5.ebuild: + amd64 stable, bug 534012 15 Feb 2015; Pacho Ramos gst-plugins-bad-1.4.5.ebuild: gles2 also collides with opengl (#525936)