[gentoo-commits] gentoo-x86 commit in dev-python/python-sqlparse: ChangeLog

2014-10-26 Thread Ian Delaney (idella4)
idella4 14/10/26 07:11:28

  Modified: ChangeLog
  Log:
  minor correction in past Changelog entry
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.36 dev-python/python-sqlparse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.36view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.36content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?r1=1.35r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   24 Oct 2014 14:38:49 -  1.35
+++ ChangeLog   26 Oct 2014 07:11:28 -  1.36
@@ -1,6 +1,6 @@
 # ChangeLog for dev-python/python-sqlparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.35 
2014/10/24 14:38:49 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.36 
2014/10/26 07:11:28 idella4 Exp $
 
   24 Oct 2014; Anthony G. Basile bluen...@gentoo.org
   python-sqlparse-0.1.12.ebuild:
@@ -12,8 +12,8 @@
 *python-sqlparse-0.1.12 (16 Oct 2014)
 
   16 Oct 2014; Ian Delaney idel...@gentoo.org +python-sqlparse-0.1.12.ebuild:
-  bump; keywords alpha ia64 ppc ppc64 sparc to support added dep of pytest-cov
-  for testsuite, add IUSE examples, doc, doc build, adjust install phase
+  bump; keywords alpha ia64 hppa ppc ppc64 sparc dropped to support added dep 
of
+  pytest-cov for testsuite, add IUSE examples, doc, doc build, adjust install 
phase
   accordingly
 
   27 Aug 2014; Maxim Koltsov maksbo...@gentoo.org






[gentoo-commits] gentoo-x86 commit in dev-python/python-sqlparse: python-sqlparse-0.1.13.ebuild ChangeLog

2014-10-26 Thread Ian Delaney (idella4)
idella4 14/10/26 07:29:34

  Modified: ChangeLog
  Added:python-sqlparse-0.1.13.ebuild
  Log:
  bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.37 dev-python/python-sqlparse/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-sqlparse/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   26 Oct 2014 07:11:28 -  1.36
+++ ChangeLog   26 Oct 2014 07:29:34 -  1.37
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-sqlparse
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.36 
2014/10/26 07:11:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/ChangeLog,v 1.37 
2014/10/26 07:29:34 idella4 Exp $
+
+*python-sqlparse-0.1.13 (26 Oct 2014)
+
+  26 Oct 2014; Ian Delaney idel...@gentoo.org +python-sqlparse-0.1.13.ebuild:
+  bump
 
   24 Oct 2014; Anthony G. Basile bluen...@gentoo.org
   python-sqlparse-0.1.12.ebuild:



1.1  dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild

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

Index: python-sqlparse-0.1.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild,v
 1.1 2014/10/26 07:29:34 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=A non-validating SQL parser module for Python
HOMEPAGE=http://code.google.com/p/python-sqlparse/ 
https://github.com/andialbrecht/sqlparse;
SRC_URI=https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz - 
${P}.tar.gz

SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux
LICENSE=BSD-2
IUSE=doc examples test

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}] )
# Required for running tests
DISTUTILS_IN_SOURCE_BUILD=1

S=${WORKDIR}/${P#python-}

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

python_test() {
if python_is_python3; then
2to3 -w --no-diffs -n tests/ sqlparse/
py.test ./tests || die testsuite failed ${EPYTHON}
else
py.test tests || die testsuite failed under ${EPYTHON}
fi
}

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 net-libs/libssh2: libssh2-1.4.3-r1.ebuild ChangeLog

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 07:40:26

  Modified: libssh2-1.4.3-r1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #526056).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  net-libs/libssh2/libssh2-1.4.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild?r1=1.3r2=1.4

Index: libssh2-1.4.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libssh2-1.4.3-r1.ebuild 12 Oct 2014 10:14:34 -  1.3
+++ libssh2-1.4.3-r1.ebuild 26 Oct 2014 07:40:26 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild,v 
1.3 2014/10/12 10:14:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/libssh2-1.4.3-r1.ebuild,v 
1.4 2014/10/26 07:40:26 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris
 IUSE=gcrypt static-libs test zlib
 
 DEPEND=!gcrypt? ( =dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )



1.89 net-libs/libssh2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.89view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?rev=1.89content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libssh2/ChangeLog?r1=1.88r2=1.89

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   12 Oct 2014 10:14:34 -  1.88
+++ ChangeLog   26 Oct 2014 07:40:26 -  1.89
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libssh2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.88 
2014/10/12 10:14:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh2/ChangeLog,v 1.89 
2014/10/26 07:40:26 jer Exp $
+
+  26 Oct 2014; Jeroen Roovers j...@gentoo.org libssh2-1.4.3-r1.ebuild:
+  Stable for HPPA (bug #526056).
 
   12 Oct 2014; Jeroen Roovers j...@gentoo.org libssh2-1.4.3-r1.ebuild:
   Do not run mansyntax.sh test (bug #449328).






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

2014-10-26 Thread Hans de Graaff (graaff)
graaff  14/10/26 07:55:30

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

Revision  ChangesPath
1.68 dev-ruby/bundler/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   27 Sep 2014 08:32:37 -  1.67
+++ ChangeLog   26 Oct 2014 07:55:30 -  1.68
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/bundler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.67 
2014/09/27 08:32:37 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.68 
2014/10/26 07:55:30 graaff Exp $
+
+*bundler-1.7.4 (26 Oct 2014)
+
+  26 Oct 2014; Hans de Graaff gra...@gentoo.org +bundler-1.7.4.ebuild:
+  Version bump.
 
 *bundler-1.7.3 (27 Sep 2014)
 



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

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

Index: bundler-1.7.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.4.ebuild,v 1.1 
2014/10/26 07:55:30 graaff Exp $

EAPI=5

# jruby → Many tests fail and test suite hangs.
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=

ruby_add_rdepend virtual/rubygems

ruby_add_bdepend test? ( app-text/ronn )

RDEPEND+= dev-vcs/git
DEPEND+= test? ( 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 sys-libs/glibc: glibc-2.19-r1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/26 08:05:50

  Modified: glibc-2.19-r1.ebuild ChangeLog
  Log:
  Mark s390 stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.11 sys-libs/glibc/glibc-2.19-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild?r1=1.10r2=1.11

Index: glibc-2.19-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- glibc-2.19-r1.ebuild10 Sep 2014 05:43:00 -  1.10
+++ glibc-2.19-r1.ebuild26 Oct 2014 08:05:50 -  1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild,v 1.10 
2014/09/10 05:43:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.19-r1.ebuild,v 1.11 
2014/10/26 08:05:50 vapier Exp $
 
 inherit eutils versionator toolchain-funcs flag-o-matic gnuconfig multilib 
systemd unpacker multiprocessing
 
@@ -8,7 +8,7 @@
 HOMEPAGE=http://www.gnu.org/software/libc/libc.html;
 
 LICENSE=LGPL-2.1+ BSD HPND ISC inner-net rc PCRE
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~s390 sh sparc 
x86
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86
 RESTRICT=strip # strip ourself #46186
 EMULTILIB_PKG=true
 



1.1028   sys-libs/glibc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1028view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.1028content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.1027r2=1.1028

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.1027
retrieving revision 1.1028
diff -u -r1.1027 -r1.1028
--- ChangeLog   18 Oct 2014 23:09:51 -  1.1027
+++ ChangeLog   26 Oct 2014 08:05:50 -  1.1028
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/glibc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1027 
2014/10/18 23:09:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.1028 
2014/10/26 08:05:50 vapier Exp $
+
+  26 Oct 2014; Mike Frysinger vap...@gentoo.org glibc-2.19-r1.ebuild:
+  Mark s390 stable.
 
   18 Oct 2014; Mike Frysinger vap...@gentoo.org files/eblits/common.eblit:
   Tweak nonfatal wrapping #523332#9 by Alexander Tsoy.






[gentoo-commits] gentoo-x86 commit in app-text/po4a: po4a-0.45-r1.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/26 08:08:03

  Modified: po4a-0.45-r1.ebuild ChangeLog
  Log:
  Mark m68k/s390/sh stable.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  app-text/po4a/po4a-0.45-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.45-r1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.45-r1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/po4a-0.45-r1.ebuild?r1=1.1r2=1.2

Index: po4a-0.45-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.45-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- po4a-0.45-r1.ebuild 15 Oct 2014 17:54:01 -  1.1
+++ po4a-0.45-r1.ebuild 26 Oct 2014 08:08:03 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.45-r1.ebuild,v 1.1 
2014/10/15 17:54:01 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/po4a-0.45-r1.ebuild,v 1.2 
2014/10/26 08:08:03 vapier Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris ~x86-solaris
 IUSE=test
 
 RDEPEND=dev-perl/SGMLSpm



1.84 app-text/po4a/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?rev=1.84view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?rev=1.84content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/po4a/ChangeLog?r1=1.83r2=1.84

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   19 Oct 2014 20:10:17 -  1.83
+++ ChangeLog   26 Oct 2014 08:08:03 -  1.84
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/po4a
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.83 2014/10/19 
20:10:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/po4a/ChangeLog,v 1.84 2014/10/26 
08:08:03 vapier Exp $
+
+  26 Oct 2014; Mike Frysinger vap...@gentoo.org po4a-0.45-r1.ebuild:
+  Mark m68k/s390/sh stable.
 
   19 Oct 2014; Andreas K. Huettel dilfri...@gentoo.org -po4a-0.42.ebuild:
   Remove old






[gentoo-commits] gentoo-x86 commit in net-analyzer/iftop/files: iftop-1.0_pre4-single-quote.patch

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 08:26:08

  Added:iftop-1.0_pre4-single-quote.patch
  Log:
  Replace single quotes in macro calls.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch?rev=1.1content-type=text/plain

Index: iftop-1.0_pre4-single-quote.patch
===
--- a/configure.ac
+++ b/configure.ac
@@ -51,10 +51,10 @@
  forkinguse the REALLY SUCKY forking resolver.
  guess  run experiments to guess a
 reasonable value.  Only works if you
-aren't cross-compiling.  This
+are not cross-compiling.  This
 is the default.  guess will
 either select netdb or netdb_1thread.
- none   don't do name resolution.],
+ none   do not do name resolution.],
 [resolver=$withval],
 [resolver=guess])
 
@@ -132,7 +132,7 @@
 dnl
 dnl This is complicated because we need some sort of reentrant mechanism for
 dnl name resolution. Naturally, UNIX vendors have come up with a variety of
-dnl incompatible schemes for this, many of which don't work at all.
+dnl incompatible schemes for this, many of which do not work at all.
 dnl
 
 dnl First, the default resolver, which uses getnameinfo or gethostbyaddr_r. If
@@ -148,7 +148,7 @@
 use_getnameinfo=0
 AC_SEARCH_LIBS(getnameinfo, [nsl], [use_getnameinfo=1])
 
-dnl XXX For the moment, don't use getnameinfo, since it isn't actually
+dnl XXX For the moment, do not use getnameinfo, since it is not actually
 dnl thread safe on, e.g., NetBSD.
 use_getnameinfo=0
 
@@ -165,7 +165,7 @@
 dnl Can use gethostbyaddr_r?
 AC_SEARCH_LIBS(gethostbyaddr_r, [nsl], , [resolver=guess])
 if test x$resolver = xguess  test x$specified_resolver != xguess ; then
-   dnl They wanted gethostbyaddr_r, but they can't have it, so stop.
+   dnl They wanted gethostbyaddr_r, but they cannot have it, so stop.
AC_MSG_ERROR([no library defines gethostbyaddr_r])
 fi
 fi
@@ -189,15 +189,15 @@
AC_DEFINE(GETHOSTBYADDR_R_RETURNS_INT, 1,
 [8-argument gethostbyaddr_r returns int])], [
 dnl Neither.
-AC_MSG_RESULT([don't know how])
+AC_MSG_RESULT([do not know how])
 resolver=guess])])
 if test x$resolver = xguess  test x$specified_resolver != xguess ; then
-   dnl They wanted gethostbyaddr_r, but they can't have it, so stop.
+   dnl They wanted gethostbyaddr_r, but they cannot have it, so stop.
AC_MSG_ERROR([gethostbyaddr_r has no known calling convention])
 fi
 fi
 
-dnl If we still want to do gethostbyaddr_r, and we aren't
+dnl If we still want to do gethostbyaddr_r, and we are not
 dnl cross-compiling, test it.
 if test x$resolver = xnetdb ; then
 if test x$ghba_args = x8 ; then
@@ -210,13 +210,13 @@
   [AC_MSG_RESULT([yes])],
  [AC_MSG_RESULT([no])
   resolver=guess],
