[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-prof: ruby-prof-0.15.1.ebuild ChangeLog
graaff 14/05/10 06:38:42 Modified: ChangeLog Added:ruby-prof-0.15.1.ebuild Log: Version bump. Add ruby20, ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.38 dev-ruby/ruby-prof/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-prof/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 7 May 2014 19:09:28 - 1.37 +++ ChangeLog 10 May 2014 06:38:42 - 1.38 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby-prof # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.37 2014/05/07 19:09:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ChangeLog,v 1.38 2014/05/10 06:38:42 graaff Exp $ + +*ruby-prof-0.15.1 (10 May 2014) + + 10 May 2014; Hans de Graaff +ruby-prof-0.15.1.ebuild: + Version bump. Add ruby20, ruby21. 07 May 2014; Manuel Rüger ruby-prof-0.12.2.ebuild: Remove ruby18 target. 1.1 dev-ruby/ruby-prof/ruby-prof-0.15.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.15.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.15.1.ebuild?rev=1.1&content-type=text/plain Index: ruby-prof-0.15.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-prof/ruby-prof-0.15.1.ebuild,v 1.1 2014/05/10 06:38:42 graaff Exp $ EAPI=5 # jruby → not compatible, since it uses an extension, but there is a bug # open for it: https://github.com/rdp/ruby-prof/issues/36 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="README.rdoc CHANGES" RUBY_FAKEGEM_DOCDIR="doc" inherit multilib ruby-fakegem DESCRIPTION="A module for profiling Ruby code" HOMEPAGE="https://github.com/ruby-prof/ruby-prof"; SRC_URI="https://github.com/ruby-prof/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/minitest )" all_ruby_prepare() { # Avoid bundler sed -i -e '/bundler/I s:^:#:' -e '/:build/ s:^:#:' Rakefile || die sed -i -e '2igem "test-unit"' test/test_helper.rb || die # Fix a timing-dependant spec since its thresholds for success are # too tight. sed -i -e '/test_class_methods/,/^ end/ s:^:#:' test/measure_cpu_time_test.rb || die # We install the shared object in lib, not ext. sed -i -e 's#../ext/ruby_prof#../lib/ruby_prof#' lib/ruby-prof.rb # Create directory required for the test suite to pass mkdir tmp || die } each_ruby_configure() { ${RUBY} -Cext/ruby_prof extconf.rb || die "extconf.rb failed" } each_ruby_compile() { emake V=1 -Cext/ruby_prof || die "build failed" mkdir lib/ruby_prof || die "unable to create directory for shared object" cp ext/ruby_prof/*$(get_modname) lib/ruby_prof || die "copy of extension failed" } all_ruby_install() { all_fakegem_install for dir in examples ; do docinto "$dir" dodoc -r "$dir"/* done }
[gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai: ufo-ai-2.4.ebuild ChangeLog
ssuominen14/05/10 05:40:33 Modified: ufo-ai-2.4.ebuild ChangeLog Log: Link against mathlib for cos(), sin() and more wrt #509928 by Stefan Kalis (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.5 games-strategy/ufo-ai/ufo-ai-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?r1=1.4&r2=1.5 Index: ufo-ai-2.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ufo-ai-2.4.ebuild 4 Nov 2012 06:02:12 - 1.4 +++ ufo-ai-2.4.ebuild 10 May 2014 05:40:33 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.4 2012/11/04 06:02:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.5 2014/05/10 05:40:33 ssuominen Exp $ EAPI=3 inherit eutils flag-o-matic games @@ -54,7 +54,9 @@ # don't try to use the system mini-xml sed -i -e '/mxml/d' configure || die - epatch "${FILESDIR}"/${P}-locale.patch + epatch \ + "${FILESDIR}"/${P}-mathlib.patch \ + "${FILESDIR}"/${P}-locale.patch cp "${DISTDIR}"/1maps.pk3 "${WORKDIR}"/base/ || die mv "${WORKDIR}"/base/ "${S}"/ || die 1.42 games-strategy/ufo-ai/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 4 Nov 2012 06:02:12 - 1.41 +++ ChangeLog 10 May 2014 05:40:33 - 1.42 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/ufo-ai -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.41 2012/11/04 06:02:12 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.42 2014/05/10 05:40:33 ssuominen Exp $ + + 10 May 2014; Samuli Suominen + +files/ufo-ai-2.4-mathlib.patch, ufo-ai-2.4.ebuild: + Link against mathlib for cos(), sin() and more wrt #509928 by Stefan Kalis 04 Nov 2012; Michael Sterrett ufo-ai-2.4.ebuild: don't try to use the system mini-xml (bug #440026)
[gentoo-commits] gentoo-x86 commit in games-strategy/ufo-ai/files: ufo-ai-2.4-mathlib.patch
ssuominen14/05/10 05:40:33 Added:ufo-ai-2.4-mathlib.patch Log: Link against mathlib for cos(), sin() and more wrt #509928 by Stefan Kalis (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.1 games-strategy/ufo-ai/files/ufo-ai-2.4-mathlib.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/files/ufo-ai-2.4-mathlib.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/files/ufo-ai-2.4-mathlib.patch?rev=1.1&content-type=text/plain Index: ufo-ai-2.4-mathlib.patch === http://bugs.gentoo.org/509928 src/common/common.c:261: error: undefined reference to 'sincos' src/shared/mathlib.c:476: error: undefined reference to '__acosf_finite' [ ... snip ... ] collect2: error: ld returned 1 exit status --- build/modules/ufo.mk +++ build/modules/ufo.mk @@ -9,7 +9,7 @@ $(TARGET)_LINKER := $(CC) $(TARGET)_FILE := $(TARGET)$(EXE_EXT) $(TARGET)_CFLAGS += -DCOMPILE_UFO $(BFD_CFLAGS) $(SDL_CFLAGS) $(SDL_TTF_CFLAGS) $(SDL_MIXER_CFLAGS) $(CURL_CFLAGS) $(THEORA_CFLAGS) $(XVID_CFLAGS) $(VORBIS_CFLAGS) $(OGG_CFLAGS) $(MXML_CFLAGS) -$(TARGET)_LDFLAGS += -lpng -ljpeg $(BFD_LIBS) $(INTL_LIBS) $(SDL_TTF_LIBS) $(SDL_MIXER_LIBS) $(OPENGL_LIBS) $(SDL_LIBS) $(CURL_LIBS) $(THEORA_LIBS) $(XVID_LIBS) $(VORBIS_LIBS) $(OGG_LIBS) $(MXML_LIBS) $(SO_LIBS) -lz +$(TARGET)_LDFLAGS += -lpng -ljpeg $(BFD_LIBS) $(INTL_LIBS) $(SDL_TTF_LIBS) $(SDL_MIXER_LIBS) $(OPENGL_LIBS) $(SDL_LIBS) $(CURL_LIBS) $(THEORA_LIBS) $(XVID_LIBS) $(VORBIS_LIBS) $(OGG_LIBS) $(MXML_LIBS) $(SO_LIBS) -lz -lm $(TARGET)_SRCS = \ client/cl_console.c \
[gentoo-commits] gentoo-x86 commit in www-client/firefox: ChangeLog
ulm 14/05/10 05:26:58 Modified: ChangeLog Log: QA: Fix ChangeLog entry. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.330www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.330&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.330&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.329&r2=1.330 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.329 retrieving revision 1.330 diff -u -r1.329 -r1.330 --- ChangeLog 10 May 2014 02:18:15 - 1.329 +++ ChangeLog 10 May 2014 05:26:58 - 1.330 @@ -1,9 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.329 2014/05/10 02:18:15 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.330 2014/05/10 05:26:58 ulm Exp $ 10 May 2014; firefox-29.0.1.ebuild: - use instead of hardcoding firefox + use ${PN} instead of hardcoding firefox *firefox-29.0.1 (10 May 2014)
[gentoo-commits] gentoo-x86 commit in dev-python/cryptography-vectors: cryptography-vectors-0.3.ebuild cryptography-vectors-0.4.ebuild ChangeLog
idella4 14/05/10 05:23:29 Modified: cryptography-vectors-0.3.ebuild cryptography-vectors-0.4.ebuild ChangeLog Log: drop py2.6 pypy2_0 support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.3 dev-python/cryptography-vectors/cryptography-vectors-0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.3.ebuild?r1=1.2&r2=1.3 Index: cryptography-vectors-0.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cryptography-vectors-0.3.ebuild 3 Apr 2014 08:42:09 - 1.2 +++ cryptography-vectors-0.3.ebuild 10 May 2014 05:23:29 - 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.3.ebuild,v 1.2 2014/04/03 08:42:09 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.3.ebuild,v 1.3 2014/05/10 05:23:29 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 1.2 dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild?r1=1.1&r2=1.2 Index: cryptography-vectors-0.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cryptography-vectors-0.4.ebuild 7 May 2014 05:55:30 - 1.1 +++ cryptography-vectors-0.4.ebuild 10 May 2014 05:23:29 - 1.2 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild,v 1.1 2014/05/07 05:55:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/cryptography-vectors-0.4.ebuild,v 1.2 2014/05/10 05:23:29 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 1.4 dev-python/cryptography-vectors/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography-vectors/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography-vectors/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cryptography-vectors/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 7 May 2014 05:55:30 - 1.3 +++ ChangeLog 10 May 2014 05:23:29 - 1.4 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/cryptography-vectors # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/ChangeLog,v 1.3 2014/05/07 05:55:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/cryptography-vectors/ChangeLog,v 1.4 2014/05/10 05:23:29 idella4 Exp $ + + 10 May 2014; Ian Delaney cryptography-vectors-0.3.ebuild, + cryptography-vectors-0.4.ebuild: + drop py2.6 pypy2_0 support *cryptography-vectors-0.4 (07 May 2014)
[gentoo-commits] gentoo-x86 commit in dev-python/pyasn1: pyasn1-0.1.7.ebuild ChangeLog
idella4 14/05/10 05:12:07 Modified: pyasn1-0.1.7.ebuild ChangeLog Log: drop py2.6 pypy2_0 add py3.4 support (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.15 dev-python/pyasn1/pyasn1-0.1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyasn1/pyasn1-0.1.7.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyasn1/pyasn1-0.1.7.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyasn1/pyasn1-0.1.7.ebuild?r1=1.14&r2=1.15 Index: pyasn1-0.1.7.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1/pyasn1-0.1.7.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pyasn1-0.1.7.ebuild 31 Mar 2014 20:59:47 - 1.14 +++ pyasn1-0.1.7.ebuild 10 May 2014 05:12:07 - 1.15 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/pyasn1-0.1.7.ebuild,v 1.14 2014/03/31 20:59:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/pyasn1-0.1.7.ebuild,v 1.15 2014/05/10 05:12:07 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) inherit distutils-r1 1.73 dev-python/pyasn1/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyasn1/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyasn1/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyasn1/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/pyasn1/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 31 Mar 2014 20:59:47 - 1.72 +++ ChangeLog 10 May 2014 05:12:07 - 1.73 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyasn1 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/ChangeLog,v 1.72 2014/03/31 20:59:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyasn1/ChangeLog,v 1.73 2014/05/10 05:12:07 idella4 Exp $ + + 10 May 2014; Ian Delaney pyasn1-0.1.7.ebuild: + drop py2.6 pypy2_0 add py3.4 support 31 Mar 2014; Michał Górny pyasn1-0.1.6.ebuild, pyasn1-0.1.7.ebuild:
[gentoo-commits] gentoo-x86 commit in mail-filter/pypolicyd-spf: pypolicyd-spf-1.2-r1.ebuild ChangeLog pypolicyd-spf-1.2.ebuild
mjo 14/05/10 03:28:18 Modified: ChangeLog Added:pypolicyd-spf-1.2-r1.ebuild Removed: pypolicyd-spf-1.2.ebuild Log: Revbump fixing bugs #503270 (python-3.x support) and #503124. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x6F48D3DA05C2DADB!) Revision ChangesPath 1.32 mail-filter/pypolicyd-spf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/pypolicyd-spf/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/pypolicyd-spf/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/pypolicyd-spf/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/mail-filter/pypolicyd-spf/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 3 Mar 2014 00:17:11 - 1.31 +++ ChangeLog 10 May 2014 03:28:18 - 1.32 @@ -1,6 +1,12 @@ # ChangeLog for mail-filter/pypolicyd-spf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/pypolicyd-spf/ChangeLog,v 1.31 2014/03/03 00:17:11 mjo Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/pypolicyd-spf/ChangeLog,v 1.32 2014/05/10 03:28:18 mjo Exp $ + +*pypolicyd-spf-1.2-r1 (10 May 2014) + + 10 May 2014; Michael Orlitzky +pypolicyd-spf-1.2-r1.ebuild, + -pypolicyd-spf-1.2.ebuild: + Revbump fixing bugs #503270 (python-3.x support) and #503124. *pypolicyd-spf-1.2 (03 Mar 2014) 1.1 mail-filter/pypolicyd-spf/pypolicyd-spf-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/pypolicyd-spf/pypolicyd-spf-1.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/pypolicyd-spf/pypolicyd-spf-1.2-r1.ebuild?rev=1.1&content-type=text/plain Index: pypolicyd-spf-1.2-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/mail-filter/pypolicyd-spf/pypolicyd-spf-1.2-r1.ebuild,v 1.1 2014/05/10 03:28:18 mjo Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) # With >=python-3.3, the built-in ipaddress module handles the parsing # of IP addresses. If python is built without ipv6 support, then # ipaddress can't parse ipv6 addresses, and the daemon will crash if it # sees an ipv6 SPF record. In other words, it's completely broken. # # Ideally this would remain optional for python-2.x, but until there's # an easy way to do that, "maybe annoying" seems a better option than # "maybe broken." PYTHON_REQ_USE="ipv6" inherit distutils-r1 versionator DESCRIPTION="Python-based policy daemon for Postfix SPF verification" HOMEPAGE="https://launchpad.net/pypolicyd-spf"; SRC_URI="http://launchpad.net/pypolicyd-spf/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" # ipaddr is only needed with https://bugs.launchpad.net/pypolicyd-spf/+bug/1229862 # DEPEND="$(python_gen_cond_dep \ '>=dev-python/ipaddr-2.1.10[${PYTHON_USEDEP}]' \ 'python2*') dev-python/pyspf[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} dev-python/authres[${PYTHON_USEDEP}]" DOCS=( CHANGES policyd-spf.conf.commented README README.per_user_whitelisting ) src_prepare() { # The "real" config file mentions the commented one, so we point # users in the right direction. local oldconf="policyd-spf.conf.commented" local newconf="/usr/share/doc/${PF}/${oldconf}" sed -i "1 s~ ${oldconf}~,\n# ${newconf}~" policyd-spf.conf \ || die 'failed to update commented config file path' distutils-r1_src_prepare }
[gentoo-commits] gentoo-x86 commit in dev-python/sexpdata: metadata.xml sexpdata-0.0.3.ebuild ChangeLog
jauhien 14/05/10 02:25:22 Added:metadata.xml sexpdata-0.0.3.ebuild ChangeLog Log: Initial import (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4) Revision ChangesPath 1.1 dev-python/sexpdata/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexpdata/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexpdata/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> jauh...@gentoo.org Jauhien Piatlicki 1.1 dev-python/sexpdata/sexpdata-0.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexpdata/sexpdata-0.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexpdata/sexpdata-0.0.3.ebuild?rev=1.1&content-type=text/plain Index: sexpdata-0.0.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/sexpdata/sexpdata-0.0.3.ebuild,v 1.1 2014/05/10 02:25:22 jauhien Exp $ EAPI=5 PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3}) inherit distutils-r1 DESCRIPTION="a simple S-expression parser/serializer" HOMEPAGE="http://github.com/tkf/sexpdata"; SRC_URI="https://github.com/tkf/sexpdata/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="" 1.1 dev-python/sexpdata/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexpdata/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sexpdata/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-python/sexpdata # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/sexpdata/ChangeLog,v 1.1 2014/05/10 02:25:22 jauhien Exp $ *sexpdata-0.0.3 (10 May 2014) 10 May 2014; Jauhien Piatlicki +metadata.xml, +sexpdata-0.0.3.ebuild: Initial import
[gentoo-commits] gentoo-x86 commit in dev-python/sexpdata: - New directory
jauhien 14/05/10 02:22:04 Log: Directory /var/cvsroot/gentoo-x86/dev-python/sexpdata added to the repository
[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-29.0.1.ebuild ChangeLog
anarchy 14/05/10 02:18:15 Modified: firefox-29.0.1.ebuild ChangeLog Log: use instead of hardcoding firefox (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4) Revision ChangesPath 1.2 www-client/firefox/firefox-29.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-29.0.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-29.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-29.0.1.ebuild?r1=1.1&r2=1.2 Index: firefox-29.0.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-29.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- firefox-29.0.1.ebuild 10 May 2014 01:39:21 - 1.1 +++ firefox-29.0.1.ebuild 10 May 2014 02:18:15 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-29.0.1.ebuild,v 1.1 2014/05/10 01:39:21 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-29.0.1.ebuild,v 1.2 2014/05/10 02:18:15 anarchy Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" @@ -376,7 +376,7 @@ # revdep-rebuild entry insinto /etc/revdep-rebuild - echo "SEARCH_DIRS_MASK=${MOZILLA_FIVE_HOME}" >> ${T}/10firefox + echo "SEARCH_DIRS_MASK=${MOZILLA_FIVE_HOME}" >> ${T}/10${PN} doins "${T}"/10${PN} || die } 1.329www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.329&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.329&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.328&r2=1.329 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.328 retrieving revision 1.329 diff -u -r1.328 -r1.329 --- ChangeLog 10 May 2014 01:39:21 - 1.328 +++ ChangeLog 10 May 2014 02:18:15 - 1.329 @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.328 2014/05/10 01:39:21 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.329 2014/05/10 02:18:15 anarchy Exp $ + + 10 May 2014; firefox-29.0.1.ebuild: + use instead of hardcoding firefox *firefox-29.0.1 (10 May 2014)
[gentoo-commits] gentoo-x86 commit in www-client/firefox-bin: firefox-bin-29.0.1.ebuild ChangeLog firefox-bin-29.0.ebuild
anarchy 14/05/10 02:16:17 Modified: ChangeLog Added:firefox-bin-29.0.1.ebuild Removed: firefox-bin-29.0.ebuild Log: Misc upstream fixes (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4) Revision ChangesPath 1.191www-client/firefox-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?rev=1.191&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?rev=1.191&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/ChangeLog?r1=1.190&r2=1.191 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v retrieving revision 1.190 retrieving revision 1.191 diff -u -r1.190 -r1.191 --- ChangeLog 8 May 2014 13:22:02 - 1.190 +++ ChangeLog 10 May 2014 02:16:17 - 1.191 @@ -1,6 +1,12 @@ # ChangeLog for www-client/firefox-bin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.190 2014/05/08 13:22:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.191 2014/05/10 02:16:17 anarchy Exp $ + +*firefox-bin-29.0.1 (10 May 2014) + + 10 May 2014; +firefox-bin-29.0.1.ebuild, + -firefox-bin-29.0.ebuild: + Misc upstream fixes 08 May 2014; Agostino Sarubbo firefox-bin-24.5.0.ebuild: Stable for x86, wrt bug #509050 1.1 www-client/firefox-bin/firefox-bin-29.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-29.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/firefox-bin-29.0.1.ebuild?rev=1.1&content-type=text/plain Index: firefox-bin-29.0.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-29.0.1.ebuild,v 1.1 2014/05/10 02:16:17 anarchy Exp $ EAPI="5" # Can be updated using scripts/get_langs.sh from mozilla overlay MOZ_LANGS=(af ar as ast be bg bn-BD bn-IN br bs ca cs csb cy da de el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd gl gu-IN he hi-IN hr hu hy-AM id is it ja kk kn ko ku lt lv mai mk ml mr nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te tr uk vi zh-CN zh-TW zu) # Convert the ebuild version to the upstream mozilla version, used by mozlinguas MOZ_PV="${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}" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases/"; inherit eutils multilib pax-utils fdo-mime gnome2-utils mozlinguas nsplugins DESCRIPTION="Firefox Web Browser" MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases"; SRC_URI="${SRC_URI} amd64? ( ${MOZ_FTP_URI}/${MOZ_PV}/linux-x86_64/en-US/${MOZ_P}.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.mozilla.com/firefox"; 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/dbus-glib virtual/freedesktop-icon-theme x11-libs/libXrender x11-libs/libXt x11-libs/libXmu >=x11-libs/gtk+-2.2:2 >=media-libs/alsa-lib-1.0.16 !net-libs/libproxy[spidermonkey] " QA_PREBUILT=" opt/${MOZ_PN}/*.so opt/${MOZ_PN}/${MOZ_PN} opt/${MOZ_PN}/${PN} 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/${MOZ_PN} local size sizes icon_path icon name sizes="16 32 48" icon_path="${S}/browser/chrome/icons/default" icon="${PN}" name="Mozilla Firefox" # Install icons and .desktop for menu entry for size in ${sizes}; do insinto "/usr/share/icons/hicolor/${size}x${size}/apps" newins "${icon_path}/default${size}.png" "${icon}.png" || die done # The 128x128 icon has a different name insinto "/usr/share/icons/hicolor/128x12
[gentoo-commits] proj/mysql:master commit in: dev-db/percona-server/
commit: a5c8353c4011813c7f1bc2b96da999ba0647e1c9 Author: Brian Evans gentoo org> AuthorDate: Sat May 10 01:39:16 2014 + Commit: Brian Evans lavabit com> CommitDate: Sat May 10 01:39:16 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=a5c8353c [percona-server] Add extras tarball --- dev-db/percona-server/Manifest | 2 +- dev-db/percona-server/percona-server-5.5.37.35.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest index e4d9668..027c2a7 100644 --- a/dev-db/percona-server/Manifest +++ b/dev-db/percona-server/Manifest @@ -1,4 +1,4 @@ DIST mysql-extras-20140424-1043Z.tar.bz2 1493352 SHA256 75b8de752f11559e3900fd96c3ca6113bd083a69b08bd66b2c24bacfb9b8b88c SHA512 d1324efd88be8b9e7b6ef61cfaf497b51a02e0825a8cb240ee6869b0875f4f18170d9952567c995f73f9a57b98a91f6e91878bc9efe87f99e0b20053ce5a376a WHIRLPOOL 2982ca88af7926f7fbcf68e0f3f289c0b33e8c929de3db1679c4debf8fa1f74e809361e968ac94949dce405d4a4e494ebdf447e9208eb9cfc39c5677454ed77e +DIST mysql-extras-20140509-0130Z.tar.bz2 1493031 SHA256 e7b1b0f7556c3230e7ce7c971c4562de0e5ea706301cc107b4d23136207e33fa SHA512 0f7409a48b64030c492e9600112e54a0e01b440b450b15dc2137b72971883f53bc27c3ddf591c29784c7c62673d40c37ebe6a86a21b29a64f67d82804573f009 WHIRLPOOL 6d2301aeb4a2cc53bec922f058ee58f68aaa0a4075ffdce03d5c6f249b90c7901949d3d2598c02e8287ceb6c02e3dccc673886eeaedee900882e55880e5577c3 DIST percona-server-5.5.37-35.0.tar.gz 24261353 SHA256 8f6c61cc10b0dd4a75a19dcafcf2a945f3c4700184bbe06ac76c131c383b195c SHA512 4de50f4dae302ffa7e14916595cbe31eebd325943f3962e7e598aa73055d379cff996834ad421ec213fc4a7234275032e0726dd9f63536a243ae6f991b7e5c2f WHIRLPOOL 05d5c551ef3876aed273847bdd50a8a8e66567551ef7e4b4699c385f5e12fef8ca41367d75bdbf78683d4de723b565eb9b80470bf93701e8fb5fa4bfa8d06c1e -DIST percona-server-5.6.16-64.2.tar.gz 34455024 SHA256 841eb00ac9178c56f37ef621742ffe4ca43867637236f061321bafc7e64d8e8d SHA512 c114d4267f4c917bd886d76d4d6dca3c71bfc33efc57a8cbac623ec52b87b8cf1aaa6bdef3df6db91a074206d3c2206997c39d316abc33e927584307b791fb5c WHIRLPOOL ed60be8ec2008f9893df408b4e883ecf7c459d4e81a6e302207595980ac88ad5879f32d842ae9de66e5470b00db5b5b7a3fc5cb200468019f574d0e00df539de DIST percona-server-5.6.17-65.0.tar.gz 34602183 SHA256 e4246f6773330376e0548bc5d6d590e822e7be9d6fc8ceeece8f4feeafd2b9a3 SHA512 c184821c9715cb8127963e375513ec2473d2dff7f6fa7493aaacb1ea562a6cbba0e90797f1988cb44e3bca22566782efe3bd23608d416a3562a67b6fbc5e01ca WHIRLPOOL d4424b618ad697a98648f301df43e8ceae8b789837ae9388214b3ae4629eba2af27e307dfd8880c5c17f3a3cbf650300b397c8c354247cdee48135985a2e0f48 diff --git a/dev-db/percona-server/percona-server-5.5.37.35.0.ebuild b/dev-db/percona-server/percona-server-5.5.37.35.0.ebuild index 6ef96b7..a991593 100644 --- a/dev-db/percona-server/percona-server-5.5.37.35.0.ebuild +++ b/dev-db/percona-server/percona-server-5.5.37.35.0.ebuild @@ -4,7 +4,7 @@ EAPI="4" -MY_EXTRAS_VER="live" +MY_EXTRAS_VER="20140509-0130Z" MY_PV="${PV//_alpha_pre/-m}" MY_PV="${MY_PV//_/-}"
[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-3.4.1.ebuild ChangeLog
floppym 14/05/10 02:04:00 Modified: llvm-3.4.1.ebuild ChangeLog Log: Fix PDEPEND on clang. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision ChangesPath 1.2 sys-devel/llvm/llvm-3.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild?r1=1.1&r2=1.2 Index: llvm-3.4.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- llvm-3.4.1.ebuild 9 May 2014 21:09:16 - 1.1 +++ llvm-3.4.1.ebuild 10 May 2014 02:04:00 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild,v 1.1 2014/05/09 21:09:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild,v 1.2 2014/05/10 02:04:00 floppym Exp $ EAPI=5 @@ -60,7 +60,7 @@ !>=sys-devel/clang- ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" -PDEPEND="clang? ( =sys-devel/clang-3.4-r100 )" +PDEPEND="clang? ( =sys-devel/clang-${PV}-r100 )" # pypy gives me around 1700 unresolved tests due to open file limit # being exceeded. probably GC does not close them fast enough. 1.194sys-devel/llvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.194&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.194&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.193&r2=1.194 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v retrieving revision 1.193 retrieving revision 1.194 diff -u -r1.193 -r1.194 --- ChangeLog 9 May 2014 21:09:16 - 1.193 +++ ChangeLog 10 May 2014 02:04:00 - 1.194 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.193 2014/05/09 21:09:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.194 2014/05/10 02:04:00 floppym Exp $ + + 10 May 2014; Mike Gilbert llvm-3.4.1.ebuild: + Fix PDEPEND on clang. *llvm-3.4.1 (09 May 2014)
[gentoo-commits] proj/g-sorcery:dev commit in: /
commit: 561e590173dbc44720c57df5c656a7e857a0f667 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat May 10 02:03:05 2014 + Commit: Jauhien Piatlicki gmail com> CommitDate: Sat May 10 02:03:05 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=561e5901 update README --- README.md | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b25590..f0070a8 100644 --- a/README.md +++ b/README.md @@ -46,16 +46,17 @@ databases with information about available software and so on. Installation and using == -You should emerge **app-portage/layman-**. +You will need **app-portage/layman-** (when you emerge a backend you are +interested in it will be pulled in authomatically). Add `jauhien` overlay: **layman -a jauhien**. -Emerge g-sorcery: **emerge -va g-sorcery**. - Currently 2 backends are available: **gs-elpa** and **gs-pypi**. Here is an example of using gs-elpa backend. +Emerge backend you want to use: **emerge -va gs-elpa**. + There are two ways of using **gs-elpa**: * use it with **layman**
[gentoo-commits] gentoo-x86 commit in dev-python/pypy: pypy-2.2.1.ebuild ChangeLog
floppym 14/05/10 01:50:09 Modified: pypy-2.2.1.ebuild ChangeLog Log: Add optional dependency on dev-tcltk/tix, bug 413393. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision ChangesPath 1.6 dev-python/pypy/pypy-2.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/pypy-2.2.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/pypy-2.2.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/pypy-2.2.1.ebuild?r1=1.5&r2=1.6 Index: pypy-2.2.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.2.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- pypy-2.2.1.ebuild 9 May 2014 06:12:21 - 1.5 +++ pypy-2.2.1.ebuild 10 May 2014 01:50:09 - 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.2.1.ebuild,v 1.5 2014/05/09 06:12:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.2.1.ebuild,v 1.6 2014/05/10 01:50:09 floppym Exp $ EAPI=5 @@ -25,7 +25,10 @@ bzip2? ( app-arch/bzip2 ) ncurses? ( sys-libs/ncurses ) sqlite? ( dev-db/sqlite:3 ) - tk? ( dev-lang/tk:0 ) + tk? ( + dev-lang/tk:0 + dev-tcltk/tix + ) !dev-python/pypy-bin:0" DEPEND="${RDEPEND} doc? ( dev-python/sphinx ) 1.62 dev-python/pypy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pypy/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 9 May 2014 06:12:21 - 1.61 +++ ChangeLog 10 May 2014 01:50:09 - 1.62 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pypy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.61 2014/05/09 06:12:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/ChangeLog,v 1.62 2014/05/10 01:50:09 floppym Exp $ + + 10 May 2014; Mike Gilbert pypy-2.2.1.ebuild: + Add optional dependency on dev-tcltk/tix, bug 413393. 09 May 2014; Michał Górny pypy-2.2.1.ebuild: Add USE=tk for tkinter modules. Update the list of cffi-compiled modules. Bug
[gentoo-commits] proj/g-sorcery:dev commit in: gs_pypi/data/, /, docs/, bin/, gs_pypi/
commit: e342f62e8cc2265b6085700de85c8a0eea2c0b98 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat May 10 01:49:12 2014 + Commit: Jauhien Piatlicki gmail com> CommitDate: Sat May 10 01:49:12 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=e342f62e gs-pypi moved to another repo --- bin/gs-pypi| 3 - bin/gs-pypi-generate-db| 18 --- docs/Makefile | 2 +- docs/gs-pypi.8 | 153 -- docs/gs-pypi.8.rst | 130 -- gs-pypi-overlays.xml | 14 -- gs-pypi.json | 46 --- gs_pypi/__init__.py| 2 - gs_pypi/backend.py | 35 - gs_pypi/data/gs-pypi.eclass| 15 --- gs_pypi/ebuild.py | 67 -- gs_pypi/gs_pypi_generate_db.py | 60 - gs_pypi/pypi_db.py | 289 - setup.py | 12 +- 14 files changed, 5 insertions(+), 841 deletions(-) diff --git a/bin/gs-pypi b/bin/gs-pypi deleted file mode 100644 index fbaabd4..000 --- a/bin/gs-pypi +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -g-sorcery gs-pypi $@ diff --git a/bin/gs-pypi-generate-db b/bin/gs-pypi-generate-db deleted file mode 100755 index 81710ec..000 --- a/bin/gs-pypi-generate-db +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -""" -gs-pypi-generate-db -~~~ - -PyPI database generation - -:copyright: (c) 2013 by Jauhien Piatlicki -:license: GPL-2, see LICENSE for more details. -""" - -import sys -from gs_pypi import gs_pypi_generate_db - -if __name__ == "__main__": -sys.exit(gs_pypi_generate_db.main()) diff --git a/docs/Makefile b/docs/Makefile index 5c25523..6c47097 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,7 +1,7 @@ HTML_SOURCES=developer_instructions HTML_DOCS=$(HTML_SOURCES:=.html) -MAN_SOURCES=g-sorcery g-sorcery.cfg gs-pypi +MAN_SOURCES=g-sorcery g-sorcery.cfg MANS=$(MAN_SOURCES:=.8) RST2HTML=rst2html.py diff --git a/docs/gs-pypi.8 b/docs/gs-pypi.8 deleted file mode 100644 index 7536605..000 --- a/docs/gs-pypi.8 +++ /dev/null @@ -1,153 +0,0 @@ -.\" Man page generated from reStructuredText. -. -.TH GS-PYPI 8 "2013-08-04" "0.1" "g-sorcery" -.SH NAME -gs-pypi \- manage overlays for PYPI repository -. -.nr rst2man-indent-level 0 -. -.de1 rstReportMargin -\\$1 \\n[an-margin] -level \\n[rst2man-indent-level] -level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] -- -\\n[rst2man-indent0] -\\n[rst2man-indent1] -\\n[rst2man-indent2] -.. -.de1 INDENT -.\" .rstReportMargin pre: -. RS \\$1 -. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] -. nr rst2man-indent-level +1 -.\" .rstReportMargin post: -.. -.de UNINDENT -. RE -.\" indent \\n[an-margin] -.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] -.nr rst2man-indent-level -1 -.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] -.in \\n[rst2man-indent\\n[rst2man-indent-level]]u -.. -.SH SYNOPSIS -.sp -\fBgs\-pypi\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBsync\fP -.sp -\fBgs\-pypi\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBlist\fP -.sp -\fBgs\-pypi\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBgenerate\fP \fIPACKAGE\fP -.sp -\fBgs\-pypi\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBinstall\fP \fIPACKAGE\fP -.sp -\fBgs\-pypi\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBgenerate\-tree\fP [\fB\-d\fP] -.SH DESCRIPTION -.sp -\fBgs\-pypi\fP is an ebuild generator for PYPI PYTHON repository. -.sp -There are two ways of using \fBgs\-pypi\fP: -.INDENT 0.0 -.INDENT 3.5 -.INDENT 0.0 -.IP \(bu 2 -use it with \fBlayman\fP -.sp -In this case all you need to do is install \fBlayman\-\fP and \fBg\-sorcery\fP. -Then you should just run \fIlayman \-L\fP as -root and find an overlay you want. Type of overlay will be -displayed as \fIg\-sorcery\fP. Then you add this overlay as -usual. It\(aqs all you need to do and it\(aqs the recommended way of -using \fBgs\-pypi\fP. -.IP \(bu 2 -use it as stand\-alone tool -.sp -In this case you should create an overlay (see \fBportage\fP documentation), sync it and populate -it with one or more ebuilds. Then ebuilds could be installed by emerge or by \fBgs\-pypi\fP tool. -.UNINDENT -.UNINDENT -.UNINDENT -.SH OPTIONS -.INDENT 0.0 -.TP -.B \fB\-\-overlay\fP \fIOVERLAY\fP, \fB\-o\fP \fIOVERLAY\fP -Overlay directory. This option is mandatory if there is no -\fBdefault_overlay\fP entry in a backend config. -.TP -.B \fB\-\-repository\fP \fIREPO\fP, \fB\-r\fP \fIREPO\fP -Repository name. This option is not mandatory. If present should be \fBctan\fP. -.UNINDENT -.SH COMMANDS -.INDENT 0.0 -.TP -.B \fBsync\fP -Synchronize a repository database. -.TP -.B \fBlist\fP -List packages available in a repository. -.TP -.B \fBgenerate\fP -Generate a given ebuild and all its dependencies. -.TP -.B \
[gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.7.6-r1.ebuild python-3.4.0.ebuild python-3.2.5-r4.ebuild python-3.3.5.ebuild ChangeLog
floppym 14/05/10 01:44:50 Modified: python-2.7.6-r1.ebuild python-3.4.0.ebuild python-3.3.5.ebuild ChangeLog Added:python-3.2.5-r4.ebuild Log: Add optional dependency on dev-tcltk/tix, bug 413393 by John Keeping. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision ChangesPath 1.2 dev-lang/python/python-2.7.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.6-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.6-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.6-r1.ebuild?r1=1.1&r2=1.2 Index: python-2.7.6-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.6-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-2.7.6-r1.ebuild 25 Apr 2014 18:33:36 - 1.1 +++ python-2.7.6-r1.ebuild 10 May 2014 01:44:50 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.6-r1.ebuild,v 1.1 2014/04/25 18:33:36 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.6-r1.ebuild,v 1.2 2014/05/10 01:44:50 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -55,6 +55,7 @@ tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt + dev-tcltk/tix ) xml? ( >=dev-libs/expat-2.1 ) ) 1.3 dev-lang/python/python-3.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0.ebuild?r1=1.2&r2=1.3 Index: python-3.4.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-3.4.0.ebuild 30 Mar 2014 20:23:57 - 1.2 +++ python-3.4.0.ebuild 10 May 2014 01:44:50 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v 1.2 2014/03/30 20:23:57 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v 1.3 2014/05/10 01:44:50 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -43,6 +43,7 @@ tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt + dev-tcltk/tix ) xml? ( >=dev-libs/expat-2.1 ) ) 1.2 dev-lang/python/python-3.3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.5.ebuild?r1=1.1&r2=1.2 Index: python-3.3.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-3.3.5.ebuild 28 Mar 2014 01:35:30 - 1.1 +++ python-3.3.5.ebuild 10 May 2014 01:44:50 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.5.ebuild,v 1.1 2014/03/28 01:35:30 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.5.ebuild,v 1.2 2014/05/10 01:44:50 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -43,6 +43,7 @@ tk? ( >=dev-lang/tk-8.0 dev-tcltk/blt + dev-tcltk/tix ) xml? ( >=dev-libs/expat-2.1 ) ) 1.758dev-lang/python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.758&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.758&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.757&r2=1.758 Index: ChangeLog
[gentoo-commits] gentoo-x86 commit in www-client/firefox: firefox-29.0.1.ebuild ChangeLog firefox-29.0.ebuild
anarchy 14/05/10 01:39:21 Modified: ChangeLog Added:firefox-29.0.1.ebuild Removed: firefox-29.0.ebuild Log: Misc upstream fixes, fix bug #509604 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4) Revision ChangesPath 1.328www-client/firefox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.328&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?rev=1.328&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/ChangeLog?r1=1.327&r2=1.328 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v retrieving revision 1.327 retrieving revision 1.328 diff -u -r1.327 -r1.328 --- ChangeLog 8 May 2014 13:22:07 - 1.327 +++ ChangeLog 10 May 2014 01:39:21 - 1.328 @@ -1,6 +1,12 @@ # ChangeLog for www-client/firefox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.327 2014/05/08 13:22:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.328 2014/05/10 01:39:21 anarchy Exp $ + +*firefox-29.0.1 (10 May 2014) + + 10 May 2014; +firefox-29.0.1.ebuild, + -firefox-29.0.ebuild: + Misc upstream fixes, fix bug #509604 08 May 2014; Agostino Sarubbo firefox-24.5.0.ebuild: Stable for x86, wrt bug #509050 1.1 www-client/firefox/firefox-29.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-29.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox/firefox-29.0.1.ebuild?rev=1.1&content-type=text/plain Index: firefox-29.0.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-29.0.1.ebuild,v 1.1 2014/05/10 01:39:21 anarchy Exp $ EAPI="5" VIRTUALX_REQUIRED="pgo" WANT_AUTOCONF="2.1" MOZ_ESR="" # This list can be updated with scripts/get_langs.sh from the mozilla overlay MOZ_LANGS=( af ar as ast be bg bn-BD bn-IN br bs ca cs csb cy da de el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa fi fr fy-NL ga-IE gd gl gu-IN he hi-IN hr hu hy-AM id is it ja kk km kn ko ku lt lv mai mk ml mr nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te th tr uk vi xh zh-CN zh-TW zu ) # Convert the ebuild version to the upstream mozilla version, used by mozlinguas 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 if [[ ${MOZ_ESR} == 1 ]]; then # ESR releases have slightly version numbers MOZ_PV="${MOZ_PV}esr" fi # Patch version PATCH="${PN}-29.0-patches-0.1" # Upstream ftp release URI that's used by mozlinguas.eclass # We don't use the http mirror because it deletes old tarballs. MOZ_FTP_URI="ftp://ftp.mozilla.org/pub/${PN}/releases/"; MOZ_HTTP_URI="http://ftp.mozilla.org/pub/${PN}/releases/"; inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-3 multilib pax-utils fdo-mime autotools virtualx mozlinguas DESCRIPTION="Firefox Web Browser" HOMEPAGE="http://www.mozilla.com/firefox"; KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" IUSE="bindist gstreamer hardened +jit +minimal pgo pulseaudio selinux system-cairo system-icu system-jpeg system-sqlite test" # More URIs appended below... SRC_URI="${SRC_URI} http://dev.gentoo.org/~anarchy/mozilla/patchsets/${PATCH}.tar.xz http://dev.gentoo.org/~nirbheek/mozilla/patchsets/${PATCH}.tar.xz"; ASM_DEPEND=">=dev-lang/yasm-1.1" # Mesa 7.10 needed for WebGL + bugfixes RDEPEND=" >=dev-libs/nss-3.16 >=dev-libs/nspr-4.10.4 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 >=media-libs/libpng-1.6.7[apng] virtual/libffi gstreamer? ( media-plugins/gst-plugins-meta:0.10[ffmpeg] ) pulseaudio? ( media-sound/pulseaudio ) system-cairo? ( >=x11-libs/cairo-1.12[X] ) system-icu? ( >=dev-libs/icu-51.1 ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.1.3:3[secure-delete,debug=] ) >=media-libs/libvpx-1.3.0 kernel_linux? ( media-libs/alsa-lib ) selinux? ( sec-policy/selinux-mozilla )" DEPEND="${RDEPEND} >=sys-devel/binutils-2.16.1 virtual/pkgconfig pgo? ( >=sys-devel/gcc-4.5 ) amd64? ( ${ASM_DEPEND} virtual/opengl ) x86? ( ${ASM_DEP
[gentoo-commits] proj/g-sorcery:dev commit in: docs/, bin/
commit: fa96bd7d15b4c84a32a965360ee2085f1f19f59c Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat May 10 01:18:20 2014 + Commit: Jauhien Piatlicki gmail com> CommitDate: Sat May 10 01:18:20 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=fa96bd7d fix: remove rest of gs-elpa --- bin/gs-elpa | 3 --- docs/Makefile | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/gs-elpa b/bin/gs-elpa deleted file mode 100755 index ce096fa..000 --- a/bin/gs-elpa +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -g-sorcery gs-elpa $@ diff --git a/docs/Makefile b/docs/Makefile index cba7bc8..8af5b2c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,7 +1,7 @@ HTML_SOURCES=developer_instructions HTML_DOCS=$(HTML_SOURCES:=.html) -MAN_SOURCES=g-sorcery g-sorcery.cfg gs-elpa gs-pypi gs-ctan +MAN_SOURCES=g-sorcery g-sorcery.cfg gs-pypi gs-ctan MANS=$(MAN_SOURCES:=.8) RST2HTML=rst2html.py
[gentoo-commits] proj/g-sorcery:dev commit in: /, gs_elpa/data/, docs/, gs_elpa/
commit: 5e3998bed044a5a1b6802aa4f51caeea5837f18b Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat May 10 01:15:53 2014 + Commit: Jauhien Piatlicki gmail com> CommitDate: Sat May 10 01:15:53 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=5e3998be gs-elpa moved to another repo --- docs/gs-elpa.8 | 165 docs/gs-elpa.8.rst | 144 -- gs-elpa-overlays.xml| 34 - gs-elpa.json| 54 --- gs_elpa/__init__.py | 2 - gs_elpa/backend.py | 37 -- gs_elpa/data/gs-elpa.eclass | 63 - gs_elpa/ebuild.py | 65 - gs_elpa/elpa_db.py | 130 -- 9 files changed, 694 deletions(-) diff --git a/docs/gs-elpa.8 b/docs/gs-elpa.8 deleted file mode 100644 index cd71794..000 --- a/docs/gs-elpa.8 +++ /dev/null @@ -1,165 +0,0 @@ -.\" Man page generated from reStructuredText. -. -.TH GS-ELPA 8 "2013-08-04" "0.1" "g-sorcery" -.SH NAME -gs-elpa \- manage overlays for ELPA repositories -. -.nr rst2man-indent-level 0 -. -.de1 rstReportMargin -\\$1 \\n[an-margin] -level \\n[rst2man-indent-level] -level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] -- -\\n[rst2man-indent0] -\\n[rst2man-indent1] -\\n[rst2man-indent2] -.. -.de1 INDENT -.\" .rstReportMargin pre: -. RS \\$1 -. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] -. nr rst2man-indent-level +1 -.\" .rstReportMargin post: -.. -.de UNINDENT -. RE -.\" indent \\n[an-margin] -.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] -.nr rst2man-indent-level -1 -.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] -.in \\n[rst2man-indent\\n[rst2man-indent-level]]u -.. -.SH SYNOPSIS -.sp -\fBgs\-elpa\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBsync\fP -.sp -\fBgs\-elpa\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBlist\fP -.sp -\fBgs\-elpa\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBgenerate\fP \fIPACKAGE\fP -.sp -\fBgs\-elpa\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBinstall\fP \fIPACKAGE\fP -.sp -\fBgs\-elpa\fP \fB\-o\fP \fIOVERLAY\fP [\fB\-r\fP \fIREPO\fP] \fBgenerate\-tree\fP [\fB\-d\fP] -.SH DESCRIPTION -.sp -\fBgs\-elpa\fP is an ebuild generator for ELPA repositories \-\- repositories with -elisp packages for emacs. -.sp -There are two ways of using \fBgs\-elpa\fP: -.INDENT 0.0 -.INDENT 3.5 -.INDENT 0.0 -.IP \(bu 2 -use it with \fBlayman\fP -.sp -In this case all you need to do is install \fBlayman\-\fP and \fBg\-sorcery\fP. -Then you should just run \fIlayman \-L\fP as -root and find an overlay you want. Type of overlay will be -displayed as \fIg\-sorcery\fP. Then you add this overlay as -usual. It\(aqs all you need to do and it\(aqs the recommended way of -using \fBgs\-elpa\fP. -.IP \(bu 2 -use it as stand\-alone tool -.sp -In this case you should create an overlay (see \fBportage\fP documentation), sync it and populate -it with one or more ebuilds. Then ebuilds could be installed by emerge or by \fBgs\-elpa\fP tool. -.UNINDENT -.UNINDENT -.UNINDENT -.SH OPTIONS -.INDENT 0.0 -.TP -.B \fB\-\-overlay\fP \fIOVERLAY\fP, \fB\-o\fP \fIOVERLAY\fP -Overlay directory. This option is mandatory if there is no -\fBdefault_overlay\fP entry in a backend config. -.TP -.B \fB\-\-repository\fP \fIREPO\fP, \fB\-r\fP \fIREPO\fP -Repository name. Can be one of \fBgnu\-elpa\fP, \fBmarmalade\fP, \fBmelpa\fP. -.UNINDENT -.SH COMMANDS -.INDENT 0.0 -.TP -.B \fBsync\fP -Synchronize a repository database. -.TP -.B \fBlist\fP -List packages available in a repository. -.TP -.B \fBgenerate\fP -Generate a given ebuild and all its dependencies. -.TP -.B \fBinstall\fP -Generate and install an ebuild using your package mangler. -.TP -.B \fBgenerate\-tree\fP -Generate entire overlay structure. Without option \fB\-d\fP after -this command sources are not fetched during generation and there -are no entries for them in Manifest files. -.UNINDENT -.SH FILES -.INDENT 0.0 -.TP -.B \fB/etc/g\-sorcery/gs\-elpa.json\fP -Backend config. -.TP -.B \fB/etc/layman/overlays/gs\-elpa\-overlays.xml\fP -List of available repositories. -.UNINDENT -.SH EXAMPLES -.INDENT 0.0 -.TP -.B Using gs\-elpa with layman -Execute -.sp -\fBlayman \-L\fP -.sp -Find there an overlay you need (there are -3 gs\-elpa overlays currently: gnu\-elpa, marmalade and melpa). -Add, e.g. -.sp -\fBlayman \-a gnu\-elpa \-a marmalade\fP -.sp -Emerge any package from it, e.g. -.sp -\fBemerge \-va clojure\-mode\fP -.TP -.B Generating user ebuilds in user overlay -Create new user overlay. Run -.sp -\fBgs\-elpa \-o\fP \fIOVERLAY_DIRECTORY\fP \fB\-r gnu\-elpa\fP \fBsync\fP -.sp -List packages: -.sp -\fBgs\-elpa \-o\fP \fIOVERLAY_DIRECTORY\fP \fB\-r gnu\-elpa\fP \fBlist\fP -.sp -Install any package you want: -.sp -\fBgs\-elpa \-o\fP \fIOVERLAY_DIRECTORY\fP \fB\-r gnu\-elpa\fP \fBins
[gentoo-commits] proj/g-sorcery:dev commit in: /
commit: e2eba33ba1eccf351fc8264a00bbba817f179285 Author: Jauhien Piatlicki gentoo org> AuthorDate: Sat May 10 00:59:32 2014 + Commit: Jauhien Piatlicki gmail com> CommitDate: Sat May 10 00:59:32 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/g-sorcery.git;a=commit;h=e2eba33b prepare to split gs-elpa to another package --- setup.py | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 10f0461..9a1291a 100644 --- a/setup.py +++ b/setup.py @@ -6,19 +6,16 @@ setup(name = 'g-sorcery', version = '0.1_alpha', description = 'g-sorcery framework for automated ebuild generators', author= 'Jauhien Piatlicki', - author_email = 'piatli...@gmail.com', - packages = ['g_sorcery', 'gs_db_tool', 'gs_elpa', 'gs_ctan', 'gs_pypi'], + author_email = 'jauh...@gentoo.org', + packages = ['g_sorcery', 'gs_db_tool', 'gs_ctan', 'gs_pypi'], package_data = {'g_sorcery': ['data/*'], 'gs_pypi': ['data/*'], - 'gs_elpa': ['data/*'], 'gs_ctan': ['data/*']}, - scripts = ['bin/g-sorcery', 'bin/gs-db-tool', 'bin/gs-elpa', + scripts = ['bin/g-sorcery', 'bin/gs-db-tool', 'bin/gs-ctan', 'bin/gs-pypi-generate-db', 'bin/gs-pypi'], - data_files= [('/etc/g-sorcery/', ['gs-elpa.json']), - ('/etc/g-sorcery/', ['gs-ctan.json']), + data_files= [('/etc/g-sorcery/', ['gs-ctan.json']), ('/etc/g-sorcery/', ['gs-pypi.json']), ('/etc/g-sorcery/', ['g-sorcery.cfg']), - ('/etc/layman/overlays/', ['gs-elpa-overlays.xml']), ('/etc/layman/overlays/', ['gs-ctan-overlays.xml']), ('/etc/layman/overlays/', ['gs-pypi-overlays.xml'])], license = 'GPL',
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
johu14/05/10 00:21:51 Modified: ChangeLog package.mask Log: Remove obsolete mask on games-puzzle/krosswordpuzzle. Revision ChangesPath 1.8939 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8939&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8939&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8938&r2=1.8939 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.8938 retrieving revision 1.8939 diff -u -r1.8938 -r1.8939 --- ChangeLog 9 May 2014 23:11:38 - 1.8938 +++ ChangeLog 10 May 2014 00:21:50 - 1.8939 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8938 2014/05/09 23:11:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8939 2014/05/10 00:21:50 johu 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! + 10 May 2014; Johannes Huber package.mask: + Remove obsolete mask on games-puzzle/krosswordpuzzle. + 09 May 2014; Samuli Suominen package.mask: Unmask mistakenly masked non-multilib alsa-plugins to fix depgraph. 1.15667 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15667&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15667&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15666&r2=1.15667 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.15666 retrieving revision 1.15667 diff -u -r1.15666 -r1.15667 --- package.mask9 May 2014 23:11:38 - 1.15666 +++ package.mask10 May 2014 00:21:50 - 1.15667 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15666 2014/05/09 23:11:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15667 2014/05/10 00:21:50 johu 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 @@ -321,12 +321,6 @@ # (bug #506472). Masked for testing. =sys-devel/llvm-3.4-r2 -# Johannes Huber (10 Apr 2014) -# Masked for removal in 30 days. Doesn't build since KDE 4.9, -# bumping to "newest" release from 2011 same result. Dead upstream. -# bug #429604 -games-puzzle/krosswordpuzzle - # Patrick Lauer (09 Apr 2014) # Dead upstream, has known dataloss bugs. # Please use something more sane: rsnapshot, backuppc, obnam, ...
[gentoo-commits] gentoo-x86 commit in games-puzzle/krosswordpuzzle: ChangeLog Manifest krosswordpuzzle-0.15.6.2.1259326.ebuild metadata.xml
johu14/05/10 00:19:05 Removed: ChangeLog Manifest krosswordpuzzle-0.15.6.2.1259326.ebuild metadata.xml Log: games-puzzle/krosswordpuzzle removal (pending 10th April 2014), bug #429604
[gentoo-commits] gentoo-x86 commit in app-emulation/xen: xen-4.2.4-r2.ebuild ChangeLog xen-4.4.0-r2.ebuild xen-4.3.2-r2.ebuild xen-4.3.2.ebuild xen-4.2.4.ebuild xen-4.4.0-r1.ebuild xen-4.4.0.ebuild
dlan14/05/10 00:06:23 Modified: ChangeLog Added:xen-4.2.4-r2.ebuild xen-4.4.0-r2.ebuild xen-4.3.2-r2.ebuild Removed: xen-4.3.2.ebuild xen-4.2.4.ebuild xen-4.4.0-r1.ebuild xen-4.4.0.ebuild Log: bump security patches, bug 508510, 508424, 509054, 509176 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) Revision ChangesPath 1.159app-emulation/xen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.159&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?rev=1.159&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/ChangeLog?r1=1.158&r2=1.159 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- ChangeLog 9 Apr 2014 21:35:41 - 1.158 +++ ChangeLog 10 May 2014 00:06:23 - 1.159 @@ -1,6 +1,15 @@ # ChangeLog for app-emulation/xen # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.158 2014/04/09 21:35:41 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/ChangeLog,v 1.159 2014/05/10 00:06:23 dlan Exp $ + +*xen-4.4.0-r2 (09 May 2014) +*xen-4.3.2-r2 (09 May 2014) +*xen-4.2.4-r2 (09 May 2014) + + 09 May 2014; Yixun Lan -xen-4.2.4.ebuild, + +xen-4.2.4-r2.ebuild, -xen-4.3.2.ebuild, +xen-4.3.2-r2.ebuild, + -xen-4.4.0.ebuild, -xen-4.4.0-r1.ebuild, +xen-4.4.0-r2.ebuild: + bump security patches, bug 508510, 508424, 509054, 509176 *xen-4.4.0-r1 (09 Apr 2014) *xen-4.3.2-r1 (09 Apr 2014) 1.1 app-emulation/xen/xen-4.2.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.4-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen/xen-4.2.4-r2.ebuild?rev=1.1&content-type=text/plain Index: xen-4.2.4-r2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/xen/xen-4.2.4-r2.ebuild,v 1.1 2014/05/10 00:06:23 dlan Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) if [[ $PV == * ]]; then KEYWORDS="" REPO="xen-unstable.hg" EHG_REPO_URI="http://xenbits.xensource.com/${REPO}"; S="${WORKDIR}/${REPO}" live_eclass="mercurial" else KEYWORDS="~amd64 ~x86" UPSTREAM_VER=1 GENTOO_VER= [[ -n ${UPSTREAM_VER} ]] && \ UPSTREAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"; [[ -n ${GENTOO_VER} ]] && \ GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P}-gentoo-patches-${GENTOO_VER}.tar.xz"; SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz ${UPSTREAM_PATCHSET_URI} ${GENTOO_PATCHSET_URI}" fi inherit mount-boot flag-o-matic python-any-r1 toolchain-funcs eutils ${live_eclass} DESCRIPTION="The Xen virtual machine monitor" HOMEPAGE="http://xen.org/"; LICENSE="GPL-2" SLOT="0" IUSE="custom-cflags debug efi flask pae xsm" DEPEND="${PYTHON_DEPS} efi? ( >=sys-devel/binutils-2.22[multitarget] ) !efi? ( >=sys-devel/binutils-2.22[-multitarget] )" RDEPEND="" PDEPEND="~app-emulation/xen-tools-${PV}" RESTRICT="test" # Approved by QA team in bug #144032 QA_WX_LOAD="boot/xen-syms-${PV}" REQUIRED_USE=" flask? ( xsm ) " pkg_setup() { python-any-r1_pkg_setup if [[ -z ${XEN_TARGET_ARCH} ]]; then if use x86 && use amd64; then die "Confusion! Both x86 and amd64 are set in your use flags!" elif use x86; then export XEN_TARGET_ARCH="x86_32" elif use amd64; then export XEN_TARGET_ARCH="x86_64" else die "Unsupported architecture!" fi fi if use flask ; then export "XSM_ENABLE=y" export "FLASK_ENABLE=y" elif use xsm ; then export "XSM_ENABLE=y" fi } src_prepare() { # Upstream's patchset if [[ -n ${UPSTREAM_VER} ]]; then EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ epatch "${WORKDIR}"/patches-upstream fi # Gentoo's patchset if [[ -n ${GENTOO_VER} ]]; then EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \
[gentoo-commits] gentoo-x86 commit in sys-apps/pkgcore: ChangeLog pkgcore-9999.ebuild
radhermit14/05/10 00:05:05 Modified: ChangeLog pkgcore-.ebuild Log: Drop python3 support until it's tested and confirmed working. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) Revision ChangesPath 1.177sys-apps/pkgcore/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.177&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?rev=1.177&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/ChangeLog?r1=1.176&r2=1.177 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- ChangeLog 10 Apr 2014 21:38:04 - 1.176 +++ ChangeLog 10 May 2014 00:05:05 - 1.177 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/pkgcore # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.176 2014/04/10 21:38:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/ChangeLog,v 1.177 2014/05/10 00:05:05 radhermit Exp $ + + 10 May 2014; Tim Harder pkgcore-.ebuild: + Drop python3 support until it's tested and confirmed working. 10 Apr 2014; Tim Harder pkgcore-.ebuild: Generate plugin cache for every enabled python implementation. 1.18 sys-apps/pkgcore/pkgcore-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/pkgcore/pkgcore-.ebuild?r1=1.17&r2=1.18 Index: pkgcore-.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- pkgcore-.ebuild 10 Apr 2014 21:38:04 - 1.17 +++ pkgcore-.ebuild 10 May 2014 00:05:05 - 1.18 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-.ebuild,v 1.17 2014/04/10 21:38:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pkgcore/pkgcore-.ebuild,v 1.18 2014/05/10 00:05:05 radhermit Exp $ EAPI=4 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 if [[ ${PV} == * ]] ; then
[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: ChangeLog xen-tools-4.3.2-r2.ebuild xen-tools-4.2.4-r2.ebuild xen-tools-4.4.0-r2.ebuild xen-tools-4.4.0.ebuild xen-tools-4.2.4.ebuild xen
dlan14/05/10 00:04:50 Modified: ChangeLog Added:xen-tools-4.3.2-r2.ebuild xen-tools-4.2.4-r2.ebuild xen-tools-4.4.0-r2.ebuild Removed: xen-tools-4.4.0.ebuild xen-tools-4.2.4.ebuild xen-tools-4.4.0-r1.ebuild xen-tools-4.3.2.ebuild Log: 1) bump security patches, bug 508510, 508424, 509054, 509176 2) fix file collision with app-emulation/qemu, bug 508302 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) Revision ChangesPath 1.236app-emulation/xen-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.236&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.236&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.235&r2=1.236 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v retrieving revision 1.235 retrieving revision 1.236 diff -u -r1.235 -r1.236 --- ChangeLog 12 Apr 2014 08:38:00 - 1.235 +++ ChangeLog 10 May 2014 00:04:50 - 1.236 @@ -1,6 +1,16 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.235 2014/04/12 08:38:00 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.236 2014/05/10 00:04:50 dlan Exp $ + +*xen-tools-4.4.0-r2 (09 May 2014) +*xen-tools-4.3.2-r2 (09 May 2014) +*xen-tools-4.2.4-r2 (09 May 2014) + + 09 May 2014; Yixun Lan +xen-tools-4.2.4-r2.ebuild, + +xen-tools-4.3.2-r2.ebuild, +xen-tools-4.4.0-r2.ebuild, + +files/xen-tools-4-qemu-fix-po-collision.patch: + 1) bump security patches, bug 508510, 508424, 509054, 509176 2) fix file + collision with app-emulation/qemu, bug 508302 3) drop old 12 Apr 2014; Ian Delaney xen-tools-4.3.1-r5.ebuild, xen-tools-4.3.1-r6.ebuild, xen-tools-4.3.2.ebuild, xen-tools-4.4.0.ebuild: 1.1 app-emulation/xen-tools/xen-tools-4.3.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2-r2.ebuild?rev=1.1&content-type=text/plain Index: xen-tools-4.3.2-r2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.2-r2.ebuild,v 1.1 2014/05/10 00:04:50 dlan Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE='xml,threads' if [[ $PV == * ]]; then KEYWORDS="" REPO="xen-unstable.hg" EHG_REPO_URI="http://xenbits.xensource.com/${REPO}"; S="${WORKDIR}/${REPO}" live_eclass="mercurial" else KEYWORDS="~amd64 -x86" UPSTREAM_VER=1 GENTOO_VER= [[ -n ${UPSTREAM_VER} ]] && \ UPSTREAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz"; [[ -n ${GENTOO_VER} ]] && \ GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-gentoo-patches-${GENTOO_VER}.tar.xz"; SRC_URI="http://bits.xensource.com/oss-xen/release/${PV}/xen-${PV}.tar.gz ${UPSTREAM_PATCHSET_URI} ${GENTOO_PATCHSET_URI}" S="${WORKDIR}/xen-${PV}" fi inherit bash-completion-r1 eutils flag-o-matic multilib python-single-r1 toolchain-funcs udev ${live_eclass} DESCRIPTION="Xend daemon and tools" HOMEPAGE="http://xen.org/"; DOCS=( README docs/README.xen-bugtool ) LICENSE="GPL-2" SLOT="0" # Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make # >=dev-lang/ocaml-4 stable # Masked in profiles/eapi-5-files instead IUSE="api custom-cflags debug doc flask hvm qemu ocaml +pam python pygrub screen static-libs xend" REQUIRED_USE="hvm? ( qemu ) ${PYTHON_REQUIRED_USE} pygrub? ( python )" DEPEND="dev-libs/lzo:2 dev-libs/glib:2 dev-libs/yajl dev-libs/libgcrypt:0 dev-python/lxml[${PYTHON_USEDEP}] pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) sys-libs/zlib sys-power/iasl sys-firmware/seabios sys-firmware/ipxe hvm? ( media-libs/libsdl ) ${PYTHON_DEPS} api? ( dev-libs/libxml2 net-misc/curl ) pygrub? ( ${PYTHON_DEPS//${PYTHON_REQ_USE}/ncurses} ) sys-devel/bin86 sys-devel/dev86 dev-lang/perl app-misc/pax-utils dev-python/markdown doc? (
[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: xen-tools-4-qemu-fix-po-collision.patch
dlan14/05/10 00:04:50 Added:xen-tools-4-qemu-fix-po-collision.patch Log: 1) bump security patches, bug 508510, 508424, 509054, 509176 2) fix file collision with app-emulation/qemu, bug 508302 (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) Revision ChangesPath 1.1 app-emulation/xen-tools/files/xen-tools-4-qemu-fix-po-collision.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4-qemu-fix-po-collision.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xen-tools-4-qemu-fix-po-collision.patch?rev=1.1&content-type=text/plain Index: xen-tools-4-qemu-fix-po-collision.patch === diff --git a/tools/qemu-xen/po/Makefile b/tools/qemu-xen/po/Makefile index 705166e..2e7cdcb 100644 --- a/tools/qemu-xen/po/Makefile +++ b/tools/qemu-xen/po/Makefile @@ -30,7 +30,7 @@ install: $(OBJS) for obj in $(OBJS); do \ base=`basename $$obj .mo`; \ $(INSTALL) -d $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES; \ - $(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/qemu.mo; \ + $(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/xenqemu.mo; \ done %.mo: %.po diff --git a/tools/qemu-xen/ui/gtk.c b/tools/qemu-xen/ui/gtk.c index c38146f..d3c331b 100644 --- a/tools/qemu-xen/ui/gtk.c +++ b/tools/qemu-xen/ui/gtk.c @@ -31,7 +31,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#define GETTEXT_PACKAGE "qemu" +#define GETTEXT_PACKAGE "xenqemu" #define LOCALEDIR "po" #include "qemu-common.h"
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: 0b07a69d4cec1affb1c8dbe5ab8b0a814b56afc9 Author: Johannes Huber gentoo org> AuthorDate: Fri May 9 23:36:03 2014 + Commit: Johannes Huber gentoo org> CommitDate: Fri May 9 23:36:03 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0b07a69d [profiles/package.mask] Improve kde-4.13.1 --- profiles/package.mask/kde-4.13.1 | 29 +++-- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/profiles/package.mask/kde-4.13.1 b/profiles/package.mask/kde-4.13.1 index fd68081..916a07c 100644 --- a/profiles/package.mask/kde-4.13.1 +++ b/profiles/package.mask/kde-4.13.1 @@ -304,29 +304,6 @@ ~kde-base/kcminit-4.11.9 ~kde-base/kdebase-cursors-4.11.9 ~kde-base/kdebase-startkde-4.11.9 ->=kde-base/kdm-4.11.9-r2 -~kde-base/kephal-4.11.9 -~kde-base/khotkeys-4.11.9 -~kde-base/kinfocenter-4.11.9 -~kde-base/klipper-4.11.9 -~kde-base/kmenuedit-4.11.9 -~kde-base/krunner-4.11.9 -~kde-base/kscreensaver-4.11.9 -~kde-base/ksmserver-4.11.9 -~kde-base/ksplash-4.11.9 -~kde-base/kstartupconfig-4.11.9 -~kde-base/kstyles-4.11.9 -~kde-base/ksysguard-4.11.9 -~kde-base/ksystraycmd-4.11.9 -~kde-base/kwin-4.11.9 -~kde-base/kwrited-4.11.9 -~kde-base/libkworkspace-4.11.9 -~kde-base/liboxygenstyle-4.11.9 -~kde-base/libplasmaclock-4.11.9 -~kde-base/libplasmagenericshell-4.11.9 -~kde-base/libtaskmanager-4.11.9 -~kde-base/plasma-workspace-4.11.9 -~kde-base/powerdevil-4.11.9 -~kde-base/qguiplatformplugin_kde-4.11.9 -~kde-base/solid-actions-kcm-4.11.9 -~kde-base/systemsettings-4.11.9 \ No newline at end of file +>=kde-base/libplasmaclock-4.11.9-r1 +>=kde-base/plasma-workspace-4.11.9-r1 +>=kde-base/systemsettings-4.11.9-r1
[gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/libkworkspace/, kde-base/libplasmagenericshell/, ...
commit: 06d87927f7ae34cbc50c20913070b503d3a92620 Author: Johannes Huber gentoo org> AuthorDate: Fri May 9 23:31:46 2014 + Commit: Johannes Huber gentoo org> CommitDate: Fri May 9 23:31:46 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=06d87927 [kde-base] Drop not needed revision bumps Package-Manager: portage-2.2.10 --- .../freespacenotifier-4.11.9-r1.ebuild | 12 -- kde-base/kcheckpass/kcheckpass-4.11.9-r1.ebuild| 33 - kde-base/kcminit/kcminit-4.11.9-r1.ebuild | 17 --- .../kdebase-cursors-4.11.9-r1.ebuild | 13 -- .../kdebase-startkde-4.11.9-r1.ebuild | 92 kde-base/kdm/kdm-4.11.9-r2.ebuild | 162 - kde-base/kephal/kephal-4.11.9-r1.ebuild| 25 kde-base/khotkeys/khotkeys-4.11.9-r1.ebuild| 23 --- kde-base/kinfocenter/kinfocenter-4.11.9-r1.ebuild | 37 - kde-base/klipper/klipper-4.11.9-r1.ebuild | 31 kde-base/kmenuedit/kmenuedit-4.11.9-r1.ebuild | 31 kde-base/krunner/krunner-4.11.9-r1.ebuild | 51 --- .../kscreensaver/kscreensaver-4.11.9-r1.ebuild | 22 --- kde-base/ksmserver/ksmserver-4.11.9-r1.ebuild | 36 - kde-base/ksplash/ksplash-4.11.9-r1.ebuild | 38 - .../kstartupconfig/kstartupconfig-4.11.9-r1.ebuild | 12 -- kde-base/kstyles/kstyles-4.11.9-r1.ebuild | 22 --- kde-base/ksysguard/ksysguard-4.11.9-r1.ebuild | 46 -- kde-base/ksystraycmd/ksystraycmd-4.11.9-r1.ebuild | 15 -- kde-base/kwin/kwin-4.11.9-r1.ebuild| 80 -- kde-base/kwrited/kwrited-4.11.9-r1.ebuild | 16 -- .../libkworkspace/libkworkspace-4.11.9-r1.ebuild | 34 - .../liboxygenstyle/liboxygenstyle-4.11.9-r1.ebuild | 17 --- .../libplasmagenericshell-4.11.9-r1.ebuild | 28 .../libtaskmanager/libtaskmanager-4.11.9-r1.ebuild | 35 - kde-base/powerdevil/powerdevil-4.11.9-r1.ebuild| 32 .../qguiplatformplugin_kde-4.11.9-r1.ebuild| 12 -- .../solid-actions-kcm-4.11.9-r1.ebuild | 19 --- 28 files changed, 991 deletions(-) diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.9-r1.ebuild b/kde-base/freespacenotifier/freespacenotifier-4.11.9-r1.ebuild deleted file mode 100644 index afb0b93..000 --- a/kde-base/freespacenotifier/freespacenotifier-4.11.9-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KMNAME="kde-workspace" -inherit kde4-meta - -DESCRIPTION="A module that monitors free disk space on the home dir" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" diff --git a/kde-base/kcheckpass/kcheckpass-4.11.9-r1.ebuild b/kde-base/kcheckpass/kcheckpass-4.11.9-r1.ebuild deleted file mode 100644 index 1bf9b54..000 --- a/kde-base/kcheckpass/kcheckpass-4.11.9-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KMNAME="kde-workspace" -inherit kde4-meta - -DESCRIPTION="A simple password checker, used by any software in need of user authentication." -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug pam" - -RDEPEND=" - pam? ( - >=kde-base/kdebase-pam-7 - virtual/pam - ) -" - -src_prepare() { - kde4-meta_src_prepare - - use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch" -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with pam) - ) - - kde4-meta_src_configure -} diff --git a/kde-base/kcminit/kcminit-4.11.9-r1.ebuild b/kde-base/kcminit/kcminit-4.11.9-r1.ebuild deleted file mode 100644 index f0c2ba4..000 --- a/kde-base/kcminit/kcminit-4.11.9-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KMNAME="kde-workspace" -inherit kde4-meta - -DESCRIPTION="KCMInit - runs startups initialization for Control Modules." -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -DEPEND=" - x11-libs/libX11 -" -RDEPEND="${DEPEND}" diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.9-r1.ebuild b/kde-base/kdebase-cursors/kdebase-cursors-4.11.9-r1.ebuild deleted file mode 100644 index ad7a13b..000 --- a/kde-base/kdebase-cursors/kdebase-cursors-4.11.9-r1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KMNAME="kde-workspace" -KMMODULE="cursors" -inherit kde4-meta - -DESCRIPTION="oxygen cursors from kdebase" -IUSE="" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
ssuominen14/05/09 23:11:38 Modified: ChangeLog package.mask Log: Unmask mistakenly masked non-multilib alsa-plugins to fix depgraph. Revision ChangesPath 1.8938 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8938&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8938&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8937&r2=1.8938 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.8937 retrieving revision 1.8938 diff -u -r1.8937 -r1.8938 --- ChangeLog 9 May 2014 20:48:37 - 1.8937 +++ ChangeLog 9 May 2014 23:11:38 - 1.8938 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8937 2014/05/09 20:48:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8938 2014/05/09 23:11:38 ssuominen 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! + 09 May 2014; Samuli Suominen package.mask: + Unmask mistakenly masked non-multilib alsa-plugins to fix depgraph. + 09 May 2014; Markos Chandras package.mask: Update mask for openocd-0.8.0 1.15666 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15666&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15666&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15665&r2=1.15666 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.15665 retrieving revision 1.15666 diff -u -r1.15665 -r1.15666 --- package.mask9 May 2014 20:49:45 - 1.15665 +++ package.mask9 May 2014 23:11:38 - 1.15666 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15665 2014/05/09 20:49:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15666 2014/05/09 23:11:38 ssuominen 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 @@ -593,7 +593,7 @@ >=media-libs/sdl2-mixer-2.0.0-r1 >=app-emulation/emul-linux-x86-sdl-20140406-r2 >=media-libs/alsa-oss-1.0.25-r1 ->=media-plugins/alsa-plugins-1.0.27-r1 +>=media-plugins/alsa-plugins-1.0.27-r2 =net-wireless/bluez-4.101-r9 >=net-wireless/bluez-5.18-r1 >=app-emulation/emul-linux-x86-soundlibs-20140406-r1
[gentoo-commits] proj/api:master commit in: files/overlays/
commit: c9c0d6590d87235b49dc3c1d9c3b95cf253262aa Author: Pavlos Ratis gentoo org> AuthorDate: Sat May 10 01:58:39 2014 + Commit: Pavlos Ratis gentoo org> CommitDate: Sat May 10 01:58:39 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=c9c0d659 repositories.xml: add calculate linux profiles repo, bug 507954 --- files/overlays/repositories.xml | 9 + 1 file changed, 9 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 990453d..631601d 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -978,6 +978,15 @@ http://git.overlays.gentoo.org/gitweb/?p=user/displacer.git;a=rss + distros + Calculate Linux Profiles + http://www.calculate-linux.org + + supp...@calculate.ru + + git://git.calculate.ru/calculate/distros.git + + https://github.com/dlanx/dlan-overlay/
[gentoo-commits] proj/api:master commit in: files/overlays/
commit: 3ee9805e2f81b957b295c9a7be0f11eab465f63b Author: Pavlos Ratis gentoo org> AuthorDate: Sat May 10 02:07:09 2014 + Commit: Pavlos Ratis gentoo org> CommitDate: Sat May 10 02:07:09 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=3ee9805e repositories.xml: add user/joinge overlay, bug 509784 --- files/overlays/repositories.xml | 14 ++ 1 file changed, 14 insertions(+) diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml index 631601d..bea413e 100644 --- a/files/overlays/repositories.xml +++ b/files/overlays/repositories.xml @@ -2324,6 +2324,20 @@ http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=atom http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=rss + + + + http://git.overlays.gentoo.org/gitweb/?p=user/joinge.git;a=summary + + joinge@gmail.com + + +git://git.overlays.gentoo.org/user/joinge.git +http://git.overlays.gentoo.org/gitroot/user/joinge.git +git+ssh://g...@git.overlays.gentoo.org/user/joinge.git + http://git.overlays.gentoo.org/gitweb/?p=user/joinge.git;a=atom +http://git.overlays.gentoo.org/gitweb/?p=user/joinge.git;a=rss +
[gentoo-commits] gentoo-x86 commit in app-admin/pass: pass-1.6.1-r1.ebuild pass-9999.ebuild ChangeLog
zx2c4 14/05/09 22:52:56 Modified: pass-1.6.1-r1.ebuild pass-.ebuild ChangeLog Log: Elisp dies anyway (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE) Revision ChangesPath 1.5 app-admin/pass/pass-1.6.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.6.1-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.6.1-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-1.6.1-r1.ebuild?r1=1.4&r2=1.5 Index: pass-1.6.1-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.1-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pass-1.6.1-r1.ebuild9 May 2014 12:10:53 - 1.4 +++ pass-1.6.1-r1.ebuild9 May 2014 22:52:55 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.1-r1.ebuild,v 1.4 2014/05/09 12:10:53 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.1-r1.ebuild,v 1.5 2014/05/09 22:52:55 zx2c4 Exp $ EAPI=4 @@ -51,8 +51,8 @@ use dmenu && dobin contrib/dmenu/passmenu newbashcomp src/completion/pass.bash-completion pass if use emacs; then - elisp-install ${PN} contrib/emacs/*.el || die - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die + elisp-install ${PN} contrib/emacs/*.el + elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" fi if use importers; then exeinto /usr/share/${PN}/importers 1.16 app-admin/pass/pass-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/pass-.ebuild?r1=1.15&r2=1.16 Index: pass-.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/pass-.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- pass-.ebuild9 May 2014 12:10:53 - 1.15 +++ pass-.ebuild9 May 2014 22:52:55 - 1.16 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-.ebuild,v 1.15 2014/05/09 12:10:53 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-.ebuild,v 1.16 2014/05/09 22:52:55 zx2c4 Exp $ EAPI=4 @@ -51,8 +51,8 @@ use dmenu && dobin contrib/dmenu/passmenu newbashcomp src/completion/pass.bash-completion pass if use emacs; then - elisp-install ${PN} contrib/emacs/*.el || die - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die + elisp-install ${PN} contrib/emacs/*.el + elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" fi if use importers; then exeinto /usr/share/${PN}/importers 1.23 app-admin/pass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/pass/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 9 May 2014 12:10:53 - 1.22 +++ ChangeLog 9 May 2014 22:52:56 - 1.23 @@ -1,6 +1,10 @@ # ChangeLog for app-admin/pass # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.22 2014/05/09 12:10:53 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/ChangeLog,v 1.23 2014/05/09 22:52:56 zx2c4 Exp $ + + 09 May 2014; Jason A. Donenfeld pass-1.6.1-r1.ebuild, + pass-.ebuild: + Elisp dies anyway 09 May 2014; Jason A. Donenfeld metadata.xml, pass-1.6.1-r1.ebuild, pass-.ebuild:
[gentoo-commits] gentoo-x86 commit in dev-db/cppdb: cppdb-0.3.1-r1.ebuild metadata.xml ChangeLog
jauhien 14/05/09 22:51:07 Added:cppdb-0.3.1-r1.ebuild metadata.xml ChangeLog Log: Import from sunrise/science, close bug #410713 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4) Revision ChangesPath 1.1 dev-db/cppdb/cppdb-0.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/cppdb/cppdb-0.3.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/cppdb/cppdb-0.3.1-r1.ebuild?rev=1.1&content-type=text/plain Index: cppdb-0.3.1-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/cppdb/cppdb-0.3.1-r1.ebuild,v 1.1 2014/05/09 22:51:07 jauhien Exp $ EAPI=5 inherit cmake-utils multilib DESCRIPTION="An SQL connectivity library for platform and database independent connectivity" HOMEPAGE="http://cppcms.com/sql/cppdb/"; SRC_URI="mirror://sourceforge/cppcms/${P}.tar.bz2" LICENSE="|| ( Boost-1.0 MIT )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc examples mysql mysql_internal odbc odbc_internal postgres postgres_internal sqlite sqlite_internal" DEPEND=" mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 )" RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=" $(cmake-utils_use_disable mysql MYSQL) $(cmake-utils_use mysql_internal MYSQL_BACKEND_INTERNAL) $(cmake-utils_use_disable odbc ODBC) $(cmake-utils_use odbc_internal ODBC_BACKEND_INTERNAL) $(cmake-utils_use_disable postgres PQ) $(cmake-utils_use postgres_internal PQ_BACKEND_INTERNAL) $(cmake-utils_use_disable sqlite SQLITE) $(cmake-utils_use sqlite_internal SQLITE_BACKEND_INTERNAL) -DLIBDIR=$(get_libdir)" cmake-utils_src_configure } src_install() { cmake-utils_src_install if use doc; then rm docs/build.txt || die dodoc -r docs/* dohtml -r html/* fi if use examples; then insinto /usr/share/doc/${PF} doins -r examples fi } 1.1 dev-db/cppdb/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/cppdb/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/cppdb/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> jauh...@gentoo.org Jauhien Piatlicki Don't build a separate mysql loadable module but rather build it into the cppdb library itself Don't build a separate postgresql loadable module but rather build it into the cppdb library itself Don't build a separate odbc loadable module but rather build it into the cppdb library itself Don't build a separate sqlite3 loadable module but rather build it into the cppdb library itself 1.1 dev-db/cppdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/cppdb/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/cppdb/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-db/cppdb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/cppdb/ChangeLog,v 1.1 2014/05/09 22:51:07 jauhien Exp $ *cppdb-0.3.1-r1 (09 May 2014) 09 May 2014; Jauhien Piatlicki +cppdb-0.3.1-r1.ebuild, +metadata.xml: Import from sunrise/science, close bug #410713
[gentoo-commits] gentoo-x86 commit in dev-lang/yasm: yasm-1.2.0-r1.ebuild yasm-9999.ebuild ChangeLog
vapier 14/05/09 22:44:32 Modified: yasm-1.2.0-r1.ebuild yasm-.ebuild ChangeLog Log: Run tests in parallel. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.4 dev-lang/yasm/yasm-1.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild?r1=1.3&r2=1.4 Index: yasm-1.2.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- yasm-1.2.0-r1.ebuild30 Jun 2013 15:09:42 - 1.3 +++ yasm-1.2.0-r1.ebuild9 May 2014 22:44:31 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.3 2013/06/30 15:09:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0-r1.ebuild,v 1.4 2014/05/09 22:44:31 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -45,3 +45,7 @@ $(use_enable python python-bindings) \ $(use_enable nls) } + +src_test() { + emake check +} 1.7 dev-lang/yasm/yasm-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/yasm-.ebuild?r1=1.6&r2=1.7 Index: yasm-.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- yasm-.ebuild30 Jun 2013 15:09:42 - 1.6 +++ yasm-.ebuild9 May 2014 22:44:31 - 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-.ebuild,v 1.6 2013/06/30 15:09:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-.ebuild,v 1.7 2014/05/09 22:44:31 vapier Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -60,3 +60,7 @@ $(use_enable python python-bindings) \ $(use_enable nls) } + +src_test() { + emake check +} 1.63 dev-lang/yasm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/yasm/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 30 Jun 2013 15:09:42 - 1.62 +++ ChangeLog 9 May 2014 22:44:31 - 1.63 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/yasm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.62 2013/06/30 15:09:42 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.63 2014/05/09 22:44:31 vapier Exp $ + + 09 May 2014; Mike Frysinger yasm-1.2.0-r1.ebuild, + yasm-.ebuild: + Run tests in parallel. 30 Jun 2013; Justin Lecher yasm-1.2.0-r1.ebuild, yasm-.ebuild, metadata.xml:
[gentoo-commits] gentoo-x86 commit in dev-db/cppdb: - New directory
jauhien 14/05/09 22:44:51 Log: Directory /var/cvsroot/gentoo-x86/dev-db/cppdb added to the repository
[gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild ChangeLog
vapier 14/05/09 22:40:33 Modified: xbmc-.ebuild ChangeLog Log: Run code generator bootstrap #509592 by Anthony Ryan. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.156media-tv/xbmc/xbmc-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?rev=1.156&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?rev=1.156&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-.ebuild?r1=1.155&r2=1.156 Index: xbmc-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-.ebuild,v retrieving revision 1.155 retrieving revision 1.156 diff -u -r1.155 -r1.156 --- xbmc-.ebuild8 May 2014 20:25:24 - 1.155 +++ xbmc-.ebuild9 May 2014 22:40:33 - 1.156 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-.ebuild,v 1.155 2014/05/08 20:25:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-.ebuild,v 1.156 2014/05/09 22:40:33 vapier Exp $ EAPI="5" @@ -173,6 +173,8 @@ multijob_finish elibtoolize + [[ ${PV} == "" ]] && emake -f codegenerator.mk + # Disable internal func checks as our USE/DEPEND # stuff handles this just fine already #408395 export ac_cv_lib_avcodec_ff_vdpau_vc1_decode_picture=yes 1.204media-tv/xbmc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.204&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.204&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?r1=1.203&r2=1.204 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v retrieving revision 1.203 retrieving revision 1.204 diff -u -r1.203 -r1.204 --- ChangeLog 8 May 2014 20:25:24 - 1.203 +++ ChangeLog 9 May 2014 22:40:33 - 1.204 @@ -1,6 +1,9 @@ # ChangeLog for media-tv/xbmc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.203 2014/05/08 20:25:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.204 2014/05/09 22:40:33 vapier Exp $ + + 09 May 2014; Mike Frysinger xbmc-.ebuild: + Run code generator bootstrap #509592 by Anthony Ryan. 08 May 2014; Mike Frysinger xbmc-.ebuild: Update to latest codename.
[gentoo-commits] gentoo-x86 commit in kde-base/kwallet: ChangeLog Manifest metadata.xml
johu14/05/09 22:32:08 Removed: ChangeLog Manifest metadata.xml Log: kde-base/kwallet not cleanly removed
[gentoo-commits] gentoo-x86 commit in kde-base/kdnssd: ChangeLog Manifest metadata.xml
johu14/05/09 22:30:55 Removed: ChangeLog Manifest metadata.xml Log: kdee-base/kdnssd not cleanly removed
[gentoo-commits] gentoo-x86 commit in kde-base/kdeartwork-sounds: ChangeLog Manifest metadata.xml
johu14/05/09 22:29:08 Removed: ChangeLog Manifest metadata.xml Log: kde-base/kdeartwork-sounds not cleanly removed
[gentoo-commits] gentoo-x86 commit in dev-db/soci: metadata.xml soci-3.2.2.ebuild ChangeLog
jauhien 14/05/09 22:06:24 Added:metadata.xml soci-3.2.2.ebuild ChangeLog Log: Import from sunrise, closing bug #156506 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4) Revision ChangesPath 1.1 dev-db/soci/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> jauh...@gentoo.org Jauhien Piatlicki Enable boost support Build the sample backend called Empty 1.1 dev-db/soci/soci-3.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild?rev=1.1&content-type=text/plain Index: soci-3.2.2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/soci/soci-3.2.2.ebuild,v 1.1 2014/05/09 22:06:24 jauhien Exp $ EAPI=5 inherit cmake-utils KEYWORDS="~amd64 ~x86" DESCRIPTION="A db access library for C++ that makes the illusion of embedding SQL queries in the regular C++ code" HOMEPAGE="http://soci.sourceforge.net/"; SRC_URI="mirror://sourceforge/${PN}/${P}.zip" LICENSE="Boost-1.0" SLOT="0" IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite" DEPEND="boost? ( dev-libs/boost ) firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) oracle? ( dev-db/oracle-instantclient-basic ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite:3 ) " RDEPEND=${DEPEND} src_configure() { local mycmakeargs="$(cmake-utils_use_with boost ) $(cmake-utils_use empty SOCI_EMPTY) $(cmake-utils_use_with firebird FIREBIRD) $(cmake-utils_use_with mysql MYSQL) $(cmake-utils_use_with odbc ODBC) $(cmake-utils_use_with oracle ORACLE) $(cmake-utils_use_with postgres POSTGRESQL) $(cmake-utils_use_with sqlite SQLITE3) -DWITH_DB2=OFF" #use MYCMAKEARGS if you want enable IBM DB2 support cmake-utils_src_configure } src_install() { cmake-utils_src_install dodoc AUTHORS CHANGES if use doc; then dohtml -r doc/* fi } 1.1 dev-db/soci/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/soci/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-db/soci # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/soci/ChangeLog,v 1.1 2014/05/09 22:06:24 jauhien Exp $ *soci-3.2.2 (09 May 2014) 09 May 2014; Jauhien Piatlicki +metadata.xml, +soci-3.2.2.ebuild: Import from sunrise, closing bug #156506
[gentoo-commits] gentoo-x86 commit in dev-db/soci: - New directory
jauhien 14/05/09 22:00:55 Log: Directory /var/cvsroot/gentoo-x86/dev-db/soci added to the repository
[gentoo-commits] gentoo-x86 commit in dev-util/peg: peg-0.1.15.ebuild metadata.xml ChangeLog
jauhien 14/05/09 21:47:14 Modified: metadata.xml ChangeLog Added:peg-0.1.15.ebuild Log: version bump / add me as maintainer (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB2EFA1D4) Revision ChangesPath 1.2 dev-util/peg/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/dev-util/peg/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml24 Feb 2013 03:07:25 - 1.1 +++ metadata.xml9 May 2014 21:47:14 - 1.2 @@ -5,5 +5,8 @@ rafaelmart...@gentoo.org Rafael G. Martins + + jauh...@gentoo.org + Jauhien Piatlicki + - 1.3 dev-util/peg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/peg/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 22 Sep 2013 02:56:06 - 1.2 +++ ChangeLog 9 May 2014 21:47:14 - 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-util/peg -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/ChangeLog,v 1.2 2013/09/22 02:56:06 rafaelmartins Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/peg/ChangeLog,v 1.3 2014/05/09 21:47:14 jauhien Exp $ + +*peg-0.1.15 (09 May 2014) + + 09 May 2014; Jauhien Piatlicki +peg-0.1.15.ebuild, + metadata.xml: + version bump / add me as maintainer *peg-0.1.13 (22 Sep 2013) 1.1 dev-util/peg/peg-0.1.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild?rev=1.1&content-type=text/plain Index: peg-0.1.15.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/peg/peg-0.1.15.ebuild,v 1.1 2014/05/09 21:47:14 jauhien Exp $ EAPI=5 DESCRIPTION="Recursive-descent parser generators for C" HOMEPAGE="http://piumarta.com/software/peg/"; SRC_URI="http://piumarta.com/software/${PN}/${PF}.tar.gz"; LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" # FIXME: tests don't respect {C,LD}FLAGS and build stuff in runtime. RESTRICT="test" DEPEND="" RDEPEND="${DEPEND}" src_prepare() { sed -i \ -e '/strip/d' \ -e '/^CFLAGS/d' \ -e 's/$(CFLAGS)/$(CFLAGS) $(LDFLAGS)/g' \ Makefile || die "sed failed" } src_install() { mkdir -p "${D}/usr/bin" || die "mkdir failed" emake ROOT="${D}" PREFIX="/usr" install rm -rf "${D}/usr/man" || die "rm failed" doman src/${PN}.1 } src_test() { emake check emake test }
[gentoo-commits] gentoo-x86 commit in sys-kernel/git-sources: ChangeLog git-sources-3.15_rc5.ebuild
mpagano 14/05/09 21:38:19 Modified: ChangeLog Added:git-sources-3.15_rc5.ebuild Log: Version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B576E4E3) Revision ChangesPath 1.1385 sys-kernel/git-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1385&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?rev=1.1385&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/ChangeLog?r1=1.1384&r2=1.1385 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v retrieving revision 1.1384 retrieving revision 1.1385 diff -u -r1.1384 -r1.1385 --- ChangeLog 5 May 2014 13:54:18 - 1.1384 +++ ChangeLog 9 May 2014 21:38:19 - 1.1385 @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/git-sources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1384 2014/05/05 13:54:18 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/ChangeLog,v 1.1385 2014/05/09 21:38:19 mpagano Exp $ + +*git-sources-3.15_rc5 (09 May 2014) + + 09 May 2014; Mike Pagano +git-sources-3.15_rc5.ebuild: + Version bump *git-sources-3.15_rc4 (05 May 2014) 1.1 sys-kernel/git-sources/git-sources-3.15_rc5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.15_rc5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/git-sources/git-sources-3.15_rc5.ebuild?rev=1.1&content-type=text/plain Index: git-sources-3.15_rc5.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/git-sources/git-sources-3.15_rc5.ebuild,v 1.1 2014/05/09 21:38:19 mpagano Exp $ EAPI="5" UNIPATCH_STRICTORDER="yes" K_NOUSENAME="yes" K_NOSETEXTRAVERSION="yes" K_NOUSEPR="yes" K_SECURITY_UNSUPPORTED="yes" K_DEBLOB_AVAILABLE=0 ETYPE="sources" CKV="${PVR/-r/-git}" # only use this if it's not an _rc/_pre release [ "${PV/_pre}" == "${PV}" ] && [ "${PV/_rc}" == "${PV}" ] && OKV="${PV}" inherit kernel-2 detect_version DESCRIPTION="The very latest -git version of the Linux kernel" HOMEPAGE="http://www.kernel.org"; SRC_URI="${KERNEL_URI}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" K_EXTRAEINFO="This kernel is not supported by Gentoo due to its unstable and experimental nature. If you have any issues, try a matching vanilla-sources ebuild -- if the problem is not there, please contact the upstream kernel developers at http://bugzilla.kernel.org and on the linux-kernel mailing list to report the problem so it can be fixed in time for the next kernel release." RDEPEND="" DEPEND="${RDEPEND} >=sys-devel/patch-2.7.1-r3" pkg_postinst() { postinst_sources }
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: 526cf4e1a8da727aadde5045e3ce0724fd231185 Author: Johannes Huber gentoo org> AuthorDate: Fri May 9 19:36:20 2014 + Commit: Johannes Huber gentoo org> CommitDate: Fri May 9 19:36:20 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=526cf4e1 [profiles/package.mask] Add KDE SC 4.13.1 --- profiles/package.mask/kde-4.13.1 | 332 +++ 1 file changed, 332 insertions(+) diff --git a/profiles/package.mask/kde-4.13.1 b/profiles/package.mask/kde-4.13.1 new file mode 100644 index 000..fd68081 --- /dev/null +++ b/profiles/package.mask/kde-4.13.1 @@ -0,0 +1,332 @@ +# Johannes Huber (09 May 2014) +# KDE Workspace 4.13.1 +# Not released yet. +~kde-base/kdeplasma-addons-4.13.1 +~kde-base/kde-l10n-4.13.1 +~kde-base/dolphin-4.13.1 +~kde-base/kdepasswd-4.13.1 +~kde-base/kdialog-4.13.1 +~kde-base/keditbookmarks-4.13.1 +~kde-base/kfind-4.13.1 +~kde-base/kfmclient-4.13.1 +~kde-base/konqueror-4.13.1 +~kde-base/konq-plugins-4.13.1 +~kde-base/konsole-4.13.1 +~kde-base/kwrite-4.13.1 +~kde-base/libkonq-4.13.1 +~kde-base/nsplugins-4.13.1 +~kde-base/plasma-apps-4.13.1 +~kde-base/jovie-4.13.1 +~kde-base/kaccessible-4.13.1 +~kde-base/kdeaccessibility-meta-4.13.1 +~kde-base/kmag-4.13.1 +~kde-base/kmousetool-4.13.1 +~kde-base/kmouth-4.13.1 +~kde-base/kcron-4.13.1 +~kde-base/kdeadmin-meta-4.13.1 +~kde-base/ksystemlog-4.13.1 +~kde-base/kuser-4.13.1 +~kde-base/kdeartwork-colorschemes-4.13.1 +~kde-base/kdeartwork-desktopthemes-4.13.1 +~kde-base/kdeartwork-emoticons-4.13.1 +~kde-base/kdeartwork-iconthemes-4.13.1 +~kde-base/kdeartwork-kscreensaver-4.13.1 +~kde-base/kdeartwork-meta-4.13.1 +~kde-base/kdeartwork-styles-4.13.1 +~kde-base/kdeartwork-wallpapers-4.13.1 +~kde-base/kdeartwork-weatherwallpapers-4.13.1 +~kde-base/attica-4.13.1 +~kde-base/drkonqi-4.13.1 +~kde-base/kcmshell-4.13.1 +~kde-base/kcontrol-4.13.1 +~kde-base/kdebase-data-4.13.1 +~kde-base/kdebase-desktoptheme-4.13.1 +~kde-base/kdebase-kioslaves-4.13.1 +~kde-base/kdebase-menu-4.13.1 +~kde-base/kdebase-menu-icons-4.13.1 +~kde-base/kdebase-runtime-meta-4.13.1 +~kde-base/kdebugdialog-4.13.1 +~kde-base/kdesu-4.13.1 +~kde-base/kde-base-artwork-4.13.1 +~kde-base/kde-wallpapers-4.13.1 +~kde-base/kdontchangethehostname-4.13.1 +~kde-base/keditfiletype-4.13.1 +~kde-base/kfile-4.13.1 +~kde-base/kglobalaccel-4.13.1 +~kde-base/khelpcenter-4.13.1 +~kde-base/kiconfinder-4.13.1 +~kde-base/kimgio-4.13.1 +~kde-base/kioclient-4.13.1 +~kde-base/kmimetypefinder-4.13.1 +~kde-base/knetattach-4.13.1 +~kde-base/knewstuff-4.13.1 +~kde-base/knotify-4.13.1 +~kde-base/kpasswdserver-4.13.1 +~kde-base/kquitapp-4.13.1 +~kde-base/kreadconfig-4.13.1 +~kde-base/kstart-4.13.1 +~kde-base/ktimezoned-4.13.1 +~kde-base/ktraderclient-4.13.1 +~kde-base/kuiserver-4.13.1 +~kde-base/kurifilter-plugins-4.13.1 +~kde-base/kwalletd-4.13.1 +~kde-base/nepomuk-4.13.1 +~kde-base/phonon-kde-4.13.1 +~kde-base/plasma-runtime-4.13.1 +~kde-base/renamedlg-plugins-4.13.1 +~kde-base/solid-runtime-4.13.1 +~kde-base/freespacenotifier-4.13.1 +~kde-base/kcheckpass-4.13.1 +~kde-base/kcminit-4.13.1 +~kde-base/kdebase-cursors-4.13.1 +~kde-base/kdebase-startkde-4.13.1 +~kde-base/kdm-4.13.1 +~kde-base/kephal-4.13.1 +~kde-base/khotkeys-4.13.1 +~kde-base/kinfocenter-4.13.1 +~kde-base/klipper-4.13.1 +~kde-base/kmenuedit-4.13.1 +~kde-base/krunner-4.13.1 +~kde-base/kscreensaver-4.13.1 +~kde-base/ksmserver-4.13.1 +~kde-base/ksplash-4.13.1 +~kde-base/kstartupconfig-4.13.1 +~kde-base/kstyles-4.13.1 +~kde-base/ksysguard-4.13.1 +~kde-base/ksystraycmd-4.13.1 +~kde-base/kwin-4.13.1 +~kde-base/kwrited-4.13.1 +~kde-base/libkworkspace-4.13.1 +~kde-base/liboxygenstyle-4.13.1 +~kde-base/libplasmaclock-4.13.1 +~kde-base/libplasmagenericshell-4.13.1 +~kde-base/libtaskmanager-4.13.1 +~kde-base/plasma-workspace-4.13.1 +~kde-base/powerdevil-4.13.1 +~kde-base/qguiplatformplugin_kde-4.13.1 +~kde-base/solid-actions-kcm-4.13.1 +~kde-base/systemsettings-4.13.1 +~kde-base/kdebindings-meta-4.13.1 +~kde-base/kimono-4.13.1 +~kde-base/korundum-4.13.1 +~kde-base/krossjava-4.13.1 +~kde-base/krosspython-4.13.1 +~kde-base/krossruby-4.13.1 +~kde-base/perlkde-4.13.1 +~kde-base/perlqt-4.13.1 +~kde-base/pykde4-4.13.1 +~kde-base/smokegen-4.13.1 +~kde-base/smokekde-4.13.1 +~kde-base/smokeqt-4.13.1 +~kde-base/qtruby-4.13.1 +~kde-base/qyoto-4.13.1 +~kde-base/analitza-4.13.1 +~kde-base/artikulate-4.13.1 +~kde-base/blinken-4.13.1 +~kde-base/cantor-4.13.1 +~kde-base/kalgebra-4.13.1 +~kde-base/kalzium-4.13.1 +~kde-base/kanagram-4.13.1 +~kde-base/kbruch-4.13.1 +~kde-base/kdeedu-meta-4.13.1 +~kde-base/kgeography-4.13.1 +~kde-base/khangman-4.13.1 +~kde-base/kig-4.13.1 +~kde-base/kiten-4.13.1 +~kde-base/klettres-4.13.1 +~kde-base/kmplot-4.13.1 +~kde-base/kqtquickcharts-4.13.1 +~kde-base/kstars-4.13.1 +~kde-base/ktouch-4.13.1 +~kde-base/kturtle-4.13.1 +~kde-base/kwordquiz-4.13.1 +~kde-base/libkdeedu-4.13.1 +~kde-base/marble-4.13.1 +~kde-base/pairs-4.13.1 +~kde-base/parley-4.13.1 +~kde-base/roc
[gentoo-commits] proj/mozilla:master commit in: dev-lang/spidermonkey/files/, dev-lang/spidermonkey/
commit: 7de0f97e44335f6bb92087290ecf5420150b56a6 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri May 9 21:22:00 2014 + Commit: Ian Stakenvicius gentoo org> CommitDate: Fri May 9 21:22:00 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=7de0f97e alpha of spidermonkey-31 for testing, no keywords right now --- dev-lang/spidermonkey/Manifest | 1 + .../files/spidermonkey-31-jit-tests.patch | 32 + .../spidermonkey/spidermonkey-31.0_alpha2.ebuild | 138 + 3 files changed, 171 insertions(+) diff --git a/dev-lang/spidermonkey/Manifest b/dev-lang/spidermonkey/Manifest index 60732e5..5fb45d0 100644 --- a/dev-lang/spidermonkey/Manifest +++ b/dev-lang/spidermonkey/Manifest @@ -1 +1,2 @@ DIST mozjs-24.2.0.tar.bz2 15624530 SHA256 e62f3f331ddd90df1e238c09d61a505c516fe9fd8c5c95336611d191d18437d8 SHA512 49805e256f6fa797505c01b7596d5bb941ed7a2454862c52ed42ad48b5ae4540b777e77ed8da1b98c89f8622ed2c76052187983687008a4ff53594addb328df4 WHIRLPOOL ea74d19c79b1a0fe407e2803900c49c23e8b76444fb4e20995072c3c59427e8df1895df04f2f4de779a1c58cd1166dd97aeaf7564350832011efe89dbcf9583e +DIST mozjs-31.0a2.tar.bz2 21261131 SHA256 fe57dca9bf5be446d6bea385245824c1b4487d06040d90a0a9fa1adf21836303 SHA512 d4dbc0cf5d5bc3b1d52d346d0d54bb10182962551eba3ef2186efc7a433f8b856db9c8df2488e6a4385fbd18dcd22468c76f025bb52187af33990066089709fd WHIRLPOOL 4305a6c4b141efbb559ff879189270e291f396d825f87627d9e8c62cab5de7b56eb4c6b0fd91e2d5ed568eb17e896822755c54e47b2bddd7d2275d3c2a088836 diff --git a/dev-lang/spidermonkey/files/spidermonkey-31-jit-tests.patch b/dev-lang/spidermonkey/files/spidermonkey-31-jit-tests.patch new file mode 100644 index 000..9e281f8 --- /dev/null +++ b/dev-lang/spidermonkey/files/spidermonkey-31-jit-tests.patch @@ -0,0 +1,32 @@ +--- a/js/src/jit-test/tests/basic/cross-context-stack-1.js b/js/src/jit-test/tests/basic/cross-context-stack-1.js +@@ -1,21 +1,21 @@ + // Error().stack (ScriptFrameIter) is no longer context-bound. + function beta() { + evaluate("function gamma() {\nstack = Error().stack;\n };\n gamma();", {newContext: true}); + } + function alpha() { + beta(); + } + alpha(); +-assertEq(/alpha/.test(stack), true); +-assertEq(/beta/.test(stack), true); +-assertEq(/gamma/.test(stack), true); +-assertEq(/delta/.test(stack), false); ++assertEq(/alpha@/.test(stack), true); ++assertEq(/beta@/.test(stack), true); ++assertEq(/gamma@/.test(stack), true); ++assertEq(/delta@/.test(stack), false); + + function delta() { + evaluate("stack = Error().stack", {newContext: true}); + } + delta(); +-assertEq(/alpha/.test(stack), false); +-assertEq(/beta/.test(stack), false); +-assertEq(/gamma/.test(stack), false); +-assertEq(/delta/.test(stack), true); ++assertEq(/alpha@/.test(stack), false); ++assertEq(/beta@/.test(stack), false); ++assertEq(/gamma@/.test(stack), false); ++assertEq(/delta@/.test(stack), true); diff --git a/dev-lang/spidermonkey/spidermonkey-31.0_alpha2.ebuild b/dev-lang/spidermonkey/spidermonkey-31.0_alpha2.ebuild new file mode 100644 index 000..d78e741 --- /dev/null +++ b/dev-lang/spidermonkey/spidermonkey-31.0_alpha2.ebuild @@ -0,0 +1,138 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r1.ebuild,v 1.1 2014/03/08 14:38:51 anarchy Exp $ + +EAPI="5" +WANT_AUTOCONF="2.1" +PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads" +inherit autotools eutils toolchain-funcs multilib python-any-r1 versionator pax-utils + +MY_PN="mozjs" +MY_PV="${PV/_alpha/a}" +MY_P="${MY_PN}-${MY_PV/_/.}" +DESCRIPTION="Stand-alone JavaScript C library" +HOMEPAGE="http://www.mozilla.org/js/spidermonkey/"; +#SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.tar.bz2"; +SRC_URI="http://dev.gentoo.org/~axs/distfiles/${MY_P}.tar.bz2"; + +LICENSE="NPL-1.1" +SLOT="31" +#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="" +IUSE="debug jit icu minimal static-libs +system-icu test" + +RESTRICT="ia64? ( test )" + +S="${WORKDIR}/${MY_P%.rc*}" +BUILDDIR="${WORKDIR}/jsbuild" + +RDEPEND=">=dev-libs/nspr-4.9.4 + virtual/libffi + >=sys-libs/zlib-1.1.4 + system-icu? ( >=dev-libs/icu-1.51:= )" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + app-arch/zip + virtual/pkgconfig" + +pkg_setup(){ + if [[ ${MERGE_TYPE} != "binary" ]]; then + python-any-r1_pkg_setup + export LC_ALL="C" + fi +} + +src_prepare() { + epatch "${FILESDIR}"/${PN}-${SLOT}-jit-tests.patch +# epatch_user +# +# cd "${BUILDDIR}" || die +# eautoconf +} + +src_configure() { + mkdir "${BUILDDIR}" && cd "${BUILDDIR}" || die + +local myopts="" +if use icu; then # make sure system-icu flag only affects icu-enabled build +
[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: ChangeLog pf-sources-3.12.1.ebuild pf-sources-3.12.2.ebuild pf-sources-3.12.3.ebuild pf-sources-3.13.1.ebuild
hwoarang14/05/09 21:20:22 Modified: ChangeLog Removed: pf-sources-3.12.1.ebuild pf-sources-3.12.2.ebuild pf-sources-3.12.3.ebuild pf-sources-3.13.1.ebuild Log: Remove old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.115sys-kernel/pf-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.115&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.115&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.114&r2=1.115 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- ChangeLog 1 May 2014 16:34:10 - 1.114 +++ ChangeLog 9 May 2014 21:20:22 - 1.115 @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/pf-sources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.114 2014/05/01 16:34:10 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.115 2014/05/09 21:20:22 hwoarang Exp $ + + 09 May 2014; Markos Chandras -pf-sources-3.12.1.ebuild, + -pf-sources-3.12.2.ebuild, -pf-sources-3.12.3.ebuild, + -pf-sources-3.13.1.ebuild: + Remove old *pf-sources-3.14_p2 (01 May 2014)
[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog
hwoarang14/05/09 21:18:34 Modified: jimtcl-0.75.ebuild ChangeLog Log: Add ~mips (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.2 dev-lang/jimtcl/jimtcl-0.75.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?r1=1.1&r2=1.2 Index: jimtcl-0.75.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jimtcl-0.75.ebuild 9 May 2014 20:45:25 - 1.1 +++ jimtcl-0.75.ebuild 9 May 2014 21:18:34 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.1 2014/05/09 20:45:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.2 2014/05/09 21:18:34 hwoarang Exp $ EAPI="5" @@ -12,7 +12,7 @@ LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~mips ~x86" IUSE="doc static-libs" DEPEND="doc? ( app-text/asciidoc ) app-arch/unzip" 1.13 dev-lang/jimtcl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 9 May 2014 20:45:25 - 1.12 +++ ChangeLog 9 May 2014 21:18:34 - 1.13 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/jimtcl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.12 2014/05/09 20:45:25 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.13 2014/05/09 21:18:34 hwoarang Exp $ + + 09 May 2014; Markos Chandras jimtcl-0.75.ebuild: + Add ~mips *jimtcl-0.75 (09 May 2014)
[gentoo-commits] gentoo-x86 commit in media-sound/qmmp: ChangeLog qmmp-0.7.5.ebuild qmmp-0.7.4.ebuild
hwoarang14/05/09 21:11:41 Modified: ChangeLog Removed: qmmp-0.7.5.ebuild qmmp-0.7.4.ebuild Log: Remove old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.127media-sound/qmmp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/ChangeLog?rev=1.127&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/ChangeLog?rev=1.127&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmmp/ChangeLog?r1=1.126&r2=1.127 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/qmmp/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- ChangeLog 18 Apr 2014 13:33:06 - 1.126 +++ ChangeLog 9 May 2014 21:11:41 - 1.127 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qmmp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/ChangeLog,v 1.126 2014/04/18 13:33:06 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmmp/ChangeLog,v 1.127 2014/05/09 21:11:41 hwoarang Exp $ + + 09 May 2014; Markos Chandras -qmmp-0.7.4.ebuild, + -qmmp-0.7.5.ebuild: + Remove old *qmmp-0.7.6 (18 Apr 2014)
[gentoo-commits] gentoo-x86 commit in sys-devel/clang: clang-3.4.1-r100.ebuild ChangeLog
mgorny 14/05/09 21:10:44 Modified: ChangeLog Added:clang-3.4.1-r100.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.107sys-devel/clang/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.107&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.107&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.106&r2=1.107 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- ChangeLog 31 Mar 2014 21:20:04 - 1.106 +++ ChangeLog 9 May 2014 21:10:44 - 1.107 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.106 2014/03/31 21:20:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.107 2014/05/09 21:10:44 mgorny Exp $ + +*clang-3.4.1-r100 (09 May 2014) + + 09 May 2014; Michał Górny +clang-3.4.1-r100.ebuild: + Version bump. 31 Mar 2014; Michał Górny clang-3.2.ebuild, clang-3.3.ebuild, clang-.ebuild: 1.1 sys-devel/clang/clang-3.4.1-r100.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.4.1-r100.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.4.1-r100.ebuild?rev=1.1&content-type=text/plain Index: clang-3.4.1-r100.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.4.1-r100.ebuild,v 1.1 2014/05/09 21:10:44 mgorny Exp $ EAPI=5 inherit multilib-build DESCRIPTION="C language family frontend for LLVM (meta-ebuild)" HOMEPAGE="http://clang.llvm.org/"; SRC_URI="" LICENSE="UoI-NCSA" SLOT="0/3.4" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]" # Please keep this package around since it's quite likely that we'll # return to separate LLVM & clang ebuilds when the cmake build system # is complete. pkg_postinst() { if has_version ">=dev-util/ccache-3.1.9-r2" ; then #add ccache links as clang might get installed after ccache "${EROOT}"/usr/bin/ccache-config --install-links fi } pkg_postrm() { if has_version ">=dev-util/ccache-3.1.9-r2" && [[ -z ${REPLACED_BY_VERSION} ]]; then # --remove-links would remove all links, --install-links updates them "${EROOT}"/usr/bin/ccache-config --install-links fi }
[gentoo-commits] gentoo-x86 commit in sys-devel/llvm: metadata.xml llvm-3.4.1.ebuild ChangeLog
mgorny 14/05/09 21:09:16 Modified: metadata.xml ChangeLog Added:llvm-3.4.1.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.12 sys-devel/llvm/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/metadata.xml?r1=1.11&r2=1.12 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/metadata.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- metadata.xml14 Oct 2013 16:39:57 - 1.11 +++ metadata.xml9 May 2014 21:09:16 - 1.12 @@ -16,6 +16,7 @@ 4. LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation (In fact, LLVM makes a great static compiler!). Note that optional LLVM components can be used to build high-level virtual machines and other systems that need these services. Build the clang C/C++ compiler + Enable cmake support (experimental) Build and install the HTML documentation and regenerate the man pages Build the gold linker plugin Build LLVM with sys-devel/llvm-gcc 1.193sys-devel/llvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.193&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.193&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.192&r2=1.193 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v retrieving revision 1.192 retrieving revision 1.193 diff -u -r1.192 -r1.193 --- ChangeLog 1 May 2014 15:09:30 - 1.192 +++ ChangeLog 9 May 2014 21:09:16 - 1.193 @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.192 2014/05/01 15:09:30 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.193 2014/05/09 21:09:16 mgorny Exp $ + +*llvm-3.4.1 (09 May 2014) + + 09 May 2014; Michał Górny +llvm-3.4.1.ebuild, + metadata.xml: + Version bump. 01 May 2014; Michał Górny llvm-3.3-r1.ebuild, llvm-3.3-r3.ebuild, llvm-3.4-r1.ebuild, llvm-3.4-r2.ebuild, llvm-3.4.ebuild, 1.1 sys-devel/llvm/llvm-3.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild?rev=1.1&content-type=text/plain Index: llvm-3.4.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.1.ebuild,v 1.1 2014/05/09 21:09:16 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 pypy ) # this causes some issues so make it optional for now. # 3.5 will have CMakeFiles support in autotools. WANT_CMAKE=cmake inherit cmake-utils eutils flag-o-matic multibuild multilib \ multilib-minimal python-r1 toolchain-funcs pax-utils check-reqs DESCRIPTION="Low Level Virtual Machine" HOMEPAGE="http://llvm.org/"; SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.gz clang? ( http://llvm.org/releases/${PV}/compiler-rt-3.4.src.tar.gz http://llvm.org/releases/${PV}/cfe-${PV}.src.tar.gz http://llvm.org/releases/${PV}/clang-tools-extra-3.4.src.tar.gz ) !doc? ( http://dev.gentoo.org/~mgorny/dist/${PN}-3.4-manpages.tar.bz2 )" LICENSE="UoI-NCSA" SLOT="0/3.4" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="clang debug doc gold +libffi multitarget ncurses ocaml python +static-analyzer test udis86 xml video_cards_radeon kernel_Darwin kernel_FreeBSD" COMMON_DEPEND=" sys-libs/zlib:0= clang? ( python? ( ${PYTHON_DEPS} ) static-analyzer? ( dev-lang/perl:* ${PYTHON_DEPS} ) xml? ( dev-libs/libxml2:2= ) ) gold? ( >=sys-devel/binutils-2.22:*[cxx] ) libffi? ( virtual/libffi:0=[${MULTILIB_USEDEP}] ) ncurses? ( sys-libs/ncurse
[gentoo-commits] gentoo-x86 commit in profiles: package.mask
hwoarang14/05/09 20:49:45 Modified: package.mask Log: typo Revision ChangesPath 1.15665 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15665&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15665&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15664&r2=1.15665 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.15664 retrieving revision 1.15665 diff -u -r1.15664 -r1.15665 --- package.mask9 May 2014 20:48:37 - 1.15664 +++ package.mask9 May 2014 20:49:45 - 1.15665 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15664 2014/05/09 20:48:37 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15665 2014/05/09 20:49:45 hwoarang 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 @@ -361,7 +361,7 @@ (07 Apr 2014) -# Mark 0.8.0 release for testing +# Mask 0.8.0 release for testing =dev-embedded/openocd-0.8.0 # Gilles Dartiguelongue (06 Apr 2014)
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
hwoarang14/05/09 20:48:38 Modified: ChangeLog package.mask Log: Update mask for openocd-0.8.0 Revision ChangesPath 1.8937 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8937&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8937&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8936&r2=1.8937 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.8936 retrieving revision 1.8937 diff -u -r1.8936 -r1.8937 --- ChangeLog 9 May 2014 14:27:44 - 1.8936 +++ ChangeLog 9 May 2014 20:48:37 - 1.8937 @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8936 2014/05/09 14:27:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8937 2014/05/09 20:48:37 hwoarang 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! + 09 May 2014; Markos Chandras package.mask: + Update mask for openocd-0.8.0 + 09 May 2014; Michał Górny package.mask: Mask multilib alsa-oss & alsa-plugins. 1.15664 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15664&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15664&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15663&r2=1.15664 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.15663 retrieving revision 1.15664 diff -u -r1.15663 -r1.15664 --- package.mask9 May 2014 14:27:44 - 1.15663 +++ package.mask9 May 2014 20:48:37 - 1.15664 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15663 2014/05/09 14:27:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15664 2014/05/09 20:48:37 hwoarang 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 @@ -361,8 +361,8 @@ (07 Apr 2014) -# Mark -rc releases for testing -=dev-embedded/openocd-0.8.0_rc* +# Mark 0.8.0 release for testing +=dev-embedded/openocd-0.8.0 # Gilles Dartiguelongue (06 Apr 2014) # Old release, never stable, not working anymore
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/qa/treecleaners: maintainer-needed.xml
hwoarang14/05/09 20:47:12 Modified: maintainer-needed.xml Log: Automated update of maintainer-needed package list Revision ChangesPath 1.432xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.432&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?rev=1.432&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml?r1=1.431&r2=1.432 Index: maintainer-needed.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/qa/treecleaners/maintainer-needed.xml,v retrieving revision 1.431 retrieving revision 1.432 diff -u -r1.431 -r1.432 --- maintainer-needed.xml 6 May 2014 20:27:08 - 1.431 +++ maintainer-needed.xml 9 May 2014 20:47:12 - 1.432 @@ -1,6 +1,6 @@ - + @@ -23,7 +23,7 @@ 1.2 - 2014-05-06 + 2014-05-09 Maintainer-Needed packages @@ -38,7 +38,7 @@ Package List -The following 1162 packages are marked as maintainer-needed +The following 1166 packages are marked as maintainer-needed Package NameDescriptionBugs @@ -990,6 +990,9 @@ http://packages.gentoo.org/package/app-misc/ttyrec";>app-misc/ttyrec tty recorder https://bugs.gentoo.org/buglist.cgi?quicksearch=app-misc/ttyrec";>Open Bugs +http://packages.gentoo.org/package/app-misc/vifm";>app-misc/vifm +Console file manager with vi(m)-like keybindings +https://bugs.gentoo.org/buglist.cgi?quicksearch=app-misc/vifm";>Open Bugs http://packages.gentoo.org/package/app-misc/webcomics-collector";>app-misc/webcomics-collector python script for downloading webcomics https://bugs.gentoo.org/buglist.cgi?quicksearch=app-misc/webcomics-collector";>Open Bugs @@ -3183,9 +3186,15 @@ http://packages.gentoo.org/package/www-client/fetch";>www-client/fetch Fetch is a simple, fast, and flexible HTTP download tool built on the HTTP Fetcher library. https://bugs.gentoo.org/buglist.cgi?quicksearch=www-client/fetch";>Open Bugs +http://packages.gentoo.org/package/www-client/luakit";>www-client/luakit +fast, small, webkit-gtk based micro-browser extensible by lua +https://bugs.gentoo.org/buglist.cgi?quicksearch=www-client/luakit";>Open Bugs http://packages.gentoo.org/package/www-client/netrik";>www-client/netrik A text based web browser with no ssl support. https://bugs.gentoo.org/buglist.cgi?quicksearch=www-client/netrik";>Open Bugs +http://packages.gentoo.org/package/www-client/uzbl";>www-client/uzbl +Web interface tools which adhere to the unix philosophy. +https://bugs.gentoo.org/buglist.cgi?quicksearch=www-client/uzbl";>Open Bugs http://packages.gentoo.org/package/www-client/w3mir";>www-client/w3mir w3mir is a all purpose HTTP copying and mirroring tool https://bugs.gentoo.org/buglist.cgi?quicksearch=www-client/w3mir";>Open Bugs @@ -3351,6 +3360,9 @@ http://packages.gentoo.org/package/x11-misc/touchcal";>x11-misc/touchcal Touchscreen calibration utility https://bugs.gentoo.org/buglist.cgi?quicksearch=x11-misc/touchcal";>Open Bugs +http://packages.gentoo.org/package/x11-misc/whaw";>x11-misc/whaw +Window manager independent Window Layout tool +https://bugs.gentoo.org/buglist.cgi?quicksearch=x11-misc/whaw";>Open Bugs http://packages.gentoo.org/package/x11-misc/wmctrl";>x11-misc/wmctrl command line tool to interact with an EWMH/NetWM compatible X Window Manager https://bugs.gentoo.org/buglist.cgi?quicksearch=x11-misc/wmctrl";>Open Bugs
[gentoo-commits] gentoo-x86 commit in dev-embedded/openocd: openocd-0.8.0.ebuild openocd-9999.ebuild ChangeLog openocd-0.8.0_rc2.ebuild
hwoarang14/05/09 20:46:43 Modified: openocd-.ebuild ChangeLog Added:openocd-0.8.0.ebuild Removed: openocd-0.8.0_rc2.ebuild Log: Version bump. Bump jimtcl dependency to 0.75 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.36 dev-embedded/openocd/openocd-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/openocd-.ebuild?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/openocd-.ebuild?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/openocd-.ebuild?r1=1.35&r2=1.36 Index: openocd-.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-embedded/openocd/openocd-.ebuild,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- openocd-.ebuild 4 May 2014 10:42:51 - 1.35 +++ openocd-.ebuild 9 May 2014 20:46:43 - 1.36 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/openocd/openocd-.ebuild,v 1.35 2014/05/04 10:42:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/openocd/openocd-.ebuild,v 1.36 2014/05/09 20:46:43 hwoarang Exp $ EAPI="5" @@ -27,7 +27,7 @@ IUSE="cmsis-dap dummy ftdi parport +usb verbose-io" RESTRICT="strip" # includes non-native binaries -RDEPEND=">=dev-lang/jimtcl-0.73 +RDEPEND=">=dev-lang/jimtcl-0.75 cmsis-dap? ( dev-libs/hidapi ) usb? ( virtual/libusb:0 1.50 dev-embedded/openocd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-embedded/openocd/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 4 May 2014 10:42:51 - 1.49 +++ ChangeLog 9 May 2014 20:46:43 - 1.50 @@ -1,6 +1,13 @@ # ChangeLog for dev-embedded/openocd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/openocd/ChangeLog,v 1.49 2014/05/04 10:42:51 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/openocd/ChangeLog,v 1.50 2014/05/09 20:46:43 hwoarang Exp $ + +*openocd-0.8.0 (09 May 2014) + + 09 May 2014; Markos Chandras + +files/openocd-0.8.0-jimtcl-0.75.patch, +openocd-0.8.0.ebuild, + -openocd-0.8.0_rc2.ebuild, openocd-.ebuild: + Version bump. Bump jimtcl dependency to 0.75 04 May 2014; Markos Chandras metadata.xml, openocd-0.8.0_rc2.ebuild, openocd-.ebuild: 1.1 dev-embedded/openocd/openocd-0.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/openocd-0.8.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/openocd-0.8.0.ebuild?rev=1.1&content-type=text/plain Index: openocd-0.8.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-embedded/openocd/openocd-0.8.0.ebuild,v 1.1 2014/05/09 20:46:43 hwoarang Exp $ EAPI="5" inherit eutils multilib flag-o-matic toolchain-funcs udev # One ebuild to rule them all if [[ ${PV} == "" ]] ; then inherit autotools git-2 KEYWORDS="" EGIT_REPO_URI="git://git.code.sf.net/p/${PN}/code" else MY_PV="${PV/_/-}" MY_P="${PN}-${MY_PV}" S="${WORKDIR}"/${MY_P} KEYWORDS="~amd64 ~x86" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${MY_PV}/${MY_P}.tar.gz" fi DESCRIPTION="OpenOCD - Open On-Chip Debugger" HOMEPAGE="http://openocd.sourceforge.net"; LICENSE="GPL-2+" SLOT="0" IUSE="cmsis-dap dummy ftdi parport +usb verbose-io" RESTRICT="strip" # includes non-native binaries RDEPEND=">=dev-lang/jimtcl-0.75 cmsis-dap? ( dev-libs/hidapi ) usb? ( virtual/libusb:0 virtual/libusb:1 ) ftdi? ( dev-embedded/libftdi )" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { epatch_user # jimtcl-0.75 compatibility. Remove it on the # next version bump epatch "${FILESDIR}"/${P}-jimtcl-0.75.patch if [[ ${PV} == "" ]] ; then AT_NO_RECURS
[gentoo-commits] gentoo-x86 commit in dev-embedded/openocd/files: openocd-0.8.0-jimtcl-0.75.patch
hwoarang14/05/09 20:46:43 Added:openocd-0.8.0-jimtcl-0.75.patch Log: Version bump. Bump jimtcl dependency to 0.75 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.1 dev-embedded/openocd/files/openocd-0.8.0-jimtcl-0.75.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/files/openocd-0.8.0-jimtcl-0.75.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/openocd/files/openocd-0.8.0-jimtcl-0.75.patch?rev=1.1&content-type=text/plain Index: openocd-0.8.0-jimtcl-0.75.patch === Apply upstream patch for jimtcl-0.75 compatibility X-Gentoo-Bug: 509902 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=509902 Link: http://repo.or.cz/w/openocd.git/commitdiff/92ea548aafee840e1507306a3ffb38625f427ec5 Signed-off-by: Markos Chandras >From 92ea548aafee840e1507306a3ffb38625f427ec5 Mon Sep 17 00:00:00 2001 From: Paul Fertser Date: Mon, 28 Apr 2014 14:34:47 +0400 Subject: [PATCH] Update to the current Jim Tcl This is a post-release version but hopefully some fixes that went in are worth it; also the changes here make OpenOCD compatible with stock 0.75 version if a distro maintainer decides to use it. Change-Id: I7ad1814c7c4868198475cdca4750c3d0ee4f5f8b Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2121 Tested-by: jenkins Reviewed-by: Freddie Chopin --- jimtcl |2 +- src/helper/command.c |2 +- src/helper/command.h |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/helper/command.c b/src/helper/command.c index 21362a6..137ac7e 100644 --- a/src/helper/command.c +++ b/src/helper/command.c @@ -365,7 +365,7 @@ static int register_command_handler(struct command_context *cmd_ctx, LOG_DEBUG("registering '%s'...", ocd_name); - Jim_CmdProc func = c->handler ? &script_command : &command_unknown; + Jim_CmdProc *func = c->handler ? &script_command : &command_unknown; int retval = Jim_CreateCommand(interp, ocd_name, func, c, NULL); free(ocd_name); if (JIM_OK != retval) diff --git a/src/helper/command.h b/src/helper/command.h index 0f0edbb..0eda5b5 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -168,7 +168,7 @@ struct command { struct command *parent; struct command *children; command_handler_t handler; - Jim_CmdProc jim_handler; + Jim_CmdProc *jim_handler; void *jim_handler_data; enum command_mode mode; struct command *next; @@ -204,7 +204,7 @@ char *command_name(struct command *c, char delim); struct command_registration { const char *name; command_handler_t handler; - Jim_CmdProc jim_handler; + Jim_CmdProc *jim_handler; void *jim_handler_data; enum command_mode mode; const char *help; -- 1.7.6.6.GIT
[gentoo-commits] gentoo-x86 commit in dev-lang/jimtcl: jimtcl-0.75.ebuild ChangeLog
hwoarang14/05/09 20:45:25 Modified: ChangeLog Added:jimtcl-0.75.ebuild Log: Version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.12 dev-lang/jimtcl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 17 Sep 2013 19:16:49 - 1.11 +++ ChangeLog 9 May 2014 20:45:25 - 1.12 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/jimtcl -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.11 2013/09/17 19:16:49 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.12 2014/05/09 20:45:25 hwoarang Exp $ + +*jimtcl-0.75 (09 May 2014) + + 09 May 2014; Markos Chandras +jimtcl-0.75.ebuild: + Version bump *jimtcl-0.74-r1 (17 Sep 2013) 1.1 dev-lang/jimtcl/jimtcl-0.75.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild?rev=1.1&content-type=text/plain Index: jimtcl-0.75.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.75.ebuild,v 1.1 2014/05/09 20:45:25 hwoarang Exp $ EAPI="5" inherit multilib DESCRIPTION="Small footprint implementation of Tcl programming language" HOMEPAGE="http://jim.tcl.tk"; SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="doc static-libs" DEPEND="doc? ( app-text/asciidoc ) app-arch/unzip" GIT_HASH="cffd1a5" S="${WORKDIR}"/msteveb-${PN}-${GIT_HASH} src_configure() { ! use static-libs && myconf=--with-jim-shared econf ${myconf} } src_compile() { emake all use doc && emake docs } src_install() { dobin jimsh use static-libs && { dolib.a libjim.a } || { dolib.so libjim.so.${PV} dosym /usr/$(get_libdir)/libjim.so.${PV} \ /usr/$(get_libdir)/libjim.so } insinto /usr/include doins jim.h jimautoconf.h jim-subcmd.h jim-signal.h doins jim-win32compat.h jim-eventloop.h jim-config.h dodoc AUTHORS README TODO use doc && dohtml Tcl.html }
[gentoo-commits] gentoo-x86 commit in dev-embedded/openocd/files: - New directory
hwoarang14/05/09 20:45:56 Log: Directory /var/cvsroot/gentoo-x86/dev-embedded/openocd/files added to the repository
[gentoo-commits] gentoo-x86 commit in dev-ruby/bcat: bcat-0.6.2-r2.ebuild ChangeLog
p8952 14/05/09 20:45:27 Modified: ChangeLog Added:bcat-0.6.2-r2.ebuild Log: Add ruby21 target. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.21 dev-ruby/bcat/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 5 Apr 2014 13:50:05 - 1.20 +++ ChangeLog 9 May 2014 20:45:27 - 1.21 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/bcat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v 1.20 2014/04/05 13:50:05 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v 1.21 2014/05/09 20:45:27 p8952 Exp $ + +*bcat-0.6.2-r2 (09 May 2014) + + 09 May 2014; Peter Wilmott +bcat-0.6.2-r2.ebuild: + Add ruby21 target. 05 Apr 2014; Manuel Rüger bcat-0.6.2-r1.ebuild, bcat-0.6.2.ebuild: 1.1 dev-ruby/bcat/bcat-0.6.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r2.ebuild?rev=1.1&content-type=text/plain Index: bcat-0.6.2-r2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2-r2.ebuild,v 1.1 2014/05/09 20:45:27 p8952 Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_DOC="man" RUBY_FAKEGEM_EXTRADOC="README" inherit ruby-fakegem DESCRIPTION="A pipe to browser utility for use at the shell and within editors like Vim or Emacs." HOMEPAGE="http://github.com/rtomayko/bcat"; LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" # Collides on /usr/bin/bcat, bug 418301 RDEPEND="${RDEPEND} !!app-accessibility/speech-tools" ruby_add_bdepend "doc? ( app-text/ronn )" ruby_add_rdepend "dev-ruby/rack" each_ruby_prepare() { sed -i -e "s/a2h/#{ENV['RUBY']} -S a2h/" test/test_bcat_a2h.rb || die } each_ruby_test() { # The Rakefile uses weird trickery with load path that causes gems # not to be found. Run tests directly instead and do the trickery # here to support popen calls for the bins in this package. RUBY=${RUBY} RUBYLIB=lib:${RUBYLIB} PATH=bin:${PATH} ${RUBY} -S testrb test/test_*.rb || die } all_ruby_install() { all_fakegem_install doman man/*.1 }
[gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: ChangeLog policycoreutils-2.3.ebuild
swift 14/05/09 20:32:10 Modified: ChangeLog Added:policycoreutils-2.3.ebuild Log: Bump to 2.3 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.135sys-apps/policycoreutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.135&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.135&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?r1=1.134&r2=1.135 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- ChangeLog 9 May 2014 18:39:16 - 1.134 +++ ChangeLog 9 May 2014 20:32:10 - 1.135 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/policycoreutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.134 2014/05/09 18:39:16 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.135 2014/05/09 20:32:10 swift Exp $ + +*policycoreutils-2.3 (09 May 2014) + + 09 May 2014; Sven Vermeulen +policycoreutils-2.3.ebuild: + Bump to 2.3 *policycoreutils-2.3_rc1-r1 (09 May 2014) 1.1 sys-apps/policycoreutils/policycoreutils-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3.ebuild?rev=1.1&content-type=text/plain Index: policycoreutils-2.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.3.ebuild,v 1.1 2014/05/09 20:32:10 swift Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" inherit multilib python-r1 toolchain-funcs eutils MY_P="${P//_/-}" EXTRAS_VER="1.31" SEMNG_VER="2.3" SELNX_VER="2.3" SEPOL_VER="2.3" PATCHBUNDLE="3" IUSE="audit pam dbus" DESCRIPTION="SELinux core utilities" HOMEPAGE="http://userspace.selinuxproject.org"; SRC_URI="http://userspace.selinuxproject.org/releases/20140506/${MY_P}.tar.gz http://dev.gentoo.org/~swift/patches/policycoreutils/patchbundle-${PN}-${PATCHBUNDLE}.tar.gz mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python] >=sys-libs/glibc-2.4 >=sys-libs/libcap-1.10-r10 >=sys-libs/libsemanage-${SEMNG_VER}[python] sys-libs/libcap-ng >=sys-libs/libsepol-${SEPOL_VER} sys-devel/gettext dev-python/ipy dbus? ( sys-apps/dbus dev-libs/dbus-glib ) audit? ( >=sys-process/audit-1.5.1 ) pam? ( sys-libs/pam ) ${PYTHON_DEPS}" ### libcgroup -> seunshare ### dbus -> restorecond # pax-utils for scanelf used by rlpkg RDEPEND="${COMMON_DEPS} dev-python/sepolgen app-misc/pax-utils" DEPEND="${COMMON_DEPS}" S="${WORKDIR}/${MY_P}" S1="${WORKDIR}/${MY_P}" S2="${WORKDIR}/policycoreutils-extra" src_prepare() { # rlpkg is more useful than fixfiles sed -i -e '/^all/s/fixfiles//' "${S}/scripts/Makefile" \ || die "fixfiles sed 1 failed" sed -i -e '/fixfiles/d' "${S}/scripts/Makefile" \ || die "fixfiles sed 2 failed" EPATCH_MULTI_MSG="Applying policycoreutils patches ... " \ EPATCH_SUFFIX="patch" \ EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \ EPATCH_FORCE="yes" \ epatch epatch_user python_copy_sources # Our extra code is outside the regular directory, so set it to the extra # directory. We really should optimize this as it is ugly, but the extra # code is needed for Gentoo at the same time that policycoreutils is present # (so we cannot use an additional package for now). S="${S2}" python_copy_sources } src_compile() { local use_audit="n"; local use_pam="n"; local use_dbus="n"; local use_sesandbox="n"; use audit && use_audit="y"; use pam && use_pam="y"; use dbus && use_dbus="y"; building() { emake -C "${BUILD_DIR}" AUDIT_LOG_PRIVS="y" AUDITH="${use_audit}" PAMH="${use_pam}" INOTIFYH="${use_dbus}" SESANDBOX="${use_sesandbox}" CC="$(tc-getCC)" PYLIBVER="${EPYTHON}" || die } S="${S1}" # Regular policycoreutils python_foreac
[gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.3.ebuild
swift 14/05/09 20:31:04 Modified: ChangeLog Added:checkpolicy-2.3.ebuild Log: Bump to 2.3 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.75 sys-apps/checkpolicy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 28 Apr 2014 19:42:56 - 1.74 +++ ChangeLog 9 May 2014 20:31:03 - 1.75 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/checkpolicy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.74 2014/04/28 19:42:56 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.75 2014/05/09 20:31:03 swift Exp $ + +*checkpolicy-2.3 (09 May 2014) + + 09 May 2014; Sven Vermeulen +checkpolicy-2.3.ebuild: + Bump to 2.3 *checkpolicy-2.3_rc1 (28 Apr 2014) 1.1 sys-apps/checkpolicy/checkpolicy-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.3.ebuild?rev=1.1&content-type=text/plain Index: checkpolicy-2.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.3.ebuild,v 1.1 2014/05/09 20:31:03 swift Exp $ EAPI="5" inherit toolchain-funcs eutils MY_P="${P//_/-}" SEPOL_VER="2.3" SEMNG_VER="2.3" DESCRIPTION="SELinux policy compiler" HOMEPAGE="http://userspace.selinuxproject.org"; SRC_URI="http://userspace.selinuxproject.org/releases/20140506/${MY_P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug" DEPEND=">=sys-libs/libsepol-${SEPOL_VER} >=sys-libs/libsemanage-${SEMNG_VER} sys-devel/flex sys-devel/bison" RDEPEND=">=sys-libs/libsemanage-${SEMNG_VER}" S="${WORKDIR}/${MY_P}" src_compile() { emake CC="$(tc-getCC)" YACC="bison -y" || die } src_prepare() { epatch_user } src_install() { emake DESTDIR="${D}" install || die if use debug; then dobin "${S}/test/dismod" dobin "${S}/test/dispol" fi } pkg_postinst() { einfo "This checkpolicy can compile version `checkpolicy -V |cut -f 1 -d ' '` policy." }
[gentoo-commits] gentoo-x86 commit in sys-libs/libsemanage: libsemanage-2.3.ebuild ChangeLog
swift 14/05/09 20:29:56 Modified: ChangeLog Added:libsemanage-2.3.ebuild Log: Bump to 2.3 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.67 sys-libs/libsemanage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.67&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.67&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?r1=1.66&r2=1.67 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- ChangeLog 28 Apr 2014 19:39:37 - 1.66 +++ ChangeLog 9 May 2014 20:29:56 - 1.67 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libsemanage # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.66 2014/04/28 19:39:37 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.67 2014/05/09 20:29:56 swift Exp $ + +*libsemanage-2.3 (09 May 2014) + + 09 May 2014; Sven Vermeulen +libsemanage-2.3.ebuild: + Bump to 2.3 *libsemanage-2.3_rc1 (28 Apr 2014) 1.1 sys-libs/libsemanage/libsemanage-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3.ebuild?rev=1.1&content-type=text/plain Index: libsemanage-2.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.3.ebuild,v 1.1 2014/05/09 20:29:56 swift Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 python3_2 python3_3 ) inherit multilib python-r1 toolchain-funcs eutils multilib-minimal MY_P="${P//_/-}" SEPOL_VER="2.3" SELNX_VER="2.3" DESCRIPTION="SELinux kernel and policy management library" HOMEPAGE="http://userspace.selinuxproject.org"; SRC_URI="http://userspace.selinuxproject.org/releases/20140506/${MY_P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="python" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} >=sys-libs/libselinux-${SELNX_VER} dev-libs/ustr sys-process/audit" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex python? ( >=dev-lang/swig-2.0.4-r1 virtual/pkgconfig ${PYTHON_DEPS} )" # tests are not meant to be run outside of the # full SELinux userland repo RESTRICT="test" S="${WORKDIR}/${MY_P}" src_prepare() { echo "# Set this to true to save the linked policy." >> "${S}/src/semanage.conf" echo "# This is normally only useful for analysis" >> "${S}/src/semanage.conf" echo "# or debugging of policy." >> "${S}/src/semanage.conf" echo "save-linked=false" >> "${S}/src/semanage.conf" echo >> "${S}/src/semanage.conf" echo "# Set this to 0 to disable assertion checking." >> "${S}/src/semanage.conf" echo "# This should speed up building the kernel policy" >> "${S}/src/semanage.conf" echo "# from policy modules, but may leave you open to" >> "${S}/src/semanage.conf" echo "# dangerous rules which assertion checking" >> "${S}/src/semanage.conf" echo "# would catch." >> "${S}/src/semanage.conf" echo "expand-check=1" >> "${S}/src/semanage.conf" echo >> "${S}/src/semanage.conf" echo "# Modules in the module store can be compressed" >> "${S}/src/semanage.conf" echo "# with bzip2. Set this to the bzip2 blocksize" >> "${S}/src/semanage.conf" echo "# 1-9 when compressing. The higher the number," >> "${S}/src/semanage.conf" echo "# the more memory is traded off for disk space." >> "${S}/src/semanage.conf" echo "# Set to 0 to disable bzip2 compression." >> "${S}/src/semanage.conf" echo "bzip-blocksize=0" >> "${S}/src/semanage.conf" echo >> "${S}/src/semanage.conf" echo "# Reduce memory usage for bzip2 compression and" >> "${S}/src/semanage.conf" echo "# decompression of modules in the module store." >> "${S}/src/semanage.conf" echo "bzip-small=true" >> "${S}/src/semanage.conf" epatch_user multilib_copy_sources } multilib_src_compile() { emake AR="$(tc-getAR)" CC="$(tc-getCC)" all || die if multilib_is_native_abi && use python; then building() { python_export PYTHON_INCLUDEDIR PYTHON_LIBPATH emak
[gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: ChangeLog libselinux-2.3.ebuild
swift 14/05/09 20:29:15 Modified: ChangeLog Added:libselinux-2.3.ebuild Log: Bump to 2.3 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.120sys-libs/libselinux/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/ChangeLog?r1=1.119&r2=1.120 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 30 Apr 2014 17:11:30 - 1.119 +++ ChangeLog 9 May 2014 20:29:15 - 1.120 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libselinux # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.119 2014/04/30 17:11:30 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.120 2014/05/09 20:29:15 swift Exp $ + +*libselinux-2.3 (09 May 2014) + + 09 May 2014; Sven Vermeulen +libselinux-2.3.ebuild: + Bump to 2.3 30 Apr 2014; Sven Vermeulen libselinux-2.2.2-r5.ebuild: Fix bug #509004 by stabilizing r5 (enable ruby bindings) 1.1 sys-libs/libselinux/libselinux-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild?rev=1.1&content-type=text/plain Index: libselinux-2.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.3.ebuild,v 1.1 2014/05/09 20:29:15 swift Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 python3_2 python3_3 ) USE_RUBY="ruby19 ruby20" PATCHBUNDLE="3" # No, I am not calling ruby-ng inherit multilib python-r1 toolchain-funcs eutils multilib-minimal MY_P="${P//_/-}" SEPOL_VER="2.3" DESCRIPTION="SELinux userland library" HOMEPAGE="http://userspace.selinuxproject.org"; SRC_URI="http://userspace.selinuxproject.org/releases/20140506/${MY_P}.tar.gz http://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PATCHBUNDLE}.tar.gz"; LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="python ruby static-libs ruby_targets_ruby19 ruby_targets_ruby20" RDEPEND=">=sys-libs/libsepol-${SEPOL_VER} >=dev-libs/libpcre-8.30-r2[static-libs?] python? ( ${PYTHON_DEPS} ) ruby? ( ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby20? ( dev-lang/ruby:2.0 ) )" DEPEND="${RDEPEND} virtual/pkgconfig python? ( >=dev-lang/swig-2.0.9 )" S="${WORKDIR}/${MY_P}" src_prepare() { EPATCH_MULTI_MSG="Applying libselinux patches ... " \ EPATCH_SUFFIX="patch" \ EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \ EPATCH_FORCE="yes" \ epatch epatch_user multilib_copy_sources } multilib_src_compile() { tc-export PKG_CONFIG RANLIB local PCRE_CFLAGS=$(${PKG_CONFIG} libpcre --cflags) local PCRE_LIBS=$(${PKG_CONFIG} libpcre --libs) export PCRE_{CFLAGS,LIBS} emake \ AR="$(tc-getAR)" \ CC="$(tc-getCC)" \ LIBDIR="\$(PREFIX)/$(get_libdir)" \ SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \ LDFLAGS="-fPIC ${LDFLAGS} -pthread" \ all if multilib_is_native_abi && use python; then building() { python_export PYTHON_INCLUDEDIR PYTHON_LIBPATH emake \ CC="$(tc-getCC)" \ PYINC="-I${PYTHON_INCLUDEDIR}" \ PYTHONLIBDIR="${PYTHON_LIBPATH}" \ PYPREFIX="${EPYTHON##*/}" \ LDFLAGS="-fPIC ${LDFLAGS} -lpthread" \ pywrap } python_foreach_impl building fi if multilib_is_native_abi && use ruby; then building() { einfo "Calling rubywrap for ${1}" # Clean up .lo file to force rebuild test -f src/selinuxswig_ruby_wrap.lo && rm src/selinuxswig_ruby_wrap.lo emake \ CC="$(tc-getCC)" \ RUBY=${1} \
[gentoo-commits] gentoo-x86 commit in sys-libs/libsepol: libsepol-2.3.ebuild ChangeLog
swift 14/05/09 20:28:26 Modified: ChangeLog Added:libsepol-2.3.ebuild Log: Bump to 2.3 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.64 sys-libs/libsepol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 28 Apr 2014 19:38:15 - 1.63 +++ ChangeLog 9 May 2014 20:28:26 - 1.64 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libsepol # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.63 2014/04/28 19:38:15 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/ChangeLog,v 1.64 2014/05/09 20:28:26 swift Exp $ + +*libsepol-2.3 (09 May 2014) + + 09 May 2014; Sven Vermeulen +libsepol-2.3.ebuild: + Bump for 2.3 release *libsepol-2.3_rc1 (28 Apr 2014) 1.1 sys-libs/libsepol/libsepol-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsepol/libsepol-2.3.ebuild?rev=1.1&content-type=text/plain Index: libsepol-2.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-libs/libsepol/libsepol-2.3.ebuild,v 1.1 2014/05/09 20:28:26 swift Exp $ EAPI="4" inherit multilib toolchain-funcs eutils multilib-minimal MY_P="${P//_/-}" DESCRIPTION="SELinux binary policy representation library" HOMEPAGE="http://userspace.selinuxproject.org"; SRC_URI="http://userspace.selinuxproject.org/releases/20140506/${MY_P}.tar.gz"; # http://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${P}-r1.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}/${MY_P}" # tests are not meant to be run outside of the # full SELinux userland repo RESTRICT="test" src_prepare() { # EPATCH_MULTI_MSG="Applying libsepol patches ... " \ # EPATCH_SUFFIX="patch" \ # EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \ # EPATCH_FORCE="yes" \ # epatch epatch_user multilib_copy_sources } multilib_src_compile() { tc-export RANLIB; LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \ emake AR="$(tc-getAR)" CC="$(tc-getCC)" } multilib_src_install() { LIBDIR="\$(PREFIX)/$(get_libdir)" SHLIBDIR="\$(DESTDIR)/$(get_libdir)" \ emake DESTDIR="${D}" install }
[gentoo-commits] gentoo-x86 commit in sys-kernel/genkernel-next: ChangeLog genkernel-next-56.ebuild
lxnay 14/05/09 20:26:05 Modified: ChangeLog Added:genkernel-next-56.ebuild Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key ADC916E5) Revision ChangesPath 1.39 sys-kernel/genkernel-next/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 4 May 2014 08:32:51 - 1.38 +++ ChangeLog 9 May 2014 20:26:05 - 1.39 @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/genkernel-next # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/ChangeLog,v 1.38 2014/05/04 08:32:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/ChangeLog,v 1.39 2014/05/09 20:26:05 lxnay Exp $ + +*genkernel-next-56 (09 May 2014) + + 09 May 2014; Fabio Erculiani +genkernel-next-56.ebuild: + version bump 04 May 2014; Agostino Sarubbo genkernel-next-55.ebuild: Stable for x86, wrt bug #506888 1.1 sys-kernel/genkernel-next/genkernel-next-56.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/genkernel-next-56.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/genkernel-next/genkernel-next-56.ebuild?rev=1.1&content-type=text/plain Index: genkernel-next-56.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/genkernel-next/genkernel-next-56.ebuild,v 1.1 2014/05/09 20:26:05 lxnay Exp $ EAPI=5 if [[ "${PV}" != "" ]]; then SRC_URI="http://dev.gentoo.org/~lxnay/genkernel-next/${P}.tar.xz"; else EGIT_REPO_URI="git://github.com/Sabayon/genkernel-next.git" inherit git-2 fi inherit bash-completion-r1 eutils if [[ "${PV}" == "" ]]; then KEYWORDS="" else KEYWORDS="~amd64 ~arm ~ia64 ~x86" fi DESCRIPTION="Gentoo automatic kernel building scripts, reloaded" HOMEPAGE="http://www.gentoo.org"; LICENSE="GPL-2" SLOT="0" RESTRICT="" IUSE="cryptsetup dmraid gpg iscsi plymouth selinux" DEPEND="app-text/asciidoc sys-fs/e2fsprogs selinux? ( sys-libs/libselinux )" RDEPEND="${DEPEND} !sys-kernel/genkernel cryptsetup? ( sys-fs/cryptsetup ) dmraid? ( >=sys-fs/dmraid-1.0.0_rc16 ) gpg? ( app-crypt/gnupg ) iscsi? ( sys-block/open-iscsi ) plymouth? ( sys-boot/plymouth ) app-portage/portage-utils app-arch/cpio >=app-misc/pax-utils-0.6 !
[gentoo-commits] gentoo-x86 commit in media-gfx/blender: ChangeLog blender-2.70a-r3.ebuild blender-2.70a-r2.ebuild
hasufell14/05/09 20:26:03 Modified: ChangeLog Added:blender-2.70a-r3.ebuild Removed: blender-2.70a-r2.ebuild Log: fix locale installation wrt #509156 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.266media-gfx/blender/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/blender/ChangeLog?rev=1.266&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/blender/ChangeLog?rev=1.266&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/blender/ChangeLog?r1=1.265&r2=1.266 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-gfx/blender/ChangeLog,v retrieving revision 1.265 retrieving revision 1.266 diff -u -r1.265 -r1.266 --- ChangeLog 24 Apr 2014 11:34:21 - 1.265 +++ ChangeLog 9 May 2014 20:26:03 - 1.266 @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/blender # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/ChangeLog,v 1.265 2014/04/24 11:34:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/ChangeLog,v 1.266 2014/05/09 20:26:03 hasufell Exp $ + +*blender-2.70a-r3 (09 May 2014) + + 09 May 2014; Julian Ospald -blender-2.70a-r2.ebuild, + +blender-2.70a-r3.ebuild: + fix locale installation wrt #509156 *blender-2.70a-r2 (24 Apr 2014) 1.1 media-gfx/blender/blender-2.70a-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/blender/blender-2.70a-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/blender/blender-2.70a-r3.ebuild?rev=1.1&content-type=text/plain Index: blender-2.70a-r3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/blender/blender-2.70a-r3.ebuild,v 1.1 2014/05/09 20:26:03 hasufell Exp $ # TODO: # bundled-deps: bullet is modified # multiple python abi? EAPI=5 PYTHON_COMPAT=( python3_3 python3_4 ) #PATCHSET="1" inherit multilib fdo-mime gnome2-utils cmake-utils eutils python-single-r1 versionator flag-o-matic toolchain-funcs pax-utils check-reqs DESCRIPTION="3D Creation/Animation/Publishing System" HOMEPAGE="http://www.blender.org"; case ${PV} in *_p*) SRC_URI="http://dev.gentoo.org/~lu_zero/${P}.tar.gz"; ;; *) SRC_URI="http://download.blender.org/source/${P}.tar.gz"; ;; esac if [[ -n ${PATCHSET} ]]; then SRC_URI+=" http://dev.gentoo.org/~flameeyes/${PN}/${P}-patches-${PATCHSET}.tar.xz"; fi SLOT="0" LICENSE="|| ( GPL-2 BL )" KEYWORDS="~amd64 ~x86" IUSE="+boost +bullet collada colorio cycles +dds debug doc +elbeem ffmpeg fftw +game-engine jack jpeg2k ndof nls openal openimageio +opennl openmp +openexr player redcode sdl sndfile sse sse2 tiff" REQUIRED_USE="${PYTHON_REQUIRED_USE} player? ( game-engine ) redcode? ( jpeg2k ffmpeg ) cycles? ( boost openexr tiff ) nls? ( boost ) game-engine? ( boost )" RDEPEND=" ${PYTHON_DEPS} dev-cpp/gflags dev-cpp/glog[gflags] dev-python/numpy[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] >=media-libs/freetype-2.0 media-libs/glew media-libs/libpng:0 media-libs/libsamplerate sci-libs/colamd sci-libs/ldl sys-libs/zlib virtual/glu virtual/jpeg virtual/libintl virtual/opengl x11-libs/libXi x11-libs/libX11 boost? ( >=dev-libs/boost-1.44[nls?,threads(+)] ) collada? ( media-libs/opencollada ) colorio? ( media-libs/opencolorio ) cycles? ( media-libs/openimageio ) ffmpeg? ( || ( >=media-video/ffmpeg-2.1.4:0[x264,mp3,encode,theora,jpeg2k?] >=media-video/libav-9[x264,mp3,encode,theora,jpeg2k?] ) ) fftw? ( sci-libs/fftw:3.0 ) jack? ( media-sound/jack-audio-connection-kit ) jpeg2k? ( media-libs/openjpeg:0 ) ndof? ( app-misc/spacenavd dev-libs/libspnav ) nls? ( virtual/libiconv ) openal? ( >=media-libs/openal-1.6.372 ) openimageio? ( media-libs/openimageio ) openexr? ( media-libs/openexr ) sdl? ( media-libs/libsdl[audio,joystick] ) sndfile? ( media-libs/libsndfile ) tiff? ( media-libs/tiff:0 )" DEPEND="${RDEPEND} >=dev-cpp/eigen-3.1.3:3 doc? ( app-doc/doxygen[-nodot(-),dot(+)] dev-python/sphinx ) nls? ( sy
[gentoo-commits] gentoo-x86 commit in app-i18n/tagainijisho: ChangeLog tagainijisho-1.0.2.ebuild
calchan 14/05/09 20:21:29 Modified: ChangeLog tagainijisho-1.0.2.ebuild Log: Fixed bug #509872, thanks to Jouni Rinne. (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.5 app-i18n/tagainijisho/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 8 May 2014 00:23:31 - 1.4 +++ ChangeLog 9 May 2014 20:21:29 - 1.5 @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/tagainijisho # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/ChangeLog,v 1.4 2014/05/08 00:23:31 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/ChangeLog,v 1.5 2014/05/09 20:21:29 calchan Exp $ + + 09 May 2014; Denis Dupeyron tagainijisho-1.0.2.ebuild: + Fixed bug #509872, thanks to Jouni Rinne. 08 May 2014; tagainijisho-1.0.2.ebuild: Tested on x86. 1.5 app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild?r1=1.4&r2=1.5 Index: tagainijisho-1.0.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tagainijisho-1.0.2.ebuild 8 May 2014 00:23:31 - 1.4 +++ tagainijisho-1.0.2.ebuild 9 May 2014 20:21:29 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild,v 1.4 2014/05/08 00:23:31 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/tagainijisho/tagainijisho-1.0.2.ebuild,v 1.5 2014/05/09 20:21:29 calchan Exp $ EAPI=5 @@ -38,10 +38,10 @@ local cmake_linguas for lingua in $(sed -e 's/;/ /g' -ne '/set(DICT_LANG ".*")/s/.*"\(.*\)".*/\1/p' CMakeLists.txt); do if use linguas_${lingua}; then - cmake_linguas+="${lingua};" + cmake_linguas+=";${lingua}" fi done - mycmakeargs=( -DDICT_LANG=${cmake_linguas} ) + mycmakeargs=( -DDICT_LANG="${cmake_linguas};" ) cmake-utils_src_configure }
[gentoo-commits] gentoo-x86 commit in sys-kernel/ck-sources: ck-sources-3.14.3.ebuild ck-sources-3.12.19.ebuild ck-sources-3.4.89.ebuild ck-sources-3.10.39.ebuild ChangeLog ck-sources-3.4.68.ebuild ck
hwoarang14/05/09 20:17:08 Modified: ChangeLog Added:ck-sources-3.14.3.ebuild ck-sources-3.12.19.ebuild ck-sources-3.4.89.ebuild ck-sources-3.10.39.ebuild Removed: ck-sources-3.4.68.ebuild ck-sources-3.10.17.ebuild Log: Version bump. Remove old. Bug #509930 thanks to Eric F. GARIOUD (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.234sys-kernel/ck-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.234&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?rev=1.234&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ChangeLog?r1=1.233&r2=1.234 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v retrieving revision 1.233 retrieving revision 1.234 diff -u -r1.233 -r1.234 --- ChangeLog 26 Apr 2014 16:06:54 - 1.233 +++ ChangeLog 9 May 2014 20:17:08 - 1.234 @@ -1,6 +1,18 @@ # ChangeLog for sys-kernel/ck-sources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.233 2014/04/26 16:06:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ChangeLog,v 1.234 2014/05/09 20:17:08 hwoarang Exp $ + +*ck-sources-3.4.89 (09 May 2014) +*ck-sources-3.10.39 (09 May 2014) +*ck-sources-3.14.3 (09 May 2014) +*ck-sources-3.12.19 (09 May 2014) + + 09 May 2014; Markos Chandras +ck-sources-3.10.39.ebuild, + +ck-sources-3.12.19.ebuild, +ck-sources-3.14.3.ebuild, + +ck-sources-3.4.89.ebuild, -ck-sources-3.10.17.ebuild, + -ck-sources-3.4.68.ebuild: + Version bump. Remove old. Bug #509930 thanks to Eric F. GARIOUD + *ck-sources-3.13.11 (26 Apr 2014) 1.1 sys-kernel/ck-sources/ck-sources-3.14.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.14.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.14.3.ebuild?rev=1.1&content-type=text/plain Index: ck-sources-3.14.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/ck-sources/ck-sources-3.14.3.ebuild,v 1.1 2014/05/09 20:17:08 hwoarang Exp $ EAPI="5" ETYPE="sources" KEYWORDS="~amd64 ~x86" IUSE="bfsonly" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://users.on.net/~ckolivas/kernel/"; K_WANT_GENPATCHES="base extras experimental" K_EXP_GENPATCHES_PULL="1" K_EXP_GENPATCHES_NOUSE="1" K_GENPATCHES_VER="6" K_SECURITY_UNSUPPORTED="1" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version detect_arch K_BRANCH_ID="${KV_MAJOR}.${KV_MINOR}" DESCRIPTION="Full Linux ${K_BRANCH_ID} kernel sources with Con Kolivas' high performance patchset and Gentoo's genpatches" #-- If Gentoo-Sources don't follow then extra incremental patches are needed - XTRA_INCP_MIN="" XTRA_INCP_MAX="" #-- CK_VERSION="1" BFS_VERSION="447" CK_FILE="patch-${K_BRANCH_ID}-ck${CK_VERSION}.bz2" BFS_FILE="${K_BRANCH_ID}-sched-bfs-${BFS_VERSION}.patch" CK_BASE_URL="http://ck.kolivas.org/patches/3.0"; CK_LVER_URL="${CK_BASE_URL}/${K_BRANCH_ID}/${K_BRANCH_ID}-ck${CK_VERSION}" CK_URI="${CK_LVER_URL}/${CK_FILE}" BFS_URI="${CK_LVER_URL}/patches/${BFS_FILE}" #-- Build extra incremental patches list -- LX_INCP_URI="" LX_INCP_LIST="" if [ -n "${XTRA_INCP_MIN}" ]; then LX_INCP_URL="${KERNEL_BASE_URI}/incr" for i in `seq ${XTRA_INCP_MIN} ${XTRA_INCP_MAX}`; do LX_INCP[i]="patch-${K_BRANCH_ID}.${i}-$(($i+1)).bz2" LX_INCP_URI="${LX_INCP_URI} ${LX_INCP_URL}/${LX_INCP[i]}" LX_INCP_LIST="${LX_INCP_LIST} ${DISTDIR}/${LX_INCP[i]}" done fi #-- CK needs sometimes to patch itself... (3.7/3.13)--- CK_INCP_URI="" CK_INCP_LIST="" #-- Local patches needed for the ck-patches to apply smoothly (3.4/3.5) --- PRE_CK_FIX="" POST_CK_FIX="" #-- SRC_URI="${KERNEL_URI} ${LX_INCP_URI} ${GENPATCHES_URI} ${ARCH_URI} ${CK_INCP_URI} !bfsonly? ( ${CK_URI} ) bfsonly? ( ${BFS_URI} )" UNIPATCH_LIST="${LX_INCP_LIST} ${PRE_CK_FIX} ${DISTDIR}" if ! use bfsonly ; then UNIPATCH_LIST="${UNIPATCH_LIST}/${CK_FILE}" else UNIPATCH_LIST="${UNIPATCH_LIST}/${BFS_FILE}" fi UNIPATCH_LIST="${UNIPATCH_LIST} ${CK_INCP_LIST} ${POST_CK_FIX}" UNIPATCH_STRICTORDER="yes" #-- Since experimental genpatches && we want BFQ irrespective of experimental - K_EXP_GENPATCHES_LIST="50*_*.patch*" src_prepare() {
[gentoo-commits] gentoo-x86 commit in dev-games/cegui: cegui-0.8.3.ebuild ChangeLog
hasufell14/05/09 20:12:09 Modified: cegui-0.8.3.ebuild ChangeLog Log: fix build with >=freetype-2.5.1 wrt #509180 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.2 dev-games/cegui/cegui-0.8.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/cegui-0.8.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/cegui-0.8.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/cegui-0.8.3.ebuild?r1=1.1&r2=1.2 Index: cegui-0.8.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.8.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cegui-0.8.3.ebuild 30 Dec 2013 22:19:19 - 1.1 +++ cegui-0.8.3.ebuild 9 May 2014 20:12:09 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.8.3.ebuild,v 1.1 2013/12/30 22:19:19 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/cegui-0.8.3.ebuild,v 1.2 2014/05/09 20:12:09 hasufell Exp $ EAPI=5 @@ -56,6 +56,8 @@ doc? ( app-doc/doxygen ) opengl? ( media-libs/glm )" +PATCHES=( "${FILESDIR}"/${P}-freetype.patch ) + src_configure() { # http://www.cegui.org.uk/mantis/view.php?id=991 append-ldflags $(no-as-needed) 1.64 dev-games/cegui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 30 Dec 2013 22:19:19 - 1.63 +++ ChangeLog 9 May 2014 20:12:09 - 1.64 @@ -1,6 +1,10 @@ # ChangeLog for dev-games/cegui -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.63 2013/12/30 22:19:19 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/cegui/ChangeLog,v 1.64 2014/05/09 20:12:09 hasufell Exp $ + + 09 May 2014; Julian Ospald cegui-0.8.3.ebuild, + +files/cegui-0.8.3-freetype.patch: + fix build with >=freetype-2.5.1 wrt #509180 *cegui-0.8.3 (30 Dec 2013)
[gentoo-commits] gentoo-x86 commit in dev-games/cegui/files: cegui-0.8.3-freetype.patch
hasufell14/05/09 20:12:09 Added:cegui-0.8.3-freetype.patch Log: fix build with >=freetype-2.5.1 wrt #509180 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.1 dev-games/cegui/files/cegui-0.8.3-freetype.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/files/cegui-0.8.3-freetype.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/cegui/files/cegui-0.8.3-freetype.patch?rev=1.1&content-type=text/plain Index: cegui-0.8.3-freetype.patch === From: Julian Ospald Date: Fri May 9 19:56:34 UTC 2014 Subject: fix build with >=freetype-2.5.1 --- cegui/cmake/FindFreetype.cmake +++ cegui/cmake/FindFreetype.cmake @@ -3,8 +3,12 @@ include(FindPackageHandleStandardArgs) -find_path(FREETYPE_H_PATH_ft2build NAMES ft2build.h) +find_path(FREETYPE_H_PATH_ft2build NAMES ft2build.h PATH_SUFFIXES include/freetype2 include) find_path(FREETYPE_H_PATH_ftconfig NAMES freetype/config/ftconfig.h PATH_SUFFIXES freetype2) +if(NOT FREETYPE_H_PATH_ftconfig) + find_path(FREETYPE_H_PATH_ftconfig NAMES config/ftconfig.h PATH_SUFFIXES include/freetype2 include) +endif() + find_library(FREETYPE_LIB NAMES freetype2 freetype libfreetype PATH_SUFFIXES dynamic) find_library(FREETYPE_LIB_DBG NAMES freetype_d libfreetype_d PATH_SUFFIXES dynamic) mark_as_advanced(FREETYPE_H_PATH_ft2build FREETYPE_H_PATH_ftconfig FREETYPE_LIB FREETYPE_LIB_DBG)
[gentoo-commits] proj/x11:master commit in: app-benchmarks/glmark2/
commit: f41b5ff7ff52b37468c32fbb15af2f0c48921a98 Author: David Heidelberger ixit cz> AuthorDate: Fri May 9 20:06:24 2014 + Commit: David Heidelberger gmail com> CommitDate: Fri May 9 20:06:24 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=f41b5ff7 app-benchmarks/glmark2: bump 2014.03 Package-Manager: portage-2.2.10 --- .../{glmark2-2012.12_p283.ebuild => glmark2-2014.03.ebuild} | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app-benchmarks/glmark2/glmark2-2012.12_p283.ebuild b/app-benchmarks/glmark2/glmark2-2014.03.ebuild similarity index 85% rename from app-benchmarks/glmark2/glmark2-2012.12_p283.ebuild rename to app-benchmarks/glmark2/glmark2-2014.03.ebuild index 6a934c1..1d4cb19 100644 --- a/app-benchmarks/glmark2/glmark2-2012.12_p283.ebuild +++ b/app-benchmarks/glmark2/glmark2-2014.03.ebuild @@ -4,19 +4,19 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit waf-utils python-single-r1 REV=${PV#*_p} DESCRIPTION="Opengl test suite" HOMEPAGE="https://launchpad.net/glmark2"; -SRC_URI="http://bazaar.launchpad.net/~glmark2-dev/glmark2/trunk/tarball/${REV} -> ${P}.tar.gz" +SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"; LICENSE="GPL-3" SLOT="0" KEYWORDS="~arm ~amd64 ~x86" -IUSE="drm +gles2 opengl wayland X" +IUSE="drm gles2 +opengl wayland X" RDEPEND="media-libs/libpng media-libs/mesa[gles2?] @@ -28,8 +28,6 @@ DEPEND="${RDEPEND} REQUIRED_USE="|| ( opengl gles2 ) || ( drm wayland X )" -S="${WORKDIR}/~${PN}-dev/${PN}/trunk/" - src_prepare() { rm -rf "${S}/src/libpng" sed -i "s/libpng15/libpng/g" "${S}/wscript" # allow build with >= libpng:1.6
[gentoo-commits] gentoo-x86 commit in media-sound/easytag: easytag-2.2.2.ebuild ChangeLog
ssuominen14/05/09 19:21:20 Modified: easytag-2.2.2.ebuild ChangeLog Log: Reposition DOCS in the ebuild. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.3 media-sound/easytag/easytag-2.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?r1=1.2&r2=1.3 Index: easytag-2.2.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- easytag-2.2.2.ebuild9 May 2014 19:15:01 - 1.2 +++ easytag-2.2.2.ebuild9 May 2014 19:21:20 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v 1.2 2014/05/09 19:15:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v 1.3 2014/05/09 19:21:20 ssuominen Exp $ EAPI=5 inherit fdo-mime gnome.org gnome2-utils @@ -48,6 +48,8 @@ REQUIRED_USE="opus? ( vorbis ) speex? ( vorbis )" +DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) + src_prepare() { sed -i \ -e '/^DEPRECATED_CPPFLAGS="/d' \ @@ -55,8 +57,6 @@ configure || die } -DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) - src_configure() { # Kludge to make easytag find its locales (bug #503698) export DATADIRNAME=share 1.192media-sound/easytag/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.192&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.192&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.191&r2=1.192 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v retrieving revision 1.191 retrieving revision 1.192 diff -u -r1.191 -r1.192 --- ChangeLog 9 May 2014 19:18:19 - 1.191 +++ ChangeLog 9 May 2014 19:21:20 - 1.192 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/easytag # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.191 2014/05/09 19:18:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.192 2014/05/09 19:21:20 ssuominen Exp $ + + 09 May 2014; Samuli Suominen easytag-2.2.2.ebuild: + Reposition DOCS in the ebuild. 09 May 2014; Samuli Suominen -easytag-2.1.10-r1.ebuild, -easytag-2.1.7-r2.ebuild, -easytag-2.1.9-r2.ebuild, -easytag-2.2.0-r1.ebuild,
[gentoo-commits] proj/qt:master commit in: eclass/
commit: a3d4c7bad92cb0c8b7f402e7c050484777386fbc Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 19:19:18 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 19:19:18 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a3d4c7ba [eclass] Update copyright. --- eclass/qmake-utils.eclass | 2 +- eclass/qt4-build.eclass | 2 +- eclass/qt4-r2.eclass | 2 +- eclass/qt5-build.eclass | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass index 046690d..ff8ee05 100644 --- a/eclass/qmake-utils.eclass +++ b/eclass/qmake-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass index 64c2cab..c85653f 100644 --- a/eclass/qt4-build.eclass +++ b/eclass/qt4-build.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.152 2013/10/14 17:29:55 pesa Exp $ diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass index 5b45486..80c5f5e 100644 --- a/eclass/qt4-r2.eclass +++ b/eclass/qt4-r2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index d69304d..1f1ee24 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $
[gentoo-commits] gentoo-x86 commit in media-sound/easytag: ChangeLog metadata.xml
ssuominen14/05/09 19:18:19 Modified: ChangeLog metadata.xml Log: cleanup unused/wrong USE flags (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.191media-sound/easytag/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.191&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.191&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.190&r2=1.191 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v retrieving revision 1.190 retrieving revision 1.191 diff -u -r1.190 -r1.191 --- ChangeLog 9 May 2014 19:16:41 - 1.190 +++ ChangeLog 9 May 2014 19:18:19 - 1.191 @@ -1,11 +1,12 @@ # ChangeLog for media-sound/easytag # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.190 2014/05/09 19:16:41 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.191 2014/05/09 19:18:19 ssuominen Exp $ 09 May 2014; Samuli Suominen -easytag-2.1.10-r1.ebuild, -easytag-2.1.7-r2.ebuild, -easytag-2.1.9-r2.ebuild, -easytag-2.2.0-r1.ebuild, -easytag-2.2.0.ebuild, -files/easytag-2.1.6-load-from-txt.patch, - -files/easytag-2.1.7-gold.patch, -files/easytag-2.1.7-new_libmp4v2.patch: + -files/easytag-2.1.7-gold.patch, -files/easytag-2.1.7-new_libmp4v2.patch, + metadata.xml: old 09 May 2014; Samuli Suominen easytag-2.2.2.ebuild: 1.12 media-sound/easytag/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/metadata.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/metadata.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/metadata.xml?r1=1.11&r2=1.12 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/metadata.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- metadata.xml20 Apr 2014 08:17:07 - 1.11 +++ metadata.xml9 May 2014 19:18:19 - 1.12 @@ -1,11 +1,9 @@ http://www.gentoo.org/dtd/metadata.dtd";> - sound - -Enable support for media-libs/opus and media-libs/opusfile (opus audio codec) - Enable GTK+:2 support and disable default GTK+:3 support - Enable GTK+:3 support (default) and disable GTK+:2 support - - a utility for viewing and editing tags for MP3, MP2, FLAC, AAC, MP4 and OGG files. It features a simple and attractive GTK+ interface + sound + + Enable support for media-libs/opus and media-libs/opusfile (opus audio codec) + + a utility for viewing and editing tags for MP3, MP2, FLAC, AAC, MP4 and OGG files. It features a simple and attractive GTK+ interface
[gentoo-commits] gentoo-x86 commit in media-sound/easytag/files: easytag-2.1.7-new_libmp4v2.patch easytag-2.1.7-gold.patch easytag-2.1.6-load-from-txt.patch
ssuominen14/05/09 19:16:41 Removed: easytag-2.1.7-new_libmp4v2.patch easytag-2.1.7-gold.patch easytag-2.1.6-load-from-txt.patch Log: old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
[gentoo-commits] gentoo-x86 commit in media-sound/easytag: ChangeLog easytag-2.1.9-r2.ebuild easytag-2.1.10-r1.ebuild easytag-2.2.0.ebuild easytag-2.2.0-r1.ebuild easytag-2.1.7-r2.ebuild
ssuominen14/05/09 19:16:41 Modified: ChangeLog Removed: easytag-2.1.9-r2.ebuild easytag-2.1.10-r1.ebuild easytag-2.2.0.ebuild easytag-2.2.0-r1.ebuild easytag-2.1.7-r2.ebuild Log: old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.190media-sound/easytag/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.190&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.190&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.189&r2=1.190 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v retrieving revision 1.189 retrieving revision 1.190 diff -u -r1.189 -r1.190 --- ChangeLog 9 May 2014 19:15:01 - 1.189 +++ ChangeLog 9 May 2014 19:16:41 - 1.190 @@ -1,6 +1,12 @@ # ChangeLog for media-sound/easytag # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.189 2014/05/09 19:15:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.190 2014/05/09 19:16:41 ssuominen Exp $ + + 09 May 2014; Samuli Suominen -easytag-2.1.10-r1.ebuild, + -easytag-2.1.7-r2.ebuild, -easytag-2.1.9-r2.ebuild, -easytag-2.2.0-r1.ebuild, + -easytag-2.2.0.ebuild, -files/easytag-2.1.6-load-from-txt.patch, + -files/easytag-2.1.7-gold.patch, -files/easytag-2.1.7-new_libmp4v2.patch: + old 09 May 2014; Samuli Suominen easytag-2.2.2.ebuild: Restore ~amd64-linux which was dropped for unknown reason.
[gentoo-commits] gentoo-x86 commit in media-sound/easytag: easytag-2.2.2.ebuild ChangeLog
ssuominen14/05/09 19:15:01 Modified: easytag-2.2.2.ebuild ChangeLog Log: Restore ~amd64-linux which was dropped for unknown reason. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.2 media-sound/easytag/easytag-2.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?r1=1.1&r2=1.2 Index: easytag-2.2.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- easytag-2.2.2.ebuild9 May 2014 19:13:31 - 1.1 +++ easytag-2.2.2.ebuild9 May 2014 19:15:01 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v 1.1 2014/05/09 19:13:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v 1.2 2014/05/09 19:15:01 ssuominen Exp $ EAPI=5 inherit fdo-mime gnome.org gnome2-utils @@ -10,7 +10,7 @@ LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="flac mp3 mp4 opus speex test vorbis wavpack" RDEPEND=">=dev-libs/glib-2.32:2 1.189media-sound/easytag/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.189&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.189&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.188&r2=1.189 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v retrieving revision 1.188 retrieving revision 1.189 diff -u -r1.188 -r1.189 --- ChangeLog 9 May 2014 19:13:31 - 1.188 +++ ChangeLog 9 May 2014 19:15:01 - 1.189 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/easytag # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.188 2014/05/09 19:13:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.189 2014/05/09 19:15:01 ssuominen Exp $ + + 09 May 2014; Samuli Suominen easytag-2.2.2.ebuild: + Restore ~amd64-linux which was dropped for unknown reason. *easytag-2.2.2 (09 May 2014)
[gentoo-commits] proj/qt:master commit in: dev-qt/qtnetwork/, dev-qt/qttest/, dev-qt/pixeltool/, dev-qt/qttranslations/, ...
commit: fab9ca0ef937298e2f72a696f5c4eb821641e98f Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 19:13:20 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 19:13:20 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=fab9ca0e [dev-qt] Bump to 5.3.0_rc Package-Manager: portage-2.2.8-r1 --- dev-qt/designer/Manifest| 2 +- .../designer/{designer-5.3.0_beta.ebuild => designer-5.3.0_rc.ebuild} | 0 dev-qt/linguist-tools/Manifest | 2 +- ...{linguist-tools-5.3.0_beta.ebuild => linguist-tools-5.3.0_rc.ebuild} | 0 dev-qt/linguist/Manifest| 2 +- .../linguist/{linguist-5.3.0_beta.ebuild => linguist-5.3.0_rc.ebuild} | 0 dev-qt/pixeltool/Manifest | 2 +- .../{pixeltool-5.3.0_beta.ebuild => pixeltool-5.3.0_rc.ebuild} | 0 dev-qt/qdbus/Manifest | 2 +- dev-qt/qdbus/{qdbus-5.3.0_beta.ebuild => qdbus-5.3.0_rc.ebuild} | 0 dev-qt/qdbusviewer/Manifest | 2 +- .../{qdbusviewer-5.3.0_beta.ebuild => qdbusviewer-5.3.0_rc.ebuild} | 0 dev-qt/qtconcurrent/Manifest| 2 +- .../{qtconcurrent-5.3.0_beta.ebuild => qtconcurrent-5.3.0_rc.ebuild}| 0 dev-qt/qtcore/Manifest | 2 +- dev-qt/qtcore/{qtcore-5.3.0_beta.ebuild => qtcore-5.3.0_rc.ebuild} | 0 dev-qt/qtdbus/Manifest | 2 +- dev-qt/qtdbus/{qtdbus-5.3.0_beta.ebuild => qtdbus-5.3.0_rc.ebuild} | 0 dev-qt/qtdeclarative/Manifest | 2 +- .../{qtdeclarative-5.3.0_beta.ebuild => qtdeclarative-5.3.0_rc.ebuild} | 0 dev-qt/qtgraphicaleffects/Manifest | 2 +- ...icaleffects-5.3.0_beta.ebuild => qtgraphicaleffects-5.3.0_rc.ebuild} | 0 dev-qt/qtgui/Manifest | 2 +- dev-qt/qtgui/{qtgui-5.3.0_beta.ebuild => qtgui-5.3.0_rc.ebuild} | 0 dev-qt/qtmultimedia/Manifest| 2 +- .../{qtmultimedia-5.3.0_beta.ebuild => qtmultimedia-5.3.0_rc.ebuild}| 0 dev-qt/qtnetwork/Manifest | 2 +- .../{qtnetwork-5.3.0_beta.ebuild => qtnetwork-5.3.0_rc.ebuild} | 0 dev-qt/qtopengl/Manifest| 2 +- .../qtopengl/{qtopengl-5.3.0_beta.ebuild => qtopengl-5.3.0_rc.ebuild} | 0 dev-qt/qtprintsupport/Manifest | 2 +- ...{qtprintsupport-5.3.0_beta.ebuild => qtprintsupport-5.3.0_rc.ebuild} | 0 dev-qt/qtquick1/Manifest| 2 +- .../qtquick1/{qtquick1-5.3.0_beta.ebuild => qtquick1-5.3.0_rc.ebuild} | 0 dev-qt/qtquickcontrols/Manifest | 2 +- ...tquickcontrols-5.3.0_beta.ebuild => qtquickcontrols-5.3.0_rc.ebuild} | 0 dev-qt/qtscript/Manifest| 2 +- .../qtscript/{qtscript-5.3.0_beta.ebuild => qtscript-5.3.0_rc.ebuild} | 0 dev-qt/qtserialport/Manifest| 2 +- .../{qtserialport-5.3.0_beta.ebuild => qtserialport-5.3.0_rc.ebuild}| 0 dev-qt/qtsql/Manifest | 2 +- dev-qt/qtsql/{qtsql-5.3.0_beta.ebuild => qtsql-5.3.0_rc.ebuild} | 0 dev-qt/qtsvg/Manifest | 2 +- dev-qt/qtsvg/{qtsvg-5.3.0_beta.ebuild => qtsvg-5.3.0_rc.ebuild} | 0 dev-qt/qttest/Manifest | 2 +- dev-qt/qttest/{qttest-5.3.0_beta.ebuild => qttest-5.3.0_rc.ebuild} | 0 dev-qt/qttranslations/Manifest | 2 +- ...{qttranslations-5.3.0_beta.ebuild => qttranslations-5.3.0_rc.ebuild} | 0 dev-qt/qtwebkit/Manifest| 2 +- .../qtwebkit/{qtwebkit-5.3.0_beta.ebuild => qtwebkit-5.3.0_rc.ebuild} | 0 dev-qt/qtwidgets/Manifest | 2 +- .../{qtwidgets-5.3.0_beta.ebuild => qtwidgets-5.3.0_rc.ebuild} | 0 dev-qt/qtx11extras/Manifest | 2 +- .../{qtx11extras-5.3.0_beta.ebuild => qtx11extras-5.3.0_rc.ebuild} | 0 dev-qt/qtxml/Manifest | 2 +- dev-qt/qtxml/{qtxml-5.3.0_beta.ebuild => qtxml-5.3.0_rc.ebuild} | 0 dev-qt/qtxmlpatterns/Manifest | 2 +- .../{qtxmlpatterns-5.3.0_beta.ebuild => qtxmlpatterns-5.3.0_rc.ebuild} | 0 58 files changed, 29 insertions(+), 29 deletions(-) diff --git a/d
[gentoo-commits] proj/qt:master commit in: eclass/
commit: 03443a339ac82ab76d8fbfa85fff03954ecede33 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 19:03:26 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 19:03:26 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=03443a33 [eclass] Add workaround due to upstream changing release candidate capitalisation. --- eclass/qt5-build.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index e681517..d69304d 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -50,7 +50,8 @@ case ${PV} in *_alpha*|*_beta*|*_rc*) # pre-releases QT5_BUILD_TYPE="release" - MY_P="${QT5_MODULE}-opensource-src-${PV/_/-}" + MY_PV="${PV/rc/RC}" + MY_P="${QT5_MODULE}-opensource-src-${MY_PV/_/-}" SRC_URI="http://download.qt-project.org/development_releases/qt/${PV%.*}/${PV/_/-}/submodules/${MY_P}.tar.xz"; S=${WORKDIR}/${MY_P} ;;
[gentoo-commits] gentoo-x86 commit in media-sound/easytag: easytag-2.2.2.ebuild ChangeLog
ssuominen14/05/09 19:13:31 Modified: ChangeLog Added:easytag-2.2.2.ebuild Log: Version bump wrt #508992 by Manuel Rüger (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.188media-sound/easytag/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.188&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?rev=1.188&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/ChangeLog?r1=1.187&r2=1.188 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v retrieving revision 1.187 retrieving revision 1.188 diff -u -r1.187 -r1.188 --- ChangeLog 20 Apr 2014 08:17:07 - 1.187 +++ ChangeLog 9 May 2014 19:13:31 - 1.188 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/easytag # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.187 2014/04/20 08:17:07 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/ChangeLog,v 1.188 2014/05/09 19:13:31 ssuominen Exp $ + +*easytag-2.2.2 (09 May 2014) + + 09 May 2014; Samuli Suominen +easytag-2.2.2.ebuild: + Version bump wrt #508992 by Manuel Rüger *easytag-2.2.0-r1 (20 Apr 2014) 1.1 media-sound/easytag/easytag-2.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild?rev=1.1&content-type=text/plain Index: easytag-2.2.2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/easytag/easytag-2.2.2.ebuild,v 1.1 2014/05/09 19:13:31 ssuominen Exp $ EAPI=5 inherit fdo-mime gnome.org gnome2-utils DESCRIPTION="GTK+ utility for editing MP2, MP3, MP4, FLAC, Ogg and other media tags" HOMEPAGE="https://wiki.gnome.org/Apps/EasyTAG"; LICENSE="GPL-2 GPL-2+ LGPL-2 LGPL-2+ LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="flac mp3 mp4 opus speex test vorbis wavpack" RDEPEND=">=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.4:3 flac? ( >=media-libs/flac-1.3 ) mp3? ( >=media-libs/id3lib-3.8.3-r8 >=media-libs/libid3tag-0.15.1b-r4 ) mp4? ( >=media-libs/taglib-1.9.1[mp4] ) opus? ( >=media-libs/opus-1.1 >=media-libs/opusfile-0.4 ) speex? ( >=media-libs/speex-1.2_rc1 ) vorbis? ( >=media-libs/libogg-1.3.1 >=media-libs/libvorbis-1.3.4 ) wavpack? ( >=media-sound/wavpack-4.70 )" DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.4 app-text/yelp-tools dev-libs/libxml2 dev-libs/libxslt >=dev-util/intltool-0.50 >=sys-devel/gettext-0.18.3.2 virtual/pkgconfig !=dev-util/appdata-tools-0.1.7 >=dev-util/desktop-file-utils-0.22 )" REQUIRED_USE="opus? ( vorbis ) speex? ( vorbis )" src_prepare() { sed -i \ -e '/^DEPRECATED_CPPFLAGS="/d' \ -e '/warning_flags/s: -Werror=.*:":' \ configure || die } DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO ) src_configure() { # Kludge to make easytag find its locales (bug #503698) export DATADIRNAME=share econf \ $(use_enable test appdata-validate) \ $(use_enable test tests) \ $(use_enable mp3) \ $(use_enable mp3 id3v23) \ $(use_enable vorbis ogg) \ $(use_enable opus) \ $(use_enable speex) \ $(use_enable flac) \ $(use_enable mp4) \ $(use_enable wavpack) } pkg_preinst() { gnome2_icon_savelist; } pkg_postinst() { gnome2_icon_cache_update; fdo-mime_desktop_database_update; } pkg_postrm() { gnome2_icon_cache_update; fdo-mime_desktop_database_update; }
[gentoo-commits] gentoo-x86 commit in dev-util/systemtap: systemtap-2.4-r1.ebuild ChangeLog
swegener14/05/09 19:10:23 Modified: systemtap-2.4-r1.ebuild ChangeLog Log: Use PYTHON_REQUIRED_USE, bug #506540. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24) Revision ChangesPath 1.3 dev-util/systemtap/systemtap-2.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/systemtap-2.4-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/systemtap-2.4-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/systemtap-2.4-r1.ebuild?r1=1.2&r2=1.3 Index: systemtap-2.4-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-2.4-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- systemtap-2.4-r1.ebuild 10 Mar 2014 21:45:58 - 1.2 +++ systemtap-2.4-r1.ebuild 9 May 2014 19:10:23 - 1.3 @@ -1,10 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-2.4-r1.ebuild,v 1.2 2014/03/10 21:45:58 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/systemtap-2.4-r1.ebuild,v 1.3 2014/05/09 19:10:23 swegener Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) + inherit linux-info autotools eutils python-single-r1 DESCRIPTION="A linux trace/probe tool" @@ -23,6 +24,8 @@ DEPEND="${RDEPEND} >=sys-devel/gettext-0.18.2" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + CONFIG_CHECK="~KPROBES ~RELAY ~DEBUG_FS" ERROR_KPROBES="${PN} requires support for KProbes Instrumentation (KPROBES) - this can be enabled in 'Instrumentation Support -> Kprobes'." ERROR_RELAY="${PN} works with support for user space relay support (RELAY) - this can be enabled in 'General setup -> Kernel->user space relay support (formerly relayfs)'." 1.116dev-util/systemtap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/ChangeLog?rev=1.116&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/ChangeLog?rev=1.116&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/systemtap/ChangeLog?r1=1.115&r2=1.116 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- ChangeLog 10 Mar 2014 21:45:59 - 1.115 +++ ChangeLog 9 May 2014 19:10:23 - 1.116 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/systemtap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.115 2014/03/10 21:45:59 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/systemtap/ChangeLog,v 1.116 2014/05/09 19:10:23 swegener Exp $ + + 09 May 2014; Sven Wegener systemtap-2.4-r1.ebuild: + Use PYTHON_REQUIRED_USE, bug #506540. 10 Mar 2014; Sven Wegener systemtap-2.4.ebuild, systemtap-2.4-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-sdl: ChangeLog emul-linux-x86-sdl-20140406-r2.ebuild emul-linux-x86-sdl-20140508.ebuild
ulm 14/05/09 19:08:56 Modified: ChangeLog emul-linux-x86-sdl-20140406-r2.ebuild emul-linux-x86-sdl-20140508.ebuild Log: Fix LICENSE, this is a metapackage with USE=abi_x86_32. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.80 app-emulation/emul-linux-x86-sdl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.80&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?rev=1.80&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog?r1=1.79&r2=1.80 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- ChangeLog 8 May 2014 21:48:08 - 1.79 +++ ChangeLog 9 May 2014 19:08:55 - 1.80 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/emul-linux-x86-sdl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.79 2014/05/08 21:48:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/ChangeLog,v 1.80 2014/05/09 19:08:55 ulm Exp $ + + 09 May 2014; Ulrich Müller + emul-linux-x86-sdl-20140406-r2.ebuild, emul-linux-x86-sdl-20140508.ebuild: + Fix LICENSE, this is a metapackage with USE=abi_x86_32. *emul-linux-x86-sdl-20140508 (08 May 2014) 1.2 app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild?r1=1.1&r2=1.2 Index: emul-linux-x86-sdl-20140406-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emul-linux-x86-sdl-20140406-r2.ebuild 3 May 2014 10:49:38 - 1.1 +++ emul-linux-x86-sdl-20140406-r2.ebuild 9 May 2014 19:08:55 - 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild,v 1.1 2014/05/03 10:49:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140406-r2.ebuild,v 1.2 2014/05/09 19:08:55 ulm Exp $ EAPI=5 inherit emul-linux-x86 -LICENSE="LGPL-2 LGPL-2.1 ZLIB" +LICENSE="!abi_x86_32? ( LGPL-2 LGPL-2.1 ZLIB ) abi_x86_32? ( metapackage )" KEYWORDS="-* ~amd64" IUSE="abi_x86_32" 1.2 app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild?r1=1.1&r2=1.2 Index: emul-linux-x86-sdl-20140508.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emul-linux-x86-sdl-20140508.ebuild 8 May 2014 21:48:08 - 1.1 +++ emul-linux-x86-sdl-20140508.ebuild 9 May 2014 19:08:55 - 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild,v 1.1 2014/05/08 21:48:08 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-sdl/emul-linux-x86-sdl-20140508.ebuild,v 1.2 2014/05/09 19:08:55 ulm Exp $ EAPI=5 inherit emul-linux-x86 -LICENSE="LGPL-2 LGPL-2.1 ZLIB" +LICENSE="!abi_x86_32? ( LGPL-2 LGPL-2.1 ZLIB ) abi_x86_32? ( metapackage )" KEYWORDS="-* ~amd64" IUSE="abi_x86_32"
[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: emul-linux-x86-soundlibs-20140406-r1.ebuild ChangeLog emul-linux-x86-soundlibs-20140508.ebuild
ulm 14/05/09 19:03:35 Modified: emul-linux-x86-soundlibs-20140406-r1.ebuild ChangeLog emul-linux-x86-soundlibs-20140508.ebuild Log: Fix LICENSE, this is a metapackage with USE=abi_x86_32. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.2 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?r1=1.1&r2=1.2 Index: emul-linux-x86-soundlibs-20140406-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emul-linux-x86-soundlibs-20140406-r1.ebuild 9 May 2014 14:41:16 - 1.1 +++ emul-linux-x86-soundlibs-20140406-r1.ebuild 9 May 2014 19:03:35 - 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v 1.1 2014/05/09 14:41:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v 1.2 2014/05/09 19:03:35 ulm Exp $ EAPI=5 inherit emul-linux-x86 -LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain" +LICENSE="!abi_x86_32? ( BSD FDL-1.2 GPL-2 LGPL-2.1 LGPL-2 MIT gsm public-domain ) abi_x86_32? ( metapackage )" KEYWORDS="-* ~amd64" IUSE="abi_x86_32 alsa +pulseaudio" 1.120app-emulation/emul-linux-x86-soundlibs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog?r1=1.119&r2=1.120 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 9 May 2014 14:41:16 - 1.119 +++ ChangeLog 9 May 2014 19:03:35 - 1.120 @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/emul-linux-x86-soundlibs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.119 2014/05/09 14:41:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/ChangeLog,v 1.120 2014/05/09 19:03:35 ulm Exp $ + + 09 May 2014; Ulrich Müller + emul-linux-x86-soundlibs-20140406-r1.ebuild, + emul-linux-x86-soundlibs-20140508.ebuild: + Fix LICENSE, this is a metapackage with USE=abi_x86_32. *emul-linux-x86-soundlibs-20140406-r1 (09 May 2014) 1.3 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild?r1=1.2&r2=1.3 Index: emul-linux-x86-soundlibs-20140508.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- emul-linux-x86-soundlibs-20140508.ebuild9 May 2014 14:41:16 - 1.2 +++ emul-linux-x86-soundlibs-20140508.ebuild9 May 2014 19:03:35 - 1.3 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild,v 1.2 2014/05/09 14:41:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/e
[gentoo-commits] gentoo-x86 commit in sci-calculators/units: units-2.11.ebuild ChangeLog
jer 14/05/09 18:45:26 Modified: units-2.11.ebuild ChangeLog Log: Stable for HPPA (bug #509790). (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision ChangesPath 1.2 sci-calculators/units/units-2.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/units-2.11.ebuild?r1=1.1&r2=1.2 Index: units-2.11.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- units-2.11.ebuild 3 Apr 2014 00:56:47 - 1.1 +++ units-2.11.ebuild 9 May 2014 18:45:26 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.1 2014/04/03 00:56:47 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-2.11.ebuild,v 1.2 2014/05/09 18:45:26 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -13,7 +13,7 @@ LICENSE="FDL-1.3 GPL-3" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 hppa ~x86 ~amd64-linux ~x86-linux" IUSE="+units_cur" DEPEND=" 1.72 sci-calculators/units/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/units/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 4 Apr 2014 15:28:37 - 1.71 +++ ChangeLog 9 May 2014 18:45:26 - 1.72 @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/units # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.71 2014/04/04 15:28:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.72 2014/05/09 18:45:26 jer Exp $ + + 09 May 2014; Jeroen Roovers units-2.11.ebuild: + Stable for HPPA (bug #509790). 04 Apr 2014; Jeroen Roovers -files/units-2.10-install.patch: Old.
[gentoo-commits] gentoo-x86 commit in dev-python/unidecode: ChangeLog unidecode-0.04.14.ebuild
jer 14/05/09 18:44:48 Modified: ChangeLog unidecode-0.04.14.ebuild Log: Stable for HPPA (bug #509790). (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision ChangesPath 1.14 dev-python/unidecode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 7 May 2014 15:12:52 - 1.13 +++ ChangeLog 9 May 2014 18:44:48 - 1.14 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/unidecode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.13 2014/05/07 15:12:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.14 2014/05/09 18:44:48 jer Exp $ + + 09 May 2014; Jeroen Roovers unidecode-0.04.14.ebuild: + Stable for HPPA (bug #509790). 07 May 2014; Jeroen Roovers unidecode-0.04.14.ebuild, metadata.xml: 1.5 dev-python/unidecode/unidecode-0.04.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild?r1=1.4&r2=1.5 Index: unidecode-0.04.14.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- unidecode-0.04.14.ebuild7 May 2014 15:12:52 - 1.4 +++ unidecode-0.04.14.ebuild9 May 2014 18:44:48 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.4 2014/05/07 15:12:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.14.ebuild,v 1.5 2014/05/09 18:44:48 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 hppa ~x86" S=${WORKDIR}/${MY_P}
[gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: ChangeLog policycoreutils-2.2.5-r4.ebuild policycoreutils-2.3_rc1-r1.ebuild
swift 14/05/09 18:39:16 Modified: ChangeLog Added:policycoreutils-2.2.5-r4.ebuild policycoreutils-2.3_rc1-r1.ebuild Log: Do not build seunshare/sesandbox anymore, we do not use it anyway. See also bug #509896 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.134sys-apps/policycoreutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.134&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.134&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/ChangeLog?r1=1.133&r2=1.134 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v retrieving revision 1.133 retrieving revision 1.134 diff -u -r1.133 -r1.134 --- ChangeLog 28 Apr 2014 19:44:09 - 1.133 +++ ChangeLog 9 May 2014 18:39:16 - 1.134 @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/policycoreutils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.133 2014/04/28 19:44:09 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.134 2014/05/09 18:39:16 swift Exp $ + +*policycoreutils-2.3_rc1-r1 (09 May 2014) + + 09 May 2014; Sven Vermeulen + +policycoreutils-2.2.5-r4.ebuild, +policycoreutils-2.3_rc1-r1.ebuild: + Do not build seunshare/sesandbox, cfr bug #509896 *policycoreutils-2.3_rc1 (28 Apr 2014) 1.1 sys-apps/policycoreutils/policycoreutils-2.2.5-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.2.5-r4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.2.5-r4.ebuild?rev=1.1&content-type=text/plain Index: policycoreutils-2.2.5-r4.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-2.2.5-r4.ebuild,v 1.1 2014/05/09 18:39:16 swift Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" inherit multilib python-r1 toolchain-funcs eutils EXTRAS_VER="1.31" SEMNG_VER="2.2" SELNX_VER="2.2" SEPOL_VER="2.2" IUSE="audit pam dbus" DESCRIPTION="SELinux core utilities" HOMEPAGE="http://userspace.selinuxproject.org"; SRC_URI="http://userspace.selinuxproject.org/releases/20131030/${P}.tar.gz http://dev.gentoo.org/~swift/patches/policycoreutils/patchbundle-${P}-gentoo-r1.tar.gz mirror://gentoo/policycoreutils-extra-${EXTRAS_VER}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" COMMON_DEPS=">=sys-libs/libselinux-${SELNX_VER}[python] >=sys-libs/glibc-2.4 >=sys-libs/libcap-1.10-r10 >=sys-libs/libsemanage-${SEMNG_VER}[python] sys-libs/libcap-ng >=sys-libs/libsepol-${SEPOL_VER} sys-devel/gettext dev-python/ipy dbus? ( sys-apps/dbus dev-libs/dbus-glib ) audit? ( >=sys-process/audit-1.5.1 ) pam? ( sys-libs/pam ) ${PYTHON_DEPS}" ### libcgroup -> seunshare ### dbus -> restorecond # pax-utils for scanelf used by rlpkg RDEPEND="${COMMON_DEPS} dev-python/sepolgen app-misc/pax-utils" DEPEND="${COMMON_DEPS}" S1="${WORKDIR}/${P}" S2="${WORKDIR}/policycoreutils-extra" src_prepare() { # rlpkg is more useful than fixfiles sed -i -e '/^all/s/fixfiles//' "${S}/scripts/Makefile" \ || die "fixfiles sed 1 failed" sed -i -e '/fixfiles/d' "${S}/scripts/Makefile" \ || die "fixfiles sed 2 failed" EPATCH_MULTI_MSG="Applying policycoreutils patches ... " \ EPATCH_SUFFIX="patch" \ EPATCH_SOURCE="${WORKDIR}/gentoo-patches" \ EPATCH_FORCE="yes" \ epatch epatch_user python_copy_sources # Our extra code is outside the regular directory, so set it to the extra # directory. We really should optimize this as it is ugly, but the extra # code is needed for Gentoo at the same time that policycoreutils is present # (so we cannot use an additional package for now). S="${S2}" python_copy_sources } src_compile() { local use_audit="n"; local use_pam="n"; local use_dbus="n"; local use_sesandbox="n"; use audit && use_audit="y"; use pam && use_pam="y"; use dbus && use_dbus="y"; building() { emake -C "${BUILD_DIR}" AUDIT_LOG_PRIVS="y" AUDITH="${use_audit}" PAMH="${us
[gentoo-commits] proj/kde:master commit in: kde-base/kwin/, kde-base/baloo/, kde-base/ksysguard/, kde-base/plasma-desktop/, ...
commit: b5e469633f2598a02c77c80e59ac7eeb37b9d8d5 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 18:15:52 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 18:15:52 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b5e46963 [kde-base] Add Plasma Next 4.96.0 --- kde-base/baloo/baloo-4.96.0.ebuild | 46 + kde-base/breeze/breeze-4.96.0.ebuild | 13 +++ kde-base/kde-cli-tools/kde-cli-tools-4.96.0.ebuild | 39 +++ kde-base/khelpcenter/khelpcenter-4.96.0.ebuild | 40 kde-base/khotkeys/khotkeys-4.96.0.ebuild | 41 kde-base/kinfocenter/kinfocenter-4.96.0.ebuild | 69 + kde-base/kio-extras/kio-extras-4.96.0.ebuild | 65 kde-base/kmenuedit/kmenuedit-4.96.0.ebuild | 44 kde-base/ksysguard/ksysguard-4.96.0.ebuild | 47 + kde-base/kwin/kwin-4.96.0.ebuild | 80 +++ kde-base/kwrited/kwrited-4.96.0.ebuild | 23 + kde-base/libksysguard/libksysguard-4.96.0.ebuild | 53 ++ kde-base/oxygen/oxygen-4.96.0.ebuild | 33 ++ .../plasma-desktop/plasma-desktop-4.96.0.ebuild| 99 ++ .../plasma-workspace-4.96.0.ebuild | 112 + .../systemsettings/systemsettings-4.96.0.ebuild| 39 +++ 16 files changed, 843 insertions(+) diff --git a/kde-base/baloo/baloo-4.96.0.ebuild b/kde-base/baloo/baloo-4.96.0.ebuild new file mode 100644 index 000..b1a2686 --- /dev/null +++ b/kde-base/baloo/baloo-4.96.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="Framework for searching and managing metadata" +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +# TODO re-enable kdepim integration +DEPEND=" + $(add_frameworks_dep kauth) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kio) + $(add_frameworks_dep krunner) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep solid) + $(add_kdebase_dep kfilemetadata) + dev-libs/qjson + =dev-libs/xapian-1.2*[chert] + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtsql:5 + dev-qt/qtwidgets:5 + sys-apps/attr + !https://projects.kde.org/projects/kde/workspace/breeze"; +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" diff --git a/kde-base/kde-cli-tools/kde-cli-tools-4.96.0.ebuild b/kde-base/kde-cli-tools/kde-cli-tools-4.96.0.ebuild new file mode 100644 index 000..f0ab4d6 --- /dev/null +++ b/kde-base/kde-cli-tools/kde-cli-tools-4.96.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Tools based on KDE Frameworks 5 to better interact with the system" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kde-cli-tools"; +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdesu) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND}" + +# requires running kde environment +RESTRICT="test" diff --git a/kde-base/khelpcenter/khelpcenter-4.96.0.ebuild b/kde-base/khelpcenter/khelpcenter-4.96.0.ebuild new file mode 100644 index 000..8dac6a1 --- /dev/null +++ b/kde-base/khelpcenter/khelpcenter-4.96.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="The KDE Help Center" +HOMEPAGE+=" http://userbase.kde.org/KHelpCenter"; +KEYWORDS=" ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) +
[gentoo-commits] proj/kde:master commit in: sets/
commit: 7fd2628275c84c5987eb39a3fe5adf573f278695 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 18:11:02 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 18:11:53 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7fd26282 [sets] Update kde-workspaces-live. --- sets/kde-workspaces-live | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sets/kde-workspaces-live b/sets/kde-workspaces-live index 7c0724d..d5cd96b 100644 --- a/sets/kde-workspaces-live +++ b/sets/kde-workspaces-live @@ -1,9 +1,11 @@ +~kde-base/baloo- ~kde-base/breeze- ~kde-base/kde-cli-tools- ~kde-base/khelpcenter- ~kde-base/khotkeys- ~kde-base/kinfocenter- ~kde-base/kio-extras- +~kde-base/kmenuedit- ~kde-base/ksysguard- ~kde-base/kwin- ~kde-base/kwrited-
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: 1def7dacfba135ed6b8459ef117df0aa1e0a4ede Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:53:03 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:53:03 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1def7dac [profiles/package.mask] Mask unreleased Plasma Next 4.96.0 --- profiles/package.mask/plasma-next | 19 +++ 1 file changed, 19 insertions(+) diff --git a/profiles/package.mask/plasma-next b/profiles/package.mask/plasma-next new file mode 100644 index 000..8b71227 --- /dev/null +++ b/profiles/package.mask/plasma-next @@ -0,0 +1,19 @@ +# Michael Palimaka (09 May 2014) +# Unreleased. +~media-fonts/oxygen-fonts-0.3.96 +~kde-base/baloo-4.96.0 +~kde-base/breeze-4.96.0 +~kde-base/kde-cli-tools-4.96.0 +~kde-base/khelpcenter-4.96.0 +~kde-base/khotkeys-4.96.0 +~kde-base/kinfocenter-4.96.0 +~kde-base/kio-extras-4.96.0 +~kde-base/kmenuedit-4.96.0 +~kde-base/ksysguard-4.96.0 +~kde-base/kwin-4.96.0 +~kde-base/kwrited-4.96.0 +~kde-base/libksysguard-4.96.0 +~kde-base/oxygen-4.96.0 +~kde-base/plasma-desktop-4.96.0 +~kde-base/plasma-workspace-4.96.0 +~kde-base/systemsettings-4.96.0
[gentoo-commits] proj/kde:master commit in: media-fonts/oxygen-fonts/
commit: 6f0211a90bb64ff6ad79cbeedb217e1f2ee0fc41 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:53:47 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:53:47 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6f0211a9 [media-fonts/oxygen-fonts] Version bump. Package-Manager: portage-2.2.8-r1 --- .../oxygen-fonts/oxygen-fonts-0.3.96.ebuild| 34 ++ 1 file changed, 34 insertions(+) diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-0.3.96.ebuild b/media-fonts/oxygen-fonts/oxygen-fonts-0.3.96.ebuild new file mode 100644 index 000..33434c3 --- /dev/null +++ b/media-fonts/oxygen-fonts/oxygen-fonts-0.3.96.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils font + +DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop" +HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-fonts"; +SRC_URI="mirror://kde/unstable/plasma/4.96.0/${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/extra-cmake-modules + media-gfx/fontforge +" + +src_configure() { + local mycmakeargs=( + -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}" + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + font_src_install +}
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: fa76d600546fe714d4de386a9b7b5952c9088d5a Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:33:00 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:33:04 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fa76d600 [profiles/package.mask] Remove obsolete mask. Package is released now. --- profiles/package.mask/kf5-extra | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/package.mask/kf5-extra b/profiles/package.mask/kf5-extra deleted file mode 100644 index 1da7170..000 --- a/profiles/package.mask/kf5-extra +++ /dev/null @@ -1,2 +0,0 @@ -# Unreleased -~media-fonts/oxygen-fonts-3.95.0
[gentoo-commits] proj/kde:master commit in: media-fonts/oxygen-fonts/
commit: 9b056c7a47a82ee8761026c91e4f433957bb7549 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:32:09 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:32:09 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9b056c7a [media-fonts/oxygen-fonts] Fix version. Package-Manager: portage-2.2.8-r1 --- .../{oxygen-fonts-3.95.0.ebuild => oxygen-fonts-0.3.95.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-3.95.0.ebuild b/media-fonts/oxygen-fonts/oxygen-fonts-0.3.95.ebuild similarity index 91% rename from media-fonts/oxygen-fonts/oxygen-fonts-3.95.0.ebuild rename to media-fonts/oxygen-fonts/oxygen-fonts-0.3.95.ebuild index fbeced7..caeb18b 100644 --- a/media-fonts/oxygen-fonts/oxygen-fonts-3.95.0.ebuild +++ b/media-fonts/oxygen-fonts/oxygen-fonts-0.3.95.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils font DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop" HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-fonts"; -SRC_URI="mirror://kde/unstable/plasma/${PV}/${P}.tar.xz" +SRC_URI="mirror://kde/unstable/plasma/4.95.0/${P}.tar.xz" LICENSE="OFL-1.1" SLOT="0"
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: 39233f1f9a8ec9a70c001866d7b82b1e915f819d Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:27:27 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:27:27 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=39233f1f [profiles/package.mask] Remove obsolete mask. --- profiles/package.mask/kf5-beta-1 | 62 1 file changed, 62 deletions(-) diff --git a/profiles/package.mask/kf5-beta-1 b/profiles/package.mask/kf5-beta-1 deleted file mode 100644 index 412c1ec..000 --- a/profiles/package.mask/kf5-beta-1 +++ /dev/null @@ -1,62 +0,0 @@ -# Mask KF5 alpha 2 due to cross-overlay dependencies -~kde-frameworks/attica-4.98.0 -~kde-frameworks/frameworkintegration-4.98.0 -~kde-frameworks/kactivities-4.98.0 -~kde-frameworks/kapidox-4.98.0 -~kde-frameworks/karchive-4.98.0 -~kde-frameworks/kauth-4.98.0 -~kde-frameworks/kbookmarks-4.98.0 -~kde-frameworks/kcmutils-4.98.0 -~kde-frameworks/kcodecs-4.98.0 -~kde-frameworks/kcompletion-4.98.0 -~kde-frameworks/kconfig-4.98.0 -~kde-frameworks/kconfigwidgets-4.98.0 -~kde-frameworks/kcoreaddons-4.98.0 -~kde-frameworks/kcrash-4.98.0 -~kde-frameworks/kdbusaddons-4.98.0 -~kde-frameworks/kdeclarative-4.98.0 -~kde-frameworks/kded-4.98.0 -~kde-frameworks/kdelibs4support-4.98.0 -~kde-frameworks/kdesignerplugin-4.98.0 -~kde-frameworks/kdesu-4.98.0 -~kde-frameworks/kdewebkit-4.98.0 -~kde-frameworks/kdnssd-4.98.0 -~kde-frameworks/kdoctools-4.98.0 -~kde-frameworks/kemoticons-4.98.0 -~kde-frameworks/kf5umbrella-4.98.0 -~kde-frameworks/kfileaudiopreview-4.98.0 -~kde-frameworks/kglobalaccel-4.98.0 -~kde-frameworks/kguiaddons-4.98.0 -~kde-frameworks/khtml-4.98.0 -~kde-frameworks/ki18n-4.98.0 -~kde-frameworks/kiconthemes-4.98.0 -~kde-frameworks/kidletime-4.98.0 -~kde-frameworks/kimageformats-4.98.0 -~kde-frameworks/kinit-4.98.0 -~kde-frameworks/kio-4.98.0 -~kde-frameworks/kitemmodels-4.98.0 -~kde-frameworks/kitemviews-4.98.0 -~kde-frameworks/kjobwidgets-4.98.0 -~kde-frameworks/kjs-4.98.0 -~kde-frameworks/kjsembed-4.98.0 -~kde-frameworks/kmediaplayer-4.98.0 -~kde-frameworks/knewstuff-4.98.0 -~kde-frameworks/knotifications-4.98.0 -~kde-frameworks/knotifyconfig-4.98.0 -~kde-frameworks/kparts-4.98.0 -~kde-frameworks/kplotting-4.98.0 -~kde-frameworks/kpty-4.98.0 -~kde-frameworks/kross-4.98.0 -~kde-frameworks/krunner-4.98.0 -~kde-frameworks/kservice-4.98.0 -~kde-frameworks/ktexteditor-4.98.0 -~kde-frameworks/ktextwidgets-4.98.0 -~kde-frameworks/kunitconversion-4.98.0 -~kde-frameworks/kwallet-4.98.0 -~kde-frameworks/kwidgetsaddons-4.98.0 -~kde-frameworks/kwindowsystem-4.98.0 -~kde-frameworks/kxmlgui-4.98.0 -~kde-frameworks/plasma-4.98.0 -~kde-frameworks/solid-4.98.0 -~kde-frameworks/sonnet-4.98.0 -~kde-frameworks/threadweaver-4.98.0
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: 08f15d5e824966288bfe12e1495f74fba5185738 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:29:10 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:29:14 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=08f15d5e [profiles/package.mask] Update mask message and remove package that no longer needs to be masked. extra-cmake-modules doesn't have cross-overlay dependencies so does not need to be unmasked since it is now released. --- profiles/package.mask/kf5-beta-2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/package.mask/kf5-beta-2 b/profiles/package.mask/kf5-beta-2 index 1fb37ae..1906384 100644 --- a/profiles/package.mask/kf5-beta-2 +++ b/profiles/package.mask/kf5-beta-2 @@ -1,5 +1,4 @@ -# Mask KF5 beta 2 due to being unreleased -~dev-libs/extra-cmake-modules-0.0.13 +# Mask KF5 beta 2 due to cross-overlay dependencies. ~kde-frameworks/attica-4.99.0 ~kde-frameworks/frameworkintegration-4.99.0 ~kde-frameworks/kactivities-4.99.0
[gentoo-commits] proj/kde:master commit in: Documentation/maintainers/
commit: 22457d13383d6fcd8aa4f64f9009f8931e676584 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:25:54 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:25:54 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=22457d13 [Documentation] Stop generating package.mask Since we set profile-formats = portage, we can use package.mask as a directory so we don't need to regenerate it every time. --- Documentation/maintainers/regenerate-files | 13 - 1 file changed, 13 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index eba9f57..d877373 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -113,19 +113,6 @@ for release in $KF_RELEASES live; do done popd > /dev/null -# regenerate package mask -pushd ../../profiles/ > /dev/null -echo -e "\ -${HEADER} -# Edit profiles/package.mask.d/ files instead." > package.mask -if [[ -d package.mask.d ]]; then - for masks in package.mask.d/*; do - echo >> package.mask - cat ${masks} >> package.mask - done -fi -popd > /dev/null - # regenerate unversioned sets pushd ../../sets/ > /dev/null for set in *-${RELEASE}; do
[gentoo-commits] proj/kde:master commit in: profiles/package.mask.d/, profiles/package.mask/, profiles/
commit: b347c2108108cf0010002ed1038e34d71238abf6 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:23:50 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:23:50 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b347c210 [profiles/package.mask] Make package.mask a directory. This allows us to avoid having to manually run regenerate-files for every change. --- profiles/package.mask | 149 - .../calligra-2.8.2 | 0 .../{package.mask.d => package.mask}/kf5-beta-1| 0 .../{package.mask.d => package.mask}/kf5-beta-2| 0 .../{package.mask.d => package.mask}/kf5-extra | 0 .../{package.mask.d => package.mask}/qt-gstreamer | 0 profiles/{package.mask.d => package.mask}/virtuoso | 0 7 files changed, 149 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask deleted file mode 100644 index bd9486a..000 --- a/profiles/package.mask +++ /dev/null @@ -1,149 +0,0 @@ -# Autogenerated by regenerate-files, DO NOT EDIT. -# Edit profiles/package.mask.d/ files instead. - -# Johannes Huber (04 May 2014) -# Upstream release is broken. Fails to build. -# Needs further investigation. -~app-office/calligra-2.8.2 -~app-office/calligra-l10n-2.8.2 - -# Mask KF5 alpha 2 due to cross-overlay dependencies -~kde-frameworks/attica-4.98.0 -~kde-frameworks/frameworkintegration-4.98.0 -~kde-frameworks/kactivities-4.98.0 -~kde-frameworks/kapidox-4.98.0 -~kde-frameworks/karchive-4.98.0 -~kde-frameworks/kauth-4.98.0 -~kde-frameworks/kbookmarks-4.98.0 -~kde-frameworks/kcmutils-4.98.0 -~kde-frameworks/kcodecs-4.98.0 -~kde-frameworks/kcompletion-4.98.0 -~kde-frameworks/kconfig-4.98.0 -~kde-frameworks/kconfigwidgets-4.98.0 -~kde-frameworks/kcoreaddons-4.98.0 -~kde-frameworks/kcrash-4.98.0 -~kde-frameworks/kdbusaddons-4.98.0 -~kde-frameworks/kdeclarative-4.98.0 -~kde-frameworks/kded-4.98.0 -~kde-frameworks/kdelibs4support-4.98.0 -~kde-frameworks/kdesignerplugin-4.98.0 -~kde-frameworks/kdesu-4.98.0 -~kde-frameworks/kdewebkit-4.98.0 -~kde-frameworks/kdnssd-4.98.0 -~kde-frameworks/kdoctools-4.98.0 -~kde-frameworks/kemoticons-4.98.0 -~kde-frameworks/kf5umbrella-4.98.0 -~kde-frameworks/kfileaudiopreview-4.98.0 -~kde-frameworks/kglobalaccel-4.98.0 -~kde-frameworks/kguiaddons-4.98.0 -~kde-frameworks/khtml-4.98.0 -~kde-frameworks/ki18n-4.98.0 -~kde-frameworks/kiconthemes-4.98.0 -~kde-frameworks/kidletime-4.98.0 -~kde-frameworks/kimageformats-4.98.0 -~kde-frameworks/kinit-4.98.0 -~kde-frameworks/kio-4.98.0 -~kde-frameworks/kitemmodels-4.98.0 -~kde-frameworks/kitemviews-4.98.0 -~kde-frameworks/kjobwidgets-4.98.0 -~kde-frameworks/kjs-4.98.0 -~kde-frameworks/kjsembed-4.98.0 -~kde-frameworks/kmediaplayer-4.98.0 -~kde-frameworks/knewstuff-4.98.0 -~kde-frameworks/knotifications-4.98.0 -~kde-frameworks/knotifyconfig-4.98.0 -~kde-frameworks/kparts-4.98.0 -~kde-frameworks/kplotting-4.98.0 -~kde-frameworks/kpty-4.98.0 -~kde-frameworks/kross-4.98.0 -~kde-frameworks/krunner-4.98.0 -~kde-frameworks/kservice-4.98.0 -~kde-frameworks/ktexteditor-4.98.0 -~kde-frameworks/ktextwidgets-4.98.0 -~kde-frameworks/kunitconversion-4.98.0 -~kde-frameworks/kwallet-4.98.0 -~kde-frameworks/kwidgetsaddons-4.98.0 -~kde-frameworks/kwindowsystem-4.98.0 -~kde-frameworks/kxmlgui-4.98.0 -~kde-frameworks/plasma-4.98.0 -~kde-frameworks/solid-4.98.0 -~kde-frameworks/sonnet-4.98.0 -~kde-frameworks/threadweaver-4.98.0 - -# Mask KF5 beta 2 due to being unreleased -~dev-libs/extra-cmake-modules-0.0.13 -~kde-frameworks/attica-4.99.0 -~kde-frameworks/frameworkintegration-4.99.0 -~kde-frameworks/kactivities-4.99.0 -~kde-frameworks/kapidox-4.99.0 -~kde-frameworks/karchive-4.99.0 -~kde-frameworks/kauth-4.99.0 -~kde-frameworks/kbookmarks-4.99.0 -~kde-frameworks/kcmutils-4.99.0 -~kde-frameworks/kcodecs-4.99.0 -~kde-frameworks/kcompletion-4.99.0 -~kde-frameworks/kconfig-4.99.0 -~kde-frameworks/kconfigwidgets-4.99.0 -~kde-frameworks/kcoreaddons-4.99.0 -~kde-frameworks/kcrash-4.99.0 -~kde-frameworks/kdbusaddons-4.99.0 -~kde-frameworks/kdeclarative-4.99.0 -~kde-frameworks/kded-4.99.0 -~kde-frameworks/kdelibs4support-4.99.0 -~kde-frameworks/kdesignerplugin-4.99.0 -~kde-frameworks/kdesu-4.99.0 -~kde-frameworks/kdewebkit-4.99.0 -~kde-frameworks/kdnssd-4.99.0 -~kde-frameworks/kdoctools-4.99.0 -~kde-frameworks/kemoticons-4.99.0 -~kde-frameworks/kf5umbrella-4.99.0 -~kde-frameworks/kfileaudiopreview-4.99.0 -~kde-frameworks/kglobalaccel-4.99.0 -~kde-frameworks/kguiaddons-4.99.0 -~kde-frameworks/khtml-4.99.0 -~kde-frameworks/ki18n-4.99.0 -~kde-frameworks/kiconthemes-4.99.0 -~kde-frameworks/kidletime-4.99.0 -~kde-frameworks/kimageformats-4.99.0 -~kde-frameworks/kinit-4.99.0 -~kde-frameworks/kio-4.99.0 -~kde-frameworks/kitemmodels-4.99.0 -~kde-frameworks/kitemviews-4.99.0 -~kde-frameworks/kjobwidgets-4.99.0 -~kde-frameworks/kjs-4.99.0 -~kde-frameworks/kjsembed-4.99.0 -~kde-frameworks/kmediaplayer-4.99.0
[gentoo-commits] proj/kde:master commit in: metadata/
commit: cea8fdf7cdc7620fc1af57428ce1607a52bcdc80 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:18:35 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:18:35 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cea8fdf7 [metadata/layout.conf] Whitespace. --- metadata/layout.conf | 8 1 file changed, 8 insertions(+) diff --git a/metadata/layout.conf b/metadata/layout.conf index 144587a..bd7df73 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,18 +1,26 @@ masters = gentoo + # Use new hashes manifest-hashes = SHA256 SHA512 WHIRLPOOL + # Do not update changelogs update-changelog = false + # Use thin manifests thin-manifests = true + # Dont sign thin manifests. There is no current policy for git commit signing sign-manifests = false + # sign commits using git mechanisms sign-commits = true + # Make egencache generate newer (more reliable) # md5-dict cache format (see bug #409445). cache-formats = md5-dict + # indicate that ebuilds with the specified EAPIs are banned eapis-banned = 0 1 2 3 4 + # indicate that ebuilds with the specified EAPIs are deprecated # eapis-deprecated = 5
[gentoo-commits] proj/kde:master commit in: metadata/
commit: 86f1b3e1d9dce62520463a73b7684bc3a19291c1 Author: Michael Palimaka gentoo org> AuthorDate: Fri May 9 17:21:51 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Fri May 9 17:21:51 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=86f1b3e1 [metadata/layout.conf] Set profile-layouts. --- metadata/layout.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata/layout.conf b/metadata/layout.conf index bd7df73..674efcd 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -24,3 +24,6 @@ eapis-banned = 0 1 2 3 4 # indicate that ebuilds with the specified EAPIs are deprecated # eapis-deprecated = 5 + +# Support package.* directories as well as files +profile-formats = portage-2
[gentoo-commits] gentoo-x86 commit in media-sound/mikmod: ChangeLog mikmod-3.2.4.ebuild mikmod-3.2.3.ebuild
ssuominen14/05/09 16:05:46 Modified: ChangeLog Removed: mikmod-3.2.4.ebuild mikmod-3.2.3.ebuild Log: old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.34 media-sound/mikmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mikmod/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mikmod/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mikmod/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 21 Apr 2014 16:08:34 - 1.33 +++ ChangeLog 9 May 2014 16:05:46 - 1.34 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mikmod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v 1.33 2014/04/21 16:08:34 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mikmod/ChangeLog,v 1.34 2014/05/09 16:05:46 ssuominen Exp $ + + 09 May 2014; Samuli Suominen -mikmod-3.2.3.ebuild, + -mikmod-3.2.4.ebuild: + old 21 Apr 2014; Chema Alonso mikmod-3.2.5.ebuild: Stable for amd64 wrt bug #495798
[gentoo-commits] gentoo-x86 commit in media-libs/libmikmod: ChangeLog libmikmod-3.3.3.ebuild libmikmod-3.3.2.ebuild libmikmod-3.2.0-r1.ebuild libmikmod-3.3.4.ebuild
ssuominen14/05/09 16:04:27 Modified: ChangeLog Removed: libmikmod-3.3.3.ebuild libmikmod-3.3.2.ebuild libmikmod-3.2.0-r1.ebuild libmikmod-3.3.4.ebuild Log: old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.120media-libs/libmikmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/ChangeLog?rev=1.120&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/ChangeLog?rev=1.120&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libmikmod/ChangeLog?r1=1.119&r2=1.120 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- ChangeLog 9 May 2014 16:02:16 - 1.119 +++ ChangeLog 9 May 2014 16:04:27 - 1.120 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/libmikmod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v 1.119 2014/05/09 16:02:16 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/ChangeLog,v 1.120 2014/05/09 16:04:27 ssuominen Exp $ + + 09 May 2014; Samuli Suominen + -libmikmod-3.2.0-r1.ebuild, -libmikmod-3.3.2.ebuild, -libmikmod-3.3.3.ebuild, + -libmikmod-3.3.4.ebuild: + old 09 May 2014; Samuli Suominen libmikmod-3.3.6.ebuild: Update REQUIRED_USE to match current IUSE wrt #508956 by "Thomas"