[gentoo-commits] proj/sci:master commit in: sci-physics/abinit/files/, sci-physics/abinit/
commit: 1d3d7a5552332945d6153c3073e42500b59a36b1 Author: Honza Macháček centrum cz> AuthorDate: Thu Jul 10 07:07:09 2014 + Commit: Honza Macháček centrum cz> CommitDate: Thu Jul 10 07:07:09 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1d3d7a55 Added forgotten patch file 7.6.3-libabinit_options.patch for sci-physics/abinit Package-Manager: portage-2.2.10 --- sci-physics/abinit/ChangeLog | 5 ++ .../abinit/files/7.6.3-libabinit_options.patch | 80 ++ 2 files changed, 85 insertions(+) diff --git a/sci-physics/abinit/ChangeLog b/sci-physics/abinit/ChangeLog index 11dd22a..7c785b6 100644 --- a/sci-physics/abinit/ChangeLog +++ b/sci-physics/abinit/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jul 2014; Honza Macháček + +files/7.6.3-libabinit_options.patch: + Added forgotten patch file 7.6.3-libabinit_options.patch for sci- + physics/abinit + *abinit-7.6.4 (27 Jun 2014) 27 Jun 2014; Honza Macháček +abinit-7.6.4.ebuild, diff --git a/sci-physics/abinit/files/7.6.3-libabinit_options.patch b/sci-physics/abinit/files/7.6.3-libabinit_options.patch new file mode 100644 index 000..d97d2dae --- /dev/null +++ b/sci-physics/abinit/files/7.6.3-libabinit_options.patch @@ -0,0 +1,80 @@ +diff -Naurp abinit-7.6.3.orig/Makefile.am abinit-7.6.3/Makefile.am +--- abinit-7.6.3.orig/Makefile.am 2014-04-06 20:33:21.0 + abinit-7.6.3/Makefile.am 2014-05-02 10:33:49.836301391 + +@@ -1622,7 +1622,9 @@ libabinit.a: + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/11_qespresso_ext/lib11_qespresso_ext.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/12_hide_mpi/lib12_hide_mpi.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/14_hidewrite/lib14_hidewrite.a ++if DO_BUILD_15_GPU_TOOLBOX + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/15_gpu_toolbox/lib15_gpu_toolbox.a ++endif + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/16_hideleave/lib16_hideleave.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/18_timing/lib18_timing.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/21_psiesta_noabirule/lib21_psiesta_noabirule.a +@@ -1642,7 +1644,9 @@ libabinit.a: + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/49_gw_toolbox_oop/lib49_gw_toolbox_oop.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/51_manage_mpi/lib51_manage_mpi.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/52_fft_mpi_noabirule/lib52_fft_mpi_noabirule.a ++if DO_BUILD_52_MANAGE_CUDA + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/52_manage_cuda/lib52_manage_cuda.a ++endif + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/53_abiutil/lib53_abiutil.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/53_ffts/lib53_ffts.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/53_spacepar/lib53_spacepar.a +@@ -1661,14 +1665,18 @@ libabinit.a: + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/62_wvl_wfs/lib62_wvl_wfs.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/63_bader/lib63_bader.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/64_atompaw/lib64_atompaw.a ++if DO_BUILD_65_LOTF_BASE + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/65_lotf_base/lib65_lotf_base.a ++endif + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/65_nonlocal/lib65_nonlocal.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/65_psp/lib65_psp.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/66_paw/lib66_paw.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/66_wfs/lib66_wfs.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/67_common/lib67_common.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/68_dmft/lib68_dmft.a ++if DO_BUILD_68_LOTF + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/68_lotf/lib68_lotf.a ++endif + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/68_recursion/lib68_recursion.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/68_rsprc/lib68_rsprc.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/69_wfdesc/lib69_wfdesc.a +diff -Naurp abinit-7.6.3.orig/Makefile.in abinit-7.6.3/Makefile.in +--- abinit-7.6.3.orig/Makefile.in 2014-04-06 20:33:32.0 + abinit-7.6.3/Makefile.in 2014-05-02 11:25:34.961648440 + +@@ -2746,7 +2746,7 @@ libabinit.a: + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/11_qespresso_ext/lib11_qespresso_ext.a + cd $(libabinit_tmpdir) && $(AR) xv $(abs_top_builddir)/src/12_hide_mp
[gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: ChangeLog test-unit-1.2.3-r1.ebuild
graaff 14/07/10 07:30:57 Modified: ChangeLog Added:test-unit-1.2.3-r1.ebuild Log: Add ruby20, ruby21. Avoid dev-ruby/hoe dependency due to incompatibility issues. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.101dev-ruby/test-unit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 2 Jul 2014 09:18:45 - 1.100 +++ ChangeLog 10 Jul 2014 07:30:57 - 1.101 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/test-unit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.100 2014/07/02 09:18:45 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.101 2014/07/10 07:30:57 graaff Exp $ + +*test-unit-1.2.3-r1 (10 Jul 2014) + + 10 Jul 2014; Hans de Graaff +test-unit-1.2.3-r1.ebuild: + Add ruby20, ruby21. Avoid dev-ruby/hoe dependency due to incompatibility + issues. 02 Jul 2014; Tobias Klausmann test-unit-2.5.5-r1.ebuild: 1.1 dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild?rev=1.1&content-type=text/plain Index: test-unit-1.2.3-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild,v 1.1 2014/07/10 07:30:57 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" # Disable default binwraps RUBY_FAKEGEM_BINWRAP="" inherit ruby-fakegem # Tests need to be verified RESTRICT=test DESCRIPTION="Nathaniel Talbott's originial test-unit" HOMEPAGE="http://test-unit.rubyforge.org/"; LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE=""
[gentoo-commits] gentoo-x86 commit in dev-ruby/fakefs: ChangeLog fakefs-0.5.2-r1.ebuild
graaff 14/07/10 08:07:30 Modified: ChangeLog Added:fakefs-0.5.2-r1.ebuild Log: Add ruby21. Drop sparc keyword, bug 465948. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.48 dev-ruby/fakefs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 24 Apr 2014 16:55:54 - 1.47 +++ ChangeLog 10 Jul 2014 08:07:30 - 1.48 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/fakefs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.47 2014/04/24 16:55:54 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.48 2014/07/10 08:07:30 graaff Exp $ + +*fakefs-0.5.2-r1 (10 Jul 2014) + + 10 Jul 2014; Hans de Graaff +fakefs-0.5.2-r1.ebuild: + Add ruby21. Drop sparc keyword, bug 465948. 24 Apr 2014; Manuel Rüger -fakefs-0.4.3-r1.ebuild, -fakefs-0.5.0.ebuild, -fakefs-0.5.1.ebuild, fakefs-0.4.2.ebuild, 1.1 dev-ruby/fakefs/fakefs-0.5.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/fakefs-0.5.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/fakefs-0.5.2-r1.ebuild?rev=1.1&content-type=text/plain Index: fakefs-0.5.2-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/fakefs-0.5.2-r1.ebuild,v 1.1 2014/07/10 08:07:30 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_TEST="none" # requires sdoc RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.markdown" inherit ruby-fakegem eutils DESCRIPTION="A fake filesystem. Use it in your tests." HOMEPAGE="http://github.com/defunkt/fakefs"; LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " test? ( dev-ruby/rspec:2 >=dev-ruby/test-unit-2.5.1-r1 )" all_ruby_prepare() { # Remove bundler rm Gemfile || die } each_ruby_prepare() { case ${RUBY} in *jruby) # Ignore failing tests: upstream is aware and doing the same # on Travis. rm test/fakefs_test.rb test/file/stat_test.rb || die ;; *) ;; esac } each_ruby_test() { ruby-ng_rspec ruby-ng_testrb-2 -Ilib:test test/**/*_test.rb }
[gentoo-commits] gentoo-x86 commit in net-misc/strongswan: ChangeLog strongswan-5.2.0.ebuild
gurligebis14/07/10 08:16:13 Modified: ChangeLog Added:strongswan-5.2.0.ebuild Log: Bumping to 5.2.0 (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 15AE484C) Revision ChangesPath 1.144net-misc/strongswan/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/ChangeLog?rev=1.144&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/ChangeLog?rev=1.144&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/ChangeLog?r1=1.143&r2=1.144 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v retrieving revision 1.143 retrieving revision 1.144 diff -u -r1.143 -r1.144 --- ChangeLog 10 May 2014 15:22:51 - 1.143 +++ ChangeLog 10 Jul 2014 08:16:13 - 1.144 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/strongswan # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.143 2014/05/10 15:22:51 gurligebis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.144 2014/07/10 08:16:13 gurligebis Exp $ + +*strongswan-5.2.0 (10 Jul 2014) + + 10 Jul 2014; +strongswan-5.2.0.ebuild: + Bumping to 5.2.0 10 May 2014; -strongswan-5.1.1.ebuild: Removing old version, with known issues, fixing bug #507722 and #509832 1.1 net-misc/strongswan/strongswan-5.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/strongswan-5.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/strongswan-5.2.0.ebuild?rev=1.1&content-type=text/plain Index: strongswan-5.2.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.2.0.ebuild,v 1.1 2014/07/10 08:16:13 gurligebis Exp $ EAPI=5 inherit eutils linux-info systemd user DESCRIPTION="IPsec-based VPN solution focused on security and ease of use, supporting IKEv1/IKEv2 and MOBIKE" HOMEPAGE="http://www.strongswan.org/"; SRC_URI="http://download.strongswan.org/${P}.tar.bz2"; LICENSE="GPL-2 RSA DES" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="+caps curl +constraints debug dhcp eap farp gcrypt ldap mysql networkmanager +non-root +openssl sqlite pam" COMMON_DEPEND="!net-misc/openswan >=dev-libs/gmp-4.1.5 gcrypt? ( dev-libs/libgcrypt:0 ) caps? ( sys-libs/libcap ) curl? ( net-misc/curl ) ldap? ( net-nds/openldap ) openssl? ( >=dev-libs/openssl-0.9.8[-bindist] ) mysql? ( virtual/mysql ) sqlite? ( >=dev-db/sqlite-3.3.1 ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam )" DEPEND="${COMMON_DEPEND} virtual/linux-sources sys-kernel/linux-headers" RDEPEND="${COMMON_DEPEND} virtual/logger sys-apps/iproute2 !net-misc/libreswan" UGID="ipsec" pkg_setup() { linux-info_pkg_setup elog "Linux kernel version: ${KV_FULL}" if ! kernel_is -ge 2 6 16; then eerror eerror "This ebuild currently only supports ${PN} with the" eerror "native Linux 2.6 IPsec stack on kernels >= 2.6.16." eerror fi if kernel_is -lt 2 6 34; then ewarn ewarn "IMPORTANT KERNEL NOTES: Please read carefully..." ewarn if kernel_is -lt 2 6 29; then ewarn "[ < 2.6.29 ] Due to a missing kernel feature, you have to" ewarn "include all required IPv6 modules even if you just intend" ewarn "to run on IPv4 only." ewarn ewarn "This has been fixed with kernels >= 2.6.29." ewarn fi if kernel_is -lt 2 6 33; then ewarn "[ < 2.6.33 ] Kernels prior to 2.6.33 include a non-standards" ewarn "compliant implementation for SHA-2 HMAC support in ESP and" ewarn "miss SHA384 and SHA512 HMAC support altogether." ewarn ewarn "If you need any of those features, please use kernel >= 2.6.33." ewarn fi if kernel_is -lt 2 6 34; then ewarn "[ < 2.6.34 ] Support for the AES-GMAC authentification-only" ewarn "ESP cipher is only included in kernels >= 2.6.34." ewarn ewarn "If you need it, please u
[gentoo-commits] gentoo-x86 commit in dev-perl/Email-Address: Email-Address-1.905.0.ebuild ChangeLog
zlogene 14/07/10 08:48:05 Modified: ChangeLog Added:Email-Address-1.905.0.ebuild Log: Security bump (bug #513810) (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision ChangesPath 1.89 dev-perl/Email-Address/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/ChangeLog?rev=1.89&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/ChangeLog?rev=1.89&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/ChangeLog?r1=1.88&r2=1.89 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- ChangeLog 25 Aug 2013 07:48:21 - 1.88 +++ ChangeLog 10 Jul 2014 08:48:05 - 1.89 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Email-Address -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/ChangeLog,v 1.88 2013/08/25 07:48:21 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/ChangeLog,v 1.89 2014/07/10 08:48:05 zlogene Exp $ + +*Email-Address-1.905.0 (10 Jul 2014) + + 10 Jul 2014; Mikle Kolyada +Email-Address-1.905.0.ebuild: + Security bump (bug #513810) *Email-Address-1.900.0 (25 Aug 2013) 1.1 dev-perl/Email-Address/Email-Address-1.905.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/Email-Address-1.905.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/Email-Address-1.905.0.ebuild?rev=1.1&content-type=text/plain Index: Email-Address-1.905.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/Email-Address/Email-Address-1.905.0.ebuild,v 1.1 2014/07/10 08:48:05 zlogene Exp $ EAPI=5 MODULE_AUTHOR=RJBS MODULE_VERSION=1.905 inherit perl-module DESCRIPTION="RFC 2822 Address Parsing and Creation" SLOT="0" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" DEPEND="${RDEPEND} test? ( virtual/perl-Test-Simple >=dev-perl/Test-Pod-1.14 >=dev-perl/Test-Pod-Coverage-1.08 dev-perl/Capture-Tiny )" SRC_TEST="do"
[gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-toolkit/, dev-util/nvidia-cuda-toolkit/files/
commit: cc6cbe3ca9c8de58c0c868d844c2ee5709554429 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jul 10 06:25:14 2014 + Commit: Justin Lecher gentoo org> CommitDate: Thu Jul 10 06:25:14 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cc6cbe3c dev-util/nvidia-cuda-toolkit: dev-util/nvidia-cuda-toolkit: add version 6.5.11 Package-Manager: portage-2.2.8-r1 --- dev-util/nvidia-cuda-toolkit/ChangeLog | 9 ++ dev-util/nvidia-cuda-toolkit/files/cuda-config.in | 28 dev-util/nvidia-cuda-toolkit/metadata.xml | 14 ++ .../nvidia-cuda-toolkit-6.5.11.ebuild | 152 + 4 files changed, 203 insertions(+) diff --git a/dev-util/nvidia-cuda-toolkit/ChangeLog b/dev-util/nvidia-cuda-toolkit/ChangeLog new file mode 100644 index 000..d8307ea --- /dev/null +++ b/dev-util/nvidia-cuda-toolkit/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/nvidia-cuda-toolkit +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*nvidia-cuda-toolkit-6.5.11 (10 Jul 2014) + + 10 Jul 2014; Marius Brehler +files/cuda-config.in, + +metadata.xml, +nvidia-cuda-toolkit-6.5.11.ebuild: + dev-util/nvidia-cuda-toolkit: dev-util/nvidia-cuda-toolkit: add version 6.5.11 diff --git a/dev-util/nvidia-cuda-toolkit/files/cuda-config.in b/dev-util/nvidia-cuda-toolkit/files/cuda-config.in new file mode 100644 index 000..ca0d1d7 --- /dev/null +++ b/dev-util/nvidia-cuda-toolkit/files/cuda-config.in @@ -0,0 +1,28 @@ +#!/bin/bash + +SUPPORT_GCC_VERSIONS_BY_CUDA="CUDA_SUPPORTED_GCC" + +_print_help() { + cat <<- EOF + Usage: + $(basename $0) [options] + + -s | --supported Returns by current CUDA supported gcc versions + -h | --helpShows this help + EOF +} + +case ${1} in + -s|--supported) + echo "${SUPPORT_GCC_VERSIONS_BY_CUDA}" + exit 0 + ;; + -h|--help) + _print_help + exit -1 + ;; + *) + _print_help + exit 1 + ;; +esac diff --git a/dev-util/nvidia-cuda-toolkit/metadata.xml b/dev-util/nvidia-cuda-toolkit/metadata.xml new file mode 100644 index 000..e099ba5 --- /dev/null +++ b/dev-util/nvidia-cuda-toolkit/metadata.xml @@ -0,0 +1,14 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + sci + + + Installs the NVIDIA CUDA visual profiler. + + + Installs the CUDA debugger. + +Install the dev-util/eclipse-sdk plugins + + diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.11.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.11.ebuild new file mode 100644 index 000..494ee09 --- /dev/null +++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.11.ebuild @@ -0,0 +1,152 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit check-reqs cuda unpacker versionator + +MYD=$(get_version_component_range 1)_$(get_version_component_range 2) + +DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)" +HOMEPAGE="http://developer.nvidia.com/cuda"; +CURI="https://developer.nvidia.com/rdp/cuda-65-rc-toolkit-download"; +SRC_URI=" + amd64? ( cuda_${PV}_rc_linux_64.run ) + x86? ( cuda_${PV}_rc_linux_32.run )" + +SLOT="0/${PV}" +LICENSE="NVIDIA-CUDA" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debugger doc eclipse profiler" + +DEPEND="" +RDEPEND="${DEPEND} + =x11-drivers/nvidia-drivers-340.24[uvm] + debugger? ( + sys-libs/libtermcap-compat + sys-libs/ncurses[tinfo] + ) + eclipse? ( >=virtual/jre-1.6 ) + profiler? ( >=virtual/jre-1.6 )" + +RESTRICT="fetch" + +pkg_nofetch() { + einfo "Please download" + einfo " - cuda_${P}_rc_linux64.run or" + einfo " - cuda_${P}_rc_linux32.run" + einfo "from ${CURI} and place it in ${DISTDIR}" +} + +S="${WORKDIR}" + +QA_PREBUILT="opt/cuda/*" + +CHECKREQS_DISK_BUILD="1500M" + +pkg_setup() { + # We don't like to run cuda_pkg_setup as it depends on us + check-reqs_pkg_setup +} + +src_unpack() { + unpacker + unpacker run_files/cuda-linux*.run +} + +src_prepare() { + local cuda_supported_gcc + + cuda_supported_gcc="4.8" + + sed \ + -e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \ + "${FILESDIR}"/cuda-config.in > "${T}"/cuda-config || die +} + +src_install() { + local i j + local remove="doc jre run_files install-linux.pl " + local cudadir=/opt/cuda + local ecudadir="${EPREFIX}"${cudadir} + + # dodoc doc/*txt + if use doc; then + dodoc doc/pdf/* + dohtml -r doc/html/* + fi + + mv doc
[gentoo-commits] proj/sci:master commit in: /
commit: f4fb99c2eb4d279057f4a3eb02cdb6e28bd0c811 Author: Justin gentoo org> AuthorDate: Thu Jul 10 06:58:56 2014 + Commit: Justin Lecher gentoo org> CommitDate: Thu Jul 10 06:58:56 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f4fb99c2 Merge pull request #240 from marbre/nvidia-cuda-sdk dev-util/nvidia-cuda-sdk: add version 6.5.11 dev-util/nvidia-cuda-sdk/ChangeLog | 9 ++ .../Manifest | 1 - .../nvidia-cuda-sdk}/metadata.xml | 7 +- .../nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild | 151 + 4 files changed, 166 insertions(+), 2 deletions(-)
[gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-sdk/
commit: 6cc1af5821f054eec2b74647b14e625226e27388 Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jul 10 06:45:31 2014 + Commit: Justin Lecher gentoo org> CommitDate: Thu Jul 10 06:45:31 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6cc1af58 dev-util/nvidia-cuda-sdk: add version 6.5.11 Package-Manager: portage-2.2.8-r1 --- dev-util/nvidia-cuda-sdk/ChangeLog | 9 ++ dev-util/nvidia-cuda-sdk/metadata.xml | 13 ++ .../nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild | 151 + 3 files changed, 173 insertions(+) diff --git a/dev-util/nvidia-cuda-sdk/ChangeLog b/dev-util/nvidia-cuda-sdk/ChangeLog new file mode 100644 index 000..e5fbe11 --- /dev/null +++ b/dev-util/nvidia-cuda-sdk/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/nvidia-cuda-sdk +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*nvidia-cuda-sdk-6.5.11 (10 Jul 2014) + + 10 Jul 2014; Marius Brehler +metadata.xml, + +nvidia-cuda-sdk-6.5.11.ebuild: + dev-util/nvidia-cuda-sdk: add version 6.5.11 diff --git a/dev-util/nvidia-cuda-sdk/metadata.xml b/dev-util/nvidia-cuda-sdk/metadata.xml new file mode 100644 index 000..8bd8dab --- /dev/null +++ b/dev-util/nvidia-cuda-sdk/metadata.xml @@ -0,0 +1,13 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + sci + + + Build OpenCL binaries. + + + Build CUDA binaries. + + + diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild new file mode 100644 index 000..4e76354 --- /dev/null +++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild @@ -0,0 +1,151 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cuda eutils flag-o-matic portability toolchain-funcs unpacker versionator + +MYD=$(get_version_component_range 1)_$(get_version_component_range 2) + +DESCRIPTION="NVIDIA CUDA Software Development Kit" +HOMEPAGE="http://developer.nvidia.com/cuda"; +CURI="https://developer.nvidia.com/rdp/cuda-65-rc-toolkit-download"; +SRC_URI="amd64? ( cuda_${PV}_rc_linux_64.run )" + +LICENSE="CUDPP" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux" +#IUSE="debug +doc +examples opencl +cuda" +IUSE="debug +examples opencl +cuda" + +RDEPEND=" + ~dev-util/nvidia-cuda-toolkit-${PV} + media-libs/freeglut + examples? ( + media-libs/freeimage + media-libs/glew + virtual/mpi + >=x11-drivers/nvidia-drivers-340.21[uvm] + )" +DEPEND="${RDEPEND}" + +RESTRICT="test fetch" + +pkg_nofetch() { + einfo "Please download" + einfo " - cuda_${P}_rc_linux64.run" + einfo "from ${CURI} and place it in ${DISTDIR}" +} + +S=${WORKDIR}/cuda-samples + +QA_EXECSTACK=( + opt/cuda/sdk/0_Simple/cdpSimplePrint/cdpSimplePrint + opt/cuda/sdk/0_Simple/cdpSimpleQuicksort/cdpSimpleQuicksort + opt/cuda/sdk/bin/x86_64/linux/release/cdpSimplePrint + opt/cuda/sdk/bin/x86_64/linux/release/cdpSimpleQuicksort + ) + +src_unpack() { + unpacker + unpacker run_files/cuda-samples*run +} + +pkg_setup() { + if use cuda || use opencl; then + cuda_pkg_setup + fi +} + +src_prepare() { + export RAWLDFLAGS="$(raw-ldflags)" + + sed \ + -e 's:-O2::g' \ + -e 's:-O3::g' \ + -e "/LINK/s:gcc:$(tc-getCC) ${LDFLAGS}:g" \ + -e "/LINK/s:g++:$(tc-getCXX) ${LDFLAGS}:g" \ + -e "/CC/s:gcc:$(tc-getCC):g" \ + -e "/GCC/s:g++:$(tc-getCXX):g" \ + -e "/ CFLAGS/s|\(:=\)|\1 ${CFLAGS}|g" \ + -e "/ CXXFLAGS/s|\(:=\)|\1 ${CXXFLAGS}|g" \ + -e "/NVCCFLAGS/s|\(:=\)|\1 ${NVCCFLAGS} |g" \ + -e 's:-Wimplicit::g' \ + -e "s|../../common/lib/linux/\$(OS_ARCH)/libGLEW.a|$(pkg-config --libs glew)|g" \ + -e "s|../../common/lib/\$(OSLOWER)/libGLEW.a|$(pkg-config --libs glew)|g" \ + -e "s|../../common/lib/\$(OSLOWER)/\$(OS_ARCH)/libGLEW.a|$(pkg-config --libs glew)|g" \ + -i $(find . -type f -name "Makefile") || die + +# -e "/ALL_LDFLAGS/s|:=|:= ${RAWLDFLAGS} |g" \ + find common/inc/GL -delete || die + find . -type f -name "*\.a" -delete || die +} + +src_compile() { + use examples || return + local myopts verbose="verbose=1" + use debug && myopts+=" dbg=1" + export FAKEROOTKEY=1 # Workaround sandbox issue in #462602 + emake \ + cuda-install="${EPREFIX}/opt/cuda" \ + CUDA_PATH="${EPREFIX}/opt/cuda/" \ + MPI_GCC=10 \ + ${myopts} ${verbose} +} + +src_test() { + local _dir _subdir + + addwrite /dev/nvidiact
[gentoo-commits] proj/sci:master commit in: /
commit: 3f966a37b79e4bdf4d804528b9f56fd89167a4d7 Author: Justin gentoo org> AuthorDate: Thu Jul 10 06:35:05 2014 + Commit: Justin Lecher gentoo org> CommitDate: Thu Jul 10 06:35:05 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3f966a37 Merge pull request #239 from marbre/nvidia-cuda-toolkit dev-util/nvidia-cuda-toolkit: add version 6.5.11 dev-util/nvidia-cuda-toolkit/ChangeLog | 9 ++ dev-util/nvidia-cuda-toolkit/Manifest | 2 + dev-util/nvidia-cuda-toolkit/files/cuda-config.in | 28 dev-util/nvidia-cuda-toolkit/metadata.xml | 14 ++ .../nvidia-cuda-toolkit-6.5.11.ebuild | 152 + 5 files changed, 205 insertions(+)
[gentoo-commits] proj/sci:master commit in: /
commit: c3a57542d1576356a1f114ce0436eda76475d2d3 Author: Justin Lecher gentoo org> AuthorDate: Thu Jul 10 08:53:38 2014 + Commit: Justin Lecher gentoo org> CommitDate: Thu Jul 10 08:53:38 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c3a57542 Merge remote-tracking branch 'github/master' * github/master: dev-util/nvidia-cuda-sdk: add version 6.5.11 dev-util/nvidia-cuda-toolkit: dev-util/nvidia-cuda-toolkit: add version 6.5.11
[gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-sdk/
commit: e08c70542fc99abbfb4911a4be549141741cddfe Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jul 10 06:45:31 2014 + Commit: Justin Lecher gentoo org> CommitDate: Thu Jul 10 08:53:32 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e08c7054 dev-util/nvidia-cuda-sdk: add version 6.5.11 Package-Manager: portage-2.2.8-r1 --- dev-util/nvidia-cuda-sdk/ChangeLog | 9 ++ dev-util/nvidia-cuda-sdk/metadata.xml | 13 ++ .../nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild | 151 + 3 files changed, 173 insertions(+) diff --git a/dev-util/nvidia-cuda-sdk/ChangeLog b/dev-util/nvidia-cuda-sdk/ChangeLog new file mode 100644 index 000..e5fbe11 --- /dev/null +++ b/dev-util/nvidia-cuda-sdk/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/nvidia-cuda-sdk +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*nvidia-cuda-sdk-6.5.11 (10 Jul 2014) + + 10 Jul 2014; Marius Brehler +metadata.xml, + +nvidia-cuda-sdk-6.5.11.ebuild: + dev-util/nvidia-cuda-sdk: add version 6.5.11 diff --git a/dev-util/nvidia-cuda-sdk/metadata.xml b/dev-util/nvidia-cuda-sdk/metadata.xml new file mode 100644 index 000..8bd8dab --- /dev/null +++ b/dev-util/nvidia-cuda-sdk/metadata.xml @@ -0,0 +1,13 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + sci + + + Build OpenCL binaries. + + + Build CUDA binaries. + + + diff --git a/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild new file mode 100644 index 000..4e76354 --- /dev/null +++ b/dev-util/nvidia-cuda-sdk/nvidia-cuda-sdk-6.5.11.ebuild @@ -0,0 +1,151 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cuda eutils flag-o-matic portability toolchain-funcs unpacker versionator + +MYD=$(get_version_component_range 1)_$(get_version_component_range 2) + +DESCRIPTION="NVIDIA CUDA Software Development Kit" +HOMEPAGE="http://developer.nvidia.com/cuda"; +CURI="https://developer.nvidia.com/rdp/cuda-65-rc-toolkit-download"; +SRC_URI="amd64? ( cuda_${PV}_rc_linux_64.run )" + +LICENSE="CUDPP" +SLOT="0" +KEYWORDS="~amd64 ~amd64-linux" +#IUSE="debug +doc +examples opencl +cuda" +IUSE="debug +examples opencl +cuda" + +RDEPEND=" + ~dev-util/nvidia-cuda-toolkit-${PV} + media-libs/freeglut + examples? ( + media-libs/freeimage + media-libs/glew + virtual/mpi + >=x11-drivers/nvidia-drivers-340.21[uvm] + )" +DEPEND="${RDEPEND}" + +RESTRICT="test fetch" + +pkg_nofetch() { + einfo "Please download" + einfo " - cuda_${P}_rc_linux64.run" + einfo "from ${CURI} and place it in ${DISTDIR}" +} + +S=${WORKDIR}/cuda-samples + +QA_EXECSTACK=( + opt/cuda/sdk/0_Simple/cdpSimplePrint/cdpSimplePrint + opt/cuda/sdk/0_Simple/cdpSimpleQuicksort/cdpSimpleQuicksort + opt/cuda/sdk/bin/x86_64/linux/release/cdpSimplePrint + opt/cuda/sdk/bin/x86_64/linux/release/cdpSimpleQuicksort + ) + +src_unpack() { + unpacker + unpacker run_files/cuda-samples*run +} + +pkg_setup() { + if use cuda || use opencl; then + cuda_pkg_setup + fi +} + +src_prepare() { + export RAWLDFLAGS="$(raw-ldflags)" + + sed \ + -e 's:-O2::g' \ + -e 's:-O3::g' \ + -e "/LINK/s:gcc:$(tc-getCC) ${LDFLAGS}:g" \ + -e "/LINK/s:g++:$(tc-getCXX) ${LDFLAGS}:g" \ + -e "/CC/s:gcc:$(tc-getCC):g" \ + -e "/GCC/s:g++:$(tc-getCXX):g" \ + -e "/ CFLAGS/s|\(:=\)|\1 ${CFLAGS}|g" \ + -e "/ CXXFLAGS/s|\(:=\)|\1 ${CXXFLAGS}|g" \ + -e "/NVCCFLAGS/s|\(:=\)|\1 ${NVCCFLAGS} |g" \ + -e 's:-Wimplicit::g' \ + -e "s|../../common/lib/linux/\$(OS_ARCH)/libGLEW.a|$(pkg-config --libs glew)|g" \ + -e "s|../../common/lib/\$(OSLOWER)/libGLEW.a|$(pkg-config --libs glew)|g" \ + -e "s|../../common/lib/\$(OSLOWER)/\$(OS_ARCH)/libGLEW.a|$(pkg-config --libs glew)|g" \ + -i $(find . -type f -name "Makefile") || die + +# -e "/ALL_LDFLAGS/s|:=|:= ${RAWLDFLAGS} |g" \ + find common/inc/GL -delete || die + find . -type f -name "*\.a" -delete || die +} + +src_compile() { + use examples || return + local myopts verbose="verbose=1" + use debug && myopts+=" dbg=1" + export FAKEROOTKEY=1 # Workaround sandbox issue in #462602 + emake \ + cuda-install="${EPREFIX}/opt/cuda" \ + CUDA_PATH="${EPREFIX}/opt/cuda/" \ + MPI_GCC=10 \ + ${myopts} ${verbose} +} + +src_test() { + local _dir _subdir + + addwrite /dev/nvidiact
[gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-toolkit/, dev-util/nvidia-cuda-toolkit/files/
commit: e9d1c234decca24aea25d844e853adec8d98758c Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jul 10 06:25:14 2014 + Commit: Justin Lecher gentoo org> CommitDate: Thu Jul 10 08:53:32 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e9d1c234 dev-util/nvidia-cuda-toolkit: dev-util/nvidia-cuda-toolkit: add version 6.5.11 Package-Manager: portage-2.2.8-r1 --- dev-util/nvidia-cuda-toolkit/ChangeLog | 9 ++ dev-util/nvidia-cuda-toolkit/files/cuda-config.in | 28 dev-util/nvidia-cuda-toolkit/metadata.xml | 14 ++ .../nvidia-cuda-toolkit-6.5.11.ebuild | 152 + 4 files changed, 203 insertions(+) diff --git a/dev-util/nvidia-cuda-toolkit/ChangeLog b/dev-util/nvidia-cuda-toolkit/ChangeLog new file mode 100644 index 000..d8307ea --- /dev/null +++ b/dev-util/nvidia-cuda-toolkit/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/nvidia-cuda-toolkit +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*nvidia-cuda-toolkit-6.5.11 (10 Jul 2014) + + 10 Jul 2014; Marius Brehler +files/cuda-config.in, + +metadata.xml, +nvidia-cuda-toolkit-6.5.11.ebuild: + dev-util/nvidia-cuda-toolkit: dev-util/nvidia-cuda-toolkit: add version 6.5.11 diff --git a/dev-util/nvidia-cuda-toolkit/files/cuda-config.in b/dev-util/nvidia-cuda-toolkit/files/cuda-config.in new file mode 100644 index 000..ca0d1d7 --- /dev/null +++ b/dev-util/nvidia-cuda-toolkit/files/cuda-config.in @@ -0,0 +1,28 @@ +#!/bin/bash + +SUPPORT_GCC_VERSIONS_BY_CUDA="CUDA_SUPPORTED_GCC" + +_print_help() { + cat <<- EOF + Usage: + $(basename $0) [options] + + -s | --supported Returns by current CUDA supported gcc versions + -h | --helpShows this help + EOF +} + +case ${1} in + -s|--supported) + echo "${SUPPORT_GCC_VERSIONS_BY_CUDA}" + exit 0 + ;; + -h|--help) + _print_help + exit -1 + ;; + *) + _print_help + exit 1 + ;; +esac diff --git a/dev-util/nvidia-cuda-toolkit/metadata.xml b/dev-util/nvidia-cuda-toolkit/metadata.xml new file mode 100644 index 000..e099ba5 --- /dev/null +++ b/dev-util/nvidia-cuda-toolkit/metadata.xml @@ -0,0 +1,14 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + sci + + + Installs the NVIDIA CUDA visual profiler. + + + Installs the CUDA debugger. + +Install the dev-util/eclipse-sdk plugins + + diff --git a/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.11.ebuild b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.11.ebuild new file mode 100644 index 000..494ee09 --- /dev/null +++ b/dev-util/nvidia-cuda-toolkit/nvidia-cuda-toolkit-6.5.11.ebuild @@ -0,0 +1,152 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit check-reqs cuda unpacker versionator + +MYD=$(get_version_component_range 1)_$(get_version_component_range 2) + +DESCRIPTION="NVIDIA CUDA Toolkit (compiler and friends)" +HOMEPAGE="http://developer.nvidia.com/cuda"; +CURI="https://developer.nvidia.com/rdp/cuda-65-rc-toolkit-download"; +SRC_URI=" + amd64? ( cuda_${PV}_rc_linux_64.run ) + x86? ( cuda_${PV}_rc_linux_32.run )" + +SLOT="0/${PV}" +LICENSE="NVIDIA-CUDA" +KEYWORDS="-* ~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debugger doc eclipse profiler" + +DEPEND="" +RDEPEND="${DEPEND} + =x11-drivers/nvidia-drivers-340.24[uvm] + debugger? ( + sys-libs/libtermcap-compat + sys-libs/ncurses[tinfo] + ) + eclipse? ( >=virtual/jre-1.6 ) + profiler? ( >=virtual/jre-1.6 )" + +RESTRICT="fetch" + +pkg_nofetch() { + einfo "Please download" + einfo " - cuda_${P}_rc_linux64.run or" + einfo " - cuda_${P}_rc_linux32.run" + einfo "from ${CURI} and place it in ${DISTDIR}" +} + +S="${WORKDIR}" + +QA_PREBUILT="opt/cuda/*" + +CHECKREQS_DISK_BUILD="1500M" + +pkg_setup() { + # We don't like to run cuda_pkg_setup as it depends on us + check-reqs_pkg_setup +} + +src_unpack() { + unpacker + unpacker run_files/cuda-linux*.run +} + +src_prepare() { + local cuda_supported_gcc + + cuda_supported_gcc="4.8" + + sed \ + -e "s:CUDA_SUPPORTED_GCC:${cuda_supported_gcc}:g" \ + "${FILESDIR}"/cuda-config.in > "${T}"/cuda-config || die +} + +src_install() { + local i j + local remove="doc jre run_files install-linux.pl " + local cudadir=/opt/cuda + local ecudadir="${EPREFIX}"${cudadir} + + # dodoc doc/*txt + if use doc; then + dodoc doc/pdf/* + dohtml -r doc/html/* + fi + + mv doc
[gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-9999.ebuild mpv-0.4.0.ebuild metadata.xml ChangeLog
maksbotan14/07/10 08:57:47 Modified: mpv-.ebuild mpv-0.4.0.ebuild metadata.xml ChangeLog Log: Restore libmpv useflag, now in ebuild too. Bug #516742. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE) Revision ChangesPath 1.54 media-video/mpv/mpv-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-.ebuild?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-.ebuild?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-.ebuild?r1=1.53&r2=1.54 Index: mpv-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-.ebuild,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- mpv-.ebuild 9 Jul 2014 16:27:38 - 1.53 +++ mpv-.ebuild 10 Jul 2014 08:57:47 - 1.54 @@ -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-video/mpv/mpv-.ebuild,v 1.53 2014/07/09 16:27:38 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-.ebuild,v 1.54 2014/07/10 08:57:47 maksbotan Exp $ EAPI=5 @@ -22,7 +22,7 @@ [[ ${PV} == ** ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="+alsa bluray bs2b cdio -doc-pdf dvb +dvd dvdnav +enca encode +iconv jack -joystick -jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl +jpeg ladspa lcms +libass libcaca libguess libmpv lirc lua luajit +mpg123 -openal +opengl oss portaudio postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv" @@ -186,6 +186,7 @@ $(use_enable iconv) \ $(use_enable libass) \ $(use_enable libguess) \ + $(use_enable libmpv libmpv-shared) \ $(use_enable dvb) \ $(use_enable pvr) \ $(use_enable v4l libv4l2) \ 1.2 media-video/mpv/mpv-0.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.4.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.4.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.4.0.ebuild?r1=1.1&r2=1.2 Index: mpv-0.4.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.4.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mpv-0.4.0.ebuild9 Jul 2014 16:27:38 - 1.1 +++ mpv-0.4.0.ebuild10 Jul 2014 08:57:47 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.4.0.ebuild,v 1.1 2014/07/09 16:27:38 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.4.0.ebuild,v 1.2 2014/07/10 08:57:47 maksbotan Exp $ EAPI=5 @@ -22,7 +22,7 @@ [[ ${PV} == ** ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="+alsa bluray bs2b cdio -doc-pdf dvb +dvd dvdnav +enca encode +iconv jack -joystick -jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl +jpeg ladspa lcms +libass libcaca libguess libmpv lirc lua luajit +mpg123 -openal +opengl oss portaudio postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv" @@ -186,6 +186,7 @@ $(use_enable iconv) \ $(use_enable libass) \ $(use_enable libguess) \ + $(use_enable libmpv libmpv-shared) \ $(use_enable dvb) \ $(use_enable pvr) \ $(use_enable v4l libv4l2) \ 1.18 media-video/mpv/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/metadata.xml?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/metadata.xml?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/metadata.xml?r1=1.17&r2=1.18 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/metadata.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- metadata.xml10 Jul 2014 01:38:29 - 1.17 +++ metadata.xml10 Jul 2014 08:57:47 - 1.18 @@ -19,6 +19,7 @@ using app-i18n/enca Enables support for charset discovery
[gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol-apbs-plugin: ChangeLog pymol-apbs-plugin-2.1_p26.ebuild
nimiux 14/07/10 09:29:13 Modified: ChangeLog pymol-apbs-plugin-2.1_p26.ebuild Log: Stable for amd64 wrt bug #507142 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536) Revision ChangesPath 1.12 sci-chemistry/pymol-apbs-plugin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-apbs-plugin/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-apbs-plugin/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-apbs-plugin/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-apbs-plugin/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 22 Nov 2013 13:38:23 - 1.11 +++ ChangeLog 10 Jul 2014 09:29:13 - 1.12 @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/pymol-apbs-plugin -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-apbs-plugin/ChangeLog,v 1.11 2013/11/22 13:38:23 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-apbs-plugin/ChangeLog,v 1.12 2014/07/10 09:29:13 nimiux Exp $ + + 10 Jul 2014; Chema Alonso + pymol-apbs-plugin-2.1_p26.ebuild: + Stable for amd64 wrt bug #507142 *pymol-apbs-plugin-2.1_p26 (22 Nov 2013) 1.2 sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild?r1=1.1&r2=1.2 Index: pymol-apbs-plugin-2.1_p26.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pymol-apbs-plugin-2.1_p26.ebuild22 Nov 2013 13:38:23 - 1.1 +++ pymol-apbs-plugin-2.1_p26.ebuild10 Jul 2014 09:29:13 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild,v 1.1 2013/11/22 13:38:23 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol-apbs-plugin/pymol-apbs-plugin-2.1_p26.ebuild,v 1.2 2014/07/10 09:29:13 nimiux Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://sourceforge.net/p/pymolapbsplugin/code/${MY_PV}/tree/trunk/src/apbsplugin.py?format=raw -> ${P}.py" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" LICENSE="pymol" IUSE=""
[gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol: pymol-1.7.0.1.ebuild ChangeLog
nimiux 14/07/10 09:29:47 Modified: pymol-1.7.0.1.ebuild ChangeLog Log: Stable for amd64 wrt bug #507142 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536) Revision ChangesPath 1.3 sci-chemistry/pymol/pymol-1.7.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/pymol-1.7.0.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/pymol-1.7.0.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/pymol-1.7.0.1.ebuild?r1=1.2&r2=1.3 Index: pymol-1.7.0.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.7.0.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pymol-1.7.0.1.ebuild1 May 2014 12:18:46 - 1.2 +++ pymol-1.7.0.1.ebuild10 Jul 2014 09:29:47 - 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/sci-chemistry/pymol/pymol-1.7.0.1.ebuild,v 1.2 2014/05/01 12:18:46 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/pymol-1.7.0.1.ebuild,v 1.3 2014/07/10 09:29:47 nimiux Exp $ EAPI=5 @@ -19,7 +19,7 @@ LICENSE="PSF-2.2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="apbs web" DEPEND=" 1.114sci-chemistry/pymol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/ChangeLog?rev=1.114&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/ChangeLog?rev=1.114&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/pymol/ChangeLog?r1=1.113&r2=1.114 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- ChangeLog 14 May 2014 14:02:17 - 1.113 +++ ChangeLog 10 Jul 2014 09:29:47 - 1.114 @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/pymol # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.113 2014/05/14 14:02:17 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/pymol/ChangeLog,v 1.114 2014/07/10 09:29:47 nimiux Exp $ + + 10 Jul 2014; Chema Alonso pymol-1.7.0.1.ebuild: + Stable for amd64 wrt bug #507142 *pymol-1.7.1.3 (14 May 2014)
[gentoo-commits] gentoo-x86 commit in dev-ruby/rspec: ChangeLog rspec-1.3.2-r1.ebuild
graaff 14/07/10 09:53:47 Modified: ChangeLog Added:rspec-1.3.2-r1.ebuild Log: Add ruby20, ruby21. Drop sparc keyword, bug 465948. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.167dev-ruby/rspec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.167&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.167&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?r1=1.166&r2=1.167 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- ChangeLog 16 Jun 2014 15:41:50 - 1.166 +++ ChangeLog 10 Jul 2014 09:53:46 - 1.167 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.166 2014/06/16 15:41:50 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.167 2014/07/10 09:53:46 graaff Exp $ + +*rspec-1.3.2-r1 (10 Jul 2014) + + 10 Jul 2014; Hans de Graaff +rspec-1.3.2-r1.ebuild: + Add ruby20, ruby21. Drop sparc keyword, bug 465948. 16 Jun 2014; Tobias Klausmann rspec-2.14.1-r1.ebuild: Keyworded on alpha, bug #465948 1.1 dev-ruby/rspec/rspec-1.3.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.1&content-type=text/plain Index: rspec-1.3.2-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v 1.1 2014/07/10 09:53:46 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_TEST="spec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc TODO.txt Ruby1.9.rdoc Upgrade.rdoc" RUBY_FAKEGEM_BINWRAP="spec" RUBY_FAKEGEM_GEMSPEC="rspec.gemspec" inherit ruby-fakegem DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby" HOMEPAGE="http://rspec.rubyforge.org/"; LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" # it's actually optional, but tests fail if it's not installed and # some other package might fail tests, so require it anyway. ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.2" RDEPEND="!=dev-ruby/hoe-2.0.0 dev-ruby/zentest >=dev-ruby/syntax-1.0 >=dev-ruby/fakefs-0.2.1 )" USE_RUBY="ruby19" ruby_add_bdepend "test? ( =dev-ruby/test-unit-1.2.3 )" all_ruby_prepare() { # Avoid dependency on git. sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die # Replace reference to /tmp to our temporary directory to avoid # sandbox-related failure. sed -i \ -e "s:/tmp:${T}:" \ spec/spec/runner/command_line_spec.rb || die # Avoid unneeded dependency on bundler sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die # Avoid the formatter specs since they require output files for each # ruby version and these are not present for any current ruby # version. rm spec/spec/runner/formatter/{html,text_mate}_formatter_spec.rb || die # Drop heckle dependency. rm spec/spec/runner/heckler_spec.rb spec/spec/runner/heckle_runner_spec.rb || die sed -i -e '381,398 s:^:#:' spec/spec/runner/option_parser_spec.rb || die # Avoid a spec that may fail on unimportant whitespace differences. sed -e '/Diff in context format/,/^end/ s:^:#:' \ -i spec/spec/expectations/differs/default_spec.rb || die # Remove broken spec.opts related tests. These were always broken # because they don't set up state properly, but only with # >=fakefs-0.4.2 this started throwing exceptions, bug 340385. sed -i -e '/implicitly loading spec/,/^ end/ s:^:#:' spec/spec/runner/option_parser_spec.rb || die } src_test() { chmod 0755 "${HOME}" || die "Failed to fix permissions on home" ruby-ng_src_test } each_ruby_test() { case ${RUBY} in *jruby) ewarn "Tests for JRuby are disabled because dev-ruby/fakefs does not currently support" ewarn "JRuby properly and it's needed to run the tests." ;; *)
[gentoo-commits] gentoo-x86 commit in dev-ruby/rspec: ChangeLog rspec-1.3.2-r1.ebuild
graaff 14/07/10 10:06:55 Modified: ChangeLog rspec-1.3.2-r1.ebuild Log: Fix dependencies for ruby20 and ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.168dev-ruby/rspec/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.168&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?rev=1.168&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/ChangeLog?r1=1.167&r2=1.168 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- ChangeLog 10 Jul 2014 09:53:46 - 1.167 +++ ChangeLog 10 Jul 2014 10:06:55 - 1.168 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rspec # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.167 2014/07/10 09:53:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/ChangeLog,v 1.168 2014/07/10 10:06:55 graaff Exp $ + + 10 Jul 2014; Hans de Graaff rspec-1.3.2-r1.ebuild: + Fix dependencies for ruby20 and ruby21. *rspec-1.3.2-r1 (10 Jul 2014) 1.2 dev-ruby/rspec/rspec-1.3.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild?r1=1.1&r2=1.2 Index: rspec-1.3.2-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rspec-1.3.2-r1.ebuild 10 Jul 2014 09:53:46 - 1.1 +++ rspec-1.3.2-r1.ebuild 10 Jul 2014 10:06:55 - 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-ruby/rspec/rspec-1.3.2-r1.ebuild,v 1.1 2014/07/10 09:53:46 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-1.3.2-r1.ebuild,v 1.2 2014/07/10 10:06:55 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" @@ -36,13 +36,13 @@ # We should add nokogiri here to make sure that we test as much as # possible, but since it's yet unported to 1.9 and the nokogiri-due # tests fail for sure, we'll be waiting on it. -USE_RUBY="ruby19" \ +USE_RUBY="ruby19 ruby20 ruby21" \ ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.0.0 dev-ruby/zentest >=dev-ruby/syntax-1.0 >=dev-ruby/fakefs-0.2.1 )" -USE_RUBY="ruby19" ruby_add_bdepend "test? ( =dev-ruby/test-unit-1.2.3 )" +USE_RUBY="ruby19 ruby20 ruby21" ruby_add_bdepend "test? ( ~dev-ruby/test-unit-1.2.3 )" all_ruby_prepare() { # Avoid dependency on git.
[gentoo-commits] gentoo-x86 commit in dev-perl/Inline: Inline-0.500.0.ebuild ChangeLog Inline-0.44-r1.ebuild Inline-0.470.0.ebuild
zlogene 14/07/10 10:36:02 Modified: Inline-0.500.0.ebuild ChangeLog Removed: Inline-0.44-r1.ebuild Inline-0.470.0.ebuild Log: Mark ppc64 stable; Drop old. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision ChangesPath 1.12 dev-perl/Inline/Inline-0.500.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild?r1=1.11&r2=1.12 Index: Inline-0.500.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Inline-0.500.0.ebuild 9 Jun 2014 23:42:13 - 1.11 +++ Inline-0.500.0.ebuild 10 Jul 2014 10:36:02 - 1.12 @@ -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/Inline/Inline-0.500.0.ebuild,v 1.11 2014/06/09 23:42:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.500.0.ebuild,v 1.12 2014/07/10 10:36:02 zlogene Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="Write Perl subroutines in other languages" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="test" RDEPEND="virtual/perl-Digest-MD5 1.64 dev-perl/Inline/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Inline/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 9 Jun 2014 23:42:13 - 1.63 +++ ChangeLog 10 Jul 2014 10:36:02 - 1.64 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Inline # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.63 2014/06/09 23:42:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.64 2014/07/10 10:36:02 zlogene Exp $ + + 10 Jul 2014; Mikle Kolyada -Inline-0.44-r1.ebuild, + -Inline-0.470.0.ebuild, Inline-0.500.0.ebuild: + Mark ppc64 stable; Drop old. 09 Jun 2014; Mike Frysinger Inline-0.44-r1.ebuild, Inline-0.470.0.ebuild, Inline-0.500.0.ebuild, Inline-0.510.0.ebuild,
[gentoo-commits] gentoo-x86 commit in dev-perl/Email-Address: Email-Address-1.905.0.ebuild ChangeLog
zlogene 14/07/10 10:44:35 Modified: Email-Address-1.905.0.ebuild ChangeLog Log: Stable for all (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision ChangesPath 1.2 dev-perl/Email-Address/Email-Address-1.905.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/Email-Address-1.905.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/Email-Address-1.905.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/Email-Address-1.905.0.ebuild?r1=1.1&r2=1.2 Index: Email-Address-1.905.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/Email-Address-1.905.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Email-Address-1.905.0.ebuild10 Jul 2014 08:48:05 - 1.1 +++ Email-Address-1.905.0.ebuild10 Jul 2014 10:44:35 - 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/Email-Address/Email-Address-1.905.0.ebuild,v 1.1 2014/07/10 08:48:05 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/Email-Address-1.905.0.ebuild,v 1.2 2014/07/10 10:44:35 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ DESCRIPTION="RFC 2822 Address Parsing and Creation" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" 1.90 dev-perl/Email-Address/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/ChangeLog?rev=1.90&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/ChangeLog?rev=1.90&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/ChangeLog?r1=1.89&r2=1.90 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/ChangeLog,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- ChangeLog 10 Jul 2014 08:48:05 - 1.89 +++ ChangeLog 10 Jul 2014 10:44:35 - 1.90 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Email-Address # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/ChangeLog,v 1.89 2014/07/10 08:48:05 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/ChangeLog,v 1.90 2014/07/10 10:44:35 zlogene Exp $ + + 10 Jul 2014; Mikle Kolyada Email-Address-1.905.0.ebuild: + Stable for all *Email-Address-1.905.0 (10 Jul 2014)
[gentoo-commits] gentoo-x86 commit in dev-perl/Email-Address: ChangeLog Email-Address-1.897.0.ebuild Email-Address-1.896.0.ebuild Email-Address-1.900.0.ebuild Email-Address-1.898.0.ebuild
zlogene 14/07/10 10:46:01 Modified: ChangeLog Removed: Email-Address-1.897.0.ebuild Email-Address-1.896.0.ebuild Email-Address-1.900.0.ebuild Email-Address-1.898.0.ebuild Log: Drop insecure versions (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision ChangesPath 1.91 dev-perl/Email-Address/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/ChangeLog?rev=1.91&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/ChangeLog?rev=1.91&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Email-Address/ChangeLog?r1=1.90&r2=1.91 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- ChangeLog 10 Jul 2014 10:44:35 - 1.90 +++ ChangeLog 10 Jul 2014 10:46:01 - 1.91 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Email-Address # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/ChangeLog,v 1.90 2014/07/10 10:44:35 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Address/ChangeLog,v 1.91 2014/07/10 10:46:01 zlogene Exp $ + + 10 Jul 2014; Mikle Kolyada -Email-Address-1.896.0.ebuild, + -Email-Address-1.897.0.ebuild, -Email-Address-1.898.0.ebuild, + -Email-Address-1.900.0.ebuild: + Drop insecure versions 10 Jul 2014; Mikle Kolyada Email-Address-1.905.0.ebuild: Stable for all
[gentoo-commits] gentoo-x86 commit in app-text/fbreader: ChangeLog fbreader-0.99.4-r2.ebuild fbreader-0.99.4.ebuild
grozin 14/07/10 10:46:29 Modified: ChangeLog Added:fbreader-0.99.4-r2.ebuild Removed: fbreader-0.99.4.ebuild Log: Added casts to qreal (bug #515698), thanks to William Throwe ; added mimetypes to .desktop (bug #516794); depend on qtcore[ssl] (bug #462044); added -j1 (bug #484516) (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!) Revision ChangesPath 1.40 app-text/fbreader/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/fbreader/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/fbreader/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/fbreader/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-text/fbreader/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 14 Apr 2014 09:03:36 - 1.39 +++ ChangeLog 10 Jul 2014 10:46:29 - 1.40 @@ -1,6 +1,15 @@ # ChangeLog for app-text/fbreader # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/fbreader/ChangeLog,v 1.39 2014/04/14 09:03:36 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/fbreader/ChangeLog,v 1.40 2014/07/10 10:46:29 grozin Exp $ + +*fbreader-0.99.4-r2 (10 Jul 2014) + + 10 Jul 2014; Andrey Grozin -fbreader-0.99.4.ebuild, + +fbreader-0.99.4-r2.ebuild, +files/fbreader-0.99.4-mimetypes.patch, + +files/fbreader-0.99.4-qreal-cast.patch: + Added casts to qreal (bug #515698), thanks to William Throwe + ; added mimetypes to .desktop (bug #516794); depend on + qtcore[ssl] (bug #462044); added -j1 (bug #484516) 14 Apr 2014; Andrey Grozin metadata.xml: Set maintainer to grozin 1.1 app-text/fbreader/fbreader-0.99.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/fbreader/fbreader-0.99.4-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/fbreader/fbreader-0.99.4-r2.ebuild?rev=1.1&content-type=text/plain Index: fbreader-0.99.4-r2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/fbreader/fbreader-0.99.4-r2.ebuild,v 1.1 2014/07/10 10:46:29 grozin Exp $ EAPI=5 inherit eutils multilib DESCRIPTION="E-Book Reader. Supports many e-book formats." HOMEPAGE="http://www.fbreader.org/"; SRC_URI="http://www.fbreader.org/files/desktop/${PN}-sources-${PV}.tgz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="debug" RDEPEND=" app-arch/bzip2 dev-libs/expat dev-libs/liblinebreak dev-libs/fribidi dev-db/sqlite net-misc/curl sys-libs/zlib dev-qt/qtcore:4[ssl] dev-qt/qtgui:4 " DEPEND="${RDEPEND} virtual/pkgconfig " src_prepare() { # Still use linebreak instead of new unibreak sed -e "s:-lunibreak:-llinebreak:" \ -i makefiles/config.mk zlibrary/text/Makefile || die "fixing libunibreak failed" # Let portage decide about the compiler sed -e "/^CC = /d" \ -i makefiles/arch/desktop.mk || die "removing CC line failed" # let portage strip the binary sed -e '/@strip/d' \ -i fbreader/desktop/Makefile || die # Respect *FLAGS sed -e "s/^CFLAGS = -pipe/CFLAGS +=/" \ -i makefiles/arch/desktop.mk || die "CFLAGS sed failed" sed -e "/^ CFLAGS +=/ d" \ -i makefiles/config.mk || die "CFLAGS sed failed" sed -e "/^ LDFLAGS += -s$/ d" \ -i makefiles/config.mk || die "sed failed" sed -e "/^LDFLAGS =$/ d" \ -i makefiles/arch/desktop.mk || die "sed failed" echo "TARGET_ARCH = desktop" > makefiles/target.mk echo "LIBDIR = /usr/$(get_libdir)" >> makefiles/target.mk echo "UI_TYPE = qt4" >> makefiles/target.mk sed -e 's:MOC = moc-qt4:MOC = /usr/bin/moc:' \ -i makefiles/arch/desktop.mk || die "updating desktop.mk failed" if use debug; then echo "TARGET_STATUS = debug" >> makefiles/target.mk else echo "TARGET_STATUS = release" >> makefiles/target.mk fi # bug #452636 epatch "${FILESDIR}"/${P}.patch # bug #515698 epatch "${FILESDIR}"/${P}-qreal-cast.patch # bug #516794 epatch "${FILESDIR}"/${P}-mimetypes.patch } src_compile() { # bug #484516 emake -j1 } src_install() { default dosym /usr/bin/FBReader /usr/bin/fbreader }
[gentoo-commits] gentoo-x86 commit in app-text/fbreader/files: fbreader-0.99.4-mimetypes.patch fbreader-0.99.4-qreal-cast.patch
grozin 14/07/10 10:46:29 Added:fbreader-0.99.4-mimetypes.patch fbreader-0.99.4-qreal-cast.patch Log: Added casts to qreal (bug #515698), thanks to William Throwe ; added mimetypes to .desktop (bug #516794); depend on qtcore[ssl] (bug #462044); added -j1 (bug #484516) (Portage version: 2.2.10/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!) Revision ChangesPath 1.1 app-text/fbreader/files/fbreader-0.99.4-mimetypes.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/fbreader/files/fbreader-0.99.4-mimetypes.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/fbreader/files/fbreader-0.99.4-mimetypes.patch?rev=1.1&content-type=text/plain Index: fbreader-0.99.4-mimetypes.patch === diff -r -U1 fbreader-0.99.4.orig/fbreader/desktop/desktop fbreader-0.99.4/fbreader/desktop/desktop --- fbreader-0.99.4.orig/fbreader/desktop/desktop 2012-11-30 19:41:25.0 +0700 +++ fbreader-0.99.4/fbreader/desktop/desktop2014-07-10 20:56:33.527638562 +0700 @@ -23 +23,2 @@ Categories=Office;Viewer;Literature; +MimeType=application/epub+zip;application/rtf;application/x-fictionbook+xml;application/x-zip-compressed-fb2;application/x-mobipocket-ebook;application/xhtml+xml;text/html;text/plain; 1.1 app-text/fbreader/files/fbreader-0.99.4-qreal-cast.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/fbreader/files/fbreader-0.99.4-qreal-cast.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/fbreader/files/fbreader-0.99.4-qreal-cast.patch?rev=1.1&content-type=text/plain Index: fbreader-0.99.4-qreal-cast.patch === diff -r -U1 fbreader-0.99.4.orig/zlibrary/ui/src/qt4/tree/QtWaitingSpinner.cpp fbreader-0.99.4/zlibrary/ui/src/qt4/tree/QtWaitingSpinner.cpp --- fbreader-0.99.4.orig/zlibrary/ui/src/qt4/tree/QtWaitingSpinner.cpp 2012-11-30 19:41:25.0 +0700 +++ fbreader-0.99.4/zlibrary/ui/src/qt4/tree/QtWaitingSpinner.cpp 2014-07-10 19:18:17.002886537 +0700 @@ -88,3 +88,3 @@ void QtWaitingSpinner::setRoundness(qreal roundness) { - myRoundness = std::max(0.0, std::min(100.0, roundness)); + myRoundness = std::max(static_cast(0.0), std::min(static_cast(100.0), roundness)); } @@ -150,3 +150,3 @@ qreal resultAlpha = color.alphaF() - gradation * distance; - resultAlpha = std::min(1.0, std::max(0.0, resultAlpha)); //if alpha is out of bound, force it to bounds + resultAlpha = std::min(static_cast(1.0), std::max(static_cast(0.0), resultAlpha)); //if alpha is out of bound, force it to bounds color.setAlphaF(resultAlpha);
[gentoo-commits] gentoo-x86 commit in sys-kernel/openvz-sources: ChangeLog openvz-sources-2.6.32.92.2.ebuild
pva 14/07/10 10:58:55 Modified: ChangeLog Added:openvz-sources-2.6.32.92.2.ebuild Log: Version bump, fixes CVE-2014-4699. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F1989B07) Revision ChangesPath 1.231sys-kernel/openvz-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?rev=1.231&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?rev=1.231&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/ChangeLog?r1=1.230&r2=1.231 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v retrieving revision 1.230 retrieving revision 1.231 diff -u -r1.230 -r1.231 --- ChangeLog 3 Jul 2014 07:40:19 - 1.230 +++ ChangeLog 10 Jul 2014 10:58:55 - 1.231 @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/openvz-sources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.230 2014/07/03 07:40:19 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.231 2014/07/10 10:58:55 pva Exp $ + +*openvz-sources-2.6.32.92.2 (10 Jul 2014) + + 10 Jul 2014; Peter Volkov + +openvz-sources-2.6.32.92.2.ebuild: + Version bump, fixes CVE-2014-4699. 03 Jul 2014; Peter Volkov -openvz-sources-2.6.32.90.3.ebuild, -openvz-sources-2.6.32.90.4.ebuild, 1.1 sys-kernel/openvz-sources/openvz-sources-2.6.32.92.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.92.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.92.2.ebuild?rev=1.1&content-type=text/plain Index: openvz-sources-2.6.32.92.2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.32.92.2.ebuild,v 1.1 2014/07/10 10:58:55 pva Exp $ EAPI="5" inherit versionator OVZ_KV="0$(get_version_component_range 4).$(get_version_component_range 5)" CKV=$(get_version_component_range 1-3) OKV=${OKV:-${CKV}} EXTRAVERSION=-${PN/-*}-${OVZ_KV} ETYPE="sources" KV_FULL=${CKV}${EXTRAVERSION} if [[ ${PR} != "r0" ]]; then KV_FULL+=-${PR} EXTRAVERSION+=-${PR} fi S=${WORKDIR}/linux-${KV_FULL} # ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed. KV_MAJOR=$(get_version_component_range 1 ${OKV}) KV_MINOR=$(get_version_component_range 2 ${OKV}) KV_PATCH=$(get_version_component_range 3 ${OKV}) KERNEL_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.xz" inherit kernel-2 #detect_version KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="" DESCRIPTION="Kernel sources with OpenVZ patchset" HOMEPAGE="http://www.openvz.org"; SRC_URI="${KERNEL_URI} ${ARCH_URI} http://download.openvz.org/kernel/branches/rhel6-${CKV}/042stab${OVZ_KV}/patches/patch-042stab${OVZ_KV}-combined.gz"; UNIPATCH_STRICTORDER=1 UNIPATCH_LIST="${DISTDIR}/patch-042stab${OVZ_KV}-combined.gz" K_EXTRAEINFO="This openvz kernel uses RHEL6 patchset instead of vanilla kernel. This patchset considered to be more stable and security supported by upstream, but for us RHEL6 patchset is very fragile and fails to build in many configurations so if you have problems use config files from openvz team http://wiki.openvz.org/Download/kernel/rhel6/042stab${OVZ_KV}";
[gentoo-commits] gentoo-x86 commit in dev-lang/swi-prolog: ChangeLog swi-prolog-6.6.4.ebuild
nimiux 14/07/10 11:05:14 Modified: ChangeLog swi-prolog-6.6.4.ebuild Log: Stable for amd64 wrt bug #509252 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536) Revision ChangesPath 1.442dev-lang/swi-prolog/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.442&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?rev=1.442&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/ChangeLog?r1=1.441&r2=1.442 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v retrieving revision 1.441 retrieving revision 1.442 diff -u -r1.441 -r1.442 --- ChangeLog 3 Jul 2014 13:23:10 - 1.441 +++ ChangeLog 10 Jul 2014 11:05:14 - 1.442 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/swi-prolog # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.441 2014/07/03 13:23:10 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/ChangeLog,v 1.442 2014/07/10 11:05:14 nimiux Exp $ + + 10 Jul 2014; Chema Alonso swi-prolog-6.6.4.ebuild: + Stable for amd64 wrt bug #509252 *swi-prolog-7.1.17 (03 Jul 2014) 1.3 dev-lang/swi-prolog/swi-prolog-6.6.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/swi-prolog-6.6.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/swi-prolog-6.6.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/swi-prolog/swi-prolog-6.6.4.ebuild?r1=1.2&r2=1.3 Index: swi-prolog-6.6.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-6.6.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- swi-prolog-6.6.4.ebuild 14 Jun 2014 10:40:37 - 1.2 +++ swi-prolog-6.6.4.ebuild 10 Jul 2014 11:05:14 - 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/swi-prolog/swi-prolog-6.6.4.ebuild,v 1.2 2014/06/14 10:40:37 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-6.6.4.ebuild,v 1.3 2014/07/10 11:05:14 nimiux Exp $ EAPI=4 @@ -15,7 +15,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="archive debug doc +gmp hardened java minimal odbc +readline ssl static-libs test zlib X" RDEPEND="sys-libs/ncurses
[gentoo-commits] gentoo-x86 commit in media-sound/mpdas: mpdas-0.3.0-r1.ebuild ChangeLog
nimiux 14/07/10 11:11:23 Modified: mpdas-0.3.0-r1.ebuild ChangeLog Log: Stable for amd64 wrt bug #509528 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D628E536) Revision ChangesPath 1.3 media-sound/mpdas/mpdas-0.3.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpdas/mpdas-0.3.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpdas/mpdas-0.3.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpdas/mpdas-0.3.0-r1.ebuild?r1=1.2&r2=1.3 Index: mpdas-0.3.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mpdas-0.3.0-r1.ebuild 14 Jun 2014 09:51:24 - 1.2 +++ mpdas-0.3.0-r1.ebuild 10 Jul 2014 11:11:23 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0-r1.ebuild,v 1.2 2014/06/14 09:51:24 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/mpdas-0.3.0-r1.ebuild,v 1.3 2014/07/10 11:11:23 nimiux Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="media-libs/libmpd 1.16 media-sound/mpdas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpdas/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpdas/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpdas/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 14 Jun 2014 09:51:24 - 1.15 +++ ChangeLog 10 Jul 2014 11:11:23 - 1.16 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpdas # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.15 2014/06/14 09:51:24 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdas/ChangeLog,v 1.16 2014/07/10 11:11:23 nimiux Exp $ + + 10 Jul 2014; Chema Alonso mpdas-0.3.0-r1.ebuild: + Stable for amd64 wrt bug #509528 14 Jun 2014; Pawel Hajdan jr mpdas-0.3.0-r1.ebuild: x86 stable wrt bug #509528
[gentoo-commits] gentoo-x86 commit in dev-ruby/daemons: ChangeLog daemons-1.1.9-r1.ebuild
graaff 14/07/10 11:39:42 Modified: ChangeLog daemons-1.1.9-r1.ebuild Log: Add ruby21. Fix deprecated rake tasks. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.86 dev-ruby/daemons/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 5 Apr 2014 14:02:38 - 1.85 +++ ChangeLog 10 Jul 2014 11:39:42 - 1.86 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/daemons # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.85 2014/04/05 14:02:38 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/ChangeLog,v 1.86 2014/07/10 11:39:42 graaff Exp $ + + 10 Jul 2014; Hans de Graaff daemons-1.1.9-r1.ebuild: + Add ruby21. Fix deprecated rake tasks. 05 Apr 2014; Manuel Rüger daemons-1.1.8.ebuild, daemons-1.1.9-r1.ebuild: 1.3 dev-ruby/daemons/daemons-1.1.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild?r1=1.2&r2=1.3 Index: daemons-1.1.9-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- daemons-1.1.9-r1.ebuild 5 Apr 2014 14:02:38 - 1.2 +++ daemons-1.1.9-r1.ebuild 10 Jul 2014 11:39:42 - 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-ruby/daemons/daemons-1.1.9-r1.ebuild,v 1.2 2014/04/05 14:02:38 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.9-r1.ebuild,v 1.3 2014/07/10 11:39:42 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_EXTRADOC="Releases README TODO" RUBY_FAKEGEM_DOCDIR="html" @@ -20,6 +20,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="examples" +all_ruby_prepare() { + sed -e '/gempackagetask/ s:^:#:' \ + -e '/GemPackageTask/,/end/ s:^:#:' \ + -e 's:rake/rdoctask:rdoc/task:' \ + -i Rakefile || die +} + all_ruby_install() { all_fakegem_install
[gentoo-commits] gentoo-x86 commit in www-servers/thin: ChangeLog thin-1.6.2.ebuild
graaff 14/07/10 11:53:22 Modified: ChangeLog thin-1.6.2.ebuild Log: Add ruby20, ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.31 www-servers/thin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 8 Jul 2014 05:32:51 - 1.30 +++ ChangeLog 10 Jul 2014 11:53:22 - 1.31 @@ -1,6 +1,9 @@ # ChangeLog for www-servers/thin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.30 2014/07/08 05:32:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/ChangeLog,v 1.31 2014/07/10 11:53:22 graaff Exp $ + + 10 Jul 2014; Hans de Graaff thin-1.6.2.ebuild: + Add ruby20, ruby21. *thin-1.6.2 (08 Jul 2014) 1.2 www-servers/thin/thin-1.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/thin-1.6.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/thin-1.6.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/thin/thin-1.6.2.ebuild?r1=1.1&r2=1.2 Index: thin-1.6.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.6.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- thin-1.6.2.ebuild 8 Jul 2014 05:32:51 - 1.1 +++ thin-1.6.2.ebuild 10 Jul 2014 11:53:22 - 1.2 @@ -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/www-servers/thin/thin-1.6.2.ebuild,v 1.1 2014/07/08 05:32:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/thin/thin-1.6.2.ebuild,v 1.2 2014/07/10 11:53:22 graaff Exp $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="spec:main spec:group:0 spec:group:1 spec:group:2"
[gentoo-commits] gentoo-x86 commit in app-misc/getopt: ChangeLog getopt-1.1.5.ebuild
haubi 14/07/10 12:18:05 Modified: ChangeLog getopt-1.1.5.ebuild Log: getopt-1.1.5: add ~ppc-aix keyword (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A630CCB8) Revision ChangesPath 1.11 app-misc/getopt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/getopt/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/getopt/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/getopt/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 1 Jan 2013 16:34:49 - 1.10 +++ ChangeLog 10 Jul 2014 12:18:05 - 1.11 @@ -1,6 +1,9 @@ # ChangeLog for app-misc/getopt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v 1.10 2013/01/01 16:34:49 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/ChangeLog,v 1.11 2014/07/10 12:18:05 haubi Exp $ + + 10 Jul 2014; Michael Haubenwallner getopt-1.1.5.ebuild: + add ~ppc-aix keyword 01 Jan 2013; Fabian Groffen getopt-1.1.5.ebuild: Marked ~x64-freebsd 1.4 app-misc/getopt/getopt-1.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/getopt/getopt-1.1.5.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/getopt/getopt-1.1.5.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/getopt/getopt-1.1.5.ebuild?r1=1.3&r2=1.4 Index: getopt-1.1.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.5.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- getopt-1.1.5.ebuild 1 Jan 2013 16:34:49 - 1.3 +++ getopt-1.1.5.ebuild 10 Jul 2014 12:18:05 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.5.ebuild,v 1.3 2013/01/01 16:34:49 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/getopt/getopt-1.1.5.ebuild,v 1.4 2014/07/10 12:18:05 haubi Exp $ EAPI=3 @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="nls" RDEPEND="nls? ( virtual/libintl )"
[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.4.98.ebuild ChangeLog
mpagano 14/07/10 12:19:19 Modified: ChangeLog Added:gentoo-sources-3.4.98.ebuild Log: Linux patch 3.4.98 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B576E4E3) Revision ChangesPath 1.1367 sys-kernel/gentoo-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1367&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1367&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1366&r2=1.1367 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v retrieving revision 1.1366 retrieving revision 1.1367 diff -u -r1.1366 -r1.1367 --- ChangeLog 9 Jul 2014 23:54:35 - 1.1366 +++ ChangeLog 10 Jul 2014 12:19:19 - 1.1367 @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/gentoo-sources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1366 2014/07/09 23:54:35 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1367 2014/07/10 12:19:19 mpagano Exp $ + +*gentoo-sources-3.4.98 (10 Jul 2014) + + 10 Jul 2014; Mike Pagano +gentoo-sources-3.4.98.ebuild: + Linux patch 3.4.98 *gentoo-sources-3.10.48 (09 Jul 2014) 1.1 sys-kernel/gentoo-sources/gentoo-sources-3.4.98.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.98.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.98.ebuild?rev=1.1&content-type=text/plain Index: gentoo-sources-3.4.98.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.4.98.ebuild,v 1.1 2014/07/10 12:19:19 mpagano Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras" K_GENPATCHES_VER="81" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version detect_arch KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"; IUSE="deblob" DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" pkg_postinst() { kernel-2_pkg_postinst einfo "For more info on this patchset, and how to report problems, see:" einfo "${HOMEPAGE}" } pkg_postrm() { kernel-2_pkg_postrm }
[gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: xine-lib-1.2.5.ebuild xine-lib-1.2.9999.ebuild ChangeLog
ssuominen14/07/10 13:04:15 Modified: xine-lib-1.2.5.ebuild xine-lib-1.2..ebuild ChangeLog Log: Set :0 to virtual/jpeg dependency to ensure headers and .so symlink are installed. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.4 media-libs/xine-lib/xine-lib-1.2.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.5.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.5.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.5.ebuild?r1=1.3&r2=1.4 Index: xine-lib-1.2.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.5.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xine-lib-1.2.5.ebuild 13 Apr 2014 09:14:38 - 1.3 +++ xine-lib-1.2.5.ebuild 10 Jul 2014 13:04:15 - 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-libs/xine-lib/xine-lib-1.2.5.ebuild,v 1.3 2014/04/13 09:14:38 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.5.ebuild,v 1.4 2014/07/10 13:04:15 ssuominen Exp $ EAPI=5 @@ -51,7 +51,7 @@ gtk? ( x11-libs/gdk-pixbuf:2 ) imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick ) ) jack? ( >=media-sound/jack-audio-connection-kit-0.100 ) - jpeg? ( virtual/jpeg ) + jpeg? ( virtual/jpeg:0 ) libcaca? ( media-libs/libcaca ) mad? ( media-libs/libmad ) mng? ( media-libs/libmng ) 1.26 media-libs/xine-lib/xine-lib-1.2..ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild?r1=1.25&r2=1.26 Index: xine-lib-1.2..ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- xine-lib-1.2..ebuild25 Sep 2013 08:47:58 - 1.25 +++ xine-lib-1.2..ebuild10 Jul 2014 13:04:15 - 1.26 @@ -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/media-libs/xine-lib/xine-lib-1.2..ebuild,v 1.25 2013/09/25 08:47:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild,v 1.26 2014/07/10 13:04:15 ssuominen Exp $ EAPI=5 @@ -48,7 +48,7 @@ gtk? ( x11-libs/gdk-pixbuf:2 ) imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick ) ) jack? ( >=media-sound/jack-audio-connection-kit-0.100 ) - jpeg? ( virtual/jpeg ) + jpeg? ( virtual/jpeg:0 ) libcaca? ( media-libs/libcaca ) mad? ( media-libs/libmad ) mng? ( media-libs/libmng ) 1.708media-libs/xine-lib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.708&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.708&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.707&r2=1.708 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v retrieving revision 1.707 retrieving revision 1.708 diff -u -r1.707 -r1.708 --- ChangeLog 22 Jun 2014 17:51:29 - 1.707 +++ ChangeLog 10 Jul 2014 13:04:15 - 1.708 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/xine-lib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.707 2014/06/22 17:51:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.708 2014/07/10 13:04:15 ssuominen Exp $ + + 10 Jul 2014; Samuli Suominen xine-lib-1.2.5.ebuild, + xine-lib-1.2..ebuild: + Set :0 to virtual/jpeg dependency to ensure headers and .so symlink are + installed. 22 Jun 2014; Samuli Suominen -files/xine-lib-1.2.1-ffmpeg-git.patch,
[gentoo-commits] gentoo-x86 commit in sys-block/rts5229: rts5229-1.07.ebuild rts5229-1.07-r3.ebuild rts5229-1.07-r2.ebuild rts5229-1.07-r1.ebuild ChangeLog
vikraman14/07/10 13:05:14 Modified: rts5229-1.07.ebuild rts5229-1.07-r2.ebuild rts5229-1.07-r1.ebuild ChangeLog Added:rts5229-1.07-r3.ebuild Log: Remove use of __DATE__ and __TIME__ for gcc 4.9 wrt bug 514788 (Portage version: 2.2.10_p26/cvs/Linux i686, signed Manifest commit with key B0A72FD2) Revision ChangesPath 1.2 sys-block/rts5229/rts5229-1.07.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/rts5229-1.07.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/rts5229-1.07.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/rts5229-1.07.ebuild?r1=1.1&r2=1.2 Index: rts5229-1.07.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-block/rts5229/rts5229-1.07.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rts5229-1.07.ebuild 28 Feb 2013 17:39:19 - 1.1 +++ rts5229-1.07.ebuild 10 Jul 2014 13:05:14 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/rts5229/rts5229-1.07.ebuild,v 1.1 2013/02/28 17:39:19 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/rts5229/rts5229-1.07.ebuild,v 1.2 2014/07/10 13:05:14 vikraman Exp $ EAPI=4 1.2 sys-block/rts5229/rts5229-1.07-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/rts5229-1.07-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/rts5229-1.07-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/rts5229-1.07-r2.ebuild?r1=1.1&r2=1.2 Index: rts5229-1.07-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-block/rts5229/rts5229-1.07-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rts5229-1.07-r2.ebuild 3 Jul 2013 00:34:52 - 1.1 +++ rts5229-1.07-r2.ebuild 10 Jul 2014 13:05:14 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/rts5229/rts5229-1.07-r2.ebuild,v 1.1 2013/07/03 00:34:52 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/rts5229/rts5229-1.07-r2.ebuild,v 1.2 2014/07/10 13:05:14 vikraman Exp $ EAPI=4 1.3 sys-block/rts5229/rts5229-1.07-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/rts5229-1.07-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/rts5229-1.07-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/rts5229-1.07-r1.ebuild?r1=1.2&r2=1.3 Index: rts5229-1.07-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-block/rts5229/rts5229-1.07-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rts5229-1.07-r1.ebuild 3 Jul 2013 00:34:51 - 1.2 +++ rts5229-1.07-r1.ebuild 10 Jul 2014 13:05:14 - 1.3 @@ -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/sys-block/rts5229/rts5229-1.07-r1.ebuild,v 1.2 2013/07/03 00:34:51 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/rts5229/rts5229-1.07-r1.ebuild,v 1.3 2014/07/10 13:05:14 vikraman Exp $ EAPI=4 1.4 sys-block/rts5229/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-block/rts5229/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 3 Jul 2013 00:34:52 - 1.3 +++ ChangeLog 10 Jul 2014 13:05:14 - 1.4 @@ -1,6 +1,13 @@ # ChangeLog for sys-block/rts5229 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/rts5229/ChangeLog,v 1.3 2013/07/03 00:34:52 vikraman Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v
[gentoo-commits] gentoo-x86 commit in sys-block/rts5229: ChangeLog rts5229-1.07.ebuild rts5229-1.07-r1.ebuild rts5229-1.07-r2.ebuild
vikraman14/07/10 13:07:25 Modified: ChangeLog Removed: rts5229-1.07.ebuild rts5229-1.07-r1.ebuild rts5229-1.07-r2.ebuild Log: Cleanup old versions (Portage version: 2.2.10_p26/cvs/Linux i686, signed Manifest commit with key B0A72FD2) Revision ChangesPath 1.5 sys-block/rts5229/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts5229/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-block/rts5229/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 10 Jul 2014 13:05:14 - 1.4 +++ ChangeLog 10 Jul 2014 13:07:25 - 1.5 @@ -1,6 +1,10 @@ # ChangeLog for sys-block/rts5229 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/rts5229/ChangeLog,v 1.4 2014/07/10 13:05:14 vikraman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/rts5229/ChangeLog,v 1.5 2014/07/10 13:07:25 vikraman Exp $ + + 10 Jul 2014; Vikraman Choudhury (vikraman) + -rts5229-1.07-r1.ebuild, -rts5229-1.07-r2.ebuild, -rts5229-1.07.ebuild: + Cleanup old versions *rts5229-1.07-r3 (10 Jul 2014)
[gentoo-commits] gentoo-x86 commit in sys-block/rts_pstor: ChangeLog rts_pstor-1.10.ebuild rts_pstor-1.10-r1.ebuild
vikraman14/07/10 13:10:51 Modified: ChangeLog Removed: rts_pstor-1.10.ebuild rts_pstor-1.10-r1.ebuild Log: Cleanup old versions (Portage version: 2.2.10_p26/cvs/Linux i686, signed Manifest commit with key B0A72FD2) Revision ChangesPath 1.4 sys-block/rts_pstor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts_pstor/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts_pstor/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/rts_pstor/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-block/rts_pstor/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 3 Jul 2013 00:36:45 - 1.3 +++ ChangeLog 10 Jul 2014 13:10:51 - 1.4 @@ -1,6 +1,10 @@ # ChangeLog for sys-block/rts_pstor -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/rts_pstor/ChangeLog,v 1.3 2013/07/03 00:36:45 vikraman Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/rts_pstor/ChangeLog,v 1.4 2014/07/10 13:10:51 vikraman Exp $ + + 10 Jul 2014; Vikraman Choudhury (vikraman) + -rts_pstor-1.10-r1.ebuild, -rts_pstor-1.10.ebuild: + Cleanup old versions *rts_pstor-1.10-r2 (03 Jul 2013) @@ -19,4 +23,3 @@ 28 Feb 2013; Vikraman +rts_pstor-1.10.ebuild, +metadata.xml: New ebuild for sys-block/rts_pstor, PCIE RTS5209 card reader driver for Linux -
[gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: xine-lib-1.2.9999.ebuild xine-lib-1.2.6.ebuild ChangeLog
ssuominen14/07/10 13:23:49 Modified: xine-lib-1.2..ebuild ChangeLog Added:xine-lib-1.2.6.ebuild Log: Version bump; based on 1.2. wrt #514474 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.27 media-libs/xine-lib/xine-lib-1.2..ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild?r1=1.26&r2=1.27 Index: xine-lib-1.2..ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- xine-lib-1.2..ebuild10 Jul 2014 13:04:15 - 1.26 +++ xine-lib-1.2..ebuild10 Jul 2014 13:23:48 - 1.27 @@ -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/xine-lib/xine-lib-1.2..ebuild,v 1.26 2014/07/10 13:04:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild,v 1.27 2014/07/10 13:23:48 ssuominen Exp $ EAPI=5 @@ -25,7 +25,7 @@ LICENSE="GPL-2" SLOT="1" -IUSE="a52 aac aalib +alsa altivec bluray +css directfb dts dvb dxr3 fbcon flac fusion gtk imagemagick ipv6 jack jpeg libcaca mad +mmap mng modplug musepack opengl oss pulseaudio samba sdl speex theora truetype v4l vaapi vcd vdpau vdr vidix +vis vorbis wavpack +X +xcb xinerama +xv xvmc ${NLS_IUSE}" +IUSE="a52 aac aalib +alsa altivec bluray +css directfb dts dvb dxr3 fbcon flac fusion gtk imagemagick ipv6 jack jpeg libcaca mad +mmap mng modplug musepack opengl oss pulseaudio samba sdl speex theora truetype v4l vaapi vcd vdpau vdr vidix +vis vorbis vpx wavpack +X +xcb xinerama +xv xvmc ${NLS_IUSE}" RDEPEND="${NLS_RDEPEND} dev-libs/libxdg-basedir @@ -84,6 +84,7 @@ media-libs/libogg media-libs/libvorbis ) + vpx? ( media-libs/libvpx ) wavpack? ( media-sound/wavpack ) X? ( x11-libs/libX11 @@ -138,8 +139,12 @@ win32dir=/usr/$(get_libdir)/win32 fi - local myconf - [[ ${PV} == ** ]] || myconf="$(use_enable nls)" + local myconf=() + [[ ${PV} == ** ]] || myconf=( $(use_enable nls) ) + + if has_version '>=media-video/ffmpeg-2.2:0'; then + myconf+=( --enable-avformat ) #507474 + fi econf \ $(use_enable ipv6) \ @@ -176,6 +181,7 @@ $(use_enable mng) \ --disable-real-codecs \ --disable-w32dll \ + $(use_enable vpx) \ $(use_with truetype freetype) $(use_with truetype fontconfig) \ $(use_with X x) \ $(use_with alsa) \ @@ -196,7 +202,7 @@ --with-real-codecs-path=/usr/$(get_libdir)/codecs \ --with-w32-path=${win32dir} \ $(use_with wavpack) \ - ${myconf} + ${myconf[@]} } src_compile() { 1.709media-libs/xine-lib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.709&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.709&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.708&r2=1.709 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v retrieving revision 1.708 retrieving revision 1.709 diff -u -r1.708 -r1.709 --- ChangeLog 10 Jul 2014 13:04:15 - 1.708 +++ ChangeLog 10 Jul 2014 13:23:48 - 1.709 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/xine-lib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.708 2014/07/10 13:04:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.709 2014/07/10 13:23:48 ssuominen Exp $ + +*xine-lib-1.2.6 (10 Jul 2014) + + 10 Jul 2014; Samuli Suominen +xine-lib-1.2.6.ebuild, + xine-lib-1.2..ebuild: + Version bump; based on 1.2. wrt #514474 10 Jul 2014; Samuli Suominen xine-lib-1.2.5.ebuild, xine-lib-1.2..ebuild: 1.1 media-libs/xine-lib/xine-lib-1.2.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6.ebuild?rev=1.1&view=markup plain: http://sourc
[gentoo-commits] gentoo-x86 commit in media-libs/imlib: imlib-1.9.15-r3.ebuild imlib-1.9.15-r4.ebuild ChangeLog
kensington14/07/10 13:25:35 Modified: imlib-1.9.15-r3.ebuild imlib-1.9.15-r4.ebuild ChangeLog Log: Pin virtual/jpeg to SLOT 0. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!) Revision ChangesPath 1.8 media-libs/imlib/imlib-1.9.15-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib/imlib-1.9.15-r3.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib/imlib-1.9.15-r3.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib/imlib-1.9.15-r3.ebuild?r1=1.7&r2=1.8 Index: imlib-1.9.15-r3.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r3.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- imlib-1.9.15-r3.ebuild 11 Oct 2011 20:19:49 - 1.7 +++ imlib-1.9.15-r3.ebuild 10 Jul 2014 13:25:35 - 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r3.ebuild,v 1.7 2011/10/11 20:19:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r3.ebuild,v 1.8 2014/07/10 13:25:35 kensington Exp $ EAPI=2 inherit autotools eutils @@ -19,7 +19,7 @@ RDEPEND=">=media-libs/tiff-3.5.5 >=media-libs/giflib-4.1.0 >=media-libs/libpng-1.2.1 - virtual/jpeg + virtual/jpeg:0 x11-libs/libICE x11-libs/libSM x11-libs/libXext" 1.5 media-libs/imlib/imlib-1.9.15-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib/imlib-1.9.15-r4.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib/imlib-1.9.15-r4.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib/imlib-1.9.15-r4.ebuild?r1=1.4&r2=1.5 Index: imlib-1.9.15-r4.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r4.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- imlib-1.9.15-r4.ebuild 3 Jul 2014 20:27:10 - 1.4 +++ imlib-1.9.15-r4.ebuild 10 Jul 2014 13:25:35 - 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-libs/imlib/imlib-1.9.15-r4.ebuild,v 1.4 2014/07/03 20:27:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r4.ebuild,v 1.5 2014/07/10 13:25:35 kensington Exp $ EAPI=4 inherit autotools eutils multilib-minimal @@ -19,7 +19,7 @@ RDEPEND=">=media-libs/tiff-3.9.7-r1[${MULTILIB_USEDEP}] >=media-libs/giflib-4.1.6-r3[${MULTILIB_USEDEP}] >=media-libs/libpng-1.2.51[${MULTILIB_USEDEP}] - >=virtual/jpeg-0-r2[${MULTILIB_USEDEP}] + >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] >=x11-libs/libICE-1.0.8-r1[${MULTILIB_USEDEP}] >=x11-libs/libSM-1.2.1-r1[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] 1.83 media-libs/imlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib/ChangeLog?rev=1.83&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib/ChangeLog?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/imlib/ChangeLog?r1=1.82&r2=1.83 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- ChangeLog 3 Jul 2014 20:27:10 - 1.82 +++ ChangeLog 10 Jul 2014 13:25:35 - 1.83 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/imlib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.82 2014/07/03 20:27:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.83 2014/07/10 13:25:35 kensington Exp $ + + 10 Jul 2014; Michael Palimaka imlib-1.9.15-r3.ebuild, + imlib-1.9.15-r4.ebuild: + Pin virtual/jpeg to SLOT 0. 03 Jul 2014; Michał Górny imlib-1.9.15-r4.ebuild: Lower the media-libs/giflib dependency since multilib support was backported.
[gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: metadata.xml ChangeLog xine-lib-1.2.5.ebuild
ssuominen14/07/10 13:25:09 Modified: metadata.xml ChangeLog Removed: xine-lib-1.2.5.ebuild Log: old (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.20 media-libs/xine-lib/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/metadata.xml?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/metadata.xml?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/metadata.xml?r1=1.19&r2=1.20 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/metadata.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- metadata.xml12 Apr 2014 09:39:09 - 1.19 +++ metadata.xml10 Jul 2014 13:25:09 - 1.20 @@ -7,10 +7,6 @@ An open source library for media applications - - Enables libformat support for reading and writing various media containers. - libavformat is part of FFmpeg. - Enable playback of Blu-ray filesystems using media-libs/libbluray 1.710media-libs/xine-lib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.710&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.710&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.709&r2=1.710 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v retrieving revision 1.709 retrieving revision 1.710 diff -u -r1.709 -r1.710 --- ChangeLog 10 Jul 2014 13:23:48 - 1.709 +++ ChangeLog 10 Jul 2014 13:25:09 - 1.710 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/xine-lib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.709 2014/07/10 13:23:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.710 2014/07/10 13:25:09 ssuominen Exp $ + + 10 Jul 2014; Samuli Suominen -xine-lib-1.2.5.ebuild, + metadata.xml: + old *xine-lib-1.2.6 (10 Jul 2014)
[gentoo-commits] gentoo-x86 commit in net-print/hplip: hplip-3.14.4.ebuild hplip-3.14.1.ebuild hplip-3.14.6.ebuild ChangeLog
kensington14/07/10 13:30:28 Modified: hplip-3.14.4.ebuild hplip-3.14.1.ebuild hplip-3.14.6.ebuild ChangeLog Log: Pin virtual/jpeg to SLOT 0. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!) Revision ChangesPath 1.3 net-print/hplip/hplip-3.14.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.14.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.14.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.14.4.ebuild?r1=1.2&r2=1.3 Index: hplip-3.14.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hplip-3.14.4.ebuild 26 Apr 2014 08:27:50 - 1.2 +++ hplip-3.14.4.ebuild 10 Jul 2014 13:30:28 - 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-print/hplip/hplip-3.14.4.ebuild,v 1.2 2014/04/26 08:27:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.4.ebuild,v 1.3 2014/07/10 13:30:28 kensington Exp $ EAPI=5 @@ -26,7 +26,7 @@ # are migrated to python-r1 COMMON_DEPEND=" - virtual/jpeg + virtual/jpeg:0 hpijs? ( || ( >=net-print/cups-filters-1.0.43-r1[foomatic] >=net-print/foomatic-filters-3.0.20080507[cups] ) ) 1.7 net-print/hplip/hplip-3.14.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.14.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.14.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.14.1.ebuild?r1=1.6&r2=1.7 Index: hplip-3.14.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hplip-3.14.1.ebuild 26 Apr 2014 08:27:50 - 1.6 +++ hplip-3.14.1.ebuild 10 Jul 2014 13:30:28 - 1.7 @@ -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-print/hplip/hplip-3.14.1.ebuild,v 1.6 2014/04/26 08:27:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.1.ebuild,v 1.7 2014/07/10 13:30:28 kensington Exp $ EAPI=5 @@ -26,7 +26,7 @@ # are migrated to python-r1 COMMON_DEPEND=" - virtual/jpeg + virtual/jpeg:0 hpijs? ( || ( >=net-print/cups-filters-1.0.43-r1[foomatic] >=net-print/foomatic-filters-3.0.20080507[cups] ) ) 1.3 net-print/hplip/hplip-3.14.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.14.6.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.14.6.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.14.6.ebuild?r1=1.2&r2=1.3 Index: hplip-3.14.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.6.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- hplip-3.14.6.ebuild 10 Jun 2014 19:44:56 - 1.2 +++ hplip-3.14.6.ebuild 10 Jul 2014 13:30:28 - 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-print/hplip/hplip-3.14.6.ebuild,v 1.2 2014/06/10 19:44:56 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.6.ebuild,v 1.3 2014/07/10 13:30:28 kensington Exp $ EAPI=5 @@ -26,7 +26,7 @@ # are migrated to python-r1 COMMON_DEPEND=" - virtual/jpeg + virtual/jpeg:0 hpijs? ( || ( >=net-print/cups-filters-1.0.43-r1[foomatic] >=net-print/foomatic-filters-3.0.20080507[cups] ) ) 1.305net-print/hplip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.305&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.305&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?r1=1.304&r2=1.305 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v retrieving revision 1.304 retrievi
[gentoo-commits] gentoo-x86 commit in x11-misc/xsnap: xsnap-1.5.10.ebuild xsnap-1.5.15.ebuild xsnap-1.5.11.ebuild ChangeLog
ssuominen14/07/10 13:32:20 Modified: xsnap-1.5.10.ebuild xsnap-1.5.15.ebuild xsnap-1.5.11.ebuild ChangeLog Log: Use SLOT="0" of media-libs/libpng and virtual/jpeg for headers, pkg-config, .so symlink (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.8 x11-misc/xsnap/xsnap-1.5.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.10.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.10.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.10.ebuild?r1=1.7&r2=1.8 Index: xsnap-1.5.10.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.10.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xsnap-1.5.10.ebuild 10 Dec 2012 21:03:47 - 1.7 +++ xsnap-1.5.10.ebuild 10 Jul 2014 13:32:20 - 1.8 @@ -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/x11-misc/xsnap/xsnap-1.5.10.ebuild,v 1.7 2012/12/10 21:03:47 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.10.ebuild,v 1.8 2014/07/10 13:32:20 ssuominen Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -15,8 +15,8 @@ IUSE="" COMMON_DEPEND=" - media-libs/libpng - virtual/jpeg + media-libs/libpng:0 + virtual/jpeg:0 x11-libs/libX11 x11-libs/libXft x11-libs/libXpm 1.2 x11-misc/xsnap/xsnap-1.5.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.15.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.15.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.15.ebuild?r1=1.1&r2=1.2 Index: xsnap-1.5.15.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.15.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xsnap-1.5.15.ebuild 12 May 2014 17:21:09 - 1.1 +++ xsnap-1.5.15.ebuild 10 Jul 2014 13:32: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/x11-misc/xsnap/xsnap-1.5.15.ebuild,v 1.1 2014/05/12 17:21:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.15.ebuild,v 1.2 2014/07/10 13:32:20 ssuominen Exp $ EAPI=5 inherit eutils toolchain-funcs @@ -15,8 +15,8 @@ IUSE="" COMMON_DEPEND=" - media-libs/libpng - virtual/jpeg + media-libs/libpng:0 + virtual/jpeg:0 x11-libs/libX11 x11-libs/libXft x11-libs/libXpm 1.3 x11-misc/xsnap/xsnap-1.5.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild?r1=1.2&r2=1.3 Index: xsnap-1.5.11.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xsnap-1.5.11.ebuild 12 May 2014 17:21:09 - 1.2 +++ xsnap-1.5.11.ebuild 10 Jul 2014 13:32:20 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild,v 1.2 2014/05/12 17:21:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.11.ebuild,v 1.3 2014/07/10 13:32:20 ssuominen Exp $ EAPI=5 inherit toolchain-funcs @@ -15,8 +15,8 @@ IUSE="" COMMON_DEPEND=" - media-libs/libpng - virtual/jpeg + media-libs/libpng:0 + virtual/jpeg:0 x11-libs/libX11 x11-libs/libXft x11-libs/libXpm 1.50 x11-misc/xsnap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xsnap/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v retrieving
[gentoo-commits] gentoo-x86 commit in sys-apps/busybox: busybox-1.22.1.ebuild ChangeLog
zlogene 14/07/10 13:33:27 Modified: busybox-1.22.1.ebuild ChangeLog Log: Add ~arm64 keyword (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision ChangesPath 1.3 sys-apps/busybox/busybox-1.22.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.22.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.22.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/busybox-1.22.1.ebuild?r1=1.2&r2=1.3 Index: busybox-1.22.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.22.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- busybox-1.22.1.ebuild 2 Feb 2014 08:17:37 - 1.2 +++ busybox-1.22.1.ebuild 10 Jul 2014 13:33:27 - 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/sys-apps/busybox/busybox-1.22.1.ebuild,v 1.2 2014/02/02 08:17:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.22.1.ebuild,v 1.3 2014/07/10 13:33:27 zlogene Exp $ # See `man savedconfig.eclass` for info on how to use USE=savedconfig. @@ -16,7 +16,7 @@ else MY_P=${PN}-${PV/_/-} SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2"; - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" fi LICENSE="GPL-2" 1.368sys-apps/busybox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.368&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?rev=1.368&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/busybox/ChangeLog?r1=1.367&r2=1.368 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v retrieving revision 1.367 retrieving revision 1.368 diff -u -r1.367 -r1.368 --- ChangeLog 2 Feb 2014 08:17:37 - 1.367 +++ ChangeLog 10 Jul 2014 13:33:27 - 1.368 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/busybox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.367 2014/02/02 08:17:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.368 2014/07/10 13:33:27 zlogene Exp $ + + 10 Jul 2014; Mikle Kolyada busybox-1.22.1.ebuild: + Add ~arm64 keyword 02 Feb 2014; Mike Frysinger +files/busybox-1.22.1-ash.patch, +files/busybox-1.22.1-date.patch,
[gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: xine-lib-1.2.9999.ebuild xine-lib-1.2.6.ebuild
ssuominen14/07/10 13:39:31 Modified: xine-lib-1.2..ebuild xine-lib-1.2.6.ebuild Log: Add "missing" quoting for last commit. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.28 media-libs/xine-lib/xine-lib-1.2..ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild?r1=1.27&r2=1.28 Index: xine-lib-1.2..ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- xine-lib-1.2..ebuild10 Jul 2014 13:23:48 - 1.27 +++ xine-lib-1.2..ebuild10 Jul 2014 13:39:31 - 1.28 @@ -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/xine-lib/xine-lib-1.2..ebuild,v 1.27 2014/07/10 13:23:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2..ebuild,v 1.28 2014/07/10 13:39:31 ssuominen Exp $ EAPI=5 @@ -202,7 +202,7 @@ --with-real-codecs-path=/usr/$(get_libdir)/codecs \ --with-w32-path=${win32dir} \ $(use_with wavpack) \ - ${myconf[@]} + "${myconf[@]}" } src_compile() { 1.2 media-libs/xine-lib/xine-lib-1.2.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6.ebuild?r1=1.1&r2=1.2 Index: xine-lib-1.2.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xine-lib-1.2.6.ebuild 10 Jul 2014 13:23:48 - 1.1 +++ xine-lib-1.2.6.ebuild 10 Jul 2014 13:39:31 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6.ebuild,v 1.1 2014/07/10 13:23:48 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.6.ebuild,v 1.2 2014/07/10 13:39:31 ssuominen Exp $ EAPI=5 @@ -202,7 +202,7 @@ --with-real-codecs-path=/usr/$(get_libdir)/codecs \ --with-w32-path=${win32dir} \ $(use_with wavpack) \ - ${myconf[@]} + "${myconf[@]}" } src_compile() {
[gentoo-commits] gentoo-x86 commit in dev-haskell/bloomfilter/files: bloomfilter-1.2.6.10-ghc-7.7.patch
gienah 14/07/10 13:53:55 Added:bloomfilter-1.2.6.10-ghc-7.7.patch Log: Loosen quickcheck dep in bloomfilter-1.2.6.10-r2 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision ChangesPath 1.1 dev-haskell/bloomfilter/files/bloomfilter-1.2.6.10-ghc-7.7.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bloomfilter/files/bloomfilter-1.2.6.10-ghc-7.7.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bloomfilter/files/bloomfilter-1.2.6.10-ghc-7.7.patch?rev=1.1&content-type=text/plain Index: bloomfilter-1.2.6.10-ghc-7.7.patch === diff --git a/Data/BloomFilter.hs b/Data/BloomFilter.hs index 69711ef..97a8348 100644 --- a/Data/BloomFilter.hs +++ b/Data/BloomFilter.hs @@ -93,7 +93,8 @@ import Control.Monad (liftM, forM_) import Control.Monad.ST (ST, runST) import Control.DeepSeq (NFData(..)) import Data.Array.Base (unsafeAt, unsafeRead, unsafeWrite) -import Data.Array.ST (STUArray, thaw, unsafeFreeze) +import Data.Array.ST (STUArray, thaw) +import qualified Data.Array.Unsafe as U (unsafeFreeze) import Data.Array.Unboxed (UArray) import Data.Bits ((.&.), (.|.)) import Data.BloomFilter.Array (newArray) @@ -336,7 +337,7 @@ notElemB elt ub = any test (hashesU ub elt) -- occur. For a safer creation interface, use 'createB'. unsafeFreezeMB :: MBloom s a -> ST s (Bloom a) unsafeFreezeMB mb = B (hashMB mb) (shiftMB mb) (maskMB mb) `liftM` -unsafeFreeze (bitArrayMB mb) +U.unsafeFreeze (bitArrayMB mb) -- | Copy an immutable Bloom filter to create a mutable one. There is -- no non-copying equivalent. diff --git a/Data/BloomFilter/Array.hs b/Data/BloomFilter/Array.hs index e085bbe..5accde9 100644 --- a/Data/BloomFilter/Array.hs +++ b/Data/BloomFilter/Array.hs @@ -3,7 +3,8 @@ module Data.BloomFilter.Array (newArray) where -import Control.Monad.ST (ST, unsafeIOToST) +import Control.Monad.ST (ST) +import qualified Control.Monad.ST.Unsafe as U (unsafeIOToST) import Data.Array.Base (MArray, STUArray(..), unsafeNewArray_) #if __GLASGOW_HASKELL__ >= 704 import Foreign.C.Types (CInt(..), CSize(..)) @@ -18,7 +19,7 @@ newArray :: forall e s. (MArray (STUArray s) e (ST s)) => {-# INLINE newArray #-} newArray numElems numBytes = do ary@(STUArray _ _ _ marr#) <- unsafeNewArray_ (0, numElems - 1) - _ <- unsafeIOToST (memset marr# 0 (fromIntegral numBytes)) + _ <- U.unsafeIOToST (memset marr# 0 (fromIntegral numBytes)) return ary foreign import ccall unsafe "memset"
[gentoo-commits] gentoo-x86 commit in dev-haskell/bloomfilter: bloomfilter-1.2.6.10-r2.ebuild ChangeLog
gienah 14/07/10 13:53:55 Modified: ChangeLog Added:bloomfilter-1.2.6.10-r2.ebuild Log: Loosen quickcheck dep in bloomfilter-1.2.6.10-r2 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision ChangesPath 1.7 dev-haskell/bloomfilter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bloomfilter/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bloomfilter/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bloomfilter/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 21 Jul 2013 17:46:36 - 1.6 +++ ChangeLog 10 Jul 2014 13:53:55 - 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-haskell/bloomfilter -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/ChangeLog,v 1.6 2013/07/21 17:46:36 ottxor Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/ChangeLog,v 1.7 2014/07/10 13:53:55 gienah Exp $ + +*bloomfilter-1.2.6.10-r2 (10 Jul 2014) + + 10 Jul 2014; Mark Wright +bloomfilter-1.2.6.10-r2.ebuild, + +files/bloomfilter-1.2.6.10-ghc-7.7.patch: + Loosen quickcheck dep in bloomfilter-1.2.6.10-r2 21 Jul 2013; Christoph Junghans bloomfilter-1.2.6.10-r1.ebuild: 1.1 dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r2.ebuild?rev=1.1&content-type=text/plain Index: bloomfilter-1.2.6.10-r2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/bloomfilter/bloomfilter-1.2.6.10-r2.ebuild,v 1.1 2014/07/10 13:53:55 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.2.18. CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit eutils haskell-cabal DESCRIPTION="Pure and impure Bloom Filter implementations." HOMEPAGE="https://github.com/bos/bloomfilter"; SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" RDEPEND="dev-haskell/deepseq:=[profile?] >=dev-lang/ghc-6.8.2:=" DEPEND="${RDEPEND} test? ( >=dev-haskell/quickcheck-2.4:2 =dev-haskell/cabal-1.8" src_prepare() { cabal_chdeps \ 'QuickCheck == 2.4.*' 'QuickCheck >= 2.4 && < 2.8' if has_version ">=dev-haskell/quickcheck-2.5"; then epatch "${FILESDIR}/${PN}-1.2.6.10-quickcheck-2.6.patch" fi epatch "${FILESDIR}/${PN}-1.2.6.10-ghc-7.7.patch" }
[gentoo-commits] gentoo-x86 commit in dev-vcs/git-annex: git-annex-5.20140709.ebuild ChangeLog
gienah 14/07/10 13:55:40 Modified: ChangeLog Added:git-annex-5.20140709.ebuild Log: Bump git-annex to 5.20140709 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision ChangesPath 1.27 dev-vcs/git-annex/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 18 Jun 2014 19:08:24 - 1.26 +++ ChangeLog 10 Jul 2014 13:55:40 - 1.27 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/git-annex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.26 2014/06/18 19:08:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.27 2014/07/10 13:55:40 gienah Exp $ + +*git-annex-5.20140709 (10 Jul 2014) + + 10 Jul 2014; Mark Wright +git-annex-5.20140709.ebuild: + Bump git-annex to 5.20140709 *git-annex-5.20140613 (18 Jun 2014) 1.1 dev-vcs/git-annex/git-annex-5.20140709.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-5.20140709.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git-annex/git-annex-5.20140709.ebuild?rev=1.1&content-type=text/plain Index: git-annex-5.20140709.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-5.20140709.ebuild,v 1.1 2014/07/10 13:55:40 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.3.5 CABAL_FEATURES="bin" inherit haskell-cabal DESCRIPTION="manage files with git, without checking their contents into git" HOMEPAGE="http://git-annex.branchable.com/"; SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" RESTRICT="test" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="android androidsplice +assistant +cryptohash +dbus +dns doc +desktop-notify ekg +feed +inotify +pairing +production +quvi +s3 +tahoe +tdfa +testsuite +webapp +webapp-secure +webdav +xmpp" RDEPEND="dev-vcs/git " DEPEND="${RDEPEND} dev-haskell/async dev-haskell/bloomfilter >=dev-haskell/cabal-1.8 dev-haskell/case-insensitive dev-haskell/dataenc dev-haskell/data-default dev-haskell/dlist dev-haskell/edit-distance >=dev-haskell/exceptions-0.5 dev-haskell/extensible-exceptions dev-haskell/hslogger dev-haskell/http dev-haskell/ifelse dev-haskell/json[generic] dev-haskell/missingh dev-haskell/monad-control >=dev-haskell/mtl-2 >=dev-haskell/network-2.0 >=dev-haskell/quickcheck-2.1:2 dev-haskell/random dev-haskell/safesemaphore dev-haskell/sha >=dev-haskell/stm-2.3 dev-haskell/text dev-haskell/unix-compat dev-haskell/utf8-string dev-haskell/uuid >=dev-lang/ghc-7.4.1 android? ( dev-haskell/data-endian ) assistant? ( >=dev-haskell/stm-2.3 inotify? ( dev-haskell/hinotify ) ) cryptohash? ( >=dev-haskell/cryptohash-0.10.0 ) dbus? ( >=dev-haskell/dbus-0.10.3 ) dns? ( dev-haskell/dns ) ekg? ( dev-haskell/aeson dev-haskell/ekg dev-haskell/http-types ) feed? ( dev-haskell/feed ) pairing? ( dev-haskell/network-info dev-haskell/network-multicast ) quvi? ( dev-haskell/aeson ) s3? ( dev-haskell/hs3 ) tdfa? ( dev-haskell/regex-tdfa ) tahoe? ( dev-haskell/aeson ) testsuite? ( >=dev-haskell/tasty-0.7 dev-haskell/tasty-hunit dev-haskell/tasty-quickcheck dev-haskell/tasty-rerun dev-haskell/optparse-applicative ) webapp? ( dev-haskell/blaze-builder dev-haskell/aeson dev-haskell/clientsession dev-haskell/crypto-api dev-haskell/hamlet dev-haskell/http-types dev-haskell/transformers dev-haskell/shakespeare dev-haskell/transformers dev-haske
[gentoo-commits] proj/openrc:master commit in: /
commit: f265ddde971d0fdb97a4f14b4cc96140be7b4628 Author: William Hubbs gmail com> AuthorDate: Thu Jul 10 14:04:04 2014 + Commit: William Hubbs gentoo org> CommitDate: Thu Jul 10 14:04:04 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=f265ddde FEATURE_REMOVAL_SCHEDULE: add entry for local_start/stop --- FEATURE-REMOVAL-SCHEDULE | 10 ++ 1 file changed, 10 insertions(+) diff --git a/FEATURE-REMOVAL-SCHEDULE b/FEATURE-REMOVAL-SCHEDULE index a6258a0..682bed8 100644 --- a/FEATURE-REMOVAL-SCHEDULE +++ b/FEATURE-REMOVAL-SCHEDULE @@ -49,3 +49,13 @@ Why: Depprecated in favor of extra_commands, extra_started_commands Who: --- + +What: support for local_start and local_stop + +When: 1.0 + +Why: Depprecated in favor of executable scripts in @SYSCONFDIR@/local.d + +Who: + +---
[gentoo-commits] gentoo-x86 commit in perl-core/bignum: bignum-0.25.ebuild bignum-0.280.0.ebuild bignum-0.300.0.ebuild bignum-0.24.ebuild bignum-0.23.ebuild bignum-0.290.0.ebuild bignum-0.320.0.ebuild
dilfridge14/07/10 14:20:17 Modified: bignum-0.25.ebuild bignum-0.280.0.ebuild bignum-0.300.0.ebuild bignum-0.24.ebuild bignum-0.23.ebuild bignum-0.290.0.ebuild bignum-0.320.0.ebuild ChangeLog Log: Depend on virtual/perl-Math-BigInt instead of perl-core/Math-BigInt (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 94BFDF4484AD142F) Revision ChangesPath 1.4 perl-core/bignum/bignum-0.25.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.25.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.25.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.25.ebuild?r1=1.3&r2=1.4 Index: bignum-0.25.ebuild === RCS file: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.25.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bignum-0.25.ebuild 24 Jun 2011 14:37:57 - 1.3 +++ bignum-0.25.ebuild 10 Jul 2014 14:20:17 - 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.25.ebuild,v 1.3 2011/06/24 14:37:57 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.25.ebuild,v 1.4 2014/07/10 14:20:17 dilfridge Exp $ EAPI=3 @@ -13,7 +13,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x86-solaris" IUSE="test" -RDEPEND=">=perl-core/Math-BigInt-1.88 +RDEPEND=">=virtual/perl-Math-BigInt-1.88 >=perl-core/Math-BigRat-0.21" DEPEND="${RDEPEND} test? ( dev-perl/Test-Pod 1.2 perl-core/bignum/bignum-0.280.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.280.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.280.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.280.0.ebuild?r1=1.1&r2=1.2 Index: bignum-0.280.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.280.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bignum-0.280.0.ebuild 12 Jul 2011 15:55:42 - 1.1 +++ bignum-0.280.0.ebuild 10 Jul 2014 14:20:17 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.280.0.ebuild,v 1.1 2011/07/12 15:55:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.280.0.ebuild,v 1.2 2014/07/10 14:20:17 dilfridge Exp $ EAPI=4 @@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86 ~ppc-macos ~x86-solaris" IUSE="test" -RDEPEND=">=perl-core/Math-BigInt-1.88 +RDEPEND=">=virtual/perl-Math-BigInt-1.88 >=perl-core/Math-BigRat-0.21" DEPEND="${RDEPEND} test? ( 1.12 perl-core/bignum/bignum-0.300.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.300.0.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.300.0.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.300.0.ebuild?r1=1.11&r2=1.12 Index: bignum-0.300.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.300.0.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- bignum-0.300.0.ebuild 2 Mar 2013 16:24:02 - 1.11 +++ bignum-0.300.0.ebuild 10 Jul 2014 14:20:17 - 1.12 @@ -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/perl-core/bignum/bignum-0.300.0.ebuild,v 1.11 2013/03/02 16:24:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/bignum-0.300.0.ebuild,v 1.12 2014/07/10 14:20:17 dilfridge Exp $ EAPI=4 @@ -15,7 +15,7 @@ IUSE="" RDEPEND=" - >=perl-core/Math-BigInt-1.88 + >=virtual/perl-Math-BigInt-1.88 >=perl-core/Math-BigRat-0.21 " DEPEND="${RDEPEND}" 1.2 perl-core/bignum/bignum-0.24.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/bignum/bignum-0.24.ebuild?rev=1.2&vi
[gentoo-commits] gentoo-x86 commit in app-crypt/eid-mw/files: fix-nodialog-bug.patch
swift 14/07/10 14:53:53 Added:fix-nodialog-bug.patch Log: Fix bug #515680 - Bump eid-mw, also commit live ebuild. Thanks to Vincent Hardy (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.1 app-crypt/eid-mw/files/fix-nodialog-bug.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/files/fix-nodialog-bug.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/files/fix-nodialog-bug.patch?rev=1.1&content-type=text/plain Index: fix-nodialog-bug.patch === Index: cardlayer/src/pinpadlib.h === --- cardlayer/src/pinpadlib.h (revision 1501) +++ cardlayer/src/pinpadlib.h (revision 1502) @@ -43,13 +43,14 @@ #endif #ifndef NO_DIALOGS #include "../dialogs/src/dialogs.h" +#endif #ifdef __APPLE__ typedef void* BEID_DIALOGHANDLE; #else typedef unsigned long BEID_DIALOGHANDLE; #endif -#endif + namespace eIDMW { #ifdef EIDMW_PF_EXPORT
[gentoo-commits] gentoo-x86 commit in app-crypt/eid-mw: eid-mw-9999.ebuild eid-mw-4.0.6_p1480.ebuild ChangeLog
swift 14/07/10 14:53:53 Modified: ChangeLog Added:eid-mw-.ebuild eid-mw-4.0.6_p1480.ebuild Log: Fix bug #515680 - Bump eid-mw, also commit live ebuild. Thanks to Vincent Hardy (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.9 app-crypt/eid-mw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 7 Mar 2014 15:24:12 - 1.8 +++ ChangeLog 10 Jul 2014 14:53:53 - 1.9 @@ -1,6 +1,14 @@ # ChangeLog for app-crypt/eid-mw # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v 1.8 2014/03/07 15:24:12 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v 1.9 2014/07/10 14:53:53 swift Exp $ + +*eid-mw- (10 Jul 2014) +*eid-mw-4.0.6_p1480 (10 Jul 2014) + + 10 Jul 2014; Sven Vermeulen +eid-mw-4.0.6_p1480.ebuild, + +eid-mw-.ebuild, +files/fix-nodialog-bug.patch: + Fix bug #515680 - Bump eid-mw, also commit live ebuild. Thanks to Vincent + Hardy *eid-mw-4.0.4_p1253 (07 Mar 2014) 1.1 app-crypt/eid-mw/eid-mw-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-.ebuild?rev=1.1&content-type=text/plain Index: eid-mw-.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-.ebuild,v 1.1 2014/07/10 14:53:53 swift Exp $ EAPI=5 inherit eutils versionator mozextension multilib if [[ ${PV} == "" ]] ; then ESVN_REPO_URI="http://eid-mw.googlecode.com/svn/trunk/"; inherit subversion autotools SRC_URI="" else MY_P="${PN}-${PV/_p/-}" SRC_URI="http://eid.belgium.be/en/binaries/${MY_P}.tar_tcm406-250016.gz -> ${MY_P}.tar.gz" KEYWORDS="~x86 ~amd64" S="${WORKDIR}/eid-mw-$(get_version_component_range 1-3)" fi SLOT="0" LICENSE="LGPL-3" DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the Belgian Federal Government." HOMEPAGE="http://eid.belgium.be"; IUSE="+gtk +xpi" RDEPEND="gtk? ( x11-libs/gtk+:2 ) >=sys-apps/pcsc-lite-1.2.9 xpi? ( || ( >=www-client/firefox-bin-3.6.24 >=www-client/firefox-3.6.20 ) ) !app-misc/beid-runtime" DEPEND="${RDEPEND} virtual/pkgconfig" if [[ ${PV} == "" ]]; then src_prepare() { eautoreconf } else src_prepare() { epatch "${FILESDIR}"/fix-nodialog-bug.patch } fi src_configure() { econf $(use_enable gtk dialogs) --disable-static } src_install() { emake DESTDIR="${D}" install if use xpi; then declare MOZILLA_FIVE_HOME if has_version '>=www-client/firefox-3.6.20'; then MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox" xpi_install "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgium...@eid.belgium.be" fi if has_version '>=www-client/firefox-bin-3.6.24'; then MOZILLA_FIVE_HOME="/opt/firefox" xpi_install "${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgium...@eid.belgium.be" fi fi rm -r "${D}/usr/share" "${D}"/usr/lib*/*.la } 1.1 app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild?rev=1.1&content-type=text/plain Index: eid-mw-4.0.6_p1480.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild,v 1.1 2014/07/10 14:53:53 swift Exp $ EAPI=5 inherit eutils versionator mozextension multilib if [[ ${PV} == "" ]] ; then ESVN_REPO_URI="http://eid-mw.googlecode.com/svn
[gentoo-commits] gentoo-x86 commit in app-misc/abduco: - New directory
xmw 14/07/10 15:33:11 Log: Directory /var/cvsroot/gentoo-x86/app-misc/abduco added to the repository
[gentoo-commits] gentoo-x86 commit in app-misc/abduco: abduco-0.1.ebuild metadata.xml Manifest ChangeLog
xmw 14/07/10 15:44:13 Added:abduco-0.1.ebuild metadata.xml Manifest ChangeLog Log: Initial import, ebuild by lorem_ipsum, respect CC, fail on test-error. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.1 app-misc/abduco/abduco-0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/abduco-0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/abduco-0.1.ebuild?rev=1.1&content-type=text/plain Index: abduco-0.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/abduco-0.1.ebuild,v 1.1 2014/07/10 15:44:13 xmw Exp $ EAPI=5 inherit eutils savedconfig toolchain-funcs DESCRIPTION="lightweight session manager with {de,at}tach support." HOMEPAGE="http://www.brain-dump.org/projects/abduco/"; SRC_URI="http://www.brain-dump.org/projects/${PN}/${P}.tar.gz"; LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" src_prepare() { sed -e 's:^PREFIX.*:PREFIX = /usr:' \ -e 's/-Os//' \ -e '/^CC/d' \ -i config.mk || die sed -e "s/VERSION/${PV}/g" \ -i ${PN}.1 || die sed -e '/@echo CC/d' \ -e 's|@${CC}|$(CC)|g' \ -i Makefile || die restore_config config.def.h epatch_user tc-export CC } src_test() { ./testsuite.sh || die } src_install() { dobin ${PN} dodoc README doman ${PN}.1 save_config config.def.h } 1.1 app-misc/abduco/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> proxy-maintainers hend...@consetetur.de Hendrik v. Raven (lorem_ipsum) x...@gentoo.org Michael Weber abduco provides session management i.e. it allows programs to be run independently from its controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen. 1.1 app-misc/abduco/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/Manifest?rev=1.1&content-type=text/plain Index: Manifest === DIST abduco-0.1.tar.gz 10911 SHA256 b4ef297cb7cc81170dc7edf75385cb1c55e024a52f90c1dd0bc0e9862e6f39b5 SHA512 42fbe02bf2a69bbfc91be36830a70daae5ed934877f1fc36808fe13bce52010d8094254a13292f97e1c6b196e8fca6e0835799c4d626865e21ad7ac6716340d6 WHIRLPOOL 283f7788bf00c5bf58f2f52a943aee85b6117603206d1a7540d5b1b7d8eb8d913b48ac7ac14a166380a3a9518daedcc3084955f3951db9dd2ed640d70bfd6321 EBUILD abduco-0.1.ebuild 851 SHA256 b5cb0589124b2b8aec6ddf0763a7448261fabc9d6d3c1610a98af6f0785df242 SHA512 e458bae876d836341b94b4de24ea4fac2d346a23082db692ded7018ae2f186c595c614189a014f240519bdfa9a53a61559fe02c9cee65bee7974dc1f95e9 WHIRLPOOL 532c9c2f97f985f574340c3bc91ea6bb25f5498e2b928e6949ef33c06a7199773d8dd80c705e7313513ababb4ca4b2493a66b588aca8557810247e2457d81ca0 MISC metadata.xml 698 SHA256 4cf95773b1e5b3a3bc1ebf4b7b13d664ef03e249d3b6007a20c40426bfa82072 SHA512 2ea4cac5177729e615833c07214949dc89b51e63c2dc3c6bb3d120b929069c14f22e6dec0e43f9ea157595fdc93c6f2d19e81b4f118be1f8f28835505f0dc98e WHIRLPOOL cfc6d0eb023a3927646e042d622557176d2794fd7df22ee6dca63ecc30b0b6b13afcdf4670a3d79b7eb8216bb8f4aac77c705b487ad58c386225d4004f6f82df 1.1 app-misc/abduco/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/abduco/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for app-misc/abduco # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/abduco/ChangeLog,v 1.1 2014/07/10 15:44:13 xmw Exp $ *abduco-0.1 (10 Jul 2014) 10 Jul 2014; Michael Weber +abduco-0.1.ebuild, +metadata.xml: Initial import, ebuild by lorem_ipsum, respect CC, fail on test-error.
[gentoo-commits] gentoo-x86 commit in dev-libs/libmodbus: libmodbus-3.0.6.ebuild ChangeLog
xmw 14/07/10 15:51:46 Modified: ChangeLog Added:libmodbus-3.0.6.ebuild Log: Add bugfix release of 3.0 series (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.9 dev-libs/libmodbus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 2 Jul 2012 07:12:33 - 1.8 +++ ChangeLog 10 Jul 2014 15:51:46 - 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libmodbus -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/ChangeLog,v 1.8 2012/07/02 07:12:33 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/ChangeLog,v 1.9 2014/07/10 15:51:46 xmw Exp $ + +*libmodbus-3.0.6 (10 Jul 2014) + + 10 Jul 2014; Michael Weber +libmodbus-3.0.6.ebuild: + Add bugfix release of 3.0 series *libmodbus-3.1.0 (02 Jul 2012) 1.1 dev-libs/libmodbus/libmodbus-3.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/libmodbus-3.0.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/libmodbus-3.0.6.ebuild?rev=1.1&content-type=text/plain Index: libmodbus-3.0.6.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/libmodbus-3.0.6.ebuild,v 1.1 2014/07/10 15:51:46 xmw Exp $ EAPI=4 DESCRIPTION="Modbus library which supports RTU communication over a serial line or a TCP link" HOMEPAGE="http://www.libmodbus.org/"; SRC_URI="http://libmodbus.org/releases/${P}.tar.gz"; LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" src_configure() { econf \ --disable-silent-rules \ $(use_enable static-libs static) } src_install() { emake install DESTDIR="${D}" dodoc AUTHORS MIGRATION NEWS README.rst use static-libs || rm "${D}"/usr/*/libmodbus.la }
[gentoo-commits] gentoo-x86 commit in dev-libs/libmodbus: libmodbus-3.0.6.ebuild libmodbus-3.1.1.ebuild ChangeLog
xmw 14/07/10 15:59:24 Modified: libmodbus-3.0.6.ebuild ChangeLog Added:libmodbus-3.1.1.ebuild Log: Version bump (bug 510314). Update HOMEPAGE (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.2 dev-libs/libmodbus/libmodbus-3.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/libmodbus-3.0.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/libmodbus-3.0.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/libmodbus-3.0.6.ebuild?r1=1.1&r2=1.2 Index: libmodbus-3.0.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/libmodbus-3.0.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libmodbus-3.0.6.ebuild 10 Jul 2014 15:51:46 - 1.1 +++ libmodbus-3.0.6.ebuild 10 Jul 2014 15:59:24 - 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/libmodbus-3.0.6.ebuild,v 1.1 2014/07/10 15:51:46 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/libmodbus-3.0.6.ebuild,v 1.2 2014/07/10 15:59:24 xmw Exp $ EAPI=4 DESCRIPTION="Modbus library which supports RTU communication over a serial line or a TCP link" -HOMEPAGE="http://www.libmodbus.org/"; +HOMEPAGE="http://libmodbus.org/"; SRC_URI="http://libmodbus.org/releases/${P}.tar.gz"; LICENSE="LGPL-3" 1.10 dev-libs/libmodbus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 10 Jul 2014 15:51:46 - 1.9 +++ ChangeLog 10 Jul 2014 15:59:24 - 1.10 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libmodbus # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/ChangeLog,v 1.9 2014/07/10 15:51:46 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmodbus/ChangeLog,v 1.10 2014/07/10 15:59:24 xmw Exp $ + +*libmodbus-3.1.1 (10 Jul 2014) + + 10 Jul 2014; Michael Weber +libmodbus-3.1.1.ebuild, + libmodbus-3.0.6.ebuild: + Version bump (bug 510314). Update HOMEPAGE *libmodbus-3.0.6 (10 Jul 2014) 1.1 dev-libs/libmodbus/libmodbus-3.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/libmodbus-3.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmodbus/libmodbus-3.1.1.ebuild?rev=1.1&content-type=text/plain Index: libmodbus-3.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-libs/libmodbus/libmodbus-3.1.1.ebuild,v 1.1 2014/07/10 15:59:24 xmw Exp $ EAPI=4 DESCRIPTION="Modbus library which supports RTU communication over a serial line or a TCP link" HOMEPAGE="http://libmodbus.org/"; SRC_URI="http://libmodbus.org/releases/${P}.tar.gz"; LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" src_configure() { econf \ --disable-silent-rules \ $(use_enable static-libs static) } src_install() { emake install DESTDIR="${D}" dodoc AUTHORS MIGRATION NEWS README.md use static-libs || rm "${D}"/usr/*/libmodbus.la }
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
xmw 14/07/10 16:03:05 Modified: ChangeLog package.mask Log: Mask buggy versions of dev-libs/libmodbus Revision ChangesPath 1.9184 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9184&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9184&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9183&r2=1.9184 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9183 retrieving revision 1.9184 diff -u -r1.9183 -r1.9184 --- ChangeLog 9 Jul 2014 20:31:47 - 1.9183 +++ ChangeLog 10 Jul 2014 16:03:04 - 1.9184 @@ -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.9183 2014/07/09 20:31:47 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9184 2014/07/10 16:03:04 xmw Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 10 Jul 2014; Michael Weber package.mask: + Mask buggy versions of dev-libs/libmodbus + 09 Jul 2014; Andreas K. Huettel package.mask: Add 5.20 version of Module::CoreList to perl-5.20 mask 1.15874 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15874&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15874&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15873&r2=1.15874 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.15873 retrieving revision 1.15874 diff -u -r1.15873 -r1.15874 --- package.mask9 Jul 2014 20:31:48 - 1.15873 +++ package.mask10 Jul 2014 16:03:05 - 1.15874 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15873 2014/07/09 20:31:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15874 2014/07/10 16:03:05 xmw 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 --- +# Michael Weber (10 Jul 2014) +# Masked for removal in 30 days. +# Upstream released bugfixes against buffer overflows +=dev-libs/libmodbus-3.0.3 +=dev-libs/libmodbus-3.1.0 + # Maxim Koltsov (9 Jul 2014) # Requires >=libav-10, which is masked, or >=ffmpeg-2.1.4 # If you use ffmpeg instead of libav, sorry!
[gentoo-commits] proj/openrc:master commit in: sh/
commit: 1a44be0f16a7a1de8a176e7c656f8513494e0e64 Author: Alexander V Vershilov gentoo org> AuthorDate: Sun Feb 16 00:27:52 2014 + Commit: William Hubbs gentoo org> CommitDate: Thu Jul 10 15:56:37 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=1a44be0f cgroups: only run cgroup setup when starting a service Status call should not set limits as it requires root permissions, also this is not safe, as current process may reach limitation. Solution is to set limits and move process to service cgroup only on start. X-GENTOO-BUG: 500364 X-GENTOO-BUG-URL: https://bugs.gentoo.org/show_bug.cgi?id=500364 --- sh/runscript.sh.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index ceb9ab4..c72a784 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -215,12 +215,14 @@ if yesno "${rc_verbose:-$RC_VERBOSE}"; then fi # Apply cgroups settings if defined +if [ "$1" = "start" ] ; then if [ "$(command -v cgroup_add_service)" = "cgroup_add_service" ]; then cgroup_add_service /sys/fs/cgroup/openrc cgroup_add_service /sys/fs/cgroup/systemd/system fi [ "$(command -v cgroup_set_limits)" = "cgroup_set_limits" ] && \ cgroup_set_limits +fi # Load our script sourcex "$RC_SERVICE"
[gentoo-commits] proj/openrc:master commit in: sh/
commit: 75e06d85584fc3ebfa26fbca97ea60b687247bb0 Author: William Hubbs gmail com> AuthorDate: Thu Jul 10 10:18:00 2014 + Commit: William Hubbs gentoo org> CommitDate: Thu Jul 10 15:57:56 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=75e06d85 Style Fixes --- sh/runscript.sh.in | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sh/runscript.sh.in b/sh/runscript.sh.in index c72a784..9b2ae0e 100644 --- a/sh/runscript.sh.in +++ b/sh/runscript.sh.in @@ -216,12 +216,12 @@ fi # Apply cgroups settings if defined if [ "$1" = "start" ] ; then -if [ "$(command -v cgroup_add_service)" = "cgroup_add_service" ]; then - cgroup_add_service /sys/fs/cgroup/openrc - cgroup_add_service /sys/fs/cgroup/systemd/system -fi -[ "$(command -v cgroup_set_limits)" = "cgroup_set_limits" ] && \ - cgroup_set_limits + if [ "$(command -v cgroup_add_service)" = "cgroup_add_service" ]; then + cgroup_add_service /sys/fs/cgroup/openrc + cgroup_add_service /sys/fs/cgroup/systemd/system + fi + [ "$(command -v cgroup_set_limits)" = "cgroup_set_limits" ] && \ + cgroup_set_limits fi # Load our script
[gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
floppym 14/07/10 17:12:07 Modified: systemd-.ebuild ChangeLog Log: Move rootprefix logic into the main configure block. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision ChangesPath 1.125sys-apps/systemd/systemd-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?rev=1.125&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?rev=1.125&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-.ebuild?r1=1.124&r2=1.125 Index: systemd-.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- systemd-.ebuild 10 Jul 2014 00:20:25 - 1.124 +++ systemd-.ebuild 10 Jul 2014 17:12:06 - 1.125 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v 1.124 2014/07/10 00:20:25 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-.ebuild,v 1.125 2014/07/10 17:12:06 floppym Exp $ EAPI=5 @@ -195,6 +195,9 @@ --with-bashcompletiondir="$(get_bashcompdir)" # make sure we get /bin:/sbin in $PATH --enable-split-usr + # For testing. + --with-rootprefix="${ROOTPREFIX-/usr}" + --with-rootlibdir="${ROOTPREFIX-/usr}/$(get_libdir)" # disable sysv compatibility --with-sysvinit-path= --with-sysvrcnd-path= @@ -270,14 +273,6 @@ ) fi - # Added for testing; this is UNSUPPORTED by the Gentoo systemd team! - if [[ -n ${ROOTPREFIX+set} ]]; then - myeconfargs+=( - --with-rootprefix="${ROOTPREFIX}" - --with-rootlibdir="${ROOTPREFIX}/$(get_libdir)" - ) - fi - if ! multilib_is_native_abi; then myeconfargs+=( ac_cv_search_cap_init= 1.285sys-apps/systemd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.285&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.285&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.284&r2=1.285 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v retrieving revision 1.284 retrieving revision 1.285 diff -u -r1.284 -r1.285 --- ChangeLog 10 Jul 2014 00:33:56 - 1.284 +++ ChangeLog 10 Jul 2014 17:12:06 - 1.285 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.284 2014/07/10 00:33:56 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.285 2014/07/10 17:12:06 floppym Exp $ + + 10 Jul 2014; Mike Gilbert systemd-.ebuild: + Move rootprefix logic into the main configure block. *systemd-215-r1 (10 Jul 2014)
[gentoo-commits] gentoo-x86 commit in dev-perl/libintl-perl: libintl-perl-1.230.0.ebuild ChangeLog
grobian 14/07/10 17:15:39 Modified: libintl-perl-1.230.0.ebuild ChangeLog Log: Add virtual/libintl dependency, bug #516760 (Portage version: 2.2.10.1-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision ChangesPath 1.5 dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild?r1=1.4&r2=1.5 Index: libintl-perl-1.230.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- libintl-perl-1.230.0.ebuild 8 Jul 2014 10:31:46 - 1.4 +++ libintl-perl-1.230.0.ebuild 10 Jul 2014 17:15:39 - 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-perl/libintl-perl/libintl-perl-1.230.0.ebuild,v 1.4 2014/07/08 10:31:46 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild,v 1.5 2014/07/10 17:15:39 grobian Exp $ EAPI=5 @@ -16,6 +16,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" +DEPEND="virtual/libintl" +RDEPEND=${DEPEND} + SRC_TEST=do src_test() { 1.58 dev-perl/libintl-perl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 8 Jul 2014 10:31:45 - 1.57 +++ ChangeLog 10 Jul 2014 17:15:39 - 1.58 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/libintl-perl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.57 2014/07/08 10:31:45 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.58 2014/07/10 17:15:39 grobian Exp $ + + 10 Jul 2014; Fabian Groffen libintl-perl-1.230.0.ebuild: + Add virtual/libintl dependency, bug #516760 08 Jul 2014; Michael Haubenwallner libintl-perl-1.230.0.ebuild:
[gentoo-commits] gentoo-x86 commit in sys-kernel/tuxonice-sources: tuxonice-sources-3.14.12.ebuild tuxonice-sources-3.15.5.ebuild tuxonice-sources-3.10.48.ebuild tuxonice-sources-3.4.98.ebuild ChangeL
floppym 14/07/10 17:17:46 Modified: ChangeLog Added:tuxonice-sources-3.14.12.ebuild tuxonice-sources-3.15.5.ebuild tuxonice-sources-3.10.48.ebuild tuxonice-sources-3.4.98.ebuild Log: Version bumps. Ebuilds by Arfrever. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4) Revision ChangesPath 1.197sys-kernel/tuxonice-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.197&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?rev=1.197&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog?r1=1.196&r2=1.197 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v retrieving revision 1.196 retrieving revision 1.197 diff -u -r1.196 -r1.197 --- ChangeLog 6 Jul 2014 15:14:17 - 1.196 +++ ChangeLog 10 Jul 2014 17:17:46 - 1.197 @@ -1,6 +1,16 @@ # ChangeLog for sys-kernel/tuxonice-sources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.196 2014/07/06 15:14:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/ChangeLog,v 1.197 2014/07/10 17:17:46 floppym Exp $ + +*tuxonice-sources-3.14.12 (10 Jul 2014) +*tuxonice-sources-3.10.48 (10 Jul 2014) +*tuxonice-sources-3.15.5 (10 Jul 2014) +*tuxonice-sources-3.4.98 (10 Jul 2014) + + 10 Jul 2014; Mike Gilbert + +tuxonice-sources-3.10.48.ebuild, +tuxonice-sources-3.14.12.ebuild, + +tuxonice-sources-3.15.5.ebuild, +tuxonice-sources-3.4.98.ebuild: + Version bumps. Ebuilds by Arfrever. *tuxonice-sources-3.15.3 (06 Jul 2014) *tuxonice-sources-3.14.10 (06 Jul 2014) 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-3.14.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.12.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.12.ebuild?rev=1.1&content-type=text/plain Index: tuxonice-sources-3.14.12.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.14.12.ebuild,v 1.1 2014/07/10 17:17:46 floppym Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" K_GENPATCHES_VER="16" inherit kernel-2 detect_version detect_arch DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel"; TUXONICE_PV="3.14.9" TUXONICE_DATE="2014-06-27" TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}.patch.bz2" TUXONICE_URI="http://tuxonice.nigelcunningham.com.au/downloads/all/${TUXONICE_PATCH}"; UNIPATCH_LIST="${DISTDIR}/${TUXONICE_PATCH}" UNIPATCH_STRICTORDER="yes" SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} ${TUXONICE_URI}" KEYWORDS="~amd64 ~x86" IUSE="experimental" RDEPEND="${RDEPEND} >=sys-apps/tuxonice-userui-1.0 || ( >=sys-power/hibernate-script-2.0 sys-power/pm-utils )" K_EXTRAELOG="If there are issues with this kernel, please direct any queries to the tuxonice-users mailing list: http://lists.tuxonice.net/mailman/listinfo/tuxonice-users/"; K_SECURITY_UNSUPPORTED="1" 1.1 sys-kernel/tuxonice-sources/tuxonice-sources-3.15.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.15.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.15.5.ebuild?rev=1.1&content-type=text/plain Index: tuxonice-sources-3.15.5.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/tuxonice-sources/tuxonice-sources-3.15.5.ebuild,v 1.1 2014/07/10 17:17:46 floppym Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" K_GENPATCHES_VER="7" inherit kernel-2 detect_version detect_arch DESCRIPTION="TuxOnIce + Gentoo patchset sources" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches/ http://tuxonice.nigelcunningham.com.au/ https://github.com/NigelCunningham/tuxonice-kernel"; TUXONICE_PV="3.15.2" TUXONICE_DATE="2014-06-27" TUXONICE_PATCH="tuxonice-for-linux-${TUXONICE_PV}-${TUXONICE_DATE}
[gentoo-commits] proj/emacs:master commit in: app-xemacs/hyperbole/
commit: 66e179469e0b675a2c6341416b9a78058f9bf3a9 Author: Mats Lidell gentoo org> AuthorDate: Thu Jul 10 17:30:33 2014 + Commit: Mats Lidell gentoo org> CommitDate: Thu Jul 10 17:30:33 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=66e17946 Pre release version bump. Package-Manager: portage-2.2.8-r1 --- app-xemacs/hyperbole/Manifest | 1 + app-xemacs/hyperbole/hyperbole-1.22.ebuild | 31 ++ 2 files changed, 32 insertions(+) diff --git a/app-xemacs/hyperbole/Manifest b/app-xemacs/hyperbole/Manifest index 60473bf..f9e860b 100644 --- a/app-xemacs/hyperbole/Manifest +++ b/app-xemacs/hyperbole/Manifest @@ -1 +1,2 @@ DIST hyperbole-1.20-pkg.tar.gz 556362 SHA256 6160289ec89a73feba32555a29db919f375a95222c7dfb284f3f4dd31ef153f0 SHA512 a206e085327e29f37e175979ac16777c292dbb81014b102e726eaf925ba40dab82bc5e73017db30a827f8e83456f1ab9873ff2a02ea459c071be586fb14106ce WHIRLPOOL 0f7c0fd2aba1d5d65b91cd6750adcec7bfb6b5bba11ec57e3496339edf7d78962b592e0990deda823d6d348903d4fb68465cae426275fcda69d5bb39215a5478 +DIST hyperbole-1.22-pkg.tar.gz 556365 SHA256 0bb3536cb4fe70bfefabdd8c470478dd4e1c8d413050f967950504671c89cbb4 SHA512 a6e920fa86afbe6bb8efb39722b36133d740c88ce4bf3418125d077b59acd4aad7320b63e1b1f5a8e08bdd578c6837e18d4cf3da7967e6c90108acbc7e6e6fc6 WHIRLPOOL b32273f70b782ac169c7fb2b8e569b6d999c230cb3f369a7b98c785f670b206737a5fa8719eccc2ef1bff4243037a700588f6fdf866528fb4c30dc38acaf4c22 diff --git a/app-xemacs/hyperbole/hyperbole-1.22.ebuild b/app-xemacs/hyperbole/hyperbole-1.22.ebuild new file mode 100644 index 000..3881193 --- /dev/null +++ b/app-xemacs/hyperbole/hyperbole-1.22.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/hyperbole/hyperbole-1.17.ebuild,v 1.6 2011/07/22 11:25:06 xarthisius Exp $ + +EAPI=5 + +SLOT="0" +IUSE="" +DESCRIPTION="Hyperbole: The Everyday Info Manager." +PKG_CAT="standard" +LICENSE="GPL-3+" + +EXPERIMENTAL=true + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +app-xemacs/calendar +app-xemacs/vm +app-xemacs/text-modes +app-xemacs/gnus +app-xemacs/mh-e +app-xemacs/rmail +app-xemacs/apel +app-xemacs/tm +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/ecrypto +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages
[gentoo-commits] gentoo-x86 commit in dev-perl/Text-Unidecode: Text-Unidecode-0.40.0.ebuild ChangeLog
grobian 14/07/10 17:52:43 Modified: Text-Unidecode-0.40.0.ebuild ChangeLog Log: Marked ~m68k-mint, bug #516634 (Portage version: 2.2.10.1-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision ChangesPath 1.18 dev-perl/Text-Unidecode/Text-Unidecode-0.40.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0.ebuild?r1=1.17&r2=1.18 Index: Text-Unidecode-0.40.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- Text-Unidecode-0.40.0.ebuild8 Jul 2014 10:44:44 - 1.17 +++ Text-Unidecode-0.40.0.ebuild10 Jul 2014 17:52:42 - 1.18 @@ -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/Text-Unidecode/Text-Unidecode-0.40.0.ebuild,v 1.17 2014/07/08 10:44:44 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unidecode/Text-Unidecode-0.40.0.ebuild,v 1.18 2014/07/10 17:52:42 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="US-ASCII transliterations of Unicode text" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" SRC_TEST=do 1.24 dev-perl/Text-Unidecode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Unidecode/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Unidecode/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Text-Unidecode/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Text-Unidecode/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 8 Jul 2014 10:44:44 - 1.23 +++ ChangeLog 10 Jul 2014 17:52:42 - 1.24 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Unidecode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unidecode/ChangeLog,v 1.23 2014/07/08 10:44:44 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Unidecode/ChangeLog,v 1.24 2014/07/10 17:52:42 grobian Exp $ + + 10 Jul 2014; Fabian Groffen Text-Unidecode-0.40.0.ebuild: + Marked ~m68k-mint, bug #516634 08 Jul 2014; Michael Haubenwallner Text-Unidecode-0.40.0.ebuild:
[gentoo-commits] gentoo-x86 commit in dev-perl/libintl-perl: libintl-perl-1.230.0.ebuild ChangeLog
grobian 14/07/10 17:53:18 Modified: libintl-perl-1.230.0.ebuild ChangeLog Log: Marked ~m68k-mint, bug #516634 (Portage version: 2.2.10.1-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision ChangesPath 1.6 dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild?r1=1.5&r2=1.6 Index: libintl-perl-1.230.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libintl-perl-1.230.0.ebuild 10 Jul 2014 17:15:39 - 1.5 +++ libintl-perl-1.230.0.ebuild 10 Jul 2014 17:53:18 - 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild,v 1.5 2014/07/10 17:15:39 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild,v 1.6 2014/07/10 17:53:18 grobian Exp $ EAPI=5 @@ -13,7 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="virtual/libintl" 1.59 dev-perl/libintl-perl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/libintl-perl/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 10 Jul 2014 17:15:39 - 1.58 +++ ChangeLog 10 Jul 2014 17:53:18 - 1.59 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/libintl-perl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.58 2014/07/10 17:15:39 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.59 2014/07/10 17:53:18 grobian Exp $ + + 10 Jul 2014; Fabian Groffen libintl-perl-1.230.0.ebuild: + Marked ~m68k-mint, bug #516634 10 Jul 2014; Fabian Groffen libintl-perl-1.230.0.ebuild: Add virtual/libintl dependency, bug #516760
[gentoo-commits] gentoo-x86 commit in dev-perl/Unicode-EastAsianWidth: Unicode-EastAsianWidth-1.330.0.ebuild ChangeLog
grobian 14/07/10 17:54:05 Modified: Unicode-EastAsianWidth-1.330.0.ebuild ChangeLog Log: Marked ~m68k-mint, bug #516634 (Portage version: 2.2.10.1-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision ChangesPath 1.15 dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0.ebuild?r1=1.14&r2=1.15 Index: Unicode-EastAsianWidth-1.330.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Unicode-EastAsianWidth-1.330.0.ebuild 8 Jul 2014 10:33:03 - 1.14 +++ Unicode-EastAsianWidth-1.330.0.ebuild 10 Jul 2014 17:54:05 - 1.15 @@ -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/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0.ebuild,v 1.14 2014/07/08 10:33:03 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.330.0.ebuild,v 1.15 2014/07/10 17:54:05 grobian Exp $ EAPI=4 @@ -12,7 +12,7 @@ LICENSE="CC0-1.0" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-File-Spec" 1.40 dev-perl/Unicode-EastAsianWidth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 8 Jul 2014 10:33:03 - 1.39 +++ ChangeLog 10 Jul 2014 17:54:05 - 1.40 @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Unicode-EastAsianWidth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.39 2014/07/08 10:33:03 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.40 2014/07/10 17:54:05 grobian Exp $ + + 10 Jul 2014; Fabian Groffen + Unicode-EastAsianWidth-1.330.0.ebuild: + Marked ~m68k-mint, bug #516634 08 Jul 2014; Michael Haubenwallner Unicode-EastAsianWidth-1.330.0.ebuild:
[gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20140710.ebuild ChangeLog
ssuominen14/07/10 17:59:35 Modified: ChangeLog Added:cinelerra-20140710.ebuild Log: Create a new Cinelerra CV snapshot from git wrt #516850 by Michał Górny (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.69 media-video/cinelerra/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 10 Feb 2014 16:56:28 - 1.68 +++ ChangeLog 10 Jul 2014 17:59:35 - 1.69 @@ -1,6 +1,14 @@ # ChangeLog for media-video/cinelerra # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.68 2014/02/10 16:56:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.69 2014/07/10 17:59:35 ssuominen Exp $ + +*cinelerra-20140710 (10 Jul 2014) + + 10 Jul 2014; Samuli Suominen + +cinelerra-20140710.ebuild, +files/cinelerra-20140710-ffmpeg-0.11.patch, + +files/cinelerra-20140710-underlinking.patch, + +files/cinelerra-20140710-validate_desktop_entry.patch: + Create a new Cinelerra CV snapshot from git wrt #516850 by Michał Górny 10 Feb 2014; Samuli Suominen cinelerra-20120707.ebuild: Missing virtual/glu dependency for USE="opengl" wrt #500904 by Michal Feix 1.1 media-video/cinelerra/cinelerra-20140710.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild?rev=1.1&content-type=text/plain Index: cinelerra-20140710.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20140710.ebuild,v 1.1 2014/07/10 17:59:35 ssuominen Exp $ EAPI=5 inherit autotools eutils multilib flag-o-matic DESCRIPTION="The most advanced non-linear video editor and compositor" HOMEPAGE="http://www.cinelerra.org/"; SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="3dnow alsa altivec css debug ieee1394 mmx opengl oss" RDEPEND="media-libs/a52dec:= media-libs/faac:= media-libs/faad2:= >=media-libs/freetype-2 media-libs/libdv:= >=media-libs/libogg-1.2:= media-libs/libpng:0= media-libs/libsndfile:= >=media-libs/libtheora-1.1:= >=media-libs/libvorbis-1.3:= >=media-libs/openexr-1.5:= media-libs/tiff:0= media-libs/x264:= media-sound/lame:= >=media-video/mjpegtools-2 >=sci-libs/fftw-3 x11-libs/libX11:= x11-libs/libXext:= x11-libs/libXft:= x11-libs/libXv:= x11-libs/libXvMC:= x11-libs/libXxf86vm:= virtual/ffmpeg || ( media-video/ffmpeg:0 media-libs/libpostproc ) virtual/jpeg:0 alsa? ( media-libs/alsa-lib:= ) ieee1394? ( media-libs/libiec61883:= >=sys-libs/libraw1394-1.2.0:= >=sys-libs/libavc1394-0.5.0:= ) opengl? ( virtual/glu virtual/opengl )" DEPEND="${RDEPEND} app-arch/xz-utils virtual/pkgconfig mmx? ( dev-lang/nasm )" src_prepare() { epatch \ "${FILESDIR}"/${P}-validate_desktop_entry.patch \ "${FILESDIR}"/${PN}-ffmpeg.patch \ "${FILESDIR}"/${P}-underlinking.patch \ "${FILESDIR}"/${P}-ffmpeg-0.11.patch \ "${FILESDIR}"/${PN}-libav9.patch if has_version '>=media-video/ffmpeg-2' ; then epatch "${FILESDIR}"/${PN}-ffmpeg2.patch fi eautoreconf } src_configure() { append-cppflags -D__STDC_CONSTANT_MACROS #321945 append-ldflags -Wl,-z,noexecstack #212959 local myconf use debug && myconf='--enable-x-error-output' econf \ $(use_enable oss) \ $(u
[gentoo-commits] gentoo-x86 commit in media-video/cinelerra/files: cinelerra-20140710-underlinking.patch cinelerra-20140710-validate_desktop_entry.patch cinelerra-20140710-ffmpeg-0.11.patch
ssuominen14/07/10 17:59:35 Added:cinelerra-20140710-underlinking.patch cinelerra-20140710-validate_desktop_entry.patch cinelerra-20140710-ffmpeg-0.11.patch Log: Create a new Cinelerra CV snapshot from git wrt #516850 by Michał Górny (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision ChangesPath 1.1 media-video/cinelerra/files/cinelerra-20140710-underlinking.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-20140710-underlinking.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-20140710-underlinking.patch?rev=1.1&content-type=text/plain Index: cinelerra-20140710-underlinking.patch === http://bugs.gentoo.org/367509 pluginserver.C is using dlsym, dlopen, dlclose and dlerror --- cinelerra/Makefile.am +++ cinelerra/Makefile.am @@ -692,7 +692,8 @@ $(LIBDV_LIBS) \ -luuid \ $(MJPEG_LIBS) \ - -lstdc++ + -lstdc++ \ + -ldl EXTRA_DIST = gen-feather-h 1.1 media-video/cinelerra/files/cinelerra-20140710-validate_desktop_entry.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-20140710-validate_desktop_entry.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-20140710-validate_desktop_entry.patch?rev=1.1&content-type=text/plain Index: cinelerra-20140710-validate_desktop_entry.patch === --- image/cinelerra-cv.desktop +++ image/cinelerra-cv.desktop @@ -5,9 +5,8 @@ Name[fr]=Cinelerra-CV Name[es]=Cinelerra-CV Comment=Video Editor -Categories=Application;AudioVideo;Multimedia;VideoEditing; -Encoding=UTF-8 +Categories=AudioVideo; Exec=cinelerra -Icon=cinelerra-cv.xpm +Icon=cinelerra-cv Terminal=false Type=Application 1.1 media-video/cinelerra/files/cinelerra-20140710-ffmpeg-0.11.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-20140710-ffmpeg-0.11.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-20140710-ffmpeg-0.11.patch?rev=1.1&content-type=text/plain Index: cinelerra-20140710-ffmpeg-0.11.patch === --- cinelerra/ffmpeg.C +++ cinelerra/ffmpeg.C @@ -23,7 +23,6 @@ int FFMPEG::init(char *codec_string) { - avcodec_init(); avcodec_register_all(); CodecID id = codec_id(codec_string); --- cinelerra/fileac3.C +++ cinelerra/fileac3.C @@ -84,7 +84,6 @@ if(wr) { - avcodec_init(); avcodec_register_all(); codec = avcodec_find_encoder(CODEC_ID_AC3); if(!codec) --- configure.ac +++ configure.ac @@ -497,7 +497,7 @@ AC_ARG_WITH([external-ffmpeg], AC_HELP_STRING([--with-external-ffmpeg], [use external ffmpeg library])) if test "x$with_external_ffmpeg" = "xyes"; then - PKG_CHECK_MODULES([FFMPEG_TEMP], [libavcodec libpostproc]) + PKG_CHECK_MODULES([FFMPEG_TEMP], [libavcodec libpostproc libavutil]) FFMPEG_FOLDER="" FFMPEG_EXTERNALTEXT="External ffmpeg" @@ -515,10 +515,10 @@ AC_MSG_RESULT($enable_ffmpeg_swscale) if test x"$enable_ffmpeg_swscale" = xyes; then dnl AC_DEFINE(HAVE_SWSCALER) -PKG_CHECK_MODULES([FFMPEG], [libavcodec libpostproc libswscale]) +PKG_CHECK_MODULES([FFMPEG], [libavcodec libpostproc libswscale libavutil]) FFMPEG_CFLAGS="$FFMPEG_CFLAGS -I/usr/include/libavcodec -I/usr/include/libswscale -DHAVE_SWSCALER" else -PKG_CHECK_MODULES([FFMPEG], [libavcodec libpostproc]) +PKG_CHECK_MODULES([FFMPEG], [libavcodec libpostproc libavutil]) fi FFMPEG_EXTERNALTEXT="External ffmpeg" else --- quicktime/mpeg4.c +++ quicktime/mpeg4.c @@ -624,12 +624,12 @@ else // ffmpeg section { + AVDictionary ** opts = NULL; static char *video_rc_eq="tex^qComp"; codec->encode_initialized[current_field] = 1; if(!ffmpeg_initialized) { ffmpeg_initialized = 1; - avcodec_init(); avcodec_register_all(); } @@ -673,8 +673,10 @@ context->b_quant_offset = 1.25; #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/artwork: index.xml
creffett14/07/10 18:27:26 Modified: index.xml Log: Mark artwork project as migrated (technically isn't, but will be as soon as SVGs work on the wiki) Revision ChangesPath 1.20 xml/htdocs/proj/en/desktop/artwork/index.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/artwork/index.xml?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/artwork/index.xml?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/artwork/index.xml?r1=1.19&r2=1.20 Index: index.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/artwork/index.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- index.xml 25 Jul 2013 10:11:18 - 1.19 +++ index.xml 10 Jul 2014 18:27:26 - 1.20 @@ -3,9 +3,9 @@ - + - +http://wiki.gentoo.org/wiki/Project:Artwork";> artwork Gentoo Artwork Project 2011-06-20
[gentoo-commits] proj/kde:master commit in: sets/
commit: 123783e97075c7f5d6704b852e28bbe42269b4a5 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jul 10 18:15:18 2014 + Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 10 18:15:18 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=123783e9 [sets] Add KDE 4.14 --- sets/kde-4.14 | 24 sets/kde-baseapps-4.14 | 13 + sets/kdeaccessibility-4.14 | 6 ++ sets/kdeadmin-4.14 | 4 sets/kdeartwork-4.14 | 9 + sets/kdebase-4.14 | 4 sets/kdebase-runtime-4.14 | 40 sets/kdebindings-4.14 | 14 ++ sets/kdeedu-4.14 | 26 ++ sets/kdegames-4.14 | 42 ++ sets/kdegraphics-4.14 | 17 + sets/kdelibs-4.14 | 11 +++ sets/kdemultimedia-4.14| 10 ++ sets/kdenetwork-4.14 | 7 +++ sets/kdeoptional-4.14 | 2 ++ sets/kdepim-4.14 | 24 sets/kdesdk-4.14 | 16 sets/kdetoys-4.14 | 4 sets/kdeutils-4.14 | 13 + sets/kdewebdev-4.14| 5 + 20 files changed, 291 insertions(+) diff --git a/sets/kde-4.14 b/sets/kde-4.14 new file mode 100644 index 000..4f716d9 --- /dev/null +++ b/sets/kde-4.14 @@ -0,0 +1,24 @@ +# We don't include kdesdk on the global set +
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/util: index.xml
creffett14/07/10 18:32:42 Modified: index.xml Log: Mark as migrated to wiki Revision ChangesPath 1.26 xml/htdocs/proj/en/desktop/util/index.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/util/index.xml?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/util/index.xml?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/util/index.xml?r1=1.25&r2=1.26 Index: index.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/util/index.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- index.xml 8 Jul 2011 12:05:03 - 1.25 +++ index.xml 10 Jul 2014 18:32:42 - 1.26 @@ -3,7 +3,7 @@ - +http://wiki.gentoo.org/wiki/Project:Desktop-util";> desktop-util Gentoo Desktop Utilities Project 2010-06-17
[gentoo-commits] proj/emacs:master commit in: app-xemacs/xemacs-base/
commit: f113479162fdbedf1cb3998c0071fdc46373b377 Author: Mats Lidell gentoo org> AuthorDate: Thu Jul 10 18:32:11 2014 + Commit: Mats Lidell gentoo org> CommitDate: Thu Jul 10 18:32:11 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=f1134791 Pre release version bump. Package-Manager: portage-2.2.8-r1 --- app-xemacs/xemacs-base/ChangeLog | 5 + app-xemacs/xemacs-base/Manifest| 1 + app-xemacs/xemacs-base/xemacs-base-2.41.ebuild | 16 3 files changed, 22 insertions(+) diff --git a/app-xemacs/xemacs-base/ChangeLog b/app-xemacs/xemacs-base/ChangeLog index 6c421a2..17d9785 100644 --- a/app-xemacs/xemacs-base/ChangeLog +++ b/app-xemacs/xemacs-base/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-base/ChangeLog,v 1.34 2012/06/02 14:11:37 aballier Exp $ +*xemacs-base-2.41 (08 Jul 2014) + + 08 Jul 2014; Mats Lidell +xemacs-base-2.41.ebuild: + Pre release version bump. + *xemacs-base-2.39 (07 Mar 2014) 07 Mar 2014; Mats Lidell -xemacs-base-2.36.ebuild, diff --git a/app-xemacs/xemacs-base/Manifest b/app-xemacs/xemacs-base/Manifest index b120ec0..70e5b5a 100644 --- a/app-xemacs/xemacs-base/Manifest +++ b/app-xemacs/xemacs-base/Manifest @@ -1 +1,2 @@ DIST xemacs-base-2.39-pkg.tar.gz 577791 SHA256 568a9c329b818e481bb4af5ea8d06a0e29615f348720d33fa2ca660946fe2c72 SHA512 77762b5e6b1fb0c4d7e7c44b80c43511026b05b0b7df2333499db2ec044e217a624f6e4aed7d77de01f972a466ef9d54d96ad7a234980bcf3758b97ac4100b43 WHIRLPOOL 8536fad8f22ac60ae0368d0b23556a9adf1cd140f3add9c917b62bc148a0d48a2c8bf6fd1c114e61410743100f18fb68fdf52d81ef6eca48792097c28992ceb1 +DIST xemacs-base-2.41-pkg.tar.gz 578050 SHA256 0bfd495dcfdf5d94bb3198ebd26b07bb11ac7ce413ef0433d3c3344d7ee600e0 SHA512 c9eb8027fc591b2363492e4368708f41c6e0d3a15e099f213260ec27719f09bab7e8e2eb9d32f52ff98208122fdb6e665f5ab7ce3137f8d83fe5b823374d37ea WHIRLPOOL 2cb54d19eaa4b363afa1ad58310aa9bbbd5419599d1210c1a3a98bd8a74f6cde95f74892a0894410656ca9e60bc5422805ef67b8f887a48cbb9ac8b1c5c81da9 diff --git a/app-xemacs/xemacs-base/xemacs-base-2.41.ebuild b/app-xemacs/xemacs-base/xemacs-base-2.41.ebuild new file mode 100644 index 000..cd967ee --- /dev/null +++ b/app-xemacs/xemacs-base/xemacs-base-2.41.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-base/xemacs-base-2.27.ebuild,v 1.8 2012/06/02 14:11:37 aballier Exp $ + +EAPI=5 + +SLOT="0" +IUSE="" +DESCRIPTION="Fundamental XEmacs support, you almost certainly need this." +PKG_CAT="standard" + +EXPERIMENTAL=true + +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + +inherit xemacs-packages
[gentoo-commits] gentoo-x86 commit in app-admin/radmind: ChangeLog radmind-1.14.1.ebuild radmind-1.14.0.ebuild radmind-1.13.0.ebuild radmind-1.7.1-r1.ebuild
jer 14/07/10 18:35:33 Modified: ChangeLog radmind-1.14.1.ebuild Removed: radmind-1.14.0.ebuild radmind-1.13.0.ebuild radmind-1.7.1-r1.ebuild Log: Old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.19 app-admin/radmind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/radmind/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/radmind/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/radmind/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-admin/radmind/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 7 Nov 2013 02:29:46 - 1.18 +++ ChangeLog 10 Jul 2014 18:35:33 - 1.19 @@ -1,6 +1,10 @@ # ChangeLog for app-admin/radmind -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/ChangeLog,v 1.18 2013/11/07 02:29:46 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/ChangeLog,v 1.19 2014/07/10 18:35:33 jer Exp $ + + 10 Jul 2014; Jeroen Roovers -radmind-1.7.1-r1.ebuild, + -radmind-1.13.0.ebuild, -radmind-1.14.0.ebuild: + Old. 07 Nov 2013; Patrick Lauer radmind-1.13.0.ebuild, radmind-1.7.1-r1.ebuild: 1.4 app-admin/radmind/radmind-1.14.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/radmind/radmind-1.14.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/radmind/radmind-1.14.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/radmind/radmind-1.14.1.ebuild?r1=1.3&r2=1.4 Index: radmind-1.14.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-admin/radmind/radmind-1.14.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- radmind-1.14.1.ebuild 7 Dec 2012 19:06:46 - 1.3 +++ radmind-1.14.1.ebuild 10 Jul 2014 18:35:33 - 1.4 @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/radmind-1.14.1.ebuild,v 1.3 2012/12/07 19:06:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/radmind/radmind-1.14.1.ebuild,v 1.4 2014/07/10 18:35:33 jer Exp $ -EAPI="4" +EAPI=5 inherit eutils @@ -13,7 +13,6 @@ LICENSE="HPND" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="" DEPEND="dev-libs/openssl" RDEPEND="${DEPEND}"
[gentoo-commits] proj/emacs:master commit in: app-xemacs/xemacs-devel/
commit: d98a623c47cea9211088e71ebe7b6d143c8244f1 Author: Mats Lidell gentoo org> AuthorDate: Thu Jul 10 18:35:43 2014 + Commit: Mats Lidell gentoo org> CommitDate: Thu Jul 10 18:35:43 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=d98a623c Pre release version bump. Package-Manager: portage-2.2.8-r1 --- app-xemacs/xemacs-devel/ChangeLog| 7 +- app-xemacs/xemacs-devel/Manifest | 1 + app-xemacs/xemacs-devel/xemacs-devel-1.84.ebuild | 28 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/app-xemacs/xemacs-devel/ChangeLog b/app-xemacs/xemacs-devel/ChangeLog index 3a608b9..e9a4dc7 100644 --- a/app-xemacs/xemacs-devel/ChangeLog +++ b/app-xemacs/xemacs-devel/ChangeLog @@ -1,4 +1,9 @@ # ChangeLog for app-xemacs/xemacs-devel -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-devel/ChangeLog,v 1.24 2011/07/22 11:24:58 xarthisius Exp $ +*xemacs-devel-1.84 (08 Jul 2014) + + 08 Jul 2014; Mats Lidell +xemacs-devel-1.84.ebuild: + Pre release version bump. + diff --git a/app-xemacs/xemacs-devel/Manifest b/app-xemacs/xemacs-devel/Manifest index 5760800..9e55a27 100644 --- a/app-xemacs/xemacs-devel/Manifest +++ b/app-xemacs/xemacs-devel/Manifest @@ -1 +1,2 @@ DIST xemacs-devel-1.82-pkg.tar.gz 257554 SHA256 a85bd8fd1a0d556db8eff8f733f603eae090ea196067bfe30fb8849a5077ed7e SHA512 7a9acd1b9dfb00018c47c72884debe948b29d31e0e5a984605cdc0806da6b145c9052a100b3c665fd32533c6fc70b7392f88fbba24bc6750dfdb483d54e7705c WHIRLPOOL b3dbcf59bd5080735275c49f6aba82cf9dc3fb3dd514d417e7163282c880fc97b7b5adfb783ad347ca2fe0b0ea5e16689f88121184c4c2f481e9508300a6d157 +DIST xemacs-devel-1.84-pkg.tar.gz 257872 SHA256 1c144348f3d0a7343982ee760cd608cdf781fa427d854158dc8b831f1ce7d6a1 SHA512 6b2448e42762593f2cc6fad3767288d3848eb45366d56f864f2a8f80651692d07dd63b3df70ae621ba88af07da0409011f228bb844d7fbf834681ffa80248f8c WHIRLPOOL b8d85c20c80cdedc265cd77e095c3d42d34d1633053406af075f48b903692dbc61dacb08380f8ce6daa9ef2d69bf6ebdd2718f802c78f4bf5e3a68c6120bcf43 diff --git a/app-xemacs/xemacs-devel/xemacs-devel-1.84.ebuild b/app-xemacs/xemacs-devel/xemacs-devel-1.84.ebuild new file mode 100644 index 000..cad59a9 --- /dev/null +++ b/app-xemacs/xemacs-devel/xemacs-devel-1.84.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-devel/xemacs-devel-1.80.ebuild,v 1.6 2011/07/22 11:24:58 xarthisius Exp $ + +EAPI=5 + +SLOT="0" +IUSE="" +DESCRIPTION="Emacs Lisp developer support." +PKG_CAT="standard" + +EXPERIMENTAL=true + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xemacs-ispell +app-xemacs/mail-lib +app-xemacs/gnus +app-xemacs/rmail +app-xemacs/tm +app-xemacs/apel +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/xemacs-eterm +app-xemacs/ecrypto +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages
[gentoo-commits] gentoo-x86 commit in dev-libs/cgilib/files: cgilib-0.5-cgitest.diff
jer 14/07/10 18:45:35 Removed: cgilib-0.5-cgitest.diff Log: Old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
[gentoo-commits] gentoo-x86 commit in dev-libs/cgilib: ChangeLog cgilib-0.7.ebuild cgilib-0.5.ebuild cgilib-0.6.ebuild
jer 14/07/10 18:45:35 Modified: ChangeLog cgilib-0.7.ebuild Removed: cgilib-0.5.ebuild cgilib-0.6.ebuild Log: Old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.35 dev-libs/cgilib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cgilib/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cgilib/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cgilib/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/cgilib/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 2 Mar 2012 21:22:01 - 1.34 +++ ChangeLog 10 Jul 2014 18:45:35 - 1.35 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/cgilib -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cgilib/ChangeLog,v 1.34 2012/03/02 21:22:01 ranger Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cgilib/ChangeLog,v 1.35 2014/07/10 18:45:35 jer Exp $ + + 10 Jul 2014; Jeroen Roovers -cgilib-0.5.ebuild, + -cgilib-0.6.ebuild, cgilib-0.7.ebuild, -files/cgilib-0.5-cgitest.diff: + Old. 02 Mar 2012; Brent Baude cgilib-0.7.ebuild: Marking cgilib-0.7 ppc64 for bug 47 1.9 dev-libs/cgilib/cgilib-0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cgilib/cgilib-0.7.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cgilib/cgilib-0.7.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/cgilib/cgilib-0.7.ebuild?r1=1.8&r2=1.9 Index: cgilib-0.7.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/cgilib/cgilib-0.7.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cgilib-0.7.ebuild 2 Mar 2012 21:22:01 - 1.8 +++ cgilib-0.7.ebuild 10 Jul 2014 18:45:35 - 1.9 @@ -1,12 +1,12 @@ -# 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-libs/cgilib/cgilib-0.7.ebuild,v 1.8 2012/03/02 21:22:01 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cgilib/cgilib-0.7.ebuild,v 1.9 2014/07/10 18:45:35 jer Exp $ EAPI="4" inherit autotools autotools-utils -DESCRIPTION="A programmers library for the CGI interface" +DESCRIPTION="a simple and lightweight interface to the Common Gateway Interface (CGI) for C and C++ programs" HOMEPAGE="http://www.infodrom.org/projects/cgilib/"; SRC_URI="http://www.infodrom.org/projects/${PN}/download/${P}.tar.gz";
[gentoo-commits] gentoo-x86 commit in dev-libs/libdnsres: libdnsres-0.1a-r2.ebuild ChangeLog
jer 14/07/10 18:47:49 Modified: libdnsres-0.1a-r2.ebuild ChangeLog Log: EAPI bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.6 dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild?r1=1.5&r2=1.6 Index: libdnsres-0.1a-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libdnsres-0.1a-r2.ebuild28 Apr 2013 21:56:55 - 1.5 +++ libdnsres-0.1a-r2.ebuild10 Jul 2014 18:47:49 - 1.6 @@ -1,8 +1,8 @@ -# 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-libs/libdnsres/libdnsres-0.1a-r2.ebuild,v 1.5 2013/04/28 21:56:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/libdnsres-0.1a-r2.ebuild,v 1.6 2014/07/10 18:47:49 jer Exp $ -EAPI=4 +EAPI=5 inherit autotools eutils @@ -13,7 +13,6 @@ LICENSE="BSD-4" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" -IUSE="" DEPEND="dev-libs/libevent" RDEPEND="${DEPEND}" 1.19 dev-libs/libdnsres/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libdnsres/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 28 Apr 2013 21:56:55 - 1.18 +++ ChangeLog 10 Jul 2014 18:47:49 - 1.19 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libdnsres -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.18 2013/04/28 21:56:55 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.19 2014/07/10 18:47:49 jer Exp $ + + 10 Jul 2014; Jeroen Roovers libdnsres-0.1a-r2.ebuild: + EAPI bump. 28 Apr 2013; Jeroen Roovers -libdnsres-0.1a-r1.ebuild, libdnsres-0.1a-r2.ebuild:
[gentoo-commits] gentoo-x86 commit in net-analyzer/amap: ChangeLog amap-5.4.ebuild
jer 14/07/10 18:54:14 Modified: ChangeLog amap-5.4.ebuild Log: EAPI bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.55 net-analyzer/amap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/amap/ChangeLog?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/amap/ChangeLog?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/amap/ChangeLog?r1=1.54&r2=1.55 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/amap/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ChangeLog 20 Jan 2014 23:21:46 - 1.54 +++ ChangeLog 10 Jul 2014 18:54:14 - 1.55 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/amap # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/ChangeLog,v 1.54 2014/01/20 23:21:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/ChangeLog,v 1.55 2014/07/10 18:54:14 jer Exp $ + + 10 Jul 2014; Jeroen Roovers amap-5.4.ebuild: + EAPI bump. 20 Jan 2014; Robin H. Johnson amap-5.4.ebuild: Download only available via HTTPS. 1.8 net-analyzer/amap/amap-5.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/amap/amap-5.4.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/amap/amap-5.4.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/amap/amap-5.4.ebuild?r1=1.7&r2=1.8 Index: amap-5.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-5.4.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- amap-5.4.ebuild 20 Jan 2014 23:21:46 - 1.7 +++ amap-5.4.ebuild 10 Jul 2014 18:54:14 - 1.8 @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-5.4.ebuild,v 1.7 2014/01/20 23:21:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-5.4.ebuild,v 1.8 2014/07/10 18:54:14 jer Exp $ -EAPI="2" +EAPI=5 inherit eutils toolchain-funcs @@ -25,48 +25,48 @@ " src_prepare() { - rm -rf pcre-3.9 - sed -i -e "s:etc/:share/amap/:g" amap-lib.c || die "sed amap-lib.c failed" + rm -r pcre-3.9 || die + sed -i -e "s:etc/:share/amap/:g" amap-lib.c || die # Above change requires below change. See sources... - sed -i '/strlen(AMAP_PREFIX/s: 5 : 12 :' amap-lib.c || die "sed amap-lib.c failed" - sed -i 's:/usr/local:/usr:' amap.h || die "sed amap.h failed" + sed -i '/strlen(AMAP_PREFIX/s: 5 : 12 :' amap-lib.c || die + sed -i 's:/usr/local:/usr:' amap.h || die # Files to be updated are at different location, bug 207839. - sed -i '/AMAP_RESOURCE/s:www:freeworld:' amap.h || die "sed amap.h failed" + sed -i '/AMAP_RESOURCE/s:www:freeworld:' amap.h || die - sed -i '/DATADIR/s:/etc:/share/amap:' Makefile.am || die "sed Makefile.am failed" + sed -i '/DATADIR/s:/etc:/share/amap:' Makefile.am || die epatch "${FILESDIR}"/4.8-system-pcre.patch } src_configure() { - # has it's own stupid custom configure script - ./configure || die "configure failed" + # non-autotools configure script + ./configure || die sed -i \ -e '/^XDEFINES=/s:=.*:=:' \ -e '/^XLIBS=/s:=.*:=:' \ -e '/^XLIBPATHS/s:=.*:=:' \ -e '/^XIPATHS=/s:=.*:=:' \ -e "/^CC=/d" \ - Makefile || die "pruning vars" + Makefile || die if use ssl ; then sed -i \ -e '/^XDEFINES=/s:=:=-DOPENSSL:' \ -e '/^XLIBS=/s:=:=-lcrypto -lssl:' \ - Makefile || die "adding ssl" + Makefile || die fi sed -i Makefile \ -e '/-o amap/{s|(OPT) |(OPT) $(LDFLAGS) |g}' \ - || die "respecting LDFLAGS failed" + || die } src_compile() { - emake CC=$(tc-getCC) OPT="${CFLAGS}" || die "emake failed" + emake CC=$(tc-getCC) OPT="${CFLAGS}" } src_install() { - dobin amap amapcrap || die "dobin failed" + dobin amap amapcrap insinto /usr/share/amap - doins appdefs.* || die "doins failed" + doins appdefs.* doman ${PN}.1 dodoc README TODO CHANGES
[gentoo-commits] gentoo-x86 commit in net-analyzer/angst: ChangeLog angst-0.4b-r2.ebuild
jer 14/07/10 18:55:58 Modified: ChangeLog angst-0.4b-r2.ebuild Log: EAPI bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.15 net-analyzer/angst/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 24 Oct 2012 11:49:14 - 1.14 +++ ChangeLog 10 Jul 2014 18:55:58 - 1.15 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/angst -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v 1.14 2012/10/24 11:49:14 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/ChangeLog,v 1.15 2014/07/10 18:55:58 jer Exp $ + + 10 Jul 2014; Jeroen Roovers angst-0.4b-r2.ebuild: + EAPI bump. 24 Oct 2012; Agostino Sarubbo angst-0.4b-r2.ebuild: Add ~amd64, wrt bug #439452 1.5 net-analyzer/angst/angst-0.4b-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild?r1=1.4&r2=1.5 Index: angst-0.4b-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- angst-0.4b-r2.ebuild24 Oct 2012 11:49:14 - 1.4 +++ angst-0.4b-r2.ebuild10 Jul 2014 18:55:58 - 1.5 @@ -1,8 +1,8 @@ -# 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/net-analyzer/angst/angst-0.4b-r2.ebuild,v 1.4 2012/10/24 11:49:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/angst/angst-0.4b-r2.ebuild,v 1.5 2014/07/10 18:55:58 jer Exp $ -EAPI="4" +EAPI=5 inherit eutils toolchain-funcs @@ -13,7 +13,6 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc x86" -IUSE="" DEPEND="net-libs/libpcap net-libs/libnet:1.0" @@ -25,7 +24,7 @@ sed -i Makefile.linux \ -e 's|^CC =|CC ?=|g' \ -e '/ -o angst /s|$(OBJS)|$(LDFLAGS) &|g' \ - || die "sed Makefile.linux" + || die } src_compile() {
[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc: ChangeLog use.mask
blueness14/07/10 18:54:28 Modified: ChangeLog use.mask Log: x264 works on pcc, bug #516856 Revision ChangesPath 1.269profiles/arch/powerpc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.269&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?rev=1.269&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ChangeLog?r1=1.268&r2=1.269 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v retrieving revision 1.268 retrieving revision 1.269 diff -u -r1.268 -r1.269 --- ChangeLog 27 Jun 2014 22:17:29 - 1.268 +++ ChangeLog 10 Jul 2014 18:54:27 - 1.269 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/PPC profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.268 2014/06/27 22:17:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.269 2014/07/10 18:54:27 blueness Exp $ + + 10 Jul 2014; Anthony G. Basile use.mask: + x264 works on pcc, bug #516856 27 Jun 2014; Michał Górny make.defaults, ppc32/make.defaults, ppc32/use.mask, ppc64/32ul/make.defaults, 1.51 profiles/arch/powerpc/use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/use.mask?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/use.mask?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/use.mask?r1=1.50&r2=1.51 Index: use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/use.mask,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- use.mask27 Jun 2014 22:17:29 - 1.50 +++ use.mask10 Jul 2014 18:54:27 - 1.51 @@ -1,5 +1,10 @@ # PPC Specific use flags # + +# Anthony G. Basile (10 Jul 2014) +# codec support x264, bug #516856 +-x264 + #Klibc does not work klibc
[gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/accessibility: index.xml
creffett14/07/10 18:57:18 Modified: index.xml Log: Mark accessibility as migrated Revision ChangesPath 1.26 xml/htdocs/proj/en/desktop/accessibility/index.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/accessibility/index.xml?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/accessibility/index.xml?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/accessibility/index.xml?r1=1.25&r2=1.26 Index: index.xml === RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/accessibility/index.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- index.xml 28 Jul 2013 17:13:16 - 1.25 +++ index.xml 10 Jul 2014 18:57:18 - 1.26 @@ -3,7 +3,7 @@ - +http://wiki.gentoo.org/wiki/Project:Accessibility";> accessibility Gentoo Accessibility Project 2009-05-06
[gentoo-commits] gentoo-x86 commit in net-analyzer/argus: argus-3.0.8_rc6.ebuild ChangeLog argus-3.0.7.7.ebuild argus-3.0.7.8.ebuild
jer 14/07/10 19:02:18 Modified: ChangeLog Added:argus-3.0.8_rc6.ebuild Removed: argus-3.0.7.7.ebuild argus-3.0.7.8.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.63 net-analyzer/argus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 12 Jun 2014 20:00:14 - 1.62 +++ ChangeLog 10 Jul 2014 19:02:18 - 1.63 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/argus # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.62 2014/06/12 20:00:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.63 2014/07/10 19:02:18 jer Exp $ + +*argus-3.0.8_rc6 (10 Jul 2014) + + 10 Jul 2014; Jeroen Roovers -argus-3.0.7.7.ebuild, + -argus-3.0.7.8.ebuild, +argus-3.0.8_rc6.ebuild: + Version bump. *argus-3.0.7.8 (12 Jun 2014) 1.1 net-analyzer/argus/argus-3.0.8_rc6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.8_rc6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus/argus-3.0.8_rc6.ebuild?rev=1.1&content-type=text/plain Index: argus-3.0.8_rc6.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.8_rc6.ebuild,v 1.1 2014/07/10 19:02:18 jer Exp $ EAPI=5 inherit autotools eutils user DESCRIPTION="network Audit Record Generation and Utilization System" HOMEPAGE="http://www.qosient.com/argus/"; SRC_URI="http://qosient.com/argus/dev/${P/_rc*}.rc.${PV/*_rc}.tar.gz"; LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug sasl tcpd" S=${WORKDIR}/${P/_rc*}.rc.${PV/*_rc} RDEPEND=" net-libs/libpcap sys-libs/zlib sasl? ( dev-libs/cyrus-sasl ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 ) " DEPEND=" ${RDEPEND} >=sys-devel/bison-1.28 >=sys-devel/flex-2.4.6 " src_prepare() { sed -e 's:/etc/argus.conf:/etc/argus/argus.conf:' \ -i argus/argus.c \ -i support/Config/argus.conf \ -i man/man8/argus.8 \ -i man/man5/argus.conf.5 || die sed -e 's:#\(ARGUS_SETUSER_ID=\).*:\1argus:' \ -e 's:#\(ARGUS_SETGROUP_ID=\).*:\1argus:' \ -e 's:\(#ARGUS_CHROOT_DIR=\).*:\1/var/lib/argus:' \ -i support/Config/argus.conf || die epatch \ "${FILESDIR}"/${PN}-3.0.4-disable-tcp-wrappers-automagic.patch \ "${FILESDIR}"/${PN}-3.0.5-Makefile.patch \ "${FILESDIR}"/${PN}-3.0.7.3-DLT_IPNET.patch eautoreconf } src_configure() { use debug && touch .debug # enable debugging econf $(use_with tcpd wrappers) $(use_with sasl) } src_compile() { emake CCOPT="${CFLAGS} ${LDFLAGS}" } src_install () { doman man/man5/*.5 man/man8/*.8 dosbin bin/argus{,bug} dodoc ChangeLog CREDITS README insinto /etc/argus doins support/Config/argus.conf newinitd "${FILESDIR}/argus.initd" argus keepdir /var/lib/argus } pkg_preinst() { enewgroup argus enewuser argus -1 -1 /var/lib/argus argus } pkg_postinst() { elog "Note, if you modify ARGUS_DAEMON value in argus.conf it's quite" elog "possible that the init script will fail to work." }
[gentoo-commits] gentoo-x86 commit in net-analyzer/argus-clients/files: argus-clients-3.0.7.18-sasl.patch
jer 14/07/10 19:03:45 Removed: argus-clients-3.0.7.18-sasl.patch Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
[gentoo-commits] gentoo-x86 commit in net-analyzer/argus-clients: argus-clients-3.0.8_rc6.ebuild ChangeLog argus-clients-3.0.7.34.ebuild argus-clients-3.0.7.33.ebuild
jer 14/07/10 19:03:45 Modified: ChangeLog Added:argus-clients-3.0.8_rc6.ebuild Removed: argus-clients-3.0.7.34.ebuild argus-clients-3.0.7.33.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.69 net-analyzer/argus-clients/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 14 Jun 2014 02:22:18 - 1.68 +++ ChangeLog 10 Jul 2014 19:03:45 - 1.69 @@ -1,6 +1,13 @@ # ChangeLog for net-analyzer/argus-clients # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.68 2014/06/14 02:22:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.69 2014/07/10 19:03:45 jer Exp $ + +*argus-clients-3.0.8_rc6 (10 Jul 2014) + + 10 Jul 2014; Jeroen Roovers -argus-clients-3.0.7.33.ebuild, + -argus-clients-3.0.7.34.ebuild, +argus-clients-3.0.8_rc6.ebuild, + -files/argus-clients-3.0.7.18-sasl.patch: + Version bump. *argus-clients-3.0.7.34 (14 Jun 2014) 1.1 net-analyzer/argus-clients/argus-clients-3.0.8_rc6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.8_rc6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.8_rc6.ebuild?rev=1.1&content-type=text/plain Index: argus-clients-3.0.8_rc6.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.8_rc6.ebuild,v 1.1 2014/07/10 19:03:45 jer Exp $ EAPI=5 inherit autotools eutils toolchain-funcs DESCRIPTION="Clients for net-analyzer/argus" HOMEPAGE="http://www.qosient.com/argus/"; SRC_URI="http://qosient.com/argus/dev/${P/_rc*}.rc.${PV/*_rc}.tar.gz"; LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug ft geoip mysql sasl tcpd" S=${WORKDIR}/${P/_rc*}.rc.${PV/*_rc} MY_CDEPEND=" net-analyzer/rrdtool[perl] net-libs/libpcap sys-libs/ncurses sys-libs/readline sys-libs/zlib ft? ( net-analyzer/flow-tools ) geoip? ( dev-libs/geoip ) mysql? ( virtual/mysql ) sasl? ( dev-libs/cyrus-sasl ) " RDEPEND=" ${MY_CDEPEND} " DEPEND=" ${MY_CDEPEND} sys-devel/bison sys-devel/flex virtual/pkgconfig " src_prepare() { epatch \ "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch \ "${FILESDIR}"/${PN}-3.0.7.21-curses-readline.patch sed -i -e 's| ar | $(AR) |g' common/Makefile.in || die tc-export AR RANLIB eautoreconf } src_configure() { use debug && touch .debug econf \ $(use_with ft libft) \ $(use_with geoip GeoIP /usr/) \ $(use_with sasl) \ $(use_with tcpd wrappers) \ $(use_with mysql) } src_compile() { # racurses uses both libncurses and libtinfo, if present emake \ CCOPT="${CFLAGS} ${LDFLAGS}" \ RANLIB=$(tc-getRANLIB) \ CURSESLIB="$( $(tc-getPKG_CONFIG) --libs ncurses)" } src_install() { dobin bin/ra* dodoc ChangeLog CREDITS README CHANGES doman man/man{1,5}/* }
[gentoo-commits] gentoo-x86 commit in sys-libs/e2fsprogs-libs/files: e2fsprogs-libs-1.42.10-fix-build-cflags.patch
axs 14/07/10 19:05:02 Added:e2fsprogs-libs-1.42.10-fix-build-cflags.patch Log: fixed cross-compiling, bug 516854, with Poly-C's blessing (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) Revision ChangesPath 1.1 sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.42.10-fix-build-cflags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.42.10-fix-build-cflags.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/files/e2fsprogs-libs-1.42.10-fix-build-cflags.patch?rev=1.1&content-type=text/plain Index: e2fsprogs-libs-1.42.10-fix-build-cflags.patch === --- a/e2fsprogs-libs-1.42.10/configure.in 2014-05-15 13:04:08.0 -0400 +++ b/e2fsprogs-libs-1.42.10/configure.in 2014-07-10 13:39:21.374156802 -0400 @@ -1328,7 +1328,7 @@ BUILD_CFLAGS="$CFLAGS $CPPFLAGS $INCLUDES -DHAVE_CONFIG_H" BUILD_LDFLAGS="$LDFLAGS" else - BUILD_CFLAGS= + BUILD_CFLAGS="$INCLUDES" BUILD_LDFLAGS= fi AC_SUBST(BUILD_CFLAGS)
[gentoo-commits] gentoo-x86 commit in sys-libs/e2fsprogs-libs: e2fsprogs-libs-1.42.10.ebuild ChangeLog
axs 14/07/10 19:05:02 Modified: e2fsprogs-libs-1.42.10.ebuild ChangeLog Log: fixed cross-compiling, bug 516854, with Poly-C's blessing (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) Revision ChangesPath 1.3 sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild?r1=1.2&r2=1.3 Index: e2fsprogs-libs-1.42.10.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- e2fsprogs-libs-1.42.10.ebuild 9 Jul 2014 11:12:53 - 1.2 +++ e2fsprogs-libs-1.42.10.ebuild 10 Jul 2014 19:05:02 - 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/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild,v 1.2 2014/07/09 11:12:53 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/e2fsprogs-libs-1.42.10.ebuild,v 1.3 2014/07/10 19:05:02 axs Exp $ EAPI="4" @@ -9,7 +9,7 @@ *) UP_PV=${PV} ;; esac -inherit toolchain-funcs eutils multilib-minimal +inherit autotools toolchain-funcs eutils multilib-minimal DESCRIPTION="e2fsprogs libraries (common error and subsystem)" HOMEPAGE="http://e2fsprogs.sourceforge.net/"; @@ -35,6 +35,8 @@ src_prepare() { printf 'all:\n%%:;@:\n' > doc/Makefile.in # don't bother with docs #305613 epatch "${FILESDIR}"/${PN}-1.42.9-no-quota.patch + epatch "${FILESDIR}"/${P}-fix-build-cflags.patch + eautoreconf } multilib_src_configure() { @@ -43,6 +45,9 @@ ac_cv_lib_blkid_blkid_get_cache=yes \ ac_cv_path_LDCONFIG=: \ ECONF_SOURCE="${S}" \ + CC="$(tc-getCC)" \ + BUILD_CC="$(tc-getBUILD_CC)" \ + BUILD_LD="$(tc-getBUILD_LD)" \ econf \ --disable-lib{blkid,uuid} \ --disable-quota \ @@ -51,8 +56,12 @@ $(use_enable nls) } +multilib_src_compile() { + emake V=1 +} + multilib_src_install() { - emake STRIP=: DESTDIR="${D}" install || die + emake V=1 STRIP=: DESTDIR="${D}" install || die multilib_is_native_abi && gen_usr_ldscript -a com_err ss # configure doesn't have an option to disable static libs :/ use static-libs || find "${ED}" -name '*.a' -delete 1.116sys-libs/e2fsprogs-libs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?rev=1.116&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?rev=1.116&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog?r1=1.115&r2=1.116 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- ChangeLog 9 Jul 2014 11:12:53 - 1.115 +++ ChangeLog 10 Jul 2014 19:05:02 - 1.116 @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/e2fsprogs-libs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v 1.115 2014/07/09 11:12:53 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/e2fsprogs-libs/ChangeLog,v 1.116 2014/07/10 19:05:02 axs Exp $ + + 10 Jul 2014; Ian Stakenvicius (_AxS_) + +files/e2fsprogs-libs-1.42.10-fix-build-cflags.patch, + e2fsprogs-libs-1.42.10.ebuild: + fixed cross-compiling, bug 516854, with Poly-C's blessing 09 Jul 2014; Mikle Kolyada e2fsprogs-libs-1.42.10.ebuild: amd64 stable wrt bug #516114
[gentoo-commits] gentoo-x86 commit in net-analyzer/arp-sk: ChangeLog arp-sk-0.0.16-r2.ebuild
jer 14/07/10 19:10:27 Modified: ChangeLog arp-sk-0.0.16-r2.ebuild Log: Remove die() message. Do not set unused IUSE. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.21 net-analyzer/arp-sk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-sk/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-sk/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-sk/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 13 Jul 2013 20:33:28 - 1.20 +++ ChangeLog 10 Jul 2014 19:10:27 - 1.21 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/arp-sk -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/ChangeLog,v 1.20 2013/07/13 20:33:28 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/ChangeLog,v 1.21 2014/07/10 19:10:27 jer Exp $ + + 10 Jul 2014; Jeroen Roovers arp-sk-0.0.16-r2.ebuild: + Remove die() message. Do not set unused IUSE. 13 Jul 2013; Jeroen Roovers metadata.xml: Remove short long description. 1.8 net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild?r1=1.7&r2=1.8 Index: arp-sk-0.0.16-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- arp-sk-0.0.16-r2.ebuild 13 Jul 2013 20:32:24 - 1.7 +++ arp-sk-0.0.16-r2.ebuild 10 Jul 2014 19:10:27 - 1.8 @@ -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/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild,v 1.7 2013/07/13 20:32:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arp-sk/arp-sk-0.0.16-r2.ebuild,v 1.8 2014/07/10 19:10:27 jer Exp $ EAPI=5 inherit autotools eutils multilib @@ -8,11 +8,10 @@ DESCRIPTION="A swiss knife tool for ARP" HOMEPAGE="http://sid.rstack.org/arp-sk/"; SRC_URI="http://sid.rstack.org/arp-sk/files/${P}.tgz"; - LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="" + DEPEND=">=net-libs/libnet-1.1" RDEPEND="${DEPEND}" @@ -21,7 +20,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-libnet1_2.patch sed -i configure.in -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' || die - rm missing || die "removing of 'missing' script failed" + rm missing || die epatch_user eautoreconf
[gentoo-commits] gentoo-x86 commit in net-analyzer/arpoison: ChangeLog arpoison-0.6-r2.ebuild
jer 14/07/10 19:13:35 Modified: ChangeLog arpoison-0.6-r2.ebuild Log: Clean up unused vars. Remove die() message. Set SLOT dependency on net-libs/libnet. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.18 net-analyzer/arpoison/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpoison/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpoison/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpoison/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 28 Dec 2012 16:19:09 - 1.17 +++ ChangeLog 10 Jul 2014 19:13:35 - 1.18 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/arpoison -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.17 2012/12/28 16:19:09 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.18 2014/07/10 19:13:35 jer Exp $ + + 10 Jul 2014; Jeroen Roovers arpoison-0.6-r2.ebuild: + Clean up unused vars. Remove die() message. Set SLOT dependency on + net-libs/libnet. 28 Dec 2012; Jeroen Roovers -arpoison-0.6.ebuild, -arpoison-0.6-r1.ebuild: 1.6 net-analyzer/arpoison/arpoison-0.6-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild?r1=1.5&r2=1.6 Index: arpoison-0.6-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- arpoison-0.6-r2.ebuild 28 Dec 2012 11:20:02 - 1.5 +++ arpoison-0.6-r2.ebuild 10 Jul 2014 19:13:35 - 1.6 @@ -1,8 +1,8 @@ -# 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/net-analyzer/arpoison/arpoison-0.6-r2.ebuild,v 1.5 2012/12/28 11:20:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r2.ebuild,v 1.6 2014/07/10 19:13:35 jer Exp $ -EAPI="5" +EAPI=5 inherit toolchain-funcs @@ -13,11 +13,9 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ppc x86" -IUSE="" -RDEPEND=">=net-libs/libnet-1.1.0" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" +RDEPEND="net-libs/libnet:1.1" +DEPEND="${RDEPEND}" S="${WORKDIR}/${PN}" @@ -27,7 +25,7 @@ sed -i Makefile \ -e 's|gcc \(-Wall\)|$(CC) \1 $(CFLAGS) $(LDFLAGS)|' \ -e "s|libnet-config|${ROOT}usr/bin/libnet-config|g" \ - || die "sed on Makefile failed" + || die } src_compile() {
[gentoo-commits] proj/qt:master commit in: dev-qt/designer/
commit: 010c720a61f9cc71d3aa21600e97144af12be0d1 Author: Davide Pesavento gentoo org> AuthorDate: Thu Jul 10 19:15:03 2014 + Commit: Davide Pesavento gentoo org> CommitDate: Thu Jul 10 19:18:19 2014 + URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=010c720a [dev-qt/designer:4] Stop installing private headers and other shit. Qt Creator (the only user) bundles an internal copy since 2009. Package-Manager: portage-2.2.10 --- dev-qt/designer/designer-4.8.6.ebuild| 19 ++- dev-qt/designer/designer-4.8..ebuild | 19 ++- 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/dev-qt/designer/designer-4.8.6.ebuild b/dev-qt/designer/designer-4.8.6.ebuild index 0915f41..49a31e3 100644 --- a/dev-qt/designer/designer-4.8.6.ebuild +++ b/dev-qt/designer/designer-4.8.6.ebuild @@ -50,23 +50,8 @@ multilib_src_configure() { qt4_multilib_src_configure } -multilib_src_install() { - qt4_multilib_src_install - - # qt-creator - # some qt-creator headers are located - # under /usr/include/qt4/QtDesigner/private. - # those headers are just includes of the headers - # which are located under tools/designer/src/lib/* - # So instead of installing both, we create the private folder - # and drop tools/designer/src/lib/* headers in it. - if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]]; then - insinto "${QT4_LIBDIR#${EPREFIX}}"/QtDesigner.framework/Headers/private/ - else - insinto "${QT4_HEADERDIR#${EPREFIX}}"/QtDesigner/private/ - fi - doins "${S}"/tools/designer/src/lib/shared/* - doins "${S}"/tools/designer/src/lib/sdk/* +multilib_src_install_all() { + qt4_multilib_src_install_all doicon tools/designer/src/designer/images/designer.png make_desktop_entry designer Designer designer 'Qt;Development;GUIDesigner' diff --git a/dev-qt/designer/designer-4.8..ebuild b/dev-qt/designer/designer-4.8..ebuild index 0915f41..49a31e3 100644 --- a/dev-qt/designer/designer-4.8..ebuild +++ b/dev-qt/designer/designer-4.8..ebuild @@ -50,23 +50,8 @@ multilib_src_configure() { qt4_multilib_src_configure } -multilib_src_install() { - qt4_multilib_src_install - - # qt-creator - # some qt-creator headers are located - # under /usr/include/qt4/QtDesigner/private. - # those headers are just includes of the headers - # which are located under tools/designer/src/lib/* - # So instead of installing both, we create the private folder - # and drop tools/designer/src/lib/* headers in it. - if use aqua && [[ ${CHOST##*-darwin} -ge 9 ]]; then - insinto "${QT4_LIBDIR#${EPREFIX}}"/QtDesigner.framework/Headers/private/ - else - insinto "${QT4_HEADERDIR#${EPREFIX}}"/QtDesigner/private/ - fi - doins "${S}"/tools/designer/src/lib/shared/* - doins "${S}"/tools/designer/src/lib/sdk/* +multilib_src_install_all() { + qt4_multilib_src_install_all doicon tools/designer/src/designer/images/designer.png make_desktop_entry designer Designer designer 'Qt;Development;GUIDesigner'
[gentoo-commits] gentoo-x86 commit in net-analyzer/arptools: ChangeLog arptools-1.0.2.ebuild
jer 14/07/10 19:18:59 Modified: ChangeLog arptools-1.0.2.ebuild Log: EAPI bump. Set RDEPEND. Set SLOT dependency on net-libs/libnet. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.6 net-analyzer/arptools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arptools/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arptools/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arptools/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arptools/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 20 Jan 2014 23:26:27 - 1.5 +++ ChangeLog 10 Jul 2014 19:18:59 - 1.6 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/arptools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arptools/ChangeLog,v 1.5 2014/01/20 23:26:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arptools/ChangeLog,v 1.6 2014/07/10 19:18:59 jer Exp $ + + 10 Jul 2014; Jeroen Roovers arptools-1.0.2.ebuild: + EAPI bump. Set RDEPEND. Set SLOT dependency on net-libs/libnet. 20 Jan 2014; Robin H. Johnson arptools-1.0.2.ebuild: Upstream moved distfiles. 1.4 net-analyzer/arptools/arptools-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arptools/arptools-1.0.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arptools/arptools-1.0.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/arptools/arptools-1.0.2.ebuild?r1=1.3&r2=1.4 Index: arptools-1.0.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/arptools/arptools-1.0.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- arptools-1.0.2.ebuild 20 Jan 2014 23:26:27 - 1.3 +++ arptools-1.0.2.ebuild 10 Jul 2014 19:18:59 - 1.4 @@ -1,6 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arptools/arptools-1.0.2.ebuild,v 1.3 2014/01/20 23:26:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arptools/arptools-1.0.2.ebuild,v 1.4 2014/07/10 19:18:59 jer Exp $ + +EAPI=5 DESCRIPTION="a collection of libnet and libpcap based ARP utilities." HOMEPAGE="http://www.burghardt.pl/wiki/software/arptools"; @@ -9,13 +11,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" -DEPEND="net-libs/libnet - net-libs/libpcap" +DEPEND=" + net-libs/libnet:1.1 + net-libs/libpcap +" +RDEPEND="${DEPEND}" -src_install() { - # BUG: the tools are installed under /usr/sbin - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} +DOCS=( AUTHORS ChangeLog NEWS README TODO )
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/o32-n64: deprecated eapi make.defaults parent
blueness14/07/10 19:23:49 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n64-n32: deprecated eapi make.defaults parent
blueness14/07/10 19:23:48 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips: ChangeLog
blueness14/07/10 19:23:46 Modified: ChangeLog Log: Remove the two-abi multilib profiles Revision ChangesPath 1.142profiles/arch/mips/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?rev=1.142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/mips/ChangeLog?r1=1.141&r2=1.142 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- ChangeLog 1 Jul 2014 14:34:52 - 1.141 +++ ChangeLog 10 Jul 2014 19:23:46 - 1.142 @@ -1,6 +1,45 @@ # ChangeLog for Gentoo/MIPS profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.141 2014/07/01 14:34:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.142 2014/07/10 19:23:46 blueness Exp $ + + 10 Jul 2014; Anthony G. Basile + -mips64/multilib/n32-n64/deprecated, -mips64/multilib/n32-n64/eapi, + -mips64/multilib/n32-n64/make.defaults, -mips64/multilib/n32-n64/parent, + -mips64/multilib/n32-o32/deprecated, -mips64/multilib/n32-o32/eapi, + -mips64/multilib/n32-o32/make.defaults, -mips64/multilib/n32-o32/parent, + -mips64/multilib/n64-n32/deprecated, -mips64/multilib/n64-n32/eapi, + -mips64/multilib/n64-n32/make.defaults, -mips64/multilib/n64-n32/parent, + -mips64/multilib/n64-o32/deprecated, -mips64/multilib/n64-o32/eapi, + -mips64/multilib/n64-o32/make.defaults, -mips64/multilib/n64-o32/parent, + -mips64/multilib/o32-n32/deprecated, -mips64/multilib/o32-n32/eapi, + -mips64/multilib/o32-n32/make.defaults, -mips64/multilib/o32-n32/parent, + -mips64/multilib/o32-n64/deprecated, -mips64/multilib/o32-n64/eapi, + -mips64/multilib/o32-n64/make.defaults, -mips64/multilib/o32-n64/parent, + -mipsel/mips64el/multilib/n32-n64/deprecated, + -mipsel/mips64el/multilib/n32-n64/eapi, + -mipsel/mips64el/multilib/n32-n64/make.defaults, + -mipsel/mips64el/multilib/n32-n64/parent, + -mipsel/mips64el/multilib/n32-o32/deprecated, + -mipsel/mips64el/multilib/n32-o32/eapi, + -mipsel/mips64el/multilib/n32-o32/make.defaults, + -mipsel/mips64el/multilib/n32-o32/parent, + -mipsel/mips64el/multilib/n64-n32/deprecated, + -mipsel/mips64el/multilib/n64-n32/eapi, + -mipsel/mips64el/multilib/n64-n32/make.defaults, + -mipsel/mips64el/multilib/n64-n32/parent, + -mipsel/mips64el/multilib/n64-o32/deprecated, + -mipsel/mips64el/multilib/n64-o32/eapi, + -mipsel/mips64el/multilib/n64-o32/make.defaults, + -mipsel/mips64el/multilib/n64-o32/parent, + -mipsel/mips64el/multilib/o32-n32/deprecated, + -mipsel/mips64el/multilib/o32-n32/eapi, + -mipsel/mips64el/multilib/o32-n32/make.defaults, + -mipsel/mips64el/multilib/o32-n32/parent, + -mipsel/mips64el/multilib/o32-n64/deprecated, + -mipsel/mips64el/multilib/o32-n64/eapi, + -mipsel/mips64el/multilib/o32-n64/make.defaults, + -mipsel/mips64el/multilib/o32-n64/parent: + Remove the two-abi multilib profiles 01 Jul 2014; Michał Górny make.defaults, mipsel/make.defaults:
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n32-o32: deprecated eapi make.defaults parent
blueness14/07/10 19:23:48 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/n32-o32: deprecated eapi make.defaults parent
blueness14/07/10 19:23:46 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/o32-n32: deprecated eapi make.defaults parent
blueness14/07/10 19:23:47 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/o32-n64: deprecated eapi make.defaults parent
blueness14/07/10 19:23:47 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/n64-o32: deprecated eapi make.defaults parent
blueness14/07/10 19:23:47 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n64-o32: deprecated eapi make.defaults parent
blueness14/07/10 19:23:48 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/n32-n64: deprecated eapi make.defaults parent
blueness14/07/10 19:23:46 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/n32-n64: deprecated eapi make.defaults parent
blueness14/07/10 19:23:47 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mipsel/mips64el/multilib/o32-n32: deprecated eapi make.defaults parent
blueness14/07/10 19:23:48 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles/arch/mips/mips64/multilib/n64-n32: deprecated eapi make.defaults parent
blueness14/07/10 19:23:47 Removed: deprecated eapi make.defaults parent Log: Remove the two-abi multilib profiles
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
slyfox 14/07/10 19:30:43 Modified: ChangeLog package.mask Log: Mask fresh ghc-7.8.3. Revision ChangesPath 1.9185 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9185&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9185&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9184&r2=1.9185 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9184 retrieving revision 1.9185 diff -u -r1.9184 -r1.9185 --- ChangeLog 10 Jul 2014 16:03:04 - 1.9184 +++ ChangeLog 10 Jul 2014 19:30:42 - 1.9185 @@ -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.9184 2014/07/10 16:03:04 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9185 2014/07/10 19:30:42 slyfox Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 10 Jul 2014; Sergei Trofimovich package.mask: + Mask fresh ghc-7.8.3. + 10 Jul 2014; Michael Weber package.mask: Mask buggy versions of dev-libs/libmodbus 1.15875 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15875&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15875&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15874&r2=1.15875 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.15874 retrieving revision 1.15875 diff -u -r1.15874 -r1.15875 --- package.mask10 Jul 2014 16:03:05 - 1.15874 +++ package.mask10 Jul 2014 19:30:42 - 1.15875 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15874 2014/07/10 16:03:05 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15875 2014/07/10 19:30:42 slyfox 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,10 @@ #--- END OF EXAMPLES --- +# Sergei Trofimovich (10 Jul 2014) +# Masked as experimental major ghc release. +=dev-lang/ghc-7.8.3* + # Michael Weber (10 Jul 2014) # Masked for removal in 30 days. # Upstream released bugfixes against buffer overflows
[gentoo-commits] gentoo-x86 commit in dev-lang/ghc/files: ghc-7.8.1_rc1-libbfd.patch ghc-7.8.2-ia64-no-shared.patch ghc-7.8.2-cgen-constify.patch
slyfox 14/07/10 19:31:41 Added:ghc-7.8.1_rc1-libbfd.patch ghc-7.8.2-ia64-no-shared.patch ghc-7.8.2-cgen-constify.patch Log: Version bump. (Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision ChangesPath 1.1 dev-lang/ghc/files/ghc-7.8.1_rc1-libbfd.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-7.8.1_rc1-libbfd.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-7.8.1_rc1-libbfd.patch?rev=1.1&content-type=text/plain Index: ghc-7.8.1_rc1-libbfd.patch === commit bb5953484579968c984d074ca1af5d21e1c9e7a0 Author: Sergei Trofimovich Date: Mon Feb 10 12:45:58 2014 +0300 rts: unrust 'libbfd' debug symbols parser Signed-off-by: Sergei Trofimovich diff --git a/configure.ac b/configure.ac index e7fbc7f..e47979c 100644 --- a/configure.ac +++ b/configure.ac @@ -801,7 +801,8 @@ fi dnl ** check whether this machine has BFD and libiberty installed (used for debugging) dnlthe order of these tests matters: bfd needs libiberty AC_CHECK_LIB(iberty, xmalloc) -AC_CHECK_LIB(bfd,bfd_uncompress_section_contents) +dnl 'bfd_init' is a rare non-macro in libbfd +AC_CHECK_LIB(bfd,bfd_init) dnl dnl Check for libraries diff --git a/rts/Printer.c b/rts/Printer.c index ca9ca49..ce02b02 100644 --- a/rts/Printer.c +++ b/rts/Printer.c @@ -48,6 +48,9 @@ void printPtr( StgPtr p ) raw = lookupGHCName(p); if (raw != NULL) { printZcoded(raw); +/* it can be just a C symbol, like 'stg_returnToStackTop' */ +debugBelch("<%s>", raw); +debugBelch("[%p]", p); } else { debugBelch("%p", p); } @@ -794,7 +797,7 @@ static void printZcoded( const char *raw ) disabling this for now. */ #ifdef USING_LIBBFD - +#include "../mk/config.h" /* silly BFD's requirement */ #include /* Fairly ad-hoc piece of code that seems to filter out a lot of @@ -863,7 +866,10 @@ extern void DEBUG_LoadSymbols( char *name ) for( i = 0; i != number_of_symbols; ++i ) { symbol_info info; bfd_get_symbol_info(abfd,symbol_table[i],&info); -/*debugBelch("\t%c\t0x%x \t%s\n",info.type,(nat)info.value,info.name); */ +if (0) +{ +debugBelch("\t%c\t0x%x \t%s\n",info.type,(nat)info.value,info.name); +} if (isReal(info.type, info.name)) { num_real_syms += 1; } diff --git a/rts/RtsStartup.c b/rts/RtsStartup.c index aa7306f..5bdef94 100644 --- a/rts/RtsStartup.c +++ b/rts/RtsStartup.c @@ -19,6 +19,7 @@ #include "RtsFlags.h" #include "RtsUtils.h" #include "Prelude.h" +#include "Printer.h"/* DEBUG_LoadSymbols */ #include "Schedule.h" /* initScheduler */ #include "Stats.h" /* initStats */ #include "STM.h"/* initSTM */ @@ -162,6 +163,11 @@ hs_init_ghc(int *argc, char **argv[], RtsConfig rts_config) rts_config.rts_opts_enabled, rts_config.rts_opts, rts_config.rts_hs_main); } +#ifdef DEBUG +/* load debugging symbols */ +DEBUG_LoadSymbols((*argv)[0]); +#endif /* DEBUG */ + /* Initialise the stats department, phase 1 */ initStats1(); 1.1 dev-lang/ghc/files/ghc-7.8.2-ia64-no-shared.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-7.8.2-ia64-no-shared.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-7.8.2-ia64-no-shared.patch?rev=1.1&content-type=text/plain Index: ghc-7.8.2-ia64-no-shared.patch === Attempt to disable dynamic libs. Crash in threaded runtime (and in -dynamic builds) looks very similar to sparc failures. diff --git a/mk/config.mk.in b/mk/config.mk.in index 7cc7aec..9f21256 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -99,7 +99,8 @@ NoSharedLibsPlatformList = powerpc-unknown-linux \ x86_64-unknown-mingw32 \ i386-unknown-mingw32 \ sparc-sun-solaris2 \ - sparc-unknown-linux + sparc-unknown-linux \ + ia64-unknown-linux ifeq "$(SOLARIS_BROKEN_SHLD)" "YES" NoSharedLibsPlatformList += i386-unknown-solaris2 1.1 dev-lang/ghc/files/ghc-7.8.2-cgen-constify.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-7.8.2-cgen-constify.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/files/ghc-7.8.2-cgen-constify.patch?rev=1.1&content-type=text/plain Index: ghc-7.8.2-cgen-constify.patch === commit b0cf3ab7a69b878a4335d21a347b56