- [AC_MSG_RESULT([can't test because we are cross-compiling])])
+ [AC_MSG_RESULT([cannot test because we are cross-compiling])])
 if test x$resolver = xguess ; then
 if test x$specified_resolver = xguess ; then
-   AC_MSG_RESULT([gethostbyaddr_r doesn't work, so we'll try something 
else])
+   AC_MSG_RESULT([gethostbyaddr_r does not work, so we'll try 
something else])
 else
-   dnl They wanted gethostbyaddr_r, but it doesn't work, so stop.
-   AC_MSG_ERROR([gethostbyaddr_r doesn't work])
+   dnl They wanted gethostbyaddr_r, but it does not work, so stop.
+   AC_MSG_ERROR([gethostbyaddr_r does not work])
 fi
 fi
 fi
@@ -233,11 +233,11 @@
 AC_SEARCH_LIBS(ares_init, [ares], [
 AC_DEFINE(USE_ARES, 1, [use ARES for name resolution])
 ], [
-dnl They asked for ares, but we can't give it to them, so stop.
-AC_MSG_ERROR([can't find ARES.  Re-run configure and ask for a 
different resolver.])])
+dnl They asked for ares, but we cannot give it to them, so stop.
+AC_MSG_ERROR([cannot find ARES.  Re-run configure and ask for a 
different resolver.])])
 fi
 
-dnl Last thing to try if we haven't decided yet is netdb_1thread.
+dnl Last thing to try if we have not decided yet is netdb_1thread.
 if test x$resolver = xguess ; then

[gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog iftop-1.0_pre4-r2.ebuild

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 08:26:08

  Modified: ChangeLog
  Added:iftop-1.0_pre4-r2.ebuild
  Log:
  Replace single quotes in macro calls.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.74 net-analyzer/iftop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.74view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.74content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?r1=1.73r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   25 Oct 2014 10:04:41 -  1.73
+++ ChangeLog   26 Oct 2014 08:26:08 -  1.74
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.73 
2014/10/25 10:04:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.74 
2014/10/26 08:26:08 jer Exp $
+
+*iftop-1.0_pre4-r2 (26 Oct 2014)
+
+  26 Oct 2014; Jeroen Roovers j...@gentoo.org +iftop-1.0_pre4-r2.ebuild,
+  +files/iftop-1.0_pre4-single-quote.patch:
+  Replace single quotes in macro calls.
 
   25 Oct 2014; Jeroen Roovers j...@gentoo.org iftop-1.0_pre4-r1.ebuild,
   +files/iftop-1.0_pre4-tsent-set-but-not-used.patch:



1.1  net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild?rev=1.1content-type=text/plain

Index: iftop-1.0_pre4-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-1.0_pre4-r2.ebuild,v 1.1 
2014/10/26 08:26:08 jer Exp $

EAPI=5

inherit autotools eutils

DESCRIPTION=display bandwidth usage on an interface
SRC_URI=http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz;
HOMEPAGE=http://www.ex-parrot.com/pdw/iftop/;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=

RDEPEND=
net-libs/libpcap
sys-libs/ncurses

DEPEND=
${RDEPEND}
virtual/pkgconfig


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

src_prepare() {
epatch \
${FILESDIR}/${P}-ac_check_sizeof.patch \
${FILESDIR}/${P}-pthread.patch \
${FILESDIR}/${P}-tinfo.patch \
${FILESDIR}/${P}-tsent-set-but-not-used.patch \
${FILESDIR}/${P}-single-quote.patch

# bug 490168
cat ${FILESDIR}/ax_pthread.m4  ${S}/acinclude.m4 || die

eautoreconf
}

src_install() {
dosbin iftop
doman iftop.8

dodoc AUTHORS ChangeLog README ${FILESDIR}/iftoprc
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/iftop/files: iftop-1.0_pre4-single-quote.patch

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 08:36:20

  Modified: iftop-1.0_pre4-single-quote.patch
  Log:
  Missed a few single quotes.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch?r1=1.1r2=1.2

Index: iftop-1.0_pre4-single-quote.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/iftop/files/iftop-1.0_pre4-single-quote.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iftop-1.0_pre4-single-quote.patch   26 Oct 2014 08:26:08 -  1.1
+++ iftop-1.0_pre4-single-quote.patch   26 Oct 2014 08:36:20 -  1.2
@@ -68,7 +68,7 @@
  if test x$resolver = xguess ; then
  if test x$specified_resolver = xguess ; then
 -   AC_MSG_RESULT([gethostbyaddr_r doesn't work, so we'll try 
something else])
-+   AC_MSG_RESULT([gethostbyaddr_r does not work, so we'll try 
something else])
++   AC_MSG_RESULT([gethostbyaddr_r does not work, so we will try 
something else])
  else
 -   dnl They wanted gethostbyaddr_r, but it doesn't work, so stop.
 -   AC_MSG_ERROR([gethostbyaddr_r doesn't work])
@@ -92,31 +92,35 @@
  if test x$resolver = xguess ; then
 resolver=netdb_1thread
  fi
-@@ -290,7 +290,7 @@
+@@ -290,16 +290,16 @@
  
  if test $foundpcaph = 0 ; then
  AC_MSG_RESULT([no idea])
 -AC_MSG_ERROR([can't find pcap.h
+-  You're not going to get very far without libpcap.])
 +AC_MSG_ERROR([cannot find pcap.h
-   You're not going to get very far without libpcap.])
++  You are not going to get very far without libpcap.])
  else
  dnl assume that -lpcap is under $test_prefix/lib
-@@ -298,7 +298,7 @@
+ if test x$test_prefix != x ; then
  LDFLAGS=$LDFLAGS -L$test_prefix/lib
  fi
  AC_CHECK_LIB(pcap, pcap_open_live, , [
 -AC_MSG_ERROR([can't find libpcap
+-  You're not going to get very far without libpcap.])
 +AC_MSG_ERROR([cannot find libpcap
-   You're not going to get very far without libpcap.])
++  You are not going to get very far without libpcap.])
  ])
  fi
+ 
 @@ -310,14 +310,14 @@
  ])
  
  if test $foundpcap = 0 ; then
 -AC_MSG_ERROR([can't find pcap.h
+-  You're not going to get very far without libpcap.])
 +AC_MSG_ERROR([cannot find pcap.h
-   You're not going to get very far without libpcap.])
++  You are not going to get very far without libpcap.])
  fi
  
  dnl






[gentoo-commits] gentoo-x86 commit in net-analyzer/iftop: ChangeLog

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 08:36:20

  Modified: ChangeLog
  Log:
  Missed a few single quotes.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.75 net-analyzer/iftop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.75view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?rev=1.75content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/iftop/ChangeLog?r1=1.74r2=1.75

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   26 Oct 2014 08:26:08 -  1.74
+++ ChangeLog   26 Oct 2014 08:36:20 -  1.75
@@ -1,6 +1,14 @@
 # ChangeLog for net-analyzer/iftop
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.74 
2014/10/26 08:26:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.75 
2014/10/26 08:36:20 jer Exp $
+
+  26 Oct 2014; Jeroen Roovers j...@gentoo.org
+  files/iftop-1.0_pre4-single-quote.patch:
+  Missed a few single quotes.
+
+  26 Oct 2014; Jeroen Roovers j...@gentoo.org iftop-1.0_pre4-r2.ebuild,
+  files/iftop-1.0_pre4-single-quote.patch:
+  Missed a few single quotes.
 
 *iftop-1.0_pre4-r2 (26 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in app-emulation/qemu-guest-agent: qemu-guest-agent-2.1.2.ebuild ChangeLog

2014-10-26 Thread Mike Frysinger (vapier)
vapier  14/10/26 08:37:09

  Modified: ChangeLog
  Added:qemu-guest-agent-2.1.2.ebuild
  Log:
  Version bump #526878 by Thomas Stein.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.18 app-emulation/qemu-guest-agent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   18 May 2014 17:15:42 -  1.17
+++ ChangeLog   26 Oct 2014 08:37:09 -  1.18
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/qemu-guest-agent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog,v 
1.17 2014/05/18 17:15:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/ChangeLog,v 
1.18 2014/10/26 08:37:09 vapier Exp $
+
+*qemu-guest-agent-2.1.2 (26 Oct 2014)
+
+  26 Oct 2014; Mike Frysinger vap...@gentoo.org
+  +qemu-guest-agent-2.1.2.ebuild:
+  Version bump #526878 by Thomas Stein.
 
 *qemu-guest-agent-2.0.0 (18 May 2014)
 



1.1  
app-emulation/qemu-guest-agent/qemu-guest-agent-2.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-guest-agent/qemu-guest-agent-2.1.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu-guest-agent/qemu-guest-agent-2.1.2.ebuild?rev=1.1content-type=text/plain

Index: qemu-guest-agent-2.1.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-emulation/qemu-guest-agent/qemu-guest-agent-2.1.2.ebuild,v
 1.1 2014/10/26 08:37:09 vapier Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7} )

inherit eutils systemd udev python-r1

BACKPORTS=
MY_PN=qemu
MY_P=${MY_PN}-${PV}

if [[ ${PV} = ** ]]; then
EGIT_REPO_URI=git://git.qemu.org/qemu.git
inherit git-2
else
SRC_URI=http://wiki.qemu.org/download/${MY_P}.tar.bz2
${BACKPORTS:+

http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz};
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd
fi

DESCRIPTION=QEMU Guest Agent (qemu-ga) for use when running inside a VM
HOMEPAGE=http://wiki.qemu.org/Features/QAPI/GuestAgent;

LICENSE=GPL-2 BSD-2
SLOT=0
IUSE=

RDEPEND==dev-libs/glib-2.22
!app-emulation/qemu-1.1.1-r1
!sys-apps/sysvinit-2.88-r5
DEPEND=${RDEPEND}
${PYTHON_DEPS}

S=${WORKDIR}/${MY_P}

src_prepare() {
[[ -n ${BACKPORTS} ]]  \
EPATCH_FORCE=yes EPATCH_SUFFIX=patch 
EPATCH_SOURCE=${S}/patches \
epatch

epatch_user
}

src_configure() {
python_export_best

tc-export AR LD OBJCOPY

./configure \
--prefix=/usr \
--sysconfdir=/etc \
--libdir=/usr/$(get_libdir) \
--localstatedir=/ \
--disable-bsd-user \
--disable-linux-user \
--disable-system \
--disable-strip \
--disable-werror \
--enable-guest-agent \
--python=${PYTHON} \
--cc=$(tc-getCC) \
--cxx=$(tc-getCXX) \
--host-cc=$(tc-getBUILD_CC)
}

src_compile() {
emake V=1 qemu-ga
}

src_install() {
dobin qemu-ga

# Normal init stuff
newinitd ${FILESDIR}/qemu-ga.init-r1 qemu-guest-agent
newconfd ${FILESDIR}/qemu-ga.conf-r1 qemu-guest-agent

insinto /etc/logrotate.d
newins ${FILESDIR}/qemu-ga.logrotate qemu-guest-agent

# systemd stuff
udev_newrules ${FILESDIR}/qemu-ga-systemd.udev 
99-qemu-guest-agent.rules

systemd_newunit ${FILESDIR}/qemu-ga-systemd.service \
qemu-guest-agent.service
}

pkg_postinst() {
elog You should add 'qemu-guest-agent' to the default runlevel.
elog e.g. rc-update add qemu-guest-agent default
}






[gentoo-commits] proj/gnome:master commit in: media-libs/gst-plugins-base/, media-libs/gst-plugins-good/, ...

2014-10-26 Thread Priit Laes
commit: d2e9b6289844b75b9411e85974eb5c83481ace5d
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Sun Oct 26 08:59:58 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Sun Oct 26 08:59:58 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d2e9b628

media-libs/gst-plugins-*: Fix gstreamer-1.4 deps

---
 media-libs/gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild   | 4 ++--
 media-libs/gst-plugins-base/gst-plugins-base-1.4.3.ebuild | 2 +-
 media-libs/gst-plugins-good/gst-plugins-good-1.4.3.ebuild | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild 
b/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild
index a412850..9a1a993 100644
--- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild
+++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.4.3.ebuild
@@ -19,8 +19,8 @@ IUSE=egl gles2 +introspection +orc opengl vnc wayland
 # X11 is automagic for now, upstream #709530
 RDEPEND=
=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   =media-libs/gst-plugins-base-1.2:${SLOT}[${MULTILIB_USEDEP}]
-   =media-libs/gstreamer-1.2:${SLOT}[${MULTILIB_USEDEP}]
+   =media-libs/gst-plugins-base-1.4.0:${SLOT}[${MULTILIB_USEDEP}]
+   =media-libs/gstreamer-1.4.0:${SLOT}[${MULTILIB_USEDEP}]
egl? (
=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}]
wayland? ( media-libs/mesa[wayland,${MULTILIB_USEDEP}] )

diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.4.3.ebuild 
b/media-libs/gst-plugins-base/gst-plugins-base-1.4.3.ebuild
index c1a7dc2..9dd7ddc 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-1.4.3.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-1.4.3.ebuild
@@ -22,7 +22,7 @@ REQUIRED_USE=
 RDEPEND=
app-text/iso-codes
=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   =media-libs/gstreamer-1.2.3:1.0[introspection?,${MULTILIB_USEDEP}]
+   =media-libs/gstreamer-1.4.0:1.0[introspection?,${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
alsa? ( =media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )
introspection? ( =dev-libs/gobject-introspection-1.31.1 )

diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.4.3.ebuild 
b/media-libs/gst-plugins-good/gst-plugins-good-1.4.3.ebuild
index d923d80..559db09 100644
--- a/media-libs/gst-plugins-good/gst-plugins-good-1.4.3.ebuild
+++ b/media-libs/gst-plugins-good/gst-plugins-good-1.4.3.ebuild
@@ -17,8 +17,8 @@ IUSE=+orc
 # dtmf plugin moved from bad to good in 1.2
 RDEPEND=
=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-   =media-libs/gst-plugins-base-1.2.3:${SLOT}[${MULTILIB_USEDEP}]
-   =media-libs/gstreamer-1.2.4:${SLOT}[${MULTILIB_USEDEP}]
+   =media-libs/gst-plugins-base-1.4.0:${SLOT}[${MULTILIB_USEDEP}]
+   =media-libs/gstreamer-1.4.0:${SLOT}[${MULTILIB_USEDEP}]
=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
orc? ( =dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] )



[gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/

2014-10-26 Thread Gilles Dartiguelongue
commit: e313aa17f4525ec40a958cf2a01f13beb77b940c
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sat Oct 25 21:13:31 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 09:21:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e313aa17

gnome-extra/zenity: clean up metadata.xml

---
 gnome-extra/zenity/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/gnome-extra/zenity/metadata.xml b/gnome-extra/zenity/metadata.xml
index db6d005..6e0e2ec 100644
--- a/gnome-extra/zenity/metadata.xml
+++ b/gnome-extra/zenity/metadata.xml
@@ -2,8 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
   herdgnome/herd
-  use
-flag name=compatInstalls gdialog for compatibility with older shell
-   scripts which uses pkgdev-lang/perl/pkg/flag
-  /use
 /pkgmetadata



[gentoo-commits] proj/gnome:master commit in: x11-libs/gdk-pixbuf/

2014-10-26 Thread Gilles Dartiguelongue
commit: e59cc93f9fc1f81182ec262c5a6293e8067853cb
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sat Oct 25 21:14:11 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 09:21:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e59cc93f

x11-libs/gdk-pixbuf: clean up metadata.xml

---
 x11-libs/gdk-pixbuf/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-libs/gdk-pixbuf/metadata.xml b/x11-libs/gdk-pixbuf/metadata.xml
index e86947c..6e0e2ec 100644
--- a/x11-libs/gdk-pixbuf/metadata.xml
+++ b/x11-libs/gdk-pixbuf/metadata.xml
@@ -2,8 +2,4 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
   herdgnome/herd
-  use
-flag name=introspectionUse pkgdev-libs/gobject-introspection/pkg
-  for introspection/flag
-  /use
 /pkgmetadata



[gentoo-commits] proj/gnome:master commit in: sys-apps/gnome-disk-utility/

2014-10-26 Thread Gilles Dartiguelongue
commit: 43cb45fa25e0ed13c092c745c1864fa4e5b7afc1
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sat Oct 25 21:22:46 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 09:21:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=43cb45fa

sys-apps/gnome-disk-utility: sync/clean wrt gentoo-x86

---
 .../gnome-disk-utility-3.12.1.ebuild   | 56 --
 sys-apps/gnome-disk-utility/metadata.xml   |  3 --
 2 files changed, 59 deletions(-)

diff --git a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.12.1.ebuild 
b/sys-apps/gnome-disk-utility/gnome-disk-utility-3.12.1.ebuild
deleted file mode 100644
index 8a249bc..000
--- a/sys-apps/gnome-disk-utility/gnome-disk-utility-3.12.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG=no
-GNOME2_LA_PUNT=yes
-
-inherit autotools eutils gnome2
-
-DESCRIPTION=Disk Utility for GNOME using udisks
-HOMEPAGE=http://git.gnome.org/browse/gnome-disk-utility;
-
-LICENSE=GPL-2+
-SLOT=0
-IUSE=fat +gnome systemd
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86
-
-COMMON_DEPEND=
-   =dev-libs/glib-2.31:2
-   =sys-fs/udisks-2.1.1:2
-   =x11-libs/gtk+-3.10:3
-   =app-arch/xz-utils-5.0.5
-   =app-crypt/libsecret-0.7
-   dev-libs/libpwquality
-   systemd? ( =sys-apps/systemd-44:0= )
-
-RDEPEND=${COMMON_DEPEND}
-   =media-libs/libdvdread-4.2.0
-   =media-libs/libcanberra-0.1[gtk3]
-   =x11-libs/libnotify-0.7:=
-   =x11-themes/gnome-icon-theme-symbolic-2.91
-   fat? ( sys-fs/dosfstools )
-   gnome? ( =gnome-base/gnome-settings-daemon-3.8 )
-
-DEPEND=${COMMON_DEPEND}
-   =dev-util/intltool-0.50
-   dev-libs/libxslt
-   gnome-base/gnome-common
-   virtual/pkgconfig
-
-
-src_prepare() {
-   # Fix USE=-gnome, bug #478820
-   epatch ${FILESDIR}/${PN}-3.10.0-kill-gsd-automagic.patch
-   epatch ${FILESDIR}/${PN}-3.10.0-raise-gsd-dependency.patch
-
-   eautoreconf
-   gnome2_src_prepare
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable gnome gsd-plugin) \
-   $(use_enable systemd libsystemd-login)
-}

diff --git a/sys-apps/gnome-disk-utility/metadata.xml 
b/sys-apps/gnome-disk-utility/metadata.xml
index 2c5efae..c8e82b3 100644
--- a/sys-apps/gnome-disk-utility/metadata.xml
+++ b/sys-apps/gnome-disk-utility/metadata.xml
@@ -5,8 +5,5 @@
   use
 flag name=fatInclude FAT16/FAT32 support
(pkgsys-fs/dosfstools/pkg)/flag
-flag name=nautilusEnable pkggnome-base/nautilus/pkg 
extension./flag
-flag name=remote-accessEnable access to remote udisks
-   daemons./flag
   /use
 /pkgmetadata



[gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-sudoku/

2014-10-26 Thread Gilles Dartiguelongue
commit: 8c954b01fb80088ffa9e2f6b2b0505a52c1ab77a
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 09:22:43 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 09:22:43 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8c954b01

games-puzzle/gnome-sudoku: add missing qqwing dependency

Thanks to Canek for noticing.

---
 games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild 
b/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
index e2aabef..a85b0c5 100644
--- a/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
+++ b/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.1.ebuild
@@ -20,6 +20,7 @@ RDEPEND=
=dev-libs/glib-2.40:2
dev-libs/libgee:0.8[introspection]
dev-libs/json-glib
+   =dev-libs/qqwing-1.2
x11-libs/gdk-pixbuf:2[introspection]
=x11-libs/gtk+-3.14.3:3[introspection]
x11-libs/pango[introspection]



[gentoo-commits] proj/gnome:master commit in: x11-wm/mutter/

2014-10-26 Thread Gilles Dartiguelongue
commit: 77847a0ab3ec7cdb32672d0c5ee23b998ea5a739
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 09:28:14 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 09:28:14 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=77847a0a

x11-wm/mutter: add missing mesa dependency

Thanks to Canek for noticing.

---
 x11-wm/mutter/mutter-3.14.1.ebuild | 1 +
 x11-wm/mutter/mutter-.ebuild   | 5 +
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/x11-wm/mutter/mutter-3.14.1.ebuild 
b/x11-wm/mutter/mutter-3.14.1.ebuild
index 6cc6298..6a0df12 100644
--- a/x11-wm/mutter/mutter-3.14.1.ebuild
+++ b/x11-wm/mutter/mutter-3.14.1.ebuild
@@ -30,6 +30,7 @@ COMMON_DEPEND=
gnome-base/gnome-desktop:3=
sys-power/upower-0.99
 
+   =media-libs/mesa-10.3[gbm]
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11

diff --git a/x11-wm/mutter/mutter-.ebuild b/x11-wm/mutter/mutter-.ebuild
index 8bec922..17eb551 100644
--- a/x11-wm/mutter/mutter-.ebuild
+++ b/x11-wm/mutter/mutter-.ebuild
@@ -37,6 +37,7 @@ COMMON_DEPEND=
gnome-base/gnome-desktop:3=
sys-power/upower-0.99
 
+   =media-libs/mesa-10.3[gbm]
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
@@ -73,8 +74,6 @@ RDEPEND=${COMMON_DEPEND}
 
 
 src_prepare() {
-   DOCS=AUTHORS ChangeLog HACKING MAINTAINERS NEWS README *.txt doc/*.txt
-
# Compat with Ubuntu metacity themes (e.g. x11-themes/light-themes)
epatch ${FILESDIR}/${PN}-3.2.1-ignore-shadow-and-padding.patch
 
@@ -84,10 +83,8 @@ src_prepare() {
 src_configure() {
gnome2_src_configure \
--disable-static \
-   --enable-shape \
--enable-sm \
--enable-startup-notification \
-   --enable-xsync \
--enable-verbose-mode \
--with-libcanberra \
$(use_enable introspection)



[gentoo-commits] gentoo-x86 commit in app-editors/shed/files: shed-1.15-interix.patch shed-1.15-tinfo.patch shed-1.15-cflags.patch

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 10:39:47

  Modified: shed-1.15-interix.patch
  Added:shed-1.15-tinfo.patch shed-1.15-cflags.patch
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526908). Fix DPEND typo. 
Clean up patch.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  app-editors/shed/files/shed-1.15-interix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/files/shed-1.15-interix.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/files/shed-1.15-interix.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/files/shed-1.15-interix.patch?r1=1.1r2=1.2

Index: shed-1.15-interix.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/app-editors/shed/files/shed-1.15-interix.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shed-1.15-interix.patch 18 Aug 2012 03:43:33 -  1.1
+++ shed-1.15-interix.patch 26 Oct 2014 10:39:47 -  1.2
@@ -1,7 +1,6 @@
 
http://sourceforge.net/tracker/?func=detailaid=3554634group_id=21862atid=374571
-diff -ru shed-1.13.orig/shed.c shed-1.13/shed.c
 shed-1.13.orig/shed.c  2008-04-03 15:21:53 +0200
-+++ shed-1.13/shed.c   2008-04-03 15:23:05 +0200
+--- a/shed.c
 b/shed.c
 @@ -31,6 +31,10 @@
  #include ctype.h /* tolower*/
  #include unistd.h/* dup, dup2  */



1.1  app-editors/shed/files/shed-1.15-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/files/shed-1.15-tinfo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/files/shed-1.15-tinfo.patch?rev=1.1content-type=text/plain

Index: shed-1.15-tinfo.patch
===
--- a/configure.in
+++ b/configure.in
@@ -41,8 +41,7 @@
 fi
 
 ERR=Required package missing!
-AC_CHECK_HEADER(ncurses.h,:,AC_MSG_ERROR([$ERR]))
+PKG_CHECK_MODULES(ncurses,ncurses,[LIBS=$LIBS 
$ncurses_LIBS],AC_MSG_ERROR([$ERR]))
 AC_CHECK_HEADER(getopt.h,:,AC_MSG_ERROR([$ERR]))
-AC_CHECK_LIB(ncurses,initscr)
 AC_CHECK_LIB(m,pow)
 AC_OUTPUT(Makefile)



1.1  app-editors/shed/files/shed-1.15-cflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/files/shed-1.15-cflags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/files/shed-1.15-cflags.patch?rev=1.1content-type=text/plain

Index: shed-1.15-cflags.patch
===
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
 AM_INIT_AUTOMAKE(shed,1.15)
 AC_PROG_CC
 AC_PROG_INSTALL
-CFLAGS=-Wall
+CFLAGS=$CFLAGS -Wall
 AC_SUBST(CFLAGS)
 
 AC_ARG_ENABLE(debug,   [  --enable-debug  gcc -g],enable_debug=yes)






[gentoo-commits] gentoo-x86 commit in app-editors/shed: ChangeLog shed-1.15.ebuild

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 10:39:47

  Modified: ChangeLog shed-1.15.ebuild
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526908). Fix DPEND typo. 
Clean up patch.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.26 app-editors/shed/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   22 Aug 2012 00:19:16 -  1.25
+++ ChangeLog   26 Oct 2014 10:39:47 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/shed
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.25 
2012/08/22 00:19:16 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/ChangeLog,v 1.26 
2014/10/26 10:39:47 jer Exp $
+
+  26 Oct 2014; Jeroen Roovers j...@gentoo.org shed-1.15.ebuild,
+  +files/shed-1.15-cflags.patch, files/shed-1.15-interix.patch,
+  +files/shed-1.15-tinfo.patch:
+  Fix building against sys-libs/ncurses[tinfo] (bug #526908). Fix DPEND typo.
+  Clean up patch.
 
   22 Aug 2012; Anthony G. Basile bluen...@gentoo.org shed-1.15.ebuild:
   Keyword ~arm, bug #431922



1.4  app-editors/shed/shed-1.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/shed-1.15.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/shed-1.15.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/shed/shed-1.15.ebuild?r1=1.3r2=1.4

Index: shed-1.15.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shed-1.15.ebuild22 Aug 2012 00:19:16 -  1.3
+++ shed-1.15.ebuild26 Oct 2014 10:39:47 -  1.4
@@ -1,10 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.15.ebuild,v 1.3 
2012/08/22 00:19:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.15.ebuild,v 1.4 
2014/10/26 10:39:47 jer Exp $
 
-EAPI=4
-
-inherit eutils
+EAPI=5
+inherit autotools eutils
 
 DESCRIPTION=Simple Hex EDitor
 HOMEPAGE=http://shed.sourceforge.net/;
@@ -13,15 +12,17 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos
-IUSE=
 
 RDEPEND=sys-libs/ncurses
-DPEND=${RDEPEND}
+DEPEND=
+   ${RDEPEND}
+   virtual/pkgconfig
+
 
 src_prepare() {
-   epatch ${FILESDIR}/${P}-interix.patch
-}
-
-src_compile() {
-   emake AM_CFLAGS=${CFLAGS}
+   epatch \
+   ${FILESDIR}/${P}-cflags.patch \
+   ${FILESDIR}/${P}-interix.patch \
+   ${FILESDIR}/${P}-tinfo.patch
+   eautoreconf
 }






[gentoo-commits] gentoo-x86 commit in net-misc/lanmap/files: lanmap-81-printf-format.patch

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 10:58:53

  Added:lanmap-81-printf-format.patch
  Log:
  Fix one format security warning.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  net-misc/lanmap/files/lanmap-81-printf-format.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/files/lanmap-81-printf-format.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/files/lanmap-81-printf-format.patch?rev=1.1content-type=text/plain

Index: lanmap-81-printf-format.patch
===
--- a/src/misc.c
+++ b/src/misc.c
@@ -58,7 +58,7 @@
linebuf[64] = ' ';
linebuf[56 + j - 1 + (j - 1  7) + 1] = '\n';
linebuf[56 + j - 1 + (j - 1  7) + 2] = '\0';
-   printf(linebuf);
+   printf(%s, linebuf);
 #ifdef DEBUG
if (strlen(linebuf)  73) {
fprintf(stderr, line too long, wtf?!\n);






[gentoo-commits] gentoo-x86 commit in net-misc/lanmap: lanmap-81-r2.ebuild ChangeLog

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 10:58:53

  Modified: ChangeLog
  Added:lanmap-81-r2.ebuild
  Log:
  Fix one format security warning.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.9  net-misc/lanmap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/ChangeLog?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/ChangeLog?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/ChangeLog?r1=1.8r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/lanmap/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   18 Jul 2014 17:01:09 -  1.8
+++ ChangeLog   26 Oct 2014 10:58:53 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/lanmap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/lanmap/ChangeLog,v 1.8 2014/07/18 
17:01:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/lanmap/ChangeLog,v 1.9 2014/10/26 
10:58:53 jer Exp $
+
+*lanmap-81-r2 (26 Oct 2014)
+
+  26 Oct 2014; Jeroen Roovers j...@gentoo.org +lanmap-81-r2.ebuild,
+  +files/lanmap-81-printf-format.patch:
+  Fix one format security warning.
 
   18 Jul 2014; Jeroen Roovers j...@gentoo.org lanmap-81-r1.ebuild,
   +files/lanmap-81-make.patch, -files/makefile.patch:



1.1  net-misc/lanmap/lanmap-81-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/lanmap-81-r2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/lanmap-81-r2.ebuild?rev=1.1content-type=text/plain

Index: lanmap-81-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/lanmap/lanmap-81-r2.ebuild,v 1.1 
2014/10/26 10:58:53 jer Exp $

EAPI=5
inherit autotools eutils toolchain-funcs

DESCRIPTION=lanmap sits quietly on a network and builds a picture of what it 
sees
HOMEPAGE=http://www.parseerror.com/lanmap;
SRC_URI=http://www.parseerror.com/${PN}/rev/${PN}-2006-03-07-rev${PV}.zip;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux

CDEPEND=net-libs/libpcap
RDEPEND=
${CDEPEND}
media-gfx/graphviz

DEPEND=
${CDEPEND}
app-arch/unzip


S=${WORKDIR}/${PN}

src_prepare() {
epatch \
${FILESDIR}/${P}-make.patch \
${FILESDIR}/${P}-printf-format.patch
rm configure || die
eautoreconf
}

src_compile() {
emake CC=$(tc-getCC)
}

src_install() {
emake prefix=${ED}/usr install
dodoc README.txt TODO.txt
}






[gentoo-commits] gentoo-x86 commit in net-misc/lanmap: ChangeLog

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 11:07:31

  Modified: ChangeLog
  Log:
  Fix bashism in Makefile.in (bug #526906).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.10 net-misc/lanmap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/lanmap/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   26 Oct 2014 10:58:53 -  1.9
+++ ChangeLog   26 Oct 2014 11:07:31 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/lanmap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/lanmap/ChangeLog,v 1.9 2014/10/26 
10:58:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/lanmap/ChangeLog,v 1.10 2014/10/26 
11:07:31 jer Exp $
+
+  26 Oct 2014; Jeroen Roovers j...@gentoo.org files/lanmap-81-make.patch:
+  Fix bashism in Makefile.in (bug #526906).
 
 *lanmap-81-r2 (26 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/lanmap/files: lanmap-81-make.patch

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 11:07:31

  Modified: lanmap-81-make.patch
  Log:
  Fix bashism in Makefile.in (bug #526906).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  net-misc/lanmap/files/lanmap-81-make.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/files/lanmap-81-make.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/files/lanmap-81-make.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lanmap/files/lanmap-81-make.patch?r1=1.1r2=1.2

Index: lanmap-81-make.patch
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/lanmap/files/lanmap-81-make.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lanmap-81-make.patch18 Jul 2014 17:01:09 -  1.1
+++ lanmap-81-make.patch26 Oct 2014 11:07:31 -  1.2
@@ -1,7 +1,7 @@
 --- a/src/Makefile.in
 +++ b/src/Makefile.in
 @@ -2,8 +2,8 @@
- # $Id: lanmap-81-make.patch,v 1.1 2014/07/18 17:01:09 jer Exp $
+ # $Id: lanmap-81-make.patch,v 1.2 2014/10/26 11:07:31 jer Exp $
  
  # complation
 -CFLAGS = -W -Wall -Wno-unused -DLINUX -DLANMAP_DATADIR=$(LANMAP_DATADIR)
@@ -30,7 +30,7 @@
  os_classify: os_classify.c misc.c
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -10,16 +10,16 @@
+@@ -10,18 +10,18 @@
  DATADEST = ${prefix}/share/lanmap/
  
  all:
@@ -48,8 +48,11 @@
 -  install -m 0644 -d $(DATADEST)graph
 +  install -m 0755 -d $(DATADEST)graph
install -m 0644 ./graph/lanmap.header $(DATADEST)graph/
-   for f in ./graph/img/*.{png,gif,svg}; do install -m 0644 $$f 
$(DATADEST)graph/img/; done
+-  for f in ./graph/img/*.{png,gif,svg}; do install -m 0644 $$f 
$(DATADEST)graph/img/; done
++  for f in ./graph/img/*.gif ./graph/img/*.png ./graph/img/*.svg; do 
install -m 0644 $$f $(DATADEST)graph/img/; done

+ uninstall:
+   rm $(BINDEST)$(BINARY)
 @@ -29,11 +29,11 @@
  
  clean:






[gentoo-commits] gentoo-x86 commit in games-misc/bsod/files: bsod-0.1-Makefile.patch

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 11:16:55

  Modified: bsod-0.1-Makefile.patch
  Log:
  EAPI bump. Fix building against sys-libs/ncurses[tinfo] (bug #526798).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.2  games-misc/bsod/files/bsod-0.1-Makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/files/bsod-0.1-Makefile.patch?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/files/bsod-0.1-Makefile.patch?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/files/bsod-0.1-Makefile.patch?r1=1.1r2=1.2

Index: bsod-0.1-Makefile.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/games-misc/bsod/files/bsod-0.1-Makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bsod-0.1-Makefile.patch 15 Jun 2012 03:23:09 -  1.1
+++ bsod-0.1-Makefile.patch 26 Oct 2014 11:16:55 -  1.2
@@ -1,14 +1,12 @@
-Extended version of this patch was sent to mail address in bsod-0.1/readme.txt
-
 Makefile
-+++ Makefile
+--- a/Makefile
 b/Makefile
 @@ -1,15 +1,15 @@
  VERSION=0.1
  
  DEBUG=-g -pedantic #-pg #-fprofile-arcs
 -LDFLAGS=-lncurses $(DEBUG)
 -CFLAGS+=-O2 -Wall -DVERSION=\$(VERSION)\ $(DEBUG)
-+LDLIBS=-lncurses
++LDLIBS=$(shell ${PKG_CONFIG} --libs ncurses)
 +CFLAGS+=-Wall -DVERSION=\$(VERSION)\
  
  OBJS=bsod.o






[gentoo-commits] gentoo-x86 commit in games-misc/bsod: ChangeLog bsod-0.1.ebuild

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 11:16:55

  Modified: ChangeLog bsod-0.1.ebuild
  Log:
  EAPI bump. Fix building against sys-libs/ncurses[tinfo] (bug #526798).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.4  games-misc/bsod/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/bsod/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/bsod/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   1 Aug 2012 12:38:09 -   1.3
+++ ChangeLog   26 Oct 2014 11:16:55 -  1.4
@@ -1,6 +1,10 @@
 # ChangeLog for games-misc/bsod
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/bsod/ChangeLog,v 1.3 2012/08/01 
12:38:09 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/bsod/ChangeLog,v 1.4 2014/10/26 
11:16:55 jer Exp $
+
+  26 Oct 2014; Jeroen Roovers j...@gentoo.org bsod-0.1.ebuild,
+  files/bsod-0.1-Makefile.patch:
+  EAPI bump. Fix building against sys-libs/ncurses[tinfo] (bug #526798).
 
   01 Aug 2012; Michael Palimaka kensing...@gentoo.org bsod-0.1.ebuild:
   Stable for amd64 wrt bug #426748, thanks to Elijah Armageddon El Lazkani.



1.5  games-misc/bsod/bsod-0.1.ebuild

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

Index: bsod-0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-misc/bsod/bsod-0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bsod-0.1.ebuild 1 Aug 2012 12:38:09 -   1.4
+++ bsod-0.1.ebuild 26 Oct 2014 11:16:55 -  1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/bsod/bsod-0.1.ebuild,v 1.4 
2012/08/01 12:38:09 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/bsod/bsod-0.1.ebuild,v 1.5 
2014/10/26 11:16:55 jer Exp $
 
-EAPI=2
-inherit eutils games
+EAPI=5
+inherit eutils games toolchain-funcs
 
 DESCRIPTION=This program will let you UNIX user experience the authentic 
microsoft windows experience
 HOMEPAGE=http://www.vanheusden.com/bsod/;
@@ -12,16 +12,20 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=amd64 x86
-IUSE=
 
-DEPEND=sys-libs/ncurses
+RDEPEND=sys-libs/ncurses
+DEPEND=
+   ${RDEPEND}
+   virtual/pkgconfig
+
 
 src_prepare() {
epatch ${FILESDIR}/${P}-Makefile.patch
+   tc-export PKG_CONFIG
 }
 
 src_install() {
-   dogamesbin ${PN} || die
+   dogamesbin ${PN}
dodoc Changes
 
prepgamesdirs






[gentoo-commits] gentoo-x86 commit in app-office/pinpoint: pinpoint-0.1.5_pre20141026.ebuild ChangeLog

2014-10-26 Thread Pacho Ramos (pacho)
pacho   14/10/26 11:23:41

  Modified: ChangeLog
  Added:pinpoint-0.1.5_pre20141026.ebuild
  Log:
  Bump to newer snapshot including many fixes and also being ported to newer 
clutter-gst slot
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.10 app-office/pinpoint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Mar 2014 11:54:16 -   1.9
+++ ChangeLog   26 Oct 2014 11:23:41 -  1.10
@@ -1,6 +1,13 @@
 # ChangeLog for app-office/pinpoint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.9 
2014/03/09 11:54:16 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.10 
2014/10/26 11:23:41 pacho Exp $
+
+*pinpoint-0.1.5_pre20141026 (26 Oct 2014)
+
+  26 Oct 2014; Pacho Ramos pa...@gentoo.org
+  +pinpoint-0.1.5_pre20141026.ebuild:
+  Bump to newer snapshot including many fixes and also being ported to newer
+  clutter-gst slot
 
   09 Mar 2014; Pacho Ramos pa...@gentoo.org pinpoint-0.1.4-r1.ebuild:
   x86 stable, bug 499954



1.1  app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.1content-type=text/plain

Index: pinpoint-0.1.5_pre20141026.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v 
1.1 2014/10/26 11:23:41 pacho Exp $

EAPI=5
GCONF_DEBUG=no
GNOME_TARBALL_SUFFIX=bz2

inherit autotools gnome2

DESCRIPTION=A tool for making hackers do excellent presentations
HOMEPAGE=https://wiki.gnome.org/Apps/Pinpoint;

MY_PV=215ccad331a39c6e95d173938fcfffe6eb4d75d6 #snapshot
SRC_URI=https://git.gnome.org/browse/${PN}/snapshot/${PN}-${MY_PV}.tar.xz;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+gstreamer +pdf

# rsvg is used for svg-in-pdf -- clubbing it under pdf for now
RDEPEND=
=media-libs/clutter-1.12:1.0
=dev-libs/glib-2.28:2
=x11-libs/cairo-1.9.4
x11-libs/pango
x11-libs/gdk-pixbuf:2
gstreamer? ( media-libs/clutter-gst:2.0 )
pdf? ( gnome-base/librsvg:2 )

DEPEND=${RDEPEND}
virtual/pkgconfig


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

src_prepare() {
eautoreconf
gnome2_src_prepare
}

src_configure() {
# dax support is disabled because we don't have it in tree yet and it's
# experimental
gnome2_src_configure \
--disable-dax \
$(use_enable gstreamer cluttergst) \
$(use_enable pdf rsvg)
}

src_install() {
gnome2_src_install

docompress -x /usr/share/doc/${PF}/examples
insinto /usr/share/doc/${PF}/examples
doins introduction.pin bg.jpg bowls.jpg linus.jpg
}






[gentoo-commits] gentoo-x86 commit in app-office/pinpoint: pinpoint-0.1.5_pre20141026.ebuild ChangeLog

2014-10-26 Thread Pacho Ramos (pacho)
pacho   14/10/26 11:24:18

  Modified: pinpoint-0.1.5_pre20141026.ebuild ChangeLog
  Log:
  Drop obsolete line
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  ChangesPath
1.2  app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild?r1=1.1r2=1.2

Index: pinpoint-0.1.5_pre20141026.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pinpoint-0.1.5_pre20141026.ebuild   26 Oct 2014 11:23:41 -  1.1
+++ pinpoint-0.1.5_pre20141026.ebuild   26 Oct 2014 11:24:18 -  1.2
@@ -1,10 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v 
1.1 2014/10/26 11:23:41 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/pinpoint/pinpoint-0.1.5_pre20141026.ebuild,v 
1.2 2014/10/26 11:24:18 pacho Exp $
 
 EAPI=5
 GCONF_DEBUG=no
-GNOME_TARBALL_SUFFIX=bz2
 
 inherit autotools gnome2
 



1.11 app-office/pinpoint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/pinpoint/ChangeLog?r1=1.10r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   26 Oct 2014 11:23:41 -  1.10
+++ ChangeLog   26 Oct 2014 11:24:18 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/pinpoint
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.10 
2014/10/26 11:23:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pinpoint/ChangeLog,v 1.11 
2014/10/26 11:24:18 pacho Exp $
+
+  26 Oct 2014; Pacho Ramos pa...@gentoo.org 
pinpoint-0.1.5_pre20141026.ebuild:
+  Drop obsolete line
 
 *pinpoint-0.1.5_pre20141026 (26 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libchewing/files: 0.3.3-tinfo.patch 0.3.3-cflags.patch 0.3.2-fix-chewing-zuin-String.patch 0.3.2-fix-crosscompile.patch

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 11:37:50

  Added:0.3.3-tinfo.patch 0.3.3-cflags.patch
  Removed:  0.3.2-fix-chewing-zuin-String.patch
0.3.2-fix-crosscompile.patch
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526902). EAPI bump. Remove 
pointless USE=debug.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.1  dev-libs/libchewing/files/0.3.3-tinfo.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/files/0.3.3-tinfo.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/files/0.3.3-tinfo.patch?rev=1.1content-type=text/plain

Index: 0.3.3-tinfo.patch
===
--- a/configure.ac
+++ b/configure.ac
@@ -91,38 +91,8 @@
 AM_CONDITIONAL(ENABLE_UNIT_TEST, test x$enable_check = xyes)
 
 # Checks for ncursesw
-OLDCFLAGS=$CFLAGS
-LIB_NAME=ncursesw
-NCURSESW_CFLAGS=
-NCURSESW_LIBS=
-for p in $HOME/include $prefix/include /usr/local/include /usr/include
-do
-   if test -f $p/ncursesw/ncurses.h
-   then
-   NCURSESW_CFLAGS=-I$p
-   AC_DEFINE(HAVE_NCURSESW_NCURSES_H, 1, [ Define to 1 if you have 
the ncursesw/ncurses.h header file. ])
-   break
-   elif test -f $p/ncurses/ncurses.h
-   then
-   NCURSESW_CFLAGS=-I$p
-   AC_DEFINE(HAVE_NCURSES_NCURSES_H, 1, [ Define to 1 if you have 
the ncurses/ncurses.h header file. ])
-   break
-   fi
-done
-
-for p in $HOME/lib $prefix/lib /usr/local/lib /usr/lib
-do
-   if test -f $p/libncursesw.so
-   then
-   if test $p != x/usr/lib
-   then
-   NCURSESW_LIBS=-L$p -lncursesw
-   else
-   NCURSESW_LIBS=-lncursesw
-   fi
-   break
-   fi
-done
+PKG_CHECK_MODULES(NCURSESW,ncursesw,
+   AC_DEFINE(HAVE_NCURSESW_NCURSES_H, 1, [ Define to 1 if you have the 
ncursesw/ncurses.h header file. ]),)
 
 enable_ncursesw=yes
 if test -z $NCURSESW_CFLAGS; then



1.1  dev-libs/libchewing/files/0.3.3-cflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/files/0.3.3-cflags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/files/0.3.3-cflags.patch?rev=1.1content-type=text/plain

Index: 0.3.3-cflags.patch
===
--- a/configure.ac
+++ b/configure.ac
@@ -153,7 +122,6 @@
 if test x$LIBDEBUG = xtrue; then
AC_DEFINE(ENABLE_DEBUG, 1,
[Define to 1 if you want native library runtime debugging code 
enabled])
-   CFLAGS=$CFLAGS -g
 fi
 AC_SUBST(LIBDEBUG)
 






[gentoo-commits] gentoo-x86 commit in dev-libs/libchewing: libchewing-0.3.3-r1.ebuild ChangeLog

2014-10-26 Thread Jeroen Roovers (jer)
jer 14/10/26 11:37:50

  Modified: ChangeLog
  Added:libchewing-0.3.3-r1.ebuild
  Log:
  Fix building against sys-libs/ncurses[tinfo] (bug #526902). EAPI bump. Remove 
pointless USE=debug.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.29 dev-libs/libchewing/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   4 Oct 2012 22:35:30 -   1.28
+++ ChangeLog   26 Oct 2014 11:37:50 -  1.29
@@ -1,6 +1,15 @@
 # ChangeLog for dev-libs/libchewing
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v 1.28 
2012/10/04 22:35:30 naota Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v 1.29 
2014/10/26 11:37:50 jer Exp $
+
+*libchewing-0.3.3-r1 (26 Oct 2014)
+
+  26 Oct 2014; Jeroen Roovers j...@gentoo.org +libchewing-0.3.3-r1.ebuild,
+  -files/0.3.2-fix-chewing-zuin-String.patch,
+  -files/0.3.2-fix-crosscompile.patch, +files/0.3.3-cflags.patch,
+  +files/0.3.3-tinfo.patch:
+  Fix building against sys-libs/ncurses[tinfo] (bug #526902). EAPI bump. Remove
+  pointless USE=debug.
 
   04 Oct 2012;  na...@gentoo.org +files/0.3.3-strncat-fix.patch,
   libchewing-0.3.3.ebuild:



1.1  dev-libs/libchewing/libchewing-0.3.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3-r1.ebuild?rev=1.1content-type=text/plain

Index: libchewing-0.3.3-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3-r1.ebuild,v 1.1 
2014/10/26 11:37:50 jer Exp $

EAPI=5

inherit autotools eutils multilib toolchain-funcs

DESCRIPTION=Library for Chinese Phonetic input method
HOMEPAGE=http://chewing.csie.net/;
SRC_URI=http://chewing.csie.net/download/libchewing/${P}.tar.bz2;

SLOT=0
LICENSE=GPL-2
KEYWORDS=~amd64 ~ppc ~x86
IUSE=static-libs test

DEPEND=
virtual/pkgconfig
test? (
sys-libs/ncurses[unicode]
=dev-libs/check-0.9.4
)


src_prepare() {
epatch \
${FILESDIR}/${PV}-cflags.patch \
${FILESDIR}/${PV}-strncat-fix.patch \
${FILESDIR}/${PV}-tinfo.patch

eautoreconf
}

src_configure() {
econf $(use_enable static-libs static)
}

src_test() {
# test subdirectory is not enabled by default; this means that we
# have to make it explicit.
emake -C test check
}

DOCS=( AUTHORS ChangeLog NEWS README TODO )

src_install() {
default

prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in dev-python/pythondialog: pythondialog-3.2.0.ebuild ChangeLog pythondialog-3.0.1.ebuild

2014-10-26 Thread Ian Delaney (idella4)
idella4 14/10/26 12:12:01

  Modified: ChangeLog
  Added:pythondialog-3.2.0.ebuild
  Removed:  pythondialog-3.0.1.ebuild
  Log:
  bump; rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.22 dev-python/pythondialog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pythondialog/ChangeLog?r1=1.21r2=1.22

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   1 Sep 2014 09:16:41 -   1.21
+++ ChangeLog   26 Oct 2014 12:12:01 -  1.22
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pythondialog
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.21 
2014/09/01 09:16:41 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythondialog/ChangeLog,v 1.22 
2014/10/26 12:12:01 idella4 Exp $
+
+*pythondialog-3.2.0 (26 Oct 2014)
+
+  26 Oct 2014; Ian Delaney idel...@gentoo.org +pythondialog-3.2.0.ebuild,
+  -pythondialog-3.0.1.ebuild:
+  bump; rm old
 
 *pythondialog-3.1.0 (01 Sep 2014)
 



1.1  dev-python/pythondialog/pythondialog-3.2.0.ebuild

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

Index: pythondialog-3.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pythondialog/pythondialog-3.2.0.ebuild,v 1.1 
2014/10/26 12:12:01 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=A Python module for making simple text/console-mode user 
interfaces
HOMEPAGE=http://pythondialog.sourceforge.net/;
SRC_URI=mirror://sourceforge/pythondialog//${PV}/python3-${P}.tar.bz2

LICENSE=LGPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86
IUSE=examples

DEPEND=dev-util/dialog
RDEPEND=${DEPEND}

python_install_all() {
use examples  local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}






[gentoo-commits] proj/catalyst:master commit in: targets/support/

2014-10-26 Thread Raúl Porcel
commit: 0289632ebf197a227314bb5f81888044db209b3d
Author: Raúl Porcel armin76 AT gentoo DOT org
AuthorDate: Sun Oct 26 12:24:30 2014 +
Commit: Raúl Porcel armin76 AT gentoo DOT org
CommitDate: Sun Oct 26 12:24:30 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0289632e

Typo

Signed-off-by: Raúl Porcel armin76 AT gentoo.org

---
 targets/support/create-iso.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index fe1f0fc..bf81cba 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -13,7 +13,7 @@ case ${clst_hostarch} in
;;
*)
cdmaker=mkisofs
-   cdmakerpkg=app-cdr/cdrkit or app/cdr-cdrtools
+   cdmakerpkg=app-cdr/cdrkit or app-cdr/cdrtools
;;
 esac
 



[gentoo-commits] proj/catalyst:2.X commit in: targets/support/

2014-10-26 Thread Raúl Porcel
commit: f692bd081eddfcd2bdb0794f9073d5953954a5b7
Author: Raúl Porcel armin76 AT gentoo DOT org
AuthorDate: Sun Oct 26 12:25:46 2014 +
Commit: Raúl Porcel armin76 AT gentoo DOT org
CommitDate: Sun Oct 26 12:25:46 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=f692bd08

Typo

Signed-off-by: Raúl Porcel armin76 AT gentoo.org

---
 targets/support/create-iso.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index fe1f0fc..bf81cba 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -13,7 +13,7 @@ case ${clst_hostarch} in
;;
*)
cdmaker=mkisofs
-   cdmakerpkg=app-cdr/cdrkit or app/cdr-cdrtools
+   cdmakerpkg=app-cdr/cdrkit or app-cdr/cdrtools
;;
 esac
 



[gentoo-commits] proj/catalyst:3.0 commit in: targets/support/

2014-10-26 Thread Raúl Porcel
commit: 57206e6504cb0d849453a298401209e4b02fd011
Author: Raúl Porcel armin76 AT gentoo DOT org
AuthorDate: Sun Oct 26 12:27:33 2014 +
Commit: Raúl Porcel armin76 AT gentoo DOT org
CommitDate: Sun Oct 26 12:27:33 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=57206e65

Typo

Signed-off-by: Raúl Porcel armin76 AT gentoo.org

---
 targets/support/create-iso.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh
index 922057e..49f3f40 100755
--- a/targets/support/create-iso.sh
+++ b/targets/support/create-iso.sh
@@ -13,7 +13,7 @@ case ${clst_hostarch} in
;;
*)
cdmaker=mkisofs
-   cdmakerpkg=app-cdr/cdrkit or app/cdr-cdrtools
+   cdmakerpkg=app-cdr/cdrkit or app-cdr/cdrtools
;;
 esac
 



[gentoo-commits] gentoo-x86 commit in dev-libs/libical: libical-1.0.1.ebuild ChangeLog

2014-10-26 Thread Samuli Suominen (ssuominen)
ssuominen14/10/26 12:54:47

  Modified: libical-1.0.1.ebuild ChangeLog
  Log:
  Move DOCS= above functions in the ebuild. Drop refs. to citadel and aurore 
from DESCRIPTION while at it.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  ChangesPath
1.2  dev-libs/libical/libical-1.0.1.ebuild

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

Index: libical-1.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libical-1.0.1.ebuild24 Oct 2014 17:51:34 -  1.1
+++ libical-1.0.1.ebuild26 Oct 2014 12:54:47 -  1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v 1.1 
2014/10/24 17:51:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-1.0.1.ebuild,v 1.2 
2014/10/26 12:54:47 ssuominen Exp $
 
 EAPI=5
 inherit cmake-utils
 
-DESCRIPTION=An implementation of basic iCAL protocols from citadel, 
previously known as aurore
+DESCRIPTION=An implementation of basic iCAL protocols
 HOMEPAGE=http://github.com/libical/libical;
 SRC_URI=http://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz
 
@@ -19,17 +19,17 @@
 DEPEND=${RDEPEND}
dev-lang/perl
 
+DOCS=(
+   AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
+   doc/{AddingOrModifyingComponents,UsingLibical}.txt
+)
+
 src_configure() {
local mycmakeargs=( $(cmake-utils_use introspection 
GOBJECT_INTROSPECTION) )
use static-libs || mycmakeargs+=( -DSHARED_ONLY=ON )
cmake-utils_src_configure
 }
 
-DOCS=(
-   AUTHORS ReadMe.txt ReleaseNotes.txt TEST THANKS TODO
-   doc/{AddingOrModifyingComponents,UsingLibical}.txt
-)
-
 src_compile() {
cmake-utils_src_compile -j1
 }



1.88 dev-libs/libical/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/ChangeLog?rev=1.88view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/ChangeLog?rev=1.88content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libical/ChangeLog?r1=1.87r2=1.88

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   24 Oct 2014 17:51:34 -  1.87
+++ ChangeLog   26 Oct 2014 12:54:47 -  1.88
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libical
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.87 
2014/10/24 17:51:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/ChangeLog,v 1.88 
2014/10/26 12:54:47 ssuominen Exp $
+
+  26 Oct 2014; Samuli Suominen ssuomi...@gentoo.org libical-1.0.1.ebuild:
+  Move DOCS= above functions in the ebuild. Drop refs. to citadel and aurore
+  from DESCRIPTION while at it.
 
 *libical-1.0.1 (24 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in net-misc/strongswan: strongswan-5.2.1.ebuild ChangeLog strongswan-5.2.0-r1.ebuild

2014-10-26 Thread Bjarke Istrup Pedersen (gurligebis)
gurligebis14/10/26 13:13:00

  Modified: ChangeLog
  Added:strongswan-5.2.1.ebuild
  Removed:  strongswan-5.2.0-r1.ebuild
  Log:
  Bumping to 5.2.1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
15AE484C)

Revision  ChangesPath
1.147net-misc/strongswan/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/ChangeLog?rev=1.147view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/ChangeLog?rev=1.147content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/ChangeLog?r1=1.146r2=1.147

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog   18 Oct 2014 05:59:01 -  1.146
+++ ChangeLog   26 Oct 2014 13:13:00 -  1.147
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/strongswan
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.146 
2014/10/18 05:59:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.147 
2014/10/26 13:13:00 gurligebis Exp $
+
+*strongswan-5.2.1 (26 Oct 2014)
+
+  26 Oct 2014; gurlige...@gentoo.org -strongswan-5.2.0-r1.ebuild,
+  +strongswan-5.2.1.ebuild:
+  Bumping to 5.2.1
 
   18 Oct 2014; Mike Frysinger vap...@gentoo.org strongswan-5.2.0-r1.ebuild:
   Add USE=gmp to control the gmp plugin #504942 by Enrico Tagliavini.



1.1  net-misc/strongswan/strongswan-5.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/strongswan-5.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/strongswan/strongswan-5.2.1.ebuild?rev=1.1content-type=text/plain

Index: strongswan-5.2.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-5.2.1.ebuild,v 1.1 
2014/10/26 13:13:00 gurligebis Exp $

EAPI=5
inherit eutils linux-info systemd user

DESCRIPTION=IPsec-based VPN solution focused on security and ease of use, 
supporting IKEv1/IKEv2 and MOBIKE
HOMEPAGE=http://www.strongswan.org/;
SRC_URI=http://download.strongswan.org/${P}.tar.bz2;

LICENSE=GPL-2 RSA DES
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
IUSE=+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql 
networkmanager +non-root +openssl sqlite pam pkcs11

STRONGSWAN_PLUGINS_STD=led lookip systime-fix unity vici
STRONGSWAN_PLUGINS_OPT=blowfish ccm ctr gcm ha ipseckey ntru padlock rdrand 
unbound whitelist
for mod in $STRONGSWAN_PLUGINS_STD; do
IUSE=${IUSE} +strongswan_plugins_${mod}
done

for mod in $STRONGSWAN_PLUGINS_OPT; do
IUSE=${IUSE} strongswan_plugins_${mod}
done

COMMON_DEPEND=!net-misc/openswan
gmp? ( =dev-libs/gmp-4.1.5 )
gcrypt? ( dev-libs/libgcrypt:0 )
caps? ( sys-libs/libcap )
curl? ( net-misc/curl )
ldap? ( net-nds/openldap )
openssl? ( =dev-libs/openssl-0.9.8[-bindist] )
mysql? ( virtual/mysql )
sqlite? ( =dev-db/sqlite-3.3.1 )
networkmanager? ( net-misc/networkmanager )
pam? ( sys-libs/pam )
strongswan_plugins_unbound? ( net-dns/unbound )
DEPEND=${COMMON_DEPEND}
virtual/linux-sources
sys-kernel/linux-headers
RDEPEND=${COMMON_DEPEND}
virtual/logger
sys-apps/iproute2
!net-misc/libreswan

UGID=ipsec

pkg_setup() {
linux-info_pkg_setup
elog Linux kernel version: ${KV_FULL}

if ! kernel_is -ge 2 6 16; then
eerror
eerror This ebuild currently only supports ${PN} with the
eerror native Linux 2.6 IPsec stack on kernels = 2.6.16.
eerror
fi

if kernel_is -lt 2 6 34; then
ewarn
ewarn IMPORTANT KERNEL NOTES: Please read carefully...
ewarn

if kernel_is -lt 2 6 29; then
ewarn [  2.6.29 ] Due to a missing kernel feature, 
you have to
ewarn include all required IPv6 modules even if you 
just intend
ewarn to run on IPv4 only.
ewarn
ewarn This has been fixed with kernels = 2.6.29.
ewarn
fi

if kernel_is -lt 2 6 33; then
ewarn [  2.6.33 ] Kernels prior to 2.6.33 include a 
non-standards
ewarn compliant implementation for SHA-2 HMAC support 
in ESP and
ewarn miss SHA384 and SHA512 HMAC support 

[gentoo-commits] gentoo-x86 commit in dev-libs/libexplain: ChangeLog libexplain-1.4.ebuild

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 13:22:06

  Modified: ChangeLog libexplain-1.4.ebuild
  Log:
  dev-libs/libexplain: Restrict test as they are suggestions for improvements, 
#526896
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.32 dev-libs/libexplain/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   8 Jun 2014 11:03:35 -   1.31
+++ ChangeLog   26 Oct 2014 13:22:06 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libexplain
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.31 
2014/06/08 11:03:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.32 
2014/10/26 13:22:06 jlec Exp $
+
+  26 Oct 2014; Justin Lecher j...@gentoo.org libexplain-1.4.ebuild:
+  Restrict test as they are suggestions for improvements, #526896
 
   08 Jun 2014; Agostino Sarubbo a...@gentoo.org libexplain-1.3.ebuild:
   Stable for ppc, wrt bug #499534
@@ -16,7 +19,7 @@
 *libexplain-1.4 (08 Mar 2014)
 
   08 Mar 2014; Tim Harder radher...@gentoo.org +libexplain-1.4.ebuild:
-  Version bump.
+  Version Bump.
 
   27 Feb 2014; Chema Alonso nim...@gentoo.org libexplain-1.3.ebuild:
   Stable for amd64 wrt bug #499534
@@ -24,12 +27,12 @@
 *libexplain-1.3 (30 Nov 2013)
 
   30 Nov 2013; Tim Harder radher...@gentoo.org +libexplain-1.3.ebuild:
-  Version bump.
+  Version Bump.
 
 *libexplain-1.2 (10 May 2013)
 
   10 May 2013; Tim Harder radher...@gentoo.org +libexplain-1.2.ebuild:
-  Version bump.
+  Version Bump.
 
   31 Jan 2013; Justin Lecher j...@gentoo.org libexplain-1.1.ebuild:
   Handle docs correctly
@@ -43,7 +46,7 @@
   31 Jan 2013; Justin Lecher j...@gentoo.org +libexplain-1.1.ebuild,
   +files/libexplain-1.1-v4l2.patch, +files/libexplain-1.1-yacc.patch,
   metadata.xml:
-  Version BUmp; add fix for bison-2.6, #429552; backport fix for recent changes
+  Version Bump; add fix for bison-2.6, #429552; backport fix for recent changes
   in linux-header regarding v4l2, #438486
 
   30 May 2012; Tim Harder radher...@gentoo.org -libexplain-0.51.ebuild:
@@ -52,7 +55,7 @@
 *libexplain-1.0 (30 May 2012)
 
   30 May 2012; Tim Harder radher...@gentoo.org +libexplain-1.0.ebuild:
-  Version bump.
+  Version Bump.
 
   04 Mar 2012; Tim Harder radher...@gentoo.org -libexplain-0.50.ebuild:
   Remove old.
@@ -60,7 +63,7 @@
 *libexplain-0.52 (04 Mar 2012)
 
   04 Mar 2012; Tim Harder radher...@gentoo.org +libexplain-0.52.ebuild:
-  Version bump.
+  Version Bump.
 
   23 Feb 2012; Tim Harder radher...@gentoo.org libexplain-0.51.ebuild:
   Set autotools-utils autoreconf variable instead of calling eautoreconf.
@@ -71,7 +74,7 @@
 *libexplain-0.51 (26 Jan 2012)
 
   26 Jan 2012; Tim Harder radher...@gentoo.org +libexplain-0.51.ebuild:
-  Version bump.
+  Version Bump.
 
   16 Jan 2012; Tim Harder radher...@gentoo.org -libexplain-0.40.ebuild,
   -libexplain-0.42.ebuild, -libexplain-0.45.ebuild, -libexplain-0.46.ebuild,
@@ -81,7 +84,7 @@
 *libexplain-0.50 (16 Jan 2012)
 
   16 Jan 2012; Tim Harder radher...@gentoo.org +libexplain-0.50.ebuild:
-  Version bump.
+  Version Bump.
 
   28 Nov 2011; Tim Harder radher...@gentoo.org libexplain-0.49.ebuild:
   Re-add the eautoreconf call and other minor fixes.
@@ -97,27 +100,27 @@
 *libexplain-0.49 (10 Nov 2011)
 
   10 Nov 2011; Tim Harder radher...@gentoo.org +libexplain-0.49.ebuild:
-  Version bump.
+  Version Bump.
 
 *libexplain-0.47 (28 Sep 2011)
 
   28 Sep 2011; Tim Harder radher...@gentoo.org +libexplain-0.47.ebuild:
-  Version bump.
+  Version Bump.
 
 *libexplain-0.46 (31 Aug 2011)
 
   31 Aug 2011; Tim Harder radher...@gentoo.org +libexplain-0.46.ebuild:
-  Version bump.
+  Version Bump.
 
 *libexplain-0.45 (24 Aug 2011)
 
   24 Aug 2011; Tim Harder radher...@gentoo.org +libexplain-0.45.ebuild,
   +files/libexplain-0.45-configure.patch:
-  Version bump.
+  Version Bump.
 
   28 Jun 2011; Justin Lecher j...@gentoo.org libexplain-0.40.ebuild,
   libexplain-0.42.ebuild, metadata.xml:
-  ADded missing dependency on sys-libs/libcap, #372633; EAPI bump
+  ADded missing dependency on sys-libs/libcap, #372633; EAPI Bump
 
 *libexplain-0.42 (13 Jun 2011)
 



1.2  dev-libs/libexplain/libexplain-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild?rev=1.2view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in net-analyzer/ospd: - New directory

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 13:36:24

  Log:
  Directory /var/cvsroot/gentoo-x86/net-analyzer/ospd added to the repository



[gentoo-commits] gentoo-x86 commit in dev-python/gevent-zeromq: ChangeLog gevent-zeromq-0.2.5.ebuild

2014-10-26 Thread Ian Delaney (idella4)
idella4 14/10/26 13:47:05

  Modified: ChangeLog
  Removed:  gevent-zeromq-0.2.5.ebuild
  Log:
  rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.5  dev-python/gevent-zeromq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-zeromq/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-zeromq/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-zeromq/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/gevent-zeromq/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   11 Apr 2014 08:20:13 -  1.4
+++ ChangeLog   26 Oct 2014 13:47:05 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/gevent-zeromq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent-zeromq/ChangeLog,v 1.4 
2014/04/11 08:20:13 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent-zeromq/ChangeLog,v 1.5 
2014/10/26 13:47:05 idella4 Exp $
+
+  26 Oct 2014; Ian Delaney idel...@gentoo.org -gevent-zeromq-0.2.5.ebuild:
+  rm old
 
   11 Apr 2014; Ian Delaney idel...@gentoo.org gevent-zeromq-0.2.5-r1.ebuild:
   set dep pyzmq to required version, thx to report in Bug #507296 by W. King






[gentoo-commits] gentoo-x86 commit in dev-ruby/magic: ChangeLog magic-0.2.8-r1.ebuild

2014-10-26 Thread Hans de Graaff (graaff)
graaff  14/10/26 13:49:46

  Modified: ChangeLog magic-0.2.8-r1.ebuild
  Log:
  Add missing dependency on sys-apps/file for the libmagic library. Hopefully 
fixes bug 526890.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.5  dev-ruby/magic/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/magic/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   15 Jun 2014 15:36:00 -  1.4
+++ ChangeLog   26 Oct 2014 13:49:46 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/magic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v 1.4 2014/06/15 
15:36:00 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/ChangeLog,v 1.5 2014/10/26 
13:49:46 graaff Exp $
+
+  26 Oct 2014; Hans de Graaff gra...@gentoo.org magic-0.2.8-r1.ebuild:
+  Add missing dependency on sys-apps/file for the libmagic library. Hopefully
+  fixes bug 526890.
 
 *magic-0.2.8-r1 (15 Jun 2014)
 



1.2  dev-ruby/magic/magic-0.2.8-r1.ebuild

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

Index: magic-0.2.8-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/magic/magic-0.2.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- magic-0.2.8-r1.ebuild   15 Jun 2014 15:36:00 -  1.1
+++ magic-0.2.8-r1.ebuild   26 Oct 2014 13:49:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/magic-0.2.8-r1.ebuild,v 1.1 
2014/06/15 15:36:00 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/magic/magic-0.2.8-r1.ebuild,v 1.2 
2014/10/26 13:49:46 graaff Exp $
 
 EAPI=5
 
@@ -21,6 +21,9 @@
 SLOT=0
 KEYWORDS=~amd64
 
+RDEPEND+=sys-apps/file
+DEPEND+=test? ( sys-apps/file )
+
 ruby_add_bdepend test? ( dev-ruby/test-unit:2 )
 ruby_add_rdepend virtual/ruby-ffi
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/permutation: ChangeLog permutation-0.1.8-r1.ebuild permutation-0.1.8.ebuild

2014-10-26 Thread Hans de Graaff (graaff)
graaff  14/10/26 13:55:11

  Modified: ChangeLog
  Added:permutation-0.1.8-r1.ebuild
  Removed:  permutation-0.1.8.ebuild
  Log:
  Revision bump. Install documentation. Run documentation and tests directly to 
avoid obsolete rake code.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.3  dev-ruby/permutation/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/permutation/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   6 Aug 2014 07:00:07 -   1.2
+++ ChangeLog   26 Oct 2014 13:55:11 -  1.3
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/permutation
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/permutation/ChangeLog,v 1.2 
2014/08/06 07:00:07 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/permutation/ChangeLog,v 1.3 
2014/10/26 13:55:11 graaff Exp $
+
+*permutation-0.1.8-r1 (26 Oct 2014)
+
+  26 Oct 2014; Hans de Graaff gra...@gentoo.org -permutation-0.1.8.ebuild,
+  +permutation-0.1.8-r1.ebuild:
+  Revision bump. Install documentation. Run documentation and tests directly to
+  avoid obsolete rake code.
 
   06 Aug 2014; Manuel Rüger mr...@gentoo.org permutation-0.1.8.ebuild:
   Add ruby21 target.



1.1  dev-ruby/permutation/permutation-0.1.8-r1.ebuild

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

Index: permutation-0.1.8-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/permutation/permutation-0.1.8-r1.ebuild,v 1.1 
2014/10/26 13:55:11 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc

RUBY_FAKEGEM_EXTRADOC=CHANGES README

inherit multilib ruby-fakegem

DESCRIPTION=Library to perform different operations with permutations of 
sequences (strings, arrays, etc.)
HOMEPAGE=http://flori.github.com/permutation;

LICENSE=|| ( Ruby-BSD BSD-2 )
SLOT=0
KEYWORDS=~amd64
IUSE=doc

each_ruby_test() {
${RUBY} -Ilib test/test.rb || die
}






[gentoo-commits] gentoo-x86 commit in net-analyzer/ospd/files: - New directory

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 14:02:27

  Log:
  Directory /var/cvsroot/gentoo-x86/net-analyzer/ospd/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-layout: ChangeLog prawn-layout-0.8.4-r2.ebuild

2014-10-26 Thread Hans de Graaff (graaff)
graaff  14/10/26 14:07:03

  Modified: ChangeLog prawn-layout-0.8.4-r2.ebuild
  Log:
  Fix use of obsolete rake tasks, bug 526488.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.20 dev-ruby/prawn-layout/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Apr 2014 00:56:52 -  1.19
+++ ChangeLog   26 Oct 2014 14:07:03 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/prawn-layout
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/ChangeLog,v 1.19 
2014/04/25 00:56:52 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/ChangeLog,v 1.20 
2014/10/26 14:07:03 graaff Exp $
+
+  26 Oct 2014; Hans de Graaff gra...@gentoo.org prawn-layout-0.8.4-r2.ebuild:
+  Fix use of obsolete rake tasks, bug 526488.
 
   25 Apr 2014; Manuel Rüger mr...@gentoo.org prawn-layout-0.8.4-r2.ebuild:
   EAPI bump.



1.11 dev-ruby/prawn-layout/prawn-layout-0.8.4-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-layout/prawn-layout-0.8.4-r2.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-layout/prawn-layout-0.8.4-r2.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/prawn-layout/prawn-layout-0.8.4-r2.ebuild?r1=1.10r2=1.11

Index: prawn-layout-0.8.4-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/prawn-layout-0.8.4-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- prawn-layout-0.8.4-r2.ebuild25 Apr 2014 00:56:52 -  1.10
+++ prawn-layout-0.8.4-r2.ebuild26 Oct 2014 14:07:03 -  1.11
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/prawn-layout-0.8.4-r2.ebuild,v 
1.10 2014/04/25 00:56:52 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/prawn-layout-0.8.4-r2.ebuild,v 
1.11 2014/10/26 14:07:03 graaff Exp $
 
 EAPI=5
-USE_RUBY=ruby19 jruby
+USE_RUBY=ruby19
 
 RUBY_FAKEGEM_DOCDIR=doc
 RUBY_FAKEGEM_EXTRADOC=README
@@ -22,6 +22,13 @@
 
 ruby_add_rdepend =dev-ruby/prawn-core-$(get_version_component_range 1-2)*
 
+all_ruby_prepare() {
+   # Avoid obsolete rake tasks.
+   sed -i -e 's:rake/rdoctask:rdoc/task:' \
+   -e '/gempackagetask/ s:^:#:' \
+   -e '/GemPackageTask/,/end/ s:^:#:' Rakefile || die
+}
+
 all_ruby_install() {
all_fakegem_install
 






[gentoo-commits] gentoo-x86 commit in dev-ruby/hexoid: hexoid-0.2.2.ebuild ChangeLog

2014-10-26 Thread Hans de Graaff (graaff)
graaff  14/10/26 14:14:59

  Modified: hexoid-0.2.2.ebuild ChangeLog
  Log:
  Fix use of obsolete rake tasks, bug 526424.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.7  dev-ruby/hexoid/hexoid-0.2.2.ebuild

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

Index: hexoid-0.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hexoid/hexoid-0.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hexoid-0.2.2.ebuild 24 Apr 2014 16:41:26 -  1.6
+++ hexoid-0.2.2.ebuild 26 Oct 2014 14:14:59 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hexoid/hexoid-0.2.2.ebuild,v 1.6 
2014/04/24 16:41:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hexoid/hexoid-0.2.2.ebuild,v 1.7 
2014/10/26 14:14:59 graaff Exp $
 
 EAPI=5
 
@@ -32,6 +32,12 @@
 #SRC_URI=http://github.com/delano/${PN}/tarball/v${PV} - ${PN}-git-${PV}.tgz
 #S=${WORKDIR}/delano-${PN}-*
 
+all_ruby_prepare() {
+   sed -i -e 's:rake/rdoctask:rdoc/task:' \
+   -e '/gempackagetask/ s:^:#:' \
+   -e '/GemPackageTask/,/end/ s:^:#:' Rakefile || die
+}
+
 each_ruby_test() {
${RUBY} -S sergeant || die tests failed
 }



1.7  dev-ruby/hexoid/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hexoid/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hexoid/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hexoid/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hexoid/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   24 Apr 2014 16:41:26 -  1.6
+++ ChangeLog   26 Oct 2014 14:14:59 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/hexoid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hexoid/ChangeLog,v 1.6 2014/04/24 
16:41:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hexoid/ChangeLog,v 1.7 2014/10/26 
14:14:59 graaff Exp $
+
+  26 Oct 2014; Hans de Graaff gra...@gentoo.org hexoid-0.2.2.ebuild:
+  Fix use of obsolete rake tasks, bug 526424.
 
   24 Apr 2014; Manuel Rüger mr...@gentoo.org hexoid-0.2.2.ebuild:
   EAPI bump.






[gentoo-commits] gentoo-x86 commit in dev-python/pyzmq: pyzmq-14.3.1.ebuild pyzmq-14.4.0.ebuild ChangeLog pyzmq-14.3.0.ebuild pyzmq-14.0.1.ebuild pyzmq-2.1.11.ebuild pyzmq-14.1.1.ebuild

2014-10-26 Thread Ian Delaney (idella4)
idella4 14/10/26 14:17:29

  Modified: pyzmq-14.3.1.ebuild ChangeLog
  Added:pyzmq-14.4.0.ebuild
  Removed:  pyzmq-14.3.0.ebuild pyzmq-14.0.1.ebuild
pyzmq-2.1.11.ebuild pyzmq-14.1.1.ebuild
  Log:
  correction to deps, bump, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.4  dev-python/pyzmq/pyzmq-14.3.1.ebuild

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

Index: pyzmq-14.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyzmq-14.3.1.ebuild 26 Aug 2014 10:10:05 -  1.3
+++ pyzmq-14.3.1.ebuild 26 Oct 2014 14:17:29 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.3 
2014/08/26 10:10:05 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.4 
2014/10/26 14:17:29 idella4 Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -16,12 +16,12 @@
 KEYWORDS=~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 IUSE=doc examples green test
 
-PY2_USEDEP=$(python_gen_usedep 'python2*')
+PY2_USEDEP=$(python_gen_usedep python2_7)
 RDEPEND==net-libs/zeromq-2.1.9
-   dev-python/py[${PY2_USEDEP}]
+   dev-python/py[${PYTHON_USEDEP}]
+   dev-python/cffi[${PYTHON_USEDEP}]
green? ( dev-python/gevent[${PY2_USEDEP}] )
-DEPEND=${RDEPEND}
-   test? ( dev-python/cffi[${PYTHON_USEDEP}]
+DEPEND=test? ( ${RDEPEND}
dev-python/nose[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
 



1.51 dev-python/pyzmq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.51view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.51content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?r1=1.50r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   26 Aug 2014 10:10:05 -  1.50
+++ ChangeLog   26 Oct 2014 14:17:29 -  1.51
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/pyzmq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.50 
2014/08/26 10:10:05 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.51 
2014/10/26 14:17:29 idella4 Exp $
+
+*pyzmq-14.4.0 (26 Oct 2014)
+
+  26 Oct 2014; Ian Delaney idel...@gentoo.org +pyzmq-14.4.0.ebuild,
+  -pyzmq-14.0.1.ebuild, -pyzmq-14.1.1.ebuild, -pyzmq-14.3.0.ebuild,
+  -pyzmq-2.1.11.ebuild, pyzmq-14.3.1.ebuild:
+  correction to deps, bump, rm old
 
   26 Aug 2014; Joshua Kinard ku...@gentoo.org pyzmq-14.3.1.ebuild:
   Added ~mips to KEYWORDS, per Bug #520744.



1.1  dev-python/pyzmq/pyzmq-14.4.0.ebuild

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

Index: pyzmq-14.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.1 
2014/10/26 14:17:29 idella4 Exp $

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

inherit distutils-r1 toolchain-funcs

DESCRIPTION=PyZMQ is a lightweight and super-fast messaging library built on 
top of the ZeroMQ library
HOMEPAGE=http://www.zeromq.org/bindings:python 
http://pypi.python.org/pypi/pyzmq;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
IUSE=doc examples green test

PY2_USEDEP=$(python_gen_usedep python2_7)
RDEPEND==net-libs/zeromq-2.1.9
dev-python/py[${PYTHON_USEDEP}]
dev-python/cffi[${PYTHON_USEDEP}]
green? ( dev-python/gevent[${PY2_USEDEP}] )
DEPEND=test? ( ${RDEPEND}

[gentoo-commits] gentoo-x86 commit in net-analyzer/ospd/files: ospd-1.0_beta3-description.patch

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 14:21:24

  Added:ospd-1.0_beta3-description.patch
  Log:
  net-analyzer/ospd: Initial commit, written by me
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  net-analyzer/ospd/files/ospd-1.0_beta3-description.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/files/ospd-1.0_beta3-description.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/files/ospd-1.0_beta3-description.patch?rev=1.1content-type=text/plain

Index: ospd-1.0_beta3-description.patch
===
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 5c17dd1..fffea59 100644
--- a/setup.py
+++ b/setup.py
@@ -40,8 +40,8 @@ setup(
 # http://packaging.python.org/en/latest/tutorial.html#version
 version='1.0+beta3',
 
-description=('OSPD is a collection of scanner wrappers which share the, ',
- 'same communication protocol: OSP (OpenVAS Scanner ',
+description=('OSPD is a collection of scanner wrappers which share the, '
+ 'same communication protocol: OSP (OpenVAS Scanner '
  'Protocol)'),
 long_description=long_description,
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/ospd: metadata.xml ChangeLog ospd-1.0_beta3.ebuild Manifest

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 14:21:24

  Added:metadata.xml ChangeLog ospd-1.0_beta3.ebuild
Manifest
  Log:
  net-analyzer/ospd: Initial commit, written by me
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.1  net-analyzer/ospd/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/metadata.xml?rev=1.1content-type=text/plain

Index: metadata.xml
===
?xml version=1.0 encoding=UTF-8?
!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
pkgmetadata
  maintainer
emailj...@gentoo.org/email
  /maintainer
/pkgmetadata



1.1  net-analyzer/ospd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for net-analyzer/ospd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ospd/ChangeLog,v 1.1 2014/10/26 
14:21:24 jlec Exp $

*ospd-1.0_beta3 (26 Oct 2014)

  26 Oct 2014; Justin Lecher j...@gentoo.org +ospd-1.0_beta3.ebuild,
  +files/ospd-1.0_beta3-description.patch, +metadata.xml:
  Initial commit, written by me




1.1  net-analyzer/ospd/ospd-1.0_beta3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/ospd-1.0_beta3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/ospd-1.0_beta3.ebuild?rev=1.1content-type=text/plain

Index: ospd-1.0_beta3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ospd/ospd-1.0_beta3.ebuild,v 
1.1 2014/10/26 14:21:24 jlec Exp $

EAPI=5

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

inherit distutils-r1

DL_ID=1783

DESCRIPTION=Collection of scanner wrappers for OpenVAS
HOMEPAGE=http://www.openvas.org/;
SRC_URI=http://wald.intevation.org/frs/download.php/${DL_ID}/${P/_beta/+beta}.tar.gz;

SLOT=0
LICENSE=GPL-2+
KEYWORDS= ~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=

RDEPEND=
dev-python/paramiko[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]

DEPEND=${RDEPEND}

S=${WORKDIR}/${P/_beta/-beta}

_DOCS=( ChangeLog CHANGES README )

PATCHES=(
${FILESDIR}/${P}-description.patch
)



1.1  net-analyzer/ospd/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/ospd/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
AUX ospd-1.0_beta3-description.patch 658 SHA256 
81e0957e7e75af75242f98432248e80316f53a7a99c1a052c2a91c9743114f2b SHA512 
8823f165a15b0bf6c6d567079c7f04d406e1ada3d9379c17df7cee4176664efb284cb0e4992cab3585ea382c51ac03cf81a91e528970f6a7469e6d651f39afca
 WHIRLPOOL 
8c4c2fcaedff34bb86d0d766259b09d1e9846783b57d2bcb44acb6fd736494118b0d0c8a96d970865d0b4d2e7a8948522b7e70cb1f6728fae8ce95d0d2055476
DIST ospd-1.0+beta3.tar.gz 39724 SHA256 
b9fe46aa8ad80e06e783a5d338db439e3a74c7730dc5f9eac12e0a23b885c280 SHA512 
e30978c2fdc4df4bd39f383e20a68efd303d7994cfb00f0769090eca4c56b3b7aca8e9ec7a37696e49e25a7b8dd9207da8ac869d81c2ea44d6ac6eb32d1704f6
 WHIRLPOOL 
7d7016b4ad9679a365f2a4b015fe4d435663fd141a909c08dd0714f52c834c0951a3c17775157336d840ecf57a84b6c92625b9e5e7e8f31956bbd1b9308e45c6
EBUILD ospd-1.0_beta3.ebuild 816 SHA256 
bccc39e0ca93a15f9d79a144230f4f347e8fcb5b6ba785d45b863034b6e59125 SHA512 
eda40acdcf85141a968ee040089209a28390094b01f1cb4fbc5d0f35d2c6fea9b4944587f2cc91117b87386becdf8a4a163638f6bab8b94f4a8fe04375891f3f
 WHIRLPOOL 
a5c6428d44d874dc37b1af5c3fb41e47d924533018470ffa681d00fe74a53b548324b317dc15b14e6a8cd1251dddaca4e7afa8f5c5de1c460903aabf4975758e
MISC ChangeLog 311 SHA256 
bbf08c2d28588765d6399914c9738e1e933503c5b48ffe789db270c27db47299 SHA512 
b41cbef54976aa05bbd77ea6bc8d2a4840df732c2b331992b650fbe8f7db521e1543b9a6484d30a0dd4a4d2f264795db955fc4adb9dedfbe2918caad83dba927
 WHIRLPOOL 
e5093bb056f3feff948e4b4785c4fa4620742663ed5ded1337c6c15df68c75576eb6a1f7d268042c99eb0acede542b9877639ffe98749f9351a98d4311ae1f47
MISC metadata.xml 205 SHA256 
b4660d1f4b47c8c40fc6f986791c6da3f0d7513fe4489a0d2bbb83346dcb1f5b SHA512 
0e0b6e89b125b4849b4164e7cabb5297ae930c4db499c6685c3852a60e209418c26eb33e452a0a78e800c960ac5032f97d436bc3b7266a0ac76092f6f2595d11
 WHIRLPOOL 

[gentoo-commits] gentoo-x86 commit in sci-mathematics/dataplot: dataplot-20090821.ebuild metadata.xml ChangeLog

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 14:40:18

  Modified: dataplot-20090821.ebuild metadata.xml ChangeLog
  Log:
  sci-mathematics/dataplot: Drop bashisms from configure.ac, #526888
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.7  sci-mathematics/dataplot/dataplot-20090821.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild?r1=1.6r2=1.7

Index: dataplot-20090821.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dataplot-20090821.ebuild16 Oct 2012 19:13:05 -  1.6
+++ dataplot-20090821.ebuild26 Oct 2014 14:40:18 -  1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.6 
2012/10/16 19:13:05 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/dataplot/dataplot-20090821.ebuild,v 1.7 
2014/10/26 14:40:18 jlec Exp $
 
-EAPI=4
+EAPI=5
 
 inherit eutils fortran-2 toolchain-funcs autotools
 
@@ -39,19 +39,19 @@
 src_unpack() {
# unpacking and renaming because
# upstream does not use directories
-   mkdir ${S_AUX}
-   pushd ${S_AUX}  /dev/null
+   mkdir ${S_AUX} || die
+   pushd ${S_AUX}  /dev/null || die
unpack ${MY_P_AUX}.tar.gz
-   popd  /dev/null
-   mkdir ${MY_P}
-   cd ${S}
+   popd  /dev/null || die
+   mkdir ${MY_P} || die
+   cd ${S} || die
unpack ${MY_P}.tar.gz
 }
 
 src_prepare() {
epatch ${FILESDIR}/${P}-opengl.patch
-   cp ${FILESDIR}/Makefile.am.${PV} Makefile.am
-   cp ${FILESDIR}/configure.ac.${PV} configure.ac
+   cp ${FILESDIR}/Makefile.am.${PV} Makefile.am || die
+   cp ${FILESDIR}/configure.ac.${PV} configure.ac || die
sed -e s:IHOST1='SUN':IHOST1='@HOST@: \
-e s:/usr/local/lib:@datadir@:g \
dp1_linux.f  dp1_linux.f.in || die
@@ -69,7 +69,7 @@
 }
 
 src_install() {
-   emake DESTDIR=${D} install
+   default
 
if use examples; then
insinto /usr/share/doc/${PF}/examples
@@ -79,8 +79,3 @@
doins ${S_AUX}/dp{mes,sys,log}f.tex
doenvd ${FILESDIR}/90${PN}
 }
-
-pkg_postinst() {
-   elog Before using dataplot, please run (as root):
-   elog env-update  source /etc/profile
-}



1.9  sci-mathematics/dataplot/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/metadata.xml?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/metadata.xml?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/metadata.xml?r1=1.8r2=1.9

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml16 Oct 2012 19:13:05 -  1.8
+++ metadata.xml26 Oct 2014 14:40:18 -  1.9
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdsci-mathematics/herd
-   longdescription lang=en
+  herdsci-mathematics/herd
+  longdescription lang=en
   Dataplot is a software system for scientific visualization,
   statistical analysis, and non-linear modeling. The target Dataplot
   user is the researcher and analyst engaged in the characterization,



1.19 sci-mathematics/dataplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.19view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?rev=1.19content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/ChangeLog?r1=1.18r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/dataplot/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   16 Oct 2012 19:13:05 -  1.18
+++ ChangeLog   26 Oct 2014 14:40:18 -  1.19
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/dataplot
-# Copyright 1999-2012 Gentoo Foundation; 

[gentoo-commits] gentoo-x86 commit in sci-mathematics/dataplot/files: configure.ac.20090821

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 14:40:18

  Modified: configure.ac.20090821
  Log:
  sci-mathematics/dataplot: Drop bashisms from configure.ac, #526888
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.2  sci-mathematics/dataplot/files/configure.ac.20090821

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/files/configure.ac.20090821?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/files/configure.ac.20090821?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/dataplot/files/configure.ac.20090821?r1=1.1r2=1.2

Index: configure.ac.20090821
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/dataplot/files/configure.ac.20090821,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- configure.ac.20090821   23 Jul 2010 18:28:47 -  1.1
+++ configure.ac.20090821   26 Oct 2014 14:40:18 -  1.2
@@ -9,7 +9,7 @@
 AC_PROG_F77
 AC_F77_LIBRARY_LDFLAGS
 case $F77 in
-*gfortran*) FFLAGS+= -w -fno-range-check ;;
+*gfortran*) FFLAGS=${FFLAGS} -w -fno-range-check ;;
 *) ;;
 esac
 






[gentoo-commits] gentoo-x86 commit in x11-libs/libxkbcommon: ChangeLog libxkbcommon-0.5.0.ebuild

2014-10-26 Thread Remi Cardona (remi)
remi14/10/26 14:45:09

  Modified: ChangeLog
  Added:libxkbcommon-0.5.0.ebuild
  Log:
  x11-libs/libxkbcommon: bump to 0.5.0
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
901AB08A)

Revision  ChangesPath
1.10 x11-libs/libxkbcommon/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/ChangeLog?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/ChangeLog?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/ChangeLog?r1=1.9r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   18 Jun 2014 21:07:59 -  1.9
+++ ChangeLog   26 Oct 2014 14:45:09 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/libxkbcommon
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.9 
2014/06/18 21:07:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/ChangeLog,v 1.10 
2014/10/26 14:45:09 remi Exp $
+
+*libxkbcommon-0.5.0 (26 Oct 2014)
+
+  26 Oct 2014; Rémi Cardona r...@gentoo.org +libxkbcommon-0.5.0.ebuild:
+  Bump to 0.5.0, add test USE flag (see bug #526914)
 
   18 Jun 2014; Michał Górny mgo...@gentoo.org libxkbcommon-0.4.1.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug



1.1  x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild?rev=1.1content-type=text/plain

Index: libxkbcommon-0.5.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libxkbcommon/libxkbcommon-0.5.0.ebuild,v 1.1 
2014/10/26 14:45:09 remi Exp $

EAPI=5
XORG_EAUTORECONF=yes
XORG_MULTILIB=yes

if [[ ${PV} = ** ]]; then
GIT_ECLASS=git-r3
EXPERIMENTAL=true
EGIT_REPO_URI=git://github.com/xkbcommon/${PN}
else
XORG_BASE_INDIVIDUAL_URI=
SRC_URI=http://xkbcommon.org/download/${P}.tar.xz;
fi

inherit xorg-2 ${GIT_ECLASS}

DESCRIPTION=X.Org xkbcommon library
KEYWORDS=~amd64 ~arm ~x86
IUSE=X doc test

DEPEND=sys-devel/bison
sys-devel/flex
X? ( =x11-libs/libxcb-1.10[${MULTILIB_USEDEP},xkb] )
=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
=x11-proto/kbproto-1.0.6-r1[${MULTILIB_USEDEP}]
doc? ( app-doc/doxygen )
RDEPEND=

pkg_setup() {
XORG_CONFIGURE_OPTIONS=(
--with-xkb-config-root=${EPREFIX}/usr/share/X11/xkb
$(use X || use_enable X x11)
$(use_with doc doxygen)
)
xorg-2_pkg_setup
}






[gentoo-commits] gentoo-x86 commit in mail-client/mutt: mutt-1.5.23-r4.ebuild ChangeLog mutt-1.5.23-r3.ebuild

2014-10-26 Thread Fabian Groffen (grobian)
grobian 14/10/26 14:49:52

  Modified: ChangeLog
  Added:mutt-1.5.23-r4.ebuild
  Removed:  mutt-1.5.23-r3.ebuild
  Log:
  Revbump for sidebar patches, re-added sidebar_delim_chars for bug #491514 and 
added counts fix by SpanKY, bug #526696
  
  (Portage version: 2.2.14_rc1-prefix/cvs/Darwin i386, signed Manifest commit 
with key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.271mail-client/mutt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.271view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?rev=1.271content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/ChangeLog?r1=1.270r2=1.271

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- ChangeLog   24 Oct 2014 18:24:05 -  1.270
+++ ChangeLog   26 Oct 2014 14:49:52 -  1.271
@@ -1,6 +1,13 @@
 # ChangeLog for mail-client/mutt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.270 
2014/10/24 18:24:05 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.271 
2014/10/26 14:49:52 grobian Exp $
+
+*mutt-1.5.23-r4 (26 Oct 2014)
+
+  26 Oct 2014; Fabian Groffen grob...@gentoo.org +mutt-1.5.23-r4.ebuild,
+  -mutt-1.5.23-r3.ebuild:
+  Revbump for sidebar patches, re-added sidebar_delim_chars for bug #491514 and
+  added counts fix by SpanKY, bug #526696
 
 *mutt-1.5.23-r3 (24 Oct 2014)
 



1.1  mail-client/mutt/mutt-1.5.23-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/mutt/mutt-1.5.23-r4.ebuild?rev=1.1content-type=text/plain

Index: mutt-1.5.23-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.23-r4.ebuild,v 1.1 
2014/10/26 14:49:52 grobian Exp $

EAPI=5

inherit eutils flag-o-matic autotools

PATCHSET_REV=-r4

DESCRIPTION=A small but very powerful text-based mail client
HOMEPAGE=http://www.mutt.org/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz
mirror://bitbucket/${PN}/${PN}/downloads/${P}.tar.gz
ftp://ftp.mutt.org/mutt/devel/${P}.tar.gz
mirror://gentoo/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2

http://dev.gentoo.org/~grobian/distfiles/${P}-gentoo-patches${PATCHSET_REV}.tar.bz2;
IUSE=berkdb crypt debug doc gdbm gnutls gpg idn imap kerberos mbox nls nntp 
pop qdbm sasl selinux sidebar slang smime smtp ssl tokyocabinet
SLOT=0
LICENSE=GPL-2
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
RDEPEND=
app-misc/mime-types
nls? ( virtual/libintl )
tokyocabinet?  ( dev-db/tokyocabinet )
!tokyocabinet? (
qdbm?  ( dev-db/qdbm )
!qdbm? (
gdbm?  ( sys-libs/gdbm )
!gdbm? ( berkdb? ( =sys-libs/db-4 ) )
)
)
imap?(
gnutls?  ( =net-libs/gnutls-1.0.17 )
!gnutls? ( ssl? ( =dev-libs/openssl-0.9.6 ) )
sasl?( =dev-libs/cyrus-sasl-2 )
)
kerberos? ( virtual/krb5 )
pop? (
gnutls?  ( =net-libs/gnutls-1.0.17 )
!gnutls? ( ssl? ( =dev-libs/openssl-0.9.6 ) )
sasl?( =dev-libs/cyrus-sasl-2 )
)
smtp? (
gnutls?  ( =net-libs/gnutls-1.0.17 )
!gnutls? ( ssl? ( =dev-libs/openssl-0.9.6 ) )
sasl?( =dev-libs/cyrus-sasl-2 )
)
idn? ( net-dns/libidn )
gpg? ( =app-crypt/gpgme-0.9.0 )
smime?   ( =dev-libs/openssl-0.9.6 )
selinux? ( sec-policy/selinux-mutt )
slang? ( sys-libs/slang )
!slang? ( =sys-libs/ncurses-5.2 )

DEPEND=${RDEPEND}
net-mail/mailbase
doc? (
dev-libs/libxml2
dev-libs/libxslt
app-text/docbook-xsl-stylesheets
|| ( www-client/lynx www-client/w3m www-client/elinks )
)

PATCHDIR=${WORKDIR}/${P}-gentoo-patches${PATCHSET_REV}

src_prepare() {
# Post-release hot-fixes grabbed from HG, this is what all following
# patches are based on in my Mercurial patchqueue (mq).
# If you ever take over or need to modify patches 

[gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-glib2: ChangeLog ruby-glib2-2.2.2.ebuild

2014-10-26 Thread Hans de Graaff (graaff)
graaff  14/10/26 14:51:23

  Modified: ChangeLog ruby-glib2-2.2.2.ebuild
  Log:
  Fix failing test due to use of our sandbox.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.115dev-ruby/ruby-glib2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.115view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.115content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?r1=1.114r2=1.115

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog   14 Oct 2014 22:50:01 -  1.114
+++ ChangeLog   26 Oct 2014 14:51:23 -  1.115
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/ruby-glib2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.114 
2014/10/14 22:50:01 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.115 
2014/10/26 14:51:23 graaff Exp $
+
+  26 Oct 2014; Hans de Graaff gra...@gentoo.org ruby-glib2-2.2.2.ebuild:
+  Fix failing test due to use of our sandbox.
 
 *ruby-glib2-2.2.2 (14 Oct 2014)
 



1.2  dev-ruby/ruby-glib2/ruby-glib2-2.2.2.ebuild

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

Index: ruby-glib2-2.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-glib2-2.2.2.ebuild 14 Oct 2014 22:50:01 -  1.1
+++ ruby-glib2-2.2.2.ebuild 26 Oct 2014 14:51:23 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.2.ebuild,v 1.1 
2014/10/14 22:50:01 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.2.ebuild,v 1.2 
2014/10/26 14:51:23 graaff Exp $
 
 EAPI=5
 USE_RUBY=ruby19 ruby20 ruby21
@@ -15,6 +15,11 @@
 
 ruby_add_bdepend dev-ruby/pkg-config
 
+all_ruby_prepare() {
+   # Our sandbox always provides LD_PRELOAD in the environment.
+   sed -i -e 's/unless ENV.empty?/unless (ENV.keys - 
[LD_PRELOAD]).empty?/' test/test_spawn.rb || die
+}
+
 each_ruby_configure() {
${RUBY} extconf.rb || die extconf.rb failed
 }






[gentoo-commits] proj/gnome:master commit in: app-editors/gedit-plugins/

2014-10-26 Thread Gilles Dartiguelongue
commit: 2107e52f2f38747d6238d26c8974727eb57f3e01
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 15:03:57 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 15:04:02 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2107e52f

app-editors/gedit-plugins: add description for zeigeist USE flag

---
 app-editors/gedit-plugins/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-editors/gedit-plugins/metadata.xml 
b/app-editors/gedit-plugins/metadata.xml
index d2fd824..cba3f1a 100644
--- a/app-editors/gedit-plugins/metadata.xml
+++ b/app-editors/gedit-plugins/metadata.xml
@@ -5,8 +5,10 @@
   longdescriptionOfficial plugins for gedit/longdescription
   use
 flag name=charmapInsert special characters just by clicking on
- them/flag
+  them/flag
 flag name='git'Shows document changes related to git's HEAD/flag
 flag name=terminalEmbed a terminal in the bottom pane/flag
+flag name=zeitgeistEnable activity tracking via
+  pkggnome-extra/zeitgeist/pkg/flag
   /use
 /pkgmetadata



[gentoo-commits] gentoo-x86 commit in dev-util/autodia: autodia-2.140.0-r1.ebuild ChangeLog autodia-2.140.0.ebuild

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 15:39:40

  Modified: ChangeLog
  Added:autodia-2.140.0-r1.ebuild
  Removed:  autodia-2.140.0.ebuild
  Log:
  EAPI bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 84AD142F)

Revision  ChangesPath
1.13 dev-util/autodia/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   30 Jul 2013 21:38:20 -  1.12
+++ ChangeLog   26 Oct 2014 15:39:40 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/autodia
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v 1.12 
2013/07/30 21:38:20 zlogene Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/ChangeLog,v 1.13 
2014/10/26 15:39:40 dilfridge Exp $
+
+*autodia-2.140.0-r1 (26 Oct 2014)
+
+  26 Oct 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -autodia-2.140.0.ebuild, +autodia-2.140.0-r1.ebuild:
+  EAPI bump
 
   30 Jul 2013; Mikle Kolyada zlog...@gentoo.org -autodia-2.08.ebuild,
   -autodia-2.100.0-r1.ebuild:



1.1  dev-util/autodia/autodia-2.140.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/autodia/autodia-2.140.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/autodia/autodia-2.140.0-r1.ebuild?rev=1.1content-type=text/plain

Index: autodia-2.140.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/autodia/autodia-2.140.0-r1.ebuild,v 
1.1 2014/10/26 15:39:40 dilfridge Exp $

EAPI=5

MY_PN=Autodia
MODULE_VERSION=2.14
MODULE_AUTHOR=TEEJAY
GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
inherit perl-app multilib

DESCRIPTION=Parses source code, XML or data and produces an XML document in 
Dia format
HOMEPAGE=http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}
SRC_URI+= 
http://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${MY_PN}-2.14-dbi.patch.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=graphviz test

RDEPEND=
dev-perl/Template-Toolkit
dev-perl/XML-Simple
graphviz? (
dev-perl/GraphViz
)

DEPEND=${RDEPEND}
test? (
dev-perl/Test-Pod
)


SRC_TEST=do
PATCHES=( ${WORKDIR}/${MY_PN}-2.14-dbi.patch )
mydoc=DEVELOP






[gentoo-commits] gentoo-x86 commit in dev-libs/libpipeline: ChangeLog libpipeline-1.4.0.ebuild

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/26 15:42:22

  Modified: ChangeLog
  Added:libpipeline-1.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.63 dev-libs/libpipeline/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpipeline/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpipeline/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpipeline/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   23 Sep 2014 21:52:34 -  1.62
+++ ChangeLog   26 Oct 2014 15:42:22 -  1.63
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libpipeline
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v 1.62 
2014/09/23 21:52:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpipeline/ChangeLog,v 1.63 
2014/10/26 15:42:22 radhermit Exp $
+
+*libpipeline-1.4.0 (26 Oct 2014)
+
+  26 Oct 2014; Tim Harder radher...@gentoo.org +libpipeline-1.4.0.ebuild:
+  Version bump.
 
 *libpipeline-1.3.1 (23 Sep 2014)
 



1.1  dev-libs/libpipeline/libpipeline-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpipeline/libpipeline-1.4.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpipeline/libpipeline-1.4.0.ebuild?rev=1.1content-type=text/plain

Index: libpipeline-1.4.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libpipeline/libpipeline-1.4.0.ebuild,v 1.1 
2014/10/26 15:42:22 radhermit Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION=a pipeline manipulation library
HOMEPAGE=http://libpipeline.nongnu.org/;
SRC_URI=mirror://nongnu/${PN}/${P}.tar.gz

LICENSE=GPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
IUSE=static-libs test

DEPEND=virtual/pkgconfig
test? ( dev-libs/check )






[gentoo-commits] gentoo-x86 commit in dev-python/simplejson: ChangeLog simplejson-3.6.5.ebuild

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/26 15:44:39

  Modified: ChangeLog
  Added:simplejson-3.6.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.141dev-python/simplejson/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.141view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?rev=1.141content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simplejson/ChangeLog?r1=1.140r2=1.141

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog   25 Oct 2014 14:00:24 -  1.140
+++ ChangeLog   26 Oct 2014 15:44:39 -  1.141
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/simplejson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.140 
2014/10/25 14:00:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/simplejson/ChangeLog,v 1.141 
2014/10/26 15:44:39 radhermit Exp $
+
+*simplejson-3.6.5 (26 Oct 2014)
+
+  26 Oct 2014; Tim Harder radher...@gentoo.org +simplejson-3.6.5.ebuild:
+  Version bump.
 
   25 Oct 2014; Markus Meier mae...@gentoo.org simplejson-3.6.4.ebuild:
   arm stable, bug #525508



1.1  dev-python/simplejson/simplejson-3.6.5.ebuild

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

Index: simplejson-3.6.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/simplejson/simplejson-3.6.5.ebuild,v 1.1 
2014/10/26 15:44:39 radhermit Exp $

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

inherit distutils-r1 flag-o-matic

DESCRIPTION=Simple, fast, extensible JSON encoder/decoder for Python
HOMEPAGE=http://undefined.org/python/#simplejson 
http://pypi.python.org/pypi/simplejson;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=|| ( MIT AFL-2.1 )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos

DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]

DOCS=( README.rst CHANGES.txt )

python_compile() {
if ! python_is_python3; then
local CFLAGS=${CFLAGS}
append-cflags -fno-strict-aliasing
fi
distutils-r1_python_compile
}

python_test() {
esetup.py test
}






[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-keyring/

2014-10-26 Thread Gilles Dartiguelongue
commit: 07c24fc32ba7defb8f61009f17d2b359ff03dd45
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 15:46:07 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 15:46:07 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=07c24fc3

gnome-base/gnome-keyring: sync metadata.xml

---
 gnome-base/gnome-keyring/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/gnome-base/gnome-keyring/metadata.xml 
b/gnome-base/gnome-keyring/metadata.xml
index 133e5a2..e771efd 100644
--- a/gnome-base/gnome-keyring/metadata.xml
+++ b/gnome-base/gnome-keyring/metadata.xml
@@ -11,4 +11,8 @@
 standard way for applications to manage certificates and keys on
 smart cards or secure storage.
   /longdescription
+  use
+flag name=ssh-agentUse GNOME Keyring to unlock SSH keys.
+  Recommended unless you are using ECDSA or Ed25519 keys./flag
+  /use
 /pkgmetadata



[gentoo-commits] gentoo-x86 commit in dev-perl/IO-HTML: ChangeLog IO-HTML-0.40.0.ebuild

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 15:45:56

  Modified: ChangeLog
  Removed:  IO-HTML-0.40.0.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 84AD142F)

Revision  ChangesPath
1.14 dev-perl/IO-HTML/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/ChangeLog?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/ChangeLog?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/IO-HTML/ChangeLog?r1=1.13r2=1.14

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   14 Feb 2014 07:07:17 -  1.13
+++ ChangeLog   26 Oct 2014 15:45:56 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/IO-HTML
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.13 
2014/02/14 07:07:17 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/ChangeLog,v 1.14 
2014/10/26 15:45:56 dilfridge Exp $
+
+  26 Oct 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -IO-HTML-0.40.0.ebuild:
+  Drop old
 
 *IO-HTML-1.00.0 (14 Feb 2014)
 






[gentoo-commits] proj/gnome:master commit in: app-misc/geoclue/

2014-10-26 Thread Gilles Dartiguelongue
commit: 5aedd44d0016bea5d65ec27ba7668487dd585593
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 15:11:05 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 15:11:05 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5aedd44d

app-misc/geoclue: moved to gentoo-x86

---
 app-misc/geoclue/geoclue-2.1.8.ebuild | 52 ---
 1 file changed, 52 deletions(-)

diff --git a/app-misc/geoclue/geoclue-2.1.8.ebuild 
b/app-misc/geoclue/geoclue-2.1.8.ebuild
deleted file mode 100644
index db67ce2..000
--- a/app-misc/geoclue/geoclue-2.1.8.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG=no
-
-inherit gnome2 systemd user versionator
-
-MY_PV=$(get_version_component_range 1-2)
-DESCRIPTION=A geoinformation D-Bus service
-HOMEPAGE=http://freedesktop.org/wiki/Software/GeoClue;
-SRC_URI=http://www.freedesktop.org/software/${PN}/releases/${MY_PV}/${P}.tar.xz;
-
-LICENSE=LGPL-2
-SLOT=2.0
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd
-IUSE=+modemmanager +networkmanager
-
-RDEPEND=
-   =dev-libs/glib-2.34:2
-   =dev-libs/json-glib-0.14
-   =dev-libs/libxml2-2.7:2
-   net-libs/libsoup:2.4
-   sys-apps/dbus
-   modemmanager? ( =net-misc/modemmanager-1 )
-   networkmanager? ( =net-misc/networkmanager-0.9.8 )
-   !sci-geosciences/geocode-glib-3.10.0
-
-DEPEND=${RDEPEND}
-   dev-util/gdbus-codegen
-   =dev-util/gtk-doc-am-1
-   =dev-util/intltool-0.40
-   virtual/pkgconfig
-
-
-RESTRICT=test
-
-src_configure() {
-   # debug only affects CFLAGS
-   gnome2_src_configure \
-   --with-dbus-service-user=geoclue \
-   $(use_enable modemmanager 3g-source) \
-   $(use_enable modemmanager modem-gps-source) \
-   $(use_enable networkmanager network-manager) \
-   $(systemd_with_unitdir)
-}
-
-pkg_preinst() {
-   enewgroup geoclue
-   enewuser geoclue -1 -1 /var/lib/geoclue geoclue
-}



[gentoo-commits] proj/gnome:master commit in: dev-libs/libgdata/, dev-libs/libgdata/files/

2014-10-26 Thread Gilles Dartiguelongue
commit: 92e671ec0fbdb8ea7f57446d91463b085d8d2071
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 15:25:49 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 15:29:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=92e671ec

dev-libs/libgdata: moved to gentoo-x86

---
 dev-libs/libgdata/files/disable-uhttpmock.patch | 49 --
 dev-libs/libgdata/libgdata-0.15.0.ebuild| 85 -
 dev-libs/libgdata/libgdata-.ebuild  | 20 +++---
 3 files changed, 11 insertions(+), 143 deletions(-)

diff --git a/dev-libs/libgdata/files/disable-uhttpmock.patch 
b/dev-libs/libgdata/files/disable-uhttpmock.patch
deleted file mode 100644
index 10814dd..000
--- a/dev-libs/libgdata/files/disable-uhttpmock.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 9cd4239a07d40c270ac2acf69a598609020904a5 Mon Sep 17 00:00:00 2001
-From: Priit Laes pl...@plaes.org
-Date: Wed, 15 Jan 2014 11:53:04 +0200
-Subject: [PATCH] Allow disabling libutthttpmock dependency with
- --disable-tests
-
-https://bugzilla.gnome.org/show_bug.cgi?id=722249
-

- Makefile.am  | 6 +-
- configure.ac | 8 +++-
- 2 files changed, 12 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 028f0f7..78733e0 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -1,4 +1,8 @@
--SUBDIRS = . gdata/tests po docs
-+SUBDIRS = . po docs
-+
-+if ENABLE_TESTS
-+  SUBDIRS += gdata/tests
-+endif
- 
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
- 
-diff --git a/configure.ac b/configure.ac
-index 7b4a861..5a33122 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -126,7 +126,13 @@ AC_SUBST([GOA_ENABLED])
- dnl 
- dnl Check for uhttpmock
- dnl 
--PKG_CHECK_MODULES(UHTTPMOCK, libuhttpmock-0.0)
-+AC_MSG_CHECKING(whether to build with tests)
-+AC_ARG_ENABLE(tests, AS_HELP_STRING([--enable-tests], [Whether to build 
tests]),, enable_tests=yes)
-+AC_MSG_RESULT($enable_tests)
-+AM_CONDITIONAL([ENABLE_TESTS], [test x$enable_tests = xyes])
-+if test x$enable_tests = xyes; then
-+PKG_CHECK_MODULES(UHTTPMOCK, libuhttpmock-0.0)
-+fi
- 
- # Various necessary functions and headers
- AC_CHECK_FUNCS([strchr])
--- 
-1.8.5.3
-

diff --git a/dev-libs/libgdata/libgdata-0.15.0.ebuild 
b/dev-libs/libgdata/libgdata-0.15.0.ebuild
deleted file mode 100644
index a640b65..000
--- a/dev-libs/libgdata/libgdata-0.15.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgdata/libgdata-0.14.0.ebuild,v 
1.3 2013/12/08 18:01:35 pacho Exp $
-
-EAPI=5
-GCONF_DEBUG=yes
-VALA_MIN_API_VERSION=0.20
-VALA_USE_DEPEND=vapigen
-
-inherit autotools eutils gnome2 vala
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
-
-DESCRIPTION=GLib-based library for accessing online service APIs using the 
GData protocol
-HOMEPAGE=http://live.gnome.org/libgdata;
-
-LICENSE=LGPL-2.1+
-SLOT=0/13 # subslot = libgdata soname version
-IUSE=gnome gnome-online-accounts +introspection static-libs vala
-if [[ ${PV} =  ]]; then
-   IUSE=${IUSE} doc
-   KEYWORDS=
-else
-   KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86
-fi
-REQUIRED_IUSE=vala? ( introspection )
-
-# gtk+ is needed for gdk
-# configure checks for gtk:3, but only uses it for demos which are not 
installed
-# tests require libuhttpmock (not in portage)
-RESTRICT=test
-RDEPEND=
-   =dev-libs/glib-2.31:2
-   =dev-libs/json-glib-0.15
-   =dev-libs/libxml2-2:2
-   =net-libs/liboauth-0.9.4
-   =net-libs/libsoup-2.42.0:2.4[introspection?]
-   =x11-libs/gdk-pixbuf-2.14:2
-   gnome? (
-   app-crypt/gcr:=
-   gnome-online-accounts? ( =net-libs/gnome-online-accounts-3.2 )
-   )
-   introspection? ( =dev-libs/gobject-introspection-0.9.7 )
-
-DEPEND=${RDEPEND}
-   =dev-util/gtk-doc-am-1.14
-   =dev-util/intltool-0.40
-   =gnome-base/gnome-common-3.6
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-
-
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   doc? ( =dev-util/gtk-doc-1.14 )
-fi
-
-src_prepare() {
-   epatch ${FILESDIR}/disable-uhttpmock.patch
-   eautoreconf
-   # Disable tests requiring network access, bug #307725
-   sed -e '/^TEST_PROGS = / s:\(.*\):TEST_PROGS = general perf calendar 
client-login-authorizer contacts documents oauth1-authorizer picasaweb youtube 
\nOLD_\1:' \
-   -i gdata/tests/Makefile.in || die network test disable failed
-
-   vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   DOCS=AUTHORS ChangeLog HACKING NEWS README
-   gnome2_src_configure \
-   $(use_enable gnome) \
-   $(use_enable gnome goa) \
-   $(use_enable introspection) \
-   

[gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-2.0_pre379.ebuild

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 15:48:32

  Modified: ChangeLog
  Added:uniconvertor-2.0_pre379.ebuild
  Log:
  media-gfx/uniconvertor: Version Bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.20 media-gfx/uniconvertor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?r1=1.19r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Dec 2013 09:37:46 -  1.19
+++ ChangeLog   26 Oct 2014 15:48:32 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/uniconvertor
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.19 
2013/12/25 09:37:46 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.20 
2014/10/26 15:48:32 jlec Exp $
+
+*uniconvertor-2.0_pre379 (26 Oct 2014)
+
+  26 Oct 2014; Justin Lecher j...@gentoo.org +uniconvertor-2.0_pre379.ebuild:
+  Version Bump
 
   25 Dec 2013; Markus Meier mae...@gentoo.org uniconvertor-1.1.5-r1.ebuild:
   add ~arm, bug #488590



1.1  media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild?rev=1.1content-type=text/plain

Index: uniconvertor-2.0_pre379.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 
1.1 2014/10/26 15:48:32 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Commandline tool for popular vector formats convertion
HOMEPAGE=http://sk1project.org/modules.php?name=Productsproduct=uniconvertor;
SRC_URI=http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz;

KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris
SLOT=0
LICENSE=GPL-2 LGPL-2
IUSE=

DEPEND=media-libs/lcms:2
RDEPEND=${DEPEND}
app-text/ghostscript-gpl






[gentoo-commits] gentoo-x86 commit in dev-perl/SQL-Abstract-Limit: ChangeLog SQL-Abstract-Limit-0.141.0-r1.ebuild SQL-Abstract-Limit-0.141.0.ebuild

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 15:48:35

  Modified: ChangeLog
  Added:SQL-Abstract-Limit-0.141.0-r1.ebuild
  Removed:  SQL-Abstract-Limit-0.141.0.ebuild
  Log:
  EAPI bump
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 84AD142F)

Revision  ChangesPath
1.12 dev-perl/SQL-Abstract-Limit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   18 Nov 2012 11:36:16 -  1.11
+++ ChangeLog   26 Oct 2014 15:48:35 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/SQL-Abstract-Limit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog,v 
1.11 2012/11/18 11:36:16 robbat2 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/ChangeLog,v 
1.12 2014/10/26 15:48:35 dilfridge Exp $
+
+*SQL-Abstract-Limit-0.141.0-r1 (26 Oct 2014)
+
+  26 Oct 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -SQL-Abstract-Limit-0.141.0.ebuild, +SQL-Abstract-Limit-0.141.0-r1.ebuild:
+  EAPI bump
 
   18 Nov 2012; Robin H. Johnson robb...@gentoo.org metadata.xml:
   Drop duplication of myself as a maintainer where there is a herd.



1.1  
dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0-r1.ebuild?rev=1.1content-type=text/plain

Index: SQL-Abstract-Limit-0.141.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract-Limit/SQL-Abstract-Limit-0.141.0-r1.ebuild,v
 1.1 2014/10/26 15:48:35 dilfridge Exp $

EAPI=5

MODULE_AUTHOR=DAVEBAIRD
MODULE_VERSION=0.141
inherit perl-module

DESCRIPTION=Portable LIMIT emulation

SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~x86-solaris
IUSE=test

RDEPEND=dev-perl/SQL-Abstract
 dev-perl/DBI
DEPEND=${RDEPEND}
virtual/perl-Module-Build
test? (
dev-perl/Test-Deep
dev-perl/Test-Exception
)

SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in dev-perl/google-api-adwords-perl: ChangeLog google-api-adwords-perl-2.5.6.ebuild google-api-adwords-perl-2.6.0.ebuild google-api-adwords-perl-2.6.1.ebuild

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 15:50:26

  Modified: ChangeLog
  Removed:  google-api-adwords-perl-2.5.6.ebuild
google-api-adwords-perl-2.6.0.ebuild
google-api-adwords-perl-2.6.1.ebuild
  Log:
  Drop old so perl-module.eclass can go EAPI=5 only
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 84AD142F)

Revision  ChangesPath
1.7  dev-perl/google-api-adwords-perl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/google-api-adwords-perl/ChangeLog?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/google-api-adwords-perl/ChangeLog?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/google-api-adwords-perl/ChangeLog?r1=1.6r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/google-api-adwords-perl/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   26 Aug 2014 19:33:42 -  1.6
+++ ChangeLog   26 Oct 2014 15:50:26 -  1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/google-api-adwords-perl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/google-api-adwords-perl/ChangeLog,v 1.6 
2014/08/26 19:33:42 axs Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/google-api-adwords-perl/ChangeLog,v 1.7 
2014/10/26 15:50:26 dilfridge Exp $
+
+  26 Oct 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -google-api-adwords-perl-2.5.6.ebuild, -google-api-adwords-perl-2.6.0.ebuild,
+  -google-api-adwords-perl-2.6.1.ebuild:
+  Drop old so perl-module.eclass can go EAPI=5 only
 
 *google-api-adwords-perl-2.7.3-r1 (26 Aug 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-perl/Any-Moose: ChangeLog Any-Moose-0.180.0.ebuild Any-Moose-0.200.0.ebuild

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 15:52:07

  Modified: ChangeLog
  Removed:  Any-Moose-0.180.0.ebuild Any-Moose-0.200.0.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 84AD142F)

Revision  ChangesPath
1.39 dev-perl/Any-Moose/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Any-Moose/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Any-Moose/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Any-Moose/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Any-Moose/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   24 Dec 2013 12:42:52 -  1.38
+++ ChangeLog   26 Oct 2014 15:52:07 -  1.39
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/Any-Moose
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Any-Moose/ChangeLog,v 1.38 
2013/12/24 12:42:52 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Any-Moose/ChangeLog,v 1.39 
2014/10/26 15:52:07 dilfridge Exp $
+
+  26 Oct 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -Any-Moose-0.180.0.ebuild, -Any-Moose-0.200.0.ebuild:
+  Drop old
 
   24 Dec 2013; Agostino Sarubbo a...@gentoo.org Any-Moose-0.210.0.ebuild:
   Stable for x86, wrt bug #492068






[gentoo-commits] gentoo-x86 commit in sys-apps/kexec-tools: ChangeLog kexec-tools-2.0.8.ebuild

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 15:52:21

  Modified: ChangeLog
  Added:kexec-tools-2.0.8.ebuild
  Log:
  sys-apps/kexec-tools: Version Bump, #526782
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.63 sys-apps/kexec-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kexec-tools/ChangeLog?rev=1.63view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kexec-tools/ChangeLog?rev=1.63content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kexec-tools/ChangeLog?r1=1.62r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   10 Jul 2014 06:11:15 -  1.62
+++ ChangeLog   26 Oct 2014 15:52:21 -  1.63
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/kexec-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v 1.62 
2014/07/10 06:11:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kexec-tools/ChangeLog,v 1.63 
2014/10/26 15:52:21 jlec Exp $
+
+*kexec-tools-2.0.8 (26 Oct 2014)
+
+  26 Oct 2014; Justin Lecher j...@gentoo.org +kexec-tools-2.0.8.ebuild:
+  Version Bump, #526782
 
 *kexec-tools-2.0.7 (10 Jul 2014)
 



1.1  sys-apps/kexec-tools/kexec-tools-2.0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kexec-tools/kexec-tools-2.0.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/kexec-tools/kexec-tools-2.0.8.ebuild?rev=1.1content-type=text/plain

Index: kexec-tools-2.0.8.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/kexec-tools/kexec-tools-2.0.8.ebuild,v 1.1 
2014/10/26 15:52:21 jlec Exp $

EAPI=5

inherit autotools-utils flag-o-matic linux-info systemd

DESCRIPTION=Load another kernel from the currently executing Linux kernel
HOMEPAGE=http://kernel.org/pub/linux/utils/kernel/kexec/;
SRC_URI=mirror://kernel/linux/utils/kernel/kexec/${P}.tar.xz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=booke lzma xen zlib

REQUIRED_USE=lzma? ( zlib )

DEPEND=
lzma? ( app-arch/xz-utils )
zlib? ( sys-libs/zlib )
RDEPEND=${DEPEND}

CONFIG_CHECK=~KEXEC

PATCHES=(
${FILESDIR}/${PN}-2.0.4-disable-kexec-test.patch
${FILESDIR}/${PN}-2.0.4-out-of-source.patch
)

pkg_setup() {
# GNU Make's $(COMPILE.S) passes ASFLAGS to $(CCAS), CCAS=$(CC)
export ASFLAGS=${CCASFLAGS}
# to disable the -fPIE -pie in the hardened compiler
if gcc-specs-pie ; then
filter-flags -fPIE
append-ldflags -nopie
fi
}

src_configure() {
local myeconfargs=(
$(use_with booke)
$(use_with lzma)
$(use_with xen)
$(use_with zlib)
)
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install

dodoc ${FILESDIR}/README.Gentoo

newinitd ${FILESDIR}/kexec.init-2.0.4-r2 kexec
newconfd ${FILESDIR}/kexec.conf-2.0.4 kexec

insinto /etc
doins ${FILESDIR}/kexec.conf

insinto /etc/kernel/postinst.d
doins ${FILESDIR}/90_kexec

systemd_dounit ${FILESDIR}/kexec.service
}

pkg_postinst() {
if systemd_is_booted || has_version sys-apps/systemd; then
elog For systemd support the new config file is
elog/etc/kexec.conf
elog Please adopt it to your needs as there is no autoconfig 
anymore
fi
}






[gentoo-commits] gentoo-x86 commit in dev-python/mock: ChangeLog mock-1.0.0.ebuild mock-0.7.1.ebuild mock-1.0.1.ebuild mock-0.7.2.ebuild mock-0.8.0.ebuild

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/26 15:52:54

  Modified: ChangeLog
  Removed:  mock-1.0.0.ebuild mock-0.7.1.ebuild
mock-1.0.1.ebuild mock-0.7.2.ebuild
mock-0.8.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.80 dev-python/mock/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mock/ChangeLog?rev=1.80view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mock/ChangeLog?rev=1.80content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mock/ChangeLog?r1=1.79r2=1.80

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog   25 Oct 2014 13:58:12 -  1.79
+++ ChangeLog   26 Oct 2014 15:52:54 -  1.80
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/mock
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.79 2014/10/25 
13:58:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/ChangeLog,v 1.80 2014/10/26 
15:52:54 radhermit Exp $
+
+  26 Oct 2014; Tim Harder radher...@gentoo.org -mock-0.7.1.ebuild,
+  -mock-0.7.2.ebuild, -mock-0.8.0.ebuild, -mock-1.0.0.ebuild,
+  -mock-1.0.1.ebuild:
+  Remove old.
 
   25 Oct 2014; Markus Meier mae...@gentoo.org mock-1.0.1-r2.ebuild:
   arm stable, bug #525508






[gentoo-commits] gentoo-x86 commit in dev-perl/XML-LibXML: ChangeLog XML-LibXML-1.900.0.ebuild

2014-10-26 Thread Andreas HAttel (dilfridge)
dilfridge14/10/26 15:53:58

  Modified: ChangeLog
  Removed:  XML-LibXML-1.900.0.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 84AD142F)

Revision  ChangesPath
1.159dev-perl/XML-LibXML/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXML/ChangeLog?rev=1.159view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXML/ChangeLog?rev=1.159content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/XML-LibXML/ChangeLog?r1=1.158r2=1.159

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   20 Aug 2014 19:47:33 -  1.158
+++ ChangeLog   26 Oct 2014 15:53:58 -  1.159
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/XML-LibXML
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.158 
2014/08/20 19:47:33 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXML/ChangeLog,v 1.159 
2014/10/26 15:53:58 dilfridge Exp $
+
+  26 Oct 2014; Andreas K. Huettel dilfri...@gentoo.org
+  -XML-LibXML-1.900.0.ebuild:
+  Drop old
 
 *XML-LibXML-2.1.400-r1 (20 Aug 2014)
 






[gentoo-commits] proj/kde:master commit in: kde-base/ksplash/, kde-base/freespacenotifier/, kde-base/kstyles/, ...

2014-10-26 Thread Michael Palimaka
commit: 95466cc9cf11adf1910f0da6e6ae9bc62e4726f8
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sun Oct 26 15:58:55 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sun Oct 26 15:58:55 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=95466cc9

[kde-base] Remove 4.11.13

---
 .../freespacenotifier-4.11.13.ebuild   |  12 --
 kde-base/kcheckpass/kcheckpass-4.11.13.ebuild  |  33 -
 kde-base/kcminit/kcminit-4.11.13.ebuild|  17 ---
 .../kdebase-cursors/kdebase-cursors-4.11.13.ebuild |  13 --
 .../kdebase-startkde-4.11.13.ebuild|  95 
 kde-base/kdm/kdm-4.11.13.ebuild| 162 -
 kde-base/kephal/kephal-4.11.13.ebuild  |  25 
 kde-base/khotkeys/khotkeys-4.11.13.ebuild  |  23 ---
 kde-base/kinfocenter/kinfocenter-4.11.13.ebuild|  37 -
 kde-base/klipper/klipper-4.11.13.ebuild|  31 
 kde-base/kmenuedit/kmenuedit-4.11.13.ebuild|  31 
 kde-base/krunner/krunner-4.11.13.ebuild|  51 ---
 kde-base/kscreensaver/kscreensaver-4.11.13.ebuild  |  22 ---
 kde-base/ksmserver/ksmserver-4.11.13.ebuild|  43 --
 kde-base/ksplash/ksplash-4.11.13.ebuild|  38 -
 .../kstartupconfig/kstartupconfig-4.11.13.ebuild   |  12 --
 kde-base/kstyles/kstyles-4.11.13.ebuild|  22 ---
 kde-base/ksysguard/ksysguard-4.11.13.ebuild|  46 --
 kde-base/ksystraycmd/ksystraycmd-4.11.13.ebuild|  15 --
 kde-base/kwin/kwin-4.11.13.ebuild  |  80 --
 kde-base/kwrited/kwrited-4.11.13.ebuild|  16 --
 .../libkworkspace/libkworkspace-4.11.13.ebuild |  34 -
 .../liboxygenstyle/liboxygenstyle-4.11.13.ebuild   |  17 ---
 .../libplasmaclock/libplasmaclock-4.11.13.ebuild   |  33 -
 .../libplasmagenericshell-4.11.13.ebuild   |  28 
 .../libtaskmanager/libtaskmanager-4.11.13.ebuild   |  35 -
 .../plasma-workspace-4.11.13.ebuild| 122 
 kde-base/powerdevil/powerdevil-4.11.13.ebuild  |  32 
 .../qguiplatformplugin_kde-4.11.13.ebuild  |  12 --
 .../solid-actions-kcm-4.11.13.ebuild   |  19 ---
 .../systemsettings/systemsettings-4.11.13.ebuild   | 100 -
 31 files changed, 1256 deletions(-)

diff --git a/kde-base/freespacenotifier/freespacenotifier-4.11.13.ebuild 
b/kde-base/freespacenotifier/freespacenotifier-4.11.13.ebuild
deleted file mode 100644
index 6a79633..000
--- a/kde-base/freespacenotifier/freespacenotifier-4.11.13.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=A module that monitors free disk space on the home dir
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
-IUSE=debug

diff --git a/kde-base/kcheckpass/kcheckpass-4.11.13.ebuild 
b/kde-base/kcheckpass/kcheckpass-4.11.13.ebuild
deleted file mode 100644
index bf1d2e6..000
--- a/kde-base/kcheckpass/kcheckpass-4.11.13.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=A simple password checker, used by any software in need of user 
authentication
-KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
-IUSE=debug pam
-
-RDEPEND=
-   pam? (
-   =kde-base/kdebase-pam-7
-   virtual/pam
-   )
-
-
-src_prepare() {
-   kde4-meta_src_prepare
-
-   use pam  epatch ${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_with pam)
-   )
-
-   kde4-meta_src_configure
-}

diff --git a/kde-base/kcminit/kcminit-4.11.13.ebuild 
b/kde-base/kcminit/kcminit-4.11.13.ebuild
deleted file mode 100644
index 7380eb9..000
--- a/kde-base/kcminit/kcminit-4.11.13.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KMNAME=kde-workspace
-inherit kde4-meta
-
-DESCRIPTION=KCMInit - runs startups initialization for Control Modules
-KEYWORDS= ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
-IUSE=debug
-
-DEPEND=
-   x11-libs/libX11
-
-RDEPEND=${DEPEND}

diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.11.13.ebuild 
b/kde-base/kdebase-cursors/kdebase-cursors-4.11.13.ebuild
deleted file mode 100644
index ad7a13b..000
--- a/kde-base/kdebase-cursors/kdebase-cursors-4.11.13.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-

[gentoo-commits] gentoo-x86 commit in dev-python/flake8: ChangeLog flake8-2.2.5.ebuild

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/26 16:02:49

  Modified: ChangeLog
  Added:flake8-2.2.5.ebuild
  Log:
  Version bump, drop python3_2 support.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.18 dev-python/flake8/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.18view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?rev=1.18content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flake8/ChangeLog?r1=1.17r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   23 Sep 2014 20:11:23 -  1.17
+++ ChangeLog   26 Oct 2014 16:02:49 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flake8
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.17 
2014/09/23 20:11:23 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.18 
2014/10/26 16:02:49 radhermit Exp $
+
+*flake8-2.2.5 (26 Oct 2014)
+
+  26 Oct 2014; Tim Harder radher...@gentoo.org +flake8-2.2.5.ebuild:
+  Version bump, drop python3_2 support.
 
 *flake8-2.0-r1 (23 Sep 2014)
 



1.1  dev-python/flake8/flake8-2.2.5.ebuild

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

Index: flake8-2.2.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.2.5.ebuild,v 1.1 
2014/10/26 16:02:49 radhermit Exp $

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

inherit distutils-r1

DESCRIPTION=A wrapper around PyFlakes, pep8  mccabe
HOMEPAGE=http://bitbucket.org/tarek/flake8 https://pypi.python.org/pypi/flake8;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux
IUSE=test
LICENSE=MIT
SLOT=0

# requires.txt inc. mccabe however that creates a circular dep
RDEPEND==dev-python/pyflakes-0.7.3[${PYTHON_USEDEP}]
=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
PDEPEND==dev-python/mccabe-0.2.1[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${PDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}] )

python_prepare_all() {
# This tests requires / assumes this version is already installed.
sed -e 's:test_register_extensions:_:' -i flake8/tests/test_engine.py 
|| die
distutils-r1_python_prepare_all
}

python_test() {
esetup.py test
}






[gentoo-commits] gentoo-x86 commit in sci-biology/consed: ChangeLog consed-27.ebuild consed-19-r1.ebuild

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 16:13:23

  Modified: ChangeLog
  Added:consed-27.ebuild
  Removed:  consed-19-r1.ebuild
  Log:
  sci-biology/consed: Import to tree; drop old EPAI=1 version, #526742
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.8  sci-biology/consed/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/consed/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/consed/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/consed/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/consed/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   11 Mar 2013 15:00:03 -  1.7
+++ ChangeLog   26 Oct 2014 16:13:23 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for sci-biology/consed
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/consed/ChangeLog,v 1.7 
2013/03/11 15:00:03 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/consed/ChangeLog,v 1.8 
2014/10/26 16:13:23 jlec Exp $
+
+*consed-27 (26 Oct 2014)
+
+  26 Oct 2014; Justin Lecher j...@gentoo.org -consed-19-r1.ebuild,
+  +consed-27.ebuild:
+  Import to tree; drop old EPAI=1 version, #526742
 
   11 Mar 2013; Justin Lecher j...@gentoo.org metadata.xml:
   Drop Andrey as maintainer so that bugs get assigned to sci-biology directly



1.1  sci-biology/consed/consed-27.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/consed/consed-27.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/consed/consed-27.ebuild?rev=1.1content-type=text/plain

Index: consed-27.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/consed/consed-27.ebuild,v 1.1 
2014/10/26 16:13:23 jlec Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION=A genome sequence finishing program
HOMEPAGE=http://bozeman.mbt.washington.edu/consed/consed.html;
SRC_URI=
${P}-sources.tar.gz
${P}-linux.tar.gz

LICENSE=phrap
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=

DEPEND==x11-libs/motif-2.3:0
RDEPEND=${DEPEND}
sci-biology/samtools
=sci-biology/phred-000925
=sci-biology/phrap-1.080721
dev-lang/perl

S=${WORKDIR}

RESTRICT=fetch

pkg_nofetch() {
einfo Please visit ${HOMEPAGE} and obtain the file
einfo \sources.tar.gz\, then rename it to \${P}-sources.tar.gz\
einfo and place it in ${DISTDIR},
einfo obtain the file
einfo \consed_linux.tar.gz\, then rename it to \${P}-linux.tar.gz\
einfo and place it in ${DISTDIR}
}

src_prepare() {
sed -i '/#include/ s/new.h/new/' ${S}/main.cpp || die
sed -i \
-e '/CLIBS=/ s/$/ -lXm -lXt -lSM -lICE -lXext -lXmu -lXp -lm 
-lbam -lz/' \
-e 's/ARCHIVES=/ARCHIVES=\n_ARCHIVES=/' \
-e 's/CFLGS=/CFLGS= ${CFLAGS} /' \
-e 's#/me1/gordon/samtools/samtools-0.1.18#/usr/include/bam/#' 
${S}/makefile || die
sed -i -e 's/CFLAGS=/CFLAGS += /' ${S}/misc/*/Makefile || die
sed \
-e 's!\($szPhredParameterFile =\).*!\1 
$ENV{PHRED_PARAMETER_FILE} || '${EPREFIX}'/usr/share/phred/phredpar.dat;!' \
-i ${S}/scripts/* || die
}

src_compile() {
emake
emake -C misc/mktrace
emake -C misc/phd2fasta
(cd misc/454; $(tc-getCC) ${CFLAGS} ${LDFLAGS} sff2scf.c -o sff2scf) || 
die
}

src_install() {
dobin consed misc/{mktrace/mktrace,phd2fasta/phd2fasta,454/sff2scf}
dobin scripts/* contributions/*
insinto /usr/lib/screenLibs
doins misc/*.{fa*,seq}
insinto /usr/share/${PN}/examples
doins -r \
standard polyphred autofinish assembly_view 454_newbler \
align454reads align454reads_answer solexa_example \
solexa_example_answer selectRegions selectRegionsAnswer
echo 'CONSED_HOME=${EPREFIX}/usr'  ${S}/99consed || die
echo 'CONSED_PARAMETERS=${EPREFIX}/etc/consedrc'  ${S}/99consed 
|| die
mkdir -p ${ED}/etc/consedrc || die
touch ${ED}/etc/consedrc || die
doenvd ${S}/99consed || die
sed \
-e s#/usr/local/genome#${EPREFIX}/usr# \
-i ${ED}/usr/bin/{*.perl,phredPhrap,phredPhrapWithPhdBalls} 
|| die
sed \
-e 's#niceExe = /bin/nice#niceExe = /usr/bin/nice#' \

[gentoo-commits] gentoo-x86 commit in dev-python/python-dateutil: python-dateutil-2.2.ebuild ChangeLog

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/26 16:15:17

  Modified: python-dateutil-2.2.ebuild ChangeLog
  Log:
  Add pypi page to HOMEPAGE.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.5  dev-python/python-dateutil/python-dateutil-2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild?r1=1.4r2=1.5

Index: python-dateutil-2.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-dateutil-2.2.ebuild  30 Sep 2014 11:50:08 -  1.4
+++ python-dateutil-2.2.ebuild  26 Oct 2014 16:15:17 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v 
1.4 2014/09/30 11:50:08 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-dateutil/python-dateutil-2.2.ebuild,v 
1.5 2014/10/26 16:15:17 radhermit Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
@@ -8,7 +8,7 @@
 inherit distutils-r1
 
 DESCRIPTION=Extensions to the standard Python datetime module
-HOMEPAGE=http://labix.org/python-dateutil;
+HOMEPAGE=http://labix.org/python-dateutil 
https://pypi.python.org/pypi/python-dateutil;
 SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=BSD



1.62 dev-python/python-dateutil/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.62view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?rev=1.62content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-dateutil/ChangeLog?r1=1.61r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   30 Sep 2014 11:50:08 -  1.61
+++ ChangeLog   26 Oct 2014 16:15:17 -  1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-dateutil
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.61 
2014/09/30 11:50:08 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dateutil/ChangeLog,v 1.62 
2014/10/26 16:15:17 radhermit Exp $
+
+  26 Oct 2014; Tim Harder radher...@gentoo.org python-dateutil-2.2.ebuild:
+  Add pypi page to HOMEPAGE.
 
   30 Sep 2014; Ian Delaney idel...@gentoo.org -python-dateutil-1.5.ebuild,
   -python-dateutil-2.1.ebuild, python-dateutil-2.2.ebuild:






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

2014-10-26 Thread Justin Lecher
commit: 4c982f626dbae30caa5885b7bf1181baf6cf9592
Author: Matthias Maier tamiko AT gentoo DOT org
AuthorDate: Sat Oct 25 15:50:40 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sat Oct 25 15:50:40 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4c982f62

sci-physics/root: Fix compilation with USE=mysql wrt bug #523996; fix 
die_compiler message

Package-Manager: portage-2.2.8-r2

---
 sci-physics/root/ChangeLog  |  5 +
 sci-physics/root/root-5.34.18-r2.ebuild |  2 ++
 sci-physics/root/root-6.00.01-r1.ebuild |  2 ++
 sci-physics/root/root-6.00.02.ebuild| 10 ++
 sci-physics/root/root-.ebuild   | 10 ++
 5 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index 9b455b6..aff13e1 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 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 $
 
+  25 Oct 2014; Matthias Maier tam...@gentoo.org root-5.34.18-r2.ebuild,
+  root-6.00.01-r1.ebuild, root-6.00.02.ebuild, root-.ebuild:
+  sci-physics/root: Fix compilation with USE=mysql wrt bug #523996; fix
+  die_compiler message
+
   29 Sep 2014; Justin Lecher j...@gentoo.org root-6.00.02.ebuild,
   +files/root-6.00.02-tm_zone.patch, metadata.xml:
   Backport fix for build failure

diff --git a/sci-physics/root/root-5.34.18-r2.ebuild 
b/sci-physics/root/root-5.34.18-r2.ebuild
index 072b81d..7ce12fd 100644
--- a/sci-physics/root/root-5.34.18-r2.ebuild
+++ b/sci-physics/root/root-5.34.18-r2.ebuild
@@ -260,6 +260,8 @@ src_configure() {
$(use_enable math tmva)
$(use_enable math unuran)
$(use_enable mysql)
+   $(usex mysql \
+   
--with-mysql-incdir=${EPREFIX}/usr/include/mysql )
$(use_enable odbc)
$(use_enable opengl)
$(use_enable oracle)

diff --git a/sci-physics/root/root-6.00.01-r1.ebuild 
b/sci-physics/root/root-6.00.01-r1.ebuild
index ebc10e1..6fe0c16 100644
--- a/sci-physics/root/root-6.00.01-r1.ebuild
+++ b/sci-physics/root/root-6.00.01-r1.ebuild
@@ -322,6 +322,8 @@ src_configure() {
$(use_enable math vdt)
$(use_enable math unuran)
$(use_enable mysql)
+   $(usex mysql \
+   
--with-mysql-incdir=${EPREFIX}/usr/include/mysql )
$(use_enable odbc)
$(use_enable opengl)
$(use_enable oracle)

diff --git a/sci-physics/root/root-6.00.02.ebuild 
b/sci-physics/root/root-6.00.02.ebuild
index 5208cc9..e53ed3d 100644
--- a/sci-physics/root/root-6.00.02.ebuild
+++ b/sci-physics/root/root-6.00.02.ebuild
@@ -128,10 +128,10 @@ PDEPEND=doc? ( ~app-doc/root-docs-${PV}[http=,math=] )
 DOC_DIR=/usr/share/doc/${P}
 
 die_compiler() {
-   die Need one of the following C++11 capable compilers:
-   die =sys-devel/gcc[cxx]-4.8
-   die =sys-devel/clang-3.4
-   die =dev-lang/icc-13
+   die Need one of the following C++11 capable compilers:\
+   =sys-devel/gcc[cxx]-4.8\
+   =sys-devel/clang-3.4\
+   =dev-lang/icc-13
 }
 
 pkg_setup() {
@@ -322,6 +322,8 @@ src_configure() {
$(use_enable math vdt)
$(use_enable math unuran)
$(use_enable mysql)
+   $(usex mysql \
+   
--with-mysql-incdir=${EPREFIX}/usr/include/mysql )
$(use_enable odbc)
$(use_enable opengl)
$(use_enable oracle)

diff --git a/sci-physics/root/root-.ebuild 
b/sci-physics/root/root-.ebuild
index b2074ac..00f4946 100644
--- a/sci-physics/root/root-.ebuild
+++ b/sci-physics/root/root-.ebuild
@@ -128,10 +128,10 @@ PDEPEND=doc? ( ~app-doc/root-docs-${PV}[http=,math=] )
 DOC_DIR=/usr/share/doc/${P}
 
 die_compiler() {
-   die Need one of the following C++11 capable compilers:
-   die =sys-devel/gcc[cxx]-4.8
-   die =sys-devel/clang-3.4
-   die =dev-lang/icc-13
+   die Need one of the following C++11 capable compilers:\
+   =sys-devel/gcc[cxx]-4.8\
+   =sys-devel/clang-3.4\
+   =dev-lang/icc-13
 }
 
 pkg_setup() {
@@ -320,6 +320,8 @@ src_configure() {
$(use_enable math vdt)
$(use_enable math unuran)
$(use_enable mysql)
+   $(usex mysql \
+   
--with-mysql-incdir=${EPREFIX}/usr/include/mysql )
   

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

2014-10-26 Thread Justin Lecher
commit: 5e17effe61fea1a19ee87b9699f7d96306382874
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Oct 26 16:16:03 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Oct 26 16:16:03 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5e17effe

Merge remote-tracking branch 'github/master'

* github/master: (66 commits)
  sci-physics/root: Fix compilation with USE=mysql wrt bug #523996; fix 
die_compiler message
  sync with gx86
  net-libs/xrootd: version bump and fix bug 521496
  travis.yml: use newer portage version
  fixed bash-comp (bug #526320)
  version bump
  sci-chemistry/pymol: Patch included upstream
  sci-chemistry/pymol: Fix broken plugin listing
  dev-python/ccdproc: Version bump to 0.2.1
  Thanks to kiwifb for reporting 
https://github.com/gentoo-science/sci/issues/280 - Fix openblas: discrepancy 
between installed libraries and .pc file.
  Thanks to kiwifb for reporting 
https://github.com/gentoo-science/sci/issues/280 - Fix openblas: discrepancy 
between installed libraries and .pc file.
  sci-chemistry/pymol: Fix upstream buildsystem
  The fix for Bug 524612 failed in src_install building openblas from git. The 
fix is to move applying the patch to src_compile after building the library, 
then remove config.h and config_last.h; make config.h - ignoring the spurious 
warning; then cp config.h to config_last.h.
  Fix Bug 524612 - [science overlay] sci-libs/openblas-0.2.11 - Assembler 
messages: ../kernel/x86_64/gemm_kernel_8x4_barcelona.S:451: Error: missing ')', 
thanks to Juergen Rose, Jean-Francis Roy and Steven Trogdon for reporting. The 
problem was that applying the 
-0.2.11-openblas_config_header_same_between_ABIs.patch patch in src_prepare() 
causes build failures on assembler code as the assembler does not understand 
sizeof(float). So delay applying the patch until src_install(). Bump openblas 
to 0.2.12.
  dev-python/ccdproc: Version bump to 0.2.1
  dev-cpp/eigen: version bump
  sci-chemistry/pymol: Import tree changes
  version bump
  sys-cluster/openmpi: bump
  sys-cluster/openmpi: bump
  ...


 .travis.yml|  10 +-
 ChangeLog  |  10 +
 dev-cpp/eigen/ChangeLog|   5 +
 dev-cpp/eigen/Manifest |   2 +
 .../{eigen-3.1.4.ebuild = eigen-3.2.2.ebuild} |   0
 dev-cpp/icnc/ChangeLog |   3 +
 dev-cpp/icnc/icnc-.ebuild  |   5 +-
 dev-lang/ispc/ChangeLog|   3 +
 dev-lang/ispc/ispc-.ebuild |   1 +
 dev-lang/julia/ChangeLog   |   5 +
 dev-lang/julia/julia-.ebuild   |  59 ++--
 dev-lang/julia/metadata.xml|   8 +-
 dev-python/ccdproc/ChangeLog   |   9 +-
 dev-python/ccdproc/Manifest|   1 +
 .../{ccdproc-0.2.ebuild = ccdproc-0.2.1.ebuild}   |   0
 eclass/fortran-int64.eclass| 300 +
 net-libs/xrootd/ChangeLog  | 118 
 net-libs/xrootd/Manifest   |  11 +
 net-libs/xrootd/files/cmsd.confd   |   9 +
 net-libs/xrootd/files/cmsd.initd   |  35 +++
 net-libs/xrootd/files/frm_purged.initd |  35 +++
 net-libs/xrootd/files/frm_xfrd.initd   |  35 +++
 net-libs/xrootd/files/xrootd-no-werror.patch   |  11 +
 net-libs/xrootd/files/xrootd.confd |  21 ++
 net-libs/xrootd/files/xrootd.initd |  33 +++
 net-libs/xrootd/metadata.xml   |  16 ++
 net-libs/xrootd/xrootd-4.0.4.ebuild|  82 ++
 profiles/arch/arm/use.mask |  10 +
 profiles/arch/m68k/use.mask|  10 +
 profiles/arch/sparc-fbsd/use.mask  |  10 +
 profiles/arch/sparc/use.mask   |  10 +
 profiles/arch/x86-fbsd/use.mask|  10 +
 profiles/arch/x86/use.mask |  10 +
 .../ncbi-tools++/ncbi-tools++-12.0.0.ebuild|   6 +-
 sci-chemistry/gromacs/ChangeLog|   3 +
 sci-chemistry/gromacs/gromacs-.ebuild  |   2 +-
 sci-chemistry/pymol/ChangeLog  |  14 +
 sci-chemistry/pymol/files/pymol--listing.patch |  17 ++
 sci-chemistry/pymol/files/pymol--options.patch |  15 ++
 sci-chemistry/pymol/pymol-.ebuild  |   6 +-
 sci-chemistry/votca-csg/ChangeLog  |   3 +
 sci-chemistry/votca-csg/votca-csg-.ebuild  |   6 +-
 sci-libs/blas-reference/ChangeLog  |   9 +-
 ...16.ebuild = blas-reference-20131116-r1.ebuild} |   0
 .../blas-reference/blas-reference-20131116.ebuild  |  79 +-
 .../blas-reference/blas-reference-.ebuild  |  92 +--
 sci-libs/blas-reference/metadata.xml 

[gentoo-commits] proj/sci:master commit in: sci-biology/consed/, sci-biology/consed/files/

2014-10-26 Thread Justin Lecher
commit: e99e0ca02a5335c1528d004692a2ca3610165cdd
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Oct 26 16:15:19 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Oct 26 16:15:19 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e99e0ca0

Moved to tree

Signed-off-by: Justin Lecher jlec AT gentoo.org

---
 sci-biology/consed/ChangeLog   | 41 ---
 sci-biology/consed/consed-20-r1.ebuild | 80 --
 sci-biology/consed/consed-21.ebuild| 80 --
 sci-biology/consed/consed-22.ebuild| 80 --
 sci-biology/consed/consed-23.ebuild| 80 --
 sci-biology/consed/consed-24.ebuild| 80 --
 sci-biology/consed/consed-25.ebuild| 80 --
 sci-biology/consed/consed-26.ebuild| 80 --
 sci-biology/consed/consed-27.ebuild| 80 --
 sci-biology/consed/files/nLine.h.patch | 17 -
 .../consed/files/nextPhredPipeline.cpp.patch   | 11 ---
 sci-biology/consed/metadata.xml|  9 ---
 12 files changed, 718 deletions(-)

diff --git a/sci-biology/consed/ChangeLog b/sci-biology/consed/ChangeLog
deleted file mode 100644
index 4bbf7b9..000
--- a/sci-biology/consed/ChangeLog
+++ /dev/null
@@ -1,41 +0,0 @@
-# ChangeLog for sci-biology/consed
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  05 Apr 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
consed-20-r1.ebuild,
-  consed-21.ebuild, consed-22.ebuild, consed-23.ebuild, consed-24.ebuild,
-  consed-25.ebuild, consed-26.ebuild, consed-27.ebuild:
-  sci-biology/consed: add a stub file for consedrc; refer to it via
-  CONSED_PARAMETERS
-
-  05 Apr 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
consed-20-r1.ebuild,
-  consed-21.ebuild, consed-22.ebuild, consed-23.ebuild, consed-24.ebuild,
-  consed-25.ebuild, consed-26.ebuild, consed-27.ebuild:
-  sci-biology/consed: fix more hardcoded paths
-
-  02 Apr 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz 
consed-20-r1.ebuild,
-  consed-21.ebuild, consed-22.ebuild, consed-23.ebuild, consed-24.ebuild,
-  consed-25.ebuild, consed-26.ebuild, consed-27.ebuild:
-  sci-biology/consed: replace hardcoded CONSED_HOME path in installed perl
-  scripts to fix situations when user has for some reason an empty CONSED_HOME
-
-*consed-27 (23 Mar 2014)
-*consed-26 (23 Mar 2014)
-*consed-25 (23 Mar 2014)
-*consed-24 (23 Mar 2014)
-*consed-23 (23 Mar 2014)
-*consed-22 (23 Mar 2014)
-*consed-21 (23 Mar 2014)
-
-  23 Mar 2014; Martin Mokrejs mmokr...@fold.natur.cuni.cz
-  consed-20-r1.ebuild, +consed-21.ebuild, +consed-22.ebuild,
-  files/nLine.h.patch, files/nextPhredPipeline.cpp.patch, metadata.xml:
-  Added versions 21, 22, 23, 24, 25, 26, 27. None of them need the two
-  patches anymore but all of them need samtools for BAM support.
-  Compiled with x86_64-pc-linux-gnu-4.3.6.
-
-  31 Oct 2012; Martin Mokrejs mmokr...@fold.natur.cuni.cz
-  consed-20-r1.ebuild:
-  renamed dependency from openmotif to motif consed-20-r1.ebuild,
-  added some extra patches files/nLine.h.patch,
-  files/nextPhredPipeline.cpp.patch

diff --git a/sci-biology/consed/consed-20-r1.ebuild 
b/sci-biology/consed/consed-20-r1.ebuild
deleted file mode 100644
index 30ba866..000
--- a/sci-biology/consed/consed-20-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION=A genome sequence finishing program
-HOMEPAGE=http://bozeman.mbt.washington.edu/consed/consed.html;
-SRC_URI=${P}-sources.tar.gz
-   ${P}-linux.tar.gz
-
-LICENSE=phrap
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=
-
-DEPEND==x11-libs/motif-2.3:0
-RDEPEND=${DEPEND}
-   =sci-biology/phred-000925
-   =sci-biology/phrap-1.080721
-   dev-lang/perl
-
-S=${WORKDIR}
-
-RESTRICT=fetch
-
-pkg_nofetch() {
-   einfo Please visit ${HOMEPAGE} and obtain the file
-   einfo \sources.tar.gz\, then rename it to \${P}-sources.tar.gz\
-   einfo and place it in ${DISTDIR},
-   einfo obtain the file
-   einfo \consed_linux.tar.gz\, then rename it to \${P}-linux.tar.gz\
-   einfo and place it in ${DISTDIR}
-}
-
-src_prepare() {
-   sed -i '/#include/ s/new.h/new/' ${S}/main.cpp || die
-   sed -i \
-   -e '/CLIBS=/ s/$/ -lXm -lXt -lSM -lICE -lXext -lXmu -lXp -lm/' \
-   -e 's/ARCHIVES=/ARCHIVES=\n_ARCHIVES=/' \
-   -e 's/CFLGS=/CFLGS= ${CFLAGS} /' ${S}/makefile || die
-   sed -i -e 's/CFLAGS=/CFLAGS += /' ${S}/misc/*/Makefile || die
-   sed -i 's!\($szPhredParameterFile =\).*!\1 $ENV{PHRED_PARAMETER_FILE} 
|| '${EPREFIX}'/usr/share/phred/phredpar.dat;!' 

[gentoo-commits] proj/sci:master commit in: sci-chemistry/freeon/

2014-10-26 Thread Justin Lecher
commit: dd6dec7ba17e1fbdeb5530d4bc1737544864afee
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Oct 26 16:19:44 2014 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Oct 26 16:19:44 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=dd6dec7b

sci-chemistry/freeon: Drop obsolete versions

Package-Manager: portage-2.2.14

---
 sci-chemistry/freeon/ChangeLog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 8a6cf13..509aa1a 100644
--- a/sci-chemistry/freeon/ChangeLog
+++ b/sci-chemistry/freeon/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Oct 2014; Justin Lecher j...@gentoo.org ChangeLog:
+  Drop obsolete versions
+
   17 Sep 2014; Christoph Junghans ott...@gentoo.org metadata.xml:
   updated metadata.xml
 



[gentoo-commits] proj/x11: Branch deleted: multilib-opengl

2014-10-26 Thread Remi Cardona
commit: 
Commit: Remi Cardona remi AT gentoo DOT org
CommitDate: Sun Oct 26 16:23:07 2014 +

Branch deleted: multilib-opengl




[gentoo-commits] proj/x11:master commit in: x11-libs/libxkbcommon/

2014-10-26 Thread Remi Cardona
commit: e225dc58e7259aa0137c95b3a085c8b225b2b6ae
Author: Rémi Cardona remi AT gentoo DOT org
AuthorDate: Sun Oct 26 16:28:48 2014 +
Commit: Remi Cardona remi AT gentoo DOT org
CommitDate: Sun Oct 26 16:28:48 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e225dc58

x11-libs/libxkbcommon: Add 'test' USE flag (sync with portage)

---
 x11-libs/libxkbcommon/libxkbcommon-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libxkbcommon/libxkbcommon-.ebuild 
b/x11-libs/libxkbcommon/libxkbcommon-.ebuild
index f6a92dd..fba5f9c 100644
--- a/x11-libs/libxkbcommon/libxkbcommon-.ebuild
+++ b/x11-libs/libxkbcommon/libxkbcommon-.ebuild
@@ -19,7 +19,7 @@ inherit xorg-2 ${GIT_ECLASS}
 
 DESCRIPTION=X.Org xkbcommon library
 KEYWORDS=~amd64 ~arm ~x86
-IUSE=X doc
+IUSE=X doc test
 
 DEPEND=sys-devel/bison
sys-devel/flex



[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-10-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/10/26 16:36:52

  Modified: ChangeLog package.mask
  Log:
  Mask =x11-apps/xinit-1.3.4 due to startx breakage, bugs #526762 and #526802.

Revision  ChangesPath
1.9492   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9492view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9492content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9491r2=1.9492

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9491
retrieving revision 1.9492
diff -u -r1.9491 -r1.9492
--- ChangeLog   26 Oct 2014 04:10:13 -  1.9491
+++ ChangeLog   26 Oct 2014 16:36:52 -  1.9492
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9491 2014/10/26 
04:10:13 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9492 2014/10/26 
16:36:52 chithanh Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  26 Oct 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  package.mask:
+  Mask =x11-apps/xinit-1.3.4 due to startx breakage, bugs #526762 and #526802.
+
   26 Oct 2014; Mart Raudsepp l...@gentoo.org package.mask:
   Unmask clutter-gst:1.0 as dependency of pinpoint (#526868)
 



1.16122  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16122view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16122content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16121r2=1.16122

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16121
retrieving revision 1.16122
diff -u -r1.16121 -r1.16122
--- package.mask26 Oct 2014 04:10:13 -  1.16121
+++ package.mask26 Oct 2014 16:36:52 -  1.16122
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16121 2014/10/26 
04:10:13 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16122 2014/10/26 
16:36:52 chithanh Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Chí-Thanh Christopher Nguyễn chith...@gentoo.org (25 Oct 2014)
+# Changes in vt allocation break startx on non-systemd, bugs #526762 and
+# #526802.
+=x11-apps/xinit-1.3.4
+
 # Manuel Rüger mr...@gentoo.org (25 Oct 2014)
 # Deprecated by upstream, Debian removed it in 2010.
 # Contents of this package moved to foomatic-db{,-engine,-ppds}






[gentoo-commits] gentoo-x86 commit in net-im/ktp-common-internals: ktp-common-internals-0.9.0.ebuild metadata.xml ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: metadata.xml ChangeLog
  Added:ktp-common-internals-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.2  net-im/ktp-common-internals/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-common-internals/metadata.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-common-internals/metadata.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-common-internals/metadata.xml?r1=1.1r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml25 Jan 2012 22:53:24 -  1.1
+++ metadata.xml26 Oct 2014 16:37:44 -  1.2
@@ -1,5 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdkde/herd
+   herdkde/herd
+   use
+   flag name=otrEnable support for encrypted conversations 
using Off-The-Records messaging/flag
+   /use
 /pkgmetadata



1.33 net-im/ktp-common-internals/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-common-internals/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-common-internals/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-common-internals/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   16 Sep 2014 16:58:52 -  1.32
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.33
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-common-internals
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 
1.32 2014/09/16 16:58:52 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ChangeLog,v 
1.33 2014/10/26 16:37:44 kensington Exp $
+
+*ktp-common-internals-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-common-internals-0.9.0.ebuild, metadata.xml:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org
   ktp-common-internals-0.8.1.ebuild:



1.1  
net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-common-internals-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-common-internals/ktp-common-internals-0.9.0.ebuild,v
 1.1 2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv uk zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy common library
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=LGPL-2.1
SLOT=4
IUSE=debug otr semantic-desktop

DEPEND=
=net-libs/telepathy-qt-0.9.5[qt4]
=net-libs/telepathy-logger-qt-0.5.80
otr? (
dev-libs/libgcrypt:=
=net-libs/libotr-4.0.0
)
semantic-desktop? (
$(add_kdebase_dep kdepimlibs)
=net-libs/libkpeople-0.3.0:=
)

RDEPEND=${DEPEND}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package otr Libgcrypt)
$(cmake-utils_use_find_package otr LibOTR)
$(cmake-utils_use_find_package semantic-desktop KPeople)
$(cmake-utils_use_find_package semantic-desktop KdepimLibs)
)

kde4-base_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-im/ktp-approver: ktp-approver-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-approver-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.29 net-im/ktp-approver/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-approver/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-approver/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-approver/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   16 Sep 2014 16:55:07 -  1.28
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-approver
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.28 
2014/09/16 16:55:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-approver/ChangeLog,v 1.29 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-approver-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-approver-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org -ktp-approver-0.8.0.ebuild:
   Remove KDE Telepathy 0.8.0.



1.1  net-im/ktp-approver/ktp-approver-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-approver/ktp-approver-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-approver/ktp-approver-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-approver-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-approver/ktp-approver-0.9.0.ebuild,v 1.1 
2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr uk zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy notification handler
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=LGPL-2.1
SLOT=4
IUSE=debug

DEPEND=
=net-libs/telepathy-qt-0.9.5[qt4]

RDEPEND=${DEPEND}
=net-im/ktp-contact-list-${PV}







[gentoo-commits] gentoo-x86 commit in net-im/ktp-send-file: ktp-send-file-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-send-file-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.29 net-im/ktp-send-file/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-send-file/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-send-file/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-send-file/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   16 Sep 2014 16:55:07 -  1.28
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-send-file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.28 
2014/09/16 16:55:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.29 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-send-file-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-send-file-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org -ktp-send-file-0.8.0.ebuild:
   Remove KDE Telepathy 0.8.0.



1.1  net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-send-file-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild,v 1.1 
2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr uk vi zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy file manager plugin to send files to contacts
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=LGPL-2.1
SLOT=4
IUSE=debug

DEPEND=
=net-im/ktp-common-internals-${PV}
=net-libs/telepathy-qt-0.9.5[qt4]

RDEPEND=${DEPEND}
=net-im/ktp-contact-list-${PV}
=net-im/ktp-filetransfer-handler-${PV}







[gentoo-commits] gentoo-x86 commit in net-im/ktp-desktop-applets: ktp-desktop-applets-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-desktop-applets-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.17 net-im/ktp-desktop-applets/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   16 Sep 2014 16:55:08 -  1.16
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-desktop-applets
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog,v 1.16 
2014/09/16 16:55:08 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ChangeLog,v 1.17 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-desktop-applets-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-desktop-applets-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org
   -ktp-desktop-applets-0.8.0.ebuild:



1.1  net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-desktop-applets-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-desktop-applets/ktp-desktop-applets-0.9.0.ebuild,v
 1.1 2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr uk vi wa zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy contact, presence and chat Plasma applets
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=GPL-2 LGPL-2.1
SLOT=4
IUSE=debug

DEPEND=
=net-im/ktp-common-internals-${PV}
=net-libs/telepathy-qt-0.9.5[qt4]

RDEPEND=${DEPEND}
=net-im/ktp-contact-list-${PV}







[gentoo-commits] gentoo-x86 commit in net-im/ktp-text-ui: ktp-text-ui-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-text-ui-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.32 net-im/ktp-text-ui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   16 Sep 2014 16:55:07 -  1.31
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.32
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-text-ui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.31 
2014/09/16 16:55:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ChangeLog,v 1.32 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-text-ui-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-text-ui-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org -ktp-text-ui-0.8.0.1.ebuild:
   Remove KDE Telepathy 0.8.0.



1.1  net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-text-ui-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild,v 1.1 
2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr ug uk vi wa zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy text chat window
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=GPL-2
SLOT=4
IUSE=debug semantic-desktop

DEPEND=
=net-libs/telepathy-qt-0.9.5[qt4]
=net-libs/telepathy-logger-qt-0.8
semantic-desktop? (
$(add_kdebase_dep kdepimlibs)
=net-libs/libkpeople-0.3.0:=
)

RDEPEND=${DEPEND}
=net-im/ktp-contact-list-${PV}


src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package semantic-desktop KPeople)
)

kde4-base_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-im/ktp-kded-module: ktp-kded-module-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-kded-module-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.29 net-im/ktp-kded-module/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-kded-module/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-kded-module/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-kded-module/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   16 Sep 2014 16:55:07 -  1.28
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-kded-module
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.28 
2014/09/16 16:55:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ChangeLog,v 1.29 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-kded-module-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-kded-module-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org -ktp-kded-module-0.8.0.ebuild:
   Remove KDE Telepathy 0.8.0.



1.1  net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-kded-module-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-kded-module/ktp-kded-module-0.9.0.ebuild,v 
1.1 2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv uk zh_CN zh_TW
MY_P=${PN/kded/kded-integration}-${PV}
inherit kde4-base

DESCRIPTION=KDE Telepathy workspace integration
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${MY_P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=LGPL-2.1
SLOT=4
IUSE=debug

DEPEND=
=net-im/ktp-common-internals-${PV}
=net-libs/telepathy-qt-0.9.5[qt4]

RDEPEND=${DEPEND}

[[ ${PV} == ** ]] || S=${WORKDIR}/${MY_P}






[gentoo-commits] gentoo-x86 commit in net-im/ktp-contact-runner: ktp-contact-runner-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-contact-runner-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.25 net-im/ktp-contact-runner/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-runner/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-runner/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-runner/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   16 Sep 2014 16:55:07 -  1.24
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.25
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-contact-runner
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ChangeLog,v 1.24 
2014/09/16 16:55:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ChangeLog,v 1.25 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-contact-runner-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-contact-runner-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org
   -ktp-contact-runner-0.8.0.ebuild:



1.1  net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-contact-runner-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-contact-runner/ktp-contact-runner-0.9.0.ebuild,v
 1.1 2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it kk km ko
lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr uk vi zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy krunner plugin
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=LGPL-2.1
SLOT=4
IUSE=debug

DEPEND=
=net-im/ktp-common-internals-${PV}
=net-libs/telepathy-qt-0.9.5[qt4]

RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in net-im/kde-telepathy-meta: kde-telepathy-meta-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:kde-telepathy-meta-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.30 net-im/kde-telepathy-meta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog?rev=1.30view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog?rev=1.30content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog?r1=1.29r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   16 Sep 2014 16:55:07 -  1.29
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.30
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/kde-telepathy-meta
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog,v 1.29 
2014/09/16 16:55:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/ChangeLog,v 1.30 
2014/10/26 16:37:44 kensington Exp $
+
+*kde-telepathy-meta-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +kde-telepathy-meta-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org
   -kde-telepathy-meta-0.8.0.ebuild:



1.1  net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: kde-telepathy-meta-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild,v
 1.1 2014/10/26 16:37:44 kensington Exp $

EAPI=5

DESCRIPTION=KDE Telepathy client - merge this to pull in all net-im/ktp-*
kde packages
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;

if [[ ${PV} != ** ]]; then
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=|| ( GPL-2 GPL-3 LGPL-2.1 )
SLOT=4
IUSE=

DEPEND=
RDEPEND=
=net-im/ktp-accounts-kcm-${PV}
=net-im/ktp-approver-${PV}
=net-im/ktp-auth-handler-${PV}
=net-im/ktp-call-ui-${PV}
=net-im/ktp-common-internals-${PV}
=net-im/ktp-contact-list-${PV}
=net-im/ktp-contact-runner-${PV}
=net-im/ktp-desktop-applets-${PV}
=net-im/ktp-filetransfer-handler-${PV}
=net-im/ktp-kded-module-${PV}
=net-im/ktp-send-file-${PV}
=net-im/ktp-text-ui-${PV}
net-im/telepathy-connection-managers


pkg_postinst() {
echo
elog You can configure the accounts in the KDE System Settings
elog and then add the Instant Messaging plasma applet to access the 
contact list.
echo
}






[gentoo-commits] gentoo-x86 commit in net-im/ktp-accounts-kcm: ktp-accounts-kcm-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-accounts-kcm-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.32 net-im/ktp-accounts-kcm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   16 Sep 2014 16:55:07 -  1.31
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.32
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-accounts-kcm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.31 
2014/09/16 16:55:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ChangeLog,v 1.32 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-accounts-kcm-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-accounts-kcm-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org -ktp-accounts-kcm-0.8.0.ebuild:
   Remove KDE Telepathy 0.8.0.



1.1  net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-accounts-kcm-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild,v 
1.1 2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
ja kk km ko lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy account management kcm
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=LGPL-2.1
SLOT=4
IUSE=debug modemmanager

DEPEND=
=net-im/ktp-common-internals-${PV}
net-im/telepathy-mission-control
net-libs/telepathy-glib
=net-libs/telepathy-qt-0.9.5[qt4]
modemmanager? ( net-libs/libmm-qt )

RDEPEND=${DEPEND}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_build modemmanager pintxo)
)

kde4-base_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-im/ktp-call-ui: ktp-call-ui-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-call-ui-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.29 net-im/ktp-call-ui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   16 Sep 2014 17:01:22 -  1.28
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-call-ui
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.28 
2014/09/16 17:01:22 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ChangeLog,v 1.29 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-call-ui-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-call-ui-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org ktp-call-ui-0.8.1.ebuild:
   Restrict to net-libs/telepathy-qt-0.9.5, bug #522928.



1.1  net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-call-ui-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild,v 1.1 
2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bg bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia
it ja kk km ko lt mai mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian
sr@ijekavianlatin sr@latin sv th tr ug uk zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy audio/video conferencing ui
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=GPL-2 LGPL-2.1
SLOT=4
IUSE=debug v4l

DEPEND=
=media-libs/qt-gstreamer-1.2.0
=net-im/ktp-common-internals-${PV}
net-libs/farstream:0.2
=net-libs/telepathy-farstream-0.6.0
=net-libs/telepathy-qt-0.9.5[farstream,qt4]

RDEPEND=${DEPEND}
|| (
=net-im/ktp-contact-list-${PV}
=net-im/ktp-desktop-applets-${PV}
=net-im/ktp-text-ui-${PV}
)
v4l? ( media-plugins/gst-plugins-v4l2:0.10 )







[gentoo-commits] gentoo-x86 commit in net-im/ktp-filetransfer-handler: ktp-filetransfer-handler-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-filetransfer-handler-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.29 net-im/ktp-filetransfer-handler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   16 Sep 2014 16:55:08 -  1.28
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.29
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-filetransfer-handler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 
1.28 2014/09/16 16:55:08 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ChangeLog,v 
1.29 2014/10/26 16:37:44 kensington Exp $
+
+*ktp-filetransfer-handler-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-filetransfer-handler-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org
   -ktp-filetransfer-handler-0.8.0.ebuild:



1.1  
net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-filetransfer-handler-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-filetransfer-handler/ktp-filetransfer-handler-0.9.0.ebuild,v
 1.1 2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk ko
lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv uk zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy file transfer handler
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=GPL-2
SLOT=4
IUSE=debug

DEPEND=
=net-im/ktp-common-internals-${PV}
=net-libs/telepathy-qt-0.9.5[qt4]

RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in net-im/ktp-contact-list: ktp-contact-list-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-contact-list-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.31 net-im/ktp-contact-list/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   16 Sep 2014 16:58:00 -  1.30
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-contact-list
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.30 
2014/09/16 16:58:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ChangeLog,v 1.31 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-contact-list-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-contact-list-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org ktp-contact-list-0.8.1.ebuild:
   Restrict to net-libs/libkpeople-0.3.0.



1.1  net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-contact-list-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-contact-list/ktp-contact-list-0.9.0.ebuild,v 
1.1 2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv tr ug uk vi zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy contact list
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=GPL-2
SLOT=4
IUSE=debug semantic-desktop

DEPEND=
=net-im/ktp-accounts-kcm-${PV}
=net-im/ktp-common-internals-${PV}[semantic-desktop?]
=net-libs/telepathy-qt-0.9.5[qt4]
semantic-desktop? ( =net-libs/libkpeople-0.3.0:= )

RDEPEND=${DEPEND}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package semantic-desktop KPeople)
)

kde4-base_src_configure
}






[gentoo-commits] gentoo-x86 commit in net-im/ktp-auth-handler: ktp-auth-handler-0.9.0.ebuild ChangeLog

2014-10-26 Thread Michael Palimaka (kensington)
kensington14/10/26 16:37:44

  Modified: ChangeLog
  Added:ktp-auth-handler-0.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.31 net-im/ktp-auth-handler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ChangeLog?rev=1.31view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ChangeLog?rev=1.31content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ChangeLog?r1=1.30r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   16 Sep 2014 20:19:14 -  1.30
+++ ChangeLog   26 Oct 2014 16:37:44 -  1.31
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/ktp-auth-handler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.30 
2014/09/16 20:19:14 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.31 
2014/10/26 16:37:44 kensington Exp $
+
+*ktp-auth-handler-0.9.0 (26 Oct 2014)
+
+  26 Oct 2014; Michael Palimaka kensing...@gentoo.org
+  +ktp-auth-handler-0.9.0.ebuild:
+  Version bump.
 
   16 Sep 2014; Johannes Huber j...@gentoo.org ktp-auth-handler-0.8.1.ebuild:
   Add missing RDEPEND on app-crypt/qca-ossl:2.



1.1  net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild?rev=1.1content-type=text/plain

Index: ktp-auth-handler-0.9.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild,v 
1.1 2014/10/26 16:37:44 kensington Exp $

EAPI=5

KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
sr@latin sv uk vi zh_CN zh_TW
inherit kde4-base

DESCRIPTION=KDE Telepathy authentication handler
HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
if [[ ${PV} != ** ]]; then
SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
KEYWORDS=
fi

LICENSE=LGPL-2.1
SLOT=4
IUSE=debug

DEPEND=
app-crypt/qca:2
=dev-libs/qjson-0.8
=net-im/ktp-common-internals-${PV}
=net-libs/telepathy-qt-0.9.5[qt4]

RDEPEND=${DEPEND}
app-crypt/qca-ossl:2







[gentoo-commits] proj/kde:master commit in: net-im/ktp-contact-runner/, net-im/ktp-accounts-kcm/, ...

2014-10-26 Thread Michael Palimaka
commit: 2db7e514fe5ef9364cee43337657de9c972a3ca9
Author: Michael Palimaka kensington AT gentoo DOT org
AuthorDate: Sun Oct 26 16:40:07 2014 +
Commit: Michael Palimaka kensington AT gentoo DOT org
CommitDate: Sun Oct 26 16:40:07 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2db7e514

[net-im/ktp-*] Remove 0.9.0

---
 .../kde-telepathy-meta-0.9.0.ebuild| 43 ---
 .../ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild | 40 --
 net-im/ktp-approver/ktp-approver-0.9.0.ebuild  | 30 --
 .../ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild | 33 ---
 net-im/ktp-call-ui/ktp-call-ui-0.9.0.ebuild| 39 --
 .../ktp-common-internals-0.9.0.ebuild  | 48 --
 .../ktp-contact-list/ktp-contact-list-0.9.0.ebuild | 39 --
 .../ktp-contact-runner-0.9.0.ebuild| 29 -
 .../ktp-desktop-applets-0.9.0.ebuild   | 31 --
 .../ktp-filetransfer-handler-0.9.0.ebuild  | 29 -
 .../ktp-kded-module/ktp-kded-module-0.9.0.ebuild   | 32 ---
 net-im/ktp-send-file/ktp-send-file-0.9.0.ebuild| 32 ---
 net-im/ktp-text-ui/ktp-text-ui-0.9.0.ebuild| 43 ---
 13 files changed, 468 deletions(-)

diff --git a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild 
b/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild
deleted file mode 100644
index 3a91402..000
--- a/net-im/kde-telepathy-meta/kde-telepathy-meta-0.9.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION=KDE Telepathy client - merge this to pull in all net-im/ktp-*
-kde packages
-HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-
-if [[ ${PV} != ** ]]; then
-   KEYWORDS=~amd64 ~x86
-else
-   KEYWORDS=
-fi
-
-LICENSE=|| ( GPL-2 GPL-3 LGPL-2.1 )
-SLOT=4
-IUSE=
-
-DEPEND=
-RDEPEND=
-   =net-im/ktp-accounts-kcm-${PV}
-   =net-im/ktp-approver-${PV}
-   =net-im/ktp-auth-handler-${PV}
-   =net-im/ktp-call-ui-${PV}
-   =net-im/ktp-common-internals-${PV}
-   =net-im/ktp-contact-list-${PV}
-   =net-im/ktp-contact-runner-${PV}
-   =net-im/ktp-desktop-applets-${PV}
-   =net-im/ktp-filetransfer-handler-${PV}
-   =net-im/ktp-kded-module-${PV}
-   =net-im/ktp-send-file-${PV}
-   =net-im/ktp-text-ui-${PV}
-   net-im/telepathy-connection-managers
-
-
-pkg_postinst() {
-   echo
-   elog You can configure the accounts in the KDE System Settings
-   elog and then add the Instant Messaging plasma applet to access the 
contact list.
-   echo
-}

diff --git a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild 
b/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild
deleted file mode 100644
index 3ab9ed6..000
--- a/net-im/ktp-accounts-kcm/ktp-accounts-kcm-0.9.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS=bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hu ia it
-ja kk km ko lt mai mr nb nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian
-sr@ijekavianlatin sr@latin sv tr ug uk vi wa zh_CN zh_TW
-inherit kde4-base
-
-DESCRIPTION=KDE Telepathy account management kcm
-HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-if [[ ${PV} != ** ]]; then
-   SRC_URI=mirror://kde/stable/kde-telepathy/${PV}/src/${P}.tar.bz2
-   KEYWORDS=~amd64 ~x86
-else
-   KEYWORDS=
-fi
-
-LICENSE=LGPL-2.1
-SLOT=4
-IUSE=debug modemmanager
-
-DEPEND=
-   =net-im/ktp-common-internals-${PV}
-   net-im/telepathy-mission-control
-   net-libs/telepathy-glib
-   =net-libs/telepathy-qt-0.9.5[qt4]
-   modemmanager? ( net-libs/libmm-qt )
-
-RDEPEND=${DEPEND}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_build modemmanager pintxo)
-   )
-
-   kde4-base_src_configure
-}

diff --git a/net-im/ktp-approver/ktp-approver-0.9.0.ebuild 
b/net-im/ktp-approver/ktp-approver-0.9.0.ebuild
deleted file mode 100644
index 8eb3295..000
--- a/net-im/ktp-approver/ktp-approver-0.9.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_LINGUAS=bs ca ca@valencia cs da de el es et fi fr ga gl hu ia it ja kk km
-ko lt mr nb nds nl pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin
-sr@latin sv tr uk zh_CN zh_TW
-inherit kde4-base
-
-DESCRIPTION=KDE Telepathy notification handler
-HOMEPAGE=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-if [[ ${PV} != ** ]]; then
-   

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog

2014-10-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/10/26 16:44:52

  Modified: ChangeLog
  Log:
  Unmask x11-apps/xinit-1.3.4 in systemd profiles

Revision  ChangesPath
1.9493   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9493view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9493content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9492r2=1.9493

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9492
retrieving revision 1.9493
diff -u -r1.9492 -r1.9493
--- ChangeLog   26 Oct 2014 16:36:52 -  1.9492
+++ ChangeLog   26 Oct 2014 16:44:52 -  1.9493
@@ -1,12 +1,16 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9492 2014/10/26 
16:36:52 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9493 2014/10/26 
16:44:52 chithanh Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   26 Oct 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
+  targets/systemd/package.mask:
+  Unmask x11-apps/xinit-1.3.4 in systemd profiles
+
+  26 Oct 2014; Chí-Thanh Christopher Nguyễn chith...@gentoo.org
   package.mask:
   Mask =x11-apps/xinit-1.3.4 due to startx breakage, bugs #526762 and #526802.
 






[gentoo-commits] gentoo-x86 commit in profiles/targets/systemd: package.mask

2014-10-26 Thread Chi-Thanh Christopher Nguyen (chithanh)
chithanh14/10/26 16:44:52

  Modified: package.mask
  Log:
  Unmask x11-apps/xinit-1.3.4 in systemd profiles

Revision  ChangesPath
1.3  profiles/targets/systemd/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.mask?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.mask?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/targets/systemd/package.mask?r1=1.2r2=1.3

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.mask,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- package.mask6 Jun 2014 16:24:22 -   1.2
+++ package.mask26 Oct 2014 16:44:52 -  1.3
@@ -1,6 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.mask,v 1.2 
2014/06/06 16:24:22 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/targets/systemd/package.mask,v 1.3 
2014/10/26 16:44:52 chithanh Exp $
+
+# Chí-Thanh Christopher Nguyễn chith...@gentoo.org (26 Oct 2014)
+# package is masked for bugs #526762 and #526802 on non-systemd systems.
+-=x11-apps/xinit-1.3.4
 
 # sys-kernel/genkernel is not compatible with Systemd, you need
 # to use sys-kernel/genkernel-next instead






[gentoo-commits] proj/gnome:master commit in: gnome-extra/nautilus-sendto/

2014-10-26 Thread Gilles Dartiguelongue
commit: 8f00cb57eac05abe27cf9c8d2aa739084ab676ec
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 16:49:00 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 16:49:00 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8f00cb57

gnome-extra/nautilus-sendto: clean up

---
 gnome-extra/nautilus-sendto/metadata.xml | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/gnome-extra/nautilus-sendto/metadata.xml 
b/gnome-extra/nautilus-sendto/metadata.xml
deleted file mode 100644
index b47046f..000
--- a/gnome-extra/nautilus-sendto/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-  herdgnome/herd
-  use
-flag name=gajimEnables support for pkgnet-im/gajim/pkg/flag
-flag name=mailEnables support for mailto using
-   pkggnome-extra/evolution-data-server/pkg/flag
-flag name=pidginEnables support for pkgnet-im/pidgin/pkg/flag
-  /use
-/pkgmetadata



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-settings-daemon/

2014-10-26 Thread Gilles Dartiguelongue
commit: 3ee0ca7b16498e802a098891c1819c54a15706b6
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 16:54:04 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 16:54:04 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3ee0ca7b

gnome-base/gnome-settings-daemon: clean up metadata.xml

Keywording waiting on bug #523468

---
 gnome-base/gnome-settings-daemon/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/gnome-base/gnome-settings-daemon/metadata.xml 
b/gnome-base/gnome-settings-daemon/metadata.xml
index f585760..ae9d0bf 100644
--- a/gnome-base/gnome-settings-daemon/metadata.xml
+++ b/gnome-base/gnome-settings-daemon/metadata.xml
@@ -5,14 +5,10 @@
   use
 flag name=colordSupport color management using
pkgx11-misc/colord/pkg/flag
-flag name=i18nEnable support for enhanced input methods through
-   pkgapp-i18n/ibus/pkg/flag
flag name=openrc-forceSkip systemd dependency (#480336),
enabling this flag will become your setup to be fully
unsupported by upstream and downstream Gnome team. Do 
not
try to enable it unless completely needed/flag
-flag name=packagekitEnable support for the distro-neutral package
-   manager GUI pkgapp-admin/packagekit/pkg/flag
 flag name=short-touchpad-timeoutChange the touchpad timeout so that 
it's effective for fast typists/flag
   /use



[gentoo-commits] proj/gnome:master commit in: media-plugins/gst-plugins-vaapi/

2014-10-26 Thread Gilles Dartiguelongue
commit: 36c6a83a1fa3134071c44c779592cea562140aa0
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 26 16:49:43 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 26 16:49:43 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=36c6a83a

media-plugins/gst-plugins-vaapi: moved to gentoo-x86

---
 .../gst-plugins-vaapi-0.4.2.ebuild | 55 --
 media-plugins/gst-plugins-vaapi/metadata.xml   |  5 --
 2 files changed, 60 deletions(-)

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.4.2.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.4.2.ebuild
deleted file mode 100644
index 170e135..000
--- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-0.4.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit eutils
-
-MY_PN=gstreamer-vaapi
-DESCRIPTION=Hardware accelerated video decoding through VA-API plugin
-HOMEPAGE=http://gitorious.org/vaapi/gstreamer-vaapi;
-SRC_URI=http://www.freedesktop.org/software/vaapi/releases/${MY_PN}/${MY_PN}-${PV}.tar.bz2;
-
-LICENSE=
-SLOT=0.10
-KEYWORDS=~amd64
-IUSE=X opengl wayland
-
-RDEPEND=
-   =dev-libs/glib-2.28:2
-   =media-libs/gstreamer-0.10.36:${SLOT}
-   =media-libs/gst-plugins-base-0.10.36:${SLOT}
-   =media-libs/gst-plugins-bad-0.10.22:${SLOT}
-   x11-libs/libdrm
-   x11-libs/libX11
-   x11-libs/libXrandr
-   =x11-libs/libva-1.1.0[X?,opengl?,wayland?]
-   virtual/opengl
-   virtual/udev
-   wayland? ( =dev-libs/wayland-1 )
-
-DEPEND=${RDEPEND}
-   =dev-util/gtk-doc-am-1.9
-   virtual/pkgconfig
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_configure() {
-   # XXX: missing headers for gst-jpeg ?
-   econf \
-   --disable-static \
-   --enable-drm \
-   $(use_enable opengl glx) \
-   $(use_enable wayland) \
-   $(use_enable X x11)
-}
-
-src_compile() {
-   default
-}
-
-src_install() {
-   default
-   prune_libtool_files
-}

diff --git a/media-plugins/gst-plugins-vaapi/metadata.xml 
b/media-plugins/gst-plugins-vaapi/metadata.xml
deleted file mode 100644
index dec0396..000
--- a/media-plugins/gst-plugins-vaapi/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-  herdgstreamer/herd
-/pkgmetadata



[gentoo-commits] gentoo-x86 commit in sci-chemistry/freeon/files: - New directory

2014-10-26 Thread Justin Lecher (jlec)
jlec14/10/26 17:00:09

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-chemistry/freeon/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-python/websocket-client: ChangeLog websocket-client-0.11.0.ebuild

2014-10-26 Thread Alex Brandt (alunduil)
alunduil14/10/26 17:07:50

  Modified: ChangeLog
  Removed:  websocket-client-0.11.0.ebuild
  Log:
  remove 0.11.0, keep three
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  ChangesPath
1.5  dev-python/websocket-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websocket-client/ChangeLog?r1=1.4r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   19 Oct 2014 15:27:45 -  1.4
+++ ChangeLog   26 Oct 2014 17:07:50 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/websocket-client
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.4 
2014/10/19 15:27:45 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/websocket-client/ChangeLog,v 1.5 
2014/10/26 17:07:50 alunduil Exp $
+
+  26 Oct 2014; Alex Brandt alund...@gentoo.org
+  -websocket-client-0.11.0.ebuild:
+  remove 0.11.0, keep three
 
 *websocket-client-0.21.0 (19 Oct 2014)
 






[gentoo-commits] gentoo-x86 commit in media-gfx/rawtherapee: ChangeLog rawtherapee-4.2.ebuild

2014-10-26 Thread Tim Harder (radhermit)
radhermit14/10/26 17:15:40

  Modified: ChangeLog
  Added:rawtherapee-4.2.ebuild
  Log:
  Version bump, define CACHE_NAME_SUFFIX to use a static config location (bug 
#523022).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  ChangesPath
1.17 media-gfx/rawtherapee/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/rawtherapee/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/rawtherapee/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/rawtherapee/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   11 Jun 2014 08:30:28 -  1.16
+++ ChangeLog   26 Oct 2014 17:15:39 -  1.17
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/rawtherapee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/ChangeLog,v 1.16 
2014/06/11 08:30:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/ChangeLog,v 1.17 
2014/10/26 17:15:39 radhermit Exp $
+
+*rawtherapee-4.2 (26 Oct 2014)
+
+  26 Oct 2014; Tim Harder radher...@gentoo.org +rawtherapee-4.2.ebuild:
+  Version bump, define CACHE_NAME_SUFFIX to use a static config location (bug
+  #523022).
 
 *rawtherapee-4.1 (11 Jun 2014)
 



1.1  media-gfx/rawtherapee/rawtherapee-4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.2.ebuild?rev=1.1content-type=text/plain

Index: rawtherapee-4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.2.ebuild,v 1.1 
2014/10/26 17:15:39 radhermit Exp $

EAPI=5

inherit cmake-utils toolchain-funcs

DESCRIPTION=A powerful cross-platform raw image processing program
HOMEPAGE=http://www.rawtherapee.com/;
SRC_URI=http://rawtherapee.com/shared/source/${P}.tar.xz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=bzip2 openmp

RDEPEND=bzip2? ( app-arch/bzip2 )
=x11-libs/gtk+-2.24.18:2
=dev-cpp/gtkmm-2.12:2.4
=dev-cpp/glibmm-2.16:2
dev-libs/expat
dev-libs/libsigc++:2
media-libs/libcanberra[gtk]
media-libs/tiff
media-libs/libpng
media-libs/libiptcdata
media-libs/lcms:2
sci-libs/fftw:3.0
sys-libs/zlib
virtual/jpeg
DEPEND=${RDEPEND}
app-arch/xz-utils
virtual/pkgconfig

pkg_pretend() {
if use openmp ; then
tc-has-openmp || die Please switch to an openmp compatible 
compiler
fi
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use openmp OPTION_OMP)
$(cmake-utils_use_with bzip2 BZIP)
-DDOCDIR=/usr/share/doc/${PF}
-DCREDITSDIR=/usr/share/${PN}
-DLICENCEDIR=/usr/share/${PN}
-DCACHE_NAME_SUFFIX=
)
cmake-utils_src_configure
}






[gentoo-commits] proj/qt:master commit in: x11-misc/obconf-qt/

2014-10-26 Thread Jauhien Piatlicki
commit: 62061819fb5fdfcf9c61b7be981092e5fd67967f
Author: Jauhien Piatlicki jauhien AT gentoo DOT org
AuthorDate: Sun Oct 26 17:16:55 2014 +
Commit: Jauhien Piatlicki jauhien AT gentoo DOT org
CommitDate: Sun Oct 26 17:16:55 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=62061819

[x11-misc/obconf-qt] update live ebuild, drop QT4 support

---
 x11-misc/obconf-qt/obconf-qt-.ebuild | 26 +++---
 1 file changed, 23 insertions(+), 3 deletions(-)

diff --git a/x11-misc/obconf-qt/obconf-qt-.ebuild 
b/x11-misc/obconf-qt/obconf-qt-.ebuild
index 58055a0..6d7f6f8 100644
--- a/x11-misc/obconf-qt/obconf-qt-.ebuild
+++ b/x11-misc/obconf-qt/obconf-qt-.ebuild
@@ -21,8 +21,28 @@ LICENSE=GPL-2 LGPL-2.1+
 SLOT=0
 
 RDEPEND=dev-libs/glib:2
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   x11-wm/openbox:3
+   dev-libs/libxml2
+   dev-qt/linguist-tools:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   media-libs/fontconfig
+   media-libs/freetype
+   x11-wm/openbox:3
+   x11-libs/libICE
+   x11-libs/libSM
+   x11-libs/libX11
+   x11-libs/libXft
+   x11-libs/pango
+
 DEPEND=${RDEPEND}
virtual/pkgconfig
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_QT5=ON
+   )
+   cmake-utils_src_configure
+}



  1   2   3   >