[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogumbo: - New directory

2014-12-25 Thread Hans de Graaff (graaff)
graaff  14/12/25 08:04:06

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-ruby/nokogumbo added to the repository



[gentoo-commits] gentoo-x86 commit in dev-ruby/nokogumbo: metadata.xml ChangeLog nokogumbo-1.2.0.ebuild

2014-12-25 Thread Hans de Graaff (graaff)
graaff  14/12/25 08:04:32

  Added:metadata.xml ChangeLog nokogumbo-1.2.0.ebuild
  Log:
  Initial import. New dependency for dev-ruby/sanitize.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.1  dev-ruby/nokogumbo/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogumbo/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/nokogumbo/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
herdruby/herd
/pkgmetadata



1.1  dev-ruby/nokogumbo/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-ruby/nokogumbo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogumbo/ChangeLog,v 1.1 
2014/12/25 08:04:32 graaff Exp $

*nokogumbo-1.2.0 (25 Dec 2014)

  25 Dec 2014; Hans de Graaff gra...@gentoo.org +nokogumbo-1.2.0.ebuild,
  +metadata.xml:
  Initial import. New dependency for dev-ruby/sanitize.




1.1  dev-ruby/nokogumbo/nokogumbo-1.2.0.ebuild

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

Index: nokogumbo-1.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-ruby/nokogumbo/nokogumbo-1.2.0.ebuild,v 
1.1 2014/12/25 08:04:32 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=none

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=README.md

inherit ruby-fakegem

DESCRIPTION=A Nokogiri interface to the Gumbo HTML5 parser
HOMEPAGE=https://github.com/rubys/nokogumbo;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64
IUSE=

RDEPEND+=dev-libs/gumbo

ruby_add_rdepend =dev-ruby/nokogiri-1.6.5-r1

each_ruby_configure() {
${RUBY} -Cext/nokogumboc extconf.rb || die
}

each_ruby_compile() {
emake -Cext/nokogumboc V=1
cp ext/nokogumboc/nokogumboc.so lib/ || die
}






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

2014-12-25 Thread Hans de Graaff (graaff)
graaff  14/12/25 08:03:53

  Modified: ChangeLog
  Added:nokogiri-1.6.5-r1.ebuild
  Log:
  Also install the nokogiri header files and shared object so it can be 
compiled and linked against by nokogumbo.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.123dev-ruby/nokogiri/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog   23 Dec 2014 16:04:19 -  1.122
+++ ChangeLog   25 Dec 2014 08:03:53 -  1.123
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/nokogiri
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.122 
2014/12/23 16:04:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/nokogiri/ChangeLog,v 1.123 
2014/12/25 08:03:53 graaff Exp $
+
+*nokogiri-1.6.5-r1 (25 Dec 2014)
+
+  25 Dec 2014; Hans de Graaff gra...@gentoo.org +nokogiri-1.6.5-r1.ebuild:
+  Also install the nokogiri header files and shared object so it can be
+  compiled and linked against by nokogumbo.
 
   23 Dec 2014; Agostino Sarubbo a...@gentoo.org nokogiri-1.6.4.1.ebuild:
   Stable for alpha, wrt bug #532532



1.1  dev-ruby/nokogiri/nokogiri-1.6.5-r1.ebuild

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

Index: nokogiri-1.6.5-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/nokogiri/nokogiri-1.6.5-r1.ebuild,v 
1.1 2014/12/25 08:03:53 graaff Exp $

EAPI=5

USE_RUBY=ruby19 ruby20 ruby21

RUBY_FAKEGEM_RECIPE_DOC=rdoc
RUBY_FAKEGEM_EXTRADOC=CHANGELOG.rdoc CHANGELOG.ja.rdoc README.rdoc 
README.ja.rdoc ROADMAP.md STANDARD_RESPONSES.md

RUBY_FAKEGEM_EXTRAINSTALL=ext

inherit ruby-fakegem eutils multilib

DESCRIPTION=Nokogiri is an HTML, XML, SAX, and Reader parser
HOMEPAGE=http://nokogiri.org/;
LICENSE=MIT
SRC_URI=https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz - 
${P}-git.tgz

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
SLOT=0
IUSE=

RDEPEND=${RDEPEND}
=dev-libs/libxml2-2.9.2:=
dev-libs/libxslt
virtual/libiconv
DEPEND=${DEPEND}
=dev-libs/libxml2-2.9.2
dev-libs/libxslt
virtual/libiconv

# The tests require _minitest_, not the virtual; what is shipped with
# Ruby 1.9 is *not* enough, unfortunately
ruby_add_bdepend 
dev-ruby/hoe
dev-ruby/rake-compiler
dev-ruby/rexical
dev-ruby/rdoc
dev-ruby/racc
test? ( dev-ruby/minitest )

all_ruby_prepare() {
sed -i \
-e '/tasks\/cross_compile/s:^:#:' \
-e '/:test.*prerequisites/s:^:#:' \
-e '/license/ s:^:#:' \
Rakefile || die
# Remove the cross compilation options since they interfere with
# native building.
sed -i -e 's/cross_compile  = true/cross_compile = false/' Rakefile || 
die
sed -i -e '/cross_config_options/d' Rakefile || die
}

each_ruby_configure() {
NOKOGIRI_USE_SYSTEM_LIBRARIES=true \
${RUBY} -Cext/${PN} extconf.rb \
--with-zlib-include=${EPREFIX}/usr/include \
--with-zlib-lib=${EPREFIX}/$(get_libdir) \
--with-iconv-include=${EPREFIX}/usr/include \
--with-iconv-lib=${EPREFIX}/$(get_libdir) \
--with-xml2-include=${EPREFIX}/usr/include/libxml2 \
--with-xml2-lib=${EPREFIX}/usr/$(get_libdir) \
--with-xslt-dir=${EPREFIX}/usr \
--with-iconvlib=iconv \
|| die extconf.rb failed
}

each_ruby_compile() {
if ! [[ -f lib/nokogiri/css/tokenizer.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/tokenizer.rb || die rexical 
failed
fi

if ! [[ -f lib/nokogiri/css/parser.rb ]]; then
${RUBY} -S rake lib/nokogiri/css/parser.rb || die racc failed
fi

emake -Cext/${PN} \
V=1 \
  

[gentoo-commits] gentoo-x86 commit in dev-python/peewee: peewee-2.4.5.ebuild ChangeLog peewee-2.4.4.ebuild peewee-2.4.3.ebuild peewee-2.4.1.ebuild

2014-12-25 Thread Ian Delaney (idella4)
idella4 14/12/25 08:35:37

  Modified: ChangeLog
  Added:peewee-2.4.5.ebuild
  Removed:  peewee-2.4.4.ebuild peewee-2.4.3.ebuild
peewee-2.4.1.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.23 dev-python/peewee/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   15 Dec 2014 02:21:26 -  1.22
+++ ChangeLog   25 Dec 2014 08:35:37 -  1.23
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/peewee
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.22 
2014/12/15 02:21:26 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/peewee/ChangeLog,v 1.23 
2014/12/25 08:35:37 idella4 Exp $
+
+*peewee-2.4.5 (25 Dec 2014)
+
+  25 Dec 2014; Ian Delaney idel...@gentoo.org +peewee-2.4.5.ebuild,
+  -peewee-2.4.1.ebuild, -peewee-2.4.3.ebuild, -peewee-2.4.4.ebuild:
+  bump, rm old
 
 *peewee-2.4.4 (15 Dec 2014)
 



1.1  dev-python/peewee/peewee-2.4.5.ebuild

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

Index: peewee-2.4.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/peewee/peewee-2.4.5.ebuild,v 1.1 
2014/12/25 08:35:37 idella4 Exp $

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

inherit distutils-r1

DESCRIPTION=Small python ORM
HOMEPAGE=https://github.com/coleifer/peewee/;
SRC_URI=https://github.com/coleifer/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc examples test

RDEPEND=
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/apsw[${PYTHON_USEDEP}]
dev-python/psycopg[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
)
# Req'd to ensure a unique tmp.db for each python impl running the testsuite.
DISTUTILS_IN_SOURCE_BUILD=1

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

python_test() {
${PYTHON} ./runtests.py || die tests failed under ${EPYTHON}
}

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






[gentoo-commits] gentoo-x86 commit in dev-libs/gumbo: ChangeLog gumbo-0.9.2.ebuild

2014-12-25 Thread Hans de Graaff (graaff)
graaff  14/12/25 08:46:29

  Modified: ChangeLog gumbo-0.9.2.ebuild
  Log:
  Add support for doxygen documentation.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.2  dev-libs/gumbo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gumbo/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   24 Dec 2014 06:51:31 -  1.1
+++ ChangeLog   25 Dec 2014 08:46:29 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/gumbo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gumbo/ChangeLog,v 1.1 2014/12/24 
06:51:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gumbo/ChangeLog,v 1.2 2014/12/25 
08:46:29 graaff Exp $
+
+  25 Dec 2014; Hans de Graaff gra...@gentoo.org gumbo-0.9.2.ebuild:
+  Add support for doxygen documentation.
 
 *gumbo-0.9.2 (24 Dec 2014)
 



1.2  dev-libs/gumbo/gumbo-0.9.2.ebuild

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

Index: gumbo-0.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gumbo/gumbo-0.9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gumbo-0.9.2.ebuild  24 Dec 2014 06:51:31 -  1.1
+++ gumbo-0.9.2.ebuild  25 Dec 2014 08:46:29 -  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-libs/gumbo/gumbo-0.9.2.ebuild,v 1.1 
2014/12/24 06:51:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gumbo/gumbo-0.9.2.ebuild,v 1.2 
2014/12/25 08:46:29 graaff Exp $
 
 EAPI=5
 
@@ -14,12 +14,32 @@
 SLOT=0
 KEYWORDS=~amd64
 
-IUSE=test
+IUSE=doc test
 
 S=${WORKDIR}/gumbo-parser-${PV}
 
-DEPEND=test? ( dev-cpp/gtest )
+DEPEND=test? ( dev-cpp/gtest )
+   doc? ( app-doc/doxygen )
 
 src_prepare() {
eautoreconf
 }
+
+src_compile() {
+   default
+
+   if use doc; then
+   doxygen || die doxygen failed
+   fi
+}
+
+src_install() {
+   default
+
+   if use doc; then
+   dohtml -r docs/html/.
+   for page in docs/man/man3/* ; do
+   doman ${page}
+   done
+   fi
+}






[gentoo-commits] gentoo-x86 commit in dev-python/py2neo: py2neo-2.0.2.ebuild ChangeLog py2neo-2.0.1.ebuild

2014-12-25 Thread Ian Delaney (idella4)
idella4 14/12/25 08:53:48

  Modified: ChangeLog
  Added:py2neo-2.0.2.ebuild
  Removed:  py2neo-2.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.7  dev-python/py2neo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   15 Dec 2014 07:38:46 -  1.6
+++ ChangeLog   25 Dec 2014 08:53:48 -  1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/py2neo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.6 
2014/12/15 07:38:46 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/ChangeLog,v 1.7 
2014/12/25 08:53:48 idella4 Exp $
+
+*py2neo-2.0.2 (25 Dec 2014)
+
+  25 Dec 2014; Ian Delaney idel...@gentoo.org +py2neo-2.0.2.ebuild,
+  -py2neo-2.0.1.ebuild:
+  bump, rm old
 
 *py2neo-2.0.1 (15 Dec 2014)
 



1.1  dev-python/py2neo/py2neo-2.0.2.ebuild

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

Index: py2neo-2.0.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py2neo/py2neo-2.0.2.ebuild,v 1.1 
2014/12/25 08:53:48 idella4 Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=A simple and pragmatic library which accesses the Neo4j graph 
database
HOMEPAGE=http://py2neo.org;
SRC_URI=mirror://pypi/p/${PN}/${P}.tar.gz

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

python_compile() {
# https://github.com/nigelsmall/py2neo/issues/380
python_is_python3 || local -x CFLAGS=${CFLAGS} -fno-strict-aliasing
distutils-r1_python_compile
}






[gentoo-commits] gentoo-x86 commit in dev-python/blaze: blaze-0.7.0.ebuild ChangeLog

2014-12-25 Thread Patrick Lauer (patrick)
patrick 14/12/25 09:47:23

  Modified: ChangeLog
  Added:blaze-0.7.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 dev-python/blaze/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Dec 2014 08:05:43 -  1.11
+++ ChangeLog   25 Dec 2014 09:47:23 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/blaze
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.11 
2014/12/19 08:05:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/blaze/ChangeLog,v 1.12 
2014/12/25 09:47:23 patrick Exp $
+
+*blaze-0.7.0 (25 Dec 2014)
+
+  25 Dec 2014; Patrick Lauer patr...@gentoo.org +blaze-0.7.0.ebuild:
+  Bump
 
 *blaze-0.6.8 (19 Dec 2014)
 



1.1  dev-python/blaze/blaze-0.7.0.ebuild

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

Index: blaze-0.7.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/blaze/blaze-0.7.0.ebuild,v 1.1 
2014/12/25 09:47:23 patrick Exp $

EAPI=5

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

# if it won't fail anyway why run it at all?
RESTRICT=test

inherit distutils-r1

DESCRIPTION=Next generation Python numpy
HOMEPAGE=http://blaze.pydata.org/;
SRC_URI=https://github.com/ContinuumIO/${PN}/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux

# Currently doc build fails, reason unclear but appears it's tied to use of
# redhat's anaconda installer, seemingly hostile to gentoo.
# Leaving doc build content in case this is fixed
IUSE=doc examples test

# pyspark appears an optional dep not in portage. pyskit appears to be dropped
# pyparsing lokks to be required still despite its absence from requirements.txt
PY2_USEDEP=$(python_gen_usedep python2_7)
RDEPEND=
=dev-python/blz-0.6.2[${PYTHON_USEDEP}]
=dev-python/datashape-0.4*[${PYTHON_USEDEP}]
=dev-python/dynd-python-0.6.5[${PYTHON_USEDEP}]
=dev-python/numpy-1.7[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
dev-python/toolz[${PYTHON_USEDEP}]
dev-python/cytoolz[${PYTHON_USEDEP}]
dev-python/pandas[${PYTHON_USEDEP}]
dev-python/h5py[${PYTHON_USEDEP}]
dev-python/unicodecsv[${PY2_USEDEP}]
=dev-python/multipledispatch-0.4.7[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
=dev-python/flask-0.10.1[${PY2_USEDEP}]
dev-python/sqlalchemy[${PYTHON_USEDEP}]
dev-python/pytables[${PYTHON_USEDEP}]
dev-python/pymongo[${PYTHON_USEDEP}]
dev-python/xlrd[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/into[${PYTHON_USEDEP}]
dev-python/networkx[${PYTHON_USEDEP}]

DEPEND=
=dev-python/cython-0.18[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
=dev-python/numpy-1.7[${PYTHON_USEDEP}]
dev-python/toolz[${PYTHON_USEDEP}]
dev-python/bokeh[${PYTHON_USEDEP}] )
test? ( ${RDEPEND}
dev-python/pyyaml[${PYTHON_USEDEP}] )

# Currently doc build fails, reason unclear but appears it's tied to use of
# redhat's anaconda installer, seemingly hostile to gentoo.

python_prepare_all() {
# Prevent d'loading. Use this for now. Flagged for improved fix later.
sed -e s: 'sphinx.ext.intersphinx',:: -i docs/source/conf.py || die

distutils-r1_python_prepare_all
}

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

python_test() {
# https://github.com/ContinuumIO/blaze/issues/791
cd ${BUILD_DIR}/lib || die
${PYTHON} -c 'import blaze; blaze.test()' || die
}

python_install_all() {
#   use doc  local HTML_DOCS=( docs/build/html/. )
use examples  local EXAMPLES=( blaze/examples/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-db/redis: ChangeLog redis-2.8.17-r1.ebuild redis-2.8.17.ebuild

2014-12-25 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/25 09:49:21

  Modified: ChangeLog
  Added:redis-2.8.17-r1.ebuild
  Removed:  redis-2.8.17.ebuild
  Log:
  Revision bump to proper fix bug #529050
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.88 dev-db/redis/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   21 Dec 2014 09:48:39 -  1.87
+++ ChangeLog   25 Dec 2014 09:49:21 -  1.88
@@ -1,6 +1,12 @@
 # ChangeLog for dev-db/redis
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.87 2014/12/21 
09:48:39 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/ChangeLog,v 1.88 2014/12/25 
09:49:21 pinkbyte Exp $
+
+*redis-2.8.17-r1 (25 Dec 2014)
+
+  25 Dec 2014; Sergey Popov pinkb...@gentoo.org -redis-2.8.17.ebuild,
+  +redis-2.8.17-r1.ebuild:
+  Revision bump to proper fix bug #529050
 
 *redis-2.8.19 (21 Dec 2014)
 



1.1  dev-db/redis/redis-2.8.17-r1.ebuild

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

Index: redis-2.8.17-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/redis-2.8.17-r1.ebuild,v 1.1 
2014/12/25 09:49:21 pinkbyte Exp $

EAPI=5

inherit autotools eutils flag-o-matic systemd toolchain-funcs user

DESCRIPTION=A persistent caching system, key-value and data structures 
database
HOMEPAGE=http://redis.io/;
SRC_URI=http://download.redis.io/releases/${P}.tar.gz;

LICENSE=BSD
KEYWORDS=~amd64 ~amd64-linux ~hppa ~x86 ~x86-linux ~x86-macos ~x86-solaris
IUSE=+jemalloc tcmalloc test
SLOT=0

RDEPEND==dev-lang/lua-5.1
tcmalloc? ( dev-util/google-perftools )
jemalloc? ( =dev-libs/jemalloc-3.2 )
DEPEND=virtual/pkgconfig
=sys-devel/autoconf-2.63
test? ( dev-lang/tcl )
${RDEPEND}
REQUIRED_USE=?? ( tcmalloc jemalloc )

S=${WORKDIR}/${PN}-${PV/_/-}

pkg_setup() {
enewgroup redis 75
enewuser redis 75 -1 /var/lib/redis redis
}

src_prepare() {
epatch ${FILESDIR}/${PN}-2.8.3-shared.patch
epatch ${FILESDIR}/${PN}-2.8.17-config.patch
epatch ${FILESDIR}/${PN}-2.8.13-sharedlua.patch

# Copy lua modules into build dir
cp ${S}/deps/lua/src/{lua_cjson,lua_cmsgpack,lua_struct,strbuf}.c 
${S}/src || die

# now we will rewrite present Makefiles
local makefiles=
for MKF in $(find -name 'Makefile' | cut -b 3-); do
mv ${MKF} ${MKF}.in
sed -i  -e 's:$(CC):@CC@:g' \
-e 's:$(CFLAGS):@AM_CFLAGS@:g' \
-e 's: $(DEBUG)::g' \
-e 's:$(OBJARCH)::g' \
-e 's:ARCH:TARCH:g' \
-e '/^CCOPT=/s:$: $(LDFLAGS):g' \
${MKF}.in \
|| die Sed failed for ${MKF}
makefiles+= ${MKF}
done
# autodetection of compiler and settings; generates the modified 
Makefiles
cp ${FILESDIR}/configure.ac-2.2 configure.ac
sed -i  -e 
s:AC_CONFIG_FILES(\[Makefile\]):AC_CONFIG_FILES([${makefiles}]):g \
configure.ac || die Sed failed for configure.ac
eautoconf
}

src_configure() {
econf

# Linenoise can't be built with -std=c99, see 
https://bugs.gentoo.org/451164
# also, don't define ANSI/c99 for lua twice
sed -i -e s:-std=c99::g deps/linenoise/Makefile deps/Makefile || die
}

src_compile() {
tc-export CC AR RANLIB

local myconf=

if use tcmalloc ; then
myconf=${myconf} USE_TCMALLOC=yes
elif use jemalloc ; then
myconf=${myconf} JEMALLOC_SHARED=yes
else
myconf=${myconf} MALLOC=yes
fi

emake ${myconf} V=1 CC=${CC} AR=${AR} rcu RANLIB=${RANLIB}
}

src_install() {
insinto /etc/
doins redis.conf sentinel.conf
use prefix || fowners redis:redis /etc/{redis,sentinel}.conf
fperms 0644 /etc/{redis,sentinel}.conf

newconfd ${FILESDIR}/redis.confd redis

[gentoo-commits] gentoo-x86 commit in app-doc/doxygen: doxygen-1.8.8.ebuild ChangeLog doxygen-1.5.8-r1.ebuild

2014-12-25 Thread Matthias Maier (tamiko)
tamiko  14/12/25 09:50:21

  Modified: doxygen-1.8.8.ebuild ChangeLog
  Removed:  doxygen-1.5.8-r1.ebuild
  Log:
  drop over 4 year old version that cannot be compiled any more; remove elibc_* 
and userland_* use flags from IUSE
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BD3A97A3)

Revision  ChangesPath
1.4  app-doc/doxygen/doxygen-1.8.8.ebuild

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

Index: doxygen-1.8.8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- doxygen-1.8.8.ebuild24 Dec 2014 18:06:29 -  1.3
+++ doxygen-1.8.8.ebuild25 Dec 2014 09:50:21 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.8.ebuild,v 1.3 
2014/12/24 18:06:29 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/doxygen-1.8.8.ebuild,v 1.4 
2014/12/25 09:50:21 tamiko Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7,3_3,3_4} )
@@ -15,7 +15,7 @@
 LICENSE=GPL-2
 SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x86-solaris
-IUSE=clang debug doc dot doxysearch qt4 latex sqlite elibc_FreeBSD 
elibc_uclibc userland_GNU
+IUSE=clang debug doc dot doxysearch qt4 latex sqlite
 
 #missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
 



1.276app-doc/doxygen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.276view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.276content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?r1=1.275r2=1.276

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- ChangeLog   24 Dec 2014 18:06:29 -  1.275
+++ ChangeLog   25 Dec 2014 09:50:21 -  1.276
@@ -1,6 +1,11 @@
 # ChangeLog for app-doc/doxygen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.275 
2014/12/24 18:06:29 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.276 
2014/12/25 09:50:21 tamiko Exp $
+
+  25 Dec 2014; Matthias Maier tam...@gentoo.org -doxygen-1.5.8-r1.ebuild,
+  doxygen-1.8.8.ebuild:
+  drop over 4 year old version that cannot be compiled any more; remove elibc_*
+  and userland_* use flags from IUSE
 
   24 Dec 2014; Matthias Maier tam...@gentoo.org doxygen-1.8.8.ebuild:
   put ~amd64-fbsd back in place, bug #533458






[gentoo-commits] gentoo-x86 commit in dev-python/rpy: ChangeLog rpy-2.4.4.ebuild rpy-2.5.2.ebuild rpy-2.5.0-r1.ebuild

2014-12-25 Thread Ian Delaney (idella4)
idella4 14/12/25 09:51:08

  Modified: ChangeLog
  Removed:  rpy-2.4.4.ebuild rpy-2.5.2.ebuild
rpy-2.5.0-r1.ebuild
  Log:
  rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.87 dev-python/rpy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   23 Dec 2014 02:09:32 -  1.86
+++ ChangeLog   25 Dec 2014 09:51:08 -  1.87
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/rpy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v 1.86 2014/12/23 
02:09:32 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rpy/ChangeLog,v 1.87 2014/12/25 
09:51:08 idella4 Exp $
+
+  25 Dec 2014; Ian Delaney idel...@gentoo.org -rpy-2.4.4.ebuild,
+  -rpy-2.5.0-r1.ebuild, -rpy-2.5.2.ebuild:
+  rm old
 
 *rpy-2.5.4 (23 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: fontconfig-2.11.1-r2.ebuild ChangeLog

2014-12-25 Thread Jeroen Roovers (jer)
jer 14/12/25 10:14:59

  Modified: fontconfig-2.11.1-r2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #520010).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild

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

Index: fontconfig-2.11.1-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fontconfig-2.11.1-r2.ebuild 23 Dec 2014 16:33:04 -  1.1
+++ fontconfig-2.11.1-r2.ebuild 25 Dec 2014 10:14:59 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild,v 1.1 
2014/12/23 16:33:04 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild,v 1.2 
2014/12/25 10:14:59 jer Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=yes
@@ -13,7 +13,7 @@
 
 LICENSE=MIT
 SLOT=1.0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris ~x86-winnt
 IUSE=doc static-libs
 
 # Purposefully dropped the xml USE flag and libxml2 support.  Expat is the



1.198media-libs/fontconfig/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.198view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.198content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.197r2=1.198

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog   23 Dec 2014 16:33:04 -  1.197
+++ ChangeLog   25 Dec 2014 10:14:59 -  1.198
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/fontconfig
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.197 
2014/12/23 16:33:04 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.198 
2014/12/25 10:14:59 jer Exp $
+
+  25 Dec 2014; Jeroen Roovers j...@gentoo.org fontconfig-2.11.1-r2.ebuild:
+  Stable for HPPA (bug #520010).
 
 *fontconfig-2.11.1-r2 (23 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-text/qpdfview: qpdfview-0.4.12.ebuild ChangeLog

2014-12-25 Thread Ben de Groot (yngwin)
yngwin  14/12/25 10:29:17

  Modified: qpdfview-0.4.12.ebuild ChangeLog
  Log:
  Add dev-qt/linguist-tools:5 dependency for qt5 lrelease (bug #532962).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.3  app-text/qpdfview/qpdfview-0.4.12.ebuild

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

Index: qpdfview-0.4.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qpdfview-0.4.12.ebuild  13 Dec 2014 15:15:02 -  1.2
+++ qpdfview-0.4.12.ebuild  25 Dec 2014 10:29:17 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.12.ebuild,v 
1.2 2014/12/13 15:15:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.12.ebuild,v 
1.3 2014/12/25 10:29:17 yngwin Exp $
 
 EAPI=5
 
@@ -29,7 +29,8 @@
pdf? ( app-text/poppler[qt4] )
sqlite? ( dev-qt/qtsql:4[sqlite] )
svg? ( dev-qt/qtsvg:4 ) )
-   qt5? ( dev-qt/qtcore:5
+   qt5? ( dev-qt/linguist-tools:5
+   dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
dbus? ( dev-qt/qtdbus:5 )



1.60 app-text/qpdfview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   13 Dec 2014 15:15:02 -  1.59
+++ ChangeLog   25 Dec 2014 10:29:17 -  1.60
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/qpdfview
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.59 
2014/12/13 15:15:02 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.60 
2014/12/25 10:29:17 yngwin Exp $
+
+  25 Dec 2014; Ben de Groot yng...@gentoo.org qpdfview-0.4.12.ebuild:
+  Add dev-qt/linguist-tools:5 dependency for qt5 lrelease (bug #532962).
 
   13 Dec 2014; Ben de Groot yng...@gentoo.org qpdfview-0.4.12.ebuild:
   With qt5 it needs qtprintsupport to build






[gentoo-commits] gentoo-x86 commit in net-p2p/bittorrent: bittorrent-4.4.0-r3.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 10:47:23

  Modified: ChangeLog
  Added:bittorrent-4.4.0-r3.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.153net-p2p/bittorrent/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bittorrent/ChangeLog?rev=1.153view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bittorrent/ChangeLog?rev=1.153content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bittorrent/ChangeLog?r1=1.152r2=1.153

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog   9 Mar 2014 03:44:03 -   1.152
+++ ChangeLog   25 Dec 2014 10:47:23 -  1.153
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/bittorrent
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.152 
2014/03/09 03:44:03 rhill Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.153 
2014/12/25 10:47:23 mgorny Exp $
+
+*bittorrent-4.4.0-r3 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +bittorrent-4.4.0-r3.ebuild:
+  Convert to distutils-r1.
 
   09 Mar 2014; Ryan Hill rh...@gentoo.org metadata.xml:
   Change my email.



1.1  net-p2p/bittorrent/bittorrent-4.4.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r3.ebuild?rev=1.1content-type=text/plain

Index: bittorrent-4.4.0-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.4.0-r3.ebuild,v 1.1 
2014/12/25 10:47:23 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='threads'

# Maintainer note:
#  keep this package at 4.4.0.
#5.x - requires wxpython-2.6 which we don't carry
#6.x - binary-only non-free crap
# Fedora has also frozen bittorrent at 4.4.0 and is a good source of patches
# http://pkgs.fedoraproject.org/gitweb/?p=bittorrent.git

inherit distutils-r1 eutils fdo-mime

MY_P=${P/bittorrent/BitTorrent}

DESCRIPTION=Tool for distributing files via a distributed network of nodes
HOMEPAGE=http://www.bittorrent.com/;
SRC_URI=http://www.bittorrent.com/dl/${MY_P}.tar.gz;

LICENSE=BitTorrent
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris
IUSE=aqua gtk

RDEPEND==dev-python/pycrypto-2.0[${PYTHON_USEDEP}]
gtk? (  =x11-libs/gtk+-2.6:2
=dev-python/pygtk-2.6:2[${PYTHON_USEDEP}] )
DEPEND=${RDEPEND}
#   dev-python/dnspython

S=${WORKDIR}/${MY_P}

DOCS=( credits.txt credits-l10n.txt README.txt TRACKERLESS.txt )

python_prepare_all() {
epatch ${FILESDIR}/${P}-no-version-check.patch
epatch ${FILESDIR}/${P}-pkidir.patch
epatch ${FILESDIR}/${P}-fastresume.patch
epatch ${FILESDIR}/${P}-pygtk-thread-warnings.patch
epatch ${FILESDIR}/${P}-python26-syntax.patch
epatch ${FILESDIR}/${P}-bencode-float.patch
epatch ${FILESDIR}/${P}-keyerror.patch
epatch ${FILESDIR}/${P}-hashlib.patch

# fix doc path #109743
sed -i -e /dp.*appdir/ s:appdir:'${PF}': BitTorrent/platform.py || die

distutils-r1_python_prepare_all
}

python_install() {
distutils-r1_python_install

if ! use gtk  ! use aqua; then
rm -f ${ED}usr/bn/{bit,make}torrent || die
rm -f ${D}$(python_get_scriptdir)/{bit,make}torrent || die
fi
}

python_install_all() {
distutils-r1_python_install_all

if use gtk; then
doicon images/bittorrent.ico
domenu ${FILESDIR}/${PN}.desktop
fi

insinto /etc/pki/bittorrent/
doins public.key

newinitd ${FILESDIR}/bittorrent-tracker.initd bittorrent-tracker
newconfd ${FILESDIR}/bittorrent-tracker.confd bittorrent-tracker
}

pkg_postinst() {
use gtk  fdo-mime_desktop_database_update
}

pkg_postrm() {
use gtk  fdo-mime_desktop_database_update
}






[gentoo-commits] gentoo-x86 commit in net-libs/axtls: ChangeLog axtls-1.5.0.ebuild

2014-12-25 Thread Jeroen Roovers (jer)
jer 14/12/25 10:48:13

  Modified: ChangeLog axtls-1.5.0.ebuild
  Log:
  Stable for HPPA (bug #533396).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.37 net-libs/axtls/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   1 Nov 2014 01:06:44 -   1.36
+++ ChangeLog   25 Dec 2014 10:48:13 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/axtls
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.36 2014/11/01 
01:06:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/ChangeLog,v 1.37 2014/12/25 
10:48:13 jer Exp $
+
+  25 Dec 2014; Jeroen Roovers j...@gentoo.org axtls-1.5.0.ebuild:
+  Stable for HPPA (bug #533396).
 
 *axtls-1.5.0 (01 Nov 2014)
 



1.2  net-libs/axtls/axtls-1.5.0.ebuild

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

Index: axtls-1.5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- axtls-1.5.0.ebuild  1 Nov 2014 01:06:44 -   1.1
+++ axtls-1.5.0.ebuild  25 Dec 2014 10:48:13 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.5.0.ebuild,v 1.1 
2014/11/01 01:06:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/axtls/axtls-1.5.0.ebuild,v 1.2 
2014/12/25 10:48:13 jer Exp $
 
 EAPI=5
 
@@ -41,7 +41,7 @@
 
 LICENSE=BSD GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86
+KEYWORDS=~amd64 ~arm hppa ~mips ~ppc ~ppc64 ~s390 ~x86
 
 IUSE=httpd cgi-lua cgi-php static static-libs doc
 






[gentoo-commits] gentoo-x86 commit in dev-embedded/tigcc: ChangeLog tigcc-0.96_beta8-r1.ebuild tigcc-0.96_beta8.ebuild

2014-12-25 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/25 10:49:18

  Modified: ChangeLog
  Added:tigcc-0.96_beta8-r1.ebuild
  Removed:  tigcc-0.96_beta8.ebuild
  Log:
  Revision bump: respect AR, CC and RANLIB, wrt bug #243866. Bump EAPI and fix 
some QA issues, wrt bug #438218. Acked by Mikle Kolyada. Drop old revision
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.25 dev-embedded/tigcc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/tigcc/ChangeLog?rev=1.25view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/tigcc/ChangeLog?rev=1.25content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/tigcc/ChangeLog?r1=1.24r2=1.25

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/tigcc/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   28 Feb 2013 02:00:16 -  1.24
+++ ChangeLog   25 Dec 2014 10:49:18 -  1.25
@@ -1,6 +1,13 @@
 # ChangeLog for dev-embedded/tigcc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/tigcc/ChangeLog,v 1.24 
2013/02/28 02:00:16 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/tigcc/ChangeLog,v 1.25 
2014/12/25 10:49:18 pinkbyte Exp $
+
+*tigcc-0.96_beta8-r1 (25 Dec 2014)
+
+  25 Dec 2014; Sergey Popov pinkb...@gentoo.org -tigcc-0.96_beta8.ebuild,
+  +tigcc-0.96_beta8-r1.ebuild:
+  Revision bump: respect AR, CC and RANLIB, wrt bug #243866. Bump EAPI and fix
+  some QA issues, wrt bug #438218. Acked by Mikle Kolyada. Drop old revision
 
   28 Feb 2013; Michael Sterrett mr_bon...@gentoo.org -files/a68k-fix.patch,
   -tigcc-0.95_p3.ebuild:



1.1  dev-embedded/tigcc/tigcc-0.96_beta8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/tigcc/tigcc-0.96_beta8-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/tigcc/tigcc-0.96_beta8-r1.ebuild?rev=1.1content-type=text/plain

Index: tigcc-0.96_beta8-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-embedded/tigcc/tigcc-0.96_beta8-r1.ebuild,v 1.1 
2014/12/25 10:49:18 pinkbyte Exp $

inherit eutils

BASE_BINUTILS=2.16.1
GCC_VER=4.1.2
GCC_SNAPSHOT=20060728
BIN_VER=${BASE_BINUTILS:0:4}

DESCRIPTION=Cross compiler for Texas Instruments TI-89, TI-92(+) and V200 
calculators
HOMEPAGE=http://tigcc.ticalc.org/;

#original source can be found at:
#SRC_URI=http://tigcc.ticalc.org/linux/tigcc_src.tar.bz2;
#but in fact this file changes as soon as there comes a new beta

#when it hits portage of course it should be mirrored on a gentoo mirror:
#SRC_URI=mirror://gentoo/${PF}.tar.bz2

SRC_URI=mirror://gentoo/${P}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/snapshots/4.1-${GCC_SNAPSHOT}/gcc-4.1-${GCC_SNAPSHOT}.tar.bz2
mirror://kernel/linux/devel/binutils/binutils-${BASE_BINUTILS}.tar.bz2
http://members.chello.at/gerhard.kofler/kevin/ti89prog/libfargo.zip
http://members.chello.at/gerhard.kofler/kevin/ti89prog/flashosa.zip;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ppc ~sparc ~x86
IUSE=doc
RESTRICT=strip

RDEPEND==sys-devel/binutils-2.14.90.0.6-r1
DEPEND=${RDEPEND}
app-arch/unzip
=sys-devel/bison-1.875

S=${WORKDIR}

src_unpack() {
unpack ${A}

# start by patching and cleaning out binutils and gcc directories.
cd ${WORKDIR}/binutils-${BASE_BINUTILS}
epatch ${S}/sources/gcc/gas-${BIN_VER}-tigcc-*.diff

rm -f .brik
rm -f md5.sum
rm -f -r INSTALL
rm -f -r maintainer-scripts
rm -f -r binutils
rm -f -r cpu
rm -f -r etc
rm -f -r gas/doc
rm -f -r gas/po
rm -f -r gprof
rm -f -r include/nlm
rm -f -r include/regs
rm -f -r ld
rm -f -r texinfo

cd ${WORKDIR}/gcc-4.1-${GCC_SNAPSHOT}
epatch ${S}/sources/gcc/gcc-4.1-tigcc-patch.diff

rm -f .brik
rm -f md5.sum
rm -f -r INSTALL
rm -f -r fixincludes
rm -f -r gcc/ginclude
rm -f -r gcc/po
rm -f -r gcc/doc
rm -f -r gcc/treelang
rm -f -r libcpp/po
rm -f -r maintainer-scripts
rm -f -r etc
rm -f -r gprof
rm -f -r include/nlm
rm -f -r include/regs
rm -f -r texinfo

# create build directories for binutils and gcc
mkdir -p ${WORKDIR}/build/binutils
mkdir ${WORKDIR}/build/gcc

# Workaround for non-existing directories
sed -ie '/SUBDIRS =/d' 

[gentoo-commits] gentoo-x86 commit in net-p2p/bittornado: bittornado-0.3.18-r3.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 10:58:59

  Modified: ChangeLog
  Added:bittornado-0.3.18-r3.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.75 net-p2p/bittornado/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog   12 Aug 2012 22:07:25 -  1.74
+++ ChangeLog   25 Dec 2014 10:58:59 -  1.75
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/bittornado
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.74 
2012/08/12 22:07:25 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.75 
2014/12/25 10:58:59 mgorny Exp $
+
+*bittornado-0.3.18-r3 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +bittornado-0.3.18-r3.ebuild:
+  Convert to distutils-r1.
 
   12 Aug 2012; Christoph Junghans ott...@gentoo.org
   bittornado-0.3.18-r2.ebuild:



1.1  net-p2p/bittornado/bittornado-0.3.18-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bittornado/bittornado-0.3.18-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bittornado/bittornado-0.3.18-r3.ebuild?rev=1.1content-type=text/plain

Index: bittornado-0.3.18-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.18-r3.ebuild,v 1.1 
2014/12/25 10:58:59 mgorny Exp $

# note: wxGTK interface has been removed wrt #391685. this ebuild is only for
# cmdline tools as is.

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils

MY_PN=BitTornado
MY_P=${MY_PN}-${PV}

DESCRIPTION=TheShad0w's experimental BitTorrent client
HOMEPAGE=http://www.bittornado.com/;
SRC_URI=http://download2.bittornado.com/download/${MY_P}.tar.gz;
LICENSE=MIT
SLOT=0

KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~x86-solaris
IUSE=

RDEPEND=dev-python/pycrypto[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
app-arch/unzip
=sys-apps/sed-4.0.5

S=${WORKDIR}/${MY_PN}-CVS
PIXMAPLOC=/usr/share/pixmaps/bittornado

python_prepare_all() {
# fixes wrong icons path
sed -i 
s:os.path.abspath(os.path.dirname(os.path.realpath(sys.argv\[0\]))):\${PIXMAPLOC}/\:
 btdownloadgui.py
# Needs wxpython-2.6 only, bug #201247
epatch ${FILESDIR}/${P}-wxversion.patch

distutils-r1_python_prepare_all
}

python_install() {
distutils-r1_python_install

# get rid of any reference to the not-installed gui version
rm ${ED%/}/usr/bin/*gui.py || die
rm ${ED%/}$(python_get_scriptdir)/*gui.py || die
}

python_install_all() {
distutils-r1_python_install_all

newconfd ${FILESDIR}/bttrack.conf bttrack
newinitd ${FILESDIR}/bttrack.rc bttrack
}






[gentoo-commits] gentoo-x86 commit in app-text/qpdfview: qpdfview-0.4.13.ebuild ChangeLog qpdfview-0.4.7.ebuild qpdfview-0.4.11.1.ebuild

2014-12-25 Thread Ben de Groot (yngwin)
yngwin  14/12/25 10:59:27

  Modified: ChangeLog
  Added:qpdfview-0.4.13.ebuild
  Removed:  qpdfview-0.4.7.ebuild qpdfview-0.4.11.1.ebuild
  Log:
  Version bump (bug #532964). Clean up older versions.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  ChangesPath
1.61 app-text/qpdfview/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   25 Dec 2014 10:29:17 -  1.60
+++ ChangeLog   25 Dec 2014 10:59:27 -  1.61
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/qpdfview
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.60 
2014/12/25 10:29:17 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/ChangeLog,v 1.61 
2014/12/25 10:59:27 yngwin Exp $
+
+*qpdfview-0.4.13 (25 Dec 2014)
+
+  25 Dec 2014; Ben de Groot yng...@gentoo.org +qpdfview-0.4.13.ebuild,
+  -qpdfview-0.4.11.1.ebuild, -qpdfview-0.4.7.ebuild:
+  Version bump (bug #532964). Clean up older versions.
 
   25 Dec 2014; Ben de Groot yng...@gentoo.org qpdfview-0.4.12.ebuild:
   Add dev-qt/linguist-tools:5 dependency for qt5 lrelease (bug #532962).



1.1  app-text/qpdfview/qpdfview-0.4.13.ebuild

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

Index: qpdfview-0.4.13.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.13.ebuild,v 
1.1 2014/12/25 10:59:27 yngwin Exp $

EAPI=5

PLOCALES=ast az bg bs ca cs da de el en_GB eo es eu fi fr gl he hr id it kk ko 
ky lt ms my pl pt pt_BR ro ru sk sv tr ug uk vi zh_CN
inherit eutils l10n multilib qmake-utils

DESCRIPTION=A tabbed document viewer
HOMEPAGE=http://launchpad.net/qpdfview;
SRC_URI=https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
IUSE=cups dbus djvu fitz +pdf postscript +qt4 qt5 sqlite +svg synctex

REQUIRED_USE=^^ ( qt4 qt5 )
?? ( fitz pdf )

RDEPEND=cups? ( net-print/cups )
djvu? ( app-text/djvu )
fitz? ( app-text/mupdf:0/1.4 )
postscript? ( app-text/libspectre )
qt4? ( dev-qt/qtcore:4[iconv]
dev-qt/qtgui:4
dbus? ( dev-qt/qtdbus:4 )
pdf? ( app-text/poppler[qt4] )
sqlite? ( dev-qt/qtsql:4[sqlite] )
svg? ( dev-qt/qtsvg:4 ) )
qt5? ( dev-qt/linguist-tools:5
dev-qt/qtconcurrent:5
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
dbus? ( dev-qt/qtdbus:5 )
pdf? ( =app-text/poppler-0.26.4[qt5] )
sqlite? ( dev-qt/qtsql:5[sqlite] )
svg? ( dev-qt/qtsvg:5 ) )
!svg? ( virtual/freedesktop-icon-theme )
DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=( CHANGES CONTRIBUTORS README TODO )

src_prepare() {
prepare_locale() {
lrelease translations/${PN}_${1}.ts || die preparing ${1} 
locale failed
}

rm_help() {
rm -f miscellaneous/help_${1}.html || die removing 
extraneous help files failed
}

l10n_find_plocales_changes translations ${PN}_ '.ts'
l10n_for_each_locale_do prepare_locale
l10n_for_each_disabled_locale_do rm_help

# adapt for prefix
sed -i -e s:/usr:${EPREFIX}/usr:g qpdfview.pri || die
}

src_configure() {
local config i
for i in cups dbus pdf djvu svg synctex; do
if ! use ${i}; then
config+= without_${i}
fi
done

use fitz  config+= with_fitz
use postscript || config+= without_ps
use sqlite || config+= without_sql

if use qt4; then
eqmake4 CONFIG+=${config} 
PLUGIN_INSTALL_PATH=${EPREFIX}/usr/$(get_libdir)/${PN}
else
eqmake5 CONFIG+=${config} 
PLUGIN_INSTALL_PATH=${EPREFIX}/usr/$(get_libdir)/${PN} qpdfview.pro
fi
}

src_install() {
emake 

[gentoo-commits] gentoo-x86 commit in app-arch/createrepo/files: createrepo-0.9.9-ten-changelog-limit.patch

2014-12-25 Thread Alon Bar-Lev (alonbl)
alonbl  14/12/25 11:03:49

  Removed:  createrepo-0.9.9-ten-changelog-limit.patch
  Log:
  Version bump, fix bug#533482, bug#533484, cleanup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)



[gentoo-commits] gentoo-x86 commit in app-arch/createrepo: createrepo-0.10.3.ebuild ChangeLog createrepo-0.9.9.ebuild createrepo-0.9.9-r1.ebuild

2014-12-25 Thread Alon Bar-Lev (alonbl)
alonbl  14/12/25 11:03:49

  Modified: ChangeLog
  Added:createrepo-0.10.3.ebuild
  Removed:  createrepo-0.9.9.ebuild createrepo-0.9.9-r1.ebuild
  Log:
  Version bump, fix bug#533482, bug#533484, cleanup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.8  app-arch/createrepo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/createrepo/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   25 Dec 2014 00:28:11 -  1.7
+++ ChangeLog   25 Dec 2014 11:03:49 -  1.8
@@ -1,6 +1,13 @@
 # ChangeLog for app-arch/createrepo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/createrepo/ChangeLog,v 1.7 
2014/12/25 00:28:11 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/createrepo/ChangeLog,v 1.8 
2014/12/25 11:03:49 alonbl Exp $
+
+*createrepo-0.10.3 (25 Dec 2014)
+
+  25 Dec 2014; Alon Bar-Lev alo...@gentoo.org +createrepo-0.10.3.ebuild,
+  -createrepo-0.9.9-r1.ebuild, -createrepo-0.9.9.ebuild,
+  -files/createrepo-0.9.9-ten-changelog-limit.patch:
+  Version bump, fix bug#533482, bug#533484, cleanup
 
 *createrepo-0.9.9-r1 (25 Dec 2014)
 



1.1  app-arch/createrepo/createrepo-0.10.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/createrepo/createrepo-0.10.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/createrepo/createrepo-0.10.3.ebuild?rev=1.1content-type=text/plain

Index: createrepo-0.10.3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-arch/createrepo/createrepo-0.10.3.ebuild,v 1.1 
2014/12/25 11:03:49 alonbl Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='xml'

inherit python-single-r1 bash-completion-r1

DESCRIPTION=Creates a common rpm-metadata repository
HOMEPAGE=http://createrepo.baseurl.org/;
SRC_URI=http://createrepo.baseurl.org/download/${P}.tar.gz

http://dev.gentoo.org/~pacho/maintainer-needed/${PN}-0.9.9-head.patch.bz2;

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

RDEPEND==dev-python/urlgrabber-2.9.0[${PYTHON_USEDEP}]
=app-arch/rpm-4.1.1[python,${PYTHON_USEDEP}]
dev-libs/libxml2[python,${PYTHON_USEDEP}]
=app-arch/deltarpm-3.6_pre20110223[python,${PYTHON_USEDEP}]
dev-python/pyliblzma[${PYTHON_USEDEP}]
=sys-apps/yum-3.4.3
${PYTHON_DEPS}
DEPEND=${PYTHON_DEPS}

REQUIRED_USE=${PYTHON_REQUIRED_USE}

pkg_setup() {
python-single-r1_pkg_setup
python_export PYTHON_SITEDIR
}

src_compile() {
:
}

src_install() {
emake install \
DESTDIR=${ED} \
PYTHON=true \
compdir=$(get_bashcompdir) \
PKGDIR=${PYTHON_SITEDIR}/${PN}
dodoc ChangeLog README
python_fix_shebang ${ED}
python_optimize
python_optimize ${ED}/usr/share/createrepo
}






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

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 11:11:48

  Modified: ChangeLog
  Added:silvercity-0.9.7-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.29 app-text/silvercity/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/silvercity/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   10 Aug 2014 18:33:45 -  1.28
+++ ChangeLog   25 Dec 2014 11:11:48 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/silvercity
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/silvercity/ChangeLog,v 1.28 
2014/08/10 18:33:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/silvercity/ChangeLog,v 1.29 
2014/12/25 11:11:48 mgorny Exp $
+
+*silvercity-0.9.7-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +silvercity-0.9.7-r1.ebuild:
+  Convert to distutils-r1.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org silvercity-0.9.7.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  app-text/silvercity/silvercity-0.9.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/silvercity-0.9.7-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/silvercity-0.9.7-r1.ebuild?rev=1.1content-type=text/plain

Index: silvercity-0.9.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/silvercity/silvercity-0.9.7-r1.ebuild,v 1.1 
2014/12/25 11:11:48 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils

MY_PN=SilverCity
MY_P=${MY_PN}-${PV}

DESCRIPTION=A lexical analyser for many languages
HOMEPAGE=http://silvercity.sourceforge.net/;
SRC_URI=mirror://sourceforge/silvercity/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
IUSE=

DEPEND=
RDEPEND=

S=${WORKDIR}/${MY_P}

python_prepare_all() {
# Fix line endings.
find -type f -exec sed -e 's/\r$//' -i {} + || die sed failed

# Fix permissions.
chmod -x CSS/default.css || die chmod failed

# Fix shebang.
sed -e 's:#!/usr/home/sweetapp/bin/python:#!/usr/bin/env python:' \
-i PySilverCity/Scripts/cgi-styler-form.py || die sed failed

distutils-r1_python_prepare_all
}






[gentoo-commits] gentoo-x86 commit in app-arch/createrepo/files: createrepo-0.10.3-pkglist.patch createrepo-0.10.3-ten-changelog-limit.patch

2014-12-25 Thread Alon Bar-Lev (alonbl)
alonbl  14/12/25 11:12:05

  Added:createrepo-0.10.3-pkglist.patch
createrepo-0.10.3-ten-changelog-limit.patch
  Log:
  Add some patches
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.1  app-arch/createrepo/files/createrepo-0.10.3-pkglist.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/createrepo/files/createrepo-0.10.3-pkglist.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/createrepo/files/createrepo-0.10.3-pkglist.patch?rev=1.1content-type=text/plain

Index: createrepo-0.10.3-pkglist.patch
===
diff --git a/createrepo/__init__.py b/createrepo/__init__.py
index b1875f6..85f2a3d 100644
--- a/createrepo/__init__.py
+++ b/createrepo/__init__.py
@@ -400,7 +400,9 @@ class MetaDataGenerator:
 if self.conf.update:
 self._setup_old_metadata_lookup()
 # rpms we're going to be dealing with
-if self.conf.pkglist:
+if isinstance(self.conf.pkglist, MetaSack):
+packages = self.conf.pkglist
+elif self.conf.pkglist:
 packages = []
 for pkg in self.conf.pkglist:
 if '://' in pkg: # remote



1.1  
app-arch/createrepo/files/createrepo-0.10.3-ten-changelog-limit.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/createrepo/files/createrepo-0.10.3-ten-changelog-limit.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/createrepo/files/createrepo-0.10.3-ten-changelog-limit.patch?rev=1.1content-type=text/plain

Index: createrepo-0.10.3-ten-changelog-limit.patch
===
--- createrepo/__init__.py~ 2011-01-26 12:14:30.0 -0500
+++ createrepo/__init__.py  2011-01-26 12:34:17.291441719 -0500
@@ -96,7 +96,7 @@
 self.mdtimestamp = 0
 self.directory = None
 self.directories = []
-self.changelog_limit = None # needs to be an int or None
+self.changelog_limit = 10 # needs to be an int or None
 self.unique_md_filenames = True
 self.additional_metadata = {} # dict of 'type':'filename'
 self.revision = str(int(time.time()))






[gentoo-commits] gentoo-x86 commit in app-arch/createrepo: createrepo-0.10.3.ebuild ChangeLog

2014-12-25 Thread Alon Bar-Lev (alonbl)
alonbl  14/12/25 11:12:05

  Modified: createrepo-0.10.3.ebuild ChangeLog
  Log:
  Add some patches
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
BF20DC51)

Revision  ChangesPath
1.2  app-arch/createrepo/createrepo-0.10.3.ebuild

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

Index: createrepo-0.10.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/createrepo/createrepo-0.10.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- createrepo-0.10.3.ebuild25 Dec 2014 11:03:49 -  1.1
+++ createrepo-0.10.3.ebuild25 Dec 2014 11:12:05 -  1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-arch/createrepo/createrepo-0.10.3.ebuild,v 1.1 
2014/12/25 11:03:49 alonbl Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-arch/createrepo/createrepo-0.10.3.ebuild,v 1.2 
2014/12/25 11:12:05 alonbl Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE='xml'
 
-inherit python-single-r1 bash-completion-r1
+inherit python-single-r1 bash-completion-r1 eutils
 
 DESCRIPTION=Creates a common rpm-metadata repository
 HOMEPAGE=http://createrepo.baseurl.org/;
@@ -35,6 +35,11 @@
python_export PYTHON_SITEDIR
 }
 
+src_prepare() {
+   epatch ${FILESDIR}/${P}-ten-changelog-limit.patch
+   epatch ${FILESDIR}/${P}-pkglist.patch
+}
+
 src_compile() {
:
 }



1.9  app-arch/createrepo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/createrepo/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   25 Dec 2014 11:03:49 -  1.8
+++ ChangeLog   25 Dec 2014 11:12:05 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/createrepo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/createrepo/ChangeLog,v 1.8 
2014/12/25 11:03:49 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/createrepo/ChangeLog,v 1.9 
2014/12/25 11:12:05 alonbl Exp $
+
+  25 Dec 2014; Alon Bar-Lev alo...@gentoo.org
+  +files/createrepo-0.10.3-pkglist.patch,
+  +files/createrepo-0.10.3-ten-changelog-limit.patch, createrepo-0.10.3.ebuild:
+  Add some patches
 
 *createrepo-0.10.3 (25 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-editors/leo: leo-5.0.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 11:13:19

  Modified: leo-5.0.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  app-editors/leo/leo-5.0.ebuild

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

Index: leo-5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/leo/leo-5.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- leo-5.0.ebuild  7 Dec 2014 03:36:06 -   1.2
+++ leo-5.0.ebuild  25 Dec 2014 11:13:19 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-5.0.ebuild,v 1.2 
2014/12/07 03:36:06 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/leo-5.0.ebuild,v 1.3 
2014/12/25 11:13:19 mgorny Exp $
 
 EAPI=5
 
@@ -23,7 +23,7 @@
 KEYWORDS=~amd64 ~ppc ~x86
 IUSE=doc
 
-RDEPEND=app-text/silvercity
+RDEPEND=app-text/silvercity[${PYTHON_USEDEP}]
dev-python/PyQt4[X,${PYTHON_USEDEP}]
 DEPEND=${RDEPEND}
app-arch/unzip



1.34 app-editors/leo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   7 Dec 2014 03:40:18 -   1.33
+++ ChangeLog   25 Dec 2014 11:13:19 -  1.34
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/leo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.33 2014/12/07 
03:40:18 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/leo/ChangeLog,v 1.34 2014/12/25 
11:13:19 mgorny Exp $
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org leo-5.0.ebuild:
+  Add missing PYTHON_USEDEP.
 
   07 Dec 2014; Ian Delaney idel...@gentoo.org
   -files/leo-4.10-fix_syntax_errors.patch,






[gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.7.9-r1.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:20:37

  Modified: python-2.7.9-r1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #532232
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.2  dev-lang/python/python-2.7.9-r1.ebuild

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

Index: python-2.7.9-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-2.7.9-r1.ebuild  24 Dec 2014 19:08:09 -  1.1
+++ python-2.7.9-r1.ebuild  25 Dec 2014 11:20:37 -  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-lang/python/python-2.7.9-r1.ebuild,v 
1.1 2014/12/24 19:08:09 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9-r1.ebuild,v 
1.2 2014/12/25 11:20:37 ago Exp $
 
 EAPI=4
 WANT_AUTOMAKE=none
@@ -18,7 +18,7 @@
 
 LICENSE=PSF-2
 SLOT=2.7
-KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses 
+readline sqlite +ssl +threads tk +wide-unicode wininst +xml
 
 # Do not add a dependency on dev-lang/python to this ebuild.



1.807dev-lang/python/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.806
retrieving revision 1.807
diff -u -r1.806 -r1.807
--- ChangeLog   24 Dec 2014 19:08:09 -  1.806
+++ ChangeLog   25 Dec 2014 11:20:37 -  1.807
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.806 
2014/12/24 19:08:09 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.807 
2014/12/25 11:20:37 ago Exp $
+
+  25 Dec 2014; Agostino Sarubbo a...@gentoo.org python-2.7.9-r1.ebuild:
+  Stable for ia64, wrt bug #532232
 
 *python-2.7.9-r1 (24 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/file: file-5.21.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:20:52

  Modified: file-5.21.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #532686
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  sys-apps/file/file-5.21.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.21.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.21.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.21.ebuild?r1=1.8r2=1.9

Index: file-5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- file-5.21.ebuild24 Dec 2014 14:46:07 -  1.8
+++ file-5.21.ebuild25 Dec 2014 11:20:52 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.8 
2014/12/24 14:46:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.21.ebuild,v 1.9 
2014/12/25 11:20:52 ago Exp $
 
 EAPI=4
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 )
@@ -14,7 +14,7 @@
 else
SRC_URI=ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz;
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 fi
 
 DESCRIPTION=identify a file's format by scanning binary data for patterns



1.296sys-apps/file/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- ChangeLog   24 Dec 2014 14:46:07 -  1.295
+++ ChangeLog   25 Dec 2014 11:20:52 -  1.296
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.295 2014/12/24 
14:46:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.296 2014/12/25 
11:20:52 ago Exp $
+
+  25 Dec 2014; Agostino Sarubbo a...@gentoo.org file-5.21.ebuild:
+  Stable for ia64, wrt bug #532686
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org file-5.21.ebuild:
   Stable for ppc64, wrt bug #532686






[gentoo-commits] gentoo-x86 commit in dev-vcs/mercurial: mercurial-3.2.3.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:20:42

  Modified: mercurial-3.2.3.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #533008
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.7  dev-vcs/mercurial/mercurial-3.2.3.ebuild

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

Index: mercurial-3.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mercurial-3.2.3.ebuild  24 Dec 2014 14:45:04 -  1.6
+++ mercurial-3.2.3.ebuild  25 Dec 2014 11:20:42 -  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-vcs/mercurial/mercurial-3.2.3.ebuild,v 
1.6 2014/12/24 14:45:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild,v 
1.7 2014/12/25 11:20:42 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
+KEYWORDS=~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~ppc-aix 
~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris
 IUSE=bugzilla emacs gpg test tk
 
 RDEPEND=bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )



1.166dev-vcs/mercurial/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.166view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?rev=1.166content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/mercurial/ChangeLog?r1=1.165r2=1.166

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog   24 Dec 2014 14:45:04 -  1.165
+++ ChangeLog   25 Dec 2014 11:20:42 -  1.166
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/mercurial
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.165 
2014/12/24 14:45:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/ChangeLog,v 1.166 
2014/12/25 11:20:42 ago Exp $
+
+  25 Dec 2014; Agostino Sarubbo a...@gentoo.org mercurial-3.2.3.ebuild:
+  Stable for ia64, wrt bug #533008
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org mercurial-3.2.3.ebuild:
   Stable for ppc64, wrt bug #533008






[gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-3.6.24.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:20:47

  Modified: samba-3.6.24.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #514676
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 net-fs/samba/samba-3.6.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild?r1=1.9r2=1.10

Index: samba-3.6.24.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- samba-3.6.24.ebuild 24 Dec 2014 14:46:02 -  1.9
+++ samba-3.6.24.ebuild 25 Dec 2014 11:20:47 -  1.10
@@ -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-fs/samba/samba-3.6.24.ebuild,v 1.9 
2014/12/24 14:46:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.6.24.ebuild,v 1.10 
2014/12/25 11:20:47 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 SRC_URI=mirror://samba/stable/${MY_P}.tar.gz
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd 
~x86-fbsd ~arm-linux ~x86-linux
 IUSE=acl addns ads +aio avahi caps +client cluster cups debug dmapi doc 
examples fam
ldap ldb +netapi pam quota +readline selinux +server +smbclient 
smbsharemodes
swat syslog +winbind



1.700net-fs/samba/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.700view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.700content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.699r2=1.700

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v
retrieving revision 1.699
retrieving revision 1.700
diff -u -r1.699 -r1.700
--- ChangeLog   24 Dec 2014 14:46:02 -  1.699
+++ ChangeLog   25 Dec 2014 11:20:47 -  1.700
@@ -1,6 +1,9 @@
 # ChangeLog for net-fs/samba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.699 2014/12/24 
14:46:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.700 2014/12/25 
11:20:47 ago Exp $
+
+  25 Dec 2014; Agostino Sarubbo a...@gentoo.org samba-3.6.24.ebuild:
+  Stable for ia64, wrt bug #514676
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org samba-3.6.24.ebuild:
   Stable for ppc64, wrt bug #514676






[gentoo-commits] gentoo-x86 commit in net-dns/bind: bind-9.10.1_p1.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:20:57

  Modified: bind-9.10.1_p1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #531998
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.10 net-dns/bind/bind-9.10.1_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.10view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?rev=1.10content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild?r1=1.9r2=1.10

Index: bind-9.10.1_p1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bind-9.10.1_p1.ebuild   24 Dec 2014 14:46:36 -  1.9
+++ bind-9.10.1_p1.ebuild   25 Dec 2014 11:20:57 -  1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.9 
2014/12/24 14:46:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1_p1.ebuild,v 1.10 
2014/12/25 11:20:57 ago Exp $
 
 # Re dlz/mysql and threads, needs to be verified..
 # MySQL uses thread local storage in its C api. Thus MySQL
@@ -39,7 +39,7 @@
 
 LICENSE=GPL-2 ISC BSD BSD-2 HPND JNIC openssl
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=berkdb +caps dlz doc filter- fixed-rrset geoip gost gssapi idn ipv6
 ldap mysql nslint odbc postgres python rpz seccomp selinux ssl static-libs
 +threads urandom xml



1.523net-dns/bind/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.523view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.523content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.522r2=1.523

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
retrieving revision 1.522
retrieving revision 1.523
diff -u -r1.522 -r1.523
--- ChangeLog   24 Dec 2014 14:46:36 -  1.522
+++ ChangeLog   25 Dec 2014 11:20:57 -  1.523
@@ -1,6 +1,9 @@
 # ChangeLog for net-dns/bind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.522 2014/12/24 
14:46:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.523 2014/12/25 
11:20:57 ago Exp $
+
+  25 Dec 2014; Agostino Sarubbo a...@gentoo.org bind-9.10.1_p1.ebuild:
+  Stable for ia64, wrt bug #531998
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org bind-9.10.1_p1.ebuild:
   Stable for ppc64, wrt bug #531998






[gentoo-commits] gentoo-x86 commit in dev-python/python-dsv: python-dsv-1.4.1-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 11:23:35

  Modified: ChangeLog
  Added:python-dsv-1.4.1-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.9  dev-python/python-dsv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-dsv/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   9 Apr 2014 07:08:50 -   1.8
+++ ChangeLog   25 Dec 2014 11:23:35 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-dsv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dsv/ChangeLog,v 1.8 
2014/04/09 07:08:50 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-dsv/ChangeLog,v 1.9 
2014/12/25 11:23:35 mgorny Exp $
+
+*python-dsv-1.4.1-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +python-dsv-1.4.1-r1.ebuild:
+  Convert to distutils-r1.
 
   09 Apr 2014; Tom Wijsman tom...@gentoo.org metadata.xml:
   [QA] Dissolve the mobile-phone herd to maintainer-needed because it is empty



1.1  dev-python/python-dsv/python-dsv-1.4.1-r1.ebuild

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

Index: python-dsv-1.4.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-dsv/python-dsv-1.4.1-r1.ebuild,v 1.1 
2014/12/25 11:23:35 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils

DESCRIPTION=Python module for importing and exporting DSV files
HOMEPAGE=http://python-dsv.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/DSV-${PV}.tar.gz

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

RDEPEND=dev-python/wxpython:2.8[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}

S=${WORKDIR}/DSV-${PV}

python_prepare_all() {
epatch ${FILESDIR}/${P}-wxversion.patch

distutils-r1_python_prepare_all
}






[gentoo-commits] gentoo-x86 commit in app-mobilephone/bitpim: bitpim-1.0.6-r2.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 11:24:22

  Modified: bitpim-1.0.6-r2.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-mobilephone/bitpim/bitpim-1.0.6-r2.ebuild

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

Index: bitpim-1.0.6-r2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-1.0.6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitpim-1.0.6-r2.ebuild  19 Jun 2014 16:53:51 -  1.1
+++ bitpim-1.0.6-r2.ebuild  25 Dec 2014 11:24:22 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-1.0.6-r2.ebuild,v 1.1 
2014/06/19 16:53:51 creffett Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-mobilephone/bitpim/bitpim-1.0.6-r2.ebuild,v 1.2 
2014/12/25 11:24:22 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -20,7 +20,7 @@
 
 COMMON_DEPEND=dev-python/apsw[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
-   dev-python/python-dsv
+   dev-python/python-dsv[${PYTHON_USEDEP}]
dev-python/wxpython:2.8[${PYTHON_USEDEP}]
crypt? (
=dev-python/paramiko-1.7.1[${PYTHON_USEDEP}]



1.38 app-mobilephone/bitpim/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/bitpim/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/bitpim/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-mobilephone/bitpim/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   19 Jun 2014 16:53:51 -  1.37
+++ ChangeLog   25 Dec 2014 11:24:22 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for app-mobilephone/bitpim
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/ChangeLog,v 1.37 
2014/06/19 16:53:51 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/bitpim/ChangeLog,v 1.38 
2014/12/25 11:24:22 mgorny Exp $
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org bitpim-1.0.6-r2.ebuild:
+  Add missing PYTHON_USEDEP.
 
 *bitpim-1.0.6-r2 (19 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in media-libs/libpng: libpng-1.5.21.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:24:55

  Modified: libpng-1.5.21.ebuild ChangeLog
  Log:
  Accidentally marked 1.5.21 stable for ppc/ppc64
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
7194459F)

Revision  ChangesPath
1.6  media-libs/libpng/libpng-1.5.21.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild?r1=1.5r2=1.6

Index: libpng-1.5.21.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libpng-1.5.21.ebuild24 Dec 2014 14:45:38 -  1.5
+++ libpng-1.5.21.ebuild25 Dec 2014 11:24:55 -  1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild,v 
1.5 2014/12/24 14:45:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.21.ebuild,v 
1.6 2014/12/25 11:24:55 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=libpng
 SLOT=1.5
-KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
+KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt
 IUSE=apng neon
 
 RDEPEND=sys-libs/zlib:=[${MULTILIB_USEDEP}]



1.480media-libs/libpng/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/ChangeLog?rev=1.480view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/ChangeLog?rev=1.480content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libpng/ChangeLog?r1=1.479r2=1.480

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -r1.479 -r1.480
--- ChangeLog   24 Dec 2014 14:45:38 -  1.479
+++ ChangeLog   25 Dec 2014 11:24:55 -  1.480
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libpng
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.479 
2014/12/24 14:45:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/ChangeLog,v 1.480 
2014/12/25 11:24:55 ago Exp $
+
+  25 Dec 2014; Agostino Sarubbo a...@gentoo.org libpng-1.5.21.ebuild:
+  Accidentally marked 1.5.21 stable for ppc/ppc64
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org libpng-1.5.21.ebuild,
   libpng-1.6.16.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.8.11.ebuild subversion-1.7.19.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:27:50

  Modified: subversion-1.8.11.ebuild subversion-1.7.19.ebuild
ChangeLog
  Log:
  Stable for ia64, wrt bug #532406
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-vcs/subversion/subversion-1.8.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild?r1=1.8r2=1.9

Index: subversion-1.8.11.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- subversion-1.8.11.ebuild24 Dec 2014 14:46:15 -  1.8
+++ subversion-1.8.11.ebuild25 Dec 2014 11:27:50 -  1.9
@@ -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-vcs/subversion/subversion-1.8.11.ebuild,v 1.8 
2014/12/24 14:46:15 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v 1.9 
2014/12/25 11:27:50 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=Subversion GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring +http 
java kde nls perl python ruby sasl test vim-syntax
 
 COMMON_DEPEND==dev-db/sqlite-3.7.12



1.9  dev-vcs/subversion/subversion-1.7.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild?r1=1.8r2=1.9

Index: subversion-1.7.19.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- subversion-1.7.19.ebuild24 Dec 2014 14:46:15 -  1.8
+++ subversion-1.7.19.ebuild25 Dec 2014 11:27:50 -  1.9
@@ -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-vcs/subversion/subversion-1.7.19.ebuild,v 1.8 
2014/12/24 14:46:15 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.9 
2014/12/25 11:27:50 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -18,7 +18,7 @@
 
 LICENSE=Subversion GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux 
~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java 
kde nls perl python ruby sasl test vim-syntax +webdav-neon webdav-serf
 
 COMMON_DEPEND==dev-db/sqlite-3.6.18[threadsafe(+)]



1.217dev-vcs/subversion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.217view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.217content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.216r2=1.217

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.20.ebuild php-5.4.36.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:27:43

  Modified: php-5.5.20.ebuild php-5.4.36.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #532914
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-lang/php/php-5.5.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.20.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.20.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.20.ebuild?r1=1.8r2=1.9

Index: php-5.5.20.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- php-5.5.20.ebuild   24 Dec 2014 14:45:56 -  1.8
+++ php-5.5.20.ebuild   25 Dec 2014 11:27:43 -  1.9
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.8 
2014/12/24 14:45:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.20.ebuild,v 1.9 
2014/12/25 11:27:43 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 
 function php_get_uri ()
 {



1.9  dev-lang/php/php-5.4.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?r1=1.8r2=1.9

Index: php-5.4.36.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- php-5.4.36.ebuild   24 Dec 2014 14:45:56 -  1.8
+++ php-5.4.36.ebuild   25 Dec 2014 11:27:43 -  1.9
@@ -1,12 +1,12 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.8 
2014/12/24 14:45:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.36.ebuild,v 1.9 
2014/12/25 11:27:43 ago Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 
~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
 
 function php_get_uri ()
 {



1.917dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.917view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.917content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.916r2=1.917

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.916
retrieving revision 1.917
diff -u -r1.916 -r1.917
--- ChangeLog   24 Dec 2014 14:45:56 -  1.916
+++ ChangeLog   25 Dec 2014 11:27:43 -  1.917
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.916 2014/12/24 
14:45:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.917 2014/12/25 
11:27:43 ago Exp $
+
+  25 Dec 2014; Agostino Sarubbo a...@gentoo.org php-5.4.36.ebuild,
+  php-5.5.20.ebuild:
+  Stable for ia64, wrt bug #532914
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org php-5.4.36.ebuild,
   php-5.5.20.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-cluster/torque: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:27:57

  Modified: torque-4.1.7.ebuild torque-2.5.13.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #491270
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.11 sys-cluster/torque/torque-4.1.7.ebuild

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

Index: torque-4.1.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- torque-4.1.7.ebuild 24 Dec 2014 14:45:15 -  1.10
+++ torque-4.1.7.ebuild 25 Dec 2014 11:27:57 -  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-cluster/torque/torque-4.1.7.ebuild,v 
1.10 2014/12/24 14:45:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-4.1.7.ebuild,v 
1.11 2014/12/25 11:27:57 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=torque-2.5
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 ~sparc x86
 IUSE=cpusets +crypt doc drmaa kernel_linux munge nvidia server +syslog tk
 
 DEPEND_COMMON=



1.9  sys-cluster/torque/torque-2.5.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild?r1=1.8r2=1.9

Index: torque-2.5.13.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- torque-2.5.13.ebuild24 Dec 2014 14:45:15 -  1.8
+++ torque-2.5.13.ebuild25 Dec 2014 11:27:57 -  1.9
@@ -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-cluster/torque/torque-2.5.13.ebuild,v 
1.8 2014/12/24 14:45:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/torque-2.5.13.ebuild,v 
1.9 2014/12/25 11:27:57 ago Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE=torque-2.5
 
 SLOT=0
-KEYWORDS=alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86
+KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 ~sparc x86
 IUSE=cpusets +crypt doc drmaa kernel_linux munge server static-libs +syslog 
threads tk xml
 
 # ed is used by makedepend-sh



1.182sys-cluster/torque/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.182view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?rev=1.182content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/torque/ChangeLog?r1=1.181r2=1.182

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog   24 Dec 2014 14:45:15 -  1.181
+++ ChangeLog   25 Dec 2014 11:27:57 -  1.182
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/torque
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.181 
2014/12/24 14:45:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/torque/ChangeLog,v 1.182 
2014/12/25 11:27:57 ago Exp $
+
+  25 Dec 2014; Agostino Sarubbo a...@gentoo.org torque-2.5.13.ebuild,
+  torque-4.1.7.ebuild:
+  Stable for ia64, wrt bug #491270
 
   24 Dec 2014; Agostino Sarubbo a...@gentoo.org torque-2.5.13.ebuild,
   torque-4.1.7.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-2.0.5.ebuild git-1.8.5.6.ebuild git-1.9.5.ebuild ChangeLog

2014-12-25 Thread Agostino Sarubbo (ago)
ago 14/12/25 11:27:33

  Modified: git-2.0.5.ebuild git-1.8.5.6.ebuild
git-1.9.5.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #532984
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: 
--include-arches=ia64, signed Manifest commit with key 7194459F)

Revision  ChangesPath
1.9  dev-vcs/git/git-2.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild?r1=1.8r2=1.9

Index: git-2.0.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- git-2.0.5.ebuild24 Dec 2014 14:46:25 -  1.8
+++ git-2.0.5.ebuild25 Dec 2014 11:27:33 -  1.9
@@ -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-vcs/git/git-2.0.5.ebuild,v 1.8 
2014/12/24 14:46:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-2.0.5.ebuild,v 1.9 
2014/12/25 11:27:33 ago Exp $
 
 EAPI=5
 
@@ -33,10 +33,10 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 else
SRC_URI=
-   KEYWORDS=alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86
+   KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86
 fi
 
 LICENSE=GPL-2



1.9  dev-vcs/git/git-1.8.5.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild?r1=1.8r2=1.9

Index: git-1.8.5.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- git-1.8.5.6.ebuild  24 Dec 2014 14:46:25 -  1.8
+++ git-1.8.5.6.ebuild  25 Dec 2014 11:27:33 -  1.9
@@ -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-vcs/git/git-1.8.5.6.ebuild,v 1.8 
2014/12/24 14:46:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.8.5.6.ebuild,v 1.9 
2014/12/25 11:27:33 ago Exp $
 
 EAPI=5
 
@@ -32,10 +32,10 @@

${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}

${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
)
-   KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
+   KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh 
~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris
 else
SRC_URI=
-   KEYWORDS=alpha arm hppa ppc ppc64
+   KEYWORDS=alpha arm hppa ia64 ppc ppc64
 fi
 
 LICENSE=GPL-2



1.9  dev-vcs/git/git-1.9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild?rev=1.9view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild?rev=1.9content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-1.9.5.ebuild?r1=1.8r2=1.9

Index: git-1.9.5.ebuild
===
RCS file: 

[gentoo-commits] gentoo-x86 commit in app-text/sgmltools-lite: sgmltools-lite-3.0.3-r12.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:05:34

  Modified: ChangeLog
  Added:sgmltools-lite-3.0.3-r12.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.63 app-text/sgmltools-lite/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   21 Jul 2013 10:09:50 -  1.62
+++ ChangeLog   25 Dec 2014 12:05:34 -  1.63
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/sgmltools-lite
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/ChangeLog,v 1.62 
2013/07/21 10:09:50 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/sgmltools-lite/ChangeLog,v 1.63 
2014/12/25 12:05:34 mgorny Exp $
+
+*sgmltools-lite-3.0.3-r12 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org
+  +sgmltools-lite-3.0.3-r12.ebuild:
+  Convert to python-single-r1.
 
   21 Jul 2013; Pacho Ramos pa...@gentoo.org -sgmltools-lite-3.0.3-r10.ebuild,
   metadata.xml:



1.1  app-text/sgmltools-lite/sgmltools-lite-3.0.3-r12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r12.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r12.ebuild?rev=1.1content-type=text/plain

Index: sgmltools-lite-3.0.3-r12.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/sgmltools-lite/sgmltools-lite-3.0.3-r12.ebuild,v
 1.1 2014/12/25 12:05:34 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit python-single-r1 sgml-catalog

DESCRIPTION=Python interface to SGML software in a DocBook/OpenJade env
HOMEPAGE=http://sgmltools-lite.sourceforge.net/;
SRC_URI=mirror://sourceforge/sgmltools-lite/${P}.tar.gz
mirror://sourceforge/sgmltools-lite/nw-eps-icons-0.0.1.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86
IUSE=jadetex

RDEPEND=${PYTHON_DEPS}
app-text/sgml-common
app-text/docbook-sgml-dtd:3.1
app-text/docbook-dsssl-stylesheets
app-text/openjade
jadetex? ( app-text/jadetex )
|| (
www-client/w3m
www-client/lynx )
DEPEND=${RDEPEND}

REQUIRED_USE=${PYTHON_REQUIRED_USE}

sgml-catalog_cat_include /etc/sgml/sgml-lite.cat \
/usr/share/sgml/stylesheets/sgmltools/sgmltools.cat

src_prepare() {
# Remove CVS directories from the tree
find . -name CVS -exec rm -rf {} + || die
}

src_compile() {
default
}

src_install() {
einstall etcdir=${D}/etc/sgml || die

dodoc ChangeLog POSTINSTALL README*
dohtml -r .

cd ${WORKDIR}/nw-eps-icons-0.0.1/images
insinto /usr/share/sgml/docbook/dsssl-stylesheets/images
doins *.eps

cd callouts
insinto /usr/share/sgml/docbook/dsssl-stylesheets/images/callouts
doins *.eps

rm ${D}/etc/sgml/catalog.{suse,rh62}

# Remove file provided by sgml-common
rm ${D}/usr/bin/sgmlwhich

# Remove the backends that require jadetex
use jadetex || \
rm 
${D}/usr/share/sgml/misc/sgmltools/python/backends/{Dvi,Ps,Pdf,JadeTeX}.py

# List of backends to alias with sgml2*
# Do not provide sgml2{txt,rtf,html} anymore, they are part of
# linuxdoc-tools
local BACKENDS=
use jadetex  BACKENDS=ps dvi pdf

# Create simple alias scripts that people are used to
# And make the manpages for those link to the sgmltools-lite manpage
mandir=${D}/usr/share/man/man1
ScripTEXT=#!/bin/sh\n/usr/bin/sgmltools --backend=
for back in ${BACKENDS}
do
echo -e ${ScripTEXT}${back} '$*'  sgml2${back}
exeinto /usr/bin
doexe sgml2${back}

cd ${mandir} || die
ln -sf sgmltools-lite.1.gz sgml2${back}.1.gz || die
cd ${S} || die
done

python_fix_shebang ${D}
}

pkg_postinst() {
python_mod_optimize /usr/share/sgml/misc/sgmltools/python

[gentoo-commits] gentoo-x86 commit in dev-python/turbojson: turbojson-1.3.2-r1.ebuild ChangeLog turbojson-1.3.2.ebuild turbojson-1.3-r1.ebuild turbojson-1.1.4.ebuild turbojson-1.3.ebuild

2014-12-25 Thread Ian Delaney (idella4)
idella4 14/12/25 12:09:45

  Modified: ChangeLog
  Added:turbojson-1.3.2-r1.ebuild
  Removed:  turbojson-1.3.2.ebuild turbojson-1.3-r1.ebuild
turbojson-1.1.4.ebuild turbojson-1.3.ebuild
  Log:
  revbump; conversion - distutils-r1, drop test phase due to absence of 
required dep in portage, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.16 dev-python/turbojson/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   31 Mar 2014 21:16:40 -  1.15
+++ ChangeLog   25 Dec 2014 12:09:45 -  1.16
@@ -1,6 +1,14 @@
 # ChangeLog for dev-python/turbojson
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.15 
2014/03/31 21:16:40 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/turbojson/ChangeLog,v 1.16 
2014/12/25 12:09:45 idella4 Exp $
+
+*turbojson-1.3.2-r1 (25 Dec 2014)
+
+  25 Dec 2014; Ian Delaney idel...@gentoo.org +turbojson-1.3.2-r1.ebuild,
+  -turbojson-1.1.4.ebuild, -turbojson-1.3-r1.ebuild, -turbojson-1.3.2.ebuild,
+  -turbojson-1.3.ebuild:
+  revbump; conversion - distutils-r1, drop test phase due to absence of
+  required dep in portage, rm old
 
   31 Mar 2014; Michał Górny mgo...@gentoo.org turbojson-1.3-r1.ebuild:
   Add support for the new PyPy slotting.



1.1  dev-python/turbojson/turbojson-1.3.2-r1.ebuild

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

Index: turbojson-1.3.2-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/turbojson/turbojson-1.3.2-r1.ebuild,v 1.1 
2014/12/25 12:09:45 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1

MY_PN=TurboJson
MY_P=${MY_PN}-${PV}

DESCRIPTION=TurboGears JSON file format support plugin
HOMEPAGE=http://pypi.python.org/pypi/TurboJson;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=

RDEPEND==dev-python/simplejson-1.9.1[${PYTHON_USEDEP}]
=dev-python/peak-rules-0.5[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]

S=${WORKDIR}/${MY_P}
# Testsuite requires a package of peak not present in portage






[gentoo-commits] gentoo-x86 commit in dev-python/python-bibtex: python-bibtex-1.2.7-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:12:18

  Modified: ChangeLog
  Added:python-bibtex-1.2.7-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.29 dev-python/python-bibtex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   3 May 2014 09:15:14 -   1.28
+++ ChangeLog   25 Dec 2014 12:12:18 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/python-bibtex
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.28 
2014/05/03 09:15:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-bibtex/ChangeLog,v 1.29 
2014/12/25 12:12:18 mgorny Exp $
+
+*python-bibtex-1.2.7-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +python-bibtex-1.2.7-r1.ebuild:
+  Convert to distutils-r1.
 
 *python-bibtex-1.2.7 (03 May 2014)
 



1.1  dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild

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

Index: python-bibtex-1.2.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-bibtex/python-bibtex-1.2.7-r1.ebuild,v
 1.1 2014/12/25 12:12:18 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils

DESCRIPTION=A Python extension to parse BibTeX files
HOMEPAGE=http://pybliographer.org/;
SRC_URI=mirror://sourceforge/pybliographer/${P}.tar.gz

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

RDEPEND=
dev-libs/glib:2
=app-text/recode-3.6-r1
DEPEND=${RDEPEND}
virtual/pkgconfig

python_prepare_all() {
# Disable tests during installation.
sed -e /self.run_command ('check')/d -i setup.py

distutils-r1_python_prepare_all
}

python_test() {
esetup.py check
}






[gentoo-commits] gentoo-x86 commit in app-office/pybliographer: pybliographer-1.2.15-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:14:02

  Modified: pybliographer-1.2.15-r1.ebuild ChangeLog
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  app-office/pybliographer/pybliographer-1.2.15-r1.ebuild

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

Index: pybliographer-1.2.15-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pybliographer-1.2.15-r1.ebuild  2 Dec 2014 22:24:59 -   1.1
+++ pybliographer-1.2.15-r1.ebuild  25 Dec 2014 12:14:02 -  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-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v
 1.1 2014/12/02 22:24:59 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-office/pybliographer/pybliographer-1.2.15-r1.ebuild,v
 1.2 2014/12/25 12:14:02 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -28,7 +28,7 @@
dev-python/libgnome-python:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
-   =dev-python/python-bibtex-1.2.5
+   =dev-python/python-bibtex-1.2.5[${PYTHON_USEDEP}]
 
 RDEPEND=${DEPEND}
 



1.32 app-office/pybliographer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   2 Dec 2014 22:24:59 -   1.31
+++ ChangeLog   25 Dec 2014 12:14:02 -  1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/pybliographer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.31 
2014/12/02 22:24:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/pybliographer/ChangeLog,v 1.32 
2014/12/25 12:14:02 mgorny Exp $
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org pybliographer-1.2.15-r1.ebuild:
+  Convert to python-single-r1.
 
 *pybliographer-1.2.15-r1 (02 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in app-admin/monit: monit-5.11.ebuild ChangeLog

2014-12-25 Thread Patrick Lauer (patrick)
patrick 14/12/25 12:19:34

  Modified: ChangeLog
  Added:monit-5.11.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.91 app-admin/monit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/ChangeLog?rev=1.91view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/ChangeLog?rev=1.91content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/ChangeLog?r1=1.90r2=1.91

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog   4 Nov 2014 05:47:52 -   1.90
+++ ChangeLog   25 Dec 2014 12:19:34 -  1.91
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/monit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.90 2014/11/04 
05:47:52 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.91 2014/12/25 
12:19:34 patrick Exp $
+
+*monit-5.11 (25 Dec 2014)
+
+  25 Dec 2014; Patrick Lauer patr...@gentoo.org +monit-5.11.ebuild:
+  Bump
 
 *monit-5.10 (04 Nov 2014)
 



1.1  app-admin/monit/monit-5.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/monit-5.11.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/monit-5.11.ebuild?rev=1.1content-type=text/plain

Index: monit-5.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.11.ebuild,v 1.1 
2014/12/25 12:19:34 patrick Exp $

EAPI=5
inherit systemd

DESCRIPTION=a utility for monitoring and managing daemons or similar programs 
running on a Unix system
HOMEPAGE=http://mmonit.com/monit/;
SRC_URI=http://mmonit.com/monit/dist/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux
IUSE=pam ssl

RDEPEND=ssl? ( dev-libs/openssl )
DEPEND=${RDEPEND}
sys-devel/flex
sys-devel/bison
pam? ( virtual/pam )

src_prepare() {
sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die sed failed in 
Makefile.in
}

src_configure() {
econf $(use_with ssl) $(use_with pam) || die econf failed
}

src_compile() {
emake || die emake failed
}

src_install() {
make DESTDIR=${D} install || die make install failed

dodoc README*
dohtml -r doc/*

insinto /etc; insopts -m600; doins monitrc || die doins monitrc failed
newinitd ${FILESDIR}/monit.initd-5.0-r1 monit || die newinitd failed
systemd_dounit ${FILESDIR}/${PN}.service || die
}

pkg_postinst() {
elog Sample configurations are available at:
elog http://mmonit.com/monit/documentation/;
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyds: pyds-0.7.3-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:31:37

  Modified: pyds-0.7.3-r1.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/pyds/pyds-0.7.3-r1.ebuild

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

Index: pyds-0.7.3-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyds-0.7.3-r1.ebuild8 Jun 2013 19:07:49 -   1.1
+++ pyds-0.7.3-r1.ebuild25 Dec 2014 12:31:37 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.3-r1.ebuild,v 1.1 
2013/06/08 19:07:49 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.3-r1.ebuild,v 1.2 
2014/12/25 12:31:37 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -19,7 +19,7 @@
 IUSE=
 
 RDEPEND=app-text/silvercity
-   =dev-db/metakit-2.4.9.2[python]
+   =dev-db/metakit-2.4.9.2[python,${PYTHON_USEDEP}]
=dev-python/cheetah-0.9.15[${PYTHON_USEDEP}]
=dev-python/docutils-0.3[${PYTHON_USEDEP}]
virtual/python-imaging[${PYTHON_USEDEP}]



1.26 dev-python/pyds/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   10 Jun 2014 02:13:22 -  1.25
+++ ChangeLog   25 Dec 2014 12:31:37 -  1.26
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyds
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v 1.25 2014/06/10 
02:13:22 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/ChangeLog,v 1.26 2014/12/25 
12:31:37 mgorny Exp $
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org pyds-0.7.3-r1.ebuild:
+  Add missing PYTHON_USEDEP.
 
   10 Jun 2014; Mike Gilbert flop...@gentoo.org -pyds-0.7.3.ebuild:
   Remove old.






[gentoo-commits] gentoo-x86 commit in dev-db/metakit: metakit-2.4.9.7-r2.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:31:35

  Modified: ChangeLog
  Added:metakit-2.4.9.7-r2.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.63 dev-db/metakit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/metakit/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   26 Sep 2012 13:02:23 -  1.62
+++ ChangeLog   25 Dec 2014 12:31:34 -  1.63
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/metakit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/ChangeLog,v 1.62 2012/09/26 
13:02:23 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/ChangeLog,v 1.63 2014/12/25 
12:31:34 mgorny Exp $
+
+*metakit-2.4.9.7-r2 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +metakit-2.4.9.7-r2.ebuild:
+  Convert to python-single-r1.
 
   26 Sep 2012; Michael Palimaka kensing...@gentoo.org
   -files/metakit-2.4.9.7-LDFLAGS.patch, -metakit-2.4.9.7.ebuild:



1.1  dev-db/metakit/metakit-2.4.9.7-r2.ebuild

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

Index: metakit-2.4.9.7-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/metakit/metakit-2.4.9.7-r2.ebuild,v 
1.1 2014/12/25 12:31:34 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils flag-o-matic multilib python-single-r1 toolchain-funcs

DESCRIPTION=Embedded database library
HOMEPAGE=http://www.equi4.com/metakit/;
SRC_URI=http://www.equi4.com/pub/mk/${P}.tar.gz;

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~ppc ~x86
IUSE=python static tcl

DEPEND=python? ( ${PYTHON_DEPS} )
tcl? ( dev-lang/tcl )
RDEPEND=${DEPEND}

REQUIRED_USE=python? ( ${PYTHON_REQUIRED_USE} )

RESTRICT=test

pkg_setup() {
use python  python-single-r1_pkg_setup
}

src_prepare() {
epatch ${FILESDIR}/${P}-linking.patch
}

src_configure() {
local myconf mycxxflags
use tcl  myconf+= 
--with-tcl=${EPREFIX}/usr/include,${EPREFIX}/usr/$(get_libdir)
use static  myconf+= --disable-shared
use static || append-cxxflags -fPIC

CXXFLAGS=${CXXFLAGS} ${mycxxflags} unix/configure \
${myconf} \
--host=${CHOST} \
--prefix=${EPREFIX}/usr \
--libdir=${EPREFIX}/usr/$(get_libdir) \
--infodir=${EPREFIX}/usr/share/info \
--mandir=${EPREFIX}/usr/share/man
}

src_compile() {
emake SHLIB_LD=$(tc-getCXX) -shared -Wl,-soname,libmk4.so.2.4

if use python; then
emake \
SHLIB_LD=$(tc-getCXX) -shared \
pyincludedir=$(python_get_includedir) \
PYTHON_LIB=$(python_get_library) \
python
fi
}

src_install () {
default

mv ${ED}//usr/$(get_libdir)/libmk4.so{,.2.4}
dosym libmk4.so.2.4 /usr/$(get_libdir)/libmk4.so.2
dosym libmk4.so.2.4 /usr/$(get_libdir)/libmk4.so

if use python; then
mkdir -p ${D%/}$(python_get_sitedir) || die
emake \
DESTDIR=${D} \
pylibdir=$(python_get_sitedir) \
install-python
fi

dohtml Metakit.html
dohtml -a html,gif,png,jpg -r doc/*
}






[gentoo-commits] gentoo-x86 commit in dev-python/wsgiproxy2: wsgiproxy2-0.4.2.ebuild wsgiproxy2-0.4.1.ebuild ChangeLog

2014-12-25 Thread Patrick Lauer (patrick)
patrick 14/12/25 12:37:51

  Modified: wsgiproxy2-0.4.1.ebuild ChangeLog
  Added:wsgiproxy2-0.4.2.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild

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

Index: wsgiproxy2-0.4.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wsgiproxy2-0.4.1.ebuild 25 Oct 2014 14:01:35 -  1.8
+++ wsgiproxy2-0.4.1.ebuild 25 Dec 2014 12:37:51 -  1.9
@@ -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/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.8 
2014/10/25 14:01:35 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.1.ebuild,v 1.9 
2014/12/25 12:37:51 patrick Exp $
 
 EAPI=5
 
@@ -25,6 +25,7 @@
dev-python/six[${PYTHON_USEDEP}]
 DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
+   dev-python/nose[${PYTHON_USEDEP}]
dev-python/webtest[${PYTHON_USEDEP}]
dev-python/socketpool[${PYTHON_USEDEP}]
dev-python/restkit[$(python_gen_usedep python2_7)] )



1.14 dev-python/wsgiproxy2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   25 Oct 2014 14:01:35 -  1.13
+++ ChangeLog   25 Dec 2014 12:37:51 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/wsgiproxy2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.13 
2014/10/25 14:01:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.14 
2014/12/25 12:37:51 patrick Exp $
+
+*wsgiproxy2-0.4.2 (25 Dec 2014)
+
+  25 Dec 2014; Patrick Lauer patr...@gentoo.org +wsgiproxy2-0.4.2.ebuild,
+  wsgiproxy2-0.4.1.ebuild:
+  Bump
 
   25 Oct 2014; Markus Meier mae...@gentoo.org wsgiproxy2-0.4.1.ebuild:
   add ~arm, bug #525246



1.1  dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild

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

Index: wsgiproxy2-0.4.2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.4.2.ebuild,v 1.1 
2014/12/25 12:37:51 patrick Exp $

EAPI=5

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

inherit distutils-r1

MY_PN=WSGIProxy2

DESCRIPTION=HTTP proxying tools for WSGI apps
HOMEPAGE=http://pythonpaste.org/wsgiproxy/;
SRC_URI=mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86
IUSE=doc test

RDEPEND=dev-python/urllib3[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/webob[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
DEPEND=dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
dev-python/webtest[${PYTHON_USEDEP}]
dev-python/socketpool[${PYTHON_USEDEP}]
dev-python/restkit[$(python_gen_usedep python2_7)] )
# Tests needing restkit are skipped under py3

S=${WORKDIR}/${MY_PN}-${PV}

python_compile_all() {
if use doc; then
cd docs || die
sphinx-build -b html -d _build/doctrees   . _build/html
fi
}

# this was always possible
python_test() {
nosetests || die Tests fail with ${EPYTHON}
}

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

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

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:44:52

  Modified: ChangeLog
  Added:pygtkhelpers-0.4.3-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.8  dev-python/pygtkhelpers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtkhelpers/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Apr 2013 21:49:30 -   1.7
+++ ChangeLog   25 Dec 2014 12:44:52 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pygtkhelpers
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkhelpers/ChangeLog,v 1.7 
2013/04/05 21:49:30 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkhelpers/ChangeLog,v 1.8 
2014/12/25 12:44:52 mgorny Exp $
+
+*pygtkhelpers-0.4.3-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +pygtkhelpers-0.4.3-r1.ebuild:
+  Convert to distutils-r1.
 
   05 Apr 2013; Agostino Sarubbo a...@gentoo.org pygtkhelpers-0.4.3.ebuild:
   Stable for x86, wrt bug #457898



1.1  dev-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild

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

Index: pygtkhelpers-0.4.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-python/pygtkhelpers/pygtkhelpers-0.4.3-r1.ebuild,v 
1.1 2014/12/25 12:44:52 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=PyGTKHelpers is a library to assist the building of PyGTK 
applications
HOMEPAGE=http://packages.python.org/pygtkhelpers/ 
http://pypi.python.org/pypi/pygtkhelpers;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~amd64 ~ppc64 ~x86
IUSE=doc examples

RDEPEND=dev-python/pygtk[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )

python_prepare_all() {
# docs/_static/scope.jpg does not exist.
sed -e s/^\(html_logo =.*\)/#\1/ -i docs/conf.py || die sed failed

distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
esetup.py build_sphinx
fi
}

python_install_all() {
distutils-r1_python_install_all

if use doc; then
cd ${BUILD_DIR}/sphinx/html || die
docinto html
dodoc -r [a-z]* _images _static
cd - /dev/null || die
fi

if use examples; then
docinto examples
dodoc -r examples/.
fi
}






[gentoo-commits] gentoo-x86 commit in dev-util/a8: a8-0.11-r2.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 12:44:54

  Modified: a8-0.11-r2.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  dev-util/a8/a8-0.11-r2.ebuild

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

Index: a8-0.11-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- a8-0.11-r2.ebuild   15 Aug 2014 08:49:51 -  1.4
+++ a8-0.11-r2.ebuild   25 Dec 2014 12:44:54 -  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-util/a8/a8-0.11-r2.ebuild,v 1.4 
2014/08/15 08:49:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.11-r2.ebuild,v 1.5 
2014/12/25 12:44:54 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -18,10 +18,10 @@
 
 DEPEND==dev-python/dbus-python-1[${PYTHON_USEDEP}]
dev-python/logbook[${PYTHON_USEDEP}]
-   dev-python/psutil
+   dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
=dev-python/pygtk-2.22[${PYTHON_USEDEP}]
-   =dev-python/pygtkhelpers-0.4.3
+   =dev-python/pygtkhelpers-0.4.3[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
=x11-libs/vte-0.28.2-r206:0[python,${PYTHON_USEDEP}]
 RDEPEND=${DEPEND}



1.19 dev-util/a8/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   25 Nov 2014 22:43:48 -  1.18
+++ ChangeLog   25 Dec 2014 12:44:54 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/a8
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.18 2014/11/25 
22:43:48 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.19 2014/12/25 
12:44:54 mgorny Exp $
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org a8-0.11-r2.ebuild:
+  Add missing PYTHON_USEDEP.
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in app-forensics/afl: afl-1.03b.ebuild ChangeLog

2014-12-25 Thread Hanno Boeck (hanno)
hanno   14/12/25 12:58:15

  Modified: ChangeLog
  Added:afl-1.03b.ebuild
  Log:
  afl bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BBB51E42)

Revision  ChangesPath
1.5  app-forensics/afl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Dec 2014 00:36:21 -  1.4
+++ ChangeLog   25 Dec 2014 12:58:15 -  1.5
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/afl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.4 
2014/12/10 00:36:21 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/ChangeLog,v 1.5 
2014/12/25 12:58:15 hanno Exp $
+
+*afl-1.03b (25 Dec 2014)
+
+  25 Dec 2014; ha...@gentoo.org +afl-1.03b.ebuild:
+  Bump.
 
 *afl-0.89b (10 Dec 2014)
 



1.1  app-forensics/afl/afl-1.03b.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/afl-1.03b.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afl/afl-1.03b.ebuild?rev=1.1content-type=text/plain

Index: afl-1.03b.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/afl/afl-1.03b.ebuild,v 1.1 
2014/12/25 12:58:15 hanno Exp $

EAPI=5
inherit multilib toolchain-funcs

DESCRIPTION=american fuzzy lop - compile-time instrumentation fuzzer
HOMEPAGE=http://lcamtuf.coredump.cx/afl/;
SRC_URI=http://lcamtuf.coredump.cx/afl/releases//${P}.tgz;
LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64
IUSE=
DEPEND=sys-devel/gcc
RDEPEND=${DEPEND}

src_compile() {
emake CC=$(tc-getCC) \
PREFIX=/usr \
HELPER_PATH=/usr/$(get_libdir)/afl \
DOC_PATH=/usr/share/doc/${PF}
}

src_install() {
emake DESTDIR=${D} \
PREFIX=/usr \
HELPER_PATH=/usr/$(get_libdir)/afl \
DOC_PATH=/usr/share/doc/${PF} \
install
}






[gentoo-commits] gentoo-x86 commit in app-arch/unar: ChangeLog unar-1.8.1.ebuild

2014-12-25 Thread Hanno Boeck (hanno)
hanno   14/12/25 13:02:05

  Modified: ChangeLog
  Added:unar-1.8.1.ebuild
  Log:
  Bump, respect CFLAGS.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
BBB51E42)

Revision  ChangesPath
1.9  app-arch/unar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/unar/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   30 Aug 2014 14:33:28 -  1.8
+++ ChangeLog   25 Dec 2014 13:02:05 -  1.9
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/unar
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unar/ChangeLog,v 1.8 2014/08/30 
14:33:28 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unar/ChangeLog,v 1.9 2014/12/25 
13:02:05 hanno Exp $
+
+*unar-1.8.1 (25 Dec 2014)
+
+  25 Dec 2014; ha...@gentoo.org +unar-1.8.1.ebuild:
+  Bump, respect CFLAGS.
 
   30 Aug 2014; Chema Alonso nim...@gentoo.org unar-1.6.ebuild:
   Stable for amd64 wrt bug #513742



1.1  app-arch/unar/unar-1.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unar/unar-1.8.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/unar/unar-1.8.1.ebuild?rev=1.1content-type=text/plain

Index: unar-1.8.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unar/unar-1.8.1.ebuild,v 1.1 
2014/12/25 13:02:05 hanno Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION=unpacker for various archiving formats, e.g. rar v3
HOMEPAGE=http://unarchiver.c3.cx/;
SRC_URI=http://theunarchiver.googlecode.com/files/${PN}${PV}_src.zip;

LICENSE=LGPL-2.1
SLOT=0
KEYWORDS=~amd64
IUSE=

RDEPEND=gnustep-base/gnustep-base
=gnustep-base/gnustep-make-2.6.0[native-exceptions]
dev-libs/icu:=
DEPEND=${RDEPEND}
sys-devel/gcc[objc]

S=${WORKDIR}/The Unarchiver/XADMaster

src_compile() {
emake -f Makefile.linux \
AR=$(tc-getAR) \
CC=$(tc-getCC) \
CXX=$(tc-getCXX) \
OBJCC=$(tc-getCC) \
CFLAGS=${CFLAGS} \
CXXFLAGS=${CXXFLAGS} \
OBJCFLAGS=${CFLAGS} \
LD=$(tc-getCXX) \
LDFLAGS=-Wl,--whole-archive -fexceptions -fgnu-runtime 
${LDFLAGS}
}

src_install() {
dobin {ls,un}ar
doman ../Extra/{ls,un}ar.1
}






[gentoo-commits] gentoo-x86 commit in sys-fs/iprutils: iprutils-2.3.18.ebuild ChangeLog iprutils-2.3.0.ebuild

2014-12-25 Thread Sergey Popov (pinkbyte)
pinkbyte14/12/25 13:02:26

  Modified: ChangeLog
  Added:iprutils-2.3.18.ebuild
  Removed:  iprutils-2.3.0.ebuild
  Log:
  Version bump, respect compiler, CFLAGS and LDFLAGS, wrt bug #377757. Drop old 
version
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  ChangesPath
1.41 sys-fs/iprutils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   4 Nov 2014 09:31:35 -   1.40
+++ ChangeLog   25 Dec 2014 13:02:26 -  1.41
@@ -1,6 +1,13 @@
 # ChangeLog for sys-fs/iprutils
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.40 2014/11/04 
09:31:35 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/ChangeLog,v 1.41 2014/12/25 
13:02:26 pinkbyte Exp $
+
+*iprutils-2.3.18 (25 Dec 2014)
+
+  25 Dec 2014; Sergey Popov pinkb...@gentoo.org -iprutils-2.3.0.ebuild,
+  +iprutils-2.3.18.ebuild:
+  Version bump, respect compiler, CFLAGS and LDFLAGS, wrt bug #377757. Drop old
+  version
 
   04 Nov 2014; Mikle Kolyada zlog...@gentoo.org iprutils-2.3.0.ebuild,
   iprutils-2.3.13.ebuild, iprutils-2.3.9.ebuild:



1.1  sys-fs/iprutils/iprutils-2.3.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.3.18.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/iprutils/iprutils-2.3.18.ebuild?rev=1.1content-type=text/plain

Index: iprutils-2.3.18.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/iprutils/iprutils-2.3.18.ebuild,v 1.1 
2014/12/25 13:02:26 pinkbyte Exp $

EAPI=5

inherit eutils toolchain-funcs

DESCRIPTION=IBM's tools for support of the ipr SCSI controller
SRC_URI=mirror://sourceforge/iprdd/${P}-src.tgz
HOMEPAGE=http://sourceforge.net/projects/iprdd/;

SLOT=0
LICENSE=IBM
KEYWORDS=~ppc ~ppc64

DEPEND==sys-libs/ncurses-5.4-r5
=sys-apps/pciutils-2.1.11-r1
=sys-fs/sysfsutils-1.3.0
virtual/udev

RDEPEND=${DEPEND}
virtual/logger

S=${WORKDIR}/${PN}

src_prepare() {
# Respect CFLAGS and LDFLAGS, bug #377757
sed -i \
-e '/^CFLAGS/s/= -g/+=/' \
-e 's/$(CFLAGS)/\0 $(LDFLAGS)/g' \
Makefile || die

epatch_user
}

src_compile() {
# Respect CC, bug #377757
emake CC=$(tc-getCC)
}

src_install () {
emake INSTALL_MOD_PATH=${D} install

newinitd ${FILESDIR}/iprinit iprinit
newinitd ${FILESDIR}/iprupdate iprupdate
newinitd ${FILESDIR}/iprdump iprdump
}

pkg_postinst() {
einfo This package also contains several init.d files. 
einfo You should add them to your default runlevels as follows:
einfo rc-update add iprinit default
einfo rc-update add iprdump default
einfo rc-update add iprupdate default
}






[gentoo-commits] gentoo-x86 commit in app-doc/doxygen: metadata.xml ChangeLog

2014-12-25 Thread Patrick Lauer (patrick)
patrick 14/12/25 13:21:04

  Modified: metadata.xml ChangeLog
  Log:
  Remove unneeded useflag from metadata.xml
  
  (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 app-doc/doxygen/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/metadata.xml?rev=1.13view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/metadata.xml?rev=1.13content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/metadata.xml?r1=1.12r2=1.13

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/metadata.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- metadata.xml24 Dec 2014 14:48:58 -  1.12
+++ metadata.xml25 Dec 2014 13:21:04 -  1.13
@@ -12,6 +12,5 @@
flag name='clang'support for pkgsys-devel/clang/pkg assisted 
parsing/flag
flag name='dot'allow to create dot graphs using 
pkgmedia-gfx/graphviz/pkg/flag
flag name='doxysearch'build doxyindexer and doxysearch.cgi/flag
-   flag name='nodot'removes graphviz dependency, along with dot 
graphs/flag
 /use
 /pkgmetadata



1.277app-doc/doxygen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.277view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?rev=1.277content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/doxygen/ChangeLog?r1=1.276r2=1.277

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- ChangeLog   25 Dec 2014 09:50:21 -  1.276
+++ ChangeLog   25 Dec 2014 13:21:04 -  1.277
@@ -1,6 +1,9 @@
 # ChangeLog for app-doc/doxygen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.276 
2014/12/25 09:50:21 tamiko Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/doxygen/ChangeLog,v 1.277 
2014/12/25 13:21:04 patrick Exp $
+
+  25 Dec 2014; Patrick Lauer patr...@gentoo.org metadata.xml:
+  Remove unneeded useflag from metadata.xml
 
   25 Dec 2014; Matthias Maier tam...@gentoo.org -doxygen-1.5.8-r1.ebuild,
   doxygen-1.8.8.ebuild:






[gentoo-commits] proj/qt:master commit in: x11-misc/compton-conf/

2014-12-25 Thread Ben de Groot
commit: a67c5ba0c1bfb9bfc0932143ceb97326f32936a3
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Thu Dec 25 14:10:16 2014 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Thu Dec 25 14:10:16 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a67c5ba0

x11-misc/compton-conf: add qt5 support to live ebuild

---
 x11-misc/compton-conf/compton-conf-.ebuild | 28 +++---
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/x11-misc/compton-conf/compton-conf-.ebuild 
b/x11-misc/compton-conf/compton-conf-.ebuild
index 0f4665f..73d0220 100644
--- a/x11-misc/compton-conf/compton-conf-.ebuild
+++ b/x11-misc/compton-conf/compton-conf-.ebuild
@@ -19,11 +19,25 @@ fi
 
 LICENSE=LGPL-2.1+
 SLOT=0
-IUSE=
+IUSE=qt4 +qt5
+REQUIRED_USE=^^ ( qt4 qt5 )
 
-DEPEND=dev-qt/qtcore:4
-   dev-qt/qtdbus:4
-   dev-qt/qtgui:4
-   x11-libs/libX11
-   x11-misc/compton
-RDEPEND=${DEPEND}
+RDEPEND=x11-libs/libX11
+   x11-misc/compton
+   qt4? ( dev-qt/qtcore:4
+   dev-qt/qtdbus:4
+   dev-qt/qtgui:4 )
+   qt5? ( dev-qt/linguist-tools:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtwidgets:5 )
+DEPEND=${RDEPEND}
+   dev-libs/libconfig
+   virtual/pkgconfig
+
+src_configure() {
+   local mycmakeargs=(
+   $( cmake-utils_use_use qt5 QT5 )
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] gentoo-x86 commit in profiles: license_groups ChangeLog

2014-12-25 Thread Ulrich Mueller (ulm)
ulm 14/12/25 14:17:00

  Modified: license_groups ChangeLog
  Log:
  Add CLX license to MISC-FREE group, bug 533400.

Revision  ChangesPath
1.251profiles/license_groups

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

Index: license_groups
===
RCS file: /var/cvsroot/gentoo-x86/profiles/license_groups,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- license_groups  8 Dec 2014 16:19:28 -   1.250
+++ license_groups  25 Dec 2014 14:17:00 -  1.251
@@ -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/profiles/license_groups,v 1.250 2014/12/08 
16:19:28 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/license_groups,v 1.251 2014/12/25 
14:17:00 ulm Exp $
 
 # Please report bugs or other requests at bugs.gentoo.org and assign to
 # licen...@gentoo.org
@@ -30,7 +30,7 @@
 # TODO: maybe add a category for BSD-alike MISC-FREE licenses for easy
 # separation?
 # BSD-4 alikes: dom4j FastCGI icu JDOM
-MISC-FREE ACE Allegro alternate bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CFS CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freemarker FVWM gd gnuplot gsm HTML-Tidy htmlc iASL IBPP-1.1 
icu IDPL IJG imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 
JDOM JNIC JOVE keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff 
LLGPL-2.1 LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML 
minpack MIT-with-advertising mm mpich2 nap NCSA-HDF netcat NEWLIB ngrep noweb 
Old-MIT openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license TermReadKey TeX TeX-other-free Time
 -Format Time-modules tm-align totd URT w3m wxWinLL-3 x2x xbatt xboing XC 
Xdebug xtrs xvt YaTeX zpaq ZSH
+MISC-FREE ACE Allegro alternate bea.ri.jsr173 BEER-WARE boehm-gc BSD-1 
BSD-with-attribution buddy bufexplorer.vim BZIP2 canfep CDDL-Schily CeCILL-C 
CFS CLX CMake CPL-0.5 CRACKLIB Crypt-IDEA cryptopp czyborra DES docbook dom4j 
eGenixPublic-1.1 ElementTree Emacs ErlPL-1.1 FastCGI feh File-MMagic Flashpix 
FLEX flexmock FLTK freemarker FVWM gd gnuplot gsm HTML-Tidy htmlc iASL IBPP-1.1 
icu IDPL IJG imagemagick Info-ZIP inner-net ipadic ipx-utils Ispell JasPer2.0 
JDOM JNIC JOVE keynote LambdaMOO LIBGLOSS libmng libodialog libpng libtiff 
LLGPL-2.1 LPPL-1.3 LPPL-1.3b lsof Mail-Sendmail mapm-4.9.5 matplotlib Mini-XML 
minpack MIT-with-advertising mm mpich2 nap NCSA-HDF netcat NEWLIB ngrep noweb 
Old-MIT openafs-krb5-a Openwall otter PCRE perforce photopc PHP-2.02 PIZZA-WARE 
pngcrush pngnq Princeton psutils qmail-nelson rc regexp-UofT RSA rwpng scanlogd 
Sendmail Sendmail-Open-Source shrimp SMAIL Snd SNIA SSLeay Subversion SVFL 
tablelist tcltk tcp_wrappers_license TermReadKey TeX TeX-other-free 
 Time-Format Time-modules tm-align totd URT w3m wxWinLL-3 x2x xbatt xboing XC 
Xdebug xtrs xvt YaTeX zpaq ZSH
 # The following are NOT valid in @MISC-FREE:
 # arj - usage restrictions
 # freedist - Doesn't grant the right to do modifications.



1.9639   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9638
retrieving revision 1.9639
diff -u -r1.9638 -r1.9639
--- ChangeLog   24 Dec 2014 14:54:23 -  1.9638
+++ ChangeLog   25 Dec 2014 14:17:00 -  1.9639
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9638 2014/12/24 
14:54:23 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9639 2014/12/25 
14:17:00 ulm 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 

[gentoo-commits] proj/qt:master commit in: x11-misc/obconf-qt/

2014-12-25 Thread Ben de Groot
commit: b77194758b1713ecb67c8e9fa2d0864faaa8b580
Author: Ben de Groot yngwin AT gentoo DOT org
AuthorDate: Thu Dec 25 14:51:38 2014 +
Commit: Ben de Groot yngwin AT gentoo DOT org
CommitDate: Thu Dec 25 14:51:38 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b7719475

x11-misc/obconf-qt: add choice between qt4 and qt5

---
 x11-misc/obconf-qt/obconf-qt-.ebuild | 19 +++
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/x11-misc/obconf-qt/obconf-qt-.ebuild 
b/x11-misc/obconf-qt/obconf-qt-.ebuild
index 7b16314..206dcaa 100644
--- a/x11-misc/obconf-qt/obconf-qt-.ebuild
+++ b/x11-misc/obconf-qt/obconf-qt-.ebuild
@@ -18,15 +18,11 @@ fi
 
 LICENSE=GPL-2 LGPL-2.1+
 SLOT=0
+IUSE=qt4 +qt5
+REQUIRED_USE=^^ ( qt4 qt5 )
 
 RDEPEND=dev-libs/glib:2
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
@@ -35,13 +31,20 @@ RDEPEND=dev-libs/glib:2
x11-libs/libX11
x11-libs/libXft
x11-libs/pango
-
+   qt4? ( dev-qt/qtcore:4
+   dev-qt/qtgui:4 )
+   qt5? ( 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 )
 DEPEND=${RDEPEND}
virtual/pkgconfig
 
 src_configure() {
local mycmakeargs=(
-   -DUSE_QT5=ON
+   $( cmake-utils_use_use qt5 QT5 )
)
cmake-utils_src_configure
 }



[gentoo-commits] gentoo-x86 commit in app-text/cb2bib: cb2bib-1.5.0.ebuild ChangeLog

2014-12-25 Thread Davide Pesavento (pesa)
pesa14/12/25 15:18:16

  Modified: ChangeLog
  Added:cb2bib-1.5.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0xDADED6B2671CB57D!)

Revision  ChangesPath
1.22 app-text/cb2bib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   10 May 2013 05:53:05 -  1.21
+++ ChangeLog   25 Dec 2014 15:18:16 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/cb2bib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.21 2013/05/10 
05:53:05 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/ChangeLog,v 1.22 2014/12/25 
15:18:16 pesa Exp $
+
+*cb2bib-1.5.0 (25 Dec 2014)
+
+  25 Dec 2014; Davide Pesavento p...@gentoo.org +cb2bib-1.5.0.ebuild:
+  Version bump.
 
   10 May 2013; Patrick Lauer patr...@gentoo.org metadata.xml:
   Remove unused flag description from metadata



1.1  app-text/cb2bib/cb2bib-1.5.0.ebuild

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

Index: cb2bib-1.5.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/cb2bib/cb2bib-1.5.0.ebuild,v 1.1 
2014/12/25 15:18:16 pesa Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION=Tool for extracting unformatted bibliographic references
HOMEPAGE=http://www.molspaces.com/cb2bib/;
SRC_URI=http://www.molspaces.com/dl/progs/${P}.tar.gz;

SLOT=0
LICENSE=GPL-3
KEYWORDS=~amd64 ~x86
IUSE=debug +lzo +webkit

DEPEND=
dev-qt/qtcore:4
dev-qt/qtgui:4
x11-libs/libX11
lzo? ( dev-libs/lzo:2 )
webkit? ( dev-qt/qtwebkit:4 )

RDEPEND=${DEPEND}

src_prepare() {
cmake-utils_src_prepare

# Fix desktop files
sed -i -e '/Keywords=/ s/$/;/' c2bscripts/{c2bciter,cb2bib}.desktop || 
die
}

src_configure() {
local mycmakeargs=(
-DC2B_USE_LZO=$(use lzo  echo ON || echo OFF)
-DC2B_USE_WEBKIT=$(use webkit  echo ON || echo OFF)
)
cmake-utils_src_configure
}

pkg_postinst() {
einfo
elog For best functionality, emerge the following packages:
elog app-text/poppler[utils] - for data import from PDF files
elog app-text/dvipdfm- for data import from DVI files
elog app-text/bibutils   - for data import from ISI, endnote 
format
elog media-fonts/jsmath  - for displaying mathematical 
notation
elog media-libs/exiftool - for proper UTF-8 metadata writing 
in PDF
elog   text strings
elog virtual/latex-base  - to check for BibTeX file 
correctness and to get
elog   nice printing through the shell 
script bib2pdf
einfo
}






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

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 15:28:46

  Modified: ChangeLog
  Added:bam-0.4.0-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.10 dev-util/bam/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/bam/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   22 Jul 2012 17:32:58 -  1.9
+++ ChangeLog   25 Dec 2014 15:28:46 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/bam
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bam/ChangeLog,v 1.9 2012/07/22 
17:32:58 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bam/ChangeLog,v 1.10 2014/12/25 
15:28:46 mgorny Exp $
+
+*bam-0.4.0-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +bam-0.4.0-r1.ebuild:
+  Convert to python-any-r1.
 
   22 Jul 2012; Pacho Ramos pa...@gentoo.org bam-0.4.0.ebuild,
   files/0.4.0/Makefile:



1.1  dev-util/bam/bam-0.4.0-r1.ebuild

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

Index: bam-0.4.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/bam/bam-0.4.0-r1.ebuild,v 1.1 
2014/12/25 15:28:46 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit eutils python-any-r1 toolchain-funcs

DESCRIPTION=Fast and flexible Lua-based build system
HOMEPAGE=http://matricks.github.com/bam/;
SRC_URI=http://github.com/downloads/matricks/${PN}/${P}.tar.bz2;

LICENSE=ZLIB
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc test

RDEPEND=dev-lang/lua:=
DEPEND=${RDEPEND}
doc? ( ${PYTHON_DEPS} )
test? ( ${PYTHON_DEPS} )

pkg_setup() {
if use doc || use test; then
python-any-r1_pkg_setup
fi
}

src_prepare() {
cp ${FILESDIR}/${PV}/Makefile ${S}/Makefile || die cp failed
epatch ${FILESDIR}/${PV}/${P}-test.py.patch
tc-export CC
}

src_compile() {
emake ${PN}
if use doc; then
${PYTHON} scripts/gendocs.py || die doc generation failed
fi
}

src_install() {
dobin ${PN}
if use doc; then
dohtml docs/${PN}{.html,_logo.png}
fi
}






[gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 15:40:43

  Modified: ChangeLog
  Added:libdesktop-agnostic-0.3.92-r1.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.9  x11-libs/libdesktop-agnostic/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   27 Jun 2014 16:41:55 -  1.8
+++ ChangeLog   25 Dec 2014 15:40:43 -  1.9
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/libdesktop-agnostic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 
1.8 2014/06/27 16:41:55 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 
1.9 2014/12/25 15:40:43 mgorny Exp $
+
+*libdesktop-agnostic-0.3.92-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org
+  +libdesktop-agnostic-0.3.92-r1.ebuild:
+  Convert to python-single-r1.
 
   27 Jun 2014; Christoph Mende ange...@gentoo.org
   libdesktop-agnostic-0.3.92.ebuild:



1.1  
x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild

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

Index: libdesktop-agnostic-0.3.92-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild,v
 1.1 2014/12/25 15:40:43 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
VALA_USE_DEPEND=vapigen

inherit python-single-r1 waf-utils vala

DESCRIPTION=A desktop-agnostic library for GLib-based projects
HOMEPAGE=https://launchpad.net/libdesktop-agnostic;
SRC_URI=http://launchpad.net/${PN}/0.4/${PV}/+download/${P}.tar.gz;

LICENSE=GPL-2 LGPL-2.1
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug +gconf glade gnome +introspection

RDEPEND==dev-libs/glib-2
dev-python/pygobject:2[${PYTHON_USEDEP}]
dev-python/pygtk:2[${PYTHON_USEDEP}]
x11-libs/gtk+:2
gconf? ( gnome-base/gconf:2 )
glade? ( gnome-base/libglade:2.0 )
gnome? ( gnome-base/gnome-desktop:2 )
${PYTHON_DEPS}
DEPEND=${RDEPEND}
$(vala_depend)
dev-libs/gobject-introspection
introspection? ( x11-libs/gtk+:2[introspection] )

REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_configure() {
local cfg=keyfile fdo=glib myconf=

use gconf  cfg=gconf,${cfg}
use gnome  fdo=${fdo},gnome
use debug  myconf=${myconf} --enable-debug
use glade  myconf=${myconf} --with-glade
use introspection || myconf=${myconf} --disable-gi

waf-utils_src_configure \
--sysconfdir=${EPREFIX}/etc \
--config-backends=${cfg} \
--desktop-entry-backends=${fdo} \
--vfs-backends=gio \
${myconf}
}






[gentoo-commits] gentoo-x86 commit in gnome-extra/avant-window-navigator: avant-window-navigator-0.4.2.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 15:42:14

  Modified: avant-window-navigator-0.4.2.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.5  
gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild?r1=1.4r2=1.5

Index: avant-window-navigator-0.4.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- avant-window-navigator-0.4.2.ebuild 21 Aug 2014 08:25:52 -  1.4
+++ avant-window-navigator-0.4.2.ebuild 25 Dec 2014 15:42:14 -  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/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild,v
 1.4 2014/08/21 08:25:52 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/avant-window-navigator-0.4.2.ebuild,v
 1.5 2014/12/25 15:42:14 mgorny Exp $
 
 EAPI=5
 GCONF_DEBUG=no
@@ -23,16 +23,16 @@
${PYTHON_DEPS}
=dev-libs/dbus-glib-0.80
=dev-libs/glib-2.16
-   =dev-python/pygtk-2.12:2
+   =dev-python/pygtk-2.12:2[${PYTHON_USEDEP}]
=gnome-base/libgtop-2
=x11-libs/gtk+-2.12:2
=x11-libs/libdesktop-agnostic-0.3.9[gconf?]
=x11-libs/libwnck-2.22:1
-   dev-python/dbus-python
-   dev-python/librsvg-python
-   dev-python/pycairo
-   dev-python/pygobject:2
-   dev-python/pyxdg
+   dev-python/dbus-python[${PYTHON_USEDEP}]
+   dev-python/librsvg-python[${PYTHON_USEDEP}]
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   dev-python/pygobject:2[${PYTHON_USEDEP}]
+   dev-python/pyxdg[${PYTHON_USEDEP}]
dev-vcs/bzr
x11-libs/libX11
x11-libs/libXcomposite



1.47 gnome-extra/avant-window-navigator/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   21 Aug 2014 08:25:52 -  1.46
+++ ChangeLog   25 Dec 2014 15:42:14 -  1.47
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/avant-window-navigator
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog,v 1.46 
2014/08/21 08:25:52 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator/ChangeLog,v 1.47 
2014/12/25 15:42:14 mgorny Exp $
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org
+  avant-window-navigator-0.4.2.ebuild:
+  Add missing PYTHON_USEDEP.
 
   21 Aug 2014; Jeroen Roovers j...@gentoo.org
   -avant-window-navigator-0.4.0.ebuild:






[gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: xchat-gnome-0.26.1-r3.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 15:45:44

  Modified: ChangeLog
  Added:xchat-gnome-0.26.1-r3.ebuild
  Log:
  Convert to python-single-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.76 net-irc/xchat-gnome/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.76view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.76content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.75r2=1.76

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   29 Mar 2013 23:29:56 -  1.75
+++ ChangeLog   25 Dec 2014 15:45:44 -  1.76
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/xchat-gnome
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.75 
2013/03/29 23:29:56 eva Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.76 
2014/12/25 15:45:44 mgorny Exp $
+
+*xchat-gnome-0.26.1-r3 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +xchat-gnome-0.26.1-r3.ebuild:
+  Convert to python-single-r1.
 
   29 Mar 2013; Gilles Dartiguelongue e...@gentoo.org
   -xchat-gnome-0.26.1-r1.ebuild:



1.1  net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild?rev=1.1content-type=text/plain

Index: xchat-gnome-0.26.1-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r3.ebuild,v 1.1 
2014/12/25 15:45:44 mgorny Exp $

EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes
GNOME_TARBALL_SUFFIX=bz2
PYTHON_COMPAT=( python2_7 )

inherit autotools eutils multilib gnome2 python-single-r1

DESCRIPTION=GNOME frontend for the popular X-Chat IRC client
HOMEPAGE=http://live.gnome.org/Xchat-Gnome;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
IUSE=dbus libnotify mmx nls perl python spell ssl tcl

RDEPEND==dev-libs/glib-2.18:2
=gnome-base/libgnome-2.16.0
=gnome-base/gconf-2.8.0
=gnome-base/libgnomeui-2.16.0
=gnome-base/libglade-2.3.2
=media-libs/libcanberra-0.3[gtk]
=x11-libs/gtk+-2.14:2
=x11-libs/libsexy-0.1.11
x11-libs/libX11
spell? ( app-text/enchant )
ssl? ( =dev-libs/openssl-0.9.6d )
perl? ( =dev-lang/perl-5.6.1 )
python? ( ${PYTHON_DEPS} )
tcl? ( dev-lang/tcl )
dbus? ( =sys-apps/dbus-0.60 )
libnotify? ( =x11-libs/libnotify-0.3.2 )

DEPEND=${RDEPEND}
virtual/pkgconfig
=app-text/gnome-doc-utils-0.3.2
nls? ( sys-devel/gettext )

REQUIRED_USE=${PYTHON_REQUIRED_USE}

# gnome-base/gnome-common needed when doing eautoreconf

pkg_setup() {
# Per configure.ac, shm is disable because of upstream bug #565958
# --enable-shm
G2CONF=${G2CONF}
--enable-canberra
--disable-schemas-install
--disable-scrollkeeper
--disable-static
--disable-maintainer-mode
$(use_with ssl openssl)
$(use_enable perl)
$(use_enable python)
$(use_enable tcl tcl /usr/$(get_libdir))
$(use_enable mmx)
$(use_enable dbus)
$(use_enable nls)
$(use_enable libnotify notification)

DOCS=AUTHORS ChangeLog NEWS

use python  python-single-r1_pkg_setup
}

src_prepare() {
epatch ${FILESDIR}/${P}-libnotify-0.7.patch

# https://bugzilla.gnome.org/show_bug.cgi?id=649844
epatch ${FILESDIR}/${P}-multilib.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=650008
epatch ${FILESDIR}/${P}-ssl-automagic.patch

eautoconf

gnome2_src_prepare

# Fix build with it documentation, bug #341173
epatch ${FILESDIR}/${PN}-0.26.1-fix-it-help.patch
}

src_install() {
gnome2_src_install

# install plugin development header
insinto /usr/include/xchat-gnome
doins src/common/xchat-plugin.h
}






[gentoo-commits] gentoo-x86 commit in net-im/pymsn-t: ChangeLog pymsn-t-0.11.3-r3.ebuild

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 15:53:37

  Modified: ChangeLog
  Removed:  pymsn-t-0.11.3-r3.ebuild
  Log:
  Drop stable ebuild per bug 471546.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.30 net-im/pymsn-t/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   5 Aug 2014 18:34:17 -   1.29
+++ ChangeLog   25 Dec 2014 15:53:37 -  1.30
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pymsn-t
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.29 2014/08/05 
18:34:17 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pymsn-t/ChangeLog,v 1.30 2014/12/25 
15:53:37 floppym Exp $
+
+  25 Dec 2014; Mike Gilbert flop...@gentoo.org -pymsn-t-0.11.3-r3.ebuild:
+  Drop stable ebuild per bug 471546.
 
   05 Aug 2014; Manuel Rüger mr...@gentoo.org pymsn-t-0.11.3-r3.ebuild,
   pymsn-t-0.11.3-r4.ebuild:






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

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 15:54:47

  Modified: ChangeLog package.mask
  Log:
  Mask sci-physics/camfr.

Revision  ChangesPath
1.9640   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9639
retrieving revision 1.9640
diff -u -r1.9639 -r1.9640
--- ChangeLog   25 Dec 2014 14:17:00 -  1.9639
+++ ChangeLog   25 Dec 2014 15:54:47 -  1.9640
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9639 2014/12/25 
14:17:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9640 2014/12/25 
15:54:47 floppym 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!
 
+  25 Dec 2014; Mike Gilbert flop...@gentoo.org package.mask:
+  Mask sci-physics/camfr.
+
   25 Dec 2014; Ulrich Müller u...@gentoo.org license_groups:
   Add CLX license to MISC-FREE group, bug 533400.
 



1.16243  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16242
retrieving revision 1.16243
diff -u -r1.16242 -r1.16243
--- package.mask24 Dec 2014 13:07:23 -  1.16242
+++ package.mask25 Dec 2014 15:54:47 -  1.16243
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16242 2014/12/24 
13:07:23 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16243 2014/12/25 
15:54:47 floppym 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 ---
 
+# Mike Gilbert flop...@gentoo.org (25 Dec 2014)
+# Deprecated PIL imports, bug 471552.
+# Removal in 30 days.
+sci-physics/camfr
+
 # Michael Orlitzky m...@gentoo.org (24 Dec 2014)
 # Masked for removal in 30 days (bug #531954). All current versions of
 # nagios block it, and it has unresolved LICENSE issues (bug #320241).






[gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: ChangeLog maxima-5.35.1-r1.ebuild maxima-5.35.1.ebuild

2014-12-25 Thread Andrey Grozin (grozin)
grozin  14/12/25 16:00:06

  Modified: ChangeLog
  Added:maxima-5.35.1-r1.ebuild
  Removed:  maxima-5.35.1.ebuild
  Log:
  5.35.1 tarball contains a wrong sys-proclaim.lisp; re-generate it (only 
affects gcl)
  
  (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  ChangesPath
1.116sci-mathematics/maxima/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog   22 Dec 2014 10:49:42 -  1.115
+++ ChangeLog   25 Dec 2014 16:00:06 -  1.116
@@ -1,6 +1,13 @@
 # ChangeLog for sci-mathematics/maxima
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.115 
2014/12/22 10:49:42 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.116 
2014/12/25 16:00:06 grozin Exp $
+
+*maxima-5.35.1-r1 (25 Dec 2014)
+
+  25 Dec 2014; Andrey Grozin gro...@gentoo.org -maxima-5.35.1.ebuild,
+  +maxima-5.35.1-r1.ebuild:
+  5.35.1 tarball contains a wrong sys-proclaim.lisp; re-generate it (only
+  affects gcl)
 
   22 Dec 2014; Andrey Grozin gro...@gentoo.org +files/wish-1.patch:
   Adding a missing patch (#533202)



1.1  sci-mathematics/maxima/maxima-5.35.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.35.1-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/maxima/maxima-5.35.1-r1.ebuild?rev=1.1content-type=text/plain

Index: maxima-5.35.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.35.1-r1.ebuild,v 1.1 
2014/12/25 16:00:06 grozin Exp $

EAPI=5

inherit autotools elisp-common eutils

DESCRIPTION=Free computer algebra environment based on Macsyma
HOMEPAGE=http://maxima.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

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

# Supported lisps
LISPS=( sbcl cmucl gcl ecls clozurecl clisp )
# lisp supports readline: . - no, y - yes
SUPP_RL=(   .. y   .. y )
# . - just --enable-lisp, flag - --enable-flag
CONF_FLAG=( .. .   ecl  ccl   . )
# patch file version; . - no patch
PATCH_V=(   00 .   11 0 )

IUSE=latex emacs tk nls unicode xemacs X ${LISPS[*]}

# Languages
LANGS=es pt pt_BR
for lang in ${LANGS}; do
IUSE=${IUSE} linguas_${lang}
done

RDEPEND=X? ( x11-misc/xdg-utils
 sci-visualization/gnuplot[gd]
 tk? ( dev-lang/tk ) )
latex? ( virtual/latex-base )
emacs? ( virtual/emacs
latex? ( app-emacs/auctex ) )
xemacs? ( app-editors/xemacs
latex? ( app-emacs/auctex ) )

PDEPEND=emacs? ( app-emacs/imaxima )

# generating lisp dependencies
depends() {
local LISP DEP
LISP=${LISPS[$1]}
DEP=dev-lisp/${LISP}:=
if [ ${SUPP_RL[$1]} = . ]; then
DEP=${DEP} app-misc/rlwrap
fi
echo ${DEP}
}

n=${#LISPS[*]}
for ((n--; n = 0; n--)); do
LISP=${LISPS[${n}]}
RDEPEND=${RDEPEND} ${LISP}? ( $(depends ${n}) )
if (( ${n}  0 )); then
DEF_DEP=${DEF_DEP} !${LISP}? ( 
fi
done

# default lisp
if use arm; then
DEF_LISP=2 # gcl
else
DEF_LISP=0 # sbcl
fi

DEF_DEP=${DEF_DEP} `depends ${DEF_LISP}`

n=${#LISPS[*]}
for ((n--; n  0; n--)); do
DEF_DEP=${DEF_DEP} )
done

unset LISP

RDEPEND=${RDEPEND}
${DEF_DEP}

DEPEND=${RDEPEND}
sys-apps/texinfo

TEXMF=${EPREFIX}/usr/share/texmf-site

pkg_setup() {
local n=${#LISPS[*]}

for ((n--; n = 0; n--)); do
use ${LISPS[${n}]}  NLISPS=${NLISPS} ${n}
done

if [ -z ${NLISPS} ]; then
ewarn No lisp specified in USE flags, choosing 
${LISPS[${DEF_LISP}]} as default
NLISPS=${DEF_LISP}
fi
}

src_prepare() {
local n PATCHES v
PATCHES=( imaxima-0 rmaxima-0 wish-1 xdg-utils-0 )

n=${#PATCHES[*]}
for ((n--; n = 0; n--)); do
epatch 

[gentoo-commits] gentoo-x86 commit in net-p2p/pybitmessage: ChangeLog pybitmessage-0.4.0.ebuild pybitmessage-0.4.1.ebuild

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 16:52:53

  Modified: ChangeLog
  Removed:  pybitmessage-0.4.0.ebuild pybitmessage-0.4.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.12 net-p2p/pybitmessage/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/pybitmessage/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/pybitmessage/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/pybitmessage/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/pybitmessage/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   25 Nov 2014 22:53:26 -  1.11
+++ ChangeLog   25 Dec 2014 16:52:53 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/pybitmessage
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/pybitmessage/ChangeLog,v 1.11 
2014/11/25 22:53:26 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/pybitmessage/ChangeLog,v 1.12 
2014/12/25 16:52:53 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka kensing...@gentoo.org
+  -pybitmessage-0.4.0.ebuild, -pybitmessage-0.4.1.ebuild:
+  Remove old.
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in www-servers/hiawatha: ChangeLog hiawatha-9.5.ebuild hiawatha-9.6.ebuild hiawatha-9.7.ebuild hiawatha-9.6-r1.ebuild

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 16:56:54

  Modified: ChangeLog
  Removed:  hiawatha-9.5.ebuild hiawatha-9.6.ebuild
hiawatha-9.7.ebuild hiawatha-9.6-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.11 www-servers/hiawatha/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Nov 2014 22:59:15 -  1.10
+++ ChangeLog   25 Dec 2014 16:56:54 -  1.11
@@ -1,6 +1,10 @@
 # ChangeLog for www-servers/hiawatha
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.10 
2014/11/25 22:59:15 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.11 
2014/12/25 16:56:54 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka kensing...@gentoo.org -hiawatha-9.5.ebuild,
+  -hiawatha-9.6-r1.ebuild, -hiawatha-9.6.ebuild, -hiawatha-9.7.ebuild:
+  Remove old.
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in www-servers/hiawatha: metadata.xml ChangeLog

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 16:57:36

  Modified: metadata.xml ChangeLog
  Log:
  Remove unused USE flag description.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.3  www-servers/hiawatha/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/metadata.xml?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/metadata.xml?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/metadata.xml?r1=1.2r2=1.3

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml25 Nov 2014 22:59:15 -  1.2
+++ metadata.xml25 Dec 2014 16:57:36 -  1.3
@@ -8,7 +8,6 @@
flag name='cache'Enable caching of content./flag
flag name='monitor'Pull in www-apps/hiawatha-monitor./flag
flag name='rewrite'Enable the rewrite toolkit./flag
-   flag name='rproxy'Allow Hiawatha to serve as a reverse 
proxy./flag
flag name='tomahawk'Enable Tomahawk control server./flag
flag name='xslt'Enable XSLT support.
This is also needed for directory listings./flag



1.12 www-servers/hiawatha/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/ChangeLog?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/ChangeLog?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/hiawatha/ChangeLog?r1=1.11r2=1.12

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   25 Dec 2014 16:56:54 -  1.11
+++ ChangeLog   25 Dec 2014 16:57:36 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for www-servers/hiawatha
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.11 
2014/12/25 16:56:54 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/hiawatha/ChangeLog,v 1.12 
2014/12/25 16:57:36 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka kensing...@gentoo.org metadata.xml:
+  Remove unused USE flag description.
 
   25 Dec 2014; Michael Palimaka kensing...@gentoo.org -hiawatha-9.5.ebuild,
   -hiawatha-9.6-r1.ebuild, -hiawatha-9.6.ebuild, -hiawatha-9.7.ebuild:






[gentoo-commits] gentoo-x86 commit in net-misc/youtube-viewer: ChangeLog youtube-viewer-3.0.8.ebuild youtube-viewer-3.0.9-r2.ebuild youtube-viewer-3.1.0.ebuild

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 17:00:52

  Modified: ChangeLog
  Removed:  youtube-viewer-3.0.8.ebuild
youtube-viewer-3.0.9-r2.ebuild
youtube-viewer-3.1.0.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.41 net-misc/youtube-viewer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-viewer/ChangeLog?rev=1.41view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-viewer/ChangeLog?rev=1.41content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/youtube-viewer/ChangeLog?r1=1.40r2=1.41

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   28 Nov 2014 22:25:11 -  1.40
+++ ChangeLog   25 Dec 2014 17:00:52 -  1.41
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/youtube-viewer
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/ChangeLog,v 1.40 
2014/11/28 22:25:11 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/youtube-viewer/ChangeLog,v 1.41 
2014/12/25 17:00:52 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka kensing...@gentoo.org
+  -files/youtube-viewer-3.0.8-button.patch, -youtube-viewer-3.0.8.ebuild,
+  -youtube-viewer-3.0.9-r2.ebuild, -youtube-viewer-3.1.0.ebuild:
+  Remove old.
 
   28 Nov 2014; Andreas K. Huettel dilfri...@gentoo.org
   youtube-viewer-3.0.8.ebuild, youtube-viewer-3.0.9-r2.ebuild,






[gentoo-commits] gentoo-x86 commit in net-misc/youtube-viewer/files: youtube-viewer-3.0.8-button.patch

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 17:00:52

  Removed:  youtube-viewer-3.0.8-button.patch
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)



[gentoo-commits] gentoo-x86 commit in net-im/dianara: ChangeLog dianara-1.2.0.ebuild dianara-1.2.2.ebuild dianara-1.2.3.ebuild

2014-12-25 Thread Michael Palimaka (kensington)
kensington14/12/25 17:01:48

  Modified: ChangeLog
  Removed:  dianara-1.2.0.ebuild dianara-1.2.2.ebuild
dianara-1.2.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  ChangesPath
1.16 net-im/dianara/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   25 Nov 2014 22:48:00 -  1.15
+++ ChangeLog   25 Dec 2014 17:01:48 -  1.16
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/dianara
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v 1.15 2014/11/25 
22:48:00 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v 1.16 2014/12/25 
17:01:48 kensington Exp $
+
+  25 Dec 2014; Michael Palimaka kensing...@gentoo.org -dianara-1.2.0.ebuild,
+  -dianara-1.2.2.ebuild, -dianara-1.2.3.ebuild:
+  Remove old.
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership






[gentoo-commits] gentoo-x86 commit in dev-haskell/text-icu: text-icu-0.6.3.7-r1.ebuild text-icu-0.7.0.0.ebuild ChangeLog

2014-12-25 Thread Andreas HAttel (dilfridge)
dilfridge14/12/25 17:31:32

  Modified: text-icu-0.6.3.7-r1.ebuild text-icu-0.7.0.0.ebuild
ChangeLog
  Log:
  Add slot operator to ICU dependency
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
84AD142F)

Revision  ChangesPath
1.2  dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild

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

Index: text-icu-0.6.3.7-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- text-icu-0.6.3.7-r1.ebuild  4 Mar 2014 15:40:43 -   1.1
+++ text-icu-0.6.3.7-r1.ebuild  25 Dec 2014 17:31:32 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild,v 1.1 
2014/03/04 15:40:43 qnikst Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.6.3.7-r1.ebuild,v 1.2 
2014/12/25 17:31:32 dilfridge Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 RDEPEND==dev-haskell/text-0.9.1.0:=[profile?]
=dev-lang/ghc-6.10.4:=
-   dev-libs/icu
+   dev-libs/icu:=
 
 DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10



1.2  dev-haskell/text-icu/text-icu-0.7.0.0.ebuild

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

Index: text-icu-0.7.0.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- text-icu-0.7.0.0.ebuild 14 Dec 2014 06:20:30 -  1.1
+++ text-icu-0.7.0.0.ebuild 25 Dec 2014 17:31:32 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild,v 1.1 
2014/12/14 06:20:30 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild,v 1.2 
2014/12/25 17:31:32 dilfridge Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 
 RDEPEND==dev-haskell/text-0.9.1.0:=[profile?]
=dev-lang/ghc-7.4.1:=
-   dev-libs/icu
+   dev-libs/icu:=
 
 DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10



1.9  dev-haskell/text-icu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   14 Dec 2014 06:20:30 -  1.8
+++ ChangeLog   25 Dec 2014 17:31:32 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/text-icu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v 1.8 
2014/12/14 06:20:30 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v 1.9 
2014/12/25 17:31:32 dilfridge Exp $
+
+  25 Dec 2014; Andreas K. Huettel dilfri...@gentoo.org
+  text-icu-0.6.3.7-r1.ebuild, text-icu-0.7.0.0.ebuild:
+  Add slot operator to ICU dependency
 
 *text-icu-0.7.0.0 (14 Dec 2014)
 






[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/etc/, gkeys-ldap/bin/

2014-12-25 Thread Brian Dolbec
commit: 55fca6da3526f018d0dfb338d861c40c3f9c3e5c
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 18:02:54 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 18:02:54 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=55fca6da

gkeys-ldap: Update update-seeds.{sh,conf} for name changes

---
 gkeys-ldap/bin/update-seeds.sh   | 6 +++---
 gkeys-ldap/etc/update-seeds.conf | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gkeys-ldap/bin/update-seeds.sh b/gkeys-ldap/bin/update-seeds.sh
index 94852a1..2d67c0e 100755
--- a/gkeys-ldap/bin/update-seeds.sh
+++ b/gkeys-ldap/bin/update-seeds.sh
@@ -28,7 +28,7 @@ fi
 
 echo  *** Fetching new seeds from LDAP
 cd ${GKEYS_DIR}
-gkey-ldap -c ${GKEYS_CONF} updateseeds || die Seed file generation failed... 
aborting
+gkeys-ldap -c ${GKEYS_CONF} updateseeds || die Seed file generation failed... 
aborting
 
 echo  *** Checking if seed files are up-to-date
 if ! diff -q ${GKEYS_DIR}/${GKEYS_SEEDS} ${API_DIR}/${API_SEEDS}  /dev/null 
;then
@@ -46,8 +46,8 @@ gkeys -c ${GKEYS_CONF} sign -n ${GKEYS_SIGN} -F 
${API_DIR}/${API_SEEDS} || die 
 
 echo Committing changes to api repo...
 cd ${API_DIR}
-git add ${API_SEEDS}  || die  *** Failed to add modified developers.seeds 
file
-git add ${API_SEEDS}.${GKEYS_SIG} || die  *** Failed to add 
developer.seeds.sig file
+git add ${API_SEEDS}  || die  *** Failed to add modified ${GKEYS_SEEDS} file
+git add ${API_SEEDS}.${GKEYS_SIG} || die  *** Failed to add 
${GKEYS_SEEDS}.sig file
 git commit -m ${GKEYS_COMMIT_MSG} || die  *** Failed to commit updates
 git push origin master || die  *** git push failed
 

diff --git a/gkeys-ldap/etc/update-seeds.conf b/gkeys-ldap/etc/update-seeds.conf
index 71fda58..94aff1a 100644
--- a/gkeys-ldap/etc/update-seeds.conf
+++ b/gkeys-ldap/etc/update-seeds.conf
@@ -1,11 +1,11 @@
 #!/bin/sh
 
 export API_DIR=/var/lib/gkeys/api
-export API_SEEDS=files/gentoo-keys/seeds/developer.seeds
+export API_SEEDS=files/gentoo-keys/seeds/gentoo-devs.seeds
 export API_URL=git+ssh://g...@git.gentoo.org/proj/api.git
-export GKEYS_COMMIT_MSG=Gentoo-keys: Update developer.seeds
+export GKEYS_COMMIT_MSG=Gentoo-keys: Update gentoo-devs.seeds
 export GKEYS_CONF=/var/lib/gkeys/gkeys.conf
 export GKEYS_DIR=/var/lib/gkeys
-export GKEYS_SEEDS=seeds/developer.seeds
+export GKEYS_SEEDS=seeds/gentoo-devs.seeds
 export GKEYS_SIG=sig
 export GKEYS_SIGN=gkeys



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/etc/

2014-12-25 Thread Brian Dolbec
commit: e99ad7f414f447dbd4acdde0267366fc14852758
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 18:19:12 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 18:19:12 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=e99ad7f4

gkeys: Update configs with name/permissions changes

---
 gkeys/etc/gkeys.conf| 6 +++---
 gkeys/etc/gkeys.conf.sample | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gkeys/etc/gkeys.conf b/gkeys/etc/gkeys.conf
index 77869a1..3c79243 100644
--- a/gkeys/etc/gkeys.conf
+++ b/gkeys/etc/gkeys.conf
@@ -43,7 +43,7 @@ logdir: /var/log/gkeys
 directories: 0o775
 
 #umask setting (octal)
-files: 0o007
+files: 0o002
 
 
 [seeds]
@@ -51,7 +51,7 @@ files: 0o007
 # *-seedfile: json txt file of name, keyid, fingerprint
 # entry per line
 gentoo: %(seedsdir)s/gentoo.seeds
-gentoo-devs: %(seedsdir)s/gentoodevs.seeds
+gentoo-devs: %(seedsdir)s/gentoo-devs.seeds
 
 
 [seedurls]
@@ -59,7 +59,7 @@ gentoo-devs: %(seedsdir)s/gentoodevs.seeds
 # Use the filenames as the keys.
 # The will be paired to the seed file of the same name for fetching, updating
 gentoo: https://api.gentoo.org/gentoo-keys/seeds/gentoo.seeds
-gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoodevs.seeds
+gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoo-devs.seeds
 
 
 [sign]

diff --git a/gkeys/etc/gkeys.conf.sample b/gkeys/etc/gkeys.conf.sample
index 77869a1..3c79243 100644
--- a/gkeys/etc/gkeys.conf.sample
+++ b/gkeys/etc/gkeys.conf.sample
@@ -43,7 +43,7 @@ logdir: /var/log/gkeys
 directories: 0o775
 
 #umask setting (octal)
-files: 0o007
+files: 0o002
 
 
 [seeds]
@@ -51,7 +51,7 @@ files: 0o007
 # *-seedfile: json txt file of name, keyid, fingerprint
 # entry per line
 gentoo: %(seedsdir)s/gentoo.seeds
-gentoo-devs: %(seedsdir)s/gentoodevs.seeds
+gentoo-devs: %(seedsdir)s/gentoo-devs.seeds
 
 
 [seedurls]
@@ -59,7 +59,7 @@ gentoo-devs: %(seedsdir)s/gentoodevs.seeds
 # Use the filenames as the keys.
 # The will be paired to the seed file of the same name for fetching, updating
 gentoo: https://api.gentoo.org/gentoo-keys/seeds/gentoo.seeds
-gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoodevs.seeds
+gentoo-devs: https://api.gentoo.org/gentoo-keys/seeds/gentoo-devs.seeds
 
 
 [sign]



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

2014-12-25 Thread Brian Dolbec
commit: c85bcc0253609bded9d777baccd6958f9c46ed2f
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 18:20:46 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 18:20:46 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=c85bcc02

Rename gentoodevs.seeds files

---
 .../seeds/{gentoodevs.seeds = gentoo-devs.seeds}   |   0
 .../seeds/{gentoodevs.seeds.sig = gentoo-devs.seeds.sig}   | Bin
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoodevs.seeds 
b/files/gentoo-keys/seeds/gentoo-devs.seeds
similarity index 100%
rename from files/gentoo-keys/seeds/gentoodevs.seeds
rename to files/gentoo-keys/seeds/gentoo-devs.seeds

diff --git a/files/gentoo-keys/seeds/gentoodevs.seeds.sig 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
similarity index 100%
rename from files/gentoo-keys/seeds/gentoodevs.seeds.sig
rename to files/gentoo-keys/seeds/gentoo-devs.seeds.sig



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

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 18:52:50

  Modified: ChangeLog package.use.mask
  Log:
  Mask USE=ssl on www-servers/pshs for it requires non-keyworded libevent-2.1.

Revision  ChangesPath
1.758profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.757
retrieving revision 1.758
diff -u -r1.757 -r1.758
--- ChangeLog   24 Dec 2014 19:37:24 -  1.757
+++ ChangeLog   25 Dec 2014 18:52:50 -  1.758
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.757 2014/12/24 
19:37:24 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.758 2014/12/25 
18:52:50 mgorny Exp $
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org package.use.mask:
+  Mask USE=ssl on www-servers/pshs for it requires non-keyworded libevent-2.1.
 
   24 Dec 2014; Christoph Junghans ott...@gentoo.org package.use.mask:
   dropped hpx[doc] mask as bug #529066 got fixed



1.633profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.632
retrieving revision 1.633
diff -u -r1.632 -r1.633
--- package.use.mask24 Dec 2014 19:37:24 -  1.632
+++ package.use.mask25 Dec 2014 18:52:50 -  1.633
@@ -1,10 +1,14 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.632 
2014/12/24 19:37:24 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.633 
2014/12/25 18:52:50 mgorny Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
 
+# Michał Górny mgo...@gentoo.org (25 Dec 2014)
+# Requires non-keyworded =libevent-2.1, bug #533540.
+www-servers/pshs ssl
+
 # Michał Górny mgo...@gentoo.org (30 Nov 2014)
 # Not supported at the moment. DirectFB lacks multilib support,
 # and we have to decide if we want it.






[gentoo-commits] gentoo-x86 commit in dev-python/numba: numba-0.16.0.ebuild ChangeLog

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 18:59:55

  Modified: numba-0.16.0.ebuild ChangeLog
  Log:
  Don't depend on enum34 for python3.4.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.2  dev-python/numba/numba-0.16.0.ebuild

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

Index: numba-0.16.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.16.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- numba-0.16.0.ebuild 19 Dec 2014 03:33:53 -  1.1
+++ numba-0.16.0.ebuild 25 Dec 2014 18:59:55 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.16.0.ebuild,v 1.1 
2014/12/19 03:33:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/numba-0.16.0.ebuild,v 1.2 
2014/12/25 18:59:55 floppym Exp $
 
 EAPI=5
 
@@ -21,8 +21,8 @@
 RDEPEND=
dev-python/llvmlite[${PYTHON_USEDEP}]
=dev-python/numpy-1.6[${PYTHON_USEDEP}]
-   dev-python/enum34[${PYTHON_USEDEP}]
-   
+   $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' 
python{2_7,3_3})
+
 DEPEND=${RDEPEND}
 
 python_compile() {



1.12 dev-python/numba/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   19 Dec 2014 03:33:53 -  1.11
+++ ChangeLog   25 Dec 2014 18:59:55 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/numba
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.11 
2014/12/19 03:33:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numba/ChangeLog,v 1.12 
2014/12/25 18:59:55 floppym Exp $
+
+  25 Dec 2014; Mike Gilbert flop...@gentoo.org numba-0.16.0.ebuild:
+  Don't depend on enum34 for python3.4.
 
 *numba-0.16.0 (19 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in www-servers/pshs: pshs-0.2.5.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:03:24

  Modified: ChangeLog
  Added:pshs-0.2.5.ebuild
  Log:
  Version bump. Adds SSL/TLS support. Fixes handling of empty files and 
filenames with special characters.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.13 www-servers/pshs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   23 Dec 2014 18:16:45 -  1.12
+++ ChangeLog   25 Dec 2014 19:03:24 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for www-servers/pshs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.12 
2014/12/23 18:16:45 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/ChangeLog,v 1.13 
2014/12/25 19:03:24 mgorny Exp $
+
+*pshs-0.2.5 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +pshs-0.2.5.ebuild:
+  Version bump. Adds SSL/TLS support. Fixes handling of empty files and
+  filenames with special characters.
 
   23 Dec 2014; Michał Górny mgo...@gentoo.org pshs-.ebuild:
   Add USE=ssl to control newly-added SSL support.



1.1  www-servers/pshs/pshs-0.2.5.ebuild

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

Index: pshs-0.2.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/pshs/pshs-0.2.5.ebuild,v 1.1 
2014/12/25 19:03:24 mgorny Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION=Pretty small HTTP server - a command-line tool to share files
HOMEPAGE=https://bitbucket.org/mgorny/pshs/;
SRC_URI=https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=+magic +netlink qrcode ssl upnp

RDEPEND==dev-libs/libevent-2:0=
magic? ( sys-apps/file:0= )
qrcode? ( media-gfx/qrencode:0= )
ssl? ( =dev-libs/libevent-2.1:0=[ssl]
dev-libs/openssl:0= )
upnp? ( net-libs/miniupnpc:0= )
DEPEND=${RDEPEND}
netlink? ( sys-apps/iproute2
=sys-kernel/linux-headers-2.6.27 )
# libnetlink is static only ATM

src_configure() {
myeconfargs=(
$(use_enable magic libmagic)
$(use_enable netlink)
$(use_enable qrcode qrencode)
$(use_enable ssl)
$(use_enable upnp)
)

autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-python/enum34: enum34-1.0.ebuild enum34-1.0.4.ebuild ChangeLog

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 19:04:35

  Modified: enum34-1.0.ebuild enum34-1.0.4.ebuild ChangeLog
  Log:
  Drop python3.4 from 1.0, and really add pypy3 to 1.0.4.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.5  dev-python/enum34/enum34-1.0.ebuild

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

Index: enum34-1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- enum34-1.0.ebuild   24 Dec 2014 03:28:28 -  1.4
+++ enum34-1.0.ebuild   25 Dec 2014 19:04:35 -  1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v 1.4 
2014/12/24 03:28:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.ebuild,v 1.5 
2014/12/25 19:04:35 floppym Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python{3_3,3_4} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )
 
 inherit distutils-r1
 



1.3  dev-python/enum34/enum34-1.0.4.ebuild

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

Index: enum34-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- enum34-1.0.4.ebuild 24 Dec 2014 03:28:28 -  1.2
+++ enum34-1.0.4.ebuild 25 Dec 2014 19:04:35 -  1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.2 
2014/12/24 03:28:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.3 
2014/12/25 19:04:35 floppym Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 pypy )  # Do NOT add python3_4—see 
DESCRIPTION
+PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see 
DESCRIPTION
 
 inherit distutils-r1
 



1.6  dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 Dec 2014 03:28:28 -  1.5
+++ ChangeLog   25 Dec 2014 19:04:35 -  1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.5 
2014/12/24 03:28:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.6 
2014/12/25 19:04:35 floppym Exp $
+
+  25 Dec 2014; Mike Gilbert flop...@gentoo.org enum34-1.0.4.ebuild,
+  enum34-1.0.ebuild:
+  Drop python3.4 from 1.0, and really add pypy3 to 1.0.4.
 
   24 Dec 2014; Ian Delaney idel...@gentoo.org enum34-1.0.4.ebuild,
   enum34-1.0.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-python/pyregion: pyregion-1.1.4.ebuild ChangeLog pyregion-1.1.1.ebuild

2014-12-25 Thread Kacper Kowalik (xarthisius)
xarthisius14/12/25 19:16:19

  Modified: ChangeLog
  Added:pyregion-1.1.4.ebuild
  Removed:  pyregion-1.1.1.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x5D21B852895192F9)

Revision  ChangesPath
1.12 dev-python/pyregion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyregion/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   27 Nov 2014 15:02:40 -  1.11
+++ ChangeLog   25 Dec 2014 19:16:19 -  1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyregion
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyregion/ChangeLog,v 1.11 
2014/11/27 15:02:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyregion/ChangeLog,v 1.12 
2014/12/25 19:16:19 xarthisius Exp $
+
+*pyregion-1.1.4 (25 Dec 2014)
+
+  25 Dec 2014; Kacper Kowalik xarthis...@gentoo.org +pyregion-1.1.4.ebuild,
+  -pyregion-1.1.1.ebuild:
+  Version bump, drop old
 
   27 Nov 2014; Pacho Ramos pa...@gentoo.org pyregion-1.1.2.ebuild:
   Support python 3.4



1.1  dev-python/pyregion/pyregion-1.1.4.ebuild

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

Index: pyregion-1.1.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyregion/pyregion-1.1.4.ebuild,v 
1.1 2014/12/25 19:16:19 xarthisius Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit distutils-r1

DESCRIPTION=Python module to parse ds9 region file
HOMEPAGE=http://leejjoon.github.com/pyregion/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=MIT

IUSE=examples
RDEPEND=
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pyparsing[${PYTHON_USEDEP}]
DEPEND=${DEPEND}
|| ( dev-python/cython[${PYTHON_USEDEP}]
 dev-python/pyrex[${PYTHON_USEDEP}] )

python_install_all() {
distutils-r1_python_install_all
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}






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

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:22:00

  Modified: pyopencl-2014.1.ebuild pyopencl-.ebuild
ChangeLog
  Log:
  Add missing PYTHON_USEDEP. Port the changes to -.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  dev-python/pyopencl/pyopencl-2014.1.ebuild

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

Index: pyopencl-2014.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2014.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyopencl-2014.1.ebuild  25 Nov 2014 10:38:20 -  1.2
+++ pyopencl-2014.1.ebuild  25 Dec 2014 19:22:00 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2014.1.ebuild,v 1.2 
2014/11/25 10:38:20 pacho Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-2014.1.ebuild,v 1.3 
2014/12/25 19:22:00 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -16,7 +16,7 @@
 KEYWORDS=~amd64 ~x86
 IUSE=examples opengl
 
-RDEPEND==dev-libs/boost-1.48[python]
+RDEPEND==dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/mako[${PYTHON_USEDEP}]



1.15 dev-python/pyopencl/pyopencl-.ebuild

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

Index: pyopencl-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pyopencl-.ebuild19 Apr 2012 07:32:38 -  1.14
+++ pyopencl-.ebuild25 Dec 2014 19:22:00 -  1.15
@@ -1,13 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-.ebuild,v 
1.14 2012/04/19 07:32:38 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopencl/pyopencl-.ebuild,v 
1.15 2014/12/25 19:22:00 mgorny Exp $
 
-EAPI=4
-PYTHON_DEPEND=2
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS=3.* *-jython 2.7-pypy-*
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
-inherit distutils git-2
+inherit distutils-r1 git-2
 
 EGIT_REPO_URI=http://git.tiker.net/trees/pyopencl.git;
 
@@ -20,48 +18,32 @@
 KEYWORDS=
 IUSE=examples opengl
 
-RDEPEND==dev-libs/boost-1.48[python]
-   dev-python/decorator
-   dev-python/numpy
-   dev-python/mako
-   =dev-python/pytools-
+RDEPEND==dev-libs/boost-1.48[python,${PYTHON_USEDEP}]
+   dev-python/decorator[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/mako[${PYTHON_USEDEP}]
+   =dev-python/pytools-[${PYTHON_USEDEP}]
=virtual/opencl-0-r1
 DEPEND=${RDEPEND}
 
-DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES=1
-
 src_configure()
 {
-   configuration() {
-   local myconf=()
-
-   if use opengl; then
-   myconf+=(--cl-enable-gl)
-   fi
-
-   $(PYTHON) configure.py \
-   --boost-compiler=gcc \
-   --boost-python-libname=boost_python-${PYTHON_ABI}-mt \
-   --no-use-shipped-boost \
-   ${myconf[@]}
-   }
-   python_execute_function -s configuration
-}
-
-src_install()
-{
-   distutils_src_install
-
-   if use examples; then
-   insinto /usr/share/doc/${PF}
-   doins -r examples
+   local myconf=()
+   if use opengl; then
+   myconf+=(--cl-enable-gl)
fi
+
+   ${PYTHON} configure.py \
+   --boost-compiler=gcc \
+   --boost-python-libname=boost_python-${PYTHON_ABI}-mt \
+   --no-use-shipped-boost \
+   ${myconf[@]}
 }
 
-pkg_postinst()
-{
-   distutils_pkg_postinst
+python_install_all() {
if use examples; then
-   elog Some of the examples provided by this 

[gentoo-commits] gentoo-x86 commit in media-libs/raul: raul-0.8.0-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:39:04

  Modified: ChangeLog
  Added:raul-0.8.0-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.19 media-libs/raul/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   10 Aug 2014 21:11:40 -  1.18
+++ ChangeLog   25 Dec 2014 19:39:04 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/raul
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v 1.18 2014/08/10 
21:11:40 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v 1.19 2014/12/25 
19:39:04 mgorny Exp $
+
+*raul-0.8.0-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +raul-0.8.0-r1.ebuild:
+  Convert to python-any-r1.
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org raul-0.8.0.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  media-libs/raul/raul-0.8.0-r1.ebuild

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

Index: raul-0.8.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/raul-0.8.0-r1.ebuild,v 1.1 
2014/12/25 19:39:04 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit waf-utils python-any-r1 eutils

DESCRIPTION=C++ utility library primarily aimed at audio/musical applications
HOMEPAGE=http://wiki.drobilla.net/Raul;
SRC_URI=http://download.drobilla.net/${P}.tar.bz2;

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

RDEPEND=dev-libs/boost
=dev-libs/glib-2.14.0
DEPEND=${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig
doc? ( app-doc/doxygen )

RAUL_TESTS=atomic_test atom_test list_test midi_ringbuffer_test path_test 
quantize_test queue_test ringbuffer_test smf_test table_test thread_test 
time_test
DOCS=( AUTHORS README ChangeLog )

src_prepare() {
epatch ${FILESDIR}/ldconfig2.patch
epatch ${FILESDIR}/${P}-gcc47.patch
}

src_configure() {
waf-utils_src_configure \
--htmldir=/usr/share/doc/${PF}/html \
$(use debug  echo --debug) \
$(use doc  echo --docs) \
$(use test  echo --test)
}

src_test() {
cd ${S}/build/test || die
for i in ${RAUL_TESTS} ; do
einfo Running test ${i}
LD_LIBRARY_PATH=.. ./${i} || die
done
}






[gentoo-commits] gentoo-x86 commit in x11-libs/flowcanvas: flowcanvas-0.7.1-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:45:50

  Modified: ChangeLog
  Added:flowcanvas-0.7.1-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.18 x11-libs/flowcanvas/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   27 Nov 2013 21:06:39 -  1.17
+++ ChangeLog   25 Dec 2014 19:45:50 -  1.18
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/flowcanvas
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.17 
2013/11/27 21:06:39 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.18 
2014/12/25 19:45:50 mgorny Exp $
+
+*flowcanvas-0.7.1-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +flowcanvas-0.7.1-r1.ebuild:
+  Convert to python-any-r1.
 
   27 Nov 2013; Alexis Ballier aball...@gentoo.org flowcanvas-0.7.1.ebuild,
   +files/gv234.patch:
@@ -79,4 +84,3 @@
   29 May 2008; Alexis Ballier aball...@gentoo.org +metadata.xml,
   +flowcanvas-0.4.0.ebuild:
   initial import, ebuild by me
-



1.1  x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild

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

Index: flowcanvas-0.7.1-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild,v 1.1 
2014/12/25 19:45:50 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit waf-utils python-any-r1 eutils

DESCRIPTION=Gtkmm/Gnomecanvasmm widget for boxes and lines environments
HOMEPAGE=http://wiki.drobilla.net/FlowCanvas;
SRC_URI=http://download.drobilla.net/${P}.tar.bz2;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=debug doc

RDEPEND=dev-libs/boost
=dev-cpp/gtkmm-2.4:2.4
=dev-cpp/libgnomecanvasmm-2.6:2.6
media-gfx/graphviz
DEPEND=${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig
doc? ( app-doc/doxygen )

DOCS=( AUTHORS README ChangeLog )

src_prepare() {
epatch ${FILESDIR}/ldconfig2.patch
has_version '=media-gfx/graphviz-2.34'  epatch 
${FILESDIR}/gv234.patch
}

src_configure() {
waf-utils_src_configure \
--htmldir=/usr/share/doc/${PF}/html \
$(use debug  echo --debug) \
$(use doc  echo --doc)
}






[gentoo-commits] gentoo-x86 commit in media-video/arista: arista-0.9.7.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:48:21

  Modified: arista-0.9.7.ebuild ChangeLog
  Log:
  Add missing PYTHON_USEDEP.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.3  media-video/arista/arista-0.9.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.7.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.7.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/arista/arista-0.9.7.ebuild?r1=1.2r2=1.3

Index: arista-0.9.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arista-0.9.7.ebuild 26 Apr 2014 08:25:40 -  1.2
+++ arista-0.9.7.ebuild 25 Dec 2014 19:48:21 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.7.ebuild,v 
1.2 2014/04/26 08:25:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/arista-0.9.7.ebuild,v 
1.3 2014/12/25 19:48:21 mgorny Exp $
 
 EAPI=5
 
@@ -33,7 +33,7 @@
dev-python/pycairo[${PYTHON_USEDEP}]
dev-python/gconf-python:2
dev-python/dbus-python[${PYTHON_USEDEP}]
-   dev-python/python-gudev
+   dev-python/python-gudev[${PYTHON_USEDEP}]
gnome-base/librsvg
=media-libs/gstreamer-0.10.22:0.10
dev-python/gst-python:0.10[${PYTHON_USEDEP}]
@@ -43,8 +43,8 @@
media-plugins/gst-plugins-meta:0.10
media-plugins/gst-plugins-ffmpeg:0.10
x11-themes/gnome-icon-theme
-   nautilus? ( dev-python/nautilus-python )
-   kde? ( dev-python/librsvg-python )
+   nautilus? ( dev-python/nautilus-python[${PYTHON_USEDEP}] )
+   kde? ( dev-python/librsvg-python[${PYTHON_USEDEP}] )
faac? ( media-plugins/gst-plugins-faac:0.10 )
x264? ( media-plugins/gst-plugins-x264:0.10 )
xvid? ( media-plugins/gst-plugins-xvid:0.10 )



1.19 media-video/arista/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   26 Apr 2014 08:25:40 -  1.18
+++ ChangeLog   25 Dec 2014 19:48:21 -  1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/arista
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.18 
2014/04/26 08:25:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/arista/ChangeLog,v 1.19 
2014/12/25 19:48:21 mgorny Exp $
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org arista-0.9.7.ebuild:
+  Add missing PYTHON_USEDEP.
 
   26 Apr 2014; Pacho Ramos pa...@gentoo.org arista-0.9.7.ebuild:
   Adapt to latest pygobject don't providing python2.6 support






[gentoo-commits] gentoo-x86 commit in dev-python/dap: dap-2.2.6.7-r1.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 19:59:44

  Modified: ChangeLog
  Added:dap-2.2.6.7-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.12 dev-python/dap/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/dap/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   2 Aug 2012 18:17:15 -   1.11
+++ ChangeLog   25 Dec 2014 19:59:44 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/dap
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/ChangeLog,v 1.11 2012/08/02 
18:17:15 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/ChangeLog,v 1.12 2014/12/25 
19:59:44 mgorny Exp $
+
+*dap-2.2.6.7-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org +dap-2.2.6.7-r1.ebuild:
+  Convert to distutils-r1.
 
   02 Aug 2012; Sébastien Fabbro bicat...@gentoo.org dap-2.2.6.7.ebuild:
   Keyword amd64-linux and x86-linux



1.1  dev-python/dap/dap-2.2.6.7-r1.ebuild

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

Index: dap-2.2.6.7-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dap/dap-2.2.6.7-r1.ebuild,v 1.1 
2014/12/25 19:59:44 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Data Access Protocol client and server
HOMEPAGE=http://pydap.org http://pypi.python.org/pypi/dap 
http://pypi.python.org/pypi/Pydap;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=server

RDEPEND=dev-python/httplib2[${PYTHON_USEDEP}]
server? (
dev-python/cheetah[${PYTHON_USEDEP}]
dev-python/paste[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/pastescript[${PYTHON_USEDEP}]
)
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

DOCS=( docs/bugs docs/Changelog docs/history README TODO )

src_prepare() {
sed -e s/'dap.plugins'/'dap', 'dap.plugins'/ -i setup.py || die sed 
failed
distutils-r1_src_prepare
}






[gentoo-commits] gentoo-x86 commit in dev-python/jsonrpclib: jsonrpclib-9999.ebuild ChangeLog

2014-12-25 Thread Michal Gorny (mgorny)
mgorny  14/12/25 20:03:43

  Modified: jsonrpclib-.ebuild ChangeLog
  Log:
  Sync the live ebuild.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-python/jsonrpclib/jsonrpclib-.ebuild

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

Index: jsonrpclib-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/jsonrpclib-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jsonrpclib-.ebuild  18 Apr 2012 14:54:21 -  1.1
+++ jsonrpclib-.ebuild  25 Dec 2014 20:03:43 -  1.2
@@ -1,12 +1,11 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/jsonrpclib/jsonrpclib-.ebuild,v 1.1 
2012/04/18 14:54:21 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/jsonrpclib/jsonrpclib-.ebuild,v 1.2 
2014/12/25 20:03:43 mgorny Exp $
 
-EAPI=4
+EAPI=5
+PYTHON_COMPAT=( python2_6 python2_7 )
 
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS=3.*
-inherit distutils
+inherit distutils-r1
 
 if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI=git://github.com/joshmarshall/jsonrpclib.git



1.4  dev-python/jsonrpclib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   23 Oct 2013 03:36:22 -  1.3
+++ ChangeLog   25 Dec 2014 20:03:43 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/jsonrpclib
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/ChangeLog,v 1.3 
2013/10/23 03:36:22 prometheanfire Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonrpclib/ChangeLog,v 1.4 
2014/12/25 20:03:43 mgorny Exp $
+
+  25 Dec 2014; Michał Górny mgo...@gentoo.org jsonrpclib-.ebuild:
+  Sync the live ebuild.
 
   23 Oct 2013; Matthew Thode prometheanf...@gentoo.org
   jsonrpclib-0_pre20110820-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in app-misc/uptimed: ChangeLog

2014-12-25 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/25 20:05:30

  Modified: ChangeLog
  Log:
  Make checkpath quiet in init script
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.103app-misc/uptimed/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/ChangeLog?rev=1.103view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/ChangeLog?rev=1.103content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/ChangeLog?r1=1.102r2=1.103

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog   22 Dec 2014 15:55:16 -  1.102
+++ ChangeLog   25 Dec 2014 20:05:30 -  1.103
@@ -1,9 +1,9 @@
 # ChangeLog for app-misc/uptimed
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.102 
2014/12/22 15:55:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/ChangeLog,v 1.103 
2014/12/25 20:05:30 polynomial-c Exp $
 
-  22 Dec 2014; Jeroen Roovers j...@gentoo.org uptimed-0.3.18.ebuild:
-  Stable for HPPA (bug #533278).
+  25 Dec 2014; Lars Wendler polynomia...@gentoo.org files/uptimed.init:
+  Make checkpath quiet in init script.
 
 *uptimed-0.3.18 (18 Nov 2014)
 






[gentoo-commits] gentoo-x86 commit in app-misc/uptimed/files: uptimed.init

2014-12-25 Thread Lars Wendler (polynomial-c)
polynomial-c14/12/25 20:05:30

  Modified: uptimed.init
  Log:
  Make checkpath quiet in init script
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  ChangesPath
1.11 app-misc/uptimed/files/uptimed.init

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/files/uptimed.init?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/files/uptimed.init?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/uptimed/files/uptimed.init?r1=1.10r2=1.11

Index: uptimed.init
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/uptimed/files/uptimed.init,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- uptimed.init3 Mar 2014 13:55:09 -   1.10
+++ uptimed.init25 Dec 2014 20:05:30 -  1.11
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/files/uptimed.init,v 1.10 
2014/03/03 13:55:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/uptimed/files/uptimed.init,v 1.11 
2014/12/25 20:05:30 polynomial-c Exp $
 
 description=uptimed - a daemon to record uptime records
 pidfile=/var/run/uptimed/uptimed.pid
@@ -10,5 +10,5 @@
 start_stop_daemon_args=-u uptimed
 
 start_pre() {
-   checkpath -d -o uptimed ${pidfile%/*}
+   checkpath -q -d -o uptimed ${pidfile%/*}
 }






[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 1f8276dd70e3231af0bdf93fc0e822fb90ae5571
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 19:02:51 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 19:02:51 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=1f8276dd

gkeys-ldap: Pass in our logger instance to LdapSearch class

---
 gkeys-ldap/gkeyldap/actions.py |  4 ++--
 gkeys-ldap/gkeyldap/search.py  | 16 
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index cea4648..c0f891f 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -56,7 +56,7 @@ class Actions(object):
 
 
 def ldapsearch(self, args):
-l = LdapSearch()
+l = LdapSearch(logger=self.logger)
 self.logger.debug(MAIN: _action_ldapsearch; args = %s % str(args))
 self.output(Search... Establishing connection\n)
 if not l.status:
@@ -75,7 +75,7 @@ class Actions(object):
 
 
 def updateseeds(self, args):
-l = LdapSearch()
+l = LdapSearch(logger=self.logger)
 self.logger.debug(MAIN: _action_updateseeds; args = %s % str(args))
 self.output(Search... Establishing connection)
 if not l.status:

diff --git a/gkeys-ldap/gkeyldap/search.py b/gkeys-ldap/gkeyldap/search.py
index 81a9048..708c2e2 100644
--- a/gkeys-ldap/gkeyldap/search.py
+++ b/gkeys-ldap/gkeyldap/search.py
@@ -16,17 +16,17 @@ except ImportError:
 
 from gkeyldap.config import default_criteria, default_fields, UID
 from gkeyldap.connect import LdapConnect
-from gkeys.log import logger
 
 class LdapSearch(object):
 '''Class to perform searches on the configured LDAP server
 '''
 
-def __init__(self, fields=None, criteria=None):
+def __init__(self, fields=None, criteria=None, logger=None):
 self.fields = fields or default_fields
 self.criteria = criteria or default_criteria
-logger.debug('LdapSearch: __init__; fields...: %s' % self.fields)
-logger.debug('LdapSearch: __init__; criteria.: %s' % self.criteria)
+self.logger = logger
+self.logger.debug('LdapSearch: __init__; fields...: %s' % self.fields)
+self.logger.debug('LdapSearch: __init__; criteria.: %s' % 
self.criteria)
 self.ldap_connection = LdapConnect().connect(action='Search')
 self.status = True
 if not self.ldap_connection:
@@ -36,19 +36,19 @@ class LdapSearch(object):
 '''Perform the LDAP search
 '''
 if not target:
-logger.debug('LdapSearch: search; invalid target: %s' % target)
+self.logger.debug('LdapSearch: search; invalid target: %s' % 
target)
 return {}
 if not fields:
 fields = self.fields
 else:
-logger.debug('LdapSearch: search; new fields: %s' % str(fields))
+self.logger.debug('LdapSearch: search; new fields: %s' % 
str(fields))
 if not criteria:
 criteria = self.criteria
 else:
-logger.debug('LdapSearch: search; new criteria: %s' % criteria)
+self.logger.debug('LdapSearch: search; new criteria: %s' % 
criteria)
 results = self.ldap_connection.search_s(criteria,
 ldap.SCOPE_ONELEVEL, search_field % target, fields)
-#logger.debug('LdapSearch: search; result = %s' % str(results))
+#self.logger.debug('LdapSearch: search; result = %s' % str(results))
 return results
 
 



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: a1680becd7e3cd1599a23d23a609df681760f76c
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 19:13:30 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 19:13:30 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=a1680bec

gkeys-ldap/actions.py: Update self.output for the CliBase function

---
 gkeys-ldap/gkeyldap/actions.py | 28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index c0f891f..ee06673 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -58,17 +58,17 @@ class Actions(object):
 def ldapsearch(self, args):
 l = LdapSearch(logger=self.logger)
 self.logger.debug(MAIN: _action_ldapsearch; args = %s % str(args))
-self.output(Search... Establishing connection\n)
+self.output('', Search... Establishing connection\n)
 if not l.status:
-self.output(Aborting Search... Connection failed)
+self.output('', Aborting Search... Connection failed)
 return False
 attr, target, search_field = self.get_args(args)
 results = l.search(target, search_field)
 devs = l.result2dict(results, gkey2ldap[attr])
 for dev in sorted(devs):
-self.output(dev, devs[dev])
-self.output()
-self.output(Total number of developers in results:, len(devs))
+self.output('', dev, devs[dev])
+self.output('', )
+self.output('', Total number of developers in results:, len(devs))
 self.logger.info()
 self.logger.info(Total number of developers in results: %d % 
len(devs))
 return True
@@ -77,9 +77,9 @@ class Actions(object):
 def updateseeds(self, args):
 l = LdapSearch(logger=self.logger)
 self.logger.debug(MAIN: _action_updateseeds; args = %s % str(args))
-self.output(Search... Establishing connection)
+self.output('', Search... Establishing connection)
 if not l.status:
-self.output(Aborting update... Connection failed)
+self.output('', Aborting update... Connection failed)
 return False
 results = l.search('*', UID)
 info = l.result2dict(results, 'uid')
@@ -92,17 +92,17 @@ class Actions(object):
 if not self.create_seedfile(info, filename):
 self.logger.error(Developer seed file update failure: 
 Original seed file is intact  untouched.)
-self.output(Backing up existing file...)
+self.output('', Backing up existing file...)
 status = updatefiles(self.config, self.logger)
 if not status:
-self.output(Develope seed failed to update!)
+self.output('', Develope seed failed to update!)
 return False
-self.output(Developer seed file updated!)
+self.output('', Developer seed file updated!)
 return True
 
 
 def create_seedfile(self, devs, filename):
-self.output(Creating seeds from LDAP data...)
+self.output('', Creating seeds from LDAP data...)
 self.seeds = Seeds(filename, self.config)
 count = 0
 error_count = 0
@@ -117,9 +117,9 @@ class Actions(object):
 count += 1
 else:
 error_count += 1
-self.output(Total number of seeds created:, count)
-self.output(Seeds created... Saving file: %s % filename)
-self.output(Total number of Dev's with GPG errors:, error_count)
+self.output('', Total number of seeds created:, count)
+self.output('', Seeds created... Saving file: %s % filename)
+self.output('', Total number of Dev's with GPG errors:, error_count)
 self.logger.info(Total number of seeds created: %d % count)
 self.logger.info(Seeds created... Saving file: %s % filename)
 self.logger.info(Total number of Dev's with GPG errors: %d % 
error_count)



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 56a51ebfdf243c93e3b93c1ada1d84a95a04321e
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 19:43:04 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 19:43:04 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=56a51ebf

gkeys-ldap/cli.py: Update print_results assignment for CliBase

---
 gkeys-ldap/gkeyldap/cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py
index 5a1e141..fd29a94 100644
--- a/gkeys-ldap/gkeyldap/cli.py
+++ b/gkeys-ldap/gkeyldap/cli.py
@@ -28,7 +28,7 @@ class Main(CliBase):
 
 self.root = root or /
 self.config = config or GKeysConfig(root=root)
-self.print_results = print_results
+self.config.options['print_results'] = print_results
 self.args = None
 self.seeds = None
 self.cli_config = {



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 58bc58f55f81cf76dc27e6766d11819acdf5fcaf
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 19:33:19 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 19:33:19 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=58bc58f5

gkeys-ldap/actions.py: Fix some outputs for errors and consistency

---
 gkeys-ldap/gkeyldap/actions.py | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index 212b027..29d8bc7 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -115,11 +115,11 @@ class Actions(object):
 count += 1
 else:
 error_count += 1
-self.output('', Total number of seeds created:, count)
-self.output('', Seeds created... Saving file: %s % filename)
-self.output('', Total number of Dev's with GPG errors:, error_count)
-self.logger.info(Total number of seeds created: %d % count)
-self.logger.info(Seeds created... Saving file: %s % filename)
+self.output('', Total number of seeds created: %s % count)
+self.output('', Seeds created... Saving file.: %s % filename)
+self.output('', Total number of Dev's with GPG errors: %s % 
error_count)
+self.logger.info(Total number of seeds created: %d % count)
+self.logger.info(Seeds created... Saving file.: %s % 
filename)
 self.logger.info(Total number of Dev's with GPG errors: %d % 
error_count)
 return self.seeds.save()
 



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 3bc9f57e8a2f2abe668b496803a5cd35f8ae2dd1
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 18:38:41 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 18:38:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=3bc9f57e

gkeys/base.py: Pass the cli_config['prog'] to the logger initialization

---
 gkeys/gkeys/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index cadafc7..e7dd710 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -200,7 +200,7 @@ class CliBase(object):
 self.config.read_config()
 
 # establish our logger and update it in the imported files
-logger = set_logger('gkeys', self.config['logdir'], args.debug,
+logger = set_logger(self.cli_config['prog'], self.config['logdir'], 
args.debug,
 dirmode=int(self.config.get_key('permissions', 'directories'),0),
 filemask=int(self.config.get_key('permissions', 'files'),0))
 self.config.logger = logger



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 5cbb4cb9100dc4451d359e7a711d2bd84837c64c
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 20:31:35 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 20:31:35 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=5cbb4cb9

gkeys/SaneConfigParser: Fix py3 imports

---
 gkeys/gkeys/SaneConfigParser.py | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gkeys/gkeys/SaneConfigParser.py b/gkeys/gkeys/SaneConfigParser.py
index 3bb69b5..0616335 100644
--- a/gkeys/gkeys/SaneConfigParser.py
+++ b/gkeys/gkeys/SaneConfigParser.py
@@ -1,14 +1,11 @@
 
 import sys
 
-# py3.2
-if sys.hexversion = 0x30200f0:
-from configparser import configparser as ConfigParser
+try:
+from configparser import ConfigParser
 from configparser import NoSectionError
-py3 = True
-else:
+except:
 from ConfigParser import ConfigParser, NoSectionError
-py3 = False
 
 
 class SaneConfigParser(ConfigParser):



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: a57687cb1d083e056bfbefad55d69f5607bffd1c
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 19:08:02 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 19:08:02 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=a57687cb

gkeys-ldap: Pass in our logger to LdapConnect class

---
 gkeys-ldap/gkeyldap/connect.py | 18 +-
 gkeys-ldap/gkeyldap/search.py  |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/connect.py b/gkeys-ldap/gkeyldap/connect.py
index 74e393c..6c80e4f 100644
--- a/gkeys-ldap/gkeyldap/connect.py
+++ b/gkeys-ldap/gkeyldap/connect.py
@@ -14,15 +14,15 @@ except ImportError:
 raise
 
 
-from gkeys.log import logger
 from gkeyldap.config import default_server
 
 class LdapConnect(object):
 '''Class to connect on the configured LDAP server'''
 
-def __init__(self, server=None):
+def __init__(self, server=None, logger=None):
 self.server = server or default_server
-logger.debug('LdapConnect: __init__; server...: %s' % self.server)
+self.logger = logger
+self.logger.debug('LdapConnect: __init__; server...: %s' % self.server)
 self.ldap_connection = None
 
 def connect(self, server=None, action='LDAP'):
@@ -30,21 +30,21 @@ class LdapConnect(object):
 
 @param server: string URI path for the LDAP server
 '''
-logger.info(%s... Establishing connection % action)
+self.logger.info(%s... Establishing connection % action)
 if server:
 self.server = server
-logger.debug('LdapConnect: connect; new server: %s' % self.server)
+self.logger.debug('LdapConnect: connect; new server: %s' % 
self.server)
 try:
 self.ldap_connection = ldap.initialize(self.server)
 self.ldap_connection.set_option(ldap.OPT_X_TLS_DEMAND, True)
 self.ldap_connection.start_tls_s()
 self.ldap_connection.simple_bind_s()
 except Exception as e:
-logger.error(
+self.logger.error(
 'LdapConnect: connect; failed to connect to server: %s' % 
self.server)
-logger.error(Exception was: %s % str(e))
-logger.error(Aborting %s... Connection failed % action)
+self.logger.error(Exception was: %s % str(e))
+self.logger.error(Aborting %s... Connection failed % action)
 return False
-logger.debug(
+self.logger.debug(
 'LdapConnect: connect; connection: %s' % self.ldap_connection)
 return self.ldap_connection

diff --git a/gkeys-ldap/gkeyldap/search.py b/gkeys-ldap/gkeyldap/search.py
index 708c2e2..1bce9e1 100644
--- a/gkeys-ldap/gkeyldap/search.py
+++ b/gkeys-ldap/gkeyldap/search.py
@@ -27,7 +27,7 @@ class LdapSearch(object):
 self.logger = logger
 self.logger.debug('LdapSearch: __init__; fields...: %s' % self.fields)
 self.logger.debug('LdapSearch: __init__; criteria.: %s' % 
self.criteria)
-self.ldap_connection = LdapConnect().connect(action='Search')
+self.ldap_connection = 
LdapConnect(logger=self.logger).connect(action='Search')
 self.status = True
 if not self.ldap_connection:
 self.status = False



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 017471ef799b9c7b467ef51521cddd76d4fdf89e
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 19:38:13 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 19:38:13 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=017471ef

gkeys-ldap/actions.py: Update action return values to match what CliBase expects

---
 gkeys-ldap/gkeyldap/actions.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index 29d8bc7..1d8e848 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -71,7 +71,7 @@ class Actions(object):
 self.output('', Total number of developers in results:, len(devs))
 self.logger.info()
 self.logger.info(Total number of developers in results: %d % 
len(devs))
-return True
+return (True, ['Completed'])
 
 
 def updateseeds(self, args):
@@ -96,7 +96,7 @@ class Actions(object):
 self.output('', Develope seed failed to update!)
 return False
 self.output('', Developer seed file updated!)
-return True
+return (True, ['Completed'])
 
 
 def create_seedfile(self, devs, filename):



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 26352316808100b05b5504b69ed8d1b22053ddb2
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 20:38:17 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 20:38:17 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=26352316

gkeys/base.py: Py3 compatibility fix

---
 gkeys/gkeys/base.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index e7dd710..5ad92e7 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -15,11 +15,16 @@ from __future__ import print_function
 
 
 import argparse
+import sys
 
 from gkeys import config, fileops, seed, lib
 from gkeys.log import log_levels, set_logger
 
 
+if sys.version_info[0] = 3:
+unicode = str
+
+
 class CliBase(object):
 '''Common cli and argsparse options class'''
 
@@ -246,7 +251,7 @@ class CliBase(object):
 if header:
 print(header)
 for msg in results:
-if isinstance(msg, str) or isinstance(msg, unicode):
+if type(msg) in [str, unicode]:
 print('', msg)
 else:
 try:



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/

2014-12-25 Thread Brian Dolbec
commit: 9ed35221ea0fbeb9f79cb620239a7c5c4a5f43eb
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 19:28:25 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 19:28:25 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=9ed35221

gkeys-ldap/actions.py: Fix config.get() call to config.get_key()

---
 gkeys-ldap/gkeyldap/actions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index 815950d..212b027 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -86,7 +86,7 @@ class Actions(object):
 self.logger.debug(
 MAIN: _action_updateseeds; got results :) converted to info)
 if args.category:
-filename = self.config.get('seeds', args.category) + '.new'
+filename = self.config.get_key('seeds', args.category) + '.new'
 if not self.create_seedfile(info, filename):
 self.logger.error(Developer seed file update failure: 
 Original seed file is intact  untouched.)



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/, gkeys-ldap/bin/

2014-12-25 Thread Brian Dolbec
commit: b485b703ab0926646a2822f3ba16323562cff99f
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 19:22:49 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 19:22:49 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=b485b703

gkeys-ldap: Update args use for the new category handling

---
 gkeys-ldap/bin/update-seeds.sh |  2 +-
 gkeys-ldap/gkeyldap/actions.py | 10 --
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/gkeys-ldap/bin/update-seeds.sh b/gkeys-ldap/bin/update-seeds.sh
index 2d67c0e..717636a 100755
--- a/gkeys-ldap/bin/update-seeds.sh
+++ b/gkeys-ldap/bin/update-seeds.sh
@@ -28,7 +28,7 @@ fi
 
 echo  *** Fetching new seeds from LDAP
 cd ${GKEYS_DIR}
-gkeys-ldap -c ${GKEYS_CONF} updateseeds || die Seed file generation failed... 
aborting
+gkeys-ldap -c ${GKEYS_CONF} updateseeds -C gentoo-devs || die Seed file 
generation failed... aborting
 
 echo  *** Checking if seed files are up-to-date
 if ! diff -q ${GKEYS_DIR}/${GKEYS_SEEDS} ${API_DIR}/${API_SEEDS}  /dev/null 
;then

diff --git a/gkeys-ldap/gkeyldap/actions.py b/gkeys-ldap/gkeyldap/actions.py
index ee06673..815950d 100644
--- a/gkeys-ldap/gkeyldap/actions.py
+++ b/gkeys-ldap/gkeyldap/actions.py
@@ -21,8 +21,8 @@ from gkeys.fileops import updatefiles
 Available_Actions = ['ldapsearch', 'updateseeds']
 
 Action_Options = {
-'ldapsearch': ['fingerprint', 'mail', 'name', 'nick', 'seedfile', 
'status'],
-'updateseeds': ['fingerprint', 'mail', 'name', 'nick', 'seedfile', 
'status'],
+'ldapsearch': ['fingerprint', 'mail', 'name', 'nick', 'status'],
+'updateseeds': ['fingerprint', 'mail', 'name', 'nick', 'category', 
'status'],
 }
 
 
@@ -85,10 +85,8 @@ class Actions(object):
 info = l.result2dict(results, 'uid')
 self.logger.debug(
 MAIN: _action_updateseeds; got results :) converted to info)
-if args.seedfile:
-filename = self.config.get('seeds', args.seedfile) + '.new'
-elif args.file:
-filename = arg.file
+if args.category:
+filename = self.config.get('seeds', args.category) + '.new'
 if not self.create_seedfile(info, filename):
 self.logger.error(Developer seed file update failure: 
 Original seed file is intact  untouched.)



[gentoo-commits] gentoo-x86 commit in app-crypt/scute: scute-1.4.0.ebuild ChangeLog

2014-12-25 Thread Mike Gilbert (floppym)
floppym 14/12/25 20:46:25

  Modified: scute-1.4.0.ebuild ChangeLog
  Log:
  Use mirror://gnupg/.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.3  app-crypt/scute/scute-1.4.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild?r1=1.2r2=1.3

Index: scute-1.4.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scute-1.4.0.ebuild  17 Apr 2011 00:13:45 -  1.2
+++ scute-1.4.0.ebuild  25 Dec 2014 20:46:24 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild,v 1.2 
2011/04/17 00:13:45 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/scute-1.4.0.ebuild,v 1.3 
2014/12/25 20:46:24 floppym Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION=A PKCS #11 module for OpenPGP smartcards
 HOMEPAGE=http://www.scute.org/;
-SRC_URI=ftp://ftp.gnupg.org/gcrypt/scute/${P}.tar.bz2;
+SRC_URI=mirror://gnupg/scute/${P}.tar.bz2
 
 LICENSE=GPL-2
 SLOT=0



1.4  app-crypt/scute/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/scute/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   17 Mar 2013 17:38:28 -  1.3
+++ ChangeLog   25 Dec 2014 20:46:24 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/scute
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/ChangeLog,v 1.3 2013/03/17 
17:38:28 hwoarang Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/scute/ChangeLog,v 1.4 2014/12/25 
20:46:24 floppym Exp $
+
+  25 Dec 2014; Mike Gilbert flop...@gentoo.org scute-1.4.0.ebuild:
+  Use mirror://gnupg/.
 
   17 Mar 2013; Markos Chandras hwoar...@gentoo.org metadata.xml:
   Add proxy-maintainers to metadata.xml






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

2014-12-25 Thread Brian Dolbec
commit: 7d8785a1482399701db235fc5dc6e110c6a9b795
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 20:52:35 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 20:52:35 2014 +
URL:http://sources.gentoo.org/gitweb/?p=proj/api.git;a=commit;h=7d8785a1

Gentoo-keys: Update gentoo-devs.seeds

---
 files/gentoo-keys/seeds/gentoo-devs.seeds.sig | Bin 639 - 639 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig
index 39fccca..2ed04c5 100644
Binary files a/files/gentoo-keys/seeds/gentoo-devs.seeds.sig and 
b/files/gentoo-keys/seeds/gentoo-devs.seeds.sig differ



[gentoo-commits] gentoo-x86 commit in app-crypt/gkeys: ChangeLog gkeys-9999.ebuild

2014-12-25 Thread Brian Dolbec (dolsen)
dolsen  14/12/25 20:58:50

  Modified: ChangeLog gkeys-.ebuild
  Log:
  Add missing snakeoil dep
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x65E309F2189DB0B8)

Revision  ChangesPath
1.2  app-crypt/gkeys/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gkeys/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   24 Dec 2014 23:31:26 -  1.1
+++ ChangeLog   25 Dec 2014 20:58:50 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/gkeys
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/ChangeLog,v 1.1 2014/12/24 
23:31:26 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/ChangeLog,v 1.2 2014/12/25 
20:58:50 dolsen Exp $
+
+  25 Dec 2014; Brian Dolbec dol...@gentoo.org gkeys-.ebuild:
+  Add missing snakeoil dependency.
 
 *gkeys- (24 Dec 2014)
 



1.2  app-crypt/gkeys/gkeys-.ebuild

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

Index: gkeys-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-crypt/gkeys/gkeys-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gkeys-.ebuild   24 Dec 2014 23:31:26 -  1.1
+++ gkeys-.ebuild   25 Dec 2014 20:58:50 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 2014-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/gkeys-.ebuild,v 1.1 
2014/12/24 23:31:26 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gkeys/gkeys-.ebuild,v 1.2 
2014/12/25 20:58:50 dolsen Exp $
 
 EAPI=5
 
@@ -28,6 +28,7 @@
=app-crypt/gnupg-2.0.0
=dev-python/pyGPG-[${PYTHON_USEDEP}]
=dev-python/ssl-fetch-[${PYTHON_USEDEP}]
+   dev-python/snakeoil[${PYTHON_USEDEP}]
app-crypt/gentoo-keys

 






[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 8fb33b3e010e36ae3c669494eccb5fac79ffcc4e
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 20:51:21 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 20:51:21 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=8fb33b3e

gkeys.actions.py: Remove global ssl-fetch import in favor of the embedded import

For server installations (currently vulture.g.o) it may not need ssl-fetch nor 
have dev-python/requests installed.

---
 gkeys/gkeys/actions.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gkeys/gkeys/actions.py b/gkeys/gkeys/actions.py
index 172b43e..de8446d 100644
--- a/gkeys/gkeys/actions.py
+++ b/gkeys/gkeys/actions.py
@@ -17,7 +17,6 @@ import os
 from collections import defaultdict
 from json import load
 from shutil import rmtree
-from sslfetch.connections import Connector
 
 from gkeys.lib import GkeysGPG
 from gkeys.seedhandler import SeedHandler



[gentoo-commits] proj/gentoo-keys:master commit in: gkeys/gkeys/

2014-12-25 Thread Brian Dolbec
commit: 4f03ed0fc2f6f7b076758f35ca83334cecd407eb
Author: Brian Dolbec dolsen AT gentoo DOT org
AuthorDate: Thu Dec 25 22:04:07 2014 +
Commit: Brian Dolbec brian.dolbec AT gmail DOT com
CommitDate: Thu Dec 25 22:04:07 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=4f03ed0f

gkeys/base.py: Fix =py3.3 argparse regression handling subparsers

---
 gkeys/gkeys/base.py | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gkeys/gkeys/base.py b/gkeys/gkeys/base.py
index 5ad92e7..4184cfc 100644
--- a/gkeys/gkeys/base.py
+++ b/gkeys/gkeys/base.py
@@ -180,7 +180,12 @@ class CliBase(object):
 action_parser.set_defaults(action=name)
 self._add_options(action_parser, 
self.cli_config['Action_Options'][name])
 
-return parser.parse_args(args)
+parsed_args = parser.parse_args(args)
+action = getattr(parsed_args, 'action', None)
+if not action:
+parser.print_help()
+sys.exit(1)
+return parsed_args
 
 
 def _add_options(self, parser, options):



[gentoo-commits] gentoo-x86 commit in gnome-base/gnome-core-apps: gnome-core-apps-3.14.0.ebuild ChangeLog gnome-core-apps-3.10.0.ebuild

2014-12-25 Thread Gilles Dartiguelongue (eva)
eva 14/12/25 22:48:42

  Modified: ChangeLog
  Added:gnome-core-apps-3.14.0.ebuild
  Removed:  gnome-core-apps-3.10.0.ebuild
  Log:
  Version bump for Gnome 3.14. Dropped keywords due to bug #523924 and bug 
#523468.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.29 gnome-base/gnome-core-apps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog?rev=1.29view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog?rev=1.29content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog?r1=1.28r2=1.29

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   23 Jul 2014 15:16:49 -  1.28
+++ ChangeLog   25 Dec 2014 22:48:41 -  1.29
@@ -1,6 +1,13 @@
 # ChangeLog for gnome-base/gnome-core-apps
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.28 
2014/07/23 15:16:49 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/ChangeLog,v 1.29 
2014/12/25 22:48:41 eva Exp $
+
+*gnome-core-apps-3.14.0 (25 Dec 2014)
+
+  25 Dec 2014; Gilles Dartiguelongue e...@gentoo.org
+  -gnome-core-apps-3.10.0.ebuild, +gnome-core-apps-3.14.0.ebuild:
+  Version bump for Gnome 3.14. Dropped keywords due to bug #523924 and bug
+  #523468.
 
   23 Jul 2014; Agostino Sarubbo a...@gentoo.org 
gnome-core-apps-3.12.0.ebuild:
   Stable for x86, wrt bug #512012



1.1  gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild?rev=1.1content-type=text/plain

Index: gnome-core-apps-3.14.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/gnome-base/gnome-core-apps/gnome-core-apps-3.14.0.ebuild,v
 1.1 2014/12/25 22:48:41 eva Exp $

EAPI=5

DESCRIPTION=Sub-meta package for the core applications integrated with GNOME 3
HOMEPAGE=http://www.gnome.org/;
LICENSE=metapackage
SLOT=3.0
IUSE=+bluetooth +cdr cups

# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS=~amd64 ~arm ~x86

# Note to developers:
# This is a wrapper for the core apps tightly integrated with GNOME 3
# gtk-engines:2 is still around because it's needed for gtk2 apps
RDEPEND=
=gnome-base/gnome-core-libs-${PV}[cups?]

=gnome-base/gnome-session-${PV}
=gnome-base/gnome-menus-3.10.1:3
=gnome-base/gnome-settings-daemon-${PV}[cups?]
=gnome-base/gnome-control-center-${PV}[cups?]

=app-crypt/gcr-${PV}
=gnome-base/nautilus-${PV}
=gnome-base/gnome-keyring-${PV}
=gnome-extra/evolution-data-server-3.12.9

=app-crypt/seahorse-${PV}
=app-editors/gedit-${PV}
=app-text/evince-${PV}
=gnome-extra/gnome-contacts-${PV}
=media-gfx/eog-${PV}
=media-video/totem-${PV}
=net-im/empathy-3.12.7
=x11-terms/gnome-terminal-${PV}

=gnome-extra/gnome-user-docs-${PV}
=gnome-extra/yelp-${PV}

=x11-themes/gtk-engines-2.20.2:2
=x11-themes/adwaita-icon-theme-${PV}
=x11-themes/gnome-themes-standard-${PV}

bluetooth? ( =net-wireless/gnome-bluetooth-${PV} )
cdr? ( =app-cdr/brasero-3.12.0 )

!gnome-base/gnome-applets

DEPEND=

S=${WORKDIR}






  1   2   >