[gentoo-commits] gentoo-x86 commit in app-i18n/mozc: ChangeLog mozc-2.16.2037.102.ebuild

2015-02-24 Thread Naohiro Aota (naota)
naota   15/02/25 07:27:12

  Modified: ChangeLog
  Added:mozc-2.16.2037.102.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
F8551514)

Revision  ChangesPath
1.12 app-i18n/mozc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/mozc/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/mozc/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/mozc/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   5 Jun 2014 01:40:06 -   1.11
+++ ChangeLog   25 Feb 2015 07:27:12 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for app-i18n/mozc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.11 2014/06/05 
01:40:06 naota Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.12 2015/02/25 
07:27:12 naota Exp $
+
+*mozc-2.16.2037.102 (25 Feb 2015)
+
+  25 Feb 2015; Naohiro Aota  +mozc-2.16.2037.102.ebuild:
+  Version bump
 
   05 Jun 2014; Naohiro Aota 
   +files/mozc-1.13.1651.102-gtk-renderer.patch, mozc-1.13.1651.102.ebuild:



1.1  app-i18n/mozc/mozc-2.16.2037.102.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/mozc/mozc-2.16.2037.102.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/mozc/mozc-2.16.2037.102.ebuild?rev=1.1&content-type=text/plain

Index: mozc-2.16.2037.102.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-2.16.2037.102.ebuild,v 
1.1 2015/02/25 07:27:12 naota Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
inherit elisp-common eutils multilib multiprocessing python-single-r1 
toolchain-funcs

DESCRIPTION="The Mozc engine for IBus Framework"
HOMEPAGE="http://code.google.com/p/mozc/";

PROTOBUF_VER="2.5.0"
GMOCK_VER="1.6.0"
GTEST_VER="1.6.0"
JSONCPP_VER="0.6.0-rc2"
GYP_DATE="20140602"
JAPANESE_USAGE_DICT_VER="10"
MOZC_URL="http://dev.gentoo.org/~naota/files/${P}.tar.bz2";
PROTOBUF_URL="http://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2";
GMOCK_URL="https://googlemock.googlecode.com/files/gmock-${GMOCK_VER}.zip";
GTEST_URL="https://googletest.googlecode.com/files/gtest-${GTEST_VER}.zip";
JSONCPP_URL="mirror://sourceforge/jsoncpp/jsoncpp-src-${JSONCPP_VER}.tar.gz"
GYP_URL="http://dev.gentoo.org/~naota/files/gyp-${GYP_DATE}.tar.bz2";
JAPANESE_USAGE_DICT_URL="http://dev.gentoo.org/~naota/files/japanese-usage-dictionary-${JAPANESE_USAGE_DICT_VER}.tar.bz2";
SRC_URI="${MOZC_URL} ${PROTOBUF_URL} ${GYP_URL} ${JAPANESE_USAGE_DICT_URL}
test? ( ${GMOCK_URL} ${GTEST_URL} ${JSONCPP_URL} )"

LICENSE="BSD ipadic public-domain unicode"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="emacs +ibus +qt4 renderer test"

RDEPEND="dev-libs/glib:2
dev-libs/openssl
>=dev-libs/protobuf-2.5.0
x11-libs/libxcb
emacs? ( virtual/emacs )
ibus? ( >=app-i18n/ibus-1.4.1 )
renderer? ( x11-libs/gtk+:2 )
qt4? (
dev-qt/qtgui:4
app-i18n/zinnia
)
${PYTHON_DEPS}"
DEPEND="${RDEPEND}
dev-util/ninja
virtual/pkgconfig"

BUILDTYPE="${BUILDTYPE:-Release}"

RESTRICT="test"

SITEFILE=50${PN}-gentoo.el

src_unpack() {
unpack $(basename ${MOZC_URL})

unpack $(basename ${GYP_URL})
unpack $(basename ${JAPANESE_USAGE_DICT_URL})
mv gyp-${GYP_DATE} "${S}"/third_party/gyp || die
mv japanese-usage-dictionary-${JAPANESE_USAGE_DICT_VER} 
"${S}"/third_party/japanese_usage_dictionary || die

cd "${S}"/protobuf
unpack $(basename ${PROTOBUF_URL})
mv protobuf-${PROTOBUF_VER} files || die

if use test; then
cd "${S}"/third_party
unpack $(basename ${GMOCK_URL}) $(basename ${GTEST_URL}) \
$(basename ${JSONCPP_URL})
mv gmock-${GMOCK_VER} gmock || die
mv gtest-${GTEST_VER} gtest || die
mv jsoncpp-src-${JSONCPP_VER} jsoncpp || die
fi
}

