[gentoo-commits] gentoo-x86 commit in dev-ruby/capybara: capybara-2.4.4.ebuild ChangeLog
graaff 14/11/07 07:51:59 Modified: ChangeLog Added:capybara-2.4.4.ebuild Log: Version bump. (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.23 dev-ruby/capybara/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 25 Sep 2014 07:00:27 - 1.22 +++ ChangeLog 7 Nov 2014 07:51:59 - 1.23 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/capybara # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.22 2014/09/25 07:00:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/ChangeLog,v 1.23 2014/11/07 07:51:59 graaff Exp $ + +*capybara-2.4.4 (07 Nov 2014) + + 07 Nov 2014; Hans de Graaff +capybara-2.4.4.ebuild: + Version bump. 25 Sep 2014; Hans de Graaff capybara-2.2.1.ebuild: Add ruby21, fixing bug 523664. 1.1 dev-ruby/capybara/capybara-2.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/capybara-2.4.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/capybara/capybara-2.4.4.ebuild?rev=1.1&content-type=text/plain Index: capybara-2.4.4.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/capybara/capybara-2.4.4.ebuild,v 1.1 2014/11/07 07:51:59 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="History.md README.md" # Rake tasks are not distributed in the gem. RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_TASK_TEST="" inherit virtualx ruby-fakegem DESCRIPTION="Capybara aims to simplify the process of integration testing Rack applications" HOMEPAGE="http://github.com/jnicklas/capybara"; LICENSE="MIT" KEYWORDS="~amd64" SLOT="2" IUSE="test" DEPEND="${DEPEND} test? ( www-client/firefox )" ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/launchy >=dev-ruby/selenium-webdriver-2.0 )" ruby_add_rdepend " >=dev-ruby/mime-types-1.16 >=dev-ruby/nokogiri-1.3.3 >=dev-ruby/rack-1.0.0 >=dev-ruby/rack-test-0.5.4 >=dev-ruby/xpath-2.0.0:2" all_ruby_prepare() { sed -i -e '/bundler/d' -e '/pry/d' spec/spec_helper.rb || die # Avoid window-manager specific tests (sizes are specific for fluxbox) sed -i -e '/#maximize/,/^ end/ s:^:#:' lib/capybara/spec/session/window/window_spec.rb || die } each_ruby_test() { VIRTUALX_COMMAND="${RUBY} -Ilib -S rspec spec" virtualmake || die "Tests failed." }
[gentoo-commits] gentoo-x86 commit in media-video/dirac: dirac-1.0.2-r1.ebuild ChangeLog
aballier14/11/07 07:34:55 Modified: dirac-1.0.2-r1.ebuild ChangeLog Log: allow tl2014 to provide dvipdfm, bug #528426 by Juergen Rose Signed-off-by: aball...@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision ChangesPath 1.3 media-video/dirac/dirac-1.0.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dirac/dirac-1.0.2-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dirac/dirac-1.0.2-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dirac/dirac-1.0.2-r1.ebuild?r1=1.2&r2=1.3 Index: dirac-1.0.2-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/dirac/dirac-1.0.2-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- dirac-1.0.2-r1.ebuild 14 Oct 2013 18:16:32 - 1.2 +++ dirac-1.0.2-r1.ebuild 7 Nov 2014 07:34:55 - 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/media-video/dirac/dirac-1.0.2-r1.ebuild,v 1.2 2013/10/14 18:16:32 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/dirac-1.0.2-r1.ebuild,v 1.3 2014/11/07 07:34:55 aballier Exp $ EAPI=5 inherit autotools eutils multilib-minimal @@ -20,7 +20,7 @@ app-doc/doxygen virtual/latex-base media-gfx/graphviz - app-text/dvipdfm + || ( >=app-text/texlive-core-2014 app-text/dvipdfm ) )" DOCS=( AUTHORS ChangeLog NEWS README TODO ) 1.45 media-video/dirac/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dirac/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dirac/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dirac/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/dirac/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 14 Oct 2013 18:16:32 - 1.44 +++ ChangeLog 7 Nov 2014 07:34:55 - 1.45 @@ -1,6 +1,9 @@ # ChangeLog for media-video/dirac -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/ChangeLog,v 1.44 2013/10/14 18:16:32 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dirac/ChangeLog,v 1.45 2014/11/07 07:34:55 aballier Exp $ + + 07 Nov 2014; Alexis Ballier dirac-1.0.2-r1.ebuild: + allow tl2014 to provide dvipdfm, bug #528426 by Juergen Rose 14 Oct 2013; Michał Górny dirac-1.0.2-r1.ebuild: Explicitly call einstalldocs in multilib_src_install_all() to accomodate bug
[gentoo-commits] gentoo-x86 commit in app-crypt/xca: ChangeLog xca-0.9.0.ebuild xca-0.9.1.ebuild xca-0.9.3.ebuild
alonbl 14/11/07 07:16:53 Modified: ChangeLog Removed: xca-0.9.0.ebuild xca-0.9.1.ebuild xca-0.9.3.ebuild Log: Cleanup (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BF20DC51) Revision ChangesPath 1.45 app-crypt/xca/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 7 Nov 2014 07:15:28 - 1.44 +++ ChangeLog 7 Nov 2014 07:16:53 - 1.45 @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/xca # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.44 2014/11/07 07:15:28 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.45 2014/11/07 07:16:53 alonbl Exp $ + + 07 Nov 2014; Alon Bar-Lev -xca-0.9.0.ebuild, + -xca-0.9.1.ebuild, -xca-0.9.3.ebuild: + Cleanup *xca-1.0.0 (07 Nov 2014)
[gentoo-commits] gentoo-x86 commit in app-crypt/xca: xca-1.0.0.ebuild ChangeLog
alonbl 14/11/07 07:15:28 Modified: ChangeLog Added:xca-1.0.0.ebuild Log: Version bump, bug#528462, thanks to bgo (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BF20DC51) Revision ChangesPath 1.44 app-crypt/xca/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 29 Aug 2014 21:01:37 - 1.43 +++ ChangeLog 7 Nov 2014 07:15:28 - 1.44 @@ -1,6 +1,12 @@ # ChangeLog for app-crypt/xca # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.43 2014/08/29 21:01:37 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.44 2014/11/07 07:15:28 alonbl Exp $ + +*xca-1.0.0 (07 Nov 2014) + + 07 Nov 2014; Alon Bar-Lev +files/xca-1.0.0-desktop.patch, + +xca-1.0.0.ebuild: + Version bump, bug#528462, thanks to bgo *xca-0.9.3-r2 (29 Aug 2014) 1.1 app-crypt/xca/xca-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-1.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-1.0.0.ebuild?rev=1.1&content-type=text/plain Index: xca-1.0.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-1.0.0.ebuild,v 1.1 2014/11/07 07:15:28 alonbl Exp $ EAPI="5" inherit eutils toolchain-funcs DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists" HOMEPAGE="http://www.hohnstaedt.de/xca.html"; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc bindist" RDEPEND=">=dev-libs/openssl-0.9.8[bindist=] dev-qt/qtgui:4" DEPEND="${RDEPEND} doc? ( app-text/linuxdoc-tools )" src_prepare() { # http://sourceforge.net/tracker/index.php?func=detail&aid=1800298&group_id=62274&atid=500028 epatch "${FILESDIR}"/${PN}-0.9.0-qt_detection.patch epatch "${FILESDIR}"/${PN}-0.9.1-ldflags.patch epatch "${FILESDIR}"/${P}-desktop.patch } src_configure() { local LINUXDOC use doc || LINUXDOC='touch $@ && true' QTDIR="${EPREFIX}/usr" \ STRIP="true" \ LINUXDOC="${LINUXDOC}" \ CC="$(tc-getCXX)" \ LD="$(tc-getLD)" \ CFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" \ prefix="${EPREFIX}/usr" \ docdir="${EPREFIX}/usr/share/doc/${PF}" \ ./configure || die "configure failed" } src_install() { emake destdir="${D}" mandir="share/man" install dodoc AUTHORS insinto /etc/xca doins misc/*.txt }
[gentoo-commits] gentoo-x86 commit in app-crypt/xca/files: xca-1.0.0-desktop.patch
alonbl 14/11/07 07:15:28 Added:xca-1.0.0-desktop.patch Log: Version bump, bug#528462, thanks to bgo (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BF20DC51) Revision ChangesPath 1.1 app-crypt/xca/files/xca-1.0.0-desktop.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/files/xca-1.0.0-desktop.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/files/xca-1.0.0-desktop.patch?rev=1.1&content-type=text/plain Index: xca-1.0.0-desktop.patch === --- misc/xca.desktop2012-05-12 05:37:14.0 -0400 +++ xca.desktop.new 2013-01-03 19:43:35.877856711 -0500 @@ -7,5 +7,5 @@ Icon=xca-32x32 Terminal=false -Categories=Application;Utility;Qt; +Categories=Utility;Qt; MimeType=application/x-xca-database;application/x-xca-template;application/x-x509-ca-cert;application/pkcs10;application/x-pkcs7-certificates;application/x-pkcs12;
[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-2.12_pre20141106.ebuild ChangeLog postfix-2.12_pre20141020.ebuild
eras14/11/07 07:11:24 Modified: ChangeLog Added:postfix-2.12_pre20141106.ebuild Removed: postfix-2.12_pre20141020.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F) Revision ChangesPath 1.544mail-mta/postfix/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.544&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.544&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?r1=1.543&r2=1.544 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v retrieving revision 1.543 retrieving revision 1.544 diff -u -r1.543 -r1.544 --- ChangeLog 3 Nov 2014 12:53:10 - 1.543 +++ ChangeLog 7 Nov 2014 07:11:24 - 1.544 @@ -1,6 +1,12 @@ # ChangeLog for mail-mta/postfix # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.543 2014/11/03 12:53:10 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.544 2014/11/07 07:11:24 eras Exp $ + +*postfix-2.12_pre20141106 (07 Nov 2014) + + 07 Nov 2014; Eray Aslan +postfix-2.12_pre20141106.ebuild, + -postfix-2.12_pre20141020.ebuild: + Version bump 03 Nov 2014; Aaron W. Swenson postfix-2.10.2.ebuild, postfix-2.10.3.ebuild, postfix-2.10.4.ebuild, postfix-2.10.5.ebuild, 1.1 mail-mta/postfix/postfix-2.12_pre20141106.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.12_pre20141106.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-2.12_pre20141106.ebuild?rev=1.1&content-type=text/plain Index: postfix-2.12_pre20141106.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.12_pre20141106.ebuild,v 1.1 2014/11/07 07:11:24 eras Exp $ EAPI=5 inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user versionator MY_PV="${PV/_pre/-}" MY_SRC="${PN}-${MY_PV}" MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/experimental"; VDA_PV="2.10.0" VDA_P="${PN}-vda-v13-${VDA_PV}" RC_VER="2.7" DESCRIPTION="A fast and secure drop-in replacement for sendmail" HOMEPAGE="http://www.postfix.org/"; SRC_URI="${MY_URI}/${MY_SRC}.tar.gz vda? ( http://vda.sourceforge.net/VDA/${VDA_P}.patch ) " LICENSE="IBM" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind lmdb memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda" DEPEND=">=dev-libs/libpcre-3.4 dev-lang/perl berkdb? ( >=sys-libs/db-3.2 ) cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) ) eai? ( dev-libs/icu ) ldap? ( net-nds/openldap ) ldap-bind? ( net-nds/openldap[sasl] ) lmdb? ( >=dev-db/lmdb-0.9.11 ) mysql? ( virtual/mysql ) pam? ( virtual/pam ) postgres? ( virtual/postgresql ) sasl? ( >=dev-libs/cyrus-sasl-2 ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-0.9.6g )" RDEPEND="${DEPEND} dovecot-sasl? ( net-mail/dovecot ) memcached? ( net-misc/memcached ) net-mail/mailbase !mail-mta/courier !mail-mta/esmtp !mail-mta/exim !mail-mta/mini-qmail !mail-mta/msmtp[mta] !mail-mta/netqmail !mail-mta/nullmailer !mail-mta/qmail-ldap !mail-mta/sendmail !mail-mta/opensmtpd !=mail-mta/ssmtp-2.64-r2[mta] !net-mail/fastforward selinux? ( sec-policy/selinux-postfix )" # No vda support for postfix-2.12 REQUIRED_USE="ldap-bind? ( ldap sasl ) !vda" S="${WORKDIR}/${MY_SRC}" pkg_setup() { # Add postfix, postdrop user/group (bug #77565) enewgroup postfix 207 enewgroup postdrop 208 enewuser postfix 207 -1 /var/spool/postfix postfix,mail } src_prepare() { if use vda; then epatch "${DISTDIR}"/${VDA_P}.patch fi sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \ src/util/sys_defs.h || die "sed failed" # change default paths to better comply with portage standard paths sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed" epatch_user } src_configure() { for name in CDB LDAP LMDB MYSQL PCRE PGSQL SDBM SQLITE do local AUXLIBS_${name}="" done
[gentoo-commits] gentoo-x86 commit in x11-libs/libgxim: libgxim-0.5.0.ebuild ChangeLog
naota 14/11/07 06:25:35 Modified: libgxim-0.5.0.ebuild ChangeLog Log: Add missing dependency (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key F8551514) Revision ChangesPath 1.2 x11-libs/libgxim/libgxim-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgxim/libgxim-0.5.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgxim/libgxim-0.5.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgxim/libgxim-0.5.0.ebuild?r1=1.1&r2=1.2 Index: libgxim-0.5.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libgxim/libgxim-0.5.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libgxim-0.5.0.ebuild8 Apr 2014 07:04:07 - 1.1 +++ libgxim-0.5.0.ebuild7 Nov 2014 06:25: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/x11-libs/libgxim/libgxim-0.5.0.ebuild,v 1.1 2014/04/08 07:04:07 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgxim/libgxim-0.5.0.ebuild,v 1.2 2014/11/07 06:25:35 naota Exp $ EAPI=3 @@ -16,7 +16,8 @@ RDEPEND=">=dev-libs/check-0.9.4 >=dev-libs/dbus-glib-0.74 >=dev-libs/glib-2.32 - >=sys-apps/dbus-0.23" + >=sys-apps/dbus-0.23 + >=x11-libs/gtk+-2.2:2" DEPEND="${RDEPEND} dev-lang/ruby virtual/pkgconfig 1.5 x11-libs/libgxim/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgxim/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgxim/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libgxim/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libgxim/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 8 Apr 2014 07:04:07 - 1.4 +++ ChangeLog 7 Nov 2014 06:25:35 - 1.5 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libgxim # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgxim/ChangeLog,v 1.4 2014/04/08 07:04:07 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libgxim/ChangeLog,v 1.5 2014/11/07 06:25:35 naota Exp $ + + 07 Nov 2014; Naohiro Aota libgxim-0.5.0.ebuild: + Add missing dependency *libgxim-0.5.0 (08 Apr 2014)
[gentoo-commits] gentoo-x86 commit in dev-java/oracle-jdk-bin: oracle-jdk-bin-1.7.0.72.ebuild ChangeLog
ercpe 14/11/07 06:03:49 Modified: oracle-jdk-bin-1.7.0.72.ebuild ChangeLog Log: Fixed javafx dependency (bug #528414), corrected checksum of demos (bug #528490) (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 77C501ED) Revision ChangesPath 1.2 dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.72.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.72.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.72.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.72.ebuild?r1=1.1&r2=1.2 Index: oracle-jdk-bin-1.7.0.72.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.72.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- oracle-jdk-bin-1.7.0.72.ebuild 4 Nov 2014 18:13:01 - 1.1 +++ oracle-jdk-bin-1.7.0.72.ebuild 7 Nov 2014 06:03:49 - 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-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.72.ebuild,v 1.1 2014/11/04 18:13:01 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.72.ebuild,v 1.2 2014/11/07 06:03:49 ercpe Exp $ EAPI="5" @@ -15,7 +15,7 @@ # Sometimes some or all of the demos are missing, this is to not have to rewrite half # the ebuild when it happens. DEMOS_AVAILABLE=( amd64 x86 x64-solaris x86-solaris sparc-solaris sparc64-solaris x86-macos x64-macos ) -FX_VERSION="2_2_71" +FX_VERSION="2_2_$(get_version_component_range 4)" MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)" S_PV="$(replace_version_separator 3 '_')" 1.81 dev-java/oracle-jdk-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 4 Nov 2014 18:13:01 - 1.80 +++ ChangeLog 7 Nov 2014 06:03:49 - 1.81 @@ -1,6 +1,10 @@ # ChangeLog for dev-java/oracle-jdk-bin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.80 2014/11/04 18:13:01 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/ChangeLog,v 1.81 2014/11/07 06:03:49 ercpe Exp $ + + 07 Nov 2014; Johann Schmitz oracle-jdk-bin-1.7.0.72.ebuild: + Fixed javafx dependency (bug #528414), corrected checksum of demos (bug + #528490) *oracle-jdk-bin-1.7.0.72 (04 Nov 2014)
[gentoo-commits] gentoo-x86 commit in dev-python/fabric: fabric-1.10.0.ebuild ChangeLog
idella4 14/11/07 04:29:53 Modified: fabric-1.10.0.ebuild ChangeLog Log: ditto to fabric-1.10.0.ebuild wrt Bug #528154 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.3 dev-python/fabric/fabric-1.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild?r1=1.2&r2=1.3 Index: fabric-1.10.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fabric-1.10.0.ebuild8 Oct 2014 08:54:29 - 1.2 +++ fabric-1.10.0.ebuild7 Nov 2014 04:29:53 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v 1.2 2014/10/08 08:54:29 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/fabric-1.10.0.ebuild,v 1.3 2014/11/07 04:29:53 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) # py2 only @@ -19,16 +19,18 @@ KEYWORDS="~amd64 ~x86" IUSE="doc test" -# since 'paramiko>=1.10' is what we have in portage, paramiko can be set unversioned -RDEPEND="dev-python/paramiko[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/paramiko-1.10[${PYTHON_USEDEP}] + http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fabric/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 6 Nov 2014 03:27:54 - 1.51 +++ ChangeLog 7 Nov 2014 04:29:53 - 1.52 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/fabric # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.51 2014/11/06 03:27:54 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/fabric/ChangeLog,v 1.52 2014/11/07 04:29:53 idella4 Exp $ + + 07 Nov 2014; Ian Delaney fabric-1.10.0.ebuild: + ditto to fabric-1.10.0.ebuild wrt Bug #528154 06 Nov 2014; Ian Delaney fabric-1.9.1.ebuild: Set required bordering to dep paramiko, fixes Bug #528154
[gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins: ChangeLog audacious-plugins-2.4.4-r1.ebuild
patrick 14/11/07 03:39:45 Modified: ChangeLog Removed: audacious-plugins-2.4.4-r1.ebuild Log: Remove old (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.279media-plugins/audacious-plugins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.279&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?rev=1.279&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/ChangeLog?r1=1.278&r2=1.279 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v retrieving revision 1.278 retrieving revision 1.279 diff -u -r1.278 -r1.279 --- ChangeLog 31 Jul 2014 21:44:25 - 1.278 +++ ChangeLog 7 Nov 2014 03:39:45 - 1.279 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/audacious-plugins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.278 2014/07/31 21:44:25 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/ChangeLog,v 1.279 2014/11/07 03:39:45 patrick Exp $ + + 07 Nov 2014; Patrick Lauer + -audacious-plugins-2.4.4-r1.ebuild: + Remove old 31 Jul 2014; Tony Vroon audacious-plugins-3.5.1.ebuild: Our depend on glib or gdbus-codegen failed to require USE=utils for the glib
[gentoo-commits] gentoo-x86 commit in sci-mathematics/geomview: metadata.xml ChangeLog
patrick 14/11/07 03:33:51 Modified: metadata.xml ChangeLog Log: Remove unneeded useflag descriptions from metadata.xml (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.6 sci-mathematics/geomview/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/geomview/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/geomview/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/geomview/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml25 Mar 2014 05:49:23 - 1.5 +++ metadata.xml7 Nov 2014 03:33:51 - 1.6 @@ -4,9 +4,6 @@ sci-mathematics Geomview is an interactive geometry viewer and Object Oriented Graphics Library (OOGL). - Enable experimental motion averaging technique - Enable experimental motion averaging technique - Add media-libs/netpbm support for external -modules + Enable experimental motion averaging technique 1.21 sci-mathematics/geomview/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/geomview/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/geomview/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/geomview/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 6 Nov 2014 22:58:42 - 1.20 +++ ChangeLog 7 Nov 2014 03:33:51 - 1.21 @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/geomview # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.20 2014/11/06 22:58:42 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.21 2014/11/07 03:33:51 patrick Exp $ + + 07 Nov 2014; Patrick Lauer metadata.xml: + Remove unneeded useflag descriptions from metadata.xml 06 Nov 2014; Andreas K. Huettel -geomview-1.9.4.ebuild:
[gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.20.ebuild ChangeLog
vapier 14/11/07 02:12:32 Modified: glibc-2.20.ebuild ChangeLog Log: Move into unstable for all but hppa. Require binutils-2.24 as some arches (like s390) need it. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.4 sys-libs/glibc/glibc-2.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild?r1=1.3&r2=1.4 Index: glibc-2.20.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- glibc-2.20.ebuild 16 Sep 2014 04:30:18 - 1.3 +++ glibc-2.20.ebuild 7 Nov 2014 02:12:32 - 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/sys-libs/glibc/glibc-2.20.ebuild,v 1.3 2014/09/16 04:30:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.20.ebuild,v 1.4 2014/11/07 02:12:32 vapier Exp $ EAPI="4" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/libc/libc.html"; LICENSE="LGPL-2.1+ BSD HPND ISC inner-net rc PCRE" -#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 -hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" RESTRICT="strip" # strip ourself #46186 EMULTILIB_PKG="true" @@ -76,13 +76,13 @@ if [[ ${CATEGORY} == cross-* ]] ; then DEPEND+=" !crosscompile_opts_headers-only? ( - >=${CATEGORY}/binutils-2.20 + >=${CATEGORY}/binutils-2.24 >=${CATEGORY}/gcc-4.4 )" [[ ${CATEGORY} == *-linux* ]] && DEPEND+=" ${CATEGORY}/linux-headers" else DEPEND+=" - >=sys-devel/binutils-2.20 + >=sys-devel/binutils-2.24 >=sys-devel/gcc-4.4 virtual/os-headers" RDEPEND+=" vanilla? ( !sys-libs/timezone-data )" 1.1029 sys-libs/glibc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1029&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1029&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.1028&r2=1.1029 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v retrieving revision 1.1028 retrieving revision 1.1029 diff -u -r1.1028 -r1.1029 --- ChangeLog 26 Oct 2014 08:05:50 - 1.1028 +++ ChangeLog 7 Nov 2014 02:12:32 - 1.1029 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1028 2014/10/26 08:05:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1029 2014/11/07 02:12:32 vapier Exp $ + + 07 Nov 2014; Mike Frysinger glibc-2.20.ebuild: + Move into unstable for all but hppa. Require binutils-2.24 as some arches + (like s390) need it. 26 Oct 2014; Mike Frysinger glibc-2.19-r1.ebuild: Mark s390 stable.
[gentoo-commits] gentoo-x86 commit in dev-qt/qt-creator: qt-creator-2.8.1.ebuild qt-creator-3.2.2.ebuild ChangeLog
pesa14/11/07 01:59:17 Modified: qt-creator-2.8.1.ebuild qt-creator-3.2.2.ebuild ChangeLog Log: Accessibility support is required. Thanks to Hans Nieser in bug 528304. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!) Revision ChangesPath 1.5 dev-qt/qt-creator/qt-creator-2.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-2.8.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-2.8.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-2.8.1.ebuild?r1=1.4&r2=1.5 Index: qt-creator-2.8.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-2.8.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- qt-creator-2.8.1.ebuild 21 Dec 2013 17:17:28 - 1.4 +++ qt-creator-2.8.1.ebuild 7 Nov 2014 01:59:17 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-2.8.1.ebuild,v 1.4 2013/12/21 17:17:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-2.8.1.ebuild,v 1.5 2014/11/07 01:59:17 pesa Exp $ EAPI=5 @@ -33,20 +33,18 @@ IUSE="debug doc examples test ${QTC_PLUGINS[@]%:*}" # minimum Qt version required -QT_PV="4.8.0:4" +QT_PV="4.8.5:4" CDEPEND=" =dev-libs/botan-1.10*[threads] + >=dev-qt/designer-${QT_PV} >=dev-qt/qtcore-${QT_PV}[ssl] - >=dev-qt/qtdeclarative-${QT_PV} - || ( - ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) - ( >=dev-qt/qtgui-${QT_PV} =dev-qt/qtdeclarative-${QT_PV}[accessibility] + >=dev-qt/qtgui-${QT_PV}[accessibility] >=dev-qt/qthelp-${QT_PV}[doc?] >=dev-qt/qtscript-${QT_PV} >=dev-qt/qtsql-${QT_PV} - >=dev-qt/qtsvg-${QT_PV} + >=dev-qt/qtsvg-${QT_PV}[accessibility] " DEPEND="${CDEPEND} virtual/pkgconfig @@ -83,8 +81,7 @@ sed -i -e "/^LANGUAGES =/ s:=.*:= $(l10n_get_locales):" \ share/qtcreator/translations/translations.pro || die - # remove bundled qbs for now - # TODO: package it and re-enable the plugin + # remove bundled qbs rm -rf src/shared/qbs || die } 1.2 dev-qt/qt-creator/qt-creator-3.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild?r1=1.1&r2=1.2 Index: qt-creator-3.2.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qt-creator-3.2.2.ebuild 14 Oct 2014 23:34:31 - 1.1 +++ qt-creator-3.2.2.ebuild 7 Nov 2014 01:59:17 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild,v 1.1 2014/10/14 23:34:31 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.2.2.ebuild,v 1.2 2014/11/07 01:59:17 pesa Exp $ EAPI=5 @@ -42,12 +42,12 @@ =dev-libs/botan-1.10*[threads] >=dev-qt/designer-${QT_PV} >=dev-qt/qtcore-${QT_PV}[ssl] - >=dev-qt/qtdeclarative-${QT_PV} - >=dev-qt/qtgui-${QT_PV} + >=dev-qt/qtdeclarative-${QT_PV}[accessibility] + >=dev-qt/qtgui-${QT_PV}[accessibility] >=dev-qt/qthelp-${QT_PV}[doc?] >=dev-qt/qtscript-${QT_PV} >=dev-qt/qtsql-${QT_PV} - >=dev-qt/qtsvg-${QT_PV} + >=dev-qt/qtsvg-${QT_PV}[accessibility] clang? ( >=sys-devel/clang-3.2:= ) " DEPEND="${CDEPEND} 1.35 dev-qt/qt-creator/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qt-creator/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 14 Oct 2014 23:34:31 -
[gentoo-commits] gentoo-x86 commit in app-doc/linkers-and-loaders: linkers-and-loaders-1.ebuild ChangeLog
vapier 14/11/07 01:21:41 Modified: linkers-and-loaders-1.ebuild ChangeLog Log: Update SRC_URI/EAPI #528502 by Toralf Förster. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.7 app-doc/linkers-and-loaders/linkers-and-loaders-1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linkers-and-loaders/linkers-and-loaders-1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linkers-and-loaders/linkers-and-loaders-1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linkers-and-loaders/linkers-and-loaders-1.ebuild?r1=1.6&r2=1.7 Index: linkers-and-loaders-1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-doc/linkers-and-loaders/linkers-and-loaders-1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- linkers-and-loaders-1.ebuild1 Apr 2013 13:03:54 - 1.6 +++ linkers-and-loaders-1.ebuild7 Nov 2014 01:21:41 - 1.7 @@ -1,10 +1,12 @@ -# 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-doc/linkers-and-loaders/linkers-and-loaders-1.ebuild,v 1.6 2013/04/01 13:03:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linkers-and-loaders/linkers-and-loaders-1.ebuild,v 1.7 2014/11/07 01:21:41 vapier Exp $ + +EAPI="4" DESCRIPTION="the Linkers and Loaders book" HOMEPAGE="http://linker.iecc.com/"; -SRC_URI="http://wh0rd.org/${P}.tar.lzma"; +SRC_URI="http://wh0rd.org/books/${P}.tar.lzma"; LICENSE="all-rights-reserved" SLOT="0" @@ -18,7 +20,7 @@ S=${WORKDIR} src_install() { - dohtml *.html *.jpg || die + dohtml *.html *.jpg dodoc *.pdf use doc && dodoc *.txt *.rtf } 1.11 app-doc/linkers-and-loaders/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linkers-and-loaders/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linkers-and-loaders/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/linkers-and-loaders/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-doc/linkers-and-loaders/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 1 Apr 2013 13:03:54 - 1.10 +++ ChangeLog 7 Nov 2014 01:21:41 - 1.11 @@ -1,6 +1,9 @@ # ChangeLog for app-doc/linkers-and-loaders -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linkers-and-loaders/ChangeLog,v 1.10 2013/04/01 13:03:54 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-doc/linkers-and-loaders/ChangeLog,v 1.11 2014/11/07 01:21:41 vapier Exp $ + + 07 Nov 2014; Mike Frysinger linkers-and-loaders-1.ebuild: + Update SRC_URI/EAPI #528502 by Toralf Förster. 01 Apr 2013; Ulrich Müller linkers-and-loaders-1.ebuild: Fix LICENSE, bug 463874. Remove lzma-utils from DEPEND.
[gentoo-commits] gentoo-x86 commit in dev-ml/cudf: ChangeLog cudf-0.7.ebuild
jer 14/11/07 01:08:13 Modified: ChangeLog cudf-0.7.ebuild Log: Fix building against sys-libs/ncurses[tinfo] (bug #527472). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.3 dev-ml/cudf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cudf/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cudf/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cudf/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ml/cudf/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 24 Oct 2014 08:35:05 - 1.2 +++ ChangeLog 7 Nov 2014 01:08:13 - 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/cudf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/ChangeLog,v 1.2 2014/10/24 08:35:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/ChangeLog,v 1.3 2014/11/07 01:08:13 jer Exp $ + + 07 Nov 2014; Jeroen Roovers cudf-0.7.ebuild: + Fix building against sys-libs/ncurses[tinfo] (bug #527472). 24 Oct 2014; Alexis Ballier cudf-0.7.ebuild: add sublot 1.3 dev-ml/cudf/cudf-0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild?r1=1.2&r2=1.3 Index: cudf-0.7.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cudf-0.7.ebuild 24 Oct 2014 08:35:05 - 1.2 +++ cudf-0.7.ebuild 7 Nov 2014 01:08:13 - 1.3 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v 1.2 2014/10/24 08:35:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/cudf/cudf-0.7.ebuild,v 1.3 2014/11/07 01:08:13 jer Exp $ EAPI=5 -inherit multilib +inherit multilib toolchain-funcs DESCRIPTION="Library to parse, pretty print, and evaluate CUDF documents" HOMEPAGE="http://www.mancoosi.org/cudf/"; @@ -26,6 +26,24 @@ dev-lang/perl " +src_prepare() { + sed -i \ + -e 's|make|$(MAKE)|g' \ + Makefile || die + sed -i \ + -e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0)|g' \ + c-lib/Makefile || die + sed -i \ + -e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0)|g' \ + c-lib/Makefile.variants || die + + tc-export CC PKG_CONFIG + + sed -i \ + -e "s|-lncurses|$( $(tc-getPKG_CONFIG) --libs ncurses)|g" \ + c-lib/cudf.pc.in || die +} + src_compile() { emake -j1 all emake c-lib
[gentoo-commits] gentoo-x86 commit in dev-games/aseprite: ChangeLog aseprite-0.9.5-r1.ebuild
hasufell14/11/07 00:58:13 Modified: ChangeLog aseprite-0.9.5-r1.ebuild Log: fix underlinking wrt #520672 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.6 dev-games/aseprite/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/aseprite/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/aseprite/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/aseprite/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-games/aseprite/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 10 Aug 2013 15:00:11 - 1.5 +++ ChangeLog 7 Nov 2014 00:58:13 - 1.6 @@ -1,6 +1,10 @@ # ChangeLog for dev-games/aseprite -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/aseprite/ChangeLog,v 1.5 2013/08/10 15:00:11 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/aseprite/ChangeLog,v 1.6 2014/11/07 00:58:13 hasufell Exp $ + + 07 Nov 2014; Julian Ospald aseprite-0.9.5-r1.ebuild, + +files/aseprite-0.9.5-underlinking.patch: + fix underlinking wrt #520672 *aseprite-0.9.5-r1 (10 Aug 2013) 1.2 dev-games/aseprite/aseprite-0.9.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/aseprite/aseprite-0.9.5-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/aseprite/aseprite-0.9.5-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/aseprite/aseprite-0.9.5-r1.ebuild?r1=1.1&r2=1.2 Index: aseprite-0.9.5-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-games/aseprite/aseprite-0.9.5-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aseprite-0.9.5-r1.ebuild10 Aug 2013 15:00:11 - 1.1 +++ aseprite-0.9.5-r1.ebuild7 Nov 2014 00:58: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/dev-games/aseprite/aseprite-0.9.5-r1.ebuild,v 1.1 2013/08/10 15:00:11 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/aseprite/aseprite-0.9.5-r1.ebuild,v 1.2 2014/11/07 00:58:13 hasufell Exp $ EAPI="5" @@ -27,7 +27,8 @@ DEPEND="${RDEPEND} test? ( dev-cpp/gtest )" -PATCHES=( "${FILESDIR}"/aseprite-0.9.5-as-needed.patch ) +PATCHES=( "${FILESDIR}"/aseprite-0.9.5-as-needed.patch + "${FILESDIR}"/aseprite-0.9.5-underlinking.patch ) DOCS=( docs/quickref.odt docs/files/ase.txt
[gentoo-commits] gentoo-x86 commit in dev-games/aseprite/files: aseprite-0.9.5-underlinking.patch
hasufell14/11/07 00:58:14 Added:aseprite-0.9.5-underlinking.patch Log: fix underlinking wrt #520672 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.1 dev-games/aseprite/files/aseprite-0.9.5-underlinking.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/aseprite/files/aseprite-0.9.5-underlinking.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/aseprite/files/aseprite-0.9.5-underlinking.patch?rev=1.1&content-type=text/plain Index: aseprite-0.9.5-underlinking.patch === >From 169edeaa69cce2670213c39232a249a487670883 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 2 Nov 2014 16:58:33 +0100 Subject: [PATCH] Fix underlinking with USE_SHARED_ALLEGRO4=ON --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 21c3352..0ce11d2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -58,6 +58,7 @@ if(USE_SHARED_ALLEGRO4) OUTPUT_VARIABLE LIBALLEGRO4_LINK_FLAGS OUTPUT_STRIP_TRAILING_WHITESPACE) + set(LIBALLEGRO4_LINK_FLAGS ${LIBALLEGRO4_LINK_FLAGS} ${PLATFORM_LIBS}) include_directories(${LIBALLEGRO4_INCLUDE_DIR}) else() add_definitions(-DALLEGRO4_WITH_RESIZE_PATCH)
[gentoo-commits] gentoo-x86 commit in games-misc/katawa-shoujo: katawa-shoujo-1.2-r1.ebuild ChangeLog
zmedico 14/11/06 23:56:01 Modified: katawa-shoujo-1.2-r1.ebuild ChangeLog Log: Adjust rpath for bug #528086. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAE5719A3) Revision ChangesPath 1.2 games-misc/katawa-shoujo/katawa-shoujo-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.2-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.2-r1.ebuild?r1=1.1&r2=1.2 Index: katawa-shoujo-1.2-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.2-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- katawa-shoujo-1.2-r1.ebuild 6 Nov 2014 01:34:10 - 1.1 +++ katawa-shoujo-1.2-r1.ebuild 6 Nov 2014 23:56:00 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.2-r1.ebuild,v 1.1 2014/11/06 01:34:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.2-r1.ebuild,v 1.2 2014/11/06 23:56:00 zmedico Exp $ EAPI=5 @@ -39,8 +39,8 @@ # Use \x7fELF header to separate ELF executables and libraries [[ $(od -t x1 -N 4 "${x}") == *"7f 45 4c 46"* ]] || continue patchelf --set-rpath \ - "${EPREFIX}${GAMES_PREFIX_OPT}/${PN}/lib" "${x}" || \ - die "patchelf failed on ${x}" + "${EPREFIX}${GAMES_PREFIX_OPT}/${PN}/lib/linux-x86/lib" \ + "${x}" || die "patchelf failed on ${x}" done < <(find . -type f) } 1.10 games-misc/katawa-shoujo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 6 Nov 2014 01:34:10 - 1.9 +++ ChangeLog 6 Nov 2014 23:56:00 - 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-misc/katawa-shoujo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v 1.9 2014/11/06 01:34:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v 1.10 2014/11/06 23:56:00 zmedico Exp $ + + 06 Nov 2014; Zac Medico katawa-shoujo-1.2-r1.ebuild: + Adjust rpath for bug #528086. *katawa-shoujo-1.2-r1 (06 Nov 2014)
[gentoo-commits] gentoo-x86 commit in net-misc/wget: wget-1.16.ebuild ChangeLog
vapier 14/11/06 23:39:12 Modified: wget-1.16.ebuild ChangeLog Log: Pull in perl deps for tests #528348 by Nikoli. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision ChangesPath 1.13 net-misc/wget/wget-1.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.16.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.16.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/wget-1.16.ebuild?r1=1.12&r2=1.13 Index: wget-1.16.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- wget-1.16.ebuild6 Nov 2014 15:49:54 - 1.12 +++ wget-1.16.ebuild6 Nov 2014 23:39:12 - 1.13 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.12 2014/11/06 15:49:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.16.ebuild,v 1.13 2014/11/06 23:39:12 vapier Exp $ EAPI="4" PYTHON_COMPAT=( python{3_3,3_4} ) @@ -29,7 +29,13 @@ app-arch/xz-utils virtual/pkgconfig static? ( ${LIB_DEPEND} ) - test? ( ${PYTHON_DEPS} ) + test? ( + ${PYTHON_DEPS} + dev-lang/perl + dev-perl/HTTP-Daemon + dev-perl/HTTP-Message + dev-perl/IO-Socket-SSL + ) nls? ( sys-devel/gettext )" REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )" 1.196net-misc/wget/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.196&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?rev=1.196&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wget/ChangeLog?r1=1.195&r2=1.196 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- ChangeLog 6 Nov 2014 15:49:54 - 1.195 +++ ChangeLog 6 Nov 2014 23:39:12 - 1.196 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.195 2014/11/06 15:49:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.196 2014/11/06 23:39:12 vapier Exp $ + + 06 Nov 2014; Mike Frysinger wget-1.16.ebuild: + Pull in perl deps for tests #528348 by Nikoli. 06 Nov 2014; Mike Frysinger wget-1.16.ebuild: Fix by Mike Gilbert to require python-3 in order to run tests #528348#1 by
[gentoo-commits] gentoo-x86 commit in net-misc/geoipupdate: ChangeLog geoipupdate-2.1.0.ebuild
jer 14/11/06 23:20:16 Modified: ChangeLog Added:geoipupdate-2.1.0.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.30 net-misc/geoipupdate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 2 Nov 2014 20:17:16 - 1.29 +++ ChangeLog 6 Nov 2014 23:20:16 - 1.30 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/geoipupdate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.29 2014/11/02 20:17:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/geoipupdate/ChangeLog,v 1.30 2014/11/06 23:20:16 jer Exp $ + +*geoipupdate-2.1.0 (06 Nov 2014) + + 06 Nov 2014; Jeroen Roovers +geoipupdate-2.1.0.ebuild: + Version bump. 02 Nov 2014; Jeroen Roovers -geoipupdate-2.0.0.ebuild, -geoipupdate-2.0.1.ebuild: 1.1 net-misc/geoipupdate/geoipupdate-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/geoipupdate/geoipupdate-2.1.0.ebuild?rev=1.1&content-type=text/plain Index: geoipupdate-2.1.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/geoipupdate/geoipupdate-2.1.0.ebuild,v 1.1 2014/11/06 23:20:16 jer Exp $ EAPI=5 DESCRIPTION="performs automatic updates of GeoIP2 and GeoIP Legacy binary databases" HOMEPAGE="https://github.com/maxmind/geoipupdate"; SRC_URI="https://github.com/maxmind/${PN}/releases/download/v${PV}/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x86-fbsd" IUSE="" DEPEND=" net-misc/curl sys-libs/zlib " RDEPEND=" ${DEPEND} !
[gentoo-commits] proj/releng:master commit in: tools-hardened/desktop/files/
commit: 53e256415c3b7ba0ed6fe03c480a97875251d65d Author: Devan Franchini gentoo org> AuthorDate: Thu Nov 6 23:09:02 2014 + Commit: Devan Franchini gentoo org> CommitDate: Thu Nov 6 23:09:02 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=53e25641 tools-hardened/kernel-config: Adds all radeon BONAIRE firmware --- tools-hardened/desktop/files/3.15.8-hardened.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools-hardened/desktop/files/3.15.8-hardened.config b/tools-hardened/desktop/files/3.15.8-hardened.config index 7db8e95..3be13c5 100644 --- a/tools-hardened/desktop/files/3.15.8-hardened.config +++ b/tools-hardened/desktop/files/3.15.8-hardened.config @@ -690,7 +690,7 @@ CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y -CONFIG_EXTRA_FIRMWARE="amd-ucode/microcode_amd.bin amd-ucode/microcode_amd_fam15h.bin ar5523.bin ar7010.fw ar7010_1_1.fw ar9170-1.fw ar9170-2.fw ar9271.fw ath3k-1.fw av7110/bootcode.bin brcm/bcm4329-fullmac-4.bin brcm/bcm43xx-0.fw brcm/bcm43xx_hdr-0.fw brcm/brcmfmac43236b.bin brcm/brcmfmac4329-sdio.bin brcm/brcmfmac4330-sdio.bin brcm/brcmfmac4334-sdio.bin carl9170-1.fw cpia2/stv0672_vp4.bin ctefx.bin ctspeq.bin cxgb3/ael2005_opt_edc.bin cxgb3/ael2020_twx_edc.bin cxgb3/t3c_psram-1.1.0.bin cxgb3/t3fw-7.1.0.bin cxgb3/t3fw-7.12.0.bin cxgb3/ael2005_twx_edc.bin cxgb3/t3b_psram-1.1.0.bin cxgb3/t3fw-7.0.0.bin cxgb3/t3fw-7.10.0.bin cxgb3/t3fw-7.4.0.bin cxgb4/t4fw.bin dabusb/bitstream.bin dabusb/firmware.fw dsp56k/bootstrap.bin dvb-fe-xc5000-1.6.114.fw dvb-usb-dib0700-1.20.fw dvb-usb-terratec-h5-drxk.fw e100/d101m_ucode.bin e100/d101s_ucode.bin e100/d102e_ucode.bin edgeport/boot.fw edgeport/boot2.fw edgeport/down.fw edgeport/down2.fw edgeport/down3.bin emi26/bitstream.fw emi26/firmware.fw em i26/loader.fw emi62/bitstream.fw emi62/loader.fw emi62/midi.fw emi62/spdif.fw ene-ub6250/ms_init.bin ene-ub6250/ms_rdwr.bin ene-ub6250/msp_rdwr.bin ene-ub6250/sd_init1.bin ene-ub6250/sd_init2.bin ene-ub6250/sd_rdwr.bin ess/maestro3_assp_kernel.fw ess/maestro3_assp_minisrc.fw f2255usb.bin go7007/go7007fw.bin go7007/go7007tv.bin go7007/lr192.fw go7007/px-m402u.fw go7007/px-tv402u.fw go7007/s2250-1.fw go7007/s2250-2.fw go7007/wis-startrek.fw htc_7010.fw htc_9271.fw i2400m-fw-usb-1.4.sbcf i2400m-fw-usb-1.5.sbcf i6050-fw-usb-1.5.sbcf intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq intel/ibt-hw-37.7.bseq intelliport2.bin isci/isci_firmware.bin iwlwifi-100-5.ucode iwlwifi-1000-3.ucode iwlwifi-1000-5.ucode iwlwifi-105-6.ucode iwlwifi-135-6.ucode iwlwifi-2000-6.ucode iwlwifi-2030-6.ucode iwlwifi-3160-7.ucode iwlwifi-3945-2.ucode iwlwifi-4965-2.ucode iwlwifi-5000-1.ucode iwlwifi-5000-2.ucode iwlwifi-5000-5.ucode iwlwifi-5150-2.ucode iwlwifi-6000-4.ucode iwlwifi-6000g2a-5.ucode iwlwifi-6000g2a-6.ucode iwlwifi-6000g2b-5.ucode iwlwifi-6000g2b-6.ucode iwlwifi-6050-4.ucode iwlwifi-6050-5.ucode iwlwifi-7260-7.ucode kaweth/new_code.bin kaweth/new_code_fix.bin kaweth/trigger_code.bin kaweth/trigger_code_fix.bin keyspan/mpr.fw keyspan/usa18x.fw keyspan/usa19.fw keyspan/usa19qi.fw keyspan/usa19qw.fw keyspan/usa19w.fw keyspan/usa28.fw keyspan/usa28x.fw keyspan/usa28xa.fw keyspan/usa28xb.fw keyspan/usa49w.fw keyspan/usa49wlc.fw keyspan_pda/keyspan_pda.fw keyspan_pda/xircom_pgs.fw korg/k1212.dsp lbtf_usb.bin lgs8g75.fw matrox/g200_warp.fw matrox/g400_warp.fw mrvl/pcie8897_uapsta.bin mrvl/sd8688.bin mrvl/sd8688_helper.bin mrvl/sd8787_uapsta.bin mrvl/sd8797_uapsta.bin mrvl/usb8797_uapsta.bin mt7650.bin mts_cdma.fw mts_edge.fw mts_gsm.fw mts_mt9234mu.fw mts_mt9234zba.fw mwl8k/fmimage_8366.fw mwl8k/fmimage_8366_ap-1.fw mwl8k/fmimage_8366_ap-2.fw mwl8k/fmimage_8366_ap-3.fw mwl8k/fmimage_8687.fw mwl8k/fmimage_8764_ap-1.fw mwl8k/helper_8366.fw mwl8k/helper_8687.fw myri10ge_eth_z8e.dat myri10ge_eth p_z8e.dat myri10ge_rss_eth_z8e.dat myri10ge_rss_ethp_z8e.dat radeon/ARUBA_me.bin radeon/BONAIRE_uvd.bin radeon/BONAIRE_smc.bin radeon/CEDAR_smc.bin radeon/JUNIPER_rlc.bin radeon/PALM_me.bin radeon/R600_pfp.bin radeon/RV620_pfp.bin radeon/RV740_smc.bin radeon/TAHITI_rlc.bin radeon/ARUBA_pfp.bin radeon/BTC_rlc.bin radeon/CYPRESS_me.bin radeon/JUNIPER_smc.bin radeon/PALM_pfp.bin radeon/R600_rlc.bin radeon/RV630_me.bin radeon/RV770_me.bin radeon/TAHITI_smc.bin radeon/ARUBA_rlc.bin radeon/CAICOS_mc.bin radeon/CYPRESS_pfp.bin radeon/KABINI_ce.bin radeon/PITCAIRN_ce.bin radeon/R700_rlc.bin radeon/RV630_pfp.bin radeon/RV770_pfp.bin radeon/TAHITI_uvd.bin radeon/BARTS_mc.bin radeon/CAICOS_me.bin radeon/CYPRESS_rlc.bin radeon/KABINI_me.bin radeon/PITCAIRN_mc.bin radeon/REDWOOD_me.bin radeon/RV635_me.bin radeon/RV770_smc.bin radeon/TURKS_mc.bin radeon/BARTS_me.bin radeon/CAICOS_pfp.bin radeon/CYPRESS_smc.bin radeon/KABINI_mec.bin radeon/PITCAIRN_me.bin radeon/REDWOOD_pfp.bin radeon/RV635_pfp.bi n radeon/SUMO2_me.bin radeon/TURKS_me.bin radeon/BARTS_pfp.bin radeon/CA
[gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.55.0-r2.ebuild ChangeLog
jer 14/11/06 23:04:12 Modified: boost-1.55.0-r2.ebuild ChangeLog Log: Stable for HPPA (bug #525286). (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision ChangesPath 1.5 dev-libs/boost/boost-1.55.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild?r1=1.4&r2=1.5 Index: boost-1.55.0-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- boost-1.55.0-r2.ebuild 17 Oct 2014 07:47:48 - 1.4 +++ boost-1.55.0-r2.ebuild 6 Nov 2014 23:04:12 - 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-libs/boost/boost-1.55.0-r2.ebuild,v 1.4 2014/10/17 07:47:48 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v 1.5 2014/11/06 23:04:12 jer Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -16,7 +16,7 @@ LICENSE="Boost-1.0" SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="context debug doc icu +nls mpi python static-libs +threads tools" 1.336dev-libs/boost/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.336&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.336&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.335&r2=1.336 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v retrieving revision 1.335 retrieving revision 1.336 diff -u -r1.335 -r1.336 --- ChangeLog 17 Oct 2014 07:47:48 - 1.335 +++ ChangeLog 6 Nov 2014 23:04:12 - 1.336 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.335 2014/10/17 07:47:48 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.336 2014/11/06 23:04:12 jer Exp $ + + 06 Nov 2014; Jeroen Roovers boost-1.55.0-r2.ebuild: + Stable for HPPA (bug #525286). 14 Oct 2014; Sergey Popov boost-1.52.0-r7.ebuild, boost-1.53.0-r1.ebuild, boost-1.54.0-r1.ebuild, boost-1.55.0-r1.ebuild,
[gentoo-commits] gentoo-x86 commit in dev-util/boost-build: boost-build-1.55.0.ebuild ChangeLog
jer 14/11/06 23:03:33 Modified: boost-build-1.55.0.ebuild ChangeLog Log: Stable for HPPA (bug #525286). (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision ChangesPath 1.4 dev-util/boost-build/boost-build-1.55.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild?r1=1.3&r2=1.4 Index: boost-build-1.55.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- boost-build-1.55.0.ebuild 10 Aug 2014 21:25:43 - 1.3 +++ boost-build-1.55.0.ebuild 6 Nov 2014 23:03:33 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v 1.3 2014/08/10 21:25:43 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.55.0.ebuild,v 1.4 2014/11/06 23:03:33 jer Exp $ EAPI="5" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ LICENSE="Boost-1.0" SLOT=0 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples python test" REQUIRED_USE="test? ( python )" 1.129dev-util/boost-build/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.129&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/ChangeLog?rev=1.129&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/boost-build/ChangeLog?r1=1.128&r2=1.129 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- ChangeLog 15 Aug 2014 07:57:24 - 1.128 +++ ChangeLog 6 Nov 2014 23:03:33 - 1.129 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/boost-build # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.128 2014/08/15 07:57:24 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.129 2014/11/06 23:03:33 jer Exp $ + + 06 Nov 2014; Jeroen Roovers boost-build-1.55.0.ebuild: + Stable for HPPA (bug #525286). *boost-build-1.56.0 (15 Aug 2014)
[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools/files: xenqemudev.initd gentoo-patches.conf
dlan14/11/06 23:00:32 Modified: xenqemudev.initd gentoo-patches.conf Log: enable ovmf bios support, bug 526080 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) Revision ChangesPath 1.3 app-emulation/xen-tools/files/xenqemudev.initd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd?r1=1.2&r2=1.3 Index: xenqemudev.initd === RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xenqemudev.initd7 Dec 2013 06:49:41 - 1.2 +++ xenqemudev.initd6 Nov 2014 23:00:32 - 1.3 @@ -1,7 +1,7 @@ #!/sbin/runscript -# 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-emulation/xen-tools/files/xenqemudev.initd,v 1.2 2013/12/07 06:49:41 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/xenqemudev.initd,v 1.3 2014/11/06 23:00:32 dlan Exp $ depend() { need xencommons xenstored xenconsoled @@ -16,7 +16,11 @@ . /etc/xen/scripts/hotplugpath.sh XENQEMUDEV_PIDFILE=/run/xenqemudev.pid + + # xen-4.5 change the path XEN_QEMU="${LIBEXEC}/qemu-system-i386" + [ -e ${XEN_QEMU} ] && return + XEN_QEMU="${LIBEXEC_BIN}/qemu-system-i386" } xen_qemu_start() { 1.3 app-emulation/xen-tools/files/gentoo-patches.conf file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf?r1=1.2&r2=1.3 Index: gentoo-patches.conf === RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/files/gentoo-patches.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gentoo-patches.conf 1 Nov 2014 14:54:13 - 1.2 +++ gentoo-patches.conf 6 Nov 2014 23:00:32 - 1.3 @@ -53,6 +53,7 @@ # bundled seabios _gx019=" xen-tools-4-anti-seabios-download.patch" +_gx032=" xen-tools-4.5-anti-seabios-download.patch" # Bug 477676 _gx022=" xen-tools-4.3-ar-cc.patch" @@ -60,6 +61,7 @@ # Prevent file collision with qemu package Bug 478064 _gx023=" qemu-bridge.patch" _gx025=" xen-4.4-qemu-bridge.patch" +_gx031=" xen-4.5-qemu-bridge.patch" #mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die _gx026=" xen-tools-4.4-api-fix.patch" @@ -70,6 +72,9 @@ # Fix build failure with ncurses[tinfo], bug 526526 _gx028=" xen-tools-4.4.1-tinfo.patch" +# Don't download ovmf, use pre-released +_gx029=" xen-tools-4-anti-ovmf-download.patch" + # xen-tools-4.2.5 patches set _gpv_xen_tools_425_0=" ${_gx001} ${_gx002} ${_gx003} ${_gx004} ${_gx005} @@ -101,3 +106,18 @@ ${_gx026} ${_gx027} ${_gx019} ${_gx028} " +_gpv_xen_tools_441_2=" +${_gx007} ${_gx008} ${_gx009} +${_gx024} ${_gx021} ${_gx014} +${_gx022} ${_gx017} ${_gx025} +${_gx026} ${_gx027} ${_gx019} +${_gx028} ${_gx029} +" + +# xen-tools-4.5.0 patches set +_gpv_xen_tools_450_rc1_0=" +${_gx008} ${_gx024} ${_gx021} +${_gx022} ${_gx017} ${_gx031} +${_gx027} ${_gx032} +${_gx028} ${_gx029} +"
[gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: metadata.xml ChangeLog xen-tools-4.4.1-r3.ebuild
dlan14/11/06 23:00:32 Modified: metadata.xml ChangeLog Added:xen-tools-4.4.1-r3.ebuild Log: enable ovmf bios support, bug 526080 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55) Revision ChangesPath 1.23 app-emulation/xen-tools/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/metadata.xml?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/metadata.xml?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/metadata.xml?r1=1.22&r2=1.23 Index: metadata.xml === RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/metadata.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- metadata.xml15 Oct 2014 05:46:30 - 1.22 +++ metadata.xml6 Nov 2014 23:00:32 - 1.23 @@ -12,6 +12,7 @@ Using app-emulation/qemu instead of the bundled one Using sys-firmware/seabios instead of the bundled one Enable support for the ocaml language + Enable support to boot UEFI guest vm, needed by hvm Enable pam support 1.266app-emulation/xen-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.266&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.266&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.265&r2=1.266 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v retrieving revision 1.265 retrieving revision 1.266 diff -u -r1.265 -r1.266 --- ChangeLog 1 Nov 2014 14:54:13 - 1.265 +++ ChangeLog 6 Nov 2014 23:00:32 - 1.266 @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.265 2014/11/01 14:54:13 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.266 2014/11/06 23:00:32 dlan Exp $ + +*xen-tools-4.4.1-r3 (06 Nov 2014) + + 06 Nov 2014; Yixun Lan +xen-tools-4.4.1-r3.ebuild, + files/gentoo-patches.conf, files/xenqemudev.initd, metadata.xml: + enable ovmf bios support, bug 526080 *xen-tools-4.4.1-r2 (01 Nov 2014) 1.1 app-emulation/xen-tools/xen-tools-4.4.1-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.1-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.1-r3.ebuild?rev=1.1&content-type=text/plain Index: xen-tools-4.4.1-r3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.4.1-r3.ebuild,v 1.1 2014/11/06 23:00:32 dlan Exp $ EAPI=5 MY_PV=${PV/_/-} PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='xml,threads' if [[ $PV == * ]]; then KEYWORDS="" REPO="xen-unstable.hg" EHG_REPO_URI="http://xenbits.xensource.com/${REPO}"; S="${WORKDIR}/${REPO}" live_eclass="mercurial" else KEYWORDS="~amd64 ~arm -x86" UPSTREAM_VER=1 # xen-tools's gentoo patches tarball GENTOO_VER=3 # xen-tools's gentoo patches version which apply to this specific ebuild GENTOO_GPV=2 # xen-tools ovmf's patches OVMF_VER=0 SEABIOS_VER=1.7.3.1 OVMF_PV=20131208 [[ -n ${UPSTREAM_VER} ]] && \ UPSTRAM_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${P/-tools/}-upstream-patches-${UPSTREAM_VER}.tar.xz"; [[ -n ${GENTOO_VER} ]] && \ GENTOO_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-gentoo-patches-${GENTOO_VER}.tar.xz"; [[ -n ${OVMF_VER} ]] && \ OVMF_PATCHSET_URI="http://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-ovmf-patches-${OVMF_VER}.tar.xz"; SRC_URI="http://bits.xensource.com/oss-xen/release/${MY_PV}/xen-${MY_PV}.tar.gz http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz http://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz http://dev.gentoo.org/~dlan/distfiles/ovmf-${OVMF_PV}.tar.bz2 ${UPSTRAM_PATCHSET_URI} ${GENTOO_PATCHSET_URI} ${OVMF_PATCHSET_URI}" S="${WORKDIR}/xen-${MY_PV}" fi inherit bash-completion-r1 eutils fl
[gentoo-commits] gentoo-x86 commit in sci-mathematics/geomview: ChangeLog geomview-1.9.4.ebuild
dilfridge14/11/06 22:58:42 Modified: ChangeLog Removed: geomview-1.9.4.ebuild Log: Drop old EAPI=1 version (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.20 sci-mathematics/geomview/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/geomview/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/geomview/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/geomview/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 25 Mar 2014 05:49:23 - 1.19 +++ ChangeLog 6 Nov 2014 22:58:42 - 1.20 @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/geomview # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.19 2014/03/25 05:49:23 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/geomview/ChangeLog,v 1.20 2014/11/06 22:58:42 dilfridge Exp $ + + 06 Nov 2014; Andreas K. Huettel + -geomview-1.9.4.ebuild: + Drop old EAPI=1 version *geomview-1.9.5 (25 Mar 2014)
[gentoo-commits] gentoo-x86 commit in dev-vcs/cvs-fast-export: cvs-fast-export-1.26.ebuild ChangeLog cvs-fast-export-1.14.ebuild cvs-fast-export-1.0.ebuild
slyfox 14/11/06 22:58:16 Modified: ChangeLog Added:cvs-fast-export-1.26.ebuild Removed: cvs-fast-export-1.14.ebuild cvs-fast-export-1.0.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision ChangesPath 1.3 dev-vcs/cvs-fast-export/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 13 Aug 2014 19:30:00 - 1.2 +++ ChangeLog 6 Nov 2014 22:58:16 - 1.3 @@ -1,6 +1,13 @@ # ChangeLog for dev-vcs/cvs-fast-export # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog,v 1.2 2014/08/13 19:30:00 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/ChangeLog,v 1.3 2014/11/06 22:58:16 slyfox Exp $ + +*cvs-fast-export-1.26 (06 Nov 2014) + + 06 Nov 2014; Sergei Trofimovich + +cvs-fast-export-1.26.ebuild, -cvs-fast-export-1.0.ebuild, + -cvs-fast-export-1.14.ebuild: + Version bump. *cvs-fast-export-1.14 (13 Aug 2014) 1.1 dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild?rev=1.1&content-type=text/plain Index: cvs-fast-export-1.26.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cvs-fast-export/cvs-fast-export-1.26.ebuild,v 1.1 2014/11/06 22:58:16 slyfox Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="fast-export history from a CVS repository or RCS collection" HOMEPAGE="http://www.catb.org/~esr/cvs-fast-export/"; SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND} app-text/asciidoc" RESTRICT=test # upstream does not ship them in tarball src_prepare() { tc-export CC export prefix=/usr # respect CC, CFLAGS and LDFLAGS. don't install cvssync sed \ -e 's/cc /$(CC) $(LDFLAGS) /' \ -e 's/^CFLAGS += -O/#&/' \ -e 's/CFLAGS=/CFLAGS+=/' \ -e 's/$(INSTALL).*cvssync/#&/g' \ -i Makefile || die } src_install() { default dodoc README }
[gentoo-commits] gentoo-x86 commit in net-dialup/mgetty: ChangeLog mgetty-1.1.36-r3.ebuild
dilfridge14/11/06 22:55:10 Modified: ChangeLog Removed: mgetty-1.1.36-r3.ebuild Log: Drop old EAPI=1 version (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.112net-dialup/mgetty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/mgetty/ChangeLog?rev=1.112&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/mgetty/ChangeLog?rev=1.112&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/mgetty/ChangeLog?r1=1.111&r2=1.112 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- ChangeLog 9 Aug 2014 12:03:57 - 1.111 +++ ChangeLog 6 Nov 2014 22:55:10 - 1.112 @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/mgetty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.111 2014/08/09 12:03:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.112 2014/11/06 22:55:10 dilfridge Exp $ + + 06 Nov 2014; Andreas K. Huettel + -mgetty-1.1.36-r3.ebuild: + Drop old EAPI=1 version 09 Aug 2014; Agostino Sarubbo mgetty-1.1.37-r1.ebuild: Stable for ppc, wrt bug #331953
[gentoo-commits] gentoo-x86 commit in games-rpg/morrowind-data: morrowind-data-2.ebuild ChangeLog
hasufell14/11/06 22:51:26 Modified: morrowind-data-2.ebuild ChangeLog Log: rm leading slash in QA_PREBUILT (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.2 games-rpg/morrowind-data/morrowind-data-2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild?r1=1.1&r2=1.2 Index: morrowind-data-2.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- morrowind-data-2.ebuild 6 Nov 2014 20:02:58 - 1.1 +++ morrowind-data-2.ebuild 6 Nov 2014 22:51:26 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild,v 1.1 2014/11/06 20:02:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild,v 1.2 2014/11/06 22:51:26 hasufell Exp $ EAPI=5 @@ -20,7 +20,7 @@ RDEPEND="games-engines/openmw" DEPEND="app-arch/unshield" -QA_PREBUILT="${GAMES_DATADIR}/${PN}/*" +QA_PREBUILT="${GAMES_DATADIR#/}/${PN}/*" S=${WORKDIR} 1.2 games-rpg/morrowind-data/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Nov 2014 20:02:58 - 1.1 +++ ChangeLog 6 Nov 2014 22:51:26 - 1.2 @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/morrowind-data # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/ChangeLog,v 1.1 2014/11/06 20:02:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/ChangeLog,v 1.2 2014/11/06 22:51:26 hasufell Exp $ + + 06 Nov 2014; Julian Ospald morrowind-data-2.ebuild: + rm leading slash in QA_PREBUILT *morrowind-data-2 (06 Nov 2014)
[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Numbers_Words: ChangeLog PEAR-Numbers_Words-0.18.1.ebuild
jer 14/11/06 22:49:32 Modified: ChangeLog PEAR-Numbers_Words-0.18.1.ebuild Log: Marked ~hppa (bug #528470). (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision ChangesPath 1.46 dev-php/PEAR-Numbers_Words/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 6 Nov 2014 19:23:03 - 1.45 +++ ChangeLog 6 Nov 2014 22:49:32 - 1.46 @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Numbers_Words # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog,v 1.45 2014/11/06 19:23:03 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog,v 1.46 2014/11/06 22:49:32 jer Exp $ + + 06 Nov 2014; Jeroen Roovers + PEAR-Numbers_Words-0.18.1.ebuild: + Marked ~hppa (bug #528470). *PEAR-Numbers_Words-0.18.1 (06 Nov 2014) 1.2 dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild?r1=1.1&r2=1.2 Index: PEAR-Numbers_Words-0.18.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PEAR-Numbers_Words-0.18.1.ebuild6 Nov 2014 19:23:03 - 1.1 +++ PEAR-Numbers_Words-0.18.1.ebuild6 Nov 2014 22:49:32 - 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-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild,v 1.1 2014/11/06 19:23:03 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild,v 1.2 2014/11/06 22:49:32 jer Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="PHP-3.01" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="" RDEPEND=">=dev-lang/php-5.3.2
[gentoo-commits] gentoo-x86 commit in media-sound/audacious: ChangeLog audacious-2.4.4.ebuild
dilfridge14/11/06 22:49:53 Modified: ChangeLog Removed: audacious-2.4.4.ebuild Log: Drop old EAPI=1 version (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.298media-sound/audacious/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.298&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?rev=1.298&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/audacious/ChangeLog?r1=1.297&r2=1.298 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v retrieving revision 1.297 retrieving revision 1.298 diff -u -r1.297 -r1.298 --- ChangeLog 31 Jul 2014 21:32:03 - 1.297 +++ ChangeLog 6 Nov 2014 22:49:53 - 1.298 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.297 2014/07/31 21:32:03 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.298 2014/11/06 22:49:53 dilfridge Exp $ + + 06 Nov 2014; Andreas K. Huettel + -audacious-2.4.4.ebuild: + Drop old EAPI=1 version *audacious-3.5.1 (31 Jul 2014)
[gentoo-commits] gentoo-x86 commit in dev-python/libvirt-python: libvirt-python-1.2.10.ebuild ChangeLog
tamiko 14/11/06 22:49:46 Modified: ChangeLog Added:libvirt-python-1.2.10.ebuild Log: version bump, bug #528300 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3) Revision ChangesPath 1.19 dev-python/libvirt-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 31 Oct 2014 06:58:55 - 1.18 +++ ChangeLog 6 Nov 2014 22:49:45 - 1.19 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/libvirt-python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.18 2014/10/31 06:58:55 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/ChangeLog,v 1.19 2014/11/06 22:49:45 tamiko Exp $ + +*libvirt-python-1.2.10 (06 Nov 2014) + + 06 Nov 2014; Matthias Maier +libvirt-python-1.2.10.ebuild: + version bump, bug #528300 31 Oct 2014; Matthias Maier -libvirt-python-1.2.3.ebuild, -libvirt-python-1.2.4.ebuild, -libvirt-python-1.2.5.ebuild, 1.1 dev-python/libvirt-python/libvirt-python-1.2.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild?rev=1.1&content-type=text/plain Index: libvirt-python-1.2.10.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/libvirt-python/libvirt-python-1.2.10.ebuild,v 1.1 2014/11/06 22:49:45 tamiko Exp $ EAPI=5 #BACKPORTS=062ad8b2 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) MY_P="${P/_rc/-rc}" inherit distutils-r1 DESCRIPTION="libvirt Python bindings" HOMEPAGE="http://www.libvirt.org"; SRC_URI="http://libvirt.org/sources/python/${MY_P}.tar.gz ${BACKPORTS:+ http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}"; LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=">=app-emulation/libvirt-0.9.6:=[-python(-)]" DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-python/lxml )" S="${WORKDIR}/${P%_rc*}" src_prepare() { [[ -n ${BACKPORTS} ]] && \ EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \ epatch distutils-r1_src_prepare } python_test() { esetup.py test }
[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Math_BigInteger: ChangeLog PEAR-Math_BigInteger-1.0.2.ebuild
jer 14/11/06 22:49:07 Modified: ChangeLog PEAR-Math_BigInteger-1.0.2.ebuild Log: Marked ~hppa (bug #528470). (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613) Revision ChangesPath 1.2 dev-php/PEAR-Math_BigInteger/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Nov 2014 19:18:45 - 1.1 +++ ChangeLog 6 Nov 2014 22:49:07 - 1.2 @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Math_BigInteger # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v 1.1 2014/11/06 19:18:45 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v 1.2 2014/11/06 22:49:07 jer Exp $ + + 06 Nov 2014; Jeroen Roovers + PEAR-Math_BigInteger-1.0.2.ebuild: + Marked ~hppa (bug #528470). *PEAR-Math_BigInteger-1.0.2 (06 Nov 2014) 1.2 dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild?r1=1.1&r2=1.2 Index: PEAR-Math_BigInteger-1.0.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PEAR-Math_BigInteger-1.0.2.ebuild 6 Nov 2014 19:18:45 - 1.1 +++ PEAR-Math_BigInteger-1.0.2.ebuild 6 Nov 2014 22:49:07 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild,v 1.1 2014/11/06 19:18:45 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild,v 1.2 2014/11/06 22:49:07 jer Exp $ EAPI=5 @@ -10,7 +10,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~hppa ~x86" IUSE="" RDEPEND=">=dev-lang/php-5.3.0"
[gentoo-commits] gentoo-x86 commit in app-emulation/libvirt: libvirt-9999.ebuild libvirt-1.2.9-r2.ebuild libvirt-1.2.10.ebuild ChangeLog libvirt-1.2.9-r1.ebuild
tamiko 14/11/06 22:36:08 Modified: libvirt-.ebuild ChangeLog Added:libvirt-1.2.9-r2.ebuild libvirt-1.2.10.ebuild Removed: libvirt-1.2.9-r1.ebuild Log: version bump wrt bug #528300, backport fix for CVE-2014-7823 wrt bug #528440, drop vulnerable (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3) Revision ChangesPath 1.64 app-emulation/libvirt/libvirt-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild?r1=1.63&r2=1.64 Index: libvirt-.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- libvirt-.ebuild 3 Nov 2014 18:04:30 - 1.63 +++ libvirt-.ebuild 6 Nov 2014 22:36:08 - 1.64 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild,v 1.63 2014/11/03 18:04:30 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-.ebuild,v 1.64 2014/11/06 22:36:08 tamiko Exp $ EAPI=5 @@ -222,7 +222,8 @@ ) >.git-module-status fi - epatch "${FILESDIR}"/libvirt-1.2.9-do_not_use_sysconf.patch + epatch \ + "${FILESDIR}"/libvirt-1.2.9-do_not_use_sysconf.patch epatch_user @@ -437,4 +438,17 @@ elog "libvirt will now start qemu/kvm VMs with non-root privileges." elog "Ensure any resources your VMs use are accessible by qemu:qemu" fi + + if [[ -n "${REPLACING_VERSIONS}" ]]; then + elog "" + elog "The systemd service-file configuration under /etc/sysconfig has" + elog "been removed. Please use" + elog "/etc/systemd/system/libvirt.d/00gentoo.conf" + elog "to control the '--listen' parameter for libvirtd. The configuration" + elog "for the libvirt-guests.service is now found under" + elog "/etc/libvirt/libvirt-guests.conf" + elog "The openrc configuration has not been changed. Thus no action is" + elog "required for the openrc service manager." + elog "" + fi } 1.383app-emulation/libvirt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.383&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?rev=1.383&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/ChangeLog?r1=1.382&r2=1.383 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v retrieving revision 1.382 retrieving revision 1.383 diff -u -r1.382 -r1.383 --- ChangeLog 3 Nov 2014 18:04:30 - 1.382 +++ ChangeLog 6 Nov 2014 22:36:08 - 1.383 @@ -1,6 +1,16 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.382 2014/11/03 18:04:30 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.383 2014/11/06 22:36:08 tamiko Exp $ + +*libvirt-1.2.10 (06 Nov 2014) +*libvirt-1.2.9-r2 (06 Nov 2014) + + 06 Nov 2014; Matthias Maier + +files/libvirt-1.2.10-cve-2014-7823.patch, + +files/libvirt-1.2.9-cve-2014-7823.patch, +libvirt-1.2.10.ebuild, + +libvirt-1.2.9-r2.ebuild, -libvirt-1.2.9-r1.ebuild, libvirt-.ebuild: + version bump wrt bug #528300, backport fix for CVE-2014-7823 wrt bug #528440, + drop vulnerable 03 Nov 2014; Matthias Maier libvirt-1.2.9-r1.ebuild, libvirt-.ebuild: 1.1 app-emulation/libvirt/libvirt-1.2.9-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9-r2.ebuild?rev=1.1&content-type=text/plain Index: libvirt-1.2.9-r2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.9-r2.ebuild,v 1.1 2014/11/06 22:36:08 tamiko Exp $ EAPI=5 #BACKPORTS=062ad8b2 AUTOTOOLIZ
[gentoo-commits] gentoo-x86 commit in app-emulation/libvirt/files: libvirt-1.2.10-cve-2014-7823.patch libvirt-1.2.9-cve-2014-7823.patch
tamiko 14/11/06 22:36:08 Added:libvirt-1.2.10-cve-2014-7823.patch libvirt-1.2.9-cve-2014-7823.patch Log: version bump wrt bug #528300, backport fix for CVE-2014-7823 wrt bug #528440, drop vulnerable (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3) Revision ChangesPath 1.1 app-emulation/libvirt/files/libvirt-1.2.10-cve-2014-7823.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirt-1.2.10-cve-2014-7823.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirt-1.2.10-cve-2014-7823.patch?rev=1.1&content-type=text/plain Index: libvirt-1.2.10-cve-2014-7823.patch === Patch from: https://www.redhat.com/archives/libvir-list/2014-November/msg00114.html From: Eric Blake To: libvir-list redhat com Subject: [libvirt] [PATCH] CVE-2014-7823: dumpxml: security hole with migratable flag Date: Wed, 5 Nov 2014 17:30:46 +0100 --- Commit 28f8dfd (v1.0.0) introduced a security hole: in at least the qemu implementation of virDomainGetXMLDesc, the use of the flag VIR_DOMAIN_XML_MIGRATABLE (which is usable from a read-only connection) triggers the implicit use of VIR_DOMAIN_XML_SECURE prior to calling qemuDomainFormatXML. However, the use of VIR_DOMAIN_XML_SECURE is supposed to be restricted to read-write clients only. This patch treats the migratable flag as requiring the same permissions, rather than analyzing what might break if migratable xml no longer includes secret information. Fortunately, the information leak is low-risk: all that is gated by the VIR_DOMAIN_XML_SECURE flag is the VNC connection password; but VNC passwords are already weak (FIPS forbids their use, and on a non-FIPS machine, anyone stupid enough to trust a max-8-byte password sent in plaintext over the network deserves what they get). SPICE offers better security than VNC, and all other secrets are properly protected by use of virSecret associations rather than direct output in domain XML. * src/remote/remote_protocol.x (REMOTE_PROC_DOMAIN_GET_XML_DESC): Tighten rules on use of migratable flag. * src/libvirt-domain.c (virDomainGetXMLDesc): Likewise. Signed-off-by: Eric Blake --- The libvirt-security list agreed that this did not need an embargo because it is low-risk; but I'm on the road this week, so while this patch for master can go in now, I won't complete the backport to all the affected stable branches (everything since v1.0.0) or do the Libvirt Security Notice writeup until Monday. src/libvirt-domain.c | 3 ++- src/remote/remote_protocol.x | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libvirt-domain.c b/src/libvirt-domain.c index 7dc3146..2b0defc 100644 --- a/src/libvirt-domain.c +++ b/src/libvirt-domain.c @@ -2607,7 +2607,8 @@ virDomainGetXMLDesc(virDomainPtr domain, unsigned int flags) virCheckDomainReturn(domain, NULL); conn = domain->conn; -if ((conn->flags & VIR_CONNECT_RO) && (flags & VIR_DOMAIN_XML_SECURE)) { +if ((conn->flags & VIR_CONNECT_RO) && +(flags & (VIR_DOMAIN_XML_SECURE | VIR_DOMAIN_XML_MIGRATABLE))) { virReportError(VIR_ERR_OPERATION_DENIED, "%s", _("virDomainGetXMLDesc with secure flag")); goto error; diff --git a/src/remote/remote_protocol.x b/src/remote/remote_protocol.x index db12cda..ebf4530 100644 --- a/src/remote/remote_protocol.x +++ b/src/remote/remote_protocol.x @@ -3255,6 +3255,7 @@ enum remote_procedure { * @generate: both * @acl: domain:read * @acl: domain:read_secure:VIR_DOMAIN_XML_SECURE + * @acl: domain:read_secure:VIR_DOMAIN_XML_MIGRATABLE */ REMOTE_PROC_DOMAIN_GET_XML_DESC = 14, -- 1.9.3 1.1 app-emulation/libvirt/files/libvirt-1.2.9-cve-2014-7823.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirt-1.2.9-cve-2014-7823.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/libvirt/files/libvirt-1.2.9-cve-2014-7823.patch?rev=1.1&content-type=text/plain Index: libvirt-1.2.9-cve-2014-7823.patch === Patch from: https://www.redhat.com/archives/libvir-list/2014-November/msg00114.html Backported to version 1.2.9: (Matthias Maier ) In libvirt versions prior to 1.2.10 the function char* virDomainGetXMLDesc(virDomainPtr domain, unsigned int flags) is defined in libvirt.c From: Eric Blake To: libvir-list redhat com Subject: [libvirt] [PATCH] CVE-2014-7823: dumpxml: security hole with migratable flag Date: Wed, 5 Nov 2014 17:30:46 +0100 --- Commit 28f8dfd (v1.0.0) introduced a security hole: in at least the qemu implementation of virDomainGetXMLDesc, the use of the flag VIR_DOMAIN_XML_MIGRATABLE (which is us
[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-graphlcd: ChangeLog vdr-graphlcd-0.1.9.ebuild
hd_brummy14/11/06 22:35:57 Modified: ChangeLog vdr-graphlcd-0.1.9.ebuild Log: fixed compile, wrt bug 528504; thx to T.Foerster for reporting this (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 34C2808A) Revision ChangesPath 1.28 media-plugins/vdr-graphlcd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphlcd/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphlcd/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphlcd/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 23 Feb 2014 21:17:45 - 1.27 +++ ChangeLog 6 Nov 2014 22:35:57 - 1.28 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-graphlcd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/ChangeLog,v 1.27 2014/02/23 21:17:45 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/ChangeLog,v 1.28 2014/11/06 22:35:57 hd_brummy Exp $ + + 06 Nov 2014; Joerg Bornkessel + vdr-graphlcd-0.1.9.ebuild: + fixed compile, wrt bug 528504; thx to T.Foerster for reporting this 23 Feb 2014; Joerg Bornkessel vdr-graphlcd-0.1.9.ebuild: 1.5 media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild?r1=1.4&r2=1.5 Index: vdr-graphlcd-0.1.9.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- vdr-graphlcd-0.1.9.ebuild 23 Feb 2014 21:17:45 - 1.4 +++ vdr-graphlcd-0.1.9.ebuild 6 Nov 2014 22:35:57 - 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-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild,v 1.4 2014/02/23 21:17:45 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphlcd/vdr-graphlcd-0.1.9.ebuild,v 1.5 2014/11/06 22:35:57 hd_brummy Exp $ EAPI=5 @@ -48,9 +48,7 @@ sed -i "s:i18n.c:i18n.h:g" Makefile - if ! has_version ">=media-video/vdr-1.7.13"; then - sed -i "s:include \$(VDRDIR)/Make.global:#include \$(VDRDIR)/Make.global:" Makefile - fi + sed -i "s:include \$(VDRDIR)/Make.global:-include \$(VDRDIR)/Make.global:" Makefile } src_install() {
[gentoo-commits] gentoo-x86 commit in games-engines/openmw: ChangeLog openmw-0.33.0.ebuild
hasufell14/11/06 21:59:28 Modified: ChangeLog openmw-0.33.0.ebuild Log: add useful elog (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.3 games-engines/openmw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 6 Nov 2014 21:23:18 - 1.2 +++ ChangeLog 6 Nov 2014 21:59:28 - 1.3 @@ -1,6 +1,9 @@ # ChangeLog for games-engines/openmw # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v 1.2 2014/11/06 21:23:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v 1.3 2014/11/06 21:59:28 hasufell Exp $ + + 06 Nov 2014; Julian Ospald openmw-0.33.0.ebuild: + add useful elog 06 Nov 2014; Julian Ospald openmw-0.33.0.ebuild, -files/openmw-0.33.0-build.patch, files/openmw-0.33.0-cfg.patch: 1.3 games-engines/openmw/openmw-0.33.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?r1=1.2&r2=1.3 Index: openmw-0.33.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openmw-0.33.0.ebuild6 Nov 2014 21:23:18 - 1.2 +++ openmw-0.33.0.ebuild6 Nov 2014 21:59: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/games-engines/openmw/openmw-0.33.0.ebuild,v 1.2 2014/11/06 21:23:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild,v 1.3 2014/11/06 21:59:28 hasufell Exp $ EAPI=5 @@ -95,6 +95,15 @@ pkg_postinst() { games_pkg_postinst gnome2_icon_cache_update + + if use !cdinstall ; then + elog "You need the original Morrowind Data files. If you haven't" + elog "installed them yet, you can install them straight via the" + elog "game launcher (launcher USE flag) which is the officially" + elog "supported method or by using the" + elog "games-rpg/morrowind-data (cdinstall USE flag) package" + elog "(this might not work for all morrowind releases out there)." + fi } pkg_postrm() {
[gentoo-commits] proj/kde:master commit in: Documentation/package.unmask/, Documentation/package.mask/, ...
commit: cb8987fd2763e387074658fca7baf769f9fcf8b4 Author: Manuel Rüger gentoo org> AuthorDate: Thu Nov 6 21:56:53 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Thu Nov 6 21:56:53 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cb8987fd [Documentation] Update package.{unmask,accept_keywords} files for KF 5.4 --- Documentation/maintainers/regenerate-files | 2 +- .../.kde-frameworks-5.4/kde-frameworks-5.4 | 1 + .../kde-frameworks-5.4.keywords| 119 + Documentation/package.mask/kde-frameworks-5.4 | 119 + .../.kde-frameworks-5.4/kde-frameworks-5.4 | 1 + Documentation/package.unmask/kde-frameworks-5.4| 119 + 6 files changed, 360 insertions(+), 1 deletion(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index 76daf34..f19716c 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -12,7 +12,7 @@ HEADER="# Autogenerated by ${SCRIPT}, DO NOT EDIT." KDE_RELEASES="4.11 4.12 4.13 4.14" RELEASE=${RELEASE:-4.12} # current stable -KF_RELEASES="5.3" +KF_RELEASES="5.3 5.4" KF_RELEASE=${KF_RELEASE:-5.3} PLASMA_RELEASES="5.1" diff --git a/Documentation/package.accept_keywords/.kde-frameworks-5.4/kde-frameworks-5.4 b/Documentation/package.accept_keywords/.kde-frameworks-5.4/kde-frameworks-5.4 new file mode 12 index 000..86d87d9 --- /dev/null +++ b/Documentation/package.accept_keywords/.kde-frameworks-5.4/kde-frameworks-5.4 @@ -0,0 +1 @@ +../../../sets/kde-frameworks-5.4 \ No newline at end of file diff --git a/Documentation/package.accept_keywords/kde-frameworks-5.4.keywords b/Documentation/package.accept_keywords/kde-frameworks-5.4.keywords new file mode 100644 index 000..4d884eb --- /dev/null +++ b/Documentation/package.accept_keywords/kde-frameworks-5.4.keywords @@ -0,0 +1,119 @@ +# Autogenerated by regenerate-files, DO NOT EDIT. +>=kde-frameworks/attica-5.4.0:5 +=kde-frameworks/frameworkintegration-5.4.0:5 +=kde-frameworks/kactivities-5.4.0:5 +=kde-frameworks/kapidox-5.4.0:5 +=kde-frameworks/karchive-5.4.0:5 +=kde-frameworks/kauth-5.4.0:5 +=kde-frameworks/kbookmarks-5.4.0:5 +=kde-frameworks/kcmutils-5.4.0:5 +=kde-frameworks/kcodecs-5.4.0:5 +=kde-frameworks/kcompletion-5.4.0:5 +=kde-frameworks/kconfig-5.4.0:5 +=kde-frameworks/kconfigwidgets-5.4.0:5 +=kde-frameworks/kcoreaddons-5.4.0:5 +=kde-frameworks/kcrash-5.4.0:5 +=kde-frameworks/kdbusaddons-5.4.0:5 +=kde-frameworks/kdeclarative-5.4.0:5 +=kde-frameworks/kded-5.4.0:5 +=kde-frameworks/kdelibs4support-5.4.0:5 +=kde-frameworks/kdesignerplugin-5.4.0:5 +=kde-frameworks/kdesu-5.4.0:5 +=kde-frameworks/kdewebkit-5.4.0:5 +=kde-frameworks/kdnssd-5.4.0:5 +=kde-frameworks/kdoctools-5.4.0:5 +=kde-frameworks/kemoticons-5.4.0:5 +=kde-frameworks/kglobalaccel-5.4.0:5 +=kde-frameworks/kguiaddons-5.4.0:5 +=kde-frameworks/khtml-5.4.0:5 +=kde-frameworks/ki18n-5.4.0:5 +=kde-frameworks/kiconthemes-5.4.0:5 +=kde-frameworks/kidletime-5.4.0:5 +=kde-frameworks/kimageformats-5.4.0:5 +=kde-frameworks/kinit-5.4.0:5 +=kde-frameworks/kio-5.4.0:5 +=kde-frameworks/kitemmodels-5.4.0:5 +=kde-frameworks/kitemviews-5.4.0:5 +=kde-frameworks/kjobwidgets-5.4.0:5 +=kde-frameworks/kjs-5.4.0:5 +=kde-frameworks/kjsembed-5.4.0:5 +=kde-frameworks/kmediaplayer-5.4.0:5 +=kde-frameworks/knewstuff-5.4.0:5 +=kde-frameworks/knotifications-5.4.0:5 +=kde-frameworks/knotifyconfig-5.4.0:5 +=kde-frameworks/kparts-5.4.0:5 +=kde-frameworks/kplotting-5.4.0:5 +=kde-frameworks/kpty-5.4.0:5 +=kde-frameworks/kross-5.4.0:5 +=kde-frameworks/krunner-5.4.0:5 +=kde-frameworks/kservice-5.4.0:5 +=kde-frameworks/ktexteditor-5.4.0:5 +=kde-frameworks/ktextwidgets-5.4.0:5 +=kde-frameworks/kunitconversion-5.4.0:5 +=kde-frameworks/kwallet-5.4.0:5 +=kde-frameworks/kwidgetsaddons-5.4.0:5 +=kde-frameworks/kwindowsystem-5.4.0:5 +=kde-frameworks/kxmlgui-5.4.0:5 +=kde-frameworks/plasma-5.4.0:5 +=kde-frameworks/solid-5.4.0:5 +=kde-frameworks/sonnet-5.4.0:5 +=kde-frameworks/threadweaver-5.4.0:5 +=kde-frameworks/attica-5.4.0:5 +>=kde-frameworks/attica-5.4:5 +>=kde-frameworks/frameworkintegration-5.4.0:5 +>=kde-frameworks/frameworkintegration-5.4:5 +>=kde-frameworks/kactivities-5.4.0:5 +>=kde-frameworks/kactivities-5.4:5 +>=kde-frameworks/kapidox-5.4.0:5 +>=kde-frameworks/kapidox-5.4:5 +>=kde-frameworks/karchive-5.4.0:5 +>=kde-frameworks/karchive-5.4:5 +>=kde-frameworks/kauth-5.4.0:5 +>=kde-frameworks/kauth-5.4:5 +>=kde-frameworks/kbookmarks-5.4.0:5 +>=kde-frameworks/kbookmarks-5.4:5 +>=kde-frameworks/kcmutils-5.4.0:5 +>=kde-frameworks/kcmutils-5.4:5 +>=kde-frameworks/kcodecs-5.4.0:5 +>=kde-frameworks/kcodecs-5.4:5 +>=kde-frameworks/kcompletion-5.4.0:5 +>=kde-frameworks/kcompletion-5.4:5 +>=kde-frameworks/kconfig-5.4.0:5 +>=kde-frameworks/kconfig-5.4:5 +>=kde-frameworks/kconfigwidgets-5.4.0:5 +>=kde-frameworks/kconfigwidgets-5.4:5 +>=kde-f
[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-soundlibs: emul-linux-x86-soundlibs-20140406-r1.ebuild emul-linux-x86-soundlibs-20131008-r2.ebuild emul-linux-x86-soundlibs-20140508.
axs 14/11/06 21:52:12 Modified: emul-linux-x86-soundlibs-20140406-r1.ebuild emul-linux-x86-soundlibs-20131008-r2.ebuild emul-linux-x86-soundlibs-20140508.ebuild ChangeLog Log: pulseaudio needs to be built with glib support to provide the same files that this package provides, adjusted deps accordingly (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) Revision ChangesPath 1.6 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild?r1=1.5&r2=1.6 Index: emul-linux-x86-soundlibs-20140406-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- emul-linux-x86-soundlibs-20140406-r1.ebuild 18 Jun 2014 19:02:19 - 1.5 +++ emul-linux-x86-soundlibs-20140406-r1.ebuild 6 Nov 2014 21:52:12 - 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/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v 1.5 2014/06/18 19:02:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140406-r1.ebuild,v 1.6 2014/11/06 21:52:12 axs Exp $ EAPI=5 inherit emul-linux-x86 @@ -44,7 +44,7 @@ >=net-wireless/bluez-5.18-r1[abi_x86_32(-)] =net-wireless/bluez-4.101-r9[abi_x86_32(-)] ) - pulseaudio? ( >=media-sound/pulseaudio-5.0[abi_x86_32(-)] ) + pulseaudio? ( >=media-sound/pulseaudio-5.0[glib,abi_x86_32(-)] ) )" pkg_pretend() { 1.5 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008-r2.ebuild?r1=1.4&r2=1.5 Index: emul-linux-x86-soundlibs-20131008-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- emul-linux-x86-soundlibs-20131008-r2.ebuild 18 Jun 2014 19:02:19 - 1.4 +++ emul-linux-x86-soundlibs-20131008-r2.ebuild 6 Nov 2014 21:52:12 - 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008-r2.ebuild,v 1.4 2014/06/18 19:02:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20131008-r2.ebuild,v 1.5 2014/11/06 21:52:12 axs Exp $ EAPI=5 inherit emul-linux-x86 @@ -38,7 +38,7 @@ >=media-libs/portaudio-19_pre2021-r1[abi_x86_32(-)] >=media-sound/mpg123-1.18.1[abi_x86_32(-)] >=media-libs/libao-1.1.0-r2[abi_x86_32(-)] - pulseaudio? ( >=media-sound/pulseaudio-5.0[abi_x86_32(-)] ) + pulseaudio? ( >=media-sound/pulseaudio-5.0[glib,abi_x86_32(-)] ) )" pkg_pretend() { 1.8 app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-soundlibs/emul-linux-x86-soundlibs-20140508.ebuild?r1=1.7&r2=1.8 Index: emul-linux-x86-soundlibs-20140508.ebuild
[gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark: wireshark-1.12.1-r1.ebuild ChangeLog
jer 14/11/06 21:43:21 Modified: ChangeLog Added:wireshark-1.12.1-r1.ebuild Log: Add Qt 5 support to the stable branch (bug #488640). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.665net-analyzer/wireshark/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.665&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?rev=1.665&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/ChangeLog?r1=1.664&r2=1.665 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v retrieving revision 1.664 retrieving revision 1.665 diff -u -r1.664 -r1.665 --- ChangeLog 2 Nov 2014 12:09:02 - 1.664 +++ ChangeLog 6 Nov 2014 21:43:21 - 1.665 @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/wireshark # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.664 2014/11/02 12:09:02 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/ChangeLog,v 1.665 2014/11/06 21:43:21 jer Exp $ + +*wireshark-1.12.1-r1 (06 Nov 2014) + + 06 Nov 2014; Jeroen Roovers +wireshark-1.12.1-r1.ebuild: + Add Qt 5 support to the stable branch (bug #488640). 02 Nov 2014; Sven Vermeulen wireshark-1.12.1.ebuild, wireshark-1.99.0-r1.ebuild, wireshark-.ebuild: 1.1 net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild?rev=1.1&content-type=text/plain Index: wireshark-1.12.1-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/wireshark/wireshark-1.12.1-r1.ebuild,v 1.1 2014/11/06 21:43:21 jer Exp $ EAPI=5 inherit autotools eutils fcaps multilib qt4-r2 user DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="http://www.wireshark.org/"; SRC_URI="${HOMEPAGE}download/src/all-versions/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE=" adns +caps crypt doc doc-pdf geoip +gtk3 ipv6 kerberos lua +netlink +pcap portaudio +qt4 qt5 selinux smi ssl zlib " REQUIRED_USE=" ssl? ( crypt ) ?? ( qt4 qt5 ) " GTK_COMMON_DEPEND=" x11-libs/gdk-pixbuf x11-libs/pango x11-misc/xdg-utils virtual/freedesktop-icon-theme " CDEPEND=" >=dev-libs/glib-2.14:2 netlink? ( dev-libs/libnl:3 ) adns? ( >=net-dns/c-ares-1.5 ) crypt? ( dev-libs/libgcrypt:0 ) caps? ( sys-libs/libcap ) geoip? ( dev-libs/geoip ) gtk3? ( ${GTK_COMMON_DEPEND} x11-libs/gtk+:3 ) kerberos? ( virtual/krb5 ) lua? ( >=dev-lang/lua-5.1 ) pcap? ( net-libs/libpcap ) portaudio? ( media-libs/portaudio ) qt4? ( dev-qt/qtcore:4 dev-qt/qtgui:4 x11-misc/xdg-utils ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtprintsupport:5 dev-qt/qtwidgets:5 x11-misc/xdg-utils ) smi? ( net-libs/libsmi ) ssl? ( net-libs/gnutls ) zlib? ( sys-libs/zlib !=sys-libs/zlib-1.2.4 ) " # We need perl for `pod2html`. The rest of the perl stuff is to block older # and broken installs. #455122 DEPEND=" ${CDEPEND} dev-lang/perl ! wireshark-qt.desktop || die domenu wireshark-qt.desktop fi prune_libtool_files } pkg_postinst() { # Add group for users allowed to sniff. enewgroup wireshark if use pcap; then fcaps -o 0 -g wireshark -m 4710 -M 0710 \ cap_dac_read_search,cap_net_raw,cap_net_admin \ "${EROOT}"/usr/bin/dumpcap fi ewarn "NOTE: To run wireshark as normal user you have to add yourself to" ewarn "the wireshark group. This security measure ensures that only trusted" ewarn "users are allowed to sniff your traffic." }
[gentoo-commits] gentoo-x86 commit in media-video/minitube: minitube-2.3.ebuild ChangeLog
hwoarang14/11/06 21:43:56 Modified: ChangeLog Added:minitube-2.3.ebuild Log: Version bump. Bug #528162 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.98 media-video/minitube/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?rev=1.98&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?rev=1.98&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/ChangeLog?r1=1.97&r2=1.98 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- ChangeLog 3 Nov 2014 18:41:56 - 1.97 +++ ChangeLog 6 Nov 2014 21:43:56 - 1.98 @@ -1,6 +1,11 @@ # ChangeLog for media-video/minitube # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v 1.97 2014/11/03 18:41:56 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/minitube/ChangeLog,v 1.98 2014/11/06 21:43:56 hwoarang Exp $ + +*minitube-2.3 (06 Nov 2014) + + 06 Nov 2014; Markos Chandras +minitube-2.3.ebuild: + Version bump. Bug #528162 03 Nov 2014; Davide Pesavento metadata.xml: Fix indentation in metadata. 1.1 media-video/minitube/minitube-2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/minitube/minitube-2.3.ebuild?rev=1.1&content-type=text/plain Index: minitube-2.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/minitube/minitube-2.3.ebuild,v 1.1 2014/11/06 21:43:56 hwoarang Exp $ EAPI=5 PLOCALES="ar ca ca_ES da de_DE el en es es_AR es_ES fi fi_FI fr he_IL hr hu ia it jv nl pl pl_PL pt_BR ro ru sk sl tr zh_CN" PLOCALE_BACKUP="en" inherit l10n qt4-r2 DESCRIPTION="Qt4 YouTube Client" HOMEPAGE="http://flavio.tordini.org/minitube"; # As usual, upstream never releases proper tarballs SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"; LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug download gstreamer kde" DEPEND=">=dev-qt/qtgui-4.8:4[accessibility] >=dev-qt/qtdbus-4.8:4 >=dev-qt/qtsql-4.8:4 kde? ( || ( media-libs/phonon[gstreamer?] >=dev-qt/qtphonon-4.8:4 ) ) !kde? ( || ( >=dev-qt/qtphonon-4.8:4 media-libs/phonon[gstreamer?] ) ) gstreamer? ( media-plugins/gst-plugins-soup:0.10 media-plugins/gst-plugins-ffmpeg:0.10 media-plugins/gst-plugins-faac:0.10 media-plugins/gst-plugins-faad:0.10 media-plugins/gst-plugins-theora ) " RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} DOCS="AUTHORS CHANGES TODO" #455976 PATCHES=( "${FILESDIR}"/${PN}-2.1.3-disable-updates.patch ) src_prepare() { qt4-r2_src_prepare # Remove unneeded translations local trans= for x in $(l10n_get_locales); do trans+="${x}.ts " done if [[ -n ${trans} ]]; then sed -i -e "/^TRANSLATIONS/s/+=.*/+=${trans}/" locale/locale.pri || die fi # gcc-4.7. Bug #422977. Will probably be fixed # once ubuntu moves to gcc-4.7 epatch "${FILESDIR}"/${PN}-1.9-gcc47.patch # Enable video downloads. Bug #491344 use download && { echo "DEFINES += APP_DOWNLOADS" >> ${PN}.pro; } } src_install() { qt4-r2_src_install newicon images/app.png minitube.png } pkg_postinst() { if use download; then elog "You activated the 'download' USE flag. This allows you to" elog "download videos from youtube, which might violate the youtube" elog "terms-of-service (TOS) in some legislations. If downloading" elog "youtube-videos is not allowed in your legislation, please" elog "disable the 'download' use flag. For details on the youtube TOS," elog "see http://www.youtube.com/t/terms"; fi }
[gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-3.1.11.ebuild ChangeLog
hwoarang14/11/06 21:37:52 Modified: ChangeLog Added:qbittorrent-3.1.11.ebuild Log: Version bump. Bug #528226 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.236net-p2p/qbittorrent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.236&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.236&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.235&r2=1.236 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v retrieving revision 1.235 retrieving revision 1.236 diff -u -r1.235 -r1.236 --- ChangeLog 19 Oct 2014 00:23:31 - 1.235 +++ ChangeLog 6 Nov 2014 21:37:52 - 1.236 @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.235 2014/10/19 00:23:31 pesa Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.236 2014/11/06 21:37:52 hwoarang Exp $ + +*qbittorrent-3.1.11 (06 Nov 2014) + + 06 Nov 2014; Markos Chandras +qbittorrent-3.1.11.ebuild: + Version bump. Bug #528226 19 Oct 2014; Davide Pesavento qbittorrent-3.1.10.ebuild, qbittorrent-3.1.9.2-r1.ebuild, qbittorrent-.ebuild: 1.1 net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild?rev=1.1&content-type=text/plain Index: qbittorrent-3.1.11.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild,v 1.1 2014/11/06 21:37:52 hwoarang Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-r1 qt4-r2 DESCRIPTION="BitTorrent client in C++ and Qt" HOMEPAGE="http://www.qbittorrent.org/"; MY_P=${P/_} SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="dbus debug geoip +X" # geoip and python are runtime deps only (see INSTALL file) CDEPEND=" dev-libs/boost:= dev-qt/qtcore:4 >=dev-qt/qtsingleapplication-2.6.1_p20130904-r1[X?] >=net-libs/rb_libtorrent-0.16.17 dbus? ( dev-qt/qtdbus:4 ) X? ( dev-qt/qtgui:4 ) " DEPEND="${CDEPEND} virtual/pkgconfig " RDEPEND="${CDEPEND} ${PYTHON_DEPS} geoip? ( dev-libs/geoip ) " S=${WORKDIR}/${MY_P} DOCS=(AUTHORS Changelog README.md TODO) src_configure() { # Custom configure script, econf fails local myconf=( ./configure --prefix="${EPREFIX}/usr" --with-libboost-inc="${EPREFIX}/usr/include/boost" --with-qtsingleapplication=system $(use dbus || echo --disable-qt-dbus) $(use debug && echo --enable-debug) $(use geoip || echo --disable-geoip-database) $(use X || echo --disable-gui) ) echo "${myconf[@]}" "${myconf[@]}" || die "configure failed" eqmake4 }
[gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-5.0-r5.ebuild pulseaudio-5.0-r4.ebuild ChangeLog
axs 14/11/06 21:32:53 Modified: pulseaudio-5.0-r5.ebuild pulseaudio-5.0-r4.ebuild ChangeLog Log: libltdl is only a native dep, so dropped needless MULTILIB_USEDEP flags; also dropped libtool from ~arch version of ebuild to match vapier's pattern in bug 528294; also fixed building with USE=-glib on non-native ABI (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) Revision ChangesPath 1.2 media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild?r1=1.1&r2=1.2 Index: pulseaudio-5.0-r5.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pulseaudio-5.0-r5.ebuild6 Nov 2014 19:22:25 - 1.1 +++ pulseaudio-5.0-r5.ebuild6 Nov 2014 21:32:53 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild,v 1.1 2014/11/06 19:22:25 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild,v 1.2 2014/11/06 21:32:53 axs Exp $ EAPI="5" inherit autotools bash-completion-r1 eutils flag-o-matic linux-info readme.gentoo systemd user versionator udev multilib-minimal @@ -70,12 +70,9 @@ dev-libs/json-c[${MULTILIB_USEDEP}] abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) - || ( - dev-libs/libltdl:0[${MULTILIB_USEDEP}] - >=sys-devel/libtool-2.4.2[${MULTILIB_USEDEP}] - ) + dev-libs/libltdl:0 " -# it's a valid RDEPEND, libltdl.so is used +# it's a valid RDEPEND, libltdl.so is used for native abi DEPEND="${RDEPEND} sys-devel/m4 @@ -244,6 +241,8 @@ if multilib_is_native_abi; then emake else + local targets=( libpulse.la libpulse-simple.la ) + use glib && targets+=( libpulse-mainloop-glib.la ) emake -C src libpulse{,dsp,-simple,-mainloop-glib}.la fi } @@ -271,11 +270,13 @@ if multilib_is_native_abi; then emake -j1 DESTDIR="${D}" bashcompletiondir="$(get_bashcompdir)" install else + local targets=( libpulse.la libpulse-simple.la ) + use glib && targets+=( libpulse-mainloop-glib.la ) emake DESTDIR="${D}" install-pkgconfigDATA emake DESTDIR="${D}" -C src \ install-libLTLIBRARIES \ install-padsplibLTLIBRARIES \ - lib_LTLIBRARIES="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la" \ + lib_LTLIBRARIES="${targets[*]}" \ install-pulseincludeHEADERS fi } 1.2 media-sound/pulseaudio/pulseaudio-5.0-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r4.ebuild?r1=1.1&r2=1.2 Index: pulseaudio-5.0-r4.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pulseaudio-5.0-r4.ebuild6 Nov 2014 19:22:25 - 1.1 +++ pulseaudio-5.0-r4.ebuild6 Nov 2014 21:32:53 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r4.ebuild,v 1.1 2014/11/06 19:22:25 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r4.ebuild,v 1.2 2014/11/06 21:32:53 axs Exp $ EAPI="5" inherit autotools bash-completion-r1 eutils flag-o-matic linux-info readme.gentoo systemd user versionator udev multilib-minimal @@ -71,11 +71,11 @@ abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20131008-r1 !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] ) || ( - dev-libs/libltdl:0[${MULTILIB_USEDEP}] -
[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-System_Command: PEAR-System_Command-1.0.8.ebuild ChangeLog PEAR-System_Command-1.0.7.ebuild
grknight14/11/06 21:28:07 Modified: ChangeLog Added:PEAR-System_Command-1.0.8.ebuild Removed: PEAR-System_Command-1.0.7.ebuild Log: Version bump; Drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D) Revision ChangesPath 1.54 dev-php/PEAR-System_Command/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 31 Mar 2011 12:49:46 - 1.53 +++ ChangeLog 6 Nov 2014 21:28:07 - 1.54 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-System_Command -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.53 2011/03/31 12:49:46 olemarkus Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.54 2014/11/06 21:28:07 grknight Exp $ + +*PEAR-System_Command-1.0.8 (06 Nov 2014) + + 06 Nov 2014; Brian Evans + +PEAR-System_Command-1.0.8.ebuild, -PEAR-System_Command-1.0.7.ebuild: + Version bump; Drop old *PEAR-System_Command-1.0.7 (31 Mar 2011) 1.1 dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8.ebuild?rev=1.1&content-type=text/plain Index: PEAR-System_Command-1.0.8.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8.ebuild,v 1.1 2014/11/06 21:28:07 grknight Exp $ EAPI=5 inherit php-pear-r1 DESCRIPTION="PEAR::System_Command is a commandline execution interface" LICENSE="PHP-2.02" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE=""
[gentoo-commits] gentoo-x86 commit in sys-kernel/pf-sources: pf-sources-3.17_p1.ebuild ChangeLog
hwoarang14/11/06 21:27:12 Modified: ChangeLog Added:pf-sources-3.17_p1.ebuild Log: Version bump. Bug #528234 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!) Revision ChangesPath 1.124sys-kernel/pf-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.124&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?rev=1.124&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/ChangeLog?r1=1.123&r2=1.124 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- ChangeLog 2 Nov 2014 18:57:00 - 1.123 +++ ChangeLog 6 Nov 2014 21:27:12 - 1.124 @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/pf-sources # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.123 2014/11/02 18:57:00 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/ChangeLog,v 1.124 2014/11/06 21:27:12 hwoarang Exp $ + +*pf-sources-3.17_p1 (06 Nov 2014) + + 06 Nov 2014; Markos Chandras +pf-sources-3.17_p1.ebuild: + Version bump. Bug #528234 *pf-sources-3.16_p4 (02 Nov 2014) 1.1 sys-kernel/pf-sources/pf-sources-3.17_p1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.17_p1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.17_p1.ebuild?rev=1.1&content-type=text/plain Index: pf-sources-3.17_p1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/pf-sources/pf-sources-3.17_p1.ebuild,v 1.1 2014/11/06 21:27:12 hwoarang Exp $ EAPI="5" inherit readme.gentoo versionator COMPRESSTYPE=".xz" K_USEPV="yes" UNIPATCH_STRICTORDER="yes" K_SECURITY_UNSUPPORTED="1" CKV="$(get_version_component_range 1-2)" ETYPE="sources" inherit kernel-2 detect_version K_NOSETEXTRAVERSION="don't_set_it" DESCRIPTION="Linux kernel fork with new features, including the -ck patchset (BFS), BFQ, TuxOnIce and UKSM" HOMEPAGE="http://pf.natalenko.name/"; PF_VERS="1" PF_FILE="patch-${PV/_p*/}-pf${PV/*_p/}${COMPRESSTYPE}" PF_URI="http://pf.natalenko.name/sources/$(get_version_component_range 1-2)/${PF_FILE}" SRC_URI="${KERNEL_URI} ${PF_URI}" # \${EXPERIMENTAL_URI} KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" IUSE="" KV_FULL="${PVR}-pf" S="${WORKDIR}"/linux-"${KV_FULL}" DISABLE_AUTOFORMATTING="yes" DOC_CONTENTS=" ${P} has the following optional runtime dependencies: - sys-apps/tuxonice-userui: provides minimal userspace progress information related to suspending and resuming process. - sys-power/hibernate-script or sys-power/pm-utils: runtime utilities for hibernating and suspending your computer." pkg_setup(){ ewarn ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." ewarn "If you need support, please contact the pf developers directly." ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" ewarn "the ebuilds. Thank you." ewarn kernel-2_pkg_setup } src_prepare(){ epatch "${DISTDIR}"/"${PF_FILE}" } src_install() { kernel-2_src_install readme.gentoo_create_doc } pkg_postinst() { kernel-2_pkg_postinst readme.gentoo_print_elog } K_EXTRAEINFO="For more info on pf-sources and details on how to report problems, see: ${HOMEPAGE}."
[gentoo-commits] gentoo-x86 commit in dev-vcs/tortoisehg: ChangeLog tortoisehg-3.2.ebuild tortoisehg-3.1.1.ebuild tortoisehg-3.1.ebuild
polynomial-c14/11/06 21:26:17 Modified: ChangeLog Added:tortoisehg-3.2.ebuild Removed: tortoisehg-3.1.1.ebuild tortoisehg-3.1.ebuild Log: Version bump. Removed old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.65 dev-vcs/tortoisehg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 13 Oct 2014 18:34:14 - 1.64 +++ ChangeLog 6 Nov 2014 21:26:17 - 1.65 @@ -1,6 +1,12 @@ # ChangeLog for dev-vcs/tortoisehg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.64 2014/10/13 18:34:14 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/ChangeLog,v 1.65 2014/11/06 21:26:17 polynomial-c Exp $ + +*tortoisehg-3.2 (06 Nov 2014) + + 06 Nov 2014; Lars Wendler -tortoisehg-3.1.ebuild, + -tortoisehg-3.1.1.ebuild, +tortoisehg-3.2.ebuild: + Version bump. Removed old. *tortoisehg-3.1.2 (13 Oct 2014) 1.1 dev-vcs/tortoisehg/tortoisehg-3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.ebuild?rev=1.1&content-type=text/plain Index: tortoisehg-3.2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-3.2.ebuild,v 1.1 2014/11/06 21:26:17 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 eutils if [[ ${PV} != ** ]]; then KEYWORDS="~amd64 ~x86" SRC_URI="https://www.bitbucket.org/${PN}/targz/downloads/${P}.tar.gz"; HG_DEPEND=">=dev-vcs/mercurial-3.0 https://bitbucket.org/tortoisehg/thg"; EHG_REVISION="stable" KEYWORDS="" SRC_URI="" HG_DEPEND="dev-vcs/mercurial" fi DESCRIPTION="Set of graphical tools for Mercurial" HOMEPAGE="http://tortoisehg.bitbucket.org"; LICENSE="GPL-2" SLOT="0" IUSE="doc" RDEPEND="${HG_DEPEND} dev-python/iniparse[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/PyQt4[svg,${PYTHON_USEDEP}] dev-python/qscintilla-python[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( >=dev-python/sphinx-1.0.3 )" # Workaround race condition in build_qt DISTUTILS_IN_SOURCE_BUILD=1 python_prepare_all() { if [[ ${LINGUAS+set} ]]; then cd i18n/tortoisehg || die local x y keep for x in *.po; do keep=false for y in ${LINGUAS}; do if [[ ${y} == ${x%.po}* ]]; then keep=true break fi done ${keep} || rm "${x}" || die done cd "${S}" || die fi distutils-r1_python_prepare_all } python_compile_all() { use doc && emake -C doc html } python_install_all() { distutils-r1_python_install_all dodoc doc/ReadMe*.txt doc/TODO contrib/mergetools.rc if use doc ; then dohtml -r doc/build/html/ fi newicon -s scalable icons/scalable/apps/thg-logo.svg thg_logo.svg domenu contrib/thg.desktop } pkg_postinst() { elog "When startup of ${PN} fails with an API version mismatch error" elog "between dev-python/sip and dev-python/PyQt4 please rebuild" elog "dev-python/qscintilla-python." }
[gentoo-commits] gentoo-x86 commit in dev-ruby/rouge: ChangeLog rouge-1.7.2.ebuild rouge-1.6.1.ebuild
mrueg 14/11/06 21:24:55 Modified: ChangeLog Added:rouge-1.7.2.ebuild Removed: rouge-1.6.1.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.3 dev-ruby/rouge/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rouge/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 20 Aug 2014 12:59:19 - 1.2 +++ ChangeLog 6 Nov 2014 21:24:55 - 1.3 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/rouge # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rouge/ChangeLog,v 1.2 2014/08/20 12:59:19 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rouge/ChangeLog,v 1.3 2014/11/06 21:24:55 mrueg Exp $ + +*rouge-1.7.2 (06 Nov 2014) + + 06 Nov 2014; Manuel Rüger +rouge-1.7.2.ebuild, + -rouge-1.6.1.ebuild: + Version bump. *rouge-1.6.2 (20 Aug 2014) 1.1 dev-ruby/rouge/rouge-1.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/rouge-1.7.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rouge/rouge-1.7.2.ebuild?rev=1.1&content-type=text/plain Index: rouge-1.7.2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rouge/rouge-1.7.2.ebuild,v 1.1 2014/11/06 21:24:55 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" RUBY_FAKEGEM_TASK_TEST="spec" RUBY_FAKEGEM_RECIPE_DOC="yard" inherit ruby-fakegem DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition" HOMEPAGE="http://github.com/jneen/rouge"; SRC_URI="https://github.com/jneen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/redcarpet )" ruby_add_rdepend "dev-ruby/redcarpet" RESTRICT="test" # Depends on dev-ruby/wrong, which is not packaged yet.
[gentoo-commits] gentoo-x86 commit in www-misc/zoneminder: zoneminder-1.28.0.ebuild ChangeLog
dilfridge14/11/06 21:23:51 Modified: ChangeLog Added:zoneminder-1.28.0.ebuild Log: Version bump. Fixes in addition bugs 519752, 523056, 523058 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.45 www-misc/zoneminder/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/zoneminder/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/zoneminder/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/zoneminder/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-misc/zoneminder/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 26 Apr 2014 20:02:12 - 1.44 +++ ChangeLog 6 Nov 2014 21:23:51 - 1.45 @@ -1,6 +1,12 @@ # ChangeLog for www-misc/zoneminder # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/ChangeLog,v 1.44 2014/04/26 20:02:12 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/ChangeLog,v 1.45 2014/11/06 21:23:51 dilfridge Exp $ + +*zoneminder-1.28.0 (06 Nov 2014) + + 06 Nov 2014; Andreas K. Huettel + +zoneminder-1.28.0.ebuild: + Version bump. Fixes in addition bugs 519752, 523056, 523058 26 Apr 2014; Andreas K. Huettel zoneminder-1.27.0.ebuild, metadata.xml: 1.1 www-misc/zoneminder/zoneminder-1.28.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/zoneminder/zoneminder-1.28.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/zoneminder/zoneminder-1.28.0.ebuild?rev=1.1&content-type=text/plain Index: zoneminder-1.28.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-misc/zoneminder/zoneminder-1.28.0.ebuild,v 1.1 2014/11/06 21:23:51 dilfridge Exp $ # TO DO: # * ffmpeg support can be disabled in CMakeLists.txt but it does not build then # $(cmake-utils_useno ffmpeg ZM_NO_FFMPEG) # * dependencies of unknown status: # dev-perl/Archive-Zip # dev-perl/Device-SerialPort # dev-perl/MIME-Lite # dev-perl/MIME-tools # dev-perl/PHP-Serialization # virtual/perl-Archive-Tar # virtual/perl-libnet # virtual/perl-Module-Load EAPI=5 PERL_EXPORT_PHASE_FUNCTIONS=no inherit perl-module readme.gentoo eutils base cmake-utils depend.php depend.apache multilib flag-o-matic MY_PN="ZoneMinder" DESCRIPTION="ZoneMinder allows you to capture, analyse, record and monitor any cameras attached to your system" HOMEPAGE="http://www.zoneminder.com/"; SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64" IUSE="curl gcrypt gnutls +mmap +openssl vlc" SLOT="0" REQUIRED_USE=" || ( openssl gnutls ) " DEPEND=" dev-lang/perl:= dev-libs/libpcre dev-perl/Archive-Zip dev-perl/DateManip dev-perl/DBD-mysql dev-perl/DBI dev-perl/URI-Encode dev-perl/libwww-perl sys-auth/polkit sys-libs/zlib virtual/ffmpeg virtual/jpeg virtual/mysql virtual/perl-ExtUtils-MakeMaker virtual/perl-Getopt-Long virtual/perl-Sys-Syslog virtual/perl-Time-HiRes curl? ( net-misc/curl ) gcrypt? ( dev-libs/libgcrypt ) gnutls? ( net-libs/gnutls ) mmap? ( dev-perl/Sys-Mmap ) openssl? ( dev-libs/openssl ) vlc? ( media-video/vlc[live] ) " RDEPEND="${DEPEND}" # we cannot use need_httpd_cgi here, since we need to setup permissions for the # webserver in global scope (/etc/zm.conf etc), so we hardcode apache here. need_apache need_php_httpd S=${WORKDIR}/${MY_PN}-${PV} PATCHES=( "${FILESDIR}/${PN}-1.26.5"-automagic.patch ) MY_ZM_WEBDIR=/usr/share/zoneminder/www pkg_setup() { require_php_with_use mysql sockets apache2 } src_configure() { append-cxxflags -D__STDC_CONSTANT_MACROS perl_set_version mycmakeargs=( -DZM_PERL_SUBPREFIX=${VENDOR_LIB#/usr} -DZM_TMPDIR=/var/tmp/zm -DZM_SOCKDIR=/var/run/zm -DZM_WEB_USER=apache -DZM_WEB_GROUP=apache -DZM_WEBDIR=${MY_ZM_WEBDIR} $(cmake-utils_useno mmap ZM_NO_MMAP) -DZM_NO_X10=OFF -DZM_NO_FFMPEG=OFF $(cmake-utils_useno curl ZM_NO_CURL) $(cmake-utils_useno vlc ZM_NO_LIBVLC) $(cmake-utils_useno openssl CMAKE_DISABLE_FIN
[gentoo-commits] gentoo-x86 commit in games-engines/openmw: ChangeLog openmw-0.33.0.ebuild
hasufell14/11/06 21:23:18 Modified: ChangeLog openmw-0.33.0.ebuild Log: rm obsolete patch, tweak cfg patch to be more upstream compatible, fix libsdl2 USE flag deps (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.2 games-engines/openmw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Nov 2014 20:15:00 - 1.1 +++ ChangeLog 6 Nov 2014 21:23:18 - 1.2 @@ -1,6 +1,11 @@ # ChangeLog for games-engines/openmw # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v 1.1 2014/11/06 20:15:00 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v 1.2 2014/11/06 21:23:18 hasufell Exp $ + + 06 Nov 2014; Julian Ospald openmw-0.33.0.ebuild, + -files/openmw-0.33.0-build.patch, files/openmw-0.33.0-cfg.patch: + rm obsolete patch, tweak cfg patch to be more upstream compatible, fix + libsdl2 USE flag deps *openmw-0.33.0 (06 Nov 2014) 1.2 games-engines/openmw/openmw-0.33.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?r1=1.1&r2=1.2 Index: openmw-0.33.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openmw-0.33.0.ebuild6 Nov 2014 20:15:00 - 1.1 +++ openmw-0.33.0.ebuild6 Nov 2014 21:23:18 - 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/games-engines/openmw/openmw-0.33.0.ebuild,v 1.1 2014/11/06 20:15:00 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild,v 1.2 2014/11/06 21:23:18 hasufell Exp $ EAPI=5 @@ -23,7 +23,7 @@ >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 media-libs/freetype:2 - media-libs/libsdl2 + media-libs/libsdl2[X,video] media-libs/openal >=sci-physics/bullet-2.80 virtual/ffmpeg @@ -38,7 +38,6 @@ src_prepare() { epatch "${FILESDIR}"/${P}-cfg.patch \ - "${FILESDIR}"/${P}-build.patch \ "${FILESDIR}"/${P}-opencs.patch }
[gentoo-commits] gentoo-x86 commit in games-engines/openmw/files: openmw-0.33.0-cfg.patch openmw-0.33.0-build.patch
hasufell14/11/06 21:23:18 Modified: openmw-0.33.0-cfg.patch Removed: openmw-0.33.0-build.patch Log: rm obsolete patch, tweak cfg patch to be more upstream compatible, fix libsdl2 USE flag deps (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.2 games-engines/openmw/files/openmw-0.33.0-cfg.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-cfg.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-cfg.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-cfg.patch?r1=1.1&r2=1.2 Index: openmw-0.33.0-cfg.patch === RCS file: /var/cvsroot/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-cfg.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openmw-0.33.0-cfg.patch 6 Nov 2014 20:15:00 - 1.1 +++ openmw-0.33.0-cfg.patch 6 Nov 2014 21:23:18 - 1.2 @@ -5,7 +5,10 @@ --- files/openmw.cfg +++ files/openmw.cfg -@@ -1,2 +1,2 @@ --data="?mw?Data Files" +@@ -1,5 +1,6 @@ + data="?global?data" + data="?mw?Data Files" +data=${MORROWIND_DATA_FILES} - resources=${MORROWIND_RESOURCE_FILES} + data-local="?userdata?data" + resources=${OPENMW_RESOURCE_FILES} + script-blacklist=Museum
[gentoo-commits] gentoo-x86 commit in profiles: package.mask
mrueg 14/11/06 21:02:11 Modified: package.mask Log: Update comment. Revision ChangesPath 1.16144 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16144&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16144&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16143&r2=1.16144 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16143 retrieving revision 1.16144 diff -u -r1.16143 -r1.16144 --- package.mask6 Nov 2014 21:01:43 - 1.16143 +++ package.mask6 Nov 2014 21:02:10 - 1.16144 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16143 2014/11/06 21:01:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16144 2014/11/06 21:02:10 mrueg 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 @@ -40,6 +40,7 @@ # Manuel Rüger (6 Nov 2014) # Use kde-base/oxygen-fonts instead +# Masked for removal in 30 days media-fonts/oxygen-fonts # Ulrich Müller (5 Nov 2014)
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
mrueg 14/11/06 21:01:44 Modified: ChangeLog package.mask Log: Mask dev-ruby/prawn:0 Revision ChangesPath 1.9521 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9521&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9521&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9520&r2=1.9521 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9520 retrieving revision 1.9521 diff -u -r1.9520 -r1.9521 --- ChangeLog 6 Nov 2014 20:58:43 - 1.9520 +++ ChangeLog 6 Nov 2014 21:01:43 - 1.9521 @@ -1,12 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9520 2014/11/06 20:58:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9521 2014/11/06 21:01:43 mrueg 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! 06 Nov 2014; Manuel Rüger package.mask: + Mask dev-ruby/prawn:0 + + 06 Nov 2014; Manuel Rüger package.mask: Mask media-fonts/oxygen-fonts 06 Nov 2014; Julian Ospald package.mask: 1.16143 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16143&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16143&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16142&r2=1.16143 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16142 retrieving revision 1.16143 diff -u -r1.16142 -r1.16143 --- package.mask6 Nov 2014 20:58:43 - 1.16142 +++ package.mask6 Nov 2014 21:01:43 - 1.16143 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16142 2014/11/06 20:58:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16143 2014/11/06 21:01:43 mrueg 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 @@ -31,6 +31,14 @@ #--- END OF EXAMPLES --- # Manuel Rüger (6 Nov 2014) +# Unmaintained slot, move on to dev-ruby/prawn:1 +# Masked for removal in 30 days +dev-ruby/prawn:0 +dev-ruby/prawn-security +dev-ruby/prawn-layout +dev-ruby/prawn-core + +# Manuel Rüger (6 Nov 2014) # Use kde-base/oxygen-fonts instead media-fonts/oxygen-fonts
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
mrueg 14/11/06 20:58:44 Modified: ChangeLog package.mask Log: Mask media-fonts/oxygen-fonts Revision ChangesPath 1.9520 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9520&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9520&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9519&r2=1.9520 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9519 retrieving revision 1.9520 diff -u -r1.9519 -r1.9520 --- ChangeLog 6 Nov 2014 20:14:11 - 1.9519 +++ ChangeLog 6 Nov 2014 20:58:43 - 1.9520 @@ -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.9519 2014/11/06 20:14:11 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9520 2014/11/06 20:58:43 mrueg 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! + 06 Nov 2014; Manuel Rüger package.mask: + Mask media-fonts/oxygen-fonts + 06 Nov 2014; Julian Ospald package.mask: unmask dev-games/ogre-1.9.0 1.16142 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16141&r2=1.16142 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16141 retrieving revision 1.16142 diff -u -r1.16141 -r1.16142 --- package.mask6 Nov 2014 20:14:11 - 1.16141 +++ package.mask6 Nov 2014 20:58:43 - 1.16142 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16141 2014/11/06 20:14:11 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16142 2014/11/06 20:58:43 mrueg 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 --- +# Manuel Rüger (6 Nov 2014) +# Use kde-base/oxygen-fonts instead +media-fonts/oxygen-fonts + # Ulrich Müller (5 Nov 2014) # Does not build with Emacs 24.4. # Last visible upstream activity in 2011.
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: 4ec0c2f21e0edda6d873f6fbfba1f770f3f3f663 Author: Manuel Rüger gentoo org> AuthorDate: Thu Nov 6 20:34:21 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Thu Nov 6 20:34:21 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4ec0c2f2 [profiles] Update mask --- profiles/package.mask/plasma-5.1.1 | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/package.mask/plasma-5.1.1 b/profiles/package.mask/plasma-5.1.1 index b8eecd7..3ebf885 100644 --- a/profiles/package.mask/plasma-5.1.1 +++ b/profiles/package.mask/plasma-5.1.1 @@ -1,5 +1,5 @@ # Manuel Rüger (06 Nov 2014) -# Depends on Qt5 which is masked +# Unreleased and depends on Qt5 which is masked ~kde-base/baloo-5.1.1 ~kde-base/breeze-5.1.1 ~kde-base/kde-cli-tools-5.1.1 @@ -21,6 +21,9 @@ ~kde-base/libnm-qt-5.1.1 ~kde-base/milou-5.1.1 ~kde-base/oxygen-5.1.1 +# This should be moved to the main tree when released +~kde-base/oxygen-fonts-5.1.1 +# ~kde-base/plasma-desktop-5.1.1 ~kde-base/plasma-nm-5.1.1 ~kde-base/plasma-workspace-5.1.1
[gentoo-commits] proj/kde:master commit in: kde-base/oxygen-fonts/
commit: 8bb9de9009e0a78160a1cc90d5dd927a4770c550 Author: Manuel Rüger gentoo org> AuthorDate: Thu Nov 6 20:43:22 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Thu Nov 6 20:43:22 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8bb9de90 [kde-base/oxygen-fonts] Add missed ebuild. --- kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild | 35 + 1 file changed, 35 insertions(+) diff --git a/kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild b/kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild new file mode 100644 index 000..097bf70 --- /dev/null +++ b/kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild,v 1.1 2014/10/15 13:34:23 kensington Exp $ + +EAPI=5 + +inherit cmake-utils font + +DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts"; +SRC_URI="mirror://kde/stable/plasma/${PV}/${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="5" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/extra-cmake-modules + media-gfx/fontforge +" +RDEPEND="!media-fonts/oxygen-fonts" + +src_configure() { + local mycmakeargs=( + -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}" + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + font_src_install +}
[gentoo-commits] gentoo-x86 commit in dev-perl/URI-Encode: ChangeLog URI-Encode-0.90.0.ebuild metadata.xml
dilfridge14/11/06 20:39:56 Added:ChangeLog URI-Encode-0.90.0.ebuild metadata.xml Log: New package. Dependency of www-misc/zoneminder. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.1 dev-perl/URI-Encode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI-Encode/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI-Encode/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for dev-perl/URI-Encode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/URI-Encode/ChangeLog,v 1.1 2014/11/06 20:39:56 dilfridge Exp $ *URI-Encode-0.90.0 (06 Nov 2014) 06 Nov 2014; Andreas K. Huettel +URI-Encode-0.90.0.ebuild, +metadata.xml: New package. Dependency of www-misc/zoneminder. 1.1 dev-perl/URI-Encode/URI-Encode-0.90.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI-Encode/URI-Encode-0.90.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI-Encode/URI-Encode-0.90.0.ebuild?rev=1.1&content-type=text/plain Index: URI-Encode-0.90.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/URI-Encode/URI-Encode-0.90.0.ebuild,v 1.1 2014/11/06 20:39:56 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=MITHUN MODULE_VERSION=0.09 inherit perl-module DESCRIPTION="Simple percent Encoding/Decoding" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND=" virtual/perl-Encode " DEPEND="${RDEPEND} >=virtual/perl-Module-Build-0.380.0 virtual/perl-version test? ( virtual/perl-Test-Simple ) " 1.1 dev-perl/URI-Encode/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI-Encode/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI-Encode/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> perl
[gentoo-commits] gentoo-x86 commit in dev-perl/URI-Encode: - New directory
dilfridge14/11/06 20:39:01 Log: Directory /var/cvsroot/gentoo-x86/dev-perl/URI-Encode added to the repository
[gentoo-commits] proj/openrc:master commit in: init.d/
commit: 93ba67eff9333e434c969bb8131467f777546764 Author: William Hubbs gmail com> AuthorDate: Thu Nov 6 20:38:17 2014 + Commit: William Hubbs gentoo org> CommitDate: Thu Nov 6 20:38:17 2014 + URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=93ba67ef netmount: unmount nfs file systems --- init.d/netmount.in | 9 + 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/init.d/netmount.in b/init.d/netmount.in index f6145f0..4ea0c4c 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -47,14 +47,7 @@ stop() eindent fs= for x in $net_fs_list $extra_net_fs_list; do - case "$x" in - nfs|nfs4) - continue - ;; - *) - fs="$fs${fs:+|}$x" - ;; - esac + fs="$fs${fs:+|}$x" done [ -n "$fs" ] && fs="^($fs)$" do_unmount umount ${fs:+--fstype-regex} $fs --netdev
[gentoo-commits] gentoo-x86 commit in net-dns/dnssec-tools: dnssec-tools-2.1.ebuild ChangeLog
xmw 14/11/06 20:37:10 Modified: ChangeLog Added:dnssec-tools-2.1.ebuild Log: Fix elog message and switch to readme.gentoo (thanks Paul Tobias, bug 515206) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.9 net-dns/dnssec-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-tools/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-tools/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-tools/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-dns/dnssec-tools/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 17 Nov 2013 12:56:30 - 1.8 +++ ChangeLog 6 Nov 2014 20:37:10 - 1.9 @@ -1,6 +1,11 @@ # ChangeLog for net-dns/dnssec-tools -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-tools/ChangeLog,v 1.8 2013/11/17 12:56:30 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-tools/ChangeLog,v 1.9 2014/11/06 20:37:10 xmw Exp $ + +*dnssec-tools-2.1 (06 Nov 2014) + + 06 Nov 2014; Michael Weber +dnssec-tools-2.1.ebuild: + Fix elog message and switch to readme.gentoo (thanks Paul Tobias, bug 515206) *dnssec-tools-2.0-r1 (17 Nov 2013) 1.1 net-dns/dnssec-tools/dnssec-tools-2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-tools/dnssec-tools-2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-tools/dnssec-tools-2.1.ebuild?rev=1.1&content-type=text/plain Index: dnssec-tools-2.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-tools/dnssec-tools-2.1.ebuild,v 1.1 2014/11/06 20:37:10 xmw Exp $ EAPI=4 inherit eutils qt4-r2 systemd readme.gentoo DESCRIPTION="tools to ease the deployment of DNSSEC related technologies" HOMEPAGE="http://www.dnssec-tools.org/"; SRC_URI="http://www.dnssec-tools.org/download/${P}.tar.gz"; LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" RDEPEND="dev-lang/perl dev-perl/Crypt-OpenSSL-Random dev-perl/Getopt-GUI-Long dev-perl/GraphViz dev-perl/MailTools dev-perl/Net-DNS dev-perl/XML-Simple" DEPEND="${RDEPEND}" src_prepare() { sed -e '/^maninstall:/,+3s:$(MKPATH) $(mandir)/$(man1dir):$(MKPATH) $(DESTDIR)/$(mandir)/$(man1dir):' \ -i Makefile.in || die sed -e 's:/usr/local/etc:/etc:g' \ -e 's:/usr/local:/usr:g' \ -i tools/donuts/donuts \ -i tools/etc/dnssec-tools/dnssec-tools.conf \ -i tools/scripts/genkrf || die epatch "${FILESDIR}"/${PN}-2.0-dtinitconf.patch } src_configure() { econf \ --disable-bind-checks \ --without-validator \ --with-perl-build-args=INSTALLDIRS=vendor \ $(use_enable static-libs static) } src_install() { emake DESTDIR="${D}" install newinitd "${FILESDIR}"/rollerd.initd rollerd newconfd "${FILESDIR}"/rollerd.confd rollerd systemd_dounit "${FILESDIR}"/rollerd.service newinitd "${FILESDIR}"/donutsd.initd donutsd newconfd "${FILESDIR}"/donutsd.confd donutsd systemd_dounit "${FILESDIR}"/donutsd.service prune_libtool_files readme.gentoo_create_doc } DISABLE_AUTOFORMATTING=1 DOC_CONTENTS="Please run 'dtinitconf' in order to set up the required /etc/dnssec-tools/dnssec-tools.conf file DNSSEC Validator has been split into net-dns/dnssec-validator "
[gentoo-commits] proj/kde:master commit in: kde-base/libnm-qt/, kde-base/kinfocenter/, kde-base/kde-cli-tools/, ...
commit: 6745b7b1eab020256357c27ed73ede44c0ef16cd Author: Manuel Rüger gentoo org> AuthorDate: Thu Nov 6 20:31:06 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Thu Nov 6 20:31:06 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6745b7b1 [kde-base] Add Plasma 5.1.1 --- kde-base/baloo/baloo-5.1.1.ebuild | 46 +++ kde-base/breeze/breeze-5.1.1.ebuild| 65 + kde-base/kde-cli-tools/kde-cli-tools-5.1.1.ebuild | 50 +++ .../kdeplasma-addons/kdeplasma-addons-5.1.1.ebuild | 44 +++ kde-base/kfilemetadata/kfilemetadata-5.1.1.ebuild | 36 + kde-base/khelpcenter/khelpcenter-5.1.1.ebuild | 49 +++ kde-base/khotkeys/khotkeys-5.1.1.ebuild| 45 +++ kde-base/kinfocenter/kinfocenter-5.1.1.ebuild | 70 ++ kde-base/kio-extras/kio-extras-5.1.1.ebuild| 83 kde-base/kmenuedit/kmenuedit-5.1.1.ebuild | 44 +++ kde-base/ksysguard/ksysguard-5.1.1.ebuild | 47 +++ kde-base/kwayland/kwayland-5.1.1.ebuild| 26 kde-base/kwin/kwin-5.1.1.ebuild| 80 kde-base/kwrited/kwrited-5.1.1.ebuild | 23 kde-base/libkscreen/libkscreen-5.1.1.ebuild| 26 kde-base/libksysguard/libksysguard-5.1.1.ebuild| 53 kde-base/libmm-qt/libmm-qt-5.1.1.ebuild| 22 kde-base/libnm-qt/libnm-qt-5.1.1.ebuild| 26 kde-base/milou/milou-5.1.1.ebuild | 24 kde-base/oxygen/oxygen-5.1.1.ebuild| 42 ++ .../plasma-desktop/plasma-desktop-5.1.1.ebuild | 114 kde-base/plasma-nm/plasma-nm-5.1.1.ebuild | 65 + .../plasma-workspace-wallpapers-5.1.1.ebuild | 16 +++ .../plasma-workspace/plasma-workspace-5.1.1.ebuild | 145 + kde-base/powerdevil/powerdevil-5.1.1.ebuild| 56 .../systemsettings/systemsettings-5.1.1.ebuild | 40 ++ 26 files changed, 1337 insertions(+) diff --git a/kde-base/baloo/baloo-5.1.1.ebuild b/kde-base/baloo/baloo-5.1.1.ebuild new file mode 100644 index 000..191fbc7 --- /dev/null +++ b/kde-base/baloo/baloo-5.1.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="Framework for searching and managing metadata" +KEYWORDS=" ~amd64" +IUSE="" + +# TODO re-enable kdepim integration +DEPEND=" + $(add_frameworks_dep kauth) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep solid) + $(add_kdebase_dep kfilemetadata) + =dev-libs/xapian-1.2*[chert] + dev-qt/qtdbus:5 + dev-qt/qtdeclarative:5 + dev-qt/qtgui:5 + dev-qt/qtsql:5 + dev-qt/qtwidgets:5 + sys-apps/attr + !https://projects.kde.org/projects/kde/workspace/breeze"; +KEYWORDS=" ~amd64" +IUSE="kde4" + +DEPEND=" + $(add_frameworks_dep frameworkintegration) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwindowsystem) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libxcb + kde4? ( + kde-base/kdelibs:4 + x11-libs/libX11 + ) +" +RDEPEND=" + ${DEPEND} + dev-qt/qtgraphicaleffects:5 +" + +pkg_setup() { + kde5_pkg_setup + + MULTIBUILD_VARIANTS=( kf5 ) + use kde4 && MULTIBUILD_VARIANTS+=( kde4 ) +} + +src_configure() { + myconfigure() { + local mycmakeargs=() + + if [[ ${MULTIBUILD_VARIANT} = kde4 ]] ; then + mycmakeargs+=( -DUSE_KDE4=true ) + fi + + kde5_src_configure + } + + multibuild_foreach_variant myconfigure +} + +src_compile() { + multibuild_foreach_variant kde5_src_compile +} + +src_install() { + multibuild_foreach_variant kde5_src_install +} diff --git a/kde-base/kde-cli-tools/kde-cli-tools-5.1.1.ebuild b/kde-base/kde-cli-tools/kde-cli-tools-5.1.1.ebuild new file mode 100644 index 000..8b362e2 --- /dev/null +++ b/kde-base/kde-cli-tools/kde-cli-tools-5.1.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of
[gentoo-commits] proj/kde:master commit in: profiles/package.mask/
commit: 0304054110ee4a0b34ad3e4d82328ef2ded4fa1a Author: Manuel Rüger gentoo org> AuthorDate: Thu Nov 6 20:30:21 2014 + Commit: Manuel Rüger gentoo org> CommitDate: Thu Nov 6 20:30:21 2014 + URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=03040541 [profiles] Add package mask for plasma 5.1.1 --- profiles/package.mask/plasma-5.1.1 | 28 1 file changed, 28 insertions(+) diff --git a/profiles/package.mask/plasma-5.1.1 b/profiles/package.mask/plasma-5.1.1 new file mode 100644 index 000..b8eecd7 --- /dev/null +++ b/profiles/package.mask/plasma-5.1.1 @@ -0,0 +1,28 @@ +# Manuel Rüger (06 Nov 2014) +# Depends on Qt5 which is masked +~kde-base/baloo-5.1.1 +~kde-base/breeze-5.1.1 +~kde-base/kde-cli-tools-5.1.1 +~kde-base/kdeplasma-addons-5.1.1 +~kde-base/kde-gtk-config-5.1.1 +~kde-base/kfilemetadata-5.1.1 +~kde-base/khelpcenter-5.1.1 +~kde-base/khotkeys-5.1.1 +~kde-base/kinfocenter-5.1.1 +~kde-base/kio-extras-5.1.1 +~kde-base/kmenuedit-5.1.1 +~kde-base/ksysguard-5.1.1 +~kde-base/kwayland-5.1.1 +~kde-base/kwin-5.1.1 +~kde-base/kwrited-5.1.1 +~kde-base/libkscreen-5.1.1 +~kde-base/libksysguard-5.1.1 +~kde-base/libmm-qt-5.1.1 +~kde-base/libnm-qt-5.1.1 +~kde-base/milou-5.1.1 +~kde-base/oxygen-5.1.1 +~kde-base/plasma-desktop-5.1.1 +~kde-base/plasma-nm-5.1.1 +~kde-base/plasma-workspace-5.1.1 +~kde-base/powerdevil-5.1.1 +~kde-base/systemsettings-5.1.1
[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Structures_DataGrid: PEAR-Structures_DataGrid-0.9.3.ebuild ChangeLog PEAR-Structures_DataGrid-0.8.3.ebuild
grknight14/11/06 20:27:32 Modified: ChangeLog Added:PEAR-Structures_DataGrid-0.9.3.ebuild Removed: PEAR-Structures_DataGrid-0.8.3.ebuild Log: Version bump; Drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D) Revision ChangesPath 1.36 dev-php/PEAR-Structures_DataGrid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 29 Mar 2008 00:19:13 - 1.35 +++ ChangeLog 6 Nov 2014 20:27:32 - 1.36 @@ -1,6 +1,13 @@ # ChangeLog for dev-php/PEAR-Structures_DataGrid -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog,v 1.35 2008/03/29 00:19:13 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/ChangeLog,v 1.36 2014/11/06 20:27:32 grknight Exp $ + +*PEAR-Structures_DataGrid-0.9.3 (06 Nov 2014) + + 06 Nov 2014; Brian Evans + +PEAR-Structures_DataGrid-0.9.3.ebuild, + -PEAR-Structures_DataGrid-0.8.3.ebuild: + Version bump; Drop old 29 Mar 2008; Markus Meier PEAR-Structures_DataGrid-0.9.0.ebuild: @@ -158,4 +165,3 @@ 21 Jul 2005; Sebastian Bergmann +metadata.xml, +PEAR-Structures_DataGrid-0.6.2.ebuild: Initial ebuild. - 1.1 dev-php/PEAR-Structures_DataGrid/PEAR-Structures_DataGrid-0.9.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Structures_DataGrid/PEAR-Structures_DataGrid-0.9.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Structures_DataGrid/PEAR-Structures_DataGrid-0.9.3.ebuild?rev=1.1&content-type=text/plain Index: PEAR-Structures_DataGrid-0.9.3.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Structures_DataGrid/PEAR-Structures_DataGrid-0.9.3.ebuild,v 1.1 2014/11/06 20:27:32 grknight Exp $ EAPI=5 inherit php-pear-r1 DESCRIPTION="A tabular structure that contains a record set of data for paging and sorting purposes." LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE=""
[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-SOAP: ChangeLog PEAR-SOAP-0.12.0.ebuild PEAR-SOAP-0.11.0.ebuild
grknight14/11/06 20:18:40 Modified: ChangeLog Removed: PEAR-SOAP-0.12.0.ebuild PEAR-SOAP-0.11.0.ebuild Log: Drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D) Revision ChangesPath 1.50 dev-php/PEAR-SOAP/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 26 Jan 2014 18:39:31 - 1.49 +++ ChangeLog 6 Nov 2014 20:18:40 - 1.50 @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-SOAP # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.49 2014/01/26 18:39:31 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-SOAP/ChangeLog,v 1.50 2014/11/06 20:18:40 grknight Exp $ + + 06 Nov 2014; Brian Evans -PEAR-SOAP-0.11.0.ebuild, + -PEAR-SOAP-0.12.0.ebuild: + Drop old 26 Jan 2014; Ole Markus With PEAR-SOAP-0.11.0.ebuild, PEAR-SOAP-0.13.0.ebuild:
[gentoo-commits] gentoo-x86 commit in games-engines/openmw/files: openmw-0.33.0-build.patch openmw-0.33.0-cfg.patch openmw-0.33.0-opencs.patch
hasufell14/11/06 20:15:01 Added:openmw-0.33.0-build.patch openmw-0.33.0-cfg.patch openmw-0.33.0-opencs.patch Log: initial import wrt #411295 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.1 games-engines/openmw/files/openmw-0.33.0-build.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-build.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-build.patch?rev=1.1&content-type=text/plain Index: openmw-0.33.0-build.patch === fix build --- extern/sdl4ogre/sdlcursormanager.cpp +++ extern/sdl4ogre/sdlcursormanager.cpp @@ -1,3 +1,5 @@ +#include + #include "sdlcursormanager.hpp" #include --- extern/sdl4ogre/sdlwindowhelper.cpp +++ extern/sdl4ogre/sdlwindowhelper.cpp @@ -1,3 +1,5 @@ +#include + #include "sdlwindowhelper.hpp" #include 1.1 games-engines/openmw/files/openmw-0.33.0-cfg.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-cfg.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-cfg.patch?rev=1.1&content-type=text/plain Index: openmw-0.33.0-cfg.patch === From: Julian Ospald Date: Sat Jun 16 00:27:52 UTC 2012 use cmake variable for data location --- files/openmw.cfg +++ files/openmw.cfg @@ -1,2 +1,2 @@ -data="?mw?Data Files" +data=${MORROWIND_DATA_FILES} resources=${MORROWIND_RESOURCE_FILES} 1.1 games-engines/openmw/files/openmw-0.33.0-opencs.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-opencs.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/files/openmw-0.33.0-opencs.patch?rev=1.1&content-type=text/plain Index: openmw-0.33.0-opencs.patch === https://bugs.openmw.org/issues/2108 diff --git a/apps/opencs/view/render/cell.hpp b/apps/opencs/view/render/cell.hpp index e63e095..67117bf 100644 --- a/apps/opencs/view/render/cell.hpp +++ b/apps/opencs/view/render/cell.hpp @@ -3,6 +3,7 @@ #include #include +#include #include
[gentoo-commits] gentoo-x86 commit in games-engines/openmw: ChangeLog openmw-0.33.0.ebuild metadata.xml Manifest
hasufell14/11/06 20:15:00 Added:ChangeLog openmw-0.33.0.ebuild metadata.xml Manifest Log: initial import wrt #411295 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BDEED020) Revision ChangesPath 1.1 games-engines/openmw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for games-engines/openmw # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/ChangeLog,v 1.1 2014/11/06 20:15:00 hasufell Exp $ *openmw-0.33.0 (06 Nov 2014) 06 Nov 2014; Julian Ospald +openmw-0.33.0.ebuild, +files/openmw-0.33.0-build.patch, +files/openmw-0.33.0-cfg.patch, +files/openmw-0.33.0-opencs.patch, +metadata.xml: initial import wrt #411295 1.1 games-engines/openmw/openmw-0.33.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild?rev=1.1&content-type=text/plain Index: openmw-0.33.0.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-engines/openmw/openmw-0.33.0.ebuild,v 1.1 2014/11/06 20:15:00 hasufell Exp $ EAPI=5 inherit eutils gnome2-utils cmake-utils games DESCRIPTION="An open source reimplementation of TES III: Morrowind" HOMEPAGE="http://openmw.org/"; SRC_URI="https://github.com/OpenMW/openmw/archive/${P}.tar.gz"; LICENSE="GPL-3 MIT BitstreamVera OFL-1.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc cdinstall devtools +launcher" # XXX static build RDEPEND=">=dev-games/mygui-3.2.1 >=dev-games/ogre-1.9.0[cg,freeimage,ois,opengl,zip] >=dev-libs/boost-1.46.0 dev-libs/tinyxml >=dev-qt/qtcore-4.7.0:4 >=dev-qt/qtgui-4.7.0:4 media-libs/freetype:2 media-libs/libsdl2 media-libs/openal >=sci-physics/bullet-2.80 virtual/ffmpeg devtools? ( dev-qt/qtxmlpatterns:4 ) launcher? ( app-arch/unshield )" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen media-gfx/graphviz )" PDEPEND="cdinstall? ( games-rpg/morrowind-data )" S=${WORKDIR}/${PN}-${P} src_prepare() { epatch "${FILESDIR}"/${P}-cfg.patch \ "${FILESDIR}"/${P}-build.patch \ "${FILESDIR}"/${P}-opencs.patch } src_configure() { local mycmakeargs=( -DBINDIR="${GAMES_BINDIR}" $(cmake-utils_use_build devtools BSATOOL) $(cmake-utils_use_build devtools ESMTOOL) $(cmake-utils_use_build launcher LAUNCHER) -DMWINIIMPORTER=ON -DBUILD_MYGUI_PLUGIN=ON $(cmake-utils_use_build devtools OPENCS) -DUNITTESTS=OFF -DDATADIR="${GAMES_DATADIR}"/${PN} -DICONDIR=/usr/share/icons/hicolor/256x256/apps -DLIBDIR="$(games_get_libdir)" -DMORROWIND_DATA_FILES="${GAMES_DATADIR}"/morrowind-data -DOPENMW_RESOURCE_FILES="${GAMES_DATADIR}"/${PN}/resources -DSYSCONFDIR="${GAMES_SYSCONFDIR}"/${PN} -DUSE_SYSTEM_TINYXML=ON ) cmake-utils_src_configure } src_compile() { cmake-utils_src_compile if use doc ; then emake -C "${CMAKE_BUILD_DIR}" doc fi } src_install() { cmake-utils_src_install dodoc readme.txt # about 46835 files, dodoc seems to have trouble if use doc ; then dodir "/usr/share/doc/${PF}" find "${CMAKE_BUILD_DIR}"/docs/Doxygen/html \ -name '*.md5' -type f -delete mv "${CMAKE_BUILD_DIR}"/docs/Doxygen/html \ "${D}/usr/share/doc/${PF}/" || die fi prepgamesdirs } pkg_preinst() { games_pkg_preinst gnome2_icon_savelist } pkg_postinst() { games_pkg_postinst gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update } 1.1 games-engines/openmw/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-engines/openmw/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";>
[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
hasufell14/11/06 20:14:12 Modified: ChangeLog package.mask Log: unmask dev-games/ogre-1.9.0 Revision ChangesPath 1.9519 profiles/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9519&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9519&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9518&r2=1.9519 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v retrieving revision 1.9518 retrieving revision 1.9519 diff -u -r1.9518 -r1.9519 --- ChangeLog 6 Nov 2014 15:08:02 - 1.9518 +++ ChangeLog 6 Nov 2014 20:14:11 - 1.9519 @@ -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.9518 2014/11/06 15:08:02 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9519 2014/11/06 20:14:11 hasufell 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! + 06 Nov 2014; Julian Ospald package.mask: + unmask dev-games/ogre-1.9.0 + 06 Nov 2014; Michał Górny desc/python_single_target.desc, desc/python_targets.desc: Describe flags for PyPy3. 1.16141 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16141&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16141&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16140&r2=1.16141 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16140 retrieving revision 1.16141 diff -u -r1.16140 -r1.16141 --- package.mask6 Nov 2014 11:51:29 - 1.16140 +++ package.mask6 Nov 2014 20:14:11 - 1.16141 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16140 2014/11/06 11:51:29 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16141 2014/11/06 20:14:11 hasufell 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 @@ -894,10 +894,6 @@ >=dev-dotnet/gnome-sharp-2.24.2-r1 >=dev-dotnet/gtk-sharp-2.12.21 -# Julian Ospald (30 Dec 2013) -# breaks every consumer -=dev-games/ogre-1.9.0 - # Michał Górny (15 Dec 2013) # Masked for testing due to almost complete redesign. It is now # completely split and no longer has an integrated GUI. Currently,
[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Pager: PEAR-Pager-2.4.9.ebuild ChangeLog PEAR-Pager-2.4.4.ebuild PEAR-Pager-2.4.5.ebuild
grknight14/11/06 20:10:02 Modified: ChangeLog Added:PEAR-Pager-2.4.9.ebuild Removed: PEAR-Pager-2.4.4.ebuild PEAR-Pager-2.4.5.ebuild Log: Version bump; Drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D) Revision ChangesPath 1.42 dev-php/PEAR-Pager/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Pager/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Pager/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Pager/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Pager/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 10 Aug 2014 20:54:45 - 1.41 +++ ChangeLog 6 Nov 2014 20:10:02 - 1.42 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Pager # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Pager/ChangeLog,v 1.41 2014/08/10 20:54:45 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Pager/ChangeLog,v 1.42 2014/11/06 20:10:02 grknight Exp $ + +*PEAR-Pager-2.4.9 (06 Nov 2014) + + 06 Nov 2014; Brian Evans +PEAR-Pager-2.4.9.ebuild, + -PEAR-Pager-2.4.4.ebuild, -PEAR-Pager-2.4.5.ebuild: + Version bump; Drop old 10 Aug 2014; Sergei Trofimovich PEAR-Pager-2.4.4.ebuild, PEAR-Pager-2.4.5.ebuild, PEAR-Pager-2.4.8.ebuild: 1.1 dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild?rev=1.1&content-type=text/plain Index: PEAR-Pager-2.4.9.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Pager/PEAR-Pager-2.4.9.ebuild,v 1.1 2014/11/06 20:10:02 grknight Exp $ EAPI=5 inherit php-pear-r1 DESCRIPTION="Data paging class" LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE=""
[gentoo-commits] gentoo-x86 commit in net-dns/dnssec-nodes: dnssec-nodes-2.1.ebuild ChangeLog
xmw 14/11/06 20:08:05 Modified: dnssec-nodes-2.1.ebuild ChangeLog Log: Add qtcore as dependency (thanks Patrick Lauer, bug 514404) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.2 net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild?r1=1.1&r2=1.2 Index: dnssec-nodes-2.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dnssec-nodes-2.1.ebuild 6 Nov 2014 20:00:10 - 1.1 +++ dnssec-nodes-2.1.ebuild 6 Nov 2014 20:08:05 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild,v 1.1 2014/11/06 20:00:10 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild,v 1.2 2014/11/06 20:08:05 xmw Exp $ EAPI=4 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="=net-dns/dnssec-validator-${PV}[threads]" +RDEPEND="=net-dns/dnssec-validator-${PV}[threads] + dev-qt/qtcore:4" DEPEND="${RDEPEND}" src_configure() { 1.8 net-dns/dnssec-nodes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 6 Nov 2014 20:00:10 - 1.7 +++ ChangeLog 6 Nov 2014 20:08:05 - 1.8 @@ -1,6 +1,9 @@ # ChangeLog for net-dns/dnssec-nodes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/ChangeLog,v 1.7 2014/11/06 20:00:10 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/ChangeLog,v 1.8 2014/11/06 20:08:05 xmw Exp $ + + 06 Nov 2014; Michael Weber dnssec-nodes-2.1.ebuild: + Add qtcore as dependency (thanks Patrick Lauer, bug 514404) *dnssec-nodes-2.1 (06 Nov 2014)
[gentoo-commits] gentoo-x86 commit in dev-perl/IO-Tty: IO-Tty-1.120.0.ebuild ChangeLog
dilfridge14/11/06 20:07:56 Modified: ChangeLog Added:IO-Tty-1.120.0.ebuild Log: Version bump, bug 525752 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!) Revision ChangesPath 1.51 dev-perl/IO-Tty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Tty/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Tty/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Tty/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 24 Jul 2014 09:48:47 - 1.50 +++ ChangeLog 6 Nov 2014 20:07:56 - 1.51 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/IO-Tty # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.50 2014/07/24 09:48:47 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Tty/ChangeLog,v 1.51 2014/11/06 20:07:56 dilfridge Exp $ + +*IO-Tty-1.120.0 (06 Nov 2014) + + 06 Nov 2014; Andreas K. Huettel + +IO-Tty-1.120.0.ebuild: + Version bump, bug 525752 24 Jul 2014; Mikle Kolyada -IO-Tty-1.08.ebuild, -IO-Tty-1.100.0.ebuild, IO-Tty-1.110.0.ebuild: 1.1 dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-Tty/IO-Tty-1.120.0.ebuild?rev=1.1&content-type=text/plain Index: IO-Tty-1.120.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/IO-Tty/IO-Tty-1.120.0.ebuild,v 1.1 2014/11/06 20:07:56 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=TODDR MODULE_VERSION=1.12 inherit perl-module DESCRIPTION="IO::Tty and IO::Pty modules for Perl" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" SRC_TEST=do
[gentoo-commits] gentoo-x86 commit in net-dns/dnssec-lookup: dnssec-lookup-2.1.ebuild ChangeLog
xmw 14/11/06 20:05:27 Modified: ChangeLog Added:dnssec-lookup-2.1.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.8 net-dns/dnssec-lookup/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-lookup/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-lookup/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-lookup/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-dns/dnssec-lookup/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 13 Mar 2013 11:23:05 - 1.7 +++ ChangeLog 6 Nov 2014 20:05:27 - 1.8 @@ -1,6 +1,11 @@ # ChangeLog for net-dns/dnssec-lookup -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-lookup/ChangeLog,v 1.7 2013/03/13 11:23:05 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-lookup/ChangeLog,v 1.8 2014/11/06 20:05:27 xmw Exp $ + +*dnssec-lookup-2.1 (06 Nov 2014) + + 06 Nov 2014; Michael Weber +dnssec-lookup-2.1.ebuild: + Version bump *dnssec-lookup-2.0 (13 Mar 2013) 1.1 net-dns/dnssec-lookup/dnssec-lookup-2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-lookup/dnssec-lookup-2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-lookup/dnssec-lookup-2.1.ebuild?rev=1.1&content-type=text/plain Index: dnssec-lookup-2.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-lookup/dnssec-lookup-2.1.ebuild,v 1.1 2014/11/06 20:05:27 xmw Exp $ EAPI=4 inherit qt4-r2 MY_PN=${PN/dnssec-/} MY_P=${MY_PN}-${PV} DESCRIPTION="DNS lookup utility that supports DNSSEC validation" HOMEPAGE="http://www.dnssec-tools.org"; SRC_URI="http://www.dnssec-tools.org/download/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="=net-dns/dnssec-validator-${PV}[threads] dev-qt/qtgui:4" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} src_configure() { eqmake4 ${MY_PN}.pro PREFIX=/usr } src_install() { newbin src/build/${MY_PN} ${PN} newicon data/64x64/${MY_PN}.png ${PN}.png newicon data/maemo/${MY_PN}.xpm ${PN}.xpm make_desktop_entry ${PN} newman man/${MY_PN}.1 ${PN}.1 }
[gentoo-commits] gentoo-x86 commit in games-engines/openmw/files: - New directory
hasufell14/11/06 20:03:40 Log: Directory /var/cvsroot/gentoo-x86/games-engines/openmw/files added to the repository
[gentoo-commits] gentoo-x86 commit in games-engines/openmw: - New directory
hasufell14/11/06 20:03:26 Log: Directory /var/cvsroot/gentoo-x86/games-engines/openmw added to the repository
[gentoo-commits] gentoo-x86 commit in games-rpg/morrowind-data: morrowind-data-2.ebuild metadata.xml ChangeLog Manifest
hasufell14/11/06 20:02:58 Added:morrowind-data-2.ebuild metadata.xml ChangeLog Manifest Log: initial import wrt #411295 (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key BDEED020) Revision ChangesPath 1.1 games-rpg/morrowind-data/morrowind-data-2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild?rev=1.1&content-type=text/plain Index: morrowind-data-2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/morrowind-data-2.ebuild,v 1.1 2014/11/06 20:02:58 hasufell Exp $ EAPI=5 inherit cdrom check-reqs games DESCRIPTION="The Elder Scrolls III: Morrowind - data extractor" HOMEPAGE="http://www.elderscrolls.com/"; SRC_URI="" LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RESTRICT="bindist mirror" RDEPEND="games-engines/openmw" DEPEND="app-arch/unshield" QA_PREBUILT="${GAMES_DATADIR}/${PN}/*" S=${WORKDIR} CHECKREQS_DISK_BUILD="622M" CHECKREQS_DISK_USR="741M" src_unpack() { cdrom_get_cds data1.cab unshield x "${CDROM_ROOT}"/data1.cab || die "unpacking data1.cab failed!" unshield x "${CDROM_ROOT}"/data2.cab || die "unpacking data2.cab failed!" } src_install() { insinto "${GAMES_DATADIR}"/${PN} doins -r "${CDROM_ROOT}"/Video doins App_Executables/Morrowind.ini Data_Files/* doins -r Music Sound Splash Fonts prepgamesdirs } 1.1 games-rpg/morrowind-data/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> hasuf...@gentoo.org Julian Ospald games 1.1 games-rpg/morrowind-data/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for games-rpg/morrowind-data # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/games-rpg/morrowind-data/ChangeLog,v 1.1 2014/11/06 20:02:58 hasufell Exp $ *morrowind-data-2 (06 Nov 2014) 06 Nov 2014; Julian Ospald +morrowind-data-2.ebuild, +metadata.xml: initial import wrt #411295 1.1 games-rpg/morrowind-data/Manifest file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/Manifest?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/morrowind-data/Manifest?rev=1.1&content-type=text/plain Index: Manifest === EBUILD morrowind-data-2.ebuild 922 SHA256 3867e9fcfb66e4a6d88ce021666a91854bc6099d95076e4884c31f5fc2f73f5e SHA512 834897cdd31d591714171bd8728bd80c56560ed759c32d9b64361b7b2b251af7533208f7d0646c928a001a1437ad23cbcb59a6418833b8467deeaa66b2c19e7c WHIRLPOOL e577670432ed72ce8ffa18171eaab86420d34f790e5a2bc9903c3acb71f6b65ad4eaa6e88171d79a3248b31509bf57c43e680c05c10a21591021b4bc47d84a1f MISC ChangeLog 282 SHA256 3345003b70ccf65eeedb273658a700f52fb507040b6b3060d0102511a65a4bde SHA512 5cef8cc7386dfededbdae9d67e269f157ca1338e9fe8fb0ce65613ec0152ee531f9c38e2f19849663a4218984bf51c5f41550ba3c3184585eee7dbc2cc721a58 WHIRLPOOL dd604f7d7f85ff4dcdaf0428d63b5900cb007f62f4e6d2413c73046999dc2b623b2b107765edc42e1e89cdd8a542ac52d39c30095e26fb4e7791c5962240ebaa MISC metadata.xml 254 SHA256 548b928b887eac78ad779373af460d64be13448be404bc9dd4de5ba7bcee660f SHA512 957071d6056e3ca50264505247c2d38c34e6a2029f27a71cd51de1c4c1f5fab45b6e6c8be1f956552fcff45e440ce911e8c11486809e6e40b4145d23b22c3cc7 WHIRLPOOL 3188212468f95f1652beab3647a2809439d7e804d930dfdba5283f3304dfb14a4ebfd05448e7447caaa48d22d21481b0d2e8b6fd0af2d30c0bd9ad7889cac0f0
[gentoo-commits] gentoo-x86 commit in net-dns/dnssec-validator/files: dnssec-validator-1.13-respect-LDFLAGS.patch
xmw 14/11/06 20:02:15 Modified: dnssec-validator-1.13-respect-LDFLAGS.patch Log: Fix NEEDED in .so file (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.2 net-dns/dnssec-validator/files/dnssec-validator-1.13-respect-LDFLAGS.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/files/dnssec-validator-1.13-respect-LDFLAGS.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/files/dnssec-validator-1.13-respect-LDFLAGS.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/files/dnssec-validator-1.13-respect-LDFLAGS.patch?r1=1.1&r2=1.2 Index: dnssec-validator-1.13-respect-LDFLAGS.patch === RCS file: /var/cvsroot/gentoo-x86/net-dns/dnssec-validator/files/dnssec-validator-1.13-respect-LDFLAGS.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dnssec-validator-1.13-respect-LDFLAGS.patch 23 Jun 2012 22:23:38 - 1.1 +++ dnssec-validator-1.13-respect-LDFLAGS.patch 6 Nov 2014 20:02:15 - 1.2 @@ -5,7 +5,7 @@ $(LIBRES): $(LOBJ) - $(LIBTOOLLD) -o $@ $(LOBJ) -+ $(LIBTOOLLD) -o $@ $(LOBJ) $(LDFLAGS) ++ $(LIBTOOLLD) -o $@ $(LOBJ) $(LDFLAGS) -lssl install: $(MKPATH) $(DESTDIR)$(libdir) @@ -16,7 +16,7 @@ $(LIBVAL): $(LOBJ) - $(LIBTOOLLD) -o $@ $(LOBJ) -+ $(LIBTOOLLD) -o $@ $(LOBJ) $(LDFLAGS) ++ $(LIBTOOLLD) -o $@ $(LOBJ) $(LDFLAGS) -lssl -lpthread install: $(MKPATH) $(DESTDIR)$(libdir)
[gentoo-commits] gentoo-x86 commit in net-dns/dnssec-validator: ChangeLog
xmw 14/11/06 20:02:15 Modified: ChangeLog Log: Fix NEEDED in .so file (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.6 net-dns/dnssec-validator/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-dns/dnssec-validator/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 6 Nov 2014 19:53:13 - 1.5 +++ ChangeLog 6 Nov 2014 20:02:15 - 1.6 @@ -1,6 +1,10 @@ # ChangeLog for net-dns/dnssec-validator # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-validator/ChangeLog,v 1.5 2014/11/06 19:53:13 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-validator/ChangeLog,v 1.6 2014/11/06 20:02:15 xmw Exp $ + + 06 Nov 2014; Michael Weber + files/dnssec-validator-1.13-respect-LDFLAGS.patch: + Fix NEEDED in .so file *dnssec-validator-2.1 (06 Nov 2014)
[gentoo-commits] gentoo-x86 commit in net-dns/dnssec-nodes: dnssec-nodes-2.1.ebuild ChangeLog
xmw 14/11/06 20:00:10 Modified: ChangeLog Added:dnssec-nodes-2.1.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.7 net-dns/dnssec-nodes/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 13 Mar 2013 12:51:56 - 1.6 +++ ChangeLog 6 Nov 2014 20:00:10 - 1.7 @@ -1,6 +1,11 @@ # ChangeLog for net-dns/dnssec-nodes -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/ChangeLog,v 1.6 2013/03/13 12:51:56 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/ChangeLog,v 1.7 2014/11/06 20:00:10 xmw Exp $ + +*dnssec-nodes-2.1 (06 Nov 2014) + + 06 Nov 2014; Michael Weber +dnssec-nodes-2.1.ebuild: + Version bump *dnssec-nodes-2.0 (13 Mar 2013) 1.1 net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild?rev=1.1&content-type=text/plain Index: dnssec-nodes-2.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-nodes/dnssec-nodes-2.1.ebuild,v 1.1 2014/11/06 20:00:10 xmw Exp $ EAPI=4 inherit eutils qt4-r2 DESCRIPTION="graphically depicts the DNSSEC results from a lookup via logfiles" HOMEPAGE="http://www.dnssec-tools.org"; SRC_URI="http://www.dnssec-tools.org/download/${P}.tar.gz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="=net-dns/dnssec-validator-${PV}[threads]" DEPEND="${RDEPEND}" src_configure() { eqmake4 ${PN}.pro PREFIX=/usr } src_install() { qt4-r2_src_install doicon icons/dnssec-nodes.* make_desktop_entry ${PN} doman man/${PN}.1 }
[gentoo-commits] gentoo-x86 commit in games-rpg/morrowind-data: - New directory
hasufell14/11/06 19:59:31 Log: Directory /var/cvsroot/gentoo-x86/games-rpg/morrowind-data added to the repository
[gentoo-commits] gentoo-x86 commit in net-dns/dnssec-validator: dnssec-validator-2.1.ebuild ChangeLog
xmw 14/11/06 19:53:13 Modified: ChangeLog Added:dnssec-validator-2.1.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.5 net-dns/dnssec-validator/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-dns/dnssec-validator/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 13 Mar 2013 10:17:27 - 1.4 +++ ChangeLog 6 Nov 2014 19:53:13 - 1.5 @@ -1,6 +1,12 @@ # ChangeLog for net-dns/dnssec-validator -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-validator/ChangeLog,v 1.4 2013/03/13 10:17:27 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-validator/ChangeLog,v 1.5 2014/11/06 19:53:13 xmw Exp $ + +*dnssec-validator-2.1 (06 Nov 2014) + + 06 Nov 2014; Michael Weber +dnssec-validator-2.1.ebuild, + +files/dnssec-validator-2.1-respect-LDFLAGS.patch: + Version bump *dnssec-validator-2.0 (13 Mar 2013) @@ -21,4 +27,3 @@ 23 Jun 2012; Michael Weber +dnssec-validator-1.13.ebuild, +files/dnssec-validator-1.13-respect-LDFLAGS.patch, +metadata.xml: Initial import - 1.1 net-dns/dnssec-validator/dnssec-validator-2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/dnssec-validator-2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/dnssec-validator-2.1.ebuild?rev=1.1&content-type=text/plain Index: dnssec-validator-2.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dns/dnssec-validator/dnssec-validator-2.1.ebuild,v 1.1 2014/11/06 19:53:13 xmw Exp $ EAPI=4 inherit eutils DESCRIPTION="DNSSEC validator (dnsval)" HOMEPAGE="http://www.dnssec-tools.org/"; SRC_URI="http://www.dnssec-tools.org/download/dnsval-${PV}.tar.gz"; LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="ipv6 static-libs +threads" RDEPEND="dev-libs/openssl !
[gentoo-commits] gentoo-x86 commit in net-dns/dnssec-validator/files: dnssec-validator-2.1-respect-LDFLAGS.patch
xmw 14/11/06 19:53:13 Added:dnssec-validator-2.1-respect-LDFLAGS.patch Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090) Revision ChangesPath 1.1 net-dns/dnssec-validator/files/dnssec-validator-2.1-respect-LDFLAGS.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/files/dnssec-validator-2.1-respect-LDFLAGS.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnssec-validator/files/dnssec-validator-2.1-respect-LDFLAGS.patch?rev=1.1&content-type=text/plain Index: dnssec-validator-2.1-respect-LDFLAGS.patch === --- dnsval-2.1/libsres/Makefile.in +++ dnsval-2.1/libsres/Makefile.in @@ -63,7 +63,7 @@ $(RM) -rf $(LT_DIR) $(LIBRES): $(LOBJ) - $(LIBTOOLLD) -o $@ $(LOBJ) + $(LIBTOOLLD) -o $@ $(LOBJ) $(LDFLAGS) -lssl install: $(MKPATH) $(DESTDIR)$(libdir) --- dnsval-2.1/libval/Makefile.in +++ dnsval-2.1/libval/Makefile.in @@ -65,7 +65,7 @@ $(RM) -rf $(LT_DIR) $(LIBVAL): $(LOBJ) - $(LIBTOOLLD) -o $@ $(LOBJ) $(LSRES) + $(LIBTOOLLD) -o $@ $(LOBJ) $(LSRES) $(LDFLAGS) -lssl -lpthread install: $(MKPATH) $(DESTDIR)$(libdir)
[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.12.32.ebuild ChangeLog
mpagano 14/11/06 19:46:34 Modified: ChangeLog Added:gentoo-sources-3.12.32.ebuild Log: Linux patch 3.12.32 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key B576E4E3) Revision ChangesPath 1.1437 sys-kernel/gentoo-sources/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1437&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1437&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1436&r2=1.1437 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v retrieving revision 1.1436 retrieving revision 1.1437 diff -u -r1.1436 -r1.1437 --- ChangeLog 31 Oct 2014 11:45:34 - 1.1436 +++ ChangeLog 6 Nov 2014 19:46:34 - 1.1437 @@ -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.1436 2014/10/31 11:45:34 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 1.1437 2014/11/06 19:46:34 mpagano Exp $ + +*gentoo-sources-3.12.32 (06 Nov 2014) + + 06 Nov 2014; Mike Pagano +gentoo-sources-3.12.32.ebuild: + Linux patch 3.12.32 31 Oct 2014; Mike Pagano -gentoo-sources-3.10.57.ebuild, -gentoo-sources-3.12.29.ebuild, -gentoo-sources-3.14.16.ebuild, 1.1 sys-kernel/gentoo-sources/gentoo-sources-3.12.32.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.32.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.32.ebuild?rev=1.1&content-type=text/plain Index: gentoo-sources-3.12.32.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.12.32.ebuild,v 1.1 2014/11/06 19:46:34 mpagano Exp $ EAPI="5" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" K_GENPATCHES_VER="34" K_DEBLOB_AVAILABLE="1" inherit kernel-2 detect_version detect_arch KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches"; IUSE="deblob experimental" 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 dev-php/PEAR-PHP_Beautifier: PEAR-PHP_Beautifier-0.1.15-r1.ebuild ChangeLog PEAR-PHP_Beautifier-0.1.15.ebuild
grknight14/11/06 19:43:05 Modified: ChangeLog Added:PEAR-PHP_Beautifier-0.1.15-r1.ebuild Removed: PEAR-PHP_Beautifier-0.1.15.ebuild Log: EAPI revbump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D) Revision ChangesPath 1.7 dev-php/PEAR-PHP_Beautifier/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 10 Aug 2014 20:54:19 - 1.6 +++ ChangeLog 6 Nov 2014 19:43:05 - 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-PHP_Beautifier # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog,v 1.6 2014/08/10 20:54:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/ChangeLog,v 1.7 2014/11/06 19:43:05 grknight Exp $ + +*PEAR-PHP_Beautifier-0.1.15-r1 (06 Nov 2014) + + 06 Nov 2014; Brian Evans + +PEAR-PHP_Beautifier-0.1.15-r1.ebuild, -PEAR-PHP_Beautifier-0.1.15.ebuild: + EAPI revbump 10 Aug 2014; Sergei Trofimovich PEAR-PHP_Beautifier-0.1.15.ebuild: 1.1 dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15-r1.ebuild?rev=1.1&content-type=text/plain Index: PEAR-PHP_Beautifier-0.1.15-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Beautifier/PEAR-PHP_Beautifier-0.1.15-r1.ebuild,v 1.1 2014/11/06 19:43:05 grknight Exp $ EAPI=5 inherit php-pear-r1 KEYWORDS="~amd64 ~x86" DESCRIPTION="Code Beautifier for PHP" LICENSE="PHP-3" SLOT="0" IUSE="" DEPEND="dev-lang/php[tokenizer]" RDEPEND="$DEPEND >=dev-php/PEAR-Log-1.8" pkg_postinst() { if ! has_version dev-lang/php[bzip2] ; then elog "${PN} can optionally use bzip2 features." elog "If you want those, emerge dev-lang/php with this flag in USE." fi }
[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-OLE: PEAR-OLE-1.0.0_rc2.ebuild ChangeLog PEAR-OLE-0.6.0.ebuild PEAR-OLE-1.0.0_rc1.ebuild PEAR-OLE-0.5-r1.ebuild
grknight14/11/06 19:37:05 Modified: ChangeLog Added:PEAR-OLE-1.0.0_rc2.ebuild Removed: PEAR-OLE-0.6.0.ebuild PEAR-OLE-1.0.0_rc1.ebuild PEAR-OLE-0.5-r1.ebuild Log: Version bump; Drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D) Revision ChangesPath 1.38 dev-php/PEAR-OLE/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-OLE/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-OLE/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-OLE/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 26 Jan 2014 18:38:12 - 1.37 +++ ChangeLog 6 Nov 2014 19:37:05 - 1.38 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-OLE # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/ChangeLog,v 1.37 2014/01/26 18:38:12 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/ChangeLog,v 1.38 2014/11/06 19:37:05 grknight Exp $ + +*PEAR-OLE-1.0.0_rc2 (06 Nov 2014) + + 06 Nov 2014; Brian Evans +PEAR-OLE-1.0.0_rc2.ebuild, + -PEAR-OLE-0.5-r1.ebuild, -PEAR-OLE-0.6.0.ebuild, -PEAR-OLE-1.0.0_rc1.ebuild: + Version bump; Drop old 26 Jan 2014; Ole Markus With PEAR-OLE-0.5-r1.ebuild, PEAR-OLE-0.6.1.ebuild: 1.1 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild?rev=1.1&content-type=text/plain Index: PEAR-OLE-1.0.0_rc2.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild,v 1.1 2014/11/06 19:37:05 grknight Exp $ EAPI=5 inherit php-pear-r1 DESCRIPTION="Package for reading and writing OLE containers" LICENSE="PHP-2.02 PHP-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE=""
[gentoo-commits] gentoo-x86 commit in sys-libs/ncurses: ChangeLog ncurses-5.9-r1.ebuild ncurses-5.7-r7.ebuild ncurses-5.9-r2.ebuild ncurses-5.9.ebuild
mrueg 14/11/06 19:30:09 Modified: ChangeLog Removed: ncurses-5.9-r1.ebuild ncurses-5.7-r7.ebuild ncurses-5.9-r2.ebuild ncurses-5.9.ebuild Log: Cleanup old superseded EAPI1 ebuilds. Fixes bug #525020. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.231sys-libs/ncurses/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.231&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.231&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?r1=1.230&r2=1.231 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v retrieving revision 1.230 retrieving revision 1.231 diff -u -r1.230 -r1.231 --- ChangeLog 5 Aug 2014 16:09:26 - 1.230 +++ ChangeLog 6 Nov 2014 19:30:09 - 1.231 @@ -1,6 +1,16 @@ # ChangeLog for sys-libs/ncurses # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.230 2014/08/05 16:09:26 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.231 2014/11/06 19:30:09 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -files/ncurses-5.6-build.patch, + -files/ncurses-5.6-gfbsd.patch, -files/ncurses-5.7-emacs.patch, + -files/ncurses-5.7-hashdb-open.patch, + -files/ncurses-5.7-rxvt-unicode-9.09.patch, + -files/ncurses-5.7-rxvt-unicode.patch, + -files/ncurses-5.7-tic-cross-detection.patch, + -files/ncurses-5.8-rxvt-unicode.patch, -ncurses-5.7-r7.ebuild, + -ncurses-5.9-r1.ebuild, -ncurses-5.9-r2.ebuild, -ncurses-5.9.ebuild: + Cleanup old superseded EAPI1 ebuilds. Fixes bug #525020. 05 Aug 2014; Christoph Junghans ncurses-5.9-r3.ebuild: added parts of the prefix changes (bug #519052)
[gentoo-commits] gentoo-x86 commit in sys-libs/ncurses/files: ncurses-5.6-build.patch ncurses-5.7-rxvt-unicode.patch ncurses-5.6-gfbsd.patch ncurses-5.7-emacs.patch ncurses-5.7-tic-cross-detection.pat
mrueg 14/11/06 19:30:09 Removed: ncurses-5.6-build.patch ncurses-5.7-rxvt-unicode.patch ncurses-5.6-gfbsd.patch ncurses-5.7-emacs.patch ncurses-5.7-tic-cross-detection.patch ncurses-5.7-hashdb-open.patch ncurses-5.8-rxvt-unicode.patch ncurses-5.7-rxvt-unicode-9.09.patch Log: Cleanup old superseded EAPI1 ebuilds. Fixes bug #525020. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-vmmouse: xf86-input-vmmouse-13.0.0-r1.ebuild ChangeLog
remi14/11/06 19:28:42 Modified: ChangeLog Added:xf86-input-vmmouse-13.0.0-r1.ebuild Log: x11-drivers/xf86-input-vmmouse: add patch to fix header inclusion on newer glibc (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 901AB08A) Revision ChangesPath 1.58 x11-drivers/xf86-input-vmmouse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog?rev=1.58&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog?rev=1.58&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog?r1=1.57&r2=1.58 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- ChangeLog 8 Oct 2013 05:05:33 - 1.57 +++ ChangeLog 6 Nov 2014 19:28:42 - 1.58 @@ -1,6 +1,13 @@ # ChangeLog for x11-drivers/xf86-input-vmmouse -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog,v 1.57 2013/10/08 05:05:33 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/ChangeLog,v 1.58 2014/11/06 19:28:42 remi Exp $ + +*xf86-input-vmmouse-13.0.0-r1 (06 Nov 2014) + + 06 Nov 2014; Rémi Cardona + +xf86-input-vmmouse-13.0.0-r1.ebuild, + +files/xf86-input-vmmouse-13.0.0-add-missing-include.patch: + Add patch to fix header inclusion on newer glibc (see bug #527190) 08 Oct 2013; Agostino Sarubbo xf86-input-vmmouse-13.0.0.ebuild: 1.1 x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.0.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.0.0-r1.ebuild?rev=1.1&content-type=text/plain Index: xf86-input-vmmouse-13.0.0-r1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-vmmouse/xf86-input-vmmouse-13.0.0-r1.ebuild,v 1.1 2014/11/06 19:28:42 remi Exp $ EAPI=5 inherit xorg-2 DESCRIPTION="VMWare mouse input driver" IUSE="" KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} x11-proto/randrproto" PATCHES=( "${FILESDIR}"/${P}-add-missing-include.patch ) pkg_setup() { XORG_CONFIGURE_OPTIONS=( --with-hal-bin-dir=/punt --with-hal-callouts-dir=/punt --with-hal-fdi-dir=/punt ) xorg-2_pkg_setup } src_install() { xorg-2_src_install rm -rf "${ED}"/punt }
[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-vmmouse/files: xf86-input-vmmouse-13.0.0-add-missing-include.patch
remi14/11/06 19:28:42 Added:xf86-input-vmmouse-13.0.0-add-missing-include.patch Log: x11-drivers/xf86-input-vmmouse: add patch to fix header inclusion on newer glibc (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 901AB08A) Revision ChangesPath 1.1 x11-drivers/xf86-input-vmmouse/files/xf86-input-vmmouse-13.0.0-add-missing-include.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/files/xf86-input-vmmouse-13.0.0-add-missing-include.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-vmmouse/files/xf86-input-vmmouse-13.0.0-add-missing-include.patch?rev=1.1&content-type=text/plain Index: xf86-input-vmmouse-13.0.0-add-missing-include.patch === >From 1cbbc03c4b37d57760c57bd2e0b0f89d744a5795 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 7 Oct 2014 11:32:01 +0200 Subject: vmmouse_client.h: Include xorg-server.h before xf86_OSproc.h xf86_OSproc.h cannot be included without first including xorg-server.h. Without this the build fails on systems with the latest glibc, throwing this error: In file included from /usr/include/string.h:634:0, from /usr/include/xorg/os.h:53, from /usr/include/xorg/misc.h:115, from /usr/include/xorg/window.h:50, from /usr/include/xorg/globals.h:7, from /usr/include/xorg/opaque.h:34, from /usr/include/xorg/xf86_OSproc.h:127, from vmmouse_client.h:42, from vmmouse_client.c:38: /usr/include/xorg/os.h:579:1: error: expected identifier or '(' before '__extension__' strndup(const char *str, size_t n); This is caused by HAVE_STRNDUP not being set (it is set from xorg-server.h), causing os.h to redefine it. Signed-off-by: Stefan Dirsch Reviewed-by: Daniel Stone Acked-by: Thomas Hellstrom diff --git a/shared/vmmouse_client.h b/shared/vmmouse_client.h index b01bf08..1de51e5 100644 --- a/shared/vmmouse_client.h +++ b/shared/vmmouse_client.h @@ -39,6 +39,7 @@ #ifndef _VMMOUSE_CLIENT_H_ #define _VMMOUSE_CLIENT_H_ +#include "xorg-server.h" #include "xf86_OSproc.h" /* -- cgit v0.10.2
[gentoo-commits] gentoo-x86 commit in kde-base/systemsettings: ChangeLog systemsettings-4.11.13.ebuild
mrueg 14/11/06 19:22:14 Modified: ChangeLog Removed: systemsettings-4.11.13.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.268kde-base/systemsettings/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?rev=1.268&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?rev=1.268&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?r1=1.267&r2=1.268 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v retrieving revision 1.267 retrieving revision 1.268 diff -u -r1.267 -r1.268 --- ChangeLog 6 Nov 2014 19:18:48 - 1.267 +++ ChangeLog 6 Nov 2014 19:22:14 - 1.268 @@ -1,6 +1,9 @@ # ChangeLog for kde-base/systemsettings # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.267 2014/11/06 19:18:48 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.268 2014/11/06 19:22:14 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -systemsettings-4.11.13.ebuild: + Cleanup old. 06 Nov 2014; Manuel Rüger -systemsettings-4.11.11.ebuild, -systemsettings-4.11.12.ebuild:
[gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio: pulseaudio-5.0-r5.ebuild pulseaudio-5.0-r4.ebuild ChangeLog pulseaudio-5.0-r3.ebuild pulseaudio-5.0-r2.ebuild
axs 14/11/06 19:22:25 Modified: ChangeLog Added:pulseaudio-5.0-r5.ebuild pulseaudio-5.0-r4.ebuild Removed: pulseaudio-5.0-r3.ebuild pulseaudio-5.0-r2.ebuild Log: Depend on a multilib libltdl, whether from libtool or dev-libs/libltdl (see bug 528294) (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED) Revision ChangesPath 1.355media-sound/pulseaudio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.355&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?rev=1.355&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/ChangeLog?r1=1.354&r2=1.355 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v retrieving revision 1.354 retrieving revision 1.355 diff -u -r1.354 -r1.355 --- ChangeLog 12 Oct 2014 17:26:12 - 1.354 +++ ChangeLog 6 Nov 2014 19:22:25 - 1.355 @@ -1,6 +1,15 @@ # ChangeLog for media-sound/pulseaudio # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.354 2014/10/12 17:26:12 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/ChangeLog,v 1.355 2014/11/06 19:22:25 axs Exp $ + +*pulseaudio-5.0-r5 (06 Nov 2014) +*pulseaudio-5.0-r4 (06 Nov 2014) + + 06 Nov 2014; Ian Stakenvicius (_AxS_) + +pulseaudio-5.0-r4.ebuild, +pulseaudio-5.0-r5.ebuild, + -pulseaudio-5.0-r2.ebuild, -pulseaudio-5.0-r3.ebuild: + Depend on a multilib libltdl, whether from libtool or dev-libs/libltdl (see + bug 528294) *pulseaudio-5.0-r3 (12 Oct 2014) 1.1 media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild?rev=1.1&content-type=text/plain Index: pulseaudio-5.0-r5.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-5.0-r5.ebuild,v 1.1 2014/11/06 19:22:25 axs Exp $ EAPI="5" inherit autotools bash-completion-r1 eutils flag-o-matic linux-info readme.gentoo systemd user versionator udev multilib-minimal DESCRIPTION="A networked sound server with an advanced plugin system" HOMEPAGE="http://www.pulseaudio.org/"; SRC_URI="http://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz"; # libpulse-simple and libpulse link to libpulse-core; this is daemon's # library and can link to gdbm and other GPL-only libraries. In this # cases, we have a fully GPL-2 package. Leaving the rest of the # GPL-forcing USE flags for those who use them. LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+alsa +asyncns bluetooth +caps dbus doc equalizer +gdbm +glib gnome gtk ipv6 jack libsamplerate lirc neon +orc oss qt4 realtime ssl systemd system-wide tcpd test +udev +webrtc-aec +X xen zeroconf" # See "*** BLUEZ support not found (requires D-Bus)" in configure.ac REQUIRED_USE="bluetooth? ( dbus )" # libpcre needed in some cases, bug #472228 RDEPEND=" || ( elibc_glibc? ( virtual/libc ) elibc_uclibc? ( virtual/libc ) dev-libs/libpcre ) >=media-libs/libsndfile-1.0.20[${MULTILIB_USEDEP}] X? ( >=x11-libs/libX11-1.4.0[${MULTILIB_USEDEP}] >=x11-libs/libxcb-1.6[${MULTILIB_USEDEP}] x11-libs/libSM[${MULTILIB_USEDEP}] x11-libs/libICE[${MULTILIB_USEDEP}] x11-libs/libXtst[${MULTILIB_USEDEP}] ) caps? ( >=sys-libs/libcap-2.22-r2[${MULTILIB_USEDEP}] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.1-r1 ) alsa? ( >=media-libs/alsa-lib-1.0.19 ) glib? ( >=dev-libs/glib-2.4.0[${MULTILIB_USEDEP}] ) zeroconf? ( >=net-dns/avahi-0.6.12[dbus] ) jack? ( >=media-sound/jack-audio-connection-kit-0.117 ) tcpd? ( sys-apps/tcp-wrappers[${MULTILIB_USEDEP}] ) lirc? ( app-misc/lirc ) dbus? ( >=sys-apps/dbus-1.0.0[${MULTILIB_USEDEP}] ) gtk? ( x11-libs/gtk+:3 ) gnome? ( >=gnome-base/gconf-2.4.0 ) bluetooth? ( net-wireless/bluez:= >=sys-apps/dbus-1.0.0 media-libs/sbc ) asyncns? ( net-libs/libasyncns[${MULTILIB_USEDEP}] ) udev? ( >=virtual/udev-143[hwdb(+)] ) realtime? (
[gentoo-commits] gentoo-x86 commit in dev-php/PEAR-Numbers_Words: PEAR-Numbers_Words-0.18.1.ebuild ChangeLog PEAR-Numbers_Words-0.16.2.ebuild
grknight14/11/06 19:23:03 Modified: ChangeLog Added:PEAR-Numbers_Words-0.18.1.ebuild Removed: PEAR-Numbers_Words-0.16.2.ebuild Log: Verison bump with dropped keywords due to missed dependency; Drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D) Revision ChangesPath 1.45 dev-php/PEAR-Numbers_Words/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 10 Aug 2014 20:54:05 - 1.44 +++ ChangeLog 6 Nov 2014 19:23:03 - 1.45 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Numbers_Words # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog,v 1.44 2014/08/10 20:54:05 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/ChangeLog,v 1.45 2014/11/06 19:23:03 grknight Exp $ + +*PEAR-Numbers_Words-0.18.1 (06 Nov 2014) + + 06 Nov 2014; Brian Evans + +PEAR-Numbers_Words-0.18.1.ebuild, -PEAR-Numbers_Words-0.16.2.ebuild: + Verison bump with dropped keywords due to missed dependency; Drop old 10 Aug 2014; Sergei Trofimovich PEAR-Numbers_Words-0.16.2.ebuild, PEAR-Numbers_Words-0.16.4.ebuild: 1.1 dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild?rev=1.1&content-type=text/plain Index: PEAR-Numbers_Words-0.18.1.ebuild === # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Numbers_Words/PEAR-Numbers_Words-0.18.1.ebuild,v 1.1 2014/11/06 19:23:03 grknight Exp $ EAPI=5 inherit php-pear-r1 DESCRIPTION="Provides methods for spelling numerals in words" LICENSE="PHP-3.01" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-lang/php-5.3.2 dev-php/PEAR-Math_BigInteger "
[gentoo-commits] gentoo-x86 commit in kde-base/liboxygenstyle: ChangeLog liboxygenstyle-4.11.11.ebuild liboxygenstyle-4.11.12.ebuild
mrueg 14/11/06 19:18:47 Modified: ChangeLog Removed: liboxygenstyle-4.11.11.ebuild liboxygenstyle-4.11.12.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.156kde-base/liboxygenstyle/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/liboxygenstyle/ChangeLog?rev=1.156&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/liboxygenstyle/ChangeLog?rev=1.156&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/liboxygenstyle/ChangeLog?r1=1.155&r2=1.156 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/ChangeLog,v retrieving revision 1.155 retrieving revision 1.156 diff -u -r1.155 -r1.156 --- ChangeLog 25 Oct 2014 20:03:17 - 1.155 +++ ChangeLog 6 Nov 2014 19:18:47 - 1.156 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/liboxygenstyle # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/ChangeLog,v 1.155 2014/10/25 20:03:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/liboxygenstyle/ChangeLog,v 1.156 2014/11/06 19:18:47 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -liboxygenstyle-4.11.11.ebuild, + -liboxygenstyle-4.11.12.ebuild: + Cleanup old. *liboxygenstyle-4.11.13 (25 Oct 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.11.12.ebuild libkworkspace-4.11.11.ebuild
mrueg 14/11/06 19:18:47 Modified: ChangeLog Removed: libkworkspace-4.11.12.ebuild libkworkspace-4.11.11.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.237kde-base/libkworkspace/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.237&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.237&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.236&r2=1.237 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v retrieving revision 1.236 retrieving revision 1.237 diff -u -r1.236 -r1.237 --- ChangeLog 25 Oct 2014 20:03:17 - 1.236 +++ ChangeLog 6 Nov 2014 19:18:47 - 1.237 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libkworkspace # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.236 2014/10/25 20:03:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.237 2014/11/06 19:18:47 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -libkworkspace-4.11.11.ebuild, + -libkworkspace-4.11.12.ebuild: + Cleanup old. *libkworkspace-4.11.13 (25 Oct 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/kwin: ChangeLog kwin-4.11.11.ebuild kwin-4.11.12.ebuild
mrueg 14/11/06 19:18:47 Modified: ChangeLog Removed: kwin-4.11.11.ebuild kwin-4.11.12.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.393kde-base/kwin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.393&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?rev=1.393&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwin/ChangeLog?r1=1.392&r2=1.393 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v retrieving revision 1.392 retrieving revision 1.393 diff -u -r1.392 -r1.393 --- ChangeLog 25 Oct 2014 20:03:16 - 1.392 +++ ChangeLog 6 Nov 2014 19:18:47 - 1.393 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kwin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.392 2014/10/25 20:03:16 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwin/ChangeLog,v 1.393 2014/11/06 19:18:47 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -kwin-4.11.11.ebuild, + -kwin-4.11.12.ebuild: + Cleanup old. *kwin-4.11.13 (25 Oct 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/qguiplatformplugin_kde: ChangeLog qguiplatformplugin_kde-4.11.12.ebuild qguiplatformplugin_kde-4.11.11.ebuild
mrueg 14/11/06 19:18:47 Modified: ChangeLog Removed: qguiplatformplugin_kde-4.11.12.ebuild qguiplatformplugin_kde-4.11.11.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.169kde-base/qguiplatformplugin_kde/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog?rev=1.169&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog?rev=1.169&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog?r1=1.168&r2=1.169 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog,v retrieving revision 1.168 retrieving revision 1.169 diff -u -r1.168 -r1.169 --- ChangeLog 25 Oct 2014 20:03:17 - 1.168 +++ ChangeLog 6 Nov 2014 19:18:47 - 1.169 @@ -1,6 +1,11 @@ # ChangeLog for kde-base/qguiplatformplugin_kde # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog,v 1.168 2014/10/25 20:03:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/qguiplatformplugin_kde/ChangeLog,v 1.169 2014/11/06 19:18:47 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger + -qguiplatformplugin_kde-4.11.11.ebuild, + -qguiplatformplugin_kde-4.11.12.ebuild: + Cleanup old. *qguiplatformplugin_kde-4.11.13 (25 Oct 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/kwrited: ChangeLog kwrited-4.11.11.ebuild kwrited-4.11.12.ebuild
mrueg 14/11/06 19:18:47 Modified: ChangeLog Removed: kwrited-4.11.11.ebuild kwrited-4.11.12.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.205kde-base/kwrited/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwrited/ChangeLog?rev=1.205&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwrited/ChangeLog?rev=1.205&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kwrited/ChangeLog?r1=1.204&r2=1.205 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/kwrited/ChangeLog,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- ChangeLog 25 Oct 2014 20:03:17 - 1.204 +++ ChangeLog 6 Nov 2014 19:18:47 - 1.205 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kwrited # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kwrited/ChangeLog,v 1.204 2014/10/25 20:03:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kwrited/ChangeLog,v 1.205 2014/11/06 19:18:47 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -kwrited-4.11.11.ebuild, + -kwrited-4.11.12.ebuild: + Cleanup old. *kwrited-4.11.13 (25 Oct 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/systemsettings: ChangeLog systemsettings-4.11.11.ebuild systemsettings-4.11.12.ebuild
mrueg 14/11/06 19:18:48 Modified: ChangeLog Removed: systemsettings-4.11.11.ebuild systemsettings-4.11.12.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.267kde-base/systemsettings/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?rev=1.267&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?rev=1.267&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/systemsettings/ChangeLog?r1=1.266&r2=1.267 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v retrieving revision 1.266 retrieving revision 1.267 diff -u -r1.266 -r1.267 --- ChangeLog 6 Nov 2014 18:29:06 - 1.266 +++ ChangeLog 6 Nov 2014 19:18:48 - 1.267 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/systemsettings # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.266 2014/11/06 18:29:06 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/systemsettings/ChangeLog,v 1.267 2014/11/06 19:18:48 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -systemsettings-4.11.11.ebuild, + -systemsettings-4.11.12.ebuild: + Cleanup old. *systemsettings-4.11.13-r1 (06 Nov 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/libtaskmanager: ChangeLog libtaskmanager-4.11.12.ebuild libtaskmanager-4.11.11.ebuild
mrueg 14/11/06 19:18:47 Modified: ChangeLog Removed: libtaskmanager-4.11.12.ebuild libtaskmanager-4.11.11.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.220kde-base/libtaskmanager/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libtaskmanager/ChangeLog?rev=1.220&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libtaskmanager/ChangeLog?rev=1.220&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libtaskmanager/ChangeLog?r1=1.219&r2=1.220 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/libtaskmanager/ChangeLog,v retrieving revision 1.219 retrieving revision 1.220 diff -u -r1.219 -r1.220 --- ChangeLog 25 Oct 2014 20:03:17 - 1.219 +++ ChangeLog 6 Nov 2014 19:18:47 - 1.220 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libtaskmanager # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libtaskmanager/ChangeLog,v 1.219 2014/10/25 20:03:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libtaskmanager/ChangeLog,v 1.220 2014/11/06 19:18:47 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -libtaskmanager-4.11.11.ebuild, + -libtaskmanager-4.11.12.ebuild: + Cleanup old. *libtaskmanager-4.11.13 (25 Oct 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/solid-actions-kcm: ChangeLog solid-actions-kcm-4.11.11.ebuild solid-actions-kcm-4.11.12.ebuild
mrueg 14/11/06 19:18:47 Modified: ChangeLog Removed: solid-actions-kcm-4.11.11.ebuild solid-actions-kcm-4.11.12.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.39 kde-base/solid-actions-kcm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 25 Oct 2014 20:03:17 - 1.38 +++ ChangeLog 6 Nov 2014 19:18:47 - 1.39 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/solid-actions-kcm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog,v 1.38 2014/10/25 20:03:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/solid-actions-kcm/ChangeLog,v 1.39 2014/11/06 19:18:47 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger + -solid-actions-kcm-4.11.11.ebuild, -solid-actions-kcm-4.11.12.ebuild: + Cleanup old. *solid-actions-kcm-4.11.13 (25 Oct 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/libplasmaclock: ChangeLog libplasmaclock-4.11.12.ebuild libplasmaclock-4.11.11.ebuild
mrueg 14/11/06 19:18:47 Modified: ChangeLog Removed: libplasmaclock-4.11.12.ebuild libplasmaclock-4.11.11.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.209kde-base/libplasmaclock/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libplasmaclock/ChangeLog?rev=1.209&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libplasmaclock/ChangeLog?rev=1.209&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/libplasmaclock/ChangeLog?r1=1.208&r2=1.209 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/ChangeLog,v retrieving revision 1.208 retrieving revision 1.209 diff -u -r1.208 -r1.209 --- ChangeLog 25 Oct 2014 20:03:16 - 1.208 +++ ChangeLog 6 Nov 2014 19:18:47 - 1.209 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libplasmaclock # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/ChangeLog,v 1.208 2014/10/25 20:03:16 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libplasmaclock/ChangeLog,v 1.209 2014/11/06 19:18:47 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -libplasmaclock-4.11.11.ebuild, + -libplasmaclock-4.11.12.ebuild: + Cleanup old. *libplasmaclock-4.11.13 (25 Oct 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/kscreensaver: ChangeLog kscreensaver-4.11.12.ebuild kscreensaver-4.11.11.ebuild
mrueg 14/11/06 19:18:47 Modified: ChangeLog Removed: kscreensaver-4.11.12.ebuild kscreensaver-4.11.11.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.324kde-base/kscreensaver/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kscreensaver/ChangeLog?rev=1.324&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kscreensaver/ChangeLog?rev=1.324&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kscreensaver/ChangeLog?r1=1.323&r2=1.324 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/kscreensaver/ChangeLog,v retrieving revision 1.323 retrieving revision 1.324 diff -u -r1.323 -r1.324 --- ChangeLog 25 Oct 2014 20:03:16 - 1.323 +++ ChangeLog 6 Nov 2014 19:18:47 - 1.324 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kscreensaver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kscreensaver/ChangeLog,v 1.323 2014/10/25 20:03:16 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kscreensaver/ChangeLog,v 1.324 2014/11/06 19:18:47 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -kscreensaver-4.11.11.ebuild, + -kscreensaver-4.11.12.ebuild: + Cleanup old. *kscreensaver-4.11.13 (25 Oct 2014)
[gentoo-commits] gentoo-x86 commit in kde-base/kephal: ChangeLog kephal-4.11.12.ebuild kephal-4.11.11.ebuild
mrueg 14/11/06 19:18:46 Modified: ChangeLog Removed: kephal-4.11.12.ebuild kephal-4.11.11.ebuild Log: Cleanup old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.205kde-base/kephal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kephal/ChangeLog?rev=1.205&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kephal/ChangeLog?rev=1.205&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kephal/ChangeLog?r1=1.204&r2=1.205 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/kde-base/kephal/ChangeLog,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- ChangeLog 25 Oct 2014 20:03:17 - 1.204 +++ ChangeLog 6 Nov 2014 19:18:46 - 1.205 @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kephal # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/ChangeLog,v 1.204 2014/10/25 20:03:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kephal/ChangeLog,v 1.205 2014/11/06 19:18:46 mrueg Exp $ + + 06 Nov 2014; Manuel Rüger -kephal-4.11.11.ebuild, + -kephal-4.11.12.ebuild: + Cleanup old. *kephal-4.11.13 (25 Oct 2014)