[gentoo-commits] gentoo-x86 commit in dev-python/apipkg: apipkg-1.2-r1.ebuild ChangeLog
idella4 14/12/13 07:40:25 Modified: apipkg-1.2-r1.ebuild ChangeLog Log: offending test seded out wrt Bug #530388 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.5 dev-python/apipkg/apipkg-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild?r1=1.4&r2=1.5 Index: apipkg-1.2-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- apipkg-1.2-r1.ebuild13 Dec 2014 07:13:13 - 1.4 +++ apipkg-1.2-r1.ebuild13 Dec 2014 07:40:25 - 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/apipkg/apipkg-1.2-r1.ebuild,v 1.4 2014/12/13 07:13:13 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild,v 1.5 2014/12/13 07:40:25 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -20,8 +20,13 @@ DEPEND="app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}]" -python_test() { +python_prepare_all() { # https://bitbucket.org/hpk42/apipkg/issue/5/test-failure-with-python-34 + sed -e 's:test_initpkg_not_transfers_not_existing_attrs:_&:' -i test_apipkg.py || die + distutils-r1_python_prepare_all +} + +python_test() { # Bug 530388. The test requires patching to match py3.4; trivial. py.test || die "Tests fail under ${EPYTHON}" } 1.9 dev-python/apipkg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 13 Dec 2014 07:13:13 - 1.8 +++ ChangeLog 13 Dec 2014 07:40:25 - 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/apipkg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v 1.8 2014/12/13 07:13:13 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v 1.9 2014/12/13 07:40:25 idella4 Exp $ + + 13 Dec 2014; Ian Delaney apipkg-1.2-r1.ebuild: + offending test seded out wrt Bug #530388 13 Dec 2014; Ian Delaney -apipkg-1.0.ebuild, -apipkg-1.2.ebuild, apipkg-1.2-r1.ebuild:
[gentoo-commits] gentoo-x86 commit in dev-python/webassets: webassets-0.10.1.ebuild ChangeLog
yngwin 14/12/13 07:37:45 Modified: webassets-0.10.1.ebuild ChangeLog Log: Add setuptools dependency (bug #532150) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!) Revision ChangesPath 1.3 dev-python/webassets/webassets-0.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webassets/webassets-0.10.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webassets/webassets-0.10.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webassets/webassets-0.10.1.ebuild?r1=1.2&r2=1.3 Index: webassets-0.10.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/webassets/webassets-0.10.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- webassets-0.10.1.ebuild 25 Nov 2014 13:10:48 - 1.2 +++ webassets-0.10.1.ebuild 13 Dec 2014 07:37:45 - 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/webassets/webassets-0.10.1.ebuild,v 1.2 2014/11/25 13:10:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webassets/webassets-0.10.1.ebuild,v 1.3 2014/12/13 07:37:45 yngwin Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Asset management for Python web development" @@ -16,4 +16,4 @@ IUSE="" RDEPEND="" -DEPEND="${RDEPEND}" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" 1.3 dev-python/webassets/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webassets/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webassets/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webassets/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/webassets/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 25 Nov 2014 13:10:48 - 1.2 +++ ChangeLog 13 Dec 2014 07:37:45 - 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webassets # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webassets/ChangeLog,v 1.2 2014/11/25 13:10:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webassets/ChangeLog,v 1.3 2014/12/13 07:37:45 yngwin Exp $ + + 13 Dec 2014; Ben de Groot webassets-0.10.1.ebuild: + Add setuptools dependency (bug #532150) 25 Nov 2014; Pacho Ramos webassets-0.10.1.ebuild: Support python 3.4
[gentoo-commits] gentoo-x86 commit in dev-ruby/letter_opener: letter_opener-1.3.0.ebuild ChangeLog
graaff 14/12/13 07:36:44 Modified: ChangeLog Added:letter_opener-1.3.0.ebuild Log: Version bump. Install correct gemspec. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.4 dev-ruby/letter_opener/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/letter_opener/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/letter_opener/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/letter_opener/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/letter_opener/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 11 Oct 2014 02:44:02 - 1.3 +++ ChangeLog 13 Dec 2014 07:36:44 - 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/letter_opener # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/letter_opener/ChangeLog,v 1.3 2014/10/11 02:44:02 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/letter_opener/ChangeLog,v 1.4 2014/12/13 07:36:44 graaff Exp $ + +*letter_opener-1.3.0 (13 Dec 2014) + + 13 Dec 2014; Hans de Graaff +letter_opener-1.3.0.ebuild: + Version bump. Install correct gemspec. 11 Oct 2014; Manuel Rüger letter_opener-1.2.0.ebuild: Add ruby21 target. 1.1 dev-ruby/letter_opener/letter_opener-1.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/letter_opener/letter_opener-1.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/letter_opener/letter_opener-1.3.0.ebuild?rev=1.1&content-type=text/plain Index: letter_opener-1.3.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/letter_opener/letter_opener-1.3.0.ebuild,v 1.1 2014/12/13 07:36:44 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="Preview mail in the browser instead of sending" HOMEPAGE="https://github.com/ryanb/letter_opener"; SRC_URI="https://github.com/ryanb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_bdepend "test? ( dev-ruby/mail:2.5 )" ruby_add_rdepend "dev-ruby/launchy" all_ruby_prepare() { sed -i -e "/[Bb]undler/d" Rakefile spec/spec_helper.rb || die sed -i -e '4irequire "letter_opener"' spec/spec_helper.rb || die }
[gentoo-commits] gentoo-x86 commit in media-sound/cmusfm: metadata.xml cmusfm-0.2.5.ebuild Manifest ChangeLog
yngwin 14/12/13 07:24:00 Added:metadata.xml cmusfm-0.2.5.ebuild Manifest ChangeLog Log: Initial commit. Ebuild adapted from the one submitted by Petr Vaněk in bug #532122. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!) Revision ChangesPath 1.1 media-sound/cmusfm/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> yng...@gentoo.org Ben de Groot sound 1.1 media-sound/cmusfm/cmusfm-0.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/cmusfm-0.2.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/cmusfm-0.2.5.ebuild?rev=1.1&content-type=text/plain Index: cmusfm-0.2.5.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/cmusfm/cmusfm-0.2.5.ebuild,v 1.1 2014/12/13 07:24:00 yngwin Exp $ EAPI=5 inherit autotools-utils readme.gentoo DESCRIPTION="Last.fm scrobbler for cmus music player" HOMEPAGE="https://github.com/Arkq/cmusfm"; SRC_URI="https://github.com/Arkq/cmusfm/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="libnotify" DEPEND="net-misc/curl dev-libs/openssl libnotify? ( x11-libs/libnotify )" RDEPEND="${DEPEND} media-sound/cmus" src_prepare() { epatch_user eautoreconf DOC_CONTENTS="Please refer to the README.md file before running cmusfm the first time." } src_configure() { local myeconfargs=( $(use_enable libnotify) ) autotools-utils_src_configure } src_install() { autotools-utils_src_install readme.gentoo_create_doc } pkg_postinst() { readme.gentoo_pkg_postinst } 1.1 media-sound/cmusfm/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/Manifest?rev=1.1&content-type=text/plain Index: Manifest === DIST cmusfm-0.2.5.tar.gz 28651 SHA256 f6f0a2e60a3c00480903035f71339aa4ea8a70d2f64b3ff9a6ea2f75b61543af SHA512 0db8d865342438531bfb800d835800240e47732444795159f72ed3c91a4c3f0747ba2da1dcc8e71ef340ba5a3febdb39d8dd5868b134afcbcf7b3614a7790eae WHIRLPOOL 3fe8dc2bc233f031b83fe43186a70877acafc16057dc93f2c1155031c5f65553eb525a4bd9d83afb4d8f5224b785c43c95a75d1d8147b0c92ba19d049bb47b3e EBUILD cmusfm-0.2.5.ebuild 880 SHA256 4df51073187c3a8d0a47cc8c25964a88adae8779e285ec4ac110a5db8e51333a SHA512 ce97b6990279eb57775ff1a5f426785741b9895ac7f17d7ff9b72bee55495bd3719c6ba42b1eafb85bc000b232a8e8bf9abe5e9fde19f96555b95f1a2a0303da WHIRLPOOL 8b8db247dd829a3fd7c81a616733dabe9ee5de761a71f99805781809cce596105557cacfa8ef4c527685c75cd3c5c464cdc3234a97c69511c5d2ffad621c9d42 MISC metadata.xml 258 SHA256 cb83e0faa58c2664517a1a7f83499e4605f22e444d3623178c386155fe91be0c SHA512 673791744ca97fa0a960e30b0d9f1598e18daddd5fbcf4b8f0e27842832839bdd5a3bcdf060e45519e40a5bc3e1a9ae971d988156bd637fad43a6586058e4ce4 WHIRLPOOL 30b2862a5ad77d1114f7fabbcf6a3a08bb37d765f80a23ab289e586c62539c633fe3adaa2f99015ed0b817ac7bfa2efd27b032bcf82e934fe310b7974e12508b 1.1 media-sound/cmusfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cmusfm/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for media-sound/cmusfm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/cmusfm/ChangeLog,v 1.1 2014/12/13 07:24:00 yngwin Exp $ *cmusfm-0.2.5 (13 Dec 2014) 13 Dec 2014; Ben de Groot +cmusfm-0.2.5.ebuild, +metadata.xml: Initial commit. Ebuild adapted from the one submitted by Petr Vaněk in bug #532122.
[gentoo-commits] gentoo-x86 commit in dev-python/apipkg: apipkg-1.2-r1.ebuild ChangeLog apipkg-1.0.ebuild apipkg-1.2.ebuild
idella4 14/12/13 07:13:13 Modified: apipkg-1.2-r1.ebuild ChangeLog Removed: apipkg-1.0.ebuild apipkg-1.2.ebuild Log: rebvump; convert -> distutils-r1, clean old impls add py3.4 pypy3 support wrt Bug #530388, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.4 dev-python/apipkg/apipkg-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild?r1=1.3&r2=1.4 Index: apipkg-1.2-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apipkg-1.2-r1.ebuild31 Mar 2014 20:52:11 - 1.3 +++ apipkg-1.2-r1.ebuild13 Dec 2014 07:13:13 - 1.4 @@ -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/apipkg/apipkg-1.2-r1.ebuild,v 1.3 2014/03/31 20:52:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/apipkg-1.2-r1.ebuild,v 1.4 2014/12/13 07:13:13 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 @@ -21,5 +21,7 @@ dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { - py.test || die "Tests fail with ${EPYTHON}" + # https://bitbucket.org/hpk42/apipkg/issue/5/test-failure-with-python-34 + # Bug 530388. The test requires patching to match py3.4; trivial. + py.test || die "Tests fail under ${EPYTHON}" } 1.8 dev-python/apipkg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/apipkg/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 31 Mar 2014 20:52:11 - 1.7 +++ ChangeLog 13 Dec 2014 07:13:13 - 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/apipkg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v 1.7 2014/03/31 20:52:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apipkg/ChangeLog,v 1.8 2014/12/13 07:13:13 idella4 Exp $ + + 13 Dec 2014; Ian Delaney -apipkg-1.0.ebuild, + -apipkg-1.2.ebuild, apipkg-1.2-r1.ebuild: + rebvump; convert -> distutils-r1, clean old impls add py3.4 pypy3 support wrt + Bug #530388, rm old 31 Mar 2014; Michał Górny apipkg-1.2-r1.ebuild: Add support for the new PyPy slotting.
[gentoo-commits] gentoo-x86 commit in dev-python/anyvc: anyvc-0.3.7.1-r1.ebuild ChangeLog anyvc-0.3.5.ebuild anyvc-0.3.7.1.ebuild
idella4 14/12/13 07:04:40 Modified: ChangeLog Added:anyvc-0.3.7.1-r1.ebuild Removed: anyvc-0.3.5.ebuild anyvc-0.3.7.1.ebuild Log: rebvump; convert -> distutils-r1, add missing dep, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.10 dev-python/anyvc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 9 Aug 2013 06:50:37 - 1.9 +++ ChangeLog 13 Dec 2014 07:04:40 - 1.10 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/anyvc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v 1.9 2013/08/09 06:50:37 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v 1.10 2014/12/13 07:04:40 idella4 Exp $ + +*anyvc-0.3.7.1-r1 (13 Dec 2014) + + 13 Dec 2014; Ian Delaney +anyvc-0.3.7.1-r1.ebuild, + -anyvc-0.3.5.ebuild, -anyvc-0.3.7.1.ebuild: + rebvump; convert -> distutils-r1, add missing dep, rm old 09 Aug 2013; Michael Weber metadata.xml: global use flag "git" 1.1 dev-python/anyvc/anyvc-0.3.7.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/anyvc-0.3.7.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/anyvc-0.3.7.1-r1.ebuild?rev=1.1&content-type=text/plain Index: anyvc-0.3.7.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-python/anyvc/anyvc-0.3.7.1-r1.ebuild,v 1.1 2014/12/13 07:04:40 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Library to access any version control system" HOMEPAGE="http://pypi.python.org/pypi/anyvc"; SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="bazaar doc git mercurial subversion" RDEPEND="dev-python/apipkg[${PYTHON_USEDEP}] dev-python/execnet[${PYTHON_USEDEP}] dev-python/py[${PYTHON_USEDEP}] bazaar? ( dev-vcs/bzr ) git? ( dev-python/dulwich[${PYTHON_USEDEP}] ) mercurial? ( dev-vcs/mercurial ) subversion? ( dev-python/subvertpy )" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/hgdistver[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" # dev-python/hgdistver )" python_prepare_all() { # Do not use unsupported theme options. sed -e "/'tagline':/d" \ -e "/'bitbucket_project':/d" \ -i docs/conf.py distutils-r1_python_prepare_all } python_compile_all() { if use doc; then sphinx-build -b html docs docs_output || die "Generation of documentation failed" fi } python_install_all() { if use doc; then pushd docs_output > /dev/null docinto html cp -R [a-z]* _static "${ED}usr/share/doc/${PF}/html" || die "Installation of documentation failed" popd > /dev/null fi distutils-r1_python_install_all }
[gentoo-commits] proj/portage:master commit in: pym/_emerge/
commit: a34a05bd5dbbdb3e37682089c2cbb183db9bcb8a Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Dec 13 07:03:57 2014 + Commit: Arfrever Frehtes Taifersar Arahesis apache org> CommitDate: Sat Dec 13 07:03:57 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=a34a05bd emerge --info: Modernize output of configuration of repositories. - Always print detailed configuration of repositories. - Always skip PORTAGE_REPOSITORIES variable. - Always skip deprecated PORTDIR, PORTDIR_OVERLAY and SYNC variables. --- pym/_emerge/actions.py | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 0ae2c16..28a69ee 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -1713,13 +1713,9 @@ def action_info(settings, trees, myopts, myfiles): ((cp + ":").ljust(cp_max_len + 1), versions)) repos = portdb.settings.repositories - if "--verbose" in myopts: - append("Repositories:\n") - for repo in repos: - append(repo.info_string()) - else: - append("Repositories: %s" % \ - " ".join(repo.name for repo in repos)) + append("Repositories:\n") + for repo in repos: + append(repo.info_string()) installed_sets = sorted(s for s in root_config.sets['selected'].getNonAtoms() if s.startswith(SETPREFIX)) @@ -1732,8 +1728,8 @@ def action_info(settings, trees, myopts, myfiles): myvars = list(settings) else: myvars = ['GENTOO_MIRRORS', 'CONFIG_PROTECT', 'CONFIG_PROTECT_MASK', - 'PORTDIR', 'DISTDIR', 'PKGDIR', 'PORTAGE_TMPDIR', - 'PORTDIR_OVERLAY', 'PORTAGE_BUNZIP2_COMMAND', + 'DISTDIR', 'PKGDIR', 'PORTAGE_TMPDIR', + 'PORTAGE_BUNZIP2_COMMAND', 'PORTAGE_BZIP2_COMMAND', 'USE', 'CHOST', 'CFLAGS', 'CXXFLAGS', 'ACCEPT_KEYWORDS', 'ACCEPT_LICENSE', 'FEATURES', @@ -1745,11 +1741,18 @@ def action_info(settings, trees, myopts, myfiles): 'PORTAGE_BZIP2_COMMAND' : 'bzip2', } - myvars = portage.util.unique_array(myvars) + skipped_vars = ['PORTAGE_REPOSITORIES'] + # Deprecated variables + skipped_vars.extend(('PORTDIR', 'PORTDIR_OVERLAY', 'SYNC')) + + myvars = set(myvars) + myvars.difference_update(skipped_vars) + myvars = sorted(myvars) + use_expand = settings.get('USE_EXPAND', '').split() use_expand.sort() unset_vars = [] - myvars.sort() + for k in myvars: v = settings.get(k) if v is not None:
[gentoo-commits] gentoo-x86 commit in media-sound/cmusfm: - New directory
yngwin 14/12/13 06:51:20 Log: Directory /var/cvsroot/gentoo-x86/media-sound/cmusfm added to the repository
[gentoo-commits] gentoo-x86 commit in media-sound/picard: picard-1.3.ebuild ChangeLog
yngwin 14/12/13 06:43:36 Modified: ChangeLog Added:picard-1.3.ebuild Log: lazy version bump (still needs distutils-r1 conversion and fix for bug #403629) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x0F9C590B7FF324F6!) Revision ChangesPath 1.47 media-sound/picard/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/picard/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/picard/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/picard/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 3 Nov 2013 09:56:29 - 1.46 +++ ChangeLog 13 Dec 2014 06:43:36 - 1.47 @@ -1,6 +1,12 @@ # ChangeLog for media-sound/picard -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.46 2013/11/03 09:56:29 yngwin Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.47 2014/12/13 06:43:36 yngwin Exp $ + +*picard-1.3 (13 Dec 2014) + + 13 Dec 2014; Ben de Groot +picard-1.3.ebuild: + lazy version bump (still needs distutils-r1 conversion and fix for bug + #403629) *picard-1.2-r1 (03 Nov 2013) 1.1 media-sound/picard/picard-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/picard/picard-1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/picard/picard-1.3.ebuild?rev=1.1&content-type=text/plain Index: picard-1.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/picard/picard-1.3.ebuild,v 1.1 2014/12/13 06:43:36 yngwin Exp $ EAPI=5 PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.4 2.6 3.*" inherit eutils distutils MY_P="${P/_/}" DESCRIPTION="An improved rewrite/port of the Picard Tagger using Qt" HOMEPAGE="http://musicbrainz.org/doc/PicardQt"; SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/picard/${MY_P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="+acoustid +cdda nls" DEPEND="dev-python/PyQt4[X] media-libs/mutagen acoustid? ( >=media-libs/chromaprint-1.0[tools] ) cdda? ( >=media-libs/libdiscid-0.1.1 )" RDEPEND="${DEPEND}" # doesn't work with ebuilds RESTRICT="test" S=${WORKDIR}/${MY_P} DOCS="AUTHORS.txt NEWS.txt" src_compile() { distutils_src_compile $(use nls || echo "--disable-locales") } src_install() { distutils_src_install --disable-autoupdate --skip-build \ $(use nls || echo "--disable-locales") doicon picard.ico domenu picard.desktop } pkg_postinst() { distutils_pkg_postinst echo ewarn "If you are upgrading Picard and it does not start" ewarn "try removing Picard's settings:" ewarn " rm ~/.config/MusicBrainz/Picard.conf" elog elog "You should set the environment variable BROWSER to something like" elog "\"firefox '%s' &\" to let python know which browser to use." }
[gentoo-commits] proj/portage:master commit in: pym/portage/package/ebuild/_config/
commit: 10d19623c5a3aabe00d502029a454f49f72983d1 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Dec 13 06:34:29 2014 + Commit: Arfrever Frehtes Taifersar Arahesis apache org> CommitDate: Sat Dec 13 06:34:29 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=10d19623 Blacklist _ variable. --- pym/portage/package/ebuild/_config/special_env_vars.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/portage/package/ebuild/_config/special_env_vars.py b/pym/portage/package/ebuild/_config/special_env_vars.py index 387f4ae..6bb3c95 100644 --- a/pym/portage/package/ebuild/_config/special_env_vars.py +++ b/pym/portage/package/ebuild/_config/special_env_vars.py @@ -1,4 +1,4 @@ -# Copyright 2010-2013 Gentoo Foundation +# Copyright 2010-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 from __future__ import unicode_literals @@ -27,7 +27,7 @@ env_blacklist = frozenset(( "PORTAGE_INTERNAL_CALLER", "PORTAGE_IUSE", "PORTAGE_NONFATAL", "PORTAGE_PIPE_FD", "PORTAGE_REPO_NAME", "PORTAGE_USE", "PROPERTIES", "PROVIDE", "RDEPEND", "REPOSITORY", - "RESTRICT", "ROOT", "SLOT", "SRC_URI" + "RESTRICT", "ROOT", "SLOT", "SRC_URI", "_" )) environ_whitelist = []
[gentoo-commits] proj/portage:master commit in: pym/_emerge/resolver/, pym/_emerge/, man/
commit: 751104acb0f14124ef44ba55a336dacca9474ae2 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Dec 13 06:16:31 2014 + Commit: Arfrever Frehtes Taifersar Arahesis apache org> CommitDate: Sat Dec 13 06:16:31 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=751104ac When using --verbose, always print ::repository in list of packages for installation. --verbose-main-repo-display option is no longer supported. 3 calls to deprecated portage.repository.config.RepoConfigLoader.mainRepo() function have been deleted. --- man/emerge.1 | 3 --- pym/_emerge/depgraph.py| 7 +-- pym/_emerge/main.py| 1 - pym/_emerge/resolver/output.py | 9 ++--- 4 files changed, 3 insertions(+), 17 deletions(-) diff --git a/man/emerge.1 b/man/emerge.1 index b36f59c..faa1f33 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -899,9 +899,6 @@ Symbol LocationMeaning Make slot conflicts more verbose. Note that this may in some cases output hundreds of packages for slot conflicts. .TP -.BR "\-\-verbose\-main\-repo\-display" -In the package merge list display, print ::repository even for main repository. -.TP .BR "\-\-verbose\-slot\-rebuilds [ y | n ]" Turns on/off the extra emerge output to list which packages are causing rebuilds. The default is set to "y" (on). diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index df1e266..4a42ed5 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -4293,14 +4293,9 @@ class depgraph(object): child = None all_parents = self._dynamic_config._parent_atoms graph = self._dynamic_config.digraph - verbose_main_repo_display = "--verbose-main-repo-display" in \ - self._frozen_config.myopts def format_pkg(pkg): - pkg_name = "%s" % (pkg.cpv,) - if verbose_main_repo_display or pkg.repo != \ - pkg.root_config.settings.repositories.mainRepo().name: - pkg_name += _repo_separator + pkg.repo + pkg_name = "%s%s%s" % (pkg.cpv, _repo_separator, pkg.repo) return pkg_name if target_atom is not None and isinstance(node, Package): diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py index 66d4891..7c707f9 100644 --- a/pym/_emerge/main.py +++ b/pym/_emerge/main.py @@ -50,7 +50,6 @@ options=[ "--tree", "--unordered-display", "--update", -"--verbose-main-repo-display", ] shortmapping={ diff --git a/pym/_emerge/resolver/output.py b/pym/_emerge/resolver/output.py index aefc3f4..14d1b28 100644 --- a/pym/_emerge/resolver/output.py +++ b/pym/_emerge/resolver/output.py @@ -387,9 +387,7 @@ class Display(object): if old_pkg.slot != old_pkg.sub_slot or \ old_pkg.slot == pkg.slot and old_pkg.sub_slot != pkg.sub_slot: key += "/" + old_pkg.sub_slot - if not self.quiet_repo_display and (self.verbose_main_repo_display or - self.portdb.repositories.mainRepo() is None or - any(x.repo != self.portdb.repositories.mainRepo().name for x in myoldbest + [pkg])): + if not self.quiet_repo_display: key += _repo_separator + old_pkg.repo versions.append(key) myoldbest_str = blue("["+", ".join(versions)+"]") @@ -422,9 +420,7 @@ class Display(object): @param pkg_info: dictionary @rtype string """ - if not self.quiet_repo_display and (self.verbose_main_repo_display or - self.portdb.repositories.mainRepo() is None or - any(x.repo != self.portdb.repositories.mainRepo().name for x in pkg_info.oldbest_list + [pkg])): + if not self.quiet_repo_display: pkg_str += _repo_separator + pkg.repo return pkg_str @@ -819,7 +815,6 @@ class Display(object): # and disable the entire repo display in this case. repoadd_set = set() - self.verbose_main_repo_display = "--verbose-main-repo-display" in depgraph._frozen_config.myopts self.restrict_fetch_list = {} for mylist_index in range(len(mylist)):
[gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
williamh14/12/13 05:08:41 Modified: go-.ebuild ChangeLog Log: migrate the live ebuild to git instead of mercurial to follow upstream (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538) Revision ChangesPath 1.23 dev-lang/go/go-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-.ebuild?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-.ebuild?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-.ebuild?r1=1.22&r2=1.23 Index: go-.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-.ebuild,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- go-.ebuild 12 Dec 2014 18:23:32 - 1.22 +++ go-.ebuild 13 Dec 2014 05:08:41 - 1.23 @@ -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/go/go-.ebuild,v 1.22 2014/12/12 18:23:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-.ebuild,v 1.23 2014/12/13 05:08:41 williamh Exp $ EAPI=5 @@ -9,8 +9,8 @@ inherit eutils toolchain-funcs if [[ ${PV} = ]]; then - EHG_REPO_URI="https://go.googlecode.com/hg"; - inherit mercurial + EGIT_REPO_URI="git://github.com/golang/go.git" + inherit git-r3 else SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz"; # Upstream only supports go on amd64, arm and x86 architectures. 1.59 dev-lang/go/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 12 Dec 2014 18:23:32 - 1.58 +++ ChangeLog 13 Dec 2014 05:08:41 - 1.59 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/go # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.58 2014/12/12 18:23:32 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.59 2014/12/13 05:08:41 williamh Exp $ + + 13 Dec 2014; William Hubbs go-.ebuild: + migrate the live ebuild to git instead of mercurial to follow upstream 12 Dec 2014; William Hubbs go-1.3.3.ebuild, go-1.4.ebuild, go-.ebuild:
[gentoo-commits] gentoo-x86 commit in media-video/mkvtoolnix: ChangeLog mkvtoolnix-7.4.0.ebuild
radhermit14/12/13 05:04:43 Modified: ChangeLog Added:mkvtoolnix-7.4.0.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3) Revision ChangesPath 1.208media-video/mkvtoolnix/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/ChangeLog?rev=1.208&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/ChangeLog?rev=1.208&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/ChangeLog?r1=1.207&r2=1.208 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v retrieving revision 1.207 retrieving revision 1.208 diff -u -r1.207 -r1.208 --- ChangeLog 23 Oct 2014 01:48:14 - 1.207 +++ ChangeLog 13 Dec 2014 05:04:43 - 1.208 @@ -1,6 +1,11 @@ # ChangeLog for media-video/mkvtoolnix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.207 2014/10/23 01:48:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/ChangeLog,v 1.208 2014/12/13 05:04:43 radhermit Exp $ + +*mkvtoolnix-7.4.0 (13 Dec 2014) + + 13 Dec 2014; Tim Harder +mkvtoolnix-7.4.0.ebuild: + Version bump. *mkvtoolnix-7.3.0 (23 Oct 2014) 1.1 media-video/mkvtoolnix/mkvtoolnix-7.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-7.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-7.4.0.ebuild?rev=1.1&content-type=text/plain Index: mkvtoolnix-7.4.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/mkvtoolnix/mkvtoolnix-7.4.0.ebuild,v 1.1 2014/12/13 05:04:43 radhermit Exp $ EAPI=5 WX_GTK_VER="3.0" inherit eutils multilib toolchain-funcs versionator wxwidgets multiprocessing autotools DESCRIPTION="Tools to create, alter, and inspect Matroska files" HOMEPAGE="http://www.bunkus.org/videotools/mkvtoolnix"; SRC_URI="http://www.bunkus.org/videotools/mkvtoolnix/sources/${P}.tar.xz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="debug pch qt5 wxwidgets" ruby_atom() { local ruby_slot=${1/ruby/} ruby_slot="${ruby_slot:0:1}.${ruby_slot:1:2}" echo "dev-lang/ruby:${ruby_slot}" } # hacks to avoid using the ruby eclasses since this requires something similar # to the python-any-r1 eclass for ruby which currently doesn't exist RUBY_IMPLS=( ruby19 ruby20 ruby21 ) RUBY_BDEPS="$(for ruby_impl in "${RUBY_IMPLS[@]}"; do echo $(ruby_atom ${ruby_impl}); done)" RDEPEND=" >=dev-libs/libebml-1.3.0:= >=media-libs/libmatroska-1.4.1:= >=dev-libs/boost-1.46.0:= dev-libs/pugixml media-libs/flac media-libs/libogg media-libs/libvorbis sys-apps/file >=sys-devel/gcc-4.6 sys-libs/zlib qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 ) wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[X] ) " DEPEND="${RDEPEND} || ( ${RUBY_BDEPS} ) sys-devel/gettext virtual/pkgconfig " pkg_pretend() { # http://bugs.gentoo.org/419257 local ver=4.6 local msg="You need at least GCC ${ver}.x for C++11 range-based 'for' and nullptr support." if ! version_is_at_least ${ver} $(gcc-version); then eerror ${msg} die ${msg} fi } src_prepare() { local ruby_impl for ruby_impl in "${RUBY_IMPLS[@]}"; do if has_version "$(ruby_atom ${ruby_impl})"; then export RUBY=${ruby_impl} break fi done [[ -z ${RUBY} ]] && die "No available ruby implementations to build with" epatch "${FILESDIR}"/${PN}-5.8.0-boost-configure.patch eautoreconf } src_configure() { local myconf if use wxwidgets ; then need-wxwidgets unicode myconf="--with-wx-config=${WX_CONFIG}" fi econf \ $(use_enable debug) \ $(use_enable qt5 qt) \ $(use_enable wxwidgets) \ $(usex pch "" --disable-precompiled-headers) \ ${myconf} \ --disable-optimization \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --with-boost="${EPREFIX}"/usr \ --with-boost-libdir="${EPREFIX}"/usr/$(get_libdir) \ --without-curl } src_compile() { "$
[gentoo-commits] gentoo-x86 commit in dev-haskell/network-uri: - New directory
gienah 14/12/13 04:49:05 Log: Directory /var/cvsroot/gentoo-x86/dev-haskell/network-uri added to the repository
[gentoo-commits] proj/qt:master commit in: x11-themes/qtcurve/
commit: ca968b37221985285a28e732896c5ea0f7dcd4ba Author: Ben de Groot gentoo org> AuthorDate: Sat Dec 13 03:43:51 2014 + Commit: Ben de Groot gentoo org> CommitDate: Sat Dec 13 03:43:51 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ca968b37 x11-themes/qtcurve: kf5 and multilib fixes --- x11-themes/qtcurve/metadata.xml| 1 + x11-themes/qtcurve/qtcurve-.ebuild | 32 +++- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/x11-themes/qtcurve/metadata.xml b/x11-themes/qtcurve/metadata.xml index af38a96..e27905e 100644 --- a/x11-themes/qtcurve/metadata.xml +++ b/x11-themes/qtcurve/metadata.xml @@ -5,6 +5,7 @@ Enable KDE4 support. This adds a QtCurve configuration module to KDE's SystemSettings +Enable KDE Frameworks 5 support Enable window decoration for KWin diff --git a/x11-themes/qtcurve/qtcurve-.ebuild b/x11-themes/qtcurve/qtcurve-.ebuild index aa51c4d..7335f42 100644 --- a/x11-themes/qtcurve/qtcurve-.ebuild +++ b/x11-themes/qtcurve/qtcurve-.ebuild @@ -4,7 +4,11 @@ EAPI=5 KDE_REQUIRED="optional" -inherit cmake-utils kde4-base +inherit cmake-utils kde4-base multilib +KDE_AUTODEPS=false +KDE_DEBUG=false +KDE_HANDBOOK=false # needed for kde5.eclass, but misinterpreted by kde4-base.eclass +inherit kde5 DESCRIPTION="A set of widget styles for Qt and GTK2" HOMEPAGE="https://projects.kde.org/projects/playground/base/qtcurve"; @@ -21,9 +25,11 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="+X gtk kde nls +qt4 qt5 windeco" +IUSE="+X gtk kde kf5 nls +qt4 qt5 windeco" REQUIRED_USE="gtk? ( X ) - windeco? ( kde X ) + kde? ( qt4 X ) + kf5? ( qt5 ) + windeco? ( kde ) || ( gtk qt4 qt5 )" RDEPEND="X? ( x11-libs/libxcb @@ -32,18 +38,24 @@ RDEPEND="X? ( x11-libs/libxcb gtk? ( x11-libs/gtk+:2 ) qt4? ( dev-qt/qtdbus:4 dev-qt/qtgui:4 - dev-qt/qtsvg:4 - ) + dev-qt/qtsvg:4 ) qt5? ( dev-qt/qtdeclarative:5 dev-qt/qtgui:5 dev-qt/qtsvg:5 dev-qt/qtwidgets:5 X? ( dev-qt/qtdbus:5 - dev-qt/qtx11extras:5 ) - ) + dev-qt/qtx11extras:5 ) ) kde? ( $(add_kdebase_dep systemsettings) - windeco? ( $(add_kdebase_dep kwin) ) - ) + windeco? ( $(add_kdebase_dep kwin) ) ) + kf5? ( $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-libs/extra-cmake-modules ) !x11-themes/gtk-engines-qtcurve" DEPEND="${RDEPEND} virtual/pkgconfig @@ -60,12 +72,14 @@ pkg_setup() { src_configure() { local mycmakeargs mycmakeargs=( + -DLIB_INSTALL_DIR=/usr/$(get_libdir) $(cmake-utils_use_enable gtk GTK2) $(cmake-utils_use_enable qt4 QT4) $(cmake-utils_use_enable qt5 QT5) $(cmake-utils_use X QTC_ENABLE_X11 ) $(cmake-utils_use kde QTC_QT4_ENABLE_KDE ) $(cmake-utils_use windeco QTC_QT4_ENABLE_KWIN ) + $(cmake-utils_use kf5 QTC_QT5_ENABLE_KDE ) $(cmake-utils_use nls QTC_INSTALL_PO ) ) cmake-utils_src_configure
[gentoo-commits] gentoo-x86 commit in media-sound/amarok: amarok-2.8.0-r3.ebuild ChangeLog
mrueg 14/12/13 01:39:45 Modified: amarok-2.8.0-r3.ebuild ChangeLog Log: Add support for kde applications dependency. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.4 media-sound/amarok/amarok-2.8.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/amarok-2.8.0-r3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/amarok-2.8.0-r3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/amarok-2.8.0-r3.ebuild?r1=1.3&r2=1.4 Index: amarok-2.8.0-r3.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.8.0-r3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- amarok-2.8.0-r3.ebuild 12 Dec 2014 15:29:29 - 1.3 +++ amarok-2.8.0-r3.ebuild 13 Dec 2014 01:39:45 - 1.4 @@ -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/amarok/amarok-2.8.0-r3.ebuild,v 1.3 2014/12/12 15:29:29 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.8.0-r3.ebuild,v 1.4 2014/12/13 01:39:45 mrueg Exp $ EAPI=5 @@ -39,7 +39,8 @@ COMMONDEPEND=" app-crypt/qca:2 $(add_kdebase_dep kdelibs 'nepomuk?,opengl?' 4.8.4) - $(add_kdebase_dep kdebase-kioslaves) + || ( kde-apps/kdebase-kioslaves:4 + $(add_kdebase_dep kdebase-kioslaves) ) >=media-libs/taglib-1.7[asf,mp4] >=media-libs/taglib-extras-1.0.1 sys-libs/zlib @@ -49,9 +50,16 @@ >=dev-qt/qtscript-4.8:4 >=x11-libs/qtscriptgenerator-0.1.0 cdda? ( - $(add_kdebase_dep libkcddb) - $(add_kdebase_dep libkcompactdisc) - $(add_kdebase_dep audiocd-kio) + || ( + ( kde-apps/libkcddb:4 + kde-apps/libkcompactdisc:4 + kde-apps/audiocd-kio:4 + ) + ($(add_kdebase_dep libkcddb) + $(add_kdebase_dep libkcompactdisc) + $(add_kdebase_dep audiocd-kio) + ) + ) ) ipod? ( >=media-libs/libgpod-0.7.0[gtk] ) lastfm? ( >=media-libs/liblastfm-1.0.3 ) @@ -75,7 +83,8 @@ " RDEPEND="${COMMONDEPEND} !media-sound/amarok-utils - $(add_kdebase_dep phonon-kde) + || ( kde-apps/phonon-kde:4 + $(add_kdebase_dep phonon-kde) ) " PATCHES=( 1.474media-sound/amarok/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.474&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.474&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/amarok/ChangeLog?r1=1.473&r2=1.474 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v retrieving revision 1.473 retrieving revision 1.474 diff -u -r1.473 -r1.474 --- ChangeLog 12 Dec 2014 15:29:29 - 1.473 +++ ChangeLog 13 Dec 2014 01:39:45 - 1.474 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/amarok # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.473 2014/12/12 15:29:29 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.474 2014/12/13 01:39:45 mrueg Exp $ + + 13 Dec 2014; Manuel Rüger amarok-2.8.0-r3.ebuild: + Add support for kde applications dependency. 12 Dec 2014; Mikle Kolyada amarok-2.8.0-r3.ebuild: amd64 stable wrt bug #517344
[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gnome2: ruby-gnome2-2.2.3.ebuild ChangeLog
naota 14/12/13 01:38:36 Modified: ChangeLog Added:ruby-gnome2-2.2.3.ebuild Log: version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F8551514) Revision ChangesPath 1.89 dev-ruby/ruby-gnome2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog?rev=1.89&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog?rev=1.89&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog?r1=1.88&r2=1.89 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- ChangeLog 17 Aug 2014 10:22:48 - 1.88 +++ ChangeLog 13 Dec 2014 01:38:36 - 1.89 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby-gnome2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v 1.88 2014/08/17 10:22:48 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gnome2/ChangeLog,v 1.89 2014/12/13 01:38:36 naota Exp $ + +*ruby-gnome2-2.2.3 (13 Dec 2014) + + 13 Dec 2014; Naohiro Aota +ruby-gnome2-2.2.3.ebuild: + version bump 17 Aug 2014; Anthony G. Basile ruby-gnome2-1.1.8.ebuild, ruby-gnome2-1.2.6.ebuild, ruby-gnome2-2.0.2.ebuild, ruby-gnome2-2.1.0.ebuild, 1.1 dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gnome2/ruby-gnome2-2.2.3.ebuild?rev=1.1&content-type=text/plain Index: ruby-gnome2-2.2.3.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-gnome2/ruby-gnome2-2.2.3.ebuild,v 1.1 2014/12/13 01:38:36 naota Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-ng DESCRIPTION="Ruby Gnome2 bindings" HOMEPAGE="http://ruby-gnome2.sourceforge.jp/"; SRC_URI="" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~ppc" IUSE="" ruby_add_rdepend " >=dev-ruby/ruby-atk-${PV} >=dev-ruby/ruby-clutter-${PV} >=dev-ruby/ruby-clutter-gstreamer-${PV} >=dev-ruby/ruby-clutter-gtk-${PV} >=dev-ruby/ruby-gdkpixbuf2-${PV} >=dev-ruby/ruby-gdk3-${PV} >=dev-ruby/ruby-gio2-${PV} >=dev-ruby/ruby-gstreamer-${PV} >=dev-ruby/ruby-gtk2-${PV} >=dev-ruby/ruby-gtk3-${PV} >=dev-ruby/ruby-gtksourceview-${PV} >=dev-ruby/ruby-gtksourceview3-${PV} >=dev-ruby/ruby-pango-${PV} >=dev-ruby/ruby-poppler-${PV} >=dev-ruby/ruby-rsvg-${PV} >=dev-ruby/ruby-vte-${PV} >=dev-ruby/ruby-vte3-${PV} >=dev-ruby/ruby-webkit-gtk2-${PV} >=dev-ruby/ruby-webkit-gtk-${PV}"
[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-webkit-gtk: ruby-webkit-gtk-2.2.3.ebuild ChangeLog
naota 14/12/13 01:35:03 Modified: ChangeLog Added:ruby-webkit-gtk-2.2.3.ebuild Log: version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F8551514) Revision ChangesPath 1.7 dev-ruby/ruby-webkit-gtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 17 Aug 2014 10:22:15 - 1.6 +++ ChangeLog 13 Dec 2014 01:35:03 - 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby-webkit-gtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v 1.6 2014/08/17 10:22:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk/ChangeLog,v 1.7 2014/12/13 01:35:03 naota Exp $ + +*ruby-webkit-gtk-2.2.3 (13 Dec 2014) + + 13 Dec 2014; Naohiro Aota +ruby-webkit-gtk-2.2.3.ebuild: + version bump 17 Aug 2014; Anthony G. Basile ruby-webkit-gtk-1.2.6.ebuild, ruby-webkit-gtk-2.0.2.ebuild, 1.1 dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild?rev=1.1&content-type=text/plain Index: ruby-webkit-gtk-2.2.3.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-webkit-gtk/ruby-webkit-gtk-2.2.3.ebuild,v 1.1 2014/12/13 01:35:03 naota Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-ng-gnome2 DESCRIPTION="Ruby WebKitGtk bindings" KEYWORDS="~amd64 ~ppc" IUSE="" DEPEND="${DEPEND} net-libs/webkit-gtk:3" RDEPEND="${RDEPEND} net-libs/webkit-gtk:3" RUBY_S="ruby-gnome2-all-${PV}/webkit-gtk" ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}" ruby_add_rdepend ">=dev-ruby/ruby-gobject-introspection-${PV} >=dev-ruby/ruby-gtk3-${PV}" each_ruby_configure() { : } each_ruby_compile() { : } each_ruby_install() { each_fakegem_install }
[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-webkit-gtk2: ruby-webkit-gtk2-2.2.3.ebuild ChangeLog
naota 14/12/13 01:31:34 Modified: ChangeLog Added:ruby-webkit-gtk2-2.2.3.ebuild Log: version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F8551514) Revision ChangesPath 1.6 dev-ruby/ruby-webkit-gtk2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 17 Aug 2014 10:16:25 - 1.5 +++ ChangeLog 13 Dec 2014 01:31:34 - 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby-webkit-gtk2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog,v 1.5 2014/08/17 10:16:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ChangeLog,v 1.6 2014/12/13 01:31:34 naota Exp $ + +*ruby-webkit-gtk2-2.2.3 (13 Dec 2014) + + 13 Dec 2014; Naohiro Aota +ruby-webkit-gtk2-2.2.3.ebuild: + version bump 17 Aug 2014; Anthony G. Basile ruby-webkit-gtk2-1.2.6.ebuild, ruby-webkit-gtk2-2.0.2.ebuild, 1.1 dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild?rev=1.1&content-type=text/plain Index: ruby-webkit-gtk2-2.2.3.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-webkit-gtk2/ruby-webkit-gtk2-2.2.3.ebuild,v 1.1 2014/12/13 01:31:34 naota Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-ng-gnome2 DESCRIPTION="Ruby WebKitGtk+ for Gtk 2.0 bindings" KEYWORDS="~amd64 ~ppc" IUSE="" DEPEND="${DEPEND} net-libs/webkit-gtk:2" RDEPEND="${RDEPEND} net-libs/webkit-gtk:2" RUBY_S="ruby-gnome2-all-${PV}/webkit-gtk2" ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}" ruby_add_rdepend ">=dev-ruby/ruby-gobject-introspection-${PV} >=dev-ruby/ruby-gtk2-${PV}" each_ruby_configure() { : } each_ruby_compile() { : } each_ruby_install() { each_fakegem_install }
[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-vte3: ruby-vte3-2.2.3.ebuild ChangeLog
naota 14/12/13 01:11:08 Modified: ChangeLog Added:ruby-vte3-2.2.3.ebuild Log: version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F8551514) Revision ChangesPath 1.6 dev-ruby/ruby-vte3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 17 Aug 2014 10:20:26 - 1.5 +++ ChangeLog 13 Dec 2014 01:11:08 - 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby-vte3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v 1.5 2014/08/17 10:20:26 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ChangeLog,v 1.6 2014/12/13 01:11:08 naota Exp $ + +*ruby-vte3-2.2.3 (13 Dec 2014) + + 13 Dec 2014; Naohiro Aota +ruby-vte3-2.2.3.ebuild: + version bump 17 Aug 2014; Anthony G. Basile ruby-vte3-1.2.6.ebuild, ruby-vte3-2.0.2.ebuild, ruby-vte3-2.1.0.ebuild, ruby-vte3-2.2.0.ebuild: 1.1 dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-2.2.3.ebuild?rev=1.1&content-type=text/plain Index: ruby-vte3-2.2.3.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-vte3/ruby-vte3-2.2.3.ebuild,v 1.1 2014/12/13 01:11:08 naota Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-ng-gnome2 DESCRIPTION="Ruby VTE bindings" KEYWORDS="~amd64 ~ppc" IUSE="" DEPEND="${DEPEND} x11-libs/vte:2.90" RDEPEND="${RDEPEND} x11-libs/vte:2.90" ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}" ruby_add_rdepend ">=dev-ruby/ruby-gtk3-${PV}"
[gentoo-commits] gentoo-x86 commit in dev-python/astng: astng-0.24.3.ebuild ChangeLog
idella4 14/12/13 01:06:58 Modified: astng-0.24.3.ebuild ChangeLog Log: clean old impls, add py3, restrict tests to save display of erroneous failures (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.8 dev-python/astng/astng-0.24.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild?r1=1.7&r2=1.8 Index: astng-0.24.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- astng-0.24.3.ebuild 3 Aug 2014 10:20:37 - 1.7 +++ astng-0.24.3.ebuild 13 Dec 2014 01:06:58 - 1.8 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v 1.7 2014/08/03 10:20:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/astng-0.24.3.ebuild,v 1.8 2014/12/13 01:06:58 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 @@ -24,6 +24,7 @@ test? ( >=dev-python/egenix-mx-base-3.0.0[$(python_gen_usedep 'python2*')] )" S="${WORKDIR}/logilab-${P}" +RESTRICT="test"# erroneous failures # a wit; pypy reports astng modules differently PATCHES=( "${FILESDIR}"/pypy-test.patch ) 1.76 dev-python/astng/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/astng/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 3 Aug 2014 10:20:37 - 1.75 +++ ChangeLog 13 Dec 2014 01:06:58 - 1.76 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/astng # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.75 2014/08/03 10:20:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astng/ChangeLog,v 1.76 2014/12/13 01:06:58 idella4 Exp $ + + 13 Dec 2014; Ian Delaney astng-0.24.3.ebuild: + clean old impls, add py3, restrict tests to save display of erroneous failures 03 Aug 2014; Michał Górny astng-0.24.3.ebuild: Fix the test phase to install modules as files rather than binary egg as
[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-vte: ruby-vte-2.2.3.ebuild ChangeLog
naota 14/12/13 00:45:42 Modified: ChangeLog Added:ruby-vte-2.2.3.ebuild Log: version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F8551514) Revision ChangesPath 1.51 dev-ruby/ruby-vte/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 21 May 2014 01:29:01 - 1.50 +++ ChangeLog 13 Dec 2014 00:45:42 - 1.51 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/ruby-vte # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.50 2014/05/21 01:29:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte/ChangeLog,v 1.51 2014/12/13 00:45:42 naota Exp $ + +*ruby-vte-2.2.3 (13 Dec 2014) + + 13 Dec 2014; Naohiro Aota +ruby-vte-2.2.3.ebuild: + version bump 21 May 2014; Manuel Rüger ruby-vte-1.1.8.ebuild, ruby-vte-1.2.6.ebuild: 1.1 dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-vte/ruby-vte-2.2.3.ebuild?rev=1.1&content-type=text/plain Index: ruby-vte-2.2.3.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-vte/ruby-vte-2.2.3.ebuild,v 1.1 2014/12/13 00:45:42 naota Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" inherit ruby-ng-gnome2 DESCRIPTION="Ruby vte bindings" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="${RDEPEND} >=x11-libs/vte-0.12.1:0" DEPEND="${DEPEND} >=x11-libs/vte-0.12.1:0" ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"
[gentoo-commits] dev/c1pher:master commit in: profiles/, metadata/
commit: 64d75b77ef5dcbb25d915a9327ecc03ece0ea3f8 Author: Dane Smith c1pher net> AuthorDate: Sat Dec 13 00:33:54 2014 + Commit: Dane Smith gentoo org> CommitDate: Sat Dec 13 00:33:54 2014 + URL: http://sources.gentoo.org/gitweb/?p=dev/c1pher.git;a=commit;h=64d75b77 Add layout and update pmask --- metadata/layout.conf | 1 + profiles/package.mask | 1 + 2 files changed, 2 insertions(+) diff --git a/metadata/layout.conf b/metadata/layout.conf new file mode 100644 index 000..d43e61c --- /dev/null +++ b/metadata/layout.conf @@ -0,0 +1 @@ +masters = gentoo diff --git a/profiles/package.mask b/profiles/package.mask index b8cb2cb..8f7190b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -2,3 +2,4 @@ sys-kernel/c1pher-sources net-nntp/sabnzbd dev-python/yenc +sys-kernel/genkernel-next
[gentoo-commits] dev/c1pher:master commit in: sys-kernel/genkernel-next/
commit: 644cfce518d8539438dbeb0cc64b8c218a41d56d Author: Dane Smith c1pher net> AuthorDate: Sat Dec 13 00:31:05 2014 + Commit: Dane Smith gentoo org> CommitDate: Sat Dec 13 00:31:05 2014 + URL: http://sources.gentoo.org/gitweb/?p=dev/c1pher.git;a=commit;h=644cfce5 Add my version of genkernel-next which has support for LUKS headers. Package-Manager: portage-2.2.14 Manifest-Sign-Key: E27104B3 --- sys-kernel/genkernel-next/Manifest | 2 + .../genkernel-next/genkernel-next-.ebuild | 62 ++ sys-kernel/genkernel-next/metadata.xml | 15 ++ 3 files changed, 79 insertions(+) diff --git a/sys-kernel/genkernel-next/Manifest b/sys-kernel/genkernel-next/Manifest new file mode 100644 index 000..02a7938 --- /dev/null +++ b/sys-kernel/genkernel-next/Manifest @@ -0,0 +1,2 @@ +EBUILD genkernel-next-.ebuild 1559 SHA256 47c58abe00208bc46f30c9c4cbc848ec3f2582257cd6a8626e3b5f397a8f56cd SHA512 a044e05b4d74ca49d2e1631698a41028f4d5274f62d900acddefdeaa151a8e0e282d4c8be16c9fe9d2473bc772508a676f3684c2033c93d95d5d9116d3fff6eb WHIRLPOOL 1896aecd470962f67a5c95dc6e6e889b59e3e4e48676889b5ce15b83fc1cbfdd237969eb1defdaa5b015eed0a568645e2df1455cf9258f4a7d8e56563c94da9c +MISC metadata.xml 655 SHA256 07dbd03e73afd956d53428de24db8cc3169d8a76ffd83cecb72771fb2e8a11a6 SHA512 3aa03d1564afd651e85f040daa5a11c0cf290b1e4c54504c48aa5d01a211b2b59db63a3e16cc774a0db5d2f96d5cfc389ac9a74865f133797f23c87bcca6b181 WHIRLPOOL 7b02731b1e6c0e8803069e1ed3096945b155346c96885da77130f34d42cfe95f655b87572755e7c16d2024bd21c5f2c20b087f0aa7800f001aef8c8c36ee1188 diff --git a/sys-kernel/genkernel-next/genkernel-next-.ebuild b/sys-kernel/genkernel-next/genkernel-next-.ebuild new file mode 100644 index 000..1e57c6c --- /dev/null +++ b/sys-kernel/genkernel-next/genkernel-next-.ebuild @@ -0,0 +1,62 @@ +# 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-59.ebuild,v 1.1 2014/12/07 15:47:50 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/c1pherx/genkernel-next.git" + inherit git-2 +fi +inherit bash-completion-r1 eutils + +if [[ "${PV}" == "" ]]; then + KEYWORDS="" +else + KEYWORDS="~alpha ~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 + !sys-fs/eudev[-kmod,modutils] + 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 + ! +http://www.gentoo.org/dtd/metadata.dtd";> + + + + c1p...@c1pher.net + + + Enable support for Luks disk enrcyption using sys-fs/cryptsetup + Enable support for DMRAID (include dmraid dependency) + Enable support for GPG (include gnupg dependency) + Enable support for open-iscsi (include open-iscsi dependency) + Enable support for Plymouth (include Plymouth dependency) + +
[gentoo-commits] dev/c1pher:master commit in: www-apps/indefero/files/, net-wireless/wepdecrypt/files/, dev-lang/go/, ...
commit: 63c7bfdb84648a2c41da5febcb1c008dfd597a33 Author: Dane Smith c1pher net> AuthorDate: Sat Dec 13 00:19:04 2014 + Commit: Dane Smith gentoo org> CommitDate: Sat Dec 13 00:19:04 2014 + URL: http://sources.gentoo.org/gitweb/?p=dev/c1pher.git;a=commit;h=63c7bfdb Drop ancient stuff --- app-text/calibre/Manifest | 2 - app-text/calibre/calibre-0.8.7.ebuild | 169 --- dev-lang/go/Manifest | 4 - dev-lang/go/files/go-1.0.3-hardened.patch | 44 --- dev-lang/go/go-1.0.3.ebuild| 139 - dev-lang/go/metadata.xml | 13 - dev-util/ati-stream-sdk/Manifest | 10 - dev-util/ati-stream-sdk/ati-stream-sdk-2.1.ebuild | 108 --- .../ati-stream-sdk/ati-stream-sdk-2.3-r1.ebuild| 102 --- dev-util/ati-stream-sdk/files/Makefile | 63 dev-util/ati-stream-sdk/files/atiocl32.icd | 1 - dev-util/ati-stream-sdk/files/atiocl64.icd | 1 - dev-util/ati-stream-sdk/metadata.xml | 12 - net-libs/nativebiginteger/ChangeLog| 32 -- net-libs/nativebiginteger/Manifest | 9 - .../files/nativebiginteger-0.6.4-as-needed.patch | 17 -- .../files/nativebiginteger-0.6.4-asmfix.patch | 31 -- .../files/nativebiginteger-0.6.4-ldflags.patch | 16 - net-libs/nativebiginteger/metadata.xml | 10 - .../nativebiginteger-0.6.4-r2.ebuild | 39 --- .../nativebiginteger-0.6.4-r3.ebuild | 36 --- .../nativebiginteger/nativebiginteger-0.6.4.ebuild | 30 -- net-proxy/webscarab/Manifest | 1 - net-proxy/webscarab/webscarab-.ebuild | 29 -- net-wireless/mdk/Manifest | 4 - net-wireless/mdk/files/3.6-makefile.patch | 37 --- net-wireless/mdk/mdk-3.6.ebuild| 38 --- net-wireless/mdk/metadata.xml | 12 - net-wireless/pyrit/ChangeLog | 9 - net-wireless/pyrit/Manifest| 5 - net-wireless/pyrit/pyrit-0.4.0.ebuild | 61 net-wireless/wepdecrypt/ChangeLog | 60 net-wireless/wepdecrypt/Manifest | 6 - .../wepdecrypt/files/wepdecrypt-0.8-buffer.patch | 11 - .../wepdecrypt/files/wepdecrypt-0.8-build.patch| 20 -- net-wireless/wepdecrypt/metadata.xml | 9 - net-wireless/wepdecrypt/wepdecrypt-0.8-r1.ebuild | 43 --- sys-fs/loop-aes/ChangeLog | 322 - sys-fs/loop-aes/Manifest | 9 - sys-fs/loop-aes/loop-aes-3.6b-r1.ebuild| 73 - sys-fs/loop-aes/loop-aes-3.6b.ebuild | 67 - sys-fs/loop-aes/loop-aes-3.6c.ebuild | 73 - sys-fs/loop-aes/loop-aes-3.6d.ebuild | 73 - sys-fs/loop-aes/metadata.xml | 18 -- sys-kernel/c1pher-sources/ChangeLog| 38 --- sys-kernel/c1pher-sources/Manifest | 23 -- .../c1pher-sources/c1pher-sources-2.6.36.ebuild| 45 --- .../c1pher-sources/c1pher-sources-2.6.38.ebuild| 45 --- .../c1pher-sources/c1pher-sources-2.6.39.ebuild| 47 --- sys-kernel/c1pher-sources/metadata.xml | 13 - www-apps/indefero/Manifest | 9 - www-apps/indefero/files/bootstrap.php | 22 -- www-apps/indefero/files/dbsetup.sh | 3 - www-apps/indefero/files/indefero-gentoo.diff | 28 -- www-apps/indefero/files/postinstall-en.txt | 29 -- www-apps/indefero/indefero-1.2.ebuild | 57 www-apps/indefero/indefero-1.3.2.ebuild| 57 www-apps/indefero/metadata.xml | 10 - 58 files changed, 2294 deletions(-) diff --git a/app-text/calibre/Manifest b/app-text/calibre/Manifest deleted file mode 100644 index 9c227b6..000 --- a/app-text/calibre/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST calibre-0.8.7.tar.gz 28749446 RMD160 a808ebfccc13d290ca0a3bbdbcc640daa6f11d46 SHA1 784db461bebc0e589663cdc948f5b65651b81b86 SHA256 7c04eb611c17170b67c18d73ad8cde5e5dac421dc40ee5c90309863008b4abbb -EBUILD calibre-0.8.7.ebuild 5377 RMD160 d27bf91cf458cd606440c9afd6321ee00c77b064 SHA1 a370c4a99a64cc2097f830a19685f0b4a03e7150 SHA256 6edbd40b0d231546f2b9b7ac9dc7c8044332a535354e9f77c10e7bacfd8e1508 diff --git a/app-text/calibre/calibre-0.8.7.ebuild b/app-text/calibre/calibre-0.8.7.ebuild deleted file mode 100644 index 6f3f97c..000 --- a/app-text/calibre/calibre-0.8.7.ebuild +++ /dev/null @@ -1,169 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.6.ebuild,v 1.1 2011/06/20 19:41:50 zmedico Exp $ - -EAPI=3 -PYTHON_DEP
[gentoo-commits] dev/c1pher:master commit in: licenses/
commit: 2a2d590acd3752e279a221cb17e8349c98f90b3a Author: Dane Smith c1pher net> AuthorDate: Sat Dec 13 00:19:22 2014 + Commit: Dane Smith gentoo org> CommitDate: Sat Dec 13 00:19:22 2014 + URL: http://sources.gentoo.org/gitweb/?p=dev/c1pher.git;a=commit;h=2a2d590a Drop AMD license --- licenses/AMD-OCL | 157 --- 1 file changed, 157 deletions(-) diff --git a/licenses/AMD-OCL b/licenses/AMD-OCL deleted file mode 100644 index 5d2015b..000 --- a/licenses/AMD-OCL +++ /dev/null @@ -1,157 +0,0 @@ -Do not load this Software until you have -carefully read and agreed to the following terms and conditions. This is a -legal agreement ("Agreement") between you (either an individual or an entity) -(you or "Licensee") and Advanced Micro Devices, Inc. ("AMD"). If Licensee -does not agree to the terms of this Agreement, do not install or use this -Software or any portion thereof. By loading or using this software that may -include associated media, printed Software, and online or electronic -documentation or any portion thereof that is made available to install -("Software"), Licensee agrees to all of the terms of this Agreement. - -1. License. The software accompanying this License (hereinafter "Software"), -regardless of the form in which it is distributed, is licensed to you by -Advanced Micro Devices, Inc. You own the medium on which the Software is -recorded, but Advanced Micro Devices, Inc. and, if applicable, its Licensors -(referred to collectively as "AMD") retain title to the Software and -related documentation. You may: -a) make a copy of the Software in machine-readable form for backup purposes. -You must reproduce on such copy AMD's copyright notice and any other -proprietary legends that were on the original copy of the Software; -b) transfer all your license rights in the Software to a third party -provided you must also transfer a copy of this License, the backup copy of -the Software and the related documentation and provided the other party reads -and agrees to accept the terms and conditions of this License. Upon such -transfer your license is then terminated; and -c) make and distribute copies of the Software within your organization, -provided that you agree to include all copyright legends and other legal -notices that may appear in the Software, as well as this Software License -Agreement in its entirety, in each copy of the Software that is made or -distributed. - -2. Restrictions. The Software contains copyrighted and patented material, -trade secrets and other proprietary material. In order to protect them, and -except as permitted by applicable legislation, you may not: -a) decompile, reverse engineer, disassemble or otherwise reduce the Software -to a human-perceivable form; -b) modify, network, rent, lend, loan, distribute or create derivative works -based upon the Software in whole or in part; or -c) electronically transmit the Software from one computer to another or over -a network or otherwise transfer the Software except as permitted by this -License. - -3 OWNERSHIP AND COPYRIGHT OF SOFTWARE: The Software is owned by AMD and is -protected by United States and foreign intellectual property laws (e.g. patent -and copyright laws) and international treaty provisions. Licensee will not -remove the copyright notice from the Software. Licensee agrees to prevent -any unauthorized copying of the Software. All title and copyrights in and -to the Software, all copies thereof (in whole or in part, and in any form), -and all rights therein shall remain vested in AMD. Except as expressly -provided herein, AMD does not grant any express or implied right to Licensee -under AMD patents, copyrights, trademarks, or trade secret information. All -rights in and to the Software not expressly granted to Licensee in this -Agreement are reserved to AMD. - -4. SUPPORT: Under this Agreement, AMD is under no obligation to assist in -the use of this Software, to provide support to licensees of the Software, or -to provide maintenance, correction, modification, enhancement, or upgrades to -the Software. AMD may provide such support, maintenance, correction, -modification, enhancement or upgrades in a media determined by AMD and AMD -shall have no obligation to notify Licensee thereof. Additionally, such -support, maintenance, correction, modification, enhancement, or upgrades shall -be considered part of the Software, and shall be subject to this Agreement. - -5. Termination. This License is effective until terminated. You may -terminate this License at any time by destroying the Software, related -documentation and all copies thereof. This License will terminate -immediately without notice from AMD if you fail to comply with any provision -of this License. Upon termination you must destroy the Software, related -documentation and all copies thereof. - -6. Government End Users. If you are acquiring the So
[gentoo-commits] gentoo-x86 commit in media-gfx/digikam: digikam-4.4.0-r1.ebuild ChangeLog
mrueg 14/12/13 00:21:24 Modified: digikam-4.4.0-r1.ebuild ChangeLog Log: Fix typo in dependency. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.5 media-gfx/digikam/digikam-4.4.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild?r1=1.4&r2=1.5 Index: digikam-4.4.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- digikam-4.4.0-r1.ebuild 12 Dec 2014 23:02:55 - 1.4 +++ digikam-4.4.0-r1.ebuild 13 Dec 2014 00:21:24 - 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/media-gfx/digikam/digikam-4.4.0-r1.ebuild,v 1.4 2014/12/12 23:02:55 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild,v 1.5 2014/12/13 00:21:24 mrueg Exp $ EAPI=5 @@ -32,7 +32,7 @@ CDEPEND=" || ( ( kde-apps/kdebase-kioslaves:4 - kde-apps/libkcdraw:4= + kde-apps/libkdcraw:4= kde-apps/libkexiv2:4= kde-apps/libkipi:4 kde-apps/marble:4=[plasma] ) 1.273media-gfx/digikam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/ChangeLog?rev=1.273&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/ChangeLog?rev=1.273&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/ChangeLog?r1=1.272&r2=1.273 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v retrieving revision 1.272 retrieving revision 1.273 diff -u -r1.272 -r1.273 --- ChangeLog 12 Dec 2014 23:02:55 - 1.272 +++ ChangeLog 13 Dec 2014 00:21:24 - 1.273 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/digikam # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.272 2014/12/12 23:02:55 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.273 2014/12/13 00:21:24 mrueg Exp $ + + 13 Dec 2014; Manuel Rüger digikam-4.4.0-r1.ebuild: + Fix typo in dependency. 12 Dec 2014; Manuel Rüger digikam-4.4.0-r1.ebuild: Whitespace
[gentoo-commits] gentoo-x86 commit in app-emacs/css-mode: ChangeLog css-mode-0.11-r1.ebuild
ulm 14/12/12 23:47:02 Modified: ChangeLog Added:css-mode-0.11-r1.ebuild Log: Fix runtime problem with Emacs 24.4, bug 532358. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.12 app-emacs/css-mode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/css-mode/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/css-mode/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/css-mode/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emacs/css-mode/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 21 Feb 2014 00:10:55 - 1.11 +++ ChangeLog 12 Dec 2014 23:47:02 - 1.12 @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/css-mode # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/css-mode/ChangeLog,v 1.11 2014/02/21 00:10:55 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/css-mode/ChangeLog,v 1.12 2014/12/12 23:47:02 ulm Exp $ + +*css-mode-0.11-r1 (12 Dec 2014) + + 12 Dec 2014; Ulrich Müller +css-mode-0.11-r1.ebuild, + +files/css-mode-0.11-no-compat-kbd.patch: + Fix runtime problem with Emacs 24.4, bug 532358. 21 Feb 2014; Ulrich Müller css-mode-0.11.ebuild: Update ebuild to EAPI 5. Specify LICENSE more precisely. 1.1 app-emacs/css-mode/css-mode-0.11-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/css-mode/css-mode-0.11-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/css-mode/css-mode-0.11-r1.ebuild?rev=1.1&content-type=text/plain Index: css-mode-0.11-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/css-mode/css-mode-0.11-r1.ebuild,v 1.1 2014/12/12 23:47:02 ulm Exp $ EAPI=5 inherit elisp DESCRIPTION="A major mode for editing Cascading Style Sheets (CSS)" HOMEPAGE="http://www.garshol.priv.no/download/software/css-mode/"; SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" ELISP_PATCHES="${P}-no-compat-kbd.patch" SITEFILE="50${PN}-gentoo.el" src_prepare() { elisp_src_prepare # Fix documentation sed -i -e 's,HREF="/visuals/standard.css",HREF="standard.css",' doco.html } src_install() { elisp_src_install dohtml -A css doco.html standard.css }
[gentoo-commits] gentoo-x86 commit in app-emacs/css-mode/files: css-mode-0.11-no-compat-kbd.patch
ulm 14/12/12 23:47:03 Added:css-mode-0.11-no-compat-kbd.patch Log: Fix runtime problem with Emacs 24.4, bug 532358. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.1 app-emacs/css-mode/files/css-mode-0.11-no-compat-kbd.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/css-mode/files/css-mode-0.11-no-compat-kbd.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/css-mode/files/css-mode-0.11-no-compat-kbd.patch?rev=1.1&content-type=text/plain Index: css-mode-0.11-no-compat-kbd.patch === Function "apropos-macrop" apparently no longer exists in Emacs 24.4. Simply remove the code using it, since it was only needed for backwards compatibility with Emacs 19 (the "kbd" macro appeared in Emacs 20.1). https://bugs.gentoo.org/532358 --- css-mode-0.11-orig/css-mode.el +++ css-mode-0.11/css-mode.el @@ -166,16 +166,6 @@ (define-key cssm-mode-map (read-kbd-macro "}") 'cssm-insert-right-brace-and-indent) (define-key cssm-mode-map (read-kbd-macro "M-TAB") 'cssm-complete-property)) -;;; Cross-version compatibility layer - -(when (not (or (apropos-macrop 'kbd) -(fboundp 'kbd))) -(defmacro kbd (keys) - "Convert KEYS to the internal Emacs key representation. -KEYS should be a string constant in the format used for -saving keyboard macros (see `insert-kbd-macro')." - (read-kbd-macro keys))) - ;;; Auto-indentation support ; internal
[gentoo-commits] gentoo-x86 commit in dev-python/pysaml2: pysaml2-2.1.0.ebuild ChangeLog
mgorny 14/12/12 23:23:20 Modified: pysaml2-2.1.0.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 dev-python/pysaml2/pysaml2-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild?r1=1.1&r2=1.2 Index: pysaml2-2.1.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pysaml2-2.1.0.ebuild10 Nov 2014 06:09:43 - 1.1 +++ pysaml2-2.1.0.ebuild12 Dec 2014 23:23:20 - 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-python/pysaml2/pysaml2-2.1.0.ebuild,v 1.1 2014/11/10 06:09:43 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysaml2/pysaml2-2.1.0.ebuild,v 1.2 2014/12/12 23:23:20 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -23,7 +23,7 @@ dev-python/decorator[${PYTHON_USEDEP}] >=dev-python/requests-1.0.0[${PYTHON_USEDEP}] dev-python/paste[${PYTHON_USEDEP}] - net-zope/zope-interface[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] dev-python/repoze-who[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] dev-python/pytz[${PYTHON_USEDEP}] 1.2 dev-python/pysaml2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pysaml2/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/pysaml2/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 10 Nov 2014 06:09:43 - 1.1 +++ ChangeLog 12 Dec 2014 23:23:20 - 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysaml2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysaml2/ChangeLog,v 1.1 2014/11/10 06:09:43 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysaml2/ChangeLog,v 1.2 2014/12/12 23:23:20 mgorny Exp $ + + 12 Dec 2014; Michał Górny pysaml2-2.1.0.ebuild: + Rename net-zope/zope-interface to dev-python/zope-interface. *pysaml2-2.1.0 (10 Nov 2014)
[gentoo-commits] gentoo-x86 commit in dev-python/repoze-sphinx-autointerface: repoze-sphinx-autointerface-0.7.1.ebuild ChangeLog
mgorny 14/12/12 23:23:21 Modified: repoze-sphinx-autointerface-0.7.1.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1.ebuild?r1=1.2&r2=1.3 Index: repoze-sphinx-autointerface-0.7.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- repoze-sphinx-autointerface-0.7.1.ebuild3 Apr 2014 00:54:36 - 1.2 +++ repoze-sphinx-autointerface-0.7.1.ebuild12 Dec 2014 23:23:21 - 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-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1.ebuild,v 1.2 2014/04/03 00:54:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-0.7.1.ebuild,v 1.3 2014/12/12 23:23:21 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) @@ -20,7 +20,7 @@ RDEPEND=" dev-python/sphinx[${PYTHON_USEDEP}] - net-zope/zope-interface[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] " DEPEND=" ${RDEPEND} 1.3 dev-python/repoze-sphinx-autointerface/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-sphinx-autointerface/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-sphinx-autointerface/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-sphinx-autointerface/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/repoze-sphinx-autointerface/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 3 Apr 2014 00:54:36 - 1.2 +++ ChangeLog 12 Dec 2014 23:23:21 - 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/repoze-sphinx-autointerface # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-sphinx-autointerface/ChangeLog,v 1.2 2014/04/03 00:54:36 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-sphinx-autointerface/ChangeLog,v 1.3 2014/12/12 23:23:21 mgorny Exp $ + + 12 Dec 2014; Michał Górny + repoze-sphinx-autointerface-0.7.1.ebuild: + Rename net-zope/zope-interface to dev-python/zope-interface. 03 Apr 2014; Tim Harder repoze-sphinx-autointerface-0.7.1.ebuild: @@ -11,4 +15,3 @@ 19 Feb 2014; Tim Harder +repoze-sphinx-autointerface-0.7.1.ebuild, +metadata.xml: Initial import. -
[gentoo-commits] gentoo-x86 commit in dev-python/webut: webut-0.1.0.2.ebuild ChangeLog
mgorny 14/12/12 23:23:24 Modified: webut-0.1.0.2.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.14 dev-python/webut/webut-0.1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild?r1=1.13&r2=1.14 Index: webut-0.1.0.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- webut-0.1.0.2.ebuild3 Aug 2013 09:45:41 - 1.13 +++ webut-0.1.0.2.ebuild12 Dec 2014 23:23:24 - 1.14 @@ -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-python/webut/webut-0.1.0.2.ebuild,v 1.13 2013/08/03 09:45:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2.ebuild,v 1.14 2014/12/12 23:23:24 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -21,7 +21,7 @@ RDEPEND=">=dev-python/nevow-0.9.18 >=dev-python/twisted-core-2 - >=net-zope/zope-interface-3.0.1" + >=dev-python/zope-interface-3.0.1" DEPEND="${RDEPEND}" RESTRICT_PYTHON_ABIS="3.*" 1.14 dev-python/webut/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/webut/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 3 Aug 2013 09:45:41 - 1.13 +++ ChangeLog 12 Dec 2014 23:23:24 - 1.14 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/webut -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.13 2013/08/03 09:45:41 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/ChangeLog,v 1.14 2014/12/12 23:23:24 mgorny Exp $ + + 12 Dec 2014; Michał Górny webut-0.1.0.2.ebuild: + Rename net-zope/zope-interface to dev-python/zope-interface. 03 Aug 2013; Michał Górny webut-0.1.0.2.ebuild: Move dev-python/twisted to dev-python/twisted-core. @@ -45,4 +48,3 @@ 21 Aug 2008; Jesus Rivero +webut-0.1.0.2.ebuild: Initial Commit. Dependency for Bug #167164 -
[gentoo-commits] gentoo-x86 commit in net-zope/zope-interface: ChangeLog Manifest metadata.xml zope-interface-4.1.1.ebuild
mgorny 14/12/12 23:22:59 Removed: ChangeLog Manifest metadata.xml zope-interface-4.1.1.ebuild Log: Move to dev-python/zope-interface.
[gentoo-commits] gentoo-x86 commit in dev-python/ipython: ipython-0.10.2.ebuild ChangeLog
mgorny 14/12/12 23:23:16 Modified: ipython-0.10.2.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.9 dev-python/ipython/ipython-0.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.10.2.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.10.2.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ipython-0.10.2.ebuild?r1=1.8&r2=1.9 Index: ipython-0.10.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.10.2.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ipython-0.10.2.ebuild 26 Aug 2012 18:48:25 - 1.8 +++ ipython-0.10.2.ebuild 12 Dec 2014 23:23:16 - 1.9 @@ -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/dev-python/ipython/ipython-0.10.2.ebuild,v 1.8 2012/08/26 18:48:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.10.2.ebuild,v 1.9 2014/12/12 23:23:16 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -29,7 +29,7 @@ smp? ( dev-python/foolscap dev-python/pyopenssl - net-zope/zope-interface + dev-python/zope-interface ) wxwidgets? ( dev-python/wxpython )" DEPEND="${DEPEND} 1.154dev-python/ipython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.154&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?rev=1.154&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ipython/ChangeLog?r1=1.153&r2=1.154 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v retrieving revision 1.153 retrieving revision 1.154 diff -u -r1.153 -r1.154 --- ChangeLog 3 Dec 2014 01:59:27 - 1.153 +++ ChangeLog 12 Dec 2014 23:23:16 - 1.154 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipython # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.153 2014/12/03 01:59:27 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.154 2014/12/12 23:23:16 mgorny Exp $ + + 12 Dec 2014; Michał Górny ipython-0.10.2.ebuild: + Rename net-zope/zope-interface to dev-python/zope-interface. 03 Dec 2014; Ian Delaney ipython-2.3.0.ebuild, ipython-2.3.1.ebuild:
[gentoo-commits] gentoo-x86 commit in dev-python/twisted-core: twisted-core-14.0.1.ebuild twisted-core-14.0.2.ebuild twisted-core-13.0.0-r3.ebuild twisted-core-13.2.0.ebuild twisted-core-14.0.0.ebuild
mgorny 14/12/12 23:23:23 Modified: twisted-core-14.0.1.ebuild twisted-core-14.0.2.ebuild twisted-core-13.0.0-r3.ebuild twisted-core-13.2.0.ebuild twisted-core-14.0.0.ebuild twisted-core-12.3.0-r1.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.4 dev-python/twisted-core/twisted-core-14.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.1.ebuild?r1=1.3&r2=1.4 Index: twisted-core-14.0.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- twisted-core-14.0.1.ebuild 12 Nov 2014 12:19:27 - 1.3 +++ twisted-core-14.0.1.ebuild 12 Dec 2014 23:23:23 - 1.4 @@ -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/twisted-core/twisted-core-14.0.1.ebuild,v 1.3 2014/11/12 12:19:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.1.ebuild,v 1.4 2014/12/12 23:23:23 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt gtk serial test" -RDEPEND=">=net-zope/zope-interface-3.6.0[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}] crypt? ( >=dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] dev-python/service_identity[${PYTHON_USEDEP}] ) gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) 1.2 dev-python/twisted-core/twisted-core-14.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.2.ebuild?r1=1.1&r2=1.2 Index: twisted-core-14.0.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- twisted-core-14.0.2.ebuild 18 Nov 2014 03:19:34 - 1.1 +++ twisted-core-14.0.2.ebuild 12 Dec 2014 23:23:23 - 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-python/twisted-core/twisted-core-14.0.2.ebuild,v 1.1 2014/11/18 03:19:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-14.0.2.ebuild,v 1.2 2014/12/12 23:23:23 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="crypt gtk serial test" -RDEPEND=">=net-zope/zope-interface-3.6.0[${PYTHON_USEDEP}] +RDEPEND=">=dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}] crypt? ( >=dev-python/pyopenssl-0.10[${PYTHON_USEDEP}] dev-python/service_identity[${PYTHON_USEDEP}] ) gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] ) 1.11 dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild?r1=1.10&r2=1.11 Index: twisted-core-13.0.0-r3.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-13.0.0-r3.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- twisted-core-13.0.0-r3.ebuild 15 Sep 2014 08:19:34 - 1.10 +++
[gentoo-commits] gentoo-x86 commit in dev-python/pyramid: pyramid-1.5.2.ebuild pyramid-1.5.1.ebuild pyramid-1.4.3.ebuild pyramid-1.5.ebuild ChangeLog
mgorny 14/12/12 23:23:19 Modified: pyramid-1.5.2.ebuild pyramid-1.5.1.ebuild pyramid-1.4.3.ebuild pyramid-1.5.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 dev-python/pyramid/pyramid-1.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyramid/pyramid-1.5.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyramid/pyramid-1.5.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyramid/pyramid-1.5.2.ebuild?r1=1.1&r2=1.2 Index: pyramid-1.5.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyramid-1.5.2.ebuild10 Dec 2014 06:46:43 - 1.1 +++ pyramid-1.5.2.ebuild12 Dec 2014 23:23:19 - 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-python/pyramid/pyramid-1.5.2.ebuild,v 1.1 2014/12/10 06:46:43 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.2.ebuild,v 1.2 2014/12/12 23:23:19 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" #IUSE="test" -# tests would pull in net-zope/zope-deprecation with its deps - not a good idea +# tests would pull in dev-python/zope-deprecation with its deps - not a good idea RDEPEND=" dev-python/chameleon[${PYTHON_USEDEP}] @@ -26,7 +26,7 @@ dev-python/webob[${PYTHON_USEDEP}] dev-python/repoze-lru[${PYTHON_USEDEP}] dev-python/mako[${PYTHON_USEDEP}] - net-zope/zope-interface[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] dev-python/translationstring[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}] dev-python/venusian[${PYTHON_USEDEP}] 1.4 dev-python/pyramid/pyramid-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyramid/pyramid-1.5.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyramid/pyramid-1.5.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyramid/pyramid-1.5.1.ebuild?r1=1.3&r2=1.4 Index: pyramid-1.5.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyramid-1.5.1.ebuild25 Nov 2014 10:44:20 - 1.3 +++ pyramid-1.5.1.ebuild12 Dec 2014 23:23:19 - 1.4 @@ -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/pyramid/pyramid-1.5.1.ebuild,v 1.3 2014/11/25 10:44:20 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.5.1.ebuild,v 1.4 2014/12/12 23:23:19 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" #IUSE="test" -# tests would pull in net-zope/zope-deprecation with its deps - not a good idea +# tests would pull in dev-python/zope-deprecation with its deps - not a good idea RDEPEND=" dev-python/chameleon[${PYTHON_USEDEP}] @@ -26,7 +26,7 @@ dev-python/webob[${PYTHON_USEDEP}] dev-python/repoze-lru[${PYTHON_USEDEP}] dev-python/mako[${PYTHON_USEDEP}] - net-zope/zope-interface[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] dev-python/translationstring[${PYTHON_USEDEP}] dev-python/pastedeploy[${PYTHON_USEDEP}] dev-python/venusian[${PYTHON_USEDEP}] 1.3 dev-python/pyramid/pyramid-1.4.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyramid/pyramid-1.4.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyramid/pyramid-1.4.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyramid/pyramid-1.4.3.ebuild?r1=1.2&r2=1.3 Index: pyramid-1.4.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/pyramid/pyramid-1.4.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pyramid-1.4.3.ebuild10 Aug 2014 21:17:34 - 1.2 +++ pyramid-1.4.3.ebuild12 Dec 2014 23:23:19 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Fo
[gentoo-commits] gentoo-x86 commit in dev-python/kazoo: kazoo-1.3.1.ebuild ChangeLog
mgorny 14/12/12 23:23:17 Modified: kazoo-1.3.1.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 dev-python/kazoo/kazoo-1.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kazoo/kazoo-1.3.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kazoo/kazoo-1.3.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kazoo/kazoo-1.3.1.ebuild?r1=1.1&r2=1.2 Index: kazoo-1.3.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/kazoo/kazoo-1.3.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kazoo-1.3.1.ebuild 19 Feb 2014 10:03:51 - 1.1 +++ kazoo-1.3.1.ebuild 12 Dec 2014 23:23:17 - 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-python/kazoo/kazoo-1.3.1.ebuild,v 1.1 2014/02/19 10:03:51 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kazoo/kazoo-1.3.1.ebuild,v 1.2 2014/12/12 23:23:17 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -17,7 +17,7 @@ IUSE="doc gevent test" RDEPEND=" - >=net-zope/zope-interface-3.8.0[${PYTHON_USEDEP}] + >=dev-python/zope-interface-3.8.0[${PYTHON_USEDEP}] gevent? ( dev-python/gevent[$(python_gen_usedep 'python2*')] ) " DEPEND="${RDEPEND} 1.3 dev-python/kazoo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kazoo/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kazoo/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/kazoo/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/kazoo/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 25 Jun 2014 04:17:30 - 1.2 +++ ChangeLog 12 Dec 2014 23:23:17 - 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/kazoo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kazoo/ChangeLog,v 1.2 2014/06/25 04:17:30 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/kazoo/ChangeLog,v 1.3 2014/12/12 23:23:17 mgorny Exp $ + + 12 Dec 2014; Michał Górny kazoo-1.3.1.ebuild: + Rename net-zope/zope-interface to dev-python/zope-interface. *kazoo-2.0 (25 Jun 2014) @@ -12,4 +15,3 @@ 19 Feb 2014; Tim Harder +kazoo-1.3.1.ebuild, +metadata.xml: Initial import. -
[gentoo-commits] gentoo-x86 commit in net-misc/openvswitch: openvswitch-2.3.0.ebuild openvswitch-2.1.3.ebuild openvswitch-2.3.0-r1.ebuild openvswitch-1.11.0.ebuild openvswitch-2.0.0-r3.ebuild ChangeLo
mgorny 14/12/12 23:23:07 Modified: openvswitch-2.3.0.ebuild openvswitch-2.1.3.ebuild openvswitch-2.3.0-r1.ebuild openvswitch-1.11.0.ebuild openvswitch-2.0.0-r3.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 net-misc/openvswitch/openvswitch-2.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0.ebuild?r1=1.2&r2=1.3 Index: openvswitch-2.3.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openvswitch-2.3.0.ebuild22 Sep 2014 20:10:51 - 1.2 +++ openvswitch-2.3.0.ebuild12 Dec 2014 23:23:07 - 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/net-misc/openvswitch/openvswitch-2.3.0.ebuild,v 1.2 2014/09/22 20:10:51 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0.ebuild,v 1.3 2014/12/12 23:23:07 mgorny Exp $ EAPI=5 @@ -25,7 +25,7 @@ dev-python/twisted-conch dev-python/twisted-web dev-python/PyQt4[${PYTHON_USEDEP}] - net-zope/zope-interface[${PYTHON_USEDEP}] ) + dev-python/zope-interface[${PYTHON_USEDEP}] ) debug? ( dev-lang/perl )" DEPEND="${RDEPEND} virtual/pkgconfig" 1.2 net-misc/openvswitch/openvswitch-2.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.1.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.1.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.1.3.ebuild?r1=1.1&r2=1.2 Index: openvswitch-2.1.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.1.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openvswitch-2.1.3.ebuild22 Aug 2014 04:28:25 - 1.1 +++ openvswitch-2.1.3.ebuild12 Dec 2014 23:23:07 - 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/net-misc/openvswitch/openvswitch-2.1.3.ebuild,v 1.1 2014/08/22 04:28:25 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.1.3.ebuild,v 1.2 2014/12/12 23:23:07 mgorny Exp $ EAPI=5 @@ -25,7 +25,7 @@ dev-python/twisted-conch dev-python/twisted-web dev-python/PyQt4[${PYTHON_USEDEP}] - net-zope/zope-interface[${PYTHON_USEDEP}] ) + dev-python/zope-interface[${PYTHON_USEDEP}] ) debug? ( dev-lang/perl )" DEPEND="${RDEPEND} virtual/pkgconfig" 1.2 net-misc/openvswitch/openvswitch-2.3.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0-r1.ebuild?r1=1.1&r2=1.2 Index: openvswitch-2.3.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openvswitch-2.3.0-r1.ebuild 17 Oct 2014 02:24:57 - 1.1 +++ openvswitch-2.3.0-r1.ebuild 12 Dec 2014 23:23:07 - 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/net-misc/openvswitch/openvswitch-2.3.0-r1.ebuild,v 1.1 2014/10/17 02:24:57 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/openvswitch/openvswitch-2.3.0-r1.ebuild,v 1.2 2014/12/12 23:23:07 mgorny Exp $ EAPI=5 @@ -25,7 +25,7 @@ dev-python/twisted-conch dev-python/twisted-web dev-python/PyQt4[${PYTHON_USEDEP}] -
[gentoo-commits] gentoo-x86 commit in dev-python/zope-interface: metadata.xml zope-interface-4.1.1.ebuild ChangeLog
mgorny 14/12/12 23:22:51 Added:metadata.xml zope-interface-4.1.1.ebuild ChangeLog Log: Move from net-zope/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.1 dev-python/zope-interface/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zope-interface/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zope-interface/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> python zope.interface 1.1 dev-python/zope-interface/zope-interface-4.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zope-interface/zope-interface-4.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zope-interface/zope-interface-4.1.1.ebuild?rev=1.1&content-type=text/plain Index: zope-interface-4.1.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/zope-interface/zope-interface-4.1.1.ebuild,v 1.1 2014/12/12 23:22:51 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 flag-o-matic MY_PN=${PN/-/.} MY_P=${MY_PN}-${PV} DESCRIPTION="Interfaces for Python" HOMEPAGE="http://pypi.python.org/pypi/zope.interface"; SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="ZPL" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="" S=${WORKDIR}/${MY_P} # until all deps are in the tree (bug #442794) RESTRICT="test" python_compile() { if [[ ${EPYTHON} != python3* ]]; then local CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" append-flags -fno-strict-aliasing fi distutils-r1_python_compile } python_test() { esetup.py test } 1.1 dev-python/zope-interface/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zope-interface/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zope-interface/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-python/zope-interface # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/zope-interface/ChangeLog,v 1.1 2014/12/12 23:22:51 mgorny Exp $ *zope-interface-4.1.1 (12 Dec 2014) 12 Dec 2014; Michał Górny +metadata.xml, +zope-interface-4.1.1.ebuild: Move from net-zope/zope-interface.
[gentoo-commits] gentoo-x86 commit in media-tv/freevo: freevo-1.9.0.ebuild freevo-1.9.0-r1.ebuild ChangeLog
mgorny 14/12/12 23:23:14 Modified: freevo-1.9.0.ebuild freevo-1.9.0-r1.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.20 media-tv/freevo/freevo-1.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild?r1=1.19&r2=1.20 Index: freevo-1.9.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- freevo-1.9.0.ebuild 10 Aug 2014 21:02:58 - 1.19 +++ freevo-1.9.0.ebuild 12 Dec 2014 23:23:14 - 1.20 @@ -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/freevo/freevo-1.9.0.ebuild,v 1.19 2014/08/10 21:02:58 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0.ebuild,v 1.20 2014/12/12 23:23:14 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2:2.5" @@ -22,7 +22,7 @@ dev-python/pygame >=dev-python/twisted-core-2.5 >=dev-python/twisted-web-0.6 - net-zope/zope-interface + dev-python/zope-interface >=dev-python/kaa-base-0.6.0 >=dev-python/kaa-metadata-0.7.3 1.4 media-tv/freevo/freevo-1.9.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild?r1=1.3&r2=1.4 Index: freevo-1.9.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- freevo-1.9.0-r1.ebuild 10 Aug 2014 21:02:58 - 1.3 +++ freevo-1.9.0-r1.ebuild 12 Dec 2014 23:23:14 - 1.4 @@ -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/freevo/freevo-1.9.0-r1.ebuild,v 1.3 2014/08/10 21:02:58 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.9.0-r1.ebuild,v 1.4 2014/12/12 23:23:14 mgorny Exp $ EAPI=5 @@ -23,7 +23,7 @@ dev-python/pygame[${PYTHON_USEDEP}] >=dev-python/twisted-core-2.5[${PYTHON_USEDEP}] >=dev-python/twisted-web-0.6[${PYTHON_USEDEP}] - net-zope/zope-interface[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] >=dev-python/kaa-base-0.6.0[${PYTHON_USEDEP}] >=dev-python/kaa-metadata-0.7.3[${PYTHON_USEDEP}] 1.86 media-tv/freevo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/freevo/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 10 Aug 2014 21:02:58 - 1.85 +++ ChangeLog 12 Dec 2014 23:23:14 - 1.86 @@ -1,6 +1,10 @@ # ChangeLog for media-tv/freevo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.85 2014/08/10 21:02:58 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.86 2014/12/12 23:23:14 mgorny Exp $ + + 12 Dec 2014; Michał Górny freevo-1.9.0-r1.ebuild, + freevo-1.9.0.ebuild: + Rename net-zope/zope-interface to dev-python/zope-interface. 10 Aug 2014; Sergei Trofimovich freevo-1.7.6.1.ebuild, freevo-1.9.0-r1.ebuild, freevo-1.9.0.ebuild:
[gentoo-commits] gentoo-x86 commit in net-zope/zc-buildout: ChangeLog Manifest metadata.xml zc-buildout-2.2.4.ebuild zc-buildout-2.2.5.ebuild
mgorny 14/12/12 23:22:57 Removed: ChangeLog Manifest metadata.xml zc-buildout-2.2.4.ebuild zc-buildout-2.2.5.ebuild Log: Move to dev-python/zc-buildout.
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog
mgorny 14/12/12 23:23:04 Modified: ChangeLog Log: Move net-zope/zc-buildout and net-zope/zope-interface into dev-python/. Revision ChangesPath 1.9606 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9606&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9606&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9605&r2=1.9606 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9605 retrieving revision 1.9606 diff -u -r1.9605 -r1.9606 --- ChangeLog 12 Dec 2014 22:31:38 - 1.9605 +++ ChangeLog 12 Dec 2014 23:23:04 - 1.9606 @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9605 2014/12/12 22:31:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9606 2014/12/12 23:23:04 mgorny 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! + 12 Dec 2014; Michał Górny updates/3Q-2009, + updates/4Q-2009, updates/4Q-2014: + Move net-zope/zc-buildout and net-zope/zope-interface into dev-python/. + 12 Dec 2014; Michał Górny package.mask: Lastrite net-zope/zope-fixers.
[gentoo-commits] gentoo-x86 commit in dev-python/repoze-who: repoze-who-2.2.ebuild ChangeLog
mgorny 14/12/12 23:23:22 Modified: repoze-who-2.2.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 dev-python/repoze-who/repoze-who-2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild?r1=1.1&r2=1.2 Index: repoze-who-2.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- repoze-who-2.2.ebuild 10 Nov 2014 06:08:51 - 1.1 +++ repoze-who-2.2.ebuild 12 Dec 2014 23:23:22 - 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-python/repoze-who/repoze-who-2.2.ebuild,v 1.1 2014/11/10 06:08:51 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-who/repoze-who-2.2.ebuild,v 1.2 2014/12/12 23:23:22 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -22,5 +22,5 @@ " RDEPEND=" dev-python/webob[${PYTHON_USEDEP}] - net-zope/zope-interface[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] " 1.2 dev-python/repoze-who/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/repoze-who/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/repoze-who/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 10 Nov 2014 06:08:51 - 1.1 +++ ChangeLog 12 Dec 2014 23:23:22 - 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/repoze-who # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-who/ChangeLog,v 1.1 2014/11/10 06:08:51 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/repoze-who/ChangeLog,v 1.2 2014/12/12 23:23:22 mgorny Exp $ + + 12 Dec 2014; Michał Górny repoze-who-2.2.ebuild: + Rename net-zope/zope-interface to dev-python/zope-interface. *repoze-who-2.2 (10 Nov 2014)
[gentoo-commits] gentoo-x86 commit in profiles/updates: 3Q-2009 4Q-2009 4Q-2014
mgorny 14/12/12 23:23:04 Modified: 3Q-2009 4Q-2009 4Q-2014 Log: Move net-zope/zc-buildout and net-zope/zope-interface into dev-python/. Revision ChangesPath 1.54 profiles/updates/3Q-2009 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/3Q-2009?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/3Q-2009?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/3Q-2009?r1=1.53&r2=1.54 Index: 3Q-2009 === RCS file: /var/cvsroot/gentoo-x86/profiles/updates/3Q-2009,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- 3Q-2009 4 Oct 2009 20:12:13 - 1.53 +++ 3Q-2009 12 Dec 2014 23:23:04 - 1.54 @@ -51,4 +51,4 @@ move games-emulation/gfceu games-emulation/gfceux move xfce-extra/thunar-svn-plugin xfce-extra/thunar-vcs-plugin slotmove media-radio/qgrid 0 3.5 -move net-zope/zopeinterface net-zope/zope-interface +move net-zope/zopeinterface dev-python/zope-interface 1.22 profiles/updates/4Q-2009 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2009?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2009?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2009?r1=1.21&r2=1.22 Index: 4Q-2009 === RCS file: /var/cvsroot/gentoo-x86/profiles/updates/4Q-2009,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- 4Q-2009 27 Dec 2009 19:05:54 - 1.21 +++ 4Q-2009 12 Dec 2014 23:23:04 - 1.22 @@ -1,7 +1,7 @@ move net-im/twinkle net-voip/twinkle slotmove >=net-misc/kvpnc-0.9.1 1 4 slotmove http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/updates/4Q-2014?r1=1.7&r2=1.8 Index: 4Q-2014 === RCS file: /var/cvsroot/gentoo-x86/profiles/updates/4Q-2014,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- 4Q-2014 30 Nov 2014 22:50:02 - 1.7 +++ 4Q-2014 12 Dec 2014 23:23:04 - 1.8 @@ -5,3 +5,5 @@ move app-shells/zsh-completion app-shells/gentoo-zsh-completions move www-servers/ocsigen www-servers/ocsigenserver slotmove =dev-cpp/gstreamermm-0.10* 0 0.10 +move net-zope/zc-buildout dev-python/zc-buildout +move net-zope/zope-interface dev-python/zope-interface
[gentoo-commits] gentoo-x86 commit in dev-python/eliot: eliot-0.4.0.ebuild ChangeLog
mgorny 14/12/12 23:23:15 Modified: eliot-0.4.0.ebuild ChangeLog Log: Rename net-zope/zope-interface to dev-python/zope-interface. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 dev-python/eliot/eliot-0.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eliot/eliot-0.4.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eliot/eliot-0.4.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eliot/eliot-0.4.0.ebuild?r1=1.1&r2=1.2 Index: eliot-0.4.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/eliot/eliot-0.4.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- eliot-0.4.0.ebuild 25 Sep 2014 20:35:42 - 1.1 +++ eliot-0.4.0.ebuild 12 Dec 2014 23:23: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/dev-python/eliot/eliot-0.4.0.ebuild,v 1.1 2014/09/25 20:35:42 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eliot/eliot-0.4.0.ebuild,v 1.2 2014/12/12 23:23:15 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -20,7 +20,7 @@ test? ( dev-python/pytest[${PYTHON_USEDEP}] )" RDEPEND=" dev-python/six[${PYTHON_USEDEP}] - net-zope/zope-interface[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] " python_compile_all() { 1.2 dev-python/eliot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eliot/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eliot/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eliot/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/eliot/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 25 Sep 2014 20:35:42 - 1.1 +++ ChangeLog 12 Dec 2014 23:23:15 - 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/eliot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eliot/ChangeLog,v 1.1 2014/09/25 20:35:42 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/eliot/ChangeLog,v 1.2 2014/12/12 23:23:15 mgorny Exp $ + + 12 Dec 2014; Michał Górny eliot-0.4.0.ebuild: + Rename net-zope/zope-interface to dev-python/zope-interface. *eliot-0.4.0 (25 Sep 2014)
[gentoo-commits] gentoo-x86 commit in dev-python/zc-buildout: zc-buildout-2.2.4.ebuild metadata.xml zc-buildout-2.2.5.ebuild ChangeLog
mgorny 14/12/12 23:22:46 Added:zc-buildout-2.2.4.ebuild metadata.xml zc-buildout-2.2.5.ebuild ChangeLog Log: Move from net-zope/zc-buildout. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.1 dev-python/zc-buildout/zc-buildout-2.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.4.ebuild?rev=1.1&content-type=text/plain Index: zc-buildout-2.2.4.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.4.ebuild,v 1.1 2014/12/12 23:22:46 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 MY_PN="${PN/-/.}" MY_P=${MY_PN}-${PV} DESCRIPTION="System for managing development buildouts" HOMEPAGE="http://pypi.python.org/pypi/zc.buildout"; SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="ZPL" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-python/setuptools-0.7[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_P} DOCS=( README.rst doc/tutorial.txt ) # Tests require zope packages absent from portage # Prevent incorrect installation of data file python_prepare_all() { sed -e '/^include_package_data/d' -i setup.py || die distutils-r1_python_prepare_all } 1.1 dev-python/zc-buildout/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> python tup...@gentoo.org Alfredo Tupone Buildout is a system for managing development buildouts. While often identified as a Zope project, and indeed licensed under the ZPL by Zope creator Jim Fulton, buildout is useful for configurations beyond Zope, and even, in rare cases, a few that have nothing to do with Python. The Buildout project provides support for creating applications, especially Python applications. It provides tools for assembling applications from multiple parts, Python or otherwise. An application may actually contain multiple programs, processes, and configuration settings. The word .buildout. refers to a description of a set of parts and the software to create and assemble them. It is often used informally to refer to an installed system based on a buildout definition. For example, if we are creating an application named .Foo., then .the Foo buildout. is the collection of configuration and application-specific software that allows an instance of the application to be created. We may refer to such an instance of the application informally as .a Foo buildout.. zc.buildout 1.1 dev-python/zc-buildout/zc-buildout-2.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.5.ebuild?rev=1.1&content-type=text/plain Index: zc-buildout-2.2.5.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/zc-buildout/zc-buildout-2.2.5.ebuild,v 1.1 2014/12/12 23:22:46 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 MY_PN="${PN/-/.}" MY_P=${MY_PN}-${PV} DESCRIPTION="System for managing development buildouts" HOMEPAGE="http://pypi.python.org/pypi/zc.buildout"; SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="ZPL" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-python/setuptools-3.3[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_P} DOCS=( README.rst doc/tutorial.txt ) # Tests require zope packages absent from portage # Prevent incorrect installation of data file python_prepare_all() { sed -e '/^include_package_data/d' -i setup.py || die distutils-r1_python_prepare_all } 1.1 dev-python/zc-buildout/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/zc-buildout/ChangeLog?rev=1.1&content-type=text/plain Index: Change
[gentoo-commits] gentoo-x86 commit in profiles: package.mask
mr_bones_14/12/12 23:22:18 Modified: package.mask Log: games-engines/sarien is gone Revision ChangesPath 1.16216 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16216&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16216&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16215&r2=1.16216 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16215 retrieving revision 1.16216 diff -u -r1.16215 -r1.16216 --- package.mask12 Dec 2014 22:31:38 - 1.16215 +++ package.mask12 Dec 2014 23:22:18 - 1.16216 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16215 2014/12/12 22:31:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16216 2014/12/12 23:22:18 mr_bones_ Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -293,11 +293,6 @@ =x11-misc/obconf-qt-0.1.0_p20141029 =x11-misc/pcmanfm-qt-0.8.0* -# Michael Sterrett (29 Oct 2014) -# Merged with games-engines/scummvm -# masked for removal on 20141128 -games-engines/sarien - # Mikle Kolyada (27 Oct 2014) # Fails tests (bug #442480), # fails to build with multiple make jobs (bug #264666).
[gentoo-commits] gentoo-x86 commit in games-engines/sarien: ChangeLog Manifest metadata.xml sarien-0.7.0.ebuild
mr_bones_14/12/12 23:21:23 Removed: ChangeLog Manifest metadata.xml sarien-0.7.0.ebuild Log: games-engines/sarien is gone
[gentoo-commits] gentoo-x86 commit in dev-perl/Data-Validate-IP: ChangeLog Data-Validate-IP-0.240.0.ebuild
dilfridge14/12/12 23:17:09 Modified: ChangeLog Data-Validate-IP-0.240.0.ebuild Log: Add test support and improve dependencies, bug 524554 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.3 dev-perl/Data-Validate-IP/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-IP/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-IP/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-IP/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-IP/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 7 Dec 2014 13:26:46 - 1.2 +++ ChangeLog 12 Dec 2014 23:17:09 - 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Data-Validate-IP # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-IP/ChangeLog,v 1.2 2014/12/07 13:26:46 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-IP/ChangeLog,v 1.3 2014/12/12 23:17:09 dilfridge Exp $ + + 12 Dec 2014; Andreas K. Huettel + Data-Validate-IP-0.240.0.ebuild: + Add test support and improve dependencies, bug 524554 07 Dec 2014; Mikle Kolyada Data-Validate-IP-0.240.0.ebuild: 1.3 dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild?r1=1.2&r2=1.3 Index: Data-Validate-IP-0.240.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Data-Validate-IP-0.240.0.ebuild 7 Dec 2014 13:26:46 - 1.2 +++ Data-Validate-IP-0.240.0.ebuild 12 Dec 2014 23:17:09 - 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-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild,v 1.2 2014/12/07 13:26:46 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-IP/Data-Validate-IP-0.240.0.ebuild,v 1.3 2014/12/12 23:17:09 dilfridge Exp $ EAPI=5 @@ -9,12 +9,25 @@ inherit perl-module -DESCRIPTION="Lightweight IPv4 and IPv6 validation module." +DESCRIPTION="Lightweight IPv4 and IPv6 validation module" -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~amd64" -IUSE="" +IUSE="test" -DEPEND=">=dev-perl/NetAddr-IP-4.66.0 - dev-perl/Test-Requires" +RDEPEND=" + virtual/perl-Exporter + >=dev-perl/NetAddr-IP-4 + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-File-Spec + virtual/perl-IO + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/Test-Requires + ) +" + +SRC_TEST=do
[gentoo-commits] gentoo-x86 commit in dev-perl/Data-Validate-Domain: Data-Validate-Domain-0.100.0.ebuild ChangeLog
dilfridge14/12/12 23:12:05 Modified: Data-Validate-Domain-0.100.0.ebuild ChangeLog Log: Add test support, bug 524552 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.3 dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild?r1=1.2&r2=1.3 Index: Data-Validate-Domain-0.100.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Data-Validate-Domain-0.100.0.ebuild 7 Dec 2014 13:22:31 - 1.2 +++ Data-Validate-Domain-0.100.0.ebuild 12 Dec 2014 23:12:05 - 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-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild,v 1.2 2014/12/07 13:22:31 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/Data-Validate-Domain-0.100.0.ebuild,v 1.3 2014/12/12 23:12:05 dilfridge Exp $ EAPI=5 @@ -11,9 +11,13 @@ DESCRIPTION="Light weight module for validating domains" -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~amd64" -IUSE="" +IUSE="test" -DEPEND=">=dev-perl/Net-Domain-TLD-1.690.0" +RDEPEND=">=dev-perl/Net-Domain-TLD-1.690.0" +DEPEND="${RDEPEND} + test? ( virtual/perl-Test-Simple ) +" + +SRC_TEST=do 1.3 dev-perl/Data-Validate-Domain/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-Domain/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-Domain/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Validate-Domain/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 7 Dec 2014 13:22:31 - 1.2 +++ ChangeLog 12 Dec 2014 23:12:05 - 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Data-Validate-Domain # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/ChangeLog,v 1.2 2014/12/07 13:22:31 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Validate-Domain/ChangeLog,v 1.3 2014/12/12 23:12:05 dilfridge Exp $ + + 12 Dec 2014; Andreas K. Huettel + Data-Validate-Domain-0.100.0.ebuild: + Add test support, bug 524552 07 Dec 2014; Mikle Kolyada Data-Validate-Domain-0.100.0.ebuild:
[gentoo-commits] gentoo-x86 commit in dev-python/zc-buildout: - New directory
mgorny 14/12/12 23:08:36 Log: Directory /var/cvsroot/gentoo-x86/dev-python/zc-buildout added to the repository
[gentoo-commits] gentoo-x86 commit in dev-python/zope-interface: - New directory
mgorny 14/12/12 23:08:36 Log: Directory /var/cvsroot/gentoo-x86/dev-python/zope-interface added to the repository
[gentoo-commits] proj/kde:master commit in: kde-apps/kde-l10n/
commit: b57f03358574897327756e3ebdb34d1dc7ff4bad Author: Manuel Rüger gentoo org> AuthorDate: Fri Dec 12 23:08:22 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Fri Dec 12 23:08:22 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b57f0335 [kde-apps/kde-l10n] Make removal non-fatal. Package-Manager: portage-2.2.15 --- kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild | 31 ++ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild b/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild index db2fea0..944eea8 100644 --- a/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild +++ b/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild @@ -56,7 +56,9 @@ src_unpack() { echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt # Drop translations that get installed with plasma 5 and kde apps 5 packages if use minimal; then - rm "${S}"/${DIR}/4/${LNG}/messages/kde-workspace/{freespacenotifier,\ + + # KDE Workspace 4 + rm -f "${S}"/${DIR}/4/${LNG}/messages/kde-workspace/{freespacenotifier,\ joystick,kaccess,kcmaccess,kcm_autostart,kcmbell,kcmcolors,kcm_desktoppaths,\ kcm_desktopthemedetails,kcmdevinfo,kcmfonts,kcm_infobase,kcminfo,\ kcm_infosummary,kcminit,kcminput,kcmkclock,kcmkeyboard,kcmkeys,\ @@ -80,16 +82,19 @@ plasma_runner_powerdevil,plasma_runner_recentdocuments,plasma_runner_services,\ plasma_runner_sessions,plasma_runner_shell,plasma_runner_solid,\ plasma_runner_webshortcuts,plasma_runner_windowedwidgets,plasma_runner_windows,\ powerdevilactivitiesconfig,powerdevilglobalconfig,powerdevil,\ -powerdevilprofilesconfig,processcore,processui,systemsettings}.po\ -|| die "Removing kde-workspace translations failed." - rm "${S}"/${DIR}/4/${LNG}/messages/kde-runtime/{attica_kde,drkonqi,\ +powerdevilprofilesconfig,processcore,processui,systemsettings}.po + + # KDE Runtime 4 + rm -f "${S}"/${DIR}/4/${LNG}/messages/kde-runtime/{attica_kde,drkonqi,\ filetypes,htmlsearch,kcmcomponentchooser,kcm_emoticons,kcmhtmlsearch,\ kcmicons,kcmkded,kcmnotify,kcm_phonon,kcmshell,kdesu,kglobalaccel,\ khelpcenter,kio_applications,kio_archive,kio_bookmarks,kioclient,\ kio_fish,kio_info,kio_man,kio_nfs,kio_recentdocuments,kio_remote,\ kio_sftp,kio_smb,kio_thumbnail,kmimetypefinder,knetattach,kstart,\ -ktraderclient,phonon_kde,soliduiserver}.po || die "Removing kde-runtime translations failed." - rm "${S}"/${DIR}/4/${LNG}/messages/kdeplasma-addons/{konqprofiles,\ +ktraderclient,phonon_kde,soliduiserver}.po + + # KDE Plasma Addons 4 + rm -f "${S}"/${DIR}/4/${LNG}/messages/kdeplasma-addons/{konqprofiles,\ konsoleprofiles,lancelot,liblancelot-datamodels,libplasma_groupingcontainment,\ libplasmaweather,plasma_applet_binaryclock,plasma_applet_bookmarks,\ plasma_applet_bubblemon,plasma_applet_CharSelectApplet,plasma_applet_comic,\ @@ -108,13 +113,15 @@ plasma_runner_contacts,plasma_runner_converterrunner,plasma_runner_datetime,\ plasma_runner_events,plasma_runner_katesessions,\ plasma_runner_konquerorsessions,plasma_runner_konsolesessions,\ plasma_runner_kopete,plasma_runner_krunner_dictionary,plasma_runner_mediawiki,\ -plasma_runner_spellcheckrunner,plasma_runner_translator,plasma_runner_youtube}.po\ -|| die "Removing kdeplasma-addons translations failed." - rm "${S}"/${DIR}/4/${LNG}/messages/kdelibs/{akonadi_baloo_indexer,\ +plasma_runner_spellcheckrunner,plasma_runner_translator,plasma_runner_youtube}.po + + # KDELIBS 4 + rm -f "${S}"/${DIR}/4/${LNG}/messages/kdelibs/{akonadi_baloo_indexer,\ baloo_file,baloo_file_extractor,baloosearch,balooshow,kcm_baloofile,\ -kio_baloosearch,kio_tags,kio_timeline,plasma_runner_baloosearchrunner}.po ||\ -die "Removing kdelibs translations failed." - rm "${S}"/${DIR}/4/${LNG}/messages/applications/useraccount.po || die "Removing applications translation failed." +kio_baloosearch,kio_tags,kio_timeline,plasma_runner_baloosearchrunner}.po + + # KDE Applications 4 + rm -f "${S}"/${DIR}/4/${LNG}/messages/applications/useraccount.po fi fi done
[gentoo-commits] gentoo-x86 commit in dev-perl/gnome2-vfs-perl: ChangeLog gnome2-vfs-perl-1.81.0-r1.ebuild
dilfridge14/12/12 23:07:24 Modified: ChangeLog gnome2-vfs-perl-1.81.0-r1.ebuild Log: Hard-disable tests since they need to set up a dbus desktop environment, bug 423473 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.57 dev-perl/gnome2-vfs-perl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 25 Aug 2014 02:22:35 - 1.56 +++ ChangeLog 12 Dec 2014 23:07:24 - 1.57 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/gnome2-vfs-perl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog,v 1.56 2014/08/25 02:22:35 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/ChangeLog,v 1.57 2014/12/12 23:07:24 dilfridge Exp $ + + 12 Dec 2014; Andreas K. Huettel + gnome2-vfs-perl-1.81.0-r1.ebuild: + Hard-disable tests since they need to set up a dbus desktop environment, bug + 423473 *gnome2-vfs-perl-1.81.0-r1 (25 Aug 2014) 1.2 dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild?r1=1.1&r2=1.2 Index: gnome2-vfs-perl-1.81.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gnome2-vfs-perl-1.81.0-r1.ebuild25 Aug 2014 02:22:35 - 1.1 +++ gnome2-vfs-perl-1.81.0-r1.ebuild12 Dec 2014 23:07:24 - 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-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild,v 1.1 2014/08/25 02:22:35 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gnome2-vfs-perl/gnome2-vfs-perl-1.81.0-r1.ebuild,v 1.2 2014/12/12 23:07:24 dilfridge Exp $ EAPI=5 @@ -23,13 +23,5 @@ >=dev-perl/extutils-pkgconfig-1.03 virtual/pkgconfig" -SRC_TEST=do - -src_test(){ - if [[ ${EUID} == 0 || ${HOME} = /root ]] ; then - ewarn "Test skipped. Don't run tests as root." - return - fi - mkdir "${HOME}/.gnome" - perl-module_src_test -} +SRC_TEST=skip +# bug 423473
[gentoo-commits] gentoo-x86 commit in media-gfx/digikam: digikam-4.4.0-r1.ebuild ChangeLog
mrueg 14/12/12 23:02:55 Modified: digikam-4.4.0-r1.ebuild ChangeLog Log: Whitespace (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.4 media-gfx/digikam/digikam-4.4.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild?r1=1.3&r2=1.4 Index: digikam-4.4.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- digikam-4.4.0-r1.ebuild 12 Dec 2014 23:01:41 - 1.3 +++ digikam-4.4.0-r1.ebuild 12 Dec 2014 23:02:55 - 1.4 @@ -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-gfx/digikam/digikam-4.4.0-r1.ebuild,v 1.3 2014/12/12 23:01:41 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild,v 1.4 2014/12/12 23:02:55 mrueg Exp $ EAPI=5 @@ -30,7 +30,7 @@ IUSE="addressbook debug doc gphoto2 mysql nepomuk semantic-desktop themedesigner +thumbnails video" CDEPEND=" - || ( + || ( ( kde-apps/kdebase-kioslaves:4 kde-apps/libkcdraw:4= kde-apps/libkexiv2:4= 1.272media-gfx/digikam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/ChangeLog?rev=1.272&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/ChangeLog?rev=1.272&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/ChangeLog?r1=1.271&r2=1.272 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v retrieving revision 1.271 retrieving revision 1.272 diff -u -r1.271 -r1.272 --- ChangeLog 12 Dec 2014 23:01:41 - 1.271 +++ ChangeLog 12 Dec 2014 23:02:55 - 1.272 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/digikam # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.271 2014/12/12 23:01:41 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.272 2014/12/12 23:02:55 mrueg Exp $ + + 12 Dec 2014; Manuel Rüger digikam-4.4.0-r1.ebuild: + Whitespace 12 Dec 2014; Manuel Rüger digikam-4.4.0-r1.ebuild: Add support for kde applications dependency.
[gentoo-commits] gentoo-x86 commit in media-gfx/digikam: digikam-4.4.0-r1.ebuild ChangeLog
mrueg 14/12/12 23:01:41 Modified: digikam-4.4.0-r1.ebuild ChangeLog Log: Add support for kde applications dependency. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.3 media-gfx/digikam/digikam-4.4.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild?r1=1.2&r2=1.3 Index: digikam-4.4.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- digikam-4.4.0-r1.ebuild 12 Dec 2014 15:53:12 - 1.2 +++ digikam-4.4.0-r1.ebuild 12 Dec 2014 23:01:41 - 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-gfx/digikam/digikam-4.4.0-r1.ebuild,v 1.2 2014/12/12 15:53:12 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/digikam-4.4.0-r1.ebuild,v 1.3 2014/12/12 23:01:41 mrueg Exp $ EAPI=5 @@ -30,11 +30,18 @@ IUSE="addressbook debug doc gphoto2 mysql nepomuk semantic-desktop themedesigner +thumbnails video" CDEPEND=" - $(add_kdebase_dep kdebase-kioslaves) - kde-base/libkdcraw:4= - kde-base/libkexiv2:4= - $(add_kdebase_dep libkipi) - kde-base/marble:4=[plasma] + || ( + ( kde-apps/kdebase-kioslaves:4 + kde-apps/libkcdraw:4= + kde-apps/libkexiv2:4= + kde-apps/libkipi:4 + kde-apps/marble:4=[plasma] ) + ( $(add_kdebase_dep kdebase-kioslaves) + kde-base/libkdcraw:4= + kde-base/libkexiv2:4= + $(add_kdebase_dep libkipi) + kde-base/marble:4=[plasma] ) + ) media-libs/jasper media-libs/lcms:2 media-libs/lensfun @@ -62,10 +69,12 @@ ) " RDEPEND="${CDEPEND} - $(add_kdebase_dep kreadconfig) + || ( kde-apps/kreadconfig:4 $(add_kdebase_dep kreadconfig) ) media-plugins/kipi-plugins video? ( || ( + kde-apps/ffmpegthumbs:4 + kde-apps/mplayerthumbs:4 $(add_kdebase_dep mplayerthumbs) $(add_kdebase_dep ffmpegthumbs) ) 1.271media-gfx/digikam/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/ChangeLog?rev=1.271&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/ChangeLog?rev=1.271&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/digikam/ChangeLog?r1=1.270&r2=1.271 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v retrieving revision 1.270 retrieving revision 1.271 diff -u -r1.270 -r1.271 --- ChangeLog 12 Dec 2014 15:53:12 - 1.270 +++ ChangeLog 12 Dec 2014 23:01:41 - 1.271 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/digikam # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.270 2014/12/12 15:53:12 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/digikam/ChangeLog,v 1.271 2014/12/12 23:01:41 mrueg Exp $ + + 12 Dec 2014; Manuel Rüger digikam-4.4.0-r1.ebuild: + Add support for kde applications dependency. 12 Dec 2014; Mikle Kolyada digikam-4.4.0-r1.ebuild: amd64 stable wrt bug #517344
[gentoo-commits] gentoo-x86 commit in dev-perl/gtk2-gladexml: gtk2-gladexml-1.7.0-r1.ebuild ChangeLog
dilfridge14/12/12 22:57:28 Modified: gtk2-gladexml-1.7.0-r1.ebuild ChangeLog Log: Remove bogus dependency, bug 524306 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.2 dev-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r1.ebuild?r1=1.1&r2=1.2 Index: gtk2-gladexml-1.7.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gtk2-gladexml-1.7.0-r1.ebuild 25 Aug 2014 02:12:03 - 1.1 +++ gtk2-gladexml-1.7.0-r1.ebuild 12 Dec 2014 22:57:28 - 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-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r1.ebuild,v 1.1 2014/08/25 02:12:03 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/gtk2-gladexml-1.7.0-r1.ebuild,v 1.2 2014/12/12 22:57:28 dilfridge Exp $ EAPI=5 @@ -19,7 +19,6 @@ RDEPEND="x11-libs/gtk+:2 gnome-base/libglade:2.0 - >=dev-util/glade-2.0.0-r1 >=dev-perl/glib-perl-1.020 >=dev-perl/gtk2-perl-1.012" DEPEND="${RDEPEND} 1.54 dev-perl/gtk2-gladexml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 25 Aug 2014 02:12:03 - 1.53 +++ ChangeLog 12 Dec 2014 22:57:28 - 1.54 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/gtk2-gladexml # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog,v 1.53 2014/08/25 02:12:03 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-gladexml/ChangeLog,v 1.54 2014/12/12 22:57:28 dilfridge Exp $ + + 12 Dec 2014; Andreas K. Huettel + gtk2-gladexml-1.7.0-r1.ebuild: + Remove bogus dependency, bug 524306 *gtk2-gladexml-1.7.0-r1 (25 Aug 2014)
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
mgorny 14/12/12 22:31:38 Modified: ChangeLog package.mask Log: Lastrite net-zope/zope-fixers. Revision ChangesPath 1.9605 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9605&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9605&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9604&r2=1.9605 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9604 retrieving revision 1.9605 diff -u -r1.9604 -r1.9605 --- ChangeLog 12 Dec 2014 14:05:04 - 1.9604 +++ ChangeLog 12 Dec 2014 22:31:38 - 1.9605 @@ -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.9604 2014/12/12 14:05:04 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9605 2014/12/12 22:31:38 mgorny 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! + 12 Dec 2014; Michał Górny package.mask: + Lastrite net-zope/zope-fixers. + 12 Dec 2014; Michael Palimamka package.mask: Add 5.4.0 to Qt5 mask. 1.16215 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16215&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16215&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16214&r2=1.16215 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16214 retrieving revision 1.16215 diff -u -r1.16214 -r1.16215 --- package.mask12 Dec 2014 14:05:04 - 1.16214 +++ package.mask12 Dec 2014 22:31:38 - 1.16215 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16214 2014/12/12 14:05:04 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16215 2014/12/12 22:31:38 mgorny 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 @@ -30,6 +30,12 @@ #--- END OF EXAMPLES --- +# Michał Górny (12 Dec 2014) +# No longer used by any package in the tree, and unlikely to be ever +# needed again for its main use is updating package code. Bug #532394. +# Removal in 30 days. +net-zope/zope-fixers + # Jeroen Roovers (12 Dec 2014) # The 96 and 173 branches are no longer supported and remain vulnerable to # CVE-2014-8298 (bug #532342). You may be able to mitigate the vulnerability by
[gentoo-commits] gentoo-x86 commit in dev-perl/File-RsyncP: ChangeLog File-RsyncP-0.700.0.ebuild
dilfridge14/12/12 22:29:51 Modified: ChangeLog File-RsyncP-0.700.0.ebuild Log: Add patch for parallel make bug 262156 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.31 dev-perl/File-RsyncP/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 27 Jun 2014 17:20:27 - 1.30 +++ ChangeLog 12 Dec 2014 22:29:51 - 1.31 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/File-RsyncP # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.30 2014/06/27 17:20:27 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/ChangeLog,v 1.31 2014/12/12 22:29:51 dilfridge Exp $ + + 12 Dec 2014; Andreas K. Huettel + File-RsyncP-0.700.0.ebuild, +files/File-RsyncP-0.700.0-make.patch: + Add patch for parallel make bug 262156 27 Jun 2014; Mikle Kolyada -File-RsyncP-0.68.ebuild, File-RsyncP-0.700.0.ebuild: 1.4 dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild?r1=1.3&r2=1.4 Index: File-RsyncP-0.700.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- File-RsyncP-0.700.0.ebuild 27 Jun 2014 17:20:27 - 1.3 +++ File-RsyncP-0.700.0.ebuild 12 Dec 2014 22:29:51 - 1.4 @@ -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-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild,v 1.3 2014/06/27 17:20:27 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-RsyncP/File-RsyncP-0.700.0.ebuild,v 1.4 2014/12/12 22:29:51 dilfridge Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND="net-misc/rsync" -MAKEOPTS+=" -j1" +PATCHES=( "${FILESDIR}/${P}-make.patch" ) src_prepare() { perl-module_src_prepare
[gentoo-commits] gentoo-x86 commit in dev-perl/File-RsyncP/files: File-RsyncP-0.700.0-make.patch
dilfridge14/12/12 22:29:51 Added:File-RsyncP-0.700.0-make.patch Log: Add patch for parallel make bug 262156 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.1 dev-perl/File-RsyncP/files/File-RsyncP-0.700.0-make.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/files/File-RsyncP-0.700.0-make.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-RsyncP/files/File-RsyncP-0.700.0-make.patch?rev=1.1&content-type=text/plain Index: File-RsyncP-0.700.0-make.patch === diff -ur File-RsyncP-0.68-orig/FileList/Makefile.PL File-RsyncP-0.68/FileList/Makefile.PL --- File-RsyncP-0.68-orig/FileList/Makefile.PL 2006-11-19 06:47:34.0 +0100 +++ File-RsyncP-0.68/FileList/Makefile.PL 2009-03-15 12:25:52.0 +0100 @@ -16,7 +16,14 @@ snprintf$(OBJ_EXT) wildmatch$(OBJ_EXT) ], -'depend'=> { 'FileList.o' => 'config.h' }, +'depend'=> { 'FileList.o' => 'config.h' , + 'exclude.o'=> 'config.h' , + 'flist.o' => 'config.h' , + 'hlink.o' => 'config.h' , + 'pool_alloc.o' => 'config.h' , + 'snprintf.o' => 'config.h' , + 'wildmatch.o' => 'config.h' + }, 'clean' => {FILES => "configure.in config.log config.status config.h conftest* confdefs*"}, );
[gentoo-commits] gentoo-x86 commit in net-zope/zope-fixers: ChangeLog zope-fixers-1.0-r1.ebuild zope-fixers-1.0.ebuild
mgorny 14/12/12 22:22:01 Modified: ChangeLog Removed: zope-fixers-1.0-r1.ebuild zope-fixers-1.0.ebuild Log: Remove old. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.28 net-zope/zope-fixers/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-fixers/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-fixers/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-fixers/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 15 Sep 2014 08:23:48 - 1.27 +++ ChangeLog 12 Dec 2014 22:22:01 - 1.28 @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zope-fixers # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/ChangeLog,v 1.27 2014/09/15 08:23:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-fixers/ChangeLog,v 1.28 2014/12/12 22:22:01 mgorny Exp $ + + 12 Dec 2014; Michał Górny -zope-fixers-1.0-r1.ebuild, + -zope-fixers-1.0.ebuild: + Remove old. 15 Sep 2014; Agostino Sarubbo zope-fixers-1.1.2.ebuild: Stable for sparc, wrt bug #512012
[gentoo-commits] proj/perl-overlay:master commit in: dev-perl/POE-Component-Client-Keepalive/, dev-perl/Net-IP-Minimal/, ...
commit: e9a13fe82c10f9db5152c7b7e10b3eae70cde939 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Fri Dec 12 22:12:54 2014 + Commit: Andreas Hüttel gentoo org> CommitDate: Fri Dec 12 22:12:54 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e9a13fe8 [cleanup] dev-perl/Net-IP-Minimal dev-perl/POE-Component-Client-Keepalive dev-perl/POE-Component-Resolver moved to main tree --- .../Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild| 29 dev-perl/Net-IP-Minimal/metadata.xml | 13 .../POE-Component-Client-Keepalive-0.271.0.ebuild | 33 -- .../POE-Component-Client-Keepalive/metadata.xml| 11 -- .../POE-Component-Resolver-0.921.0.ebuild | 39 -- dev-perl/POE-Component-Resolver/metadata.xml | 10 -- 6 files changed, 135 deletions(-) diff --git a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild b/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild deleted file mode 100644 index ea67e7b..000 --- a/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=BINGOS -MODULE_VERSION=0.06 -inherit perl-module - -DESCRIPTION='Minimal functions from Net::IP' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # perl v5.6.0 ( 5.6.0 ) - echo \>=dev-lang/perl-5.6.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Net-IP-Minimal/metadata.xml b/dev-perl/Net-IP-Minimal/metadata.xml deleted file mode 100644 index 0a50793..000 --- a/dev-perl/Net-IP-Minimal/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - - perl - - kentfred...@gmail.com - Kent Fredric - - - Net-IP-Minimal - Net::IP::Minimal - - diff --git a/dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.271.0.ebuild b/dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.271.0.ebuild deleted file mode 100644 index 3da91ee..000 --- a/dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.271.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=RCAPUTO -MODULE_VERSION=0.271 -inherit perl-module - -DESCRIPTION='manage connections, with keep-alive' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Net::IP::Minimal 0.02 ( 0.20.0 ) - echo \>=dev-perl/Net-IP-Minimal-0.20.0 - # POE 1.311 ( 1.311.0 ) - echo \>=dev-perl/POE-1.311.0 - # POE::Component::Resolver 0.917 ( 0.917.0 ) - echo \>=dev-perl/POE-Component-Resolver-0.917.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/POE-Component-Client-Keepalive/metadata.xml b/dev-perl/POE-Component-Client-Keepalive/metadata.xml deleted file mode 100644 index 4a9d1e0..000 --- a/dev-perl/POE-Component-Client-Keepalive/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - -http://www.gentoo.org/dtd/metadata.dtd";> - -perl - -POE-Component-Client-Keepalive -POE::Component::Client::Keepalive -POE::Component::Connection::Keepalive -TestServer - - diff --git a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild b/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild deleted file mode 100644 index eb28d11..000 --- a/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=RCAPUTO -MODULE_VERSION=0.921 -inherit perl-module - -DESCRIPTION='A non-blocking getaddrinfo() resolver' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # POE 1.311 ( 1.311.0 ) - echo \>=dev-perl/POE-1.311.0 - # Scalar::Util 1.23 ( 1.230.0 ) - echo \>=virtual/perl-Scal
[gentoo-commits] gentoo-x86 commit in dev-perl/POE-Component-Client-Keepalive: metadata.xml POE-Component-Client-Keepalive-0.272.0.ebuild ChangeLog
dilfridge14/12/12 22:12:42 Added:metadata.xml POE-Component-Client-Keepalive-0.272.0.ebuild ChangeLog Log: New package, imported from Perl overlay, bug 311009 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.1 dev-perl/POE-Component-Client-Keepalive/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Client-Keepalive/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Client-Keepalive/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> perl POE-Component-Client-Keepalive POE::Component::Client::Keepalive POE::Component::Connection::Keepalive TestServer 1.1 dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.272.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.272.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.272.0.ebuild?rev=1.1&content-type=text/plain Index: POE-Component-Client-Keepalive-0.272.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Component-Client-Keepalive/POE-Component-Client-Keepalive-0.272.0.ebuild,v 1.1 2014/12/12 22:12:42 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=RCAPUTO MODULE_VERSION=0.272 inherit perl-module DESCRIPTION='Manage connections, with keep-alive' SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" >=dev-perl/Net-IP-Minimal-0.20.0 >=dev-perl/POE-1.311.0 >=dev-perl/POE-Component-Resolver-0.917.0 " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 " SRC_TEST="do" 1.1 dev-perl/POE-Component-Client-Keepalive/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Client-Keepalive/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Client-Keepalive/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-perl/POE-Component-Client-Keepalive # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Component-Client-Keepalive/ChangeLog,v 1.1 2014/12/12 22:12:42 dilfridge Exp $ *POE-Component-Client-Keepalive-0.272.0 (12 Dec 2014) 12 Dec 2014; Andreas K. Huettel +POE-Component-Client-Keepalive-0.272.0.ebuild, +metadata.xml: New package, imported from Perl overlay, bug 311009
[gentoo-commits] gentoo-x86 commit in dev-perl/POE-Component-Resolver: - New directory
dilfridge14/12/12 22:11:39 Log: Directory /var/cvsroot/gentoo-x86/dev-perl/POE-Component-Resolver added to the repository
[gentoo-commits] gentoo-x86 commit in dev-perl/POE-Component-Resolver: metadata.xml POE-Component-Resolver-0.921.0.ebuild ChangeLog
dilfridge14/12/12 22:12:10 Added:metadata.xml POE-Component-Resolver-0.921.0.ebuild ChangeLog Log: New package, imported from Perl overlay, bug 311009 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.1 dev-perl/POE-Component-Resolver/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Resolver/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Resolver/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> perl POE-Component-Resolver POE::Component::Resolver POE::Component::Resolver::Sidecar 1.1 dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild?rev=1.1&content-type=text/plain Index: POE-Component-Resolver-0.921.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Component-Resolver/POE-Component-Resolver-0.921.0.ebuild,v 1.1 2014/12/12 22:12:10 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=RCAPUTO MODULE_VERSION=0.921 inherit perl-module DESCRIPTION='A non-blocking getaddrinfo() resolver' SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=" >=dev-perl/POE-1.311.0 >=virtual/perl-Scalar-List-Utils-1.230.0 >=virtual/perl-Socket-2.1.0 >=virtual/perl-Storable-2.180.0 >=virtual/perl-Test-Simple-0.96 >=virtual/perl-Time-HiRes-1.971.100 " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 " SRC_TEST="do" 1.1 dev-perl/POE-Component-Resolver/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Resolver/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/POE-Component-Resolver/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-perl/POE-Component-Resolver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/POE-Component-Resolver/ChangeLog,v 1.1 2014/12/12 22:12:10 dilfridge Exp $ *POE-Component-Resolver-0.921.0 (12 Dec 2014) 12 Dec 2014; Andreas K. Huettel +POE-Component-Resolver-0.921.0.ebuild, +metadata.xml: New package, imported from Perl overlay, bug 311009
[gentoo-commits] gentoo-x86 commit in dev-perl/Net-IP-Minimal: - New directory
dilfridge14/12/12 22:07:06 Log: Directory /var/cvsroot/gentoo-x86/dev-perl/Net-IP-Minimal added to the repository
[gentoo-commits] gentoo-x86 commit in dev-perl/Net-IP-Minimal: metadata.xml Net-IP-Minimal-0.60.0.ebuild ChangeLog
dilfridge14/12/12 22:07:35 Added:metadata.xml Net-IP-Minimal-0.60.0.ebuild ChangeLog Log: New package, imported from Perl overlay, bug 311009 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.1 dev-perl/Net-IP-Minimal/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IP-Minimal/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IP-Minimal/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> perl Net-IP-Minimal Net::IP::Minimal 1.1 dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild?rev=1.1&content-type=text/plain Index: Net-IP-Minimal-0.60.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IP-Minimal/Net-IP-Minimal-0.60.0.ebuild,v 1.1 2014/12/12 22:07:35 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=BINGOS MODULE_VERSION=0.06 inherit perl-module DESCRIPTION='Minimal functions from Net::IP' SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.300.0 " SRC_TEST="do" 1.1 dev-perl/Net-IP-Minimal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IP-Minimal/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IP-Minimal/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-perl/Net-IP-Minimal # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IP-Minimal/ChangeLog,v 1.1 2014/12/12 22:07:35 dilfridge Exp $ *Net-IP-Minimal-0.60.0 (12 Dec 2014) 12 Dec 2014; Andreas K. Huettel +Net-IP-Minimal-0.60.0.ebuild, +metadata.xml: New package, imported from Perl overlay, bug 311009
[gentoo-commits] gentoo-x86 commit in dev-perl/POE-Component-Client-Keepalive: - New directory
dilfridge14/12/12 22:03:07 Log: Directory /var/cvsroot/gentoo-x86/dev-perl/POE-Component-Client-Keepalive added to the repository
[gentoo-commits] gentoo-x86 commit in dev-perl/MooseX-Types-DateTimeX/files: MooseX-Types-DateTimeX-0.100.0-test.patch
dilfridge14/12/12 21:58:20 Added:MooseX-Types-DateTimeX-0.100.0-test.patch Log: Version bump, add patch for bug 420033 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.1 dev-perl/MooseX-Types-DateTimeX/files/MooseX-Types-DateTimeX-0.100.0-test.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/files/MooseX-Types-DateTimeX-0.100.0-test.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/files/MooseX-Types-DateTimeX-0.100.0-test.patch?rev=1.1&content-type=text/plain Index: MooseX-Types-DateTimeX-0.100.0-test.patch === --- lib/MooseX/Types/DateTimeX.pm 2010-09-21 15:51:35.0 + +++ lib/MooseX/Types/DateTimeX.pm 2013-06-15 22:22:50.682619575 + @@ -15,13 +15,13 @@ use MooseX::Types -declare => [qw( DateTime Duration)]; -subtype DateTime, as MooseX::Types::DateTime::ButMaintained::DateTime; +subtype DateTime, as 'MooseX::Types::DateTime::ButMaintained::DateTime'; coerce( DateTime, @{ $MooseX::Types::DateTime::ButMaintained::coercions{DateTime} }, from Str, via { DateTimeX::Easy->new($_) }, ); -subtype Duration, as MooseX::Types::DateTime::ButMaintained::Duration; +subtype Duration, as 'MooseX::Types::DateTime::ButMaintained::Duration'; coerce( Duration, @{ $MooseX::Types::DateTime::ButMaintained::coercions{"DateTime::Duration"} }, from Str, via {
[gentoo-commits] gentoo-x86 commit in dev-perl/MooseX-Types-DateTimeX: MooseX-Types-DateTimeX-0.100.0.ebuild ChangeLog
dilfridge14/12/12 21:58:20 Modified: ChangeLog Added:MooseX-Types-DateTimeX-0.100.0.ebuild Log: Version bump, add patch for bug 420033 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.7 dev-perl/MooseX-Types-DateTimeX/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 12 Oct 2014 07:53:44 - 1.6 +++ ChangeLog 12 Dec 2014 21:58:20 - 1.7 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/MooseX-Types-DateTimeX # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/ChangeLog,v 1.6 2014/10/12 07:53:44 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/ChangeLog,v 1.7 2014/12/12 21:58:20 dilfridge Exp $ + +*MooseX-Types-DateTimeX-0.100.0 (12 Dec 2014) + + 12 Dec 2014; Andreas K. Huettel + +MooseX-Types-DateTimeX-0.100.0.ebuild, + +files/MooseX-Types-DateTimeX-0.100.0-test.patch: + Version bump, add patch for bug 420033 12 Oct 2014; Mikle Kolyada MooseX-Types-DateTimeX-0.60.0.ebuild: 1.1 dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild?rev=1.1&content-type=text/plain Index: MooseX-Types-DateTimeX-0.100.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/MooseX-Types-DateTimeX-0.100.0.ebuild,v 1.1 2014/12/12 21:58:20 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=ECARROLL MODULE_VERSION=0.10 inherit perl-module DESCRIPTION="Extensions to MooseX::Types::DateTime::ButMaintained" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" >=dev-perl/DateTimeX-Easy-0.85.0 >=dev-perl/Moose-0.410.0 >=dev-perl/MooseX-Types-0.40.0 >=dev-perl/MooseX-Types-DateTime-ButMaintained-0.40.0 >=dev-perl/Time-Duration-Parse-0.60.0 >=dev-perl/namespace-clean-0.80.0 " DEPEND="${RDEPEND} >=virtual/perl-ExtUtils-MakeMaker-6.420.0 test? ( >=dev-perl/Test-use-ok-0.20.0 >=dev-perl/Test-Exception-0.270.0 virtual/perl-Test-Simple ) " PATCHES=( "${FILESDIR}/${P}-test.patch" ) SRC_TEST=do
[gentoo-commits] gentoo-x86 commit in dev-perl/MooseX-Types-DateTimeX/files: - New directory
dilfridge14/12/12 21:57:34 Log: Directory /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types-DateTimeX/files added to the repository
[gentoo-commits] gentoo-x86 commit in x11-libs/cairo/files: cairo-1.12.18-disable-test-suite.patch
mattst8814/12/12 21:50:18 Modified: cairo-1.12.18-disable-test-suite.patch Log: Disable the test suite better, bug 532338. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 974CA72A) Revision ChangesPath 1.2 x11-libs/cairo/files/cairo-1.12.18-disable-test-suite.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/files/cairo-1.12.18-disable-test-suite.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/files/cairo-1.12.18-disable-test-suite.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/files/cairo-1.12.18-disable-test-suite.patch?r1=1.1&r2=1.2 Index: cairo-1.12.18-disable-test-suite.patch === RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/files/cairo-1.12.18-disable-test-suite.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cairo-1.12.18-disable-test-suite.patch 9 Dec 2014 21:27:32 - 1.1 +++ cairo-1.12.18-disable-test-suite.patch 12 Dec 2014 21:50:18 - 1.2 @@ -1,13 +1,15 @@ -diff --git a/test/Makefile.am b/test/Makefile.am -index 950629b..db8cc90 100644 a/test/Makefile.am -+++ b/test/Makefile.am -@@ -75,7 +75,7 @@ endif - endif - test_sources += $(test) +diff --git a/Makefile.am b/Makefile.am +index 03fa352..7e11d24 100644 +--- a/Makefile.am b/Makefile.am +@@ -18,10 +18,6 @@ ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS} --noinst_PROGRAMS = cairo-test-suite$(EXEEXT) # always build -+check_PROGRAMS = cairo-test-suite$(EXEEXT) # always build - noinst_SCRIPTS = check-refs.sh + DIST_SUBDIRS = src doc util boilerplate test perf + SUBDIRS = src doc util +-# libpng is required for our test programs +-if CAIRO_HAS_PNG_FUNCTIONS +-SUBDIRS += boilerplate test perf +-endif + + configure: cairo-version.h - TESTS += cairo-test-suite$(EXEEXT)
[gentoo-commits] gentoo-x86 commit in x11-libs/cairo: cairo-1.12.18.ebuild ChangeLog
mattst8814/12/12 21:50:18 Modified: cairo-1.12.18.ebuild ChangeLog Log: Disable the test suite better, bug 532338. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 974CA72A) Revision ChangesPath 1.5 x11-libs/cairo/cairo-1.12.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild?r1=1.4&r2=1.5 Index: cairo-1.12.18.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cairo-1.12.18.ebuild9 Dec 2014 21:35:55 - 1.4 +++ cairo-1.12.18.ebuild12 Dec 2014 21:50:18 - 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/x11-libs/cairo/cairo-1.12.18.ebuild,v 1.4 2014/12/09 21:35:55 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.18.ebuild,v 1.5 2014/12/12 21:50:18 mattst88 Exp $ EAPI=5 @@ -102,6 +102,8 @@ touch src/Makefile.am.features touch ChangeLog fi + + eautoreconf } multilib_src_configure() { 1.392x11-libs/cairo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.392&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.392&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.391&r2=1.392 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v retrieving revision 1.391 retrieving revision 1.392 diff -u -r1.391 -r1.392 --- ChangeLog 9 Dec 2014 21:35:55 - 1.391 +++ ChangeLog 12 Dec 2014 21:50:18 - 1.392 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.391 2014/12/09 21:35:55 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.392 2014/12/12 21:50:18 mattst88 Exp $ + + 12 Dec 2014; Matt Turner cairo-1.12.18.ebuild, + files/cairo-1.12.18-disable-test-suite.patch: + Disable the test suite better, bug 532338. 09 Dec 2014; Matt Turner cairo-1.12.18.ebuild, cairo-.ebuild:
[gentoo-commits] gentoo-x86 commit in media-libs/libkgeomap: libkgeomap-4.4.0.ebuild ChangeLog
mrueg 14/12/12 21:39:15 Modified: libkgeomap-4.4.0.ebuild ChangeLog Log: Add support for kde applications dependency. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.3 media-libs/libkgeomap/libkgeomap-4.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/libkgeomap-4.4.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/libkgeomap-4.4.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/libkgeomap-4.4.0.ebuild?r1=1.2&r2=1.3 Index: libkgeomap-4.4.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-4.4.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libkgeomap-4.4.0.ebuild 12 Dec 2014 15:49:59 - 1.2 +++ libkgeomap-4.4.0.ebuild 12 Dec 2014 21:39:15 - 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-libs/libkgeomap/libkgeomap-4.4.0.ebuild,v 1.2 2014/12/12 15:49:59 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/libkgeomap-4.4.0.ebuild,v 1.3 2014/12/12 21:39:15 mrueg Exp $ EAPI=5 @@ -21,8 +21,10 @@ SLOT=4 DEPEND=" - kde-base/libkexiv2:4= - kde-base/marble:4=[kde,plasma] + || ( + ( kde-apps/libkexiv2:4= kde-apps/marble:4=[kde,plasma] ) + ( kde-base/libkexiv2:4= kde-base/marble:4=[kde,plasma] ) + ) " RDEPEND=${DEPEND} 1.51 media-libs/libkgeomap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libkgeomap/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 12 Dec 2014 15:49:59 - 1.50 +++ ChangeLog 12 Dec 2014 21:39:15 - 1.51 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libkgeomap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v 1.50 2014/12/12 15:49:59 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkgeomap/ChangeLog,v 1.51 2014/12/12 21:39:15 mrueg Exp $ + + 12 Dec 2014; Manuel Rüger libkgeomap-4.4.0.ebuild: + Add support for kde applications dependency. 12 Dec 2014; Mikle Kolyada libkgeomap-4.4.0.ebuild: amd64 stable wrt bug #517344
[gentoo-commits] proj/kde:master commit in: profiles/
commit: 0275a6f4211a6818b3c6d08edc58ec411d14d3cb Author: Manuel Rüger gentoo org> AuthorDate: Fri Dec 12 21:34:15 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Fri Dec 12 21:34:15 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0275a6f4 [profiles] use.mask python useflag for kde-apps/marble --- profiles/package.use.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/package.use.mask b/profiles/package.use.mask index f9e4210..15462ee 100644 --- a/profiles/package.use.mask +++ b/profiles/package.use.mask @@ -2,3 +2,4 @@ # This is not likely to change in the future # Aside, they are sloppy in updating even for releases. >=kde-base/marble-4.12.49. python +=kde-apps/marble-14.11.97 python
[gentoo-commits] gentoo-x86 commit in dev-db/sqlite: sqlite-3.8.7.4.ebuild ChangeLog
floppym 14/12/12 21:23:06 Modified: ChangeLog Added:sqlite-3.8.7.4.ebuild Log: Version bump. Ebuild by Arfrever. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision ChangesPath 1.542dev-db/sqlite/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.542&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.542&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.541&r2=1.542 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v retrieving revision 1.541 retrieving revision 1.542 diff -u -r1.541 -r1.542 --- ChangeLog 8 Dec 2014 17:29:56 - 1.541 +++ ChangeLog 12 Dec 2014 21:23:06 - 1.542 @@ -1,6 +1,11 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.541 2014/12/08 17:29:56 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.542 2014/12/12 21:23:06 floppym Exp $ + +*sqlite-3.8.7.4 (12 Dec 2014) + + 12 Dec 2014; Mike Gilbert +sqlite-3.8.7.4.ebuild: + Version bump. Ebuild by Arfrever. *sqlite-3.8.7.3 (08 Dec 2014) 1.1 dev-db/sqlite/sqlite-3.8.7.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild?rev=1.1&content-type=text/plain Index: sqlite-3.8.7.4.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.7.4.ebuild,v 1.1 2014/12/12 21:23:06 floppym Exp $ EAPI="5" inherit autotools eutils flag-o-matic multilib multilib-minimal versionator SRC_PV="$(printf "%u%02u%02u%02u" $(get_version_components))" DOC_PV="${SRC_PV}" # DOC_PV="$(printf "%u%02u%02u00" $(get_version_components $(get_version_component_range 1-3)))" DESCRIPTION="A SQL Database Engine in a C Library" HOMEPAGE="http://sqlite.org/"; SRC_URI="doc? ( http://sqlite.org/2014/${PN}-doc-${DOC_PV}.zip ) tcl? ( http://sqlite.org/2014/${PN}-src-${SRC_PV}.zip ) !tcl? ( test? ( http://sqlite.org/2014/${PN}-src-${SRC_PV}.zip ) !test? ( http://sqlite.org/2014/${PN}-autoconf-${SRC_PV}.tar.gz ) )" LICENSE="public-domain" SLOT="3" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug doc icu +readline secure-delete static-libs tcl test" RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] ) readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] ) tcl? ( dev-lang/tcl:0=[${MULTILIB_USEDEP}] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r14 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND} doc? ( app-arch/unzip ) tcl? ( app-arch/unzip ) test? ( app-arch/unzip dev-lang/tcl[${MULTILIB_USEDEP}] )" amalgamation() { use !tcl && use !test } pkg_setup() { if amalgamation; then S="${WORKDIR}/${PN}-autoconf-${SRC_PV}" else S="${WORKDIR}/${PN}-src-${SRC_PV}" fi } src_prepare() { if amalgamation; then epatch "${FILESDIR}/${PN}-3.8.1-autoconf-dlopen_check.patch" else epatch "${FILESDIR}/${PN}-3.8.1-src-dlopen_check.patch" epatch "${FILESDIR}/${PN}-3.8.1-tests-icu-52.patch" fi eautoreconf # At least ppc-aix, x86-interix and *-solaris need newer libtool. # use prefix && eautoreconf multilib_copy_sources } multilib_src_configure() { # `configure` from amalgamation tarball does not add -DSQLITE_DEBUG or -DNDEBUG flag. if amalgamation; then if use debug; then append-cppflags -DSQLITE_DEBUG else append-cppflags -DNDEBUG fi fi # Support column metadata functions. # http://sqlite.org/c3ref/column_database_name.html # http://sqlite.org/c3ref/table_column_metadata.html append-cppflags -DSQLITE_ENABLE_COLUMN_METADATA # Support Full-Text Search versions 3 and 4.
[gentoo-commits] gentoo-x86 commit in app-cdr/k3b: k3b-2.0.3-r1.ebuild ChangeLog
mrueg 14/12/12 21:16:26 Modified: k3b-2.0.3-r1.ebuild ChangeLog Log: Add support for kde applications dependency. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.3 app-cdr/k3b/k3b-2.0.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/k3b/k3b-2.0.3-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/k3b/k3b-2.0.3-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/k3b/k3b-2.0.3-r1.ebuild?r1=1.2&r2=1.3 Index: k3b-2.0.3-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-2.0.3-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- k3b-2.0.3-r1.ebuild 6 Nov 2014 15:16:12 - 1.2 +++ k3b-2.0.3-r1.ebuild 12 Dec 2014 21:16:26 - 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/app-cdr/k3b/k3b-2.0.3-r1.ebuild,v 1.2 2014/11/06 15:16:12 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/k3b-2.0.3-r1.ebuild,v 1.3 2014/12/12 21:16:26 mrueg Exp $ EAPI=5 @@ -29,7 +29,7 @@ IUSE="debug dvd emovix encode ffmpeg flac mad mp3 musepack sndfile sox taglib vcd vorbis" CDEPEND=" - $(add_kdebase_dep libkcddb) + || ( kde-apps/libkcddb:4 $(add_kdebase_dep libkcddb) ) media-libs/libsamplerate dvd? ( media-libs/libdvdread ) ffmpeg? ( virtual/ffmpeg ) 1.288app-cdr/k3b/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/k3b/ChangeLog?rev=1.288&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/k3b/ChangeLog?rev=1.288&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/k3b/ChangeLog?r1=1.287&r2=1.288 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v retrieving revision 1.287 retrieving revision 1.288 diff -u -r1.287 -r1.288 --- ChangeLog 6 Nov 2014 15:16:12 - 1.287 +++ ChangeLog 12 Dec 2014 21:16:26 - 1.288 @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/k3b # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v 1.287 2014/11/06 15:16:12 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/k3b/ChangeLog,v 1.288 2014/12/12 21:16:26 mrueg Exp $ + + 12 Dec 2014; Manuel Rüger k3b-2.0.3-r1.ebuild: + Add support for kde applications dependency. 06 Nov 2014; Manuel Rüger k3b-2.0.3-r1.ebuild: Add missing dependency on gettext. Thanks to Nikoli. Fixes bug #528412.
[gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: handbook-alpha.xml handbook-amd64.xml handbook-hppa.xml handbook-ia64.xml handbook-mips.xml handbook-ppc64.xml handbook-ppc.xml handbook-s
swift 14/12/12 21:11:42 Modified: handbook-alpha.xml handbook-amd64.xml handbook-hppa.xml handbook-ia64.xml handbook-mips.xml handbook-ppc64.xml handbook-ppc.xml handbook-sparc.xml handbook-x86.xml Log: Adding redirects to handbooks as they are moved to wiki Revision ChangesPath 1.146xml/htdocs/doc/en/handbook/handbook-alpha.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml?rev=1.146&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml?rev=1.146&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml?r1=1.145&r2=1.146 Index: handbook-alpha.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-alpha.xml,v retrieving revision 1.145 retrieving revision 1.146 diff -u -r1.145 -r1.146 --- handbook-alpha.xml 11 Feb 2013 20:38:20 - 1.145 +++ handbook-alpha.xml 12 Dec 2014 21:11:42 - 1.146 @@ -1,9 +1,9 @@ - + - +https://wiki.gentoo.org/wiki/Handbook:Alpha";> Gentoo Linux Alpha Handbook 1.161xml/htdocs/doc/en/handbook/handbook-amd64.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml?rev=1.161&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml?rev=1.161&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml?r1=1.160&r2=1.161 Index: handbook-amd64.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v retrieving revision 1.160 retrieving revision 1.161 diff -u -r1.160 -r1.161 --- handbook-amd64.xml 1 Jun 2014 13:20:25 - 1.160 +++ handbook-amd64.xml 12 Dec 2014 21:11:42 - 1.161 @@ -1,9 +1,9 @@ - + - +https://wiki.gentoo.org/wiki/Handbook:AMD64";> Gentoo Linux AMD64 Handbook 1.142xml/htdocs/doc/en/handbook/handbook-hppa.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml?rev=1.142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml?rev=1.142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml?r1=1.141&r2=1.142 Index: handbook-hppa.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-hppa.xml,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- handbook-hppa.xml 9 Feb 2013 08:46:08 - 1.141 +++ handbook-hppa.xml 12 Dec 2014 21:11:42 - 1.142 @@ -1,8 +1,8 @@ - + - +https://wiki.gentoo.org/wiki/Handbook:HPPA";> Gentoo Linux HPPA Handbook 1.20 xml/htdocs/doc/en/handbook/handbook-ia64.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-ia64.xml?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-ia64.xml?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-ia64.xml?r1=1.19&r2=1.20 Index: handbook-ia64.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ia64.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- handbook-ia64.xml 11 Feb 2013 20:38:20 - 1.19 +++ handbook-ia64.xml 12 Dec 2014 21:11:42 - 1.20 @@ -1,8 +1,8 @@ - + - +https://wiki.gentoo.org/wiki/Handbook:IA64";> Gentoo Linux/IA64 Handbook 1.128xml/htdocs/doc/en/handbook/handbook-mips.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?rev=1.128&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?rev=1.128&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?r1=1.127&r2=1.128 Index: handbook-mips.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- handbook-mips.xml 9 Feb 2013 08:46:08 - 1.127 +++ handbook-mips.xml 12 Dec 2014 21:11:42 - 1.128 @@ -1,9 +1,9 @@ - + - +https://wiki.gentoo.org/wiki/Handbook:MIPS";> Gentoo Linux/MIPS Handbook 1.84
[gentoo-commits] gentoo-x86 commit in kde-misc/skanlite: skanlite-1.1-r1.ebuild ChangeLog
mrueg 14/12/12 21:11:14 Modified: skanlite-1.1-r1.ebuild ChangeLog Log: Add support for kde applications dependency. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.4 kde-misc/skanlite/skanlite-1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/skanlite/skanlite-1.1-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/skanlite/skanlite-1.1-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/skanlite/skanlite-1.1-r1.ebuild?r1=1.3&r2=1.4 Index: skanlite-1.1-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/kde-misc/skanlite/skanlite-1.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- skanlite-1.1-r1.ebuild 3 Nov 2014 09:41:39 - 1.3 +++ skanlite-1.1-r1.ebuild 12 Dec 2014 21:11:14 - 1.4 @@ -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/kde-misc/skanlite/skanlite-1.1-r1.ebuild,v 1.3 2014/11/03 09:41:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/skanlite/skanlite-1.1-r1.ebuild,v 1.4 2014/12/12 21:11:14 mrueg Exp $ EAPI=5 @@ -20,7 +20,8 @@ KEYWORDS="amd64 x86" IUSE="debug" -RDEPEND="$(add_kdebase_dep libksane) +RDEPEND=" + || ( kde-apps/libksane:4 $(add_kdebase_dep libksane) ) media-libs/libpng:0=" DEPEND="${RDEPEND} sys-devel/gettext" 1.36 kde-misc/skanlite/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/skanlite/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/skanlite/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/skanlite/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-misc/skanlite/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 3 Nov 2014 10:23:04 - 1.35 +++ ChangeLog 12 Dec 2014 21:11:14 - 1.36 @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/skanlite # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/skanlite/ChangeLog,v 1.35 2014/11/03 10:23:04 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/skanlite/ChangeLog,v 1.36 2014/12/12 21:11:14 mrueg Exp $ + + 12 Dec 2014; Manuel Rüger skanlite-1.1-r1.ebuild: + Add support for kde applications dependency. 03 Nov 2014; Manuel Rüger -skanlite-1.0.ebuild, -skanlite-1.1.ebuild:
[gentoo-commits] proj/kde:master commit in: kde-apps/kde-l10n/
commit: 771f83ce5e6a3339c9e2df2dc3e3448590f5d8fd Author: Manuel Rüger gentoo org> AuthorDate: Fri Dec 12 20:58:13 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Fri Dec 12 20:58:13 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=771f83ce [kde-apps/kde-l10n] Add minimal useflag to remove blocking kde sc 4 translations for coinstalled plasma5, that use their own translations. Package-Manager: portage-2.2.15 --- kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild | 64 +- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild b/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild index 6bd94cc..db2fea0 100644 --- a/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild +++ b/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild @@ -15,7 +15,7 @@ DEPEND=" " KEYWORDS=" ~amd64 ~x86" -IUSE="" +IUSE="minimal" # /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' ' MY_LANGS="ar bg bs ca ca@valencia cs da de el en_GB es et eu fa fi fr ga gl he @@ -54,6 +54,68 @@ src_unpack() { DIR="${PN}-${LNG}-${PV}" if [[ -d "${DIR}" ]] ; then echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt + # Drop translations that get installed with plasma 5 and kde apps 5 packages + if use minimal; then + rm "${S}"/${DIR}/4/${LNG}/messages/kde-workspace/{freespacenotifier,\ +joystick,kaccess,kcmaccess,kcm_autostart,kcmbell,kcmcolors,kcm_desktoppaths,\ +kcm_desktopthemedetails,kcmdevinfo,kcmfonts,kcm_infobase,kcminfo,\ +kcm_infosummary,kcminit,kcminput,kcmkclock,kcmkeyboard,kcmkeys,\ +kcmkwincompositing,kcmkwindecoration,kcm_kwindesktop,kcmkwinrules,\ +kcmkwinscreenedges,kcm-kwin-scripts,kcm_kwintabbox,kcmkwm,kcmlaunch,kcm_memory,\ +kcmnic,kcmopengl,kcm_pci,kcmsamba,kcmsmserver,kcm_solid_actions,\ +kcm_standard_actions,kcmstyle,kcmusb,kcmview1394,kcmworkspaceoptions,kfontinst,\ +khotkeys,kinfocenter,klipper,kmenuedit,krdb,krunner,kscreenlocker_greet,\ +kscreenlocker,ksgrd,ksmserver,ksplashthemes,ksysguardlsofwidgets,ksysguard,\ +ktouchpadenabler,kwin_clients,kwin_effects,kwin,kwin_scripting,libkdecorations,\ +libkworkspace,liboxygenstyleconfig,libpowerdevilcommonconfig,libtaskmanager,\ +plasma_applet_quicklaunch,plasma_applet_system-monitor,\ +plasma_applet_webbrowser,plasma_containmentactions_contextmenu,\ +plasma_containmentactions_switchwindow,plasma_engine_keystate,\ +plasma_engine_mpris2,plasma_engine_network,plasma_engine_notifications,\ +plasma_engine_rss,plasma_engine_share,plasma_engine_soliddevice,\ +plasma_engine_weather,plasma_runner_activities,plasma_runner_bookmarksrunner,\ +plasma_runner_calculatorrunner,plasma_runner_kill,plasma_runner_locations,\ +plasma_runner_placesrunner,plasma_runner_plasma-desktop,\ +plasma_runner_powerdevil,plasma_runner_recentdocuments,plasma_runner_services,\ +plasma_runner_sessions,plasma_runner_shell,plasma_runner_solid,\ +plasma_runner_webshortcuts,plasma_runner_windowedwidgets,plasma_runner_windows,\ +powerdevilactivitiesconfig,powerdevilglobalconfig,powerdevil,\ +powerdevilprofilesconfig,processcore,processui,systemsettings}.po\ +|| die "Removing kde-workspace translations failed." + rm "${S}"/${DIR}/4/${LNG}/messages/kde-runtime/{attica_kde,drkonqi,\ +filetypes,htmlsearch,kcmcomponentchooser,kcm_emoticons,kcmhtmlsearch,\ +kcmicons,kcmkded,kcmnotify,kcm_phonon,kcmshell,kdesu,kglobalaccel,\ +khelpcenter,kio_applications,kio_archive,kio_bookmarks,kioclient,\ +kio_fish,kio_info,kio_man,kio_nfs,kio_recentdocuments,kio_remote,\ +kio_sftp,kio_smb,kio_thumbnail,kmimetypefinder,knetattach,kstart,\ +ktraderclient,phonon_kde,soliduiserver}.po || die "Removing kde-runtime translations failed." + rm "${S}"/${DIR}/4/${LNG}/messages/kdeplasma-addons/{konqprofiles,\ +konsoleprofiles,lancelot,liblancelot-datamodels,libplasma_groupingcontainment,\ +libplasmaweather,plasma_applet_binaryclock,plasma_applet_bookmarks,\ +plasma_applet_bubblemon,plasma_applet_CharSelectApplet,plasma_applet_comic,\ +plasma_applet_fifteenPuzzle,plasma_applet_fileWatcher,plasma_applet_frame,\ +plasma_applet_groupingpanel,plasma_applet_incomingmsg,\ +plasma_applet_knowledgebase,plasma_applet_kolourpicker,plasma_applet_leavenote,\ +plasma_applet_life,plasma_applet_luna,plasma_applet_magnifique,\ +plasma_applet_microblog,plasma_applet_news,plasma_applet_plasmaboard,\ +plasma_applet_previewer,plasma_applet_qalculate,plasma_applet_qstardict,\ +plasma_applet_rssnow,plasma_applet_showdashboard,plasma_applet_showdesktop,\ +plasma_applet_spellcheck,plasma_applet_unitconverter,plasma_applet_weather,\ +plasma_applet_weatherstation,plasma_applet_webslice,\ +plasma_packagestructure_comic,plasma_runner_audioplayercontrol,\
[gentoo-commits] gentoo-x86 commit in net-zope/zope-interface: ChangeLog zope-interface-4.0.5.ebuild zope-interface-4.1.0.ebuild zope-interface-3.8.0.ebuild
mgorny 14/12/12 20:55:59 Modified: ChangeLog Removed: zope-interface-4.0.5.ebuild zope-interface-4.1.0.ebuild zope-interface-3.8.0.ebuild Log: Remove old. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.65 net-zope/zope-interface/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-interface/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-interface/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-zope/zope-interface/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-zope/zope-interface/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 15 Sep 2014 08:23:51 - 1.64 +++ ChangeLog 12 Dec 2014 20:55:59 - 1.65 @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zope-interface # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-interface/ChangeLog,v 1.64 2014/09/15 08:23:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-interface/ChangeLog,v 1.65 2014/12/12 20:55:59 mgorny Exp $ + + 12 Dec 2014; Michał Górny -zope-interface-3.8.0.ebuild, + -zope-interface-4.0.5.ebuild, -zope-interface-4.1.0.ebuild: + Remove old. 15 Sep 2014; Agostino Sarubbo zope-interface-4.1.1.ebuild: Stable for sparc, wrt bug #512012
[gentoo-commits] proj/multilib-portage:master commit in: sys-apps/portage/
commit: d52fc6408ba6b97c51cbb9b33afb57b7b3faa8b4 Author: Thomas Sachau gentoo org> AuthorDate: Fri Dec 12 20:44:31 2014 + Commit: Thomas Sachau gentoo org> CommitDate: Fri Dec 12 20:44:31 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/multilib-portage.git;a=commit;h=d52fc640 Sync portage --- sys-apps/portage/Manifest | 2 +- sys-apps/portage/portage-2.2.10-r1.ebuild | 565 -- sys-apps/portage/portage-2.2.15-r1.ebuild | 319 + 3 files changed, 320 insertions(+), 566 deletions(-) diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest index ca1ac98..0376f0f 100644 --- a/sys-apps/portage/Manifest +++ b/sys-apps/portage/Manifest @@ -1,2 +1,2 @@ -EBUILD portage-2.2.10-r1.ebuild 19359 SHA256 a1360fe9e6259719baebbac0a8cac92da30741c65dc0e9a36f5ad9f6e2a9bb81 SHA512 e705109a9d87652d8e321565c36fb95823f7f78f662c49315d5d43d650e27346b233fb6aa3a7d2ef9f0035d17fbdc8e6136ea6a9fa344d65a23b1e5e9fda89a8 WHIRLPOOL a11aa143962f827a07d5232dda38bc3a476e108912489e274629334766a01724bba8978d29b6659175aa17485bb37b3a2fe0ffc6f89e0f146a964cee4d8a334f +EBUILD portage-2.2.15-r1.ebuild 11045 SHA256 438eb546f222f8f4dd3c8648e38ee09e7fdf8f4701a6f1cea32016f79fccf5f1 SHA512 35bea8693a898313ee282ec86a1a81bb26fa356499ce90e338c627f872f557b055f2e3f9729e9ff60a5712d84a68798fe56f99115d891b3163a7591766c2bd4f WHIRLPOOL a35a92b68bd8858a8649bbe0da29d431a83be7003293a276a65b2dc34699275abe22771caec7e846bd217c5e7accdabb08d1522470a396f331b9d5a144074f94 MISC metadata.xml 365 SHA256 475a792c24a7db2ae5fab7fb108bf39af08c272d03d87ef942883b297de95d6a SHA512 45a78cd446f546ca81c6d6623e0f7215e13ed81d58d6dfcf7a2614b2ad8250a7af4c9ed8b3d1c301a103f3f17b2f5d8eb16caa82267b7565798fb00383957fb6 WHIRLPOOL 1f744a508a6d6d9225087850a85e47b8effadeff6eb0600daca677f761f22c8ddcc08a972bf4b4c2d6545518710365b560f54dd43d283f19eebdb3b2a0972630 diff --git a/sys-apps/portage/portage-2.2.10-r1.ebuild b/sys-apps/portage/portage-2.2.10-r1.ebuild deleted file mode 100644 index 81e157e..000 --- a/sys-apps/portage/portage-2.2.10-r1.ebuild +++ /dev/null @@ -1,565 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2.10.ebuild,v 1.2 2014/04/06 17:00:03 mgorny Exp $ - -# Require EAPI 2 since we now require at least python-2.6 (for python 3 -# syntax support) which also requires EAPI 2. -EAPI=2 -PYTHON_COMPAT=( - pypy pypy2_0 - python3_2 python3_3 python3_4 - python2_6 python2_7 -) -inherit eutils git-2 multilib - -EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/portage.git" -EGIT_BRANCH="multilib" -EGIT_COMMIT="aa18688b2ff79a1d2c6b2036a3beb79781363051" -DESCRIPTION="Portage is the package management and distribution system for Gentoo" -HOMEPAGE="http://www.gentoo.org/proj/en/portage/index.xml"; -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" -SLOT="0" -IUSE="build doc epydoc +ipc linguas_ru pypy python2 python3 selinux xattr" - -for _pyimpl in ${PYTHON_COMPAT[@]} ; do - IUSE+=" python_targets_${_pyimpl}" -done -unset _pyimpl - -# Import of the io module in python-2.6 raises ImportError for the -# thread module if threading is disabled. -python_dep_ssl="python3? ( =dev-lang/python-3*[ssl] ) - !pypy? ( !python2? ( !python3? ( - || ( >=dev-lang/python-2.7[ssl] dev-lang/python:2.6[threads,ssl] ) - ) ) ) - pypy? ( !python2? ( !python3? ( virtual/pypy:0[bzip2] ) ) ) - python2? ( !python3? ( || ( dev-lang/python:2.7[ssl] dev-lang/python:2.6[ssl,threads] ) ) )" -python_dep="${python_dep_ssl//\[ssl\]}" -python_dep="${python_dep//,ssl}" -python_dep="${python_dep//ssl,}" - -python_dep="${python_dep} - python_targets_pypy? ( virtual/pypy:0 ) - python_targets_pypy2_0? ( virtual/pypy:2.0 ) - python_targets_python2_6? ( dev-lang/python:2.6 ) - python_targets_python2_7? ( dev-lang/python:2.7 ) - python_targets_python3_2? ( dev-lang/python:3.2 ) - python_targets_python3_3? ( dev-lang/python:3.3 ) - python_targets_python3_4? ( dev-lang/python:3.4 ) -" - -# The pysqlite blocker is for bug #282760. -# make-3.82 is for bug #455858 -DEPEND="${python_dep} - >=sys-devel/make-3.82 - >=sys-apps/sed-4.0.5 sys-devel/patch - doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) - epydoc? ( >=dev-python/epydoc-2.0 !<=dev-python/pysqlite-2.4.1 ) - >=sys-apps/abi-wrapper-1.0-r6" -# Require sandbox-2.2 for bug #288863. -# For xattr, we can spawn getfattr and setfattr from sys-apps/attr, but that's -# quite slow, so it's not considered in the dependencies as an alternative to -# to python-3.3 / pyxattr. Also, xattr support is only tested with Linux, so -# for now, don't pull in xattr deps for other kernels. -# For whirlpool hash, require pyth
[gentoo-commits] gentoo-x86 commit in profiles/base: package.mask
prometheanfire14/12/12 20:38:13 Modified: package.mask Log: masking puppet to give end users a grace period if needed Revision ChangesPath 1.68 profiles/base/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.mask?rev=1.68&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.mask?rev=1.68&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/package.mask?r1=1.67&r2=1.68 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- package.mask26 Oct 2014 22:22:41 - 1.67 +++ package.mask12 Dec 2014 20:38:13 - 1.68 @@ -1,6 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.67 2014/10/26 22:22:41 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.68 2014/12/12 20:38:13 prometheanfire Exp $ + +# Matthew Thode (12 Dec 2014) +# Adding the mask so that end users are notified of the removal and have some +# time to migrate. Will fully remove app-admin/puppet-2.7 in a month or so. + (26 Oct 2014) # Changes in vt allocation break startx on non-systemd, bugs #526762 and
[gentoo-commits] proj/kde:master commit in: dev-libs/extra-cmake-modules/
commit: 0e963256bd33fc045b179115d63ecaa469d90d95 Author: Manuel Rüger gentoo org> AuthorDate: Fri Dec 12 20:36:50 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Fri Dec 12 20:36:50 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0e963256 [dev-libs/extra-cmake-modules] Fix SRC_URI Package-Manager: portage-2.2.15 --- dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild index 727e9cc..cd7a1f8 100644 --- a/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild +++ b/dev-libs/extra-cmake-modules/extra-cmake-modules-1.5.0.ebuild @@ -6,11 +6,13 @@ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) -inherit cmake-utils python-any-r1 +inherit versionator cmake-utils python-any-r1 + +FRAMEWORKS_DIR=5.$(get_version_component_range 2) DESCRIPTION="Extra modules and scripts for CMake" HOMEPAGE="https://projects.kde.org/projects/kdesupport/extra-cmake-modules"; -SRC_URI="mirror://kde/stable/frameworks/5.4/${P}.tar.xz" +SRC_URI="mirror://kde/stable/frameworks/${FRAMEWORKS_DIR}/${P}.tar.xz" LICENSE="BSD" SLOT="0"
[gentoo-commits] gentoo commit in xml/htdocs/xsl: menu.xml
swift 14/12/12 20:28:03 Modified: menu.xml Log: Point to Handbooks on wiki Revision ChangesPath 1.17 xml/htdocs/xsl/menu.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/menu.xml?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/menu.xml?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/menu.xml?r1=1.16&r2=1.17 Index: menu.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/menu.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- menu.xml14 Jan 2014 16:48:39 - 1.16 +++ menu.xml12 Dec 2014 20:28:03 - 1.17 @@ -26,7 +26,7 @@ - +https://wiki.gentoo.org/wiki/Handbook:Main_Page"; label="Gentoo Handbook"/> @@ -37,7 +37,7 @@ - +https://wiki.gentoo.org/wiki/Handbook:Main_Page"; label="Gentoo Handbook"/> https://wiki.gentoo.org/wiki/Project:Documentation/Overview"; label="Featured Documentation"/>
[gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: handbook-arm.xml
swift 14/12/12 20:25:37 Modified: handbook-arm.xml Log: Redirect ARM handbook to ARM project Revision ChangesPath 1.79 xml/htdocs/doc/en/handbook/handbook-arm.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml?r1=1.78&r2=1.79 Index: handbook-arm.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-arm.xml,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- handbook-arm.xml9 Feb 2013 08:46:08 - 1.78 +++ handbook-arm.xml12 Dec 2014 20:25:36 - 1.79 @@ -1,9 +1,9 @@ - + - +https://wiki.gentoo.org/wiki/Project:ARM";> Gentoo Linux ARM Handbook
[gentoo-commits] proj/portage:multilib commit in: /
commit: 6a8389a3a9f6af80bbb4108d5bb6f4b847b44577 Author: Thomas Sachau gentoo org> AuthorDate: Fri Dec 12 20:22:45 2014 + Commit: Thomas Sachau gentoo org> CommitDate: Fri Dec 12 20:22:45 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6a8389a3 Merge tag 'v2.2.15' into multilib Portage-2.2.15 release RELEASE-NOTES | 52 +++ bin/bashrc-functions.sh| 7 +- bin/dispatch-conf | 63 ++-- bin/ebuild | 6 +- bin/ebuild.sh | 85 +++-- bin/etc-update | 164 +- bin/install-qa-check.d/05double-D | 9 +- bin/install-qa-check.d/90world-writable| 27 +- bin/install.py | 2 +- bin/isolated-functions.sh | 68 bin/misc-functions.sh | 71 ++-- bin/phase-functions.sh | 2 +- bin/portageq | 14 +- bin/quickpkg | 4 +- bin/save-ebuild-env.sh | 4 +- cnf/make.globals | 3 +- man/ebuild.5 | 7 +- man/emerge.1 | 28 +- man/make.conf.5| 6 + man/portage.5 | 30 +- pym/_emerge/Package.py | 18 +- pym/_emerge/actions.py | 103 +- pym/_emerge/create_depgraph_params.py | 5 + pym/_emerge/depgraph.py| 232 ++--- pym/_emerge/main.py| 13 +- pym/_emerge/sync/old_tree_timestamp.py | 5 +- pym/_emerge/unmerge.py | 42 ++- pym/portage/__init__.py| 27 ++ pym/portage/_global_updates.py | 4 +- pym/portage/_selinux.py| 14 +- pym/portage/cache/fs_template.py | 25 +- pym/portage/const.py | 2 + pym/portage/data.py| 134 ++-- .../dbapi/_ContentsCaseSensitivityManager.py | 93 ++ pym/portage/dbapi/bintree.py | 28 ++ pym/portage/dbapi/vartree.py | 361 - pym/portage/dep/dep_check.py | 53 ++- pym/portage/dispatch_conf.py | 157 +++-- pym/portage/exception.py | 1 + pym/portage/locks.py | 9 +- pym/portage/news.py| 9 +- .../package/ebuild/_config/LocationsManager.py | 11 +- .../package/ebuild/_config/special_env_vars.py | 4 +- pym/portage/package/ebuild/config.py | 110 +-- pym/portage/package/ebuild/doebuild.py | 24 +- pym/portage/package/ebuild/prepare_build_dirs.py | 9 +- pym/portage/repository/config.py | 2 +- pym/portage/tests/__init__.py | 4 +- .../tests/ebuild/test_use_expand_incremental.py| 132 pym/portage/tests/emerge/test_config_protect.py| 292 + pym/portage/tests/emerge/test_simple.py| 10 +- pym/portage/tests/resolver/ResolverPlayground.py | 10 + .../tests/resolver/test_onlydeps_circular.py | 51 +++ pym/portage/tests/resolver/test_or_choices.py | 59 +++- ..._slot_operator_update_probe_parent_downgrade.py | 68 pym/portage/tests/resolver/test_virtual_slot.py| 75 + pym/portage/tests/resolver/test_with_test_deps.py | 44 +++ pym/portage/update.py | 6 +- pym/portage/util/__init__.py | 49 ++- pym/portage/util/movefile.py | 2 +- pym/portage/util/path.py | 48 +++ pym/portage/util/writeable_check.py| 2 +- setup.py | 25 +- 63 files changed, 2524 insertions(+), 500 deletions(-) diff --cc bin/misc-functions.sh index 416e2bf,e08c228..22ab339 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@@ -170,18 -168,21 +170,22 @@@ install_qa_check() local EPREFIX= ED=${D} fi + [[ -d "${ED}" ]] || return 0 cd "${ED}" || die "cd failed" - # Run QA checks from install-qa-check.d. - # Note: checks need to be run *before* stripping. - local f - # TODO: handle nullglob-like - for f in "${PORTAGE_BIN_PATH}"/install-qa-check.d/*; do - # Run in a subshell to treat it like external script, - # but use 'source'
[gentoo-commits] proj/portage:multilib commit in: /
commit: 723161745437fcc4a90a7307f6412201f5edd225 Author: Thomas Sachau gentoo org> AuthorDate: Fri Dec 12 20:17:36 2014 + Commit: Thomas Sachau gentoo org> CommitDate: Fri Dec 12 20:17:36 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=72316174 Merge tag 'v2.2.12' into multilib NEWS | 17 +- RELEASE-NOTES| 21 ++ bin/chpathtool.py| 9 +- bin/ebuild-helpers/emake | 4 +- bin/misc-functions.sh| 44 +++- bin/phase-helpers.sh | 8 +- bin/quickpkg | 4 +- bin/repoman | 12 +- pym/_emerge/Scheduler.py | 2 +- pym/_emerge/actions.py | 13 +- pym/_emerge/depgraph.py | 7 +- pym/_emerge/main.py | 5 +- pym/_emerge/sync/old_tree_timestamp.py | 12 +- pym/_emerge/unmerge.py | 3 +- pym/portage/_emirrordist/FetchTask.py| 6 +- pym/portage/_sets/dbapi.py | 4 +- pym/portage/cache/sqlite.py | 4 +- pym/portage/const.py | 3 +- pym/portage/dbapi/__init__.py| 6 +- pym/portage/dbapi/vartree.py | 10 +- pym/portage/emaint/main.py | 6 +- pym/portage/emaint/modules/merges/__init__.py| 30 +++ pym/portage/emaint/modules/merges/merges.py | 290 +++ pym/portage/localization.py | 7 +- pym/portage/output.py| 6 +- pym/portage/util/_eventloop/EventLoop.py | 8 +- pym/portage/util/_eventloop/PollSelectAdapter.py | 6 +- 27 files changed, 481 insertions(+), 66 deletions(-)
[gentoo-commits] proj/portage:multilib commit in: /
commit: 07ca37d0205f4938d99d387f082d46b9e67e5fb4 Author: Thomas Sachau gentoo org> AuthorDate: Fri Dec 12 20:21:32 2014 + Commit: Thomas Sachau gentoo org> CommitDate: Fri Dec 12 20:21:32 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=07ca37d0 Merge tag 'v2.2.14' into multilib NEWS | 9 + RELEASE-NOTES | 36 + bin/archive-conf | 4 +- bin/binhost-snapshot | 4 +- bin/chpathtool.py | 8 +- bin/clean_locks| 4 +- bin/deprecated-path| 28 + bin/dispatch-conf | 4 +- bin/ebuild | 4 +- bin/ebuild-helpers/portageq| 20 +- bin/ebuild-ipc.py | 84 +- bin/ebuild.sh | 131 +-- bin/egencache | 4 +- bin/emaint | 4 +- bin/emerge | 5 +- bin/emerge-webrsync| 4 +- bin/env-update | 4 +- bin/fixpackages| 4 +- bin/glsa-check | 4 +- bin/install-qa-check.d/05double-D | 17 + bin/install-qa-check.d/05prefix| 117 +++ bin/install-qa-check.d/10executable-issues | 140 +++ bin/install-qa-check.d/10ignored-flags | 99 +++ bin/install-qa-check.d/20deprecated-directories| 18 + bin/install-qa-check.d/20runtime-directories | 26 + bin/install-qa-check.d/60bash-completion | 130 +++ bin/install-qa-check.d/60openrc| 41 + bin/install-qa-check.d/60pkgconfig | 15 + bin/install-qa-check.d/60pngfix| 35 + bin/install-qa-check.d/60systemd | 25 + bin/install-qa-check.d/60udev | 21 + bin/install-qa-check.d/80libraries | 158 bin/install-qa-check.d/80multilib-strict | 50 ++ bin/install-qa-check.d/90gcc-warnings | 168 bin/install-qa-check.d/90world-writable| 25 + bin/misc-functions.sh | 948 + bin/phase-functions.sh | 6 + bin/phase-helpers.sh | 4 + bin/portageq | 347 +--- bin/quickpkg | 4 +- bin/regenworld | 4 +- bin/repoman| 4 +- bin/xattr-helper.py| 6 +- man/emerge.1 | 10 +- misc/emerge-delta-webrsync | 6 +- pym/_emerge/actions.py | 17 +- pym/_emerge/depgraph.py| 134 ++- pym/_emerge/main.py| 15 +- pym/_emerge/post_emerge.py | 5 +- pym/portage/dbapi/vartree.py | 42 +- pym/portage/emaint/modules/binhost/__init__.py | 8 +- pym/portage/emaint/modules/config/__init__.py | 8 +- pym/portage/emaint/modules/logs/__init__.py| 8 +- pym/portage/emaint/modules/merges/__init__.py | 7 +- pym/portage/emaint/modules/move/__init__.py| 8 +- pym/portage/emaint/modules/resume/__init__.py | 6 +- pym/portage/emaint/modules/world/__init__.py | 8 +- pym/portage/tests/__init__.py | 4 +- pym/portage/tests/emerge/test_simple.py| 29 +- pym/portage/tests/resolver/ResolverPlayground.py | 30 +- ...uild.py => test_slot_conflict_force_rebuild.py} | 24 +- ...build.py => test_slot_operator_required_use.py} | 40 +- ...test_solve_non_slot_operator_slot_conflicts.py} | 45 +- setup.py | 41 +- testpath | 11 + 65 files changed, 1942 insertions(+), 1337 deletions(-) diff --cc bin/misc-functions.sh index e8e9d4e,cc652a9..416e2bf --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@@ -170,66 -168,34 +170,35 @@@ install_qa_check() local EPREFIX= ED=${D} fi + [[ -d "${ED}" ]] || return 0 cd "${ED}" || die "cd failed" - qa_var="QA_FLAGS_IGNORED_${ARCH/-/_}" - eval "[[ -n \${!qa_var} ]] && QA_FLAGS_IGNORED=(\"\${${qa_var}[@]}\")" - if [[ ${#QA_FLAGS_IGNORED[@]} -eq 1 ]] ; then - local shopts=$- - set -o noglob - QA_FLAGS_IGNORED=(${QA_FLAGS_IGNORED}) -
[gentoo-commits] proj/portage:multilib commit in: /
commit: 5552a997355cd5937c62f5b155ab878dd94894d3 Author: Thomas Sachau gentoo org> AuthorDate: Fri Dec 12 20:20:54 2014 + Commit: Thomas Sachau gentoo org> CommitDate: Fri Dec 12 20:20:54 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=5552a997 Merge tag 'v2.2.13' into multilib .gitignore | 1 + .travis.yml| 13 + DEVELOPING | 22 +- MANIFEST.in| 18 + Makefile | 215 --- NEWS | 12 +- RELEASE-NOTES | 27 + bin/misc-functions.sh | 126 +++- bin/phase-functions.sh | 146 ++--- bin/phase-helpers.sh | 28 +- bin/repoman| 12 - bin/save-ebuild-env.sh | 2 +- cnf/sets/portage.conf | 5 + doc/Makefile | 11 - doc/fragment/version | 1 - mkrelease.sh | 141 - pym/_emerge/Binpkg.py | 7 +- pym/_emerge/EbuildBuild.py | 6 +- pym/_emerge/FakeVartree.py | 4 +- pym/_emerge/MiscFunctionsProcess.py| 6 +- pym/_emerge/actions.py | 4 +- pym/_emerge/depgraph.py| 207 +-- pym/_emerge/resolver/output_helpers.py | 2 +- pym/_emerge/resolver/package_tracker.py| 2 +- pym/portage/__init__.py| 16 +- pym/portage/_global_updates.py | 4 +- pym/portage/_sets/dbapi.py | 81 ++- pym/portage/const.py | 9 +- pym/portage/dbapi/vartree.py | 5 +- pym/portage/dep/_slot_operator.py | 27 +- pym/portage/dep/dep_check.py | 20 +- pym/portage/emaint/modules/merges/merges.py| 8 +- pym/portage/emaint/modules/move/move.py| 5 +- pym/portage/mail.py| 12 +- pym/portage/news.py| 8 +- pym/portage/package/ebuild/config.py | 4 + pym/portage/package/ebuild/doebuild.py | 8 +- pym/portage/tests/__init__.py | 24 +- .../date => pym/portage/tests/bin/__test__.py | 0 .../tests/{bin/__test__ => dbapi/__test__.py} | 0 pym/portage/tests/dbapi/test_portdb_cache.py | 23 +- .../tests/{dbapi/__test__ => dep/__test__.py} | 0 .../tests/{dep/__test__ => ebuild/__test__.py} | 0 pym/portage/tests/ebuild/test_config.py| 71 ++- .../tests/{ebuild/__test__ => emerge/__test__.py} | 0 pym/portage/tests/emerge/test_emerge_slot_abi.py | 7 +- pym/portage/tests/emerge/test_simple.py| 26 +- .../tests/{emerge/__test__ => env/__test__.py} | 0 .../tests/env/{__test__ => config/__test__.py} | 0 .../{env/config/__test__ => glsa/__test__.py} | 0 pym/portage/tests/glsa/test_security_set.py| 3 +- .../{glsa/__test__ => lafilefixer/__test__.py} | 0 .../__test__ => lazyimport/__test__.py}| 0 .../{lazyimport/__test__ => lint/__test__.py} | 0 pym/portage/tests/lint/test_compile_modules.py | 10 +- pym/portage/tests/lint/test_import_modules.py | 8 +- .../tests/{lint/__test__ => locks/__test__.py} | 0 .../tests/{locks/__test__ => news/__test__.py} | 0 .../tests/{news/__test__ => process/__test__.py} | 0 .../{process/__test__ => repoman/__test__.py} | 0 pym/portage/tests/repoman/test_simple.py | 8 +- pym/portage/tests/resolver/ResolverPlayground.py | 35 +- .../{repoman/__test__ => resolver/__test__.py} | 0 .../tests/resolver/test_autounmask_use_breakage.py | 63 ++ pym/portage/tests/resolver/test_or_choices.py | 73 +++ .../test_slot_conflict_unsatisfied_deep_deps.py| 115 ...nsatisfied.py => test_slot_operator_rebuild.py} | 52 +- pym/portage/tests/{runTests => runTests.py}| 0 .../{resolver/__test__ => sets/base/__test__.py} | 0 .../sets/{base/__test__ => files/__test__.py} | 0 .../sets/{files/__test__ => shell/__test__.py} | 0 .../{sets/shell/__test__ => unicode/__test__.py} | 0 .../tests/{unicode/__test__ => update/__test__.py} | 0 .../tests/{update/__test__ => util/__test__.py}| 0 pym/portage/tests/util/test_getconfig.py | 4 +- .../tests/{util/__test__ => versions/__test__.py} | 0 pym/portage/tests/xpak/__test__| 0 .../tests/{versions/
[gentoo-commits] proj/portage:multilib commit in: /
commit: 26b0a5471a0f42cd331351b43506930e46160960 Author: Thomas Sachau gentoo org> AuthorDate: Fri Dec 12 20:16:52 2014 + Commit: Thomas Sachau gentoo org> CommitDate: Fri Dec 12 20:16:52 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=26b0a547 Merge tag 'v2.2.11' into multilib DEVELOPING | 97 ++-- RELEASE-NOTES | 34 +- bin/chpathtool.py | 9 +- bin/ebuild-helpers/xattr/install | 27 - bin/emerge | 9 +- bin/repoman| 23 +++- man/emerge.1 | 14 +++ man/make.conf.5| 127 ++--- man/repoman.1 | 4 + pym/_emerge/Binpkg.py | 2 +- pym/_emerge/EbuildBuild.py | 9 +- pym/_emerge/PackageMerge.py| 5 +- pym/_emerge/TaskSequence.py| 25 +++- pym/_emerge/UserQuery.py | 71 pym/_emerge/actions.py | 31 ++--- pym/_emerge/depgraph.py| 53 +++-- pym/_emerge/main.py| 17 +++ pym/_emerge/resolver/output.py | 5 +- pym/_emerge/resolver/output_helpers.py | 20 +--- pym/_emerge/search.py | 10 +- pym/_emerge/unmerge.py | 5 +- pym/_emerge/userquery.py | 55 - pym/portage/dbapi/vartree.py | 42 +++ pym/portage/dep/dep_check.py | 14 --- pym/portage/dispatch_conf.py | 3 +- pym/portage/emaint/module.py | 2 +- pym/portage/exception.py | 4 + pym/portage/glsa.py| 1 + pym/portage/localization.py| 12 ++ pym/portage/package/ebuild/config.py | 13 ++- .../tests/resolver/test_slot_conflict_rebuild.py | 41 +++ pym/portage/util/__init__.py | 3 +- pym/portage/util/writeable_check.py| 29 +++-- pym/repoman/checks.py | 10 -- pym/repoman/utilities.py | 2 +- 35 files changed, 546 insertions(+), 282 deletions(-) diff --cc pym/_emerge/actions.py index e7b3622,b935139..5598b3c --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@@ -3051,8 -3055,8 +3055,8 @@@ def getportageversion(portdir, _unused gccver = getgccversion(chost) unameout=platform.release()+" "+platform.machine() - return "Portage %s (%s, %s, %s, %s)" % \ - (portage.VERSION + "-multilib", profilever, gccver, ",".join(libcver), unameout) + return "Portage %s (%s, %s, %s, %s, %s)" % \ - (portage.VERSION, pythonver, profilever, gccver, ",".join(libcver), unameout) ++ (portage.VERSION + "-multilib", pythonver, profilever, gccver, ",".join(libcver), unameout) def git_sync_timestamps(portdb, portdir): """
[gentoo-commits] gentoo-x86 commit in app-emacs/ecb: ecb-2.41_pre20140215-r1.ebuild
ulm 14/12/12 20:23:07 Modified: ecb-2.41_pre20140215-r1.ebuild Log: Block against app-emacs/cedet, bug 532286. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.4 app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild?r1=1.3&r2=1.4 Index: ecb-2.41_pre20140215-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ecb-2.41_pre20140215-r1.ebuild 12 Dec 2014 20:19:34 - 1.3 +++ ecb-2.41_pre20140215-r1.ebuild 12 Dec 2014 20:23:07 - 1.4 @@ -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-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild,v 1.3 2014/12/12 20:19:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild,v 1.4 2014/12/12 20:23:07 ulm Exp $ EAPI=5 @@ -16,7 +16,7 @@ KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="java" -DEPEND="!
[gentoo-commits] gentoo-x86 commit in app-emacs/ecb: ChangeLog ecb-2.41_pre20140215-r1.ebuild
ulm 14/12/12 20:19:34 Modified: ChangeLog ecb-2.41_pre20140215-r1.ebuild Log: Block against app-emacs/cedet, bug 532286. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.60 app-emacs/ecb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 7 Dec 2014 22:30:08 - 1.59 +++ ChangeLog 12 Dec 2014 20:19:34 - 1.60 @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ecb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.59 2014/12/07 22:30:08 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ChangeLog,v 1.60 2014/12/12 20:19:34 ulm Exp $ + + 12 Dec 2014; Ulrich Müller ecb-2.41_pre20140215-r1.ebuild: + Block against app-emacs/cedet, bug 532286. 07 Dec 2014; Chema Alonso ecb-2.41_pre20140215-r1.ebuild: Stable for amd64 wrt bug #530530 1.3 app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild?r1=1.2&r2=1.3 Index: ecb-2.41_pre20140215-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ecb-2.41_pre20140215-r1.ebuild 7 Dec 2014 22:30:08 - 1.2 +++ ecb-2.41_pre20140215-r1.ebuild 12 Dec 2014 20:19:34 - 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/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild,v 1.2 2014/12/07 22:30:08 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ecb/ecb-2.41_pre20140215-r1.ebuild,v 1.3 2014/12/12 20:19:34 ulm Exp $ EAPI=5 @@ -16,7 +16,8 @@ KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="java" -DEPEND="java? ( app-emacs/jde )" +DEPEND="!
[gentoo-commits] dev/bircoph:master commit in: media-gfx/exiv2/files/, media-gfx/exiv2/
commit: 8f4536565963faac8b01e40f1634031f08676ac3 Author: Andrew Savchenko gmail com> AuthorDate: Fri Dec 12 19:22:20 2014 + Commit: Andrew Savchenko gmail com> CommitDate: Fri Dec 12 19:22:20 2014 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=8f453656 exiv2: fixed in portage --- media-gfx/exiv2/ChangeLog | 476 - media-gfx/exiv2/Manifest | 5 - media-gfx/exiv2/exiv2-0.24.ebuild | 131 --- media-gfx/exiv2/files/exiv2-0.24-python3.patch | 27 -- media-gfx/exiv2/metadata.xml | 15 - 5 files changed, 654 deletions(-) diff --git a/media-gfx/exiv2/ChangeLog b/media-gfx/exiv2/ChangeLog deleted file mode 100644 index ade75ae..000 --- a/media-gfx/exiv2/ChangeLog +++ /dev/null @@ -1,476 +0,0 @@ -# ChangeLog for media-gfx/exiv2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiv2/ChangeLog,v 1.125 2014/11/26 06:51:10 idella4 Exp $ - - 26 Nov 2014; Ian Delaney exiv2-0.24.ebuild: - clean old python impls - - 06 Sep 2014; Christoph Junghans exiv2-0.24.ebuild: - add prefix support (bug #518974) - - 18 Jun 2014; Michał Górny exiv2-0.23-r2.ebuild, - exiv2-0.24.ebuild: - Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug - #513718. - - 12 Jun 2014; Michał Górny exiv2-0.24.ebuild: - Remove boost compat patch that has been applied upstream, bug #512658. - -*exiv2-0.24 (04 Jun 2014) - - 04 Jun 2014; Andreas K. Huettel +exiv2-0.24.ebuild, - +files/exiv2-0.24-python3.patch: - Version bump - - 30 Apr 2014; Michał Górny exiv2-0.23-r2.ebuild: - Fix multilib and Python support. Bug #474654. - - 22 Dec 2013; Johannes Huber exiv2-0.23-r2.ebuild: - Fix src_install with USE contrib by Rafał Mużyło , bug - #494954. - -*exiv2-0.23-r2 (20 Dec 2013) - - 20 Dec 2013; Johannes Huber +exiv2-0.23-r2.ebuild: - Revision bump adds multilib support + converted to python-single-r1 eclass by - Michael Weber , bug #474654. Introduces subslot, bug #456794. - - 20 Dec 2013; Johannes Huber -exiv2-0.19.ebuild, - -files/exiv2-0.19-syntax-fix.patch, -files/exiv2-0.21.1-time-fix.patch: - Remove old. - - 20 Sep 2013; Jeroen Roovers exiv2-0.23-r1.ebuild: - Stable for HPPA (bug #481934). - - 07 Sep 2013; Agostino Sarubbo exiv2-0.23-r1.ebuild: - Stable for sparc, wrt bug #481934 - - 03 Sep 2013; Agostino Sarubbo exiv2-0.23-r1.ebuild: - Stable for ia64, wrt bug #481934 - - 03 Sep 2013; Agostino Sarubbo exiv2-0.23-r1.ebuild: - Stable for alpha, wrt bug #481934 - - 22 Jul 2013; Andreas K. Huettel metadata.xml: - Add to graphics herd too - - 22 Jul 2013; Patrick Lauer exiv2-0.23-r1.ebuild: - QA: Restore ~amd64-fbsd keyword to existing version - - 21 Jul 2013; Andreas K. Huettel metadata.xml: - Add to kde herd - - 21 Jul 2013; Pacho Ramos -exiv2-0.21.1-r1.ebuild, - -exiv2-0.21.1-r2.ebuild, -exiv2-0.23.ebuild, metadata.xml: - Cleanup due #92799 - - 02 Apr 2013; Agostino Sarubbo exiv2-0.23-r1.ebuild: - Stable for ppc64, wrt bug #462890 - - 20 Feb 2013; Andreas Schuerch exiv2-0.23-r1.ebuild: - x86 stable, see bug 437432 - - 19 Feb 2013; Agostino Sarubbo exiv2-0.23-r1.ebuild: - Stable for arm, wrt bug #437432 - - 18 Feb 2013; Agostino Sarubbo exiv2-0.23-r1.ebuild: - Stable for ppc, wrt bug #437432 - - 09 Feb 2013; Sergey Popov exiv2-0.23-r1.ebuild: - Stable on amd64, wrt bug #437432 - -*exiv2-0.23-r1 (24 Jan 2013) - - 24 Jan 2013; Stefan Briesenick +exiv2-0.23-r1.ebuild, - +files/exiv2-0.23-boost-fs-contrib.patch: - revbump with patches from Bug #437432. - - 02 Jul 2012; Stefan Briesenick exiv2-0.19.ebuild, - exiv2-0.21.1-r1.ebuild, exiv2-0.21.1-r2.ebuild, exiv2-0.23.ebuild: - dev-util/pkgconfig -> virtual/pkgconfig - - 02 Jul 2012; Samuli Suominen exiv2-0.23.ebuild: - Remove useless pkg_postinst() ewarn for running revdep-rebuild. - -*exiv2-0.23 (24 Jun 2012) - - 24 Jun 2012; Stefan Briesenick exiv2-0.19.ebuild, - exiv2-0.21.1-r1.ebuild, exiv2-0.21.1-r2.ebuild, +exiv2-0.23.ebuild: - version bump (bug #390375), added static-libs support (bug #378205), depend - on python2 only with USE=doc and in DEPEND (bug #398959), set - dev-util/pkgconfig dependencies again for older ebuilds due to profile-errors - during commit (feel free to fix it) - - 17 May 2012; Alexis Ballier exiv2-0.21.1-r2.ebuild: - keyword ~amd64-fbsd - - 05 May 2012; Jeff Horelick exiv2-0.19.ebuild, - exiv2-0.21.1-r1.ebuild, exiv2-0.21.1-r2.ebuild: - dev-util/pkgconfig -> virtual/pkgconfig - - 10 Jan 2012; Brent Baude exiv2-0.21.1-r2.ebuild: - Marking exiv2-0.21.1-r2 ppc for bug 396359 - -*exiv2-0.21.1-r2 (09 Sep 2011) - - 09 Sep 2011; Tomáš Chvátal -exiv2-0.20.ebuild, - -exiv2-0.21.ebuild, -exiv2-0.21-r1.ebuild, -exiv2-0.21.1.ebuild, - exiv2-0.21.1-r1.ebuild, +exiv2-0.21.1-r2.ebuild, - -files/exiv2-0.21-xmp-fix.patch: - Revision bump to punt
[gentoo-commits] gentoo-x86 commit in app-emulation/docker: docker-1.4.0.ebuild ChangeLog docker-1.3.2.ebuild
xarthisius14/12/12 18:53:23 Modified: ChangeLog Added:docker-1.4.0.ebuild Removed: docker-1.3.2.ebuild Log: Version bump, drop vulnerable versions wrt #532344 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x5D21B852895192F9) Revision ChangesPath 1.34 app-emulation/docker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 26 Nov 2014 16:13:29 - 1.33 +++ ChangeLog 12 Dec 2014 18:53:23 - 1.34 @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/docker # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.33 2014/11/26 16:13:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/ChangeLog,v 1.34 2014/12/12 18:53:23 xarthisius Exp $ + +*docker-1.4.0 (12 Dec 2014) + + 12 Dec 2014; Kacper Kowalik +docker-1.4.0.ebuild, + -docker-1.3.2.ebuild: + Version bump, drop vulnerable versions wrt #532344 26 Nov 2014; Kacper Kowalik docker-1.3.2.ebuild: Update with ebuild from Tianon's overlay 1.1 app-emulation/docker/docker-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/docker/docker-1.4.0.ebuild?rev=1.1&content-type=text/plain Index: docker-1.4.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/docker/docker-1.4.0.ebuild,v 1.1 2014/12/12 18:53:23 xarthisius Exp $ EAPI=5 DESCRIPTION="Docker complements kernel namespacing with a high-level API which operates at the process level" HOMEPAGE="https://www.docker.com"; GITHUB_URI="github.com/docker/docker" if [[ ${PV} == * ]]; then SRC_URI="" EGIT_REPO_URI="git://${GITHUB_URI}.git" inherit git-2 else SRC_URI="https://${GITHUB_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" DOCKER_GITCOMMIT="4595d4f" KEYWORDS="~amd64" [ "$DOCKER_GITCOMMIT" ] || die "DOCKER_GITCOMMIT must be added manually for each bump!" fi inherit bash-completion-r1 linux-info multilib systemd udev user LICENSE="Apache-2.0" SLOT="0" IUSE="aufs btrfs +contrib +device-mapper doc lxc vim-syntax zsh-completion" # https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#build-dependencies CDEPEND=" >=dev-db/sqlite-3.7.9:3 device-mapper? ( >=sys-fs/lvm2-2.02.89[thin] ) " DEPEND=" ${CDEPEND} >=dev-lang/go-1.3 btrfs? ( >=sys-fs/btrfs-progs-3.16.1 ) " # https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#runtime-dependencies # https://github.com/docker/docker/blob/master/hack/PACKAGERS.md#optional-dependencies RDEPEND=" ${CDEPEND} !app-emulation/docker-bin >=net-firewall/iptables-1.4 sys-process/procps >=dev-vcs/git-1.7 >=app-arch/xz-utils-4.9 lxc? ( >=app-emulation/lxc-1.0 ) aufs? ( || ( sys-fs/aufs3 sys-kernel/aufs-sources ) ) " RESTRICT="installsources strip" # see "contrib/check-config.sh" from upstream's sources CONFIG_CHECK=" NAMESPACES NET_NS PID_NS IPC_NS UTS_NS DEVPTS_MULTIPLE_INSTANCES CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER CGROUP_SCHED MACVLAN VETH BRIDGE NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE NETFILTER_XT_MATCH_ADDRTYPE NETFILTER_XT_MATCH_CONNTRACK NF_NAT NF_NAT_NEEDED ~MEMCG_SWAP ~RESOURCE_COUNTERS ~CGROUP_PERF " ERROR_MEMCG_SWAP="CONFIG_MEMCG_SWAP: is required if you wish to limit swap usage of containers" ERROR_RESOURCE_COUNTERS="CONFIG_RESOURCE_COUNTERS: is optional for container statistics gathering" ERROR_CGROUP_PERF="CONFIG_CGROUP_PERF: is optional for container statistics gathering" pkg_setup() { if kernel_is lt 3 8; then eerror "" eerror "Using Docker with kernels older than 3.8 is unstable and unsupported." eerror " - http://docs.docker.com/installation/binaries/#check
[gentoo-commits] proj/kde:master commit in: kde-misc/kscreen/, profiles/package.mask/
commit: be20c917014ee95b46d44817d2c4377337b5538c Author: Manuel Rüger gentoo org> AuthorDate: Fri Dec 12 18:28:22 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Fri Dec 12 18:28:22 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=be20c917 [kde-misc/kscreen] Add snapshot that builds with plasma-5.1 --- kde-misc/kscreen/kscreen-1.0.71_p1.ebuild | 36 +++ profiles/package.mask/plasma-5.1.2| 3 +++ 2 files changed, 39 insertions(+) diff --git a/kde-misc/kscreen/kscreen-1.0.71_p1.ebuild b/kde-misc/kscreen/kscreen-1.0.71_p1.ebuild new file mode 100644 index 000..8868d7a --- /dev/null +++ b/kde-misc/kscreen/kscreen-1.0.71_p1.ebuild @@ -0,0 +1,36 @@ +# 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="KDE screen management" +HOMEPAGE="https://projects.kde.org/projects/extragear/base/kscreen"; +COMMIT_ID="d6380ef623501a4a97aaeac8798e424c22716988" +SRC_URI="http://quickgit.kde.org/?p=kscreen.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${P}.tar.gz" +KEYWORDS="~amd64" +IUSE="" + +S=${WORKDIR}/${PN} + +DEPEND=" + $(add_kdebase_dep libkscreen) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5[widgets] + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND=" + ${DEPEND} + !kde-misc/kscreen:4 +" diff --git a/profiles/package.mask/plasma-5.1.2 b/profiles/package.mask/plasma-5.1.2 index ef99579..fe14387 100644 --- a/profiles/package.mask/plasma-5.1.2 +++ b/profiles/package.mask/plasma-5.1.2 @@ -29,3 +29,6 @@ ~kde-base/plasma-workspace-5.1.2 ~kde-base/powerdevil-5.1.2 ~kde-base/systemsettings-5.1.2 +# This is a snapshot from git, because there's no release +# and live doesn't build with libkscreen-5.1.2 +=kde-misc/kscreen-1.0.71_p1
[gentoo-commits] proj/kde:master commit in: /
commit: 03c54eb1c4a1537632850c7bc0e03612ac620bd0 Author: Manuel Rüger gentoo org> AuthorDate: Fri Dec 12 18:29:18 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Fri Dec 12 18:29:18 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=03c54eb1 Merge branch 'master' of git.overlays.gentoo.org:proj/kde eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
[gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild go-1.3.3.ebuild go-1.4.ebuild ChangeLog
williamh14/12/12 18:23:32 Modified: go-.ebuild go-1.3.3.ebuild go-1.4.ebuild ChangeLog Log: fix references to upstream issues (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538) Revision ChangesPath 1.22 dev-lang/go/go-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-.ebuild?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-.ebuild?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-.ebuild?r1=1.21&r2=1.22 Index: go-.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-.ebuild,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- go-.ebuild 11 Dec 2014 17:28:16 - 1.21 +++ go-.ebuild 12 Dec 2014 18:23:32 - 1.22 @@ -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/go/go-.ebuild,v 1.21 2014/12/11 17:28:16 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-.ebuild,v 1.22 2014/12/12 18:23:32 williamh Exp $ EAPI=5 @@ -79,7 +79,7 @@ # There is a known issue which requires the source tree to be installed [1]. # Once this is fixed, we can consider using the doc use flag to control # installing the doc and src directories. - # [1] http://code.google.com/p/go/issues/detail?id=2775 + # [1] https://golang.org/issue/2775 doins -r doc include lib pkg src fperms -R +x /usr/lib/go/pkg/tool } 1.8 dev-lang/go/go-1.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.3.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.3.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.3.ebuild?r1=1.7&r2=1.8 Index: go-1.3.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- go-1.3.3.ebuild 21 Nov 2014 09:55:17 - 1.7 +++ go-1.3.3.ebuild 12 Dec 2014 18:23:32 - 1.8 @@ -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/go/go-1.3.3.ebuild,v 1.7 2014/11/21 09:55:17 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.3.ebuild,v 1.8 2014/12/12 18:23:32 williamh Exp $ EAPI=5 @@ -86,7 +86,7 @@ # There is a known issue which requires the source tree to be installed [1]. # Once this is fixed, we can consider using the doc use flag to control # installing the doc and src directories. - # [1] http://code.google.com/p/go/issues/detail?id=2775 + # [1] https://golang.org/issue/2775 doins -r doc include lib pkg src dobashcomp misc/bash/go 1.3 dev-lang/go/go-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.4.ebuild?r1=1.2&r2=1.3 Index: go-1.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- go-1.4.ebuild 11 Dec 2014 17:03:50 - 1.2 +++ go-1.4.ebuild 12 Dec 2014 18:23:32 - 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/go/go-1.4.ebuild,v 1.2 2014/12/11 17:03:50 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.4.ebuild,v 1.3 2014/12/12 18:23:32 williamh Exp $ EAPI=5 @@ -79,7 +79,7 @@ # There is a known issue which requires the source tree to be installed [1]. # Once this is fixed, we can consider using the doc use flag to control # installing the doc and src directories. - # [1] http://code.google.com/p/go/issues/detail?id=2775 + # [1] https://golang.org/issue/2775 doins -r doc include lib pkg src fperms -R +x /usr/lib/go/pkg/tool } 1.58 dev-lang/go/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.58&content-type=text/
[gentoo-commits] gentoo-x86 commit in app-admin/paxtest: ChangeLog
blueness14/12/12 18:15:44 Modified: ChangeLog Log: Fix gpg signature (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.45 app-admin/paxtest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/paxtest/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/paxtest/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/paxtest/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 12 Dec 2014 18:13:14 - 1.44 +++ ChangeLog 12 Dec 2014 18:15:44 - 1.45 @@ -1,6 +1,9 @@ # ChangeLog for app-admin/paxtest # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.44 2014/12/12 18:13:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/paxtest/ChangeLog,v 1.45 2014/12/12 18:15:44 blueness Exp $ + + 12 Dec 2014; Anthony G. Basile ChangeLog: + Fix gpg signature *paxtest-0.9.13 (12 Dec 2014)
[gentoo-commits] gentoo-x86 commit in app-admin/paxtest/files: paxtest-0.9.13-Makefile.patch
blueness14/12/12 18:13:14 Added:paxtest-0.9.13-Makefile.patch Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.1 app-admin/paxtest/files/paxtest-0.9.13-Makefile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/paxtest/files/paxtest-0.9.13-Makefile.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/paxtest/files/paxtest-0.9.13-Makefile.patch?rev=1.1&content-type=text/plain Index: paxtest-0.9.13-Makefile.patch === diff -Naur paxtest-0.9.13.orig/Makefile paxtest-0.9.13/Makefile --- paxtest-0.9.13.orig/Makefile2014-12-09 19:53:48.0 -0500 +++ paxtest-0.9.13/Makefile 2014-12-12 13:07:55.715099100 -0500 @@ -52,12 +52,14 @@ endif # for some reason the .c files need it, else GNU_STACK=RWE -OPT_FLAGS := -O2 $(ASFLAGS) +# Gentoo's CFLAGS should be honored +OPT_FLAGS := $(CFLAGS) $(ASFLAGS) PTHREAD := -lpthread # define stripping of binaries/libs here, or set these on make's commandline, # else you'll loose the chpax flags! -LDFLAGS := -SHLDFLAGS := +# Gentoo's LDFLAGS should be honored +LDFLAGS := $(LDFLAGS) +SHLDFLAGS := $(LDFLAGS) ifndef RUNDIR RUNDIR := . endif