src_prepare() {
# verbose build
sed -i -e "/RunOrDie(\[make_command\]/s/build_args/build_args + 
[\"-v\"]/" \
build_mozc.py || die
sed -i -e "s/

[gentoo-commits] gentoo-x86 commit in dev-ruby/bundler: ChangeLog bundler-1.7.13.ebuild

2015-02-24 Thread Hans de Graaff (graaff)
graaff  15/02/25 07:15:40

  Modified: ChangeLog bundler-1.7.13.ebuild
  Log:
  Restrict tests since they use the network.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.77 dev-ruby/bundler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.77&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.77&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   25 Feb 2015 07:14:47 -  1.76
+++ ChangeLog   25 Feb 2015 07:15:40 -  1.77
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/bundler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.76 
2015/02/25 07:14:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.77 
2015/02/25 07:15:40 graaff Exp $
+
+  25 Feb 2015; Hans de Graaff  bundler-1.7.13.ebuild:
+  Restrict tests since they use the network.
 
 *bundler-1.7.13 (25 Feb 2015)
 



1.2  dev-ruby/bundler/bundler-1.7.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?r1=1.1&r2=1.2

Index: bundler-1.7.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bundler-1.7.13.ebuild   25 Feb 2015 07:14:47 -  1.1
+++ bundler-1.7.13.ebuild   25 Feb 2015 07:15:40 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 
1.1 2015/02/25 07:14:47 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 
1.2 2015/02/25 07:15:40 graaff Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
 # The specs require a number of gems to be installed in a temporary
 # directory, but this requires network access. All tests should still
 # pass with network access.
-#RESTRICT="test"
+RESTRICT="test"
 
 RDEPEND+=" dev-vcs/git"
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/bundler: ChangeLog bundler-1.7.13.ebuild

2015-02-24 Thread Hans de Graaff (graaff)
graaff  15/02/25 07:14:47

  Modified: ChangeLog
  Added:bundler-1.7.13.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.76 dev-ruby/bundler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.76&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.76&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   24 Jan 2015 10:34:02 -  1.75
+++ ChangeLog   25 Feb 2015 07:14:47 -  1.76
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bundler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.75 
2015/01/24 10:34:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.76 
2015/02/25 07:14:47 graaff Exp $
+
+*bundler-1.7.13 (25 Feb 2015)
+
+  25 Feb 2015; Hans de Graaff  +bundler-1.7.13.ebuild:
+  Version bump.
 
   24 Jan 2015; Hans de Graaff  -bundler-1.3.5.ebuild:
   Cleanup vulnerable version for bug 523798.



1.1  dev-ruby/bundler/bundler-1.7.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?rev=1.1&content-type=text/plain

Index: bundler-1.7.13.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 1.1 
2015/02/25 07:14:47 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

#RUBY_FAKEGEM_RECIPE_TEST="rspec"

# No documentation task
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md ISSUES.md UPGRADING.md"

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem

DESCRIPTION="An easy way to vendor gem dependencies"
HOMEPAGE="http://github.com/carlhuda/bundler";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"

ruby_add_rdepend virtual/rubygems

# ruby_add_bdepend "test? ( app-text/ronn )"

# The specs require a number of gems to be installed in a temporary
# directory, but this requires network access. All tests should still
# pass with network access.
#RESTRICT="test"

RDEPEND+=" dev-vcs/git"

all_ruby_prepare() {
# Bundler only supports running the specs from git:
# http://github.com/carlhuda/bundler/issues/issue/738
sed -i -e '/when Bundler is bundled/,/^  end/ s:^:#:' 
spec/runtime/setup_spec.rb || die

# Fails randomly and no clear cause can be found. Might be related
# to bug 346357. This was broken in previous releases without a
# failing spec, so patch out this spec for now since it is not a
# regression.
sed -i -e '/works when you bundle exec bundle/,/^  end/ s:^:#:' 
spec/install/deploy_spec.rb || die

# Remove unneeded git dependency from gemspec, which we need to use
# for bug 491826
sed -i -e '/files/ s:^:#:' ${RUBY_FAKEGEM_GEMSPEC} || die

# Avoid specs that are not compatible with all rspec versions.
sed -e '/has no malformed whitespace/,/^  end/ s:^:#:' \
-e '/uses double-quotes consistently/,/^  end/ s:^:#:' \
-i spec/quality_spec.rb || die

# Avoid spec failing with git 2.0.
sed -i -e '/on releasing/,/^end/ s:^:#:' 
spec/bundler/gem_helper_spec.rb || die
}






[gentoo-commits] gentoo-x86 commit in app-emacs/crypt++: ChangeLog crypt++-2.92.ebuild

2015-02-24 Thread Ulrich Mueller (ulm)
ulm 15/02/25 06:49:31

  Modified: ChangeLog crypt++-2.92.ebuild
  Log:
  Update ebuild to EAPI 5. Specify LICENSE more precisely.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.23 app-emacs/crypt++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   27 Jan 2015 17:57:24 -  1.22
+++ ChangeLog   25 Feb 2015 06:49:31 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/crypt++
 # Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.22 
2015/01/27 17:57:24 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/ChangeLog,v 1.23 
2015/02/25 06:49:31 ulm Exp $
+
+  25 Feb 2015; Ulrich Müller  crypt++-2.92.ebuild:
+  Update ebuild to EAPI 5. Specify LICENSE more precisely.
 
   27 Jan 2015; Ulrich Müller  crypt++-2.92.ebuild:
   Update HOMEPAGE, bug 537928.



1.9  app-emacs/crypt++/crypt++-2.92.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild?r1=1.8&r2=1.9

Index: crypt++-2.92.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- crypt++-2.92.ebuild 27 Jan 2015 17:57:24 -  1.8
+++ crypt++-2.92.ebuild 25 Feb 2015 06:49:31 -  1.9
@@ -1,6 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v 1.8 
2015/01/27 17:57:24 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/crypt++/crypt++-2.92.ebuild,v 1.9 
2015/02/25 06:49:31 ulm Exp $
+
+EAPI=5
 
 inherit elisp
 
@@ -11,7 +13,6 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
 
 S="${WORKDIR}/${PN}el-${PV}"
-SITEFILE=50${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"






[gentoo-commits] gentoo-x86 commit in dev-vcs/svnmailer: svnmailer-1.0.9-r1.ebuild ChangeLog svnmailer-1.0.9.ebuild

2015-02-24 Thread Ian Delaney (idella4)
idella4 15/02/25 06:12:48

  Modified: ChangeLog
  Added:svnmailer-1.0.9-r1.ebuild
  Removed:  svnmailer-1.0.9.ebuild
  Log:
  revbump; convert -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.6  dev-vcs/svnmailer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 Mar 2014 16:19:07 -  1.5
+++ ChangeLog   25 Feb 2015 06:12:47 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/svnmailer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.5 
2014/03/24 16:19:07 xarthisius Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.6 
2015/02/25 06:12:47 idella4 Exp $
+
+*svnmailer-1.0.9-r1 (25 Feb 2015)
+
+  25 Feb 2015; Ian Delaney  +svnmailer-1.0.9-r1.ebuild,
+  -svnmailer-1.0.9.ebuild:
+  revbump; convert -> distutils-r1, rm old
 
   24 Mar 2014; Kacper Kowalik  metadata.xml:
   Drop maintainership



1.1  dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: svnmailer-1.0.9-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild,v 1.1 
2015/02/25 06:12:47 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

DESCRIPTION="A subversion commit notifier written in Python"
HOMEPAGE="http://opensource.perlig.de/svnmailer/";
SRC_URI="http://storage.perlig.de/svnmailer/${P}.tar.bz2";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="${DEPEND}
dev-vcs/subversion[python,${PYTHON_USEDEP}]
virtual/mta"
RDEPEND="${DEPEND}"

pkg_setup() {
python-single-r1_pkg_setup
}

python_prepare_all() {
sed -i -e "s:man/man1:share/&:" setup.py || die
distutils-r1_python_prepare_all
}

python_install_all() {
local HTML_DOCS=( docs/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/datashape: datashape-0.4.3.ebuild ChangeLog

2015-02-24 Thread Patrick Lauer (patrick)
patrick 15/02/25 06:08:08

  Modified: ChangeLog
  Added:datashape-0.4.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  dev-python/datashape/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   24 Dec 2014 08:40:19 -  1.8
+++ ChangeLog   25 Feb 2015 06:08:08 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/datashape
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.8 
2014/12/24 08:40:19 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/datashape/ChangeLog,v 1.9 
2015/02/25 06:08:08 patrick Exp $
+
+*datashape-0.4.3 (25 Feb 2015)
+
+  25 Feb 2015; Patrick Lauer  +datashape-0.4.3.ebuild:
+  Bump
 
 *datashape-0.4.2 (24 Dec 2014)
 



1.1  dev-python/datashape/datashape-0.4.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/datashape/datashape-0.4.3.ebuild?rev=1.1&content-type=text/plain

Index: datashape-0.4.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/datashape/datashape-0.4.3.ebuild,v 1.1 
2015/02/25 06:08:08 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Language defining a data description protocol"
HOMEPAGE="https://github.com/ContinuumIO/datashape";
SRC_URI="https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"

RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
dev-python/multipledispatch[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]"
DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}] )"

python_prepare_all() {
# Prevent un-needed d'loading
sed -e "s/'sphinx.ext.intersphinx', //" -i docs/source/conf.py || die

distutils-r1_python_prepare_all
}

python_compile_all() {
use doc && emake -C docs html
}

python_test() {
py.test || die "Tests failed under ${EPYTHON}"
}

python_install_all() {
use doc && local HTML_DOCS=( docs/build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/flask-restless: flask-restless-0.15.1.ebuild ChangeLog

2015-02-24 Thread Patrick Lauer (patrick)
patrick 15/02/25 06:02:02

  Modified: ChangeLog
  Added:flask-restless-0.15.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.20 dev-python/flask-restless/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   12 Feb 2015 04:26:34 -  1.19
+++ ChangeLog   25 Feb 2015 06:02:02 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-restless
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.19 
2015/02/12 04:26:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restless/ChangeLog,v 1.20 
2015/02/25 06:02:02 patrick Exp $
+
+*flask-restless-0.15.1 (25 Feb 2015)
+
+  25 Feb 2015; Patrick Lauer  
+flask-restless-0.15.1.ebuild:
+  Bump
 
 *flask-restless-0.15.0 (12 Feb 2015)
 



1.1  dev-python/flask-restless/flask-restless-0.15.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.15.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-restless/flask-restless-0.15.1.ebuild?rev=1.1&content-type=text/plain

Index: flask-restless-0.15.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-restless/flask-restless-0.15.1.ebuild,v
 1.1 2015/02/25 06:02:02 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

PYTHON_REQ_USE="sqlite"
inherit distutils-r1

DESCRIPTION="Flask extension for easy ReSTful API generation"
HOMEPAGE="http://packages.python.org/Flask-Restless/";
SRC_URI="https://github.com/jfinkels/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="|| ( AGPL-3 BSD )"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="doc examples test"

RDEPEND=">=dev-python/flask-0.7[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
dev-python/python-dateutil:0[${PYTHON_USEDEP}]
dev-python/mimerender[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
>=dev-python/sphinxcontrib-httpdomain-1.1.7[${PYTHON_USEDEP}]
>=dev-python/sphinxcontrib-issuetracker-0.11[${PYTHON_USEDEP}]
dev-python/flask-themes[${PYTHON_USEDEP}] )"

PATCHES=( "${FILESDIR}"/mapping.patch )

python_compile_all() {
if use doc; then
if ! "${PYTHON}" -c "import flask_restless"; then
eerror "flask-restless is not installed. Building of 
the docs"
eerror "requires flask-restless to be installed."
eerror "emerge with USE=-doc followed bu USE=doc"
die
fi
# Changes connect to read issues @ github
rm -f docs/changelog.rst
einfo "Generating html docs for ${PN}"
PYTHONPATH=${PYTHONPATH}"${S}"/docs emake -C docs html \
|| die "Generating html docs for ${PN} failed"
fi
}

python_test() {
nosetests -w tests || die "Tests failed under ${EPYTHON}"
}

python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in mail-filter/procmail-lib: procmail-lib-20081108.ebuild procmail-lib-20091202.ebuild ChangeLog

2015-02-24 Thread Robin H. Johnson (robbat2)
robbat2 15/02/25 05:44:53

  Modified: procmail-lib-20081108.ebuild ChangeLog
  Added:procmail-lib-20091202.ebuild
  Log:
  Bump.
  
  (Portage version: 2.2.16/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  mail-filter/procmail-lib/procmail-lib-20081108.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild?r1=1.7&r2=1.8

Index: procmail-lib-20081108.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- procmail-lib-20081108.ebuild23 Apr 2012 17:36:29 -  1.7
+++ procmail-lib-20081108.ebuild25 Feb 2015 05:44:53 -  1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild,v 
1.7 2012/04/23 17:36:29 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20081108.ebuild,v 
1.8 2015/02/25 05:44:53 robbat2 Exp $
 
-MY_PV="2008.1108"
+MY_PV="${PV:0:4}.${PV:4}"
 
 DESCRIPTION="Procmail Module Library is a collection of modules for Procmail"
 HOMEPAGE="http://freshmeat.net/projects/procmail-lib";



1.8  mail-filter/procmail-lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   23 Apr 2012 17:36:29 -  1.7
+++ ChangeLog   25 Feb 2015 05:44:53 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for mail-filter/procmail-lib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/ChangeLog,v 1.7 
2012/04/23 17:36:29 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/procmail-lib/ChangeLog,v 1.8 
2015/02/25 05:44:53 robbat2 Exp $
+
+*procmail-lib-20091202 (25 Feb 2015)
+
+  25 Feb 2015; Robin H. Johnson 
+  +procmail-lib-20091202.ebuild, procmail-lib-20081108.ebuild:
+  Bump.
 
   23 Apr 2012; Michał Górny  procmail-lib-20081108.ebuild:
   Use mirror:// in SRC_URI.
@@ -27,4 +33,3 @@
   09 Jan 2009; Tobias Scherbaum  +metadata.xml,
   +procmail-lib-20081108.ebuild:
   Initial import, #213364. Ebuild by Martin Mokrejs
-



1.1  mail-filter/procmail-lib/procmail-lib-20091202.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20091202.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20091202.ebuild?rev=1.1&content-type=text/plain

Index: procmail-lib-20091202.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-filter/procmail-lib/procmail-lib-20091202.ebuild,v 
1.1 2015/02/25 05:44:53 robbat2 Exp $

MY_PV="${PV:0:4}.${PV:4}"

DESCRIPTION="Procmail Module Library is a collection of modules for Procmail"
HOMEPAGE="http://freshmeat.net/projects/procmail-lib";
SRC_URI="mirror://nongnu/${PN}/${PN}-${MY_PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND=""
RDEPEND="mail-filter/procmail"

S="${WORKDIR}/${PN}-${MY_PV}"

src_install() {
emake DESTDIR="${D}" prefix=/usr install || die "make install failed"
mv "${D}"/usr/share/doc/"${PN}" "${D}"/usr/share/doc/"${PF}"
}






[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.10.0.ebuild ChangeLog

2015-02-24 Thread Patrick Lauer (patrick)
patrick 15/02/25 05:35:07

  Modified: bitcoind-0.10.0.ebuild ChangeLog
  Log:
  Add missing dep
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  net-p2p/bitcoind/bitcoind-0.10.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild?r1=1.2&r2=1.3

Index: bitcoind-0.10.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitcoind-0.10.0.ebuild  24 Feb 2015 00:30:29 -  1.2
+++ bitcoind-0.10.0.ebuild  25 Feb 2015 05:35:07 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 2010-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild,v 
1.2 2015/02/24 00:30:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.0.ebuild,v 
1.3 2015/02/25 05:35:07 patrick Exp $
 
 EAPI=5
 
@@ -16,6 +16,7 @@
 KEYWORDS="~amd64 ~arm ~x86"
 
 RDEPEND="
+   dev-libs/libsecp256k1
virtual/bitcoin-leveldb
logrotate? (
app-admin/logrotate



1.99 net-p2p/bitcoind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.99&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.99&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   24 Feb 2015 00:30:29 -  1.98
+++ ChangeLog   25 Feb 2015 05:35:07 -  1.99
@@ -1,6 +1,9 @@
 # ChangeLog for net-p2p/bitcoind
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.98 
2015/02/24 00:30:29 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.99 
2015/02/25 05:35:07 patrick Exp $
+
+  25 Feb 2015; Patrick Lauer  bitcoind-0.10.0.ebuild:
+  Add missing dep
 
   24 Feb 2015; Patrick Lauer  bitcoind-0.10.0.ebuild:
   Disable censoring by default






[gentoo-commits] gentoo-x86 commit in dev-python/pyopencl: pyopencl-2015.1.ebuild ChangeLog

2015-02-24 Thread Patrick Lauer (patrick)
patrick 15/02/25 05:20:13

  Modified: ChangeLog
  Added:pyopencl-2015.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.29 dev-python/pyopencl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopencl/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   25 Dec 2014 19:22:00 -  1.28
+++ ChangeLog   25 Feb 2015 05:20:13 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyopencl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/ChangeLog,v 1.28 
2014/12/25 19:22:00 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/ChangeLog,v 1.29 
2015/02/25 05:20:13 patrick Exp $
+
+*pyopencl-2015.1 (25 Feb 2015)
+
+  25 Feb 2015; Patrick Lauer  +pyopencl-2015.1.ebuild:
+  Bump
 
   25 Dec 2014; Michał Górny  pyopencl-2014.1.ebuild,
   pyopencl-.ebuild:



1.1  dev-python/pyopencl/pyopencl-2015.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/pyopencl-2015.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyopencl/pyopencl-2015.1.ebuild?rev=1.1&content-type=text/plain

Index: pyopencl-2015.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2015.1.ebuild,v 
1.1 2015/02/25 05:20:13 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Python wrapper for OpenCL"
HOMEPAGE="http://mathema.tician.de/software/pyopencl 
http://pypi.python.org/pypi/pyopencl";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples opengl"

RDEPEND=">=dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]
dev-python/pytools[${PYTHON_USEDEP}]
>=virtual/opencl-0-r1"
DEPEND="${RDEPEND}"

src_configure()
{
local myconf=()
if use opengl; then
myconf+=(--cl-enable-gl)
fi

"${PYTHON}" configure.py \
--boost-compiler=gcc \
--boost-python-libname=boost_python-${PYTHON_ABI}-mt \
--no-use-shipped-boost \
"${myconf[@]}"
}

python_install_all() {
if use examples; then
local EXAMPLES=( examples/. )
einfo "Some of the examples provided by this package require 
dev-python/matplotlib."
fi
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-libs/fcgi: ChangeLog fcgi-2.4.1_pre0910052249.ebuild

2015-02-24 Thread Rafael Martins (rafaelmartins)
rafaelmartins15/02/25 04:40:44

  Modified: ChangeLog
  Removed:  fcgi-2.4.1_pre0910052249.ebuild
  Log:
  Removing vulnerable ebuild. bug #539164
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.70 dev-libs/fcgi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fcgi/ChangeLog?rev=1.70&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fcgi/ChangeLog?rev=1.70&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/fcgi/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   24 Feb 2015 10:56:40 -  1.69
+++ ChangeLog   25 Feb 2015 04:40:44 -  1.70
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/fcgi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.69 2015/02/24 
10:56:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/fcgi/ChangeLog,v 1.70 2015/02/25 
04:40:44 rafaelmartins Exp $
+
+  25 Feb 2015; Rafael G. Martins 
+  -fcgi-2.4.1_pre0910052249.ebuild:
+  Removing vulnerable ebuild. bug #539164
 
   24 Feb 2015; Agostino Sarubbo 
   fcgi-2.4.1_pre0910052249-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-db/pgmemcache: pgmemcache-2.3.0.ebuild ChangeLog

2015-02-24 Thread Patrick Lauer (patrick)
patrick 15/02/25 03:39:05

  Modified: ChangeLog
  Added:pgmemcache-2.3.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 dev-db/pgmemcache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   28 Dec 2014 15:10:00 -  1.9
+++ ChangeLog   25 Feb 2015 03:39:05 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/pgmemcache
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v 1.9 
2014/12/28 15:10:00 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/ChangeLog,v 1.10 
2015/02/25 03:39:05 patrick Exp $
+
+*pgmemcache-2.3.0 (25 Feb 2015)
+
+  25 Feb 2015; Patrick Lauer  +pgmemcache-2.3.0.ebuild:
+  Bump
 
   28 Dec 2014; Aaron W. Swenson 
   pgmemcache-2.0.4.ebuild, pgmemcache-2.0.6.ebuild, pgmemcache-2.1.1.ebuild,



1.1  dev-db/pgmemcache/pgmemcache-2.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild?rev=1.1&content-type=text/plain

Index: pgmemcache-2.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/pgmemcache/pgmemcache-2.3.0.ebuild,v 
1.1 2015/02/25 03:39:05 patrick Exp $

EAPI=5

DESCRIPTION="A PostgreSQL API based on libmemcached to interface with memcached"
HOMEPAGE="http://pgfoundry.org/projects/pgmemcache 
https://github.com/ohmu/pgmemcache";
SRC_URI="https://github.com/ohmu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-db/postgresql
dev-libs/cyrus-sasl
>=dev-libs/libmemcached-1.0.18[sasl]"
RDEPEND="${DEPEND}"

DOCS=( NEWS README TODO )

src_install() {
emake -j1 DESTDIR="${D}" install
}






[gentoo-commits] gentoo-x86 commit in net-irc/quassel: quassel-0.12_beta1.ebuild ChangeLog

2015-02-24 Thread Patrick Lauer (patrick)
patrick 15/02/25 03:09:59

  Modified: ChangeLog
  Added:quassel-0.12_beta1.ebuild
  Log:
  Bump for #541280
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.191net-irc/quassel/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.191&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.191&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/ChangeLog?r1=1.190&r2=1.191

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- ChangeLog   22 Feb 2015 18:41:23 -  1.190
+++ ChangeLog   25 Feb 2015 03:09:58 -  1.191
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/quassel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.190 
2015/02/22 18:41:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.191 
2015/02/25 03:09:58 patrick Exp $
+
+*quassel-0.12_beta1 (25 Feb 2015)
+
+  25 Feb 2015; Patrick Lauer  +quassel-0.12_beta1.ebuild:
+  Bump for #541280
 
   22 Feb 2015; Michał Górny  quassel-0.10.0-r1.ebuild,
   quassel-0.10.1.ebuild, quassel-0.11.0.ebuild, quassel-0.9.2.ebuild,



1.1  net-irc/quassel/quassel-0.12_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/quassel-0.12_beta1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/quassel-0.12_beta1.ebuild?rev=1.1&content-type=text/plain

Index: quassel-0.12_beta1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.12_beta1.ebuild,v 
1.1 2015/02/25 03:09:58 patrick Exp $

EAPI=5

inherit cmake-utils eutils pax-utils systemd user versionator

EGIT_REPO_URI="git://git.quassel-irc.org/quassel"
[[ "${PV}" == "" ]] && inherit git-r3

DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity"
HOMEPAGE="http://quassel-irc.org/";
[[ "${PV}" == "" ]] || SRC_URI="http://quassel-irc.org/pub/${P/_/-}.tar.bz2";

LICENSE="GPL-3"
KEYWORDS=""
SLOT="0"
IUSE="ayatana crypt dbus debug kde monolithic phonon postgres qt5 +server +ssl 
syslog webkit X"

SERVER_RDEPEND="
qt5? (
dev-qt/qtscript:5
postgres? ( dev-qt/qtsql:5[postgres] )
!postgres? ( dev-qt/qtsql:5[sqlite] 
dev-db/sqlite:3[threadsafe(+),-secure-delete] )
)
!qt5? (
dev-qt/qtscript:4
crypt? ( app-crypt/qca:2[openssl,qt4(+)] )
postgres? ( dev-qt/qtsql:4[postgres] )
!postgres? ( dev-qt/qtsql:4[sqlite] 
dev-db/sqlite:3[threadsafe(+),-secure-delete] )
)
syslog? ( virtual/logger )
"

GUI_RDEPEND="
qt5? (
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dbus? (
dev-libs/libdbusmenu-qt[qt5]
dev-qt/qtdbus:5
)
phonon? ( media-libs/phonon[qt5] )
webkit? ( dev-qt/qtwebkit:5 )
)
!qt5? (
dev-qt/qtgui:4
ayatana? ( dev-libs/libindicate-qt )
dbus? (
dev-libs/libdbusmenu-qt[qt4(+)]
dev-qt/qtdbus:4
kde? (
kde-base/kdelibs:4
|| ( kde-apps/oxygen-icons 
kde-base/oxygen-icons:4 )
ayatana? ( 
kde-misc/plasma-widget-message-indicator )
)
)
phonon? ( || ( media-libs/phonon[qt4] dev-qt/qtphonon:4 ) )
webkit? ( dev-qt/qtwebkit:4 )
)
"

RDEPEND="
sys-libs/zlib
qt5? (
dev-qt/qtcore:5
dev-qt/qtnetwork:5[ssl?]
)
!qt5? ( dev-qt/qtcore:4[ssl?] )
monolithic? (
${SERVER_RDEPEND}
${GUI_RDEPEND}
)
!monolithic? (
server? ( ${SERVER_RDEPEND} )
X? ( ${GUI_RDEPEND} )
)
"
DEPEND="${RDEPEND}
qt5? ( dev-qt/linguist-tools:5 )
"

DOCS=( AUTHORS ChangeLog README )

S="${WORKDIR}/${P/_/-}"

REQUIRED_USE="
|| ( X server monolithic )
ayatana? ( || ( X monolithic ) )
crypt? ( || ( server monolithic ) )
dbus? ( || ( X monolithic ) )
kde? ( phonon || ( X monolithic ) )
phonon? ( || ( X monolithic ) )
postgres? ( || ( server mono

[gentoo-commits] gentoo-x86 commit in dev-php/pecl-gnupg: pecl-gnupg-1.3.6.ebuild ChangeLog

2015-02-24 Thread Brian Evans (grknight)
grknight15/02/25 02:53:10

  Modified: ChangeLog
  Added:pecl-gnupg-1.3.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.6  dev-php/pecl-gnupg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   10 Oct 2014 01:49:10 -  1.5
+++ ChangeLog   25 Feb 2015 02:53:10 -  1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-gnupg
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.5 
2014/10/10 01:49:10 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/ChangeLog,v 1.6 
2015/02/25 02:53:10 grknight Exp $
+
+*pecl-gnupg-1.3.6 (25 Feb 2015)
+
+  25 Feb 2015; Brian Evans  +pecl-gnupg-1.3.6.ebuild:
+  Version bump
 
 *pecl-gnupg-1.3.3 (30 Sep 2014)
 



1.1  dev-php/pecl-gnupg/pecl-gnupg-1.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.6.ebuild?rev=1.1&content-type=text/plain

Index: pecl-gnupg-1.3.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-gnupg/pecl-gnupg-1.3.6.ebuild,v 
1.1 2015/02/25 02:53:10 grknight Exp $

EAPI="5"

PHP_EXT_NAME="gnupg"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

USE_PHP="php5-6 php5-5 php5-4"

inherit php-ext-pecl-r2

KEYWORDS="~amd64 ~x86"
DESCRIPTION="PHP wrapper around the gpgme library"
LICENSE="BSD-2"
SLOT="0"
IUSE=""

DEPEND="app-crypt/gpgme"
RDEPEND="${DEPEND}"

src_prepare() {
for slot in $(php_get_slots); do
php_init_slot_env ${slot}
epatch "${FILESDIR}"/1.3.2/01-large_file_system.patch
done

php-ext-source-r2_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-yaz: pecl-yaz-1.1.9.ebuild ChangeLog

2015-02-24 Thread Brian Evans (grknight)
grknight15/02/25 02:10:23

  Modified: ChangeLog
  Added:pecl-yaz-1.1.9.ebuild
  Log:
  Version bump; Update LICENSE to BSD per upstream
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.13 dev-php/pecl-yaz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   24 Feb 2015 08:46:45 -  1.12
+++ ChangeLog   25 Feb 2015 02:10:23 -  1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-yaz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.12 
2015/02/24 08:46:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/ChangeLog,v 1.13 
2015/02/25 02:10:23 grknight Exp $
+
+*pecl-yaz-1.1.9 (25 Feb 2015)
+
+  25 Feb 2015; Brian Evans  +pecl-yaz-1.1.9.ebuild:
+  Version bump; Update LICENSE to BSD per upstream
 
   24 Feb 2015; Agostino Sarubbo  pecl-yaz-1.1.6.ebuild:
   Stable for alpha, wrt bug #534568



1.1  dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild?rev=1.1&content-type=text/plain

Index: pecl-yaz-1.1.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-yaz/pecl-yaz-1.1.9.ebuild,v 1.1 
2015/02/25 02:10:23 grknight Exp $

EAPI=5

PHP_EXT_NAME="yaz"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README"

USE_PHP="php5-6 php5-5 php5-4"

inherit php-ext-pecl-r2

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"

DESCRIPTION="This extension implements a Z39.50 client for PHP using the YAZ 
toolkit"
LICENSE="BSD"
SLOT="0"
IUSE=""

DEPEND=">=dev-libs/yaz-3.0.2:0="
RDEPEND="${DEPEND}"

my_conf="--with-yaz=/usr"






[gentoo-commits] gentoo-x86 commit in dev-php/xdebug: xdebug-2.3.1.ebuild ChangeLog

2015-02-24 Thread Brian Evans (grknight)
grknight15/02/25 01:58:33

  Modified: ChangeLog
  Added:xdebug-2.3.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.73 dev-php/xdebug/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   23 Feb 2015 11:17:16 -  1.72
+++ ChangeLog   25 Feb 2015 01:58:33 -  1.73
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/xdebug
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.72 2015/02/23 
11:17:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/ChangeLog,v 1.73 2015/02/25 
01:58:33 grknight Exp $
+
+*xdebug-2.3.1 (25 Feb 2015)
+
+  25 Feb 2015; Brian Evans  +xdebug-2.3.1.ebuild:
+  Version bump
 
   23 Feb 2015; Agostino Sarubbo  xdebug-2.2.6.ebuild:
   Stable for ppc64, wrt bug #538554



1.1  dev-php/xdebug/xdebug-2.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/xdebug-2.3.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug/xdebug-2.3.1.ebuild?rev=1.1&content-type=text/plain

Index: xdebug-2.3.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug/xdebug-2.3.1.ebuild,v 1.1 
2015/02/25 01:58:33 grknight Exp $

EAPI="5"
PHP_EXT_NAME="xdebug"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="yes"

USE_PHP="php5-6 php5-5 php5-4"

MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"

S="${WORKDIR}/${PN}-${MY_PV}"

inherit php-ext-source-r2

KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"

DESCRIPTION="A PHP debugging and profiling extension"
HOMEPAGE="http://www.xdebug.org/";
SRC_URI="http://pecl.php.net/get/${PN}-${MY_PV}.tgz";
LICENSE="Xdebug"
SLOT="0"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}
~dev-php/xdebug-client-${PV}"

src_install() {
dodoc NEWS README CREDITS
php-ext-source-r2_src_install

php-ext-source-r2_addtoinifiles "xdebug.auto_trace" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.trace_output_dir" '"/tmp"'
php-ext-source-r2_addtoinifiles "xdebug.trace_output_name" '"trace.%c"'
php-ext-source-r2_addtoinifiles "xdebug.trace_format" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.trace_options" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.collect_includes" '"1"'
php-ext-source-r2_addtoinifiles "xdebug.collect_params" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.collect_return" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.collect_vars" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.default_enable" '"1"'
php-ext-source-r2_addtoinifiles "xdebug.extended_info" '"1"'
php-ext-source-r2_addtoinifiles "xdebug.manual_url" 
'"http://www.php.net";'
php-ext-source-r2_addtoinifiles "xdebug.max_nesting_level" '"100"'
php-ext-source-r2_addtoinifiles "xdebug.show_exception_trace" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.show_local_vars" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.show_mem_delta" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.dump.COOKIE" '"NULL"'
php-ext-source-r2_addtoinifiles "xdebug.dump.ENV" '"NULL"'
php-ext-source-r2_addtoinifiles "xdebug.dump.FILES" '"NULL"'
php-ext-source-r2_addtoinifiles "xdebug.dump.GET" '"NULL"'
php-ext-source-r2_addtoinifiles "xdebug.dump.POST" '"NULL"'
php-ext-source-r2_addtoinifiles "xdebug.dump.REQUEST" '"NULL"'
php-ext-source-r2_addtoinifiles "xdebug.dump.SERVER" '"NULL"'
php-ext-source-r2_addtoinifiles "xdebug.dump.SESSION" '"NULL"'
php-ext-source-r2_addtoinifiles "xdebug.dump_globals" '"1"'
php-ext-source-r2_addtoinifiles "xdebug.dump_once" '"1"'
php-ext-source-r2_addtoinifiles "xdebug.dump_undefined" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.profiler_enable" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.profiler_output_dir" '"/tmp"'
php-ext-source-r2_addtoinifiles "xdebug.profiler_output_name" 
'"cachegrind.out.%p"'
php-ext-source-r2_addtoinifiles "xdebug.profiler_enable_trigger" '"0"'
php-ext-source-r2_addtoinifiles "xdebug.profiler_append" '"0"'
php-ext-source-r2_addtoinifile

[gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.3.1.ebuild ChangeLog

2015-02-24 Thread Brian Evans (grknight)
grknight15/02/25 01:53:54

  Modified: ChangeLog
  Added:xdebug-client-2.3.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  ChangesPath
1.77 dev-php/xdebug-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.77&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.77&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   23 Feb 2015 11:17:20 -  1.76
+++ ChangeLog   25 Feb 2015 01:53:54 -  1.77
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.76 
2015/02/23 11:17:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.77 
2015/02/25 01:53:54 grknight Exp $
+
+*xdebug-client-2.3.1 (25 Feb 2015)
+
+  25 Feb 2015; Brian Evans  +xdebug-client-2.3.1.ebuild:
+  Version bump
 
   23 Feb 2015; Agostino Sarubbo  xdebug-client-2.2.6.ebuild:
   Stable for ppc64, wrt bug #538554



1.1  dev-php/xdebug-client/xdebug-client-2.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.3.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.3.1.ebuild?rev=1.1&content-type=text/plain

Index: xdebug-client-2.3.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.3.1.ebuild,v 1.1 
2015/02/25 01:53:54 grknight Exp $

EAPI=5

KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"

MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"

DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)"
HOMEPAGE="http://www.xdebug.org/";
SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz";
LICENSE="Xdebug"
SLOT="0"
IUSE="libedit"

S="${WORKDIR}/xdebug-${MY_PV}/debugclient"

DEPEND="libedit? ( dev-libs/libedit )"
RDEPEND="${DEPEND}"

src_configure() {
econf $(use_with libedit)
}

src_install() {
newbin debugclient xdebug
}






[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-42.0.2311.4_alpha1.ebuild ChangeLog chrome-binary-plugins-42.0.2305.3_alpha1.ebuild

2015-02-24 Thread Mike Gilbert (floppym)
floppym 15/02/25 01:39:57

  Modified: ChangeLog
  Added:chrome-binary-plugins-42.0.2311.4_alpha1.ebuild
  Removed:  chrome-binary-plugins-42.0.2305.3_alpha1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.229www-plugins/chrome-binary-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.229&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.229&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.228&r2=1.229

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- ChangeLog   21 Feb 2015 15:05:15 -  1.228
+++ ChangeLog   25 Feb 2015 01:39:57 -  1.229
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.228 
2015/02/21 15:05:15 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.229 
2015/02/25 01:39:57 floppym Exp $
+
+*chrome-binary-plugins-42.0.2311.4_alpha1 (25 Feb 2015)
+
+  25 Feb 2015; Mike Gilbert 
+  +chrome-binary-plugins-42.0.2311.4_alpha1.ebuild,
+  -chrome-binary-plugins-42.0.2305.3_alpha1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-40.0.2214.115_p1 (21 Feb 2015)
 *chrome-binary-plugins-41.0.2272.64_beta1 (21 Feb 2015)



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2311.4_alpha1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2311.4_alpha1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2311.4_alpha1.ebuild?rev=1.1&content-type=text/plain

Index: chrome-binary-plugins-42.0.2311.4_alpha1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-42.0.2311.4_alpha1.ebuild,v
 1.1 2015/02/25 01:39:57 floppym Exp $

EAPI=5

inherit multilib unpacker

DESCRIPTION="Binary plugins from Google Chrome for use in Chromium"
HOMEPAGE="http://www.google.com/chrome";

case ${PV} in
*_alpha*|*)
SLOT="unstable"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV/_alpha/-}
;;
*_beta*)
SLOT="beta"
CHROMEDIR="opt/google/chrome-${SLOT}"
MY_PV=${PV/_beta/-}
;;
*_p*)
SLOT="stable"
CHROMEDIR="opt/google/chrome"
MY_PV=${PV/_p/-}
;;
*)
die "Invalid value for \${PV}: ${PV}"
;;
esac

MY_PN="google-chrome-${SLOT}"
MY_P="${MY_PN}_${MY_PV}"

if [[ ${PV} != * ]]; then
SRC_URI="
amd64? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"
KEYWORDS="~amd64 ~x86"
fi

LICENSE="google-chrome"
IUSE="+flash +widevine"
RESTRICT="bindist mirror strip"

for x in 0 beta stable unstable; do
if [[ ${SLOT} != ${x} ]]; then
RDEPEND+=" !${CATEGORY}/${PN}:${x}"
fi
done

S="${WORKDIR}/${CHROMEDIR}"
QA_PREBUILT="*"

pkg_nofetch() {
eerror "Please wait 24 hours and sync your portage tree before 
reporting fetch failures."
}

if [[ ${PV} == * ]]; then
src_unpack() {
local base="https://dl.google.com/linux/direct";
local debarch=${ARCH/x86/i386}
wget -O google-chrome.deb 
"${base}/google-chrome-${SLOT}_current_${debarch}.deb" || die
unpack_deb ./google-chrome.deb
}
fi

src_install() {
local version flapper

insinto /usr/$(get_libdir)/chromium-browser/

if use widevine; then
doins libwidevinecdm.so
strings ./chrome | grep -C 1 " (version:" | tail -1 > 
widevine.version
doins widevine.version
einfo "Please note that if you intend to use this with 
www-clients/chromium,"
einfo "you'll need to enable the widevine USE flag there as 
well, in order to"
einfo "utilize the widevine USE flag that's been

[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-unstable: google-chrome-unstable-42.0.2311.4_p1.ebuild ChangeLog google-chrome-unstable-42.0.2305.3_p1.ebuild

2015-02-24 Thread Mike Gilbert (floppym)
floppym 15/02/25 01:39:35

  Modified: ChangeLog
  Added:google-chrome-unstable-42.0.2311.4_p1.ebuild
  Removed:  google-chrome-unstable-42.0.2305.3_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.82 www-client/google-chrome-unstable/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.82&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.82&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   19 Feb 2015 01:21:34 -  1.81
+++ ChangeLog   25 Feb 2015 01:39:35 -  1.82
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-unstable
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.81 
2015/02/19 01:21:34 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.82 
2015/02/25 01:39:35 floppym Exp $
+
+*google-chrome-unstable-42.0.2311.4_p1 (25 Feb 2015)
+
+  25 Feb 2015; Mike Gilbert 
+  +google-chrome-unstable-42.0.2311.4_p1.ebuild,
+  -google-chrome-unstable-42.0.2305.3_p1.ebuild:
+  Automated update.
 
 *google-chrome-unstable-42.0.2305.3_p1 (19 Feb 2015)
 



1.1  
www-client/google-chrome-unstable/google-chrome-unstable-42.0.2311.4_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-42.0.2311.4_p1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-42.0.2311.4_p1.ebuild?rev=1.1&content-type=text/plain

Index: google-chrome-unstable-42.0.2311.4_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-42.0.2311.4_p1.ebuild,v
 1.1 2015/02/25 01:39:35 floppym Exp $

EAPI="5"

CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW"

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

DESCRIPTION="The web browser from Google"
HOMEPAGE="http://www.google.com/chrome";

if [[ ${PN} == google-chrome ]]; then
MY_PN=${PN}-stable
else
MY_PN=${PN}
fi

MY_P="${MY_PN}_${PV/_p/-}"

SRC_URI="
amd64? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"

LICENSE="google-chrome"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="+plugins"
RESTRICT="bindist mirror strip"

RDEPEND="
app-arch/bzip2
app-misc/ca-certificates
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype:2
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
>=x11-libs/libX11-1.5.0
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXScrnSaver
x11-libs/libXtst
x11-libs/pango
x11-misc/xdg-utils
"

QA_PREBUILT="*"
S=${WORKDIR}
CHROME_HOME="opt/google/chrome${PN#google-chrome}"

DISABLE_AUTOFORMATTING="yes"
DOC_CONTENTS="
Some web pages may require additional fonts to display properly.
Try installing some of the following packages if some characters
are not displayed properly:
- media-fonts/arphicfonts
- media-fonts/bitstream-cyberbit
- media-fonts/droid
- media-fonts/ipamonafont
- media-fonts/ja-ipafonts
- media-fonts/takao-fonts
- media-fonts/wqy-microhei
- media-fonts/wqy-zenhei

Depending on your desktop environment, you may need
to install additional packages to get icons on the Downloads page.

For KDE, the required package is kde-base/oxygen-icons.

For other desktop environments, try one of the following:
- x11-themes/gnome-icon-theme
- x11-themes/

[gentoo-commits] gentoo-x86 commit in app-text/poppler: ChangeLog poppler-0.29.0.ebuild poppler-0.28.1.ebuild

2015-02-24 Thread Andreas HAttel (dilfridge)
dilfridge15/02/25 01:30:19

  Modified: ChangeLog
  Removed:  poppler-0.29.0.ebuild poppler-0.28.1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.443app-text/poppler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?rev=1.443&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?rev=1.443&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?r1=1.442&r2=1.443

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -r1.442 -r1.443
--- ChangeLog   9 Feb 2015 16:28:50 -   1.442
+++ ChangeLog   25 Feb 2015 01:30:18 -  1.443
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/poppler
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.442 
2015/02/09 16:28:50 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.443 
2015/02/25 01:30:18 dilfridge Exp $
+
+  25 Feb 2015; Andreas K. Huettel 
+  -poppler-0.28.1.ebuild, -poppler-0.29.0.ebuild:
+  Remove old
 
 *poppler-0.31.0 (09 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-vcs/qct: qct-1.7-r1.ebuild ChangeLog qct-1.7.ebuild

2015-02-24 Thread Ian Delaney (idella4)
idella4 15/02/25 01:04:48

  Modified: ChangeLog
  Added:qct-1.7-r1.ebuild
  Removed:  qct-1.7.ebuild
  Log:
  revbump; convert -> distutils-r1, rm old, fixes Bug #541150, endorsement 
provided in said bug
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.10 dev-vcs/qct/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qct/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qct/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qct/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/qct/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   18 Jan 2011 12:55:44 -  1.9
+++ ChangeLog   25 Feb 2015 01:04:48 -  1.10
@@ -1,6 +1,13 @@
 # ChangeLog for dev-vcs/qct
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/ChangeLog,v 1.9 2011/01/18 
12:55:44 arfrever Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/ChangeLog,v 1.10 2015/02/25 
01:04:48 idella4 Exp $
+
+*qct-1.7-r1 (25 Feb 2015)
+
+  25 Feb 2015; Ian Delaney  +qct-1.7-r1.ebuild,
+  -qct-1.7.ebuild:
+  revbump; convert -> distutils-r1, rm old, fixes Bug #541150, endorsement
+  provided in said bug
 
   18 Jan 2011; Arfrever Frehtes Taifersar Arahesis 
   qct-1.7.ebuild:
@@ -37,4 +44,3 @@
   15 Jun 2009; Ben de Groot  +files/qct.rc:
   Initial import from qting-edge overlay. Ebuild developed by Dror Levin and
   contributors in bug 162963.
-



1.1  dev-vcs/qct/qct-1.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qct/qct-1.7-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/qct/qct-1.7-r1.ebuild?rev=1.1&content-type=text/plain

Index: qct-1.7-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/qct/qct-1.7-r1.ebuild,v 1.1 
2015/02/25 01:04:48 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

DESCRIPTION="PyQt based commit tool for many VCSs"
HOMEPAGE="http://qct.sourceforge.net/";
SRC_URI="http://qct.sourceforge.net/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bazaar cvs mercurial monotone subversion"

DEPEND="app-text/asciidoc[${PYTHON_USEDEP}]
app-text/xmlto
dev-python/PyQt4[${PYTHON_USEDEP}]
bazaar? ( dev-vcs/bzr[${PYTHON_USEDEP}] )
cvs? ( dev-vcs/cvs )
mercurial? ( dev-vcs/mercurial[${PYTHON_USEDEP}] )
monotone? ( dev-vcs/monotone )
subversion? ( dev-vcs/subversion[${PYTHON_USEDEP}] )"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}"

pkg_setup() {
python-single-r1_pkg_setup
}

src_prepare() {
distutils-r1_src_prepare

rm qctlib/vcs/p4.py

# support for git requires cogito which isn't in portage
rm qctlib/vcs/git.py
rm qctlib/vcs/cg.py

use bazaar || rm qctlib/vcs/bzr.py
use cvs || rm qctlib/vcs/cvs.py
use mercurial || rm qctlib/vcs/hg.py
use monotone || rm qctlib/vcs/mtn.py
use subversion || rm qctlib/vcs/svn.py
}

src_install() {
distutils-r1_src_install

# manpage and html docs are built using asciidoc
make -C doc man html || die
doman doc/qct.1 || die
dohtml doc/qct.1.html || die

if use bazaar; then
insinto "$(python_get_sitedir)/bzrlib/plugins"
doins plugins/qctBzrPlugin.py
fi

if use mercurial; then
insinto "$(python_get_sitedir)/hgext"
doins hgext/qct.py
insinto /etc/mercurial/hgrc.d
doins "${FILESDIR}/qct.rc"
fi
}






[gentoo-commits] gentoo-x86 commit in games-simulation/flightgear: flightgear-3.0.0.ebuild flightgear-3.4.0.ebuild metadata.xml flightgear-3.2.0.ebuild flightgear-3.0.0-r1.ebuild ChangeLog

2015-02-24 Thread Maciej Mrozowski (reavertm)
reavertm15/02/25 00:31:34

  Modified: flightgear-3.0.0.ebuild metadata.xml
flightgear-3.2.0.ebuild flightgear-3.0.0-r1.ebuild
ChangeLog
  Added:flightgear-3.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B1E955DB)

Revision  ChangesPath
1.4  games-simulation/flightgear/flightgear-3.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0.ebuild?r1=1.3&r2=1.4

Index: flightgear-3.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flightgear-3.0.0.ebuild 7 Jun 2014 19:24:28 -   1.3
+++ flightgear-3.0.0.ebuild 25 Feb 2015 00:31:34 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0.ebuild,v 
1.3 2014/06/07 19:24:28 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0.ebuild,v 
1.4 2015/02/25 00:31:34 reavertm Exp $
 
 EAPI=5
 
@@ -26,7 +26,7 @@
udev? ( virtual/udev )
utils? (
media-libs/freeglut
-   media-libs/libpng
+   media-libs/libpng:0
virtual/opengl
)
 "



1.11 games-simulation/flightgear/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/metadata.xml?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/metadata.xml?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/metadata.xml?r1=1.10&r2=1.11

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear/metadata.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- metadata.xml12 Aug 2014 22:40:50 -  1.10
+++ metadata.xml25 Feb 2015 00:31:34 -  1.11
@@ -10,6 +10,7 @@
Enable screensaver DBus interaction
Enables JSBSim Flight Dynamics Model 
(default)
Enables deprecated Flight Dynamics Models (LaRCsim, 
UIUC)
+   Builds Qt5 launcher application
Enables event-based Input devices through 
virtual/udev
Builds various utilities (fgpanel, terrasync, 
fgviewer among others)
Enables YASim Flight Dynamics Model



1.3  games-simulation/flightgear/flightgear-3.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild?r1=1.2&r2=1.3

Index: flightgear-3.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flightgear-3.2.0.ebuild 11 Jan 2015 13:57:39 -  1.2
+++ flightgear-3.2.0.ebuild 25 Feb 2015 00:31:34 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 
1.2 2015/01/11 13:57:39 reavertm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-3.2.0.ebuild,v 
1.3 2015/02/25 00:31:34 reavertm Exp $
 
 EAPI=5
 
@@ -28,7 +28,7 @@
udev? ( virtual/udev )
utils? (
media-libs/freeglut
-   media-libs/libpng
+   media-libs/libpng:0
virtual/opengl
)
 "



1.2  games-simulation/flightgear/flightgear-3.0.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear/flightgear-3.0.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/f

[gentoo-commits] gentoo-x86 commit in games-simulation/flightgear-data: flightgear-data-3.4.0.ebuild ChangeLog

2015-02-24 Thread Maciej Mrozowski (reavertm)
reavertm15/02/25 00:30:37

  Modified: ChangeLog
  Added:flightgear-data-3.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B1E955DB)

Revision  ChangesPath
1.11 games-simulation/flightgear-data/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear-data/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear-data/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear-data/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/flightgear-data/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   11 Jan 2015 13:53:05 -  1.10
+++ ChangeLog   25 Feb 2015 00:30:37 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for games-simulation/flightgear-data
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/flightgear-data/ChangeLog,v 1.10 
2015/01/11 13:53:05 reavertm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/flightgear-data/ChangeLog,v 1.11 
2015/02/25 00:30:37 reavertm Exp $
+
+*flightgear-data-3.4.0 (25 Feb 2015)
+
+  25 Feb 2015; Maciej Mrozowski 
+  +flightgear-data-3.4.0.ebuild:
+  Version bump.
 
 *flightgear-data-3.2.0 (11 Jan 2015)
 



1.1  
games-simulation/flightgear-data/flightgear-data-3.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear-data/flightgear-data-3.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/flightgear-data/flightgear-data-3.4.0.ebuild?rev=1.1&content-type=text/plain

Index: flightgear-data-3.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/flightgear-data/flightgear-data-3.4.0.ebuild,v
 1.1 2015/02/25 00:30:37 reavertm Exp $

EAPI=5

inherit games

DESCRIPTION="FlightGear data files"
HOMEPAGE="http://www.flightgear.org/";
SRC_URI="mirror://flightgear/Shared/FlightGear-data-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

# data files split to separate package since 2.10.0
RDEPEND="
!

[gentoo-commits] gentoo-x86 commit in dev-games/simgear: simgear-3.4.0.ebuild simgear-3.0.0.ebuild ChangeLog

2015-02-24 Thread Maciej Mrozowski (reavertm)
reavertm15/02/25 00:29:43

  Modified: simgear-3.0.0.ebuild ChangeLog
  Added:simgear-3.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B1E955DB)

Revision  ChangesPath
1.4  dev-games/simgear/simgear-3.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild?r1=1.3&r2=1.4

Index: simgear-3.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- simgear-3.0.0.ebuild7 Jun 2014 19:24:24 -   1.3
+++ simgear-3.0.0.ebuild25 Feb 2015 00:29:43 -  1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild,v 
1.3 2014/06/07 19:24:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.0.0.ebuild,v 
1.4 2015/02/25 00:29:43 reavertm Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
media-libs/openal
sys-libs/zlib
virtual/opengl
-   jpeg? ( virtual/jpeg )
+   jpeg? ( virtual/jpeg:62 )
 "
 DEPEND="${COMMON_DEPEND}
>=dev-libs/boost-1.44



1.68 dev-games/simgear/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?rev=1.68&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?rev=1.68&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   11 Jan 2015 13:52:20 -  1.67
+++ ChangeLog   25 Feb 2015 00:29:43 -  1.68
@@ -1,6 +1,12 @@
 # ChangeLog for dev-games/simgear
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.67 
2015/01/11 13:52:20 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/ChangeLog,v 1.68 
2015/02/25 00:29:43 reavertm Exp $
+
+*simgear-3.4.0 (25 Feb 2015)
+
+  25 Feb 2015; Maciej Mrozowski  +simgear-3.4.0.ebuild,
+  simgear-3.0.0.ebuild:
+  Version bump.
 
 *simgear-3.2.0 (11 Jan 2015)
 



1.1  dev-games/simgear/simgear-3.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.4.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/simgear/simgear-3.4.0.ebuild?rev=1.1&content-type=text/plain

Index: simgear-3.4.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/simgear/simgear-3.4.0.ebuild,v 1.1 
2015/02/25 00:29:43 reavertm Exp $

EAPI=5

inherit eutils cmake-utils

DESCRIPTION="Development library for simulation games"
HOMEPAGE="http://www.simgear.org/";
SRC_URI="http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/${P}.tar.bz2";

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="0"
IUSE="debug subversion test"

COMMON_DEPEND="
dev-libs/expat
>=dev-games/openscenegraph-3.2.0
media-libs/openal
sys-libs/zlib
virtual/opengl
"
DEPEND="${COMMON_DEPEND}
>=dev-libs/boost-1.44
"
RDEPEND="${COMMON_DEPEND}
subversion? ( dev-vcs/subversion )
"

DOCS=(AUTHORS ChangeLog NEWS README Thanks)

src_configure() {
local mycmakeargs=(
-ENABLE_PKGUTIL=OFF
-DENABLE_RTI=OFF
-DENABLE_SOUND=ON
-DSIMGEAR_HEADLESS=OFF
-DSIMGEAR_SHARED=ON
-DSYSTEM_EXPAT=ON
$(cmake-utils_use_enable test TESTS)
)
cmake-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-libs/icu: ChangeLog icu-53.1.ebuild icu-53.1-r3.ebuild icu-52.1.ebuild

2015-02-24 Thread Andreas HAttel (dilfridge)
dilfridge15/02/25 00:18:43

  Modified: ChangeLog
  Removed:  icu-53.1.ebuild icu-53.1-r3.ebuild icu-52.1.ebuild
  Log:
  Remove old
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EBE6A336BE19039C!)

Revision  ChangesPath
1.304dev-libs/icu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.304&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?rev=1.304&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/icu/ChangeLog?r1=1.303&r2=1.304

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -r1.303 -r1.304
--- ChangeLog   24 Feb 2015 10:56:26 -  1.303
+++ ChangeLog   25 Feb 2015 00:18:43 -  1.304
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/icu
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.303 2015/02/24 
10:56:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/ChangeLog,v 1.304 2015/02/25 
00:18:43 dilfridge Exp $
+
+  25 Feb 2015; Andreas K. Huettel  -icu-52.1.ebuild,
+  -icu-53.1.ebuild, -icu-53.1-r3.ebuild:
+  Remove old
 
   24 Feb 2015; Agostino Sarubbo  icu-54.1-r1.ebuild:
   Stable for alpha, wrt bug #539108






[gentoo-commits] proj/releng:master commit in: releases/weekly/specs/amd64/hardened/

2015-02-24 Thread Jorge Manuel B. S. Vicetto
commit: c6e1260a494ad9a1d8f49a6805201ece70cdfcb0
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Feb 25 00:10:32 2015 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Feb 25 00:10:32 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=c6e1260a

Sync with admincd specs.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

---
 releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec 
b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
index 18f3703..21f315e 100644
--- a/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
+++ b/releases/weekly/specs/amd64/hardened/admincd-stage1-selinux.spec
@@ -62,6 +62,7 @@ livecd/packages:
app-editors/mg
app-editors/vim
app-emacs/ebuild-mode
+   app-emulation/xen-tools
app-misc/colordiff
app-misc/mc
app-misc/pax-utils
@@ -119,6 +120,7 @@ livecd/packages:
net-wireless/b43-fwcutter
 ### Masked (~amd64)
 #  net-wireless/bcm43xx-fwcutter
+   net-wireless/iw
net-wireless/rfkill
net-wireless/wireless-tools
net-wireless/wpa_supplicant
@@ -178,6 +180,7 @@ livecd/packages:
sys-fs/e2fsprogs
sys-fs/ext3grep
sys-fs/extundelete
+   sys-fs/f2fs-tools
sys-fs/jfsutils
sys-fs/lsscsi
sys-fs/lvm2



[gentoo-commits] proj/releng:master commit in: releases/weekly/portage/admincd/package.mask/

2015-02-24 Thread Jorge Manuel B. S. Vicetto
commit: f85ba90ee3b82a6bf0effb843bf901cb7717eea5
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Wed Feb 25 00:06:38 2015 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Wed Feb 25 00:07:12 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=f85ba90e

Add package.mask files from stages to the admincd

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

---
 releases/weekly/portage/admincd/package.mask/libtool | 1 +
 releases/weekly/portage/admincd/package.mask/openrc  | 2 ++
 releases/weekly/portage/admincd/package.mask/perl| 1 +
 3 files changed, 4 insertions(+)

diff --git a/releases/weekly/portage/admincd/package.mask/libtool 
b/releases/weekly/portage/admincd/package.mask/libtool
new file mode 100644
index 000..9e60048
--- /dev/null
+++ b/releases/weekly/portage/admincd/package.mask/libtool
@@ -0,0 +1 @@
+

[gentoo-commits] dev/axs:master commit in: dev-perl/wxperl/, dev-perl/Wx/, dev-perl/Wx-GLCanvas/, media-gfx/Slic3r/

2015-02-24 Thread Ian Stakenvicius
commit: dc2ed78a5380c98eb037d302833e88b280e26d04
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Wed Feb 25 00:06:08 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Wed Feb 25 00:06:08 2015 +
URL:http://sources.gentoo.org/gitweb/?p=dev/axs.git;a=commit;h=dc2ed78a

dropped dev-perl/Wx package as its already in the tree as dev-perl/wxperl

---
 dev-perl/Wx-GLCanvas/Manifest  |   2 +-
 dev-perl/Wx-GLCanvas/Wx-GLCanvas-0.90.0.ebuild |   2 +-
 dev-perl/Wx/Manifest   |   3 -
 dev-perl/Wx/metadata.xml   |   8 -
 dev-perl/wxperl/Manifest   |   3 +
 dev-perl/wxperl/metadata.xml   | 303 +
 .../wxperl-0.992.300.ebuild}   |  28 +-
 media-gfx/Slic3r/Manifest  |   6 +-
 media-gfx/Slic3r/Slic3r-1.1.7.ebuild   |   2 +-
 media-gfx/Slic3r/Slic3r-1.2.6.ebuild   |   2 +-
 media-gfx/Slic3r/Slic3r-.ebuild|   2 +-
 11 files changed, 326 insertions(+), 35 deletions(-)

diff --git a/dev-perl/Wx-GLCanvas/Manifest b/dev-perl/Wx-GLCanvas/Manifest
index a9476a4..05d5076 100644
--- a/dev-perl/Wx-GLCanvas/Manifest
+++ b/dev-perl/Wx-GLCanvas/Manifest
@@ -1,3 +1,3 @@
 DIST Wx-GLCanvas-0.09.tar.gz 13910 SHA256 
6ad2c29ff06ff80a5c8b4b9d1d6bf0aed57489e831be59c94494f4f688dc8fe0 SHA512 
2a866736a77c9de697ae474eae82363f89f5ac53c39fe2633b154f218f54d0ce9a0c08894152cee507969a0eaae9695472f27b353d4395469a97da758e59ce84
 WHIRLPOOL 
609ffcbc2f2d7d22c5f22e396442aed2566a479a3fda6575ffa41e043530852166614f1e8737a6d6f5b7c6157a8ee7ba79629a4eca451e71d86d0799edcfdf93
-EBUILD Wx-GLCanvas-0.90.0.ebuild 525 SHA256 
c8f28537768327bcf54aa9db5f1595bd9f935176ed80364fb6bc61b4ec3b806a SHA512 
53842d52c1552cf278aa18dff101fb515ed6e7c0c0ed8176ee4d271c0772fa9a2c0a811b3aa66917e11533ff59a34bb9d0be44163c4add8bcf8bd3437712a734
 WHIRLPOOL 
b0b0ace49185bf27aa0a26c5869ff5ca2d77495770906eb4b0f863e47094c78ad243b29ae3a79a570a54925956bcad1d9a5f43ecd253790269dc1891ceb18d76
+EBUILD Wx-GLCanvas-0.90.0.ebuild 529 SHA256 
ba3758bc4b62eed055ed6251fc3b61d930817d68bc4eb9554dcc9af7bba69d42 SHA512 
e5478fc22286f908899b65a026286e9b86288b9951d6fafed58c0665f1d9e9f04b40de262fcfdf974e5a076596a6be3ee200bbb2eba1a8066e7cac4d2f870f25
 WHIRLPOOL 
03236bede2e0fa321507a75814590888fe1630a4601119a61180a8d7a70830bcb31a2356b0a1d0e6ea00489e9ee629a87a7ba690a3c0627fa16dcd4fe9344a13
 MISC metadata.xml 237 SHA256 
13826728c58a86ba1b48fe4bd337d3160cb920d494dd3ea1bf2c79f3c58d55ce SHA512 
86abd65e859253dfa072ed3fc51bc24bdef05ddb801b52253f6ce5ebfa9485d7ba990602b5b3dfc4abab5ccfa5ad9d39ce0c2b6b93f950e1b49af90f3f6a1c35
 WHIRLPOOL 
65734ef6cb20b3af63eab433dc829568d8743dcc2cc93116755c35be3d52d12751b474c4db0fdcbcb0b35052c5e40c9593b6dc15b5b75cf352e97c6d0c134ffe

diff --git a/dev-perl/Wx-GLCanvas/Wx-GLCanvas-0.90.0.ebuild 
b/dev-perl/Wx-GLCanvas/Wx-GLCanvas-0.90.0.ebuild
index 7f14159..a9ec55d 100644
--- a/dev-perl/Wx-GLCanvas/Wx-GLCanvas-0.90.0.ebuild
+++ b/dev-perl/Wx-GLCanvas/Wx-GLCanvas-0.90.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="dev-perl/OpenGL
-   >=dev-perl/Wx-0.570.0
+   >=dev-perl/wxperl-0.570.0
 "
 
 DEPEND="${RDEPEND}

diff --git a/dev-perl/Wx/Manifest b/dev-perl/Wx/Manifest
deleted file mode 100644
index 54a1294..000
--- a/dev-perl/Wx/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Wx-0.9923.tar.gz 484651 SHA256 
93e974c7d5ae2c66fe2f3de14988d372cea5b9b5e3da6798776aa90efe7442c9 SHA512 
35c092e71cbabd5e2a1832c0a07b8389d80f2df97e5ea90d3082f7501f277d46523be6e70f21dd87391754f982bbe043f2c02a6bbcde24fa4c0d83f41de1fbce
 WHIRLPOOL 
fb6797cf02eb74ea7e68194d94c0882bbafb20ced45c7c02069a308a73e241cd6a6e78f44889c8a24670d715b677e6c506d1bbc2b367c2781f3834a9b846538d
-EBUILD Wx-0.992.300.ebuild 785 SHA256 
9908feeed9fe2df3b075a0a3089675863b90325a5f68ee32008c15d162bb8609 SHA512 
f278ac4f7e522cdae96a5b0b73b6a8b2445e9a4cc5d1199eea6290894e33af8cf23edd91529048f024d1e67a00676597a2844a78a2b3934e61e285edeb8a7940
 WHIRLPOOL 
bcee3a9a36063a0d2997a58d29ea13f642fd69fee605bbd98efb16dc848ed36ac897438e1ef0c9bbde3cf5b7b071c1f284685f4af9414873873188ea6ec8d447
-MISC metadata.xml 228 SHA256 
80da830bea62b5922a20ab79c85c5a3673e0c9e289be5919762447af51186574 SHA512 
0329a5ed916311513f99817614f593b2ab2a24377a1eef3994845ac4f147a4fdb06868baa0087696df369150c36a8d3e67956f545ce39ced2fe34f399499b892
 WHIRLPOOL 
b48022729b72fc002b8ef3f7bb70dd681424242e9278b01b33b2d17236da446b8ec3d1e6e85be400e6932c88de2d12f54fc5186ee81b00d6349f54225dcffc47

diff --git a/dev-perl/Wx/metadata.xml b/dev-perl/Wx/metadata.xml
deleted file mode 100644
index e156a25..000
--- a/dev-perl/Wx/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  perl
-  
-Wx
-  
-

diff --git a/dev-perl/wxperl/Manifest b/dev-perl/wxperl/Manifest
new file mode 100644
index 000..8fc5b9e
--- /dev/null
+++ b/dev-perl/wxperl/Manifest
@@ -0,0 +1,3 @@
+DIST 

[gentoo-commits] proj/sci:master commit in: sci-physics/root/

2015-02-24 Thread Andrew Savchenko
commit: 8488f45715f6cbc2cf8d789dd20ef61a2b04218f
Author: Andrew Savchenko  gmail  com>
AuthorDate: Tue Feb 24 23:49:17 2015 +
Commit: Andrew Savchenko  gmail  com>
CommitDate: Tue Feb 24 23:49:17 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8488f457

sci-physics/root: fix html header background image path

---
 sci-physics/root/ChangeLog   | 4 
 sci-physics/root/root-5.34.26.ebuild | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index a01cdc1..b8503a4 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.96 
2012/03/29 18:21:49 bicatali Exp $
 
+  24 Feb 2015; Andrew Savchenko  root-5.34.26.ebuild:
+  Remove full path from local images, otherwise html header
+  background is missing.
+
   23 Feb 2015; Andrew Savchenko  -root-5.34.18-r2.ebuild,
   -root-6.00.01-r1.ebuild, -files/root-5.32.00-prop-flags.patch,
   -files/root-5.34.18-tutorials-path.patch, -files/root-6.00.01-cling.patch,

diff --git a/sci-physics/root/root-5.34.26.ebuild 
b/sci-physics/root/root-5.34.26.ebuild
index 6eeb274..fdd6943 100644
--- a/sci-physics/root/root-5.34.26.ebuild
+++ b/sci-physics/root/root-5.34.26.ebuild
@@ -228,7 +228,7 @@ src_prepare() {
configure || die "prefixify configure failed"
 
# CSS should use local images
-   sed -i -e 's,http://.*/images/,,' etc/html/ROOT.css || die "html sed 
failed"
+   sed -i -e 's,http://.*/,,' etc/html/ROOT.css || die "html sed failed"
 
# fix reflex path (bug #497280)
sed -i -e 's|${ROOTSYS}/lib|@libdir@|' config/genreflex.in || die



[gentoo-commits] proj/sci:master commit in: app-doc/root-docs/

2015-02-24 Thread Andrew Savchenko
commit: a384aa1769293266ba7dd736439bf5a683d1fef4
Author: Andrew Savchenko  gmail  com>
AuthorDate: Tue Feb 24 23:53:09 2015 +
Commit: Andrew Savchenko  gmail  com>
CommitDate: Tue Feb 24 23:53:09 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a384aa17

app-doc/root-docs: install proper html header background image

---
 app-doc/root-docs/ChangeLog| 3 +++
 app-doc/root-docs/root-docs-5.34.26.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-doc/root-docs/ChangeLog b/app-doc/root-docs/ChangeLog
index 75e0c62..4e6e8c5 100644
--- a/app-doc/root-docs/ChangeLog
+++ b/app-doc/root-docs/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/app-doc/root-docs/ChangeLog,v 1.42 
2014/03/28 18:48:01 bicatali Exp $
 
+  24 Feb 2015; Andrew Savchenko  root-docs-5.34.26.ebuild:
+  Install root banner from 5.x branch, not 6.x.
+
   23 Feb 2015; Andrew Savchenko 
   -root-docs-5.34.18-r2.ebuild, -root-docs-6.00.01-r1.ebuild,
   root-docs-.ebuild, -files/root-docs-5.34.01-makehtml.patch:

diff --git a/app-doc/root-docs/root-docs-5.34.26.ebuild 
b/app-doc/root-docs/root-docs-5.34.26.ebuild
index 1e59385..39e39b2 100644
--- a/app-doc/root-docs/root-docs-5.34.26.ebuild
+++ b/app-doc/root-docs/root-docs-5.34.26.ebuild
@@ -30,7 +30,7 @@ SRC_URI="${SRC_URI}

http://root.cern.ch/download/doc/RooFit_Users_Manual_${ROOFIT_DOC_PV}.pdf

http://root.cern.ch/drupal/sites/default/files/roofit_quickstart_${ROOFIT_QS_DOC_PV}.pdf
 )
api? (
-   ${HOMEPAGE}/sites/default/files/images/root6-banner.jpg
+   
${HOMEPAGE}/sites/all/themes/newsflash/images/blue/root-banner.png
${HOMEPAGE}/sites/all/themes/newsflash/images/info.png )"
 
 SLOT="0"
@@ -124,7 +124,7 @@ src_install() {
 
if use api; then
# Install offline replacements for online messages
-   cp "${DISTDIR}"/{root6-banner.jpg,info.png} htmldoc/ || die "cp 
failed"
+   cp "${DISTDIR}"/{root-banner.png,info.png} htmldoc/ || die "cp 
failed"
# too large data to copy
dodir "${DOC_DIR}/html"
mv htmldoc/* "${ED}${DOC_DIR}/html/" || die



[gentoo-commits] gentoo-x86 commit in dev-libs/go-fuse: go-fuse-0_p20140812-r1.ebuild ChangeLog go-fuse-0_p20140812.ebuild

2015-02-24 Thread Zac Medico (zmedico)
zmedico 15/02/24 23:43:26

  Modified: ChangeLog
  Added:go-fuse-0_p20140812-r1.ebuild
  Removed:  go-fuse-0_p20140812.ebuild
  Log:
  Bumb revision for bug 541284, for anyone who may have it installed in the 
wrong place.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xAE5719A3)

Revision  ChangesPath
1.9  dev-libs/go-fuse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   24 Feb 2015 23:39:29 -  1.8
+++ ChangeLog   24 Feb 2015 23:43:26 -  1.9
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/go-fuse
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.8 2015/02/24 
23:39:29 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.9 2015/02/24 
23:43:26 zmedico Exp $
+
+*go-fuse-0_p20140812-r1 (24 Feb 2015)
+
+  24 Feb 2015; Zac Medico  +go-fuse-0_p20140812-r1.ebuild,
+  -go-fuse-0_p20140812.ebuild:
+  Bumb revision for bug 541284, for anyone who may have it installed in the
+  wrong place.
 
   24 Feb 2015; Zac Medico  go-fuse-0_p20140812.ebuild:
   Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs



1.1  dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild?rev=1.1&content-type=text/plain

Index: go-fuse-0_p20140812-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812-r1.ebuild,v 1.1 
2015/02/24 23:43:26 zmedico Exp $

EAPI=5

KEYWORDS="~amd64"
RESTRICT="strip"
DESCRIPTION="FUSE bindings for Go"
GO_PN=github.com/hanwen/${PN}
HOMEPAGE="https://${GO_PN}";
EGIT_COMMIT="8c85ded140ac1889372a0e22d8d21e3d10a303bd"
SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND=">=dev-lang/go-1.3"
RDEPEND=""
S=${WORKDIR}

src_unpack() {
default_src_unpack
mkdir -p src/${GO_PN%/*} || die
mv ${PN}-${EGIT_COMMIT} src/${GO_PN} || die
}

src_prepare() {
sed -e "s:\(go \${target}\)\(.*\)$:\\1 -x \\2:" \
-e 's:^for target in "clean" "install" ; do$:for target in 
"install" ; do:' \
-e '17,26d' \
src/${GO_PN}/all.bash > src/${GO_PN}/all.bash.patched || die
}

src_compile() {
# Create a filtered GOROOT tree out of symlinks,
# excluding go-fuse, for bug #503324.
cp -sR /usr/lib/go goroot || die
rm -rf goroot/src/${GO_PN} || die
rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die
CGO_CFLAGS="${CFLAGS}" GOROOT="${WORKDIR}/goroot" GOPATH="${WORKDIR}" \
bash src/${GO_PN}/all.bash.patched || die
}

src_install() {
insinto /usr/lib/go
doins -r pkg
insinto /usr/lib/go/src
rm src/${GO_PN}/all.bash.patched || die
find src/${GO_PN} -name .gitignore -delete
doins -r src/*
}






[gentoo-commits] gentoo-x86 commit in dev-db/go-etcd: go-etcd-0_p20141013-r1.ebuild ChangeLog go-etcd-0_p20141013.ebuild

2015-02-24 Thread Zac Medico (zmedico)
zmedico 15/02/24 23:42:49

  Modified: ChangeLog
  Added:go-etcd-0_p20141013-r1.ebuild
  Removed:  go-etcd-0_p20141013.ebuild
  Log:
  Bumb revision for bug 541284, for anyone who may have it installed in the 
wrong place.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xAE5719A3)

Revision  ChangesPath
1.3  dev-db/go-etcd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/go-etcd/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   24 Feb 2015 23:37:52 -  1.2
+++ ChangeLog   24 Feb 2015 23:42:49 -  1.3
@@ -1,6 +1,13 @@
 # ChangeLog for dev-db/go-etcd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/go-etcd/ChangeLog,v 1.2 2015/02/24 
23:37:52 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/go-etcd/ChangeLog,v 1.3 2015/02/24 
23:42:49 zmedico Exp $
+
+*go-etcd-0_p20141013-r1 (24 Feb 2015)
+
+  24 Feb 2015; Zac Medico  +go-etcd-0_p20141013-r1.ebuild,
+  -go-etcd-0_p20141013.ebuild:
+  Bumb revision for bug 541284, for anyone who may have it installed in the
+  wrong place.
 
   24 Feb 2015; Zac Medico  go-etcd-0_p20141013.ebuild:
   Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs



1.1  dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild?rev=1.1&content-type=text/plain

Index: go-etcd-0_p20141013-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013-r1.ebuild,v 1.1 
2015/02/24 23:42:49 zmedico Exp $

EAPI=5

KEYWORDS="~amd64"
DESCRIPTION="Go client library for etcd"
GO_PN=github.com/coreos/${PN}
HOMEPAGE="https://${GO_PN}";
EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
DEPEND=">=dev-lang/go-1.4"
RDEPEND=""
S=${WORKDIR}

src_unpack() {
default_src_unpack
mkdir -p src/${GO_PN%/*} || die
mv ${PN}-${EGIT_COMMIT} src/${GO_PN} || die
}

src_compile() {
# Create a filtered GOROOT tree out of symlinks,
# excluding go-etcd, for bug #503324.
cp -sR /usr/lib/go goroot || die
rm -rf goroot/src/${GO_PN} || die
rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die
GOROOT=${WORKDIR}/goroot GOPATH=${WORKDIR} \
go install -x ${GO_PN}/etcd || die
}

src_install() {
insinto /usr/lib/go
doins -r pkg
insinto /usr/lib/go/src
find src/${GO_PN} -name .gitignore -delete
doins -r src/*
}






[gentoo-commits] gentoo-x86 commit in dev-libs/go-fuse: go-fuse-0_p20140812.ebuild ChangeLog

2015-02-24 Thread Zac Medico (zmedico)
zmedico 15/02/24 23:39:29

  Modified: go-fuse-0_p20140812.ebuild ChangeLog
  Log:
  Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs 
 for the fix (bug 541284).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xAE5719A3)

Revision  ChangesPath
1.3  dev-libs/go-fuse/go-fuse-0_p20140812.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild?r1=1.2&r2=1.3

Index: go-fuse-0_p20140812.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- go-fuse-0_p20140812.ebuild  19 Oct 2014 08:02:14 -  1.2
+++ go-fuse-0_p20140812.ebuild  24 Feb 2015 23:39:29 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild,v 1.2 
2014/10/19 08:02:14 zmedico Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild,v 1.3 
2015/02/24 23:39:29 zmedico Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
# Create a filtered GOROOT tree out of symlinks,
# excluding go-fuse, for bug #503324.
cp -sR /usr/lib/go goroot || die
-   rm -rf goroot/src/pkg/${GO_PN} || die
+   rm -rf goroot/src/${GO_PN} || die
rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die
CGO_CFLAGS="${CFLAGS}" GOROOT="${WORKDIR}/goroot" GOPATH="${WORKDIR}" \
bash src/${GO_PN}/all.bash.patched || die
@@ -44,7 +44,7 @@
 src_install() {
insinto /usr/lib/go
doins -r pkg
-   insinto /usr/lib/go/src/pkg
+   insinto /usr/lib/go/src
rm src/${GO_PN}/all.bash.patched || die
find src/${GO_PN} -name .gitignore -delete
doins -r src/*



1.8  dev-libs/go-fuse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   19 Oct 2014 08:02:14 -  1.7
+++ ChangeLog   24 Feb 2015 23:39:29 -  1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/go-fuse
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.7 2014/10/19 
08:02:14 zmedico Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.8 2015/02/24 
23:39:29 zmedico Exp $
+
+  24 Feb 2015; Zac Medico  go-fuse-0_p20140812.ebuild:
+  Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs
+   for the fix (bug 541284).
 
   19 Oct 2014; Zac Medico  go-fuse-0_p20140812.ebuild:
   Use tar.gz instead of zip, so there's no need for app-arch/unzip in DEPEND.






[gentoo-commits] gentoo-x86 commit in dev-db/go-etcd: go-etcd-0_p20141013.ebuild ChangeLog

2015-02-24 Thread Zac Medico (zmedico)
zmedico 15/02/24 23:37:52

  Modified: go-etcd-0_p20141013.ebuild ChangeLog
  Log:
  Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs 
 for the fix (bug 541284).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xAE5719A3)

Revision  ChangesPath
1.2  dev-db/go-etcd/go-etcd-0_p20141013.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013.ebuild?r1=1.1&r2=1.2

Index: go-etcd-0_p20141013.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- go-etcd-0_p20141013.ebuild  16 Oct 2014 00:13:51 -  1.1
+++ go-etcd-0_p20141013.ebuild  24 Feb 2015 23:37:52 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013.ebuild,v 
1.1 2014/10/16 00:13:51 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/go-etcd/go-etcd-0_p20141013.ebuild,v 
1.2 2015/02/24 23:37:52 zmedico Exp $
 
 EAPI=5
 
@@ -9,11 +9,11 @@
 GO_PN=github.com/coreos/${PN}
 HOMEPAGE="https://${GO_PN}";
 EGIT_COMMIT="25e2c63be8e8ab405014a78879e0992ae5ff55e8"
-SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.zip -> ${P}.zip"
+SRC_URI="https://${GO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
-DEPEND=">=dev-lang/go-1.3"
+DEPEND=">=dev-lang/go-1.4"
 RDEPEND=""
 S=${WORKDIR}
 
@@ -27,7 +27,7 @@
# Create a filtered GOROOT tree out of symlinks,
# excluding go-etcd, for bug #503324.
cp -sR /usr/lib/go goroot || die
-   rm -rf goroot/src/pkg/${GO_PN} || die
+   rm -rf goroot/src/${GO_PN} || die
rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die
GOROOT=${WORKDIR}/goroot GOPATH=${WORKDIR} \
go install -x ${GO_PN}/etcd || die
@@ -36,7 +36,7 @@
 src_install() {
insinto /usr/lib/go
doins -r pkg
-   insinto /usr/lib/go/src/pkg
+   insinto /usr/lib/go/src
find src/${GO_PN} -name .gitignore -delete
doins -r src/*
 }



1.2  dev-db/go-etcd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/go-etcd/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/go-etcd/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   16 Oct 2014 00:13:51 -  1.1
+++ ChangeLog   24 Feb 2015 23:37:52 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/go-etcd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/go-etcd/ChangeLog,v 1.1 2014/10/16 
00:13:51 zmedico Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/go-etcd/ChangeLog,v 1.2 2015/02/24 
23:37:52 zmedico Exp $
+
+  24 Feb 2015; Zac Medico  go-etcd-0_p20141013.ebuild:
+  Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs
+   for the fix (bug 541284).
 
 *go-etcd-0_p20141013 (16 Oct 2014)
 






[gentoo-commits] proj/kde:master commit in: sets/

2015-02-24 Thread Johannes Huber
commit: 4283509435c10ede3a6fbe5cb9cd065385be1006
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Feb 24 23:31:02 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 23:31:02 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=42835094

[sets] Update kdegames-live

---
 sets/kdegames-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdegames-live b/sets/kdegames-live
index e941eef..729a8d1 100644
--- a/sets/kdegames-live
+++ b/sets/kdegames-live
@@ -1,5 +1,6 @@
 ~kde-apps/bomber-
 ~kde-apps/bovo-
+~kde-apps/granatier-
 ~kde-apps/kapman-
 ~kde-apps/kblackbox-
 ~kde-apps/kblocks-



[gentoo-commits] proj/kde:master commit in: kde-apps/granatier/

2015-02-24 Thread Johannes Huber
commit: 579895a5c45e52df96449dae9c82c1dbf14da2fe
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Feb 24 23:30:11 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 23:30:11 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=579895a5

[kde-apps/granatier] Frameworks merged to master

Package-Manager: portage-2.2.17

---
 kde-apps/granatier/granatier-5..ebuild | 37 --
 kde-apps/granatier/granatier-.ebuild   | 24 ---
 2 files changed, 21 insertions(+), 40 deletions(-)

diff --git a/kde-apps/granatier/granatier-5..ebuild 
b/kde-apps/granatier/granatier-5..ebuild
deleted file mode 100644
index 3896846..000
--- a/kde-apps/granatier/granatier-5..ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH="frameworks"
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="KDE Bomberman game"
-HOMEPAGE="http://www.kde.org/applications/games/granatier/";
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep libkdegames)
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-"
-
-RDEPEND="${DEPEND}"

diff --git a/kde-apps/granatier/granatier-.ebuild 
b/kde-apps/granatier/granatier-.ebuild
index d11020e..1e2c667 100644
--- a/kde-apps/granatier/granatier-.ebuild
+++ b/kde-apps/granatier/granatier-.ebuild
@@ -4,15 +4,33 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_HANDBOOK="true"
+inherit kde5
 
 DESCRIPTION="KDE Bomberman game"
 HOMEPAGE="http://www.kde.org/applications/games/granatier/";
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
 DEPEND="
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep libkdegames)
+   dev-qt/qtdeclarative:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
 "
+
 RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: kde-apps/kfourinline/

2015-02-24 Thread Johannes Huber
commit: 94fc033ae440b3ec1a7a40593d738820ded26d21
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Feb 24 23:26:41 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 23:26:41 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=94fc033a

[kde-apps/kfourinline] Ported to KF5

Package-Manager: portage-2.2.17

---
 kde-apps/kfourinline/kfourinline-.ebuild | 22 ++
 1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/kde-apps/kfourinline/kfourinline-.ebuild 
b/kde-apps/kfourinline/kfourinline-.ebuild
index cc23d8c..eb96d32 100644
--- a/kde-apps/kfourinline/kfourinline-.ebuild
+++ b/kde-apps/kfourinline/kfourinline-.ebuild
@@ -4,8 +4,8 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
-inherit kde4-base
+KDE_HANDBOOK=true
+inherit kde5
 
 DESCRIPTION="KDE four-in-a-row game"
 HOMEPAGE="
@@ -13,7 +13,21 @@ HOMEPAGE="
http://games.kde.org/game.php?game=kfourinline
 "
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
+DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kdnssd)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep libkdegames)
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+"
 RDEPEND="${DEPEND}"



[gentoo-commits] proj/kde:master commit in: sets/

2015-02-24 Thread Johannes Huber
commit: 01c7164c14fd132f87fd71684f7e1254248d09b0
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Feb 24 23:27:26 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 23:27:26 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=01c7164c

[sets] Update kdegames-live

---
 sets/kdegames-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdegames-live b/sets/kdegames-live
index 4cecc2b..e941eef 100644
--- a/sets/kdegames-live
+++ b/sets/kdegames-live
@@ -6,6 +6,7 @@
 ~kde-apps/kbounce-
 ~kde-apps/kbreakout-
 ~kde-apps/kdiamond-
+~kde-apps/kfourinline-
 ~kde-apps/klines-
 ~kde-apps/kmines-
 ~kde-apps/knetwalk-



[gentoo-commits] proj/kde:master commit in: sets/

2015-02-24 Thread Johannes Huber
commit: 8900cf0b77f228d9321f4d58ad032ac2036abd3e
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Feb 24 23:17:19 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 23:17:19 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8900cf0b

[sets] Update kdegames-live

---
 sets/kdegames-live | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sets/kdegames-live b/sets/kdegames-live
index cce17b1..4cecc2b 100644
--- a/sets/kdegames-live
+++ b/sets/kdegames-live
@@ -10,6 +10,7 @@
 ~kde-apps/kmines-
 ~kde-apps/knetwalk-
 ~kde-apps/kollision-
+~kde-apps/kpat-
 ~kde-apps/kshisen-
 ~kde-apps/ksquares-
 ~kde-apps/libkdegames-



[gentoo-commits] proj/kde:master commit in: kde-apps/kpat/

2015-02-24 Thread Johannes Huber
commit: d5a1410083864da8d2478d65f90e6641ea090290
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Feb 24 23:16:47 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 23:16:47 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d5a14100

[kde-apps/kpat] Frameworks merged to master

Package-Manager: portage-2.2.17

---
 kde-apps/kpat/kpat-5..ebuild | 52 
 kde-apps/kpat/kpat-.ebuild   | 43 +
 2 files changed, 39 insertions(+), 56 deletions(-)

diff --git a/kde-apps/kpat/kpat-5..ebuild b/kde-apps/kpat/kpat-5..ebuild
deleted file mode 100644
index bb7af57..000
--- a/kde-apps/kpat/kpat-5..ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH="frameworks"
-KDE_HANDBOOK="true"
-KDE_SELINUX_MODULE="games"
-inherit kde5
-
-DESCRIPTION="KDE patience game"
-HOMEPAGE="http://games.kde.org/game.php?game=kpat";
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdeclarative)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep kguiaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep kitemviews)
-   $(add_frameworks_dep knewstuff)
-   $(add_frameworks_dep knotifyconfig)
-   $(add_frameworks_dep ktextwidgets)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep kxmlgui)
-   $(add_kdeapps_dep libkdegames)
-   dev-qt/qtdeclarative:5[widgets]
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   media-libs/phonon[qt5]
-   x11-misc/shared-mime-info
-"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   # fix copy-paste (?) error, there are no tests
-   sed -i "/find_package(Qt5/ s/ Test//" CMakeLists.txt || die
-
-   kde5_src_prepare
-}

diff --git a/kde-apps/kpat/kpat-.ebuild b/kde-apps/kpat/kpat-.ebuild
index caa0af7..32d72ab 100644
--- a/kde-apps/kpat/kpat-.ebuild
+++ b/kde-apps/kpat/kpat-.ebuild
@@ -4,14 +4,49 @@
 
 EAPI=5
 
-KDE_HANDBOOK="optional"
+KDE_HANDBOOK="true"
 KDE_SELINUX_MODULE="games"
-inherit kde4-base
+inherit kde5
 
 DESCRIPTION="KDE patience game"
 HOMEPAGE="http://games.kde.org/game.php?game=kpat";
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
+
+# Dependencies needs upstream cleanup
+DEPEND="
+   $(add_frameworks_dep kcompletion)
+   $(add_frameworks_dep kconfig)
+   $(add_frameworks_dep kconfigwidgets)
+   $(add_frameworks_dep kcoreaddons)
+   $(add_frameworks_dep kdbusaddons)
+   $(add_frameworks_dep kdeclarative)
+   $(add_frameworks_dep kdelibs4support)
+   $(add_frameworks_dep kguiaddons)
+   $(add_frameworks_dep ki18n)
+   $(add_frameworks_dep kiconthemes)
+   $(add_frameworks_dep kio)
+   $(add_frameworks_dep kitemviews)
+   $(add_frameworks_dep knewstuff)
+   $(add_frameworks_dep knotifyconfig)
+   $(add_frameworks_dep ktextwidgets)
+   $(add_frameworks_dep kwidgetsaddons)
+   $(add_frameworks_dep kxmlgui)
+   $(add_kdeapps_dep libkdegames)
+   dev-qt/qtdeclarative:5[widgets]
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   media-libs/phonon[qt5]
+   x11-misc/shared-mime-info
+"
 
-DEPEND="$(add_kdeapps_dep libkdegames)"
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+   # fix copy-paste (?) error, there are no tests
+   sed -i "/find_package(Qt5/ s/ Test//" CMakeLists.txt || die
+
+   kde5_src_prepare
+}



[gentoo-commits] gentoo-x86 commit in sys-apps/s6: s6-2.1.1.1.ebuild ChangeLog s6-1.1.3.2.ebuild s6-1.1.0.ebuild

2015-02-24 Thread William Hubbs (williamh)
williamh15/02/24 23:05:08

  Modified: s6-2.1.1.1.ebuild ChangeLog
  Removed:  s6-1.1.3.2.ebuild s6-1.1.0.ebuild
  Log:
  Fix #541092 thanks to felix.ja...@posteo.de and remove old versions
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.2  sys-apps/s6/s6-2.1.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/s6-2.1.1.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/s6-2.1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/s6-2.1.1.1.ebuild?r1=1.1&r2=1.2

Index: s6-2.1.1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/s6/s6-2.1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- s6-2.1.1.1.ebuild   21 Feb 2015 04:54:18 -  1.1
+++ s6-2.1.1.1.ebuild   24 Feb 2015 23:05:08 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/s6/s6-2.1.1.1.ebuild,v 1.1 
2015/02/21 04:54:18 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/s6/s6-2.1.1.1.ebuild,v 1.2 
2015/02/24 23:05:08 williamh Exp $
 
 EAPI=5
 
@@ -54,6 +54,11 @@
--with-sysdeps=/usr/$(get_libdir)/skalibs
 }
 
+src_compile()
+{
+   emake DESTDIR="${D}"
+}
+
 src_install()
 {
default



1.4  sys-apps/s6/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/s6/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/s6/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   21 Feb 2015 04:54:18 -  1.3
+++ ChangeLog   24 Feb 2015 23:05:08 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/s6
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/s6/ChangeLog,v 1.3 2015/02/21 
04:54:18 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/s6/ChangeLog,v 1.4 2015/02/24 
23:05:08 williamh Exp $
+
+  24 Feb 2015; William Hubbs  -s6-1.1.0.ebuild,
+  -s6-1.1.3.2.ebuild, s6-2.1.1.1.ebuild:
+  Fix #541092 thanks to felix.ja...@posteo.de and remove old versions
 
 *s6-2.1.1.1 (21 Feb 2015)
 






[gentoo-commits] proj/sci:master commit in: sci-biology/trim_galore/

2015-02-24 Thread Martin Mokrejs
commit: 0332b789cf3cc7708353f519155cc504b9a3ce4c
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Feb 24 23:03:47 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Feb 24 23:03:47 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0332b789

version bump; installs the simple perl script and PDF doc files

Package-Manager: portage-2.2.15

---
 sci-biology/trim_galore/ChangeLog|  8 +++-
 ...trim_galore-0.3.3.ebuild => trim_galore-0.3.7.ebuild} | 16 
 2 files changed, 19 insertions(+), 5 deletions(-)

diff --git a/sci-biology/trim_galore/ChangeLog 
b/sci-biology/trim_galore/ChangeLog
index 3dba931..e87a544 100644
--- a/sci-biology/trim_galore/ChangeLog
+++ b/sci-biology/trim_galore/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-biology/trim_galore
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*trim_galore-0.3.7 (24 Feb 2015)
+
+  24 Feb 2015; Martin Mokrejs 
+  +trim_galore-0.3.7.ebuild, -trim_galore-0.3.3.ebuild:
+  version bump; installs the simple perl script and PDF doc files
+
 *trim_galore-0.3.3 (23 Mar 2014)
 
   23 Mar 2014; Martin Mokrejs  +metadata.xml,

diff --git a/sci-biology/trim_galore/trim_galore-0.3.3.ebuild 
b/sci-biology/trim_galore/trim_galore-0.3.7.ebuild
similarity index 56%
rename from sci-biology/trim_galore/trim_galore-0.3.3.ebuild
rename to sci-biology/trim_galore/trim_galore-0.3.7.ebuild
index 258ee38..4a0c4bd 100644
--- a/sci-biology/trim_galore/trim_galore-0.3.3.ebuild
+++ b/sci-biology/trim_galore/trim_galore-0.3.7.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-DESCRIPTION="Wrapper around Cutadapt and FastQC to consistently apply quality 
and adapter trimming"
-HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/";
-SRC_URI="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/trim_galore_v0.3.3.zip";
+DESCRIPTION="Perl wrapper around Cutadapt and FastQC to adapter and quality 
trimming"
+HOMEPAGE="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore";
+SRC_URI="http://www.bioinformatics.babraham.ac.uk/projects/trim_galore/trim_galore_v"${PV}".zip";
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -15,6 +15,14 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="
+   dev-lang/perl
sci-biology/cutadapt
sci-biology/fastqc
${DEPEND}"
+
+S="${WORKDIR}"/trim_galore_zip
+
+src_install(){
+   dobin trim_galore
+   dodoc *.pdf
+}



[gentoo-commits] gentoo-x86 commit in dev-lang/execline: execline-2.0.2.1.ebuild ChangeLog execline-1.3.1.1.ebuild execline-1.2.3.ebuild

2015-02-24 Thread William Hubbs (williamh)
williamh15/02/24 23:03:57

  Modified: execline-2.0.2.1.ebuild ChangeLog
  Removed:  execline-1.3.1.1.ebuild execline-1.2.3.ebuild
  Log:
  Fix #541092 thanks to felix.ja...@posteo.de and remove old versions
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.2  dev-lang/execline/execline-2.0.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/execline/execline-2.0.2.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/execline/execline-2.0.2.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/execline/execline-2.0.2.1.ebuild?r1=1.1&r2=1.2

Index: execline-2.0.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/execline/execline-2.0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- execline-2.0.2.1.ebuild 21 Feb 2015 04:52:56 -  1.1
+++ execline-2.0.2.1.ebuild 24 Feb 2015 23:03:57 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 2013-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/execline/execline-2.0.2.1.ebuild,v 
1.1 2015/02/21 04:52:56 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/execline/execline-2.0.2.1.ebuild,v 
1.2 2015/02/24 23:03:57 williamh Exp $
 
 EAPI=5
 
@@ -43,6 +43,11 @@
 --with-sysdeps=/usr/$(get_libdir)/skalibs
 }
 
+src_compile()
+{
+   emake DESTDIR="${D}"
+}
+
 src_install()
 {
default



1.4  dev-lang/execline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/execline/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/execline/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/execline/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/execline/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   21 Feb 2015 04:52:56 -  1.3
+++ ChangeLog   24 Feb 2015 23:03:57 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/execline
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/execline/ChangeLog,v 1.3 
2015/02/21 04:52:56 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/execline/ChangeLog,v 1.4 
2015/02/24 23:03:57 williamh Exp $
+
+  24 Feb 2015; William Hubbs  -execline-1.2.3.ebuild,
+  -execline-1.3.1.1.ebuild, execline-2.0.2.1.ebuild:
+  Fix #541092 thanks to felix.ja...@posteo.de and remove old versions
 
 *execline-2.0.2.1 (21 Feb 2015)
 






[gentoo-commits] dev/jmbsvicetto:master commit in: dev-db/phpmyadmin/

2015-02-24 Thread Jorge Manuel B. S. Vicetto
commit: b3bbe5e61bf7d6927608c00ad562536ee35221eb
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto)  gentoo 
 org>
AuthorDate: Tue Feb 24 23:02:33 2015 +
Commit: Jorge Manuel B. S. Vicetto  gentoo  org>
CommitDate: Tue Feb 24 23:02:33 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=b3bbe5e6

Bump phpmyadmin to release 4.3.10.

Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto)  
gentoo.org>

---
 dev-db/phpmyadmin/Manifest  | 2 +-
 dev-db/phpmyadmin/{phpmyadmin-4.3.8.ebuild => phpmyadmin-4.3.10.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/phpmyadmin/Manifest b/dev-db/phpmyadmin/Manifest
index 18b4cdd..76fdbf6 100644
--- a/dev-db/phpmyadmin/Manifest
+++ b/dev-db/phpmyadmin/Manifest
@@ -1,5 +1,5 @@
 DIST phpMyAdmin-4.0.10.8-all-languages.tar.xz 4776844 SHA256 
50b4038d6b3335291fc1204cc3959db30afd69165db327b8c3eaeb5b38ef817d SHA512 
98d5c843154e0c926678ab8ed9f40bede84a14dc477fee36936c20811a4e270952f756400701c407f9535c05b7fac2272eebe3a43d8e8dbcf989eb6940b4b493
 WHIRLPOOL 
3b8e06fa7cc16dd57cf9912ccc9e6122afe11150eb8ce983bb83f471df4b63f3af58074a026989af38465a45a1160088155fdda56e9e3b93008d2e0b47d9fb12
 DIST phpMyAdmin-4.1.14.8-all-languages.tar.xz 4881004 SHA256 
e2a2fee1658e3108048907a257b8f291fcfbd5840690e8f4711f9ea28233dce8 SHA512 
34d28f04d6a808565ecc3d7187b2719d1e25e55d6248e3ea516e5914bd5a70aab0d9c4df3525cb8e77b37949a78671235af46e22871fe26ba999aa01b01c44d2
 WHIRLPOOL 
a2e236a47154117c1bee3b9a51d4c3da9d1bd5834e3167174cbd80e562b5c14424b7e75de814f85d1ade1f6501b665a2af21cedd1c87be2ea6a9e151c0d8a2cf
 DIST phpMyAdmin-4.2.13.1-all-languages.tar.xz 5205324 SHA256 
bc179dd35f6aa6d01b573f1e11b594d357fb2c09405b7fec06de5059adbec7c4 SHA512 
121e6f063d7f4c4e8eaf048c9f68aaff713206ae077090fed671328f3fbd6f7d723309719c38e3a800c149630c1e2038b3f002bff7b48337278925cecf178b58
 WHIRLPOOL 
0bf85889e37f68907e8565a41d2e9ba804d41f8ad223a6d650117a93bd0900de242bed318a3cb467556b17eb2618d46571908090165cab666a2782a6f7465b3c
-DIST phpMyAdmin-4.3.7-all-languages.tar.xz 5433832 SHA256 
6e5d175410c2dd05d82047ce14fc01a858a2d3cccd5817e5455b41de84caae1b SHA512 
18b58b1d4e4210af181827e7db3bab59729b841d3694c286fb9793072e8627e099b992142c648c2dae2e1069dfb1192dc300538d7812c2e474256f2271d7def0
 WHIRLPOOL 
32996c825af7eed098c8a98c82ce85cafec5801cd909e904301d6dde54063b6530cbb628d308c9425db3582785c846a591049411763c0606be0631aad04bbd46
+DIST phpMyAdmin-4.3.10-all-languages.tar.xz 5443264 SHA256 
9485bc83366ff0f556005941d74b5f93499937e213e8bfcef3e20368dcbb SHA512 
4524ed3bde2b5df870e3e7fb452e1ca6a28360ba1346752d54c8bbe1d6cc412d42352147da67a00ef198ea1f1ad5c8324ec8f6ddcb17dc167e89792191140762
 WHIRLPOOL 
06c40a7ae38c714dfbb25deadb434dcfe6257c97038153ae3ef7abfd56bc97a701c80b0948b6053ed7f7c177b08d14af8482ccb0c2cddb5d317859c717e5b755
 DIST phpMyAdmin-4.3.8-all-languages.tar.xz 5364656 SHA256 
6d3a41382d878f59a959ceb25a671c8ed3a4ac9d0dc54e8de567c3ba264460e7 SHA512 
e1ebb87a93e8557524b491be332f45af406de34a44f585692828276f5bfa6e65567f0747e466dbfbcc728715ab3702032b5172bc0cb48a8e2cb4bfedf632d177
 WHIRLPOOL 
130c00e3ca1145846ce5ef1eb2fb50dca216a7d12ecc7a6130afaa41aeaaba3dac8583989682ca223631e1e3779e4eeade1a876807b915bdbc09f3e5dd09593c

diff --git a/dev-db/phpmyadmin/phpmyadmin-4.3.8.ebuild 
b/dev-db/phpmyadmin/phpmyadmin-4.3.10.ebuild
similarity index 100%
rename from dev-db/phpmyadmin/phpmyadmin-4.3.8.ebuild
rename to dev-db/phpmyadmin/phpmyadmin-4.3.10.ebuild



[gentoo-commits] gentoo-x86 commit in dev-libs/skalibs: ChangeLog skalibs-1.6.0.0.ebuild skalibs-1.4.1-r1.ebuild

2015-02-24 Thread William Hubbs (williamh)
williamh15/02/24 22:58:22

  Modified: ChangeLog
  Removed:  skalibs-1.6.0.0.ebuild skalibs-1.4.1-r1.ebuild
  Log:
  remove old versions
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.19 dev-libs/skalibs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/skalibs/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/skalibs/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/skalibs/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/skalibs/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   21 Feb 2015 04:50:51 -  1.18
+++ ChangeLog   24 Feb 2015 22:58:22 -  1.19
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/skalibs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/skalibs/ChangeLog,v 1.18 
2015/02/21 04:50:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/skalibs/ChangeLog,v 1.19 
2015/02/24 22:58:22 williamh Exp $
+
+  24 Feb 2015; William Hubbs  -skalibs-1.4.1-r1.ebuild,
+  -skalibs-1.6.0.0.ebuild:
+  remove old versions
 
 *skalibs-2.3.0.0 (21 Feb 2015)
 






[gentoo-commits] proj/api:master commit in: files/overlays/

2015-02-24 Thread Michał Górny
commit: c7b0bb20b7178ce72a17698d4e1125ca304fe442
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 24 22:52:32 2015 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 24 22:52:54 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=c7b0bb20

Add flammie overlay, requested by mail

---
 files/overlays/repositories.xml | 12 
 1 file changed, 12 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 345c9ee..000e823 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -1499,6 +1499,18 @@ FIN
 https://github.com/fkmclane/overlay/commits/master.atom
   
   
+flammie
+An overlay for gentoo for things Flammie's worked 
on: Apertium, HFST, computational linguistics, spell-checking, obscure 
languages...
+https://github.com/flammie/flammie-overlay
+
+  ffflam...@gmail.com
+  Flammie Pirinen
+
+https://github.com/flammie/flammie-overlay.git
+git://github.com/flammie/flammie-overlay.git
+https://github.com/flammie/flammie-overlay/commits/master.atom
+  
+  
 flameeyes-overlay
 
 http://blog.flameeyes.eu/



[gentoo-commits] gentoo-x86 commit in media-plugins/vdr-mount: vdr-mount-0.0.2.ebuild ChangeLog

2015-02-24 Thread Joerg Bornkessel (hd_brummy)
hd_brummy15/02/24 22:42:08

  Modified: vdr-mount-0.0.2.ebuild ChangeLog
  Log:
  compile fix vdr-2.1.2, wrt bug 541018, thx to T.Foerster for reporting this
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
34C2808A)

Revision  ChangesPath
1.6  media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?r1=1.5&r2=1.6

Index: vdr-mount-0.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vdr-mount-0.0.2.ebuild  23 Feb 2014 20:21:56 -  1.5
+++ vdr-mount-0.0.2.ebuild  24 Feb 2015 22:42:08 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.5 
2014/02/23 20:21:56 hd_brummy Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.6 
2015/02/24 22:42:08 hd_brummy Exp $
 
 EAPI=5
 
@@ -18,3 +18,12 @@
 DEPEND=">=media-video/vdr-1.2.6"
 
 PATCHES=("${FILESDIR}/${P}-makefile-fix.diff")
+
+src_prepare() {
+   vdr-plugin-2_src_prepare
+
+   if has_version ">=media-video/vdr-2.1.2"; then
+   sed -e "s#VideoDirectory#cVideoDirectory::Name\(\)#" \
+   -i MediumItem.C
+   fi
+}



1.6  media-plugins/vdr-mount/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   23 Feb 2014 20:21:56 -  1.5
+++ ChangeLog   24 Feb 2015 22:42:08 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for media-plugins/vdr-mount
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.5 
2014/02/23 20:21:56 hd_brummy Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.6 
2015/02/24 22:42:08 hd_brummy Exp $
+
+  24 Feb 2015; Joerg Bornkessel  vdr-mount-0.0.2.ebuild:
+  compile fix vdr-2.1.2, wrt bug 541018, thx to T.Foerster for reporting this
 
   23 Feb 2014; Joerg Bornkessel  vdr-mount-0.0.2.ebuild:
   eapi=5; converted to vdr-plugin-2.eclass






[gentoo-commits] proj/sci:master commit in: sci-biology/fastqc/

2015-02-24 Thread Martin Mokrejs
commit: 5fd2d15989cb1eb99579c0679c16772620be122f
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Tue Feb 24 22:37:13 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Tue Feb 24 22:37:13 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5fd2d159

version bump; still missing src_compile() logic

Package-Manager: portage-2.2.15

---
 sci-biology/fastqc/ChangeLog  | 8 +++-
 sci-biology/fastqc/{fastqc-0.10.1.ebuild => fastqc-0.11.2.ebuild} | 7 ---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/sci-biology/fastqc/ChangeLog b/sci-biology/fastqc/ChangeLog
index 42bae79..6b6cbf5 100644
--- a/sci-biology/fastqc/ChangeLog
+++ b/sci-biology/fastqc/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for sci-biology/fastqc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*fastqc-0.11.2 (24 Feb 2015)
+
+  24 Feb 2015; Martin Mokrejs 
+  +fastqc-0.11.2.ebuild, -fastqc-0.10.1.ebuild:
+  version bump; still missing src_compile() logic
+
   16 Sep 2014; Christoph Junghans  fastqc-0.10.1.ebuild:
   clean up
 

diff --git a/sci-biology/fastqc/fastqc-0.10.1.ebuild 
b/sci-biology/fastqc/fastqc-0.11.2.ebuild
similarity index 85%
rename from sci-biology/fastqc/fastqc-0.10.1.ebuild
rename to sci-biology/fastqc/fastqc-0.11.2.ebuild
index 3e2b639..b608266 100644
--- a/sci-biology/fastqc/fastqc-0.10.1.ebuild
+++ b/sci-biology/fastqc/fastqc-0.11.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -16,13 +16,14 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="sci-biology/picard
-   >=virtual/jrei-1.6"
+   >=virtual/jre-1.5"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}"/FastQC
 
 src_install(){
-   dobin fastqc
+   dobin fastqc run_fastqc.bat
+   dodoc README.txt RELEASE_NOTES.txt
 
# TODO: need to compile java in uk/ac/babraham/FastQC/
# and decide whether jbzip2-0.9.jar is a standard java lib or not



[gentoo-commits] proj/kde:master commit in: kde-apps/okular/files/

2015-02-24 Thread Johannes Huber
commit: 3934ef31af8d45b378ad9f0fe4c0338f7a58a391
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Mon Feb 23 22:22:10 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 22:35:02 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3934ef31

[kde-apps/okular] Fix tests-optional.patch

Package-Manager: portage-2.2.17

---
 .../files/okular-5.-tests-optional.patch   | 31 ++
 1 file changed, 14 insertions(+), 17 deletions(-)

diff --git a/kde-apps/okular/files/okular-5.-tests-optional.patch 
b/kde-apps/okular/files/okular-5.-tests-optional.patch
index 9494cbc..309c092 100644
--- a/kde-apps/okular/files/okular-5.-tests-optional.patch
+++ b/kde-apps/okular/files/okular-5.-tests-optional.patch
@@ -1,24 +1,21 @@
 a/CMakeLists.txt   2015-01-25 14:40:33.935040773 +0100
-+++ b/CMakeLists.txt   2015-01-25 14:42:53.287043165 +0100
-@@ -20,7 +20,7 @@
+--- a/CMakeLists.txt   2015-02-23 23:12:24.420881583 +0100
 b/CMakeLists.txt   2015-02-23 23:17:07.173858317 +0100
+@@ -18,7 +18,17 @@
  include(ECMAddTests)
  
  
 -find_package(Qt5 CONFIG REQUIRED COMPONENTS Core DBus Test Widgets 
PrintSupport Svg Qml Quick)
 +find_package(Qt5 CONFIG REQUIRED COMPONENTS Core DBus Widgets PrintSupport 
Svg Qml Quick)
- find_package(KF5 REQUIRED COMPONENTS
- Activities
- Archive
-@@ -68,7 +68,11 @@
- add_subdirectory( ui )
- add_subdirectory( shell )
- add_subdirectory( generators )
--add_subdirectory( autotests )
 +
-+if(BUILD_TESTING)
-+find_package(Qt5Test CONFIG REQUIRED)
-+add_subdirectory( autotests )
++find_package(Qt5Test CONFIG QUIET)
++set_package_properties(Qt5Test PROPERTIES
++PURPOSE "Required for tests"
++TYPE OPTIONAL)
++add_feature_info("Qt5Test" Qt5Test_FOUND "Required for building tests")
++if (NOT Qt5Test_FOUND)
++set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
 +endif()
- 
- add_subdirectory(doc)
- 
++
+ find_package(Qt5 OPTIONAL_COMPONENTS TextToSpeech)
+ if (NOT Qt5TextToSpeech_FOUND)
+ message(STATUS "Qt5TextToSpeech not found, speech features will be 
disabled")



[gentoo-commits] gentoo-x86 commit in app-arch/dpkg: dpkg-1.17.23.ebuild ChangeLog

2015-02-24 Thread Mike Frysinger (vapier)
vapier  15/02/24 22:31:44

  Modified: dpkg-1.17.23.ebuild ChangeLog
  Log:
  Add mips support.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.8  app-arch/dpkg/dpkg-1.17.23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/dpkg-1.17.23.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/dpkg-1.17.23.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/dpkg-1.17.23.ebuild?r1=1.7&r2=1.8

Index: dpkg-1.17.23.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.23.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dpkg-1.17.23.ebuild 24 Feb 2015 08:42:34 -  1.7
+++ dpkg-1.17.23.ebuild 24 Feb 2015 22:31:44 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.23.ebuild,v 1.7 
2015/02/24 08:42:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.17.23.ebuild,v 1.8 
2015/02/24 22:31:44 vapier Exp $
 
 EAPI=5
 inherit eutils multilib autotools toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
 IUSE="+bzip2 +lzma nls selinux test unicode +update-alternatives +zlib"
 
 RDEPEND="
@@ -52,6 +52,18 @@
# installed, so no need to worry about hardcoding a temporary bash)
sed -i -e '1c\#!'"${BASH}" get-version || die
 
+   if [[ ${CHOST} == mips64*-linux-gnu ]] ; then
+   # Debian targets use custom full tuples.  Map the default one
+   # based on the ABI we're using.
+   local abi
+   if [[ ${ABI} == "n64" ]] ; then
+   abi="mips64"
+   else
+   abi="mipsn32"
+   fi
+   printf "gnu-linux-mips64 ${abi}\ngnu-linux-mips64el ${abi}el\n" 
>> triplettable
+   fi
+
use nls && strip-linguas -i po
 
eautoreconf



1.311app-arch/dpkg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.311&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?rev=1.311&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/dpkg/ChangeLog?r1=1.310&r2=1.311

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog   24 Feb 2015 08:42:34 -  1.310
+++ ChangeLog   24 Feb 2015 22:31:44 -  1.311
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/dpkg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.310 2015/02/24 
08:42:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/ChangeLog,v 1.311 2015/02/24 
22:31:44 vapier Exp $
+
+  24 Feb 2015; Mike Frysinger  dpkg-1.17.23.ebuild:
+  Add mips support.
 
   24 Feb 2015; Agostino Sarubbo  dpkg-1.17.23.ebuild:
   Stable for alpha, wrt bug #539648






[gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.67.ebuild ChangeLog

2015-02-24 Thread Mike Frysinger (vapier)
vapier  15/02/24 22:32:05

  Modified: debootstrap-1.0.67.ebuild ChangeLog
  Log:
  Add mips love.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  dev-util/debootstrap/debootstrap-1.0.67.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.67.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.67.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.67.ebuild?r1=1.6&r2=1.7

Index: debootstrap-1.0.67.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.67.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- debootstrap-1.0.67.ebuild   24 Feb 2015 09:00:15 -  1.6
+++ debootstrap-1.0.67.ebuild   24 Feb 2015 22:32:05 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.67.ebuild,v 1.6 
2015/02/24 09:00:15 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.67.ebuild,v 1.7 
2015/02/24 22:32:05 vapier Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
app-arch/dpkg



1.277dev-util/debootstrap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.277&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.277&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.276&r2=1.277

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- ChangeLog   24 Feb 2015 09:00:15 -  1.276
+++ ChangeLog   24 Feb 2015 22:32:05 -  1.277
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/debootstrap
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.276 
2015/02/24 09:00:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.277 
2015/02/24 22:32:05 vapier Exp $
+
+  24 Feb 2015; Mike Frysinger  debootstrap-1.0.67.ebuild:
+  Add mips love.
 
   24 Feb 2015; Agostino Sarubbo  debootstrap-1.0.67.ebuild:
   Stable for alpha, wrt bug #539644






[gentoo-commits] gentoo-x86 commit in games-puzzle/rezerwar: ChangeLog rezerwar-0.4.2.ebuild

2015-02-24 Thread Alfredo Tupone (tupone)
tupone  15/02/24 22:26:02

  Modified: ChangeLog rezerwar-0.4.2.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.8  games-puzzle/rezerwar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/rezerwar/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   15 May 2014 16:53:14 -  1.7
+++ ChangeLog   24 Feb 2015 22:26:02 -  1.8
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/rezerwar
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/rezerwar/ChangeLog,v 1.7 
2014/05/15 16:53:14 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/rezerwar/ChangeLog,v 1.8 
2015/02/24 22:26:02 tupone Exp $
+
+  24 Feb 2015; Tupone Alfredo  rezerwar-0.4.2.ebuild:
+  EAPI 5
 
   15 May 2014; Ulrich Müller  rezerwar-0.4.2.ebuild:
   Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to



1.4  games-puzzle/rezerwar/rezerwar-0.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/rezerwar-0.4.2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/rezerwar-0.4.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/rezerwar/rezerwar-0.4.2.ebuild?r1=1.3&r2=1.4

Index: rezerwar-0.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/rezerwar/rezerwar-0.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rezerwar-0.4.2.ebuild   15 May 2014 16:53:14 -  1.3
+++ rezerwar-0.4.2.ebuild   24 Feb 2015 22:26:02 -  1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/rezerwar/rezerwar-0.4.2.ebuild,v 1.3 
2014/05/15 16:53:14 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/rezerwar/rezerwar-0.4.2.ebuild,v 1.4 
2015/02/24 22:26:02 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="Puzzle game like the known tetromino and the average pipe games"
@@ -16,6 +16,7 @@
 
 DEPEND="media-libs/libsdl[sound,joystick,video]
media-libs/sdl-mixer[vorbis]"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
sed -i \
@@ -44,7 +45,7 @@
 
 src_install() {
dodir "${GAMES_BINDIR}"
-   emake DESTDIR="${D}" install || die "emake install failed"
+   default
dodoc doc/{CHANGES,README,TODO}
make_desktop_entry rezerwar Rezerwar
prepgamesdirs






[gentoo-commits] gentoo-x86 commit in games-puzzle/pipewalker: ChangeLog pipewalker-0.9.4.ebuild

2015-02-24 Thread Alfredo Tupone (tupone)
tupone  15/02/24 22:17:54

  Modified: ChangeLog pipewalker-0.9.4.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.16 games-puzzle/pipewalker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipewalker/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipewalker/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipewalker/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pipewalker/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   2 Jul 2012 20:34:37 -   1.15
+++ ChangeLog   24 Feb 2015 22:17:54 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pipewalker
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pipewalker/ChangeLog,v 1.15 
2012/07/02 20:34:37 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pipewalker/ChangeLog,v 1.16 
2015/02/24 22:17:54 tupone Exp $
+
+  24 Feb 2015; Tupone Alfredo  pipewalker-0.9.4.ebuild:
+  EAPI 5
 
   02 Jul 2012; Michael Sterrett 
   -files/pipewalker-0.9.1-sdl-include.patch, -pipewalker-0.9.1.ebuild:



1.5  games-puzzle/pipewalker/pipewalker-0.9.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipewalker/pipewalker-0.9.4.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipewalker/pipewalker-0.9.4.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipewalker/pipewalker-0.9.4.ebuild?r1=1.4&r2=1.5

Index: pipewalker-0.9.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/pipewalker/pipewalker-0.9.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pipewalker-0.9.4.ebuild 21 May 2012 19:34:28 -  1.4
+++ pipewalker-0.9.4.ebuild 24 Feb 2015 22:17:54 -  1.5
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/pipewalker/pipewalker-0.9.4.ebuild,v 1.4 
2012/05/21 19:34:28 ssuominen Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/pipewalker/pipewalker-0.9.4.ebuild,v 1.5 
2015/02/24 22:17:54 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils flag-o-matic games
 
 DESCRIPTION="Rotating pieces puzzle game"
@@ -17,17 +17,17 @@
 DEPEND="media-libs/libsdl[opengl,video]
virtual/opengl
virtual/glu"
+RDEPEND="${DEPEND}"
 
 src_configure() {
append-flags $(sdl-config --cflags)
egamesconf \
-   --disable-dependency-tracking \
--datadir="${GAMES_DATADIR_BASE}"
 }
 
 src_install() {
-   emake -C data DESTDIR="${D}" install || die
-   dogamesbin src/${PN} || die
+   emake -C data DESTDIR="${D}" install
+   dogamesbin src/${PN}
doicon extra/${PN}.xpm
make_desktop_entry ${PN} PipeWalker
dodoc AUTHORS ChangeLog README






[gentoo-commits] gentoo-x86 commit in sys-kernel/linux-firmware: linux-firmware-20150206.ebuild ChangeLog

2015-02-24 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh15/02/24 22:15:14

  Modified: linux-firmware-20150206.ebuild ChangeLog
  Log:
  Restore keywords, bug #541160.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x2324E7B566DF2611!)

Revision  ChangesPath
1.3  sys-kernel/linux-firmware/linux-firmware-20150206.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild?r1=1.2&r2=1.3

Index: linux-firmware-20150206.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-firmware-20150206.ebuild  24 Feb 2015 00:35:18 -  1.2
+++ linux-firmware-20150206.ebuild  24 Feb 2015 22:15:14 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild,v
 1.2 2015/02/24 00:35:18 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20150206.ebuild,v
 1.3 2015/02/24 22:15:14 chithanh Exp $
 
 EAPI=5
 inherit savedconfig
@@ -12,8 +12,7 @@
KEYWORDS=""
 else
SRC_URI="mirror://gentoo/${P}.tar.xz"
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86"
-   KEYWORDS="" # missing distfiles
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="Linux firmware files"



1.121sys-kernel/linux-firmware/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?rev=1.121&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?rev=1.121&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-firmware/ChangeLog?r1=1.120&r2=1.121

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog   24 Feb 2015 00:35:18 -  1.120
+++ ChangeLog   24 Feb 2015 22:15:14 -  1.121
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/linux-firmware
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.120 
2015/02/24 00:35:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/ChangeLog,v 1.121 
2015/02/24 22:15:14 chithanh Exp $
+
+  24 Feb 2015; Chí-Thanh Christopher Nguyễn 
+  linux-firmware-20150206.ebuild:
+  Restore keywords, bug #541160.
 
   24 Feb 2015; Patrick Lauer 
   linux-firmware-20150206.ebuild:






[gentoo-commits] gentoo-x86 commit in games-puzzle/pipepanic: ChangeLog pipepanic-0.1.3.ebuild

2015-02-24 Thread Alfredo Tupone (tupone)
tupone  15/02/24 22:05:08

  Modified: ChangeLog pipepanic-0.1.3.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0145142D)

Revision  ChangesPath
1.6  games-puzzle/pipepanic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipepanic/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipepanic/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipepanic/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/pipepanic/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   7 Jan 2010 15:43:45 -   1.5
+++ ChangeLog   24 Feb 2015 22:05:08 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for games-puzzle/pipepanic
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pipepanic/ChangeLog,v 1.5 
2010/01/07 15:43:45 josejx Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pipepanic/ChangeLog,v 1.6 
2015/02/24 22:05:08 tupone Exp $
+
+  24 Feb 2015; Tupone Alfredo  pipepanic-0.1.3.ebuild:
+  EAPI 5
 
   07 Jan 2010; Joseph Jezak  pipepanic-0.1.3.ebuild:
   Marked ppc stable for bug #297265.



1.6  games-puzzle/pipepanic/pipepanic-0.1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipepanic/pipepanic-0.1.3.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipepanic/pipepanic-0.1.3.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/pipepanic/pipepanic-0.1.3.ebuild?r1=1.5&r2=1.6

Index: pipepanic-0.1.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-puzzle/pipepanic/pipepanic-0.1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pipepanic-0.1.3.ebuild  7 Jan 2010 15:43:45 -   1.5
+++ pipepanic-0.1.3.ebuild  24 Feb 2015 22:05:08 -  1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/pipepanic/pipepanic-0.1.3.ebuild,v 1.5 
2010/01/07 15:43:45 josejx Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-puzzle/pipepanic/pipepanic-0.1.3.ebuild,v 1.6 
2015/02/24 22:05:08 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="A simple pipe connecting game"
@@ -15,6 +15,7 @@
 IUSE=""
 
 DEPEND="media-libs/libsdl[video]"
+RDEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${P}-source
 
@@ -28,10 +29,10 @@
 }
 
 src_install() {
-   dogamesbin "${PN}" || die "dogamesbin failed"
+   dogamesbin "${PN}"
 
insinto "${GAMES_DATADIR}/${PN}"
-   doins *.bmp || die "doins failed"
+   doins *.bmp
newicon PipepanicIcon64.png ${PN}.png
make_desktop_entry ${PN} "Pipepanic"
 






[gentoo-commits] gentoo-x86 commit in app-emacs/csv-mode/files: 50csv-mode-gentoo.el

2015-02-24 Thread Ulrich Mueller (ulm)
ulm 15/02/24 22:01:39

  Modified: 50csv-mode-gentoo.el
  Log:
  Update ebuild to EAPI 5. Specify LICENSE more precisely.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.2  app-emacs/csv-mode/files/50csv-mode-gentoo.el

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csv-mode/files/50csv-mode-gentoo.el?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csv-mode/files/50csv-mode-gentoo.el?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csv-mode/files/50csv-mode-gentoo.el?r1=1.1&r2=1.2

Index: 50csv-mode-gentoo.el
===
RCS file: 
/var/cvsroot/gentoo-x86/app-emacs/csv-mode/files/50csv-mode-gentoo.el,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 50csv-mode-gentoo.el19 May 2006 08:39:17 -  1.1
+++ 50csv-mode-gentoo.el24 Feb 2015 22:01:39 -  1.2
@@ -1,6 +1,4 @@
-
-;;; csv-mode site-lisp configuration 
-
 (add-to-list 'load-path "@SITELISP@")
-(autoload 'csv-mode "csv-mode" "Major mode for editing comma-separated value 
files." t)
+(autoload 'csv-mode "csv-mode"
+  "Major mode for editing comma-separated value files." t)
 (add-to-list 'auto-mode-alist '("\\.[Cc][Ss][Vv]\\'" . csv-mode))






[gentoo-commits] gentoo-x86 commit in app-emacs/csv-mode: ChangeLog csv-mode-1.50.ebuild

2015-02-24 Thread Ulrich Mueller (ulm)
ulm 15/02/24 22:01:39

  Modified: ChangeLog csv-mode-1.50.ebuild
  Log:
  Update ebuild to EAPI 5. Specify LICENSE more precisely.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.7  app-emacs/csv-mode/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csv-mode/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csv-mode/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csv-mode/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/csv-mode/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Aug 2014 17:43:57 -  1.6
+++ ChangeLog   24 Feb 2015 22:01:39 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/csv-mode
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/csv-mode/ChangeLog,v 1.6 
2014/08/10 17:43:57 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/csv-mode/ChangeLog,v 1.7 
2015/02/24 22:01:39 ulm Exp $
+
+  24 Feb 2015; Ulrich Müller  csv-mode-1.50.ebuild:
+  Update ebuild to EAPI 5. Specify LICENSE more precisely.
 
   10 Aug 2014; Sergei Trofimovich  csv-mode-1.50.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.6  app-emacs/csv-mode/csv-mode-1.50.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csv-mode/csv-mode-1.50.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csv-mode/csv-mode-1.50.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/csv-mode/csv-mode-1.50.ebuild?r1=1.5&r2=1.6

Index: csv-mode-1.50.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/csv-mode/csv-mode-1.50.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- csv-mode-1.50.ebuild10 Aug 2014 17:43:57 -  1.5
+++ csv-mode-1.50.ebuild24 Feb 2015 22:01:39 -  1.6
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/csv-mode/csv-mode-1.50.ebuild,v 
1.5 2014/08/10 17:43:57 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/csv-mode/csv-mode-1.50.ebuild,v 
1.6 2015/02/24 22:01:39 ulm Exp $
+
+EAPI=5
 
 inherit elisp
 
@@ -8,9 +10,8 @@
 HOMEPAGE="http://centaur.maths.qmw.ac.uk/Emacs/";
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
 
-SITEFILE=50${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"






[gentoo-commits] proj/kde:master commit in: kde-plasma/bluedevil/, kde-plasma/plasma-workspace/, kde-plasma/kde-cli-tools/, ...

2015-02-24 Thread Johannes Huber
commit: 107ef26697b2e87722c0257a7d346b3c44df02a6
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Feb 24 21:38:37 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 21:38:37 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=107ef266

[kde-plasma] Remove KDE Plasma 5.2.0

Package-Manager: portage-2.2.17

---
 kde-plasma/baloo/baloo-5.6.0.ebuild|  42 --
 kde-plasma/bluedevil/bluedevil-5.2.0.ebuild|  38 -
 kde-plasma/breeze/breeze-5.2.0.ebuild  |  62 -
 .../kde-cli-tools/kde-cli-tools-5.2.0.ebuild   |  52 ---
 .../kde-gtk-config/kde-gtk-config-5.2.0.ebuild |  42 --
 kde-plasma/kdecoration/kdecoration-5.2.0.ebuild|  14 --
 .../kdeplasma-addons/kdeplasma-addons-5.2.0.ebuild |  50 ---
 .../kfilemetadata/kfilemetadata-5.6.0.ebuild   |  43 --
 kde-plasma/khelpcenter/khelpcenter-5.2.0.ebuild|  41 --
 kde-plasma/khotkeys/khotkeys-5.2.0.ebuild  |  45 --
 kde-plasma/kinfocenter/kinfocenter-5.2.0.ebuild|  70 --
 kde-plasma/kio-extras/kio-extras-5.2.0.ebuild  |  89 
 kde-plasma/kmenuedit/kmenuedit-5.2.0.ebuild|  44 --
 kde-plasma/kscreen/kscreen-5.2.0.ebuild|  32 -
 kde-plasma/ksshaskpass/ksshaskpass-5.2.0.ebuild|  24 
 kde-plasma/ksysguard/ksysguard-5.2.0.ebuild|  47 ---
 kde-plasma/kwayland/kwayland-5.2.0.ebuild  |  26 
 kde-plasma/kwin/kwin-5.2.0.1.ebuild|  87 
 kde-plasma/kwrited/kwrited-5.2.0.ebuild|  22 ---
 kde-plasma/libbluedevil/libbluedevil-5.2.0.ebuild  |  21 ---
 kde-plasma/libkscreen/libkscreen-5.2.0.ebuild  |  29 
 kde-plasma/libksysguard/libksysguard-5.2.0.ebuild  |  54 
 kde-plasma/libmm-qt/libmm-qt-5.2.0.ebuild  |  23 ---
 kde-plasma/milou/milou-5.2.0.ebuild|  26 
 kde-plasma/oxygen-fonts/oxygen-fonts-5.2.0.ebuild  |  34 -
 kde-plasma/oxygen/oxygen-5.2.0.ebuild  |  43 --
 .../plasma-desktop/plasma-desktop-5.2.0.ebuild | 118 
 kde-plasma/plasma-nm/plasma-nm-5.2.0.ebuild|  66 -
 .../plasma-workspace-wallpapers-5.2.0.ebuild   |  21 ---
 .../plasma-workspace-5.2.0-r1.ebuild   | 150 
 .../plasma-workspace-5.2.0-r2.ebuild   | 154 -
 .../polkit-kde-agent/polkit-kde-agent-5.2.0.ebuild |  32 -
 kde-plasma/powerdevil/powerdevil-5.2.0.ebuild  |  56 
 kde-plasma/sddm-kcm/sddm-kcm-5.2.0.ebuild  |  32 -
 .../systemsettings/systemsettings-5.2.0.ebuild |  39 --
 35 files changed, 1768 deletions(-)

diff --git a/kde-plasma/baloo/baloo-5.6.0.ebuild 
b/kde-plasma/baloo/baloo-5.6.0.ebuild
deleted file mode 100644
index 93caa23..000
--- a/kde-plasma/baloo/baloo-5.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde5
-
-# version scheme fail by upstream
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   PLASMA_VERSION=5.2.0
-   
SRC_URI="mirror://kde/stable/plasma/${PLASMA_VERSION}/${PN}-${PV}.tar.xz"
-fi
-DESCRIPTION="Framework for searching and managing metadata"
-KEYWORDS=" ~amd64"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kconfig)
-   $(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 solid)
-   $(add_plasma_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
-   !http://projects.kde.org/projects/extragear/base/bluedevil";
-KEYWORDS=" ~amd64"
-IUSE=""
-
-DEPEND="
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kservice)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_plasma_dep libbluedevil)
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   x11-misc/shared-mime-info
-"
-RDEPEND="${DEPEND}
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !net-wireless/bluedevil
-   !net-wireless/kbluetooth
-"

diff --git a/kde-plasma/breeze/breeze-5.2.0.ebuild 
b/kde-plasma/breeze/breeze-5.2.0.ebuild
deleted file mode 100644
index 48f

[gentoo-commits] proj/kde:master commit in: profiles/package.mask/

2015-02-24 Thread Johannes Huber
commit: 4d41282df1b33980d30cad320a5566c0e3560ecf
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Feb 24 21:41:08 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 21:41:08 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4d41282d

[profiles/package.mask] Remove KDE Plasma 5.2.0

---
 profiles/package.mask/plasma-5.2.0 | 36 
 profiles/package.mask/plasma-5.2.1 |  2 +-
 2 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/profiles/package.mask/plasma-5.2.0 
b/profiles/package.mask/plasma-5.2.0
deleted file mode 100644
index b0d0b6b..000
--- a/profiles/package.mask/plasma-5.2.0
+++ /dev/null
@@ -1,36 +0,0 @@
-# Manuel Rüger  (14 Jan 2015)
-# Unstable release and depends on Qt5 which is masked.
-~kde-plasma/baloo-5.6.0
-~kde-plasma/bluedevil-5.2.0
-~kde-plasma/breeze-5.2.0
-~kde-plasma/kde-cli-tools-5.2.0
-~kde-plasma/kde-gtk-config-5.2.0
-~kde-plasma/kdecoration-5.2.0
-~kde-plasma/kdeplasma-addons-5.2.0
-~kde-plasma/kfilemetadata-5.6.0
-~kde-plasma/khelpcenter-5.2.0
-~kde-plasma/khotkeys-5.2.0
-~kde-plasma/kinfocenter-5.2.0
-~kde-plasma/kio-extras-5.2.0
-~kde-plasma/kmenuedit-5.2.0
-~kde-plasma/kscreen-5.2.0
-~kde-plasma/ksshaskpass-5.2.0
-~kde-plasma/ksysguard-5.2.0
-~kde-plasma/kwayland-5.2.0
-~kde-plasma/kwin-5.2.0.1
-~kde-plasma/kwrited-5.2.0
-~kde-plasma/libbluedevil-5.2.0
-~kde-plasma/libkscreen-5.2.0
-~kde-plasma/libksysguard-5.2.0
-~kde-plasma/libmm-qt-5.2.0
-~kde-plasma/milou-5.2.0
-~kde-plasma/oxygen-5.2.0
-~kde-plasma/oxygen-fonts-5.2.0
-~kde-plasma/plasma-desktop-5.2.0
-~kde-plasma/plasma-nm-5.2.0
-~kde-plasma/plasma-workspace-5.2.0
-~kde-plasma/plasma-workspace-wallpapers-5.2.0
-~kde-plasma/polkit-kde-agent-5.2.0
-~kde-plasma/powerdevil-5.2.0
-~kde-plasma/sddm-kcm-5.2.0
-~kde-plasma/systemsettings-5.2.0

diff --git a/profiles/package.mask/plasma-5.2.1 
b/profiles/package.mask/plasma-5.2.1
index 0e0441e..f4702c9 100644
--- a/profiles/package.mask/plasma-5.2.1
+++ b/profiles/package.mask/plasma-5.2.1
@@ -1,5 +1,5 @@
 # Manuel Rüger  (19 Feb 2015)
-# Unreleased
+# Unmasking not decided yet.
 ~kde-plasma/baloo-5.6.1
 ~kde-plasma/bluedevil-5.2.1
 ~kde-plasma/breeze-5.2.1



[gentoo-commits] proj/kde:master commit in: eclass/

2015-02-24 Thread Johannes Huber
commit: 90766c527e7a3a45fee4c7068b3690eb3c3b9b00
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Feb 24 21:26:27 2015 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Feb 24 21:26:27 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=90766c52

[eclass] Raise Qt minimal version

Fixes a lot of plasma bugs.

---
 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 90c627b..52cdd7c 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -35,7 +35,7 @@ EXPORT_FUNCTIONS pkg_pretend pkg_setup src_unpack src_prepare 
src_configure src_
 # @ECLASS-VARIABLE: QT_MINIMAL
 # @DESCRIPTION:
 # Minimal Qt version to require for the package.
-: ${QT_MINIMAL:=5.4.0}
+: ${QT_MINIMAL:=5.4.1}
 
 # @ECLASS-VARIABLE: KDE_AUTODEPS
 # @DESCRIPTION:



[gentoo-commits] gentoo-x86 commit in www-servers/tomcat: ChangeLog tomcat-8.0.20.ebuild

2015-02-24 Thread Miroslav Sulc (fordfrog)
fordfrog15/02/24 21:06:23

  Modified: ChangeLog
  Added:tomcat-8.0.20.ebuild
  Log:
  www-servers/tomcat: version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  ChangesPath
1.343www-servers/tomcat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/ChangeLog?rev=1.343&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/ChangeLog?rev=1.343&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/ChangeLog?r1=1.342&r2=1.343

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -r1.342 -r1.343
--- ChangeLog   20 Feb 2015 11:56:20 -  1.342
+++ ChangeLog   24 Feb 2015 21:06:23 -  1.343
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/tomcat
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.342 
2015/02/20 11:56:20 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.343 
2015/02/24 21:06:23 fordfrog Exp $
+
+*tomcat-8.0.20 (24 Feb 2015)
+
+  24 Feb 2015; Miroslav Šulc  +tomcat-8.0.20.ebuild,
+  +files/tomcat-8.0.20-build.xml.patch:
+  version bump
 
   20 Feb 2015; Miroslav Šulc  tomcat-8.0.18.ebuild:
   changed to eapi 5, simplified find command



1.1  www-servers/tomcat/tomcat-8.0.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/tomcat-8.0.20.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/tomcat-8.0.20.ebuild?rev=1.1&content-type=text/plain

Index: tomcat-8.0.20.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-8.0.20.ebuild,v 
1.1 2015/02/24 21:06:23 fordfrog Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source test"

inherit eutils java-pkg-2 java-ant-2 prefix user

MY_P="apache-${P}-src"

DESCRIPTION="Tomcat Servlet-3.1/JSP-2.3 Container"
HOMEPAGE="http://tomcat.apache.org/";
SRC_URI="mirror://apache/${PN}/tomcat-8/v${PV}/src/${MY_P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="8"
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~x86-solaris"
IUSE="extra-webapps"

RESTRICT="test" # can we run them on a production system?

ECJ_SLOT="4.4"
SAPI_SLOT="3.1"

COMMON_DEP="
dev-java/eclipse-ecj:${ECJ_SLOT}
~dev-java/tomcat-servlet-api-${PV}
extra-webapps? ( dev-java/jakarta-jstl:0 )"
RDEPEND="${COMMON_DEP}
!=virtual/jre-1.7"
DEPEND="${COMMON_DEP}
>=virtual/jdk-1.7
>=dev-java/ant-core-1.8.1:0
test? (
dev-java/ant-junit:0
dev-java/junit:4
)"

S=${WORKDIR}/${MY_P}

pkg_setup() {
java-pkg-2_pkg_setup
enewgroup tomcat 265
enewuser tomcat 265 -1 /dev/null tomcat
}

java_prepare() {
find -name '*.jar' -type f -delete -print || die

epatch "${FILESDIR}/${P}-build.xml.patch"

# For use of catalina.sh in netbeans
sed -i -e "/^# - Execute The Requested Command/ a\
CLASSPATH=\`java-config --classpath ${PN}-${SLOT}\`" \
bin/catalina.sh || die
}

JAVA_ANT_REWRITE_CLASSPATH="true"

EANT_BUILD_TARGET="deploy"
EANT_GENTOO_CLASSPATH="tomcat-servlet-api-${SAPI_SLOT},eclipse-ecj-${ECJ_SLOT}"
EANT_GENTOO_CLASSPATH_EXTRA="${S}/output/classes"
EANT_NEEDS_TOOLS="true"
EANT_EXTRA_ARGS="-Dversion=${PV}-gentoo -Dversion.number=${PV} 
-Dcompile.debug=false"

# revision of the instance-manager script
IM_REV="-r1"

src_compile() {
EANT_GENTOO_CLASSPATH_EXTRA+=":$(java-pkg_getjar --build-only ant-core 
ant.jar)"
java-pkg-2_src_compile
}

EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit-4"

src_test() {
java-pkg-2_src_test
}

src_install() {
local dest="/usr/share/${PN}-${SLOT}"

java-pkg_jarinto "${dest}"/bin
java-pkg_dojar output/build/bin/*.jar
exeinto "${dest}"/bin
doexe output/build/bin/*.sh

java-pkg_jarinto "${dest}"/lib
java-pkg_dojar output/build/lib/*.jar

# so we don't have to call java-config with --with-dependencies, which 
might
# bring in more jars then actually desired.
java-pkg_addcp "$(java-pkg_getjars 
eclipse-ecj-${ECJ_SLOT},tomcat-servlet-api-${SAPI_SLOT})"

dodoc RELEASE-NOTES RUNNING.txt
use doc && java-pkg_dojavadoc output/dist/webapps/docs/api
use source && java-pkg_dosrc java/*

### Webapps ###

insinto "${dest}"/webapps
doins -r output/build/webapps/{host-manager,manager,R

[gentoo-commits] gentoo-x86 commit in dev-java/tomcat-servlet-api: ChangeLog tomcat-servlet-api-8.0.20.ebuild

2015-02-24 Thread Miroslav Sulc (fordfrog)
fordfrog15/02/24 21:05:21

  Modified: ChangeLog
  Added:tomcat-servlet-api-8.0.20.ebuild
  Log:
  dev-java/tomcat-servlet-api: version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  ChangesPath
1.178dev-java/tomcat-servlet-api/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-servlet-api/ChangeLog?rev=1.178&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-servlet-api/ChangeLog?rev=1.178&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-servlet-api/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/tomcat-servlet-api/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   19 Feb 2015 21:39:54 -  1.177
+++ ChangeLog   24 Feb 2015 21:05:21 -  1.178
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/tomcat-servlet-api
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-servlet-api/ChangeLog,v 
1.177 2015/02/19 21:39:54 fordfrog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/tomcat-servlet-api/ChangeLog,v 
1.178 2015/02/24 21:05:21 fordfrog Exp $
+
+*tomcat-servlet-api-8.0.20 (24 Feb 2015)
+
+  24 Feb 2015; Miroslav Šulc 
+  +tomcat-servlet-api-8.0.20.ebuild:
+  version bump
 
 *tomcat-servlet-api-8.0.18 (19 Feb 2015)
 



1.1  
dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.20.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.20.ebuild?rev=1.1&content-type=text/plain

Index: tomcat-servlet-api-8.0.20.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/tomcat-servlet-api/tomcat-servlet-api-8.0.20.ebuild,v
 1.1 2015/02/24 21:05:21 fordfrog Exp $

EAPI="5"
JAVA_PKG_IUSE="source"

inherit eutils java-pkg-2 java-ant-2

MY_A="apache-${P}-src"
MY_P="${MY_A/-servlet-api/}"
DESCRIPTION="Tomcat's Servlet API 3.1/JSP API 2.3 implementation"
HOMEPAGE="http://tomcat.apache.org/";
SRC_URI="mirror://apache/tomcat/tomcat-8/v${PV}/src/${MY_P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="3.1"
KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~x64-solaris ~x86-solaris"
IUSE=""

DEPEND=">=virtual/jdk-1.7"
RDEPEND=">=virtual/jre-1.7"

S="${WORKDIR}/${MY_P}/"

java_prepare() {
cp "${FILESDIR}/${SLOT}-build.xml" build.xml || die "Could not replace 
build.xml"
rm -fR */*/build.xml
einfo "Removing bundled jars and classes"
find "${S}" '(' -name '*.class' -o -name '*.jar' ')' -exec rm -frv {} +
}

src_install() {
java-pkg_dojar "${S}"/output/build/lib/*.jar
use source && java-pkg_dosrc java/javax/servlet/
}






[gentoo-commits] gentoo-x86 commit in www-servers/tomcat/files: tomcat-8.0.20-build.xml.patch

2015-02-24 Thread Miroslav Sulc (fordfrog)
fordfrog15/02/24 21:06:23

  Added:tomcat-8.0.20-build.xml.patch
  Log:
  www-servers/tomcat: version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  ChangesPath
1.1  www-servers/tomcat/files/tomcat-8.0.20-build.xml.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/files/tomcat-8.0.20-build.xml.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/tomcat/files/tomcat-8.0.20-build.xml.patch?rev=1.1&content-type=text/plain

Index: tomcat-8.0.20-build.xml.patch
===
diff -Naur apache-tomcat-8.0.18-src-orig/build.xml 
apache-tomcat-8.0.18-src/build.xml
--- apache-tomcat-8.0.18-src-orig/build.xml 2015-01-28 15:10:36.112146352 
-0500
+++ apache-tomcat-8.0.18-src/build.xml  2015-02-19 18:08:37.971396016 -0500
@@ -703,24 +703,29 @@
   manifest="${tomcat.manifests}/annotations-api.jar.manifest" />
 
 
+
 
+
 
 
+
 
 
 
-
+
 
 
   
@@ -1059,7 +1064,7 @@
 
   
 
-
+
 
 
 
@@ -1093,7 +1098,7 @@
 
   
 
-  
+  
 
 
 
   
 
-  
+  
 
 
 
 
+
 
@@ -1519,7 +1525,7 @@
 
   
+  description="Prepare to build web services extras package" 
unless="noget">
 
 
   
@@ -1658,7 +1664,7 @@
 
   
+  description="Prepare to build web services extras package" 
unless="noget">
 
 
   
@@ -2703,7 +2709,7 @@
   
 
   
+  description="Download (and build) components necessary to compile" 
unless="noget">
 
 
   
@@ -2746,7 +2752,7 @@
   
 
   
+  description="Download additional components for the tests" 
unless="noget">
 
 
   
@@ -2792,7 +2798,7 @@
   
 
   
+  description="Download additional components for a distribution" 
unless="noget">
 
 
   
@@ -2818,18 +2824,18 @@
 
   
 
-  
+  
 
 
   
 
-  
+  
 
 
   
 
-  
+  
 
 
 
@@ -2841,7 +2847,7 @@
 
   
 
-  
+  
 
 
 
@@ -2860,7 +2866,7 @@
 
   
 
-  
+  
 
 
 
@@ -2871,7 +2877,7 @@
 
   
 
-  
+  
 
 
 
@@ -2889,7 +2895,7 @@
 
   
 
-  
+  
 
 
 
@@ -2899,7 +2905,7 @@
 
   
 
-  
+  
 
 
 
@@ -2922,7 +2928,7 @@
 
   
 
-  
+  
 
   
 
@@ -2933,7 +2939,7 @@
 
   
 
-  
+  
 
 
   
@@ -2944,7 +2950,7 @@
 
   
+  description="Prepares the source tree to be built in Eclipse" 
unless="noget">
 
 
 






[gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bash-4.3-declare-visibility.patch bashrc-r2

2015-02-24 Thread Mike Frysinger (vapier)
vapier  15/02/24 20:58:46

  Added:bash-4.3-declare-visibility.patch bashrc-r2
  Log:
  Do window title setup through PS1 #223641 by mich...@smith-li.com.  Add 
history -a to PROMPT_COMMAND #517342 by Paweł Hajdan, Jr.. Add fix from 
upstream for variable declare weirdness.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  app-shells/bash/files/bash-4.3-declare-visibility.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.3-declare-visibility.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bash-4.3-declare-visibility.patch?rev=1.1&content-type=text/plain

Index: bash-4.3-declare-visibility.patch
===
http://lists.gnu.org/archive/html/bug-bash/2015-02/msg00075.html

assign_array_var_from_word_list: after assignment, mark variable as no
longer invisible

assign_array_var_from_string: after assignment, mark variable as no
longer invisible

diff --git a/arrayfunc.c b/arrayfunc.c
index c2ea0e5..6dab71c 100644
--- a/arrayfunc.c
+++ b/arrayfunc.c
@@ -407,6 +407,9 @@ assign_array_var_from_word_list (var, list, flags)
   (*var->assign_func) (var, l->word->word, i, 0);
 else
   array_insert (a, i, l->word->word);
+
+  VUNSETATTR (var, att_invisible); /* no longer invisible */
+
   return var;
 }
 
@@ -639,6 +642,10 @@ assign_array_var_from_string (var, value, flags)
 
   if (nlist)
 dispose_words (nlist);
+
+  if (var)
+VUNSETATTR (var, att_invisible);   /* no longer invisible */
+
   return (var);
 }
 

bind_int_variable: make sure `v' is non-null before making it visible

diff --git a/variables.c b/variables.c
index 2f07ebb..cbe7806 100644
--- a/variables.c
+++ b/variables.c
@@ -2872,10 +2872,12 @@ bind_int_variable (lhs, rhs)
 #endif
 v = bind_variable (lhs, rhs, 0);
 
-  if (v && isint)
-VSETATTR (v, att_integer);
-
-  VUNSETATTR (v, att_invisible);
+  if (v)
+{
+  if (isint)
+   VSETATTR (v, att_integer);
+  VUNSETATTR (v, att_invisible);
+}
 
   return (v);
 }
-- 
2.3.0




1.1  app-shells/bash/files/bashrc-r2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bashrc-r2?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/files/bashrc-r2?rev=1.1&content-type=text/plain

Index: bashrc-r2
===
# /etc/bash/bashrc
#
# This file is sourced by all *interactive* bash shells on startup,
# including some apparently interactive shells such as scp and rcp
# that can't tolerate any output.  So make sure this doesn't display
# anything or bad things will happen !


# Test for an interactive shell.  There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from
# outputting anything in those cases.
if [[ $- != *i* ]] ; then
# Shell is non-interactive.  Be done now!
return
fi

# Bash won't get SIGWINCH if another process is in the foreground.
# Enable checkwinsize so that bash will check the terminal size when
# it regains control.  #65623
# http://cnswww.cns.cwru.edu/~chet/bash/FAQ (E11)
shopt -s checkwinsize

# Disable completion when the input buffer is empty.  i.e. Hitting tab
# and waiting a long time for bash to expand all of $PATH.
shopt -s no_empty_cmd_completion

# Enable history appending instead of overwriting when exiting.  #139609
shopt -s histappend

# Save each command to the history file as it's executed.  #517342
# This does mean sessions get interleaved when reading later on, but this
# way the history is always up to date.  History is not synced across live
# sessions though; that is what `history -n` does.
PROMPT_COMMAND='history -a'

# Change the window title of X terminals 
case ${TERM} in
xterm*|rxvt*|Eterm*|aterm|kterm|gnome*|interix|konsole*)
PS1='\[\033]0;\u@\h:\w\007\]'
;;
screen*)
PS1='\[\033k\u@\h:\w\033\\\]'
;;
*)
unset PS1
;;
esac

use_color=false
#BSD#@# BSD doesn't typically come with dircolors so we need
#BSD#@# to hardcode some terminals in here.
#BSD#@case ${TERM} in
#BSD#@  xterm*|rxvt*|Eterm|aterm|kterm|gnome*|screen|cons25) use_color=true;;
#BSD#@esac

# Set colorful PS1 only on colorful terminals.
# dircolors --print-database uses its own built-in database
# instead of using /etc/DIR_COLORS.  Try to use the external file
# first to take advantage of user additions.  Use internal bash
# globbing instead of external grep binary.
safe_term=${TERM//[^[:alnum:]]/?}   # sanitize TERM
match_lhs=""
[[ -f ~/.dir_colors   ]] && match_lhs="${match_lhs}$(<~/.dir_colors)"
[[ -f /etc/DIR_COLORS ]] && match_lhs="${match_lhs}$(/dev/null \
&& match_lhs=$(dircolors

[gentoo-commits] gentoo-x86 commit in app-shells/bash: bash-4.3_p33-r2.ebuild ChangeLog

2015-02-24 Thread Mike Frysinger (vapier)
vapier  15/02/24 20:58:46

  Modified: ChangeLog
  Added:bash-4.3_p33-r2.ebuild
  Log:
  Do window title setup through PS1 #223641 by mich...@smith-li.com.  Add 
history -a to PROMPT_COMMAND #517342 by Paweł Hajdan, Jr.. Add fix from 
upstream for variable declare weirdness.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.429app-shells/bash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.429&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.429&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?r1=1.428&r2=1.429

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -r1.428 -r1.429
--- ChangeLog   21 Jan 2015 11:54:51 -  1.428
+++ ChangeLog   24 Feb 2015 20:58:46 -  1.429
@@ -1,6 +1,14 @@
 # ChangeLog for app-shells/bash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.428 
2015/01/21 11:54:51 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.429 
2015/02/24 20:58:46 vapier Exp $
+
+*bash-4.3_p33-r2 (24 Feb 2015)
+
+  24 Feb 2015; Mike Frysinger  +bash-4.3_p33-r2.ebuild,
+  +files/bash-4.3-declare-visibility.patch, +files/bashrc-r2:
+  Do window title setup through PS1 #223641 by mich...@smith-li.com.  Add
+  history -a to PROMPT_COMMAND #517342 by Paweł Hajdan, Jr.. Add fix from
+  upstream for variable declare weirdness.
 
 *bash-4.3_p33-r1 (21 Jan 2015)
 



1.1  app-shells/bash/bash-4.3_p33-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild?rev=1.1&content-type=text/plain

Index: bash-4.3_p33-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild,v 1.1 
2015/02/24 20:58:46 vapier Exp $

EAPI="4"

inherit eutils flag-o-matic toolchain-funcs multilib

# Official patchlevel
# See ftp://ftp.cwru.edu/pub/bash/bash-4.3-patches/
PLEVEL=${PV##*_p}
MY_PV=${PV/_p*}
MY_PV=${MY_PV/_/-}
MY_P=${PN}-${MY_PV}
[[ ${PV} != *_p* ]] && PLEVEL=0
patches() {
local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}}
[[ ${plevel} -eq 0 ]] && return 1
eval set -- {1..${plevel}}
set -- $(printf "${pn}${pv/\.}-%03d " "$@")
if [[ ${opt} == -s ]] ; then
echo "${@/#/${DISTDIR}/}"
else
local u
for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
printf "${u}/${pn}-${pv}-patches/%s " "$@"
done
fi
}

# The version of readline this bash normally ships with.
READLINE_VER="6.3"

DESCRIPTION="The standard GNU Bourne again shell"
HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html";
SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
[[ ${PV} == *_rc* ]] && SRC_URI+=" ftp://ftp.cwru.edu/pub/bash/${MY_P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline vanilla"

DEPEND=">=sys-libs/ncurses-5.2-r2
readline? ( >=sys-libs/readline-${READLINE_VER} )
nls? ( virtual/libintl )"
RDEPEND="${DEPEND}
!

[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui: ChangeLog

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 20:27:17

  Modified: ChangeLog
  Log:
  Delete unused patch.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.58 dev-qt/qtgui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   24 Feb 2015 20:13:20 -  1.57
+++ ChangeLog   24 Feb 2015 20:27:17 -  1.58
@@ -1,6 +1,10 @@
 # ChangeLog for dev-qt/qtgui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.57 2015/02/24 
20:13:20 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.58 2015/02/24 
20:27:17 pesa Exp $
+
+  24 Feb 2015; Davide Pesavento 
+  -files/qtgui-5.4.0-bigendian.patch:
+  Delete unused patch.
 
   24 Feb 2015; Michael Palimaka  qtgui-5.4.1.ebuild:
   Remove failing patch that was applied upstream.






[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui/files: qtgui-5.4.0-bigendian.patch

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 20:27:17

  Removed:  qtgui-5.4.0-bigendian.patch
  Log:
  Delete unused patch.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)



[gentoo-commits] gentoo-x86 commit in dev-qt/qtsql: ChangeLog

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 20:25:06

  Modified: ChangeLog
  Log:
  Delete unused patch.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.29 dev-qt/qtsql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsql/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsql/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsql/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsql/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   24 Feb 2015 18:46:21 -  1.28
+++ ChangeLog   24 Feb 2015 20:25:06 -  1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-qt/qtsql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/ChangeLog,v 1.28 2015/02/24 
18:46:21 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsql/ChangeLog,v 1.29 2015/02/24 
20:25:06 pesa Exp $
+
+  24 Feb 2015; Davide Pesavento 
+  -files/qtsql-5.3.1-path-filtering.patch:
+  Delete unused patch.
 
 *qtsql-5.4.1 (24 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebsockets/files: 0001-Remove-dependency-on-unused-sql-module.patch

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 20:23:10

  Removed:  0001-Remove-dependency-on-unused-sql-module.patch
  Log:
  Delete unused patch.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)



[gentoo-commits] gentoo-x86 commit in dev-qt/qtsql/files: qtsql-5.3.1-path-filtering.patch

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 20:25:06

  Removed:  qtsql-5.3.1-path-filtering.patch
  Log:
  Delete unused patch.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)



[gentoo-commits] gentoo-x86 commit in dev-qt/qtdeclarative: qtdeclarative-5.4.1.ebuild ChangeLog

2015-02-24 Thread Michael Palimaka (kensington)
kensington15/02/24 20:24:20

  Modified: qtdeclarative-5.4.1.ebuild ChangeLog
  Log:
  Use correct patch filename.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  dev-qt/qtdeclarative/qtdeclarative-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-5.4.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-5.4.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-5.4.1.ebuild?r1=1.1&r2=1.2

Index: qtdeclarative-5.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-5.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtdeclarative-5.4.1.ebuild  24 Feb 2015 18:46:54 -  1.1
+++ qtdeclarative-5.4.1.ebuild  24 Feb 2015 20:24:20 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-5.4.1.ebuild,v 1.1 
2015/02/24 18:46:54 pesa Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/qtdeclarative-5.4.1.ebuild,v 1.2 
2015/02/24 20:24:20 kensington Exp $
 
 EAPI=5
 
@@ -29,7 +29,7 @@
 RDEPEND="${DEPEND}"
 
 PATCHES=(
-   "${FILESDIR}/${P}-stack-direction.patch"
+   "${FILESDIR}/${PN}-5.4.0-stack-direction.patch"
 )
 
 src_prepare() {



1.26 dev-qt/qtdeclarative/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdeclarative/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   24 Feb 2015 18:46:54 -  1.25
+++ ChangeLog   24 Feb 2015 20:24:20 -  1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-qt/qtdeclarative
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.25 
2015/02/24 18:46:54 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdeclarative/ChangeLog,v 1.26 
2015/02/24 20:24:20 kensington Exp $
+
+  24 Feb 2015; Michael Palimaka 
+  qtdeclarative-5.4.1.ebuild:
+  Use correct patch filename.
 
 *qtdeclarative-5.4.1 (24 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwebsockets: ChangeLog

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 20:23:10

  Modified: ChangeLog
  Log:
  Delete unused patch.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.10 dev-qt/qtwebsockets/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebsockets/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebsockets/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwebsockets/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwebsockets/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   24 Feb 2015 18:45:50 -  1.9
+++ ChangeLog   24 Feb 2015 20:23:09 -  1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-qt/qtwebsockets
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebsockets/ChangeLog,v 1.9 
2015/02/24 18:45:50 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwebsockets/ChangeLog,v 1.10 
2015/02/24 20:23:09 pesa Exp $
+
+  24 Feb 2015; Davide Pesavento 
+  -files/0001-Remove-dependency-on-unused-sql-module.patch:
+  Delete unused patch.
 
 *qtwebsockets-5.4.1 (24 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui: qtgui-5.4.1.ebuild ChangeLog

2015-02-24 Thread Michael Palimaka (kensington)
kensington15/02/24 20:13:20

  Modified: qtgui-5.4.1.ebuild ChangeLog
  Log:
  Remove failing patch that was applied upstream.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  dev-qt/qtgui/qtgui-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1.ebuild?r1=1.1&r2=1.2

Index: qtgui-5.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtgui-5.4.1.ebuild  24 Feb 2015 18:48:52 -  1.1
+++ qtgui-5.4.1.ebuild  24 Feb 2015 20:13:20 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1.ebuild,v 1.1 
2015/02/24 18:48:52 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1.ebuild,v 1.2 
2015/02/24 20:13:20 kensington Exp $
 
 EAPI=5
 
@@ -69,10 +69,6 @@
ibus? ( app-i18n/ibus )
 "
 
-PATCHES=(
-   "${FILESDIR}/${P}-bigendian.patch" # bug 538570
-)
-
 QT5_TARGET_SUBDIRS=(
src/gui
src/platformheaders



1.57 dev-qt/qtgui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.57&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.57&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   24 Feb 2015 18:48:52 -  1.56
+++ ChangeLog   24 Feb 2015 20:13:20 -  1.57
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtgui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.56 2015/02/24 
18:48:52 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.57 2015/02/24 
20:13:20 kensington Exp $
+
+  24 Feb 2015; Michael Palimaka  qtgui-5.4.1.ebuild:
+  Remove failing patch that was applied upstream.
 
 *qtgui-5.4.1 (24 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: ChangeLog gentoo-sources-3.18.5.ebuild gentoo-sources-3.18.6.ebuild gentoo-sources-3.10.67.ebuild gentoo-sources-3.14.31.ebuild gentoo-

2015-02-24 Thread Mike Pagano (mpagano)
mpagano 15/02/24 20:09:06

  Modified: ChangeLog
  Removed:  gentoo-sources-3.18.5.ebuild
gentoo-sources-3.18.6.ebuild
gentoo-sources-3.10.67.ebuild
gentoo-sources-3.14.31.ebuild
gentoo-sources-3.14.32.ebuild
gentoo-sources-3.10.68.ebuild
  Log:
  Cleanup old, unsupported versions.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.1507   sys-kernel/gentoo-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1507&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1507&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1506&r2=1.1507

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1506
retrieving revision 1.1507
diff -u -r1.1506 -r1.1507
--- ChangeLog   24 Feb 2015 08:51:36 -  1.1506
+++ ChangeLog   24 Feb 2015 20:09:05 -  1.1507
@@ -1,6 +1,12 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1506 2015/02/24 08:51:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1507 2015/02/24 20:09:05 mpagano Exp $
+
+  24 Feb 2015; Mike Pagano  -gentoo-sources-3.10.67.ebuild,
+  -gentoo-sources-3.10.68.ebuild, -gentoo-sources-3.14.31.ebuild,
+  -gentoo-sources-3.14.32.ebuild, -gentoo-sources-3.18.5.ebuild,
+  -gentoo-sources-3.18.6.ebuild:
+  Cleanup old, unsupported versions.
 
   24 Feb 2015; Agostino Sarubbo  gentoo-sources-3.18.7.ebuild:
   Stable for alpha, wrt bug #540866






[gentoo-commits] gentoo-x86 commit in sys-kernel/gentoo-sources: gentoo-sources-3.12.38.ebuild ChangeLog gentoo-sources-3.12.35.ebuild gentoo-sources-3.12.37.ebuild

2015-02-24 Thread Mike Pagano (mpagano)
mpagano 15/02/24 20:11:20

  Modified: gentoo-sources-3.12.38.ebuild ChangeLog
  Removed:  gentoo-sources-3.12.35.ebuild
gentoo-sources-3.12.37.ebuild
  Log:
  Auto stabilize 3.12.38. Remove old, unsupported versions.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B576E4E3)

Revision  ChangesPath
1.2  sys-kernel/gentoo-sources/gentoo-sources-3.12.38.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.38.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.38.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.38.ebuild?r1=1.1&r2=1.2

Index: gentoo-sources-3.12.38.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.38.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-sources-3.12.38.ebuild   21 Feb 2015 01:01:24 -  1.1
+++ gentoo-sources-3.12.38.ebuild   24 Feb 2015 20:11:19 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.38.ebuild,v
 1.1 2015/02/21 01:01:24 mpagano Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/gentoo-sources-3.12.38.ebuild,v
 1.2 2015/02/24 20:11:19 mpagano Exp $
 
 EAPI="5"
 ETYPE="sources"
@@ -11,7 +11,7 @@
 detect_version
 detect_arch
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
 HOMEPAGE="http://dev.gentoo.org/~mpagano/genpatches";
 IUSE="deblob experimental"
 



1.1508   sys-kernel/gentoo-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1508&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?rev=1.1508&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog?r1=1.1507&r2=1.1508

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v
retrieving revision 1.1507
retrieving revision 1.1508
diff -u -r1.1507 -r1.1508
--- ChangeLog   24 Feb 2015 20:09:05 -  1.1507
+++ ChangeLog   24 Feb 2015 20:11:19 -  1.1508
@@ -1,6 +1,10 @@
 # ChangeLog for sys-kernel/gentoo-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1507 2015/02/24 20:09:05 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-sources/ChangeLog,v 
1.1508 2015/02/24 20:11:19 mpagano Exp $
+
+  24 Feb 2015; Mike Pagano  -gentoo-sources-3.12.35.ebuild,
+  -gentoo-sources-3.12.37.ebuild, gentoo-sources-3.12.38.ebuild:
+  Auto stabilize 3.12.38. Remove old, unsupported versions.
 
   24 Feb 2015; Mike Pagano  -gentoo-sources-3.10.67.ebuild,
   -gentoo-sources-3.10.68.ebuild, -gentoo-sources-3.14.31.ebuild,






[gentoo-commits] dev/axs:master commit in: media-gfx/Slic3r/

2015-02-24 Thread Ian Stakenvicius
commit: 649f9cea591dc175a39c6562d4651b85fcccdf27
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Feb 24 19:55:21 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Feb 24 19:55:21 2015 +
URL:http://sources.gentoo.org/gitweb/?p=dev/axs.git;a=commit;h=649f9cea

dropped keywords from live ebuild

---
 media-gfx/Slic3r/Manifest   | 2 +-
 media-gfx/Slic3r/Slic3r-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/Slic3r/Manifest b/media-gfx/Slic3r/Manifest
index ee2c755..ed0f27c 100644
--- a/media-gfx/Slic3r/Manifest
+++ b/media-gfx/Slic3r/Manifest
@@ -5,5 +5,5 @@ DIST 1.1.7.tar.gz 2079200 SHA256 
8e1f68a71d78686cf6957ee7665757a4e7d14646bdee262
 DIST 1.2.6.tar.gz 2147768 SHA256 
ebddd5c714a382cc27d413dada744f1c586253ac950a4d586e87a1460329c7f4 SHA512 
fa7e968f55a117923bb680f4b8d48db8117931e2947e750d60b4dbf06f483ea56a8f4b5c4599be808311d52f530fb7c5d5780e67b8c3e1394c3af69a1e4dbc31
 WHIRLPOOL 
1838638d02087c25c72619bd79f5f8b29e228f00ee2744e62485e898f466c6181a37444560d13087620604bf1f5d2b3c8b5166e63a0600685e0f6a2d0ba2d8ec
 EBUILD Slic3r-1.1.7.ebuild 2598 SHA256 
328caddb20f0217b47ca2a0aeca44cf197ae43f71f0dfbd8907d0a30bfd5ef3a SHA512 
cee0eab4e82b4ac072dcc2c50cd66d27e318ac26f590b77a43e2eca380b8199933d3f5425de2c00abbc25b83791007838478bc9341e3df1023f04da2ba8eebfe
 WHIRLPOOL 
dc0badffe131f09627b9b701e0ae12732c178ba55fcca572a1f2db66e553f0461c1d6a8550871d94284aa762ba8ad837ae2e1722115fea2e1273b72c5f900515
 EBUILD Slic3r-1.2.6.ebuild 2598 SHA256 
328caddb20f0217b47ca2a0aeca44cf197ae43f71f0dfbd8907d0a30bfd5ef3a SHA512 
cee0eab4e82b4ac072dcc2c50cd66d27e318ac26f590b77a43e2eca380b8199933d3f5425de2c00abbc25b83791007838478bc9341e3df1023f04da2ba8eebfe
 WHIRLPOOL 
dc0badffe131f09627b9b701e0ae12732c178ba55fcca572a1f2db66e553f0461c1d6a8550871d94284aa762ba8ad837ae2e1722115fea2e1273b72c5f900515
-EBUILD Slic3r-.ebuild 2665 SHA256 
758a2aab024dafb5dd5f30a6002c9ff62176567d2b8e1e5de111bec760d540eb SHA512 
0f6a844e599e88e3a265920254362a7a7bfe8b5ffe9c9ec09653f60d318184e8e6ab0c8fa78342f978f1e69e2a65046415f7d87a7364fe3eb58d9756604ebc96
 WHIRLPOOL 
02c47848aa2de46967cfb19a2ceda91757d5a4c4a0485557ad45877d162c3babd4bb688e3e6780ddb3bbae8a7c7fe872ac435afe3dca307e3df1238e34fb1815
+EBUILD Slic3r-.ebuild 2659 SHA256 
43873bddcfb1549d58cc13612c3219ef5ae5c3fe29c0ac89f68b67084fcd5e36 SHA512 
863d33cdd6cb9622415dd78f004f0ffb525bdab0476a2630619713d291b9c837dfd9bfc36b10d50fddf775247d94e8df25f31fe6d76951a2643faf54bb356f95
 WHIRLPOOL 
c95bd048d76b7609eb213a2229e567c517641dc986bed3038bcbae954f44dbe1e8f9777df45d98c126709e48a2ed2df84784302d6fd0595f88addd944f285f67
 MISC metadata.xml 463 SHA256 
6d846e1c203722bb73cc94a492dbe31095833214e18a5006d8d9daf766696340 SHA512 
19fb5697ea8c7f97b1e0cdb8db86add03c345af27b3cf5aa69afcda5bbb6cb6237e6c0ff4827e50aee8b7209ea615ddc5258dda333a2f8a6eca1ac87445c4561
 WHIRLPOOL 
fa3568d05ddb9d6dc7fc41cb8e8ea028759a99ef8a2882aea63d479c58d00536a3150989c4c268678dd6e9119588fcee700f1a5e2c1babde446954f9c149bf41

diff --git a/media-gfx/Slic3r/Slic3r-.ebuild 
b/media-gfx/Slic3r/Slic3r-.ebuild
index a91d46c..ef4bbd9 100644
--- a/media-gfx/Slic3r/Slic3r-.ebuild
+++ b/media-gfx/Slic3r/Slic3r-.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.slic3r.org/";
 SRC_URI=""
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 IUSE="+gui minimal test"
 
 RDEPEND="



[gentoo-commits] dev/axs:master commit in: media-gfx/Slic3r/, media-gfx/Slic3r/files/

2015-02-24 Thread Ian Stakenvicius
commit: 4aed6b11627a363cd2d6e4c0036dfe3cbfa582a6
Author: Ian Stakenvicius  gentoo  org>
AuthorDate: Tue Feb 24 19:54:32 2015 +
Commit: Ian Stakenvicius  gentoo  org>
CommitDate: Tue Feb 24 19:54:32 2015 +
URL:http://sources.gentoo.org/gitweb/?p=dev/axs.git;a=commit;h=4aed6b11

Added ebuilds for Slic3r 1.1.7 (stable) and 1.2.6 (experimental)

---
 media-gfx/Slic3r/Manifest  |   6 +
 media-gfx/Slic3r/Slic3r-1.1.7.ebuild   | 123 +
 media-gfx/Slic3r/Slic3r-1.2.6.ebuild   | 123 +
 .../Slic3r-1.1.7-drop-ExtUtils-Typemap-dep.patch   |  24 
 .../Slic3r-1.2.6-drop-ExtUtils-Typemap-dep.patch   |  24 
 5 files changed, 300 insertions(+)

diff --git a/media-gfx/Slic3r/Manifest b/media-gfx/Slic3r/Manifest
index c2c1d3d..ee2c755 100644
--- a/media-gfx/Slic3r/Manifest
+++ b/media-gfx/Slic3r/Manifest
@@ -1,3 +1,9 @@
+AUX Slic3r-1.1.7-drop-ExtUtils-Typemap-dep.patch 915 SHA256 
9db9fad566365c5066fe2be77f117a91096a22a15af5ff0acaed6755841eae64 SHA512 
79ee8db51eb763a595f6dc344e8acb25f2ca7f9886d5ec1c51cf48e938cfbb843f98c645eb543e9509c2feef0accdf11b9ceb78d52916dcd10e5850d9c70
 WHIRLPOOL 
164bf1cbe93b6e680d27a1f70b5e1073ef95b7bde9c6ea673eb870e02fd98af2787687f408fbb7c9eaf76e867e87523740a0731d5aa8903983e8edab7a8c4212
+AUX Slic3r-1.2.6-drop-ExtUtils-Typemap-dep.patch 915 SHA256 
99f148d588d199c926ecdb84e7d816be2a2304bc18a13f79ebde42c75d4e9d7f SHA512 
1a48f6f2158776dc457af32f498cd0868506d80debc92542b8e269817067b161baf14e9dc828261a02e7c607fc31cee6dc12c555b6c068c2cd66a39fa88d34ec
 WHIRLPOOL 
bec32ef5b0c792b07515047d43b62a45a5d4f49d178fbfb37fcb52b7f5e0d840a6f173d561f146f6f52ff1417ab8d8cae79cec549c6dda45424b155adfef2a63
 AUX Slic3r-adjust_var_path.patch 274 SHA256 
e32798a894bfb112bf1e87f94e76a1170f34ae40456ca33c684c1bf26f719661 SHA512 
83802247efb5c450fc4b9dfbe407b6ff09f25599852287e6cc2a6ddc3f1dd04648ea8194cbd60dbed882dba5cd4a56a3b15992052659a7ec13a80f44c9d151cc
 WHIRLPOOL 
2c3fca71c01ba9817d24e8f062cba40a40c3d5d6f7d88eddb1d4934cdba9e9716a07a5c9e421d44d637d186a363ac072f570a022a0d32017565bfb861a638172
+DIST 1.1.7.tar.gz 2079200 SHA256 
8e1f68a71d78686cf6957ee7665757a4e7d14646bdee262cef76cba47b3f0d50 SHA512 
0c3a12890f57f422084b20152ede3467a8624db4ba8be774258df0af963c1f6f41fda7d96967f6355bd95727539e6aad51c30cf45284a7ee3fff294839acc650
 WHIRLPOOL 
18c95a59acff51891251852d59d4bf33b9c1ad8721f581e3c9f55b56bb62e087d030ecb701d16b07cca4567f142ea3b0693c0ab436f1c25b28d02b4a1ce351cd
+DIST 1.2.6.tar.gz 2147768 SHA256 
ebddd5c714a382cc27d413dada744f1c586253ac950a4d586e87a1460329c7f4 SHA512 
fa7e968f55a117923bb680f4b8d48db8117931e2947e750d60b4dbf06f483ea56a8f4b5c4599be808311d52f530fb7c5d5780e67b8c3e1394c3af69a1e4dbc31
 WHIRLPOOL 
1838638d02087c25c72619bd79f5f8b29e228f00ee2744e62485e898f466c6181a37444560d13087620604bf1f5d2b3c8b5166e63a0600685e0f6a2d0ba2d8ec
+EBUILD Slic3r-1.1.7.ebuild 2598 SHA256 
328caddb20f0217b47ca2a0aeca44cf197ae43f71f0dfbd8907d0a30bfd5ef3a SHA512 
cee0eab4e82b4ac072dcc2c50cd66d27e318ac26f590b77a43e2eca380b8199933d3f5425de2c00abbc25b83791007838478bc9341e3df1023f04da2ba8eebfe
 WHIRLPOOL 
dc0badffe131f09627b9b701e0ae12732c178ba55fcca572a1f2db66e553f0461c1d6a8550871d94284aa762ba8ad837ae2e1722115fea2e1273b72c5f900515
+EBUILD Slic3r-1.2.6.ebuild 2598 SHA256 
328caddb20f0217b47ca2a0aeca44cf197ae43f71f0dfbd8907d0a30bfd5ef3a SHA512 
cee0eab4e82b4ac072dcc2c50cd66d27e318ac26f590b77a43e2eca380b8199933d3f5425de2c00abbc25b83791007838478bc9341e3df1023f04da2ba8eebfe
 WHIRLPOOL 
dc0badffe131f09627b9b701e0ae12732c178ba55fcca572a1f2db66e553f0461c1d6a8550871d94284aa762ba8ad837ae2e1722115fea2e1273b72c5f900515
 EBUILD Slic3r-.ebuild 2665 SHA256 
758a2aab024dafb5dd5f30a6002c9ff62176567d2b8e1e5de111bec760d540eb SHA512 
0f6a844e599e88e3a265920254362a7a7bfe8b5ffe9c9ec09653f60d318184e8e6ab0c8fa78342f978f1e69e2a65046415f7d87a7364fe3eb58d9756604ebc96
 WHIRLPOOL 
02c47848aa2de46967cfb19a2ceda91757d5a4c4a0485557ad45877d162c3babd4bb688e3e6780ddb3bbae8a7c7fe872ac435afe3dca307e3df1238e34fb1815
 MISC metadata.xml 463 SHA256 
6d846e1c203722bb73cc94a492dbe31095833214e18a5006d8d9daf766696340 SHA512 
19fb5697ea8c7f97b1e0cdb8db86add03c345af27b3cf5aa69afcda5bbb6cb6237e6c0ff4827e50aee8b7209ea615ddc5258dda333a2f8a6eca1ac87445c4561
 WHIRLPOOL 
fa3568d05ddb9d6dc7fc41cb8e8ea028759a99ef8a2882aea63d479c58d00536a3150989c4c268678dd6e9119588fcee700f1a5e2c1babde446954f9c149bf41

diff --git a/media-gfx/Slic3r/Slic3r-1.1.7.ebuild 
b/media-gfx/Slic3r/Slic3r-1.1.7.ebuild
new file mode 100644
index 000..756eab0
--- /dev/null
+++ b/media-gfx/Slic3r/Slic3r-1.1.7.ebuild
@@ -0,0 +1,123 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils perl-module
+
+DESCRIPTION="A mesh slicer to generate gcode for 3D fused-filament-fabrication"
+HOMEPAGE="http://www.slic3r.org/";
+SRC_URI="https://github.com/alexrj/${PN}/archive/${PV}.tar.gz";
+LICENSE="GPL-2"
+SLOT="0"

[gentoo-commits] proj/crossdev:master commit in: wrappers/site/

2015-02-24 Thread Mike Frysinger
commit: 7c19e4790e88b173ccab63046be35df49ed7bf72
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb 24 19:15:33 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb 24 19:15:33 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=7c19e479

config.site: drop redundant values

The main linux file already sets these /dev tests.

Signed-off-by: Mike Frysinger  gentoo.org>

---
 wrappers/site/linux-gnueabi | 4 
 1 file changed, 4 deletions(-)

diff --git a/wrappers/site/linux-gnueabi b/wrappers/site/linux-gnueabi
index 855c623..e35289b 100644
--- a/wrappers/site/linux-gnueabi
+++ b/wrappers/site/linux-gnueabi
@@ -294,8 +294,4 @@ ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
 
 
 # enca
-ac_cv_file__dev_srandom=yes
-ac_cv_file__dev_urandom=yes
-ac_cv_file__dev_random=yes
-ac_cv_file__dev_arandom=no
 yeti_cv_func_scanf_modif_size_t=z



[gentoo-commits] proj/crossdev:master commit in: wrappers/site/

2015-02-24 Thread Mike Frysinger
commit: 5bade7fec84ca3b25b8f550809e80738f66a83e3
Author: Mike Frysinger  gentoo  org>
AuthorDate: Tue Feb 24 19:15:18 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Tue Feb 24 19:15:18 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=5bade7fe

config.site: set /dev/{ptmx,ptc} tests for Linux systems

Signed-off-by: Mike Frysinger  gentoo.org>

---
 wrappers/site/linux | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/wrappers/site/linux b/wrappers/site/linux
index 4ec3192..0420677 100644
--- a/wrappers/site/linux
+++ b/wrappers/site/linux
@@ -30,6 +30,8 @@ ac_cv_file__dev_zero=yes
 
 
 ac_cv_file__bin_bash=yes
+ac_cv_file__dev_ptmx=yes
+ac_cv_file__dev_ptc=no
 ac_cv_file__dev_srandom=yes
 ac_cv_file__dev_urandom=yes
 ac_cv_file__dev_random=yes



[gentoo-commits] gentoo-x86 commit in dev-python/oslo-config: oslo-config-1.7.0.ebuild ChangeLog

2015-02-24 Thread Matt Thode (prometheanfire)
prometheanfire15/02/24 19:00:42

  Modified: ChangeLog
  Added:oslo-config-1.7.0.ebuild
  Log:
  bumping for release
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.15 dev-python/oslo-config/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   16 Feb 2015 19:05:45 -  1.14
+++ ChangeLog   24 Feb 2015 19:00:42 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/oslo-config
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.14 
2015/02/16 19:05:45 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-config/ChangeLog,v 1.15 
2015/02/24 19:00:42 prometheanfire Exp $
+
+*oslo-config-1.7.0 (24 Feb 2015)
+
+  24 Feb 2015; Matthew Thode 
+  +oslo-config-1.7.0.ebuild:
+  bumping for release
 
 *oslo-config-1.6.1 (16 Feb 2015)
 



1.1  dev-python/oslo-config/oslo-config-1.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-config/oslo-config-1.7.0.ebuild?rev=1.1&content-type=text/plain

Index: oslo-config-1.7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-config/oslo-config-1.7.0.ebuild,v 1.1 
2015/02/24 19:00:42 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION="Oslo Configuration API"
HOMEPAGE="https://launchpad.net/oslo";
SRC_URI="mirror://pypi/${PN:0:1}/oslo.config/oslo.config-${PV}.tar.gz"
S="${WORKDIR}/oslo.config-${PV}"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux"
IUSE="test"

DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-1.3.0[${PYTHON_USEDEP}]
>=dev-python/mock-1.0[${PYTHON_USEDEP}]
)
"
RDEPEND="
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.1.0[${PYTHON_USEDEP}]
"

python_test() {
rm -rf .testrepository || die "couldn't remove '.testrepository' under 
${EPTYHON}"

testr init || die "testr init failed under ${EPYTHON}"
testr run || die "testr run failed under ${EPYTHON}"
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtserialport: qtserialport-5.4.1.ebuild ChangeLog qtserialport-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:45:55

  Modified: ChangeLog
  Added:qtserialport-5.4.1.ebuild
  Removed:  qtserialport-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.10 dev-qt/qtserialport/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtserialport/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtserialport/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtserialport/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtserialport/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Feb 2015 12:00:40 -   1.9
+++ ChangeLog   24 Feb 2015 18:45:55 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtserialport
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtserialport/ChangeLog,v 1.9 
2015/02/03 12:00:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtserialport/ChangeLog,v 1.10 
2015/02/24 18:45:55 pesa Exp $
+
+*qtserialport-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtserialport-5.4.1.ebuild,
+  -qtserialport-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtserialport-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtserialport/qtserialport-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtserialport/qtserialport-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtserialport/qtserialport-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtserialport-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtserialport/qtserialport-5.4.1.ebuild,v 1.1 
2015/02/24 18:45:55 pesa Exp $

EAPI=5

inherit qt5-build

DESCRIPTION="Serial port abstraction library for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
virtual/udev
"
RDEPEND="${DEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-python/oslo-middleware: oslo-middleware-0.5.0.ebuild ChangeLog

2015-02-24 Thread Matt Thode (prometheanfire)
prometheanfire15/02/24 18:55:35

  Modified: ChangeLog
  Added:oslo-middleware-0.5.0.ebuild
  Log:
  updating for release
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  dev-python/oslo-middleware/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-middleware/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-middleware/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-middleware/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-middleware/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   31 Jan 2015 18:18:41 -  1.1
+++ ChangeLog   24 Feb 2015 18:55:35 -  1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/oslo-middleware
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-middleware/ChangeLog,v 1.1 
2015/01/31 18:18:41 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-middleware/ChangeLog,v 1.2 
2015/02/24 18:55:35 prometheanfire Exp $
+
+*oslo-middleware-0.5.0 (24 Feb 2015)
+
+  24 Feb 2015; Matthew Thode 
+  +oslo-middleware-0.5.0.ebuild:
+  updating for release
 
 *oslo-middleware-0.4.0 (31 Jan 2015)
 



1.1  dev-python/oslo-middleware/oslo-middleware-0.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-middleware/oslo-middleware-0.5.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-middleware/oslo-middleware-0.5.0.ebuild?rev=1.1&content-type=text/plain

Index: oslo-middleware-0.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/oslo-middleware/oslo-middleware-0.5.0.ebuild,v
 1.1 2015/02/24 18:55:35 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Library includes components to be injected into wsgi pipelines to 
intercept request/response flows"
HOMEPAGE="https://pypi.python.org/pypi/oslo.middleware";
SRC_URI="mirror://pypi/${PN:0:1}/oslo.middleware/oslo.middleware-${PV}.tar.gz"
S="${WORKDIR}/oslo.middleware-${PV}"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/pbr-0.8[${PYTHON_USEDEP}]
=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
>=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
=dev-python/mock-1.0[${PYTHON_USEDEP}]
>=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
>=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
!~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
>=dev-python/coverage-3.6[${PYTHON_USEDEP}]
)"
RDEPEND="
>=dev-python/Babel-1.3[${PYTHON_USEDEP}]
>=dev-python/oslo-config-1.6.0[${PYTHON_USEDEP}]
>=dev-python/oslo-context-0.1.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-1.3.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/stevedore-1.1.0[${PYTHON_USEDEP}]
>=dev-python/webob-1.2.3[${PYTHON_USEDEP}]
"

# This time half the doc files are missing; Do you want them?

python_test() {
nosetests tests/ || die "test failed under ${EPYTHON}"
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtwayland: qtwayland-5.4.1.ebuild ChangeLog qtwayland-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:50:02

  Modified: ChangeLog
  Added:qtwayland-5.4.1.ebuild
  Removed:  qtwayland-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.6  dev-qt/qtwayland/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   3 Feb 2015 12:04:48 -   1.5
+++ ChangeLog   24 Feb 2015 18:50:02 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtwayland
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/ChangeLog,v 1.5 2015/02/03 
12:04:48 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/ChangeLog,v 1.6 2015/02/24 
18:50:02 pesa Exp $
+
+*qtwayland-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtwayland-5.4.1.ebuild,
+  -qtwayland-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtwayland-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtwayland/qtwayland-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtwayland-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwayland/qtwayland-5.4.1.ebuild,v 
1.1 2015/02/24 18:50:02 pesa Exp $

EAPI=5

inherit qt5-build

DESCRIPTION="Wayland platform plugin for Qt"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE="egl qml wayland-compositor xcomposite"

DEPEND="
>=dev-libs/wayland-1.3.0
>=dev-qt/qtcore-${PV}:5[debug=]
>=dev-qt/qtgui-${PV}:5[debug=,egl=,opengl]
media-libs/mesa[egl?]
>=x11-libs/libxkbcommon-0.2.0
qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
xcomposite? (
x11-libs/libX11
x11-libs/libXcomposite
)
"
RDEPEND="${DEPEND}"

src_configure() {
if use wayland-compositor; then
echo "CONFIG += wayland-compositor" >> 
"${QT5_BUILD_DIR}"/.qmake.cache
fi

qt_use_compile_test xcomposite

qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-5.4.1.ebuild ChangeLog qtopengl-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:49:41

  Modified: ChangeLog
  Added:qtopengl-5.4.1.ebuild
  Removed:  qtopengl-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.24 dev-qt/qtopengl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   3 Feb 2015 11:31:55 -   1.23
+++ ChangeLog   24 Feb 2015 18:49:41 -  1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtopengl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.23 2015/02/03 
11:31:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.24 2015/02/24 
18:49:41 pesa Exp $
+
+*qtopengl-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtopengl-5.4.1.ebuild,
+  -qtopengl-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtopengl-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtopengl/qtopengl-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtopengl-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-5.4.1.ebuild,v 1.1 
2015/02/24 18:49:41 pesa Exp $

EAPI=5

QT5_MODULE="qtbase"
VIRTUALX_REQUIRED="test"

inherit qt5-build

DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE="gles2"

DEPEND="
~dev-qt/qtcore-${PV}[debug=]
~dev-qt/qtgui-${PV}[debug=,gles2=,opengl]
~dev-qt/qtwidgets-${PV}[debug=,gles2=,opengl]
virtual/opengl
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/opengl
)

src_configure() {
local myconf=(
-opengl $(usex gles2 es2 desktop)
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/assistant: assistant-5.4.1.ebuild ChangeLog assistant-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:49:20

  Modified: ChangeLog
  Added:assistant-5.4.1.ebuild
  Removed:  assistant-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.22 dev-qt/assistant/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/assistant/ChangeLog?rev=1.22&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/assistant/ChangeLog?rev=1.22&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/assistant/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   3 Feb 2015 11:05:54 -   1.21
+++ ChangeLog   24 Feb 2015 18:49:20 -  1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/assistant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.21 
2015/02/03 11:05:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.22 
2015/02/24 18:49:20 pesa Exp $
+
+*assistant-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +assistant-5.4.1.ebuild,
+  -assistant-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  assistant-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/assistant/assistant-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/assistant/assistant-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/assistant/assistant-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: assistant-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/assistant-5.4.1.ebuild,v 
1.1 2015/02/24 18:49:19 pesa Exp $

EAPI=5

QT5_MODULE="qttools"

inherit qt5-build

DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE="webkit"

DEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
>=dev-qt/qtgui-${PV}:5[debug=]
>=dev-qt/qthelp-${PV}:5[debug=]
>=dev-qt/qtnetwork-${PV}:5[debug=]
>=dev-qt/qtprintsupport-${PV}:5[debug=]
>=dev-qt/qtsql-${PV}:5[debug=,sqlite]
>=dev-qt/qtwidgets-${PV}:5[debug=]
webkit? ( >=dev-qt/qtwebkit-${PV}:5[debug=] )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/assistant/assistant
)

src_prepare() {
qt_use_disable_mod webkit webkitwidgets \
src/assistant/assistant/assistant.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/linguist: linguist-5.4.1.ebuild ChangeLog linguist-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:49:57

  Modified: ChangeLog
  Added:linguist-5.4.1.ebuild
  Removed:  linguist-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.24 dev-qt/linguist/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   2 Feb 2015 18:57:49 -   1.23
+++ ChangeLog   24 Feb 2015 18:49:57 -  1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/linguist
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.23 2015/02/02 
18:57:49 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/ChangeLog,v 1.24 2015/02/24 
18:49:57 pesa Exp $
+
+*linguist-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +linguist-5.4.1.ebuild,
+  -linguist-5.4.0.ebuild:
+  Version bump.
 
   02 Feb 2015; Mikle Kolyada  linguist-5.4.0.ebuild:
   Add ~arm keyword



1.1  dev-qt/linguist/linguist-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/linguist-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist/linguist-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: linguist-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist/linguist-5.4.1.ebuild,v 1.1 
2015/02/24 18:49:57 pesa Exp $

EAPI=5

QT5_MODULE="qttools"

inherit qt5-build

DESCRIPTION="Graphical tool for translating Qt applications"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~arm ~x86"
fi

IUSE=""

DEPEND="
>=dev-qt/designer-${PV}:5[debug=]
>=dev-qt/qtcore-${PV}:5[debug=]
>=dev-qt/qtgui-${PV}:5[debug=]
>=dev-qt/qtprintsupport-${PV}:5[debug=]
>=dev-qt/qtwidgets-${PV}:5[debug=]
>=dev-qt/qtxml-${PV}:5[debug=]
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/linguist/linguist
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qdbus: qdbus-5.4.1.ebuild ChangeLog qdbus-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:49:25

  Modified: ChangeLog
  Added:qdbus-5.4.1.ebuild
  Removed:  qdbus-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.10 dev-qt/qdbus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbus/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbus/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbus/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qdbus/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Feb 2015 11:36:43 -   1.9
+++ ChangeLog   24 Feb 2015 18:49:25 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qdbus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbus/ChangeLog,v 1.9 2015/02/03 
11:36:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbus/ChangeLog,v 1.10 2015/02/24 
18:49:25 pesa Exp $
+
+*qdbus-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qdbus-5.4.1.ebuild,
+  -qdbus-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qdbus-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qdbus/qdbus-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbus/qdbus-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qdbus/qdbus-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qdbus-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qdbus/qdbus-5.4.1.ebuild,v 1.1 
2015/02/24 18:49:25 pesa Exp $

EAPI=5

QT5_MODULE="qttools"

inherit qt5-build

DESCRIPTION="Interface to Qt applications communicating over D-Bus"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
>=dev-qt/qtdbus-${PV}:5[debug=]
>=dev-qt/qtxml-${PV}:5[debug=]
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/qdbus/qdbus
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtx11extras: qtx11extras-5.4.1.ebuild ChangeLog qtx11extras-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:49:30

  Modified: ChangeLog
  Added:qtx11extras-5.4.1.ebuild
  Removed:  qtx11extras-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.10 dev-qt/qtx11extras/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtx11extras/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtx11extras/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtx11extras/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtx11extras/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Feb 2015 12:06:19 -   1.9
+++ ChangeLog   24 Feb 2015 18:49:30 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtx11extras
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtx11extras/ChangeLog,v 1.9 
2015/02/03 12:06:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtx11extras/ChangeLog,v 1.10 
2015/02/24 18:49:30 pesa Exp $
+
+*qtx11extras-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtx11extras-5.4.1.ebuild,
+  -qtx11extras-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtx11extras-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtx11extras/qtx11extras-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtx11extras/qtx11extras-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtx11extras/qtx11extras-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtx11extras-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtx11extras/qtx11extras-5.4.1.ebuild,v 1.1 
2015/02/24 18:49:30 pesa Exp $

EAPI=5

inherit qt5-build

DESCRIPTION="Linux/X11-specific support library for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE=""

RDEPEND="
~dev-qt/qtcore-${PV}[debug=]
~dev-qt/qtgui-${PV}[debug=,xcb]
~dev-qt/qtwidgets-${PV}[debug=]
"
DEPEND="${RDEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-qt/qtprintsupport: qtprintsupport-5.4.1.ebuild ChangeLog qtprintsupport-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:50:07

  Modified: ChangeLog
  Added:qtprintsupport-5.4.1.ebuild
  Removed:  qtprintsupport-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.12 dev-qt/qtprintsupport/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtprintsupport/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtprintsupport/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtprintsupport/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtprintsupport/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   3 Feb 2015 11:05:29 -   1.11
+++ ChangeLog   24 Feb 2015 18:50:07 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtprintsupport
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtprintsupport/ChangeLog,v 1.11 
2015/02/03 11:05:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtprintsupport/ChangeLog,v 1.12 
2015/02/24 18:50:07 pesa Exp $
+
+*qtprintsupport-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtprintsupport-5.4.1.ebuild,
+  -qtprintsupport-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtprintsupport-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtprintsupport/qtprintsupport-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtprintsupport/qtprintsupport-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtprintsupport/qtprintsupport-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtprintsupport-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtprintsupport/qtprintsupport-5.4.1.ebuild,v 1.1 
2015/02/24 18:50:07 pesa Exp $

EAPI=5

QT5_MODULE="qtbase"
VIRTUALX_REQUIRED="test"

inherit qt5-build

DESCRIPTION="Printing support library for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

# keep IUSE defaults in sync with qtgui
IUSE="cups +opengl"

RDEPEND="
~dev-qt/qtcore-${PV}[debug=]
~dev-qt/qtgui-${PV}[debug=,opengl=]
~dev-qt/qtwidgets-${PV}[debug=,opengl=]
cups? ( >=net-print/cups-1.4 )
"
DEPEND="${RDEPEND}
test? ( ~dev-qt/qtnetwork-${PV}[debug=] )
"

QT5_TARGET_SUBDIRS=(
src/printsupport
src/plugins/printsupport
)

QT5_GENTOO_CONFIG=(
cups
)

src_configure() {
local myconf=(
$(qt_use cups)
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtsensors: qtsensors-5.4.1.ebuild ChangeLog qtsensors-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:49:46

  Modified: ChangeLog
  Added:qtsensors-5.4.1.ebuild
  Removed:  qtsensors-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.8  dev-qt/qtsensors/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsensors/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsensors/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsensors/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsensors/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   3 Feb 2015 11:59:59 -   1.7
+++ ChangeLog   24 Feb 2015 18:49:46 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtsensors
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsensors/ChangeLog,v 1.7 2015/02/03 
11:59:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsensors/ChangeLog,v 1.8 2015/02/24 
18:49:46 pesa Exp $
+
+*qtsensors-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtsensors-5.4.1.ebuild,
+  -qtsensors-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtsensors-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtsensors/qtsensors-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsensors/qtsensors-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsensors/qtsensors-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtsensors-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsensors/qtsensors-5.4.1.ebuild,v 
1.1 2015/02/24 18:49:46 pesa Exp $

EAPI=5

inherit qt5-build

DESCRIPTION="Hardware sensor access library for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE="qml"

RDEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
"
DEPEND="${RDEPEND}"

src_prepare() {
qt_use_disable_mod qml quick \
src/src.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtgui: qtgui-5.4.1.ebuild ChangeLog qtgui-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:48:52

  Modified: ChangeLog
  Added:qtgui-5.4.1.ebuild
  Removed:  qtgui-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.56 dev-qt/qtgui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.56&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?rev=1.56&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   3 Feb 2015 10:59:10 -   1.55
+++ ChangeLog   24 Feb 2015 18:48:52 -  1.56
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtgui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.55 2015/02/03 
10:59:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/ChangeLog,v 1.56 2015/02/24 
18:48:52 pesa Exp $
+
+*qtgui-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtgui-5.4.1.ebuild,
+  -qtgui-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtgui-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtgui/qtgui-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtgui-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtgui/qtgui-5.4.1.ebuild,v 1.1 
2015/02/24 18:48:52 pesa Exp $

EAPI=5

QT5_MODULE="qtbase"

inherit qt5-build

DESCRIPTION="The GUI module and platform plugins for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

# TODO: directfb, linuxfb, offscreen (auto-depends on X11)

IUSE="accessibility egl eglfs evdev +gif gles2 +harfbuzz ibus jpeg kms +opengl 
+png udev +xcb"
REQUIRED_USE="
egl? ( evdev opengl )
eglfs? ( egl )
gles2? ( opengl )
kms? ( egl gles2 )
"

RDEPEND="
dev-libs/glib:2
~dev-qt/qtcore-${PV}[debug=]
media-libs/fontconfig
media-libs/freetype:2
sys-libs/zlib
egl? ( media-libs/mesa[egl] )
evdev? ( sys-libs/mtdev )
gles2? ( media-libs/mesa[gles2] )
harfbuzz? ( >=media-libs/harfbuzz-0.9.32:= )
ibus? ( ~dev-qt/qtdbus-${PV}[debug=] )
jpeg? ( virtual/jpeg:0 )
kms? (
media-libs/mesa[gbm]
virtual/libudev:=
x11-libs/libdrm
)
opengl? ( virtual/opengl )
png? ( media-libs/libpng:0= )
udev? ( virtual/libudev:= )
xcb? (
x11-libs/libICE
x11-libs/libSM
>=x11-libs/libX11-1.5
>=x11-libs/libXi-1.6
x11-libs/libXrender
>=x11-libs/libxcb-1.10:=[xkb]
>=x11-libs/libxkbcommon-0.4.1[X]
x11-libs/xcb-util-image
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
accessibility? ( ~dev-qt/qtdbus-${PV}[debug=] )
)
"
DEPEND="${RDEPEND}
evdev? ( sys-kernel/linux-headers )
test? ( ~dev-qt/qtnetwork-${PV}[debug=] )
"
PDEPEND="
ibus? ( app-i18n/ibus )
"

PATCHES=(
"${FILESDIR}/${P}-bigendian.patch" # bug 538570
)

QT5_TARGET_SUBDIRS=(
src/gui
src/platformheaders
src/platformsupport
src/plugins/generic
src/plugins/imageformats
src/plugins/platforms
)

QT5_GENTOO_CONFIG=(
accessibility:accessibility-atspi-bridge
egl
eglfs
evdev
evdev:mtdev:
:fontconfig
:system-freetype:FREETYPE
!:no-freetype:
!gif:no-gif:
gles2::OPENGL_ES
gles2:opengles2:OPENGL_ES_2
!:no-gui:
harfbuzz:system-harfbuzz:HARFBUZZ
!harfbuzz:no-harfbuzz:
jpeg:system-jpeg:IMAGEFORMAT_JPEG
!jpeg:no-jpeg:
kms:kms:
opengl
png:png:
png:system-png:IMAGEFORMAT_PNG
!png:no-png:
udev:libudev:
xcb:xcb:
xcb:xcb-glx:
xcb:xcb-plugin:
xcb:xcb-render:
xcb:xcb-sm:
xcb:xcb-xlib:
xcb:xinput2:
xcb::XKB
)

pkg_setup() {
use opengl && QT5_TARGET_SUBDIRS+=(src/openglexten

[gentoo-commits] gentoo-x86 commit in dev-qt/qtwidgets: qtwidgets-5.4.1.ebuild ChangeLog qtwidgets-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:48:19

  Modified: ChangeLog
  Added:qtwidgets-5.4.1.ebuild
  Removed:  qtwidgets-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.12 dev-qt/qtwidgets/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   18 Feb 2015 18:21:53 -  1.11
+++ ChangeLog   24 Feb 2015 18:48:19 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtwidgets
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v 1.11 
2015/02/18 18:21:53 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v 1.12 
2015/02/24 18:48:19 pesa Exp $
+
+*qtwidgets-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtwidgets-5.4.1.ebuild,
+  -qtwidgets-5.4.0.ebuild:
+  Version bump.
 
   18 Feb 2015; Davide Pesavento 
   -files/qtwidgets-5.3.1-prefer-qpa.patch:



1.1  dev-qt/qtwidgets/qtwidgets-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtwidgets-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.1.ebuild,v 
1.1 2015/02/24 18:48:19 pesa Exp $

EAPI=5

QT5_MODULE="qtbase"

inherit qt5-build

DESCRIPTION="Set of UI elements for creating classic desktop-style user 
interfaces for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

# keep IUSE defaults in sync with qtgui
IUSE="gles2 +opengl +png +xcb"
REQUIRED_USE="
gles2? ( opengl )
"

DEPEND="
~dev-qt/qtcore-${PV}[debug=]
~dev-qt/qtgui-${PV}[debug=,gles2=,opengl=,png=,xcb?]
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/tools/uic
src/widgets
)

QT5_GENTOO_CONFIG=(
!:no-widgets:
)

src_configure() {
local gl="-no-opengl"
if use gles2; then
gl="-opengl es2"
elif use opengl; then
gl="-opengl desktop"
fi

local myconf=(
# copied from qtgui
${gl}
$(qt_use png libpng system)
$(qt_use xcb xcb system)
$(qt_use xcb xkbcommon system)
$(use xcb && echo -xcb-xlib -xinput2 -xkb -xrender)
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtpositioning: qtpositioning-5.4.1.ebuild ChangeLog qtpositioning-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:47:47

  Modified: ChangeLog
  Added:qtpositioning-5.4.1.ebuild
  Removed:  qtpositioning-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.7  dev-qt/qtpositioning/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtpositioning/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   3 Feb 2015 11:51:19 -   1.6
+++ ChangeLog   24 Feb 2015 18:47:47 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtpositioning
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpositioning/ChangeLog,v 1.6 
2015/02/03 11:51:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpositioning/ChangeLog,v 1.7 
2015/02/24 18:47:47 pesa Exp $
+
+*qtpositioning-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtpositioning-5.4.1.ebuild,
+  -qtpositioning-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtpositioning-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtpositioning/qtpositioning-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/qtpositioning-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/qtpositioning-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtpositioning-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtpositioning/qtpositioning-5.4.1.ebuild,v 1.1 
2015/02/24 18:47:47 pesa Exp $

EAPI=5

QT5_MODULE="qtlocation"

inherit qt5-build

DESCRIPTION="Physical position determination library for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

# TODO: src/plugins/position/gypsy
IUSE="geoclue qml"

RDEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
geoclue? (
app-misc/geoclue:0
dev-libs/glib:2
)
qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
"
DEPEND="${RDEPEND}"

QT5_TARGET_SUBDIRS=(
src/positioning
src/plugins/position/positionpoll
)

pkg_setup() {
use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue)
use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning)
}






[gentoo-commits] gentoo-x86 commit in dev-qt/linguist-tools: linguist-tools-5.4.1.ebuild ChangeLog linguist-tools-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:48:24

  Modified: ChangeLog
  Added:linguist-tools-5.4.1.ebuild
  Removed:  linguist-tools-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.10 dev-qt/linguist-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist-tools/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist-tools/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist-tools/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/linguist-tools/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Feb 2015 12:03:49 -   1.9
+++ ChangeLog   24 Feb 2015 18:48:24 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/linguist-tools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist-tools/ChangeLog,v 1.9 
2015/02/03 12:03:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/linguist-tools/ChangeLog,v 1.10 
2015/02/24 18:48:24 pesa Exp $
+
+*linguist-tools-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +linguist-tools-5.4.1.ebuild,
+  -linguist-tools-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  linguist-tools-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/linguist-tools/linguist-tools-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist-tools/linguist-tools-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/linguist-tools/linguist-tools-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: linguist-tools-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/linguist-tools/linguist-tools-5.4.1.ebuild,v 1.1 
2015/02/24 18:48:24 pesa Exp $

EAPI=5

QT5_MODULE="qttools"

inherit qt5-build

DESCRIPTION="Tools for working with Qt translation data files"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE="qml"

DEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
>=dev-qt/qtxml-${PV}:5[debug=]
qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/linguist
)

src_prepare() {
sed -i -e '/SUBDIRS += linguist/d' \
src/linguist/linguist.pro || die

qt_use_disable_mod qml qmldevtools-private \
src/linguist/lupdate/lupdate.pro

qt5-build_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdiag: qtdiag-5.4.1.ebuild ChangeLog qtdiag-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:49:08

  Modified: ChangeLog
  Added:qtdiag-5.4.1.ebuild
  Removed:  qtdiag-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.8  dev-qt/qtdiag/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdiag/ChangeLog?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdiag/ChangeLog?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdiag/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdiag/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   3 Feb 2015 11:39:50 -   1.7
+++ ChangeLog   24 Feb 2015 18:49:08 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtdiag
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdiag/ChangeLog,v 1.7 2015/02/03 
11:39:50 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdiag/ChangeLog,v 1.8 2015/02/24 
18:49:08 pesa Exp $
+
+*qtdiag-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtdiag-5.4.1.ebuild,
+  -qtdiag-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtdiag-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtdiag/qtdiag-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdiag/qtdiag-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdiag/qtdiag-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtdiag-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdiag/qtdiag-5.4.1.ebuild,v 1.1 
2015/02/24 18:49:08 pesa Exp $

EAPI=5

QT5_MODULE="qttools"

inherit qt5-build

DESCRIPTION="Tool for reporting diagnostic information about Qt and its 
environment"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE="+opengl +ssl"

DEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
>=dev-qt/qtgui-${PV}:5[debug=,opengl=]
>=dev-qt/qtnetwork-${PV}:5[debug=,ssl=]
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/qtdiag
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdbus: qtdbus-5.4.1.ebuild ChangeLog qtdbus-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:49:03

  Modified: ChangeLog
  Added:qtdbus-5.4.1.ebuild
  Removed:  qtdbus-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.23 dev-qt/qtdbus/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdbus/ChangeLog?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdbus/ChangeLog?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdbus/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   3 Feb 2015 10:54:37 -   1.22
+++ ChangeLog   24 Feb 2015 18:49:03 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtdbus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/ChangeLog,v 1.22 2015/02/03 
10:54:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/ChangeLog,v 1.23 2015/02/24 
18:49:03 pesa Exp $
+
+*qtdbus-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtdbus-5.4.1.ebuild,
+  -qtdbus-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtdbus-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtdbus/qtdbus-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdbus/qtdbus-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtdbus/qtdbus-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtdbus-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/qtdbus-5.4.1.ebuild,v 1.1 
2015/02/24 18:49:03 pesa Exp $

EAPI=5

QT5_MODULE="qtbase"

inherit qt5-build

DESCRIPTION="The D-Bus module for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE=""

DEPEND="
~dev-qt/qtcore-${PV}[debug=]
>=sys-apps/dbus-1.4.20
sys-libs/zlib
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/dbus
src/tools/qdbusxml2cpp
src/tools/qdbuscpp2xml
)

QT5_GENTOO_CONFIG=(
:dbus
:dbus-linked:
)

src_configure() {
local myconf=(
-dbus-linked
)
qt5-build_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtsvg: qtsvg-5.4.1.ebuild ChangeLog qtsvg-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:47:31

  Modified: ChangeLog
  Added:qtsvg-5.4.1.ebuild
  Removed:  qtsvg-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.24 dev-qt/qtsvg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsvg/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsvg/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsvg/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   3 Feb 2015 12:02:01 -   1.23
+++ ChangeLog   24 Feb 2015 18:47:31 -  1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtsvg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/ChangeLog,v 1.23 2015/02/03 
12:02:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/ChangeLog,v 1.24 2015/02/24 
18:47:31 pesa Exp $
+
+*qtsvg-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtsvg-5.4.1.ebuild,
+  -qtsvg-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtsvg-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtsvg/qtsvg-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsvg/qtsvg-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtsvg/qtsvg-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtsvg-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtsvg/qtsvg-5.4.1.ebuild,v 1.1 
2015/02/24 18:47:31 pesa Exp $

EAPI=5

inherit qt5-build

DESCRIPTION="SVG rendering library for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE=""

RDEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
>=dev-qt/qtgui-${PV}:5[debug=]
>=dev-qt/qtwidgets-${PV}:5[debug=]
sys-libs/zlib
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtxml-${PV}:5[debug=] )
"






[gentoo-commits] gentoo-x86 commit in dev-qt/qtconcurrent: qtconcurrent-5.4.1.ebuild ChangeLog qtconcurrent-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:48:29

  Modified: ChangeLog
  Added:qtconcurrent-5.4.1.ebuild
  Removed:  qtconcurrent-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.10 dev-qt/qtconcurrent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtconcurrent/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtconcurrent/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtconcurrent/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtconcurrent/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 Feb 2015 11:32:36 -   1.9
+++ ChangeLog   24 Feb 2015 18:48:29 -  1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtconcurrent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtconcurrent/ChangeLog,v 1.9 
2015/02/03 11:32:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtconcurrent/ChangeLog,v 1.10 
2015/02/24 18:48:29 pesa Exp $
+
+*qtconcurrent-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtconcurrent-5.4.1.ebuild,
+  -qtconcurrent-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtconcurrent-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtconcurrent/qtconcurrent-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtconcurrent/qtconcurrent-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtconcurrent/qtconcurrent-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtconcurrent-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtconcurrent/qtconcurrent-5.4.1.ebuild,v 1.1 
2015/02/24 18:48:29 pesa Exp $

EAPI=5

QT5_MODULE="qtbase"

inherit qt5-build

DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE=""

DEPEND="
~dev-qt/qtcore-${PV}[debug=]
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/concurrent
)






[gentoo-commits] gentoo-x86 commit in dev-qt/qtxmlpatterns: qtxmlpatterns-5.4.1.ebuild ChangeLog qtxmlpatterns-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:48:14

  Modified: ChangeLog
  Added:qtxmlpatterns-5.4.1.ebuild
  Removed:  qtxmlpatterns-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.24 dev-qt/qtxmlpatterns/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog?rev=1.24&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog?rev=1.24&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   3 Feb 2015 11:38:35 -   1.23
+++ ChangeLog   24 Feb 2015 18:48:14 -  1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/qtxmlpatterns
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog,v 1.23 
2015/02/03 11:38:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog,v 1.24 
2015/02/24 18:48:14 pesa Exp $
+
+*qtxmlpatterns-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +qtxmlpatterns-5.4.1.ebuild,
+  -qtxmlpatterns-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  qtxmlpatterns-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/qtxmlpatterns/qtxmlpatterns-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtxmlpatterns/qtxmlpatterns-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtxmlpatterns/qtxmlpatterns-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: qtxmlpatterns-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/qtxmlpatterns-5.4.1.ebuild,v 1.1 
2015/02/24 18:48:14 pesa Exp $

EAPI=5

inherit qt5-build

DESCRIPTION="XPath, XQuery, and XSLT support library for the Qt5 framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE=""

DEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
>=dev-qt/qtnetwork-${PV}:5[debug=]
"
RDEPEND="${DEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-qt/designer: designer-5.4.1.ebuild ChangeLog designer-5.4.0.ebuild

2015-02-24 Thread Davide Pesavento (pesa)
pesa15/02/24 18:48:04

  Modified: ChangeLog
  Added:designer-5.4.1.ebuild
  Removed:  designer-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.26 dev-qt/designer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/designer/ChangeLog?rev=1.26&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/designer/ChangeLog?rev=1.26&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/designer/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/designer/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   3 Feb 2015 11:55:38 -   1.25
+++ ChangeLog   24 Feb 2015 18:48:03 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-qt/designer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/ChangeLog,v 1.25 2015/02/03 
11:55:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/ChangeLog,v 1.26 2015/02/24 
18:48:03 pesa Exp $
+
+*designer-5.4.1 (24 Feb 2015)
+
+  24 Feb 2015; Davide Pesavento  +designer-5.4.1.ebuild,
+  -designer-5.4.0.ebuild:
+  Version bump.
 
   03 Feb 2015; Jeroen Roovers  designer-5.4.0.ebuild:
   Marked ~hppa too.



1.1  dev-qt/designer/designer-5.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/designer/designer-5.4.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/designer/designer-5.4.1.ebuild?rev=1.1&content-type=text/plain

Index: designer-5.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/designer-5.4.1.ebuild,v 1.1 
2015/02/24 18:48:03 pesa Exp $

EAPI=5

QT5_MODULE="qttools"

inherit qt5-build

DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS="~hppa"
else
KEYWORDS="~amd64 ~arm ~hppa ~x86"
fi

IUSE="declarative webkit"

DEPEND="
>=dev-qt/qtcore-${PV}:5[debug=]
>=dev-qt/qtgui-${PV}:5[debug=]
>=dev-qt/qtnetwork-${PV}:5[debug=]
>=dev-qt/qtprintsupport-${PV}:5[debug=]
>=dev-qt/qtwidgets-${PV}:5[debug=]
>=dev-qt/qtxml-${PV}:5[debug=]
declarative? ( >=dev-qt/qtdeclarative-${PV}:5[debug=,widgets] )
webkit? ( >=dev-qt/qtwebkit-${PV}:5[debug=] )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
src/designer
)

src_prepare() {
qt_use_disable_mod declarative quickwidgets \
src/designer/src/plugins/plugins.pro

qt_use_disable_mod webkit webkitwidgets \
src/designer/src/plugins/plugins.pro

qt5-build_src_prepare
}






  1   2   3   4   5   >